@realsee/dnalogel 2.2.6 → 2.3.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 (377) hide show
  1. package/dist/CSS3DRenderPlugin/CSS3DRender.d.ts +48 -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 +25 -0
  10. package/dist/CSS3DRenderPlugin/utils/{CSS3DObjectPlus.d.ts → three/CSS3DObject.d.ts} +31 -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 +46 -46
  17. package/dist/index.js +4987 -4817
  18. package/dist/index.umd.js +39 -39
  19. package/dist/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.d.ts +2 -2
  20. package/docs/assets/highlight.css +7 -0
  21. package/docs/assets/main.js +1 -1
  22. package/docs/assets/search.js +1 -1
  23. package/docs/classes/CSS3DRender.html +533 -0
  24. package/docs/classes/CruisePluginController.html +24 -24
  25. package/docs/classes/Magnifier.html +16 -16
  26. package/docs/classes/ModelRoomLabelController.html +11 -11
  27. package/docs/classes/Object3DHelperController.html +24 -24
  28. package/docs/classes/PaintBrush.html +15 -15
  29. package/docs/classes/PanoTagPluginController.html +39 -39
  30. package/docs/classes/Util.BetterTween.html +8 -8
  31. package/docs/classes/Util.FivePointSelector.html +12 -12
  32. package/docs/classes/Util.Interval.html +12 -12
  33. package/docs/classes/Util.Magnifier.html +17 -17
  34. package/docs/classes/Util.PointDomHelper.html +11 -11
  35. package/docs/classes/Util.PointHelper.html +11 -11
  36. package/docs/classes/Util.Rectangle.html +13 -13
  37. package/docs/enums/CameraMovementEffect.html +7 -7
  38. package/docs/enums/ContentType.html +12 -12
  39. package/docs/enums/DIRECTION.html +9 -9
  40. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
  41. package/docs/enums/DimensionType.html +7 -7
  42. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
  43. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
  44. package/docs/enums/LinkType.html +7 -7
  45. package/docs/enums/PaintBrushTypeEnum.html +8 -8
  46. package/docs/enums/PointType.html +7 -7
  47. package/docs/enums/Rotation.html +8 -8
  48. package/docs/functions/CSS3DRenderPlugin.html +6 -5
  49. package/docs/functions/CameraMovementPlugin.html +6 -5
  50. package/docs/functions/CruisePlugin.html +6 -5
  51. package/docs/functions/GuideLinePlugin.html +7 -6
  52. package/docs/functions/ItemLabelPlugin.html +6 -5
  53. package/docs/functions/MapviewFloorplanPlugin.html +6 -5
  54. package/docs/functions/ModelChassisCompassPlugin.html +6 -5
  55. package/docs/functions/ModelEntryDoorGuidePlugin.html +6 -5
  56. package/docs/functions/ModelFloorplanPlugin.html +6 -5
  57. package/docs/functions/ModelItemLabelPlugin.html +6 -5
  58. package/docs/functions/ModelRoomLabelPlugin.html +6 -5
  59. package/docs/functions/ModelTVVideoPlugin.html +6 -5
  60. package/docs/functions/ModelViewPlugin.html +6 -5
  61. package/docs/functions/Object3DHelperPlugin.html +6 -5
  62. package/docs/functions/PanoCompassPlugin.html +6 -5
  63. package/docs/functions/PanoCursorRaycasterPlugin.html +6 -5
  64. package/docs/functions/PanoDoorLabelPlugin.html +6 -5
  65. package/docs/functions/PanoFloorplanRadarPlugin.html +6 -5
  66. package/docs/functions/PanoMeasurePlugin.html +6 -5
  67. package/docs/functions/PanoRulerPlugin.html +6 -5
  68. package/docs/functions/PanoRulerProPlugin.html +6 -5
  69. package/docs/functions/PanoSpatialTagPlugin.html +6 -5
  70. package/docs/functions/PanoTagPlugin.html +6 -5
  71. package/docs/functions/TopviewFloorplanPlugin.html +6 -5
  72. package/docs/functions/Util.getCoordsFromClient.html +5 -5
  73. package/docs/functions/Util.getCoordsFromElement.html +5 -5
  74. package/docs/functions/Util.getFrameTime.html +5 -5
  75. package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
  76. package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
  77. package/docs/functions/Util.isNil.html +5 -5
  78. package/docs/functions/Util.nextFrame.html +5 -5
  79. package/docs/functions/Util.notNil.html +5 -5
  80. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
  81. package/docs/functions/Util.tweenProgress.html +5 -5
  82. package/docs/functions/pluginFlag.html +7 -6
  83. package/docs/index.html +6 -5
  84. package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
  85. package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
  86. package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
  87. package/docs/interfaces/ContentTypeMap.html +12 -12
  88. package/docs/interfaces/FloorplanBounding.html +8 -8
  89. package/docs/interfaces/FloorplanData.html +10 -10
  90. package/docs/interfaces/FloorplanEntrance.html +11 -11
  91. package/docs/interfaces/FloorplanExtraObject.html +10 -10
  92. package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
  93. package/docs/interfaces/FloorplanFloorData.html +9 -9
  94. package/docs/interfaces/FloorplanImagePosition.html +7 -7
  95. package/docs/interfaces/FloorplanObserver.html +9 -9
  96. package/docs/interfaces/FloorplanOutlineItem.html +9 -9
  97. package/docs/interfaces/FloorplanPosition.html +7 -7
  98. package/docs/interfaces/FloorplanRoomItem.html +13 -13
  99. package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
  100. package/docs/interfaces/FloorplanServerBounding.html +8 -8
  101. package/docs/interfaces/FloorplanServerComputedData.html +10 -10
  102. package/docs/interfaces/FloorplanServerData.html +7 -7
  103. package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
  104. package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
  105. package/docs/interfaces/FloorplanServerEntrance.html +11 -11
  106. package/docs/interfaces/FloorplanServerFloorData.html +9 -9
  107. package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
  108. package/docs/interfaces/FloorplanServerObserver.html +9 -9
  109. package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
  110. package/docs/interfaces/FloorplanServerPosition.html +7 -7
  111. package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
  112. package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
  113. package/docs/interfaces/ItemLabelPluginData.html +6 -6
  114. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
  115. package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
  116. package/docs/interfaces/LineJson.html +7 -7
  117. package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
  118. package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
  119. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
  120. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
  121. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
  122. package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
  123. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
  124. package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
  125. package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
  126. package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
  127. package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
  128. package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
  129. package/docs/interfaces/ModelViewPluginExportType.html +8 -8
  130. package/docs/interfaces/Object3DHelperState.html +8 -8
  131. package/docs/interfaces/OpenParameter.html +7 -7
  132. package/docs/interfaces/PaintBrushAction.html +12 -12
  133. package/docs/interfaces/PaintBrushConfigs.html +12 -12
  134. package/docs/interfaces/PaintBrushState.html +10 -10
  135. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
  136. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +7 -6
  137. package/docs/interfaces/PanoMeasureParameterType.html +11 -11
  138. package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
  139. package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
  140. package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
  141. package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
  142. package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
  143. package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
  144. package/docs/interfaces/PanoRulerProPluginState.html +8 -8
  145. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +7 -6
  146. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +7 -6
  147. package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
  148. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
  149. package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
  150. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
  151. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
  152. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
  153. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
  154. package/docs/interfaces/Point.html +8 -8
  155. package/docs/interfaces/PointJson.html +8 -8
  156. package/docs/interfaces/Room.html +9 -9
  157. package/docs/interfaces/RoomInfo.html +7 -7
  158. package/docs/interfaces/RoomLabel.html +14 -14
  159. package/docs/interfaces/RoomRules.html +7 -6
  160. package/docs/interfaces/Rooms.html +7 -6
  161. package/docs/interfaces/Scissor.html +9 -9
  162. package/docs/interfaces/TagConfig.html +10 -10
  163. package/docs/interfaces/Tags.html +9 -9
  164. package/docs/interfaces/Util.MagnifierParameter.html +11 -11
  165. package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
  166. package/docs/modules/Util.html +5 -5
  167. package/docs/modules.html +7 -5
  168. package/docs/types/ArrayPosition.html +7 -6
  169. package/docs/types/CSS3DRenderExportType.html +8 -7
  170. package/docs/types/CSS3DRenderPluginExportType.html +7 -6
  171. package/docs/types/CSS3DRenderPluginParameterType.html +7 -6
  172. package/docs/types/Color.html +7 -6
  173. package/docs/types/ContentTypeConfigKey.html +7 -6
  174. package/docs/types/ContentTypeConfigKeyArray.html +7 -6
  175. package/docs/types/Create3DDomContainerReturnType.html +7 -6
  176. package/docs/types/Create3DElementReturnType.html +8 -7
  177. package/docs/types/CruisePluginExportType.html +7 -6
  178. package/docs/types/Direction-1.html +7 -6
  179. package/docs/types/Direction4.html +7 -6
  180. package/docs/types/FloorplanRuleLabels.html +7 -6
  181. package/docs/types/FloorplanServerRuleLabels.html +7 -6
  182. package/docs/types/GuideLinePluginExportType.html +7 -6
  183. package/docs/types/HelperEventMap.html +7 -6
  184. package/docs/types/MapviewFloorplanPluginParameterType.html +7 -6
  185. package/docs/types/MapviewFloorplanPluginReturnType.html +7 -6
  186. package/docs/types/MediaData.html +7 -6
  187. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +7 -6
  188. package/docs/types/ModelFloorplanPluginParameterType.html +7 -6
  189. package/docs/types/ModelFloorplanPluginReturnType.html +7 -6
  190. package/docs/types/ModelRoomLabelPluginParameters.html +7 -6
  191. package/docs/types/ModelRoomLabelPluginReturnType.html +7 -6
  192. package/docs/types/MoveArgs.html +7 -6
  193. package/docs/types/MoveOpts.html +7 -6
  194. package/docs/types/Object3DHelperEventMap.html +7 -6
  195. package/docs/types/ObjectFit.html +7 -6
  196. package/docs/types/PaintBrushEventMap.html +7 -6
  197. package/docs/types/PanoCompassPluginData.html +7 -6
  198. package/docs/types/PanoCompassPluginExportType.html +7 -6
  199. package/docs/types/PanoCompassPluginParameterType.html +7 -6
  200. package/docs/types/PanoFloorplanRadarPluginParameterType.html +7 -6
  201. package/docs/types/PanoFloorplanRadarPluginReturnType.html +7 -6
  202. package/docs/types/PanoMeasurePluginEvent.html +7 -6
  203. package/docs/types/PanoMeasureReturnType.html +7 -6
  204. package/docs/types/PanoSpatialTagPluginId.html +7 -6
  205. package/docs/types/PanoTagPluginExportInterface.html +7 -6
  206. package/docs/types/PanoTagPluginParamsInterface.html +7 -6
  207. package/docs/types/PlaneTag.html +7 -6
  208. package/docs/types/PointTag.html +7 -6
  209. package/docs/types/Position.html +7 -6
  210. package/docs/types/RotateArgs.html +7 -6
  211. package/docs/types/RotateOpts.html +7 -6
  212. package/docs/types/RuleLabelsKey.html +7 -6
  213. package/docs/types/RuleLabelsValue.html +7 -6
  214. package/docs/types/Tag.html +7 -6
  215. package/docs/types/Tag2D.html +7 -6
  216. package/docs/types/Tag3D.html +7 -6
  217. package/docs/types/TagId.html +7 -6
  218. package/docs/types/TopviewFloorplanPluginParameterType.html +7 -6
  219. package/docs/types/TopviewFloorplanPluginReturnType.html +7 -6
  220. package/docs/variables/FLOOR_TYPE_MAP.html +7 -6
  221. package/docs/variables/PLUGIN.html +7 -6
  222. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +7 -6
  223. package/docs/variables/ROOM_TYPE_MAP.html +7 -6
  224. package/docs/variables/VERSION.html +7 -6
  225. package/docs/variables/itemLabelPluginServerParams.html +7 -6
  226. package/docs/variables/modelItemLabelPluginServerParams.html +7 -6
  227. package/docs/variables/modelRoomLabelPluginServerParams.html +7 -6
  228. package/libs/CSS3DRenderPlugin/CSS3DRender.d.ts +48 -34
  229. package/libs/CSS3DRenderPlugin/CSS3DRender.js +198 -251
  230. package/libs/CSS3DRenderPlugin/Controller.d.ts +5 -5
  231. package/libs/CSS3DRenderPlugin/Controller.js +63 -58
  232. package/libs/CSS3DRenderPlugin/index.d.ts +2 -1
  233. package/libs/CSS3DRenderPlugin/index.js +21 -3
  234. package/libs/CSS3DRenderPlugin/utils/createResizeObserver.d.ts +4 -0
  235. package/libs/CSS3DRenderPlugin/utils/createResizeObserver.js +22 -0
  236. package/libs/CSS3DRenderPlugin/utils/even.d.ts +9 -0
  237. package/libs/CSS3DRenderPlugin/utils/even.js +7 -0
  238. package/libs/CSS3DRenderPlugin/utils/generateBehindFiveElement.d.ts +2 -0
  239. package/libs/CSS3DRenderPlugin/utils/generateBehindFiveElement.js +29 -0
  240. package/libs/CSS3DRenderPlugin/utils/getAllCSS3DObject.d.ts +3 -0
  241. package/libs/CSS3DRenderPlugin/utils/getAllCSS3DObject.js +9 -0
  242. package/libs/CSS3DRenderPlugin/utils/index.d.ts +1 -1
  243. package/libs/CSS3DRenderPlugin/utils/three/CSS3DGroup.d.ts +25 -0
  244. package/libs/CSS3DRenderPlugin/utils/three/CSS3DGroup.js +53 -0
  245. package/libs/CSS3DRenderPlugin/utils/{CSS3DObjectPlus.d.ts → three/CSS3DObject.d.ts} +31 -11
  246. package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.js +115 -0
  247. package/libs/CSS3DRenderPlugin/utils/three/CSS3DRenderer.d.ts +14 -0
  248. package/libs/CSS3DRenderPlugin/utils/three/CSS3DRenderer.js +46 -0
  249. package/libs/CSS3DRenderPlugin/utils/three/CSS3DScene.d.ts +12 -0
  250. package/libs/CSS3DRenderPlugin/utils/three/CSS3DScene.js +39 -0
  251. package/libs/CSS3DRenderPlugin/utils/three/OpacityMesh.d.ts +6 -0
  252. package/libs/CSS3DRenderPlugin/utils/three/OpacityMesh.js +18 -0
  253. package/libs/CSS3DRenderPlugin/utils/waitFiveModelLoaded.d.ts +2 -0
  254. package/libs/CSS3DRenderPlugin/utils/waitFiveModelLoaded.js +31 -0
  255. package/libs/CameraMovementPlugin/CameraMovementPlugin.js +28 -25
  256. package/libs/CameraMovementPlugin/index.js +13 -0
  257. package/libs/CruisePlugin/Controller.js +65 -54
  258. package/libs/CruisePlugin/index.js +26 -3
  259. package/libs/CruisePlugin/typing.js +1 -0
  260. package/libs/GuideLinePlugin/Controller.js +14 -9
  261. package/libs/GuideLinePlugin/index.js +14 -3
  262. package/libs/GuideLinePlugin/typing.js +1 -0
  263. package/libs/ItemLabelPlugin/Plugin.js +33 -23
  264. package/libs/ItemLabelPlugin/events.type.js +1 -0
  265. package/libs/ItemLabelPlugin/index.js +16 -2
  266. package/libs/ModelChassisCompassPlugin/Plugin.js +2 -1
  267. package/libs/ModelChassisCompassPlugin/index.js +8 -0
  268. package/libs/ModelEntryDoorGuidePlugin/Plugin.js +44 -39
  269. package/libs/ModelEntryDoorGuidePlugin/index.js +9 -0
  270. package/libs/ModelItemLabelPlugin/ModelItemLabelPlugin.js +28 -22
  271. package/libs/ModelItemLabelPlugin/index.js +12 -2
  272. package/libs/ModelRoomLabelPlugin/Controller.js +6 -2
  273. package/libs/ModelRoomLabelPlugin/index.js +10 -3
  274. package/libs/ModelRoomLabelPlugin/typings.js +1 -0
  275. package/libs/ModelTVVideoPlugin/Plugin.js +80 -62
  276. package/libs/ModelTVVideoPlugin/index.js +25 -0
  277. package/libs/ModelViewPlugin/Plugin.js +2 -1
  278. package/libs/ModelViewPlugin/index.js +6 -0
  279. package/libs/Object3DHelperPlugin/Controller.d.ts +2 -0
  280. package/libs/Object3DHelperPlugin/Controller.js +114 -73
  281. package/libs/Object3DHelperPlugin/FiveControllerWrapper.js +13 -9
  282. package/libs/Object3DHelperPlugin/index.js +48 -3
  283. package/libs/Object3DHelperPlugin/typings.js +1 -0
  284. package/libs/PanoCompassPlugin/Controller.js +60 -40
  285. package/libs/PanoCompassPlugin/index.js +31 -3
  286. package/libs/PanoCompassPlugin/typings.js +1 -0
  287. package/libs/PanoCursorRaycasterPlugin/index.js +4 -2
  288. package/libs/PanoDoorLabelPlugin/BaseController.js +27 -26
  289. package/libs/PanoDoorLabelPlugin/Controller.js +7 -2
  290. package/libs/PanoDoorLabelPlugin/index.js +12 -2
  291. package/libs/PanoDoorLabelPlugin/typings.js +1 -0
  292. package/libs/PanoMeasurePlugin/index.js +56 -5
  293. package/libs/PanoRulerPlugin/Plugin.js +22 -17
  294. package/libs/PanoRulerPlugin/index.js +9 -0
  295. package/libs/PanoRulerPlugin/style.js +1 -1
  296. package/libs/PanoRulerPlugin/typings.js +1 -0
  297. package/libs/PanoRulerProPlugin/Controller.js +38 -27
  298. package/libs/PanoRulerProPlugin/index.js +16 -3
  299. package/libs/PanoRulerProPlugin/typings.js +1 -0
  300. package/libs/PanoSpatialTagPlugin/Components/origins.js +2 -3
  301. package/libs/PanoSpatialTagPlugin/Components/tag.js +2 -3
  302. package/libs/PanoSpatialTagPlugin/Plugin.js +91 -71
  303. package/libs/PanoSpatialTagPlugin/index.js +28 -0
  304. package/libs/PanoSpatialTagPlugin/store.js +1 -0
  305. package/libs/PanoTagPlugin/Components/Common/Arrow.js +11 -11
  306. package/libs/PanoTagPlugin/Components/Common/Audio.js +43 -43
  307. package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +7 -7
  308. package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +28 -29
  309. package/libs/PanoTagPlugin/Components/Common/Media.js +47 -55
  310. package/libs/PanoTagPlugin/Components/Common/MediaItem.js +1 -1
  311. package/libs/PanoTagPlugin/Components/Common/MultiLineText.js +59 -68
  312. package/libs/PanoTagPlugin/Components/Common/Point/CustomPoint.js +5 -7
  313. package/libs/PanoTagPlugin/Components/Common/Point/DefaultPoint.js +21 -23
  314. package/libs/PanoTagPlugin/Components/Common/Point/PointSwitch.js +28 -31
  315. package/libs/PanoTagPlugin/Components/Common/Shadow.js +9 -10
  316. package/libs/PanoTagPlugin/Components/Common/Text.js +9 -9
  317. package/libs/PanoTagPlugin/Components/Tag/AudioTag.js +19 -27
  318. package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +22 -22
  319. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +97 -118
  320. package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +6 -8
  321. package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +3 -5
  322. package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +54 -72
  323. package/libs/PanoTagPlugin/Components/Tag/TextTag.js +54 -65
  324. package/libs/PanoTagPlugin/Components/Tag/index.js +74 -103
  325. package/libs/PanoTagPlugin/Components/TagContainer.js +65 -108
  326. package/libs/PanoTagPlugin/Components/TagWrapper.js +78 -116
  327. package/libs/PanoTagPlugin/controller/index.js +2 -2
  328. package/libs/PanoTagPlugin/index.js +90 -3
  329. package/libs/PanoTagPlugin/tag.config.js +2 -1
  330. package/libs/floorplan/Components/BaseImage.js +7 -7
  331. package/libs/floorplan/Components/Camera.js +10 -10
  332. package/libs/floorplan/Components/Compass.js +1 -1
  333. package/libs/floorplan/Components/CurrentFloor.js +47 -56
  334. package/libs/floorplan/Components/Main.js +80 -99
  335. package/libs/floorplan/Components/Normalmage.js +5 -5
  336. package/libs/floorplan/Components/RoomHighlight/Room.js +11 -11
  337. package/libs/floorplan/Components/RoomHighlight/RoomHighlight.js +13 -14
  338. package/libs/floorplan/Components/RoomLabels/RoomLabel.js +1 -1
  339. package/libs/floorplan/Components/RoomLabels/RoomLabels.js +47 -47
  340. package/libs/floorplan/Components/RoomMaterials/RoomMaterial.js +23 -23
  341. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_0.js +14 -14
  342. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_1.js +13 -13
  343. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_2.js +13 -13
  344. package/libs/floorplan/Components/RuleLabels/RuleItem.js +6 -6
  345. package/libs/floorplan/Components/RuleLabels/RuleLabels.js +14 -14
  346. package/libs/floorplan/Components/SvgImage.js +12 -12
  347. package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +111 -81
  348. package/libs/floorplan/MapviewFloorplanPlugin/index.js +47 -3
  349. package/libs/floorplan/MapviewFloorplanPlugin/typing.js +1 -0
  350. package/libs/floorplan/ModelFloorplanPlugin/Controller.js +166 -135
  351. package/libs/floorplan/ModelFloorplanPlugin/index.js +47 -3
  352. package/libs/floorplan/ModelFloorplanPlugin/typing.js +1 -0
  353. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.js +1 -1
  354. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js +8 -12
  355. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.js +20 -20
  356. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.js +74 -83
  357. package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +51 -36
  358. package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +24 -3
  359. package/libs/floorplan/PanoFloorplanRadarPlugin/typing.js +1 -0
  360. package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +155 -126
  361. package/libs/floorplan/TopviewFloorplanPlugin/index.js +44 -3
  362. package/libs/floorplan/TopviewFloorplanPlugin/style.d.ts +1 -0
  363. package/libs/floorplan/TopviewFloorplanPlugin/style.js +11 -0
  364. package/libs/floorplan/TopviewFloorplanPlugin/typing.js +1 -0
  365. package/libs/floorplan/typings/index.js +1 -0
  366. package/libs/index.js +123 -114
  367. package/libs/shared-utils/Object3DHelper/Base/BaseController.js +1 -1
  368. package/libs/shared-utils/Object3DHelper/Helper/MoveHelper.js +8 -7
  369. package/libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.d.ts +2 -2
  370. package/libs/shared-utils/Object3DHelper/Helper/index.js +1 -0
  371. package/libs/shared-utils/three/index.js +2 -1
  372. package/package.json +31 -30
  373. package/dist/CSS3DRenderPlugin/utils/evenNumber.d.ts +0 -3
  374. package/libs/CSS3DRenderPlugin/utils/CSS3DObjectPlus.js +0 -65
  375. package/libs/CSS3DRenderPlugin/utils/evenNumber.d.ts +0 -3
  376. package/libs/CSS3DRenderPlugin/utils/evenNumber.js +0 -7
  377. package/libs/PanoTagPlugin/Components/Common/TextItem.js +0 -106
