@realsee/dnalogel 2.2.3 → 2.2.5-alpha.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 (338) hide show
  1. package/dist/CSS3DRenderPlugin/CSS3DRender.d.ts +47 -34
  2. package/dist/CSS3DRenderPlugin/Controller.d.ts +5 -5
  3. package/dist/CSS3DRenderPlugin/index.d.ts +2 -1
  4. package/dist/CSS3DRenderPlugin/utils/createResizeObserver.d.ts +4 -0
  5. package/dist/CSS3DRenderPlugin/utils/even.d.ts +9 -0
  6. package/dist/CSS3DRenderPlugin/utils/generateBehindFiveElement.d.ts +2 -0
  7. package/dist/CSS3DRenderPlugin/utils/getAllCSS3DObject.d.ts +3 -0
  8. package/dist/CSS3DRenderPlugin/utils/index.d.ts +1 -1
  9. package/dist/CSS3DRenderPlugin/utils/three/CSS3DGroup.d.ts +12 -0
  10. package/dist/CSS3DRenderPlugin/utils/{CSS3DObjectPlus.d.ts → three/CSS3DObject.d.ts} +25 -11
  11. package/dist/CSS3DRenderPlugin/utils/three/CSS3DRenderer.d.ts +14 -0
  12. package/dist/CSS3DRenderPlugin/utils/three/CSS3DScene.d.ts +12 -0
  13. package/dist/CSS3DRenderPlugin/utils/three/OpacityMesh.d.ts +6 -0
  14. package/dist/CSS3DRenderPlugin/utils/waitFiveModelLoaded.d.ts +2 -0
  15. package/dist/Object3DHelperPlugin/Controller.d.ts +2 -0
  16. package/dist/index.cjs.js +63 -58
  17. package/dist/index.js +5827 -5094
  18. package/dist/index.umd.js +51 -46
  19. package/dist/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.d.ts +2 -2
  20. package/docs/assets/highlight.css +7 -0
  21. package/docs/assets/search.js +1 -1
  22. package/docs/classes/CSS3DRender.html +533 -0
  23. package/docs/classes/CruisePluginController.html +24 -24
  24. package/docs/classes/Magnifier.html +16 -16
  25. package/docs/classes/ModelRoomLabelController.html +11 -11
  26. package/docs/classes/Object3DHelperController.html +24 -24
  27. package/docs/classes/PaintBrush.html +15 -15
  28. package/docs/classes/PanoTagPluginController.html +39 -39
  29. package/docs/classes/Util.BetterTween.html +8 -8
  30. package/docs/classes/Util.FivePointSelector.html +12 -12
  31. package/docs/classes/Util.Interval.html +12 -12
  32. package/docs/classes/Util.Magnifier.html +17 -17
  33. package/docs/classes/Util.PointDomHelper.html +11 -11
  34. package/docs/classes/Util.PointHelper.html +11 -11
  35. package/docs/classes/Util.Rectangle.html +13 -13
  36. package/docs/enums/CameraMovementEffect.html +7 -7
  37. package/docs/enums/ContentType.html +12 -12
  38. package/docs/enums/DIRECTION.html +9 -9
  39. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
  40. package/docs/enums/DimensionType.html +7 -7
  41. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
  42. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
  43. package/docs/enums/LinkType.html +7 -7
  44. package/docs/enums/PaintBrushTypeEnum.html +8 -8
  45. package/docs/enums/PointType.html +7 -7
  46. package/docs/enums/Rotation.html +8 -8
  47. package/docs/functions/CSS3DRenderPlugin.html +6 -5
  48. package/docs/functions/CameraMovementPlugin.html +6 -5
  49. package/docs/functions/CruisePlugin.html +6 -5
  50. package/docs/functions/GuideLinePlugin.html +7 -6
  51. package/docs/functions/ItemLabelPlugin.html +6 -5
  52. package/docs/functions/MapviewFloorplanPlugin.html +6 -5
  53. package/docs/functions/ModelChassisCompassPlugin.html +6 -5
  54. package/docs/functions/ModelEntryDoorGuidePlugin.html +6 -5
  55. package/docs/functions/ModelFloorplanPlugin.html +6 -5
  56. package/docs/functions/ModelItemLabelPlugin.html +6 -5
  57. package/docs/functions/ModelRoomLabelPlugin.html +6 -5
  58. package/docs/functions/ModelTVVideoPlugin.html +6 -5
  59. package/docs/functions/ModelViewPlugin.html +6 -5
  60. package/docs/functions/Object3DHelperPlugin.html +6 -5
  61. package/docs/functions/PanoCompassPlugin.html +6 -5
  62. package/docs/functions/PanoCursorRaycasterPlugin.html +6 -5
  63. package/docs/functions/PanoDoorLabelPlugin.html +6 -5
  64. package/docs/functions/PanoFloorplanRadarPlugin.html +6 -5
  65. package/docs/functions/PanoMeasurePlugin.html +6 -5
  66. package/docs/functions/PanoRulerPlugin.html +6 -5
  67. package/docs/functions/PanoRulerProPlugin.html +6 -5
  68. package/docs/functions/PanoSpatialTagPlugin.html +6 -5
  69. package/docs/functions/PanoTagPlugin.html +6 -5
  70. package/docs/functions/TopviewFloorplanPlugin.html +6 -5
  71. package/docs/functions/Util.getCoordsFromClient.html +5 -5
  72. package/docs/functions/Util.getCoordsFromElement.html +5 -5
  73. package/docs/functions/Util.getFrameTime.html +5 -5
  74. package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
  75. package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
  76. package/docs/functions/Util.isNil.html +5 -5
  77. package/docs/functions/Util.nextFrame.html +5 -5
  78. package/docs/functions/Util.notNil.html +5 -5
  79. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
  80. package/docs/functions/Util.tweenProgress.html +5 -5
  81. package/docs/functions/pluginFlag.html +7 -6
  82. package/docs/index.html +6 -5
  83. package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
  84. package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
  85. package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
  86. package/docs/interfaces/ContentTypeMap.html +12 -12
  87. package/docs/interfaces/FloorplanBounding.html +8 -8
  88. package/docs/interfaces/FloorplanData.html +10 -10
  89. package/docs/interfaces/FloorplanEntrance.html +11 -11
  90. package/docs/interfaces/FloorplanExtraObject.html +10 -10
  91. package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
  92. package/docs/interfaces/FloorplanFloorData.html +9 -9
  93. package/docs/interfaces/FloorplanImagePosition.html +7 -7
  94. package/docs/interfaces/FloorplanObserver.html +9 -9
  95. package/docs/interfaces/FloorplanOutlineItem.html +9 -9
  96. package/docs/interfaces/FloorplanPosition.html +7 -7
  97. package/docs/interfaces/FloorplanRoomItem.html +13 -13
  98. package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
  99. package/docs/interfaces/FloorplanServerBounding.html +8 -8
  100. package/docs/interfaces/FloorplanServerComputedData.html +10 -10
  101. package/docs/interfaces/FloorplanServerData.html +7 -7
  102. package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
  103. package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
  104. package/docs/interfaces/FloorplanServerEntrance.html +11 -11
  105. package/docs/interfaces/FloorplanServerFloorData.html +9 -9
  106. package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
  107. package/docs/interfaces/FloorplanServerObserver.html +9 -9
  108. package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
  109. package/docs/interfaces/FloorplanServerPosition.html +7 -7
  110. package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
  111. package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
  112. package/docs/interfaces/ItemLabelPluginData.html +6 -6
  113. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
  114. package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
  115. package/docs/interfaces/LineJson.html +7 -7
  116. package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
  117. package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
  118. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
  119. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
  120. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
  121. package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
  122. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
  123. package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
  124. package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
  125. package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
  126. package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
  127. package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
  128. package/docs/interfaces/ModelViewPluginExportType.html +8 -8
  129. package/docs/interfaces/Object3DHelperState.html +8 -8
  130. package/docs/interfaces/OpenParameter.html +7 -7
  131. package/docs/interfaces/PaintBrushAction.html +12 -12
  132. package/docs/interfaces/PaintBrushConfigs.html +12 -12
  133. package/docs/interfaces/PaintBrushState.html +10 -10
  134. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
  135. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +7 -6
  136. package/docs/interfaces/PanoMeasureParameterType.html +11 -11
  137. package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
  138. package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
  139. package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
  140. package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
  141. package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
  142. package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
  143. package/docs/interfaces/PanoRulerProPluginState.html +8 -8
  144. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +7 -6
  145. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +7 -6
  146. package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
  147. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
  148. package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
  149. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
  150. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
  151. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
  152. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
  153. package/docs/interfaces/Point.html +8 -8
  154. package/docs/interfaces/PointJson.html +8 -8
  155. package/docs/interfaces/Room.html +9 -9
  156. package/docs/interfaces/RoomInfo.html +7 -7
  157. package/docs/interfaces/RoomLabel.html +14 -14
  158. package/docs/interfaces/RoomRules.html +7 -6
  159. package/docs/interfaces/Rooms.html +7 -6
  160. package/docs/interfaces/Scissor.html +9 -9
  161. package/docs/interfaces/TagConfig.html +10 -10
  162. package/docs/interfaces/Tags.html +9 -9
  163. package/docs/interfaces/Util.MagnifierParameter.html +11 -11
  164. package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
  165. package/docs/modules/Util.html +5 -5
  166. package/docs/modules.html +7 -5
  167. package/docs/types/ArrayPosition.html +7 -6
  168. package/docs/types/CSS3DRenderExportType.html +8 -7
  169. package/docs/types/CSS3DRenderPluginExportType.html +7 -6
  170. package/docs/types/CSS3DRenderPluginParameterType.html +7 -6
  171. package/docs/types/Color.html +7 -6
  172. package/docs/types/ContentTypeConfigKey.html +7 -6
  173. package/docs/types/ContentTypeConfigKeyArray.html +7 -6
  174. package/docs/types/Create3DDomContainerReturnType.html +7 -6
  175. package/docs/types/Create3DElementReturnType.html +8 -7
  176. package/docs/types/CruisePluginExportType.html +7 -6
  177. package/docs/types/Direction-1.html +7 -6
  178. package/docs/types/Direction4.html +7 -6
  179. package/docs/types/FloorplanRuleLabels.html +7 -6
  180. package/docs/types/FloorplanServerRuleLabels.html +7 -6
  181. package/docs/types/GuideLinePluginExportType.html +7 -6
  182. package/docs/types/HelperEventMap.html +7 -6
  183. package/docs/types/MapviewFloorplanPluginParameterType.html +7 -6
  184. package/docs/types/MapviewFloorplanPluginReturnType.html +7 -6
  185. package/docs/types/MediaData.html +7 -6
  186. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +7 -6
  187. package/docs/types/ModelFloorplanPluginParameterType.html +7 -6
  188. package/docs/types/ModelFloorplanPluginReturnType.html +7 -6
  189. package/docs/types/ModelRoomLabelPluginParameters.html +7 -6
  190. package/docs/types/ModelRoomLabelPluginReturnType.html +7 -6
  191. package/docs/types/MoveArgs.html +7 -6
  192. package/docs/types/MoveOpts.html +7 -6
  193. package/docs/types/Object3DHelperEventMap.html +7 -6
  194. package/docs/types/ObjectFit.html +7 -6
  195. package/docs/types/PaintBrushEventMap.html +7 -6
  196. package/docs/types/PanoCompassPluginData.html +7 -6
  197. package/docs/types/PanoCompassPluginExportType.html +7 -6
  198. package/docs/types/PanoCompassPluginParameterType.html +7 -6
  199. package/docs/types/PanoFloorplanRadarPluginParameterType.html +7 -6
  200. package/docs/types/PanoFloorplanRadarPluginReturnType.html +7 -6
  201. package/docs/types/PanoMeasurePluginEvent.html +7 -6
  202. package/docs/types/PanoMeasureReturnType.html +7 -6
  203. package/docs/types/PanoSpatialTagPluginId.html +7 -6
  204. package/docs/types/PanoTagPluginExportInterface.html +7 -6
  205. package/docs/types/PanoTagPluginParamsInterface.html +7 -6
  206. package/docs/types/PlaneTag.html +7 -6
  207. package/docs/types/PointTag.html +7 -6
  208. package/docs/types/Position.html +7 -6
  209. package/docs/types/RotateArgs.html +7 -6
  210. package/docs/types/RotateOpts.html +7 -6
  211. package/docs/types/RuleLabelsKey.html +7 -6
  212. package/docs/types/RuleLabelsValue.html +7 -6
  213. package/docs/types/Tag.html +7 -6
  214. package/docs/types/Tag2D.html +7 -6
  215. package/docs/types/Tag3D.html +7 -6
  216. package/docs/types/TagId.html +7 -6
  217. package/docs/types/TopviewFloorplanPluginParameterType.html +7 -6
  218. package/docs/types/TopviewFloorplanPluginReturnType.html +7 -6
  219. package/docs/variables/FLOOR_TYPE_MAP.html +7 -6
  220. package/docs/variables/PLUGIN.html +7 -6
  221. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +7 -6
  222. package/docs/variables/ROOM_TYPE_MAP.html +7 -6
  223. package/docs/variables/VERSION.html +7 -6
  224. package/docs/variables/itemLabelPluginServerParams.html +7 -6
  225. package/docs/variables/modelItemLabelPluginServerParams.html +7 -6
  226. package/docs/variables/modelRoomLabelPluginServerParams.html +7 -6
  227. package/libs/CSS3DRenderPlugin/CSS3DRender.d.ts +47 -34
  228. package/libs/CSS3DRenderPlugin/CSS3DRender.js +187 -251
  229. package/libs/CSS3DRenderPlugin/Controller.d.ts +5 -5
  230. package/libs/CSS3DRenderPlugin/Controller.js +48 -57
  231. package/libs/CSS3DRenderPlugin/index.d.ts +2 -1
  232. package/libs/CSS3DRenderPlugin/index.js +3 -2
  233. package/libs/CSS3DRenderPlugin/utils/createResizeObserver.d.ts +4 -0
  234. package/libs/CSS3DRenderPlugin/utils/createResizeObserver.js +22 -0
  235. package/libs/CSS3DRenderPlugin/utils/even.d.ts +9 -0
  236. package/libs/CSS3DRenderPlugin/utils/even.js +7 -0
  237. package/libs/CSS3DRenderPlugin/utils/generateBehindFiveElement.d.ts +2 -0
  238. package/libs/CSS3DRenderPlugin/utils/generateBehindFiveElement.js +29 -0
  239. package/libs/CSS3DRenderPlugin/utils/getAllCSS3DObject.d.ts +3 -0
  240. package/libs/CSS3DRenderPlugin/utils/getAllCSS3DObject.js +9 -0
  241. package/libs/CSS3DRenderPlugin/utils/index.d.ts +1 -1
  242. package/libs/CSS3DRenderPlugin/utils/three/CSS3DGroup.d.ts +12 -0
  243. package/libs/CSS3DRenderPlugin/utils/three/CSS3DGroup.js +39 -0
  244. package/libs/CSS3DRenderPlugin/utils/{CSS3DObjectPlus.d.ts → three/CSS3DObject.d.ts} +25 -11
  245. package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.js +93 -0
  246. package/libs/CSS3DRenderPlugin/utils/three/CSS3DRenderer.d.ts +14 -0
  247. package/libs/CSS3DRenderPlugin/utils/three/CSS3DRenderer.js +46 -0
  248. package/libs/CSS3DRenderPlugin/utils/three/CSS3DScene.d.ts +12 -0
  249. package/libs/CSS3DRenderPlugin/utils/three/CSS3DScene.js +39 -0
  250. package/libs/CSS3DRenderPlugin/utils/three/OpacityMesh.d.ts +6 -0
  251. package/libs/CSS3DRenderPlugin/utils/three/OpacityMesh.js +18 -0
  252. package/libs/CSS3DRenderPlugin/utils/waitFiveModelLoaded.d.ts +2 -0
  253. package/libs/CSS3DRenderPlugin/utils/waitFiveModelLoaded.js +31 -0
  254. package/libs/CruisePlugin/Controller.js +16 -16
  255. package/libs/ItemLabelPlugin/ItemLabelComponent.js +13 -14
  256. package/libs/ItemLabelPlugin/ItemLabelItem.js +12 -12
  257. package/libs/ItemLabelPlugin/index.js +3 -4
  258. package/libs/ModelItemLabelPlugin/ItemLabelComponent.js +11 -12
  259. package/libs/ModelItemLabelPlugin/ItemLabelItem.js +12 -12
  260. package/libs/ModelItemLabelPlugin/index.js +3 -4
  261. package/libs/ModelRoomLabelPlugin/RoomLabelItem.js +13 -13
  262. package/libs/ModelRoomLabelPlugin/RoomLabelItems.js +17 -18
  263. package/libs/ModelTVVideoPlugin/index.js +2 -1
  264. package/libs/Object3DHelperPlugin/Controller.d.ts +2 -0
  265. package/libs/Object3DHelperPlugin/Controller.js +89 -74
  266. package/libs/PanoDoorLabelPlugin/Controller.js +72 -73
  267. package/libs/PanoDoorLabelPlugin/DoorLabelItem.js +1 -1
  268. package/libs/PanoRulerProPlugin/RulerItem.js +59 -69
  269. package/libs/PanoRulerProPlugin/RulerItems.js +18 -19
  270. package/libs/PanoSpatialTagPlugin/Components/origins.js +41 -41
  271. package/libs/PanoSpatialTagPlugin/Components/tag.js +8 -9
  272. package/libs/PanoSpatialTagPlugin/index.js +3 -4
  273. package/libs/PanoSpatialTagPlugin/store.js +1 -1
  274. package/libs/PanoTagPlugin/Components/Common/Arrow.js +11 -11
  275. package/libs/PanoTagPlugin/Components/Common/Audio.js +25 -26
  276. package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +8 -8
  277. package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +30 -29
  278. package/libs/PanoTagPlugin/Components/Common/Media.js +75 -76
  279. package/libs/PanoTagPlugin/Components/Common/MediaItem.js +1 -1
  280. package/libs/PanoTagPlugin/Components/Common/MultiLineText.js +18 -19
  281. package/libs/PanoTagPlugin/Components/Common/Point/CustomPoint.js +11 -11
  282. package/libs/PanoTagPlugin/Components/Common/Point/DefaultPoint.js +15 -15
  283. package/libs/PanoTagPlugin/Components/Common/Point/PointSwitch.js +9 -9
  284. package/libs/PanoTagPlugin/Components/Common/Shadow.js +14 -13
  285. package/libs/PanoTagPlugin/Components/Common/Text.js +15 -16
  286. package/libs/PanoTagPlugin/Components/Common/TextItem.js +10 -10
  287. package/libs/PanoTagPlugin/Components/Tag/AudioTag.js +18 -19
  288. package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +27 -28
  289. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +9 -10
  290. package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +7 -6
  291. package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +52 -81
  292. package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +10 -11
  293. package/libs/PanoTagPlugin/Components/Tag/TextTag.js +32 -33
  294. package/libs/PanoTagPlugin/Components/Tag/index.js +39 -40
  295. package/libs/PanoTagPlugin/Components/TagContainer.js +12 -13
  296. package/libs/PanoTagPlugin/Components/TagWrapper.js +9 -10
  297. package/libs/PanoTagPlugin/controller/index.js +1 -1
  298. package/libs/floorplan/Components/BaseImage.js +4 -4
  299. package/libs/floorplan/Components/Camera.js +23 -23
  300. package/libs/floorplan/Components/Compass.js +2 -2
  301. package/libs/floorplan/Components/CurrentFloor.js +9 -10
  302. package/libs/floorplan/Components/Main.js +24 -25
  303. package/libs/floorplan/Components/Normalmage.js +1 -1
  304. package/libs/floorplan/Components/RoomHighlight/Room.js +1 -1
  305. package/libs/floorplan/Components/RoomHighlight/RoomHighlight.js +7 -7
  306. package/libs/floorplan/Components/RoomLabels/RoomLabel.js +37 -38
  307. package/libs/floorplan/Components/RoomLabels/RoomLabels.js +39 -40
  308. package/libs/floorplan/Components/RoomMaterials/RoomMaterial.js +7 -7
  309. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_0.js +1 -1
  310. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_1.js +1 -1
  311. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_2.js +1 -1
  312. package/libs/floorplan/Components/RuleLabels/RuleItem.js +53 -53
  313. package/libs/floorplan/Components/RuleLabels/RuleLabels.js +8 -8
  314. package/libs/floorplan/Components/SvgImage.js +4 -4
  315. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.js +5 -6
  316. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js +3 -3
  317. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.js +27 -27
  318. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.js +34 -35
  319. package/libs/floorplan/index.js +1 -5
  320. package/libs/index.js +110 -102
  321. package/libs/shared-utils/Object3DHelper/Base/BaseController.js +1 -1
  322. package/libs/shared-utils/Object3DHelper/Helper/MoveHelper.js +8 -7
  323. package/libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.d.ts +2 -2
  324. package/libs/shared-utils/Object3DHelper/Helper/index.js +1 -0
  325. package/libs/shared-utils/three/index.js +2 -1
  326. package/libs/vendor/svelte/easing/index.js +12 -0
  327. package/libs/vendor/svelte/index.js +1 -0
  328. package/libs/vendor/svelte/internal/index.js +641 -0
  329. package/libs/vendor/svelte/store/index.js +31 -0
  330. package/libs/vendor/svelte/transition/index.js +37 -0
  331. package/libs/vendor/swiper/svelte/swiper-slide.js +10 -11
  332. package/libs/vendor/swiper/svelte/swiper-svelte.js +1 -2
  333. package/libs/vendor/swiper/svelte/swiper.js +9 -10
  334. package/package.json +15 -15
  335. package/dist/CSS3DRenderPlugin/utils/evenNumber.d.ts +0 -3
  336. package/libs/CSS3DRenderPlugin/utils/CSS3DObjectPlus.js +0 -65
  337. package/libs/CSS3DRenderPlugin/utils/evenNumber.d.ts +0 -3
  338. package/libs/CSS3DRenderPlugin/utils/evenNumber.js +0 -7
