@realsee/dnalogel 3.67.7-alpha.1 → 3.67.7-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 (528) hide show
  1. package/CHANGELOG.md +2 -3
  2. package/dist/CSS3DRenderPlugin/Controller.d.ts +1 -2
  3. package/dist/CSS3DRenderPlugin/index.d.ts +2 -5
  4. package/dist/CSS3DRenderPlugin/typing.d.ts +1 -5
  5. package/dist/GuideLinePlugin/Controller.d.ts +2 -8
  6. package/dist/GuideLinePlugin/typing.d.ts +0 -10
  7. package/dist/MeasurePlugin/Controller.d.ts +55 -0
  8. package/dist/ModelChassisCompassPlugin/Plugin.d.ts +0 -1
  9. package/dist/ModelEntryDoorGuidePlugin/Plugin.d.ts +0 -1
  10. package/dist/PanoSpatialTagPlugin/Plugin.d.ts +0 -5
  11. package/dist/PanoTagPlugin/controller/index.d.ts +0 -10
  12. package/dist/PanoTagPlugin/utils/tag/format.d.ts +1 -1
  13. package/dist/floorplan/PanoFloorplanRadarPlugin/typing.d.ts +0 -9
  14. package/dist/floorplan/typings/index.d.ts +0 -2
  15. package/dist/index.cjs.js +98 -87
  16. package/dist/index.js +14361 -14077
  17. package/dist/index.umd.js +91 -80
  18. package/dist/shared-utils/index.d.ts +0 -1
  19. package/docs/assets/navigation.js +1 -1
  20. package/docs/assets/search.js +1 -1
  21. package/docs/classes/AreaMakerPluginType.AreaMakerController.html +2 -2
  22. package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +2 -2
  23. package/docs/classes/CSS3DRender.html +2 -2
  24. package/docs/classes/GuideLineItem.GuideLineItem.html +2 -2
  25. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +26 -26
  26. package/docs/classes/ModelMakerPluginInstance.html +2 -2
  27. package/docs/classes/ModelMakerPluginType.ModelMakerBoxItem.html +2 -2
  28. package/docs/classes/ModelMakerPluginType.ModelMakerPolygonItem.html +2 -2
  29. package/docs/classes/ModelMakerPluginType.ModelMakerPrismItem.html +2 -2
  30. package/docs/classes/ModelRoomLabelController.html +2 -2
  31. package/docs/classes/MoveController.html +2 -2
  32. package/docs/classes/Object3DHelperController.html +2 -2
  33. package/docs/classes/PaintBrush.html +2 -2
  34. package/docs/classes/PanoMeasurePluginLine.html +2 -2
  35. package/docs/classes/PanoMeasurePluginModel.html +2 -2
  36. package/docs/classes/PanoMeasurePluginPoint.html +2 -2
  37. package/docs/classes/PanoMeasurePluginPolyline.html +2 -2
  38. package/docs/classes/PanoTagPluginController.html +30 -30
  39. package/docs/classes/Sculpt.html +2 -2
  40. package/docs/classes/Util.BetterTween.html +2 -2
  41. package/docs/classes/Util.FiveDomEvents.html +2 -2
  42. package/docs/classes/Util.FivePuppet.html +2 -2
  43. package/docs/classes/Util.Interval.html +2 -2
  44. package/docs/classes/Util.LegacyPointHelper.html +2 -2
  45. package/docs/classes/Util.LightTag.html +2 -2
  46. package/docs/classes/Util.LineSegments.html +2 -2
  47. package/docs/classes/Util.Magnifier.html +2 -2
  48. package/docs/classes/Util.Object3D.html +2 -2
  49. package/docs/classes/Util.PointDomHelper.html +2 -2
  50. package/docs/classes/Util.PointHelper.html +2 -2
  51. package/docs/classes/Util.PointSelector.html +2 -2
  52. package/docs/classes/Util.PointSelectorHelper.html +2 -2
  53. package/docs/classes/Util.Rectangle.html +2 -2
  54. package/docs/classes/Util.sculpt.BaseEditor.html +2 -2
  55. package/docs/classes/Util.sculpt.BoxMesh.html +2 -2
  56. package/docs/classes/Util.sculpt.BoxMeshEditor.html +2 -2
  57. package/docs/classes/Util.sculpt.CircleMesh.html +2 -2
  58. package/docs/classes/Util.sculpt.CircleMeshEditor.html +2 -2
  59. package/docs/classes/Util.sculpt.CircleWithEdgeMesh.html +2 -2
  60. package/docs/classes/Util.sculpt.CylinderMesh.html +2 -2
  61. package/docs/classes/Util.sculpt.CylinderMeshEditor.html +2 -2
  62. package/docs/classes/Util.sculpt.LineMesh.html +2 -2
  63. package/docs/classes/Util.sculpt.PointMesh.html +2 -2
  64. package/docs/classes/Util.sculpt.PolygonMesh.html +2 -2
  65. package/docs/classes/Util.sculpt.PrismMesh.html +2 -2
  66. package/docs/classes/Util.sculpt.PrismMeshEditor.html +2 -2
  67. package/docs/classes/Util.sculpt.RectangleMesh.html +2 -2
  68. package/docs/classes/Util.sculpt.RectangleMeshEditor.html +2 -2
  69. package/docs/classes/Util.sculpt.RectangleWithEdgeMesh.html +2 -2
  70. package/docs/classes/WalkController.html +2 -2
  71. package/docs/enums/CameraMovementEffect.html +2 -2
  72. package/docs/enums/ContentType.html +2 -2
  73. package/docs/enums/DIRECTION.html +2 -2
  74. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +2 -2
  75. package/docs/enums/DimensionType.html +2 -2
  76. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +2 -2
  77. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +2 -2
  78. package/docs/enums/PaintBrushTypeEnum.html +2 -2
  79. package/docs/enums/PointType.html +2 -2
  80. package/docs/enums/Rotation.html +2 -2
  81. package/docs/functions/AreaMakerPlugin.html +1 -1
  82. package/docs/functions/CSS3DRenderPlugin.html +1 -1
  83. package/docs/functions/CameraMovementPlugin.html +2 -2
  84. package/docs/functions/CruisePlugin.html +1 -1
  85. package/docs/functions/CurrentPanoImagePlugin.html +1 -1
  86. package/docs/functions/GuideLinePlugin.html +1 -1
  87. package/docs/functions/ItemLabelPlugin.html +1 -1
  88. package/docs/functions/MapviewFloorplanPlugin.html +1 -1
  89. package/docs/functions/MeasurePlugin.html +1 -1
  90. package/docs/functions/ModelChassisCompassPlugin.html +2 -2
  91. package/docs/functions/ModelEntryDoorGuidePlugin.html +2 -2
  92. package/docs/functions/ModelFloorplanPlugin.html +1 -1
  93. package/docs/functions/ModelItemLabelPlugin.html +1 -1
  94. package/docs/functions/ModelMakerPlugin.html +1 -1
  95. package/docs/functions/ModelRoomLabelPlugin.html +1 -1
  96. package/docs/functions/ModelTVVideoPlugin.html +1 -1
  97. package/docs/functions/ModelViewPlugin.html +2 -2
  98. package/docs/functions/MovePlugin.html +1 -1
  99. package/docs/functions/Object3DHelperPlugin.html +1 -1
  100. package/docs/functions/PanoCompassPlugin.html +1 -1
  101. package/docs/functions/PanoCursorRaycasterPlugin.html +2 -2
  102. package/docs/functions/PanoDoorLabelPlugin.html +1 -1
  103. package/docs/functions/PanoFloorplanRadarPlugin.html +1 -1
  104. package/docs/functions/PanoMeasurePlugin.html +1 -1
  105. package/docs/functions/PanoRulerPlugin.html +2 -2
  106. package/docs/functions/PanoRulerProPlugin.html +2 -2
  107. package/docs/functions/PanoSpatialTagPlugin.html +2 -2
  108. package/docs/functions/PanoTagPlugin.html +1 -1
  109. package/docs/functions/PanoVideoPlugin.html +2 -2
  110. package/docs/functions/PipelinePlugin.html +1 -1
  111. package/docs/functions/SculptPlugin.html +2 -2
  112. package/docs/functions/SculptPluginForFive.html +2 -2
  113. package/docs/functions/TopviewFloorplanPlugin.html +1 -1
  114. package/docs/functions/Util.absoluteUrl.html +2 -2
  115. package/docs/functions/Util.awaitNextFrame.html +1 -1
  116. package/docs/functions/Util.blink.html +2 -2
  117. package/docs/functions/Util.bounding.html +1 -1
  118. package/docs/functions/Util.boundingBox.html +1 -1
  119. package/docs/functions/Util.boundingSphere.html +1 -1
  120. package/docs/functions/Util.boxVertex.html +2 -2
  121. package/docs/functions/Util.boxVertexes.html +1 -1
  122. package/docs/functions/Util.checkFiveModelLoaded.html +2 -2
  123. package/docs/functions/Util.convexHull.html +2 -2
  124. package/docs/functions/Util.equal.html +2 -2
  125. package/docs/functions/Util.fiveModelIsLoaded.html +2 -2
  126. package/docs/functions/Util.getCoordsFromClient.html +1 -1
  127. package/docs/functions/Util.getCoordsFromElement.html +1 -1
  128. package/docs/functions/Util.getFrameTime.html +2 -2
  129. package/docs/functions/Util.getIntersectFromRelativePosition.html +1 -1
  130. package/docs/functions/Util.getRaycasterFromFivePointer.html +1 -1
  131. package/docs/functions/Util.initialCSS3DRender.html +1 -1
  132. package/docs/functions/Util.inside.html +1 -1
  133. package/docs/functions/Util.isAbsoluteURL.html +1 -1
  134. package/docs/functions/Util.isModelLike.html +1 -1
  135. package/docs/functions/Util.isNil.html +2 -2
  136. package/docs/functions/Util.isPanoramaLike.html +1 -1
  137. package/docs/functions/Util.lookObject.html +2 -2
  138. package/docs/functions/Util.lookPoint.html +2 -2
  139. package/docs/functions/Util.nextFrame.html +1 -1
  140. package/docs/functions/Util.notNil.html +2 -2
  141. package/docs/functions/Util.reblink.html +2 -2
  142. package/docs/functions/Util.requestAnimationFrameInterval.html +2 -2
  143. package/docs/functions/Util.sculpt.createBox.html +1 -1
  144. package/docs/functions/Util.sculpt.createCircle.html +1 -1
  145. package/docs/functions/Util.sculpt.createCylinder.html +1 -1
  146. package/docs/functions/Util.sculpt.createLine.html +2 -2
  147. package/docs/functions/Util.sculpt.createPoint.html +1 -1
  148. package/docs/functions/Util.sculpt.createPolygon.html +1 -1
  149. package/docs/functions/Util.sculpt.createPrism.html +1 -1
  150. package/docs/functions/Util.sculpt.createRectangle.html +2 -2
  151. package/docs/functions/Util.tag.html +1 -1
  152. package/docs/functions/Util.tweenProgress.html +1 -1
  153. package/docs/functions/Util.uuid.html +2 -2
  154. package/docs/functions/Util.waitFiveModelLoaded.html +2 -2
  155. package/docs/functions/Util.worldBounding.html +1 -1
  156. package/docs/functions/Util.worldBoundingBox.html +1 -1
  157. package/docs/functions/Util.worldBoundingSphere.html +1 -1
  158. package/docs/functions/createPolyline.html +2 -2
  159. package/docs/functions/pluginFlag.html +1 -1
  160. package/docs/hierarchy.html +1 -1
  161. package/docs/index.html +2 -2
  162. package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +2 -2
  163. package/docs/interfaces/AreaMakerPluginType.Config.html +2 -2
  164. package/docs/interfaces/AreaMakerPluginType.EventMap.html +2 -2
  165. package/docs/interfaces/AreaMakerPluginType.Params.html +2 -2
  166. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +2 -2
  167. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +2 -2
  168. package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +2 -2
  169. package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +2 -2
  170. package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +2 -2
  171. package/docs/interfaces/AreaMakerPluginType.State.html +2 -2
  172. package/docs/interfaces/CSS3DRenderPluginEventMap.html +4 -4
  173. package/docs/interfaces/CSS3DRenderPluginState.html +3 -3
  174. package/docs/interfaces/CameraMovementPluginExportType.html +2 -2
  175. package/docs/interfaces/ContentTypeMapInterface.html +2 -2
  176. package/docs/interfaces/CruisePluginTypes.Config.html +2 -2
  177. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +2 -2
  178. package/docs/interfaces/CruisePluginTypes.EventMap.html +2 -2
  179. package/docs/interfaces/CruisePluginTypes.GuildLineConfig.html +2 -2
  180. package/docs/interfaces/CruisePluginTypes.MoveAction.html +2 -2
  181. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +2 -2
  182. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +2 -2
  183. package/docs/interfaces/CruisePluginTypes.PluginData.html +2 -2
  184. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +2 -2
  185. package/docs/interfaces/CruisePluginTypes.PluginState.html +2 -2
  186. package/docs/interfaces/CurrentPanoImagePluginType.Config.html +2 -2
  187. package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +2 -2
  188. package/docs/interfaces/CurrentPanoImagePluginType.Params.html +2 -2
  189. package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +2 -2
  190. package/docs/interfaces/CurrentPanoImagePluginType.State.html +2 -2
  191. package/docs/interfaces/FloorplanBounding.html +2 -2
  192. package/docs/interfaces/FloorplanData.html +2 -2
  193. package/docs/interfaces/FloorplanEntrance.html +2 -2
  194. package/docs/interfaces/FloorplanExtraObject.html +2 -2
  195. package/docs/interfaces/FloorplanExtraObject3D.html +2 -2
  196. package/docs/interfaces/FloorplanFloorData.html +2 -2
  197. package/docs/interfaces/FloorplanImagePosition.html +2 -2
  198. package/docs/interfaces/FloorplanObserver.html +2 -2
  199. package/docs/interfaces/FloorplanOutlineItem.html +2 -2
  200. package/docs/interfaces/FloorplanPosition.html +2 -2
  201. package/docs/interfaces/FloorplanRoomItem.html +2 -2
  202. package/docs/interfaces/FloorplanRoomLabelItem.html +2 -2
  203. package/docs/interfaces/FloorplanServerBounding.html +2 -2
  204. package/docs/interfaces/FloorplanServerComputedData.html +2 -2
  205. package/docs/interfaces/FloorplanServerData.html +2 -2
  206. package/docs/interfaces/FloorplanServerDoorItem.html +2 -2
  207. package/docs/interfaces/FloorplanServerDoorPosition.html +2 -2
  208. package/docs/interfaces/FloorplanServerEntrance.html +2 -2
  209. package/docs/interfaces/FloorplanServerFloorData.html +2 -2
  210. package/docs/interfaces/FloorplanServerImagePosition.html +2 -2
  211. package/docs/interfaces/FloorplanServerObserver.html +2 -2
  212. package/docs/interfaces/FloorplanServerOutlineItem.html +2 -2
  213. package/docs/interfaces/FloorplanServerPosition.html +2 -2
  214. package/docs/interfaces/FloorplanServerRoomItem.html +2 -2
  215. package/docs/interfaces/FloorplanServerRoomLabelItem.html +2 -2
  216. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +2 -2
  217. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +3 -3
  218. package/docs/interfaces/GuideLinePluginType.EventMap.html +2 -2
  219. package/docs/interfaces/GuideLinePluginType.ExtraRouteData.html +2 -2
  220. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +5 -5
  221. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +2 -2
  222. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +12 -17
  223. package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +3 -3
  224. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +2 -2
  225. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +16 -21
  226. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +2 -2
  227. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +20 -25
  228. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +1 -1
  229. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +2 -2
  230. package/docs/interfaces/GuideLinePluginType.PluginState.html +2 -2
  231. package/docs/interfaces/GuideLinePluginType.Route.html +2 -2
  232. package/docs/interfaces/HelperOffset.html +2 -2
  233. package/docs/interfaces/ImagePlaneGroup.html +2 -2
  234. package/docs/interfaces/ItemLabelPluginData.html +2 -2
  235. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +2 -2
  236. package/docs/interfaces/ItemLabelPluginParametersType.html +2 -2
  237. package/docs/interfaces/MinMax.html +2 -2
  238. package/docs/interfaces/ModelChassisCompassPluginData.html +2 -2
  239. package/docs/interfaces/ModelChassisCompassPluginExportType.html +2 -2
  240. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +2 -3
  241. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +2 -2
  242. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +2 -2
  243. package/docs/interfaces/ModelItemLabelPluginData.html +2 -2
  244. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +2 -2
  245. package/docs/interfaces/ModelItemLabelPluginParametersType.html +2 -2
  246. package/docs/interfaces/ModelMakerPluginType.BoxItemObjectData.html +2 -2
  247. package/docs/interfaces/ModelMakerPluginType.EventMap.html +2 -2
  248. package/docs/interfaces/ModelMakerPluginType.PrismItemObjectData.html +2 -2
  249. package/docs/interfaces/ModelMakerPluginType.ServerBaseItem.html +2 -2
  250. package/docs/interfaces/ModelMakerPluginType.ServerBoxItem.html +2 -2
  251. package/docs/interfaces/ModelMakerPluginType.ServerData.html +2 -2
  252. package/docs/interfaces/ModelMakerPluginType.ServerPrismItem.html +2 -2
  253. package/docs/interfaces/ModelMakerPluginType.ServerTrianglesItem.html +2 -2
  254. package/docs/interfaces/ModelMakerPluginType.State.html +2 -2
  255. package/docs/interfaces/ModelMakerPluginType.TrianglesItemObjectData.html +2 -2
  256. package/docs/interfaces/ModelRoomLabelPluginData.html +2 -2
  257. package/docs/interfaces/ModelTVVideoPluginData.html +2 -2
  258. package/docs/interfaces/ModelTVVideoPluginExportType.html +2 -2
  259. package/docs/interfaces/ModelTVVideoPluginParameterType.html +2 -2
  260. package/docs/interfaces/ModelViewPluginExportType.html +2 -2
  261. package/docs/interfaces/Object3DHelperState.html +2 -2
  262. package/docs/interfaces/ObjectHelperControllers.html +2 -2
  263. package/docs/interfaces/PaintBrushAction.html +2 -2
  264. package/docs/interfaces/PaintBrushConfigs.html +2 -2
  265. package/docs/interfaces/PaintBrushState.html +2 -2
  266. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +2 -2
  267. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +1 -1
  268. package/docs/interfaces/PanoMeasureParameterType.html +2 -2
  269. package/docs/interfaces/PanoMeasurePluginLineJson.html +2 -2
  270. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +2 -2
  271. package/docs/interfaces/PanoMeasurePluginPointJson.html +2 -2
  272. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +2 -2
  273. package/docs/interfaces/PanoRulerPluginExportType.html +2 -2
  274. package/docs/interfaces/PanoRulerPluginOptions.html +2 -2
  275. package/docs/interfaces/PanoRulerPluginParameterType.html +2 -2
  276. package/docs/interfaces/PanoRulerProPluginExportType.html +2 -2
  277. package/docs/interfaces/PanoRulerProPluginOptions.html +2 -2
  278. package/docs/interfaces/PanoRulerProPluginParameterType.html +2 -2
  279. package/docs/interfaces/PanoRulerProPluginState.html +2 -2
  280. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +1 -1
  281. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +1 -1
  282. package/docs/interfaces/PanoSpatialTagPluginData.html +2 -2
  283. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +2 -2
  284. package/docs/interfaces/PanoSpatialTagPluginExportType.html +2 -2
  285. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +2 -2
  286. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +2 -7
  287. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +2 -2
  288. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +2 -2
  289. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +2 -2
  290. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +2 -2
  291. package/docs/interfaces/PanoVideoPluginType.PluginData.html +2 -2
  292. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +2 -2
  293. package/docs/interfaces/PanoVideoPluginType.PluginState.html +2 -2
  294. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +2 -2
  295. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +2 -2
  296. package/docs/interfaces/PluginEventMap.html +2 -2
  297. package/docs/interfaces/Point.html +2 -2
  298. package/docs/interfaces/Room.html +2 -2
  299. package/docs/interfaces/RoomInfo.html +2 -2
  300. package/docs/interfaces/RoomLabel.html +2 -2
  301. package/docs/interfaces/RoomRules.html +1 -1
  302. package/docs/interfaces/Rooms.html +1 -1
  303. package/docs/interfaces/Scissor.html +2 -2
  304. package/docs/interfaces/SculptConfig.html +2 -2
  305. package/docs/interfaces/State.html +2 -2
  306. package/docs/interfaces/TagCacheInterface.html +2 -2
  307. package/docs/interfaces/TagConfig.html +2 -2
  308. package/docs/interfaces/TagGLTFObjectGroup.html +2 -2
  309. package/docs/interfaces/TagIconUrl.html +2 -2
  310. package/docs/interfaces/TagObjectGroup.html +2 -2
  311. package/docs/interfaces/TagState.html +2 -2
  312. package/docs/interfaces/TagStyle.html +2 -2
  313. package/docs/interfaces/Tags.html +2 -2
  314. package/docs/interfaces/TemporaryState.html +2 -2
  315. package/docs/interfaces/Util.AnimeInstance.html +2 -2
  316. package/docs/interfaces/Util.BlinkAnimeOptions.html +2 -2
  317. package/docs/interfaces/Util.EventHandlerConfig.html +2 -2
  318. package/docs/interfaces/Util.FiveDomEvent.html +2 -2
  319. package/docs/interfaces/Util.FiveDomEventMap.html +2 -2
  320. package/docs/interfaces/Util.LegacyMouseGroupParameter.html +2 -2
  321. package/docs/interfaces/Util.MagnifierParameter.html +2 -2
  322. package/docs/interfaces/Util.MouseGroupParameter.html +2 -2
  323. package/docs/interfaces/Util.PointIntersection.html +2 -2
  324. package/docs/interfaces/Util.PointSelectorHelperConfig.html +2 -2
  325. package/docs/interfaces/Util.ReBlinkAnimeOptions.html +2 -2
  326. package/docs/modules/AreaMakerPluginType.html +2 -2
  327. package/docs/modules/CruisePluginTypes.html +2 -2
  328. package/docs/modules/CurrentPanoImagePluginType.html +2 -2
  329. package/docs/modules/GuideLineItem.html +2 -2
  330. package/docs/modules/GuideLineModeItem.html +2 -2
  331. package/docs/modules/GuideLinePluginType.html +2 -2
  332. package/docs/modules/ModelMakerPluginType.html +2 -2
  333. package/docs/modules/PanoVideoPluginType.html +2 -2
  334. package/docs/modules/SculptData.html +2 -2
  335. package/docs/modules/SculptType.html +2 -2
  336. package/docs/modules/Util.html +2 -6
  337. package/docs/modules/Util.sculpt.html +2 -2
  338. package/docs/modules.html +2 -3
  339. package/docs/types/AddObject3DHelperConfig.html +2 -2
  340. package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +2 -2
  341. package/docs/types/AreaMakerPluginType.ItemRenderer.html +1 -1
  342. package/docs/types/AreaMakerPluginType.PluginData.html +2 -2
  343. package/docs/types/AreaMakerPluginType.ServerData.html +2 -2
  344. package/docs/types/ArrayPosition.html +1 -1
  345. package/docs/types/AudioAppearance.html +1 -1
  346. package/docs/types/CSS3DRenderExportType.html +1 -1
  347. package/docs/types/CSS3DRenderPluginExportType.html +1 -1
  348. package/docs/types/CSS3DRenderPluginParameterType.html +1 -1
  349. package/docs/types/ClassFunctionParameters.html +1 -1
  350. package/docs/types/Color.html +1 -1
  351. package/docs/types/ContentTypeConfigKey.html +1 -1
  352. package/docs/types/ContentTypeConfigKeySplit.html +1 -1
  353. package/docs/types/ContentTypeMap.html +1 -1
  354. package/docs/types/Create3DDomContainerReturnType.html +1 -1
  355. package/docs/types/Create3DElementReturnType.html +1 -1
  356. package/docs/types/CruisePluginExportType.html +1 -1
  357. package/docs/types/CruisePluginTypes.CruiseData.html +2 -2
  358. package/docs/types/CruisePluginTypes.MoveEffect.html +1 -1
  359. package/docs/types/CurrentPanoImagePluginExportType.html +1 -1
  360. package/docs/types/DeprecatedMediaPlaneProperty.html +2 -2
  361. package/docs/types/DeprecatedTagProperty.html +2 -2
  362. package/docs/types/Direction-1.html +1 -1
  363. package/docs/types/Direction4.html +1 -1
  364. package/docs/types/ElementRenderer.html +2 -2
  365. package/docs/types/FloorplanRuleLabels.html +2 -2
  366. package/docs/types/FloorplanServerRuleLabels.html +1 -1
  367. package/docs/types/GuideLinePluginExportType.html +1 -1
  368. package/docs/types/GuideLinePluginType.GuideLineItem.html +2 -2
  369. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +1 -1
  370. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +1 -1
  371. package/docs/types/GuideLinePluginType.GuideLineStyle.html +2 -2
  372. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +2 -2
  373. package/docs/types/GuideLinePluginType.PathItem.html +2 -2
  374. package/docs/types/GuideLinePluginType.PluginData.html +2 -2
  375. package/docs/types/GuideLinePluginType.RouteConfig.html +2 -2
  376. package/docs/types/HelperEventMap.html +1 -1
  377. package/docs/types/InternalHelperEventMap.html +1 -1
  378. package/docs/types/MapviewFloorplanPluginParameterType.html +1 -1
  379. package/docs/types/MapviewFloorplanPluginReturnType.html +1 -1
  380. package/docs/types/MeasurePluginConfig.html +1 -1
  381. package/docs/types/MediaData.html +2 -2
  382. package/docs/types/MediaStore.html +1 -1
  383. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +1 -1
  384. package/docs/types/ModelFloorplanPluginParameterType.html +1 -1
  385. package/docs/types/ModelFloorplanPluginReturnType.html +1 -1
  386. package/docs/types/ModelId.html +1 -1
  387. package/docs/types/ModelMakerPluginType.ElementRenderer.html +1 -1
  388. package/docs/types/ModelMakerPluginType.ItemType.html +2 -2
  389. package/docs/types/ModelMakerPluginType.MarkerItem.html +1 -1
  390. package/docs/types/ModelMakerPluginType.ServerItem.html +2 -2
  391. package/docs/types/ModelRoomLabelPluginParameters.html +1 -1
  392. package/docs/types/ModelRoomLabelPluginReturnType.html +1 -1
  393. package/docs/types/MoveArgs.html +2 -2
  394. package/docs/types/MoveOpts.html +2 -2
  395. package/docs/types/Object3DHelperEventMap.html +1 -1
  396. package/docs/types/ObjectFit.html +1 -1
  397. package/docs/types/PaintBrushEventMap.html +1 -1
  398. package/docs/types/PanoCompassPluginData.html +1 -1
  399. package/docs/types/PanoCompassPluginExportType.html +1 -1
  400. package/docs/types/PanoCompassPluginParameterType.html +1 -1
  401. package/docs/types/PanoFloorplanRadarPluginParameterType.html +1 -1
  402. package/docs/types/PanoFloorplanRadarPluginReturnType.html +1 -1
  403. package/docs/types/PanoIndex.html +1 -1
  404. package/docs/types/PanoMeasurePluginEvent.html +1 -1
  405. package/docs/types/PanoMeasureReturnType.html +1 -1
  406. package/docs/types/PanoSpatialTagPluginId.html +1 -1
  407. package/docs/types/PanoTagPluginExportInterface.html +1 -1
  408. package/docs/types/PanoTagPluginParamsInterface.html +1 -1
  409. package/docs/types/PanoVideoPluginParameterType.html +1 -1
  410. package/docs/types/PanoVideoPluginReturnType.html +1 -1
  411. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +2 -2
  412. package/docs/types/PipelinePluginParameterType.html +1 -1
  413. package/docs/types/PipelinePluginReturnType.html +1 -1
  414. package/docs/types/PlaneTag.html +2 -2
  415. package/docs/types/Point2DTag.html +2 -2
  416. package/docs/types/Point3DTag.html +2 -2
  417. package/docs/types/PointTagInstance.html +1 -1
  418. package/docs/types/Position.html +1 -1
  419. package/docs/types/PositionFrom.html +1 -1
  420. package/docs/types/RotateArgs.html +2 -2
  421. package/docs/types/RotateOpts.html +2 -2
  422. package/docs/types/RuleLabelsKey.html +1 -1
  423. package/docs/types/RuleLabelsValue.html +1 -1
  424. package/docs/types/ScaleCallback.html +1 -1
  425. package/docs/types/ScalePosition.html +2 -2
  426. package/docs/types/SculptData.BoxData.html +1 -1
  427. package/docs/types/SculptData.CircleData.html +1 -1
  428. package/docs/types/SculptData.CylinderData.html +1 -1
  429. package/docs/types/SculptData.PointData.html +1 -1
  430. package/docs/types/SculptData.PolygonData.html +1 -1
  431. package/docs/types/SculptData.PolylineData.html +1 -1
  432. package/docs/types/SculptData.PrismData.html +1 -1
  433. package/docs/types/SculptData.RectangleData.html +1 -1
  434. package/docs/types/SculptType.Theme.html +2 -2
  435. package/docs/types/StickType.html +1 -1
  436. package/docs/types/Tag.html +2 -2
  437. package/docs/types/Tag2D.html +2 -2
  438. package/docs/types/Tag3D.html +2 -2
  439. package/docs/types/TagClickParams.html +1 -1
  440. package/docs/types/TagConfigByKey.html +1 -1
  441. package/docs/types/TagContentType.html +1 -1
  442. package/docs/types/TagContentTypeMapping.html +1 -1
  443. package/docs/types/TagDimensionType.html +1 -1
  444. package/docs/types/TagElement.html +2 -2
  445. package/docs/types/TagEvents.html +1 -1
  446. package/docs/types/TagGLTFObject.html +1 -1
  447. package/docs/types/TagHooks.html +1 -1
  448. package/docs/types/TagId.html +1 -1
  449. package/docs/types/TagInstance.html +1 -1
  450. package/docs/types/TagPlacement.html +2 -2
  451. package/docs/types/TagPointType.html +2 -2
  452. package/docs/types/TagRendererMap.html +1 -1
  453. package/docs/types/TopviewFloorplanPluginParameterType.html +1 -1
  454. package/docs/types/TopviewFloorplanPluginReturnType.html +1 -1
  455. package/docs/types/Util.ActionIfNoIntersection.html +1 -1
  456. package/docs/types/Util.AdherePoint.html +2 -2
  457. package/docs/types/Util.PointSelectorConfig.html +1 -1
  458. package/docs/types/WorkCode.html +1 -1
  459. package/docs/variables/FLOOR_TYPE_MAP.html +2 -2
  460. package/docs/variables/PLUGIN.html +1 -1
  461. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +2 -2
  462. package/docs/variables/ROOM_TYPE_MAP.html +2 -2
  463. package/docs/variables/Util.animeMap.html +1 -1
  464. package/docs/variables/defaultGlobalConfig.html +1 -1
  465. package/docs/variables/itemLabelPluginServerParams.html +1 -1
  466. package/docs/variables/modelItemLabelPluginServerParams.html +1 -1
  467. package/docs/variables/modelRoomLabelPluginServerParams.html +1 -1
  468. package/libs/CSS3DRenderPlugin/Controller.d.ts +1 -2
  469. package/libs/CSS3DRenderPlugin/Controller.js +8 -8
  470. package/libs/CSS3DRenderPlugin/index.d.ts +2 -5
  471. package/libs/CSS3DRenderPlugin/index.js +4 -6
  472. package/libs/CSS3DRenderPlugin/typing.d.ts +1 -5
  473. package/libs/CruisePlugin/Move.js +2 -3
  474. package/libs/CruisePlugin/Work.js +2 -3
  475. package/libs/CruisePlugin/index.js +6 -7
  476. package/libs/CurrentPanoImagePlugin/Controller.js +30 -34
  477. package/libs/GuideLinePlugin/Controller.d.ts +2 -8
  478. package/libs/GuideLinePlugin/Controller.js +54 -59
  479. package/libs/GuideLinePlugin/GuideLineItem/index.js +28 -28
  480. package/libs/GuideLinePlugin/GuideLineItem.js +2 -3
  481. package/libs/GuideLinePlugin/GuideLineModeItem/index.js +51 -54
  482. package/libs/GuideLinePlugin/GuideLineModeItem.js +2 -3
  483. package/libs/GuideLinePlugin/index.js +6 -7
  484. package/libs/GuideLinePlugin/typing.d.ts +0 -10
  485. package/libs/MeasurePlugin/Controller.d.ts +55 -0
  486. package/libs/MeasurePlugin/Controller.js +509 -153
  487. package/libs/ModelChassisCompassPlugin/Plugin.d.ts +0 -1
  488. package/libs/ModelChassisCompassPlugin/Plugin.js +45 -112
  489. package/libs/ModelChassisCompassPlugin/index.js +0 -64
  490. package/libs/ModelEntryDoorGuidePlugin/Plugin.d.ts +0 -1
  491. package/libs/ModelEntryDoorGuidePlugin/Plugin.js +60 -128
  492. package/libs/ModelEntryDoorGuidePlugin/index.js +0 -64
  493. package/libs/PanoSpatialTagPlugin/Components/tag.js +110 -115
  494. package/libs/PanoSpatialTagPlugin/Plugin.d.ts +0 -5
  495. package/libs/PanoSpatialTagPlugin/Plugin.js +108 -111
  496. package/libs/PanoSpatialTagPlugin/index.js +0 -1
  497. package/libs/PanoTagPlugin/Components/Tag/index.js +2 -3
  498. package/libs/PanoTagPlugin/Components/TagContainer.js +2 -3
  499. package/libs/PanoTagPlugin/Components/TagItem.js +2 -3
  500. package/libs/PanoTagPlugin/controller/Tag/BaseTag.js +2 -3
  501. package/libs/PanoTagPlugin/controller/Tag/ModelTag.js +2 -3
  502. package/libs/PanoTagPlugin/controller/Tag/PlaneTag.js +27 -28
  503. package/libs/PanoTagPlugin/controller/Tag/PointTag.js +2 -3
  504. package/libs/PanoTagPlugin/controller/index.d.ts +0 -10
  505. package/libs/PanoTagPlugin/controller/index.js +32 -35
  506. package/libs/PanoTagPlugin/index.js +32 -33
  507. package/libs/PanoTagPlugin/utils/tag/format.d.ts +1 -1
  508. package/libs/PanoTagPlugin/utils/tag/format.js +15 -83
  509. package/libs/base/BasePlugin.js +1 -1
  510. package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +72 -76
  511. package/libs/floorplan/ModelFloorplanPlugin/Controller.js +51 -54
  512. package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +38 -41
  513. package/libs/floorplan/PanoFloorplanRadarPlugin/typing.d.ts +0 -9
  514. package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +90 -93
  515. package/libs/floorplan/typings/index.d.ts +0 -2
  516. package/libs/index.js +146 -147
  517. package/libs/shared-utils/exports.js +57 -62
  518. package/libs/shared-utils/index.d.ts +0 -1
  519. package/libs/shared-utils/logger.js +1 -1
  520. package/package.json +1 -1
  521. package/dist/shared-utils/url/offlineUrlTransform.d.ts +0 -21
  522. package/docs/functions/Util.convertToLocalPath.html +0 -2
  523. package/docs/functions/Util.isCDNResource.html +0 -2
  524. package/docs/functions/Util.transformCDNUrls.html +0 -2
  525. package/docs/functions/Util.transformResponseCDNUrls.html +0 -3
  526. package/docs/interfaces/Config.html +0 -3
  527. package/libs/shared-utils/url/offlineUrlTransform.d.ts +0 -21
  528. package/libs/shared-utils/url/offlineUrlTransform.js +0 -30
