@realsee/dnalogel 2.1.2-alpha.10 → 2.1.2-alpha.12

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 (577) hide show
  1. package/dist/CSS3DRenderPlugin/CSS3DRender.d.ts +167 -0
  2. package/dist/CSS3DRenderPlugin/Controller.d.ts +81 -0
  3. package/dist/CSS3DRenderPlugin/index.d.ts +5 -0
  4. package/dist/CSS3DRenderPlugin/typing.d.ts +26 -0
  5. package/dist/CSS3DRenderPlugin/utils/CSS3DObjectPlus.d.ts +34 -0
  6. package/dist/CSS3DRenderPlugin/utils/centerPoint.d.ts +2 -0
  7. package/dist/CSS3DRenderPlugin/utils/evenNumber.d.ts +3 -0
  8. package/dist/CSS3DRenderPlugin/utils/index.d.ts +4 -0
  9. package/dist/CSS3DRenderPlugin/utils/positionToVector3.d.ts +13 -0
  10. package/dist/CSS3DRenderPlugin/utils/random.d.ts +1 -0
  11. package/dist/CameraMovementPlugin/CameraMovementPlugin.d.ts +7 -0
  12. package/dist/CameraMovementPlugin/index.d.ts +5 -0
  13. package/dist/CameraMovementPlugin/typing.d.ts +68 -0
  14. package/dist/CruisePlugin/Controller.d.ts +172 -0
  15. package/dist/CruisePlugin/index.d.ts +6 -0
  16. package/dist/CruisePlugin/typing.d.ts +134 -0
  17. package/dist/CruisePlugin/utils/coordinatesAngle.d.ts +12 -0
  18. package/dist/CruisePlugin/utils/coordinatesToVector.d.ts +7 -0
  19. package/dist/CruisePlugin/utils/formatRad.d.ts +7 -0
  20. package/dist/CruisePlugin/utils/linerValue.d.ts +1 -0
  21. package/dist/CruisePlugin/utils/safeCall.d.ts +1 -0
  22. package/dist/CruisePlugin/utils/sleep.d.ts +1 -0
  23. package/dist/CruisePlugin/utils/vectorToCoordinates.d.ts +7 -0
  24. package/dist/GuideLinePlugin/Controller.d.ts +51 -0
  25. package/dist/GuideLinePlugin/index.d.ts +5 -0
  26. package/dist/GuideLinePlugin/typing.d.ts +34 -0
  27. package/dist/GuideLinePlugin/utils/getArrowMaterial.d.ts +4 -0
  28. package/dist/GuideLinePlugin/utils/getLineGeometries.d.ts +16 -0
  29. package/dist/GuideLinePlugin/utils/polyline-normals.d.ts +3 -0
  30. package/dist/ItemLabelPlugin/Plugin.d.ts +4 -0
  31. package/dist/ItemLabelPlugin/events.type.d.ts +9 -0
  32. package/dist/ItemLabelPlugin/index.d.ts +9 -0
  33. package/dist/ItemLabelPlugin/typings.d.ts +65 -0
  34. package/dist/ItemLabelPlugin/utils/getLabelTransform.d.ts +1 -0
  35. package/dist/ItemLabelPlugin/utils/getStrokeLength.d.ts +5 -0
  36. package/dist/ItemLabelPlugin/utils/isImpacted.d.ts +8 -0
  37. package/dist/ItemLabelPlugin/utils/parseData.d.ts +3 -0
  38. package/dist/ItemLabelPlugin/utils/transform2RenderData.d.ts +3 -0
  39. package/dist/ModelChassisCompassPlugin/Plugin.d.ts +19 -0
  40. package/dist/ModelChassisCompassPlugin/index.d.ts +4 -0
  41. package/dist/ModelEntryDoorGuidePlugin/Plugin.d.ts +26 -0
  42. package/dist/ModelEntryDoorGuidePlugin/index.d.ts +4 -0
  43. package/dist/ModelItemLabelPlugin/ModelItemLabelPlugin.d.ts +4 -0
  44. package/dist/ModelItemLabelPlugin/events.type.d.ts +9 -0
  45. package/dist/ModelItemLabelPlugin/index.d.ts +9 -0
  46. package/dist/ModelItemLabelPlugin/typings.d.ts +56 -0
  47. package/dist/ModelItemLabelPlugin/utils/parseData.d.ts +3 -0
  48. package/dist/ModelRoomLabelPlugin/Assets/roomLabelBg.d.ts +1 -0
  49. package/dist/ModelRoomLabelPlugin/Controller.d.ts +36 -0
  50. package/dist/ModelRoomLabelPlugin/index.d.ts +12 -0
  51. package/dist/ModelRoomLabelPlugin/typings.d.ts +35 -0
  52. package/dist/ModelRoomLabelPlugin/utils/parseData.d.ts +3 -0
  53. package/dist/ModelTVVideoPlugin/Plugin.d.ts +4 -0
  54. package/dist/ModelTVVideoPlugin/index.d.ts +5 -0
  55. package/dist/ModelTVVideoPlugin/typings.d.ts +25 -0
  56. package/dist/ModelTVVideoPlugin/utils/parseData.d.ts +2 -0
  57. package/dist/ModelViewPlugin/Plugin.d.ts +28 -0
  58. package/dist/ModelViewPlugin/index.d.ts +4 -0
  59. package/dist/Object3DHelperPlugin/Controller.d.ts +65 -0
  60. package/dist/Object3DHelperPlugin/FiveControllerWrapper.d.ts +19 -0
  61. package/dist/Object3DHelperPlugin/index.d.ts +6 -0
  62. package/dist/Object3DHelperPlugin/typings.d.ts +24 -0
  63. package/dist/PanoCompassPlugin/Assets/roomInfoIcon.d.ts +1 -0
  64. package/dist/PanoCompassPlugin/Controller.d.ts +84 -0
  65. package/dist/PanoCompassPlugin/getRoomInfoInstance.d.ts +8 -0
  66. package/dist/PanoCompassPlugin/index.d.ts +7 -0
  67. package/dist/PanoCompassPlugin/typings.d.ts +57 -0
  68. package/dist/PanoCursorRaycasterPlugin/index.d.ts +48 -0
  69. package/dist/PanoDoorLabelPlugin/BaseController.d.ts +60 -0
  70. package/dist/PanoDoorLabelPlugin/Controller.d.ts +37 -0
  71. package/dist/PanoDoorLabelPlugin/index.d.ts +7 -0
  72. package/dist/PanoDoorLabelPlugin/typings.d.ts +38 -0
  73. package/dist/PanoDoorLabelPlugin/utils.d.ts +5 -0
  74. package/dist/PanoMeasurePlugin/Controller/BaseController.d.ts +43 -0
  75. package/dist/PanoMeasurePlugin/Controller/EditController.d.ts +48 -0
  76. package/dist/PanoMeasurePlugin/Controller/MixedController.d.ts +42 -0
  77. package/dist/PanoMeasurePlugin/Controller/ShortcutKeyController.d.ts +12 -0
  78. package/dist/PanoMeasurePlugin/Controller/ViewController.d.ts +16 -0
  79. package/dist/PanoMeasurePlugin/Controller/WatchController.d.ts +26 -0
  80. package/dist/PanoMeasurePlugin/Controller/index.d.ts +73 -0
  81. package/dist/PanoMeasurePlugin/Model/index.d.ts +35 -0
  82. package/dist/PanoMeasurePlugin/Model/line.d.ts +30 -0
  83. package/dist/PanoMeasurePlugin/Model/point.d.ts +16 -0
  84. package/dist/PanoMeasurePlugin/Model/polyline.d.ts +16 -0
  85. package/dist/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete.svg.d.ts +2 -0
  86. package/dist/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_bg.png.d.ts +2 -0
  87. package/dist/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_hover_bg.png.d.ts +2 -0
  88. package/dist/PanoMeasurePlugin/Modules/DeleteDom/index.d.ts +25 -0
  89. package/dist/PanoMeasurePlugin/Modules/FiveHelper.d.ts +11 -0
  90. package/dist/PanoMeasurePlugin/Modules/GuideController.d.ts +18 -0
  91. package/dist/PanoMeasurePlugin/Modules/Magnifier.d.ts +59 -0
  92. package/dist/PanoMeasurePlugin/Modules/UIController/HTML.d.ts +2 -0
  93. package/dist/PanoMeasurePlugin/Modules/UIController/MainBtnController.d.ts +15 -0
  94. package/dist/PanoMeasurePlugin/Modules/UIController/Revoke/index.d.ts +13 -0
  95. package/dist/PanoMeasurePlugin/Modules/UIController/index.d.ts +20 -0
  96. package/dist/PanoMeasurePlugin/Modules/UIController/mobileHTML.d.ts +4 -0
  97. package/dist/PanoMeasurePlugin/Modules/UIController/mobileMainBtnController.d.ts +12 -0
  98. package/dist/PanoMeasurePlugin/Modules/UIController/style.d.ts +16 -0
  99. package/dist/PanoMeasurePlugin/Modules/rangePiece/html.d.ts +4 -0
  100. package/dist/PanoMeasurePlugin/Modules/rangePiece/index.d.ts +44 -0
  101. package/dist/PanoMeasurePlugin/index.d.ts +10 -0
  102. package/dist/PanoMeasurePlugin/typings/data.d.ts +37 -0
  103. package/dist/PanoMeasurePlugin/typings/event.type.d.ts +37 -0
  104. package/dist/PanoMeasurePlugin/typings/index.d.ts +8 -0
  105. package/dist/PanoMeasurePlugin/utils/calculateThreeMouse.d.ts +10 -0
  106. package/dist/PanoMeasurePlugin/utils/constants.d.ts +4 -0
  107. package/dist/PanoMeasurePlugin/utils/distanceDom.d.ts +28 -0
  108. package/dist/PanoMeasurePlugin/utils/findAssociatedLines.d.ts +2 -0
  109. package/dist/PanoMeasurePlugin/utils/findClosestPoint.d.ts +10 -0
  110. package/dist/PanoMeasurePlugin/utils/getIntersectionFromEvent.d.ts +4 -0
  111. package/dist/PanoMeasurePlugin/utils/getPointFromHammerEvent.d.ts +10 -0
  112. package/dist/PanoMeasurePlugin/utils/ironbox.d.ts +1 -0
  113. package/dist/PanoMeasurePlugin/utils/isNDCPointInScreen.d.ts +2 -0
  114. package/dist/PanoMeasurePlugin/utils/line.d.ts +17 -0
  115. package/dist/PanoMeasurePlugin/utils/math.d.ts +17 -0
  116. package/dist/PanoMeasurePlugin/utils/mouseGroup.d.ts +7 -0
  117. package/dist/PanoMeasurePlugin/utils/ndc2Screen.d.ts +5 -0
  118. package/dist/PanoRulerPlugin/Plugin.d.ts +34 -0
  119. package/dist/PanoRulerPlugin/index.d.ts +5 -0
  120. package/dist/PanoRulerPlugin/style.d.ts +2 -0
  121. package/dist/PanoRulerPlugin/typings.d.ts +21 -0
  122. package/dist/PanoRulerProPlugin/Controller.d.ts +15 -0
  123. package/dist/PanoRulerProPlugin/index.d.ts +8 -0
  124. package/dist/PanoRulerProPlugin/typings.d.ts +46 -0
  125. package/dist/PanoSpatialTagPlugin/Plugin.d.ts +35 -0
  126. package/dist/PanoSpatialTagPlugin/index.d.ts +5 -0
  127. package/dist/PanoSpatialTagPlugin/store.d.ts +1 -0
  128. package/dist/PanoSpatialTagPlugin/style.d.ts +1 -0
  129. package/dist/PanoSpatialTagPlugin/typings.d.ts +40 -0
  130. package/dist/PanoTagPlugin/Assets/Icon.d.ts +3 -0
  131. package/dist/PanoTagPlugin/controller/TagCacheController.d.ts +22 -0
  132. package/dist/PanoTagPlugin/controller/TagComputer.d.ts +69 -0
  133. package/dist/PanoTagPlugin/controller/index.d.ts +144 -0
  134. package/dist/PanoTagPlugin/index.d.ts +8 -0
  135. package/dist/PanoTagPlugin/tag.config.d.ts +7 -0
  136. package/dist/PanoTagPlugin/typings/controller.d.ts +103 -0
  137. package/dist/PanoTagPlugin/typings/index.d.ts +2 -0
  138. package/dist/PanoTagPlugin/typings/tag.d.ts +247 -0
  139. package/dist/PanoTagPlugin/utils/actionAfterFiveModelLoad.d.ts +2 -0
  140. package/dist/PanoTagPlugin/utils/addDebugPoints.d.ts +3 -0
  141. package/dist/PanoTagPlugin/utils/checkRange.d.ts +4 -0
  142. package/dist/PanoTagPlugin/utils/constants.d.ts +3 -0
  143. package/dist/PanoTagPlugin/utils/debounce.d.ts +7 -0
  144. package/dist/PanoTagPlugin/utils/doUtil.d.ts +1 -0
  145. package/dist/PanoTagPlugin/utils/index.d.ts +12 -0
  146. package/dist/PanoTagPlugin/utils/noTypecheck.d.ts +1 -0
  147. package/dist/PanoTagPlugin/utils/normalPositionToPositions.d.ts +2 -0
  148. package/dist/PanoTagPlugin/utils/planeNormal.d.ts +4 -0
  149. package/dist/PanoTagPlugin/utils/resizeObserver.d.ts +4 -0
  150. package/dist/PanoTagPlugin/utils/search.d.ts +11 -0
  151. package/dist/PanoTagPlugin/utils/tagPosition.d.ts +3 -0
  152. package/dist/PanoTagPlugin/utils/throttle.d.ts +7 -0
  153. package/dist/base/BasePlugin.d.ts +106 -0
  154. package/dist/base/BasePluginWithData.d.ts +34 -0
  155. package/dist/components/PaintBrush/Controller.d.ts +43 -0
  156. package/dist/components/PaintBrush/Subscribe.d.ts +76 -0
  157. package/dist/components/PaintBrush/index.d.ts +27 -0
  158. package/dist/components/PaintBrush/style.d.ts +2 -0
  159. package/dist/components/PaintBrush/tween.d.ts +7 -0
  160. package/dist/components/PaintBrush/typings.d.ts +58 -0
  161. package/dist/components/PaintBrush/utils.d.ts +26 -0
  162. package/dist/components/index.d.ts +2 -0
  163. package/dist/env.d.ts +1 -0
  164. package/dist/floorplan/Assets/camera.d.ts +1 -0
  165. package/dist/floorplan/Assets/compass.d.ts +1 -0
  166. package/dist/floorplan/Assets/floorplanExtraObject.d.ts +1 -0
  167. package/dist/floorplan/MapviewFloorplanPlugin/Controller.d.ts +97 -0
  168. package/dist/floorplan/MapviewFloorplanPlugin/index.d.ts +7 -0
  169. package/dist/floorplan/MapviewFloorplanPlugin/typing.d.ts +1 -0
  170. package/dist/floorplan/ModelFloorplanPlugin/Controller.d.ts +99 -0
  171. package/dist/floorplan/ModelFloorplanPlugin/index.d.ts +7 -0
  172. package/dist/floorplan/ModelFloorplanPlugin/typing.d.ts +1 -0
  173. package/dist/floorplan/PanoFloorplanRadarPlugin/Controller.d.ts +36 -0
  174. package/dist/floorplan/PanoFloorplanRadarPlugin/index.d.ts +7 -0
  175. package/dist/floorplan/PanoFloorplanRadarPlugin/typing.d.ts +52 -0
  176. package/dist/floorplan/TopviewFloorplanPlugin/Controller.d.ts +69 -0
  177. package/dist/floorplan/TopviewFloorplanPlugin/index.d.ts +7 -0
  178. package/dist/floorplan/TopviewFloorplanPlugin/typing.d.ts +11 -0
  179. package/dist/floorplan/constant.d.ts +5 -0
  180. package/dist/floorplan/index.d.ts +7 -0
  181. package/dist/floorplan/typings/floorplanData.d.ts +137 -0
  182. package/dist/floorplan/typings/floorplanServerData.d.ts +144 -0
  183. package/dist/floorplan/typings/index.d.ts +117 -0
  184. package/dist/floorplan/typings/utility.d.ts +2 -0
  185. package/dist/floorplan/utils/constant.d.ts +22 -0
  186. package/dist/floorplan/utils/correctFiveState.d.ts +15 -0
  187. package/dist/floorplan/utils/formatData.d.ts +5 -0
  188. package/dist/floorplan/utils/formatPosition.d.ts +36 -0
  189. package/dist/index.d.ts +23 -0
  190. package/dist/index.es.js +16650 -0
  191. package/dist/index.js +556 -0
  192. package/dist/index.umd.js +556 -0
  193. package/dist/shared-utils/Object3DHelper/Base/BaseController.d.ts +48 -0
  194. package/dist/shared-utils/Object3DHelper/Base/BaseHelper.d.ts +91 -0
  195. package/dist/shared-utils/Object3DHelper/Constants/color.d.ts +12 -0
  196. package/dist/shared-utils/Object3DHelper/Controller/CSS3DScaleController.d.ts +6 -0
  197. package/dist/shared-utils/Object3DHelper/Controller/MoveController.d.ts +13 -0
  198. package/dist/shared-utils/Object3DHelper/Controller/RectangleScaleController.d.ts +37 -0
  199. package/dist/shared-utils/Object3DHelper/Controller/RotateController.d.ts +22 -0
  200. package/dist/shared-utils/Object3DHelper/Helper/HTML/rectangleScaleDom.d.ts +11 -0
  201. package/dist/shared-utils/Object3DHelper/Helper/HTML/tipsDom.d.ts +6 -0
  202. package/dist/shared-utils/Object3DHelper/Helper/HTML/utils/createElement.d.ts +2 -0
  203. package/dist/shared-utils/Object3DHelper/Helper/MoveHelper.d.ts +13 -0
  204. package/dist/shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.d.ts +17 -0
  205. package/dist/shared-utils/Object3DHelper/Helper/OutlineHelper.d.ts +11 -0
  206. package/dist/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.d.ts +40 -0
  207. package/dist/shared-utils/Object3DHelper/Helper/RotateHelper.d.ts +55 -0
  208. package/dist/shared-utils/Object3DHelper/Helper/index.d.ts +5 -0
  209. package/dist/shared-utils/Object3DHelper/index.d.ts +71 -0
  210. package/dist/shared-utils/Object3DHelper/typings/Direction.d.ts +2 -0
  211. package/dist/shared-utils/Object3DHelper/typings/Hooks.d.ts +45 -0
  212. package/dist/shared-utils/Object3DHelper/typings/Scissor.d.ts +17 -0
  213. package/dist/shared-utils/Object3DHelper/typings/index.d.ts +5 -0
  214. package/dist/shared-utils/Object3DHelper/utils/calculateThreeMouse.d.ts +14 -0
  215. package/dist/shared-utils/Object3DHelper/utils/direction.d.ts +14 -0
  216. package/dist/shared-utils/Object3DHelper/utils/filterNotColinearPoints.d.ts +2 -0
  217. package/dist/shared-utils/Object3DHelper/utils/getMouseRaycaster.d.ts +5 -0
  218. package/dist/shared-utils/Object3DHelper/utils/getPoint.d.ts +3 -0
  219. package/dist/shared-utils/Object3DHelper/utils/index.d.ts +8 -0
  220. package/dist/shared-utils/Object3DHelper/utils/normalPositionToPositions.d.ts +5 -0
  221. package/dist/shared-utils/Object3DHelper/utils/object3DBoundingPosition.d.ts +1 -0
  222. package/dist/shared-utils/Object3DHelper/utils/threex/domevents/index.d.ts +34 -0
  223. package/dist/shared-utils/Object3DHelper/utils/vectorIsEqual.d.ts +2 -0
  224. package/dist/shared-utils/Subscribe.d.ts +60 -0
  225. package/dist/shared-utils/animationFrame/BetterTween.d.ts +11 -0
  226. package/dist/shared-utils/animationFrame/calculateProgress.d.ts +8 -0
  227. package/dist/shared-utils/animationFrame/formatRad.d.ts +15 -0
  228. package/dist/shared-utils/animationFrame/index.d.ts +16 -0
  229. package/dist/shared-utils/animationFrame/tween.d.ts +75 -0
  230. package/dist/shared-utils/changeModelCanvasOpacity.d.ts +2 -0
  231. package/dist/shared-utils/createCanvasTextTexture.d.ts +8 -0
  232. package/dist/shared-utils/createLine/index.d.ts +3 -0
  233. package/dist/shared-utils/debounce.d.ts +6 -0
  234. package/dist/shared-utils/equal.d.ts +11 -0
  235. package/dist/shared-utils/filter.d.ts +27 -0
  236. package/dist/shared-utils/five/changeMode.d.ts +5 -0
  237. package/dist/shared-utils/getPxmm.d.ts +19 -0
  238. package/dist/shared-utils/index.d.ts +4 -0
  239. package/dist/shared-utils/isNil.d.ts +10 -0
  240. package/dist/shared-utils/isTruelyObject.d.ts +18 -0
  241. package/dist/shared-utils/math/Interval.d.ts +13 -0
  242. package/dist/shared-utils/math/Rectangle.d.ts +27 -0
  243. package/dist/shared-utils/math/index.d.ts +2 -0
  244. package/dist/shared-utils/math/planimetry.d.ts +116 -0
  245. package/dist/shared-utils/math/rad2Deg.d.ts +1 -0
  246. package/dist/shared-utils/nearlyEqual.d.ts +7 -0
  247. package/dist/shared-utils/nextFrame.d.ts +1 -0
  248. package/dist/shared-utils/noop.d.ts +5 -0
  249. package/dist/shared-utils/object3d2LocalMatrix.d.ts +12 -0
  250. package/dist/shared-utils/removeArrayItem.d.ts +7 -0
  251. package/dist/shared-utils/tap.d.ts +8 -0
  252. package/dist/shared-utils/three/Assets/index.d.ts +3 -0
  253. package/dist/shared-utils/three/FivePointSelector.d.ts +36 -0
  254. package/dist/shared-utils/three/Magnifier.d.ts +53 -0
  255. package/dist/shared-utils/three/PointDomHelper.d.ts +18 -0
  256. package/dist/shared-utils/three/PointHelper.d.ts +21 -0
  257. package/dist/shared-utils/three/getCoords.d.ts +9 -0
  258. package/dist/shared-utils/three/getIntersect.d.ts +6 -0
  259. package/dist/shared-utils/three/getRaycaster.d.ts +6 -0
  260. package/dist/shared-utils/three/index.d.ts +7 -0
  261. package/dist/shared-utils/three/loadTexture.d.ts +2 -0
  262. package/dist/shared-utils/three/transformPositionToVector3.d.ts +7 -0
  263. package/dist/shared-utils/three/transfromToMeshBasicMaterial.d.ts +2 -0
  264. package/dist/shared-utils/throttle.d.ts +7 -0
  265. package/dist/shared-utils/tinyEJSrender.d.ts +5 -0
  266. package/dist/shared-utils/to.d.ts +8 -0
  267. package/dist/shared-utils/uuid.d.ts +5 -0
  268. package/dist/typings/math.type.d.ts +44 -0
  269. package/docs/classes/CruisePluginController.html +24 -24
  270. package/docs/classes/Magnifier.html +16 -16
  271. package/docs/classes/ModelRoomLabelController.html +11 -11
  272. package/docs/classes/Object3DHelperController.html +24 -24
  273. package/docs/classes/PaintBrush.html +15 -15
  274. package/docs/classes/PanoTagPluginController.html +39 -39
  275. package/docs/classes/Util.BetterTween.html +8 -8
  276. package/docs/classes/Util.FivePointSelector.html +12 -12
  277. package/docs/classes/Util.Interval.html +12 -12
  278. package/docs/classes/Util.Magnifier.html +17 -17
  279. package/docs/classes/Util.PointDomHelper.html +11 -11
  280. package/docs/classes/Util.PointHelper.html +11 -11
  281. package/docs/classes/Util.Rectangle.html +13 -13
  282. package/docs/enums/CameraMovementEffect.html +7 -7
  283. package/docs/enums/ContentType.html +12 -12
  284. package/docs/enums/DIRECTION.html +9 -9
  285. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
  286. package/docs/enums/DimensionType.html +7 -7
  287. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
  288. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
  289. package/docs/enums/LinkType.html +7 -7
  290. package/docs/enums/PaintBrushTypeEnum.html +8 -8
  291. package/docs/enums/PointType.html +7 -7
  292. package/docs/enums/Rotation.html +8 -8
  293. package/docs/functions/CSS3DRenderPlugin.html +4 -4
  294. package/docs/functions/CameraMovementPlugin.html +4 -4
  295. package/docs/functions/CruisePlugin.html +4 -4
  296. package/docs/functions/GuideLinePlugin.html +5 -5
  297. package/docs/functions/ItemLabelPlugin.html +4 -4
  298. package/docs/functions/MapviewFloorplanPlugin.html +4 -4
  299. package/docs/functions/ModelChassisCompassPlugin.html +4 -4
  300. package/docs/functions/ModelEntryDoorGuidePlugin.html +4 -4
  301. package/docs/functions/ModelFloorplanPlugin.html +4 -4
  302. package/docs/functions/ModelItemLabelPlugin.html +4 -4
  303. package/docs/functions/ModelRoomLabelPlugin.html +4 -4
  304. package/docs/functions/ModelTVVideoPlugin.html +4 -4
  305. package/docs/functions/ModelViewPlugin.html +4 -4
  306. package/docs/functions/Object3DHelperPlugin.html +4 -4
  307. package/docs/functions/PanoCompassPlugin.html +4 -4
  308. package/docs/functions/PanoCursorRaycasterPlugin.html +4 -4
  309. package/docs/functions/PanoDoorLabelPlugin.html +4 -4
  310. package/docs/functions/PanoFloorplanRadarPlugin.html +4 -4
  311. package/docs/functions/PanoMeasurePlugin.html +4 -4
  312. package/docs/functions/PanoRulerPlugin.html +4 -4
  313. package/docs/functions/PanoRulerProPlugin.html +4 -4
  314. package/docs/functions/PanoSpatialTagPlugin.html +4 -4
  315. package/docs/functions/PanoTagPlugin.html +4 -4
  316. package/docs/functions/TopviewFloorplanPlugin.html +4 -4
  317. package/docs/functions/Util.getCoordsFromClient.html +5 -5
  318. package/docs/functions/Util.getCoordsFromElement.html +5 -5
  319. package/docs/functions/Util.getFrameTime.html +5 -5
  320. package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
  321. package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
  322. package/docs/functions/Util.isNil.html +5 -5
  323. package/docs/functions/Util.nextFrame.html +5 -5
  324. package/docs/functions/Util.notNil.html +5 -5
  325. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
  326. package/docs/functions/Util.tweenProgress.html +5 -5
  327. package/docs/functions/pluginFlag.html +5 -5
  328. package/docs/index.html +4 -4
  329. package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
  330. package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
  331. package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
  332. package/docs/interfaces/ContentTypeMap.html +12 -12
  333. package/docs/interfaces/FloorplanBounding.html +8 -8
  334. package/docs/interfaces/FloorplanData.html +10 -10
  335. package/docs/interfaces/FloorplanEntrance.html +11 -11
  336. package/docs/interfaces/FloorplanExtraObject.html +10 -10
  337. package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
  338. package/docs/interfaces/FloorplanFloorData.html +9 -9
  339. package/docs/interfaces/FloorplanImagePosition.html +7 -7
  340. package/docs/interfaces/FloorplanObserver.html +9 -9
  341. package/docs/interfaces/FloorplanOutlineItem.html +9 -9
  342. package/docs/interfaces/FloorplanPosition.html +7 -7
  343. package/docs/interfaces/FloorplanRoomItem.html +13 -13
  344. package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
  345. package/docs/interfaces/FloorplanServerBounding.html +8 -8
  346. package/docs/interfaces/FloorplanServerComputedData.html +10 -10
  347. package/docs/interfaces/FloorplanServerData.html +7 -7
  348. package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
  349. package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
  350. package/docs/interfaces/FloorplanServerEntrance.html +11 -11
  351. package/docs/interfaces/FloorplanServerFloorData.html +9 -9
  352. package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
  353. package/docs/interfaces/FloorplanServerObserver.html +9 -9
  354. package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
  355. package/docs/interfaces/FloorplanServerPosition.html +7 -7
  356. package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
  357. package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
  358. package/docs/interfaces/ItemLabelPluginData.html +6 -6
  359. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
  360. package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
  361. package/docs/interfaces/LineJson.html +7 -7
  362. package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
  363. package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
  364. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
  365. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
  366. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
  367. package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
  368. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
  369. package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
  370. package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
  371. package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
  372. package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
  373. package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
  374. package/docs/interfaces/ModelViewPluginExportType.html +8 -8
  375. package/docs/interfaces/Object3DHelperState.html +8 -8
  376. package/docs/interfaces/OpenParameter.html +7 -7
  377. package/docs/interfaces/PaintBrushAction.html +12 -12
  378. package/docs/interfaces/PaintBrushConfigs.html +12 -12
  379. package/docs/interfaces/PaintBrushState.html +10 -10
  380. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
  381. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +5 -5
  382. package/docs/interfaces/PanoMeasureParameterType.html +11 -11
  383. package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
  384. package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
  385. package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
  386. package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
  387. package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
  388. package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
  389. package/docs/interfaces/PanoRulerProPluginState.html +8 -8
  390. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +5 -5
  391. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +5 -5
  392. package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
  393. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
  394. package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
  395. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
  396. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
  397. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
  398. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
  399. package/docs/interfaces/Point.html +8 -8
  400. package/docs/interfaces/PointJson.html +8 -8
  401. package/docs/interfaces/Room.html +9 -9
  402. package/docs/interfaces/RoomInfo.html +7 -7
  403. package/docs/interfaces/RoomLabel.html +14 -14
  404. package/docs/interfaces/RoomRules.html +5 -5
  405. package/docs/interfaces/Rooms.html +5 -5
  406. package/docs/interfaces/Scissor.html +9 -9
  407. package/docs/interfaces/TagConfig.html +10 -10
  408. package/docs/interfaces/Tags.html +9 -9
  409. package/docs/interfaces/Util.MagnifierParameter.html +11 -11
  410. package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
  411. package/docs/modules/Util.html +5 -5
  412. package/docs/modules.html +4 -4
  413. package/docs/types/ArrayPosition.html +5 -5
  414. package/docs/types/CSS3DRenderExportType.html +5 -5
  415. package/docs/types/CSS3DRenderPluginExportType.html +5 -5
  416. package/docs/types/CSS3DRenderPluginParameterType.html +5 -5
  417. package/docs/types/Color.html +5 -5
  418. package/docs/types/ContentTypeConfigKey.html +5 -5
  419. package/docs/types/ContentTypeConfigKeyArray.html +5 -5
  420. package/docs/types/Create3DDomContainerReturnType.html +5 -5
  421. package/docs/types/Create3DElementReturnType.html +5 -5
  422. package/docs/types/CruisePluginExportType.html +5 -5
  423. package/docs/types/Direction-1.html +5 -5
  424. package/docs/types/Direction4.html +5 -5
  425. package/docs/types/FloorplanRuleLabels.html +5 -5
  426. package/docs/types/FloorplanServerRuleLabels.html +5 -5
  427. package/docs/types/GuideLinePluginExportType.html +5 -5
  428. package/docs/types/HelperEventMap.html +5 -5
  429. package/docs/types/MapviewFloorplanPluginParameterType.html +5 -5
  430. package/docs/types/MapviewFloorplanPluginReturnType.html +5 -5
  431. package/docs/types/MediaData.html +5 -5
  432. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +5 -5
  433. package/docs/types/ModelFloorplanPluginParameterType.html +5 -5
  434. package/docs/types/ModelFloorplanPluginReturnType.html +5 -5
  435. package/docs/types/ModelRoomLabelPluginParameters.html +5 -5
  436. package/docs/types/ModelRoomLabelPluginReturnType.html +5 -5
  437. package/docs/types/MoveArgs.html +5 -5
  438. package/docs/types/MoveOpts.html +5 -5
  439. package/docs/types/Object3DHelperEventMap.html +5 -5
  440. package/docs/types/ObjectFit.html +5 -5
  441. package/docs/types/PaintBrushEventMap.html +5 -5
  442. package/docs/types/PanoCompassPluginData.html +5 -5
  443. package/docs/types/PanoCompassPluginExportType.html +5 -5
  444. package/docs/types/PanoCompassPluginParameterType.html +5 -5
  445. package/docs/types/PanoFloorplanRadarPluginParameterType.html +5 -5
  446. package/docs/types/PanoFloorplanRadarPluginReturnType.html +5 -5
  447. package/docs/types/PanoMeasurePluginEvent.html +5 -5
  448. package/docs/types/PanoMeasureReturnType.html +5 -5
  449. package/docs/types/PanoSpatialTagPluginId.html +5 -5
  450. package/docs/types/PanoTagPluginExportInterface.html +5 -5
  451. package/docs/types/PanoTagPluginParamsInterface.html +5 -5
  452. package/docs/types/PlaneTag.html +5 -5
  453. package/docs/types/PointTag.html +5 -5
  454. package/docs/types/Position.html +5 -5
  455. package/docs/types/RotateArgs.html +5 -5
  456. package/docs/types/RotateOpts.html +5 -5
  457. package/docs/types/RuleLabelsKey.html +5 -5
  458. package/docs/types/RuleLabelsValue.html +5 -5
  459. package/docs/types/Tag.html +5 -5
  460. package/docs/types/Tag2D.html +5 -5
  461. package/docs/types/Tag3D.html +5 -5
  462. package/docs/types/TagId.html +5 -5
  463. package/docs/types/TopviewFloorplanPluginParameterType.html +5 -5
  464. package/docs/types/TopviewFloorplanPluginReturnType.html +5 -5
  465. package/docs/variables/FLOOR_TYPE_MAP.html +5 -5
  466. package/docs/variables/PLUGIN.html +5 -5
  467. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +5 -5
  468. package/docs/variables/ROOM_TYPE_MAP.html +5 -5
  469. package/docs/variables/VERSION.html +5 -5
  470. package/docs/variables/itemLabelPluginServerParams.html +5 -5
  471. package/docs/variables/modelItemLabelPluginServerParams.html +5 -5
  472. package/docs/variables/modelRoomLabelPluginServerParams.html +5 -5
  473. package/package.json +5 -7
  474. package/dist/CSS3DRenderPlugin/index..js +0 -88
  475. package/dist/CSS3DRenderPlugin/index.cjs.js +0 -1
  476. package/dist/CameraMovementPlugin/index..js +0 -11
  477. package/dist/CameraMovementPlugin/index.cjs.js +0 -1
  478. package/dist/CruisePlugin/index..js +0 -527
  479. package/dist/CruisePlugin/index.cjs.js +0 -1
  480. package/dist/GuideLinePlugin/index..js +0 -214
  481. package/dist/GuideLinePlugin/index.cjs.js +0 -1
  482. package/dist/ItemLabelPlugin/index..js +0 -508
  483. package/dist/ItemLabelPlugin/index.cjs.js +0 -10
  484. package/dist/ModelChassisCompassPlugin/index..js +0 -9
  485. package/dist/ModelChassisCompassPlugin/index.cjs.js +0 -1
  486. package/dist/ModelEntryDoorGuidePlugin/index..js +0 -9
  487. package/dist/ModelEntryDoorGuidePlugin/index.cjs.js +0 -1
  488. package/dist/ModelItemLabelPlugin/index..js +0 -334
  489. package/dist/ModelItemLabelPlugin/index.cjs.js +0 -10
  490. package/dist/ModelRoomLabelPlugin/index..js +0 -274
  491. package/dist/ModelRoomLabelPlugin/index.cjs.js +0 -1
  492. package/dist/ModelTVVideoPlugin/index..js +0 -12
  493. package/dist/ModelTVVideoPlugin/index.cjs.js +0 -1
  494. package/dist/ModelViewPlugin/index..js +0 -8
  495. package/dist/ModelViewPlugin/index.cjs.js +0 -1
  496. package/dist/Object3DHelperPlugin/index..js +0 -1414
  497. package/dist/Object3DHelperPlugin/index.cjs.js +0 -1
  498. package/dist/PanoCompassPlugin/index..js +0 -258
  499. package/dist/PanoCompassPlugin/index.cjs.js +0 -1
  500. package/dist/PanoCursorRaycasterPlugin/index..js +0 -63
  501. package/dist/PanoCursorRaycasterPlugin/index.cjs.js +0 -1
  502. package/dist/PanoDoorLabelPlugin/index..js +0 -340
  503. package/dist/PanoDoorLabelPlugin/index.cjs.js +0 -1
  504. package/dist/PanoMeasurePlugin/index..js +0 -15
  505. package/dist/PanoMeasurePlugin/index.cjs.js +0 -1
  506. package/dist/PanoRulerPlugin/index..js +0 -9
  507. package/dist/PanoRulerPlugin/index.cjs.js +0 -1
  508. package/dist/PanoRulerProPlugin/index..js +0 -395
  509. package/dist/PanoRulerProPlugin/index.cjs.js +0 -1
  510. package/dist/PanoSpatialTagPlugin/index..js +0 -15
  511. package/dist/PanoSpatialTagPlugin/index.cjs.js +0 -1
  512. package/dist/PanoTagPlugin/index..js +0 -4522
  513. package/dist/PanoTagPlugin/index.cjs.js +0 -17
  514. package/dist/chunks/cjs/BasePlugin.57e5204f.cjs.js +0 -1
  515. package/dist/chunks/cjs/BasePluginWithData.0a28882d.cjs.js +0 -1
  516. package/dist/chunks/cjs/CSS3DRender.15349564.cjs.js +0 -1
  517. package/dist/chunks/cjs/CameraMovementPlugin.2b342576.cjs.js +0 -1
  518. package/dist/chunks/cjs/Plugin.5f616fb3.cjs.js +0 -1
  519. package/dist/chunks/cjs/Plugin.609da4aa.cjs.js +0 -94
  520. package/dist/chunks/cjs/Plugin.67936d0e.cjs.js +0 -16
  521. package/dist/chunks/cjs/Plugin.8a110c53.cjs.js +0 -1
  522. package/dist/chunks/cjs/Plugin.9971108a.cjs.js +0 -1
  523. package/dist/chunks/cjs/Plugin.fd42bf8a.cjs.js +0 -1
  524. package/dist/chunks/cjs/Subscribe.5398d5c6.cjs.js +0 -1
  525. package/dist/chunks/cjs/changeModelCanvasOpacity.8d84f111.cjs.js +0 -1
  526. package/dist/chunks/cjs/correctFiveState.4c8472bd.cjs.js +0 -1
  527. package/dist/chunks/cjs/debounce.93dfb637.cjs.js +0 -1
  528. package/dist/chunks/cjs/equal.e9fcbd4e.cjs.js +0 -1
  529. package/dist/chunks/cjs/filter.cf9ebbb3.cjs.js +0 -1
  530. package/dist/chunks/cjs/formatData.81e95011.cjs.js +0 -10
  531. package/dist/chunks/cjs/index.30b7baeb.cjs.js +0 -101
  532. package/dist/chunks/cjs/index.686e84d1.cjs.js +0 -290
  533. package/dist/chunks/cjs/index.7d2010ce.cjs.js +0 -1
  534. package/dist/chunks/cjs/isNil.b3a58990.cjs.js +0 -1
  535. package/dist/chunks/cjs/planimetry.7fce816a.cjs.js +0 -1
  536. package/dist/chunks/cjs/throttle.86c209eb.cjs.js +0 -1
  537. package/dist/chunks/cjs/transfromToMeshBasicMaterial.9db6d46a.cjs.js +0 -1
  538. package/dist/chunks/cjs/uuid.29ed9c88.cjs.js +0 -1
  539. package/dist/chunks/es/BasePlugin.813e25f7.es.js +0 -18
  540. package/dist/chunks/es/BasePluginWithData.4bf4e649.es.js +0 -6
  541. package/dist/chunks/es/CSS3DRender.5652510e.es.js +0 -393
  542. package/dist/chunks/es/CameraMovementPlugin.4a7c3e46.es.js +0 -120
  543. package/dist/chunks/es/Plugin.26c2df05.es.js +0 -106
  544. package/dist/chunks/es/Plugin.435485ed.es.js +0 -584
  545. package/dist/chunks/es/Plugin.a98418f0.es.js +0 -82
  546. package/dist/chunks/es/Plugin.ae4ee6f8.es.js +0 -82
  547. package/dist/chunks/es/Plugin.dd11e0ad.es.js +0 -180
  548. package/dist/chunks/es/Plugin.f4cf895f.es.js +0 -355
  549. package/dist/chunks/es/Subscribe.c73e0f91.es.js +0 -50
  550. package/dist/chunks/es/changeModelCanvasOpacity.45ef9fd6.es.js +0 -1551
  551. package/dist/chunks/es/correctFiveState.e7feab9f.es.js +0 -66
  552. package/dist/chunks/es/debounce.ef83f417.es.js +0 -11
  553. package/dist/chunks/es/equal.7db4a6f7.es.js +0 -56
  554. package/dist/chunks/es/filter.97ec06c4.es.js +0 -12
  555. package/dist/chunks/es/formatData.a2b39ef9.es.js +0 -483
  556. package/dist/chunks/es/index.a273f06e.es.js +0 -532
  557. package/dist/chunks/es/index.b8fdb59b.es.js +0 -50
  558. package/dist/chunks/es/index.f74f4851.es.js +0 -1787
  559. package/dist/chunks/es/isNil.212842d9.es.js +0 -10
  560. package/dist/chunks/es/planimetry.b0b4a28d.es.js +0 -43
  561. package/dist/chunks/es/throttle.db66bac3.es.js +0 -11
  562. package/dist/chunks/es/transfromToMeshBasicMaterial.849ee069.es.js +0 -24
  563. package/dist/chunks/es/uuid.676cb2c8.es.js +0 -9
  564. package/dist/components/PaintBrush/index..js +0 -6
  565. package/dist/components/PaintBrush/index.cjs.js +0 -1
  566. package/dist/components/index..js +0 -7
  567. package/dist/components/index.cjs.js +0 -1
  568. package/dist/floorplan/MapviewFloorplanPlugin/index..js +0 -324
  569. package/dist/floorplan/MapviewFloorplanPlugin/index.cjs.js +0 -1
  570. package/dist/floorplan/ModelFloorplanPlugin/index..js +0 -320
  571. package/dist/floorplan/ModelFloorplanPlugin/index.cjs.js +0 -1
  572. package/dist/floorplan/PanoFloorplanRadarPlugin/index..js +0 -613
  573. package/dist/floorplan/PanoFloorplanRadarPlugin/index.cjs.js +0 -1
  574. package/dist/floorplan/TopviewFloorplanPlugin/index..js +0 -277
  575. package/dist/floorplan/TopviewFloorplanPlugin/index.cjs.js +0 -1
  576. package/dist/index..js +0 -530
  577. package/dist/index.cjs.js +0 -16
