@realsee/dnalogel 3.47.13 → 3.47.15
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 +8 -0
- package/dist/PanoTagPlugin/utils/requestIdleCallback.d.ts +1 -1
- package/dist/Sculpt/Meshes/Line.d.ts +1 -0
- package/dist/Sculpt/Meshes/Polygon.d.ts +2 -1
- package/dist/index.cjs.js +53 -53
- package/dist/index.js +18650 -18640
- package/dist/index.umd.js +47 -47
- package/libs/AreaMakerPlugin/Controller.js +78 -150
- package/libs/AreaMakerPlugin/index.js +3 -75
- package/libs/AreaMakerPlugin/utils/Item.js +111 -185
- package/libs/CSS3DRenderPlugin/Controller.js +29 -86
- package/libs/CSS3DRenderPlugin/index.js +12 -69
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.js +58 -127
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DRender.js +113 -174
- package/libs/CruisePlugin/BaseController.js +50 -122
- package/libs/CruisePlugin/Move.js +21 -74
- package/libs/CruisePlugin/Work.js +46 -99
- package/libs/CruisePlugin/index.js +26 -79
- package/libs/CurrentPanoImagePlugin/Controller.js +104 -176
- package/libs/CurrentPanoImagePlugin/index.js +4 -76
- package/libs/GuideLinePlugin/Controller.js +26 -79
- package/libs/GuideLinePlugin/GuideLineItem.js +24 -77
- package/libs/GuideLinePlugin/GuideLineModeItem/index.js +2 -3
- package/libs/GuideLinePlugin/GuideLineModeItem.js +22 -75
- package/libs/GuideLinePlugin/index.js +26 -79
- package/libs/ModelMakerPlugin/Controller.js +83 -139
- package/libs/ModelMakerPlugin/index.js +16 -72
- package/libs/ModelTVVideoPlugin/Plugin.js +48 -105
- package/libs/ModelTVVideoPlugin/index.js +7 -64
- package/libs/Object3DHelperPlugin/Controller.js +32 -56
- package/libs/Object3DHelperPlugin/index.js +12 -35
- package/libs/PanoCompassPlugin/Controller.js +37 -93
- package/libs/PanoCompassPlugin/index.js +11 -67
- package/libs/PanoDoorLabelPlugin/BaseController.js +25 -97
- package/libs/PanoDoorLabelPlugin/Controller.js +115 -187
- package/libs/PanoDoorLabelPlugin/index.js +4 -76
- package/libs/PanoMeasurePlugin/Components/Controller0.js +83 -128
- package/libs/PanoMeasurePlugin/Components/Controller1.js +96 -141
- package/libs/PanoMeasurePlugin/Controller/EditController.js +66 -111
- package/libs/PanoMeasurePlugin/Controller/WatchController.js +51 -121
- package/libs/PanoMeasurePlugin/Controller/index.js +59 -101
- package/libs/PanoMeasurePlugin/Model/area.js +21 -91
- package/libs/PanoMeasurePlugin/Modules/Magnifier.js +0 -73
- package/libs/PanoMeasurePlugin/Modules/UIController/index.js +27 -72
- package/libs/PanoMeasurePlugin/index.js +25 -67
- package/libs/PanoMeasurePlugin/utils/dom/areaDom.js +17 -89
- package/libs/PanoSpatialTagPlugin/Plugin.js +106 -163
- package/libs/PanoSpatialTagPlugin/index.js +5 -62
- package/libs/PanoTagPlugin/Components/Common/TagPoint.js +67 -141
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +208 -281
- package/libs/PanoTagPlugin/Components/Tag/index.js +180 -251
- package/libs/PanoTagPlugin/Components/TagContainer.js +80 -151
- package/libs/PanoTagPlugin/Components/TagItem.js +67 -138
- package/libs/PanoTagPlugin/controller/Tag/BaseTag.js +61 -132
- package/libs/PanoTagPlugin/controller/Tag/ModelTag.js +28 -99
- package/libs/PanoTagPlugin/controller/Tag/PlaneTag.js +30 -101
- package/libs/PanoTagPlugin/controller/Tag/PointTag.js +36 -107
- package/libs/PanoTagPlugin/controller/TagRender.js +68 -121
- package/libs/PanoTagPlugin/controller/TagUtil.js +79 -132
- package/libs/PanoTagPlugin/controller/index.js +55 -108
- package/libs/PanoTagPlugin/index.js +31 -84
- package/libs/PanoTagPlugin/utils/requestIdleCallback.d.ts +1 -1
- package/libs/PanoTagPlugin/utils/requestIdleCallback.js +5 -13
- package/libs/PanoTagPlugin/utils/tag/calculateTagConfig.js +30 -104
- package/libs/PanoVideoPlugin/Controller.js +64 -136
- package/libs/PanoVideoPlugin/VideoMeshController.js +74 -148
- package/libs/PanoVideoPlugin/index.js +8 -80
- package/libs/PipelinePlugin/Controller.js +128 -199
- package/libs/PipelinePlugin/index.js +5 -76
- package/libs/PipelinePlugin/utils/Objects/FlowPipe.js +17 -91
- package/libs/PipelinePlugin/utils/Objects/HighlightPipe.js +14 -88
- package/libs/PipelinePlugin/utils/Objects/Pipe.js +56 -130
- package/libs/Sculpt/Meshes/Box.js +5 -6
- package/libs/Sculpt/Meshes/Cylinder.js +2 -3
- package/libs/Sculpt/Meshes/Line.d.ts +1 -0
- package/libs/Sculpt/Meshes/Line.js +50 -41
- package/libs/Sculpt/Meshes/Point.js +9 -10
- package/libs/Sculpt/Meshes/Polygon.d.ts +2 -1
- package/libs/Sculpt/Meshes/Polygon.js +47 -37
- package/libs/Sculpt/Meshes/Polyline.js +18 -16
- package/libs/Sculpt/Meshes/Rectangle.js +3 -4
- package/libs/Sculpt/Objects/Line/Editor.js +2 -3
- package/libs/Sculpt/Objects/Rectangle/index.js +1 -1
- package/libs/Sculpt/utils/removeAllTag.js +4 -4
- package/libs/Sculpt/utils/three/ColoredMesh.js +3 -4
- package/libs/base/BasePlugin.js +3 -4
- package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +59 -128
- package/libs/floorplan/MapviewFloorplanPlugin/index.js +6 -75
- package/libs/floorplan/ModelFloorplanPlugin/Controller.js +59 -129
- package/libs/floorplan/ModelFloorplanPlugin/index.js +5 -75
- package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +62 -134
- package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +4 -76
- package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +81 -151
- package/libs/floorplan/TopviewFloorplanPlugin/index.js +5 -75
- package/libs/floorplan/index.js +0 -1
- package/libs/index.js +62 -62
- package/libs/shared-utils/five/index.js +2 -3
- package/libs/shared-utils/five/lookObject.js +17 -18
- package/libs/shared-utils/logger.js +1 -1
- package/libs/shared-utils/three/index.js +0 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SvelteComponent as j, init as q, safe_not_equal as O, append_styles as U, element as h, space as _, create_component as S, attr as z, set_style as y, toggle_class as b, insert as W, append as
|
|
1
|
+
import { SvelteComponent as j, init as q, safe_not_equal as O, append_styles as U, element as h, space as _, create_component as S, attr as z, set_style as y, toggle_class as b, insert as W, append as m, mount_component as A, listen as X, transition_in as D, transition_out as I, detach as B, destroy_component as R, getContext as E, bubble as G } from "../../../vendor/svelte/internal/index.js";
|
|
2
2
|
import H from "./Shadow.js";
|
|
3
3
|
import J from "./Icon/Icon.js";
|
|
4
4
|
import { Image_Default_Point as K } from "../../Assets/Icon.js";
|
|
@@ -8,7 +8,6 @@ import "hammerjs";
|
|
|
8
8
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
9
9
|
import "@realsee/five/line";
|
|
10
10
|
import "../../../shared-utils/tag.js";
|
|
11
|
-
import "../../../Sculpt/utils/Modules/Global.js";
|
|
12
11
|
import "../../../shared-utils/three/THREESphere.js";
|
|
13
12
|
import "animejs";
|
|
14
13
|
import "../../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
@@ -26,92 +25,19 @@ import "../../../shared-utils/Subscribe.js";
|
|
|
26
25
|
import "../../../shared-utils/Utils/WorkUtil.js";
|
|
27
26
|
import "../../../shared-utils/five/transformPosition.js";
|
|
28
27
|
import "../../../shared-utils/three/temp.js";
|
|
29
|
-
import "../../../Sculpt/utils/Modules/Cursor.js";
|
|
30
|
-
import "../../../Object3DHelperPlugin/Controller.js";
|
|
31
|
-
import "../../../base/BasePlugin.js";
|
|
32
|
-
import "../../../shared-utils/url/absoluteUrl.js";
|
|
33
|
-
import "../../../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
34
|
-
import "../../../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
35
|
-
import "../../../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
36
|
-
import "../../../shared-utils/three/IObject3D.js";
|
|
37
|
-
import "../../../shared-utils/three/boundingBox.js";
|
|
38
|
-
import "../../../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
39
|
-
import "../../../shared-utils/Object3DHelper/utils/direction.js";
|
|
40
|
-
import "../../../shared-utils/Object3DHelper/Constants/color.js";
|
|
41
|
-
import "../../../shared-utils/Object3DHelper/utils/calculateScaleByCamera.js";
|
|
42
|
-
import "../../../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
43
|
-
import "../../../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
44
|
-
import "../../../CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
45
|
-
import "../../../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
46
|
-
import "../../../CSS3DRenderPlugin/utils/even.js";
|
|
47
|
-
import "../../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
48
|
-
import "../../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
49
|
-
import "../../../shared-utils/three/centerPoint.js";
|
|
50
|
-
import "../../../shared-utils/three/getObjectVisible.js";
|
|
51
|
-
import "../../../shared-utils/isNil.js";
|
|
52
|
-
import "../../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
53
|
-
import "../../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
54
|
-
import "../../../shared-utils/util.js";
|
|
55
|
-
import "../../../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
56
|
-
import "../../../shared-utils/Object3DHelper/Helper/RotateHelper.js";
|
|
57
|
-
import "../../../shared-utils/Object3DHelper/Helper/HTML/tipsDom.js";
|
|
58
|
-
import "../../../shared-utils/Object3DHelper/Helper/HTML/utils/createElement.js";
|
|
59
|
-
import "../../../shared-utils/Object3DHelper/Helper/CSS3DScaleHelper.js";
|
|
60
|
-
import "../../../shared-utils/Object3DHelper/Helper/HTML/rectangleScaleDom.js";
|
|
61
|
-
import "../../../shared-utils/Object3DHelper/Helper/BoundingBoxHelper.js";
|
|
62
|
-
import "../../../shared-utils/Object3DHelper/Controller/MoveController.js";
|
|
63
|
-
import "../../../shared-utils/Object3DHelper/Base/BaseController.js";
|
|
64
|
-
import "../../../shared-utils/threex/domevents/index.js";
|
|
65
|
-
import "../../../shared-utils/Object3DHelper/utils/getMouseRaycaster.js";
|
|
66
|
-
import "../../../shared-utils/Object3DHelper/utils/calculateThreeMouse.js";
|
|
67
|
-
import "../../../Sculpt/utils/three/rayOnLine.js";
|
|
68
|
-
import "../../../Object3DHelperPlugin/FiveControllerWrapper.js";
|
|
69
|
-
import "../../../shared-utils/Object3DHelper/index.js";
|
|
70
|
-
import "../../../shared-utils/Object3DHelper/Controller/RotateController.js";
|
|
71
|
-
import "../../../shared-utils/math/rad2Deg.js";
|
|
72
|
-
import "../../../shared-utils/math/deg2Rad.js";
|
|
73
|
-
import "../../../shared-utils/Object3DHelper/Controller/CSS3DScaleController.js";
|
|
74
|
-
import "../../../shared-utils/Object3DHelper/Controller/RectangleScaleController.js";
|
|
75
|
-
import "../../../shared-utils/Object3DHelper/utils/vectorIsEqual.js";
|
|
76
|
-
import "../../../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
77
|
-
import "../../../shared-utils/Object3DHelper/Controller/BoundingBoxController.js";
|
|
78
|
-
import "../../../shared-utils/Object3DHelper/Helper/ScaleHelper.js";
|
|
79
|
-
import "../../../shared-utils/Object3DHelper/Controller/ScaleController.js";
|
|
80
|
-
import "../../../shared-utils/five/fiveModelLoad.js";
|
|
81
|
-
import "../../../shared-utils/five/FiveDomEvents.js";
|
|
82
|
-
import "../../../shared-utils/five/calculateThreeMouse.js";
|
|
83
|
-
import "../../../shared-utils/three/THREERaycaster.js";
|
|
84
|
-
import "../../../shared-utils/three/PointSelector/index.js";
|
|
85
|
-
import "../../../shared-utils/three/PointSelector/utils/PointSelectorHelper.js";
|
|
86
|
-
import "../../../shared-utils/three/Magnifier.js";
|
|
87
|
-
import "../../../shared-utils/three/PointSelector/utils/PointHelper.js";
|
|
88
|
-
import "../../../shared-utils/three/Assets/index.js";
|
|
89
|
-
import "../../../shared-utils/three/PointSelector/utils/html.js";
|
|
90
|
-
import "../../../shared-utils/five/initialCSS3DRender.js";
|
|
91
|
-
import "../../../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
92
|
-
import "../../../Sculpt/Meshes/Line.js";
|
|
93
|
-
import "../../../Sculpt/typings/style.js";
|
|
94
|
-
import "../../../shared-utils/five/FiveLine.js";
|
|
95
|
-
import "../../../Sculpt/utils/removeAllTag.js";
|
|
96
|
-
import "../../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
97
|
-
import "../../../shared-utils/three/applyObjectMatrixWorld.js";
|
|
98
|
-
import "../../../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
99
|
-
import "../../../shared-utils/isTouchDevice.js";
|
|
100
|
-
import "../../../shared-utils/five/getPosition.js";
|
|
101
|
-
import "../../../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
102
28
|
function Q(t) {
|
|
103
29
|
U(t, "svelte-7aiuwz", '@charset "UTF-8";.tag-point-click-helper.svelte-7aiuwz.svelte-7aiuwz{position:absolute;pointer-events:auto;cursor:pointer;width:calc(100% + 0.75rem);height:calc(100% + 0.75rem);left:50%;top:50%;transform:translate(-50%, -50%)}.tag-point-wrapper.svelte-7aiuwz.svelte-7aiuwz{pointer-events:none;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.tag-folded-point.svelte-7aiuwz.svelte-7aiuwz,.tag-unfolded-point.svelte-7aiuwz.svelte-7aiuwz{transition:all 0.5s}.tag-point-wrapper.svelte-7aiuwz .tag-unfolded-point.svelte-7aiuwz{display:flex;justify-content:center;align-items:center;position:absolute;width:100%;height:100%;border-radius:50%}.tag-point-wrapper.svelte-7aiuwz .tag-unfolded-point.svelte-7aiuwz:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:0.3125rem;height:0.3125rem;border-radius:50%;background-color:white}.tag-point-wrapper.svelte-7aiuwz .tag-unfolded-point.svelte-7aiuwz:before{content:"";position:absolute;width:0.875rem;height:0.875rem;border-radius:50%;background-color:rgba(0, 0, 0, 0.2)}.tag-point-wrapper.folded.svelte-7aiuwz .tag-folded-point.svelte-7aiuwz{opacity:1;scale:1}.tag-point-wrapper.folded.svelte-7aiuwz .tag-unfolded-point.svelte-7aiuwz{opacity:0;scale:1}.tag-point-wrapper.unfolded.svelte-7aiuwz .tag-folded-point.svelte-7aiuwz{opacity:0;scale:0.2}.tag-point-wrapper.unfolded.svelte-7aiuwz .tag-unfolded-point.svelte-7aiuwz{opacity:1;scale:1}');
|
|
104
30
|
}
|
|
105
31
|
function V(t) {
|
|
106
|
-
let o,
|
|
107
|
-
return
|
|
32
|
+
let o, r, u, p, c, d, w, e, a, l, g, v;
|
|
33
|
+
return p = new H({
|
|
108
34
|
props: {
|
|
109
35
|
center: !0,
|
|
110
36
|
blurRadius: 15,
|
|
111
37
|
spreadRadius: 5,
|
|
112
38
|
opacity: 0.3
|
|
113
39
|
}
|
|
114
|
-
}),
|
|
40
|
+
}), a = new J({
|
|
115
41
|
props: {
|
|
116
42
|
icon: (
|
|
117
43
|
/*url*/
|
|
@@ -122,22 +48,22 @@ function V(t) {
|
|
|
122
48
|
t[1]
|
|
123
49
|
)
|
|
124
50
|
}
|
|
125
|
-
}),
|
|
51
|
+
}), a.$on(
|
|
126
52
|
"iconLoaded",
|
|
127
53
|
/*iconLoaded_handler*/
|
|
128
54
|
t[7]
|
|
129
55
|
), {
|
|
130
56
|
c() {
|
|
131
|
-
o = h("div"),
|
|
132
|
-
|
|
57
|
+
o = h("div"), r = h("div"), u = _(), S(p.$$.fragment), c = _(), d = h("div"), w = _(), e = h("div"), S(a.$$.fragment), z(r, "class", "tag-point-click-helper svelte-7aiuwz"), z(d, "class", "tag-unfolded-point svelte-7aiuwz"), y(
|
|
58
|
+
d,
|
|
133
59
|
"transition-delay",
|
|
134
60
|
/*folded*/
|
|
135
61
|
(t[3] ? (
|
|
136
62
|
/*foldDelay*/
|
|
137
63
|
t[5]
|
|
138
64
|
) : 0) + "ms"
|
|
139
|
-
), z(
|
|
140
|
-
|
|
65
|
+
), z(e, "class", "tag-folded-point svelte-7aiuwz"), y(
|
|
66
|
+
e,
|
|
141
67
|
"transition-delay",
|
|
142
68
|
/*folded*/
|
|
143
69
|
(t[3] ? (
|
|
@@ -156,122 +82,122 @@ function V(t) {
|
|
|
156
82
|
t[3]
|
|
157
83
|
);
|
|
158
84
|
},
|
|
159
|
-
m(
|
|
160
|
-
W(
|
|
161
|
-
|
|
85
|
+
m(i, s) {
|
|
86
|
+
W(i, o, s), m(o, r), m(o, u), A(p, o, null), m(o, c), m(o, d), m(o, w), m(o, e), A(a, e, null), l = !0, g || (v = X(
|
|
87
|
+
r,
|
|
162
88
|
"click",
|
|
163
89
|
/*handlePointClick*/
|
|
164
90
|
t[4]
|
|
165
91
|
), g = !0);
|
|
166
92
|
},
|
|
167
|
-
p(
|
|
168
|
-
|
|
93
|
+
p(i, [s]) {
|
|
94
|
+
s & /*folded*/
|
|
169
95
|
8 && y(
|
|
170
|
-
|
|
96
|
+
d,
|
|
171
97
|
"transition-delay",
|
|
172
98
|
/*folded*/
|
|
173
|
-
(
|
|
99
|
+
(i[3] ? (
|
|
174
100
|
/*foldDelay*/
|
|
175
|
-
|
|
101
|
+
i[5]
|
|
176
102
|
) : 0) + "ms"
|
|
177
103
|
);
|
|
178
|
-
const
|
|
179
|
-
|
|
180
|
-
4 && (
|
|
181
|
-
|
|
182
|
-
2 && (
|
|
183
|
-
|
|
104
|
+
const n = {};
|
|
105
|
+
s & /*url*/
|
|
106
|
+
4 && (n.icon = /*url*/
|
|
107
|
+
i[2]), s & /*width*/
|
|
108
|
+
2 && (n.width = /*width*/
|
|
109
|
+
i[1]), a.$set(n), s & /*folded*/
|
|
184
110
|
8 && y(
|
|
185
|
-
|
|
111
|
+
e,
|
|
186
112
|
"transition-delay",
|
|
187
113
|
/*folded*/
|
|
188
|
-
(
|
|
114
|
+
(i[3] ? (
|
|
189
115
|
/*foldDelay*/
|
|
190
|
-
|
|
116
|
+
i[5]
|
|
191
117
|
) : 0) + "ms"
|
|
192
|
-
), (!
|
|
118
|
+
), (!l || s & /*unfolded*/
|
|
193
119
|
1) && b(
|
|
194
120
|
o,
|
|
195
121
|
"unfolded",
|
|
196
122
|
/*unfolded*/
|
|
197
|
-
|
|
198
|
-
), (!
|
|
123
|
+
i[0]
|
|
124
|
+
), (!l || s & /*folded*/
|
|
199
125
|
8) && b(
|
|
200
126
|
o,
|
|
201
127
|
"folded",
|
|
202
128
|
/*folded*/
|
|
203
|
-
|
|
129
|
+
i[3]
|
|
204
130
|
);
|
|
205
131
|
},
|
|
206
|
-
i(
|
|
207
|
-
|
|
132
|
+
i(i) {
|
|
133
|
+
l || (D(p.$$.fragment, i), D(a.$$.fragment, i), l = !0);
|
|
208
134
|
},
|
|
209
|
-
o(
|
|
210
|
-
I(
|
|
135
|
+
o(i) {
|
|
136
|
+
I(p.$$.fragment, i), I(a.$$.fragment, i), l = !1;
|
|
211
137
|
},
|
|
212
|
-
d(
|
|
213
|
-
|
|
138
|
+
d(i) {
|
|
139
|
+
i && B(o), R(p), R(a), g = !1, v();
|
|
214
140
|
}
|
|
215
141
|
};
|
|
216
142
|
}
|
|
217
|
-
function Y(t, o,
|
|
218
|
-
let
|
|
143
|
+
function Y(t, o, r) {
|
|
144
|
+
let u, p, c, d;
|
|
219
145
|
const w = E("hooks");
|
|
220
|
-
let { tag:
|
|
146
|
+
let { tag: e } = o, a, l = !1;
|
|
221
147
|
const g = () => {
|
|
222
|
-
|
|
148
|
+
a !== void 0 && clearTimeout(a), l = !0, a = setTimeout(
|
|
223
149
|
() => {
|
|
224
|
-
|
|
150
|
+
l = !1;
|
|
225
151
|
},
|
|
226
152
|
800
|
|
227
153
|
);
|
|
228
|
-
}, v = (
|
|
229
|
-
|
|
230
|
-
},
|
|
231
|
-
function
|
|
232
|
-
G.call(this, t,
|
|
154
|
+
}, v = (n) => {
|
|
155
|
+
l || (e.entryFromModel && N(e.five.state.mode) ? e.find({ targetMode: "Panorama" }).then(() => e.unfoldAndFoldOthers()) : w.emit("click", { event: n, target: "TagPoint", tag: e }));
|
|
156
|
+
}, i = (() => e.contentType === "Text" && e.data.appearance === "plane" ? 500 : 800)();
|
|
157
|
+
function s(n) {
|
|
158
|
+
G.call(this, t, n);
|
|
233
159
|
}
|
|
234
|
-
return t.$$set = (
|
|
235
|
-
"tag" in
|
|
160
|
+
return t.$$set = (n) => {
|
|
161
|
+
"tag" in n && r(6, e = n.tag);
|
|
236
162
|
}, t.$$.update = () => {
|
|
237
|
-
var
|
|
163
|
+
var n, k, T, L;
|
|
238
164
|
t.$$.dirty & /*tag*/
|
|
239
|
-
64 &&
|
|
240
|
-
1 &&
|
|
241
|
-
64 &&
|
|
242
|
-
64 &&
|
|
165
|
+
64 && r(0, u = (n = e.state) == null ? void 0 : n.unfolded), t.$$.dirty & /*unfolded*/
|
|
166
|
+
1 && r(3, p = !u), t.$$.dirty & /*tag*/
|
|
167
|
+
64 && r(2, c = (T = (k = e.style) == null ? void 0 : k.point) != null && T.url ? (L = e.style) == null ? void 0 : L.point : { url: K }), t.$$.dirty & /*tag*/
|
|
168
|
+
64 && r(1, d = (() => {
|
|
243
169
|
var M, $, C, F;
|
|
244
|
-
const P = ($ = (M =
|
|
170
|
+
const P = ($ = (M = e.style) == null ? void 0 : M.point) == null ? void 0 : $.width;
|
|
245
171
|
if (typeof P == "number")
|
|
246
172
|
return P;
|
|
247
|
-
const
|
|
248
|
-
if (typeof
|
|
249
|
-
return
|
|
250
|
-
if (
|
|
173
|
+
const f = (F = (C = e.style) == null ? void 0 : C.point) == null ? void 0 : F.size;
|
|
174
|
+
if (typeof f == "number")
|
|
175
|
+
return f;
|
|
176
|
+
if (f === "S")
|
|
251
177
|
return 18;
|
|
252
|
-
if (
|
|
178
|
+
if (f === "M")
|
|
253
179
|
return 20;
|
|
254
|
-
if (
|
|
180
|
+
if (f === "L")
|
|
255
181
|
return 24;
|
|
256
|
-
if (
|
|
182
|
+
if (f === "XL")
|
|
257
183
|
return 28;
|
|
258
184
|
})());
|
|
259
185
|
}, g(), [
|
|
186
|
+
u,
|
|
260
187
|
d,
|
|
261
|
-
s,
|
|
262
188
|
c,
|
|
263
|
-
|
|
189
|
+
p,
|
|
264
190
|
v,
|
|
265
|
-
e,
|
|
266
191
|
i,
|
|
267
|
-
|
|
192
|
+
e,
|
|
193
|
+
s
|
|
268
194
|
];
|
|
269
195
|
}
|
|
270
|
-
class
|
|
196
|
+
class Lt extends j {
|
|
271
197
|
constructor(o) {
|
|
272
198
|
super(), q(this, o, Y, V, O, { tag: 6 }, Q);
|
|
273
199
|
}
|
|
274
200
|
}
|
|
275
201
|
export {
|
|
276
|
-
|
|
202
|
+
Lt as default
|
|
277
203
|
};
|