@realsee/dnalogel 2.21.0-dev.8 → 2.21.0

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 (499) hide show
  1. package/components/index.js +329 -329
  2. package/dist/CSS3DRenderPlugin/Controller.d.ts +1 -4
  3. package/dist/PanoMeasurePlugin/Controller/BaseController.d.ts +4 -15
  4. package/dist/PanoMeasurePlugin/Controller/EditController.d.ts +18 -26
  5. package/dist/PanoMeasurePlugin/Controller/WatchController.d.ts +2 -9
  6. package/dist/PanoMeasurePlugin/Controller/index.d.ts +9 -26
  7. package/dist/PanoMeasurePlugin/Model/index.d.ts +0 -10
  8. package/dist/PanoMeasurePlugin/Model/line.d.ts +1 -6
  9. package/dist/PanoMeasurePlugin/Model/polyline.d.ts +0 -4
  10. package/dist/PanoMeasurePlugin/Modules/DeleteDom/index.d.ts +4 -8
  11. package/dist/PanoMeasurePlugin/Modules/GuideController.d.ts +1 -1
  12. package/dist/PanoMeasurePlugin/Modules/Magnifier.d.ts +1 -1
  13. package/dist/PanoMeasurePlugin/Modules/UIController/index.d.ts +3 -6
  14. package/dist/PanoMeasurePlugin/Modules/UIController/style.d.ts +8 -0
  15. package/dist/PanoMeasurePlugin/Modules/rangePiece/index.d.ts +0 -3
  16. package/dist/PanoMeasurePlugin/typings/data.d.ts +0 -24
  17. package/dist/PanoMeasurePlugin/typings/event.type.d.ts +3 -13
  18. package/dist/PanoMeasurePlugin/typings/index.d.ts +1 -1
  19. package/dist/PanoMeasurePlugin/utils/distanceDom.d.ts +30 -0
  20. package/dist/{shared-utils → PanoMeasurePlugin/utils}/getIntersectionFromEvent.d.ts +1 -1
  21. package/{libs/shared-utils → dist/PanoMeasurePlugin/utils}/getPointFromHammerEvent.d.ts +1 -1
  22. package/dist/PanoMeasurePlugin/utils/line.d.ts +1 -2
  23. package/dist/PanoMeasurePlugin/utils/ndc2Screen.d.ts +1 -2
  24. package/dist/base/BasePlugin.d.ts +1 -4
  25. package/dist/components/PaintBrush/style.d.ts +1 -1
  26. package/dist/index.cjs.js +69 -69
  27. package/dist/index.js +7400 -9080
  28. package/dist/index.umd.js +62 -62
  29. package/dist/shared-utils/Object3DHelper/Base/BaseHelper.d.ts +7 -3
  30. package/dist/shared-utils/index.d.ts +1 -1
  31. package/dist/shared-utils/isAbsoluteURL.d.ts +1 -0
  32. package/dist/shared-utils/three/FivePointSelector.d.ts +36 -0
  33. package/dist/shared-utils/three/Magnifier.d.ts +0 -3
  34. package/dist/shared-utils/three/index.d.ts +1 -1
  35. package/docs/assets/search.js +1 -1
  36. package/docs/classes/CSS3DRender.html +32 -34
  37. package/docs/classes/CruisePluginController.html +44 -48
  38. package/docs/classes/GuideLineItem.GuideLineItem.html +21 -23
  39. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +36 -38
  40. package/docs/classes/Magnifier.html +21 -23
  41. package/docs/classes/ModelRoomLabelController.html +12 -14
  42. package/docs/classes/Object3DHelperController.html +43 -47
  43. package/docs/classes/PaintBrush.html +16 -18
  44. package/docs/classes/PanoMeasurePluginLine.html +107 -74
  45. package/docs/classes/PanoMeasurePluginModel.html +25 -84
  46. package/docs/classes/PanoMeasurePluginPoint.html +15 -17
  47. package/docs/classes/PanoMeasurePluginPolyline.html +27 -41
  48. package/docs/classes/PanoTagPluginController.html +65 -69
  49. package/docs/classes/Util.BetterTween.html +10 -12
  50. package/docs/classes/{Util.PointSelectorHelper.html → Util.FivePointSelector.html} +27 -98
  51. package/docs/classes/Util.Interval.html +13 -15
  52. package/docs/classes/Util.Magnifier.html +18 -33
  53. package/docs/classes/Util.PointDomHelper.html +12 -14
  54. package/docs/classes/Util.PointHelper.html +12 -14
  55. package/docs/classes/Util.Rectangle.html +14 -16
  56. package/docs/enums/CameraMovementEffect.html +8 -10
  57. package/docs/enums/ContentType.html +21 -23
  58. package/docs/enums/DIRECTION.html +10 -12
  59. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +10 -12
  60. package/docs/enums/DimensionType.html +8 -10
  61. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +9 -11
  62. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +10 -12
  63. package/docs/enums/PaintBrushTypeEnum.html +9 -11
  64. package/docs/enums/PointType.html +8 -10
  65. package/docs/enums/Rotation.html +9 -11
  66. package/docs/functions/CSS3DRenderPlugin.html +5 -7
  67. package/docs/functions/CameraMovementPlugin.html +5 -7
  68. package/docs/functions/CruisePlugin.html +5 -7
  69. package/docs/functions/GuideLinePlugin.html +6 -8
  70. package/docs/functions/ItemLabelPlugin.html +5 -7
  71. package/docs/functions/MapviewFloorplanPlugin.html +5 -7
  72. package/docs/functions/ModelChassisCompassPlugin.html +5 -7
  73. package/docs/functions/ModelEntryDoorGuidePlugin.html +5 -7
  74. package/docs/functions/ModelFloorplanPlugin.html +5 -7
  75. package/docs/functions/ModelItemLabelPlugin.html +5 -7
  76. package/docs/functions/ModelRoomLabelPlugin.html +5 -7
  77. package/docs/functions/ModelTVVideoPlugin.html +5 -7
  78. package/docs/functions/ModelViewPlugin.html +5 -7
  79. package/docs/functions/Object3DHelperPlugin.html +5 -7
  80. package/docs/functions/PanoCompassPlugin.html +5 -7
  81. package/docs/functions/PanoCursorRaycasterPlugin.html +5 -7
  82. package/docs/functions/PanoDoorLabelPlugin.html +5 -7
  83. package/docs/functions/PanoFloorplanRadarPlugin.html +5 -7
  84. package/docs/functions/PanoMeasurePlugin.html +5 -7
  85. package/docs/functions/PanoRulerPlugin.html +5 -7
  86. package/docs/functions/PanoRulerProPlugin.html +5 -7
  87. package/docs/functions/PanoSpatialTagPlugin.html +5 -7
  88. package/docs/functions/PanoTagPlugin.html +5 -7
  89. package/docs/functions/PanoVideoPlugin.html +5 -7
  90. package/docs/functions/TopviewFloorplanPlugin.html +5 -7
  91. package/docs/functions/Util.getCoordsFromClient.html +6 -8
  92. package/docs/functions/Util.getCoordsFromElement.html +6 -8
  93. package/docs/functions/Util.getFrameTime.html +6 -8
  94. package/docs/functions/Util.getIntersectFromRelativePosition.html +6 -8
  95. package/docs/functions/Util.getRaycasterFromFivePointer.html +6 -8
  96. package/docs/functions/Util.isAbsoluteURL.html +6 -8
  97. package/docs/functions/Util.isModelLike.html +6 -8
  98. package/docs/functions/Util.isNil.html +6 -8
  99. package/docs/functions/Util.isPanoramaLike.html +6 -8
  100. package/docs/functions/Util.nextFrame.html +6 -8
  101. package/docs/functions/Util.notNil.html +6 -8
  102. package/docs/functions/Util.requestAnimationFrameInterval.html +6 -8
  103. package/docs/functions/Util.tweenProgress.html +6 -8
  104. package/docs/functions/Util.uuid.html +6 -8
  105. package/docs/functions/pluginFlag.html +6 -8
  106. package/docs/index.html +6 -8
  107. package/docs/interfaces/AddTagConfig.html +7 -9
  108. package/docs/interfaces/CSS3DRenderPluginEventMap.html +12 -14
  109. package/docs/interfaces/CSS3DRenderPluginState.html +9 -11
  110. package/docs/interfaces/CameraMovementPluginExportType.html +8 -10
  111. package/docs/interfaces/CruisePluginTypes.Config.html +9 -11
  112. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +13 -15
  113. package/docs/interfaces/CruisePluginTypes.EventMap.html +21 -23
  114. package/docs/interfaces/CruisePluginTypes.MoveAction.html +13 -15
  115. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +15 -17
  116. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +15 -17
  117. package/docs/interfaces/CruisePluginTypes.PluginData.html +10 -12
  118. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +8 -10
  119. package/docs/interfaces/CruisePluginTypes.PluginState.html +12 -14
  120. package/docs/interfaces/EventMap.html +16 -18
  121. package/docs/interfaces/FloorplanBounding.html +9 -11
  122. package/docs/interfaces/FloorplanData.html +11 -13
  123. package/docs/interfaces/FloorplanEntrance.html +12 -14
  124. package/docs/interfaces/FloorplanExtraObject.html +11 -13
  125. package/docs/interfaces/FloorplanExtraObject3D.html +9 -11
  126. package/docs/interfaces/FloorplanFloorData.html +10 -12
  127. package/docs/interfaces/FloorplanImagePosition.html +8 -10
  128. package/docs/interfaces/FloorplanObserver.html +10 -12
  129. package/docs/interfaces/FloorplanOutlineItem.html +10 -12
  130. package/docs/interfaces/FloorplanPosition.html +8 -10
  131. package/docs/interfaces/FloorplanRoomItem.html +14 -16
  132. package/docs/interfaces/FloorplanRoomLabelItem.html +8 -10
  133. package/docs/interfaces/FloorplanServerBounding.html +9 -11
  134. package/docs/interfaces/FloorplanServerComputedData.html +11 -13
  135. package/docs/interfaces/FloorplanServerData.html +8 -10
  136. package/docs/interfaces/FloorplanServerDoorItem.html +11 -13
  137. package/docs/interfaces/FloorplanServerDoorPosition.html +9 -11
  138. package/docs/interfaces/FloorplanServerEntrance.html +12 -14
  139. package/docs/interfaces/FloorplanServerFloorData.html +10 -12
  140. package/docs/interfaces/FloorplanServerImagePosition.html +8 -10
  141. package/docs/interfaces/FloorplanServerObserver.html +10 -12
  142. package/docs/interfaces/FloorplanServerOutlineItem.html +10 -12
  143. package/docs/interfaces/FloorplanServerPosition.html +8 -10
  144. package/docs/interfaces/FloorplanServerRoomItem.html +15 -17
  145. package/docs/interfaces/FloorplanServerRoomLabelItem.html +8 -10
  146. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +9 -11
  147. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +11 -13
  148. package/docs/interfaces/GuideLinePluginType.EventMap.html +14 -16
  149. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +9 -11
  150. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +7 -9
  151. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +14 -16
  152. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +9 -11
  153. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +19 -21
  154. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +8 -10
  155. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +19 -21
  156. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +6 -8
  157. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +8 -10
  158. package/docs/interfaces/GuideLinePluginType.PluginState.html +9 -11
  159. package/docs/interfaces/GuideLinePluginType.Route.html +12 -14
  160. package/docs/interfaces/GuideLinePluginType.RouteConfig.html +10 -12
  161. package/docs/interfaces/HelperOffset.html +9 -11
  162. package/docs/interfaces/ImagePlaneGroup.html +7 -9
  163. package/docs/interfaces/ItemLabelPluginData.html +7 -9
  164. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +12 -14
  165. package/docs/interfaces/ItemLabelPluginParametersType.html +10 -12
  166. package/docs/interfaces/MinMax.html +8 -10
  167. package/docs/interfaces/ModelChassisCompassPluginData.html +8 -10
  168. package/docs/interfaces/ModelChassisCompassPluginExportType.html +9 -11
  169. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +8 -10
  170. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +9 -11
  171. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +9 -11
  172. package/docs/interfaces/ModelItemLabelPluginData.html +7 -9
  173. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +12 -14
  174. package/docs/interfaces/ModelItemLabelPluginParametersType.html +8 -10
  175. package/docs/interfaces/ModelRoomLabelPluginData.html +7 -9
  176. package/docs/interfaces/ModelTVVideoPluginData.html +10 -12
  177. package/docs/interfaces/ModelTVVideoPluginExportType.html +9 -11
  178. package/docs/interfaces/ModelTVVideoPluginParameterType.html +7 -9
  179. package/docs/interfaces/ModelViewPluginExportType.html +12 -14
  180. package/docs/interfaces/Object3DHelperState.html +9 -11
  181. package/docs/interfaces/ObjectHelperControllers.html +10 -12
  182. package/docs/interfaces/PaintBrushAction.html +13 -15
  183. package/docs/interfaces/PaintBrushConfigs.html +13 -15
  184. package/docs/interfaces/PaintBrushState.html +11 -13
  185. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +11 -13
  186. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +6 -8
  187. package/docs/interfaces/PanoMeasureParameterType.html +16 -25
  188. package/docs/interfaces/PanoMeasurePluginLineJson.html +9 -11
  189. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +8 -10
  190. package/docs/interfaces/PanoMeasurePluginPointJson.html +8 -10
  191. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +9 -11
  192. package/docs/interfaces/PanoRulerPluginExportType.html +11 -13
  193. package/docs/interfaces/PanoRulerPluginOptions.html +8 -10
  194. package/docs/interfaces/PanoRulerPluginParameterType.html +9 -11
  195. package/docs/interfaces/PanoRulerProPluginExportType.html +10 -12
  196. package/docs/interfaces/PanoRulerProPluginOptions.html +8 -10
  197. package/docs/interfaces/PanoRulerProPluginParameterType.html +8 -10
  198. package/docs/interfaces/PanoRulerProPluginState.html +9 -11
  199. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +6 -8
  200. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +6 -8
  201. package/docs/interfaces/PanoSpatialTagPluginData.html +12 -14
  202. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +11 -13
  203. package/docs/interfaces/PanoSpatialTagPluginExportType.html +14 -16
  204. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +11 -13
  205. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +14 -16
  206. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +12 -14
  207. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +11 -13
  208. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +7 -9
  209. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +9 -11
  210. package/docs/interfaces/PanoVideoPluginType.PluginData.html +7 -9
  211. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +10 -12
  212. package/docs/interfaces/PanoVideoPluginType.PluginState.html +7 -9
  213. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +9 -11
  214. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +11 -13
  215. package/docs/interfaces/Point.html +9 -11
  216. package/docs/interfaces/Room.html +10 -12
  217. package/docs/interfaces/RoomInfo.html +8 -10
  218. package/docs/interfaces/RoomLabel.html +15 -17
  219. package/docs/interfaces/RoomRules.html +6 -8
  220. package/docs/interfaces/Rooms.html +6 -8
  221. package/docs/interfaces/Scissor.html +10 -12
  222. package/docs/interfaces/State.html +9 -11
  223. package/docs/interfaces/TagCacheInterface.html +13 -15
  224. package/docs/interfaces/TagConfig.html +14 -16
  225. package/docs/interfaces/TagGLTFObjectGroup.html +7 -9
  226. package/docs/interfaces/TagIconUrl.html +13 -15
  227. package/docs/interfaces/TagObjectGroup.html +7 -9
  228. package/docs/interfaces/TagStyle.html +7 -9
  229. package/docs/interfaces/Tags.html +10 -12
  230. package/docs/interfaces/TemporaryState.html +7 -9
  231. package/docs/interfaces/Util.MagnifierParameter.html +12 -14
  232. package/docs/interfaces/Util.MouseGroupParameter.html +9 -11
  233. package/docs/modules/CruisePluginTypes.html +6 -8
  234. package/docs/modules/GuideLineItem.html +6 -8
  235. package/docs/modules/GuideLineModeItem.html +6 -8
  236. package/docs/modules/GuideLinePluginType.html +6 -8
  237. package/docs/modules/PanoVideoPluginType.html +6 -8
  238. package/docs/modules/Util.html +7 -11
  239. package/docs/modules.html +5 -7
  240. package/docs/types/ArrayPosition.html +6 -8
  241. package/docs/types/AudioAppearance.html +6 -8
  242. package/docs/types/AudioTagTypeConfigKey.html +6 -8
  243. package/docs/types/CSS3DRenderExportType.html +6 -8
  244. package/docs/types/CSS3DRenderPluginExportType.html +6 -8
  245. package/docs/types/CSS3DRenderPluginParameterType.html +6 -8
  246. package/docs/types/ClassFunctionParameters.html +6 -8
  247. package/docs/types/Color.html +6 -8
  248. package/docs/types/ContentTypeConfigKey.html +6 -8
  249. package/docs/types/ContentTypeConfigKeySplit.html +6 -8
  250. package/docs/types/ContentTypeMap.html +6 -8
  251. package/docs/types/Create3DDomContainerReturnType.html +6 -8
  252. package/docs/types/Create3DElementReturnType.html +6 -8
  253. package/docs/types/CruisePluginExportType.html +6 -8
  254. package/docs/types/CruisePluginTypes.CruiseData.html +6 -8
  255. package/docs/types/CruisePluginTypes.MoveEffect.html +6 -8
  256. package/docs/types/DeprecatedMediaPlaneProperty.html +6 -8
  257. package/docs/types/DeprecatedTagProperty.html +6 -8
  258. package/docs/types/Direction-1.html +6 -8
  259. package/docs/types/Direction4.html +6 -8
  260. package/docs/types/ElementRenderer.html +6 -8
  261. package/docs/types/FloorplanRuleLabels.html +6 -8
  262. package/docs/types/FloorplanServerRuleLabels.html +6 -8
  263. package/docs/types/GuideLinePluginExportType.html +6 -8
  264. package/docs/types/GuideLinePluginType.GuideLineItem.html +6 -8
  265. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +6 -8
  266. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +6 -8
  267. package/docs/types/GuideLinePluginType.GuideLineStyle.html +6 -8
  268. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +6 -8
  269. package/docs/types/GuideLinePluginType.PathItem.html +6 -8
  270. package/docs/types/GuideLinePluginType.PluginData.html +6 -8
  271. package/docs/types/HelperEventMap.html +6 -8
  272. package/docs/types/LoadTagConfig.html +6 -8
  273. package/docs/types/MapviewFloorplanPluginParameterType.html +6 -8
  274. package/docs/types/MapviewFloorplanPluginReturnType.html +6 -8
  275. package/docs/types/MediaData.html +6 -8
  276. package/docs/types/MediaStore.html +6 -8
  277. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +6 -8
  278. package/docs/types/ModelFloorplanPluginParameterType.html +6 -8
  279. package/docs/types/ModelFloorplanPluginReturnType.html +6 -8
  280. package/docs/types/ModelRoomLabelPluginParameters.html +6 -8
  281. package/docs/types/ModelRoomLabelPluginReturnType.html +6 -8
  282. package/docs/types/MoveArgs.html +6 -8
  283. package/docs/types/MoveOpts.html +6 -8
  284. package/docs/types/Object3DHelperEventMap.html +6 -8
  285. package/docs/types/ObjectFit.html +6 -8
  286. package/docs/types/PaintBrushEventMap.html +6 -8
  287. package/docs/types/PanoCompassPluginData.html +6 -8
  288. package/docs/types/PanoCompassPluginExportType.html +6 -8
  289. package/docs/types/PanoCompassPluginParameterType.html +6 -8
  290. package/docs/types/PanoFloorplanRadarPluginParameterType.html +6 -8
  291. package/docs/types/PanoFloorplanRadarPluginReturnType.html +6 -8
  292. package/docs/types/PanoIndex.html +6 -8
  293. package/docs/types/PanoMeasurePluginEvent.html +6 -8
  294. package/docs/types/PanoMeasureReturnType.html +6 -8
  295. package/docs/types/PanoSpatialTagPluginId.html +6 -8
  296. package/docs/types/PanoTagPluginExportInterface.html +6 -8
  297. package/docs/types/PanoTagPluginParamsInterface.html +6 -8
  298. package/docs/types/PanoVideoPluginParameterType.html +6 -8
  299. package/docs/types/PanoVideoPluginReturnType.html +6 -8
  300. package/docs/types/PartialObjectDeep.html +6 -8
  301. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +6 -8
  302. package/docs/types/PlaneTag.html +6 -8
  303. package/docs/types/Point2DTag.html +6 -8
  304. package/docs/types/Point3DTag.html +6 -8
  305. package/docs/types/PointTag.html +6 -8
  306. package/docs/types/PointTagInstance.html +6 -8
  307. package/docs/types/Position.html +6 -8
  308. package/docs/types/RotateArgs.html +6 -8
  309. package/docs/types/RotateOpts.html +6 -8
  310. package/docs/types/RuleLabelsKey.html +6 -8
  311. package/docs/types/RuleLabelsValue.html +6 -8
  312. package/docs/types/StickType.html +6 -8
  313. package/docs/types/Tag.html +6 -8
  314. package/docs/types/Tag2D.html +6 -8
  315. package/docs/types/Tag3D.html +6 -8
  316. package/docs/types/TagContentType.html +6 -8
  317. package/docs/types/TagDimensionType.html +6 -8
  318. package/docs/types/TagElement.html +6 -8
  319. package/docs/types/TagEvents.html +6 -8
  320. package/docs/types/TagGLTFObject.html +6 -8
  321. package/docs/types/TagHooks.html +6 -8
  322. package/docs/types/TagId.html +6 -8
  323. package/docs/types/TagInstance.html +6 -8
  324. package/docs/types/TagPointType.html +6 -8
  325. package/docs/types/TagRendererMap.html +6 -8
  326. package/docs/types/TopviewFloorplanPluginParameterType.html +6 -8
  327. package/docs/types/TopviewFloorplanPluginReturnType.html +6 -8
  328. package/docs/types/WorkCode.html +6 -8
  329. package/docs/variables/FLOOR_TYPE_MAP.html +6 -8
  330. package/docs/variables/PLUGIN.html +6 -8
  331. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +6 -8
  332. package/docs/variables/ROOM_TYPE_MAP.html +6 -8
  333. package/docs/variables/itemLabelPluginServerParams.html +6 -8
  334. package/docs/variables/modelItemLabelPluginServerParams.html +6 -8
  335. package/docs/variables/modelRoomLabelPluginServerParams.html +6 -8
  336. package/libs/CSS3DRenderPlugin/Controller.d.ts +1 -4
  337. package/libs/CSS3DRenderPlugin/Controller.js +28 -31
  338. package/libs/CSS3DRenderPlugin/index.js +1 -1
  339. package/libs/CruisePlugin/Controller.js +1 -1
  340. package/libs/CruisePlugin/index.js +1 -1
  341. package/libs/GuideLinePlugin/Components/Tag.js +68 -68
  342. package/libs/GuideLinePlugin/Controller.js +1 -1
  343. package/libs/GuideLinePlugin/GuideLineItem.js +1 -1
  344. package/libs/GuideLinePlugin/GuideLineModeItem.js +1 -1
  345. package/libs/GuideLinePlugin/index.js +1 -1
  346. package/libs/ItemLabelPlugin/ItemLabelItem.js +82 -82
  347. package/libs/ModelChassisCompassPlugin/Plugin.js +58 -56
  348. package/libs/ModelTVVideoPlugin/Plugin.js +29 -30
  349. package/libs/ModelTVVideoPlugin/index.js +3 -4
  350. package/libs/Object3DHelperPlugin/Controller.js +3 -4
  351. package/libs/Object3DHelperPlugin/index.js +6 -7
  352. package/libs/PanoCompassPlugin/Controller.js +20 -20
  353. package/libs/PanoCompassPlugin/index.js +1 -1
  354. package/libs/PanoDoorLabelPlugin/BaseController.js +1 -1
  355. package/libs/PanoDoorLabelPlugin/Controller.js +1 -1
  356. package/libs/PanoDoorLabelPlugin/DoorLabelItem.js +60 -60
  357. package/libs/PanoDoorLabelPlugin/index.js +1 -1
  358. package/libs/PanoMeasurePlugin/Controller/BaseController.d.ts +4 -15
  359. package/libs/PanoMeasurePlugin/Controller/BaseController.js +34 -43
  360. package/libs/PanoMeasurePlugin/Controller/EditController.d.ts +18 -26
  361. package/libs/PanoMeasurePlugin/Controller/EditController.js +92 -270
  362. package/libs/PanoMeasurePlugin/Controller/MixedController.js +25 -26
  363. package/libs/PanoMeasurePlugin/Controller/ViewController.js +4 -5
  364. package/libs/PanoMeasurePlugin/Controller/WatchController.d.ts +2 -9
  365. package/libs/PanoMeasurePlugin/Controller/WatchController.js +54 -101
  366. package/libs/PanoMeasurePlugin/Controller/index.d.ts +9 -26
  367. package/libs/PanoMeasurePlugin/Controller/index.js +91 -145
  368. package/libs/PanoMeasurePlugin/Model/index.d.ts +0 -10
  369. package/libs/PanoMeasurePlugin/Model/index.js +35 -58
  370. package/libs/PanoMeasurePlugin/Model/line.d.ts +1 -6
  371. package/libs/PanoMeasurePlugin/Model/line.js +8 -21
  372. package/libs/PanoMeasurePlugin/Model/point.js +12 -17
  373. package/libs/PanoMeasurePlugin/Model/polyline.d.ts +0 -4
  374. package/libs/PanoMeasurePlugin/Model/polyline.js +3 -10
  375. package/libs/PanoMeasurePlugin/Modules/DeleteDom/index.d.ts +4 -8
  376. package/libs/PanoMeasurePlugin/Modules/DeleteDom/index.js +37 -49
  377. package/libs/PanoMeasurePlugin/Modules/GuideController.d.ts +1 -1
  378. package/libs/PanoMeasurePlugin/Modules/Magnifier.d.ts +1 -1
  379. package/libs/PanoMeasurePlugin/Modules/UIController/index.d.ts +3 -6
  380. package/libs/PanoMeasurePlugin/Modules/UIController/index.js +32 -117
  381. package/libs/PanoMeasurePlugin/Modules/UIController/style.d.ts +8 -0
  382. package/libs/PanoMeasurePlugin/Modules/UIController/style.js +24 -16
  383. package/libs/PanoMeasurePlugin/Modules/rangePiece/index.d.ts +0 -3
  384. package/libs/PanoMeasurePlugin/Modules/rangePiece/index.js +63 -64
  385. package/libs/PanoMeasurePlugin/index.js +24 -71
  386. package/libs/PanoMeasurePlugin/typings/data.d.ts +0 -24
  387. package/libs/PanoMeasurePlugin/typings/event.type.d.ts +3 -13
  388. package/libs/PanoMeasurePlugin/typings/index.d.ts +1 -1
  389. package/libs/PanoMeasurePlugin/utils/distanceDom.d.ts +30 -0
  390. package/libs/PanoMeasurePlugin/utils/distanceDom.js +83 -0
  391. package/libs/{shared-utils → PanoMeasurePlugin/utils}/getIntersectionFromEvent.d.ts +1 -1
  392. package/{dist/shared-utils → libs/PanoMeasurePlugin/utils}/getPointFromHammerEvent.d.ts +1 -1
  393. package/libs/PanoMeasurePlugin/utils/line.d.ts +1 -2
  394. package/libs/PanoMeasurePlugin/utils/ndc2Screen.d.ts +1 -2
  395. package/libs/PanoSpatialTagPlugin/Plugin.js +1 -1
  396. package/libs/PanoSpatialTagPlugin/index.js +1 -1
  397. package/libs/PanoTagPlugin/controller/TagCache.js +1 -1
  398. package/libs/PanoTagPlugin/controller/TagComputer.js +1 -1
  399. package/libs/PanoTagPlugin/controller/TagRender.js +1 -1
  400. package/libs/PanoTagPlugin/controller/TagUtil.js +1 -1
  401. package/libs/PanoTagPlugin/controller/index.js +1 -1
  402. package/libs/PanoTagPlugin/index.js +1 -1
  403. package/libs/PanoVideoPlugin/Controller.js +1 -1
  404. package/libs/PanoVideoPlugin/index.js +1 -1
  405. package/libs/base/BasePlugin.d.ts +1 -4
  406. package/libs/base/BasePlugin.js +11 -14
  407. package/libs/components/PaintBrush/style.d.ts +1 -1
  408. package/libs/components/PaintBrush/style.js +4 -4
  409. package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +1 -1
  410. package/libs/floorplan/MapviewFloorplanPlugin/index.js +1 -1
  411. package/libs/floorplan/ModelFloorplanPlugin/Controller.js +1 -1
  412. package/libs/floorplan/ModelFloorplanPlugin/index.js +1 -1
  413. package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +1 -1
  414. package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +1 -1
  415. package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +1 -1
  416. package/libs/floorplan/TopviewFloorplanPlugin/index.js +1 -1
  417. package/libs/index.js +123 -142
  418. package/libs/shared-utils/Object3DHelper/Base/BaseHelper.d.ts +7 -3
  419. package/libs/shared-utils/Object3DHelper/Base/BaseHelper.js +49 -29
  420. package/libs/shared-utils/index.d.ts +1 -1
  421. package/libs/shared-utils/index.js +20 -21
  422. package/libs/shared-utils/isAbsoluteURL.d.ts +1 -0
  423. package/libs/shared-utils/isAbsoluteURL.js +6 -0
  424. package/libs/shared-utils/logger.js +2 -2
  425. package/libs/shared-utils/three/FivePointSelector.d.ts +36 -0
  426. package/libs/shared-utils/three/FivePointSelector.js +49 -0
  427. package/libs/shared-utils/three/Magnifier.d.ts +0 -3
  428. package/libs/shared-utils/three/Magnifier.js +13 -16
  429. package/libs/shared-utils/three/centerPoint.js +3 -1
  430. package/libs/shared-utils/three/index.d.ts +1 -1
  431. package/libs/vendor/svelte/internal/index.js +345 -392
  432. package/package.json +2 -4
  433. package/dist/PanoMeasurePlugin/Components/Common/CircleButton.svelte.d.ts +0 -1
  434. package/dist/PanoMeasurePlugin/Components/Common/Exit.svelte.d.ts +0 -1
  435. package/dist/PanoMeasurePlugin/Components/Common/Switcher0.svelte.d.ts +0 -1
  436. package/dist/PanoMeasurePlugin/Components/Common/Switcher1.svelte.d.ts +0 -1
  437. package/dist/PanoMeasurePlugin/Components/Controller0.svelte.d.ts +0 -1
  438. package/dist/PanoMeasurePlugin/Components/Controller1.svelte.d.ts +0 -1
  439. package/dist/PanoMeasurePlugin/Model/area.d.ts +0 -70
  440. package/dist/PanoMeasurePlugin/Model/polygon.d.ts +0 -14
  441. package/dist/PanoMeasurePlugin/Modules/FiveHelper.d.ts +0 -12
  442. package/dist/PanoMeasurePlugin/utils/dom/areaDom.d.ts +0 -22
  443. package/dist/PanoMeasurePlugin/utils/dom/base.d.ts +0 -29
  444. package/dist/PanoMeasurePlugin/utils/dom/distanceItem.d.ts +0 -27
  445. package/dist/PanoMeasurePlugin/utils/generatePolygonGeometry.d.ts +0 -6
  446. package/dist/PanoMeasurePlugin/utils/geometryUtil.d.ts +0 -7
  447. package/dist/PanoMeasurePlugin/utils/isIntersecting.d.ts +0 -15
  448. package/dist/shared-utils/absoluteUrl.d.ts +0 -5
  449. package/dist/shared-utils/isTouchDevice.d.ts +0 -1
  450. package/dist/shared-utils/safeObj.d.ts +0 -1
  451. package/dist/shared-utils/three/IObject3D.d.ts +0 -7
  452. package/dist/shared-utils/three/PointSelector.d.ts +0 -66
  453. package/dist/shared-utils/three/PointSelectorHelper.d.ts +0 -50
  454. package/docs/functions/Util.absoluteUrl.html +0 -370
  455. package/docs/interfaces/Util.PointIntersection.html +0 -408
  456. package/libs/PanoMeasurePlugin/Components/Common/CircleButton.js +0 -57
  457. package/libs/PanoMeasurePlugin/Components/Common/CircleButton.svelte.d.ts +0 -1
  458. package/libs/PanoMeasurePlugin/Components/Common/Exit.js +0 -42
  459. package/libs/PanoMeasurePlugin/Components/Common/Exit.svelte.d.ts +0 -1
  460. package/libs/PanoMeasurePlugin/Components/Common/Switcher0.js +0 -250
  461. package/libs/PanoMeasurePlugin/Components/Common/Switcher0.svelte.d.ts +0 -1
  462. package/libs/PanoMeasurePlugin/Components/Common/Switcher1.js +0 -211
  463. package/libs/PanoMeasurePlugin/Components/Common/Switcher1.svelte.d.ts +0 -1
  464. package/libs/PanoMeasurePlugin/Components/Controller0.js +0 -197
  465. package/libs/PanoMeasurePlugin/Components/Controller0.svelte.d.ts +0 -1
  466. package/libs/PanoMeasurePlugin/Components/Controller1.js +0 -370
  467. package/libs/PanoMeasurePlugin/Components/Controller1.svelte.d.ts +0 -1
  468. package/libs/PanoMeasurePlugin/Model/area.d.ts +0 -70
  469. package/libs/PanoMeasurePlugin/Model/area.js +0 -110
  470. package/libs/PanoMeasurePlugin/Model/polygon.d.ts +0 -14
  471. package/libs/PanoMeasurePlugin/Model/polygon.js +0 -44
  472. package/libs/PanoMeasurePlugin/Modules/FiveHelper.d.ts +0 -12
  473. package/libs/PanoMeasurePlugin/Modules/FiveHelper.js +0 -29
  474. package/libs/PanoMeasurePlugin/utils/dom/areaDom.d.ts +0 -22
  475. package/libs/PanoMeasurePlugin/utils/dom/areaDom.js +0 -50
  476. package/libs/PanoMeasurePlugin/utils/dom/base.d.ts +0 -29
  477. package/libs/PanoMeasurePlugin/utils/dom/base.js +0 -78
  478. package/libs/PanoMeasurePlugin/utils/dom/distanceItem.d.ts +0 -27
  479. package/libs/PanoMeasurePlugin/utils/dom/distanceItem.js +0 -62
  480. package/libs/PanoMeasurePlugin/utils/generatePolygonGeometry.d.ts +0 -6
  481. package/libs/PanoMeasurePlugin/utils/generatePolygonGeometry.js +0 -13
  482. package/libs/PanoMeasurePlugin/utils/geometryUtil.d.ts +0 -7
  483. package/libs/PanoMeasurePlugin/utils/geometryUtil.js +0 -39
  484. package/libs/PanoMeasurePlugin/utils/isIntersecting.d.ts +0 -15
  485. package/libs/PanoMeasurePlugin/utils/isIntersecting.js +0 -25
  486. package/libs/shared-utils/absoluteUrl.d.ts +0 -5
  487. package/libs/shared-utils/absoluteUrl.js +0 -10
  488. package/libs/shared-utils/isTouchDevice.d.ts +0 -1
  489. package/libs/shared-utils/isTouchDevice.js +0 -4
  490. package/libs/shared-utils/safeObj.d.ts +0 -1
  491. package/libs/shared-utils/safeObj.js +0 -6
  492. package/libs/shared-utils/three/IObject3D.d.ts +0 -7
  493. package/libs/shared-utils/three/IObject3D.js +0 -25
  494. package/libs/shared-utils/three/PointSelector.d.ts +0 -66
  495. package/libs/shared-utils/three/PointSelector.js +0 -116
  496. package/libs/shared-utils/three/PointSelectorHelper.d.ts +0 -50
  497. package/libs/shared-utils/three/PointSelectorHelper.js +0 -100
  498. /package/libs/{shared-utils → PanoMeasurePlugin/utils}/getIntersectionFromEvent.js +0 -0
  499. /package/libs/{shared-utils → PanoMeasurePlugin/utils}/getPointFromHammerEvent.js +0 -0
