[{"__symbolic":"module","version":4,"metadata":{"ConfigureVideoComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"../../../../shared/configure-component-base","name":"ConfigureComponentBase","line":13,"character":45},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":9,"character":1},"arguments":[{"selector":"configure-video","template":"<div class=\"configure-video\"> <form novalidate> <div class=\"fe-popup-middle\"> <div class=\"add-button\"> <button class=\"fe-btn fe-btn-default fe-btn-save\" (click)=\"addNewVideo()\">{{lc(\"AddVideo\")}}</button> </div> <table class=\"table video-table\"> <thead> <tr> <td>{{lc(\"SerialNumber\")}}</td> <td>{{lc(\"VideoName\")}}</td> <td>{{lc(\"VideoServiceProvider\")}}</td> <td>{{lc(\"VideoUrl\")}}</td> <td>{{l(\"Action\")}}</td> </tr> </thead> <tbody> <tr *ngFor=\"let item of allVideos; let i = index\"> <td> {{i+1}} </td> <td> {{item.name}} </td> <td> {{lc(videoTypeHelper.getVideoTypeName(item.videoType))}} </td> <td> {{item.videoUrl}} </td> <td> <a href=\"javascript:void(0)\" (click)=\"editVideo(item)\">{{l(\"Edit\")}}</a> <a href=\"javascript:void(0)\" (click)=\"deleteVideo(item)\">{{l(\"Delete\")}}</a> </td> </tr> </tbody> </table> </div> </form> </div> ","styles":[".configure-video { .video-table { line-height: 29px; margin-bottom: 0; } .video-table th, .video-table td { padding: 0; } .video-table thead tr { background: #f0f1f5; } .video-table { thead tr, tbody tr { display: table; width: 100%; table-layout: fixed; } tbody { display: block; max-height: 304px; overflow: auto; } td:nth-child(1) { width: 10%; } td:nth-child(2) { width: 15%; } td:nth-child(3) { width: 15%; } td:nth-child(4) { width: 45%; word-break: break-all; } td:nth-child(5) { width: 15%; } a { padding-right: 6px; text-decoration: none; color: #3695ff; } } .add-button { margin-bottom: 10px; button { width: 90px; } } } "]}]}],"members":{"configureId":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":17,"character":5}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"Injector","line":21,"character":26},{"__symbolic":"reference","module":"../../../../shared/service-proxies/service-proxies","name":"ConfigureVideoServiceProxy","line":22,"character":45},{"__symbolic":"reference","module":"ngx-bootstrap","name":"BsModalService","line":23,"character":39}]}],"loadConfigureVideos":[{"__symbolic":"method"}],"addNewVideo":[{"__symbolic":"method"}],"editVideo":[{"__symbolic":"method"}],"deleteVideo":[{"__symbolic":"method"}],"showConfigureVideoInfo":[{"__symbolic":"method"}]}}}}]