@realsee/dnalogel 3.52.3 → 3.53.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.
- package/CHANGELOG.md +6 -0
- package/dist/index.cjs.js +40 -40
- package/dist/index.d.ts +1 -79
- package/dist/index.js +1605 -1567
- package/dist/index.umd.js +34 -34
- package/dist/shared-utils/exports.d.ts +2 -0
- package/dist/shared-utils/five/FivePuppet.d.ts +64 -0
- package/dist/shared-utils/index.d.ts +1 -0
- package/dist/shared-utils/math/planimetry.d.ts +1 -1
- package/libs/AreaMakerPlugin/Controller.js +14 -12
- package/libs/AreaMakerPlugin/index.js +4 -2
- package/libs/AreaMakerPlugin/utils/Item.js +4 -2
- package/libs/CSS3DRenderPlugin/Controller.js +4 -2
- package/libs/CSS3DRenderPlugin/index.js +7 -5
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.js +4 -2
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DRender.js +4 -2
- package/libs/CruisePlugin/BaseController.js +6 -4
- package/libs/CruisePlugin/Move.js +4 -3
- package/libs/CruisePlugin/Work.js +3 -2
- package/libs/CruisePlugin/index.js +8 -7
- package/libs/CurrentPanoImagePlugin/Controller.js +4 -2
- package/libs/CurrentPanoImagePlugin/index.js +5 -3
- package/libs/GuideLinePlugin/Controller.js +6 -5
- package/libs/GuideLinePlugin/GuideLineItem.js +4 -3
- package/libs/GuideLinePlugin/GuideLineModeItem/index.js +3 -2
- package/libs/GuideLinePlugin/GuideLineModeItem.js +4 -3
- package/libs/GuideLinePlugin/index.js +8 -7
- package/libs/ModelMakerPlugin/Controller.js +4 -2
- package/libs/ModelMakerPlugin/index.js +4 -2
- package/libs/ModelTVVideoPlugin/Plugin.js +5 -3
- package/libs/ModelTVVideoPlugin/index.js +4 -2
- package/libs/Object3DHelperPlugin/Controller.js +4 -2
- package/libs/Object3DHelperPlugin/index.js +7 -5
- package/libs/PanoCompassPlugin/Controller.js +3 -2
- package/libs/PanoCompassPlugin/index.js +4 -3
- package/libs/PanoDoorLabelPlugin/BaseController.js +3 -2
- package/libs/PanoDoorLabelPlugin/Controller.js +3 -2
- package/libs/PanoDoorLabelPlugin/index.js +4 -3
- package/libs/PanoMeasurePlugin/Components/Controller0.js +3 -2
- package/libs/PanoMeasurePlugin/Components/Controller1.js +3 -2
- package/libs/PanoMeasurePlugin/Controller/EditController.js +3 -2
- package/libs/PanoMeasurePlugin/Controller/WatchController.js +3 -2
- package/libs/PanoMeasurePlugin/Controller/index.js +3 -2
- package/libs/PanoMeasurePlugin/Model/area.js +3 -2
- package/libs/PanoMeasurePlugin/Modules/Magnifier.js +2 -0
- package/libs/PanoMeasurePlugin/Modules/UIController/index.js +3 -2
- package/libs/PanoMeasurePlugin/index.js +14 -13
- package/libs/PanoMeasurePlugin/utils/dom/areaDom.js +4 -2
- package/libs/PanoRulerProPlugin/Controller.js +11 -10
- package/libs/PanoRulerProPlugin/RulerItems.js +3 -2
- package/libs/PanoRulerProPlugin/index.js +4 -3
- package/libs/PanoSpatialTagPlugin/Plugin.js +4 -3
- package/libs/PanoSpatialTagPlugin/index.js +1 -0
- package/libs/PanoTagPlugin/Components/Common/TagPoint.js +4 -2
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +4 -2
- package/libs/PanoTagPlugin/Components/Tag/index.js +4 -3
- package/libs/PanoTagPlugin/Components/TagContainer.js +43 -42
- package/libs/PanoTagPlugin/Components/TagItem.js +4 -3
- package/libs/PanoTagPlugin/controller/Tag/BaseTag.js +3 -2
- package/libs/PanoTagPlugin/controller/Tag/ModelTag.js +3 -2
- package/libs/PanoTagPlugin/controller/Tag/PlaneTag.js +3 -2
- package/libs/PanoTagPlugin/controller/Tag/PointTag.js +3 -2
- package/libs/PanoTagPlugin/controller/TagRender.js +4 -3
- package/libs/PanoTagPlugin/controller/TagUtil.js +4 -2
- package/libs/PanoTagPlugin/controller/index.js +7 -6
- package/libs/PanoTagPlugin/index.js +13 -12
- package/libs/PanoTagPlugin/utils/tag/calculateTagConfig.js +3 -2
- package/libs/PanoVideoPlugin/Controller.js +4 -2
- package/libs/PanoVideoPlugin/VideoMeshController.js +52 -50
- package/libs/PanoVideoPlugin/index.js +7 -5
- package/libs/PipelinePlugin/Controller.js +4 -2
- package/libs/PipelinePlugin/index.js +5 -3
- package/libs/PipelinePlugin/utils/Objects/FlowPipe.js +4 -2
- package/libs/PipelinePlugin/utils/Objects/HighlightPipe.js +4 -2
- package/libs/PipelinePlugin/utils/Objects/Pipe.js +20 -18
- package/libs/Sculpt/Meshes/Cylinder.js +6 -5
- package/libs/Sculpt/Meshes/Line.js +3 -2
- package/libs/Sculpt/Meshes/LineWithDots.js +3 -2
- package/libs/Sculpt/Meshes/Point.js +6 -5
- package/libs/Sculpt/Meshes/Polygon.js +11 -10
- package/libs/Sculpt/Meshes/Rectangle.js +4 -3
- package/libs/Sculpt/Objects/Line/Editor.js +7 -6
- package/libs/Sculpt/index.js +18 -17
- package/libs/Sculpt/utils/export.js +5 -5
- package/libs/Sculpt/utils/three/ColoredMesh.js +3 -2
- package/libs/base/BasePlugin.js +4 -3
- package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +4 -2
- package/libs/floorplan/MapviewFloorplanPlugin/index.js +5 -3
- package/libs/floorplan/ModelFloorplanPlugin/Controller.js +4 -2
- package/libs/floorplan/ModelFloorplanPlugin/index.js +5 -3
- package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +19 -17
- package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +5 -3
- package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +4 -2
- package/libs/floorplan/TopviewFloorplanPlugin/index.js +5 -3
- package/libs/floorplan/index.js +1 -0
- package/libs/index.d.ts +1 -79
- package/libs/index.js +156 -170
- package/libs/shared-utils/exports.d.ts +2 -0
- package/libs/shared-utils/exports.js +82 -0
- package/libs/shared-utils/five/FivePuppet.d.ts +64 -0
- package/libs/shared-utils/five/FivePuppet.js +47 -0
- package/libs/shared-utils/five/index.js +3 -2
- package/libs/shared-utils/five/lookObject.js +3 -2
- package/libs/shared-utils/index.d.ts +1 -0
- package/libs/shared-utils/index.js +10 -78
- package/libs/shared-utils/logger.js +1 -1
- package/libs/shared-utils/math/planimetry.d.ts +1 -1
- package/libs/shared-utils/three/index.js +1 -0
- package/package.json +2 -2
|
@@ -11,12 +11,13 @@ import "../shared-utils/isNil.js";
|
|
|
11
11
|
import "../shared-utils/three/core/Sphere.js";
|
|
12
12
|
import "../shared-utils/three/blink.js";
|
|
13
13
|
import "../shared-utils/animationFrame/BetterTween.js";
|
|
14
|
+
import "../shared-utils/five/FivePuppet.js";
|
|
14
15
|
import "../shared-utils/three/loadTexture.js";
|
|
15
16
|
import "../PanoTagPlugin/controller/index.js";
|
|
16
17
|
import "./Components/Tag.js";
|
|
17
18
|
import "./utils/index.js";
|
|
18
19
|
import "../vendor/object-assign-deep/objectAssignDeep.js";
|
|
19
|
-
import { GuideLineModeItem as
|
|
20
|
+
import { GuideLineModeItem as Nm } from "./GuideLineModeItem/index.js";
|
|
20
21
|
import "../vendor/polyline-normals/index.js";
|
|
21
22
|
import "../vendor/polyline-miter-util/index.js";
|
|
22
23
|
import "../vendor/gl-vec2/add.js";
|
|
@@ -69,6 +70,7 @@ import "../shared-utils/isTouchDevice.js";
|
|
|
69
70
|
import "../shared-utils/five/getPosition.js";
|
|
70
71
|
import "../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
71
72
|
import "../shared-utils/three/PointSelector/utils/contents.js";
|
|
73
|
+
import "@realsee/five";
|
|
72
74
|
import "../shared-utils/animationFrame/index.js";
|
|
73
75
|
import "../PanoTagPlugin/utils/tag/tagCheck.js";
|
|
74
76
|
import "../PanoTagPlugin/utils/debounce.js";
|
|
@@ -163,7 +165,6 @@ import "../PanoTagPlugin/utils/tag/calculateTagConfig.js";
|
|
|
163
165
|
import "../shared-utils/typescript/entries.js";
|
|
164
166
|
import "../PanoTagPlugin/utils/tag/adaptConfig.js";
|
|
165
167
|
import "../PanoTagPlugin/typings/tag/TagConfig.js";
|
|
166
|
-
import "@realsee/five";
|
|
167
168
|
import "../shared-utils/vectorToCoordinate.js";
|
|
168
169
|
import "../shared-utils/formatRad.js";
|
|
169
170
|
import "../shared-utils/five/lookPoint.js";
|
|
@@ -197,5 +198,5 @@ import "../PanoTagPlugin/Components/TagContainer.js";
|
|
|
197
198
|
import "../PanoTagPlugin/Components/TagItem.js";
|
|
198
199
|
import "../PanoTagPlugin/Components/Common/TagPoint.js";
|
|
199
200
|
export {
|
|
200
|
-
|
|
201
|
+
Nm as GuideLineModeItem
|
|
201
202
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import t from "./Controller.js";
|
|
2
|
-
import { GuideLineItem$1 as
|
|
3
|
-
import { GuideLineModeItem$1 as
|
|
2
|
+
import { GuideLineItem$1 as nr } from "./GuideLineItem/index.js";
|
|
3
|
+
import { GuideLineModeItem$1 as ur } from "./GuideLineModeItem/index.js";
|
|
4
4
|
import "../base/BasePluginWithData.js";
|
|
5
5
|
import "../base/BasePlugin.js";
|
|
6
6
|
import "../shared-utils/Subscribe.js";
|
|
@@ -35,6 +35,8 @@ import "../shared-utils/isNil.js";
|
|
|
35
35
|
import "../shared-utils/three/core/Sphere.js";
|
|
36
36
|
import "animejs";
|
|
37
37
|
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
38
|
+
import "../shared-utils/five/FivePuppet.js";
|
|
39
|
+
import "@realsee/five";
|
|
38
40
|
import "../shared-utils/three/PointSelector/utils/html.js";
|
|
39
41
|
import "../shared-utils/five/initialCSS3DRender.js";
|
|
40
42
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
@@ -179,7 +181,6 @@ import "../PanoTagPlugin/utils/tag/calculateTagConfig.js";
|
|
|
179
181
|
import "../shared-utils/typescript/entries.js";
|
|
180
182
|
import "../PanoTagPlugin/utils/tag/adaptConfig.js";
|
|
181
183
|
import "../PanoTagPlugin/typings/tag/TagConfig.js";
|
|
182
|
-
import "@realsee/five";
|
|
183
184
|
import "../shared-utils/five/lookPoint.js";
|
|
184
185
|
import "../PanoTagPlugin/utils/tagPosition.js";
|
|
185
186
|
import "../PanoTagPlugin/utils/checkRange.js";
|
|
@@ -214,10 +215,10 @@ import "../shared-utils/five/changeMode.js";
|
|
|
214
215
|
import "../shared-utils/nearlyEqual.js";
|
|
215
216
|
import "../CruisePlugin/Move.js";
|
|
216
217
|
import "../CruisePlugin/utils/getFiveStateOnCurve.js";
|
|
217
|
-
const r = (i, o) => new t(i, o),
|
|
218
|
+
const r = (i, o) => new t(i, o), mr = r;
|
|
218
219
|
export {
|
|
219
|
-
|
|
220
|
-
|
|
220
|
+
nr as GuideLineItem,
|
|
221
|
+
ur as GuideLineModeItem,
|
|
221
222
|
r as GuideLinePlugin,
|
|
222
|
-
|
|
223
|
+
mr as default
|
|
223
224
|
};
|
|
@@ -42,6 +42,7 @@ import { boxVertex as g } from "../shared-utils/three/boundingBox.js";
|
|
|
42
42
|
import "animejs";
|
|
43
43
|
import { waitFiveModelLoaded as G } from "../shared-utils/five/fiveModelLoad.js";
|
|
44
44
|
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
45
|
+
import "../shared-utils/five/FivePuppet.js";
|
|
45
46
|
import { tagRendererMap as N } from "./utils/tagRenderer.js";
|
|
46
47
|
import { ModelMakerPrismItem as D } from "./item/prismItem.js";
|
|
47
48
|
import { ModelMakerPolygonItem as U } from "./item/polygonItem.js";
|
|
@@ -104,6 +105,7 @@ import "../shared-utils/isTouchDevice.js";
|
|
|
104
105
|
import "../shared-utils/five/getPosition.js";
|
|
105
106
|
import "../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
106
107
|
import "../shared-utils/three/PointSelector/utils/contents.js";
|
|
108
|
+
import "@realsee/five";
|
|
107
109
|
import "./utils/Text.js";
|
|
108
110
|
import "../vendor/svelte/internal/index.js";
|
|
109
111
|
import "../components/AreaLabel/LabelItem.js";
|
|
@@ -112,7 +114,7 @@ import "./item/baseItem.js";
|
|
|
112
114
|
import "../shared-utils/three/addIfNotExists.js";
|
|
113
115
|
import "../shared-utils/five/FiveDomEvents.js";
|
|
114
116
|
import "../shared-utils/five/calculateThreeMouse.js";
|
|
115
|
-
class
|
|
117
|
+
class Ft extends z {
|
|
116
118
|
constructor(e, i) {
|
|
117
119
|
var s, d;
|
|
118
120
|
super(e);
|
|
@@ -292,5 +294,5 @@ class kt extends z {
|
|
|
292
294
|
}
|
|
293
295
|
}
|
|
294
296
|
export {
|
|
295
|
-
|
|
297
|
+
Ft as Controller
|
|
296
298
|
};
|
|
@@ -33,6 +33,8 @@ import "../shared-utils/isNil.js";
|
|
|
33
33
|
import "../shared-utils/three/core/Sphere.js";
|
|
34
34
|
import "animejs";
|
|
35
35
|
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
36
|
+
import "../shared-utils/five/FivePuppet.js";
|
|
37
|
+
import "@realsee/five";
|
|
36
38
|
import "../shared-utils/three/PointSelector/utils/html.js";
|
|
37
39
|
import "../shared-utils/five/initialCSS3DRender.js";
|
|
38
40
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
@@ -85,7 +87,7 @@ import "../components/AreaLabel/LabelItem.js";
|
|
|
85
87
|
import "../components/AreaLabel/Assets/roomLabelBg.js";
|
|
86
88
|
import "./item/prismItem.js";
|
|
87
89
|
import "../CruisePlugin/utils/sleep.js";
|
|
88
|
-
const
|
|
90
|
+
const Ko = (...o) => new r(...o);
|
|
89
91
|
export {
|
|
90
|
-
|
|
92
|
+
Ko as ModelMakerPlugin
|
|
91
93
|
};
|
|
@@ -67,6 +67,8 @@ import "../shared-utils/three/core/LineGeometry.js";
|
|
|
67
67
|
import "../shared-utils/three/core/Sphere.js";
|
|
68
68
|
import "animejs";
|
|
69
69
|
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
70
|
+
import "../shared-utils/five/FivePuppet.js";
|
|
71
|
+
import "@realsee/five";
|
|
70
72
|
import "../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
71
73
|
import "../shared-utils/isTouchDevice.js";
|
|
72
74
|
import "../shared-utils/five/getPosition.js";
|
|
@@ -78,7 +80,7 @@ import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
|
78
80
|
import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
79
81
|
import "../shared-utils/five/fiveModelLoad.js";
|
|
80
82
|
import "../shared-utils/url/absoluteUrl.js";
|
|
81
|
-
const
|
|
83
|
+
const Xe = (s, { videoElement: g }) => {
|
|
82
84
|
const e = {
|
|
83
85
|
videoMeshes: [],
|
|
84
86
|
videoTextureEnabled: !1,
|
|
@@ -221,6 +223,6 @@ const $e = (s, { videoElement: g }) => {
|
|
|
221
223
|
}), { enable: h, disable: l, load: L, dispose: V, state: e, css3DRenderPlugin: f };
|
|
222
224
|
};
|
|
223
225
|
export {
|
|
224
|
-
|
|
225
|
-
|
|
226
|
+
Xe as ModelTVVideoPlugin,
|
|
227
|
+
Xe as default
|
|
226
228
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ModelTVVideoPlugin as r } from "./Plugin.js";
|
|
2
|
-
import { DIRECTION as
|
|
2
|
+
import { DIRECTION as go } from "./typings.js";
|
|
3
3
|
import "three";
|
|
4
4
|
import "./utils/parseData.js";
|
|
5
5
|
import "../CSS3DRenderPlugin/index.js";
|
|
@@ -51,6 +51,8 @@ import "../shared-utils/three/core/LineGeometry.js";
|
|
|
51
51
|
import "../shared-utils/three/core/Sphere.js";
|
|
52
52
|
import "animejs";
|
|
53
53
|
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
54
|
+
import "../shared-utils/five/FivePuppet.js";
|
|
55
|
+
import "@realsee/five";
|
|
54
56
|
import "../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
55
57
|
import "../shared-utils/isTouchDevice.js";
|
|
56
58
|
import "../shared-utils/five/getPosition.js";
|
|
@@ -64,7 +66,7 @@ import "../shared-utils/five/fiveModelLoad.js";
|
|
|
64
66
|
import "../shared-utils/url/absoluteUrl.js";
|
|
65
67
|
import "../PanoTagPlugin/Assets/Icon.js";
|
|
66
68
|
export {
|
|
67
|
-
|
|
69
|
+
go as DIRECTION,
|
|
68
70
|
r as ModelTVVideoPlugin,
|
|
69
71
|
r as default
|
|
70
72
|
};
|
|
@@ -75,6 +75,8 @@ import "@realsee/five/line";
|
|
|
75
75
|
import "../shared-utils/isNil.js";
|
|
76
76
|
import "animejs";
|
|
77
77
|
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
78
|
+
import "../shared-utils/five/FivePuppet.js";
|
|
79
|
+
import "@realsee/five";
|
|
78
80
|
import "../shared-utils/three/PointSelector/utils/html.js";
|
|
79
81
|
import "../shared-utils/five/initialCSS3DRender.js";
|
|
80
82
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
@@ -124,7 +126,7 @@ const D = "Object3DHelperPlugin", E = D, Z = () => {
|
|
|
124
126
|
}, re = () => {
|
|
125
127
|
console.error(`${E} is disabled`);
|
|
126
128
|
};
|
|
127
|
-
class
|
|
129
|
+
class Nr extends _ {
|
|
128
130
|
constructor(e) {
|
|
129
131
|
super(e);
|
|
130
132
|
f(this, "name", D);
|
|
@@ -325,6 +327,6 @@ class Gr extends _ {
|
|
|
325
327
|
}
|
|
326
328
|
}
|
|
327
329
|
export {
|
|
328
|
-
|
|
330
|
+
Nr as Object3DHelperController,
|
|
329
331
|
E as PLUGIN
|
|
330
332
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Object3DHelperController as o } from "./Controller.js";
|
|
2
|
-
import { PLUGIN as
|
|
2
|
+
import { PLUGIN as Sr } from "./Controller.js";
|
|
3
3
|
import "../base/BasePlugin.js";
|
|
4
4
|
import "../shared-utils/Subscribe.js";
|
|
5
5
|
import "../shared-utils/tag.js";
|
|
@@ -33,6 +33,8 @@ import "../shared-utils/isNil.js";
|
|
|
33
33
|
import "../shared-utils/three/core/Sphere.js";
|
|
34
34
|
import "animejs";
|
|
35
35
|
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
36
|
+
import "../shared-utils/five/FivePuppet.js";
|
|
37
|
+
import "@realsee/five";
|
|
36
38
|
import "../shared-utils/three/PointSelector/utils/html.js";
|
|
37
39
|
import "../shared-utils/five/initialCSS3DRender.js";
|
|
38
40
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
@@ -91,10 +93,10 @@ import "../shared-utils/Object3DHelper/Helper/ScaleHelper.js";
|
|
|
91
93
|
import "../shared-utils/Object3DHelper/Controller/ScaleController.js";
|
|
92
94
|
import "../shared-utils/five/fiveModelLoad.js";
|
|
93
95
|
import "../shared-utils/threex/domevents/index.js";
|
|
94
|
-
const
|
|
96
|
+
const Mr = (r) => new o(r);
|
|
95
97
|
export {
|
|
96
98
|
o as Object3DHelperController,
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
99
|
+
Mr as Object3DHelperPlugin,
|
|
100
|
+
Sr as PLUGIN,
|
|
101
|
+
Mr as default
|
|
100
102
|
};
|
|
@@ -65,6 +65,7 @@ import "../shared-utils/isNil.js";
|
|
|
65
65
|
import "../shared-utils/three/core/Sphere.js";
|
|
66
66
|
import "animejs";
|
|
67
67
|
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
68
|
+
import "../shared-utils/five/FivePuppet.js";
|
|
68
69
|
import "../shared-utils/three/PointSelector/utils/html.js";
|
|
69
70
|
import "../shared-utils/five/initialCSS3DRender.js";
|
|
70
71
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
@@ -96,7 +97,7 @@ import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
|
96
97
|
import "../shared-utils/five/fiveModelLoad.js";
|
|
97
98
|
import "../shared-utils/animationFrame/index.js";
|
|
98
99
|
const g = { userAction: !0 };
|
|
99
|
-
class
|
|
100
|
+
class je extends A {
|
|
100
101
|
constructor(e, t) {
|
|
101
102
|
super(e, t);
|
|
102
103
|
/**
|
|
@@ -351,5 +352,5 @@ class Xe extends A {
|
|
|
351
352
|
}
|
|
352
353
|
}
|
|
353
354
|
export {
|
|
354
|
-
|
|
355
|
+
je as PanoCompassController
|
|
355
356
|
};
|
|
@@ -34,6 +34,7 @@ import "../shared-utils/isNil.js";
|
|
|
34
34
|
import "../shared-utils/three/core/Sphere.js";
|
|
35
35
|
import "animejs";
|
|
36
36
|
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
37
|
+
import "../shared-utils/five/FivePuppet.js";
|
|
37
38
|
import "../shared-utils/three/PointSelector/utils/html.js";
|
|
38
39
|
import "../shared-utils/five/initialCSS3DRender.js";
|
|
39
40
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
@@ -68,8 +69,8 @@ import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
|
68
69
|
import "../shared-utils/five/fiveModelLoad.js";
|
|
69
70
|
import "../shared-utils/animationFrame/BetterTween.js";
|
|
70
71
|
import "../shared-utils/animationFrame/index.js";
|
|
71
|
-
const
|
|
72
|
+
const ho = (o, r) => new t(o, r);
|
|
72
73
|
export {
|
|
73
|
-
|
|
74
|
-
|
|
74
|
+
ho as PanoCompassPlugin,
|
|
75
|
+
ho as default
|
|
75
76
|
};
|
|
@@ -45,6 +45,7 @@ import "../shared-utils/isNil.js";
|
|
|
45
45
|
import "../shared-utils/three/core/Sphere.js";
|
|
46
46
|
import "animejs";
|
|
47
47
|
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
48
|
+
import "../shared-utils/five/FivePuppet.js";
|
|
48
49
|
import "../shared-utils/three/PointSelector/utils/html.js";
|
|
49
50
|
import "../shared-utils/five/initialCSS3DRender.js";
|
|
50
51
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
@@ -66,7 +67,7 @@ import "../shared-utils/five/getPosition.js";
|
|
|
66
67
|
import "../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
67
68
|
import "../shared-utils/three/PointSelector/utils/contents.js";
|
|
68
69
|
import "../shared-utils/url/absoluteUrl.js";
|
|
69
|
-
class
|
|
70
|
+
class Pt extends c {
|
|
70
71
|
constructor(t) {
|
|
71
72
|
super(t);
|
|
72
73
|
s(this, "state");
|
|
@@ -135,5 +136,5 @@ class Ct extends c {
|
|
|
135
136
|
}
|
|
136
137
|
}
|
|
137
138
|
export {
|
|
138
|
-
|
|
139
|
+
Pt as BasePanoPluginController
|
|
139
140
|
};
|
|
@@ -48,6 +48,7 @@ import "../shared-utils/isNil.js";
|
|
|
48
48
|
import "../shared-utils/three/core/Sphere.js";
|
|
49
49
|
import "animejs";
|
|
50
50
|
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
51
|
+
import "../shared-utils/five/FivePuppet.js";
|
|
51
52
|
import "../shared-utils/three/PointSelector/utils/html.js";
|
|
52
53
|
import "../shared-utils/five/initialCSS3DRender.js";
|
|
53
54
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
@@ -72,7 +73,7 @@ import "../shared-utils/url/absoluteUrl.js";
|
|
|
72
73
|
import "../vendor/svelte/internal/index.js";
|
|
73
74
|
import "../vendor/classnames/index.js";
|
|
74
75
|
const ii = { userAction: !0 };
|
|
75
|
-
class
|
|
76
|
+
class ht extends q {
|
|
76
77
|
constructor(i) {
|
|
77
78
|
super(i);
|
|
78
79
|
n(this, "MinVisibledistance", 1.8);
|
|
@@ -276,5 +277,5 @@ class lt extends q {
|
|
|
276
277
|
}
|
|
277
278
|
}
|
|
278
279
|
export {
|
|
279
|
-
|
|
280
|
+
ht as PanoDoorLabelPluginController
|
|
280
281
|
};
|
|
@@ -34,6 +34,7 @@ import "../shared-utils/isNil.js";
|
|
|
34
34
|
import "../shared-utils/three/core/Sphere.js";
|
|
35
35
|
import "animejs";
|
|
36
36
|
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
37
|
+
import "../shared-utils/five/FivePuppet.js";
|
|
37
38
|
import "../shared-utils/three/PointSelector/utils/html.js";
|
|
38
39
|
import "../shared-utils/five/initialCSS3DRender.js";
|
|
39
40
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
@@ -59,8 +60,8 @@ import "./DoorLabelItem.js";
|
|
|
59
60
|
import "../vendor/svelte/internal/index.js";
|
|
60
61
|
import "../vendor/classnames/index.js";
|
|
61
62
|
import "./utils.js";
|
|
62
|
-
const
|
|
63
|
+
const uo = (o) => new r(o);
|
|
63
64
|
export {
|
|
64
|
-
|
|
65
|
-
|
|
65
|
+
uo as PanoDoorLabelPlugin,
|
|
66
|
+
uo as default
|
|
66
67
|
};
|
|
@@ -58,6 +58,7 @@ import "../../shared-utils/three/getObjectVisible.js";
|
|
|
58
58
|
import "../../shared-utils/three/core/Sphere.js";
|
|
59
59
|
import "animejs";
|
|
60
60
|
import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
61
|
+
import "../../shared-utils/five/FivePuppet.js";
|
|
61
62
|
import "../../shared-utils/three/PointSelector/utils/html.js";
|
|
62
63
|
import "../../shared-utils/five/initialCSS3DRender.js";
|
|
63
64
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
@@ -290,7 +291,7 @@ function re(n, o, i) {
|
|
|
290
291
|
u
|
|
291
292
|
];
|
|
292
293
|
}
|
|
293
|
-
class
|
|
294
|
+
class Rt extends j {
|
|
294
295
|
constructor(o) {
|
|
295
296
|
super(), x(
|
|
296
297
|
this,
|
|
@@ -308,5 +309,5 @@ class Pt extends j {
|
|
|
308
309
|
}
|
|
309
310
|
}
|
|
310
311
|
export {
|
|
311
|
-
|
|
312
|
+
Rt as default
|
|
312
313
|
};
|
|
@@ -62,6 +62,7 @@ import "../../shared-utils/three/getObjectVisible.js";
|
|
|
62
62
|
import "../../shared-utils/three/core/Sphere.js";
|
|
63
63
|
import "animejs";
|
|
64
64
|
import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
65
|
+
import "../../shared-utils/five/FivePuppet.js";
|
|
65
66
|
import "../../shared-utils/three/PointSelector/utils/html.js";
|
|
66
67
|
import "../../shared-utils/five/initialCSS3DRender.js";
|
|
67
68
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
@@ -440,7 +441,7 @@ function de(o, t, i) {
|
|
|
440
441
|
x
|
|
441
442
|
];
|
|
442
443
|
}
|
|
443
|
-
class
|
|
444
|
+
class Wt extends ee {
|
|
444
445
|
constructor(t) {
|
|
445
446
|
super(), te(
|
|
446
447
|
this,
|
|
@@ -458,5 +459,5 @@ class Vt extends ee {
|
|
|
458
459
|
}
|
|
459
460
|
}
|
|
460
461
|
export {
|
|
461
|
-
|
|
462
|
+
Wt as default
|
|
462
463
|
};
|
|
@@ -61,6 +61,7 @@ import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
|
61
61
|
import "../../shared-utils/three/core/Sphere.js";
|
|
62
62
|
import "animejs";
|
|
63
63
|
import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
64
|
+
import "../../shared-utils/five/FivePuppet.js";
|
|
64
65
|
import "../../shared-utils/three/PointSelector/utils/PointSelectorHelper.js";
|
|
65
66
|
import "../../shared-utils/three/Magnifier.js";
|
|
66
67
|
import "../../shared-utils/three/PointSelector/utils/PointHelper.js";
|
|
@@ -91,7 +92,7 @@ import "../Modules/DeleteDom/_Assets/delete.svg.js";
|
|
|
91
92
|
import "../Modules/DeleteDom/_Assets/delete_bg.png.js";
|
|
92
93
|
import "../Modules/DeleteDom/_Assets/delete_hover_bg.png.js";
|
|
93
94
|
const b = () => !1;
|
|
94
|
-
class
|
|
95
|
+
class St extends z {
|
|
95
96
|
constructor(e) {
|
|
96
97
|
super(e);
|
|
97
98
|
s(this, "type", "edit");
|
|
@@ -371,5 +372,5 @@ class Lt extends z {
|
|
|
371
372
|
}
|
|
372
373
|
}
|
|
373
374
|
export {
|
|
374
|
-
|
|
375
|
+
St as default
|
|
375
376
|
};
|
|
@@ -58,6 +58,7 @@ import "../../shared-utils/three/getObjectVisible.js";
|
|
|
58
58
|
import "../../shared-utils/three/core/Sphere.js";
|
|
59
59
|
import "animejs";
|
|
60
60
|
import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
61
|
+
import "../../shared-utils/five/FivePuppet.js";
|
|
61
62
|
import "../../shared-utils/three/PointSelector/utils/html.js";
|
|
62
63
|
import "../../shared-utils/five/initialCSS3DRender.js";
|
|
63
64
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
@@ -83,7 +84,7 @@ import "earcut";
|
|
|
83
84
|
import "../../shared-utils/three/getNormal.js";
|
|
84
85
|
import "../utils/isIntersecting.js";
|
|
85
86
|
const E = () => !1;
|
|
86
|
-
class
|
|
87
|
+
class fe extends U {
|
|
87
88
|
constructor(t) {
|
|
88
89
|
super(t);
|
|
89
90
|
o(this, "type", "watch");
|
|
@@ -256,5 +257,5 @@ class ge extends U {
|
|
|
256
257
|
}
|
|
257
258
|
}
|
|
258
259
|
export {
|
|
259
|
-
|
|
260
|
+
fe as default
|
|
260
261
|
};
|
|
@@ -30,6 +30,7 @@ import "@realsee/five/line";
|
|
|
30
30
|
import "../../shared-utils/three/core/Sphere.js";
|
|
31
31
|
import "animejs";
|
|
32
32
|
import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
33
|
+
import "../../shared-utils/five/FivePuppet.js";
|
|
33
34
|
import { isTouchDevice as K } from "../../shared-utils/isTouchDevice.js";
|
|
34
35
|
import { Controller as H } from "../../base/BasePlugin.js";
|
|
35
36
|
import "../Model/line.js";
|
|
@@ -127,7 +128,7 @@ import "../../vendor/svelte/easing/index.js";
|
|
|
127
128
|
import "../../vendor/object-assign-deep/objectAssignDeep.js";
|
|
128
129
|
import "../Components/Tip.js";
|
|
129
130
|
import "../../shared-utils/url/absoluteUrl.js";
|
|
130
|
-
class
|
|
131
|
+
class Ze extends H {
|
|
131
132
|
constructor(t, e) {
|
|
132
133
|
var l, u, d, f, g, y, C, M, w, P, b, v;
|
|
133
134
|
super(t);
|
|
@@ -336,5 +337,5 @@ class Ye extends H {
|
|
|
336
337
|
}
|
|
337
338
|
}
|
|
338
339
|
export {
|
|
339
|
-
|
|
340
|
+
Ze as default
|
|
340
341
|
};
|
|
@@ -53,6 +53,7 @@ import "../../shared-utils/three/getObjectVisible.js";
|
|
|
53
53
|
import "../../shared-utils/three/core/Sphere.js";
|
|
54
54
|
import "animejs";
|
|
55
55
|
import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
56
|
+
import "../../shared-utils/five/FivePuppet.js";
|
|
56
57
|
import "../../shared-utils/three/PointSelector/utils/html.js";
|
|
57
58
|
import "../../shared-utils/five/initialCSS3DRender.js";
|
|
58
59
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
@@ -71,7 +72,7 @@ import "../../shared-utils/isTouchDevice.js";
|
|
|
71
72
|
import "../../shared-utils/five/getPosition.js";
|
|
72
73
|
import "../../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
73
74
|
import "../../shared-utils/three/PointSelector/utils/contents.js";
|
|
74
|
-
class
|
|
75
|
+
class Mt {
|
|
75
76
|
constructor(t, e) {
|
|
76
77
|
i(this, "id", f());
|
|
77
78
|
i(this, "selected", !1);
|
|
@@ -170,5 +171,5 @@ class Lt {
|
|
|
170
171
|
}
|
|
171
172
|
}
|
|
172
173
|
export {
|
|
173
|
-
|
|
174
|
+
Mt as default
|
|
174
175
|
};
|
|
@@ -7,6 +7,7 @@ import "@realsee/five/line";
|
|
|
7
7
|
import "../../shared-utils/three/core/Sphere.js";
|
|
8
8
|
import "animejs";
|
|
9
9
|
import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
10
|
+
import "../../shared-utils/five/FivePuppet.js";
|
|
10
11
|
import "../../shared-utils/positionToVector3.js";
|
|
11
12
|
import "../../shared-utils/five/vector3ToScreen.js";
|
|
12
13
|
import "../../shared-utils/five/getFiveModel.js";
|
|
@@ -50,6 +51,7 @@ import "../../shared-utils/isTouchDevice.js";
|
|
|
50
51
|
import "../../shared-utils/five/getPosition.js";
|
|
51
52
|
import "../../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
52
53
|
import "../../shared-utils/three/PointSelector/utils/contents.js";
|
|
54
|
+
import "@realsee/five";
|
|
53
55
|
export {
|
|
54
56
|
t as default
|
|
55
57
|
};
|
|
@@ -68,6 +68,7 @@ import "../../../shared-utils/three/getObjectVisible.js";
|
|
|
68
68
|
import "../../../shared-utils/three/core/Sphere.js";
|
|
69
69
|
import "animejs";
|
|
70
70
|
import "../../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
71
|
+
import "../../../shared-utils/five/FivePuppet.js";
|
|
71
72
|
import "../../../shared-utils/three/PointSelector/utils/html.js";
|
|
72
73
|
import "../../../shared-utils/five/initialCSS3DRender.js";
|
|
73
74
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
@@ -96,7 +97,7 @@ import "../../Components/Common/Switcher1.js";
|
|
|
96
97
|
import "../../Components/Common/CircleButton.js";
|
|
97
98
|
import "../../../vendor/svelte/transition/index.js";
|
|
98
99
|
import "../../../vendor/svelte/easing/index.js";
|
|
99
|
-
class
|
|
100
|
+
class fo {
|
|
100
101
|
constructor(o, t) {
|
|
101
102
|
i(this, "revoke");
|
|
102
103
|
i(this, "container");
|
|
@@ -150,5 +151,5 @@ class yo {
|
|
|
150
151
|
}
|
|
151
152
|
}
|
|
152
153
|
export {
|
|
153
|
-
|
|
154
|
+
fo as UIController
|
|
154
155
|
};
|
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
import t from "./Controller/index.js";
|
|
2
2
|
import "../shared-utils/tag.js";
|
|
3
3
|
import "three";
|
|
4
|
-
import { Magnifier as
|
|
4
|
+
import { Magnifier as Mr } from "../shared-utils/three/Magnifier.js";
|
|
5
5
|
import "../shared-utils/three/PointSelector/index.js";
|
|
6
6
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
7
7
|
import "@realsee/five/line";
|
|
8
8
|
import "../shared-utils/three/core/Sphere.js";
|
|
9
9
|
import "animejs";
|
|
10
10
|
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
11
|
-
import
|
|
12
|
-
import {
|
|
13
|
-
import { default as
|
|
14
|
-
import {
|
|
11
|
+
import "../shared-utils/five/FivePuppet.js";
|
|
12
|
+
import { Model as xr } from "./Model/index.js";
|
|
13
|
+
import { default as cr } from "./Model/point.js";
|
|
14
|
+
import { default as wr } from "./Model/line.js";
|
|
15
|
+
import { Polyline as Lr } from "./Model/polyline.js";
|
|
15
16
|
import "./Controller/EditController.js";
|
|
16
17
|
import "../shared-utils/throttle.js";
|
|
17
18
|
import "./Controller/BaseController.js";
|
|
@@ -116,15 +117,15 @@ import "./Controller/ShortcutKeyController.js";
|
|
|
116
117
|
import "../shared-utils/safeObj.js";
|
|
117
118
|
import "../base/BasePlugin.js";
|
|
118
119
|
import "../shared-utils/url/absoluteUrl.js";
|
|
119
|
-
const
|
|
120
|
+
const Pr = function(o, r) {
|
|
120
121
|
return new t(o, r);
|
|
121
122
|
};
|
|
122
123
|
export {
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
124
|
+
Mr as Magnifier,
|
|
125
|
+
Pr as PanoMeasurePlugin,
|
|
126
|
+
wr as PanoMeasurePluginLine,
|
|
127
|
+
xr as PanoMeasurePluginModel,
|
|
128
|
+
cr as PanoMeasurePluginPoint,
|
|
129
|
+
Lr as PanoMeasurePluginPolyline,
|
|
130
|
+
Pr as default
|
|
130
131
|
};
|
|
@@ -23,6 +23,7 @@ import { isNil as P } from "../../../shared-utils/isNil.js";
|
|
|
23
23
|
import "../../../shared-utils/three/core/Sphere.js";
|
|
24
24
|
import "animejs";
|
|
25
25
|
import "../../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
26
|
+
import "../../../shared-utils/five/FivePuppet.js";
|
|
26
27
|
import "../isNDCPointInScreen.js";
|
|
27
28
|
import "../../../shared-utils/three/centerPoint.js";
|
|
28
29
|
import "../../../shared-utils/positionToVector3.js";
|
|
@@ -66,7 +67,8 @@ import "../../../shared-utils/isTouchDevice.js";
|
|
|
66
67
|
import "../../../shared-utils/five/getPosition.js";
|
|
67
68
|
import "../../../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
68
69
|
import "../../../shared-utils/three/PointSelector/utils/contents.js";
|
|
69
|
-
|
|
70
|
+
import "@realsee/five";
|
|
71
|
+
class $t extends y {
|
|
70
72
|
constructor(t) {
|
|
71
73
|
t.containerStyle = s(n({}, t.containerStyle), {
|
|
72
74
|
zIndex: "1"
|
|
@@ -97,5 +99,5 @@ class bt extends y {
|
|
|
97
99
|
}
|
|
98
100
|
}
|
|
99
101
|
export {
|
|
100
|
-
|
|
102
|
+
$t as AreaItem
|
|
101
103
|
};
|