@@ -1,39 +1,39 @@
1
- var C = Object.defineProperty, k = Object.defineProperties;
2
- var F = Object.getOwnPropertyDescriptors;
1
+ var C = Object.defineProperty, T = Object.defineProperties;
2
+ var x = Object.getOwnPropertyDescriptors;
3
3
  var D = Object.getOwnPropertySymbols;
4
- var H = Object.prototype.hasOwnProperty, U = Object.prototype.propertyIsEnumerable;
5
- var b = (p, l, e) => l in p ? C(p, l, { enumerable: !0, configurable: !0, writable: !0, value: e }) : p[l] = e, h = (p, l) => {
6
- for (var e in l || (l = {}))
7
- H.call(l, e) && b(p, e, l[e]);
4
+ var I = Object.prototype.hasOwnProperty, H = Object.prototype.propertyIsEnumerable;
5
+ var L = (M, v, e) => v in M ? C(M, v, { enumerable: !0, configurable: !0, writable: !0, value: e }) : M[v] = e, y = (M, v) => {
6
+ for (var e in v || (v = {}))
7
+ I.call(v, e) && L(M, e, v[e]);
8
8
  if (D)
9
- for (var e of D(l))
10
- U.call(l, e) && b(p, e, l[e]);
11
- return p;
12
- }, E = (p, l) => k(p, F(l));
13
- var i = (p, l, e) => (b(p, typeof l != "symbol" ? l + "" : l, e), e);
14
- import * as a from "three";
9
+ for (var e of D(v))
10
+ H.call(v, e) && L(M, e, v[e]);
11
+ return M;
12
+ }, P = (M, v) => T(M, x(v));
13
+ var r = (M, v, e) => (L(M, typeof v != "symbol" ? v + "" : v, e), e);
14
+ import * as g from "three";
15
15
  import "../shared-utils/tag.js";