@@ -1,5 +1,16 @@
1
- import { Controller as n } from "./Controller.js";
2
- const i = (o, e) => new n(o, e);
1
+ import t from "./Controller.js";
2
+ import "../base/BasePluginWithData.js";
3
+ import "../base/BasePlugin.js";
4
+ import "../shared-utils/Subscribe.js";
5
+ import "three";
6
+ import "./utils/getLineGeometries.js";
7
+ import "polyline-normals";
8
+ import "./utils/getArrowMaterial.js";
9
+ import "../shared-utils/isNil.js";
10
+ import "../shared-utils/equal.js";
11
+ import "../shared-utils/isTruelyObject.js";
12
+ const c = (o, r) => new t(o, r);
3
13
  export {
4
- i as GuideLinePlugin
14
+ c as GuideLinePlugin,
15
+ c as default
5
16
  };
@@ -0,0 +1 @@
1
+
@@ -1,9 +1,18 @@
1
- import { Subscribe as f, Five as E } from "@realsee/five";
1
+ import { Subscribe as L, Five as E } from "@realsee/five";
2
2
  import g from "./ItemLabelComponent.js";
3
3
  import { ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE as h } from "./typings.js";
4
4
  import { parseItemLabelPluginData as v } from "./utils/parseData.js";
5
- const P = void 0, V = (o, n) => {
6
- var d, c, b, u;
5
+ import "../vendor/svelte/internal/index.js";
6
+ import "three";
7
+ import "./ItemLabelItem.js";
8
+ import "classnames";
9
+ import "../shared-utils/debounce.js";
10
+ import "./utils/isImpacted.js";
11
+ import "./utils/getStrokeLength.js";
12
+ import "./utils/getLabelTransform.js";
13
+ import "./utils/transform2RenderData.js";
14
+ const P = void 0, O = (o, t) => {
15
+ var d, c, b, p;
7
16
  const e = {
8
17
  container: document.createElement("div"),
9
18
  data: null,
@@ -12,11 +21,11 @@ const P = void 0, V = (o, n) => {
12
21
  itemLabels: [],
13
22
  wrapper: null,
14
23
  app: void 0,
15
- hooks: new f(),
16
- modelOcclusionEnable: (d = n == null ? void 0 : n.modelOcclusionEnable) != null ? d : !0,
17
- onlyVisibleInPanorama: (c = n == null ? void 0 : n.onlyVisibleInPanorama) != null ? c : !0,
18
- displayStrategyType: (b = n == null ? void 0 : n.displayStrategyType) != null ? b : h.SMALL,
19
- maxVisibleDistance: (u = n == null ? void 0 : n.maxVisibleDistance) != null ? u : P
24
+ hooks: new L(),
25
+ modelOcclusionEnable: (d = t == null ? void 0 : t.modelOcclusionEnable) != null ? d : !0,
26
+ onlyVisibleInPanorama: (c = t == null ? void 0 : t.onlyVisibleInPanorama) != null ? c : !0,
27
+ displayStrategyType: (b = t == null ? void 0 : t.displayStrategyType) != null ? b : h.SMALL,
28
+ maxVisibleDistance: (p = t == null ? void 0 : t.maxVisibleDistance) != null ? p : P
20
29
  };
21
30
  e.container.setAttribute("class", "item-label-plugin-container"), e.container.style.cssText = `
22
31
  position: absolute;
@@ -26,15 +35,15 @@ const P = void 0, V = (o, n) => {
26
35
  height: 100%;
27
36
  z-index: 5;
28
37
  `, e.container.style.pointerEvents = "none";
29
- const p = (t) => (e.wrapper = t, t.appendChild(e.container), i(), !0), m = (t) => {
30
- e.itemLabels = v(t), i();
31
- }, l = () => (e.enabled || (e.enabled = !0, i()), !0), a = () => (e.enabled && (e.enabled = !1, i()), !0), r = () => {
32
- L(), e.container.remove();
38
+ const u = (n) => (e.wrapper = n, n.appendChild(e.container), i(), !0), m = (n) => {
39
+ e.itemLabels = v(n), i();
40
+ }, l = () => (e.enabled || (e.enabled = !0, i()), !0), r = () => (e.enabled && (e.enabled = !1, i()), !0), a = () => {
41
+ f(), e.container.remove();
33
42
  }, i = () => {
34
- var t;
43
+ var n;
35
44
  if (!!e.wrapper) {
36
45
  if (!e.enabled || !e.fiveModeEnabled) {
37
- (t = e.app) == null || t.$destroy(), e.app = void 0;
46
+ (n = e.app) == null || n.$destroy(), e.app = void 0;
38
47
  return;
39
48
  }
40
49
  e.app ? e.app.$set({
@@ -55,12 +64,12 @@ const P = void 0, V = (o, n) => {
55
64
  });
56
65
  }
57
66
  }, y = () => {
58
- o.on("modeChange", s), o.once("dispose", r);
59
- }, L = () => {
67
+ o.on("modeChange", s), o.once("dispose", a);
68
+ }, f = () => {
60
69
  o.off("modeChange", s);
61
- }, s = (t) => {
62
- if (t !== E.Mode.Panorama) {
63
- e.fiveModeEnabled = !1, a();
70
+ }, s = (n) => {
71
+ if (n !== E.Mode.Panorama) {
72
+ e.fiveModeEnabled = !1, r();
64
73
  return;
65
74
  }
66
75
  o.once("initAnimationEnded", () => {
@@ -68,14 +77,15 @@ const P = void 0, V = (o, n) => {
68
77
  });
69
78
  };
70
79
  return y(), {
71
- appendTo: p,
80
+ appendTo: u,
72
81
  load: m,
73
82
  enable: l,
74
- disable: a,
75
- dispose: r,
83
+ disable: r,
84
+ dispose: a,
76
85
  hooks: e.hooks
77
86
  };
78
87
  };
79
88
  export {
80
- V as Plugin
89
+ O as Plugin,
90
+ O as default
81
91
  };
@@ -1,11 +1,25 @@
1
+ import "./Plugin.js";
2
+ import { Plugin as f, Plugin as E } from "./Plugin.js";
3
+ import { ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE as b } from "./typings.js";
1
4
  import "@realsee/five";
5
+ import "./ItemLabelComponent.js";
2
6
  import "../vendor/svelte/internal/index.js";
3
7
  import "three";
8
+ import "./ItemLabelItem.js";
4
9
  import "classnames";
5
- const t = {
10
+ import "../shared-utils/debounce.js";
11
+ import "./utils/isImpacted.js";
12
+ import "./utils/getStrokeLength.js";
13
+ import "./utils/getLabelTransform.js";
14
+ import "./utils/transform2RenderData.js";
15
+ import "./utils/parseData.js";
16
+ const s = {
6
17
  name: "ItemLabelPlugin",
7
18
  version: 0
8
19
  };
9
20
  export {
10
- t as itemLabelPluginServerParams
21
+ b as ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE,
22
+ f as ItemLabelPlugin,
23
+ E as default,
24
+ s as itemLabelPluginServerParams
11
25
  };
@@ -66,5 +66,6 @@ const X = (t, i) => {
66
66
  } };
67
67
  };
68
68
  export {
69
- X as ModelChassisCompassPlugin
69
+ X as ModelChassisCompassPlugin,
70
+ X as default
70
71
  };
@@ -1,2 +1,10 @@
1
+ import "./Plugin.js";
2
+ import { ModelChassisCompassPlugin as t, ModelChassisCompassPlugin as C } from "./Plugin.js";
1
3
  import "three";
2
4
  import "three/examples/jsm/loaders/FBXLoader";
5
+ import "../shared-utils/object3d2LocalMatrix.js";
6
+ import "../shared-utils/three/transformToMeshBasicMaterial.js";
7
+ export {
8
+ t as ModelChassisCompassPlugin,
9
+ C as default
10
+ };
@@ -1,80 +1,85 @@
1
- var C = (t, s, e) => new Promise((x, E) => {
2
- var y = (r) => {
1
+ var C = (t, s, e) => new Promise((P, E) => {
2
+ var h = (r) => {
3
3
  try {
4
- c(e.next(r));
4
+ l(e.next(r));
5
5
  } catch (m) {
6
6
  E(m);
7
7
  }
8
- }, P = (r) => {
8
+ }, x = (r) => {
9
9
  try {
10
- c(e.throw(r));
10
+ l(e.throw(r));
11
11
  } catch (m) {
12
12
  E(m);
13
13
  }
14
- }, c = (r) => r.done ? x(r.value) : Promise.resolve(r.value).then(y, P);
15
- c((e = e.apply(t, s)).next());
14
+ }, l = (r) => r.done ? P(r.value) : Promise.resolve(r.value).then(h, x);
15
+ l((e = e.apply(t, s)).next());
16
16
  });
17
- import * as z from "three";
18
- import { MeshBasicMaterial as B, AnimationMixer as S } from "three";
17
+ import * as S from "three";
18
+ import { MeshBasicMaterial as z, AnimationMixer as B } from "three";
19
19
  import { FBXLoader as _ } from "three/examples/jsm/loaders/FBXLoader";
20
- import { createCanvasTextTexture as H } from "../shared-utils/createCanvasTextTexture.js";
21
- import { transformPositionToVector3 as L } from "../shared-utils/three/transformPositionToVector3.js";
22
- import { transfromToMeshBasicMaterial as U } from "../shared-utils/three/transformToMeshBasicMaterial.js";
20
+ import { createCanvasTextTexture as v } from "../shared-utils/createCanvasTextTexture.js";
21
+ import { transformPositionToVector3 as H } from "../shared-utils/three/transformPositionToVector3.js";
22
+ import { transfromToMeshBasicMaterial as L } from "../shared-utils/three/transformToMeshBasicMaterial.js";
23
23
  const K = (t, s) => {
24
- var g, G, R;
25
- const e = {}, x = (g = s.animationEnabled) != null ? g : !0, E = (G = s.position) != null ? G : void 0, y = (R = s.rad) != null ? R : void 0, P = s.fbx_url || "//vrlab-image4.ljcdn.com/release/web/entryDoorMini/Anim_Door1.fbx", c = [], r = (n) => C(void 0, null, function* () {
26
- var u, b, M, f, p, j, h, q;
27
- const l = (u = n == null ? void 0 : n.position) != null ? u : E;
28
- if (!l)
24
+ var G, T, R;
25
+ const e = {}, P = (G = s.animationEnabled) != null ? G : !0, E = (T = s.position) != null ? T : void 0, h = (R = s.rad) != null ? R : void 0, x = s.fbx_url || "//vrlab-image4.ljcdn.com/release/web/entryDoorMini/Anim_Door1.fbx", l = [], r = (o) => C(void 0, null, function* () {
26
+ var u, b, M, f, p, j, y, q;
27
+ const c = (u = o == null ? void 0 : o.position) != null ? u : E;
28
+ if (!c)
29
29
  return Promise.reject(new Error("ModelEntryDoorGuidePlugin.load(): position is undefined"));
30
- const i = L(l), o = (b = n == null ? void 0 : n.rad) != null ? b : y, D = (M = n == null ? void 0 : n.fbx_url) != null ? M : P;
31
- if (e.rad = o, o === void 0)
32
- return Promise.reject(new Error(`ModelEntryDoorGuidePlugin.load(): rad is ${o}`));
33
- const a = yield new _().loadAsync(D);
34
- a.position.copy(i), a.rotation.z = o, a.scale.set(0.8, 0.8, 0.8), U(a, { transparent: !0, side: z.DoubleSide });
35
- const d = (h = (j = (p = (f = a.children) == null ? void 0 : f[0]) == null ? void 0 : p.children) == null ? void 0 : j[3]) == null ? void 0 : h.clone();
30
+ const i = H(c), n = (b = o == null ? void 0 : o.rad) != null ? b : h, A = (M = o == null ? void 0 : o.fbx_url) != null ? M : x;
31
+ if (e.rad = n, n === void 0)
32
+ return Promise.reject(new Error(`ModelEntryDoorGuidePlugin.load(): rad is ${n}`));
33
+ const a = yield new _().loadAsync(A);
34
+ a.position.copy(i), a.rotation.z = n, a.scale.set(0.8, 0.8, 0.8), L(a, { transparent: !0, side: S.DoubleSide });
35
+ const d = (y = (j = (p = (f = a.children) == null ? void 0 : f[0]) == null ? void 0 : p.children) == null ? void 0 : j[3]) == null ? void 0 : y.clone();
36
36
  if (!d)
37
37
  return Promise.reject(new Error(`ModelEntryDoorGuidePlugin.load(): textMesh is ${d}`));
38
38
  const w = (q = s.name) != null ? q : "\u5165\u6237\u95E8";
39
- return d.material = new B({ transparent: !0, map: H(w) }), d.renderOrder = 3, a.children[0].add(d), e.object = a, !0;
39
+ return d.material = new z({ transparent: !0, map: v(w) }), d.renderOrder = 3, a.children[0].add(d), e.object = a, !0;
40
40
  }), m = () => {
41
41
  if (e.animation)
42
42
  return;
43
43
  if (!e.object)
44
44
  return console.error("ModelEntryDoorGuidePlugin.initAnimation(): state.object is ", e.object);
45
- const n = 1, l = new S(e.object);
46
- c.push(l);
47
- const i = l.clipAction(e.object.animations[0]);
48
- i.timeScale = n;
49
- let o;
50
- const D = () => {
45
+ const o = 1, c = new B(e.object);
46
+ l.push(c);
47
+ const i = c.clipAction(e.object.animations[0]);
48
+ i.timeScale = o;
49
+ let n;
50
+ const A = () => {
51
51
  let u = 0, b = 0;
52
52
  const M = 1e3 / 30, f = (p) => {
53
53
  u = requestAnimationFrame(f);
54
54
  const j = p - b;
55
- j < M || (b = p, c.forEach((h) => h.update(j / 1e3)), t.needsRender = !0);
55
+ j < M || (b = p, l.forEach((y) => y.update(j / 1e3)), t.needsRender = !0);
56
56
  };
57
57
  return u = requestAnimationFrame(f), () => {
58
58
  cancelAnimationFrame(u);
59
59
  };
60
60
  }, w = { play: () => {
61
- o || (i.play(), o = D(), requestAnimationFrame(() => {
61
+ n || (i.play(), n = A(), requestAnimationFrame(() => {
62
62
  e.object && e.object.rotation.z !== e.rad && (e.object.rotation.z = e.rad);
63
63
  }));
64
64
  }, stop: () => {
65
- i.stop(), o == null || o(), o = void 0;
65
+ i.stop(), n == null || n(), n = void 0;
66
66
  } };
67
67
  e.animation = w;
68
- }, F = (n) => {
68
+ }, g = (o) => {
69
69
  var i;
70
70
  if (!e.object)
71
71
  return console.error("ModelEntryDoorGuidePlugin.enable(): object is ", e.object);
72
- ((i = n == null ? void 0 : n.animationEnable) != null ? i : x) && (e.animation || m(), e.animation.play()), t.scene.add(e.object), t.needsRender = !0;
73
- }, T = () => {
72
+ ((i = o == null ? void 0 : o.animationEnable) != null ? i : P) && (e.animation || m(), e.animation.play()), t.scene.add(e.object), t.needsRender = !0;
73
+ }, F = () => {
74
74
  !e.object || (e.animation && e.animation.stop(), t.scene.remove(e.object), t.needsRender = !0);
75
- }, A = (n) => n === "Floorplan" ? F() : T();
76
- return { load: r, enable: (n) => (e.enabled || (e.enabled = !0, A(t.currentMode), t.on("modeChange", A), F(n)), !0), disable: () => (e.enabled && (e.enabled = !1, T(), t.off("modeChange", A)), !0) };
75
+ }, D = (o) => o === "Floorplan" ? g() : F();
76
+ return { load: r, enable: (o) => (e.enabled || (e.enabled = !0, D(t.currentMode), t.on("modeChange", D), g(o)), !0), disable: () => (e.enabled && (e.enabled = !1, F(), t.off("modeChange", D)), !0) };
77
+ }, N = {
78
+ name: "ModelEntryDoorGuidePlugin",
79
+ version: 0
77
80
  };
78
81
  export {
79
- K as ModelEntryDoorGuidePlugin
82
+ K as ModelEntryDoorGuidePlugin,
83
+ K as default,
84
+ N as modelEntryDoorGuidePluginServerParams
80
85
  };
@@ -1,2 +1,11 @@
1
+ import "./Plugin.js";
2
+ import { ModelEntryDoorGuidePlugin as u, ModelEntryDoorGuidePlugin as n } from "./Plugin.js";
1
3
  import "three";
2
4
  import "three/examples/jsm/loaders/FBXLoader";
5
+ import "../shared-utils/createCanvasTextTexture.js";
6
+ import "../shared-utils/three/transformPositionToVector3.js";
7
+ import "../shared-utils/three/transformToMeshBasicMaterial.js";
8
+ export {
9
+ u as ModelEntryDoorGuidePlugin,
10
+ n as default
11
+ };
@@ -1,8 +1,13 @@
1
- import { Subscribe as f, Five as s } from "@realsee/five";
1
+ import { Subscribe as y, Five as s } from "@realsee/five";
2
2
  import L from "./ItemLabelComponent.js";
3
3
  import { DISPLAY_STRATEGY_TYPE as g } from "./typings.js";
4
4
  import { parseModelItemLabelPluginData as E } from "./utils/parseData.js";
5
- const T = (t, o) => {
5
+ import "../vendor/svelte/internal/index.js";
6
+ import "three";
7
+ import "./ItemLabelItem.js";
8
+ import "classnames";
9
+ import "../shared-utils/debounce.js";
10
+ const C = (n, o) => {
6
11
  var a, d;
7
12
  const e = {
8
13
  container: document.createElement("div"),
@@ -12,7 +17,7 @@ const T = (t, o) => {
12
17
  itemLabels: [],
13
18
  wrapper: null,
14
19
  app: void 0,
15
- hooks: new f(),
20
+ hooks: new y(),
16
21
  modelOcclusionEnable: (a = o == null ? void 0 : o.modelOcclusionEnable) != null ? a : !0,
17
22
  displayStrategyType: (d = o == null ? void 0 : o.displayStrategyType) != null ? d : g.SMALL
18
23
  };
@@ -24,24 +29,24 @@ const T = (t, o) => {
24
29
  height: 100%;
25
30
  z-index: 5;
26
31
  `, e.container.style.pointerEvents = "none";
27
- const p = (n) => (e.wrapper = n, n.appendChild(e.container), l(), !0), c = (n) => {
28
- e.itemLabels = E(n), l();
29
- }, u = () => (e.enabled || (e.enabled = !0, l()), !0), b = () => (e.enabled && (e.enabled = !1, l()), !0), r = () => {
30
- y(), e.container.remove();
31
- }, l = () => {
32
- var n;
32
+ const p = (t) => (e.wrapper = t, t.appendChild(e.container), r(), !0), c = (t) => {
33
+ e.itemLabels = E(t), r();
34
+ }, u = () => (e.enabled || (e.enabled = !0, r()), !0), b = () => (e.enabled && (e.enabled = !1, r()), !0), i = () => {
35
+ f(), e.container.remove();
36
+ }, r = () => {
37
+ var t;
33
38
  if (!!e.wrapper) {
34
39
  if (!e.enabled || !e.fiveModeEnabled) {
35
- (n = e.app) == null || n.$destroy(), e.app = void 0;
40
+ (t = e.app) == null || t.$destroy(), e.app = void 0;
36
41
  return;
37
42
  }
38
43
  e.app ? e.app.$set({
39
- five: t,
44
+ five: n,
40
45
  itemLabels: e.itemLabels
41
46
  }) : e.app = new L({
42
47
  target: e.container,
43
48
  props: {
44
- five: t,
49
+ five: n,
45
50
  modelOcclusionEnable: e.modelOcclusionEnable,
46
51
  itemLabels: e.itemLabels,
47
52
  wrapper: e.wrapper,
@@ -51,17 +56,17 @@ const T = (t, o) => {
51
56
  });
52
57
  }
53
58
  }, m = () => {
54
- t.on("modeChange", i), t.once("dispose", r);
55
- }, y = () => {
56
- t.off("modeChange", i);
57
- }, i = (n) => {
59
+ n.on("modeChange", l), n.once("dispose", i);
60
+ }, f = () => {
61
+ n.off("modeChange", l);
62
+ }, l = (t) => {
58
63
  if (!!e.enabled) {
59
- if (n !== s.Mode.Floorplan) {
60
- e.fiveModeEnabled = !1, l();
64
+ if (t !== s.Mode.Floorplan) {
65
+ e.fiveModeEnabled = !1, r();
61
66
  return;
62
67
  }
63
- t.once("initAnimationEnded", () => {
64
- e.fiveModeEnabled = t.currentMode === s.Mode.Floorplan, l();
68
+ n.once("initAnimationEnded", () => {
69
+ e.fiveModeEnabled = n.currentMode === s.Mode.Floorplan, r();
65
70
  });
66
71
  }
67
72
  };
@@ -70,10 +75,11 @@ const T = (t, o) => {
70
75
  load: c,
71
76
  enable: u,
72
77
  disable: b,
73
- dispose: r,
78
+ dispose: i,
74
79
  hooks: e.hooks
75
80
  };
76
81
  };
77
82
  export {
78
- T as ModelItemLabelPlugin
83
+ C as ModelItemLabelPlugin,
84
+ C as default
79
85
  };
@@ -1,11 +1,21 @@
1
+ import "./ModelItemLabelPlugin.js";
2
+ import { ModelItemLabelPlugin as I, ModelItemLabelPlugin as L } from "./ModelItemLabelPlugin.js";
3
+ import { DISPLAY_STRATEGY_TYPE as g } from "./typings.js";
1
4
  import "@realsee/five";
5
+ import "./ItemLabelComponent.js";
2
6
  import "../vendor/svelte/internal/index.js";
3
7
  import "three";
8
+ import "./ItemLabelItem.js";
4
9
  import "classnames";
5
- const t = {
10
+ import "../shared-utils/debounce.js";
11
+ import "./utils/parseData.js";
12
+ const P = {
6
13
  name: "ModelItemLabelPlugin",
7
14
  version: 0
8
15
  };
9
16
  export {
10
- t as modelItemLabelPluginServerParams
17
+ g as DISPLAY_STRATEGY_TYPE,
18
+ I as ModelItemLabelPlugin,
19
+ L as default,
20
+ P as modelItemLabelPluginServerParams
11
21
  };
@@ -3,7 +3,11 @@ var n = (t, e, o) => e in t ? s(t, e, { enumerable: !0, configurable: !0, writab
3
3
  var i = (t, e, o) => (n(t, typeof e != "symbol" ? e + "" : e, o), o);
4
4
  import r from "./RoomLabelItems.js";
5
5
  import { parseModelRoomLabelPluginData as a } from "./utils/parseData.js";
6
- class p {
6
+ import "../vendor/svelte/internal/index.js";
7
+ import "three";
8
+ import "./RoomLabelItem.js";
9
+ import "./Assets/roomLabelBg.js";
10
+ class c {
7
11
  constructor(e) {
8
12
  i(this, "five");
9
13
  i(this, "enabled", !0);
@@ -56,5 +60,5 @@ class p {
56
60
  }
57
61
  }
58
62
  export {
59
- p as ModelRoomLabelController
63
+ c as ModelRoomLabelController
60
64
  };
@@ -1,9 +1,16 @@
1
1
  import { ModelRoomLabelController as e } from "./Controller.js";
2
- const r = (o) => new e(o), n = {
2
+ import "./RoomLabelItems.js";
3
+ import "../vendor/svelte/internal/index.js";
4
+ import "three";
5
+ import "./RoomLabelItem.js";
6
+ import "./Assets/roomLabelBg.js";
7
+ import "./utils/parseData.js";
8
+ const p = (o) => new e(o), d = {
3
9
  name: "ModelRoomLabelPlugin",
4
10
  version: 0
5
11
  };
6
12
  export {
7
- r as ModelRoomLabelPlugin,
8
- n as modelRoomLabelPluginServerParams
13
+ p as ModelRoomLabelPlugin,
14
+ p as default,
15
+ d as modelRoomLabelPluginServerParams
9
16
  };