@realsee/dnalogel 2.6.4 → 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 (372) 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 +5078 -4667
  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 +16 -15
  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/MediaItem.js +1 -1
  289. package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.js +3 -2
  290. package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +3 -2
  291. package/libs/PanoTagPlugin/Components/Common/Text/MText.js +68 -68
  292. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioPlaneTag.js +3 -2
  293. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +3 -2
  294. package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +12 -11
  295. package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +33 -33
  296. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +3 -2
  297. package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +46 -46
  298. package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +12 -11
  299. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.js +26 -25
  300. package/libs/PanoTagPlugin/Components/Tag/TextTag/index.js +29 -28
  301. package/libs/PanoTagPlugin/Components/Tag/index.js +126 -119
  302. package/libs/PanoTagPlugin/Components/TagContainer.js +4 -2
  303. package/libs/PanoTagPlugin/Components/TagItem.js +67 -65
  304. package/libs/PanoTagPlugin/controller/TagCacheController.d.ts +1 -0
  305. package/libs/PanoTagPlugin/controller/TagCacheController.js +14 -12
  306. package/libs/PanoTagPlugin/controller/TagComputer.d.ts +22 -6
  307. package/libs/PanoTagPlugin/controller/TagComputer.js +242 -176
  308. package/libs/PanoTagPlugin/controller/index.d.ts +32 -6
  309. package/libs/PanoTagPlugin/controller/index.js +176 -91
  310. package/libs/PanoTagPlugin/index.js +15 -12
  311. package/libs/PanoTagPlugin/tag.config.js +9 -0
  312. package/libs/PanoTagPlugin/typings/controller.d.ts +17 -2
  313. package/libs/PanoTagPlugin/typings/controller.js +1 -1
  314. package/libs/PanoTagPlugin/typings/index.js +6 -5
  315. package/libs/PanoTagPlugin/typings/tag/Tag.d.ts +5 -2
  316. package/libs/PanoTagPlugin/typings/tag/TagData.d.ts +19 -3
  317. package/libs/PanoTagPlugin/typings/tag/TagData.js +1 -1
  318. package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +1 -1
  319. package/libs/PanoTagPlugin/utils/addDebugPoints.js +5 -4
  320. package/libs/PanoTagPlugin/utils/color.js +5 -5
  321. package/libs/PanoTagPlugin/utils/index.js +37 -34
  322. package/libs/PanoTagPlugin/utils/planeNormal.js +3 -2
  323. package/libs/PanoTagPlugin/utils/tag/index.d.ts +2 -0
  324. package/libs/PanoTagPlugin/utils/tag/index.js +11 -0
  325. package/libs/PanoTagPlugin/utils/tag/tagCheck.d.ts +2 -1
  326. package/libs/PanoTagPlugin/utils/tag/tagCheck.js +6 -2
  327. package/libs/PanoTagPlugin/utils/tagPosition.d.ts +3 -1
  328. package/libs/PanoTagPlugin/utils/tagPosition.js +20 -8
  329. package/libs/index.js +111 -104
  330. package/libs/shared-utils/Object3DHelper/Base/BaseController.d.ts +41 -15
  331. package/libs/shared-utils/Object3DHelper/Base/BaseController.js +112 -90
  332. package/libs/shared-utils/Object3DHelper/Base/BaseHelper.d.ts +27 -20
  333. package/libs/shared-utils/Object3DHelper/Base/BaseHelper.js +55 -22
  334. package/libs/shared-utils/Object3DHelper/Controller/BoundingBoxController.d.ts +7 -0
  335. package/libs/shared-utils/Object3DHelper/Controller/BoundingBoxController.js +14 -0
  336. package/libs/shared-utils/Object3DHelper/Controller/CSS3DScaleController.d.ts +1 -0
  337. package/libs/shared-utils/Object3DHelper/Controller/CSS3DScaleController.js +14 -10
  338. package/libs/shared-utils/Object3DHelper/Controller/MoveController.d.ts +24 -0
  339. package/libs/shared-utils/Object3DHelper/Controller/MoveController.js +80 -37
  340. package/libs/shared-utils/Object3DHelper/Controller/RectangleScaleController.d.ts +6 -1
  341. package/libs/shared-utils/Object3DHelper/Controller/RectangleScaleController.js +44 -41
  342. package/libs/shared-utils/Object3DHelper/Controller/RotateController.d.ts +14 -0
  343. package/libs/shared-utils/Object3DHelper/Controller/RotateController.js +95 -67
  344. package/libs/shared-utils/Object3DHelper/Controller/ScaleController.d.ts +12 -0
  345. package/libs/shared-utils/Object3DHelper/Controller/ScaleController.js +21 -0
  346. package/libs/shared-utils/Object3DHelper/Helper/{OutlineHelper.d.ts → BoundingBoxHelper.d.ts} +3 -2
  347. package/libs/shared-utils/Object3DHelper/Helper/BoundingBoxHelper.js +87 -0
  348. package/{dist/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.d.ts → libs/shared-utils/Object3DHelper/Helper/CSS3DScaleHelper.d.ts} +3 -8
  349. package/libs/shared-utils/Object3DHelper/Helper/{RectangleScaleHelper.js → CSS3DScaleHelper.js} +5 -7
  350. package/libs/shared-utils/Object3DHelper/Helper/MoveHelper.js +7 -9
  351. package/libs/shared-utils/Object3DHelper/Helper/RotateHelper.d.ts +14 -11
  352. package/libs/shared-utils/Object3DHelper/Helper/RotateHelper.js +72 -66
  353. package/libs/shared-utils/Object3DHelper/Helper/ScaleHelper.d.ts +5 -0
  354. package/libs/shared-utils/Object3DHelper/Helper/ScaleHelper.js +9 -0
  355. package/libs/shared-utils/Object3DHelper/Helper/index.d.ts +2 -2
  356. package/libs/shared-utils/Object3DHelper/Helper/index.js +0 -2
  357. package/libs/shared-utils/Object3DHelper/index.d.ts +4 -27
  358. package/libs/shared-utils/Object3DHelper/index.js +48 -96
  359. package/libs/shared-utils/Object3DHelper/typings/Hooks.d.ts +22 -12
  360. package/libs/shared-utils/Object3DHelper/typings/index.d.ts +22 -0
  361. package/libs/shared-utils/Object3DHelper/typings/index.js +2 -1
  362. package/libs/shared-utils/Object3DHelper/utils/boundingBox.d.ts +2 -0
  363. package/libs/shared-utils/Object3DHelper/utils/boundingBox.js +24 -0
  364. package/libs/shared-utils/Object3DHelper/utils/threex/domevents/index.js +2 -2
  365. package/libs/shared-utils/three/GLTFLoader.d.ts +2 -0
  366. package/libs/shared-utils/three/GLTFLoader.js +16 -0
  367. package/libs/typings/math.type.js +1 -0
  368. package/package.json +4 -4
  369. package/dist/shared-utils/Object3DHelper/utils/getPoint.d.ts +0 -3
  370. package/libs/shared-utils/Object3DHelper/Helper/OutlineHelper.js +0 -2
  371. package/libs/shared-utils/Object3DHelper/utils/getPoint.d.ts +0 -3
  372. package/libs/shared-utils/Object3DHelper/utils/getPoint.js +0 -1
