@clickview/player 0.0.26-dev.0 → 0.0.26-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/libs/analytics/src/Analytics.d.ts +10 -10
- package/dist/libs/analytics/src/AnalyticsHelper.d.ts +30 -30
- package/dist/libs/analytics/src/clients/CollectionApiClient.d.ts +47 -47
- package/dist/libs/analytics/src/constants/EventFirehose.d.ts +4 -4
- package/dist/libs/analytics/src/constants/GlobalChannels.d.ts +3 -3
- package/dist/libs/analytics/src/constants/Regions.d.ts +7 -7
- package/dist/libs/analytics/src/constants/Services.d.ts +4 -4
- package/dist/libs/analytics/src/enums/CountryCode.d.ts +6 -6
- package/dist/libs/analytics/src/enums/RegionName.d.ts +6 -6
- package/dist/libs/analytics/src/interfaces/AnalyticsTypes.d.ts +406 -406
- package/dist/libs/analytics/src/interfaces/AnalyticsUser.d.ts +19 -19
- package/dist/libs/analytics/src/interfaces/Config.d.ts +3 -3
- package/dist/libs/analytics/src/interfaces/Folder.d.ts +3 -3
- package/dist/libs/analytics/src/interfaces/HashObject.d.ts +3 -3
- package/dist/libs/analytics/src/interfaces/Owner.d.ts +3 -3
- package/dist/libs/analytics/src/interfaces/Playlist.d.ts +3 -3
- package/dist/libs/analytics/src/interfaces/Rating.d.ts +4 -4
- package/dist/libs/analytics/src/interfaces/Region.d.ts +4 -4
- package/dist/libs/analytics/src/interfaces/RegionalUrl.d.ts +6 -6
- package/dist/libs/analytics/src/interfaces/Resource.d.ts +5 -5
- package/dist/libs/analytics/src/interfaces/Series.d.ts +3 -3
- package/dist/libs/analytics/src/interfaces/Subtitle.d.ts +4 -4
- package/dist/libs/analytics/src/interfaces/VersionData.d.ts +4 -4
- package/dist/libs/analytics/src/interfaces/Video.d.ts +16 -16
- package/dist/libs/analytics/src/interfaces/index.d.ts +15 -15
- package/dist/libs/analytics/src/interfaces/primitives/BaseObject.d.ts +7 -7
- package/dist/libs/analytics/src/models/AnalyticsEvent.d.ts +49 -49
- package/dist/libs/analytics/src/models/CollectionEvent.d.ts +61 -61
- package/dist/libs/analytics/src/services/ContextService.d.ts +19 -19
- package/dist/libs/analytics/src/utils/CollectionApiClientHelper.d.ts +6 -6
- package/dist/libs/analytics/src/utils/DataFormatHelper.d.ts +14 -14
- package/dist/libs/analytics/src/utils/EventWhitelistHelper.d.ts +19 -19
- package/dist/libs/analytics/src/utils/ShareFormatHelper.d.ts +4 -4
- package/dist/libs/analytics/src/utils/TypeHelper.d.ts +4 -4
- package/dist/libs/analytics/src/utils/UploadDataFormatHelper.d.ts +10 -10
- package/dist/libs/analytics/src/utils/UrlHelper.d.ts +3 -3
- package/dist/libs/analytics/src/utils/UserAgentHelper.d.ts +10 -10
- package/dist/libs/common/src/backbone/constants/CommonChannels.d.ts +5 -5
- package/dist/libs/common/src/backbone/constants/CommonServices.d.ts +4 -4
- package/dist/libs/common/src/backbone/core/AppLink.d.ts +37 -37
- package/dist/libs/common/src/backbone/core/BaseAppRouter.d.ts +104 -104
- package/dist/libs/common/src/backbone/core/BaseApplication.d.ts +76 -76
- package/dist/libs/common/src/backbone/core/BaseBehavior.d.ts +6 -6
- package/dist/libs/common/src/backbone/core/BaseCollection.d.ts +7 -7
- package/dist/libs/common/src/backbone/core/BaseCollectionView.d.ts +16 -16
- package/dist/libs/common/src/backbone/core/BaseError.d.ts +28 -28
- package/dist/libs/common/src/backbone/core/BaseLayoutView.d.ts +11 -11
- package/dist/libs/common/src/backbone/core/BaseModel.d.ts +27 -27
- package/dist/libs/common/src/backbone/core/BaseNestedModel.d.ts +21 -21
- package/dist/libs/common/src/backbone/core/BaseService.d.ts +10 -10
- package/dist/libs/common/src/backbone/core/BaseView.d.ts +131 -131
- package/dist/libs/common/src/backbone/core/EventNames.d.ts +16 -16
- package/dist/libs/common/src/backbone/core/LayoutService.d.ts +31 -31
- package/dist/libs/common/src/backbone/core/ListenToRadio.d.ts +3 -3
- package/dist/libs/common/src/backbone/core/LocationUtils.d.ts +24 -24
- package/dist/libs/common/src/backbone/core/Middleware.d.ts +10 -10
- package/dist/libs/common/src/backbone/core/Shell.d.ts +79 -79
- package/dist/libs/common/src/backbone/core/Types.d.ts +12 -12
- package/dist/libs/common/src/backbone/core/index.d.ts +27 -27
- package/dist/libs/common/src/backbone/enums/DataServiceErrorType.d.ts +8 -8
- package/dist/libs/common/src/backbone/enums/HttpStatus.d.ts +17 -17
- package/dist/libs/common/src/backbone/enums/HttpVerbs.d.ts +6 -6
- package/dist/libs/common/src/backbone/errors/DevError.d.ts +4 -4
- package/dist/libs/common/src/backbone/index.d.ts +2 -2
- package/dist/libs/common/src/backbone/interfaces/BaseCollectionIdentifier.d.ts +19 -19
- package/dist/libs/common/src/backbone/interfaces/ChainableDataService.d.ts +9 -9
- package/dist/libs/common/src/backbone/interfaces/DataCache.d.ts +8 -8
- package/dist/libs/common/src/backbone/interfaces/DataProvider.d.ts +15 -15
- package/dist/libs/common/src/backbone/interfaces/DataServiceError.d.ts +7 -7
- package/dist/libs/common/src/backbone/interfaces/DataServiceRequests.d.ts +218 -218
- package/dist/libs/common/src/backbone/interfaces/Pagination.d.ts +33 -33
- package/dist/libs/common/src/backbone/interfaces/StickitBinding.d.ts +33 -33
- package/dist/libs/common/src/backbone/interfaces/Xhr.d.ts +9 -9
- package/dist/libs/common/src/backbone/interfaces/index.d.ts +9 -9
- package/dist/libs/common/src/backbone/services/EnvironmentVariables.d.ts +13 -13
- package/dist/libs/common/src/backbone/services/LanguageService.d.ts +38 -38
- package/dist/libs/common/src/backbone/utils/FunctionHelper.d.ts +8 -8
- package/dist/libs/common/src/backbone/utils/LocalStorageHelper.d.ts +58 -58
- package/dist/libs/common/src/backbone/utils/UrlHelper.d.ts +14 -14
- package/dist/libs/common/src/react/flight/FlightHelpers.d.ts +16 -16
- package/dist/libs/common/src/react/flight/FlightMiddleware.d.ts +12 -12
- package/dist/libs/common/src/react/flight/FlightReducer.d.ts +2 -2
- package/dist/libs/common/src/react/flight/FlightSimulator.d.ts +24 -24
- package/dist/libs/common/src/react/flight/constants/Actions.d.ts +7 -7
- package/dist/libs/common/src/react/flight/constants/index.d.ts +1 -1
- package/dist/libs/common/src/react/flight/data-layers/AjaxRequest.d.ts +2 -2
- package/dist/libs/common/src/react/flight/data-layers/index.d.ts +1 -1
- package/dist/libs/common/src/react/flight/enums/RequestStatus.d.ts +6 -6
- package/dist/libs/common/src/react/flight/enums/index.d.ts +1 -1
- package/dist/libs/common/src/react/flight/index.d.ts +9 -9
- package/dist/libs/common/src/react/flight/interfaces/Action.d.ts +28 -28
- package/dist/libs/common/src/react/flight/interfaces/Dispatch.d.ts +3 -3
- package/dist/libs/common/src/react/flight/interfaces/FlightState.d.ts +23 -23
- package/dist/libs/common/src/react/flight/interfaces/HttpRequest.d.ts +27 -27
- package/dist/libs/common/src/react/flight/interfaces/NormalizeOptions.d.ts +4 -4
- package/dist/libs/common/src/react/flight/interfaces/NormalizedData.d.ts +7 -7
- package/dist/libs/common/src/react/flight/interfaces/Request.d.ts +29 -29
- package/dist/libs/common/src/react/flight/interfaces/Response.d.ts +9 -9
- package/dist/libs/common/src/react/flight/interfaces/UpdateStateOptions.d.ts +15 -15
- package/dist/libs/common/src/react/flight/interfaces/index.d.ts +9 -9
- package/dist/libs/common/src/react/flight/normalizer/Denormalizer.d.ts +3 -3
- package/dist/libs/common/src/react/flight/normalizer/Normalizer.d.ts +8 -8
- package/dist/libs/common/src/react/flight/normalizer/index.d.ts +2 -2
- package/dist/libs/common/src/react/flight/utils/SimulatorHelper.d.ts +5 -5
- package/dist/libs/common/src/react/flight/utils/StateHelper.d.ts +11 -11
- package/dist/libs/common/src/react/flight/utils/index.d.ts +2 -2
- package/dist/libs/common/src/react/interfaces/ApplicationData.d.ts +3 -3
- package/dist/libs/common/src/react/interfaces/ApplicationState.d.ts +8 -8
- package/dist/libs/common/src/react/interfaces/BaseReducerActions.d.ts +4 -4
- package/dist/libs/common/src/react/interfaces/HashObject.d.ts +3 -3
- package/dist/libs/common/src/react/interfaces/index.d.ts +4 -4
- package/dist/libs/common/src/react/services/EventsService.d.ts +16 -16
- package/dist/libs/common/src/react/utils/ArrayHelper.d.ts +63 -64
- package/dist/libs/common/src/react/utils/ObjectHelper.d.ts +11 -11
- package/dist/libs/common/src/react/utils/RandomHelper.d.ts +3 -3
- package/dist/libs/common/src/react/utils/TextHelper.d.ts +18 -18
- package/dist/libs/common/src/react/utils/TimeHelper.d.ts +8 -8
- package/dist/libs/shared/src/apps/notifications/enums/NotificationType.d.ts +18 -18
- package/dist/libs/shared/src/apps/search/interfaces/FilterProps.d.ts +8 -8
- package/dist/libs/shared/src/apps/search/interfaces/SearchFilter.d.ts +29 -29
- package/dist/libs/shared/src/apps/search/interfaces/SearchResults.d.ts +26 -26
- package/dist/libs/shared/src/apps/search/interfaces/SearchTypes.d.ts +26 -26
- package/dist/libs/shared/src/apps/search/interfaces/index.d.ts +4 -4
- package/dist/libs/shared/src/apps/search/reducers/FilterReducer.d.ts +36 -36
- package/dist/libs/shared/src/apps/search/reducers/index.d.ts +1 -1
- package/dist/libs/shared/src/apps/upload/constants/UploadConstants.d.ts +43 -43
- package/dist/libs/shared/src/components/actions/ActionButton.d.ts +21 -21
- package/dist/libs/shared/src/components/actions/Actions.d.ts +30 -30
- package/dist/libs/shared/src/components/actions/ActionsDropdown.d.ts +15 -15
- package/dist/libs/shared/src/components/app-link/AppLink.d.ts +23 -23
- package/dist/libs/shared/src/components/avatar/Avatar.d.ts +8 -8
- package/dist/libs/shared/src/components/div-button/DivButton.d.ts +10 -10
- package/dist/libs/shared/src/components/feedback-tooltip/FeedbackTooltip.d.ts +6 -6
- package/dist/libs/shared/src/components/icon-button/IconButton.d.ts +24 -24
- package/dist/libs/shared/src/components/image/BaseImage.d.ts +21 -21
- package/dist/libs/shared/src/components/image-cropper/SimpleCropper.d.ts +15 -15
- package/dist/libs/shared/src/components/immersive-reader/ImmersiveReader.d.ts +16 -16
- package/dist/libs/shared/src/components/interaction-answers/multiple-choice/MultipleChoiceInteractionAnswers.d.ts +29 -29
- package/dist/libs/shared/src/components/interaction-answers/true-or-false/TrueOrFalseInteractionAnswers.d.ts +29 -29
- package/dist/libs/shared/src/components/interaction-response/InteractionResponse.d.ts +19 -19
- package/dist/libs/shared/src/components/interaction-response/InteractionResponseCorrectness.d.ts +7 -7
- package/dist/libs/shared/src/components/interaction-response/InteractionStudentDetailsHeader.d.ts +10 -10
- package/dist/libs/shared/src/components/interaction-response/MarkResponse.d.ts +12 -12
- package/dist/libs/shared/src/components/interaction-response/response-types/MissingWordResponse.d.ts +3 -3
- package/dist/libs/shared/src/components/interaction-response/response-types/MultipleChoiceResponse.d.ts +3 -3
- package/dist/libs/shared/src/components/interaction-response/response-types/NoResponse.d.ts +2 -2
- package/dist/libs/shared/src/components/interaction-response/response-types/ResponseComponentLookup.d.ts +15 -15
- package/dist/libs/shared/src/components/interaction-response/response-types/ShortAnswerResponse.d.ts +3 -3
- package/dist/libs/shared/src/components/interaction-response/response-types/TrueOrFalseResponse.d.ts +3 -3
- package/dist/libs/shared/src/components/interactive-questions/InteractionLabel.d.ts +21 -21
- package/dist/libs/shared/src/components/interactive-questions/InteractiveQuestions.d.ts +12 -12
- package/dist/libs/shared/src/components/interactive-questions/formatAnnotationText.d.ts +1 -1
- package/dist/libs/shared/src/components/lazy-image/LazyImage.d.ts +8 -8
- package/dist/libs/shared/src/components/popup/Popup.d.ts +37 -37
- package/dist/libs/shared/src/components/popup/PopupButtons.d.ts +15 -15
- package/dist/libs/shared/src/components/popup/PopupLoadingSpinner.d.ts +2 -2
- package/dist/libs/shared/src/components/spinner-button/SpinnerButton.d.ts +8 -8
- package/dist/libs/shared/src/components/svg-container/SvgContainer.d.ts +23 -23
- package/dist/libs/shared/src/components/svgs/interaction-types/InteractionTypes.d.ts +7 -7
- package/dist/libs/shared/src/components/text/Text.d.ts +20 -20
- package/dist/libs/shared/src/components/tooltip/Tooltip.d.ts +19 -19
- package/dist/libs/shared/src/components/widgets/items/FixedWidgetItemProps.d.ts +18 -18
- package/dist/libs/shared/src/components/widgets/items/resource-widget-item/ResourceWidgetItem.d.ts +17 -17
- package/dist/libs/shared/src/constants/AppVariables.d.ts +5 -5
- package/dist/libs/shared/src/constants/ImageSizes.d.ts +8 -8
- package/dist/libs/shared/src/constants/RadioChannels.d.ts +20 -20
- package/dist/libs/shared/src/enums/ClassificationStatus.d.ts +5 -5
- package/dist/libs/shared/src/enums/ClassificationType.d.ts +8 -8
- package/dist/libs/shared/src/enums/ContentRegion.d.ts +8 -8
- package/dist/libs/shared/src/enums/CountryCode.d.ts +6 -6
- package/dist/libs/shared/src/enums/CurationStatus.d.ts +12 -12
- package/dist/libs/shared/src/enums/CurriculumType.d.ts +6 -6
- package/dist/libs/shared/src/enums/CustomerType.d.ts +13 -13
- package/dist/libs/shared/src/enums/GlanceFormat.d.ts +3 -3
- package/dist/libs/shared/src/enums/Images.d.ts +29 -29
- package/dist/libs/shared/src/enums/InstanceRegion.d.ts +6 -6
- package/dist/libs/shared/src/enums/InteractionCorrectness.d.ts +8 -8
- package/dist/libs/shared/src/enums/InteractiveAnswerStatus.d.ts +5 -5
- package/dist/libs/shared/src/enums/InteractiveOriginType.d.ts +4 -4
- package/dist/libs/shared/src/enums/LibraryType.d.ts +5 -5
- package/dist/libs/shared/src/enums/MasterType.d.ts +62 -62
- package/dist/libs/shared/src/enums/MediaQueries.d.ts +20 -20
- package/dist/libs/shared/src/enums/ObjectStatus.d.ts +5 -5
- package/dist/libs/shared/src/enums/PlaylistPrivacy.d.ts +5 -5
- package/dist/libs/shared/src/enums/PresentationStatus.d.ts +4 -4
- package/dist/libs/shared/src/enums/PresentationType.d.ts +4 -4
- package/dist/libs/shared/src/enums/ProductId.d.ts +7 -7
- package/dist/libs/shared/src/enums/ResourceFileType.d.ts +9 -9
- package/dist/libs/shared/src/enums/SettingKind.d.ts +4 -4
- package/dist/libs/shared/src/enums/SettingName.d.ts +34 -34
- package/dist/libs/shared/src/enums/ShareActivityStatus.d.ts +5 -5
- package/dist/libs/shared/src/enums/ShareIntegration.d.ts +4 -4
- package/dist/libs/shared/src/enums/ShareLinkStatus.d.ts +4 -4
- package/dist/libs/shared/src/enums/ShareType.d.ts +4 -4
- package/dist/libs/shared/src/enums/StaffRequestRole.d.ts +5 -5
- package/dist/libs/shared/src/enums/SupportArticle.d.ts +16 -16
- package/dist/libs/shared/src/enums/TagType.d.ts +3 -3
- package/dist/libs/shared/src/enums/ThemeType.d.ts +3 -3
- package/dist/libs/shared/src/enums/UserGroup.d.ts +5 -5
- package/dist/libs/shared/src/enums/UserRole.d.ts +15 -15
- package/dist/libs/shared/src/enums/WidgetContents.d.ts +13 -13
- package/dist/libs/shared/src/errors/primitives/DialogError.d.ts +9 -9
- package/dist/libs/shared/src/hooks/UseGetMediaQueryString.d.ts +2 -2
- package/dist/libs/shared/src/hooks/UseGrabCursorProps.d.ts +15 -15
- package/dist/libs/shared/src/hooks/UseLazyLoad.d.ts +22 -22
- package/dist/libs/shared/src/hooks/UseMediaQuery.d.ts +1 -1
- package/dist/libs/shared/src/hooks/UseVideoDragDropState.d.ts +6 -6
- package/dist/libs/shared/src/hooks/useNavLock.d.ts +14 -14
- package/dist/libs/shared/src/images/svg/ImportedSvgs.d.ts +105 -105
- package/dist/libs/shared/src/images/svg/actions/index.d.ts +28 -28
- package/dist/libs/shared/src/images/svg/arrows/index.d.ts +9 -9
- package/dist/libs/shared/src/images/svg/index.d.ts +2 -2
- package/dist/libs/shared/src/images/svg/objects/index.d.ts +50 -50
- package/dist/libs/shared/src/images/svg/settings.d.ts +1 -1
- package/dist/libs/shared/src/images/svg/status/index.d.ts +14 -14
- package/dist/libs/shared/src/interfaces/AppLinkWithLabel.d.ts +5 -5
- package/dist/libs/shared/src/interfaces/CurriculumData.d.ts +8 -8
- package/dist/libs/shared/src/interfaces/DateRange.d.ts +8 -8
- package/dist/libs/shared/src/interfaces/DefaultPlaybackQuality.d.ts +1 -1
- package/dist/libs/shared/src/interfaces/DialogOptions.d.ts +13 -13
- package/dist/libs/shared/src/interfaces/FavouriteFunc.d.ts +2 -2
- package/dist/libs/shared/src/interfaces/ImageUrls.d.ts +16 -16
- package/dist/libs/shared/src/interfaces/Integration.d.ts +8 -8
- package/dist/libs/shared/src/interfaces/QueryParams.d.ts +3 -3
- package/dist/libs/shared/src/interfaces/RegionalUrl.d.ts +6 -6
- package/dist/libs/shared/src/interfaces/SetActivityStatusFunc.d.ts +3 -3
- package/dist/libs/shared/src/interfaces/VideoTypes.d.ts +2 -2
- package/dist/libs/shared/src/interfaces/WidgetContext.d.ts +9 -9
- package/dist/libs/shared/src/interfaces/app-variables/BaseNotificationsAppVariables.d.ts +19 -19
- package/dist/libs/shared/src/interfaces/app-variables/BaseSearchAppVariables.d.ts +18 -18
- package/dist/libs/shared/src/interfaces/app-variables/index.d.ts +2 -2
- package/dist/libs/shared/src/interfaces/collections/AudienceCollection.d.ts +4 -4
- package/dist/libs/shared/src/interfaces/collections/CategoryCollection.d.ts +4 -4
- package/dist/libs/shared/src/interfaces/collections/ClassificationCollection.d.ts +4 -4
- package/dist/libs/shared/src/interfaces/collections/ClassroomCollection.d.ts +4 -4
- package/dist/libs/shared/src/interfaces/collections/ClassroomGroupCollection.d.ts +4 -4
- package/dist/libs/shared/src/interfaces/collections/ClipCollection.d.ts +4 -4
- package/dist/libs/shared/src/interfaces/collections/CompanyCollection.d.ts +3 -3
- package/dist/libs/shared/src/interfaces/collections/CustomerCollection.d.ts +4 -4
- package/dist/libs/shared/src/interfaces/collections/DirectShareCollection.d.ts +3 -3
- package/dist/libs/shared/src/interfaces/collections/FolderCollection.d.ts +4 -4
- package/dist/libs/shared/src/interfaces/collections/InteractiveCollection.d.ts +4 -4
- package/dist/libs/shared/src/interfaces/collections/LibraryCollection.d.ts +4 -4
- package/dist/libs/shared/src/interfaces/collections/LinkCollection.d.ts +4 -4
- package/dist/libs/shared/src/interfaces/collections/PersonCollection.d.ts +3 -3
- package/dist/libs/shared/src/interfaces/collections/PlaylistCollection.d.ts +4 -4
- package/dist/libs/shared/src/interfaces/collections/PointOfInterestCollection.d.ts +3 -3
- package/dist/libs/shared/src/interfaces/collections/PresentationAudienceCollection.d.ts +4 -4
- package/dist/libs/shared/src/interfaces/collections/ResourceCollection.d.ts +3 -3
- package/dist/libs/shared/src/interfaces/collections/SeriesCollection.d.ts +4 -4
- package/dist/libs/shared/src/interfaces/collections/SubtitleCollection.d.ts +3 -3
- package/dist/libs/shared/src/interfaces/collections/TagCollection.d.ts +4 -4
- package/dist/libs/shared/src/interfaces/collections/UnionShareObjectCollection.d.ts +3 -3
- package/dist/libs/shared/src/interfaces/collections/UserCollection.d.ts +3 -3
- package/dist/libs/shared/src/interfaces/collections/VideoCollection.d.ts +4 -4
- package/dist/libs/shared/src/interfaces/collections/VideoHistoryCollection.d.ts +4 -4
- package/dist/libs/shared/src/interfaces/collections/WidgetCollection.d.ts +3 -3
- package/dist/libs/shared/src/interfaces/collections/YearGroupCollection.d.ts +3 -3
- package/dist/libs/shared/src/interfaces/collections/index.d.ts +29 -29
- package/dist/libs/shared/src/interfaces/collections/primitives/BasePaginatedCollection.d.ts +7 -7
- package/dist/libs/shared/src/interfaces/collections/primitives/index.d.ts +1 -1
- package/dist/libs/shared/src/interfaces/index.d.ts +21 -21
- package/dist/libs/shared/src/interfaces/models/Audience.d.ts +3 -3
- package/dist/libs/shared/src/interfaces/models/Avatar.d.ts +3 -3
- package/dist/libs/shared/src/interfaces/models/Banner.d.ts +3 -3
- package/dist/libs/shared/src/interfaces/models/BaseShareObject.d.ts +13 -13
- package/dist/libs/shared/src/interfaces/models/Category.d.ts +3 -3
- package/dist/libs/shared/src/interfaces/models/CategoryTree.d.ts +3 -3
- package/dist/libs/shared/src/interfaces/models/Channel.d.ts +3 -3
- package/dist/libs/shared/src/interfaces/models/Classification.d.ts +23 -23
- package/dist/libs/shared/src/interfaces/models/Classroom.d.ts +11 -11
- package/dist/libs/shared/src/interfaces/models/ClassroomGroup.d.ts +17 -17
- package/dist/libs/shared/src/interfaces/models/Clip.d.ts +18 -18
- package/dist/libs/shared/src/interfaces/models/Company.d.ts +3 -3
- package/dist/libs/shared/src/interfaces/models/Config.d.ts +28 -28
- package/dist/libs/shared/src/interfaces/models/ContentRegionObject.d.ts +5 -5
- package/dist/libs/shared/src/interfaces/models/Country.d.ts +5 -5
- package/dist/libs/shared/src/interfaces/models/Cover.d.ts +3 -3
- package/dist/libs/shared/src/interfaces/models/Curriculum.d.ts +16 -16
- package/dist/libs/shared/src/interfaces/models/Customer.d.ts +10 -10
- package/dist/libs/shared/src/interfaces/models/Dashboard.d.ts +8 -8
- package/dist/libs/shared/src/interfaces/models/DirectShare.d.ts +9 -9
- package/dist/libs/shared/src/interfaces/models/EntitySetting.d.ts +9 -9
- package/dist/libs/shared/src/interfaces/models/FileUpload.d.ts +20 -20
- package/dist/libs/shared/src/interfaces/models/Folder.d.ts +7 -7
- package/dist/libs/shared/src/interfaces/models/Following.d.ts +4 -4
- package/dist/libs/shared/src/interfaces/models/Glance.d.ts +9 -9
- package/dist/libs/shared/src/interfaces/models/Group.d.ts +3 -3
- package/dist/libs/shared/src/interfaces/models/HeroBanner.d.ts +3 -3
- package/dist/libs/shared/src/interfaces/models/Image.d.ts +7 -7
- package/dist/libs/shared/src/interfaces/models/InteractiveMetadata.d.ts +30 -30
- package/dist/libs/shared/src/interfaces/models/Language.d.ts +4 -4
- package/dist/libs/shared/src/interfaces/models/LanguageConfig.d.ts +5 -5
- package/dist/libs/shared/src/interfaces/models/Library.d.ts +10 -10
- package/dist/libs/shared/src/interfaces/models/Link.d.ts +4 -4
- package/dist/libs/shared/src/interfaces/models/Logo.d.ts +3 -3
- package/dist/libs/shared/src/interfaces/models/MasterNestedObject.d.ts +5 -5
- package/dist/libs/shared/src/interfaces/models/Organisation.d.ts +3 -3
- package/dist/libs/shared/src/interfaces/models/Pdf.d.ts +4 -4
- package/dist/libs/shared/src/interfaces/models/Person.d.ts +3 -3
- package/dist/libs/shared/src/interfaces/models/PlayerViewKey.d.ts +3 -3
- package/dist/libs/shared/src/interfaces/models/Playlist.d.ts +22 -22
- package/dist/libs/shared/src/interfaces/models/PointOfInterest.d.ts +6 -6
- package/dist/libs/shared/src/interfaces/models/Poster.d.ts +3 -3
- package/dist/libs/shared/src/interfaces/models/Presentation.d.ts +9 -9
- package/dist/libs/shared/src/interfaces/models/PresentationAudience.d.ts +6 -6
- package/dist/libs/shared/src/interfaces/models/Product.d.ts +8 -8
- package/dist/libs/shared/src/interfaces/models/Rating.d.ts +5 -5
- package/dist/libs/shared/src/interfaces/models/Resource.d.ts +17 -17
- package/dist/libs/shared/src/interfaces/models/Restriction.d.ts +6 -6
- package/dist/libs/shared/src/interfaces/models/Season.d.ts +4 -4
- package/dist/libs/shared/src/interfaces/models/Series.d.ts +13 -13
- package/dist/libs/shared/src/interfaces/models/Share.d.ts +9 -9
- package/dist/libs/shared/src/interfaces/models/ShareLink.d.ts +13 -13
- package/dist/libs/shared/src/interfaces/models/ShareRecipient.d.ts +6 -6
- package/dist/libs/shared/src/interfaces/models/Subject.d.ts +13 -13
- package/dist/libs/shared/src/interfaces/models/Subtitle.d.ts +7 -7
- package/dist/libs/shared/src/interfaces/models/Tag.d.ts +8 -8
- package/dist/libs/shared/src/interfaces/models/TallPoster.d.ts +3 -3
- package/dist/libs/shared/src/interfaces/models/Theme.d.ts +23 -23
- package/dist/libs/shared/src/interfaces/models/Thumbnail.d.ts +6 -6
- package/dist/libs/shared/src/interfaces/models/UnionShareObject.d.ts +2 -2
- package/dist/libs/shared/src/interfaces/models/User.d.ts +112 -112
- package/dist/libs/shared/src/interfaces/models/UserChannel.d.ts +7 -7
- package/dist/libs/shared/src/interfaces/models/Video.d.ts +49 -49
- package/dist/libs/shared/src/interfaces/models/VideoHistory.d.ts +14 -14
- package/dist/libs/shared/src/interfaces/models/Widget.d.ts +16 -16
- package/dist/libs/shared/src/interfaces/models/YearGroup.d.ts +7 -7
- package/dist/libs/shared/src/interfaces/models/index.d.ts +70 -70
- package/dist/libs/shared/src/interfaces/models/interactive/ActionableItem.d.ts +6 -6
- package/dist/libs/shared/src/interfaces/models/interactive/Interaction.d.ts +14 -14
- package/dist/libs/shared/src/interfaces/models/interactive/InteractionTypeId.d.ts +8 -8
- package/dist/libs/shared/src/interfaces/models/interactive/Interactive.d.ts +7 -7
- package/dist/libs/shared/src/interfaces/models/interactive/Timepoint.d.ts +9 -9
- package/dist/libs/shared/src/interfaces/models/interactive/index.d.ts +5 -5
- package/dist/libs/shared/src/interfaces/models/interactive-results/InteractiveResult.d.ts +5 -5
- package/dist/libs/shared/src/interfaces/models/interactive-results/InteractiveResultSet.d.ts +11 -11
- package/dist/libs/shared/src/interfaces/models/interactive-results/StudentAnswer.d.ts +9 -9
- package/dist/libs/shared/src/interfaces/models/interactive-results/StudentAttempt.d.ts +6 -6
- package/dist/libs/shared/src/interfaces/models/interactive-results/StudentResult.d.ts +7 -7
- package/dist/libs/shared/src/interfaces/models/interactive-results/index.d.ts +5 -5
- package/dist/libs/shared/src/interfaces/models/primitives/BaseObject.d.ts +10 -10
- package/dist/libs/shared/src/interfaces/models/primitives/VirtualObject.d.ts +5 -5
- package/dist/libs/shared/src/interfaces/models/primitives/index.d.ts +2 -2
- package/dist/libs/shared/src/interfaces/props/ViewProps.d.ts +8 -8
- package/dist/libs/shared/src/interfaces/props/index.d.ts +1 -1
- package/dist/libs/shared/src/interfaces/requests/CreateInteractiveMetadataRequest.d.ts +12 -12
- package/dist/libs/shared/src/interfaces/requests/CreateInteractiveRequest.d.ts +5 -5
- package/dist/libs/shared/src/interfaces/requests/CreateOrUpdateClipRequest.d.ts +6 -6
- package/dist/libs/shared/src/interfaces/requests/EditDetailsRequest.d.ts +5 -5
- package/dist/libs/shared/src/interfaces/requests/EditInteractiveMetadataOriginRequest.d.ts +5 -5
- package/dist/libs/shared/src/interfaces/requests/EditInteractiveMetadataRequest.d.ts +6 -6
- package/dist/libs/shared/src/interfaces/requests/EditInteractiveRequest.d.ts +6 -6
- package/dist/libs/shared/src/interfaces/requests/ReorderRequest.d.ts +12 -12
- package/dist/libs/shared/src/interfaces/requests/UpdateObjectChannel.d.ts +3 -3
- package/dist/libs/shared/src/interfaces/requests/UpdateObjectRating.d.ts +3 -3
- package/dist/libs/shared/src/interfaces/requests/UpdateResourceRequest.d.ts +3 -3
- package/dist/libs/shared/src/interfaces/requests/UpdateVideoRequest.d.ts +9 -9
- package/dist/libs/shared/src/interfaces/requests/index.d.ts +12 -12
- package/dist/libs/shared/src/interfaces/responses/ShareSearchResponse.d.ts +5 -5
- package/dist/libs/shared/src/interfaces/responses/UnionWrapper.d.ts +4 -4
- package/dist/libs/shared/src/interfaces/responses/index.d.ts +2 -2
- package/dist/libs/shared/src/interfaces/services/BaseConfigDataService.d.ts +5 -5
- package/dist/libs/shared/src/interfaces/services/BaseLibraryDataService.d.ts +5 -5
- package/dist/libs/shared/src/interfaces/services/BaseSeriesDataService.d.ts +4 -4
- package/dist/libs/shared/src/interfaces/services/BaseSettingsDataService.d.ts +7 -7
- package/dist/libs/shared/src/interfaces/services/BaseUserDataService.d.ts +6 -6
- package/dist/libs/shared/src/interfaces/services/BaseVideoDataService.d.ts +5 -5
- package/dist/libs/shared/src/interfaces/services/BaseVideoUploadDataService.d.ts +8 -8
- package/dist/libs/shared/src/interfaces/services/index.d.ts +7 -7
- package/dist/libs/shared/src/utils/ArticleHelper.d.ts +5 -5
- package/dist/libs/shared/src/utils/DialogHelper.d.ts +25 -25
- package/dist/libs/shared/src/utils/DurationHelper.d.ts +7 -7
- package/dist/libs/shared/src/utils/ImageHelper.d.ts +33 -33
- package/dist/libs/shared/src/utils/ImageSelectHelper.d.ts +7 -7
- package/dist/libs/shared/src/utils/InteractiveCorrectnessHelper.d.ts +18 -18
- package/dist/libs/shared/src/utils/InteractiveHelper.d.ts +12 -12
- package/dist/libs/shared/src/utils/SvgHelper.d.ts +18 -18
- package/dist/libs/shared/src/utils/UserHelper.d.ts +20 -20
- package/dist/libs/shared/src/utils/interaction-type-helper/InteractionTypeHelper.d.ts +16 -16
- package/dist/player-app.js +2 -2
- package/dist/projects/player/src/components/chapter-bar-items/chapter-bar-item.d.ts +80 -80
- package/dist/projects/player/src/components/chapter-bar-items/chapter-bar-items.d.ts +56 -56
- package/dist/projects/player/src/components/chapter-bar-items/chapter-bar-load-progress.d.ts +55 -55
- package/dist/projects/player/src/components/chapter-bar-items/chapter-bar-play-progress.d.ts +55 -55
- package/dist/projects/player/src/components/chapter-seek-bar/chapter-seek-bar.d.ts +1 -1
- package/dist/projects/player/src/components/chapters-button/chapter-menu-item.d.ts +60 -60
- package/dist/projects/player/src/components/chapters-button/chapters-button.d.ts +1 -1
- package/dist/projects/player/src/components/cog-button/cog-button.d.ts +49 -49
- package/dist/projects/player/src/components/cog-button/collapsible-heading-menu-item.d.ts +15 -15
- package/dist/projects/player/src/components/collapserator/collapserator.d.ts +6 -6
- package/dist/projects/player/src/components/keyboard-shortcuts-button/keyboard-shortcuts-button.d.ts +1 -1
- package/dist/projects/player/src/components/landing-splash/landing-splash.d.ts +65 -65
- package/dist/projects/player/src/components/landing-splash/metadata/splash-metadata.d.ts +63 -63
- package/dist/projects/player/src/components/landing-splash/metadata/splash-title/splash-title.d.ts +62 -62
- package/dist/projects/player/src/components/landing-splash/metadata/splash-warning/splash-warning.d.ts +60 -60
- package/dist/projects/player/src/components/logo/clickview-logo.d.ts +1 -1
- package/dist/projects/player/src/components/menu/menu.d.ts +23 -23
- package/dist/projects/player/src/components/menu-button/menu-button.d.ts +1 -1
- package/dist/projects/player/src/components/mouse-time-display/mouse-time-display.d.ts +16 -16
- package/dist/projects/player/src/components/next-video-menu-item/next-video-menu-item.d.ts +1 -1
- package/dist/projects/player/src/components/play-pause-feedback/play-pause-feedback.d.ts +1 -1
- package/dist/projects/player/src/components/play-toggle/play-toggle.d.ts +1 -1
- package/dist/projects/player/src/components/playback-rate-button/playback-rate-button.d.ts +1 -1
- package/dist/projects/player/src/components/player/player.d.ts +17 -17
- package/dist/projects/player/src/components/progress-control/progress-control.d.ts +12 -12
- package/dist/projects/player/src/components/quality-selector/quality-button.d.ts +1 -1
- package/dist/projects/player/src/components/quality-selector/quality-menu-item.d.ts +19 -19
- package/dist/projects/player/src/components/seek-bar/seek-bar.d.ts +1 -1
- package/dist/projects/player/src/components/subs-caps-button/SubCapsMenuItem.d.ts +52 -52
- package/dist/projects/player/src/components/subs-caps-button/subs-caps-button.d.ts +1 -1
- package/dist/projects/player/src/components/subs-caps-button/subtitle-search-menu-item.d.ts +55 -55
- package/dist/projects/player/src/components/subs-caps-button/subtitle-size-menu-item.d.ts +53 -53
- package/dist/projects/player/src/components/subtitle-search-button/subtitle-result-menu-item.d.ts +15 -15
- package/dist/projects/player/src/components/subtitle-search-button/subtitle-search-button.d.ts +32 -32
- package/dist/projects/player/src/components/subtitle-search-button/subtitle-search-input.d.ts +28 -28
- package/dist/projects/player/src/components/subtitle-size-button/subtitle-size-button.d.ts +1 -1
- package/dist/projects/player/src/components/text-track-button/off-text-track-menu-item.d.ts +1 -1
- package/dist/projects/player/src/components/text-track-button/text-track-button.d.ts +1 -1
- package/dist/projects/player/src/components/text-track-settings/text-track-settings.d.ts +56 -56
- package/dist/projects/player/src/components/thumbnail-display/thumbnail-display.d.ts +67 -67
- package/dist/projects/player/src/components/time-tooltip/time-tooltip.d.ts +17 -17
- package/dist/projects/player/src/components/time-wrapper/time-wrapper.d.ts +1 -1
- package/dist/projects/player/src/index.d.ts +9 -9
- package/dist/projects/player/src/interfaces/CollapsibleComponent.d.ts +10 -10
- package/dist/projects/player/src/interfaces/NextVideo.d.ts +4 -4
- package/dist/projects/player/src/interfaces/models/ApiError.d.ts +4 -4
- package/dist/projects/player/src/interfaces/models/ClipData.d.ts +4 -4
- package/dist/projects/player/src/interfaces/models/Config.d.ts +7 -7
- package/dist/projects/player/src/interfaces/models/PlaybackObject.d.ts +69 -69
- package/dist/projects/player/src/players/base-player.d.ts +114 -114
- package/dist/projects/player/src/players/create-clip-player.d.ts +20 -20
- package/dist/projects/player/src/players/interactive-player.d.ts +53 -53
- package/dist/projects/player/src/players/player.d.ts +29 -29
- package/dist/projects/player/src/players/reports/reports-player.d.ts +23 -23
- package/dist/projects/player/src/plugins/activity-status-plugin/activity-status-plugin.d.ts +29 -29
- package/dist/projects/player/src/plugins/activity-status-plugin/components/activity-status-button.d.ts +20 -20
- package/dist/projects/player/src/plugins/chromecast-plugin/chromecast-plugin.d.ts +11 -11
- package/dist/projects/player/src/plugins/chromecast-plugin/components/chromecast-button.d.ts +1 -1
- package/dist/projects/player/src/plugins/chromecast-plugin/session-manager.d.ts +73 -73
- package/dist/projects/player/src/plugins/chromecast-plugin/tech/chromecast-tech-ui/chromecast-tech-ui.d.ts +67 -67
- package/dist/projects/player/src/plugins/chromecast-plugin/tech/chromecast-tech.d.ts +1 -1
- package/dist/projects/player/src/plugins/clip-plugin/clip-plugin.d.ts +50 -50
- package/dist/projects/player/src/plugins/create-clip-button-plugin/components/create-clip-button.d.ts +1 -1
- package/dist/projects/player/src/plugins/create-clip-button-plugin/create-clip-button-plugin.d.ts +10 -10
- package/dist/projects/player/src/plugins/create-clip-plugin/components/clip-timepoint-selector/clip-timepoint-selector-handle.d.ts +54 -54
- package/dist/projects/player/src/plugins/create-clip-plugin/components/clip-timepoint-selector/clip-timepoint-selector.d.ts +93 -93
- package/dist/projects/player/src/plugins/create-clip-plugin/components/create-clip-progress-indicator/create-clip-progress-indicator.d.ts +67 -67
- package/dist/projects/player/src/plugins/create-clip-plugin/components/create-clip-seek-bar/create-clip-seek-bar.d.ts +14 -14
- package/dist/projects/player/src/plugins/create-clip-plugin/create-clip-plugin.d.ts +14 -14
- package/dist/projects/player/src/plugins/engagement-overlay-plugin/components/engagement-overlay/engagement-overlay-chart-options.d.ts +7 -7
- package/dist/projects/player/src/plugins/engagement-overlay-plugin/components/engagement-overlay/engagement-overlay.d.ts +73 -73
- package/dist/projects/player/src/plugins/engagement-overlay-plugin/components/engagement-overlay-menu-item/engagement-overlay-menu-item.d.ts +31 -31
- package/dist/projects/player/src/plugins/engagement-overlay-plugin/components/timepoint-interactions/timepoint-interactions.d.ts +8 -8
- package/dist/projects/player/src/plugins/engagement-overlay-plugin/engagement-overlay-plugin.d.ts +35 -35
- package/dist/projects/player/src/plugins/favourite-plugin/components/favourite-button.d.ts +19 -19
- package/dist/projects/player/src/plugins/favourite-plugin/favourite-plugin.d.ts +28 -28
- package/dist/projects/player/src/plugins/fullscreen-on-rotate-plugin/fullscreen-on-rotate-plugin.d.ts +30 -30
- package/dist/projects/player/src/plugins/interactive-plugin/components/add-question-button/add-question-button.d.ts +8 -8
- package/dist/projects/player/src/plugins/interactive-plugin/components/continue-session/continue-session.d.ts +8 -8
- package/dist/projects/player/src/plugins/interactive-plugin/components/create-components/create-annotation/create-annotation-helpers.d.ts +9 -9
- package/dist/projects/player/src/plugins/interactive-plugin/components/create-components/create-annotation/create-annotation-link.d.ts +13 -13
- package/dist/projects/player/src/plugins/interactive-plugin/components/create-components/create-annotation/create-annotation.d.ts +12 -12
- package/dist/projects/player/src/plugins/interactive-plugin/components/create-components/create-components.d.ts +7 -7
- package/dist/projects/player/src/plugins/interactive-plugin/components/create-components/create-error-feedback/create-error-feedback.d.ts +6 -6
- package/dist/projects/player/src/plugins/interactive-plugin/components/create-components/create-image/create-image-cropper.d.ts +15 -15
- package/dist/projects/player/src/plugins/interactive-plugin/components/create-components/create-image/create-image.d.ts +15 -15
- package/dist/projects/player/src/plugins/interactive-plugin/components/create-components/create-image/upload-image-dropzone.d.ts +6 -6
- package/dist/projects/player/src/plugins/interactive-plugin/components/create-components/create-image/upload-image-icon.d.ts +2 -2
- package/dist/projects/player/src/plugins/interactive-plugin/components/create-components/create-interaction-buttons/create-interaction-buttons.d.ts +14 -14
- package/dist/projects/player/src/plugins/interactive-plugin/components/create-components/create-interaction-heading/create-interaction-heading.d.ts +12 -12
- package/dist/projects/player/src/plugins/interactive-plugin/components/create-components/create-missing-word/create-missing-word.d.ts +18 -18
- package/dist/projects/player/src/plugins/interactive-plugin/components/create-components/create-multiple-choice/create-multiple-choice.d.ts +18 -18
- package/dist/projects/player/src/plugins/interactive-plugin/components/create-components/create-multiple-choice/multiple-choice-answer.d.ts +9 -9
- package/dist/projects/player/src/plugins/interactive-plugin/components/create-components/create-short-answer/create-short-answer.d.ts +11 -11
- package/dist/projects/player/src/plugins/interactive-plugin/components/create-components/create-type-selector/create-type-selector.d.ts +15 -15
- package/dist/projects/player/src/plugins/interactive-plugin/components/feedback/feedback.d.ts +7 -7
- package/dist/projects/player/src/plugins/interactive-plugin/components/interaction-actions/interaction-actions.d.ts +13 -13
- package/dist/projects/player/src/plugins/interactive-plugin/components/interaction-footer/interaction-footer.d.ts +20 -20
- package/dist/projects/player/src/plugins/interactive-plugin/components/interaction-header/interaction-header.d.ts +14 -14
- package/dist/projects/player/src/plugins/interactive-plugin/components/interactive/interactive-component.d.ts +1 -1
- package/dist/projects/player/src/plugins/interactive-plugin/components/interactive-actions/interactive-actions.d.ts +11 -11
- package/dist/projects/player/src/plugins/interactive-plugin/components/interactive-icon-button/interactive-icon-button.d.ts +8 -8
- package/dist/projects/player/src/plugins/interactive-plugin/components/interactive-summary/InteractiveSummaryWrapper.d.ts +22 -22
- package/dist/projects/player/src/plugins/interactive-plugin/components/interactive-summary/getstudentAttempts.d.ts +14 -14
- package/dist/projects/player/src/plugins/interactive-plugin/components/interactive-summary/interaction-summary/interaction-summary.d.ts +15 -15
- package/dist/projects/player/src/plugins/interactive-plugin/components/interactive-summary/interactions-bar/interactions-bar.d.ts +9 -9
- package/dist/projects/player/src/plugins/interactive-plugin/components/interactive-summary/interactive-summary.d.ts +23 -23
- package/dist/projects/player/src/plugins/interactive-plugin/components/interactive-summary/progress-summary/progress-summary.d.ts +12 -12
- package/dist/projects/player/src/plugins/interactive-plugin/components/interactive-summary/show-summary-button/show-summary-button.d.ts +13 -13
- package/dist/projects/player/src/plugins/interactive-plugin/components/move-timepoint/move-timepoint.d.ts +12 -12
- package/dist/projects/player/src/plugins/interactive-plugin/components/question-list/question-list-empty-state.d.ts +8 -8
- package/dist/projects/player/src/plugins/interactive-plugin/components/question-list/question-list.d.ts +15 -15
- package/dist/projects/player/src/plugins/interactive-plugin/components/reorder-interactions/reorder-interactions.d.ts +9 -9
- package/dist/projects/player/src/plugins/interactive-plugin/components/seek-bar/interactive-bar-item.d.ts +20 -20
- package/dist/projects/player/src/plugins/interactive-plugin/components/seek-bar/interactive-bar-items.d.ts +66 -66
- package/dist/projects/player/src/plugins/interactive-plugin/components/sliding-timepoint/sliding-timepoints.d.ts +12 -12
- package/dist/projects/player/src/plugins/interactive-plugin/components/timepoint/timepoint-component.d.ts +40 -40
- package/dist/projects/player/src/plugins/interactive-plugin/components/view-components/annotation/annotation-interaction.d.ts +3 -3
- package/dist/projects/player/src/plugins/interactive-plugin/components/view-components/image/image-interaction.d.ts +4 -4
- package/dist/projects/player/src/plugins/interactive-plugin/components/view-components/interactive-immersive-reader/interactive-immersive-reader.d.ts +8 -8
- package/dist/projects/player/src/plugins/interactive-plugin/components/view-components/missing-word/missing-word-interaction.d.ts +13 -13
- package/dist/projects/player/src/plugins/interactive-plugin/components/view-components/multiple-choice/multiple-choice-interaction.d.ts +13 -13
- package/dist/projects/player/src/plugins/interactive-plugin/components/view-components/short-answer/short-answer-interaction.d.ts +11 -11
- package/dist/projects/player/src/plugins/interactive-plugin/components/view-components/true-or-false/true-or-false-interaction.d.ts +12 -12
- package/dist/projects/player/src/plugins/interactive-plugin/components/view-components/view-components.d.ts +12 -12
- package/dist/projects/player/src/plugins/interactive-plugin/components/view-components/view-error-feedback/view-error-feedback.d.ts +6 -6
- package/dist/projects/player/src/plugins/interactive-plugin/components/view-components/view-interaction-buttons/view-iteraction-buttons.d.ts +14 -14
- package/dist/projects/player/src/plugins/interactive-plugin/components/view-components/view-interaction-heading/view-interaction-heading.d.ts +8 -8
- package/dist/projects/player/src/plugins/interactive-plugin/errors/ReconnectionError.d.ts +8 -8
- package/dist/projects/player/src/plugins/interactive-plugin/grade-passback-plugin.d.ts +29 -29
- package/dist/projects/player/src/plugins/interactive-plugin/hooks/useInteractiveState.d.ts +26 -26
- package/dist/projects/player/src/plugins/interactive-plugin/hooks/useInteractiveTrack.d.ts +23 -23
- package/dist/projects/player/src/plugins/interactive-plugin/hooks/useLockPlayer.d.ts +15 -15
- package/dist/projects/player/src/plugins/interactive-plugin/hooks/useStateManager.d.ts +47 -47
- package/dist/projects/player/src/plugins/interactive-plugin/interactive-plugin.d.ts +59 -59
- package/dist/projects/player/src/plugins/interactive-plugin/interactive-seek-bar-plugin.d.ts +38 -38
- package/dist/projects/player/src/plugins/interactive-plugin/interfaces/InteractionComponent.d.ts +3 -3
- package/dist/projects/player/src/plugins/interactive-plugin/interfaces/InteractionProps.d.ts +16 -16
- package/dist/projects/player/src/plugins/interactive-plugin/interfaces/InteractionResult.d.ts +4 -4
- package/dist/projects/player/src/plugins/interactive-plugin/interfaces/InteractiveMode.d.ts +4 -4
- package/dist/projects/player/src/plugins/interactive-plugin/interfaces/InteractiveState.d.ts +30 -30
- package/dist/projects/player/src/plugins/interactive-plugin/interfaces/LatestSession.d.ts +11 -11
- package/dist/projects/player/src/plugins/interactive-plugin/interfaces/ResultSubmission.d.ts +2 -2
- package/dist/projects/player/src/plugins/interactive-plugin/interfaces/SubmissionFunction.d.ts +4 -4
- package/dist/projects/player/src/plugins/interactive-plugin/interfaces/index.d.ts +8 -8
- package/dist/projects/player/src/plugins/interactive-plugin/utils/InteractiveReducer.d.ts +14 -14
- package/dist/projects/player/src/plugins/interactive-plugin/utils/ResultsService.d.ts +29 -29
- package/dist/projects/player/src/plugins/interactive-plugin/utils/getInteractionComponents.d.ts +3 -3
- package/dist/projects/player/src/plugins/interactive-plugin/utils/getInteractionStateId.d.ts +2 -2
- package/dist/projects/player/src/plugins/interactive-plugin/utils/getTimepointStateId.d.ts +2 -2
- package/dist/projects/player/src/plugins/interactive-plugin/utils/helpers.d.ts +5 -5
- package/dist/projects/player/src/plugins/interactive-plugin/utils/interactive-ajax.d.ts +10 -10
- package/dist/projects/player/src/plugins/localcache-plugin/LocalCache.d.ts +12 -12
- package/dist/projects/player/src/plugins/localcache-plugin/compontents/local-cache-indicator.d.ts +2 -2
- package/dist/projects/player/src/plugins/localcache-plugin/localcache-middleware.d.ts +1 -1
- package/dist/projects/player/src/plugins/localcache-plugin/localcache-plugin.d.ts +62 -62
- package/dist/projects/player/src/plugins/next-video-plugin/components/up-next/up-next.d.ts +1 -1
- package/dist/projects/player/src/plugins/next-video-plugin/next-video-plugin.d.ts +45 -45
- package/dist/projects/player/src/plugins/open-externally-plugin/components/open-externally-button.d.ts +1 -1
- package/dist/projects/player/src/plugins/open-externally-plugin/interfaces/ExternalLinkOptions.d.ts +3 -3
- package/dist/projects/player/src/plugins/open-externally-plugin/open-externally-plugin.d.ts +31 -31
- package/dist/projects/player/src/plugins/persist-quality-settings-plugin/persist-quality-settings-plugin.d.ts +34 -34
- package/dist/projects/player/src/plugins/persist-subtitle-settings-plugin/persist-subtitle-settings-plugin.d.ts +37 -37
- package/dist/projects/player/src/plugins/persist-volume-plugin/persist-volume-plugin.d.ts +26 -26
- package/dist/projects/player/src/plugins/persist-volume-plugin/persist-volume-plugin.test.d.ts +1 -1
- package/dist/projects/player/src/plugins/picture-in-picture-plugin/picture-in-picture-plugin.d.ts +48 -48
- package/dist/projects/player/src/plugins/points-of-interest-plugin/components/point-of-interest-indicator/point-of-interest-indicator.d.ts +99 -99
- package/dist/projects/player/src/plugins/points-of-interest-plugin/components/points-of-interest-menu-item/points-of-interest-menu-item.d.ts +31 -31
- package/dist/projects/player/src/plugins/points-of-interest-plugin/points-of-interest-plugin.d.ts +39 -39
- package/dist/projects/player/src/plugins/progress-reporter-plugin/components/progress-reporter-display.d.ts +57 -57
- package/dist/projects/player/src/plugins/progress-reporter-plugin/interfaces/ProgressEvent.d.ts +8 -8
- package/dist/projects/player/src/plugins/progress-reporter-plugin/progress-reporter-plugin.d.ts +76 -76
- package/dist/projects/player/src/plugins/progressive-files-plugin/ProgressiveFilesPluginOptions.d.ts +4 -4
- package/dist/projects/player/src/plugins/progressive-files-plugin/ProgressiveRepresentation.d.ts +10 -10
- package/dist/projects/player/src/plugins/progressive-files-plugin/interfaces/Source.d.ts +6 -6
- package/dist/projects/player/src/plugins/progressive-files-plugin/progressive-files-plugin.d.ts +41 -41
- package/dist/projects/player/src/plugins/resources-plugin/components/resource-menu-item/resource-menu-item.d.ts +21 -21
- package/dist/projects/player/src/plugins/resources-plugin/components/resources-button/resources-button.d.ts +1 -1
- package/dist/projects/player/src/plugins/resources-plugin/resources-plugin.d.ts +12 -12
- package/dist/projects/player/src/plugins/touch-controls-plugin/components/touch-controls/touch-controls.d.ts +59 -59
- package/dist/projects/player/src/plugins/touch-controls-plugin/touch-controls-plugin.d.ts +41 -41
- package/dist/projects/player/src/plugins/whiteboard-mode-plugin/components/drag-handle/drag-handle.d.ts +53 -53
- package/dist/projects/player/src/plugins/whiteboard-mode-plugin/components/drag-targets/drag-targets.d.ts +54 -54
- package/dist/projects/player/src/plugins/whiteboard-mode-plugin/components/whiteboard-mode-button/whiteboard-mode-button.d.ts +23 -23
- package/dist/projects/player/src/plugins/whiteboard-mode-plugin/components/whiteboard-mode-button/whiteboard-mode-menu-item.d.ts +15 -15
- package/dist/projects/player/src/plugins/whiteboard-mode-plugin/contants/WhiteboardSides.d.ts +5 -5
- package/dist/projects/player/src/plugins/whiteboard-mode-plugin/interfaces/WhiteboardSide.d.ts +1 -1
- package/dist/projects/player/src/plugins/whiteboard-mode-plugin/whiteboard-mode-plugin.d.ts +34 -34
- package/dist/projects/player/src/react/CreateClipPlayer.d.ts +3 -3
- package/dist/projects/player/src/react/InteractivePlayer.d.ts +8 -8
- package/dist/projects/player/src/react/Player.d.ts +10 -10
- package/dist/projects/player/src/react/ReportsPlayer.d.ts +3 -3
- package/dist/projects/player/src/react/react-component.d.ts +11 -11
- package/dist/projects/player/src/services/analytics-service.d.ts +39 -39
- package/dist/projects/player/src/utils/ajax-helper.d.ts +16 -16
- package/dist/projects/player/src/utils/fn.d.ts +44 -44
- package/dist/projects/player/src/utils/formatTime.d.ts +5 -5
- package/dist/projects/player/src/utils/getBufferedEnd.d.ts +2 -2
- package/dist/projects/player/src/utils/hotkeys.d.ts +5 -5
- package/dist/projects/player/src/utils/interactive-track-helper.d.ts +5 -5
- package/dist/projects/player/src/utils/local-storage-helper.d.ts +6 -6
- package/dist/projects/player/src/utils/quality-helper.d.ts +19 -19
- package/dist/projects/player/src/utils/quality-helper.test.d.ts +1 -1
- package/dist/projects/player/src/utils/track-helper.d.ts +8 -8
- package/dist/projects/player/test/players/test-player.d.ts +17 -17
- package/dist/projects/player/test/utils/test-helpers.d.ts +8 -8
- package/package.json +4 -3
|
@@ -1,73 +1,73 @@
|
|
|
1
|
-
import videojs, { VideoJsPlayer } from 'video.js';
|
|
2
|
-
import { Interactive } from 'libs/shared/interfaces';
|
|
3
|
-
import './engagement-overlay.scss';
|
|
4
|
-
declare const Component: {
|
|
5
|
-
new (player: VideoJsPlayer, options?: videojs.ComponentOptions, ready?: videojs.Component.ReadyCallback): videojs.Component;
|
|
6
|
-
prototype: videojs.Component;
|
|
7
|
-
getComponent(name: "
|
|
8
|
-
new (player: VideoJsPlayer, options?: videojs.ComponentOptions): videojs.Button;
|
|
9
|
-
prototype: videojs.Button;
|
|
10
|
-
};
|
|
11
|
-
getComponent(name: "ClickableComponent" | "clickablecomponent"): {
|
|
12
|
-
new (player: VideoJsPlayer, options?: videojs.ComponentOptions): videojs.ClickableComponent;
|
|
13
|
-
prototype: videojs.ClickableComponent;
|
|
14
|
-
};
|
|
15
|
-
getComponent(name: "ModalDialog" | "modaldialog"): {
|
|
16
|
-
new (player: VideoJsPlayer, options?: videojs.ModalDialogOptions): videojs.ModalDialog;
|
|
17
|
-
prototype: videojs.ModalDialog;
|
|
18
|
-
};
|
|
19
|
-
getComponent(name: "
|
|
20
|
-
new (player: VideoJsPlayer, options?: videojs.MenuOptions): videojs.Menu;
|
|
21
|
-
prototype: videojs.Menu;
|
|
22
|
-
};
|
|
23
|
-
getComponent(name: "MenuButton" | "menubutton"): {
|
|
24
|
-
new (player: VideoJsPlayer, options?: videojs.MenuButtonOptions): videojs.MenuButton;
|
|
25
|
-
prototype: videojs.MenuButton;
|
|
26
|
-
};
|
|
27
|
-
getComponent(name: "
|
|
28
|
-
new (player: VideoJsPlayer, options?: videojs.MenuItemOptions): videojs.MenuItem;
|
|
29
|
-
prototype: videojs.MenuItem;
|
|
30
|
-
};
|
|
31
|
-
getComponent(name: "MouseTimeDisplay" | "mouseTimeDisplay"): {
|
|
32
|
-
new (player: VideoJsPlayer, options?: videojs.ComponentOptions): videojs.MouseTimeDisplay;
|
|
33
|
-
prototype: videojs.MouseTimeDisplay;
|
|
34
|
-
};
|
|
35
|
-
getComponent(name: "Spacer" | "spacer"): {
|
|
36
|
-
new (player: VideoJsPlayer, options?: videojs.ComponentOptions, ready?: videojs.Component.ReadyCallback): videojs.Spacer;
|
|
37
|
-
prototype: videojs.Spacer;
|
|
38
|
-
};
|
|
39
|
-
getComponent(name: "Player" | "player"): {
|
|
40
|
-
new (player: VideoJsPlayer, options?: import("video.js").VideoJsPlayerOptions): VideoJsPlayer;
|
|
41
|
-
prototype: VideoJsPlayer;
|
|
42
|
-
getTagSettings(tag: Element): any;
|
|
43
|
-
};
|
|
44
|
-
getComponent(name: "timeTooltip" | "TimeTooltip"): {
|
|
45
|
-
new (player: VideoJsPlayer, options?: videojs.ComponentOptions): videojs.TimeToolTip;
|
|
46
|
-
prototype: videojs.TimeToolTip;
|
|
47
|
-
};
|
|
48
|
-
getComponent(name: string): any;
|
|
49
|
-
registerComponent(name: string, ComponentToRegister: any): any;
|
|
50
|
-
};
|
|
51
|
-
interface EngagementOverlayOptions extends videojs.ComponentOptions {
|
|
52
|
-
heatMap: number[];
|
|
53
|
-
interactive?: Interactive;
|
|
54
|
-
onTimepointHover?: (time: number | null) => void;
|
|
55
|
-
}
|
|
56
|
-
export declare class EngagementOverlay extends Component {
|
|
57
|
-
options_: EngagementOverlayOptions;
|
|
58
|
-
private chart;
|
|
59
|
-
constructor(player: VideoJsPlayer, options: EngagementOverlayOptions);
|
|
60
|
-
initialize(): void;
|
|
61
|
-
buildCSSClass(): string;
|
|
62
|
-
createEl(tagName?: string, properties?: any, attributes?: any): Element;
|
|
63
|
-
toggleChart(show: boolean): void;
|
|
64
|
-
private bindListeners;
|
|
65
|
-
private handleClick;
|
|
66
|
-
private buildChart;
|
|
67
|
-
private resizeChart;
|
|
68
|
-
private destroyChart;
|
|
69
|
-
private getChartDimensions;
|
|
70
|
-
private getHighchartOptions;
|
|
71
|
-
private moveTimepointIndicator;
|
|
72
|
-
}
|
|
73
|
-
export {};
|
|
1
|
+
import videojs, { VideoJsPlayer } from 'video.js';
|
|
2
|
+
import { Interactive } from 'libs/shared/interfaces';
|
|
3
|
+
import './engagement-overlay.scss';
|
|
4
|
+
declare const Component: {
|
|
5
|
+
new (player: VideoJsPlayer, options?: videojs.ComponentOptions, ready?: videojs.Component.ReadyCallback): videojs.Component;
|
|
6
|
+
prototype: videojs.Component;
|
|
7
|
+
getComponent(name: "Button" | "button"): {
|
|
8
|
+
new (player: VideoJsPlayer, options?: videojs.ComponentOptions): videojs.Button;
|
|
9
|
+
prototype: videojs.Button;
|
|
10
|
+
};
|
|
11
|
+
getComponent(name: "ClickableComponent" | "clickablecomponent"): {
|
|
12
|
+
new (player: VideoJsPlayer, options?: videojs.ComponentOptions): videojs.ClickableComponent;
|
|
13
|
+
prototype: videojs.ClickableComponent;
|
|
14
|
+
};
|
|
15
|
+
getComponent(name: "ModalDialog" | "modaldialog"): {
|
|
16
|
+
new (player: VideoJsPlayer, options?: videojs.ModalDialogOptions): videojs.ModalDialog;
|
|
17
|
+
prototype: videojs.ModalDialog;
|
|
18
|
+
};
|
|
19
|
+
getComponent(name: "Menu" | "menu"): {
|
|
20
|
+
new (player: VideoJsPlayer, options?: videojs.MenuOptions): videojs.Menu;
|
|
21
|
+
prototype: videojs.Menu;
|
|
22
|
+
};
|
|
23
|
+
getComponent(name: "MenuButton" | "menubutton"): {
|
|
24
|
+
new (player: VideoJsPlayer, options?: videojs.MenuButtonOptions): videojs.MenuButton;
|
|
25
|
+
prototype: videojs.MenuButton;
|
|
26
|
+
};
|
|
27
|
+
getComponent(name: "MenuItem" | "menuitem"): {
|
|
28
|
+
new (player: VideoJsPlayer, options?: videojs.MenuItemOptions): videojs.MenuItem;
|
|
29
|
+
prototype: videojs.MenuItem;
|
|
30
|
+
};
|
|
31
|
+
getComponent(name: "MouseTimeDisplay" | "mouseTimeDisplay"): {
|
|
32
|
+
new (player: VideoJsPlayer, options?: videojs.ComponentOptions): videojs.MouseTimeDisplay;
|
|
33
|
+
prototype: videojs.MouseTimeDisplay;
|
|
34
|
+
};
|
|
35
|
+
getComponent(name: "Spacer" | "spacer"): {
|
|
36
|
+
new (player: VideoJsPlayer, options?: videojs.ComponentOptions, ready?: videojs.Component.ReadyCallback): videojs.Spacer;
|
|
37
|
+
prototype: videojs.Spacer;
|
|
38
|
+
};
|
|
39
|
+
getComponent(name: "Player" | "player"): {
|
|
40
|
+
new (player: VideoJsPlayer, options?: import("video.js").VideoJsPlayerOptions): VideoJsPlayer;
|
|
41
|
+
prototype: VideoJsPlayer;
|
|
42
|
+
getTagSettings(tag: Element): any;
|
|
43
|
+
};
|
|
44
|
+
getComponent(name: "timeTooltip" | "TimeTooltip"): {
|
|
45
|
+
new (player: VideoJsPlayer, options?: videojs.ComponentOptions): videojs.TimeToolTip;
|
|
46
|
+
prototype: videojs.TimeToolTip;
|
|
47
|
+
};
|
|
48
|
+
getComponent(name: string): any;
|
|
49
|
+
registerComponent(name: string, ComponentToRegister: any): any;
|
|
50
|
+
};
|
|
51
|
+
interface EngagementOverlayOptions extends videojs.ComponentOptions {
|
|
52
|
+
heatMap: number[];
|
|
53
|
+
interactive?: Interactive;
|
|
54
|
+
onTimepointHover?: (time: number | null) => void;
|
|
55
|
+
}
|
|
56
|
+
export declare class EngagementOverlay extends Component {
|
|
57
|
+
options_: EngagementOverlayOptions;
|
|
58
|
+
private chart;
|
|
59
|
+
constructor(player: VideoJsPlayer, options: EngagementOverlayOptions);
|
|
60
|
+
initialize(): void;
|
|
61
|
+
buildCSSClass(): string;
|
|
62
|
+
createEl(tagName?: string, properties?: any, attributes?: any): Element;
|
|
63
|
+
toggleChart(show: boolean): void;
|
|
64
|
+
private bindListeners;
|
|
65
|
+
private handleClick;
|
|
66
|
+
private buildChart;
|
|
67
|
+
private resizeChart;
|
|
68
|
+
private destroyChart;
|
|
69
|
+
private getChartDimensions;
|
|
70
|
+
private getHighchartOptions;
|
|
71
|
+
private moveTimepointIndicator;
|
|
72
|
+
}
|
|
73
|
+
export {};
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import videojs, { VideoJsPlayer } from 'video.js';
|
|
2
|
-
declare const MenuItem: {
|
|
3
|
-
new (player: VideoJsPlayer, options?: videojs.MenuItemOptions): videojs.MenuItem;
|
|
4
|
-
prototype: videojs.MenuItem;
|
|
5
|
-
};
|
|
6
|
-
interface EngagementOverlayMenuItemOptions extends videojs.MenuItemOptions {
|
|
7
|
-
overlayVisible: boolean;
|
|
8
|
-
}
|
|
9
|
-
export declare class EngagementOverlayMenuItem extends MenuItem {
|
|
10
|
-
private toggleEl;
|
|
11
|
-
private overlayVisible;
|
|
12
|
-
/**
|
|
13
|
-
* Because we want to bind our listener in createEl
|
|
14
|
-
* and createEl runs in super. We store if we've bounud
|
|
15
|
-
* our handler, so we only call bind once and
|
|
16
|
-
* the call to removeEventListener will still work
|
|
17
|
-
*/
|
|
18
|
-
private handlerBound;
|
|
19
|
-
constructor(player: VideoJsPlayer, options: EngagementOverlayMenuItemOptions);
|
|
20
|
-
handleToggle(): void;
|
|
21
|
-
private toggle;
|
|
22
|
-
private toggleOn;
|
|
23
|
-
private toggleOff;
|
|
24
|
-
/**
|
|
25
|
-
* Because we extend MenuItem which will close the menu by default
|
|
26
|
-
* we need to halt the event propogation here
|
|
27
|
-
*/
|
|
28
|
-
handleClick(event: videojs.EventTarget.Event): void;
|
|
29
|
-
createEl(tagName?: string, properties?: any, attributes?: any): HTMLLIElement;
|
|
30
|
-
}
|
|
31
|
-
export {};
|
|
1
|
+
import videojs, { VideoJsPlayer } from 'video.js';
|
|
2
|
+
declare const MenuItem: {
|
|
3
|
+
new (player: VideoJsPlayer, options?: videojs.MenuItemOptions): videojs.MenuItem;
|
|
4
|
+
prototype: videojs.MenuItem;
|
|
5
|
+
};
|
|
6
|
+
interface EngagementOverlayMenuItemOptions extends videojs.MenuItemOptions {
|
|
7
|
+
overlayVisible: boolean;
|
|
8
|
+
}
|
|
9
|
+
export declare class EngagementOverlayMenuItem extends MenuItem {
|
|
10
|
+
private toggleEl;
|
|
11
|
+
private overlayVisible;
|
|
12
|
+
/**
|
|
13
|
+
* Because we want to bind our listener in createEl
|
|
14
|
+
* and createEl runs in super. We store if we've bounud
|
|
15
|
+
* our handler, so we only call bind once and
|
|
16
|
+
* the call to removeEventListener will still work
|
|
17
|
+
*/
|
|
18
|
+
private handlerBound;
|
|
19
|
+
constructor(player: VideoJsPlayer, options: EngagementOverlayMenuItemOptions);
|
|
20
|
+
handleToggle(): void;
|
|
21
|
+
private toggle;
|
|
22
|
+
private toggleOn;
|
|
23
|
+
private toggleOff;
|
|
24
|
+
/**
|
|
25
|
+
* Because we extend MenuItem which will close the menu by default
|
|
26
|
+
* we need to halt the event propogation here
|
|
27
|
+
*/
|
|
28
|
+
handleClick(event: videojs.EventTarget.Event): void;
|
|
29
|
+
createEl(tagName?: string, properties?: any, attributes?: any): HTMLLIElement;
|
|
30
|
+
}
|
|
31
|
+
export {};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { Interactive } from 'libs/shared/interfaces';
|
|
3
|
-
interface TimepointInteractionsProps {
|
|
4
|
-
interactive: Interactive;
|
|
5
|
-
time: number;
|
|
6
|
-
}
|
|
7
|
-
export declare function TimepointInteractions(props: TimepointInteractionsProps): JSX.Element;
|
|
8
|
-
export {};
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { Interactive } from 'libs/shared/interfaces';
|
|
3
|
+
interface TimepointInteractionsProps {
|
|
4
|
+
interactive: Interactive;
|
|
5
|
+
time: number;
|
|
6
|
+
}
|
|
7
|
+
export declare function TimepointInteractions(props: TimepointInteractionsProps): JSX.Element;
|
|
8
|
+
export {};
|
package/dist/projects/player/src/plugins/engagement-overlay-plugin/engagement-overlay-plugin.d.ts
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import videojs, { VideoJsPlayer } from 'video.js';
|
|
2
|
-
import { Interactive } from 'libs/shared/interfaces';
|
|
3
|
-
import 'projects/player/plugins/engagement-overlay-plugin/components/engagement-overlay/engagement-overlay';
|
|
4
|
-
declare const Plugin: {
|
|
5
|
-
new (player: VideoJsPlayer, options?: any): videojs.Plugin;
|
|
6
|
-
prototype: videojs.Plugin;
|
|
7
|
-
BASE_PLUGIN_NAME: string;
|
|
8
|
-
deregisterPlugin(name: string): void;
|
|
9
|
-
getPlugin(name: string): any;
|
|
10
|
-
getPluginVersion(name: string): string;
|
|
11
|
-
getPlugins(names?: string[]): {
|
|
12
|
-
[name: string]: videojs.Plugin;
|
|
13
|
-
};
|
|
14
|
-
isBasic(plugin: string | (() => any)): boolean;
|
|
15
|
-
registerPlugin<T, K>(name: string, plugin: (this: VideoJsPlayer, ...options: K[]) => T): (...options: K[]) => T;
|
|
16
|
-
registerPlugin<T_1 extends any>(name: string, plugin: T_1): () => T_1;
|
|
17
|
-
};
|
|
18
|
-
interface EngagementOverlayPluginOptions {
|
|
19
|
-
heatMap: number[];
|
|
20
|
-
interactive?: Interactive;
|
|
21
|
-
onTimepointHover?: (time: number | null) => void;
|
|
22
|
-
}
|
|
23
|
-
declare class EngagementOverlayPlugin extends Plugin {
|
|
24
|
-
private options;
|
|
25
|
-
constructor(player: VideoJsPlayer, options: EngagementOverlayPluginOptions);
|
|
26
|
-
private initialize;
|
|
27
|
-
toggleOverlay(show: boolean): void;
|
|
28
|
-
private hasHeatMapData;
|
|
29
|
-
}
|
|
30
|
-
declare module 'video.js' {
|
|
31
|
-
interface VideoJsPlayer {
|
|
32
|
-
engagementOverlayPlugin(options?: EngagementOverlayPluginOptions): EngagementOverlayPlugin;
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
export {};
|
|
1
|
+
import videojs, { VideoJsPlayer } from 'video.js';
|
|
2
|
+
import { Interactive } from 'libs/shared/interfaces';
|
|
3
|
+
import 'projects/player/plugins/engagement-overlay-plugin/components/engagement-overlay/engagement-overlay';
|
|
4
|
+
declare const Plugin: {
|
|
5
|
+
new (player: VideoJsPlayer, options?: any): videojs.Plugin;
|
|
6
|
+
prototype: videojs.Plugin;
|
|
7
|
+
BASE_PLUGIN_NAME: string;
|
|
8
|
+
deregisterPlugin(name: string): void;
|
|
9
|
+
getPlugin(name: string): any;
|
|
10
|
+
getPluginVersion(name: string): string;
|
|
11
|
+
getPlugins(names?: string[]): {
|
|
12
|
+
[name: string]: videojs.Plugin;
|
|
13
|
+
};
|
|
14
|
+
isBasic(plugin: string | (() => any)): boolean;
|
|
15
|
+
registerPlugin<T, K>(name: string, plugin: (this: VideoJsPlayer, ...options: K[]) => T): (...options: K[]) => T;
|
|
16
|
+
registerPlugin<T_1 extends any>(name: string, plugin: T_1): () => T_1;
|
|
17
|
+
};
|
|
18
|
+
interface EngagementOverlayPluginOptions {
|
|
19
|
+
heatMap: number[];
|
|
20
|
+
interactive?: Interactive;
|
|
21
|
+
onTimepointHover?: (time: number | null) => void;
|
|
22
|
+
}
|
|
23
|
+
declare class EngagementOverlayPlugin extends Plugin {
|
|
24
|
+
private options;
|
|
25
|
+
constructor(player: VideoJsPlayer, options: EngagementOverlayPluginOptions);
|
|
26
|
+
private initialize;
|
|
27
|
+
toggleOverlay(show: boolean): void;
|
|
28
|
+
private hasHeatMapData;
|
|
29
|
+
}
|
|
30
|
+
declare module 'video.js' {
|
|
31
|
+
interface VideoJsPlayer {
|
|
32
|
+
engagementOverlayPlugin(options?: EngagementOverlayPluginOptions): EngagementOverlayPlugin;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
export {};
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import videojs, { VideoJsPlayer } from 'video.js';
|
|
2
|
-
declare const Button: {
|
|
3
|
-
new (player: VideoJsPlayer, options?: videojs.ComponentOptions): videojs.Button;
|
|
4
|
-
prototype: videojs.Button;
|
|
5
|
-
};
|
|
6
|
-
import './favourite-button.scss';
|
|
7
|
-
interface FavouriteButtonOptions extends videojs.ComponentOptions {
|
|
8
|
-
isFavourited: boolean;
|
|
9
|
-
clickHandler: () => void;
|
|
10
|
-
}
|
|
11
|
-
export declare class FavouriteButton extends Button {
|
|
12
|
-
options_: FavouriteButtonOptions;
|
|
13
|
-
controlText_: string;
|
|
14
|
-
constructor(player: VideoJsPlayer, options: FavouriteButtonOptions);
|
|
15
|
-
update(): void;
|
|
16
|
-
handleClick(...args: any[]): void;
|
|
17
|
-
buildCSSClass(): string;
|
|
18
|
-
}
|
|
19
|
-
export {};
|
|
1
|
+
import videojs, { VideoJsPlayer } from 'video.js';
|
|
2
|
+
declare const Button: {
|
|
3
|
+
new (player: VideoJsPlayer, options?: videojs.ComponentOptions): videojs.Button;
|
|
4
|
+
prototype: videojs.Button;
|
|
5
|
+
};
|
|
6
|
+
import './favourite-button.scss';
|
|
7
|
+
interface FavouriteButtonOptions extends videojs.ComponentOptions {
|
|
8
|
+
isFavourited: boolean;
|
|
9
|
+
clickHandler: () => void;
|
|
10
|
+
}
|
|
11
|
+
export declare class FavouriteButton extends Button {
|
|
12
|
+
options_: FavouriteButtonOptions;
|
|
13
|
+
controlText_: string;
|
|
14
|
+
constructor(player: VideoJsPlayer, options: FavouriteButtonOptions);
|
|
15
|
+
update(): void;
|
|
16
|
+
handleClick(...args: any[]): void;
|
|
17
|
+
buildCSSClass(): string;
|
|
18
|
+
}
|
|
19
|
+
export {};
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import videojs from 'video.js';
|
|
2
|
-
declare const Plugin: {
|
|
3
|
-
new (player: VideoJsPlayer, options?: any): videojs.Plugin;
|
|
4
|
-
prototype: videojs.Plugin;
|
|
5
|
-
BASE_PLUGIN_NAME: string;
|
|
6
|
-
deregisterPlugin(name: string): void;
|
|
7
|
-
getPlugin(name: string): any;
|
|
8
|
-
getPluginVersion(name: string): string;
|
|
9
|
-
getPlugins(names?: string[]): {
|
|
10
|
-
[name: string]: videojs.Plugin;
|
|
11
|
-
};
|
|
12
|
-
isBasic(plugin: string | (() => any)): boolean;
|
|
13
|
-
registerPlugin<T, K>(name: string, plugin: (this: VideoJsPlayer, ...options: K[]) => T): (...options: K[]) => T;
|
|
14
|
-
registerPlugin<T_1 extends any>(name: string, plugin: T_1): () => T_1;
|
|
15
|
-
};
|
|
16
|
-
declare class FavouritePlugin extends Plugin {
|
|
17
|
-
private isFavourite;
|
|
18
|
-
private onClickFavourite;
|
|
19
|
-
private button;
|
|
20
|
-
setFavourite(isFavourite: boolean, onClickFavourite: () => void): void;
|
|
21
|
-
private renderFavouriteButton;
|
|
22
|
-
}
|
|
23
|
-
declare module 'video.js' {
|
|
24
|
-
interface VideoJsPlayer {
|
|
25
|
-
favouritePlugin(): FavouritePlugin;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
export {};
|
|
1
|
+
import videojs from 'video.js';
|
|
2
|
+
declare const Plugin: {
|
|
3
|
+
new (player: VideoJsPlayer, options?: any): videojs.Plugin;
|
|
4
|
+
prototype: videojs.Plugin;
|
|
5
|
+
BASE_PLUGIN_NAME: string;
|
|
6
|
+
deregisterPlugin(name: string): void;
|
|
7
|
+
getPlugin(name: string): any;
|
|
8
|
+
getPluginVersion(name: string): string;
|
|
9
|
+
getPlugins(names?: string[]): {
|
|
10
|
+
[name: string]: videojs.Plugin;
|
|
11
|
+
};
|
|
12
|
+
isBasic(plugin: string | (() => any)): boolean;
|
|
13
|
+
registerPlugin<T, K>(name: string, plugin: (this: VideoJsPlayer, ...options: K[]) => T): (...options: K[]) => T;
|
|
14
|
+
registerPlugin<T_1 extends any>(name: string, plugin: T_1): () => T_1;
|
|
15
|
+
};
|
|
16
|
+
declare class FavouritePlugin extends Plugin {
|
|
17
|
+
private isFavourite;
|
|
18
|
+
private onClickFavourite;
|
|
19
|
+
private button;
|
|
20
|
+
setFavourite(isFavourite: boolean, onClickFavourite: () => void): void;
|
|
21
|
+
private renderFavouriteButton;
|
|
22
|
+
}
|
|
23
|
+
declare module 'video.js' {
|
|
24
|
+
interface VideoJsPlayer {
|
|
25
|
+
favouritePlugin(): FavouritePlugin;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
export {};
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import videojs, { VideoJsPlayer } from 'video.js';
|
|
2
|
-
declare const Plugin: {
|
|
3
|
-
new (player: VideoJsPlayer, options?: any): videojs.Plugin;
|
|
4
|
-
prototype: videojs.Plugin;
|
|
5
|
-
BASE_PLUGIN_NAME: string;
|
|
6
|
-
deregisterPlugin(name: string): void;
|
|
7
|
-
getPlugin(name: string): any;
|
|
8
|
-
getPluginVersion(name: string): string;
|
|
9
|
-
getPlugins(names?: string[]): {
|
|
10
|
-
[name: string]: videojs.Plugin;
|
|
11
|
-
};
|
|
12
|
-
isBasic(plugin: string | (() => any)): boolean;
|
|
13
|
-
registerPlugin<T, K>(name: string, plugin: (this: VideoJsPlayer, ...options: K[]) => T): (...options: K[]) => T;
|
|
14
|
-
registerPlugin<T_1 extends any>(name: string, plugin: T_1): () => T_1;
|
|
15
|
-
};
|
|
16
|
-
declare class FullscreenOnRotatePlugin extends Plugin {
|
|
17
|
-
constructor(player: VideoJsPlayer);
|
|
18
|
-
private initialize;
|
|
19
|
-
private onFullscreenChange;
|
|
20
|
-
private onRotate;
|
|
21
|
-
private hasScreenOrientation;
|
|
22
|
-
private hasScreenLock;
|
|
23
|
-
private getAngle;
|
|
24
|
-
}
|
|
25
|
-
declare module 'video.js' {
|
|
26
|
-
interface VideoJsPlayer {
|
|
27
|
-
fullscreenOnRotatePlugin(): FullscreenOnRotatePlugin;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
export {};
|
|
1
|
+
import videojs, { VideoJsPlayer } from 'video.js';
|
|
2
|
+
declare const Plugin: {
|
|
3
|
+
new (player: VideoJsPlayer, options?: any): videojs.Plugin;
|
|
4
|
+
prototype: videojs.Plugin;
|
|
5
|
+
BASE_PLUGIN_NAME: string;
|
|
6
|
+
deregisterPlugin(name: string): void;
|
|
7
|
+
getPlugin(name: string): any;
|
|
8
|
+
getPluginVersion(name: string): string;
|
|
9
|
+
getPlugins(names?: string[]): {
|
|
10
|
+
[name: string]: videojs.Plugin;
|
|
11
|
+
};
|
|
12
|
+
isBasic(plugin: string | (() => any)): boolean;
|
|
13
|
+
registerPlugin<T, K>(name: string, plugin: (this: VideoJsPlayer, ...options: K[]) => T): (...options: K[]) => T;
|
|
14
|
+
registerPlugin<T_1 extends any>(name: string, plugin: T_1): () => T_1;
|
|
15
|
+
};
|
|
16
|
+
declare class FullscreenOnRotatePlugin extends Plugin {
|
|
17
|
+
constructor(player: VideoJsPlayer);
|
|
18
|
+
private initialize;
|
|
19
|
+
private onFullscreenChange;
|
|
20
|
+
private onRotate;
|
|
21
|
+
private hasScreenOrientation;
|
|
22
|
+
private hasScreenLock;
|
|
23
|
+
private getAngle;
|
|
24
|
+
}
|
|
25
|
+
declare module 'video.js' {
|
|
26
|
+
interface VideoJsPlayer {
|
|
27
|
+
fullscreenOnRotatePlugin(): FullscreenOnRotatePlugin;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
export {};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface AddQuestionButtonProps {
|
|
3
|
-
isCreate: boolean;
|
|
4
|
-
open: boolean;
|
|
5
|
-
showTypeSelector: () => void;
|
|
6
|
-
}
|
|
7
|
-
export declare function AddQuestionButton(props: AddQuestionButtonProps): React.ReactElement;
|
|
8
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface AddQuestionButtonProps {
|
|
3
|
+
isCreate: boolean;
|
|
4
|
+
open: boolean;
|
|
5
|
+
showTypeSelector: () => void;
|
|
6
|
+
}
|
|
7
|
+
export declare function AddQuestionButton(props: AddQuestionButtonProps): React.ReactElement;
|
|
8
|
+
export {};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { VideoJsPlayer } from 'video.js';
|
|
3
|
-
interface ContinueSessionProps {
|
|
4
|
-
player: VideoJsPlayer;
|
|
5
|
-
continue: (sameSession: boolean) => void;
|
|
6
|
-
}
|
|
7
|
-
export declare function ContinueSession(props: ContinueSessionProps): React.ReactElement;
|
|
8
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { VideoJsPlayer } from 'video.js';
|
|
3
|
+
interface ContinueSessionProps {
|
|
4
|
+
player: VideoJsPlayer;
|
|
5
|
+
continue: (sameSession: boolean) => void;
|
|
6
|
+
}
|
|
7
|
+
export declare function ContinueSession(props: ContinueSessionProps): React.ReactElement;
|
|
8
|
+
export {};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export declare const draftConvertOptions: {
|
|
2
|
-
styleToHTML: (style: any) => {
|
|
3
|
-
start: string;
|
|
4
|
-
end: string;
|
|
5
|
-
};
|
|
6
|
-
entityToHTML: (entity: any, originalText: any) => any;
|
|
7
|
-
htmlToStyle: (nodeName: any, node: any, currentStyle: any) => any;
|
|
8
|
-
htmlToEntity: (nodeName: any, node: any, createEntity: any) => any;
|
|
9
|
-
};
|
|
1
|
+
export declare const draftConvertOptions: {
|
|
2
|
+
styleToHTML: (style: any) => {
|
|
3
|
+
start: string;
|
|
4
|
+
end: string;
|
|
5
|
+
};
|
|
6
|
+
entityToHTML: (entity: any, originalText: any) => any;
|
|
7
|
+
htmlToStyle: (nodeName: any, node: any, currentStyle: any) => any;
|
|
8
|
+
htmlToEntity: (nodeName: any, node: any, createEntity: any) => any;
|
|
9
|
+
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
interface LinkState {
|
|
3
|
-
link: string;
|
|
4
|
-
selectionText: string;
|
|
5
|
-
}
|
|
6
|
-
interface CreateAnnotationLinkProps {
|
|
7
|
-
onChange: (tool: 'link', text: string, url: string, target: '_blank') => void;
|
|
8
|
-
expanded: boolean;
|
|
9
|
-
onExpandEvent: () => void;
|
|
10
|
-
currentState: LinkState;
|
|
11
|
-
}
|
|
12
|
-
export declare function CreateAnnotationLink(props: CreateAnnotationLinkProps): JSX.Element;
|
|
13
|
-
export {};
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
interface LinkState {
|
|
3
|
+
link: string;
|
|
4
|
+
selectionText: string;
|
|
5
|
+
}
|
|
6
|
+
interface CreateAnnotationLinkProps {
|
|
7
|
+
onChange: (tool: 'link', text: string, url: string, target: '_blank') => void;
|
|
8
|
+
expanded: boolean;
|
|
9
|
+
onExpandEvent: () => void;
|
|
10
|
+
currentState: LinkState;
|
|
11
|
+
}
|
|
12
|
+
export declare function CreateAnnotationLink(props: CreateAnnotationLinkProps): JSX.Element;
|
|
13
|
+
export {};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Interaction } from 'libs/shared/interfaces';
|
|
3
|
-
import { InteractionProps } from 'projects/player/plugins/interactive-plugin/interfaces';
|
|
4
|
-
import { CreateInteractionState } from 'projects/player/plugins/interactive-plugin/interfaces';
|
|
5
|
-
import './create-annotation.scss';
|
|
6
|
-
interface CreateAnnotationState extends CreateInteractionState {
|
|
7
|
-
annotation: string;
|
|
8
|
-
}
|
|
9
|
-
export declare function ValidateAnnotation(state: CreateAnnotationState): string;
|
|
10
|
-
export declare function SubmitAnnotation(state: CreateAnnotationState, interaction: Interaction): Promise<void>;
|
|
11
|
-
export declare function CreateAnnotation(props: InteractionProps<CreateAnnotationState>): React.ReactElement;
|
|
12
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Interaction } from 'libs/shared/interfaces';
|
|
3
|
+
import { InteractionProps } from 'projects/player/plugins/interactive-plugin/interfaces';
|
|
4
|
+
import { CreateInteractionState } from 'projects/player/plugins/interactive-plugin/interfaces';
|
|
5
|
+
import './create-annotation.scss';
|
|
6
|
+
interface CreateAnnotationState extends CreateInteractionState {
|
|
7
|
+
annotation: string;
|
|
8
|
+
}
|
|
9
|
+
export declare function ValidateAnnotation(state: CreateAnnotationState): string;
|
|
10
|
+
export declare function SubmitAnnotation(state: CreateAnnotationState, interaction: Interaction): Promise<void>;
|
|
11
|
+
export declare function CreateAnnotation(props: InteractionProps<CreateAnnotationState>): React.ReactElement;
|
|
12
|
+
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Interaction, InteractionTypeId } from 'libs/shared/interfaces';
|
|
2
|
-
import { CreateInteractionState, CreateSubmissionFunction, InteractionComponent } from 'projects/player/plugins/interactive-plugin/interfaces';
|
|
3
|
-
export declare function getCreateComponent(typeId: InteractionTypeId): InteractionComponent;
|
|
4
|
-
declare type CreateValidationFunction = (state: CreateInteractionState, interaction: Interaction) => string;
|
|
5
|
-
export declare function getCreateValidation(typeId: InteractionTypeId): CreateValidationFunction;
|
|
6
|
-
export declare function getCreateSubmit(typeId: InteractionTypeId): CreateSubmissionFunction;
|
|
7
|
-
export {};
|
|
1
|
+
import { Interaction, InteractionTypeId } from 'libs/shared/interfaces';
|
|
2
|
+
import { CreateInteractionState, CreateSubmissionFunction, InteractionComponent } from 'projects/player/plugins/interactive-plugin/interfaces';
|
|
3
|
+
export declare function getCreateComponent(typeId: InteractionTypeId): InteractionComponent;
|
|
4
|
+
declare type CreateValidationFunction = (state: CreateInteractionState, interaction: Interaction) => string;
|
|
5
|
+
export declare function getCreateValidation(typeId: InteractionTypeId): CreateValidationFunction;
|
|
6
|
+
export declare function getCreateSubmit(typeId: InteractionTypeId): CreateSubmissionFunction;
|
|
7
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface CreateErrorFeedbackProps {
|
|
3
|
-
error?: string;
|
|
4
|
-
}
|
|
5
|
-
export declare function CreateErrorFeedback(props: CreateErrorFeedbackProps): React.ReactElement;
|
|
6
|
-
export {};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface CreateErrorFeedbackProps {
|
|
3
|
+
error?: string;
|
|
4
|
+
}
|
|
5
|
+
export declare function CreateErrorFeedback(props: CreateErrorFeedbackProps): React.ReactElement;
|
|
6
|
+
export {};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
interface CreateImageCropperProps {
|
|
3
|
-
image: HTMLImageElement;
|
|
4
|
-
imageAlt: string;
|
|
5
|
-
onClickCrop: (imageUrl: string) => void;
|
|
6
|
-
onClickCancel: () => void;
|
|
7
|
-
}
|
|
8
|
-
/**
|
|
9
|
-
* This currently uses a bootstrap modal directly.
|
|
10
|
-
* This is because modals are currently not used in player for any other purpose.
|
|
11
|
-
* If a modal is needed somewhere else, feel feel to abstract the modal
|
|
12
|
-
* component out of here into a separate reusable component.
|
|
13
|
-
*/
|
|
14
|
-
export declare function CreateImageCropper(props: CreateImageCropperProps): JSX.Element;
|
|
15
|
-
export {};
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
interface CreateImageCropperProps {
|
|
3
|
+
image: HTMLImageElement;
|
|
4
|
+
imageAlt: string;
|
|
5
|
+
onClickCrop: (imageUrl: string) => void;
|
|
6
|
+
onClickCancel: () => void;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* This currently uses a bootstrap modal directly.
|
|
10
|
+
* This is because modals are currently not used in player for any other purpose.
|
|
11
|
+
* If a modal is needed somewhere else, feel feel to abstract the modal
|
|
12
|
+
* component out of here into a separate reusable component.
|
|
13
|
+
*/
|
|
14
|
+
export declare function CreateImageCropper(props: CreateImageCropperProps): JSX.Element;
|
|
15
|
+
export {};
|