@realsee/dnalogel 3.64.15 → 3.64.17

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 (472) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/ModelMakerPlugin/item/baseItem.d.ts +1 -0
  3. package/dist/floorplan/Components/Items/Item.svelte.d.ts +1 -0
  4. package/dist/floorplan/Components/Items/Items.svelte.d.ts +1 -0
  5. package/dist/floorplan/MapviewFloorplanPlugin/Controller.d.ts +2 -0
  6. package/dist/floorplan/MapviewFloorplanPlugin/items.d.ts +30 -0
  7. package/dist/floorplan/typings/floorplanData.d.ts +1 -0
  8. package/dist/index.cjs.js +68 -68
  9. package/dist/index.js +16514 -13576
  10. package/dist/index.umd.js +67 -67
  11. package/docs/assets/search.js +1 -1
  12. package/docs/classes/AreaMakerPluginType.AreaMakerController.html +25 -25
  13. package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +28 -28
  14. package/docs/classes/CSS3DRender.html +3 -3
  15. package/docs/classes/GuideLineItem.GuideLineItem.html +3 -3
  16. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +26 -26
  17. package/docs/classes/ModelMakerPluginInstance.html +15 -15
  18. package/docs/classes/ModelRoomLabelController.html +6 -6
  19. package/docs/classes/MoveController.html +17 -17
  20. package/docs/classes/Object3DHelperController.html +15 -15
  21. package/docs/classes/PaintBrush.html +5 -5
  22. package/docs/classes/PanoMeasurePluginLine.html +2 -2
  23. package/docs/classes/PanoMeasurePluginModel.html +2 -2
  24. package/docs/classes/PanoMeasurePluginPoint.html +2 -2
  25. package/docs/classes/PanoMeasurePluginPolyline.html +4 -4
  26. package/docs/classes/PanoTagPluginController.html +34 -34
  27. package/docs/classes/Sculpt.html +23 -23
  28. package/docs/classes/Util.BetterTween.html +2 -2
  29. package/docs/classes/Util.FiveDomEvents.html +4 -4
  30. package/docs/classes/Util.FivePuppet.html +3 -3
  31. package/docs/classes/Util.Interval.html +5 -5
  32. package/docs/classes/Util.LightTag.html +15 -15
  33. package/docs/classes/Util.LineSegments.html +2 -2
  34. package/docs/classes/Util.Magnifier.html +6 -6
  35. package/docs/classes/Util.Object3D.html +4 -4
  36. package/docs/classes/Util.PointHelper.html +2 -2
  37. package/docs/classes/Util.PointSelector.html +16 -16
  38. package/docs/classes/Util.PointSelectorHelper.html +2 -2
  39. package/docs/classes/Util.Rectangle.html +5 -5
  40. package/docs/classes/Util.sculpt.BaseEditor.html +7 -7
  41. package/docs/classes/Util.sculpt.BoxMesh.html +6 -6
  42. package/docs/classes/Util.sculpt.BoxMeshEditor.html +7 -7
  43. package/docs/classes/Util.sculpt.CircleMesh.html +4 -4
  44. package/docs/classes/Util.sculpt.CircleMeshEditor.html +7 -7
  45. package/docs/classes/Util.sculpt.CircleWithEdgeMesh.html +4 -4
  46. package/docs/classes/Util.sculpt.CylinderMesh.html +5 -5
  47. package/docs/classes/Util.sculpt.CylinderMeshEditor.html +7 -7
  48. package/docs/classes/Util.sculpt.LineMesh.html +5 -5
  49. package/docs/classes/Util.sculpt.PointMesh.html +5 -5
  50. package/docs/classes/Util.sculpt.PolygonMesh.html +6 -6
  51. package/docs/classes/Util.sculpt.PrismMesh.html +6 -6
  52. package/docs/classes/Util.sculpt.PrismMeshEditor.html +7 -7
  53. package/docs/classes/Util.sculpt.RectangleMesh.html +7 -7
  54. package/docs/classes/Util.sculpt.RectangleMeshEditor.html +7 -7
  55. package/docs/classes/Util.sculpt.RectangleWithEdgeMesh.html +7 -7
  56. package/docs/classes/WalkController.html +18 -18
  57. package/docs/enums/CameraMovementEffect.html +3 -3
  58. package/docs/enums/ContentType.html +18 -18
  59. package/docs/enums/DIRECTION.html +2 -2
  60. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +2 -2
  61. package/docs/enums/DimensionType.html +3 -3
  62. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +2 -2
  63. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +2 -2
  64. package/docs/enums/PaintBrushTypeEnum.html +2 -2
  65. package/docs/enums/PointType.html +3 -3
  66. package/docs/enums/Rotation.html +3 -3
  67. package/docs/functions/AreaMakerPlugin.html +1 -1
  68. package/docs/functions/CSS3DRenderPlugin.html +1 -1
  69. package/docs/functions/CameraMovementPlugin.html +2 -2
  70. package/docs/functions/CruisePlugin.html +1 -1
  71. package/docs/functions/CurrentPanoImagePlugin.html +1 -1
  72. package/docs/functions/GuideLinePlugin.html +1 -1
  73. package/docs/functions/ItemLabelPlugin.html +1 -1
  74. package/docs/functions/MapviewFloorplanPlugin.html +1 -1
  75. package/docs/functions/MeasurePlugin.html +1 -1
  76. package/docs/functions/ModelChassisCompassPlugin.html +2 -2
  77. package/docs/functions/ModelEntryDoorGuidePlugin.html +2 -2
  78. package/docs/functions/ModelFloorplanPlugin.html +1 -1
  79. package/docs/functions/ModelItemLabelPlugin.html +1 -1
  80. package/docs/functions/ModelMakerPlugin.html +1 -1
  81. package/docs/functions/ModelRoomLabelPlugin.html +1 -1
  82. package/docs/functions/ModelTVVideoPlugin.html +1 -1
  83. package/docs/functions/ModelViewPlugin.html +2 -2
  84. package/docs/functions/MovePlugin.html +1 -1
  85. package/docs/functions/Object3DHelperPlugin.html +1 -1
  86. package/docs/functions/PanoCompassPlugin.html +1 -1
  87. package/docs/functions/PanoCursorRaycasterPlugin.html +2 -2
  88. package/docs/functions/PanoDoorLabelPlugin.html +1 -1
  89. package/docs/functions/PanoFloorplanRadarPlugin.html +1 -1
  90. package/docs/functions/PanoMeasurePlugin.html +1 -1
  91. package/docs/functions/PanoRulerPlugin.html +2 -2
  92. package/docs/functions/PanoRulerProPlugin.html +2 -2
  93. package/docs/functions/PanoSpatialTagPlugin.html +2 -2
  94. package/docs/functions/PanoTagPlugin.html +1 -1
  95. package/docs/functions/PanoVideoPlugin.html +2 -2
  96. package/docs/functions/PipelinePlugin.html +1 -1
  97. package/docs/functions/SculptPlugin.html +2 -2
  98. package/docs/functions/TopviewFloorplanPlugin.html +1 -1
  99. package/docs/functions/Util.absoluteUrl.html +2 -2
  100. package/docs/functions/Util.awaitNextFrame.html +1 -1
  101. package/docs/functions/Util.blink.html +2 -2
  102. package/docs/functions/Util.bounding.html +1 -1
  103. package/docs/functions/Util.boundingBox.html +1 -1
  104. package/docs/functions/Util.boundingSphere.html +1 -1
  105. package/docs/functions/Util.boxVertex.html +2 -2
  106. package/docs/functions/Util.boxVertexes.html +1 -1
  107. package/docs/functions/Util.checkFiveModelLoaded.html +2 -2
  108. package/docs/functions/Util.convexHull.html +2 -2
  109. package/docs/functions/Util.equal.html +2 -2
  110. package/docs/functions/Util.fiveModelIsLoaded.html +2 -2
  111. package/docs/functions/Util.getCoordsFromClient.html +1 -1
  112. package/docs/functions/Util.getCoordsFromElement.html +1 -1
  113. package/docs/functions/Util.getFrameTime.html +2 -2
  114. package/docs/functions/Util.initialCSS3DRender.html +1 -1
  115. package/docs/functions/Util.inside.html +1 -1
  116. package/docs/functions/Util.isAbsoluteURL.html +1 -1
  117. package/docs/functions/Util.isModelLike.html +1 -1
  118. package/docs/functions/Util.isNil.html +2 -2
  119. package/docs/functions/Util.isPanoramaLike.html +1 -1
  120. package/docs/functions/Util.lookObject.html +2 -2
  121. package/docs/functions/Util.lookPoint.html +2 -2
  122. package/docs/functions/Util.nextFrame.html +1 -1
  123. package/docs/functions/Util.notNil.html +2 -2
  124. package/docs/functions/Util.reblink.html +2 -2
  125. package/docs/functions/Util.requestAnimationFrameInterval.html +2 -2
  126. package/docs/functions/Util.sculpt.createBox.html +1 -1
  127. package/docs/functions/Util.sculpt.createCircle.html +1 -1
  128. package/docs/functions/Util.sculpt.createCylinder.html +1 -1
  129. package/docs/functions/Util.sculpt.createLine.html +2 -2
  130. package/docs/functions/Util.sculpt.createPoint.html +1 -1
  131. package/docs/functions/Util.sculpt.createPolygon.html +1 -1
  132. package/docs/functions/Util.sculpt.createPrism.html +1 -1
  133. package/docs/functions/Util.sculpt.createRectangle.html +2 -2
  134. package/docs/functions/Util.tag.html +1 -1
  135. package/docs/functions/Util.tweenProgress.html +1 -1
  136. package/docs/functions/Util.uuid.html +2 -2
  137. package/docs/functions/Util.waitFiveModelLoaded.html +2 -2
  138. package/docs/functions/Util.worldBounding.html +1 -1
  139. package/docs/functions/Util.worldBoundingBox.html +1 -1
  140. package/docs/functions/Util.worldBoundingSphere.html +1 -1
  141. package/docs/functions/createPolyline.html +2 -2
  142. package/docs/functions/pluginFlag.html +1 -1
  143. package/docs/hierarchy.html +1 -1
  144. package/docs/index.html +2 -2
  145. package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +3 -3
  146. package/docs/interfaces/AreaMakerPluginType.Config.html +3 -3
  147. package/docs/interfaces/AreaMakerPluginType.EventMap.html +12 -12
  148. package/docs/interfaces/AreaMakerPluginType.Params.html +3 -3
  149. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +4 -4
  150. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +3 -3
  151. package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +3 -3
  152. package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +3 -3
  153. package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +2 -2
  154. package/docs/interfaces/AreaMakerPluginType.State.html +5 -5
  155. package/docs/interfaces/CSS3DRenderPluginEventMap.html +4 -4
  156. package/docs/interfaces/CSS3DRenderPluginState.html +4 -4
  157. package/docs/interfaces/CameraMovementPluginExportType.html +3 -3
  158. package/docs/interfaces/ContentTypeMapInterface.html +15 -15
  159. package/docs/interfaces/CruisePluginTypes.Config.html +4 -4
  160. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +2 -2
  161. package/docs/interfaces/CruisePluginTypes.EventMap.html +17 -17
  162. package/docs/interfaces/CruisePluginTypes.GuildLineConfig.html +3 -3
  163. package/docs/interfaces/CruisePluginTypes.MoveAction.html +8 -8
  164. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +9 -9
  165. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +10 -10
  166. package/docs/interfaces/CruisePluginTypes.PluginData.html +3 -3
  167. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +2 -2
  168. package/docs/interfaces/CruisePluginTypes.PluginState.html +7 -7
  169. package/docs/interfaces/CurrentPanoImagePluginType.Config.html +7 -7
  170. package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +8 -8
  171. package/docs/interfaces/CurrentPanoImagePluginType.Params.html +3 -3
  172. package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +2 -2
  173. package/docs/interfaces/CurrentPanoImagePluginType.State.html +4 -4
  174. package/docs/interfaces/FloorplanBounding.html +5 -5
  175. package/docs/interfaces/FloorplanData.html +3 -3
  176. package/docs/interfaces/FloorplanEntrance.html +8 -8
  177. package/docs/interfaces/FloorplanExtraObject.html +5 -5
  178. package/docs/interfaces/FloorplanExtraObject3D.html +3 -3
  179. package/docs/interfaces/FloorplanFloorData.html +4 -3
  180. package/docs/interfaces/FloorplanImagePosition.html +3 -3
  181. package/docs/interfaces/FloorplanObserver.html +3 -3
  182. package/docs/interfaces/FloorplanOutlineItem.html +3 -3
  183. package/docs/interfaces/FloorplanPosition.html +3 -3
  184. package/docs/interfaces/FloorplanRoomItem.html +8 -8
  185. package/docs/interfaces/FloorplanRoomLabelItem.html +4 -4
  186. package/docs/interfaces/FloorplanServerBounding.html +5 -5
  187. package/docs/interfaces/FloorplanServerComputedData.html +2 -2
  188. package/docs/interfaces/FloorplanServerData.html +3 -3
  189. package/docs/interfaces/FloorplanServerDoorItem.html +2 -2
  190. package/docs/interfaces/FloorplanServerDoorPosition.html +2 -2
  191. package/docs/interfaces/FloorplanServerEntrance.html +8 -8
  192. package/docs/interfaces/FloorplanServerFloorData.html +3 -3
  193. package/docs/interfaces/FloorplanServerImagePosition.html +3 -3
  194. package/docs/interfaces/FloorplanServerObserver.html +3 -3
  195. package/docs/interfaces/FloorplanServerOutlineItem.html +3 -3
  196. package/docs/interfaces/FloorplanServerPosition.html +3 -3
  197. package/docs/interfaces/FloorplanServerRoomItem.html +9 -9
  198. package/docs/interfaces/FloorplanServerRoomLabelItem.html +4 -4
  199. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +2 -2
  200. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +3 -3
  201. package/docs/interfaces/GuideLinePluginType.EventMap.html +5 -5
  202. package/docs/interfaces/GuideLinePluginType.ExtraRouteData.html +3 -3
  203. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +5 -5
  204. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +2 -2
  205. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +12 -12
  206. package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +3 -3
  207. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +2 -2
  208. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +16 -16
  209. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +2 -2
  210. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +20 -20
  211. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +1 -1
  212. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +2 -2
  213. package/docs/interfaces/GuideLinePluginType.PluginState.html +4 -4
  214. package/docs/interfaces/GuideLinePluginType.Route.html +6 -6
  215. package/docs/interfaces/HelperOffset.html +2 -2
  216. package/docs/interfaces/ImagePlaneGroup.html +2 -2
  217. package/docs/interfaces/ItemLabelPluginData.html +2 -2
  218. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +2 -2
  219. package/docs/interfaces/ItemLabelPluginParametersType.html +2 -2
  220. package/docs/interfaces/MinMax.html +2 -2
  221. package/docs/interfaces/ModelChassisCompassPluginData.html +2 -2
  222. package/docs/interfaces/ModelChassisCompassPluginExportType.html +2 -2
  223. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +2 -2
  224. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +2 -2
  225. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +2 -2
  226. package/docs/interfaces/ModelItemLabelPluginData.html +2 -2
  227. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +2 -2
  228. package/docs/interfaces/ModelItemLabelPluginParametersType.html +2 -2
  229. package/docs/interfaces/ModelMakerPluginType.EventMap.html +10 -10
  230. package/docs/interfaces/ModelMakerPluginType.ServerBaseItem.html +3 -3
  231. package/docs/interfaces/ModelMakerPluginType.ServerBoxItem.html +4 -4
  232. package/docs/interfaces/ModelMakerPluginType.ServerData.html +2 -2
  233. package/docs/interfaces/ModelMakerPluginType.ServerPrismItem.html +4 -4
  234. package/docs/interfaces/ModelMakerPluginType.ServerTrianglesItem.html +4 -4
  235. package/docs/interfaces/ModelMakerPluginType.State.html +5 -5
  236. package/docs/interfaces/ModelRoomLabelPluginData.html +2 -2
  237. package/docs/interfaces/ModelTVVideoPluginData.html +2 -2
  238. package/docs/interfaces/ModelTVVideoPluginExportType.html +2 -2
  239. package/docs/interfaces/ModelTVVideoPluginParameterType.html +2 -2
  240. package/docs/interfaces/ModelViewPluginExportType.html +2 -2
  241. package/docs/interfaces/Object3DHelperState.html +2 -2
  242. package/docs/interfaces/ObjectHelperControllers.html +2 -2
  243. package/docs/interfaces/PaintBrushAction.html +7 -7
  244. package/docs/interfaces/PaintBrushConfigs.html +2 -2
  245. package/docs/interfaces/PaintBrushState.html +2 -2
  246. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +6 -6
  247. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +1 -1
  248. package/docs/interfaces/PanoMeasureParameterType.html +6 -6
  249. package/docs/interfaces/PanoMeasurePluginLineJson.html +2 -2
  250. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +3 -3
  251. package/docs/interfaces/PanoMeasurePluginPointJson.html +2 -2
  252. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +4 -4
  253. package/docs/interfaces/PanoRulerPluginExportType.html +2 -2
  254. package/docs/interfaces/PanoRulerPluginOptions.html +2 -2
  255. package/docs/interfaces/PanoRulerPluginParameterType.html +2 -2
  256. package/docs/interfaces/PanoRulerProPluginExportType.html +2 -2
  257. package/docs/interfaces/PanoRulerProPluginOptions.html +2 -2
  258. package/docs/interfaces/PanoRulerProPluginParameterType.html +2 -2
  259. package/docs/interfaces/PanoRulerProPluginState.html +2 -2
  260. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +1 -1
  261. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +1 -1
  262. package/docs/interfaces/PanoSpatialTagPluginData.html +2 -2
  263. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +2 -2
  264. package/docs/interfaces/PanoSpatialTagPluginExportType.html +2 -2
  265. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +2 -2
  266. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +2 -2
  267. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +2 -2
  268. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +2 -2
  269. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +3 -3
  270. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +5 -5
  271. package/docs/interfaces/PanoVideoPluginType.PluginData.html +2 -2
  272. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +8 -8
  273. package/docs/interfaces/PanoVideoPluginType.PluginState.html +2 -2
  274. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +5 -5
  275. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +7 -7
  276. package/docs/interfaces/PluginEventMap.html +4 -4
  277. package/docs/interfaces/Point.html +2 -2
  278. package/docs/interfaces/Room.html +2 -2
  279. package/docs/interfaces/RoomInfo.html +2 -2
  280. package/docs/interfaces/RoomLabel.html +7 -7
  281. package/docs/interfaces/RoomRules.html +1 -1
  282. package/docs/interfaces/Rooms.html +1 -1
  283. package/docs/interfaces/Scissor.html +6 -6
  284. package/docs/interfaces/State.html +4 -4
  285. package/docs/interfaces/TagCacheInterface.html +3 -3
  286. package/docs/interfaces/TagConfig.html +11 -11
  287. package/docs/interfaces/TagGLTFObjectGroup.html +2 -2
  288. package/docs/interfaces/TagIconUrl.html +9 -9
  289. package/docs/interfaces/TagObjectGroup.html +2 -2
  290. package/docs/interfaces/TagStyle.html +2 -2
  291. package/docs/interfaces/Tags.html +4 -4
  292. package/docs/interfaces/TemporaryState.html +2 -2
  293. package/docs/interfaces/Util.AnimeInstance.html +2 -2
  294. package/docs/interfaces/Util.BlinkAnimeOptions.html +2 -2
  295. package/docs/interfaces/Util.EventHandlerConfig.html +6 -6
  296. package/docs/interfaces/Util.FiveDomEvent.html +2 -2
  297. package/docs/interfaces/Util.FiveDomEventMap.html +10 -10
  298. package/docs/interfaces/Util.MagnifierParameter.html +5 -5
  299. package/docs/interfaces/Util.MouseGroupParameter.html +2 -2
  300. package/docs/interfaces/Util.PointIntersection.html +11 -11
  301. package/docs/interfaces/Util.PointSelectorHelperConfig.html +2 -2
  302. package/docs/interfaces/Util.ReBlinkAnimeOptions.html +3 -3
  303. package/docs/modules/AreaMakerPluginType.html +2 -2
  304. package/docs/modules/CruisePluginTypes.html +2 -2
  305. package/docs/modules/CurrentPanoImagePluginType.html +2 -2
  306. package/docs/modules/GuideLineItem.html +2 -2
  307. package/docs/modules/GuideLineModeItem.html +2 -2
  308. package/docs/modules/GuideLinePluginType.html +2 -2
  309. package/docs/modules/ModelMakerPluginType.html +2 -2
  310. package/docs/modules/PanoVideoPluginType.html +2 -2
  311. package/docs/modules/SculptData.html +2 -2
  312. package/docs/modules/SculptType.html +2 -2
  313. package/docs/modules/Util.html +2 -2
  314. package/docs/modules/Util.sculpt.html +2 -2
  315. package/docs/modules.html +2 -2
  316. package/docs/types/AddObject3DHelperConfig.html +2 -2
  317. package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +2 -2
  318. package/docs/types/AreaMakerPluginType.ItemRenderer.html +1 -1
  319. package/docs/types/AreaMakerPluginType.PluginData.html +2 -2
  320. package/docs/types/AreaMakerPluginType.ServerData.html +2 -2
  321. package/docs/types/ArrayPosition.html +1 -1
  322. package/docs/types/AudioAppearance.html +1 -1
  323. package/docs/types/CSS3DRenderExportType.html +1 -1
  324. package/docs/types/CSS3DRenderPluginExportType.html +1 -1
  325. package/docs/types/CSS3DRenderPluginParameterType.html +1 -1
  326. package/docs/types/ClassFunctionParameters.html +1 -1
  327. package/docs/types/Color.html +1 -1
  328. package/docs/types/ContentTypeConfigKey.html +1 -1
  329. package/docs/types/ContentTypeConfigKeySplit.html +1 -1
  330. package/docs/types/ContentTypeMap.html +1 -1
  331. package/docs/types/Create3DDomContainerReturnType.html +1 -1
  332. package/docs/types/Create3DElementReturnType.html +1 -1
  333. package/docs/types/CruisePluginExportType.html +1 -1
  334. package/docs/types/CruisePluginTypes.CruiseData.html +2 -2
  335. package/docs/types/CruisePluginTypes.MoveEffect.html +1 -1
  336. package/docs/types/CurrentPanoImagePluginExportType.html +1 -1
  337. package/docs/types/DeprecatedMediaPlaneProperty.html +2 -2
  338. package/docs/types/DeprecatedTagProperty.html +2 -2
  339. package/docs/types/Direction-1.html +1 -1
  340. package/docs/types/Direction4.html +1 -1
  341. package/docs/types/ElementRenderer.html +2 -2
  342. package/docs/types/FloorplanRuleLabels.html +2 -2
  343. package/docs/types/FloorplanServerRuleLabels.html +1 -1
  344. package/docs/types/GuideLinePluginExportType.html +1 -1
  345. package/docs/types/GuideLinePluginType.GuideLineItem.html +2 -2
  346. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +1 -1
  347. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +1 -1
  348. package/docs/types/GuideLinePluginType.GuideLineStyle.html +2 -2
  349. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +2 -2
  350. package/docs/types/GuideLinePluginType.PathItem.html +2 -2
  351. package/docs/types/GuideLinePluginType.PluginData.html +2 -2
  352. package/docs/types/GuideLinePluginType.RouteConfig.html +2 -2
  353. package/docs/types/HelperEventMap.html +1 -1
  354. package/docs/types/InternalHelperEventMap.html +1 -1
  355. package/docs/types/MapviewFloorplanPluginParameterType.html +1 -1
  356. package/docs/types/MapviewFloorplanPluginReturnType.html +1 -1
  357. package/docs/types/MeasurePluginConfig.html +1 -1
  358. package/docs/types/MediaData.html +2 -2
  359. package/docs/types/MediaStore.html +1 -1
  360. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +1 -1
  361. package/docs/types/ModelFloorplanPluginParameterType.html +1 -1
  362. package/docs/types/ModelFloorplanPluginReturnType.html +1 -1
  363. package/docs/types/ModelId.html +1 -1
  364. package/docs/types/ModelMakerPluginType.ElementRenderer.html +1 -1
  365. package/docs/types/ModelMakerPluginType.ItemType.html +1 -1
  366. package/docs/types/ModelRoomLabelPluginParameters.html +1 -1
  367. package/docs/types/ModelRoomLabelPluginReturnType.html +1 -1
  368. package/docs/types/MoveArgs.html +2 -2
  369. package/docs/types/MoveOpts.html +2 -2
  370. package/docs/types/Object3DHelperEventMap.html +1 -1
  371. package/docs/types/ObjectFit.html +1 -1
  372. package/docs/types/PaintBrushEventMap.html +1 -1
  373. package/docs/types/PanoCompassPluginData.html +1 -1
  374. package/docs/types/PanoCompassPluginExportType.html +1 -1
  375. package/docs/types/PanoCompassPluginParameterType.html +1 -1
  376. package/docs/types/PanoFloorplanRadarPluginParameterType.html +1 -1
  377. package/docs/types/PanoFloorplanRadarPluginReturnType.html +1 -1
  378. package/docs/types/PanoIndex.html +1 -1
  379. package/docs/types/PanoMeasurePluginEvent.html +1 -1
  380. package/docs/types/PanoMeasureReturnType.html +1 -1
  381. package/docs/types/PanoSpatialTagPluginId.html +1 -1
  382. package/docs/types/PanoTagPluginExportInterface.html +1 -1
  383. package/docs/types/PanoTagPluginParamsInterface.html +1 -1
  384. package/docs/types/PanoVideoPluginParameterType.html +1 -1
  385. package/docs/types/PanoVideoPluginReturnType.html +1 -1
  386. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +2 -2
  387. package/docs/types/PipelinePluginParameterType.html +1 -1
  388. package/docs/types/PipelinePluginReturnType.html +1 -1
  389. package/docs/types/PlaneTag.html +2 -2
  390. package/docs/types/Point2DTag.html +2 -2
  391. package/docs/types/Point3DTag.html +2 -2
  392. package/docs/types/PointTagInstance.html +1 -1
  393. package/docs/types/Position.html +1 -1
  394. package/docs/types/PositionFrom.html +1 -1
  395. package/docs/types/RotateArgs.html +2 -2
  396. package/docs/types/RotateOpts.html +2 -2
  397. package/docs/types/RuleLabelsKey.html +1 -1
  398. package/docs/types/RuleLabelsValue.html +1 -1
  399. package/docs/types/ScaleCallback.html +1 -1
  400. package/docs/types/ScalePosition.html +2 -2
  401. package/docs/types/SculptData.BoxData.html +1 -1
  402. package/docs/types/SculptData.CircleData.html +1 -1
  403. package/docs/types/SculptData.CylinderData.html +1 -1
  404. package/docs/types/SculptData.PointData.html +1 -1
  405. package/docs/types/SculptData.PolygonData.html +1 -1
  406. package/docs/types/SculptData.PolylineData.html +1 -1
  407. package/docs/types/SculptData.PrismData.html +1 -1
  408. package/docs/types/SculptData.RectangleData.html +1 -1
  409. package/docs/types/SculptType.Theme.html +2 -2
  410. package/docs/types/StickType.html +1 -1
  411. package/docs/types/Tag.html +2 -2
  412. package/docs/types/Tag2D.html +2 -2
  413. package/docs/types/Tag3D.html +2 -2
  414. package/docs/types/TagClickParams.html +1 -1
  415. package/docs/types/TagConfigByKey.html +1 -1
  416. package/docs/types/TagContentType.html +1 -1
  417. package/docs/types/TagContentTypeMapping.html +1 -1
  418. package/docs/types/TagDimensionType.html +1 -1
  419. package/docs/types/TagElement.html +2 -2
  420. package/docs/types/TagEvents.html +1 -1
  421. package/docs/types/TagGLTFObject.html +1 -1
  422. package/docs/types/TagHooks.html +1 -1
  423. package/docs/types/TagId.html +1 -1
  424. package/docs/types/TagInstance.html +1 -1
  425. package/docs/types/TagPointType.html +2 -2
  426. package/docs/types/TagRendererMap.html +1 -1
  427. package/docs/types/TopviewFloorplanPluginParameterType.html +1 -1
  428. package/docs/types/TopviewFloorplanPluginReturnType.html +1 -1
  429. package/docs/types/Util.ActionIfNoIntersection.html +1 -1
  430. package/docs/types/Util.AdherePoint.html +2 -2
  431. package/docs/types/Util.PointSelectorConfig.html +1 -1
  432. package/docs/types/WorkCode.html +1 -1
  433. package/docs/variables/FLOOR_TYPE_MAP.html +2 -2
  434. package/docs/variables/PLUGIN.html +1 -1
  435. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +2 -2
  436. package/docs/variables/ROOM_TYPE_MAP.html +2 -2
  437. package/docs/variables/Util.animeMap.html +1 -1
  438. package/docs/variables/defaultGlobalConfig.html +1 -1
  439. package/docs/variables/itemLabelPluginServerParams.html +1 -1
  440. package/docs/variables/modelItemLabelPluginServerParams.html +1 -1
  441. package/docs/variables/modelRoomLabelPluginServerParams.html +1 -1
  442. package/libs/ModelMakerPlugin/Controller.js +43 -41
  443. package/libs/ModelMakerPlugin/index.js +4 -5
  444. package/libs/ModelMakerPlugin/item/baseItem.d.ts +1 -0
  445. package/libs/ModelMakerPlugin/item/baseItem.js +7 -10
  446. package/libs/ModelMakerPlugin/item/boxItem.js +2 -5
  447. package/libs/ModelMakerPlugin/item/polygonItem.js +2 -5
  448. package/libs/ModelMakerPlugin/item/prismItem.js +2 -5
  449. package/libs/base/BasePlugin.js +1 -1
  450. package/libs/floorplan/Components/CurrentFloor.js +246 -215
  451. package/libs/floorplan/Components/Items/Item.js +64 -0
  452. package/libs/floorplan/Components/Items/Item.svelte.d.ts +1 -0
  453. package/libs/floorplan/Components/Items/Items.js +161 -0
  454. package/libs/floorplan/Components/Items/Items.svelte.d.ts +1 -0
  455. package/libs/floorplan/Components/Main.js +56 -47
  456. package/libs/floorplan/MapviewFloorplanPlugin/Controller.d.ts +2 -0
  457. package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +128 -106
  458. package/libs/floorplan/MapviewFloorplanPlugin/index.js +8 -5
  459. package/libs/floorplan/MapviewFloorplanPlugin/items.d.ts +30 -0
  460. package/libs/floorplan/MapviewFloorplanPlugin/items.js +2672 -0
  461. package/libs/floorplan/ModelFloorplanPlugin/Controller.js +6 -4
  462. package/libs/floorplan/ModelFloorplanPlugin/index.js +7 -5
  463. package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +22 -20
  464. package/libs/floorplan/TopviewFloorplanPlugin/index.js +7 -5
  465. package/libs/floorplan/typings/floorplanData.d.ts +1 -0
  466. package/libs/index.js +148 -146
  467. package/libs/shared-utils/logger.js +1 -1
  468. package/libs/vendor/hotkeys-js/dist/hotkeys.esm.js +91 -91
  469. package/package.json +1 -1
  470. package/dist/ModelMakerPlugin/utils/getFiveDomEvent.d.ts +0 -3
  471. package/libs/ModelMakerPlugin/utils/getFiveDomEvent.d.ts +0 -3
  472. package/libs/ModelMakerPlugin/utils/getFiveDomEvent.js +0 -14
