@realsee/dnalogel 3.78.1-alpha.0 → 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 (61) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist/PanoTagPlugin/typings/tag/TagConfig.d.ts +10 -8
  3. package/dist/PanoTagPlugin/typings/tag/TagData.d.ts +2 -3
  4. package/dist/index.cjs.js +96 -101
  5. package/dist/index.js +14483 -16495
  6. package/dist/index.umd.js +89 -94
  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/TagPoint.js +1 -1
  16. package/libs/PanoTagPlugin/Components/Common/TagPopover/PopoverContent.js +87 -77
  17. package/libs/PanoTagPlugin/Components/Common/TagPopover/TagPopoverToolBar.js +189 -135
  18. package/libs/PanoTagPlugin/Components/Common/TagPopover/TagPopup.js +460 -432
  19. package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +38 -126
  20. package/libs/PanoTagPlugin/Components/Tag/index.js +292 -393
  21. package/libs/PanoTagPlugin/Components/TagContainer.js +125 -135
  22. package/libs/PanoTagPlugin/Components/TagItem.js +275 -281
  23. package/libs/PanoTagPlugin/controller/Tag/ModelTag.js +61 -74
  24. package/libs/PanoTagPlugin/controller/Tag/PlaneTag.js +95 -108
  25. package/libs/PanoTagPlugin/controller/index.js +41 -54
  26. package/libs/PanoTagPlugin/index.js +23 -36
  27. package/libs/PanoTagPlugin/tag.config.js +31 -1
  28. package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +10 -8
  29. package/libs/PanoTagPlugin/typings/tag/TagData.d.ts +2 -3
  30. package/libs/base/BasePlugin.js +1 -1
  31. package/libs/index.js +169 -182
  32. package/libs/shared-utils/logger.js +1 -1
  33. package/libs/shared-utils/url/replace-static-prefix.js +12 -7
  34. package/libs/vendor/svelte/internal/index.js +235 -225
  35. package/package.json +2 -2
  36. package/dist/PanoTagPlugin/Components/Common/Arrow.svelte.d.ts +0 -1
  37. package/dist/PanoTagPlugin/Components/Common/Line/Polyline.svelte.d.ts +0 -1
  38. package/dist/PanoTagPlugin/Components/Common/Line/Straight.svelte.d.ts +0 -1
  39. package/dist/PanoTagPlugin/Components/Common/Text/FlyMText.svelte.d.ts +0 -1
  40. package/dist/PanoTagPlugin/Components/Common/Text/FlyText.svelte.d.ts +0 -1
  41. package/dist/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.svelte.d.ts +0 -1
  42. package/dist/PanoTagPlugin/Components/Tag/ImageTextTag.svelte.d.ts +0 -1
  43. package/dist/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.svelte.d.ts +0 -1
  44. package/dist/PanoTagPlugin/Components/Tag/TextTag/TextTag.svelte.d.ts +0 -1
  45. package/dist/PanoTagPlugin/Components/Tag/TextTag/index.svelte.d.ts +0 -1
  46. package/dist/PanoTagPlugin/utils/constants.d.ts +0 -3
  47. package/dist/PanoTagPlugin/utils/doUtil.d.ts +0 -1
  48. package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.js +0 -198
  49. package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.svelte.d.ts +0 -1
  50. package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +0 -258
  51. package/libs/PanoTagPlugin/Components/Common/Text/FlyText.svelte.d.ts +0 -1
  52. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +0 -358
  53. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.svelte.d.ts +0 -1
  54. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +0 -259
  55. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.svelte.d.ts +0 -1
  56. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.js +0 -216
  57. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.svelte.d.ts +0 -1
  58. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.js +0 -219
  59. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.svelte.d.ts +0 -1
  60. package/libs/PanoTagPlugin/Components/Tag/TextTag/index.js +0 -134
  61. package/libs/PanoTagPlugin/Components/Tag/TextTag/index.svelte.d.ts +0 -1
@@ -1,150 +1,62 @@
1
- import { SvelteComponent as g, init as $, safe_not_equal as k, empty as b, insert as y, transition_out as f, check_outros as h, transition_in as l, detach as A, group_outros as R, create_component as s, mount_component as _, destroy_component as d } from "../../../../vendor/svelte/internal/index.js";
2
- import T from "./AudioTag.js";
3
- import w from "./AudioPlaneTag.js";
4
- import "../../../../vendor/svelte/easing/index.js";
1
+ import { SvelteComponent as p, init as m, safe_not_equal as u, create_component as s, mount_component as f, transition_in as c, transition_out as g, destroy_component as l } from "../../../../vendor/svelte/internal/index.js";
2
+ import d from "./AudioPlaneTag.js";
3
+ import "../../Common/Icon/audioIcon.js";
4
+ import "../../../utils/px2rem.js";
5
+ import "../../Common/Shadow.js";
5
6
  import "../../../../vendor/svelte/transition/index.js";
7
+ import "../../../../vendor/svelte/easing/index.js";
8
+ import "../../Common/Text/MText.js";
6
9
  import "../../Common/Audio.js";
7
10
  import "../../../utils/audio/SharedAudio.js";
8
11
  import "../../../../shared-utils/audio.js";
9
12
  import "../../../utils/audio/AudioDiagnostics.js";
