@realsee/dnalogel 2.6.6 → 2.6.7-dev.0

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 (369) hide show
  1. package/dist/CSS3DRenderPlugin/Controller.d.ts +1 -1
  2. package/dist/Object3DHelperPlugin/Controller.d.ts +25 -10
  3. package/dist/Object3DHelperPlugin/FiveControllerWrapper.d.ts +6 -8
  4. package/dist/Object3DHelperPlugin/typings.d.ts +14 -0
  5. package/dist/PanoTagPlugin/controller/TagCacheController.d.ts +1 -0
  6. package/dist/PanoTagPlugin/controller/TagComputer.d.ts +22 -6
  7. package/dist/PanoTagPlugin/controller/index.d.ts +32 -6
  8. package/dist/PanoTagPlugin/typings/controller.d.ts +17 -2
  9. package/dist/PanoTagPlugin/typings/tag/Tag.d.ts +5 -2
  10. package/dist/PanoTagPlugin/typings/tag/TagData.d.ts +19 -3
  11. package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +1 -1
  12. package/dist/PanoTagPlugin/utils/tag/index.d.ts +2 -0
  13. package/dist/PanoTagPlugin/utils/tag/tagCheck.d.ts +2 -1
  14. package/dist/PanoTagPlugin/utils/tagPosition.d.ts +3 -1
  15. package/dist/index.cjs.js +43 -43
  16. package/dist/index.js +5075 -4664
  17. package/dist/index.umd.js +32 -32
  18. package/dist/shared-utils/Object3DHelper/Base/BaseController.d.ts +41 -15
  19. package/dist/shared-utils/Object3DHelper/Base/BaseHelper.d.ts +27 -20
  20. package/dist/shared-utils/Object3DHelper/Controller/BoundingBoxController.d.ts +7 -0
  21. package/dist/shared-utils/Object3DHelper/Controller/CSS3DScaleController.d.ts +1 -0
  22. package/dist/shared-utils/Object3DHelper/Controller/MoveController.d.ts +24 -0
  23. package/dist/shared-utils/Object3DHelper/Controller/RectangleScaleController.d.ts +6 -1
  24. package/dist/shared-utils/Object3DHelper/Controller/RotateController.d.ts +14 -0
  25. package/dist/shared-utils/Object3DHelper/Controller/ScaleController.d.ts +12 -0
  26. package/dist/shared-utils/Object3DHelper/Helper/{OutlineHelper.d.ts → BoundingBoxHelper.d.ts} +3 -2
  27. package/{libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.d.ts → dist/shared-utils/Object3DHelper/Helper/CSS3DScaleHelper.d.ts} +3 -8
  28. package/dist/shared-utils/Object3DHelper/Helper/RotateHelper.d.ts +14 -11
  29. package/dist/shared-utils/Object3DHelper/Helper/ScaleHelper.d.ts +5 -0
  30. package/dist/shared-utils/Object3DHelper/Helper/index.d.ts +2 -2
  31. package/dist/shared-utils/Object3DHelper/index.d.ts +4 -27
  32. package/dist/shared-utils/Object3DHelper/typings/Hooks.d.ts +22 -12
  33. package/dist/shared-utils/Object3DHelper/typings/index.d.ts +22 -0
  34. package/dist/shared-utils/Object3DHelper/utils/boundingBox.d.ts +2 -0
  35. package/dist/shared-utils/three/GLTFLoader.d.ts +2 -0
  36. package/docs/assets/search.js +1 -1
  37. package/docs/classes/CSS3DRender.html +31 -31
  38. package/docs/classes/CruisePluginController.html +24 -24
  39. package/docs/classes/Magnifier.html +20 -20
  40. package/docs/classes/ModelRoomLabelController.html +11 -11
  41. package/docs/classes/Object3DHelperController.html +40 -33
  42. package/docs/classes/PaintBrush.html +15 -15
  43. package/docs/classes/PanoMeasurePluginLine.html +23 -23
  44. package/docs/classes/PanoMeasurePluginModel.html +22 -22
  45. package/docs/classes/PanoMeasurePluginPoint.html +14 -14
  46. package/docs/classes/PanoMeasurePluginPolyline.html +26 -26
  47. package/docs/classes/PanoTagPluginController.html +205 -77
  48. package/docs/classes/Util.BetterTween.html +8 -8
  49. package/docs/classes/Util.FivePointSelector.html +12 -12
  50. package/docs/classes/Util.Interval.html +12 -12
  51. package/docs/classes/Util.Magnifier.html +17 -17
  52. package/docs/classes/Util.PointDomHelper.html +11 -11
  53. package/docs/classes/Util.PointHelper.html +11 -11
  54. package/docs/classes/Util.Rectangle.html +13 -13
  55. package/docs/enums/CameraMovementEffect.html +7 -7
  56. package/docs/enums/ContentType.html +34 -16
  57. package/docs/enums/DIRECTION.html +9 -9
  58. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
  59. package/docs/enums/DimensionType.html +7 -7
  60. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
  61. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
  62. package/docs/enums/PaintBrushTypeEnum.html +8 -8
  63. package/docs/enums/PointType.html +7 -7
  64. package/docs/enums/Rotation.html +8 -8
  65. package/docs/functions/CSS3DRenderPlugin.html +10 -5
  66. package/docs/functions/CameraMovementPlugin.html +10 -5
  67. package/docs/functions/CruisePlugin.html +10 -5
  68. package/docs/functions/GuideLinePlugin.html +10 -5
  69. package/docs/functions/ItemLabelPlugin.html +10 -5
  70. package/docs/functions/MapviewFloorplanPlugin.html +10 -5
  71. package/docs/functions/ModelChassisCompassPlugin.html +10 -5
  72. package/docs/functions/ModelEntryDoorGuidePlugin.html +10 -5
  73. package/docs/functions/ModelFloorplanPlugin.html +10 -5
  74. package/docs/functions/ModelItemLabelPlugin.html +10 -5
  75. package/docs/functions/ModelRoomLabelPlugin.html +10 -5
  76. package/docs/functions/ModelTVVideoPlugin.html +10 -5
  77. package/docs/functions/ModelViewPlugin.html +10 -5
  78. package/docs/functions/Object3DHelperPlugin.html +10 -5
  79. package/docs/functions/PanoCompassPlugin.html +10 -5
  80. package/docs/functions/PanoCursorRaycasterPlugin.html +10 -5
  81. package/docs/functions/PanoDoorLabelPlugin.html +10 -5
  82. package/docs/functions/PanoFloorplanRadarPlugin.html +10 -5
  83. package/docs/functions/PanoMeasurePlugin.html +10 -5
  84. package/docs/functions/PanoRulerPlugin.html +10 -5
  85. package/docs/functions/PanoRulerProPlugin.html +10 -5
  86. package/docs/functions/PanoSpatialTagPlugin.html +10 -5
  87. package/docs/functions/PanoTagPlugin.html +15 -10
  88. package/docs/functions/TopviewFloorplanPlugin.html +10 -5
  89. package/docs/functions/Util.getCoordsFromClient.html +5 -5
  90. package/docs/functions/Util.getCoordsFromElement.html +5 -5
  91. package/docs/functions/Util.getFrameTime.html +5 -5
  92. package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
  93. package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
  94. package/docs/functions/Util.isNil.html +5 -5
  95. package/docs/functions/Util.nextFrame.html +5 -5
  96. package/docs/functions/Util.notNil.html +5 -5
  97. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
  98. package/docs/functions/Util.tweenProgress.html +5 -5
  99. package/docs/functions/pluginFlag.html +10 -5
  100. package/docs/index.html +9 -4
  101. package/docs/interfaces/AddTagConfig.html +6 -6
  102. package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
  103. package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
  104. package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
  105. package/docs/interfaces/EventMap.html +19 -19
  106. package/docs/interfaces/FloorplanBounding.html +8 -8
  107. package/docs/interfaces/FloorplanData.html +10 -10
  108. package/docs/interfaces/FloorplanEntrance.html +11 -11
  109. package/docs/interfaces/FloorplanExtraObject.html +10 -10
  110. package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
  111. package/docs/interfaces/FloorplanFloorData.html +9 -9
  112. package/docs/interfaces/FloorplanImagePosition.html +7 -7
  113. package/docs/interfaces/FloorplanObserver.html +9 -9
  114. package/docs/interfaces/FloorplanOutlineItem.html +9 -9
  115. package/docs/interfaces/FloorplanPosition.html +7 -7
  116. package/docs/interfaces/FloorplanRoomItem.html +13 -13
  117. package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
  118. package/docs/interfaces/FloorplanServerBounding.html +8 -8
  119. package/docs/interfaces/FloorplanServerComputedData.html +10 -10
  120. package/docs/interfaces/FloorplanServerData.html +7 -7
  121. package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
  122. package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
  123. package/docs/interfaces/FloorplanServerEntrance.html +11 -11
  124. package/docs/interfaces/FloorplanServerFloorData.html +9 -9
  125. package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
  126. package/docs/interfaces/FloorplanServerObserver.html +9 -9
  127. package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
  128. package/docs/interfaces/FloorplanServerPosition.html +7 -7
  129. package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
  130. package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
  131. package/docs/interfaces/HelperOffset.html +78 -0
  132. package/docs/interfaces/ItemLabelPluginData.html +6 -6
  133. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
  134. package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
  135. package/docs/interfaces/MinMax.html +7 -7
  136. package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
  137. package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
  138. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
  139. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
  140. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
  141. package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
  142. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
  143. package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
  144. package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
  145. package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
  146. package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
  147. package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
  148. package/docs/interfaces/ModelViewPluginExportType.html +11 -11
  149. package/docs/interfaces/Object3DHelperState.html +8 -8
  150. package/docs/interfaces/ObjectHelperControllers.html +85 -0
  151. package/docs/interfaces/PaintBrushAction.html +12 -12
  152. package/docs/interfaces/PaintBrushConfigs.html +12 -12
  153. package/docs/interfaces/PaintBrushState.html +10 -10
  154. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
  155. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +10 -5
  156. package/docs/interfaces/PanoMeasureParameterType.html +12 -12
  157. package/docs/interfaces/PanoMeasurePluginLineJson.html +8 -8
  158. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +7 -7
  159. package/docs/interfaces/PanoMeasurePluginPointJson.html +7 -7
  160. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +8 -8
  161. package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
  162. package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
  163. package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
  164. package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
  165. package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
  166. package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
  167. package/docs/interfaces/PanoRulerProPluginState.html +8 -8
  168. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +10 -5
  169. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +10 -5
  170. package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
  171. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
  172. package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
  173. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
  174. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
  175. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
  176. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
  177. package/docs/interfaces/Point.html +8 -8
  178. package/docs/interfaces/Room.html +9 -9
  179. package/docs/interfaces/RoomInfo.html +7 -7
  180. package/docs/interfaces/RoomLabel.html +14 -14
  181. package/docs/interfaces/RoomRules.html +10 -5
  182. package/docs/interfaces/Rooms.html +10 -5
  183. package/docs/interfaces/Scissor.html +9 -9
  184. package/docs/interfaces/State.html +8 -8
  185. package/docs/interfaces/TagCache.html +25 -16
  186. package/docs/interfaces/TagConfig.html +10 -10
  187. package/docs/interfaces/TagIconUrl.html +9 -9
  188. package/docs/interfaces/Tags.html +11 -11
  189. package/docs/interfaces/TemporaryState.html +6 -6
  190. package/docs/interfaces/Util.MagnifierParameter.html +11 -11
  191. package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
  192. package/docs/modules/Util.html +5 -5
  193. package/docs/modules.html +14 -4
  194. package/docs/types/ArrayPosition.html +10 -5
  195. package/docs/types/AudioAppearance.html +10 -5
  196. package/docs/types/AudioTagTypeConfigKey.html +10 -5
  197. package/docs/types/CSS3DRenderExportType.html +10 -5
  198. package/docs/types/CSS3DRenderPluginExportType.html +10 -5
  199. package/docs/types/CSS3DRenderPluginParameterType.html +10 -5
  200. package/docs/types/ClassFunctionParameters.html +268 -0
  201. package/docs/types/Color.html +10 -5
  202. package/docs/types/ContentTypeConfigKey.html +10 -5
  203. package/docs/types/ContentTypeConfigKeySplit.html +10 -5
  204. package/docs/types/ContentTypeMap.html +10 -5
  205. package/docs/types/Create3DDomContainerReturnType.html +10 -5
  206. package/docs/types/Create3DElementReturnType.html +10 -5
  207. package/docs/types/CruisePluginExportType.html +10 -5
  208. package/docs/types/Direction-1.html +10 -5
  209. package/docs/types/Direction4.html +10 -5
  210. package/docs/types/FloorplanRuleLabels.html +10 -5
  211. package/docs/types/FloorplanServerRuleLabels.html +10 -5
  212. package/docs/types/GuideLinePluginExportType.html +10 -5
  213. package/docs/types/HelperEventMap.html +174 -21
  214. package/docs/types/LoadTagConfig.html +10 -5
  215. package/docs/types/MapviewFloorplanPluginParameterType.html +10 -5
  216. package/docs/types/MapviewFloorplanPluginReturnType.html +10 -5
  217. package/docs/types/MediaData.html +10 -5
  218. package/docs/types/MediaStore.html +10 -5
  219. package/docs/types/ModelElement.html +266 -0
  220. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +10 -5
  221. package/docs/types/ModelFloorplanPluginParameterType.html +10 -5
  222. package/docs/types/ModelFloorplanPluginReturnType.html +10 -5
  223. package/docs/types/ModelRoomLabelPluginParameters.html +10 -5
  224. package/docs/types/ModelRoomLabelPluginReturnType.html +10 -5
  225. package/docs/types/MoveArgs.html +10 -5
  226. package/docs/types/MoveOpts.html +10 -5
  227. package/docs/types/Object3DHelperEventMap.html +10 -5
  228. package/docs/types/ObjectFit.html +10 -5
  229. package/docs/types/PaintBrushEventMap.html +10 -5
  230. package/docs/types/PanoCompassPluginData.html +10 -5
  231. package/docs/types/PanoCompassPluginExportType.html +10 -5
  232. package/docs/types/PanoCompassPluginParameterType.html +10 -5
  233. package/docs/types/PanoFloorplanRadarPluginParameterType.html +10 -5
  234. package/docs/types/PanoFloorplanRadarPluginReturnType.html +10 -5
  235. package/docs/types/PanoIndex.html +10 -5
  236. package/docs/types/PanoMeasurePluginEvent.html +10 -5
  237. package/docs/types/PanoMeasureReturnType.html +10 -5
  238. package/docs/types/PanoSpatialTagPluginId.html +10 -5
  239. package/docs/types/PanoTagPluginExportInterface.html +10 -5
  240. package/docs/types/PanoTagPluginParamsInterface.html +10 -5
  241. package/docs/types/PlaneTag.html +10 -5
  242. package/docs/types/PlaneTagElement.html +10 -5
  243. package/docs/types/Point2DElement.html +10 -5
  244. package/docs/types/Point2DTag.html +10 -5
  245. package/docs/types/Point3DElement.html +10 -5
  246. package/docs/types/Point3DTag.html +10 -5
  247. package/docs/types/PointTag.html +10 -5
  248. package/docs/types/PointTagElement.html +10 -5
  249. package/docs/types/Position.html +10 -5
  250. package/docs/types/RotateArgs.html +10 -5
  251. package/docs/types/RotateOpts.html +10 -5
  252. package/docs/types/RuleLabelsKey.html +10 -5
  253. package/docs/types/RuleLabelsValue.html +10 -5
  254. package/docs/types/StickType.html +11 -6
  255. package/docs/types/Tag.html +11 -6
  256. package/docs/types/Tag2D.html +10 -5
  257. package/docs/types/Tag3D.html +10 -5
  258. package/docs/types/TagContentType.html +11 -6
  259. package/docs/types/TagDimensionType.html +10 -5
  260. package/docs/types/TagElement.html +11 -6
  261. package/docs/types/TagEvents.html +10 -5
  262. package/docs/types/TagGLTFObject.html +261 -0
  263. package/docs/types/TagHooks.html +10 -5
  264. package/docs/types/TagIconSize.html +10 -5
  265. package/docs/types/TagId.html +10 -5
  266. package/docs/types/TagPointType.html +10 -5
  267. package/docs/types/TopviewFloorplanPluginParameterType.html +10 -5
  268. package/docs/types/TopviewFloorplanPluginReturnType.html +10 -5
  269. package/docs/types/WorkCode.html +10 -5
  270. package/docs/variables/FLOOR_TYPE_MAP.html +10 -5
  271. package/docs/variables/PLUGIN.html +10 -5
  272. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +10 -5
  273. package/docs/variables/ROOM_TYPE_MAP.html +10 -5
  274. package/docs/variables/VERSION.html +10 -5
  275. package/docs/variables/itemLabelPluginServerParams.html +10 -5
  276. package/docs/variables/modelItemLabelPluginServerParams.html +10 -5
  277. package/docs/variables/modelRoomLabelPluginServerParams.html +10 -5
  278. package/libs/CSS3DRenderPlugin/CSS3DRender.js +43 -43
  279. package/libs/CSS3DRenderPlugin/Controller.d.ts +1 -1
  280. package/libs/CSS3DRenderPlugin/utils/generateBehindFiveElement.js +15 -14
  281. package/libs/Object3DHelperPlugin/Controller.d.ts +25 -10
  282. package/libs/Object3DHelperPlugin/Controller.js +117 -97
  283. package/libs/Object3DHelperPlugin/FiveControllerWrapper.d.ts +6 -8
  284. package/libs/Object3DHelperPlugin/FiveControllerWrapper.js +29 -22
  285. package/libs/Object3DHelperPlugin/index.js +16 -11
  286. package/libs/Object3DHelperPlugin/typings.d.ts +14 -0
  287. package/libs/PanoTagPlugin/Components/Common/Media.js +3 -2
  288. package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.js +3 -2
  289. package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +3 -2
  290. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioPlaneTag.js +3 -2
  291. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +3 -2
  292. package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +12 -11
  293. package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +33 -33
  294. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +3 -2
  295. package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +12 -11
  296. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.js +26 -25
  297. package/libs/PanoTagPlugin/Components/Tag/TextTag/index.js +29 -28
  298. package/libs/PanoTagPlugin/Components/Tag/index.js +126 -119
  299. package/libs/PanoTagPlugin/Components/TagContainer.js +4 -2
  300. package/libs/PanoTagPlugin/Components/TagItem.js +4 -2
  301. package/libs/PanoTagPlugin/controller/TagCacheController.d.ts +1 -0
  302. package/libs/PanoTagPlugin/controller/TagCacheController.js +14 -12
  303. package/libs/PanoTagPlugin/controller/TagComputer.d.ts +22 -6
  304. package/libs/PanoTagPlugin/controller/TagComputer.js +242 -176
  305. package/libs/PanoTagPlugin/controller/index.d.ts +32 -6
  306. package/libs/PanoTagPlugin/controller/index.js +176 -91
  307. package/libs/PanoTagPlugin/index.js +15 -12
  308. package/libs/PanoTagPlugin/tag.config.js +9 -0
  309. package/libs/PanoTagPlugin/typings/controller.d.ts +17 -2
  310. package/libs/PanoTagPlugin/typings/controller.js +1 -1
  311. package/libs/PanoTagPlugin/typings/index.js +6 -5
  312. package/libs/PanoTagPlugin/typings/tag/Tag.d.ts +5 -2
  313. package/libs/PanoTagPlugin/typings/tag/TagData.d.ts +19 -3
  314. package/libs/PanoTagPlugin/typings/tag/TagData.js +1 -1
  315. package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +1 -1
  316. package/libs/PanoTagPlugin/utils/addDebugPoints.js +5 -4
  317. package/libs/PanoTagPlugin/utils/color.js +5 -5
  318. package/libs/PanoTagPlugin/utils/index.js +37 -34
  319. package/libs/PanoTagPlugin/utils/planeNormal.js +3 -2
  320. package/libs/PanoTagPlugin/utils/tag/index.d.ts +2 -0
  321. package/libs/PanoTagPlugin/utils/tag/index.js +11 -0
  322. package/libs/PanoTagPlugin/utils/tag/tagCheck.d.ts +2 -1
  323. package/libs/PanoTagPlugin/utils/tag/tagCheck.js +6 -2
  324. package/libs/PanoTagPlugin/utils/tagPosition.d.ts +3 -1
  325. package/libs/PanoTagPlugin/utils/tagPosition.js +20 -8
  326. package/libs/index.js +111 -104
  327. package/libs/shared-utils/Object3DHelper/Base/BaseController.d.ts +41 -15
  328. package/libs/shared-utils/Object3DHelper/Base/BaseController.js +112 -90
  329. package/libs/shared-utils/Object3DHelper/Base/BaseHelper.d.ts +27 -20
  330. package/libs/shared-utils/Object3DHelper/Base/BaseHelper.js +55 -22
  331. package/libs/shared-utils/Object3DHelper/Controller/BoundingBoxController.d.ts +7 -0
  332. package/libs/shared-utils/Object3DHelper/Controller/BoundingBoxController.js +14 -0
  333. package/libs/shared-utils/Object3DHelper/Controller/CSS3DScaleController.d.ts +1 -0
  334. package/libs/shared-utils/Object3DHelper/Controller/CSS3DScaleController.js +14 -10
  335. package/libs/shared-utils/Object3DHelper/Controller/MoveController.d.ts +24 -0
  336. package/libs/shared-utils/Object3DHelper/Controller/MoveController.js +80 -37
  337. package/libs/shared-utils/Object3DHelper/Controller/RectangleScaleController.d.ts +6 -1
  338. package/libs/shared-utils/Object3DHelper/Controller/RectangleScaleController.js +44 -41
  339. package/libs/shared-utils/Object3DHelper/Controller/RotateController.d.ts +14 -0
  340. package/libs/shared-utils/Object3DHelper/Controller/RotateController.js +95 -67
  341. package/libs/shared-utils/Object3DHelper/Controller/ScaleController.d.ts +12 -0
  342. package/libs/shared-utils/Object3DHelper/Controller/ScaleController.js +21 -0
  343. package/libs/shared-utils/Object3DHelper/Helper/{OutlineHelper.d.ts → BoundingBoxHelper.d.ts} +3 -2
  344. package/libs/shared-utils/Object3DHelper/Helper/BoundingBoxHelper.js +87 -0
  345. package/{dist/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.d.ts → libs/shared-utils/Object3DHelper/Helper/CSS3DScaleHelper.d.ts} +3 -8
  346. package/libs/shared-utils/Object3DHelper/Helper/{RectangleScaleHelper.js → CSS3DScaleHelper.js} +5 -7
  347. package/libs/shared-utils/Object3DHelper/Helper/MoveHelper.js +7 -9
  348. package/libs/shared-utils/Object3DHelper/Helper/RotateHelper.d.ts +14 -11
  349. package/libs/shared-utils/Object3DHelper/Helper/RotateHelper.js +72 -66
  350. package/libs/shared-utils/Object3DHelper/Helper/ScaleHelper.d.ts +5 -0
  351. package/libs/shared-utils/Object3DHelper/Helper/ScaleHelper.js +9 -0
  352. package/libs/shared-utils/Object3DHelper/Helper/index.d.ts +2 -2
  353. package/libs/shared-utils/Object3DHelper/Helper/index.js +0 -2
  354. package/libs/shared-utils/Object3DHelper/index.d.ts +4 -27
  355. package/libs/shared-utils/Object3DHelper/index.js +48 -96
  356. package/libs/shared-utils/Object3DHelper/typings/Hooks.d.ts +22 -12
  357. package/libs/shared-utils/Object3DHelper/typings/index.d.ts +22 -0
  358. package/libs/shared-utils/Object3DHelper/typings/index.js +2 -1
  359. package/libs/shared-utils/Object3DHelper/utils/boundingBox.d.ts +2 -0
  360. package/libs/shared-utils/Object3DHelper/utils/boundingBox.js +24 -0
  361. package/libs/shared-utils/Object3DHelper/utils/threex/domevents/index.js +2 -2
  362. package/libs/shared-utils/three/GLTFLoader.d.ts +2 -0
  363. package/libs/shared-utils/three/GLTFLoader.js +16 -0
  364. package/libs/typings/math.type.js +1 -0
  365. package/package.json +4 -4
  366. package/dist/shared-utils/Object3DHelper/utils/getPoint.d.ts +0 -3
  367. package/libs/shared-utils/Object3DHelper/Helper/OutlineHelper.js +0 -2
  368. package/libs/shared-utils/Object3DHelper/utils/getPoint.d.ts +0 -3
  369. package/libs/shared-utils/Object3DHelper/utils/getPoint.js +0 -1
