@realsee/dnalogel 2.3.6-alpha.1 → 2.3.7-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 (273) hide show
  1. package/dist/PanoMeasurePlugin/Controller/BaseController.d.ts +5 -5
  2. package/dist/PanoMeasurePlugin/Controller/EditController.d.ts +5 -6
  3. package/dist/PanoMeasurePlugin/Controller/MixedController.d.ts +6 -9
  4. package/dist/PanoMeasurePlugin/Controller/ViewController.d.ts +6 -3
  5. package/dist/PanoMeasurePlugin/Controller/WatchController.d.ts +3 -3
  6. package/dist/PanoMeasurePlugin/Controller/index.d.ts +27 -9
  7. package/dist/PanoMeasurePlugin/Model/index.d.ts +17 -17
  8. package/dist/PanoMeasurePlugin/Model/line.d.ts +6 -4
  9. package/dist/PanoMeasurePlugin/Model/point.d.ts +2 -4
  10. package/dist/PanoMeasurePlugin/Model/polyline.d.ts +37 -12
  11. package/dist/PanoMeasurePlugin/Modules/GuideController.d.ts +2 -0
  12. package/dist/PanoMeasurePlugin/Modules/UIController/Revoke/index.d.ts +3 -4
  13. package/dist/PanoMeasurePlugin/Modules/UIController/index.d.ts +1 -2
  14. package/dist/PanoMeasurePlugin/index.d.ts +6 -2
  15. package/dist/PanoMeasurePlugin/typings/data.d.ts +6 -16
  16. package/dist/PanoMeasurePlugin/typings/event.type.d.ts +18 -14
  17. package/dist/PanoMeasurePlugin/typings/index.d.ts +4 -2
  18. package/dist/PanoMeasurePlugin/utils/distanceDom.d.ts +4 -3
  19. package/dist/index.cjs.js +96 -96
  20. package/dist/index.js +2535 -2459
  21. package/dist/index.umd.js +91 -91
  22. package/docs/assets/search.js +1 -1
  23. package/docs/classes/CSS3DRender.html +31 -31
  24. package/docs/classes/CruisePluginController.html +24 -24
  25. package/docs/classes/Magnifier.html +16 -16
  26. package/docs/classes/ModelRoomLabelController.html +11 -11
  27. package/docs/classes/Object3DHelperController.html +24 -24
  28. package/docs/classes/PaintBrush.html +15 -15
  29. package/docs/classes/PanoMeasurePluginLine.html +301 -0
  30. package/docs/classes/PanoMeasurePluginModel.html +275 -0
  31. package/docs/classes/PanoMeasurePluginPoint.html +160 -0
  32. package/docs/classes/PanoMeasurePluginPolyline.html +306 -0
  33. package/docs/classes/PanoTagPluginController.html +39 -39
  34. package/docs/classes/Util.BetterTween.html +8 -8
  35. package/docs/classes/Util.FivePointSelector.html +12 -12
  36. package/docs/classes/Util.Interval.html +12 -12
  37. package/docs/classes/Util.Magnifier.html +17 -17
  38. package/docs/classes/Util.PointDomHelper.html +11 -11
  39. package/docs/classes/Util.PointHelper.html +11 -11
  40. package/docs/classes/Util.Rectangle.html +13 -13
  41. package/docs/enums/CameraMovementEffect.html +7 -7
  42. package/docs/enums/ContentType.html +12 -12
  43. package/docs/enums/DIRECTION.html +9 -9
  44. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
  45. package/docs/enums/DimensionType.html +7 -7
  46. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
  47. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
  48. package/docs/enums/LinkType.html +7 -7
  49. package/docs/enums/PaintBrushTypeEnum.html +8 -8
  50. package/docs/enums/PointType.html +7 -7
  51. package/docs/enums/Rotation.html +8 -8
  52. package/docs/functions/CSS3DRenderPlugin.html +12 -7
  53. package/docs/functions/CameraMovementPlugin.html +12 -7
  54. package/docs/functions/CruisePlugin.html +12 -7
  55. package/docs/functions/GuideLinePlugin.html +13 -8
  56. package/docs/functions/ItemLabelPlugin.html +12 -7
  57. package/docs/functions/MapviewFloorplanPlugin.html +12 -7
  58. package/docs/functions/ModelChassisCompassPlugin.html +12 -7
  59. package/docs/functions/ModelEntryDoorGuidePlugin.html +12 -7
  60. package/docs/functions/ModelFloorplanPlugin.html +12 -7
  61. package/docs/functions/ModelItemLabelPlugin.html +12 -7
  62. package/docs/functions/ModelRoomLabelPlugin.html +12 -7
  63. package/docs/functions/ModelTVVideoPlugin.html +12 -7
  64. package/docs/functions/ModelViewPlugin.html +12 -7
  65. package/docs/functions/Object3DHelperPlugin.html +12 -7
  66. package/docs/functions/PanoCompassPlugin.html +12 -7
  67. package/docs/functions/PanoCursorRaycasterPlugin.html +12 -7
  68. package/docs/functions/PanoDoorLabelPlugin.html +12 -7
  69. package/docs/functions/PanoFloorplanRadarPlugin.html +12 -7
  70. package/docs/functions/PanoMeasurePlugin.html +12 -7
  71. package/docs/functions/PanoRulerPlugin.html +12 -7
  72. package/docs/functions/PanoRulerProPlugin.html +12 -7
  73. package/docs/functions/PanoSpatialTagPlugin.html +12 -7
  74. package/docs/functions/PanoTagPlugin.html +12 -7
  75. package/docs/functions/TopviewFloorplanPlugin.html +12 -7
  76. package/docs/functions/Util.getCoordsFromClient.html +5 -5
  77. package/docs/functions/Util.getCoordsFromElement.html +5 -5
  78. package/docs/functions/Util.getFrameTime.html +5 -5
  79. package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
  80. package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
  81. package/docs/functions/Util.isNil.html +5 -5
  82. package/docs/functions/Util.nextFrame.html +5 -5
  83. package/docs/functions/Util.notNil.html +5 -5
  84. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
  85. package/docs/functions/Util.tweenProgress.html +5 -5
  86. package/docs/functions/pluginFlag.html +13 -8
  87. package/docs/index.html +12 -7
  88. package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
  89. package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
  90. package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
  91. package/docs/interfaces/ContentTypeMap.html +12 -12
  92. package/docs/interfaces/FloorplanBounding.html +8 -8
  93. package/docs/interfaces/FloorplanData.html +10 -10
  94. package/docs/interfaces/FloorplanEntrance.html +11 -11
  95. package/docs/interfaces/FloorplanExtraObject.html +10 -10
  96. package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
  97. package/docs/interfaces/FloorplanFloorData.html +9 -9
  98. package/docs/interfaces/FloorplanImagePosition.html +7 -7
  99. package/docs/interfaces/FloorplanObserver.html +9 -9
  100. package/docs/interfaces/FloorplanOutlineItem.html +9 -9
  101. package/docs/interfaces/FloorplanPosition.html +7 -7
  102. package/docs/interfaces/FloorplanRoomItem.html +13 -13
  103. package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
  104. package/docs/interfaces/FloorplanServerBounding.html +8 -8
  105. package/docs/interfaces/FloorplanServerComputedData.html +10 -10
  106. package/docs/interfaces/FloorplanServerData.html +7 -7
  107. package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
  108. package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
  109. package/docs/interfaces/FloorplanServerEntrance.html +11 -11
  110. package/docs/interfaces/FloorplanServerFloorData.html +9 -9
  111. package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
  112. package/docs/interfaces/FloorplanServerObserver.html +9 -9
  113. package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
  114. package/docs/interfaces/FloorplanServerPosition.html +7 -7
  115. package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
  116. package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
  117. package/docs/interfaces/ItemLabelPluginData.html +6 -6
  118. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
  119. package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
  120. package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
  121. package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
  122. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
  123. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
  124. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
  125. package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
  126. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
  127. package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
  128. package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
  129. package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
  130. package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
  131. package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
  132. package/docs/interfaces/ModelViewPluginExportType.html +11 -11
  133. package/docs/interfaces/Object3DHelperState.html +8 -8
  134. package/docs/interfaces/PaintBrushAction.html +12 -12
  135. package/docs/interfaces/PaintBrushConfigs.html +12 -12
  136. package/docs/interfaces/PaintBrushState.html +10 -10
  137. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
  138. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +13 -8
  139. package/docs/interfaces/PanoMeasureParameterType.html +24 -14
  140. package/docs/interfaces/PanoMeasurePluginLineJson.html +78 -0
  141. package/docs/interfaces/{OpenParameter.html → PanoMeasurePluginOpenParameter.html} +15 -15
  142. package/docs/interfaces/{LineJson.html → PanoMeasurePluginPointJson.html} +18 -18
  143. package/docs/interfaces/{PointJson.html → PanoMeasurePluginPolylineJson.html} +24 -22
  144. package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
  145. package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
  146. package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
  147. package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
  148. package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
  149. package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
  150. package/docs/interfaces/PanoRulerProPluginState.html +8 -8
  151. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +13 -8
  152. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +13 -8
  153. package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
  154. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
  155. package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
  156. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
  157. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
  158. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
  159. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
  160. package/docs/interfaces/Point.html +8 -8
  161. package/docs/interfaces/Room.html +9 -9
  162. package/docs/interfaces/RoomInfo.html +7 -7
  163. package/docs/interfaces/RoomLabel.html +14 -14
  164. package/docs/interfaces/RoomRules.html +13 -8
  165. package/docs/interfaces/Rooms.html +13 -8
  166. package/docs/interfaces/Scissor.html +9 -9
  167. package/docs/interfaces/TagConfig.html +10 -10
  168. package/docs/interfaces/Tags.html +9 -9
  169. package/docs/interfaces/Util.MagnifierParameter.html +11 -11
  170. package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
  171. package/docs/modules/Util.html +5 -5
  172. package/docs/modules.html +20 -10
  173. package/docs/types/ArrayPosition.html +13 -8
  174. package/docs/types/CSS3DRenderExportType.html +13 -8
  175. package/docs/types/CSS3DRenderPluginExportType.html +13 -8
  176. package/docs/types/CSS3DRenderPluginParameterType.html +13 -8
  177. package/docs/types/Color.html +13 -8
  178. package/docs/types/ContentTypeConfigKey.html +13 -8
  179. package/docs/types/ContentTypeConfigKeyArray.html +13 -8
  180. package/docs/types/Create3DDomContainerReturnType.html +13 -8
  181. package/docs/types/Create3DElementReturnType.html +13 -8
  182. package/docs/types/CruisePluginExportType.html +13 -8
  183. package/docs/types/Direction-1.html +13 -8
  184. package/docs/types/Direction4.html +13 -8
  185. package/docs/types/FloorplanRuleLabels.html +13 -8
  186. package/docs/types/FloorplanServerRuleLabels.html +13 -8
  187. package/docs/types/GuideLinePluginExportType.html +13 -8
  188. package/docs/types/HelperEventMap.html +13 -8
  189. package/docs/types/MapviewFloorplanPluginParameterType.html +13 -8
  190. package/docs/types/MapviewFloorplanPluginReturnType.html +13 -8
  191. package/docs/types/MediaData.html +13 -8
  192. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +13 -8
  193. package/docs/types/ModelFloorplanPluginParameterType.html +13 -8
  194. package/docs/types/ModelFloorplanPluginReturnType.html +13 -8
  195. package/docs/types/ModelRoomLabelPluginParameters.html +13 -8
  196. package/docs/types/ModelRoomLabelPluginReturnType.html +13 -8
  197. package/docs/types/MoveArgs.html +13 -8
  198. package/docs/types/MoveOpts.html +13 -8
  199. package/docs/types/Object3DHelperEventMap.html +13 -8
  200. package/docs/types/ObjectFit.html +13 -8
  201. package/docs/types/PaintBrushEventMap.html +13 -8
  202. package/docs/types/PanoCompassPluginData.html +13 -8
  203. package/docs/types/PanoCompassPluginExportType.html +13 -8
  204. package/docs/types/PanoCompassPluginParameterType.html +13 -8
  205. package/docs/types/PanoFloorplanRadarPluginParameterType.html +13 -8
  206. package/docs/types/PanoFloorplanRadarPluginReturnType.html +13 -8
  207. package/docs/types/PanoMeasurePluginEvent.html +13 -8
  208. package/docs/types/PanoMeasureReturnType.html +13 -8
  209. package/docs/types/PanoSpatialTagPluginId.html +13 -8
  210. package/docs/types/PanoTagPluginExportInterface.html +13 -8
  211. package/docs/types/PanoTagPluginParamsInterface.html +13 -8
  212. package/docs/types/PlaneTag.html +13 -8
  213. package/docs/types/PointTag.html +13 -8
  214. package/docs/types/Position.html +13 -8
  215. package/docs/types/RotateArgs.html +13 -8
  216. package/docs/types/RotateOpts.html +13 -8
  217. package/docs/types/RuleLabelsKey.html +13 -8
  218. package/docs/types/RuleLabelsValue.html +13 -8
  219. package/docs/types/Tag.html +13 -8
  220. package/docs/types/Tag2D.html +13 -8
  221. package/docs/types/Tag3D.html +13 -8
  222. package/docs/types/TagId.html +13 -8
  223. package/docs/types/TopviewFloorplanPluginParameterType.html +13 -8
  224. package/docs/types/TopviewFloorplanPluginReturnType.html +13 -8
  225. package/docs/variables/FLOOR_TYPE_MAP.html +13 -8
  226. package/docs/variables/PLUGIN.html +13 -8
  227. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +13 -8
  228. package/docs/variables/ROOM_TYPE_MAP.html +13 -8
  229. package/docs/variables/VERSION.html +13 -8
  230. package/docs/variables/itemLabelPluginServerParams.html +13 -8
  231. package/docs/variables/modelItemLabelPluginServerParams.html +13 -8
  232. package/docs/variables/modelRoomLabelPluginServerParams.html +13 -8
  233. package/libs/PanoCompassPlugin/Controller.js +3 -8
  234. package/libs/PanoMeasurePlugin/Controller/BaseController.d.ts +5 -5
  235. package/libs/PanoMeasurePlugin/Controller/BaseController.js +8 -8
  236. package/libs/PanoMeasurePlugin/Controller/EditController.d.ts +5 -6
  237. package/libs/PanoMeasurePlugin/Controller/EditController.js +56 -57
  238. package/libs/PanoMeasurePlugin/Controller/MixedController.d.ts +6 -9
  239. package/libs/PanoMeasurePlugin/Controller/MixedController.js +38 -37
  240. package/libs/PanoMeasurePlugin/Controller/ViewController.d.ts +6 -3
  241. package/libs/PanoMeasurePlugin/Controller/ViewController.js +68 -52
  242. package/libs/PanoMeasurePlugin/Controller/WatchController.d.ts +3 -3
  243. package/libs/PanoMeasurePlugin/Controller/WatchController.js +39 -41
  244. package/libs/PanoMeasurePlugin/Controller/index.d.ts +27 -9
  245. package/libs/PanoMeasurePlugin/Controller/index.js +117 -92
  246. package/libs/PanoMeasurePlugin/Model/index.d.ts +17 -17
  247. package/libs/PanoMeasurePlugin/Model/index.js +49 -72
  248. package/libs/PanoMeasurePlugin/Model/line.d.ts +6 -4
  249. package/libs/PanoMeasurePlugin/Model/line.js +29 -25
  250. package/libs/PanoMeasurePlugin/Model/point.d.ts +2 -4
  251. package/libs/PanoMeasurePlugin/Model/point.js +3 -3
  252. package/libs/PanoMeasurePlugin/Model/polyline.d.ts +37 -12
  253. package/libs/PanoMeasurePlugin/Model/polyline.js +90 -37
  254. package/libs/PanoMeasurePlugin/Modules/GuideController.d.ts +2 -0
  255. package/libs/PanoMeasurePlugin/Modules/GuideController.js +16 -11
  256. package/libs/PanoMeasurePlugin/Modules/UIController/HTML.js +1 -1
  257. package/libs/PanoMeasurePlugin/Modules/UIController/MainBtnController.js +5 -4
  258. package/libs/PanoMeasurePlugin/Modules/UIController/Revoke/index.d.ts +3 -4
  259. package/libs/PanoMeasurePlugin/Modules/UIController/Revoke/index.js +21 -21
  260. package/libs/PanoMeasurePlugin/Modules/UIController/index.d.ts +1 -2
  261. package/libs/PanoMeasurePlugin/Modules/UIController/index.js +22 -22
  262. package/libs/PanoMeasurePlugin/Modules/UIController/mobileHTML.js +1 -1
  263. package/libs/PanoMeasurePlugin/Modules/UIController/mobileMainBtnController.js +5 -4
  264. package/libs/PanoMeasurePlugin/Modules/UIController/style.js +10 -10
  265. package/libs/PanoMeasurePlugin/index.d.ts +6 -2
  266. package/libs/PanoMeasurePlugin/index.js +31 -27
  267. package/libs/PanoMeasurePlugin/typings/data.d.ts +6 -16
  268. package/libs/PanoMeasurePlugin/typings/event.type.d.ts +18 -14
  269. package/libs/PanoMeasurePlugin/typings/index.d.ts +4 -2
  270. package/libs/PanoMeasurePlugin/utils/distanceDom.d.ts +4 -3
  271. package/libs/PanoMeasurePlugin/utils/distanceDom.js +57 -41
  272. package/libs/index.js +109 -105
  273. package/package.json +1 -1
