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

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 (620) hide show
  1. package/dist/CSS3DRenderPlugin/index..js +88 -0
  2. package/dist/CSS3DRenderPlugin/index.cjs.js +1 -0
  3. package/dist/CameraMovementPlugin/index..js +11 -0
  4. package/dist/CameraMovementPlugin/index.cjs.js +1 -0
  5. package/dist/CruisePlugin/index..js +527 -0
  6. package/dist/CruisePlugin/index.cjs.js +1 -0
  7. package/dist/GuideLinePlugin/index..js +214 -0
  8. package/dist/GuideLinePlugin/index.cjs.js +1 -0
  9. package/dist/ItemLabelPlugin/index..js +508 -0
  10. package/dist/ItemLabelPlugin/index.cjs.js +10 -0
  11. package/dist/ModelChassisCompassPlugin/index..js +9 -0
  12. package/dist/ModelChassisCompassPlugin/index.cjs.js +1 -0
  13. package/dist/ModelEntryDoorGuidePlugin/index..js +9 -0
  14. package/dist/ModelEntryDoorGuidePlugin/index.cjs.js +1 -0
  15. package/dist/ModelItemLabelPlugin/index..js +334 -0
  16. package/dist/ModelItemLabelPlugin/index.cjs.js +10 -0
  17. package/dist/ModelRoomLabelPlugin/index..js +274 -0
  18. package/dist/ModelRoomLabelPlugin/index.cjs.js +1 -0
  19. package/dist/ModelTVVideoPlugin/index..js +12 -0
  20. package/dist/ModelTVVideoPlugin/index.cjs.js +1 -0
  21. package/dist/ModelViewPlugin/index..js +8 -0
  22. package/dist/ModelViewPlugin/index.cjs.js +1 -0
  23. package/dist/Object3DHelperPlugin/index..js +1414 -0
  24. package/dist/Object3DHelperPlugin/index.cjs.js +1 -0
  25. package/dist/PanoCompassPlugin/index..js +258 -0
  26. package/dist/PanoCompassPlugin/index.cjs.js +1 -0
  27. package/dist/PanoCursorRaycasterPlugin/index..js +63 -0
  28. package/dist/PanoCursorRaycasterPlugin/index.cjs.js +1 -0
  29. package/dist/PanoDoorLabelPlugin/index..js +340 -0
  30. package/dist/PanoDoorLabelPlugin/index.cjs.js +1 -0
  31. package/dist/PanoMeasurePlugin/index..js +15 -0
  32. package/dist/PanoMeasurePlugin/index.cjs.js +1 -0
  33. package/dist/PanoRulerPlugin/index..js +9 -0
  34. package/dist/PanoRulerPlugin/index.cjs.js +1 -0
  35. package/dist/PanoRulerProPlugin/index..js +395 -0
  36. package/dist/PanoRulerProPlugin/index.cjs.js +1 -0
  37. package/dist/PanoSpatialTagPlugin/index..js +15 -0
  38. package/dist/PanoSpatialTagPlugin/index.cjs.js +1 -0
  39. package/dist/PanoTagPlugin/index..js +4522 -0
  40. package/dist/PanoTagPlugin/index.cjs.js +17 -0
  41. package/dist/chunks/cjs/BasePlugin.57e5204f.cjs.js +1 -0
  42. package/dist/chunks/cjs/BasePluginWithData.0a28882d.cjs.js +1 -0
  43. package/dist/chunks/cjs/CSS3DRender.15349564.cjs.js +1 -0
  44. package/dist/chunks/cjs/CameraMovementPlugin.2b342576.cjs.js +1 -0
  45. package/dist/chunks/cjs/Plugin.5f616fb3.cjs.js +1 -0
  46. package/dist/chunks/cjs/Plugin.609da4aa.cjs.js +94 -0
  47. package/dist/chunks/cjs/Plugin.67936d0e.cjs.js +16 -0
  48. package/dist/chunks/cjs/Plugin.8a110c53.cjs.js +1 -0
  49. package/dist/chunks/cjs/Plugin.9971108a.cjs.js +1 -0
  50. package/dist/chunks/cjs/Plugin.fd42bf8a.cjs.js +1 -0
  51. package/dist/chunks/cjs/Subscribe.5398d5c6.cjs.js +1 -0
  52. package/dist/chunks/cjs/changeModelCanvasOpacity.8d84f111.cjs.js +1 -0
  53. package/dist/chunks/cjs/correctFiveState.4c8472bd.cjs.js +1 -0
  54. package/dist/chunks/cjs/debounce.93dfb637.cjs.js +1 -0
  55. package/dist/chunks/cjs/equal.e9fcbd4e.cjs.js +1 -0
  56. package/dist/chunks/cjs/filter.cf9ebbb3.cjs.js +1 -0
  57. package/dist/chunks/cjs/formatData.81e95011.cjs.js +10 -0
  58. package/dist/chunks/cjs/index.30b7baeb.cjs.js +101 -0
  59. package/dist/chunks/cjs/index.686e84d1.cjs.js +290 -0
  60. package/dist/chunks/cjs/index.7d2010ce.cjs.js +1 -0
  61. package/dist/chunks/cjs/isNil.b3a58990.cjs.js +1 -0
  62. package/dist/chunks/cjs/planimetry.7fce816a.cjs.js +1 -0
  63. package/dist/chunks/cjs/throttle.86c209eb.cjs.js +1 -0
  64. package/dist/chunks/cjs/transfromToMeshBasicMaterial.9db6d46a.cjs.js +1 -0
  65. package/dist/chunks/cjs/uuid.29ed9c88.cjs.js +1 -0
  66. package/dist/chunks/es/BasePlugin.813e25f7.es.js +18 -0
  67. package/dist/chunks/es/BasePluginWithData.4bf4e649.es.js +6 -0
  68. package/dist/chunks/es/CSS3DRender.5652510e.es.js +393 -0
  69. package/dist/chunks/es/CameraMovementPlugin.4a7c3e46.es.js +120 -0
  70. package/dist/chunks/es/Plugin.26c2df05.es.js +106 -0
  71. package/dist/chunks/es/Plugin.435485ed.es.js +584 -0
  72. package/dist/chunks/es/Plugin.a98418f0.es.js +82 -0
  73. package/dist/chunks/es/Plugin.ae4ee6f8.es.js +82 -0
  74. package/dist/chunks/es/Plugin.dd11e0ad.es.js +180 -0
  75. package/dist/chunks/es/Plugin.f4cf895f.es.js +355 -0
  76. package/dist/chunks/es/Subscribe.c73e0f91.es.js +50 -0
  77. package/dist/chunks/es/changeModelCanvasOpacity.45ef9fd6.es.js +1551 -0
  78. package/dist/chunks/es/correctFiveState.e7feab9f.es.js +66 -0
  79. package/dist/chunks/es/debounce.ef83f417.es.js +11 -0
  80. package/dist/chunks/es/equal.7db4a6f7.es.js +56 -0
  81. package/dist/chunks/es/filter.97ec06c4.es.js +12 -0
  82. package/dist/chunks/es/formatData.a2b39ef9.es.js +483 -0
  83. package/dist/chunks/es/index.a273f06e.es.js +532 -0
  84. package/dist/chunks/es/index.b8fdb59b.es.js +50 -0
  85. package/dist/chunks/es/index.f74f4851.es.js +1787 -0
  86. package/dist/chunks/es/isNil.212842d9.es.js +10 -0
  87. package/dist/chunks/es/planimetry.b0b4a28d.es.js +43 -0
  88. package/dist/chunks/es/throttle.db66bac3.es.js +11 -0
  89. package/dist/chunks/es/transfromToMeshBasicMaterial.849ee069.es.js +24 -0
  90. package/dist/chunks/es/uuid.676cb2c8.es.js +9 -0
  91. package/dist/components/PaintBrush/index..js +6 -0
  92. package/dist/components/PaintBrush/index.cjs.js +1 -0
  93. package/dist/components/index..js +7 -0
  94. package/dist/components/index.cjs.js +1 -0
  95. package/dist/floorplan/MapviewFloorplanPlugin/index..js +324 -0
  96. package/dist/floorplan/MapviewFloorplanPlugin/index.cjs.js +1 -0
  97. package/dist/floorplan/ModelFloorplanPlugin/index..js +320 -0
  98. package/dist/floorplan/ModelFloorplanPlugin/index.cjs.js +1 -0
  99. package/dist/floorplan/PanoFloorplanRadarPlugin/index..js +613 -0
  100. package/dist/floorplan/PanoFloorplanRadarPlugin/index.cjs.js +1 -0
  101. package/dist/floorplan/TopviewFloorplanPlugin/index..js +277 -0
  102. package/dist/floorplan/TopviewFloorplanPlugin/index.cjs.js +1 -0
  103. package/dist/index..js +530 -0
  104. package/dist/index.cjs.js +3 -543
  105. package/docs/classes/CruisePluginController.html +24 -24
  106. package/docs/classes/Magnifier.html +16 -16
  107. package/docs/classes/ModelRoomLabelController.html +11 -11
  108. package/docs/classes/Object3DHelperController.html +24 -24
  109. package/docs/classes/PaintBrush.html +15 -15
  110. package/docs/classes/PanoTagPluginController.html +39 -39
  111. package/docs/classes/Util.BetterTween.html +8 -8
  112. package/docs/classes/Util.FivePointSelector.html +12 -12
  113. package/docs/classes/Util.Interval.html +12 -12
  114. package/docs/classes/Util.Magnifier.html +17 -17
  115. package/docs/classes/Util.PointDomHelper.html +11 -11
  116. package/docs/classes/Util.PointHelper.html +11 -11
  117. package/docs/classes/Util.Rectangle.html +13 -13
  118. package/docs/enums/CameraMovementEffect.html +7 -7
  119. package/docs/enums/ContentType.html +12 -12
  120. package/docs/enums/DIRECTION.html +9 -9
  121. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
  122. package/docs/enums/DimensionType.html +7 -7
  123. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
  124. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
  125. package/docs/enums/LinkType.html +7 -7
  126. package/docs/enums/PaintBrushTypeEnum.html +8 -8
  127. package/docs/enums/PointType.html +7 -7
  128. package/docs/enums/Rotation.html +8 -8
  129. package/docs/functions/CSS3DRenderPlugin.html +4 -4
  130. package/docs/functions/CameraMovementPlugin.html +4 -4
  131. package/docs/functions/CruisePlugin.html +4 -4
  132. package/docs/functions/GuideLinePlugin.html +5 -5
  133. package/docs/functions/ItemLabelPlugin.html +4 -4
  134. package/docs/functions/MapviewFloorplanPlugin.html +4 -4
  135. package/docs/functions/ModelChassisCompassPlugin.html +4 -4
  136. package/docs/functions/ModelEntryDoorGuidePlugin.html +4 -4
  137. package/docs/functions/ModelFloorplanPlugin.html +4 -4
  138. package/docs/functions/ModelItemLabelPlugin.html +4 -4
  139. package/docs/functions/ModelRoomLabelPlugin.html +4 -4
  140. package/docs/functions/ModelTVVideoPlugin.html +4 -4
  141. package/docs/functions/ModelViewPlugin.html +4 -4
  142. package/docs/functions/Object3DHelperPlugin.html +4 -4
  143. package/docs/functions/PanoCompassPlugin.html +4 -4
  144. package/docs/functions/PanoCursorRaycasterPlugin.html +4 -4
  145. package/docs/functions/PanoDoorLabelPlugin.html +4 -4
  146. package/docs/functions/PanoFloorplanRadarPlugin.html +4 -4
  147. package/docs/functions/PanoMeasurePlugin.html +4 -4
  148. package/docs/functions/PanoRulerPlugin.html +4 -4
  149. package/docs/functions/PanoRulerProPlugin.html +4 -4
  150. package/docs/functions/PanoSpatialTagPlugin.html +4 -4
  151. package/docs/functions/PanoTagPlugin.html +4 -4
  152. package/docs/functions/TopviewFloorplanPlugin.html +4 -4
  153. package/docs/functions/Util.getCoordsFromClient.html +5 -5
  154. package/docs/functions/Util.getCoordsFromElement.html +5 -5
  155. package/docs/functions/Util.getFrameTime.html +5 -5
  156. package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
  157. package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
  158. package/docs/functions/Util.isNil.html +5 -5
  159. package/docs/functions/Util.nextFrame.html +5 -5
  160. package/docs/functions/Util.notNil.html +5 -5
  161. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
  162. package/docs/functions/Util.tweenProgress.html +5 -5
  163. package/docs/functions/pluginFlag.html +5 -5
  164. package/docs/index.html +4 -4
  165. package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
  166. package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
  167. package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
  168. package/docs/interfaces/ContentTypeMap.html +12 -12
  169. package/docs/interfaces/FloorplanBounding.html +8 -8
  170. package/docs/interfaces/FloorplanData.html +10 -10
  171. package/docs/interfaces/FloorplanEntrance.html +11 -11
  172. package/docs/interfaces/FloorplanExtraObject.html +10 -10
  173. package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
  174. package/docs/interfaces/FloorplanFloorData.html +9 -9
  175. package/docs/interfaces/FloorplanImagePosition.html +7 -7
  176. package/docs/interfaces/FloorplanObserver.html +9 -9
  177. package/docs/interfaces/FloorplanOutlineItem.html +9 -9
  178. package/docs/interfaces/FloorplanPosition.html +7 -7
  179. package/docs/interfaces/FloorplanRoomItem.html +13 -13
  180. package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
  181. package/docs/interfaces/FloorplanServerBounding.html +8 -8
  182. package/docs/interfaces/FloorplanServerComputedData.html +10 -10
  183. package/docs/interfaces/FloorplanServerData.html +7 -7
  184. package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
  185. package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
  186. package/docs/interfaces/FloorplanServerEntrance.html +11 -11
  187. package/docs/interfaces/FloorplanServerFloorData.html +9 -9
  188. package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
  189. package/docs/interfaces/FloorplanServerObserver.html +9 -9
  190. package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
  191. package/docs/interfaces/FloorplanServerPosition.html +7 -7
  192. package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
  193. package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
  194. package/docs/interfaces/ItemLabelPluginData.html +6 -6
  195. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
  196. package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
  197. package/docs/interfaces/LineJson.html +7 -7
  198. package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
  199. package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
  200. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
  201. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
  202. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
  203. package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
  204. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
  205. package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
  206. package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
  207. package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
  208. package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
  209. package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
  210. package/docs/interfaces/ModelViewPluginExportType.html +8 -8
  211. package/docs/interfaces/Object3DHelperState.html +8 -8
  212. package/docs/interfaces/OpenParameter.html +7 -7
  213. package/docs/interfaces/PaintBrushAction.html +12 -12
  214. package/docs/interfaces/PaintBrushConfigs.html +12 -12
  215. package/docs/interfaces/PaintBrushState.html +10 -10
  216. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
  217. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +5 -5
  218. package/docs/interfaces/PanoMeasureParameterType.html +11 -11
  219. package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
  220. package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
  221. package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
  222. package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
  223. package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
  224. package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
  225. package/docs/interfaces/PanoRulerProPluginState.html +8 -8
  226. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +5 -5
  227. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +5 -5
  228. package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
  229. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
  230. package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
  231. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
  232. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
  233. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
  234. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
  235. package/docs/interfaces/Point.html +8 -8
  236. package/docs/interfaces/PointJson.html +8 -8
  237. package/docs/interfaces/Room.html +9 -9
  238. package/docs/interfaces/RoomInfo.html +7 -7
  239. package/docs/interfaces/RoomLabel.html +14 -14
  240. package/docs/interfaces/RoomRules.html +5 -5
  241. package/docs/interfaces/Rooms.html +5 -5
  242. package/docs/interfaces/Scissor.html +9 -9
  243. package/docs/interfaces/TagConfig.html +10 -10
  244. package/docs/interfaces/Tags.html +9 -9
  245. package/docs/interfaces/Util.MagnifierParameter.html +11 -11
  246. package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
  247. package/docs/modules/Util.html +5 -5
  248. package/docs/modules.html +4 -4
  249. package/docs/types/ArrayPosition.html +5 -5
  250. package/docs/types/CSS3DRenderExportType.html +5 -5
  251. package/docs/types/CSS3DRenderPluginExportType.html +5 -5
  252. package/docs/types/CSS3DRenderPluginParameterType.html +5 -5
  253. package/docs/types/Color.html +5 -5
  254. package/docs/types/ContentTypeConfigKey.html +5 -5
  255. package/docs/types/ContentTypeConfigKeyArray.html +5 -5
  256. package/docs/types/Create3DDomContainerReturnType.html +5 -5
  257. package/docs/types/Create3DElementReturnType.html +5 -5
  258. package/docs/types/CruisePluginExportType.html +5 -5
  259. package/docs/types/Direction-1.html +5 -5
  260. package/docs/types/Direction4.html +5 -5
  261. package/docs/types/FloorplanRuleLabels.html +5 -5
  262. package/docs/types/FloorplanServerRuleLabels.html +5 -5
  263. package/docs/types/GuideLinePluginExportType.html +5 -5
  264. package/docs/types/HelperEventMap.html +5 -5
  265. package/docs/types/MapviewFloorplanPluginParameterType.html +5 -5
  266. package/docs/types/MapviewFloorplanPluginReturnType.html +5 -5
  267. package/docs/types/MediaData.html +5 -5
  268. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +5 -5
  269. package/docs/types/ModelFloorplanPluginParameterType.html +5 -5
  270. package/docs/types/ModelFloorplanPluginReturnType.html +5 -5
  271. package/docs/types/ModelRoomLabelPluginParameters.html +5 -5
  272. package/docs/types/ModelRoomLabelPluginReturnType.html +5 -5
  273. package/docs/types/MoveArgs.html +5 -5
  274. package/docs/types/MoveOpts.html +5 -5
  275. package/docs/types/Object3DHelperEventMap.html +5 -5
  276. package/docs/types/ObjectFit.html +5 -5
  277. package/docs/types/PaintBrushEventMap.html +5 -5
  278. package/docs/types/PanoCompassPluginData.html +5 -5
  279. package/docs/types/PanoCompassPluginExportType.html +5 -5
  280. package/docs/types/PanoCompassPluginParameterType.html +5 -5
  281. package/docs/types/PanoFloorplanRadarPluginParameterType.html +5 -5
  282. package/docs/types/PanoFloorplanRadarPluginReturnType.html +5 -5
  283. package/docs/types/PanoMeasurePluginEvent.html +5 -5
  284. package/docs/types/PanoMeasureReturnType.html +5 -5
  285. package/docs/types/PanoSpatialTagPluginId.html +5 -5
  286. package/docs/types/PanoTagPluginExportInterface.html +5 -5
  287. package/docs/types/PanoTagPluginParamsInterface.html +5 -5
  288. package/docs/types/PlaneTag.html +5 -5
  289. package/docs/types/PointTag.html +5 -5
  290. package/docs/types/Position.html +5 -5
  291. package/docs/types/RotateArgs.html +5 -5
  292. package/docs/types/RotateOpts.html +5 -5
  293. package/docs/types/RuleLabelsKey.html +5 -5
  294. package/docs/types/RuleLabelsValue.html +5 -5
  295. package/docs/types/Tag.html +5 -5
  296. package/docs/types/Tag2D.html +5 -5
  297. package/docs/types/Tag3D.html +5 -5
  298. package/docs/types/TagId.html +5 -5
  299. package/docs/types/TopviewFloorplanPluginParameterType.html +5 -5
  300. package/docs/types/TopviewFloorplanPluginReturnType.html +5 -5
  301. package/docs/variables/FLOOR_TYPE_MAP.html +5 -5
  302. package/docs/variables/PLUGIN.html +5 -5
  303. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +5 -5
  304. package/docs/variables/ROOM_TYPE_MAP.html +5 -5
  305. package/docs/variables/VERSION.html +5 -5
  306. package/docs/variables/itemLabelPluginServerParams.html +5 -5
  307. package/docs/variables/modelItemLabelPluginServerParams.html +5 -5
  308. package/docs/variables/modelRoomLabelPluginServerParams.html +5 -5
  309. package/libs/CSS3DRenderPlugin/CSS3DRender.js +327 -1
  310. package/libs/CSS3DRenderPlugin/Controller.js +83 -1
  311. package/libs/CSS3DRenderPlugin/index.js +5 -1
  312. package/libs/CSS3DRenderPlugin/typing.js +1 -1
  313. package/libs/CSS3DRenderPlugin/utils/CSS3DObjectPlus.js +65 -1
  314. package/libs/CSS3DRenderPlugin/utils/centerPoint.js +10 -1
  315. package/libs/CSS3DRenderPlugin/utils/evenNumber.js +7 -1
  316. package/libs/CSS3DRenderPlugin/utils/index.js +1 -1
  317. package/libs/CSS3DRenderPlugin/utils/positionToVector3.js +6 -1
  318. package/libs/CSS3DRenderPlugin/utils/random.js +1 -1
  319. package/libs/CameraMovementPlugin/CameraMovementPlugin.js +87 -1
  320. package/libs/CameraMovementPlugin/index.js +3 -1
  321. package/libs/CameraMovementPlugin/typing.js +5 -1
  322. package/libs/CruisePlugin/Controller.js +484 -1
  323. package/libs/CruisePlugin/index.js +5 -1
  324. package/libs/CruisePlugin/utils/coordinatesAngle.js +8 -1
  325. package/libs/CruisePlugin/utils/coordinatesToVector.js +12 -1
  326. package/libs/CruisePlugin/utils/formatRad.js +7 -1
  327. package/libs/CruisePlugin/utils/linerValue.js +7 -1
  328. package/libs/CruisePlugin/utils/safeCall.js +28 -1
  329. package/libs/CruisePlugin/utils/sleep.js +10 -1
  330. package/libs/CruisePlugin/utils/vectorToCoordinates.js +10 -1
  331. package/libs/GuideLinePlugin/Controller.js +143 -1
  332. package/libs/GuideLinePlugin/index.js +5 -1
  333. package/libs/GuideLinePlugin/utils/getArrowMaterial.js +13 -1
  334. package/libs/GuideLinePlugin/utils/getLineGeometries.js +64 -1
  335. package/libs/ItemLabelPlugin/ItemLabelComponent.js +273 -1
  336. package/libs/ItemLabelPlugin/ItemLabelItem.js +133 -2
  337. package/libs/ItemLabelPlugin/Plugin.js +75 -2
  338. package/libs/ItemLabelPlugin/index.js +12 -1
  339. package/libs/ItemLabelPlugin/typings.js +4 -1
  340. package/libs/ItemLabelPlugin/utils/getLabelTransform.js +4 -1
  341. package/libs/ItemLabelPlugin/utils/getStrokeLength.js +16 -1
  342. package/libs/ItemLabelPlugin/utils/isImpacted.js +10 -1
  343. package/libs/ItemLabelPlugin/utils/parseData.js +21 -1
  344. package/libs/ItemLabelPlugin/utils/transform2RenderData.js +21 -1
  345. package/libs/ModelChassisCompassPlugin/Plugin.js +70 -1
  346. package/libs/ModelChassisCompassPlugin/index.js +2 -1
  347. package/libs/ModelEntryDoorGuidePlugin/Plugin.js +77 -1
  348. package/libs/ModelEntryDoorGuidePlugin/index.js +2 -1
  349. package/libs/ModelItemLabelPlugin/ItemLabelComponent.js +213 -1
  350. package/libs/ModelItemLabelPlugin/ItemLabelItem.js +42 -2
  351. package/libs/ModelItemLabelPlugin/ModelItemLabelPlugin.js +73 -2
  352. package/libs/ModelItemLabelPlugin/events.type.js +1 -1
  353. package/libs/ModelItemLabelPlugin/index.js +12 -1
  354. package/libs/ModelItemLabelPlugin/typings.js +4 -1
  355. package/libs/ModelItemLabelPlugin/utils/parseData.js +19 -1
  356. package/libs/ModelRoomLabelPlugin/Assets/roomLabelBg.js +4 -1
  357. package/libs/ModelRoomLabelPlugin/Controller.js +60 -1
  358. package/libs/ModelRoomLabelPlugin/RoomLabelItem.js +45 -1
  359. package/libs/ModelRoomLabelPlugin/RoomLabelItems.js +163 -1
  360. package/libs/ModelRoomLabelPlugin/index.js +9 -1
  361. package/libs/ModelRoomLabelPlugin/utils/parseData.js +16 -1
  362. package/libs/ModelTVVideoPlugin/Plugin.js +163 -1
  363. package/libs/ModelTVVideoPlugin/index.js +2 -1
  364. package/libs/ModelTVVideoPlugin/typings.js +4 -1
  365. package/libs/ModelTVVideoPlugin/utils/parseData.js +20 -1
  366. package/libs/ModelViewPlugin/Plugin.js +106 -1
  367. package/libs/ModelViewPlugin/index.js +2 -1
  368. package/libs/Object3DHelperPlugin/Controller.js +145 -1
  369. package/libs/Object3DHelperPlugin/FiveControllerWrapper.js +31 -1
  370. package/libs/Object3DHelperPlugin/index.js +5 -1
  371. package/libs/PanoCompassPlugin/Assets/roomInfoIcon.js +4 -1
  372. package/libs/PanoCompassPlugin/Controller.js +224 -1
  373. package/libs/PanoCompassPlugin/getRoomInfoInstance.js +24 -1
  374. package/libs/PanoCompassPlugin/index.js +5 -1
  375. package/libs/PanoCursorRaycasterPlugin/index.js +58 -1
  376. package/libs/PanoDoorLabelPlugin/BaseController.js +59 -1
  377. package/libs/PanoDoorLabelPlugin/Controller.js +219 -1
  378. package/libs/PanoDoorLabelPlugin/DoorLabelItem.js +65 -1
  379. package/libs/PanoDoorLabelPlugin/index.js +5 -1
  380. package/libs/PanoDoorLabelPlugin/utils.js +23 -1
  381. package/libs/PanoMeasurePlugin/Controller/BaseController.js +53 -1
  382. package/libs/PanoMeasurePlugin/Controller/EditController.js +102 -1
  383. package/libs/PanoMeasurePlugin/Controller/MixedController.js +125 -1
  384. package/libs/PanoMeasurePlugin/Controller/ShortcutKeyController.js +33 -1
  385. package/libs/PanoMeasurePlugin/Controller/ViewController.js +90 -1
  386. package/libs/PanoMeasurePlugin/Controller/WatchController.js +154 -1
  387. package/libs/PanoMeasurePlugin/Controller/index.js +140 -1
  388. package/libs/PanoMeasurePlugin/Model/index.js +92 -1
  389. package/libs/PanoMeasurePlugin/Model/line.js +56 -1
  390. package/libs/PanoMeasurePlugin/Model/point.js +30 -1
  391. package/libs/PanoMeasurePlugin/Model/polyline.js +47 -1
  392. package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete.svg.js +5 -2
  393. package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_bg.png.js +4 -1
  394. package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_hover_bg.png.js +4 -1
  395. package/libs/PanoMeasurePlugin/Modules/DeleteDom/index.js +67 -3
  396. package/libs/PanoMeasurePlugin/Modules/FiveHelper.js +28 -1
  397. package/libs/PanoMeasurePlugin/Modules/GuideController.js +41 -1
  398. package/libs/PanoMeasurePlugin/Modules/Magnifier.js +103 -1
  399. package/libs/PanoMeasurePlugin/Modules/UIController/HTML.js +12 -8
  400. package/libs/PanoMeasurePlugin/Modules/UIController/MainBtnController.js +50 -1
  401. package/libs/PanoMeasurePlugin/Modules/UIController/Revoke/index.js +36 -1
  402. package/libs/PanoMeasurePlugin/Modules/UIController/index.js +48 -1
  403. package/libs/PanoMeasurePlugin/Modules/UIController/mobileHTML.js +8 -3
  404. package/libs/PanoMeasurePlugin/Modules/UIController/mobileMainBtnController.js +39 -1
  405. package/libs/PanoMeasurePlugin/Modules/UIController/style.js +62 -1
  406. package/libs/PanoMeasurePlugin/Modules/rangePiece/html.js +6 -2
  407. package/libs/PanoMeasurePlugin/Modules/rangePiece/index.js +130 -1
  408. package/libs/PanoMeasurePlugin/index.js +10 -1
  409. package/libs/PanoMeasurePlugin/utils/calculateThreeMouse.js +12 -1
  410. package/libs/PanoMeasurePlugin/utils/constants.js +36 -1
  411. package/libs/PanoMeasurePlugin/utils/distanceDom.js +62 -1
  412. package/libs/PanoMeasurePlugin/utils/findAssociatedLines.js +13 -1
  413. package/libs/PanoMeasurePlugin/utils/findClosestPoint.js +15 -1
  414. package/libs/PanoMeasurePlugin/utils/getIntersectionFromEvent.js +9 -1
  415. package/libs/PanoMeasurePlugin/utils/getPointFromHammerEvent.js +8 -1
  416. package/libs/PanoMeasurePlugin/utils/ironbox.js +4 -1
  417. package/libs/PanoMeasurePlugin/utils/isNDCPointInScreen.js +7 -1
  418. package/libs/PanoMeasurePlugin/utils/line.js +17 -1
  419. package/libs/PanoMeasurePlugin/utils/math.js +12 -1
  420. package/libs/PanoMeasurePlugin/utils/mouseGroup.js +33 -3
  421. package/libs/PanoMeasurePlugin/utils/ndc2Screen.js +8 -1
  422. package/libs/PanoRulerPlugin/Plugin.js +262 -2
  423. package/libs/PanoRulerPlugin/index.js +2 -1
  424. package/libs/PanoRulerPlugin/style.js +5 -2
  425. package/libs/PanoRulerProPlugin/Controller.js +93 -1
  426. package/libs/PanoRulerProPlugin/RulerItem.js +128 -1
  427. package/libs/PanoRulerProPlugin/RulerItems.js +183 -1
  428. package/libs/PanoRulerProPlugin/index.js +5 -1
  429. package/libs/PanoSpatialTagPlugin/Components/origins.js +82 -1
  430. package/libs/PanoSpatialTagPlugin/Components/tag.js +125 -1
  431. package/libs/PanoSpatialTagPlugin/Plugin.js +246 -1
  432. package/libs/PanoSpatialTagPlugin/index.js +6 -1
  433. package/libs/PanoSpatialTagPlugin/store.js +5 -1
  434. package/libs/PanoSpatialTagPlugin/style.js +11 -1
  435. package/libs/PanoSpatialTagPlugin/typings.js +1 -1
  436. package/libs/PanoTagPlugin/Assets/Icon.js +6 -1
  437. package/libs/PanoTagPlugin/Components/Common/Arrow.js +103 -1
  438. package/libs/PanoTagPlugin/Components/Common/Audio.js +166 -1
  439. package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +93 -1
  440. package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +90 -1
  441. package/libs/PanoTagPlugin/Components/Common/Media.js +400 -1
  442. package/libs/PanoTagPlugin/Components/Common/MediaItem.js +139 -1
  443. package/libs/PanoTagPlugin/Components/Common/MultiLineText.js +180 -1
  444. package/libs/PanoTagPlugin/Components/Common/Point/CustomPoint.js +52 -1
  445. package/libs/PanoTagPlugin/Components/Common/Point/DefaultPoint.js +52 -1
  446. package/libs/PanoTagPlugin/Components/Common/Point/PointSwitch.js +169 -1
  447. package/libs/PanoTagPlugin/Components/Common/Shadow.js +124 -15
  448. package/libs/PanoTagPlugin/Components/Common/Text.js +131 -1
  449. package/libs/PanoTagPlugin/Components/Common/TextItem.js +106 -0
  450. package/libs/PanoTagPlugin/Components/Tag/AudioTag.js +140 -1
  451. package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +73 -1
  452. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +214 -1
  453. package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +127 -1
  454. package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +259 -1
  455. package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +106 -1
  456. package/libs/PanoTagPlugin/Components/Tag/TextTag.js +134 -1
  457. package/libs/PanoTagPlugin/Components/Tag/index.js +318 -2
  458. package/libs/PanoTagPlugin/Components/TagContainer.js +200 -1
  459. package/libs/PanoTagPlugin/Components/TagWrapper.js +191 -1
  460. package/libs/PanoTagPlugin/controller/TagCacheController.js +31 -1
  461. package/libs/PanoTagPlugin/controller/TagComputer.js +264 -1
  462. package/libs/PanoTagPlugin/controller/index.js +376 -1
  463. package/libs/PanoTagPlugin/index.js +5 -1
  464. package/libs/PanoTagPlugin/tag.config.js +43 -1
  465. package/libs/PanoTagPlugin/typings/controller.js +1 -1
  466. package/libs/PanoTagPlugin/typings/index.js +1 -1
  467. package/libs/PanoTagPlugin/typings/tag.js +7 -1
  468. package/libs/PanoTagPlugin/utils/actionAfterFiveModelLoad.js +6 -1
  469. package/libs/PanoTagPlugin/utils/addDebugPoints.js +27 -1
  470. package/libs/PanoTagPlugin/utils/checkRange.js +10 -1
  471. package/libs/PanoTagPlugin/utils/constants.js +7 -1
  472. package/libs/PanoTagPlugin/utils/debounce.js +12 -1
  473. package/libs/PanoTagPlugin/utils/doUtil.js +12 -1
  474. package/libs/PanoTagPlugin/utils/index.js +1 -1
  475. package/libs/PanoTagPlugin/utils/noTypecheck.js +4 -1
  476. package/libs/PanoTagPlugin/utils/normalPositionToPositions.js +13 -1
  477. package/libs/PanoTagPlugin/utils/planeNormal.js +11 -1
  478. package/libs/PanoTagPlugin/utils/resizeObserver.js +17 -1
  479. package/libs/PanoTagPlugin/utils/search.js +15 -1
  480. package/libs/PanoTagPlugin/utils/tagPosition.js +13 -1
  481. package/libs/PanoTagPlugin/utils/throttle.js +11 -1
  482. package/libs/base/BasePlugin.js +18 -1
  483. package/libs/base/BasePluginWithData.js +6 -1
  484. package/libs/components/PaintBrush/Controller.js +308 -1
  485. package/libs/components/PaintBrush/Subscribe.js +47 -1
  486. package/libs/components/PaintBrush/index.js +45 -1
  487. package/libs/components/PaintBrush/style.js +5 -2
  488. package/libs/components/PaintBrush/tween.js +11 -1
  489. package/libs/components/PaintBrush/typings.js +4 -1
  490. package/libs/components/PaintBrush/utils.js +45 -1
  491. package/libs/components/index.js +2 -1
  492. package/libs/floorplan/Assets/camera.js +4 -1
  493. package/libs/floorplan/Assets/compass.js +4 -1
  494. package/libs/floorplan/Assets/floorplanExtraObject.js +4 -1
  495. package/libs/floorplan/Components/BaseImage.js +103 -1
  496. package/libs/floorplan/Components/Camera.js +62 -1
  497. package/libs/floorplan/Components/Compass.js +60 -1
  498. package/libs/floorplan/Components/CurrentFloor.js +256 -1
  499. package/libs/floorplan/Components/Main.js +283 -1
  500. package/libs/floorplan/Components/Normalmage.js +37 -1
  501. package/libs/floorplan/Components/RoomHighlight/Room.js +61 -1
  502. package/libs/floorplan/Components/RoomHighlight/RoomHighlight.js +122 -1
  503. package/libs/floorplan/Components/RoomLabels/RoomLabel.js +153 -1
  504. package/libs/floorplan/Components/RoomLabels/RoomLabels.js +175 -1
  505. package/libs/floorplan/Components/RoomMaterials/RoomMaterial.js +196 -1
  506. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_0.js +37 -1
  507. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_1.js +39 -1
  508. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_2.js +37 -1
  509. package/libs/floorplan/Components/RuleLabels/RuleItem.js +134 -1
  510. package/libs/floorplan/Components/RuleLabels/RuleLabels.js +139 -1
  511. package/libs/floorplan/Components/SvgImage.js +39 -2
  512. package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +321 -1
  513. package/libs/floorplan/MapviewFloorplanPlugin/index.js +5 -1
  514. package/libs/floorplan/ModelFloorplanPlugin/Controller.js +316 -1
  515. package/libs/floorplan/ModelFloorplanPlugin/index.js +5 -1
  516. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.js +85 -1
  517. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js +133 -1
  518. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.js +72 -1
  519. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.js +192 -1
  520. package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +164 -1
  521. package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +5 -1
  522. package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +273 -1
  523. package/libs/floorplan/TopviewFloorplanPlugin/index.js +5 -1
  524. package/libs/floorplan/constant.js +4 -1
  525. package/libs/floorplan/index.js +6 -1
  526. package/libs/floorplan/typings/floorplanData.js +1 -1
  527. package/libs/floorplan/typings/floorplanServerData.js +101 -1
  528. package/libs/floorplan/utils/constant.js +7 -1
  529. package/libs/floorplan/utils/correctFiveState.js +54 -1
  530. package/libs/floorplan/utils/formatData.js +104 -1
  531. package/libs/floorplan/utils/formatPosition.js +35 -1
  532. package/libs/index.js +346 -1
  533. package/libs/shared-utils/Object3DHelper/Base/BaseController.js +151 -1
  534. package/libs/shared-utils/Object3DHelper/Base/BaseHelper.js +51 -1
  535. package/libs/shared-utils/Object3DHelper/Constants/color.js +20 -1
  536. package/libs/shared-utils/Object3DHelper/Controller/CSS3DScaleController.js +18 -1
  537. package/libs/shared-utils/Object3DHelper/Controller/MoveController.js +66 -1
  538. package/libs/shared-utils/Object3DHelper/Controller/RectangleScaleController.js +109 -1
  539. package/libs/shared-utils/Object3DHelper/Controller/RotateController.js +134 -1
  540. package/libs/shared-utils/Object3DHelper/Helper/HTML/rectangleScaleDom.js +79 -1
  541. package/libs/shared-utils/Object3DHelper/Helper/HTML/tipsDom.js +41 -1
  542. package/libs/shared-utils/Object3DHelper/Helper/HTML/utils/createElement.js +13 -1
  543. package/libs/shared-utils/Object3DHelper/Helper/MoveHelper.js +30 -1
  544. package/libs/shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js +35 -1
  545. package/libs/shared-utils/Object3DHelper/Helper/OutlineHelper.js +2 -1
  546. package/libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.js +137 -1
  547. package/libs/shared-utils/Object3DHelper/Helper/RotateHelper.js +136 -1
  548. package/libs/shared-utils/Object3DHelper/Helper/index.js +3 -1
  549. package/libs/shared-utils/Object3DHelper/index.js +169 -1
  550. package/libs/shared-utils/Object3DHelper/typings/Direction.js +1 -1
  551. package/libs/shared-utils/Object3DHelper/typings/Hooks.js +1 -1
  552. package/libs/shared-utils/Object3DHelper/typings/Scissor.js +1 -1
  553. package/libs/shared-utils/Object3DHelper/typings/index.js +1 -1
  554. package/libs/shared-utils/Object3DHelper/utils/calculateThreeMouse.js +11 -1
  555. package/libs/shared-utils/Object3DHelper/utils/direction.js +22 -1
  556. package/libs/shared-utils/Object3DHelper/utils/filterNotColinearPoints.js +1 -1
  557. package/libs/shared-utils/Object3DHelper/utils/getMouseRaycaster.js +14 -1
  558. package/libs/shared-utils/Object3DHelper/utils/getPoint.js +1 -1
  559. package/libs/shared-utils/Object3DHelper/utils/index.js +1 -1
  560. package/libs/shared-utils/Object3DHelper/utils/normalPositionToPositions.js +1 -1
  561. package/libs/shared-utils/Object3DHelper/utils/object3DBoundingPosition.js +1 -1
  562. package/libs/shared-utils/Object3DHelper/utils/threex/domevents/index.js +191 -1
  563. package/libs/shared-utils/Object3DHelper/utils/vectorIsEqual.js +6 -1
  564. package/libs/shared-utils/Subscribe.js +50 -1
  565. package/libs/shared-utils/animationFrame/BetterTween.js +26 -1
  566. package/libs/shared-utils/animationFrame/calculateProgress.js +6 -1
  567. package/libs/shared-utils/animationFrame/formatRad.js +11 -1
  568. package/libs/shared-utils/animationFrame/index.js +28 -1
  569. package/libs/shared-utils/animationFrame/tween.js +28 -1
  570. package/libs/shared-utils/changeModelCanvasOpacity.js +12 -1
  571. package/libs/shared-utils/createCanvasTextTexture.js +11 -1
  572. package/libs/shared-utils/createLine/index.js +9 -1
  573. package/libs/shared-utils/debounce.js +11 -1
  574. package/libs/shared-utils/equal.js +54 -1
  575. package/libs/shared-utils/filter.js +10 -1
  576. package/libs/shared-utils/five/changeMode.js +39 -1
  577. package/libs/shared-utils/getPxmm.js +20 -1
  578. package/libs/shared-utils/index.js +35 -1
  579. package/libs/shared-utils/isNil.js +10 -1
  580. package/libs/shared-utils/isTruelyObject.js +6 -1
  581. package/libs/shared-utils/math/Interval.js +23 -1
  582. package/libs/shared-utils/math/Rectangle.js +23 -1
  583. package/libs/shared-utils/math/index.js +1 -1
  584. package/libs/shared-utils/math/planimetry.js +43 -1
  585. package/libs/shared-utils/math/rad2Deg.js +6 -1
  586. package/libs/shared-utils/nearlyEqual.js +6 -1
  587. package/libs/shared-utils/nextFrame.js +6 -1
  588. package/libs/shared-utils/noop.js +5 -1
  589. package/libs/shared-utils/object3d2LocalMatrix.js +18 -1
  590. package/libs/shared-utils/removeArrayItem.js +8 -1
  591. package/libs/shared-utils/tap.js +6 -1
  592. package/libs/shared-utils/three/Assets/index.js +4 -1
  593. package/libs/shared-utils/three/FivePointSelector.js +49 -1
  594. package/libs/shared-utils/three/Magnifier.js +104 -1
  595. package/libs/shared-utils/three/PointDomHelper.js +60 -1
  596. package/libs/shared-utils/three/PointHelper.js +60 -3
  597. package/libs/shared-utils/three/getCoords.js +13 -1
  598. package/libs/shared-utils/three/getIntersect.js +8 -1
  599. package/libs/shared-utils/three/getRaycaster.js +12 -1
  600. package/libs/shared-utils/three/index.js +6 -1
  601. package/libs/shared-utils/three/loadTexture.js +28 -1
  602. package/libs/shared-utils/three/transformPositionToVector3.js +5 -1
  603. package/libs/shared-utils/three/transfromToMeshBasicMaterial.js +24 -1
  604. package/libs/shared-utils/throttle.js +11 -1
  605. package/libs/shared-utils/tinyEJSrender.js +138 -14
  606. package/libs/shared-utils/to.js +28 -1
  607. package/libs/shared-utils/uuid.js +9 -1
  608. package/libs/vendor/swiper/components-shared/get-changed-params.js +29 -1
  609. package/libs/vendor/swiper/components-shared/get-params.js +23 -1
  610. package/libs/vendor/swiper/components-shared/mount-swiper.js +14 -1
  611. package/libs/vendor/swiper/components-shared/params-list.js +120 -1
  612. package/libs/vendor/swiper/components-shared/update-swiper.js +36 -1
  613. package/libs/vendor/swiper/components-shared/utils.js +32 -1
  614. package/libs/vendor/swiper/svelte/swiper-slide.js +182 -1
  615. package/libs/vendor/swiper/svelte/swiper-svelte.js +3 -1
  616. package/libs/vendor/swiper/svelte/swiper.js +254 -1
  617. package/package.json +13 -181
  618. package/dist/index.es.js +0 -16650
  619. package/dist/index.js +0 -16650
  620. package/dist/index.umd.js +0 -556