@@ -1,4 +1,4 @@
1
- import { SvelteComponent as g, init as $, safe_not_equal as k, empty as b, insert as y, transition_out as l, check_outros as h, transition_in as m, detach as A, group_outros as R, create_component as s, mount_component as _, destroy_component as d } from "../../../../vendor/svelte/internal/index.js";
1
+ import { SvelteComponent as g, init as $, safe_not_equal as k, empty as b, insert as y, transition_out as m, check_outros as h, transition_in as l, detach as A, group_outros as R, create_component as s, mount_component as _, destroy_component as d } from "../../../../vendor/svelte/internal/index.js";
2
2
  import T from "./AudioTag.js";
3
3
  import w from "./AudioPlaneTag.js";
4
4
  import "../../../../vendor/svelte/easing/index.js";
@@ -14,6 +14,7 @@ import "../../Common/Text/FlyText.js";
14
14
  import "animejs";
15
15
  import "../../../../shared-utils/isNil.js";
16
16
  import "three";
17
+ import "@realsee/five/gltf-loader";
17
18
  import "../../../utils/search.js";
18
19
  import "../../../utils/constants.js";
19
20
  import "../../Common/Arrow.js";
@@ -37,10 +38,10 @@ function q(n) {
37
38
  r & 1 && (a.tag = e[0]), t.$set(a);
38
39
  },