@@ -1,57 +1,57 @@
1
- import { SvelteComponent as g, init as L, safe_not_equal as W, append_styles as z, element as k, attr as h, set_style as d, insert as u, transition_out as b, check_outros as N, transition_in as p, detach as _, group_outros as C, create_slot as E, update_slot_base as M, get_all_dirty_from_scope as S, get_slot_changes as T, space as j, empty as A, noop as m, text as q, set_data as x, append as B } from "../../../../vendor/svelte/internal/index.js";
2
- import v from "../../../utils/px2rem.js";
1
+ import { SvelteComponent as L, init as W, safe_not_equal as z, append_styles as N, element as k, attr as w, set_style as _, insert as u, transition_out as p, check_outros as q, transition_in as b, detach as d, group_outros as C, create_slot as E, update_slot_base as M, get_all_dirty_from_scope as S, get_slot_changes as T, space as j, empty as A, noop as m, text as x, set_data as g, append as B } from "../../../../vendor/svelte/internal/index.js";
2
+ import h from "../../../utils/px2rem.js";
3
3
  function D(o) {
4
- z(o, "svelte-ilb1qs", ".text.svelte-ilb1qs{display:-webkit-box;display:-ms-box;display:-moz-box;position:relative;width:-moz-max-content;width:max-content;max-width:100%;word-break:break-all;-webkit-box-orient:vertical;-ms-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@keyframes svelte-ilb1qs-blink{0%{opacity:1}50%{opacity:0}100%{opacity:1}}.caret.svelte-ilb1qs{position:absolute;width:0.0625rem;height:100%;background-color:#fff;animation:svelte-ilb1qs-blink 1.2s infinite}.placeholder.svelte-ilb1qs{opacity:0.5}");
4
+ N(o, "svelte-i9wdo4", ".text.svelte-i9wdo4{display:-webkit-box;display:-ms-box;display:-moz-box;position:relative;width:-moz-max-content;width:max-content;max-width:100%;-webkit-box-orient:vertical;-ms-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@keyframes svelte-i9wdo4-blink{0%{opacity:1}50%{opacity:0}100%{opacity:1}}.caret.svelte-i9wdo4{position:absolute;width:0.0625rem;height:100%;background-color:#fff;animation:svelte-i9wdo4-blink 1.2s infinite}.placeholder.svelte-i9wdo4{opacity:0.5}");
5
5
  }
