@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
package/dist/en.json CHANGED
@@ -1 +1 @@
1
- {"classrooms":{"classroomActivitiesList":{"noActivities":"No activities started yet with this class.","howToStart":"How do I start activities?"},"classroomDetailsForm":{"nameLabel":"Classroom Name","namePlaceholder":"Enter your classroom's name","cancel":"Cancel"},"classroomGroupDetailsForm":{"groupNamePlaceholder":"Group name","save":"Save","cancel":"Cancel","nameLabel":"Group Name","colourLabel":"Colour"},"classroomGroupDropdown":{"groupAs":"Group as:","createNew":"Create new group"},"classroomItem":{"rename":"Rename classroom","delete":"Delete classroom"},"classroomStudentsList":{"avatarAlt":"%{name}'s avatar","editStudentDetails":"Edit student details","removeFromClassroom":"Remove from classroom"},"manageClassroomGroups":{"groupName":"Group Name","colour":"Colour","createNew":"Create new group"},"manageClassroomStudentItem":{"editStudent":"Edit student","removeStudent":"Remove from classroom","addSuccess":"Successfully added <strong>%{studentName}</strong> to the group <strong>%{groupName}</strong>","addError":"Could not add <strong>%{studentName}</strong> to the group <strong>%{groupName}</strong>","removeSuccess":"Successfully removed <strong>%{studentName}</strong> from the group <strong>%{groupName}</strong>","removeError":"Could not remove <strong>%{studentName}</strong> from the group <strong>%{groupName}</strong>"},"manageClassroomStudentsEmptyState":{"emptyStateHeading":"What's your classroom without students?","emptyStateInfo":"Add students into your classrooms so you can group your students, and keep track of class and individual activities!","videoButton":"How do I add students?","addStudents":"Add new students"},"manageClassroomStudents":{"addStudent":"Add new student","addSuccess":"Successfully added all students to <strong>%{groupName}</strong>","removeSuccess":"Successfully removed all students from <strong>%{groupName}</strong>","addError":"Could not add students to <strong>%{groupName}</strong>","removeError":"Could not remove students from <strong>%{groupName}</strong>"},"classroomValidation":{"nameExceeds":"Name is too long","nameRequired":"Must provide a name","colourRequired":"Must provide a colour"},"addStudentsToClassroom":{"cancel":"Cancel","add":"Add","success":"Successfully added %{smart_count} student to %{classroomName}. |||| Successfully added %{smart_count} students to %{classroomName}.","error":"Could not add student to %{classroomName}. |||| Could not add students to %{classroomName}.","title":"Add new students","placeholder":"Search for student name..","createNewStudent":"Create a new student profile through ","studentManager":"School Student Manager"},"classroom":{"manageClassroom":"Manage Classroom","students":"Students","overview":"Overview","starSuccess":"Successfully pinned <strong>%{classroomName}</strong>.","starError":"Could not pin <strong>%{classroomName}</strong>.","unstarSuccess":"Successfully unpinned <strong>%{classroomName}</strong>.","unstarError":"Could not unpin <strong>%{classroomName}</strong>."},"classrooms":{"heading":"Classrooms","emptyStateHeading":"It's time to start class, but first...!","emptyStateInfo":"Make a new classroom to keep tabs on the videos you watch together and tasks handed to students.","createNew":"Create new classroom","newClassroom":"New Classroom","myClassrooms":"My Classrooms","otherClassrooms":"Other Classrooms In Your School","starSuccess":"Successfully pinned <strong>%{classroomName}</strong>.","starError":"Could not pin <strong>%{classroomName}</strong>.","unstarSuccess":"Successfully unpinned <strong>%{classroomName}</strong>.","unstarError":"Could not unpin <strong>%{classroomName}</strong>.","pageTitle":"Classrooms"},"createClassroomGroup":{"title":"Create new group","success":"Successfully created <strong>%{groupName}</strong> in <strong>%{classroomName}</strong>","error":"Could not create group."},"createClassroom":{"title":"Add new classroom","nameLabel":"Classroom Name","save":"Save","success":"Successfully created classroom <strong>%{name}</strong>","error":"Could not create classroom"},"deleteClassroomGroup":{"title":"Delete group","cancel":"Cancel","delete":"Delete","areYouSure":"Are you sure you want to remove the group <strong>%{name}</strong> from your classroom?","success":"Successfully deleted group <strong>%{name}</strong>.","error":"Could not delete group <strong>%{name}</strong>."},"deleteClassroom":{"title":"Remove Classroom","confirmation":"Are you sure you want to remove <strong>%{name}</strong> from your school?","remove":"Remove","cancel":"Cancel","success":"Successfully removed %{name}."},"editClassroomGroup":{"title":"Edit group","success":"Successfully updated group <strong>%{groupName}</strong>.","error":"Could not update group <strong>%{groupName}</strong>."},"editClassroom":{"title":"Edit %{name}","nameLabel":"Classroom Name","save":"Save","success":"Successfully updated classroom %{name}","error":"Could not update classroom %{name}"},"manageClassroom":{"heading":"Manage Classroom","goTo":"Go to ","students":"Students","groups":"Groups","pageTitleStudents":"Manage Students","pageTitleGroups":"Manage Groups"},"removeStudentsFromClassroom":{"cancel":"Cancel","remove":"Remove","success":"Successfully removed %{smart_count} student from %{classroomName} |||| Successfully removed %{smart_count} students from %{classroomName}","title":"Remove %{smart_count} student from %{classroomName} |||| Remove %{smart_count} students from %{classroomName}","confirm":"Are you sure you want to remove <strong>%{smart_count}</strong> student from <strong>%{classroomName}</strong>? |||| Are you sure you want to remove <strong>%{smart_count}</strong> students from <strong>%{classroomName}</strong>?"}},"contentUpdates":{"classificationBanner":{"follow":"Follow","following":"Following"},"classificationUpdate":{"defaultPageTitle":"Content Updates"},"contentUpdatesView":{"followed":"Successfully followed <strong>%{classification}</strong>","unfollowed":"Successfully unfollowed <strong>%{classification}</strong>","showMore":"Show more new %{classificationName} videos","error":"Something went wrong, please try again.","pageTitle":"Content Updates"}},"playlists":{"liteClassificationUpdateBreadcrumbs":{"dashboard":"Dashboard","whatsNew":"Whats new at ClickView"},"liteWhatsNewBreadcrumbs":{"dashboard":"Dashboard","whatsNew":"Whats new at ClickView"},"playlistDetails":{"nameLabel":"Playlist Name","namePlaceholder":"Give your playlist a name...","descriptionLabel":"Description","descriptionPlaceholder":"Describe your playlist here","create":"Create","save":"Save","cancel":"Cancel"},"playlistHeader":{"description":"Description","follow":"Follow","following":"Following","edit":"Edit","share":"Share","delete":"Delete","collaborate":"Collaborate","copy":"Copy Playlist"},"selectPlaylist":{"placeholder":"Search your playlists or create a new one...","recentPlaylistsHeading":"Recent playlists saved to:","suggestionsHeading":"My Playlists","createPlaylist":"Create new playlist: <strong>%{name}</strong>"},"addToPlaylist":{"heading":"Add to Playlist","selectPlaylist":"Select a playlist to add <strong>%{video}</strong> to:","successNew":"Successfully added <strong>%{video}</strong> to new playlist <strong>%{playlist}</strong>","success":"Successfully added <strong>%{video}</strong> to <strong>%{playlist}</strong>","createError":"Failed to create <strong>%{playlist}</strong>.","addError":"Failed to add <strong>%{video}</strong> to <strong>%{playlist}</strong>.","goToPlaylist":"Go to %{playlist}"},"deletePlaylist":{"title":"Delete %{name}","keep":"No, keep my playlist","confirm":"Yes, delete this playlist","check":"Are you sure you want to delete this playlist?","warning":"This will permanently delete the playlist <strong>%{name}</strong>, along with any share links.","videoNote":"Videos in this playlist will not be deleted.","success":"Successfully deleted <strong>%{name}</strong>.","error":"Failed to delete <strong>%{name}</strong>."},"editPlaylist":{"title":"Edit %{name}","heading":"Edit Playlist Details","success":"Successfully updated <strong>%{name}</strong>.","error":"Failed to update <strong>%{name}</strong>."},"newPlaylist":{"title":"New Playlist","success":"Successfully created <strong>%{name}</strong>.","error":"Failed to create playlist."},"playlist":{"followError":"Playlist couldn't be followed. Please try again later.","unfollowError":"Playlist couldn't be unfollowed. Please try again later.","favourited":"Added <strong>%{video}</strong> to favourited videos.","unfavourited":"Removed <strong>%{video}</strong> from favourited videos."},"playlists":{"title":"Playlists","newPlaylist":"New Playlist"},"removeVideoFromPlaylist":{"title":"Remove %{name}","keep":"No, keep this video","confirm":"Yes, remove this video","check":"Are you sure you want to remove this video?","warning":"This will remove <strong>%{video}</strong> from the playlist <strong>%{playlist}</strong>.","success":"Successfully removed <strong>%{video}</strong> from <strong>%{playlist}</strong>.","error":"Failed to remove <strong>%{video}</strong> from <strong>%{playlist}</strong>."},"emptyState":{"noPlaylistsHeading":"You have no playlists","noPlaylistsInfo":"Click <strong>New Playlist</strong> above to create one.","noVideosHeading":"There are no videos in this playlist","noVideosInfo":"Learn how to add videos to a playlist."},"playlistItem":{"videos":"%{smart_count} video |||| %{smart_count} videos","lastUpdated":"Last updated: %{timeAgo}","notUpdatedRecently":"Last updated over a month ago"},"playlistSortSelect":{"recentlyUpdated":"Recently updated","atoz":"A to Z","ztoa":"Z to A","newest":"Newest","oldest":"Oldest"},"hooks":{"somethingWentWrong":"Something went wrong"},"validation":{"nameExceeds":"Name is too long","nameRequired":"Name is required","descriptionExceeds":"Description is too long"}},"dashboard":{"dashboardWidget":{"favourited":"Added <strong>%{video}</strong> to favourited videos.","unfavourited":"Removed <strong>%{video}</strong> from favourited videos."},"dashboard":{"pageTitle":"Discover","subjectsWidget":"Topics"}},"default":{"error":{"defaultPageTitle":"Oops! Something went wrong","countryRoads":"Take me home"},"myVideos":{"header":"My Videos","description":"Here we store all the videos that you upload on to ClickView!","share":"Share","edit":"Edit","alertMessage":"Drag a video onto this window <strong>at any time</strong> to begin uploading.","alertSecondaryMessage":"(You can select more than 1 video at a time)","pageTitle":"My Videos","favourited":"Added <strong>%{video}</strong> to favourited videos.","unfavourited":"Removed <strong>%{video}</strong> from favourited videos."}},"search":{"filterActions":{"apply":"Apply","reset":"Reset"},"resetButton":{"reset":"Reset Filters"},"searchFilters":{"heading":"Filters","reset":"Reset Filters"},"searchAppVariables":{"searchBarPlaceholder":"Search keywords, tags, or curriculum codes..."},"utils":{"yearLevel":"Year Level","objectTypes":"Type","ratings":"Ratings","interactives":"Interactives","clips":"Clips","classroom":"Classroom","moreFilters":"More Filters","interactivesDescription":"Only display videos with interactives","clipsDescription":"Only display videos with clips","allTypes":"All Types","topics":"Topics","playlists":"Playlist","series":"Series","videos":"Videos","firstNameAToZ":"First Name: A - Z","firstNameZToA":"First Name: Z - A","surnameAToZ":"Last Name: A - Z","surnameZToA":"Last Name: Z - A"},"searchResults":{"heading":"Search Results","playlists":"Playlists","series":"Series","relatedPlaylists":"Related Playlists","relatedSeries":"Related Series","defaultPageTitle":"Search","favourited":"Added <strong>%{video}</strong> to favourited videos.","unfavourited":"Removed <strong>%{video}</strong> from favourited videos."},"searchTips":{"heading":"Search Tips","firstTerm":"\"atomic bonding\"","firstDescription":"Search for exact phrases using quotation marks","secondTerm":"\"romeo and juliet\" english","secondDescription":"Combine normal and exact phrases together","thirdTerm":"-pollution","thirdDescription":"Exclude a keyword from your search","fourthTerm1":"tag:literature","fourthTerm2":"folder:science","fourthDescription":"Search for results within a tag, folder or series","fifthTerm":"folder:-physics","fifthDescription":"Use a \"-\" to exclude a folder, title or series"},"services":{"folderTag":"This folder","seriesTag":"This series"},"searchBar":{"findingResults":"Finding results...","recentSearches":"Recent Searches","allResults":"Show all results for","noLibraries":"There are currently no libraries to search. Add a new library to get started.","placeholder":"Search within your library... |||| Search within your libraries...","classifications":"topics","videos":"videos","tags":"tags","series":"series"}},"settings":{"settings":{"heading":"Settings","pageTitle":"Settings"}},"subjects":{"classification":{"dashboard":"Dashboard","playlists":"Playlists","series":"Series","popular":"Popular videos","unfollow":"Unfollow","follow":"Follow","share":"Share","followBtnTooltip":"Follow to get notifications on new content added to this topic"},"preferences":{"pageTitleOnboarding":"Onboarding","pageTitlePreferences":"Preferences"},"curriculumPresentationSelector":{"next":"Next","heading":"Which curriculum is most relevant to you?","info":"Content will be aligned to your chosen curriculum","back":"Back","error":"Something went wrong, please try again."},"levelPreferences":{"heading":"What year groups do you currently teach?","info":"This helps ClickView show you content that is suitable to your students","back":"Back","next":"Next","allLevels":"I teach all year groups","error":"Something went wrong while we were trying to save your changes. Please try again."},"subjectPreferencesView":{"heading":"Which subjects are you interested in?","infoRow1":"This helps us tailor ClickView to you.","infoRow2":"Select as many as you like!","back":"Back","allSubjects":"I'm interested in all subjects","next":"Next","error":"Something went wrong while we were trying to save your changes. Please try again."},"subjectPresentationSelector":{"next":"Next","back":"Back","heading":"What level do you currently teach?","info":"This will help ClickView show you more relevant content","error":"Something went wrong, please try again."},"preferencesSummary":{"heading":"A summary of your preferences","info":"You can change your preferences in your profile settings at any time!","levels":"Year groups","subjects":"Subjects","getStarted":"Get Started","save":"Save My Preferences","noLevelPreferences":"You haven't set any year group preferences yet.","noSubjectPreferences":"You haven't set any subject preferences yet.","allLevels":"I'm interested in all year groups","allSubjects":"I'm interested in all subjects","onboardingOptionError":"Something went wrong. Please check your internet connection and try again."},"preferencesWelcome":{"welcomeUser":"Welcome %{firstName}!","info1":"We want to get to know you a little bit better so we can <strong>tailor ClickView to your teaching needs!</strong>","info2":"This will only take a few minutes and everything you'll ever need will be at your fingertips.","getStarted":"Get started","welcome":"Welcome!"},"comingSoon":{"comingSoon":"Coming Soon","info":"We are currently building this topic. In the meantime, we can remind you when it's available.","remindMe":"Remind Me"},"heroVideo":{"resourcesHeading":"Resources","linksHeading":"Links","clipsHeading":"Clips","tagsHeading":"Tags","links":"%{smart_count} link |||| %{smart_count} links","resources":"%{smart_count} resource |||| %{smart_count} resources","clips":"%{smart_count} clip |||| %{smart_count} clips","heading":"Featured video"}},"shared":{"uploadFileSelect":{"uploadVideo":"Upload a video"},"immersiveReader":{"titleFallback":"Immersive Reader"},"playPage":{"makeInteractive":"Make interactive","share":"Share","addToPlaylist":"Add to playlist","relatedVideos":"Related Videos","createClip":"Create clip","viewCurriculumLinks":"View curriculum links","resources":"Resources (%{count})","interactives":"Interactives (%{count})","clips":"Clips (%{count})"},"tokenizedTypeahead":{"recentSearchHeading":"Recently shared to"},"synopsis":{"readFullDescription":"Read full description","videoAtAGlance":"Video at a glance...","seeCurriculumLinks":"See curriculum links"},"userOptions":{"settings":"Settings","analytics":"ClickView Analytics","helpCentre":"Help Centre","signOut":"Sign Out","logIn":"Log In"},"videoDetails":{"details":"Details","rating":"Rating: %{code}","productionYear":"Production Year: %{year}","productionCompanies":"Production Company |||| Production Companies","distributors":"Distributor |||| Distributors","producers":"Producer |||| Producers","directors":"Director |||| Directors","tags":"Tags:","description":"Description","seeGlance":"See video at a glance","seeCurriculumLinks":"See curriculum links"},"notFoundError":{"title":"Page not found","heading":"Page Not Found","description":"Unfortunately the page you are looking for doesn't exist."},"privateResourceError":{"title":"Private Resource","heading":"Private Resource","description":"You are trying to view a resource that has not been shared with you."},"regionLockedResourceError":{"title":"Region Locked Resource","heading":"Oops! This content isn't available in your country","description":"You are attempting to view a resource that is not available in your country."},"unspecifiedError":{"title":"Unspecified Error","heading":"Oops! Something went wrong","description":"An unspecified error has occured, please try again. If the error persists, please contact your system administrator."},"playlistNotFoundError":{"title":"Playlist Not Found","heading":"Playlist Not Found","description":"The playlist you have requested could not be found or has been removed."},"playlistPrivateError":{"title":"Private Playlist","heading":"Private Playlist","description":"This playlist has been made private by its owner."},"videoNotFoundError":{"title":"Video Not Found","heading":"Video Not Found","description":"The video you have requested could not be found or has been removed."},"videoPrivateError":{"title":"Private Video","heading":"Private Video","description":"This video has been made private by its owner."},"hooks":{"discard":"Discard","cancel":"Cancel","uploadLockTitle":"Are you sure you want to leave?","uploadLockBody":"By leaving the current page all uploads will be discarded"},"dragMask":{"message":"Drop files here to begin uploading"},"utils":{"cancel":"Cancel","confirm":"Confirm"},"favouriteVideos":{"header":"Favourited Videos","pageTitle":"Favourite Videos","favourited":"Added <strong>%{video}</strong> to favourited videos","unfavourited":"Removed <strong>%{video}</strong> from favourited videos"},"leftNav":{"discover":"Discover","playlists":"Playlists","myVideos":"My Videos","following":"Following","favouritedVideos":"Favourited Videos","classrooms":"Classrooms","watchHistory":"Watch History","settings":"Settings"},"play":{"favourited":"Added <strong>%{video}</strong> to favourited videos.","unfavourited":"Removed <strong>%{video}</strong> from favourited videos."},"series":{"dashboard":"Dashboard","series":"Series: %{seriesName}","share":"Share","follow":"Follow","favourited":"Added <strong>%{video}</strong> to favourited videos.","unfavourited":"Removed <strong>%{video}</strong> from favourited videos."},"share":{"mainTitle":"Share %{name}","settingsTitle":"Link settings for %{name}","shareLinkInstead":"Share a link instead","publicLinkInfo":"Anyone with this link can view","createLink":"Create Link","copyLink":"Copy Link","copiedLink":"Copied","viewOnly":"View Only","searchPlaceholder":"Share to colleagues, students, or classes..","share":"Share","sharedTo":"Shared to","save":"Save","cancel":"Cancel","deleteLink":"Delete Link","linkExpirationHeading":"Link Expiration","linkExpirationInfo":"Disable this link after 30 days","passwordProtectHeading":"Password Protect","passwordProtectInfo":"Generate a password to access this link","embedLinkHeading":"Embed Link","videoSize":"Video Size","autoplay":"Autoplay","success":"\"%{name}\" has been shared successfully","passwordPlaceholder":"Create a password.."},"backButton":{"back":"Back","backTo":"Back to %{backToName}"},"badges":{"interactive":"Interactive","resources":"Resources"},"curriculumLinks":{"curriculumLinks":"Curriculum Links","seeLess":"See less"},"editVideoDetails":{"nameExceeds":"Name is too long","nameRequired":"Name is required","descriptionExceeds":"Description is too long","namePlaceholder":"Enter a name for your video","descriptionPlaceholder":"Enter a description for your video","cancel":"Cancel","nameLabel":"Title","descriptionLabel":"Description"},"favouriteButton":{"favouriteError":"Failed to favourite video.","unfavouriteError":"Failed to unfavourite video."},"formButtons":{"create":"Create","save":"Save","next":"Next"},"pagination":{"next":"Next","previous":"Previous"},"searchBar":{"placeholder":"Enter a search query","recentSearchHeading":"Recent Searches"},"videoItemDescription":{"showMore":"... Show more","showLess":"Show less"},"dynamicWidget":{"topics":"Topics","teach":"What would you like to teach?","preferencesTooltip":"Update your preferences"},"fixedWidget":{"preferencesTooltip":"Update your preferences"},"greeting":{"morning":"Good morning","afternoon":"Good afternoon","evening":"Good evening","fallback":"Hello","prompt":"What would you like to teach today?"},"interactiveWidgetItem":{"previewQuestions":"Preview Questions"},"subjectWidgetItem":{"comingSoon":"Coming Soon","edit":"Edit My Subjects","all":"Explore all subjects"},"_pagination":{"next":"Next","previous":"Previous"},"shared-utils":{"responsive":"Responsive","small":"Small","medium":"Medium","large":"Large"},"videoActionsHelper":{"addToPlaylist":"Add to playlist","removeFromPlaylist":"Remove from playlist","share":"Share","edit":"Edit"}},"upload":{"uploadingItem":{"uploading":"UPLOADING","waitingToBeProcessed":"Waiting to be processed","processing":"PROCESSING","error":"ERROR PROCESSING"},"services":{"completeUploadAlertHeading":"%{videoName} is now ready to watch","completeUploadAlertMessage":"The video %{videoName} is now ready to watch. Higher resolutions are still being processed.","completeUploadAlertAppLinkText":"Go to %{videoName}","startUploadAlertHeading":"Uploading Video","startUploadSingleAlertBody":"Started uploading <strong>%{videoName}</strong>.","startUploadMultipleAlertBody":"Started uploading <strong>%{uploadCount} videos.</strong>","startUploadAlertAppLinkText":"See it in My Uploads |||| See them in My Uploads","errorAlertMessage":"Something went wrong while processing your video: <strong>%{videoName}</strong>. Please try again","errorAlertAppLinkText":"See it in My Uploads"},"cancelUpload":{"cancelProcessingTitle":"Cancel Processing","cancelUploadingTitle":"Cancel Upload","cancelProcessingMessage":"Are you sure you want to cancel processing <strong>%{videoName}</strong>?","cancelUploadingMessage":"Are you sure you want to cancel uploading <strong>%{videoName}</strong>?","cancelProcessingAlertHeading":"Cancelled Processing","cancelUploadingAlertHeading":"Cancelled Uploading","cancelProcessingAlertMessage":"Successfully cancelled processing <strong>%{videoName}</strong>","cancelUploadingAlertMessage":"Successfully cancelled uploading <strong>%{videoName}</strong>"},"editUpload":{"title":"Edit upload details","alertBody":"<strong>%{videoName}</strong> has been successfully updated."},"fileType":{"heading":"Invalid file type","body":"Sorry but you cannot upload files of that type.","okay":"Okay","close":"Close"},"internetConnectivityError":{"title":"Internet connectivity issue","heading":"Connectivity issue.","body":"There seems to be an issue with your internet connection. Please try uploading your files again.","okay":"Okay"},"utils":{"videoProcessingError":"Something went wrong processing this video.","waiting":"Waiting to be processed","processing":"Processing %{progress}%","complete":"Complete","readyToWatch":"Ready to watch, still processing higher resolutions."}},"userManager":{"bulkUploadFileSelect":{"button":"Upload .csv file","emptyCsvWarning":"The file you have uploaded appears to be empty! Please add some users and try again."},"deleteUploadedStudentPopup":{"title":"Delete student","confirmation":"Are you sure you want to delete this student?","cancel":"Cancel","delete":"Delete","firstName":"First name: <strong>%{firstName}</strong>","lastName":"Last name: <strong>%{lastName}</strong>","yearLevel":"Year level: <strong>%{yearLevel}</strong>","email":"Email: <strong>%{email}</strong>","success":"Successfully deleted 1 student"},"deleteUploadedTeacherPopup":{"title":"Delete teacher","confirmation":"Are you sure you want to delete this teacher?","cancel":"Cancel","delete":"Delete","firstName":"First name: <strong>%{firstName}</strong>","lastName":"Last name: <strong>%{lastName}</strong>","userRole":"Year level: <strong>%{userRole}</strong>","email":"Email: <strong>%{email}</strong>","success":"Successfully deleted 1 teacher"},"editUploadedUserPopup":{"success":"Successfully updated 1 user"},"manageStudents":{"addNew":"Add new student","level":"Level: ","remove":"Remove student","edit":"Edit student","enable":"Enable account"},"manageTeachers":{"addNew":"Add new teacher","remove":"Remove teacher","edit":"Edit teacher","enable":"Enable account"},"studentReviewTable":{"firstName":"First Name","lastName":"Last Name","yearLevel":"Year Level","email":"Email"},"teacherReviewTable":{"firstName":"First Name","lastName":"Last Name","userRole":"Role","email":"Email"},"studentDetailsForm":{"firstNamePlaceholder":"Enter student's first name","lastNamePlaceholder":"Enter student's last name","emailAddressPlaceholder":"Enter student's email"},"teacherDetailsForm":{"firstNamePlaceholder":"Enter user's first name","lastNamePlaceholder":"Enter user's last name","emailAddressPlaceholder":"Enter user's email"},"userDetailsForm":{"cancel":"Cancel","firstName":"First Name","lastName":"Last Name","yearLevel":"Year Level","emailAddress":"Email Address","userRole":"Role"},"userValidation":{"nameExceeds":"First name is too long","nameRequired":"Must provide a first name","surnameExceeds":"Surname is too long","surnameRequired":"Must provide a surname","emailExceeds":"Email address is too long","emailRequired":"Must provide an email address","emailValid":"Please provide a valid email address","yearLevelRequired":"Must provide a year level","yearLevelInvalid":"Must provide a valid year level","userRoleRequired":"Must choose a role","userRoleInvalid":"Must provide a valid user role"},"createStudent":{"popupTitle":"Create new student","success":"Successfully created student","error":"Could not create this student"},"createTeacher":{"popupTitle":"Create new user","success":"Successfully created user","error":"Could not create this user"},"editStudent":{"popupTitle":"Edit student","success":"Successfully updated student","error":"Could not update this student"},"editTeacher":{"popupTitle":"Edit user","success":"Successfully updated user","error":"Could not update this user"},"removeUser":{"titleStudents":"Remove Students","titleTeachers":"Remove Teachers","confirmStudents":"Are you sure you want to remove <strong>%{smart_count}</strong> student from your school? |||| Are you sure you want to remove <strong>%{smart_count}</strong> students from your school?","confirmTeachers":"Are you sure you want to remove <strong>%{smart_count}</strong> teacher from your school? |||| Are you sure you want to remove <strong>%{smart_count}</strong> teachers from your school?","remove":"Remove","cancel":"Cancel","success":"Successfully removed %{smart_count} user. |||| Successfully removed %{smart_count} users."},"schoolStudentManagerEmptyState":{"heading":"Where is everyone?","info":"Add students into your schools ClickView database to make sharing and creating classrooms possible!","videoLink":"How do I add students?","addNew":"Add new student"},"schoolStudentManager":{"heading":"School Student Manager","entries":"Showing %{totalVisible} of %{absoluteTotal} entry |||| Showing %{totalVisible} of %{absoluteTotal} entries","searchBarPlaceholder":"Search students...","yearLevelFilter":"Year Level","pageTitle":"Student Manager"},"schoolTeacherManagerEmptyState":{"heading":"Where is everyone?","info":"Add teachers into your schools ClickView database to make sharing and creating classrooms possible!","videoLink":"How do I add teachers?","addNew":"Add new teacher"},"schoolTeacherManager":{"heading":"School Teacher Manager","entries":"Showing %{smart_count} entry |||| Showing %{smart_count} entries","searchBarPlaceholder":"Search teachers...","pageTitle":"Teacher Manager"},"studentUploadReview":{"heading":"Review student list upload","save":"Save","reviewCount":"<span class=\"text-danger font-weight-bold\">%{smart_count}</span> listing needs reviewing. Please make sure you fill out all required missing information: |||| <span class=\"text-danger font-weight-bold\">%{smart_count}</span> listings need reviewing. Please make sure you fill out all required missing information:","switchLabel":"Show only listings that need reviewing","success":"Successfully uploaded students","navLockTitle":"Are you sure you want to leave?","navLockBody":"By leaving the current page all uploads will be discarded","saveConfirmationHeading":"Save users","saveConfirmationBody":"Are you sure you want to add %{smart_count} user to your school? |||| Are you sure you want to add %{smart_count} users to your school?","editStudent":"Edit student","pageTitle":"Review Students"},"teacherUploadReview":{"heading":"Review teacher list upload","save":"Save","reviewCount":"<span class=\"text-danger font-weight-bold\">%{smart_count}</span> listing needs reviewing. Please make sure you fill out all required missing information: |||| <span class=\"text-danger font-weight-bold\">%{smart_count}</span> listings need reviewing. Please make sure you fill out all required missing information:","switchLabel":"Show only listings that need reviewing","success":"Successfully uploaded teachers","navLockTitle":"Are you sure you want to leave?","navLockBody":"By leaving the current page all uploads will be discarded","saveConfirmationHeading":"Save users","saveConfirmationBody":"Are you sure you want to add %{smart_count} user to your school? |||| Are you sure you want to add %{smart_count} users to your school?","editTeacher":"Edit teacher","pageTitle":"Review Teachers"}},"watchHistory":{"watchHistoryVideoList":{"today":"Today","yesterday":"Yesterday"},"watchHistory":{"heading":"Watch History","emptyState":"Watch some videos to see your history here.","pageTitle":"Watch History","favourited":"Added <strong>%{video}</strong> to favourited videos.","unfavourited":"Removed <strong>%{video}</strong> from favourited videos."}},"share":{"copyEmbedHtml":{"label":"Embed","copy":"Copy","copied":"Copied","autoplay":"Autoplay","videoSize":"Video Size:"}},"notifications":{"notificationList":{"noNotifications":"You have no notifications"},"services":{"suggestEditSubmit":"Suggestion was successfully submitted"},"utils":{"viewVideoDetails":"View video details","viewVideo":"View video","reviewVideos":"Review videos","viewNewContent":"View new content","reviewVideo":"Review video","seeNow":"See now"},"notifications":{"title":"Notifications","notifications":"Notifications"},"notificationsPopover":{"notifications":"Notifications","seeAll":"See all notifications"}}}
1
+ {"classrooms":{"classroomActivitiesList":{"noActivities":"No activities started yet with this class.","howToStart":"How do I start activities?"},"classroomDetailsForm":{"nameLabel":"Classroom Name","namePlaceholder":"Enter your classroom's name","cancel":"Cancel"},"classroomGroupDetailsForm":{"groupNamePlaceholder":"Group name","save":"Save","cancel":"Cancel","nameLabel":"Group Name","colourLabel":"Colour"},"classroomGroupDropdown":{"groupAs":"Group as:","createNew":"Create new group"},"classroomItem":{"rename":"Rename classroom","delete":"Delete classroom"},"classroomStudentsList":{"avatarAlt":"%{name}'s avatar","editStudentDetails":"Edit student details","removeFromClassroom":"Remove from classroom"},"manageClassroomGroups":{"groupName":"Group Name","colour":"Colour","createNew":"Create new group"},"manageClassroomStudentItem":{"editStudent":"Edit student","removeStudent":"Remove from classroom","addSuccess":"Successfully added <strong>%{studentName}</strong> to the group <strong>%{groupName}</strong>","addError":"Could not add <strong>%{studentName}</strong> to the group <strong>%{groupName}</strong>","removeSuccess":"Successfully removed <strong>%{studentName}</strong> from the group <strong>%{groupName}</strong>","removeError":"Could not remove <strong>%{studentName}</strong> from the group <strong>%{groupName}</strong>"},"manageClassroomStudentsEmptyState":{"emptyStateHeading":"What's your classroom without students?","emptyStateInfo":"Add students into your classrooms so you can group your students, and keep track of class and individual activities!","videoButton":"How do I add students?","addStudents":"Add new students"},"manageClassroomStudents":{"addStudent":"Add new student","addSuccess":"Successfully added all students to <strong>%{groupName}</strong>","removeSuccess":"Successfully removed all students from <strong>%{groupName}</strong>","addError":"Could not add students to <strong>%{groupName}</strong>","removeError":"Could not remove students from <strong>%{groupName}</strong>"},"classroomValidation":{"nameExceeds":"Name is too long","nameRequired":"Must provide a name","colourRequired":"Must provide a colour"},"addStudentsToClassroom":{"cancel":"Cancel","add":"Add","success":"Successfully added %{smart_count} student to %{classroomName}. |||| Successfully added %{smart_count} students to %{classroomName}.","error":"Could not add student to %{classroomName}. |||| Could not add students to %{classroomName}.","title":"Add new students","placeholder":"Search for student name..","createNewStudent":"Create a new student profile through ","studentManager":"School Student Manager"},"classroom":{"manageClassroom":"Manage Classroom","students":"Students","overview":"Overview","starSuccess":"Successfully pinned <strong>%{classroomName}</strong>.","starError":"Could not pin <strong>%{classroomName}</strong>.","unstarSuccess":"Successfully unpinned <strong>%{classroomName}</strong>.","unstarError":"Could not unpin <strong>%{classroomName}</strong>."},"classrooms":{"heading":"Classrooms","emptyStateHeading":"It's time to start class, but first...!","emptyStateInfo":"Make a new classroom to keep tabs on the videos you watch together and tasks handed to students.","createNew":"Create new classroom","newClassroom":"New Classroom","myClassrooms":"My Classrooms","otherClassrooms":"Other Classrooms In Your School","starSuccess":"Successfully pinned <strong>%{classroomName}</strong>.","starError":"Could not pin <strong>%{classroomName}</strong>.","unstarSuccess":"Successfully unpinned <strong>%{classroomName}</strong>.","unstarError":"Could not unpin <strong>%{classroomName}</strong>.","pageTitle":"Classrooms"},"createClassroomGroup":{"title":"Create new group","success":"Successfully created <strong>%{groupName}</strong> in <strong>%{classroomName}</strong>","error":"Could not create group."},"createClassroom":{"title":"Add new classroom","nameLabel":"Classroom Name","save":"Save","success":"Successfully created classroom <strong>%{name}</strong>","error":"Could not create classroom"},"deleteClassroomGroup":{"title":"Delete group","cancel":"Cancel","delete":"Delete","areYouSure":"Are you sure you want to remove the group <strong>%{name}</strong> from your classroom?","success":"Successfully deleted group <strong>%{name}</strong>.","error":"Could not delete group <strong>%{name}</strong>."},"deleteClassroom":{"title":"Remove Classroom","confirmation":"Are you sure you want to remove <strong>%{name}</strong> from your school?","remove":"Remove","cancel":"Cancel","success":"Successfully removed %{name}."},"editClassroomGroup":{"title":"Edit group","success":"Successfully updated group <strong>%{groupName}</strong>.","error":"Could not update group <strong>%{groupName}</strong>."},"editClassroom":{"title":"Edit %{name}","nameLabel":"Classroom Name","save":"Save","success":"Successfully updated classroom %{name}","error":"Could not update classroom %{name}"},"manageClassroom":{"heading":"Manage Classroom","goTo":"Go to ","students":"Students","groups":"Groups","pageTitleStudents":"Manage Students","pageTitleGroups":"Manage Groups"},"removeStudentsFromClassroom":{"cancel":"Cancel","remove":"Remove","success":"Successfully removed %{smart_count} student from %{classroomName} |||| Successfully removed %{smart_count} students from %{classroomName}","title":"Remove %{smart_count} student from %{classroomName} |||| Remove %{smart_count} students from %{classroomName}","confirm":"Are you sure you want to remove <strong>%{smart_count}</strong> student from <strong>%{classroomName}</strong>? |||| Are you sure you want to remove <strong>%{smart_count}</strong> students from <strong>%{classroomName}</strong>?"}},"contentUpdates":{"classificationBanner":{"follow":"Follow","unfollow":"Unfollow"},"classificationUpdate":{"defaultPageTitle":"Content Updates"},"contentUpdatesView":{"followed":"Successfully followed <strong>%{classification}</strong>","unfollowed":"Successfully unfollowed <strong>%{classification}</strong>","showMore":"Show more new %{classificationName} videos","error":"Something went wrong, please try again.","pageTitle":"Content Updates"}},"playlists":{"liteClassificationUpdateBreadcrumbs":{"dashboard":"Dashboard","whatsNew":"Whats new at ClickView"},"liteWhatsNewBreadcrumbs":{"dashboard":"Dashboard","whatsNew":"Whats new at ClickView"},"playlistDetails":{"nameLabel":"Playlist Name","namePlaceholder":"Give your playlist a name...","descriptionLabel":"Description","descriptionPlaceholder":"Describe your playlist here","create":"Create","save":"Save","cancel":"Cancel"},"playlistHeader":{"description":"Description","follow":"Follow","following":"Following","edit":"Edit","share":"Share","delete":"Delete","collaborate":"Collaborate","copy":"Copy Playlist"},"selectPlaylist":{"placeholder":"Search your playlists or create a new one...","recentPlaylistsHeading":"Recent playlists saved to:","suggestionsHeading":"My Playlists","createPlaylist":"Create new playlist: <strong>%{name}</strong>"},"addToPlaylist":{"heading":"Add to Playlist","selectPlaylist":"Select a playlist to add <strong>%{video}</strong> to:","successNew":"Successfully added <strong>%{video}</strong> to new playlist <strong>%{playlist}</strong>","success":"Successfully added <strong>%{video}</strong> to <strong>%{playlist}</strong>","createError":"Failed to create <strong>%{playlist}</strong>.","addError":"Failed to add <strong>%{video}</strong> to <strong>%{playlist}</strong>.","goToPlaylist":"Go to %{playlist}"},"copyPlaylist":{"title":"Copy %{name}","body1":"Take a copy of this playlist in its current state.","body2":"Alternatively, follow the playlist to be notified about any new content related to <strong>%{name}</strong>","copy":"Copy","cancel":"Cancel","success":"Successfully created a copy of <strong>%{name}</strong>.","successAppLink":"Go to playlist","error":"Failed to copy <strong>%{name}</strong>. Please try again."},"deletePlaylist":{"title":"Delete %{name}","keep":"No, keep my playlist","confirm":"Yes, delete this playlist","check":"Are you sure you want to delete this playlist?","warning":"This will permanently delete the playlist <strong>%{name}</strong>, along with any share links.","videoNote":"Videos in this playlist will not be deleted.","success":"Successfully deleted <strong>%{name}</strong>.","error":"Failed to delete <strong>%{name}</strong>."},"editPlaylist":{"title":"Edit %{name}","heading":"Edit Playlist Details","success":"Successfully updated <strong>%{name}</strong>.","error":"Failed to update <strong>%{name}</strong>."},"newPlaylist":{"title":"New Playlist","success":"Successfully created <strong>%{name}</strong>.","error":"Failed to create playlist."},"playlist":{"followError":"Playlist couldn't be followed. Please try again later.","unfollowError":"Playlist couldn't be unfollowed. Please try again later.","favourited":"Added <strong>%{video}</strong> to favourited videos.","unfavourited":"Removed <strong>%{video}</strong> from favourited videos."},"playlists":{"title":"Playlists","newPlaylist":"New Playlist"},"removeVideoFromPlaylist":{"title":"Remove %{name}","keep":"No, keep this video","confirm":"Yes, remove this video","check":"Are you sure you want to remove this video?","warning":"This will remove <strong>%{video}</strong> from the playlist <strong>%{playlist}</strong>.","success":"Successfully removed <strong>%{video}</strong> from <strong>%{playlist}</strong>.","error":"Failed to remove <strong>%{video}</strong> from <strong>%{playlist}</strong>."},"emptyState":{"noPlaylistsHeading":"You have no playlists","noPlaylistsInfo":"Click <strong>New Playlist</strong> above to create one.","noVideosHeading":"There are no videos in this playlist","noVideosInfo":"Learn how to add videos to a playlist."},"playlistItem":{"videos":"%{smart_count} video |||| %{smart_count} videos","lastUpdated":"Last updated: %{timeAgo}","notUpdatedRecently":"Last updated over a month ago"},"playlistSortSelect":{"recentlyUpdated":"Recently updated","atoz":"A to Z","ztoa":"Z to A","newest":"Newest","oldest":"Oldest"},"hooks":{"somethingWentWrong":"Something went wrong"},"validation":{"nameExceeds":"Name is too long","nameRequired":"Name is required","descriptionExceeds":"Description is too long"}},"dashboard":{"dashboardWidget":{"favourited":"Added <strong>%{video}</strong> to favourited videos.","unfavourited":"Removed <strong>%{video}</strong> from favourited videos."},"dashboard":{"pageTitle":"Discover","subjectsWidget":"Topics"}},"default":{"error":{"defaultPageTitle":"Oops! Something went wrong","countryRoads":"Take me home"},"myVideos":{"header":"My Videos","description":"Here we store all the videos that you upload on to ClickView!","share":"Share","edit":"Edit","alertMessage":"Drag a video onto this window <strong>at any time</strong> to begin uploading.","alertSecondaryMessage":"(You can select more than 1 video at a time)","pageTitle":"My Videos","favourited":"Added <strong>%{video}</strong> to favourited videos.","unfavourited":"Removed <strong>%{video}</strong> from favourited videos."}},"search":{"filterActions":{"apply":"Apply","reset":"Reset"},"resetButton":{"reset":"Reset Filters"},"searchFilters":{"heading":"Filters","reset":"Reset Filters"},"searchAppVariables":{"searchBarPlaceholder":"Search keywords, tags, or curriculum codes..."},"utils":{"yearGroup":"Year Group","objectTypes":"Type","ratings":"Ratings","interactives":"Interactives","clips":"Clips","classroom":"Classroom","moreFilters":"More Filters","interactivesDescription":"Only display videos with interactives","clipsDescription":"Only display videos with clips","allTypes":"All Types","topics":"Topics","playlists":"Playlist","series":"Series","videos":"Videos","firstNameAToZ":"First Name: A - Z","firstNameZToA":"First Name: Z - A","surnameAToZ":"Last Name: A - Z","surnameZToA":"Last Name: Z - A"},"searchResults":{"heading":"Search Results","playlists":"Playlists","series":"Series","relatedPlaylists":"Related Playlists","relatedSeries":"Related Series","defaultPageTitle":"Search","favourited":"Added <strong>%{video}</strong> to favourited videos.","unfavourited":"Removed <strong>%{video}</strong> from favourited videos."},"searchTips":{"heading":"Search Tips","firstTerm":"\"atomic bonding\"","firstDescription":"Search for exact phrases using quotation marks","secondTerm":"\"romeo and juliet\" english","secondDescription":"Combine normal and exact phrases together","thirdTerm":"-pollution","thirdDescription":"Exclude a keyword from your search","fourthTerm1":"tag:literature","fourthTerm2":"folder:science","fourthDescription":"Search for results within a tag, folder or series","fifthTerm":"folder:-physics","fifthDescription":"Use a \"-\" to exclude a folder, title or series"},"services":{"folderTag":"This folder","seriesTag":"This series"},"searchBar":{"findingResults":"Finding results...","recentSearches":"Recent Searches","allResults":"Show all results for","noLibraries":"There are currently no libraries to search. Add a new library to get started.","placeholder":"Search within your library... |||| Search within your libraries...","classifications":"topics","videos":"videos","tags":"tags","series":"series"}},"settings":{"settings":{"heading":"Settings","pageTitle":"Settings"}},"subjects":{"classification":{"dashboard":"Dashboard","playlists":"Playlists","series":"Series","popular":"Popular videos","unfollow":"Unfollow","follow":"Follow","share":"Share","followBtnTooltip":"Follow to get notifications on new content added to this topic"},"preferences":{"pageTitleOnboarding":"Onboarding","pageTitlePreferences":"Preferences"},"curriculumPresentationSelector":{"next":"Next","heading":"Which curriculum is most relevant to you?","info":"Content will be aligned to your chosen curriculum","back":"Back","error":"Something went wrong, please try again."},"levelPreferences":{"heading":"What year groups do you currently teach?","info":"This helps ClickView show you content that is suitable to your students","back":"Back","next":"Next","allLevels":"I teach all year groups","error":"Something went wrong while we were trying to save your changes. Please try again."},"subjectPreferencesView":{"heading":"Which subjects are you interested in?","infoRow1":"This helps us tailor ClickView to you.","infoRow2":"Select as many as you like!","back":"Back","allSubjects":"I'm interested in all subjects","next":"Next","error":"Something went wrong while we were trying to save your changes. Please try again."},"subjectPresentationSelector":{"next":"Next","back":"Back","heading":"What level do you currently teach?","info":"This will help ClickView show you more relevant content","error":"Something went wrong, please try again."},"preferencesSummary":{"heading":"A summary of your preferences","info":"You can change your preferences in your profile settings at any time!","levels":"Year groups","subjects":"Subjects","getStarted":"Get Started","save":"Save My Preferences","noLevelPreferences":"You haven't set any year group preferences yet.","noSubjectPreferences":"You haven't set any subject preferences yet.","allLevels":"I'm interested in all year groups","allSubjects":"I'm interested in all subjects","onboardingOptionError":"Something went wrong. Please check your internet connection and try again."},"preferencesWelcome":{"welcomeUser":"Welcome %{firstName}!","info1":"We want to get to know you a little bit better so we can <strong>tailor ClickView to your teaching needs!</strong>","info2":"This will only take a few minutes and everything you'll ever need will be at your fingertips.","getStarted":"Get started","welcome":"Welcome!"},"comingSoon":{"comingSoon":"Coming Soon","info":"We are currently building this topic. In the meantime, we can remind you when it's available.","remindMe":"Remind Me"},"heroVideo":{"resourcesHeading":"Resources","linksHeading":"Links","clipsHeading":"Clips","tagsHeading":"Tags","links":"%{smart_count} link |||| %{smart_count} links","resources":"%{smart_count} resource |||| %{smart_count} resources","clips":"%{smart_count} clip |||| %{smart_count} clips","heading":"Featured video"}},"shared":{"uploadFileSelect":{"uploadVideo":"Upload a video"},"immersiveReader":{"titleFallback":"Immersive Reader"},"playPage":{"makeInteractive":"Make interactive","share":"Share","addToPlaylist":"Add to playlist","relatedVideos":"Related Videos","createClip":"Create clip","viewCurriculumLinks":"View curriculum links","resources":"Resources (%{count})","interactives":"Interactives (%{count})","clips":"Clips (%{count})"},"tokenizedTypeahead":{"recentSearchHeading":"Recently shared to"},"synopsis":{"readFullDescription":"Read full description","videoAtAGlance":"Video at a glance...","seeCurriculumLinks":"See curriculum links"},"userOptions":{"settings":"Settings","analytics":"ClickView Analytics","helpCentre":"Help Centre","signOut":"Sign Out","logIn":"Log In"},"videoDetails":{"details":"Details","rating":"Rating: %{code}","productionYear":"Production Year: %{year}","productionCompanies":"Production Company |||| Production Companies","distributors":"Distributor |||| Distributors","producers":"Producer |||| Producers","directors":"Director |||| Directors","tags":"Tags:","description":"Description","seeGlance":"See video at a glance","seeCurriculumLinks":"See curriculum links"},"notFoundError":{"title":"Page not found","heading":"Page Not Found","description":"Unfortunately the page you are looking for doesn't exist."},"privateResourceError":{"title":"Private Resource","heading":"Private Resource","description":"You are trying to view a resource that has not been shared with you."},"regionLockedResourceError":{"title":"Region Locked Resource","heading":"Oops! This content isn't available in your country","description":"You are attempting to view a resource that is not available in your country."},"unspecifiedError":{"title":"Unspecified Error","heading":"Oops! Something went wrong","description":"An unspecified error has occured, please try again. If the error persists, please contact your system administrator."},"playlistNotFoundError":{"title":"Playlist Not Found","heading":"Playlist Not Found","description":"The playlist you have requested could not be found or has been removed."},"playlistPrivateError":{"title":"Private Playlist","heading":"Private Playlist","description":"This playlist has been made private by its owner."},"videoNotFoundError":{"title":"Video Not Found","heading":"Video Not Found","description":"The video you have requested could not be found or has been removed."},"videoPrivateError":{"title":"Private Video","heading":"Private Video","description":"This video has been made private by its owner."},"hooks":{"discard":"Discard","cancel":"Cancel","uploadLockTitle":"Are you sure you want to leave?","uploadLockBody":"By leaving the current page all uploads will be discarded"},"dragMask":{"message":"Drop files here to begin uploading"},"utils":{"cancel":"Cancel","confirm":"Confirm"},"favouriteVideos":{"header":"Favourited Videos","pageTitle":"Favourite Videos","favourited":"Added <strong>%{video}</strong> to favourited videos","unfavourited":"Removed <strong>%{video}</strong> from favourited videos"},"leftNav":{"discover":"Discover","playlists":"Playlists","myVideos":"My Videos","following":"Following","favouritedVideos":"Favourited Videos","classrooms":"Classrooms","watchHistory":"Watch History","settings":"Settings"},"play":{"favourited":"Added <strong>%{video}</strong> to favourited videos.","unfavourited":"Removed <strong>%{video}</strong> from favourited videos."},"previewPdf":{"errorHeading":"Oops! Something went wrong while attempting to load the document preview.","downloadAnyway":"You may still download this resource anyway.","download":"Download","pageNumber":"Page %{current} of %{total}"},"series":{"dashboard":"Dashboard","series":"Series: %{seriesName}","share":"Share","follow":"Follow","favourited":"Added <strong>%{video}</strong> to favourited videos.","unfavourited":"Removed <strong>%{video}</strong> from favourited videos."},"share":{"mainTitle":"Share %{name}","settingsTitle":"Link settings for %{name}","shareLinkInstead":"Share a link instead","publicLinkInfo":"Anyone with this link can view","createLink":"Create Link","copyLink":"Copy Link","copiedLink":"Copied","viewOnly":"View Only","searchPlaceholder":"Share to colleagues, students, or classes..","share":"Share","sharedTo":"Shared to","save":"Save","cancel":"Cancel","deleteLink":"Delete Link","linkExpirationHeading":"Link Expiration","linkExpirationInfo":"Disable this link after 30 days","passwordProtectHeading":"Password Protect","passwordProtectInfo":"Generate a password to access this link","embedLinkHeading":"Embed Link","videoSize":"Video Size","autoplay":"Autoplay","success":"<strong>%{name}</strong> has been shared successfully","passwordPlaceholder":"Create a password.."},"backButton":{"back":"Back","backTo":"Back to %{backToName}"},"badges":{"interactive":"Interactive","resources":"Resources"},"channelFormField":{"channel":"Channel","placeholder":"Search for a channel..."},"confirmationPopup":{"confirm":"Confirm","cancel":"Cancel"},"curriculumLinks":{"curriculumLinks":"Curriculum Links","seeLess":"See less"},"editLink":{"linkNameExceeds":"Please provide a shorter name","linkNameRequired":"Please provide a name for your resource","linkUrlRequired":"Please provide a valid URL for your resource. e.g. https://example.com","linkUrlExceeds":"Please provide a shorter URL","urlLabel":"URL","urlPlaceholder":"Paste the URL to a resource here","nameLabel":"Name","namePlaceholder":"Display name","cancel":"Cancel"},"editResource":{"name":"Name","namePlaceholder":"Enter a name for this resource","nameTooLong":"Name is too long","nameRequired":"Name is required","cancel":"Cancel"},"editVideoDetails":{"nameExceeds":"Name is too long","nameRequired":"Name is required","descriptionExceeds":"Description is too long","namePlaceholder":"Enter a name for your video","descriptionPlaceholder":"Enter a description for your video","cancel":"Cancel","nameLabel":"Title","descriptionLabel":"Description"},"editVideoLinks":{"heading":"Resource Links","description":"You may attach links to other learning resources related to this video.","attach":"Attach","limit":"There is a resource link limit of %{limit} links. To add another link please first remove one."},"editVideoResources":{"resourcesLimit":"There is a resource limit of %{limit} resources. To add another resource please first remove one.","customerResources":"My School's Learning Resources","clickViewResources":"Learning Resources by ClickView","resources":"Learning Resources","resourcesDescription":"Maximum file size 10MB. <span class='text-muted'>(Word, Excel, PowerPoint, pdf, text and images are supported.)</span>","resourcesAlternative":"or Drag and drop learning resources(s) to upload","clickViewResourcesEmpty":"There are no ClickView resources for this video"},"editVideoSubtitles":{"subtitlesLimit":"There is a subtitle limit of %{limit} subtitles. To add another subtitle please first remove one.","customerSubtitles":"My School's Subtitles","subtitles":"Subtitles","subtitlesDescription":"You can upload up to %{limit} subtitles. <span class='text-muted'>(.srt files are supported.)</span>","subtitlesAlternative":"or Drag and drop a subtitle file (*.srt) to upload","clickViewSubtitles":"Subtitles by ClickView","clickViewSubtitlesEmpty":"There are no ClickView subtitles for this video"},"favouriteButton":{"favouriteError":"Failed to favourite video.","unfavouriteError":"Failed to unfavourite video."},"formButtons":{"create":"Create","save":"Save","next":"Next"},"imageSelect":{"minDimensions":"(Minimum dimensions are %{width}px x %{height}px)","uploadAThumbnail":"Upload a thumbnail"},"languageSelect":{"heading":"Select a language for your subtitle","placeholder":"Select a language","close":"Close","submit":"Submit","label":"Language"},"pagination":{"next":"Next","previous":"Previous"},"searchBar":{"placeholder":"Enter a search query","recentSearchHeading":"Recent Searches"},"videoItemDescription":{"showMore":"... Show more","showLess":"Show less"},"dynamicWidget":{"topics":"Topics","teach":"What would you like to teach?","preferencesTooltip":"Update your preferences"},"fixedWidget":{"preferencesTooltip":"Update your preferences"},"greeting":{"morning":"Good morning","afternoon":"Good afternoon","evening":"Good evening","fallback":"Hello","prompt":"What would you like to teach today?"},"interactiveWidgetItem":{"previewQuestions":"Preview Questions"},"subjectWidgetItem":{"comingSoon":"Coming Soon","edit":"Edit My Subjects","all":"Explore all subjects"},"behaviors":{"fileDrop":{"fileDrop":"Drop files here to begin uploading"}},"_fileSelect":{"browse":"Browse for a file","drop":"Drop files here to begin uploading"},"_pagination":{"next":"Next","previous":"Previous"},"tooManyFiles":{"title":"Uploading many files","heading":"Many files selected","body":"Please only upload file at a time.","okay":"Okay"},"errors":{"tooManyResources":{"heading":"Too many resources.","body":"Cannot add more than %{resourceLimit} resource files to a video. Please remove some resources if you would like to add more.","okay":"Okay"},"tooManySubtitles":{"heading":"Too many subtitles","body":"Cannot add more than %{subtitleLimit} subtitle files to a video. Please remove some subtitles if you would like to add more.","okay":"Okay"}},"shared-utils":{"responsive":"Responsive","small":"Small","medium":"Medium","large":"Large","exchange":"Exchange","workspace":"Workspace","file":"File","zipArchive":"Zip archive","presentation":"Presentation","spreadsheet":"Spreadsheet","document":"Document","pdf":"PDF","image":"Image","autoGeneratedSubtitle":"%{name} (auto-generated)"},"videoActionsHelper":{"addToPlaylist":"Add to playlist","removeFromPlaylist":"Remove from playlist","share":"Share","edit":"Edit"},"deleteLinkView":{"heading":"Remove link?","body":"Are you sure you want to remove <strong>%{name}</strong>?","remove":"Remove","success":"Successfully removed link","error":"Failed to remove link. Please try again later."},"deleteResourceView":{"heading":"Remove learning resource?","body":"Are you sure you want to remove <strong>%{name}</strong>?","remove":"Remove","success":"Successfully removed resource","error":"Failed to remove resource. Please try again later."},"deleteSubtitleView":{"heading":"Remove subtitle?","body":"Are you sure you want to remove these subtitles: <strong>%{language}</strong>?","remove":"Remove","success":"Successfully removed subtitle","error":"Failed to remove subtitle. Please try again later."},"editLinkView":{"heading":"Edit link","success":"Successfully saved link","error":"Failed to save link. Please try again later."},"editResourceView":{"heading":"Edit learning resource","success":"Successfully updated resource","error":"Failed to update resource. Please try again later."}},"upload":{"uploadingItem":{"uploading":"UPLOADING","waitingToBeProcessed":"Waiting to be processed","processing":"PROCESSING","error":"ERROR PROCESSING"},"services":{"completeUploadAlertHeading":"%{videoName} is now ready to watch","completeUploadAlertMessage":"The video %{videoName} is now ready to watch. Higher resolutions are still being processed.","completeUploadAlertAppLinkText":"Go to %{videoName}","startUploadAlertHeading":"Uploading Video","startUploadSingleAlertBody":"Started uploading <strong>%{videoName}</strong>.","startUploadMultipleAlertBody":"Started uploading <strong>%{uploadCount} videos.</strong>","startUploadAlertAppLinkText":"See it in My Videos |||| See them in My Videos","errorAlertMessage":"Something went wrong while processing your video: <strong>%{videoName}</strong>. Please try again","errorAlertAppLinkText":"See it in My Videos"},"cancelUpload":{"cancelProcessingTitle":"Cancel Processing","cancelUploadingTitle":"Cancel Upload","cancelProcessingMessage":"Are you sure you want to cancel processing <strong>%{videoName}</strong>?","cancelUploadingMessage":"Are you sure you want to cancel uploading <strong>%{videoName}</strong>?","cancelProcessingAlertHeading":"Cancelled Processing","cancelUploadingAlertHeading":"Cancelled Uploading","cancelProcessingAlertMessage":"Successfully cancelled processing <strong>%{videoName}</strong>","cancelUploadingAlertMessage":"Successfully cancelled uploading <strong>%{videoName}</strong>"},"editUpload":{"title":"Edit upload details","alertBody":"<strong>%{videoName}</strong> has been successfully updated."},"fileType":{"heading":"Invalid file type","body":"Sorry but you cannot upload files of that type.","okay":"Okay","close":"Close"},"internetConnectivityError":{"title":"Internet connectivity issue","heading":"Connectivity issue.","body":"There seems to be an issue with your internet connection. Please try uploading your files again.","okay":"Okay"},"utils":{"videoProcessingError":"Something went wrong processing this video.","waiting":"Waiting to be processed","processing":"Processing %{progress}%","complete":"Complete","readyToWatch":"Ready to watch, still processing higher resolutions."}},"userManager":{"bulkUploadFileSelect":{"buttonStudent":"Upload student list","buttonStaff":"Upload staff list","emptyCsvWarning":"The file you have uploaded appears to be empty! Please add some users and try again."},"deleteUploadedStaffPopup":{"title":"Remove staff","confirmation":"Are you sure you want to remove this staff account?","cancel":"Cancel","delete":"Remove","success":"Successfully removed the account: <strong>%{name}</strong>"},"deleteUploadedStudentPopup":{"title":"Remove student","confirmation":"Are you sure you want to remove this student account?","cancel":"Cancel","delete":"Remove","success":"Successfully removed the account: <strong>%{name}</strong>"},"editUploadedUserPopup":{"success":"Successfully updated <strong>%{name}</strong>"},"manageStaff":{"addNew":"Create new staff","remove":"Remove staff","edit":"Edit staff","activate":"Activate account","deactivate":"Deactivate account"},"manageStudents":{"addNew":"Create new student","yearGroup":"Year group: ","remove":"Remove student","edit":"Edit student","activate":"Activate account","deactivate":"Deactivate account"},"userDetailsForm":{"cancel":"Cancel","firstName":"First Name","lastName":"Last Name","yearGroup":"Year Group","emailAddress":"Email Address","username":"Username","password":"Password","firstNamePlaceholder":"Enter user's first name","lastNamePlaceholder":"Enter user's last name","emailAddressPlaceholder":"Enter user's email","usernamePlaceholder":"Enter user's username","passwordPlaceholder":"Enter user's password"},"staffReviewTable":{"firstName":"First Name","lastName":"Last Name","email":"Email","username":"Username","noInvalidListings":"There are no listings that need reviewing.","noInvalidListingsInfo":"You may still view and edit entries, or if they are finalised just hit \"Save\"","seeAllListings":"See full staff list"},"studentReviewTable":{"firstName":"First Name","lastName":"Last Name","yearGroup":"Year Group","email":"Email","username":"Username","noInvalidListings":"There are no listings that need reviewing.","noInvalidListingsInfo":"You may still view and edit entries, or if they are finalised just hit \"Save\"","seeAllListings":"See full student list"},"userValidation":{"nameExceeds":"First name is too long","nameRequired":"First name required","surnameExceeds":"Last name is too long","surnameRequired":"Last name required","emailExceeds":"Email address is too long","emailRequired":"Email address required","emailValid":"Email address invalid","yearGroupRequired":"Year group required","yearGroupInvalid":"Year group invalid","usernameExceeds":"Username is too long","usernameRequired":"Username required"},"removeStaff":{"title":"Remove Staff","confirm":"Are you sure you want to remove <strong>%{total}</strong> Staff from your school?","remove":"Remove","cancel":"Cancel","success":"Successfully removed %{total} staff.","error":"Failed to remove staff."},"removeStudents":{"title":"Remove Students","confirm":"Are you sure you want to remove <strong>%{smart_count}</strong> student from your school? |||| Are you sure you want to remove <strong>%{smart_count}</strong> students from your school?","remove":"Remove","cancel":"Cancel","success":"Successfully removed %{smart_count} student. |||| Successfully removed %{smart_count} students.","error":"Failed to remove students."},"createStaff":{"popupTitle":"Create staff account","success":"Successfully created the account: <strong>%{name}</strong>","error":"Could not create staff account"},"createStudent":{"popupTitle":"Create new student","success":"Successfully created the account: <strong>%{name}</strong>","error":"Could not create this student"},"editUser":{"popupTitle":"Edit user","success":"Successfully updated user","error":"Could not update this user"},"schoolStaffManagerEmptyState":{"heading":"Where is everyone?","info":"Add staff into your schools ClickView to make sharing and creating classrooms possible!","template":"Want to upload a staff list but not sure what you need? <a class=\"info-link\" href=\"%{templateLink}\">Download our Excel Template</a>","addNew":"Create new staff","uploadAList":"Upload staff list"},"schoolStaffManager":{"heading":"School Staff Manager","entries":"Showing %{smart_count} entry |||| Showing %{smart_count} entries","searchBarPlaceholder":"Search staff...","pageTitle":"Staff Manager","managerBreadcrumb":"Student Manager","settingsBreadcrumb":"Settings"},"schoolStudentManagerEmptyState":{"heading":"Where is everyone?","info":"Add students into your schools ClickView to make sharing and creating classrooms possible!","template":"Want to upload a student list but not sure what you need? <a class=\"info-link\" href=\"%{templateLink}\">Download our Excel Template</a>","addNew":"Create new student","uploadAList":"Upload student list"},"schoolStudentManager":{"heading":"School Student Manager","entries":"Showing %{totalVisible} of %{absoluteTotal} entry |||| Showing %{totalVisible} of %{absoluteTotal} entries","searchBarPlaceholder":"Search students...","yearLevelFilter":"Year Level","pageTitle":"Student Manager","managerBreadcrumb":"Student Manager","settingsBreadcrumb":"Settings"},"toggleUserStatus":{"activateTitle":"Activate %{name}","deactivateTitle":"Deactivate %{name}","success":"Successfully updated user","error":"Failed to update user","activateCheck":"Are you sure you want to activate <strong>%{name}</strong>?","deactivateCheck":"Are you sure you want to deactivate <strong>%{name}</strong>?","cancel":"Cancel","update":"Update"},"staffUploadReview":{"heading":"Review staff list upload","save":"Save","cancel":"Cancel","reviewCount":"<span class=\"text-danger font-weight-bold\">%{smart_count}</span> listing needs reviewing. Please make sure you fill out all required missing information: |||| <span class=\"text-danger font-weight-bold\">%{smart_count}</span> listings need reviewing. Please make sure you fill out all required missing information:","switchLabel":"Show only listings that need reviewing","success":"Successfully uploaded staff","error":"Failed to upload staff","navLockTitle":"Are you sure you want to leave?","navLockBody":"By leaving the current page all uploads will be discarded","saveConfirmationHeading":"Save users","saveConfirmationBody":"Are you sure you want to add %{smart_count} user to your school? |||| Are you sure you want to add %{smart_count} users to your school?","editUser":"Edit staff","pageTitle":"Review Staff"},"studentUploadReview":{"heading":"Review student list upload","save":"Save","cancel":"Cancel","reviewCount":"<span class=\"text-danger font-weight-bold\">%{smart_count}</span> listing needs reviewing. Please make sure you fill out all required missing information: |||| <span class=\"text-danger font-weight-bold\">%{smart_count}</span> listings need reviewing. Please make sure you fill out all required missing information:","switchLabel":"Show only listings that need reviewing","success":"Successfully uploaded students","error":"Failed to upload students","navLockTitle":"Are you sure you want to leave?","navLockBody":"By leaving the current page all uploads will be discarded","saveConfirmationHeading":"Save users","saveConfirmationBody":"Are you sure you want to add %{smart_count} user to your school? |||| Are you sure you want to add %{smart_count} users to your school?","editUser":"Edit student","pageTitle":"Review Students"}},"watchHistory":{"watchHistoryVideoList":{"today":"Today","yesterday":"Yesterday"},"watchHistory":{"heading":"Watch History","emptyState":"Watch some videos to see your history here.","pageTitle":"Watch History","favourited":"Added <strong>%{video}</strong> to favourited videos.","unfavourited":"Removed <strong>%{video}</strong> from favourited videos."}},"share":{"copyEmbedHtml":{"label":"Embed","copy":"Copy","copied":"Copied","autoplay":"Autoplay","videoSize":"Video Size:"}},"notifications":{"notificationList":{"noNotifications":"You have no notifications"},"services":{"suggestEditSubmit":"Suggestion was successfully submitted"},"utils":{"viewVideoDetails":"View video details","viewVideo":"View video","reviewVideos":"Review videos","viewNewContent":"View new content","reviewVideo":"Review video","seeNow":"See now"},"notifications":{"title":"Notifications","notifications":"Notifications"},"notificationsPopover":{"notifications":"Notifications","seeAll":"See all notifications"}},"workspace":{"ratingSelect":{"rating":"Rating","removeRating":"Remove rating","removeRatingTitle":"Without a rating, this video will be viewable by all staff and students"}}}
@@ -12,9 +12,7 @@ interface CollectionApiClientOptions {
12
12
  collectionApiClientId: string;
13
13
  getUser: () => Promise<User>;
14
14
  shouldLog?: (event: IncomingEvent) => boolean;
15
- formatData?: (event: IncomingEvent) => {
16
- [dataKey: string]: HashObject;
17
- };
15
+ formatData?: (event: IncomingEvent) => HashObject | HashObject[];
18
16
  }