@@ -1,16 +1,19 @@
1
- var w = Object.defineProperty;
2
- var y = (r, h, e) => h in r ? w(r, h, { enumerable: !0, configurable: !0, writable: !0, value: e }) : r[h] = e;
3
- var s = (r, h, e) => (y(r, typeof h != "symbol" ? h + "" : h, e), e);
1
+ var D = Object.defineProperty;
2
+ var w = (r, h, e) => h in r ? D(r, h, { enumerable: !0, configurable: !0, writable: !0, value: e }) : r[h] = e;
3
+ var s = (r, h, e) => (w(r, typeof h != "symbol" ? h + "" : h, e), e);
4
4
  import E from "hammerjs";
5
5
  import { DeleteDom as G } from "../Modules/DeleteDom/index.js";
6
- import { isNDCPointInScreen as L } from "../utils/isNDCPointInScreen.js";
6
+ import { isNDCPointInScreen as P } from "../utils/isNDCPointInScreen.js";
7
7
  import { BaseController as R } from "./BaseController.js";
8
- import { Raycaster as T, Vector2 as f } from "three";
9
- import { closestPointOnLine as H } from "../utils/math.js";
10
- import { findClosestPoint as I } from "../utils/findClosestPoint.js";
8
+ import { Raycaster as A, Vector2 as f } from "three";
9
+ import { closestPointOnLine as T } from "../utils/math.js";
10
+ import { findClosestPoint as H } from "../utils/findClosestPoint.js";
11
11
  import { findAssociatedLines as v } from "../utils/findAssociatedLines.js";