@@ -1,26 +1,25 @@
1
- import { SvelteComponent as W, init as q, safe_not_equal as C, append_styles as L, empty as N, insert as h, transition_in as a, group_outros as j, transition_out as g, check_outros as A, detach as c, create_component as x, space as D, element as I, attr as M, set_style as S, add_render_callback as B, mount_component as $, add_resize_listener as E, listen as F, destroy_component as k } from "svelte/internal";
1
+ import { SvelteComponent as W, init as q, safe_not_equal as C, append_styles as L, empty as N, insert as h, transition_in as a, transition_out as g, check_outros as j, detach as c, create_component as x, space as D, element as I, attr as M, set_style as S, add_render_callback as A, mount_component as $, add_resize_listener as B, listen as E, destroy_component as k, group_outros as F } from "../../../vendor/svelte/internal/index.js";
2
2
  import G from "../Common/Line/Straight.js";
3
3
  import { uuid as H } from "../../../shared-utils/uuid.js";
4
4
  import J from "../Common/Shadow.js";
5
5
  import K from "../Common/MultiLineText.js";
6
- import "svelte/transition";
6
+ import "../../../vendor/svelte/transition/index.js";
7
+ import "../../../vendor/svelte/easing/index.js";
7
8
  import "../Common/Text.js";