@@ -28,10 +28,6 @@ export declare class Polyline {
28
28
  removeLine(line: Line): void;
29
29
  isLastLine(line: Line): boolean;
30
30
  getLastLine(): Line;
31
- /**
32
- * @description: 获取连续线段的顶点数量
33
- */
34
- getPointLength(): number;
35
31
  clear(): void;
36
32
  /** 是否产生重叠 */
37
33
  overlapWith(item: Point | Line | Polyline): boolean;
@@ -9,11 +9,10 @@ import "../utils/line.js";
9
9
  import "@realsee/five/line";
10
10
  import "../utils/constants.js";
11
11
  import "three";
12
- import "../utils/dom/distanceItem.js";
13
- import "../utils/dom/base.js";
12
+ import "../utils/distanceDom.js";
14
13
  import "../utils/isNDCPointInScreen.js";
15
14
  import "../../shared-utils/removeArrayItem.js";
16
- class S {
15
+ class C {
17
16
  constructor(i) {
18
17
  s(this, "id", L());
19
18
  s(this, "lines", []);
@@ -48,12 +47,6 @@ class S {
48
47
  getLastLine() {
49
48
  return this.lines.slice(-1)[0];
50
49
  }
51
- /**
52
- * @description: 获取连续线段的顶点数量
53
- */
54
- getPointLength() {
55
- return this.lines.length + 1;
56
- }
57
50
  clear() {
58
51
  const i = this.lines.slice();
59
52
  this.lines.slice(0, this.lines.length), this.points.slice(0, this.points.length), i.reduceRight((t, h) => this.hook.emit("lineRemoved", h), void 0);
@@ -112,5 +105,5 @@ class S {
112
105
  }
113
106
  }
114
107
  export {
115
- S as Polyline
108
+ C as Polyline
116
109
  };
@@ -6,25 +6,21 @@ export default class DeleteDom {
6
6
  private lines;
7
7
  private points;
8
8
  private onClick;
9
- private cancel;
9
+ private cancelDelete;
10
10
  private content;
11
11
  private container;
12
12
  private masking;
13
- private target;
14
13
  constructor(five: Five, opts?: {
15
- onClick?: (e: MouseEvent, target: any) => void;
16
- cancel?: (target: any) => void;
14
+ onClick?: (e: MouseEvent) => void;
15
+ cancelDelete?: (e: MouseEvent) => void;
17
16
  i18n?: (key: string) => string;
18
17
  });
19
18
  dispose(): void;
20
19
  appendTo(element: Element): this;
21
20
  setLines(lines: Line[]): this;
22
- setTarget(target: any): this;
23
- updatePosition(left?: string, top?: string): this;
21
+ updatePosition(): this;
24
22
  hide(): this;
25
23
  show(): this;
26
- private clickHandler;
27
- private cancelHandler;
28
24
  private onMouseEnter;
29
25
  private onMouseLeave;
30
26
  }
@@ -1,81 +1,69 @@
1
- var f = Object.defineProperty;
2
- var k = (r, t, e) => t in r ? f(r, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : r[t] = e;
3
- var n = (r, t, e) => (k(r, typeof t != "symbol" ? t + "" : t, e), e);
4
- import x from "./_Assets/delete.svg.js";
5
- import y from "./_Assets/delete_bg.png.js";
6
- import E from "./_Assets/delete_hover_bg.png.js";
7
- class $ {
8
- constructor(t, e) {
1
+ var v = Object.defineProperty;
2
+ var g = (c, e, t) => e in c ? v(c, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : c[e] = t;
3
+ var n = (c, e, t) => (g(c, typeof e != "symbol" ? e + "" : e, t), t);
4
+ import f from "./_Assets/delete.svg.js";
5
+ import p from "./_Assets/delete_bg.png.js";
6
+ import k from "./_Assets/delete_hover_bg.png.js";
7
+ class D {
8
+ constructor(e, t) {
9
9
  n(this, "visible", !1);
10
10
  n(this, "five");
11
11
  n(this, "lines", []);
12
12
  n(this, "points", []);
13
13
  n(this, "onClick");
14
- n(this, "cancel");
14
+ n(this, "cancelDelete");
15
15
  n(this, "content", document.createElement("div"));
16
16
  n(this, "container", document.createElement("div"));
17
17
  n(this, "masking", document.createElement("div"));
18
- n(this, "target");
19
- n(this, "clickHandler", (t) => {
20
- this.onClick(t, this.target);
21
- });
22
- n(this, "cancelHandler", () => {
23
- this.cancel(this.target);
24
- });
25
18
  n(this, "onMouseEnter", () => {
26
- this.content.style.backgroundImage = `url(${E})`;
19
+ this.content.style.backgroundImage = `url(${k})`;
27
20
  });
28
21
  n(this, "onMouseLeave", () => {
29
- this.content.style.backgroundImage = `url(${y})`;
22
+ this.content.style.backgroundImage = `url(${p})`;
30
23
  });
31
- var c, o;
32
- this.five = t, this.onClick = (e == null ? void 0 : e.onClick) || (() => {
33
- }), this.cancel = (e == null ? void 0 : e.cancel) || (() => {
34
- }), this.container.classList.add("fpm__delete"), this.container.style.opacity = "0", this.container.style.position = "absolute", this.container.style.left = "0", this.container.style.top = "10px", this.container.style.transform = "translate3d(0, 0, 10px)", this.container.style.pointerEvents = "none", this.container.style.transition = "opacity 200ms ease", this.container.style.zIndex = "99", this.content.classList.add("fpm__delete-content"), this.content.style.width = "62px", this.content.style.height = "26px", this.content.style.display = "flex", this.content.style.alignItems = "center", this.content.style.justifyContent = "center", this.content.style.transform = "translate(-50%, -50%)", this.content.style.color = "#fff", this.content.style.fontSize = "12px", this.content.style.lineHeight = "17px", this.content.style.borderRadius = "11px", this.content.style.backgroundSize = "100% 100%", this.content.style.cursor = "pointer", this.content.style.userSelect = "none", this.content.style.backgroundImage = `url(${y})`, this.content.innerHTML = `
35
- ${x}
36
- <span>${(o = (c = e.i18n) == null ? void 0 : c.call(e, "删除")) != null ? o : "删除"}</span>
24
+ var o, r;
25
+ this.five = e, this.onClick = (t == null ? void 0 : t.onClick) || (() => {
26
+ }), this.cancelDelete = (t == null ? void 0 : t.cancelDelete) || (() => {
27
+ }), this.container.classList.add("fpm__delete"), this.container.style.opacity = "0", this.container.style.position = "absolute", this.container.style.left = "0", this.container.style.top = "10px", this.container.style.transform = "translate3d(0, 0, 10px)", this.container.style.pointerEvents = "none", this.container.style.transition = "top 200ms ease, opacity 200ms ease", this.container.style.zIndex = "99", this.content.classList.add("fpm__delete-content"), this.content.style.width = "62px", this.content.style.height = "26px", this.content.style.display = "flex", this.content.style.alignItems = "center", this.content.style.justifyContent = "center", this.content.style.transform = "translate(-50%, -50%)", this.content.style.color = "#fff", this.content.style.fontSize = "12px", this.content.style.lineHeight = "17px", this.content.style.borderRadius = "11px", this.content.style.backgroundSize = "100% 100%", this.content.style.cursor = "pointer", this.content.style.userSelect = "none", this.content.style.backgroundImage = `url(${p})`, this.content.innerHTML = `
28
+ ${f}
29
+ <span>${(r = (o = t.i18n) == null ? void 0 : o.call(t, "删除")) != null ? r : "删除"}</span>
37
30
  `, this.container.append(this.content);
38
31
  const s = this.content.querySelector(".fpm__delete-icon");
39
- s && (s.style.width = "16px", s.style.height = "17px", s.style.marginRight = "1px"), this.content.addEventListener("click", this.clickHandler), this.content.addEventListener("mouseenter", this.onMouseEnter), this.content.addEventListener("mouseleave", this.onMouseLeave), this.masking.setAttribute("style", "position: absolute;top: 0;left: 0;bottom: 0;right: 0;pointer-events: none;"), this.masking.addEventListener("click", this.cancelHandler), this.masking.addEventListener("touchstart", this.cancelHandler);
32
+ s && (s.style.width = "16px", s.style.height = "17px", s.style.marginRight = "1px"), this.content.addEventListener("click", this.onClick), this.content.addEventListener("mouseenter", this.onMouseEnter), this.content.addEventListener("mouseleave", this.onMouseLeave), this.masking.setAttribute("style", "position: absolute;top: 0;left: 0;bottom: 0;right: 0;pointer-events: none;"), this.masking.addEventListener("click", this.cancelDelete), this.masking.addEventListener("touchstart", this.cancelDelete);
40
33
  }
41
34
  dispose() {
42
- this.content.removeEventListener("click", this.clickHandler), this.content.removeEventListener("mouseenter", this.onMouseEnter), this.content.removeEventListener("mouseleave", this.onMouseLeave), this.container.remove(), this.masking.removeEventListener("click", this.cancelHandler), this.masking.removeEventListener("touchstart", this.cancelHandler), this.masking.remove();
43
- }
44
- appendTo(t) {
45
- return t.append(this.container), t.append(this.masking), this;
35
+ this.content.removeEventListener("click", this.onClick), this.content.removeEventListener("mouseenter", this.onMouseEnter), this.content.removeEventListener("mouseleave", this.onMouseLeave), this.container.remove(), this.masking.removeEventListener("click", this.cancelDelete), this.masking.removeEventListener("touchstart", this.cancelDelete), this.masking.remove();
46
36
  }
47
- setLines(t) {
48
- return this.lines = t, this.points = Array.from(new Set(this.lines.map((e) => [e.points[0], e.points[1]]).flat(1))), this;
37
+ appendTo(e) {
38
+ return e.append(this.container), e.append(this.masking), this;
49
39
  }
50
- setTarget(t) {
51
- return this.target = t, this;
40
+ setLines(e) {
41
+ return this.lines = e, this.points = Array.from(new Set(this.lines.map((t) => [t.points[0], t.points[1]]).flat(1))), this;
52
42
  }
53
- updatePosition(t, e) {
54
- if (t && e)
55
- return this.container.style.left = t, this.container.style.top = e, this.show();
43
+ updatePosition() {
56
44
  if (this.lines.length === 0)
57
45
  return this;
58
- const s = this.points.map((i) => i.position), c = s.map((i) => i.clone().project(this.five.camera));
59
- if (c.some((i) => Math.abs(i.z) > 1))
46
+ const e = this.points.map((i) => i.position), t = e.map((i) => i.clone().project(this.five.camera));
47
+ if (t.some((i) => Math.abs(i.z) > 1))
60
48
  return this.hide();
61
- const o = c.map((i) => i.x), a = c.map((i) => i.y), p = (Math.min(...o) + Math.max(...o)) / 2, u = Math.max(...a), h = this.container.parentElement;
62
- if (!h)
49
+ const s = t.map((i) => i.x), o = t.map((i) => i.y), r = (Math.min(...s) + Math.max(...s)) / 2, y = Math.max(...o), a = this.container.parentElement;
50
+ if (!a)
63
51
  return this;
64
- const l = (p + 1) / 2 * h.clientWidth, v = -(u - 1) / 2 * h.clientHeight;
65
- let m = l, d = v - 34;
66
- if (this.lines.length === 1 && s.length === 2) {
67
- const i = (a[1] - a[0]) / (o[1] - o[0]), g = -((a[1] + a[0]) / 2 - 1) / 2 * h.clientHeight;
68
- Math.abs(i) > 0.4 && (m = l + 57, d = g);
52
+ const h = (r + 1) / 2 * a.clientWidth, d = -(y - 1) / 2 * a.clientHeight;
53
+ let l = h, m = d - 34;
54
+ if (this.lines.length === 1 && e.length === 2) {
55
+ const i = (o[1] - o[0]) / (s[1] - s[0]), u = -((o[1] + o[0]) / 2 - 1) / 2 * a.clientHeight;
56
+ Math.abs(i) > 0.4 && (l = h + 57, m = u);
69
57
  }
70
- return this.container.style.top = "0", this.container.style.transform = `translate3d(${m}px, ${d}px, 0)`, this.show();
58
+ return this.container.style.transform = `translate3d(${l}px, ${m}px, 10px)`, this.show();
71
59
  }
72
60
  hide() {
73
- return this.visible = !1, this.masking.style.pointerEvents = "none", this.container.style.opacity = "0", this.container.style.pointerEvents = "none", this;
61
+ return this.visible = !1, this.masking.style.pointerEvents = "none", this.container.style.opacity = "0", this.container.style.top = "10px", this.container.style.pointerEvents = "none", this;
74
62
  }
75
63
  show() {
76
- return this.visible = !0, this.masking.style.pointerEvents = "auto", this.container.style.opacity = "1", this.container.style.pointerEvents = "auto", this;
64
+ return this.visible = !0, this.masking.style.pointerEvents = "auto", this.container.style.opacity = "1", this.container.style.top = "0", this.container.style.pointerEvents = "auto", this;
77
65
  }
78
66
  }
79
67
  export {
80
- $ as default
68
+ D as default
81
69
  };
@@ -1,6 +1,6 @@
1
1
  import type MeasureController from '../Controller';
2
2
  export interface GuideControllerParams {
3
- container?: Element;
3
+ container: Element;
4
4
  startTip?: string;
5
5
  endTip?: string;
6
6
  firstPointTip?: string;
@@ -3,7 +3,7 @@ import Hammer from 'hammerjs';
3
3
  import * as THREE from 'three';
4
4
  import { Subscribe, type SubscribeEventMap } from '@realsee/five';
5
5
  interface MagnifierEvent extends SubscribeEventMap {
6
- wantsPanGesture: (event: (typeof Hammer)['Input']) => boolean;
6
+ wantsPanGesture: (event: typeof Hammer['Input']) => boolean;
7
7
  }
8
8
  /** 放大镜配置参数 */
9
9
  export interface MagnifierParameter {
@@ -1,15 +1,13 @@
1
1
  import type MeasureController from '../../Controller';
2
- export type UIMode = 'pc' | 'mobile';
3
2
  export interface UIControllerParams {
4
- container?: Element;
5
- mode?: UIMode;
6
- pointSelectorMode?: 'fixed' | 'cursor';
7
- useNewUI?: boolean;
3
+ container: Element;
4
+ mode?: 'pc' | 'mobile';
8
5
  startButtonText?: string;
9
6
  endButtonText?: string;
10
7
  revokeButtonText?: string;
11
8
  exitButtonText?: string;
12
9
  }
10
+ export type UIMode = 'pc' | 'mobile';
13
11
  export declare class UIController {
14
12
  private revoke?;
15
13
  private container;
@@ -17,7 +15,6 @@ export declare class UIController {
17
15
  private disposers;
18
16
  private measureController;
19
17
  private mode;
20
- private svelteDom?;
21
18
  private _params;
22
19
  constructor(measureController: MeasureController, params: UIControllerParams);
23
20
  dispose(): void;
@@ -1,138 +1,53 @@
1
1
  var c = Object.defineProperty;
2
- var h = (i, e, t) => e in i ? c(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t;
3
- var o = (i, e, t) => (h(i, typeof e != "symbol" ? e + "" : e, t), t);
4
- import d from "./HTML.js";
5
- import u from "./mobileHTML.js";
6
- import { controllerBackgroundStyle as y, operatingSpaceStyle as f, uiWrapperStyle as v, textStyle as C, exitItemStyle as S, exitIconStyle as g } from "./style.js";
2
+ var h = (i, t, e) => t in i ? c(i, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : i[t] = e;
3
+ var s = (i, t, e) => (h(i, typeof t != "symbol" ? t + "" : t, e), e);
4
+ import m from "./HTML.js";
5
+ import p from "./mobileHTML.js";
6
+ import { controllerBackgroundStyle as d, operatingSpaceStyle as y, uiWrapperStyle as u, textStyle as f, exitItemStyle as v, exitIconStyle as C } from "./style.js";
7
7
  import { MainBtnController as _ } from "./MainBtnController.js";
8
8
  import { MobileMainBtnController as b } from "./mobileMainBtnController.js";
9
9
  import E from "./Revoke/index.js";
10
- import x from "../../Components/Controller0.js";
11
- import k from "../../Components/Controller1.js";
12
- import "../../../vendor/svelte/internal/index.js";
13
- import "../../Components/Common/Switcher0.js";
14
- import "../../Components/Common/Exit.js";
15
- import "../../Controller/EditController.js";
16
- import "../../Model/line.js";
17
- import "../../../shared-utils/uuid.js";
18
- import "../../utils/line.js";
19
- import "@realsee/five/line";
20
- import "../../utils/constants.js";
21
- import "three";
22
- import "@realsee/five";
23
- import "../../utils/dom/distanceItem.js";
24
- import "../../utils/dom/base.js";
25
- import "../../utils/isNDCPointInScreen.js";
26
- import "../../Model/point.js";
27
- import "../../../shared-utils/removeArrayItem.js";
28
- import "../../../shared-utils/throttle.js";
29
- import "../../Controller/BaseController.js";
30
- import "../../utils/ironbox.js";
31
- import "../../Model/polyline.js";
32
- import "../../Model/area.js";
33
- import "../../Model/polygon.js";
34
- import "../../../shared-utils/three/IObject3D.js";
35
- import "../../utils/generatePolygonGeometry.js";
36
- import "earcut";
37
- import "../../utils/dom/areaDom.js";
38
- import "../../utils/geometryUtil.js";
39
- import "../../../shared-utils/three/centerPoint.js";
40
- import "../../utils/isIntersecting.js";
41
- import "../../../shared-utils/three/PointSelector.js";
42
- import "../../../shared-utils/three/PointSelectorHelper.js";
43
- import "../../../shared-utils/three/Magnifier.js";
44
- import "hammerjs";
45
- import "../../../shared-utils/three/getIntersect.js";
46
- import "../../../shared-utils/three/PointHelper.js";
47
- import "../../../shared-utils/three/Assets/index.js";
48
- import "../../../shared-utils/three/PointDomHelper.js";
49
- import "../../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
50
- import "../rangePiece/html.js";
51
- import "../../../CSS3DRenderPlugin/index.js";
52
- import "../../../CSS3DRenderPlugin/Controller.js";
53
- import "../../../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
54
- import "../../../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
55
- import "three/examples/jsm/renderers/CSS3DRenderer";
56
- import "../../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
57
- import "../../../CSS3DRenderPlugin/utils/createResizeObserver.js";
58
- import "../../../CSS3DRenderPlugin/utils/even.js";
59
- import "../../../shared-utils/Subscribe.js";
60
- import "../../../CSS3DRenderPlugin/utils/positionToVector3.js";
61
- import "../../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
62
- import "../../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
63
- import "../../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
64
- import "../../../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
65
- import "../../../CSS3DRenderPlugin/utils/waitFiveModelLoaded.js";
66
- import "../../../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
67
- import "../../../shared-utils/absoluteUrl.js";
68
- import "../../../shared-utils/animationFrame/BetterTween.js";
69
- import "../../../shared-utils/animationFrame/index.js";
70
- import "../../../shared-utils/isTouchDevice.js";
71
- import "../../../shared-utils/getIntersectionFromEvent.js";
72
- import "../../../shared-utils/getPointFromHammerEvent.js";
73
- import "../DeleteDom/index.js";
74
- import "../DeleteDom/_Assets/delete.svg.js";
75
- import "../DeleteDom/_Assets/delete_bg.png.js";
76
- import "../DeleteDom/_Assets/delete_hover_bg.png.js";
77
- import "../../utils/findAssociatedLines.js";
78
- import "../../utils/math.js";
79
- import "../../Components/Common/Switcher1.js";
80
- import "../../Components/Common/CircleButton.js";
81
- import "../../../vendor/svelte/transition/index.js";
82
- import "../../../vendor/svelte/easing/index.js";
83
- class Yt {
84
- constructor(e, t) {
85
- o(this, "revoke");
86
- o(this, "container");
87
- o(this, "mainController");
88
- o(this, "disposers", []);
89
- o(this, "measureController");
90
- o(this, "mode");
91
- o(this, "svelteDom");
92
- o(this, "_params");
93
- o(this, "handleExit", () => {
94
- const e = this.container.querySelector(".fpm__exit-icon"), t = this.container.querySelector(".fpm__exit");
95
- if (!t || !e)
10
+ class w {
11
+ constructor(t, e) {
12
+ s(this, "revoke");
13
+ s(this, "container");
14
+ s(this, "mainController");
15
+ s(this, "disposers", []);
16
+ s(this, "measureController");
17
+ s(this, "mode");
18
+ s(this, "_params");
19
+ s(this, "handleExit", () => {
20
+ const t = this.container.querySelector(".fpm__exit-icon"), e = this.container.querySelector(".fpm__exit");
21
+ if (!e || !t)
96
22
  throw new Error("cannot find dom");
97
- this.mode === "pc" && (Object.assign(t.style, S), Object.assign(e == null ? void 0 : e.style, g));
98
- const r = () => {
99
- t.style.opacity = "1";
100
- }, s = () => {
101
- t.style.opacity = "0.85";
23
+ this.mode === "pc" && (Object.assign(e.style, v), Object.assign(t == null ? void 0 : t.style, C));
24
+ const o = () => {
25
+ e.style.opacity = "1";
26
+ }, r = () => {
27
+ e.style.opacity = "0.85";
102
28
  }, n = () => {
103
29
  this.measureController.disable();
104
30
  };
105
- return t.addEventListener("click", n), t.addEventListener("mouseenter", r), t.addEventListener("mouseleave", s), () => {
106
- t.removeEventListener("click", n), t.removeEventListener("mouseenter", r), t.removeEventListener("mouseleave", s);
31
+ return e.addEventListener("click", n), e.addEventListener("mouseenter", o), e.addEventListener("mouseleave", r), () => {
32
+ e.removeEventListener("click", n), e.removeEventListener("mouseenter", o), e.removeEventListener("mouseleave", r);
107
33
  };
108
34
  });
109
- var s, n;
110
- this._params = t, this.measureController = e, this.mode = (s = t.mode) != null ? s : "pc", this.container = document.createElement("div"), this.container.innerHTML = this.mode === "mobile" ? u : d, this.container.classList.add("fpm__ui-controller", this.mode), this.container.style.background = "rgba(0, 0, 0, 0.15)";
111
- const r = (n = t.useNewUI) != null ? n : !1;
112
- if (r && (t.pointSelectorMode === "cursor" ? this.svelteDom = new x({
113
- target: t.container,
114
- props: { measureController: this.measureController }
115
- }) : t.pointSelectorMode === "fixed" && (this.svelteDom = new k({
116
- target: t.container,
117
- props: { measureController: this.measureController }
118
- }))), !r) {
119
- t.container.appendChild(this.container);
120
- const l = this.container.querySelectorAll(".fpm__text"), m = this.container.querySelector(".fpm_ui-bg"), p = this.container.querySelector(".fpm_operating-space");
121
- Object.assign(m == null ? void 0 : m.style, y), Object.assign(p == null ? void 0 : p.style, f), Object.assign(this.container.style, v), l.forEach((a) => Object.assign(a.style, C));
122
- }
35
+ var a;
36
+ this._params = e, this.measureController = t, this.mode = (a = e.mode) != null ? a : "pc", this.container = document.createElement("div"), this.container.innerHTML = this.mode === "mobile" ? p : m, this.container.classList.add("fpm__ui-controller", this.mode), this.container.style.background = "rgba(0, 0, 0, 0.15)", e.container.appendChild(this.container);
37
+ const o = this.container.querySelectorAll(".fpm__text"), r = this.container.querySelector(".fpm_ui-bg"), n = this.container.querySelector(".fpm_operating-space");
38
+ Object.assign(r == null ? void 0 : r.style, d), Object.assign(n == null ? void 0 : n.style, y), Object.assign(this.container.style, u), o.forEach((l) => Object.assign(l.style, f));
123
39
  }
124
40
  dispose() {
125
- var e;
126
- this.hide(), (e = this.svelteDom) == null || e.$destroy(), this.container.remove();
41
+ this.hide(), this.container.remove();
127
42
  }
128
43
  show() {
129
44
  return this.container.style.display = "block", this.container.style.opacity = "1", this.container.style.transform = "translate(0, 0)", this.mode === "pc" ? (this.revoke = new E(this.measureController, this.container), this.mainController = new _(this.measureController, this.container, this._params)) : this.mainController = new b(this.measureController, this.container, this._params), this.disposers.push(this.handleExit()), this;
130
45
  }
131
46
  hide() {
132
- var e, t;
133
- return this.container.style.display = "none", this.container.style.opacity = "0", this.container.style.transform = "translate(0, 10px)", this.mode === "pc" && ((e = this.revoke) == null || e.dispose()), (t = this.mainController) == null || t.dispose(), this.disposers.forEach((r) => r()), this.disposers = [], this;
47
+ var t, e;
48
+ return this.container.style.display = "none", this.container.style.opacity = "0", this.container.style.transform = "translate(0, 10px)", this.mode === "pc" && ((t = this.revoke) == null || t.dispose()), (e = this.mainController) == null || e.dispose(), this.disposers.forEach((o) => o()), this.disposers = [], this;
134
49
  }
135
50
  }
136
51
  export {
137
- Yt as UIController
52
+ w as UIController
138
53
  };
@@ -1,3 +1,11 @@
1
+ export declare const addHoverImage = "//vrlab-static.ljcdn.com/release/web/measure/add-hover.944fffad.png";
2
+ export declare const addNormalImage = "//vrlab-static.ljcdn.com/release/web/measure/add-normal.39e967e9.png";
3
+ export declare const cancelHoverImage = "//vrlab-static.ljcdn.com/release/web/measure/canale-hover.74b37e24.png";
4
+ export declare const cancelNormalImage = "//vrlab-static.ljcdn.com/release/web/measure/cancle-normal.77bb326c.png";
5
+ export declare const doneHoverImage = "//vrlab-static.ljcdn.com/release/web/measure/done-hover.9e09438b.png";
6
+ export declare const doneNormalImage = "//vrlab-static.ljcdn.com/release/web/measure/done-normal.4fcddd73.png";
7
+ export declare const exitImage = "//vrlab-static.ljcdn.com/release/web/measure/exit.6693ad51.png";
8
+ export declare const revokeImage = "//vrlab-static.ljcdn.com/release/web/measure/revoke.3e424843.png";
1
9
  export declare const uiWrapperStyle: Partial<CSSStyleDeclaration>;
2
10
  export declare const operatingSpaceStyle: Partial<CSSStyleDeclaration>;
3
11
  export declare const controllerBackgroundStyle: Partial<CSSStyleDeclaration>;
@@ -1,4 +1,4 @@
1
- const t = {
1
+ const e = "//vrlab-static.ljcdn.com/release/web/measure/add-hover.944fffad.png", t = "//vrlab-static.ljcdn.com/release/web/measure/add-normal.39e967e9.png", a = "//vrlab-static.ljcdn.com/release/web/measure/canale-hover.74b37e24.png", n = "//vrlab-static.ljcdn.com/release/web/measure/cancle-normal.77bb326c.png", o = "//vrlab-static.ljcdn.com/release/web/measure/done-hover.9e09438b.png", r = "//vrlab-static.ljcdn.com/release/web/measure/done-normal.4fcddd73.png", s = "//vrlab-static.ljcdn.com/release/web/measure/exit.6693ad51.png", c = "//vrlab-static.ljcdn.com/release/web/measure/revoke.3e424843.png", l = {
2
2
  display: "none",
3
3
  position: "absolute",
4
4
  top: "0",
@@ -8,7 +8,7 @@ const t = {
8
8
  opacity: "0",
9
9
  transform: "translate(0, 10px)",
10
10
  transition: "opacity 500ms ease-in-out, transform 500ms ease-in-out"
11
- }, e = {
11
+ }, i = {
12
12
  position: "absolute",
13
13
  left: "50%",
14
14
  bottom: "32px",
@@ -21,7 +21,7 @@ const t = {
21
21
  pointerEvents: "all",
22
22
  color: "#fff",
23
23
  zIndex: "10"
24
- }, n = {
24
+ }, m = {
25
25
  position: "absolute",
26
26
  bottom: "0",
27
27
  left: "0",
@@ -30,33 +30,41 @@ const t = {
30
30
  height: "184px",
31
31
  background: "linear-gradient(180deg, rgba(0,0,0,0.00) 0%, #000000 100%)",
32
32
  zIndex: "0"
33
- }, o = {
33
+ }, d = {
34
34
  margin: "0 64px"
35
- }, i = {
35
+ }, p = {
36
36
  opacity: "0.85"
37
- }, a = {
37
+ }, g = {
38
38
  width: "72px",
39
39
  height: "72px",
40
40
  backgroundSize: "100%",
41
41
  cursor: "pointer",
42
42
  transition: "all 200ms ease-in-out"
43
- }, s = {
43
+ }, b = {
44
44
  width: "24px",
45
45
  height: "24px",
46
46
  marginRight: "4px",
47
47
  backgroundSize: "100%",
48
48
  cursor: "pointer"
49
- }, r = {
49
+ }, u = {
50
50
  userSelect: "none",
51
51
  pointerEvents: "none"
52
52
  };
53
53
  export {
54
- n as controllerBackgroundStyle,
55
- s as exitIconStyle,
56
- i as exitItemStyle,
57
- a as mainIconStyle,
58
- o as mainItemStyle,
59
- e as operatingSpaceStyle,
60
- r as textStyle,
61
- t as uiWrapperStyle
54
+ e as addHoverImage,
55
+ t as addNormalImage,
56
+ a as cancelHoverImage,
57
+ n as cancelNormalImage,
58
+ m as controllerBackgroundStyle,
59
+ o as doneHoverImage,
60
+ r as doneNormalImage,
61
+ b as exitIconStyle,
62
+ s as exitImage,
63
+ p as exitItemStyle,
64
+ g as mainIconStyle,
65
+ d as mainItemStyle,
66
+ i as operatingSpaceStyle,
67
+ c as revokeImage,
68
+ u as textStyle,
69
+ l as uiWrapperStyle
62
70
  };
@@ -2,7 +2,6 @@ import type { Five, Subscribe } from '@realsee/five';
2
2
  import type { Group } from 'three';
3
3
  import type { Model } from '../../Model';
4
4
  import type { PanoMeasurePluginEvent } from '../../typings/event.type';
5
- import type FiveHelper from '../FiveHelper';
6
5
  import type { OpenParameter } from '../../typings/data';
7
6
  export interface RangePieceControllerParams {
8
7
  openParams: OpenParameter;
@@ -11,7 +10,6 @@ export interface RangePieceControllerParams {
11
10
  group: Group;
12
11
  model: Model;
13
12
  mouseGroup: Group;
14
- fiveHelper: FiveHelper;
15
13
  hook: Subscribe<PanoMeasurePluginEvent>;
16
14
  }
17
15
  export default class RangePieceController {
@@ -20,7 +18,6 @@ export default class RangePieceController {
20
18
  private group;
21
19
  private mouseGroup;
22
20
  private hasAppendMouseGroup;
23
- private fiveHelper;
24
21
  private hook;
25
22
  private content;
26
23
  private intersectMesh;