@realsee/dnalogel 3.32.0-dev.0 → 3.32.1

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 (544) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/PanoSpatialTagPlugin/store.d.ts +0 -1
  3. package/dist/PanoTagPlugin/typings/controller.d.ts +0 -1
  4. package/dist/index.cjs.js +61 -61
  5. package/dist/index.js +5219 -5396
  6. package/dist/index.umd.js +57 -57
  7. package/docs/assets/search.js +1 -1
  8. package/docs/classes/AreaMakerPluginType.AreaMakerController.html +44 -34
  9. package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +44 -34
  10. package/docs/classes/CSS3DRender.html +43 -33
  11. package/docs/classes/GuideLineItem.GuideLineItem.html +31 -21
  12. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +55 -45
  13. package/docs/classes/{Magnifier.html → ModelMakerPluginInstance.html} +200 -113
  14. package/docs/classes/ModelRoomLabelController.html +23 -13
  15. package/docs/classes/MoveController.html +43 -33
  16. package/docs/classes/Object3DHelperController.html +39 -47
  17. package/docs/classes/PaintBrush.html +27 -17
  18. package/docs/classes/PanoMeasurePluginLine.html +56 -36
  19. package/docs/classes/PanoMeasurePluginModel.html +42 -32
  20. package/docs/classes/PanoMeasurePluginPoint.html +23 -13
  21. package/docs/classes/PanoMeasurePluginPolyline.html +54 -34
  22. package/docs/classes/PanoTagPluginController.html +229 -123
  23. package/docs/classes/Sculpt.html +852 -0
  24. package/docs/classes/Util.BetterTween.html +27 -13
  25. package/docs/classes/Util.Interval.html +29 -15
  26. package/docs/classes/Util.LineSegments.html +25 -11
  27. package/docs/classes/Util.Magnifier.html +93 -60
  28. package/docs/classes/Util.Object3D.html +26 -12
  29. package/docs/classes/Util.PointDomHelper.html +28 -14
  30. package/docs/classes/Util.PointHelper.html +28 -14
  31. package/docs/classes/Util.PointSelectorHelper.html +34 -20
  32. package/docs/classes/Util.Rectangle.html +30 -16
  33. package/docs/classes/WalkController.html +39 -29
  34. package/docs/enums/CameraMovementEffect.html +19 -9
  35. package/docs/enums/ContentType.html +33 -23
  36. package/docs/enums/DIRECTION.html +21 -11
  37. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +21 -11
  38. package/docs/enums/DimensionType.html +19 -9
  39. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +20 -10
  40. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +21 -11
  41. package/docs/enums/PaintBrushTypeEnum.html +20 -10
  42. package/docs/enums/PointType.html +19 -9
  43. package/docs/enums/Rotation.html +20 -10
  44. package/docs/functions/AreaMakerPlugin.html +17 -7
  45. package/docs/functions/CSS3DRenderPlugin.html +17 -7
  46. package/docs/functions/CameraMovementPlugin.html +17 -7
  47. package/docs/functions/CruisePlugin.html +17 -7
  48. package/docs/functions/CurrentPanoImagePlugin.html +17 -7
  49. package/docs/functions/GuideLinePlugin.html +17 -7
  50. package/docs/functions/ItemLabelPlugin.html +17 -7
  51. package/docs/functions/MapviewFloorplanPlugin.html +17 -7
  52. package/docs/functions/ModelChassisCompassPlugin.html +17 -7
  53. package/docs/functions/ModelEntryDoorGuidePlugin.html +17 -7
  54. package/docs/functions/ModelFloorplanPlugin.html +17 -7
  55. package/docs/functions/ModelItemLabelPlugin.html +17 -7
  56. package/docs/functions/ModelMakerPlugin.html +303 -0
  57. package/docs/functions/ModelRoomLabelPlugin.html +17 -7
  58. package/docs/functions/ModelTVVideoPlugin.html +17 -7
  59. package/docs/functions/ModelViewPlugin.html +17 -7
  60. package/docs/functions/MovePlugin.html +18 -8
  61. package/docs/functions/Object3DHelperPlugin.html +17 -7
  62. package/docs/functions/PanoCompassPlugin.html +17 -7
  63. package/docs/functions/PanoCursorRaycasterPlugin.html +17 -7
  64. package/docs/functions/PanoDoorLabelPlugin.html +17 -7
  65. package/docs/functions/PanoFloorplanRadarPlugin.html +17 -7
  66. package/docs/functions/PanoMeasurePlugin.html +17 -7
  67. package/docs/functions/PanoRulerPlugin.html +17 -7
  68. package/docs/functions/PanoRulerProPlugin.html +17 -7
  69. package/docs/functions/PanoSpatialTagPlugin.html +17 -7
  70. package/docs/functions/PanoTagPlugin.html +17 -7
  71. package/docs/functions/PanoVideoPlugin.html +17 -7
  72. package/docs/functions/PipelinePlugin.html +17 -7
  73. package/docs/functions/SculptPlugin.html +306 -0
  74. package/docs/functions/TopviewFloorplanPlugin.html +17 -7
  75. package/docs/functions/Util.absoluteUrl.html +22 -8
  76. package/docs/functions/Util.blink.html +351 -0
  77. package/docs/functions/Util.checkFiveModelLoaded.html +22 -8
  78. package/docs/functions/Util.equal.html +22 -8
  79. package/docs/functions/Util.getCoordsFromClient.html +22 -8
  80. package/docs/functions/Util.getCoordsFromElement.html +22 -8
  81. package/docs/functions/Util.getFrameTime.html +22 -8
  82. package/docs/functions/Util.getIntersectFromRelativePosition.html +29 -10
  83. package/docs/functions/Util.getRaycasterFromFivePointer.html +22 -8
  84. package/docs/functions/Util.isAbsoluteURL.html +22 -8
  85. package/docs/functions/Util.isModelLike.html +22 -8
  86. package/docs/functions/Util.isNil.html +22 -8
  87. package/docs/functions/Util.isPanoramaLike.html +22 -8
  88. package/docs/functions/Util.nextFrame.html +22 -8
  89. package/docs/functions/Util.notNil.html +22 -8
  90. package/docs/functions/Util.reblink.html +349 -0
  91. package/docs/functions/Util.requestAnimationFrameInterval.html +22 -8
  92. package/docs/functions/Util.tweenProgress.html +22 -8
  93. package/docs/functions/Util.uuid.html +22 -8
  94. package/docs/functions/pluginFlag.html +17 -7
  95. package/docs/index.html +18 -7
  96. package/docs/interfaces/AddTagConfig.html +18 -8
  97. package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +17 -7
  98. package/docs/interfaces/AreaMakerPluginType.Config.html +17 -7
  99. package/docs/interfaces/AreaMakerPluginType.EventMap.html +30 -20
  100. package/docs/interfaces/AreaMakerPluginType.Params.html +18 -8
  101. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +20 -10
  102. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +19 -9
  103. package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +17 -7
  104. package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +17 -7
  105. package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +17 -7
  106. package/docs/interfaces/AreaMakerPluginType.State.html +19 -9
  107. package/docs/interfaces/CSS3DRenderPluginEventMap.html +23 -13
  108. package/docs/interfaces/CSS3DRenderPluginState.html +20 -10
  109. package/docs/interfaces/CameraMovementPluginExportType.html +19 -9
  110. package/docs/interfaces/ContentTypeMapInterface.html +773 -0
  111. package/docs/interfaces/CruisePluginTypes.Config.html +21 -10
  112. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +24 -13
  113. package/docs/interfaces/CruisePluginTypes.EventMap.html +33 -22
  114. package/docs/interfaces/CruisePluginTypes.GuildLineConfig.html +352 -0
  115. package/docs/interfaces/CruisePluginTypes.MoveAction.html +39 -23
  116. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +30 -18
  117. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +30 -18
  118. package/docs/interfaces/CruisePluginTypes.PluginData.html +41 -30
  119. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +18 -7
  120. package/docs/interfaces/CruisePluginTypes.PluginState.html +25 -14
  121. package/docs/interfaces/CurrentPanoImagePluginType.Config.html +23 -13
  122. package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +24 -14
  123. package/docs/interfaces/CurrentPanoImagePluginType.Params.html +19 -9
  124. package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +18 -8
  125. package/docs/interfaces/CurrentPanoImagePluginType.State.html +20 -10
  126. package/docs/interfaces/EventMap.html +27 -17
  127. package/docs/interfaces/FloorplanBounding.html +20 -10
  128. package/docs/interfaces/FloorplanData.html +22 -12
  129. package/docs/interfaces/FloorplanEntrance.html +23 -13
  130. package/docs/interfaces/FloorplanExtraObject.html +22 -12
  131. package/docs/interfaces/FloorplanExtraObject3D.html +20 -10
  132. package/docs/interfaces/FloorplanFloorData.html +21 -11
  133. package/docs/interfaces/FloorplanImagePosition.html +19 -9
  134. package/docs/interfaces/FloorplanObserver.html +21 -11
  135. package/docs/interfaces/FloorplanOutlineItem.html +21 -11
  136. package/docs/interfaces/FloorplanPosition.html +19 -9
  137. package/docs/interfaces/FloorplanRoomItem.html +26 -16
  138. package/docs/interfaces/FloorplanRoomLabelItem.html +19 -9
  139. package/docs/interfaces/FloorplanServerBounding.html +20 -10
  140. package/docs/interfaces/FloorplanServerComputedData.html +22 -12
  141. package/docs/interfaces/FloorplanServerData.html +19 -9
  142. package/docs/interfaces/FloorplanServerDoorItem.html +22 -12
  143. package/docs/interfaces/FloorplanServerDoorPosition.html +20 -10
  144. package/docs/interfaces/FloorplanServerEntrance.html +23 -13
  145. package/docs/interfaces/FloorplanServerFloorData.html +21 -11
  146. package/docs/interfaces/FloorplanServerImagePosition.html +19 -9
  147. package/docs/interfaces/FloorplanServerObserver.html +21 -11
  148. package/docs/interfaces/FloorplanServerOutlineItem.html +21 -11
  149. package/docs/interfaces/FloorplanServerPosition.html +19 -9
  150. package/docs/interfaces/FloorplanServerRoomItem.html +27 -17
  151. package/docs/interfaces/FloorplanServerRoomLabelItem.html +19 -9
  152. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +20 -10
  153. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +21 -11
  154. package/docs/interfaces/GuideLinePluginType.EventMap.html +24 -14
  155. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +19 -9
  156. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +17 -7
  157. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +26 -16
  158. package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +17 -7
  159. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +19 -9
  160. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +32 -22
  161. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +18 -8
  162. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +33 -23
  163. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +16 -6
  164. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +17 -7
  165. package/docs/interfaces/GuideLinePluginType.PluginState.html +19 -9
  166. package/docs/interfaces/GuideLinePluginType.Route.html +22 -12
  167. package/docs/interfaces/GuideLinePluginType.RouteConfig.html +20 -10
  168. package/docs/interfaces/HelperOffset.html +20 -10
  169. package/docs/interfaces/ImagePlaneGroup.html +18 -8
  170. package/docs/interfaces/ItemLabelPluginData.html +18 -8
  171. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +23 -13
  172. package/docs/interfaces/ItemLabelPluginParametersType.html +21 -11
  173. package/docs/interfaces/MinMax.html +19 -9
  174. package/docs/interfaces/ModelChassisCompassPluginData.html +19 -9
  175. package/docs/interfaces/ModelChassisCompassPluginExportType.html +20 -10
  176. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +19 -9
  177. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +20 -10
  178. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +20 -10
  179. package/docs/interfaces/ModelItemLabelPluginData.html +18 -8
  180. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +23 -13
  181. package/docs/interfaces/ModelItemLabelPluginParametersType.html +19 -9
  182. package/docs/interfaces/ModelMakerPluginType.EventMap.html +556 -0
  183. package/docs/interfaces/ModelMakerPluginType.ServerBaseItem.html +349 -0
  184. package/docs/interfaces/ModelMakerPluginType.ServerBoxItem.html +391 -0
  185. package/docs/interfaces/ModelMakerPluginType.ServerData.html +332 -0
  186. package/docs/interfaces/ModelMakerPluginType.ServerPrismItem.html +401 -0
  187. package/docs/interfaces/ModelMakerPluginType.ServerTrianglesItem.html +381 -0
  188. package/docs/interfaces/ModelMakerPluginType.State.html +364 -0
  189. package/docs/interfaces/ModelRoomLabelPluginData.html +18 -8
  190. package/docs/interfaces/ModelTVVideoPluginData.html +21 -11
  191. package/docs/interfaces/ModelTVVideoPluginExportType.html +20 -10
  192. package/docs/interfaces/ModelTVVideoPluginParameterType.html +18 -8
  193. package/docs/interfaces/ModelViewPluginExportType.html +23 -13
  194. package/docs/interfaces/Object3DHelperState.html +20 -10
  195. package/docs/interfaces/ObjectHelperControllers.html +22 -12
  196. package/docs/interfaces/PaintBrushAction.html +24 -14
  197. package/docs/interfaces/PaintBrushConfigs.html +24 -14
  198. package/docs/interfaces/PaintBrushState.html +22 -12
  199. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +22 -12
  200. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +17 -7
  201. package/docs/interfaces/PanoMeasureParameterType.html +28 -18
  202. package/docs/interfaces/PanoMeasurePluginLineJson.html +20 -10
  203. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +19 -9
  204. package/docs/interfaces/PanoMeasurePluginPointJson.html +19 -9
  205. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +20 -10
  206. package/docs/interfaces/PanoRulerPluginExportType.html +22 -12
  207. package/docs/interfaces/PanoRulerPluginOptions.html +19 -9
  208. package/docs/interfaces/PanoRulerPluginParameterType.html +20 -10
  209. package/docs/interfaces/PanoRulerProPluginExportType.html +21 -11
  210. package/docs/interfaces/PanoRulerProPluginOptions.html +19 -9
  211. package/docs/interfaces/PanoRulerProPluginParameterType.html +19 -9
  212. package/docs/interfaces/PanoRulerProPluginState.html +20 -10
  213. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +17 -7
  214. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +17 -7
  215. package/docs/interfaces/PanoSpatialTagPluginData.html +23 -13
  216. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +22 -12
  217. package/docs/interfaces/PanoSpatialTagPluginExportType.html +25 -15
  218. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +22 -12
  219. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +25 -15
  220. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +23 -13
  221. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +22 -12
  222. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +18 -8
  223. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +20 -10
  224. package/docs/interfaces/PanoVideoPluginType.PluginData.html +18 -8
  225. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +21 -11
  226. package/docs/interfaces/PanoVideoPluginType.PluginState.html +18 -8
  227. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +20 -10
  228. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +22 -12
  229. package/docs/interfaces/Point.html +20 -10
  230. package/docs/interfaces/Room.html +21 -11
  231. package/docs/interfaces/RoomInfo.html +19 -9
  232. package/docs/interfaces/RoomLabel.html +26 -16
  233. package/docs/interfaces/RoomRules.html +17 -7
  234. package/docs/interfaces/Rooms.html +17 -7
  235. package/docs/interfaces/Scissor.html +21 -11
  236. package/docs/interfaces/State.html +20 -10
  237. package/docs/interfaces/TagCacheInterface.html +24 -14
  238. package/docs/interfaces/TagConfig.html +65 -49
  239. package/docs/interfaces/TagGLTFObjectGroup.html +18 -8
  240. package/docs/interfaces/TagIconUrl.html +24 -14
  241. package/docs/interfaces/TagObjectGroup.html +18 -8
  242. package/docs/interfaces/TagStyle.html +18 -8
  243. package/docs/interfaces/Tags.html +61 -437
  244. package/docs/interfaces/TemporaryState.html +18 -8
  245. package/docs/interfaces/Util.BlinkAnimeOptions.html +380 -0
  246. package/docs/interfaces/Util.MagnifierParameter.html +43 -24
  247. package/docs/interfaces/Util.MouseGroupParameter.html +25 -11
  248. package/docs/interfaces/Util.PointIntersection.html +33 -12
  249. package/docs/interfaces/Util.ReBlinkAnimeOptions.html +387 -0
  250. package/docs/modules/AreaMakerPluginType.html +16 -6
  251. package/docs/modules/CruisePluginTypes.html +18 -6
  252. package/docs/modules/CurrentPanoImagePluginType.html +17 -7
  253. package/docs/modules/GuideLineItem.html +17 -7
  254. package/docs/modules/GuideLineModeItem.html +17 -7
  255. package/docs/modules/GuideLinePluginType.html +16 -6
  256. package/docs/modules/ModelMakerPluginType.html +339 -0
  257. package/docs/modules/PanoVideoPluginType.html +17 -7
  258. package/docs/modules/SculptData.html +318 -0
  259. package/docs/modules/Util.html +26 -8
  260. package/docs/modules.html +34 -11
  261. package/docs/types/AddObject3DHelperConfig.html +315 -0
  262. package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +16 -6
  263. package/docs/types/AreaMakerPluginType.ItemRenderer.html +16 -6
  264. package/docs/types/AreaMakerPluginType.PluginData.html +16 -6
  265. package/docs/types/AreaMakerPluginType.ServerData.html +16 -6
  266. package/docs/types/ArrayPosition.html +17 -7
  267. package/docs/types/AudioAppearance.html +17 -7
  268. package/docs/types/CSS3DRenderExportType.html +17 -7
  269. package/docs/types/CSS3DRenderPluginExportType.html +17 -7
  270. package/docs/types/CSS3DRenderPluginParameterType.html +17 -7
  271. package/docs/types/ClassFunctionParameters.html +17 -7
  272. package/docs/types/Color.html +17 -7
  273. package/docs/types/ContentTypeConfigKey.html +17 -7
  274. package/docs/types/ContentTypeConfigKeySplit.html +18 -8
  275. package/docs/types/ContentTypeMap.html +17 -7
  276. package/docs/types/Create3DDomContainerReturnType.html +17 -7
  277. package/docs/types/Create3DElementReturnType.html +17 -7
  278. package/docs/types/CruisePluginExportType.html +17 -7
  279. package/docs/types/CruisePluginTypes.CruiseData.html +17 -6
  280. package/docs/types/CruisePluginTypes.MoveEffect.html +17 -6
  281. package/docs/types/CurrentPanoImagePluginExportType.html +17 -7
  282. package/docs/types/DeprecatedMediaPlaneProperty.html +17 -7
  283. package/docs/types/DeprecatedTagProperty.html +17 -7
  284. package/docs/types/Direction-1.html +17 -7
  285. package/docs/types/Direction4.html +17 -7
  286. package/docs/types/ElementRenderer.html +17 -7
  287. package/docs/types/FloorplanRuleLabels.html +17 -7
  288. package/docs/types/FloorplanServerRuleLabels.html +17 -7
  289. package/docs/types/GuideLinePluginExportType.html +17 -7
  290. package/docs/types/GuideLinePluginType.GuideLineItem.html +18 -8
  291. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +16 -6
  292. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +16 -6
  293. package/docs/types/GuideLinePluginType.GuideLineStyle.html +16 -6
  294. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +16 -6
  295. package/docs/types/GuideLinePluginType.PathItem.html +16 -6
  296. package/docs/types/GuideLinePluginType.PluginData.html +16 -6
  297. package/docs/types/HelperEventMap.html +17 -7
  298. package/docs/types/InternalHelperEventMap.html +29 -11
  299. package/docs/types/LoadTagConfig.html +17 -7
  300. package/docs/types/MapviewFloorplanPluginParameterType.html +17 -7
  301. package/docs/types/MapviewFloorplanPluginReturnType.html +17 -7
  302. package/docs/types/MediaData.html +20 -10
  303. package/docs/types/MediaStore.html +17 -7
  304. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +17 -7
  305. package/docs/types/ModelFloorplanPluginParameterType.html +17 -7
  306. package/docs/types/ModelFloorplanPluginReturnType.html +17 -7
  307. package/docs/types/ModelId.html +17 -7
  308. package/docs/types/ModelMakerPluginType.ElementRenderer.html +329 -0
  309. package/docs/types/ModelMakerPluginType.ItemType.html +308 -0
  310. package/docs/types/ModelRoomLabelPluginParameters.html +17 -7
  311. package/docs/types/ModelRoomLabelPluginReturnType.html +17 -7
  312. package/docs/types/MoveArgs.html +17 -7
  313. package/docs/types/MoveOpts.html +17 -7
  314. package/docs/types/Object3DHelperEventMap.html +17 -7
  315. package/docs/types/ObjectFit.html +17 -7
  316. package/docs/types/PaintBrushEventMap.html +17 -7
  317. package/docs/types/PanoCompassPluginData.html +17 -7
  318. package/docs/types/PanoCompassPluginExportType.html +17 -7
  319. package/docs/types/PanoCompassPluginParameterType.html +17 -7
  320. package/docs/types/PanoFloorplanRadarPluginParameterType.html +17 -7
  321. package/docs/types/PanoFloorplanRadarPluginReturnType.html +17 -7
  322. package/docs/types/PanoIndex.html +17 -7
  323. package/docs/types/PanoMeasurePluginEvent.html +17 -7
  324. package/docs/types/PanoMeasureReturnType.html +17 -7
  325. package/docs/types/PanoSpatialTagPluginId.html +17 -7
  326. package/docs/types/PanoTagPluginExportInterface.html +17 -7
  327. package/docs/types/PanoTagPluginParamsInterface.html +17 -7
  328. package/docs/types/PanoVideoPluginParameterType.html +17 -7
  329. package/docs/types/PanoVideoPluginReturnType.html +17 -7
  330. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +22 -12
  331. package/docs/types/PipelinePluginParameterType.html +17 -7
  332. package/docs/types/PipelinePluginReturnType.html +17 -7
  333. package/docs/types/PlaneTag.html +17 -7
  334. package/docs/types/Point2DTag.html +17 -7
  335. package/docs/types/Point3DTag.html +17 -7
  336. package/docs/types/PointTag.html +17 -7
  337. package/docs/types/PointTagInstance.html +17 -7
  338. package/docs/types/Position.html +17 -7
  339. package/docs/types/{AudioTagTypeConfigKey.html → PositionFrom.html} +28 -10
  340. package/docs/types/RotateArgs.html +17 -7
  341. package/docs/types/RotateOpts.html +17 -7
  342. package/docs/types/RuleLabelsKey.html +17 -7
  343. package/docs/types/RuleLabelsValue.html +17 -7
  344. package/docs/types/ScaleCallback.html +314 -0
  345. package/docs/types/ScalePosition.html +303 -0
  346. package/docs/types/SculptData.BoxData.html +306 -0
  347. package/docs/types/SculptData.CircleData.html +306 -0
  348. package/docs/types/SculptData.CylinderData.html +306 -0
  349. package/docs/types/SculptData.PointData.html +306 -0
  350. package/docs/types/SculptData.PolygonData.html +306 -0
  351. package/docs/types/SculptData.PolylineData.html +306 -0
  352. package/docs/types/SculptData.PrismData.html +306 -0
  353. package/docs/types/SculptData.RectangleData.html +306 -0
  354. package/docs/types/StickType.html +17 -7
  355. package/docs/types/Tag.html +35 -13
  356. package/docs/types/Tag2D.html +17 -7
  357. package/docs/types/Tag3D.html +17 -7
  358. package/docs/types/TagConfigByKey.html +18 -8
  359. package/docs/types/TagContentType.html +17 -7
  360. package/docs/types/TagContentTypeMapping.html +17 -7
  361. package/docs/types/TagDimensionType.html +17 -7
  362. package/docs/types/TagElement.html +17 -7
  363. package/docs/types/TagEvents.html +38 -12
  364. package/docs/types/TagGLTFObject.html +17 -7
  365. package/docs/types/TagHooks.html +17 -7
  366. package/docs/types/TagId.html +17 -7
  367. package/docs/types/TagInstance.html +44 -8
  368. package/docs/types/TagPointType.html +17 -7
  369. package/docs/types/TagRendererMap.html +17 -7
  370. package/docs/types/TopviewFloorplanPluginParameterType.html +17 -7
  371. package/docs/types/TopviewFloorplanPluginReturnType.html +17 -7
  372. package/docs/types/WorkCode.html +17 -7
  373. package/docs/variables/FLOOR_TYPE_MAP.html +17 -7
  374. package/docs/variables/PLUGIN.html +17 -7
  375. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +17 -7
  376. package/docs/variables/ROOM_TYPE_MAP.html +17 -7
  377. package/docs/variables/defaultGlobalConfig.html +17 -7
  378. package/docs/variables/itemLabelPluginServerParams.html +17 -7
  379. package/docs/variables/modelItemLabelPluginServerParams.html +17 -7
  380. package/docs/variables/modelRoomLabelPluginServerParams.html +17 -7
  381. package/libs/AreaMakerPlugin/Controller.js +44 -54
  382. package/libs/AreaMakerPlugin/index.js +3 -13
  383. package/libs/AreaMakerPlugin/utils/Item.js +3 -13
  384. package/libs/CSS3DRenderPlugin/Controller.js +9 -9
  385. package/libs/CSS3DRenderPlugin/index.js +1 -1
  386. package/libs/CruisePlugin/Move.js +38 -52
  387. package/libs/CruisePlugin/Work.js +7 -21
  388. package/libs/CruisePlugin/index.js +11 -25
  389. package/libs/GuideLinePlugin/Components/Tag.js +48 -58
  390. package/libs/GuideLinePlugin/Controller.js +34 -48
  391. package/libs/GuideLinePlugin/GuideLineItem.js +7 -21
  392. package/libs/GuideLinePlugin/GuideLineModeItem.js +7 -21
  393. package/libs/GuideLinePlugin/index.js +11 -25
  394. package/libs/ItemLabelPlugin/ItemLabelComponent.js +139 -152
  395. package/libs/ItemLabelPlugin/ItemLabelItem.js +57 -67
  396. package/libs/ItemLabelPlugin/Plugin.js +26 -37
  397. package/libs/ItemLabelPlugin/index.js +5 -16
  398. package/libs/ModelItemLabelPlugin/ItemLabelComponent.js +103 -116
  399. package/libs/ModelItemLabelPlugin/ItemLabelItem.js +35 -45
  400. package/libs/ModelItemLabelPlugin/ModelItemLabelPlugin.js +24 -35
  401. package/libs/ModelItemLabelPlugin/index.js +5 -16
  402. package/libs/ModelMakerPlugin/Controller.js +23 -33
  403. package/libs/ModelMakerPlugin/index.js +3 -13
  404. package/libs/ModelMakerPlugin/utils/Text.js +33 -43
  405. package/libs/ModelMakerPlugin/utils/tagRenderer.js +18 -28
  406. package/libs/ModelRoomLabelPlugin/Controller.js +8 -20
  407. package/libs/ModelRoomLabelPlugin/RoomLabelItem.js +42 -52
  408. package/libs/ModelRoomLabelPlugin/RoomLabelItems.js +61 -75
  409. package/libs/ModelRoomLabelPlugin/index.js +5 -17
  410. package/libs/ModelTVVideoPlugin/Plugin.js +1 -1
  411. package/libs/ModelTVVideoPlugin/index.js +1 -1
  412. package/libs/Object3DHelperPlugin/Controller.js +9 -9
  413. package/libs/Object3DHelperPlugin/index.js +1 -1
  414. package/libs/PanoCompassPlugin/Controller.js +1 -1
  415. package/libs/PanoCompassPlugin/index.js +1 -1
  416. package/libs/PanoDoorLabelPlugin/Controller.js +28 -38
  417. package/libs/PanoDoorLabelPlugin/DoorLabelItem.js +45 -55
  418. package/libs/PanoDoorLabelPlugin/index.js +4 -14
  419. package/libs/PanoMeasurePlugin/Components/Common/CircleButton.js +60 -70
  420. package/libs/PanoMeasurePlugin/Components/Common/Exit.js +22 -32
  421. package/libs/PanoMeasurePlugin/Components/Common/Switcher0.js +62 -75
  422. package/libs/PanoMeasurePlugin/Components/Common/Switcher1.js +97 -110
  423. package/libs/PanoMeasurePlugin/Components/Controller0.js +62 -73
  424. package/libs/PanoMeasurePlugin/Components/Controller1.js +23 -34
  425. package/libs/PanoMeasurePlugin/Components/Tip.js +66 -76
  426. package/libs/PanoMeasurePlugin/Controller/EditController.js +1 -1
  427. package/libs/PanoMeasurePlugin/Controller/index.js +18 -29
  428. package/libs/PanoMeasurePlugin/Modules/GuideController.js +16 -26
  429. package/libs/PanoMeasurePlugin/Modules/UIController/index.js +24 -35
  430. package/libs/PanoMeasurePlugin/index.js +17 -28
  431. package/libs/PanoRulerProPlugin/Controller.js +27 -38
  432. package/libs/PanoRulerProPlugin/RulerItem.js +79 -94
  433. package/libs/PanoRulerProPlugin/RulerItems.js +82 -95
  434. package/libs/PanoRulerProPlugin/index.js +4 -15
  435. package/libs/PanoSpatialTagPlugin/Components/origins.js +38 -51
  436. package/libs/PanoSpatialTagPlugin/Components/tag.js +22 -32
  437. package/libs/PanoSpatialTagPlugin/Plugin.js +105 -116
  438. package/libs/PanoSpatialTagPlugin/index.js +3 -14
  439. package/libs/PanoSpatialTagPlugin/store.d.ts +0 -1
  440. package/libs/PanoSpatialTagPlugin/store.js +2 -2
  441. package/libs/PanoTagPlugin/Components/Common/Arrow.js +34 -44
  442. package/libs/PanoTagPlugin/Components/Common/Audio.js +89 -99
  443. package/libs/PanoTagPlugin/Components/Common/Icon/Icon.js +112 -123
  444. package/libs/PanoTagPlugin/Components/Common/Icon/audioIcon.js +45 -55
  445. package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +49 -59
  446. package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +69 -79
  447. package/libs/PanoTagPlugin/Components/Common/Media.js +131 -145
  448. package/libs/PanoTagPlugin/Components/Common/MediaItem.js +25 -35
  449. package/libs/PanoTagPlugin/Components/Common/Shadow.js +48 -58
  450. package/libs/PanoTagPlugin/Components/Common/TagPoint.js +24 -35
  451. package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.js +86 -97
  452. package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +96 -109
  453. package/libs/PanoTagPlugin/Components/Common/Text/MText.js +118 -128
  454. package/libs/PanoTagPlugin/Components/Common/TextItem.js +49 -59
  455. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioPlaneTag.js +90 -100
  456. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +81 -92
  457. package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +57 -68
  458. package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +35 -45
  459. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +110 -122
  460. package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +42 -53
  461. package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +115 -130
  462. package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +54 -66
  463. package/libs/PanoTagPlugin/Components/Tag/PanoramaTag.js +66 -76
  464. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.js +56 -66
  465. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.js +98 -109
  466. package/libs/PanoTagPlugin/Components/Tag/TextTag/index.js +43 -54
  467. package/libs/PanoTagPlugin/Components/Tag/index.js +148 -161
  468. package/libs/PanoTagPlugin/Components/TagContainer.js +62 -77
  469. package/libs/PanoTagPlugin/Components/TagItem.js +169 -182
  470. package/libs/PanoTagPlugin/controller/TagComputer.js +2 -2
  471. package/libs/PanoTagPlugin/controller/TagRender.js +42 -52
  472. package/libs/PanoTagPlugin/controller/TagUtil.js +2 -2
  473. package/libs/PanoTagPlugin/controller/index.js +49 -63
  474. package/libs/PanoTagPlugin/index.js +16 -30
  475. package/libs/PanoTagPlugin/typings/controller.d.ts +0 -1
  476. package/libs/base/BasePlugin.js +3 -3
  477. package/libs/components/AreaLabel/LabelItem.js +51 -56
  478. package/libs/floorplan/Components/BaseImage.js +39 -43
  479. package/libs/floorplan/Components/Camera.js +32 -41
  480. package/libs/floorplan/Components/Compass.js +24 -27
  481. package/libs/floorplan/Components/CurrentFloor.js +162 -167
  482. package/libs/floorplan/Components/Main.js +76 -85
  483. package/libs/floorplan/Components/MissingFloor.js +21 -24
  484. package/libs/floorplan/Components/Normalmage.js +22 -25
  485. package/libs/floorplan/Components/RoomHighlight/Room.js +25 -28
  486. package/libs/floorplan/Components/RoomHighlight/RoomHighlight.js +61 -69
  487. package/libs/floorplan/Components/RoomLabels/RoomLabel.js +101 -104
  488. package/libs/floorplan/Components/RoomLabels/RoomLabels.js +57 -65
  489. package/libs/floorplan/Components/RoomMaterials/RoomMaterial.js +118 -125
  490. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_0.js +22 -25
  491. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_1.js +40 -43
  492. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_2.js +29 -32
  493. package/libs/floorplan/Components/RuleLabels/RuleItem.js +41 -49
  494. package/libs/floorplan/Components/RuleLabels/RuleLabels.js +94 -102
  495. package/libs/floorplan/Components/SvgImage.js +27 -30
  496. package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +6 -18
  497. package/libs/floorplan/MapviewFloorplanPlugin/index.js +7 -19
  498. package/libs/floorplan/ModelFloorplanPlugin/Controller.js +46 -58
  499. package/libs/floorplan/ModelFloorplanPlugin/index.js +7 -19
  500. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.js +65 -77
  501. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js +83 -95
  502. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.js +53 -70
  503. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.js +100 -112
  504. package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +28 -40
  505. package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +4 -16
  506. package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +18 -30
  507. package/libs/floorplan/TopviewFloorplanPlugin/index.js +7 -19
  508. package/libs/floorplan/index.js +0 -1
  509. package/libs/index.js +130 -145
  510. package/libs/shared-utils/logger.js +1 -1
  511. package/libs/vendor/svelte/internal/index.js +749 -0
  512. package/libs/vendor/svelte/{src/runtime/store → store}/index.js +5 -5
  513. package/libs/vendor/svelte/{src/runtime/transition → transition}/index.js +1 -1
  514. package/libs/vendor/svelte-carousel/src/components/Arrow/Arrow.js +25 -29
  515. package/libs/vendor/svelte-carousel/src/components/Carousel/Carousel.js +225 -197
  516. package/libs/vendor/svelte-carousel/src/components/Dot/Dot.js +12 -16
  517. package/libs/vendor/svelte-carousel/src/components/Dots/Dots.js +59 -65
  518. package/libs/vendor/svelte-carousel/src/components/Progress/Progress.js +29 -32
  519. package/package.json +6 -5
  520. package/dist/CSS3DRenderPlugin/utils/waitFiveModelLoaded.d.ts +0 -2
  521. package/libs/vendor/svelte/src/runtime/internal/Component.js +0 -122
  522. package/libs/vendor/svelte/src/runtime/internal/ResizeObserverSingleton.js +0 -1
  523. package/libs/vendor/svelte/src/runtime/internal/animations.js +0 -1
  524. package/libs/vendor/svelte/src/runtime/internal/await_block.js +0 -47
  525. package/libs/vendor/svelte/src/runtime/internal/dev.js +0 -1
  526. package/libs/vendor/svelte/src/runtime/internal/disclose-version/index.js +0 -2
  527. package/libs/vendor/svelte/src/runtime/internal/dom.js +0 -214
  528. package/libs/vendor/svelte/src/runtime/internal/each.js +0 -46
  529. package/libs/vendor/svelte/src/runtime/internal/environment.js +0 -7
  530. package/libs/vendor/svelte/src/runtime/internal/globals.js +0 -7
  531. package/libs/vendor/svelte/src/runtime/internal/index.js +0 -1
  532. package/libs/vendor/svelte/src/runtime/internal/lifecycle.js +0 -63
  533. package/libs/vendor/svelte/src/runtime/internal/loop.js +0 -21
  534. package/libs/vendor/svelte/src/runtime/internal/scheduler.js +0 -66
  535. package/libs/vendor/svelte/src/runtime/internal/spread.js +0 -26
  536. package/libs/vendor/svelte/src/runtime/internal/ssr.js +0 -1
  537. package/libs/vendor/svelte/src/runtime/internal/style_manager.js +0 -48
  538. package/libs/vendor/svelte/src/runtime/internal/transitions.js +0 -192
  539. package/libs/vendor/svelte/src/runtime/internal/utils.js +0 -110
  540. package/libs/vendor/svelte/src/shared/boolean_attributes.js +0 -1
  541. package/libs/vendor/svelte/src/shared/utils/names.js +0 -1
  542. package/libs/vendor/svelte/src/shared/version.js +0 -4
  543. /package/libs/vendor/svelte/{src/runtime/easing → easing}/index.js +0 -0
  544. /package/libs/vendor/svelte/{src/runtime/index.js → index.js} +0 -0
