@realsee/dnalogel 3.77.2-alpha.0 → 3.77.3-alpha.1

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 (136) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/dist/Sculpt/Meshes/Line.d.ts +4 -0
  3. package/dist/Sculpt/Objects/Base/Editor.d.ts +20 -1
  4. package/dist/Sculpt/Objects/Box/index.d.ts +5 -2
  5. package/dist/Sculpt/Objects/Rectangle/index.d.ts +7 -4
  6. package/dist/floorplan/MapviewFloorplanPlugin/Controller.d.ts +21 -0
  7. package/dist/floorplan/ModelFloorplanPlugin/Controller.d.ts +16 -0
  8. package/dist/floorplan/typings/index.d.ts +3 -0
  9. package/dist/index.cjs.js +79 -79
  10. package/dist/index.js +6181 -6031
  11. package/dist/index.umd.js +71 -71
  12. package/dist/shared-utils/Object3DHelper/typings/Hooks.d.ts +4 -3
  13. package/dist/shared-utils/five/getFiveFromParentChain.d.ts +7 -0
  14. package/dist/shared-utils/three/PointSelector/index.d.ts +1 -1
  15. package/libs/AreaMakerPlugin/Controller.js +3 -2
  16. package/libs/AreaMakerPlugin/index.js +3 -2
  17. package/libs/AreaMakerPlugin/utils/Item.js +3 -2
  18. package/libs/CSS3DRenderPlugin/Controller.js +3 -2
  19. package/libs/CSS3DRenderPlugin/index.js +6 -5
  20. package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.js +39 -38
  21. package/libs/CSS3DRenderPlugin/utils/three/CSS3DRender.js +10 -9
  22. package/libs/CruisePlugin/BaseController.js +5 -4
  23. package/libs/CruisePlugin/Move.js +3 -2
  24. package/libs/CruisePlugin/Work.js +3 -2
  25. package/libs/CruisePlugin/index.js +7 -6
  26. package/libs/CurrentPanoImagePlugin/Controller.js +15 -14
  27. package/libs/CurrentPanoImagePlugin/index.js +4 -3
  28. package/libs/GuideLinePlugin/Controller.js +5 -4
  29. package/libs/GuideLinePlugin/GuideLineItem.js +3 -2
  30. package/libs/GuideLinePlugin/GuideLineModeItem.js +3 -2
  31. package/libs/GuideLinePlugin/index.js +7 -6
  32. package/libs/MeasurePlugin/Controller.js +11 -10
  33. package/libs/MeasurePlugin/index.js +5 -4
  34. package/libs/MeasurePlugin/utils/MeasureMesh.js +3 -2
  35. package/libs/ModelChassisCompassPlugin/Plugin.js +4 -3
  36. package/libs/ModelChassisCompassPlugin/index.js +1 -0
  37. package/libs/ModelEntryDoorGuidePlugin/Plugin.js +6 -5
  38. package/libs/ModelEntryDoorGuidePlugin/index.js +1 -0
  39. package/libs/ModelMakerPlugin/Controller.js +3 -2
  40. package/libs/ModelMakerPlugin/index.js +3 -2
  41. package/libs/ModelMakerPlugin/item/baseItem.js +3 -2
  42. package/libs/ModelMakerPlugin/item/boxItem.js +3 -2
  43. package/libs/ModelMakerPlugin/item/polygonItem.js +3 -2
  44. package/libs/ModelMakerPlugin/item/prismItem.js +3 -2
  45. package/libs/ModelTVVideoPlugin/Plugin.js +4 -3
  46. package/libs/ModelTVVideoPlugin/index.js +3 -2
  47. package/libs/ModelViewPlugin/Plugin.js +20 -19
  48. package/libs/ModelViewPlugin/index.js +1 -0
  49. package/libs/Object3DHelperPlugin/Controller.js +3 -2
  50. package/libs/Object3DHelperPlugin/index.js +6 -5
  51. package/libs/PanoCompassPlugin/Controller.js +3 -2
  52. package/libs/PanoCompassPlugin/index.js +4 -3
  53. package/libs/PanoDoorLabelPlugin/Controller.js +24 -23
  54. package/libs/PanoDoorLabelPlugin/index.js +4 -3
  55. package/libs/PanoMeasurePlugin/Components/Controller0.js +3 -2
  56. package/libs/PanoMeasurePlugin/Components/Controller1.js +3 -2
  57. package/libs/PanoMeasurePlugin/Controller/EditController.js +3 -2
  58. package/libs/PanoMeasurePlugin/Controller/ShortcutKeyController.js +7 -10
  59. package/libs/PanoMeasurePlugin/Controller/WatchController.js +3 -2
  60. package/libs/PanoMeasurePlugin/Controller/index.js +3 -2
  61. package/libs/PanoMeasurePlugin/Model/area.js +3 -2
  62. package/libs/PanoMeasurePlugin/Modules/Magnifier.js +1 -0
  63. package/libs/PanoMeasurePlugin/Modules/UIController/index.js +16 -15
  64. package/libs/PanoMeasurePlugin/index.js +14 -13
  65. package/libs/PanoMeasurePlugin/utils/dom/areaDom.js +3 -2
  66. package/libs/PanoRulerProPlugin/Controller.js +3 -2
  67. package/libs/PanoRulerProPlugin/RulerItems.js +42 -41
  68. package/libs/PanoRulerProPlugin/index.js +4 -3
  69. package/libs/PanoSpatialTagPlugin/Plugin.js +34 -33
  70. package/libs/PanoSpatialTagPlugin/index.js +1 -0
  71. package/libs/PanoTagPlugin/Components/Common/TagPoint.js +3 -2
  72. package/libs/PanoTagPlugin/Components/Common/TagPopover/PopoverContent.js +3 -2
  73. package/libs/PanoTagPlugin/Components/Common/TagPopover/TagPopoverToolBar.js +3 -2
  74. package/libs/PanoTagPlugin/Components/Common/TagPopover/index.js +3 -2
  75. package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +3 -2
  76. package/libs/PanoTagPlugin/Components/Tag/index.js +3 -2
  77. package/libs/PanoTagPlugin/Components/TagContainer.js +3 -2
  78. package/libs/PanoTagPlugin/Components/TagItem.js +3 -2
  79. package/libs/PanoTagPlugin/controller/Tag/BaseTag.js +3 -2
  80. package/libs/PanoTagPlugin/controller/Tag/ModelTag.js +3 -2
  81. package/libs/PanoTagPlugin/controller/Tag/PlaneTag.js +3 -2
  82. package/libs/PanoTagPlugin/controller/Tag/PointTag.js +3 -2
  83. package/libs/PanoTagPlugin/controller/TagRender.js +3 -2
  84. package/libs/PanoTagPlugin/controller/TagUtil.js +3 -2
  85. package/libs/PanoTagPlugin/controller/index.js +6 -5
  86. package/libs/PanoTagPlugin/index.js +12 -11
  87. package/libs/PanoTagPlugin/utils/tag/calculateTagConfig.js +3 -2
  88. package/libs/PanoTagPlugin/utils/tag/format.js +3 -2
  89. package/libs/PanoVideoPlugin/Controller.js +9 -8
  90. package/libs/PanoVideoPlugin/VideoMeshController.js +3 -2
  91. package/libs/PanoVideoPlugin/index.js +6 -5
  92. package/libs/PipelinePlugin/Controller.js +3 -2
  93. package/libs/PipelinePlugin/index.js +4 -3
  94. package/libs/PipelinePlugin/utils/Objects/FlowPipe.js +3 -2
  95. package/libs/PipelinePlugin/utils/Objects/HighlightPipe.js +3 -2
  96. package/libs/PipelinePlugin/utils/Objects/Pipe.js +1 -0
  97. package/libs/Sculpt/Meshes/Line.d.ts +4 -0
  98. package/libs/Sculpt/Meshes/Line.js +85 -76
  99. package/libs/Sculpt/Meshes/Point.js +28 -28
  100. package/libs/Sculpt/Meshes/Polygon.js +43 -43
  101. package/libs/Sculpt/Objects/Base/Editor.d.ts +20 -1
  102. package/libs/Sculpt/Objects/Base/Editor.js +91 -35
  103. package/libs/Sculpt/Objects/Box/index.d.ts +5 -2
  104. package/libs/Sculpt/Objects/Box/index.js +61 -55
  105. package/libs/Sculpt/Objects/Prism/index.js +48 -47
  106. package/libs/Sculpt/Objects/Rectangle/index.d.ts +7 -4
  107. package/libs/Sculpt/Objects/Rectangle/index.js +119 -117
  108. package/libs/Sculpt/index.js +1 -1
  109. package/libs/Sculpt/utils/Modules/Cursor.js +7 -7
  110. package/libs/Sculpt/utils/Modules/Global.js +24 -24
  111. package/libs/base/BasePlugin.js +1 -1
  112. package/libs/floorplan/FloorplanGuidePlugin/Controller.js +3 -2
  113. package/libs/floorplan/FloorplanGuidePlugin/index.js +4 -3
  114. package/libs/floorplan/MapviewFloorplanPlugin/Controller.d.ts +21 -0
  115. package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +134 -92
  116. package/libs/floorplan/MapviewFloorplanPlugin/index.js +4 -3
  117. package/libs/floorplan/ModelFloorplanPlugin/Controller.d.ts +16 -0
  118. package/libs/floorplan/ModelFloorplanPlugin/Controller.js +133 -104
  119. package/libs/floorplan/ModelFloorplanPlugin/index.js +5 -4
  120. package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +3 -2
  121. package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +4 -3
  122. package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +3 -2
  123. package/libs/floorplan/TopviewFloorplanPlugin/index.js +4 -3
  124. package/libs/floorplan/index.js +1 -1
  125. package/libs/floorplan/typings/index.d.ts +3 -0
  126. package/libs/index.js +151 -150
  127. package/libs/shared-utils/Object3DHelper/Controller/MoveController.js +1 -1
  128. package/libs/shared-utils/Object3DHelper/Controller/RectangleScaleController.js +18 -18
  129. package/libs/shared-utils/Object3DHelper/Controller/RotateController.js +1 -1
  130. package/libs/shared-utils/Object3DHelper/typings/Hooks.d.ts +4 -3
  131. package/libs/shared-utils/five/getFiveFromParentChain.d.ts +7 -0
  132. package/libs/shared-utils/five/getFiveFromParentChain.js +15 -0
  133. package/libs/shared-utils/logger.js +1 -1
  134. package/libs/shared-utils/three/PointSelector/index.d.ts +1 -1
  135. package/libs/shared-utils/three/PointSelector/utils/PointHelper2.js +1 -0
  136. package/package.json +1 -1
