@realsee/dnalogel 3.78.1-alpha.1 → 3.79.0-alpha.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.
- package/CHANGELOG.md +15 -1
- package/dist/PanoTagPlugin/typings/tag/TagConfig.d.ts +6 -0
- package/dist/PanoTagPlugin/typings/tag/TagData.d.ts +2 -3
- package/dist/index.cjs.js +97 -102
- package/dist/index.js +14564 -16573
- package/dist/index.umd.js +90 -95
- package/libs/CruisePlugin/Move.js +14 -27
- package/libs/CruisePlugin/Work.js +61 -74
- package/libs/CruisePlugin/index.js +18 -31
- package/libs/GuideLinePlugin/Controller.js +18 -31
- package/libs/GuideLinePlugin/GuideLineItem.js +16 -29
- package/libs/GuideLinePlugin/GuideLineModeItem/index.js +51 -48
- package/libs/GuideLinePlugin/GuideLineModeItem.js +16 -27
- package/libs/GuideLinePlugin/index.js +18 -31
- package/libs/PanoTagPlugin/Components/Common/TagPopover/PopoverContent.js +87 -77
- package/libs/PanoTagPlugin/Components/Common/TagPopover/TagPopoverToolBar.js +189 -135
- package/libs/PanoTagPlugin/Components/Common/TagPopover/TagPopup.js +460 -432
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +38 -126
- package/libs/PanoTagPlugin/Components/Tag/index.js +292 -393
- package/libs/PanoTagPlugin/Components/TagContainer.js +125 -135
- package/libs/PanoTagPlugin/Components/TagItem.js +318 -321
- package/libs/PanoTagPlugin/controller/Tag/ModelTag.js +61 -74
- package/libs/PanoTagPlugin/controller/Tag/PlaneTag.js +95 -108
- package/libs/PanoTagPlugin/controller/index.js +41 -54
- package/libs/PanoTagPlugin/index.js +23 -36
- package/libs/PanoTagPlugin/tag.config.js +31 -1
- package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +6 -0
- package/libs/PanoTagPlugin/typings/tag/TagData.d.ts +2 -3
- package/libs/base/BasePlugin.js +1 -1
- package/libs/index.js +169 -182
- package/libs/shared-utils/logger.js +1 -1
- package/libs/shared-utils/url/replace-static-prefix.js +12 -7
- package/libs/vendor/svelte/internal/index.js +235 -225
- package/package.json +2 -2
- package/dist/PanoTagPlugin/Components/Common/Arrow.svelte.d.ts +0 -1
- package/dist/PanoTagPlugin/Components/Common/Line/Polyline.svelte.d.ts +0 -1
- package/dist/PanoTagPlugin/Components/Common/Line/Straight.svelte.d.ts +0 -1
- package/dist/PanoTagPlugin/Components/Common/Text/FlyMText.svelte.d.ts +0 -1
- package/dist/PanoTagPlugin/Components/Common/Text/FlyText.svelte.d.ts +0 -1
- package/dist/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.svelte.d.ts +0 -1
- package/dist/PanoTagPlugin/Components/Tag/ImageTextTag.svelte.d.ts +0 -1
- package/dist/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.svelte.d.ts +0 -1
- package/dist/PanoTagPlugin/Components/Tag/TextTag/TextTag.svelte.d.ts +0 -1
- package/dist/PanoTagPlugin/Components/Tag/TextTag/index.svelte.d.ts +0 -1
- package/dist/PanoTagPlugin/utils/constants.d.ts +0 -3
- package/dist/PanoTagPlugin/utils/doUtil.d.ts +0 -1
- package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.js +0 -198
- package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.svelte.d.ts +0 -1
- package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +0 -258
- package/libs/PanoTagPlugin/Components/Common/Text/FlyText.svelte.d.ts +0 -1
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +0 -358
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.svelte.d.ts +0 -1
- package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +0 -259
- package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.svelte.d.ts +0 -1
- package/libs/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.js +0 -216
- package/libs/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.svelte.d.ts +0 -1
- package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.js +0 -219
- package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.svelte.d.ts +0 -1
- package/libs/PanoTagPlugin/Components/Tag/TextTag/index.js +0 -134
- package/libs/PanoTagPlugin/Components/Tag/TextTag/index.svelte.d.ts +0 -1
|
@@ -81,200 +81,210 @@ import "../../../../shared-utils/five/getPosition.js";
|
|
|
81
81
|
import "../../../../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
82
82
|
import "../../../../shared-utils/three/PointSelector/utils/contents.js";
|
|
83
83
|
import "../../../../Sculpt/utils/three/rayOnLine.js";
|
|
84
|
-
function k(
|
|
85
|
-
|
|
84
|
+
function k(i) {
|
|
85
|
+
var a;
|
|
86
|
+
let e, n;
|
|
86
87
|
return e = new B({
|
|
87
88
|
props: {
|
|
88
89
|
toolbar: {
|
|
89
90
|
showMore: (
|
|
90
91
|
/*toolbar*/
|
|
91
|
-
|
|
92
|
+
i[7].showMore === void 0 ? !0 : (
|
|
92
93
|
/*toolbar*/
|
|
93
|
-
|
|
94
|
+
i[7].showMore
|
|
94
95
|
)
|
|
95
96
|
),
|
|
96
97
|
showShare: (
|
|
97
98
|
/*toolbar*/
|
|
98
|
-
|
|
99
|
+
i[7].showShare === void 0 ? !0 : (
|
|
99
100
|
/*toolbar*/
|
|
100
|
-
|
|
101
|
+
i[7].showShare
|
|
101
102
|
)
|
|
103
|
+
),
|
|
104
|
+
shareText: (
|
|
105
|
+
/*config*/
|
|
106
|
+
(a = i[5]) == null ? void 0 : a.shareText
|
|
102
107
|
)
|
|
103
108
|
},
|
|
104
109
|
theme: (
|
|
105
110
|
/*effectiveTheme*/
|
|
106
|
-
|
|
111
|
+
i[2]
|
|
107
112
|
),
|
|
108
113
|
tag: (
|
|
109
114
|
/*tag*/
|
|
110
|
-
|
|
115
|
+
i[4]
|
|
111
116
|
),
|
|
112
117
|
closePopover: (
|
|
113
118
|
/*closePopover*/
|
|
114
|
-
|
|
119
|
+
i[8]
|
|
115
120
|
)
|
|
116
121
|
}
|
|
117
122
|
}), {
|
|
118
123
|
c() {
|
|
119
124
|
p(e.$$.fragment);
|
|
120
125
|
},
|
|
121
|
-
m(
|
|
122
|
-
l(e,
|
|
126
|
+
m(m, o) {
|
|
127
|
+
l(e, m, o), n = !0;
|
|
123
128
|
},
|
|
124
|
-
p(
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
129
|
+
p(m, o) {
|
|
130
|
+
var f;
|
|
131
|
+
const r = {};
|
|
132
|
+
o & /*toolbar, config*/
|
|
133
|
+
160 && (r.toolbar = {
|
|
128
134
|
showMore: (
|
|
129
135
|
/*toolbar*/
|
|
130
|
-
|
|
136
|
+
m[7].showMore === void 0 ? !0 : (
|
|
131
137
|
/*toolbar*/
|
|
132
|
-
|
|
138
|
+
m[7].showMore
|
|
133
139
|
)
|
|
134
140
|
),
|
|
135
141
|
showShare: (
|
|
136
142
|
/*toolbar*/
|
|
137
|
-
|
|
143
|
+
m[7].showShare === void 0 ? !0 : (
|
|
138
144
|
/*toolbar*/
|
|
139
|
-
|
|
145
|
+
m[7].showShare
|
|
140
146
|
)
|
|
147
|
+
),
|
|
148
|
+
shareText: (
|
|
149
|
+
/*config*/
|
|
150
|
+
(f = m[5]) == null ? void 0 : f.shareText
|
|
141
151
|
)
|
|
142
|
-
}),
|
|
143
|
-
4 && (
|
|
144
|
-
|
|
145
|
-
16 && (
|
|
146
|
-
|
|
147
|
-
256 && (
|
|
148
|
-
|
|
152
|
+
}), o & /*effectiveTheme*/
|
|
153
|
+
4 && (r.theme = /*effectiveTheme*/
|
|
154
|
+
m[2]), o & /*tag*/
|
|
155
|
+
16 && (r.tag = /*tag*/
|
|
156
|
+
m[4]), o & /*closePopover*/
|
|
157
|
+
256 && (r.closePopover = /*closePopover*/
|
|
158
|
+
m[8]), e.$set(r);
|
|
149
159
|
},
|
|
150
|
-
i(
|
|
151
|
-
|
|
160
|
+
i(m) {
|
|
161
|
+
n || (h(e.$$.fragment, m), n = !0);
|
|
152
162
|
},
|
|
153
|
-
o(
|
|
154
|
-
g(e.$$.fragment,
|
|
163
|
+
o(m) {
|
|
164
|
+
g(e.$$.fragment, m), n = !1;
|
|
155
165
|
},
|
|
156
|
-
d(
|
|
157
|
-
s(e,
|
|
166
|
+
d(m) {
|
|
167
|
+
s(e, m);
|
|
158
168
|
}
|
|
159
169
|
};
|
|
160
170
|
}
|
|
161
|
-
function E(
|
|
162
|
-
let e,
|
|
171
|
+
function E(i) {
|
|
172
|
+
let e, n, a, m;
|
|
163
173
|
return e = new z({
|
|
164
174
|
props: {
|
|
165
175
|
show: (
|
|
166
176
|
/*showArrow*/
|
|
167
|
-
|
|
177
|
+
i[0]
|
|
168
178
|
),
|
|
169
179
|
direction: (
|
|
170
180
|
/*arrowDirection*/
|
|
171
|
-
|
|
181
|
+
i[1]
|
|
172
182
|
),
|
|
173
183
|
theme: (
|
|
174
184
|
/*effectiveTheme*/
|
|
175
|
-
|
|
185
|
+
i[2]
|
|
176
186
|
)
|
|
177
187
|
}
|
|
178
|
-
}),
|
|
188
|
+
}), a = new q({
|
|
179
189
|
props: {
|
|
180
190
|
placement: (
|
|
181
191
|
/*adjustedPlacement*/
|
|
182
|
-
|
|
192
|
+
i[3]
|
|
183
193
|
),
|
|
184
194
|
tag: (
|
|
185
195
|
/*tag*/
|
|
186
|
-
|
|
196
|
+
i[4]
|
|
187
197
|
),
|
|
188
198
|
config: (
|
|
189
199
|
/*config*/
|
|
190
|
-
|
|
200
|
+
i[5]
|
|
191
201
|
),
|
|
192
202
|
theme: (
|
|
193
203
|
/*theme*/
|
|
194
|
-
|
|
204
|
+
i[6]
|
|
195
205
|
),
|
|
196
206
|
audioInstance: (
|
|
197
207
|
/*audioInstance*/
|
|
198
|
-
|
|
208
|
+
i[9]
|
|
199
209
|
),
|
|
200
210
|
audioPlaying: (
|
|
201
211
|
/*audioPlaying*/
|
|
202
|
-
|
|
212
|
+
i[10]
|
|
203
213
|
),
|
|
204
214
|
audioCurrentTime: (
|
|
205
215
|
/*audioCurrentTime*/
|
|
206
|
-
|
|
216
|
+
i[11]
|
|
207
217
|
),
|
|
208
218
|
audioDuration: (
|
|
209
219
|
/*audioDuration*/
|
|
210
|
-
|
|
220
|
+
i[12]
|
|
211
221
|
),
|
|
212
222
|
$$slots: { toolbar: [k] },
|
|
213
|
-
$$scope: { ctx:
|
|
223
|
+
$$scope: { ctx: i }
|
|
214
224
|
}
|
|
215
|
-
}),
|
|
225
|
+
}), a.$on(
|
|
216
226
|
"resize",
|
|
217
227
|
/*resize_handler*/
|
|
218
|
-
|
|
228
|
+
i[13]
|
|
219
229
|
), {
|
|
220
230
|
c() {
|
|
221
|
-
p(e.$$.fragment),
|
|
231
|
+
p(e.$$.fragment), n = I(), p(a.$$.fragment);
|
|
222
232
|
},
|
|
223
|
-
m(o,
|
|
224
|
-
l(e, o,
|
|
233
|
+
m(o, r) {
|
|
234
|
+
l(e, o, r), M(o, n, r), l(a, o, r), m = !0;
|
|
225
235
|
},
|
|
226
|
-
p(o, [
|
|
236
|
+
p(o, [r]) {
|
|
227
237
|
const f = {};
|
|
228
|
-
|
|
238
|
+
r & /*showArrow*/
|
|
229
239
|
1 && (f.show = /*showArrow*/
|
|
230
|
-
o[0]),
|
|
240
|
+
o[0]), r & /*arrowDirection*/
|
|
231
241
|
2 && (f.direction = /*arrowDirection*/
|
|
232
|
-
o[1]),
|
|
242
|
+
o[1]), r & /*effectiveTheme*/
|
|
233
243
|
4 && (f.theme = /*effectiveTheme*/
|
|
234
244
|
o[2]), e.$set(f);
|
|
235
245
|
const u = {};
|
|
236
|
-
|
|
246
|
+
r & /*adjustedPlacement*/
|
|
237
247
|
8 && (u.placement = /*adjustedPlacement*/
|
|
238
|
-
o[3]),
|
|
248
|
+
o[3]), r & /*tag*/
|
|
239
249
|
16 && (u.tag = /*tag*/
|
|
240
|
-
o[4]),
|
|
250
|
+
o[4]), r & /*config*/
|
|
241
251
|
32 && (u.config = /*config*/
|
|
242
|
-
o[5]),
|
|
252
|
+
o[5]), r & /*theme*/
|
|
243
253
|
64 && (u.theme = /*theme*/
|
|
244
|
-
o[6]),
|
|
254
|
+
o[6]), r & /*audioInstance*/
|
|
245
255
|
512 && (u.audioInstance = /*audioInstance*/
|
|
246
|
-
o[9]),
|
|
256
|
+
o[9]), r & /*audioPlaying*/
|
|
247
257
|
1024 && (u.audioPlaying = /*audioPlaying*/
|
|
248
|
-
o[10]),
|
|
258
|
+
o[10]), r & /*audioCurrentTime*/
|
|
249
259
|
2048 && (u.audioCurrentTime = /*audioCurrentTime*/
|
|
250
|
-
o[11]),
|
|
260
|
+
o[11]), r & /*audioDuration*/
|
|
251
261
|
4096 && (u.audioDuration = /*audioDuration*/
|
|
252
|
-
o[12]),
|
|
253
|
-
|
|
262
|
+
o[12]), r & /*$$scope, toolbar, config, effectiveTheme, tag, closePopover*/
|
|
263
|
+
16820 && (u.$$scope = { dirty: r, ctx: o }), a.$set(u);
|
|
254
264
|
},
|
|
255
265
|
i(o) {
|
|
256
|
-
|
|
266
|
+
m || (h(e.$$.fragment, o), h(a.$$.fragment, o), m = !0);
|
|
257
267
|
},
|
|
258
268
|
o(o) {
|
|
259
|
-
g(e.$$.fragment, o), g(
|
|
269
|
+
g(e.$$.fragment, o), g(a.$$.fragment, o), m = !1;
|
|
260
270
|
},
|
|
261
271
|
d(o) {
|
|
262
|
-
s(e, o), o && A(
|
|
272
|
+
s(e, o), o && A(n), s(a, o);
|
|
263
273
|
}
|
|
264
274
|
};
|
|
265
275
|
}
|
|
266
|
-
function F(
|
|
267
|
-
let { showArrow:
|
|
268
|
-
function D(
|
|
269
|
-
j.call(this,
|
|
276
|
+
function F(i, e, n) {
|
|
277
|
+
let { showArrow: a } = e, { arrowDirection: m } = e, { effectiveTheme: o } = e, { adjustedPlacement: r } = e, { tag: f } = e, { config: u } = e, { theme: w } = e, { toolbar: c } = e, { closePopover: d } = e, { audioInstance: P = null } = e, { audioPlaying: T = !1 } = e, { audioCurrentTime: _ = 0 } = e, { audioDuration: b = 0 } = e;
|
|
278
|
+
function D(t) {
|
|
279
|
+
j.call(this, i, t);
|
|
270
280
|
}
|
|
271
|
-
return
|
|
272
|
-
"showArrow" in
|
|
281
|
+
return i.$$set = (t) => {
|
|
282
|
+
"showArrow" in t && n(0, a = t.showArrow), "arrowDirection" in t && n(1, m = t.arrowDirection), "effectiveTheme" in t && n(2, o = t.effectiveTheme), "adjustedPlacement" in t && n(3, r = t.adjustedPlacement), "tag" in t && n(4, f = t.tag), "config" in t && n(5, u = t.config), "theme" in t && n(6, w = t.theme), "toolbar" in t && n(7, c = t.toolbar), "closePopover" in t && n(8, d = t.closePopover), "audioInstance" in t && n(9, P = t.audioInstance), "audioPlaying" in t && n(10, T = t.audioPlaying), "audioCurrentTime" in t && n(11, _ = t.audioCurrentTime), "audioDuration" in t && n(12, b = t.audioDuration);
|
|
273
283
|
}, [
|
|
274
|
-
t,
|
|
275
284
|
a,
|
|
285
|
+
m,
|
|
276
286
|
o,
|
|
277
|
-
|
|
287
|
+
r,
|
|
278
288
|
f,
|
|
279
289
|
u,
|
|
280
290
|
w,
|