@realsee/dnalogel 3.73.0 → 3.73.1-alpha.2

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 (510) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/dist/PanoTagPlugin/controller/Tag/PlaneTag.d.ts +14 -1
  3. package/dist/PanoTagPlugin/utils/model/mediaPlane.d.ts +7 -0
  4. package/dist/index.cjs.js +49 -49
  5. package/dist/index.js +4840 -4722
  6. package/dist/index.umd.js +70 -70
  7. package/dist/shared-utils/five/getFloorMesh.d.ts +3 -0
  8. package/libs/CruisePlugin/Move.js +3 -2
  9. package/libs/CruisePlugin/Work.js +3 -2
  10. package/libs/CruisePlugin/index.js +7 -6
  11. package/libs/GuideLinePlugin/Controller.js +5 -4
  12. package/libs/GuideLinePlugin/GuideLineItem.js +3 -2
  13. package/libs/GuideLinePlugin/GuideLineModeItem.js +3 -2
  14. package/libs/GuideLinePlugin/index.js +7 -6
  15. package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +230 -230
  16. package/libs/PanoTagPlugin/Components/TagItem.js +231 -219
  17. package/libs/PanoTagPlugin/controller/Tag/PlaneTag.d.ts +14 -1
  18. package/libs/PanoTagPlugin/controller/Tag/PlaneTag.js +190 -131
  19. package/libs/PanoTagPlugin/controller/index.js +6 -5
  20. package/libs/PanoTagPlugin/index.js +12 -11
  21. package/libs/PanoTagPlugin/utils/model/mediaPlane.d.ts +7 -0
  22. package/libs/PanoTagPlugin/utils/model/mediaPlane.js +167 -136
  23. package/libs/base/BasePlugin.js +1 -1
  24. package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +44 -44
  25. package/libs/index.js +149 -148
  26. package/libs/shared-utils/five/getFloorMesh.d.ts +3 -0
  27. package/libs/shared-utils/five/getFloorMesh.js +11 -0
  28. package/libs/shared-utils/logger.js +1 -1
  29. package/libs/vendor/hotkeys-js/dist/hotkeys.esm.js +151 -139
  30. package/package.json +2 -2
  31. package/docs/.nojekyll +0 -1
  32. package/docs/assets/custom.css +0 -0
  33. package/docs/assets/highlight.css +0 -127
  34. package/docs/assets/icons.js +0 -18
  35. package/docs/assets/icons.svg +0 -1
  36. package/docs/assets/main.js +0 -60
  37. package/docs/assets/navigation.js +0 -1
  38. package/docs/assets/search.js +0 -1
  39. package/docs/assets/style.css +0 -1493
  40. package/docs/classes/AreaMakerPluginType.AreaMakerController.html +0 -59
  41. package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +0 -71
  42. package/docs/classes/CSS3DRender.html +0 -100
  43. package/docs/classes/GuideLineItem.GuideLineItem.html +0 -21
  44. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +0 -70
  45. package/docs/classes/ModelMakerPluginInstance.html +0 -116
  46. package/docs/classes/ModelMakerPluginType.ModelMakerBoxItem.html +0 -52
  47. package/docs/classes/ModelMakerPluginType.ModelMakerPolygonItem.html +0 -52
  48. package/docs/classes/ModelMakerPluginType.ModelMakerPrismItem.html +0 -53
  49. package/docs/classes/ModelRoomLabelController.html +0 -19
  50. package/docs/classes/MoveController.html +0 -45
  51. package/docs/classes/Object3DHelperController.html +0 -45
  52. package/docs/classes/PaintBrush.html +0 -15
  53. package/docs/classes/PanoMeasurePluginLine.html +0 -24
  54. package/docs/classes/PanoMeasurePluginModel.html +0 -23
  55. package/docs/classes/PanoMeasurePluginPoint.html +0 -7
  56. package/docs/classes/PanoMeasurePluginPolyline.html +0 -27
  57. package/docs/classes/PanoTagPluginController.html +0 -111
  58. package/docs/classes/Sculpt.html +0 -77
  59. package/docs/classes/Util.BetterTween.html +0 -6
  60. package/docs/classes/Util.FiveDomEvents.html +0 -13
  61. package/docs/classes/Util.FivePuppet.html +0 -20
  62. package/docs/classes/Util.Interval.html +0 -11
  63. package/docs/classes/Util.LegacyPointHelper.html +0 -7
  64. package/docs/classes/Util.LightTag.html +0 -47
  65. package/docs/classes/Util.LineSegments.html +0 -4
  66. package/docs/classes/Util.Magnifier.html +0 -26
  67. package/docs/classes/Util.Object3D.html +0 -8
  68. package/docs/classes/Util.PointDomHelper.html +0 -8
  69. package/docs/classes/Util.PointHelper.html +0 -10
  70. package/docs/classes/Util.PointSelector.html +0 -66
  71. package/docs/classes/Util.PointSelectorHelper.html +0 -14
  72. package/docs/classes/Util.Rectangle.html +0 -12
  73. package/docs/classes/Util.sculpt.BaseEditor.html +0 -17
  74. package/docs/classes/Util.sculpt.BoxMesh.html +0 -48
  75. package/docs/classes/Util.sculpt.BoxMeshEditor.html +0 -18
  76. package/docs/classes/Util.sculpt.CircleMesh.html +0 -26
  77. package/docs/classes/Util.sculpt.CircleMeshEditor.html +0 -18
  78. package/docs/classes/Util.sculpt.CircleWithEdgeMesh.html +0 -26
  79. package/docs/classes/Util.sculpt.CylinderMesh.html +0 -25
  80. package/docs/classes/Util.sculpt.CylinderMeshEditor.html +0 -18
  81. package/docs/classes/Util.sculpt.LineMesh.html +0 -34
  82. package/docs/classes/Util.sculpt.PointMesh.html +0 -24
  83. package/docs/classes/Util.sculpt.PolygonMesh.html +0 -40
  84. package/docs/classes/Util.sculpt.PrismMesh.html +0 -48
  85. package/docs/classes/Util.sculpt.PrismMeshEditor.html +0 -18
  86. package/docs/classes/Util.sculpt.RectangleMesh.html +0 -41
  87. package/docs/classes/Util.sculpt.RectangleMeshEditor.html +0 -18
  88. package/docs/classes/Util.sculpt.RectangleWithEdgeMesh.html +0 -44
  89. package/docs/classes/WalkController.html +0 -42
  90. package/docs/enums/CameraMovementEffect.html +0 -4
  91. package/docs/enums/ContentType.html +0 -34
  92. package/docs/enums/DIRECTION.html +0 -5
  93. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +0 -5
  94. package/docs/enums/DimensionType.html +0 -4
  95. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +0 -4
  96. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +0 -5
  97. package/docs/enums/PaintBrushTypeEnum.html +0 -4
  98. package/docs/enums/PointType.html +0 -4
  99. package/docs/enums/Rotation.html +0 -5
  100. package/docs/functions/AreaMakerPlugin.html +0 -1
  101. package/docs/functions/CSS3DRenderPlugin.html +0 -1
  102. package/docs/functions/CameraMovementPlugin.html +0 -2
  103. package/docs/functions/CruisePlugin.html +0 -1
  104. package/docs/functions/CurrentPanoImagePlugin.html +0 -1
  105. package/docs/functions/FloorplanGuidePlugin.html +0 -1
  106. package/docs/functions/GuideLinePlugin.html +0 -1
  107. package/docs/functions/ItemLabelPlugin.html +0 -1
  108. package/docs/functions/MapviewFloorplanPlugin.html +0 -1
  109. package/docs/functions/MeasurePlugin.html +0 -1
  110. package/docs/functions/ModelChassisCompassPlugin.html +0 -2
  111. package/docs/functions/ModelEntryDoorGuidePlugin.html +0 -2
  112. package/docs/functions/ModelFloorplanPlugin.html +0 -1
  113. package/docs/functions/ModelItemLabelPlugin.html +0 -1
  114. package/docs/functions/ModelMakerPlugin.html +0 -1
  115. package/docs/functions/ModelRoomLabelPlugin.html +0 -1
  116. package/docs/functions/ModelTVVideoPlugin.html +0 -1
  117. package/docs/functions/ModelViewPlugin.html +0 -2
  118. package/docs/functions/MovePlugin.html +0 -1
  119. package/docs/functions/Object3DHelperPlugin.html +0 -1
  120. package/docs/functions/PanoCompassPlugin.html +0 -1
  121. package/docs/functions/PanoCursorRaycasterPlugin.html +0 -2
  122. package/docs/functions/PanoDoorLabelPlugin.html +0 -1
  123. package/docs/functions/PanoFloorplanRadarPlugin.html +0 -1
  124. package/docs/functions/PanoMeasurePlugin.html +0 -1
  125. package/docs/functions/PanoRulerPlugin.html +0 -2
  126. package/docs/functions/PanoRulerProPlugin.html +0 -2
  127. package/docs/functions/PanoSpatialTagPlugin.html +0 -2
  128. package/docs/functions/PanoTagPlugin.html +0 -1
  129. package/docs/functions/PanoVideoPlugin.html +0 -10
  130. package/docs/functions/PipelinePlugin.html +0 -1
  131. package/docs/functions/SculptPlugin.html +0 -2
  132. package/docs/functions/SculptPluginForFive.html +0 -2
  133. package/docs/functions/TopviewFloorplanPlugin.html +0 -1
  134. package/docs/functions/Util.awaitNextFrame.html +0 -1
  135. package/docs/functions/Util.blink.html +0 -13
  136. package/docs/functions/Util.blinkWithPreset.html +0 -6
  137. package/docs/functions/Util.bounding.html +0 -1
  138. package/docs/functions/Util.boundingBox.html +0 -1
  139. package/docs/functions/Util.boundingSphere.html +0 -1
  140. package/docs/functions/Util.boxVertex.html +0 -7
  141. package/docs/functions/Util.boxVertexes.html +0 -1
  142. package/docs/functions/Util.checkFiveModelLoaded.html +0 -2
  143. package/docs/functions/Util.cleanup.html +0 -3
  144. package/docs/functions/Util.convexHull.html +0 -2
  145. package/docs/functions/Util.equal.html +0 -5
  146. package/docs/functions/Util.fiveModelIsLoaded.html +0 -2
  147. package/docs/functions/Util.getCoordsFromClient.html +0 -1
  148. package/docs/functions/Util.getCoordsFromElement.html +0 -1
  149. package/docs/functions/Util.getFrameTime.html +0 -3
  150. package/docs/functions/Util.getIntersectFromRelativePosition.html +0 -1
  151. package/docs/functions/Util.getRaycasterFromFivePointer.html +0 -1
  152. package/docs/functions/Util.initialCSS3DRender.html +0 -1
  153. package/docs/functions/Util.inside.html +0 -1
  154. package/docs/functions/Util.isModelLike.html +0 -1
  155. package/docs/functions/Util.isNil.html +0 -2
  156. package/docs/functions/Util.isPanoramaLike.html +0 -1
  157. package/docs/functions/Util.lookObject.html +0 -7
  158. package/docs/functions/Util.lookPoint.html +0 -5
  159. package/docs/functions/Util.nextFrame.html +0 -1
  160. package/docs/functions/Util.notNil.html +0 -2
  161. package/docs/functions/Util.reblink.html +0 -13
  162. package/docs/functions/Util.replaceStaticPrefix.html +0 -8
  163. package/docs/functions/Util.requestAnimationFrameInterval.html +0 -5
  164. package/docs/functions/Util.sculpt.createBox.html +0 -1
  165. package/docs/functions/Util.sculpt.createCircle.html +0 -1
  166. package/docs/functions/Util.sculpt.createCylinder.html +0 -1
  167. package/docs/functions/Util.sculpt.createLine.html +0 -2
  168. package/docs/functions/Util.sculpt.createPoint.html +0 -1
  169. package/docs/functions/Util.sculpt.createPolygon.html +0 -1
  170. package/docs/functions/Util.sculpt.createPrism.html +0 -1
  171. package/docs/functions/Util.sculpt.createRectangle.html +0 -2
  172. package/docs/functions/Util.tag.html +0 -1
  173. package/docs/functions/Util.tweenProgress.html +0 -1
  174. package/docs/functions/Util.uuid.html +0 -2
  175. package/docs/functions/Util.waitFiveModelLoaded.html +0 -2
  176. package/docs/functions/Util.worldBounding.html +0 -1
  177. package/docs/functions/Util.worldBoundingBox.html +0 -1
  178. package/docs/functions/Util.worldBoundingSphere.html +0 -1
  179. package/docs/functions/createPolyline.html +0 -2
  180. package/docs/functions/pluginFlag.html +0 -1
  181. package/docs/hierarchy.html +0 -1
  182. package/docs/index.html +0 -70
  183. package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +0 -4
  184. package/docs/interfaces/AreaMakerPluginType.Config.html +0 -8
  185. package/docs/interfaces/AreaMakerPluginType.EventMap.html +0 -25
  186. package/docs/interfaces/AreaMakerPluginType.Params.html +0 -4
  187. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +0 -20
  188. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +0 -13
  189. package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +0 -9
  190. package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +0 -3
  191. package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +0 -3
  192. package/docs/interfaces/AreaMakerPluginType.State.html +0 -8
  193. package/docs/interfaces/BoxAnimationConfig.html +0 -6
  194. package/docs/interfaces/CSS3DRenderPluginEventMap.html +0 -9
  195. package/docs/interfaces/CSS3DRenderPluginState.html +0 -7
  196. package/docs/interfaces/CameraMovementPluginExportType.html +0 -11
  197. package/docs/interfaces/ContentTypeMapInterface.html +0 -73
  198. package/docs/interfaces/CruisePluginTypes.Config.html +0 -7
  199. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +0 -8
  200. package/docs/interfaces/CruisePluginTypes.EventMap.html +0 -33
  201. package/docs/interfaces/CruisePluginTypes.GuildLineConfig.html +0 -6
  202. package/docs/interfaces/CruisePluginTypes.MoveAction.html +0 -16
  203. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +0 -19
  204. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +0 -20
  205. package/docs/interfaces/CruisePluginTypes.PluginData.html +0 -8
  206. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +0 -2
  207. package/docs/interfaces/CruisePluginTypes.PluginState.html +0 -15
  208. package/docs/interfaces/CurrentPanoImagePluginType.Config.html +0 -13
  209. package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +0 -15
  210. package/docs/interfaces/CurrentPanoImagePluginType.Params.html +0 -4
  211. package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +0 -3
  212. package/docs/interfaces/CurrentPanoImagePluginType.State.html +0 -7
  213. package/docs/interfaces/FloorplanBounding.html +0 -9
  214. package/docs/interfaces/FloorplanData.html +0 -7
  215. package/docs/interfaces/FloorplanEntrance.html +0 -14
  216. package/docs/interfaces/FloorplanExtraObject.html +0 -9
  217. package/docs/interfaces/FloorplanExtraObject3D.html +0 -5
  218. package/docs/interfaces/FloorplanFloorData.html +0 -9
  219. package/docs/interfaces/FloorplanImagePosition.html +0 -4
  220. package/docs/interfaces/FloorplanObserver.html +0 -8
  221. package/docs/interfaces/FloorplanOutlineItem.html +0 -6
  222. package/docs/interfaces/FloorplanPosition.html +0 -4
  223. package/docs/interfaces/FloorplanRoomItem.html +0 -24
  224. package/docs/interfaces/FloorplanRoomLabelItem.html +0 -6
  225. package/docs/interfaces/FloorplanServerBounding.html +0 -9
  226. package/docs/interfaces/FloorplanServerComputedData.html +0 -6
  227. package/docs/interfaces/FloorplanServerData.html +0 -4
  228. package/docs/interfaces/FloorplanServerDoorItem.html +0 -6
  229. package/docs/interfaces/FloorplanServerDoorPosition.html +0 -4
  230. package/docs/interfaces/FloorplanServerEntrance.html +0 -14
  231. package/docs/interfaces/FloorplanServerFloorData.html +0 -8
  232. package/docs/interfaces/FloorplanServerImagePosition.html +0 -4
  233. package/docs/interfaces/FloorplanServerObserver.html +0 -8
  234. package/docs/interfaces/FloorplanServerOutlineItem.html +0 -6
  235. package/docs/interfaces/FloorplanServerPosition.html +0 -4
  236. package/docs/interfaces/FloorplanServerRoomItem.html +0 -27
  237. package/docs/interfaces/FloorplanServerRoomLabelItem.html +0 -6
  238. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +0 -4
  239. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +0 -7
  240. package/docs/interfaces/GuideLinePluginType.EventMap.html +0 -13
  241. package/docs/interfaces/GuideLinePluginType.ExtraRouteData.html +0 -5
  242. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +0 -8
  243. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +0 -2
  244. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +0 -32
  245. package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +0 -4
  246. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +0 -5
  247. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +0 -42
  248. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +0 -3
  249. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +0 -57
  250. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +0 -1
  251. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +0 -2
  252. package/docs/interfaces/GuideLinePluginType.PluginState.html +0 -7
  253. package/docs/interfaces/GuideLinePluginType.Route.html +0 -13
  254. package/docs/interfaces/HelperOffset.html +0 -4
  255. package/docs/interfaces/ImagePlaneGroup.html +0 -3
  256. package/docs/interfaces/ItemLabelPluginData.html +0 -2
  257. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +0 -7
  258. package/docs/interfaces/ItemLabelPluginParametersType.html +0 -5
  259. package/docs/interfaces/MinMax.html +0 -3
  260. package/docs/interfaces/ModelChassisCompassPluginData.html +0 -3
  261. package/docs/interfaces/ModelChassisCompassPluginExportType.html +0 -4
  262. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +0 -3
  263. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +0 -4
  264. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +0 -4
  265. package/docs/interfaces/ModelItemLabelPluginData.html +0 -2
  266. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +0 -7
  267. package/docs/interfaces/ModelItemLabelPluginParametersType.html +0 -3
  268. package/docs/interfaces/ModelMakerPluginType.BoxItemObjectData.html +0 -17
  269. package/docs/interfaces/ModelMakerPluginType.EventMap.html +0 -18
  270. package/docs/interfaces/ModelMakerPluginType.PrismItemObjectData.html +0 -23
  271. package/docs/interfaces/ModelMakerPluginType.ServerBaseItem.html +0 -11
  272. package/docs/interfaces/ModelMakerPluginType.ServerBoxItem.html +0 -10
  273. package/docs/interfaces/ModelMakerPluginType.ServerData.html +0 -3
  274. package/docs/interfaces/ModelMakerPluginType.ServerPrismItem.html +0 -10
  275. package/docs/interfaces/ModelMakerPluginType.ServerTrianglesItem.html +0 -10
  276. package/docs/interfaces/ModelMakerPluginType.State.html +0 -8
  277. package/docs/interfaces/ModelMakerPluginType.TrianglesItemObjectData.html +0 -11
  278. package/docs/interfaces/ModelRoomLabelPluginData.html +0 -2
  279. package/docs/interfaces/ModelTVVideoPluginData.html +0 -5
  280. package/docs/interfaces/ModelTVVideoPluginExportType.html +0 -4
  281. package/docs/interfaces/ModelTVVideoPluginParameterType.html +0 -2
  282. package/docs/interfaces/ModelViewPluginExportType.html +0 -8
  283. package/docs/interfaces/Object3DHelperState.html +0 -4
  284. package/docs/interfaces/ObjectHelperControllers.html +0 -5
  285. package/docs/interfaces/PaintBrushAction.html +0 -14
  286. package/docs/interfaces/PaintBrushConfigs.html +0 -8
  287. package/docs/interfaces/PaintBrushState.html +0 -6
  288. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +0 -16
  289. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +0 -1
  290. package/docs/interfaces/PanoMeasureParameterType.html +0 -20
  291. package/docs/interfaces/PanoMeasurePluginLineJson.html +0 -4
  292. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +0 -4
  293. package/docs/interfaces/PanoMeasurePluginPointJson.html +0 -3
  294. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +0 -7
  295. package/docs/interfaces/PanoRulerPluginExportType.html +0 -6
  296. package/docs/interfaces/PanoRulerPluginOptions.html +0 -3
  297. package/docs/interfaces/PanoRulerPluginParameterType.html +0 -4
  298. package/docs/interfaces/PanoRulerProPluginExportType.html +0 -5
  299. package/docs/interfaces/PanoRulerProPluginOptions.html +0 -3
  300. package/docs/interfaces/PanoRulerProPluginParameterType.html +0 -3
  301. package/docs/interfaces/PanoRulerProPluginState.html +0 -4
  302. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +0 -1
  303. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +0 -1
  304. package/docs/interfaces/PanoSpatialTagPluginData.html +0 -7
  305. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +0 -6
  306. package/docs/interfaces/PanoSpatialTagPluginExportType.html +0 -9
  307. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +0 -6
  308. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +0 -9
  309. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +0 -7
  310. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +0 -6
  311. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +0 -3
  312. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +0 -8
  313. package/docs/interfaces/PanoVideoPluginType.PluginData.html +0 -2
  314. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +0 -15
  315. package/docs/interfaces/PanoVideoPluginType.PluginState.html +0 -2
  316. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +0 -14
  317. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +0 -13
  318. package/docs/interfaces/PluginEventMap.html +0 -16
  319. package/docs/interfaces/Point.html +0 -4
  320. package/docs/interfaces/Room.html +0 -5
  321. package/docs/interfaces/RoomInfo.html +0 -3
  322. package/docs/interfaces/RoomLabel.html +0 -16
  323. package/docs/interfaces/RoomRules.html +0 -1
  324. package/docs/interfaces/Rooms.html +0 -1
  325. package/docs/interfaces/Scissor.html +0 -13
  326. package/docs/interfaces/SculptConfig.html +0 -14
  327. package/docs/interfaces/State.html +0 -7
  328. package/docs/interfaces/TagCacheInterface.html +0 -9
  329. package/docs/interfaces/TagConfig.html +0 -164
  330. package/docs/interfaces/TagGLTFObjectGroup.html +0 -3
  331. package/docs/interfaces/TagIconAnimationConfig.html +0 -7
  332. package/docs/interfaces/TagIconUrl.html +0 -20
  333. package/docs/interfaces/TagObjectGroup.html +0 -3
  334. package/docs/interfaces/TagState.html +0 -3
  335. package/docs/interfaces/TagStyle.html +0 -5
  336. package/docs/interfaces/Tags.html +0 -8
  337. package/docs/interfaces/TemporaryState.html +0 -2
  338. package/docs/interfaces/Util.AnimeInstance.html +0 -14
  339. package/docs/interfaces/Util.BlinkAnimeOptions.html +0 -21
  340. package/docs/interfaces/Util.EventHandlerConfig.html +0 -21
  341. package/docs/interfaces/Util.FiveDomEvent.html +0 -7
  342. package/docs/interfaces/Util.FiveDomEventMap.html +0 -20
  343. package/docs/interfaces/Util.LegacyMouseGroupParameter.html +0 -4
  344. package/docs/interfaces/Util.MagnifierParameter.html +0 -13
  345. package/docs/interfaces/Util.MouseGroupParameter.html +0 -4
  346. package/docs/interfaces/Util.ObjectInitialState.html +0 -9
  347. package/docs/interfaces/Util.PointIntersection.html +0 -21
  348. package/docs/interfaces/Util.PointSelectorHelperConfig.html +0 -6
  349. package/docs/interfaces/Util.ReBlinkAnimeOptions.html +0 -27
  350. package/docs/modules/AreaMakerPluginType.html +0 -17
  351. package/docs/modules/CruisePluginTypes.html +0 -14
  352. package/docs/modules/CurrentPanoImagePluginType.html +0 -6
  353. package/docs/modules/GuideLineItem.html +0 -2
  354. package/docs/modules/GuideLineModeItem.html +0 -3
  355. package/docs/modules/GuideLinePluginType.html +0 -25
  356. package/docs/modules/ModelMakerPluginType.html +0 -19
  357. package/docs/modules/PanoVideoPluginType.html +0 -8
  358. package/docs/modules/SculptData.html +0 -9
  359. package/docs/modules/SculptType.html +0 -2
  360. package/docs/modules/Util.html +0 -86
  361. package/docs/modules/Util.sculpt.html +0 -25
  362. package/docs/modules.html +0 -279
  363. package/docs/types/AddObject3DHelperConfig.html +0 -19
  364. package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +0 -7
  365. package/docs/types/AreaMakerPluginType.ItemRenderer.html +0 -1
  366. package/docs/types/AreaMakerPluginType.PluginData.html +0 -2
  367. package/docs/types/AreaMakerPluginType.ServerData.html +0 -2
  368. package/docs/types/ArrayPosition.html +0 -1
  369. package/docs/types/AudioAppearance.html +0 -1
  370. package/docs/types/CSS3DRenderExportType.html +0 -1
  371. package/docs/types/CSS3DRenderPluginExportType.html +0 -1
  372. package/docs/types/CSS3DRenderPluginParameterType.html +0 -1
  373. package/docs/types/ClassFunctionParameters.html +0 -1
  374. package/docs/types/Color.html +0 -1
  375. package/docs/types/ContentTypeConfigKey.html +0 -1
  376. package/docs/types/ContentTypeConfigKeySplit.html +0 -1
  377. package/docs/types/ContentTypeMap.html +0 -1
  378. package/docs/types/Create3DDomContainerReturnType.html +0 -1
  379. package/docs/types/Create3DElementReturnType.html +0 -1
  380. package/docs/types/CruisePluginExportType.html +0 -1
  381. package/docs/types/CruisePluginTypes.CruiseData.html +0 -5
  382. package/docs/types/CruisePluginTypes.MoveEffect.html +0 -1
  383. package/docs/types/CurrentPanoImagePluginExportType.html +0 -1
  384. package/docs/types/DeprecatedMediaPlaneProperty.html +0 -3
  385. package/docs/types/DeprecatedTagProperty.html +0 -3
  386. package/docs/types/Direction-1.html +0 -1
  387. package/docs/types/Direction4.html +0 -1
  388. package/docs/types/ElementRenderer.html +0 -2
  389. package/docs/types/FloorplanGuidePluginParameterType.html +0 -1
  390. package/docs/types/FloorplanGuidePluginReturnType.html +0 -1
  391. package/docs/types/FloorplanRuleLabels.html +0 -2
  392. package/docs/types/FloorplanServerRuleLabels.html +0 -1
  393. package/docs/types/GuideLinePluginExportType.html +0 -1
  394. package/docs/types/GuideLinePluginType.GuideLineItem.html +0 -2
  395. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +0 -1
  396. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +0 -1
  397. package/docs/types/GuideLinePluginType.GuideLineStyle.html +0 -2
  398. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +0 -2
  399. package/docs/types/GuideLinePluginType.PathItem.html +0 -2
  400. package/docs/types/GuideLinePluginType.PluginData.html +0 -2
  401. package/docs/types/GuideLinePluginType.RouteConfig.html +0 -4
  402. package/docs/types/HelperEventMap.html +0 -1
  403. package/docs/types/InternalHelperEventMap.html +0 -1
  404. package/docs/types/MapviewFloorplanPluginParameterType.html +0 -1
  405. package/docs/types/MapviewFloorplanPluginReturnType.html +0 -1
  406. package/docs/types/MeasureEndReason.html +0 -1
  407. package/docs/types/MeasurePluginConfig.html +0 -5
  408. package/docs/types/MediaData.html +0 -2
  409. package/docs/types/MediaStore.html +0 -1
  410. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +0 -1
  411. package/docs/types/ModelFloorplanPluginParameterType.html +0 -1
  412. package/docs/types/ModelFloorplanPluginReturnType.html +0 -1
  413. package/docs/types/ModelId.html +0 -1
  414. package/docs/types/ModelMakerPluginType.ElementRenderer.html +0 -1
  415. package/docs/types/ModelMakerPluginType.ItemType.html +0 -2
  416. package/docs/types/ModelMakerPluginType.MarkerItem.html +0 -1
  417. package/docs/types/ModelMakerPluginType.ServerItem.html +0 -2
  418. package/docs/types/ModelRoomLabelPluginParameters.html +0 -1
  419. package/docs/types/ModelRoomLabelPluginReturnType.html +0 -1
  420. package/docs/types/MoveArgs.html +0 -2
  421. package/docs/types/MoveOpts.html +0 -2
  422. package/docs/types/Object3DHelperEventMap.html +0 -1
  423. package/docs/types/ObjectFit.html +0 -1
  424. package/docs/types/PaintBrushEventMap.html +0 -1
  425. package/docs/types/PanoCompassPluginData.html +0 -1
  426. package/docs/types/PanoCompassPluginExportType.html +0 -1
  427. package/docs/types/PanoCompassPluginParameterType.html +0 -1
  428. package/docs/types/PanoFloorplanRadarPluginParameterType.html +0 -1
  429. package/docs/types/PanoFloorplanRadarPluginReturnType.html +0 -1
  430. package/docs/types/PanoIndex.html +0 -1
  431. package/docs/types/PanoMeasurePluginEvent.html +0 -1
  432. package/docs/types/PanoMeasureReturnType.html +0 -1
  433. package/docs/types/PanoSpatialTagPluginId.html +0 -1
  434. package/docs/types/PanoTagPluginExportInterface.html +0 -1
  435. package/docs/types/PanoTagPluginParamsInterface.html +0 -1
  436. package/docs/types/PanoVideoPluginParameterType.html +0 -1
  437. package/docs/types/PanoVideoPluginReturnType.html +0 -1
  438. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +0 -2
  439. package/docs/types/PipelinePluginParameterType.html +0 -1
  440. package/docs/types/PipelinePluginReturnType.html +0 -1
  441. package/docs/types/PlaneTag.html +0 -2
  442. package/docs/types/Point2DTag.html +0 -2
  443. package/docs/types/Point3DTag.html +0 -2
  444. package/docs/types/PointTagInstance.html +0 -1
  445. package/docs/types/Position.html +0 -1
  446. package/docs/types/PositionFrom.html +0 -1
  447. package/docs/types/RotateArgs.html +0 -2
  448. package/docs/types/RotateOpts.html +0 -2
  449. package/docs/types/RuleLabelsKey.html +0 -1
  450. package/docs/types/RuleLabelsValue.html +0 -1
  451. package/docs/types/ScaleCallback.html +0 -1
  452. package/docs/types/ScalePosition.html +0 -3
  453. package/docs/types/SculptData.BoxData.html +0 -1
  454. package/docs/types/SculptData.CircleData.html +0 -1
  455. package/docs/types/SculptData.CylinderData.html +0 -1
  456. package/docs/types/SculptData.PointData.html +0 -1
  457. package/docs/types/SculptData.PolygonData.html +0 -1
  458. package/docs/types/SculptData.PolylineData.html +0 -1
  459. package/docs/types/SculptData.PrismData.html +0 -1
  460. package/docs/types/SculptData.RectangleData.html +0 -1
  461. package/docs/types/SculptType.Theme.html +0 -10
  462. package/docs/types/StickType.html +0 -1
  463. package/docs/types/Tag.html +0 -17
  464. package/docs/types/Tag2D.html +0 -2
  465. package/docs/types/Tag3D.html +0 -2
  466. package/docs/types/TagClickParams.html +0 -1
  467. package/docs/types/TagConfigByKey.html +0 -1
  468. package/docs/types/TagContentType.html +0 -1
  469. package/docs/types/TagContentTypeMapping.html +0 -1
  470. package/docs/types/TagDimensionType.html +0 -1
  471. package/docs/types/TagElement.html +0 -2
  472. package/docs/types/TagEvents.html +0 -1
  473. package/docs/types/TagGLTFObject.html +0 -1
  474. package/docs/types/TagHooks.html +0 -1
  475. package/docs/types/TagId.html +0 -1
  476. package/docs/types/TagInstance.html +0 -1
  477. package/docs/types/TagPlacement.html +0 -5
  478. package/docs/types/TagPointType.html +0 -2
  479. package/docs/types/TagRendererMap.html +0 -1
  480. package/docs/types/TopviewFloorplanPluginParameterType.html +0 -1
  481. package/docs/types/TopviewFloorplanPluginReturnType.html +0 -1
  482. package/docs/types/Util.ActionIfNoIntersection.html +0 -1
  483. package/docs/types/Util.AdherePoint.html +0 -2
  484. package/docs/types/Util.PointSelectorConfig.html +0 -1
  485. package/docs/types/Util.SupportedTarget.html +0 -2
  486. package/docs/types/Util.Target.html +0 -2
  487. package/docs/types/Util.ThreeObject.html +0 -2
  488. package/docs/types/WorkCode.html +0 -1
  489. package/docs/variables/FLOOR_TYPE_MAP.html +0 -2
  490. package/docs/variables/PLUGIN.html +0 -1
  491. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +0 -2
  492. package/docs/variables/ROOM_TYPE_MAP.html +0 -2
  493. package/docs/variables/Util.ANIME_PRESETS.html +0 -2
  494. package/docs/variables/Util.CURRENT_PANO_IMAGE_DEFAULT_IMAGE.html +0 -2
  495. package/docs/variables/Util.DEFAULT_ANIME_CONFIG.html +0 -2
  496. package/docs/variables/Util.DEFAULT_STATIC_PREFIX.html +0 -2
  497. package/docs/variables/Util.DNALOGEL_DEFAULT_ASSETS.html +0 -2
  498. package/docs/variables/Util.ENTRY_DOOR_DEFAULT_IMAGE.html +0 -2
  499. package/docs/variables/Util.FLOORPLAN_DEFAULT_IMAGE.html +0 -2
  500. package/docs/variables/Util.GUIDELINE_DEFAULT_ARROW_TEXTURE.html +0 -2
  501. package/docs/variables/Util.GUIDELINE_WHITE_ARROW_TEXTURE.html +0 -2
  502. package/docs/variables/Util.MODEL_CHASSIS_COMPASS_DEFAULT_MODEL.html +0 -2
  503. package/docs/variables/Util.MODEL_ENTRY_DOOR_GUIDE_PLUGIN_DEFAULT_MODEL.html +0 -2
  504. package/docs/variables/Util.PANO_COMPASS_DEFAULT_IMAGE.html +0 -2
  505. package/docs/variables/Util.PANO_SPATIAL_TAG_BLUR_IMAGE.html +0 -2
  506. package/docs/variables/Util.PANO_TAG_DEFAULT_LINK_ICON.html +0 -2
  507. package/docs/variables/defaultGlobalConfig.html +0 -1
  508. package/docs/variables/itemLabelPluginServerParams.html +0 -1
  509. package/docs/variables/modelItemLabelPluginServerParams.html +0 -1
  510. package/docs/variables/modelRoomLabelPluginServerParams.html +0 -1
