@clickview/player 0.0.6 → 0.0.7-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/en.json +1 -1
- package/dist/libs/analytics/src/interfaces/AnalyticsTypes.d.ts +21 -3
- package/dist/libs/common/src/backbone/core/AppLink.d.ts +0 -4
- package/dist/libs/common/src/backbone/core/BaseError.d.ts +8 -0
- package/dist/libs/common/src/backbone/interfaces/StickitBinding.d.ts +0 -5
- package/dist/libs/common/src/backbone/interfaces/Xhr.d.ts +2 -2
- package/dist/libs/shared/src/apps/notifications/enums/NotificationType.d.ts +3 -1
- package/dist/libs/shared/src/apps/search/interfaces/FilterProps.d.ts +8 -0
- package/dist/libs/shared/src/apps/search/interfaces/SearchFilter.d.ts +29 -0
- package/dist/libs/shared/src/apps/search/interfaces/SearchResults.d.ts +26 -0
- package/dist/libs/shared/src/apps/search/interfaces/SearchTypes.d.ts +26 -0
- package/dist/libs/shared/src/apps/search/interfaces/index.d.ts +4 -0
- package/dist/libs/shared/src/apps/search/reducers/FilterReducer.d.ts +36 -0
- package/dist/libs/shared/src/apps/search/reducers/index.d.ts +1 -0
- package/dist/libs/shared/src/constants/AppVariables.d.ts +0 -1
- package/dist/libs/shared/src/enums/MasterType.d.ts +1 -0
- package/dist/libs/shared/src/enums/SettingName.d.ts +1 -0
- package/dist/libs/shared/src/hooks/useNavLock.d.ts +2 -0
- package/dist/libs/shared/src/images/svg/ImportedSvgs.d.ts +7 -4
- package/dist/libs/shared/src/images/svg/actions/index.d.ts +3 -1
- package/dist/libs/shared/src/images/svg/objects/index.d.ts +3 -1
- package/dist/libs/shared/src/images/svg/status/index.d.ts +2 -1
- package/dist/libs/shared/src/interfaces/FavouriteVideoFunc.d.ts +2 -0
- package/dist/libs/shared/src/interfaces/app-variables/BaseNotificationsAppVariables.d.ts +6 -3
- package/dist/libs/shared/src/interfaces/index.d.ts +2 -0
- package/dist/libs/shared/src/interfaces/models/Config.d.ts +1 -0
- package/dist/libs/shared/src/interfaces/models/InteractiveMetadata.d.ts +1 -1
- package/dist/libs/shared/src/interfaces/models/User.d.ts +14 -1
- package/dist/libs/shared/src/interfaces/models/interactive-results/InteractiveResultSet.d.ts +5 -0
- package/dist/libs/shared/src/interfaces/models/interactive-results/StudentResult.d.ts +2 -1
- package/dist/libs/shared/src/interfaces/requests/index.d.ts +0 -1
- package/dist/libs/shared/src/interfaces/responses/ShareSearchResponse.d.ts +5 -0
- package/dist/libs/shared/src/interfaces/responses/index.d.ts +1 -0
- package/dist/libs/shared/src/utils/ImageHelper.d.ts +2 -1
- package/dist/player-app.css +23 -21
- package/dist/player-app.js +13 -13
- package/dist/projects/player/src/components/chapter-bar-items/chapter-bar-item.d.ts +1 -0
- package/dist/projects/player/src/components/chapter-bar-items/chapter-bar-items.d.ts +1 -0
- package/dist/projects/player/src/components/cog-button/cog-button.d.ts +7 -5
- package/dist/projects/player/src/components/cog-button/collapsible-heading-menu-item.d.ts +15 -0
- package/dist/projects/player/src/components/collapserator/collapserator.d.ts +1 -1
- package/dist/projects/player/src/components/keyboard-shortcuts-button/keyboard-shortcuts-button.d.ts +1 -0
- package/dist/projects/player/src/components/menu/menu.d.ts +7 -0
- package/dist/projects/player/src/components/play-pause-feedback/play-pause-feedback.d.ts +1 -0
- package/dist/projects/player/src/components/play-toggle/play-toggle.d.ts +1 -0
- package/dist/projects/player/src/components/player/player.d.ts +4 -0
- package/dist/projects/player/src/components/subs-caps-button/off-text-track-menu-item.d.ts +1 -0
- package/dist/projects/player/src/components/subs-caps-button/subs-caps-button.d.ts +1 -0
- package/dist/projects/player/src/components/subs-caps-button/subtitle-search-menu-item.d.ts +2 -1
- package/dist/projects/player/src/components/subtitle-search-button/subtitle-search-button.d.ts +2 -0
- package/dist/projects/player/src/components/subtitle-search-button/subtitle-search-input.d.ts +1 -0
- package/dist/projects/player/src/players/base-player.d.ts +13 -3
- package/dist/projects/player/src/players/interactive-player.d.ts +4 -0
- package/dist/projects/player/src/players/player.d.ts +1 -5
- package/dist/projects/player/src/players/reports/reports-player.d.ts +14 -0
- package/dist/projects/player/src/plugins/engagement-overlay-plugin/components/engagement-overlay.d.ts +1 -0
- package/dist/projects/player/src/plugins/engagement-overlay-plugin/engagement-overlay-plugin.d.ts +30 -0
- package/dist/projects/player/src/plugins/fullscreen-on-rotate-plugin/fullscreen-on-rotate-plugin.d.ts +29 -0
- package/dist/projects/player/src/plugins/interactive-plugin/hooks/useStateManager.d.ts +2 -0
- package/dist/projects/player/src/plugins/interactive-plugin/interactive-plugin.d.ts +2 -0
- package/dist/projects/player/src/plugins/next-video-plugin/next-video-plugin.d.ts +2 -1
- package/dist/projects/player/src/plugins/open-externally-plugin/open-externally-plugin.d.ts +30 -0
- package/dist/projects/player/src/plugins/persist-subtitle-settings-plugin/persist-subtitle-settings-plugin.d.ts +0 -1
- package/dist/projects/player/src/plugins/persist-volume-plugin/persist-volume-plugin.d.ts +25 -0
- package/dist/projects/player/src/plugins/picture-in-picture-plugin/picture-in-picture-plugin.d.ts +0 -1
- package/dist/projects/player/src/plugins/progress-reporter-plugin/progress-reporter-plugin.d.ts +1 -0
- package/dist/projects/player/src/plugins/progressive-files-plugin/progressive-files-plugin.d.ts +3 -0
- package/dist/projects/player/src/plugins/touch-controls-plugin/touch-controls-plugin.d.ts +40 -0
- package/dist/projects/player/src/react/ReportsPlayer.d.ts +3 -0
- package/dist/projects/player/src/services/analytics-service.d.ts +6 -2
- package/package.json +5 -4
- package/dist/libs/analytics/src/utils/VideoDataFormatHelper.d.ts +0 -42
- package/dist/libs/shared/src/images/svg/player/index.d.ts +0 -14
- package/dist/libs/shared/src/interfaces/requests/CreateViewKeyRequest.d.ts +0 -3
- package/dist/projects/player/src/plugins/example-plugin/components/example-button/example-button.d.ts +0 -1
- package/dist/projects/player/src/plugins/example-plugin/example-plugin.d.ts +0 -2
- package/dist/projects/player/src/utils/scrollbar-helper.d.ts +0 -6
- /package/dist/projects/player/src/{plugins/example-plugin/components/example-react-button/example-react-button.d.ts → components/seek-bar/seek-bar.d.ts} +0 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.