@@ -1 +1,153 @@
1
- "use strict";const t=require("svelte/internal"),X=require("svelte");function Y(l){t.append_styles(l,"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}")}function B(l){let e,i=l[4].outerHTML+"",s;return{c(){e=new t.HtmlTag(!1),s=t.empty(),e.a=s},m(n,o){e.m(i,n,o),t.insert(n,s,o)},p(n,o){o&16&&i!==(i=n[4].outerHTML+"")&&e.p(i)},d(n){n&&t.detach(s),n&&e.d()}}}function F(l){let e,i=l[0].name+"",s,n,o,r;return{c(){e=t.element("span"),s=t.text(i),n=t.space(),o=t.element("span"),r=t.text(l[5]),t.attr(e,"class","floorplan-plugin__room-name"),t.attr(o,"class","floorplan-plugin__room-size svelte-12pzct5")},m(f,c){t.insert(f,e,c),t.append(e,s),t.insert(f,n,c),t.insert(f,o,c),t.append(o,r)},p(f,c){c&1&&i!==(i=f[0].name+"")&&t.set_data(s,i),c&32&&t.set_data(r,f[5])},d(f){f&&t.detach(e),f&&t.detach(n),f&&t.detach(o)}}}function G(l){let e;function i(o,r){if(o[1]===void 0)return F;if(o[4])return B}let s=i(l),n=s&&s(l);return{c(){e=t.element("div"),n&&n.c(),t.attr(e,"class","floorplan-plugin__room-label-item svelte-12pzct5"),t.set_style(e,"left",l[6],!1),t.set_style(e,"top",l[7],!1),t.set_style(e,"font-size",l[8],!1),t.set_style(e,"opacity",l[3]?"1":"0",!1)},m(o,r){t.insert(o,e,r),n&&n.m(e,null),l[16](e)},p(o,[r]){s===(s=i(o))&&n?n.p(o,r):(n&&n.d(1),n=s&&s(o),n&&(n.c(),n.m(e,null))),r&8&&t.set_style(e,"opacity",o[3]?"1":"0",!1)},i:t.noop,o:t.noop,d(o){o&&t.detach(e),n&&n.d(),l[16](null)}}}function J(l,e){const i=l[0],s=l[1];let n=!1;for(let o=0,r=e.length-1;o<e.length;r=o++){const f=e[o][0],c=e[o][1],h=e[r][0],m=e[r][1];c>s!=m>s&&i<(h-f)*(s-c)/(m-c)+f&&(n=!n)}return n}function K(l,e,i){let s,n,o,r,{pxmm:f}=e,{room:c}=e,{hoveredRoom:h}=e,{getRoomAreaText:m}=e,{getLabelElement:u}=e,{adaptiveRoomLabelVisibleEnable:v}=e;function k(a,b){if(b.width===0||b.height===0)return()=>!1;const j=a.path.map(({x:T,y:_})=>[T,_]),q=a.roomLabel.position,{x:M,y:W}=q,{width:x,height:D}=b,p=x/2,g=D/2;return function(_){const R=M*_,L=W*_,S=j.map(([w,U])=>[w*_,U*_]);return[[R+p,L-g],[R-p,L-g],[R-p,L+g],[R+p,L+g]].every(w=>J(w,S))}}const C=document.body.clientWidth,I=document.body.clientHeight,H=c.roomLabel,P=H.positionInImage.x*100+"%",E=H.positionInImage.y*100+"%",V=(C<500||I<500?10:14)/16+"rem";let z=!1,d,y;h.subscribe(function(b){i(13,z=!!b&&b.id===c.id)}),X.onMount(()=>{const a=d==null?void 0:d.getClientRects()[0];i(14,y={width:a.width,height:a.height})});function A(a){t.binding_callbacks[a?"unshift":"push"](()=>{d=a,i(2,d)})}return l.$$set=a=>{"pxmm"in a&&i(9,f=a.pxmm),"room"in a&&i(0,c=a.room),"hoveredRoom"in a&&i(10,h=a.hoveredRoom),"getRoomAreaText"in a&&i(11,m=a.getRoomAreaText),"getLabelElement"in a&&i(1,u=a.getLabelElement),"adaptiveRoomLabelVisibleEnable"in a&&i(12,v=a.adaptiveRoomLabelVisibleEnable)},l.$$.update=()=>{l.$$.dirty&2049&&i(5,s=c.size?m(c.size):""),l.$$.dirty&16385&&i(15,n=y?k(c,y):void 0),l.$$.dirty&3&&i(4,o=u==null?void 0:u(c)),l.$$.dirty&45568&&i(3,r=v?z?!0:!!(n!=null&&n(f)):!0)},[c,u,d,r,o,s,P,E,V,f,h,m,v,z,y,n,A]}class N extends t.SvelteComponent{constructor(e){super(),t.init(this,e,K,G,t.safe_not_equal,{pxmm:9,room:0,hoveredRoom:10,getRoomAreaText:11,getLabelElement:1,adaptiveRoomLabelVisibleEnable:12},Y)}}exports.RoomLabel=N;
1
+ import { SvelteComponent as O, init as Q, safe_not_equal as Z, append_styles as $, element as k, attr as C, set_style as _, insert as p, noop as E, detach as g, binding_callbacks as ee, HtmlTag as te, empty as oe, text as V, space as ne, append as A, set_data as j } from "svelte/internal";
2
+ import { onMount as ie } from "svelte";
3
+ function le(i) {
4
+ $(i, "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}");
5
+ }
6
+ function se(i) {
7
+ let e, n = i[4].outerHTML + "", l;
8
+ return {
9
+ c() {
10
+ e = new te(!1), l = oe(), e.a = l;
11
+ },
12
+ m(t, o) {
13
+ e.m(n, t, o), p(t, l, o);
14
+ },
15
+ p(t, o) {
16
+ o & 16 && n !== (n = t[4].outerHTML + "") && e.p(n);
17
+ },
18
+ d(t) {
19
+ t && g(l), t && e.d();
20
+ }
21
+ };
22
+ }
23
+ function fe(i) {
24
+ let e, n = i[0].name + "", l, t, o, c;
25
+ return {
26
+ c() {
27
+ e = k("span"), l = V(n), t = ne(), o = k("span"), c = V(i[5]), C(e, "class", "floorplan-plugin__room-name"), C(o, "class", "floorplan-plugin__room-size svelte-12pzct5");
28
+ },
29
+ m(a, f) {
30
+ p(a, e, f), A(e, l), p(a, t, f), p(a, o, f), A(o, c);
31
+ },
32
+ p(a, f) {
33
+ f & 1 && n !== (n = a[0].name + "") && j(l, n), f & 32 && j(c, a[5]);
34
+ },
35
+ d(a) {
36
+ a && g(e), a && g(t), a && g(o);
37
+ }
38
+ };
39
+ }
40
+ function ae(i) {
41
+ let e;
42
+ function n(o, c) {
43
+ if (o[1] === void 0)
44
+ return fe;
45
+ if (o[4])
46
+ return se;
47
+ }
48
+ let l = n(i), t = l && l(i);
49
+ return {
50
+ c() {
51
+ e = k("div"), t && t.c(), C(e, "class", "floorplan-plugin__room-label-item svelte-12pzct5"), _(e, "left", i[6], !1), _(e, "top", i[7], !1), _(e, "font-size", i[8], !1), _(e, "opacity", i[3] ? "1" : "0", !1);
52
+ },
53
+ m(o, c) {
54
+ p(o, e, c), t && t.m(e, null), i[16](e);
55
+ },
56
+ p(o, [c]) {
57
+ l === (l = n(o)) && t ? t.p(o, c) : (t && t.d(1), t = l && l(o), t && (t.c(), t.m(e, null))), c & 8 && _(e, "opacity", o[3] ? "1" : "0", !1);
58
+ },
59
+ i: E,
60
+ o: E,
61
+ d(o) {
62
+ o && g(e), t && t.d(), i[16](null);
63
+ }
64
+ };
65
+ }
66
+ function ce(i, e) {
67
+ const n = i[0], l = i[1];
68
+ let t = !1;
69
+ for (let o = 0, c = e.length - 1; o < e.length; c = o++) {
70
+ const a = e[o][0], f = e[o][1], h = e[c][0], r = e[c][1];
71
+ f > l != r > l && n < (h - a) * (l - f) / (r - f) + a && (t = !t);
72
+ }
73
+ return t;
74
+ }
75
+ function re(i, e, n) {
76
+ let l, t, o, c, { pxmm: a } = e, { room: f } = e, { hoveredRoom: h } = e, { getRoomAreaText: r } = e, { getLabelElement: m } = e, { adaptiveRoomLabelVisibleEnable: v } = e;
77
+ function M(s, b) {
78
+ if (b.width === 0 || b.height === 0)
79
+ return () => !1;
80
+ const X = s.path.map(({ x: P, y: d }) => [P, d]), Y = s.roomLabel.position, { x: B, y: F } = Y, { width: G, height: J } = b, R = G / 2, L = J / 2;
81
+ return function(d) {
82
+ const z = B * d, w = F * d, K = X.map(([T, N]) => [T * d, N * d]);
83
+ return [
84
+ [z + R, w - L],
85
+ [z - R, w - L],
86
+ [z - R, w + L],
87
+ [z + R, w + L]
88
+ ].every((T) => ce(T, K));
89
+ };
90
+ }
91
+ const W = document.body.clientWidth, x = document.body.clientHeight, I = f.roomLabel, D = I.positionInImage.x * 100 + "%", S = I.positionInImage.y * 100 + "%", q = (W < 500 || x < 500 ? 10 : 14) / 16 + "rem";
92
+ let H = !1, u, y;
93
+ h.subscribe(function(b) {
94
+ n(13, H = !!b && b.id === f.id);
95
+ }), ie(() => {
96
+ const s = u == null ? void 0 : u.getClientRects()[0];
97
+ n(14, y = {
98
+ width: s.width,
99
+ height: s.height
100
+ });
101
+ });
102
+ function U(s) {
103
+ ee[s ? "unshift" : "push"](() => {
104
+ u = s, n(2, u);
105
+ });
106
+ }
107
+ return i.$$set = (s) => {
108
+ "pxmm" in s && n(9, a = s.pxmm), "room" in s && n(0, f = s.room), "hoveredRoom" in s && n(10, h = s.hoveredRoom), "getRoomAreaText" in s && n(11, r = s.getRoomAreaText), "getLabelElement" in s && n(1, m = s.getLabelElement), "adaptiveRoomLabelVisibleEnable" in s && n(12, v = s.adaptiveRoomLabelVisibleEnable);
109
+ }, i.$$.update = () => {
110
+ i.$$.dirty & 2049 && n(5, l = f.size ? r(f.size) : ""), i.$$.dirty & 16385 && n(15, t = y ? M(f, y) : void 0), i.$$.dirty & 3 && n(4, o = m == null ? void 0 : m(f)), i.$$.dirty & 45568 && n(3, c = v ? H ? !0 : !!(t != null && t(a)) : !0);
111
+ }, [
112
+ f,
113
+ m,
114
+ u,
115
+ c,
116
+ o,
117
+ l,
118
+ D,
119
+ S,
120
+ q,
121
+ a,
122
+ h,
123
+ r,
124
+ v,
125
+ H,
126
+ y,
127
+ t,
128
+ U
129
+ ];
130
+ }
131
+ class de extends O {
132
+ constructor(e) {
133
+ super(), Q(
134
+ this,
135
+ e,
136
+ re,
137
+ ae,
138
+ Z,
139
+ {
140
+ pxmm: 9,
141
+ room: 0,
142
+ hoveredRoom: 10,
143
+ getRoomAreaText: 11,
144
+ getLabelElement: 1,
145
+ adaptiveRoomLabelVisibleEnable: 12
146
+ },
147
+ le
148
+ );
149
+ }
150
+ }
151
+ export {
152
+ de as default
153
+ };
@@ -1 +1,175 @@
1
- "use strict";const t=require("svelte/internal"),p=require("./RoomLabel.js");function v(s){t.append_styles(s,"svelte-13xux0b",".floorplan-plugin__room-labels.svelte-13xux0b{width:100%;height:100%;position:absolute;left:0;top:0;z-index:20;pointer-events:none}")}function b(s,e,l){const o=s.slice();return o[10]=e[l],o}function d(s){let e,l=[],o=new Map,r,m,f=s[6];const a=n=>n[10].id;for(let n=0;n<f.length;n+=1){let i=b(s,f,n),u=a(i);o.set(u,l[n]=h(u,i))}return{c(){e=t.element("div");for(let n=0;n<l.length;n+=1)l[n].c();t.attr(e,"class","floorplan-plugin__room-labels svelte-13xux0b"),t.add_render_callback(()=>s[9].call(e))},m(n,i){t.insert(n,e,i);for(let u=0;u<l.length;u+=1)l[u].m(e,null);r=t.add_resize_listener(e,s[9].bind(e)),m=!0},p(n,i){i&111&&(f=n[6],t.group_outros(),l=t.update_keyed_each(l,i,a,1,n,f,o,e,t.outro_and_destroy_block,h,null,b),t.check_outros())},i(n){if(!m){for(let i=0;i<f.length;i+=1)t.transition_in(l[i]);m=!0}},o(n){for(let i=0;i<l.length;i+=1)t.transition_out(l[i]);m=!1},d(n){n&&t.detach(e);for(let i=0;i<l.length;i+=1)l[i].d();r()}}}function h(s,e){let l,o,r;const m=[{pxmm:e[5],room:e[10],getLabelElement:e[2],getRoomAreaText:e[1],hoveredRoom:e[0],adaptiveRoomLabelVisibleEnable:e[3]}];let f={};for(let a=0;a<m.length;a+=1)f=t.assign(f,m[a]);return o=new p.RoomLabel({props:f}),{key:s,first:null,c(){l=t.empty(),t.create_component(o.$$.fragment),this.first=l},m(a,n){t.insert(a,l,n),t.mount_component(o,a,n),r=!0},p(a,n){e=a;const i=n&111?t.get_spread_update(m,[{pxmm:e[5],room:e[10],getLabelElement:e[2],getRoomAreaText:e[1],hoveredRoom:e[0],adaptiveRoomLabelVisibleEnable:e[3]}]):{};o.$set(i)},i(a){r||(t.transition_in(o.$$.fragment,a),r=!0)},o(a){t.transition_out(o.$$.fragment,a),r=!1},d(a){a&&t.detach(l),t.destroy_component(o,a)}}}function k(s){let e,l,o=s[6]&&d(s);return{c(){o&&o.c(),e=t.empty()},m(r,m){o&&o.m(r,m),t.insert(r,e,m),l=!0},p(r,[m]){r[6]?o?(o.p(r,m),m&64&&t.transition_in(o,1)):(o=d(r),o.c(),t.transition_in(o,1),o.m(e.parentNode,e)):o&&(t.group_outros(),t.transition_out(o,1,1,()=>{o=null}),t.check_outros())},i(r){l||(t.transition_in(o),l=!0)},o(r){t.transition_out(o),l=!1},d(r){o&&o.d(r),r&&t.detach(e)}}}function E(s,e,l){let o,{floorIndex:r}=e,{floorplanData:m}=e,{hoveredRoom:f}=e,{getRoomAreaText:a}=e,{getLabelElement:n}=e,{adaptiveRoomLabelVisibleEnable:i}=e,u=0,c=0;function g(){u=this.clientWidth,l(4,u)}return s.$$set=_=>{"floorIndex"in _&&l(7,r=_.floorIndex),"floorplanData"in _&&l(8,m=_.floorplanData),"hoveredRoom"in _&&l(0,f=_.hoveredRoom),"getRoomAreaText"in _&&l(1,a=_.getRoomAreaText),"getLabelElement"in _&&l(2,n=_.getLabelElement),"adaptiveRoomLabelVisibleEnable"in _&&l(3,i=_.adaptiveRoomLabelVisibleEnable)},s.$$.update=()=>{if(s.$$.dirty&384&&l(6,o=m.floorDatas[r].rooms),s.$$.dirty&272){const{max:_,min:R}=m.bounding,L=_.x-R.x;l(5,c=u/L)}},[f,a,n,i,u,c,o,r,m,g]}class y extends t.SvelteComponent{constructor(e){super(),t.init(this,e,E,k,t.safe_not_equal,{floorIndex:7,floorplanData:8,hoveredRoom:0,getRoomAreaText:1,getLabelElement:2,adaptiveRoomLabelVisibleEnable:3},v)}}exports.RoomLabels=y;
1
+ import { SvelteComponent as A, init as T, safe_not_equal as V, append_styles as D, empty as v, insert as b, transition_in as _, group_outros as L, transition_out as d, check_outros as k, detach as c, element as z, attr as I, add_render_callback as w, add_resize_listener as W, update_keyed_each as q, outro_and_destroy_block as C, assign as M, create_component as N, mount_component as S, get_spread_update as j, destroy_component as B } from "svelte/internal";
2
+ import F from "./RoomLabel.js";
3
+ import "svelte";
4
+ function G(a) {
5
+ D(a, "svelte-13xux0b", ".floorplan-plugin__room-labels.svelte-13xux0b{width:100%;height:100%;position:absolute;left:0;top:0;z-index:20;pointer-events:none}");
6
+ }
7
+ function g(a, e, o) {
8
+ const t = a.slice();
9
+ return t[10] = e[o], t;
10
+ }
11
+ function R(a) {
12
+ let e, o = [], t = /* @__PURE__ */ new Map(), i, m, s = a[6];
13
+ const r = (l) => l[10].id;
14
+ for (let l = 0; l < s.length; l += 1) {
15
+ let n = g(a, s, l), u = r(n);
16
+ t.set(u, o[l] = p(u, n));
17
+ }
18
+ return {
19
+ c() {
20
+ e = z("div");
21
+ for (let l = 0; l < o.length; l += 1)
22
+ o[l].c();
23
+ I(e, "class", "floorplan-plugin__room-labels svelte-13xux0b"), w(() => a[9].call(e));
24
+ },
25
+ m(l, n) {
26
+ b(l, e, n);
27
+ for (let u = 0; u < o.length; u += 1)
28
+ o[u].m(e, null);
29
+ i = W(e, a[9].bind(e)), m = !0;
30
+ },
31
+ p(l, n) {
32
+ n & 111 && (s = l[6], L(), o = q(o, n, r, 1, l, s, t, e, C, p, null, g), k());
33
+ },
34
+ i(l) {
35
+ if (!m) {
36
+ for (let n = 0; n < s.length; n += 1)
37
+ _(o[n]);
38
+ m = !0;
39
+ }
40
+ },
41
+ o(l) {
42
+ for (let n = 0; n < o.length; n += 1)
43
+ d(o[n]);
44
+ m = !1;
45
+ },
46
+ d(l) {
47
+ l && c(e);
48
+ for (let n = 0; n < o.length; n += 1)
49
+ o[n].d();
50
+ i();
51
+ }
52
+ };
53
+ }
54
+ function p(a, e) {
55
+ let o, t, i;
56
+ const m = [
57
+ {
58
+ pxmm: e[5],
59
+ room: e[10],
60
+ getLabelElement: e[2],
61
+ getRoomAreaText: e[1],
62
+ hoveredRoom: e[0],
63
+ adaptiveRoomLabelVisibleEnable: e[3]
64
+ }
65
+ ];
66
+ let s = {};
67
+ for (let r = 0; r < m.length; r += 1)
68
+ s = M(s, m[r]);
69
+ return t = new F({ props: s }), {
70
+ key: a,
71
+ first: null,
72
+ c() {
73
+ o = v(), N(t.$$.fragment), this.first = o;
74
+ },
75
+ m(r, l) {
76
+ b(r, o, l), S(t, r, l), i = !0;
77
+ },
78
+ p(r, l) {
79
+ e = r;
80
+ const n = l & 111 ? j(m, [
81
+ {
82
+ pxmm: e[5],
83
+ room: e[10],
84
+ getLabelElement: e[2],
85
+ getRoomAreaText: e[1],
86
+ hoveredRoom: e[0],
87
+ adaptiveRoomLabelVisibleEnable: e[3]
88
+ }
89
+ ]) : {};
90
+ t.$set(n);
91
+ },
92
+ i(r) {
93
+ i || (_(t.$$.fragment, r), i = !0);
94
+ },
95
+ o(r) {
96
+ d(t.$$.fragment, r), i = !1;
97
+ },
98
+ d(r) {
99
+ r && c(o), B(t, r);
100
+ }
101
+ };
102
+ }
103
+ function H(a) {
104
+ let e, o, t = a[6] && R(a);
105
+ return {
106
+ c() {
107
+ t && t.c(), e = v();
108
+ },
109
+ m(i, m) {
110
+ t && t.m(i, m), b(i, e, m), o = !0;
111
+ },
112
+ p(i, [m]) {
113
+ i[6] ? t ? (t.p(i, m), m & 64 && _(t, 1)) : (t = R(i), t.c(), _(t, 1), t.m(e.parentNode, e)) : t && (L(), d(t, 1, 1, () => {
114
+ t = null;
115
+ }), k());
116
+ },
117
+ i(i) {
118
+ o || (_(t), o = !0);
119
+ },
120
+ o(i) {
121
+ d(t), o = !1;
122
+ },
123
+ d(i) {
124
+ t && t.d(i), i && c(e);
125
+ }
126
+ };
127
+ }
128
+ function J(a, e, o) {
129
+ let t, { floorIndex: i } = e, { floorplanData: m } = e, { hoveredRoom: s } = e, { getRoomAreaText: r } = e, { getLabelElement: l } = e, { adaptiveRoomLabelVisibleEnable: n } = e, u = 0, h = 0;
130
+ function E() {
131
+ u = this.clientWidth, o(4, u);
132
+ }
133
+ return a.$$set = (f) => {
134
+ "floorIndex" in f && o(7, i = f.floorIndex), "floorplanData" in f && o(8, m = f.floorplanData), "hoveredRoom" in f && o(0, s = f.hoveredRoom), "getRoomAreaText" in f && o(1, r = f.getRoomAreaText), "getLabelElement" in f && o(2, l = f.getLabelElement), "adaptiveRoomLabelVisibleEnable" in f && o(3, n = f.adaptiveRoomLabelVisibleEnable);
135
+ }, a.$$.update = () => {
136
+ if (a.$$.dirty & 384 && o(6, t = m.floorDatas[i].rooms), a.$$.dirty & 272) {
137
+ const { max: f, min: x } = m.bounding, y = f.x - x.x;
138
+ o(5, h = u / y);
139
+ }
140
+ }, [
141
+ s,
142
+ r,
143
+ l,
144
+ n,
145
+ u,
146
+ h,
147
+ t,
148
+ i,
149
+ m,
150
+ E
151
+ ];
152
+ }
153
+ class Q extends A {
154
+ constructor(e) {
155
+ super(), T(
156
+ this,
157
+ e,
158
+ J,
159
+ H,
160
+ V,
161
+ {
162
+ floorIndex: 7,
163
+ floorplanData: 8,
164
+ hoveredRoom: 0,
165
+ getRoomAreaText: 1,
166
+ getLabelElement: 2,
167
+ adaptiveRoomLabelVisibleEnable: 3
168
+ },
169
+ G
170
+ );
171
+ }
172
+ }
173
+ export {
174
+ Q as default
175
+ };
@@ -1 +1,196 @@
1
- "use strict";var b=Object.defineProperty,k=Object.defineProperties;var v=Object.getOwnPropertyDescriptors;var f=Object.getOwnPropertySymbols;var y=Object.prototype.hasOwnProperty,M=Object.prototype.propertyIsEnumerable;var m=(a,t,o)=>t in a?b(a,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):a[t]=o,p=(a,t)=>{for(var o in t||(t={}))y.call(t,o)&&m(a,o,t[o]);if(f)for(var o of f(t))M.call(t,o)&&m(a,o,t[o]);return a},h=(a,t)=>k(a,v(t));const n=require("svelte/internal"),R=require("../../utils/formatPosition.js"),$=require("./RoomMaterial_0.js"),x=require("./RoomMaterial_1.js"),w=require("./RoomMaterial_2.js");function q(a){n.append_styles(a,"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}")}function d(a,t,o){const e=a.slice();return e[5]=t[o],e}function D(a){let t,o;return t=new x.RoomMaterial_1({props:{path:a[5].path}}),{c(){n.create_component(t.$$.fragment)},m(e,r){n.mount_component(t,e,r),o=!0},p(e,r){const s={};r&1&&(s.path=e[5].path),t.$set(s)},i(e){o||(n.transition_in(t.$$.fragment,e),o=!0)},o(e){n.transition_out(t.$$.fragment,e),o=!1},d(e){n.destroy_component(t,e)}}}function j(a){let t,o;return t=new w.RoomMaterial_2({props:{path:a[5].path}}),{c(){n.create_component(t.$$.fragment)},m(e,r){n.mount_component(t,e,r),o=!0},p(e,r){const s={};r&1&&(s.path=e[5].path),t.$set(s)},i(e){o||(n.transition_in(t.$$.fragment,e),o=!0)},o(e){n.transition_out(t.$$.fragment,e),o=!1},d(e){n.destroy_component(t,e)}}}function C(a){let t,o;return t=new $.RoomMaterial_0({props:{path:a[5].path}}),{c(){n.create_component(t.$$.fragment)},m(e,r){n.mount_component(t,e,r),o=!0},p(e,r){const s={};r&1&&(s.path=e[5].path),t.$set(s)},i(e){o||(n.transition_in(t.$$.fragment,e),o=!0)},o(e){n.transition_out(t.$$.fragment,e),o=!1},d(e){n.destroy_component(t,e)}}}function g(a){let t,o,e,r;const s=[C,j,D],l=[];function _(i,u){return i[5].floorType===1?0:i[5].floorType===0?1:2}return o=_(a),e=l[o]=s[o](a),{c(){t=n.svg_element("svg"),e.c(),n.attr(t,"width","100%"),n.attr(t,"height","100%"),n.attr(t,"viewBox",`0 0 ${a[1]} ${a[2]}`),n.attr(t,"class","svelte-1dykexu")},m(i,u){n.insert(i,t,u),l[o].m(t,null),r=!0},p(i,u){let c=o;o=_(i),o===c?l[o].p(i,u):(n.group_outros(),n.transition_out(l[c],1,1,()=>{l[c]=null}),n.check_outros(),e=l[o],e?e.p(i,u):(e=l[o]=s[o](i),e.c()),n.transition_in(e,1),e.m(t,null))},i(i){r||(n.transition_in(e),r=!0)},o(i){n.transition_out(e),r=!1},d(i){i&&n.detach(t),l[o].d()}}}function I(a){let t,o,e=a[0],r=[];for(let l=0;l<e.length;l+=1)r[l]=g(d(a,e,l));const s=l=>n.transition_out(r[l],1,1,()=>{r[l]=null});return{c(){t=n.element("div");for(let l=0;l<r.length;l+=1)r[l].c();n.attr(t,"class","floorplan-plugin__room-material svelte-1dykexu")},m(l,_){n.insert(l,t,_);for(let i=0;i<r.length;i+=1)r[i].m(t,null);o=!0},p(l,[_]){if(_&7){e=l[0];let i;for(i=0;i<e.length;i+=1){const u=d(l,e,i);r[i]?(r[i].p(u,_),n.transition_in(r[i],1)):(r[i]=g(u),r[i].c(),n.transition_in(r[i],1),r[i].m(t,null))}for(n.group_outros(),i=e.length;i<r.length;i+=1)s(i);n.check_outros()}},i(l){if(!o){for(let _=0;_<e.length;_+=1)n.transition_in(r[_]);o=!0}},o(l){r=r.filter(Boolean);for(let _=0;_<r.length;_+=1)n.transition_out(r[_]);o=!1},d(l){l&&n.detach(t),n.destroy_each(r,l)}}}function P(a,t,o){let e,{floorIndex:r}=t,{floorplanData:s}=t;const l=s.bounding.max.x-s.bounding.min.x,_=s.bounding.max.y-s.bounding.min.y;return a.$$set=i=>{"floorIndex"in i&&o(3,r=i.floorIndex),"floorplanData"in i&&o(4,s=i.floorplanData)},a.$$.update=()=>{a.$$.dirty&24&&o(0,e=s.floorDatas[r].rooms.map(i=>h(p({},i),{path:i.path.map(u=>R.formatFloorplanPoint(u,s.bounding))})))},[e,l,_,r,s]}class B extends n.SvelteComponent{constructor(t){super(),n.init(this,t,P,I,n.safe_not_equal,{floorIndex:3,floorplanData:4},q)}}exports.RoomMaterial=B;
1
+ var M = Object.defineProperty, R = Object.defineProperties;
2
+ var B = Object.getOwnPropertyDescriptors;
3
+ var d = Object.getOwnPropertySymbols;
4
+ var T = Object.prototype.hasOwnProperty, q = Object.prototype.propertyIsEnumerable;
5
+ var b = (l, e, o) => e in l ? M(l, e, { enumerable: !0, configurable: !0, writable: !0, value: o }) : l[e] = o, k = (l, e) => {
6
+ for (var o in e || (e = {}))
7
+ T.call(e, o) && b(l, o, e[o]);
8
+ if (d)
9
+ for (var o of d(e))
10
+ q.call(e, o) && b(l, o, e[o]);
11
+ return l;
12
+ }, v = (l, e) => R(l, B(e));
13
+ import { SvelteComponent as C, init as F, safe_not_equal as H, append_styles as P, element as S, attr as m, insert as x, transition_in as c, group_outros as w, check_outros as D, transition_out as s, detach as I, destroy_each as W, svg_element as j, create_component as p, mount_component as h, destroy_component as g } from "svelte/internal";
14
+ import { formatFloorplanPoint as z } from "../../utils/formatPosition.js";
15
+ import A from "./RoomMaterial_0.js";
16
+ import E from "./RoomMaterial_1.js";
17
+ import G from "./RoomMaterial_2.js";
18
+ function J(l) {
19
+ P(l, "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}");
20
+ }
21
+ function y(l, e, o) {
22
+ const t = l.slice();
23
+ return t[5] = e[o], t;
24
+ }
25
+ function K(l) {
26
+ let e, o;
27
+ return e = new E({ props: { path: l[5].path } }), {
28
+ c() {
29
+ p(e.$$.fragment);
30
+ },
31
+ m(t, n) {
32
+ h(e, t, n), o = !0;
33
+ },
34
+ p(t, n) {
35
+ const i = {};
36
+ n & 1 && (i.path = t[5].path), e.$set(i);
37
+ },
38
+ i(t) {
39
+ o || (c(e.$$.fragment, t), o = !0);
40
+ },
41
+ o(t) {
42
+ s(e.$$.fragment, t), o = !1;
43
+ },
44
+ d(t) {
45
+ g(e, t);
46
+ }
47
+ };
48
+ }
49
+ function L(l) {
50
+ let e, o;
51
+ return e = new G({ props: { path: l[5].path } }), {
52
+ c() {
53
+ p(e.$$.fragment);
54
+ },
55
+ m(t, n) {
56
+ h(e, t, n), o = !0;
57
+ },
58
+ p(t, n) {
59
+ const i = {};
60
+ n & 1 && (i.path = t[5].path), e.$set(i);
61
+ },
62
+ i(t) {
63
+ o || (c(e.$$.fragment, t), o = !0);
64
+ },
65
+ o(t) {
66
+ s(e.$$.fragment, t), o = !1;
67
+ },
68
+ d(t) {
69
+ g(e, t);
70
+ }
71
+ };
72
+ }
73
+ function N(l) {
74
+ let e, o;
75
+ return e = new A({ props: { path: l[5].path } }), {
76
+ c() {
77
+ p(e.$$.fragment);
78
+ },
79
+ m(t, n) {
80
+ h(e, t, n), o = !0;
81
+ },
82
+ p(t, n) {
83
+ const i = {};
84
+ n & 1 && (i.path = t[5].path), e.$set(i);
85
+ },
86
+ i(t) {
87
+ o || (c(e.$$.fragment, t), o = !0);
88
+ },
89
+ o(t) {
90
+ s(e.$$.fragment, t), o = !1;
91
+ },
92
+ d(t) {
93
+ g(e, t);
94
+ }
95
+ };
96
+ }
97
+ function $(l) {
98
+ let e, o, t, n;
99
+ const i = [N, L, K], a = [];
100
+ function f(r, u) {
101
+ return r[5].floorType === 1 ? 0 : r[5].floorType === 0 ? 1 : 2;
102
+ }
103
+ return o = f(l), t = a[o] = i[o](l), {
104
+ c() {
105
+ e = j("svg"), t.c(), m(e, "width", "100%"), m(e, "height", "100%"), m(e, "viewBox", `0 0 ${l[1]} ${l[2]}`), m(e, "class", "svelte-1dykexu");
106
+ },
107
+ m(r, u) {
108
+ x(r, e, u), a[o].m(e, null), n = !0;
109
+ },
110
+ p(r, u) {
111
+ let _ = o;
112
+ o = f(r), o === _ ? a[o].p(r, u) : (w(), s(a[_], 1, 1, () => {
113
+ a[_] = null;
114
+ }), D(), t = a[o], t ? t.p(r, u) : (t = a[o] = i[o](r), t.c()), c(t, 1), t.m(e, null));
115
+ },
116
+ i(r) {
117
+ n || (c(t), n = !0);
118
+ },
119
+ o(r) {
120
+ s(t), n = !1;
121
+ },
122
+ d(r) {
123
+ r && I(e), a[o].d();
124
+ }
125
+ };
126
+ }
127
+ function O(l) {
128
+ let e, o, t = l[0], n = [];
129
+ for (let a = 0; a < t.length; a += 1)
130
+ n[a] = $(y(l, t, a));
131
+ const i = (a) => s(n[a], 1, 1, () => {
132
+ n[a] = null;
133
+ });
134
+ return {
135
+ c() {
136
+ e = S("div");
137
+ for (let a = 0; a < n.length; a += 1)
138
+ n[a].c();
139
+ m(e, "class", "floorplan-plugin__room-material svelte-1dykexu");
140
+ },
141
+ m(a, f) {
142
+ x(a, e, f);
143
+ for (let r = 0; r < n.length; r += 1)
144
+ n[r].m(e, null);
145
+ o = !0;
146
+ },
147
+ p(a, [f]) {
148
+ if (f & 7) {
149
+ t = a[0];
150
+ let r;
151
+ for (r = 0; r < t.length; r += 1) {
152
+ const u = y(a, t, r);
153
+ n[r] ? (n[r].p(u, f), c(n[r], 1)) : (n[r] = $(u), n[r].c(), c(n[r], 1), n[r].m(e, null));
154
+ }
155
+ for (w(), r = t.length; r < n.length; r += 1)
156
+ i(r);
157
+ D();
158
+ }
159
+ },
160
+ i(a) {
161
+ if (!o) {
162
+ for (let f = 0; f < t.length; f += 1)
163
+ c(n[f]);
164
+ o = !0;
165
+ }
166
+ },
167
+ o(a) {
168
+ n = n.filter(Boolean);
169
+ for (let f = 0; f < n.length; f += 1)
170
+ s(n[f]);
171
+ o = !1;
172
+ },
173
+ d(a) {
174
+ a && I(e), W(n, a);
175
+ }
176
+ };
177
+ }
178
+ function Q(l, e, o) {
179
+ let t, { floorIndex: n } = e, { floorplanData: i } = e;
180
+ const a = i.bounding.max.x - i.bounding.min.x, f = i.bounding.max.y - i.bounding.min.y;
181
+ return l.$$set = (r) => {
182
+ "floorIndex" in r && o(3, n = r.floorIndex), "floorplanData" in r && o(4, i = r.floorplanData);
183
+ }, l.$$.update = () => {
184
+ l.$$.dirty & 24 && o(0, t = i.floorDatas[n].rooms.map((r) => v(k({}, r), {
185
+ path: r.path.map((u) => z(u, i.bounding))
186
+ })));
187
+ }, [t, a, f, n, i];
188
+ }
189
+ class te extends C {
190
+ constructor(e) {
191
+ super(), F(this, e, Q, O, H, { floorIndex: 3, floorplanData: 4 }, J);
192
+ }
193
+ }
194
+ export {
195
+ te as default
196
+ };
@@ -1 +1,37 @@
1
- "use strict";const t=require("svelte/internal"),s=require("../../utils/formatPosition.js");function l(i){let e;return{c(){e=t.svg_element("path"),t.attr(e,"d",i[0]),t.attr(e,"fill","#2F313A")},m(n,r){t.insert(n,e,r)},p(n,[r]){r&1&&t.attr(e,"d",n[0])},i:t.noop,o:t.noop,d(n){n&&t.detach(e)}}}function u(i,e,n){let r,{path:a}=e;return i.$$set=o=>{"path"in o&&n(1,a=o.path)},i.$$.update=()=>{i.$$.dirty&2&&n(0,r=s.pathD(a,{needZ:!0}))},[r,a]}class c extends t.SvelteComponent{constructor(e){super(),t.init(this,e,u,l,t.safe_not_equal,{path:1})}}exports.RoomMaterial_0=c;
1
+ import { SvelteComponent as f, init as u, safe_not_equal as c, svg_element as d, attr as i, insert as h, noop as p, detach as m } from "svelte/internal";
2
+ import { pathD as s } from "../../utils/formatPosition.js";
3
+ function l(n) {
4
+ let t;
5
+ return {
6
+ c() {
7
+ t = d("path"), i(t, "d", n[0]), i(t, "fill", "#2F313A");
8
+ },
9
+ m(e, a) {
10
+ h(e, t, a);
11
+ },
12
+ p(e, [a]) {
13
+ a & 1 && i(t, "d", e[0]);
14
+ },
15
+ i: p,
16
+ o: p,
17
+ d(e) {
18
+ e && m(t);
19
+ }
20
+ };
21
+ }
22
+ function _(n, t, e) {
23
+ let a, { path: r } = t;
24
+ return n.$$set = (o) => {
25
+ "path" in o && e(1, r = o.path);
26
+ }, n.$$.update = () => {
27
+ n.$$.dirty & 2 && e(0, a = s(r, { needZ: !0 }));
28
+ }, [a, r];
29
+ }
30
+ class q extends f {
31
+ constructor(t) {
32
+ super(), u(this, t, _, l, c, { path: 1 });
33
+ }
34
+ }
35
+ export {
36
+ q as default
37
+ };
@@ -1 +1,39 @@
1
- "use strict";const t=require("svelte/internal"),h=require("../../utils/formatPosition.js");function d(a){let s,e,i,n,p,o;return{c(){s=t.svg_element("defs"),e=t.svg_element("pattern"),i=t.svg_element("rect"),n=t.svg_element("path"),p=t.space(),o=t.svg_element("path"),t.attr(i,"x","0"),t.attr(i,"y","0"),t.attr(i,"width",a[1]),t.attr(i,"height",a[1]),t.attr(i,"fill","#323747"),t.attr(n,"d",a[2]),t.attr(n,"stroke","#ffffff"),t.attr(n,"stroke-opacity","0.06"),t.attr(n,"stroke-width","0.5"),t.attr(n,"fill","none"),t.attr(e,"id","fpm-room-pattern-0"),t.attr(e,"x","0"),t.attr(e,"y","0"),t.attr(e,"width",a[1]),t.attr(e,"height",a[1]),t.attr(e,"patternUnits","userSpaceOnUse"),t.attr(e,"patternTransform","scale(50 50)"),t.attr(o,"d",a[0]),t.attr(o,"fill","url(#fpm-room-pattern-0)")},m(r,l){t.insert(r,s,l),t.append(s,e),t.append(e,i),t.append(e,n),t.insert(r,p,l),t.insert(r,o,l)},p(r,[l]){l&1&&t.attr(o,"d",r[0])},i:t.noop,o:t.noop,d(r){r&&t.detach(s),r&&t.detach(p),r&&t.detach(o)}}}const f=6;function m(a,s,e){let i,{path:n}=s;const p=f*2,o=`M0 ${f} h ${p} M${f} 0 v ${p}`;return a.$$set=r=>{"path"in r&&e(3,n=r.path)},a.$$.update=()=>{a.$$.dirty&8&&e(0,i=h.pathD(n,{needZ:!0}))},[i,p,o,n]}class u extends t.SvelteComponent{constructor(s){super(),t.init(this,s,m,d,t.safe_not_equal,{path:3})}}exports.RoomMaterial_1=u;
1
+ import { SvelteComponent as _, init as w, safe_not_equal as y, svg_element as l, space as k, attr as t, insert as h, append as d, noop as c, detach as m } from "svelte/internal";
2
+ import { pathD as M } from "../../utils/formatPosition.js";
3
+ function v(n) {
4
+ let i, e, p, a, f, o;
5
+ return {
6
+ c() {
7
+ i = l("defs"), e = l("pattern"), p = l("rect"), a = l("path"), f = k(), o = l("path"), t(p, "x", "0"), t(p, "y", "0"), t(p, "width", n[1]), t(p, "height", n[1]), t(p, "fill", "#323747"), t(a, "d", n[2]), t(a, "stroke", "#ffffff"), t(a, "stroke-opacity", "0.06"), t(a, "stroke-width", "0.5"), t(a, "fill", "none"), t(e, "id", "fpm-room-pattern-0"), t(e, "x", "0"), t(e, "y", "0"), t(e, "width", n[1]), t(e, "height", n[1]), t(e, "patternUnits", "userSpaceOnUse"), t(e, "patternTransform", "scale(50 50)"), t(o, "d", n[0]), t(o, "fill", "url(#fpm-room-pattern-0)");
8
+ },
9
+ m(r, s) {
10
+ h(r, i, s), d(i, e), d(e, p), d(e, a), h(r, f, s), h(r, o, s);
11
+ },
12
+ p(r, [s]) {
13
+ s & 1 && t(o, "d", r[0]);
14
+ },
15
+ i: c,
16
+ o: c,
17
+ d(r) {
18
+ r && m(i), r && m(f), r && m(o);
19
+ }
20
+ };
21
+ }
22
+ const u = 6;
23
+ function D(n, i, e) {
24
+ let p, { path: a } = i;
25
+ const f = u * 2, o = `M0 ${u} h ${f} M${u} 0 v ${f}`;
26
+ return n.$$set = (r) => {
27
+ "path" in r && e(3, a = r.path);
28
+ }, n.$$.update = () => {
29
+ n.$$.dirty & 8 && e(0, p = M(a, { needZ: !0 }));
30
+ }, [p, f, o, a];
31
+ }
32
+ class $ extends _ {
33
+ constructor(i) {
34
+ super(), w(this, i, D, v, y, { path: 3 });
35
+ }
36
+ }
37
+ export {
38
+ $ as default
39
+ };
@@ -1 +1,37 @@
1
- "use strict";const t=require("svelte/internal"),_=require("../../utils/formatPosition.js");function c(p){let l,a,n,r,i,d,o,h,f,u,m;return{c(){l=t.svg_element("defs"),a=t.svg_element("pattern"),n=t.svg_element("rect"),r=t.svg_element("pattern"),i=t.svg_element("rect"),d=t.space(),o=t.svg_element("path"),h=t.space(),f=t.svg_element("path"),u=t.space(),m=t.svg_element("path"),t.attr(n,"x","0"),t.attr(n,"y","0"),t.attr(n,"width","6"),t.attr(n,"height","50"),t.attr(n,"fill","none"),t.attr(n,"stroke","#4B4B57"),t.attr(n,"stroke-width","0.5"),t.attr(a,"id","room-material-pattern-1"),t.attr(a,"x","0"),t.attr(a,"y","0"),t.attr(a,"width","12"),t.attr(a,"height","50"),t.attr(a,"patternUnits","userSpaceOnUse"),t.attr(a,"patternTransform","scale(50 50)"),t.attr(i,"x","0"),t.attr(i,"y","0"),t.attr(i,"width","6"),t.attr(i,"height","50"),t.attr(i,"fill","none"),t.attr(i,"stroke","#4B4B57"),t.attr(i,"stroke-width","0.5"),t.attr(r,"id","room-material-pattern-2"),t.attr(r,"x","6"),t.attr(r,"y","25"),t.attr(r,"width","12"),t.attr(r,"height","50"),t.attr(r,"patternUnits","userSpaceOnUse"),t.attr(r,"patternTransform","scale(50 50)"),t.attr(o,"d",p[0]),t.attr(o,"fill","#43434D"),t.attr(f,"d",p[0]),t.attr(f,"fill","url(#room-material-pattern-1)"),t.attr(m,"d",p[0]),t.attr(m,"fill","url(#room-material-pattern-2)")},m(e,s){t.insert(e,l,s),t.append(l,a),t.append(a,n),t.append(l,r),t.append(r,i),t.insert(e,d,s),t.insert(e,o,s),t.insert(e,h,s),t.insert(e,f,s),t.insert(e,u,s),t.insert(e,m,s)},p(e,[s]){s&1&&t.attr(o,"d",e[0]),s&1&&t.attr(f,"d",e[0]),s&1&&t.attr(m,"d",e[0])},i:t.noop,o:t.noop,d(e){e&&t.detach(l),e&&t.detach(d),e&&t.detach(o),e&&t.detach(h),e&&t.detach(f),e&&t.detach(u),e&&t.detach(m)}}}function v(p,l,a){let n,{path:r}=l;return p.$$set=i=>{"path"in i&&a(1,r=i.path)},p.$$.update=()=>{p.$$.dirty&2&&a(0,n=_.pathD(r,{needZ:!0}))},[n,r]}class w extends t.SvelteComponent{constructor(l){super(),t.init(this,l,v,c,t.safe_not_equal,{path:1})}}exports.RoomMaterial_2=w;
1
+ import { SvelteComponent as S, init as c, safe_not_equal as x, svg_element as o, space as U, attr as t, insert as s, append as w, noop as y, detach as m } from "svelte/internal";
2
+ import { pathD as D } from "../../utils/formatPosition.js";
3
+ function O(f) {
4
+ let n, i, l, r, p, _, d, k, h, B, u;
5
+ return {
6
+ c() {
7
+ n = o("defs"), i = o("pattern"), l = o("rect"), r = o("pattern"), p = o("rect"), _ = U(), d = o("path"), k = U(), h = o("path"), B = U(), u = o("path"), t(l, "x", "0"), t(l, "y", "0"), t(l, "width", "6"), t(l, "height", "50"), t(l, "fill", "none"), t(l, "stroke", "#4B4B57"), t(l, "stroke-width", "0.5"), t(i, "id", "room-material-pattern-1"), t(i, "x", "0"), t(i, "y", "0"), t(i, "width", "12"), t(i, "height", "50"), t(i, "patternUnits", "userSpaceOnUse"), t(i, "patternTransform", "scale(50 50)"), t(p, "x", "0"), t(p, "y", "0"), t(p, "width", "6"), t(p, "height", "50"), t(p, "fill", "none"), t(p, "stroke", "#4B4B57"), t(p, "stroke-width", "0.5"), t(r, "id", "room-material-pattern-2"), t(r, "x", "6"), t(r, "y", "25"), t(r, "width", "12"), t(r, "height", "50"), t(r, "patternUnits", "userSpaceOnUse"), t(r, "patternTransform", "scale(50 50)"), t(d, "d", f[0]), t(d, "fill", "#43434D"), t(h, "d", f[0]), t(h, "fill", "url(#room-material-pattern-1)"), t(u, "d", f[0]), t(u, "fill", "url(#room-material-pattern-2)");
8
+ },
9
+ m(e, a) {
10
+ s(e, n, a), w(n, i), w(i, l), w(n, r), w(r, p), s(e, _, a), s(e, d, a), s(e, k, a), s(e, h, a), s(e, B, a), s(e, u, a);
11
+ },
12
+ p(e, [a]) {
13
+ a & 1 && t(d, "d", e[0]), a & 1 && t(h, "d", e[0]), a & 1 && t(u, "d", e[0]);
14
+ },
15
+ i: y,
16
+ o: y,
17
+ d(e) {
18
+ e && m(n), e && m(_), e && m(d), e && m(k), e && m(h), e && m(B), e && m(u);
19
+ }
20
+ };
21
+ }
22
+ function T(f, n, i) {
23
+ let l, { path: r } = n;
24
+ return f.$$set = (p) => {
25
+ "path" in p && i(1, r = p.path);
26
+ }, f.$$.update = () => {
27
+ f.$$.dirty & 2 && i(0, l = D(r, { needZ: !0 }));
28
+ }, [l, r];
29
+ }
30
+ class C extends S {
31
+ constructor(n) {
32
+ super(), c(this, n, T, O, x, { path: 1 });
33
+ }
34
+ }
35
+ export {
36
+ C as default
37
+ };