@clickview/lite 0.0.23-rc.1 → 0.0.23-rc.3
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.
- package/dist/css/11.chunk.css +26 -5
- package/dist/css/12.chunk.css +8 -16
- package/dist/css/13.chunk.css +5 -15
- package/dist/css/14.chunk.css +5 -5
- package/dist/css/15.chunk.css +7 -7
- package/dist/css/16.chunk.css +2 -10
- package/dist/css/17.chunk.css +4 -8
- package/dist/css/18.chunk.css +5 -3
- package/dist/css/19.chunk.css +7 -1
- package/dist/css/20.chunk.css +6 -2
- package/dist/css/21.chunk.css +6 -2
- package/dist/css/22.chunk.css +2 -6
- package/dist/css/23.chunk.css +2 -2
- package/dist/css/24.chunk.css +2 -2
- package/dist/css/25.chunk.css +3 -1
- package/dist/css/26.chunk.css +6 -2
- package/dist/css/27.chunk.css +2 -2
- package/dist/css/28.chunk.css +5 -1
- package/dist/css/29.chunk.css +2 -2
- package/dist/css/30.chunk.css +1 -31
- package/dist/css/31.chunk.css +3 -1
- package/dist/css/32.chunk.css +3 -1
- package/dist/css/33.chunk.css +2 -6
- package/dist/css/34.chunk.css +4 -4
- package/dist/css/36.chunk.css +4 -0
- package/dist/css/4.chunk.css +5 -13
- package/dist/css/40.chunk.css +2 -0
- package/dist/css/46.chunk.css +1 -1
- package/dist/css/47.chunk.css +4 -0
- package/dist/css/48.chunk.css +3 -1
- package/dist/css/5.chunk.css +14 -2
- package/dist/css/52.chunk.css +1 -8
- package/dist/css/54.chunk.css +2 -0
- package/dist/css/55.chunk.css +2 -0
- package/dist/css/7.chunk.css +1 -93
- package/dist/css/lite-app.css +2 -2
- package/dist/en.json +1 -1
- package/dist/libs/common/src/backbone/core/BaseView.d.ts +4 -0
- package/dist/libs/common/src/react/components/BackboneViewWrapper.d.ts +1 -1
- package/dist/libs/common/src/react/context/PageTitleContext.d.ts +10 -0
- package/dist/libs/{shared/src/hooks/useSetPageTitle.d.ts → common/src/react/hooks/UseSetPageTitle.d.ts} +1 -1
- package/dist/libs/common/src/react/utils/ArrayHelper.d.ts +2 -1
- package/dist/libs/common/src/react/utils/TextHelper.d.ts +2 -1
- package/dist/libs/shared/src/apps/subjects/components/preferences/bulk-preference-summary/BulkPreferenceSummary.d.ts +7 -0
- package/dist/libs/shared/src/apps/subjects/components/preferences/footer/PreferenceFooter.d.ts +6 -1
- package/dist/libs/shared/src/apps/subjects/utils/OnboardingHelper.d.ts +15 -0
- package/dist/libs/shared/src/components/back-button/BackButton.d.ts +3 -1
- package/dist/libs/shared/src/components/banner-header/BannerHeader.d.ts +1 -0
- package/dist/libs/shared/src/components/svgs/ClickViewLogo.d.ts +2 -0
- package/dist/libs/shared/src/components/video-list/partial-loading/PartialVideoList.d.ts +12 -0
- package/dist/libs/shared/src/constants/AppVariables.d.ts +1 -0
- package/dist/libs/shared/src/enums/BulkOnboardingPreferencesState.d.ts +6 -0
- package/dist/libs/shared/src/enums/SettingName.d.ts +15 -1
- package/dist/libs/shared/src/flight-requests/SettingRequests.d.ts +7 -0
- package/dist/libs/shared/src/flight-requests/UserRequests.d.ts +2 -1
- package/dist/libs/shared/src/interfaces/app-variables/BaseSearchAppVariables.d.ts +1 -0
- package/dist/libs/shared/src/interfaces/models/EntitySetting.d.ts +2 -2
- package/dist/libs/shared/src/interfaces/models/Theme.d.ts +7 -3
- package/dist/libs/shared/src/interfaces/models/User.d.ts +1 -1
- package/dist/libs/shared/src/interfaces/services/BaseSettingsDataService.d.ts +7 -0
- package/dist/libs/shared/src/interfaces/services/BaseUserDataService.d.ts +4 -0
- package/dist/libs/shared/src/interfaces/services/index.d.ts +2 -0
- package/dist/libs/shared/src/services/UserDataService.d.ts +4 -3
- package/dist/libs/shared/src/utils/ImageHelper.d.ts +1 -0
- package/dist/projects/lite/src/app.d.ts +15 -3
- package/dist/projects/lite/src/apps/classrooms/components/classroom-group-dropdown/ClassroomGroupDropdown.d.ts +1 -1
- package/dist/projects/lite/src/apps/classrooms/views/classroom/partial-loading/PartialClassroomView.d.ts +2 -0
- package/dist/projects/lite/src/apps/content-updates/LiteContentUpdatesApplication.d.ts +1 -0
- package/dist/projects/lite/src/apps/content-updates/components/classification-banner/ClassificationBanner.d.ts +1 -0
- package/dist/projects/lite/src/apps/content-updates/views/content-updates/components/ContentUpdateClassification.d.ts +1 -0
- package/dist/projects/lite/src/apps/dashboard/LiteDashboardApplication.d.ts +1 -0
- package/dist/projects/lite/src/apps/default/LiteDefaultApplication.d.ts +4 -2
- package/dist/projects/lite/src/apps/default/views/not-found/LiteNotFoundView.d.ts +7 -5
- package/dist/projects/lite/src/apps/embed/LiteEmbedApplication.d.ts +1 -0
- package/dist/projects/lite/src/apps/playlists/LitePlaylistsApplication.d.ts +1 -0
- package/dist/projects/lite/src/apps/playlists/components/playlist-header/partial-loading/PartialPlaylistHeader.d.ts +2 -0
- package/dist/projects/lite/src/apps/playlists/views/playlist/PlaylistViewUtils.d.ts +8 -0
- package/dist/projects/lite/src/apps/search/LiteSearchApplication.d.ts +1 -0
- package/dist/projects/lite/src/apps/search/constants/SearchAppVariables.d.ts +1 -0
- package/dist/projects/lite/src/apps/settings/LiteSettingsApplication.d.ts +1 -1
- package/dist/projects/lite/src/apps/subjects/LiteSubjectApplication.d.ts +3 -2
- package/dist/projects/lite/src/apps/subjects/constants/SubjectsAppVariables.d.ts +7 -0
- package/dist/projects/lite/src/apps/subjects/utils/ClassificationAppLinks.d.ts +0 -1
- package/dist/projects/lite/src/apps/subjects/utils/OnboardingHelper.d.ts +15 -0
- package/dist/projects/lite/src/apps/subjects/views/classification/ClassificationView.d.ts +1 -1
- package/dist/projects/lite/src/apps/subjects/views/preferences/LazyStepViews.d.ts +10 -0
- package/dist/projects/lite/src/apps/subjects/views/preferences/LiteBasePreferencesView.d.ts +8 -0
- package/dist/projects/lite/src/apps/subjects/views/preferences/curriculum-presentation/LiteCurriculumPresentationSelectorView.d.ts +6 -0
- package/dist/projects/lite/src/apps/subjects/views/preferences/level-preferences/{LevelPreferencesView.d.ts → LiteLevelPreferencesView.d.ts} +2 -2
- package/dist/projects/lite/src/apps/subjects/views/preferences/subject-preferences/{SubjectPreferencesView.d.ts → LiteSubjectPreferencesView.d.ts} +2 -2
- package/dist/projects/lite/src/apps/subjects/views/preferences/subject-presentation/LiteSubjectPresentationSelectorView.d.ts +6 -0
- package/dist/projects/lite/src/apps/subjects/views/preferences/summary/{PreferencesSummaryView.d.ts → LitePreferencesSummaryView.d.ts} +1 -2
- package/dist/projects/lite/src/apps/subjects/views/preferences/welcome/LitePreferencesWelcomeView.d.ts +6 -0
- package/dist/projects/lite/src/apps/watch-history/LiteWatchHistoryApplication.d.ts +1 -1
- package/dist/projects/lite/src/apps/watch-history/views/watch-history/partial-loading/PartialWatchHistory.d.ts +2 -0
- package/dist/projects/lite/src/shared/components/play-page/PlayPage.d.ts +2 -1
- package/dist/projects/lite/src/shared/components/synopsis/Synopsis.d.ts +2 -1
- package/dist/projects/lite/src/shared/components/user-options/UserOptions.d.ts +1 -3
- package/dist/projects/lite/src/shared/constants/LiteActions.d.ts +2 -1
- package/dist/projects/lite/src/shared/constants/RadioChannels.d.ts +1 -0
- package/dist/projects/lite/src/shared/constants/Services.d.ts +2 -0
- package/dist/projects/lite/src/shared/errors/general/not-found/LiteNotFoundError.d.ts +7 -0
- package/dist/projects/lite/src/shared/errors/general/private-resource/PrivateResourceError.d.ts +7 -0
- package/dist/projects/lite/src/shared/errors/general/region-locked-resource/RegionLockedResourceError.d.ts +7 -0
- package/dist/projects/lite/src/shared/errors/general/unspecified-error/UnspecifiedError.d.ts +7 -0
- package/dist/projects/lite/src/shared/errors/playlists/playlist-not-found/LitePlaylistNotFoundError.d.ts +7 -0
- package/dist/projects/lite/src/shared/errors/playlists/playlist-private/PlaylistPrivateError.d.ts +7 -0
- package/dist/projects/lite/src/shared/errors/videos/video-not-found/LiteVideoNotFoundError.d.ts +7 -0
- package/dist/projects/lite/src/shared/errors/videos/video-private/VideoPrivateError.d.ts +7 -0
- package/dist/projects/lite/src/shared/filters/OnboardingFilter.d.ts +4 -0
- package/dist/projects/lite/src/shared/hooks/useHandleObjectError.d.ts +15 -0
- package/dist/projects/lite/src/shared/hooks/useInitPlayerContext.d.ts +4 -0
- package/dist/projects/lite/src/shared/layouts/teacher-layout/TeacherLayoutComponent.d.ts +3 -0
- package/dist/projects/lite/src/shared/layouts/teacher-layout/TeacherLayoutView.d.ts +4 -0
- package/dist/projects/lite/src/shared/services/FlightUserDataService.d.ts +12 -0
- package/dist/projects/lite/src/shared/services/SettingsDataService.d.ts +10 -0
- package/dist/projects/lite/src/shared/utils/LeftNavHelper.d.ts +8 -0
- package/dist/projects/lite/src/shared/views/header/HeaderView.d.ts +1 -1
- package/dist/projects/lite/src/shared/views/left-nav/CollapsedLeftNav.d.ts +7 -1
- package/dist/projects/lite/src/shared/views/left-nav/LeftNavItem.d.ts +1 -1
- package/dist/projects/lite/src/shared/views/left-nav/LeftNavView.d.ts +3 -0
- package/dist/projects/lite/src/shared/views/share/ShareView.d.ts +1 -1
- package/dist/scripts/0-2fcd96f0bd.chunk.js +1 -0
- package/dist/scripts/1-98b7bd236e.chunk.js +17 -0
- package/dist/scripts/11-791943f619.chunk.js +1 -0
- package/dist/scripts/12-f3b1e071d2.chunk.js +1 -0
- package/dist/scripts/13-6b76e8fa12.chunk.js +1 -0
- package/dist/scripts/14-ffb21f6601.chunk.js +1 -0
- package/dist/scripts/15-058ce67955.chunk.js +1 -0
- package/dist/scripts/16-baba111e1c.chunk.js +1 -0
- package/dist/scripts/17-8966f494b9.chunk.js +1 -0
- package/dist/scripts/18-50c4560fe2.chunk.js +1 -0
- package/dist/scripts/19-86322ba3ff.chunk.js +1 -0
- package/dist/scripts/2-c93184d9e6.chunk.js +1 -0
- package/dist/scripts/20-0d558df307.chunk.js +1 -0
- package/dist/scripts/21-0f28eb43a3.chunk.js +1 -0
- package/dist/scripts/22-e859727983.chunk.js +1 -0
- package/dist/scripts/23-85857fba73.chunk.js +1 -0
- package/dist/scripts/24-b3b2fd71c3.chunk.js +1 -0
- package/dist/scripts/25-9e18a905d4.chunk.js +1 -0
- package/dist/scripts/26-e493689349.chunk.js +1 -0
- package/dist/scripts/27-a6c6f01380.chunk.js +1 -0
- package/dist/scripts/28-8cfab8adef.chunk.js +1 -0
- package/dist/scripts/29-a228cad887.chunk.js +1 -0
- package/dist/scripts/3-c8015349ae.chunk.js +7 -0
- package/dist/scripts/30-8d04906998.chunk.js +1 -0
- package/dist/scripts/31-b9328ed4a8.chunk.js +1 -0
- package/dist/scripts/32-07a174a7d0.chunk.js +1 -0
- package/dist/scripts/33-9567d9a264.chunk.js +1 -0
- package/dist/scripts/34-c4689df2e9.chunk.js +1 -0
- package/dist/scripts/35-be905da811.chunk.js +1 -0
- package/dist/scripts/36-345447a499.chunk.js +1 -0
- package/dist/scripts/37-920e880354.chunk.js +1 -0
- package/dist/scripts/38-6cc96e56a4.chunk.js +1 -0
- package/dist/scripts/39-156436a65b.chunk.js +1 -0
- package/dist/scripts/4-cc3849bf40.chunk.js +1 -0
- package/dist/scripts/40-5bcee918a3.chunk.js +1 -0
- package/dist/scripts/{36-5028449c3b.chunk.js → 41-cd029804bc.chunk.js} +1 -1
- package/dist/scripts/{37-3d565afdb8.chunk.js → 42-5ccc965a45.chunk.js} +1 -1
- package/dist/scripts/{40-177ad7f140.chunk.js → 43-39543f6fdb.chunk.js} +1 -1
- package/dist/scripts/44-2630b27065.chunk.js +1 -0
- package/dist/scripts/45-babf02d4d4.chunk.js +1 -0
- package/dist/scripts/46-0d19658e89.chunk.js +1 -0
- package/dist/scripts/47-b099a4cb11.chunk.js +1 -0
- package/dist/scripts/48-04f083ee26.chunk.js +1 -0
- package/dist/scripts/{42-41735f1ceb.chunk.js → 49-1fc7dacafd.chunk.js} +1 -1
- package/dist/scripts/5-2f92294b07.chunk.js +1 -0
- package/dist/scripts/{43-aa46a5f621.chunk.js → 50-0d0c27bbd6.chunk.js} +1 -1
- package/dist/scripts/{44-9f3970130e.chunk.js → 51-5bbf21abbe.chunk.js} +1 -1
- package/dist/scripts/52-e924216dfe.chunk.js +1 -0
- package/dist/scripts/{47-ed0f5b1828.chunk.js → 53-7bad3988c1.chunk.js} +1 -1
- package/dist/scripts/54-68b2b54c8e.chunk.js +1 -0
- package/dist/scripts/55-048b7c2a08.chunk.js +1 -0
- package/dist/scripts/{49-f4dba000fc.chunk.js → 56-5b707c6fd0.chunk.js} +1 -1
- package/dist/scripts/{50-2facfde5ec.chunk.js → 57-1489e63c4a.chunk.js} +1 -1
- package/dist/scripts/{51-bc74afef1d.chunk.js → 58-3a467c0127.chunk.js} +1 -1
- package/dist/scripts/{52-5670817d08.chunk.js → 59-128e0eeb11.chunk.js} +1 -1
- package/dist/scripts/6-860d5d621b.chunk.js +1 -0
- package/dist/scripts/60-ef11a4872a.chunk.js +1 -0
- package/dist/scripts/{54-8a658b2d28.chunk.js → 61-275ec988c3.chunk.js} +1 -1
- package/dist/scripts/62-c41da75b05.chunk.js +1 -0
- package/dist/scripts/{58-cf60d7761f.chunk.js → 63-0a7ad6a896.chunk.js} +1 -1
- package/dist/scripts/64-001a6710e0.chunk.js +1 -0
- package/dist/scripts/{61-e45710e150.chunk.js → 65-b992500a1e.chunk.js} +1 -1
- package/dist/scripts/7-f54456056c.chunk.js +1 -0
- package/dist/scripts/8-37d53fe5dc.chunk.js +1 -0
- package/dist/scripts/bundle-6c0d946959.min.js +15 -0
- package/dist/scripts/bundles.json +2 -2
- package/dist/scripts/polyfills-b82c86b510.min.js +1 -0
- package/package.json +53 -51
- package/dist/css/0.chunk.css.map +0 -1
- package/dist/css/1.chunk.css +0 -156
- package/dist/css/1.chunk.css.map +0 -1
- package/dist/css/11.chunk.css.map +0 -1
- package/dist/css/12.chunk.css.map +0 -1
- package/dist/css/13.chunk.css.map +0 -1
- package/dist/css/14.chunk.css.map +0 -1
- package/dist/css/15.chunk.css.map +0 -1
- package/dist/css/16.chunk.css.map +0 -1
- package/dist/css/17.chunk.css.map +0 -1
- package/dist/css/18.chunk.css.map +0 -1
- package/dist/css/2.chunk.css.map +0 -1
- package/dist/css/20.chunk.css.map +0 -1
- package/dist/css/21.chunk.css.map +0 -1
- package/dist/css/22.chunk.css.map +0 -1
- package/dist/css/23.chunk.css.map +0 -1
- package/dist/css/24.chunk.css.map +0 -1
- package/dist/css/25.chunk.css.map +0 -1
- package/dist/css/26.chunk.css.map +0 -1
- package/dist/css/27.chunk.css.map +0 -1
- package/dist/css/28.chunk.css.map +0 -1
- package/dist/css/29.chunk.css.map +0 -1
- package/dist/css/30.chunk.css.map +0 -1
- package/dist/css/31.chunk.css.map +0 -1
- package/dist/css/32.chunk.css.map +0 -1
- package/dist/css/33.chunk.css.map +0 -1
- package/dist/css/34.chunk.css.map +0 -1
- package/dist/css/35.chunk.css +0 -2
- package/dist/css/35.chunk.css.map +0 -1
- package/dist/css/37.chunk.css +0 -7
- package/dist/css/37.chunk.css.map +0 -1
- package/dist/css/38.chunk.css +0 -6
- package/dist/css/38.chunk.css.map +0 -1
- package/dist/css/39.chunk.css +0 -40
- package/dist/css/39.chunk.css.map +0 -1
- package/dist/css/41.chunk.css +0 -4
- package/dist/css/43.chunk.css +0 -38
- package/dist/css/43.chunk.css.map +0 -1
- package/dist/css/5.chunk.css.map +0 -1
- package/dist/css/52.chunk.css.map +0 -1
- package/dist/css/6.chunk.css +0 -10
- package/dist/css/6.chunk.css.map +0 -1
- package/dist/css/7.chunk.css.map +0 -1
- package/dist/css/8.chunk.css +0 -2
- package/dist/css/lite-app.css.map +0 -1
- package/dist/libs/shared/src/apps/playlists/hooks/UseHandlePlaylistError.d.ts +0 -9
- package/dist/libs/shared/src/components/video-list/PartialVideoList.d.ts +0 -5
- package/dist/libs/shared/src/context/PageTitleContext.d.ts +0 -10
- package/dist/projects/lite/src/apps/default/views/mock-testing/MockRequests.d.ts +0 -13
- package/dist/projects/lite/src/apps/default/views/mock-testing/MockView.d.ts +0 -2
- package/dist/projects/lite/src/apps/playlists/components/playlist-list-header/PlaylistListHeader.d.ts +0 -12
- package/dist/projects/lite/src/apps/subjects/views/classification-series-list-view/ClassificationSeriesListView.d.ts +0 -8
- package/dist/projects/lite/src/apps/subjects/views/classification-series-list-view/index.d.ts +0 -1
- package/dist/projects/lite/src/apps/subjects/views/preferences/PreferencesView.d.ts +0 -8
- package/dist/projects/lite/src/apps/subjects/views/preferences/index.d.ts +0 -4
- package/dist/projects/lite/src/shared/errors/not-found/LiteNotFoundError.d.ts +0 -5
- package/dist/scripts/0-67b3f46fc8.chunk.js +0 -1
- package/dist/scripts/0.chunk.js +0 -346
- package/dist/scripts/0.chunk.js.map +0 -1
- package/dist/scripts/1-5f19a96e0e.chunk.js +0 -17
- package/dist/scripts/1.chunk.js +0 -656
- package/dist/scripts/1.chunk.js.map +0 -1
- package/dist/scripts/10.chunk.js +0 -607
- package/dist/scripts/10.chunk.js.map +0 -1
- package/dist/scripts/11.chunk.js +0 -380
- package/dist/scripts/11.chunk.js.map +0 -1
- package/dist/scripts/12-850975fdd0.chunk.js +0 -1
- package/dist/scripts/12.chunk.js +0 -434
- package/dist/scripts/12.chunk.js.map +0 -1
- package/dist/scripts/13-12b509ff82.chunk.js +0 -1
- package/dist/scripts/13.chunk.js +0 -1287
- package/dist/scripts/13.chunk.js.map +0 -1
- package/dist/scripts/14-42cdca1382.chunk.js +0 -1
- package/dist/scripts/14.chunk.js +0 -739
- package/dist/scripts/14.chunk.js.map +0 -1
- package/dist/scripts/15-2011d021b9.chunk.js +0 -1
- package/dist/scripts/15.chunk.js +0 -808
- package/dist/scripts/15.chunk.js.map +0 -1
- package/dist/scripts/16-b912423c38.chunk.js +0 -1
- package/dist/scripts/16.chunk.js +0 -482
- package/dist/scripts/16.chunk.js.map +0 -1
- package/dist/scripts/17-5bd773a395.chunk.js +0 -1
- package/dist/scripts/17.chunk.js +0 -766
- package/dist/scripts/17.chunk.js.map +0 -1
- package/dist/scripts/18-9d07466886.chunk.js +0 -1
- package/dist/scripts/18.chunk.js +0 -647
- package/dist/scripts/18.chunk.js.map +0 -1
- package/dist/scripts/19-c50a6168c8.chunk.js +0 -1
- package/dist/scripts/19.chunk.js +0 -212
- package/dist/scripts/19.chunk.js.map +0 -1
- package/dist/scripts/2-2ff48e444e.chunk.js +0 -1
- package/dist/scripts/2.chunk.js +0 -859
- package/dist/scripts/2.chunk.js.map +0 -1
- package/dist/scripts/20-581a8ffb67.chunk.js +0 -1
- package/dist/scripts/20.chunk.js +0 -1694
- package/dist/scripts/20.chunk.js.map +0 -1
- package/dist/scripts/21-26262448f5.chunk.js +0 -1
- package/dist/scripts/21.chunk.js +0 -1348
- package/dist/scripts/21.chunk.js.map +0 -1
- package/dist/scripts/22-e6497d8fef.chunk.js +0 -1
- package/dist/scripts/22.chunk.js +0 -1109
- package/dist/scripts/22.chunk.js.map +0 -1
- package/dist/scripts/23-902ca30f69.chunk.js +0 -1
- package/dist/scripts/23.chunk.js +0 -1144
- package/dist/scripts/23.chunk.js.map +0 -1
- package/dist/scripts/24-4d26b79130.chunk.js +0 -1
- package/dist/scripts/24.chunk.js +0 -841
- package/dist/scripts/24.chunk.js.map +0 -1
- package/dist/scripts/25-a38d4e1393.chunk.js +0 -1
- package/dist/scripts/25.chunk.js +0 -956
- package/dist/scripts/25.chunk.js.map +0 -1
- package/dist/scripts/26-5a5a45e1d6.chunk.js +0 -1
- package/dist/scripts/26.chunk.js +0 -655
- package/dist/scripts/26.chunk.js.map +0 -1
- package/dist/scripts/27-c77af0f843.chunk.js +0 -1
- package/dist/scripts/27.chunk.js +0 -615
- package/dist/scripts/27.chunk.js.map +0 -1
- package/dist/scripts/28-78b5477954.chunk.js +0 -1
- package/dist/scripts/28.chunk.js +0 -622
- package/dist/scripts/28.chunk.js.map +0 -1
- package/dist/scripts/29-b645582c70.chunk.js +0 -1
- package/dist/scripts/29.chunk.js +0 -721
- package/dist/scripts/29.chunk.js.map +0 -1
- package/dist/scripts/3-d5221a9d2d.chunk.js +0 -7
- package/dist/scripts/3.chunk.js +0 -18851
- package/dist/scripts/3.chunk.js.map +0 -1
- package/dist/scripts/30-e946aed3aa.chunk.js +0 -1
- package/dist/scripts/30.chunk.js +0 -468
- package/dist/scripts/30.chunk.js.map +0 -1
- package/dist/scripts/31-e8e62cfea0.chunk.js +0 -1
- package/dist/scripts/31.chunk.js +0 -441
- package/dist/scripts/31.chunk.js.map +0 -1
- package/dist/scripts/32-fc3af72027.chunk.js +0 -1
- package/dist/scripts/32.chunk.js +0 -424
- package/dist/scripts/32.chunk.js.map +0 -1
- package/dist/scripts/33-7f91f3f41c.chunk.js +0 -1
- package/dist/scripts/33.chunk.js +0 -638
- package/dist/scripts/33.chunk.js.map +0 -1
- package/dist/scripts/34-0f6bc6dc04.chunk.js +0 -1
- package/dist/scripts/34.chunk.js +0 -509
- package/dist/scripts/34.chunk.js.map +0 -1
- package/dist/scripts/35-160480d1da.chunk.js +0 -1
- package/dist/scripts/35.chunk.js +0 -957
- package/dist/scripts/35.chunk.js.map +0 -1
- package/dist/scripts/36.chunk.js +0 -938
- package/dist/scripts/36.chunk.js.map +0 -1
- package/dist/scripts/37.chunk.js +0 -416
- package/dist/scripts/37.chunk.js.map +0 -1
- package/dist/scripts/38-1797532f35.chunk.js +0 -1
- package/dist/scripts/38.chunk.js +0 -482
- package/dist/scripts/38.chunk.js.map +0 -1
- package/dist/scripts/39-2fb8001627.chunk.js +0 -1
- package/dist/scripts/39.chunk.js +0 -245
- package/dist/scripts/39.chunk.js.map +0 -1
- package/dist/scripts/4-8b8017470e.chunk.js +0 -1
- package/dist/scripts/4.chunk.js +0 -403
- package/dist/scripts/4.chunk.js.map +0 -1
- package/dist/scripts/40.chunk.js +0 -337
- package/dist/scripts/40.chunk.js.map +0 -1
- package/dist/scripts/41-1a7ca66019.chunk.js +0 -1
- package/dist/scripts/41.chunk.js +0 -350
- package/dist/scripts/41.chunk.js.map +0 -1
- package/dist/scripts/42.chunk.js +0 -381
- package/dist/scripts/42.chunk.js.map +0 -1
- package/dist/scripts/43.chunk.js +0 -345
- package/dist/scripts/43.chunk.js.map +0 -1
- package/dist/scripts/44.chunk.js +0 -404
- package/dist/scripts/44.chunk.js.map +0 -1
- package/dist/scripts/45-b185000e50.chunk.js +0 -1
- package/dist/scripts/45.chunk.js +0 -221
- package/dist/scripts/45.chunk.js.map +0 -1
- package/dist/scripts/46-f0a73c0963.chunk.js +0 -1
- package/dist/scripts/46.chunk.js +0 -230
- package/dist/scripts/46.chunk.js.map +0 -1
- package/dist/scripts/47.chunk.js +0 -409
- package/dist/scripts/47.chunk.js.map +0 -1
- package/dist/scripts/48-e52158a7a0.chunk.js +0 -1
- package/dist/scripts/48.chunk.js +0 -272
- package/dist/scripts/48.chunk.js.map +0 -1
- package/dist/scripts/49.chunk.js +0 -267
- package/dist/scripts/49.chunk.js.map +0 -1
- package/dist/scripts/5-9a2f66f137.chunk.js +0 -1
- package/dist/scripts/5.chunk.js +0 -1088
- package/dist/scripts/5.chunk.js.map +0 -1
- package/dist/scripts/50.chunk.js +0 -225
- package/dist/scripts/50.chunk.js.map +0 -1
- package/dist/scripts/51.chunk.js +0 -318
- package/dist/scripts/51.chunk.js.map +0 -1
- package/dist/scripts/52.chunk.js +0 -64
- package/dist/scripts/52.chunk.js.map +0 -1
- package/dist/scripts/53-1386dbe980.chunk.js +0 -1
- package/dist/scripts/53.chunk.js +0 -108
- package/dist/scripts/53.chunk.js.map +0 -1
- package/dist/scripts/54.chunk.js +0 -110
- package/dist/scripts/54.chunk.js.map +0 -1
- package/dist/scripts/55-5fcd7b7d84.chunk.js +0 -1
- package/dist/scripts/55.chunk.js +0 -162
- package/dist/scripts/55.chunk.js.map +0 -1
- package/dist/scripts/56-786709a91c.chunk.js +0 -1
- package/dist/scripts/56.chunk.js +0 -102
- package/dist/scripts/56.chunk.js.map +0 -1
- package/dist/scripts/57-64e6e879a6.chunk.js +0 -1
- package/dist/scripts/57.chunk.js +0 -145
- package/dist/scripts/57.chunk.js.map +0 -1
- package/dist/scripts/58.chunk.js +0 -139
- package/dist/scripts/58.chunk.js.map +0 -1
- package/dist/scripts/59-33df1b5304.chunk.js +0 -1
- package/dist/scripts/59.chunk.js +0 -142
- package/dist/scripts/59.chunk.js.map +0 -1
- package/dist/scripts/6-f2c596db09.chunk.js +0 -1
- package/dist/scripts/6.chunk.js +0 -406
- package/dist/scripts/6.chunk.js.map +0 -1
- package/dist/scripts/60-55a4baf6d4.chunk.js +0 -1
- package/dist/scripts/60.chunk.js +0 -173
- package/dist/scripts/60.chunk.js.map +0 -1
- package/dist/scripts/61.chunk.js +0 -160
- package/dist/scripts/61.chunk.js.map +0 -1
- package/dist/scripts/62.chunk.js +0 -98
- package/dist/scripts/62.chunk.js.map +0 -1
- package/dist/scripts/63.chunk.js +0 -48
- package/dist/scripts/63.chunk.js.map +0 -1
- package/dist/scripts/64.chunk.js +0 -32
- package/dist/scripts/64.chunk.js.map +0 -1
- package/dist/scripts/65.chunk.js +0 -29
- package/dist/scripts/65.chunk.js.map +0 -1
- package/dist/scripts/66.chunk.js +0 -27
- package/dist/scripts/66.chunk.js.map +0 -1
- package/dist/scripts/67.chunk.js +0 -65
- package/dist/scripts/67.chunk.js.map +0 -1
- package/dist/scripts/68.chunk.js +0 -67
- package/dist/scripts/68.chunk.js.map +0 -1
- package/dist/scripts/69.chunk.js +0 -104
- package/dist/scripts/69.chunk.js.map +0 -1
- package/dist/scripts/7-f28ac79b56.chunk.js +0 -1
- package/dist/scripts/7.chunk.js +0 -2614
- package/dist/scripts/7.chunk.js.map +0 -1
- package/dist/scripts/70.chunk.js +0 -1001
- package/dist/scripts/70.chunk.js.map +0 -1
- package/dist/scripts/71.chunk.js +0 -36
- package/dist/scripts/71.chunk.js.map +0 -1
- package/dist/scripts/8-5a53edf883.chunk.js +0 -1
- package/dist/scripts/8.chunk.js +0 -24
- package/dist/scripts/8.chunk.js.map +0 -1
- package/dist/scripts/9-5eef11ada3.chunk.js +0 -1
- package/dist/scripts/9.chunk.js +0 -327
- package/dist/scripts/9.chunk.js.map +0 -1
- package/dist/scripts/bundle-bfed5b59b9.min.js +0 -8
- package/dist/scripts/bundle-f675e246e2.min.js +0 -8
- package/dist/scripts/bundle.js +0 -44557
- package/dist/scripts/bundle.js.map +0 -1
- package/dist/scripts/polyfills-2748f0f59f.min.js +0 -1
- package/dist/scripts/polyfills.js +0 -15254
- package/dist/scripts/polyfills.js.map +0 -1
- /package/dist/libs/{shared/src → common/src/react}/utils/PageTitleHelper.d.ts +0 -0
|
@@ -23,10 +23,12 @@ import './apps/classrooms/views/remove-students-from-classroom/remove-students-f
|
|
|
23
23
|
import './apps/content-updates/components/classification-banner/classification-banner.lang.json';
|
|
24
24
|
import './apps/content-updates/components/classification-update-breadcrumbs/classification-update-breadcrumbs.lang.json';
|
|
25
25
|
import './apps/content-updates/components/whats-new-breadcrumbs/whats-new-breadcrumbs.lang.json';
|
|
26
|
+
import './apps/content-updates/views/classification-update/classification-update.lang.json';
|
|
26
27
|
import './apps/content-updates/views/content-updates/content-updates.lang.json';
|
|
28
|
+
import './apps/dashboard/views/dashboard/dashboard.lang.json';
|
|
29
|
+
import './apps/default/views/error/error.lang.json';
|
|
27
30
|
import './apps/playlists/components/playlist-details/playlist-details.lang.json';
|
|
28
31
|
import './apps/playlists/components/playlist-header/playlist-header.lang.json';
|
|
29
|
-
import './apps/playlists/components/playlist-list-header/playlists-list-header.lang.json';
|
|
30
32
|
import './apps/playlists/components/select-playlist/select-playlist.lang.json';
|
|
31
33
|
import './apps/playlists/views/add-to-playlist/add-to-playlist.lang.json';
|
|
32
34
|
import './apps/playlists/views/delete-playlist/delete-playlist.lang.json';
|
|
@@ -41,11 +43,14 @@ import './apps/search/components/search-filters/search-filters.lang.json';
|
|
|
41
43
|
import './apps/search/utils/search-utils.lang.json';
|
|
42
44
|
import './apps/search/views/search-results/search-results.lang.json';
|
|
43
45
|
import './apps/settings/views/settings/settings.lang.json';
|
|
44
|
-
import './apps/subjects/views/classification-series-list-view/classification-series-list.lang.json';
|
|
45
46
|
import './apps/subjects/views/classification/classifications-view.lang.json';
|
|
47
|
+
import './apps/subjects/views/preferences/base-preferences.lang.json';
|
|
48
|
+
import './apps/subjects/views/preferences/curriculum-presentation/curriculum-presentation-selector.lang.json';
|
|
46
49
|
import './apps/subjects/views/preferences/level-preferences/level-preferences.lang.json';
|
|
47
50
|
import './apps/subjects/views/preferences/subject-preferences/subject-preferences.lang.json';
|
|
51
|
+
import './apps/subjects/views/preferences/subject-presentation/subject-presentation-selector.lang.json';
|
|
48
52
|
import './apps/subjects/views/preferences/summary/preferences-summary.lang.json';
|
|
53
|
+
import './apps/subjects/views/preferences/welcome/preferences-welcome.lang.json';
|
|
49
54
|
import './apps/upload/components/upload-file-select/upload-file-select.lang.json';
|
|
50
55
|
import './apps/upload/components/uploading-item/uploading-item.lang.json';
|
|
51
56
|
import './apps/upload/services/upload-services.lang.json';
|
|
@@ -86,7 +91,14 @@ import './shared/components/share/tokenized-typeahead/tokenized-typeahead.lang.j
|
|
|
86
91
|
import './shared/components/synopsis/synopsis.lang.json';
|
|
87
92
|
import './shared/components/user-options/user-options.lang.json';
|
|
88
93
|
import './shared/components/video-details/video-details.lang.json';
|
|
89
|
-
import './shared/errors/not-found/not-found.lang.json';
|
|
94
|
+
import './shared/errors/general/not-found/not-found.lang.json';
|
|
95
|
+
import './shared/errors/general/private-resource/private-resource-error.lang.json';
|
|
96
|
+
import './shared/errors/general/region-locked-resource/region-locked-resource-error.lang.json';
|
|
97
|
+
import './shared/errors/general/unspecified-error/unspecified-error.lang.json';
|
|
98
|
+
import './shared/errors/playlists/playlist-not-found/playlist-not-found-error.lang.json';
|
|
99
|
+
import './shared/errors/playlists/playlist-private/playlist-private-error.lang.json';
|
|
100
|
+
import './shared/errors/videos/video-not-found/video-not-found-error.lang.json';
|
|
101
|
+
import './shared/errors/videos/video-private/video-private-error.lang.json';
|
|
90
102
|
import './shared/hooks/hooks.lang.json';
|
|
91
103
|
import './shared/layouts/teacher-layout/drag-mask/drag-mask.lang.json';
|
|
92
104
|
import './shared/utils/shared-utils.lang.json';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
import { PropsWithAnalyticsOptions } from "../../../../../../../libs/shared/src/interfaces";
|
|
2
3
|
import { MockClassroomGroup } from 'shared/interfaces/mocks';
|
|
3
4
|
import { MockClassroom } from 'apps/user-manager/interfaces';
|
|
4
|
-
import { PropsWithAnalyticsOptions } from "../../../../../../../libs/shared/src/interfaces";
|
|
5
5
|
declare type ClassroomGroupDropdownProps = PropsWithAnalyticsOptions<{
|
|
6
6
|
id: string;
|
|
7
7
|
classroom: MockClassroom;
|
|
@@ -5,6 +5,7 @@ import { TeacherLayoutViewOptions, TeacherLayoutView } from 'shared/layouts/teac
|
|
|
5
5
|
declare class ContentUpdatesRouter extends Core.AppRouter {
|
|
6
6
|
get channelName(): string;
|
|
7
7
|
protected get appRoutes(): HashObject;
|
|
8
|
+
get filters(): Core.MiddlewareFunction<Core.AppLink>[];
|
|
8
9
|
}
|
|
9
10
|
export declare class ContentUpdatesApplication extends ReactApplication {
|
|
10
11
|
protected layout: TeacherLayoutView;
|
|
@@ -7,6 +7,7 @@ interface ClassificationBannerProps {
|
|
|
7
7
|
getClassificationAppLink: (classification: Classification) => Core.AppLink;
|
|
8
8
|
followed: boolean;
|
|
9
9
|
follow: (classificationId: string, follow: boolean) => void;
|
|
10
|
+
showFollowSpinner: boolean;
|
|
10
11
|
}
|
|
11
12
|
export declare function ClassificationBanner(props: ClassificationBannerProps): JSX.Element;
|
|
12
13
|
export {};
|
|
@@ -9,6 +9,7 @@ interface ClassificationProps {
|
|
|
9
9
|
appLinks: ContentUpdateAppLinks;
|
|
10
10
|
followed: boolean;
|
|
11
11
|
follow: (classificationId: string, follow: boolean) => void;
|
|
12
|
+
showFollowSpinner: boolean;
|
|
12
13
|
}
|
|
13
14
|
export declare function ContentUpdateClassification(props: ClassificationProps): JSX.Element;
|
|
14
15
|
export {};
|
|
@@ -4,6 +4,7 @@ import { TeacherLayoutViewOptions, TeacherLayoutView } from 'shared/layouts/teac
|
|
|
4
4
|
declare class DashboardAppRouter extends Core.AppRouter {
|
|
5
5
|
protected get channelName(): string;
|
|
6
6
|
protected get appRoutes(): ObjectHash;
|
|
7
|
+
get filters(): Core.MiddlewareFunction<Core.AppLink>[];
|
|
7
8
|
}
|
|
8
9
|
export declare class DashboardApplication extends Core.Application {
|
|
9
10
|
protected layout: TeacherLayoutView;
|
|
@@ -7,6 +7,8 @@ declare class DefaultAppRouter extends Core.AppRouter {
|
|
|
7
7
|
protected get channelName(): string;
|
|
8
8
|
protected get appRoutes(): ObjectHash;
|
|
9
9
|
protected get appLinks(): string[];
|
|
10
|
+
protected get externalRoutes(): HashObject;
|
|
11
|
+
get filters(): Core.MiddlewareFunction<Core.AppLink>[];
|
|
10
12
|
}
|
|
11
13
|
export declare class DefaultApplication extends ReactApplication {
|
|
12
14
|
layout: TeacherLayoutView;
|
|
@@ -15,11 +17,11 @@ export declare class DefaultApplication extends ReactApplication {
|
|
|
15
17
|
get channelName(): string;
|
|
16
18
|
static get router(): typeof DefaultAppRouter;
|
|
17
19
|
share(id: string, params: HashObject): void;
|
|
18
|
-
playVideo(id: string,
|
|
20
|
+
playVideo(id: string, slugOrParams: string | HashObject, params?: HashObject): void;
|
|
21
|
+
playVideoNoSlug(id: string, params: HashObject): void;
|
|
19
22
|
playSharedVideo(shortCode: string): void;
|
|
20
23
|
myUploads(params: HashObject): void;
|
|
21
24
|
editVideo(videoId: string): void;
|
|
22
|
-
editUpload(uploadId: string): void;
|
|
23
25
|
series(id: string, slug: string, params: HashObject): void;
|
|
24
26
|
favouriteVideos(params: HashObject): void;
|
|
25
27
|
catchAllRoutes(): void;
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ErrorPageError } from "../../../../../../../libs/shared/src/errors/primitives/ErrorPageError";
|
|
3
|
+
interface NotFoundViewProps {
|
|
4
|
+
error: ErrorPageError;
|
|
5
|
+
}
|
|
6
|
+
export declare function NotFoundView({ error }: NotFoundViewProps): React.ReactElement;
|
|
7
|
+
export {};
|
|
@@ -5,6 +5,7 @@ import { EmbedLayoutView } from 'shared/layouts/embed-layout/EmbedLayoutView';
|
|
|
5
5
|
declare class EmbedAppRouter extends Core.AppRouter {
|
|
6
6
|
protected get channelName(): string;
|
|
7
7
|
protected get appRoutes(): HashObject;
|
|
8
|
+
get filters(): Core.MiddlewareFunction<Core.AppLink>[];
|
|
8
9
|
}
|
|
9
10
|
export declare class EmbedApplication extends ReactApplication {
|
|
10
11
|
layout: EmbedLayoutView;
|
|
@@ -6,6 +6,7 @@ declare class PlaylistsAppRouter extends Core.AppRouter {
|
|
|
6
6
|
protected get channelName(): string;
|
|
7
7
|
protected get appRoutes(): HashObject;
|
|
8
8
|
protected get appLinks(): string[];
|
|
9
|
+
get filters(): Core.MiddlewareFunction<Core.AppLink>[];
|
|
9
10
|
}
|
|
10
11
|
export declare class PlaylistsApplication extends ReactApplication {
|
|
11
12
|
protected layout: TeacherLayoutView;
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { Video, Playlist, CurrentUser } from "../../../../../../../libs/shared/src/interfaces";
|
|
2
2
|
import { VideoAction } from "../../../../../../../libs/shared/src/utils/video-actions/VideoActionsHelper";
|
|
3
3
|
import { WorkflowPhase } from "../../../../../../../libs/analytics/src/interfaces";
|
|
4
|
+
import { PlaylistNotFoundError } from 'shared/errors/playlists/playlist-not-found/LitePlaylistNotFoundError';
|
|
5
|
+
import { PlaylistPrivateError } from 'shared/errors/playlists/playlist-private/PlaylistPrivateError';
|
|
4
6
|
/**
|
|
5
7
|
* NOTE:
|
|
6
8
|
* This will be wrong if we increase the playlist limit from 100, or
|
|
@@ -10,3 +12,9 @@ export declare function getLastUpdatedDate(videos: Video[]): string;
|
|
|
10
12
|
export declare function getVideoActions(canEdit: boolean): VideoAction[];
|
|
11
13
|
export declare function logSortAction(playlistId: string, videoId: string, workflowPhase: WorkflowPhase): void;
|
|
12
14
|
export declare function canEditPlaylist(playlist: Playlist, user: CurrentUser): boolean;
|
|
15
|
+
export declare const playlistErrors: {
|
|
16
|
+
notFound: typeof PlaylistNotFoundError;
|
|
17
|
+
forbidden: {
|
|
18
|
+
privacy: typeof PlaylistPrivateError;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
@@ -5,6 +5,7 @@ import { TeacherLayoutViewOptions, TeacherLayoutView } from 'shared/layouts/teac
|
|
|
5
5
|
declare class SearchAppRouter extends Core.AppRouter {
|
|
6
6
|
protected get channelName(): string;
|
|
7
7
|
protected get appRoutes(): ObjectHash;
|
|
8
|
+
get filters(): Core.MiddlewareFunction<Core.AppLink>[];
|
|
8
9
|
}
|
|
9
10
|
export declare class SearchApplication extends Core.Application {
|
|
10
11
|
protected layout: TeacherLayoutView;
|
|
@@ -5,7 +5,7 @@ import { TeacherLayoutViewOptions, TeacherLayoutView } from 'shared/layouts/teac
|
|
|
5
5
|
declare class SettingsAppRouter extends Core.AppRouter {
|
|
6
6
|
protected get channelName(): string;
|
|
7
7
|
protected get appRoutes(): HashObject;
|
|
8
|
-
|
|
8
|
+
get filters(): Core.MiddlewareFunction<Core.AppLink>[];
|
|
9
9
|
}
|
|
10
10
|
export declare class SettingsApplication extends ReactApplication {
|
|
11
11
|
protected layout: TeacherLayoutView;
|
|
@@ -5,12 +5,13 @@ import { ReactApplication } from "../../../../../libs/common/src/react/core/Reac
|
|
|
5
5
|
import { TeacherLayoutViewOptions, TeacherLayoutView } from 'shared/layouts/teacher-layout/TeacherLayoutView';
|
|
6
6
|
export declare class SubjectApplication extends ReactApplication {
|
|
7
7
|
protected layout: TeacherLayoutView;
|
|
8
|
+
private subjectsAppVariables;
|
|
9
|
+
initialize(): void;
|
|
8
10
|
get name(): string;
|
|
9
11
|
static get router(): any;
|
|
10
12
|
get channelName(): string;
|
|
11
13
|
protected get layoutOptions(): Core.LayoutOptions<TeacherLayoutViewOptions>;
|
|
12
14
|
classification(classificationId: string, slug?: string): void;
|
|
13
|
-
|
|
14
|
-
preferences({ step }: HashObject): void;
|
|
15
|
+
preferences(params?: HashObject): void;
|
|
15
16
|
protected onShowAlert(options?: ObjectHash): void;
|
|
16
17
|
}
|
|
@@ -2,6 +2,5 @@ import { Core } from "../../../../../../libs/common/src/backbone";
|
|
|
2
2
|
import { HashObject } from "../../../../../../libs/common/src/react/interfaces/HashObject";
|
|
3
3
|
import { Classification, Playlist } from "../../../../../../libs/shared/src/interfaces";
|
|
4
4
|
export declare const getClassificationAppLink: (params?: HashObject<any>) => (classification?: Classification) => Core.AppLink;
|
|
5
|
-
export declare const getSeriesSubviewAppLink: (classification: Classification) => Core.AppLink;
|
|
6
5
|
export declare const getPlaylistAppLink: (playlist: Playlist) => Core.AppLink;
|
|
7
6
|
export declare const getDashboardAppLink: () => Core.AppLink;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Core } from "../../../../../../libs/common/src/backbone";
|
|
2
|
+
import { HashObject } from "../../../../../../libs/common/src/react/interfaces";
|
|
3
|
+
import { PreferenceStep } from "../../../../../../libs/shared/src/apps/subjects/utils/OnboardingHelper";
|
|
4
|
+
export declare const OnboardingHelper: {
|
|
5
|
+
buildAppLink(step: PreferenceStep, redirectUrl?: string): Core.AppLink;
|
|
6
|
+
getIsStep(currentStep: PreferenceStep): (steps?: "summary" | "subjects" | "welcome" | "levels" | "school-level" | "curriculum" | PreferenceStep[]) => boolean;
|
|
7
|
+
hasManyPresentationTypes(presentations?: import("../../../../../../libs/shared/src/interfaces").Presentation[]): HashObject<any>;
|
|
8
|
+
getBulkPreferencesState(state: import("../../../../../../libs/shared/src/enums/BulkOnboardingPreferencesState").BulkOnboardingPreferencesState): {
|
|
9
|
+
subjects: boolean;
|
|
10
|
+
levels: boolean;
|
|
11
|
+
};
|
|
12
|
+
stepIsValid(step: string): step is PreferenceStep;
|
|
13
|
+
hasBulkSelectedLevels(bulkState: import("../../../../../../libs/shared/src/enums/BulkOnboardingPreferencesState").BulkOnboardingPreferencesState): boolean;
|
|
14
|
+
hasBulkSelectedSubjects(bulkState: import("../../../../../../libs/shared/src/enums/BulkOnboardingPreferencesState").BulkOnboardingPreferencesState): boolean;
|
|
15
|
+
};
|
|
@@ -2,7 +2,7 @@ import * as React from 'react';
|
|
|
2
2
|
import { HashObject } from "../../../../../../../libs/common/src/react/interfaces/HashObject";
|
|
3
3
|
import { Classification } from "../../../../../../../libs/shared/src/interfaces";
|
|
4
4
|
import { ActionOptions } from "../../../../../../../libs/shared/src/components/actions/Actions";
|
|
5
|
-
export declare function getBannerActions(classification: Classification, onFollow: () => void): ActionOptions[];
|
|
5
|
+
export declare function getBannerActions(classification: Classification, onFollow: () => void, showFollowButtonSpinner: boolean): ActionOptions[];
|
|
6
6
|
interface ClassificationViewProps {
|
|
7
7
|
id: string;
|
|
8
8
|
queryParams?: HashObject;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const LazyStepViews: {
|
|
3
|
+
(): JSX.Element;
|
|
4
|
+
'welcome'(props: any): JSX.Element;
|
|
5
|
+
'school-level'(props: any): JSX.Element;
|
|
6
|
+
'curriculum'(props: any): JSX.Element;
|
|
7
|
+
'levels'(props: any): JSX.Element;
|
|
8
|
+
'subjects'(props: any): JSX.Element;
|
|
9
|
+
'summary'(props: any): JSX.Element;
|
|
10
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { PreferenceStep } from "../../../../../../../libs/shared/src/apps/subjects/utils/OnboardingHelper";
|
|
3
|
+
interface BasePreferencesViewProps {
|
|
4
|
+
step: PreferenceStep;
|
|
5
|
+
redirectUrl: string;
|
|
6
|
+
}
|
|
7
|
+
export declare function BasePreferencesView({ step: currentStep, redirectUrl }: BasePreferencesViewProps): JSX.Element;
|
|
8
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
interface LevelPreferencesViewProps {
|
|
3
|
-
|
|
3
|
+
redirectUrl: string;
|
|
4
4
|
}
|
|
5
|
-
export declare function LevelPreferencesView({
|
|
5
|
+
export declare function LevelPreferencesView({ redirectUrl }: LevelPreferencesViewProps): JSX.Element;
|
|
6
6
|
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
interface SubjectPreferencesViewProps {
|
|
3
|
-
|
|
3
|
+
redirectUrl: string;
|
|
4
4
|
}
|
|
5
|
-
export declare function SubjectPreferencesView({
|
|
5
|
+
export declare function SubjectPreferencesView({ redirectUrl }: SubjectPreferencesViewProps): JSX.Element;
|
|
6
6
|
export {};
|
|
@@ -5,7 +5,7 @@ import { TeacherLayoutViewOptions, TeacherLayoutView } from 'shared/layouts/teac
|
|
|
5
5
|
declare class WatchHistoryAppRouter extends Core.AppRouter {
|
|
6
6
|
protected get channelName(): string;
|
|
7
7
|
protected get appRoutes(): HashObject;
|
|
8
|
-
|
|
8
|
+
get filters(): Core.MiddlewareFunction<Core.AppLink>[];
|
|
9
9
|
}
|
|
10
10
|
export declare class WatchHistoryApplication extends ReactApplication {
|
|
11
11
|
protected layout: TeacherLayoutView;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Video } from "../../../../../../libs/shared/src/interfaces";
|
|
2
|
+
import { Video, Theme } from "../../../../../../libs/shared/src/interfaces";
|
|
3
3
|
interface PlayPageProps {
|
|
4
4
|
video: Video;
|
|
5
5
|
relatedVideos: Video[];
|
|
6
6
|
setFavourite?: (videoId: string, shouldFavourite: boolean, onError?: () => void) => void;
|
|
7
|
+
glanceTheme?: Theme;
|
|
7
8
|
}
|
|
8
9
|
export declare function PlayPage(props: PlayPageProps): JSX.Element;
|
|
9
10
|
export {};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Video } from "../../../../../../libs/shared/src/interfaces";
|
|
2
|
+
import { Video, Theme } from "../../../../../../libs/shared/src/interfaces";
|
|
3
3
|
interface SynopsisProps {
|
|
4
4
|
video: Video;
|
|
5
|
+
theme: Theme;
|
|
5
6
|
onClickFullDescription: () => void;
|
|
6
7
|
}
|
|
7
8
|
export declare function Synopsis(props: SynopsisProps): JSX.Element;
|
|
@@ -3,9 +3,7 @@ import { CurrentUser } from "../../../../../../libs/shared/src/interfaces";
|
|
|
3
3
|
interface UserOptionsProps {
|
|
4
4
|
user: CurrentUser;
|
|
5
5
|
imageCdnUrl: string;
|
|
6
|
+
onlyShowSignOut?: boolean;
|
|
6
7
|
}
|
|
7
|
-
/**
|
|
8
|
-
* TODO: Implement user options properly;
|
|
9
|
-
*/
|
|
10
8
|
export declare const UserOptions: React.NamedExoticComponent<UserOptionsProps>;
|
|
11
9
|
export {};
|
|
@@ -10,6 +10,8 @@ export declare const Actions: {
|
|
|
10
10
|
EDIT_VIDEO: string;
|
|
11
11
|
EDIT_UPLOAD: string;
|
|
12
12
|
SHARE: string;
|
|
13
|
+
LOG_OUT: string;
|
|
14
|
+
LOG_IN: string;
|
|
13
15
|
};
|
|
14
16
|
Playlists: {
|
|
15
17
|
HOME: string;
|
|
@@ -26,7 +28,6 @@ export declare const Actions: {
|
|
|
26
28
|
};
|
|
27
29
|
Subjects: {
|
|
28
30
|
CLASSIFICATION: string;
|
|
29
|
-
CLASSIFICATION_SERIES: string;
|
|
30
31
|
PREFERENCES: string;
|
|
31
32
|
};
|
|
32
33
|
Notifications: {
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Core } from "../../../../../libs/common/src/backbone";
|
|
2
|
+
declare function OnboardingFilter(appLink: Core.AppLink, next: Core.MiddlewareNext<Core.AppLink>): void;
|
|
3
|
+
declare function mustCompleteOnboarding(appLink: Core.AppLink, callback: (result: boolean) => void): void;
|
|
4
|
+
export { OnboardingFilter, mustCompleteOnboarding };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Flight } from "../../../../../libs/common/src/react";
|
|
2
|
+
import { BaseObject, CurrentUser } from "../../../../../libs/shared/src/interfaces";
|
|
3
|
+
import { BaseError } from "../../../../../libs/common/src/backbone/core/BaseError";
|
|
4
|
+
interface ErrorMap {
|
|
5
|
+
notFound?: new () => BaseError;
|
|
6
|
+
forbidden?: {
|
|
7
|
+
rating?: new (description: string) => BaseError;
|
|
8
|
+
yearLevel?: new (description: string) => BaseError;
|
|
9
|
+
region?: new () => BaseError;
|
|
10
|
+
privacy?: new () => BaseError;
|
|
11
|
+
};
|
|
12
|
+
badRequest?: new () => BaseError;
|
|
13
|
+
}
|
|
14
|
+
export declare function useHandleObjectError(object: Flight.Response<BaseObject>, customErrors: ErrorMap, currentUser: CurrentUser): void;
|
|
15
|
+
export {};
|
|
@@ -22,5 +22,9 @@ export interface PlayerContext {
|
|
|
22
22
|
* PlayView has set a video but not yet set a position
|
|
23
23
|
*/
|
|
24
24
|
isOnPlayPage: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* Determines what time the video should start playing at
|
|
27
|
+
*/
|
|
28
|
+
startTime: number;
|
|
25
29
|
}
|
|
26
30
|
export declare function useInitPlayerContext(): void;
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { Store } from 'redux';
|
|
3
|
+
import { Core } from "../../../../../../libs/common/src/backbone";
|
|
3
4
|
export interface TeacherLayoutComponentProps {
|
|
4
5
|
showNav: boolean;
|
|
5
6
|
contentChild?: React.ReactNode;
|
|
6
7
|
popupChild?: React.ReactNode;
|
|
7
8
|
alertChild?: React.ReactNode;
|
|
8
9
|
store: Store;
|
|
10
|
+
activeAppLink: Core.AppLink;
|
|
11
|
+
appLinkIsRoute: boolean;
|
|
9
12
|
}
|
|
10
13
|
declare function WrapLayoutWithProviders(props: TeacherLayoutComponentProps): React.ReactElement;
|
|
11
14
|
export { WrapLayoutWithProviders as TeacherLayoutComponent };
|
|
@@ -9,13 +9,17 @@ export declare class TeacherLayoutView extends ReactLayoutView {
|
|
|
9
9
|
protected childComponents: {
|
|
10
10
|
[index: string]: React.ReactNode;
|
|
11
11
|
};
|
|
12
|
+
private activeAppLink;
|
|
13
|
+
private appLinkIsRoute;
|
|
12
14
|
constructor(options?: TeacherLayoutViewOptions);
|
|
15
|
+
initialize(): void;
|
|
13
16
|
get title(): boolean;
|
|
14
17
|
get name(): string;
|
|
15
18
|
get template(): any;
|
|
16
19
|
static getCacheKey(options: TeacherLayoutViewOptions): string;
|
|
17
20
|
regions(): ObjectHash;
|
|
18
21
|
private getChildComponents;
|
|
22
|
+
private onRouteChange;
|
|
19
23
|
protected unsetRegion(region: string): void;
|
|
20
24
|
closePopup(): void;
|
|
21
25
|
showChildView(region: string, component: React.ReactElement): void;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Store } from 'redux';
|
|
2
|
+
import { CurrentUser, BaseUserDataService } from "../../../../../libs/shared/src/interfaces";
|
|
3
|
+
interface FlightUserDataServiceOptions {
|
|
4
|
+
store: Store;
|
|
5
|
+
}
|
|
6
|
+
export declare class FlightUserDataService implements BaseUserDataService {
|
|
7
|
+
private store;
|
|
8
|
+
constructor(options: FlightUserDataServiceOptions);
|
|
9
|
+
get name(): string;
|
|
10
|
+
getCurrentUser(success?: (user: CurrentUser) => void, error?: () => void): void;
|
|
11
|
+
}
|
|
12
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { BaseDataService } from "../../../../../libs/common/src/backbone/services/BaseDataService";
|
|
2
|
+
import { SettingKind } from "../../../../../libs/shared/src/enums/SettingKind";
|
|
3
|
+
import { SettingName } from "../../../../../libs/shared/src/enums/SettingName";
|
|
4
|
+
import { BaseSettingsDataService, EntitySetting } from "../../../../../libs/shared/src/interfaces";
|
|
5
|
+
export declare class SettingsDataService extends BaseDataService implements BaseSettingsDataService {
|
|
6
|
+
get name(): string;
|
|
7
|
+
get channelName(): string;
|
|
8
|
+
getSetting(entityId: string, name: SettingName, callback?: (data: EntitySetting) => void): EntitySetting;
|
|
9
|
+
getSettings(entityId: string, kind?: SettingKind, callback?: (data: EntitySetting[]) => void): EntitySetting[];
|
|
10
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Core } from "../../../../../libs/common/src/backbone";
|
|
2
|
+
export declare const LeftNavHelper: {
|
|
3
|
+
getDiscoverAppLinks(): Core.AppLink[];
|
|
4
|
+
getPlaylistAppLinks(): Core.AppLink[];
|
|
5
|
+
getMyUploadsAppLinks(): Core.AppLink[];
|
|
6
|
+
getFavouritedVideosAppLinks(): Core.AppLink[];
|
|
7
|
+
getWatchHistoryAppLinks(): Core.AppLink[];
|
|
8
|
+
};
|