@clickview/library-editor 1.1.18-rc.0 → 1.1.19-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1529) hide show
  1. package/dist/css/0.chunk.css +6 -0
  2. package/dist/css/1.chunk.css +2 -0
  3. package/dist/css/10.chunk.css +2 -0
  4. package/dist/css/12.chunk.css +14 -0
  5. package/dist/css/13.chunk.css +14 -0
  6. package/dist/css/14.chunk.css +8 -0
  7. package/dist/css/16.chunk.css +2 -0
  8. package/dist/css/17.chunk.css +2 -0
  9. package/dist/css/18.chunk.css +2 -0
  10. package/dist/css/2.chunk.css +4 -0
  11. package/dist/css/20.chunk.css +18 -0
  12. package/dist/css/21.chunk.css +18 -0
  13. package/dist/css/22.chunk.css +10 -0
  14. package/dist/css/23.chunk.css +12 -0
  15. package/dist/css/24.chunk.css +14 -0
  16. package/dist/css/25.chunk.css +10 -0
  17. package/dist/css/26.chunk.css +10 -0
  18. package/dist/css/27.chunk.css +8 -0
  19. package/dist/css/28.chunk.css +8 -0
  20. package/dist/css/29.chunk.css +8 -0
  21. package/dist/css/30.chunk.css +6 -0
  22. package/dist/css/31.chunk.css +6 -0
  23. package/dist/css/32.chunk.css +4 -0
  24. package/dist/css/36.chunk.css +4 -0
  25. package/dist/css/37.chunk.css +4 -0
  26. package/dist/css/38.chunk.css +2 -0
  27. package/dist/css/39.chunk.css +2 -0
  28. package/dist/css/4.chunk.css +6 -0
  29. package/dist/css/40.chunk.css +4 -0
  30. package/dist/css/41.chunk.css +4 -0
  31. package/dist/css/42.chunk.css +2 -0
  32. package/dist/css/43.chunk.css +2 -0
  33. package/dist/css/44.chunk.css +2 -0
  34. package/dist/css/45.chunk.css +2 -0
  35. package/dist/css/46.chunk.css +2 -0
  36. package/dist/css/47.chunk.css +2 -0
  37. package/dist/css/48.chunk.css +2 -0
  38. package/dist/css/5.chunk.css +16 -0
  39. package/dist/css/50.chunk.css +2 -0
  40. package/dist/css/51.chunk.css +2 -0
  41. package/dist/css/54.chunk.css +2 -0
  42. package/dist/css/55.chunk.css +2 -0
  43. package/dist/css/56.chunk.css +2 -0
  44. package/dist/css/57.chunk.css +2 -0
  45. package/dist/css/58.chunk.css +2 -0
  46. package/dist/css/59.chunk.css +2 -0
  47. package/dist/css/6.chunk.css +14 -0
  48. package/dist/css/61.chunk.css +2 -0
  49. package/dist/css/62.chunk.css +2 -0
  50. package/dist/css/7.chunk.css +2 -0
  51. package/dist/css/8.chunk.css +2 -0
  52. package/dist/css/9.chunk.css +4 -0
  53. package/dist/css/library-editor-app.css +124 -0
  54. package/dist/en.json +1 -1
  55. package/dist/libs/analytics/src/Analytics.d.ts +10 -0
  56. package/dist/libs/analytics/src/AnalyticsHelper.d.ts +30 -0
  57. package/dist/libs/analytics/src/AnalyticsService.d.ts +52 -0
  58. package/dist/libs/analytics/src/clients/BaseAnalyticsClient.d.ts +24 -0
  59. package/dist/libs/analytics/src/clients/CollectionApiClient.d.ts +48 -0
  60. package/dist/libs/analytics/src/clients/DebuggerClient.d.ts +7 -0
  61. package/dist/libs/analytics/src/clients/GoogleAnalyticsClient.d.ts +22 -0
  62. package/dist/libs/analytics/src/constants/ApplicationOptionsKey.d.ts +1 -0
  63. package/dist/libs/analytics/src/constants/CountryRegionMapping.d.ts +7 -0
  64. package/dist/libs/analytics/src/constants/EventFirehose.d.ts +4 -0
  65. package/dist/libs/analytics/src/constants/GlobalChannels.d.ts +3 -0
  66. package/dist/libs/analytics/src/constants/Regions.d.ts +6 -0
  67. package/dist/libs/analytics/src/constants/Services.d.ts +4 -0
  68. package/dist/libs/analytics/src/enrichers/BaseAnalyticsEnricher.d.ts +19 -0
  69. package/dist/libs/analytics/src/enrichers/CoreContextEnricher.d.ts +22 -0
  70. package/dist/libs/analytics/src/enrichers/UserDataEnricher.d.ts +10 -0
  71. package/dist/libs/analytics/src/enums/CountryCode.d.ts +5 -0
  72. package/dist/libs/analytics/src/enums/RegionName.d.ts +5 -0
  73. package/dist/libs/analytics/src/interfaces/AnalyticsTypes.d.ts +214 -0
  74. package/dist/libs/analytics/src/interfaces/Config.d.ts +3 -0
  75. package/dist/libs/analytics/src/interfaces/Folder.d.ts +3 -0
  76. package/dist/libs/analytics/src/interfaces/HashObject.d.ts +3 -0
  77. package/dist/libs/analytics/src/interfaces/Owner.d.ts +3 -0
  78. package/dist/libs/analytics/src/interfaces/Playlist.d.ts +3 -0
  79. package/dist/libs/analytics/src/interfaces/Rating.d.ts +4 -0
  80. package/dist/libs/analytics/src/interfaces/Region.d.ts +5 -0
  81. package/dist/libs/analytics/src/interfaces/RegionalUrl.d.ts +5 -0
  82. package/dist/libs/analytics/src/interfaces/Resource.d.ts +5 -0
  83. package/dist/libs/analytics/src/interfaces/Series.d.ts +3 -0
  84. package/dist/libs/analytics/src/interfaces/Subtitle.d.ts +4 -0
  85. package/dist/libs/analytics/src/interfaces/User.d.ts +6 -0
  86. package/dist/libs/analytics/src/interfaces/VersionData.d.ts +4 -0
  87. package/dist/libs/analytics/src/interfaces/Video.d.ts +16 -0
  88. package/dist/libs/analytics/src/interfaces/index.d.ts +15 -0
  89. package/dist/libs/analytics/src/interfaces/primitives/BaseObject.d.ts +7 -0
  90. package/dist/libs/analytics/src/models/AnalyticsEvent.d.ts +49 -0
  91. package/dist/libs/analytics/src/models/CollectionEvent.d.ts +55 -0
  92. package/dist/libs/analytics/src/services/ContextService.d.ts +19 -0
  93. package/dist/libs/analytics/src/transport/EventTransport.d.ts +39 -0
  94. package/dist/libs/analytics/src/utils/CollectionApiClientHelper.d.ts +6 -0
  95. package/dist/libs/analytics/src/utils/DataFormatHelper.d.ts +14 -0
  96. package/dist/libs/analytics/src/utils/EventWhitelistHelper.d.ts +19 -0
  97. package/dist/libs/analytics/src/utils/ObjectFormatHelper.d.ts +5 -0
  98. package/dist/libs/analytics/src/utils/TypeHelper.d.ts +4 -0
  99. package/dist/libs/analytics/src/utils/UploadDataFormatHelper.d.ts +10 -0
  100. package/dist/libs/analytics/src/utils/UserAgentHelper.d.ts +10 -0
  101. package/dist/libs/analytics/src/utils/VideoAnalyticsTracker.d.ts +50 -0
  102. package/dist/libs/analytics/src/utils/VideoDataFormatHelper.d.ts +42 -0
  103. package/dist/libs/common/src/backbone/constants/BehaviorChannels.d.ts +5 -0
  104. package/dist/libs/common/src/backbone/constants/Caches.d.ts +3 -0
  105. package/dist/libs/common/src/backbone/constants/CommonChannels.d.ts +5 -0
  106. package/dist/libs/common/src/backbone/constants/CommonServices.d.ts +5 -0
  107. package/dist/libs/common/src/backbone/constants/DataProviders.d.ts +4 -0
  108. package/dist/libs/common/src/backbone/constants/Webplayer.d.ts +65 -0
  109. package/dist/libs/common/src/backbone/core/AppLink.d.ts +37 -0
  110. package/dist/libs/common/src/backbone/core/BaseAppRouter.d.ts +95 -0
  111. package/dist/libs/common/src/backbone/core/BaseApplication.d.ts +76 -0
  112. package/dist/libs/common/src/backbone/core/BaseBehavior.d.ts +6 -0
  113. package/dist/libs/common/src/backbone/core/BaseCollection.d.ts +7 -0
  114. package/dist/libs/common/src/backbone/core/BaseCollectionView.d.ts +16 -0
  115. package/dist/libs/common/src/backbone/core/BaseError.d.ts +18 -0
  116. package/dist/libs/common/src/backbone/core/BaseLayoutView.d.ts +11 -0
  117. package/dist/libs/common/src/backbone/core/BaseModel.d.ts +27 -0
  118. package/dist/libs/common/src/backbone/core/BaseNestedModel.d.ts +21 -0
  119. package/dist/libs/common/src/backbone/core/BaseService.d.ts +10 -0
  120. package/dist/libs/common/src/backbone/core/BaseView.d.ts +127 -0
  121. package/dist/libs/common/src/backbone/core/EventNames.d.ts +16 -0
  122. package/dist/libs/common/src/backbone/core/LayoutService.d.ts +31 -0
  123. package/dist/libs/common/src/backbone/core/ListenToRadio.d.ts +3 -0
  124. package/dist/libs/common/src/backbone/core/LocationUtils.d.ts +23 -0
  125. package/dist/libs/common/src/backbone/core/Middleware.d.ts +10 -0
  126. package/dist/libs/common/src/backbone/core/Shell.d.ts +79 -0
  127. package/dist/libs/common/src/backbone/core/Types.d.ts +12 -0
  128. package/dist/libs/common/src/backbone/core/index.d.ts +18 -0
  129. package/dist/libs/common/src/backbone/enums/DataServiceErrorType.d.ts +8 -0
  130. package/dist/libs/common/src/backbone/enums/HttpVerbs.d.ts +6 -0
  131. package/dist/libs/common/src/backbone/errors/DevError.d.ts +4 -0
  132. package/dist/libs/common/src/backbone/errors/NotImplementedError.d.ts +5 -0
  133. package/dist/libs/common/src/backbone/index.d.ts +2 -0
  134. package/dist/libs/common/src/backbone/interfaces/BaseCollectionIdentifier.d.ts +18 -0
  135. package/dist/libs/common/src/backbone/interfaces/ChainableDataService.d.ts +9 -0
  136. package/dist/libs/common/src/backbone/interfaces/DataCache.d.ts +8 -0
  137. package/dist/libs/common/src/backbone/interfaces/DataProvider.d.ts +15 -0
  138. package/dist/libs/common/src/backbone/interfaces/DataServiceError.d.ts +7 -0
  139. package/dist/libs/common/src/backbone/interfaces/DataServiceRequests.d.ts +218 -0
  140. package/dist/libs/common/src/backbone/interfaces/Pagination.d.ts +33 -0
  141. package/dist/libs/common/src/backbone/interfaces/StickitBinding.d.ts +38 -0
  142. package/dist/libs/common/src/backbone/interfaces/Xhr.d.ts +9 -0
  143. package/dist/libs/common/src/backbone/interfaces/index.d.ts +9 -0
  144. package/dist/libs/common/src/backbone/runtime/InputValidation.d.ts +2 -0
  145. package/dist/libs/common/src/backbone/services/BaseAlertService.d.ts +69 -0
  146. package/dist/libs/common/src/backbone/services/BaseDataService.d.ts +82 -0
  147. package/dist/libs/common/src/backbone/services/EnvironmentVariables.d.ts +13 -0
  148. package/dist/libs/common/src/backbone/services/InstanceManager.d.ts +33 -0
  149. package/dist/libs/common/src/backbone/services/LanguageService.d.ts +22 -0
  150. package/dist/libs/common/src/backbone/services/ScrollService.d.ts +19 -0
  151. package/dist/libs/common/src/backbone/services/ViewModelService.d.ts +68 -0
  152. package/dist/libs/common/src/backbone/services/caches/FifoMemoryCache.d.ts +20 -0
  153. package/dist/libs/common/src/backbone/services/data-providers/AjaxDataProvider.d.ts +31 -0
  154. package/dist/libs/common/src/backbone/services/data-providers/SignalRDataProvider.d.ts +46 -0
  155. package/dist/libs/common/src/backbone/utils/ConcurrencyHelper.d.ts +13 -0
  156. package/dist/libs/common/src/backbone/utils/DataServiceErrorHelper.d.ts +2 -0
  157. package/dist/libs/common/src/backbone/utils/FunctionHelper.d.ts +8 -0
  158. package/dist/libs/common/src/backbone/utils/LocalStorageHelper.d.ts +58 -0
  159. package/dist/libs/common/src/backbone/utils/UrlHelper.d.ts +13 -0
  160. package/dist/libs/common/src/backbone/utils/UserAgentHelper.d.ts +7 -0
  161. package/dist/libs/common/src/react/interfaces/HashObject.d.ts +3 -0
  162. package/dist/libs/common/src/react/utils/FetchHelper.d.ts +50 -0
  163. package/dist/libs/common/src/react/utils/ObjectHelper.d.ts +10 -0
  164. package/dist/libs/shared/src/apps/notifications/collections/NotificationCollection.d.ts +9 -0
  165. package/dist/libs/shared/src/apps/notifications/components/notification-items/notification-item/NotificationItemComponent.d.ts +23 -0
  166. package/dist/libs/shared/src/apps/notifications/components/notification-list/NotificationListComponent.d.ts +26 -0
  167. package/dist/libs/shared/src/apps/notifications/components/notification-status/NotificationStatusComponent.d.ts +15 -0
  168. package/dist/libs/shared/src/apps/notifications/enums/AppLinkReferrer.d.ts +3 -0
  169. package/dist/libs/shared/src/apps/notifications/enums/NotificationActions.d.ts +3 -0
  170. package/dist/libs/shared/src/apps/notifications/enums/NotificationAlertType.d.ts +7 -0
  171. package/dist/libs/shared/src/apps/notifications/enums/NotificationAppLinkModules.d.ts +7 -0
  172. package/dist/libs/shared/src/apps/notifications/enums/NotificationModules.d.ts +4 -0
  173. package/dist/libs/shared/src/apps/notifications/enums/NotificationStatus.d.ts +5 -0
  174. package/dist/libs/shared/src/apps/notifications/enums/NotificationType.d.ts +16 -0
  175. package/dist/libs/shared/src/apps/notifications/interfaces/NotificationCollectionRequest.d.ts +5 -0
  176. package/dist/libs/shared/src/apps/notifications/interfaces/index.d.ts +1 -0
  177. package/dist/libs/shared/src/apps/notifications/models/Notification.d.ts +6 -0
  178. package/dist/libs/shared/src/apps/notifications/services/NotificationDataService.d.ts +14 -0
  179. package/dist/libs/shared/src/apps/notifications/services/NotificationService.d.ts +33 -0
  180. package/dist/libs/shared/src/apps/notifications/services/NotificationSocketService.d.ts +8 -0
  181. package/dist/libs/shared/src/apps/notifications/services/data-providers/NotificationsSocketDataProvider.d.ts +4 -0
  182. package/dist/libs/shared/src/apps/notifications/utils/NotificationAppLinkHelper.d.ts +10 -0
  183. package/dist/libs/shared/src/apps/notifications/utils/NotificationsHelper.d.ts +18 -0
  184. package/dist/libs/shared/src/apps/notifications/views/header/NotificationHeaderView.d.ts +16 -0
  185. package/dist/libs/shared/src/apps/notifications/views/notifications/NotificationsView.d.ts +27 -0
  186. package/dist/libs/shared/src/apps/notifications/views/popover/NotificationsPopoverView.d.ts +34 -0
  187. package/dist/libs/shared/src/apps/search/components/confirm-selection/ConfirmSelectionComponent.d.ts +12 -0
  188. package/dist/libs/shared/src/apps/search/components/instant-search/index.d.ts +4 -0
  189. package/dist/libs/shared/src/apps/search/components/instant-search/recent-search/RecentSearchResultComponent.d.ts +15 -0
  190. package/dist/libs/shared/src/apps/search/components/instant-search/series/SeriesSearchResultComponent.d.ts +9 -0
  191. package/dist/libs/shared/src/apps/search/components/instant-search/tag/TagSearchResultComponent.d.ts +9 -0
  192. package/dist/libs/shared/src/apps/search/components/instant-search/video-result/VideoSearchResultComponent.d.ts +18 -0
  193. package/dist/libs/shared/src/apps/search/components/search-context/SearchContextComponent.d.ts +18 -0
  194. package/dist/libs/shared/src/apps/search/components/search-tips/SearchTipsComponent.d.ts +11 -0
  195. package/dist/libs/shared/src/apps/search/constants/TypeaheadConfiguration.d.ts +12 -0
  196. package/dist/libs/shared/src/apps/search/enums/FilterTypes.d.ts +14 -0
  197. package/dist/libs/shared/src/apps/search/enums/SearchQueryType.d.ts +18 -0
  198. package/dist/libs/shared/src/apps/search/enums/SearchTypes.d.ts +8 -0
  199. package/dist/libs/shared/src/apps/search/interfaces/SearchTypes.d.ts +26 -0
  200. package/dist/libs/shared/src/apps/search/interfaces/index.d.ts +1 -0
  201. package/dist/libs/shared/src/apps/search/services/ContextualSearchService.d.ts +34 -0
  202. package/dist/libs/shared/src/apps/search/utils/InstantSearchHelper.d.ts +21 -0
  203. package/dist/libs/shared/src/apps/search/utils/RecentSearchHelper.d.ts +12 -0
  204. package/dist/libs/shared/src/apps/search/utils/SearchHelper.d.ts +5 -0
  205. package/dist/libs/shared/src/apps/search/utils/TypeaheadHelper.d.ts +75 -0
  206. package/dist/libs/shared/src/apps/search/views/search-bar/SearchBarView.d.ts +105 -0
  207. package/dist/libs/shared/src/apps/search/views/search-bar/templates/index.d.ts +9 -0
  208. package/dist/libs/shared/src/apps/upload/collections/PendingItemsCollection.d.ts +8 -0
  209. package/dist/libs/shared/src/apps/upload/constants/UploadConstants.d.ts +39 -0
  210. package/dist/libs/shared/src/apps/upload/enums/FileLifestyle.d.ts +4 -0
  211. package/dist/libs/shared/src/apps/upload/enums/PendingItemStatus.d.ts +5 -0
  212. package/dist/libs/shared/src/apps/upload/errors/file-type/FileTypeError.d.ts +15 -0
  213. package/dist/libs/shared/src/apps/upload/errors/internet-connectivity/InternetConnectivityError.d.ts +7 -0
  214. package/dist/libs/shared/src/apps/upload/services/BasePendingItemsService.d.ts +26 -0
  215. package/dist/libs/shared/src/apps/upload/services/DropzoneWrapper.d.ts +30 -0
  216. package/dist/libs/shared/src/apps/upload/services/UploadService.d.ts +65 -0
  217. package/dist/libs/shared/src/apps/upload/utils/FileExtensionsHelper.d.ts +9 -0
  218. package/dist/libs/shared/src/apps/upload/utils/PendingItemsHelper.d.ts +9 -0
  219. package/dist/libs/shared/src/constants/AppVariables.d.ts +4 -0
  220. package/dist/libs/shared/src/constants/BootstrapKeys.d.ts +5 -0
  221. package/dist/libs/shared/src/constants/DataPrefixes.d.ts +12 -0
  222. package/dist/libs/shared/src/constants/RadioChannels.d.ts +20 -0
  223. package/dist/libs/shared/src/constants/SharedServices.d.ts +25 -0
  224. package/dist/libs/shared/src/enums/ClassificationType.d.ts +4 -0
  225. package/dist/libs/shared/src/enums/CurationStatus.d.ts +12 -0
  226. package/dist/libs/shared/src/enums/CustomerType.d.ts +11 -0
  227. package/dist/libs/shared/src/enums/GlanceFormat.d.ts +3 -0
  228. package/dist/libs/shared/src/enums/Images.d.ts +26 -0
  229. package/dist/libs/shared/src/enums/LibraryType.d.ts +5 -0
  230. package/dist/libs/shared/src/enums/MediaQueries.d.ts +18 -0
  231. package/dist/libs/shared/src/enums/PartialLoading.d.ts +4 -0
  232. package/dist/libs/shared/src/enums/ThemeType.d.ts +3 -0
  233. package/dist/libs/shared/src/enums/UserRole.d.ts +15 -0
  234. package/dist/libs/shared/src/enums/VideoOrigin.d.ts +14 -0
  235. package/dist/libs/shared/src/enums/WidgetContents.d.ts +6 -0
  236. package/dist/libs/shared/src/errors/primitives/AlertError.d.ts +4 -0
  237. package/dist/libs/shared/src/errors/primitives/DialogError.d.ts +9 -0
  238. package/dist/libs/shared/src/errors/primitives/ErrorPageError.d.ts +7 -0
  239. package/dist/libs/shared/src/images/svg/ImportedSvgs.d.ts +81 -0
  240. package/dist/libs/shared/src/images/svg/actions/index.d.ts +21 -0
  241. package/dist/libs/shared/src/images/svg/arrows/index.d.ts +9 -0
  242. package/dist/libs/shared/src/images/svg/index.d.ts +2 -0
  243. package/dist/libs/shared/src/images/svg/objects/index.d.ts +33 -0
  244. package/dist/libs/shared/src/images/svg/player/index.d.ts +14 -0
  245. package/dist/libs/shared/src/images/svg/settings.d.ts +1 -0
  246. package/dist/libs/shared/src/images/svg/status/index.d.ts +13 -0
  247. package/dist/libs/shared/src/interfaces/AppLinkWithLabel.d.ts +5 -0
  248. package/dist/libs/shared/src/interfaces/DialogOptions.d.ts +13 -0
  249. package/dist/libs/shared/src/interfaces/ImageUrls.d.ts +16 -0
  250. package/dist/libs/shared/src/interfaces/QueryParams.d.ts +3 -0
  251. package/dist/libs/shared/src/interfaces/RegionalUrl.d.ts +5 -0
  252. package/dist/libs/shared/src/interfaces/WidgetContext.d.ts +9 -0
  253. package/dist/libs/shared/src/interfaces/app-variables/BaseNotificationsAppVariables.d.ts +16 -0
  254. package/dist/libs/shared/src/interfaces/app-variables/BaseSearchAppVariables.d.ts +14 -0
  255. package/dist/libs/shared/src/interfaces/app-variables/index.d.ts +2 -0
  256. package/dist/libs/shared/src/interfaces/collections/AudienceCollection.d.ts +4 -0
  257. package/dist/libs/shared/src/interfaces/collections/CategoryCollection.d.ts +4 -0
  258. package/dist/libs/shared/src/interfaces/collections/ClipCollection.d.ts +4 -0
  259. package/dist/libs/shared/src/interfaces/collections/CompanyCollection.d.ts +3 -0
  260. package/dist/libs/shared/src/interfaces/collections/CustomerCollection.d.ts +4 -0
  261. package/dist/libs/shared/src/interfaces/collections/FolderCollection.d.ts +4 -0
  262. package/dist/libs/shared/src/interfaces/collections/InteractiveCollection.d.ts +4 -0
  263. package/dist/libs/shared/src/interfaces/collections/LibraryCollection.d.ts +4 -0
  264. package/dist/libs/shared/src/interfaces/collections/LinkCollection.d.ts +4 -0
  265. package/dist/libs/shared/src/interfaces/collections/PersonCollection.d.ts +3 -0
  266. package/dist/libs/shared/src/interfaces/collections/PlaylistCollection.d.ts +4 -0
  267. package/dist/libs/shared/src/interfaces/collections/PresentationAudienceCollection.d.ts +4 -0
  268. package/dist/libs/shared/src/interfaces/collections/ResourceCollection.d.ts +3 -0
  269. package/dist/libs/shared/src/interfaces/collections/SeriesCollection.d.ts +4 -0
  270. package/dist/libs/shared/src/interfaces/collections/TagCollection.d.ts +4 -0
  271. package/dist/libs/shared/src/interfaces/collections/UserCollection.d.ts +3 -0
  272. package/dist/libs/shared/src/interfaces/collections/VideoCollection.d.ts +4 -0
  273. package/dist/libs/shared/src/interfaces/collections/WidgetCollection.d.ts +3 -0
  274. package/dist/libs/shared/src/interfaces/collections/index.d.ts +20 -0
  275. package/dist/libs/shared/src/interfaces/collections/primitives/BasePaginatedCollection.d.ts +7 -0
  276. package/dist/libs/shared/src/interfaces/collections/primitives/index.d.ts +1 -0
  277. package/dist/libs/shared/src/interfaces/index.d.ts +13 -0
  278. package/dist/libs/shared/src/interfaces/models/Audience.d.ts +3 -0
  279. package/dist/libs/shared/src/interfaces/models/Banner.d.ts +3 -0
  280. package/dist/libs/shared/src/interfaces/models/Category.d.ts +3 -0
  281. package/dist/libs/shared/src/interfaces/models/Channel.d.ts +3 -0
  282. package/dist/libs/shared/src/interfaces/models/Classification.d.ts +20 -0
  283. package/dist/libs/shared/src/interfaces/models/Clip.d.ts +6 -0
  284. package/dist/libs/shared/src/interfaces/models/Company.d.ts +3 -0
  285. package/dist/libs/shared/src/interfaces/models/Config.d.ts +9 -0
  286. package/dist/libs/shared/src/interfaces/models/Cover.d.ts +3 -0
  287. package/dist/libs/shared/src/interfaces/models/Customer.d.ts +5 -0
  288. package/dist/libs/shared/src/interfaces/models/Folder.d.ts +7 -0
  289. package/dist/libs/shared/src/interfaces/models/Following.d.ts +4 -0
  290. package/dist/libs/shared/src/interfaces/models/Glance.d.ts +7 -0
  291. package/dist/libs/shared/src/interfaces/models/HeroBanner.d.ts +3 -0
  292. package/dist/libs/shared/src/interfaces/models/Image.d.ts +7 -0
  293. package/dist/libs/shared/src/interfaces/models/Interactive.d.ts +5 -0
  294. package/dist/libs/shared/src/interfaces/models/LanguageConfig.d.ts +5 -0
  295. package/dist/libs/shared/src/interfaces/models/Library.d.ts +3 -0
  296. package/dist/libs/shared/src/interfaces/models/Link.d.ts +3 -0
  297. package/dist/libs/shared/src/interfaces/models/Organisation.d.ts +3 -0
  298. package/dist/libs/shared/src/interfaces/models/Person.d.ts +3 -0
  299. package/dist/libs/shared/src/interfaces/models/Playlist.d.ts +10 -0
  300. package/dist/libs/shared/src/interfaces/models/Poster.d.ts +3 -0
  301. package/dist/libs/shared/src/interfaces/models/Presentation.d.ts +3 -0
  302. package/dist/libs/shared/src/interfaces/models/PresentationAudience.d.ts +6 -0
  303. package/dist/libs/shared/src/interfaces/models/Rating.d.ts +5 -0
  304. package/dist/libs/shared/src/interfaces/models/Resource.d.ts +9 -0
  305. package/dist/libs/shared/src/interfaces/models/Restriction.d.ts +6 -0
  306. package/dist/libs/shared/src/interfaces/models/Season.d.ts +4 -0
  307. package/dist/libs/shared/src/interfaces/models/Series.d.ts +10 -0
  308. package/dist/libs/shared/src/interfaces/models/Share.d.ts +9 -0
  309. package/dist/libs/shared/src/interfaces/models/Subject.d.ts +13 -0
  310. package/dist/libs/shared/src/interfaces/models/Tag.d.ts +3 -0
  311. package/dist/libs/shared/src/interfaces/models/TallPoster.d.ts +3 -0
  312. package/dist/libs/shared/src/interfaces/models/Theme.d.ts +11 -0
  313. package/dist/libs/shared/src/interfaces/models/Thumbnail.d.ts +3 -0
  314. package/dist/libs/shared/src/interfaces/models/User.d.ts +53 -0
  315. package/dist/libs/shared/src/interfaces/models/Video.d.ts +26 -0
  316. package/dist/libs/shared/src/interfaces/models/VideoWithRestrictions.d.ts +5 -0
  317. package/dist/libs/shared/src/interfaces/models/Widget.d.ts +15 -0
  318. package/dist/libs/shared/src/interfaces/models/index.d.ts +42 -0
  319. package/dist/libs/shared/src/interfaces/models/primitives/BaseObject.d.ts +7 -0
  320. package/dist/libs/shared/src/interfaces/models/primitives/index.d.ts +1 -0
  321. package/dist/libs/shared/src/interfaces/props/ViewProps.d.ts +8 -0
  322. package/dist/libs/shared/src/interfaces/props/index.d.ts +1 -0
  323. package/dist/libs/shared/src/interfaces/requests/ReorderRequest.d.ts +12 -0
  324. package/dist/libs/shared/src/interfaces/requests/UpdateVideoRequest.d.ts +5 -0
  325. package/dist/libs/shared/src/interfaces/requests/index.d.ts +2 -0
  326. package/dist/libs/shared/src/interfaces/services/BaseLibraryDataService.d.ts +10 -0
  327. package/dist/libs/shared/src/interfaces/services/BaseSeriesDataService.d.ts +4 -0
  328. package/dist/libs/shared/src/interfaces/services/BaseVideoDataService.d.ts +5 -0
  329. package/dist/libs/shared/src/interfaces/services/BaseVideoUploadDataService.d.ts +8 -0
  330. package/dist/libs/shared/src/interfaces/services/index.d.ts +4 -0
  331. package/dist/libs/shared/src/legacy/behaviors/empty-state/EmptyStateBehavior.d.ts +22 -0
  332. package/dist/libs/shared/src/legacy/behaviors/popover/PopoverBehavior.d.ts +40 -0
  333. package/dist/libs/shared/src/legacy/behaviors/tooltip/TooltipBehavior.d.ts +26 -0
  334. package/dist/libs/shared/src/legacy/components/empty-state/EmptyStateComponent.d.ts +24 -0
  335. package/dist/libs/shared/src/legacy/components/pagination/PaginationComponent.d.ts +29 -0
  336. package/dist/libs/shared/src/legacy/components/thumbnail/ThumbnailComponent.d.ts +34 -0
  337. package/dist/libs/shared/src/legacy/constants/empty-state-components/EmptyStateComponents.d.ts +6 -0
  338. package/dist/libs/shared/src/legacy/enums/EmptyState.d.ts +3 -0
  339. package/dist/libs/shared/src/legacy/enums/SortType.d.ts +7 -0
  340. package/dist/libs/shared/src/legacy/interfaces/CollectionIdentifier.d.ts +7 -0
  341. package/dist/libs/shared/src/legacy/interfaces/index.d.ts +1 -0
  342. package/dist/libs/shared/src/legacy/utils/EmptyStateHelper.d.ts +4 -0
  343. package/dist/libs/shared/src/legacy/utils/LangHelper.d.ts +5 -0
  344. package/dist/libs/shared/src/services/ContextService.d.ts +38 -0
  345. package/dist/libs/shared/src/services/LanguageDataService.d.ts +7 -0
  346. package/dist/libs/shared/src/services/UserDataService.d.ts +23 -0
  347. package/dist/libs/shared/src/utils/EmbedHelper.d.ts +8 -0
  348. package/dist/libs/shared/src/utils/ImageHelper.d.ts +30 -0
  349. package/dist/libs/shared/src/utils/LibraryDataServiceHelper.d.ts +13 -0
  350. package/dist/libs/shared/src/utils/MaskHelper.d.ts +15 -0
  351. package/dist/libs/shared/src/utils/SvgHelper.d.ts +19 -0
  352. package/dist/libs/shared/src/utils/TextHelper.d.ts +3 -0
  353. package/dist/projects/library-editor/src/app.d.ts +224 -0
  354. package/dist/projects/library-editor/src/apps/content-updates/ContentUpdatesApplication.d.ts +18 -0
  355. package/dist/projects/library-editor/src/apps/content-updates/collections/SubjectCollection.d.ts +5 -0
  356. package/dist/projects/library-editor/src/apps/content-updates/collections/VideoGroupCollection.d.ts +5 -0
  357. package/dist/projects/library-editor/src/apps/content-updates/components/awaiting-review-header/AwaitingReviewHeaderComponent.d.ts +14 -0
  358. package/dist/projects/library-editor/src/apps/content-updates/components/content-updates-header/ContentUpdatesHeaderComponent.d.ts +19 -0
  359. package/dist/projects/library-editor/src/apps/content-updates/components/content-updates-left-nav/ContentUpdatesLeftNavComponent.d.ts +18 -0
  360. package/dist/projects/library-editor/src/apps/content-updates/components/past-releases-filters/PastReleasesFiltersComponent.d.ts +20 -0
  361. package/dist/projects/library-editor/src/apps/content-updates/components/past-releases-header/PastReleasesHeaderComponent.d.ts +24 -0
  362. package/dist/projects/library-editor/src/apps/content-updates/components/video-group-list/VideoGroupListComponent.d.ts +37 -0
  363. package/dist/projects/library-editor/src/apps/content-updates/models/Subject.d.ts +3 -0
  364. package/dist/projects/library-editor/src/apps/content-updates/models/VideoGroup.d.ts +7 -0
  365. package/dist/projects/library-editor/src/apps/content-updates/services/ContentUpdatesDataService.d.ts +18 -0
  366. package/dist/projects/library-editor/src/apps/content-updates/utils/ContentUpdatesHelper.d.ts +7 -0
  367. package/dist/projects/library-editor/src/apps/content-updates/views/add-to-library/AddToLibraryView.d.ts +47 -0
  368. package/dist/projects/library-editor/src/apps/content-updates/views/awaiting-review/AwaitingReviewView.d.ts +36 -0
  369. package/dist/projects/library-editor/src/apps/content-updates/views/disable-review/DisableReviewView.d.ts +26 -0
  370. package/dist/projects/library-editor/src/apps/content-updates/views/generate-past-releases-pdf/GeneratePastReleasesPdfView.d.ts +41 -0
  371. package/dist/projects/library-editor/src/apps/content-updates/views/past-releases/PastReleasesView.d.ts +55 -0
  372. package/dist/projects/library-editor/src/apps/dashboard/DashboardApplication.d.ts +9 -0
  373. package/dist/projects/library-editor/src/apps/dashboard/components/dashboard-action-tile/DashboardActionTileComponent.d.ts +20 -0
  374. package/dist/projects/library-editor/src/apps/dashboard/components/dashboard-info-tile/DashboardInfoTileComponent.d.ts +7 -0
  375. package/dist/projects/library-editor/src/apps/dashboard/components/dashboard-notifications/DashboardNotificationsComponents.d.ts +15 -0
  376. package/dist/projects/library-editor/src/apps/dashboard/components/dashboard-tile-container/DashboardTileContainerComponent.d.ts +11 -0
  377. package/dist/projects/library-editor/src/apps/dashboard/components/dashboard-tile-list/DashboardTileListComponent.d.ts +14 -0
  378. package/dist/projects/library-editor/src/apps/dashboard/views/DashboardView.d.ts +38 -0
  379. package/dist/projects/library-editor/src/apps/default/DefaultApplication.d.ts +21 -0
  380. package/dist/projects/library-editor/src/apps/default/views/dev-error/DevErrorView.d.ts +11 -0
  381. package/dist/projects/library-editor/src/apps/default/views/error-view/ErrorView.d.ts +12 -0
  382. package/dist/projects/library-editor/src/apps/default/views/not-found/NotFoundView.d.ts +11 -0
  383. package/dist/projects/library-editor/src/apps/index.d.ts +16 -0
  384. package/dist/projects/library-editor/src/apps/library-editor/LibraryEditorApplication.d.ts +46 -0
  385. package/dist/projects/library-editor/src/apps/library-editor/behaviors/draggable-folder/DraggableFolderBehavior.d.ts +9 -0
  386. package/dist/projects/library-editor/src/apps/library-editor/behaviors/draggable-video/DraggableVideoBehavior.d.ts +24 -0
  387. package/dist/projects/library-editor/src/apps/library-editor/behaviors/droppable/DroppableBehavior.d.ts +19 -0
  388. package/dist/projects/library-editor/src/apps/library-editor/behaviors/shared/DraggableItemComponent.d.ts +15 -0
  389. package/dist/projects/library-editor/src/apps/library-editor/components/add-links/AddLinksComponent.d.ts +31 -0
  390. package/dist/projects/library-editor/src/apps/library-editor/components/banner/BannerComponent.d.ts +19 -0
  391. package/dist/projects/library-editor/src/apps/library-editor/components/chapter-form/ChapterFormComponent.d.ts +66 -0
  392. package/dist/projects/library-editor/src/apps/library-editor/components/chapter-list/ChapterComponentCollection.d.ts +25 -0
  393. package/dist/projects/library-editor/src/apps/library-editor/components/chapter-list/ChapterItemComponent.d.ts +37 -0
  394. package/dist/projects/library-editor/src/apps/library-editor/components/chapters/ChaptersComponent.d.ts +21 -0
  395. package/dist/projects/library-editor/src/apps/library-editor/components/concatenate-request/ConcatenateRequestComponent.d.ts +24 -0
  396. package/dist/projects/library-editor/src/apps/library-editor/components/customer-logo/CustomerLogoComponent.d.ts +19 -0
  397. package/dist/projects/library-editor/src/apps/library-editor/components/edit-image/EditImageComponent.d.ts +28 -0
  398. package/dist/projects/library-editor/src/apps/library-editor/components/edit-images-wrapper/EditImagesWrapperComponent.d.ts +24 -0
  399. package/dist/projects/library-editor/src/apps/library-editor/components/edit-links/LinkItemComponent.d.ts +16 -0
  400. package/dist/projects/library-editor/src/apps/library-editor/components/edit-links/VideoLinksComponent.d.ts +23 -0
  401. package/dist/projects/library-editor/src/apps/library-editor/components/edit-thumbnail/EditThumbnailComponent.d.ts +22 -0
  402. package/dist/projects/library-editor/src/apps/library-editor/components/edit-video/EditVideoDetailsComponent.d.ts +48 -0
  403. package/dist/projects/library-editor/src/apps/library-editor/components/edit-video-tabs/EditVideoTabsComponent.d.ts +24 -0
  404. package/dist/projects/library-editor/src/apps/library-editor/components/expandable-tag-list/ExpandableTagListComponent.d.ts +26 -0
  405. package/dist/projects/library-editor/src/apps/library-editor/components/file-select/FileSelectComponent.d.ts +30 -0
  406. package/dist/projects/library-editor/src/apps/library-editor/components/file-uploads/FileUploadComponent.d.ts +15 -0
  407. package/dist/projects/library-editor/src/apps/library-editor/components/file-uploads/FileUploadsComponentCollection.d.ts +13 -0
  408. package/dist/projects/library-editor/src/apps/library-editor/components/folder-actions/FolderActionsDropdownComponent.d.ts +18 -0
  409. package/dist/projects/library-editor/src/apps/library-editor/components/folder-details/FolderDetailsComponent.d.ts +35 -0
  410. package/dist/projects/library-editor/src/apps/library-editor/components/folder-select/FolderSelectComponent.d.ts +41 -0
  411. package/dist/projects/library-editor/src/apps/library-editor/components/language-select/LanguageSelectComponent.d.ts +28 -0
  412. package/dist/projects/library-editor/src/apps/library-editor/components/language-select/LanguageSelectTypeaheadHelper.d.ts +7 -0
  413. package/dist/projects/library-editor/src/apps/library-editor/components/left-nav-libraries/LeftNavLibrariesComponent.d.ts +45 -0
  414. package/dist/projects/library-editor/src/apps/library-editor/components/library-actions/LibraryActionsComponent.d.ts +26 -0
  415. package/dist/projects/library-editor/src/apps/library-editor/components/library-folders/LibraryFolderListComponent.d.ts +31 -0
  416. package/dist/projects/library-editor/src/apps/library-editor/components/library-select/LibrarySelectComponent.d.ts +27 -0
  417. package/dist/projects/library-editor/src/apps/library-editor/components/save/SaveComponent.d.ts +33 -0
  418. package/dist/projects/library-editor/src/apps/library-editor/components/sort-select/SortSelectComponent.d.ts +29 -0
  419. package/dist/projects/library-editor/src/apps/library-editor/components/sub-folders/SubFolderComponent.d.ts +15 -0
  420. package/dist/projects/library-editor/src/apps/library-editor/components/sub-folders/SubFoldersComponent.d.ts +9 -0
  421. package/dist/projects/library-editor/src/apps/library-editor/components/suggest-edit/SuggestEditComponent.d.ts +31 -0
  422. package/dist/projects/library-editor/src/apps/library-editor/components/tag-list/TagComponentCollection.d.ts +21 -0
  423. package/dist/projects/library-editor/src/apps/library-editor/components/tag-list/TagItemComponent.d.ts +28 -0
  424. package/dist/projects/library-editor/src/apps/library-editor/components/tags/TagsComponent.d.ts +30 -0
  425. package/dist/projects/library-editor/src/apps/library-editor/components/video-collection-actions/VideoCollectionActionsComponent.d.ts +24 -0
  426. package/dist/projects/library-editor/src/apps/library-editor/components/video-header/VideoHeaderComponent.d.ts +23 -0
  427. package/dist/projects/library-editor/src/apps/library-editor/components/video-list-header/VideoListHeaderComponent.d.ts +34 -0
  428. package/dist/projects/library-editor/src/apps/library-editor/components/video-resources/ResourceItemComponent.d.ts +22 -0
  429. package/dist/projects/library-editor/src/apps/library-editor/components/video-resources/VideoResourcesComponent.d.ts +44 -0
  430. package/dist/projects/library-editor/src/apps/library-editor/components/video-sidebar-info/VideoSidebarInfoComponent.d.ts +26 -0
  431. package/dist/projects/library-editor/src/apps/library-editor/components/video-subtitles/SubtitleItemComponent.d.ts +18 -0
  432. package/dist/projects/library-editor/src/apps/library-editor/components/video-subtitles/VideoSubtitlesComponent.d.ts +26 -0
  433. package/dist/projects/library-editor/src/apps/library-editor/constants/VideoCollectionTypes.d.ts +3 -0
  434. package/dist/projects/library-editor/src/apps/library-editor/errors/folder-empty/FolderEmptyError.d.ts +8 -0
  435. package/dist/projects/library-editor/src/apps/library-editor/errors/folder-max-depth/FolderMaxDepthError.d.ts +7 -0
  436. package/dist/projects/library-editor/src/apps/library-editor/errors/folder-not-empty/FolderNotEmptyError.d.ts +7 -0
  437. package/dist/projects/library-editor/src/apps/library-editor/errors/folder-not-found/FolderNotFound.d.ts +6 -0
  438. package/dist/projects/library-editor/src/apps/library-editor/errors/forbidden-folder/ForbiddenFolderError.d.ts +6 -0
  439. package/dist/projects/library-editor/src/apps/library-editor/errors/forbidden-video/ForbiddenVideoError.d.ts +6 -0
  440. package/dist/projects/library-editor/src/apps/library-editor/errors/image-dimensions-too-small/ImageDimensionsTooSmallError.d.ts +9 -0
  441. package/dist/projects/library-editor/src/apps/library-editor/errors/library-has-subscribers/LibraryHasSubscribersError.d.ts +7 -0
  442. package/dist/projects/library-editor/src/apps/library-editor/errors/library-not-empty/LibraryNotEmptyError.d.ts +7 -0
  443. package/dist/projects/library-editor/src/apps/library-editor/errors/max-custom-libraries/MaxCustomLibrariesError.d.ts +9 -0
  444. package/dist/projects/library-editor/src/apps/library-editor/errors/series-not-found/SeriesNotFoundError.d.ts +6 -0
  445. package/dist/projects/library-editor/src/apps/library-editor/errors/too-many-resources/TooManyResourcesError.d.ts +8 -0
  446. package/dist/projects/library-editor/src/apps/library-editor/errors/too-many-subtitles/TooManySubtitlesError.d.ts +8 -0
  447. package/dist/projects/library-editor/src/apps/library-editor/errors/video-not-found/VideoNotFoundError.d.ts +6 -0
  448. package/dist/projects/library-editor/src/apps/library-editor/errors/video-write-permission/VideoWritePermissionError.d.ts +6 -0
  449. package/dist/projects/library-editor/src/apps/library-editor/models/ChapterConcatenateRequest.d.ts +3 -0
  450. package/dist/projects/library-editor/src/apps/library-editor/services/ChapterDataService.d.ts +15 -0
  451. package/dist/projects/library-editor/src/apps/library-editor/services/CompanyDataService.d.ts +7 -0
  452. package/dist/projects/library-editor/src/apps/library-editor/services/ExportDataService.d.ts +11 -0
  453. package/dist/projects/library-editor/src/apps/library-editor/services/FieldsDataService.d.ts +12 -0
  454. package/dist/projects/library-editor/src/apps/library-editor/services/FolderDragDropService.d.ts +27 -0
  455. package/dist/projects/library-editor/src/apps/library-editor/services/LibraryDataService.d.ts +65 -0
  456. package/dist/projects/library-editor/src/apps/library-editor/services/LinkDataService.d.ts +14 -0
  457. package/dist/projects/library-editor/src/apps/library-editor/services/PersonDataService.d.ts +7 -0
  458. package/dist/projects/library-editor/src/apps/library-editor/services/RatingsDataService.d.ts +7 -0
  459. package/dist/projects/library-editor/src/apps/library-editor/services/ResourceDataService.d.ts +13 -0
  460. package/dist/projects/library-editor/src/apps/library-editor/services/SeriesDataService.d.ts +16 -0
  461. package/dist/projects/library-editor/src/apps/library-editor/services/SubtitleDataService.d.ts +11 -0
  462. package/dist/projects/library-editor/src/apps/library-editor/services/TagDataService.d.ts +9 -0
  463. package/dist/projects/library-editor/src/apps/library-editor/services/VideoDataService.d.ts +45 -0
  464. package/dist/projects/library-editor/src/apps/library-editor/services/VideoDragDropService.d.ts +26 -0
  465. package/dist/projects/library-editor/src/apps/library-editor/utils/ChapterHelper.d.ts +18 -0
  466. package/dist/projects/library-editor/src/apps/library-editor/utils/EditVideoHelpers.d.ts +93 -0
  467. package/dist/projects/library-editor/src/apps/library-editor/utils/VideoDetailsHelper.d.ts +17 -0
  468. package/dist/projects/library-editor/src/apps/library-editor/views/add-to-exchange/AddToExchangeView.d.ts +34 -0
  469. package/dist/projects/library-editor/src/apps/library-editor/views/banner-upload/BannerUploadView.d.ts +32 -0
  470. package/dist/projects/library-editor/src/apps/library-editor/views/delete-folder/DeleteFolderView.d.ts +28 -0
  471. package/dist/projects/library-editor/src/apps/library-editor/views/delete-library/DeleteLibraryView.d.ts +23 -0
  472. package/dist/projects/library-editor/src/apps/library-editor/views/delete-videos/DeleteVideosView.d.ts +29 -0
  473. package/dist/projects/library-editor/src/apps/library-editor/views/edit-chapters/EditChaptersView.d.ts +71 -0
  474. package/dist/projects/library-editor/src/apps/library-editor/views/edit-folder-images/EditFolderImagesView.d.ts +51 -0
  475. package/dist/projects/library-editor/src/apps/library-editor/views/edit-library/RenameLibraryView.d.ts +29 -0
  476. package/dist/projects/library-editor/src/apps/library-editor/views/edit-link/EditLinkView.d.ts +30 -0
  477. package/dist/projects/library-editor/src/apps/library-editor/views/edit-resource/EditResourceView.d.ts +34 -0
  478. package/dist/projects/library-editor/src/apps/library-editor/views/edit-resources/EditResourcesView.d.ts +92 -0
  479. package/dist/projects/library-editor/src/apps/library-editor/views/edit-video/EditVideoView.d.ts +125 -0
  480. package/dist/projects/library-editor/src/apps/library-editor/views/generate-pdf/GeneratePdfView.d.ts +35 -0
  481. package/dist/projects/library-editor/src/apps/library-editor/views/left-navigation/LeftNavigationView.d.ts +33 -0
  482. package/dist/projects/library-editor/src/apps/library-editor/views/library/LibraryView.d.ts +31 -0
  483. package/dist/projects/library-editor/src/apps/library-editor/views/move-folder/MoveFolderView.d.ts +44 -0
  484. package/dist/projects/library-editor/src/apps/library-editor/views/move-video/MoveVideoView.d.ts +50 -0
  485. package/dist/projects/library-editor/src/apps/library-editor/views/new-folder/NewFolderView.d.ts +44 -0
  486. package/dist/projects/library-editor/src/apps/library-editor/views/new-library/NewLibraryView.d.ts +26 -0
  487. package/dist/projects/library-editor/src/apps/library-editor/views/no-library/NoLibraryView.d.ts +10 -0
  488. package/dist/projects/library-editor/src/apps/library-editor/views/publish-library/PublishLibraryView.d.ts +19 -0
  489. package/dist/projects/library-editor/src/apps/library-editor/views/rename-folder/RenameFolderView.d.ts +39 -0
  490. package/dist/projects/library-editor/src/apps/library-editor/views/suggest-an-edit/SuggestAnEditView.d.ts +58 -0
  491. package/dist/projects/library-editor/src/apps/library-editor/views/thumbnail-upload/ThumbnailUploadView.d.ts +34 -0
  492. package/dist/projects/library-editor/src/apps/library-editor/views/video-collection/VideoCollectionView.d.ts +105 -0
  493. package/dist/projects/library-editor/src/apps/library-editor/views/video-details/VideoDetailsView.d.ts +44 -0
  494. package/dist/projects/library-editor/src/apps/migration-wizard/MigrationWizardApplication.d.ts +45 -0
  495. package/dist/projects/library-editor/src/apps/migration-wizard/collections/HomeFolderCollection.d.ts +6 -0
  496. package/dist/projects/library-editor/src/apps/migration-wizard/collections/SmartSelectVideoCollection.d.ts +5 -0
  497. package/dist/projects/library-editor/src/apps/migration-wizard/components/banner/BannerComponent.d.ts +18 -0
  498. package/dist/projects/library-editor/src/apps/migration-wizard/components/empty-video-list/EmptyVideoListComponent.d.ts +14 -0
  499. package/dist/projects/library-editor/src/apps/migration-wizard/components/errored-video-actions/ErroredVideoActionsComponent.d.ts +22 -0
  500. package/dist/projects/library-editor/src/apps/migration-wizard/components/errored-video-footer/ErroredVideoFooterComponent.d.ts +21 -0
  501. package/dist/projects/library-editor/src/apps/migration-wizard/components/errored-video-item/ErroredVideoItemComponent.d.ts +30 -0
  502. package/dist/projects/library-editor/src/apps/migration-wizard/components/errored-video-list/ErroredVideoListComponent.d.ts +12 -0
  503. package/dist/projects/library-editor/src/apps/migration-wizard/components/errored-video-metadata/ErroredVideoMetadataComponent.d.ts +8 -0
  504. package/dist/projects/library-editor/src/apps/migration-wizard/components/errored-video-preview/ErroredVideoPreviewComponent.d.ts +17 -0
  505. package/dist/projects/library-editor/src/apps/migration-wizard/components/generate-report/GenerateReportComponent.d.ts +25 -0
  506. package/dist/projects/library-editor/src/apps/migration-wizard/components/generate-report-button/GenerateReportButtonComponent.d.ts +10 -0
  507. package/dist/projects/library-editor/src/apps/migration-wizard/components/migration-video-item/MigrationVideoItemComponent.d.ts +30 -0
  508. package/dist/projects/library-editor/src/apps/migration-wizard/components/progress-bar/ProgressBarComponent.d.ts +19 -0
  509. package/dist/projects/library-editor/src/apps/migration-wizard/components/progress-circle/ProgressCircleComponent.d.ts +20 -0
  510. package/dist/projects/library-editor/src/apps/migration-wizard/components/search-bar/SearchBarComponent.d.ts +19 -0
  511. package/dist/projects/library-editor/src/apps/migration-wizard/components/selected-video-item/SelectedVideoItemComponent.d.ts +9 -0
  512. package/dist/projects/library-editor/src/apps/migration-wizard/components/sorting-row/SortingRowComponent.d.ts +35 -0
  513. package/dist/projects/library-editor/src/apps/migration-wizard/components/status-bar/StatusBarComponent.d.ts +28 -0
  514. package/dist/projects/library-editor/src/apps/migration-wizard/components/video-list/VideoListCollection.d.ts +36 -0
  515. package/dist/projects/library-editor/src/apps/migration-wizard/components/video-list-collection/VideoListCollectionComponent.d.ts +16 -0
  516. package/dist/projects/library-editor/src/apps/migration-wizard/errors/already-migrated/AlreadyMigratedError.d.ts +6 -0
  517. package/dist/projects/library-editor/src/apps/migration-wizard/errors/backup-progress/BackupProgressError.d.ts +8 -0
  518. package/dist/projects/library-editor/src/apps/migration-wizard/errors/migration-finalisation/MigrationFinalisationError.d.ts +8 -0
  519. package/dist/projects/library-editor/src/apps/migration-wizard/errors/migration-progress/MigrationProgressError.d.ts +8 -0
  520. package/dist/projects/library-editor/src/apps/migration-wizard/errors/smart-migration-api-call/SmartMigrationApiCallError.d.ts +9 -0
  521. package/dist/projects/library-editor/src/apps/migration-wizard/filters/MigrationFilters.d.ts +8 -0
  522. package/dist/projects/library-editor/src/apps/migration-wizard/models/BackupToolBuild.d.ts +3 -0
  523. package/dist/projects/library-editor/src/apps/migration-wizard/models/CustomerMetadata.d.ts +9 -0
  524. package/dist/projects/library-editor/src/apps/migration-wizard/models/FinalisationTask.d.ts +3 -0
  525. package/dist/projects/library-editor/src/apps/migration-wizard/models/HomeFolder.d.ts +8 -0
  526. package/dist/projects/library-editor/src/apps/migration-wizard/models/MigrationOptions.d.ts +3 -0
  527. package/dist/projects/library-editor/src/apps/migration-wizard/models/SelectedVideo.d.ts +3 -0
  528. package/dist/projects/library-editor/src/apps/migration-wizard/models/SmartSelectVideo.d.ts +4 -0
  529. package/dist/projects/library-editor/src/apps/migration-wizard/models/VideoCount.d.ts +3 -0
  530. package/dist/projects/library-editor/src/apps/migration-wizard/services/FolderCacheService.d.ts +22 -0
  531. package/dist/projects/library-editor/src/apps/migration-wizard/services/LocalOptionsService.d.ts +10 -0
  532. package/dist/projects/library-editor/src/apps/migration-wizard/services/MigrationVideoDataService.d.ts +56 -0
  533. package/dist/projects/library-editor/src/apps/migration-wizard/services/SelectedVideoService.d.ts +19 -0
  534. package/dist/projects/library-editor/src/apps/migration-wizard/utils/FolderHelper.d.ts +8 -0
  535. package/dist/projects/library-editor/src/apps/migration-wizard/utils/VideoHelper.d.ts +29 -0
  536. package/dist/projects/library-editor/src/apps/migration-wizard/views/current-section-header/CurrentSectionHeaderView.d.ts +28 -0
  537. package/dist/projects/library-editor/src/apps/migration-wizard/views/generate-csv-report/GenerateCsvReportView.d.ts +27 -0
  538. package/dist/projects/library-editor/src/apps/migration-wizard/views/migration-error/MigrationErrorView.d.ts +40 -0
  539. package/dist/projects/library-editor/src/apps/migration-wizard/views/migration-progress/MigrationProgressView.d.ts +32 -0
  540. package/dist/projects/library-editor/src/apps/migration-wizard/views/publish-library-banner/PublishLibraryBannerView.d.ts +30 -0
  541. package/dist/projects/library-editor/src/apps/migration-wizard/views/publish-library-complete/PublishLibraryCompleteView.d.ts +15 -0
  542. package/dist/projects/library-editor/src/apps/migration-wizard/views/publish-library-progress/PublishLibraryProgressView.d.ts +18 -0
  543. package/dist/projects/library-editor/src/apps/migration-wizard/views/publisher-backup/PublisherBackupView.d.ts +19 -0
  544. package/dist/projects/library-editor/src/apps/migration-wizard/views/publisher-backup-complete/PublisherBackupCompleteView.d.ts +23 -0
  545. package/dist/projects/library-editor/src/apps/migration-wizard/views/publisher-backup-progress/PublisherBackupProgressView.d.ts +23 -0
  546. package/dist/projects/library-editor/src/apps/migration-wizard/views/publisher-backup-welcome/PublisherBackupWelcomeView.d.ts +19 -0
  547. package/dist/projects/library-editor/src/apps/migration-wizard/views/remigrate-video/RemigrateVideoView.d.ts +32 -0
  548. package/dist/projects/library-editor/src/apps/migration-wizard/views/selected-videos/SelectedVideosView.d.ts +32 -0
  549. package/dist/projects/library-editor/src/apps/migration-wizard/views/show-video-popup/ShowPublisherVideoPopupView.d.ts +26 -0
  550. package/dist/projects/library-editor/src/apps/migration-wizard/views/smart-migration/SmartMigrationView.d.ts +58 -0
  551. package/dist/projects/library-editor/src/apps/migration-wizard/views/start/StartView.d.ts +40 -0
  552. package/dist/projects/library-editor/src/apps/migration-wizard/views/videos-added/VideosAddedView.d.ts +24 -0
  553. package/dist/projects/library-editor/src/apps/notifications/NotificationsApplication.d.ts +11 -0
  554. package/dist/projects/library-editor/src/apps/notifications/constants/NotificationsAppVariables.d.ts +8 -0
  555. package/dist/projects/library-editor/src/apps/notifications/utils/NotificationsHelper.d.ts +10 -0
  556. package/dist/projects/library-editor/src/apps/search/SearchApplication.d.ts +16 -0
  557. package/dist/projects/library-editor/src/apps/search/collections/FilterCollection.d.ts +9 -0
  558. package/dist/projects/library-editor/src/apps/search/collections/OptionCollection.d.ts +5 -0
  559. package/dist/projects/library-editor/src/apps/search/components/filters/FiltersComponent.d.ts +27 -0
  560. package/dist/projects/library-editor/src/apps/search/components/filters/filter-button-list/FilterButtonItemComponent.d.ts +37 -0
  561. package/dist/projects/library-editor/src/apps/search/components/filters/filter-button-list/FilterButtonListComponent.d.ts +19 -0
  562. package/dist/projects/library-editor/src/apps/search/components/filters/filter-list/FilterItemComponent.d.ts +17 -0
  563. package/dist/projects/library-editor/src/apps/search/components/filters/filter-list/FilterListComponent.d.ts +24 -0
  564. package/dist/projects/library-editor/src/apps/search/components/filters/filter-options/FilterOptionsComponent.d.ts +34 -0
  565. package/dist/projects/library-editor/src/apps/search/components/filters/filter-options/bool-filter-options/BoolFilterOptionsComponent.d.ts +15 -0
  566. package/dist/projects/library-editor/src/apps/search/components/filters/filter-options/duration-filter-options/DurationFilterOptionListComponent.d.ts +27 -0
  567. package/dist/projects/library-editor/src/apps/search/components/filters/filter-options/filter-option-list/FilterOptionItemComponent.d.ts +19 -0
  568. package/dist/projects/library-editor/src/apps/search/components/filters/filter-options/filter-option-list/FilterOptionsListComponent.d.ts +21 -0
  569. package/dist/projects/library-editor/src/apps/search/components/filters/filter-options/range-filter-options/RangeFilterOptionListComponent.d.ts +23 -0
  570. package/dist/projects/library-editor/src/apps/search/components/filters/filter-options/tag-filter-options/TagFilterOptionsComponent.d.ts +27 -0
  571. package/dist/projects/library-editor/src/apps/search/components/filters/filter-options/tag-filter-options/TagFilterOptionsListComponent.d.ts +19 -0
  572. package/dist/projects/library-editor/src/apps/search/components/filters/more-filters-button/MoreFiltersButtonComponent.d.ts +42 -0
  573. package/dist/projects/library-editor/src/apps/search/components/results/SearchResultsComponent.d.ts +22 -0
  574. package/dist/projects/library-editor/src/apps/search/components/search-header/SearchHeaderComponent.d.ts +11 -0
  575. package/dist/projects/library-editor/src/apps/search/models/Filter.d.ts +8 -0
  576. package/dist/projects/library-editor/src/apps/search/models/Option.d.ts +4 -0
  577. package/dist/projects/library-editor/src/apps/search/models/Query.d.ts +3 -0
  578. package/dist/projects/library-editor/src/apps/search/models/SearchAppVariables.d.ts +4 -0
  579. package/dist/projects/library-editor/src/apps/search/services/SearchDataService.d.ts +12 -0
  580. package/dist/projects/library-editor/src/apps/search/utils/SearchHelper.d.ts +11 -0
  581. package/dist/projects/library-editor/src/apps/search/views/search/SearchView.d.ts +57 -0
  582. package/dist/projects/library-editor/src/apps/staff-requests/StaffRequestsApplication.d.ts +15 -0
  583. package/dist/projects/library-editor/src/apps/staff-requests/collections/StaffRequestCollection.d.ts +5 -0
  584. package/dist/projects/library-editor/src/apps/staff-requests/collections/StaffRequestMessageCollection.d.ts +5 -0
  585. package/dist/projects/library-editor/src/apps/staff-requests/components/staff-request-actions/StaffRequestActionsComponent.d.ts +42 -0
  586. package/dist/projects/library-editor/src/apps/staff-requests/components/staff-request-details/StaffRequestDetailsComponent.d.ts +30 -0
  587. package/dist/projects/library-editor/src/apps/staff-requests/components/staff-request-list/StaffRequestListComponent.d.ts +29 -0
  588. package/dist/projects/library-editor/src/apps/staff-requests/models/StaffRequest.d.ts +18 -0
  589. package/dist/projects/library-editor/src/apps/staff-requests/models/StaffRequestMessage.d.ts +7 -0
  590. package/dist/projects/library-editor/src/apps/staff-requests/services/StaffRequestDataService.d.ts +14 -0
  591. package/dist/projects/library-editor/src/apps/staff-requests/views/approve-staff-request/ApproveStaffRequestView.d.ts +34 -0
  592. package/dist/projects/library-editor/src/apps/staff-requests/views/reject-staff-request/RejectStaffRequestView.d.ts +34 -0
  593. package/dist/projects/library-editor/src/apps/staff-requests/views/staff-requests/StaffRequestsView.d.ts +44 -0
  594. package/dist/projects/library-editor/src/apps/upload/UploadApplication.d.ts +23 -0
  595. package/dist/projects/library-editor/src/apps/upload/components/processing-progress/ProcessProgressComponentCollection.d.ts +38 -0
  596. package/dist/projects/library-editor/src/apps/upload/components/progress-info/ProgressInfoComponent.d.ts +10 -0
  597. package/dist/projects/library-editor/src/apps/upload/components/upload-actions/UploadActionsComponent.d.ts +21 -0
  598. package/dist/projects/library-editor/src/apps/upload/components/upload-folder-select/UploadFolderSelectComponent.d.ts +35 -0
  599. package/dist/projects/library-editor/src/apps/upload/components/upload-progress/UploadProgressComponent.d.ts +10 -0
  600. package/dist/projects/library-editor/src/apps/upload/components/upload-video/UploadVideoComponent.d.ts +47 -0
  601. package/dist/projects/library-editor/src/apps/upload/components/upload-video/UploadVideoComponentCollection.d.ts +19 -0
  602. package/dist/projects/library-editor/src/apps/upload/errors/no-libraries-upload/NoLibrariesUploadError.d.ts +7 -0
  603. package/dist/projects/library-editor/src/apps/upload/services/ImageUploadDataService.d.ts +8 -0
  604. package/dist/projects/library-editor/src/apps/upload/services/PendingItemsService.d.ts +7 -0
  605. package/dist/projects/library-editor/src/apps/upload/services/VideoUploadDataService.d.ts +17 -0
  606. package/dist/projects/library-editor/src/apps/upload/services/VideoUploadService.d.ts +8 -0
  607. package/dist/projects/library-editor/src/apps/upload/views/file-select/FileSelectView.d.ts +25 -0
  608. package/dist/projects/library-editor/src/apps/upload/views/progress-summary/ProgressSummaryView.d.ts +18 -0
  609. package/dist/projects/library-editor/src/apps/upload/views/upload-button/UploadButtonView.d.ts +26 -0
  610. package/dist/projects/library-editor/src/apps/upload/views/upload-complete/UploadCompleteView.d.ts +14 -0
  611. package/dist/projects/library-editor/src/apps/upload/views/upload-videos/UploadVideosView.d.ts +62 -0
  612. package/dist/projects/library-editor/src/apps/video-access/VideoAccessApplication.d.ts +12 -0
  613. package/dist/projects/library-editor/src/apps/video-access/views/restricted-video-list/RestrictedVideoListView.d.ts +34 -0
  614. package/dist/projects/library-editor/src/shared/alerts/VideoAlerts.d.ts +9 -0
  615. package/dist/projects/library-editor/src/shared/behaviors/backbone-validation/BackboneValidationBehavior.d.ts +14 -0
  616. package/dist/projects/library-editor/src/shared/behaviors/file-drop/FileDropBehavior.d.ts +19 -0
  617. package/dist/projects/library-editor/src/shared/behaviors/file-drop/FileDropMaskBehavior.d.ts +19 -0
  618. package/dist/projects/library-editor/src/shared/behaviors/file-select/FileSelectBehavior.d.ts +16 -0
  619. package/dist/projects/library-editor/src/shared/behaviors/image-select-behavior/ImageSelectBehavior.d.ts +23 -0
  620. package/dist/projects/library-editor/src/shared/behaviors/lazy-load/LazyLoadBehavior.d.ts +31 -0
  621. package/dist/projects/library-editor/src/shared/behaviors/lock-layout-file-drop/LockLayoutFileDropBehavior.d.ts +7 -0
  622. package/dist/projects/library-editor/src/shared/behaviors/popup/PopupBehavior.d.ts +65 -0
  623. package/dist/projects/library-editor/src/shared/behaviors/stickit/StickitBehavior.d.ts +6 -0
  624. package/dist/projects/library-editor/src/shared/collections/ChannelCollection.d.ts +6 -0
  625. package/dist/projects/library-editor/src/shared/collections/ChapterCollection.d.ts +7 -0
  626. package/dist/projects/library-editor/src/shared/collections/DirectorCollection.d.ts +6 -0
  627. package/dist/projects/library-editor/src/shared/collections/DistributorCollection.d.ts +6 -0
  628. package/dist/projects/library-editor/src/shared/collections/FieldsCollection.d.ts +5 -0
  629. package/dist/projects/library-editor/src/shared/collections/FolderCollection.d.ts +7 -0
  630. package/dist/projects/library-editor/src/shared/collections/InteractivesCollection.d.ts +6 -0
  631. package/dist/projects/library-editor/src/shared/collections/LibraryCollection.d.ts +7 -0
  632. package/dist/projects/library-editor/src/shared/collections/LinkCollection.d.ts +6 -0
  633. package/dist/projects/library-editor/src/shared/collections/LocalCacheDeviceCollection.d.ts +5 -0
  634. package/dist/projects/library-editor/src/shared/collections/LocalCacheDownloadCollection.d.ts +5 -0
  635. package/dist/projects/library-editor/src/shared/collections/MetadataCollection.d.ts +4 -0
  636. package/dist/projects/library-editor/src/shared/collections/ProducerCollection.d.ts +6 -0
  637. package/dist/projects/library-editor/src/shared/collections/ProductionCompanyCollection.d.ts +6 -0
  638. package/dist/projects/library-editor/src/shared/collections/RatingCollection.d.ts +4 -0
  639. package/dist/projects/library-editor/src/shared/collections/ResourceCollection.d.ts +6 -0
  640. package/dist/projects/library-editor/src/shared/collections/RestrictedObjectCollection.d.ts +5 -0
  641. package/dist/projects/library-editor/src/shared/collections/RestrictionCollection.d.ts +5 -0
  642. package/dist/projects/library-editor/src/shared/collections/SeasonCollection.d.ts +6 -0
  643. package/dist/projects/library-editor/src/shared/collections/SettingsCollection.d.ts +5 -0
  644. package/dist/projects/library-editor/src/shared/collections/SubtitleCollection.d.ts +6 -0
  645. package/dist/projects/library-editor/src/shared/collections/TagCollection.d.ts +6 -0
  646. package/dist/projects/library-editor/src/shared/collections/VideoCollection.d.ts +6 -0
  647. package/dist/projects/library-editor/src/shared/components/alert/AlertComponentCollection.d.ts +11 -0
  648. package/dist/projects/library-editor/src/shared/components/alert/AlertItemComponent.d.ts +44 -0
  649. package/dist/projects/library-editor/src/shared/components/breadcrumbs/BreadcrumbComponentCollection.d.ts +18 -0
  650. package/dist/projects/library-editor/src/shared/components/breadcrumbs/BreadcrumbsComponent.d.ts +27 -0
  651. package/dist/projects/library-editor/src/shared/components/bulk-video-actions/BulkVideoActionsComponent.d.ts +26 -0
  652. package/dist/projects/library-editor/src/shared/components/checkbox/BulkCheckboxComponent.d.ts +27 -0
  653. package/dist/projects/library-editor/src/shared/components/checkbox/CheckboxComponent.d.ts +25 -0
  654. package/dist/projects/library-editor/src/shared/components/clear-button/ClearButtonComponent.d.ts +18 -0
  655. package/dist/projects/library-editor/src/shared/components/date-picker/DatePickerComponent.d.ts +47 -0
  656. package/dist/projects/library-editor/src/shared/components/dialog/DialogView.d.ts +22 -0
  657. package/dist/projects/library-editor/src/shared/components/dropdown/DropdownButtonComponent.d.ts +36 -0
  658. package/dist/projects/library-editor/src/shared/components/dropdown/DropdownComponentCollection.d.ts +38 -0
  659. package/dist/projects/library-editor/src/shared/components/dropdown/DropdownItemComponent.d.ts +57 -0
  660. package/dist/projects/library-editor/src/shared/components/edit-video/edit-additional-info/EditAdditionalInfoComponent.d.ts +38 -0
  661. package/dist/projects/library-editor/src/shared/components/edit-video/edit-basic-info/EditBasicInfoComponent.d.ts +32 -0
  662. package/dist/projects/library-editor/src/shared/components/edit-video/edit-broadcast/EditBroadcastComponent.d.ts +22 -0
  663. package/dist/projects/library-editor/src/shared/components/edit-video/edit-broadcast/ToggleBroadcastComponent.d.ts +24 -0
  664. package/dist/projects/library-editor/src/shared/components/edit-video/edit-production-info/EditProductionInfoComponent.d.ts +61 -0
  665. package/dist/projects/library-editor/src/shared/components/edit-video/edit-season-info/EditSeasonInfoComponent.d.ts +33 -0
  666. package/dist/projects/library-editor/src/shared/components/edit-video/extra-info/ExtraInfoComponent.d.ts +16 -0
  667. package/dist/projects/library-editor/src/shared/components/edit-video/extra-info/ExtraInfoItemComponent.d.ts +17 -0
  668. package/dist/projects/library-editor/src/shared/components/edit-video/select-rating/SelectRatingCollectionComponent.d.ts +17 -0
  669. package/dist/projects/library-editor/src/shared/components/edit-video/select-rating/SelectRatingComponent.d.ts +40 -0
  670. package/dist/projects/library-editor/src/shared/components/edit-video/select-rating/SelectRatingItemComponent.d.ts +20 -0
  671. package/dist/projects/library-editor/src/shared/components/fields/FieldsComponent.d.ts +9 -0
  672. package/dist/projects/library-editor/src/shared/components/image-cropper/ImageCropperComponent.d.ts +34 -0
  673. package/dist/projects/library-editor/src/shared/components/left-nav/LeftNavComponent.d.ts +30 -0
  674. package/dist/projects/library-editor/src/shared/components/left-nav/LeftNavNodeComponent.d.ts +48 -0
  675. package/dist/projects/library-editor/src/shared/components/page-footer/PageFooterComponent.d.ts +15 -0
  676. package/dist/projects/library-editor/src/shared/components/page-header/PageHeaderComponent.d.ts +25 -0
  677. package/dist/projects/library-editor/src/shared/components/partial-loading/PartialLoadingComponent.d.ts +16 -0
  678. package/dist/projects/library-editor/src/shared/components/partial-loading/PartialLoadingComponentCollection.d.ts +20 -0
  679. package/dist/projects/library-editor/src/shared/components/resizing-text-area/ResizingTextAreaComponent.d.ts +23 -0
  680. package/dist/projects/library-editor/src/shared/components/select/SelectComponent.d.ts +54 -0
  681. package/dist/projects/library-editor/src/shared/components/spinner-button/SpinnerButtonComponent.d.ts +73 -0
  682. package/dist/projects/library-editor/src/shared/components/tabs/TabsComponent.d.ts +28 -0
  683. package/dist/projects/library-editor/src/shared/components/top-navigation/TopNavigationComponentCollection.d.ts +29 -0
  684. package/dist/projects/library-editor/src/shared/components/tree-dropdown/TreeDropdownComponent.d.ts +32 -0
  685. package/dist/projects/library-editor/src/shared/components/typeahead-input/SearchTypeaheadComponent.d.ts +74 -0
  686. package/dist/projects/library-editor/src/shared/components/typeahead-list/TypeaheadListComponent.d.ts +33 -0
  687. package/dist/projects/library-editor/src/shared/components/user-options-dropdown/UserOptionsDropdownComponent.d.ts +20 -0
  688. package/dist/projects/library-editor/src/shared/components/video-actions/VideoActionComponentCollection.d.ts +31 -0
  689. package/dist/projects/library-editor/src/shared/components/video-actions/VideoActionsComponent.d.ts +42 -0
  690. package/dist/projects/library-editor/src/shared/components/video-basic-info/VideoBasicInfoComponent.d.ts +33 -0
  691. package/dist/projects/library-editor/src/shared/components/video-description/VideoDescriptionComponent.d.ts +33 -0
  692. package/dist/projects/library-editor/src/shared/components/video-item/VideoItemComponent.d.ts +58 -0
  693. package/dist/projects/library-editor/src/shared/components/video-item/video-item-actions/base/VideoItemActionsComponent.d.ts +23 -0
  694. package/dist/projects/library-editor/src/shared/components/video-item/video-item-actions/video-item-processing-actions/VideoItemProcessingActionsComponent.d.ts +25 -0
  695. package/dist/projects/library-editor/src/shared/components/video-item/video-item-actions/video-item-review-actions/VideoItemReviewActionsComponent.d.ts +26 -0
  696. package/dist/projects/library-editor/src/shared/components/video-item/video-item-actions/video-item-video-access-actions/VideoItemVideoAccessActionsComponent.d.ts +22 -0
  697. package/dist/projects/library-editor/src/shared/components/video-item/video-item-metadata/base/VideoItemMetadataComponent.d.ts +24 -0
  698. package/dist/projects/library-editor/src/shared/components/video-item/video-item-metadata/video-item-awaiting-review-metadata/VideoItemAwaitingReviewMetadataComponent.d.ts +22 -0
  699. package/dist/projects/library-editor/src/shared/components/video-item/video-item-metadata/video-item-badges/VideoItemBadgesComponent.d.ts +20 -0
  700. package/dist/projects/library-editor/src/shared/components/video-item/video-item-metadata/video-item-past-releases-metadata/VideoItemPastReleasesMetadataComponent.d.ts +25 -0
  701. package/dist/projects/library-editor/src/shared/components/video-item/video-item-metadata/video-item-processing-metadata/VideoItemProcessingMetadataComponent.d.ts +19 -0
  702. package/dist/projects/library-editor/src/shared/components/video-item/video-item-metadata/video-item-search-metadata/VideoItemSearchMetadataComponent.d.ts +22 -0
  703. package/dist/projects/library-editor/src/shared/components/video-item/video-item-metadata/video-item-series/VideoItemSeriesComponent.d.ts +22 -0
  704. package/dist/projects/library-editor/src/shared/components/video-item/video-item-metadata/video-item-video-access-metadata/VideoItemVideoAccessMetadataComponent.d.ts +27 -0
  705. package/dist/projects/library-editor/src/shared/components/video-item/video-item-metadata/video-sources-metadata/VideoSourcesMetadataComponent.d.ts +22 -0
  706. package/dist/projects/library-editor/src/shared/components/video-item-preview/VideoItemPreviewComponent.d.ts +37 -0
  707. package/dist/projects/library-editor/src/shared/components/video-list/VideoListComponent.d.ts +44 -0
  708. package/dist/projects/library-editor/src/shared/components/video-preview/VideoPreviewComponent.d.ts +30 -0
  709. package/dist/projects/library-editor/src/shared/components/web-player/WebPlayerComponent.d.ts +53 -0
  710. package/dist/projects/library-editor/src/shared/constants/CacheDurations.d.ts +4 -0
  711. package/dist/projects/library-editor/src/shared/constants/Services.d.ts +62 -0
  712. package/dist/projects/library-editor/src/shared/constants/empty-state-components/EmptyStateComponents.d.ts +6 -0
  713. package/dist/projects/library-editor/src/shared/errors/authentication/AuthenticationError.d.ts +8 -0
  714. package/dist/projects/library-editor/src/shared/errors/customer-setting/CustomerSettingError.d.ts +8 -0
  715. package/dist/projects/library-editor/src/shared/errors/email-not-verified/EmailNotVerifiedError.d.ts +8 -0
  716. package/dist/projects/library-editor/src/shared/errors/forbidden-access/ForbiddenAccessError.d.ts +11 -0
  717. package/dist/projects/library-editor/src/shared/errors/local-cache-device-not-found/LocalCacheDeviceNotFoundError.d.ts +7 -0
  718. package/dist/projects/library-editor/src/shared/errors/no-beta-access/NoBetaAccessError.d.ts +8 -0
  719. package/dist/projects/library-editor/src/shared/errors/not-found/NotFoundError.d.ts +5 -0
  720. package/dist/projects/library-editor/src/shared/errors/old-version/OldVersionError.d.ts +8 -0
  721. package/dist/projects/library-editor/src/shared/errors/too-many-files/TooManyFilesError.d.ts +7 -0
  722. package/dist/projects/library-editor/src/shared/filters/BetaAccessFilter.d.ts +3 -0
  723. package/dist/projects/library-editor/src/shared/filters/CustomerSettingsFilter.d.ts +8 -0
  724. package/dist/projects/library-editor/src/shared/filters/RoleFilter.d.ts +4 -0
  725. package/dist/projects/library-editor/src/shared/filters/VerifiedEmailFilter.d.ts +3 -0
  726. package/dist/projects/library-editor/src/shared/index.d.ts +9 -0
  727. package/dist/projects/library-editor/src/shared/interfaces/LibraryFoldersIdentifier.d.ts +5 -0
  728. package/dist/projects/library-editor/src/shared/interfaces/RecentVideoCollectionIdentifier.d.ts +20 -0
  729. package/dist/projects/library-editor/src/shared/interfaces/RecentVideoSubjectCollectionIdentifier.d.ts +16 -0
  730. package/dist/projects/library-editor/src/shared/interfaces/VideoCollectionIdentifier.d.ts +5 -0
  731. package/dist/projects/library-editor/src/shared/layouts/manage-layout/ManageLayoutView.d.ts +47 -0
  732. package/dist/projects/library-editor/src/shared/models/Avatar.d.ts +3 -0
  733. package/dist/projects/library-editor/src/shared/models/Banner.d.ts +3 -0
  734. package/dist/projects/library-editor/src/shared/models/Channel.d.ts +3 -0
  735. package/dist/projects/library-editor/src/shared/models/Chapter.d.ts +3 -0
  736. package/dist/projects/library-editor/src/shared/models/Company.d.ts +3 -0
  737. package/dist/projects/library-editor/src/shared/models/Config.d.ts +3 -0
  738. package/dist/projects/library-editor/src/shared/models/Customer.d.ts +3 -0
  739. package/dist/projects/library-editor/src/shared/models/Director.d.ts +3 -0
  740. package/dist/projects/library-editor/src/shared/models/DisabledSpinnerModel.d.ts +5 -0
  741. package/dist/projects/library-editor/src/shared/models/Distributor.d.ts +3 -0
  742. package/dist/projects/library-editor/src/shared/models/Folder.d.ts +14 -0
  743. package/dist/projects/library-editor/src/shared/models/Image.d.ts +3 -0
  744. package/dist/projects/library-editor/src/shared/models/Interactives.d.ts +3 -0
  745. package/dist/projects/library-editor/src/shared/models/LanguageConfig.d.ts +7 -0
  746. package/dist/projects/library-editor/src/shared/models/Library.d.ts +10 -0
  747. package/dist/projects/library-editor/src/shared/models/Link.d.ts +3 -0
  748. package/dist/projects/library-editor/src/shared/models/LocalCacheDevice.d.ts +3 -0
  749. package/dist/projects/library-editor/src/shared/models/LocalCacheDownload.d.ts +3 -0
  750. package/dist/projects/library-editor/src/shared/models/Logo.d.ts +3 -0
  751. package/dist/projects/library-editor/src/shared/models/Metadata.d.ts +3 -0
  752. package/dist/projects/library-editor/src/shared/models/Owner.d.ts +3 -0
  753. package/dist/projects/library-editor/src/shared/models/Person.d.ts +3 -0
  754. package/dist/projects/library-editor/src/shared/models/Phrases.d.ts +3 -0
  755. package/dist/projects/library-editor/src/shared/models/Playlist.d.ts +3 -0
  756. package/dist/projects/library-editor/src/shared/models/Producer.d.ts +3 -0
  757. package/dist/projects/library-editor/src/shared/models/ProductionCompany.d.ts +3 -0
  758. package/dist/projects/library-editor/src/shared/models/Rating.d.ts +3 -0
  759. package/dist/projects/library-editor/src/shared/models/Resource.d.ts +3 -0
  760. package/dist/projects/library-editor/src/shared/models/RestrictedObject.d.ts +3 -0
  761. package/dist/projects/library-editor/src/shared/models/Restriction.d.ts +3 -0
  762. package/dist/projects/library-editor/src/shared/models/Season.d.ts +3 -0
  763. package/dist/projects/library-editor/src/shared/models/Series.d.ts +7 -0
  764. package/dist/projects/library-editor/src/shared/models/Setting.d.ts +3 -0
  765. package/dist/projects/library-editor/src/shared/models/SharedResource.d.ts +3 -0
  766. package/dist/projects/library-editor/src/shared/models/Subtitle.d.ts +3 -0
  767. package/dist/projects/library-editor/src/shared/models/Tag.d.ts +3 -0
  768. package/dist/projects/library-editor/src/shared/models/Thumbnail.d.ts +3 -0
  769. package/dist/projects/library-editor/src/shared/models/User.d.ts +10 -0
  770. package/dist/projects/library-editor/src/shared/models/Video.d.ts +49 -0
  771. package/dist/projects/library-editor/src/shared/services/AlertService.d.ts +15 -0
  772. package/dist/projects/library-editor/src/shared/services/ConfigDataService.d.ts +23 -0
  773. package/dist/projects/library-editor/src/shared/services/CustomerDataService.d.ts +7 -0
  774. package/dist/projects/library-editor/src/shared/services/DownloadProxyDataServices.d.ts +8 -0
  775. package/dist/projects/library-editor/src/shared/services/IntercomService.d.ts +6 -0
  776. package/dist/projects/library-editor/src/shared/services/LocalCacheDataService.d.ts +12 -0
  777. package/dist/projects/library-editor/src/shared/services/NavigationLockService.d.ts +16 -0
  778. package/dist/projects/library-editor/src/shared/services/PageTitleService.d.ts +8 -0
  779. package/dist/projects/library-editor/src/shared/services/PageVisibilityService.d.ts +14 -0
  780. package/dist/projects/library-editor/src/shared/services/PartialLoadingService.d.ts +10 -0
  781. package/dist/projects/library-editor/src/shared/services/RestrictedVideoDataService.d.ts +15 -0
  782. package/dist/projects/library-editor/src/shared/services/SettingsDataService.d.ts +12 -0
  783. package/dist/projects/library-editor/src/shared/services/UserDataService.d.ts +20 -0
  784. package/dist/projects/library-editor/src/shared/services/VideoMixinService.d.ts +18 -0
  785. package/dist/projects/library-editor/src/shared/utils/BulkCheckboxHelper.d.ts +18 -0
  786. package/dist/projects/library-editor/src/shared/utils/CancelProcessingHelper.d.ts +4 -0
  787. package/dist/projects/library-editor/src/shared/utils/CollectionHelper.d.ts +10 -0
  788. package/dist/projects/library-editor/src/shared/utils/DialogHelper.d.ts +9 -0
  789. package/dist/projects/library-editor/src/shared/utils/DurationHelper.d.ts +7 -0
  790. package/dist/projects/library-editor/src/shared/utils/FolderTreeHelpers.d.ts +36 -0
  791. package/dist/projects/library-editor/src/shared/utils/ImageHelper.d.ts +32 -0
  792. package/dist/projects/library-editor/src/shared/utils/LocalCacheHelper.d.ts +7 -0
  793. package/dist/projects/library-editor/src/shared/utils/PartialLoadingHelper.d.ts +6 -0
  794. package/dist/projects/library-editor/src/shared/utils/PermissionsHelper.d.ts +13 -0
  795. package/dist/projects/library-editor/src/shared/utils/RatingHelper.d.ts +6 -0
  796. package/dist/projects/library-editor/src/shared/utils/RestrictedAccessHelper.d.ts +13 -0
  797. package/dist/projects/library-editor/src/shared/utils/SortHelper.d.ts +16 -0
  798. package/dist/projects/library-editor/src/shared/utils/TabHelper.d.ts +9 -0
  799. package/dist/projects/library-editor/src/shared/utils/VideoHelper.d.ts +11 -0
  800. package/dist/projects/library-editor/src/shared/utils/search/RawSearchHelper.d.ts +25 -0
  801. package/dist/projects/library-editor/src/shared/views/download-to-local-cache/DownloadToLocalCacheView.d.ts +28 -0
  802. package/dist/projects/library-editor/src/shared/views/download-video/DownloadVideoView.d.ts +19 -0
  803. package/dist/projects/library-editor/src/shared/views/restrict-access/RestrictAccessComponent.d.ts +7 -0
  804. package/dist/projects/library-editor/src/shared/views/restrict-access/RestrictAccessGroupComponent.d.ts +24 -0
  805. package/dist/projects/library-editor/src/shared/views/restrict-access/RestrictAccessView.d.ts +67 -0
  806. package/dist/projects/library-editor/src/shared/views/share/ShareView.d.ts +48 -0
  807. package/dist/projects/library-editor/src/shared/views/top-navigation/TopNavigationView.d.ts +35 -0
  808. package/dist/projects/library-editor/src/shared/views/user-options/UserOptionsView.d.ts +18 -0
  809. package/dist/projects/library-editor/src/startup/ConsoleOutput.d.ts +3 -0
  810. package/dist/projects/library-editor/src/startup/RegisterAjaxMiddleware.d.ts +3 -0
  811. package/dist/projects/library-editor/src/startup/RegisterAnalytics.d.ts +3 -0
  812. package/dist/projects/library-editor/src/startup/RegisterApplicationVariables.d.ts +3 -0
  813. package/dist/projects/library-editor/src/startup/RegisterApplications.d.ts +3 -0
  814. package/dist/projects/library-editor/src/startup/RegisterCaches.d.ts +3 -0
  815. package/dist/projects/library-editor/src/startup/RegisterDataProviders.d.ts +3 -0
  816. package/dist/projects/library-editor/src/startup/RegisterDataServices.d.ts +3 -0
  817. package/dist/projects/library-editor/src/startup/RegisterErrorHandlers.d.ts +3 -0
  818. package/dist/projects/library-editor/src/startup/RegisterHandlebarsHelpers.d.ts +3 -0
  819. package/dist/projects/library-editor/src/startup/RegisterLayouts.d.ts +3 -0
  820. package/dist/projects/library-editor/src/startup/RegisterRuntimeEnvironment.d.ts +3 -0
  821. package/dist/projects/library-editor/src/startup/RegisterServices.d.ts +3 -0
  822. package/dist/projects/library-editor/src/startup/RegisterViewDataExtensions.d.ts +15 -0
  823. package/dist/projects/library-editor/src/startup/index.d.ts +14 -0
  824. package/dist/scripts/0-48b01028ea.chunk.js +1 -0
  825. package/dist/scripts/1-098c567081.chunk.js +1 -0
  826. package/dist/scripts/10-b4b24c05f8.chunk.js +1 -0
  827. package/dist/scripts/11-e79fc84dc9.chunk.js +11 -0
  828. package/dist/scripts/12-58284faf21.chunk.js +1 -0
  829. package/dist/scripts/13-2c4cd203ec.chunk.js +1 -0
  830. package/dist/scripts/14-2eeb73cd11.chunk.js +1 -0
  831. package/dist/scripts/15-6fa6f47a8b.chunk.js +1 -0
  832. package/dist/scripts/16-68c900303f.chunk.js +1 -0
  833. package/dist/scripts/17-af7eca54ed.chunk.js +1 -0
  834. package/dist/scripts/18-087b42c483.chunk.js +1 -0
  835. package/dist/scripts/2-c70309751f.chunk.js +1 -0
  836. package/dist/scripts/20-caf95bbe64.chunk.js +1 -0
  837. package/dist/scripts/21-5d5cda7f47.chunk.js +1 -0
  838. package/dist/scripts/22-f2b4962990.chunk.js +1 -0
  839. package/dist/scripts/23-d575c690b9.chunk.js +1 -0
  840. package/dist/scripts/24-dc5b027075.chunk.js +1 -0
  841. package/dist/scripts/25-956d1e9caf.chunk.js +1 -0
  842. package/dist/scripts/26-7a3d12d816.chunk.js +1 -0
  843. package/dist/scripts/27-dc6045c275.chunk.js +1 -0
  844. package/dist/scripts/28-e7ce349a42.chunk.js +1 -0
  845. package/dist/scripts/29-e281d8346a.chunk.js +1 -0
  846. package/dist/scripts/3-afb156ea3e.chunk.js +1 -0
  847. package/dist/scripts/30-d4b6c1cd1d.chunk.js +1 -0
  848. package/dist/scripts/31-c1d42342dd.chunk.js +1 -0
  849. package/dist/scripts/32-1b1e4c86f5.chunk.js +1 -0
  850. package/dist/scripts/33-7ef65d086d.chunk.js +1 -0
  851. package/dist/scripts/34-6d7e7405af.chunk.js +1 -0
  852. package/dist/scripts/35-7d7e41a203.chunk.js +1 -0
  853. package/dist/scripts/36-37f9fd0ad1.chunk.js +1 -0
  854. package/dist/scripts/37-06db9481cd.chunk.js +1 -0
  855. package/dist/scripts/38-528abd1bba.chunk.js +1 -0
  856. package/dist/scripts/39-80001e779c.chunk.js +1 -0
  857. package/dist/scripts/4-f8a4d0b62a.chunk.js +1 -0
  858. package/dist/scripts/40-d59ee7c3e1.chunk.js +1 -0
  859. package/dist/scripts/41-8c75d122fc.chunk.js +1 -0
  860. package/dist/scripts/42-a68ee26f34.chunk.js +1 -0
  861. package/dist/scripts/43-bde1af67cb.chunk.js +1 -0
  862. package/dist/scripts/44-abdd275e46.chunk.js +1 -0
  863. package/dist/scripts/45-6b745e57af.chunk.js +1 -0
  864. package/dist/scripts/46-bee29b02a3.chunk.js +1 -0
  865. package/dist/scripts/47-c142425de4.chunk.js +1 -0
  866. package/dist/scripts/48-81efa76f40.chunk.js +1 -0
  867. package/dist/scripts/49-cbd218d6e4.chunk.js +1 -0
  868. package/dist/scripts/5-1b6768e719.chunk.js +1 -0
  869. package/dist/scripts/50-ec2f179d8c.chunk.js +1 -0
  870. package/dist/scripts/51-9b91910fc0.chunk.js +1 -0
  871. package/dist/scripts/52-d2e93491a5.chunk.js +1 -0
  872. package/dist/scripts/53-1c8ff136ad.chunk.js +1 -0
  873. package/dist/scripts/54-34116d34e6.chunk.js +1 -0
  874. package/dist/scripts/55-02803101de.chunk.js +1 -0
  875. package/dist/scripts/56-19ec4b6ccd.chunk.js +1 -0
  876. package/dist/scripts/57-17e93c944c.chunk.js +1 -0
  877. package/dist/scripts/58-dd77463e63.chunk.js +1 -0
  878. package/dist/scripts/59-08e8830b9c.chunk.js +1 -0
  879. package/dist/scripts/6-e87b3c0be1.chunk.js +1 -0
  880. package/dist/scripts/60-720797bb78.chunk.js +1 -0
  881. package/dist/scripts/61-66e55ae6e1.chunk.js +1 -0
  882. package/dist/scripts/62-beb29b208b.chunk.js +1 -0
  883. package/dist/scripts/63-bbc787afe7.chunk.js +1 -0
  884. package/dist/scripts/64-b10c083c61.chunk.js +1 -0
  885. package/dist/scripts/65-40c1cc2f53.chunk.js +1 -0
  886. package/dist/scripts/66-32ae3ca73f.chunk.js +1 -0
  887. package/dist/scripts/67-1f082de6fd.chunk.js +1 -0
  888. package/dist/scripts/68-f53fbad25f.chunk.js +1 -0
  889. package/dist/scripts/69-984061e3b8.chunk.js +1 -0
  890. package/dist/scripts/7-7d12e809a2.chunk.js +1 -0
  891. package/dist/scripts/70-8edf7afb7b.chunk.js +1 -0
  892. package/dist/scripts/71-6365b9e3d4.chunk.js +1 -0
  893. package/dist/scripts/72-85505b2300.chunk.js +1 -0
  894. package/dist/scripts/8-76e9f1bbc7.chunk.js +1 -0
  895. package/dist/scripts/9-a04919dbb2.chunk.js +1 -0
  896. package/dist/scripts/bundle-f3260e8016.min.js +1 -0
  897. package/dist/scripts/bundles.json +3 -0
  898. package/package.json +99 -102
  899. package/typings/utils/globals.d.ts +1 -0
  900. package/dist/bundle.js +0 -11
  901. package/dist/library-editor-app.css +0 -312
  902. package/dist/src/apps/content-updates/ContentUpdatesApplication.d.ts +0 -18
  903. package/dist/src/apps/content-updates/collections/SubjectCollection.d.ts +0 -5
  904. package/dist/src/apps/content-updates/collections/VideoGroupCollection.d.ts +0 -5
  905. package/dist/src/apps/content-updates/components/awaiting-review-header/AwaitingReviewHeaderComponent.d.ts +0 -14
  906. package/dist/src/apps/content-updates/components/content-updates-header/ContentUpdatesHeaderComponent.d.ts +0 -19
  907. package/dist/src/apps/content-updates/components/content-updates-left-nav/ContentUpdatesLeftNavComponent.d.ts +0 -18
  908. package/dist/src/apps/content-updates/components/past-releases-filters/PastReleasesFiltersComponent.d.ts +0 -20
  909. package/dist/src/apps/content-updates/components/past-releases-header/PastReleasesHeaderComponent.d.ts +0 -24
  910. package/dist/src/apps/content-updates/components/video-group-list/VideoGroupListComponent.d.ts +0 -36
  911. package/dist/src/apps/content-updates/models/Subject.d.ts +0 -3
  912. package/dist/src/apps/content-updates/models/VideoGroup.d.ts +0 -7
  913. package/dist/src/apps/content-updates/services/ContentUpdatesDataService.d.ts +0 -17
  914. package/dist/src/apps/content-updates/utils/ContentUpdatesHelper.d.ts +0 -7
  915. package/dist/src/apps/content-updates/views/add-to-library/AddToLibraryView.d.ts +0 -47
  916. package/dist/src/apps/content-updates/views/awaiting-review/AwaitingReviewView.d.ts +0 -36
  917. package/dist/src/apps/content-updates/views/disable-review/DisableReviewView.d.ts +0 -26
  918. package/dist/src/apps/content-updates/views/generate-past-releases-pdf/GeneratePastReleasesPdfView.d.ts +0 -41
  919. package/dist/src/apps/content-updates/views/index.d.ts +0 -5
  920. package/dist/src/apps/content-updates/views/past-releases/PastReleasesView.d.ts +0 -55
  921. package/dist/src/apps/dashboard/DashboardApplication.d.ts +0 -9
  922. package/dist/src/apps/dashboard/components/dashboard-action-tile/DashboardActionTileComponent.d.ts +0 -20
  923. package/dist/src/apps/dashboard/components/dashboard-info-tile/DashboardInfoTileComponent.d.ts +0 -7
  924. package/dist/src/apps/dashboard/components/dashboard-notifications/DashboardNotificationsComponents.d.ts +0 -15
  925. package/dist/src/apps/dashboard/components/dashboard-tile-container/DashboardTileContainerComponent.d.ts +0 -11
  926. package/dist/src/apps/dashboard/components/dashboard-tile-list/DashboardTileListComponent.d.ts +0 -14
  927. package/dist/src/apps/dashboard/views/DashboardView.d.ts +0 -38
  928. package/dist/src/apps/default/DefaultApplication.d.ts +0 -21
  929. package/dist/src/apps/default/views/dev-error/DevErrorView.d.ts +0 -11
  930. package/dist/src/apps/default/views/error-view/ErrorView.d.ts +0 -12
  931. package/dist/src/apps/default/views/not-found/NotFoundView.d.ts +0 -11
  932. package/dist/src/apps/index.d.ts +0 -18
  933. package/dist/src/apps/library-editor/LibraryEditorApplication.d.ts +0 -46
  934. package/dist/src/apps/library-editor/behaviors/draggable-folder/DraggableFolderBehavior.d.ts +0 -9
  935. package/dist/src/apps/library-editor/behaviors/draggable-video/DraggableVideoBehavior.d.ts +0 -24
  936. package/dist/src/apps/library-editor/behaviors/droppable/DroppableBehavior.d.ts +0 -19
  937. package/dist/src/apps/library-editor/behaviors/shared/DraggableItemComponent.d.ts +0 -15
  938. package/dist/src/apps/library-editor/components/add-links/AddLinksComponent.d.ts +0 -31
  939. package/dist/src/apps/library-editor/components/banner/BannerComponent.d.ts +0 -19
  940. package/dist/src/apps/library-editor/components/chapter-form/ChapterFormComponent.d.ts +0 -66
  941. package/dist/src/apps/library-editor/components/chapter-list/ChapterComponentCollection.d.ts +0 -25
  942. package/dist/src/apps/library-editor/components/chapter-list/ChapterItemComponent.d.ts +0 -37
  943. package/dist/src/apps/library-editor/components/chapters/ChaptersComponent.d.ts +0 -21
  944. package/dist/src/apps/library-editor/components/concatenate-request/ConcatenateRequestComponent.d.ts +0 -24
  945. package/dist/src/apps/library-editor/components/customer-logo/CustomerLogoComponent.d.ts +0 -19
  946. package/dist/src/apps/library-editor/components/edit-image/EditImageComponent.d.ts +0 -27
  947. package/dist/src/apps/library-editor/components/edit-images-wrapper/EditImagesWrapperComponent.d.ts +0 -23
  948. package/dist/src/apps/library-editor/components/edit-links/LinkItemComponent.d.ts +0 -16
  949. package/dist/src/apps/library-editor/components/edit-links/VideoLinksComponent.d.ts +0 -23
  950. package/dist/src/apps/library-editor/components/edit-thumbnail/EditThumbnailComponent.d.ts +0 -22
  951. package/dist/src/apps/library-editor/components/edit-video/EditVideoDetailsComponent.d.ts +0 -45
  952. package/dist/src/apps/library-editor/components/edit-video-tabs/EditVideoTabsComponent.d.ts +0 -24
  953. package/dist/src/apps/library-editor/components/expandable-tag-list/ExpandableTagListComponent.d.ts +0 -26
  954. package/dist/src/apps/library-editor/components/file-select/FileSelectComponent.d.ts +0 -30
  955. package/dist/src/apps/library-editor/components/file-uploads/FileUploadComponent.d.ts +0 -15
  956. package/dist/src/apps/library-editor/components/file-uploads/FileUploadsComponentCollection.d.ts +0 -13
  957. package/dist/src/apps/library-editor/components/folder-actions/FolderActionsDropdownComponent.d.ts +0 -18
  958. package/dist/src/apps/library-editor/components/folder-details/FolderDetailsComponent.d.ts +0 -34
  959. package/dist/src/apps/library-editor/components/folder-select/FolderSelectComponent.d.ts +0 -41
  960. package/dist/src/apps/library-editor/components/index.d.ts +0 -38
  961. package/dist/src/apps/library-editor/components/language-select/LanguageSelectComponent.d.ts +0 -28
  962. package/dist/src/apps/library-editor/components/language-select/LanguageSelectTypeaheadHelper.d.ts +0 -7
  963. package/dist/src/apps/library-editor/components/left-nav-libraries/LeftNavLibrariesComponent.d.ts +0 -45
  964. package/dist/src/apps/library-editor/components/library-actions/LibraryActionsComponent.d.ts +0 -26
  965. package/dist/src/apps/library-editor/components/library-folders/LibraryFolderListComponent.d.ts +0 -31
  966. package/dist/src/apps/library-editor/components/library-select/LibrarySelectComponent.d.ts +0 -27
  967. package/dist/src/apps/library-editor/components/save/SaveComponent.d.ts +0 -32
  968. package/dist/src/apps/library-editor/components/sort-select/SortSelectComponent.d.ts +0 -29
  969. package/dist/src/apps/library-editor/components/sub-folders/SubFolderComponent.d.ts +0 -15
  970. package/dist/src/apps/library-editor/components/sub-folders/SubFoldersComponent.d.ts +0 -9
  971. package/dist/src/apps/library-editor/components/suggest-edit/SuggestEditComponent.d.ts +0 -31
  972. package/dist/src/apps/library-editor/components/tag-list/TagComponentCollection.d.ts +0 -21
  973. package/dist/src/apps/library-editor/components/tag-list/TagItemComponent.d.ts +0 -28
  974. package/dist/src/apps/library-editor/components/tags/TagsComponent.d.ts +0 -30
  975. package/dist/src/apps/library-editor/components/video-collection-actions/VideoCollectionActionsComponent.d.ts +0 -24
  976. package/dist/src/apps/library-editor/components/video-header/VideoHeaderComponent.d.ts +0 -22
  977. package/dist/src/apps/library-editor/components/video-list-header/VideoListHeaderComponent.d.ts +0 -34
  978. package/dist/src/apps/library-editor/components/video-resources/ResourceItemComponent.d.ts +0 -22
  979. package/dist/src/apps/library-editor/components/video-resources/VideoResourcesComponent.d.ts +0 -44
  980. package/dist/src/apps/library-editor/components/video-sidebar-info/VideoSidebarInfoComponent.d.ts +0 -25
  981. package/dist/src/apps/library-editor/components/video-subtitles/SubtitleItemComponent.d.ts +0 -18
  982. package/dist/src/apps/library-editor/components/video-subtitles/VideoSubtitlesComponent.d.ts +0 -26
  983. package/dist/src/apps/library-editor/constants/VideoCollectionTypes.d.ts +0 -2
  984. package/dist/src/apps/library-editor/errors/folder-empty/FolderEmptyError.d.ts +0 -8
  985. package/dist/src/apps/library-editor/errors/folder-max-depth/FolderMaxDepthError.d.ts +0 -7
  986. package/dist/src/apps/library-editor/errors/folder-not-empty/FolderNotEmptyError.d.ts +0 -7
  987. package/dist/src/apps/library-editor/errors/folder-not-found/FolderNotFound.d.ts +0 -6
  988. package/dist/src/apps/library-editor/errors/forbidden-folder/ForbiddenFolderError.d.ts +0 -6
  989. package/dist/src/apps/library-editor/errors/forbidden-video/ForbiddenVideoError.d.ts +0 -6
  990. package/dist/src/apps/library-editor/errors/image-dimensions-too-small/ImageDimensionsTooSmallError.d.ts +0 -9
  991. package/dist/src/apps/library-editor/errors/library-has-subscribers/LibraryHasSubscribersError.d.ts +0 -7
  992. package/dist/src/apps/library-editor/errors/library-not-empty/LibraryNotEmptyError.d.ts +0 -7
  993. package/dist/src/apps/library-editor/errors/max-custom-libraries/MaxCustomLibrariesError.d.ts +0 -9
  994. package/dist/src/apps/library-editor/errors/series-not-found/SeriesNotFoundError.d.ts +0 -6
  995. package/dist/src/apps/library-editor/errors/too-many-resources/TooManyResourcesError.d.ts +0 -8
  996. package/dist/src/apps/library-editor/errors/too-many-subtitles/TooManySubtitlesError.d.ts +0 -8
  997. package/dist/src/apps/library-editor/errors/video-not-found/VideoNotFoundError.d.ts +0 -6
  998. package/dist/src/apps/library-editor/errors/video-write-permission/VideoWritePermissionError.d.ts +0 -6
  999. package/dist/src/apps/library-editor/models/ChapterConcatenateRequest.d.ts +0 -3
  1000. package/dist/src/apps/library-editor/services/ChapterDataService.d.ts +0 -15
  1001. package/dist/src/apps/library-editor/services/CompanyDataService.d.ts +0 -7
  1002. package/dist/src/apps/library-editor/services/ExportDataService.d.ts +0 -11
  1003. package/dist/src/apps/library-editor/services/FieldsDataService.d.ts +0 -11
  1004. package/dist/src/apps/library-editor/services/FolderDragDropService.d.ts +0 -27
  1005. package/dist/src/apps/library-editor/services/LibraryDataService.d.ts +0 -61
  1006. package/dist/src/apps/library-editor/services/LinkDataService.d.ts +0 -14
  1007. package/dist/src/apps/library-editor/services/PersonDataService.d.ts +0 -7
  1008. package/dist/src/apps/library-editor/services/RatingsDataService.d.ts +0 -7
  1009. package/dist/src/apps/library-editor/services/ResourceDataService.d.ts +0 -13
  1010. package/dist/src/apps/library-editor/services/SeriesDataService.d.ts +0 -15
  1011. package/dist/src/apps/library-editor/services/SubtitleDataService.d.ts +0 -11
  1012. package/dist/src/apps/library-editor/services/TagDataService.d.ts +0 -9
  1013. package/dist/src/apps/library-editor/services/VideoDataService.d.ts +0 -39
  1014. package/dist/src/apps/library-editor/services/VideoDragDropService.d.ts +0 -26
  1015. package/dist/src/apps/library-editor/services/index.d.ts +0 -15
  1016. package/dist/src/apps/library-editor/utils/ChapterHelper.d.ts +0 -18
  1017. package/dist/src/apps/library-editor/utils/EditVideoHelpers.d.ts +0 -93
  1018. package/dist/src/apps/library-editor/utils/VideoDetailsHelper.d.ts +0 -16
  1019. package/dist/src/apps/library-editor/views/add-to-exchange/AddToExchangeView.d.ts +0 -34
  1020. package/dist/src/apps/library-editor/views/banner-upload/BannerUploadView.d.ts +0 -32
  1021. package/dist/src/apps/library-editor/views/delete-folder/DeleteFolderView.d.ts +0 -28
  1022. package/dist/src/apps/library-editor/views/delete-library/DeleteLibraryView.d.ts +0 -23
  1023. package/dist/src/apps/library-editor/views/delete-videos/DeleteVideosView.d.ts +0 -29
  1024. package/dist/src/apps/library-editor/views/edit-chapters/EditChaptersView.d.ts +0 -71
  1025. package/dist/src/apps/library-editor/views/edit-folder-images/EditFolderImagesView.d.ts +0 -50
  1026. package/dist/src/apps/library-editor/views/edit-library/RenameLibraryView.d.ts +0 -29
  1027. package/dist/src/apps/library-editor/views/edit-link/EditLinkView.d.ts +0 -30
  1028. package/dist/src/apps/library-editor/views/edit-resource/EditResourceView.d.ts +0 -34
  1029. package/dist/src/apps/library-editor/views/edit-resources/EditResourcesView.d.ts +0 -92
  1030. package/dist/src/apps/library-editor/views/edit-video/EditVideoView.d.ts +0 -125
  1031. package/dist/src/apps/library-editor/views/generate-pdf/GeneratePdfView.d.ts +0 -35
  1032. package/dist/src/apps/library-editor/views/left-navigation/LeftNavigationView.d.ts +0 -33
  1033. package/dist/src/apps/library-editor/views/library/LibraryView.d.ts +0 -31
  1034. package/dist/src/apps/library-editor/views/move-folder/MoveFolderView.d.ts +0 -44
  1035. package/dist/src/apps/library-editor/views/move-video/MoveVideoView.d.ts +0 -49
  1036. package/dist/src/apps/library-editor/views/new-folder/NewFolderView.d.ts +0 -44
  1037. package/dist/src/apps/library-editor/views/new-library/NewLibraryView.d.ts +0 -26
  1038. package/dist/src/apps/library-editor/views/no-library/NoLibraryView.d.ts +0 -10
  1039. package/dist/src/apps/library-editor/views/publish-library/PublishLibraryView.d.ts +0 -19
  1040. package/dist/src/apps/library-editor/views/rename-folder/RenameFolderView.d.ts +0 -39
  1041. package/dist/src/apps/library-editor/views/suggest-an-edit/SuggestAnEditView.d.ts +0 -58
  1042. package/dist/src/apps/library-editor/views/thumbnail-upload/ThumbnailUploadView.d.ts +0 -33
  1043. package/dist/src/apps/library-editor/views/video-collection/VideoCollectionView.d.ts +0 -101
  1044. package/dist/src/apps/library-editor/views/video-details/VideoDetailsView.d.ts +0 -44
  1045. package/dist/src/apps/migration-wizard/MigrationWizardApplication.d.ts +0 -45
  1046. package/dist/src/apps/migration-wizard/collections/HomeFolderCollection.d.ts +0 -6
  1047. package/dist/src/apps/migration-wizard/collections/SmartSelectVideoCollection.d.ts +0 -5
  1048. package/dist/src/apps/migration-wizard/components/banner/BannerComponent.d.ts +0 -18
  1049. package/dist/src/apps/migration-wizard/components/empty-video-list/EmptyVideoListComponent.d.ts +0 -14
  1050. package/dist/src/apps/migration-wizard/components/errored-video-actions/ErroredVideoActionsComponent.d.ts +0 -22
  1051. package/dist/src/apps/migration-wizard/components/errored-video-footer/ErroredVideoFooterComponent.d.ts +0 -21
  1052. package/dist/src/apps/migration-wizard/components/errored-video-item/ErroredVideoItemComponent.d.ts +0 -30
  1053. package/dist/src/apps/migration-wizard/components/errored-video-list/ErroredVideoListComponent.d.ts +0 -12
  1054. package/dist/src/apps/migration-wizard/components/errored-video-metadata/ErroredVideoMetadataComponent.d.ts +0 -8
  1055. package/dist/src/apps/migration-wizard/components/errored-video-preview/ErroredVideoPreviewComponent.d.ts +0 -17
  1056. package/dist/src/apps/migration-wizard/components/generate-report/GenerateReportComponent.d.ts +0 -25
  1057. package/dist/src/apps/migration-wizard/components/generate-report-button/GenerateReportButtonComponent.d.ts +0 -10
  1058. package/dist/src/apps/migration-wizard/components/migration-video-item/MigrationVideoItemComponent.d.ts +0 -30
  1059. package/dist/src/apps/migration-wizard/components/progress-bar/ProgressBarComponent.d.ts +0 -19
  1060. package/dist/src/apps/migration-wizard/components/progress-circle/ProgressCircleComponent.d.ts +0 -20
  1061. package/dist/src/apps/migration-wizard/components/search-bar/SearchBarComponent.d.ts +0 -19
  1062. package/dist/src/apps/migration-wizard/components/selected-video-item/SelectedVideoItemComponent.d.ts +0 -9
  1063. package/dist/src/apps/migration-wizard/components/sorting-row/SortingRowComponent.d.ts +0 -35
  1064. package/dist/src/apps/migration-wizard/components/status-bar/StatusBarComponent.d.ts +0 -28
  1065. package/dist/src/apps/migration-wizard/components/video-list/VideoListCollection.d.ts +0 -36
  1066. package/dist/src/apps/migration-wizard/components/video-list-collection/VideoListCollectionComponent.d.ts +0 -16
  1067. package/dist/src/apps/migration-wizard/errors/already-migrated/AlreadyMigratedError.d.ts +0 -6
  1068. package/dist/src/apps/migration-wizard/errors/backup-progress/BackupProgressError.d.ts +0 -8
  1069. package/dist/src/apps/migration-wizard/errors/migration-finalisation/MigrationFinalisationError.d.ts +0 -8
  1070. package/dist/src/apps/migration-wizard/errors/migration-progress/MigrationProgressError.d.ts +0 -8
  1071. package/dist/src/apps/migration-wizard/errors/smart-migration-api-call/SmartMigrationApiCallError.d.ts +0 -9
  1072. package/dist/src/apps/migration-wizard/filters/MigrationFilters.d.ts +0 -8
  1073. package/dist/src/apps/migration-wizard/models/BackupToolBuild.d.ts +0 -3
  1074. package/dist/src/apps/migration-wizard/models/CustomerMetadata.d.ts +0 -9
  1075. package/dist/src/apps/migration-wizard/models/FinalisationTask.d.ts +0 -3
  1076. package/dist/src/apps/migration-wizard/models/HomeFolder.d.ts +0 -8
  1077. package/dist/src/apps/migration-wizard/models/MigrationOptions.d.ts +0 -3
  1078. package/dist/src/apps/migration-wizard/models/SelectedVideo.d.ts +0 -3
  1079. package/dist/src/apps/migration-wizard/models/SmartSelectVideo.d.ts +0 -4
  1080. package/dist/src/apps/migration-wizard/models/VideoCount.d.ts +0 -3
  1081. package/dist/src/apps/migration-wizard/services/FolderCacheService.d.ts +0 -22
  1082. package/dist/src/apps/migration-wizard/services/LocalOptionsService.d.ts +0 -10
  1083. package/dist/src/apps/migration-wizard/services/MigrationVideoDataService.d.ts +0 -56
  1084. package/dist/src/apps/migration-wizard/services/SelectedVideoService.d.ts +0 -19
  1085. package/dist/src/apps/migration-wizard/services/index.d.ts +0 -4
  1086. package/dist/src/apps/migration-wizard/utils/FolderHelper.d.ts +0 -8
  1087. package/dist/src/apps/migration-wizard/utils/VideoHelper.d.ts +0 -29
  1088. package/dist/src/apps/migration-wizard/views/current-section-header/CurrentSectionHeaderView.d.ts +0 -28
  1089. package/dist/src/apps/migration-wizard/views/generate-csv-report/GenerateCsvReportView.d.ts +0 -27
  1090. package/dist/src/apps/migration-wizard/views/index.d.ts +0 -13
  1091. package/dist/src/apps/migration-wizard/views/migration-error/MigrationErrorView.d.ts +0 -39
  1092. package/dist/src/apps/migration-wizard/views/migration-progress/MigrationProgressView.d.ts +0 -32
  1093. package/dist/src/apps/migration-wizard/views/publish-library-banner/PublishLibraryBannerView.d.ts +0 -30
  1094. package/dist/src/apps/migration-wizard/views/publish-library-complete/PublishLibraryCompleteView.d.ts +0 -15
  1095. package/dist/src/apps/migration-wizard/views/publish-library-progress/PublishLibraryProgressView.d.ts +0 -18
  1096. package/dist/src/apps/migration-wizard/views/publisher-backup/PublisherBackupView.d.ts +0 -19
  1097. package/dist/src/apps/migration-wizard/views/publisher-backup-complete/PublisherBackupCompleteView.d.ts +0 -23
  1098. package/dist/src/apps/migration-wizard/views/publisher-backup-progress/PublisherBackupProgressView.d.ts +0 -23
  1099. package/dist/src/apps/migration-wizard/views/publisher-backup-welcome/PublisherBackupWelcomeView.d.ts +0 -19
  1100. package/dist/src/apps/migration-wizard/views/remigrate-video/RemigrateVideoView.d.ts +0 -32
  1101. package/dist/src/apps/migration-wizard/views/selected-videos/SelectedVideosView.d.ts +0 -32
  1102. package/dist/src/apps/migration-wizard/views/show-video-popup/ShowPublisherVideoPopupView.d.ts +0 -26
  1103. package/dist/src/apps/migration-wizard/views/smart-migration/SmartMigrationView.d.ts +0 -58
  1104. package/dist/src/apps/migration-wizard/views/start/StartView.d.ts +0 -40
  1105. package/dist/src/apps/migration-wizard/views/videos-added/VideosAddedView.d.ts +0 -24
  1106. package/dist/src/apps/notifications/NotificationsApplication.d.ts +0 -11
  1107. package/dist/src/apps/notifications/constants/NotificationsAppVariables.d.ts +0 -7
  1108. package/dist/src/apps/notifications/utils/NotificationsHelper.d.ts +0 -10
  1109. package/dist/src/apps/search/SearchApplication.d.ts +0 -16
  1110. package/dist/src/apps/search/collections/FilterCollection.d.ts +0 -9
  1111. package/dist/src/apps/search/collections/OptionCollection.d.ts +0 -5
  1112. package/dist/src/apps/search/components/filters/FiltersComponent.d.ts +0 -27
  1113. package/dist/src/apps/search/components/filters/filter-button-list/FilterButtonItemComponent.d.ts +0 -37
  1114. package/dist/src/apps/search/components/filters/filter-button-list/FilterButtonListComponent.d.ts +0 -19
  1115. package/dist/src/apps/search/components/filters/filter-list/FilterItemComponent.d.ts +0 -17
  1116. package/dist/src/apps/search/components/filters/filter-list/FilterListComponent.d.ts +0 -24
  1117. package/dist/src/apps/search/components/filters/filter-options/FilterOptionsComponent.d.ts +0 -34
  1118. package/dist/src/apps/search/components/filters/filter-options/bool-filter-options/BoolFilterOptionsComponent.d.ts +0 -15
  1119. package/dist/src/apps/search/components/filters/filter-options/duration-filter-options/DurationFilterOptionListComponent.d.ts +0 -27
  1120. package/dist/src/apps/search/components/filters/filter-options/filter-option-list/FilterOptionItemComponent.d.ts +0 -19
  1121. package/dist/src/apps/search/components/filters/filter-options/filter-option-list/FilterOptionsListComponent.d.ts +0 -21
  1122. package/dist/src/apps/search/components/filters/filter-options/range-filter-options/RangeFilterOptionListComponent.d.ts +0 -23
  1123. package/dist/src/apps/search/components/filters/filter-options/tag-filter-options/TagFilterOptionsComponent.d.ts +0 -27
  1124. package/dist/src/apps/search/components/filters/filter-options/tag-filter-options/TagFilterOptionsListComponent.d.ts +0 -19
  1125. package/dist/src/apps/search/components/filters/more-filters-button/MoreFiltersButtonComponent.d.ts +0 -42
  1126. package/dist/src/apps/search/components/results/SearchResultsComponent.d.ts +0 -22
  1127. package/dist/src/apps/search/components/search-header/SearchHeaderComponent.d.ts +0 -11
  1128. package/dist/src/apps/search/models/Filter.d.ts +0 -8
  1129. package/dist/src/apps/search/models/Option.d.ts +0 -4
  1130. package/dist/src/apps/search/models/Query.d.ts +0 -3
  1131. package/dist/src/apps/search/models/SearchAppVariables.d.ts +0 -4
  1132. package/dist/src/apps/search/services/SearchDataService.d.ts +0 -12
  1133. package/dist/src/apps/search/utils/SearchHelper.d.ts +0 -11
  1134. package/dist/src/apps/search/views/search/SearchView.d.ts +0 -57
  1135. package/dist/src/apps/staff-requests/StaffRequestsApplication.d.ts +0 -15
  1136. package/dist/src/apps/staff-requests/collections/StaffRequestCollection.d.ts +0 -5
  1137. package/dist/src/apps/staff-requests/collections/StaffRequestMessageCollection.d.ts +0 -5
  1138. package/dist/src/apps/staff-requests/components/staff-request-actions/StaffRequestActionsComponent.d.ts +0 -42
  1139. package/dist/src/apps/staff-requests/components/staff-request-details/StaffRequestDetailsComponent.d.ts +0 -30
  1140. package/dist/src/apps/staff-requests/components/staff-request-list/StaffRequestListComponent.d.ts +0 -29
  1141. package/dist/src/apps/staff-requests/models/StaffRequest.d.ts +0 -14
  1142. package/dist/src/apps/staff-requests/models/StaffRequestMessage.d.ts +0 -7
  1143. package/dist/src/apps/staff-requests/services/StaffRequestDataService.d.ts +0 -14
  1144. package/dist/src/apps/staff-requests/views/approve-staff-request/ApproveStaffRequestView.d.ts +0 -34
  1145. package/dist/src/apps/staff-requests/views/reject-staff-request/RejectStaffRequestView.d.ts +0 -34
  1146. package/dist/src/apps/staff-requests/views/staff-requests/StaffRequestsView.d.ts +0 -44
  1147. package/dist/src/apps/upload/UploadApplication.d.ts +0 -23
  1148. package/dist/src/apps/upload/components/processing-progress/ProcessProgressComponentCollection.d.ts +0 -38
  1149. package/dist/src/apps/upload/components/progress-info/ProgressInfoComponent.d.ts +0 -10
  1150. package/dist/src/apps/upload/components/upload-actions/UploadActionsComponent.d.ts +0 -21
  1151. package/dist/src/apps/upload/components/upload-folder-select/UploadFolderSelectComponent.d.ts +0 -35
  1152. package/dist/src/apps/upload/components/upload-progress/UploadProgressComponent.d.ts +0 -10
  1153. package/dist/src/apps/upload/components/upload-video/UploadVideoComponent.d.ts +0 -46
  1154. package/dist/src/apps/upload/components/upload-video/UploadVideoComponentCollection.d.ts +0 -18
  1155. package/dist/src/apps/upload/errors/no-libraries-upload/NoLibrariesUploadError.d.ts +0 -7
  1156. package/dist/src/apps/upload/services/ImageUploadDataService.d.ts +0 -8
  1157. package/dist/src/apps/upload/services/PendingItemsService.d.ts +0 -7
  1158. package/dist/src/apps/upload/services/VideoUploadDataService.d.ts +0 -17
  1159. package/dist/src/apps/upload/services/VideoUploadService.d.ts +0 -8
  1160. package/dist/src/apps/upload/views/file-select/FileSelectView.d.ts +0 -25
  1161. package/dist/src/apps/upload/views/progress-summary/ProgressSummaryView.d.ts +0 -18
  1162. package/dist/src/apps/upload/views/upload-button/UploadButtonView.d.ts +0 -26
  1163. package/dist/src/apps/upload/views/upload-complete/UploadCompleteView.d.ts +0 -14
  1164. package/dist/src/apps/upload/views/upload-videos/UploadVideosView.d.ts +0 -61
  1165. package/dist/src/apps/video-access/VideoAccessApplication.d.ts +0 -12
  1166. package/dist/src/apps/video-access/views/restricted-video-list/RestrictedVideoListView.d.ts +0 -34
  1167. package/dist/src/index.d.ts +0 -194
  1168. package/dist/src/shared/alerts/VideoAlerts.d.ts +0 -8
  1169. package/dist/src/shared/behaviors/backbone-validation/BackboneValidationBehavior.d.ts +0 -14
  1170. package/dist/src/shared/behaviors/file-drop/FileDropBehavior.d.ts +0 -19
  1171. package/dist/src/shared/behaviors/file-drop/FileDropMaskBehavior.d.ts +0 -19
  1172. package/dist/src/shared/behaviors/file-select/FileSelectBehavior.d.ts +0 -16
  1173. package/dist/src/shared/behaviors/image-select-behavior/ImageSelectBehavior.d.ts +0 -23
  1174. package/dist/src/shared/behaviors/lazy-load/LazyLoadBehavior.d.ts +0 -31
  1175. package/dist/src/shared/behaviors/lock-layout-file-drop/LockLayoutFileDropBehavior.d.ts +0 -7
  1176. package/dist/src/shared/behaviors/popup/PopupBehavior.d.ts +0 -65
  1177. package/dist/src/shared/behaviors/stickit/StickitBehavior.d.ts +0 -6
  1178. package/dist/src/shared/collections/ChannelCollection.d.ts +0 -6
  1179. package/dist/src/shared/collections/ChapterCollection.d.ts +0 -7
  1180. package/dist/src/shared/collections/DirectorCollection.d.ts +0 -6
  1181. package/dist/src/shared/collections/DistributorCollection.d.ts +0 -6
  1182. package/dist/src/shared/collections/FieldsCollection.d.ts +0 -5
  1183. package/dist/src/shared/collections/FolderCollection.d.ts +0 -7
  1184. package/dist/src/shared/collections/InteractivesCollection.d.ts +0 -6
  1185. package/dist/src/shared/collections/LibraryCollection.d.ts +0 -7
  1186. package/dist/src/shared/collections/LinkCollection.d.ts +0 -6
  1187. package/dist/src/shared/collections/LocalCacheDeviceCollection.d.ts +0 -5
  1188. package/dist/src/shared/collections/LocalCacheDownloadCollection.d.ts +0 -5
  1189. package/dist/src/shared/collections/MetadataCollection.d.ts +0 -4
  1190. package/dist/src/shared/collections/ProducerCollection.d.ts +0 -6
  1191. package/dist/src/shared/collections/ProductionCompanyCollection.d.ts +0 -6
  1192. package/dist/src/shared/collections/RatingCollection.d.ts +0 -4
  1193. package/dist/src/shared/collections/ResourceCollection.d.ts +0 -6
  1194. package/dist/src/shared/collections/RestrictedObjectCollection.d.ts +0 -5
  1195. package/dist/src/shared/collections/RestrictionCollection.d.ts +0 -5
  1196. package/dist/src/shared/collections/SeasonCollection.d.ts +0 -6
  1197. package/dist/src/shared/collections/SettingsCollection.d.ts +0 -5
  1198. package/dist/src/shared/collections/SubtitleCollection.d.ts +0 -6
  1199. package/dist/src/shared/collections/TagCollection.d.ts +0 -6
  1200. package/dist/src/shared/collections/VideoCollection.d.ts +0 -6
  1201. package/dist/src/shared/collections/index.d.ts +0 -23
  1202. package/dist/src/shared/components/alert/AlertComponentCollection.d.ts +0 -11
  1203. package/dist/src/shared/components/alert/AlertItemComponent.d.ts +0 -44
  1204. package/dist/src/shared/components/breadcrumbs/BreadcrumbComponentCollection.d.ts +0 -18
  1205. package/dist/src/shared/components/breadcrumbs/BreadcrumbsComponent.d.ts +0 -26
  1206. package/dist/src/shared/components/bulk-video-actions/BulkVideoActionsComponent.d.ts +0 -26
  1207. package/dist/src/shared/components/checkbox/BulkCheckboxComponent.d.ts +0 -27
  1208. package/dist/src/shared/components/checkbox/CheckboxComponent.d.ts +0 -25
  1209. package/dist/src/shared/components/clear-button/ClearButtonComponent.d.ts +0 -18
  1210. package/dist/src/shared/components/date-picker/DatePickerComponent.d.ts +0 -47
  1211. package/dist/src/shared/components/dialog/DialogView.d.ts +0 -22
  1212. package/dist/src/shared/components/dropdown/DropdownButtonComponent.d.ts +0 -36
  1213. package/dist/src/shared/components/dropdown/DropdownComponentCollection.d.ts +0 -38
  1214. package/dist/src/shared/components/dropdown/DropdownItemComponent.d.ts +0 -57
  1215. package/dist/src/shared/components/edit-video/edit-additional-info/EditAdditionalInfoComponent.d.ts +0 -37
  1216. package/dist/src/shared/components/edit-video/edit-basic-info/EditBasicInfoComponent.d.ts +0 -32
  1217. package/dist/src/shared/components/edit-video/edit-broadcast/EditBroadcastComponent.d.ts +0 -22
  1218. package/dist/src/shared/components/edit-video/edit-broadcast/ToggleBroadcastComponent.d.ts +0 -24
  1219. package/dist/src/shared/components/edit-video/edit-production-info/EditProductionInfoComponent.d.ts +0 -61
  1220. package/dist/src/shared/components/edit-video/edit-season-info/EditSeasonInfoComponent.d.ts +0 -33
  1221. package/dist/src/shared/components/edit-video/extra-info/ExtraInfoComponent.d.ts +0 -16
  1222. package/dist/src/shared/components/edit-video/extra-info/ExtraInfoItemComponent.d.ts +0 -17
  1223. package/dist/src/shared/components/edit-video/select-rating/SelectRatingCollectionComponent.d.ts +0 -17
  1224. package/dist/src/shared/components/edit-video/select-rating/SelectRatingComponent.d.ts +0 -40
  1225. package/dist/src/shared/components/edit-video/select-rating/SelectRatingItemComponent.d.ts +0 -20
  1226. package/dist/src/shared/components/fields/FieldsComponent.d.ts +0 -9
  1227. package/dist/src/shared/components/image-cropper/ImageCropperComponent.d.ts +0 -34
  1228. package/dist/src/shared/components/index.d.ts +0 -44
  1229. package/dist/src/shared/components/left-nav/LeftNavComponent.d.ts +0 -30
  1230. package/dist/src/shared/components/left-nav/LeftNavNodeComponent.d.ts +0 -48
  1231. package/dist/src/shared/components/page-footer/PageFooterComponent.d.ts +0 -15
  1232. package/dist/src/shared/components/page-header/PageHeaderComponent.d.ts +0 -25
  1233. package/dist/src/shared/components/partial-loading/PartialLoadingComponent.d.ts +0 -16
  1234. package/dist/src/shared/components/partial-loading/PartialLoadingComponentCollection.d.ts +0 -20
  1235. package/dist/src/shared/components/resizing-text-area/ResizingTextAreaComponent.d.ts +0 -23
  1236. package/dist/src/shared/components/select/SelectComponent.d.ts +0 -54
  1237. package/dist/src/shared/components/spinner-button/SpinnerButtonComponent.d.ts +0 -73
  1238. package/dist/src/shared/components/tabs/TabsComponent.d.ts +0 -28
  1239. package/dist/src/shared/components/top-navigation/TopNavigationComponentCollection.d.ts +0 -29
  1240. package/dist/src/shared/components/tree-dropdown/TreeDropdownComponent.d.ts +0 -32
  1241. package/dist/src/shared/components/typeahead-input/SearchTypeaheadComponent.d.ts +0 -74
  1242. package/dist/src/shared/components/typeahead-list/TypeaheadListComponent.d.ts +0 -33
  1243. package/dist/src/shared/components/user-options-dropdown/UserOptionsDropdownComponent.d.ts +0 -20
  1244. package/dist/src/shared/components/video-actions/VideoActionComponentCollection.d.ts +0 -31
  1245. package/dist/src/shared/components/video-actions/VideoActionsComponent.d.ts +0 -41
  1246. package/dist/src/shared/components/video-basic-info/VideoBasicInfoComponent.d.ts +0 -32
  1247. package/dist/src/shared/components/video-description/VideoDescriptionComponent.d.ts +0 -33
  1248. package/dist/src/shared/components/video-item/VideoItemComponent.d.ts +0 -56
  1249. package/dist/src/shared/components/video-item/video-item-actions/base/VideoItemActionsComponent.d.ts +0 -23
  1250. package/dist/src/shared/components/video-item/video-item-actions/video-item-processing-actions/VideoItemProcessingActionsComponent.d.ts +0 -25
  1251. package/dist/src/shared/components/video-item/video-item-actions/video-item-review-actions/VideoItemReviewActionsComponent.d.ts +0 -26
  1252. package/dist/src/shared/components/video-item/video-item-actions/video-item-video-access-actions/VideoItemVideoAccessActionsComponent.d.ts +0 -22
  1253. package/dist/src/shared/components/video-item/video-item-metadata/base/VideoItemMetadataComponent.d.ts +0 -24
  1254. package/dist/src/shared/components/video-item/video-item-metadata/video-item-awaiting-review-metadata/VideoItemAwaitingReviewMetadataComponent.d.ts +0 -21
  1255. package/dist/src/shared/components/video-item/video-item-metadata/video-item-badges/VideoItemBadgesComponent.d.ts +0 -20
  1256. package/dist/src/shared/components/video-item/video-item-metadata/video-item-past-releases-metadata/VideoItemPastReleasesMetadataComponent.d.ts +0 -24
  1257. package/dist/src/shared/components/video-item/video-item-metadata/video-item-processing-metadata/VideoItemProcessingMetadataComponent.d.ts +0 -19
  1258. package/dist/src/shared/components/video-item/video-item-metadata/video-item-search-metadata/VideoItemSearchMetadataComponent.d.ts +0 -22
  1259. package/dist/src/shared/components/video-item/video-item-metadata/video-item-series/VideoItemSeriesComponent.d.ts +0 -22
  1260. package/dist/src/shared/components/video-item/video-item-metadata/video-item-video-access-metadata/VideoItemVideoAccessMetadataComponent.d.ts +0 -26
  1261. package/dist/src/shared/components/video-item/video-item-metadata/video-sources-metadata/VideoSourcesMetadataComponent.d.ts +0 -22
  1262. package/dist/src/shared/components/video-item-preview/VideoItemPreviewComponent.d.ts +0 -37
  1263. package/dist/src/shared/components/video-list/VideoListComponent.d.ts +0 -43
  1264. package/dist/src/shared/components/video-preview/VideoPreviewComponent.d.ts +0 -30
  1265. package/dist/src/shared/components/web-player/WebPlayerComponent.d.ts +0 -53
  1266. package/dist/src/shared/constants/Services.d.ts +0 -61
  1267. package/dist/src/shared/constants/empty-state-components/EmptyStateComponents.d.ts +0 -6
  1268. package/dist/src/shared/errors/authentication/AuthenticationError.d.ts +0 -7
  1269. package/dist/src/shared/errors/customer-setting/CustomerSettingError.d.ts +0 -8
  1270. package/dist/src/shared/errors/email-not-verified/EmailNotVerifiedError.d.ts +0 -8
  1271. package/dist/src/shared/errors/forbidden-access/ForbiddenAccessError.d.ts +0 -11
  1272. package/dist/src/shared/errors/local-cache-device-not-found/LocalCacheDeviceNotFoundError.d.ts +0 -6
  1273. package/dist/src/shared/errors/no-beta-access/NoBetaAccessError.d.ts +0 -8
  1274. package/dist/src/shared/errors/not-found/NotFoundError.d.ts +0 -5
  1275. package/dist/src/shared/errors/old-version/OldVersionError.d.ts +0 -7
  1276. package/dist/src/shared/errors/too-many-files/TooManyFilesError.d.ts +0 -6
  1277. package/dist/src/shared/filters/BetaAccessFilter.d.ts +0 -3
  1278. package/dist/src/shared/filters/CustomerSettingsFilter.d.ts +0 -8
  1279. package/dist/src/shared/filters/RoleFilter.d.ts +0 -4
  1280. package/dist/src/shared/filters/VerifiedEmailFilter.d.ts +0 -3
  1281. package/dist/src/shared/index.d.ts +0 -14
  1282. package/dist/src/shared/interfaces/LibraryFoldersIdentifier.d.ts +0 -4
  1283. package/dist/src/shared/interfaces/RecentVideoCollectionIdentifier.d.ts +0 -20
  1284. package/dist/src/shared/interfaces/RecentVideoSubjectCollectionIdentifier.d.ts +0 -16
  1285. package/dist/src/shared/interfaces/VideoCollectionIdentifier.d.ts +0 -4
  1286. package/dist/src/shared/layouts/manage-layout/ManageLayoutView.d.ts +0 -47
  1287. package/dist/src/shared/models/Avatar.d.ts +0 -3
  1288. package/dist/src/shared/models/Banner.d.ts +0 -3
  1289. package/dist/src/shared/models/Channel.d.ts +0 -3
  1290. package/dist/src/shared/models/Chapter.d.ts +0 -3
  1291. package/dist/src/shared/models/Company.d.ts +0 -3
  1292. package/dist/src/shared/models/Config.d.ts +0 -3
  1293. package/dist/src/shared/models/Customer.d.ts +0 -3
  1294. package/dist/src/shared/models/Director.d.ts +0 -3
  1295. package/dist/src/shared/models/DisabledSpinnerModel.d.ts +0 -5
  1296. package/dist/src/shared/models/Distributor.d.ts +0 -3
  1297. package/dist/src/shared/models/Folder.d.ts +0 -12
  1298. package/dist/src/shared/models/Image.d.ts +0 -3
  1299. package/dist/src/shared/models/Interactives.d.ts +0 -3
  1300. package/dist/src/shared/models/LanguageConfig.d.ts +0 -7
  1301. package/dist/src/shared/models/Library.d.ts +0 -10
  1302. package/dist/src/shared/models/Link.d.ts +0 -3
  1303. package/dist/src/shared/models/LocalCacheDevice.d.ts +0 -3
  1304. package/dist/src/shared/models/LocalCacheDownload.d.ts +0 -3
  1305. package/dist/src/shared/models/Logo.d.ts +0 -3
  1306. package/dist/src/shared/models/Metadata.d.ts +0 -3
  1307. package/dist/src/shared/models/Owner.d.ts +0 -3
  1308. package/dist/src/shared/models/Person.d.ts +0 -3
  1309. package/dist/src/shared/models/Phrases.d.ts +0 -3
  1310. package/dist/src/shared/models/Playlist.d.ts +0 -3
  1311. package/dist/src/shared/models/Producer.d.ts +0 -3
  1312. package/dist/src/shared/models/ProductionCompany.d.ts +0 -3
  1313. package/dist/src/shared/models/Rating.d.ts +0 -3
  1314. package/dist/src/shared/models/Resource.d.ts +0 -3
  1315. package/dist/src/shared/models/RestrictedObject.d.ts +0 -3
  1316. package/dist/src/shared/models/Restriction.d.ts +0 -3
  1317. package/dist/src/shared/models/Season.d.ts +0 -3
  1318. package/dist/src/shared/models/Series.d.ts +0 -7
  1319. package/dist/src/shared/models/Setting.d.ts +0 -3
  1320. package/dist/src/shared/models/SharedResource.d.ts +0 -3
  1321. package/dist/src/shared/models/Subtitle.d.ts +0 -3
  1322. package/dist/src/shared/models/Tag.d.ts +0 -3
  1323. package/dist/src/shared/models/Thumbnail.d.ts +0 -3
  1324. package/dist/src/shared/models/User.d.ts +0 -10
  1325. package/dist/src/shared/models/Video.d.ts +0 -29
  1326. package/dist/src/shared/models/index.d.ts +0 -38
  1327. package/dist/src/shared/services/AlertService.d.ts +0 -15
  1328. package/dist/src/shared/services/ConfigDataService.d.ts +0 -23
  1329. package/dist/src/shared/services/CustomerDataService.d.ts +0 -7
  1330. package/dist/src/shared/services/DownloadProxyDataServices.d.ts +0 -7
  1331. package/dist/src/shared/services/IntercomService.d.ts +0 -8
  1332. package/dist/src/shared/services/LocalCacheDataService.d.ts +0 -11
  1333. package/dist/src/shared/services/NavigationLockService.d.ts +0 -17
  1334. package/dist/src/shared/services/PageTitleService.d.ts +0 -10
  1335. package/dist/src/shared/services/PageVisibilityService.d.ts +0 -14
  1336. package/dist/src/shared/services/PartialLoadingService.d.ts +0 -12
  1337. package/dist/src/shared/services/RestrictedVideoDataService.d.ts +0 -13
  1338. package/dist/src/shared/services/SettingsDataService.d.ts +0 -12
  1339. package/dist/src/shared/services/UserDataService.d.ts +0 -20
  1340. package/dist/src/shared/services/VideoMixinService.d.ts +0 -16
  1341. package/dist/src/shared/services/index.d.ts +0 -14
  1342. package/dist/src/shared/utils/BulkCheckboxHelper.d.ts +0 -18
  1343. package/dist/src/shared/utils/CancelProcessingHelper.d.ts +0 -4
  1344. package/dist/src/shared/utils/CollectionHelper.d.ts +0 -10
  1345. package/dist/src/shared/utils/DialogHelper.d.ts +0 -9
  1346. package/dist/src/shared/utils/FolderTreeHelpers.d.ts +0 -36
  1347. package/dist/src/shared/utils/ImageHelper.d.ts +0 -31
  1348. package/dist/src/shared/utils/LocalCacheHelper.d.ts +0 -7
  1349. package/dist/src/shared/utils/PartialLoadingHelper.d.ts +0 -6
  1350. package/dist/src/shared/utils/PermissionsHelper.d.ts +0 -13
  1351. package/dist/src/shared/utils/RatingHelper.d.ts +0 -6
  1352. package/dist/src/shared/utils/RestrictedAccessHelper.d.ts +0 -13
  1353. package/dist/src/shared/utils/SortHelper.d.ts +0 -16
  1354. package/dist/src/shared/utils/TabHelper.d.ts +0 -9
  1355. package/dist/src/shared/utils/VideoHelper.d.ts +0 -11
  1356. package/dist/src/shared/utils/search/RawSearchHelper.d.ts +0 -21
  1357. package/dist/src/shared/views/download-to-local-cache/DownloadToLocalCacheView.d.ts +0 -28
  1358. package/dist/src/shared/views/download-video/DownloadVideoView.d.ts +0 -19
  1359. package/dist/src/shared/views/index.d.ts +0 -9
  1360. package/dist/src/shared/views/restrict-access/RestrictAccessComponent.d.ts +0 -7
  1361. package/dist/src/shared/views/restrict-access/RestrictAccessGroupComponent.d.ts +0 -24
  1362. package/dist/src/shared/views/restrict-access/RestrictAccessView.d.ts +0 -67
  1363. package/dist/src/shared/views/share/ShareView.d.ts +0 -48
  1364. package/dist/src/shared/views/top-navigation/TopNavigationView.d.ts +0 -35
  1365. package/dist/src/shared/views/user-options/UserOptionsView.d.ts +0 -18
  1366. /package/dist/{src/shared → libs/shared/src}/constants/CacheDurations.d.ts +0 -0
  1367. /package/dist/{src/shared → libs/shared/src}/utils/DurationHelper.d.ts +0 -0
  1368. /package/dist/{src → projects/library-editor/src}/apps/content-updates/collections/index.d.ts +0 -0
  1369. /package/dist/{src → projects/library-editor/src}/apps/content-updates/components/index.d.ts +0 -0
  1370. /package/dist/{src → projects/library-editor/src}/apps/content-updates/enums/PastReleaseFilterType.d.ts +0 -0
  1371. /package/dist/{src → projects/library-editor/src}/apps/content-updates/enums/ReleaseDateType.d.ts +0 -0
  1372. /package/dist/{src → projects/library-editor/src}/apps/content-updates/enums/index.d.ts +0 -0
  1373. /package/dist/{src → projects/library-editor/src}/apps/content-updates/models/index.d.ts +0 -0
  1374. /package/dist/{src → projects/library-editor/src}/apps/content-updates/services/index.d.ts +0 -0
  1375. /package/dist/{src → projects/library-editor/src}/apps/content-updates/utils/Constants.d.ts +0 -0
  1376. /package/dist/{src → projects/library-editor/src}/apps/content-updates/utils/PastReleasesHelper.d.ts +0 -0
  1377. /package/dist/{src → projects/library-editor/src}/apps/content-updates/utils/index.d.ts +0 -0
  1378. /package/dist/{src → projects/library-editor/src}/apps/dashboard/components/index.d.ts +0 -0
  1379. /package/dist/{src → projects/library-editor/src}/apps/library-editor/behaviors/index.d.ts +0 -0
  1380. /package/dist/{src → projects/library-editor/src}/apps/library-editor/behaviors/shared/DragOptions.d.ts +0 -0
  1381. /package/dist/{src → projects/library-editor/src}/apps/library-editor/behaviors/shared/index.d.ts +0 -0
  1382. /package/dist/{src → projects/library-editor/src}/apps/library-editor/constants/CheckboxTypes.d.ts +0 -0
  1383. /package/dist/{src → projects/library-editor/src}/apps/library-editor/constants/EditVideoBackButtonBlacklist.d.ts +0 -0
  1384. /package/dist/{src → projects/library-editor/src}/apps/library-editor/constants/EditVideoBackButtonKey.d.ts +0 -0
  1385. /package/dist/{src → projects/library-editor/src}/apps/library-editor/constants/LibraryEditorActions.d.ts +0 -0
  1386. /package/dist/{src → projects/library-editor/src}/apps/library-editor/constants/LibraryEditorRadioChannels.d.ts +0 -0
  1387. /package/dist/{src → projects/library-editor/src}/apps/library-editor/constants/MetadataTypes.d.ts +0 -0
  1388. /package/dist/{src → projects/library-editor/src}/apps/library-editor/constants/index.d.ts +0 -0
  1389. /package/dist/{src → projects/library-editor/src}/apps/library-editor/enums/MediaConcatenateStatus.d.ts +0 -0
  1390. /package/dist/{src → projects/library-editor/src}/apps/library-editor/enums/ObjectOwnerType.d.ts +0 -0
  1391. /package/dist/{src → projects/library-editor/src}/apps/library-editor/enums/TagBehavior.d.ts +0 -0
  1392. /package/dist/{src → projects/library-editor/src}/apps/library-editor/enums/TagOrientation.d.ts +0 -0
  1393. /package/dist/{src → projects/library-editor/src}/apps/library-editor/enums/VideoCollectionSource.d.ts +0 -0
  1394. /package/dist/{src → projects/library-editor/src}/apps/library-editor/enums/index.d.ts +0 -0
  1395. /package/dist/{src → projects/library-editor/src}/apps/library-editor/errors/index.d.ts +0 -0
  1396. /package/dist/{src → projects/library-editor/src}/apps/library-editor/models/index.d.ts +0 -0
  1397. /package/dist/{src → projects/library-editor/src}/apps/library-editor/utils/AddToLibraryCacheHelper.d.ts +0 -0
  1398. /package/dist/{src → projects/library-editor/src}/apps/library-editor/utils/DownloadHelper.d.ts +0 -0
  1399. /package/dist/{src → projects/library-editor/src}/apps/library-editor/utils/FolderValidation.d.ts +0 -0
  1400. /package/dist/{src → projects/library-editor/src}/apps/library-editor/utils/LanguageValidation.d.ts +0 -0
  1401. /package/dist/{src → projects/library-editor/src}/apps/library-editor/utils/LibraryValidation.d.ts +0 -0
  1402. /package/dist/{src → projects/library-editor/src}/apps/library-editor/utils/UploadVideoValidation.d.ts +0 -0
  1403. /package/dist/{src → projects/library-editor/src}/apps/library-editor/utils/index.d.ts +0 -0
  1404. /package/dist/{src → projects/library-editor/src}/apps/migration-wizard/collections/index.d.ts +0 -0
  1405. /package/dist/{src → projects/library-editor/src}/apps/migration-wizard/components/index.d.ts +0 -0
  1406. /package/dist/{src → projects/library-editor/src}/apps/migration-wizard/contants/MigrationErrorActions.d.ts +0 -0
  1407. /package/dist/{src → projects/library-editor/src}/apps/migration-wizard/contants/MigrationViewModels.d.ts +0 -0
  1408. /package/dist/{src → projects/library-editor/src}/apps/migration-wizard/enums/CloudSyncStatus.d.ts +0 -0
  1409. /package/dist/{src → projects/library-editor/src}/apps/migration-wizard/enums/FinalisationTaskStatus.d.ts +0 -0
  1410. /package/dist/{src → projects/library-editor/src}/apps/migration-wizard/enums/FinalisationType.d.ts +0 -0
  1411. /package/dist/{src → projects/library-editor/src}/apps/migration-wizard/enums/LocalOption.d.ts +0 -0
  1412. /package/dist/{src → projects/library-editor/src}/apps/migration-wizard/enums/MigrationOption.d.ts +0 -0
  1413. /package/dist/{src → projects/library-editor/src}/apps/migration-wizard/enums/MigrationReportType.d.ts +0 -0
  1414. /package/dist/{src → projects/library-editor/src}/apps/migration-wizard/enums/SortField.d.ts +0 -0
  1415. /package/dist/{src → projects/library-editor/src}/apps/migration-wizard/enums/ValidationResult.d.ts +0 -0
  1416. /package/dist/{src → projects/library-editor/src}/apps/migration-wizard/enums/ValidationResultErrorType.d.ts +0 -0
  1417. /package/dist/{src → projects/library-editor/src}/apps/migration-wizard/enums/VideoMigrationStatus.d.ts +0 -0
  1418. /package/dist/{src → projects/library-editor/src}/apps/migration-wizard/enums/index.d.ts +0 -0
  1419. /package/dist/{src → projects/library-editor/src}/apps/migration-wizard/errors/index.d.ts +0 -0
  1420. /package/dist/{src → projects/library-editor/src}/apps/migration-wizard/filters/index.d.ts +0 -0
  1421. /package/dist/{src → projects/library-editor/src}/apps/migration-wizard/interfaces/SelectedVideos.d.ts +0 -0
  1422. /package/dist/{src → projects/library-editor/src}/apps/migration-wizard/models/index.d.ts +0 -0
  1423. /package/dist/{src → projects/library-editor/src}/apps/migration-wizard/utils/KeyContactHelper.d.ts +0 -0
  1424. /package/dist/{src → projects/library-editor/src}/apps/migration-wizard/utils/MigrationErrorHelper.d.ts +0 -0
  1425. /package/dist/{src → projects/library-editor/src}/apps/migration-wizard/utils/MigrationHelper.d.ts +0 -0
  1426. /package/dist/{src → projects/library-editor/src}/apps/migration-wizard/utils/MigrationRadioChannels.d.ts +0 -0
  1427. /package/dist/{src → projects/library-editor/src}/apps/migration-wizard/utils/MigrationWarningsSvgs.d.ts +0 -0
  1428. /package/dist/{src → projects/library-editor/src}/apps/migration-wizard/utils/ReportHelper.d.ts +0 -0
  1429. /package/dist/{src → projects/library-editor/src}/apps/notifications/constants/index.d.ts +0 -0
  1430. /package/dist/{src → projects/library-editor/src}/apps/notifications/utils/Constants.d.ts +0 -0
  1431. /package/dist/{src → projects/library-editor/src}/apps/notifications/utils/index.d.ts +0 -0
  1432. /package/dist/{src → projects/library-editor/src}/apps/search/collections/index.d.ts +0 -0
  1433. /package/dist/{src → projects/library-editor/src}/apps/search/components/filters/filter-button-list/index.d.ts +0 -0
  1434. /package/dist/{src → projects/library-editor/src}/apps/search/components/filters/filter-options/index.d.ts +0 -0
  1435. /package/dist/{src → projects/library-editor/src}/apps/search/components/filters/index.d.ts +0 -0
  1436. /package/dist/{src → projects/library-editor/src}/apps/search/constants/SearchRadioChannels.d.ts +0 -0
  1437. /package/dist/{src → projects/library-editor/src}/apps/search/constants/index.d.ts +0 -0
  1438. /package/dist/{src → projects/library-editor/src}/apps/search/models/index.d.ts +0 -0
  1439. /package/dist/{src → projects/library-editor/src}/apps/search/services/index.d.ts +0 -0
  1440. /package/dist/{src → projects/library-editor/src}/apps/search/utils/Constants.d.ts +0 -0
  1441. /package/dist/{src → projects/library-editor/src}/apps/search/utils/Enums.d.ts +0 -0
  1442. /package/dist/{src → projects/library-editor/src}/apps/search/utils/FilterHelper.d.ts +0 -0
  1443. /package/dist/{src → projects/library-editor/src}/apps/search/utils/FilterLabelGenerators.d.ts +0 -0
  1444. /package/dist/{src → projects/library-editor/src}/apps/search/utils/FilterQueryGenerators.d.ts +0 -0
  1445. /package/dist/{src → projects/library-editor/src}/apps/search/utils/FilterRouteQueryParamGenerators.d.ts +0 -0
  1446. /package/dist/{src → projects/library-editor/src}/apps/search/utils/index.d.ts +0 -0
  1447. /package/dist/{src → projects/library-editor/src}/apps/staff-requests/collections/index.d.ts +0 -0
  1448. /package/dist/{src → projects/library-editor/src}/apps/staff-requests/enums/StaffRequestStatus.d.ts +0 -0
  1449. /package/dist/{src → projects/library-editor/src}/apps/staff-requests/enums/index.d.ts +0 -0
  1450. /package/dist/{src → projects/library-editor/src}/apps/staff-requests/models/index.d.ts +0 -0
  1451. /package/dist/{src → projects/library-editor/src}/apps/staff-requests/services/index.d.ts +0 -0
  1452. /package/dist/{src → projects/library-editor/src}/apps/staff-requests/utils/StaffRequestApprovalValidation.d.ts +0 -0
  1453. /package/dist/{src → projects/library-editor/src}/apps/staff-requests/utils/StaffRequestRejectionValidation.d.ts +0 -0
  1454. /package/dist/{src → projects/library-editor/src}/apps/staff-requests/utils/index.d.ts +0 -0
  1455. /package/dist/{src → projects/library-editor/src}/apps/upload/components/index.d.ts +0 -0
  1456. /package/dist/{src → projects/library-editor/src}/apps/upload/errors/index.d.ts +0 -0
  1457. /package/dist/{src → projects/library-editor/src}/apps/upload/services/index.d.ts +0 -0
  1458. /package/dist/{src → projects/library-editor/src}/shared/alerts/index.d.ts +0 -0
  1459. /package/dist/{src → projects/library-editor/src}/shared/behaviors/file-drop/FileDropHelper.d.ts +0 -0
  1460. /package/dist/{src → projects/library-editor/src}/shared/behaviors/index.d.ts +0 -0
  1461. /package/dist/{src → projects/library-editor/src}/shared/components/partial-loading/index.d.ts +0 -0
  1462. /package/dist/{src → projects/library-editor/src}/shared/components/typeahead-input/templates/index.d.ts +0 -0
  1463. /package/dist/{src → projects/library-editor/src}/shared/components/video-item/index.d.ts +0 -0
  1464. /package/dist/{src → projects/library-editor/src}/shared/components/video-item/utils/VideoItemBehaviors.d.ts +0 -0
  1465. /package/dist/{src → projects/library-editor/src}/shared/components/video-item/utils/VideoItemComponentHelper.d.ts +0 -0
  1466. /package/dist/{src → projects/library-editor/src}/shared/components/video-item/utils/VideoItemComponentTypes.d.ts +0 -0
  1467. /package/dist/{src → projects/library-editor/src}/shared/components/video-item/utils/VideoItemComponents.d.ts +0 -0
  1468. /package/dist/{src → projects/library-editor/src}/shared/components/video-item/utils/index.d.ts +0 -0
  1469. /package/dist/{src → projects/library-editor/src}/shared/components/video-item/video-item-actions/index.d.ts +0 -0
  1470. /package/dist/{src → projects/library-editor/src}/shared/components/video-item/video-item-metadata/index.d.ts +0 -0
  1471. /package/dist/{src → projects/library-editor/src}/shared/constants/Actions.d.ts +0 -0
  1472. /package/dist/{src → projects/library-editor/src}/shared/constants/BootstrapKeys.d.ts +0 -0
  1473. /package/dist/{src → projects/library-editor/src}/shared/constants/DataPrefixes.d.ts +0 -0
  1474. /package/dist/{src → projects/library-editor/src}/shared/constants/DataServiceErrors.d.ts +0 -0
  1475. /package/dist/{src → projects/library-editor/src}/shared/constants/EventNames.d.ts +0 -0
  1476. /package/dist/{src → projects/library-editor/src}/shared/constants/FolderTreeIds.d.ts +0 -0
  1477. /package/dist/{src → projects/library-editor/src}/shared/constants/FormattedCustomerSettingNames.d.ts +0 -0
  1478. /package/dist/{src → projects/library-editor/src}/shared/constants/ImageSizes.d.ts +0 -0
  1479. /package/dist/{src → projects/library-editor/src}/shared/constants/ImageUrls.d.ts +0 -0
  1480. /package/dist/{src → projects/library-editor/src}/shared/constants/LayoutRegions.d.ts +0 -0
  1481. /package/dist/{src → projects/library-editor/src}/shared/constants/Layouts.d.ts +0 -0
  1482. /package/dist/{src → projects/library-editor/src}/shared/constants/LazyLoadBrowserSupport.d.ts +0 -0
  1483. /package/dist/{src → projects/library-editor/src}/shared/constants/MarketingSiteArticles.d.ts +0 -0
  1484. /package/dist/{src → projects/library-editor/src}/shared/constants/Misc.d.ts +0 -0
  1485. /package/dist/{src → projects/library-editor/src}/shared/constants/OnlineUrls.d.ts +0 -0
  1486. /package/dist/{src → projects/library-editor/src}/shared/constants/PartialLoadingComponents.d.ts +0 -0
  1487. /package/dist/{src → projects/library-editor/src}/shared/constants/RadioChannels.d.ts +0 -0
  1488. /package/dist/{src → projects/library-editor/src}/shared/constants/Search.d.ts +0 -0
  1489. /package/dist/{src → projects/library-editor/src}/shared/constants/SupportArticles.d.ts +0 -0
  1490. /package/dist/{src → projects/library-editor/src}/shared/constants/Webplayer.d.ts +0 -0
  1491. /package/dist/{src → projects/library-editor/src}/shared/constants/WithStatements.d.ts +0 -0
  1492. /package/dist/{src → projects/library-editor/src}/shared/constants/index.d.ts +0 -0
  1493. /package/dist/{src → projects/library-editor/src}/shared/enums/CitationType.d.ts +0 -0
  1494. /package/dist/{src → projects/library-editor/src}/shared/enums/CustomerRegions.d.ts +0 -0
  1495. /package/dist/{src → projects/library-editor/src}/shared/enums/EmptyStates.d.ts +0 -0
  1496. /package/dist/{src → projects/library-editor/src}/shared/enums/FileIdType.d.ts +0 -0
  1497. /package/dist/{src → projects/library-editor/src}/shared/enums/ImageType.d.ts +0 -0
  1498. /package/dist/{src → projects/library-editor/src}/shared/enums/MasterObjectTypes.d.ts +0 -0
  1499. /package/dist/{src → projects/library-editor/src}/shared/enums/MasterType.d.ts +0 -0
  1500. /package/dist/{src → projects/library-editor/src}/shared/enums/PartialLoading.d.ts +0 -0
  1501. /package/dist/{src → projects/library-editor/src}/shared/enums/RestrictedObjectType.d.ts +0 -0
  1502. /package/dist/{src → projects/library-editor/src}/shared/enums/SchoolTypes.d.ts +0 -0
  1503. /package/dist/{src → projects/library-editor/src}/shared/enums/Settings.d.ts +0 -0
  1504. /package/dist/{src → projects/library-editor/src}/shared/enums/SharedResourcePrivacy.d.ts +0 -0
  1505. /package/dist/{src → projects/library-editor/src}/shared/enums/SortTypes.d.ts +0 -0
  1506. /package/dist/{src → projects/library-editor/src}/shared/enums/StaffRequestOption.d.ts +0 -0
  1507. /package/dist/{src → projects/library-editor/src}/shared/enums/TimeType.d.ts +0 -0
  1508. /package/dist/{src → projects/library-editor/src}/shared/enums/UploadInteractionType.d.ts +0 -0
  1509. /package/dist/{src → projects/library-editor/src}/shared/enums/UserRole.d.ts +0 -0
  1510. /package/dist/{src → projects/library-editor/src}/shared/enums/YearGroups.d.ts +0 -0
  1511. /package/dist/{src → projects/library-editor/src}/shared/enums/index.d.ts +0 -0
  1512. /package/dist/{src → projects/library-editor/src}/shared/errors/index.d.ts +0 -0
  1513. /package/dist/{src → projects/library-editor/src}/shared/filters/index.d.ts +0 -0
  1514. /package/dist/{src → projects/library-editor/src}/shared/interfaces/index.d.ts +0 -0
  1515. /package/dist/{src → projects/library-editor/src}/shared/layouts/index.d.ts +0 -0
  1516. /package/dist/{src → projects/library-editor/src}/shared/utils/LazyLoadHelper.d.ts +0 -0
  1517. /package/dist/{src → projects/library-editor/src}/shared/utils/RadioChannelHelper.d.ts +0 -0
  1518. /package/dist/{src → projects/library-editor/src}/shared/utils/SettingsHelper.d.ts +0 -0
  1519. /package/dist/{src → projects/library-editor/src}/shared/utils/SpinnerHelper.d.ts +0 -0
  1520. /package/dist/{src → projects/library-editor/src}/shared/utils/SubtitleLanguageValidation.d.ts +0 -0
  1521. /package/dist/{src → projects/library-editor/src}/shared/utils/TextHelper.d.ts +0 -0
  1522. /package/dist/{src → projects/library-editor/src}/shared/utils/TimeHelper.d.ts +0 -0
  1523. /package/dist/{src → projects/library-editor/src}/shared/utils/index.d.ts +0 -0
  1524. /package/dist/{src → projects/library-editor/src}/shared/utils/search/index.d.ts +0 -0
  1525. /package/dist/{src → projects/library-editor/src}/shared/utils/search/raw-search-components/add-new/AddNewSuggestion.d.ts +0 -0
  1526. /package/dist/{src → projects/library-editor/src}/shared/utils/search/raw-search-components/index.d.ts +0 -0
  1527. /package/dist/{src → projects/library-editor/src}/shared/utils/search/raw-search-templates/index.d.ts +0 -0
  1528. /package/dist/{src → projects/library-editor/src}/styles/index.d.ts +0 -0
  1529. /package/dist/{typings → projects/library-editor/typings}/libs/LazyLoad.d.ts +0 -0