16
16
  import "../vendor/hammerjs/hammer.js";
17
- import { Subscribe as x } from "../shared-utils/Subscribe.js";
18
- import { PointSelector as I } from "../shared-utils/three/PointSelector/index.js";
17
+ import { Subscribe as k } from "../shared-utils/Subscribe.js";
18
+ import { PointSelector as F } from "../shared-utils/three/PointSelector/index.js";
19
19
  import "../shared-utils/three/CSS3DRenderer/index.js";
20
20
  import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
21
- import { LineMesh as L } from "../Sculpt/Meshes/Line.js";
21
+ import { LineMesh as w } from "../Sculpt/Meshes/Line.js";
22
22
  import "../shared-utils/three/core/Sphere.js";
23
23
  import "../vendor/animejs/lib/anime.es.js";
24
24
  import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
25
25
  import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
26
- import { FiveDomEvents as T } from "../shared-utils/five/FiveDomEvents.js";
26
+ import { FiveDomEvents as G } from "../shared-utils/five/FiveDomEvents.js";
27
27
  import "../shared-utils/five/FivePuppet.js";
28
28
  import { MeasureMesh as _ } from "./utils/MeasureMesh.js";
29
- import { PointMesh as w } from "../Sculpt/Meshes/Point.js";
30
- import { LineWithDotsMesh as V } from "../Sculpt/Meshes/LineWithDots.js";
31
- import { hotkeys as m } from "../vendor/hotkeys-js/dist/hotkeys.esm.js";
32
- import { PolygonMesh as R } from "../Sculpt/Meshes/Polygon.js";
33
- import { validatePolygon as z } from "./utils/validatePolygon.js";
34
- import { IObject3D as A } from "../shared-utils/three/IObject3D.js";
35
- import { Cursor as B } from "../Sculpt/utils/Modules/Cursor.js";
36
- import { THREERaycaster as N } from "../shared-utils/three/core/Raycaster.js";
29
+ import { PointMesh as R } from "../Sculpt/Meshes/Point.js";
30
+ import { LineWithDotsMesh as U } from "../Sculpt/Meshes/LineWithDots.js";
31
+ import { hotkeys as E } from "../vendor/hotkeys-js/dist/hotkeys.esm.js";
32
+ import { PolygonMesh as V } from "../Sculpt/Meshes/Polygon.js";
33
+ import { validatePolygon as X } from "./utils/validatePolygon.js";
34
+ import { IObject3D as Y } from "../shared-utils/three/IObject3D.js";
35
+ import { Cursor as z } from "../Sculpt/utils/Modules/Cursor.js";
36
+ import { THREERaycaster as B } from "../shared-utils/three/core/Raycaster.js";
37
37
  import "../shared-utils/positionToVector3.js";
