@shopware-ag/dive 2.0.1-beta.0 → 2.0.1-beta.10

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 (271) hide show
  1. package/build/chunks/AssetCache-C-7MpNrK.cjs +1 -0
  2. package/build/chunks/AssetCache-CZV5A70i.mjs +79 -0
  3. package/build/chunks/AssetExporter-DsbC2rqv.cjs +164 -0
  4. package/build/{src/modules/asset/exporter/AssetExporter.mjs → chunks/AssetExporter-brT7ogoM.mjs} +22 -21
  5. package/build/chunks/AssetLoader-BZlqXTbf.cjs +4 -0
  6. package/build/chunks/AssetLoader-Dnh5tbUZ.mjs +2341 -0
  7. package/build/chunks/FileTypes-DMybIHHj.mjs +1109 -0
  8. package/build/chunks/FileTypes-PEcAgRZ8.cjs +30 -0
  9. package/build/chunks/MathUtils-CBW56ZuG.cjs +1 -0
  10. package/build/chunks/MathUtils-CFGjHuVF.mjs +159 -0
  11. package/build/chunks/OrbitController-D-WNei2f.mjs +940 -0
  12. package/build/chunks/OrbitController-rMX8EHvJ.cjs +1 -0
  13. package/build/chunks/PerspectiveCamera-CONx93im.cjs +1 -0
  14. package/build/chunks/PerspectiveCamera-DUiWJJIj.mjs +38 -0
  15. package/build/chunks/PovSchema-Co9FznEz.cjs +1 -0
  16. package/build/chunks/PovSchema-DWWvr_ED.mjs +10 -0
  17. package/build/chunks/SelectTool-BVxDEcnM.cjs +1 -0
  18. package/build/chunks/{SelectTool-mTRiZYaC.mjs → SelectTool-D5QfT5rr.mjs} +59 -54
  19. package/build/chunks/draco_decoder-Bh9flJPu.cjs +1 -0
  20. package/build/chunks/draco_decoder-CEzwqP9o.mjs +38 -0
  21. package/build/chunks/draco_decoder-DtHHc5d0.mjs +4 -0
  22. package/build/chunks/draco_decoder-DvYjcLz_.cjs +35 -0
  23. package/build/chunks/draco_wasm_wrapper-FoEVV9af.cjs +118 -0
  24. package/build/chunks/draco_wasm_wrapper-yQy2VLhb.mjs +121 -0
  25. package/build/chunks/fflate.module-DHdJvhNh.cjs +6 -0
  26. package/build/chunks/fflate.module-xyO_T3Zm.mjs +602 -0
  27. package/build/chunks/findInterface-C6mrvf_t.cjs +1 -0
  28. package/build/chunks/findInterface-DbJ5qzbc.mjs +11 -0
  29. package/build/chunks/isFileTypeSupported-BSpswPHU.mjs +12 -0
  30. package/build/chunks/isFileTypeSupported-CrEqYiv9.cjs +1 -0
  31. package/build/chunks/network-error-BONfHWQq.mjs +14 -0
  32. package/build/chunks/network-error-CdDXil5g.cjs +1 -0
  33. package/build/chunks/package-Bf92jAR_.cjs +1 -0
  34. package/build/chunks/package-ZPbjnXun.mjs +39 -0
  35. package/build/chunks/parse-error-DfOPyLWM.mjs +14 -0
  36. package/build/chunks/parse-error-Dy_EE4rL.cjs +1 -0
  37. package/build/dive.cjs +1 -30
  38. package/build/dive.mjs +665 -1622
  39. package/build/plugins/animation/index.cjs +1 -0
  40. package/build/plugins/animation/index.d.ts +2 -0
  41. package/build/plugins/animation/index.mjs +126 -0
  42. package/build/plugins/ar/index.cjs +1 -0
  43. package/build/plugins/ar/index.d.ts +2 -0
  44. package/build/plugins/ar/index.mjs +207 -0
  45. package/build/plugins/assetcache/index.cjs +1 -0
  46. package/build/plugins/assetcache/index.d.ts +2 -0
  47. package/build/plugins/assetcache/index.mjs +5 -0
  48. package/build/plugins/assetconverter/index.d.ts +2 -0
  49. package/build/plugins/assetexporter/index.cjs +1 -0
  50. package/build/plugins/assetexporter/index.d.ts +2 -0
  51. package/build/plugins/assetexporter/index.mjs +4 -0
  52. package/build/plugins/assetloader/index.cjs +1 -0
  53. package/build/plugins/assetloader/index.d.ts +2 -0
  54. package/build/plugins/assetloader/index.mjs +6 -0
  55. package/build/plugins/axiscamera/index.cjs +1 -0
  56. package/build/plugins/axiscamera/index.d.ts +2 -0
  57. package/build/plugins/axiscamera/index.mjs +4 -0
  58. package/build/plugins/mediacreator/index.cjs +1 -0
  59. package/build/plugins/mediacreator/index.d.ts +2 -0
  60. package/build/{src/modules/mediacreator/MediaCreator.mjs → plugins/mediacreator/index.mjs} +4 -4
  61. package/build/plugins/orbitcontroller/index.cjs +1 -0
  62. package/build/plugins/orbitcontroller/index.d.ts +2 -0
  63. package/build/plugins/orbitcontroller/index.mjs +5 -0
  64. package/build/plugins/state/index.cjs +27 -0
  65. package/build/plugins/state/index.d.ts +2 -0
  66. package/build/plugins/state/index.mjs +4265 -0
  67. package/build/plugins/systeminfo/index.cjs +1 -0
  68. package/build/plugins/systeminfo/index.d.ts +2 -0
  69. package/build/{chunks/SystemInfo-DPAQG-S5.mjs → plugins/systeminfo/index.mjs} +48 -51
  70. package/build/plugins/toolbox/index.cjs +1 -0
  71. package/build/plugins/toolbox/index.d.ts +2 -0
  72. package/build/{src/modules/toolbox/Toolbox.mjs → plugins/toolbox/index.mjs} +23 -17
  73. package/build/src/components/floor/Floor.d.ts +2 -2
  74. package/build/src/components/gizmo/Gizmo.d.ts +1 -1
  75. package/build/src/components/gizmo/handles/AxisHandle.d.ts +1 -1
  76. package/build/src/components/gizmo/handles/RadialHandle.d.ts +1 -1
  77. package/build/src/components/gizmo/handles/ScaleHandle.d.ts +1 -1
  78. package/build/src/components/gizmo/rotate/RotateGizmo.d.ts +2 -2
  79. package/build/src/components/gizmo/scale/ScaleGizmo.d.ts +2 -2
  80. package/build/src/components/gizmo/translate/TranslateGizmo.d.ts +2 -2
  81. package/build/src/components/grid/Grid.d.ts +1 -1
  82. package/build/src/components/group/Group.d.ts +4 -4
  83. package/build/src/components/light/AmbientLight.d.ts +3 -3
  84. package/build/src/components/light/PointLight.d.ts +3 -3
  85. package/build/src/components/light/SceneLight.d.ts +3 -3
  86. package/build/src/components/model/Model.d.ts +8 -5
  87. package/build/src/components/node/Node.d.ts +8 -8
  88. package/build/src/components/primitive/Primitive.d.ts +5 -5
  89. package/build/src/components/root/Root.d.ts +19 -31
  90. package/build/src/core/Dive.d.ts +8 -7
  91. package/build/src/engine/Engine.d.ts +2 -6
  92. package/build/src/engine/clock/Clock.d.ts +1 -0
  93. package/build/src/engine/index.d.ts +6 -0
  94. package/build/src/engine/renderer/Renderer.d.ts +47 -7
  95. package/build/src/engine/scene/Scene.d.ts +4 -22
  96. package/build/src/engine/scene/xrroot/XRRoot.d.ts +2 -2
  97. package/build/src/engine/scene/xrroot/xrlightroot/XRLightRoot.d.ts +2 -2
  98. package/build/src/error/file-content/file-content-error.d.ts +4 -0
  99. package/build/src/error/index.d.ts +4 -0
  100. package/build/src/error/network/network-error.d.ts +1 -1
  101. package/build/src/error/parse/parse-error.d.ts +2 -1
  102. package/build/src/events/dispatcher/EventDispatcher.d.ts +6 -0
  103. package/build/src/events/index.d.ts +1 -0
  104. package/build/src/helpers/deepClone/deepClone.d.ts +34 -0
  105. package/build/src/helpers/index.d.ts +5 -4
  106. package/build/src/index.d.ts +5 -5
  107. package/build/src/interfaces/Draggable.d.ts +1 -1
  108. package/build/src/plugins/animation/index.d.ts +2 -0
  109. package/build/src/{modules/animation → plugins/animation/src}/animator/Animator.d.ts +2 -3
  110. package/build/src/plugins/animation/src/index.d.ts +3 -0
  111. package/build/src/plugins/animation/src/system/AnimationSystem.d.ts +23 -0
  112. package/build/src/plugins/ar/index.d.ts +4 -0
  113. package/build/src/plugins/ar/src/ARSystem.d.ts +24 -0
  114. package/build/src/plugins/ar/src/arquicklook/ARQuickLook.d.ts +15 -0
  115. package/build/src/plugins/ar/src/error/ar-errors.d.ts +24 -0
  116. package/build/src/{modules/ar → plugins/ar/src}/sceneviewer/SceneViewer.d.ts +10 -0
  117. package/build/src/{modules/ar → plugins/ar/src}/webxr/WebXR.d.ts +4 -4
  118. package/build/src/{modules/ar → plugins/ar/src}/webxr/controller/WebXRController.d.ts +5 -5
  119. package/build/src/{modules/ar → plugins/ar/src}/webxr/crosshair/WebXRCrosshair.d.ts +2 -2
  120. package/build/src/{modules/ar → plugins/ar/src}/webxr/origin/WebXROrigin.d.ts +4 -4
  121. package/build/src/{modules/ar → plugins/ar/src}/webxr/overlay/Overlay.d.ts +2 -2
  122. package/build/src/{modules/ar → plugins/ar/src}/webxr/raycaster/WebXRRaycaster.d.ts +8 -8
  123. package/build/src/{modules/ar → plugins/ar/src}/webxr/raycaster/ar/WebXRRaycasterAR.d.ts +4 -4
  124. package/build/src/{modules/ar → plugins/ar/src}/webxr/raycaster/three/WebXRRaycasterTHREE.d.ts +4 -4
  125. package/build/src/{modules/ar → plugins/ar/src}/webxr/touchscreencontrols/WebXRTouchscreenControls.d.ts +3 -3
  126. package/build/src/plugins/assetcache/index.d.ts +1 -0
  127. package/build/src/plugins/assetcache/src/cache/AssetCache.d.ts +12 -0
  128. package/build/src/plugins/assetcache/src/chunk/Chunk.d.ts +16 -0
  129. package/build/src/plugins/assetcache/src/index.d.ts +2 -0
  130. package/build/src/plugins/assetconverter/index.d.ts +1 -0
  131. package/build/src/plugins/assetconverter/src/AssetConverter.d.ts +13 -0
  132. package/build/src/plugins/assetexporter/index.d.ts +1 -0
  133. package/build/src/{modules/asset/exporter → plugins/assetexporter/src}/AssetExporter.d.ts +0 -17
  134. package/build/src/plugins/assetloader/index.d.ts +3 -0
  135. package/build/src/plugins/assetloader/src/draco/DracoLoader.d.ts +10 -0
  136. package/build/src/plugins/assetloader/src/loader/AssetLoader.d.ts +14 -0
  137. package/build/src/plugins/axiscamera/index.d.ts +1 -0
  138. package/build/src/{modules/axiscamera → plugins/axiscamera/src}/AxisCamera.d.ts +3 -6
  139. package/build/src/plugins/mediacreator/index.d.ts +1 -0
  140. package/build/src/plugins/mediacreator/src/MediaCreator.d.ts +15 -0
  141. package/build/src/plugins/orbitcontroller/index.d.ts +1 -0
  142. package/build/src/{modules/controller/orbit → plugins/orbitcontroller/src}/OrbitController.d.ts +3 -3
  143. package/build/src/plugins/state/index.d.ts +4 -0
  144. package/build/src/{modules/state → plugins/state/src}/State.d.ts +4 -27
  145. package/build/src/{modules/state → plugins/state/src}/actions/action.d.ts +1 -1
  146. package/build/src/{modules/state → plugins/state/src}/actions/ar/launchar.d.ts +2 -2
  147. package/build/src/{modules/state → plugins/state/src}/actions/camera/computeencompassingview.d.ts +1 -1
  148. package/build/src/{modules/state → plugins/state/src}/actions/camera/getcameratransform.d.ts +1 -1
  149. package/build/src/{modules/state → plugins/state/src}/actions/camera/lockcamera.d.ts +1 -1
  150. package/build/src/{modules/state → plugins/state/src}/actions/camera/movecamera.d.ts +1 -1
  151. package/build/src/{modules/state → plugins/state/src}/actions/camera/setcameralayer.d.ts +1 -1
  152. package/build/src/{modules/state → plugins/state/src}/actions/camera/setcameratransform.d.ts +1 -1
  153. package/build/src/{modules/state → plugins/state/src}/actions/camera/zoomcamera.d.ts +1 -1
  154. package/build/src/{modules/state → plugins/state/src}/actions/media/generatemedia.d.ts +1 -1
  155. package/build/src/plugins/state/src/actions/object/addobject.d.ts +9 -0
  156. package/build/src/{modules/state → plugins/state/src}/actions/object/deleteobject.d.ts +4 -3
  157. package/build/src/{modules/state → plugins/state/src}/actions/object/deselectobject.d.ts +4 -3
  158. package/build/src/{modules/state → plugins/state/src}/actions/object/dropit.d.ts +1 -1
  159. package/build/src/{modules/state → plugins/state/src}/actions/object/getallobjects.d.ts +3 -2
  160. package/build/src/{modules/state → plugins/state/src}/actions/object/getobjects.d.ts +3 -2
  161. package/build/src/{modules/state → plugins/state/src}/actions/object/modelloaded.d.ts +1 -1
  162. package/build/src/{modules/state → plugins/state/src}/actions/object/placeonfloor.d.ts +1 -1
  163. package/build/src/{modules/state → plugins/state/src}/actions/object/selectobject.d.ts +4 -3
  164. package/build/src/{modules/state → plugins/state/src}/actions/object/setparent.d.ts +6 -5
  165. package/build/src/{modules/state → plugins/state/src}/actions/object/updateobject.d.ts +4 -3
  166. package/build/src/{modules/state → plugins/state/src}/actions/renderer/startrender.d.ts +1 -1
  167. package/build/src/{modules/state → plugins/state/src}/actions/scene/exportscene.d.ts +4 -4
  168. package/build/src/{modules/state → plugins/state/src}/actions/scene/getallscenedata.d.ts +3 -3
  169. package/build/src/{modules/state → plugins/state/src}/actions/scene/setbackground.d.ts +1 -1
  170. package/build/src/{modules/state → plugins/state/src}/actions/scene/updatescene.d.ts +1 -1
  171. package/build/src/{modules/state → plugins/state/src}/actions/toolbox/setgizmomode.d.ts +1 -1
  172. package/build/src/{modules/state → plugins/state/src}/actions/toolbox/setgizmoscalelinked.d.ts +1 -1
  173. package/build/src/{modules/state → plugins/state/src}/actions/toolbox/setgizmovisible.d.ts +1 -1
  174. package/build/src/{modules/state → plugins/state/src}/actions/toolbox/usetool.d.ts +2 -2
  175. package/build/src/plugins/state/types/ActionTypes.d.ts +17 -0
  176. package/build/src/{types/SceneType.d.ts → plugins/state/types/StateExportFileType.d.ts} +1 -1
  177. package/build/src/plugins/state/types/StateSceneData.d.ts +19 -0
  178. package/build/src/plugins/state/types/index.d.ts +1 -0
  179. package/build/src/plugins/systeminfo/index.d.ts +2 -0
  180. package/build/src/{modules/systeminfo → plugins/systeminfo/src}/SystemInfo.d.ts +22 -32
  181. package/build/src/plugins/toolbox/index.d.ts +4 -0
  182. package/build/src/{modules/toolbox → plugins/toolbox/src}/BaseTool.d.ts +4 -6
  183. package/build/src/{modules/toolbox → plugins/toolbox/src}/Toolbox.d.ts +8 -17
  184. package/build/src/{modules/toolbox → plugins/toolbox/src}/select/SelectTool.d.ts +7 -11
  185. package/build/src/{modules/toolbox → plugins/toolbox/src}/transform/TransformTool.d.ts +6 -10
  186. package/build/src/types/components/DIVELight.d.ts +4 -0
  187. package/build/src/types/components/DIVESceneObject.d.ts +6 -0
  188. package/build/src/types/components/index.d.ts +2 -0
  189. package/build/src/types/index.d.ts +2 -5
  190. package/build/src/types/schema/BaseEntitySchema.d.ts +8 -0
  191. package/build/src/types/schema/EntitySchema.d.ts +11 -0
  192. package/build/src/types/schema/EntityTypeSchema.d.ts +1 -0
  193. package/build/src/types/schema/GeometrySchema.d.ts +7 -0
  194. package/build/src/types/schema/GeometryTypeSchema.d.ts +1 -0
  195. package/build/src/types/schema/GroupSchema.d.ts +11 -0
  196. package/build/src/types/schema/LightSchema.d.ts +28 -0
  197. package/build/src/{modules/state/types/COMMaterial.d.ts → types/schema/MaterialSchema.d.ts} +1 -1
  198. package/build/src/types/schema/ModelSchema.d.ts +14 -0
  199. package/build/src/types/schema/PovSchema.d.ts +10 -0
  200. package/build/src/types/schema/PrimitiveSchema.d.ts +14 -0
  201. package/build/src/types/schema/index.d.ts +11 -0
  202. package/package.json +60 -41
  203. package/build/chunks/FileTypes-BjZ0rrIV.cjs +0 -1
  204. package/build/chunks/FileTypes-qgYnI0Jg.mjs +0 -30
  205. package/build/chunks/ModuleRegistry-NyNtjHb2.cjs +0 -1
  206. package/build/chunks/ModuleRegistry-RSub8W0G.mjs +0 -13
  207. package/build/chunks/PerspectiveCamera-BByyG5R4.cjs +0 -1
  208. package/build/chunks/PerspectiveCamera-sm4_81KJ.mjs +0 -34
  209. package/build/chunks/SelectTool-BRKko7uz.cjs +0 -1
  210. package/build/chunks/SystemInfo-oX-NNneO.cjs +0 -1
  211. package/build/chunks/VisibilityLayerMask-BI7jPKdx.cjs +0 -1
  212. package/build/chunks/VisibilityLayerMask-CXgt1fJc.mjs +0 -8
  213. package/build/chunks/findInterface-BEdL2iUQ.cjs +0 -1
  214. package/build/chunks/findInterface-OrXgmwxj.mjs +0 -18
  215. package/build/chunks/index-C_uFFwT2.mjs +0 -5
  216. package/build/chunks/index-DAwIH9xh.cjs +0 -1
  217. package/build/chunks/package-BFpY3sIj.cjs +0 -1
  218. package/build/chunks/package-BvoZkrge.mjs +0 -39
  219. package/build/chunks/parse-error-2f5qpXP5.cjs +0 -6
  220. package/build/chunks/parse-error-DRBVHL9E.mjs +0 -614
  221. package/build/src/error/ar-compatibility/ar-compatibility-error.d.ts +0 -12
  222. package/build/src/modules/ModuleRegistry.d.ts +0 -19
  223. package/build/src/modules/animation/AnimationSystem.cjs +0 -1
  224. package/build/src/modules/animation/AnimationSystem.d.ts +0 -36
  225. package/build/src/modules/animation/AnimationSystem.mjs +0 -95
  226. package/build/src/modules/ar/ARSystem.cjs +0 -1
  227. package/build/src/modules/ar/ARSystem.d.ts +0 -71
  228. package/build/src/modules/ar/ARSystem.mjs +0 -163
  229. package/build/src/modules/ar/arquicklook/ARQuickLook.d.ts +0 -7
  230. package/build/src/modules/asset/converter/AssetConverter.d.ts +0 -30
  231. package/build/src/modules/asset/exporter/AssetExporter.cjs +0 -164
  232. package/build/src/modules/asset/loader/AssetLoader.cjs +0 -2
  233. package/build/src/modules/asset/loader/AssetLoader.d.ts +0 -29
  234. package/build/src/modules/asset/loader/AssetLoader.mjs +0 -1919
  235. package/build/src/modules/events/EventExecutor.d.ts +0 -5
  236. package/build/src/modules/mediacreator/MediaCreator.cjs +0 -1
  237. package/build/src/modules/mediacreator/MediaCreator.d.ts +0 -44
  238. package/build/src/modules/state/State.cjs +0 -27
  239. package/build/src/modules/state/State.mjs +0 -4271
  240. package/build/src/modules/state/actions/object/addobject.d.ts +0 -8
  241. package/build/src/modules/state/types/ActionTypes.d.ts +0 -18
  242. package/build/src/modules/state/types/COMBaseEntity.d.ts +0 -8
  243. package/build/src/modules/state/types/COMEntity.d.ts +0 -6
  244. package/build/src/modules/state/types/COMEntityType.d.ts +0 -1
  245. package/build/src/modules/state/types/COMGeometry.d.ts +0 -7
  246. package/build/src/modules/state/types/COMGeometryType.d.ts +0 -1
  247. package/build/src/modules/state/types/COMGroup.d.ts +0 -10
  248. package/build/src/modules/state/types/COMLight.d.ts +0 -12
  249. package/build/src/modules/state/types/COMModel.d.ts +0 -13
  250. package/build/src/modules/state/types/COMPov.d.ts +0 -9
  251. package/build/src/modules/state/types/COMPrimitive.d.ts +0 -13
  252. package/build/src/modules/state/types/index.d.ts +0 -11
  253. package/build/src/modules/systeminfo/SystemInfo.cjs +0 -1
  254. package/build/src/modules/systeminfo/SystemInfo.mjs +0 -5
  255. package/build/src/modules/toolbox/Toolbox.cjs +0 -1
  256. package/build/src/types/SceneData.d.ts +0 -19
  257. package/build/src/types/SceneObjects.d.ts +0 -7
  258. package/build/src/types/UUID.d.ts +0 -1
  259. /package/build/{src/modules/asset/converter/AssetConverter.cjs → plugins/assetconverter/index.cjs} +0 -0
  260. /package/build/{src/modules/asset/converter/AssetConverter.mjs → plugins/assetconverter/index.mjs} +0 -0
  261. /package/build/src/{modules/animation → plugins/animation/src}/types/AnimatorParameters.d.ts +0 -0
  262. /package/build/src/{modules/state → plugins/state/src}/ActionRegistry.d.ts +0 -0
  263. /package/build/src/{modules/state → plugins/state/src}/actions/ar/index.d.ts +0 -0
  264. /package/build/src/{modules/state → plugins/state/src}/actions/camera/index.d.ts +0 -0
  265. /package/build/src/{modules/state → plugins/state/src}/actions/index.d.ts +0 -0
  266. /package/build/src/{modules/state → plugins/state/src}/actions/media/index.d.ts +0 -0
  267. /package/build/src/{modules/state → plugins/state/src}/actions/object/index.d.ts +0 -0
  268. /package/build/src/{modules/state → plugins/state/src}/actions/renderer/index.d.ts +0 -0
  269. /package/build/src/{modules/state → plugins/state/src}/actions/scene/index.d.ts +0 -0
  270. /package/build/src/{modules/state → plugins/state/src}/actions/toolbox/index.d.ts +0 -0
  271. /package/build/src/{types/info → plugins/systeminfo/types}/index.d.ts +0 -0
