bitmovin-player-ui 4.4.0 → 4.5.0-rc.2

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 (225) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/js/bitmovinplayer-ui.js +1 -1
  3. package/dist/js/bitmovinplayer-ui.js.map +1 -1
  4. package/dist/js/framework/components/ads/AdMessageLabel.js +2 -2
  5. package/dist/js/framework/components/ads/AdStatusOverlay.d.ts +5 -0
  6. package/dist/js/framework/components/ads/AdStatusOverlay.js +5 -0
  7. package/dist/js/framework/components/buttons/Button.js +0 -4
  8. package/dist/js/framework/main.d.ts +12 -1
  9. package/dist/js/framework/main.js +24 -1
  10. package/dist/js/framework/utils/MobileV3PlayerAPI.d.ts +2 -1
  11. package/docs/assets/hierarchy.js +1 -1
  12. package/docs/assets/navigation.js +1 -1
  13. package/docs/assets/search.js +1 -1
  14. package/docs/classes/AdClickOverlay.html +28 -28
  15. package/docs/classes/AdControlBar.html +31 -31
  16. package/docs/classes/AdCounterLabel.html +31 -31
  17. package/docs/classes/AdMessageLabel.html +31 -31
  18. package/docs/classes/AdSkipButton.html +27 -27
  19. package/docs/classes/AdStatusOverlay.html +32 -46
  20. package/docs/classes/AirPlayToggleButton.html +35 -35
  21. package/docs/classes/AudioQualitySelectBox.html +38 -38
  22. package/docs/classes/AudioTrackListBox.html +39 -39
  23. package/docs/classes/AudioTrackSelectBox.html +38 -38
  24. package/docs/classes/BackgroundColorSelectBox.html +38 -38
  25. package/docs/classes/BackgroundOpacitySelectBox.html +38 -38
  26. package/docs/classes/BrowserUtils.html +2 -2
  27. package/docs/classes/BufferingOverlay.html +31 -31
  28. package/docs/classes/Button.html +27 -27
  29. package/docs/classes/CastStatusOverlay.html +31 -31
  30. package/docs/classes/CastToggleButton.html +35 -35
  31. package/docs/classes/CastUIContainer.html +31 -31
  32. package/docs/classes/CharacterEdgeColorSelectBox.html +124 -0
  33. package/docs/classes/CharacterEdgeSelectBox.html +38 -38
  34. package/docs/classes/ClickOverlay.html +28 -28
  35. package/docs/classes/CloseButton.html +27 -27
  36. package/docs/classes/Component.html +25 -25
  37. package/docs/classes/Container.html +31 -31
  38. package/docs/classes/ControlBar.html +31 -31
  39. package/docs/classes/DismissClickOverlay.html +112 -0
  40. package/docs/classes/DynamicSettingsPanelItem.html +40 -33
  41. package/docs/classes/EcoModeContainer.html +101 -0
  42. package/docs/classes/EcoModeToggleButton.html +103 -0
  43. package/docs/classes/ErrorMessageOverlay.html +31 -31
  44. package/docs/classes/FontColorSelectBox.html +38 -38
  45. package/docs/classes/FontFamilySelectBox.html +38 -38
  46. package/docs/classes/FontOpacitySelectBox.html +38 -38
  47. package/docs/classes/FontSizeSelectBox.html +38 -38
  48. package/docs/classes/FontStyleSelectBox.html +124 -0
  49. package/docs/classes/FullscreenToggleButton.html +35 -35
  50. package/docs/classes/HugePlaybackToggleButton.html +35 -35
  51. package/docs/classes/HugeReplayButton.html +27 -27
  52. package/docs/classes/I18n.html +2 -2
  53. package/docs/classes/Icon.html +25 -25
  54. package/docs/classes/InteractiveSettingsPanelItem.html +107 -0
  55. package/docs/classes/ItemSelectionList.html +38 -38
  56. package/docs/classes/Label.html +31 -31
  57. package/docs/classes/ListBox.html +39 -39
  58. package/docs/classes/ListSelector.html +38 -38
  59. package/docs/classes/MetadataLabel.html +31 -31
  60. package/docs/classes/NavigationGroup.html +10 -10
  61. package/docs/classes/PictureInPictureToggleButton.html +35 -35
  62. package/docs/classes/PlaybackSpeedSelectBox.html +38 -38
  63. package/docs/classes/PlaybackTimeLabel.html +32 -32
  64. package/docs/classes/PlaybackToggleButton.html +35 -35
  65. package/docs/classes/PlaybackToggleOverlay.html +31 -31
  66. package/docs/classes/PlayerUtils.LiveStreamDetector.html +2 -2
  67. package/docs/classes/PlayerUtils.TimeShiftAvailabilityDetector.html +2 -2
  68. package/docs/classes/PlayerWrapper.html +4 -4
  69. package/docs/classes/QuickSeekButton.html +27 -27
  70. package/docs/classes/RecommendationItem.html +25 -25
  71. package/docs/classes/RecommendationOverlay.html +31 -31
  72. package/docs/classes/ReplayButton.html +27 -27
  73. package/docs/classes/RootNavigationGroup.html +10 -10
  74. package/docs/classes/SeekBar.html +36 -36
  75. package/docs/classes/SeekBarLabel.html +35 -35
  76. package/docs/classes/SelectBox.html +38 -38
  77. package/docs/classes/SettingsPanel.html +39 -39
  78. package/docs/classes/SettingsPanelItem.html +33 -33
  79. package/docs/classes/SettingsPanelNavigationGroup.html +10 -10
  80. package/docs/classes/SettingsPanelNavigationGroupConfig.html +2 -2
  81. package/docs/classes/SettingsPanelPage.html +33 -33
  82. package/docs/classes/SettingsPanelPageBackButton.html +29 -29
  83. package/docs/classes/SettingsPanelPageNavigatorButton.html +95 -0
  84. package/docs/classes/SettingsPanelPageOpenButton.html +29 -29
  85. package/docs/classes/SettingsPanelSelectOption.html +107 -0
  86. package/docs/classes/SettingsToggleButton.html +35 -35
  87. package/docs/classes/SmallCenteredPlaybackToggleButton.html +102 -0
  88. package/docs/classes/Spacer.html +25 -25
  89. package/docs/classes/SpatialNavigation.html +4 -4
  90. package/docs/classes/SubtitleListBox.html +39 -39
  91. package/docs/classes/SubtitleOverlay.html +31 -31
  92. package/docs/classes/SubtitleSelectBox.html +38 -38
  93. package/docs/classes/SubtitleSettingSelectBox.html +38 -38
  94. package/docs/classes/SubtitleSettingsPanelPage.html +33 -33
  95. package/docs/classes/SubtitleSettingsResetButton.html +27 -27
  96. package/docs/classes/TitleBar.html +31 -31
  97. package/docs/classes/ToggleButton.html +35 -35
  98. package/docs/classes/TouchControlOverlay.html +99 -0
  99. package/docs/classes/TvNoiseCanvas.html +81 -0
  100. package/docs/classes/UIContainer.html +31 -31
  101. package/docs/classes/UIInstanceManager.html +14 -14
  102. package/docs/classes/UIManager.html +14 -14
  103. package/docs/classes/VRToggleButton.html +35 -35
  104. package/docs/classes/VideoQualitySelectBox.html +39 -39
  105. package/docs/classes/VolumeControlButton.html +33 -33
  106. package/docs/classes/VolumeSlider.html +36 -36
  107. package/docs/classes/VolumeToggleButton.html +35 -35
  108. package/docs/classes/Watermark.html +28 -28
  109. package/docs/classes/WindowColorSelectBox.html +38 -38
  110. package/docs/classes/WindowOpacitySelectBox.html +38 -38
  111. package/docs/enums/ButtonStyle.html +5 -5
  112. package/docs/enums/LabelStyle.html +4 -4
  113. package/docs/enums/MetadataLabelContent.html +3 -3
  114. package/docs/enums/NavigationDirection.html +2 -2
  115. package/docs/enums/PlaybackTimeLabelMode.html +5 -5
  116. package/docs/enums/PlayerUtils.PlayerState.html +2 -2
  117. package/docs/enums/UIUtils.KeyCode.html +2 -2
  118. package/docs/enums/ViewMode.html +3 -3
  119. package/docs/functions/ArrayUtils.remove.html +1 -1
  120. package/docs/functions/ErrorUtils.defaultMobileV3ErrorMessageTranslator.html +1 -1
  121. package/docs/functions/PlayerUtils.clampValueToRange.html +1 -1
  122. package/docs/functions/PlayerUtils.getCurrentTimeRelativeToSeekableRange.html +1 -1
  123. package/docs/functions/PlayerUtils.getSeekableRangeRespectingLive.html +1 -1
  124. package/docs/functions/PlayerUtils.getSeekableRangeStart.html +1 -1
  125. package/docs/functions/PlayerUtils.getState.html +1 -1
  126. package/docs/functions/PlayerUtils.isTimeShiftAvailable.html +1 -1
  127. package/docs/functions/StorageUtils.getItem.html +1 -1
  128. package/docs/functions/StorageUtils.getObject.html +1 -1
  129. package/docs/functions/StorageUtils.setItem.html +1 -1
  130. package/docs/functions/StorageUtils.setObject.html +1 -1
  131. package/docs/functions/StorageUtils.setStorageApiDisabled.html +1 -1
  132. package/docs/functions/StringUtils.replaceAdMessagePlaceholders.html +1 -1
  133. package/docs/functions/StringUtils.secondsToText.html +1 -1
  134. package/docs/functions/StringUtils.secondsToTime.html +1 -1
  135. package/docs/functions/UIFactory.buildCastReceiverUI.html +1 -1
  136. package/docs/functions/UIFactory.buildSmallScreenUI.html +1 -1
  137. package/docs/functions/UIFactory.buildSubtitleUI.html +1 -1
  138. package/docs/functions/UIFactory.buildTvUI.html +1 -1
  139. package/docs/functions/UIFactory.buildUI.html +1 -1
  140. package/docs/functions/UIUtils.traverseTree.html +1 -1
  141. package/docs/hierarchy.html +1 -1
  142. package/docs/interfaces/ActiveUiChangedArgs.html +3 -3
  143. package/docs/interfaces/AdControlBarConfig.html +12 -12
  144. package/docs/interfaces/AdSkipButtonConfig.html +16 -16
  145. package/docs/interfaces/BufferingOverlayConfig.html +13 -13
  146. package/docs/interfaces/ButtonConfig.html +14 -14
  147. package/docs/interfaces/ClickOverlayConfig.html +15 -15
  148. package/docs/interfaces/CloseButtonConfig.html +15 -15
  149. package/docs/interfaces/ComponentConfig.html +11 -11
  150. package/docs/interfaces/ComponentFocusChangedEventArgs.html +2 -2
  151. package/docs/interfaces/ComponentHoverChangedEventArgs.html +2 -2
  152. package/docs/interfaces/ContainerConfig.html +12 -12
  153. package/docs/interfaces/ControlBarConfig.html +12 -12
  154. package/docs/interfaces/DismissClickOverlayConfig.html +35 -0
  155. package/docs/interfaces/DynamicSettingsPanelItemConfig.html +19 -19
  156. package/docs/interfaces/ErrorMessageMap.html +1 -1
  157. package/docs/interfaces/ErrorMessageOverlayConfig.html +13 -13
  158. package/docs/interfaces/ErrorMessageTranslator.html +1 -1
  159. package/docs/interfaces/ExternalRecommendationLink.html +3 -3
  160. package/docs/interfaces/InternalUIConfig.html +15 -15
  161. package/docs/interfaces/LabelConfig.html +14 -14
  162. package/docs/interfaces/ListBoxConfig.html +17 -17
  163. package/docs/interfaces/ListItem.html +2 -2
  164. package/docs/interfaces/ListItemFilter.html +1 -1
  165. package/docs/interfaces/ListItemLabelTranslator.html +1 -1
  166. package/docs/interfaces/ListSelectorConfig.html +11 -11
  167. package/docs/interfaces/LocalizationConfig.html +3 -3
  168. package/docs/interfaces/MetadataLabelConfig.html +15 -15
  169. package/docs/interfaces/PlaybackTimeLabelConfig.html +16 -16
  170. package/docs/interfaces/PlaybackToggleButtonConfig.html +19 -19
  171. package/docs/interfaces/PlaybackToggleOverlayConfig.html +13 -13
  172. package/docs/interfaces/PlayerUtils.LiveStreamDetectorEventArgs.html +2 -2
  173. package/docs/interfaces/PlayerUtils.TimeShiftAvailabilityChangedArgs.html +2 -2
  174. package/docs/interfaces/QuickSeekButtonConfig.html +15 -15
  175. package/docs/interfaces/RecommendationConfig.html +4 -4
  176. package/docs/interfaces/RecommendationItemConfig.html +12 -12
  177. package/docs/interfaces/SeekBarConfig.html +19 -19
  178. package/docs/interfaces/SeekBarLabelConfig.html +12 -12
  179. package/docs/interfaces/SeekBarMarker.html +2 -2
  180. package/docs/interfaces/SeekPreviewArgs.html +3 -3
  181. package/docs/interfaces/SeekPreviewEventArgs.html +4 -4
  182. package/docs/interfaces/SettingsPanelConfig.html +15 -15
  183. package/docs/interfaces/SettingsPanelItemConfig.html +17 -17
  184. package/docs/interfaces/SettingsPanelPageConfig.html +13 -13
  185. package/docs/interfaces/SettingsPanelPageNavigatorConfig.html +41 -0
  186. package/docs/interfaces/SettingsPanelSelectOptionConfig.html +42 -0
  187. package/docs/interfaces/SettingsPanelState.html +6 -0
  188. package/docs/interfaces/SettingsToggleButtonConfig.html +20 -20
  189. package/docs/interfaces/SubtitleSettingSelectBoxConfig.html +11 -11
  190. package/docs/interfaces/SubtitleSettingsPanelPageConfig.html +13 -13
  191. package/docs/interfaces/TimelineMarker.html +6 -6
  192. package/docs/interfaces/TitleBarConfig.html +13 -13
  193. package/docs/interfaces/ToggleButtonConfig.html +18 -18
  194. package/docs/interfaces/TouchControlOverlayConfig.html +46 -0
  195. package/docs/interfaces/UIConditionContext.html +10 -10
  196. package/docs/interfaces/UIConditionResolver.html +1 -1
  197. package/docs/interfaces/UIConfig.html +14 -14
  198. package/docs/interfaces/UIContainerConfig.html +17 -17
  199. package/docs/interfaces/UIUtils.TreeTraversalCallback.html +1 -1
  200. package/docs/interfaces/UIVariant.html +2 -2
  201. package/docs/interfaces/ViewModeChangedEventArgs.html +2 -2
  202. package/docs/interfaces/Vocabularies.html +1 -1
  203. package/docs/interfaces/Vocabulary.html +2 -2
  204. package/docs/interfaces/VolumeControlButtonConfig.html +14 -14
  205. package/docs/interfaces/VolumeSliderConfig.html +21 -21
  206. package/docs/interfaces/WatermarkConfig.html +15 -15
  207. package/docs/interfaces/WrappedPlayer.html +98 -95
  208. package/docs/media/CHANGELOG.md +12 -0
  209. package/docs/modules.html +1 -1
  210. package/docs/types/CustomVocabulary.html +1 -1
  211. package/docs/types/LocalizableText.html +1 -1
  212. package/docs/types/Localizer.html +1 -1
  213. package/docs/variables/ErrorUtils.defaultErrorMessages.html +1 -1
  214. package/docs/variables/ErrorUtils.defaultWebErrorMessageTranslator.html +1 -1
  215. package/docs/variables/StringUtils.FORMAT_HHMMSS.html +1 -1
  216. package/docs/variables/StringUtils.FORMAT_MMSS.html +1 -1
  217. package/docs/variables/i18n.html +1 -1
  218. package/docs/variables/version.html +1 -1
  219. package/package.json +2 -2
  220. package/src/ts/UIManager.ts +3 -3
  221. package/src/ts/components/ads/AdMessageLabel.ts +2 -2
  222. package/src/ts/components/ads/AdStatusOverlay.ts +5 -0
  223. package/src/ts/components/buttons/Button.ts +0 -5
  224. package/src/ts/main.ts +23 -1
  225. package/src/ts/utils/MobileV3PlayerAPI.ts +3 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
6
  and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
 
8
+ ## [Unreleased]
9
+
10
+ ### Removed
11
+
12
+ - Button no longer calls stopPropagation on its click, focusin and focusout Events
13
+
14
+ ### Fixed
15
+
16
+ - Type incompatibility warnings with Player version 8.235.0 and higher
17
+ - Ads UI variant not shown
18
+ - Missing exports of some components and configuration types
19
+
8
20
  ## [4.4.0] - 2025-11-27
9
21
 
10
22
  ### Fixed