@@ -0,0 +1,64 @@
1
+ import { SvelteComponent as u, init as d, safe_not_equal as h, append_styles as v, element as g, space as w, text as y, attr as p, src_url_equal as b, set_style as c, insert as I, append as m, set_data as q, noop as _, detach as k } from "../../../vendor/svelte/internal/index.js";
2
+ function x(e) {
3
+ v(e, "svelte-2r6702", ".floorplan-plugin__item.svelte-2r6702{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__img.svelte-2r6702{width:100%;height:100%}.floorplan-plugin__notes.svelte-2r6702{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);padding:0.25rem;line-height:1;border-radius:0.25rem;color:#fff;background:rgba(0,0,0,.6);font-size:0.75rem}");
4
+ }
5
+ function z(e) {
6
+ let t, i, n, f, s, o = (
7
+ /*item*/
8
+ e[0].notes + ""
9
+ ), a;
10
+ return {
11
+ c() {
12
+ t = g("div"), i = g("img"), f = w(), s = g("span"), a = y(o), p(i, "class", "floorplan-plugin__img svelte-2r6702"), b(i.src, n = /*src*/
13
+ e[5]) || p(i, "src", n), p(i, "alt", ""), p(s, "class", "floorplan-plugin__notes svelte-2r6702"), p(t, "class", "floorplan-plugin__item svelte-2r6702"), c(
14
+ t,
15
+ "left",
16
+ /*left*/
17
+ e[1]
18
+ ), c(
19
+ t,
20
+ "top",
21
+ /*top*/
22
+ e[2]
23
+ ), c(
24
+ t,
25
+ "width",
26
+ /*width*/
27
+ e[3]
28
+ ), c(
29
+ t,
30
+ "height",
31
+ /*height*/
32
+ e[4]
33
+ );
34
+ },
35
+ m(l, r) {
36
+ I(l, t, r), m(t, i), m(t, f), m(t, s), m(s, a);
37
+ },
38
+ p(l, [r]) {
39
+ r & /*item*/
40
+ 1 && o !== (o = /*item*/
41
+ l[0].notes + "") && q(a, o);
42
+ },
43
+ i: _,
44
+ o: _,
45
+ d(l) {
46
+ l && k(t);
47
+ }
48
+ };
49
+ }
50
+ function C(e, t, i) {
51
+ let { item: n } = t;
52
+ const f = n.positionInImage.x * 100 + "%", s = n.positionInImage.y * 100 + "%", o = n.width * 100 + "%", a = n.height * 100 + "%", l = n.src;
53
+ return e.$$set = (r) => {
54
+ "item" in r && i(0, n = r.item);
55
+ }, [n, f, s, o, a, l];
56
+ }
57
+ class j extends u {
58
+ constructor(t) {
59
+ super(), d(this, t, C, z, h, { item: 0 }, x);
60
+ }
61
+ }
62
+ export {
63
+ j as Item
64
+ };
@@ -0,0 +1 @@
1
+ export { SvelteComponentTyped as default } from 'svelte/internal';
@@ -0,0 +1,161 @@
1
+ import { SvelteComponent as I, init as x, safe_not_equal as z, append_styles as D, empty as b, insert as d, transition_in as _, group_outros as y, transition_out as m, check_outros as v, detach as p, element as q, attr as w, action_destroyer as W, listen as C, update_keyed_each as M, outro_and_destroy_block as N, run_all as O, assign as R, create_component as S, mount_component as j, get_spread_update as A, destroy_component as B } from "../../../vendor/svelte/internal/index.js";
2
+ import { Item as E } from "./Item.js";
3
+ import { svelteResizeObserver as F } from "../../../shared-utils/svelte/resizeObserver.js";
4
+ function G(s) {
5
+ D(s, "svelte-1c5mqz0", ".floorplan-plugin__room-items.svelte-1c5mqz0{width:100%;height:100%;position:absolute;left:0;top:0;z-index:20;pointer-events:none}");
6
+ }
7
+ function h(s, l, t) {
8
+ const e = s.slice();
9
+ return e[6] = l[t], e;
10
+ }
11
+ function g(s) {
12
+ let l, t = [], e = /* @__PURE__ */ new Map(), o, f, a, n = (
13
+ /*items*/
14
+ s[1]
15
+ );
16
+ const c = (i) => (
17
+ /*item*/
18
+ i[6].id
19
+ );
20
+ for (let i = 0; i < n.length; i += 1) {
21
+ let r = h(s, n, i), u = c(r);
22
+ e.set(u, t[i] = k(u, r));
23
+ }
24
+ return {
25
+ c() {
26
+ l = q("div");
27
+ for (let i = 0; i < t.length; i += 1)
28
+ t[i].c();
29
+ w(l, "class", "floorplan-plugin__room-items svelte-1c5mqz0");
30
+ },
31
+ m(i, r) {
32
+ d(i, l, r);
33
+ for (let u = 0; u < t.length; u += 1)
34
+ t[u] && t[u].m(l, null);
35
+ o = !0, f || (a = [
36
+ W(F.call(null, l)),
37
+ C(
38
+ l,
39
+ "clientWidth",
40
+ /*clientWidth_handler*/
41
+ s[4]
42
+ )
43
+ ], f = !0);
44
+ },
45
+ p(i, r) {
46
+ r & /*items*/
47
+ 2 && (n = /*items*/
48
+ i[1], y(), t = M(t, r, c, 1, i, n, e, l, N, k, null, h), v());
49
+ },
50
+ i(i) {
51
+ if (!o) {
52
+ for (let r = 0; r < n.length; r += 1)
53
+ _(t[r]);
54
+ o = !0;
55
+ }
56
+ },
57
+ o(i) {
58
+ for (let r = 0; r < t.length; r += 1)
59
+ m(t[r]);
60
+ o = !1;
61
+ },
62
+ d(i) {
63
+ i && p(l);
64
+ for (let r = 0; r < t.length; r += 1)
65
+ t[r].d();
66
+ f = !1, O(a);
67
+ }
68
+ };
69
+ }
70
+ function k(s, l) {
71
+ let t, e, o;
72
+ const f = [{ item: (
73
+ /*item*/
74
+ l[6]
75
+ ) }];
76
+ let a = {};
77
+ for (let n = 0; n < f.length; n += 1)
78
+ a = R(a, f[n]);
79
+ return e = new E({ props: a }), {
80
+ key: s,
81
+ first: null,
82
+ c() {
83
+ t = b(), S(e.$$.fragment), this.first = t;
84
+ },
85
+ m(n, c) {
86
+ d(n, t, c), j(e, n, c), o = !0;
87
+ },
88
+ p(n, c) {
89
+ l = n;
90
+ const i = c & /*items*/
91
+ 2 ? A(f, [{ item: (
92
+ /*item*/
93
+ l[6]
94
+ ) }]) : {};
95
+ e.$set(i);
96
+ },
97
+ i(n) {
98
+ o || (_(e.$$.fragment, n), o = !0);
99
+ },
100
+ o(n) {
101
+ m(e.$$.fragment, n), o = !1;
102
+ },
103
+ d(n) {
104
+ n && p(t), B(e, n);
105
+ }
106
+ };
107
+ }
108
+ function H(s) {
109
+ let l, t, e = (
110
+ /*items*/
111
+ s[1] && g(s)
112
+ );
113
+ return {
114
+ c() {
115
+ e && e.c(), l = b();
116
+ },
117
+ m(o, f) {
118
+ e && e.m(o, f), d(o, l, f), t = !0;
119
+ },
120
+ p(o, [f]) {
121
+ /*items*/
122
+ o[1] ? e ? (e.p(o, f), f & /*items*/
123
+ 2 && _(e, 1)) : (e = g(o), e.c(), _(e, 1), e.m(l.parentNode, l)) : e && (y(), m(e, 1, 1, () => {
124
+ e = null;
125
+ }), v());
126
+ },
127
+ i(o) {
128
+ t || (_(e), t = !0);
129
+ },
130
+ o(o) {
131
+ m(e), t = !1;
132
+ },
133
+ d(o) {
134
+ e && e.d(o), o && p(l);
135
+ }
136
+ };
137
+ }
138
+ function J(s, l, t) {
139
+ let e, { floorIndex: o } = l, { floorplanData: f } = l, a = 0;
140
+ const n = (c) => {
141
+ t(0, a = c.detail);
142
+ };
143
+ return s.$$set = (c) => {
144
+ "floorIndex" in c && t(2, o = c.floorIndex), "floorplanData" in c && t(3, f = c.floorplanData);
145
+ }, s.$$.update = () => {
146
+ if (s.$$.dirty & /*floorplanData, floorIndex*/
147
+ 12 && t(1, e = f.floorDatas[o].items), s.$$.dirty & /*floorplanData, clientWidth*/
148
+ 9) {
149
+ const { max: c, min: i } = f.bounding;
150
+ c.x - i.x;
151
+ }
152
+ }, [a, e, o, f, n];
153
+ }
154
+ class Q extends I {
155
+ constructor(l) {
156
+ super(), x(this, l, J, H, z, { floorIndex: 2, floorplanData: 3 }, G);
157
+ }
158
+ }
159
+ export {
160
+ Q as Items
161
+ };
@@ -0,0 +1 @@
1
+ export { SvelteComponentTyped as default } from 'svelte/internal';
@@ -1,8 +1,8 @@
1
- import { SvelteComponent as j, init as y, safe_not_equal as z, append_styles as G, empty as H, insert as w, transition_in as g, transition_out as u, check_outros as B, detach as M, element as J, attr as K, group_outros as S, add_render_callback as O, create_in_transition as Q, identity as W, destroy_each as X, assign as Y, create_component as Z, mount_component as x, get_spread_update as p, destroy_component as $ } from "../../vendor/svelte/internal/index.js";
1
+ import { SvelteComponent as j, init as z, safe_not_equal as G, append_styles as H, empty as J, insert as w, transition_in as g, transition_out as u, check_outros as B, detach as M, element as K, attr as O, group_outros as S, add_render_callback as Q, create_in_transition as W, identity as X, destroy_each as Y, assign as Z, create_component as y, mount_component as x, get_spread_update as p, destroy_component as $ } from "../../vendor/svelte/internal/index.js";
2
2
  import { fade as ee } from "../../vendor/svelte/transition/index.js";