19
17
  /**
20
18
  * A client for logging to CollectionApi.
@@ -14,6 +14,6 @@ export declare class BaseAnalyticsEnricher extends Core.Service {
14
14
  * @param event
15
15
  * @param next
16
16
  */
17
- enrich<TEvent extends CoreAnalyticsType>(event: TEvent, next: Function): void;
17
+ enrich<TEvent extends CoreAnalyticsType>(event: TEvent, next: (...args: any) => any): void;
18
18
  isType(type: string): this is BaseAnalyticsEnricher;
19
19
  }
@@ -5,6 +5,6 @@ export declare class UserDataEnricher extends BaseAnalyticsEnricher {
5
5
  get name(): string;
6
6
  initialize(): void;
7
7
  private shouldEnrich;
8
- enrich(event: CoreAnalyticsType, next: Function): void;
8
+ enrich(event: CoreAnalyticsType, next: (...args: any) => any): void;
9
9
  private getUser;
10
10
  }
@@ -60,6 +60,9 @@ export declare enum UserAction {
60
60
  Favourite = "cv_product_favourite",
61
61
  Follow = "cv_product_follow",
62
62
  Prefer = "cv_product_prefer",
63
+ Print = "cv_product_print",
64
+ Copy = "cv_product_copy",
65
+ Activate = "cv_product_activate",
63
66
  SetAccess = "cv_product_set_access",
64
67
  AddToLocalCache = "cv_product_add_to_lc",
65
68
  /**
@@ -139,8 +142,8 @@ export declare enum LocationContext {
139
142
  MigrationWarnings = "migration_warnings",
140
143
  PlaylistListHeader = "playlist_list_header",
141
144
  PlaylistListItem = "playlist_list_item",
142
- TeacherManager = "teacher_manager",
143
- TeacherManagerListItem = "teacher_manager_list_item",
145
+ StaffManager = "staff_manager",
146
+ StaffManagerListItem = "staff_manager_list_item",
144
147
  StudentManager = "student_manager",
145
148
  StudentManagerListItem = "student_manager_list_item",
146
149
  ClassroomsList = "classrooms_list",
@@ -152,6 +155,7 @@ export declare enum LocationContext {
152
155
  ManageClassroomGroups = "manage_classroom_groups",
153
156
  ManageClassroomGroupListItem = "manage_classroom_group_list_item",
154
157
  PlayPage = "play_page",
158
+ Player = "player",
155
159
  FloatingPlayer = "floating_player",
156
160
  InteractivePlayer = "interactive_player",
157
161
  EmbeddedPlayer = "embedded_player",
@@ -277,7 +281,8 @@ export declare enum SuggestionDescriptor {
277
281
  export declare enum AssocDescriptor {
278
282
  Image = "image",
279
283
  User = "user",
280
- Playlist = "playlist"
284
+ Playlist = "playlist",
285
+ Link = "link"
281
286
  }
282
287
  export declare enum ToggleDescriptor {
283
288
  On = "on",
@@ -1,4 +1,4 @@
1
1
  export declare const TypeHelper: {
2
2
  isObject(obj: any): boolean;
3
- isFunction(fn: Function): fn is Function;
3
+ isFunction(fn: (...args: any[]) => any): boolean;
4
4
  };
@@ -32,11 +32,11 @@ export interface VideoAnalyticsPayload {
32
32
  export declare const VideoDataFormatHelper: {
33
33
  getVideoData(options: VideoWatchAnalyticsEvent): VideoAnalyticsPayload;
34
34
  /**
35
- * Map to the same properties recorded in Online.
36
- * @see _toLogMasterVideo() in AnalyticsService in Online
37
- *
38
- * TODO: Video origin and user channel logging - both of these need to be re-worked properly.
39
- */
35
+ * Map to the same properties recorded in Online.
36
+ * @see _toLogMasterVideo() in AnalyticsService in Online
37
+ *
38
+ * TODO: Video origin and user channel logging - both of these need to be re-worked properly.
39
+ */
40
40
  getLegacyVideoData(options: VideoWatchAnalyticsEvent): HashObject<any>;
41
41
  };