@@ -1,1551 +0,0 @@
1
- var Ke = Object.defineProperty, Je = Object.defineProperties;
2
- var $e = Object.getOwnPropertyDescriptors;
3
- var me = Object.getOwnPropertySymbols;
4
- var et = Object.prototype.hasOwnProperty, tt = Object.prototype.propertyIsEnumerable;
5
- var ce = (o, e, t) => e in o ? Ke(o, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : o[e] = t, de = (o, e) => {
6
- for (var t in e || (e = {}))
7
- et.call(e, t) && ce(o, t, e[t]);
8
- if (me)
9
- for (var t of me(e))
10
- tt.call(e, t) && ce(o, t, e[t]);
11
- return o;
12
- }, ge = (o, e) => Je(o, $e(e));
13
- var be = (o, e, t) => new Promise((l, a) => {
14
- var n = (r) => {
15
- try {
16
- i(t.next(r));
17
- } catch (u) {
18
- a(u);
19
- }
20
- }, f = (r) => {
21
- try {
22
- i(t.throw(r));
23
- } catch (u) {
24
- a(u);
25
- }
26
- }, i = (r) => r.done ? l(r.value) : Promise.resolve(r.value).then(n, f);
27
- i((t = t.apply(o, e)).next());
28
- });
29
- import { SvelteComponent as A, init as G, safe_not_equal as x, append_styles as S, element as P, attr as m, set_style as I, insert as E, append as L, noop as V, detach as w, empty as O, space as j, text as oe, set_data as ne, binding_callbacks as lt, HtmlTag as ot, transition_in as v, group_outros as z, transition_out as y, check_outros as T, add_render_callback as Ue, add_resize_listener as nt, update_keyed_each as ie, outro_and_destroy_block as Ye, assign as U, create_component as C, mount_component as N, get_spread_update as Y, destroy_component as q, toggle_class as te, destroy_block as at, destroy_each as fe, svg_element as W, null_to_empty as he, create_in_transition as rt } from "svelte/internal";
30
- import { linear as it } from "svelte/easing";
31
- import { fade as ft } from "svelte/transition";
32
- import { CAMERA_IMAGE as pe, pathD as se, formatFloorplanPoint as st, BaseImage as ut, RoomHighlight as mt } from "./formatData.a2b39ef9.es.js";
33
- import { writable as ct } from "svelte/store";
34
- import { onMount as dt } from "svelte";
35
- import * as _e from "three";
36
- var le = /* @__PURE__ */ ((o) => (o[o.FLOOR = 1] = "FLOOR", o[o.CEILING = 2] = "CEILING", o[o.BOUNDING_CENTER = 3] = "BOUNDING_CENTER", o))(le || {});
37
- function gt(o) {
38
- return o * 180 / Math.PI;
39
- }
40
- function bt(o) {
41
- S(o, "svelte-17cl35n", ".floorplan__camera-position.svelte-17cl35n{position:absolute;width:0;height:0}.floorplan__camera-rotate.svelte-17cl35n{position:absolute;background-repeat:no-repeat;background-size:100%}");
42
- }
43
- function ht(o) {
44
- let e, t;
45
- return {
46
- c() {
47
- e = P("div"), t = P("div"), m(t, "class", "floorplan__camera-rotate svelte-17cl35n"), I(t, "background-image", `url(${o[0] || pe})`), I(t, "width", o[4], !1), I(t, "height", o[4], !1), I(t, "left", "-" + o[4], !1), I(t, "top", "-" + o[4], !1), I(t, "transform", `rotate(${o[3]}deg)`, !1), I(t, "transform-origin", `${o[4]} ${o[4]}`, !1), m(e, "class", "floorplan__camera-position svelte-17cl35n"), I(e, "left", o[1], !1), I(e, "top", o[2], !1);
48
- },
49
- m(l, a) {
50
- E(l, e, a), L(e, t);
51
- },
52
- p(l, [a]) {
53
- a & 1 && I(t, "background-image", `url(${l[0] || pe})`);
54
- },
55
- i: V,
56
- o: V,
57
- d(l) {
58
- l && w(e);
59
- }
60
- };
61
- }
62
- function pt(o, e, t) {
63
- let { panoIndex: l } = e, { floorplanData: a } = e, { lastPanoramaLongitude: n } = e, { cameraImageUrl: f } = e;
64
- const { observers: i } = a, r = i[l], u = r.positionInImage.x, b = r.positionInImage.y, p = u * 100 + "%", d = b * 100 + "%", g = -gt(n) + 45, s = document.body.clientWidth, h = document.body.clientHeight, _ = `${(s < 500 || h < 500 ? 17 : 37) / 16}rem`;
65
- return o.$$set = (R) => {
66
- "panoIndex" in R && t(5, l = R.panoIndex), "floorplanData" in R && t(6, a = R.floorplanData), "lastPanoramaLongitude" in R && t(7, n = R.lastPanoramaLongitude), "cameraImageUrl" in R && t(0, f = R.cameraImageUrl);
67
- }, [
68
- f,
69
- p,
70
- d,
71
- g,
72
- _,
73
- l,
74
- a,
75
- n
76
- ];
77
- }
78
- class _t extends A {
79
- constructor(e) {
80
- super(), G(
81
- this,
82
- e,
83
- pt,
84
- ht,
85
- x,
86
- {
87
- panoIndex: 5,
88
- floorplanData: 6,
89
- lastPanoramaLongitude: 7,
90
- cameraImageUrl: 0
91
- },
92
- bt
93
- );
94
- }
95
- }
96
- const vt = "data:image/png;base64,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";
97
- function kt(o) {
98
- S(o, "svelte-rpkaro", ".floorplan-plugin__compass.svelte-rpkaro{position:absolute;left:50%;top:-2.875rem;width:14.4375rem;height:2.5625rem;will-change:opacity;transform-origin:center 11.5rem}.floorplan-plugin__compass-image.svelte-rpkaro{width:100%;height:100%;position:absolute;left:0;top:0;opacity:0.1;background-repeat:no-repeat;background-size:100% 100%}.floorplan-plugin__compass-text.svelte-rpkaro{position:absolute;left:50%;top:0.9375rem;transform:translateX(-50%);opacity:0.2;font-weight:bold;font-size:0.625rem;color:#fff}");
99
- }
100
- function yt(o) {
101
- let e, t, l, a, n;
102
- return {
103
- c() {
104
- e = P("div"), t = P("div"), l = j(), a = P("span"), n = oe(o[0]), m(t, "class", "floorplan-plugin__compass-image svelte-rpkaro"), I(t, "background-image", `url(${vt})`), m(a, "class", "floorplan-plugin__compass-text svelte-rpkaro"), m(e, "class", "floorplan-plugin__compass svelte-rpkaro"), I(e, "transform", o[2], !1);
105
- },
106
- m(f, i) {
107
- E(f, e, i), L(e, t), L(e, l), L(e, a), L(a, n);
108
- },
109
- p(f, i) {
110
- i & 1 && ne(n, f[0]);
111
- },
112
- d(f) {
113
- f && w(e);
114
- }
115
- };
116
- }
117
- function Et(o) {
118
- let e, t = o[1] && yt(o);
119
- return {
120
- c() {
121
- t && t.c(), e = O();
122
- },
123
- m(l, a) {
124
- t && t.m(l, a), E(l, e, a);
125
- },
126
- p(l, [a]) {
127
- l[1] && t.p(l, a);
128
- },
129
- i: V,
130
- o: V,
131
- d(l) {
132
- t && t.d(l), l && w(e);
133
- }
134
- };
135
- }
136
- function wt(o) {
137
- return o / Math.PI * 180;
138
- }
139
- function Rt(o, e, t) {
140
- var u;
141
- let { floorplanData: l } = e, { northDesc: a } = e;
142
- const n = (u = l.entrance) == null ? void 0 : u.northRad, f = typeof n == "number", r = `translateX(-50%) translateZ(10px) rotate(${-(n ? wt(n) : 0) + 90}deg)`;
143
- return o.$$set = (b) => {
144
- "floorplanData" in b && t(3, l = b.floorplanData), "northDesc" in b && t(0, a = b.northDesc);
145
- }, [a, f, r, l];
146
- }
147
- class Lt extends A {
148
- constructor(e) {
149
- super(), G(this, e, Rt, Et, x, { floorplanData: 3, northDesc: 0 }, kt);
150
- }
151
- }
152
- function It(o) {
153
- S(o, "svelte-12pzct5", ".floorplan-plugin__room-label-item.svelte-12pzct5{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-size.svelte-12pzct5{opacity:0.45}");
154
- }
155
- function Dt(o) {
156
- let e, t = o[4].outerHTML + "", l;
157
- return {
158
- c() {
159
- e = new ot(!1), l = O(), e.a = l;
160
- },
161
- m(a, n) {
162
- e.m(t, a, n), E(a, l, n);
163
- },
164
- p(a, n) {
165
- n & 16 && t !== (t = a[4].outerHTML + "") && e.p(t);
166
- },
167
- d(a) {
168
- a && w(l), a && e.d();
169
- }
170
- };
171
- }
172
- function Pt(o) {
173
- let e, t = o[0].name + "", l, a, n, f;
174
- return {
175
- c() {
176
- e = P("span"), l = oe(t), a = j(), n = P("span"), f = oe(o[5]), m(e, "class", "floorplan-plugin__room-name"), m(n, "class", "floorplan-plugin__room-size svelte-12pzct5");
177
- },
178
- m(i, r) {
179
- E(i, e, r), L(e, l), E(i, a, r), E(i, n, r), L(n, f);
180
- },
181
- p(i, r) {
182
- r & 1 && t !== (t = i[0].name + "") && ne(l, t), r & 32 && ne(f, i[5]);
183
- },
184
- d(i) {
185
- i && w(e), i && w(a), i && w(n);
186
- }
187
- };
188
- }
189
- function Wt(o) {
190
- let e;
191
- function t(n, f) {
192
- if (n[1] === void 0)
193
- return Pt;
194
- if (n[4])
195
- return Dt;
196
- }
197
- let l = t(o), a = l && l(o);
198
- return {
199
- c() {
200
- e = P("div"), a && a.c(), m(e, "class", "floorplan-plugin__room-label-item svelte-12pzct5"), I(e, "left", o[6], !1), I(e, "top", o[7], !1), I(e, "font-size", o[8], !1), I(e, "opacity", o[3] ? "1" : "0", !1);
201
- },
202
- m(n, f) {
203
- E(n, e, f), a && a.m(e, null), o[16](e);
204
- },
205
- p(n, [f]) {
206
- l === (l = t(n)) && a ? a.p(n, f) : (a && a.d(1), a = l && l(n), a && (a.c(), a.m(e, null))), f & 8 && I(e, "opacity", n[3] ? "1" : "0", !1);
207
- },
208
- i: V,
209
- o: V,
210
- d(n) {
211
- n && w(e), a && a.d(), o[16](null);
212
- }
213
- };
214
- }
215
- function jt(o, e) {
216
- const t = o[0], l = o[1];
217
- let a = !1;
218
- for (let n = 0, f = e.length - 1; n < e.length; f = n++) {
219
- const i = e[n][0], r = e[n][1], u = e[f][0], b = e[f][1];
220
- r > l != b > l && t < (u - i) * (l - r) / (b - r) + i && (a = !a);
221
- }
222
- return a;
223
- }
224
- function Vt(o, e, t) {
225
- let l, a, n, f, { pxmm: i } = e, { room: r } = e, { hoveredRoom: u } = e, { getRoomAreaText: b } = e, { getLabelElement: p } = e, { adaptiveRoomLabelVisibleEnable: d } = e;
226
- function g(D, M) {
227
- if (M.width === 0 || M.height === 0)
228
- return () => !1;
229
- const Fe = D.path.map(({ x: ue, y: Q }) => [ue, Q]), Be = D.roomLabel.position, { x: Me, y: Qe } = Be, { width: Ze, height: He } = M, K = Ze / 2, J = He / 2;
230
- return function(Q) {
231
- const $ = Me * Q, ee = Qe * Q, Oe = Fe.map(([ae, Xe]) => [ae * Q, Xe * Q]);
232
- return [
233
- [$ + K, ee - J],
234
- [$ - K, ee - J],
235
- [$ - K, ee + J],
236
- [$ + K, ee + J]
237
- ].every((ae) => jt(ae, Oe));
238
- };
239
- }
240
- const s = document.body.clientWidth, h = document.body.clientHeight, c = r.roomLabel, _ = c.positionInImage.x * 100 + "%", R = c.positionInImage.y * 100 + "%", k = (s < 500 || h < 500 ? 10 : 14) / 16 + "rem";
241
- let F = !1, B, X;
242
- u.subscribe(function(M) {
243
- t(13, F = !!M && M.id === r.id);
244
- }), dt(() => {
245
- const D = B == null ? void 0 : B.getClientRects()[0];
246
- t(14, X = {
247
- width: D.width,
248
- height: D.height
249
- });
250
- });
251
- function Se(D) {
252
- lt[D ? "unshift" : "push"](() => {
253
- B = D, t(2, B);
254
- });
255
- }
256
- return o.$$set = (D) => {
257
- "pxmm" in D && t(9, i = D.pxmm), "room" in D && t(0, r = D.room), "hoveredRoom" in D && t(10, u = D.hoveredRoom), "getRoomAreaText" in D && t(11, b = D.getRoomAreaText), "getLabelElement" in D && t(1, p = D.getLabelElement), "adaptiveRoomLabelVisibleEnable" in D && t(12, d = D.adaptiveRoomLabelVisibleEnable);
258
- }, o.$$.update = () => {
259
- o.$$.dirty & 2049 && t(5, l = r.size ? b(r.size) : ""), o.$$.dirty & 16385 && t(15, a = X ? g(r, X) : void 0), o.$$.dirty & 3 && t(4, n = p == null ? void 0 : p(r)), o.$$.dirty & 45568 && t(3, f = d ? F ? !0 : !!(a != null && a(i)) : !0);
260
- }, [
261
- r,
262
- p,
263
- B,
264
- f,
265
- n,
266
- l,
267
- _,
268
- R,
269
- k,
270
- i,
271
- u,
272
- b,
273
- d,
274
- F,
275
- X,
276
- a,
277
- Se
278
- ];
279
- }
280
- class Ct extends A {
281
- constructor(e) {
282
- super(), G(
283
- this,
284
- e,
285
- Vt,
286
- Wt,
287
- x,
288
- {
289
- pxmm: 9,
290
- room: 0,
291
- hoveredRoom: 10,
292
- getRoomAreaText: 11,
293
- getLabelElement: 1,
294
- adaptiveRoomLabelVisibleEnable: 12
295
- },
296
- It
297
- );
298
- }
299
- }
300
- function Nt(o) {
301
- S(o, "svelte-13xux0b", ".floorplan-plugin__room-labels.svelte-13xux0b{width:100%;height:100%;position:absolute;left:0;top:0;z-index:20;pointer-events:none}");
302
- }
303
- function ve(o, e, t) {
304
- const l = o.slice();
305
- return l[10] = e[t], l;
306
- }
307
- function ke(o) {
308
- let e, t = [], l = /* @__PURE__ */ new Map(), a, n, f = o[6];
309
- const i = (r) => r[10].id;
310
- for (let r = 0; r < f.length; r += 1) {
311
- let u = ve(o, f, r), b = i(u);
312
- l.set(b, t[r] = ye(b, u));
313
- }
314
- return {
315
- c() {
316
- e = P("div");
317
- for (let r = 0; r < t.length; r += 1)
318
- t[r].c();
319
- m(e, "class", "floorplan-plugin__room-labels svelte-13xux0b"), Ue(() => o[9].call(e));
320
- },
321
- m(r, u) {
322
- E(r, e, u);
323
- for (let b = 0; b < t.length; b += 1)
324
- t[b].m(e, null);
325
- a = nt(e, o[9].bind(e)), n = !0;
326
- },
327
- p(r, u) {
328
- u & 111 && (f = r[6], z(), t = ie(t, u, i, 1, r, f, l, e, Ye, ye, null, ve), T());
329
- },
330
- i(r) {
331
- if (!n) {
332
- for (let u = 0; u < f.length; u += 1)
333
- v(t[u]);
334
- n = !0;
335
- }
336
- },
337
- o(r) {
338
- for (let u = 0; u < t.length; u += 1)
339
- y(t[u]);
340
- n = !1;
341
- },
342
- d(r) {
343
- r && w(e);
344
- for (let u = 0; u < t.length; u += 1)
345
- t[u].d();
346
- a();
347
- }
348
- };
349
- }
350
- function ye(o, e) {
351
- let t, l, a;
352
- const n = [
353
- {
354
- pxmm: e[5],
355
- room: e[10],
356
- getLabelElement: e[2],
357
- getRoomAreaText: e[1],
358
- hoveredRoom: e[0],
359
- adaptiveRoomLabelVisibleEnable: e[3]
360
- }
361
- ];
362
- let f = {};
363
- for (let i = 0; i < n.length; i += 1)
364
- f = U(f, n[i]);
365
- return l = new Ct({ props: f }), {
366
- key: o,
367
- first: null,
368
- c() {
369
- t = O(), C(l.$$.fragment), this.first = t;
370
- },
371
- m(i, r) {
372
- E(i, t, r), N(l, i, r), a = !0;
373
- },
374
- p(i, r) {
375
- e = i;
376
- const u = r & 111 ? Y(n, [
377
- {
378
- pxmm: e[5],
379
- room: e[10],
380
- getLabelElement: e[2],
381
- getRoomAreaText: e[1],
382
- hoveredRoom: e[0],
383
- adaptiveRoomLabelVisibleEnable: e[3]
384
- }
385
- ]) : {};
386
- l.$set(u);
387
- },
388
- i(i) {
389
- a || (v(l.$$.fragment, i), a = !0);
390
- },
391
- o(i) {
392
- y(l.$$.fragment, i), a = !1;
393
- },
394
- d(i) {
395
- i && w(t), q(l, i);
396
- }
397
- };
398
- }
399
- function qt(o) {
400
- let e, t, l = o[6] && ke(o);
401
- return {
402
- c() {
403
- l && l.c(), e = O();
404
- },
405
- m(a, n) {
406
- l && l.m(a, n), E(a, e, n), t = !0;
407
- },
408
- p(a, [n]) {
409
- a[6] ? l ? (l.p(a, n), n & 64 && v(l, 1)) : (l = ke(a), l.c(), v(l, 1), l.m(e.parentNode, e)) : l && (z(), y(l, 1, 1, () => {
410
- l = null;
411
- }), T());
412
- },
413
- i(a) {
414
- t || (v(l), t = !0);
415
- },
416
- o(a) {
417
- y(l), t = !1;
418
- },
419
- d(a) {
420
- l && l.d(a), a && w(e);
421
- }
422
- };
423
- }
424
- function At(o, e, t) {
425
- let l, { floorIndex: a } = e, { floorplanData: n } = e, { hoveredRoom: f } = e, { getRoomAreaText: i } = e, { getLabelElement: r } = e, { adaptiveRoomLabelVisibleEnable: u } = e, b = 0, p = 0;
426
- function d() {
427
- b = this.clientWidth, t(4, b);
428
- }
429
- return o.$$set = (g) => {
430
- "floorIndex" in g && t(7, a = g.floorIndex), "floorplanData" in g && t(8, n = g.floorplanData), "hoveredRoom" in g && t(0, f = g.hoveredRoom), "getRoomAreaText" in g && t(1, i = g.getRoomAreaText), "getLabelElement" in g && t(2, r = g.getLabelElement), "adaptiveRoomLabelVisibleEnable" in g && t(3, u = g.adaptiveRoomLabelVisibleEnable);
431
- }, o.$$.update = () => {
432
- if (o.$$.dirty & 384 && t(6, l = n.floorDatas[a].rooms), o.$$.dirty & 272) {
433
- const { max: g, min: s } = n.bounding, h = g.x - s.x;
434
- t(5, p = b / h);
435
- }
436
- }, [
437
- f,
438
- i,
439
- r,
440
- u,
441
- b,
442
- p,
443
- l,
444
- a,
445
- n,
446
- d
447
- ];
448
- }
449
- class Gt extends A {
450
- constructor(e) {
451
- super(), G(
452
- this,
453
- e,
454
- At,
455
- qt,
456
- x,
457
- {
458
- floorIndex: 7,
459
- floorplanData: 8,
460
- hoveredRoom: 0,
461
- getRoomAreaText: 1,
462
- getLabelElement: 2,
463
- adaptiveRoomLabelVisibleEnable: 3
464
- },
465
- Nt
466
- );
467
- }
468
- }
469
- function xt(o) {
470
- S(o, "svelte-djlmk4", ".floorplan-plugin__rule-labels.svelte-djlmk4.svelte-djlmk4{position:absolute;display:flex}.floorplan-plugin__rule-labels--top.svelte-djlmk4.svelte-djlmk4{left:0;top:-1.25rem}.floorplan-plugin__rule-labels--bottom.svelte-djlmk4.svelte-djlmk4{left:0;bottom:-1.25rem}.floorplan-plugin__rule-labels--left.svelte-djlmk4.svelte-djlmk4{top:0;left:-1.25rem}.floorplan-plugin__rule-labels--right.svelte-djlmk4.svelte-djlmk4{top:0;right:-1.25rem}.floorplan-plugin__rule-line.svelte-djlmk4.svelte-djlmk4{background:#fff;opacity:0.05;width:100%;height:100%}.floorplan-plugin__rule-scale-wrapper.svelte-djlmk4.svelte-djlmk4{position:absolute;width:0.3125rem;height:100%;left:50%;top:0;transform:translateX(-50%)}.floorplan-plugin__rule-labels.is-row.svelte-djlmk4 .floorplan-plugin__rule-scale-wrapper.svelte-djlmk4{width:100%;height:0.3125rem;top:50%;left:0;transform:translateY(-50%)}.floorplan-plugin__rule-scale.svelte-djlmk4.svelte-djlmk4{position:absolute;background:#fff;opacity:0.05;width:100%;height:0.0625rem}.floorplan-plugin__rule-labels.is-row.svelte-djlmk4 .floorplan-plugin__rule-scale.svelte-djlmk4{width:0.0625rem;height:100%}.floorplan-plugin__rule-text-wrapper.svelte-djlmk4.svelte-djlmk4{position:absolute}.floorplan-plugin__rule-labels--top.svelte-djlmk4 .floorplan-plugin__rule-text-wrapper.svelte-djlmk4{width:100%;height:0;top:0.625rem}.floorplan-plugin__rule-labels--bottom.svelte-djlmk4 .floorplan-plugin__rule-text-wrapper.svelte-djlmk4{width:100%;height:0;bottom:0.625rem}.floorplan-plugin__rule-labels--left.svelte-djlmk4 .floorplan-plugin__rule-text-wrapper.svelte-djlmk4{width:0;height:100%;left:0.625rem}.floorplan-plugin__rule-labels--right.svelte-djlmk4 .floorplan-plugin__rule-text-wrapper.svelte-djlmk4{width:0;height:100%;right:0.625rem}.floorplan-plugin__rule-text-item.svelte-djlmk4.svelte-djlmk4{width:0;height:0;position:absolute;transform:rotate(90deg)}.floorplan-plugin__rule-labels.is-row.svelte-djlmk4 .floorplan-plugin__rule-text-item.svelte-djlmk4{transform:rotate(0)}.floorplan-plugin__rule-text.svelte-djlmk4.svelte-djlmk4{width:-moz-max-content;width:max-content;transform:translate(-50%, -50%);font-size:0.625rem;color:#fff;opacity:0.2}");
471
- }
472
- function Ee(o, e, t) {
473
- const l = o.slice();
474
- return l[11] = e[t], l[13] = t, l;
475
- }
476
- function we(o, e, t) {
477
- const l = o.slice();
478
- return l[14] = e[t], l;
479
- }
480
- function Re(o) {
481
- let e;
482
- return {
483
- c() {
484
- e = P("div"), m(e, "class", "floorplan-plugin__rule-scale svelte-djlmk4"), I(e, "left", o[14].left * 100 + "%", !1), I(e, "bottom", o[14].bottom * 100 + "%", !1);
485
- },
486
- m(t, l) {
487
- E(t, e, l);
488
- },
489
- p: V,
490
- d(t) {
491
- t && w(e);
492
- }
493
- };
494
- }
495
- function Le(o, e) {
496
- let t, l, a = e[1](e[11].distance) + "", n, f;
497
- return {
498
- key: o,
499
- first: null,
500
- c() {
501
- t = P("div"), l = P("div"), n = oe(a), f = j(), m(l, "class", "floorplan-plugin__rule-text svelte-djlmk4"), te(l, "is-row", e[2]), m(t, "class", "floorplan-plugin__rule-text-item svelte-djlmk4"), I(t, "left", e[11].left * 100 + "%", !1), I(t, "bottom", e[11].bottom * 100 + "%", !1), this.first = t;
502
- },
503
- m(i, r) {
504
- E(i, t, r), L(t, l), L(l, n), L(t, f);
505
- },
506
- p(i, r) {
507
- e = i, r & 2 && a !== (a = e[1](e[11].distance) + "") && ne(n, a);
508
- },
509
- d(i) {
510
- i && w(t);
511
- }
512
- };
513
- }
514
- function zt(o) {
515
- let e, t, l, a, n, f, i = [], r = /* @__PURE__ */ new Map(), u, b = o[3], p = [];
516
- for (let s = 0; s < b.length; s += 1)
517
- p[s] = Re(we(o, b, s));
518
- let d = o[4];
519
- const g = (s) => s[13];
520
- for (let s = 0; s < d.length; s += 1) {
521
- let h = Ee(o, d, s), c = g(h);
522
- r.set(c, i[s] = Le(c, h));
523
- }
524
- return {
525
- c() {
526
- e = P("div"), t = P("div"), l = j(), a = P("div");
527
- for (let s = 0; s < p.length; s += 1)
528
- p[s].c();
529
- n = j(), f = P("div");
530
- for (let s = 0; s < i.length; s += 1)
531
- i[s].c();
532
- m(t, "class", "floorplan-plugin__rule-line svelte-djlmk4"), m(a, "class", "floorplan-plugin__rule-scale-wrapper svelte-djlmk4"), te(a, "is-row", o[2]), m(f, "class", "floorplan-plugin__rule-text-wrapper svelte-djlmk4"), m(e, "class", u = "floorplan-plugin__rule-labels floorplan-plugin__rule-labels--" + o[0] + " svelte-djlmk4"), te(e, "is-row", o[2]), I(e, "width", o[2] ? "100%" : 1 / 16 + "rem", !1), I(e, "height", o[2] ? 1 / 16 + "rem" : "100%", !1);
533
- },
534
- m(s, h) {
535
- E(s, e, h), L(e, t), L(e, l), L(e, a);
536
- for (let c = 0; c < p.length; c += 1)
537
- p[c].m(a, null);
538
- L(e, n), L(e, f);
539
- for (let c = 0; c < i.length; c += 1)
540
- i[c].m(f, null);
541
- },
542
- p(s, [h]) {
543
- if (h & 8) {
544
- b = s[3];
545
- let c;
546
- for (c = 0; c < b.length; c += 1) {
547
- const _ = we(s, b, c);
548
- p[c] ? p[c].p(_, h) : (p[c] = Re(_), p[c].c(), p[c].m(a, null));
549
- }
550
- for (; c < p.length; c += 1)
551
- p[c].d(1);
552
- p.length = b.length;
553
- }
554
- h & 22 && (d = s[4], i = ie(i, h, g, 1, s, d, r, f, at, Le, null, Ee)), h & 1 && u !== (u = "floorplan-plugin__rule-labels floorplan-plugin__rule-labels--" + s[0] + " svelte-djlmk4") && m(e, "class", u), h & 5 && te(e, "is-row", s[2]);
555
- },
556
- i: V,
557
- o: V,
558
- d(s) {
559
- s && w(e), fe(p, s);
560
- for (let h = 0; h < i.length; h += 1)
561
- i[h].d();
562
- }
563
- };
564
- }
565
- const Z = 1e3, H = 180;
566
- function Tt(o, e, t) {
567
- let { type: l } = e, { data: a } = e, { bounding: n } = e, { getRuleDistanceText: f } = e;
568
- const i = l === "top" || l === "bottom", r = n.max.x - n.min.x - (Z - H) * 2, u = n.max.y - n.min.y - (Z - H) * 2, b = a.map(([s, h]) => i ? [s.x, h.x] : [s.y, h.y]).flat().sort().filter((s, h, c) => h === 0 ? !0 : s !== c[h - 1]), p = b.map((s) => {
569
- const h = i ? (s - n.min.x - Z + H) / r : 0, c = i ? 0 : (s - n.min.y - Z + H) / u;
570
- return { left: h, bottom: c };
571
- });
572
- p.unshift({ left: 0, bottom: 0 }), p.push(i ? { left: 1, bottom: 0 } : { left: 0, bottom: 1 });
573
- const d = b[b.length - 1] - b[0], g = b.map((s, h, c) => {
574
- const _ = h === 0 ? 0 : s - c[h - 1], R = h === 0 ? 0 : (s + c[h - 1]) / 2, k = i ? (R - n.min.x - Z + H) / r : 0, F = i ? 0 : (R - n.min.y - Z + H) / u;
575
- return { left: k, bottom: F, distance: _ };
576
- }).filter(({ distance: s }) => s / d > 0.1);
577
- return o.$$set = (s) => {
578
- "type" in s && t(0, l = s.type), "data" in s && t(5, a = s.data), "bounding" in s && t(6, n = s.bounding), "getRuleDistanceText" in s && t(1, f = s.getRuleDistanceText);
579
- }, [l, f, i, p, g, a, n];
580
- }
581
- class Ut extends A {
582
- constructor(e) {
583
- super(), G(
584
- this,
585
- e,
586
- Tt,
587
- zt,
588
- x,
589
- {
590
- type: 0,
591
- data: 5,
592
- bounding: 6,
593
- getRuleDistanceText: 1
594
- },
595
- xt
596
- );
597
- }
598
- }
599
- function Yt(o) {
600
- S(o, "svelte-1mzj9p3", ".floorplan-plugin__rule-labels-wrapper.svelte-1mzj9p3{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);pointer-events:none}");
601
- }
602
- function Ie(o, e, t) {
603
- const l = o.slice();
604
- return l[13] = e[t][0], l[14] = e[t][1], l;
605
- }
606
- function De(o, e) {
607
- let t, l, a;
608
- const n = [
609
- {
610
- type: e[13],
611
- data: e[14],
612
- bounding: e[1],
613
- getRuleDistanceText: e[0]
614
- }
615
- ];
616
- let f = {};
617
- for (let i = 0; i < n.length; i += 1)
618
- f = U(f, n[i]);
619
- return l = new Ut({ props: f }), {
620
- key: o,
621
- first: null,
622
- c() {
623
- t = O(), C(l.$$.fragment), this.first = t;
624
- },
625
- m(i, r) {
626
- E(i, t, r), N(l, i, r), a = !0;
627
- },
628
- p(i, r) {
629
- e = i;
630
- const u = r & 19 ? Y(n, [
631
- {
632
- type: e[13],
633
- data: e[14],
634
- bounding: e[1],
635
- getRuleDistanceText: e[0]
636
- }
637
- ]) : {};
638
- l.$set(u);
639
- },
640
- i(i) {
641
- a || (v(l.$$.fragment, i), a = !0);
642
- },
643
- o(i) {
644
- y(l.$$.fragment, i), a = !1;
645
- },
646
- d(i) {
647
- i && w(t), q(l, i);
648
- }
649
- };
650
- }
651
- function St(o) {
652
- let e, t = [], l = /* @__PURE__ */ new Map(), a, n = o[4];
653
- const f = (i) => i[13];
654
- for (let i = 0; i < n.length; i += 1) {
655
- let r = Ie(o, n, i), u = f(r);
656
- l.set(u, t[i] = De(u, r));
657
- }
658
- return {
659
- c() {
660
- e = P("div");
661
- for (let i = 0; i < t.length; i += 1)
662
- t[i].c();
663
- m(e, "class", "floorplan-plugin__rule-labels-wrapper svelte-1mzj9p3"), I(e, "width", o[3], !1), I(e, "height", o[2], !1);
664
- },
665
- m(i, r) {
666
- E(i, e, r);
667
- for (let u = 0; u < t.length; u += 1)
668
- t[u].m(e, null);
669
- a = !0;
670
- },
671
- p(i, [r]) {
672
- r & 19 && (n = i[4], z(), t = ie(t, r, f, 1, i, n, l, e, Ye, De, null, Ie), T()), r & 8 && I(e, "width", i[3], !1), r & 4 && I(e, "height", i[2], !1);
673
- },
674
- i(i) {
675
- if (!a) {
676
- for (let r = 0; r < n.length; r += 1)
677
- v(t[r]);
678
- a = !0;
679
- }
680
- },
681
- o(i) {
682
- for (let r = 0; r < t.length; r += 1)
683
- y(t[r]);
684
- a = !1;
685
- },
686
- d(i) {
687
- i && w(e);
688
- for (let r = 0; r < t.length; r += 1)
689
- t[r].d();
690
- }
691
- };
692
- }
693
- const Pe = 1e3, We = 180;
694
- function Ft(o, e, t) {
695
- let l, a, n, f, i, r, u, b, p, d, { floorIndex: g } = e, { floorplanData: s } = e, { getRuleDistanceText: h } = e;
696
- return o.$$set = (c) => {
697
- "floorIndex" in c && t(5, g = c.floorIndex), "floorplanData" in c && t(6, s = c.floorplanData), "getRuleDistanceText" in c && t(0, h = c.getRuleDistanceText);
698
- }, o.$$.update = () => {
699
- o.$$.dirty & 64 && t(1, l = s.bounding), o.$$.dirty & 96 && t(11, a = s.floorDatas[g].rules), o.$$.dirty & 2048 && t(12, n = Object.keys(a)), o.$$.dirty & 6144 && t(4, f = n.map((c) => [c, a[c]])), o.$$.dirty & 2 && t(9, i = l.max.x - l.min.x), o.$$.dirty & 2 && t(7, r = l.max.y - l.min.y), o.$$.dirty & 2 && t(10, u = l.max.x - l.min.x - (Pe - We) * 2), o.$$.dirty & 2 && t(8, b = l.max.y - l.min.y - (Pe - We) * 2), o.$$.dirty & 1536 && t(3, p = u / i * 100 + "%"), o.$$.dirty & 384 && t(2, d = b / r * 100 + "%");
700
- }, [
701
- h,
702
- l,
703
- d,
704
- p,
705
- f,
706
- g,
707
- s,
708
- r,
709
- b,
710
- i,
711
- u,
712
- a,
713
- n
714
- ];
715
- }
716
- class Bt extends A {
717
- constructor(e) {
718
- super(), G(
719
- this,
720
- e,
721
- Ft,
722
- St,
723
- x,
724
- {
725
- floorIndex: 5,
726
- floorplanData: 6,
727
- getRuleDistanceText: 0
728
- },
729
- Yt
730
- );
731
- }
732
- }
733
- function Mt(o) {
734
- let e;
735
- return {
736
- c() {
737
- e = W("path"), m(e, "d", o[0]), m(e, "fill", "#2F313A");
738
- },
739
- m(t, l) {
740
- E(t, e, l);
741
- },
742
- p(t, [l]) {
743
- l & 1 && m(e, "d", t[0]);
744
- },
745
- i: V,
746
- o: V,
747
- d(t) {
748
- t && w(e);
749
- }
750
- };
751
- }
752
- function Qt(o, e, t) {
753
- let l, { path: a } = e;
754
- return o.$$set = (n) => {
755
- "path" in n && t(1, a = n.path);
756
- }, o.$$.update = () => {
757
- o.$$.dirty & 2 && t(0, l = se(a, { needZ: !0 }));
758
- }, [l, a];
759
- }
760
- class Zt extends A {
761
- constructor(e) {
762
- super(), G(this, e, Qt, Mt, x, { path: 1 });
763
- }
764
- }
765
- function Ht(o) {
766
- let e, t, l, a, n, f;
767
- return {
768
- c() {
769
- e = W("defs"), t = W("pattern"), l = W("rect"), a = W("path"), n = j(), f = W("path"), m(l, "x", "0"), m(l, "y", "0"), m(l, "width", o[1]), m(l, "height", o[1]), m(l, "fill", "#323747"), m(a, "d", o[2]), m(a, "stroke", "#ffffff"), m(a, "stroke-opacity", "0.06"), m(a, "stroke-width", "0.5"), m(a, "fill", "none"), m(t, "id", "fpm-room-pattern-0"), m(t, "x", "0"), m(t, "y", "0"), m(t, "width", o[1]), m(t, "height", o[1]), m(t, "patternUnits", "userSpaceOnUse"), m(t, "patternTransform", "scale(50 50)"), m(f, "d", o[0]), m(f, "fill", "url(#fpm-room-pattern-0)");
770
- },
771
- m(i, r) {
772
- E(i, e, r), L(e, t), L(t, l), L(t, a), E(i, n, r), E(i, f, r);
773
- },
774
- p(i, [r]) {
775
- r & 1 && m(f, "d", i[0]);
776
- },
777
- i: V,
778
- o: V,
779
- d(i) {
780
- i && w(e), i && w(n), i && w(f);
781
- }
782
- };
783
- }
784
- const re = 6;
785
- function Ot(o, e, t) {
786
- let l, { path: a } = e;
787
- const n = re * 2, f = `M0 ${re} h ${n} M${re} 0 v ${n}`;
788
- return o.$$set = (i) => {
789
- "path" in i && t(3, a = i.path);
790
- }, o.$$.update = () => {
791
- o.$$.dirty & 8 && t(0, l = se(a, { needZ: !0 }));
792
- }, [l, n, f, a];
793
- }
794
- class Xt extends A {
795
- constructor(e) {
796
- super(), G(this, e, Ot, Ht, x, { path: 3 });
797
- }
798
- }
799
- function Kt(o) {
800
- let e, t, l, a, n, f, i, r, u, b, p;
801
- return {
802
- c() {
803
- e = W("defs"), t = W("pattern"), l = W("rect"), a = W("pattern"), n = W("rect"), f = j(), i = W("path"), r = j(), u = W("path"), b = j(), p = W("path"), m(l, "x", "0"), m(l, "y", "0"), m(l, "width", "6"), m(l, "height", "50"), m(l, "fill", "none"), m(l, "stroke", "#4B4B57"), m(l, "stroke-width", "0.5"), m(t, "id", "room-material-pattern-1"), m(t, "x", "0"), m(t, "y", "0"), m(t, "width", "12"), m(t, "height", "50"), m(t, "patternUnits", "userSpaceOnUse"), m(t, "patternTransform", "scale(50 50)"), m(n, "x", "0"), m(n, "y", "0"), m(n, "width", "6"), m(n, "height", "50"), m(n, "fill", "none"), m(n, "stroke", "#4B4B57"), m(n, "stroke-width", "0.5"), m(a, "id", "room-material-pattern-2"), m(a, "x", "6"), m(a, "y", "25"), m(a, "width", "12"), m(a, "height", "50"), m(a, "patternUnits", "userSpaceOnUse"), m(a, "patternTransform", "scale(50 50)"), m(i, "d", o[0]), m(i, "fill", "#43434D"), m(u, "d", o[0]), m(u, "fill", "url(#room-material-pattern-1)"), m(p, "d", o[0]), m(p, "fill", "url(#room-material-pattern-2)");
804
- },
805
- m(d, g) {
806
- E(d, e, g), L(e, t), L(t, l), L(e, a), L(a, n), E(d, f, g), E(d, i, g), E(d, r, g), E(d, u, g), E(d, b, g), E(d, p, g);
807
- },
808
- p(d, [g]) {
809
- g & 1 && m(i, "d", d[0]), g & 1 && m(u, "d", d[0]), g & 1 && m(p, "d", d[0]);
810
- },
811
- i: V,
812
- o: V,
813
- d(d) {
814
- d && w(e), d && w(f), d && w(i), d && w(r), d && w(u), d && w(b), d && w(p);
815
- }
816
- };
817
- }
818
- function Jt(o, e, t) {
819
- let l, { path: a } = e;
820
- return o.$$set = (n) => {
821
- "path" in n && t(1, a = n.path);
822
- }, o.$$.update = () => {
823
- o.$$.dirty & 2 && t(0, l = se(a, { needZ: !0 }));
824
- }, [l, a];
825
- }
826
- class $t extends A {
827
- constructor(e) {
828
- super(), G(this, e, Jt, Kt, x, { path: 1 });
829
- }
830
- }
831
- function el(o) {
832
- S(o, "svelte-1dykexu", ".floorplan-plugin__room-material.svelte-1dykexu{position:absolute;left:0;top:0;width:100%;height:100%}svg.svelte-1dykexu{position:absolute;left:0;top:0;width:100%;height:100%;overflow:visible}");
833
- }
834
- function je(o, e, t) {
835
- const l = o.slice();
836
- return l[5] = e[t], l;
837
- }
838
- function tl(o) {
839
- let e, t;
840
- return e = new Xt({ props: { path: o[5].path } }), {
841
- c() {
842
- C(e.$$.fragment);
843
- },
844
- m(l, a) {
845
- N(e, l, a), t = !0;
846
- },
847
- p(l, a) {
848
- const n = {};
849
- a & 1 && (n.path = l[5].path), e.$set(n);
850
- },
851
- i(l) {
852
- t || (v(e.$$.fragment, l), t = !0);
853
- },
854
- o(l) {
855
- y(e.$$.fragment, l), t = !1;
856
- },
857
- d(l) {
858
- q(e, l);
859
- }
860
- };
861
- }
862
- function ll(o) {
863
- let e, t;
864
- return e = new $t({ props: { path: o[5].path } }), {
865
- c() {
866
- C(e.$$.fragment);
867
- },
868
- m(l, a) {
869
- N(e, l, a), t = !0;
870
- },
871
- p(l, a) {
872
- const n = {};
873
- a & 1 && (n.path = l[5].path), e.$set(n);
874
- },
875
- i(l) {
876
- t || (v(e.$$.fragment, l), t = !0);
877
- },
878
- o(l) {
879
- y(e.$$.fragment, l), t = !1;
880
- },
881
- d(l) {
882
- q(e, l);
883
- }
884
- };
885
- }
886
- function ol(o) {
887
- let e, t;
888
- return e = new Zt({ props: { path: o[5].path } }), {
889
- c() {
890
- C(e.$$.fragment);
891
- },
892
- m(l, a) {
893
- N(e, l, a), t = !0;
894
- },
895
- p(l, a) {
896
- const n = {};
897
- a & 1 && (n.path = l[5].path), e.$set(n);
898
- },
899
- i(l) {
900
- t || (v(e.$$.fragment, l), t = !0);
901
- },
902
- o(l) {
903
- y(e.$$.fragment, l), t = !1;
904
- },
905
- d(l) {
906
- q(e, l);
907
- }
908
- };
909
- }
910
- function Ve(o) {
911
- let e, t, l, a;
912
- const n = [ol, ll, tl], f = [];
913
- function i(r, u) {
914
- return r[5].floorType === 1 ? 0 : r[5].floorType === 0 ? 1 : 2;
915
- }
916
- return t = i(o), l = f[t] = n[t](o), {
917
- c() {
918
- e = W("svg"), l.c(), m(e, "width", "100%"), m(e, "height", "100%"), m(e, "viewBox", `0 0 ${o[1]} ${o[2]}`), m(e, "class", "svelte-1dykexu");
919
- },
920
- m(r, u) {
921
- E(r, e, u), f[t].m(e, null), a = !0;
922
- },
923
- p(r, u) {
924
- let b = t;
925
- t = i(r), t === b ? f[t].p(r, u) : (z(), y(f[b], 1, 1, () => {
926
- f[b] = null;
927
- }), T(), l = f[t], l ? l.p(r, u) : (l = f[t] = n[t](r), l.c()), v(l, 1), l.m(e, null));
928
- },
929
- i(r) {
930
- a || (v(l), a = !0);
931
- },
932
- o(r) {
933
- y(l), a = !1;
934
- },
935
- d(r) {
936
- r && w(e), f[t].d();
937
- }
938
- };
939
- }
940
- function nl(o) {
941
- let e, t, l = o[0], a = [];
942
- for (let f = 0; f < l.length; f += 1)
943
- a[f] = Ve(je(o, l, f));
944
- const n = (f) => y(a[f], 1, 1, () => {
945
- a[f] = null;
946
- });
947
- return {
948
- c() {
949
- e = P("div");
950
- for (let f = 0; f < a.length; f += 1)
951
- a[f].c();
952
- m(e, "class", "floorplan-plugin__room-material svelte-1dykexu");
953
- },
954
- m(f, i) {
955
- E(f, e, i);
956
- for (let r = 0; r < a.length; r += 1)
957
- a[r].m(e, null);
958
- t = !0;
959
- },
960
- p(f, [i]) {
961
- if (i & 7) {
962
- l = f[0];
963
- let r;
964
- for (r = 0; r < l.length; r += 1) {
965
- const u = je(f, l, r);
966
- a[r] ? (a[r].p(u, i), v(a[r], 1)) : (a[r] = Ve(u), a[r].c(), v(a[r], 1), a[r].m(e, null));
967
- }
968
- for (z(), r = l.length; r < a.length; r += 1)
969
- n(r);
970
- T();
971
- }
972
- },
973
- i(f) {
974
- if (!t) {
975
- for (let i = 0; i < l.length; i += 1)
976
- v(a[i]);
977
- t = !0;
978
- }
979
- },
980
- o(f) {
981
- a = a.filter(Boolean);
982
- for (let i = 0; i < a.length; i += 1)
983
- y(a[i]);
984
- t = !1;
985
- },
986
- d(f) {
987
- f && w(e), fe(a, f);
988
- }
989
- };
990
- }
991
- function al(o, e, t) {
992
- let l, { floorIndex: a } = e, { floorplanData: n } = e;
993
- const f = n.bounding.max.x - n.bounding.min.x, i = n.bounding.max.y - n.bounding.min.y;
994
- return o.$$set = (r) => {
995
- "floorIndex" in r && t(3, a = r.floorIndex), "floorplanData" in r && t(4, n = r.floorplanData);
996
- }, o.$$.update = () => {
997
- o.$$.dirty & 24 && t(0, l = n.floorDatas[a].rooms.map((r) => ge(de({}, r), {
998
- path: r.path.map((u) => st(u, n.bounding))
999
- })));
1000
- }, [l, f, i, a, n];
1001
- }
1002
- class rl extends A {
1003
- constructor(e) {
1004
- super(), G(this, e, al, nl, x, { floorIndex: 3, floorplanData: 4 }, el);
1005
- }
1006
- }
1007
- function il(o) {
1008
- S(o, "svelte-bl8zrz", ".floorplan-plugin__floor.svelte-bl8zrz{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;pointer-events:none}.floorplan-plugin__floor--is-current.svelte-bl8zrz{opacity:1;pointer-events:auto}");
1009
- }
1010
- function Ce(o) {
1011
- let e, t;
1012
- const l = [
1013
- {
1014
- floorIndex: o[1],
1015
- floorplanData: o[5],
1016
- hoveredRoom: o[10]
1017
- }
1018
- ];
1019
- let a = {};
1020
- for (let n = 0; n < l.length; n += 1)
1021
- a = U(a, l[n]);
1022
- return e = new mt({ props: a }), {
1023
- c() {
1024
- C(e.$$.fragment);
1025
- },
1026
- m(n, f) {
1027
- N(e, n, f), t = !0;
1028
- },
1029
- p(n, f) {
1030
- const i = f & 1058 ? Y(l, [
1031
- {
1032
- floorIndex: n[1],
1033
- floorplanData: n[5],
1034
- hoveredRoom: n[10]
1035
- }
1036
- ]) : {};
1037
- e.$set(i);
1038
- },
1039
- i(n) {
1040
- t || (v(e.$$.fragment, n), t = !0);
1041
- },
1042
- o(n) {
1043
- y(e.$$.fragment, n), t = !1;
1044
- },
1045
- d(n) {
1046
- q(e, n);
1047
- }
1048
- };
1049
- }
1050
- function Ne(o) {
1051
- let e, t;
1052
- const l = [
1053
- {
1054
- floorplanData: o[5],
1055
- floorIndex: o[1],
1056
- getRoomAreaText: o[6],
1057
- getLabelElement: o[7],
1058
- hoveredRoom: o[10],
1059
- adaptiveRoomLabelVisibleEnable: o[9]
1060
- }
1061
- ];
1062
- let a = {};
1063
- for (let n = 0; n < l.length; n += 1)
1064
- a = U(a, l[n]);
1065
- return e = new Gt({ props: a }), {
1066
- c() {
1067
- C(e.$$.fragment);
1068
- },
1069
- m(n, f) {
1070
- N(e, n, f), t = !0;
1071
- },
1072
- p(n, f) {
1073
- const i = f & 1762 ? Y(l, [
1074
- {
1075
- floorplanData: n[5],
1076
- floorIndex: n[1],
1077
- getRoomAreaText: n[6],
1078
- getLabelElement: n[7],
1079
- hoveredRoom: n[10],
1080
- adaptiveRoomLabelVisibleEnable: n[9]
1081
- }
1082
- ]) : {};
1083
- e.$set(i);
1084
- },
1085
- i(n) {
1086
- t || (v(e.$$.fragment, n), t = !0);
1087
- },
1088
- o(n) {
1089
- y(e.$$.fragment, n), t = !1;
1090
- },
1091
- d(n) {
1092
- q(e, n);
1093
- }
1094
- };
1095
- }
1096
- function qe(o) {
1097
- let e, t;
1098
- const l = [
1099
- {
1100
- floorplanData: o[5],
1101
- floorIndex: o[1],
1102
- getRuleDistanceText: o[8]
1103
- }
1104
- ];
1105
- let a = {};
1106
- for (let n = 0; n < l.length; n += 1)
1107
- a = U(a, l[n]);
1108
- return e = new Bt({ props: a }), {
1109
- c() {
1110
- C(e.$$.fragment);
1111
- },
1112
- m(n, f) {
1113
- N(e, n, f), t = !0;
1114
- },
1115
- p(n, f) {
1116
- const i = f & 290 ? Y(l, [
1117
- {
1118
- floorplanData: n[5],
1119
- floorIndex: n[1],
1120
- getRuleDistanceText: n[8]
1121
- }
1122
- ]) : {};
1123
- e.$set(i);
1124
- },
1125
- i(n) {
1126
- t || (v(e.$$.fragment, n), t = !0);
1127
- },
1128
- o(n) {
1129
- y(e.$$.fragment, n), t = !1;
1130
- },
1131
- d(n) {
1132
- q(e, n);
1133
- }
1134
- };
1135
- }
1136
- function fl(o) {
1137
- let e, t, l, a, n, f, i, r, u;
1138
- const b = [
1139
- {
1140
- floorIndex: o[1],
1141
- floorplanData: o[5]
1142
- }
1143
- ];
1144
- let p = {};
1145
- for (let _ = 0; _ < b.length; _ += 1)
1146
- p = U(p, b[_]);
1147
- t = new rl({ props: p });
1148
- let d = o[2] && Ce(o);
1149
- const g = [
1150
- {
1151
- floorplanData: o[5],
1152
- floorIndex: o[1]
1153
- }
1154
- ];
1155
- let s = {};
1156
- for (let _ = 0; _ < g.length; _ += 1)
1157
- s = U(s, g[_]);
1158
- n = new ut({ props: s });
1159
- let h = o[3] && Ne(o), c = o[4] && qe(o);
1160
- return {
1161
- c() {
1162
- e = P("div"), C(t.$$.fragment), l = j(), d && d.c(), a = j(), C(n.$$.fragment), f = j(), h && h.c(), i = j(), c && c.c(), m(e, "class", r = he(`floorplan-plugin__floor${o[0] ? " floorplan-plugin__floor--is-current" : ""}`) + " svelte-bl8zrz");
1163
- },
1164
- m(_, R) {
1165
- E(_, e, R), N(t, e, null), L(e, l), d && d.m(e, null), L(e, a), N(n, e, null), L(e, f), h && h.m(e, null), L(e, i), c && c.m(e, null), u = !0;
1166
- },
1167
- p(_, [R]) {
1168
- const k = R & 34 ? Y(b, [
1169
- {
1170
- floorIndex: _[1],
1171
- floorplanData: _[5]
1172
- }
1173
- ]) : {};
1174
- t.$set(k), _[2] ? d ? (d.p(_, R), R & 4 && v(d, 1)) : (d = Ce(_), d.c(), v(d, 1), d.m(e, a)) : d && (z(), y(d, 1, 1, () => {
1175
- d = null;
1176
- }), T());
1177
- const F = R & 34 ? Y(g, [
1178
- {
1179
- floorplanData: _[5],
1180
- floorIndex: _[1]
1181
- }
1182
- ]) : {};
1183
- n.$set(F), _[3] ? h ? (h.p(_, R), R & 8 && v(h, 1)) : (h = Ne(_), h.c(), v(h, 1), h.m(e, i)) : h && (z(), y(h, 1, 1, () => {
1184
- h = null;
1185
- }), T()), _[4] ? c ? (c.p(_, R), R & 16 && v(c, 1)) : (c = qe(_), c.c(), v(c, 1), c.m(e, null)) : c && (z(), y(c, 1, 1, () => {
1186
- c = null;
1187
- }), T()), (!u || R & 1 && r !== (r = he(`floorplan-plugin__floor${_[0] ? " floorplan-plugin__floor--is-current" : ""}`) + " svelte-bl8zrz")) && m(e, "class", r);
1188
- },
1189
- i(_) {
1190
- u || (v(t.$$.fragment, _), v(d), v(n.$$.fragment, _), v(h), v(c), u = !0);
1191
- },
1192
- o(_) {
1193
- y(t.$$.fragment, _), y(d), y(n.$$.fragment, _), y(h), y(c), u = !1;
1194
- },
1195
- d(_) {
1196
- _ && w(e), q(t), d && d.d(), q(n), h && h.d(), c && c.d();
1197
- }
1198
- };
1199
- }
1200
- function sl(o, e, t) {
1201
- let { isCurrent: l } = e, { floorIndex: a } = e, { hoverEnable: n } = e, { roomLabelsEnable: f } = e, { ruleLabelsEnable: i } = e, { floorplanData: r } = e, { getRoomAreaText: u } = e, { getLabelElement: b } = e, { getRuleDistanceText: p } = e, { adaptiveRoomLabelVisibleEnable: d } = e;
1202
- const g = ct(void 0);
1203
- return o.$$set = (s) => {
1204
- "isCurrent" in s && t(0, l = s.isCurrent), "floorIndex" in s && t(1, a = s.floorIndex), "hoverEnable" in s && t(2, n = s.hoverEnable), "roomLabelsEnable" in s && t(3, f = s.roomLabelsEnable), "ruleLabelsEnable" in s && t(4, i = s.ruleLabelsEnable), "floorplanData" in s && t(5, r = s.floorplanData), "getRoomAreaText" in s && t(6, u = s.getRoomAreaText), "getLabelElement" in s && t(7, b = s.getLabelElement), "getRuleDistanceText" in s && t(8, p = s.getRuleDistanceText), "adaptiveRoomLabelVisibleEnable" in s && t(9, d = s.adaptiveRoomLabelVisibleEnable);
1205
- }, [
1206
- l,
1207
- a,
1208
- n,
1209
- f,
1210
- i,
1211
- r,
1212
- u,
1213
- b,
1214
- p,
1215
- d,
1216
- g
1217
- ];
1218
- }
1219
- class ul extends A {
1220
- constructor(e) {
1221
- super(), G(
1222
- this,
1223
- e,
1224
- sl,
1225
- fl,
1226
- x,
1227
- {
1228
- isCurrent: 0,
1229
- floorIndex: 1,
1230
- hoverEnable: 2,
1231
- roomLabelsEnable: 3,
1232
- ruleLabelsEnable: 4,
1233
- floorplanData: 5,
1234
- getRoomAreaText: 6,
1235
- getLabelElement: 7,
1236
- getRuleDistanceText: 8,
1237
- adaptiveRoomLabelVisibleEnable: 9
1238
- },
1239
- il
1240
- );
1241
- }
1242
- }
1243
- function ml(o) {
1244
- S(o, "svelte-86bqav", ".floorplan-main.svelte-86bqav{width:100%;height:100%;pointer-events:none}");
1245
- }
1246
- function Ae(o, e, t) {
1247
- const l = o.slice();
1248
- return l[16] = e[t], l;
1249
- }
1250
- function Ge(o) {
1251
- let e, t, l, a, n, f, i = o[9].floorDatas, r = [];
1252
- for (let g = 0; g < i.length; g += 1)
1253
- r[g] = xe(Ae(o, i, g));
1254
- const u = (g) => y(r[g], 1, 1, () => {
1255
- r[g] = null;
1256
- }), b = [
1257
- {
1258
- panoIndex: o[3],
1259
- floorplanData: o[9],
1260
- lastPanoramaLongitude: o[10],
1261
- cameraImageUrl: o[11]
1262
- }
1263
- ];
1264
- let p = {};
1265
- for (let g = 0; g < b.length; g += 1)
1266
- p = U(p, b[g]);
1267
- l = new _t({ props: p });
1268
- let d = o[6] && ze(o);
1269
- return {
1270
- c() {
1271
- e = P("div");
1272
- for (let g = 0; g < r.length; g += 1)
1273
- r[g].c();
1274
- t = j(), C(l.$$.fragment), a = j(), d && d.c(), m(e, "class", "floorplan-main svelte-86bqav");
1275
- },
1276
- m(g, s) {
1277
- E(g, e, s);
1278
- for (let h = 0; h < r.length; h += 1)
1279
- r[h].m(e, null);
1280
- L(e, t), N(l, e, null), L(e, a), d && d.m(e, null), f = !0;
1281
- },
1282
- p(g, s) {
1283
- if (o = g, s & 62384) {
1284
- i = o[9].floorDatas;
1285
- let c;
1286
- for (c = 0; c < i.length; c += 1) {
1287
- const _ = Ae(o, i, c);
1288
- r[c] ? (r[c].p(_, s), v(r[c], 1)) : (r[c] = xe(_), r[c].c(), v(r[c], 1), r[c].m(e, t));
1289
- }
1290
- for (z(), c = i.length; c < r.length; c += 1)
1291
- u(c);
1292
- T();
1293
- }
1294
- const h = s & 3592 ? Y(b, [
1295
- {
1296
- panoIndex: o[3],
1297
- floorplanData: o[9],
1298
- lastPanoramaLongitude: o[10],
1299
- cameraImageUrl: o[11]
1300
- }
1301
- ]) : {};
1302
- l.$set(h), o[6] ? d ? (d.p(o, s), s & 64 && v(d, 1)) : (d = ze(o), d.c(), v(d, 1), d.m(e, null)) : d && (z(), y(d, 1, 1, () => {
1303
- d = null;
1304
- }), T());
1305
- },
1306
- i(g) {
1307
- if (!f) {
1308
- for (let s = 0; s < i.length; s += 1)
1309
- v(r[s]);
1310
- v(l.$$.fragment, g), v(d), n || Ue(() => {
1311
- n = rt(e, ft, {
1312
- duration: o[0],
1313
- easing: it
1314
- }), n.start();
1315
- }), f = !0;
1316
- }
1317
- },
1318
- o(g) {
1319
- r = r.filter(Boolean);
1320
- for (let s = 0; s < r.length; s += 1)
1321
- y(r[s]);
1322
- y(l.$$.fragment, g), y(d), f = !1;
1323
- },
1324
- d(g) {
1325
- g && w(e), fe(r, g), q(l), d && d.d();
1326
- }
1327
- };
1328
- }
1329
- function xe(o) {
1330
- let e, t;
1331
- const l = [
1332
- {
1333
- hoverEnable: o[5],
1334
- floorplanData: o[9],
1335
- getRoomAreaText: o[12],
1336
- getLabelElement: o[13],
1337
- getRuleDistanceText: o[14],
1338
- roomLabelsEnable: o[7],
1339
- ruleLabelsEnable: o[8],
1340
- adaptiveRoomLabelVisibleEnable: o[15]
1341
- },
1342
- {
1343
- floorIndex: o[16].floorIndex
1344
- },
1345
- {
1346
- isCurrent: o[16].floorIndex === o[4]
1347
- }
1348
- ];
1349
- let a = {};
1350
- for (let n = 0; n < l.length; n += 1)
1351
- a = U(a, l[n]);
1352
- return e = new ul({ props: a }), {
1353
- c() {
1354
- C(e.$$.fragment);
1355
- },
1356
- m(n, f) {
1357
- N(e, n, f), t = !0;
1358
- },
1359
- p(n, f) {
1360
- const i = f & 62384 ? Y(l, [
1361
- f & 62368 && {
1362
- hoverEnable: n[5],
1363
- floorplanData: n[9],
1364
- getRoomAreaText: n[12],
1365
- getLabelElement: n[13],
1366
- getRuleDistanceText: n[14],
1367
- roomLabelsEnable: n[7],
1368
- ruleLabelsEnable: n[8],
1369
- adaptiveRoomLabelVisibleEnable: n[15]
1370
- },
1371
- f & 512 && {
1372
- floorIndex: n[16].floorIndex
1373
- },
1374
- f & 528 && {
1375
- isCurrent: n[16].floorIndex === n[4]
1376
- }
1377
- ]) : {};
1378
- e.$set(i);
1379
- },
1380
- i(n) {
1381
- t || (v(e.$$.fragment, n), t = !0);
1382
- },
1383
- o(n) {
1384
- y(e.$$.fragment, n), t = !1;
1385
- },
1386
- d(n) {
1387
- q(e, n);
1388
- }
1389
- };
1390
- }
1391
- function ze(o) {
1392
- let e, t;
1393
- return e = new Lt({
1394
- props: {
1395
- floorplanData: o[9],
1396
- northDesc: o[2]
1397
- }
1398
- }), {
1399
- c() {
1400
- C(e.$$.fragment);
1401
- },
1402
- m(l, a) {
1403
- N(e, l, a), t = !0;
1404
- },
1405
- p(l, a) {
1406
- const n = {};
1407
- a & 512 && (n.floorplanData = l[9]), a & 4 && (n.northDesc = l[2]), e.$set(n);
1408
- },
1409
- i(l) {
1410
- t || (v(e.$$.fragment, l), t = !0);
1411
- },
1412
- o(l) {
1413
- y(e.$$.fragment, l), t = !1;
1414
- },
1415
- d(l) {
1416
- q(e, l);
1417
- }
1418
- };
1419
- }
1420
- function cl(o) {
1421
- let e, t, l = o[1] && Ge(o);
1422
- return {
1423
- c() {
1424
- l && l.c(), e = O();
1425
- },
1426
- m(a, n) {
1427
- l && l.m(a, n), E(a, e, n), t = !0;
1428
- },
1429
- p(a, [n]) {
1430
- a[1] ? l ? (l.p(a, n), n & 2 && v(l, 1)) : (l = Ge(a), l.c(), v(l, 1), l.m(e.parentNode, e)) : l && (z(), y(l, 1, 1, () => {
1431
- l = null;
1432
- }), T());
1433
- },
1434
- i(a) {
1435
- t || (v(l), t = !0);
1436
- },
1437
- o(a) {
1438
- y(l), t = !1;
1439
- },
1440
- d(a) {
1441
- l && l.d(a), a && w(e);
1442
- }
1443
- };
1444
- }
1445
- function dl(o, e, t) {
1446
- let { duration: l = 0 } = e, { visible: a } = e, { northDesc: n } = e, { panoIndex: f } = e, { floorIndex: i } = e, { hoverEnable: r } = e, { compassEnable: u } = e, { roomLabelsEnable: b } = e, { ruleLabelsEnable: p } = e, { floorplanData: d } = e, { lastPanoramaLongitude: g } = e, { cameraImageUrl: s } = e, { getRoomAreaText: h } = e, { getLabelElement: c } = e, { getRuleDistanceText: _ } = e, { adaptiveRoomLabelVisibleEnable: R } = e;
1447
- return o.$$set = (k) => {
1448
- "duration" in k && t(0, l = k.duration), "visible" in k && t(1, a = k.visible), "northDesc" in k && t(2, n = k.northDesc), "panoIndex" in k && t(3, f = k.panoIndex), "floorIndex" in k && t(4, i = k.floorIndex), "hoverEnable" in k && t(5, r = k.hoverEnable), "compassEnable" in k && t(6, u = k.compassEnable), "roomLabelsEnable" in k && t(7, b = k.roomLabelsEnable), "ruleLabelsEnable" in k && t(8, p = k.ruleLabelsEnable), "floorplanData" in k && t(9, d = k.floorplanData), "lastPanoramaLongitude" in k && t(10, g = k.lastPanoramaLongitude), "cameraImageUrl" in k && t(11, s = k.cameraImageUrl), "getRoomAreaText" in k && t(12, h = k.getRoomAreaText), "getLabelElement" in k && t(13, c = k.getLabelElement), "getRuleDistanceText" in k && t(14, _ = k.getRuleDistanceText), "adaptiveRoomLabelVisibleEnable" in k && t(15, R = k.adaptiveRoomLabelVisibleEnable);
1449
- }, [
1450
- l,
1451
- a,
1452
- n,
1453
- f,
1454
- i,
1455
- r,
1456
- u,
1457
- b,
1458
- p,
1459
- d,
1460
- g,
1461
- s,
1462
- h,
1463
- c,
1464
- _,
1465
- R
1466
- ];
1467
- }
1468
- class Rl extends A {
1469
- constructor(e) {
1470
- super(), G(
1471
- this,
1472
- e,
1473
- dl,
1474
- cl,
1475
- x,
1476
- {
1477
- duration: 0,
1478
- visible: 1,
1479
- northDesc: 2,
1480
- panoIndex: 3,
1481
- floorIndex: 4,
1482
- hoverEnable: 5,
1483
- compassEnable: 6,
1484
- roomLabelsEnable: 7,
1485
- ruleLabelsEnable: 8,
1486
- floorplanData: 9,
1487
- lastPanoramaLongitude: 10,
1488
- cameraImageUrl: 11,
1489
- getRoomAreaText: 12,
1490
- getLabelElement: 13,
1491
- getRuleDistanceText: 14,
1492
- adaptiveRoomLabelVisibleEnable: 15
1493
- },
1494
- ml
1495
- );
1496
- }
1497
- }
1498
- function Te(o, e) {
1499
- const t = Math.max(...o.work.observers.map((l) => l.floorIndex));
1500
- return e > t ? o.model.bounding.max.y : Math.max(
1501
- ...o.work.observers.filter((l) => l.floorIndex === e).map((l) => l.standingPosition.y)
1502
- );
1503
- }
1504
- function gl(o, e, t = le.BOUNDING_CENTER) {
1505
- const l = Te(o, e), a = Te(o, e + 1);
1506
- return t === le.BOUNDING_CENTER ? (o.model.bounding.max.y + o.model.bounding.min.y) / 2 : t === le.CEILING ? a : l;
1507
- }
1508
- function Ll(o, e, t, l) {
1509
- const a = gl(o, t, l == null ? void 0 : l.attachedTo), n = new _e.Vector3(0, a, 0), f = new _e.Vector3(1, a, 0), i = n.clone().project(o.camera), r = f.clone().project(o.camera);
1510
- return Math.abs((r.x - i.x) / 1e3) * (e.getBoundingClientRect().width / 2);
1511
- }
1512
- function bl(o, e, t = 4) {
1513
- return Math.floor(o * Math.pow(10, t)) === Math.floor(e * Math.pow(10, t));
1514
- }
1515
- function Il(o, e) {
1516
- return be(this, null, function* () {
1517
- yield new Promise((t, l) => {
1518
- o.changeMode(...e).catch((a) => l(a)), o.once("initAnimationEnded", () => {
1519
- const a = o.getCurrentState(), n = e[0];
1520
- a.mode !== n && l(new Error("mode \u4E0E\u9884\u671F\u4E0D\u7B26")), (() => {
1521
- const r = e[1];
1522
- return r ? Object.keys(r).every((u) => {
1523
- const b = a[u];
1524
- if (b === void 0)
1525
- return !0;
1526
- const p = r[u];
1527
- return typeof b == "number" && typeof p == "number" ? bl(b, p, 2) : b === p;
1528
- }) : !0;
1529
- })() || l(new Error("five pose \u4E0E\u9884\u671F\u4E0D\u7B26")), t();
1530
- });
1531
- });
1532
- });
1533
- }
1534
- function Dl(o, e, t = 300) {
1535
- const l = o.getElement();
1536
- !l || (l.style.opacity = e + "", l.style.transition = t === 0 ? "none" : `opacity ${t}ms linear`, t !== 0 && Promise.race([
1537
- new Promise((a) => l.addEventListener("transitionend", a, { once: !0 })),
1538
- new Promise((a) => setTimeout(a, t))
1539
- ]).then(() => {
1540
- l.style.transition = "none";
1541
- }));
1542
- }
1543
- export {
1544
- le as FLOOR_PLAN_ATTACHED_TO,
1545
- Rl as Main,
1546
- Il as changeMode,
1547
- Dl as changeModelCanvasOpacity,
1548
- gl as getAttachedY,
1549
- Ll as getPxmm,
1550
- bl as nearlyEqual
1551
- };