@clickview/lite 0.0.25 → 0.0.26-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 (943) hide show
  1. package/.eslintrc.json +3 -0
  2. package/dist/css/13.chunk.css +14 -4
  3. package/dist/css/14.chunk.css +5 -9
  4. package/dist/css/16.chunk.css +6 -6
  5. package/dist/css/17.chunk.css +7 -7
  6. package/dist/css/18.chunk.css +7 -3
  7. package/dist/css/19.chunk.css +6 -6
  8. package/dist/css/2.chunk.css +1 -1
  9. package/dist/css/20.chunk.css +6 -4
  10. package/dist/css/21.chunk.css +4 -2
  11. package/dist/css/22.chunk.css +6 -4
  12. package/dist/css/23.chunk.css +6 -4
  13. package/dist/css/24.chunk.css +5 -5
  14. package/dist/css/25.chunk.css +3 -3
  15. package/dist/css/26.chunk.css +1 -7
  16. package/dist/css/27.chunk.css +6 -2
  17. package/dist/css/28.chunk.css +6 -2
  18. package/dist/css/29.chunk.css +2 -2
  19. package/dist/css/3.chunk.css +3 -3
  20. package/dist/css/30.chunk.css +2 -2
  21. package/dist/css/32.chunk.css +2 -6
  22. package/dist/css/33.chunk.css +2 -2
  23. package/dist/css/34.chunk.css +7 -1
  24. package/dist/css/37.chunk.css +3 -3
  25. package/dist/css/38.chunk.css +2 -15
  26. package/dist/css/39.chunk.css +2 -4
  27. package/dist/css/4.chunk.css +8 -0
  28. package/dist/css/40.chunk.css +4 -4
  29. package/dist/css/41.chunk.css +2 -38
  30. package/dist/css/45.chunk.css +2 -36
  31. package/dist/css/52.chunk.css +1 -51
  32. package/dist/css/53.chunk.css +3 -1
  33. package/dist/css/54.chunk.css +1 -1
  34. package/dist/css/56.chunk.css +1 -13
  35. package/dist/css/57.chunk.css +1 -13
  36. package/dist/css/7.chunk.css +2 -92
  37. package/dist/css/9.chunk.css +4 -0
  38. package/dist/css/lite-app.css +55 -3
  39. package/dist/en.json +1 -1
  40. package/dist/libs/analytics/src/clients/CollectionApiClient.d.ts +1 -3
  41. package/dist/libs/analytics/src/enrichers/BaseAnalyticsEnricher.d.ts +1 -1
  42. package/dist/libs/analytics/src/enrichers/UserDataEnricher.d.ts +1 -1
  43. package/dist/libs/analytics/src/interfaces/AnalyticsTypes.d.ts +8 -3
  44. package/dist/libs/analytics/src/utils/TypeHelper.d.ts +1 -1
  45. package/dist/libs/analytics/src/utils/VideoDataFormatHelper.d.ts +5 -5
  46. package/dist/libs/common/src/backbone/constants/CommonServices.d.ts +0 -1
  47. package/dist/libs/common/src/backbone/core/BaseAppRouter.d.ts +1 -1
  48. package/dist/libs/common/src/backbone/core/BaseApplication.d.ts +1 -1
  49. package/dist/libs/common/src/backbone/core/BaseBehavior.d.ts +1 -1
  50. package/dist/libs/common/src/backbone/core/BaseCollection.d.ts +1 -1
  51. package/dist/libs/common/src/backbone/core/BaseCollectionView.d.ts +1 -1
  52. package/dist/libs/common/src/backbone/core/BaseLayoutView.d.ts +1 -1
  53. package/dist/libs/common/src/backbone/core/BaseModel.d.ts +1 -1
  54. package/dist/libs/common/src/backbone/core/BaseNestedModel.d.ts +1 -1
  55. package/dist/libs/common/src/backbone/core/BaseService.d.ts +1 -1
  56. package/dist/libs/common/src/backbone/core/BaseView.d.ts +2 -2
  57. package/dist/libs/common/src/backbone/core/LayoutService.d.ts +1 -1
  58. package/dist/libs/common/src/backbone/core/ListenToRadio.d.ts +1 -1
  59. package/dist/libs/common/src/backbone/core/Shell.d.ts +1 -1
  60. package/dist/libs/common/src/backbone/interfaces/BaseCollectionIdentifier.d.ts +2 -1
  61. package/dist/libs/common/src/backbone/interfaces/DataProvider.d.ts +1 -1
  62. package/dist/libs/common/src/backbone/services/LanguageService.d.ts +1 -1
  63. package/dist/libs/common/src/backbone/services/data-providers/AjaxDataProvider.d.ts +1 -1
  64. package/dist/libs/common/src/backbone/services/data-providers/SignalRDataProvider.d.ts +2 -2
  65. package/dist/libs/common/src/backbone/utils/FunctionHelper.d.ts +3 -3
  66. package/dist/libs/common/src/react/components/BackboneViewWrapper.d.ts +2 -2
  67. package/dist/libs/common/src/react/flight/FlightMiddleware.d.ts +1 -1
  68. package/dist/libs/common/src/react/flight/interfaces/HttpRequest.d.ts +3 -0
  69. package/dist/libs/common/src/react/middleware/ApplicationMiddleware.d.ts +2 -1
  70. package/dist/libs/common/src/react/utils/ArrayHelper.d.ts +5 -4
  71. package/dist/libs/common/src/react/utils/FetchHelper.d.ts +1 -1
  72. package/dist/libs/common/src/react/utils/TextHelper.d.ts +1 -1
  73. package/dist/libs/shared/src/apps/notifications/views/popover/NotificationsPopoverView.d.ts +2 -2
  74. package/dist/libs/shared/src/apps/playlists/utils/getBackgroundColourClass.d.ts +2 -0
  75. package/dist/libs/shared/src/apps/search/utils/InstantSearchHelper.d.ts +5 -5
  76. package/dist/libs/shared/src/apps/search/utils/TypeaheadHelper.d.ts +24 -24
  77. package/dist/libs/shared/src/apps/search/views/search-bar/SearchBarView.d.ts +5 -5
  78. package/dist/libs/shared/src/apps/subjects/components/preferences/footer/PreferenceFooter.d.ts +1 -1
  79. package/dist/libs/shared/src/apps/upload/errors/file-type/FileTypeError.d.ts +1 -1
  80. package/dist/libs/shared/src/components/banner-header/BannerHeader.d.ts +1 -0
  81. package/dist/libs/shared/src/components/forms/form-buttons/FormButtons.d.ts +2 -1
  82. package/dist/libs/shared/src/components/forms/form-checkbox/FormCheckbox.d.ts +1 -1
  83. package/dist/libs/shared/src/components/forms/form-field/CharacterCounter.d.ts +3 -2
  84. package/dist/libs/shared/src/components/forms/form-field/FormField.d.ts +4 -3
  85. package/dist/libs/shared/src/components/forms/form-wrapper/FormWrapper.d.ts +2 -1
  86. package/dist/libs/shared/src/components/lazy-image/LazyImage.d.ts +1 -0
  87. package/dist/libs/shared/src/components/popup/Popup.d.ts +14 -0
  88. package/dist/libs/shared/src/components/search-bar/SearchBar.d.ts +24 -0
  89. package/dist/libs/shared/src/components/search-bar/SearchInput.d.ts +6 -2
  90. package/dist/libs/shared/src/components/thumbnails/base/BaseThumbnail.d.ts +4 -2
  91. package/dist/libs/shared/src/components/thumbnails/video/VideoThumbnail.d.ts +2 -2
  92. package/dist/libs/shared/src/components/widgets/fixed-widget/FixedWidget.d.ts +17 -8
  93. package/dist/libs/shared/src/components/widgets/fixed-widget/FixedWidgetUtils.d.ts +1 -1
  94. package/dist/libs/shared/src/components/widgets/fixed-widget/PartialFixedWidget.d.ts +1 -6
  95. package/dist/libs/shared/src/components/widgets/items/playlist-widget-item/PlaylistWidgetItem.d.ts +1 -2
  96. package/dist/libs/shared/src/components/widgets/items/resource-widget-item/ResourceWidgetItem.d.ts +3 -2
  97. package/dist/libs/shared/src/components/widgets/items/tall-subject-widget-item/TallSubjectWidgetItem.d.ts +1 -2
  98. package/dist/libs/shared/src/components/widgets/items/video-widget-item/VideoWidgetItem.d.ts +2 -2
  99. package/dist/libs/shared/src/components/widgets/sliding-list/SlidingListContainer.d.ts +1 -1
  100. package/dist/libs/shared/src/components/widgets/widget-button/WidgetButton.d.ts +1 -0
  101. package/dist/libs/shared/src/constants/BootstrapKeys.d.ts +1 -0
  102. package/dist/libs/shared/src/enums/ObjectStatus.d.ts +5 -0
  103. package/dist/libs/shared/src/enums/PlayerMediaType.d.ts +4 -0
  104. package/dist/libs/shared/src/enums/UserGroup.d.ts +3 -2
  105. package/dist/libs/shared/src/enums/WidgetContents.d.ts +2 -1
  106. package/dist/libs/shared/src/flight-requests/ConfigRequests.d.ts +3 -1
  107. package/dist/libs/shared/src/flight-requests/PlayerRequests.d.ts +5 -0
  108. package/dist/libs/shared/src/flight-requests/PlaylistRequests.d.ts +1 -0
  109. package/dist/libs/shared/src/flight-requests/PreferenceRequests.d.ts +1 -1
  110. package/dist/libs/shared/src/flight-requests/ThemeRequests.d.ts +2 -0
  111. package/dist/libs/shared/src/flight-requests/UserRequests.d.ts +3 -1
  112. package/dist/libs/shared/src/images/svg/ImportedSvgs.d.ts +3 -1
  113. package/dist/libs/shared/src/images/svg/actions/index.d.ts +3 -1
  114. package/dist/libs/shared/src/interfaces/collections/index.d.ts +1 -0
  115. package/dist/libs/shared/src/interfaces/models/Config.d.ts +2 -0
  116. package/dist/libs/shared/src/interfaces/models/Glance.d.ts +2 -0
  117. package/dist/libs/shared/src/interfaces/models/Link.d.ts +1 -0
  118. package/dist/libs/shared/src/interfaces/models/PlayerViewKey.d.ts +3 -0
  119. package/dist/libs/shared/src/interfaces/models/Resource.d.ts +11 -3
  120. package/dist/libs/shared/src/interfaces/models/Thumbnail.d.ts +3 -0
  121. package/dist/libs/shared/src/interfaces/models/User.d.ts +8 -1
  122. package/dist/libs/shared/src/interfaces/models/index.d.ts +4 -0
  123. package/dist/libs/shared/src/interfaces/requests/CreateViewKeyRequest.d.ts +5 -0
  124. package/dist/libs/shared/src/interfaces/requests/UpdateVideoRequest.d.ts +5 -1
  125. package/dist/libs/shared/src/interfaces/requests/index.d.ts +4 -0
  126. package/dist/libs/shared/src/interfaces/services/BaseConfigDataService.d.ts +5 -0
  127. package/dist/libs/shared/src/interfaces/services/BaseUserDataService.d.ts +2 -0
  128. package/dist/libs/shared/src/interfaces/services/index.d.ts +1 -0
  129. package/dist/libs/shared/src/legacy/components/thumbnail/ThumbnailComponent.d.ts +1 -1
  130. package/dist/libs/shared/src/utils/ImageHelper.d.ts +5 -4
  131. package/dist/libs/shared/src/utils/SvgHelper.d.ts +0 -1
  132. package/dist/libs/shared/src/utils/UserHelper.d.ts +3 -0
  133. package/dist/libs/shared/src/utils/VideoDetailsHelper.d.ts +18 -0
  134. package/dist/projects/lite/src/app.d.ts +37 -16
  135. package/dist/projects/lite/src/apps/classrooms/components/classroom-activities-list/ClassroomActivitiesList.d.ts +1 -4
  136. package/dist/projects/lite/src/apps/classrooms/components/classroom-activities-list/empty-state/ClassroomActivitiesListEmptyState.d.ts +1 -4
  137. package/dist/projects/lite/src/apps/classrooms/components/classroom-students-list/ClassroomStudentItem.d.ts +3 -2
  138. package/dist/projects/lite/src/apps/classrooms/components/classroom-students-list/ClassroomStudentsList.d.ts +3 -2
  139. package/dist/projects/lite/src/apps/classrooms/components/classroom-students-list/empty-state/ClassroomStudentsListEmptyState.d.ts +1 -4
  140. package/dist/projects/lite/src/apps/classrooms/components/manage-classroom-student-item/ManageClassroomStudentItem.d.ts +3 -2
  141. package/dist/projects/lite/src/apps/classrooms/flight-requests/ClassroomRequests.d.ts +5 -3
  142. package/dist/projects/lite/src/apps/classrooms/views/create-classroom/CreateClassroomView.d.ts +1 -1
  143. package/dist/projects/lite/src/apps/classrooms/views/edit-classroom/EditClassroomView.d.ts +2 -2
  144. package/dist/projects/lite/src/apps/content-updates/LiteContentUpdatesApplication.d.ts +1 -1
  145. package/dist/projects/lite/src/apps/content-updates/components/classification-update-breadcrumbs/ClassificationUpdateBreadcrumbs.d.ts +2 -2
  146. package/dist/projects/lite/src/apps/default/LiteDefaultApplication.d.ts +2 -0
  147. package/dist/projects/lite/src/apps/playlists/LitePlaylistsApplication.d.ts +1 -0
  148. package/dist/projects/lite/src/apps/playlists/constants/PlaylistBgColourClassNames.d.ts +1 -0
  149. package/dist/projects/lite/src/apps/playlists/views/copy-playlist/CopyPlaylistView.d.ts +7 -0
  150. package/dist/projects/lite/src/apps/search/components/filter-types/index.d.ts +1 -1
  151. package/dist/projects/lite/src/apps/search/components/filter-types/more-filters/MoreFilters.d.ts +1 -4
  152. package/dist/projects/lite/src/apps/search/components/filter-types/radio-filter/{year-level/YearLevelRadioFilter.d.ts → year-group/YearGroupRadioFilter.d.ts} +3 -3
  153. package/dist/projects/lite/src/apps/search/components/scoped-search-bar/ScopedSearchBar.d.ts +2 -0
  154. package/dist/projects/lite/src/apps/search/interfaces/SearchFilter.d.ts +1 -1
  155. package/dist/projects/lite/src/apps/search/utils/FilterHelper.d.ts +2 -2
  156. package/dist/projects/lite/src/apps/settings/components/SettingsGroup.d.ts +2 -2
  157. package/dist/projects/lite/src/apps/subjects/LiteSubjectApplication.d.ts +2 -3
  158. package/dist/projects/lite/src/apps/subjects/utils/OnboardingHelper.d.ts +1 -2
  159. package/dist/projects/lite/src/apps/user-manager/LiteUserManagerApplication.d.ts +13 -8
  160. package/dist/projects/lite/src/apps/user-manager/components/bulk-upload-file-select/BulkUploadFileSelect.d.ts +4 -6
  161. package/dist/projects/lite/src/apps/user-manager/components/delete-uploaded-user-popup/DeleteUploadedUserPopup.d.ts +8 -0
  162. package/dist/projects/lite/src/apps/user-manager/components/edit-uploaded-user-popup/EditUploadedUserPopup.d.ts +6 -5
  163. package/dist/projects/lite/src/apps/user-manager/components/edit-user-details/EditUserDetails.d.ts +15 -0
  164. package/dist/projects/lite/src/apps/user-manager/components/manage-users-list/ManageUsersList.d.ts +4 -6
  165. package/dist/projects/lite/src/apps/user-manager/components/manage-users-list/staff/ManageStaffItem.d.ts +9 -0
  166. package/dist/projects/lite/src/apps/user-manager/components/manage-users-list/students/ManageStudentItem.d.ts +2 -2
  167. package/dist/projects/lite/src/apps/user-manager/components/user-details-form/UserDetailsForm.d.ts +5 -5
  168. package/dist/projects/lite/src/apps/user-manager/components/user-review-table/UserReviewRow.d.ts +13 -0
  169. package/dist/projects/lite/src/apps/user-manager/components/user-review-table/UserReviewTable.d.ts +13 -0
  170. package/dist/projects/lite/src/apps/user-manager/components/year-group-select/YearGroupSelect.d.ts +8 -0
  171. package/dist/projects/lite/src/apps/user-manager/flight-requests/SchoolUserRequests.d.ts +12 -22
  172. package/dist/projects/lite/src/apps/user-manager/interfaces/BulkDeleteUsersRequest.d.ts +7 -0
  173. package/dist/projects/lite/src/apps/user-manager/interfaces/BulkUpdateUserStatusRequest.d.ts +8 -0
  174. package/dist/projects/lite/src/apps/user-manager/interfaces/EditUserRequest.d.ts +20 -6
  175. package/dist/projects/lite/src/apps/user-manager/interfaces/index.d.ts +1 -4
  176. package/dist/projects/lite/src/apps/user-manager/interfaces/mocks/MockClassroom.d.ts +2 -3
  177. package/dist/projects/lite/src/apps/user-manager/reducers/UserUploadReducer.d.ts +3 -4
  178. package/dist/projects/lite/src/apps/user-manager/validation/user-validation/UserValidationSchema.d.ts +23 -12
  179. package/dist/projects/lite/src/apps/user-manager/views/bulk-remove-users/BulkRemoveUsersView.d.ts +8 -0
  180. package/dist/projects/lite/src/apps/user-manager/views/create-user/CreateUserView.d.ts +8 -0
  181. package/dist/projects/lite/src/apps/user-manager/views/edit-user/EditUserView.d.ts +9 -0
  182. package/dist/projects/lite/src/apps/user-manager/views/{school-teacher-manager/SchoolTeacherManagerView.d.ts → school-staff-manager/SchoolStaffManagerView.d.ts} +2 -2
  183. package/dist/projects/lite/src/apps/user-manager/views/school-staff-manager/empty-state/SchoolStaffManagerEmptyState.d.ts +7 -0
  184. package/dist/projects/lite/src/apps/user-manager/views/school-student-manager/empty-state/SchoolStudentManagerEmptyState.d.ts +6 -1
  185. package/dist/projects/lite/src/apps/user-manager/views/toggle-user-status/ToggleUserStatusView.d.ts +7 -0
  186. package/dist/projects/lite/src/apps/user-manager/views/user-upload-review/UserUploadReviewView.d.ts +8 -0
  187. package/dist/projects/lite/src/shared/components/floating-player/FloatingPlayer.d.ts +7 -0
  188. package/dist/projects/lite/src/shared/components/play-page/PlayPage.d.ts +2 -0
  189. package/dist/projects/lite/src/shared/components/video-info-button/VideoInfoButton.d.ts +1 -1
  190. package/dist/projects/lite/src/shared/constants/LiteActions.d.ts +9 -8
  191. package/dist/projects/lite/src/shared/constants/LiteHostPlaceholderMappings.d.ts +6 -0
  192. package/dist/projects/lite/src/shared/constants/LiteViewModels.d.ts +2 -2
  193. package/dist/projects/lite/src/shared/constants/Services.d.ts +1 -0
  194. package/dist/projects/lite/src/shared/flight-requests/VideoRequests.d.ts +2 -3
  195. package/dist/projects/lite/src/shared/hooks/useHandleObjectError.d.ts +2 -2
  196. package/dist/projects/lite/src/shared/hooks/useInitPlayerContext.d.ts +21 -14
  197. package/dist/projects/lite/src/shared/interfaces/mocks/MockClassroomGroup.d.ts +2 -3
  198. package/dist/projects/lite/src/shared/services/FlightConfigDataService.d.ts +13 -0
  199. package/dist/projects/lite/src/shared/services/FlightUserDataService.d.ts +3 -0
  200. package/dist/projects/lite/src/shared/views/create-clip/CreateClipView.d.ts +6 -0
  201. package/dist/projects/lite/src/startup/RegisterAnalytics.d.ts +1 -1
  202. package/dist/projects/lite/src/startup/RegisterAppOptions.d.ts +1 -1
  203. package/dist/projects/lite/src/startup/RegisterApplicationVariables.d.ts +1 -1
  204. package/dist/projects/lite/src/startup/RegisterApplications.d.ts +1 -1
  205. package/dist/projects/lite/src/startup/RegisterCaches.d.ts +1 -1
  206. package/dist/projects/lite/src/startup/RegisterDataProviders.d.ts +1 -1
  207. package/dist/projects/lite/src/startup/RegisterDataServices.d.ts +1 -1
  208. package/dist/projects/lite/src/startup/RegisterErrorHandlers.d.ts +1 -1
  209. package/dist/projects/lite/src/startup/RegisterHandlebarsHelpers.d.ts +1 -1
  210. package/dist/projects/lite/src/startup/RegisterLayouts.d.ts +1 -1
  211. package/dist/projects/lite/src/startup/RegisterServices.d.ts +1 -1
  212. package/dist/projects/lite/src/startup/RegisterStore.d.ts +1 -1
  213. package/dist/projects/lite/src/startup/RegisterViewDataExtensions.d.ts +1 -1
  214. package/dist/projects/lite/src/styles/index.d.ts +3 -0
  215. package/dist/projects/player/src/components/chapter-bar-items/chapter-bar-item.d.ts +79 -0
  216. package/dist/projects/player/src/components/chapter-bar-items/chapter-bar-items.d.ts +55 -0
  217. package/dist/projects/player/src/components/chapter-bar-items/chapter-bar-load-progress.d.ts +55 -0
  218. package/dist/projects/player/src/components/chapter-bar-items/chapter-bar-play-progress.d.ts +55 -0
  219. package/dist/projects/player/src/components/chapter-seek-bar/chapter-seek-bar.d.ts +1 -0
  220. package/dist/projects/player/src/components/chapters-button/chapter-menu-item.d.ts +60 -0
  221. package/dist/projects/player/src/components/chapters-button/chapters-button.d.ts +1 -0
  222. package/dist/projects/player/src/components/cog-button/cog-button.d.ts +38 -0
  223. package/dist/projects/player/src/components/collapserator/collapserator.d.ts +4 -0
  224. package/dist/projects/player/src/components/mouse-time-display/mouse-time-display.d.ts +3 -0
  225. package/dist/projects/player/src/components/playback-rate-button/playback-rate-button.d.ts +1 -0
  226. package/dist/projects/player/src/components/progress-control/progress-control.d.ts +1 -0
  227. package/dist/projects/player/src/components/quality-selector/quality-button.d.ts +1 -0
  228. package/dist/projects/player/src/components/quality-selector/quality-menu-item.d.ts +17 -0
  229. package/dist/projects/player/src/components/subs-caps-button/subs-caps-button.d.ts +1 -0
  230. package/dist/projects/player/src/components/thumbnail-display/thumbnail-display.d.ts +66 -0
  231. package/dist/projects/player/src/components/time-tooltip/time-tooltip.d.ts +15 -0
  232. package/dist/projects/player/src/components/time-wrapper/time-wrapper.d.ts +1 -0
  233. package/dist/projects/player/src/interfaces/CollapsibleComponent.d.ts +10 -0
  234. package/dist/projects/player/src/interfaces/models/ApiError.d.ts +4 -0
  235. package/dist/projects/player/src/interfaces/models/PlaybackObject.d.ts +32 -0
  236. package/dist/projects/player/src/players/base-player.d.ts +64 -0
  237. package/dist/projects/player/src/players/create-clip-player.d.ts +16 -0
  238. package/dist/projects/player/src/players/player.d.ts +15 -0
  239. package/dist/projects/player/src/plugins/clip-plugin/clip-plugin.d.ts +50 -0
  240. package/dist/projects/player/src/plugins/create-clip-plugin/components/clip-timepoint-selector/clip-timepoint-selector-handle.d.ts +54 -0
  241. package/dist/projects/player/src/plugins/create-clip-plugin/components/clip-timepoint-selector/clip-timepoint-selector.d.ts +89 -0
  242. package/dist/projects/player/src/plugins/create-clip-plugin/components/create-clip-seek-bar/create-clip-seek-bar.d.ts +14 -0
  243. package/dist/projects/player/src/plugins/create-clip-plugin/create-clip-plugin.d.ts +14 -0
  244. package/dist/projects/player/src/plugins/example-plugin/components/example-button/example-button.d.ts +1 -0
  245. package/dist/projects/player/src/plugins/example-plugin/components/example-react-button/example-react-button.d.ts +1 -0
  246. package/dist/projects/player/src/plugins/example-plugin/example-plugin.d.ts +2 -0
  247. package/dist/projects/player/src/plugins/fullscreen-on-rotate-plugin/fullscreen-on-rotate-plugin.d.ts +1 -0
  248. package/dist/projects/player/src/plugins/open-externally-plugin/components/open-externally-button.d.ts +1 -0
  249. package/dist/projects/player/src/plugins/open-externally-plugin/interfaces/ExternalLinkOptions.d.ts +3 -0
  250. package/dist/projects/player/src/plugins/open-externally-plugin/open-externally-plugin.d.ts +1 -0
  251. package/dist/projects/player/src/plugins/persist-volume-plugin/persist-volume-plugin.d.ts +1 -0
  252. package/dist/projects/player/src/plugins/progress-reporter-plugin/progress-reporter-plugin.d.ts +9 -0
  253. package/dist/projects/player/src/plugins/progressive-files-plugin/ProgressiveFilesPluginOptions.d.ts +4 -0
  254. package/dist/projects/player/src/plugins/progressive-files-plugin/ProgressiveRepresentation.d.ts +10 -0
  255. package/dist/projects/player/src/plugins/progressive-files-plugin/interfaces/Source.d.ts +6 -0
  256. package/dist/projects/player/src/plugins/progressive-files-plugin/progressive-files-plugin.d.ts +38 -0
  257. package/dist/projects/player/src/plugins/touch-controls-plugin/components/touch-controls/touch-controls.d.ts +59 -0
  258. package/dist/projects/player/src/plugins/touch-controls-plugin/touch-controls-plugin.d.ts +1 -0
  259. package/dist/projects/player/src/react/CreateClipPlayer.d.ts +3 -0
  260. package/dist/projects/player/src/react/EmbeddedPlayer.d.ts +7 -0
  261. package/dist/projects/player/src/react/Player.d.ts +8 -0
  262. package/dist/projects/player/src/react/react-component.d.ts +56 -0
  263. package/dist/projects/player/src/services/analytics-service.d.ts +15 -0
  264. package/dist/projects/player/src/utils/ajax-helper.d.ts +6 -0
  265. package/dist/projects/player/src/utils/fn.d.ts +14 -0
  266. package/dist/projects/player/src/utils/formatTime.d.ts +5 -0
  267. package/dist/projects/player/src/utils/hotkeys.d.ts +5 -0
  268. package/dist/projects/player/src/utils/scrollbar-helper.d.ts +6 -0
  269. package/dist/projects/player/src/utils/track-helper.d.ts +7 -0
  270. package/dist/scripts/0-171f181888.chunk.js +1 -0
  271. package/dist/scripts/1-7259e8a8bb.chunk.js +17 -0
  272. package/dist/scripts/10-66b105c2d8.chunk.js +1 -0
  273. package/dist/scripts/13-8c3673e075.chunk.js +1 -0
  274. package/dist/scripts/14-4bc696763a.chunk.js +1 -0
  275. package/dist/scripts/15-043e863dfb.chunk.js +1 -0
  276. package/dist/scripts/16-72a65d16e6.chunk.js +1 -0
  277. package/dist/scripts/17-067ea21652.chunk.js +1 -0
  278. package/dist/scripts/18-b4fa1e52f9.chunk.js +1 -0
  279. package/dist/scripts/19-e3599f7685.chunk.js +1 -0
  280. package/dist/scripts/2-370c1659a0.chunk.js +1 -0
  281. package/dist/scripts/20-0443e17d0b.chunk.js +1 -0
  282. package/dist/scripts/21-036b228cd8.chunk.js +1 -0
  283. package/dist/scripts/22-cfa11ae67b.chunk.js +1 -0
  284. package/dist/scripts/23-11a05b88f7.chunk.js +1 -0
  285. package/dist/scripts/24-c5c0ed3eb9.chunk.js +1 -0
  286. package/dist/scripts/25-83f2683f6f.chunk.js +1 -0
  287. package/dist/scripts/26-8e1ef2b8d3.chunk.js +1 -0
  288. package/dist/scripts/27-9cecba37e9.chunk.js +1 -0
  289. package/dist/scripts/28-4e578edcd5.chunk.js +1 -0
  290. package/dist/scripts/29-685b428459.chunk.js +1 -0
  291. package/dist/scripts/3-ef3041edd1.chunk.js +1 -0
  292. package/dist/scripts/30-e7d4add37c.chunk.js +1 -0
  293. package/dist/scripts/31-407fbd904c.chunk.js +53 -0
  294. package/dist/scripts/32-8434ce7c95.chunk.js +1 -0
  295. package/dist/scripts/33-134c778b95.chunk.js +1 -0
  296. package/dist/scripts/34-cb4f70d168.chunk.js +1 -0
  297. package/dist/scripts/35-4914b2c89e.chunk.js +1 -0
  298. package/dist/scripts/36-d2e13bd4e3.chunk.js +1 -0
  299. package/dist/scripts/37-def89fece7.chunk.js +1 -0
  300. package/dist/scripts/38-68ddb948f5.chunk.js +1 -0
  301. package/dist/scripts/39-d4f47b0420.chunk.js +1 -0
  302. package/dist/scripts/4-d626f7c9ff.chunk.js +1 -0
  303. package/dist/scripts/40-94399cfdc9.chunk.js +1 -0
  304. package/dist/scripts/41-5b0ed56d14.chunk.js +1 -0
  305. package/dist/scripts/42-c06b10dbbf.chunk.js +1 -0
  306. package/dist/scripts/{39-5df3077ac3.chunk.js → 43-4cc515550a.chunk.js} +1 -1
  307. package/dist/scripts/{41-2b44a2e66f.chunk.js → 44-073e6641ea.chunk.js} +1 -1
  308. package/dist/scripts/45-3a36fa2fd2.chunk.js +1 -0
  309. package/dist/scripts/46-811abfacf5.chunk.js +1 -0
  310. package/dist/scripts/47-cf7e05bfc3.chunk.js +1 -0
  311. package/dist/scripts/48-a49b5ae505.chunk.js +1 -0
  312. package/dist/scripts/49-02fe5d9da0.chunk.js +1 -0
  313. package/dist/scripts/5-3c15aff75b.chunk.js +1 -0
  314. package/dist/scripts/50-2334e58775.chunk.js +1 -0
  315. package/dist/scripts/51-47c28dfdba.chunk.js +1 -0
  316. package/dist/scripts/52-8e3cb40ad6.chunk.js +1 -0
  317. package/dist/scripts/53-46688b7d80.chunk.js +1 -0
  318. package/dist/scripts/54-c68af93be1.chunk.js +1 -0
  319. package/dist/scripts/55-6c7d49f405.chunk.js +1 -0
  320. package/dist/scripts/56-92a06b9806.chunk.js +1 -0
  321. package/dist/scripts/{55-4874473c9d.chunk.js → 57-16ef135200.chunk.js} +1 -1
  322. package/dist/scripts/58-1478dbceb8.chunk.js +1 -0
  323. package/dist/scripts/{56-db73243d04.chunk.js → 59-577a06a87a.chunk.js} +1 -1
  324. package/dist/scripts/6-68be86ae02.chunk.js +1 -0
  325. package/dist/scripts/{58-9a32a6fb2d.chunk.js → 60-da28194427.chunk.js} +1 -1
  326. package/dist/scripts/{58-4d5ed35434.chunk.js → 61-80f7131d9a.chunk.js} +1 -1
  327. package/dist/scripts/62-3d42c03cc9.chunk.js +1 -0
  328. package/dist/scripts/63-66e69ffe5b.chunk.js +1 -0
  329. package/dist/scripts/64-9ef637a2b1.chunk.js +1 -0
  330. package/dist/scripts/65-cc2384a591.chunk.js +1 -0
  331. package/dist/scripts/{64-87c1cf6985.chunk.js → 66-68028b1816.chunk.js} +1 -1
  332. package/dist/scripts/{65-2322082836.chunk.js → 67-dd69ffa06f.chunk.js} +1 -1
  333. package/dist/scripts/{66-6d5356f6ce.chunk.js → 68-03022ebbd0.chunk.js} +1 -1
  334. package/dist/scripts/69-e98764fee0.chunk.js +1 -0
  335. package/dist/scripts/7-760462a280.chunk.js +7 -0
  336. package/dist/scripts/70-aedca0b4ab.chunk.js +1 -0
  337. package/dist/scripts/{66-dc4b036321.chunk.js → 71-2f6c3be43a.chunk.js} +1 -1
  338. package/dist/scripts/8-1fe98a7811.chunk.js +1 -0
  339. package/dist/scripts/9-a9c57eac6a.chunk.js +1 -0
  340. package/dist/scripts/bundle-29922f7591.min.js +31 -0
  341. package/dist/scripts/bundles.json +2 -2
  342. package/dist/scripts/pdf.worker.entry-167ab971d3.min.worker.js +1 -0
  343. package/dist/scripts/polyfills-428e62f641.min.js +1 -0
  344. package/package.json +8 -4
  345. package/typings/libs/Trackers.d.ts +1 -1
  346. package/typings/libs/videojs-contrib-quality-levels.d.ts +29 -0
  347. package/dist/css/0.chunk.css.map +0 -1
  348. package/dist/css/1.chunk.css +0 -223
  349. package/dist/css/1.chunk.css.map +0 -1
  350. package/dist/css/10.chunk.css +0 -106
  351. package/dist/css/10.chunk.css.map +0 -1
  352. package/dist/css/11.chunk.css +0 -26
  353. package/dist/css/11.chunk.css.map +0 -1
  354. package/dist/css/12.chunk.css +0 -10
  355. package/dist/css/12.chunk.css.map +0 -1
  356. package/dist/css/13.chunk.css.map +0 -1
  357. package/dist/css/14.chunk.css.map +0 -1
  358. package/dist/css/15.chunk.css.map +0 -1
  359. package/dist/css/16.chunk.css.map +0 -1
  360. package/dist/css/17.chunk.css.map +0 -1
  361. package/dist/css/18.chunk.css.map +0 -1
  362. package/dist/css/19.chunk.css.map +0 -1
  363. package/dist/css/2.chunk.css.map +0 -1
  364. package/dist/css/20.chunk.css.map +0 -1
  365. package/dist/css/21.chunk.css.map +0 -1
  366. package/dist/css/22.chunk.css.map +0 -1
  367. package/dist/css/23.chunk.css.map +0 -1
  368. package/dist/css/24.chunk.css.map +0 -1
  369. package/dist/css/25.chunk.css.map +0 -1
  370. package/dist/css/26.chunk.css.map +0 -1
  371. package/dist/css/27.chunk.css.map +0 -1
  372. package/dist/css/28.chunk.css.map +0 -1
  373. package/dist/css/29.chunk.css.map +0 -1
  374. package/dist/css/3.chunk.css.map +0 -1
  375. package/dist/css/30.chunk.css.map +0 -1
  376. package/dist/css/31.chunk.css +0 -4
  377. package/dist/css/31.chunk.css.map +0 -1
  378. package/dist/css/32.chunk.css.map +0 -1
  379. package/dist/css/33.chunk.css.map +0 -1
  380. package/dist/css/34.chunk.css.map +0 -1
  381. package/dist/css/35.chunk.css +0 -6
  382. package/dist/css/35.chunk.css.map +0 -1
  383. package/dist/css/36.chunk.css +0 -4
  384. package/dist/css/36.chunk.css.map +0 -1
  385. package/dist/css/37.chunk.css.map +0 -1
  386. package/dist/css/38.chunk.css.map +0 -1
  387. package/dist/css/39.chunk.css.map +0 -1
  388. package/dist/css/4.chunk.css.map +0 -1
  389. package/dist/css/40.chunk.css.map +0 -1
  390. package/dist/css/41.chunk.css.map +0 -1
  391. package/dist/css/42.chunk.css +0 -14
  392. package/dist/css/42.chunk.css.map +0 -1
  393. package/dist/css/43.chunk.css +0 -38
  394. package/dist/css/43.chunk.css.map +0 -1
  395. package/dist/css/44.chunk.css +0 -14
  396. package/dist/css/44.chunk.css.map +0 -1
  397. package/dist/css/45.chunk.css.map +0 -1
  398. package/dist/css/46.chunk.css +0 -52
  399. package/dist/css/46.chunk.css.map +0 -1
  400. package/dist/css/47.chunk.css +0 -4
  401. package/dist/css/5.chunk.css.map +0 -1
  402. package/dist/css/50.chunk.css +0 -52
  403. package/dist/css/50.chunk.css.map +0 -1
  404. package/dist/css/51.chunk.css +0 -2
  405. package/dist/css/52.chunk.css.map +0 -1
  406. package/dist/css/53.chunk.css.map +0 -1
  407. package/dist/css/54.chunk.css.map +0 -1
  408. package/dist/css/55.chunk.css +0 -2
  409. package/dist/css/55.chunk.css.map +0 -1
  410. package/dist/css/56.chunk.css.map +0 -1
  411. package/dist/css/57.chunk.css.map +0 -1
  412. package/dist/css/58.chunk.css +0 -43
  413. package/dist/css/58.chunk.css.map +0 -1
  414. package/dist/css/59.chunk.css +0 -14
  415. package/dist/css/59.chunk.css.map +0 -1
  416. package/dist/css/6.chunk.css.map +0 -1
  417. package/dist/css/60.chunk.css +0 -43
  418. package/dist/css/60.chunk.css.map +0 -1
  419. package/dist/css/7.chunk.css.map +0 -1
  420. package/dist/css/79.chunk.css +0 -58
  421. package/dist/css/79.chunk.css.map +0 -1
  422. package/dist/css/8.chunk.css +0 -54
  423. package/dist/css/8.chunk.css.map +0 -1
  424. package/dist/css/82.chunk.css +0 -28
  425. package/dist/css/82.chunk.css.map +0 -1
  426. package/dist/css/83.chunk.css +0 -11
  427. package/dist/css/83.chunk.css.map +0 -1
  428. package/dist/css/84.chunk.css +0 -152
  429. package/dist/css/84.chunk.css.map +0 -1
  430. package/dist/css/85.chunk.css +0 -21
  431. package/dist/css/85.chunk.css.map +0 -1
  432. package/dist/css/86.chunk.css +0 -17
  433. package/dist/css/86.chunk.css.map +0 -1
  434. package/dist/css/87.chunk.css +0 -21
  435. package/dist/css/87.chunk.css.map +0 -1
  436. package/dist/css/88.chunk.css +0 -5
  437. package/dist/css/88.chunk.css.map +0 -1
  438. package/dist/css/90.chunk.css +0 -38
  439. package/dist/css/90.chunk.css.map +0 -1
  440. package/dist/css/lite-app.css.map +0 -1
  441. package/dist/libs/common/src/backbone/services/ScrollService.d.ts +0 -19
  442. package/dist/libs/shared/src/components/svgs/ClickViewLogo.d.ts +0 -2
  443. package/dist/libs/shared/src/components/thumbnails/video/VideoThumbnailWatchProgressBar.d.ts +0 -8
  444. package/dist/libs/shared/src/components/video-list/components/video-item-badges/VideoItemBadges.d.ts +0 -7
  445. package/dist/libs/shared/src/components/video-list/components/video-item-description/UseTruncateText.d.ts +0 -9
  446. package/dist/libs/shared/src/enums/ThumbnailSize.d.ts +0 -6
  447. package/dist/libs/shared/src/services/ConfigDataService.d.ts +0 -13
  448. package/dist/projects/lite/src/apps/upload/views/my-uploads/DismissibleAlert.d.ts +0 -2
  449. package/dist/projects/lite/src/apps/upload/views/my-uploads/MyUploadsView.d.ts +0 -6
  450. package/dist/projects/lite/src/apps/user-manager/components/delete-uploaded-student-popup/DeleteUploadedStudentPopup.d.ts +0 -8
  451. package/dist/projects/lite/src/apps/user-manager/components/delete-uploaded-teacher-popup/DeleteUploadedTeacherPopup.d.ts +0 -8
  452. package/dist/projects/lite/src/apps/user-manager/components/edit-student-details/EditStudentDetails.d.ts +0 -12
  453. package/dist/projects/lite/src/apps/user-manager/components/edit-teacher-details/EditTeacherDetails.d.ts +0 -12
  454. package/dist/projects/lite/src/apps/user-manager/components/index.d.ts +0 -5
  455. package/dist/projects/lite/src/apps/user-manager/components/manage-users-list/teachers/ManageTeacherItem.d.ts +0 -9
  456. package/dist/projects/lite/src/apps/user-manager/components/student-review-table/StudentReviewRow.d.ts +0 -11
  457. package/dist/projects/lite/src/apps/user-manager/components/student-review-table/StudentReviewTable.d.ts +0 -9
  458. package/dist/projects/lite/src/apps/user-manager/components/teacher-review-table/TeacherReviewRow.d.ts +0 -11
  459. package/dist/projects/lite/src/apps/user-manager/components/teacher-review-table/TeacherReviewTable.d.ts +0 -9
  460. package/dist/projects/lite/src/apps/user-manager/components/year-level-select/YearLevelSelect.d.ts +0 -9
  461. package/dist/projects/lite/src/apps/user-manager/enums/index.d.ts +0 -1
  462. package/dist/projects/lite/src/apps/user-manager/enums/mocks/MockUserType.d.ts +0 -4
  463. package/dist/projects/lite/src/apps/user-manager/flight-requests/YearLevelRequests.d.ts +0 -4
  464. package/dist/projects/lite/src/apps/user-manager/interfaces/mocks/MockStudent.d.ts +0 -10
  465. package/dist/projects/lite/src/apps/user-manager/interfaces/mocks/MockTeacher.d.ts +0 -8
  466. package/dist/projects/lite/src/apps/user-manager/interfaces/mocks/MockUserRole.d.ts +0 -3
  467. package/dist/projects/lite/src/apps/user-manager/interfaces/mocks/MockYearLevel.d.ts +0 -3
  468. package/dist/projects/lite/src/apps/user-manager/views/create-student/CreateStudentView.d.ts +0 -5
  469. package/dist/projects/lite/src/apps/user-manager/views/create-teacher/CreateTeacherView.d.ts +0 -5
  470. package/dist/projects/lite/src/apps/user-manager/views/edit-student/EditStudentView.d.ts +0 -7
  471. package/dist/projects/lite/src/apps/user-manager/views/edit-teacher/EditTeacherView.d.ts +0 -7
  472. package/dist/projects/lite/src/apps/user-manager/views/remove-user/RemoveUserView.d.ts +0 -8
  473. package/dist/projects/lite/src/apps/user-manager/views/school-teacher-manager/empty-state/SchoolTeacherManagerEmptyState.d.ts +0 -2
  474. package/dist/projects/lite/src/apps/user-manager/views/student-upload-review/StudentUploadReviewView.d.ts +0 -5
  475. package/dist/projects/lite/src/apps/user-manager/views/teacher-upload-review/TeacherUploadReviewView.d.ts +0 -5
  476. package/dist/projects/lite/src/shared/components/clips/ClipItem.d.ts +0 -8
  477. package/dist/projects/lite/src/shared/components/clips/Clips.d.ts +0 -7
  478. package/dist/projects/lite/src/shared/components/interactives/InteractiveItem.d.ts +0 -7
  479. package/dist/projects/lite/src/shared/components/interactives/Interactives.d.ts +0 -7
  480. package/dist/projects/lite/src/shared/components/play-page/Buttons.d.ts +0 -7
  481. package/dist/projects/lite/src/shared/components/web-player/WebPlayer.d.ts +0 -9
  482. package/dist/scripts/0-1d51c87483.chunk.js +0 -1
  483. package/dist/scripts/0-702db3d74c.chunk.js +0 -1
  484. package/dist/scripts/0-b02efe11fb.chunk.js +0 -1
  485. package/dist/scripts/0-bf0af5f75c.chunk.js +0 -1
  486. package/dist/scripts/0.chunk.js +0 -355
  487. package/dist/scripts/0.chunk.js.map +0 -1
  488. package/dist/scripts/1-4f19a5caea.chunk.js +0 -17
  489. package/dist/scripts/1-b20a2dd250.chunk.js +0 -17
  490. package/dist/scripts/1-d1ce3fe6e8.chunk.js +0 -17
  491. package/dist/scripts/1-fcddc988fa.chunk.js +0 -17
  492. package/dist/scripts/1.chunk.js +0 -1031
  493. package/dist/scripts/1.chunk.js.map +0 -1
  494. package/dist/scripts/10.chunk.js +0 -619
  495. package/dist/scripts/10.chunk.js.map +0 -1
  496. package/dist/scripts/11-32e30d10ce.chunk.js +0 -1
  497. package/dist/scripts/11-6e7f935551.chunk.js +0 -1
  498. package/dist/scripts/11-e2f313f85e.chunk.js +0 -1
  499. package/dist/scripts/11.chunk.js +0 -445
  500. package/dist/scripts/11.chunk.js.map +0 -1
  501. package/dist/scripts/12-72a5373486.chunk.js +0 -1
  502. package/dist/scripts/12-7e1380d9fa.chunk.js +0 -1
  503. package/dist/scripts/12-c7f5866361.chunk.js +0 -1
  504. package/dist/scripts/12-fa7004b555.chunk.js +0 -1
  505. package/dist/scripts/12.chunk.js +0 -1533
  506. package/dist/scripts/12.chunk.js.map +0 -1
  507. package/dist/scripts/13-1cd85ad3ee.chunk.js +0 -1
  508. package/dist/scripts/13-4245983c0a.chunk.js +0 -1
  509. package/dist/scripts/13-95937e4149.chunk.js +0 -1
  510. package/dist/scripts/13-ec41bdbbbe.chunk.js +0 -1
  511. package/dist/scripts/13.chunk.js +0 -469
  512. package/dist/scripts/13.chunk.js.map +0 -1
  513. package/dist/scripts/14-03b4af57e1.chunk.js +0 -1
  514. package/dist/scripts/14-3d60b8ee85.chunk.js +0 -1
  515. package/dist/scripts/14-62608fc1de.chunk.js +0 -1
  516. package/dist/scripts/14-eba60049a5.chunk.js +0 -1
  517. package/dist/scripts/14.chunk.js +0 -930
  518. package/dist/scripts/14.chunk.js.map +0 -1
  519. package/dist/scripts/15-379cb5f586.chunk.js +0 -1
  520. package/dist/scripts/15-3da33fa6d0.chunk.js +0 -1
  521. package/dist/scripts/15-90226fb996.chunk.js +0 -1
  522. package/dist/scripts/15-d811a90e8d.chunk.js +0 -1
  523. package/dist/scripts/15.chunk.js +0 -437
  524. package/dist/scripts/15.chunk.js.map +0 -1
  525. package/dist/scripts/16-00e83a6d12.chunk.js +0 -1
  526. package/dist/scripts/16-885363ce46.chunk.js +0 -1
  527. package/dist/scripts/16-913b2535ea.chunk.js +0 -1
  528. package/dist/scripts/16-9fdbeac822.chunk.js +0 -1
  529. package/dist/scripts/16.chunk.js +0 -633
  530. package/dist/scripts/16.chunk.js.map +0 -1
  531. package/dist/scripts/17-2b6bf7febc.chunk.js +0 -1
  532. package/dist/scripts/17-6d597b8323.chunk.js +0 -1
  533. package/dist/scripts/17-c62d5aa7f2.chunk.js +0 -1
  534. package/dist/scripts/17-d6c19ccb60.chunk.js +0 -1
  535. package/dist/scripts/17.chunk.js +0 -356
  536. package/dist/scripts/17.chunk.js.map +0 -1
  537. package/dist/scripts/18-33efcac0c6.chunk.js +0 -1
  538. package/dist/scripts/18-5affadddcc.chunk.js +0 -1
  539. package/dist/scripts/18-69049350eb.chunk.js +0 -1
  540. package/dist/scripts/18-d3af229f1f.chunk.js +0 -1
  541. package/dist/scripts/18.chunk.js +0 -339
  542. package/dist/scripts/18.chunk.js.map +0 -1
  543. package/dist/scripts/19-17ffa1078f.chunk.js +0 -1
  544. package/dist/scripts/19-2380200cfb.chunk.js +0 -1
  545. package/dist/scripts/19-d394ae9543.chunk.js +0 -1
  546. package/dist/scripts/19-f0550464de.chunk.js +0 -1
  547. package/dist/scripts/19.chunk.js +0 -506
  548. package/dist/scripts/19.chunk.js.map +0 -1
  549. package/dist/scripts/2-53e37c2047.chunk.js +0 -1
  550. package/dist/scripts/2-6aad743aee.chunk.js +0 -1
  551. package/dist/scripts/2-c47e1da13a.chunk.js +0 -1
  552. package/dist/scripts/2-f455e81583.chunk.js +0 -1
  553. package/dist/scripts/2.chunk.js +0 -18851
  554. package/dist/scripts/2.chunk.js.map +0 -1
  555. package/dist/scripts/20-81a48ca4fa.chunk.js +0 -1
  556. package/dist/scripts/20-81c863da2f.chunk.js +0 -1
  557. package/dist/scripts/20-ca85f0514e.chunk.js +0 -1
  558. package/dist/scripts/20-e20c4c0645.chunk.js +0 -1
  559. package/dist/scripts/20.chunk.js +0 -1942
  560. package/dist/scripts/20.chunk.js.map +0 -1
  561. package/dist/scripts/21-8b195ab041.chunk.js +0 -1
  562. package/dist/scripts/21-c28f436ec9.chunk.js +0 -1
  563. package/dist/scripts/21-ef4a226771.chunk.js +0 -1
  564. package/dist/scripts/21-f6ff589cb4.chunk.js +0 -1
  565. package/dist/scripts/21.chunk.js +0 -1544
  566. package/dist/scripts/21.chunk.js.map +0 -1
  567. package/dist/scripts/22-8a60335dfb.chunk.js +0 -1
  568. package/dist/scripts/22-99c04e164f.chunk.js +0 -1
  569. package/dist/scripts/22-f458cb647a.chunk.js +0 -1
  570. package/dist/scripts/22-fe35a069b2.chunk.js +0 -1
  571. package/dist/scripts/22.chunk.js +0 -1338
  572. package/dist/scripts/22.chunk.js.map +0 -1
  573. package/dist/scripts/23-028eb81a43.chunk.js +0 -1
  574. package/dist/scripts/23-62d1922569.chunk.js +0 -1
  575. package/dist/scripts/23-633a2d5b09.chunk.js +0 -1
  576. package/dist/scripts/23-bb1e2bfb90.chunk.js +0 -1
  577. package/dist/scripts/23.chunk.js +0 -749
  578. package/dist/scripts/23.chunk.js.map +0 -1
  579. package/dist/scripts/24-68f8df3eca.chunk.js +0 -1
  580. package/dist/scripts/24-765209316d.chunk.js +0 -1
  581. package/dist/scripts/24-7924828128.chunk.js +0 -1
  582. package/dist/scripts/24-a254eb1f32.chunk.js +0 -1
  583. package/dist/scripts/24.chunk.js +0 -1207
  584. package/dist/scripts/24.chunk.js.map +0 -1
  585. package/dist/scripts/25-663dfb4e48.chunk.js +0 -1
  586. package/dist/scripts/25-7ad07f87d4.chunk.js +0 -1
  587. package/dist/scripts/25-93218e513e.chunk.js +0 -1
  588. package/dist/scripts/25-db170bd5e3.chunk.js +0 -1
  589. package/dist/scripts/25.chunk.js +0 -750
  590. package/dist/scripts/25.chunk.js.map +0 -1
  591. package/dist/scripts/26-93c9661292.chunk.js +0 -1
  592. package/dist/scripts/26-a4a0b97207.chunk.js +0 -1
  593. package/dist/scripts/26-ef5709d204.chunk.js +0 -1
  594. package/dist/scripts/26-f3dcacfe4f.chunk.js +0 -1
  595. package/dist/scripts/26.chunk.js +0 -826
  596. package/dist/scripts/26.chunk.js.map +0 -1
  597. package/dist/scripts/27-35820f00f1.chunk.js +0 -1
  598. package/dist/scripts/27-400831ca44.chunk.js +0 -1
  599. package/dist/scripts/27-8a4d69f288.chunk.js +0 -1
  600. package/dist/scripts/27-e844268f38.chunk.js +0 -1
  601. package/dist/scripts/27.chunk.js +0 -658
  602. package/dist/scripts/27.chunk.js.map +0 -1
  603. package/dist/scripts/28-0730152b25.chunk.js +0 -1
  604. package/dist/scripts/28-22cbd36128.chunk.js +0 -1
  605. package/dist/scripts/28-853bc5de1f.chunk.js +0 -1
  606. package/dist/scripts/28-930e7d5870.chunk.js +0 -1
  607. package/dist/scripts/28.chunk.js +0 -692
  608. package/dist/scripts/28.chunk.js.map +0 -1
  609. package/dist/scripts/29-965aa23b96.chunk.js +0 -1
  610. package/dist/scripts/29-b164ecafe9.chunk.js +0 -1
  611. package/dist/scripts/29-d6f6b32986.chunk.js +0 -1
  612. package/dist/scripts/29-e0f2036314.chunk.js +0 -1
  613. package/dist/scripts/29.chunk.js +0 -562
  614. package/dist/scripts/29.chunk.js.map +0 -1
  615. package/dist/scripts/3-02219d10d4.chunk.js +0 -7
  616. package/dist/scripts/3-0ce5d8bff2.chunk.js +0 -7
  617. package/dist/scripts/3-a1bd8c9016.chunk.js +0 -7
  618. package/dist/scripts/3-f64ba09964.chunk.js +0 -7
  619. package/dist/scripts/3.chunk.js +0 -800
  620. package/dist/scripts/3.chunk.js.map +0 -1
  621. package/dist/scripts/30-13106255a1.chunk.js +0 -1
  622. package/dist/scripts/30-2cfcf52ea1.chunk.js +0 -1
  623. package/dist/scripts/30-77202cb6be.chunk.js +0 -1
  624. package/dist/scripts/30-c93abab057.chunk.js +0 -1
  625. package/dist/scripts/30.chunk.js +0 -767
  626. package/dist/scripts/30.chunk.js.map +0 -1
  627. package/dist/scripts/31-1307509953.chunk.js +0 -1
  628. package/dist/scripts/31-9d4e38eb3e.chunk.js +0 -1
  629. package/dist/scripts/31-e3ee095203.chunk.js +0 -1
  630. package/dist/scripts/31-e6a8291d2f.chunk.js +0 -1
  631. package/dist/scripts/31.chunk.js +0 -468
  632. package/dist/scripts/31.chunk.js.map +0 -1
  633. package/dist/scripts/32-40ed1dd894.chunk.js +0 -1
  634. package/dist/scripts/32-7030dc98ed.chunk.js +0 -1
  635. package/dist/scripts/32-88a7177e95.chunk.js +0 -1
  636. package/dist/scripts/32-8ec5bb19f5.chunk.js +0 -1
  637. package/dist/scripts/32.chunk.js +0 -441
  638. package/dist/scripts/32.chunk.js.map +0 -1
  639. package/dist/scripts/33-47b0ac90bd.chunk.js +0 -1
  640. package/dist/scripts/33-85222ccf93.chunk.js +0 -1
  641. package/dist/scripts/33-8740c874b3.chunk.js +0 -1
  642. package/dist/scripts/33-93b8d74603.chunk.js +0 -1
  643. package/dist/scripts/33.chunk.js +0 -829
  644. package/dist/scripts/33.chunk.js.map +0 -1
  645. package/dist/scripts/34-2de007b628.chunk.js +0 -1
  646. package/dist/scripts/34-6113635e43.chunk.js +0 -1
  647. package/dist/scripts/34-81e4464339.chunk.js +0 -1
  648. package/dist/scripts/34-ada5bfd254.chunk.js +0 -1
  649. package/dist/scripts/34.chunk.js +0 -622
  650. package/dist/scripts/34.chunk.js.map +0 -1
  651. package/dist/scripts/35-0ff2658139.chunk.js +0 -1
  652. package/dist/scripts/35-329132fe49.chunk.js +0 -1
  653. package/dist/scripts/35-3eb6fe74fc.chunk.js +0 -1
  654. package/dist/scripts/35-d2fb66920b.chunk.js +0 -1
  655. package/dist/scripts/35.chunk.js +0 -962
  656. package/dist/scripts/35.chunk.js.map +0 -1
  657. package/dist/scripts/36-0532d93a26.chunk.js +0 -1
  658. package/dist/scripts/36-0d6e16e354.chunk.js +0 -1
  659. package/dist/scripts/36-3bfbb52684.chunk.js +0 -1
  660. package/dist/scripts/36-bc85df33de.chunk.js +0 -1
  661. package/dist/scripts/36.chunk.js +0 -545
  662. package/dist/scripts/36.chunk.js.map +0 -1
  663. package/dist/scripts/37-010a76757b.chunk.js +0 -1
  664. package/dist/scripts/37-10fe5a06a5.chunk.js +0 -1
  665. package/dist/scripts/37-3e5e429c93.chunk.js +0 -1
  666. package/dist/scripts/37-e26652840b.chunk.js +0 -1
  667. package/dist/scripts/37.chunk.js +0 -627
  668. package/dist/scripts/37.chunk.js.map +0 -1
  669. package/dist/scripts/38-0b6a6b9619.chunk.js +0 -1
  670. package/dist/scripts/38-31744f9ae7.chunk.js +0 -1
  671. package/dist/scripts/38-76dc0e356d.chunk.js +0 -1
  672. package/dist/scripts/38-d60741eca8.chunk.js +0 -1
  673. package/dist/scripts/38.chunk.js +0 -943
  674. package/dist/scripts/38.chunk.js.map +0 -1
  675. package/dist/scripts/39-4b26fafe13.chunk.js +0 -1
  676. package/dist/scripts/39-6549f483c6.chunk.js +0 -1
  677. package/dist/scripts/39-b38f2afcd9.chunk.js +0 -1
  678. package/dist/scripts/39.chunk.js +0 -585
  679. package/dist/scripts/39.chunk.js.map +0 -1
  680. package/dist/scripts/4-0dd0a25c20.chunk.js +0 -1
  681. package/dist/scripts/4-3b38074599.chunk.js +0 -1
  682. package/dist/scripts/4-9e83a22d7a.chunk.js +0 -1
  683. package/dist/scripts/4-d5bec07430.chunk.js +0 -1
  684. package/dist/scripts/4.chunk.js +0 -403
  685. package/dist/scripts/4.chunk.js.map +0 -1
  686. package/dist/scripts/40-2b7ac55647.chunk.js +0 -1
  687. package/dist/scripts/40-6e3500fafc.chunk.js +0 -1
  688. package/dist/scripts/40-8e6e9d285f.chunk.js +0 -1
  689. package/dist/scripts/40-fa1b51a3e0.chunk.js +0 -1
  690. package/dist/scripts/40.chunk.js +0 -273
  691. package/dist/scripts/40.chunk.js.map +0 -1
  692. package/dist/scripts/41-2e358dbf59.chunk.js +0 -1
  693. package/dist/scripts/41-9a07dd3c06.chunk.js +0 -1
  694. package/dist/scripts/41-cde309348b.chunk.js +0 -1
  695. package/dist/scripts/41.chunk.js +0 -252
  696. package/dist/scripts/41.chunk.js.map +0 -1
  697. package/dist/scripts/42-4f9c639481.chunk.js +0 -1
  698. package/dist/scripts/42-680fb45a87.chunk.js +0 -1
  699. package/dist/scripts/42-9e75f420d8.chunk.js +0 -1
  700. package/dist/scripts/42-a612da3a86.chunk.js +0 -1
  701. package/dist/scripts/42.chunk.js +0 -464
  702. package/dist/scripts/42.chunk.js.map +0 -1
  703. package/dist/scripts/43-1141245420.chunk.js +0 -1
  704. package/dist/scripts/43-3818cf7ed2.chunk.js +0 -1
  705. package/dist/scripts/43-cb8bdb3d8f.chunk.js +0 -1
  706. package/dist/scripts/43-d2fb4006f3.chunk.js +0 -1
  707. package/dist/scripts/43.chunk.js +0 -345
  708. package/dist/scripts/43.chunk.js.map +0 -1
  709. package/dist/scripts/44-0648e8e28f.chunk.js +0 -1
  710. package/dist/scripts/44-9bc4201e0f.chunk.js +0 -1
  711. package/dist/scripts/44-b959741f1f.chunk.js +0 -1
  712. package/dist/scripts/44-f4e93786c0.chunk.js +0 -1
  713. package/dist/scripts/44.chunk.js +0 -537
  714. package/dist/scripts/44.chunk.js.map +0 -1
  715. package/dist/scripts/45-21e213d97e.chunk.js +0 -1
  716. package/dist/scripts/45-23e64d06ed.chunk.js +0 -1
  717. package/dist/scripts/45-586cefa5b3.chunk.js +0 -1
  718. package/dist/scripts/45-5ded8ca3db.chunk.js +0 -1
  719. package/dist/scripts/45.chunk.js +0 -221
  720. package/dist/scripts/45.chunk.js.map +0 -1
  721. package/dist/scripts/46-273127f163.chunk.js +0 -1
  722. package/dist/scripts/46-2afd7ee1fb.chunk.js +0 -1
  723. package/dist/scripts/46-3847eb7655.chunk.js +0 -1
  724. package/dist/scripts/46-8b4730ff48.chunk.js +0 -1
  725. package/dist/scripts/46.chunk.js +0 -230
  726. package/dist/scripts/46.chunk.js.map +0 -1
  727. package/dist/scripts/47-86e38a1468.chunk.js +0 -1
  728. package/dist/scripts/47-ab30686138.chunk.js +0 -1
  729. package/dist/scripts/47-c4c6264df4.chunk.js +0 -1
  730. package/dist/scripts/47.chunk.js +0 -408
  731. package/dist/scripts/47.chunk.js.map +0 -1
  732. package/dist/scripts/48-54817c0e78.chunk.js +0 -1
  733. package/dist/scripts/48-54db253a8c.chunk.js +0 -1
  734. package/dist/scripts/48-92bbddf27d.chunk.js +0 -1
  735. package/dist/scripts/48-d9cd99d55e.chunk.js +0 -1
  736. package/dist/scripts/48.chunk.js +0 -241
  737. package/dist/scripts/48.chunk.js.map +0 -1
  738. package/dist/scripts/49-0826d62735.chunk.js +0 -1
  739. package/dist/scripts/49-6a65a3f865.chunk.js +0 -1
  740. package/dist/scripts/49-702676e587.chunk.js +0 -1
  741. package/dist/scripts/49-f43a08f90b.chunk.js +0 -1
  742. package/dist/scripts/49.chunk.js +0 -249
  743. package/dist/scripts/49.chunk.js.map +0 -1
  744. package/dist/scripts/5-202373c80b.chunk.js +0 -1
  745. package/dist/scripts/5-52c2070b12.chunk.js +0 -1
  746. package/dist/scripts/5-974660e17b.chunk.js +0 -1
  747. package/dist/scripts/5-e47ccdc9aa.chunk.js +0 -1
  748. package/dist/scripts/5.chunk.js +0 -1161
  749. package/dist/scripts/5.chunk.js.map +0 -1
  750. package/dist/scripts/50-76d7668c64.chunk.js +0 -1
  751. package/dist/scripts/50-8069668f8a.chunk.js +0 -1
  752. package/dist/scripts/50-af699c531e.chunk.js +0 -1
  753. package/dist/scripts/50-e94493066c.chunk.js +0 -1
  754. package/dist/scripts/50.chunk.js +0 -132
  755. package/dist/scripts/50.chunk.js.map +0 -1
  756. package/dist/scripts/51-6177cd4126.chunk.js +0 -1
  757. package/dist/scripts/51-907ccc689c.chunk.js +0 -1
  758. package/dist/scripts/51-aa7b835007.chunk.js +0 -1
  759. package/dist/scripts/51-caf124fbb7.chunk.js +0 -1
  760. package/dist/scripts/51.chunk.js +0 -230
  761. package/dist/scripts/51.chunk.js.map +0 -1
  762. package/dist/scripts/52-805f7fe04d.chunk.js +0 -1
  763. package/dist/scripts/52-96d9beee16.chunk.js +0 -1
  764. package/dist/scripts/52-d3494312ce.chunk.js +0 -1
  765. package/dist/scripts/52-dd5dd9f7f7.chunk.js +0 -1
  766. package/dist/scripts/52.chunk.js +0 -318
  767. package/dist/scripts/52.chunk.js.map +0 -1
  768. package/dist/scripts/53-7d97e2f664.chunk.js +0 -1
  769. package/dist/scripts/53-b24c780288.chunk.js +0 -1
  770. package/dist/scripts/53-be20bb20c9.chunk.js +0 -1
  771. package/dist/scripts/53-d75ca53045.chunk.js +0 -1
  772. package/dist/scripts/53.chunk.js +0 -212
  773. package/dist/scripts/53.chunk.js.map +0 -1
  774. package/dist/scripts/54-2e75bad46f.chunk.js +0 -1
  775. package/dist/scripts/54-603f252394.chunk.js +0 -1
  776. package/dist/scripts/54-fdfdb33705.chunk.js +0 -1
  777. package/dist/scripts/54.chunk.js +0 -108
  778. package/dist/scripts/54.chunk.js.map +0 -1
  779. package/dist/scripts/55-306c5a0e4d.chunk.js +0 -1
  780. package/dist/scripts/55-ed637c4847.chunk.js +0 -1
  781. package/dist/scripts/55-eea39b3205.chunk.js +0 -1
  782. package/dist/scripts/55.chunk.js +0 -69
  783. package/dist/scripts/55.chunk.js.map +0 -1
  784. package/dist/scripts/56-20237748ba.chunk.js +0 -1
  785. package/dist/scripts/56-2ed3b5764b.chunk.js +0 -1
  786. package/dist/scripts/56-ca513946cf.chunk.js +0 -1
  787. package/dist/scripts/56.chunk.js +0 -209
  788. package/dist/scripts/56.chunk.js.map +0 -1
  789. package/dist/scripts/57-d5c787b4e3.chunk.js +0 -1
  790. package/dist/scripts/57-dfacc1ad90.chunk.js +0 -1
  791. package/dist/scripts/57-e51101c8a1.chunk.js +0 -1
  792. package/dist/scripts/57-e76b06192a.chunk.js +0 -1
  793. package/dist/scripts/57.chunk.js +0 -211
  794. package/dist/scripts/57.chunk.js.map +0 -1
  795. package/dist/scripts/58-a8612894ef.chunk.js +0 -1
  796. package/dist/scripts/58-bb756b517d.chunk.js +0 -1
  797. package/dist/scripts/58.chunk.js +0 -113
  798. package/dist/scripts/58.chunk.js.map +0 -1
  799. package/dist/scripts/59-18ef4c5afb.chunk.js +0 -1
  800. package/dist/scripts/59-ad37f90eca.chunk.js +0 -1
  801. package/dist/scripts/59-da8a8c97a9.chunk.js +0 -1
  802. package/dist/scripts/59-f42476f89d.chunk.js +0 -1
  803. package/dist/scripts/59.chunk.js +0 -108
  804. package/dist/scripts/59.chunk.js.map +0 -1
  805. package/dist/scripts/6-0a53c42432.chunk.js +0 -1
  806. package/dist/scripts/6-6ac39034e0.chunk.js +0 -1
  807. package/dist/scripts/6-8ada925fb7.chunk.js +0 -1
  808. package/dist/scripts/6-bf7446464f.chunk.js +0 -1
  809. package/dist/scripts/6.chunk.js +0 -423
  810. package/dist/scripts/6.chunk.js.map +0 -1
  811. package/dist/scripts/60-41208378cc.chunk.js +0 -1
  812. package/dist/scripts/60-5713de53e2.chunk.js +0 -1
  813. package/dist/scripts/60-81ac7ce262.chunk.js +0 -1
  814. package/dist/scripts/60-f95d0a0a90.chunk.js +0 -1
  815. package/dist/scripts/60.chunk.js +0 -110
  816. package/dist/scripts/60.chunk.js.map +0 -1
  817. package/dist/scripts/61-41c8cb7e0f.chunk.js +0 -1
  818. package/dist/scripts/61-7d2ad17963.chunk.js +0 -1
  819. package/dist/scripts/61-85e73cde67.chunk.js +0 -1
  820. package/dist/scripts/61-8ce5227508.chunk.js +0 -1
  821. package/dist/scripts/61.chunk.js +0 -161
  822. package/dist/scripts/61.chunk.js.map +0 -1
  823. package/dist/scripts/62-62d450716a.chunk.js +0 -1
  824. package/dist/scripts/62-94874205ae.chunk.js +0 -1
  825. package/dist/scripts/62-a0a69501ac.chunk.js +0 -1
  826. package/dist/scripts/62.chunk.js +0 -145
  827. package/dist/scripts/62.chunk.js.map +0 -1
  828. package/dist/scripts/63-870238c0d7.chunk.js +0 -1
  829. package/dist/scripts/63-91623df29f.chunk.js +0 -1
  830. package/dist/scripts/63-c921b87f3f.chunk.js +0 -1
  831. package/dist/scripts/63-d423dd59f5.chunk.js +0 -1
  832. package/dist/scripts/63.chunk.js +0 -139
  833. package/dist/scripts/63.chunk.js.map +0 -1
  834. package/dist/scripts/64-c0e959f4bb.chunk.js +0 -1
  835. package/dist/scripts/64-d280e018c4.chunk.js +0 -1
  836. package/dist/scripts/64.chunk.js +0 -142
  837. package/dist/scripts/64.chunk.js.map +0 -1
  838. package/dist/scripts/65-37ba4bad15.chunk.js +0 -1
  839. package/dist/scripts/65-3c772a4624.chunk.js +0 -1
  840. package/dist/scripts/65-f94e7ab2ef.chunk.js +0 -1
  841. package/dist/scripts/65.chunk.js +0 -170
  842. package/dist/scripts/65.chunk.js.map +0 -1
  843. package/dist/scripts/66-a6ac298fa2.chunk.js +0 -1
  844. package/dist/scripts/66-faeadaa25e.chunk.js +0 -1
  845. package/dist/scripts/66.chunk.js +0 -172
  846. package/dist/scripts/66.chunk.js.map +0 -1
  847. package/dist/scripts/67-2e0d661c52.chunk.js +0 -1
  848. package/dist/scripts/67-edfc0ba1e9.chunk.js +0 -1
  849. package/dist/scripts/67.chunk.js +0 -173
  850. package/dist/scripts/67.chunk.js.map +0 -1
  851. package/dist/scripts/68.chunk.js +0 -165
  852. package/dist/scripts/68.chunk.js.map +0 -1
  853. package/dist/scripts/69.chunk.js +0 -102
  854. package/dist/scripts/69.chunk.js.map +0 -1
  855. package/dist/scripts/7-0917af7a17.chunk.js +0 -1
  856. package/dist/scripts/7-096f5703bd.chunk.js +0 -1
  857. package/dist/scripts/7-5ac5be64dd.chunk.js +0 -1
  858. package/dist/scripts/7-81162e12a2.chunk.js +0 -1
  859. package/dist/scripts/7.chunk.js +0 -2629
  860. package/dist/scripts/7.chunk.js.map +0 -1
  861. package/dist/scripts/70.chunk.js +0 -60
  862. package/dist/scripts/70.chunk.js.map +0 -1
  863. package/dist/scripts/71.chunk.js +0 -65
  864. package/dist/scripts/71.chunk.js.map +0 -1
  865. package/dist/scripts/72.chunk.js +0 -37
  866. package/dist/scripts/72.chunk.js.map +0 -1
  867. package/dist/scripts/73.chunk.js +0 -65
  868. package/dist/scripts/73.chunk.js.map +0 -1
  869. package/dist/scripts/74.chunk.js +0 -67
  870. package/dist/scripts/74.chunk.js.map +0 -1
  871. package/dist/scripts/75.chunk.js +0 -104
  872. package/dist/scripts/75.chunk.js.map +0 -1
  873. package/dist/scripts/76.chunk.js +0 -123
  874. package/dist/scripts/76.chunk.js.map +0 -1
  875. package/dist/scripts/77.chunk.js +0 -1001
  876. package/dist/scripts/77.chunk.js.map +0 -1
  877. package/dist/scripts/78.chunk.js +0 -36
  878. package/dist/scripts/78.chunk.js.map +0 -1
  879. package/dist/scripts/79.chunk.js +0 -1001
  880. package/dist/scripts/79.chunk.js.map +0 -1
  881. package/dist/scripts/8-0853e12e22.chunk.js +0 -1
  882. package/dist/scripts/8-7dc2d39ce2.chunk.js +0 -1
  883. package/dist/scripts/8-95563e3d36.chunk.js +0 -1
  884. package/dist/scripts/8-a89310bd50.chunk.js +0 -1
  885. package/dist/scripts/8.chunk.js +0 -24
  886. package/dist/scripts/8.chunk.js.map +0 -1
  887. package/dist/scripts/80.chunk.js +0 -36
  888. package/dist/scripts/80.chunk.js.map +0 -1
  889. package/dist/scripts/81.chunk.js +0 -619
  890. package/dist/scripts/81.chunk.js.map +0 -1
  891. package/dist/scripts/82.chunk.js +0 -437
  892. package/dist/scripts/82.chunk.js.map +0 -1
  893. package/dist/scripts/83.chunk.js +0 -633
  894. package/dist/scripts/83.chunk.js.map +0 -1
  895. package/dist/scripts/84.chunk.js +0 -1938
  896. package/dist/scripts/84.chunk.js.map +0 -1
  897. package/dist/scripts/85.chunk.js +0 -692
  898. package/dist/scripts/85.chunk.js.map +0 -1
  899. package/dist/scripts/86.chunk.js +0 -829
  900. package/dist/scripts/86.chunk.js.map +0 -1
  901. package/dist/scripts/87.chunk.js +0 -622
  902. package/dist/scripts/87.chunk.js.map +0 -1
  903. package/dist/scripts/88.chunk.js +0 -962
  904. package/dist/scripts/88.chunk.js.map +0 -1
  905. package/dist/scripts/89.chunk.js +0 -943
  906. package/dist/scripts/89.chunk.js.map +0 -1
  907. package/dist/scripts/9-9865a75c99.chunk.js +0 -1
  908. package/dist/scripts/9.chunk.js +0 -327
  909. package/dist/scripts/9.chunk.js.map +0 -1
  910. package/dist/scripts/90.chunk.js +0 -345
  911. package/dist/scripts/90.chunk.js.map +0 -1
  912. package/dist/scripts/91.chunk.js +0 -108
  913. package/dist/scripts/91.chunk.js.map +0 -1
  914. package/dist/scripts/92.chunk.js +0 -110
  915. package/dist/scripts/92.chunk.js.map +0 -1
  916. package/dist/scripts/93.chunk.js +0 -165
  917. package/dist/scripts/93.chunk.js.map +0 -1
  918. package/dist/scripts/94.chunk.js +0 -102
  919. package/dist/scripts/94.chunk.js.map +0 -1
  920. package/dist/scripts/95.chunk.js +0 -65
  921. package/dist/scripts/95.chunk.js.map +0 -1
  922. package/dist/scripts/96.chunk.js +0 -65
  923. package/dist/scripts/96.chunk.js.map +0 -1
  924. package/dist/scripts/97.chunk.js +0 -67
  925. package/dist/scripts/97.chunk.js.map +0 -1
  926. package/dist/scripts/98.chunk.js +0 -104
  927. package/dist/scripts/98.chunk.js.map +0 -1
  928. package/dist/scripts/99.chunk.js +0 -123
  929. package/dist/scripts/99.chunk.js.map +0 -1
  930. package/dist/scripts/bundle-0958accd59.min.js +0 -15
  931. package/dist/scripts/bundle-9ed1e126dd.min.js +0 -15
  932. package/dist/scripts/bundle-a520bd54ca.min.js +0 -15
  933. package/dist/scripts/bundle-fef50e5bb9.min.js +0 -15
  934. package/dist/scripts/bundle.js +0 -47069
  935. package/dist/scripts/bundle.js.map +0 -1
  936. package/dist/scripts/pdf.worker.entry.worker.js +0 -46239
  937. package/dist/scripts/pdf.worker.entry.worker.js.map +0 -1
  938. package/dist/scripts/polyfills-1f23e4a487.min.js +0 -1
  939. package/dist/scripts/polyfills-2723daf478.min.js +0 -1
  940. package/dist/scripts/polyfills-384beac1bd.min.js +0 -1
  941. package/dist/scripts/polyfills-8a0101e5f1.min.js +0 -1
  942. package/dist/scripts/polyfills.js +0 -15254
  943. package/dist/scripts/polyfills.js.map +0 -1
