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