@@ -1,35 +1,35 @@
1
1
  var O = Object.defineProperty, D = Object.defineProperties;
2
2
  var T = Object.getOwnPropertyDescriptors;
3
3
  var b = Object.getOwnPropertySymbols;
4
- var H = Object.prototype.hasOwnProperty, R = Object.prototype.propertyIsEnumerable;
4
+ var k = Object.prototype.hasOwnProperty, H = Object.prototype.propertyIsEnumerable;
5
5
  var v = (l, h, t) => h in l ? O(l, h, { enumerable: !0, configurable: !0, writable: !0, value: t }) : l[h] = t, m = (l, h) => {
6
6
  for (var t in h || (h = {}))
7
- H.call(h, t) && v(l, t, h[t]);
7
+ k.call(h, t) && v(l, t, h[t]);
8
8
  if (b)
9
9
  for (var t of b(h))
10
- R.call(h, t) && v(l, t, h[t]);
10
+ H.call(h, t) && v(l, t, h[t]);
11
11
  return l;
12
12
  }, g = (l, h) => D(l, T(h));
13
13
  var o = (l, h, t) => (v(l, typeof h != "symbol" ? h + "" : h, t), t);
14
14
  var f = (l, h, t) => new Promise((e, i) => {
15
- var s = (n) => {
15
+ var s = (a) => {
16
16
  try {
17
- r(t.next(n));
17
+ r(t.next(a));
18
18
  } catch (d) {
19
19
  i(d);
20
20
  }
21
- }, a = (n) => {
21
+ }, n = (a) => {
22
22
  try {
23
- r(t.throw(n));
23
+ r(t.throw(a));
24
24
  } catch (d) {
25
25
  i(d);
26
26
  }
27
- }, r = (n) => n.done ? e(n.value) : Promise.resolve(n.value).then(s, a);
27
+ }, r = (a) => a.done ? e(a.value) : Promise.resolve(a.value).then(s, n);
28
28
  r((t = t.apply(l, h)).next());
29
29
  });