6
6
  function F(o) {
7
7
  let t;
8
- const l = o[6].default, e = E(l, o, o[5], null);
8
+ const i = o[6].default, e = E(i, o, o[5], null);
9
9
  return {
10
10
  c() {
11
11
  e && e.c();
12
12
  },
13
- m(i, a) {
14
- e && e.m(i, a), t = !0;
13
+ m(l, a) {
14
+ e && e.m(l, a), t = !0;
15
15
  },
16
- p(i, a) {
16
+ p(l, a) {
17
17
  e && e.p && (!t || a & 32) && M(
18
18
  e,
19
- l,
20
19
  i,
21
- i[5],
22
- t ? T(l, i[5], a, null) : S(i[5]),
20
+ l,
21
+ l[5],
22
+ t ? T(i, l[5], a, null) : S(l[5]),
23
23
  null
24
24
  );
25
25
  },
26
- i(i) {
27
- t || (p(e, i), t = !0);
26
+ i(l) {
27
+ t || (b(e, l), t = !0);
28
28
  },
29
- o(i) {
30
- b(e, i), t = !1;
29
+ o(l) {
30
+ p(e, l), t = !1;
31
31
  },
32
- d(i) {
33
- e && e.d(i);
32
+ d(l) {
33
+ e && e.d(l);
34
34
  }
35
35
  };
36
36
  }
37
37
  function G(o) {
38
38
  var a, c;
39
- let t, l, e = ((a = o[3]) == null ? void 0 : a.inputting) && y(), i = ((c = o[3]) == null ? void 0 : c.placeholder) && w(o);
39
+ let t, i, e = ((a = o[3]) == null ? void 0 : a.inputting) && v(), l = ((c = o[3]) == null ? void 0 : c.placeholder) && y(o);
40
40
  return {
41
41
  c() {
42
- e && e.c(), t = j(), i && i.c(), l = A();
42
+ e && e.c(), t = j(), l && l.c(), i = A();
43
43
  },
44
- m(s, n) {
45
- e && e.m(s, n), u(s, t, n), i && i.m(s, n), u(s, l, n);
44
+ m(f, n) {
45
+ e && e.m(f, n), u(f, t, n), l && l.m(f, n), u(f, i, n);
46
46
  },
47
- p(s, n) {
48
- var f, r;
49
- (f = s[3]) != null && f.inputting ? e || (e = y(), e.c(), e.m(t.parentNode, t)) : e && (e.d(1), e = null), (r = s[3]) != null && r.placeholder ? i ? i.p(s, n) : (i = w(s), i.c(), i.m(l.parentNode, l)) : i && (i.d(1), i = null);
47
+ p(f, n) {
48
+ var s, r;
49
+ (s = f[3]) != null && s.inputting ? e || (e = v(), e.c(), e.m(t.parentNode, t)) : e && (e.d(1), e = null), (r = f[3]) != null && r.placeholder ? l ? l.p(f, n) : (l = y(f), l.c(), l.m(i.parentNode, i)) : l && (l.d(1), l = null);
50
50
  },
51
51
  i: m,
52
52
  o: m,
53
- d(s) {
54
- e && e.d(s), s && _(t), i && i.d(s), s && _(l);
53
+ d(f) {
54
+ e && e.d(f), f && d(t), l && l.d(f), f && d(i);
55
55
  }
56
56
  };
57
57
  }
@@ -59,98 +59,98 @@ function H(o) {
59
59
  let t;
60
60
  return {
61
61
  c() {
62
- t = q(o[2]);
62
+ t = x(o[2]);
63
63
  },
64
- m(l, e) {
65
- u(l, t, e);
64
+ m(i, e) {
65
+ u(i, t, e);
66
66
  },
67
- p(l, e) {
68
- e & 4 && x(t, l[2]);
67
+ p(i, e) {
68
+ e & 4 && g(t, i[2]);
69
69
  },
70
70
  i: m,
71
71
  o: m,
72
- d(l) {
73
- l && _(t);
72
+ d(i) {
73
+ i && d(t);
74
74
  }
75
75
  };
76
76
  }
77
- function y(o) {
77
+ function v(o) {
78
78
  let t;
79
79
  return {
80
80
  c() {
81
- t = k("div"), h(t, "class", "caret svelte-ilb1qs");
81
+ t = k("div"), w(t, "class", "caret svelte-i9wdo4");
82
82
  },
83
- m(l, e) {
84
- u(l, t, e);
83
+ m(i, e) {
84
+ u(i, t, e);
85
85
  },
86
- d(l) {
87
- l && _(t);
86
+ d(i) {
87
+ i && d(t);
88
88
  }
89
89
  };
90
90
  }
91
- function w(o) {
92
- let t, l = o[3].placeholder + "", e;
91
+ function y(o) {
92
+ let t, i = o[3].placeholder + "", e;
93
93
  return {
94
94
  c() {
95
- t = k("span"), e = q(l), h(t, "class", "placeholder svelte-ilb1qs");
95
+ t = k("span"), e = x(i), w(t, "class", "placeholder svelte-i9wdo4");
96
96
  },
97
- m(i, a) {
98
- u(i, t, a), B(t, e);
97
+ m(l, a) {
98
+ u(l, t, a), B(t, e);
99
99
  },
100
- p(i, a) {
101
- a & 8 && l !== (l = i[3].placeholder + "") && x(e, l);
100
+ p(l, a) {
101
+ a & 8 && i !== (i = l[3].placeholder + "") && g(e, i);
102
102
  },
103
- d(i) {
104
- i && _(t);
103
+ d(l) {
104
+ l && d(t);
105
105
  }
106
106
  };
107
107
  }
108
108
  function I(o) {
109
- let t, l, e, i;
109
+ let t, i, e, l;
110
110
  const a = [H, G, F], c = [];
111
- function s(n, f) {
111
+ function f(n, s) {
112
112
  return n[2] ? 0 : n[4] ? 1 : 2;
113
113
  }
114
- return l = s(o), e = c[l] = a[l](o), {
114
+ return i = f(o), e = c[i] = a[i](o), {
115
115
  c() {
116
- t = k("div"), e.c(), h(t, "class", "text svelte-ilb1qs"), d(t, "max-width", typeof o[1] == "number" ? v(o[1]) : o[1]), d(t, "-webkit-line-clamp", o[0]);
116
+ t = k("div"), e.c(), w(t, "class", "text svelte-i9wdo4"), _(t, "max-width", typeof o[1] == "number" ? h(o[1]) : o[1]), _(t, "-webkit-line-clamp", o[0]);
117
117
  },
118
- m(n, f) {
119
- u(n, t, f), c[l].m(t, null), i = !0;
118
+ m(n, s) {
119
+ u(n, t, s), c[i].m(t, null), l = !0;
120
120
  },
121
- p(n, [f]) {
122
- let r = l;
123
- l = s(n), l === r ? c[l].p(n, f) : (C(), b(c[r], 1, 1, () => {
121
+ p(n, [s]) {
122
+ let r = i;
123
+ i = f(n), i === r ? c[i].p(n, s) : (C(), p(c[r], 1, 1, () => {
124
124
  c[r] = null;
125
- }), N(), e = c[l], e ? e.p(n, f) : (e = c[l] = a[l](n), e.c()), p(e, 1), e.m(t, null)), f & 2 && d(t, "max-width", typeof n[1] == "number" ? v(n[1]) : n[1]), f & 1 && d(t, "-webkit-line-clamp", n[0]);
125
+ }), q(), e = c[i], e ? e.p(n, s) : (e = c[i] = a[i](n), e.c()), b(e, 1), e.m(t, null)), s & 2 && _(t, "max-width", typeof n[1] == "number" ? h(n[1]) : n[1]), s & 1 && _(t, "-webkit-line-clamp", n[0]);
126
126
  },
127
127
  i(n) {
128
- i || (p(e), i = !0);
128
+ l || (b(e), l = !0);
129
129
  },
130
130
  o(n) {
131
- b(e), i = !1;
131
+ p(e), l = !1;
132
132
  },
133
133
  d(n) {
134
- n && _(t), c[l].d();
134
+ n && d(t), c[i].d();
135
135
  }
136
136
  };
137
137
  }
138
- function J(o, t, l) {
139
- let e, { $$slots: i = {}, $$scope: a } = t, { maxLine: c = 1 } = t, { maxWidth: s = null } = t, { text: n = null } = t, { edit: f = null } = t;
138
+ function J(o, t, i) {
139
+ let e, { $$slots: l = {}, $$scope: a } = t, { maxLine: c = 1 } = t, { maxWidth: f = null } = t, { text: n = null } = t, { edit: s = null } = t;
140
140
  return o.$$set = (r) => {
141
- "maxLine" in r && l(0, c = r.maxLine), "maxWidth" in r && l(1, s = r.maxWidth), "text" in r && l(2, n = r.text), "edit" in r && l(3, f = r.edit), "$$scope" in r && l(5, a = r.$$scope);
141
+ "maxLine" in r && i(0, c = r.maxLine), "maxWidth" in r && i(1, f = r.maxWidth), "text" in r && i(2, n = r.text), "edit" in r && i(3, s = r.edit), "$$scope" in r && i(5, a = r.$$scope);
142
142
  }, o.$$.update = () => {
143
- o.$$.dirty & 8 && l(4, e = (f == null ? void 0 : f.placeholder) || (f == null ? void 0 : f.inputting));
144
- }, [c, s, n, f, e, a, i];
143
+ o.$$.dirty & 8 && i(4, e = (s == null ? void 0 : s.placeholder) || (s == null ? void 0 : s.inputting));
144
+ }, [c, f, n, s, e, a, l];
145
145
  }
146
- class P extends g {
146
+ class P extends L {
147
147
  constructor(t) {
148
- super(), L(
148
+ super(), W(
149
149
  this,
150
150
  t,
151
151
  J,
152
152
  I,
153
- W,
153
+ z,
154
154
  {
155
155
  maxLine: 0,
156
156
  maxWidth: 1,
@@ -3,6 +3,7 @@ import J from "../../Common/Icon/audioIcon.js";
3
3
  import K from "../../Common/Text/MText.js";
4
4
  import L from "../../Common/Audio.js";
5
5
  import "three";
6
+ import "@realsee/five/gltf-loader";
6
7
  import { name2Rgba as O } from "../../../utils/color.js";
7
8
  import "../../../utils/px2rem.js";
8
9
  import "../../Common/Shadow.js";
@@ -162,11 +163,11 @@ function Z(o, r, t) {
162
163
  R
163
164
  ];
164
165
  }
165
- class pe extends q {
166
+ class me extends q {
166
167
  constructor(r) {
167
168
  super(), D(this, r, Z, Y, E, { tag: 0 }, Q);
168
169
  }
169
170
  }
170
171
  export {
171
- pe as default
172
+ me as default
172
173
  };
@@ -13,6 +13,7 @@ import "../../Common/Text/FlyText.js";
13
13
  import "animejs";
14
14
  import "../../../../shared-utils/isNil.js";
15
15
  import "three";
16
+ import "@realsee/five/gltf-loader";
16
17
  import "../../../utils/search.js";
17
18
  import "../../../utils/constants.js";
18
19
  import "../../Common/Arrow.js";
@@ -213,11 +214,11 @@ function de(e, i, n) {
213
214
  R
214
215
  ];
215
216
  }
216
- class Se extends K {
217
+ class Te extends K {
217
218
  constructor(i) {
218
219
  super(), P(this, i, de, fe, Q, { tag: 0 }, re);
219
220
  }
220
221
  }
221
222
  export {
222
- Se as default
223
+ Te as default
223
224
  };
@@ -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
  };
@@ -1,15 +1,15 @@
1
- import { SvelteComponent as D, init as R, safe_not_equal as S, append_styles as q, element as g, create_component as x, space as b, attr as y, insert as v, mount_component as k, append as p, transition_in as f, transition_out as u, check_outros as C, detach as z, destroy_component as L, text as I, set_data as T, group_outros as A } from "../../../vendor/svelte/internal/index.js";
1
+ import { SvelteComponent as D, init as R, safe_not_equal as S, append_styles as q, element as g, create_component as x, space as k, attr as h, insert as j, mount_component as v, append as m, transition_in as p, transition_out as u, check_outros as C, detach as b, destroy_component as z, text as I, set_data as T, group_outros as A } from "../../../vendor/svelte/internal/index.js";
2
2
  import B from "../Common/Shadow.js";
3
3
  import E from "../Common/Icon/Icon.js";
4
4
  import "../../../vendor/svelte/transition/index.js";
5
5
  import "../../../vendor/svelte/easing/index.js";
6
6
  import "../../utils/getImageInfo.js";
7
7
  import "../../utils/px2rem.js";
8
- function F(o) {
9
- q(o, "svelte-1lmyni6", ".wrapper.svelte-1lmyni6{font-weight:600;cursor:pointer;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);display:flex;align-items:center;justify-content:center;flex-direction:column;pointer-events:auto}.text-wrapper.svelte-1lmyni6{position:relative;display:flex;align-items:center;justify-content:center}.text.svelte-1lmyni6{position:absolute;top:0;font-size:0.875rem;color:#ffffff;letter-spacing:0;text-align:center;max-width:8.75rem;width:-moz-max-content;width:max-content;word-break:break-all;line-height:1.125rem;text-shadow:0.125rem 0rem 0.5rem rgba(0, 0, 0, 0.15)}");
8
+ function F(i) {
9
+ q(i, "svelte-e58ijk", ".wrapper.svelte-e58ijk{font-weight:600;cursor:pointer;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);display:flex;align-items:center;justify-content:center;flex-direction:column;pointer-events:auto}.text-wrapper.svelte-e58ijk{position:relative;display:flex;align-items:center;justify-content:center}.text.svelte-e58ijk{position:absolute;top:0;font-size:0.875rem;color:#ffffff;letter-spacing:0;text-align:center;max-width:8.75rem;width:-moz-max-content;width:max-content;line-height:1.125rem;text-shadow:0.125rem 0rem 0.5rem rgba(0, 0, 0, 0.15)}");
10
10
  }
11
- function w(o) {
12
- let r, e, s, a, t, n;
11
+ function y(i) {
12
+ let o, e, l, a, t, n;
13
13
  return e = new B({
14
14
  props: {
15
15
  outDelay: 0,
@@ -22,81 +22,81 @@ function w(o) {
22
22
  }
23
23
  }), {
24
24
  c() {
25
- r = g("div"), x(e.$$.fragment), s = b(), a = g("div"), t = I(o[1]), y(a, "class", "text svelte-1lmyni6"), y(r, "class", "text-wrapper svelte-1lmyni6");
25
+ o = g("div"), x(e.$$.fragment), l = k(), a = g("div"), t = I(i[1]), h(a, "class", "text svelte-e58ijk"), h(o, "class", "text-wrapper svelte-e58ijk");
26
26
  },
27
- m(i, l) {
28
- v(i, r, l), k(e, r, null), p(r, s), p(r, a), p(a, t), n = !0;
27
+ m(r, s) {
28
+ j(r, o, s), v(e, o, null), m(o, l), m(o, a), m(a, t), n = !0;
29
29
  },
30
- p(i, l) {
31
- (!n || l & 2) && T(t, i[1]);
30
+ p(r, s) {
31
+ (!n || s & 2) && T(t, r[1]);
32
32
  },
33
- i(i) {
34
- n || (f(e.$$.fragment, i), n = !0);
33
+ i(r) {
34
+ n || (p(e.$$.fragment, r), n = !0);
35
35
  },
36
- o(i) {
37
- u(e.$$.fragment, i), n = !1;
36
+ o(r) {
37
+ u(e.$$.fragment, r), n = !1;
38
38
  },
39
- d(i) {
40
- i && z(r), L(e);
39
+ d(r) {
40
+ r && b(o), z(e);
41
41
  }
42
42
  };
43
43
  }
44
- function G(o) {
45
- let r, e, s, a;
44
+ function G(i) {
45
+ let o, e, l, a;
46
46
  e = new E({
47
- props: { icon: o[0], shadow: !0 }
48
- }), e.$on("iconLoaded", o[9]);
49
- let t = o[1] && o[2] && w(o);
47
+ props: { icon: i[0], shadow: !0 }
48
+ }), e.$on("iconLoaded", i[9]);
49
+ let t = i[1] && i[2] && y(i);
50
50
  return {
51
51
  c() {
52
- r = g("div"), x(e.$$.fragment), s = b(), t && t.c(), y(r, "class", "wrapper svelte-1lmyni6");
52
+ o = g("div"), x(e.$$.fragment), l = k(), t && t.c(), h(o, "class", "wrapper svelte-e58ijk");
53
53
  },
54
- m(n, i) {
55
- v(n, r, i), k(e, r, null), p(r, s), t && t.m(r, null), a = !0;
54
+ m(n, r) {
55
+ j(n, o, r), v(e, o, null), m(o, l), t && t.m(o, null), a = !0;
56
56
  },
57
- p(n, [i]) {
58
- const l = {};
59
- i & 1 && (l.icon = n[0]), e.$set(l), n[1] && n[2] ? t ? (t.p(n, i), i & 6 && f(t, 1)) : (t = w(n), t.c(), f(t, 1), t.m(r, null)) : t && (A(), u(t, 1, 1, () => {
57
+ p(n, [r]) {
58
+ const s = {};
59
+ r & 1 && (s.icon = n[0]), e.$set(s), n[1] && n[2] ? t ? (t.p(n, r), r & 6 && p(t, 1)) : (t = y(n), t.c(), p(t, 1), t.m(o, null)) : t && (A(), u(t, 1, 1, () => {
60
60
  t = null;
61
61
  }), C());
62
62
  },
63
63
  i(n) {
64
- a || (f(e.$$.fragment, n), f(t), a = !0);
64
+ a || (p(e.$$.fragment, n), p(t), a = !0);
65
65
  },
66
66
  o(n) {
67
67
  u(e.$$.fragment, n), u(t), a = !1;
68
68
  },
69
69
  d(n) {
70
- n && z(r), L(e), t && t.d();
70
+ n && b(o), z(e), t && t.d();
71
71
  }
72
72
  };
73
73
  }
74
- function H(o, r, e) {
75
- let s, a, t, n, i, l, d, h, { tag: c } = r;
76
- const j = () => {
77
- e(2, s = !0);
74
+ function H(i, o, e) {
75
+ let l, a, t, n, r, s, d, _, { tag: c } = o;
76
+ const L = () => {
77
+ e(2, l = !0);
78
78
  };
79
- return o.$$set = (m) => {
80
- "tag" in m && e(3, c = m.tag);
81
- }, o.$$.update = () => {
82
- var m, _;
83
- o.$$.dirty & 8 && e(1, a = (m = c.data.title) != null ? m : c.data.text), o.$$.dirty & 8 && e(8, t = (_ = c.data.icon) != null ? _ : c.style.point), o.$$.dirty & 256 && e(7, n = t.url), o.$$.dirty & 256 && e(6, i = t.steps), o.$$.dirty & 256 && e(5, l = t.fps), o.$$.dirty & 256 && e(4, d = t.ratio), o.$$.dirty & 240 && e(0, h = { url: n, steps: i, fps: l, ratio: d });
84
- }, e(2, s = !1), [
85
- h,
79
+ return i.$$set = (f) => {
80
+ "tag" in f && e(3, c = f.tag);
81
+ }, i.$$.update = () => {
82
+ var f, w;
83
+ i.$$.dirty & 8 && e(1, a = (f = c.data.title) != null ? f : c.data.text), i.$$.dirty & 8 && e(8, t = (w = c.data.icon) != null ? w : c.style.point), i.$$.dirty & 256 && e(7, n = t.url), i.$$.dirty & 256 && e(6, r = t.steps), i.$$.dirty & 256 && e(5, s = t.fps), i.$$.dirty & 256 && e(4, d = t.ratio), i.$$.dirty & 240 && e(0, _ = { url: n, steps: r, fps: s, ratio: d });
84
+ }, e(2, l = !1), [
85
+ _,
86
86
  a,
87
- s,
87
+ l,
88
88
  c,
89
89
  d,
90
- l,
91
- i,
90
+ s,
91
+ r,
92
92
  n,
93
93
  t,
94
- j
94
+ L
95
95
  ];
96
96
  }
97
97
  class U extends D {
98
- constructor(r) {
99
- super(), R(this, r, H, G, S, { tag: 3 }, F);
98
+ constructor(o) {
99
+ super(), R(this, o, H, G, S, { tag: 3 }, F);
100
100
  }
101
101
  }
102
102
  export {