@@ -1,829 +0,0 @@
1
- (window["webpackJsonp_clickview_lite"] = window["webpackJsonp_clickview_lite"] || []).push([[86],{
2
-
3
- /***/ "../../libs/shared/src/components/video-list/partial-loading/PartialVideoList.tsx":
4
- /*!****************************************************************************************************************************!*\
5
- !*** C:/ClickView Projects/@clickview/packages/libs/shared/src/components/video-list/partial-loading/PartialVideoList.tsx ***!
6
- \****************************************************************************************************************************/
7
- /*! exports provided: PartialVideoList */
8
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
9
-
10
- "use strict";
11
- __webpack_require__.r(__webpack_exports__);
12
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PartialVideoList", function() { return PartialVideoList; });
13
- /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "react");
14
- /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
15
- /* harmony import */ var react_bootstrap__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react-bootstrap */ "react-bootstrap");
16
- /* harmony import */ var react_bootstrap__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react_bootstrap__WEBPACK_IMPORTED_MODULE_1__);
17
- /* harmony import */ var _enums_MediaQueries__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../enums/MediaQueries */ "../../libs/shared/src/enums/MediaQueries.ts");
18
- /* harmony import */ var _hooks_UseGetMediaQueryString__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../hooks/UseGetMediaQueryString */ "../../libs/shared/src/hooks/UseGetMediaQueryString.ts");
19
- /* harmony import */ var _partial_video_list_scss__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./partial-video-list.scss */ "../../libs/shared/src/components/video-list/partial-loading/partial-video-list.scss");
20
- /* harmony import */ var _partial_video_list_scss__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_partial_video_list_scss__WEBPACK_IMPORTED_MODULE_4__);
21
-
22
-
23
-
24
-
25
-
26
- PartialVideoList.defaultProps = {
27
- numVideos: 15
28
- };
29
- function PartialVideoList(props) {
30
- var mediaQuery = Object(_hooks_UseGetMediaQueryString__WEBPACK_IMPORTED_MODULE_3__["useGetMediaQueryString"])();
31
- var isMobile = mediaQuery === _enums_MediaQueries__WEBPACK_IMPORTED_MODULE_2__["MediaQueryStrings"].XS;
32
- var isIPad = mediaQuery === _enums_MediaQueries__WEBPACK_IMPORTED_MODULE_2__["MediaQueryStrings"].SM || mediaQuery === _enums_MediaQueries__WEBPACK_IMPORTED_MODULE_2__["MediaQueryStrings"].MD;
33
- var withDragHandle = props.withReordering && !isMobile;
34
- return react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react__WEBPACK_IMPORTED_MODULE_0___default.a.Fragment, null, Array(props.numVideos).fill(null).map(function (_, i) {
35
- return react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react_bootstrap__WEBPACK_IMPORTED_MODULE_1__["Row"], {
36
- key: i,
37
- className: 'py-2'
38
- }, react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react_bootstrap__WEBPACK_IMPORTED_MODULE_1__["Col"], {
39
- xs: isMobile ? 12 : isIPad ? 4 : 3,
40
- className: 'flex-column align-items-flex-start mb-1'
41
- }, react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react_bootstrap__WEBPACK_IMPORTED_MODULE_1__["Row"], null, !!withDragHandle && react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("div", {
42
- className: 'd-flex align-items-center justify-content-center col-2'
43
- }, react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("div", {
44
- className: "partial-loading-background ".concat(_partial_video_list_scss__WEBPACK_IMPORTED_MODULE_4___default.a.partialDragHandle)
45
- })), react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react_bootstrap__WEBPACK_IMPORTED_MODULE_1__["Col"], {
46
- xs: withDragHandle ? 10 : 12
47
- }, react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("div", {
48
- className: "partial-loading-background rounded-lg ".concat(_partial_video_list_scss__WEBPACK_IMPORTED_MODULE_4___default.a.partialThumbnail)
49
- })))), react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react_bootstrap__WEBPACK_IMPORTED_MODULE_1__["Col"], {
50
- xs: isMobile ? 12 : isIPad ? 8 : 9
51
- }, react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("div", {
52
- className: "partial-loading-background ".concat(_partial_video_list_scss__WEBPACK_IMPORTED_MODULE_4___default.a.partialSeriesLink)
53
- }), react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("div", {
54
- className: "partial-loading-background mb-1 ".concat(_partial_video_list_scss__WEBPACK_IMPORTED_MODULE_4___default.a.partialName)
55
- }), react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("div", {
56
- className: "partial-loading-background ".concat(_partial_video_list_scss__WEBPACK_IMPORTED_MODULE_4___default.a.partialDescription)
57
- }), react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("div", {
58
- className: "partial-loading-background ".concat(_partial_video_list_scss__WEBPACK_IMPORTED_MODULE_4___default.a.partialBadges)
59
- }), react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("div", {
60
- className: "partial-loading-background ".concat(_partial_video_list_scss__WEBPACK_IMPORTED_MODULE_4___default.a.partialActions)
61
- })));
62
- }));
63
- }
64
-
65
- /***/ }),
66
-
67
- /***/ "../../libs/shared/src/components/video-list/partial-loading/partial-video-list.scss":
68
- /*!*******************************************************************************************************************************!*\
69
- !*** C:/ClickView Projects/@clickview/packages/libs/shared/src/components/video-list/partial-loading/partial-video-list.scss ***!
70
- \*******************************************************************************************************************************/
71
- /*! no static exports found */
72
- /***/ (function(module, exports, __webpack_require__) {
73
-
74
- // extracted by mini-css-extract-plugin
75
- module.exports = {"partialName":"cv--partialName--7KNC2","partialDescription":"cv--partialDescription--Vk_wR","partialThumbnail":"cv--partialThumbnail--3peRZ","partialDragHandle":"cv--partialDragHandle--1F7_f"};
76
-
77
- /***/ }),
78
-
79
- /***/ "../../libs/shared/src/flight-requests/FavouriteVideoRequests.ts":
80
- /*!***********************************************************************************************************!*\
81
- !*** C:/ClickView Projects/@clickview/packages/libs/shared/src/flight-requests/FavouriteVideoRequests.ts ***!
82
- \***********************************************************************************************************/
83
- /*! exports provided: FavouriteVideoRequests */
84
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
85
-
86
- "use strict";
87
- __webpack_require__.r(__webpack_exports__);
88
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FavouriteVideoRequests", function() { return FavouriteVideoRequests; });
89
- /* harmony import */ var _common_src_backbone_enums_HttpVerbs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../common/src/backbone/enums/HttpVerbs */ "../../libs/common/src/backbone/enums/HttpVerbs.ts");
90
- /* harmony import */ var _constants_WithStatements__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/WithStatements */ "../../libs/shared/src/constants/WithStatements.ts");
91
- var __rest = undefined && undefined.__rest || function (s, e) {
92
- var t = {};
93
-
94
- for (var p in s) {
95
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
96
- }
97
-
98
- if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
99
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
100
- }
101
- return t;
102
- };
103
-
104
-
105
-
106
-
107
- function favouriteVideo(videoId, userId, success, error) {
108
- return {
109
- url: "/api/domain/v2/objects/".concat(userId),
110
- key: "favourite:video:".concat(userId, ":").concat(videoId),
111
- data: {
112
- favouriteVideos: videoId
113
- },
114
- type: _common_src_backbone_enums_HttpVerbs__WEBPACK_IMPORTED_MODULE_0__["HttpVerbs"].PUT,
115
- invalidationKeys: ["favourite:videos:".concat(userId), "video:is:favourited:".concat(userId)],
116
- success: success,
117
- error: error
118
- };
119
- }
120
-
121
- function unfavouriteVideo(videoId, userId, success, error) {
122
- return {
123
- url: "/api/domain/v2/objects/".concat(userId, "/favouriteVideos/").concat(videoId),
124
- key: "favourite:video:".concat(userId, ":").concat(videoId),
125
- type: _common_src_backbone_enums_HttpVerbs__WEBPACK_IMPORTED_MODULE_0__["HttpVerbs"].DELETE,
126
- invalidationKeys: ["favourite:videos:".concat(userId), "video:is:favourited:".concat(userId)],
127
- success: success,
128
- error: error
129
- };
130
- }
131
-
132
- var FavouriteVideoRequests = {
133
- favouriteVideos: function favouriteVideos(userId, cursor) {
134
- var query = "".concat(_constants_WithStatements__WEBPACK_IMPORTED_MODULE_1__["SharedWithStatements"].VIDEO_COLLECTION).concat(addCursor(cursor));
135
- return {
136
- url: "/api/domain/v2/objects/".concat(userId, "/favouriteVideos?query=").concat(query),
137
- key: "favourite:videos:".concat(userId).concat(cursor ? ":".concat(cursor) : '')
138
- };
139
- },
140
- updateIsVideoFavourited: function updateIsVideoFavourited(videoId, userId, shouldFavourite, success, error) {
141
- var requestFn = shouldFavourite ? favouriteVideo : unfavouriteVideo;
142
- return requestFn(videoId, userId, success, error);
143
- },
144
- isFavourited: function isFavourited(userId, ids) {
145
- var sortedIds = ids.slice().sort();
146
- var params = sortedIds.map(function (i) {
147
- return "id=".concat(i);
148
- });
149
- if (!params.length) return;
150
- return {
151
- url: "/api/domain/v2/objects?query=favouritedBy{id:".concat(userId, "}&").concat(params.join('&')),
152
- key: "video:is:favourited:".concat(userId, ":by:id:").concat(sortedIds.join(',')),
153
- formatData: function formatData(videos) {
154
- var _a;
155
-
156
- if (!((_a = videos) === null || _a === void 0 ? void 0 : _a.length)) return videos;
157
-
158
- var setIsFavourited = function setIsFavourited(video) {
159
- var _a, _b;
160
-
161
- var favouritedBy = video.favouritedBy,
162
- v = __rest(video, ["favouritedBy"]); // As we filtered by userId, if there are any users, set isFavourited to true.
163
-
164
-
165
- return Object.assign(Object.assign({}, v), {
166
- isFavourited: !!((_b = (_a = favouritedBy) === null || _a === void 0 ? void 0 : _a.data) === null || _b === void 0 ? void 0 : _b.length)
167
- });
168
- };
169
-
170
- return videos.map(setIsFavourited);
171
- }
172
- };
173
- }
174
- };
175
-
176
- function addCursor(cursor) {
177
- return cursor ? "&cursor=".concat(cursor) : '';
178
- }
179
-
180
- /***/ }),
181
-
182
- /***/ "../../libs/shared/src/hooks/useGetCollectionItems.ts":
183
- /*!************************************************************************************************!*\
184
- !*** C:/ClickView Projects/@clickview/packages/libs/shared/src/hooks/useGetCollectionItems.ts ***!
185
- \************************************************************************************************/
186
- /*! exports provided: useGetCollectionItems */
187
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
188
-
189
- "use strict";
190
- __webpack_require__.r(__webpack_exports__);
191
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "useGetCollectionItems", function() { return useGetCollectionItems; });
192
- /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "react");
193
- /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
194
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
195
-
196
- function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
197
-
198
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
199
-
200
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
201
-
202
- function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefined" || !(Symbol.iterator in Object(arr))) return; var _arr = []; var _n = true; var _d = false; var _e = undefined; try { for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
203
-
204
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
205
-
206
-
207
- /**
208
- * Hook used to listen to updates on a Backbone Collection
209
- * and trigger a re-render.
210
- */
211
-
212
- function useGetCollectionItems(getCollection, onRemove) {
213
- var dependencies = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : [];
214
-
215
- var _React$useState = react__WEBPACK_IMPORTED_MODULE_0___default.a.useState(false),
216
- _React$useState2 = _slicedToArray(_React$useState, 2),
217
- setUpdate = _React$useState2[1];
218
-
219
- react__WEBPACK_IMPORTED_MODULE_0___default.a.useEffect(function () {
220
- var collection = getCollection();
221
- collection.off('add remove change');
222
- collection.on('add remove change', function () {
223
- setUpdate(function (s) {
224
- return !s;
225
- });
226
- });
227
- if (onRemove) collection.on('remove', onRemove);
228
- return function () {
229
- return collection.off('add remove change');
230
- };
231
- }, dependencies);
232
- return getCollection().toJSON();
233
- }
234
-
235
- /***/ }),
236
-
237
- /***/ "./src/apps/default/views/my-videos/DismissibleAlert.tsx":
238
- /*!***************************************************************!*\
239
- !*** ./src/apps/default/views/my-videos/DismissibleAlert.tsx ***!
240
- \***************************************************************/
241
- /*! exports provided: DismissibleAlert */
242
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
243
-
244
- "use strict";
245
- __webpack_require__.r(__webpack_exports__);
246
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "DismissibleAlert", function() { return DismissibleAlert; });
247
- /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "react");
248
- /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
249
- /* harmony import */ var react_bootstrap__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react-bootstrap */ "react-bootstrap");
250
- /* harmony import */ var react_bootstrap__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react_bootstrap__WEBPACK_IMPORTED_MODULE_1__);
251
- /* harmony import */ var _libs_shared_src_components_text_Text__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../../../../libs/shared/src/components/text/Text */ "../../libs/shared/src/components/text/Text.tsx");
252
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
253
-
254
- function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
255
-
256
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
257
-
258
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
259
-
260
- function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefined" || !(Symbol.iterator in Object(arr))) return; var _arr = []; var _n = true; var _d = false; var _e = undefined; try { for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
261
-
262
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
263
-
264
-
265
-
266
-
267
- var namespace = 'default.myVideos';
268
- function DismissibleAlert() {
269
- var _React$useState = react__WEBPACK_IMPORTED_MODULE_0__["useState"](!localStorage.getItem('uploadInfoDismissed')),
270
- _React$useState2 = _slicedToArray(_React$useState, 2),
271
- show = _React$useState2[0],
272
- setShow = _React$useState2[1];
273
-
274
- var onDismiss = function onDismiss() {
275
- localStorage.setItem('uploadInfoDismissed', '1');
276
- setShow(false);
277
- };
278
-
279
- if (!show) return react__WEBPACK_IMPORTED_MODULE_0__["createElement"](react__WEBPACK_IMPORTED_MODULE_0__["Fragment"], null);
280
- return react__WEBPACK_IMPORTED_MODULE_0__["createElement"](react_bootstrap__WEBPACK_IMPORTED_MODULE_1__["Alert"], {
281
- variant: 'info',
282
- onClose: onDismiss,
283
- dismissible: true
284
- }, react__WEBPACK_IMPORTED_MODULE_0__["createElement"](_libs_shared_src_components_text_Text__WEBPACK_IMPORTED_MODULE_2__["Text"], {
285
- namespace: namespace,
286
- phrase: 'alertMessage'
287
- }), react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("br", null), react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("small", null, react__WEBPACK_IMPORTED_MODULE_0__["createElement"](_libs_shared_src_components_text_Text__WEBPACK_IMPORTED_MODULE_2__["Text"], {
288
- namespace: namespace,
289
- phrase: 'alertSecondaryMessage'
290
- })));
291
- }
292
-
293
- /***/ }),
294
-
295
- /***/ "./src/apps/default/views/my-videos/MyVideosView.tsx":
296
- /*!***********************************************************!*\
297
- !*** ./src/apps/default/views/my-videos/MyVideosView.tsx ***!
298
- \***********************************************************/
299
- /*! exports provided: MyVideosView */
300
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
301
-
302
- "use strict";
303
- __webpack_require__.r(__webpack_exports__);
304
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MyVideosView", function() { return MyVideosView; });
305
- /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "react");
306
- /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
307
- /* harmony import */ var react_redux__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react-redux */ "react-redux");
308
- /* harmony import */ var react_redux__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react_redux__WEBPACK_IMPORTED_MODULE_1__);
309
- /* harmony import */ var _libs_common_src_react__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../../../../libs/common/src/react */ "../../libs/common/src/react/index.ts");
310
- /* harmony import */ var _libs_common_src_backbone_services_LanguageService__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../../../../../libs/common/src/backbone/services/LanguageService */ "../../libs/common/src/backbone/services/LanguageService.tsx");
311
- /* harmony import */ var _libs_common_src_backbone__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../../../../../libs/common/src/backbone */ "../../libs/common/src/backbone/index.ts");
312
- /* harmony import */ var _libs_common_src_react_hooks_UseService__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../../../../../libs/common/src/react/hooks/UseService */ "../../libs/common/src/react/hooks/UseService.ts");
313
- /* harmony import */ var _libs_common_src_react_hooks_UseSetPageTitle__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../../../../../libs/common/src/react/hooks/UseSetPageTitle */ "../../libs/common/src/react/hooks/UseSetPageTitle.ts");
314
- /* harmony import */ var _libs_shared_src_flight_requests_UserRequests__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../../../../../../libs/shared/src/flight-requests/UserRequests */ "../../libs/shared/src/flight-requests/UserRequests.ts");
315
- /* harmony import */ var _libs_shared_src_flight_requests_ConfigRequests__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../../../../../../libs/shared/src/flight-requests/ConfigRequests */ "../../libs/shared/src/flight-requests/ConfigRequests.ts");
316
- /* harmony import */ var _libs_shared_src_flight_requests_FavouriteVideoRequests__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../../../../../../libs/shared/src/flight-requests/FavouriteVideoRequests */ "../../libs/shared/src/flight-requests/FavouriteVideoRequests.ts");
317
- /* harmony import */ var _libs_shared_src_components_text_Text__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../../../../../../libs/shared/src/components/text/Text */ "../../libs/shared/src/components/text/Text.tsx");
318
- /* harmony import */ var _libs_shared_src_components_video_list_VideoList__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../../../../../../libs/shared/src/components/video-list/VideoList */ "../../libs/shared/src/components/video-list/VideoList.tsx");
319
- /* harmony import */ var _libs_shared_src_context_VideoActionsContext__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../../../../../../libs/shared/src/context/VideoActionsContext */ "../../libs/shared/src/context/VideoActionsContext.tsx");
320
- /* harmony import */ var _libs_shared_src_utils_video_actions_VideoActionsHelper__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../../../../../../libs/shared/src/utils/video-actions/VideoActionsHelper */ "../../libs/shared/src/utils/video-actions/VideoActionsHelper.ts");
321
- /* harmony import */ var _libs_analytics_src_AnalyticsHelper__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../../../../../../../libs/analytics/src/AnalyticsHelper */ "../../libs/analytics/src/AnalyticsHelper.ts");
322
- /* harmony import */ var _libs_analytics_src_interfaces__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../../../../../../../libs/analytics/src/interfaces */ "../../libs/analytics/src/interfaces/index.ts");
323
- /* harmony import */ var _libs_common_src_react_utils_TextHelper__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ../../../../../../../libs/common/src/react/utils/TextHelper */ "../../libs/common/src/react/utils/TextHelper.ts");
324
- /* harmony import */ var _libs_shared_src_components_video_list_partial_loading_PartialVideoList__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ../../../../../../../libs/shared/src/components/video-list/partial-loading/PartialVideoList */ "../../libs/shared/src/components/video-list/partial-loading/PartialVideoList.tsx");
325
- /* harmony import */ var shared_flight_requests_VideoRequests__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! shared/flight-requests/VideoRequests */ "./src/shared/flight-requests/VideoRequests.ts");
326
- /* harmony import */ var shared_constants_Services__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! shared/constants/Services */ "./src/shared/constants/Services.ts");
327
- /* harmony import */ var shared_constants_LiteRadioChannels__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! shared/constants/LiteRadioChannels */ "./src/shared/constants/LiteRadioChannels.ts");
328
- /* harmony import */ var shared_constants_LiteActions__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! shared/constants/LiteActions */ "./src/shared/constants/LiteActions.ts");
329
- /* harmony import */ var shared_hooks_useVideoMixin__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! shared/hooks/useVideoMixin */ "./src/shared/hooks/useVideoMixin.ts");
330
- /* harmony import */ var _libs_shared_src_hooks_UseAlerts__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ../../../../../../../libs/shared/src/hooks/UseAlerts */ "../../libs/shared/src/hooks/UseAlerts.ts");
331
- /* harmony import */ var apps_upload_hooks_useGetUploadingItems__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! apps/upload/hooks/useGetUploadingItems */ "./src/apps/upload/hooks/useGetUploadingItems.ts");
332
- /* harmony import */ var apps_upload_services_CombineUploadsService__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! apps/upload/services/CombineUploadsService */ "./src/apps/upload/services/CombineUploadsService.ts");
333
- /* harmony import */ var apps_upload_components_uploading_item_UploadingItem__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! apps/upload/components/uploading-item/UploadingItem */ "./src/apps/upload/components/uploading-item/UploadingItem.tsx");
334
- /* harmony import */ var _DismissibleAlert__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! ./DismissibleAlert */ "./src/apps/default/views/my-videos/DismissibleAlert.tsx");
335
-
336
-
337
-
338
-
339
-
340
-
341
-
342
-
343
-
344
-
345
-
346
-
347
-
348
-
349
-
350
-
351
-
352
-
353
-
354
-
355
-
356
-
357
-
358
-
359
-
360
-
361
-
362
-
363
- var namespace = 'default.myVideos';
364
-
365
- function getVideoActions() {
366
- return [_libs_shared_src_utils_video_actions_VideoActionsHelper__WEBPACK_IMPORTED_MODULE_13__["VideoAction"].Edit, _libs_shared_src_utils_video_actions_VideoActionsHelper__WEBPACK_IMPORTED_MODULE_13__["VideoAction"].AddToPlaylist, _libs_shared_src_utils_video_actions_VideoActionsHelper__WEBPACK_IMPORTED_MODULE_13__["VideoAction"].Share];
367
- }
368
-
369
- function getVideoActionAppLink(video, action) {
370
- switch (action) {
371
- case _libs_shared_src_utils_video_actions_VideoActionsHelper__WEBPACK_IMPORTED_MODULE_13__["VideoAction"].Edit:
372
- return {
373
- application: shared_constants_LiteRadioChannels__WEBPACK_IMPORTED_MODULE_20__["AppChannels"].DEFAULT,
374
- action: shared_constants_LiteActions__WEBPACK_IMPORTED_MODULE_21__["Actions"].Default.EDIT_VIDEO,
375
- args: [video.id]
376
- };
377
-
378
- case _libs_shared_src_utils_video_actions_VideoActionsHelper__WEBPACK_IMPORTED_MODULE_13__["VideoAction"].AddToPlaylist:
379
- return {
380
- application: shared_constants_LiteRadioChannels__WEBPACK_IMPORTED_MODULE_20__["AppChannels"].PLAYLISTS,
381
- action: 'add:to:playlist',
382
- args: [video.id]
383
- };
384
-
385
- case _libs_shared_src_utils_video_actions_VideoActionsHelper__WEBPACK_IMPORTED_MODULE_13__["VideoAction"].Share:
386
- return {
387
- application: shared_constants_LiteRadioChannels__WEBPACK_IMPORTED_MODULE_20__["AppChannels"].DEFAULT,
388
- action: shared_constants_LiteActions__WEBPACK_IMPORTED_MODULE_21__["Actions"].Default.SHARE,
389
- args: [video.id],
390
- params: {
391
- entityType: 'video'
392
- }
393
- };
394
- }
395
- }
396
-
397
- var getVideoAppLink = function getVideoAppLink(video) {
398
- return {
399
- application: shared_constants_LiteRadioChannels__WEBPACK_IMPORTED_MODULE_20__["AppChannels"].DEFAULT,
400
- action: shared_constants_LiteActions__WEBPACK_IMPORTED_MODULE_21__["Actions"].Default.PLAY_VIDEO,
401
- args: [video.id, _libs_common_src_react_utils_TextHelper__WEBPACK_IMPORTED_MODULE_16__["TextHelper"].slugify(video.name)],
402
- params: video.lastProgressPoint ? {
403
- t: Math.floor(video.lastProgressPoint)
404
- } : {}
405
- };
406
- };
407
-
408
- var getSeriesAppLink = function getSeriesAppLink(series) {
409
- return {
410
- application: shared_constants_LiteRadioChannels__WEBPACK_IMPORTED_MODULE_20__["AppChannels"].DEFAULT,
411
- action: shared_constants_LiteActions__WEBPACK_IMPORTED_MODULE_21__["Actions"].Default.SERIES,
412
- args: [series.id, _libs_common_src_react_utils_TextHelper__WEBPACK_IMPORTED_MODULE_16__["TextHelper"].slugify(series.name)]
413
- };
414
- };
415
-
416
- function MyVideosView(props) {
417
- var _a;
418
-
419
- var dispatch = Object(react_redux__WEBPACK_IMPORTED_MODULE_1__["useDispatch"])();
420
- var alerts = Object(_libs_shared_src_hooks_UseAlerts__WEBPACK_IMPORTED_MODULE_23__["useAlerts"])();
421
- Object(_libs_common_src_react_hooks_UseSetPageTitle__WEBPACK_IMPORTED_MODULE_6__["useSetPageTitle"])(_libs_common_src_backbone_services_LanguageService__WEBPACK_IMPORTED_MODULE_3__["LanguageService"].getPhrase(namespace, 'pageTitle'));
422
- var config = _libs_common_src_react__WEBPACK_IMPORTED_MODULE_2__["Flight"].useBasicFetch(_libs_shared_src_flight_requests_ConfigRequests__WEBPACK_IMPORTED_MODULE_8__["ConfigRequests"].config);
423
- var workspace = _libs_common_src_react__WEBPACK_IMPORTED_MODULE_2__["Flight"].useBasicFetch(_libs_shared_src_flight_requests_UserRequests__WEBPACK_IMPORTED_MODULE_7__["UserRequests"].workspace);
424
- var currentUser = _libs_common_src_react__WEBPACK_IMPORTED_MODULE_2__["Flight"].useBasicFetch(_libs_shared_src_flight_requests_UserRequests__WEBPACK_IMPORTED_MODULE_7__["UserRequests"].currentUser());
425
- var workspaceRequest = workspace.data && shared_flight_requests_VideoRequests__WEBPACK_IMPORTED_MODULE_18__["VideoRequests"].workspace(workspace.data.id, props.cursor);
426
- var workspaceVideos = _libs_common_src_react__WEBPACK_IMPORTED_MODULE_2__["Flight"].useGetResponse(workspaceRequest && workspaceRequest.key);
427
- var fetchData = _libs_common_src_react__WEBPACK_IMPORTED_MODULE_2__["Flight"].useGetFetch(workspaceRequest);
428
- Object(shared_hooks_useVideoMixin__WEBPACK_IMPORTED_MODULE_22__["useVideoMixin"])(workspaceVideos.data);
429
- react__WEBPACK_IMPORTED_MODULE_0__["useEffect"](function () {
430
- if (!workspace.shouldFetch && workspace.data && workspaceVideos.shouldFetch) fetchData();
431
- }, [workspace.shouldFetch, workspace.data, workspaceVideos.shouldFetch]);
432
- /**
433
- * Get reference to the combined service even though useGetUploadingItems does it too
434
- * so that we can provide the callbacks
435
- */
436
-
437
- var combinedUploadService = Object(_libs_common_src_react_hooks_UseService__WEBPACK_IMPORTED_MODULE_5__["useService"])(shared_constants_Services__WEBPACK_IMPORTED_MODULE_19__["Services"].CombineUploads);
438
- /**
439
- * fetchData will be undefined on the first run through of this view because
440
- * the workspace.data will be null, so we pass a dependency of !workspace.data
441
- * so this callback is re-created once we have wokspace.data and the fetchData
442
- * is properly encapsulated.
443
- */
444
-
445
- var items = Object(apps_upload_hooks_useGetUploadingItems__WEBPACK_IMPORTED_MODULE_24__["useGetUploadingItems"])(function () {
446
- fetchData && fetchData();
447
- }, [!!workspace.data]);
448
- /**
449
- * Using React.useCallback because this component will render
450
- * every time a chunk is loaded and every time the pending items
451
- * is fetched
452
- */
453
-
454
- var onClickDelete = react__WEBPACK_IMPORTED_MODULE_0__["useCallback"](function (item) {
455
- _libs_common_src_backbone__WEBPACK_IMPORTED_MODULE_4__["Core"].AppLinkHelper.trigger({
456
- application: shared_constants_LiteRadioChannels__WEBPACK_IMPORTED_MODULE_20__["AppChannels"].UPLOAD,
457
- action: shared_constants_LiteActions__WEBPACK_IMPORTED_MODULE_21__["Actions"].Upload.CANCEL_UPLOAD,
458
- args: [item.id],
459
- params: {
460
- name: item.name,
461
- status: item.status
462
- }
463
- });
464
- }, []);
465
- var onClickAlternate = react__WEBPACK_IMPORTED_MODULE_0__["useCallback"](function (item) {
466
- switch (item.status) {
467
- case apps_upload_services_CombineUploadsService__WEBPACK_IMPORTED_MODULE_25__["CombinedUploadStatus"].Errored:
468
- combinedUploadService.retryItem(item);
469
- return;
470
-
471
- case apps_upload_services_CombineUploadsService__WEBPACK_IMPORTED_MODULE_25__["CombinedUploadStatus"].Processing:
472
- _libs_common_src_backbone__WEBPACK_IMPORTED_MODULE_4__["Core"].AppLinkHelper.trigger({
473
- application: shared_constants_LiteRadioChannels__WEBPACK_IMPORTED_MODULE_20__["AppChannels"].DEFAULT,
474
- action: shared_constants_LiteActions__WEBPACK_IMPORTED_MODULE_21__["Actions"].Default.EDIT_VIDEO,
475
- args: [item.videoId]
476
- });
477
- return;
478
-
479
- case apps_upload_services_CombineUploadsService__WEBPACK_IMPORTED_MODULE_25__["CombinedUploadStatus"].Uploading:
480
- combinedUploadService.editUpload(item);
481
- break;
482
-
483
- default: // This should never happen
484
-
485
- }
486
- }, []);
487
-
488
- function setFavourite(video, shouldFavourite, onError) {
489
- _libs_common_src_react__WEBPACK_IMPORTED_MODULE_2__["Flight"].fetch(dispatch, _libs_shared_src_flight_requests_FavouriteVideoRequests__WEBPACK_IMPORTED_MODULE_9__["FavouriteVideoRequests"].updateIsVideoFavourited(video.id, currentUser.data.id, shouldFavourite, function () {
490
- _libs_analytics_src_AnalyticsHelper__WEBPACK_IMPORTED_MODULE_14__["AnalyticsHelper"].logUserAction({
491
- id: video.id
492
- }, {
493
- entity: _libs_analytics_src_interfaces__WEBPACK_IMPORTED_MODULE_15__["EntityType"].Video,
494
- actionType: _libs_analytics_src_interfaces__WEBPACK_IMPORTED_MODULE_15__["UserAction"].Favourite,
495
- descriptor: shouldFavourite ? _libs_analytics_src_interfaces__WEBPACK_IMPORTED_MODULE_15__["ToggleDescriptor"].On : _libs_analytics_src_interfaces__WEBPACK_IMPORTED_MODULE_15__["ToggleDescriptor"].Off,
496
- location: _libs_analytics_src_interfaces__WEBPACK_IMPORTED_MODULE_15__["LocationContext"].VideoThumbnail,
497
- workflowPhase: _libs_analytics_src_interfaces__WEBPACK_IMPORTED_MODULE_15__["WorkflowPhase"].Complete
498
- });
499
- alerts.success(_libs_common_src_backbone_services_LanguageService__WEBPACK_IMPORTED_MODULE_3__["LanguageService"].getPhrase(namespace, shouldFavourite ? 'favourited' : 'unfavourited', {
500
- video: video.name
501
- }));
502
- }, onError));
503
- }
504
-
505
- return react__WEBPACK_IMPORTED_MODULE_0__["createElement"](_libs_shared_src_context_VideoActionsContext__WEBPACK_IMPORTED_MODULE_12__["VideoActionsContext"].Provider, {
506
- value: {
507
- videoActions: getVideoActions(),
508
- getActionAppLink: getVideoActionAppLink,
509
- hideLabel: true
510
- }
511
- }, react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("div", {
512
- className: 'px-3'
513
- }, react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("h1", null, react__WEBPACK_IMPORTED_MODULE_0__["createElement"](_libs_shared_src_components_text_Text__WEBPACK_IMPORTED_MODULE_10__["Text"], {
514
- namespace: namespace,
515
- phrase: 'header'
516
- })), react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("div", null, react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("p", {
517
- className: 'h6'
518
- }, react__WEBPACK_IMPORTED_MODULE_0__["createElement"](_libs_shared_src_components_text_Text__WEBPACK_IMPORTED_MODULE_10__["Text"], {
519
- namespace: namespace,
520
- phrase: 'description'
521
- })), react__WEBPACK_IMPORTED_MODULE_0__["createElement"](_DismissibleAlert__WEBPACK_IMPORTED_MODULE_27__["DismissibleAlert"], null), items.map(function (item) {
522
- return react__WEBPACK_IMPORTED_MODULE_0__["createElement"](apps_upload_components_uploading_item_UploadingItem__WEBPACK_IMPORTED_MODULE_26__["UploadingItem"], {
523
- item: item,
524
- onClickAlternate: onClickAlternate,
525
- onClickDelete: onClickDelete,
526
- key: item.id
527
- });
528
- }), ((_a = workspaceVideos.data) === null || _a === void 0 ? void 0 : _a.data) ? react__WEBPACK_IMPORTED_MODULE_0__["createElement"](_libs_shared_src_components_video_list_VideoList__WEBPACK_IMPORTED_MODULE_11__["VideoList"], {
529
- videos: workspaceVideos.data.data,
530
- cursors: workspaceVideos.data.pagination.cursors,
531
- getVideoAppLink: getVideoAppLink,
532
- getSeriesAppLink: getSeriesAppLink,
533
- setFavourite: setFavourite
534
- }) : react__WEBPACK_IMPORTED_MODULE_0__["createElement"](_libs_shared_src_components_video_list_partial_loading_PartialVideoList__WEBPACK_IMPORTED_MODULE_17__["PartialVideoList"], null))));
535
- }
536
-
537
- /***/ }),
538
-
539
- /***/ "./src/apps/upload/components/uploading-item/UploadingItem.tsx":
540
- /*!*********************************************************************!*\
541
- !*** ./src/apps/upload/components/uploading-item/UploadingItem.tsx ***!
542
- \*********************************************************************/
543
- /*! exports provided: UploadingItem */
544
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
545
-
546
- "use strict";
547
- __webpack_require__.r(__webpack_exports__);
548
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "UploadingItem", function() { return UploadingItem; });
549
- /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "react");
550
- /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
551
- /* harmony import */ var react_bootstrap__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react-bootstrap */ "react-bootstrap");
552
- /* harmony import */ var react_bootstrap__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react_bootstrap__WEBPACK_IMPORTED_MODULE_1__);
553
- /* harmony import */ var _libs_common_src_backbone_services_LanguageService__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../../../../libs/common/src/backbone/services/LanguageService */ "../../libs/common/src/backbone/services/LanguageService.tsx");
554
- /* harmony import */ var _libs_shared_src_components_svg_container_SvgContainer__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../../../../../libs/shared/src/components/svg-container/SvgContainer */ "../../libs/shared/src/components/svg-container/SvgContainer.tsx");
555
- /* harmony import */ var _libs_shared_src_utils_SvgHelper__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../../../../../libs/shared/src/utils/SvgHelper */ "../../libs/shared/src/utils/SvgHelper.ts");
556
- /* harmony import */ var _libs_shared_src_components_thumbnails_base_ThumbnailFallback__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../../../../../libs/shared/src/components/thumbnails/base/ThumbnailFallback */ "../../libs/shared/src/components/thumbnails/base/ThumbnailFallback.tsx");
557
- /* harmony import */ var _libs_shared_src_components_thumbnails_base_BaseThumbnail__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../../../../../libs/shared/src/components/thumbnails/base/BaseThumbnail */ "../../libs/shared/src/components/thumbnails/base/BaseThumbnail.tsx");
558
- /* harmony import */ var _libs_shared_src_hooks_UseGetMediaQueryString__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../../../../../../libs/shared/src/hooks/UseGetMediaQueryString */ "../../libs/shared/src/hooks/UseGetMediaQueryString.ts");
559
- /* harmony import */ var _libs_shared_src_enums_MediaQueries__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../../../../../../libs/shared/src/enums/MediaQueries */ "../../libs/shared/src/enums/MediaQueries.ts");
560
- /* harmony import */ var apps_upload_services_CombineUploadsService__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! apps/upload/services/CombineUploadsService */ "./src/apps/upload/services/CombineUploadsService.ts");
561
-
562
-
563
-
564
-
565
-
566
-
567
-
568
-
569
-
570
-
571
- var namespace = 'upload.uploadingItem';
572
- var getPhrase = _libs_common_src_backbone_services_LanguageService__WEBPACK_IMPORTED_MODULE_2__["LanguageService"].encloseNamespace(namespace);
573
-
574
- function getClassName(status) {
575
- switch (status) {
576
- case apps_upload_services_CombineUploadsService__WEBPACK_IMPORTED_MODULE_9__["CombinedUploadStatus"].Uploading:
577
- return 'text-success';
578
-
579
- case apps_upload_services_CombineUploadsService__WEBPACK_IMPORTED_MODULE_9__["CombinedUploadStatus"].Processing:
580
- return 'text-info';
581
-
582
- case apps_upload_services_CombineUploadsService__WEBPACK_IMPORTED_MODULE_9__["CombinedUploadStatus"].Errored:
583
- return 'text-danger';
584
- }
585
- }
586
-
587
- function getVariant(status) {
588
- switch (status) {
589
- case apps_upload_services_CombineUploadsService__WEBPACK_IMPORTED_MODULE_9__["CombinedUploadStatus"].Uploading:
590
- return 'success';
591
-
592
- case apps_upload_services_CombineUploadsService__WEBPACK_IMPORTED_MODULE_9__["CombinedUploadStatus"].Processing:
593
- return 'info';
594
-
595
- case apps_upload_services_CombineUploadsService__WEBPACK_IMPORTED_MODULE_9__["CombinedUploadStatus"].Errored:
596
- return 'danger';
597
- }
598
- }
599
-
600
- function getProgressText(status, progress) {
601
- var rounded = Math.round(progress) || 0;
602
-
603
- switch (status) {
604
- case apps_upload_services_CombineUploadsService__WEBPACK_IMPORTED_MODULE_9__["CombinedUploadStatus"].Uploading:
605
- return "".concat(getPhrase('uploading'), " ").concat(rounded, "%");
606
-
607
- case apps_upload_services_CombineUploadsService__WEBPACK_IMPORTED_MODULE_9__["CombinedUploadStatus"].Processing:
608
- if (rounded === 0) return react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("em", null, getPhrase('waitingToBeProcessed'));else return react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("em", null, getPhrase('processing'), " ", rounded, "%");
609
-
610
- case apps_upload_services_CombineUploadsService__WEBPACK_IMPORTED_MODULE_9__["CombinedUploadStatus"].Errored:
611
- return getPhrase('error');
612
- }
613
- }
614
-
615
- function UploadingItem(props) {
616
- var _props$item = props.item,
617
- status = _props$item.status,
618
- progress = _props$item.progress,
619
- name = _props$item.name;
620
- var mediaQuery = Object(_libs_shared_src_hooks_UseGetMediaQueryString__WEBPACK_IMPORTED_MODULE_7__["useGetMediaQueryString"])();
621
- var isMobile = mediaQuery === _libs_shared_src_enums_MediaQueries__WEBPACK_IMPORTED_MODULE_8__["MediaQueryStrings"].XS;
622
- var isIPad = mediaQuery === _libs_shared_src_enums_MediaQueries__WEBPACK_IMPORTED_MODULE_8__["MediaQueryStrings"].SM || mediaQuery === _libs_shared_src_enums_MediaQueries__WEBPACK_IMPORTED_MODULE_8__["MediaQueryStrings"].MD;
623
- /**
624
- * We're using React.useCallback here because this view
625
- * will get re-rendered many times by it's parent during
626
- * an upload
627
- */
628
-
629
- var onClickAlternate = react__WEBPACK_IMPORTED_MODULE_0__["useCallback"](function () {
630
- props.onClickAlternate(props.item);
631
- }, []);
632
- var onClickDelete = react__WEBPACK_IMPORTED_MODULE_0__["useCallback"](function () {
633
- props.onClickDelete(props.item);
634
- }, []);
635
- return react__WEBPACK_IMPORTED_MODULE_0__["createElement"](react_bootstrap__WEBPACK_IMPORTED_MODULE_1__["Row"], {
636
- className: 'py-2'
637
- }, react__WEBPACK_IMPORTED_MODULE_0__["createElement"](react_bootstrap__WEBPACK_IMPORTED_MODULE_1__["Col"], {
638
- xs: isMobile ? 12 : isIPad ? 4 : 3
639
- }, react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("div", {
640
- className: 'rounded'
641
- }, react__WEBPACK_IMPORTED_MODULE_0__["createElement"](_libs_shared_src_components_thumbnails_base_BaseThumbnail__WEBPACK_IMPORTED_MODULE_6__["BaseThumbnail"], {
642
- data: '',
643
- aspectRatio: _libs_shared_src_components_thumbnails_base_BaseThumbnail__WEBPACK_IMPORTED_MODULE_6__["AspectRatio"].SixteenByNine
644
- }, react__WEBPACK_IMPORTED_MODULE_0__["createElement"](_libs_shared_src_components_thumbnails_base_ThumbnailFallback__WEBPACK_IMPORTED_MODULE_5__["ThumbnailFallback"], {
645
- type: _libs_shared_src_components_thumbnails_base_ThumbnailFallback__WEBPACK_IMPORTED_MODULE_5__["ThumbnailFallbackType"].Video
646
- })))), react__WEBPACK_IMPORTED_MODULE_0__["createElement"](react_bootstrap__WEBPACK_IMPORTED_MODULE_1__["Col"], {
647
- xs: isMobile ? 12 : isIPad ? 8 : 9
648
- }, react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("h5", {
649
- className: 'm-0 pb-1'
650
- }, name), react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("span", {
651
- className: getClassName(status)
652
- }, getProgressText(status, progress)), react__WEBPACK_IMPORTED_MODULE_0__["createElement"]("div", {
653
- className: 'd-flex'
654
- }, react__WEBPACK_IMPORTED_MODULE_0__["createElement"](react_bootstrap__WEBPACK_IMPORTED_MODULE_1__["ProgressBar"], {
655
- className: 'flex-grow-1 align-self-center',
656
- variant: getVariant(status),
657
- now: progress
658
- }), react__WEBPACK_IMPORTED_MODULE_0__["createElement"](_libs_shared_src_components_svg_container_SvgContainer__WEBPACK_IMPORTED_MODULE_3__["SvgContainer"], {
659
- className: 'svg-container cursor-pointer ml-2',
660
- svgName: status === apps_upload_services_CombineUploadsService__WEBPACK_IMPORTED_MODULE_9__["CombinedUploadStatus"].Errored ? _libs_shared_src_utils_SvgHelper__WEBPACK_IMPORTED_MODULE_4__["cvSvgLibrary"].Bell : _libs_shared_src_utils_SvgHelper__WEBPACK_IMPORTED_MODULE_4__["cvSvgLibrary"].Edit,
661
- onClick: onClickAlternate
662
- }), react__WEBPACK_IMPORTED_MODULE_0__["createElement"](_libs_shared_src_components_svg_container_SvgContainer__WEBPACK_IMPORTED_MODULE_3__["SvgContainer"], {
663
- className: 'svg-container cursor-pointer ml-2',
664
- svgName: _libs_shared_src_utils_SvgHelper__WEBPACK_IMPORTED_MODULE_4__["cvSvgLibrary"].Delete,
665
- onClick: onClickDelete
666
- }))));
667
- }
668
-
669
- /***/ }),
670
-
671
- /***/ "./src/apps/upload/hooks/useGetUploadingItems.ts":
672
- /*!*******************************************************!*\
673
- !*** ./src/apps/upload/hooks/useGetUploadingItems.ts ***!
674
- \*******************************************************/
675
- /*! exports provided: useGetUploadingItems */
676
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
677
-
678
- "use strict";
679
- __webpack_require__.r(__webpack_exports__);
680
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "useGetUploadingItems", function() { return useGetUploadingItems; });
681
- /* harmony import */ var _libs_common_src_react_hooks_UseService__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../../../libs/common/src/react/hooks/UseService */ "../../libs/common/src/react/hooks/UseService.ts");
682
- /* harmony import */ var _libs_shared_src_hooks_useGetCollectionItems__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../../../libs/shared/src/hooks/useGetCollectionItems */ "../../libs/shared/src/hooks/useGetCollectionItems.ts");
683
-
684
-
685
- function useGetUploadingItems(onRemove, dependencies) {
686
- var combineUploadsService = Object(_libs_common_src_react_hooks_UseService__WEBPACK_IMPORTED_MODULE_0__["useService"])('combine:uploads:service');
687
- return Object(_libs_shared_src_hooks_useGetCollectionItems__WEBPACK_IMPORTED_MODULE_1__["useGetCollectionItems"])(function () {
688
- return combineUploadsService.getCollection();
689
- }, onRemove, dependencies);
690
- }
691
-
692
- /***/ }),
693
-
694
- /***/ "./src/apps/watch-history/flight-requests/VideoHistoryRequests.ts":
695
- /*!************************************************************************!*\
696
- !*** ./src/apps/watch-history/flight-requests/VideoHistoryRequests.ts ***!
697
- \************************************************************************/
698
- /*! exports provided: VideoHistoryRequests */
699
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
700
-
701
- "use strict";
702
- __webpack_require__.r(__webpack_exports__);
703
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "VideoHistoryRequests", function() { return VideoHistoryRequests; });
704
- var VideoHistoryRequests = {
705
- userVideoHistory: function userVideoHistory(customerId, userId, cursor, success, error, always) {
706
- var key = "video:history:".concat(customerId, ":").concat(userId);
707
- var url = "/api/videoviews/v1/customers/".concat(customerId, "/users/").concat(userId, "/videos/history");
708
-
709
- if (cursor) {
710
- key += ":".concat(cursor);
711
- url += "?cursor=".concat(cursor);
712
- }
713
-
714
- return {
715
- key: key,
716
- url: url,
717
- success: success,
718
- error: error,
719
- always: always
720
- };
721
- },
722
- videoHistory: function videoHistory(customerId, userId, ids, success, error, always) {
723
- var params = ids.sort().map(function (i) {
724
- return "videoId=".concat(i);
725
- });
726
- return {
727
- key: "video:history:".concat(customerId, ":").concat(userId, ":videos:").concat(params.join('&')),
728
- url: "/api/videoviews/v1/customers/".concat(customerId, "/users/").concat(userId, "/videos/history?").concat(params.join('&')),
729
- formatData: function formatData(historyCollection) {
730
- var _a;
731
-
732
- if (!((_a = historyCollection) === null || _a === void 0 ? void 0 : _a.length)) return historyCollection;
733
- /**
734
- * Data is formatted to enable it to be merged with the existing video object in the store
735
- * Where we need to merge more history properties with the video object, map them below.
736
- */
737
-
738
- return historyCollection.map(function (watchHistory) {
739
- return {
740
- id: watchHistory.videoId,
741
- lastProgressPoint: watchHistory.lastProgressPoint
742
- };
743
- });
744
- },
745
- success: success,
746
- error: error,
747
- always: always
748
- };
749
- }
750
- };
751
-
752
- /***/ }),
753
-
754
- /***/ "./src/shared/hooks/useVideoMixin.ts":
755
- /*!*******************************************!*\
756
- !*** ./src/shared/hooks/useVideoMixin.ts ***!
757
- \*******************************************/
758
- /*! exports provided: useVideoMixin */
759
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
760
-
761
- "use strict";
762
- __webpack_require__.r(__webpack_exports__);
763
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "useVideoMixin", function() { return useVideoMixin; });
764
- /* harmony import */ var _libs_common_src_react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../../libs/common/src/react */ "../../libs/common/src/react/index.ts");
765
- /* harmony import */ var _libs_shared_src_flight_requests_UserRequests__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../../libs/shared/src/flight-requests/UserRequests */ "../../libs/shared/src/flight-requests/UserRequests.ts");
766
- /* harmony import */ var _libs_shared_src_flight_requests_FavouriteVideoRequests__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../../../libs/shared/src/flight-requests/FavouriteVideoRequests */ "../../libs/shared/src/flight-requests/FavouriteVideoRequests.ts");
767
- /* harmony import */ var shared_flight_requests_VideoRequests__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! shared/flight-requests/VideoRequests */ "./src/shared/flight-requests/VideoRequests.ts");
768
- /* harmony import */ var apps_watch_history_flight_requests_VideoHistoryRequests__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! apps/watch-history/flight-requests/VideoHistoryRequests */ "./src/apps/watch-history/flight-requests/VideoHistoryRequests.ts");
769
- function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
770
-
771
- function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
772
-
773
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
774
-
775
- function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); }
776
-
777
- function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
778
-
779
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
780
-
781
-
782
-
783
-
784
-
785
-
786
- var defaults = {
787
- ratings: true,
788
- favourites: true,
789
- watchHistory: true
790
- };
791
-
792
- function fetchAttribute(videosFetched, request) {
793
- var _a;
794
-
795
- var attribute = _libs_common_src_react__WEBPACK_IMPORTED_MODULE_0__["Flight"].useGetResponse((_a = request) === null || _a === void 0 ? void 0 : _a.key);
796
- var fetch = _libs_common_src_react__WEBPACK_IMPORTED_MODULE_0__["Flight"].useGetFetch(request);
797
- if (videosFetched && request && attribute.shouldFetch) fetch();
798
- }
799
-
800
- function useVideoMixin(videos) {
801
- var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
802
-
803
- var _a, _b, _c;
804
-
805
- var _Object$assign = Object.assign(Object.assign({}, defaults), options),
806
- ratings = _Object$assign.ratings,
807
- favourites = _Object$assign.favourites,
808
- watchHistory = _Object$assign.watchHistory;
809
-
810
- var currentUser = _libs_common_src_react__WEBPACK_IMPORTED_MODULE_0__["Flight"].useBasicFetch(_libs_shared_src_flight_requests_UserRequests__WEBPACK_IMPORTED_MODULE_1__["UserRequests"].currentUser());
811
- var videoIds = videos && (Array.isArray(videos) ? videos.filter(Boolean).map(function (v) {
812
- return v.id;
813
- }) : videos.data.filter(Boolean).map(function (v) {
814
- return v.id;
815
- }));
816
- var user = currentUser.data;
817
- var requests = [];
818
- if (ratings) requests = [].concat(_toConsumableArray(requests), [!!((_a = videoIds) === null || _a === void 0 ? void 0 : _a.length) && shared_flight_requests_VideoRequests__WEBPACK_IMPORTED_MODULE_3__["VideoRequests"].videoRatings(videoIds)]);
819
- if (favourites) requests = [].concat(_toConsumableArray(requests), [!!((_b = videoIds) === null || _b === void 0 ? void 0 : _b.length) && user && _libs_shared_src_flight_requests_FavouriteVideoRequests__WEBPACK_IMPORTED_MODULE_2__["FavouriteVideoRequests"].isFavourited(user.id, videoIds)]);
820
- if (watchHistory) requests = [].concat(_toConsumableArray(requests), [!!((_c = videoIds) === null || _c === void 0 ? void 0 : _c.length) && user && apps_watch_history_flight_requests_VideoHistoryRequests__WEBPACK_IMPORTED_MODULE_4__["VideoHistoryRequests"].videoHistory(user.customerId, user.id, videoIds)]);
821
- requests.forEach(function (r) {
822
- return fetchAttribute(!!videos, r);
823
- });
824
- }
825
-
826
- /***/ })
827
-
828
- }]);
829
- //# sourceMappingURL=86.chunk.js.map