@@ -2,11 +2,6 @@ import { Object3D } from 'three';
2
2
  import { GLTFExporterOptions as THREEGLTFExporterOptions } from 'three/examples/jsm/exporters/GLTFExporter.js';
3
3
  import { USDZExporterOptions as THREEUSDZExporterOptions } from 'three/examples/jsm/exporters/USDZExporter.js';
4
4
  import { FileType } from '../../../types/file/FileTypes.ts';
5
- declare global {
6
- interface ModuleClasses {
7
- AssetExporter: typeof AssetExporter;
8
- }
9
- }
10
5
  export type USDZExporterOptions = THREEUSDZExporterOptions & {
11
6
  ar?: {
12
7
  anchoring: {
@@ -23,18 +18,6 @@ export type FileTypeToExporterOptions = {
23
18
  gltf: GLTFExporterOptions;
24
19
  usdz: USDZExporterOptions;
25
20
  };
26
- /**
27
- * @module AssetExporter
28
- *
29
- * Exports 3D assets to various formats:
30
- *
31
- * ```ts
32
- * import { AssetExporter } from '@shopware-ag/dive/modules/AssetExporter';
33
- *
34
- * const assetExporter = new AssetExporter();
35
- * const buffer = await assetExporter.export(model, 'glb');
36
- * ```
37
- */
38
21
  export declare class AssetExporter {
39
22
  private _gltfExporter;
40
23
  private _usdzExporter;
@@ -0,0 +1,3 @@
1
+ export * from './src/loader/AssetLoader.ts';
2
+ export * from './src/draco/DracoLoader.ts';
3
+ export * from './src/draco/worker/DracoWorker.js';
@@ -0,0 +1,10 @@
1
+ import { DRACOLoader } from 'three/examples/jsm/loaders/DRACOLoader.js';
2
+ export declare class DracoLoader extends DRACOLoader {
3
+ protected decoderPending: Promise<void> | null;
4
+ protected decoderConfig: {
5
+ type: 'js' | 'wasm';
6
+ wasmBinary: ArrayBuffer | null;
7
+ };
8
+ protected workerSourceURL: string;
9
+ protected _initDecoder(): Promise<void>;
10
+ }
@@ -0,0 +1,14 @@
1
+ import { Object3D } from 'three';
2
+ export declare class AssetLoader {
3
+ private _gltfLoader;
4
+ private _usdzLoader;
5
+ constructor();
6
+ load(uri: string): Promise<Object3D>;
7
+ /**
8
+ * parse function for the chunk
9
+ * @param arrayBuffer - the array buffer to parse, will be provided within the chunk
10
+ * @param type - the file type of the array buffer
11
+ * @returns the parsed object, will be stored within the chunk
12
+ */
13
+ private _parse;
14
+ }
@@ -0,0 +1 @@
1
+ export * from './src/AxisCamera.ts';
@@ -1,8 +1,5 @@
1
1
  import { Matrix4, OrthographicCamera } from 'three';
2
- import { DIVERenderPipeline } from '../../engine/renderer/Renderer.ts';
3
- import { DIVETicker } from '../../engine/clock/Clock.ts';
4
- import { DIVEScene } from '../../engine/scene/Scene.ts';
5
- import { DIVEPerspectiveCamera } from '../../engine/camera/PerspectiveCamera.ts';
2
+ import { DIVERenderPipeline, DIVETicker, DIVEScene, DIVEPerspectiveCamera } from '../../../index.ts';
6
3
  /**
7
4
  * Shows the scene axes in the bottom left corner of the screen.
8
5
  *
@@ -16,6 +13,6 @@ export declare class DIVEAxisCamera extends OrthographicCamera implements DIVETi
16
13
  private _restoreViewport;
17
14
  constructor(renderer: DIVERenderPipeline, scene: DIVEScene, camera: DIVEPerspectiveCamera);
18
15
  tick(): void;
19
- Dispose(): void;
20
- SetFromCameraMatrix(matrix: Matrix4): void;
16
+ dispose(): void;
17
+ setFromCameraMatrix(matrix: Matrix4): void;
21
18
  }
@@ -0,0 +1 @@
1
+ export { MediaCreator } from './src/MediaCreator.ts';
@@ -0,0 +1,15 @@
1
+ import { DIVEScene } from '../../../engine/scene/Scene.ts';
2
+ import { DIVERenderPipeline } from '../../../engine/renderer/Renderer.ts';
3
+ import { OrbitController } from '../../orbitcontroller/index.ts';
4
+ import { Vector3Like } from 'three';
5
+ /**
6
+ * @internal
7
+ */
8
+ export declare class MediaCreator {
9
+ private _renderer;
10
+ private _scene;
11
+ private _controller;
12
+ constructor(renderer: DIVERenderPipeline, scene: DIVEScene, controller: OrbitController);
13
+ generateMedia(position: Vector3Like, target: Vector3Like, width: number, height: number): string;
14
+ drawCanvas(canvasElement?: HTMLCanvasElement): HTMLCanvasElement;
15
+ }
@@ -0,0 +1 @@
1
+ export * from './src/OrbitController.ts';
@@ -1,7 +1,7 @@
1
1
  import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls.js';
2
- import { DIVEPerspectiveCamera } from '../../../engine/camera/PerspectiveCamera.ts';
3
- import { Box3, Vector3Like } from 'three';
4
- import { DIVETicker } from '../../../engine/clock/Clock.ts';
2
+ import { Vector3Like } from 'three/src/math/Vector3.js';
3
+ import { Box3 } from 'three/src/math/Box3.js';
4
+ import { DIVEPerspectiveCamera, DIVETicker } from '../../../index.ts';
5
5
  export type OrbitControllerSettings = {
6
6
  /** Whether to enable damping for smooth camera movement */
7
7
  enableDamping: boolean;
@@ -0,0 +1,4 @@
1
+ export * from './src/State.ts';
2
+ export * from './src/actions/index.ts';
3
+ export * from './src/ActionRegistry.ts';
4
+ export * from './types/index.ts';
@@ -1,31 +1,8 @@
1
- import { OrbitController } from '../controller/orbit/OrbitController.ts';
2
- import { DIVEEngine } from '../../engine/Engine.ts';
3
- import { ActionPayload, ActionReturn } from './types/index.ts';
1
+ import { DIVEEngine } from '../../../index.ts';
2
+ import { OrbitController } from '../../orbitcontroller/index.ts';
3
+ import { ActionPayload, ActionReturn } from '../types/index.ts';
4
4
  export type ActionSubscriber<ActionType extends keyof ActionTypes> = (payload: ActionPayload<ActionTypes[ActionType]>) => void;
5
5
  export type ActionUnsubscribe = () => void;
6
- declare global {
7
- interface ModuleClasses {
8
- State: typeof State;
9
- }
10
- }
11
- /**
12
- * @module State
13
- * State class for communicating with DIVE.
14
- *
15
- * You can subscribe to actions and perform them from outside and inside DIVE.
16
- *
17
- * ```ts
18
- * import { DIVE } from "@shopware-ag/dive";
19
- *
20
- * const dive = new DIVE();
21
- *
22
- * dive.State.Subscribe('GET_ALL_SCENE_DATA', () => {
23
- * // do something
24
- * });
25
- *
26
- * dive.State.performAction('GET_ALL_SCENE_DATA', {});
27
- * ```
28
- */
29
6
  export declare class State {
30
7
  private static __instances;
31
8
  static get(id: string): State | undefined;
@@ -54,5 +31,5 @@ export declare class State {
54
31
  }
55
32
  export * from './ActionRegistry.ts';
56
33
  export * from './actions/index.ts';
57
- export * from './types/index.ts';
34
+ export * from '../types/index.ts';
58
35
  export type { ActionTypes };
@@ -1,4 +1,4 @@
1
- import { ActionDependencies } from '../types/index.ts';
1
+ import { ActionDependencies } from '../../types/index.ts';
2
2
  /**
3
3
  * Abstract base class for implementing actions in the system.
4
4
  * Actions represent discrete units of work that can be executed with specific payloads and dependencies.
@@ -1,6 +1,6 @@
1
1
  import { Action } from '../action.ts';
2
- import { ActionDependencies } from '../../types/index.ts';
3
- import { ARSystemOptions } from '../../../ar/ARSystem.ts';
2
+ import { ActionDependencies } from '../../../types/index.ts';
3
+ import { ARSystemOptions } from '../../../../ar/index.ts';
4
4
  export declare const LaunchARAction: new (payload: {
5
5
  uri: string;
6
6
  options?: ARSystemOptions;
@@ -1,6 +1,6 @@
1
1
  import { Action } from '../action.ts';
2
2
  import { Vector3Like } from 'three';
3
- import { ActionDependencies } from '../../types/index.ts';
3
+ import { ActionDependencies } from '../../../types/index.ts';
4
4
  export declare const ComputeEncompassingViewAction: new (payload: void, dependencies: Pick<ActionDependencies, "engine" | "controller">) => Action<void, Pick<ActionDependencies, "engine" | "controller">, {
5
5
  position: Vector3Like;
6
6
  target: Vector3Like;
@@ -1,5 +1,5 @@
1
1
  import { Action } from '../action.ts';
2
- import { ActionDependencies } from '../../types/index.ts';
2
+ import { ActionDependencies } from '../../../types/index.ts';
3
3
  import { Vector3Like } from 'three';
4
4
  export declare const GetCameraTransformAction: new (payload: void, dependencies: Pick<ActionDependencies, "controller">) => Action<void, Pick<ActionDependencies, "controller">, {
5
5
  position: Vector3Like;
@@ -1,5 +1,5 @@
1
1
  import { Action } from '../action.ts';
2
- import { ActionDependencies } from '../../types/index.ts';
2
+ import { ActionDependencies } from '../../../types/index.ts';
3
3
  export declare const SetCameraLockedAction: new (payload: boolean, dependencies: Pick<ActionDependencies, "controller">) => Action<boolean, Pick<ActionDependencies, "controller">, void>;
4
4
  declare global {
5
5
  interface ActionTypes {
@@ -1,5 +1,5 @@
1
1
  import { Action } from '../action.ts';
2
- import { ActionDependencies } from '../../types/index.ts';
2
+ import { ActionDependencies } from '../../../types/index.ts';
3
3
  import { Vector3Like } from 'three';
4
4
  export declare const MoveCameraAction: new (payload: {
5
5
  position: Vector3Like;
@@ -1,5 +1,5 @@
1
1
  import { Action } from '../action.ts';
2
- import { ActionDependencies } from '../../types/index.ts';
2
+ import { ActionDependencies } from '../../../types/index.ts';
3
3
  export declare const SetCameraLayerAction: new (payload: {
4
4
  layer: "LIVE" | "EDITOR";
5
5
  }, dependencies: Pick<ActionDependencies, "controller">) => Action<{
@@ -1,5 +1,5 @@
1
1
  import { Action } from '../action.ts';
2
- import { ActionDependencies } from '../../types/index.ts';
2
+ import { ActionDependencies } from '../../../types/index.ts';
3
3
  import { Vector3Like } from 'three';
4
4
  export declare const SetCameraTransformAction: new (payload: {
5
5
  position: Vector3Like;
@@ -1,5 +1,5 @@
1
1
  import { Action } from '../action.ts';
2
- import { ActionDependencies } from '../../types/index.ts';
2
+ import { ActionDependencies } from '../../../types/index.ts';
3
3
  export declare const ZoomCameraAction: new (payload: {
4
4
  direction: "IN" | "OUT";
5
5
  by: number;
@@ -1,5 +1,5 @@
1
1
  import { Action } from '../action.ts';
2
- import { ActionDependencies } from '../../types/index.ts';
2
+ import { ActionDependencies } from '../../../types/index.ts';
3
3
  import { Vector3Like } from 'three';
4
4
  export declare const GenerateMediaAction: new (payload: ({
5
5
  position: Vector3Like;
@@ -0,0 +1,9 @@
1
+ import { Action } from '../action.ts';
2
+ import { ActionDependencies } from '../../../types/index.ts';
3
+ import { EntitySchema } from '../../../../../index.ts';
4
+ export declare const AddObjectAction: new (payload: EntitySchema, dependencies: Pick<ActionDependencies, "registered" | "engine">) => Action<EntitySchema, Pick<ActionDependencies, "registered" | "engine">, void>;
5
+ declare global {
6
+ interface ActionTypes {
7
+ ADD_OBJECT: typeof AddObjectAction;
8
+ }
9
+ }
@@ -1,8 +1,9 @@
1
1
  import { Action } from '../action.ts';
2
- import { ActionDependencies, COMEntity } from '../../types/index.ts';
3
- export declare const DeleteObjectAction: new (payload: Partial<COMEntity> & {
2
+ import { ActionDependencies } from '../../../types/index.ts';
3
+ import { EntitySchema } from '../../../../../index.ts';
4
+ export declare const DeleteObjectAction: new (payload: Partial<EntitySchema> & {
4
5
  id: string;
5
- }, dependencies: Pick<ActionDependencies, "registered" | "engine">) => Action<Partial<COMEntity> & {
6
+ }, dependencies: Pick<ActionDependencies, "registered" | "engine">) => Action<Partial<EntitySchema> & {
6
7
  id: string;
7
8
  }, Pick<ActionDependencies, "registered" | "engine">, void>;
8
9
  declare global {
@@ -1,8 +1,9 @@
1
1
  import { Action } from '../action.ts';
2
- import { ActionDependencies, COMEntity } from '../../types/index.ts';
3
- export declare const DeselectObjectAction: new (payload: Partial<COMEntity> & {
2
+ import { ActionDependencies } from '../../../types/index.ts';
3
+ import { EntitySchema } from '../../../../../index.ts';
4
+ export declare const DeselectObjectAction: new (payload: Partial<EntitySchema> & {
4
5
  id: string;
5
- }, dependencies: Pick<ActionDependencies, "registered" | "engine" | "getToolbox">) => Action<Partial<COMEntity> & {
6
+ }, dependencies: Pick<ActionDependencies, "registered" | "engine" | "getToolbox">) => Action<Partial<EntitySchema> & {
6
7
  id: string;
7
8
  }, Pick<ActionDependencies, "registered" | "engine" | "getToolbox">, Promise<void>>;
8
9
  declare global {
@@ -1,5 +1,5 @@
1
1
  import { Action } from '../action.ts';
2
- import { ActionDependencies } from '../../types/index.ts';
2
+ import { ActionDependencies } from '../../../types/index.ts';
3
3
  export declare const DropItAction: new (payload: {
4
4
  id: string;
5
5
  }, dependencies: Pick<ActionDependencies, "registered" | "engine">) => Action<{
@@ -1,6 +1,7 @@
1
1
  import { Action } from '../action.ts';
2
- import { ActionDependencies, COMEntity } from '../../types/index.ts';
3
- export declare const GetAllObjectsAction: new (payload: void, dependencies: Pick<ActionDependencies, "registered">) => Action<void, Pick<ActionDependencies, "registered">, Map<string, COMEntity>>;
2
+ import { ActionDependencies } from '../../../types/index.ts';
3
+ import { EntitySchema } from '../../../../../index.ts';
4
+ export declare const GetAllObjectsAction: new (payload: void, dependencies: Pick<ActionDependencies, "registered">) => Action<void, Pick<ActionDependencies, "registered">, Map<string, EntitySchema>>;
4
5
  declare global {
5
6
  interface ActionTypes {
6
7
  GET_ALL_OBJECTS: typeof GetAllObjectsAction;
@@ -1,10 +1,11 @@
1
1
  import { Action } from '../action.ts';
2
- import { ActionDependencies, COMEntity } from '../../types/index.ts';
2
+ import { ActionDependencies } from '../../../types/index.ts';
3
+ import { EntitySchema } from '../../../../../index.ts';
3
4
  export declare const GetObjectsAction: new (payload: {
4
5
  ids: string[];
5
6
  }, dependencies: Pick<ActionDependencies, "registered" | "engine">) => Action<{
6
7
  ids: string[];
7
- }, Pick<ActionDependencies, "registered" | "engine">, COMEntity[]>;
8
+ }, Pick<ActionDependencies, "registered" | "engine">, EntitySchema[]>;
8
9
  declare global {
9
10
  interface ActionTypes {
10
11
  GET_OBJECTS: typeof GetObjectsAction;
@@ -1,5 +1,5 @@
1
1
  import { Action } from '../action.ts';
2
- import { ActionDependencies } from '../../types/index.ts';
2
+ import { ActionDependencies } from '../../../types/index.ts';
3
3
  export declare const ModelLoadedAction: new (payload: {
4
4
  id: string;
5
5
  }, dependencies: Pick<ActionDependencies, "registered">) => Action<{
@@ -1,5 +1,5 @@
1
1
  import { Action } from '../action.ts';
2
- import { ActionDependencies } from '../../types/index.ts';
2
+ import { ActionDependencies } from '../../../types/index.ts';
3
3
  export declare const PlaceOnFloorAction: new (payload: {
4
4
  id: string;
5
5
  }, dependencies: Pick<ActionDependencies, "registered" | "engine">) => Action<{
@@ -1,8 +1,9 @@
1
1
  import { Action } from '../action.ts';
2
- import { ActionDependencies, COMEntity } from '../../types/index.ts';
3
- export declare const SelectObjectAction: new (payload: Partial<COMEntity> & {
2
+ import { ActionDependencies } from '../../../types/index.ts';
3
+ import { EntitySchema } from '../../../../../index.ts';
4
+ export declare const SelectObjectAction: new (payload: Partial<EntitySchema> & {
4
5
  id: string;
5
- }, dependencies: Pick<ActionDependencies, "registered" | "engine" | "getToolbox">) => Action<Partial<COMEntity> & {
6
+ }, dependencies: Pick<ActionDependencies, "registered" | "engine" | "getToolbox">) => Action<Partial<EntitySchema> & {
6
7
  id: string;
7
8
  }, Pick<ActionDependencies, "registered" | "engine" | "getToolbox">, Promise<void>>;
8
9
  declare global {
@@ -1,17 +1,18 @@
1
1
  import { Action } from '../action.ts';
2
- import { ActionDependencies, COMEntity } from '../../types/index.ts';
2
+ import { ActionDependencies } from '../../../types/index.ts';
3
+ import { EntitySchema } from '../../../../../index.ts';
3
4
  export declare const SetParentAction: new (payload: {
4
- object: Partial<COMEntity> & {
5
+ object: Partial<EntitySchema> & {
5
6
  id: string;
6
7
  };
7
- parent: (Partial<COMEntity> & {
8
+ parent: (Partial<EntitySchema> & {
8
9
  id: string;
9
10
  }) | null;
10
11
  }, dependencies: Pick<ActionDependencies, "registered" | "engine">) => Action<{
11
- object: Partial<COMEntity> & {
12
+ object: Partial<EntitySchema> & {
12
13
  id: string;
13
14
  };
14
- parent: (Partial<COMEntity> & {
15
+ parent: (Partial<EntitySchema> & {
15
16
  id: string;
16
17
  }) | null;
17
18
  }, Pick<ActionDependencies, "registered" | "engine">, void>;
@@ -1,8 +1,9 @@
1
1
  import { Action } from '../action.ts';
2
- import { ActionDependencies, COMEntity } from '../../types/index.ts';
3
- export declare const UpdateObjectAction: new (payload: Partial<COMEntity> & {
2
+ import { ActionDependencies } from '../../../types/index.ts';
3
+ import { EntitySchema } from '../../../../../index.ts';
4
+ export declare const UpdateObjectAction: new (payload: Partial<EntitySchema> & {
4
5
  id: string;
5
- }, dependencies: Pick<ActionDependencies, "registered" | "engine">) => Action<Partial<COMEntity> & {
6
+ }, dependencies: Pick<ActionDependencies, "registered" | "engine">) => Action<Partial<EntitySchema> & {
6
7
  id: string;
7
8
  }, Pick<ActionDependencies, "registered" | "engine">, void>;
8
9
  declare global {
@@ -1,5 +1,5 @@
1
1
  import { Action } from '../action.ts';
2
- import { ActionDependencies } from '../../types/index.ts';
2
+ import { ActionDependencies } from '../../../types/index.ts';
3
3
  export declare const StartRenderAction: new (payload: void, dependencies: Pick<ActionDependencies, "engine">) => Action<void, Pick<ActionDependencies, "engine">, void>;
4
4
  declare global {
5
5
  interface ActionTypes {
@@ -1,10 +1,10 @@
1
1
  import { Action } from '../action.ts';
2
- import { ActionDependencies } from '../../types/index.ts';
3
- import { DIVESceneFileType } from '../../../../types/index.ts';
2
+ import { ActionDependencies } from '../../../types/index.ts';
3
+ import { StateExportFileType } from '../../../types/StateExportFileType.ts';
4
4
  export declare const ExportSceneAction: new (payload: {
5
- type: keyof DIVESceneFileType;
5
+ type: keyof StateExportFileType;
6
6
  }, dependencies: Pick<ActionDependencies, "engine" | "getAssetExporter">) => Action<{
7
- type: keyof DIVESceneFileType;
7
+ type: keyof StateExportFileType;
8
8
  }, Pick<ActionDependencies, "engine" | "getAssetExporter">, Promise<ArrayBuffer | null>>;
9
9
  declare global {
10
10
  interface ActionTypes {
@@ -1,7 +1,7 @@
1
1
  import { Action } from '../action.ts';
2
- import { ActionDependencies } from '../../types/index.ts';
3
- import { DIVESceneData } from '../../../../types/index.ts';
4
- export declare const GetAllSceneDataAction: new (payload: object, dependencies: Pick<ActionDependencies, "registered" | "engine" | "controller">) => Action<object, Pick<ActionDependencies, "registered" | "engine" | "controller">, DIVESceneData>;
2
+ import { ActionDependencies } from '../../../types/index.ts';
3
+ import { StateSceneData } from '../../../types/StateSceneData.ts';
4
+ export declare const GetAllSceneDataAction: new (payload: object, dependencies: Pick<ActionDependencies, "registered" | "engine" | "controller">) => Action<object, Pick<ActionDependencies, "registered" | "engine" | "controller">, StateSceneData>;
5
5
  declare global {
6
6
  interface ActionTypes {
7
7
  GET_ALL_SCENE_DATA: typeof GetAllSceneDataAction;
@@ -1,5 +1,5 @@
1
1
  import { Action } from '../action.ts';
2
- import { ActionDependencies } from '../../types/index.ts';
2
+ import { ActionDependencies } from '../../../types/index.ts';
3
3
  export declare const SetBackgroundAction: new (payload: {
4
4
  color: string | number;
5
5
  }, dependencies: Pick<ActionDependencies, "engine">) => Action<{
@@ -1,5 +1,5 @@
1
1
  import { Action } from '../action.ts';
2
- import { ActionDependencies } from '../../types/index.ts';
2
+ import { ActionDependencies } from '../../../types/index.ts';
3
3
  export declare const UpdateSceneAction: new (payload: Partial<{
4
4
  name: string;
5
5
  backgroundColor: string | number;
@@ -1,5 +1,5 @@
1
1
  import { Action } from '../action.ts';
2
- import { ActionDependencies } from '../../types/index.ts';
2
+ import { ActionDependencies } from '../../../types/index.ts';
3
3
  export declare const SetGizmoModeAction: new (payload: {
4
4
  mode: "translate" | "rotate" | "scale";
5
5
  }, dependencies: Pick<ActionDependencies, "getToolbox">) => Action<{
@@ -1,5 +1,5 @@
1
1
  import { Action } from '../action.ts';
2
- import { ActionDependencies } from '../../types/index.ts';
2
+ import { ActionDependencies } from '../../../types/index.ts';
3
3
  export declare const SetGizmoScaleLinkedAction: new (payload: boolean, dependencies: Pick<ActionDependencies, "getToolbox">) => Action<boolean, Pick<ActionDependencies, "getToolbox">, Promise<void>>;
4
4
  declare global {
5
5
  interface ActionTypes {
@@ -1,5 +1,5 @@
1
1
  import { Action } from '../action.ts';
2
- import { ActionDependencies } from '../../types/index.ts';
2
+ import { ActionDependencies } from '../../../types/index.ts';
3
3
  export declare const SetGizmoVisibilityAction: new (payload: boolean, dependencies: Pick<ActionDependencies, "getToolbox">) => Action<boolean, Pick<ActionDependencies, "getToolbox">, Promise<void>>;
4
4
  declare global {
5
5
  interface ActionTypes {
@@ -1,6 +1,6 @@
1
1
  import { Action } from '../action.ts';
2
- import { ActionDependencies } from '../../types/index.ts';
3
- import { ToolType } from '../../../toolbox/Toolbox.ts';
2
+ import { ActionDependencies } from '../../../types/index.ts';
3
+ import { ToolType } from '../../../../toolbox/index.ts';
4
4
  export declare const UseToolAction: new (payload: {
5
5
  tool: ToolType;
6
6
  }, dependencies: Pick<ActionDependencies, "getToolbox">) => Action<{
@@ -0,0 +1,17 @@
1
+ import { DIVEEngine, EntitySchema } from '../../../index.ts';
2
+ import { OrbitController } from '../../orbitcontroller/index.ts';
3
+ export type ActionPayload<T> = T extends new (payload: infer P, dependencies: infer D) => unknown ? P : never;
4
+ export type ActionReturn<T> = T extends new (payload: infer P, dependencies: infer D) => infer ClassInstance ? ClassInstance extends {
5
+ execute(): infer E;
6
+ } ? E : never : never;
7
+ export type ActionDeps<T> = T extends new (payload: unknown, dependencies: infer D) => unknown ? D extends Partial<ActionDependencies> ? D : never : never;
8
+ export interface ActionDependencies {
9
+ registered: Map<string, EntitySchema>;
10
+ engine: DIVEEngine;
11
+ controller: OrbitController;
12
+ getAnimationSystem: () => Promise<import('../../animation/index.ts').AnimationSystem>;
13
+ getARSystem: () => Promise<import('../../ar/index.ts').ARSystem>;
14
+ getAssetExporter: () => Promise<import('../../assetexporter/index.ts').AssetExporter>;
15
+ getMediaCreator: () => Promise<import('../../mediacreator/index.ts').MediaCreator>;
16
+ getToolbox: () => Promise<import('../../toolbox/index.ts').Toolbox>;
17
+ }
@@ -1,4 +1,4 @@
1
1
  import { GLTF } from 'three/examples/jsm/loaders/GLTFLoader.ts';
2
- export type DIVESceneFileType = {
2
+ export type StateExportFileType = {
3
3
  glb: GLTF;
4
4
  };
@@ -0,0 +1,19 @@
1
+ import { Vector3Like } from 'three';
2
+ import { GroupSchema, LightSchema, ModelSchema, PovSchema, PrimitiveSchema } from '../../../index.ts';
3
+ export type StateSceneData = {
4
+ name: string;
5
+ mediaItem: null;
6
+ backgroundColor: string;
7
+ floorEnabled: boolean;
8
+ floorColor: string;
9
+ userCamera: {
10
+ position: Vector3Like;
11
+ target: Vector3Like;
12
+ };
13
+ spotmarks: object[];
14
+ lights: LightSchema[];
15
+ objects: ModelSchema[];
16
+ cameras: PovSchema[];
17
+ primitives: PrimitiveSchema[];
18
+ groups: GroupSchema[];
19
+ };
@@ -0,0 +1 @@
1
+ export * from './ActionTypes.ts';
@@ -0,0 +1,2 @@
1
+ export { SystemInfo, EBrowser } from './src/SystemInfo.ts';
2
+ export { ESystem, EWebXRUnsupportedReason } from './types/index.ts';
@@ -1,35 +1,12 @@
1
- import { ESystem, EWebXRUnsupportedReason } from '../../types/info/index.ts';
2
- declare global {
3
- interface ModuleClasses {
4
- SystemInfo: typeof SystemInfo;
5
- }
1
+ import { ESystem, EWebXRUnsupportedReason } from '../types/index.ts';
2
+ export declare enum EBrowser {
3
+ CHROMIUM = "Chromium",// Chrome, Opera, Brave, new Edge, Chrome on iOS
4
+ SAFARI = "Safari",// Apple Safari
5
+ WEBKIT = "WebKit",// Other WebKit-based browsers (not Safari or iOS variants if specified)
6
+ FIREFOX = "Firefox",// Firefox, Firefox on iOS
7
+ EDGE_LEGACY = "EdgeLegacy",// Old EdgeHTML Edge
8
+ UNKNOWN = "Unknown"
6
9
  }
7
- /**
8
- * @module SystemInfo
9
- *
10
- * Provides information about the system's capabilities and performance:
11
- *
12
- * ```ts
13
- * import { SystemInfo } from '@shopware-ag/dive/modules/SystemInfo';
14
- *
15
- * // Get system information
16
- * const system = SystemInfo.getSystem(); // Returns ESystem enum (IOS, ANDROID, etc.)
17
- *
18
- * // Check AR capabilities
19
- * const supportsAR = SystemInfo.getSupportsAR();
20
- *
21
- * // Check device type
22
- * const isMobile = SystemInfo.isMobile;
23
- * const isDesktop = SystemInfo.isDesktop;
24
- * ```
25
- *
26
- * Features:
27
- * - System detection (iOS, Android, Windows, etc.)
28
- * - WebXR support detection
29
- * - AR capability checking
30
- * - Device type detection
31
- * - SceneViewer support detection
32
- */
33
10
  export declare class SystemInfo {
34
11
  private static _supportsWebXR;
35
12
  private static _webXRUnsupportedReason;
@@ -52,7 +29,7 @@ export declare class SystemInfo {
52
29
  * 1. AR support via relList
53
30
  *
54
31
  * Requirements:
55
- * - iOS 13.0 or later
32
+ * - iOS 12.0 or later
56
33
  * - Safari browser (ARQuickLook is only supported in Safari)
57
34
  * - Device with AR capabilities (iPhone/iPad with LiDAR scanner or ARKit support)
58
35
  *
@@ -92,4 +69,17 @@ export declare class SystemInfo {
92
69
  * @returns A promise that resolves to a boolean indicating whether the user's device is capable of AR.
93
70
  */
94
71
  static getSupportsAR(): boolean;
72
+ /**
73
+ * Gets the current browser engine.
74
+ * @returns EBrowser The current browser engine.
75
+ */
76
+ static getBrowser(): EBrowser;
77
+ /**
78
+ * Gets the iOS version if the current system is iOS.
79
+ * @returns An object with { major: number, full: string } or null if not iOS or version not parsable.
80
+ */
81
+ static getIOSVersion(): {
82
+ major: number;
83
+ full: string;
84
+ } | null;
95
85
  }