30
30
  import S from "./items.js";
31
31
  import * as C from "three";
32
- import { to as k } from "../../shared-utils/to.js";
32
+ import { to as R } from "../../shared-utils/to.js";
33
33
  import { equal as U } from "../../shared-utils/equal.js";
34
34
  import { Main as N } from "../Components/Main.js";
35
35
  import { formatData as A } from "../utils/formatData.js";
@@ -156,7 +156,7 @@ function Q(l) {
156
156
  }
157
157
  class li extends G {
158
158
  constructor(t, e) {
159
- var n, d;
159
+ var a, d;
160
160
  super(t);
161
161
  // =============== public properties =================
162
162
  o(this, "name", "modelFloorplanPlugin");
@@ -221,8 +221,8 @@ class li extends G {
221
221
  o(this, "updateSize", () => {
222
222
  if (!this.data || !this.container || !this.wrapper)
223
223
  return !1;
224
- const { min: t, max: e } = this.data.bounding, i = e.x - t.x, s = e.y - t.y, a = this.state.config.attachedTo ? { attachedTo: this.state.config.attachedTo } : void 0, r = B(this.five, this.wrapper, this.floorIndex, a), n = Math.ceil(i * r), d = Math.ceil(s * r);
225
- return this.size.width === n && this.size.height === d || (this.container.style.width = n + "px", this.container.style.height = d + "px", this.size = { width: n, height: d }), !0;
224
+ const { min: t, max: e } = this.data.bounding, i = e.x - t.x, s = e.y - t.y, n = this.state.config.attachedTo ? { attachedTo: this.state.config.attachedTo } : void 0, r = B(this.five, this.wrapper, this.floorIndex, n), a = Math.ceil(i * r), d = Math.ceil(s * r);
225
+ return this.size.width === a && this.size.height === d || (this.container.style.width = a + "px", this.container.style.height = d + "px", this.size = { width: a, height: d }), !0;
226
226
  });
227
227
  o(this, "highlight", (t) => {
228
228
  this.state.config.highlightEnable && (this.highlightData = t, this.render());
@@ -231,19 +231,19 @@ class li extends G {
231
231
  this.highlightData = {}, this.render();
232
232
  });
233
233
  o(this, "_disable", (t) => {
234
- var i, s, a;
234
+ var i, s, n;
235
235
  const { userAction: e } = t;
236
- this.hooks.emit("disable", { userAction: e }), (i = this.showRejection) == null || i.call(this, c.BreakOffByDisable), this.showPromise = void 0, (s = this.app) == null || s.$destroy(), this.app = void 0, (a = this.container) == null || a.remove(), this.removeEventListener();
236
+ this.hooks.emit("disable", { userAction: e }), (i = this.showRejection) == null || i.call(this, c.BreakOffByDisable), this.showPromise = void 0, (s = this.app) == null || s.$destroy(), this.app = void 0, (n = this.container) == null || n.remove(), this.removeEventListener();
237
237
  });
238
238
  o(this, "_enable", (t) => {
239
239
  const { userAction: e } = t;
240
240
  this.addEventListener(), this.wrapper && (this.wrapper.append(this.container), this.hooks.emit("enable", { userAction: e }), this.state.visible && this._show({ userAction: e }));
241
241
  });
242
242
  o(this, "_show", (t) => f(this, null, function* () {
243
- var a;
243
+ var n;
244
244
  if (!this.state.enabled)
245
245
  return;
246
- if (!((a = this.fiveUtil.model) != null && a.loaded))
246
+ if (!((n = this.fiveUtil.model) != null && n.loaded))
247
247
  throw new Error(c.ModelNotLoaded);
248
248
  if (!this.data)
249
249
  throw new Error(c.DataNotLoaded);
@@ -257,23 +257,23 @@ class li extends G {
257
257
  userAction: !0
258
258
  }, i = m(m({}, e), t), s = () => f(this, null, function* () {
259
259
  this.hooks.emit("show", { userAction: i.userAction, auto: i.isAutoShow });
260
- let r = !1, n;
260
+ let r = !1, a;
261
261
  this.showRejection = (u) => {
262
- r = !0, n = u;
262
+ r = !0, a = u;
263
263
  };
264
- const [d] = yield k(V(this.five, this.showState, i.userAction));
264
+ const [d] = yield R(V(this.five, this.showState, i.userAction));
265
265
  if (d)
266
266
  throw d;
267
267
  if (r)
268
- throw n ? new Error(n) : new Error(c.UnknownError);
268
+ throw a ? new Error(a) : new Error(c.UnknownError);
269
269
  if (!this.updateSize())
270
270
  throw new Error(c.UpdateSizeError);
271
271
  this.updatePosition(), this.floorIndex = i.floorIndex, this.fiveUtil.model.show(this.floorIndex);
272
272
  });
273
273
  return this.isHiddenByHideFunc = !1, this.showPromise = s().then(() => {
274
274
  this.showPromise = void 0, this.showRejection = void 0;
275
- const r = i.modelOpacity, n = i.immediately ? 0 : $;
276
- E(this.five, r, n), this.render(n), this.hooks.emit("showAnimationEnded", {
275
+ const r = i.modelOpacity, a = i.immediately ? 0 : $;
276
+ E(this.five, r, a), this.render(a), this.hooks.emit("showAnimationEnded", {
277
277
  auto: i.isAutoShow,
278
278
  userAction: i.userAction
279
279
  });
@@ -299,13 +299,13 @@ class li extends G {
299
299
  });
300
300
  /** modelLoaded 之后自动执行 append container 操作 */
301
301
  o(this, "onFiveModelLoaded", () => {
302
- const e = this.five.model.bounding.getCenter(new C.Vector3());
303
- if (this.showState.offset = e, this.state.enabled === !1 || this.wrapper || !this.selector)
302
+ const i = this.five.models.find((n) => n.name === this.five.state.workCode).bounding.getCenter(new C.Vector3());
303
+ if (this.showState.offset = i, this.state.enabled === !1 || this.wrapper || !this.selector)
304
304
  return;
305
- const i = this.selector instanceof Element ? this.selector : document.querySelector(this.selector);
306
- if (!i)
305
+ const s = this.selector instanceof Element ? this.selector : document.querySelector(this.selector);
306
+ if (!s)
307
307
  throw new Error("不正确的父容器选择器");
308
- this.wrapper = i, i.append(this.container);
308
+ this.wrapper = s, s.append(this.container);
309
309
  });
310
310
  /** 更改模型时,自动隐藏户型图 */
311
311
  o(this, "onFiveModeChange", (t) => {
@@ -360,7 +360,7 @@ class li extends G {
360
360
  imageURL: X(e == null ? void 0 : e.staticPrefix, J),
361
361
  imageWidth: 200,
362
362
  imageHeight: 120,
363
- text: (d = (n = e.i18n) == null ? void 0 : n.call(e, "暂无平面图")) != null ? d : "暂无平面图",
363
+ text: (d = (a = e.i18n) == null ? void 0 : a.call(e, "暂无平面图")) != null ? d : "暂无平面图",
364
364
  textFontSize: 14
365
365
  };
366
366
  const i = {
@@ -386,7 +386,7 @@ class li extends G {
386
386
  getRoomAreaText: (p) => (p / 1e6).toFixed(1) + "㎡",
387
387
  getRoomDimensionText: (p, u) => (p / 1e3).toFixed(1) + "m × " + (u / 1e3).toFixed(1) + "m",
388
388
  getRuleDistanceText: (p) => p.toString()
389
- }, s = e ? F(e, ["selector", "scale"]) : {}, a = m(m({}, i.missingFloorConfig), s.missingFloorConfig), r = g(m(m({}, i), s), { missingFloorConfig: a });
389
+ }, s = e ? F(e, ["selector", "scale"]) : {}, n = m(m({}, i.missingFloorConfig), s.missingFloorConfig), r = g(m(m({}, i), s), { missingFloorConfig: n });
390
390
  this.state = { enabled: !0, visible: !1, config: r }, this.panoIndex = t.getCurrentState().panoIndex, this.initContainer(), Y(t).then(this.onFiveModelLoaded), t.once("dispose", this.dispose), this.addEventListener();
391
391
  }
392
392
  load(t, e, i = !0) {
@@ -394,22 +394,22 @@ class li extends G {
394
394
  function s(p) {
395
395
  return Object.prototype.hasOwnProperty.apply(p, ["version"]);
396
396
  }
397
- const a = t;
398
- a && q(a.version) && console.warn("传入 serverData.data 的方式后续可能不再支持,请把 serverData 整体传入 load 函数");
399
- const r = JSON.parse(JSON.stringify(t)), n = s(r) ? r.data : r, d = this.data;
400
- this.data = yield A(n), this.hooks.emit("dataLoaded", this.data), this.hooks.emit("dataChange", this.data, d), e && this.updateState(e, i), this.render();
397
+ const n = t;
398
+ n && q(n.version) && console.warn("传入 serverData.data 的方式后续可能不再支持,请把 serverData 整体传入 load 函数");
399
+ const r = JSON.parse(JSON.stringify(t)), a = s(r) ? r.data : r, d = this.data;
400
+ this.data = yield A(a), this.hooks.emit("dataLoaded", this.data), this.hooks.emit("dataChange", this.data, d), e && this.updateState(e, i), this.render();
401
401
  });
402
402
  }
403
403
  loadItems(t) {
404
- const { min: e, max: i } = this.data.bounding, s = i.x - e.x, a = i.y - e.y;
405
- this.data.floorDatas.forEach((r, n) => {
406
- r.items = t[n].filter((d) => d.displayName === "Item-SimpleItem").map((d) => {
404
+ const { min: e, max: i } = this.data.bounding, s = i.x - e.x, n = i.y - e.y;
405
+ this.data.floorDatas.forEach((r, a) => {
406
+ r.items = t[a].filter((d) => d.displayName === "Item-SimpleItem").map((d) => {
407
407
  const { x: p, y: u, width: P, height: x, notes: y, type: w, id: I, rotateX: M, rotateY: L, rotateZ: _ = 0 } = d;
408
408
  return {
409
409
  id: I,
410
- positionInImage: { x: (p - e.x) / s, y: (i.y - u) / a },
410
+ positionInImage: { x: (p - e.x) / s, y: (i.y - u) / n },
411
411
  width: P / s,
412
- height: x / a,
412
+ height: x / n,
413
413
  src: Z + S[w].href.replace(/\{\{\stheme\s\}\}/, "realsee"),
414
414
  notes: y || S[w].description,
415
415
  rotateX: M,
@@ -442,8 +442,8 @@ class li extends G {
442
442
  setState(t, e = {}) {
443
443
  const i = this.state, s = e.userAction !== void 0 ? e.userAction : !0;
444
444
  if (this.updateState(t, s), t.enabled !== void 0 && i.enabled !== t.enabled && (t.enabled ? this._enable({ userAction: s }) : this._disable({ userAction: s })), t.visible !== void 0 && i.visible !== t.visible) {
445
- const a = { userAction: s };
446
- t.visible ? this._show(a) : this._hide(a);
445
+ const n = { userAction: s };
446
+ t.visible ? this._show(n) : this._hide(n);
447
447
  }
448
448
  }
449
449
  changeConfigs(t, e = !0) {
@@ -455,8 +455,8 @@ class li extends G {
455
455
  const t = j(this.five, this.floorIndex, this.state.config.attachedTo), e = (r = this.fiveUtil.model) == null ? void 0 : r.bounding.getCenter(new C.Vector3()).setY(t);
456
456
  if (!e)
457
457
  return;
458
- const i = e.clone().project(this.five.camera), s = (i.x + 1) / 2, a = -(i.y - 1) / 2;
459
- this.container.style.left = s * 100 + "%", this.container.style.top = a * 100 + "%";
458
+ const i = e.clone().project(this.five.camera), s = (i.x + 1) / 2, n = -(i.y - 1) / 2;
459
+ this.container.style.left = s * 100 + "%", this.container.style.top = n * 100 + "%";
460
460
  }
461
461
  formatData(t) {
462
462
  return f(this, null, function* () {
@@ -465,8 +465,8 @@ class li extends G {
465
465
  }
466
466
  updateState(t, e) {
467
467
  var r;
468
- const i = this.state, s = (r = t.config) != null && r.missingFloorConfig ? m(m({}, i.config.missingFloorConfig), t.config.missingFloorConfig) : i.config.missingFloorConfig, a = t.config ? g(m(m({}, i.config), t.config), { missingFloorConfig: s }) : i.config;
469
- this.state = g(m(m({}, this.state), t), { config: a }), !U(this.state, i, { deep: !0 }) && this.hooks.emit("stateChange", { state: this.state, prevState: i, userAction: e });
468
+ const i = this.state, s = (r = t.config) != null && r.missingFloorConfig ? m(m({}, i.config.missingFloorConfig), t.config.missingFloorConfig) : i.config.missingFloorConfig, n = t.config ? g(m(m({}, i.config), t.config), { missingFloorConfig: s }) : i.config;
469
+ this.state = g(m(m({}, this.state), t), { config: n }), !U(this.state, i, { deep: !0 }) && this.hooks.emit("stateChange", { state: this.state, prevState: i, userAction: e });
470
470
  }
471
471
  /** 如果用户是通过 selector 设置父容器,需要在 modelLoaded 之后把 container 自动放到父容器里
472
472
  *
package/libs/index.js CHANGED
@@ -1,73 +1,73 @@
1
1
  import { consoleVersion as o } from "./shared-utils/logger.js";
2
2
  import { autoFixOffscreenCanvas as r } from "./shared-utils/offscreenCanvas.js";
3
- import { PaintBrush as An } from "./components/PaintBrush/index.js";
4
- import { PaintBrushTypeEnum as Gn } from "./components/PaintBrush/typings.js";
5
- import { ModelViewPlugin as Dn } from "./ModelViewPlugin/Plugin.js";
6
- import { CSS3DRenderPlugin as Yn } from "./CSS3DRenderPlugin/index.js";
7
- import { PanoCursorRaycasterPlugin as Bn } from "./PanoCursorRaycasterPlugin/index.js";
8
- import { ModelRoomLabelPlugin as hn, modelRoomLabelPluginServerParams as kn } from "./ModelRoomLabelPlugin/index.js";
9
- import { FLOOR_PLAN_ATTACHED_TO as Hn } from "./floorplan/constant.js";
10
- import { ModelFloorplanPlugin as jn } from "./floorplan/ModelFloorplanPlugin/index.js";
11
- import { MapviewFloorplanPlugin as Wn } from "./floorplan/MapviewFloorplanPlugin/index.js";
12
- import { TopviewFloorplanPlugin as zn } from "./floorplan/TopviewFloorplanPlugin/index.js";
13
- import { PanoFloorplanRadarPlugin as Kn } from "./floorplan/PanoFloorplanRadarPlugin/index.js";
14
- import { FloorplanGuidePlugin as Xn } from "./floorplan/FloorplanGuidePlugin/index.js";
15
- import { FLOOR_TYPE_MAP as oa, ROOM_FETILE_TYPE_MAP as ra, ROOM_TYPE_MAP as ta } from "./floorplan/typings/floorplanServerData.js";
16
- import { ModelChassisCompassPlugin as ma } from "./ModelChassisCompassPlugin/Plugin.js";
17
- import { ModelEntryDoorGuidePlugin as ea } from "./ModelEntryDoorGuidePlugin/Plugin.js";
18
- import { CameraMovementPlugin as na } from "./CameraMovementPlugin/CameraMovementPlugin.js";
19
- import { CameraMovementEffect as Pa, Rotation as fa } from "./CameraMovementPlugin/typing.js";
20
- import { PanoRulerPlugin as xa } from "./PanoRulerPlugin/Plugin.js";
21
- import { PanoRulerProPlugin as sa } from "./PanoRulerProPlugin/index.js";
22
- import { PanoCompassPlugin as Ma } from "./PanoCompassPlugin/index.js";
23
- import { PanoMeasurePlugin as Ca } from "./PanoMeasurePlugin/index.js";
24
- import { MeasurePlugin as ca } from "./MeasurePlugin/index.js";
25
- import { PanoSpatialTagPlugin as _a } from "./PanoSpatialTagPlugin/Plugin.js";
26
- import { modelItemLabelPluginServerParams as Ia } from "./ModelItemLabelPlugin/index.js";
27
- import { ModelTVVideoPlugin as Sa } from "./ModelTVVideoPlugin/Plugin.js";
28
- import { DIRECTION as Aa } from "./ModelTVVideoPlugin/typings.js";
29
- import { itemLabelPluginServerParams as Ga } from "./ItemLabelPlugin/index.js";
30
- import { PanoDoorLabelPlugin as Da } from "./PanoDoorLabelPlugin/index.js";
31
- import { GuideLinePlugin as Ya } from "./GuideLinePlugin/index.js";
32
- import { CruisePlugin as Ba, MovePlugin as Na } from "./CruisePlugin/index.js";
33
- import { PanoTagPlugin as ka } from "./PanoTagPlugin/index.js";
34
- import { Object3DHelperPlugin as Ha } from "./Object3DHelperPlugin/index.js";
35
- import { PanoVideoPlugin as ja } from "./PanoVideoPlugin/index.js";
36
- import { PipelinePlugin as Wa } from "./PipelinePlugin/index.js";
37
- import { AreaMakerPlugin as za } from "./AreaMakerPlugin/index.js";
38
- import { CurrentPanoImagePlugin as Ka } from "./CurrentPanoImagePlugin/index.js";
39
- import { Sculpt as Xa, SculptPlugin as Za, SculptPluginForFive as oP } from "./Sculpt/index.js";
40
- import { ModelMakerPlugin as tP } from "./ModelMakerPlugin/index.js";
41
- import { exports as mP } from "./shared-utils/exports.js";
42
- import { CSS3DRender as eP } from "./CSS3DRenderPlugin/utils/three/CSS3DRender.js";
43
- import { Model as nP } from "./PanoMeasurePlugin/Model/index.js";
44
- import { default as PP } from "./PanoMeasurePlugin/Model/point.js";
45
- import { default as uP } from "./PanoMeasurePlugin/Model/line.js";
46
- import { Polyline as gP } from "./PanoMeasurePlugin/Model/polyline.js";
47
- import { Magnifier as dP } from "./shared-utils/three/Magnifier.js";
48
- import { DISPLAY_STRATEGY_TYPE as TP } from "./ModelItemLabelPlugin/typings.js";
49
- import { ModelItemLabelPlugin as LP } from "./ModelItemLabelPlugin/ModelItemLabelPlugin.js";
50
- import { ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE as RP } from "./ItemLabelPlugin/typings.js";
51
- import { Plugin as EP } from "./ItemLabelPlugin/Plugin.js";
52
- import { GuideLineItem$1 as yP } from "./GuideLinePlugin/GuideLineItem/index.js";
53
- import { GuideLineModeItem$1 as OP } from "./GuideLinePlugin/GuideLineModeItem/index.js";
54
- import { default as FP, default as GP } from "./CruisePlugin/Work.js";
55
- import { default as DP } from "./CruisePlugin/Move.js";
56
- import { typing as YP } from "./CruisePlugin/typing/index.js";
57
- import { default as BP, pluginFlag as NP } from "./PanoTagPlugin/controller/index.js";
58
- import { defaultGlobalConfig as kP } from "./PanoTagPlugin/typings/tag/TagConfig.js";
59
- import { ContentType as HP, DimensionType as UP, PointType as jP } from "./PanoTagPlugin/Archive/deprecated.js";
60
- import { Object3DHelperController as WP, PLUGIN as qP } from "./Object3DHelperPlugin/Controller.js";
61
- import { typings as JP } from "./PanoVideoPlugin/typings/index.js";
62
- import { createPoint as QP } from "./Sculpt/Objects/Point/index.js";
63
- import { createLine as ZP } from "./Sculpt/Objects/Line/index.js";
64
- import { createPolyline as rf } from "./Sculpt/Objects/Polyline/index.js";
65
- import { createPolygon as mf } from "./Sculpt/Objects/Polygon/index.js";
66
- import { createPrism as ef } from "./Sculpt/Objects/Prism/index.js";
67
- import { createRectangle as nf } from "./Sculpt/Objects/Rectangle/index.js";
68
- import { createCircle as Pf } from "./Sculpt/Objects/Circle/index.js";
69
- import { createCylinder as uf } from "./Sculpt/Objects/Cylinder/index.js";
70
- import { createBox as gf } from "./Sculpt/Objects/Box/index.js";
3
+ import { PaintBrush as Fn } from "./components/PaintBrush/index.js";
4
+ import { PaintBrushTypeEnum as vn } from "./components/PaintBrush/typings.js";
5
+ import { ModelViewPlugin as bn } from "./ModelViewPlugin/Plugin.js";
6
+ import { CSS3DRenderPlugin as Vn } from "./CSS3DRenderPlugin/index.js";
7
+ import { PanoCursorRaycasterPlugin as Nn } from "./PanoCursorRaycasterPlugin/index.js";
8
+ import { ModelRoomLabelPlugin as kn, modelRoomLabelPluginServerParams as wn } from "./ModelRoomLabelPlugin/index.js";
9
+ import { FLOOR_PLAN_ATTACHED_TO as Un } from "./floorplan/constant.js";
10
+ import { ModelFloorplanPlugin as $n } from "./floorplan/ModelFloorplanPlugin/index.js";
11
+ import { MapviewFloorplanPlugin as qn } from "./floorplan/MapviewFloorplanPlugin/index.js";
12
+ import { TopviewFloorplanPlugin as Jn } from "./floorplan/TopviewFloorplanPlugin/index.js";
13
+ import { PanoFloorplanRadarPlugin as Qn } from "./floorplan/PanoFloorplanRadarPlugin/index.js";
14
+ import { FloorplanGuidePlugin as Zn } from "./floorplan/FloorplanGuidePlugin/index.js";
15
+ import { FLOOR_TYPE_MAP as ra, ROOM_FETILE_TYPE_MAP as ta, ROOM_TYPE_MAP as ia } from "./floorplan/typings/floorplanServerData.js";
16
+ import { ModelChassisCompassPlugin as pa } from "./ModelChassisCompassPlugin/Plugin.js";
17
+ import { ModelEntryDoorGuidePlugin as la } from "./ModelEntryDoorGuidePlugin/Plugin.js";
18
+ import { CameraMovementPlugin as aa } from "./CameraMovementPlugin/CameraMovementPlugin.js";
19
+ import { CameraMovementEffect as fa, Rotation as ua } from "./CameraMovementPlugin/typing.js";
20
+ import { PanoRulerPlugin as ga } from "./PanoRulerPlugin/Plugin.js";
21
+ import { PanoRulerProPlugin as da } from "./PanoRulerProPlugin/index.js";
22
+ import { PanoCompassPlugin as Ta } from "./PanoCompassPlugin/index.js";
23
+ import { PanoMeasurePlugin as La } from "./PanoMeasurePlugin/index.js";
24
+ import { MeasurePlugin as Ra } from "./MeasurePlugin/index.js";
25
+ import { PanoSpatialTagPlugin as Ea } from "./PanoSpatialTagPlugin/Plugin.js";
26
+ import { modelItemLabelPluginServerParams as ya } from "./ModelItemLabelPlugin/index.js";
27
+ import { ModelTVVideoPlugin as Oa } from "./ModelTVVideoPlugin/Plugin.js";
28
+ import { DIRECTION as Fa } from "./ModelTVVideoPlugin/typings.js";
29
+ import { itemLabelPluginServerParams as va } from "./ItemLabelPlugin/index.js";
30
+ import { PanoDoorLabelPlugin as ba } from "./PanoDoorLabelPlugin/index.js";
31
+ import { GuideLinePlugin as Va } from "./GuideLinePlugin/index.js";
32
+ import { CruisePlugin as Na, MovePlugin as ha } from "./CruisePlugin/index.js";
33
+ import { PanoTagPlugin as wa } from "./PanoTagPlugin/index.js";
34
+ import { Object3DHelperPlugin as Ua } from "./Object3DHelperPlugin/index.js";
35
+ import { PanoVideoPlugin as $a } from "./PanoVideoPlugin/index.js";
36
+ import { PipelinePlugin as qa } from "./PipelinePlugin/index.js";
37
+ import { AreaMakerPlugin as Ja } from "./AreaMakerPlugin/index.js";
38
+ import { CurrentPanoImagePlugin as Qa } from "./CurrentPanoImagePlugin/index.js";
39
+ import { Sculpt as Za, SculptPlugin as oP, SculptPluginForFive as rP } from "./Sculpt/index.js";
40
+ import { ModelMakerPlugin as iP } from "./ModelMakerPlugin/index.js";
41
+ import { exports as pP } from "./shared-utils/exports.js";
42
+ import { CSS3DRender as lP } from "./CSS3DRenderPlugin/utils/three/CSS3DRender.js";
43
+ import { Model as aP } from "./PanoMeasurePlugin/Model/index.js";
44
+ import { default as fP } from "./PanoMeasurePlugin/Model/point.js";
45
+ import { default as xP } from "./PanoMeasurePlugin/Model/line.js";
46
+ import { Polyline as sP } from "./PanoMeasurePlugin/Model/polyline.js";
47
+ import { Magnifier as MP } from "./shared-utils/three/Magnifier.js";
48
+ import { DISPLAY_STRATEGY_TYPE as CP } from "./ModelItemLabelPlugin/typings.js";
49
+ import { ModelItemLabelPlugin as cP } from "./ModelItemLabelPlugin/ModelItemLabelPlugin.js";
50
+ import { ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE as _P } from "./ItemLabelPlugin/typings.js";
51
+ import { Plugin as IP } from "./ItemLabelPlugin/Plugin.js";
52
+ import { GuideLineItem$1 as SP } from "./GuideLinePlugin/GuideLineItem/index.js";
53
+ import { GuideLineModeItem$1 as AP } from "./GuideLinePlugin/GuideLineModeItem/index.js";
54
+ import { default as GP, default as vP } from "./CruisePlugin/Work.js";
55
+ import { default as bP } from "./CruisePlugin/Move.js";
56
+ import { typing as VP } from "./CruisePlugin/typing/index.js";
57
+ import { default as NP, pluginFlag as hP } from "./PanoTagPlugin/controller/index.js";
58
+ import { defaultGlobalConfig as wP } from "./PanoTagPlugin/typings/tag/TagConfig.js";
59
+ import { ContentType as UP, DimensionType as jP, PointType as $P } from "./PanoTagPlugin/Archive/deprecated.js";
60
+ import { Object3DHelperController as qP, PLUGIN as zP } from "./Object3DHelperPlugin/Controller.js";
61
+ import { typings as KP } from "./PanoVideoPlugin/typings/index.js";
62
+ import { createPoint as XP } from "./Sculpt/Objects/Point/index.js";
63
+ import { createLine as of } from "./Sculpt/Objects/Line/index.js";
64
+ import { createPolyline as tf } from "./Sculpt/Objects/Polyline/index.js";
65
+ import { createPolygon as pf } from "./Sculpt/Objects/Polygon/index.js";
66
+ import { createPrism as lf } from "./Sculpt/Objects/Prism/index.js";
67
+ import { createRectangle as af } from "./Sculpt/Objects/Rectangle/index.js";
68
+ import { createCircle as ff } from "./Sculpt/Objects/Circle/index.js";
69
+ import { createCylinder as xf } from "./Sculpt/Objects/Cylinder/index.js";
70
+ import { createBox as sf } from "./Sculpt/Objects/Box/index.js";
71
71
  import "./components/PaintBrush/Controller.js";
72
72
  import "./components/PaintBrush/utils.js";
73
73
  import "./components/PaintBrush/tween.js";
@@ -442,6 +442,7 @@ import "./PanoTagPlugin/Components/Tag/PanoramaTag.js";
442
442
  import "./PanoTagPlugin/Components/Common/Icon/PanoramaIcon.js";
443
443
  import "./PanoTagPlugin/Components/Tag/CustomTag.js";
444
444
  import "./PanoTagPlugin/controller/Tag/PlaneTag.js";
445
+ import "./shared-utils/five/getFloorMesh.js";
445
446
  import "./Sculpt/utils/Modules/Global.js";
446
447
  import "./shared-utils/Object3DHelper/Helper/MoveHelper.js";
447
448
  import "./shared-utils/Object3DHelper/Base/BaseHelper.js";
@@ -578,84 +579,84 @@ import "./shared-utils/five/lookObject.js";
578
579
  r();
579
580
  o();
580
581
  export {
581
- za as AreaMakerPlugin,
582
- eP as CSS3DRender,
583
- Yn as CSS3DRenderPlugin,
584
- Pa as CameraMovementEffect,
585
- na as CameraMovementPlugin,
586
- HP as ContentType,
587
- Ba as CruisePlugin,
588
- FP as CruisePluginController,
589
- YP as CruisePluginTypes,
590
- Ka as CurrentPanoImagePlugin,
591
- Aa as DIRECTION,
592
- TP as DISPLAY_STRATEGY_TYPE,
593
- UP as DimensionType,
594
- Hn as FLOOR_PLAN_ATTACHED_TO,
595
- oa as FLOOR_TYPE_MAP,
596
- Xn as FloorplanGuidePlugin,
597
- yP as GuideLineItem,
598
- OP as GuideLineModeItem,
599
- Ya as GuideLinePlugin,
600
- RP as ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE,
601
- EP as ItemLabelPlugin,
602
- dP as Magnifier,
603
- Wn as MapviewFloorplanPlugin,
604
- ca as MeasurePlugin,
605
- ma as ModelChassisCompassPlugin,
606
- ea as ModelEntryDoorGuidePlugin,
607
- jn as ModelFloorplanPlugin,
608
- LP as ModelItemLabelPlugin,
609
- tP as ModelMakerPlugin,
610
- hn as ModelRoomLabelPlugin,
611
- Sa as ModelTVVideoPlugin,
612
- Dn as ModelViewPlugin,
613
- DP as MoveController,
614
- Na as MovePlugin,
615
- WP as Object3DHelperController,
616
- Ha as Object3DHelperPlugin,
617
- qP as PLUGIN,
618
- An as PaintBrush,
619
- Gn as PaintBrushTypeEnum,
620
- Ma as PanoCompassPlugin,
621
- Bn as PanoCursorRaycasterPlugin,
622
- Da as PanoDoorLabelPlugin,
623
- Kn as PanoFloorplanRadarPlugin,
624
- Ca as PanoMeasurePlugin,
625
- uP as PanoMeasurePluginLine,
626
- nP as PanoMeasurePluginModel,
627
- PP as PanoMeasurePluginPoint,
628
- gP as PanoMeasurePluginPolyline,
629
- xa as PanoRulerPlugin,
630
- sa as PanoRulerProPlugin,
631
- _a as PanoSpatialTagPlugin,
632
- ka as PanoTagPlugin,
633
- BP as PanoTagPluginController,
634
- ja as PanoVideoPlugin,
635
- JP as PanoVideoPluginType,
636
- Wa as PipelinePlugin,
637
- jP as PointType,
638
- ra as ROOM_FETILE_TYPE_MAP,
639
- ta as ROOM_TYPE_MAP,
640
- fa as Rotation,
641
- Xa as Sculpt,
642
- Za as SculptPlugin,
643
- oP as SculptPluginForFive,
644
- zn as TopviewFloorplanPlugin,
645
- mP as Util,
646
- GP as WalkController,
647
- gf as createBox,
648
- Pf as createCircle,
649
- uf as createCylinder,
650
- ZP as createLine,
651
- QP as createPoint,
652
- mf as createPolygon,
653
- rf as createPolyline,
654
- ef as createPrism,
655
- nf as createRectangle,
656
- kP as defaultGlobalConfig,
657
- Ga as itemLabelPluginServerParams,
658
- Ia as modelItemLabelPluginServerParams,
659
- kn as modelRoomLabelPluginServerParams,
660
- NP as pluginFlag
582
+ Ja as AreaMakerPlugin,
583
+ lP as CSS3DRender,
584
+ Vn as CSS3DRenderPlugin,
585
+ fa as CameraMovementEffect,
586
+ aa as CameraMovementPlugin,
587
+ UP as ContentType,
588
+ Na as CruisePlugin,
589
+ GP as CruisePluginController,
590
+ VP as CruisePluginTypes,
591
+ Qa as CurrentPanoImagePlugin,
592
+ Fa as DIRECTION,
593
+ CP as DISPLAY_STRATEGY_TYPE,
594
+ jP as DimensionType,
595
+ Un as FLOOR_PLAN_ATTACHED_TO,
596
+ ra as FLOOR_TYPE_MAP,
597
+ Zn as FloorplanGuidePlugin,
598
+ SP as GuideLineItem,
599
+ AP as GuideLineModeItem,
600
+ Va as GuideLinePlugin,
601
+ _P as ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE,
602
+ IP as ItemLabelPlugin,
603
+ MP as Magnifier,
604
+ qn as MapviewFloorplanPlugin,
605
+ Ra as MeasurePlugin,
606
+ pa as ModelChassisCompassPlugin,
607
+ la as ModelEntryDoorGuidePlugin,
608
+ $n as ModelFloorplanPlugin,
609
+ cP as ModelItemLabelPlugin,
610
+ iP as ModelMakerPlugin,
611
+ kn as ModelRoomLabelPlugin,
612
+ Oa as ModelTVVideoPlugin,
613
+ bn as ModelViewPlugin,
614
+ bP as MoveController,
615
+ ha as MovePlugin,
616
+ qP as Object3DHelperController,
617
+ Ua as Object3DHelperPlugin,
618
+ zP as PLUGIN,
619
+ Fn as PaintBrush,
620
+ vn as PaintBrushTypeEnum,
621
+ Ta as PanoCompassPlugin,
622
+ Nn as PanoCursorRaycasterPlugin,
623
+ ba as PanoDoorLabelPlugin,
624
+ Qn as PanoFloorplanRadarPlugin,
625
+ La as PanoMeasurePlugin,
626
+ xP as PanoMeasurePluginLine,
627
+ aP as PanoMeasurePluginModel,
628
+ fP as PanoMeasurePluginPoint,
629
+ sP as PanoMeasurePluginPolyline,
630
+ ga as PanoRulerPlugin,
631
+ da as PanoRulerProPlugin,
632
+ Ea as PanoSpatialTagPlugin,
633
+ wa as PanoTagPlugin,
634
+ NP as PanoTagPluginController,
635
+ $a as PanoVideoPlugin,
636
+ KP as PanoVideoPluginType,
637
+ qa as PipelinePlugin,
638
+ $P as PointType,
639
+ ta as ROOM_FETILE_TYPE_MAP,
640
+ ia as ROOM_TYPE_MAP,
641
+ ua as Rotation,
642
+ Za as Sculpt,
643
+ oP as SculptPlugin,
644
+ rP as SculptPluginForFive,
645
+ Jn as TopviewFloorplanPlugin,
646
+ pP as Util,
647
+ vP as WalkController,
648
+ sf as createBox,
649
+ ff as createCircle,
650
+ xf as createCylinder,
651
+ of as createLine,
652
+ XP as createPoint,
653
+ pf as createPolygon,
654
+ tf as createPolyline,
655
+ lf as createPrism,
656
+ af as createRectangle,
657
+ wP as defaultGlobalConfig,
658
+ va as itemLabelPluginServerParams,
659
+ ya as modelItemLabelPluginServerParams,
660
+ wn as modelRoomLabelPluginServerParams,
661
+ hP as pluginFlag
661
662
  };
@@ -0,0 +1,3 @@
1
+ import { type Five } from '@realsee/five';
2
+ import * as THREE from 'three';
3
+ export declare const getFloorMesh: (five: Five, floorIndex: number) => THREE.Box3;
@@ -0,0 +1,11 @@
1
+ import * as l from "three";
2
+ const a = (t, x) => {
3
+ const o = new l.Box3();
4
+ return t.modelScene.traverse((e) => {
5
+ var r, n;
6
+ ((n = (r = e == null ? void 0 : e.material) == null ? void 0 : r[0]) == null ? void 0 : n.floorIndex) === x && o.expandByObject(e);
7
+ }), o;
8
+ };
9
+ export {
10
+ a as getFloorMesh
11
+ };
@@ -1,6 +1,6 @@
1
1
  function A() {
2
2
  console.debug(
3
- "%c %c@realsee/dnalogel %cv3.73.0",
3
+ "%c %c@realsee/dnalogel %cv3.73.1-alpha.2",
4
4
  [
5
5
  "background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAMCAMAAACHgmeRAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABLFBMVEUAAAAapPoap/oaqvkbrfkbr/gZnfwZoPsaqfnD4v/E4/8Ylv0clPm93/+/4P/B4f8Yj/683/8Wif+33P8Uhv+x2f8ShP+s1v8Pgf+n0/8Nf/+h0f8Lff8Lff8Nf/9dl/+czv8KfP8KfP+Lxf+Uyv+Xy/+Hwv+Jw/+Mxf+Oxv+RyP8aovsapfoap/oZmfwZm/wZnvsYnPsYkf4YlP0NePsDYfgYcfi43f+63v8Xiv8Xjf4EWfwCV/sWZ/qz2v+02/8Vh/8WiP8EUf8CTf4WXv2u1/+v2P8Thf8Thv8ETf8CR/8VV/+o1f+q1f8Qgv8Rg/8DSv8BRf8UVP+j0v+k0v8OgP8Pgf8DR/8DQv9Nhf+dzv+fz/+Kv/+Vyv+Xy/+azf+Oxv+Qx/+SyP////8MUhLdAAAAK3RSTlMACEWQ2bd98uQECPXxqO7c+Pb49vj2+Pb49vj23Oul8fMHA+TwerXXjEIG2P+bHgAAAAFiS0dEY1y+LaoAAAB+SURBVAjXY2BgZGJmYWVgYGBgY9fW0eVg4ORi4NbTNzDk4eXjZxAwMjYxNTO3EGQQsrSytrG1sxdmEHFwdHJ2cXUTZRBz9/D08vbxFWeQ8PMPCAwKDpFkkAoNC4+IjIqWZpCRlZOPiY2LV2BQVGJQTkhMUlEFWaOmrqGpxQAAyg0S9Dq+VPYAAAAASUVORK5CYII=')",
6
6
  "background-repeat: no-repeat",