@@ -0,0 +1 @@
1
+ (window.webpackJsonp_clickview_library_editor=window.webpackJsonp_clickview_library_editor||[]).push([[16],{787:function(e,t,n){"use strict";n.d(t,"a",(function(){return v}));var o=n(7),i=n(2),r=n(24),a=n(13),l=n(173),s=n(11),c=n(658),u=n(118),p=n(855),h=n.n(p);function d(e){return(d="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function f(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function m(e,t){return(m=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function y(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,o=b(e);if(t){var i=b(this).constructor;n=Reflect.construct(o,arguments,i)}else n=o.apply(this,arguments);return g(this,n)}}function g(e,t){return!t||"object"!==d(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function b(e){return(b=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var v=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&m(e,t)}(d,e);var t,n,i,p=y(d);function d(e){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,d),p.call(this,e)}return t=d,(n=[{key:"initialize",value:function(){this.options.playerViewModelKey&&this.listenToPlayerViewModel(),this.initViewModel(),this.options.editing&&this.syncTime()}},{key:"events",value:function(){return{submit:"onSubmit","change .chapter-name":"validateName","keyup .chapter-name":"validateName","change .time-input":"onTimeInputUpdate","click .time-input":"onTimeInputUpdate","keyup .time-input":"onTimeInputUpdate","click .cancel":"destroyView"}}},{key:"initViewModel",value:function(){this.viewModel=r.a.get(this.viewModelName,this.model.toJSON())}},{key:"listenToPlayerViewModel",value:function(){var e=r.a.get(this.options.playerViewModelKey);this.listenTo(e,"change:currenttime",this.updateTime)}},{key:"updateTime",value:function(e){this.webPlayerTime=e.get("currenttime"),this.syncTime()}},{key:"syncTime",value:function(){var e=this.viewModel.get("startTime")||this.webPlayerTime;this.viewModel.set({hours:s.w.getHoursComponent(e),minutes:s.w.getMinutesComponent(e),seconds:s.w.getSecondsComponent(e)})}},{key:"getNewTime",value:function(){return this.enabled()?s.w.parseTime(this.viewModel.pick("hours","minutes","seconds")):0}},{key:"enabled",value:function(){return this.options.creating||0!==this.model.collection.indexOf(this.model)}},{key:"maxTimes",value:function(){var e=s.w.millisecondsToSeconds(this.options.duration),t=s.w.getHoursComponent(e),n=t>0?59:s.w.getMinutesComponent(e);return{maxHr:t,maxMin:n,maxSec:n>0?59:s.w.getSecondsComponent(e)}}},{key:"onTimeInputUpdate",value:function(){o.Radio.channel(this.options.channelName).trigger(u.d.UpdateChapterTime,this.getNewTime()),this.validateStartTime()}},{key:"destroyView",value:function(){o.Radio.channel(this.options.channelName).trigger(u.d.CancelChapterEdit),this.destroy()}},{key:"onSubmit",value:function(e){if(e.preventDefault(),!this.validate())return!1;var t={id:this.viewModel.get("id"),name:this.viewModel.get("name"),startTime:this.getNewTime()},n=o.Radio.channel(this.options.channelName),i=u.d.CreateChapter;this.options.editing&&(i=u.d.UpdateChapter),n.trigger(i,t),this.stopListening(this.viewModel),r.a.clear(this.viewModelName)}},{key:"validate",value:function(){this.viewModel.validate();var e=this.validateStartTime(),t=this.validateName();return this.viewModel.isValid()&&e&&t}},{key:"validateStartTime",value:function(){var e=this,t=o.Validation.callbacks,n=t.valid,i=t.invalid,r=this.model.collection||this.options.collection,a=this.getNewTime(),l=c.a.isValidChapterTime(this.model,a,this.options.duration,r),s=[],u=["seconds","minutes","hours"];return a<0?s=u:l&&(s.push("seconds"),a>59&&s.push("minutes"),a>3540&&s.push("hours")),u.forEach((function(t){return n(e,t,null)})),s.forEach((function(t){return i(e,t,l,null)})),!l}},{key:"validateName",value:function(e){if(!e||13!==e.keyCode){var t=o.Validation.callbacks,n=t.valid,i=t.invalid,r=this.model.collection||this.options.collection,a=c.a.isValidChapterName(this.model,this.viewModel.get("name"),r);return a?i(this,"name",a,null):n(this,"name",null),!a}}},{key:"viewOptions",value:function(){var e=this.maxTimes(),t=e.maxHr,n=e.maxMin,o=0===e.maxSec,i=0===n,r=0===t;return Object.assign(Object.assign({},this.options),{enabled:this.enabled(),timeId:"".concat(this.cid,"-time"),chapterId:"".concat(this.cid,"-chapter-name"),plusSvg:a.a.getSvg(a.b.Plus),secDisabled:o,minDisabled:i,hrDisabled:r})}},{key:"name",get:function(){return"ChapterFormComponent"}},{key:"lang",get:function(){return"libraryEditor.chapterForm"}},{key:"tagName",get:function(){return"form"}},{key:"viewModelName",get:function(){return"".concat(this.name,":").concat(this.cid)}},{key:"template",get:function(){return h.a}},{key:"className",get:function(){return this.options.creating?"py-3":"border-top p-2"}},{key:"behaviors",get:function(){return[{behaviorClass:l.a,bindViewModel:!0},{behaviorClass:l.g,bindViewModel:!0}]}},{key:"bindings",get:function(){return{"[name=name]":{observe:"name",setOptions:{validate:!0}},"[name=hours]":{observe:"hours",setOptions:{validate:!0}},"[name=minutes]":{observe:"minutes",setOptions:{validate:!0}},"[name=seconds]":{observe:"seconds",setOptions:{validate:!0}}}}}])&&f(t.prototype,n),i&&f(t,i),d}(i.a.Component)},794:function(e,t,n){"use strict";var o=n(2),i=n(7),r=n(13),a=n(87),l=n(11),s=n(787),c=n(118),u=n(856),p=n.n(u),h=n(857),d=n.n(h);function f(e){return(f="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function m(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function y(e,t){return(y=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function g(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,o=v(e);if(t){var i=v(this).constructor;n=Reflect.construct(o,arguments,i)}else n=o.apply(this,arguments);return b(this,n)}}function b(e,t){return!t||"object"!==f(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function v(e){return(v=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var w=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&y(e,t)}(h,e);var t,n,o,u=g(h);function h(e){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,h),u.call(this,e)}return t=h,(n=[{key:"initialize",value:function(){this.bindListeners()}},{key:"regions",value:function(){return{editForm:{replaceElement:!1,el:".edit-form-region"}}}},{key:"events",value:function(){return{"click @ui.editChapter":"onEditChapter","click @ui.deleteChapter":"onDeleteChapter","click .clickable-seek":"onClick"}}},{key:"bindListeners",value:function(){this.listenTo(this.instanceChannelName,c.d.CancelChapterEdit,this.onCancelEdit),this.listenTo(this.instanceChannelName,c.d.UpdateChapter,this.onUpdateChapter),this.listenTo(this.instanceChannelName,c.d.UpdateChapterTime,this.onUpdateChapterTime),this.listenTo(this.model,"change:showEditor",this.onShowEditorChange),this.listenTo(this.model,"change:loading",this.onLoadingChange);var e=this.model.collection.first();this.model!==e?this.listenTo(this.model.collection,"sort",this.render):this.listenTo(this.model.collection,"add remove sort",this.render)}},{key:"onClick",value:function(e){var t=i.Radio.channel(this.options.channelName);this.model.get("isPhysicalChapter")?t.trigger(c.d.SeekToChapter,this.model.get("index")):t.trigger(c.d.UpdateChapterTime,this.model.get("startTime"))}},{key:"onLoadingChange",value:function(){var e=this.model.get("loading")?"disable":"enable";this.getUI("editChapter").tooltip(e),this.getUI("deleteChapter").tooltip(e),this.model.set("showEditor",!1,{silent:!0}),this.render()}},{key:"onShowEditorChange",value:function(){this.model.get("loading")||(this.model.get("showEditor")?this.showEditView():this.hideEditView())}},{key:"showEditView",value:function(){this.renderEditForm(),this.getUI("chapterItem").addClass(d.a.darkBackground)}},{key:"hideEditView",value:function(){this.model.set("showEditor",!1,{silent:!0}),this.getUI("chapterItem").removeClass(d.a.darkBackground),this.detachChildView("editForm")}},{key:"onCancelEdit",value:function(){this.hideEditView()}},{key:"onDeleteChapter",value:function(){this.model.get("loading")||i.Radio.channel(this.options.channelName).trigger(c.d.DeleteChapter,this.model)}},{key:"onUpdateChapter",value:function(e){i.Radio.channel(this.options.channelName).trigger(c.d.UpdateChapter,e),this.render()}},{key:"onUpdateChapterTime",value:function(e){i.Radio.channel(this.options.channelName).trigger(c.d.UpdateChapterTime,e)}},{key:"onEditChapter",value:function(){i.Radio.channel(this.options.channelName).trigger(c.d.ToggleEdit,this.model)}},{key:"canDelete",value:function(e){var t=this.model.collection.length;return 1===e&&1===t||!(1===e&&t>1)}},{key:"viewOptions",value:function(){var e=this.model.collection.indexOf(this.model)+1,t=l.w.trimToMinutes(l.w.secondsToHoursFormatted(this.model.get("startTime")));return Object.assign(Object.assign({},this.options),{styles:d.a,time:t,index:e,loading:this.model.get("loading"),allowDelete:this.canDelete(e),editSvg:r.a.getSvg(r.b.Edit),deleteSvg:r.a.getSvg(r.b.Delete)})}},{key:"renderEditForm",value:function(){this.showChildView("editForm",new s.a({model:this.model,editing:!0,channelName:this.instanceChannelName,duration:this.options.duration}))}},{key:"onBeforeDetach",value:function(){$(".tooltip").remove()}},{key:"name",get:function(){return"ChapterItemComponent"}},{key:"lang",get:function(){return"libraryEditor.chapterItem"}},{key:"instanceChannelName",get:function(){return"".concat(this.name).concat(this.cid)}},{key:"template",get:function(){return p.a}},{key:"className",get:function(){return"chapter ".concat(d.a.chapterItem)}},{key:"behaviors",get:function(){return[{behaviorClass:a.a,selector:".action"}]}},{key:"elements",get:function(){return{chapterItem:".chapter-item",editChapter:".edit-chapter",deleteChapter:".delete-chapter"}}}])&&m(t.prototype,n),o&&m(t,o),h}(o.a.Component);function k(e){return(k="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function C(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function E(e,t){return(E=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function T(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,o=S(e);if(t){var i=S(this).constructor;n=Reflect.construct(o,arguments,i)}else n=o.apply(this,arguments);return O(this,n)}}function O(e,t){return!t||"object"!==k(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function S(e){return(S=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var x=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&E(e,t)}(r,e);var t,n,o,i=T(r);function r(e){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,r),i.call(this,e)}return t=r,(n=[{key:"initialize",value:function(){this.bindEditorListeners()}},{key:"bindEditorListeners",value:function(){this.options.editable&&this.listenTo(this.options.channelName,c.d.ToggleEdit,this.toggleEditForm)}},{key:"toggleEditForm",value:function(e){this.collection.each((function(t){return t!==e&&t.set("showEditor",!1)})),e.set("showEditor",!e.get("showEditor"))}},{key:"name",get:function(){return"ChapterComponentCollection"}},{key:"className",get:function(){return"chapters"}},{key:"childView",get:function(){return w}},{key:"childViewOptions",get:function(){return{showActions:this.options.showActions,duration:this.options.duration,channelName:this.options.channelName}}}])&&C(t.prototype,n),o&&C(t,o),r}(o.a.ComponentCollection),_=n(858),N=n.n(_);function M(e){return(M="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function P(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function j(e,t){return(j=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function R(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,o=D(e);if(t){var i=D(this).constructor;n=Reflect.construct(o,arguments,i)}else n=o.apply(this,arguments);return I(this,n)}}function I(e,t){return!t||"object"!==M(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function D(e){return(D=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}n.d(t,"a",(function(){return V}));var V=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&j(e,t)}(r,e);var t,n,o,i=R(r);function r(e){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,r),i.call(this,e)}return t=r,(n=[{key:"regions",value:function(){return{chapterList:{replaceElement:!0,el:".chapter-list-region"}}}},{key:"viewOptions",value:function(){return{showHeader:this.options.showHeader}}},{key:"onRender",value:function(){this.showChildView("chapterList",new x({collection:this.collection,duration:this.options.duration,channelName:this.options.channelName,showActions:this.options.showActions,editable:this.options.editable}))}},{key:"name",get:function(){return"ChaptersComponent"}},{key:"template",get:function(){return N.a}},{key:"lang",get:function(){return"libraryEditor.chapters"}},{key:"className",get:function(){return"chapters ".concat(!this.options.editable&&"py-3 border-top")}}])&&P(t.prototype,n),o&&P(t,o),r}(o.a.Component)},855:function(e,t,n){var o=n(8);e.exports=(o.default||o).template({1:function(e,t,n,o,i){e.propertyIsEnumerable;var r,a=e.lambda,l=e.escapeExpression,s=null!=t?t:e.nullContext||{},c=e.hooks.helperMissing;return' <div class="col-6 form-group">\r\n <label class="d-block" for="'+l(a(null!=(r=null!=t?t.options:t)?r.timeId:r,t))+'">'+l((n.lang||t&&t.lang||c).call(s,"startTimeLabel",{name:"lang",hash:{},data:i}))+'</label>\r\n <input\r\n class="form-control d-inline-block col-3 time-input hour-input"\r\n type="number"\r\n placeholder="'+l((n.lang||t&&t.lang||c).call(s,"hoursPlaceholder",{name:"lang",hash:{},data:i}))+'"\r\n name="hours"\r\n autocomplete="off"\r\n '+(null!=(r=n.if.call(s,null!=(r=null!=t?t.options:t)?r.hrDisabled:r,{name:"if",hash:{},fn:e.program(2,i,0),inverse:e.noop,data:i}))?r:"")+'> <b>:</b>\r\n <input\r\n class="form-control d-inline-block col-3 time-input minute-input"\r\n type="number"\r\n placeholder="'+l((n.lang||t&&t.lang||c).call(s,"minutesPlaceholder",{name:"lang",hash:{},data:i}))+'"\r\n name="minutes"\r\n autocomplete="off"\r\n '+(null!=(r=n.if.call(s,null!=(r=null!=t?t.options:t)?r.minDisabled:r,{name:"if",hash:{},fn:e.program(2,i,0),inverse:e.noop,data:i}))?r:"")+'> <b>:</b>\r\n <input\r\n class="form-control d-inline-block col-3 time-input second-input"\r\n type="number"\r\n placeholder="'+l((n.lang||t&&t.lang||c).call(s,"secondsPlaceholder",{name:"lang",hash:{},data:i}))+'"\r\n name="seconds"\r\n id="'+l(a(null!=(r=null!=t?t.options:t)?r.timeId:r,t))+'"\r\n autocomplete="off"\r\n '+(null!=(r=n.if.call(s,null!=(r=null!=t?t.options:t)?r.secDisabled:r,{name:"if",hash:{},fn:e.program(2,i,0),inverse:e.noop,data:i}))?r:"")+'>\r\n <div class="form-feedback"></div>\r\n </div>\r\n'},2:function(e,t,n,o,i){return"disabled"},4:function(e,t,n,o,i){var r;e.propertyIsEnumerable;return' <button type="submit" class="btn btn-primary btn-sm ml-2">\r\n <span class="d-inline-block align-middle svg-container">'+(null!=(r=e.lambda(null!=(r=null!=t?t.options:t)?r.plusSvg:r,t))?r:"")+'</span>\r\n <span class="align-middle">'+e.escapeExpression((n.lang||t&&t.lang||e.hooks.helperMissing).call(null!=t?t:e.nullContext||{},"add",{name:"lang",hash:{},data:i}))+"</span>\r\n </button>\r\n"},6:function(e,t,n,o,i){e.propertyIsEnumerable;var r=null!=t?t:e.nullContext||{},a=e.hooks.helperMissing,l=e.escapeExpression;return' <button type="submit" class="btn btn-primary btn-sm ml-2">'+l((n.lang||t&&t.lang||a).call(r,"save",{name:"lang",hash:{},data:i}))+'</button>\r\n <button type="button" class="btn btn-secondary btn-sm cancel ml-2">'+l((n.lang||t&&t.lang||a).call(r,"cancel",{name:"lang",hash:{},data:i}))+"</button>\r\n"},compiler:[8,">= 4.3.0"],main:function(e,t,n,o,i){e.propertyIsEnumerable;var r,a=e.lambda,l=e.escapeExpression,s=null!=t?t:e.nullContext||{},c=e.hooks.helperMissing;return'<div class="row">\r\n <div class="col-6 form-group">\r\n <label for="'+l(a(null!=(r=null!=t?t.options:t)?r.chapterId:r,t))+'">'+l((n.lang||t&&t.lang||c).call(s,"nameLabel",{name:"lang",hash:{},data:i}))+'</label>\r\n <input type="text" class="form-control chapter-name" name="name" id="'+l(a(null!=(r=null!=t?t.options:t)?r.chapterId:r,t))+'" placeholder="'+l((n.lang||t&&t.lang||c).call(s,"namePlaceholder",{name:"lang",hash:{},data:i}))+'" autofocus autocomplete="off">\r\n <div class="form-feedback"></div>\r\n </div>\r\n'+(null!=(r=n.if.call(s,null!=(r=null!=t?t.options:t)?r.enabled:r,{name:"if",hash:{},fn:e.program(1,i,0),inverse:e.noop,data:i}))?r:"")+'</div>\r\n\r\n<div class="row">\r\n'+(null!=(r=n.if.call(s,null!=(r=null!=t?t.options:t)?r.creating:r,{name:"if",hash:{},fn:e.program(4,i,0),inverse:e.noop,data:i}))?r:"")+"\r\n"+(null!=(r=n.if.call(s,null!=(r=null!=t?t.options:t)?r.editing:r,{name:"if",hash:{},fn:e.program(6,i,0),inverse:e.noop,data:i}))?r:"")+"</div>"},useData:!0})},856:function(e,t,n){var o=n(8);e.exports=(o.default||o).template({1:function(e,t,n,o,i){var r;e.propertyIsEnumerable;return e.escapeExpression(e.lambda(null!=(r=null!=(r=null!=t?t.options:t)?r.styles:r)?r.loading:r,t))},3:function(e,t,n,o,i){e.propertyIsEnumerable;var r,a=e.lambda,l=e.escapeExpression,s=null!=t?t:e.nullContext||{};return' <div class="col-2 text-right">\r\n <a class="action edit-chapter my-2 svg-container '+l(a(null!=(r=null!=(r=null!=t?t.options:t)?r.styles:r)?r.svgContainer:r,t))+' d-inline-block text-muted"\r\n title="'+l((n.lang||t&&t.lang||e.hooks.helperMissing).call(s,"edit",{name:"lang",hash:{},data:i}))+'">'+(null!=(r=a(null!=(r=null!=t?t.options:t)?r.editSvg:r,t))?r:"")+"</a>\r\n"+(null!=(r=n.if.call(s,null!=(r=null!=t?t.options:t)?r.allowDelete:r,{name:"if",hash:{},fn:e.program(4,i,0),inverse:e.noop,data:i}))?r:"")+" </div>\r\n"},4:function(e,t,n,o,i){e.propertyIsEnumerable;var r,a=e.lambda,l=e.escapeExpression;return' <a class="action delete-chapter my-2 svg-container '+l(a(null!=(r=null!=(r=null!=t?t.options:t)?r.styles:r)?r.svgContainer:r,t))+' d-inline-block text-muted"\r\n title="'+l((n.lang||t&&t.lang||e.hooks.helperMissing).call(null!=t?t:e.nullContext||{},"delete",{name:"lang",hash:{},data:i}))+'">'+(null!=(r=a(null!=(r=null!=t?t.options:t)?r.deleteSvg:r,t))?r:"")+"</a>\r\n"},compiler:[8,">= 4.3.0"],main:function(e,t,n,o,i){e.propertyIsEnumerable;var r,a,l=null!=t?t:e.nullContext||{},s=e.lambda,c=e.escapeExpression;return'<div class="row mx-0 border-top chapter-item '+(null!=(r=n.if.call(l,null!=(r=null!=t?t.options:t)?r.loading:r,{name:"if",hash:{},fn:e.program(1,i,0),inverse:e.noop,data:i}))?r:"")+'">\r\n <div class="clickable-seek col-1">\r\n <p class="m-0 py-2">'+c(s(null!=(r=null!=t?t.options:t)?r.index:r,t))+'</p>\r\n </div>\r\n <div class="clickable-seek col-6">\r\n <p class="m-0 py-2">'+c("function"==typeof(a=null!=(a=n.name||(null!=t?t.name:t))?a:e.hooks.helperMissing)?a.call(l,{name:"name",hash:{},data:i}):a)+'</p>\r\n </div>\r\n <div class="clickable-seek col-3 text-right">\r\n <p class="m-0 py-2">'+c(s(null!=(r=null!=t?t.options:t)?r.time:r,t))+"</p>\r\n </div>\r\n"+(null!=(r=n.if.call(l,null!=(r=null!=t?t.options:t)?r.showActions:r,{name:"if",hash:{},fn:e.program(3,i,0),inverse:e.noop,data:i}))?r:"")+'</div>\r\n<div class="edit-form-region"></div>\r\n'},useData:!0})},857:function(e,t,n){e.exports={darkBackground:"_2jtQl",loading:"_152ia",svgContainer:"xdD5o",chapterItem:"_3G38c"}},858:function(e,t,n){var o=n(8);e.exports=(o.default||o).template({compiler:[8,">= 4.3.0"],main:function(e,t,n,o,i){e.propertyIsEnumerable;var r=null!=t?t:e.nullContext||{},a=e.hooks.helperMissing,l=e.escapeExpression;return"<h5>"+l((n.lang||t&&t.lang||a).call(r,"chapters",{name:"lang",hash:{},data:i}))+'</h5>\r\n<div class="row mt-3 m-0 border-bottom">\r\n <div class="col-1">\r\n <label>#</label>\r\n </div>\r\n <div class="col-6">\r\n <label>'+l((n.lang||t&&t.lang||a).call(r,"nameLabel",{name:"lang",hash:{},data:i}))+'</label>\r\n </div>\r\n <div class="col-3 text-right">\r\n <label>'+l((n.lang||t&&t.lang||a).call(r,"startLabel",{name:"lang",hash:{},data:i}))+'</>\r\n </div>\r\n</div>\r\n<div class="chapter-list-region"></div>'},useData:!0})}}]);
@@ -0,0 +1 @@
1
+ (window.webpackJsonp_clickview_library_editor=window.webpackJsonp_clickview_library_editor||[]).push([[17],{1055:function(e,t,n){"use strict";n.r(t),n.d(t,"AddToExchangeView",(function(){return x}));var r=n(2),o=n(5),i=n(58),l=n(37),a=n(173),c=n(652),u=n(11),s=n(119),f=n(158),p=n(662),d=n(0),h=n(936),y=n.n(h);function b(e){return(b="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function g(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function m(e,t){return(m=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function v(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=k(e);if(t){var o=k(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return w(this,n)}}function w(e,t){return!t||"object"!==b(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function k(e){return(k=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var x=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&m(e,t)}(b,e);var t,n,r,h=v(b);function b(e){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,b),h.call(this,e)}return t=b,(n=[{key:"initialize",value:function(){this.libraryDataService=o.a.getInstance(d.g.Library,this),this.videoDataService=o.a.getInstance(d.g.Video,this),this.alertService=o.a.getInstance(d.x.Alerts,this),this.listenTo(d.e.LIBRARY,"exchange:".concat(10,":sync"),this.render),this.listenTo(this.channelName,"folder:selected",this.onFolderSelected)}},{key:"regions",value:function(){return{folderDropdown:".folder-dropdown-region"}}},{key:"getExchange",value:function(){return this.exchangeLibraries.first()}},{key:"onClickSubmit",value:function(e){var t=this;e&&e.preventDefault(),this.spinnerModel.set(f.c.ShowSpinner,!0),this.videoDataService.copyVideo(this.options.videoId,this.getExchange().get("id"),this.folder.get("id"),(function(){t.alertService.createAlert({heading:"Request submitted",message:"We will notify you once your Exchange request has been approved",type:l.a.Success}),t.triggerMethod("hide")}))}},{key:"onFolderSelected",value:function(e){this.folder=e,this.spinnerModel.set(f.c.Disabled,!1),u.f.setSelected(this.folderTreeKey,e,this.getExchange().children)}},{key:"onBeforeRender",value:function(){this.exchangeLibraries=this.libraryDataService.getExchange(10)}},{key:"onRender",value:function(){this.exchangeLibraries&&this.showChildView("folderDropdown",new p.a({collection:this.getExchange().children,channelName:this.channelName,folderTreeKey:this.folderTreeKey}))}},{key:"viewOptions",value:function(){return{foldersLoaded:!!this.exchangeLibraries,guidelinesUrl:i.a.safeUrlConcat(this.config.get("onlineUrl"),"/exchange/community-guidelines"),spinnerEl:u.q.getSpinner({size:u.r.Large,extraClasses:"mx-auto"})}}},{key:"name",get:function(){return"AddToExchangeView"}},{key:"title",get:function(){return!1}},{key:"template",get:function(){return y.a}},{key:"channelName",get:function(){return u.k.generateUniqueChannelName(this)}},{key:"folderTreeKey",get:function(){return"folderselect:".concat(this.cid)}},{key:"behaviors",get:function(){var e=this;return[{behaviorClass:a.f,title:"Add to the Exchange",spinnerButtonOptions:{model:this.spinnerModel=new c.a,channelName:this.channelName,buttonText:"Submit",onClick:function(t){return e.onClickSubmit(t)}}}]}},{key:"requiredResources",get:function(){return{config:s.b.config}}}])&&g(t.prototype,n),r&&g(t,r),b}(r.a.View)},652:function(e,t,n){"use strict";n.d(t,"a",(function(){return p}));var r=n(2),o=n(158);function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function l(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function a(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function c(e,t){return(c=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function u(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=f(e);if(t){var o=f(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return s(this,n)}}function s(e,t){return!t||"object"!==i(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function f(e){return(f=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var p=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&c(e,t)}(s,e);var t,n,r,i=u(s);function s(){return l(this,s),i.apply(this,arguments)}return t=s,(n=[{key:"defaults",value:function(){return e={},t=o.c.Disabled,n=!0,t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e;var e,t,n}}])&&a(t.prototype,n),r&&a(t,r),s}(r.a.Model)},662:function(e,t,n){"use strict";n.d(t,"a",(function(){return m}));var r=n(7),o=n(2),i=n(3),l=n(669),a=n(11),c=n(663),u=n.n(c),s=n(664),f=n.n(s);function p(e){return(p="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function d(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function h(e,t){return(h=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function y(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=g(e);if(t){var o=g(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return b(this,n)}}function b(e,t){return!t||"object"!==p(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function g(e){return(g=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var m=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&h(e,t)}(s,e);var t,n,o,c=y(s);function s(e){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,s),c.call(this,e)}return t=s,(n=[{key:"initialize",value:function(){this.listenTo(this.options.channelName,"folder:selected new:folder:selected",this.setButtonText),this.listenTo(this.options.channelName,"re:render:selector",this.renderSelector),this.disabledIds=this.options.disabledIds&&this.options.disabledIds.reduce((function(e,t){return Object.assign(Object.assign({},e),function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}({},t,!0))}),{})}},{key:"regions",value:function(){return{selector:{el:".selector-region",replaceElement:!1}}}},{key:"events",value:function(){return{"click .create-new":"onClickCreateNew"}}},{key:"onClickCreateNew",value:function(e){e.preventDefault(),r.Radio.channel(this.options.channelName).trigger("create:folder:clicked")}},{key:"setButtonText",value:function(e,t){if(e&&!t){var n=e.get("name");this.getUI("button").text(n)}else{var r=a.f.getSelected(this.options.folderTreeKey,this.collection),o=r?r.get("name"):i.a.getPhrase(this.lang,"button");this.getUI("button").text(o)}}},{key:"renderSelector",value:function(){this.showChildView("selector",new l.a({styles:f.a,collection:this.collection,channelName:this.options.channelName,childrenProperty:"children",folderTreeId:this.options.folderTreeKey,extraClass:f.a.list,extraClasses:f.a.list,isSelector:!0,disabledIds:this.disabledIds||{}}))}},{key:"viewOptions",value:function(){return{styles:f.a,name:this.options.name||this.options.channelName,buttonText:this.buttonText,canCreateNew:this.options.canCreateNew}}},{key:"onRender",value:function(){this.setButtonText(),this.renderSelector()}},{key:"name",get:function(){return"TreeDropdownComponent"}},{key:"template",get:function(){return u.a}},{key:"className",get:function(){return"position-relative"}},{key:"lang",get:function(){return"libraryEditor.treeDropdown"}},{key:"defaults",get:function(){return{disabledIds:[]}}},{key:"elements",get:function(){return{button:".custom-select"}}}])&&d(t.prototype,n),o&&d(t,o),s}(o.a.Component)},663:function(e,t,n){var r=n(8);e.exports=(r.default||r).template({1:function(e,t,n,r,o){e.propertyIsEnumerable;var i,l=e.escapeExpression;return' <button class="create-new btn font-weight-bold rounded-0 w-100 text-left '+l(e.lambda(null!=(i=null!=(i=null!=t?t.options:t)?i.styles:i)?i.customItem:i,t))+'">'+l((n.lang||t&&t.lang||e.hooks.helperMissing).call(null!=t?t:e.nullContext||{},"createNew",{name:"lang",hash:{},data:o}))+"</button>\r\n"},compiler:[8,">= 4.3.0"],main:function(e,t,n,r,o){e.propertyIsEnumerable;var i,l=e.lambda,a=e.escapeExpression;return'<button\r\n class="'+a(l(null!=(i=null!=(i=null!=t?t.options:t)?i.styles:i)?i.selectBtn:i,t))+' custom-select form-control"\r\n data-toggle="dropdown"\r\n aria-haspopup="true"\r\n aria-expanded="false"\r\n name='+a(l(null!=(i=null!=t?t.options:t)?i.name:i,t))+"\r\n>"+a(l(null!=(i=null!=t?t.options:t)?i.buttonText:i,t))+'</button>\r\n<div class="dropdown-menu '+a(l(null!=(i=null!=(i=null!=t?t.options:t)?i.styles:i)?i.selector:i,t))+'">\r\n <div class="selector-region"></div>\r\n'+(null!=(i=n.if.call(null!=t?t:e.nullContext||{},null!=(i=null!=t?t.options:t)?i.canCreateNew:i,{name:"if",hash:{},fn:e.program(1,o,0),inverse:e.noop,data:o}))?i:"")+'</div>\r\n<div class="form-feedback"></div>'},useData:!0})},664:function(e,t,n){e.exports={selectBtn:"_2TTgs",list:"_3wN7o",selector:"_3Xf1P",customItem:"_199PI"}},936:function(e,t,n){var r=n(8);e.exports=(r.default||r).template({1:function(e,t,n,r,o){var i;e.propertyIsEnumerable;return'<div class="alert alert-info" role="alert">\r\n The ClickView Exchange is a community for educators, read our <a class="info-link" href="'+e.escapeExpression(e.lambda(null!=(i=null!=t?t.options:t)?i.guidelinesUrl:i,t))+'" target="_blank">community guidelines</a> and let\'s ensure that we keep the Exchange a place we\'re proud of!\r\n</div>\r\n<p>After you submit your video to the Exchange, we will review it and notify you when your video has been made available.</p>\r\n<div class="form-group">\r\n <label>Select a folder</label>\r\n <div class="folder-dropdown-region"></div>\r\n</div>\r\n'},3:function(e,t,n,r,o){var i;e.propertyIsEnumerable;return" "+(null!=(i=e.lambda(null!=(i=null!=t?t.options:t)?i.spinnerEl:i,t))?i:"")+"\r\n"},compiler:[8,">= 4.3.0"],main:function(e,t,n,r,o){var i;e.propertyIsEnumerable;return null!=(i=n.if.call(null!=t?t:e.nullContext||{},null!=(i=null!=t?t.options:t)?i.foldersLoaded:i,{name:"if",hash:{},fn:e.program(1,o,0),inverse:e.program(3,o,0),data:o}))?i:""},useData:!0})}}]);
@@ -0,0 +1 @@
1
+ (window.webpackJsonp_clickview_library_editor=window.webpackJsonp_clickview_library_editor||[]).push([[18],{1053:function(n,e,r){"use strict";r.r(e),r.d(e,"ShowPublisherVideoPopupView",(function(){return x}));var l=r(23),t=r(5),o=r(2),i=r(177),a=r(123),s=r(11),u=r(173),c=r(61),p=r(0),d=r(119),f=r(6),h=r(920),v=r.n(h),m=r(921),b=r.n(m);function g(n){return(g="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(n){return typeof n}:function(n){return n&&"function"==typeof Symbol&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n})(n)}function y(n,e){for(var r=0;r<e.length;r++){var l=e[r];l.enumerable=l.enumerable||!1,l.configurable=!0,"value"in l&&(l.writable=!0),Object.defineProperty(n,l.key,l)}}function w(n,e){return(w=Object.setPrototypeOf||function(n,e){return n.__proto__=e,n})(n,e)}function E(n){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(n){return!1}}();return function(){var r,l=k(n);if(e){var t=k(this).constructor;r=Reflect.construct(l,arguments,t)}else r=l.apply(this,arguments);return C(this,r)}}function C(n,e){return!e||"object"!==g(e)&&"function"!=typeof e?function(n){if(void 0===n)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return n}(n):e}function k(n){return(k=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)})(n)}var x=function(n){!function(n,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");n.prototype=Object.create(e&&e.prototype,{constructor:{value:n,writable:!0,configurable:!0}}),e&&w(n,e)}(m,n);var e,r,o,h=E(m);function m(n){return function(n,e){if(!(n instanceof e))throw new TypeError("Cannot call a class as a function")}(this,m),h.call(this,n)}return e=m,(r=[{key:"initialize",value:function(){this.migrationVideoDataService=t.a.getInstance(p.g.MigrationVideo,this),this.listenTo(p.e.MIGRATION,"".concat(p.f.CUSTOMER_VIDEO,":").concat(this.options.trackingCode,":sync"),this.render),this.listenTo(p.e.MIGRATION,"".concat(p.f.CUSTOMER_VIDEO,":").concat(this.options.masterId,":sync"),this.render)}},{key:"regions",value:function(){return{thumbnail:".thumbnail-region"}}},{key:"getUrl",value:function(){if(this.model){var n=this.config.get("imageCdnUrl"),e=this.model.get("trackingCode");return"".concat(n,"v1/thumbnails/trackingcode/").concat(e)}}},{key:"getBroadcastDate",value:function(){return this.model.get("dateBroadcast")?l(this.model.get("dateBroadcast")).format(f.p.FULL_YEAR):""}},{key:"viewOptions",value:function(){return{styles:v.a,dataFetched:!!this.model,spinnerEl:s.q.getSpinner({size:s.r.Large,extraClasses:"mx-auto"}),dateBroadcast:this.getBroadcastDate()}}},{key:"onBeforeRender",value:function(){return this.options.trackingCode&&(this.model=this.migrationVideoDataService.getCustomerVideoByTrackingCode(this.options.trackingCode)),this.options.masterId&&(this.model=this.migrationVideoDataService.getCustomerVideoByMasterId(this.options.masterId)),!!this.model}},{key:"onRender",value:function(){this.showChildView("thumbnail",new i.a({model:new c.a({thumbnail:{url:this.getUrl()}},{parse:!0}),thumbnailOptions:{size:a.a.Small}}))}},{key:"name",get:function(){return"ShowPublisherVideoPopupView"}},{key:"title",get:function(){return!1}},{key:"tagName",get:function(){return"p"}},{key:"template",get:function(){return b.a}},{key:"behaviors",get:function(){return[{behaviorClass:u.f,title:"Publisher Archive Video Details",hideCloseButton:!0,size:"modal-lg"}]}},{key:"requiredResources",get:function(){return{config:d.b.config}}}])&&y(e.prototype,r),o&&y(e,o),m}(o.a.View)},920:function(n,e,r){n.exports={thumbnail:"_3S7KI"}},921:function(n,e,r){var l=r(8);n.exports=(l.default||l).template({1:function(n,e,r,l,t){var o;n.propertyIsEnumerable;return(null!=(o=n.lambda(null!=(o=null!=e?e.options:e)?o.spinnerEl:o,e))?o:"")+"\r\n"},3:function(n,e,r,l,t){n.propertyIsEnumerable;var o,i=null!=e?e:n.nullContext||{};return'<div class="row">\r\n <div class="col-7">\r\n <div class="row no-gutters">\r\n'+(null!=(o=r.if.call(i,null!=e?e.title:e,{name:"if",hash:{},fn:n.program(4,t,0),inverse:n.noop,data:t}))?o:"")+(null!=(o=r.if.call(i,null!=e?e.seriesName:e,{name:"if",hash:{},fn:n.program(6,t,0),inverse:n.noop,data:t}))?o:"")+(null!=(o=r.if.call(i,null!=e?e.duration:e,{name:"if",hash:{},fn:n.program(8,t,0),inverse:n.noop,data:t}))?o:"")+(null!=(o=r.if.call(i,null!=e?e.productionYear:e,{name:"if",hash:{},fn:n.program(10,t,0),inverse:n.noop,data:t}))?o:"")+(null!=(o=r.if.call(i,null!=e?e.audience:e,{name:"if",hash:{},fn:n.program(12,t,0),inverse:n.noop,data:t}))?o:"")+(null!=(o=r.if.call(i,null!=e?e.ratingCode:e,{name:"if",hash:{},fn:n.program(14,t,0),inverse:n.noop,data:t}))?o:"")+(null!=(o=r.if.call(i,null!=e?e.itemCode:e,{name:"if",hash:{},fn:n.program(16,t,0),inverse:n.noop,data:t}))?o:"")+(null!=(o=r.if.call(i,null!=e?e.producer:e,{name:"if",hash:{},fn:n.program(18,t,0),inverse:n.noop,data:t}))?o:"")+(null!=(o=r.if.call(i,null!=e?e.publisher:e,{name:"if",hash:{},fn:n.program(20,t,0),inverse:n.noop,data:t}))?o:"")+(null!=(o=r.if.call(i,null!=(o=null!=e?e.options:e)?o.dateBroadcast:o,{name:"if",hash:{},fn:n.program(22,t,0),inverse:n.noop,data:t}))?o:"")+(null!=(o=r.if.call(i,null!=e?e.distributor:e,{name:"if",hash:{},fn:n.program(24,t,0),inverse:n.noop,data:t}))?o:"")+(null!=(o=r.if.call(i,null!=e?e.source:e,{name:"if",hash:{},fn:n.program(26,t,0),inverse:n.noop,data:t}))?o:"")+' </div>\r\n </div>\r\n <div class="col-5">\r\n <div class="thumbnail-region"></div>\r\n </div>\r\n <div class="col-12">\r\n'+(null!=(o=r.if.call(i,null!=e?e.description:e,{name:"if",hash:{},fn:n.program(28,t,0),inverse:n.noop,data:t}))?o:"")+" </div>\r\n</div>\r\n"},4:function(n,e,r,l,t){var o;n.propertyIsEnumerable;return' <div class="col-4">\r\n <label class="font-weight-bold">Title</label>\r\n </div>\r\n <div class="col-8">\r\n <p>'+n.escapeExpression("function"==typeof(o=null!=(o=r.title||(null!=e?e.title:e))?o:n.hooks.helperMissing)?o.call(null!=e?e:n.nullContext||{},{name:"title",hash:{},data:t}):o)+"</p>\r\n </div>\r\n"},6:function(n,e,r,l,t){var o;n.propertyIsEnumerable;return' <div class="col-4">\r\n <label class="font-weight-bold">Series</label>\r\n </div>\r\n <div class="col-8">\r\n <p>'+n.escapeExpression("function"==typeof(o=null!=(o=r.seriesName||(null!=e?e.seriesName:e))?o:n.hooks.helperMissing)?o.call(null!=e?e:n.nullContext||{},{name:"seriesName",hash:{},data:t}):o)+"</p>\r\n </div>\r\n"},8:function(n,e,r,l,t){var o;n.propertyIsEnumerable;return' <div class="col-4">\r\n <label class="font-weight-bold">Duration</label>\r\n </div>\r\n <div class="col-8">\r\n <p>'+n.escapeExpression("function"==typeof(o=null!=(o=r.duration||(null!=e?e.duration:e))?o:n.hooks.helperMissing)?o.call(null!=e?e:n.nullContext||{},{name:"duration",hash:{},data:t}):o)+"</p>\r\n </div>\r\n"},10:function(n,e,r,l,t){var o;n.propertyIsEnumerable;return' <div class="col-4">\r\n <label class="font-weight-bold">Year</label>\r\n </div>\r\n <div class="col-8">\r\n <p>'+n.escapeExpression("function"==typeof(o=null!=(o=r.productionYear||(null!=e?e.productionYear:e))?o:n.hooks.helperMissing)?o.call(null!=e?e:n.nullContext||{},{name:"productionYear",hash:{},data:t}):o)+"</p>\r\n </div>\r\n"},12:function(n,e,r,l,t){var o;n.propertyIsEnumerable;return' <div class="col-4">\r\n <label class="font-weight-bold">Audience</label>\r\n </div>\r\n <div class="col-8">\r\n <p>'+n.escapeExpression("function"==typeof(o=null!=(o=r.audience||(null!=e?e.audience:e))?o:n.hooks.helperMissing)?o.call(null!=e?e:n.nullContext||{},{name:"audience",hash:{},data:t}):o)+"</p>\r\n </div>\r\n"},14:function(n,e,r,l,t){var o;n.propertyIsEnumerable;return' <div class="col-4">\r\n <label class="font-weight-bold">Rating</label>\r\n </div>\r\n <div class="col-8">\r\n <p>'+n.escapeExpression("function"==typeof(o=null!=(o=r.ratingCode||(null!=e?e.ratingCode:e))?o:n.hooks.helperMissing)?o.call(null!=e?e:n.nullContext||{},{name:"ratingCode",hash:{},data:t}):o)+"</p>\r\n </div>\r\n"},16:function(n,e,r,l,t){var o;n.propertyIsEnumerable;return' <div class="col-4">\r\n <label class="font-weight-bold">Identifier</label>\r\n </div>\r\n <div class="col-8">\r\n <p>'+n.escapeExpression("function"==typeof(o=null!=(o=r.itemCode||(null!=e?e.itemCode:e))?o:n.hooks.helperMissing)?o.call(null!=e?e:n.nullContext||{},{name:"itemCode",hash:{},data:t}):o)+"</p>\r\n </div>\r\n"},18:function(n,e,r,l,t){var o;n.propertyIsEnumerable;return' <div class="col-4">\r\n <label class="font-weight-bold">Creator</label>\r\n </div>\r\n <div class="col-8">\r\n <p>'+n.escapeExpression("function"==typeof(o=null!=(o=r.producer||(null!=e?e.producer:e))?o:n.hooks.helperMissing)?o.call(null!=e?e:n.nullContext||{},{name:"producer",hash:{},data:t}):o)+"</p>\r\n </div>\r\n"},20:function(n,e,r,l,t){var o;n.propertyIsEnumerable;return' <div class="col-4">\r\n <label class="font-weight-bold">Publisher</label>\r\n </div>\r\n <div class="col-8">\r\n <p>'+n.escapeExpression("function"==typeof(o=null!=(o=r.publisher||(null!=e?e.publisher:e))?o:n.hooks.helperMissing)?o.call(null!=e?e:n.nullContext||{},{name:"publisher",hash:{},data:t}):o)+"</p>\r\n </div>\r\n"},22:function(n,e,r,l,t){var o;n.propertyIsEnumerable;return' <div class="col-4">\r\n <label class="font-weight-bold">Date Broadcast</label>\r\n </div>\r\n <div class="col-8">\r\n <p>'+n.escapeExpression(n.lambda(null!=(o=null!=e?e.options:e)?o.dateBroadcast:o,e))+"</p>\r\n </div>\r\n"},24:function(n,e,r,l,t){var o;n.propertyIsEnumerable;return' <div class="col-4">\r\n <label class="font-weight-bold">Distributor</label>\r\n </div>\r\n <div class="col-8">\r\n <p>'+n.escapeExpression("function"==typeof(o=null!=(o=r.distributor||(null!=e?e.distributor:e))?o:n.hooks.helperMissing)?o.call(null!=e?e:n.nullContext||{},{name:"distributor",hash:{},data:t}):o)+"</p>\r\n </div>\r\n"},26:function(n,e,r,l,t){var o;n.propertyIsEnumerable;return' <div class="col-4">\r\n <label class="font-weight-bold">Source</label>\r\n </div>\r\n <div class="col-8">\r\n <p>'+n.escapeExpression("function"==typeof(o=null!=(o=r.source||(null!=e?e.source:e))?o:n.hooks.helperMissing)?o.call(null!=e?e:n.nullContext||{},{name:"source",hash:{},data:t}):o)+"</p>\r\n </div>\r\n"},28:function(n,e,r,l,t){var o;n.propertyIsEnumerable;return' <label class="font-weight-bold">Description</label>\r\n <p>'+n.escapeExpression("function"==typeof(o=null!=(o=r.description||(null!=e?e.description:e))?o:n.hooks.helperMissing)?o.call(null!=e?e:n.nullContext||{},{name:"description",hash:{},data:t}):o)+"</p>\r\n"},compiler:[8,">= 4.3.0"],main:function(n,e,r,l,t){var o;n.propertyIsEnumerable;return(null!=(o=r.unless.call(null!=e?e:n.nullContext||{},null!=(o=null!=e?e.options:e)?o.dataFetched:o,{name:"unless",hash:{},fn:n.program(1,t,0),inverse:n.program(3,t,0),data:t}))?o:"")+"\r\n"},useData:!0})}}]);
@@ -0,0 +1 @@
1
+ (window.webpackJsonp_clickview_library_editor=window.webpackJsonp_clickview_library_editor||[]).push([[2],{657:function(e,t,n){"use strict";n.d(t,"a",(function(){return f}));var r=n(1),o=n(2),i=n(176);function s(e){return(s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function l(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function a(e,t){return(a=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function u(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=p(e);if(t){var o=p(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return c(this,n)}}function c(e,t){return!t||"object"!==s(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function p(e){return(p=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var f=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&a(e,t)}(c,e);var t,n,o,s=u(c);function c(e){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,c),s.call(this,e)}return t=c,(n=[{key:"initialize",value:function(){this.listenTo(this.options.channelName,"center:dropdown",this.centerSelectedItem)}},{key:"getExtraClasses",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.alignment,n=void 0===t?"left":t,r=e.extraClasses,o="dropdown-menu-".concat(n);return r&&(o="".concat(o," ").concat(r)),o}},{key:"centerSelectedItem",value:function(){var e=this.$el.find(".active");if(e.length){var t=this.$el.scrollTop()+e.position().top,n=.5*this.$el.height()+.5*e.height();this.$el.scrollTop(t-n)}}},{key:"name",get:function(){return"DropdownCollectionComponent"}},{key:"className",get:function(){return"dropdown-menu items-viewpart ".concat(this.getExtraClasses(this.options.displayOptions))}},{key:"attributes",get:function(){return{"aria-labelledby":"dropdownSelector"}}},{key:"childView",get:function(){return i.a}},{key:"childViewOptions",get:function(){var e={channelName:this.options.channelName,analyticsHelper:this.options.analyticsHelper};return r.extend(e,this.options.childOptions)}}])&&l(t.prototype,n),o&&l(t,o),c}(o.a.ComponentCollection)},680:function(e,t,n){"use strict";n.d(t,"a",(function(){return d}));var r=n(2),o=n(13),i=n(11),s=n(0),l=n(811),a=n(812),u=n.n(a);function c(e){return(c="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function p(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function f(e,t){return(f=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function h(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=m(e);if(t){var o=m(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return y(this,n)}}function y(e,t){return!t||"object"!==c(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function m(e){return(m=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var d=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&f(e,t)}(c,e);var t,n,r,a=h(c);function c(e){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,c),a.call(this,e)}return t=c,(n=[{key:"padNumber",value:function(e){if(!e)return null;var t=e.toString(),n=2;if(t.length>=n)return t;for(n-=t.length;n>0;)t="0"+t,n--;return t}},{key:"getSeriesName",value:function(){return this.options.highlight?i.v.wordsHighlighter(this.model.series.get("name"),this.model.get("_matchedWords")):this.model.series.get("name")}},{key:"viewOptions",value:function(){return{styles:l,seasonNumber:this.padNumber(this.model.season&&this.model.season.get("number")),episodeNumber:this.padNumber(this.model.get("episodeNumber")),seriesName:this.getSeriesName(),seriesUrl:this.options.seriesUrl,externalSvg:o.a.getSvg(o.b.NewWindow),styleUppercase:this.options.styleUppercase}}},{key:"onBeforeRender",value:function(){return this.model.series&&!!this.model.series.get("id")}},{key:"defaults",get:function(){return{styleUppercase:!0}}},{key:"name",get:function(){return"VideoItemSeriesComponent"}},{key:"template",get:function(){return u.a}},{key:"appLinks",get:function(){return this.options.seriesUrl?{}:{".series-applink":{application:s.b.LIBRARY_EDITOR,action:s.a.LibraryEditor.SERIES,args:[this.model.series.get("id")]}}}}])&&p(t.prototype,n),r&&p(t,r),c}(r.a.Component)},685:function(e,t,n){"use strict";n.d(t,"b",(function(){return o})),n.d(t,"a",(function(){return w}));var r,o,i=n(2),s=n(11),l=n(3),a=n(728),u=n.n(a),c=n(729),p=n.n(c);function f(e){return(f="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function h(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function y(e,t){return(y=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function m(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=b(e);if(t){var o=b(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return d(this,n)}}function d(e,t){return!t||"object"!==f(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function b(e){return(b=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function v(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}!function(e){e.Small="sm",e.Large="lg"}(o||(o={}));var g=(v(r={},o.Small,3),v(r,o.Large,5),r),w=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&y(e,t)}(a,e);var t,n,r,i=m(a);function a(e){var t;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,a),(t=i.call(this,e)).showingMore=!1,t}return t=a,(n=[{key:"events",value:function(){return v({},"click .".concat(p.a.showMoreEllipsis),"onClickShowMore")}},{key:"onClickShowMore",value:function(e){e.preventDefault(),this.showingMore?this.showLessDescription():this.showMoreDescription()}},{key:"getDescription",value:function(){return this.options.linkify?s.v.linkifyText(s.v.escapeExpression(this.model.get("description"))):this.options.highlighter?s.v.wordsHighlighter(s.v.escapeExpression(this.model.get("description")),this.model.get("_matchedWords")):void 0}},{key:"getDescriptionElements",value:function(){return{descriptionTextEl:this.getUI("description"),ellipsisEl:this.getUI("ellipsis")}}},{key:"showMoreDescription",value:function(){var e=this.getDescriptionElements(),t=e.descriptionTextEl,n=e.ellipsisEl;t.removeClass(p.a.truncateLarge).addClass(p.a.open),n.text(l.a.getPhrase(this.lang,"showLess")),this.showingMore=!0}},{key:"showLessDescription",value:function(){var e,t=this.getDescriptionElements(),n=t.descriptionTextEl,r=t.ellipsisEl;this.options.size===o.Small&&(e="truncateSmall"),this.options.size===o.Large&&(e="truncateLarge"),n.addClass(p.a[e]),r.text(this.options.allowExpand?"... ".concat(l.a.getPhrase(this.lang,"showMore")):"...").removeClass(p.a.hideEllipsis).addClass(p.a.showEllipsis),this.showingMore=!1}},{key:"truncateDescription",value:function(){if(this.options.truncate){var e=this.getDescriptionElements().descriptionTextEl,t=g[this.options.size];e.height()<=21*t||this.showLessDescription()}}},{key:"viewOptions",value:function(){return{styles:p.a,truncate:this.options.truncate,expandable:this.options.allowExpand,description:this.getDescription()}}},{key:"onAttach",value:function(){this.truncateDescription()}},{key:"name",get:function(){return"VideoDescriptionComponent"}},{key:"template",get:function(){return u.a}},{key:"lang",get:function(){return"shared.videoDescription"}},{key:"defaults",get:function(){return{size:"sm"}}},{key:"elements",get:function(){return{description:".description",ellipsis:this.options.allowExpand?".".concat(p.a.showMoreEllipsis):".".concat(p.a.singleEllipsis)}}}])&&h(t.prototype,n),r&&h(t,r),a}(i.a.Component)},698:function(e,t,n){"use strict";n.d(t,"a",(function(){return E}));var r=n(1),o=n(7),i=n(2),s=n(4),l=n(39),a=n(123),u=n(177),c=n(173),p=n(11),f=n(0),h=n(780),y=n(730),m=n.n(y);function d(e){return(d="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function b(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function v(e,t){return(v=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function g(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=k(e);if(t){var o=k(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return w(this,n)}}function w(e,t){return!t||"object"!==d(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function k(e){return(k=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var E=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&v(e,t)}(d,e);var t,n,i,y=g(d);function d(e){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,d),y.call(this,e)}return t=d,(n=[{key:"initialize",value:function(){this.bindListeners()}},{key:"regions",value:function(){return{player:{el:".video-player-region",replaceElement:!1},thumbnail:{el:".thumbnail-region",replaceElement:!0}}}},{key:"events",value:function(){return{click:"onClick"}}},{key:"bindListeners",value:function(){this.options.channelName&&this.listenTo(this.options.channelName,"update:chapter:time",this.onUpdateWebplayer)}},{key:"onUpdateWebplayer",value:function(e){if(!this.player)return this.listenToOnce(this.options.channelName,"webplayer:loaded",r.bind(this.seekToChapter,this,e)),void this.renderVideoPreview();this.seekToChapter(e)}},{key:"seekToChapter",value:function(e){this.player.seekTo(e)}},{key:"onClick",value:function(){this.player||this.renderVideoPreview()}},{key:"renderThumbnail",value:function(){this.showChildView("thumbnail",new u.a({model:this.model,thumbnailOptions:{size:a.a.Medium},playIcon:!0,lazyload:!0,channelName:this.instanceChannelName}))}},{key:"renderVideoPreview",value:function(){this.player=new h.a({model:this.model,webPlayerUrl:this.options.webPlayerUrl,parentChannelName:this.options.channelName,autoplay:!0,analyticsOptions:l.a.mergeOptions(this.options.analyticsOptions,{entity:s.e.Video}),captureAnalytics:this.options.captureAnalytics}),this.showChildView("player",this.player)}},{key:"onRender",value:function(){this.renderThumbnail()}},{key:"name",get:function(){return"VideoPreviewComponent"}},{key:"template",get:function(){return m.a}},{key:"instanceChannelName",get:function(){return p.k.generateUniqueChannelName(this)}},{key:"defaults",get:function(){return{captureAnalytics:!0}}},{key:"behaviors",get:function(){var e=this;return[{behaviorClass:c.d,selector:".lazy-img",callback:function(){o.Radio.channel(e.instanceChannelName).trigger("show:play:icon")},minBrowserSupportVersion:f.p}]}}])&&b(t.prototype,n),i&&b(t,i),d}(i.a.Component)},728:function(e,t,n){var r=n(8);e.exports=(r.default||r).template({1:function(e,t,n,r,o){e.propertyIsEnumerable;var i,s=e.lambda,l=e.escapeExpression;return' <div class="'+l(s(null!=(i=null!=(i=null!=t?t.options:t)?i.styles:i)?i.descriptionWrapper:i,t))+'">\r\n <p class="description '+l(s(null!=(i=null!=(i=null!=t?t.options:t)?i.styles:i)?i.description:i,t))+'">'+(null!=(i=n.if.call(null!=t?t:e.nullContext||{},null!=(i=null!=t?t.options:t)?i.expandable:i,{name:"if",hash:{},fn:e.program(2,o,0),inverse:e.program(4,o,0),data:o}))?i:"")+"</p>\r\n </div>\r\n"},2:function(e,t,n,r,o){e.propertyIsEnumerable;var i,s=e.lambda,l=e.escapeExpression;return(null!=(i=s(null!=(i=null!=t?t.options:t)?i.description:i,t))?i:"")+'<span class="'+l(s(null!=(i=null!=(i=null!=t?t.options:t)?i.styles:i)?i.showMoreEllipsis:i,t))+" "+l(s(null!=(i=null!=(i=null!=t?t.options:t)?i.styles:i)?i.hideEllipsis:i,t))+'">... '+l((n.lang||t&&t.lang||e.hooks.helperMissing).call(null!=t?t:e.nullContext||{},"showMore",{name:"lang",hash:{},data:o}))+"</span>"},4:function(e,t,n,r,o){e.propertyIsEnumerable;var i,s=e.lambda,l=e.escapeExpression;return(null!=(i=s(null!=(i=null!=t?t.options:t)?i.description:i,t))?i:"")+'<span class="'+l(s(null!=(i=null!=(i=null!=t?t.options:t)?i.styles:i)?i.singleEllipsis:i,t))+" "+l(s(null!=(i=null!=(i=null!=t?t.options:t)?i.styles:i)?i.hideEllipsis:i,t))+'">...</span>'},6:function(e,t,n,r,o){e.propertyIsEnumerable;var i,s=e.lambda;return' <p class="'+e.escapeExpression(s(null!=(i=null!=(i=null!=t?t.options:t)?i.styles:i)?i.description:i,t))+'">'+(null!=(i=s(null!=(i=null!=t?t.options:t)?i.description:i,t))?i:"")+"</p>\r\n"},compiler:[8,">= 4.3.0"],main:function(e,t,n,r,o){var i;e.propertyIsEnumerable;return null!=(i=n.if.call(null!=t?t:e.nullContext||{},null!=(i=null!=t?t.options:t)?i.truncate:i,{name:"if",hash:{},fn:e.program(1,o,0),inverse:e.program(6,o,0),data:o}))?i:""},useData:!0})},729:function(e,t,n){e.exports={columnNames:"_1a1Re",descriptionWrapper:"_2MZC5",description:"_3U9j9",ellipsis:"_1YjUg",singleEllipsis:"_3SNtn",showMoreEllipsis:"xy3i9",showEllipsis:"_1_L9t",hideEllipsis:"TCdgP",open:"_18ojI",truncateSmall:"nLuVF",truncateLarge:"sEELY"}},730:function(e,t,n){var r=n(8);e.exports=(r.default||r).template({compiler:[8,">= 4.3.0"],main:function(e,t,n,r,o){return'<div class="video-player-region cursor-pointer responsize-img">\r\n <div class="thumbnail-region"></div>\r\n</div>'},useData:!0})},811:function(e,t,n){e.exports={svgContainer:"_1CUEt",series:"oZx-K"}},812:function(e,t,n){var r=n(8);e.exports=(r.default||r).template({1:function(e,t,n,r,o){var i;e.propertyIsEnumerable;return e.escapeExpression(e.lambda(null!=(i=null!=(i=null!=t?t.options:t)?i.styles:i)?i.series:i,t))},3:function(e,t,n,r,o){var i;e.propertyIsEnumerable;return'href="'+e.escapeExpression(e.lambda(null!=(i=null!=t?t.options:t)?i.seriesUrl:i,t))+'" target="_blank"'},5:function(e,t,n,r,o){var i;e.propertyIsEnumerable;return(null!=(i=n.if.call(null!=t?t:e.nullContext||{},null!=(i=null!=t?t.options:t)?i.seasonNumber:i,{name:"if",hash:{},fn:e.program(6,o,0),inverse:e.noop,data:o}))?i:"")+" E"+e.escapeExpression(e.lambda(null!=(i=null!=t?t.options:t)?i.episodeNumber:i,t))+"\r\n"},6:function(e,t,n,r,o){var i;e.propertyIsEnumerable;return"&nbsp;S"+e.escapeExpression(e.lambda(null!=(i=null!=t?t.options:t)?i.seasonNumber:i,t))+" &bull;"},compiler:[8,">= 4.3.0"],main:function(e,t,n,r,o){e.propertyIsEnumerable;var i,s=null!=t?t:e.nullContext||{};return'<a class="series-applink text-muted '+(null!=(i=n.if.call(s,null!=(i=null!=t?t.options:t)?i.styleUppercase:i,{name:"if",hash:{},fn:e.program(1,o,0),inverse:e.noop,data:o}))?i:"")+'" '+(null!=(i=n.if.call(s,null!=(i=null!=t?t.options:t)?i.seriesUrl:i,{name:"if",hash:{},fn:e.program(3,o,0),inverse:e.noop,data:o}))?i:"")+">\r\n "+(null!=(i=e.lambda(null!=(i=null!=t?t.options:t)?i.seriesName:i,t))?i:"")+(null!=(i=n.if.call(s,null!=(i=null!=t?t.options:t)?i.episodeNumber:i,{name:"if",hash:{},fn:e.program(5,o,0),inverse:e.noop,data:o}))?i:"")+"</a>"},useData:!0})}}]);
@@ -0,0 +1 @@
1
+ (window.webpackJsonp_clickview_library_editor=window.webpackJsonp_clickview_library_editor||[]).push([[20],{1085:function(t,e,n){"use strict";n.r(e);var o=n(1),r=n(2),i=n(5),l=n(3),a=n(4),c=n(39),u=n(670),s=n(61),f=n(35),p=n(6),h=n(0),y=n(661),d=n(119),b=n(86),v=n(678),g=n(89),m=n(174),w=(n(714),n(717)),k=n(716),O=n(953),C=n.n(O),S=n(779),R=n(62),_=n(80);function E(t){return(E="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function P(t,e){for(var n=0;n<e.length;n++){var o=e[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}function T(t,e){return(T=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function j(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,o=F(t);if(e){var r=F(this).constructor;n=Reflect.construct(o,arguments,r)}else n=o.apply(this,arguments);return x(this,n)}}function x(t,e){return!e||"object"!==E(e)&&"function"!=typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e}function F(t){return(F=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var N=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&T(t,e)}(i,t);var e,n,o,r=j(i);function i(t){return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,i),r.call(this,t)}return e=i,(n=[{key:"regions",value:function(){return{filterList:{el:".filter-list-region",replaceRegion:!1,partialLoading:p.j.PastReleasesSearchFilter}}}},{key:"getVisibleFilters",value:function(){return new R.a(this.collection.filter((function(t){return _.b.showFilter(t)})))}},{key:"renderFilterList",value:function(){var t=new S.b({collection:this.getVisibleFilters(),channelName:this.options.channelName});this.showChildView("filterList",t)}},{key:"onBeforeRender",value:function(){return!!this.collection}},{key:"onRender",value:function(){this.renderFilterList()}},{key:"name",get:function(){return"PastReleasesFiltersComponent"}},{key:"template",get:function(){return C.a}},{key:"lang",get:function(){return"contentUpdates.pastReleasesFilters"}}])&&P(e.prototype,n),o&&P(e,o),i}(r.a.Component),D=n(7),I=n(954),L=n.n(I);function A(t){return(A="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function V(t,e){for(var n=0;n<e.length;n++){var o=e[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}function M(t,e){return(M=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function U(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,o=H(t);if(e){var r=H(this).constructor;n=Reflect.construct(o,arguments,r)}else n=o.apply(this,arguments);return B(this,n)}}function B(t,e){return!e||"object"!==A(e)&&"function"!=typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e}function H(t){return(H=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var G=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&M(t,e)}(i,t);var e,n,o,r=U(i);function i(t){return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,i),r.call(this,t)}return e=i,(n=[{key:"regions",value:function(){return{filters:{el:".filters-region"}}}},{key:"events",value:function(){return{"click .generate-pdf":"onClickGeneratePdf"}}},{key:"onClickGeneratePdf",value:function(){D.Radio.channel(this.options.channelName).trigger("generate:pdf")}},{key:"renderFilters",value:function(){var t=new N({collection:this.filterCollection,channelName:this.options.channelName});this.showChildView("filters",t)}},{key:"viewOptions",value:function(){return{showGeneratePdf:this.options.showGeneratePdf}}},{key:"onRender",value:function(){this.renderFilters()}},{key:"name",get:function(){return"PastReleasesHeaderComponent"}},{key:"props",get:function(){return["filterCollection"]}},{key:"lang",get:function(){return"contentUpdates.pastReleasesHeader"}},{key:"className",get:function(){return"d-flex justify-content-between align-items-center p-3 border-bottom"}},{key:"template",get:function(){return L.a}}])&&V(e.prototype,n),o&&V(e,o),i}(r.a.Component),W=n(715),q=n(21),z=n(775),Q=n.n(z),Y=n(955),J=n.n(Y);function Z(t){return(Z="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function $(t,e){for(var n=0;n<e.length;n++){var o=e[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}function X(t,e){return(X=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function K(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,o=et(t);if(e){var r=et(this).constructor;n=Reflect.construct(o,arguments,r)}else n=o.apply(this,arguments);return tt(this,n)}}function tt(t,e){return!e||"object"!==Z(e)&&"function"!=typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e}function et(t){return(et=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}n.d(e,"PastReleasesView",(function(){return nt}));var nt=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&X(t,e)}(S,t);var e,n,O,C=K(S);function S(t){return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,S),C.call(this,t)}return e=S,(n=[{key:"initialize",value:function(){this.bindListeners(),this.settingsDataService=i.a.getInstance(h.g.Settings,this),this.contentUpdatesDataService=i.a.getInstance(h.g.ContentUpdates,this),this.videoDataService=i.a.getInstance(h.g.Video,this),this.libraryDataService=i.a.getInstance(h.g.Library,this),this.videoMixinService=i.a.getInstance(h.x.VideoMixin,this)}},{key:"regions",value:function(){return{header:{el:".header-region",replaceElement:!0},leftNav:{el:".left-nav-region",replaceElement:!0},listHeader:{el:".list-header-region",replaceElement:!0},videos:{el:".video-list-region",replaceElement:!0,partialLoading:p.j.VideoGroupList},pagination:{el:".pagination-region",replaceElement:!0}}}},{key:"bindListeners",value:function(){this.listenTo(h.e.SETTINGS,"".concat(h.f.SETTINGS,":sync"),this.render),this.listenTo(this.channelName,"generate:pdf",this.onClickGeneratePdf),this.listenTo(h.e.RESTRICTED_VIDEO,"".concat(h.f.UPDATE_VIDEO_RESTRICTION,":sync"),this.updateRestrictedVideos),this.listenTo(this.channelName,h.i.Filters.FILTER_CHANGED,o.debounce(this.onFilterChange,100)),this.listenTo(this.channelName,"fetch:video:with:metadata",this.fetchVideoWithMetadata)}},{key:"initializeFilterCollection",value:function(){var t=this;this.filterCollection||this.libraryDataService.getHostedLibraries((function(e){return t.onLibrariesSync(e)}))}},{key:"onLibrariesSync",value:function(t){var e=this;this.filterCollection||(this.libraryIds=m.f.getLibraryIds(this.options.queryParams[q.a.Libraries],t),this.subjectCollectionIdentifier=new v.c({dateQueryString:this.options.queryParams[q.a.ReleaseDate],libraryIds:this.libraryIds}),this.contentUpdatesDataService.getRecentVideoSubjects(this.subjectCollectionIdentifier,(function(n){return e.onSubjectsSync(t,n)})))}},{key:"onSubjectsSync",value:function(t,e){var n=m.f.getSubjectOptions(e);this.filterCollection=m.f.getFilterCollection(t,n,this.options.queryParams);var o=m.f.getSelectedSubjects(this.filterCollection),r=n.length>1&&n.length===o.length;this.videoCollectionIdentifier=new v.b({dateQueryString:this.options.queryParams[q.a.ReleaseDate],libraryIds:this.libraryIds,subjects:!r&&o,cursor:this.options.queryParams.cursor}),this.listenTo(h.e.CONTENT_UPDATES,"".concat(this.videoCollectionIdentifier.toString(),":sync"),this.render),this.fetchVideos()}},{key:"setVideosWithMetadata",value:function(){this.videoCollection&&!this.videosWithMetadata&&(this.videosWithMetadata=new f.a(this.videoCollection.map((function(t){return new s.a({id:t.get("id")})}))))}},{key:"updateRestrictedVideos",value:function(){var t=this;this.videoMixinService.getAndMixinVideoCollectionRestrictions(this.videoCollection,null,(function(){return t.render()}))}},{key:"onFilterChange",value:function(){r.a.AppLinkHelper.trigger({application:h.b.CONTENT_UPDATES,action:h.a.ContentUpdates.PAST_RELEASES,params:m.f.getRouteQueryParams(this.filterCollection)})}},{key:"onClickGeneratePdf",value:function(){this.videoCollection.length&&(r.a.AppLinkHelper.trigger({application:h.b.CONTENT_UPDATES,action:h.a.ContentUpdates.GENERATE_PDF,params:m.f.getRouteQueryParams(this.filterCollection)}),this.logPdfAction())}},{key:"getContentClassName",value:function(){var t=Q.a.content;return this.reviewSetting&&this.reviewSetting.get("value")?t+=" d-inline-block border-left ".concat(Q.a.contentWithLeftNav):t+=" w-100",t}},{key:"logPdfAction",value:function(){var t={location:a.k.PastReleasesHeader,actionType:a.q.Create,entity:a.e.PDF,workflowPhase:a.r.Start},e=m.f.getSelectedSubjects(this.filterCollection),n=m.f.getSelectedReleaseDate(this.filterCollection),o={libraries:this.libraryIds.join(","),subjects:e.map((function(t){return t.get("name")})).join(","),releaseDate:n.get("name")};c.a.logUserAction(o,t)}},{key:"renderHeader",value:function(){this.reviewSetting?this.showChildView("header",new w.a({activeTab:m.b.PastReleases,reviewEnabled:this.reviewSetting.get("value")})):this.renderPartialLoading("header")}},{key:"renderLeftNav",value:function(){this.reviewSetting&&this.reviewSetting.get("value")&&this.showChildView("leftNav",new k.a({supportSiteUrl:this.config.get("supportSiteUrl")}))}},{key:"renderListHeader",value:function(){this.showChildView("listHeader",new G({filterCollection:this.filterCollection,channelName:this.channelName,showGeneratePdf:!!this.videoCollection&&!!this.videoCollection.length}))}},{key:"renderVideos",value:function(){this.config&&this.groupedVideoCollection?this.showChildView("videos",new W.a({collection:this.groupedVideoCollection,childOptions:{config:this.config,videoItemComponentType:y.b.PastReleases,videosWithMetadata:this.videosWithMetadata,customerHasCustomLibrary:this.customLibraries&&!!this.customLibraries.length,collectionViewChannel:this.channelName},emptyStateType:p.c.PastReleases,emptyStateOptions:{heading:l.a.getPhrase(this.lang,"emptyState")}})):this.renderPartialLoading("videos")}},{key:"renderPagination",value:function(){if(this.videoCollection){var t=this.contentUpdatesDataService.getVideoCollectionCursors(this.videoCollectionIdentifier),e=new u.a({cursors:t,appLink:{application:h.b.CONTENT_UPDATES,action:h.a.ContentUpdates.PAST_RELEASES,params:m.f.getRouteQueryParams(this.filterCollection)}});this.showChildView("pagination",e)}}},{key:"fetchVideos",value:function(){this.filterCollection&&!this.videoCollection&&(this.videoCollection=this.contentUpdatesDataService.getRecentVideos(this.videoCollectionIdentifier),this.videoCollection&&(this.setVideosWithMetadata(),this.groupedVideoCollection=m.f.groupVideosByReleaseMonth(this.videoCollection)))}},{key:"fetchVideoWithMetadata",value:function(t){var e=this;this.videoDataService.getVideo(t,(function(n){var o=e.videosWithMetadata.get(t);o&&(o.set(n.toJSON()),o.set({dataFetched:!0}))}))}},{key:"onBeforeRender",value:function(){this.initializeFilterCollection(),this.fetchVideos(),this.videoCollection&&(this.groupedVideoCollection=m.f.groupVideosByReleaseMonth(this.videoCollection)),this.reviewSetting=this.settingsDataService.getSetting(this.currentUser.get("customerId"),p.m.LibraryReview)}},{key:"viewOptions",value:function(){return{showLeftNav:this.reviewSetting&&this.reviewSetting.get("value"),contentClass:this.getContentClassName()}}},{key:"onRender",value:function(){this.renderHeader(),this.renderLeftNav(),this.renderListHeader(),this.renderVideos(),this.renderPagination()}},{key:"name",get:function(){return"PastReleasesView"}},{key:"title",get:function(){return l.a.getPhrase(this.lang,"title")}},{key:"lang",get:function(){return"contentUpdates.pastReleases"}},{key:"channelName",get:function(){return"".concat(this.name).concat(this.cid)}},{key:"className",get:function(){return"bg-white"}},{key:"template",get:function(){return J.a}},{key:"requiredResources",get:function(){return{config:d.b.config,currentUser:b.b.currentUser,customLibraries:g.b.libraries}}}])&&$(e.prototype,n),O&&$(e,O),S}(r.a.View)},670:function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var o=n(1),r=n(2),i=n(4),l=n(39),a=n(671),c=n.n(a);class u extends r.a.Component{constructor(t){super(t)}get defaults(){return{cursors:{},cursorParamName:"cursor"}}get name(){return"PaginationComponent"}get template(){return c.a}get lang(){return"shared._pagination"}get appLinks(){const t={};if(!this.options.cursors)return{};if(this.options.cursors.previous){let e=this.options.cursors.previous;const n=this.buildCursor(this.options.cursors.previous);+e<=1&&!0!==this.options.allowFirstPageCursor&&delete n.params.cursor,t[".previous-applink"]=n}return this.options.cursors.next&&(t[".next-applink"]=this.buildCursor(this.options.cursors.next)),t}events(){return{"click .previous-applink":"onClickPrevious","click .next-applink":"onClickNext"}}buildCursor(t){return{application:this.options.appLink.application,action:this.options.appLink.action,args:this.options.appLink.args,params:o.extend({},this.options.appLink.params,{[this.options.cursorParamName]:t})}}onClickPrevious(){this.logAction("previous")}onClickNext(){this.logAction("next")}logAction(t){const e=l.a.mergeOptions(this.options.analyticsOptions,{location:i.k.Pagination,entity:i.e.Pagination,actionType:i.q.Navigate,workflowPhase:i.r.Complete}),n={id:this.options.collectionId,page:t};l.a.logUserAction(n,e)}viewOptions(){return{cursors:this.options.cursors}}onBeforeRender(){return!!this.options.cursors}}},671:function(t,e,n){var o=n(8);t.exports=(o.default||o).template({1:function(t,e,n,o,r){return"disabled"},compiler:[8,">= 4.3.0"],main:function(t,e,n,o,r){t.propertyIsEnumerable;var i,l=null!=e?e:t.nullContext||{},a=t.hooks.helperMissing,c=t.escapeExpression;return'<div class="p-3">\r\n <a class="btn previous-applink btn-secondary '+(null!=(i=n.unless.call(l,null!=(i=null!=(i=null!=e?e.options:e)?i.cursors:i)?i.previous:i,{name:"unless",hash:{},fn:t.program(1,r,0),inverse:t.noop,data:r}))?i:"")+'">'+c((n.lang||e&&e.lang||a).call(l,"previous",{name:"lang",hash:{},data:r}))+'</a>\r\n <a class="btn next-applink btn-secondary '+(null!=(i=n.unless.call(l,null!=(i=null!=(i=null!=e?e.options:e)?i.cursors:i)?i.next:i,{name:"unless",hash:{},fn:t.program(1,r,0),inverse:t.noop,data:r}))?i:"")+'">'+c((n.lang||e&&e.lang||a).call(l,"next",{name:"lang",hash:{},data:r}))+"</a>\r\n</div>"},useData:!0})},675:function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var o=n(1),r=n(2),i=n(676),l=n.n(i),a=n(677),c=n.n(a);function u(t){return(u="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function s(t,e){for(var n=0;n<e.length;n++){var o=e[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}function f(t,e){return(f=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function p(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,o=y(t);if(e){var r=y(this).constructor;n=Reflect.construct(o,arguments,r)}else n=o.apply(this,arguments);return h(this,n)}}function h(t,e){return!e||"object"!==u(e)&&"function"!=typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e}function y(t){return(y=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var d=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&f(t,e)}(a,t);var e,n,r,i=p(a);function a(t){return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,a),i.call(this,t)}return e=a,(n=[{key:"viewOptions",value:function(){var t=this.options.tabs.map((function(t){return Object.assign(Object.assign({},t),{link:t.link.selector.replace(".","")})}));return{styles:l.a,tabs:t}}},{key:"setActiveTab",value:function(){var t=this,e=!1;if(this.options.tabs.forEach((function(n){n.active=!1,n.link.selector===t.options.activeTab&&(n.active=!0,e=!0)})),!e){var n=o.first(this.options.tabs);n&&(n.active=!0)}}},{key:"onBeforeRender",value:function(){this.setActiveTab()}},{key:"name",get:function(){return"TabsView"}},{key:"className",get:function(){var t="bg-white py-2 border-bottom";return this.options.className&&(t+=" ".concat(this.options.className)),t}},{key:"template",get:function(){return c.a}},{key:"appLinks",get:function(){var t={};return this.options.tabs.forEach((function(e){return t[e.link.selector]=e.link.appLink})),t}}])&&s(e.prototype,n),r&&s(e,r),a}(r.a.Component)},676:function(t,e,n){t.exports={link:"_5idZs",active:"_3Ty4M"}},677:function(t,e,n){var o=n(8);t.exports=(o.default||o).template({1:function(t,e,n,o,r,i,l){var a;t.propertyIsEnumerable;return null!=(a=n.unless.call(null!=e?e:t.nullContext||{},null!=e?e.hide:e,{name:"unless",hash:{},fn:t.program(2,r,0,i,l),inverse:t.noop,data:r}))?a:""},2:function(t,e,n,o,r,i,l){t.propertyIsEnumerable;var a,c=t.lambda,u=t.escapeExpression;return' <a class="'+u(c(null!=(a=null!=(a=null!=l[1]?l[1].options:l[1])?a.styles:a)?a.link:a,e))+" p-2 "+u(c(null!=e?e.link:e,e))+" "+(null!=(a=n.if.call(null!=e?e:t.nullContext||{},null!=e?e.active:e,{name:"if",hash:{},fn:t.program(3,r,0,i,l),inverse:t.noop,data:r}))?a:"")+'">'+u(c(null!=e?e.name:e,e))+"</a>\r\n"},3:function(t,e,n,o,r,i,l){var a;t.propertyIsEnumerable;return t.escapeExpression(t.lambda(null!=(a=null!=(a=null!=l[1]?l[1].options:l[1])?a.styles:a)?a.active:a,e))+" border-bottom border-primary text-primary"},compiler:[8,">= 4.3.0"],main:function(t,e,n,o,r,i,l){var a;t.propertyIsEnumerable;return null!=(a=n.each.call(null!=e?e:t.nullContext||{},null!=(a=null!=e?e.options:e)?a.tabs:a,{name:"each",hash:{},fn:t.program(1,r,0,i,l),inverse:t.noop,data:r}))?a:""},useData:!0,useDepths:!0})},678:function(t,e,n){"use strict";var o=n(121),r=n(1),i=n(120),l=n(0),a=n(88),c=n(174);function u(t){return(u="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function s(t){return function(t){if(Array.isArray(t))return f(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return f(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return f(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function f(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,o=new Array(e);n<e;n++)o[n]=t[n];return o}function p(t,e){for(var n=0;n<e.length;n++){var o=e[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}function h(t,e){return(h=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function y(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,o=b(t);if(e){var r=b(this).constructor;n=Reflect.construct(o,arguments,r)}else n=o.apply(this,arguments);return d(this,n)}}function d(t,e){return!e||"object"!==u(e)&&"function"!=typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e}function b(t){return(b=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var v=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&h(t,e)}(u,t);var e,n,o,i=y(u);function u(t){var e;return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,u),(e=i.call(this,{collectionPrefix:"".concat(l.f.RECENT_VIDEOS,":collection"),cursor:t.cursor,sort:t.sort})).setAdditionalData(t),e}return e=u,(n=[{key:"setAdditionalData",value:function(t){var e=t.libraryIds,n=t.dateQueryString,o=t.subjects;e&&(this.libraryIds=e),o&&(r.isArray(o)&&o.length&&(this.subjects=o),r.isArray(o)||(this.subjects=[o]));var i=r.findWhere(c.g,{queryString:n})||c.e;this.dateOption=new a.b(i)}},{key:"toString",value:function(){var t=this.subjects&&this.subjects.length&&this.subjects.map((function(t){return escape(t.get("name"))}))||[];return[this.collectionPrefix,this.libraryIds,this.dateOption.get("from"),this.dateOption.get("to")].concat(s(t),[this.cursor]).filter(Boolean).join(":")}},{key:"toParams",value:function(){var t={};return this.libraryIds&&(t.libraryIds=this.libraryIds),this.dateOption&&(t.from=this.dateOption.get("from"),t.to=this.dateOption.get("to")),this.subjects&&(t.subjectIds=r.flatten(this.subjects.map((function(t){return t.get("subjectIds")})))),this.cursor&&(t.cursor=this.cursor),t}}])&&p(e.prototype,n),o&&p(e,o),u}(i.a);function g(t){return(g="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function m(t,e){for(var n=0;n<e.length;n++){var o=e[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}function w(t,e){return(w=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function k(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,o=C(t);if(e){var r=C(this).constructor;n=Reflect.construct(o,arguments,r)}else n=o.apply(this,arguments);return O(this,n)}}function O(t,e){return!e||"object"!==g(e)&&"function"!=typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e}function C(t){return(C=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var S=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&w(t,e)}(u,t);var e,n,o,i=k(u);function u(t){var e;return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,u),(e=i.call(this,{collectionPrefix:"".concat(l.f.RECENT_SUBJECTS,":collection"),sort:t.sort})).setAdditionalData(t),e}return e=u,(n=[{key:"setAdditionalData",value:function(t){var e=t.libraryIds,n=t.dateQueryString;e&&(this.libraryIds=e);var o=r.findWhere(c.g,{queryString:n})||c.e;this.dateOption=new a.b(o)}},{key:"toString",value:function(){return[this.collectionPrefix,this.libraryIds,this.dateOption.get("from"),this.dateOption.get("to")].filter(Boolean).join(":")}},{key:"toParams",value:function(){var t={};return this.libraryIds&&(t.libraryIds=this.libraryIds),this.dateOption&&(t.from=this.dateOption.get("from"),t.to=this.dateOption.get("to")),t}}])&&m(e.prototype,n),o&&m(e,o),u}(i.a);function R(t){return(R="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function _(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function E(t,e){return(E=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function P(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,o=j(t);if(e){var r=j(this).constructor;n=Reflect.construct(o,arguments,r)}else n=o.apply(this,arguments);return T(this,n)}}function T(t,e){return!e||"object"!==R(e)&&"function"!=typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e}function j(t){return(j=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var x=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&E(t,e)}(n,t);var e=P(n);function n(t,o){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";return _(this,n),e.call(this,{collectionPrefix:l.f.LIBRARY_FOLDERS,id:t,sort:o,cursor:r})}return n}(i.a);n.d(e,"d",(function(){return o.a})),n.d(e,"b",(function(){return v})),n.d(e,"c",(function(){return S})),n.d(e,"a",(function(){return x}))},681:function(t,e,n){t.exports={label:"_3iMZr",filterButton:"_1xOts",dropdownMenu:"_1Yzts"}},688:function(t,e,n){"use strict";var o={TagFilter:"tag:filter"};n.d(e,"a",(function(){return o}))},714:function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var o=n(7),r=n(2),i=n(4),l=n(39),a=n(11),c=n(3),u=n(768),s=n.n(u);function f(t){return(f="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function p(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function h(t,e){for(var n=0;n<e.length;n++){var o=e[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}function y(t,e){return(y=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function d(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,o=v(t);if(e){var r=v(this).constructor;n=Reflect.construct(o,arguments,r)}else n=o.apply(this,arguments);return b(this,n)}}function b(t,e){return!e||"object"!==f(e)&&"function"!=typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e}function v(t){return(v=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var g=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&y(t,e)}(f,t);var e,n,r,u=d(f);function f(){return p(this,f),u.apply(this,arguments)}return e=f,(n=[{key:"events",value:function(){return{"click .approve-all":"onClickApproveAll"}}},{key:"onClickApproveAll",value:function(){var t=this;new a.d(this.getApproveAllDialogOptions()).render().done((function(){return t.onConfirmApproveAll()})),this.logAction(i.r.Start)}},{key:"onConfirmApproveAll",value:function(){o.Radio.channel(this.options.channelName).trigger("approve:all"),this.logAction(i.r.Complete)}},{key:"getApproveAllDialogOptions",value:function(){return{title:c.a.getPhrase(this.lang,"dialogTitle"),text:c.a.getPhrase(this.lang,"dialogBody"),buttons:[{text:c.a.getPhrase(this.lang,"dialogButton"),className:"btn btn-primary",success:!0}]}}},{key:"logAction",value:function(t){var e={location:i.k.AwaitingReviewVideoListHeader,actionType:i.q.Approve,descriptor:i.l.All,entity:i.e.Video,workflowPhase:t},n={approvedCount:this.collection.length};l.a.logUserAction(n,e)}},{key:"viewOptions",value:function(){return{videosToReview:!!this.collection.length,multipleVideos:this.collection.length>1,numVideos:this.collection.length}}},{key:"name",get:function(){return"AwaitingReviewHeaderComponent"}},{key:"className",get:function(){return"d-flex justify-content-between align-items-center p-3 border-bottom"}},{key:"template",get:function(){return s.a}},{key:"lang",get:function(){return"contentUpdates.awaitingReviewHeader"}}])&&h(e.prototype,n),r&&h(e,r),f}(r.a.Component)},715:function(t,e,n){"use strict";n.d(e,"a",(function(){return R}));var o=n(2),r=n(3),i=n(178),l=n(0),a=n(6),c=n(710),u=n(661),s=n(769),f=n.n(s),p=n(770),h=n.n(p);function y(t){return(y="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function d(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function b(t,e){for(var n=0;n<e.length;n++){var o=e[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}function v(t,e,n){return e&&b(t.prototype,e),n&&b(t,n),t}function g(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&m(t,e)}function m(t,e){return(m=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function w(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,o=O(t);if(e){var r=O(this).constructor;n=Reflect.construct(o,arguments,r)}else n=o.apply(this,arguments);return k(this,n)}}function k(t,e){return!e||"object"!==y(e)&&"function"!=typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e}function O(t){return(O=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var C=function(t){g(n,t);var e=w(n);function n(t){return d(this,n),e.call(this,t)}return v(n,[{key:"regions",value:function(){return{videos:{el:".video-list-region",replaceElement:!0}}}},{key:"getGroupTitle",value:function(){var t=this.options.groupTitleAttr||"groupTitle";return this.model.get(t)}},{key:"viewOptions",value:function(){return{groupTitle:this.getGroupTitle()}}},{key:"onRender",value:function(){this.showChildView("videos",new c.a({collection:this.model.videos,videosWithMetadata:this.options.videosWithMetadata,application:l.b.CONTENT_UPDATES,collectionIdentifier:null,videoItemComponentType:this.options.videoItemComponentType,config:this.options.config,sourceMetadataOptions:this.options.sourceMetadataOptions,collectionViewChannel:this.options.collectionViewChannel,customerHasLocalCache:this.options.customerHasLocalCache,customerHasCustomLibrary:this.options.customerHasCustomLibrary}))}},{key:"name",get:function(){return"VideoGroupItemComponent"}},{key:"template",get:function(){return h.a}},{key:"className",get:function(){return"pt-3"}},{key:"defaults",get:function(){return{videoItemComponentType:u.b.Base}}}]),n}(o.a.Component),S=function(t){g(n,t);var e=w(n);function n(t){return d(this,n),e.call(this,t)}return v(n,[{key:"name",get:function(){return"VideoGroupItemComponentCollection"}},{key:"childView",get:function(){return C}},{key:"childViewOptions",get:function(){return this.options.childOptions}}]),n}(o.a.ComponentCollection),R=function(t){g(n,t);var e=w(n);function n(t){return d(this,n),e.call(this,t)}return v(n,[{key:"regions",value:function(){return{videos:{el:".videos-region",replaceElement:!0}}}},{key:"getEmptyStateComponentOptions",value:function(){return this.options.emptyStateType===a.c.AwaitingReview?{heading:r.a.getPhrase(this.lang,"awaitingReviewEmptyStateHeading"),description:r.a.getPhrase(this.lang,"awaitingReviewEmptyStateBody")}:this.options.emptyStateType===a.c.PastReleases?{heading:r.a.getPhrase(this.lang,"pastReleasesEmptyStateHeading")}:void 0}},{key:"onRender",value:function(){this.showChildView("videos",new S(this.options))}},{key:"name",get:function(){return"VideoGroupListComponent"}},{key:"template",get:function(){return f.a}},{key:"lang",get:function(){return"contentUpdates.videoGroupList"}},{key:"defaults",get:function(){return{emptyState:a.c.Default}}},{key:"behaviors",get:function(){return[{behaviorClass:i.a,region:"videos",type:this.options.emptyStateType,componentOptions:this.getEmptyStateComponentOptions(),emptyStateComponents:l.h}]}}]),n}(o.a.Component)},716:function(t,e,n){"use strict";n.d(e,"a",(function(){return g}));var o=n(2),r=n(58),i=n(0),l=n(4),a=n(39),c=n(771),u=n.n(c),s=n(772),f=n.n(s);function p(t){return(p="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function h(t,e){for(var n=0;n<e.length;n++){var o=e[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}function y(t,e){return(y=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function d(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,o=v(t);if(e){var r=v(this).constructor;n=Reflect.construct(o,arguments,r)}else n=o.apply(this,arguments);return b(this,n)}}function b(t,e){return!e||"object"!==p(e)&&"function"!=typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e}function v(t){return(v=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var g=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&y(t,e)}(s,t);var e,n,o,c=d(s);function s(t){return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,s),c.call(this,t)}return e=s,(n=[{key:"events",value:function(){return{"click .disable-review":"onClickDisableReview"}}},{key:"onClickDisableReview",value:function(){var t={location:l.k.LeftNav,actionType:l.q.Disable,entity:l.e.CustomerSetting,descriptor:l.c.LibraryReview,workflowPhase:l.r.Start};a.a.logUserAction({},t)}},{key:"viewOptions",value:function(){return{supportUrl:r.a.safeUrlConcat(this.options.supportSiteUrl,i.y.LIBRARY_REVIEW)}}},{key:"name",get:function(){return"ContentUpdatesLeftNavComponent"}},{key:"className",get:function(){return"d-inline-block ".concat(f.a.leftNav)}},{key:"template",get:function(){return u.a}},{key:"lang",get:function(){return"contentUpdates.contentUpdatesLeftNav"}},{key:"appLinks",get:function(){return{".disable-review":{application:i.b.CONTENT_UPDATES,action:i.a.ContentUpdates.DISABLE_REVIEW}}}}])&&h(e.prototype,n),o&&h(e,o),s}(o.a.Component)},717:function(t,e,n){"use strict";n.d(e,"a",(function(){return b}));var o=n(2),r=n(773),i=n.n(r),l=n(675),a=n(174),c=n(774),u=n.n(c);function s(t){return(s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function f(t,e){for(var n=0;n<e.length;n++){var o=e[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}function p(t,e){return(p=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function h(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,o=d(t);if(e){var r=d(this).constructor;n=Reflect.construct(o,arguments,r)}else n=o.apply(this,arguments);return y(this,n)}}function y(t,e){return!e||"object"!==s(e)&&"function"!=typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e}function d(t){return(d=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var b=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&p(t,e)}(c,t);var e,n,o,r=h(c);function c(t){return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,c),r.call(this,t)}return e=c,(n=[{key:"regions",value:function(){return{tabs:{el:".tabs-region"}}}},{key:"getTabs",value:function(){var t=a.d;return this.options.reviewEnabled?t:t.filter((function(t){return t.name!==a.a.AwaitingReview}))}},{key:"viewOptions",value:function(){return{styles:u.a}}},{key:"onRender",value:function(){var t=this.getTabs();t.length<=1||this.showChildView("tabs",new l.a({tabs:t,activeTab:this.options.activeTab,className:"border-0"}))}},{key:"name",get:function(){return"ContentUpdatesHeaderComponent"}},{key:"className",get:function(){return"d-flex align-items-end border-bottom"}},{key:"template",get:function(){return i.a}},{key:"lang",get:function(){return"contentUpdates.contentUpdatesHeader"}}])&&f(e.prototype,n),o&&f(e,o),c}(o.a.Component)},750:function(t,e,n){var o=n(8);t.exports=(o.default||o).template({compiler:[8,">= 4.3.0"],main:function(t,e,n,o,r){var i;t.propertyIsEnumerable;return'<h6 class="mb-0">'+t.escapeExpression("function"==typeof(i=null!=(i=n.title||(null!=e?e.title:e))?i:t.hooks.helperMissing)?i.call(null!=e?e:t.nullContext||{},{name:"title",hash:{},data:r}):i)+'</h6>\r\n<div class="options-region"></div>'},useData:!0})},751:function(t,e,n){var o=n(8);t.exports=(o.default||o).template({1:function(t,e,n,o,r){t.propertyIsEnumerable;return' <a class="clear-filters float-left text-muted hover-text-underline cursor-pointer">'+t.escapeExpression((n.lang||e&&e.lang||t.hooks.helperMissing).call(null!=e?e:t.nullContext||{},"reset",{name:"lang",hash:{},data:r}))+"</a>\r\n"},3:function(t,e,n,o,r){t.propertyIsEnumerable;return' <a class="apply-filters d-block text-right info-link">'+t.escapeExpression((n.lang||e&&e.lang||t.hooks.helperMissing).call(null!=e?e:t.nullContext||{},"apply",{name:"lang",hash:{},data:r}))+"</a>\r\n"},compiler:[8,">= 4.3.0"],main:function(t,e,n,o,r){t.propertyIsEnumerable;var i,l=null!=e?e:t.nullContext||{};return'<div class="filter-list-region"></div>\r\n<div>\r\n'+(null!=(i=n.if.call(l,null!=(i=null!=e?e.options:e)?i.showClearFilters:i,{name:"if",hash:{},fn:t.program(1,r,0),inverse:t.noop,data:r}))?i:"")+(null!=(i=n.if.call(l,null!=(i=null!=e?e.options:e)?i.showApplyFilters:i,{name:"if",hash:{},fn:t.program(3,r,0),inverse:t.noop,data:r}))?i:"")+"</div>"},useData:!0})},752:function(t,e,n){var o=n(8);t.exports=(o.default||o).template({compiler:[8,">= 4.3.0"],main:function(t,e,n,o,r){t.propertyIsEnumerable;var i,l=t.lambda,a=t.escapeExpression;return'<button class="'+a(l(null!=(i=null!=e?e.options:e)?i.buttonClass:i,e))+' dropdown-btn" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">\r\n '+a(l(null!=(i=null!=e?e.options:e)?i.label:i,e))+'\r\n</button>\r\n<div class="dropdown-menu p-2 filters-region"></div>'},useData:!0})},753:function(t,e,n){t.exports={moreFiltersButton:"_3sym3"}},754:function(t,e,n){var o=n(8);t.exports=(o.default||o).template({1:function(t,e,n,o,r){t.propertyIsEnumerable;return'<div class="d-inline-block text-right">\r\n <a class="clear-filters cursor-pointer hover-text-underline">'+t.escapeExpression((n.lang||e&&e.lang||t.hooks.helperMissing).call(null!=e?e:t.nullContext||{},"reset",{name:"lang",hash:{},data:r}))+"</a>\r\n</div>\r\n"},compiler:[8,">= 4.3.0"],main:function(t,e,n,o,r){t.propertyIsEnumerable;var i,l=t.escapeExpression,a=null!=e?e:t.nullContext||{};return'<div class="d-inline-block border-right py-1 pr-3 '+l(t.lambda(null!=(i=null!=e?e.options:e)?i.labelClass:i,e))+'"><strong>'+l((n.lang||e&&e.lang||t.hooks.helperMissing).call(a,"heading",{name:"lang",hash:{},data:r}))+'</strong></div>\r\n<div class="filter-list-region d-inline-block pl-2"></div>\r\n<div class="more-filters-region d-inline-block mr-2"></div>\r\n'+(null!=(i=n.if.call(a,null!=(i=null!=e?e.options:e)?i.hasFiltersSelected:i,{name:"if",hash:{},fn:t.program(1,r,0),inverse:t.noop,data:r}))?i:"")},useData:!0})},755:function(t,e,n){var o=n(8);t.exports=(o.default||o).template({compiler:[8,">= 4.3.0"],main:function(t,e,n,o,r){t.propertyIsEnumerable;var i,l=t.lambda,a=t.escapeExpression;return'<button class="'+a(l(null!=(i=null!=e?e.options:e)?i.buttonClass:i,e))+' dropdown-btn cursor-pointer" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">\r\n '+a(l(null!=(i=null!=e?e.options:e)?i.label:i,e))+'\r\n</button>\r\n<div class="dropdown-menu '+a(l(null!=(i=null!=(i=null!=e?e.options:e)?i.styles:i)?i.dropdownMenu:i,e))+' p-2 filter-region"></div>'},useData:!0})},756:function(t,e,n){var o=n(8);t.exports=(o.default||o).template({compiler:[8,">= 4.3.0"],main:function(t,e,n,o,r){return'<div class="option-list-region"></div>'},useData:!0})},757:function(t,e,n){var o=n(8);t.exports=(o.default||o).template({1:function(t,e,n,o,r){t.propertyIsEnumerable;var i,l=t.lambda,a=t.escapeExpression;return'<div class="default-option py-1">\r\n <div class="custom-control custom-'+a(l(null!=(i=null!=e?e.options:e)?i.inputType:i,e))+'">\r\n <input type='+a(l(null!=(i=null!=e?e.options:e)?i.inputType:i,e))+' autocomplete="off" class="custom-control-input"'+(null!=(i=n.if.call(null!=e?e:t.nullContext||{},null!=(i=null!=e?e.options:e)?i.defaultOptionSelected:i,{name:"if",hash:{},fn:t.program(2,r,0),inverse:t.noop,data:r}))?i:"")+'>\r\n <label class="custom-control-label align-middle cursor-pointer">'+a(l(null!=(i=null!=e?e.options:e)?i.defaultOptionLabel:i,e))+"</label>\r\n </div>\r\n</div>\r\n"},2:function(t,e,n,o,r){return" checked"},compiler:[8,">= 4.3.0"],main:function(t,e,n,o,r){var i;t.propertyIsEnumerable;return(null!=(i=n.if.call(null!=e?e:t.nullContext||{},null!=(i=null!=e?e.options:e)?i.defaultOptionLabel:i,{name:"if",hash:{},fn:t.program(1,r,0),inverse:t.noop,data:r}))?i:"")+'<div class="options-region"></div>'},useData:!0})},758:function(t,e,n){var o=n(8);t.exports=(o.default||o).template({1:function(t,e,n,o,r){return" checked"},compiler:[8,">= 4.3.0"],main:function(t,e,n,o,r){t.propertyIsEnumerable;var i,l,a=t.lambda,c=t.escapeExpression,u=null!=e?e:t.nullContext||{};return'<div class="custom-control custom-'+c(a(null!=(i=null!=e?e.options:e)?i.inputType:i,e))+'">\r\n <input type='+c(a(null!=(i=null!=e?e.options:e)?i.inputType:i,e))+' autocomplete="off" class="custom-control-input"'+(null!=(i=n.if.call(u,null!=e?e.active:e,{name:"if",hash:{},fn:t.program(1,r,0),inverse:t.noop,data:r}))?i:"")+'>\r\n <label class="custom-control-label align-middle cursor-pointer">'+c("function"==typeof(l=null!=(l=n.name||(null!=e?e.name:e))?l:t.hooks.helperMissing)?l.call(u,{name:"name",hash:{},data:r}):l)+"</label>\r\n</div>"},useData:!0})},759:function(t,e,n){var o=n(8);t.exports=(o.default||o).template({1:function(t,e,n,o,r){return" on"},compiler:[8,">= 4.3.0"],main:function(t,e,n,o,r){t.propertyIsEnumerable;var i,l,a=null!=e?e:t.nullContext||{};return'<div class="custom-toggle toggle-option float-right'+(null!=(i=n.if.call(a,null!=(i=null!=e?e.options:e)?i.isSelected:i,{name:"if",hash:{},fn:t.program(1,r,0),inverse:t.noop,data:r}))?i:"")+'"><span class="handle"></span></div>\r\n<p>'+t.escapeExpression("function"==typeof(l=null!=(l=n.description||(null!=e?e.description:e))?l:t.hooks.helperMissing)?l.call(a,{name:"description",hash:{},data:r}):l)+"</p>"},useData:!0})},760:function(t,e,n){var o=n(8);t.exports=(o.default||o).template({compiler:[8,">= 4.3.0"],main:function(t,e,n,o,r){var i;t.propertyIsEnumerable;return t.escapeExpression("function"==typeof(i=null!=(i=n.name||(null!=e?e.name:e))?i:t.hooks.helperMissing)?i.call(null!=e?e:t.nullContext||{},{name:"name",hash:{},data:r}):i)},useData:!0})},761:function(t,e,n){t.exports={options:"_6o30E",option:"_3yReT"}},762:function(t,e,n){var o=n(8);t.exports=(o.default||o).template({compiler:[8,">= 4.3.0"],main:function(t,e,n,o,r){t.propertyIsEnumerable;var i,l,a=t.escapeExpression,c=null!=e?e:t.nullContext||{},u=t.hooks.helperMissing;return'<button type="button" class="d-block option-btn w-100 '+a(t.lambda(null!=(i=null!=e?e.options:e)?i.buttonClass:i,e))+'">\r\n '+a("function"==typeof(l=null!=(l=n.name||(null!=e?e.name:e))?l:u)?l.call(c,{name:"name",hash:{},data:r}):l)+'\r\n</button>\r\n<div class="text-center">'+a("function"==typeof(l=null!=(l=n.description||(null!=e?e.description:e))?l:u)?l.call(c,{name:"description",hash:{},data:r}):l)+"</div>"},useData:!0})},763:function(t,e,n){t.exports={optionItem:"_3jzt0",customOptionItem:"_78r7L",selected:"aFhSG"}},764:function(t,e,n){t.exports={container:"_1SMXf"}},765:function(t,e,n){var o=n(8);t.exports=(o.default||o).template({1:function(t,e,n,o,r){t.propertyIsEnumerable;return'<p class="mb-0">'+t.escapeExpression((n.lang||e&&e.lang||t.hooks.helperMissing).call(null!=e?e:t.nullContext||{},"emptyState",{name:"lang",hash:{},data:r}))+"</p>\r\n"},3:function(t,e,n,o,r){return'<div class="dropdown-divider"></div>\r\n'},compiler:[8,">= 4.3.0"],main:function(t,e,n,o,r){t.propertyIsEnumerable;var i,l=null!=e?e:t.nullContext||{};return(null!=(i=n.if.call(l,null!=(i=null!=e?e.options:e)?i.showEmptyState:i,{name:"if",hash:{},fn:t.program(1,r,0),inverse:t.noop,data:r}))?i:"")+'\r\n<div class="selected-tags-region"></div>\r\n'+(null!=(i=n.if.call(l,null!=(i=null!=e?e.options:e)?i.useDivider:i,{name:"if",hash:{},fn:t.program(3,r,0),inverse:t.noop,data:r}))?i:"")+'<div class="relevant-tags-region"></div>'},useData:!0})},766:function(t,e,n){var o=n(8);t.exports=(o.default||o).template({compiler:[8,">= 4.3.0"],main:function(t,e,n,o,r){return'<div class="tags-region"></div>'},useData:!0})},768:function(t,e,n){var o=n(8);t.exports=(o.default||o).template({1:function(t,e,n,o,r){t.propertyIsEnumerable;var i,l=t.escapeExpression;return'<button class="approve-all btn btn-success d-inline-block '+l(t.lambda(null!=(i=null!=e?e.options:e)?i.btnClass:i,e))+'" type="button">'+l((n.lang||e&&e.lang||t.hooks.helperMissing).call(null!=e?e:t.nullContext||{},"approveBtn",{name:"lang",hash:{smartCount:null!=(i=null!=e?e.options:e)?i.numVideos:i},data:r}))+"</button>\r\n"},compiler:[8,">= 4.3.0"],main:function(t,e,n,o,r){t.propertyIsEnumerable;var i,l=t.escapeExpression,a=null!=e?e:t.nullContext||{};return'<h5 class="d-inline-block m-0 '+l(t.lambda(null!=(i=null!=e?e.options:e)?i.headingClass:i,e))+'">'+l((n.lang||e&&e.lang||t.hooks.helperMissing).call(a,"heading",{name:"lang",hash:{smartCount:null!=(i=null!=e?e.options:e)?i.numVideos:i},data:r}))+"</h5>\r\n"+(null!=(i=n.if.call(a,null!=(i=null!=e?e.options:e)?i.videosToReview:i,{name:"if",hash:{},fn:t.program(1,r,0),inverse:t.noop,data:r}))?i:"")},useData:!0})},769:function(t,e,n){var o=n(8);t.exports=(o.default||o).template({compiler:[8,">= 4.3.0"],main:function(t,e,n,o,r){return'<div class="videos-region"></div>'},useData:!0})},770:function(t,e,n){var o=n(8);t.exports=(o.default||o).template({compiler:[8,">= 4.3.0"],main:function(t,e,n,o,r){var i;t.propertyIsEnumerable;return'<h4 class="pl-3">'+t.escapeExpression(t.lambda(null!=(i=null!=e?e.options:e)?i.groupTitle:i,e))+'</h4>\r\n<div class="video-list-region"></div>'},useData:!0})},771:function(t,e,n){var o=n(8);t.exports=(o.default||o).template({compiler:[8,">= 4.3.0"],main:function(t,e,n,o,r){t.propertyIsEnumerable;var i,l=null!=e?e:t.nullContext||{},a=t.hooks.helperMissing,c=t.escapeExpression;return'<div class="p-3 border-bottom">\r\n <h5>'+c((n.lang||e&&e.lang||a).call(l,"manualReviewHeading",{name:"lang",hash:{},data:r}))+"</h5>\r\n <p>"+c((n.lang||e&&e.lang||a).call(l,"manualReviewBody",{name:"lang",hash:{},data:r}))+'</p>\r\n <button class="btn btn-light text-center disable-review" type="button">'+c((n.lang||e&&e.lang||a).call(l,"manualReviewOffBtn",{name:"lang",hash:{},data:r}))+'</button>\r\n</div>\r\n<div class="p-3 border-bottom">\r\n <p class="m-0">'+c((n.lang||e&&e.lang||a).call(l,"noActionDisclaimer",{name:"lang",hash:{},data:r}))+'</p>\r\n <p class="m-0">'+c((n.lang||e&&e.lang||a).call(l,"learnMore",{name:"lang",hash:{},data:r}))+" <a href="+c(t.lambda(null!=(i=null!=e?e.options:e)?i.supportUrl:i,e))+' target="_blank">'+c((n.lang||e&&e.lang||a).call(l,"learnMoreLink",{name:"lang",hash:{},data:r}))+"</a></p>\r\n</div>"},useData:!0})},772:function(t,e,n){t.exports={leftNav:"_15vRB"}},773:function(t,e,n){var o=n(8);t.exports=(o.default||o).template({compiler:[8,">= 4.3.0"],main:function(t,e,n,o,r){t.propertyIsEnumerable;var i,l=t.lambda,a=t.escapeExpression;return'<div class="d-inline-block p-3 '+a(l(null!=(i=null!=(i=null!=e?e.options:e)?i.styles:i)?i.heading:i,e))+'"><h1 class="h3 m-0">'+a((n.lang||e&&e.lang||t.hooks.helperMissing).call(null!=e?e:t.nullContext||{},"contentUpdates",{name:"lang",hash:{},data:r}))+'</h1></div><div class="tabs-region d-inline-flex align-items-end '+a(l(null!=(i=null!=(i=null!=e?e.options:e)?i.styles:i)?i.tabsContainer:i,e))+'"></div>'},useData:!0})},774:function(t,e,n){t.exports={heading:"_1SwZ2",tabsContainer:"_3f4T9"}},775:function(t,e,n){t.exports={content:"_303Nb",contentWithLeftNav:"_2ZCHY"}},779:function(t,e,n){"use strict";var o=n(7),r=n(2),i=n(0),l=n(6),a=n(4),c=n(39),u=n(24),s=n(3),f=n(17),p=n(80),h=n(688),y=n(750),d=n.n(y);function b(t){return(b="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function v(t,e){for(var n=0;n<e.length;n++){var o=e[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}function g(t,e){return(g=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function m(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,o=k(t);if(e){var r=k(this).constructor;n=Reflect.construct(o,arguments,r)}else n=o.apply(this,arguments);return w(this,n)}}function w(t,e){return!e||"object"!==b(e)&&"function"!=typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e}function k(t){return(k=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var O=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&g(t,e)}(i,t);var e,n,o,r=m(i);function i(t){return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,i),r.call(this,t)}return e=i,(n=[{key:"regions",value:function(){return{options:{el:".options-region",replaceElement:!0}}}},{key:"renderOptions",value:function(){this.showChildView("options",new jt({collection:this.model.options,model:this.model,channelName:this.options.channelName}))}},{key:"onRender",value:function(){this.renderOptions()}},{key:"name",get:function(){return"FilterItemComponent"}},{key:"template",get:function(){return d.a}},{key:"className",get:function(){return"py-1"}}])&&v(e.prototype,n),o&&v(e,o),i}(r.a.Component),C=n(751),S=n.n(C);function R(t){return(R="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function _(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function E(t,e){for(var n=0;n<e.length;n++){var o=e[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}function P(t,e,n){return e&&E(t.prototype,e),n&&E(t,n),t}function T(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&j(t,e)}function j(t,e){return(j=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function x(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,o=N(t);if(e){var r=N(this).constructor;n=Reflect.construct(o,arguments,r)}else n=o.apply(this,arguments);return F(this,n)}}function F(t,e){return!e||"object"!==R(e)&&"function"!=typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e}function N(t){return(N=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var D=function(t){T(n,t);var e=x(n);function n(){return _(this,n),e.apply(this,arguments)}return P(n,[{key:"initialize",value:function(){this.bindListeners()}},{key:"regions",value:function(){return{filterList:{el:".filter-list-region",replaceElement:!0}}}},{key:"events",value:function(){return{click:"onClick","click .apply-filters":"onClickApplyFilters","click .clear-filters":"onClickClearFilters"}}},{key:"bindListeners",value:function(){this.listenTo(this.channelName,i.i.Filters.OPTION_SELECTED,this.render)}},{key:"onClick",value:function(t){t.stopPropagation()}},{key:"onClickApplyFilters",value:function(t){t.stopPropagation(),this.applyFilters(),this.render()}},{key:"onClickClearFilters",value:function(t){t.stopPropagation(),o.Radio.channel(this.options.channelName).trigger("reset:filters"),p.b.clearFilters(this.collection),this.isTagFilterType()&&o.Radio.channel(h.a.TagFilter).trigger("change:relevant:tags"),this.render()}},{key:"applyFilters",value:function(){o.Radio.channel(this.options.channelName).trigger(i.i.Filters.APPLY_FILTER)}},{key:"hasFiltersSelected",value:function(){return this.collection.some((function(t){return p.b.isSelected(t)}))}},{key:"isTagFilterType",value:function(){return!!this.collection.findWhere({type:f.a.Tags})}},{key:"viewOptions",value:function(){return{showApplyFilters:!this.isTagFilterType(),showClearFilters:this.hasFiltersSelected()}}},{key:"onRender",value:function(){this.showChildView("filterList",new I({collection:this.collection,channelName:this.channelName}))}},{key:"name",get:function(){return"FilterListComponent"}},{key:"template",get:function(){return S.a}},{key:"lang",get:function(){return"search.filterList"}},{key:"className",get:function(){return"px-1"}},{key:"channelName",get:function(){return"".concat(this.name).concat(this.cid)}}]),n}(r.a.Component),I=function(t){T(n,t);var e=x(n);function n(t){return _(this,n),e.call(this,t)}return P(n,[{key:"name",get:function(){return"FilterComponentCollection"}},{key:"tagName",get:function(){return"ul"}},{key:"className",get:function(){return"m-0 p-0"}},{key:"childView",get:function(){return O}},{key:"childViewOptions",get:function(){return{channelName:this.options.channelName}}}]),n}(r.a.ComponentCollection),L=n(62),A=n(681),V=n.n(A),M=n(752),U=n.n(M),B=n(753),H=n.n(B);function G(t){return(G="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function W(t,e){for(var n=0;n<e.length;n++){var o=e[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}function q(t,e){return(q=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function z(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,o=Y(t);if(e){var r=Y(this).constructor;n=Reflect.construct(o,arguments,r)}else n=o.apply(this,arguments);return Q(this,n)}}function Q(t,e){return!e||"object"!==G(e)&&"function"!=typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e}function Y(t){return(Y=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var J=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&q(t,e)}(f,t);var e,n,r,l=z(f);function f(t){return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,f),l.call(this,t)}return e=f,(n=[{key:"initialize",value:function(){this.getViewModel(),this.setInitialFilters(),this.bindListeners()}},{key:"regions",value:function(){return{filters:{el:".filters-region",replaceElement:!1}}}},{key:"events",value:function(){return{"hide.bs.dropdown":"onHideDropdown","show.bs.dropdown":"onShowDropdown"}}},{key:"getViewModel",value:function(){this.viewModel=u.a.get(this.viewModelName)}},{key:"bindListeners",value:function(){this.listenTo(this.channelName,i.i.Filters.APPLY_FILTER,this.onClickApplyFilters),this.listenTo(this.channelName,"reset:filters",this.logFilterResetAction)}},{key:"setInitialFilters",value:function(){this.initialFilters=new L.a(this.collection.toJSON())}},{key:"onClickApplyFilters",value:function(){this.viewModel.get("dropdownVisible")&&(this.viewModel.set({applyClicked:!0}),this.toggleDropdown())}},{key:"onShowDropdown",value:function(){this.viewModel.set("dropdownVisible",!0)}},{key:"onHideDropdown",value:function(){var t=this.viewModel.get("applyClicked");this.viewModel.unset("applyClicked"),this.viewModel.set("dropdownVisible",!1),this.applyFilters(!!t)}},{key:"toggleDropdown",value:function(){this.getUI("dropdownToggle").dropdown("toggle")}},{key:"applyFilters",value:function(){var t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];this.haveFiltersChanged()&&(this.logFilterApplyAction(t),this.setInitialFilters(),o.Radio.channel(this.options.channelName).trigger(i.i.Filters.FILTER_CHANGED),this.render())}},{key:"haveFiltersChanged",value:function(){var t=this;return!this.collection.every((function(e,n){return!p.b.hasFilterChanged(t.initialFilters.at(n),e)}))}},{key:"isSelected",value:function(){return this.collection.some((function(t){return p.b.isSelected(t)}))}},{key:"numSelectedFilters",value:function(){return this.collection.filter((function(t){return p.b.isSelected(t)})).length}},{key:"getLabel",value:function(){var t=s.a.getPhrase(this.lang,"moreFilters"),e=this.numSelectedFilters();return e&&(t+=" - ".concat(e)),t}},{key:"getButtonClass",value:function(){var t="btn ".concat(V.a.filterButton);return this.isSelected()?t+=" btn-info":t+=" btn-light",t}},{key:"logFilterApplyAction",value:function(t){var e=this;this.collection.each((function(n,o){p.b.hasFilterChanged(e.initialFilters.at(o),n)&&e.logFilter(n,t)}))}},{key:"logFilter",value:function(t,e){var n={location:a.k.SearchFilters,actionType:a.q.Filter,entity:a.e.Video,workflowPhase:a.r.Complete},o={filter:t.get("title"),selectedOption:p.b.getFilterSelectedOptionsAnalyticsData(t),applyClicked:e};c.a.logUserAction(o,n)}},{key:"logFilterResetAction",value:function(){var t={location:a.k.SearchFilters,actionType:a.q.Filter,descriptor:a.h.Reset,entity:a.e.Video,workflowPhase:a.r.Complete};c.a.logUserAction({filter:"More Filters"},t)}},{key:"viewOptions",value:function(){return{label:this.getLabel(),buttonClass:this.getButtonClass()}}},{key:"renderFilters",value:function(){this.showChildView("filters",new D({collection:this.collection,channelName:this.channelName}))}},{key:"onRender",value:function(){this.renderFilters(),this.viewModel.get("dropdownVisible")&&this.toggleDropdown()}},{key:"name",get:function(){return"MoreFiltersButtonComponent"}},{key:"template",get:function(){return U.a}},{key:"lang",get:function(){return"search.moreFiltersButton"}},{key:"className",get:function(){return"rounded cursor-pointer ".concat(H.a.moreFiltersButton)}},{key:"channelName",get:function(){return"".concat(this.name).concat(this.cid)}},{key:"viewModelName",get:function(){return this.name}},{key:"elements",get:function(){return{dropdownToggle:".dropdown-btn"}}}])&&W(e.prototype,n),r&&W(e,r),f}(r.a.Component),Z=n(754),$=n.n(Z);function X(t){return(X="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function K(t,e){for(var n=0;n<e.length;n++){var o=e[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}function tt(t,e){return(tt=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function et(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,o=ot(t);if(e){var r=ot(this).constructor;n=Reflect.construct(o,arguments,r)}else n=o.apply(this,arguments);return nt(this,n)}}function nt(t,e){return!e||"object"!==X(e)&&"function"!=typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e}function ot(t){return(ot=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var rt=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&tt(t,e)}(s,t);var e,n,r,u=et(s);function s(t){return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,s),u.call(this,t)}return e=s,(n=[{key:"regions",value:function(){return{filterList:{el:".filter-list-region",replaceRegion:!0,partialLoading:l.j.SearchFilter},moreFilters:{el:".more-filters-region",replaceRegion:!0}}}},{key:"events",value:function(){return{"click .clear-filters":"onClickClearFilters"}}},{key:"onClickClearFilters",value:function(){p.b.clearFilters(this.collection),o.Radio.channel(this.options.channelName).trigger(i.i.Filters.FILTER_CHANGED),this.logFilterResetAction()}},{key:"getVisibleFilters",value:function(){return new L.a(this.collection.filter((function(t){return!t.get("showInMoreFilters")&&p.b.showFilter(t)})))}},{key:"getMoreFilters",value:function(){return new L.a(this.collection.filter((function(t){return t.get("showInMoreFilters")&&p.b.showFilter(t)})))}},{key:"hasFiltersSelected",value:function(){return this.collection.some((function(t){return p.b.isSelected(t)}))}},{key:"logFilterResetAction",value:function(){var t={location:a.k.SearchFilters,actionType:a.q.Filter,descriptor:a.h.Reset,entity:a.e.Video,workflowPhase:a.r.Complete};c.a.logUserAction({filter:"All"},t)}},{key:"renderFilterList",value:function(){var t=new ft({collection:this.getVisibleFilters(),channelName:this.options.channelName});this.showChildView("filterList",t)}},{key:"renderMoreFilters",value:function(){var t=new J({collection:this.getMoreFilters(),channelName:this.options.channelName});this.showChildView("moreFilters",t)}},{key:"viewOptions",value:function(){return{labelClass:V.a.label,hasFiltersSelected:this.collection&&this.hasFiltersSelected(),clearFiltersClass:V.a.clearFilters}}},{key:"onBeforeRender",value:function(){return!!this.collection}},{key:"onRender",value:function(){this.renderFilterList(),this.renderMoreFilters()}},{key:"name",get:function(){return"FiltersComponent"}},{key:"template",get:function(){return $.a}},{key:"lang",get:function(){return"search.filters"}}])&&K(e.prototype,n),r&&K(e,r),s}(r.a.Component);function it(t){return(it="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function lt(t,e){for(var n=0;n<e.length;n++){var o=e[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}function at(t,e){return(at=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function ct(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,o=st(t);if(e){var r=st(this).constructor;n=Reflect.construct(o,arguments,r)}else n=o.apply(this,arguments);return ut(this,n)}}function ut(t,e){return!e||"object"!==it(e)&&"function"!=typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e}function st(t){return(st=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var ft=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&at(t,e)}(i,t);var e,n,o,r=ct(i);function i(t){return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,i),r.call(this,t)}return e=i,(n=[{key:"name",get:function(){return"FilterListComponent"}},{key:"tagName",get:function(){return"ul"}},{key:"className",get:function(){return"m-0 p-0"}},{key:"childView",get:function(){return kt}},{key:"childViewOptions",get:function(){return{channelName:this.options.channelName,analyticsOptions:{location:a.k.SearchFilters,entity:a.e.Video}}}}])&&lt(e.prototype,n),o&&lt(e,o),i}(r.a.ComponentCollection),pt=n(88),ht=n(755),yt=n.n(ht);function dt(t){return(dt="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function bt(t,e){for(var n=0;n<e.length;n++){var o=e[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}function vt(t,e){return(vt=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function gt(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,o=wt(t);if(e){var r=wt(this).constructor;n=Reflect.construct(o,arguments,r)}else n=o.apply(this,arguments);return mt(this,n)}}function mt(t,e){return!e||"object"!==dt(e)&&"function"!=typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e}function wt(t){return(wt=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var kt=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&vt(t,e)}(h,t);var e,n,l,s=gt(h);function h(t){return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,h),s.call(this,t)}return e=h,(n=[{key:"initialize",value:function(){this.getViewModel(),this.setInitialFilter(),this.bindListeners()}},{key:"regions",value:function(){return{filter:{el:".filter-region",replaceElement:!1}}}},{key:"events",value:function(){return{"hide.bs.dropdown":"onHideDropdown","show.bs.dropdown":"onShowDropdown"}}},{key:"getViewModel",value:function(){this.viewModel=u.a.get(this.viewModelName)}},{key:"bindListeners",value:function(){this.listenTo(this.channelName,i.i.Filters.APPLY_FILTER,this.onClickApplyFilter),this.listenTo(this.channelName,"reset:filters",this.logFilterResetAction)}},{key:"setInitialFilter",value:function(){this.initialFilter=new pt.a(this.model.toJSON())}},{key:"onClickApplyFilter",value:function(){this.viewModel.get("dropdownVisible")&&(this.viewModel.set({applyClicked:!0}),this.toggleDropdown())}},{key:"onShowDropdown",value:function(){this.viewModel.set("dropdownVisible",!0)}},{key:"onHideDropdown",value:function(){var t=this.viewModel.get("applyClicked");this.viewModel.unset("applyClicked"),this.viewModel.set("dropdownVisible",!1),this.applyFilter(!!t)}},{key:"toggleDropdown",value:function(){this.getUI("dropdownToggle").dropdown("toggle")}},{key:"applyFilter",value:function(t){p.b.hasFilterChanged(this.initialFilter,this.model)&&this.model.get("type")!==f.a.Tags&&(this.setInitialFilter(),o.Radio.channel(this.options.channelName).trigger(i.i.Filters.FILTER_CHANGED),this.logFilterApplyAction(t))}},{key:"getLabel",value:function(){return p.b.isSelected(this.model)?p.b.getFilterLabel(this.model):this.model.get("title")}},{key:"getButtonClass",value:function(){var t="btn ".concat(V.a.filterButton);return p.b.isSelected(this.model)?t+=" btn-info":t+=" btn-light",t}},{key:"logFilterApplyAction",value:function(t){var e=c.a.mergeOptions(this.options.analyticsOptions,{actionType:a.q.Filter,workflowPhase:a.r.Complete}),n={filter:this.model.get("title"),selectedOption:p.b.getFilterSelectedOptionsAnalyticsData(this.model),applyClicked:t};c.a.logUserAction(n,e)}},{key:"logFilterResetAction",value:function(){var t=c.a.mergeOptions(this.options.analyticsOptions,{actionType:a.q.Filter,descriptor:a.h.Reset,workflowPhase:a.r.Complete}),e={filter:this.model.get("title")};c.a.logUserAction(e,t)}},{key:"viewOptions",value:function(){return{styles:V.a,label:this.getLabel(),buttonClass:this.getButtonClass()}}},{key:"renderFilter",value:function(){this.showChildView("filter",new D({collection:new r.a.Collection([this.model]),channelName:this.channelName}))}},{key:"onRender",value:function(){this.renderFilter(),this.viewModel.get("dropdownVisible")&&this.toggleDropdown()}},{key:"name",get:function(){return"FilterButtonItemComponent"}},{key:"template",get:function(){return yt.a}},{key:"className",get:function(){return"d-inline-block m-1"}},{key:"channelName",get:function(){return"".concat(this.name).concat(this.cid)}},{key:"viewModelName",get:function(){return"".concat(this.name,":").concat(this.model.get("type"))}},{key:"elements",get:function(){return{dropdownToggle:".dropdown-btn"}}}])&&bt(e.prototype,n),l&&bt(e,l),h}(r.a.Component),Ot=n(756),Ct=n.n(Ot);function St(t){return(St="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function Rt(t,e){for(var n=0;n<e.length;n++){var o=e[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}function _t(t,e){return(_t=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function Et(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,o=Tt(t);if(e){var r=Tt(this).constructor;n=Reflect.construct(o,arguments,r)}else n=o.apply(this,arguments);return Pt(this,n)}}function Pt(t,e){return!e||"object"!==St(e)&&"function"!=typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e}function Tt(t){return(Tt=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var jt=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&_t(t,e)}(a,t);var e,n,r,l=Et(a);function a(t){return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,a),l.call(this,t)}return e=a,(n=[{key:"initialize",value:function(){this.bindListeners()}},{key:"regions",value:function(){return{optionsList:".option-list-region"}}},{key:"bindListeners",value:function(){this.listenTo(this.channelName,i.i.Filters.OPTION_SELECTED,this.onChangeOption)}},{key:"onChangeOption",value:function(t,e){t&&this.isInclusiveType()&&this.onChangeInclusiveOption(t),t&&this.isExclusiveType()&&this.onChangeExclusiveOption(t),t&&this.isRangeType()&&this.onChangeRangeOption(t),t&&this.isTagType()&&this.onChangeTagOption(t),e||(o.Radio.channel(this.options.channelName).trigger(i.i.Filters.OPTION_SELECTED),this.render())}},{key:"onChangeInclusiveOption",value:function(t){t.set("active",!t.get("active"))}},{key:"onChangeExclusiveOption",value:function(t){p.b.clearOptions(this.model),t.set("active",!0)}},{key:"onChangeRangeOption",value:function(t){p.b.clearOptions(this.model),this.collection.each((function(e){e.get("value")<=t.get("value")&&e.set("active",!0)}))}},{key:"onChangeTagOption",value:function(t){var e=this.collection.findWhere({name:t.get("name")});e.set("active",!e.get("active"))}},{key:"isBooleanType",value:function(){return this.model.get("behavior")===p.a.Boolean}},{key:"isInclusiveType",value:function(){return this.model.get("behavior")===p.a.Inclusive}},{key:"isExclusiveType",value:function(){return this.model.get("behavior")===p.a.Exclusive}},{key:"isRangeType",value:function(){return this.model.get("behavior")===p.a.Range}},{key:"isTagType",value:function(){return this.model.get("behavior")===p.a.Tag}},{key:"getChildComponent",value:function(){return this.model.get("type")===f.a.Duration?Le:this.isTagType()?an:this.isRangeType()?ke:this.isBooleanType()?ae:Ht}},{key:"renderOptionsList",value:function(){this.showChildView("optionsList",new(this.getChildComponent())({collection:this.collection,model:this.model,channelName:this.channelName,isExclusiveType:this.isExclusiveType()}))}},{key:"onRender",value:function(){this.renderOptionsList()}},{key:"name",get:function(){return"FilterOptionsComponent"}},{key:"template",get:function(){return Ct.a}},{key:"className",get:function(){return"py-1"}},{key:"channelName",get:function(){return"".concat(this.name).concat(this.cid)}}])&&Rt(e.prototype,n),r&&Rt(e,r),a}(r.a.Component),xt=n(757),Ft=n.n(xt);function Nt(t){return(Nt="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function Dt(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function It(t,e){for(var n=0;n<e.length;n++){var o=e[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}function Lt(t,e,n){return e&&It(t.prototype,e),n&&It(t,n),t}function At(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&Vt(t,e)}function Vt(t,e){return(Vt=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function Mt(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,o=Bt(t);if(e){var r=Bt(this).constructor;n=Reflect.construct(o,arguments,r)}else n=o.apply(this,arguments);return Ut(this,n)}}function Ut(t,e){return!e||"object"!==Nt(e)&&"function"!=typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e}function Bt(t){return(Bt=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var Ht=function(t){At(n,t);var e=Mt(n);function n(t){return Dt(this,n),e.call(this,t)}return Lt(n,[{key:"regions",value:function(){return{options:".options-region"}}},{key:"events",value:function(){return{"click .default-option":"onClickDefaultOption"}}},{key:"onClickDefaultOption",value:function(t){t.stopPropagation(),this.model.get("behavior")===p.a.Inclusive?p.b.selectAllOptions(this.model):p.b.clearOptions(this.model),o.Radio.channel(this.options.channelName).trigger(i.i.Filters.OPTION_SELECTED),this.render()}},{key:"defaultOptionSelected",value:function(){return this.model.get("behavior")===p.a.Inclusive?p.b.allOptionsSelected(this.model):!p.b.hasOptionSelected(this.model)}},{key:"getInputType",value:function(){return this.options.isExclusiveType?"radio":"checkbox"}},{key:"viewOptions",value:function(){return{inputType:this.getInputType(),defaultOptionSelected:this.defaultOptionSelected(),defaultOptionLabel:this.model.get("defaultOptionLabel")}}},{key:"renderOptions",value:function(){this.showChildView("options",new Gt({collection:this.collection,childOptions:{channelName:this.options.channelName,isExclusiveType:this.options.isExclusiveType}}))}},{key:"onRender",value:function(){this.renderOptions()}},{key:"name",get:function(){return"FilterOptionsListComponent"}},{key:"template",get:function(){return Ft.a}}]),n}(r.a.Component),Gt=function(t){At(n,t);var e=Mt(n);function n(t){return Dt(this,n),e.call(this,t)}return Lt(n,[{key:"name",get:function(){return"FilterOptionComponentCollection"}},{key:"childView",get:function(){return Xt}},{key:"childViewOptions",get:function(){return this.options.childOptions}}]),n}(r.a.ComponentCollection),Wt=n(758),qt=n.n(Wt);function zt(t){return(zt="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function Qt(t,e){for(var n=0;n<e.length;n++){var o=e[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}function Yt(t,e){return(Yt=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function Jt(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,o=$t(t);if(e){var r=$t(this).constructor;n=Reflect.construct(o,arguments,r)}else n=o.apply(this,arguments);return Zt(this,n)}}function Zt(t,e){return!e||"object"!==zt(e)&&"function"!=typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e}function $t(t){return($t=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var Xt=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&Yt(t,e)}(a,t);var e,n,r,l=Jt(a);function a(t){return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,a),l.call(this,t)}return e=a,(n=[{key:"initialize",value:function(){this.bindListeners()}},{key:"events",value:function(){return{click:"onClick"}}},{key:"bindListeners",value:function(){this.listenTo(this.model,"change",this.render)}},{key:"onClick",value:function(t){t.stopPropagation(),o.Radio.channel(this.options.channelName).trigger(i.i.Filters.OPTION_SELECTED,this.model)}},{key:"getInputType",value:function(){return this.options.isExclusiveType?"radio":"checkbox"}},{key:"viewOptions",value:function(){return{inputType:this.getInputType()}}},{key:"name",get:function(){return"FilterOptionItemComponent"}},{key:"template",get:function(){return qt.a}},{key:"className",get:function(){return"filter-option-item py-1 cursor-pointer"}}])&&Qt(e.prototype,n),r&&Qt(e,r),a}(r.a.Component),Kt=n(759),te=n.n(Kt);function ee(t){return(ee="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function ne(t,e){for(var n=0;n<e.length;n++){var o=e[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}function oe(t,e){return(oe=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function re(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,o=le(t);if(e){var r=le(this).constructor;n=Reflect.construct(o,arguments,r)}else n=o.apply(this,arguments);return ie(this,n)}}function ie(t,e){return!e||"object"!==ee(e)&&"function"!=typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e}function le(t){return(le=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var ae=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&oe(t,e)}(a,t);var e,n,r,l=re(a);function a(t){return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,a),l.call(this,t)}return e=a,(n=[{key:"events",value:function(){return{"click .toggle-option":"onClickToggleOption"}}},{key:"onClickToggleOption",value:function(t){t.stopPropagation(),this.model.set("active",!this.model.get("active")),o.Radio.channel(this.options.channelName).trigger(i.i.Filters.OPTION_SELECTED),this.render()}},{key:"viewOptions",value:function(){return{isSelected:this.model.get("active")}}},{key:"name",get:function(){return"BoolFilterOptionComponent"}},{key:"template",get:function(){return te.a}}])&&ne(e.prototype,n),r&&ne(e,r),a}(r.a.Component),ce=n(760),ue=n.n(ce),se=n(761),fe=n.n(se);function pe(t){return(pe="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function he(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function ye(t,e){for(var n=0;n<e.length;n++){var o=e[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}function de(t,e,n){return e&&ye(t.prototype,e),n&&ye(t,n),t}function be(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&ve(t,e)}function ve(t,e){return(ve=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function ge(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,o=we(t);if(e){var r=we(this).constructor;n=Reflect.construct(o,arguments,r)}else n=o.apply(this,arguments);return me(this,n)}}function me(t,e){return!e||"object"!==pe(e)&&"function"!=typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e}function we(t){return(we=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var ke=function(t){be(n,t);var e=ge(n);function n(){return he(this,n),e.apply(this,arguments)}return de(n,[{key:"name",get:function(){return"RatingFilterOptionComponentCollection"}},{key:"className",get:function(){return"btn-group ".concat(fe.a.options," py-2")}},{key:"attributes",get:function(){return{role:"group"}}},{key:"childView",get:function(){return Oe}},{key:"childViewOptions",get:function(){return{channelName:this.options.channelName}}}]),n}(r.a.ComponentCollection),Oe=function(t){be(n,t);var e=ge(n);function n(){return he(this,n),e.apply(this,arguments)}return de(n,[{key:"events",value:function(){return{click:"onClick"}}},{key:"onClick",value:function(t){t.stopPropagation(),o.Radio.channel(this.options.channelName).trigger(i.i.Filters.OPTION_SELECTED,this.model)}},{key:"isSelected",value:function(){return this.model.get("active")}},{key:"onRender",value:function(){this.$el.tooltip()}},{key:"onBeforeDestroy",value:function(){this.$el.tooltip("dispose")}},{key:"name",get:function(){return"RatingFilterOptionItemComponent"}},{key:"template",get:function(){return ue.a}},{key:"tagName",get:function(){return"button"}},{key:"className",get:function(){var t="".concat(fe.a.option," border btn btn-");return this.isSelected()?"".concat(t,"info"):"".concat(t,"light")}},{key:"attributes",get:function(){return{type:"button",title:this.model.get("fullName")}}}]),n}(r.a.Component),Ce=n(762),Se=n.n(Ce),Re=n(763),_e=n.n(Re);function Ee(t){return(Ee="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function Pe(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Te(t,e){for(var n=0;n<e.length;n++){var o=e[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}function je(t,e,n){return e&&Te(t.prototype,e),n&&Te(t,n),t}function xe(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&Fe(t,e)}function Fe(t,e){return(Fe=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function Ne(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,o=Ie(t);if(e){var r=Ie(this).constructor;n=Reflect.construct(o,arguments,r)}else n=o.apply(this,arguments);return De(this,n)}}function De(t,e){return!e||"object"!==Ee(e)&&"function"!=typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e}function Ie(t){return(Ie=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var Le=function(t){xe(n,t);var e=Ne(n);function n(){return Pe(this,n),e.apply(this,arguments)}return je(n,[{key:"getOptionItemClassName",value:function(){var t=_e.a.optionItem;return 4===this.collection.length&&(t+=" ".concat(_e.a.customOptionItem)),t}},{key:"name",get:function(){return"DurationFilterOptionComponentCollection"}},{key:"childView",get:function(){return Ae}},{key:"className",get:function(){return _e.a.options}},{key:"childViewOptions",get:function(){return{channelName:this.options.channelName,optionItemClassName:this.getOptionItemClassName()}}}]),n}(r.a.ComponentCollection),Ae=function(t){xe(n,t);var e=Ne(n);function n(t){return Pe(this,n),e.call(this,t)}return je(n,[{key:"events",value:function(){return{"click .option-btn":"onClickOption"}}},{key:"viewOptions",value:function(){return{buttonClass:this.getButtonClass()}}},{key:"onClickOption",value:function(t){t.stopPropagation(),o.Radio.channel(this.options.channelName).trigger(i.i.Filters.OPTION_SELECTED,this.model)}},{key:"isSelected",value:function(){return this.model.get("active")}},{key:"getButtonClass",value:function(){var t="btn ".concat(_e.a.optionButton," p-1");return this.isSelected()?t+=" btn-info":t+=" btn-light",t}},{key:"name",get:function(){return"DurationFilterItemComponent"}},{key:"template",get:function(){return Se.a}},{key:"className",get:function(){return"d-inline-block p-1 ".concat(this.options.optionItemClassName)}}]),n}(r.a.Component),Ve=n(1),Me=n(105),Ue=n(764),Be=n.n(Ue),He=n(765),Ge=n.n(He),We=n(689),qe=n(766),ze=n.n(qe);function Qe(t){return(Qe="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function Ye(t,e){for(var n=0;n<e.length;n++){var o=e[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}function Je(t,e){return(Je=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function Ze(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,o=Xe(t);if(e){var r=Xe(this).constructor;n=Reflect.construct(o,arguments,r)}else n=o.apply(this,arguments);return $e(this,n)}}function $e(t,e){return!e||"object"!==Qe(e)&&"function"!=typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e}function Xe(t){return(Xe=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var Ke=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&Je(t,e)}(i,t);var e,n,o,r=Ze(i);function i(t){return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,i),r.call(this,t)}return e=i,(n=[{key:"regions",value:function(){return{tags:{el:".tags-region",replaceElement:!0,partialLoading:l.j.TagFilter}}}},{key:"onBeforeRender",value:function(){return!Ve.isNull(this.collection)}},{key:"onRender",value:function(){this.showChildView("tags",new We.a({collection:this.collection,channelName:this.options.channelName,behavior:this.options.behavior,removeEvent:this.options.removeEvent,clickEvent:this.options.clickEvent}))}},{key:"name",get:function(){return"TagFilterOptionsListComponent"}},{key:"template",get:function(){return ze.a}}])&&Ye(e.prototype,n),o&&Ye(e,o),i}(r.a.Component);function tn(t){return(tn="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function en(t,e){for(var n=0;n<e.length;n++){var o=e[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}function nn(t,e){return(nn=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function on(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,o=ln(t);if(e){var r=ln(this).constructor;n=Reflect.construct(o,arguments,r)}else n=o.apply(this,arguments);return rn(this,n)}}function rn(t,e){return!e||"object"!==tn(e)&&"function"!=typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e}function ln(t){return(ln=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var an=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&nn(t,e)}(a,t);var e,n,r,l=on(a);function a(t){return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,a),l.call(this,t)}return e=a,(n=[{key:"initialize",value:function(){this.bindListeners(),this.setRelevantTags()}},{key:"regions",value:function(){return{selectedTags:{el:".selected-tags-region",replaceElement:!0},relevantTags:{el:".relevant-tags-region",replaceElement:!0}}}},{key:"bindListeners",value:function(){this.listenTo(this.channelName,"on:option:change",this.onChange)}},{key:"onChange",value:function(t){o.Radio.channel(this.options.channelName).trigger(i.i.Filters.OPTION_SELECTED,t,!0),o.Radio.channel(h.a.TagFilter).trigger("change:relevant:tags"),this.relevantTags=null,this.render()}},{key:"setRelevantTags",value:function(){var t=p.b.getSelectedOptions(this.collection).map((function(t){return t.get("id")}));this.collection.length!==t.length?this.relevantTags=new L.b(this.collection.filter((function(e){return!Ve.contains(t,e.get("id"))})).slice(0,5)):this.relevantTags=null}},{key:"hasSelectedTags",value:function(){var t=p.b.getSelectedOptions(this.collection);return t&&!!t.length}},{key:"hasRelevantTags",value:function(){return Ve.isNull(this.relevantTags)||this.relevantTags&&!!this.relevantTags.length}},{key:"renderSelectedTags",value:function(){if(this.hasSelectedTags()){var t=p.b.getSelectedOptions(this.collection);this.showChildView("selectedTags",new Ke({collection:t,channelName:this.channelName,behavior:Me.c.Filter,removeEvent:"on:option:change"}))}}},{key:"renderRelevantTags",value:function(){this.showChildView("relevantTags",new Ke({collection:this.relevantTags,channelName:this.channelName,behavior:Me.c.Filter,clickEvent:"on:option:change"}))}},{key:"viewOptions",value:function(){return{showEmptyState:!this.hasSelectedTags()&&!this.hasRelevantTags(),useDivider:this.hasSelectedTags()&&this.hasRelevantTags()}}},{key:"onRender",value:function(){this.renderSelectedTags(),this.renderRelevantTags()}},{key:"name",get:function(){return"TagFilterOptionsComponent"}},{key:"template",get:function(){return Ge.a}},{key:"lang",get:function(){return"search.tagFilterOptions"}},{key:"className",get:function(){return"".concat(Be.a.container)}},{key:"channelName",get:function(){return"".concat(this.name).concat(this.cid)}}])&&en(e.prototype,n),r&&en(e,r),a}(r.a.Component);n.d(e,"f",(function(){return rt})),n.d(e,"b",(function(){return ft})),n.d(e,"a",(function(){return kt})),n.d(e,"d",(function(){return jt})),n.d(e,"e",(function(){return Ht})),n.d(e,"c",(function(){return Xt}))},953:function(t,e,n){var o=n(8);t.exports=(o.default||o).template({compiler:[8,">= 4.3.0"],main:function(t,e,n,o,r){t.propertyIsEnumerable;return'<div class="d-inline-block border-right py-1 pr-3"><strong>'+t.escapeExpression((n.lang||e&&e.lang||t.hooks.helperMissing).call(null!=e?e:t.nullContext||{},"filters",{name:"lang",hash:{},data:r}))+'</strong></div>\r\n<div class="filter-list-region d-inline-block pl-2"></div>'},useData:!0})},954:function(t,e,n){var o=n(8);t.exports=(o.default||o).template({1:function(t,e,n,o,r){t.propertyIsEnumerable;return'<button class="generate-pdf btn btn-light d-inline-block" type="button">'+t.escapeExpression((n.lang||e&&e.lang||t.hooks.helperMissing).call(null!=e?e:t.nullContext||{},"generatePdf",{name:"lang",hash:{},data:r}))+"</button>\r\n"},compiler:[8,">= 4.3.0"],main:function(t,e,n,o,r){var i;t.propertyIsEnumerable;return'<div class="filters-region d-inline-block"></div>\r\n'+(null!=(i=n.if.call(null!=e?e:t.nullContext||{},null!=(i=null!=e?e.options:e)?i.showGeneratePdf:i,{name:"if",hash:{},fn:t.program(1,r,0),inverse:t.noop,data:r}))?i:"")},useData:!0})},955:function(t,e,n){var o=n(8);t.exports=(o.default||o).template({1:function(t,e,n,o,r){return'<div class="left-nav-region"></div>'},compiler:[8,">= 4.3.0"],main:function(t,e,n,o,r){var i;t.propertyIsEnumerable;return'<div class="header-region"></div>\r\n'+(null!=(i=n.if.call(null!=e?e:t.nullContext||{},null!=(i=null!=e?e.options:e)?i.showLeftNav:i,{name:"if",hash:{},fn:t.program(1,r,0),inverse:t.noop,data:r}))?i:"")+'<div class="'+t.escapeExpression(t.lambda(null!=(i=null!=e?e.options:e)?i.contentClass:i,e))+'">\r\n<div class="list-header-region"></div>\r\n<div class="video-list-region"></div>\r\n<div class="pagination-region"></div>\r\n</div>'},useData:!0})}}]);