10
- import "../../Common/Line/Straight.js";
11
- import "../../../../shared-utils/uuid.js";
12
- import "../../Common/Shadow.js";
13
- import "../../Common/Text/FlyMText.js";
14
- import "../../Common/Text/FlyText.js";
15
- import "../../../../vendor/animejs/lib/anime.es.js";
16
- import "../../../../shared-utils/isNil.js";
17
- import "three";
18
- import "../../../utils/search.js";
19
- import "../../../utils/constants.js";
20
- import "../../Common/Arrow.js";
21
- import "../../../Assets/Icon.js";
22
- import "../../../utils/doUtil.js";
23
- import "../../Common/Icon/audioIcon.js";
24
- import "../../../utils/px2rem.js";
25
- import "../../../../shared-utils/svelte/resizeObserver.js";
26
- import "../../../../vendor/resize-observer-polyfill/dist/ResizeObserver.es.js";
27
- import "../../Common/Text/MText.js";
28
- function q(n) {
29
- let t, o;
30
- return t = new w({ props: { tag: (
13
+ function _(a) {
14
+ let e, n;
15
+ return e = new d({ props: { tag: (
31
16
  /*tag*/
32
- n[0]
33
- ) } }), t.$on(
17
+ a[0]
18
+ ) } }), e.$on(
34
19
  "audioRef",
35
20
  /*audioRef*/
36
- n[2]
21
+ a[1]
37
22
  ), {
38
23
  c() {
39
- s(t.$$.fragment);
40
- },
41
- m(e, r) {
42
- _(t, e, r), o = !0;
43
- },
44
- p(e, r) {
45
- const a = {};
46
- r & /*tag*/
47
- 1 && (a.tag = /*tag*/
48
- e[0]), t.$set(a);
49
- },
50
- i(e) {
51
- o || (l(t.$$.fragment, e), o = !0);
52
- },
53
- o(e) {
54
- f(t.$$.fragment, e), o = !1;
55
- },
56
- d(e) {
57
- d(t, e);
58
- }
59
- };
60
- }
61
- function v(n) {
62
- let t, o;
63
- return t = new T({ props: { tag: (
64
- /*tag*/
65
- n[0]
66
- ) } }), t.$on(
67
- "audioRef",
68
- /*audioRef*/
69
- n[2]
70
- ), {
71
- c() {
72
- s(t.$$.fragment);
73
- },
74
- m(e, r) {
75
- _(t, e, r), o = !0;
76
- },
77
- p(e, r) {
78
- const a = {};
79
- r & /*tag*/
80
- 1 && (a.tag = /*tag*/
81
- e[0]), t.$set(a);
82
- },
83
- i(e) {
84
- o || (l(t.$$.fragment, e), o = !0);
85
- },
86
- o(e) {
87
- f(t.$$.fragment, e), o = !1;
88
- },
89
- d(e) {
90
- d(t, e);
91
- }
92
- };
93
- }
94
- function C(n) {
95
- let t, o, e, r;
96
- const a = [v, q], p = [];
97
- function u(i, m) {
98
- return (
99
- /*appearance*/
100
- i[1] === "line" ? 0 : (
101
- /*appearance*/
102
- i[1] === "plane" ? 1 : -1
103
- )
104
- );
105
- }
106
- return ~(t = u(n)) && (o = p[t] = a[t](n)), {
107
- c() {
108
- o && o.c(), e = b();
24
+ s(e.$$.fragment);
109
25
  },
110
- m(i, m) {
111
- ~t && p[t].m(i, m), y(i, e, m), r = !0;
26
+ m(t, o) {
27
+ f(e, t, o), n = !0;
112
28
  },
113
- p(i, [m]) {
114
- let c = t;
115
- t = u(i), t === c ? ~t && p[t].p(i, m) : (o && (R(), f(p[c], 1, 1, () => {
116
- p[c] = null;
117
- }), h()), ~t ? (o = p[t], o ? o.p(i, m) : (o = p[t] = a[t](i), o.c()), l(o, 1), o.m(e.parentNode, e)) : o = null);
29
+ p(t, [o]) {
30
+ const i = {};
31
+ o & /*tag*/
32
+ 1 && (i.tag = /*tag*/
33
+ t[0]), e.$set(i);
118
34
  },
119
- i(i) {
120
- r || (l(o), r = !0);
35
+ i(t) {
36
+ n || (c(e.$$.fragment, t), n = !0);
121
37
  },
122
- o(i) {
123
- f(o), r = !1;
38
+ o(t) {
39
+ g(e.$$.fragment, t), n = !1;
124
40
  },
125
- d(i) {
126
- ~t && p[t].d(i), i && A(e);
41
+ d(t) {
42
+ l(e, t);
127
43
  }
128
44
  };
129
45
  }
130
- function N(n, t, o) {
131
- let e, { tag: r } = t, a;
132
- function p(u) {
133
- a = u.detail;
46
+ function $(a, e, n) {
47
+ let { tag: t } = e, o;
48
+ function i(r) {
49
+ o = r.detail;
134
50
  }
135
- return r.play = () => a.play(), r.pause = () => a.pause(), n.$$set = (u) => {
136
- "tag" in u && o(0, r = u.tag);
137
- }, n.$$.update = () => {
138
- var u;
139
- n.$$.dirty & /*tag*/
140
- 1 && o(1, e = (u = r.data.appearance) != null ? u : "line");
141
- }, [r, e, p];
51
+ return t.play = () => o.play(), t.pause = () => o.pause(), a.$$set = (r) => {
52
+ "tag" in r && n(0, t = r.tag);
53
+ }, [t, i];
142
54
  }
143
- class rt extends g {
144
- constructor(t) {
145
- super(), $(this, t, N, C, k, { tag: 0 });
55
+ class b extends p {
56
+ constructor(e) {
57
+ super(), m(this, e, $, _, u, { tag: 0 });
146
58
  }
147
59
  }
148
60
  export {
149
- rt as default
61
+ b as default
150
62
  };