@@ -59,6 +59,7 @@ import "../../../Sculpt/typings/style.js";
59
59
  import "../../../shared-utils/three/IObject3D.js";
60
60
  import "../../../Sculpt/utils/Meshes/getLengthHTML.js";
61
61
  import "../../../shared-utils/three/applyObjectMatrixWorld.js";
62
+ import "../../../shared-utils/five/getFiveFromParentChain.js";
62
63
  import "../../../shared-utils/three/core/LineGeometry.js";
63
64
  import "../../../shared-utils/three/core/LineMaterial.js";
64
65
  import "../../../shared-utils/three/core/Line2.js";
@@ -89,7 +90,7 @@ import "../../../shared-utils/safeObj.js";
89
90
  import "../../utils/Cache.js";
90
91
  import "../../../shared-utils/promise/withResolvers.js";
91
92
  const P = new r.Vector2();
92
- class _i extends R {
93
+ class yi extends R {
93
94
  constructor(t, e) {
94
95
  var o, i, n, s, a;
95
96
  super(t, e);
@@ -297,5 +298,5 @@ class _i extends R {
297
298
  }
298
299
  }
299
300
  export {
300
- _i as PointTag
301
+ yi as PointTag
301
302
  };
@@ -71,6 +71,7 @@ import "../../Sculpt/typings/style.js";
71
71
  import "../../shared-utils/three/IObject3D.js";
72
72
  import "../../Sculpt/utils/Meshes/getLengthHTML.js";
73
73
  import "../../shared-utils/three/applyObjectMatrixWorld.js";
74
+ import "../../shared-utils/five/getFiveFromParentChain.js";
74
75
  import "../../shared-utils/three/core/LineGeometry.js";
75
76
  import "../../shared-utils/three/core/LineMaterial.js";
76
77
  import "../../shared-utils/three/core/Line2.js";
@@ -94,7 +95,7 @@ import "../../shared-utils/url/defaultUrls.js";
94
95
  import "../../vendor/object-assign-deep/objectAssignDeep.js";
95
96
  import "../../shared-utils/typescript/entries.js";
96
97
  import "../utils/tag/adaptConfig.js";
97
- class Zt extends l {
98
+ class _t extends l {
98
99
  constructor(t) {
99
100
  super(t);
100
101
  o(this, "rendererMap", /* @__PURE__ */ new Map());
@@ -145,5 +146,5 @@ class Zt extends l {
145
146
  }
146
147
  }
147
148
  export {
148
- Zt as TagRender
149
+ _t as TagRender
149
150
  };
@@ -85,6 +85,7 @@ import "../../shared-utils/three/IObject3D.js";
85
85
  import "../../Sculpt/utils/Meshes/getLengthHTML.js";
86
86
  import "../../shared-utils/three/applyObjectMatrixWorld.js";
87
87
  import "../../shared-utils/util.js";
88
+ import "../../shared-utils/five/getFiveFromParentChain.js";
88
89
  import "../../shared-utils/three/core/LineGeometry.js";
89
90
  import "../../shared-utils/three/core/LineMaterial.js";
90
91
  import "../../shared-utils/three/core/Line2.js";
@@ -103,7 +104,7 @@ import "../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
103
104
  import "../../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
104
105
  import "../../shared-utils/five/calculateThreeMouse.js";
105
106
  import "../../shared-utils/url/defaultUrls.js";
106
- class Xt extends ce {
107
+ class Jt extends ce {
107
108
  constructor(e) {
108
109
  super(e);
109
110
  s(this, "tags", []);
@@ -309,5 +310,5 @@ class Xt extends ce {
309
310
  }
310
311
  }
311
312
  export {
312
- Xt as TagUtil
313
+ Jt as TagUtil
313
314
  };
@@ -118,6 +118,7 @@ import "../../shared-utils/three/IObject3D.js";
118
118
  import "../../Sculpt/utils/Meshes/getLengthHTML.js";
119
119
  import "../../shared-utils/three/applyObjectMatrixWorld.js";
120
120
  import "../../shared-utils/util.js";
121
+ import "../../shared-utils/five/getFiveFromParentChain.js";
121
122
  import "../../shared-utils/three/core/LineGeometry.js";
122
123
  import "../../shared-utils/three/core/LineMaterial.js";
123
124
  import "../../shared-utils/three/core/Line2.js";
@@ -329,8 +330,8 @@ import "../Components/Common/TagPopover/TagPopoverToolBar.js";
329
330
  import "../Components/Common/TagPopover/ArrowRightIcon.js";
330
331
  import "../Components/Common/TagPopover/ShareIcon.js";
331
332
  import "../utils/popoverContainer.js";
332
- const D = "Dnalogel-PanoTagPlugin", _s = (h) => `${D}--${h}`;
333
- class Fs extends R {
333
+ const D = "Dnalogel-PanoTagPlugin", Fs = (h) => `${D}--${h}`;
334
+ class ws extends R {
334
335
  constructor(e, t) {
335
336
  super(e);
336
337
  /** state */
@@ -803,7 +804,7 @@ class Fs extends R {
803
804
  }
804
805
  }
805
806
  export {
806
- Fs as PanoTagPluginController,
807
- Fs as default,
808
- _s as pluginFlag
807
+ ws as PanoTagPluginController,
808
+ ws as default,
809
+ Fs as pluginFlag
809
810
  };
@@ -1,7 +1,7 @@
1
1
  import r from "./controller/index.js";
2
- import { pluginFlag as Li } from "./controller/index.js";
3
- import { defaultGlobalConfig as Ni } from "./typings/tag/TagConfig.js";
4
- import { ContentType as Qi, DimensionType as Ri, PointType as Si } from "./Archive/deprecated.js";
2
+ import { pluginFlag as Mi } from "./controller/index.js";
3
+ import { defaultGlobalConfig as Oi } from "./typings/tag/TagConfig.js";
4
+ import { ContentType as Ri, DimensionType as Si, PointType as Ui } from "./Archive/deprecated.js";
5
5
  import "three";
6
6
  import "../vendor/object-assign-deep/objectAssignDeep.js";
7
7
  import "../shared-utils/positionToVector3.js";
@@ -58,6 +58,7 @@ import "../Sculpt/typings/style.js";
58
58
  import "../shared-utils/three/IObject3D.js";
59
59
  import "../Sculpt/utils/Meshes/getLengthHTML.js";
60
60
  import "../shared-utils/three/applyObjectMatrixWorld.js";
61
+ import "../shared-utils/five/getFiveFromParentChain.js";
61
62
  import "../shared-utils/three/core/LineGeometry.js";
62
63
  import "../shared-utils/three/core/LineMaterial.js";
63
64
  import "../shared-utils/three/core/Line2.js";
@@ -303,14 +304,14 @@ import "./Components/Common/TagPopover/ArrowRightIcon.js";
303
304
  import "./Components/Common/TagPopover/ShareIcon.js";
304
305
  import "./utils/popoverContainer.js";
305
306
  import "../shared-utils/animationFrame/BetterTween.js";
306
- const Ii = (o, t) => new r(o, t);
307
+ const Ji = (o, t) => new r(o, t);
307
308
  export {
308
- Qi as ContentType,
309
- Ri as DimensionType,
310
- Ii as PanoTagPlugin,
309
+ Ri as ContentType,
310
+ Si as DimensionType,
311
+ Ji as PanoTagPlugin,
311
312
  r as PanoTagPluginController,
312
- Si as PointType,
313
- Ii as default,
314
- Ni as defaultGlobalConfig,
315
- Li as pluginFlag
313
+ Ui as PointType,
314
+ Ji as default,
315
+ Oi as defaultGlobalConfig,
316
+ Mi as pluginFlag
316
317
  };
@@ -65,6 +65,7 @@ import "../../../shared-utils/three/IObject3D.js";
65
65
  import "../../../Sculpt/utils/Meshes/getLengthHTML.js";
66
66
  import "../../../shared-utils/three/applyObjectMatrixWorld.js";
67
67
  import "../../../shared-utils/util.js";
68
+ import "../../../shared-utils/five/getFiveFromParentChain.js";
68
69
  import "../../../shared-utils/three/core/LineGeometry.js";
69
70
  import "../../../shared-utils/three/core/LineMaterial.js";
70
71
  import "../../../shared-utils/three/core/Line2.js";
@@ -81,7 +82,7 @@ import "../../../vendor/animejs/lib/anime.es.js";
81
82
  import "../../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
82
83
  import "../../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
83
84
  import "../../../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
84
- function di(o, i, t) {
85
+ function yi(o, i, t) {
85
86
  var v, b, j, C, A;
86
87
  const D = (v = t == null ? void 0 : t.useCache) != null ? v : !0;
87
88
  if (!o)
@@ -127,5 +128,5 @@ function di(o, i, t) {
127
128
  return P(T), Object.values(f).forEach((e) => P(e)), T._isMerged = !0, T;
128
129
  }
129
130
  export {
130
- di as calculateTagConfig
131
+ yi as calculateTagConfig
131
132
  };
@@ -48,6 +48,7 @@ import "../../../shared-utils/three/IObject3D.js";
48
48
  import "../../../Sculpt/utils/Meshes/getLengthHTML.js";
49
49
  import "../../../shared-utils/three/applyObjectMatrixWorld.js";
50
50
  import "../../../shared-utils/util.js";
51
+ import "../../../shared-utils/five/getFiveFromParentChain.js";
51
52
  import "../../../shared-utils/three/core/LineGeometry.js";
52
53
  import "../../../shared-utils/three/core/LineMaterial.js";
53
54
  import "../../../shared-utils/three/core/Line2.js";
@@ -68,7 +69,7 @@ import "@realsee/five";
68
69
  function n(i) {
69
70
  return i.stickType ? i.stickType : i.pointType === "PointTag" && i.dimensionType === "3D" ? "3DPoint" : i.pointType === "PlaneTag" ? "Plane" : "2DPoint";
70
71
  }
71
- function Li(i) {
72
+ function _i(i) {
72
73
  var r, o, p, m;
73
74
  if (i.stickType || (i.stickType = n(i)), i.contentType === "VRLink" || i.contentType === "PanoLink" || i.contentType === "Link") {
74
75
  const t = i;
@@ -82,6 +83,6 @@ function Li(i) {
82
83
  }), i;
83
84
  }
84
85
  export {
85
- Li as default,
86
+ _i as default,
86
87
  n as getTagStickType
87
88
  };
@@ -1,17 +1,17 @@
1
1
  var u = Object.defineProperty, g = Object.defineProperties;
2
2
  var b = Object.getOwnPropertyDescriptors;
3
- var h = Object.getOwnPropertySymbols;
3
+ var m = Object.getOwnPropertySymbols;
4
4
  var M = Object.prototype.hasOwnProperty, W = Object.prototype.propertyIsEnumerable;
5
5
  var l = (e, i, r) => i in e ? u(e, i, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[i] = r, p = (e, i) => {
6
6
  for (var r in i || (i = {}))
7
7
  M.call(i, r) && l(e, r, i[r]);
8
- if (h)
9
- for (var r of h(i))
8
+ if (m)
9
+ for (var r of m(i))
10
10
  W.call(i, r) && l(e, r, i[r]);
11
11
  return e;
12
12
  }, a = (e, i) => g(e, b(i));
13
13
  var s = (e, i, r) => (l(e, typeof i != "symbol" ? i + "" : i, r), r);
14
- import { VideoMeshController as m } from "./VideoMeshController.js";
14
+ import { VideoMeshController as h } from "./VideoMeshController.js";
15
15
  import { Controller as _ } from "../base/BasePlugin.js";
16
16
  import "./utils/shader.js";
17
17
  import "../shared-utils/tag.js";
@@ -65,6 +65,7 @@ import "../Sculpt/typings/style.js";
65
65
  import "../shared-utils/three/IObject3D.js";
66
66
  import "../Sculpt/utils/Meshes/getLengthHTML.js";
67
67
  import "../shared-utils/three/applyObjectMatrixWorld.js";
68
+ import "../shared-utils/five/getFiveFromParentChain.js";
68
69
  import "../shared-utils/three/core/LineGeometry.js";
69
70
  import "../shared-utils/three/core/LineMaterial.js";
70
71
  import "../shared-utils/three/core/Line2.js";
@@ -83,7 +84,7 @@ import "../Sculpt/utils/three/rayOnLine.js";
83
84
  import "../shared-utils/animationFrame/index.js";
84
85
  import "./utils/index.js";
85
86
  import "../shared-utils/url/defaultUrls.js";
86
- class qr extends _ {
87
+ class zr extends _ {
87
88
  constructor(r) {
88
89
  super(r);
89
90
  s(this, "controllerMap", /* @__PURE__ */ new Map());
@@ -111,7 +112,7 @@ class qr extends _ {
111
112
  n.video_list.forEach((d) => {
112
113
  this.controllerMap.set(
113
114
  d.render_id,
114
- new m(this.five, a(p({}, d), {
115
+ new h(this.five, a(p({}, d), {
115
116
  fiveUtil: this.fiveUtil,
116
117
  panoIndex: c,
117
118
  renderID: f,
@@ -190,7 +191,7 @@ class qr extends _ {
190
191
  const n = o.render_id;
191
192
  this.controllerMap.set(
192
193
  o.render_id,
193
- new m(this.five, a(p({}, o), {
194
+ new h(this.five, a(p({}, o), {
194
195
  fiveUtil: this.fiveUtil,
195
196
  panoIndex: r,
196
197
  renderID: n,
@@ -228,5 +229,5 @@ class qr extends _ {
228
229
  }
229
230
  }
230
231
  export {
231
- qr as PanoVideoPluginController
232
+ zr as PanoVideoPluginController
232
233
  };
@@ -54,6 +54,7 @@ import "../shared-utils/three/IObject3D.js";
54
54
  import "../Sculpt/utils/Meshes/getLengthHTML.js";
55
55
  import "../shared-utils/three/applyObjectMatrixWorld.js";
56
56
  import "../shared-utils/util.js";
57
+ import "../shared-utils/five/getFiveFromParentChain.js";
57
58
  import "../shared-utils/three/core/LineGeometry.js";
58
59
  import "../shared-utils/three/core/LineMaterial.js";
59
60
  import "../shared-utils/three/core/Line2.js";
@@ -70,7 +71,7 @@ import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
70
71
  import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
71
72
  import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
72
73
  import "@realsee/five";
73
- class Qi {
74
+ class $i {
74
75
  /** 初始化视频、模型以及相关事件监听。 */
75
76
  constructor(i, e) {
76
77
  t(this, "video");
@@ -345,5 +346,5 @@ class Qi {
345
346
  }
346
347
  }
347
348
  export {
348
- Qi as VideoMeshController
349
+ $i as VideoMeshController
349
350
  };
@@ -1,5 +1,5 @@
1
1
  import { PanoVideoPluginController as r } from "./Controller.js";
2
- import { typings as jo } from "./typings/index.js";
2
+ import { typings as ko } from "./typings/index.js";
3
3
  import "./VideoMeshController.js";
4
4
  import "./utils/shader.js";
5
5
  import "../shared-utils/tag.js";
@@ -53,6 +53,7 @@ import "../Sculpt/typings/style.js";
53
53
  import "../shared-utils/three/IObject3D.js";
54
54
  import "../Sculpt/utils/Meshes/getLengthHTML.js";
55
55
  import "../shared-utils/three/applyObjectMatrixWorld.js";
56
+ import "../shared-utils/five/getFiveFromParentChain.js";
56
57
  import "../shared-utils/three/core/LineGeometry.js";
57
58
  import "../shared-utils/three/core/LineMaterial.js";
58
59
  import "../shared-utils/three/core/Line2.js";
@@ -72,9 +73,9 @@ import "../shared-utils/animationFrame/index.js";
72
73
  import "./utils/index.js";
73
74
  import "../base/BasePlugin.js";
74
75
  import "../shared-utils/url/defaultUrls.js";
75
- const To = (o) => new r(o);
76
+ const bo = (o) => new r(o);
76
77
  export {
77
- To as PanoVideoPlugin,
78
- jo as PanoVideoPluginType,
79
- To as default
78
+ bo as PanoVideoPlugin,
79
+ ko as PanoVideoPluginType,
80
+ bo as default
80
81
  };
@@ -82,6 +82,7 @@ import "../shared-utils/three/IObject3D.js";
82
82
  import "../Sculpt/utils/Meshes/getLengthHTML.js";
83
83
  import "../shared-utils/three/applyObjectMatrixWorld.js";
84
84
  import "../shared-utils/util.js";
85
+ import "../shared-utils/five/getFiveFromParentChain.js";
85
86
  import "../shared-utils/three/core/LineGeometry.js";
86
87
  import "../shared-utils/three/core/LineMaterial.js";
87
88
  import "../shared-utils/three/core/Line2.js";
@@ -107,7 +108,7 @@ import "../shared-utils/three/Extras/Curves/BezierCurve3.js";
107
108
  import "../shared-utils/three/Extras/Core/Interpolations.js";
108
109
  import "../shared-utils/three/Extras/Core/Interpolations2.js";
109
110
  const g = { flowSpeed: 0.6, rotateSpeed: 0 };
110
- class re extends S {
111
+ class ae extends S {
111
112
  constructor(t) {
112
113
  super(t);
113
114
  // ==================== public properties ====================
@@ -387,5 +388,5 @@ class re extends S {
387
388
  }
388
389
  }
389
390
  export {
390
- re as Controller
391
+ ae as Controller
391
392
  };
@@ -52,6 +52,7 @@ import "../Sculpt/typings/style.js";
52
52
  import "../shared-utils/three/IObject3D.js";
53
53
  import "../Sculpt/utils/Meshes/getLengthHTML.js";
54
54
  import "../shared-utils/three/applyObjectMatrixWorld.js";
55
+ import "../shared-utils/five/getFiveFromParentChain.js";
55
56
  import "../shared-utils/three/core/LineGeometry.js";
56
57
  import "../shared-utils/three/core/LineMaterial.js";
57
58
  import "../shared-utils/three/core/Line2.js";
@@ -79,8 +80,8 @@ import "../shared-utils/animationFrame/BetterTween.js";
79
80
  import "../shared-utils/three/Extras/Curves/BezierCurve3.js";
80
81
  import "../shared-utils/three/Extras/Core/Interpolations.js";
81
82
  import "../shared-utils/three/Extras/Core/Interpolations2.js";
82
- const Br = (r) => new o(r);
83
+ const Dr = (r) => new o(r);
83
84
  export {
84
- Br as PipelinePlugin,
85
- Br as default
85
+ Dr as PipelinePlugin,
86
+ Dr as default
86
87
  };
@@ -52,6 +52,7 @@ import "../../../shared-utils/three/IObject3D.js";
52
52
  import "../../../Sculpt/utils/Meshes/getLengthHTML.js";
53
53
  import "../../../shared-utils/three/applyObjectMatrixWorld.js";
54
54
  import "../../../shared-utils/util.js";
55
+ import "../../../shared-utils/five/getFiveFromParentChain.js";
55
56
  import "../../../shared-utils/three/core/LineGeometry.js";
56
57
  import "../../../shared-utils/three/core/LineMaterial.js";
57
58
  import "../../../shared-utils/three/core/Line2.js";
@@ -92,7 +93,7 @@ const d = (
92
93
  }
93
94
  `
94
95
  );
95
- class jt extends h {
96
+ class kt extends h {
96
97
  constructor(t) {
97
98
  super(t, d);
98
99
  /** 初始状态下,当前水管内的水流在整体管道上的位移
@@ -150,5 +151,5 @@ class jt extends h {
150
151
  }
151
152
  }
152
153
  export {
153
- jt as ObjectFlowPipe
154
+ kt as ObjectFlowPipe
154
155
  };
@@ -52,6 +52,7 @@ import "../../../shared-utils/three/IObject3D.js";
52
52
  import "../../../Sculpt/utils/Meshes/getLengthHTML.js";
53
53
  import "../../../shared-utils/three/applyObjectMatrixWorld.js";
54
54
  import "../../../shared-utils/util.js";
55
+ import "../../../shared-utils/five/getFiveFromParentChain.js";
55
56
  import "../../../shared-utils/three/core/LineGeometry.js";
56
57
  import "../../../shared-utils/three/core/LineMaterial.js";
57
58
  import "../../../shared-utils/three/core/Line2.js";
@@ -73,7 +74,7 @@ import "../../../shared-utils/animationFrame/index.js";
73
74
  import "../../../shared-utils/three/Extras/Curves/BezierCurve3.js";
74
75
  import "../../../shared-utils/three/Extras/Core/Interpolations.js";
75
76
  import "../../../shared-utils/three/Extras/Core/Interpolations2.js";
76
- class Ri extends a {
77
+ class ki extends a {
77
78
  constructor(i) {
78
79
  super(i);
79
80
  p(this, "imageCount", 64);
@@ -96,5 +97,5 @@ class Ri extends a {
96
97
  }
97
98
  }
98
99
  export {
99
- Ri as ObjectHighlightPipe
100
+ ki as ObjectHighlightPipe
100
101
  };
@@ -77,6 +77,7 @@ import "../../../shared-utils/three/IObject3D.js";
77
77
  import "../../../Sculpt/utils/Meshes/getLengthHTML.js";
78
78
  import "../../../shared-utils/three/applyObjectMatrixWorld.js";
79
79
  import "../../../shared-utils/util.js";
80
+ import "../../../shared-utils/five/getFiveFromParentChain.js";
80
81
  import "../../../shared-utils/three/core/LineGeometry.js";
81
82
  import "../../../shared-utils/three/core/LineMaterial.js";
82
83
  import "../../../shared-utils/three/core/Line2.js";
@@ -36,6 +36,10 @@ export declare class LineMesh extends IObject3D implements RenderDomObjectType {
36
36
  private paramsStyle;
37
37
  private lastRenderDomItem;
38
38
  private lastFOV;
39
+ private fiveListenersInited;
40
+ private fiveRef?;
41
+ private initFiveListeners;
42
+ private removeFiveListeners;
39
43
  constructor(params?: Partial<LineMeshStyle & LineData>);
40
44
  updateMatrixWorld(force?: boolean): void;
41
45
  setPoints(points: AnyPositions): void;