@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,66 +1,66 @@
1
- import { SvelteComponent as j, init as k, safe_not_equal as $, append_styles as w, element as h, attr as _, insert as b, update_keyed_each as y, destroy_block as I, noop as u, detach as v, space as z, set_style as r, append as g } from "svelte/internal";
1
+ import { SvelteComponent as j, init as k, safe_not_equal as $, append_styles as w, element as h, attr as _, insert as b, update_keyed_each as y, noop as u, detach as v, space as I, set_style as r, append as g, destroy_block as z } from "../../../../vendor/svelte/internal/index.js";
2
2
  function x(a) {
3
3
  w(a, "svelte-1i87fz7", ".plugin-pano-floorplan__extra-objects.svelte-1i87fz7{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.plugin-pano-floorplan__extra-object-item--position.svelte-1i87fz7{position:absolute;width:0;height:0}.plugin-pano-floorplan__extra-object-item.svelte-1i87fz7{transform:translate(-50%, -50%)}");
4
4
  }
5
5
  function d(a, t, e) {
6
- const i = a.slice();
7
- return i[1] = t[e], i;
6
+ const l = a.slice();
7
+ return l[1] = t[e], l;
8
8
  }
9
9
  function m(a, t) {
10
- let e, i, n = `${t[1].icon.width / 16}rem`, f = `${t[1].icon.height / 16}rem`, l, o = `${t[1].positionInImage.y * 100}%`, s = `${t[1].positionInImage.x * 100}%`;
10
+ let e, l, n = `${t[1].icon.width / 16}rem`, c = `${t[1].icon.height / 16}rem`, i, o = `${t[1].positionInImage.y * 100}%`, s = `${t[1].positionInImage.x * 100}%`;
11
11
  return {
12
12
  key: a,
13
13
  first: null,
14
14
  c() {
15
- e = h("div"), i = h("div"), l = z(), _(i, "class", "plugin-pano-floorplan__extra-object-item svelte-1i87fz7"), r(i, "background-image", `url(${t[1].icon.url})`), r(i, "width", n, !1), r(i, "height", f, !1), _(e, "class", "plugin-pano-floorplan__extra-object-item--position svelte-1i87fz7"), r(e, "top", o, !1), r(e, "left", s, !1), this.first = e;
15
+ e = h("div"), l = h("div"), i = I(), _(l, "class", "plugin-pano-floorplan__extra-object-item svelte-1i87fz7"), r(l, "background-image", `url(${t[1].icon.url})`), r(l, "width", n), r(l, "height", c), _(e, "class", "plugin-pano-floorplan__extra-object-item--position svelte-1i87fz7"), r(e, "top", o), r(e, "left", s), this.first = e;
16
16
  },
17
- m(p, c) {
18
- b(p, e, c), g(e, i), g(e, l);
17
+ m(f, p) {
18
+ b(f, e, p), g(e, l), g(e, i);
19
19
  },
20
- p(p, c) {
21
- t = p, c & 1 && r(i, "background-image", `url(${t[1].icon.url})`), c & 1 && n !== (n = `${t[1].icon.width / 16}rem`) && r(i, "width", n, !1), c & 1 && f !== (f = `${t[1].icon.height / 16}rem`) && r(i, "height", f, !1), c & 1 && o !== (o = `${t[1].positionInImage.y * 100}%`) && r(e, "top", o, !1), c & 1 && s !== (s = `${t[1].positionInImage.x * 100}%`) && r(e, "left", s, !1);
20
+ p(f, p) {
21
+ t = f, p & 1 && r(l, "background-image", `url(${t[1].icon.url})`), p & 1 && n !== (n = `${t[1].icon.width / 16}rem`) && r(l, "width", n), p & 1 && c !== (c = `${t[1].icon.height / 16}rem`) && r(l, "height", c), p & 1 && o !== (o = `${t[1].positionInImage.y * 100}%`) && r(e, "top", o), p & 1 && s !== (s = `${t[1].positionInImage.x * 100}%`) && r(e, "left", s);
22
22
  },
23
- d(p) {
24
- p && v(e);
23
+ d(f) {
24
+ f && v(e);
25
25
  }
26
26
  };
27
27
  }
28
28
  function O(a) {
29
- let t, e = [], i = /* @__PURE__ */ new Map(), n = a[0];
30
- const f = (l) => l[1].id;
31
- for (let l = 0; l < n.length; l += 1) {
32
- let o = d(a, n, l), s = f(o);
33
- i.set(s, e[l] = m(s, o));
29
+ let t, e = [], l = /* @__PURE__ */ new Map(), n = a[0];
30
+ const c = (i) => i[1].id;
31
+ for (let i = 0; i < n.length; i += 1) {
32
+ let o = d(a, n, i), s = c(o);
33
+ l.set(s, e[i] = m(s, o));
34
34
  }
35
35
  return {
36
36
  c() {
37
37
  t = h("div");
38
- for (let l = 0; l < e.length; l += 1)
39
- e[l].c();
38
+ for (let i = 0; i < e.length; i += 1)
39
+ e[i].c();
40
40
  _(t, "class", "plugin-pano-floorplan__extra-objects svelte-1i87fz7");
41
41
  },
42
- m(l, o) {
43
- b(l, t, o);
42
+ m(i, o) {
43
+ b(i, t, o);
44
44
  for (let s = 0; s < e.length; s += 1)
45
45
  e[s].m(t, null);
46
46
  },
47
- p(l, [o]) {
48
- o & 1 && (n = l[0], e = y(e, o, f, 1, l, n, i, t, I, m, null, d));
47
+ p(i, [o]) {
48
+ o & 1 && (n = i[0], e = y(e, o, c, 1, i, n, l, t, z, m, null, d));
49
49
  },
50
50
  i: u,
51
51
  o: u,
52
- d(l) {
53
- l && v(t);
52
+ d(i) {
53
+ i && v(t);
54
54
  for (let o = 0; o < e.length; o += 1)
55
55
  e[o].d();
56
56
  }
57
57
  };
58
58
  }
59
59
  function q(a, t, e) {
60
- let { extraObjects: i = [] } = t;
60
+ let { extraObjects: l = [] } = t;
61
61
  return a.$$set = (n) => {
62
- "extraObjects" in n && e(0, i = n.extraObjects);
63
- }, [i];
62
+ "extraObjects" in n && e(0, l = n.extraObjects);
63
+ }, [l];
64
64
  }
65
65
  class E extends j {
66
66
  constructor(t) {
@@ -1,5 +1,4 @@
1
- import { SvelteComponent as G, init as J, safe_not_equal as K, append_styles as L, empty as Q, insert as y, transition_in as u, group_outros as M, transition_out as h, check_outros as F, detach as k, element as N, attr as P, add_render_callback as R, add_resize_listener as T, assign as O, create_component as U, space as V, set_style as q, mount_component as C, append as X, get_spread_update as H, destroy_component as S } from "svelte/internal";
2
- import { onMount as Y } from "svelte";
1
+ import { SvelteComponent as G, init as J, safe_not_equal as K, append_styles as L, empty as Q, insert as y, transition_in as u, transition_out as h, check_outros as M, detach as k, onMount as R, element as F, attr as N, add_render_callback as T, add_resize_listener as V, group_outros as P, assign as O, create_component as U, space as X, set_style as q, mount_component as C, append as Y, get_spread_update as H, destroy_component as S } from "../../../vendor/svelte/internal/index.js";
3
2
  import Z from "./Camera.js";
4
3
  import x from "./CurrentFloor/CurrentFloor.js";
5
4
  import "../../Assets/camera.js";
@@ -18,15 +17,15 @@ function W(o) {
18
17
  let t, l, n, e = o[6] !== 0 && A(o);
19
18
  return {
20
19
  c() {
21
- t = N("div"), e && e.c(), P(t, "class", "plugin-floorplan-radar svelte-1mvqyqq"), R(() => o[12].call(t));
20
+ t = F("div"), e && e.c(), N(t, "class", "plugin-floorplan-radar svelte-1mvqyqq"), T(() => o[12].call(t));
22
21
  },
23
22
  m(i, f) {
24
- y(i, t, f), e && e.m(t, null), l = T(t, o[12].bind(t)), n = !0;
23
+ y(i, t, f), e && e.m(t, null), l = V(t, o[12].bind(t)), n = !0;
25
24
  },
26
25
  p(i, f) {
27
- i[6] !== 0 ? e ? (e.p(i, f), f & 64 && u(e, 1)) : (e = A(i), e.c(), u(e, 1), e.m(t, null)) : e && (M(), h(e, 1, 1, () => {
26
+ i[6] !== 0 ? e ? (e.p(i, f), f & 64 && u(e, 1)) : (e = A(i), e.c(), u(e, 1), e.m(t, null)) : e && (P(), h(e, 1, 1, () => {
28
27
  e = null;
29
- }), F());
28
+ }), M());
30
29
  },
31
30
  i(i) {
32
31
  n || (u(e), n = !0);
@@ -41,7 +40,7 @@ function W(o) {
41
40
  }
42
41
  function A(o) {
43
42
  let t, l, n, e, i = `${o[8]}px`, f = `${o[11]}px`, c;
44
- const p = [
43
+ const d = [
45
44
  {
46
45
  five: o[0],
47
46
  pxmm: o[9],
@@ -51,10 +50,10 @@ function A(o) {
51
50
  extraObjects: o[5]
52
51
  }
53
52
  ];
54
- let d = {};
55
- for (let r = 0; r < p.length; r += 1)
56
- d = O(d, p[r]);
57
- l = new x({ props: d });
53
+ let p = {};
54
+ for (let r = 0; r < d.length; r += 1)
55
+ p = O(p, d[r]);
56
+ l = new x({ props: p });
58
57
  const _ = [
59
58
  {
60
59
  pxmm: o[9],
@@ -63,18 +62,18 @@ function A(o) {
63
62
  cameraImageUrl: o[4]
64
63
  }
65
64
  ];
66
- let m = {};
65
+ let s = {};
67
66
  for (let r = 0; r < _.length; r += 1)
68
- m = O(m, _[r]);
69
- return e = new Z({ props: m }), {
67
+ s = O(s, _[r]);
68
+ return e = new Z({ props: s }), {
70
69
  c() {
71
- t = N("div"), U(l.$$.fragment), n = V(), U(e.$$.fragment), P(t, "class", "plugin-floorplan-radar-container svelte-1mvqyqq"), q(t, "width", i, !1), q(t, "height", f, !1);
70
+ t = F("div"), U(l.$$.fragment), n = X(), U(e.$$.fragment), N(t, "class", "plugin-floorplan-radar-container svelte-1mvqyqq"), q(t, "width", i), q(t, "height", f);
72
71
  },
73
- m(r, s) {
74
- y(r, t, s), C(l, t, null), X(t, n), C(e, t, null), c = !0;
72
+ m(r, m) {
73
+ y(r, t, m), C(l, t, null), Y(t, n), C(e, t, null), c = !0;
75
74
  },
76
- p(r, s) {
77
- const g = s & 1581 ? H(p, [
75
+ p(r, m) {
76
+ const g = m & 1581 ? H(d, [
78
77
  {
79
78
  five: r[0],
80
79
  pxmm: r[9],
@@ -85,7 +84,7 @@ function A(o) {
85
84
  }
86
85
  ]) : {};
87
86
  l.$set(g);
88
- const v = s & 537 ? H(_, [
87
+ const v = m & 537 ? H(_, [
89
88
  {
90
89
  pxmm: r[9],
91
90
  five: r[0],
@@ -93,7 +92,7 @@ function A(o) {
93
92
  cameraImageUrl: r[4]
94
93
  }
95
94
  ]) : {};
96
- e.$set(v), s & 256 && i !== (i = `${r[8]}px`) && q(t, "width", i, !1), s & 2048 && f !== (f = `${r[11]}px`) && q(t, "height", f, !1);
95
+ e.$set(v), m & 256 && i !== (i = `${r[8]}px`) && q(t, "width", i), m & 2048 && f !== (f = `${r[11]}px`) && q(t, "height", f);
97
96
  },
98
97
  i(r) {
99
98
  c || (u(l.$$.fragment, r), u(e.$$.fragment, r), c = !0);
@@ -116,9 +115,9 @@ function ee(o) {
116
115
  n && n.m(e, i), y(e, t, i), l = !0;
117
116
  },
118
117
  p(e, [i]) {
119
- e[1] ? n ? (n.p(e, i), i & 2 && u(n, 1)) : (n = W(e), n.c(), u(n, 1), n.m(t.parentNode, t)) : n && (M(), h(n, 1, 1, () => {
118
+ e[1] ? n ? (n.p(e, i), i & 2 && u(n, 1)) : (n = W(e), n.c(), u(n, 1), n.m(t.parentNode, t)) : n && (P(), h(n, 1, 1, () => {
120
119
  n = null;
121
- }), F());
120
+ }), M());
122
121
  },
123
122
  i(e) {
124
123
  l || (u(n), l = !0);
@@ -133,24 +132,24 @@ function ee(o) {
133
132
  }
134
133
  function te(o, t, l) {
135
134
  var w, D;
136
- let { five: n } = t, { visible: e } = t, { hoverEnable: i } = t, { floorplanData: f } = t, { cameraImageUrl: c } = t, { extraObjects: p = [] } = t, d = 0, _ = (D = (w = n.work.observers[n.getCurrentState().panoIndex]) == null ? void 0 : w.floorIndex) != null ? D : 0, m = 0, r = 0, s = 0, g = 0;
135
+ let { five: n } = t, { visible: e } = t, { hoverEnable: i } = t, { floorplanData: f } = t, { cameraImageUrl: c } = t, { extraObjects: d = [] } = t, p = 0, _ = (D = (w = n.work.observers[n.getCurrentState().panoIndex]) == null ? void 0 : w.floorIndex) != null ? D : 0, s = 0, r = 0, m = 0, g = 0;
137
136
  function v(a) {
138
137
  l(10, _ = n.work.observers[a].floorIndex);
139
138
  }
140
- Y(() => (n.on("panoArrived", v), () => {
139
+ R(() => (n.on("panoArrived", v), () => {
141
140
  n.off("panoArrived", v);
142
141
  }));
143
142
  function B() {
144
- m = this.clientWidth, r = this.clientHeight, l(6, m), l(7, r);
143
+ s = this.clientWidth, r = this.clientHeight, l(6, s), l(7, r);
145
144
  }
146
145
  return o.$$set = (a) => {
147
- "five" in a && l(0, n = a.five), "visible" in a && l(1, e = a.visible), "hoverEnable" in a && l(2, i = a.hoverEnable), "floorplanData" in a && l(3, f = a.floorplanData), "cameraImageUrl" in a && l(4, c = a.cameraImageUrl), "extraObjects" in a && l(5, p = a.extraObjects);
146
+ "five" in a && l(0, n = a.five), "visible" in a && l(1, e = a.visible), "hoverEnable" in a && l(2, i = a.hoverEnable), "floorplanData" in a && l(3, f = a.floorplanData), "cameraImageUrl" in a && l(4, c = a.cameraImageUrl), "extraObjects" in a && l(5, d = a.extraObjects);
148
147
  }, o.$$.update = () => {
149
148
  if (o.$$.dirty & 456) {
150
- const a = Math.min(m, r), { max: j, min: z } = f.bounding, b = j.x - z.x, I = j.y - z.y, E = function() {
149
+ const a = Math.min(s, r), { max: j, min: z } = f.bounding, b = j.x - z.x, I = j.y - z.y, E = function() {
151
150
  return b > I ? [a, a / b * I] : [a / I * b, a];
152
151
  }();
153
- l(8, s = E[0]), l(11, g = E[1]), l(9, d = s / b);
152
+ l(8, m = E[0]), l(11, g = E[1]), l(9, p = m / b);
154
153
  }
155
154
  }, [
156
155
  n,
@@ -158,17 +157,17 @@ function te(o, t, l) {
158
157
  i,
159
158
  f,
160
159
  c,
161
- p,
162
- m,
163
- r,
164
- s,
165
160
  d,
161
+ s,
162
+ r,
163
+ m,
164
+ p,
166
165
  _,
167
166
  g,
168
167
  B
169
168
  ];
170
169
  }
171
- class he extends G {
170
+ class _e extends G {
172
171
  constructor(t) {
173
172
  super(), J(
174
173
  this,
@@ -189,5 +188,5 @@ class he extends G {
189
188
  }
190
189
  }
191
190
  export {
192
- he as default
191
+ _e as default
193
192
  };
@@ -1,6 +1,2 @@
1
- import "svelte/internal";
2
- import "svelte/easing";
3
- import "svelte/transition";
4
- import "svelte/store";
5
- import "svelte";
1
+ import "../vendor/svelte/internal/index.js";
6
2
  import "three";
package/libs/index.js CHANGED
@@ -1,43 +1,44 @@
1
- import { PaintBrush as Hm } from "./components/PaintBrush/index.js";
2
- import { PaintBrushTypeEnum as jm } from "./components/PaintBrush/typings.js";
3
- import { ModelViewPlugin as qm } from "./ModelViewPlugin/Plugin.js";
4
- import { CSS3DRenderPlugin as Jm } from "./CSS3DRenderPlugin/index.js";
5
- import { PanoCursorRaycasterPlugin as Qm } from "./PanoCursorRaycasterPlugin/index.js";
6
- import { ModelRoomLabelPlugin as Xm, modelRoomLabelPluginServerParams as Zm } from "./ModelRoomLabelPlugin/index.js";
7
- import { FLOOR_PLAN_ATTACHED_TO as op } from "./floorplan/constant.js";
8
- import { ModelFloorplanPlugin as tp } from "./floorplan/ModelFloorplanPlugin/index.js";
9
- import { MapviewFloorplanPlugin as pp } from "./floorplan/MapviewFloorplanPlugin/index.js";
10
- import { TopviewFloorplanPlugin as ep } from "./floorplan/TopviewFloorplanPlugin/index.js";
11
- import { PanoFloorplanRadarPlugin as np } from "./floorplan/PanoFloorplanRadarPlugin/index.js";
12
- import { FLOOR_TYPE_MAP as ap, ROOM_FETILE_TYPE_MAP as fp, ROOM_TYPE_MAP as up } from "./floorplan/typings/floorplanServerData.js";
13
- import { ModelChassisCompassPlugin as gp } from "./ModelChassisCompassPlugin/Plugin.js";
14
- import { ModelEntryDoorGuidePlugin as sp } from "./ModelEntryDoorGuidePlugin/Plugin.js";
15
- import { CameraMovementPlugin as Mp } from "./CameraMovementPlugin/CameraMovementPlugin.js";
16
- import { CameraMovementEffect as _p, Rotation as Rp } from "./CameraMovementPlugin/typing.js";
17
- import { PanoRulerPlugin as Cp } from "./PanoRulerPlugin/Plugin.js";
18
- import { PanoRulerProPlugin as Ip } from "./PanoRulerProPlugin/index.js";
19
- import { PanoCompassPlugin as Sp } from "./PanoCompassPlugin/index.js";
20
- import { PanoMeasurePlugin as bp } from "./PanoMeasurePlugin/index.js";
21
- import { PanoSpatialTagPlugin as Fp } from "./PanoSpatialTagPlugin/Plugin.js";
22
- import { modelItemLabelPluginServerParams as yp } from "./ModelItemLabelPlugin/index.js";
23
- import { ModelTVVideoPlugin as Np } from "./ModelTVVideoPlugin/Plugin.js";
24
- import { DIRECTION as Vp } from "./ModelTVVideoPlugin/typings.js";
25
- import { itemLabelPluginServerParams as wp } from "./ItemLabelPlugin/index.js";
26
- import { PanoDoorLabelPlugin as Hp } from "./PanoDoorLabelPlugin/index.js";
27
- import { GuideLinePlugin as jp } from "./GuideLinePlugin/index.js";
28
- import { CruisePlugin as qp } from "./CruisePlugin/index.js";
29
- import { PanoTagPlugin as Jp } from "./PanoTagPlugin/index.js";
30
- import { Object3DHelperPlugin as Qp } from "./Object3DHelperPlugin/index.js";
31
- import { index as Xp } from "./shared-utils/index.js";
32
- import { Magnifier as $p } from "./PanoMeasurePlugin/Modules/Magnifier.js";
33
- import { ModelItemLabelPlugin as ri } from "./ModelItemLabelPlugin/ModelItemLabelPlugin.js";
34
- import { Plugin as mi } from "./ItemLabelPlugin/Plugin.js";
35
- import { CruisePluginController as ii } from "./CruisePlugin/Controller.js";
36
- import { DISPLAY_STRATEGY_TYPE as li } from "./ModelItemLabelPlugin/typings.js";
37
- import { ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE as Pi } from "./ItemLabelPlugin/typings.js";
38
- import { PanoTagPluginController as fi, pluginFlag as ui } from "./PanoTagPlugin/controller/index.js";
39
- import { ContentType as gi, DimensionType as Ti, LinkType as si, PointType as Li } from "./PanoTagPlugin/typings/tag.js";
40
- import { Object3DHelperController as Ei, PLUGIN as _i, VERSION as Ri } from "./Object3DHelperPlugin/Controller.js";
1
+ import { PaintBrush as Jm } from "./components/PaintBrush/index.js";
2
+ import { PaintBrushTypeEnum as Qm } from "./components/PaintBrush/typings.js";
3
+ import { ModelViewPlugin as Xm } from "./ModelViewPlugin/Plugin.js";
4
+ import { CSS3DRenderPlugin as $m } from "./CSS3DRenderPlugin/index.js";
5
+ import { PanoCursorRaycasterPlugin as rp } from "./PanoCursorRaycasterPlugin/index.js";
6
+ import { ModelRoomLabelPlugin as mp, modelRoomLabelPluginServerParams as pp } from "./ModelRoomLabelPlugin/index.js";
7
+ import { FLOOR_PLAN_ATTACHED_TO as ep } from "./floorplan/constant.js";
8
+ import { ModelFloorplanPlugin as np } from "./floorplan/ModelFloorplanPlugin/index.js";
9
+ import { MapviewFloorplanPlugin as ap } from "./floorplan/MapviewFloorplanPlugin/index.js";
10
+ import { TopviewFloorplanPlugin as up } from "./floorplan/TopviewFloorplanPlugin/index.js";
11
+ import { PanoFloorplanRadarPlugin as gp } from "./floorplan/PanoFloorplanRadarPlugin/index.js";
12
+ import { FLOOR_TYPE_MAP as sp, ROOM_FETILE_TYPE_MAP as Lp, ROOM_TYPE_MAP as Mp } from "./floorplan/typings/floorplanServerData.js";
13
+ import { ModelChassisCompassPlugin as Rp } from "./ModelChassisCompassPlugin/Plugin.js";
14
+ import { ModelEntryDoorGuidePlugin as dp } from "./ModelEntryDoorGuidePlugin/Plugin.js";
15
+ import { CameraMovementPlugin as Op } from "./CameraMovementPlugin/CameraMovementPlugin.js";
16
+ import { CameraMovementEffect as Ip, Rotation as Ap } from "./CameraMovementPlugin/typing.js";
17
+ import { PanoRulerPlugin as bp } from "./PanoRulerPlugin/Plugin.js";
18
+ import { PanoRulerProPlugin as Fp } from "./PanoRulerProPlugin/index.js";
19
+ import { PanoCompassPlugin as yp } from "./PanoCompassPlugin/index.js";
20
+ import { PanoMeasurePlugin as Np } from "./PanoMeasurePlugin/index.js";
21
+ import { PanoSpatialTagPlugin as Vp } from "./PanoSpatialTagPlugin/Plugin.js";
22
+ import { modelItemLabelPluginServerParams as wp } from "./ModelItemLabelPlugin/index.js";
23
+ import { ModelTVVideoPlugin as Hp } from "./ModelTVVideoPlugin/Plugin.js";
24
+ import { DIRECTION as jp } from "./ModelTVVideoPlugin/typings.js";
25
+ import { itemLabelPluginServerParams as qp } from "./ItemLabelPlugin/index.js";
26
+ import { PanoDoorLabelPlugin as Jp } from "./PanoDoorLabelPlugin/index.js";
27
+ import { GuideLinePlugin as Qp } from "./GuideLinePlugin/index.js";
28
+ import { CruisePlugin as Xp } from "./CruisePlugin/index.js";
29
+ import { PanoTagPlugin as $p } from "./PanoTagPlugin/index.js";
30
+ import { Object3DHelperPlugin as ri } from "./Object3DHelperPlugin/index.js";
31
+ import { index as mi } from "./shared-utils/index.js";
32
+ import { Magnifier as ii } from "./PanoMeasurePlugin/Modules/Magnifier.js";
33
+ import { ModelItemLabelPlugin as li } from "./ModelItemLabelPlugin/ModelItemLabelPlugin.js";
34
+ import { Plugin as Pi } from "./ItemLabelPlugin/Plugin.js";
35
+ import { CruisePluginController as fi } from "./CruisePlugin/Controller.js";
36
+ import { CSS3DRender as xi } from "./CSS3DRenderPlugin/CSS3DRender.js";
37
+ import { DISPLAY_STRATEGY_TYPE as Ti } from "./ModelItemLabelPlugin/typings.js";
38
+ import { ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE as Li } from "./ItemLabelPlugin/typings.js";
39
+ import { PanoTagPluginController as Ei, pluginFlag as Ri } from "./PanoTagPlugin/controller/index.js";
40
+ import { ContentType as di, DimensionType as Ci, LinkType as Oi, PointType as Si } from "./PanoTagPlugin/typings/tag.js";
41
+ import { Object3DHelperController as Ai, PLUGIN as Di, VERSION as bi } from "./Object3DHelperPlugin/Controller.js";
41
42
  import "./components/PaintBrush/Controller.js";
42
43
  import "./components/PaintBrush/utils.js";
43
44
  import "./components/PaintBrush/tween.js";
@@ -48,19 +49,13 @@ import "./components/PaintBrush/style.js";
48
49
  import "@realsee/five";
49
50
  import "three";
50
51
  import "./CSS3DRenderPlugin/Controller.js";
51
- import "./CSS3DRenderPlugin/CSS3DRender.js";
52
- import "three/examples/jsm/renderers/CSS3DRenderer";
53
- import "./shared-utils/Subscribe.js";
54
- import "./CSS3DRenderPlugin/utils/evenNumber.js";
55
- import "./CSS3DRenderPlugin/utils/positionToVector3.js";
56
- import "./CSS3DRenderPlugin/utils/CSS3DObjectPlus.js";
57
- import "./CSS3DRenderPlugin/utils/centerPoint.js";
52
+ import "./CSS3DRenderPlugin/utils/waitFiveModelLoaded.js";
53
+ import "./CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
58
54
  import "./shared-utils/createLine/index.js";
59
55
  import "@realsee/five/line";
60
56
  import "./ModelRoomLabelPlugin/Controller.js";
61
57
  import "./ModelRoomLabelPlugin/RoomLabelItems.js";
62
- import "svelte/internal";
63
- import "svelte";
58
+ import "./vendor/svelte/internal/index.js";
64
59
  import "./ModelRoomLabelPlugin/RoomLabelItem.js";
65
60
  import "./ModelRoomLabelPlugin/Assets/roomLabelBg.js";
66
61
  import "./ModelRoomLabelPlugin/utils/parseData.js";
@@ -69,15 +64,15 @@ import "./shared-utils/to.js";
69
64
  import "./shared-utils/equal.js";
70
65
  import "./shared-utils/isTruelyObject.js";
71
66
  import "./floorplan/Components/Main.js";
72
- import "svelte/easing";
73
- import "svelte/transition";
67
+ import "./vendor/svelte/transition/index.js";
68
+ import "./vendor/svelte/easing/index.js";
74
69
  import "./floorplan/Components/Camera.js";
75
70
  import "./floorplan/Assets/camera.js";
76
71
  import "./shared-utils/math/rad2Deg.js";
77
72
  import "./floorplan/Components/Compass.js";
78
73
  import "./floorplan/Assets/compass.js";
79
74
  import "./floorplan/Components/CurrentFloor.js";
80
- import "svelte/store";
75
+ import "./vendor/svelte/store/index.js";
81
76
  import "./floorplan/Components/BaseImage.js";
82
77
  import "./floorplan/Components/Normalmage.js";
83
78
  import "./floorplan/Components/SvgImage.js";
@@ -99,6 +94,7 @@ import "./shared-utils/tap.js";
99
94
  import "./shared-utils/getPxmm.js";
100
95
  import "./base/BasePluginWithData.js";
101
96
  import "./base/BasePlugin.js";
97
+ import "./shared-utils/Subscribe.js";
102
98
  import "./floorplan/utils/correctFiveState.js";
103
99
  import "./floorplan/utils/constant.js";
104
100
  import "./shared-utils/nearlyEqual.js";
@@ -218,6 +214,17 @@ import "./CruisePlugin/utils/vectorToCoordinates.js";
218
214
  import "./CruisePlugin/utils/formatRad.js";
219
215
  import "./CruisePlugin/utils/linerValue.js";
220
216
  import "./CruisePlugin/utils/sleep.js";
217
+ import "./CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
218
+ import "three/examples/jsm/renderers/CSS3DRenderer";
219
+ import "./CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
220
+ import "./CSS3DRenderPlugin/utils/createResizeObserver.js";
221
+ import "./CSS3DRenderPlugin/utils/even.js";
222
+ import "./CSS3DRenderPlugin/utils/positionToVector3.js";
223
+ import "./CSS3DRenderPlugin/utils/three/CSS3DObject.js";
224
+ import "./CSS3DRenderPlugin/utils/centerPoint.js";
225
+ import "./CSS3DRenderPlugin/utils/three/OpacityMesh.js";
226
+ import "./CSS3DRenderPlugin/utils/three/CSS3DScene.js";
227
+ import "./CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
221
228
  import "object-assign-deep";
222
229
  import "./PanoTagPlugin/Components/TagContainer.js";
223
230
  import "./PanoTagPlugin/Components/TagWrapper.js";
@@ -293,54 +300,55 @@ import "./shared-utils/Object3DHelper/Controller/CSS3DScaleController.js";
293
300
  import "./shared-utils/Object3DHelper/Controller/RectangleScaleController.js";
294
301
  import "./shared-utils/Object3DHelper/utils/vectorIsEqual.js";
295
302
  export {
296
- Jm as CSS3DRenderPlugin,
297
- _p as CameraMovementEffect,
298
- Mp as CameraMovementPlugin,
299
- gi as ContentType,
300
- qp as CruisePlugin,
301
- ii as CruisePluginController,
302
- Vp as DIRECTION,
303
- li as DISPLAY_STRATEGY_TYPE,
304
- Ti as DimensionType,
305
- op as FLOOR_PLAN_ATTACHED_TO,
306
- ap as FLOOR_TYPE_MAP,
307
- jp as GuideLinePlugin,
308
- Pi as ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE,
309
- mi as ItemLabelPlugin,
310
- si as LinkType,
311
- $p as Magnifier,
312
- pp as MapviewFloorplanPlugin,
313
- gp as ModelChassisCompassPlugin,
314
- sp as ModelEntryDoorGuidePlugin,
315
- tp as ModelFloorplanPlugin,
316
- ri as ModelItemLabelPlugin,
317
- Xm as ModelRoomLabelPlugin,
318
- Np as ModelTVVideoPlugin,
319
- qm as ModelViewPlugin,
320
- Ei as Object3DHelperController,
321
- Qp as Object3DHelperPlugin,
322
- _i as PLUGIN,
323
- Hm as PaintBrush,
324
- jm as PaintBrushTypeEnum,
325
- Sp as PanoCompassPlugin,
326
- Qm as PanoCursorRaycasterPlugin,
327
- Hp as PanoDoorLabelPlugin,
328
- np as PanoFloorplanRadarPlugin,
329
- bp as PanoMeasurePlugin,
330
- Cp as PanoRulerPlugin,
331
- Ip as PanoRulerProPlugin,
332
- Fp as PanoSpatialTagPlugin,
333
- Jp as PanoTagPlugin,
334
- fi as PanoTagPluginController,
335
- Li as PointType,
336
- fp as ROOM_FETILE_TYPE_MAP,
337
- up as ROOM_TYPE_MAP,
338
- Rp as Rotation,
339
- ep as TopviewFloorplanPlugin,
340
- Xp as Util,
341
- Ri as VERSION,
342
- wp as itemLabelPluginServerParams,
343
- yp as modelItemLabelPluginServerParams,
344
- Zm as modelRoomLabelPluginServerParams,
345
- ui as pluginFlag
303
+ xi as CSS3DRender,
304
+ $m as CSS3DRenderPlugin,
305
+ Ip as CameraMovementEffect,
306
+ Op as CameraMovementPlugin,
307
+ di as ContentType,
308
+ Xp as CruisePlugin,
309
+ fi as CruisePluginController,
310
+ jp as DIRECTION,
311
+ Ti as DISPLAY_STRATEGY_TYPE,
312
+ Ci as DimensionType,
313
+ ep as FLOOR_PLAN_ATTACHED_TO,
314
+ sp as FLOOR_TYPE_MAP,
315
+ Qp as GuideLinePlugin,
316
+ Li as ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE,
317
+ Pi as ItemLabelPlugin,
318
+ Oi as LinkType,
319
+ ii as Magnifier,
320
+ ap as MapviewFloorplanPlugin,
321
+ Rp as ModelChassisCompassPlugin,
322
+ dp as ModelEntryDoorGuidePlugin,
323
+ np as ModelFloorplanPlugin,
324
+ li as ModelItemLabelPlugin,
325
+ mp as ModelRoomLabelPlugin,
326
+ Hp as ModelTVVideoPlugin,
327
+ Xm as ModelViewPlugin,
328
+ Ai as Object3DHelperController,
329
+ ri as Object3DHelperPlugin,
330
+ Di as PLUGIN,
331
+ Jm as PaintBrush,
332
+ Qm as PaintBrushTypeEnum,
333
+ yp as PanoCompassPlugin,
334
+ rp as PanoCursorRaycasterPlugin,
335
+ Jp as PanoDoorLabelPlugin,
336
+ gp as PanoFloorplanRadarPlugin,
337
+ Np as PanoMeasurePlugin,
338
+ bp as PanoRulerPlugin,
339
+ Fp as PanoRulerProPlugin,
340
+ Vp as PanoSpatialTagPlugin,
341
+ $p as PanoTagPlugin,
342
+ Ei as PanoTagPluginController,
343
+ Si as PointType,
344
+ Lp as ROOM_FETILE_TYPE_MAP,
345
+ Mp as ROOM_TYPE_MAP,
346
+ Ap as Rotation,
347
+ up as TopviewFloorplanPlugin,
348
+ mi as Util,
349
+ bi as VERSION,
350
+ qp as itemLabelPluginServerParams,
351
+ wp as modelItemLabelPluginServerParams,
352
+ pp as modelRoomLabelPluginServerParams,
353
+ Ri as pluginFlag
346
354
  };
@@ -5,7 +5,7 @@ import * as l from "three";
5
5
  import { Subscribe as y } from "../../Subscribe.js";
6
6
  import { DomEvents as j } from "../utils/threex/domevents/index.js";
7
7
  import { notNil as g } from "../../isNil.js";
8
- import { CSS3DObjectPlus as D } from "../../../CSS3DRenderPlugin/utils/CSS3DObjectPlus.js";
8
+ import { CSS3DObjectPlus as D } from "../../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
9
9
  let h = null;
10
10
  class P {
11
11
  constructor(e, t, o, n, a, r, c) {
@@ -2,17 +2,18 @@ var w = Object.defineProperty;
2
2
  var h = (i, o, r) => o in i ? w(i, o, { enumerable: !0, configurable: !0, writable: !0, value: r }) : i[o] = r;
3
3
  var s = (i, o, r) => (h(i, typeof o != "symbol" ? o + "" : o, r), r);
4
4
  import { MoveHelperAbstract as A } from "../Base/BaseHelper.js";
5
- import { ArrowGroup as e } from "./Objects/ArrowGroup.js";
6
- import { AXES_THREE_COLOR as t } from "../Constants/color.js";
5
+ import { ArrowGroup as t } from "./Objects/ArrowGroup.js";
6
+ import { AXES_THREE_COLOR as e } from "../Constants/color.js";
7
7
  import "three";
8
+ import "../../../CSS3DRenderPlugin/CSS3DRender.js";
8
9
  import "three/examples/jsm/renderers/CSS3DRenderer";
9
10
  import "./OutlineHelper.js";
10
- class v extends A {
11
+ class x extends A {
11
12
  constructor(r) {
12
13
  super(r);
13
- s(this, "xArrow", new e({ direction: "x", color: t.X }));
14
- s(this, "yArrow", new e({ direction: "y", color: t.Y }));
15
- s(this, "zArrow", new e({ direction: "z", color: t.Z }));
14
+ s(this, "xArrow", new t({ direction: "x", color: e.X }));
15
+ s(this, "yArrow", new t({ direction: "y", color: e.Y }));
16
+ s(this, "zArrow", new t({ direction: "z", color: e.Z }));
16
17
  this.add(this.xArrow), this.add(this.yArrow), this.add(this.zArrow);
17
18
  }
18
19
  show() {
@@ -26,5 +27,5 @@ class v extends A {
26
27
  }
27
28
  }
28
29
  export {
29
- v as MoveHelper
30
+ x as MoveHelper
30
31
  };
@@ -3,7 +3,7 @@ import { RectangleScaleHelperAbstract } from '.';
3
3
  import type { Create3DElementReturnType } from '../../../CSS3DRenderPlugin';
4
4
  import type { Vector3 } from 'three';
5
5
  import { CSS3DObject } from 'three/examples/jsm/renderers/CSS3DRenderer';
6
- import type { CSS3DObjectPlus } from '../../../CSS3DRenderPlugin/utils/CSS3DObjectPlus';
6
+ import type { CSS3DObjectPlus } from '../../../CSS3DRenderPlugin/utils/three/CSS3DObject';
7
7
  declare type NonVoid<T> = T extends void ? never : T;
8
8
  declare type OriginObjectType = CSS3DObject | THREE.Object3D;
9
9
  export declare class RectangleScaleHelper<T extends OriginObjectType = OriginObjectType> extends RectangleScaleHelperAbstract<T, HTMLElement> {
@@ -17,7 +17,7 @@ export declare class RectangleScaleHelper<T extends OriginObjectType = OriginObj
17
17
  private scene;
18
18
  private container;
19
19
  private enabled;
20
- constructor(originObject3D: T, container: Element, camera: THREE.Camera, scene: THREE.Scene);
20
+ constructor(originObject3D: T, container: HTMLElement, camera: THREE.Camera, scene: THREE.Scene);
21
21
  updatePosition(): void;
22
22
  updateQuaternion(): void;
23
23
  applyMatrix4(matrix: THREE.Matrix4): void;
@@ -1,3 +1,4 @@
1
1
  import "three";
2
+ import "../../../CSS3DRenderPlugin/CSS3DRender.js";
2
3
  import "three/examples/jsm/renderers/CSS3DRenderer";
3
4
  import "./OutlineHelper.js";
@@ -3,4 +3,5 @@ import "three";
3
3
  import "@realsee/five";
4
4
  import "@tweenjs/tween.js";
5
5
  import "../animationFrame/BetterTween.js";
6
- import "three/examples/jsm/renderers/CSS3DRenderer";
6
+ import "../../CSS3DRenderPlugin/CSS3DRender.js";
7
+ import "../../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
@@ -0,0 +1,12 @@
1
+ import "../internal/index.js";
2
+ function o(n) {
3
+ return n < 0.5 ? 4 * n * n * n : 0.5 * Math.pow(2 * n - 2, 3) + 1;
4
+ }
5
+ function r(n) {
6
+ const u = n - 1;
7
+ return u * u * u + 1;
8
+ }
9
+ export {
10
+ o as cubicInOut,
11
+ r as cubicOut
12
+ };
@@ -0,0 +1 @@
1
+ import "./internal/index.js";