42
42
  export {};
@@ -1,5 +1,4 @@
1
1
  export declare const CommonServices: {
2
2
  ALERT: string;
3
- SCROLL: string;
4
3
  LANGUAGE: string;
5
4
  };
@@ -95,5 +95,5 @@ export declare class BaseAppRouter extends Marionette.AppRouter {
95
95
  private toMethodName;
96
96
  private validateAppLink;
97
97
  listenTo(object: any, eventMap: Backbone.EventMap): this;
98
- listenTo(obj: string | Backbone.Events, events: string, callback: Function): this;
98
+ listenTo(obj: string | Backbone.Events, events: string, callback: (...args: any) => any): this;
99
99
  }
@@ -72,5 +72,5 @@ export declare class BaseApplication extends Marionette.Application {
72
72
  protected setDefaultQueryParams(params: ObjectHash): void;
73
73
  getAndClearDefaultQueryParams(): ObjectHash;
74
74
  listenTo(object: any, eventMap: Backbone.EventMap): this;
75
- listenTo(obj: string | Backbone.Events, events: string, callback: Function): this;
75
+ listenTo(obj: string | Backbone.Events, events: string, callback: (...args: any) => any): this;
76
76
  }
@@ -2,5 +2,5 @@
2
2
  import * as Marionette from 'backbone.marionette';