8
9
  import "animejs";
9
- import "svelte";
10
10
  import "../../../shared-utils/isNil.js";
11
11
  import "three";
12
12
  import "../../utils/search.js";
13
13
  import "../../utils/constants.js";
14
14
  import "../Common/Arrow.js";
15
15
  import "../../Assets/Icon.js";
16
- import "svelte/easing";
17
16
  import "../../utils/doUtil.js";
18
17
  function O(i) {
19
18
  L(i, "svelte-18yy5x8", ".line.svelte-18yy5x8{position:absolute;top:0;left:0;width:10.125rem;height:0.0625rem;transform:translate3d(0, -50%, 0.625rem)}.content.svelte-18yy5x8{width:-moz-max-content;width:max-content;height:3.375rem;padding:2.25rem 0.25rem 0 1rem;position:absolute;left:0;bottom:0;overflow:hidden;box-sizing:border-box;font-size:0;pointer-events:none;white-space:nowrap;font-weight:600}");
20
19
  }
21
20
  function R(i) {
22
- var p, z;
23
- let o, l, e, n, f, r, m, d, u, _, b;
21
+ var u, z;
22
+ let o, r, e, n, f, l, m, d, p, _, b;
24
23
  return o = new J({
25
24
  props: {
26
25
  visible: i[2],
@@ -34,7 +33,7 @@ function R(i) {
34
33
  props: {
35
34
  unfolded: i[2],
36
35
  duration: 1e3,
37
- outDelay: i[5] + 40 * Math.min((z = (p = i[4][0]) == null ? void 0 : p.content.length) != null ? z : 10, 15)
36
+ outDelay: i[5] + 40 * Math.min((z = (u = i[4][0]) == null ? void 0 : u.content.length) != null ? z : 10, 15)
38
37
  }
39
38
  }), m = new K({
40
39
  props: {
@@ -44,91 +43,91 @@ function R(i) {
44
43
  }
45
44
  }), {
46
45
  c() {
47
- x(o.$$.fragment), l = D(), e = I("div"), x(n.$$.fragment), f = D(), r = I("div"), x(m.$$.fragment), M(e, "class", "line svelte-18yy5x8"), S(e, "width", i[3] + "px", !1), M(r, "class", "content svelte-18yy5x8"), B(() => i[8].call(r));
46
+ x(o.$$.fragment), r = D(), e = I("div"), x(n.$$.fragment), f = D(), l = I("div"), x(m.$$.fragment), M(e, "class", "line svelte-18yy5x8"), S(e, "width", i[3] + "px"), M(l, "class", "content svelte-18yy5x8"), A(() => i[8].call(l));
48
47
  },
49
48
  m(t, s) {
50
- $(o, t, s), h(t, l, s), h(t, e, s), $(n, e, null), h(t, f, s), h(t, r, s), $(m, r, null), d = E(r, i[8].bind(r)), u = !0, _ || (b = F(r, "click", i[6]), _ = !0);
49
+ $(o, t, s), h(t, r, s), h(t, e, s), $(n, e, null), h(t, f, s), h(t, l, s), $(m, l, null), d = B(l, i[8].bind(l)), p = !0, _ || (b = E(l, "click", i[6]), _ = !0);
51
50
  },
52
51
  p(t, s) {
53
52
  var T, U;
54
53
  const y = {};
55
54
  s & 4 && (y.visible = t[2]), s & 8 && (y.left = t[3] / 2 + "px"), o.$set(y);
56
55
  const v = {};
57
- s & 4 && (v.unfolded = t[2]), s & 48 && (v.outDelay = t[5] + 40 * Math.min((U = (T = t[4][0]) == null ? void 0 : T.content.length) != null ? U : 10, 15)), n.$set(v), s & 8 && S(e, "width", t[3] + "px", !1);
56
+ s & 4 && (v.unfolded = t[2]), s & 48 && (v.outDelay = t[5] + 40 * Math.min((U = (T = t[4][0]) == null ? void 0 : T.content.length) != null ? U : 10, 15)), n.$set(v), s & 8 && S(e, "width", t[3] + "px");
58
57
  const w = {};
59
58
  s & 4 && (w.visible = t[2]), s & 2 && (w.textUnfolded = t[1]), s & 16 && (w.textItems = t[4]), m.$set(w);
60
59
  },
61
60
  i(t) {
62
- u || (a(o.$$.fragment, t), a(n.$$.fragment, t), a(m.$$.fragment, t), u = !0);
61
+ p || (a(o.$$.fragment, t), a(n.$$.fragment, t), a(m.$$.fragment, t), p = !0);
63
62
  },
64
63
  o(t) {
65
- g(o.$$.fragment, t), g(n.$$.fragment, t), g(m.$$.fragment, t), u = !1;
64
+ g(o.$$.fragment, t), g(n.$$.fragment, t), g(m.$$.fragment, t), p = !1;
66
65
  },
67
66
  d(t) {
68
- k(o, t), t && c(l), t && c(e), k(n), t && c(f), t && c(r), k(m), d(), _ = !1, b();
67
+ k(o, t), t && c(r), t && c(e), k(n), t && c(f), t && c(l), k(m), d(), _ = !1, b();
69
68
  }
70
69
  };
71
70
  }
72
71
  function P(i) {
73
- let o, l, e = i[0].state && R(i);
72
+ let o, r, e = i[0].state && R(i);
74
73
  return {
75
74
  c() {
76
75
  e && e.c(), o = N();
77
76
  },
78
77
  m(n, f) {
79
- e && e.m(n, f), h(n, o, f), l = !0;
78
+ e && e.m(n, f), h(n, o, f), r = !0;
80
79
  },
81
80
  p(n, [f]) {
82
- n[0].state ? e ? (e.p(n, f), f & 1 && a(e, 1)) : (e = R(n), e.c(), a(e, 1), e.m(o.parentNode, o)) : e && (j(), g(e, 1, 1, () => {
81
+ n[0].state ? e ? (e.p(n, f), f & 1 && a(e, 1)) : (e = R(n), e.c(), a(e, 1), e.m(o.parentNode, o)) : e && (F(), g(e, 1, 1, () => {
83
82
  e = null;
84
- }), A());
83
+ }), j());
85
84
  },
86
85
  i(n) {
87
- l || (a(e), l = !0);
86
+ r || (a(e), r = !0);
88
87
  },
89
88
  o(n) {
90
- g(e), l = !1;
89
+ g(e), r = !1;
91
90
  },
92
91
  d(n) {
93
92
  e && e.d(n), n && c(o);
94
93
  }
95
94
  };
96
95
  }
97
- function Q(i, o, l) {
98
- let e, n, f, { tag: r } = o, m, d = !1, u = [];
96
+ function Q(i, o, r) {
97
+ let e, n, f, { tag: l } = o, m, d = !1, p = [];
99
98
  function _() {
100
- l(1, d = !d);
99
+ r(1, d = !d);
101
100
  }
102
101
  function b() {
103
- m = this.clientWidth, l(3, m);
102
+ m = this.clientWidth, r(3, m);
104
103
  }
105
- return i.$$set = (p) => {
106
- "tag" in p && l(0, r = p.tag);
104
+ return i.$$set = (u) => {
105
+ "tag" in u && r(0, l = u.tag);
107
106
  }, i.$$.update = () => {
108
- var p;
109
- i.$$.dirty & 1 && l(2, e = !!((p = r.state) != null && p.unfolded)), i.$$.dirty & 1 && l(7, n = r.data.text), i.$$.dirty & 128 && l(4, u = [{ id: H(), content: n }]), i.$$.dirty & 4 && (e || setTimeout(
107
+ var u;
108
+ i.$$.dirty & 1 && r(2, e = !!((u = l.state) != null && u.unfolded)), i.$$.dirty & 1 && r(7, n = l.data.text), i.$$.dirty & 128 && r(4, p = [{ id: H(), content: n }]), i.$$.dirty & 4 && (e || setTimeout(
110
109
  () => {
111
- l(1, d = !1);
110
+ r(1, d = !1);
112
111
  },
113
112
  20
114
- )), i.$$.dirty & 2 && l(5, f = d ? 450 : 0);
113
+ )), i.$$.dirty & 2 && r(5, f = d ? 450 : 0);
115
114
  }, [
116
- r,
115
+ l,
117
116
  d,
118
117
  e,
119
118
  m,
120
- u,
119
+ p,
121
120
  f,
122
121
  _,
123
122
  n,
124
123
  b
125
124
  ];
126
125
  }
127
- class ae extends W {
126
+ class pe extends W {
128
127
  constructor(o) {
129
128
  super(), q(this, o, Q, P, C, { tag: 0 }, O);
130
129
  }
131
130
  }
132
131
  export {
133
- ae as default
132
+ pe as default
134
133
  };
@@ -1,17 +1,17 @@
1
- import { SvelteComponent as T, init as Y, safe_not_equal as J, append_styles as U, element as G, attr as k, toggle_class as m, set_style as M, insert as W, append as y, listen as H, stop_propagation as P, group_outros as S, transition_out as c, check_outros as F, transition_in as B, detach as O, create_component as w, mount_component as C, destroy_component as D } from "svelte/internal";
1
+ import { SvelteComponent as T, init as Y, safe_not_equal as J, append_styles as U, element as G, attr as k, toggle_class as u, set_style as M, insert as W, append as y, listen as H, stop_propagation as P, transition_out as B, check_outros as S, transition_in as p, detach as F, setContext as I, group_outros as O, create_component as w, mount_component as C, destroy_component as D } from "../../../vendor/svelte/internal/index.js";
2
2
  import { ContentType as h } from "../../typings/tag.js";
3
3
  import x from "./TextTag.js";
4
4
  import L from "./ImageTextTag.js";
5
5
  import Z from "./MarketingTag.js";
6
6
  import "three";
7
7
  import { noTypecheck as s } from "../../utils/noTypecheck.js";
8
- import { setContext as I } from "svelte";
9
8
  import K from "./AudioTag.js";
10
9
  import V from "./MediaPlane.js";
11
10
  import z from "./LinkTag.js";
12
11
  import N from "./CustomTag.js";
13
12
  import "../Common/Line/Straight.js";
14
- import "svelte/transition";
13
+ import "../../../vendor/svelte/transition/index.js";
14
+ import "../../../vendor/svelte/easing/index.js";
15
15
  import "../../../shared-utils/uuid.js";
16
16
  import "../Common/Shadow.js";
17
17
  import "../Common/MultiLineText.js";
@@ -22,7 +22,6 @@ import "../../utils/search.js";
22
22
  import "../../utils/constants.js";
23
23
  import "../Common/Arrow.js";
24
24
  import "../../Assets/Icon.js";
25
- import "svelte/easing";
26
25
  import "../../utils/doUtil.js";
27
26
  import "../Common/Line/Polyline.js";
28
27
  import "../Common/Media.js";
@@ -60,10 +59,10 @@ function q(i) {
60
59
  t & 2 && (o.tag = s(e[1])), A.$set(o);
61
60
  },
62
61
  i(e) {
63
- n || (B(A.$$.fragment, e), n = !0);
62
+ n || (p(A.$$.fragment, e), n = !0);
64
63
  },
65
64
  o(e) {
66
- c(A.$$.fragment, e), n = !1;
65
+ B(A.$$.fragment, e), n = !1;
67
66
  },
68
67
  d(e) {
69
68
  D(A, e);
@@ -86,10 +85,10 @@ function X(i) {
86
85
  t & 2 && (o.tag = s(e[1])), A.$set(o);
87
86
  },
88
87
  i(e) {
89
- n || (B(A.$$.fragment, e), n = !0);
88
+ n || (p(A.$$.fragment, e), n = !0);
90
89
  },
91
90
  o(e) {
92
- c(A.$$.fragment, e), n = !1;
91
+ B(A.$$.fragment, e), n = !1;
93
92
  },
94
93
  d(e) {
95
94
  D(A, e);
@@ -112,10 +111,10 @@ function j(i) {
112
111
  t & 2 && (o.tag = s(e[1])), A.$set(o);
113
112
  },
114
113
  i(e) {
115
- n || (B(A.$$.fragment, e), n = !0);
114
+ n || (p(A.$$.fragment, e), n = !0);
116
115
  },
117
116
  o(e) {
118
- c(A.$$.fragment, e), n = !1;
117
+ B(A.$$.fragment, e), n = !1;
119
118
  },
120
119
  d(e) {
121
120
  D(A, e);
@@ -138,10 +137,10 @@ function $(i) {
138
137
  t & 2 && (o.tag = s(e[1])), A.$set(o);
139
138
  },
140
139
  i(e) {
141
- n || (B(A.$$.fragment, e), n = !0);
140
+ n || (p(A.$$.fragment, e), n = !0);
142
141
  },
143
142
  o(e) {
144
- c(A.$$.fragment, e), n = !1;
143
+ B(A.$$.fragment, e), n = !1;
145
144
  },
146
145
  d(e) {
147
146
  D(A, e);
@@ -164,10 +163,10 @@ function AA(i) {
164
163
  t & 2 && (o.tag = s(e[1])), A.$set(o);
165
164
  },
166
165
  i(e) {
167
- n || (B(A.$$.fragment, e), n = !0);
166
+ n || (p(A.$$.fragment, e), n = !0);
168
167
  },
169
168
  o(e) {
170
- c(A.$$.fragment, e), n = !1;
169
+ B(A.$$.fragment, e), n = !1;
171
170
  },
172
171
  d(e) {
173
172
  D(A, e);
@@ -190,10 +189,10 @@ function eA(i) {
190
189
  t & 2 && (o.tag = s(e[1])), A.$set(o);
191
190
  },
192
191
  i(e) {
193
- n || (B(A.$$.fragment, e), n = !0);
192
+ n || (p(A.$$.fragment, e), n = !0);
194
193
  },
195
194
  o(e) {
196
- c(A.$$.fragment, e), n = !1;
195
+ B(A.$$.fragment, e), n = !1;
197
196
  },
198
197
  d(e) {
199
198
  D(A, e);
@@ -216,10 +215,10 @@ function tA(i) {
216
215
  t & 2 && (o.tag = s(e[1])), A.$set(o);
217
216
  },
218
217
  i(e) {
219
- n || (B(A.$$.fragment, e), n = !0);
218
+ n || (p(A.$$.fragment, e), n = !0);
220
219
  },
221
220
  o(e) {
222
- c(A.$$.fragment, e), n = !1;
221
+ B(A.$$.fragment, e), n = !1;
223
222
  },
224
223
  d(e) {
225
224
  D(A, e);
@@ -227,7 +226,7 @@ function tA(i) {
227
226
  };
228
227
  }
229
228
  function nA(i) {
230
- let A, n, e, t, o, p, d, g, u;
229
+ let A, n, e, t, o, d, f, g, c;
231
230
  const E = [
232
231
  tA,
233
232
  eA,
@@ -236,56 +235,56 @@ function nA(i) {
236
235
  j,
237
236
  X,
238
237
  q
239
- ], f = [];
238
+ ], m = [];
240
239
  function b(r, l) {
241
240
  return r[1].element ? 0 : r[1].contentType === h.Text ? 1 : r[1].contentType === h.ImageText ? 2 : r[1].contentType === h.Audio ? 3 : r[1].contentType === h.Marketing ? 4 : r[1].contentType === h.Link ? 5 : r[1].contentType === h.MediaPlane ? 6 : -1;
242
241
  }
243
- return ~(t = b(i)) && (o = f[t] = E[t](i)), {
242
+ return ~(t = b(i)) && (o = m[t] = E[t](i)), {
244
243
  c() {
245
244
  var r, l, Q;
246
- A = G("div"), n = G("div"), e = G("div"), o && o.c(), k(e, "class", "content svelte-95x526"), m(e, "unfolded", (r = i[1].state) == null ? void 0 : r.unfolded), k(n, "class", "content__wrapper svelte-95x526"), k(A, "class", "content__container svelte-95x526"), k(A, "data-id", p = i[1].id), m(A, "disable", i[1].enabled === !1 || ((l = i[1].temporaryState) == null ? void 0 : l.visible) === !1), m(A, "hide", !i[3].visible || !i[3].enabled || !i[4].visible || !((Q = i[1].state) != null && Q.visible)), m(A, "withAnimation", i[0]), m(A, "unClickable", i[1].clickable === !1), M(A, "width", i[1].pointType === "PointTag" ? 0 : "100%", !1), M(A, "height", i[1].pointType === "PointTag" ? 0 : "100%", !1);
245
+ A = G("div"), n = G("div"), e = G("div"), o && o.c(), k(e, "class", "content svelte-95x526"), u(e, "unfolded", (r = i[1].state) == null ? void 0 : r.unfolded), k(n, "class", "content__wrapper svelte-95x526"), k(A, "class", "content__container svelte-95x526"), k(A, "data-id", d = i[1].id), u(A, "disable", i[1].enabled === !1 || ((l = i[1].temporaryState) == null ? void 0 : l.visible) === !1), u(A, "hide", !i[3].visible || !i[3].enabled || !i[4].visible || !((Q = i[1].state) != null && Q.visible)), u(A, "withAnimation", i[0]), u(A, "unClickable", i[1].clickable === !1), M(A, "width", i[1].pointType === "PointTag" ? 0 : "100%"), M(A, "height", i[1].pointType === "PointTag" ? 0 : "100%");
247
246
  },
248
247
  m(r, l) {
249
- W(r, A, l), y(A, n), y(n, e), ~t && f[t].m(e, null), d = !0, g || (u = H(A, "click", P(i[11])), g = !0);
248
+ W(r, A, l), y(A, n), y(n, e), ~t && m[t].m(e, null), f = !0, g || (c = H(A, "click", P(i[11])), g = !0);
250
249
  },
251
250
  p(r, [l]) {
252
251
  var _, a, v;
253
252
  let Q = t;
254
- t = b(r), t === Q ? ~t && f[t].p(r, l) : (o && (S(), c(f[Q], 1, 1, () => {
255
- f[Q] = null;
256
- }), F()), ~t ? (o = f[t], o ? o.p(r, l) : (o = f[t] = E[t](r), o.c()), B(o, 1), o.m(e, null)) : o = null), l & 2 && m(e, "unfolded", (_ = r[1].state) == null ? void 0 : _.unfolded), (!d || l & 2 && p !== (p = r[1].id)) && k(A, "data-id", p), l & 2 && m(A, "disable", r[1].enabled === !1 || ((a = r[1].temporaryState) == null ? void 0 : a.visible) === !1), l & 26 && m(A, "hide", !r[3].visible || !r[3].enabled || !r[4].visible || !((v = r[1].state) != null && v.visible)), l & 1 && m(A, "withAnimation", r[0]), l & 2 && m(A, "unClickable", r[1].clickable === !1), l & 2 && M(A, "width", r[1].pointType === "PointTag" ? 0 : "100%", !1), l & 2 && M(A, "height", r[1].pointType === "PointTag" ? 0 : "100%", !1);
253
+ t = b(r), t === Q ? ~t && m[t].p(r, l) : (o && (O(), B(m[Q], 1, 1, () => {
254
+ m[Q] = null;
255
+ }), S()), ~t ? (o = m[t], o ? o.p(r, l) : (o = m[t] = E[t](r), o.c()), p(o, 1), o.m(e, null)) : o = null), (!f || l & 2) && u(e, "unfolded", (_ = r[1].state) == null ? void 0 : _.unfolded), (!f || l & 2 && d !== (d = r[1].id)) && k(A, "data-id", d), (!f || l & 2) && u(A, "disable", r[1].enabled === !1 || ((a = r[1].temporaryState) == null ? void 0 : a.visible) === !1), (!f || l & 26) && u(A, "hide", !r[3].visible || !r[3].enabled || !r[4].visible || !((v = r[1].state) != null && v.visible)), (!f || l & 1) && u(A, "withAnimation", r[0]), (!f || l & 2) && u(A, "unClickable", r[1].clickable === !1), l & 2 && M(A, "width", r[1].pointType === "PointTag" ? 0 : "100%"), l & 2 && M(A, "height", r[1].pointType === "PointTag" ? 0 : "100%");
257
256
  },
258
257
  i(r) {
259
- d || (B(o), d = !0);
258
+ f || (p(o), f = !0);
260
259
  },
261
260
  o(r) {
262
- c(o), d = !1;
261
+ B(o), f = !1;
263
262
  },
264
263
  d(r) {
265
- r && O(A), ~t && f[t].d(), g = !1, u();
264
+ r && F(A), ~t && m[t].d(), g = !1, c();
266
265
  }
267
266
  };
268
267
  }
269
268
  function iA(i, A, n) {
270
- let e, t, o, p, { withAnimation: d = !1 } = A, { tag: g } = A, { hooks: u } = A, { state: E } = A, { mediaStore: f } = A, { temporaryState: b } = A;
271
- I("hooks", u), I("mediaStore", f);
269
+ let e, t, o, d, { withAnimation: f = !1 } = A, { tag: g } = A, { hooks: c } = A, { state: E } = A, { mediaStore: m } = A, { temporaryState: b } = A;
270
+ I("hooks", c), I("mediaStore", m);
272
271
  let r, l;
273
272
  function Q(a) {
274
- a ? u.emit("exposure", { id: p, type: "start" }) : u.emit("exposure", { id: p, type: "end" });
273
+ a ? c.emit("exposure", { id: d, type: "start" }) : c.emit("exposure", { id: d, type: "end" });
275
274
  }
276
- const _ = (a) => u.emit("click", { event: a, target: "TagContent", tag: g });
275
+ const _ = (a) => c.emit("click", { event: a, target: "TagContent", tag: g });
277
276
  return i.$$set = (a) => {
278
- "withAnimation" in a && n(0, d = a.withAnimation), "tag" in a && n(1, g = a.tag), "hooks" in a && n(2, u = a.hooks), "state" in a && n(3, E = a.state), "mediaStore" in a && n(5, f = a.mediaStore), "temporaryState" in a && n(4, b = a.temporaryState);
277
+ "withAnimation" in a && n(0, f = a.withAnimation), "tag" in a && n(1, g = a.tag), "hooks" in a && n(2, c = a.hooks), "state" in a && n(3, E = a.state), "mediaStore" in a && n(5, m = a.mediaStore), "temporaryState" in a && n(4, b = a.temporaryState);
279
278
  }, i.$$.update = () => {
280
279
  var a, v;
281
- i.$$.dirty & 2 && n(9, e = (a = g.state) == null ? void 0 : a.unfolded), i.$$.dirty & 2 && n(8, t = (v = g.state) == null ? void 0 : v.visible), i.$$.dirty & 280 && n(10, o = E.visible && b.visible && t), i.$$.dirty & 2 && (p = g.id), i.$$.dirty & 1024 && Q(o), i.$$.dirty & 962 && g.hooks && (e !== void 0 && e !== l && (n(7, l = e), e ? g.hooks.emit("unfolded") : g.hooks.emit("folded")), t !== void 0 && t !== r && (n(6, r = t), t ? g.hooks.emit("show") : g.hooks.emit("hide")));
280
+ i.$$.dirty & 2 && n(9, e = (a = g.state) == null ? void 0 : a.unfolded), i.$$.dirty & 2 && n(8, t = (v = g.state) == null ? void 0 : v.visible), i.$$.dirty & 280 && n(10, o = E.visible && b.visible && t), i.$$.dirty & 2 && (d = g.id), i.$$.dirty & 1024 && Q(o), i.$$.dirty & 962 && g.hooks && (e !== void 0 && e !== l && (n(7, l = e), e ? g.hooks.emit("unfolded") : g.hooks.emit("folded")), t !== void 0 && t !== r && (n(6, r = t), t ? g.hooks.emit("show") : g.hooks.emit("hide")));
282
281
  }, [
283
- d,
282
+ f,
284
283
  g,
285
- u,
284
+ c,
286
285
  E,
287
286
  b,
288
- f,
287
+ m,
289
288
  r,
290
289
  l,
291
290
  t,
@@ -294,7 +293,7 @@ function iA(i, A, n) {
294
293
  _
295
294
  ];
296
295
  }
297
- class VA extends T {
296
+ class KA extends T {
298
297
  constructor(A) {
299
298
  super(), Y(
300
299
  this,
@@ -315,5 +314,5 @@ class VA extends T {
315
314
  }
316
315
  }
317
316
  export {
318
- VA as default
317
+ KA as default
319
318
  };
@@ -1,4 +1,4 @@
1
- import { SvelteComponent as P, init as z, safe_not_equal as C, append_styles as q, empty as M, insert as h, transition_in as f, group_outros as S, transition_out as u, check_outros as w, detach as g, element as A, attr as T, toggle_class as p, update_keyed_each as N, outro_and_destroy_block as W, assign as j, create_component as B, space as D, mount_component as E, append as F, get_spread_update as G, destroy_component as H } from "svelte/internal";
1
+ import { SvelteComponent as P, init as z, safe_not_equal as C, append_styles as q, empty as M, insert as h, transition_in as f, transition_out as u, check_outros as S, detach as g, element as w, attr as A, toggle_class as p, group_outros as T, update_keyed_each as N, outro_and_destroy_block as W, assign as j, create_component as B, space as D, mount_component as E, append as F, get_spread_update as G, destroy_component as H } from "../../vendor/svelte/internal/index.js";
2
2
  import I from "./TagWrapper.js";
3
3
  import "three";
4
4
  import "../utils/noTypecheck.js";
@@ -6,19 +6,18 @@ import "../typings/tag.js";
6
6
  import "./Tag/index.js";
7
7
  import "./Tag/TextTag.js";
8
8
  import "./Common/Line/Straight.js";
9
- import "svelte/transition";
9
+ import "../../vendor/svelte/transition/index.js";
10
+ import "../../vendor/svelte/easing/index.js";
10
11
  import "../../shared-utils/uuid.js";
11
12
  import "./Common/Shadow.js";
12
13
  import "./Common/MultiLineText.js";
13
14
  import "./Common/Text.js";
14
15
  import "animejs";
15
- import "svelte";
16
16
  import "../../shared-utils/isNil.js";
17
17
  import "../utils/search.js";
18
18
  import "../utils/constants.js";
19
19
  import "./Common/Arrow.js";
20
20
  import "../Assets/Icon.js";
21
- import "svelte/easing";
22
21
  import "../utils/doUtil.js";
23
22
  import "./Tag/ImageTextTag.js";
24
23
  import "./Common/Line/Polyline.js";
@@ -60,10 +59,10 @@ function v(s) {
60
59
  }
61
60
  return {
62
61
  c() {
63
- e = A("div");
62
+ e = w("div");
64
63
  for (let r = 0; r < i.length; r += 1)
65
64
  i[r].c();
66
- T(e, "class", "tag--container svelte-1eci49s"), p(e, "hide", !s[3].visible || !s[5].visible), p(e, "withAnimation", s[0]);
65
+ A(e, "class", "tag--container svelte-1eci49s"), p(e, "hide", !s[3].visible || !s[5].visible), p(e, "withAnimation", s[0]);
67
66
  },
68
67
  m(r, t) {
69
68
  h(r, e, t);
@@ -72,7 +71,7 @@ function v(s) {
72
71
  a = !0;
73
72
  },
74
73
  p(r, t) {
75
- t & 63 && (l = r[1], S(), i = N(i, t, m, 1, r, l, o, e, W, y, null, k), w()), t & 40 && p(e, "hide", !r[3].visible || !r[5].visible), t & 1 && p(e, "withAnimation", r[0]);
74
+ t & 63 && (l = r[1], T(), i = N(i, t, m, 1, r, l, o, e, W, y, null, k), S()), (!a || t & 40) && p(e, "hide", !r[3].visible || !r[5].visible), (!a || t & 1) && p(e, "withAnimation", r[0]);
76
75
  },
77
76
  i(r) {
78
77
  if (!a) {
@@ -113,7 +112,7 @@ function y(s, e) {
113
112
  first: null,
114
113
  c() {
115
114
  var t, n, c;
116
- i = A("div"), B(o.$$.fragment), a = D(), T(i, "class", "tag svelte-1eci49s"), p(i, "hide", !((t = e[6].pointTagStyle) != null && t.leftPercent) || !((n = e[6].pointTagStyle) != null && n.topPercent) || e[6].enabled === !1 || !e[6].state || ((c = e[6].temporaryState) == null ? void 0 : c.visible) === !1), this.first = i;
115
+ i = w("div"), B(o.$$.fragment), a = D(), A(i, "class", "tag svelte-1eci49s"), p(i, "hide", !((t = e[6].pointTagStyle) != null && t.leftPercent) || !((n = e[6].pointTagStyle) != null && n.topPercent) || e[6].enabled === !1 || !e[6].state || ((c = e[6].temporaryState) == null ? void 0 : c.visible) === !1), this.first = i;
117
116
  },
118
117
  m(t, n) {
119
118
  h(t, i, n), E(o, i, null), F(i, a), l = !0;
@@ -131,7 +130,7 @@ function y(s, e) {
131
130
  withAnimation: e[0]
132
131
  }
133
132
  ]) : {};
134
- o.$set(c), n & 2 && p(i, "hide", !((_ = e[6].pointTagStyle) != null && _.leftPercent) || !((d = e[6].pointTagStyle) != null && d.topPercent) || e[6].enabled === !1 || !e[6].state || ((b = e[6].temporaryState) == null ? void 0 : b.visible) === !1);
133
+ o.$set(c), (!l || n & 2) && p(i, "hide", !((_ = e[6].pointTagStyle) != null && _.leftPercent) || !((d = e[6].pointTagStyle) != null && d.topPercent) || e[6].enabled === !1 || !e[6].state || ((b = e[6].temporaryState) == null ? void 0 : b.visible) === !1);
135
134
  },
136
135
  i(t) {
137
136
  l || (f(o.$$.fragment, t), l = !0);
@@ -154,9 +153,9 @@ function K(s) {
154
153
  o && o.m(a, l), h(a, e, l), i = !0;
155
154
  },
156
155
  p(a, [l]) {
157
- a[3].enabled ? o ? (o.p(a, l), l & 8 && f(o, 1)) : (o = v(a), o.c(), f(o, 1), o.m(e.parentNode, e)) : o && (S(), u(o, 1, 1, () => {
156
+ a[3].enabled ? o ? (o.p(a, l), l & 8 && f(o, 1)) : (o = v(a), o.c(), f(o, 1), o.m(e.parentNode, e)) : o && (T(), u(o, 1, 1, () => {
158
157
  o = null;
159
- }), w());
158
+ }), S());
160
159
  },
161
160
  i(a) {
162
161
  i || (f(o), i = !0);
@@ -175,7 +174,7 @@ function L(s, e, i) {
175
174
  "withAnimation" in n && i(0, o = n.withAnimation), "tags" in n && i(1, a = n.tags), "hooks" in n && i(2, l = n.hooks), "state" in n && i(3, m = n.state), "mediaStore" in n && i(4, r = n.mediaStore), "temporaryState" in n && i(5, t = n.temporaryState);
176
175
  }, [o, a, l, m, r, t];
177
176
  }
178
- class Ee extends P {
177
+ class De extends P {
179
178
  constructor(e) {
180
179
  super(), z(
181
180
  this,
@@ -196,5 +195,5 @@ class Ee extends P {
196
195
  }
197
196
  }
198
197
  export {
199
- Ee as default
198
+ De as default
200
199
  };
@@ -1,13 +1,13 @@
1
- import { SvelteComponent as K, init as M, safe_not_equal as N, append_styles as O, element as W, space as Q, attr as T, toggle_class as _, set_style as d, insert as j, append as R, transition_in as u, group_outros as z, transition_out as h, check_outros as A, detach as B, create_component as E, mount_component as F, destroy_component as G, listen as U, stop_propagation as V } from "svelte/internal";
1
+ import { SvelteComponent as K, init as M, safe_not_equal as N, append_styles as O, element as W, space as Q, attr as T, toggle_class as _, set_style as d, insert as j, append as R, transition_in as u, transition_out as h, check_outros as z, detach as B, create_component as E, mount_component as F, destroy_component as G, listen as U, stop_propagation as V, group_outros as A } from "../../vendor/svelte/internal/index.js";
2
2
  import "three";
3
3
  import { noTypecheck as C } from "../utils/noTypecheck.js";
4
4
  import { DimensionType as q, PointType as D, ContentType as X } from "../typings/tag.js";
5
5
  import Y from "./Tag/index.js";
6
6
  import Z from "./Common/Point/PointSwitch.js";
7
- import "svelte";
8
7
  import "./Tag/TextTag.js";
9
8
  import "./Common/Line/Straight.js";
10
- import "svelte/transition";
9
+ import "../../vendor/svelte/transition/index.js";
10
+ import "../../vendor/svelte/easing/index.js";
11
11
  import "../../shared-utils/uuid.js";
12
12
  import "./Common/Shadow.js";
13
13
  import "./Common/MultiLineText.js";
@@ -18,7 +18,6 @@ import "../utils/search.js";
18
18
  import "../utils/constants.js";
19
19
  import "./Common/Arrow.js";
20
20
  import "../Assets/Icon.js";
21
- import "svelte/easing";
22
21
  import "../utils/doUtil.js";
23
22
  import "./Tag/ImageTextTag.js";
24
23
  import "./Common/Line/Polyline.js";
@@ -108,18 +107,18 @@ function $(e) {
108
107
  let t, n, r, m, i = e[1].dimensionType === q.Two && I(e), o = e[1].pointType === D.PointTag && ((s = (p = e[1].style) == null ? void 0 : p.point) == null ? void 0 : s.style) !== "noPoint" && L(e);
109
108
  return {
110
109
  c() {
111
- t = W("div"), i && i.c(), n = Q(), o && o.c(), T(t, "class", "wrapper svelte-1vzhbu2"), T(t, "data-id", r = e[1].id), _(t, "hide", e[10]), _(t, "unfolded", e[6]), d(t, "left", e[9], !1), d(t, "top", e[8], !1), d(t, "z-index", e[7], !1);
110
+ t = W("div"), i && i.c(), n = Q(), o && o.c(), T(t, "class", "wrapper svelte-1vzhbu2"), T(t, "data-id", r = e[1].id), _(t, "hide", e[10]), _(t, "unfolded", e[6]), d(t, "left", e[9]), d(t, "top", e[8]), d(t, "z-index", e[7]);
112
111
  },
113
112
  m(a, l) {
114
113
  j(a, t, l), i && i.m(t, null), R(t, n), o && o.m(t, null), m = !0;
115
114
  },
116
115
  p(a, [l]) {
117
116
  var g, c;
118
- a[1].dimensionType === q.Two ? i ? (i.p(a, l), l & 2 && u(i, 1)) : (i = I(a), i.c(), u(i, 1), i.m(t, n)) : i && (z(), h(i, 1, 1, () => {
117
+ a[1].dimensionType === q.Two ? i ? (i.p(a, l), l & 2 && u(i, 1)) : (i = I(a), i.c(), u(i, 1), i.m(t, n)) : i && (A(), h(i, 1, 1, () => {
119
118
  i = null;
120
- }), A()), a[1].pointType === D.PointTag && ((c = (g = a[1].style) == null ? void 0 : g.point) == null ? void 0 : c.style) !== "noPoint" ? o ? (o.p(a, l), l & 2 && u(o, 1)) : (o = L(a), o.c(), u(o, 1), o.m(t, null)) : o && (z(), h(o, 1, 1, () => {
119
+ }), z()), a[1].pointType === D.PointTag && ((c = (g = a[1].style) == null ? void 0 : g.point) == null ? void 0 : c.style) !== "noPoint" ? o ? (o.p(a, l), l & 2 && u(o, 1)) : (o = L(a), o.c(), u(o, 1), o.m(t, null)) : o && (A(), h(o, 1, 1, () => {
121
120
  o = null;
122
- }), A()), (!m || l & 2 && r !== (r = a[1].id)) && T(t, "data-id", r), l & 1024 && _(t, "hide", a[10]), l & 64 && _(t, "unfolded", a[6]), l & 512 && d(t, "left", a[9], !1), l & 256 && d(t, "top", a[8], !1), l & 128 && d(t, "z-index", a[7], !1);
121
+ }), z()), (!m || l & 2 && r !== (r = a[1].id)) && T(t, "data-id", r), (!m || l & 1024) && _(t, "hide", a[10]), (!m || l & 64) && _(t, "unfolded", a[6]), l & 512 && d(t, "left", a[9]), l & 256 && d(t, "top", a[8]), l & 128 && d(t, "z-index", a[7]);
123
122
  },
124
123
  i(a) {
125
124
  m || (u(i), u(o), m = !0);
@@ -166,7 +165,7 @@ function tt(e, t, n) {
166
165
  r
167
166
  ];
168
167
  }
169
- class Rt extends K {
168
+ class Qt extends K {
170
169
  constructor(t) {
171
170
  super(), M(
172
171
  this,
@@ -187,5 +186,5 @@ class Rt extends K {
187
186
  }
188
187
  }
189
188
  export {
190
- Rt as default
189
+ Qt as default
191
190
  };
@@ -30,7 +30,7 @@ var p = (l, a, e) => new Promise((t, s) => {
30
30
  import { Subscribe as U } from "@realsee/five";
31
31
  import { Quaternion as k } from "three";
32
32
  import m from "object-assign-deep";
33
- import { writable as F } from "svelte/store";
33
+ import { writable as F } from "../../vendor/svelte/store/index.js";
34
34
  import L from "../Components/TagContainer.js";
35
35
  import B from "../Components/Tag/index.js";
36
36
  import { arrayPositionToVector3 as g } from "../../CSS3DRenderPlugin/utils/positionToVector3.js";
@@ -1,4 +1,4 @@
1
- import { SvelteComponent as d, init as b, safe_not_equal as v, append_styles as k, element as h, attr as y, insert as I, group_outros as D, transition_out as u, check_outros as x, transition_in as c, detach as z, create_component as _, mount_component as g, destroy_component as p } from "svelte/internal";
1
+ import { SvelteComponent as d, init as b, safe_not_equal as v, append_styles as k, element as h, attr as y, insert as I, transition_out as u, check_outros as D, transition_in as c, detach as x, group_outros as z, create_component as _, mount_component as g, destroy_component as p } from "../../vendor/svelte/internal/index.js";
2
2
  import w from "./Normalmage.js";
3
3
  import C from "./SvgImage.js";
4
4
  function S(l) {
@@ -69,9 +69,9 @@ function B(l) {
69
69
  },
70
70
  p(o, [s]) {
71
71
  let m = t;
72
- t = f(o), t === m ? ~t && a[t].p(o, s) : (e && (D(), u(a[m], 1, 1, () => {
72
+ t = f(o), t === m ? ~t && a[t].p(o, s) : (e && (z(), u(a[m], 1, 1, () => {
73
73
  a[m] = null;
74
- }), x()), ~t ? (e = a[t], e ? e.p(o, s) : (e = a[t] = i[t](o), e.c()), c(e, 1), e.m(n, null)) : e = null);
74
+ }), D()), ~t ? (e = a[t], e ? e.p(o, s) : (e = a[t] = i[t](o), e.c()), c(e, 1), e.m(n, null)) : e = null);
75
75
  },
76
76
  i(o) {
77
77
  r || (c(e), r = !0);
@@ -80,7 +80,7 @@ function B(l) {
80
80
  u(e), r = !1;
81
81
  },
82
82
  d(o) {
83
- o && z(n), ~t && a[t].d();
83
+ o && x(n), ~t && a[t].d();
84
84
  }
85
85
  };
86
86
  }