3
3
  import { CurrentFloor as ne } from "./CurrentFloor.js";
4
4
  function le(a) {
5
- G(a, "svelte-86bqav", ".floorplan-main.svelte-86bqav{width:100%;height:100%;pointer-events:none}");
5
+ H(a, "svelte-86bqav", ".floorplan-main.svelte-86bqav{width:100%;height:100%;pointer-events:none}");
6
6
  }
7
7
  function V(a, n, o) {
8
8
  const t = a.slice();
@@ -13,62 +13,62 @@ function v(a) {
13
13
  /*floorplanData*/
14
14
  a[14].floorDatas
15
15
  ), e = [];
16
- for (let r = 0; r < i.length; r += 1)
17
- e[r] = q(V(a, i, r));
18
- const f = (r) => u(e[r], 1, 1, () => {
19
- e[r] = null;
16
+ for (let m = 0; m < i.length; m += 1)
17
+ e[m] = q(V(a, i, m));
18
+ const f = (m) => u(e[m], 1, 1, () => {
19
+ e[m] = null;
20
20
  });
21
21
  return {
22
22
  c() {
23
- n = J("div");
24
- for (let r = 0; r < e.length; r += 1)
25
- e[r].c();
26
- K(n, "class", "floorplan-main svelte-86bqav");
27
- },
28
- m(r, b) {
29
- w(r, n, b);
23
+ n = K("div");
30
24
  for (let m = 0; m < e.length; m += 1)
31
- e[m] && e[m].m(n, null);
25
+ e[m].c();
26
+ O(n, "class", "floorplan-main svelte-86bqav");
27
+ },
28
+ m(m, b) {
29
+ w(m, n, b);
30
+ for (let r = 0; r < e.length; r += 1)
31
+ e[r] && e[r].m(n, null);
32
32
  t = !0;
33
33
  },
34
- p(r, b) {
35
- if (a = r, b & /*hoverEnable, highlightEnable, floorplanData, getRoomAreaText, getRoomDimensionText, getLabelElement, getRuleDistanceText, roomLabelsEnable, roomAreaEnable, roomNameEnable, roomDimensionEnable, ruleLabelsEnable, adaptiveRoomLabelVisibleEnable, highlightData, missingFloorConfig, panoIndex, cameraEnable, cameraImageUrl, lastPanoramaLongitude, compassEnable, northDesc, store, floorIndex*/
34
+ p(m, b) {
35
+ if (a = m, b & /*hoverEnable, highlightEnable, floorplanData, getRoomAreaText, getRoomDimensionText, getLabelElement, getRuleDistanceText, roomLabelsEnable, roomAreaEnable, roomNameEnable, roomDimensionEnable, ruleLabelsEnable, adaptiveRoomLabelVisibleEnable, highlightData, missingFloorConfig, panoIndex, cameraEnable, cameraImageUrl, lastPanoramaLongitude, compassEnable, northDesc, store, floorIndex*/
36
36
  33554428) {
37
37
  i = /*floorplanData*/
38
38
  a[14].floorDatas;
39
- let m;
40
- for (m = 0; m < i.length; m += 1) {
41
- const h = V(a, i, m);
42
- e[m] ? (e[m].p(h, b), g(e[m], 1)) : (e[m] = q(h), e[m].c(), g(e[m], 1), e[m].m(n, null));
39
+ let r;
40
+ for (r = 0; r < i.length; r += 1) {
41
+ const h = V(a, i, r);
42
+ e[r] ? (e[r].p(h, b), g(e[r], 1)) : (e[r] = q(h), e[r].c(), g(e[r], 1), e[r].m(n, null));
43
43
  }
44
- for (S(), m = i.length; m < e.length; m += 1)
45
- f(m);
44
+ for (S(), r = i.length; r < e.length; r += 1)
45
+ f(r);
46
46
  B();
47
47
  }
48
48
  },
49
- i(r) {
49
+ i(m) {
50
50
  if (!t) {
51
51
  for (let b = 0; b < i.length; b += 1)
52
52
  g(e[b]);
53
- o || O(() => {
54
- o = Q(n, ee, {
53
+ o || Q(() => {
54
+ o = W(n, ee, {
55
55
  duration: (
56
56
  /*duration*/
57
57
  a[0]
58
58
  ),
59
- easing: W
59
+ easing: X
60
60
  }), o.start();
61
61
  }), t = !0;
62
62
  }
63
63
  },
64
- o(r) {
64
+ o(m) {
65
65
  e = e.filter(Boolean);
66
66
  for (let b = 0; b < e.length; b += 1)
67
67
  u(e[b]);
68
68
  t = !1;
69
69
  },
70
- d(r) {
71
- r && M(n), X(e, r);
70
+ d(m) {
71
+ m && M(n), Y(e, m);
72
72
  }
73
73
  };
74
74
  }
@@ -177,20 +177,24 @@ function q(a) {
177
177
  a[25].floorIndex === /*floorIndex*/
178
178
  a[4]
179
179
  )
180
- }
180
+ },
181
+ { items: (
182
+ /*floorData*/
183
+ a[25].items
184
+ ) }
181
185
  ];
182
186
  let i = {};
183
187
  for (let e = 0; e < t.length; e += 1)
184
- i = Y(i, t[e]);
188
+ i = Z(i, t[e]);
185
189
  return n = new ne({ props: i }), {
186
190
  c() {
187
- Z(n.$$.fragment);
191
+ y(n.$$.fragment);
188
192
  },
189
193
  m(e, f) {
190
194
  x(n, e, f), o = !0;
191
195
  },
192
196
  p(e, f) {
193
- const r = f & /*hoverEnable, highlightEnable, floorplanData, getRoomAreaText, getRoomDimensionText, getLabelElement, getRuleDistanceText, roomLabelsEnable, roomAreaEnable, roomNameEnable, roomDimensionEnable, ruleLabelsEnable, adaptiveRoomLabelVisibleEnable, highlightData, missingFloorConfig, panoIndex, cameraEnable, cameraImageUrl, lastPanoramaLongitude, compassEnable, northDesc, store, floorIndex*/
197
+ const m = f & /*hoverEnable, highlightEnable, floorplanData, getRoomAreaText, getRoomDimensionText, getLabelElement, getRuleDistanceText, roomLabelsEnable, roomAreaEnable, roomNameEnable, roomDimensionEnable, ruleLabelsEnable, adaptiveRoomLabelVisibleEnable, highlightData, missingFloorConfig, panoIndex, cameraEnable, cameraImageUrl, lastPanoramaLongitude, compassEnable, northDesc, store, floorIndex*/
194
198
  33554428 ? p(t, [
195
199
  f & /*hoverEnable, highlightEnable, floorplanData, getRoomAreaText, getRoomDimensionText, getLabelElement, getRuleDistanceText, roomLabelsEnable, roomAreaEnable, roomNameEnable, roomDimensionEnable, ruleLabelsEnable, adaptiveRoomLabelVisibleEnable, highlightData, missingFloorConfig, panoIndex, cameraEnable, cameraImageUrl, lastPanoramaLongitude, compassEnable, northDesc, store*/
196
200
  33554412 && {
@@ -297,9 +301,14 @@ function q(a) {
297
301
  e[25].floorIndex === /*floorIndex*/
298
302
  e[4]
299
303
  )
300
- }
304
+ },
305
+ f & /*floorplanData*/
306
+ 16384 && { items: (
307
+ /*floorData*/
308
+ e[25].items
309
+ ) }
301
310
  ]) : {};
302
- n.$set(r);
311
+ n.$set(m);
303
312
  },
304
313
  i(e) {
305
314
  o || (g(n.$$.fragment, e), o = !0);
@@ -319,7 +328,7 @@ function ae(a) {
319
328
  );
320
329
  return {
321
330
  c() {
322
- t && t.c(), n = H();
331
+ t && t.c(), n = J();
323
332
  },
324
333
  m(i, e) {
325
334
  t && t.m(i, e), w(i, n, e), o = !0;
@@ -343,25 +352,25 @@ function ae(a) {
343
352
  };
344
353
  }
345
354
  function oe(a, n, o) {
346
- let { duration: t = 0 } = n, { visible: i } = n, { northDesc: e } = n, { panoIndex: f } = n, { floorIndex: r } = n, { cameraEnable: b } = n, { hoverEnable: m } = n, { highlightEnable: h } = n, { compassEnable: E } = n, { roomLabelsEnable: s } = n, { roomAreaEnable: D } = n, { roomNameEnable: c } = n, { roomDimensionEnable: _ } = n, { ruleLabelsEnable: d } = n, { floorplanData: L } = n, { lastPanoramaLongitude: R } = n, { cameraImageUrl: I } = n, { getRoomAreaText: T } = n, { getRoomDimensionText: A } = n, { getLabelElement: C } = n, { getRuleDistanceText: k } = n, { adaptiveRoomLabelVisibleEnable: F } = n, { highlightData: N } = n, { missingFloorConfig: P } = n, { store: U = void 0 } = n;
355
+ let { duration: t = 0 } = n, { visible: i } = n, { northDesc: e } = n, { panoIndex: f } = n, { floorIndex: m } = n, { cameraEnable: b } = n, { hoverEnable: r } = n, { highlightEnable: h } = n, { compassEnable: s } = n, { roomLabelsEnable: E } = n, { roomAreaEnable: D } = n, { roomNameEnable: _ } = n, { roomDimensionEnable: c } = n, { ruleLabelsEnable: L } = n, { floorplanData: d } = n, { lastPanoramaLongitude: R } = n, { cameraImageUrl: I } = n, { getRoomAreaText: T } = n, { getRoomDimensionText: A } = n, { getLabelElement: C } = n, { getRuleDistanceText: k } = n, { adaptiveRoomLabelVisibleEnable: F } = n, { highlightData: N } = n, { missingFloorConfig: P } = n, { store: U = void 0 } = n;
347
356
  return a.$$set = (l) => {
348
- "duration" in l && o(0, t = l.duration), "visible" in l && o(1, i = l.visible), "northDesc" in l && o(2, e = l.northDesc), "panoIndex" in l && o(3, f = l.panoIndex), "floorIndex" in l && o(4, r = l.floorIndex), "cameraEnable" in l && o(5, b = l.cameraEnable), "hoverEnable" in l && o(6, m = l.hoverEnable), "highlightEnable" in l && o(7, h = l.highlightEnable), "compassEnable" in l && o(8, E = l.compassEnable), "roomLabelsEnable" in l && o(9, s = l.roomLabelsEnable), "roomAreaEnable" in l && o(10, D = l.roomAreaEnable), "roomNameEnable" in l && o(11, c = l.roomNameEnable), "roomDimensionEnable" in l && o(12, _ = l.roomDimensionEnable), "ruleLabelsEnable" in l && o(13, d = l.ruleLabelsEnable), "floorplanData" in l && o(14, L = l.floorplanData), "lastPanoramaLongitude" in l && o(15, R = l.lastPanoramaLongitude), "cameraImageUrl" in l && o(16, I = l.cameraImageUrl), "getRoomAreaText" in l && o(17, T = l.getRoomAreaText), "getRoomDimensionText" in l && o(18, A = l.getRoomDimensionText), "getLabelElement" in l && o(19, C = l.getLabelElement), "getRuleDistanceText" in l && o(20, k = l.getRuleDistanceText), "adaptiveRoomLabelVisibleEnable" in l && o(21, F = l.adaptiveRoomLabelVisibleEnable), "highlightData" in l && o(22, N = l.highlightData), "missingFloorConfig" in l && o(23, P = l.missingFloorConfig), "store" in l && o(24, U = l.store);
357
+ "duration" in l && o(0, t = l.duration), "visible" in l && o(1, i = l.visible), "northDesc" in l && o(2, e = l.northDesc), "panoIndex" in l && o(3, f = l.panoIndex), "floorIndex" in l && o(4, m = l.floorIndex), "cameraEnable" in l && o(5, b = l.cameraEnable), "hoverEnable" in l && o(6, r = l.hoverEnable), "highlightEnable" in l && o(7, h = l.highlightEnable), "compassEnable" in l && o(8, s = l.compassEnable), "roomLabelsEnable" in l && o(9, E = l.roomLabelsEnable), "roomAreaEnable" in l && o(10, D = l.roomAreaEnable), "roomNameEnable" in l && o(11, _ = l.roomNameEnable), "roomDimensionEnable" in l && o(12, c = l.roomDimensionEnable), "ruleLabelsEnable" in l && o(13, L = l.ruleLabelsEnable), "floorplanData" in l && o(14, d = l.floorplanData), "lastPanoramaLongitude" in l && o(15, R = l.lastPanoramaLongitude), "cameraImageUrl" in l && o(16, I = l.cameraImageUrl), "getRoomAreaText" in l && o(17, T = l.getRoomAreaText), "getRoomDimensionText" in l && o(18, A = l.getRoomDimensionText), "getLabelElement" in l && o(19, C = l.getLabelElement), "getRuleDistanceText" in l && o(20, k = l.getRuleDistanceText), "adaptiveRoomLabelVisibleEnable" in l && o(21, F = l.adaptiveRoomLabelVisibleEnable), "highlightData" in l && o(22, N = l.highlightData), "missingFloorConfig" in l && o(23, P = l.missingFloorConfig), "store" in l && o(24, U = l.store);
349
358
  }, [
350
359
  t,
351
360
  i,
352
361
  e,
353
362
  f,
354
- r,
355
- b,
356
363
  m,
364
+ b,
365
+ r,
357
366
  h,
358
- E,
359
367
  s,
368
+ E,
360
369
  D,
361
- c,
362
370
  _,
363
- d,
371
+ c,
364
372
  L,
373
+ d,
365
374
  R,
366
375
  I,
367
376
  T,
@@ -374,14 +383,14 @@ function oe(a, n, o) {
374
383
  U
375
384
  ];
376
385
  }
377
- class me extends j {
386
+ class re extends j {
378
387
  constructor(n) {
379
- super(), y(
388
+ super(), z(
380
389
  this,
381
390
  n,
382
391
  oe,
383
392
  ae,
384
- z,
393
+ G,
385
394
  {
386
395
  duration: 0,
387
396
  visible: 1,
@@ -414,5 +423,5 @@ class me extends j {
414
423
  }
415
424
  }
416
425
  export {
417
- me as Main
426
+ re as Main
418
427
  };
@@ -34,9 +34,11 @@ export declare class Controller extends BasePlugin.Controller<State, EventMap, P
34
34
  private isHiddenByHideFunc;
35
35
  /** 高亮区域 */
36
36
  private highlightData;
37
+ private items;
37
38
  private store;
38
39
  constructor(five: Five, params?: Parameters);
39
40
  load(serverData: PluginServerData | FloorplanServerData, state?: Partial<State>, userAction?: boolean): Promise<void>;
41
+ loadItems(items: any[]): void;
40
42
  /** 把插件的渲染DOM插入到对应的容器中去 */
41
43
  appendTo(wrapper: Element): this;
42
44
  /** 启用插件 */