3
3
  export declare class BaseBehavior extends Marionette.Behavior {
4
4
  listenTo(object: any, eventMap: Backbone.EventMap): this;
5
- listenTo(obj: string | Backbone.Events, events: string, callback: Function): this;
5
+ listenTo(obj: string | Backbone.Events, events: string, callback: (...args: any) => any): this;
6
6
  }
@@ -3,5 +3,5 @@ import { BaseModel } from './BaseModel';
3
3
  export declare class BaseCollection<TModel extends BaseModel = BaseModel> extends Backbone.Collection<TModel> {
4
4
  parent?: BaseModel | BaseCollection;
5
5
  listenTo(object: any, eventMap: Backbone.EventMap): this;
6
- listenTo(obj: string | Backbone.Events, events: string, callback: Function): this;
6
+ listenTo(obj: string | Backbone.Events, events: string, callback: (...args: any) => any): this;
7
7
  }
@@ -12,5 +12,5 @@ export declare class BaseCollectionView<TModel extends BaseModel = BaseModel, TV
12
12
  serializeModel(): any;
13
13
  serializeCollection(): any[];
14
14
  listenTo(object: any, eventMap: Backbone.EventMap): this;
15
- listenTo(obj: string | Backbone.Events, events: string, callback: Function): this;
15
+ listenTo(obj: string | Backbone.Events, events: string, callback: (...args: any) => any): this;
16
16
  }