39
40
  i(e) {
40
- o || (m(t.$$.fragment, e), o = !0);
41
+ o || (l(t.$$.fragment, e), o = !0);
41
42
  },
42
43
  o(e) {
43
- l(t.$$.fragment, e), o = !1;
44
+ m(t.$$.fragment, e), o = !1;
44
45
  },
45
46
  d(e) {
46
47
  d(t, e);
@@ -61,10 +62,10 @@ function v(n) {
61
62
  r & 1 && (a.tag = e[0]), t.$set(a);
62
63
  },
63
64
  i(e) {
64
- o || (m(t.$$.fragment, e), o = !0);
65
+ o || (l(t.$$.fragment, e), o = !0);
65
66
  },
66
67
  o(e) {
67
- l(t.$$.fragment, e), o = !1;
68
+ m(t.$$.fragment, e), o = !1;
68
69
  },
69
70
  d(e) {
70
71
  d(t, e);
@@ -86,15 +87,15 @@ function C(n) {
86
87
  },
87
88
  p(i, [f]) {
88
89
  let c = t;
89
- t = u(i), t === c ? ~t && p[t].p(i, f) : (o && (R(), l(p[c], 1, 1, () => {
90
+ t = u(i), t === c ? ~t && p[t].p(i, f) : (o && (R(), m(p[c], 1, 1, () => {
90
91
  p[c] = null;
91
- }), h()), ~t ? (o = p[t], o ? o.p(i, f) : (o = p[t] = a[t](i), o.c()), m(o, 1), o.m(e.parentNode, e)) : o = null);
92
+ }), h()), ~t ? (o = p[t], o ? o.p(i, f) : (o = p[t] = a[t](i), o.c()), l(o, 1), o.m(e.parentNode, e)) : o = null);
92
93
  },
93
94
  i(i) {
94
- r || (m(o), r = !0);
95
+ r || (l(o), r = !0);
95
96
  },
96
97
  o(i) {
97
- l(o), r = !1;
98
+ m(o), r = !1;
98
99
  },
99
100
  d(i) {
100
101
  ~t && p[t].d(i), i && A(e);
@@ -113,11 +114,11 @@ function N(n, t, o) {
113
114
  n.$$.dirty & 1 && o(1, e = (u = r.data.appearance) != null ? u : "line");
114
115
  }, [r, e, p];
115
116
  }
116
- class et extends g {
117
+ class ot extends g {
117
118
  constructor(t) {
118
119
  super(), $(this, t, N, C, k, { tag: 0 });
119
120
  }
120
121
  }
121
122
  export {
122
- et as default
123
+ ot as default
123
124
  };
@@ -1,70 +1,70 @@
1
- import { SvelteComponent as u, init as d, safe_not_equal as _, append_styles as p, element as g, attr as v, insert as m, noop as f, detach as r, onMount as h, onDestroy as k, empty as b, binding_callbacks as y, HtmlTag as C } from "../../../vendor/svelte/internal/index.js";
2
- function j(i) {
1
+ import { SvelteComponent as u, init as _, safe_not_equal as d, append_styles as p, element as g, attr as v, insert as m, noop as f, detach as c, onMount as h, onDestroy as k, empty as b, binding_callbacks as y, HtmlTag as j } from "../../../vendor/svelte/internal/index.js";
2
+ function z(i) {
3
3
  p(i, "svelte-kzl2aj", ".customElement__container.svelte-kzl2aj{position:relative}");
4
4
  }
5
5
  function a(i) {
6
- let l, e = i[0].element + "", n;
6
+ let l, e = i[0].element + "", t;
7
7
  return {
8
8
  c() {
9
- l = new C(!1), n = b(), l.a = n;
9
+ l = new j(!1), t = b(), l.a = t;
10
10
  },
11
- m(t, s) {
12
- l.m(e, t, s), m(t, n, s);
11
+ m(n, o) {
12
+ l.m(e, n, o), m(n, t, o);
13
13
  },
14
- p(t, s) {
15
- s & 1 && e !== (e = t[0].element + "") && l.p(e);
14
+ p(n, o) {
15
+ o & 1 && e !== (e = n[0].element + "") && l.p(e);
16
16
  },
17
- d(t) {
18
- t && r(n), t && l.d();
17
+ d(n) {
18
+ n && c(t), n && l.d();
19
19
  }
20
20
  };
21
21
  }
22
- function z(i) {
22
+ function C(i) {
23
23
  let l, e = typeof i[0].element == "string" && a(i);
24
24
  return {
25
25
  c() {
26
26
  l = g("div"), e && e.c(), v(l, "class", "customElement__container svelte-kzl2aj");
27
27
  },
28
- m(n, t) {
29
- m(n, l, t), e && e.m(l, null), i[2](l);
28
+ m(t, n) {
29
+ m(t, l, n), e && e.m(l, null), i[2](l);
30
30
  },
31
- p(n, [t]) {
32
- typeof n[0].element == "string" ? e ? e.p(n, t) : (e = a(n), e.c(), e.m(l, null)) : e && (e.d(1), e = null);
31
+ p(t, [n]) {
32
+ typeof t[0].element == "string" ? e ? e.p(t, n) : (e = a(t), e.c(), e.m(l, null)) : e && (e.d(1), e = null);
33
33
  },
34
34
  i: f,
35
35
  o: f,
36
- d(n) {
37
- n && r(l), e && e.d(), i[2](null);
36
+ d(t) {
37
+ t && c(l), e && e.d(), i[2](null);
38
38
  }
39
39
  };
40
40
  }
41
41
  function E(i, l, e) {
42
- let { tag: n } = l, t, s;
42
+ let { tag: t } = l, n, o;
43
43
  h(() => {
44
- if (t) {
45
- if (n.element instanceof Element) {
46
- const o = n.element;
47
- t.appendChild(o), s = () => t == null ? void 0 : t.removeChild(o);
48
- } else if (typeof n.element == "function") {
49
- const o = n.element;
50
- s = o(t);
44
+ if (n) {
45
+ if (t.element instanceof Element) {
46
+ const s = t.element;
47
+ n.appendChild(s), o = () => s.remove();
48
+ } else if (typeof t.element == "function") {
49
+ const s = t.element;
50
+ o = s(n);
51
51
  }
52
52
  }
53
53
  }), k(() => {
54
- s == null || s();
54
+ o == null || o();
55
55
  });
56
- function c(o) {
57
- y[o ? "unshift" : "push"](() => {
58
- t = o, e(1, t);
56
+ function r(s) {
57
+ y[s ? "unshift" : "push"](() => {
58
+ n = s, e(1, n);
59
59
  });
60
60
  }
61
- return i.$$set = (o) => {
62
- "tag" in o && e(0, n = o.tag);
63
- }, [n, t, c];
61
+ return i.$$set = (s) => {
62
+ "tag" in s && e(0, t = s.tag);
63
+ }, [t, n, r];
64
64
  }
65
65
  class q extends u {
66
66
  constructor(l) {
67
- super(), d(this, l, E, z, _, { tag: 0 }, j);
67
+ super(), _(this, l, E, C, d, { tag: 0 }, z);
68
68
  }
69
69
  }
70
70
  export {
@@ -7,6 +7,7 @@ import "animejs";
7
7
  import "../../../shared-utils/uuid.js";
8
8
  import "../../../shared-utils/isNil.js";
9
9
  import "three";
10
+ import "@realsee/five/gltf-loader";
10
11
  import "../../utils/search.js";
11
12
  import "../../utils/constants.js";
12
13
  import "../../../vendor/svelte/transition/index.js";
@@ -177,11 +178,11 @@ function A(f, l, o) {
177
178
  f.$$.dirty & 1 && o(3, t = p.state ? p.state.unfolded : !1), f.$$.dirty & 1 && o(4, e = (n = (d = p.data.title) != null ? d : p.data.text) != null ? n : ""), f.$$.dirty & 16 && o(2, r = ((m = e.length) != null ? m : 0) > 7 ? e.substring(0, 6) + "..." : e), f.$$.dirty & 1 && o(1, a = p.data.mediaData);
178
179
  }, [p, a, r, t, e];
179
180
  }
180
- class ce extends T {
181
+ class $e extends T {
181
182
  constructor(l) {
182
183
  super(), R(this, l, A, Y, q, { tag: 0 }, V);
183
184
  }
184
185
  }
185
186
  export {
186
- ce as default
187
+ $e as default
187
188
  };
@@ -15,6 +15,7 @@ import "swiper/css";
15
15
  import "swiper/css/autoplay";
16
16
  import "three";
17
17
  import "../../utils/noTypecheck.js";
18
+ import "@realsee/five/gltf-loader";
18
19
  import "../Common/MediaItem.js";
19
20
  import "../../Assets/Icon.js";
20
21
  import "../../../shared-utils/isNil.js";
@@ -49,15 +50,15 @@ function c(a) {
49
50
  g(e, r, n), j(o, r, null), t = !0;
50
51
  },
51
52
  p(e, n) {
52
- var p;
53
- const f = {};
54
- n & 20 && (f.mediaItemConfig = {
53
+ var f;
54
+ const p = {};
55
+ n & 20 && (p.mediaItemConfig = {
55
56
  canPlay: !0,
56
57
  playButtonSizeIfNeed: "large",
57
- playButtonIfNeed: (p = e[4]) != null ? p : "withText",
58
+ playButtonIfNeed: (f = e[4]) != null ? f : "withText",
58
59
  disableVideoIfHavePoster: !1,
59
60
  objectFit: e[2]
60
- }), n & 64 && (f.unfolded = e[6]), n & 32 && (f.mediaData = e[5]), n & 2 && (f.enableCarousel = e[1]), n & 8 && (f.autoplayConfig = e[3]), n & 1 && (f.tag = e[0]), o.$set(f);
61
+ }), n & 64 && (p.unfolded = e[6]), n & 32 && (p.mediaData = e[5]), n & 2 && (p.enableCarousel = e[1]), n & 8 && (p.autoplayConfig = e[3]), n & 1 && (p.tag = e[0]), o.$set(p);
61
62
  },
62
63
  i(e) {
63
64
  t || (d(o.$$.fragment, e), t = !0);
@@ -96,22 +97,22 @@ function v(a) {
96
97
  };
97
98
  }
98
99
  function S(a, r, o) {
99
- let t, i, e, n, f, p, { tag: l } = r;
100
+ let t, i, e, n, p, f, { tag: l } = r;
100
101
  return a.$$set = (u) => {
101
102
  "tag" in u && o(0, l = u.tag);
102
103
  }, a.$$.update = () => {
103
104
  var u, s;
104
- a.$$.dirty & 1 && o(6, t = l.state ? l.state.unfolded : !1), a.$$.dirty & 1 && o(5, i = l.data.mediaData), a.$$.dirty & 1 && o(1, e = l.data.enableCarousel), a.$$.dirty & 1 && o(4, n = l.data.playIcon), a.$$.dirty & 3 && o(3, f = (u = l.data.autoplayConfig) != null ? u : {
105
+ a.$$.dirty & 1 && o(6, t = l.state ? l.state.unfolded : !1), a.$$.dirty & 1 && o(5, i = l.data.mediaData), a.$$.dirty & 1 && o(1, e = l.data.enableCarousel), a.$$.dirty & 1 && o(4, n = l.data.playIcon), a.$$.dirty & 3 && o(3, p = (u = l.data.autoplayConfig) != null ? u : {
105
106
  autoplay: e != null ? e : !0,
106
107
  autoplayVideo: !0
107
- }), a.$$.dirty & 1 && o(2, p = (s = l.data.objectFit) != null ? s : (() => l.data.adaptationMode === "stretch" ? "cover" : l.data.adaptationMode === "proportional" ? "contain" : void 0)());
108
- }, [l, e, p, f, n, i, t];
108
+ }), a.$$.dirty & 1 && o(2, f = (s = l.data.objectFit) != null ? s : (() => l.data.adaptationMode === "stretch" ? "cover" : l.data.adaptationMode === "proportional" ? "contain" : void 0)());
109
+ }, [l, e, f, p, n, i, t];
109
110
  }
110
- class x extends _ {
111
+ class ee extends _ {
111
112
  constructor(r) {
112
113
  super(), b(this, r, S, v, I, { tag: 0 }, M);
113
114
  }
114
115
  }
115
116
  export {
116
- x as default
117
+ ee as default
117
118
  };
@@ -9,6 +9,7 @@ import "../../Common/Text/FlyText.js";
9
9
  import "animejs";
10
10
  import "../../../../shared-utils/isNil.js";
11
11
  import "three";
12
+ import "@realsee/five/gltf-loader";
12
13
  import "../../../utils/search.js";
13
14
  import "../../../utils/constants.js";
14
15
  import "../../Common/Arrow.js";
@@ -19,8 +20,8 @@ function H(n) {
19
20
  }
20
21
  function M(n) {
21
22
  var g, d;
22
- let l, f, t, o, i, s, a, m, u, c;
23
- return l = new E({
23
+ let r, f, t, o, i, s, a, m, u, c;
24
+ return r = new E({
24
25
  props: {
25
26
  visible: n[2],
26
27
  left: n[3] / 2 + "px",
@@ -44,42 +45,42 @@ function M(n) {
44
45
  }
45
46
  }), {
46
47
  c() {
47
- k(l.$$.fragment), f = D(), k(t.$$.fragment), o = D(), i = I("div"), k(s.$$.fragment), L(i, "class", "content svelte-nlvd3x"), N(() => n[8].call(i));
48
+ k(r.$$.fragment), f = D(), k(t.$$.fragment), o = D(), i = I("div"), k(s.$$.fragment), L(i, "class", "content svelte-nlvd3x"), N(() => n[8].call(i));
48
49
  },
49
- m(e, r) {
50
- z(l, e, r), w(e, f, r), z(t, e, r), w(e, o, r), w(e, i, r), z(s, i, null), a = j(i, n[8].bind(i)), m = !0, u || (c = x(i, "click", n[7]), u = !0);
50
+ m(e, l) {
51
+ z(r, e, l), w(e, f, l), z(t, e, l), w(e, o, l), w(e, i, l), z(s, i, null), a = j(i, n[8].bind(i)), m = !0, u || (c = x(i, "click", n[7]), u = !0);
51
52
  },
52
- p(e, r) {
53
+ p(e, l) {
53
54
  var y, U;
54
55
  const $ = {};
55
- r & 4 && ($.visible = e[2]), r & 8 && ($.left = e[3] / 2 + "px"), l.$set($);
56
+ l & 4 && ($.visible = e[2]), l & 8 && ($.left = e[3] / 2 + "px"), r.$set($);
56
57
  const h = {};
57
- r & 4 && (h.unfolded = e[2]), r & 8 && (h.length = e[3]), r & 16 && (h.outDelay = e[4] + 40 * Math.min((U = (y = e[6][0]) == null ? void 0 : y.content.length) != null ? U : 10, 15)), t.$set(h);
58
+ l & 4 && (h.unfolded = e[2]), l & 8 && (h.length = e[3]), l & 16 && (h.outDelay = e[4] + 40 * Math.min((U = (y = e[6][0]) == null ? void 0 : y.content.length) != null ? U : 10, 15)), t.$set(h);
58
59
  const b = {};
59
- r & 4 && (b.visible = e[2]), r & 2 && (b.textUnfolded = e[1]), r & 32 && (b.content = e[5]), s.$set(b);
60
+ l & 4 && (b.visible = e[2]), l & 2 && (b.textUnfolded = e[1]), l & 32 && (b.content = e[5]), s.$set(b);
60
61
  },
61
62
  i(e) {
62
- m || (p(l.$$.fragment, e), p(t.$$.fragment, e), p(s.$$.fragment, e), m = !0);
63
+ m || (p(r.$$.fragment, e), p(t.$$.fragment, e), p(s.$$.fragment, e), m = !0);
63
64
  },
64
65
  o(e) {
65
- _(l.$$.fragment, e), _(t.$$.fragment, e), _(s.$$.fragment, e), m = !1;
66
+ _(r.$$.fragment, e), _(t.$$.fragment, e), _(s.$$.fragment, e), m = !1;
66
67
  },
67
68
  d(e) {
68
- T(l, e), e && v(f), T(t, e), e && v(o), e && v(i), T(s), a(), u = !1, c();
69
+ T(r, e), e && v(f), T(t, e), e && v(o), e && v(i), T(s), a(), u = !1, c();
69
70
  }
70
71
  };
71
72
  }
72
73
  function J(n) {
73
- let l, f, t = n[0].state && M(n);
74
+ let r, f, t = n[0].state && M(n);
74
75
  return {
75
76
  c() {
76
- t && t.c(), l = q();
77
+ t && t.c(), r = q();
77
78
  },
78
79
  m(o, i) {
79
- t && t.m(o, i), w(o, l, i), f = !0;
80
+ t && t.m(o, i), w(o, r, i), f = !0;
80
81
  },
81
82
  p(o, [i]) {
82
- o[0].state ? t ? (t.p(o, i), i & 1 && p(t, 1)) : (t = M(o), t.c(), p(t, 1), t.m(l.parentNode, l)) : t && (A(), _(t, 1, 1, () => {
83
+ o[0].state ? t ? (t.p(o, i), i & 1 && p(t, 1)) : (t = M(o), t.c(), p(t, 1), t.m(r.parentNode, r)) : t && (A(), _(t, 1, 1, () => {
83
84
  t = null;
84
85
  }), F());
85
86
  },
@@ -90,12 +91,12 @@ function J(n) {
90
91
  _(t), f = !1;
91
92
  },
92
93
  d(o) {
93
- t && t.d(o), o && v(l);
94
+ t && t.d(o), o && v(r);
94
95
  }
95
96
  };
96
97
  }
97
- function K(n, l, f) {
98
- let t, o, i, { tag: s } = l, a, m = !1, u = [];
98
+ function K(n, r, f) {
99
+ let t, o, i, { tag: s } = r, a, m = !1, u = [];
99
100
  function c() {
100
101
  f(1, m = !m);
101
102
  }
@@ -105,8 +106,8 @@ function K(n, l, f) {
105
106
  return n.$$set = (d) => {
106
107
  "tag" in d && f(0, s = d.tag);
107
108
  }, n.$$.update = () => {
108
- var d, e, r;
109
- n.$$.dirty & 1 && f(2, t = !!((d = s.state) != null && d.unfolded)), n.$$.dirty & 1 && f(5, o = (r = (e = s.data.title) != null ? e : s.data.text) != null ? r : ""), n.$$.dirty & 4 && (t || setTimeout(
109
+ var d, e, l;
110
+ n.$$.dirty & 1 && f(2, t = !!((d = s.state) != null && d.unfolded)), n.$$.dirty & 1 && f(5, o = (l = (e = s.data.title) != null ? e : s.data.text) != null ? l : ""), n.$$.dirty & 4 && (t || setTimeout(
110
111
  () => {
111
112
  f(1, m = !1);
112
113
  },
@@ -124,11 +125,11 @@ function K(n, l, f) {
124
125
  g
125
126
  ];
126
127
  }
127
- class me extends S {
128
- constructor(l) {
129
- super(), C(this, l, K, J, R, { tag: 0 }, H);
128
+ class de extends S {
129
+ constructor(r) {
130
+ super(), C(this, r, K, J, R, { tag: 0 }, H);
130
131
  }
131
132
  }
132
133
  export {
133
- me as default
134
+ de as default
134
135
  };
@@ -11,6 +11,7 @@ import "../../Common/Text/FlyText.js";
11
11
  import "animejs";
12
12
  import "../../../../shared-utils/isNil.js";
13
13
  import "three";
14
+ import "@realsee/five/gltf-loader";
14
15
  import "../../../utils/search.js";
15
16
  import "../../../utils/constants.js";
16
17
  import "../../Common/Arrow.js";
@@ -24,12 +25,12 @@ function v(a) {
24
25
  c() {
25
26
  s(t.$$.fragment);
26
27
  },
27
- m(e, n) {
28
- _(t, e, n), r = !0;
28
+ m(e, o) {
29
+ _(t, e, o), r = !0;
29
30
  },
30
- p(e, n) {
31
+ p(e, o) {
31
32
  const i = {};
32
- n & 1 && (i.tag = e[0]), t.$set(i);
33
+ o & 1 && (i.tag = e[0]), t.$set(i);
33
34
  },
34
35
  i(e) {
35
36
  r || (l(t.$$.fragment, e), r = !0);
@@ -48,12 +49,12 @@ function C(a) {
48
49
  c() {
49
50
  s(t.$$.fragment);
50
51
  },
51
- m(e, n) {
52
- _(t, e, n), r = !0;
52
+ m(e, o) {
53
+ _(t, e, o), r = !0;
53
54
  },
54
- p(e, n) {
55
+ p(e, o) {
55
56
  const i = {};
56
- n & 1 && (i.tag = e[0]), t.$set(i);
57
+ o & 1 && (i.tag = e[0]), t.$set(i);
57
58
  },
58
59
  i(e) {
59
60
  r || (l(t.$$.fragment, e), r = !0);
@@ -67,49 +68,49 @@ function C(a) {
67
68
  };
68
69
  }
69
70
  function N(a) {
70
- let t, r, e, n;
71
+ let t, r, e, o;
71
72
  const i = [C, v], p = [];
72
- function u(o, c) {
73
- return o[1] === "line" ? 0 : o[1] === "plane" ? 1 : -1;
73
+ function u(n, c) {
74
+ return n[1] === "line" ? 0 : n[1] === "plane" ? 1 : -1;
74
75
  }
75
76
  return ~(t = u(a)) && (r = p[t] = i[t](a)), {
76
77
  c() {
77
78
  r && r.c(), e = b();
78
79
  },
79
- m(o, c) {
80
- ~t && p[t].m(o, c), x(o, e, c), n = !0;
80
+ m(n, c) {
81
+ ~t && p[t].m(n, c), x(n, e, c), o = !0;
81
82
  },
82
- p(o, [c]) {
83
+ p(n, [c]) {
83
84
  let m = t;
84
- t = u(o), t === m ? ~t && p[t].p(o, c) : (r && (h(), f(p[m], 1, 1, () => {
85
+ t = u(n), t === m ? ~t && p[t].p(n, c) : (r && (h(), f(p[m], 1, 1, () => {
85
86
  p[m] = null;
86
- }), T()), ~t ? (r = p[t], r ? r.p(o, c) : (r = p[t] = i[t](o), r.c()), l(r, 1), r.m(e.parentNode, e)) : r = null);
87
+ }), T()), ~t ? (r = p[t], r ? r.p(n, c) : (r = p[t] = i[t](n), r.c()), l(r, 1), r.m(e.parentNode, e)) : r = null);
87
88
  },
88
- i(o) {
89
- n || (l(r), n = !0);
89
+ i(n) {
90
+ o || (l(r), o = !0);
90
91
  },
91
- o(o) {
92
- f(r), n = !1;
92
+ o(n) {
93
+ f(r), o = !1;
93
94
  },
94
- d(o) {
95
- ~t && p[t].d(o), o && y(e);
95
+ d(n) {
96
+ ~t && p[t].d(n), n && y(e);
96
97
  }
97
98
  };
98
99
  }
99
100
  function P(a, t, r) {
100
- let e, { tag: n } = t;
101
+ let e, { tag: o } = t;
101
102
  return a.$$set = (i) => {
102
- "tag" in i && r(0, n = i.tag);
103
+ "tag" in i && r(0, o = i.tag);
103
104
  }, a.$$.update = () => {
104
105
  var i;
105
- a.$$.dirty & 1 && r(1, e = (i = n.data.appearance) != null ? i : "line");
106
- }, [n, e];
106
+ a.$$.dirty & 1 && r(1, e = (i = o.data.appearance) != null ? i : "line");
107
+ }, [o, e];
107
108
  }
108
- class W extends d {
109
+ class X extends d {
109
110
  constructor(t) {
110
111
  super(), $(this, t, P, N, k, { tag: 0 });
111
112
  }
112
113
  }
113
114
  export {
114
- W as default
115
+ X as default
115
116
  };