go-view-worker 0.0.1 → 0.0.2

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 (42) hide show
  1. package/dist/chunks/{403-382550a8.js → 403-48dde732.js} +2 -2
  2. package/dist/chunks/{404-3d357d75.js → 404-33eb13aa.js} +2 -2
  3. package/dist/chunks/{500-96d14fb0.js → 500-03632c55.js} +2 -2
  4. package/dist/chunks/{StylesSetting-952ff564.js → StylesSetting-307bbc38.js} +3 -3
  5. package/dist/chunks/{chartEditStore-a725b558.js → chartEditStore-5bf68359.js} +176 -181
  6. package/dist/chunks/{designStore-fe92c2ba.js → designStore-196559cb.js} +732 -723
  7. package/dist/chunks/{index-3fd591ea.js → index-08a8f4f7.js} +12 -12
  8. package/dist/chunks/{index-95c5f0a0.js → index-1d427a73.js} +167 -166
  9. package/dist/chunks/{index-82d00e13.js → index-1f14b418.js} +89 -93
  10. package/dist/chunks/{index-1cb69ab6.js → index-36d9b318.js} +8 -8
  11. package/dist/chunks/{index-62a7855c.js → index-479e043f.js} +13 -12
  12. package/dist/chunks/{index-00b6339d.js → index-5dad4e02.js} +6 -6
  13. package/dist/chunks/{index-51458edb.js → index-632e8cd2.js} +2 -2
  14. package/dist/chunks/{index-f266153a.js → index-64580c85.js} +106 -104
  15. package/dist/chunks/{index-de0a1234.js → index-7b9408cb.js} +36 -36
  16. package/dist/chunks/index-7eaf2edc.js +461 -0
  17. package/dist/chunks/index-928e54a7.js +94 -0
  18. package/dist/chunks/{index-a410a1d3.js → index-9926f668.js} +8 -8
  19. package/dist/chunks/{index-9502bd7e.js → index-9af87347.js} +14 -13
  20. package/dist/chunks/{index-da8ddb02.js → index-bfd775d9.js} +1 -1
  21. package/dist/chunks/{index-09e62bb4.js → index-c627e7d2.js} +12 -12
  22. package/dist/chunks/{index-0472b3a5.js → index-d6866a98.js} +48 -47
  23. package/dist/chunks/{index-f97e5ffc.js → index-dd95bed0.js} +1 -1
  24. package/dist/chunks/{index-32d13283.js → index-e65e8cdc.js} +6 -6
  25. package/dist/chunks/{index-fdf7dc1e.js → index-e8a302ce.js} +13 -13
  26. package/dist/chunks/{index-fec9f9f8.js → index-f4bd44a9.js} +66 -65
  27. package/dist/chunks/{index.vue_vue_type_script_setup_true_lang-c6159a17.js → index.vue_vue_type_script_setup_true_lang-58afdf72.js} +550 -549
  28. package/dist/chunks/{lodash-c80b695e.js → lodash-5bba33ba.js} +1 -1
  29. package/dist/chunks/{router-106a6abc.js → router-443d466c.js} +15 -15
  30. package/dist/chunks/{useKeyboard.hook-da88451a.js → useKeyboard.hook-da57df02.js} +27 -27
  31. package/dist/chunks/{useSyncUpdate.hook-5517a8ad.js → useSyncUpdate.hook-dfee2f43.js} +16 -16
  32. package/dist/chunks/{useTargetData.hook-28a7e43b.js → useTargetData.hook-77b72165.js} +1 -1
  33. package/dist/chunks/{wrapper-4c15ca94.js → wrapper-54705288.js} +4 -4
  34. package/dist/go-view-worker.js +13 -12
  35. package/dist/init.js +1 -1
  36. package/dist/resize.js +18 -0
  37. package/dist/style.css +2 -2
  38. package/dist/types/packages/resize.d.ts +1 -0
  39. package/dist/types/src/hooks/useLang.hook.d.ts +1 -1
  40. package/package.json +5 -1
  41. package/dist/chunks/index-097ae4b0.js +0 -436
  42. package/dist/chunks/index-54f304ef.js +0 -89
@@ -1,14 +1,15 @@
1
1
  import { defineComponent as Xt, computed as Q, toRefs as On, unref as x, ref as Gt, reactive as In, h as Mn, getCurrentInstance as Me, watch as en, onUnmounted as An, onMounted as kn, nextTick as nn, isRef as de, useCssVars as Ae, resolveComponent as nt, withDirectives as Nn, openBlock as K, createElementBlock as _t, createVNode as z, normalizeClass as wt, vShow as Pn, createElementVNode as xt, withCtx as J, toDisplayString as ke, createBlock as yt, createTextVNode as Se, Fragment as Ce, renderList as Ee, createCommentVNode as Ln } from "vue";
2
- import { u as le, i as te, c as Hn } from "./chartEditStore-a725b558.js";
3
- import { C as Rn } from "./index-51458edb.js";
4
- import { L as It, u as Yn, C as Re } from "./index-097ae4b0.js";
5
- import { u as on, d as Gn } from "./index-82d00e13.js";
6
- import { H as Ne, A as se, z as Xn, M as it, I as rn } from "./designStore-fe92c2ba.js";
2
+ import { u as le, i as te, c as Hn } from "./chartEditStore-5bf68359.js";
3
+ import { C as Rn } from "./index-632e8cd2.js";
4
+ import { L as It, a as Yn, C as Re } from "./index-7eaf2edc.js";
5
+ import { u as on, d as Gn } from "./index-1f14b418.js";
6
+ import { u as Ne, _ as se, o as Xn, M as it, q as rn } from "./designStore-196559cb.js";
7
7
  import "vue-router";
8
8
  import "naive-ui";
9
- import { h as Bn } from "./index.vue_vue_type_script_setup_true_lang-c6159a17.js";
9
+ import { i as Bn } from "./index.vue_vue_type_script_setup_true_lang-58afdf72.js";
10
10
  import "pinia";
11
- import "./router-106a6abc.js";
11
+ import "../resize.js";
12
+ import "./router-443d466c.js";
12
13
  var Fn = Object.defineProperty, ee = Object.getOwnPropertySymbols, an = Object.prototype.hasOwnProperty, ln = Object.prototype.propertyIsEnumerable, Ye = (t, n, e) => n in t ? Fn(t, n, { enumerable: !0, configurable: !0, writable: !0, value: e }) : t[n] = e, Dt = (t, n) => {
13
14
  for (var e in n || (n = {}))
14
15
  an.call(n, e) && Ye(t, e, n[e]);
@@ -216,7 +217,7 @@ function tt(t, n, e) {
216
217
  t.className = (o + (e ? " " + n : "")).replace(ze, " ");
217
218
  }
218
219
  }