@@ -6,6 +6,6 @@ export interface BaseLayoutViewOptions extends BaseViewOptions {
6
6
  export declare class BaseLayoutView extends BaseView {
7
7
  protected options: BaseLayoutViewOptions;
8
8
  constructor(options: BaseLayoutViewOptions);
9
- static getCacheKey(options: BaseLayoutViewOptions): string;
9
+ static getCacheKey(options?: BaseLayoutViewOptions): string;
10
10
  unmountRegion(regionName: string): void;
11
11
  }
@@ -23,5 +23,5 @@ export declare class BaseModel extends Backbone.Model {
23
23
  preValidate: (attr: any, value: any) => any;
24
24
  validate(attributes?: any, options?: any): any;
25
25
  listenTo(object: any, eventMap: Backbone.EventMap): this;
26
- listenTo(obj: string | Backbone.Events, events: string, callback: Function): this;
26
+ listenTo(obj: string | Backbone.Events, events: string, callback: (...args: any) => any): this;
27
27
  }
@@ -12,7 +12,7 @@ export declare class BaseNestedModel extends BaseModel {
12
12
  protected associations: {
13
13
  [name: string]: Association;
14
14
  };
15
- set(key: string | object, value?: any | ModelSetOptions, options?: BaseNestedModelOptions): BaseNestedModel;
15
+ set(key: string | ObjectHash, value?: any | ModelSetOptions, options?: BaseNestedModelOptions): BaseNestedModel;
16
16
  get(attributeName: string): any;
17
17
  setAssociation(key: string, value: any, options: BaseNestedModelOptions): BaseModel | BaseCollection<BaseModel>;
18
18
  toJSON(...args: any[]): ObjectHash;
@@ -6,5 +6,5 @@ export declare class BaseService extends Marionette.Object {
6
6
  name: string;
7
7
  constructor(options?: BaseServiceOptions);
8
8
  listenTo(object: any, eventMap: Backbone.EventMap): this;
9
- listenTo(obj: string | Backbone.Events, events: string, callback: Function): this;
9
+ listenTo(obj: string | Backbone.Events, events: string, callback: (...args: any) => any): this;
10
10
  }
@@ -74,7 +74,7 @@ export declare class CoreView<TModel extends BaseModel = BaseModel> extends Mari
74
74
  constructor(options?: BaseViewOptions<TModel>);
75
75
  appLinks: AppLinkHash;
76
76
  normalizeUIKeys: (hash: UIHash) => UIHash;
77
- static AddViewDataExtension(ext: Function | Backbone.ObjectHash): void;
77
+ static AddViewDataExtension(ext: (...args: any) => any | Backbone.ObjectHash): void;
78
78
  serializeModel(): any;
79
79
  serializeCollection(): any[];
80
80
  /**
@@ -99,7 +99,7 @@ export declare class CoreView<TModel extends BaseModel = BaseModel> extends Mari
99
99
  private hasPartialLoadingRegions;
100
100
  protected renderPartialLoading(region?: string): void;
101
101
  listenTo(object: any, eventMap: Backbone.EventMap): this;
102
- listenTo(obj: string | Backbone.Events, events: string, callback: Function): this;
102
+ listenTo(obj: string | Backbone.Events, events: string, callback: (...args: any) => any): this;
103
103
  render(): CoreView<TModel>;
104
104
  /** backbone.stickit stuff that is mixed in at run time.
105
105
  *
@@ -27,5 +27,5 @@ export declare class LayoutService extends Marionette.Object {
27
27
  */
28
28
  private checkRequiredRegions;
29
29
  listenTo(object: any, eventMap: Backbone.EventMap): this;
30
- listenTo(obj: string | Backbone.Events, events: string, callback: Function): this;
30
+ listenTo(obj: string | Backbone.Events, events: string, callback: (...args: any) => any): this;
31
31
  }
@@ -1,3 +1,3 @@
1
1
  /// <reference types="backbone" />
2
- declare function ListenToRadio(obj: string | Backbone.Events, events: string, callback: Function, originalListenTo: Function): any;
2
+ declare function ListenToRadio(obj: string | Backbone.Events, events: string, callback: (...args: any) => any, originalListenTo: (...args: any) => any): any;
3
3
  export { ListenToRadio };
@@ -74,6 +74,6 @@ export declare class Shell extends Marionette.Application {
74
74
  store: Store;
75
75
  registerStore(store: Store): void;
76
76
  listenTo(object: any, eventMap: Backbone.EventMap): this;
77
- listenTo(obj: string | Backbone.Events, events: string, callback: Function): this;
77
+ listenTo(obj: string | Backbone.Events, events: string, callback: (...args: any) => any): this;
78
78
  }
79
79
  export {};
@@ -1,11 +1,12 @@
1
1
  import { ObjectHash } from 'backbone';
2
+ import { HashObject } from "../../react/interfaces";
2
3
  export interface BaseCollectionIdentifierOptions<T> {
3
4
  collectionPrefix?: string;
4
5
  id?: string;
5
6
  sort?: T;
6
7
  cursor?: string;
7
8
  }
8
- export declare class BaseCollectionIdentifier<T = {}> {
9
+ export declare class BaseCollectionIdentifier<T = HashObject> {
9
10
  id: string;
10
11
  sort: T;
11
12
  cursor: string;
@@ -9,7 +9,7 @@ export interface DataProviderResponseOptions {
9
9
  export interface DataProvider extends Marionette.Object {
10
10
  parseError(...args: any[]): DataServiceError;
11
11
  create<T>(resource: string, obj: T, options: DataProviderResponseOptions): void;
12
- read<T>(resource: string, options: DataProviderResponseOptions): void;
12
+ read(resource: string, options: DataProviderResponseOptions): void;
13
13
  update<T>(resource: string, obj: T, options: DataProviderResponseOptions): void;
14
14
  delete(resource: string, options: DataProviderResponseOptions): void;
15
15
  }
@@ -16,7 +16,7 @@ declare class StaticLanguageService extends BaseService {
16
16
  get name(): string;
17
17
  setConfig(config: LanguageConfig): void;
18
18
  getPhrase(namespace: string, phraseKey: string, options?: LanguageInterpolationOptions): string;
19
- encloseNamespace(namespace: string): Function;
19
+ encloseNamespace(namespace: string): (phraseKey: string, options?: LanguageInterpolationOptions) => string;
20
20
  }
21
21
  export declare const LanguageService: StaticLanguageService;
22
22
  export {};
@@ -26,6 +26,6 @@ export declare class AjaxDataProvider extends Marionette.Object implements DataP
26
26
  delete(resource: string, options: DataProviderResponseOptions): void;
27
27
  useMiddleware(name: string, callback: MiddlewareCallback): void;
28
28
  useErrorMiddleware(name: string, callback: MiddlewareCallback): void;
29
- parseError(jqXHR: JQuery.jqXHR, textStatus: string, errorThrown: any): DataServiceError;
29
+ parseError(jqXHR: JQuery.jqXHR): DataServiceError;
30
30
  }
31
31
  export {};
@@ -37,10 +37,10 @@ export declare abstract class SignalRDataProvider extends Marionette.Object impl
37
37
  private setConnectionState;
38
38
  private isConnectedOrConnecting;
39
39
  create<T>(resource: string, obj: T, options: DataProviderResponseOptions): void;
40
- read<T>(resource: string, options: DataProviderResponseOptions): void;
40
+ read(resource: string, options: DataProviderResponseOptions): void;
41
41
  update<T>(resource: string, obj: T, options: DataProviderResponseOptions): void;
42
42
  delete(resource: string, options: DataProviderResponseOptions): void;
43
- parseError(...args: any[]): DataServiceError;
43
+ parseError(): DataServiceError;
44
44
  private rpc;
45
45
  private subscribe;
46
46
  }
@@ -1,8 +1,8 @@
1
1
  import * as _ from 'underscore';
2
2
  export declare const FunctionHelper: {
3
- debounce<T extends Function>(fn: T, wait: number, immediate?: boolean): T & _.Cancelable;
4
- throttle<T_1 extends Function>(fn: T_1, wait: number, options?: _.ThrottleSettings): T_1 & _.Cancelable;
3
+ debounce<T extends (...args: any) => any>(fn: T, wait: number, immediate?: boolean): T & _.Cancelable;
4
+ throttle<T_1 extends (...args: any) => any>(fn: T_1, wait: number, options?: _.ThrottleSettings): T_1 & _.Cancelable;
5
5
  isFunction(object: any): object is Function;
6
6
  useIdentity<T_2>(): (...args: any[]) => T_2;
7
- memoize<T_3 = Function>(fn: T_3, hashFn?: (...args: any[]) => string): T_3;
7
+ memoize<T_3 = (...args: any) => any>(fn: T_3, hashFn?: (...args: any[]) => string): T_3;
8
8
  };
@@ -1,8 +1,8 @@
1
1
  /// <reference types="react" />
2
- import { BaseView } from "../../backbone/core/BaseView";
2
+ import { BaseView, BaseComponent } from "../../backbone/core/BaseView";
3
3
  import { HashObject } from "../interfaces/HashObject";
4
4
  interface BackboneViewWrapperProps {
5
- view: new (options: HashObject) => BaseView;
5
+ view: new (options: HashObject) => (BaseView | BaseComponent);
6
6
  options?: HashObject;
7
7
  className?: string;
8
8
  }
@@ -7,5 +7,5 @@ interface MiddlewareOptions {
7
7
  bootstrappedData?: HashObject;
8
8
  defaultExpiryTime?: number;
9
9
  }
10
- export declare function createMiddleware(options: MiddlewareOptions): Middleware<{}, ApplicationState, Dispatch<AnyAction>>;
10
+ export declare function createMiddleware(options: MiddlewareOptions): Middleware<HashObject, ApplicationState, Dispatch<AnyAction>>;
11
11
  export {};
@@ -17,6 +17,9 @@ export interface HttpRequestOptions {
17
17
  success: SuccessFunction;
18
18
  error: ErrorFunction;
19
19
  always?: AlwaysFunction;
20
+ headers?: {
21
+ authorization?: string;
22
+ };
20
23
  }
21
24
  export interface HttpRequest {
22
25
  (options: HttpRequestOptions): void;
@@ -1,9 +1,10 @@
1
1
  import { Dispatch, Middleware, AnyAction } from 'redux';
2
2
  import { ApplicationState } from "../interfaces/ApplicationState";
3
3
  import { BaseError } from "../../backbone/core/BaseError";
4
+ import { HashObject } from '../interfaces';
4
5
  interface MiddlewareOptions {
5
6
  oldVersionError?: BaseError;
6
7
  authenticationError?: BaseError;
7
8
  }
8
- export declare function createApplicationMiddleware(options: MiddlewareOptions): Middleware<{}, ApplicationState, Dispatch<AnyAction>>;
9
+ export declare function createApplicationMiddleware(options: MiddlewareOptions): Middleware<HashObject, ApplicationState, Dispatch<AnyAction>>;
9
10
  export {};