38
38
  import "../shared-utils/five/vector3ToScreen.js";
39
39
  import "../shared-utils/five/getFiveModel.js";
@@ -94,23 +94,31 @@ import "../shared-utils/three/geometryUtil.js";
94
94
  import "../shared-utils/three/vectorIsEqual.js";
95
95
  import "../Sculpt/utils/Modules/DeleteButtonBgBorder.js";
96
96
  import "../Sculpt/utils/Modules/DeleteIconSVG.js";
97
- class gt extends x {
97
+ class yt extends k {
98
98
  constructor(e, t) {
99
99
  super();
100
- i(this, "name", "MeasurePlugin");
101
- i(this, "currentMeasureMesh");
102
- i(this, "five");
103
- i(this, "group");
104
- i(this, "_pointSelector");
105
- i(this, "_fiveDomEvents");
106
- i(this, "_cursor");
107
- i(this, "_config");
108
- i(this, "lineStyle", {
100
+ r(this, "name", "MeasurePlugin");
101
+ r(this, "currentMeasureMesh");
102
+ r(this, "five");
103
+ r(this, "group");
104
+ // Repositioning state
105
+ r(this, "repositioningState", null);
106
+ // Long press visual feedback
107
+ r(this, "longPressIndicator", null);
108
+ // Global cleanup function for mouse/touch listeners
109
+ r(this, "cleanupGlobalListeners");
110
+ // Global touch handler for endpoint long press
111
+ r(this, "globalTouchHandler", null);
112
+ r(this, "_pointSelector");
113
+ r(this, "_fiveDomEvents");
114
+ r(this, "_cursor");
115
+ r(this, "_config");
116
+ r(this, "lineStyle", {
109
117
  lengthEnable: !0,
110
118
  occlusionVisibility: !0,
111
119
  lengthUnit: "m"
112
120
  });
113
- i(this, "polygonStyle", {
121
+ r(this, "polygonStyle", {
114
122
  lengthEnable: !0,
115
123
  occlusionVisibility: !0,
116
124
  opacity: 0.2,
@@ -119,105 +127,105 @@ class gt extends x {
119
127
  /**
120
128
  * @description Initialize event listeners for all existing meshes
121
129
  */
122
- i(this, "initEventListeners", () => {
130
+ r(this, "initEventListeners", () => {
123
131
  this.group.children.forEach(this.addMeshEventListeners);
124
132
  });
125
133
  /**
126
134
  * @description 开始测量
127
135
  */
128
- i(this, "measure", () => {
129
- this.listener.addMeasureListener(), m.unbind("delete, backspace"), this.group.children.forEach((r) => r.unselect()), this.cursor.removeDeleteButton();
136
+ r(this, "measure", () => {
137
+ this.repositioningState && this.cancelRepositioning(), this.listener.addMeasureListener(), E.unbind("delete, backspace"), this.group.children.forEach((s) => s.unselect()), this.cursor.removeDeleteButton();
130
138
  const e = new _({
131
139
  lineStyle: this.lineStyle,
132
140
  polygonStyle: this.polygonStyle
133
141
  });
134
142
  this.currentMeasureMesh = e, e.line.setStyle({ cssStyle: "pointer-events: none;" }), this.pointSelector.actionIfNoIntersection = "disable", this.updateSelectAdsorbedHelper();
135
- const t = new w({ occlusionMode: "depthTest", occlusionVisibility: !0 }), n = new V(E(h({}, this.lineStyle), { dashed: !0, cssStyle: "pointer-events: none;" })), o = new R(this.polygonStyle), c = new L(E(h({}, this.lineStyle), {
143
+ const t = new R({ occlusionMode: "depthTest", occlusionVisibility: !0 }), o = new U(P(y({}, this.lineStyle), { dashed: !0, cssStyle: "pointer-events: none;" })), n = new V(this.polygonStyle), i = new w(P(y({}, this.lineStyle), {
136
144
  lineOpacity: 0.5,
137
145
  lineColor: 3407837,
138
146
  dashed: !0,
139
147
  cssStyle: "pointer-events: none; opacity: 0.5;"
140
- })), u = new L(E(h({}, this.lineStyle), {
148
+ })), a = new w(P(y({}, this.lineStyle), {
141
149
  lineOpacity: 0.5,
142
150
  lineColor: 3407837,
143
151
  dashed: !0,
144
152
  cssStyle: "pointer-events: none; opacity: 0.5;"
145
- })), d = new w({ occlusionMode: "depthTest", occlusionVisibility: !0, color: 3407837, opacity: 0.5 }), v = () => {
146
- t.removeFromParent(), n.removeFromParent(), o.removeFromParent(), c.removeFromParent(), u.removeFromParent(), d.removeFromParent();
153
+ })), l = new R({ occlusionMode: "depthTest", occlusionVisibility: !0, color: 3407837, opacity: 0.5 }), h = () => {
154
+ t.removeFromParent(), o.removeFromParent(), n.removeFromParent(), i.removeFromParent(), a.removeFromParent(), l.removeFromParent();
147
155
  };
148
156
  this.group.add(e);
149
- const g = (r) => {
150
- if (!r) {
151
- v();
157
+ const d = (s) => {
158
+ if (!s) {
159
+ h();
152
160
  return;
153
161
  }
154
- if (e.points.length === 0 && (this.pointSelector.actionIfNoIntersection = "disable", this.group.addIfNotExists(t), t.position.copy(r.point)), e.points.length >= 1)
155
- if (this.pointSelector.actionIfNoIntersection = "virtualPoint", t.removeFromParent(), this.group.addIfNotExists(n), n.setPoints([e.points.at(-1), r.point]), r.isAdsorbed)
156
- c.removeFromParent(), u.removeFromParent(), d.removeFromParent();
162
+ if (e.points.length === 0 && (this.pointSelector.actionIfNoIntersection = "disable", this.group.addIfNotExists(t), t.position.copy(s.point)), e.points.length >= 1)
163
+ if (this.pointSelector.actionIfNoIntersection = "virtualPoint", t.removeFromParent(), this.group.addIfNotExists(o), o.setPoints([e.points.at(-1), s.point]), s.isAdsorbed)
164
+ i.removeFromParent(), a.removeFromParent(), l.removeFromParent();
157
165
  else {
158
- const s = e.points.at(-1);
159
- if (Math.abs(r.point.y - s.y) > 0.2) {
160
- const f = new a.Vector3(r.point.x, s.y, r.point.z);
161
- c.setPoints([s, f]), u.setPoints([f, r.point]), d.position.copy(f);
166
+ const p = e.points.at(-1);
167
+ if (Math.abs(s.point.y - p.y) > 0.2) {
168
+ const m = new g.Vector3(s.point.x, p.y, s.point.z);
169
+ i.setPoints([p, m]), a.setPoints([m, s.point]), l.position.copy(m);
162
170
  } else {
163
- let f = new a.Vector3();
164
- Math.abs(r.point.x - s.x) < Math.abs(r.point.z - s.z) ? f = new a.Vector3(r.point.x, s.y, s.z) : f = new a.Vector3(s.x, s.y, r.point.z), c.setPoints([s, f]), u.setPoints([f, r.point]), d.position.copy(f);
171
+ let m = new g.Vector3();
172
+ Math.abs(s.point.x - p.x) < Math.abs(s.point.z - p.z) ? m = new g.Vector3(s.point.x, p.y, p.z) : m = new g.Vector3(p.x, p.y, s.point.z), i.setPoints([p, m]), a.setPoints([m, s.point]), l.position.copy(m);
165
173
  }
166
- this.group.addIfNotExists(c, u, d);
174
+ this.group.addIfNotExists(i, a, l);
167
175
  }
168
176
  if (e.points.length >= 2) {
169
- const s = [...e.points, r.point];
170
- z(s) ? (o.setPoints(s), this.group.addIfNotExists(o)) : o.removeFromParent();
177
+ const p = [...e.points, s.point];
178
+ X(p) ? (n.setPoints(p), this.group.addIfNotExists(n)) : n.removeFromParent();
171
179
  }
172
- }, y = (r) => {
173
- r && (v(), e.setPoints([...e.points, r.point]), this.updateSelectAdsorbedHelper(), e.isPolygon && this.pointSelector.disable());
174
- }, M = () => {
175
- var r, s;
176
- e == null || e.setPoints(e.points.slice(0, -1)), v(), (s = (r = this.pointSelector.pointSelectorHelper) == null ? void 0 : r.magnifier) == null || s.render(), this.updateSelectAdsorbedHelper(), this.five.needsRender = !0;
177
- }, P = () => {
178
- this.pointSelector.off("intersectionUpdate", g), this.pointSelector.off("select", y), this.pointSelector.off("disable", P), this.off("undo", M), e.line.setStyle({ cssStyle: "pointer-events: auto;" }), v(), e.points.length < 2 ? e.removeFromParent() : this.addMeshEventListeners(e), e.__five_pano_index = this.five.panoIndex, this.currentMeasureMesh = null, this.listener.removeMeasureListener(), this.emit("measureEnd");
180
+ }, c = (s) => {
181
+ s && (h(), e.setPoints([...e.points, s.point]), this.updateSelectAdsorbedHelper(), e.isPolygon && this.pointSelector.disable());
182
+ }, f = () => {
183
+ var s, p;
184
+ e == null || e.setPoints(e.points.slice(0, -1)), h(), (p = (s = this.pointSelector.pointSelectorHelper) == null ? void 0 : s.magnifier) == null || p.render(), this.updateSelectAdsorbedHelper(), this.five.needsRender = !0;
185
+ }, u = () => {
186
+ this.pointSelector.off("intersectionUpdate", d), this.pointSelector.off("select", c), this.pointSelector.off("disable", u), this.off("undo", f), e.line.setStyle({ cssStyle: "pointer-events: auto;" }), h(), e.points.length < 2 ? e.removeFromParent() : this.addMeshEventListeners(e), e.__five_pano_index = this.five.panoIndex, this.currentMeasureMesh = null, this.listener.removeMeasureListener(), this.emit("measureEnd");
179
187
  };
180
- this.on("undo", M), this.pointSelector.on("intersectionUpdate", g), this.pointSelector.on("select", y), this.pointSelector.on("disable", P), this.pointSelector.enable();
188
+ this.on("undo", f), this.pointSelector.on("intersectionUpdate", d), this.pointSelector.on("select", c), this.pointSelector.on("disable", u), this.pointSelector.enable();
181
189
  });
182
190
  /**
183
191
  * @description 结束测量
184
192
  */
185
- i(this, "endMeasure", () => {
193
+ r(this, "endMeasure", () => {
186
194
  this.pointSelector.disable();
187
195
  });
188
196
  /**
189
197
  * Enable or disable the display of length measurements
190
198
  * @param enable - Whether to display length measurements
191
199
  */
192
- i(this, "setLengthEnable", (e) => {
200
+ r(this, "setLengthEnable", (e) => {
193
201
  this.lineStyle.lengthEnable = e, this.polygonStyle.lengthEnable = e, this.group.children.forEach((t) => {
194
202
  t.changeConfig({
195
- lineStyle: h({}, this.lineStyle),
196
- polygonStyle: h({}, this.polygonStyle)
203
+ lineStyle: y({}, this.lineStyle),
204
+ polygonStyle: y({}, this.polygonStyle)
197
205
  }), this.addMeshEventListeners(t);
198
206
  }), this.currentMeasureMesh && this.currentMeasureMesh.changeConfig({
199
- lineStyle: h({}, this.lineStyle),
200
- polygonStyle: h({}, this.polygonStyle)
207
+ lineStyle: y({}, this.lineStyle),
208
+ polygonStyle: y({}, this.polygonStyle)
201
209
  }), this.five.needsRender = !0;
202
210
  });
203
211
  /**
204
212
  * Switch the measurement unit without resetting the plugin
205
213
  * @param unit - The new unit to use ('m' for metric or 'ft' for imperial)
206
214
  */
207
- i(this, "setUnit", (e) => {
215
+ r(this, "setUnit", (e) => {
208
216
  if (this._config && (this._config.unit = e), this.lineStyle.lengthUnit = e, this.polygonStyle.lengthUnit = e, this.group.children.forEach((t) => {
209
217
  try {
210
218
  t.changeConfig({
211
- lineStyle: h({}, this.lineStyle),
212
- polygonStyle: h({}, this.polygonStyle)
219
+ lineStyle: y({}, this.lineStyle),
220
+ polygonStyle: y({}, this.polygonStyle)
213
221
  }), this.addMeshEventListeners(t);
214
- } catch (n) {
222
+ } catch (o) {
215
223
  }
216
224
  }), this.currentMeasureMesh)
217
225
  try {
218
226
  this.currentMeasureMesh.changeConfig({
219
- lineStyle: h({}, this.lineStyle),
220
- polygonStyle: h({}, this.polygonStyle)
227
+ lineStyle: y({}, this.lineStyle),
228
+ polygonStyle: y({}, this.polygonStyle)
221
229
  });
222
230
  } catch (t) {
223
231
  }
@@ -226,129 +234,132 @@ class gt extends x {
226
234
  /**
227
235
  * @description 取消本次测量
228
236
  */
229
- i(this, "cancel", () => {
237
+ r(this, "cancel", () => {
230
238
  var e;
231
239
  (e = this.currentMeasureMesh) == null || e.removeFromParent(), this.pointSelector.disable();
232
240
  });
233
241
  /**
234
242
  * @description 撤销上一步
235
243
  */
236
- i(this, "undo", () => {
244
+ r(this, "undo", () => {
237
245
  this.emit("undo");
238
246
  });
239
247
  /**
240
248
  * @description 清空正在测量的内容
241
249
  */
242
- i(this, "clearCurrentMeasure", () => {
250
+ r(this, "clearCurrentMeasure", () => {
243
251
  var e;
244
252
  (e = this.currentMeasureMesh) == null || e.removeFromParent(), this.currentMeasureMesh = null, this.pointSelector.disable();
245
253
  });
246
254
  /**
247
255
  * @description 清空所有测量内容
248
256
  */
249
- i(this, "clear", () => {
257
+ r(this, "clear", () => {
250
258
  this.currentMeasureMesh = null, this.pointSelector.disable(), this.group.children.forEach(this.removeMeshEventListeners), this.group.removeChildren(), this.cursor.removeDeleteButton();
251
259
  });
252
- i(this, "dispose", () => {
253
- this.listener.removeMeasureListener(), this.listener.removeClickListener(), this.pointSelector.disable(), this.clear();
260
+ r(this, "dispose", () => {
261
+ this.listener.removeMeasureListener(), this.listener.removeClickListener(), this.pointSelector.disable(), this.disposeGlobalTouchHandler(), this.clear();
254
262
  });
255
263
  // eslint-disable-next-line @typescript-eslint/member-ordering
256
- i(this, "listener", {
264
+ r(this, "listener", {
257
265
  // 点击事件
258
266
  addClickListener: () => {
259
- this.five.on("panoArrived", this.onMoveToPano), this.five.on("modeChange", this.onModeChange), m("delete, backspace", this.deleteSelectedMesh), this.initEventListeners();
267
+ this.five.on("panoArrived", this.onMoveToPano), this.five.on("modeChange", this.onModeChange), E("delete, backspace", this.deleteSelectedMesh), this.initEventListeners();
260
268
  },
261
269
  removeClickListener: () => {
262
270
  this.group.children.forEach((e) => {
263
- var t, n;
264
- (t = e.line.doms) == null || t.forEach((o) => {
265
- o != null && o.container && (o.container.onclick = null, o.container.onmouseenter = null, o.container.onmouseleave = null);
266
- }), (n = e.polygon.areaDom) != null && n.container && (e.polygon.areaDom.container.onclick = null, e.polygon.areaDom.container.onmouseenter = null, e.polygon.areaDom.container.onmouseleave = null);
267
- }), this.fiveDomEvents.clear(), this.five.off("panoArrived", this.onMoveToPano), this.five.off("modeChange", this.onModeChange), m.unbind("delete, backspace");
271
+ var t, o;
272
+ (t = e.line.doms) == null || t.forEach((n) => {
273
+ n != null && n.container && (n.container.onclick = null, n.container.onmouseenter = null, n.container.onmouseleave = null);
274
+ }), (o = e.polygon.areaDom) != null && o.container && (e.polygon.areaDom.container.onclick = null, e.polygon.areaDom.container.onmouseenter = null, e.polygon.areaDom.container.onmouseleave = null);
275
+ }), this.fiveDomEvents.clear(), this.five.off("panoArrived", this.onMoveToPano), this.five.off("modeChange", this.onModeChange), E.unbind("delete, backspace");
268
276
  },
269
277
  // 绘制快捷键
270
278
  addMeasureListener: () => {
271
- m("ctrl+z, command+z", this.undo), m("esc", this.cancel), m("enter", this.endMeasure), this.five.on("mode.change", this.endMeasure), this.five.on("pano.moveTo", this.endMeasure), this.five.on("model.changeShownFloor", this.endMeasure);
279
+ E("ctrl+z, command+z", this.undo), E("esc", this.cancel), E("enter", this.endMeasure), this.five.on("mode.change", this.endMeasure), this.five.on("pano.moveTo", this.endMeasure), this.five.on("model.changeShownFloor", this.endMeasure);
272
280
  },
273
281
  removeMeasureListener: () => {
274
- m.unbind("ctrl+z, command+z"), m.unbind("esc"), m.unbind("enter"), this.five.off("mode.change", this.endMeasure), this.five.off("pano.moveTo", this.endMeasure), this.five.off("model.changeShownFloor", this.endMeasure);
282
+ E.unbind("ctrl+z, command+z"), E.unbind("esc"), E.unbind("enter"), this.five.off("mode.change", this.endMeasure), this.five.off("pano.moveTo", this.endMeasure), this.five.off("model.changeShownFloor", this.endMeasure);
275
283
  }
276
284
  });
277
- i(this, "onMoveToPano", (e) => {
278
- const t = this.group.children.filter((o) => o !== this.currentMeasureMesh), n = new N();
279
- t.forEach((o) => {
280
- var u;
281
- if (o.unselect(), o.__five_pano_index === e) {
282
- o.visible = !0;
285
+ r(this, "onMoveToPano", (e) => {
286
+ const t = this.group.children.filter((n) => n !== this.currentMeasureMesh), o = new B();
287
+ t.forEach((n) => {
288
+ var a;
289
+ if (n.unselect(), n.__five_pano_index === e) {
290
+ n.visible = !0;
283
291
  return;
284
292
  }
285
- ((u = o.line.points) == null ? void 0 : u.some((d) => {
286
- var s, S;
287
- const v = d.clone().sub(this.five.camera.position).normalize();
288
- n.set(this.five.camera.position, v);
289
- const g = (S = (s = this.five.model.intersectRaycaster(n, void 0, !0)) == null ? void 0 : s[0]) == null ? void 0 : S.point;
290
- if (!g)
293
+ ((a = n.line.points) == null ? void 0 : a.some((l) => {
294
+ var p, S;
295
+ const h = l.clone().sub(this.five.camera.position).normalize();
296
+ o.set(this.five.camera.position, h);
297
+ const d = (S = (p = this.five.model.intersectRaycaster(o, void 0, !0)) == null ? void 0 : p[0]) == null ? void 0 : S.point;
298
+ if (!d)
291
299
  return !0;
292
- const y = 0.01, M = d.distanceTo(this.five.camera.position);
293
- return g.distanceTo(this.five.camera.position) + y > M;
294
- })) ? o.visible = !0 : o.visible = !1, this.five.needsRender = !0;
300
+ const c = 0.01, f = l.distanceTo(this.five.camera.position);
301
+ return d.distanceTo(this.five.camera.position) + c > f;
302
+ })) ? n.visible = !0 : n.visible = !1, this.five.needsRender = !0;
295
303
  });
296
304
  });
297
- i(this, "onModeChange", (e) => {
305
+ r(this, "onModeChange", (e) => {
298
306
  e === "Mapview" && this.group.children.forEach((t) => {
299
307
  t.visible = !0;
300
308
  });
301
309
  });
302
- i(this, "onClick", ({ origDomEvent: e, target: t }) => {
303
- var v;
304
- const n = t;
305
- if (!n)
310
+ r(this, "onClick", ({ origDomEvent: e, target: t }) => {
311
+ var h;
312
+ const o = t;
313
+ if (!o)
306
314
  return;
307
- if (n.selected) {
308
- n.unselect(), this.cursor.removeDeleteButton();
315
+ if (o.selected) {
316
+ o.unselect(), this.cursor.removeDeleteButton();
309
317
  return;
310
318
  }
311
- let o, c;
312
- if (e && ("touches" in e && e.touches && e.touches[0] ? (o = e.touches[0].clientX, c = e.touches[0].clientY) : "clientX" in e && "clientY" in e && (o = e.clientX, c = e.clientY)), o === void 0 || c === void 0)
319
+ let n, i;
320
+ if (e && ("touches" in e && e.touches && e.touches[0] ? (n = e.touches[0].clientX, i = e.touches[0].clientY) : "clientX" in e && "clientY" in e && (n = e.clientX, i = e.clientY)), n === void 0 || i === void 0)
313
321
  return;
314
- this.group.children.forEach((g) => g.unselect()), n.select();
315
- const u = () => {
316
- this.removeMeshEventListeners(n), n.removeFromParent(), this.cursor.removeDeleteButton(), this.five.needsRender = !0;
317
- }, d = ((v = this.five.getElement()) == null ? void 0 : v.parentElement) || document.body;
322
+ this.group.children.forEach((d) => d.unselect()), o.select();
323
+ const a = () => {
324
+ this.removeMeshEventListeners(o), o.removeFromParent(), this.cursor.removeDeleteButton(), this.five.needsRender = !0;
325
+ }, l = ((h = this.five.getElement()) == null ? void 0 : h.parentElement) || document.body;
318
326
  this.cursor.showDeleteButton({
319
- clientX: o,
320
- clientY: c,
321
- container: d,
322
- onClick: u
327
+ clientX: n,
328
+ clientY: i,
329
+ container: l,
330
+ onClick: a
323
331
  }), this.five.once("cameraUpdate", () => {
324
- n.unselect(), this.cursor.removeDeleteButton();
332
+ o.unselect(), this.cursor.removeDeleteButton();
325
333
  });
326
334
  });
327
- i(this, "onHover", ({ target: e }) => {
335
+ r(this, "onHover", ({ target: e }) => {
328
336
  if (this.currentMeasureMesh)
329
337
  return;
330
338
  const t = e;
331
339
  t && t.hover();
332
340
  });
333
- i(this, "onUnHover", ({ target: e }) => {
341
+ r(this, "onUnHover", ({ target: e }) => {
334
342
  if (this.currentMeasureMesh)
335
343
  return;
336
344
  const t = e;
337
345
  t && t.unhover();
338
346
  });
339
- i(this, "deleteSelectedMesh", () => {
347
+ r(this, "deleteSelectedMesh", () => {
340
348
  this.group.children.filter((t) => t.selected).forEach((t) => {
341
349
  this.removeMeshEventListeners(t), t.removeFromParent();
342
350
  }), this.cursor.removeDeleteButton(), this.five.needsRender = !0;
343
351
  });
344
352
  // Helper method to remove all event listeners from a mesh
345
- i(this, "removeMeshEventListeners", (e) => {
346
- var t, n;
347
- (t = e.line.doms) == null || t.forEach((o) => {
348
- o != null && o.container && (o.container.onclick = null, o.container.onmouseenter = null, o.container.onmouseleave = null);
353
+ r(this, "removeMeshEventListeners", (e) => {
354
+ var t, o, n;
355
+ (t = e.line.pointMeshes) == null || t.forEach((i) => {
356
+ const a = i.__longPressCleanup;
357
+ a && (a(), delete i.__longPressCleanup);
358
+ }), (o = e.line.doms) == null || o.forEach((i) => {
359
+ i != null && i.container && (i.container.onclick = null, i.container.onmouseenter = null, i.container.onmouseleave = null);
349
360
  }), (n = e.polygon.areaDom) != null && n.container && (e.polygon.areaDom.container.onclick = null, e.polygon.areaDom.container.onmouseenter = null, e.polygon.areaDom.container.onmouseleave = null), this.fiveDomEvents.removeEventListener(e, "click"), this.fiveDomEvents.removeEventListener(e, "hover"), this.fiveDomEvents.removeEventListener(e, "unHover");
350
361
  });
351
- i(this, "updateSelectAdsorbedHelper", () => {
362
+ r(this, "updateSelectAdsorbedHelper", () => {
352
363
  if (!this.currentMeasureMesh || this.currentMeasureMesh.points.length === 0) {
353
364
  this.pointSelector.setAdherePoints(null), this.pointSelector.adhereLine = [], this.pointSelector.adherePlane = [];
354
365
  return;
@@ -357,13 +368,13 @@ class gt extends x {
357
368
  this.pointSelector.setAdherePoints([this.currentMeasureMesh.points[0]]);
358
369
  const e = this.currentMeasureMesh.points.at(-1);
359
370
  this.pointSelector.adhereLine = [
360
- new a.Line3(new a.Vector3(1, 0, 0).add(e), new a.Vector3(-1, 0, 0).add(e)),
361
- new a.Line3(new a.Vector3(0, 1, 0).add(e), new a.Vector3(0, -1, 0).add(e)),
362
- new a.Line3(new a.Vector3(0, 0, 1).add(e), new a.Vector3(0, 0, -1).add(e))
371
+ new g.Line3(new g.Vector3(1, 0, 0).add(e), new g.Vector3(-1, 0, 0).add(e)),
372
+ new g.Line3(new g.Vector3(0, 1, 0).add(e), new g.Vector3(0, -1, 0).add(e)),
373
+ new g.Line3(new g.Vector3(0, 0, 1).add(e), new g.Vector3(0, 0, -1).add(e))
363
374
  ], this.pointSelector.adherePlane = [];
364
375
  }
365
376
  if (this.currentMeasureMesh.points.length >= 3) {
366
- const e = new a.Plane().setFromCoplanarPoints(
377
+ const e = new g.Plane().setFromCoplanarPoints(
367
378
  this.currentMeasureMesh.points[0],
368
379
  this.currentMeasureMesh.points[1],
369
380
  this.currentMeasureMesh.points[2]
@@ -372,46 +383,391 @@ class gt extends x {
372
383
  } else
373
384
  this.pointSelector.adherePlane = [];
374
385
  });
375
- i(this, "addMeshEventListeners", (e) => {
376
- var t, n;
377
- this.removeMeshEventListeners(e), (t = e.line.doms) == null || t.forEach((o) => {
378
- o != null && o.container && (o.container.onclick = (c) => this.onClick({ origDomEvent: c, target: e }), o.container.onmouseenter = () => this.onHover({ target: e }), o.container.onmouseleave = () => this.onUnHover({ target: e }));
379
- }), (n = e.polygon.areaDom) != null && n.container && (e.polygon.areaDom.container.onclick = (o) => this.onClick({ origDomEvent: o, target: e }), e.polygon.areaDom.container.onmouseenter = () => this.onHover({ target: e }), e.polygon.areaDom.container.onmouseleave = () => this.onUnHover({ target: e })), this.fiveDomEvents.addEventListener(e, "click", this.onClick), this.fiveDomEvents.addEventListener(e, "hover", this.onHover), this.fiveDomEvents.addEventListener(e, "unHover", this.onUnHover);
386
+ r(this, "addMeshEventListeners", (e) => {
387
+ var t, o;
388
+ this.removeMeshEventListeners(e), this.addEndpointLongPressListeners(e), (t = e.line.doms) == null || t.forEach((n) => {
389
+ n != null && n.container && (n.container.onclick = (i) => this.onClick({ origDomEvent: i, target: e }), n.container.onmouseenter = () => this.onHover({ target: e }), n.container.onmouseleave = () => this.onUnHover({ target: e }));
390
+ }), (o = e.polygon.areaDom) != null && o.container && (e.polygon.areaDom.container.onclick = (n) => this.onClick({ origDomEvent: n, target: e }), e.polygon.areaDom.container.onmouseenter = () => this.onHover({ target: e }), e.polygon.areaDom.container.onmouseleave = () => this.onUnHover({ target: e })), this.fiveDomEvents.addEventListener(e, "click", this.onClick), this.fiveDomEvents.addEventListener(e, "hover", this.onHover), this.fiveDomEvents.addEventListener(e, "unHover", this.onUnHover);
391
+ });
392
+ r(this, "addEndpointLongPressListeners", (e) => {
393
+ this.setupGlobalTouchHandler(), e.line.pointMeshes.forEach((t, o) => {
394
+ let n, i = !1, a = o;
395
+ e.isPolygon && e.points.length > 3 && o === e.line.pointMeshes.length - 1 && (a = 0);
396
+ const l = (c) => {
397
+ if (this.currentMeasureMesh)
398
+ return;
399
+ i = !1;
400
+ let f = null;
401
+ c.origDomEvent && ("clientX" in c.origDomEvent && "clientY" in c.origDomEvent ? f = {
402
+ x: c.origDomEvent.clientX,
403
+ y: c.origDomEvent.clientY
404
+ } : "touches" in c.origDomEvent && c.origDomEvent.touches && c.origDomEvent.touches[0] ? f = {
405
+ x: c.origDomEvent.touches[0].clientX,
406
+ y: c.origDomEvent.touches[0].clientY
407
+ } : "changedTouches" in c.origDomEvent && c.origDomEvent.changedTouches && c.origDomEvent.changedTouches[0] && (f = {
408
+ x: c.origDomEvent.changedTouches[0].clientX,
409
+ y: c.origDomEvent.changedTouches[0].clientY
410
+ })), c.stopPropagation(), c.origDomEvent && (c.origDomEvent.preventDefault(), c.origDomEvent.stopPropagation()), this.showLongPressIndicator(t, f);
411
+ const u = (s) => {
412
+ var p;
413
+ if (f) {
414
+ let S, m;
415
+ if ("touches" in s && s.touches[0])
416
+ S = s.touches[0].clientX, m = s.touches[0].clientY;
417
+ else if ("clientX" in s)
418
+ S = s.clientX, m = s.clientY;
419
+ else
420
+ return;
421
+ Math.sqrt(Math.pow(S - f.x, 2) + Math.pow(m - f.y, 2)) > 10 && (this.hideLongPressIndicator(), n && (clearTimeout(n), n = void 0), (p = this.cleanupGlobalListeners) == null || p.call(this));
422
+ }
423
+ };
424
+ this.cleanupGlobalListeners = () => {
425
+ document.removeEventListener("mousemove", u), document.removeEventListener("touchmove", u);
426
+ }, document.addEventListener("mousemove", u), document.addEventListener("touchmove", u, { passive: !1 }), n = setTimeout(() => {
427
+ var s;
428
+ i = !0, (s = this.cleanupGlobalListeners) == null || s.call(this), this.hideLongPressIndicator(), this.startRepositioning(e, a, !0, f);
429
+ }, 500);
430
+ }, h = () => {
431
+ var c;
432
+ n && (clearTimeout(n), n = void 0), (c = this.cleanupGlobalListeners) == null || c.call(this), this.hideLongPressIndicator(), i && this.repositioningState && (this.repositioningState.isDragMode && this.repositioningState.hasMoved || this.repositioningState.isDragMode, i = !1);
433
+ }, d = (c) => {
434
+ if (i)
435
+ return c.stopPropagation(), i = !1, !1;
436
+ };
437
+ this.fiveDomEvents.addEventListener(t, "mousedown", l), this.fiveDomEvents.addEventListener(t, "mouseup", h), this.fiveDomEvents.addEventListener(t, "click", d), t.__longPressHandlers = {
438
+ onPointerDown: l,
439
+ onPointerUp: h,
440
+ onClick: d,
441
+ measureMesh: e,
442
+ pointIndex: a
443
+ // Use the corrected point index
444
+ }, t.__longPressCleanup = () => {
445
+ var c;
446
+ n && clearTimeout(n), (c = this.cleanupGlobalListeners) == null || c.call(this), this.hideLongPressIndicator(), this.fiveDomEvents.removeEventListener(t, "mousedown", l), this.fiveDomEvents.removeEventListener(t, "mouseup", h), this.fiveDomEvents.removeEventListener(t, "click", d), delete t.__longPressHandlers;
447
+ };
448
+ });
380
449
  });
381
450
  /**
382
451
  * @description Load measurement data from external source
383
452
  * @param data Array of point data for measurements
384
453
  */
385
- i(this, "load", (e) => {
454
+ r(this, "load", (e) => {
386
455
  this.clear(), e.forEach((t) => {
387
- const n = new _({
456
+ const o = new _({
388
457
  lineStyle: this.lineStyle,
389
458
  polygonStyle: this.polygonStyle
390
459
  });
391
- n.setPoints(t.points), this.group.add(n), this.addMeshEventListeners(n), n.__five_pano_index = this.five.panoIndex;
460
+ o.setPoints(t.points), this.group.add(o), this.addMeshEventListeners(o), o.__five_pano_index = this.five.panoIndex;
392
461
  }), this.five.needsRender = !0;
393
462
  });
463
+ /**
464
+ * Start repositioning an endpoint
465
+ */
466
+ r(this, "startRepositioning", (e, t, o = !1, n) => {
467
+ this.currentMeasureMesh || this.repositioningState || (this.repositioningState = {
468
+ measureMesh: e,
469
+ pointIndex: t,
470
+ originalOpacity: e.line.lineOpacity,
471
+ originalMeshState: e.points.map((i) => i.clone()),
472
+ isDragMode: o,
473
+ mouseDownPosition: n || void 0,
474
+ hasMoved: !1
475
+ }, this.applyRepositioningStyle(e, !0), this.five.on("wantsGesture", this.preventFiveGestures), o ? this.enableGlobalMouseTracking() : (this.pointSelector.actionIfNoIntersection = "virtualPoint", this.pointSelector.enable(), this.pointSelector.on("intersectionUpdate", this.onRepositioningMove), this.pointSelector.on("select", this.onRepositioningConfirm), this.pointSelector.on("disable", this.cancelRepositioning)), E("esc", this.cancelRepositioning));
476
+ });
477
+ /**
478
+ * Handle mouse movement during repositioning
479
+ */
480
+ r(this, "onRepositioningMove", (e) => {
481
+ if (!this.repositioningState || !e)
482
+ return;
483
+ const { measureMesh: t, pointIndex: o } = this.repositioningState;
484
+ this.repositioningState.hasMoved = !0;
485
+ const n = [...t.points];
486
+ if (n[o] = e.point.clone(), t.isPolygon && n.length > 3) {
487
+ const a = n.length - 1;
488
+ if (o === 0) {
489
+ n[a] = e.point.clone();
490
+ const l = t.line.pointMeshes[0], h = t.line.pointMeshes[a];
491
+ l && l.position.copy(e.point), h && h.position.copy(e.point);
492
+ } else if (o === a) {
493
+ n[0] = e.point.clone();
494
+ const l = t.line.pointMeshes[0], h = t.line.pointMeshes[a];
495
+ l && l.position.copy(e.point), h && h.position.copy(e.point);
496
+ } else {
497
+ const l = t.line.pointMeshes[o];
498
+ l && l.position.copy(e.point);
499
+ }
500
+ } else {
501
+ const a = t.line.pointMeshes[o];
502
+ a && a.position.copy(e.point);
503
+ }
504
+ t.points = n;
505
+ const i = t.line;
506
+ if (i.points = n, n.length >= 2) {
507
+ const a = n.flatMap((l) => [l.x, l.y, l.z]);
508
+ i.line1.geometry.setPositions(a), i.line1.computeLineDistances();
509
+ }
510
+ t.isPolygon && t.polygon.setPoints(n), this.five.needsRender = !0;
511
+ });
512
+ /**
513
+ * Confirm repositioning with click
514
+ */
515
+ r(this, "onRepositioningConfirm", (e) => {
516
+ if (!this.repositioningState || !e)
517
+ return;
518
+ const { measureMesh: t, pointIndex: o } = this.repositioningState, n = [...t.points];
519
+ n[o] = e.point.clone(), t.setPoints(n), this.applyRepositioningStyle(t, !1), this.addEndpointLongPressListeners(t), this.cleanupRepositioning();
520
+ });
521
+ /**
522
+ * Confirm repositioning when drag ends (mouse up after long press drag)
523
+ */
524
+ r(this, "confirmRepositioningOnDragEnd", () => {
525
+ if (!this.repositioningState)
526
+ return;
527
+ const { measureMesh: e } = this.repositioningState;
528
+ this.applyRepositioningStyle(e, !1), this.addEndpointLongPressListeners(e), this.cleanupRepositioning();
529
+ });
530
+ /**
531
+ * Cancel repositioning (restore original position)
532
+ */
533
+ r(this, "cancelRepositioning", () => {
534
+ if (!this.repositioningState)
535
+ return;
536
+ const { measureMesh: e, originalMeshState: t } = this.repositioningState;
537
+ e.setPoints(t), this.applyRepositioningStyle(e, !1), this.addEndpointLongPressListeners(e), this.cleanupRepositioning();
538
+ });
539
+ /**
540
+ * Apply or remove repositioning preview styling
541
+ */
542
+ r(this, "applyRepositioningStyle", (e, t) => {
543
+ const o = t ? 0.4 : 1, n = t;
544
+ e.line.setStyle({
545
+ lineOpacity: o,
546
+ dashed: n,
547
+ cssStyle: t ? "pointer-events: none;" : "pointer-events: auto;"
548
+ }), e.isPolygon && e.polygon.setStyle({
549
+ opacity: o * 0.3
550
+ // Even more transparent for area
551
+ }), e.line.pointMeshes.forEach((i) => {
552
+ i.setStyle({
553
+ opacity: o
554
+ });
555
+ });
556
+ });
557
+ /**
558
+ * Enable global mouse tracking for drag mode (when PointSelector can't track due to mouse being held down)
559
+ */
560
+ r(this, "enableGlobalMouseTracking", () => {
561
+ const e = this.five.getElement();
562
+ if (!e)
563
+ return;
564
+ let t = null;
565
+ const o = (h) => {
566
+ if (!this.repositioningState)
567
+ return;
568
+ const d = e.getBoundingClientRect(), c = (h.clientX - d.left) / d.width * 2 - 1, f = -((h.clientY - d.top) / d.height) * 2 + 1, u = new g.Raycaster();
569
+ u.setFromCamera(new g.Vector2(c, f), this.five.camera);
570
+ const s = this.five.model.intersectRaycaster(u, void 0, !0);
571
+ s && s.length > 0 ? (t = {
572
+ point: s[0].point,
573
+ distance: s[0].distance,
574
+ face: s[0].face,
575
+ raycaster: u
576
+ }, this.onRepositioningMove(t)) : (t = {
577
+ point: u.ray.origin.clone().add(u.ray.direction.clone().multiplyScalar(5)),
578
+ distance: 5,
579
+ raycaster: u,
580
+ isVirtual: !0
581
+ }, this.onRepositioningMove(t));
582
+ }, n = (h) => {
583
+ if (!this.repositioningState || !h.touches[0])
584
+ return;
585
+ const d = e.getBoundingClientRect(), c = h.touches[0], f = (c.clientX - d.left) / d.width * 2 - 1, u = -((c.clientY - d.top) / d.height) * 2 + 1, s = new g.Raycaster();
586
+ s.setFromCamera(new g.Vector2(f, u), this.five.camera);
587
+ const p = this.five.model.intersectRaycaster(s, void 0, !0);
588
+ p && p.length > 0 ? (t = {
589
+ point: p[0].point,
590
+ distance: p[0].distance,
591
+ face: p[0].face,
592
+ raycaster: s
593
+ }, this.onRepositioningMove(t)) : (t = {
594
+ point: s.ray.origin.clone().add(s.ray.direction.clone().multiplyScalar(5)),
595
+ distance: 5,
596
+ raycaster: s,
597
+ isVirtual: !0
598
+ }, this.onRepositioningMove(t));
599
+ }, i = (h) => {
600
+ this.repositioningState && (t ? this.onRepositioningConfirm(t) : this.confirmRepositioningOnDragEnd());
601
+ }, a = (h) => {
602
+ this.repositioningState && (t ? this.onRepositioningConfirm(t) : this.confirmRepositioningOnDragEnd());
603
+ }, l = (h) => {
604
+ this.repositioningState && t && this.onRepositioningConfirm(t);
605
+ };
606
+ document.addEventListener("mousemove", o), document.addEventListener("mouseup", i), document.addEventListener("click", l), document.addEventListener("touchmove", n, { passive: !1 }), document.addEventListener("touchend", a, { passive: !1 }), this.repositioningState.__globalMouseCleanup = () => {
607
+ document.removeEventListener("mousemove", o), document.removeEventListener("mouseup", i), document.removeEventListener("click", l), document.removeEventListener("touchmove", n), document.removeEventListener("touchend", a);
608
+ };
609
+ });
610
+ /**
611
+ * Show long press visual feedback circle
612
+ */
613
+ r(this, "showLongPressIndicator", (e, t) => {
614
+ this.hideLongPressIndicator();
615
+ const o = this.five.getElement();
616
+ if (!o)
617
+ return;
618
+ this.five.on("wantsGesture", this.preventFiveGestures);
619
+ const n = document.createElement("div");
620
+ if (n.style.position = "absolute", n.style.width = "80px", n.style.height = "80px", n.style.border = "6px solid #f0f0f0", n.style.borderRadius = "50%", n.style.pointerEvents = "none", n.style.zIndex = "10000", n.style.boxSizing = "border-box", n.style.animation = "longPressShrink 500ms linear forwards", !document.querySelector("#longpress-keyframes")) {
621
+ const i = document.createElement("style");
622
+ i.id = "longpress-keyframes", i.textContent = `
623
+ @keyframes longPressShrink {
624
+ from {
625
+ transform: translate(-50%, -50%) scale(1);
626
+ opacity: 0.8;
627
+ }
628
+ to {
629
+ transform: translate(-50%, -50%) scale(0);
630
+ opacity: 1;
631
+ }
632
+ }
633
+ `, document.head.appendChild(i);
634
+ }
635
+ if (t)
636
+ n.style.left = `${t.x}px`, n.style.top = `${t.y}px`, n.style.transform = "translate(-50%, -50%)";
637
+ else {
638
+ const a = e.getWorldPosition(new g.Vector3()).clone().project(this.five.camera), l = o.getBoundingClientRect(), h = (a.x + 1) * l.width / 2 + l.left, d = (-a.y + 1) * l.height / 2 + l.top;
639
+ n.style.left = `${h}px`, n.style.top = `${d}px`, n.style.transform = "translate(-50%, -50%)";
640
+ }
641
+ document.body.appendChild(n), this.longPressIndicator = n;
642
+ });
643
+ /**
644
+ * Hide long press visual feedback circle
645
+ */
646
+ r(this, "hideLongPressIndicator", () => {
647
+ this.longPressIndicator && (this.longPressIndicator.remove(), this.longPressIndicator = null, this.five.off("wantsGesture", this.preventFiveGestures));
648
+ });
649
+ /**
650
+ * Prevent Five canvas gestures during repositioning
651
+ */
652
+ r(this, "preventFiveGestures", () => !1);
653
+ /**
654
+ * Clean up repositioning state and event listeners
655
+ */
656
+ r(this, "cleanupRepositioning", () => {
657
+ if (this.repositioningState) {
658
+ const e = this.repositioningState.__globalMouseCleanup;
659
+ e && e(), this.repositioningState.isDragMode || (this.pointSelector.off("intersectionUpdate", this.onRepositioningMove), this.pointSelector.off("select", this.onRepositioningConfirm), this.pointSelector.off("disable", this.cancelRepositioning), this.pointSelector.disable());
660
+ }
661
+ this.five.off("wantsGesture", this.preventFiveGestures), E.unbind("esc", this.cancelRepositioning), this.repositioningState = null, this.five.needsRender = !0;
662
+ });
663
+ r(this, "setupGlobalTouchHandler", () => {
664
+ var n;
665
+ if ((n = this.globalTouchHandler) != null && n.isSetup)
666
+ return;
667
+ const e = this.five.getElement();
668
+ if (!e)
669
+ return;
670
+ const t = (i) => {
671
+ if (this.currentMeasureMesh)
672
+ return;
673
+ const a = i.touches[0];
674
+ if (!a)
675
+ return;
676
+ const l = e.getBoundingClientRect(), h = (a.clientX - l.left) / l.width * 2 - 1, d = -((a.clientY - l.top) / l.height) * 2 + 1, c = new g.Raycaster();
677
+ c.setFromCamera(new g.Vector2(h, d), this.five.camera), c.params.Points.threshold = 0.5, c.params.Line.threshold = 0.1, c.params.Mesh = {};
678
+ const f = [];
679
+ for (const u of this.group.children)
680
+ if (!(!u || !u.line || !u.line.pointMeshes))
681
+ for (let s = 0; s < u.line.pointMeshes.length; s++) {
682
+ const p = u.line.pointMeshes[s];
683
+ if (!p)
684
+ continue;
685
+ if (c.intersectObject(p, !0).length > 0) {
686
+ const m = p.__longPressHandlers;
687
+ if (m) {
688
+ const b = this.calculateScreenDistance(a, p, e);
689
+ b < 30 && f.push({
690
+ pointMesh: p,
691
+ handlers: m,
692
+ distance: b,
693
+ // Use screen distance for sorting
694
+ measureMesh: m.measureMesh,
695
+ pointIndex: m.pointIndex
696
+ // Use the STORED pointIndex, not the loop index
697
+ });
698
+ }
699
+ }
700
+ }
701
+ if (f.length > 0) {
702
+ f.sort((p, S) => p.distance - S.distance);
703
+ const u = f[0];
704
+ if (this.repositioningState)
705
+ return;
706
+ const s = {
707
+ type: "mousedown",
708
+ target: u.pointMesh,
709
+ origDomEvent: i,
710
+ raycaster: c,
711
+ intersects: [{ distance: 0 }],
712
+ // Use dummy distance since we're using screen distance
713
+ stopPropagation: () => {
714
+ i.stopPropagation();
715
+ }
716
+ };
717
+ u.handlers && typeof u.handlers.onPointerDown == "function" && u.handlers.onPointerDown(s);
718
+ }
719
+ }, o = (i) => {
720
+ for (const a of this.group.children)
721
+ if (!(!a || !a.line || !a.line.pointMeshes))
722
+ for (const l of a.line.pointMeshes) {
723
+ if (!l)
724
+ continue;
725
+ const h = l.__longPressHandlers;
726
+ h && typeof h.onPointerUp == "function" && h.onPointerUp();
727
+ }
728
+ };
729
+ e.addEventListener("touchstart", t, { passive: !1 }), e.addEventListener("touchend", o, { passive: !1 }), this.globalTouchHandler = {
730
+ isSetup: !0,
731
+ onTouchStart: t,
732
+ onTouchEnd: o
733
+ };
734
+ });
735
+ // Remove the stub methods since they're not needed
736
+ r(this, "disposeGlobalTouchHandler", () => {
737
+ var e;
738
+ if ((e = this.globalTouchHandler) != null && e.isSetup) {
739
+ const t = this.five.getElement();
740
+ t && (t.removeEventListener("touchstart", this.globalTouchHandler.onTouchStart), t.removeEventListener("touchend", this.globalTouchHandler.onTouchEnd)), this.globalTouchHandler = null;
741
+ }
742
+ });
743
+ /**
744
+ * Calculate screen distance between touch/mouse point and point mesh
745
+ */
746
+ r(this, "calculateScreenDistance", (e, t, o) => {
747
+ const n = e.clientX, i = e.clientY, l = t.getWorldPosition(new g.Vector3()).clone().project(this.five.camera), h = o.getBoundingClientRect(), d = (l.x + 1) * h.width / 2 + h.left, c = (-l.y + 1) * h.height / 2 + h.top, f = n - d, u = i - c;
748
+ return Math.sqrt(f * f + u * u);
749
+ });
394
750
  this.five = e;
395
- const n = { unit: "m", lengthEnable: !0 };
396
- this.config = t ? h(h({}, n), t) : n, this.group = new A(), this.group.name = "MeasureGroup", this.five.scene.add(this.group), this.five.on("panoArrived", this.onMoveToPano), this.five.on("modeChange", this.onModeChange), m("delete, backspace", this.deleteSelectedMesh), this.initEventListeners();
751
+ const o = { unit: "m", lengthEnable: !0 };
752
+ this.config = t ? y(y({}, o), t) : o, this.group = new Y(), this.group.name = "MeasureGroup", this.five.scene.add(this.group), this.five.on("panoArrived", this.onMoveToPano), this.five.on("modeChange", this.onModeChange), E("delete, backspace", this.deleteSelectedMesh), this.initEventListeners();
397
753
  }
398
754
  get pointSelector() {
399
- return this._pointSelector ? this._pointSelector : (this._pointSelector = new I(this.five, { mode: "cursor", helper: { pointHelper: "highlight" } }), this._pointSelector);
755
+ return this._pointSelector ? this._pointSelector : (this._pointSelector = new F(this.five, { mode: "cursor", helper: { pointHelper: "highlight" } }), this._pointSelector);
400
756
  }
401
757
  get fiveDomEvents() {
402
- return this._fiveDomEvents ? this._fiveDomEvents : (this._fiveDomEvents = new T(this.five, { fiveModels: null }), this._fiveDomEvents);
758
+ return this._fiveDomEvents ? this._fiveDomEvents : (this._fiveDomEvents = new G(this.five, { fiveModels: null }), this._fiveDomEvents);
403
759
  }
404
760
  get cursor() {
405
- return this._cursor ? this._cursor : (this._cursor = new B(), this._cursor);
761
+ return this._cursor ? this._cursor : (this._cursor = new z(), this._cursor);
406
762
  }
407
763
  get config() {
408
764
  return this._config;
409
765
  }
410
766
  set config(e) {
411
- var t, n;
412
- this._config = e, this.lineStyle.lengthUnit = e.unit, this.polygonStyle.lengthUnit = e.unit, e.lengthEnable !== void 0 && (this.lineStyle.lengthEnable = e.lengthEnable, this.polygonStyle.lengthEnable = e.lengthEnable), (n = (t = this.group) == null ? void 0 : t.children) == null || n.forEach((o) => o.changeConfig({ lineStyle: this.lineStyle, polygonStyle: this.polygonStyle }));
767
+ var t, o;
768
+ this._config = e, this.lineStyle.lengthUnit = e.unit, this.polygonStyle.lengthUnit = e.unit, e.lengthEnable !== void 0 && (this.lineStyle.lengthEnable = e.lengthEnable, this.polygonStyle.lengthEnable = e.lengthEnable), (o = (t = this.group) == null ? void 0 : t.children) == null || o.forEach((n) => n.changeConfig({ lineStyle: this.lineStyle, polygonStyle: this.polygonStyle }));
413
769
  }
414
770
  }
415
771
  export {
416
- gt as MeasureController
772
+ yt as MeasureController
417
773
  };