219
- function m(t, n, e) {
220
+ function g(t, n, e) {
220
221
  var o = t && t.style;
221
222
  if (o) {
222
223
  if (e === void 0)
@@ -230,7 +231,7 @@ function Ot(t, n) {
230
231
  e = t;
231
232
  else
232
233
  do {
233
- var o = m(t, "transform");
234
+ var o = g(t, "transform");
234
235
  o && o !== "none" && (e = o + " " + e);
235
236
  } while (!n && (t = t.parentNode));
236
237
  var r = window.DOMMatrix || window.WebKitCSSMatrix || window.CSSMatrix || window.MSCSSMatrix;
@@ -255,9 +256,9 @@ function B(t, n, e, o, r) {
255
256
  var a, i, s, l, d, u, p;
256
257
  if (t !== window && t.parentNode && t !== st() ? (a = t.getBoundingClientRect(), i = a.top, s = a.left, l = a.bottom, d = a.right, u = a.height, p = a.width) : (i = 0, s = 0, l = window.innerHeight, d = window.innerWidth, u = window.innerHeight, p = window.innerWidth), (n || e) && t !== window && (r = r || t.parentNode, !pt))
257
258
  do
258
- if (r && r.getBoundingClientRect && (m(r, "transform") !== "none" || e && m(r, "position") !== "static")) {
259
+ if (r && r.getBoundingClientRect && (g(r, "transform") !== "none" || e && g(r, "position") !== "static")) {
259
260
  var y = r.getBoundingClientRect();
260
- i -= y.top + parseInt(m(r, "border-top-width")), s -= y.left + parseInt(m(r, "border-left-width")), l = i + a.height, d = s + a.width;
261
+ i -= y.top + parseInt(g(r, "border-top-width")), s -= y.left + parseInt(g(r, "border-left-width")), l = i + a.height, d = s + a.width;
261
262
  break;
262
263
  }
263
264
  while (r = r.parentNode);
@@ -276,13 +277,13 @@ function B(t, n, e, o, r) {
276
277
  }
277
278
  }
278
279
  function Ve(t, n, e) {
279
- for (var o = gt(t, !0), r = B(t)[n]; o; ) {
280
+ for (var o = mt(t, !0), r = B(t)[n]; o; ) {
280
281
  var a = B(o)[e], i = void 0;
281
282
  if (i = r >= a, !i)
282
283
  return o;
283
284
  if (o === st())
284
285
  break;
285
- o = gt(o, !1);
286
+ o = mt(o, !1);
286
287
  }
287
288
  return !1;
288
289
  }
@@ -298,7 +299,7 @@ function Mt(t, n, e, o) {
298
299
  return null;
299
300
  }
300
301
  function Pe(t, n) {
301
- for (var e = t.lastElementChild; e && (e === v.ghost || m(e, "display") === "none" || n && !ne(e, n)); )
302
+ for (var e = t.lastElementChild; e && (e === v.ghost || g(e, "display") === "none" || n && !ne(e, n)); )
302
303
  e = e.previousElementSibling;
303
304
  return e || null;
304
305
  }
@@ -328,13 +329,13 @@ function ao(t, n) {
328
329
  }
329
330
  return -1;
330
331
  }
331
- function gt(t, n) {
332
+ function mt(t, n) {
332
333
  if (!t || !t.getBoundingClientRect)
333
334
  return st();
334
335
  var e = t, o = !1;
335
336
  do
336
337
  if (e.clientWidth < e.scrollWidth || e.clientHeight < e.scrollHeight) {
337
- var r = m(e);
338
+ var r = g(e);
338
339
  if (e.clientWidth < e.scrollWidth && (r.overflowX == "auto" || r.overflowX == "scroll") || e.clientHeight < e.scrollHeight && (r.overflowY == "auto" || r.overflowY == "scroll")) {
339
340
  if (!e.getBoundingClientRect || e === document.body)
340
341
  return st();
@@ -369,10 +370,10 @@ function fn(t, n) {
369
370
  function so() {
370
371
  clearTimeout(Lt), Lt = void 0;
371
372
  }
372
- function gn(t, n, e) {
373
+ function mn(t, n, e) {
373
374
  t.scrollLeft += n, t.scrollTop += e;
374
375
  }
375
- function mn(t) {
376
+ function gn(t) {
376
377
  var n = window.Polymer, e = window.jQuery || window.Zepto;
377
378
  return n && n.dom ? n.dom(t).cloneNode(!0) : e ? e(t).clone(!0)[0] : t.cloneNode(!0);
378
379
  }
@@ -394,7 +395,7 @@ function co() {
394
395
  if (t = [], !!this.options.animation) {
395
396
  var e = [].slice.call(this.el.children);
396
397
  e.forEach(function(o) {
397
- if (!(m(o, "display") === "none" || o === v.ghost)) {
398
+ if (!(g(o, "display") === "none" || o === v.ghost)) {
398
399
  t.push({
399
400
  target: o,
400
401
  rect: B(o)
@@ -436,10 +437,10 @@ function co() {
436
437
  },
437
438
  animate: function(e, o, r, a) {
438
439
  if (a) {
439
- m(e, "transition", ""), m(e, "transform", "");
440
+ g(e, "transition", ""), g(e, "transform", "");
440
441
  var i = Ot(this.el), s = i && i.a, l = i && i.d, d = (o.left - r.left) / (s || 1), u = (o.top - r.top) / (l || 1);
441
- e.animatingX = !!d, e.animatingY = !!u, m(e, "transform", "translate3d(" + d + "px," + u + "px,0)"), this.forRepaintDummy = uo(e), m(e, "transition", "transform " + a + "ms" + (this.options.easing ? " " + this.options.easing : "")), m(e, "transform", "translate3d(0,0,0)"), typeof e.animated == "number" && clearTimeout(e.animated), e.animated = setTimeout(function() {
442
- m(e, "transition", ""), m(e, "transform", ""), e.animated = !1, e.animatingX = !1, e.animatingY = !1;
442
+ e.animatingX = !!d, e.animatingY = !!u, g(e, "transform", "translate3d(" + d + "px," + u + "px,0)"), this.forRepaintDummy = uo(e), g(e, "transition", "transform " + a + "ms" + (this.options.easing ? " " + this.options.easing : "")), g(e, "transform", "translate3d(0,0,0)"), typeof e.animated == "number" && clearTimeout(e.animated), e.animated = setTimeout(function() {
443
+ g(e, "transition", ""), g(e, "transform", ""), e.animated = !1, e.animatingX = !1, e.animatingY = !1;
443
444
  }, a);
444
445
  }
445
446
  }
@@ -565,7 +566,7 @@ function q(t) {
565
566
  newDraggableIndex: ht
566
567
  }, t));
567
568
  }
568
- var c, G, b, L, bt, Jt, R, ft, Tt, et, Ht, ht, $t, $, Et = !1, oe = !1, re = [], mt, at, ge, me, qe, Je, At, Ct, Rt, Yt = !1, zt = !1, Zt, W, ve = [], De = !1, ie = [], ce = typeof document < "u", Vt = un, Ze = Bt || pt ? "cssFloat" : "float", go = ce && !dn && !un && "draggable" in document.createElement("div"), bn = function() {
569
+ var c, G, b, L, bt, Jt, R, ft, Tt, et, Ht, ht, $t, $, Et = !1, oe = !1, re = [], gt, at, me, ge, qe, Je, At, Ct, Rt, Yt = !1, zt = !1, Zt, W, ve = [], De = !1, ie = [], ce = typeof document < "u", Vt = un, Ze = Bt || pt ? "cssFloat" : "float", mo = ce && !dn && !un && "draggable" in document.createElement("div"), bn = function() {
569
570
  if (ce) {
570
571
  if (pt)
571
572
  return !1;
@@ -573,7 +574,7 @@ var c, G, b, L, bt, Jt, R, ft, Tt, et, Ht, ht, $t, $, Et = !1, oe = !1, re = [],
573
574
  return t.style.cssText = "pointer-events:auto", t.style.pointerEvents === "auto";
574
575
  }
575
576
  }(), yn = function(t, n) {
576
- var e = m(t), o = parseInt(e.width) - parseInt(e.paddingLeft) - parseInt(e.paddingRight) - parseInt(e.borderLeftWidth) - parseInt(e.borderRightWidth), r = Mt(t, 0, n), a = Mt(t, 1, n), i = r && m(r), s = a && m(a), l = i && parseInt(i.marginLeft) + parseInt(i.marginRight) + B(r).width, d = s && parseInt(s.marginLeft) + parseInt(s.marginRight) + B(a).width;
577
+ var e = g(t), o = parseInt(e.width) - parseInt(e.paddingLeft) - parseInt(e.paddingRight) - parseInt(e.borderLeftWidth) - parseInt(e.borderRightWidth), r = Mt(t, 0, n), a = Mt(t, 1, n), i = r && g(r), s = a && g(a), l = i && parseInt(i.marginLeft) + parseInt(i.marginRight) + B(r).width, d = s && parseInt(s.marginLeft) + parseInt(s.marginRight) + B(a).width;
577
578
  if (e.display === "flex")
578
579
  return e.flexDirection === "column" || e.flexDirection === "column-reverse" ? "vertical" : "horizontal";
579
580
  if (e.display === "grid")
@@ -583,7 +584,7 @@ var c, G, b, L, bt, Jt, R, ft, Tt, et, Ht, ht, $t, $, Et = !1, oe = !1, re = [],
583
584
  return a && (s.clear === "both" || s.clear === u) ? "vertical" : "horizontal";
584
585
  }
585
586
  return r && (i.display === "block" || i.display === "flex" || i.display === "table" || i.display === "grid" || l >= o && e[Ze] === "none" || a && e[Ze] === "none" && l + d > o) ? "vertical" : "horizontal";
586
- }, mo = function(t, n, e) {
587
+ }, go = function(t, n, e) {
587
588
  var o = e ? t.left : t.top, r = e ? t.right : t.bottom, a = e ? t.width : t.height, i = e ? n.left : n.top, s = e ? n.right : n.bottom, l = e ? n.width : n.height;
588
589
  return o === i || r === s || o + a / 2 === i + l / 2;
589
590
  }, vo = function(t, n) {
@@ -617,9 +618,9 @@ var c, G, b, L, bt, Jt, R, ft, Tt, et, Ht, ht, $t, $, Et = !1, oe = !1, re = [],
617
618
  name: o
618
619
  }), e.name = o.name, e.checkPull = n(o.pull, !0), e.checkPut = n(o.put), e.revertClone = o.revertClone, t.group = e;
619
620
  }, wn = function() {
620
- !bn && b && m(b, "display", "none");
621
+ !bn && b && g(b, "display", "none");
621
622
  }, Sn = function() {
622
- !bn && b && m(b, "display", "");
623
+ !bn && b && g(b, "display", "");
623
624
  };
624
625
  ce && !dn && document.addEventListener("click", function(t) {
625
626
  if (oe)
@@ -694,7 +695,7 @@ function v(t, n) {
694
695
  _n(n);
695
696
  for (var r in this)
696
697
  r.charAt(0) === "_" && typeof this[r] == "function" && (this[r] = this[r].bind(this));
697
- this.nativeDraggable = n.forceFallback ? !1 : go, this.nativeDraggable && (this.options.touchStartThreshold = 1), n.supportPointer ? I(t, "pointerdown", this._onTapStart) : (I(t, "mousedown", this._onTapStart), I(t, "touchstart", this._onTapStart)), this.nativeDraggable && (I(t, "dragover", this), I(t, "dragenter", this)), re.push(this.el), n.store && n.store.get && this.sort(n.store.get(this) || []), dt(this, co());
698
+ this.nativeDraggable = n.forceFallback ? !1 : mo, this.nativeDraggable && (this.options.touchStartThreshold = 1), n.supportPointer ? I(t, "pointerdown", this._onTapStart) : (I(t, "mousedown", this._onTapStart), I(t, "touchstart", this._onTapStart)), this.nativeDraggable && (I(t, "dragover", this), I(t, "dragenter", this)), re.push(this.el), n.store && n.store.get && this.sort(n.store.get(this) || []), dt(this, co());
698
699
  }
699
700
  v.prototype = /** @lends Sortable.prototype */
700
701
  {
@@ -747,11 +748,11 @@ v.prototype = /** @lends Sortable.prototype */
747
748
  var o = this, r = o.el, a = o.options, i = r.ownerDocument, s;
748
749
  if (e && !c && e.parentNode === r) {
749
750
  var l = B(e);
750
- if (L = r, c = e, G = c.parentNode, bt = c.nextSibling, Jt = e, $t = a.group, v.dragged = c, mt = {
751
+ if (L = r, c = e, G = c.parentNode, bt = c.nextSibling, Jt = e, $t = a.group, v.dragged = c, gt = {
751
752
  target: c,
752
753
  clientX: (n || t).clientX,
753
754
  clientY: (n || t).clientY
754
- }, qe = mt.clientX - l.left, Je = mt.clientY - l.top, this._lastX = (n || t).clientX, this._lastY = (n || t).clientY, c.style["will-change"] = "all", s = function() {
755
+ }, qe = gt.clientX - l.left, Je = gt.clientY - l.top, this._lastX = (n || t).clientX, this._lastY = (n || t).clientY, c.style["will-change"] = "all", s = function() {
755
756
  if (Z("delayEnded", o, {
756
757
  evt: t
757
758
  }), v.eventCanceled) {
@@ -834,15 +835,15 @@ v.prototype = /** @lends Sortable.prototype */
834
835
  }
835
836
  },
836
837
  _onTouchMove: function(t) {
837
- if (mt) {
838
- var n = this.options, e = n.fallbackTolerance, o = n.fallbackOffset, r = t.touches ? t.touches[0] : t, a = b && Ot(b, !0), i = b && a && a.a, s = b && a && a.d, l = Vt && W && We(W), d = (r.clientX - mt.clientX + o.x) / (i || 1) + (l ? l[0] - ve[0] : 0) / (i || 1), u = (r.clientY - mt.clientY + o.y) / (s || 1) + (l ? l[1] - ve[1] : 0) / (s || 1);
838
+ if (gt) {
839
+ var n = this.options, e = n.fallbackTolerance, o = n.fallbackOffset, r = t.touches ? t.touches[0] : t, a = b && Ot(b, !0), i = b && a && a.a, s = b && a && a.d, l = Vt && W && We(W), d = (r.clientX - gt.clientX + o.x) / (i || 1) + (l ? l[0] - ve[0] : 0) / (i || 1), u = (r.clientY - gt.clientY + o.y) / (s || 1) + (l ? l[1] - ve[1] : 0) / (s || 1);
839
840
  if (!v.active && !Et) {
840
841
  if (e && Math.max(Math.abs(r.clientX - this._lastX), Math.abs(r.clientY - this._lastY)) < e)
841
842
  return;
842
843
  this._onDragStart(t, !0);
843
844
  }
844
845
  if (b) {
845
- a ? (a.e += d - (ge || 0), a.f += u - (me || 0)) : a = {
846
+ a ? (a.e += d - (me || 0), a.f += u - (ge || 0)) : a = {
846
847
  a: 1,
847
848
  b: 0,
848
849
  c: 0,
@@ -851,7 +852,7 @@ v.prototype = /** @lends Sortable.prototype */
851
852
  f: u
852
853
  };
853
854
  var p = "matrix(".concat(a.a, ",").concat(a.b, ",").concat(a.c, ",").concat(a.d, ",").concat(a.e, ",").concat(a.f, ")");
854
- m(b, "webkitTransform", p), m(b, "mozTransform", p), m(b, "msTransform", p), m(b, "transform", p), ge = d, me = u, at = r;
855
+ g(b, "webkitTransform", p), g(b, "mozTransform", p), g(b, "msTransform", p), g(b, "transform", p), me = d, ge = u, at = r;
855
856
  }
856
857
  t.cancelable && t.preventDefault();
857
858
  }
@@ -860,11 +861,11 @@ v.prototype = /** @lends Sortable.prototype */
860
861
  if (!b) {
861
862
  var t = this.options.fallbackOnBody ? document.body : L, n = B(c, !0, Vt, !0, t), e = this.options;
862
863
  if (Vt) {
863
- for (W = t; m(W, "position") === "static" && m(W, "transform") === "none" && W !== document; )
864
+ for (W = t; g(W, "position") === "static" && g(W, "transform") === "none" && W !== document; )
864
865
  W = W.parentNode;
865
866
  W !== document.body && W !== document.documentElement ? (W === document && (W = st()), n.top += W.scrollTop, n.left += W.scrollLeft) : W = st(), ve = We(W);
866
867
  }
867
- b = c.cloneNode(!0), tt(b, e.ghostClass, !1), tt(b, e.fallbackClass, !0), tt(b, e.dragClass, !0), m(b, "transition", ""), m(b, "transform", ""), m(b, "box-sizing", "border-box"), m(b, "margin", 0), m(b, "top", n.top), m(b, "left", n.left), m(b, "width", n.width), m(b, "height", n.height), m(b, "opacity", "0.8"), m(b, "position", Vt ? "absolute" : "fixed"), m(b, "zIndex", "100000"), m(b, "pointerEvents", "none"), v.ghost = b, t.appendChild(b), m(b, "transform-origin", qe / parseInt(b.style.width) * 100 + "% " + Je / parseInt(b.style.height) * 100 + "%");
868
+ b = c.cloneNode(!0), tt(b, e.ghostClass, !1), tt(b, e.fallbackClass, !0), tt(b, e.dragClass, !0), g(b, "transition", ""), g(b, "transform", ""), g(b, "box-sizing", "border-box"), g(b, "margin", 0), g(b, "top", n.top), g(b, "left", n.left), g(b, "width", n.width), g(b, "height", n.height), g(b, "opacity", "0.8"), g(b, "position", Vt ? "absolute" : "fixed"), g(b, "zIndex", "100000"), g(b, "pointerEvents", "none"), v.ghost = b, t.appendChild(b), g(b, "transform-origin", qe / parseInt(b.style.width) * 100 + "% " + Je / parseInt(b.style.height) * 100 + "%");
868
869
  }
869
870
  },
870
871
  _onDragStart: function(t, n) {
@@ -875,12 +876,12 @@ v.prototype = /** @lends Sortable.prototype */
875
876
  this._onDrop();
876
877
  return;
877
878
  }
878
- Z("setupClone", this), v.eventCanceled || (R = mn(c), R.removeAttribute("id"), R.draggable = !1, R.style["will-change"] = "", this._hideClone(), tt(R, this.options.chosenClass, !1), v.clone = R), e.cloneId = Kt(function() {
879
+ Z("setupClone", this), v.eventCanceled || (R = gn(c), R.removeAttribute("id"), R.draggable = !1, R.style["will-change"] = "", this._hideClone(), tt(R, this.options.chosenClass, !1), v.clone = R), e.cloneId = Kt(function() {
879
880
  Z("clone", e), !v.eventCanceled && (e.options.removeCloneOnHide || L.insertBefore(R, c), e._hideClone(), q({
880
881
  sortable: e,
881
882
  name: "clone"
882
883
  }));
883
- }), !n && tt(c, r.dragClass, !0), n ? (oe = !0, e._loopId = setInterval(e._emulateDragOver, 50)) : (T(document, "mouseup", e._onDrop), T(document, "touchend", e._onDrop), T(document, "touchcancel", e._onDrop), o && (o.effectAllowed = "move", r.setData && r.setData.call(e, o, c)), I(document, "drop", e), m(c, "transform", "translateZ(0)")), Et = !0, e._dragStartId = Kt(e._dragStarted.bind(e, n, t)), I(document, "selectstart", e), At = !0, Pt && m(document.body, "user-select", "none");
884
+ }), !n && tt(c, r.dragClass, !0), n ? (oe = !0, e._loopId = setInterval(e._emulateDragOver, 50)) : (T(document, "mouseup", e._onDrop), T(document, "touchend", e._onDrop), T(document, "touchcancel", e._onDrop), o && (o.effectAllowed = "move", r.setData && r.setData.call(e, o, c)), I(document, "drop", e), g(c, "transform", "translateZ(0)")), Et = !0, e._dragStartId = Kt(e._dragStarted.bind(e, n, t)), I(document, "selectstart", e), At = !0, Pt && g(document.body, "user-select", "none");
884
885
  },
885
886
  // Returns true - if no further action is needed (either inserted or another condition)
886
887
  _onDragOver: function(t) {
@@ -948,23 +949,23 @@ v.prototype = /** @lends Sortable.prototype */
948
949
  return F(), n.insertBefore(c, k), G = n, V(), Y(!0);
949
950
  } else if (e.parentNode === n) {
950
951
  r = B(e);
951
- var g = 0, S, _ = c.parentNode !== n, D = !mo(c.animated && c.toRect || o, e.animated && e.toRect || r, y), A = y ? "top" : "left", f = Ve(e, "top", "top") || Ve(c, "top", "top"), C = f ? f.scrollTop : void 0;
952
- Ct !== e && (S = r[A], Yt = !1, zt = !D && i.invertSwap || _), g = Co(t, e, r, y, D ? 1 : i.swapThreshold, i.invertedSwapThreshold == null ? i.swapThreshold : i.invertedSwapThreshold, zt, Ct === e);
952
+ var m = 0, S, _ = c.parentNode !== n, D = !go(c.animated && c.toRect || o, e.animated && e.toRect || r, y), A = y ? "top" : "left", f = Ve(e, "top", "top") || Ve(c, "top", "top"), C = f ? f.scrollTop : void 0;
953
+ Ct !== e && (S = r[A], Yt = !1, zt = !D && i.invertSwap || _), m = Co(t, e, r, y, D ? 1 : i.swapThreshold, i.invertedSwapThreshold == null ? i.swapThreshold : i.invertedSwapThreshold, zt, Ct === e);
953
954
  var N;
954
- if (g !== 0) {
955
+ if (m !== 0) {
955
956
  var E = rt(c);
956
957
  do
957
- E -= g, N = G.children[E];
958
- while (N && (m(N, "display") === "none" || N === b));
958
+ E -= m, N = G.children[E];
959
+ while (N && (g(N, "display") === "none" || N === b));
959
960
  }
960
- if (g === 0 || N === e)
961
+ if (m === 0 || N === e)
961
962
  return Y(!1);
962
- Ct = e, Rt = g;
963
+ Ct = e, Rt = m;
963
964
  var O = e.nextElementSibling, P = !1;
964
- P = g === 1;
965
+ P = m === 1;
965
966
  var j = Wt(L, n, c, o, e, r, t, P);
966
967
  if (j !== !1)
967
- return (j === 1 || j === -1) && (P = j === 1), De = !0, setTimeout(_o, 30), F(), P && !O ? n.appendChild(c) : e.parentNode.insertBefore(c, P ? O : e), f && gn(f, 0, C - f.scrollTop), G = c.parentNode, S !== void 0 && !zt && (Zt = Math.abs(S - B(e)[A])), V(), Y(!0);
968
+ return (j === 1 || j === -1) && (P = j === 1), De = !0, setTimeout(_o, 30), F(), P && !O ? n.appendChild(c) : e.parentNode.insertBefore(c, P ? O : e), f && mn(f, 0, C - f.scrollTop), G = c.parentNode, S !== void 0 && !zt && (Zt = Math.abs(S - B(e)[A])), V(), Y(!0);
968
969
  }
969
970
  if (n.contains(c))
970
971
  return Y(!1);
@@ -987,7 +988,7 @@ v.prototype = /** @lends Sortable.prototype */
987
988
  this._nulling();
988
989
  return;
989
990
  }
990
- Et = !1, zt = !1, Yt = !1, clearInterval(this._loopId), clearTimeout(this._dragStartTimer), Te(this.cloneId), Te(this._dragStartId), this.nativeDraggable && (T(document, "drop", this), T(n, "dragstart", this._onDragStart)), this._offMoveEvents(), this._offUpEvents(), Pt && m(document.body, "user-select", ""), m(c, "transform", ""), t && (At && (t.cancelable && t.preventDefault(), !e.dropBubble && t.stopPropagation()), b && b.parentNode && b.parentNode.removeChild(b), (L === G || $ && $.lastPutMode !== "clone") && R && R.parentNode && R.parentNode.removeChild(R), c && (this.nativeDraggable && T(c, "dragend", this), be(c), c.style["will-change"] = "", At && !Et && tt(c, $ ? $.options.ghostClass : this.options.ghostClass, !1), tt(c, this.options.chosenClass, !1), q({
991
+ Et = !1, zt = !1, Yt = !1, clearInterval(this._loopId), clearTimeout(this._dragStartTimer), Te(this.cloneId), Te(this._dragStartId), this.nativeDraggable && (T(document, "drop", this), T(n, "dragstart", this._onDragStart)), this._offMoveEvents(), this._offUpEvents(), Pt && g(document.body, "user-select", ""), g(c, "transform", ""), t && (At && (t.cancelable && t.preventDefault(), !e.dropBubble && t.stopPropagation()), b && b.parentNode && b.parentNode.removeChild(b), (L === G || $ && $.lastPutMode !== "clone") && R && R.parentNode && R.parentNode.removeChild(R), c && (this.nativeDraggable && T(c, "dragend", this), be(c), c.style["will-change"] = "", At && !Et && tt(c, $ ? $.options.ghostClass : this.options.ghostClass, !1), tt(c, this.options.chosenClass, !1), q({
991
992
  sortable: this,
992
993
  name: "unchoose",
993
994
  toEl: G,
@@ -1034,9 +1035,9 @@ v.prototype = /** @lends Sortable.prototype */
1034
1035
  }), this.save()))), this._nulling();
1035
1036
  },
1036
1037
  _nulling: function() {
1037
- Z("nulling", this), L = c = G = b = bt = R = Jt = ft = mt = at = At = et = ht = Tt = Ht = Ct = Rt = $ = $t = v.dragged = v.ghost = v.clone = v.active = null, ie.forEach(function(t) {
1038
+ Z("nulling", this), L = c = G = b = bt = R = Jt = ft = gt = at = At = et = ht = Tt = Ht = Ct = Rt = $ = $t = v.dragged = v.ghost = v.clone = v.active = null, ie.forEach(function(t) {
1038
1039
  t.checked = !0;
1039
- }), ie.length = ge = me = 0;
1040
+ }), ie.length = me = ge = 0;
1040
1041
  },
1041
1042
  handleEvent: function(t) {
1042
1043
  switch (t.type) {
@@ -1118,7 +1119,7 @@ v.prototype = /** @lends Sortable.prototype */
1118
1119
  if (!ft) {
1119
1120
  if (Z("hideClone", this), v.eventCanceled)
1120
1121
  return;
1121
- m(R, "display", "none"), this.options.removeCloneOnHide && R.parentNode && R.parentNode.removeChild(R), ft = !0;
1122
+ g(R, "display", "none"), this.options.removeCloneOnHide && R.parentNode && R.parentNode.removeChild(R), ft = !0;
1122
1123
  }
1123
1124
  },
1124
1125
  _showClone: function(t) {
@@ -1129,7 +1130,7 @@ v.prototype = /** @lends Sortable.prototype */
1129
1130
  if (ft) {
1130
1131
  if (Z("showClone", this), v.eventCanceled)
1131
1132
  return;
1132
- c.parentNode == L && !this.options.group.revertClone ? L.insertBefore(R, c) : bt ? L.insertBefore(R, bt) : L.appendChild(R), this.options.group.revertClone && this.animate(c, R), m(R, "display", ""), ft = !1;
1133
+ c.parentNode == L && !this.options.group.revertClone ? L.insertBefore(R, c) : bt ? L.insertBefore(R, bt) : L.appendChild(R), this.options.group.revertClone && this.animate(c, R), g(R, "display", ""), ft = !1;
1133
1134
  }
1134
1135
  }
1135
1136
  };
@@ -1197,7 +1198,7 @@ ce && I(document, "touchmove", function(t) {
1197
1198
  v.utils = {
1198
1199
  on: I,
1199
1200
  off: T,
1200
- css: m,
1201
+ css: g,
1201
1202
  find: hn,
1202
1203
  is: function(t, n) {
1203
1204
  return !!lt(t, n, t, !1);
@@ -1206,7 +1207,7 @@ v.utils = {
1206
1207
  throttle: fn,
1207
1208
  closest: lt,
1208
1209
  toggleClass: tt,
1209
- clone: mn,
1210
+ clone: gn,
1210
1211
  index: rt,
1211
1212
  nextTick: Kt,
1212
1213
  cancelNextTick: Te,
@@ -1264,17 +1265,17 @@ function xo() {
1264
1265
  var o = this, r = (n.touches ? n.touches[0] : n).clientX, a = (n.touches ? n.touches[0] : n).clientY, i = document.elementFromPoint(r, a);
1265
1266
  if (ae = n, e || this.options.forceAutoScrollFallback || Bt || pt || Pt) {
1266
1267
  we(n, this.options, i, e);
1267
- var s = gt(i, !0);
1268
+ var s = mt(i, !0);
1268
1269
  Oe && (!Nt || r !== ye || a !== _e) && (Nt && Ke(), Nt = setInterval(function() {
1269
- var l = gt(document.elementFromPoint(r, a), !0);
1270
+ var l = mt(document.elementFromPoint(r, a), !0);
1270
1271
  l !== s && (s = l, Qt()), we(n, o.options, l, e);
1271
1272
  }, 10), ye = r, _e = a);
1272
1273
  } else {
1273
- if (!this.options.bubbleScroll || gt(i, !0) === st()) {
1274
+ if (!this.options.bubbleScroll || mt(i, !0) === st()) {
1274
1275
  Qt();
1275
1276
  return;
1276
1277
  }
1277
- we(n, this.options, gt(i, !1), !1);
1278
+ we(n, this.options, mt(i, !1), !1);
1278
1279
  }
1279
1280
  }
1280
1281
  }, dt(t, {
@@ -1293,23 +1294,23 @@ function Ke() {
1293
1294
  var we = fn(function(t, n, e, o) {
1294
1295
  if (n.scroll) {
1295
1296
  var r = (t.touches ? t.touches[0] : t).clientX, a = (t.touches ? t.touches[0] : t).clientY, i = n.scrollSensitivity, s = n.scrollSpeed, l = st(), d = !1, u;
1296
- xe !== e && (xe = e, Qt(), kt = n.scroll, u = n.scrollFn, kt === !0 && (kt = gt(e, !0)));
1297
+ xe !== e && (xe = e, Qt(), kt = n.scroll, u = n.scrollFn, kt === !0 && (kt = mt(e, !0)));
1297
1298
  var p = 0, y = kt;
1298
1299
  do {
1299
- var h = y, M = B(h), w = M.top, F = M.bottom, Y = M.left, V = M.right, H = M.width, k = M.height, g = void 0, S = void 0, _ = h.scrollWidth, D = h.scrollHeight, A = m(h), f = h.scrollLeft, C = h.scrollTop;
1300
- h === l ? (g = H < _ && (A.overflowX === "auto" || A.overflowX === "scroll" || A.overflowX === "visible"), S = k < D && (A.overflowY === "auto" || A.overflowY === "scroll" || A.overflowY === "visible")) : (g = H < _ && (A.overflowX === "auto" || A.overflowX === "scroll"), S = k < D && (A.overflowY === "auto" || A.overflowY === "scroll"));
1301
- var N = g && (Math.abs(V - r) <= i && f + H < _) - (Math.abs(Y - r) <= i && !!f), E = S && (Math.abs(F - a) <= i && C + k < D) - (Math.abs(w - a) <= i && !!C);
1300
+ var h = y, M = B(h), w = M.top, F = M.bottom, Y = M.left, V = M.right, H = M.width, k = M.height, m = void 0, S = void 0, _ = h.scrollWidth, D = h.scrollHeight, A = g(h), f = h.scrollLeft, C = h.scrollTop;
1301
+ h === l ? (m = H < _ && (A.overflowX === "auto" || A.overflowX === "scroll" || A.overflowX === "visible"), S = k < D && (A.overflowY === "auto" || A.overflowY === "scroll" || A.overflowY === "visible")) : (m = H < _ && (A.overflowX === "auto" || A.overflowX === "scroll"), S = k < D && (A.overflowY === "auto" || A.overflowY === "scroll"));
1302
+ var N = m && (Math.abs(V - r) <= i && f + H < _) - (Math.abs(Y - r) <= i && !!f), E = S && (Math.abs(F - a) <= i && C + k < D) - (Math.abs(w - a) <= i && !!C);
1302
1303
  if (!X[p])
1303
1304
  for (var O = 0; O <= p; O++)
1304
1305
  X[O] || (X[O] = {});
1305
1306
  (X[p].vx != N || X[p].vy != E || X[p].el !== h) && (X[p].el = h, X[p].vx = N, X[p].vy = E, clearInterval(X[p].pid), (N != 0 || E != 0) && (d = !0, X[p].pid = setInterval(function() {
1306
1307
  o && this.layer === 0 && v.active._onTouchMove(ae);
1307
1308
  var P = X[this.layer].vy ? X[this.layer].vy * s : 0, j = X[this.layer].vx ? X[this.layer].vx * s : 0;
1308
- typeof u == "function" && u.call(v.dragged.parentNode[ot], j, P, t, ae, X[this.layer].el) !== "continue" || gn(X[this.layer].el, j, P);
1309
+ typeof u == "function" && u.call(v.dragged.parentNode[ot], j, P, t, ae, X[this.layer].el) !== "continue" || mn(X[this.layer].el, j, P);
1309
1310
  }.bind({
1310
1311
  layer: p
1311
1312
  }), 24))), p++;
1312
- } while (n.bubbleScroll && y !== l && (y = gt(y, !1)));
1313
+ } while (n.bubbleScroll && y !== l && (y = mt(y, !1)));
1313
1314
  Oe = d;
1314
1315
  }
1315
1316
  }, 30), Cn = function(t) {
@@ -1475,7 +1476,7 @@ function ko(...t) {
1475
1476
  const C = x(a);
1476
1477
  return f || (f = Wn(C) ? qn(C, o?.$el) : C), f && !Kn(f) && (f = f.$el), f || Un("Root element not found"), f;
1477
1478
  }
1478
- function g() {
1479
+ function m() {
1479
1480
  var f;
1480
1481
  const C = (f = x(s)) != null ? f : {}, N = sn(C, ["immediate", "clone"]);
1481
1482
  return je(N, (E, O) => {
@@ -1489,12 +1490,12 @@ function ko(...t) {
1489
1490
  );
1490
1491
  }
1491
1492
  const S = (f) => {
1492
- f = k(f), l && _.destroy(), l = new v(f, g());
1493
+ f = k(f), l && _.destroy(), l = new v(f, m());
1493
1494
  };
1494
1495
  en(
1495
1496
  () => s,
1496
1497
  () => {
1497
- l && je(g(), (f, C) => {
1498
+ l && je(m(), (f, C) => {
1498
1499
  l?.option(f, C);
1499
1500
  });
1500
1501
  },
@@ -1729,9 +1730,9 @@ const xn = /* @__PURE__ */ se(Go, [["__scopeId", "data-v-42cc8322"]]), Xo = { cl
1729
1730
  it.UN_GROUP;
1730
1731
  const e = Ne(), { FolderIcon: o, FolderOpenIcon: r } = te.ionicons5, a = le(), { handleContextMenu: i, onClickOutSide: s } = on(), l = Gt(!1), d = Q(() => e.getAppTheme), u = Q(() => n.layerMode === It.TEXT), p = Q(() => {
1731
1732
  const k = n.componentGroupData.id;
1732
- return a.getTargetChart.selectId.find((g) => g === k);
1733
- }), y = Q(() => n.componentGroupData.id === a.getTargetChart.hoverId), h = Q(() => n.componentGroupData.status), M = (k, g, S) => {
1734
- const _ = (D) => g.filter((A) => D.includes(A.key));
1733
+ return a.getTargetChart.selectId.find((m) => m === k);
1734
+ }), y = Q(() => n.componentGroupData.id === a.getTargetChart.hoverId), h = Q(() => n.componentGroupData.status), M = (k, m, S) => {
1735
+ const _ = (D) => m.filter((A) => D.includes(A.key));
1735
1736
  if (a.getTargetChart.selectId.length > 1)
1736
1737
  return _([it.GROUP]);
1737
1738
  {
@@ -1746,33 +1747,33 @@ const xn = /* @__PURE__ */ se(Go, [["__scopeId", "data-v-42cc8322"]]), Xo = { cl
1746
1747
  window.$KeyboardActive?.ctrl || (l.value = !l.value, Y(k, n.componentGroupData));
1747
1748
  }, F = (k) => {
1748
1749
  s();
1749
- const g = n.componentGroupData.id;
1750
+ const m = n.componentGroupData.id;
1750
1751
  if (k.buttons === rn.LEFT && window.$KeyboardActive?.ctrl) {
1751
- if (a.targetChart.selectId.includes(g)) {
1752
- const S = a.targetChart.selectId.filter((_) => _ !== g);
1752
+ if (a.targetChart.selectId.includes(m)) {
1753
+ const S = a.targetChart.selectId.filter((_) => _ !== m);
1753
1754
  a.setTargetSelectChart(S);
1754
1755
  } else
1755
- a.setTargetSelectChart(g, !0);
1756
+ a.setTargetSelectChart(m, !0);
1756
1757
  return;
1757
1758
  }
1758
- a.setTargetSelectChart(g);
1759
- }, Y = (k, g, S) => {
1760
- k.preventDefault(), k.stopPropagation(), s(), a.setTargetSelectChart(S || g.id);
1759
+ a.setTargetSelectChart(m);
1760
+ }, Y = (k, m, S) => {
1761
+ k.preventDefault(), k.stopPropagation(), s(), a.setTargetSelectChart(S || m.id);
1761
1762
  }, V = (k) => {
1762
1763
  a.setTargetHoverChart(k.id);
1763
1764
  }, H = (k) => {
1764
1765
  a.setTargetHoverChart(void 0);
1765
1766
  };
1766
- return (k, g) => {
1767
+ return (k, m) => {
1767
1768
  const S = nt("n-icon"), _ = nt("n-text"), D = nt("n-ellipsis"), A = nt("n-collapse-transition");
1768
1769
  return K(), _t("div", Xo, [
1769
1770
  xt("div", {
1770
1771
  class: wt(["root-item-content", { hover: y.value, select: p.value, "list-mini": u.value }]),
1771
- onClick: g[0] || (g[0] = (f) => w(f)),
1772
- onMousedown: g[1] || (g[1] = (f) => F(f)),
1773
- onMouseenter: g[2] || (g[2] = (f) => V(t.componentGroupData)),
1774
- onMouseleave: g[3] || (g[3] = (f) => H(t.componentGroupData)),
1775
- onContextmenu: g[4] || (g[4] = (f) => x(i)(f, t.componentGroupData, M))
1772
+ onClick: m[0] || (m[0] = (f) => w(f)),
1773
+ onMousedown: m[1] || (m[1] = (f) => F(f)),
1774
+ onMouseenter: m[2] || (m[2] = (f) => V(t.componentGroupData)),
1775
+ onMouseleave: m[3] || (m[3] = (f) => H(t.componentGroupData)),
1776
+ onContextmenu: m[4] || (m[4] = (f) => x(i)(f, t.componentGroupData, M))
1776
1777
  }, [
1777
1778
  xt("div", Bo, [
1778
1779
  z(S, {
@@ -1818,7 +1819,7 @@ const xn = /* @__PURE__ */ se(Go, [["__scopeId", "data-v-42cc8322"]]), Xo = { cl
1818
1819
  onMousedown: (C) => Y(C, f, t.componentGroupData.id),
1819
1820
  onMouseenter: (C) => V(f),
1820
1821
  onMouseleave: (C) => H(),
1821
- onContextmenu: g[5] || (g[5] = (C) => x(i)(C, t.componentGroupData, M))
1822
+ onContextmenu: m[5] || (m[5] = (C) => x(i)(C, t.componentGroupData, M))
1822
1823
  }, null, 8, ["componentData", "layer-mode", "onMousedown", "onMouseenter", "onMouseleave"]))), 128))
1823
1824
  ]),
1824
1825
  _: 1
@@ -1836,19 +1837,20 @@ const jo = /* @__PURE__ */ se(Fo, [["__scopeId", "data-v-5a3a86ba"]]), Uo = /* @
1836
1837
  ], u = Gt([]), p = Gt(a.getLayerType), y = Q(() => Hn(i.getComponentList).reverse());
1837
1838
  en(
1838
1839
  () => y.value,
1839
- (g) => {
1840
- u.value = g;
1841
- }
1840
+ (m) => {
1841
+ u.value = m;
1842
+ },
1843
+ { immediate: !0 }
1842
1844
  );
1843
- const h = (g, S, _) => {
1845
+ const h = (m, S, _) => {
1844
1846
  if (i.getTargetChart.selectId.length > 1)
1845
- return g.filter((A) => A.key === it.GROUP);
1847
+ return m.filter((A) => A.key === it.GROUP);
1846
1848
  const D = [];
1847
- return _.status.lock ? D.push(it.LOCK) : D.push(it.UNLOCK), _.status.hide ? D.push(it.HIDE) : D.push(it.SHOW), g.filter((A) => !D.includes(A.key));
1849
+ return _.status.lock ? D.push(it.LOCK) : D.push(it.UNLOCK), _.status.hide ? D.push(it.HIDE) : D.push(it.SHOW), m.filter((A) => !D.includes(A.key));
1848
1850
  }, M = () => {
1849
1851
  a.setItem(Re.LAYERS, !1);
1850
- }, w = (g) => {
1851
- const S = g.oldIndex, _ = g.newIndex;
1852
+ }, w = (m) => {
1853
+ const S = m.oldIndex, _ = m.newIndex;
1852
1854
  if (!(S === void 0 || _ === void 0))
1853
1855
  if (_ - S > 0) {
1854
1856
  const D = i.getComponentList.splice(-(S + 1), 1)[0];
@@ -1857,13 +1859,13 @@ const jo = /* @__PURE__ */ se(Fo, [["__scopeId", "data-v-5a3a86ba"]]), Uo = /* @
1857
1859
  const D = i.getComponentList.splice(-(S + 1), 1)[0];
1858
1860
  _ === 0 ? i.getComponentList.push(D) : i.getComponentList.splice(-_, 0, D);
1859
1861
  }
1860
- }, F = (g) => {
1862
+ }, F = (m) => {
1861
1863
  const S = document.querySelector(".go-content-layer-box");
1862
- g.target.contains(S) && i.setTargetSelectChart();
1863
- }, Y = (g, S) => {
1864
+ m.target.contains(S) && i.setTargetSelectChart();
1865
+ }, Y = (m, S) => {
1864
1866
  l();
1865
1867
  const _ = S.id;
1866
- if (g.buttons === rn.LEFT && window.$KeyboardActive?.ctrl) {
1868
+ if (m.buttons === rn.LEFT && window.$KeyboardActive?.ctrl) {
1867
1869
  if (i.targetChart.selectId.includes(_)) {
1868
1870
  const D = i.targetChart.selectId.filter((A) => A !== _);
1869
1871
  i.setTargetSelectChart(D);
@@ -1872,14 +1874,14 @@ const jo = /* @__PURE__ */ se(Fo, [["__scopeId", "data-v-5a3a86ba"]]), Uo = /* @
1872
1874
  return;
1873
1875
  }
1874
1876
  i.setTargetSelectChart(_);
1875
- }, V = (g) => {
1876
- i.setTargetHoverChart(g.id);
1877
- }, H = (g) => {
1877
+ }, V = (m) => {
1878
+ i.setTargetHoverChart(m.id);
1879
+ }, H = (m) => {
1878
1880
  i.setTargetHoverChart(void 0);
1879
- }, k = (g) => {
1880
- p.value = g, a.setItem(Re.LAYER_TYPE, g);
1881
+ }, k = (m) => {
1882
+ p.value = m, a.setItem(Re.LAYER_TYPE, m);
1881
1883
  };
1882
- return (g, S) => {
1884
+ return (m, S) => {
1883
1885
  const _ = nt("n-icon"), D = nt("n-tooltip"), A = nt("n-button"), f = nt("n-button-group"), C = nt("n-text"), N = nt("n-space");
1884
1886
  return K(), yt(x(Rn), {
1885
1887
  class: wt(["go-content-layers", { scoped: !x(a).getLayers }]),
@@ -1979,7 +1981,7 @@ const jo = /* @__PURE__ */ se(Fo, [["__scopeId", "data-v-5a3a86ba"]]), Uo = /* @
1979
1981
  };
1980
1982
  }
1981
1983
  });
1982
- const nr = /* @__PURE__ */ se(Uo, [["__scopeId", "data-v-83bd0465"]]);
1984
+ const or = /* @__PURE__ */ se(Uo, [["__scopeId", "data-v-258c5fdc"]]);
1983
1985
  export {
1984
- nr as default
1986
+ or as default
1985
1987
  };