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