@realsee/vreo 2.4.6 → 2.5.0-alpha.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.
Files changed (152) hide show
  1. package/README.md +1 -1
  2. package/docs/.nojekyll +1 -0
  3. package/docs/assets/custom.css +78 -0
  4. package/docs/assets/hierarchy.js +1 -0
  5. package/docs/assets/highlight.css +127 -0
  6. package/docs/assets/icons.js +18 -0
  7. package/docs/assets/icons.svg +1 -0
  8. package/docs/assets/main.js +60 -0
  9. package/docs/assets/navigation.js +1 -0
  10. package/docs/assets/search.js +1 -0
  11. package/docs/assets/style.css +1640 -0
  12. package/docs/classes/Player.AudioLike.html +15 -0
  13. package/docs/classes/Player.Controller.html +87 -0
  14. package/docs/classes/Player.Player.html +54 -0
  15. package/docs/classes/Player.VideoAgentMesh.html +72 -0
  16. package/docs/classes/Player.VideoAgentScene.html +9 -0
  17. package/docs/demo/assets/AppReact-CkuqZtcS.js +1 -0
  18. package/docs/demo/assets/default-BQGCQRLt.css +1 -0
  19. package/docs/demo/assets/default-CVvVdmSW.js +5540 -0
  20. package/docs/demo/assets/dynamic-CO5wq52h.js +1 -0
  21. package/docs/demo/assets/examples-BCLzFApO.css +1 -0
  22. package/docs/demo/assets/examples-DfiAz2fR.js +25 -0
  23. package/docs/demo/assets/index-CBBSwaYT.js +1 -0
  24. package/docs/demo/assets/index-CmEXi2sK.css +1 -0
  25. package/docs/demo/assets/main-BF1tvUg-.js +25 -0
  26. package/docs/demo/assets/react-BnzBLum3.css +1 -0
  27. package/docs/demo/assets/react-C4h9qndP.js +25 -0
  28. package/docs/demo/examples.html +16 -0
  29. package/docs/demo/index-react-dynamic.html +18 -0
  30. package/docs/demo/index-react.html +19 -0
  31. package/docs/demo/index.html +19 -0
  32. package/docs/enums/Player.InfoPanelStyleEnum.html +3 -0
  33. package/docs/enums/Player.InfoPanelTypeEnum.html +4 -0
  34. package/docs/enums/Player.PanoEffectEnum.html +4 -0
  35. package/docs/enums/Player.PanoTagEnum.html +4 -0
  36. package/docs/enums/Player.PanoTagStyleEnum.html +6 -0
  37. package/docs/enums/Player.VreoKeyframeEnum.html +25 -0
  38. package/docs/enums/fivePlugins.CameraMovementEffect.html +3 -0
  39. package/docs/enums/fivePlugins.Rotation.html +4 -0
  40. package/docs/functions/custom.SpatialScenePanel.html +2 -0
  41. package/docs/functions/react.useVreoAction.html +8 -0
  42. package/docs/functions/react.useVreoEventCallback.html +10 -0
  43. package/docs/functions/react.useVreoPausedState.html +8 -0
  44. package/docs/hierarchy.html +1 -0
  45. package/docs/index.html +160 -0
  46. package/docs/interfaces/Player.Appearance.html +2 -0
  47. package/docs/interfaces/Player.CustomVreoKeyframeProps.html +3 -0
  48. package/docs/interfaces/Player.PlayerConfigs.html +20 -0
  49. package/docs/interfaces/Player.Vertex.html +5 -0
  50. package/docs/interfaces/Player.VideoAgentMeshOptions.html +9 -0
  51. package/docs/interfaces/Player.VreoKeyframe.html +8 -0
  52. package/docs/interfaces/Player.VreoUnit.html +9 -0
  53. package/docs/interfaces/Player.VreoVideo.html +7 -0
  54. package/docs/interfaces/fivePlugins.CSS3DRenderPluginExportType.html +8 -0
  55. package/docs/interfaces/fivePlugins.CameraMovementOptsCallback.html +3 -0
  56. package/docs/interfaces/fivePlugins.CameraMovementPluginExportType.html +5 -0
  57. package/docs/interfaces/fivePlugins.CameraMovementPluginParameterType.html +1 -0
  58. package/docs/interfaces/fivePlugins.ModelTVVideoPluginData.html +5 -0
  59. package/docs/interfaces/fivePlugins.ModelTVVideoPluginExportType.html +4 -0
  60. package/docs/interfaces/fivePlugins.ModelTVVideoPluginParameterType.html +2 -0
  61. package/docs/interfaces/fivePlugins.Vector3Position.html +5 -0
  62. package/docs/interfaces/react.VreoActionCallbacks.html +18 -0
  63. package/docs/interfaces/react.VreoProviderProps.html +6 -0
  64. package/docs/modules/Player.html +1 -0
  65. package/docs/modules/custom.html +1 -0
  66. package/docs/modules/fivePlugins.html +1 -0
  67. package/docs/modules/react.html +1 -0
  68. package/docs/modules.html +1 -0
  69. package/docs/types/Player.AppSize.html +1 -0
  70. package/docs/types/Player.AudioLikeEvent.html +6 -0
  71. package/docs/types/Player.CameraMovementData.html +2 -0
  72. package/docs/types/Player.CustomData.html +2 -0
  73. package/docs/types/Player.InfoPanelData.html +7 -0
  74. package/docs/types/Player.ModelVideoData.html +9 -0
  75. package/docs/types/Player.PanoEffectData.html +4 -0
  76. package/docs/types/Player.PanoTagData.html +6 -0
  77. package/docs/types/Player.PanoTextLabelData.html +7 -0
  78. package/docs/types/Player.PrompterData.html +3 -0
  79. package/docs/types/Player.QuadrangleVertexs.html +2 -0
  80. package/docs/types/Player.Quaternion.html +6 -0
  81. package/docs/types/Player.UpdateVRPanoramaData.html +7 -0
  82. package/docs/types/Player.Vertexs.html +2 -0
  83. package/docs/types/Player.VideoEffectData.html +7 -0
  84. package/docs/types/Player.VreoKeyframeEvent.html +2 -0
  85. package/docs/types/Player.VreoKeyframeMap.html +6 -0
  86. package/docs/types/Player.VreoSubscribe.html +1 -0
  87. package/docs/types/Player.WaveAppearance.html +1 -0
  88. package/docs/types/fivePlugins.CSS3DRenderPluginParameterType.html +1 -0
  89. package/docs/types/fivePlugins.MoveArgs.html +1 -0
  90. package/docs/types/fivePlugins.MoveOpts.html +1 -0
  91. package/docs/types/fivePlugins.RotateArgs.html +1 -0
  92. package/docs/types/fivePlugins.RotateOpts.html +1 -0
  93. package/docs/variables/fivePlugins.CSS3DRenderPlugin.html +3 -0
  94. package/docs/variables/fivePlugins.CameraMovementPlugin.html +2 -0
  95. package/docs/variables/fivePlugins.ModelTVVideoPlugin.html +1 -0
  96. package/docs/variables/react.VreoProvider.html +9 -0
  97. package/lib/PlayController/createHTMLAudioElement.js +5 -12
  98. package/lib/PlayController/index.js +27 -34
  99. package/lib/Player/App.js +25 -34
  100. package/lib/Player/Controller.d.ts +106 -2
  101. package/lib/Player/Controller.js +190 -78
  102. package/lib/Player/custom/SpatialScenePanel/index.js +20 -31
  103. package/lib/Player/hooks.js +6 -15
  104. package/lib/Player/index.d.ts +103 -0
  105. package/lib/Player/index.js +153 -45
  106. package/lib/Player/modules/Drawer/index.js +8 -17
  107. package/lib/Player/modules/PopUp/index.js +8 -17
  108. package/lib/Player/modules/ResizeObserver/index.js +10 -17
  109. package/lib/Player/modules/VideoAgent/VideoAgentMesh.d.ts +108 -7
  110. package/lib/Player/modules/VideoAgent/VideoAgentMesh.js +157 -52
  111. package/lib/Player/modules/VideoAgent/VideoAgentScene.js +16 -25
  112. package/lib/Player/modules/VideoAgent/index.js +8 -17
  113. package/lib/Player/modules/Wave/index.js +24 -33
  114. package/lib/Player/modules/keyframes/BgMusic/index.js +13 -22
  115. package/lib/Player/modules/keyframes/CameraMovement/index.js +17 -26
  116. package/lib/Player/modules/keyframes/InfoPanel/index.js +13 -21
  117. package/lib/Player/modules/keyframes/ModelVideo/index.js +17 -26
  118. package/lib/Player/modules/keyframes/PanoEffect/index.js +21 -30
  119. package/lib/Player/modules/keyframes/PanoEffect/lineAnime.js +6 -14
  120. package/lib/Player/modules/keyframes/PanoTag/index.js +10 -18
  121. package/lib/Player/modules/keyframes/PanoTextLabel/index.js +19 -28
  122. package/lib/Player/modules/keyframes/Prompter/index.js +13 -22
  123. package/lib/Player/modules/keyframes/UpdateVRPanorama/index.js +16 -24
  124. package/lib/Player/modules/keyframes/VideoEffect/index.js +18 -28
  125. package/lib/Player/typings.js +1 -5
  126. package/lib/fivePlugins/CSS3DRenderPlugin/centerPoint.js +3 -9
  127. package/lib/fivePlugins/CSS3DRenderPlugin/createResizeObserver.js +1 -7
  128. package/lib/fivePlugins/CSS3DRenderPlugin/evenNumber.js +1 -7
  129. package/lib/fivePlugins/CSS3DRenderPlugin/index.d.ts +6 -12
  130. package/lib/fivePlugins/CSS3DRenderPlugin/index.js +27 -37
  131. package/lib/fivePlugins/CSS3DRenderPlugin/transformPositionToVector3.js +3 -9
  132. package/lib/fivePlugins/CameraMovementPlugin/index.js +15 -22
  133. package/lib/fivePlugins/CameraMovementPlugin/typings.js +6 -10
  134. package/lib/fivePlugins/ModelTVVideoPlugin/index.js +9 -18
  135. package/lib/index.js +1 -12
  136. package/lib/react/index.d.ts +111 -0
  137. package/lib/react/index.js +148 -24
  138. package/lib/shared-utils/Audio.js +27 -37
  139. package/lib/shared-utils/AudioLike.js +22 -29
  140. package/lib/shared-utils/Preloader.js +1 -7
  141. package/lib/shared-utils/addResizeListener.js +4 -11
  142. package/lib/shared-utils/animationFrame/BetterTween.js +23 -33
  143. package/lib/shared-utils/animationFrame/index.js +4 -13
  144. package/lib/shared-utils/animationFrame/tween.js +9 -17
  145. package/lib/shared-utils/createTransMatrix.js +5 -14
  146. package/lib/shared-utils/getFileExpandedName.js +1 -7
  147. package/lib/shared-utils/getMediaInfo.js +8 -19
  148. package/lib/shared-utils/setElementDataset.js +1 -7
  149. package/lib/typings/VreoUnit.js +15 -17
  150. package/package.json +57 -6
  151. package/stylesheets/custom/SpatialScenePanel.css +7 -7
  152. package/stylesheets/default.css +1 -1

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.