@clickview/lite 0.0.18-dev.2 → 0.0.18-rc.1
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/0.chunk.css.map +1 -0
- package/dist/css/1.chunk.css +144 -2
- package/dist/css/1.chunk.css.map +1 -0
- package/dist/css/10.chunk.css +10 -12
- package/dist/css/10.chunk.css.map +1 -0
- package/dist/css/11.chunk.css +5 -9
- package/dist/css/11.chunk.css.map +1 -0
- package/dist/css/12.chunk.css.map +1 -0
- package/dist/css/13.chunk.css.map +1 -0
- package/dist/css/14.chunk.css.map +1 -0
- package/dist/css/16.chunk.css.map +1 -0
- package/dist/css/18.chunk.css.map +1 -0
- package/dist/css/19.chunk.css +6 -2
- package/dist/css/19.chunk.css.map +1 -0
- package/dist/css/2.chunk.css +14 -0
- package/dist/css/20.chunk.css +2 -6
- package/dist/css/21.chunk.css +1 -3
- package/dist/css/21.chunk.css.map +1 -0
- package/dist/css/22.chunk.css +2 -2
- package/dist/css/22.chunk.css.map +1 -0
- package/dist/css/23.chunk.css +3 -1
- package/dist/css/23.chunk.css.map +1 -0
- package/dist/css/24.chunk.css +1 -3
- package/dist/css/24.chunk.css.map +1 -0
- package/dist/css/25.chunk.css +2 -2
- package/dist/css/25.chunk.css.map +1 -0
- package/dist/css/26.chunk.css +3 -1
- package/dist/css/26.chunk.css.map +1 -0
- package/dist/css/27.chunk.css +66 -2
- package/dist/css/27.chunk.css.map +1 -0
- package/dist/css/28.chunk.css +48 -2
- package/dist/css/28.chunk.css.map +1 -0
- package/dist/css/29.chunk.css +43 -4
- package/dist/css/29.chunk.css.map +1 -0
- package/dist/css/3.chunk.css +13 -7
- package/dist/css/3.chunk.css.map +1 -0
- package/dist/css/30.chunk.css +1 -3
- package/dist/css/30.chunk.css.map +1 -0
- package/dist/css/31.chunk.css +5 -2
- package/dist/css/31.chunk.css.map +1 -0
- package/dist/css/32.chunk.css +4 -1
- package/dist/css/32.chunk.css.map +1 -0
- package/dist/css/34.chunk.css +4 -2
- package/dist/css/34.chunk.css.map +1 -0
- package/dist/css/35.chunk.css +7 -0
- package/dist/css/35.chunk.css.map +1 -0
- package/dist/css/36.chunk.css +4 -0
- package/dist/css/36.chunk.css.map +1 -0
- package/dist/css/37.chunk.css +3 -1
- package/dist/css/37.chunk.css.map +1 -0
- package/dist/css/38.chunk.css +36 -2
- package/dist/css/38.chunk.css.map +1 -0
- package/dist/css/4.chunk.css +5 -13
- package/dist/css/4.chunk.css.map +1 -0
- package/dist/css/44.chunk.css +1 -1
- package/dist/css/45.chunk.css +9 -0
- package/dist/css/45.chunk.css.map +1 -0
- package/dist/css/5.chunk.css +2 -8
- package/dist/css/5.chunk.css.map +1 -0
- package/dist/css/9.chunk.css +15 -7
- package/dist/css/lite-app.css.map +1 -0
- package/dist/libs/analytics/src/AnalyticsService.d.ts +52 -0
- package/dist/libs/analytics/src/clients/BaseAnalyticsClient.d.ts +24 -0
- package/dist/libs/analytics/src/clients/CollectionApiClient.d.ts +48 -0
- package/dist/libs/analytics/src/clients/DebuggerClient.d.ts +7 -0
- package/dist/libs/analytics/src/constants/ApplicationOptionsKey.d.ts +1 -0
- package/dist/libs/analytics/src/constants/CountryRegionMapping.d.ts +7 -0
- package/dist/libs/analytics/src/constants/Regions.d.ts +6 -0
- package/dist/libs/analytics/src/enrichers/BaseAnalyticsEnricher.d.ts +19 -0
- package/dist/libs/analytics/src/enrichers/CoreContextEnricher.d.ts +22 -0
- package/dist/libs/analytics/src/enrichers/UserDataEnricher.d.ts +10 -0
- package/dist/libs/analytics/src/enums/CountryCode.d.ts +5 -0
- package/dist/libs/analytics/src/interfaces/AnalyticsTypes.d.ts +49 -5
- package/dist/libs/analytics/src/interfaces/VersionData.d.ts +4 -0
- package/dist/libs/analytics/src/models/CollectionEvent.d.ts +55 -0
- package/dist/libs/analytics/src/transport/EventTransport.d.ts +39 -0
- package/dist/libs/analytics/src/utils/CollectionApiClientHelper.d.ts +6 -0
- package/dist/libs/analytics/src/utils/DataFormatHelper.d.ts +14 -0
- package/dist/libs/analytics/src/utils/EventWhitelistHelper.d.ts +19 -0
- package/dist/libs/analytics/src/utils/TypeHelper.d.ts +4 -0
- package/dist/libs/analytics/src/utils/UploadDataFormatHelper.d.ts +10 -0
- package/dist/libs/analytics/src/utils/UserAgentHelper.d.ts +10 -0
- package/dist/libs/analytics/src/utils/VideoDataFormatHelper.d.ts +42 -0
- package/dist/libs/common/src/backbone/core/BaseAppRouter.d.ts +5 -1
- package/dist/libs/common/src/react/constants/ViewModelActions.d.ts +3 -0
- package/dist/libs/common/src/react/hooks/useViewModel.d.ts +4 -0
- package/dist/libs/common/src/react/interfaces/ApplicationState.d.ts +3 -1
- package/dist/libs/common/src/react/interfaces/ViewModelAction.d.ts +5 -0
- package/dist/libs/common/src/react/interfaces/ViewModelPayload.d.ts +5 -0
- package/dist/libs/common/src/react/reducers/ViewModelReducer.d.ts +3 -0
- package/dist/libs/common/src/react/utils/ArrayHelper.d.ts +1 -1
- package/dist/libs/shared/src/apps/content-updates/interfaces/VideoClassificationMapping.d.ts +2 -1
- package/dist/libs/shared/src/apps/upload/services/UploadService.d.ts +3 -2
- package/dist/libs/shared/src/components/lazy-image/LazyImage.d.ts +1 -1
- package/dist/libs/shared/src/components/search-bar/SearchBar.d.ts +5 -0
- package/dist/libs/shared/src/components/widgets/fixed-widget/FixedWidget.d.ts +4 -2
- package/dist/libs/shared/src/components/widgets/items/subject-widget-item/SubjectWidgetItem.d.ts +4 -3
- package/dist/libs/shared/src/constants/BootstrapKeys.d.ts +1 -0
- package/dist/libs/shared/src/constants/WithStatements.d.ts +1 -1
- package/dist/libs/shared/src/enums/CountryCode.d.ts +5 -0
- package/dist/libs/shared/src/enums/SubtitleExtractionOptions.d.ts +4 -0
- package/dist/libs/shared/src/enums/WidgetContents.d.ts +2 -1
- package/dist/libs/shared/src/flight-requests/FavouriteVideoRequests.d.ts +1 -1
- package/dist/libs/shared/src/flight-requests/PreferenceRequests.d.ts +4 -4
- package/dist/libs/shared/src/hooks/UseReorderedItems.d.ts +9 -0
- package/dist/libs/shared/src/interfaces/models/Config.d.ts +3 -1
- package/dist/libs/shared/src/interfaces/models/Group.d.ts +3 -0
- package/dist/libs/shared/src/interfaces/models/User.d.ts +2 -1
- package/dist/libs/shared/src/interfaces/models/UserChannel.d.ts +7 -0
- package/dist/libs/shared/src/interfaces/models/index.d.ts +2 -0
- package/dist/libs/shared/src/services/ConfigDataService.d.ts +1 -0
- package/dist/libs/shared/src/utils/AudienceHelper.d.ts +5 -1
- package/dist/projects/lite/src/apps/classrooms/components/classroom-group-dropdown/ClassroomGroupDropdown.d.ts +3 -2
- package/dist/projects/lite/src/apps/classrooms/components/tile-actions/TileActions.d.ts +1 -0
- package/dist/projects/lite/src/apps/classrooms/flight-requests/ClassroomRequests.d.ts +1 -1
- package/dist/projects/lite/src/apps/classrooms/views/add-students-to-classroom/AddStudentsToClassroomView.d.ts +3 -3
- package/dist/projects/lite/src/apps/classrooms/views/create-classroom/CreateClassroomView.d.ts +3 -4
- package/dist/projects/lite/src/apps/classrooms/views/create-classroom-group/CreateClassroomGroupView.d.ts +3 -3
- package/dist/projects/lite/src/apps/classrooms/views/delete-classroom/DeleteClassroomView.d.ts +4 -4
- package/dist/projects/lite/src/apps/classrooms/views/delete-classroom-group/DeleteClassroomGroupView.d.ts +3 -3
- package/dist/projects/lite/src/apps/classrooms/views/edit-classroom/EditClassroomView.d.ts +3 -3
- package/dist/projects/lite/src/apps/classrooms/views/edit-classroom-group/EditClassroomGroupView.d.ts +3 -3
- package/dist/projects/lite/src/apps/classrooms/views/remove-students-from-classroom/RemoveStudentsFromClassroomView.d.ts +3 -3
- package/dist/projects/lite/src/apps/content-updates/LiteContentUpdatesApplication.d.ts +1 -1
- package/dist/projects/lite/src/apps/default/LiteDefaultApplication.d.ts +2 -2
- package/dist/projects/lite/src/apps/playlists/LitePlaylistsApplication.d.ts +2 -1
- package/dist/projects/lite/src/apps/playlists/views/delete-playlist/DeletePlaylistView.d.ts +2 -2
- package/dist/projects/lite/src/apps/playlists/views/edit-playlist/EditPlaylistView.d.ts +2 -2
- package/dist/projects/lite/src/apps/playlists/views/new-playlist/NewPlaylistView.d.ts +2 -2
- package/dist/projects/lite/src/apps/playlists/views/playlist/PlaylistViewUtils.d.ts +0 -8
- package/dist/projects/lite/src/apps/playlists/views/remove-video-from-playlist/RemoveVideoFromPlaylistView.d.ts +2 -2
- package/dist/projects/lite/src/apps/search/components/filter-actions/FilterActions.d.ts +3 -2
- package/dist/projects/lite/src/apps/search/components/filter-button/FilterButton.d.ts +3 -2
- package/dist/projects/lite/src/apps/search/components/filter-types/checkbox-filter/CheckboxFilter.d.ts +3 -2
- package/dist/projects/lite/src/apps/search/components/filter-types/dropdown-filter/DropdownFilter.d.ts +3 -2
- package/dist/projects/lite/src/apps/search/components/filter-types/radio-filter/RadioFilter.d.ts +3 -2
- package/dist/projects/lite/src/apps/search/components/filter-types/radio-filter/year-level/YearLevelRadioFilter.d.ts +3 -2
- package/dist/projects/lite/src/apps/search/components/reset-button/ResetButton.d.ts +3 -2
- package/dist/projects/lite/src/apps/search/components/search-filters/SearchFilters.d.ts +3 -2
- package/dist/projects/lite/src/apps/search/interfaces/FilterProps.d.ts +3 -2
- package/dist/projects/lite/src/apps/search/utils/FilterHelper.d.ts +4 -2
- package/dist/projects/lite/src/apps/subjects/LiteSubjectApplication.d.ts +2 -2
- package/dist/projects/lite/src/apps/upload/services/FlightVideoUploadDataService.d.ts +5 -0
- package/dist/projects/lite/src/apps/user-manager/components/delete-uploaded-student-popup/DeleteUploadedStudentPopup.d.ts +4 -4
- package/dist/projects/lite/src/apps/user-manager/components/delete-uploaded-teacher-popup/DeleteUploadedTeacherPopup.d.ts +4 -4
- package/dist/projects/lite/src/apps/user-manager/components/edit-uploaded-user-popup/EditUploadedUserPopup.d.ts +4 -4
- package/dist/projects/lite/src/apps/user-manager/components/manage-users-list/ManageUsersList.d.ts +3 -2
- package/dist/projects/lite/src/apps/user-manager/flight-requests/SchoolUserRequests.d.ts +3 -3
- package/dist/projects/lite/src/apps/user-manager/views/create-student/CreateStudentView.d.ts +3 -4
- package/dist/projects/lite/src/apps/user-manager/views/create-teacher/CreateTeacherView.d.ts +3 -4
- package/dist/projects/lite/src/apps/user-manager/views/edit-student/EditStudentView.d.ts +4 -4
- package/dist/projects/lite/src/apps/user-manager/views/edit-teacher/EditTeacherView.d.ts +4 -4
- package/dist/projects/lite/src/apps/user-manager/views/remove-user/RemoveUserView.d.ts +4 -4
- package/dist/projects/lite/src/apps/user-manager/views/student-upload-review/StudentUploadReviewView.d.ts +4 -2
- package/dist/projects/lite/src/apps/user-manager/views/teacher-upload-review/TeacherUploadReviewView.d.ts +4 -2
- package/dist/projects/lite/src/shared/components/immersive-reader/ImmersiveReader.d.ts +7 -2
- package/dist/projects/lite/src/shared/components/share/copy-embed-html/CopyEmbedHtml.d.ts +4 -2
- package/dist/projects/lite/src/shared/constants/LiteViewModels.d.ts +6 -0
- package/dist/projects/lite/src/shared/{contexts/player/PlayerContext.d.ts → hooks/useInitPlayerContext.d.ts} +4 -10
- package/dist/projects/lite/src/shared/hooks/useNavLock.d.ts +1 -0
- package/dist/projects/lite/src/shared/views/share/main-view/MainShareView.d.ts +3 -3
- package/dist/projects/lite/src/shared/views/share/settings-view/ShareSettingsView.d.ts +4 -3
- package/dist/projects/lite/src/startup/RegisterAnalytics.d.ts +3 -0
- package/dist/projects/lite/src/startup/index.d.ts +1 -0
- package/dist/scripts/0-525bd75473.chunk.js +1 -0
- package/dist/scripts/0.chunk.js +478 -1
- package/dist/scripts/0.chunk.js.map +1 -0
- package/dist/scripts/1-f6fa17226d.chunk.js +17 -0
- package/dist/scripts/1.chunk.js +621 -17
- package/dist/scripts/1.chunk.js.map +1 -0
- package/dist/scripts/10-f3b34b2d35.chunk.js +1 -0
- package/dist/scripts/10.chunk.js +400 -7
- package/dist/scripts/10.chunk.js.map +1 -0
- package/dist/scripts/11-a698af3f1c.chunk.js +1 -0
- package/dist/scripts/11.chunk.js +1289 -7
- package/dist/scripts/11.chunk.js.map +1 -0
- package/dist/scripts/12-9ace90fcbc.chunk.js +1 -0
- package/dist/scripts/12.chunk.js +1059 -7
- package/dist/scripts/12.chunk.js.map +1 -0
- package/dist/scripts/13-3a4f103546.chunk.js +1 -0
- package/dist/scripts/13.chunk.js +751 -7
- package/dist/scripts/13.chunk.js.map +1 -0
- package/dist/scripts/14-11868e2868.chunk.js +1 -0
- package/dist/scripts/14.chunk.js +425 -7
- package/dist/scripts/14.chunk.js.map +1 -0
- package/dist/scripts/15-78ff5e8be2.chunk.js +1 -0
- package/dist/scripts/15.chunk.js +609 -7
- package/dist/scripts/15.chunk.js.map +1 -0
- package/dist/scripts/16-22f6224811.chunk.js +1 -0
- package/dist/scripts/16.chunk.js +648 -7
- package/dist/scripts/16.chunk.js.map +1 -0
- package/dist/scripts/17-afe6281dd5.chunk.js +1 -0
- package/dist/scripts/17.chunk.js +541 -7
- package/dist/scripts/17.chunk.js.map +1 -0
- package/dist/scripts/18-47be31c0b6.chunk.js +1 -0
- package/dist/scripts/18.chunk.js +766 -7
- package/dist/scripts/18.chunk.js.map +1 -0
- package/dist/scripts/19-89c0b2c20e.chunk.js +1 -0
- package/dist/scripts/19.chunk.js +647 -7
- package/dist/scripts/19.chunk.js.map +1 -0
- package/dist/scripts/2-3b37480a80.chunk.js +7 -0
- package/dist/scripts/2.chunk.js +8259 -1
- package/dist/scripts/2.chunk.js.map +1 -0
- package/dist/scripts/20-32ac3fe0b9.chunk.js +1 -0
- package/dist/scripts/20.chunk.js +122 -7
- package/dist/scripts/20.chunk.js.map +1 -0
- package/dist/scripts/21-891207049a.chunk.js +1 -0
- package/dist/scripts/21.chunk.js +1571 -1
- package/dist/scripts/21.chunk.js.map +1 -0
- package/dist/scripts/22-24236e6723.chunk.js +1 -0
- package/dist/scripts/22.chunk.js +1387 -1
- package/dist/scripts/22.chunk.js.map +1 -0
- package/dist/scripts/23-7b425169bc.chunk.js +1 -0
- package/dist/scripts/23.chunk.js +1121 -1
- package/dist/scripts/23.chunk.js.map +1 -0
- package/dist/scripts/24-40edd30087.chunk.js +1 -0
- package/dist/scripts/24.chunk.js +1348 -1
- package/dist/scripts/24.chunk.js.map +1 -0
- package/dist/scripts/25-887b9ef587.chunk.js +1 -0
- package/dist/scripts/25.chunk.js +1137 -1
- package/dist/scripts/25.chunk.js.map +1 -0
- package/dist/scripts/26-cbe0ff0f77.chunk.js +1 -0
- package/dist/scripts/26.chunk.js +906 -1
- package/dist/scripts/26.chunk.js.map +1 -0
- package/dist/scripts/27-f26afdae78.chunk.js +1 -0
- package/dist/scripts/27.chunk.js +1143 -1
- package/dist/scripts/27.chunk.js.map +1 -0
- package/dist/scripts/28-70414fd373.chunk.js +1 -0
- package/dist/scripts/28.chunk.js +656 -1
- package/dist/scripts/28.chunk.js.map +1 -0
- package/dist/scripts/29-944b5c01a7.chunk.js +1 -0
- package/dist/scripts/29.chunk.js +616 -1
- package/dist/scripts/29.chunk.js.map +1 -0
- package/dist/scripts/3-233f573a92.chunk.js +1 -0
- package/dist/scripts/3.chunk.js +585 -1
- package/dist/scripts/3.chunk.js.map +1 -0
- package/dist/scripts/30-3a229887e9.chunk.js +1 -0
- package/dist/scripts/30.chunk.js +557 -1
- package/dist/scripts/30.chunk.js.map +1 -0
- package/dist/scripts/31-ab038bfc0c.chunk.js +1 -0
- package/dist/scripts/31.chunk.js +731 -1
- package/dist/scripts/31.chunk.js.map +1 -0
- package/dist/scripts/32-8bd6703eef.chunk.js +1 -0
- package/dist/scripts/32.chunk.js +957 -1
- package/dist/scripts/32.chunk.js.map +1 -0
- package/dist/scripts/{35-8b4ce9fc27.chunk.js → 33-4579af9cf9.chunk.js} +1 -1
- package/dist/scripts/33.chunk.js +938 -1
- package/dist/scripts/33.chunk.js.map +1 -0
- package/dist/scripts/{36-cbd8837f89.chunk.js → 34-d8b96d9f9f.chunk.js} +1 -1
- package/dist/scripts/34.chunk.js +523 -1
- package/dist/scripts/34.chunk.js.map +1 -0
- package/dist/scripts/35-666d815525.chunk.js +1 -0
- package/dist/scripts/35.chunk.js +414 -1
- package/dist/scripts/35.chunk.js.map +1 -0
- package/dist/scripts/36-02ce5f3538.chunk.js +1 -0
- package/dist/scripts/36.chunk.js +404 -1
- package/dist/scripts/36.chunk.js.map +1 -0
- package/dist/scripts/37-afd3d321e3.chunk.js +1 -0
- package/dist/scripts/37.chunk.js +245 -1
- package/dist/scripts/37.chunk.js.map +1 -0
- package/dist/scripts/{39-e2aa1689e2.chunk.js → 38-6ad53aa15b.chunk.js} +1 -1
- package/dist/scripts/38.chunk.js +343 -1
- package/dist/scripts/38.chunk.js.map +1 -0
- package/dist/scripts/{40-53d132e3b4.chunk.js → 39-46c747b1d9.chunk.js} +1 -1
- package/dist/scripts/39.chunk.js +318 -1
- package/dist/scripts/39.chunk.js.map +1 -0
- package/dist/scripts/4-6942fee782.chunk.js +1 -0
- package/dist/scripts/4.chunk.js +1030 -1
- package/dist/scripts/4.chunk.js.map +1 -0
- package/dist/scripts/{41-023d613070.chunk.js → 40-c1b8806b1c.chunk.js} +1 -1
- package/dist/scripts/40.chunk.js +236 -1
- package/dist/scripts/40.chunk.js.map +1 -0
- package/dist/scripts/{42-ba3779218d.chunk.js → 41-f4c23477e3.chunk.js} +1 -1
- package/dist/scripts/41.chunk.js +231 -1
- package/dist/scripts/41.chunk.js.map +1 -0
- package/dist/scripts/42-7a5b92d70b.chunk.js +1 -0
- package/dist/scripts/42.chunk.js +350 -1
- package/dist/scripts/42.chunk.js.map +1 -0
- package/dist/scripts/43-97193a87df.chunk.js +1 -0
- package/dist/scripts/43.chunk.js +225 -1
- package/dist/scripts/43.chunk.js.map +1 -0
- package/dist/scripts/{46-6501968ace.chunk.js → 44-7f92272274.chunk.js} +1 -1
- package/dist/scripts/44.chunk.js +318 -1
- package/dist/scripts/44.chunk.js.map +1 -0
- package/dist/scripts/45-265f1a7a42.chunk.js +1 -0
- package/dist/scripts/45.chunk.js +64 -1
- package/dist/scripts/45.chunk.js.map +1 -0
- package/dist/scripts/46-a594ad7eba.chunk.js +1 -0
- package/dist/scripts/46.chunk.js +108 -1
- package/dist/scripts/46.chunk.js.map +1 -0
- package/dist/scripts/47-99777c20cf.chunk.js +1 -0
- package/dist/scripts/47.chunk.js +110 -1
- package/dist/scripts/47.chunk.js.map +1 -0
- package/dist/scripts/48-9880523c82.chunk.js +1 -0
- package/dist/scripts/48.chunk.js +148 -1
- package/dist/scripts/48.chunk.js.map +1 -0
- package/dist/scripts/{50-00ffd5d7c6.chunk.js → 49-5e718594e5.chunk.js} +1 -1
- package/dist/scripts/49.chunk.js +142 -1
- package/dist/scripts/49.chunk.js.map +1 -0
- package/dist/scripts/5-2f631dcd74.chunk.js +1 -0
- package/dist/scripts/5.chunk.js +3262 -1
- package/dist/scripts/5.chunk.js.map +1 -0
- package/dist/scripts/50-8cb0d9cd7d.chunk.js +1 -0
- package/dist/scripts/50.chunk.js +145 -1
- package/dist/scripts/50.chunk.js.map +1 -0
- package/dist/scripts/{52-e5dfa5a640.chunk.js → 51-211b643ca5.chunk.js} +1 -1
- package/dist/scripts/51.chunk.js +176 -1
- package/dist/scripts/51.chunk.js.map +1 -0
- package/dist/scripts/{53-79d5905fc6.chunk.js → 52-bfb2683b5d.chunk.js} +1 -1
- package/dist/scripts/52.chunk.js +160 -1
- package/dist/scripts/52.chunk.js.map +1 -0
- package/dist/scripts/{54-4950ec1d52.chunk.js → 53-3cf5cd5f69.chunk.js} +1 -1
- package/dist/scripts/53.chunk.js +98 -1
- package/dist/scripts/53.chunk.js.map +1 -0
- package/dist/scripts/{55-accb81090d.chunk.js → 54-26807e3e49.chunk.js} +1 -1
- package/dist/scripts/54.chunk.js +48 -1
- package/dist/scripts/54.chunk.js.map +1 -0
- package/dist/scripts/55-d38be4860b.chunk.js +1 -0
- package/dist/scripts/55.chunk.js +99 -1
- package/dist/scripts/55.chunk.js.map +1 -0
- package/dist/scripts/56-d4abc25ec3.chunk.js +1 -0
- package/dist/scripts/56.chunk.js +64 -1
- package/dist/scripts/56.chunk.js.map +1 -0
- package/dist/scripts/57.chunk.js +72 -0
- package/dist/scripts/57.chunk.js.map +1 -0
- package/dist/scripts/58.chunk.js +73 -0
- package/dist/scripts/58.chunk.js.map +1 -0
- package/dist/scripts/59.chunk.js +70 -0
- package/dist/scripts/59.chunk.js.map +1 -0
- package/dist/scripts/6-4d72a3c3fc.chunk.js +1 -0
- package/dist/scripts/6.chunk.js +24 -1
- package/dist/scripts/6.chunk.js.map +1 -0
- package/dist/scripts/60.chunk.js +32 -0
- package/dist/scripts/60.chunk.js.map +1 -0
- package/dist/scripts/61.chunk.js +29 -0
- package/dist/scripts/61.chunk.js.map +1 -0
- package/dist/scripts/62.chunk.js +27 -0
- package/dist/scripts/62.chunk.js.map +1 -0
- package/dist/scripts/63.chunk.js +67 -0
- package/dist/scripts/63.chunk.js.map +1 -0
- package/dist/scripts/64.chunk.js +80 -0
- package/dist/scripts/64.chunk.js.map +1 -0
- package/dist/scripts/65.chunk.js +65 -0
- package/dist/scripts/65.chunk.js.map +1 -0
- package/dist/scripts/66.chunk.js +67 -0
- package/dist/scripts/66.chunk.js.map +1 -0
- package/dist/scripts/67.chunk.js +104 -0
- package/dist/scripts/67.chunk.js.map +1 -0
- package/dist/scripts/68.chunk.js +69 -0
- package/dist/scripts/68.chunk.js.map +1 -0
- package/dist/scripts/69.chunk.js +89 -0
- package/dist/scripts/69.chunk.js.map +1 -0
- package/dist/scripts/7-90ad392b55.chunk.js +1 -0
- package/dist/scripts/7.chunk.js +327 -1
- package/dist/scripts/7.chunk.js.map +1 -0
- package/dist/scripts/70.chunk.js +36 -0
- package/dist/scripts/70.chunk.js.map +1 -0
- package/dist/scripts/8.chunk.js +470 -0
- package/dist/scripts/8.chunk.js.map +1 -0
- package/dist/scripts/9-52877087ef.chunk.js +1 -0
- package/dist/scripts/9.chunk.js +471 -7
- package/dist/scripts/9.chunk.js.map +1 -0
- package/dist/scripts/bundle-99976c17a2.min.js +1 -0
- package/dist/scripts/bundle-9f5ad50596.min.js +1 -0
- package/dist/scripts/bundle.js +34769 -1
- package/dist/scripts/bundle.js.map +1 -0
- package/dist/scripts/bundles.json +1 -1
- package/package.json +50 -49
- package/typings/libs/Trackers.d.ts +10 -0
- package/dist/css/33.chunk.css +0 -4
- package/dist/css/41.chunk.css +0 -4
- package/dist/css/46.chunk.css +0 -2
- package/dist/libs/shared/src/context/SearchAppContext.d.ts +0 -9
- package/dist/scripts/0-7ab5925809.chunk.js +0 -1
- package/dist/scripts/1-08c7a79a47.chunk.js +0 -1
- package/dist/scripts/10-20d3430ce2.chunk.js +0 -1
- package/dist/scripts/11-7a25650335.chunk.js +0 -1
- package/dist/scripts/12-6609af3add.chunk.js +0 -1
- package/dist/scripts/13-5adebd80b3.chunk.js +0 -1
- package/dist/scripts/14-dbd27fa3a5.chunk.js +0 -1
- package/dist/scripts/15-5a0e1ed526.chunk.js +0 -1
- package/dist/scripts/16-3adc733311.chunk.js +0 -1
- package/dist/scripts/17-a942a8ff32.chunk.js +0 -1
- package/dist/scripts/18-ab78fe1ad4.chunk.js +0 -1
- package/dist/scripts/19-04ba4906ea.chunk.js +0 -1
- package/dist/scripts/2-41fe2d7e77.chunk.js +0 -1
- package/dist/scripts/20-f0dcfc47a9.chunk.js +0 -1
- package/dist/scripts/21-33e50c0d6b.chunk.js +0 -1
- package/dist/scripts/22-d85dfba692.chunk.js +0 -1
- package/dist/scripts/23-90201310df.chunk.js +0 -1
- package/dist/scripts/24-bc8f0f5709.chunk.js +0 -1
- package/dist/scripts/25-317106a5da.chunk.js +0 -1
- package/dist/scripts/26-4a3372406a.chunk.js +0 -1
- package/dist/scripts/27-074f7ed617.chunk.js +0 -1
- package/dist/scripts/28-3f552efb1d.chunk.js +0 -1
- package/dist/scripts/29-3b0fed6546.chunk.js +0 -1
- package/dist/scripts/3-4c7cdc97d7.chunk.js +0 -7
- package/dist/scripts/30-efc1720b45.chunk.js +0 -1
- package/dist/scripts/31-fd10b2d2e3.chunk.js +0 -1
- package/dist/scripts/32-77df1d4c39.chunk.js +0 -1
- package/dist/scripts/33-7c092bbe19.chunk.js +0 -1
- package/dist/scripts/34-3c94a6fffe.chunk.js +0 -1
- package/dist/scripts/37-ecd001861c.chunk.js +0 -1
- package/dist/scripts/38-a42dc5fd6c.chunk.js +0 -1
- package/dist/scripts/4-9b843edce7.chunk.js +0 -1
- package/dist/scripts/43-9b84379d80.chunk.js +0 -1
- package/dist/scripts/44-1bedb97d4b.chunk.js +0 -1
- package/dist/scripts/45-b004111b2b.chunk.js +0 -1
- package/dist/scripts/47-cece788594.chunk.js +0 -1
- package/dist/scripts/48-722f37b837.chunk.js +0 -1
- package/dist/scripts/49-cb04b28057.chunk.js +0 -1
- package/dist/scripts/5-841e3d083b.chunk.js +0 -1
- package/dist/scripts/51-ed260ddadd.chunk.js +0 -1
- package/dist/scripts/56-83e51af2a6.chunk.js +0 -1
- package/dist/scripts/6-c429467dba.chunk.js +0 -1
- package/dist/scripts/7-3c52b41cbf.chunk.js +0 -1
- package/dist/scripts/9-fef5ef0698.chunk.js +0 -1
- package/dist/scripts/bundle-7782a79aa5.min.js +0 -1
|
@@ -6,6 +6,7 @@ export declare class ConfigDataService extends BaseDataService {
|
|
|
6
6
|
get name(): string;
|
|
7
7
|
get channelName(): string;
|
|
8
8
|
getConfig(callback?: (Config: Config) => void, errorCallback?: () => void): Config;
|
|
9
|
+
getVersion(callback?: (version: string) => void): string;
|
|
9
10
|
}
|
|
10
11
|
export declare const ConfigDataServiceHelper: {
|
|
11
12
|
getConfigFetchOptions(setData: (data: Config) => void, onError?: (error: DataServiceError) => void): FetchOptions;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Audience, PresentationAudience } from "../interfaces";
|
|
1
|
+
import { Audience, PresentationAudience, BaseObject } from "../interfaces";
|
|
2
2
|
export declare const AudienceHelper: {
|
|
3
3
|
/**
|
|
4
4
|
* This is needed to sort an object's audiences, as they are not sorted by the backend.
|
|
@@ -7,4 +7,8 @@ export declare const AudienceHelper: {
|
|
|
7
7
|
*/
|
|
8
8
|
getSortedPresentationAudiences(objectAudiences: Audience[], presentationAudiences: PresentationAudience[]): PresentationAudience[];
|
|
9
9
|
getMergedPresentationAudienceString(presentationAudiences: PresentationAudience[]): PresentationAudience;
|
|
10
|
+
/**
|
|
11
|
+
* This function assumes the members array passed in is ordered by `name`.
|
|
12
|
+
*/
|
|
13
|
+
sortMembersWithDuplicateNamesByAudience(members: BaseObject[]): BaseObject[];
|
|
10
14
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { MockClassroomGroup } from 'shared/interfaces/mocks';
|
|
3
3
|
import { MockClassroom } from 'apps/user-manager/interfaces';
|
|
4
|
-
|
|
4
|
+
import { PropsWithAnalyticsOptions } from "../../../../../../../libs/shared/src/interfaces";
|
|
5
|
+
declare type ClassroomGroupDropdownProps = PropsWithAnalyticsOptions<{
|
|
5
6
|
id: string;
|
|
6
7
|
classroom: MockClassroom;
|
|
7
8
|
studentIds: string[];
|
|
@@ -10,7 +11,7 @@ interface ClassroomGroupDropdownProps {
|
|
|
10
11
|
preselections?: MockClassroomGroup[];
|
|
11
12
|
alignRight?: boolean;
|
|
12
13
|
disabled?: boolean;
|
|
13
|
-
}
|
|
14
|
+
}>;
|
|
14
15
|
export declare function ClassroomGroupDropdown(props: ClassroomGroupDropdownProps): JSX.Element;
|
|
15
16
|
export declare namespace ClassroomGroupDropdown {
|
|
16
17
|
var defaultProps: {
|
|
@@ -5,7 +5,7 @@ import { MockStudent, MockClassroom } from 'apps/user-manager/interfaces';
|
|
|
5
5
|
export declare const ClassroomRequests: {
|
|
6
6
|
getAll(): Flight.SimulatedRequest;
|
|
7
7
|
getClassroom(id: string): Flight.SimulatedRequest;
|
|
8
|
-
createClassroom(classroom: EditClassroomRequest, success?: () => void, error?: () => void): Flight.SimulatedRequest;
|
|
8
|
+
createClassroom(classroom: EditClassroomRequest, success?: (data: MockClassroom) => void, error?: () => void): Flight.SimulatedRequest;
|
|
9
9
|
editClassroom(classroom: EditClassroomRequest, success?: () => void, error?: () => void): Flight.SimulatedRequest;
|
|
10
10
|
deleteClassroom(id: string, success?: () => void, error?: () => void): Flight.SimulatedRequest;
|
|
11
11
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import { PropsWithAnalyticsOptions, PropsWithPopupViewProps } from "../../../../../../../libs/shared/src/interfaces";
|
|
3
|
+
declare type AddStudentsToClassroomViewProps = PropsWithAnalyticsOptions<PropsWithPopupViewProps<{
|
|
4
4
|
classroomId: string;
|
|
5
|
-
}
|
|
5
|
+
}>>;
|
|
6
6
|
export declare function AddStudentsToClassroomView(props: AddStudentsToClassroomViewProps): JSX.Element;
|
|
7
7
|
export {};
|
package/dist/projects/lite/src/apps/classrooms/views/create-classroom/CreateClassroomView.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export declare function CreateClassroomView(props: CreateClassroomView): JSX.Element;
|
|
2
|
+
import { PropsWithAnalyticsOptions, PropsWithPopupViewProps } from "../../../../../../../libs/shared/src/interfaces";
|
|
3
|
+
declare type CreateClassroomViewProps = PropsWithAnalyticsOptions<PropsWithPopupViewProps<{}>>;
|
|
4
|
+
export declare function CreateClassroomView(props: CreateClassroomViewProps): JSX.Element;
|
|
6
5
|
export {};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import { PropsWithAnalyticsOptions, PropsWithPopupViewProps } from "../../../../../../../libs/shared/src/interfaces";
|
|
3
|
+
declare type CreateClassroomGroupViewProps = PropsWithAnalyticsOptions<PropsWithPopupViewProps<{
|
|
4
4
|
classroomId: string;
|
|
5
5
|
studentIds: string[];
|
|
6
|
-
}
|
|
6
|
+
}>>;
|
|
7
7
|
export declare function CreateClassroomGroupView(props: CreateClassroomGroupViewProps): JSX.Element;
|
|
8
8
|
export {};
|
package/dist/projects/lite/src/apps/classrooms/views/delete-classroom/DeleteClassroomView.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import { PropsWithAnalyticsOptions, PropsWithPopupViewProps } from "../../../../../../../libs/shared/src/interfaces";
|
|
3
|
+
declare type DeleteClassroomViewProps = PropsWithAnalyticsOptions<PropsWithPopupViewProps<{
|
|
4
4
|
id: string;
|
|
5
|
-
}
|
|
6
|
-
export declare function DeleteClassroomView(props: DeleteClassroomViewProps
|
|
5
|
+
}>>;
|
|
6
|
+
export declare function DeleteClassroomView(props: DeleteClassroomViewProps): JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import { PropsWithAnalyticsOptions, PropsWithPopupViewProps } from "../../../../../../../libs/shared/src/interfaces";
|
|
3
|
+
declare type DeleteClassroomGroupViewProps = PropsWithAnalyticsOptions<PropsWithPopupViewProps<{
|
|
4
4
|
classroomId: string;
|
|
5
5
|
groupId: string;
|
|
6
|
-
}
|
|
6
|
+
}>>;
|
|
7
7
|
export declare function DeleteClassroomGroupView(props: DeleteClassroomGroupViewProps): JSX.Element;
|
|
8
8
|
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import { PropsWithPopupViewProps, PropsWithAnalyticsOptions } from "../../../../../../../libs/shared/src/interfaces";
|
|
3
|
+
declare type EditClassroomView = PropsWithPopupViewProps<PropsWithAnalyticsOptions<{
|
|
4
4
|
id: string;
|
|
5
|
-
}
|
|
5
|
+
}>>;
|
|
6
6
|
export declare function EditClassroomView(props: EditClassroomView): JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import { PropsWithPopupViewProps, PropsWithAnalyticsOptions } from "../../../../../../../libs/shared/src/interfaces";
|
|
3
|
+
declare type EditClassroomGroupViewProps = PropsWithPopupViewProps<PropsWithAnalyticsOptions<{
|
|
4
4
|
classroomId: string;
|
|
5
5
|
groupId: string;
|
|
6
|
-
}
|
|
6
|
+
}>>;
|
|
7
7
|
export declare function EditClassroomGroupView(props: EditClassroomGroupViewProps): JSX.Element;
|
|
8
8
|
export {};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import { PropsWithPopupViewProps, PropsWithAnalyticsOptions } from "../../../../../../../libs/shared/src/interfaces";
|
|
3
|
+
declare type RemoveStudentsFromClassroomViewProps = PropsWithPopupViewProps<PropsWithAnalyticsOptions<{
|
|
4
4
|
classroomId: string;
|
|
5
5
|
studentIds: string[];
|
|
6
|
-
}
|
|
6
|
+
}>>;
|
|
7
7
|
export declare function RemoveStudentsFromClassroomView(props: RemoveStudentsFromClassroomViewProps): JSX.Element;
|
|
8
8
|
export {};
|
|
@@ -13,6 +13,6 @@ export declare class ContentUpdatesApplication extends ReactApplication {
|
|
|
13
13
|
get channelName(): string;
|
|
14
14
|
static get router(): typeof ContentUpdatesRouter;
|
|
15
15
|
contentUpdates(): void;
|
|
16
|
-
classificationUpdate(classificationId: string): void;
|
|
16
|
+
classificationUpdate(classificationId: string, slug: string): void;
|
|
17
17
|
}
|
|
18
18
|
export {};
|
|
@@ -15,12 +15,12 @@ export declare class DefaultApplication extends ReactApplication {
|
|
|
15
15
|
get channelName(): string;
|
|
16
16
|
static get router(): typeof DefaultAppRouter;
|
|
17
17
|
share(id: string, params: HashObject): void;
|
|
18
|
-
playVideo(id: string): void;
|
|
18
|
+
playVideo(id: string, slug: string): void;
|
|
19
19
|
playSharedVideo(shortCode: string): void;
|
|
20
20
|
myUploads(params: HashObject): void;
|
|
21
21
|
editVideo(videoId: string): void;
|
|
22
22
|
editUpload(uploadId: string): void;
|
|
23
|
-
series(id: string, params: HashObject): void;
|
|
23
|
+
series(id: string, slug: string, params: HashObject): void;
|
|
24
24
|
favouriteVideos(params: HashObject): void;
|
|
25
25
|
catchAllRoutes(): void;
|
|
26
26
|
notFound(): void;
|
|
@@ -13,8 +13,9 @@ export declare class PlaylistsApplication extends ReactApplication {
|
|
|
13
13
|
protected get layoutOptions(): Core.LayoutOptions<TeacherLayoutViewOptions>;
|
|
14
14
|
get channelName(): string;
|
|
15
15
|
static get router(): typeof PlaylistsAppRouter;
|
|
16
|
+
private getPopupProps;
|
|
16
17
|
index(params: HashObject): void;
|
|
17
|
-
playlist(id: string): void;
|
|
18
|
+
playlist(id: string, slug?: string): void;
|
|
18
19
|
newPlaylist(): void;
|
|
19
20
|
editPlaylist(id: string): void;
|
|
20
21
|
deletePlaylist(id: string): void;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { Core } from "../../../../../../../libs/common/src/backbone";
|
|
3
|
-
import { PropsWithPopupViewProps } from "../../../../../../../libs/shared/src/interfaces";
|
|
3
|
+
import { PropsWithPopupViewProps, PropsWithAnalyticsOptions } from "../../../../../../../libs/shared/src/interfaces";
|
|
4
4
|
interface DeletePlaylistViewProps {
|
|
5
5
|
playlistId: string;
|
|
6
6
|
routeToOnDelete?: Core.AppLink;
|
|
7
7
|
}
|
|
8
|
-
declare type PropTypes = PropsWithPopupViewProps<DeletePlaylistViewProps
|
|
8
|
+
declare type PropTypes = PropsWithAnalyticsOptions<PropsWithPopupViewProps<DeletePlaylistViewProps>>;
|
|
9
9
|
export declare function DeletePlaylistView(props: PropTypes): React.ReactElement;
|
|
10
10
|
export {};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { PropsWithPopupViewProps } from "../../../../../../../libs/shared/src/interfaces";
|
|
2
|
+
import { PropsWithPopupViewProps, PropsWithAnalyticsOptions } from "../../../../../../../libs/shared/src/interfaces";
|
|
3
3
|
interface EditPlaylistViewProps {
|
|
4
4
|
playlistId: string;
|
|
5
5
|
}
|
|
6
|
-
declare type PropTypes = PropsWithPopupViewProps<EditPlaylistViewProps
|
|
6
|
+
declare type PropTypes = PropsWithAnalyticsOptions<PropsWithPopupViewProps<EditPlaylistViewProps>>;
|
|
7
7
|
export declare function EditPlaylistView(props: PropTypes): React.ReactElement;
|
|
8
8
|
export {};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { PropsWithPopupViewProps } from "../../../../../../../libs/shared/src/interfaces";
|
|
2
|
+
import { PropsWithPopupViewProps, PropsWithAnalyticsOptions } from "../../../../../../../libs/shared/src/interfaces";
|
|
3
3
|
interface NewPlaylistViewProps {
|
|
4
4
|
application: string;
|
|
5
5
|
}
|
|
6
|
-
declare type PropTypes = PropsWithPopupViewProps<NewPlaylistViewProps
|
|
6
|
+
declare type PropTypes = PropsWithAnalyticsOptions<PropsWithPopupViewProps<NewPlaylistViewProps>>;
|
|
7
7
|
export declare function NewPlaylistView(props: PropTypes): React.ReactElement;
|
|
8
8
|
export {};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { Video, Playlist, CurrentUser } from "../../../../../../../libs/shared/src/interfaces";
|
|
3
2
|
import { VideoAction } from "../../../../../../../libs/shared/src/utils/video-actions/VideoActionsHelper";
|
|
4
3
|
import { WorkflowPhase } from "../../../../../../../libs/analytics/src/interfaces";
|
|
@@ -11,10 +10,3 @@ export declare function getLastUpdatedDate(videos: Video[]): string;
|
|
|
11
10
|
export declare function getVideoActions(canEdit: boolean): VideoAction[];
|
|
12
11
|
export declare function logSortAction(playlistId: string, videoId: string, workflowPhase: WorkflowPhase): void;
|
|
13
12
|
export declare function canEditPlaylist(playlist: Playlist, user: CurrentUser): boolean;
|
|
14
|
-
/**
|
|
15
|
-
* This function can be used to temporarily store an array of reordered videos
|
|
16
|
-
* until the array obtained from the application store updates to the new order.
|
|
17
|
-
*
|
|
18
|
-
* @param videos array of videos from application store.
|
|
19
|
-
*/
|
|
20
|
-
export declare function useReorderedVideos(videos: Video[]): [Video[], React.Dispatch<React.SetStateAction<Video[]>>];
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { PropsWithPopupViewProps } from "../../../../../../../libs/shared/src/interfaces";
|
|
2
|
+
import { PropsWithPopupViewProps, PropsWithAnalyticsOptions } from "../../../../../../../libs/shared/src/interfaces";
|
|
3
3
|
interface RemoveVideoFromPlaylistViewProps {
|
|
4
4
|
videoId: string;
|
|
5
5
|
playlistId: string;
|
|
6
6
|
}
|
|
7
|
-
declare type PropTypes = PropsWithPopupViewProps<RemoveVideoFromPlaylistViewProps
|
|
7
|
+
declare type PropTypes = PropsWithAnalyticsOptions<PropsWithPopupViewProps<RemoveVideoFromPlaylistViewProps>>;
|
|
8
8
|
export declare function RemoveVideoFromPlaylistView(props: PropTypes): React.ReactElement;
|
|
9
9
|
export {};
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { FilterPayloadType } from 'apps/search/reducers';
|
|
3
|
-
|
|
3
|
+
import { PropsWithAnalyticsOptions } from "../../../../../../../libs/shared/src/interfaces";
|
|
4
|
+
declare type FilterActionsProps = FilterPayloadType & PropsWithAnalyticsOptions<{
|
|
4
5
|
className?: string;
|
|
5
|
-
}
|
|
6
|
+
}>;
|
|
6
7
|
export declare function FilterActions(props: FilterActionsProps): JSX.Element;
|
|
7
8
|
export declare namespace FilterActions {
|
|
8
9
|
var defaultProps: {
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { SearchFilter, MoreFilters } from 'apps/search/interfaces';
|
|
3
|
-
|
|
3
|
+
import { PropsWithAnalyticsOptions } from "../../../../../../../libs/shared/src/interfaces";
|
|
4
|
+
declare type FilterButtonProps = PropsWithAnalyticsOptions<{
|
|
4
5
|
filter: SearchFilter | MoreFilters;
|
|
5
|
-
}
|
|
6
|
+
}>;
|
|
6
7
|
export declare function FilterButton(props: FilterButtonProps): JSX.Element;
|
|
7
8
|
export {};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { SearchFilter } from 'apps/search/interfaces';
|
|
3
|
-
|
|
3
|
+
import { PropsWithAnalyticsOptions } from "../../../../../../../../libs/shared/src/interfaces";
|
|
4
|
+
declare type CheckboxFilterProps = PropsWithAnalyticsOptions<{
|
|
4
5
|
filter: SearchFilter;
|
|
5
|
-
}
|
|
6
|
+
}>;
|
|
6
7
|
export declare function CheckboxFilter(props: CheckboxFilterProps): JSX.Element;
|
|
7
8
|
export {};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { SearchFilter } from 'apps/search/interfaces';
|
|
3
|
-
|
|
3
|
+
import { PropsWithAnalyticsOptions } from "../../../../../../../../libs/shared/src/interfaces";
|
|
4
|
+
declare type DropdownFilterProps = PropsWithAnalyticsOptions<{
|
|
4
5
|
filter: SearchFilter;
|
|
5
|
-
}
|
|
6
|
+
}>;
|
|
6
7
|
export declare function DropdownFilter(props: DropdownFilterProps): JSX.Element;
|
|
7
8
|
export {};
|
package/dist/projects/lite/src/apps/search/components/filter-types/radio-filter/RadioFilter.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { SearchFilter } from 'apps/search/interfaces';
|
|
3
|
-
|
|
3
|
+
import { PropsWithAnalyticsOptions } from "../../../../../../../../libs/shared/src/interfaces";
|
|
4
|
+
declare type RadioFilterProps = PropsWithAnalyticsOptions<{
|
|
4
5
|
filter: SearchFilter;
|
|
5
|
-
}
|
|
6
|
+
}>;
|
|
6
7
|
export declare function RadioFilter(props: RadioFilterProps): JSX.Element;
|
|
7
8
|
export {};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { SearchFilter } from 'apps/search/interfaces';
|
|
3
|
-
|
|
3
|
+
import { PropsWithAnalyticsOptions } from "../../../../../../../../../libs/shared/src/interfaces";
|
|
4
|
+
declare type YearLevelRadioFilterProps = PropsWithAnalyticsOptions<{
|
|
4
5
|
filter: SearchFilter;
|
|
5
|
-
}
|
|
6
|
+
}>;
|
|
6
7
|
export declare function YearLevelRadioFilter(props: YearLevelRadioFilterProps): JSX.Element;
|
|
7
8
|
export {};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
|
|
2
|
+
import { PropsWithAnalyticsOptions } from "../../../../../../../libs/shared/src/interfaces";
|
|
3
|
+
declare type ResetButtonProps = PropsWithAnalyticsOptions<{
|
|
3
4
|
currentQueryParam: string;
|
|
4
|
-
}
|
|
5
|
+
}>;
|
|
5
6
|
export declare function ResetButton(props: ResetButtonProps): JSX.Element;
|
|
6
7
|
export {};
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HashObject } from "../../../../../../../libs/common/src/react/interfaces/HashObject";
|
|
3
3
|
import { SearchFilter, MoreFilters } from 'apps/search/interfaces';
|
|
4
|
-
|
|
4
|
+
import { PropsWithAnalyticsOptions } from "../../../../../../../libs/shared/src/interfaces";
|
|
5
|
+
declare type SearchFiltersProps = PropsWithAnalyticsOptions<{
|
|
5
6
|
queryParams: HashObject;
|
|
6
7
|
mainFilters: SearchFilter[];
|
|
7
8
|
moreFilters?: MoreFilters;
|
|
8
9
|
hideHeading?: boolean;
|
|
9
|
-
}
|
|
10
|
+
}>;
|
|
10
11
|
export declare function SearchFilters(props: SearchFiltersProps): JSX.Element;
|
|
11
12
|
export {};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { SearchFilter, MoreFilters } from './SearchFilter';
|
|
2
|
-
|
|
2
|
+
import { PropsWithAnalyticsOptions } from "../../../../../../libs/shared/src/interfaces";
|
|
3
|
+
export declare type FilterProps = PropsWithAnalyticsOptions<{
|
|
3
4
|
filter: SearchFilter | MoreFilters;
|
|
4
|
-
}
|
|
5
|
+
}>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HashObject } from "../../../../../../libs/common/src/react/interfaces/HashObject";
|
|
3
|
-
import { SearchFilter, MoreFilters, FilterType,
|
|
3
|
+
import { SearchFilter, MoreFilters, FilterType, FilterOption } from 'apps/search/interfaces';
|
|
4
4
|
import { FilterStateHash, FilterPayloadType, FilterState } from 'apps/search/reducers';
|
|
5
5
|
import { MockYearLevel, MockClassroom } from 'apps/user-manager/interfaces';
|
|
6
6
|
interface WithStatementObject {
|
|
@@ -14,7 +14,9 @@ declare type FiltersDictionary = {
|
|
|
14
14
|
export declare const Filters: FiltersDictionary;
|
|
15
15
|
export declare const FilterHelper: {
|
|
16
16
|
getMoreFilters(): MoreFilters;
|
|
17
|
-
mapTypeToComponent(type: FilterType): (props:
|
|
17
|
+
mapTypeToComponent(type: FilterType): (props: import("../../../../../../libs/shared/src/interfaces").PropsWithAnalyticsOptions<{
|
|
18
|
+
filter: SearchFilter | MoreFilters;
|
|
19
|
+
}>) => JSX.Element;
|
|
18
20
|
deriveInitialStateFromQuery(queryParams?: HashObject<any>, mainFilters?: SearchFilter[], moreFilters?: MoreFilters): FilterStateHash;
|
|
19
21
|
hasActiveFilters(queryParams: HashObject<any>): boolean;
|
|
20
22
|
getLabel(filter: SearchFilter, filterState: FilterState): string;
|
|
@@ -9,8 +9,8 @@ export declare class SubjectApplication extends ReactApplication {
|
|
|
9
9
|
static get router(): any;
|
|
10
10
|
get channelName(): string;
|
|
11
11
|
protected get layoutOptions(): Core.LayoutOptions<TeacherLayoutViewOptions>;
|
|
12
|
-
classification(classificationId: string): void;
|
|
13
|
-
classificationSeries(classificationId: string, queryParams?: HashObject<string>): void;
|
|
12
|
+
classification(classificationId: string, slug?: string): void;
|
|
13
|
+
classificationSeries(classificationId: string, slug?: string, queryParams?: HashObject<string>): void;
|
|
14
14
|
preferences({ step }: HashObject): void;
|
|
15
15
|
protected onShowAlert(options?: ObjectHash): void;
|
|
16
16
|
}
|
|
@@ -2,6 +2,7 @@ import { Store } from 'redux';
|
|
|
2
2
|
import { Core } from "../../../../../../libs/common/src/backbone";
|
|
3
3
|
import { HashObject } from "../../../../../../libs/common/src/react/interfaces/HashObject";
|
|
4
4
|
import { VideoOrigin } from "../../../../../../libs/shared/src/enums/VideoOrigin";
|
|
5
|
+
import { SubtitleExtractionOptions } from "../../../../../../libs/shared/src/enums/SubtitleExtractionOptions";
|
|
5
6
|
import { PendingProcessOrigin } from "../../../../../../libs/shared/src/enums/PendingProcessOrigin";
|
|
6
7
|
import { BaseVideoUploadDataService } from "../../../../../../libs/shared/src/interfaces";
|
|
7
8
|
interface FlightVideoDataServiceOptions {
|
|
@@ -11,6 +12,9 @@ interface CompletePendingItemVideo {
|
|
|
11
12
|
name: string;
|
|
12
13
|
description?: string;
|
|
13
14
|
}
|
|
15
|
+
interface SubtitleOptions {
|
|
16
|
+
SubtitleExtractOptions: SubtitleExtractionOptions;
|
|
17
|
+
}
|
|
14
18
|
interface CompletePendingItemRequest {
|
|
15
19
|
id: string;
|
|
16
20
|
userId: string;
|
|
@@ -21,6 +25,7 @@ interface CompletePendingItemRequest {
|
|
|
21
25
|
pendingProcessOrigin: PendingProcessOrigin;
|
|
22
26
|
origin: VideoOrigin;
|
|
23
27
|
video: CompletePendingItemVideo;
|
|
28
|
+
subtitleOptions: SubtitleOptions;
|
|
24
29
|
}
|
|
25
30
|
export declare class FlightVideoUploadDataService implements BaseVideoUploadDataService {
|
|
26
31
|
private store;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {
|
|
2
|
+
import { PropsWithAnalyticsOptions, PropsWithPopupViewProps } from "../../../../../../../libs/shared/src/interfaces";
|
|
3
3
|
import { MockStudent } from 'apps/user-manager/interfaces';
|
|
4
|
-
|
|
4
|
+
declare type DeleteUploadedStudentPopupProps = PropsWithAnalyticsOptions<PropsWithPopupViewProps<{
|
|
5
5
|
student: MockStudent;
|
|
6
|
-
}
|
|
7
|
-
export declare function DeleteUploadedStudentPopup(props: DeleteUploadedStudentPopupProps
|
|
6
|
+
}>>;
|
|
7
|
+
export declare function DeleteUploadedStudentPopup(props: DeleteUploadedStudentPopupProps): JSX.Element;
|
|
8
8
|
export {};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {
|
|
2
|
+
import { PropsWithAnalyticsOptions, PropsWithPopupViewProps } from "../../../../../../../libs/shared/src/interfaces";
|
|
3
3
|
import { MockTeacher } from 'apps/user-manager/interfaces';
|
|
4
|
-
|
|
4
|
+
declare type DeleteUploadedTeacherPopupProps = PropsWithAnalyticsOptions<PropsWithPopupViewProps<{
|
|
5
5
|
teacher: MockTeacher;
|
|
6
|
-
}
|
|
7
|
-
export declare function DeleteUploadedTeacherPopup(props: DeleteUploadedTeacherPopupProps
|
|
6
|
+
}>>;
|
|
7
|
+
export declare function DeleteUploadedTeacherPopup(props: DeleteUploadedTeacherPopupProps): JSX.Element;
|
|
8
8
|
export {};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {
|
|
2
|
+
import { PropsWithPopupViewProps, PropsWithAnalyticsOptions } from "../../../../../../../libs/shared/src/interfaces";
|
|
3
3
|
import { MockStudent, MockTeacher } from 'apps/user-manager/interfaces';
|
|
4
4
|
import { MockUserType } from 'apps/user-manager/enums';
|
|
5
|
-
|
|
5
|
+
declare type EditUploadedUserPopupProps = PropsWithPopupViewProps<PropsWithAnalyticsOptions<{
|
|
6
6
|
user: MockStudent | MockTeacher;
|
|
7
7
|
userType: MockUserType;
|
|
8
8
|
title: string;
|
|
9
|
-
}
|
|
10
|
-
export declare function EditUploadedUserPopup(props: EditUploadedUserPopupProps
|
|
9
|
+
}>>;
|
|
10
|
+
export declare function EditUploadedUserPopup(props: EditUploadedUserPopupProps): JSX.Element;
|
|
11
11
|
export {};
|
package/dist/projects/lite/src/apps/user-manager/components/manage-users-list/ManageUsersList.d.ts
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
import { PropsWithAnalyticsOptions } from "../../../../../../../libs/shared/src/interfaces";
|
|
2
3
|
import { MockYearLevel, MockUserRole } from 'apps/user-manager/interfaces';
|
|
3
4
|
import { MockUserType } from 'apps/user-manager/enums';
|
|
4
|
-
|
|
5
|
+
declare type ManageUsersListProps = PropsWithAnalyticsOptions<{
|
|
5
6
|
users: any[];
|
|
6
7
|
userType: MockUserType;
|
|
7
8
|
yearLevels?: MockYearLevel[];
|
|
8
9
|
userRoles?: MockUserRole[];
|
|
9
|
-
}
|
|
10
|
+
}>;
|
|
10
11
|
export declare function ManageUsersList(props: ManageUsersListProps): JSX.Element;
|
|
11
12
|
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Flight } from "../../../../../../libs/common/src/react";
|
|
2
2
|
import { HashObject } from "../../../../../../libs/common/src/react/interfaces/HashObject";
|
|
3
|
-
import { EditUserRequest } from 'apps/user-manager/interfaces';
|
|
3
|
+
import { EditUserRequest, MockStudent, MockTeacher } from 'apps/user-manager/interfaces';
|
|
4
4
|
export declare const SchoolUserRequests: {
|
|
5
5
|
/**
|
|
6
6
|
* School student management
|
|
@@ -9,7 +9,7 @@ export declare const SchoolUserRequests: {
|
|
|
9
9
|
tempGetAllStudents(): Flight.SimulatedRequest;
|
|
10
10
|
removeStudentsFromSchool(ids: string[], onDone: () => void): Flight.SimulatedRequest;
|
|
11
11
|
getStudent(id: string): Flight.SimulatedRequest;
|
|
12
|
-
createStudent(user: EditUserRequest, success?: () => void, error?: () => void): Flight.SimulatedRequest;
|
|
12
|
+
createStudent(user: EditUserRequest, success?: (newUser: MockStudent) => void, error?: () => void): Flight.SimulatedRequest;
|
|
13
13
|
bulkCreateStudents(users: EditUserRequest[], success?: () => void, error?: () => void, always?: () => void): Flight.SimulatedRequest;
|
|
14
14
|
updateStudent(user: EditUserRequest, success?: () => void, error?: () => void): Flight.SimulatedRequest;
|
|
15
15
|
/**
|
|
@@ -18,7 +18,7 @@ export declare const SchoolUserRequests: {
|
|
|
18
18
|
getSchoolTeachers(queryObject?: HashObject<any>): Flight.SimulatedRequest;
|
|
19
19
|
removeTeachersFromSchool(ids: string[], onDone: () => void): Flight.SimulatedRequest;
|
|
20
20
|
getTeacher(id: string): Flight.SimulatedRequest;
|
|
21
|
-
createTeacher(user: EditUserRequest, success?: () => void, error?: () => void): Flight.SimulatedRequest;
|
|
21
|
+
createTeacher(user: EditUserRequest, success?: (user: MockTeacher) => void, error?: () => void): Flight.SimulatedRequest;
|
|
22
22
|
bulkCreateTeachers(users: EditUserRequest[], success?: () => void, error?: () => void, always?: () => void): Flight.SimulatedRequest;
|
|
23
23
|
updateTeacher(user: EditUserRequest, success?: () => void, error?: () => void): Flight.SimulatedRequest;
|
|
24
24
|
getUserRoles(): Flight.SimulatedRequest;
|
package/dist/projects/lite/src/apps/user-manager/views/create-student/CreateStudentView.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export declare function CreateStudentView(props: CreateStudentViewProps & PopupViewProps): React.ReactElement;
|
|
2
|
+
import { PropsWithAnalyticsOptions, PropsWithPopupViewProps } from "../../../../../../../libs/shared/src/interfaces";
|
|
3
|
+
declare type CreateStudentViewProps = PropsWithAnalyticsOptions<PropsWithPopupViewProps<{}>>;
|
|
4
|
+
export declare function CreateStudentView(props: CreateStudentViewProps): React.ReactElement;
|
|
6
5
|
export {};
|
package/dist/projects/lite/src/apps/user-manager/views/create-teacher/CreateTeacherView.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export declare function CreateTeacherView(props: CreateTeacherViewProps & PopupViewProps): React.ReactElement;
|
|
2
|
+
import { PropsWithAnalyticsOptions, PropsWithPopupViewProps } from "../../../../../../../libs/shared/src/interfaces";
|
|
3
|
+
declare type CreateTeacherViewProps = PropsWithAnalyticsOptions<PropsWithPopupViewProps<{}>>;
|
|
4
|
+
export declare function CreateTeacherView(props: CreateTeacherViewProps): React.ReactElement;
|
|
6
5
|
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import { PropsWithPopupViewProps, PropsWithAnalyticsOptions } from "../../../../../../../libs/shared/src/interfaces";
|
|
3
|
+
declare type EditStudentViewProps = PropsWithPopupViewProps<PropsWithAnalyticsOptions<{
|
|
4
4
|
id: string;
|
|
5
|
-
}
|
|
6
|
-
export declare function EditStudentView(props: EditStudentViewProps
|
|
5
|
+
}>>;
|
|
6
|
+
export declare function EditStudentView(props: EditStudentViewProps): React.ReactElement;
|
|
7
7
|
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import { PropsWithPopupViewProps, PropsWithAnalyticsOptions } from "../../../../../../../libs/shared/src/interfaces";
|
|
3
|
+
declare type EditTeacherViewProps = PropsWithPopupViewProps<PropsWithAnalyticsOptions<{
|
|
4
4
|
id: string;
|
|
5
|
-
}
|
|
6
|
-
export declare function EditTeacherView(props: EditTeacherViewProps
|
|
5
|
+
}>>;
|
|
6
|
+
export declare function EditTeacherView(props: EditTeacherViewProps): React.ReactElement;
|
|
7
7
|
export {};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import { PropsWithAnalyticsOptions, PropsWithPopupViewProps } from "../../../../../../../libs/shared/src/interfaces";
|
|
3
|
+
declare type RemoveUserViewProps = PropsWithAnalyticsOptions<PropsWithPopupViewProps<{
|
|
4
4
|
userIds: string[];
|
|
5
5
|
userType: 'student' | 'teacher';
|
|
6
|
-
}
|
|
7
|
-
export declare function RemoveUserView(props: RemoveUserViewProps
|
|
6
|
+
}>>;
|
|
7
|
+
export declare function RemoveUserView(props: RemoveUserViewProps): JSX.Element;
|
|
8
8
|
export {};
|
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import { PropsWithPopupViewProps, PropsWithAnalyticsOptions } from "../../../../../../../libs/shared/src/interfaces";
|
|
3
|
+
declare type StudentUploadReviewViewProps = PropsWithAnalyticsOptions<PropsWithPopupViewProps<{}>>;
|
|
4
|
+
export declare function StudentUploadReviewView(props: StudentUploadReviewViewProps): JSX.Element;
|
|
5
|
+
export {};
|