@@ -1,21 +1,15 @@
1
- import { safe_not_equal as k, assign as D } from "../../../vendor/svelte/src/runtime/internal/utils.js";
2
- import { append_styles as b, element as y, svg_element as R, attr as m, insert as d, append as w, detach as c, empty as q } from "../../../vendor/svelte/src/runtime/internal/dom.js";
3
- import { group_outros as I, check_outros as H, transition_in as p, transition_out as v } from "../../../vendor/svelte/src/runtime/internal/transitions.js";
4
- import { ensure_array_like as g, update_keyed_each as B, outro_and_destroy_block as C } from "../../../vendor/svelte/src/runtime/internal/each.js";
5
- import { get_spread_update as M } from "../../../vendor/svelte/src/runtime/internal/spread.js";
6
- import { SvelteComponent as S, init as W, create_component as j, mount_component as x, destroy_component as z } from "../../../vendor/svelte/src/runtime/internal/Component.js";
7
- import "../../../vendor/svelte/src/runtime/internal/disclose-version/index.js";
8
- import { Room as A } from "./Room.js";
9
- function E(i) {
10
- b(i, "svelte-1kqo6e4", ".floorplan-plugin__room-highlight.svelte-1kqo6e4{position:absolute;width:100%;height:100%}svg.svelte-1kqo6e4{width:100%;height:100%;overflow:visible}");
1
+ import { SvelteComponent as p, init as k, safe_not_equal as D, append_styles as b, element as y, svg_element as R, attr as g, insert as d, append as w, group_outros as q, update_keyed_each as I, outro_and_destroy_block as H, check_outros as B, transition_in as _, transition_out as c, detach as v, assign as C, empty as M, create_component as S, mount_component as W, get_spread_update as j, destroy_component as x } from "../../../vendor/svelte/internal/index.js";
2
+ import { Room as z } from "./Room.js";
3
+ function A(r) {
4
+ b(r, "svelte-1kqo6e4", ".floorplan-plugin__room-highlight.svelte-1kqo6e4{position:absolute;width:100%;height:100%}svg.svelte-1kqo6e4{width:100%;height:100%;overflow:visible}");
11
5
  }
12
- function _(i, l, n) {
13
- const o = i.slice();
6
+ function u(r, l, n) {
7
+ const o = r.slice();
14
8
  return o[6] = l[n], o;
15
9
  }
16
- function u(i, l) {
10
+ function m(r, l) {
17
11
  let n, o, a;
18
- const f = [
12
+ const s = [
19
13
  {
20
14
  room: (
21
15
  /*room*/
@@ -40,21 +34,21 @@ function u(i, l) {
40
34
  }
41
35
  ];
42
36
  let h = {};
43
- for (let r = 0; r < f.length; r += 1)
44
- h = D(h, f[r]);
45
- return o = new A({ props: h }), {
46
- key: i,
37
+ for (let i = 0; i < s.length; i += 1)
38
+ h = C(h, s[i]);
39
+ return o = new z({ props: h }), {
40
+ key: r,
47
41
  first: null,
48
42
  c() {
49
- n = q(), j(o.$$.fragment), this.first = n;
43
+ n = M(), S(o.$$.fragment), this.first = n;
50
44
  },
51
- m(r, t) {
52
- d(r, n, t), x(o, r, t), a = !0;
45
+ m(i, t) {
46
+ d(i, n, t), W(o, i, t), a = !0;
53
47
  },
54
- p(r, t) {
55
- l = r;
48
+ p(i, t) {
49
+ l = i;
56
50
  const e = t & /*floorplanData, floorIndex, hoveredRoom, highlightData*/
57
- 15 ? M(f, [
51
+ 15 ? j(s, [
58
52
  {
59
53
  room: (
60
54
  /*room*/
@@ -80,109 +74,107 @@ function u(i, l) {
80
74
  ]) : {};
81
75
  o.$set(e);
82
76
  },
83
- i(r) {
84
- a || (p(o.$$.fragment, r), a = !0);
77
+ i(i) {
78
+ a || (_(o.$$.fragment, i), a = !0);
85
79
  },
86
- o(r) {
87
- v(o.$$.fragment, r), a = !1;
80
+ o(i) {
81
+ c(o.$$.fragment, i), a = !1;
88
82
  },
89
- d(r) {
90
- r && c(n), z(o, r);
83
+ d(i) {
84
+ i && v(n), x(o, i);
91
85
  }
92
86
  };
93
87
  }
94
- function F(i) {
95
- let l, n, o = [], a = /* @__PURE__ */ new Map(), f, h = g(
88
+ function E(r) {
89
+ let l, n, o = [], a = /* @__PURE__ */ new Map(), s, h = (
96
90
  /*floorplanData*/
97
- i[1].floorDatas[
91
+ r[1].floorDatas[
98
92
  /*floorIndex*/
99
- i[0]
93
+ r[0]
100
94
  ].rooms
101
95
  );
102
- const r = (t) => (
96
+ const i = (t) => (
103
97
  /*room*/
104
98
  t[6].id
105
99
  );
106
100
  for (let t = 0; t < h.length; t += 1) {
107
- let e = _(i, h, t), s = r(e);
108
- a.set(s, o[t] = u(s, e));
101
+ let e = u(r, h, t), f = i(e);
102
+ a.set(f, o[t] = m(f, e));
109
103
  }
110
104
  return {
111
105
  c() {
112
106
  l = y("div"), n = R("svg");
113
107
  for (let t = 0; t < o.length; t += 1)
114
108
  o[t].c();
115
- m(n, "width", "100%"), m(n, "height", "100%"), m(n, "viewBox", `0 0 ${/*boundingWidth*/
116
- i[4]} ${/*boundingHeight*/
117
- i[5]}`), m(n, "class", "svelte-1kqo6e4"), m(l, "class", "floorplan-plugin__room-highlight svelte-1kqo6e4");
109
+ g(n, "width", "100%"), g(n, "height", "100%"), g(n, "viewBox", `0 0 ${/*boundingWidth*/
110
+ r[4]} ${/*boundingHeight*/
111
+ r[5]}`), g(n, "class", "svelte-1kqo6e4"), g(l, "class", "floorplan-plugin__room-highlight svelte-1kqo6e4");
118
112
  },
119
113
  m(t, e) {
120
114
  d(t, l, e), w(l, n);
121
- for (let s = 0; s < o.length; s += 1)
122
- o[s] && o[s].m(n, null);
123
- f = !0;
115
+ for (let f = 0; f < o.length; f += 1)
116
+ o[f] && o[f].m(n, null);
117
+ s = !0;
124
118
  },
125
119
  p(t, [e]) {
126
120
  e & /*floorplanData, floorIndex, hoveredRoom, highlightData*/
127
- 15 && (h = g(
128
- /*floorplanData*/
129
- t[1].floorDatas[
130
- /*floorIndex*/
131
- t[0]
132
- ].rooms
133
- ), I(), o = B(o, e, r, 1, t, h, a, n, C, u, null, _), H());
121
+ 15 && (h = /*floorplanData*/
122
+ t[1].floorDatas[
123
+ /*floorIndex*/
124
+ t[0]
125
+ ].rooms, q(), o = I(o, e, i, 1, t, h, a, n, H, m, null, u), B());
134
126
  },
135
127
  i(t) {
136
- if (!f) {
128
+ if (!s) {
137
129
  for (let e = 0; e < h.length; e += 1)
138
- p(o[e]);
139
- f = !0;
130
+ _(o[e]);
131
+ s = !0;
140
132
  }
141
133
  },
142
134
  o(t) {
143
135
  for (let e = 0; e < o.length; e += 1)
144
- v(o[e]);
145
- f = !1;
136
+ c(o[e]);
137
+ s = !1;
146
138
  },
147
139
  d(t) {
148
- t && c(l);
140
+ t && v(l);
149
141
  for (let e = 0; e < o.length; e += 1)
150
142
  o[e].d();
151
143
  }
152
144
  };
153
145
  }
154
- function G(i, l, n) {
155
- let { floorIndex: o } = l, { floorplanData: a } = l, { highlightData: f } = l, { hoveredRoom: h } = l;
156
- const r = a.bounding.max.x - a.bounding.min.x, t = a.bounding.max.y - a.bounding.min.y;
157
- return i.$$set = (e) => {
158
- "floorIndex" in e && n(0, o = e.floorIndex), "floorplanData" in e && n(1, a = e.floorplanData), "highlightData" in e && n(2, f = e.highlightData), "hoveredRoom" in e && n(3, h = e.hoveredRoom);
146
+ function F(r, l, n) {
147
+ let { floorIndex: o } = l, { floorplanData: a } = l, { highlightData: s } = l, { hoveredRoom: h } = l;
148
+ const i = a.bounding.max.x - a.bounding.min.x, t = a.bounding.max.y - a.bounding.min.y;
149
+ return r.$$set = (e) => {
150
+ "floorIndex" in e && n(0, o = e.floorIndex), "floorplanData" in e && n(1, a = e.floorplanData), "highlightData" in e && n(2, s = e.highlightData), "hoveredRoom" in e && n(3, h = e.hoveredRoom);
159
151
  }, [
160
152
  o,
161
153
  a,
162
- f,
154
+ s,
163
155
  h,
164
- r,
156
+ i,
165
157
  t
166
158
  ];
167
159
  }
168
- class U extends S {
160
+ class K extends p {
169
161
  constructor(l) {
170
- super(), W(
162
+ super(), k(
171
163
  this,
172
164
  l,
173
- G,
174
165
  F,
175
- k,
166
+ E,
167
+ D,
176
168
  {
177
169
  floorIndex: 0,
178
170
  floorplanData: 1,
179
171
  highlightData: 2,
180
172
  hoveredRoom: 3
181
173
  },
182
- E
174
+ A
183
175
  );
184
176
  }
185
177
  }
186
178
  export {
187
- U as RoomHighlight
179
+ K as RoomHighlight
188
180
  };
@@ -1,10 +1,7 @@
1
- import { safe_not_equal as Le, action_destroyer as le, noop as $, run_all as oe } from "../../../vendor/svelte/src/runtime/internal/utils.js";
2
- import { append_styles as He, element as E, attr as w, set_style as b, insert as h, listen as D, detach as g, empty as re, space as ee, append as V, text as F, set_data as M, HtmlTag as ke } from "../../../vendor/svelte/src/runtime/internal/dom.js";
3
- import { SvelteComponent as Te, init as ve } from "../../../vendor/svelte/src/runtime/internal/Component.js";
4
- import "../../../vendor/svelte/src/runtime/internal/disclose-version/index.js";
5
- import { svelteResizeObserver as fe } from "../../../shared-utils/svelte/resizeObserver.js";
1
+ import { SvelteComponent as Le, init as He, safe_not_equal as ke, append_styles as Te, element as E, attr as w, set_style as d, insert as h, action_destroyer as ne, listen as D, noop as $, detach as g, run_all as oe, empty as fe, space as ee, append as V, text as F, set_data as M, HtmlTag as ve } from "../../../vendor/svelte/internal/index.js";
2
+ import { svelteResizeObserver as re } from "../../../shared-utils/svelte/resizeObserver.js";
6
3
  function De(i) {
7
- He(i, "svelte-9vzn2f", ".floorplan-plugin__room-label-item.svelte-9vzn2f{position:absolute;display:flex;flex-flow:column;align-items:center;line-height:1;color:#fff;transform:translate(-50%, -50%);white-space:nowrap;will-change:opacity;transition:opacity 300ms}.floorplan-plugin__room-part1.svelte-9vzn2f{display:flex;flex-flow:column;align-items:center;color:#fff;white-space:nowrap}.floorplan-plugin__room-area.svelte-9vzn2f{opacity:0.6;line-height:1.25;margin-top:0.125rem}");
4
+ Te(i, "svelte-9vzn2f", ".floorplan-plugin__room-label-item.svelte-9vzn2f{position:absolute;display:flex;flex-flow:column;align-items:center;line-height:1;color:#fff;transform:translate(-50%, -50%);white-space:nowrap;will-change:opacity;transition:opacity 300ms}.floorplan-plugin__room-part1.svelte-9vzn2f{display:flex;flex-flow:column;align-items:center;color:#fff;white-space:nowrap}.floorplan-plugin__room-area.svelte-9vzn2f{opacity:0.6;line-height:1.25;margin-top:0.125rem}");
8
5
  }
9
6
  function Ve(i) {
10
7
  let e, t = (
@@ -13,35 +10,35 @@ function Ve(i) {
13
10
  ), o;
14
11
  return {
15
12
  c() {
16
- e = new ke(!1), o = re(), e.a = o;
13
+ e = new ve(!1), o = fe(), e.a = o;
17
14
  },
18
- m(n, m) {
19
- e.m(t, n, m), h(n, o, m);
15
+ m(l, m) {
16
+ e.m(t, l, m), h(l, o, m);
20
17
  },
21
- p(n, m) {
18
+ p(l, m) {
22
19
  m[0] & /*userConfigElement*/
23
20
  32768 && t !== (t = /*userConfigElement*/
24
- n[15].outerHTML + "") && e.p(t);
21
+ l[15].outerHTML + "") && e.p(t);
25
22
  },
26
- d(n) {
27
- n && (g(o), e.d());
23
+ d(l) {
24
+ l && g(o), l && e.d();
28
25
  }
29
26
  };
30
27
  }
31
28
  function We(i) {
32
- let e, t, o, n, m, s, l = (
29
+ let e, t, o, l, m, s, n = (
33
30
  /*roomNameEnable*/
34
31
  i[1] && te(i)
35
- ), f = (
32
+ ), r = (
36
33
  /*roomAreaEnable*/
37
34
  i[0] && ie(i)
38
35
  ), c = (
39
36
  /*roomDimensionEnable*/
40
- i[2] && ne(i)
37
+ i[2] && le(i)
41
38
  );
42
39
  return {
43
40
  c() {
44
- e = E("div"), l && l.c(), t = ee(), f && f.c(), o = ee(), c && c.c(), n = re(), w(e, "class", "floorplan-plugin__room-part1 svelte-9vzn2f"), b(
41
+ e = E("div"), n && n.c(), t = ee(), r && r.c(), o = ee(), c && c.c(), l = fe(), w(e, "class", "floorplan-plugin__room-part1 svelte-9vzn2f"), d(
45
42
  e,
46
43
  "opacity",
47
44
  /*level1_labelVisible*/
@@ -49,8 +46,8 @@ function We(i) {
49
46
  );
50
47
  },
51
48
  m(a, u) {
52
- h(a, e, u), l && l.m(e, null), V(e, t), f && f.m(e, null), h(a, o, u), c && c.m(a, u), h(a, n, u), m || (s = [
53
- le(fe.call(null, e)),
49
+ h(a, e, u), n && n.m(e, null), V(e, t), r && r.m(e, null), h(a, o, u), c && c.m(a, u), h(a, l, u), m || (s = [
50
+ ne(re.call(null, e)),
54
51
  D(
55
52
  e,
56
53
  "clientWidth",
@@ -67,18 +64,18 @@ function We(i) {
67
64
  },
68
65
  p(a, u) {
69
66
  /*roomNameEnable*/
70
- a[1] ? l ? l.p(a, u) : (l = te(a), l.c(), l.m(e, t)) : l && (l.d(1), l = null), /*roomAreaEnable*/
71
- a[0] ? f ? f.p(a, u) : (f = ie(a), f.c(), f.m(e, null)) : f && (f.d(1), f = null), u[0] & /*level1_labelVisible*/
72
- 2048 && b(
67
+ a[1] ? n ? n.p(a, u) : (n = te(a), n.c(), n.m(e, t)) : n && (n.d(1), n = null), /*roomAreaEnable*/
68
+ a[0] ? r ? r.p(a, u) : (r = ie(a), r.c(), r.m(e, null)) : r && (r.d(1), r = null), u[0] & /*level1_labelVisible*/
69
+ 2048 && d(
73
70
  e,
74
71
  "opacity",
75
72
  /*level1_labelVisible*/
76
73
  a[11] ? "1" : "0"
77
74
  ), /*roomDimensionEnable*/
78
- a[2] ? c ? c.p(a, u) : (c = ne(a), c.c(), c.m(n.parentNode, n)) : c && (c.d(1), c = null);
75
+ a[2] ? c ? c.p(a, u) : (c = le(a), c.c(), c.m(l.parentNode, l)) : c && (c.d(1), c = null);
79
76
  },
80
77
  d(a) {
81
- a && (g(e), g(o), g(n)), l && l.d(), f && f.d(), c && c.d(a), m = !1, oe(s);
78
+ a && g(e), n && n.d(), r && r.d(), a && g(o), c && c.d(a), a && g(l), m = !1, oe(s);
82
79
  }
83
80
  };
84
81
  }
@@ -91,16 +88,16 @@ function te(i) {
91
88
  c() {
92
89
  e = E("span"), o = F(t), w(e, "class", "floorplan-plugin__room-name");
93
90
  },
94
- m(n, m) {
95
- h(n, e, m), V(e, o);
91
+ m(l, m) {
92
+ h(l, e, m), V(e, o);
96
93
  },
97
- p(n, m) {
94
+ p(l, m) {
98
95
  m[0] & /*room*/
99
96
  8 && t !== (t = /*room*/
100
- n[3].name + "") && M(o, t);
97
+ l[3].name + "") && M(o, t);
101
98
  },
102
- d(n) {
103
- n && g(e);
99
+ d(l) {
100
+ l && g(e);
104
101
  }
105
102
  };
106
103
  }
@@ -111,18 +108,18 @@ function ie(i) {
111
108
  e = E("span"), t = F(
112
109
  /*roomAreaSize*/
113
110
  i[14]
114
- ), w(e, "class", "floorplan-plugin__room-area svelte-9vzn2f"), b(
111
+ ), w(e, "class", "floorplan-plugin__room-area svelte-9vzn2f"), d(
115
112
  e,
116
113
  "font-size",
117
114
  /*txtFontSize*/
118
115
  i[19]
119
116
  );
120
117
  },
121
- m(o, n) {
122
- h(o, e, n), V(e, t);
118
+ m(o, l) {
119
+ h(o, e, l), V(e, t);
123
120
  },
124
- p(o, n) {
125
- n[0] & /*roomAreaSize*/
121
+ p(o, l) {
122
+ l[0] & /*roomAreaSize*/
126
123
  16384 && M(
127
124
  t,
128
125
  /*roomAreaSize*/
@@ -134,36 +131,36 @@ function ie(i) {
134
131
  }
135
132
  };
136
133
  }
137
- function ne(i) {
134
+ function le(i) {
138
135
  let e, t;
139
136
  return {
140
137
  c() {
141
138
  e = E("span"), t = F(
142
139
  /*roomDimension*/
143
140
  i[13]
144
- ), w(e, "class", "floorplan-plugin__room-size"), b(
141
+ ), w(e, "class", "floorplan-plugin__room-size"), d(
145
142
  e,
146
143
  "font-size",
147
144
  /*txtFontSize*/
148
145
  i[19]
149
- ), b(
146
+ ), d(
150
147
  e,
151
148
  "opacity",
152
149
  /*level2_labelVisible*/
153
150
  i[10] ? "0.6" : "0"
154
151
  );
155
152
  },
156
- m(o, n) {
157
- h(o, e, n), V(e, t);
153
+ m(o, l) {
154
+ h(o, e, l), V(e, t);
158
155
  },
159
- p(o, n) {
160
- n[0] & /*roomDimension*/
156
+ p(o, l) {
157
+ l[0] & /*roomDimension*/
161
158
  8192 && M(
162
159
  t,
163
160
  /*roomDimension*/
164
161
  o[13]
165
- ), n[0] & /*level2_labelVisible*/
166
- 1024 && b(
162
+ ), l[0] & /*level2_labelVisible*/
163
+ 1024 && d(
167
164
  e,
168
165
  "opacity",
169
166
  /*level2_labelVisible*/
@@ -177,51 +174,51 @@ function ne(i) {
177
174
  }
178
175
  function Ae(i) {
179
176
  let e, t, o;
180
- function n(l, f) {
177
+ function l(n, r) {
181
178
  if (
182
179
  /*getLabelElement*/
183
- l[4] === void 0
180
+ n[4] === void 0
184
181
  )
185
182
  return We;
186
183
  if (
187
184
  /*userConfigElement*/
188
- l[15]
185
+ n[15]
189
186
  )
190
187
  return Ve;
191
188
  }
192
- let m = n(i), s = m && m(i);
189
+ let m = l(i), s = m && m(i);
193
190
  return {
194
191
  c() {
195
- e = E("div"), s && s.c(), w(e, "class", "floorplan-plugin__room-label-item svelte-9vzn2f"), b(
192
+ e = E("div"), s && s.c(), w(e, "class", "floorplan-plugin__room-label-item svelte-9vzn2f"), d(
196
193
  e,
197
194
  "left",
198
195
  /*left*/
199
196
  i[16]
200
- ), b(
197
+ ), d(
201
198
  e,
202
199
  "top",
203
200
  /*top*/
204
201
  i[17]
205
- ), b(
202
+ ), d(
206
203
  e,
207
204
  "font-size",
208
205
  /*titleFontSize*/
209
206
  i[18]
210
- ), b(
207
+ ), d(
211
208
  e,
212
209
  "opacity",
213
210
  /*level0_labelVisible*/
214
211
  i[12] ? "1" : "0"
215
- ), b(
212
+ ), d(
216
213
  e,
217
214
  "transform",
218
215
  /*transformInner*/
219
216
  i[9] ? "translate(-50%, calc(-50% + 6px))" : "translate(-50%, -50%)"
220
217
  );
221
218
  },
222
- m(l, f) {
223
- h(l, e, f), s && s.m(e, null), t || (o = [
224
- le(fe.call(null, e)),
219
+ m(n, r) {
220
+ h(n, e, r), s && s.m(e, null), t || (o = [
221
+ ne(re.call(null, e)),
225
222
  D(
226
223
  e,
227
224
  "clientWidth",
@@ -236,43 +233,43 @@ function Ae(i) {
236
233
  )
237
234
  ], t = !0);
238
235
  },
239
- p(l, f) {
240
- m === (m = n(l)) && s ? s.p(l, f) : (s && s.d(1), s = m && m(l), s && (s.c(), s.m(e, null))), f[0] & /*level0_labelVisible*/
241
- 4096 && b(
236
+ p(n, r) {
237
+ m === (m = l(n)) && s ? s.p(n, r) : (s && s.d(1), s = m && m(n), s && (s.c(), s.m(e, null))), r[0] & /*level0_labelVisible*/
238
+ 4096 && d(
242
239
  e,
243
240
  "opacity",
244
241
  /*level0_labelVisible*/
245
- l[12] ? "1" : "0"
246
- ), f[0] & /*transformInner*/
247
- 512 && b(
242
+ n[12] ? "1" : "0"
243
+ ), r[0] & /*transformInner*/
244
+ 512 && d(
248
245
  e,
249
246
  "transform",
250
247
  /*transformInner*/
251
- l[9] ? "translate(-50%, calc(-50% + 6px))" : "translate(-50%, -50%)"
248
+ n[9] ? "translate(-50%, calc(-50% + 6px))" : "translate(-50%, -50%)"
252
249
  );
253
250
  },
254
251
  i: $,
255
252
  o: $,
256
- d(l) {
257
- l && g(e), s && s.d(), t = !1, oe(o);
253
+ d(n) {
254
+ n && g(e), s && s.d(), t = !1, oe(o);
258
255
  }
259
256
  };
260
257
  }
261
258
  function Ce(i, e) {
262
259
  const t = i[0], o = i[1];
263
- let n = !1;
260
+ let l = !1;
264
261
  for (let m = 0, s = e.length - 1; m < e.length; s = m++) {
265
- const l = e[m][0], f = e[m][1], c = e[s][0], a = e[s][1];
266
- f > o != a > o && t < (c - l) * (o - f) / (a - f) + l && (n = !n);
262
+ const n = e[m][0], r = e[m][1], c = e[s][0], a = e[s][1];
263
+ r > o != a > o && t < (c - n) * (o - r) / (a - r) + n && (l = !l);
267
264
  }
268
- return n;
265
+ return l;
269
266
  }
270
267
  function Ie(i, e, t) {
271
- let o, n, m, s, l, f, c, a, u, q, O, U, X, { pxmm: z } = e, { roomAreaEnable: Y } = e, { roomNameEnable: B } = e, { roomDimensionEnable: G } = e, { room: d } = e, { hoveredRoom: W } = e, { getRoomAreaText: A } = e, { getRoomDimensionText: C } = e, { getLabelElement: y } = e, { adaptiveRoomLabelVisibleEnable: L } = e;
272
- function J(r, _) {
268
+ let o, l, m, s, n, r, c, a, u, q, O, U, X, { pxmm: z } = e, { roomAreaEnable: Y } = e, { roomNameEnable: B } = e, { roomDimensionEnable: G } = e, { room: b } = e, { hoveredRoom: W } = e, { getRoomAreaText: A } = e, { getRoomDimensionText: C } = e, { getLabelElement: y } = e, { adaptiveRoomLabelVisibleEnable: L } = e;
269
+ function J(f, _) {
273
270
  if (_.width === 0 || _.height === 0)
274
271
  return () => !1;
275
- const he = r.path.map(({ x, y: p }) => [x, p]), ge = r.roomLabel.position, { x: pe, y: ye } = ge, { width: Re, height: Ee } = _, H = Re / 2, k = Ee / 2;
272
+ const he = f.path.map(({ x, y: p }) => [x, p]), ge = f.roomLabel.position, { x: pe, y: ye } = ge, { width: Re, height: Ee } = _, H = Re / 2, k = Ee / 2;
276
273
  return function(p) {
277
274
  const T = pe * p, v = ye * p, we = he.map(([j, ze]) => [j * p, ze * p]);
278
275
  return [
@@ -283,47 +280,47 @@ function Ie(i, e, t) {
283
280
  ].every((j) => Ce(j, we));
284
281
  };
285
282
  }
286
- const K = document.body.clientWidth, Q = document.body.clientHeight, Z = d.roomLabel, me = Z.positionInImage.x * 100 + "%", ae = Z.positionInImage.y * 100 + "%", se = (K < 500 || Q < 500 ? 10 : 14) + "px", ce = (K < 500 || Q < 500 ? 8 : 12) + "px";
283
+ const K = document.body.clientWidth, Q = document.body.clientHeight, Z = b.roomLabel, ae = Z.positionInImage.x * 100 + "%", me = Z.positionInImage.y * 100 + "%", se = (K < 500 || Q < 500 ? 10 : 14) + "px", ce = (K < 500 || Q < 500 ? 8 : 12) + "px";
287
284
  let I = 0, P = 0, N = 0, S = 0, R = !1;
288
285
  W.subscribe(function(_) {
289
- t(25, R = !!_ && _.id === d.id);
286
+ t(25, R = !!_ && _.id === b.id);
290
287
  });
291
- const ue = (r) => {
292
- t(7, N = r.detail);
293
- }, de = (r) => {
294
- t(8, S = r.detail);
295
- }, be = (r) => {
296
- t(5, I = r.detail);
297
- }, _e = (r) => {
298
- t(6, P = r.detail);
288
+ const ue = (f) => {
289
+ t(7, N = f.detail);
290
+ }, be = (f) => {
291
+ t(8, S = f.detail);
292
+ }, de = (f) => {
293
+ t(5, I = f.detail);
294
+ }, _e = (f) => {
295
+ t(6, P = f.detail);
299
296
  };
300
- return i.$$set = (r) => {
301
- "pxmm" in r && t(20, z = r.pxmm), "roomAreaEnable" in r && t(0, Y = r.roomAreaEnable), "roomNameEnable" in r && t(1, B = r.roomNameEnable), "roomDimensionEnable" in r && t(2, G = r.roomDimensionEnable), "room" in r && t(3, d = r.room), "hoveredRoom" in r && t(21, W = r.hoveredRoom), "getRoomAreaText" in r && t(22, A = r.getRoomAreaText), "getRoomDimensionText" in r && t(23, C = r.getRoomDimensionText), "getLabelElement" in r && t(4, y = r.getLabelElement), "adaptiveRoomLabelVisibleEnable" in r && t(24, L = r.adaptiveRoomLabelVisibleEnable);
297
+ return i.$$set = (f) => {
298
+ "pxmm" in f && t(20, z = f.pxmm), "roomAreaEnable" in f && t(0, Y = f.roomAreaEnable), "roomNameEnable" in f && t(1, B = f.roomNameEnable), "roomDimensionEnable" in f && t(2, G = f.roomDimensionEnable), "room" in f && t(3, b = f.room), "hoveredRoom" in f && t(21, W = f.hoveredRoom), "getRoomAreaText" in f && t(22, A = f.getRoomAreaText), "getRoomDimensionText" in f && t(23, C = f.getRoomDimensionText), "getLabelElement" in f && t(4, y = f.getLabelElement), "adaptiveRoomLabelVisibleEnable" in f && t(24, L = f.adaptiveRoomLabelVisibleEnable);
302
299
  }, i.$$.update = () => {
303
- var r, _;
300
+ var f, _;
304
301
  i.$$.dirty[0] & /*getLabelElement, room*/
305
- 24 && t(15, o = y == null ? void 0 : y(d)), i.$$.dirty[0] & /*room, getRoomAreaText*/
306
- 4194312 && t(14, n = d.size ? A(d.size) : ""), i.$$.dirty[0] & /*room, getRoomDimensionText*/
307
- 8388616 && t(13, m = d != null && d.dimension ? C((r = d.dimension) == null ? void 0 : r.width, (_ = d.dimension) == null ? void 0 : _.height) : ""), i.$$.dirty[0] & /*clientWidth, clientHeight*/
302
+ 24 && t(15, o = y == null ? void 0 : y(b)), i.$$.dirty[0] & /*room, getRoomAreaText*/
303
+ 4194312 && t(14, l = b.size ? A(b.size) : ""), i.$$.dirty[0] & /*room, getRoomDimensionText*/
304
+ 8388616 && t(13, m = b != null && b.dimension ? C((f = b.dimension) == null ? void 0 : f.width, (_ = b.dimension) == null ? void 0 : _.height) : ""), i.$$.dirty[0] & /*clientWidth, clientHeight*/
308
305
  384 && t(31, s = { width: N, height: S }), i.$$.dirty[0] & /*room*/
309
306
  8 | i.$$.dirty[1] & /*labelElementSize*/
310
- 1 && t(30, l = s ? J(d, s) : void 0), i.$$.dirty[0] & /*adaptiveRoomLabelVisibleEnable, isLabelInRoom, pxmm*/
311
- 1091567616 && t(27, f = L ? !!(l != null && l(z)) : !0), i.$$.dirty[0] & /*wrapperClientWidth, wrapperClientHeight*/
307
+ 1 && t(30, n = s ? J(b, s) : void 0), i.$$.dirty[0] & /*adaptiveRoomLabelVisibleEnable, isLabelInRoom, pxmm*/
308
+ 1091567616 && t(27, r = L ? !!(n != null && n(z)) : !0), i.$$.dirty[0] & /*wrapperClientWidth, wrapperClientHeight*/
312
309
  96 && t(29, c = {
313
310
  width: I,
314
311
  height: P
315
312
  }), i.$$.dirty[0] & /*wrapperLabelElementSize, room*/
316
- 536870920 && t(28, a = c ? J(d, c) : void 0), i.$$.dirty[0] & /*adaptiveRoomLabelVisibleEnable, isAllLabelInRoom, pxmm*/
313
+ 536870920 && t(28, a = c ? J(b, c) : void 0), i.$$.dirty[0] & /*adaptiveRoomLabelVisibleEnable, isAllLabelInRoom, pxmm*/
317
314
  286261248 && t(26, u = L ? !!(a != null && a(z)) : !0), i.$$.dirty[0] & /*wrapperLabelVisible, mainLabelVisible, isHovered*/
318
- 234881024 && t(12, q = u || f || R), i.$$.dirty[0] & /*mainLabelVisible, isHovered*/
319
- 167772160 && t(11, O = f || R), i.$$.dirty[0] & /*wrapperLabelVisible, isHovered*/
315
+ 234881024 && t(12, q = u || r || R), i.$$.dirty[0] & /*mainLabelVisible, isHovered*/
316
+ 167772160 && t(11, O = r || R), i.$$.dirty[0] & /*wrapperLabelVisible, isHovered*/
320
317
  100663296 && t(10, U = u || R), i.$$.dirty[0] & /*mainLabelVisible, wrapperLabelVisible*/
321
- 201326592 && t(9, X = f && !u);
318
+ 201326592 && t(9, X = r && !u);
322
319
  }, [
323
320
  Y,
324
321
  B,
325
322
  G,
326
- d,
323
+ b,
327
324
  y,
328
325
  I,
329
326
  P,
@@ -334,10 +331,10 @@ function Ie(i, e, t) {
334
331
  O,
335
332
  q,
336
333
  m,
337
- n,
334
+ l,
338
335
  o,
339
- me,
340
336
  ae,
337
+ me,
341
338
  se,
342
339
  ce,
343
340
  z,
@@ -347,25 +344,25 @@ function Ie(i, e, t) {
347
344
  L,
348
345
  R,
349
346
  u,
350
- f,
347
+ r,
351
348
  a,
352
349
  c,
353
- l,
350
+ n,
354
351
  s,
355
352
  ue,
356
- de,
357
353
  be,
354
+ de,
358
355
  _e
359
356
  ];
360
357
  }
361
- class qe extends Te {
358
+ class je extends Le {
362
359
  constructor(e) {
363
- super(), ve(
360
+ super(), He(
364
361
  this,
365
362
  e,
366
363
  Ie,
367
364
  Ae,
368
- Le,
365
+ ke,
369
366
  {
370
367
  pxmm: 20,
371
368
  roomAreaEnable: 0,
@@ -384,5 +381,5 @@ class qe extends Te {
384
381
  }
385
382
  }
386
383
  export {
387
- qe as RoomLabel
384
+ je as RoomLabel
388
385
  };