12
- import { getPointFromHammerEvent as C } from "../utils/getPointFromHammerEvent.js";
13
- class B extends R {
12
+ import { getPointFromHammerEvent as S } from "../utils/getPointFromHammerEvent.js";
13
+ import "@realsee/five/line";
14
+ import "../utils/constants.js";
15
+ import "@realsee/five";
16
+ class J extends R {
14
17
  constructor(e) {
15
18
  super(e);
16
19
  s(this, "type", "watch");
@@ -21,9 +24,9 @@ class B extends R {
21
24
  s(this, "hammer");
22
25
  s(this, "onPanStart", (e) => {
23
26
  var a;
24
- if (this.model.points.length === 0 || !this.fiveElement)
27
+ if (this.model.getAllLines().length === 0 || !this.fiveElement)
25
28
  return;
26
- const i = C(e).point, t = (a = I(this.five, this.model.points, i, 20)) == null ? void 0 : a.point;
29
+ const i = S(e).point, t = (a = H(this.five, this.model.getAllPoints(), i, 20)) == null ? void 0 : a.point;
27
30
  if (!t) {
28
31
  this.editPointState = void 0;
29
32
  return;
@@ -34,7 +37,7 @@ class B extends R {
34
37
  };
35
38
  this.hook.emit("wantsDragLine", {
36
39
  point: t.id,
37
- lines: n.associatedLines.map(({ id: l }) => l)
40
+ lines: n.associatedLines.map(({ id: d }) => d)
38
41
  }) || (this.editPointState = n, this.magnifier.appendTo(this.container), this.group.add(this.mouseGroup));
39
42
  });
40
43
  s(this, "onPanEnd", () => {
@@ -43,7 +46,7 @@ class B extends R {
43
46
  s(this, "onPan", (e) => {
44
47
  if (!this.editPointState || !this.fiveElement)
45
48
  return;
46
- const i = C(e).ndcPoint, t = new T();
49
+ const i = S(e).ndcPoint, t = new A();
47
50
  t.setFromCamera(i, this.five.camera);
48
51
  const [n] = this.five.model.intersectRaycaster(t);
49
52
  !n || this.onIntersectionUpdate(n);
@@ -60,7 +63,7 @@ class B extends R {
60
63
  }
61
64
  this.five.needsRender = !0, this.hook.emit(
62
65
  "selectedChange",
63
- this.editPointState.associatedLines.map((t) => t.toCompletelyJson())
66
+ this.editPointState.associatedLines.map((t) => t)
64
67
  );
65
68
  }
66
69
  });
@@ -72,49 +75,44 @@ class B extends R {
72
75
  const [i] = this.five.model.intersectRaycaster(e);
73
76
  if (!i)
74
77
  return;
75
- const t = this.five.camera, n = i.point.clone().project(t), c = this.container.clientWidth, a = this.container.clientHeight, l = new f(n.x * c, n.y * a), g = this.model.lines.map((o) => {
76
- const [d, S] = o.points, m = d.position.clone().project(t), p = S.position.clone().project(t);
77
- if (!L(m) && !L(p))
78
+ const t = this.five.camera, n = i.point.clone().project(t), c = this.container.clientWidth, a = this.container.clientHeight, d = new f(n.x * c, n.y * a), g = this.model.getAllLines().map((o) => {
79
+ const [l, y] = o.points, m = l.position.clone().project(t), p = y.position.clone().project(t);
80
+ if (!P(m) && !P(p))
78
81
  return null;
79
- const k = new f(
80
- m.x * c,
81
- m.y * a
82
- ), D = new f(
83
- p.x * c,
84
- p.y * a
85
- );
86
- return { id: o.id, points: [k, D] };
82
+ const C = new f(m.x * c, m.y * a), k = new f(p.x * c, p.y * a);
83
+ return { id: o.id, points: [C, k] };
87
84
  }).filter((o) => !!o);
88
85
  if (g.length === 0)
89
86
  return;
90
87
  const u = g.map((o) => {
91
- const d = H(l, o.points);
92
- return { id: o.id, distance: d.distanceTo(l) };
93
- }).sort((o, d) => o.distance - d.distance)[0];
88
+ const l = T(d, o.points);
89
+ return { id: o.id, distance: l.distanceTo(d) };
90
+ }).sort((o, l) => o.distance - l.distance)[0];
94
91
  if (u.distance > 20)
95
92
  return;
96
- const P = this.model.lines.find(({ id: o }) => o === u.id);
97
- if (!!P)
98
- return this.chooseLine(P), !1;
93
+ const L = this.model.getAllLines().find(({ id: o }) => o === u.id);
94
+ if (!!L)
95
+ return this.chooseLine(L), !1;
99
96
  });
100
97
  s(this, "chooseLine", (e) => {
101
98
  const i = v(e);
102
99
  this.highlightLines(i), this.five.needsRender = !0, this.hook.emit(
103
100
  "selectedChange",
104
- i.map((t) => t.toCompletelyJson())
101
+ i.map((t) => t)
105
102
  );
106
103
  });
107
- s(this, "lineRemoved", (e) => {
108
- this.removeLine(e), this.hook.emit(
104
+ s(this, "polylineRemoved", (e) => {
105
+ e.lines.forEach((i) => this.removeLine(i)), this.hook.emit(
109
106
  "selectedChange",
110
- this.model.lines.filter((i) => i.selected).map((i) => i.toCompletelyJson())
107
+ this.model.getAllLines().filter((i) => i.selected).map((i) => i)
111
108
  );
112
109
  });
113
110
  s(this, "onCameraUpdate", () => {
114
111
  this.updateDistanceUI(), this.highlightedLines.length > 0 && this.deleteDom.updatePosition();
115
112
  });
116
113
  s(this, "deleteDomClickCallback", () => {
117
- this.highlightedLines[0].getPolyline().lines.slice().reverse().forEach((i) => this.model.removeLine(i)), this.highlightedLines = [], this.deleteDom.setLines([]).hide();
114
+ const e = this.highlightedLines[0], i = this.model.getPolylineByLine(e);
115
+ !i || (this.model.removePolyline(i), this.highlightedLines = [], this.deleteDom.setLines([]).hide());
118
116
  });
119
117
  s(this, "cancelDeleteClickCallback", () => {
120
118
  this.clearHighlightLines();
@@ -122,7 +120,7 @@ class B extends R {
122
120
  this.deleteDom = new G(this.five, {
123
121
  onClick: this.deleteDomClickCallback,
124
122
  cancelDelete: this.cancelDeleteClickCallback
125
- }).appendTo(this.container), this.model.lines.forEach((t) => {
123
+ }).appendTo(this.container), this.model.getAllLines().forEach((t) => {
126
124
  t.distanceItem.appendTo(this.container), t.distanceItem.update(this.five), t.hook.on("selected", this.chooseLine), this.group.add(t.mesh);
127
125
  });
128
126
  const i = this.five.getElement();
@@ -131,17 +129,17 @@ class B extends R {
131
129
  const t = new E(i);
132
130
  this.hammer = t, t.on("pan", this.onPan), t.on("panstart", this.onPanStart), t.on("panend", this.onPanEnd);
133
131
  }
134
- this.model.hook.on("lineRemoved", this.lineRemoved), this.five.on("cameraUpdate", this.onCameraUpdate), this.five.on("wantsTapGesture", this.wantsTapGesture), this.five.on("wantsPanGesture", this.wantsPanGesture), this.five.needsRender = !0;
132
+ this.model.hook.on("polylineRemoved", this.polylineRemoved), this.five.on("cameraUpdate", this.onCameraUpdate), this.five.on("wantsTapGesture", this.wantsTapGesture), this.five.on("wantsPanGesture", this.wantsPanGesture), this.five.needsRender = !0;
135
133
  }
136
134
  dispose() {
137
135
  var e;
138
- super.dispose(), this.deleteDom.dispose(), this.model.hook.off("lineRemoved", this.lineRemoved), this.model.lines.forEach((i) => i.hook.off("selected", this.chooseLine)), this.five.off("cameraUpdate", this.onCameraUpdate), this.five.off("wantsPanGesture", this.wantsPanGesture), this.five.off("wantsTapGesture", this.wantsTapGesture), this.five.needsRender = !0, this.hook.emit("selectedChange", []), (e = this.hammer) == null || e.destroy();
136
+ super.dispose(), this.deleteDom.dispose(), this.model.hook.off("polylineRemoved", this.polylineRemoved), this.model.getAllLines().forEach((i) => i.hook.off("selected", this.chooseLine)), this.five.off("cameraUpdate", this.onCameraUpdate), this.five.off("wantsPanGesture", this.wantsPanGesture), this.five.off("wantsTapGesture", this.wantsTapGesture), this.five.needsRender = !0, this.hook.emit("selectedChange", []), (e = this.hammer) == null || e.destroy();
139
137
  }
140
138
  highlightLine(e) {
141
139
  e.selected || (e.selected = !0, this.group.add(e.lightMesh), e.distanceItem.highlight(), this.five.needsRender = !0);
142
140
  }
143
141
  clearHighlightLines() {
144
- this.group.children.length !== 0 && (this.deleteDom.setLines([]).hide(), this.model.lines.forEach((e) => {
142
+ this.group.children.length !== 0 && (this.deleteDom.setLines([]).hide(), this.model.getAllLines().forEach((e) => {
145
143
  e.selected = !1, e.distanceItem.unHighlight(), this.group.remove(e.lightMesh);
146
144
  }), this.highlightedLines = [], this.five.needsRender = !0);
147
145
  }
@@ -150,5 +148,5 @@ class B extends R {
150
148
  }
151
149
  }
152
150
  export {
153
- B as WatchController
151
+ J as WatchController
154
152
  };
@@ -6,6 +6,7 @@ import Magnifier, { MagnifierParameter } from '../Modules/Magnifier';
6
6
  import { Five, Subscribe } from '@realsee/five';
7
7
  import { UIControllerParams } from '../Modules/UIController';
8
8
  import { GuideControllerParams } from '../Modules/GuideController';
9
+ import { Polyline } from '../Model/polyline';
9
10
  export declare type Mode = 'Watch' | 'Edit' | 'Mixed' | 'View';
10
11
  export interface PanoMeasureParameterType extends Partial<Config> {
11
12
  openParams?: OpenParameter;
@@ -22,15 +23,14 @@ export default class MeasureController {
22
23
  private model;
23
24
  private group;
24
25
  private config;
26
+ private isMobile;
25
27
  private fiveHelper;
26
28
  private useUIController?;
27
29
  private params;
28
30
  private useGuideController?;
29
- private rangePieceController?;
30
31
  private container;
31
32
  private shortcutKeyController?;
32
33
  private controller;
33
- private controllerParams;
34
34
  constructor(five: Five, params: PanoMeasureParameterType);
35
35
  appendTo(parent: HTMLElement): void;
36
36
  dispose(): void;
@@ -43,7 +43,9 @@ export default class MeasureController {
43
43
  * @description 会隐藏鼠标的默认聚焦环
44
44
  * @description 会隐藏当前 VR 内的点位展示
45
45
  */
46
- enable(): void;
46
+ enable(config?: {
47
+ mode: Mode;
48
+ }): void;
47
49
  /** 关闭插件功能
48
50
  * @description 清除标尺线条
49
51
  * @description 还原点位展示和默认鼠标 UI
@@ -53,23 +55,39 @@ export default class MeasureController {
53
55
  /** 变更场景
54
56
  * @description 如果从编辑场景改变到观看场景,不会自动保存,默认丢弃所有改动
55
57
  */
56
- changeMode: (mode: Mode) => Error;
58
+ changeMode: (mode: Mode) => void;
59
+ /** 进入编辑模式 */
60
+ edit(): void;
57
61
  /** 撤销编辑 */
58
62
  revoke(): void;
59
- removeLineByID(lineID: string): void;
63
+ removePolyline(polyline: Polyline): void;
64
+ removePolylineByID(id: string): void;
65
+ getPolylineByID(id: string): Polyline;
66
+ getEditedPolyline(): void;
60
67
  /**
61
68
  * 高亮当前线段
62
69
  */
63
70
  highlightLine(lineID: string): boolean;
64
71
  clearHighlightLines(): boolean;
65
- /** 保存编辑 */
66
- save(): this;
67
- /** 把当前以保存的数据转换成 JSON 对象 */
72
+ /** 保存编辑
73
+ * @description 以下情况可能报错
74
+ */
75
+ save(config?: {
76
+ mode?: Mode;
77
+ }): this;
78
+ /** Mixed 模式才有用,添加起点 */
79
+ addStartPoint(): void;
80
+ /** Mixed 模式才有用,添加终点 */
81
+ addEndPoint(): void;
82
+ /** 导出数据 */
68
83
  toJson(): PluginData;
69
84
  /**
70
85
  * @description 改变插件的模式(pc端模式或移动端模式)
71
86
  * @param isMobile true为移动端模式,false为pc端
72
87
  */
73
88
  changeIsMobile(isMobile: boolean): void;
74
- changeConfigs(config: Partial<Config>): void;
89
+ changeConfigs(config: Config): void;
90
+ /** 设置线段的文本 */
91
+ setCustomText(lineID: string, text: string): void;
92
+ private createControllerParams;
75
93
  }
@@ -1,99 +1,80 @@
1
- var g = Object.defineProperty;
1
+ var y = Object.defineProperty;
2
2
  var p = Object.getOwnPropertySymbols;
3
- var C = Object.prototype.hasOwnProperty, P = Object.prototype.propertyIsEnumerable;
4
- var c = (i, e, t) => e in i ? g(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t, n = (i, e) => {
3
+ var M = Object.prototype.hasOwnProperty, b = Object.prototype.propertyIsEnumerable;
4
+ var c = (s, e, t) => e in s ? y(s, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : s[e] = t, n = (s, e) => {
5
5
  for (var t in e || (e = {}))
6
- C.call(e, t) && c(i, t, e[t]);
6
+ M.call(e, t) && c(s, t, e[t]);
7
7
  if (p)
8
8
  for (var t of p(e))
9
- P.call(e, t) && c(i, t, e[t]);
10
- return i;
9
+ b.call(e, t) && c(s, t, e[t]);
10
+ return s;
11
11
  };
12
- var r = (i, e, t) => (c(i, typeof e != "symbol" ? e + "" : e, t), t);
13
- import { Magnifier as v } from "../Modules/Magnifier.js";
14
- import { FiveHelper as y } from "../Modules/FiveHelper.js";
12
+ var i = (s, e, t) => (c(s, typeof e != "symbol" ? e + "" : e, t), t);
13
+ import { Magnifier as P } from "../Modules/Magnifier.js";
14
+ import { FiveHelper as v } from "../Modules/FiveHelper.js";
15
15
  import { EditController as h } from "./EditController.js";
16
- import { ViewController as w } from "./ViewController.js";
17
- import { WatchController as u } from "./WatchController.js";
18
- import { MixedController as f } from "./MixedController.js";
19
- import { omit as I } from "../../shared-utils/filter.js";
20
- import { Group as M } from "three";
21
- import { Model as b } from "../Model/index.js";
22
- import { Subscribe as D } from "@realsee/five";
23
- import { getMouseGroup as U } from "../utils/mouseGroup.js";
24
- import { UIController as d } from "../Modules/UIController/index.js";
25
- import { GuideController as x } from "../Modules/GuideController.js";
26
- import { ShortcutKeyController as G } from "./ShortcutKeyController.js";
27
- import { RangePieceController as k } from "../Modules/rangePiece/index.js";
28
- class A {
16
+ import { ViewController as f } from "./ViewController.js";
17
+ import { WatchController as g } from "./WatchController.js";
18
+ import { MixedController as l } from "./MixedController.js";
19
+ import { omit as w } from "../../shared-utils/filter.js";
20
+ import { Group as I } from "three";
21
+ import { Model as U } from "../Model/index.js";
22
+ import { Subscribe as E } from "@realsee/five";
23
+ import { getMouseGroup as D } from "../utils/mouseGroup.js";
24
+ import { UIController as C } from "../Modules/UIController/index.js";
25
+ import { GuideController as k } from "../Modules/GuideController.js";
26
+ import { ShortcutKeyController as B } from "./ShortcutKeyController.js";
27
+ import "@realsee/five/line";
28
+ import "../utils/constants.js";
29
+ class N {
29
30
  constructor(e, t) {
30
- r(this, "hasOpen", !1);
31
- r(this, "hook", new D());
32
- r(this, "magnifier");
33
- r(this, "five");
34
- r(this, "model");
35
- r(this, "group");
36
- r(this, "config");
37
- r(this, "fiveHelper");
38
- r(this, "useUIController");
39
- r(this, "params");
40
- r(this, "useGuideController");
41
- r(this, "rangePieceController");
42
- r(this, "container", document.createElement("div"));
43
- r(this, "shortcutKeyController");
44
- r(this, "controller", null);
45
- r(this, "controllerParams");
46
- r(this, "getCurrentMode", () => this.controller instanceof h ? "Edit" : this.controller instanceof u ? "Watch" : this.controller instanceof f ? "Mixed" : null);
47
- r(this, "changeMode", (e) => {
31
+ i(this, "hasOpen", !1);
32
+ i(this, "hook", new E());
33
+ i(this, "magnifier");
34
+ i(this, "five");
35
+ i(this, "model");
36
+ i(this, "group");
37
+ i(this, "config");
38
+ i(this, "isMobile");
39
+ i(this, "fiveHelper");
40
+ i(this, "useUIController");
41
+ i(this, "params");
42
+ i(this, "useGuideController");
43
+ i(this, "container", document.createElement("div"));
44
+ i(this, "shortcutKeyController");
45
+ i(this, "controller", null);
46
+ i(this, "getCurrentMode", () => this.controller instanceof h ? "Edit" : this.controller instanceof g ? "Watch" : this.controller instanceof l ? "Mixed" : this.controller instanceof f ? "View" : null);
47
+ i(this, "changeMode", (e) => {
48
48
  var o;
49
49
  if (!this.hasOpen || this.getCurrentMode() === e)
50
50
  return;
51
- if (this.getCurrentMode() === "Mixed" || e === "Mixed")
52
- return new Error("\u4E0D\u652F\u6301\u5207\u6362\u7684Mode");
53
51
  (o = this.controller) == null || o.dispose();
54
52
  const t = {
55
- View: w,
56
- Watch: u,
57
- Edit: h
53
+ View: f,
54
+ Watch: g,
55
+ Edit: h,
56
+ Mixed: l
58
57
  };
59
58
  if (!t[e])
60
59
  throw new Error("\u4E0D\u5B58\u5728\u7684 Mode");
61
- this.controller = new t[e](this.controllerParams), this.hook.emit("modeChange", e);
60
+ const r = this.createControllerParams();
61
+ this.controller = new t[e](r), this.hook.emit("modeChange", e);
62
62
  });
63
- var l, m;
64
- this.five = e, this.params = t;
65
- const o = {
66
- userDistanceItemCreator: void 0,
67
- getDistanceText(a) {
68
- return a.toFixed(2) + "m";
69
- }
70
- };
71
- this.config = n(n({}, o), I(t, ["openParams", "magnifierParams"])), this.model = new b(this.config), this.fiveHelper = new y(e), this.magnifier = new v(e, (l = t.magnifierParams) != null ? l : { width: 190, height: 190, scale: 2 }), this.group = new M(), this.group.name = "plugin-measure-group", this.container.classList.add("five-plugin-measure-container"), this.container.style.position = "absolute", this.container.style.left = "0", this.container.style.top = "0", this.container.style.pointerEvents = "none", this.container.style.width = "100%", this.container.style.height = "100%", this.container.style.opacity = "0", this.container.style.background = "rgba(0, 0, 0, 0.15)";
72
- const s = (m = this.params.openParams) != null ? m : {};
73
- if (this.controllerParams = {
74
- five: this.five,
75
- hook: this.hook,
76
- group: this.group,
77
- model: this.model,
78
- config: this.config,
79
- magnifier: this.magnifier,
80
- container: this.container,
81
- fiveHelper: this.fiveHelper,
82
- openParams: s,
83
- mouseGroup: U(n({}, s.crossHairParameter)),
84
- userDistanceItemCreator: this.params.userDistanceItemCreator
85
- }, this.params.useUIController !== !1) {
63
+ var o, u, m, d;
64
+ this.five = e, this.params = t, this.config = w(t, ["openParams", "magnifierParams"]), this.model = new U(this.config), this.fiveHelper = new v(e), this.isMobile = (u = (o = t == null ? void 0 : t.openParams) == null ? void 0 : o.isMobile) != null ? u : !1, this.magnifier = new P(e, (m = t.magnifierParams) != null ? m : { width: 190, height: 190, scale: 2 }), this.group = new I(), this.group.name = "plugin-measure-group", this.container.classList.add("five-plugin-measure-container"), this.container.style.position = "absolute", this.container.style.left = "0", this.container.style.top = "0", this.container.style.pointerEvents = "none", this.container.style.width = "100%", this.container.style.height = "100%", this.container.style.opacity = "0", this.container.style.background = "rgba(0, 0, 0, 0.15)";
65
+ const r = (d = this.params.openParams) != null ? d : {};
66
+ if (this.params.useUIController !== !1) {
86
67
  const a = n({
87
68
  container: this.container,
88
- openParams: s
69
+ openParams: r
89
70
  }, typeof this.params.useUIController == "object" ? this.params.useUIController : {});
90
- this.useUIController = new d(this, a);
71
+ this.useUIController = new C(this, a);
91
72
  }
92
73
  if (this.params.useGuideController !== !1) {
93
74
  const a = n({
94
75
  container: this.container
95
76
  }, typeof this.params.useGuideController == "object" ? this.params.useGuideController : {});
96
- this.useGuideController = new x(this, a);
77
+ this.useGuideController = new k(this, a);
97
78
  }
98
79
  }
99
80
  appendTo(e) {
@@ -106,19 +87,32 @@ class A {
106
87
  load(e) {
107
88
  this.model.parse(e), this.save();
108
89
  }
109
- enable() {
110
- var e, t, o;
111
- this.hasOpen || (this.hasOpen = !0, this.five.scene.add(this.group), this.container.style.opacity = "1", (e = this.params.openParams) != null && e.isMobile ? (this.controller = new f(this.controllerParams), this.rangePieceController = new k(this.controllerParams)) : (this.five.helperVisible = !1, this.controller = new u(this.controllerParams)), (t = this.useUIController) == null || t.show(), (o = this.useGuideController) == null || o.show(), this.shortcutKeyController = new G(this, this.five), this.hook.emit("enable", !0));
90
+ enable(e) {
91
+ var t;
92
+ this.hasOpen || (this.hasOpen = !0, this.five.scene.add(this.group), this.container.style.opacity = "1", e != null && e.mode ? this.changeMode(e.mode) : this.isMobile ? this.changeMode("Mixed") : this.changeMode("Watch"), (t = this.useUIController) == null || t.show(), this.shortcutKeyController = new B(this, this.five), this.hook.emit("enable", !0));
112
93
  }
113
94
  disable() {
114
- var e, t, o, s, l;
115
- this.hasOpen = !1, this.container.style.opacity = "0", (e = this.controller) == null || e.dispose(), (t = this.rangePieceController) == null || t.dispose(), (o = this.useUIController) == null || o.hide(), (s = this.useGuideController) == null || s.hide(), (l = this.shortcutKeyController) == null || l.dispose(), this.controller = null, this.five.helperVisible = !0, this.five.scene.remove(this.group), this.five.needsRender = !0, this.hook.emit("disable", !0);
95
+ var e, t, r, o;
96
+ this.hasOpen = !1, this.container.style.opacity = "0", (e = this.controller) == null || e.dispose(), (t = this.useUIController) == null || t.hide(), (r = this.useGuideController) == null || r.hide(), (o = this.shortcutKeyController) == null || o.dispose(), this.controller = null, this.five.helperVisible = !0, this.five.scene.remove(this.group), this.five.needsRender = !0, this.hook.emit("disable", !0);
97
+ }
98
+ edit() {
99
+ const e = this.isMobile ? "Mixed" : "Edit";
100
+ this.changeMode(e);
116
101
  }
117
102
  revoke() {
118
103
  this.controller instanceof h && this.controller.revoke();
119
104
  }
120
- removeLineByID(e) {
121
- this.model.removeLineByID(e);
105
+ removePolyline(e) {
106
+ this.model.removePolyline(e);
107
+ }
108
+ removePolylineByID(e) {
109
+ const t = this.model.getPolylineByID(e);
110
+ t && this.model.removePolyline(t);
111
+ }
112
+ getPolylineByID(e) {
113
+ return this.model.getPolylineByID(e);
114
+ }
115
+ getEditedPolyline() {
122
116
  }
123
117
  highlightLine(e) {
124
118
  if (this.getCurrentMode() !== "Watch")
@@ -129,31 +123,62 @@ class A {
129
123
  clearHighlightLines() {
130
124
  return this.getCurrentMode() !== "Watch" ? !1 : (this.controller.clearHighlightLines(), !0);
131
125
  }
132
- save() {
133
- return this.controller instanceof h ? (this.model.mergeModel(this.controller.model), this) : this;
126
+ save(e) {
127
+ var o;
128
+ if (!(this.controller instanceof h) && !(this.controller instanceof l))
129
+ return this;
130
+ const t = (o = e == null ? void 0 : e.mode) != null ? o : "View", r = this.controller.polyline;
131
+ return this.model.addPolyline(r), this.changeMode(t), this;
132
+ }
133
+ addStartPoint() {
134
+ this.controller instanceof l && this.hook.emit("willChangeState", "watching", "editing");
135
+ }
136
+ addEndPoint() {
137
+ this.controller instanceof l && this.hook.emit("willChangeState", "editing", "watching");
134
138
  }
135
139
  toJson() {
136
140
  return this.model.toJson();
137
141
  }
138
142
  changeIsMobile(e) {
139
- var t, o;
140
- if (((t = this.controllerParams.openParams) == null ? void 0 : t.isMobile) === void 0 && (this.controllerParams.openParams.isMobile = e), this.controllerParams.openParams.isMobile !== e && (this.controllerParams.openParams.isMobile = e, this.params.useUIController !== !1)) {
141
- (o = this.useUIController) == null || o.dispose();
142
- const s = n({
143
+ var t;
144
+ if (this.isMobile = e, this.params.useUIController !== !1) {
145
+ (t = this.useUIController) == null || t.dispose();
146
+ const r = n({
143
147
  container: this.container,
144
- openParams: this.controllerParams.openParams
148
+ mode: this.isMobile ? "mobile" : "pc"
145
149
  }, typeof this.params.useUIController == "object" ? this.params.useUIController : {});
146
- this.useUIController = new d(this, s);
150
+ this.useUIController = new C(this, r);
147
151
  }
148
152
  }
149
153
  changeConfigs(e) {
150
154
  var t;
151
- if (e.getDistanceText && e.getDistanceText !== this.config.getDistanceText) {
152
- const o = e.getDistanceText;
153
- this.config.getDistanceText = o, (t = this.controller) == null || t.updateDistanceUI();
154
- }
155
+ Object.assign(this.config, e), (t = this.controller) == null || t.updateDistanceUI();
156
+ }
157
+ setCustomText(e, t) {
158
+ var o;
159
+ const r = this.model.getLineByID(e);
160
+ if (!r)
161
+ throw new Error("\u4E0D\u5B58\u5728\u7684\u7EBF\u6BB5");
162
+ r.setText(t), (o = this.controller) == null || o.updateDistanceUI();
163
+ }
164
+ createControllerParams() {
165
+ var t;
166
+ const e = (t = this.params.openParams) != null ? t : {};
167
+ return e.isMobile = this.isMobile, {
168
+ five: this.five,
169
+ hook: this.hook,
170
+ group: this.group,
171
+ model: this.model,
172
+ config: this.config,
173
+ magnifier: this.magnifier,
174
+ container: this.container,
175
+ fiveHelper: this.fiveHelper,
176
+ openParams: e,
177
+ mouseGroup: D(n({}, e.crossHairParameter)),
178
+ userDistanceItemCreator: this.params.userDistanceItemCreator
179
+ };
155
180
  }
156
181
  }
157
182
  export {
158
- A as MeasureController
183
+ N as MeasureController
159
184
  };
@@ -1,35 +1,35 @@
1
1
  import type { Config } from '../typings';
2
2
  import type { PluginData } from '../typings/data';
3
3
  import Line from './line';
4
- import Point from './point';
5
- import { Subscribe, SubscribeEventMap } from '@realsee/five';
6
4
  import { Polyline } from './polyline';
7
- interface IModelEvent extends SubscribeEventMap {
5
+ import { Subscribe } from '@realsee/five';
6
+ declare type IModelEvent = {
8
7
  /** 新增线条
9
8
  * @param line 被创建的线条
10
9
  */
11
- lineAdded: (line: Line) => void;
10
+ polylineAdded: (line: Polyline) => void;
12
11
  /** 删除线条
13
12
  * @param lines 被删除的线条数组
14
13
  */
15
- lineRemoved: (lines: Line) => void;
16
- }
14
+ polylineRemoved: (lines: Polyline) => void;
15
+ };
17
16
  export declare class Model {
18
- readonly lines: Line[];
19
- readonly points: Point[];
20
- readonly params: Config;
17
+ readonly config?: Config;
21
18
  readonly polylines: Polyline[];
22
19
  readonly hook: Subscribe<IModelEvent>;
23
- constructor(params: Config);
24
- addLine(line: Line): this;
25
- removeLineByID(lineID: string): void;
26
- removeLine(line: Line): this;
27
- mergeModel(model: Model): void;
28
- includes(item: Point | Line): boolean;
29
- getPointByID(id: string): Point;
20
+ constructor(config?: Config);
21
+ addPolyline(polyline: Polyline): void;
22
+ replacePolylineByID(id: string, polyline: Polyline): void;
23
+ removePolyline(polyline: Polyline): void;
24
+ getPolylineByID(id: string): Polyline;
25
+ getPolylineByLine(line: Line): Polyline;
30
26
  getLineByID(id: string): Line;
27
+ getAllLines(): Line[];
28
+ getAllPoints(): import("./point").default[];
29
+ includes(item: Polyline): boolean;
30
+ clear(): void;
31
31
  getClosestPoint(): void;
32
- parse(data: PluginData): this;
32
+ parse(data: PluginData): void;
33
33
  toJson(): PluginData;
34
34
  }
35
35
  export {};