@clickview/player 0.0.8-dev.5 → 0.0.8-dev.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/dist/en.json +1 -1
  2. package/dist/libs/analytics/src/interfaces/AnalyticsTypes.d.ts +2 -0
  3. package/dist/libs/common/src/react/services/EventsService.d.ts +16 -0
  4. package/dist/libs/shared/src/components/actions/ActionButton.d.ts +1 -0
  5. package/dist/libs/shared/src/components/actions/Actions.d.ts +1 -0
  6. package/dist/libs/shared/src/components/icon-button/IconButton.d.ts +1 -0
  7. package/dist/libs/shared/src/enums/ShareActivityStatus.d.ts +5 -0
  8. package/dist/libs/shared/src/enums/ShareType.d.ts +2 -2
  9. package/dist/libs/shared/src/enums/TagType.d.ts +3 -0
  10. package/dist/libs/shared/src/interfaces/SetActivityStatusFunc.d.ts +3 -0
  11. package/dist/libs/shared/src/interfaces/collections/DirectShareCollection.d.ts +2 -3
  12. package/dist/libs/shared/src/interfaces/collections/UnionShareObjectCollection.d.ts +3 -0
  13. package/dist/libs/shared/src/interfaces/collections/index.d.ts +1 -0
  14. package/dist/libs/shared/src/interfaces/collections/primitives/BasePaginatedCollection.d.ts +1 -1
  15. package/dist/libs/shared/src/interfaces/index.d.ts +1 -0
  16. package/dist/libs/shared/src/interfaces/models/DirectShare.d.ts +2 -0
  17. package/dist/libs/shared/src/interfaces/models/Tag.d.ts +5 -0
  18. package/dist/libs/shared/src/utils/UserHelper.d.ts +1 -0
  19. package/dist/player-app.css +6 -4
  20. package/dist/player-app.js +14 -14
  21. package/dist/projects/player/src/components/chapter-bar-items/chapter-bar-item.d.ts +2 -2
  22. package/dist/projects/player/src/components/chapter-bar-items/chapter-bar-items.d.ts +2 -2
  23. package/dist/projects/player/src/components/chapter-bar-items/chapter-bar-load-progress.d.ts +2 -2
  24. package/dist/projects/player/src/components/chapter-bar-items/chapter-bar-play-progress.d.ts +2 -2
  25. package/dist/projects/player/src/components/chapters-button/chapter-menu-item.d.ts +2 -2
  26. package/dist/projects/player/src/components/landing-splash/landing-splash.d.ts +2 -2
  27. package/dist/projects/player/src/components/landing-splash/metadata/splash-metadata.d.ts +2 -2
  28. package/dist/projects/player/src/components/landing-splash/metadata/splash-title/splash-title.d.ts +2 -2
  29. package/dist/projects/player/src/components/landing-splash/metadata/splash-warning/splash-warning.d.ts +2 -2
  30. package/dist/projects/player/src/components/mouse-time-display/mouse-time-display.d.ts +13 -0
  31. package/dist/projects/player/src/components/subs-caps-button/SubCapsMenuItem.d.ts +2 -2
  32. package/dist/projects/player/src/components/subs-caps-button/subtitle-search-menu-item.d.ts +2 -2
  33. package/dist/projects/player/src/components/subs-caps-button/subtitle-size-menu-item.d.ts +2 -2
  34. package/dist/projects/player/src/components/text-track-settings/text-track-settings.d.ts +2 -2
  35. package/dist/projects/player/src/components/thumbnail-display/thumbnail-display.d.ts +2 -2
  36. package/dist/projects/player/src/players/interactive-player.d.ts +3 -0
  37. package/dist/projects/player/src/players/player.d.ts +3 -0
  38. package/dist/projects/player/src/plugins/activity-status-plugin/activity-status-plugin.d.ts +32 -0
  39. package/dist/projects/player/src/plugins/activity-status-plugin/components/activity-status-button.d.ts +20 -0
  40. package/dist/projects/player/src/plugins/chromecast-plugin/session-manager.d.ts +2 -2
  41. package/dist/projects/player/src/plugins/chromecast-plugin/tech/chromecast-tech-ui/chromecast-tech-ui.d.ts +2 -2
  42. package/dist/projects/player/src/plugins/create-clip-plugin/components/clip-timepoint-selector/clip-timepoint-selector-handle.d.ts +2 -2
  43. package/dist/projects/player/src/plugins/create-clip-plugin/components/clip-timepoint-selector/clip-timepoint-selector.d.ts +2 -2
  44. package/dist/projects/player/src/plugins/engagement-overlay-plugin/components/engagement-overlay/engagement-overlay.d.ts +2 -2
  45. package/dist/projects/player/src/plugins/interactive-plugin/components/seek-bar/interactive-bar-items.d.ts +2 -2
  46. package/dist/projects/player/src/plugins/points-of-interest-plugin/components/point-of-interest-indicator/point-of-interest-indicator.d.ts +18 -2
  47. package/dist/projects/player/src/plugins/points-of-interest-plugin/components/points-of-interest-menu-item/points-of-interest-menu-item.d.ts +31 -0
  48. package/dist/projects/player/src/plugins/points-of-interest-plugin/points-of-interest-plugin.d.ts +5 -3
  49. package/dist/projects/player/src/plugins/touch-controls-plugin/components/touch-controls/touch-controls.d.ts +2 -2
  50. package/dist/projects/player/src/plugins/whiteboard-mode-plugin/components/drag-handle/drag-handle.d.ts +2 -2
  51. package/dist/projects/player/src/plugins/whiteboard-mode-plugin/components/drag-targets/drag-targets.d.ts +2 -2
  52. package/package.json +3 -3

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.