x-runtime-lib 0.8.65 → 0.8.66

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/dist/index.js CHANGED
@@ -26,7 +26,7 @@ function Wn(t) {
26
26
  const e = t.substring(0, t.length - 1), i = parseFloat(e);
27
27
  return !isNaN(i);
28
28
  }
29
- function Ou(t) {
29
+ function Hu(t) {
30
30
  if (typeof t != "string" || !t.endsWith("px"))
31
31
  return;
32
32
  const e = t.substring(0, t.length - 2), i = parseFloat(e);
@@ -93,7 +93,7 @@ function Ir(t, e = 2) {
93
93
  function Q(t) {
94
94
  return t === "runtime" || t === "preview";
95
95
  }
96
- const Hu = ["string", "number", "boolean", "array", "object"];
96
+ const Ou = ["string", "number", "boolean", "array", "object"];
97
97
  function Ku(t) {
98
98
  switch (t) {
99
99
  case "string":
@@ -203,7 +203,7 @@ const ze = {}, w = (t) => {
203
203
  scale: {}
204
204
  },
205
205
  setup(t) {
206
- const e = O();
206
+ const e = H();
207
207
  return (i, o) => n(e) === "editor" ? (h(), te("TresMesh", {
208
208
  key: 0,
209
209
  position: t.position,
@@ -222,7 +222,7 @@ const ze = {}, w = (t) => {
222
222
  block: { type: Boolean, default: !1 }
223
223
  },
224
224
  setup(t) {
225
- const e = O(), i = v(() => {
225
+ const e = H(), i = v(() => {
226
226
  const s = {
227
227
  position: "relative"
228
228
  };
@@ -260,7 +260,7 @@ const ze = {}, w = (t) => {
260
260
  s ? typeof o == "object" ? r = JSON.stringify(o, null, 2) : (console.assert(!1), r = "{}") : r = o, t.setElementPropertyInner(e, i, r);
261
261
  };
262
262
  function l(t, e, i) {
263
- const o = O(), s = be(), r = ie();
263
+ const o = H(), s = be(), r = ie();
264
264
  return me(() => {
265
265
  let a = Ar(s, t.node, e, i);
266
266
  o === "editor" && e[e.length - 1] === "readonly" && (a = !0), r.value = a;
@@ -297,7 +297,7 @@ function de(t) {
297
297
  "transform",
298
298
  "scale",
299
299
  "x"
300
- ]), { property: m } = l(t, [
300
+ ]), { property: p } = l(t, [
301
301
  "transform",
302
302
  "scale",
303
303
  "y"
@@ -305,20 +305,20 @@ function de(t) {
305
305
  "transform",
306
306
  "scale",
307
307
  "z"
308
- ]), u = ie([0, 0, 0]), p = ie([0, 0, 0]), y = ie([1, 1, 1]);
308
+ ]), u = ie([0, 0, 0]), m = ie([0, 0, 0]), y = ie([1, 1, 1]);
309
309
  return me(() => {
310
310
  u.value = [e.value, i.value, o.value];
311
311
  }), me(() => {
312
312
  e.value = u.value[0], i.value = u.value[1], o.value = u.value[2];
313
313
  }), me(() => {
314
- p.value = [s.value, r.value, a.value];
314
+ m.value = [s.value, r.value, a.value];
315
315
  }), me(() => {
316
- s.value = p.value[0], r.value = p.value[1], a.value = p.value[2];
316
+ s.value = m.value[0], r.value = m.value[1], a.value = m.value[2];
317
317
  }), me(() => {
318
- y.value = [c.value, m.value, d.value];
318
+ y.value = [c.value, p.value, d.value];
319
319
  }), me(() => {
320
- c.value = y.value[0], m.value = y.value[1], d.value = y.value[2];
321
- }), { position: u, rotation: p, scale: y };
320
+ c.value = y.value[0], p.value = y.value[1], d.value = y.value[2];
321
+ }), { position: u, rotation: m, scale: y };
322
322
  }
323
323
  function vo(t) {
324
324
  const e = v(() => t.node.legend?.show), i = v(() => t.node.legend?.data);
@@ -372,23 +372,23 @@ function Vo(t) {
372
372
  }
373
373
  return { show: e, position: i, type: o, data: s, applyYAxis: r };
374
374
  }
375
- function H(t) {
375
+ function O(t) {
376
376
  const { computedThemes: e } = _r(), i = Ne(), o = v(() => t.value?.mode), s = v(() => {
377
377
  const d = t.value?.theme;
378
378
  return d ? d === "background0" ? i.value ? "#2e2e2e" : "#bdbdbd" : d === "background1" ? i.value ? "#272727" : "#eeeeee" : d === "background2" ? i.value ? "#1e1e1e" : "#ffffff" : (i.value ? e.value.dark : e.value.light).colors[d] : void 0;
379
379
  }), r = v(() => i.value ? t.value.custom?.dark : t.value.custom?.light), a = v(() => o.value === "theme" ? s.value ?? "" : o.value === "custom" ? r.value ?? "" : ""), c = v(() => {
380
380
  const d = a.value;
381
381
  return !d.startsWith("#") || d.length < 7 ? "" : d.substring(0, 7);
382
- }), m = v(() => {
382
+ }), p = v(() => {
383
383
  const d = a.value;
384
384
  return d.startsWith("#") ? d.length < 9 ? 1 : parseInt(d.substring(7, 9)) / 255 : 0;
385
385
  });
386
- return { color: a, rgb: c, alpha: m };
386
+ return { color: a, rgb: c, alpha: p };
387
387
  }
388
388
  function Nn(t) {
389
- const e = v(() => t.node.border?.style), i = v(() => t.node.border?.width), o = v(() => t.node.border?.color), { color: s } = H(o), r = v(() => t.node.border?.roundRadius?.tl), a = v(() => t.node.border?.roundRadius?.tr), c = v(() => t.node.border?.roundRadius?.bl), m = v(() => t.node.border?.roundRadius?.br);
389
+ const e = v(() => t.node.border?.style), i = v(() => t.node.border?.width), o = v(() => t.node.border?.color), { color: s } = O(o), r = v(() => t.node.border?.roundRadius?.tl), a = v(() => t.node.border?.roundRadius?.tr), c = v(() => t.node.border?.roundRadius?.bl), p = v(() => t.node.border?.roundRadius?.br);
390
390
  function d(u) {
391
- e.value && (u.borderStyle = e.value), i.value && (u.borderWidth = i.value), s.value && (u.borderColor = s.value), r.value && (u.borderTopLeftRadius = r.value), a.value && (u.borderTopRightRadius = a.value), c.value && (u.borderBottomLeftRadius = c.value), m.value && (u.borderBottomRightRadius = m.value);
391
+ e.value && (u.borderStyle = e.value), i.value && (u.borderWidth = i.value), s.value && (u.borderColor = s.value), r.value && (u.borderTopLeftRadius = r.value), a.value && (u.borderTopRightRadius = a.value), c.value && (u.borderBottomLeftRadius = c.value), p.value && (u.borderBottomRightRadius = p.value);
392
392
  }
393
393
  return { borderStyle: e, borderWidth: i, borderColor: s, applyBorder: d };
394
394
  }
@@ -407,7 +407,7 @@ function Dn(t) {
407
407
  return { paddingTop: e, paddingLeft: i, paddingBottom: o, paddingRight: s, applyPadding: r };
408
408
  }
409
409
  function ye(t) {
410
- const e = O(), i = Ce(), o = v(() => t.node.size?.width), s = v(() => t.node.size?.minWidth), r = v(() => t.node.size?.maxWidth), a = v(() => {
410
+ const e = H(), i = Ce(), o = v(() => t.node.size?.width), s = v(() => t.node.size?.minWidth), r = v(() => t.node.size?.maxWidth), a = v(() => {
411
411
  if (t.outer && e === "editor") {
412
412
  const u = Zt(t.node.size?.height);
413
413
  if (u)
@@ -421,7 +421,7 @@ function ye(t) {
421
421
  return u / 100 * i.value.height + "px";
422
422
  }
423
423
  return t.node.size?.minHeight;
424
- }), m = v(() => {
424
+ }), p = v(() => {
425
425
  if (t.outer && e === "editor") {
426
426
  const u = Zt(t.node.size?.maxHeight);
427
427
  if (u)
@@ -430,11 +430,11 @@ function ye(t) {
430
430
  return t.node.size?.maxHeight;
431
431
  });
432
432
  function d(u) {
433
- o.value && (u.width = o.value), s.value && (u.minWidth = s.value), r.value && (u.maxWidth = r.value), a.value && (u.height = a.value), c.value && (u.minHeight = c.value), m.value && (u.maxHeight = m.value);
433
+ o.value && (u.width = o.value), s.value && (u.minWidth = s.value), r.value && (u.maxWidth = r.value), a.value && (u.height = a.value), c.value && (u.minHeight = c.value), p.value && (u.maxHeight = p.value);
434
434
  }
435
- return { width: o, minWidth: s, maxWidth: r, height: a, minHeight: c, maxHeight: m, applySize: d };
435
+ return { width: o, minWidth: s, maxWidth: r, height: a, minHeight: c, maxHeight: p, applySize: d };
436
436
  }
437
- function je(t, e, i) {
437
+ function Ge(t, e, i) {
438
438
  const o = be(), s = v(() => _u("elementMethod", t.node.basic.id, e));
439
439
  Ko(() => {
440
440
  o.eventBus?.on(s.value, i);
@@ -453,7 +453,7 @@ const Er = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
453
453
  outer: { type: Boolean }
454
454
  },
455
455
  setup(t) {
456
- const e = t, i = O(), { position: o, rotation: s, scale: r } = de(e), { property: a } = l(e, ["settings", "bottom"]), { property: c } = l(e, ["settings", "far"]), { property: m } = l(e, ["settings", "left"]), { property: d } = l(e, ["settings", "near"]), { property: u } = l(e, ["settings", "right"]), { property: p } = l(e, ["settings", "top"]);
456
+ const e = t, i = H(), { position: o, rotation: s, scale: r } = de(e), { property: a } = l(e, ["settings", "bottom"]), { property: c } = l(e, ["settings", "far"]), { property: p } = l(e, ["settings", "left"]), { property: d } = l(e, ["settings", "near"]), { property: u } = l(e, ["settings", "right"]), { property: m } = l(e, ["settings", "top"]);
457
457
  return (y, b) => (h(), _(n(ve), {
458
458
  position: n(o),
459
459
  rotation: n(s),
@@ -463,13 +463,13 @@ const Er = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
463
463
  q("TresOrthographicCamera", {
464
464
  bottom: n(a),
465
465
  far: n(c),
466
- left: n(m),
466
+ left: n(p),
467
467
  near: n(d),
468
468
  position: n(i) !== "editor" ? n(o) : [0, 0, 0],
469
469
  right: n(u),
470
470
  rotation: n(i) !== "editor" ? n(s) : [0, 0, 0],
471
471
  scale: n(i) !== "editor" ? n(r) : [1, 1, 1],
472
- top: n(p)
472
+ top: n(m)
473
473
  }, [
474
474
  n(i) === "editor" ? (h(), _(n(Re), {
475
475
  key: 0,
@@ -488,8 +488,8 @@ const Er = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
488
488
  outer: { type: Boolean }
489
489
  },
490
490
  setup(t) {
491
- const e = t, i = O(), { position: o, rotation: s, scale: r } = de(e), { property: a } = l(e, ["settings", "aspect"]), { property: c } = l(e, ["settings", "far"]), { property: m } = l(e, ["settings", "fov"]), { property: d } = l(e, ["settings", "near"]);
492
- return (u, p) => (h(), _(n(ve), {
491
+ const e = t, i = H(), { position: o, rotation: s, scale: r } = de(e), { property: a } = l(e, ["settings", "aspect"]), { property: c } = l(e, ["settings", "far"]), { property: p } = l(e, ["settings", "fov"]), { property: d } = l(e, ["settings", "near"]);
492
+ return (u, m) => (h(), _(n(ve), {
493
493
  position: n(o),
494
494
  rotation: n(s),
495
495
  scale: n(r)
@@ -498,7 +498,7 @@ const Er = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
498
498
  q("TresPerspectiveCamera", {
499
499
  aspect: n(a),
500
500
  far: n(c),
501
- fov: n(m),
501
+ fov: n(p),
502
502
  near: n(d),
503
503
  position: n(i) !== "editor" ? n(o) : [0, 0, 0],
504
504
  rotation: n(i) !== "editor" ? n(s) : [0, 0, 0],
@@ -531,7 +531,7 @@ const Er = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
531
531
  "settings",
532
532
  "widthSegements"
533
533
  ]);
534
- return (m, d) => (h(), te("TresBoxGeometry", {
534
+ return (p, d) => (h(), te("TresBoxGeometry", {
535
535
  args: [
536
536
  n(a),
537
537
  n(s),
@@ -569,14 +569,14 @@ const Er = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
569
569
  ]), { property: c } = l(e, [
570
570
  "settings",
571
571
  "thetaStart"
572
- ]), { property: m } = l(e, [
572
+ ]), { property: p } = l(e, [
573
573
  "settings",
574
574
  "widthSegments"
575
575
  ]);
576
576
  return (d, u) => (h(), te("TresSphereGeometry", {
577
577
  args: [
578
578
  n(r),
579
- n(m),
579
+ n(p),
580
580
  n(i),
581
581
  n(s),
582
582
  n(o),
@@ -585,14 +585,14 @@ const Er = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
585
585
  ]
586
586
  }, null, 8, Dr));
587
587
  }
588
- }), jr = ["color", "intensity", "position", "rotation", "scale"], Gr = /* @__PURE__ */ V({
588
+ }), Gr = ["color", "intensity", "position", "rotation", "scale"], jr = /* @__PURE__ */ V({
589
589
  __name: "index",
590
590
  props: {
591
591
  node: {},
592
592
  outer: { type: Boolean }
593
593
  },
594
594
  setup(t) {
595
- const e = t, i = O(), { position: o, rotation: s, scale: r } = de(e), { property: a } = l(e, ["settings", "color"]), { color: c } = H(a), { property: m } = l(e, [
595
+ const e = t, i = H(), { position: o, rotation: s, scale: r } = de(e), { property: a } = l(e, ["settings", "color"]), { color: c } = O(a), { property: p } = l(e, [
596
596
  "settings",
597
597
  "intensity"
598
598
  ]);
@@ -604,25 +604,25 @@ const Er = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
604
604
  default: k(() => [
605
605
  q("TresAmbientLight", {
606
606
  color: n(c),
607
- intensity: n(m),
607
+ intensity: n(p),
608
608
  position: n(i) !== "editor" ? n(o) : [0, 0, 0],
609
609
  rotation: n(i) !== "editor" ? n(s) : [0, 0, 0],
610
610
  scale: n(i) !== "editor" ? n(r) : [1, 1, 1]
611
611
  }, [
612
612
  B(d.$slots, "default")
613
- ], 8, jr)
613
+ ], 8, Gr)
614
614
  ]),
615
615
  _: 3
616
616
  }, 8, ["position", "rotation", "scale"]));
617
617
  }
618
- }), Or = ["color", "intensity", "position", "rotation", "scale"], Hr = /* @__PURE__ */ V({
618
+ }), Hr = ["color", "intensity", "position", "rotation", "scale"], Or = /* @__PURE__ */ V({
619
619
  __name: "index",
620
620
  props: {
621
621
  node: {},
622
622
  outer: { type: Boolean }
623
623
  },
624
624
  setup(t) {
625
- const e = t, i = O(), { position: o, rotation: s, scale: r } = de(e), { property: a } = l(e, ["settings", "color"]), { color: c } = H(a), { property: m } = l(e, [
625
+ const e = t, i = H(), { position: o, rotation: s, scale: r } = de(e), { property: a } = l(e, ["settings", "color"]), { color: c } = O(a), { property: p } = l(e, [
626
626
  "settings",
627
627
  "intensity"
628
628
  ]);
@@ -634,7 +634,7 @@ const Er = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
634
634
  default: k(() => [
635
635
  q("TresDirectionalLight", {
636
636
  color: n(c),
637
- intensity: n(m),
637
+ intensity: n(p),
638
638
  position: n(i) !== "editor" ? n(o) : [0, 0, 0],
639
639
  rotation: n(i) !== "editor" ? n(s) : [0, 0, 0],
640
640
  scale: n(i) !== "editor" ? n(r) : [1, 1, 1]
@@ -644,7 +644,7 @@ const Er = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
644
644
  type: n(ir)
645
645
  }, null, 8, ["type"])) : ne("", !0),
646
646
  B(d.$slots, "default")
647
- ], 8, Or)
647
+ ], 8, Hr)
648
648
  ]),
649
649
  _: 3
650
650
  }, 8, ["position", "rotation", "scale"]));
@@ -656,14 +656,14 @@ const Er = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
656
656
  outer: { type: Boolean }
657
657
  },
658
658
  setup(t) {
659
- const e = t, i = O(), { position: o, rotation: s, scale: r } = de(e), { property: a } = l(e, ["settings", "color"]), { color: c } = H(a), { property: m } = l(e, ["settings", "decay"]), { property: d } = l(e, [
659
+ const e = t, i = H(), { position: o, rotation: s, scale: r } = de(e), { property: a } = l(e, ["settings", "color"]), { color: c } = O(a), { property: p } = l(e, ["settings", "decay"]), { property: d } = l(e, [
660
660
  "settings",
661
661
  "distance"
662
662
  ]), { property: u } = l(e, [
663
663
  "settings",
664
664
  "intensity"
665
665
  ]);
666
- return (p, y) => (h(), _(n(ve), {
666
+ return (m, y) => (h(), _(n(ve), {
667
667
  position: n(o),
668
668
  rotation: n(s),
669
669
  scale: n(r)
@@ -671,7 +671,7 @@ const Er = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
671
671
  default: k(() => [
672
672
  q("TresPointLight", {
673
673
  color: n(c),
674
- decay: n(m),
674
+ decay: n(p),
675
675
  distance: n(d),
676
676
  intensity: n(u),
677
677
  position: n(i) !== "editor" ? n(o) : [0, 0, 0],
@@ -682,7 +682,7 @@ const Er = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
682
682
  key: 0,
683
683
  type: n(or)
684
684
  }, null, 8, ["type"])) : ne("", !0),
685
- B(p.$slots, "default")
685
+ B(m.$slots, "default")
686
686
  ], 8, Kr)
687
687
  ]),
688
688
  _: 3
@@ -695,10 +695,10 @@ const Er = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
695
695
  outer: { type: Boolean }
696
696
  },
697
697
  setup(t) {
698
- const e = t, i = O(), { position: o, rotation: s, scale: r } = de(e), { property: a } = l(e, ["settings", "angle"]), { property: c } = l(e, ["settings", "color"]), { color: m } = H(c), { property: d } = l(e, ["settings", "decay"]), { property: u } = l(e, [
698
+ const e = t, i = H(), { position: o, rotation: s, scale: r } = de(e), { property: a } = l(e, ["settings", "angle"]), { property: c } = l(e, ["settings", "color"]), { color: p } = O(c), { property: d } = l(e, ["settings", "decay"]), { property: u } = l(e, [
699
699
  "settings",
700
700
  "distance"
701
- ]), { property: p } = l(e, [
701
+ ]), { property: m } = l(e, [
702
702
  "settings",
703
703
  "intensity"
704
704
  ]), { property: y } = l(e, [
@@ -713,10 +713,10 @@ const Er = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
713
713
  default: k(() => [
714
714
  q("TresSpotLight", {
715
715
  angle: n(a),
716
- color: n(m),
716
+ color: n(p),
717
717
  decay: n(d),
718
718
  distance: n(u),
719
- intensity: n(p),
719
+ intensity: n(m),
720
720
  penumbra: n(y),
721
721
  position: n(i) !== "editor" ? n(o) : [0, 0, 0],
722
722
  rotation: n(i) !== "editor" ? n(s) : [0, 0, 0],
@@ -743,7 +743,7 @@ const Zr = /* @__PURE__ */ Se(qr, [["render", Jr]]), Qr = ["position", "rotation
743
743
  outer: { type: Boolean }
744
744
  },
745
745
  setup(t) {
746
- const e = t, i = O(), { position: o, rotation: s, scale: r } = de(e);
746
+ const e = t, i = H(), { position: o, rotation: s, scale: r } = de(e);
747
747
  return (a, c) => (h(), _(n(ve), {
748
748
  position: n(o),
749
749
  rotation: n(s),
@@ -807,7 +807,7 @@ const Zr = /* @__PURE__ */ Se(qr, [["render", Jr]]), Qr = ["position", "rotation
807
807
  visualMap: Ps,
808
808
  dataZoom: Ts,
809
809
  markPoint: zs
810
- }, Ls = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Es = "#f5f5f5", Bs = {}, Ws = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, Rs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Ns = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Ms = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Ds = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Fs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, js = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Gs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Os = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Hs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ks = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Us = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, Xs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, Ys = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, qs = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Js = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Zs = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Qs = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, el = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, tl = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, nl = { textStyle: { color: "#333333" } }, il = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, ol = { lineStyle: { color: "#eeeeee", width: "2" }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, label: { color: "#eeeeee" } } }, rl = { color: ["#bf444c", "#d88273", "#f6efa6"] }, sl = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, ll = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, al = {
810
+ }, Ls = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Es = "#f5f5f5", Bs = {}, Ws = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, Rs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Ns = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Ms = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Ds = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Fs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Gs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, js = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Hs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Os = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ks = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Us = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, Xs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, Ys = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, qs = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Js = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Zs = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Qs = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, el = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, tl = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, nl = { textStyle: { color: "#333333" } }, il = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, ol = { lineStyle: { color: "#eeeeee", width: "2" }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, label: { color: "#eeeeee" } } }, rl = { color: ["#bf444c", "#d88273", "#f6efa6"] }, sl = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, ll = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, al = {
811
811
  color: Ls,
812
812
  backgroundColor: Es,
813
813
  textStyle: Bs,
@@ -817,10 +817,10 @@ const Zr = /* @__PURE__ */ Se(qr, [["render", Jr]]), Qr = ["position", "rotation
817
817
  bar: Ms,
818
818
  pie: Ds,
819
819
  scatter: Fs,
820
- boxplot: js,
821
- parallel: Gs,
822
- sankey: Os,
823
- funnel: Hs,
820
+ boxplot: Gs,
821
+ parallel: js,
822
+ sankey: Hs,
823
+ funnel: Os,
824
824
  gauge: Ks,
825
825
  candlestick: Us,
826
826
  graph: Xs,
@@ -857,38 +857,38 @@ const cl = /* @__PURE__ */ V({
857
857
  outer: { type: Boolean }
858
858
  },
859
859
  setup(t) {
860
- const e = t, i = Ce(), o = Ne(), s = fe(), r = ke(), { width: a, minWidth: c, maxWidth: m, height: d, minHeight: u, maxHeight: p, applySize: y } = ye(e), { applyTitle: b } = _o(e), { applyXAxis: g } = wo(e), { applyYAxis: x } = Vo(e), { applyLegend: $ } = vo(e), { applySeries: I } = ko(e), S = v(() => {
861
- const C = {}, j = r.value.type;
862
- return s === "page" ? j === "common" ? y(C) : console.assert(!1) : s === "comp" && j === "common" ? y(C) : console.assert(!1), C;
860
+ const e = t, i = Ce(), o = Ne(), s = fe(), r = ke(), { width: a, minWidth: c, maxWidth: p, height: d, minHeight: u, maxHeight: m, applySize: y } = ye(e), { applyTitle: b } = _o(e), { applyXAxis: g } = wo(e), { applyYAxis: x } = Vo(e), { applyLegend: $ } = vo(e), { applySeries: I } = ko(e), S = v(() => {
861
+ const C = {}, G = r.value.type;
862
+ return s === "page" ? G === "common" ? y(C) : console.assert(!1) : s === "comp" && G === "common" ? y(C) : console.assert(!1), C;
863
863
  }), T = no("chart");
864
864
  let E;
865
865
  const F = () => {
866
866
  E?.dispose(), E = yo.init(T.value, o.value ? "dark" : "light");
867
867
  const C = {};
868
868
  E.setOption(C);
869
- }, G = () => {
869
+ }, j = () => {
870
870
  E?.resize();
871
871
  }, N = () => {
872
872
  const C = {};
873
873
  b(C), g(C), x(C), $(C), I(C), E?.setOption(C, !0);
874
874
  };
875
875
  return io(async () => {
876
- window.addEventListener("resize", G, !1), await so(() => !!T.value), F(), N();
876
+ window.addEventListener("resize", j, !1), await so(() => !!T.value), F(), N();
877
877
  }), Ue(() => {
878
- window.removeEventListener("resize", G, !1), E?.dispose();
878
+ window.removeEventListener("resize", j, !1), E?.dispose();
879
879
  }), oe(
880
880
  [
881
881
  () => i.value.width,
882
882
  () => i.value.height,
883
883
  a,
884
884
  c,
885
- m,
885
+ p,
886
886
  d,
887
887
  u,
888
- p
888
+ m
889
889
  ],
890
890
  async () => {
891
- await oo(), G();
891
+ await oo(), j();
892
892
  }
893
893
  ), oe([o], () => {
894
894
  F(), N();
@@ -898,7 +898,7 @@ const cl = /* @__PURE__ */ V({
898
898
  N();
899
899
  },
900
900
  { deep: !0 }
901
- ), (C, j) => (h(), _(n(M), { block: "" }, {
901
+ ), (C, G) => (h(), _(n(M), { block: "" }, {
902
902
  default: k(() => [
903
903
  q("div", {
904
904
  ref: "chart",
@@ -915,38 +915,38 @@ const cl = /* @__PURE__ */ V({
915
915
  outer: { type: Boolean }
916
916
  },
917
917
  setup(t) {
918
- const e = t, i = Ce(), o = Ne(), s = fe(), r = ke(), { width: a, minWidth: c, maxWidth: m, height: d, minHeight: u, maxHeight: p, applySize: y } = ye(e), { applyTitle: b } = _o(e), { applyXAxis: g } = wo(e), { applyYAxis: x } = Vo(e), { applyLegend: $ } = vo(e), { applySeries: I } = ko(e), S = v(() => {
919
- const C = {}, j = r.value.type;
920
- return s === "page" ? j === "common" ? y(C) : console.assert(!1) : s === "comp" && j === "common" ? y(C) : console.assert(!1), C;
918
+ const e = t, i = Ce(), o = Ne(), s = fe(), r = ke(), { width: a, minWidth: c, maxWidth: p, height: d, minHeight: u, maxHeight: m, applySize: y } = ye(e), { applyTitle: b } = _o(e), { applyXAxis: g } = wo(e), { applyYAxis: x } = Vo(e), { applyLegend: $ } = vo(e), { applySeries: I } = ko(e), S = v(() => {
919
+ const C = {}, G = r.value.type;
920
+ return s === "page" ? G === "common" ? y(C) : console.assert(!1) : s === "comp" && G === "common" ? y(C) : console.assert(!1), C;
921
921
  }), T = no("chart");
922
922
  let E;
923
923
  const F = () => {
924
924
  E?.dispose(), E = yo.init(T.value, o.value ? "dark" : "light");
925
925
  const C = {};
926
926
  E.setOption(C);
927
- }, G = () => {
927
+ }, j = () => {
928
928
  E?.resize();
929
929
  }, N = () => {
930
930
  const C = {};
931
931
  b(C), g(C), x(C), $(C), I(C), E?.setOption(C, !0);
932
932
  };
933
933
  return io(async () => {
934
- window.addEventListener("resize", G, !1), await so(() => !!T.value), F(), N();
934
+ window.addEventListener("resize", j, !1), await so(() => !!T.value), F(), N();
935
935
  }), Ue(() => {
936
- window.removeEventListener("resize", G, !1), E?.dispose();
936
+ window.removeEventListener("resize", j, !1), E?.dispose();
937
937
  }), oe(
938
938
  [
939
939
  () => i.value.width,
940
940
  () => i.value.height,
941
941
  a,
942
942
  c,
943
- m,
943
+ p,
944
944
  d,
945
945
  u,
946
- p
946
+ m
947
947
  ],
948
948
  async () => {
949
- await oo(), G();
949
+ await oo(), j();
950
950
  }
951
951
  ), oe([o], () => {
952
952
  F(), N();
@@ -956,7 +956,7 @@ const cl = /* @__PURE__ */ V({
956
956
  N();
957
957
  },
958
958
  { deep: !0 }
959
- ), (C, j) => (h(), _(n(M), { block: "" }, {
959
+ ), (C, G) => (h(), _(n(M), { block: "" }, {
960
960
  default: k(() => [
961
961
  q("div", {
962
962
  ref: "chart",
@@ -991,9 +991,9 @@ const cl = /* @__PURE__ */ V({
991
991
  const u = {};
992
992
  return o.value?.type === "common" && a(u), u;
993
993
  });
994
- function m(u) {
995
- const p = ze[u.basic.key];
996
- if (!p)
994
+ function p(u) {
995
+ const m = ze[u.basic.key];
996
+ if (!m)
997
997
  return console.assert(!1, `element not found key=${u.basic.key}`), se("div", `element not found key=${u.basic.key}`);
998
998
  const y = { node: u };
999
999
  u.reference && u.reference.comp && (y.refContext = {
@@ -1001,9 +1001,9 @@ const cl = /* @__PURE__ */ V({
1001
1001
  compId: u.reference.comp
1002
1002
  });
1003
1003
  const b = [];
1004
- return p.leaf || u.children?.forEach((g) => {
1005
- b.push(m(g));
1006
- }), se(p.comp, y, { default: () => b });
1004
+ return m.leaf || u.children?.forEach((g) => {
1005
+ b.push(p(g));
1006
+ }), se(m.comp, y, { default: () => b });
1007
1007
  }
1008
1008
  const d = () => {
1009
1009
  if (xo(i.refContext))
@@ -1012,7 +1012,7 @@ const cl = /* @__PURE__ */ V({
1012
1012
  return se("div");
1013
1013
  const u = [];
1014
1014
  if (o.value.view.nodes.forEach((y) => {
1015
- u.push(m(y));
1015
+ u.push(p(y));
1016
1016
  }), o.value.type === "common")
1017
1017
  return se(
1018
1018
  "div",
@@ -1020,7 +1020,7 @@ const cl = /* @__PURE__ */ V({
1020
1020
  { default: () => u }
1021
1021
  );
1022
1022
  };
1023
- return (u, p) => (h(), _(d));
1023
+ return (u, m) => (h(), _(d));
1024
1024
  }
1025
1025
  }), dl = /* @__PURE__ */ V({
1026
1026
  __name: "index",
@@ -1048,8 +1048,8 @@ const cl = /* @__PURE__ */ V({
1048
1048
  const { t: e } = bo(), i = t, o = ie(), s = be();
1049
1049
  Zn(o, "slot", i.id, "", s), Jn(i.refContext.compId, o);
1050
1050
  function r(c) {
1051
- const m = ze[c.basic.key];
1052
- if (!m)
1051
+ const p = ze[c.basic.key];
1052
+ if (!p)
1053
1053
  return console.assert(!1, `element not found key=${c.basic.key}`), se("div", `element not found key=${c.basic.key}`);
1054
1054
  const d = { node: c };
1055
1055
  c.reference && c.reference.comp && (d.refContext = {
@@ -1057,9 +1057,9 @@ const cl = /* @__PURE__ */ V({
1057
1057
  compId: c.reference.comp
1058
1058
  });
1059
1059
  const u = [];
1060
- return m.leaf || c.children?.forEach((p) => {
1061
- u.push(r(p));
1062
- }), se(m.comp, d, { default: () => u });
1060
+ return p.leaf || c.children?.forEach((m) => {
1061
+ u.push(r(m));
1062
+ }), se(p.comp, d, { default: () => u });
1063
1063
  }
1064
1064
  const a = () => {
1065
1065
  if (xo(i.refContext))
@@ -1067,11 +1067,11 @@ const cl = /* @__PURE__ */ V({
1067
1067
  if (!o.value)
1068
1068
  return se("div");
1069
1069
  const c = [];
1070
- return o.value.view.nodes.forEach((m) => {
1071
- c.push(r(m));
1070
+ return o.value.view.nodes.forEach((p) => {
1071
+ c.push(r(p));
1072
1072
  }), c;
1073
1073
  };
1074
- return (c, m) => (h(), _(a));
1074
+ return (c, p) => (h(), _(a));
1075
1075
  }
1076
1076
  }), yl = /* @__PURE__ */ V({
1077
1077
  __name: "index",
@@ -1089,7 +1089,7 @@ const cl = /* @__PURE__ */ V({
1089
1089
  "offset",
1090
1090
  "y"
1091
1091
  ]);
1092
- return (c, m) => {
1092
+ return (c, p) => {
1093
1093
  const d = A("v-badge");
1094
1094
  return h(), _(n(M), null, {
1095
1095
  default: k(() => [
@@ -1117,21 +1117,21 @@ const cl = /* @__PURE__ */ V({
1117
1117
  outer: { type: Boolean }
1118
1118
  },
1119
1119
  setup(t) {
1120
- const e = t, i = O(), o = be(), { property: s } = l(e, [
1120
+ const e = t, i = H(), o = be(), { property: s } = l(e, [
1121
1121
  "settings",
1122
1122
  "addIcon",
1123
1123
  "append"
1124
- ]), { property: r } = l(e, ["settings", "block"]), { property: a } = l(e, ["settings", "color"]), { color: c } = H(a), { property: m } = l(e, ["settings", "density"]), { property: d } = l(e, [
1124
+ ]), { property: r } = l(e, ["settings", "block"]), { property: a } = l(e, ["settings", "color"]), { color: c } = O(a), { property: p } = l(e, ["settings", "density"]), { property: d } = l(e, [
1125
1125
  "settings",
1126
1126
  "disabled"
1127
- ]), { property: u } = l(e, ["size", "height"]), { property: p } = l(e, ["settings", "loading"]), { property: y } = l(e, ["size", "maxHeight"]), { property: b } = l(e, ["size", "maxWidth"]), { property: g } = l(e, ["size", "minHeight"]), { property: x } = l(e, ["size", "minWidth"]), { property: $ } = l(e, [
1127
+ ]), { property: u } = l(e, ["size", "height"]), { property: m } = l(e, ["settings", "loading"]), { property: y } = l(e, ["size", "maxHeight"]), { property: b } = l(e, ["size", "maxWidth"]), { property: g } = l(e, ["size", "minHeight"]), { property: x } = l(e, ["size", "minWidth"]), { property: $ } = l(e, [
1128
1128
  "settings",
1129
1129
  "addIcon",
1130
1130
  "prepend"
1131
1131
  ]), { property: I } = l(e, [
1132
1132
  "settings",
1133
1133
  "readonly"
1134
- ]), { property: S } = l(e, ["settings", "ripple"]), { property: T } = l(e, ["settings", "size"]), { property: E } = l(e, ["settings", "stacked"]), { property: F } = l(e, ["settings", "text"]), { theme: G } = D(), { property: N } = l(e, ["settings", "variant"]), { property: C } = l(e, ["size", "width"]), j = (Z) => {
1134
+ ]), { property: S } = l(e, ["settings", "ripple"]), { property: T } = l(e, ["settings", "size"]), { property: E } = l(e, ["settings", "stacked"]), { property: F } = l(e, ["settings", "text"]), { theme: j } = D(), { property: N } = l(e, ["settings", "variant"]), { property: C } = l(e, ["size", "width"]), G = (Z) => {
1135
1135
  Q(i) && (o.setVariable("__pointerPosX__", Z.clientX), o.setVariable("__pointerPosY__", Z.clientY), o.callFunction(
1136
1136
  "__triggerEventV1__",
1137
1137
  J("elementEvent", e.node.basic.id, "click")
@@ -1145,10 +1145,10 @@ const cl = /* @__PURE__ */ V({
1145
1145
  "append-icon": n(s),
1146
1146
  block: n(r),
1147
1147
  color: n(c),
1148
- density: n(m),
1148
+ density: n(p),
1149
1149
  disabled: n(d),
1150
1150
  height: n(u),
1151
- loading: n(p),
1151
+ loading: n(m),
1152
1152
  "max-height": n(y),
1153
1153
  "max-width": n(b),
1154
1154
  "min-height": n(g),
@@ -1159,10 +1159,10 @@ const cl = /* @__PURE__ */ V({
1159
1159
  size: n(T),
1160
1160
  stacked: n(E),
1161
1161
  text: n(F),
1162
- theme: n(G),
1162
+ theme: n(j),
1163
1163
  variant: n(N),
1164
1164
  width: n(C),
1165
- onClick: j
1165
+ onClick: G
1166
1166
  }, null, 8, ["append-icon", "block", "color", "density", "disabled", "height", "loading", "max-height", "max-width", "min-height", "min-width", "prepend-icon", "readonly", "ripple", "size", "stacked", "text", "theme", "variant", "width"])
1167
1167
  ]),
1168
1168
  _: 1
@@ -1198,7 +1198,7 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1198
1198
  ]), { property: c } = l(e, [
1199
1199
  "settings",
1200
1200
  "readonly"
1201
- ]), { property: m } = l(e, ["settings", "size"]), { property: d } = l(e, ["settings", "stacked"]), { theme: u } = D(), { property: p } = l(e, ["settings", "tile"]), { property: y } = l(e, ["settings", "variant"]);
1201
+ ]), { property: p } = l(e, ["settings", "size"]), { property: d } = l(e, ["settings", "stacked"]), { theme: u } = D(), { property: m } = l(e, ["settings", "tile"]), { property: y } = l(e, ["settings", "variant"]);
1202
1202
  return (b, g) => {
1203
1203
  const x = A("v-btn-toggle");
1204
1204
  return h(), _(x, {
@@ -1208,10 +1208,10 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1208
1208
  mandatory: n(r),
1209
1209
  multiple: n(a),
1210
1210
  readonly: n(c),
1211
- size: n(m),
1211
+ size: n(p),
1212
1212
  stacked: n(d),
1213
1213
  theme: n(u),
1214
- tile: n(p),
1214
+ tile: n(m),
1215
1215
  variant: n(y)
1216
1216
  }, {
1217
1217
  default: k(() => [
@@ -1231,7 +1231,7 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1231
1231
  const e = t, { property: i } = l(e, ["settings", "density"]), { property: o } = l(e, [
1232
1232
  "settings",
1233
1233
  "disabled"
1234
- ]), { property: s } = l(e, ["size", "height"]), { property: r } = l(e, ["settings", "hover"]), { property: a } = l(e, ["settings", "loading"]), { property: c } = l(e, ["size", "maxHeight"]), { property: m } = l(e, ["size", "maxWidth"]), { property: d } = l(e, ["size", "minHeight"]), { property: u } = l(e, ["size", "minWidth"]), { property: p } = l(e, [
1234
+ ]), { property: s } = l(e, ["size", "height"]), { property: r } = l(e, ["settings", "hover"]), { property: a } = l(e, ["settings", "loading"]), { property: c } = l(e, ["size", "maxHeight"]), { property: p } = l(e, ["size", "maxWidth"]), { property: d } = l(e, ["size", "minHeight"]), { property: u } = l(e, ["size", "minWidth"]), { property: m } = l(e, [
1235
1235
  "settings",
1236
1236
  "subtitle"
1237
1237
  ]), { property: y } = l(e, ["settings", "text"]), { theme: b } = D(), { property: g } = l(e, ["settings", "title"]), { property: x } = l(e, ["settings", "variant"]), { property: $ } = l(e, ["size", "width"]);
@@ -1246,10 +1246,10 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1246
1246
  hover: n(r),
1247
1247
  loading: n(a),
1248
1248
  "max-height": n(c),
1249
- "max-width": n(m),
1249
+ "max-width": n(p),
1250
1250
  "min-height": n(d),
1251
1251
  "min-width": n(u),
1252
- subtitle: n(p),
1252
+ subtitle: n(m),
1253
1253
  text: n(y),
1254
1254
  theme: n(b),
1255
1255
  title: n(g),
@@ -1303,13 +1303,13 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1303
1303
  const e = t, { property: i } = l(e, [
1304
1304
  "settings",
1305
1305
  "closable"
1306
- ]), { property: o } = l(e, ["settings", "color"]), { color: s } = H(o), { property: r } = l(e, ["settings", "density"]), { property: a } = l(e, [
1306
+ ]), { property: o } = l(e, ["settings", "color"]), { color: s } = O(o), { property: r } = l(e, ["settings", "density"]), { property: a } = l(e, [
1307
1307
  "settings",
1308
1308
  "disabled"
1309
1309
  ]), { property: c } = l(e, [
1310
1310
  "settings",
1311
1311
  "draggable"
1312
- ]), { property: m } = l(e, ["settings", "filter"]), { property: d } = l(e, ["settings", "label"]), { property: u } = l(e, ["settings", "size"]), { property: p } = l(e, ["settings", "text"]), { theme: y } = D(), { property: b } = l(e, ["settings", "tile"]), { property: g } = l(e, ["settings", "value"]), { property: x } = l(e, ["settings", "variant"]);
1312
+ ]), { property: p } = l(e, ["settings", "filter"]), { property: d } = l(e, ["settings", "label"]), { property: u } = l(e, ["settings", "size"]), { property: m } = l(e, ["settings", "text"]), { theme: y } = D(), { property: b } = l(e, ["settings", "tile"]), { property: g } = l(e, ["settings", "value"]), { property: x } = l(e, ["settings", "variant"]);
1313
1313
  return ($, I) => {
1314
1314
  const S = A("v-chip");
1315
1315
  return h(), _(n(M), null, {
@@ -1320,10 +1320,10 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1320
1320
  density: n(r),
1321
1321
  disabled: n(a),
1322
1322
  draggable: n(c),
1323
- filter: n(m),
1323
+ filter: n(p),
1324
1324
  label: n(d),
1325
1325
  size: n(u),
1326
- text: n(p),
1326
+ text: n(m),
1327
1327
  theme: n(y),
1328
1328
  tile: n(b),
1329
1329
  value: n(g),
@@ -1353,11 +1353,11 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1353
1353
  ]), { property: c } = l(e, [
1354
1354
  "settings",
1355
1355
  "multiple"
1356
- ]), { property: m } = l(e, [
1356
+ ]), { property: p } = l(e, [
1357
1357
  "settings",
1358
1358
  "showArrows"
1359
1359
  ]), { theme: d } = D(), { property: u } = l(e, ["settings", "value"]);
1360
- return (p, y) => {
1360
+ return (m, y) => {
1361
1361
  const b = A("v-chip-group");
1362
1362
  return h(), _(b, {
1363
1363
  modelValue: n(u),
@@ -1368,11 +1368,11 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1368
1368
  filter: n(r),
1369
1369
  mandatory: n(a),
1370
1370
  multiple: n(c),
1371
- "show-arrows": n(m),
1371
+ "show-arrows": n(p),
1372
1372
  theme: n(d)
1373
1373
  }, {
1374
1374
  default: k(() => [
1375
- B(p.$slots, "default")
1375
+ B(m.$slots, "default")
1376
1376
  ]),
1377
1377
  _: 3
1378
1378
  }, 8, ["modelValue", "column", "direction", "disabled", "filter", "mandatory", "multiple", "show-arrows", "theme"]);
@@ -1394,7 +1394,7 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1394
1394
  ]), { property: c } = l(e, [
1395
1395
  "settings",
1396
1396
  "hideCanvas"
1397
- ]), { property: m } = l(e, [
1397
+ ]), { property: p } = l(e, [
1398
1398
  "settings",
1399
1399
  "hideHeader"
1400
1400
  ]), { property: d } = l(e, [
@@ -1403,7 +1403,7 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1403
1403
  ]), { property: u } = l(e, [
1404
1404
  "settings",
1405
1405
  "hideSliders"
1406
- ]), { property: p } = l(e, [
1406
+ ]), { property: m } = l(e, [
1407
1407
  "settings",
1408
1408
  "landscape"
1409
1409
  ]), { property: y } = l(e, [
@@ -1417,10 +1417,10 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1417
1417
  R($, {
1418
1418
  disabled: n(a),
1419
1419
  "hide-canvas": n(c),
1420
- "hide-header": n(m),
1420
+ "hide-header": n(p),
1421
1421
  "hide-inputs": n(d),
1422
1422
  "hide-sliders": n(u),
1423
- landscape: n(p),
1423
+ landscape: n(m),
1424
1424
  "show-swatches": n(y),
1425
1425
  style: ee(r.value),
1426
1426
  theme: n(b)
@@ -1449,14 +1449,14 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1449
1449
  ]), { property: a } = l(e, [
1450
1450
  "settings",
1451
1451
  "singleLine"
1452
- ]), { theme: c } = D(), { property: m } = l(e, ["settings", "value"]);
1452
+ ]), { theme: c } = D(), { property: p } = l(e, ["settings", "value"]);
1453
1453
  return (d, u) => {
1454
- const p = A("v-combobox");
1454
+ const m = A("v-combobox");
1455
1455
  return h(), _(n(M), null, {
1456
1456
  default: k(() => [
1457
- R(p, {
1458
- modelValue: n(m),
1459
- "onUpdate:modelValue": u[0] || (u[0] = (y) => X(m) ? m.value = y : null),
1457
+ R(m, {
1458
+ modelValue: n(p),
1459
+ "onUpdate:modelValue": u[0] || (u[0] = (y) => X(p) ? p.value = y : null),
1460
1460
  "hide-details": n(i),
1461
1461
  label: n(o),
1462
1462
  placeholder: n(s),
@@ -1479,16 +1479,16 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1479
1479
  const e = t, i = fe(), o = ke(), { property: s } = l(e, [
1480
1480
  "settings",
1481
1481
  "backgroundColor"
1482
- ]), { color: r } = H(s), { applySize: a } = ye(e), { applyMargin: c } = Mn(e), { applyPadding: m } = Dn(e), { applyBorder: d } = Nn(e), u = v(() => {
1483
- const p = {}, y = o.value.type;
1484
- return i === "page" ? y === "common" ? (a(p), c(p), m(p), d(p), r.value && (p.backgroundColor = r.value)) : console.assert(!1) : i === "comp" && y === "common" ? (a(p), c(p), m(p), d(p), r.value && (p.backgroundColor = r.value)) : console.assert(!1), p;
1482
+ ]), { color: r } = O(s), { applySize: a } = ye(e), { applyMargin: c } = Mn(e), { applyPadding: p } = Dn(e), { applyBorder: d } = Nn(e), u = v(() => {
1483
+ const m = {}, y = o.value.type;
1484
+ return i === "page" ? y === "common" ? (a(m), c(m), p(m), d(m), r.value && (m.backgroundColor = r.value)) : console.assert(!1) : i === "comp" && y === "common" ? (a(m), c(m), p(m), d(m), r.value && (m.backgroundColor = r.value)) : console.assert(!1), m;
1485
1485
  });
1486
- return (p, y) => (h(), _(n(M), { block: "" }, {
1486
+ return (m, y) => (h(), _(n(M), { block: "" }, {
1487
1487
  default: k(() => [
1488
1488
  q("div", {
1489
1489
  style: ee(u.value)
1490
1490
  }, [
1491
- B(p.$slots, "default")
1491
+ B(m.$slots, "default")
1492
1492
  ], 4)
1493
1493
  ]),
1494
1494
  _: 3
@@ -1507,14 +1507,14 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1507
1507
  ]), { property: s } = l(e, [
1508
1508
  "settings",
1509
1509
  "fixedHeader"
1510
- ]), { property: r } = l(e, ["settings", "headers"]), { property: a } = l(e, ["size", "height"]), { property: c } = l(e, ["settings", "hover"]), { property: m } = l(
1510
+ ]), { property: r } = l(e, ["settings", "headers"]), { property: a } = l(e, ["size", "height"]), { property: c } = l(e, ["settings", "hover"]), { property: p } = l(
1511
1511
  e,
1512
1512
  ["settings", "data"],
1513
1513
  !0
1514
1514
  ), { property: d } = l(e, ["settings", "loading"]), { property: u } = l(e, [
1515
1515
  "settings",
1516
1516
  "multiSort"
1517
- ]), { theme: p } = D(), { property: y } = l(e, ["size", "width"]), b = v(() => {
1517
+ ]), { theme: m } = D(), { property: y } = l(e, ["size", "width"]), b = v(() => {
1518
1518
  const g = [];
1519
1519
  return (e.node.slots?.items ?? []).forEach(($) => {
1520
1520
  $.column && $.comp && g.push($);
@@ -1531,10 +1531,10 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1531
1531
  headers: n(r),
1532
1532
  height: n(a),
1533
1533
  hover: n(c),
1534
- items: n(m),
1534
+ items: n(p),
1535
1535
  loading: n(d),
1536
1536
  "multi-sort": n(u),
1537
- theme: n(p),
1537
+ theme: n(m),
1538
1538
  width: n(y)
1539
1539
  }, En({ _: 2 }, [
1540
1540
  Xo(b.value, (I) => ({
@@ -1573,16 +1573,16 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1573
1573
  outer: { type: Boolean }
1574
1574
  },
1575
1575
  setup(t) {
1576
- const e = t, i = O(), o = v(() => e.node.basic?.id), { open: s } = lo(`runtimeDlg/${ro()}`);
1577
- return je(e, "open", () => {
1576
+ const e = t, i = H(), o = v(() => e.node.basic?.id), { open: s } = lo(`runtimeDlg/${ro()}`);
1577
+ return Ge(e, "open", () => {
1578
1578
  s.value = !0;
1579
- }), je(e, "close", () => {
1579
+ }), Ge(e, "close", () => {
1580
1580
  s.value = !1;
1581
1581
  }), (r, a) => {
1582
1582
  const c = A("v-dialog");
1583
1583
  return h(), _(c, {
1584
1584
  modelValue: n(s),
1585
- "onUpdate:modelValue": a[0] || (a[0] = (m) => X(s) ? s.value = m : null),
1585
+ "onUpdate:modelValue": a[0] || (a[0] = (p) => X(s) ? s.value = p : null),
1586
1586
  attach: "#dialogContainer"
1587
1587
  }, {
1588
1588
  activator: k(() => [
@@ -1611,13 +1611,13 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1611
1611
  ]), { property: r } = l(e, [
1612
1612
  "settings",
1613
1613
  "disabled"
1614
- ]), { property: a } = l(e, ["settings", "label"]), { property: c } = l(e, ["settings", "loading"]), { property: m } = l(e, [
1614
+ ]), { property: a } = l(e, ["settings", "label"]), { property: c } = l(e, ["settings", "loading"]), { property: p } = l(e, [
1615
1615
  "settings",
1616
1616
  "multiple"
1617
1617
  ]), { property: d } = l(e, [
1618
1618
  "settings",
1619
1619
  "readonly"
1620
- ]), { property: u } = l(e, ["settings", "reverse"]), { property: p } = l(e, [
1620
+ ]), { property: u } = l(e, ["settings", "reverse"]), { property: m } = l(e, [
1621
1621
  "settings",
1622
1622
  "singleLine"
1623
1623
  ]);
@@ -1632,10 +1632,10 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1632
1632
  disabled: n(r),
1633
1633
  label: n(a),
1634
1634
  loading: n(c),
1635
- multiple: n(m),
1635
+ multiple: n(p),
1636
1636
  readonly: n(d),
1637
1637
  reverse: n(u),
1638
- "single-line": n(p)
1638
+ "single-line": n(m)
1639
1639
  }, null, 8, ["chips", "density", "direction", "disabled", "label", "loading", "multiple", "readonly", "reverse", "single-line"])
1640
1640
  ]),
1641
1641
  _: 1
@@ -1649,10 +1649,10 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1649
1649
  outer: { type: Boolean }
1650
1650
  },
1651
1651
  setup(t) {
1652
- const e = t, i = Ce(), o = fe(), s = ke(), { applySize: r } = ye(e), { applyMargin: a } = Mn(e), { applyPadding: c } = Dn(e), { applyBorder: m } = Nn(e), { property: d } = l(e, [
1652
+ const e = t, i = Ce(), o = fe(), s = ke(), { applySize: r } = ye(e), { applyMargin: a } = Mn(e), { applyPadding: c } = Dn(e), { applyBorder: p } = Nn(e), { property: d } = l(e, [
1653
1653
  "settings",
1654
1654
  "backgroundColor"
1655
- ]), { color: u } = H(d), p = (b) => {
1655
+ ]), { color: u } = O(d), m = (b) => {
1656
1656
  u.value && (b.backgroundColor = u.value), b.display = "flex";
1657
1657
  const g = Fe(i.value.width), x = Pe(g, e.node.settings?.direction);
1658
1658
  x === "row" ? b.flexDirection = "row" : x === "rowReverse" ? b.flexDirection = "row-reverse" : x === "column" ? b.flexDirection = "column" : x === "columnReverse" && (b.flexDirection = "column-reverse");
@@ -1664,7 +1664,7 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1664
1664
  S === "start" ? b.alignItems = "flex-start" : S === "end" ? b.alignItems = "flex-end" : S === "center" ? b.alignItems = "center" : S === "baseline" ? b.alignItems = "baseline" : S === "stretch" && (b.alignItems = "stretch");
1665
1665
  }, y = v(() => {
1666
1666
  const b = {}, g = s.value.type;
1667
- return o === "page" ? g === "common" ? (r(b), a(b), c(b), m(b), p(b)) : console.assert(!1) : o === "comp" && g === "common" ? (r(b), a(b), c(b), m(b), p(b)) : console.assert(!1), b;
1667
+ return o === "page" ? g === "common" ? (r(b), a(b), c(b), p(b), m(b)) : console.assert(!1) : o === "comp" && g === "common" ? (r(b), a(b), c(b), p(b), m(b)) : console.assert(!1), b;
1668
1668
  });
1669
1669
  return (b, g) => (h(), te("div", {
1670
1670
  style: ee(y.value)
@@ -1680,13 +1680,13 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1680
1680
  },
1681
1681
  setup(t) {
1682
1682
  const e = t, i = fe(), o = ke(), { applySize: s } = ye(e), { property: r } = l(e, ["settings", "grow"]), { property: a } = l(e, ["settings", "shrink"]), c = v(() => {
1683
- const m = {}, d = o.value.type;
1684
- return i === "page" ? d === "common" ? (s(m), m.flexGrow = r.value ? 1 : 0, m.flexShrink = a.value ? 1 : 0) : console.assert(!1) : i === "comp" && d === "common" ? (s(m), m.flexGrow = r.value ? 1 : 0, m.flexShrink = a.value ? 1 : 0) : console.assert(!1), m;
1683
+ const p = {}, d = o.value.type;
1684
+ return i === "page" ? d === "common" ? (s(p), p.flexGrow = r.value ? 1 : 0, p.flexShrink = a.value ? 1 : 0) : console.assert(!1) : i === "comp" && d === "common" ? (s(p), p.flexGrow = r.value ? 1 : 0, p.flexShrink = a.value ? 1 : 0) : console.assert(!1), p;
1685
1685
  });
1686
- return (m, d) => (h(), te("div", {
1686
+ return (p, d) => (h(), te("div", {
1687
1687
  style: ee(c.value)
1688
1688
  }, [
1689
- B(m.$slots, "default")
1689
+ B(p.$slots, "default")
1690
1690
  ], 4));
1691
1691
  }
1692
1692
  }), El = /* @__PURE__ */ V({
@@ -1696,15 +1696,15 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1696
1696
  outer: { type: Boolean }
1697
1697
  },
1698
1698
  setup(t) {
1699
- const e = t, i = O(), o = fe(), s = ke(), r = be(), { property: a } = l(e, ["settings", "valid"]), { property: c } = l(e, [
1699
+ const e = t, i = H(), o = fe(), s = ke(), r = be(), { property: a } = l(e, ["settings", "valid"]), { property: c } = l(e, [
1700
1700
  "settings",
1701
1701
  "fastFail"
1702
- ]), { property: m } = l(e, [
1702
+ ]), { property: p } = l(e, [
1703
1703
  "settings",
1704
1704
  "backgroundColor"
1705
- ]), { color: d } = H(m), { applySize: u } = ye(e), { applyMargin: p } = Mn(e), { applyPadding: y } = Dn(e), { applyBorder: b } = Nn(e), g = v(() => {
1705
+ ]), { color: d } = O(p), { applySize: u } = ye(e), { applyMargin: m } = Mn(e), { applyPadding: y } = Dn(e), { applyBorder: b } = Nn(e), g = v(() => {
1706
1706
  const $ = {}, I = s.value.type;
1707
- return o === "page" ? I === "common" ? (u($), p($), y($), b($), d.value && ($.backgroundColor = d.value)) : console.assert(!1) : o === "comp" && I === "common" ? (u($), p($), y($), b($), d.value && ($.backgroundColor = d.value)) : console.assert(!1), $;
1707
+ return o === "page" ? I === "common" ? (u($), m($), y($), b($), d.value && ($.backgroundColor = d.value)) : console.assert(!1) : o === "comp" && I === "common" ? (u($), m($), y($), b($), d.value && ($.backgroundColor = d.value)) : console.assert(!1), $;
1708
1708
  }), x = () => {
1709
1709
  Q(i) && r.callFunction(
1710
1710
  "__triggerEventV1__",
@@ -1734,11 +1734,11 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1734
1734
  outer: { type: Boolean }
1735
1735
  },
1736
1736
  setup(t) {
1737
- const e = t, { property: i } = l(e, ["settings", "color"]), { color: o } = H(i), { property: s } = l(e, [
1737
+ const e = t, { property: i } = l(e, ["settings", "color"]), { color: o } = O(i), { property: s } = l(e, [
1738
1738
  "settings",
1739
1739
  "disabled"
1740
1740
  ]), { property: r } = l(e, ["settings", "icon"]), { property: a } = l(e, ["settings", "size"]), { theme: c } = D();
1741
- return (m, d) => {
1741
+ return (p, d) => {
1742
1742
  const u = A("v-icon");
1743
1743
  return h(), _(u, {
1744
1744
  color: n(o),
@@ -1756,16 +1756,16 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1756
1756
  outer: { type: Boolean }
1757
1757
  },
1758
1758
  setup(t) {
1759
- const e = t, i = O(), o = be(), s = ie(0), r = ie(0), a = v(() => [s.value, r.value]), c = v(() => e.node.basic?.id), { open: m } = lo(`runtimeMenu/${ro()}`);
1760
- return je(e, "open", () => {
1761
- s.value = o.getVariable("__pointerPosX__"), r.value = o.getVariable("__pointerPosY__"), m.value = !0;
1762
- }), je(e, "close", () => {
1763
- m.value = !1;
1759
+ const e = t, i = H(), o = be(), s = ie(0), r = ie(0), a = v(() => [s.value, r.value]), c = v(() => e.node.basic?.id), { open: p } = lo(`runtimeMenu/${ro()}`);
1760
+ return Ge(e, "open", () => {
1761
+ s.value = o.getVariable("__pointerPosX__"), r.value = o.getVariable("__pointerPosY__"), p.value = !0;
1762
+ }), Ge(e, "close", () => {
1763
+ p.value = !1;
1764
1764
  }), (d, u) => {
1765
- const p = A("v-menu");
1766
- return h(), _(p, {
1767
- modelValue: n(m),
1768
- "onUpdate:modelValue": u[0] || (u[0] = (y) => X(m) ? m.value = y : null),
1765
+ const m = A("v-menu");
1766
+ return h(), _(m, {
1767
+ modelValue: n(p),
1768
+ "onUpdate:modelValue": u[0] || (u[0] = (y) => X(p) ? p.value = y : null),
1769
1769
  attach: "menuContainer",
1770
1770
  "location-strategy": "connected",
1771
1771
  scrim: "transparent",
@@ -1805,7 +1805,7 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1805
1805
  ]), { property: r } = l(e, [
1806
1806
  "settings",
1807
1807
  "hideDetails"
1808
- ]), { property: a } = l(e, ["settings", "label"]), { property: c } = l(e, ["settings", "loading"]), { property: m } = l(e, ["settings", "max"]), { property: d } = l(e, ["size", "maxWidth"]), { property: u } = l(e, ["settings", "min"]), { property: p } = l(e, ["size", "minWidth"]), { property: y } = l(e, [
1808
+ ]), { property: a } = l(e, ["settings", "label"]), { property: c } = l(e, ["settings", "loading"]), { property: p } = l(e, ["settings", "max"]), { property: d } = l(e, ["size", "maxWidth"]), { property: u } = l(e, ["settings", "min"]), { property: m } = l(e, ["size", "minWidth"]), { property: y } = l(e, [
1809
1809
  "settings",
1810
1810
  "placeholder"
1811
1811
  ]), { property: b } = l(e, [
@@ -1825,7 +1825,7 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1825
1825
  ]), { property: S } = l(e, ["settings", "reverse"]), { property: T } = l(e, [
1826
1826
  "settings",
1827
1827
  "singleLine"
1828
- ]), { property: E } = l(e, ["settings", "step"]), { property: F } = l(e, ["settings", "suffix"]), { theme: G } = D(), { property: N } = l(e, ["settings", "value"]), { property: C } = l(e, ["settings", "variant"]), { property: j } = l(e, ["size", "width"]);
1828
+ ]), { property: E } = l(e, ["settings", "step"]), { property: F } = l(e, ["settings", "suffix"]), { theme: j } = D(), { property: N } = l(e, ["settings", "value"]), { property: C } = l(e, ["settings", "variant"]), { property: G } = l(e, ["size", "width"]);
1829
1829
  return (Z, re) => {
1830
1830
  const ue = A("v-number-input");
1831
1831
  return h(), _(n(M), { block: "" }, {
@@ -1839,10 +1839,10 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1839
1839
  "hide-details": n(r),
1840
1840
  label: n(a),
1841
1841
  loading: n(c),
1842
- max: n(m),
1842
+ max: n(p),
1843
1843
  "max-width": n(d),
1844
1844
  min: n(u),
1845
- "min-width": n(p),
1845
+ "min-width": n(m),
1846
1846
  placeholder: n(y),
1847
1847
  precision: n(b),
1848
1848
  prefix: n(g),
@@ -1853,9 +1853,9 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1853
1853
  "single-line": n(T),
1854
1854
  step: n(E),
1855
1855
  suffix: n(F),
1856
- theme: n(G),
1856
+ theme: n(j),
1857
1857
  variant: n(C),
1858
- width: n(j)
1858
+ width: n(G)
1859
1859
  }, null, 8, ["modelValue", "append-icon", "append-inner-icon", "clearable", "hide-details", "label", "loading", "max", "max-width", "min", "min-width", "placeholder", "precision", "prefix", "prepend-icon", "prepend-inner-icon", "readonly", "reverse", "single-line", "step", "suffix", "theme", "variant", "width"])
1860
1860
  ]),
1861
1861
  _: 1
@@ -1869,13 +1869,13 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1869
1869
  outer: { type: Boolean }
1870
1870
  },
1871
1871
  setup(t) {
1872
- const e = t, i = O(), { property: o } = l(e, ["settings", "density"]), { property: s } = l(e, [
1872
+ const e = t, i = H(), { property: o } = l(e, ["settings", "density"]), { property: s } = l(e, [
1873
1873
  "settings",
1874
1874
  "disabled"
1875
1875
  ]), { property: r } = l(e, ["settings", "length"]), { property: a } = l(e, [
1876
1876
  "settings",
1877
1877
  "showFirstLastPage"
1878
- ]), { property: c } = l(e, ["settings", "size"]), { property: m } = l(e, ["settings", "start"]), { theme: d } = D(), { property: u } = l(e, ["settings", "tile"]), { property: p } = l(e, ["settings", "value"]), { property: y } = l(e, ["settings", "variant"]), b = v(() => {
1878
+ ]), { property: c } = l(e, ["settings", "size"]), { property: p } = l(e, ["settings", "start"]), { theme: d } = D(), { property: u } = l(e, ["settings", "tile"]), { property: m } = l(e, ["settings", "value"]), { property: y } = l(e, ["settings", "variant"]), b = v(() => {
1879
1879
  const g = {};
1880
1880
  return i === "editor" && (g.pointerEvents = "none"), g;
1881
1881
  });
@@ -1884,14 +1884,14 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1884
1884
  return h(), _(n(M), { block: "" }, {
1885
1885
  default: k(() => [
1886
1886
  R($, {
1887
- modelValue: n(p),
1888
- "onUpdate:modelValue": x[0] || (x[0] = (I) => X(p) ? p.value = I : null),
1887
+ modelValue: n(m),
1888
+ "onUpdate:modelValue": x[0] || (x[0] = (I) => X(m) ? m.value = I : null),
1889
1889
  density: n(o),
1890
1890
  disabled: n(s),
1891
1891
  length: n(r),
1892
1892
  "show-first-last-page": n(a),
1893
1893
  size: n(c),
1894
- start: n(m),
1894
+ start: n(p),
1895
1895
  style: ee(b.value),
1896
1896
  theme: n(d),
1897
1897
  tile: n(u),
@@ -1909,14 +1909,14 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1909
1909
  outer: { type: Boolean }
1910
1910
  },
1911
1911
  setup(t) {
1912
- const e = t, { property: i } = l(e, ["settings", "color"]), { color: o } = H(i), { property: s } = l(e, ["settings", "density"]), { property: r } = l(e, [
1912
+ const e = t, { property: i } = l(e, ["settings", "color"]), { color: o } = O(i), { property: s } = l(e, ["settings", "density"]), { property: r } = l(e, [
1913
1913
  "settings",
1914
1914
  "disabled"
1915
1915
  ]), { property: a } = l(e, ["settings", "label"]), { property: c } = l(e, [
1916
1916
  "settings",
1917
1917
  "readonly"
1918
- ]), { theme: m } = D(), { property: d } = l(e, ["settings", "value"]);
1919
- return (u, p) => {
1918
+ ]), { theme: p } = D(), { property: d } = l(e, ["settings", "value"]);
1919
+ return (u, m) => {
1920
1920
  const y = A("v-radio");
1921
1921
  return h(), _(y, {
1922
1922
  color: n(o),
@@ -1924,7 +1924,7 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1924
1924
  disabled: n(r),
1925
1925
  label: n(a),
1926
1926
  readonly: n(c),
1927
- theme: n(m),
1927
+ theme: n(p),
1928
1928
  value: n(d)
1929
1929
  }, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
1930
1930
  };
@@ -1945,14 +1945,14 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1945
1945
  ]), { property: r } = l(e, ["settings", "inline"]), { property: a } = l(e, [
1946
1946
  "settings",
1947
1947
  "readonly"
1948
- ]), { theme: c } = D(), { property: m } = l(e, ["settings", "value"]);
1948
+ ]), { theme: c } = D(), { property: p } = l(e, ["settings", "value"]);
1949
1949
  return (d, u) => {
1950
- const p = A("v-radio-group");
1950
+ const m = A("v-radio-group");
1951
1951
  return h(), _(n(M), null, {
1952
1952
  default: k(() => [
1953
- R(p, {
1954
- modelValue: n(m),
1955
- "onUpdate:modelValue": u[0] || (u[0] = (y) => X(m) ? m.value = y : null),
1953
+ R(m, {
1954
+ modelValue: n(p),
1955
+ "onUpdate:modelValue": u[0] || (u[0] = (y) => X(p) ? p.value = y : null),
1956
1956
  density: n(i),
1957
1957
  direction: n(o),
1958
1958
  disabled: n(s),
@@ -1970,7 +1970,7 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1970
1970
  });
1971
1971
  };
1972
1972
  }
1973
- }), jl = /* @__PURE__ */ V({
1973
+ }), Gl = /* @__PURE__ */ V({
1974
1974
  __name: "index",
1975
1975
  props: {
1976
1976
  node: {},
@@ -1986,13 +1986,13 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1986
1986
  ]), { property: r } = l(e, [
1987
1987
  "settings",
1988
1988
  "hideDetails"
1989
- ]), { property: a } = l(e, ["settings", "label"]), { property: c } = l(e, ["settings", "max"]), { property: m } = l(e, ["settings", "min"]), { property: d } = l(e, [
1989
+ ]), { property: a } = l(e, ["settings", "label"]), { property: c } = l(e, ["settings", "max"]), { property: p } = l(e, ["settings", "min"]), { property: d } = l(e, [
1990
1990
  "settings",
1991
1991
  "readonly"
1992
1992
  ]), { property: u } = l(e, [
1993
1993
  "settings",
1994
1994
  "showTicks"
1995
- ]), p = v(() => {
1995
+ ]), m = v(() => {
1996
1996
  if (u.value === "always")
1997
1997
  return "always";
1998
1998
  if (u.value === "show")
@@ -2012,8 +2012,8 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
2012
2012
  if (!I.value)
2013
2013
  return;
2014
2014
  const N = {};
2015
- for (const { value: C, label: j } of I.value)
2016
- N[C] = j;
2015
+ for (const { value: C, label: G } of I.value)
2016
+ N[C] = G;
2017
2017
  if (!fo(N))
2018
2018
  return N;
2019
2019
  }), { property: T } = l(e, [
@@ -2027,28 +2027,28 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
2027
2027
  "settings",
2028
2028
  "value",
2029
2029
  "end"
2030
- ]), G = v({
2030
+ ]), j = v({
2031
2031
  get: () => [E.value, F.value],
2032
2032
  set: ([N, C]) => {
2033
2033
  E.value = N, F.value = C;
2034
2034
  }
2035
2035
  });
2036
2036
  return (N, C) => {
2037
- const j = A("v-range-slider");
2037
+ const G = A("v-range-slider");
2038
2038
  return h(), _(n(M), { block: "" }, {
2039
2039
  default: k(() => [
2040
- R(j, {
2041
- modelValue: G.value,
2042
- "onUpdate:modelValue": C[0] || (C[0] = (Z) => G.value = Z),
2040
+ R(G, {
2041
+ modelValue: j.value,
2042
+ "onUpdate:modelValue": C[0] || (C[0] = (Z) => j.value = Z),
2043
2043
  density: n(i),
2044
2044
  direction: n(o),
2045
2045
  disabled: n(s),
2046
2046
  "hide-details": n(r),
2047
2047
  label: n(a),
2048
2048
  max: n(c),
2049
- min: n(m),
2049
+ min: n(p),
2050
2050
  readonly: n(d),
2051
- "show-ticks": p.value,
2051
+ "show-ticks": m.value,
2052
2052
  step: n(y),
2053
2053
  theme: n(b),
2054
2054
  "thumb-label": x.value,
@@ -2061,7 +2061,7 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
2061
2061
  });
2062
2062
  };
2063
2063
  }
2064
- }), Gl = /* @__PURE__ */ V({
2064
+ }), jl = /* @__PURE__ */ V({
2065
2065
  __name: "index",
2066
2066
  props: {
2067
2067
  node: {},
@@ -2077,11 +2077,11 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
2077
2077
  ]), { property: r } = l(e, [
2078
2078
  "settings",
2079
2079
  "halfIncrements"
2080
- ]), { property: a } = l(e, ["settings", "hover"]), { property: c } = l(e, ["settings", "length"]), { property: m } = l(e, [
2080
+ ]), { property: a } = l(e, ["settings", "hover"]), { property: c } = l(e, ["settings", "length"]), { property: p } = l(e, [
2081
2081
  "settings",
2082
2082
  "readonly"
2083
2083
  ]), { theme: d } = D(), { property: u } = l(e, ["settings", "value"]);
2084
- return (p, y) => {
2084
+ return (m, y) => {
2085
2085
  const b = A("v-rating");
2086
2086
  return h(), _(n(M), null, {
2087
2087
  default: k(() => [
@@ -2094,7 +2094,7 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
2094
2094
  "half-increments": n(r),
2095
2095
  hover: n(a),
2096
2096
  length: n(c),
2097
- readonly: n(m),
2097
+ readonly: n(p),
2098
2098
  theme: n(d)
2099
2099
  }, null, 8, ["modelValue", "clearable", "density", "disabled", "half-increments", "hover", "length", "readonly", "theme"])
2100
2100
  ]),
@@ -2102,7 +2102,7 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
2102
2102
  });
2103
2103
  };
2104
2104
  }
2105
- }), Ol = /* @__PURE__ */ V({
2105
+ }), Hl = /* @__PURE__ */ V({
2106
2106
  __name: "index",
2107
2107
  props: {
2108
2108
  node: {},
@@ -2121,14 +2121,14 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
2121
2121
  ]), { property: a } = l(e, [
2122
2122
  "settings",
2123
2123
  "singleLine"
2124
- ]), { theme: c } = D(), { property: m } = l(e, ["settings", "value"]);
2124
+ ]), { theme: c } = D(), { property: p } = l(e, ["settings", "value"]);
2125
2125
  return (d, u) => {
2126
- const p = A("v-select");
2126
+ const m = A("v-select");
2127
2127
  return h(), _(n(M), { block: "" }, {
2128
2128
  default: k(() => [
2129
- R(p, {
2130
- modelValue: n(m),
2131
- "onUpdate:modelValue": u[0] || (u[0] = (y) => X(m) ? m.value = y : null),
2129
+ R(m, {
2130
+ modelValue: n(p),
2131
+ "onUpdate:modelValue": u[0] || (u[0] = (y) => X(p) ? p.value = y : null),
2132
2132
  "hide-details": n(i),
2133
2133
  label: n(o),
2134
2134
  placeholder: n(s),
@@ -2141,14 +2141,14 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
2141
2141
  });
2142
2142
  };
2143
2143
  }
2144
- }), Hl = /* @__PURE__ */ V({
2144
+ }), Ol = /* @__PURE__ */ V({
2145
2145
  __name: "index",
2146
2146
  props: {
2147
2147
  node: {},
2148
2148
  outer: { type: Boolean }
2149
2149
  },
2150
2150
  setup(t) {
2151
- const e = t, { property: i } = l(e, ["settings", "color"]), { color: o } = H(i), { property: s } = l(e, [
2151
+ const e = t, { property: i } = l(e, ["settings", "color"]), { color: o } = O(i), { property: s } = l(e, [
2152
2152
  "settings",
2153
2153
  "direction"
2154
2154
  ]), { property: r } = l(e, [
@@ -2157,10 +2157,10 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
2157
2157
  ]), { property: a } = l(e, [
2158
2158
  "settings",
2159
2159
  "hideDetails"
2160
- ]), { property: c } = l(e, ["settings", "label"]), { property: m } = l(e, ["settings", "max"]), { property: d } = l(e, ["settings", "min"]), { property: u } = l(e, [
2160
+ ]), { property: c } = l(e, ["settings", "label"]), { property: p } = l(e, ["settings", "max"]), { property: d } = l(e, ["settings", "min"]), { property: u } = l(e, [
2161
2161
  "settings",
2162
2162
  "readonly"
2163
- ]), { property: p } = l(e, ["settings", "reverse"]), { property: y } = l(e, [
2163
+ ]), { property: m } = l(e, ["settings", "reverse"]), { property: y } = l(e, [
2164
2164
  "settings",
2165
2165
  "showTicks"
2166
2166
  ]), b = v(() => {
@@ -2171,7 +2171,7 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
2171
2171
  }), { property: g } = l(e, ["settings", "step"]), { theme: x } = D(), { property: $ } = l(e, [
2172
2172
  "settings",
2173
2173
  "thumbColor"
2174
- ]), { color: I } = H($), { property: S } = l(e, [
2174
+ ]), { color: I } = O($), { property: S } = l(e, [
2175
2175
  "settings",
2176
2176
  "thumbLabel"
2177
2177
  ]), T = v(() => {
@@ -2182,7 +2182,7 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
2182
2182
  }), { property: E } = l(e, [
2183
2183
  "settings",
2184
2184
  "thumbSize"
2185
- ]), { property: F } = l(e, ["settings", "ticks"]), G = v(() => {
2185
+ ]), { property: F } = l(e, ["settings", "ticks"]), j = v(() => {
2186
2186
  if (!F.value)
2187
2187
  return;
2188
2188
  const pe = {};
@@ -2196,7 +2196,7 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
2196
2196
  ]), { property: C } = l(e, [
2197
2197
  "settings",
2198
2198
  "trackColor"
2199
- ]), { color: j } = H(C), { property: Z } = l(e, ["settings", "value"]), { property: re } = l(e, ["slots", "append"]), { property: ue } = l(e, [
2199
+ ]), { color: G } = O(C), { property: Z } = l(e, ["settings", "value"]), { property: re } = l(e, ["slots", "append"]), { property: ue } = l(e, [
2200
2200
  "slots",
2201
2201
  "prepend"
2202
2202
  ]);
@@ -2206,16 +2206,16 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
2206
2206
  default: k(() => [
2207
2207
  R(Jt, {
2208
2208
  modelValue: n(Z),
2209
- "onUpdate:modelValue": Me[0] || (Me[0] = (Ho) => X(Z) ? Z.value = Ho : null),
2209
+ "onUpdate:modelValue": Me[0] || (Me[0] = (Oo) => X(Z) ? Z.value = Oo : null),
2210
2210
  color: n(o),
2211
2211
  direction: n(s),
2212
2212
  disabled: n(r),
2213
2213
  "hide-details": n(a),
2214
2214
  label: n(c),
2215
- max: n(m),
2215
+ max: n(p),
2216
2216
  min: n(d),
2217
2217
  readonly: n(u),
2218
- reverse: n(p),
2218
+ reverse: n(m),
2219
2219
  "show-ticks": b.value,
2220
2220
  step: n(g),
2221
2221
  theme: n(x),
@@ -2223,8 +2223,8 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
2223
2223
  "thumb-label": T.value,
2224
2224
  "thumb-size": n(E),
2225
2225
  "tick-size": n(N),
2226
- ticks: G.value,
2227
- "track-color": n(j)
2226
+ ticks: j.value,
2227
+ "track-color": n(G)
2228
2228
  }, En({ _: 2 }, [
2229
2229
  n(re) ? {
2230
2230
  name: "append",
@@ -2269,7 +2269,7 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
2269
2269
  const c = A("v-stepper");
2270
2270
  return h(), _(c, {
2271
2271
  modelValue: n(s),
2272
- "onUpdate:modelValue": a[0] || (a[0] = (m) => X(s) ? s.value = m : null),
2272
+ "onUpdate:modelValue": a[0] || (a[0] = (p) => X(s) ? s.value = p : null),
2273
2273
  "hide-actions": n(i),
2274
2274
  theme: n(o)
2275
2275
  }, {
@@ -2355,7 +2355,7 @@ const Ql = /* @__PURE__ */ Se(Jl, [["render", Zl]]), ea = /* @__PURE__ */ V({
2355
2355
  ]), { property: a } = l(e, [
2356
2356
  "settings",
2357
2357
  "indeterminate"
2358
- ]), { property: c } = l(e, ["settings", "inline"]), { property: m } = l(e, ["settings", "inset"]), { property: d } = l(e, ["settings", "label"]), { property: u } = l(e, ["settings", "loading"]), { theme: p } = D(), { property: y } = l(e, ["settings", "value"]);
2358
+ ]), { property: c } = l(e, ["settings", "inline"]), { property: p } = l(e, ["settings", "inset"]), { property: d } = l(e, ["settings", "label"]), { property: u } = l(e, ["settings", "loading"]), { theme: m } = D(), { property: y } = l(e, ["settings", "value"]);
2359
2359
  return (b, g) => {
2360
2360
  const x = A("v-switch");
2361
2361
  return h(), _(n(M), { "fit-content": !0 }, {
@@ -2369,10 +2369,10 @@ const Ql = /* @__PURE__ */ Se(Jl, [["render", Zl]]), ea = /* @__PURE__ */ V({
2369
2369
  "hide-details": n(r),
2370
2370
  indeterminate: n(a),
2371
2371
  inline: n(c),
2372
- inset: n(m),
2372
+ inset: n(p),
2373
2373
  label: n(d),
2374
2374
  loading: n(u),
2375
- theme: n(p)
2375
+ theme: n(m)
2376
2376
  }, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "indeterminate", "inline", "inset", "label", "loading", "theme"])
2377
2377
  ]),
2378
2378
  _: 1
@@ -2386,11 +2386,11 @@ const Ql = /* @__PURE__ */ Se(Jl, [["render", Zl]]), ea = /* @__PURE__ */ V({
2386
2386
  outer: { type: Boolean }
2387
2387
  },
2388
2388
  setup(t) {
2389
- const e = t, i = O(), { property: o } = l(e, ["settings", "text"]), { theme: s } = D(), { property: r } = l(e, ["settings", "value"]), a = v(() => {
2389
+ const e = t, i = H(), { property: o } = l(e, ["settings", "text"]), { theme: s } = D(), { property: r } = l(e, ["settings", "value"]), a = v(() => {
2390
2390
  const c = {};
2391
2391
  return i === "editor" && (c.pointerEvents = "none"), c;
2392
2392
  });
2393
- return (c, m) => {
2393
+ return (c, p) => {
2394
2394
  const d = A("v-tab");
2395
2395
  return h(), _(n(M), null, {
2396
2396
  default: k(() => [
@@ -2419,20 +2419,20 @@ const Ql = /* @__PURE__ */ Se(Jl, [["render", Zl]]), ea = /* @__PURE__ */ V({
2419
2419
  "settings",
2420
2420
  "color",
2421
2421
  "backgroundColor"
2422
- ]), { color: s } = H(o), { property: r } = l(e, [
2422
+ ]), { color: s } = O(o), { property: r } = l(e, [
2423
2423
  "settings",
2424
2424
  "centerActive"
2425
2425
  ]), { property: a } = l(e, [
2426
2426
  "settings",
2427
2427
  "color",
2428
2428
  "selectedColor"
2429
- ]), { color: c } = H(a), { property: m } = l(e, ["settings", "density"]), { property: d } = l(e, [
2429
+ ]), { color: c } = O(a), { property: p } = l(e, ["settings", "density"]), { property: d } = l(e, [
2430
2430
  "settings",
2431
2431
  "direction"
2432
2432
  ]), { property: u } = l(e, [
2433
2433
  "settings",
2434
2434
  "disabled"
2435
- ]), { property: p } = l(e, [
2435
+ ]), { property: m } = l(e, [
2436
2436
  "settings",
2437
2437
  "fixedTabs"
2438
2438
  ]), { property: y } = l(e, ["settings", "grow"]), { property: b } = l(e, [
@@ -2448,22 +2448,22 @@ const Ql = /* @__PURE__ */ Se(Jl, [["render", Zl]]), ea = /* @__PURE__ */ V({
2448
2448
  "settings",
2449
2449
  "color",
2450
2450
  "sliderColor"
2451
- ]), { color: S } = H(I), { property: T } = l(e, ["settings", "stacked"]), { theme: E } = D(), { property: F } = l(e, ["settings", "value"]);
2452
- return (G, N) => {
2451
+ ]), { color: S } = O(I), { property: T } = l(e, ["settings", "stacked"]), { theme: E } = D(), { property: F } = l(e, ["settings", "value"]);
2452
+ return (j, N) => {
2453
2453
  const C = A("v-tabs");
2454
2454
  return h(), _(n(M), { block: "" }, {
2455
2455
  default: k(() => [
2456
2456
  R(C, {
2457
2457
  modelValue: n(F),
2458
- "onUpdate:modelValue": N[0] || (N[0] = (j) => X(F) ? F.value = j : null),
2458
+ "onUpdate:modelValue": N[0] || (N[0] = (G) => X(F) ? F.value = G : null),
2459
2459
  "align-tabs": n(i),
2460
2460
  "bg-color": n(s),
2461
2461
  "center-active": n(r),
2462
2462
  color: n(c),
2463
- density: n(m),
2463
+ density: n(p),
2464
2464
  direction: n(d),
2465
2465
  disabled: n(u),
2466
- "fixed-tabs": n(p),
2466
+ "fixed-tabs": n(m),
2467
2467
  grow: n(y),
2468
2468
  "hide-slider": n(b),
2469
2469
  items: n(g),
@@ -2474,7 +2474,7 @@ const Ql = /* @__PURE__ */ Se(Jl, [["render", Zl]]), ea = /* @__PURE__ */ V({
2474
2474
  theme: n(E)
2475
2475
  }, {
2476
2476
  default: k(() => [
2477
- B(G.$slots, "default")
2477
+ B(j.$slots, "default")
2478
2478
  ]),
2479
2479
  _: 3
2480
2480
  }, 8, ["modelValue", "align-tabs", "bg-color", "center-active", "color", "density", "direction", "disabled", "fixed-tabs", "grow", "hide-slider", "items", "mandatory", "show-arrows", "slider-color", "stacked", "theme"])
@@ -2496,11 +2496,11 @@ const Ql = /* @__PURE__ */ Se(Jl, [["render", Zl]]), ea = /* @__PURE__ */ V({
2496
2496
  ]), { property: r } = l(e, [
2497
2497
  "settings",
2498
2498
  "emphasis"
2499
- ]), { property: a } = l(e, ["settings", "italic"]), { property: c } = l(e, ["settings", "text"]), { property: m } = l(e, ["settings", "weight"]), d = v(() => {
2500
- const u = [], p = Fe(i.value.width), y = Pe(p, e.node.settings?.style);
2501
- return y && u.push(`text-${y}`), r.value === "high" ? u.push("text-high-emphasis") : r.value === "medium" ? u.push("text-medium-emphasis") : r.value === "disabled" && u.push("text-disabled"), o.value && u.push(`font-${o.value}`), s.value && u.push(`text-decoration-${s.value}`), m.value && u.push(`font-weight-${m.value}`), a.value && u.push("font-italic"), u.join(" ");
2499
+ ]), { property: a } = l(e, ["settings", "italic"]), { property: c } = l(e, ["settings", "text"]), { property: p } = l(e, ["settings", "weight"]), d = v(() => {
2500
+ const u = [], m = Fe(i.value.width), y = Pe(m, e.node.settings?.style);
2501
+ return y && u.push(`text-${y}`), r.value === "high" ? u.push("text-high-emphasis") : r.value === "medium" ? u.push("text-medium-emphasis") : r.value === "disabled" && u.push("text-disabled"), o.value && u.push(`font-${o.value}`), s.value && u.push(`text-decoration-${s.value}`), p.value && u.push(`font-weight-${p.value}`), a.value && u.push("font-italic"), u.join(" ");
2502
2502
  });
2503
- return (u, p) => (h(), _(n(M), null, {
2503
+ return (u, m) => (h(), _(n(M), null, {
2504
2504
  default: k(() => [
2505
2505
  q("span", {
2506
2506
  class: qo(d.value)
@@ -2525,13 +2525,13 @@ const Ql = /* @__PURE__ */ Se(Jl, [["render", Zl]]), ea = /* @__PURE__ */ V({
2525
2525
  ]), { property: s } = l(e, ["settings", "density"]), { property: r } = l(e, [
2526
2526
  "settings",
2527
2527
  "disabled"
2528
- ]), { property: a } = l(e, ["settings", "label"]), { property: c } = l(e, ["settings", "loading"]), { property: m } = l(e, ["settings", "maxRows"]), { property: d } = l(e, [
2528
+ ]), { property: a } = l(e, ["settings", "label"]), { property: c } = l(e, ["settings", "loading"]), { property: p } = l(e, ["settings", "maxRows"]), { property: d } = l(e, [
2529
2529
  "settings",
2530
2530
  "placeholder"
2531
2531
  ]), { property: u } = l(e, [
2532
2532
  "settings",
2533
2533
  "readonly"
2534
- ]), { property: p } = l(e, ["settings", "reverse"]), { property: y } = l(e, ["settings", "rows"]), { property: b } = l(e, [
2534
+ ]), { property: m } = l(e, ["settings", "reverse"]), { property: y } = l(e, ["settings", "rows"]), { property: b } = l(e, [
2535
2535
  "settings",
2536
2536
  "singleLine"
2537
2537
  ]), { theme: g } = D(), { property: x } = l(e, ["settings", "value"]), { property: $ } = l(e, ["settings", "variant"]);
@@ -2548,10 +2548,10 @@ const Ql = /* @__PURE__ */ Se(Jl, [["render", Zl]]), ea = /* @__PURE__ */ V({
2548
2548
  disabled: n(r),
2549
2549
  label: n(a),
2550
2550
  loading: n(c),
2551
- "max-rows": n(m),
2551
+ "max-rows": n(p),
2552
2552
  placeholder: n(d),
2553
2553
  readonly: n(u),
2554
- reverse: n(p),
2554
+ reverse: n(m),
2555
2555
  rows: n(y),
2556
2556
  "single-line": n(b),
2557
2557
  theme: n(g),
@@ -2584,10 +2584,10 @@ const Ql = /* @__PURE__ */ Se(Jl, [["render", Zl]]), ea = /* @__PURE__ */ V({
2584
2584
  ]), { property: a } = l(e, ["settings", "density"]), { property: c } = l(e, [
2585
2585
  "settings",
2586
2586
  "disabled"
2587
- ]), { property: m } = l(e, [
2587
+ ]), { property: p } = l(e, [
2588
2588
  "settings",
2589
2589
  "hideDetails"
2590
- ]), { property: d } = l(e, ["settings", "label"]), { property: u } = l(e, ["settings", "loading"]), { property: p } = l(e, [
2590
+ ]), { property: d } = l(e, ["settings", "label"]), { property: u } = l(e, ["settings", "loading"]), { property: m } = l(e, [
2591
2591
  "settings",
2592
2592
  "placeholder"
2593
2593
  ]), { property: y } = l(e, ["settings", "prefix"]), { property: b } = l(e, [
@@ -2602,13 +2602,13 @@ const Ql = /* @__PURE__ */ Se(Jl, [["render", Zl]]), ea = /* @__PURE__ */ V({
2602
2602
  ]), { property: $ } = l(e, ["settings", "reverse"]), { property: I } = l(e, [
2603
2603
  "settings",
2604
2604
  "singleLine"
2605
- ]), { property: S } = l(e, ["settings", "suffix"]), { theme: T } = D(), { property: E } = l(e, ["settings", "value"]), { property: F } = l(e, ["settings", "variant"]), { property: G } = l(e, ["slots", "append"]), { property: N } = l(e, [
2605
+ ]), { property: S } = l(e, ["settings", "suffix"]), { theme: T } = D(), { property: E } = l(e, ["settings", "value"]), { property: F } = l(e, ["settings", "variant"]), { property: j } = l(e, ["slots", "append"]), { property: N } = l(e, [
2606
2606
  "slots",
2607
2607
  "appendInner"
2608
2608
  ]), { property: C } = l(e, [
2609
2609
  "slots",
2610
2610
  "prepend"
2611
- ]), { property: j } = l(e, [
2611
+ ]), { property: G } = l(e, [
2612
2612
  "slots",
2613
2613
  "prependInner"
2614
2614
  ]);
@@ -2625,10 +2625,10 @@ const Ql = /* @__PURE__ */ Se(Jl, [["render", Zl]]), ea = /* @__PURE__ */ V({
2625
2625
  clearable: n(r),
2626
2626
  density: n(a),
2627
2627
  disabled: n(c),
2628
- "hide-details": n(m),
2628
+ "hide-details": n(p),
2629
2629
  label: n(d),
2630
2630
  loading: n(u),
2631
- placeholder: n(p),
2631
+ placeholder: n(m),
2632
2632
  prefix: n(y),
2633
2633
  "prepend-icon": n(b),
2634
2634
  "prepend-inner-icon": n(g),
@@ -2639,12 +2639,12 @@ const Ql = /* @__PURE__ */ Se(Jl, [["render", Zl]]), ea = /* @__PURE__ */ V({
2639
2639
  theme: n(T),
2640
2640
  variant: n(F)
2641
2641
  }, En({ _: 2 }, [
2642
- n(G) ? {
2642
+ n(j) ? {
2643
2643
  name: "append",
2644
2644
  fn: k(() => [
2645
2645
  R(n(he), {
2646
2646
  id: "append",
2647
- "ref-context": { compId: n(G) },
2647
+ "ref-context": { compId: n(j) },
2648
2648
  state: {}
2649
2649
  }, null, 8, ["ref-context"])
2650
2650
  ]),
@@ -2672,12 +2672,12 @@ const Ql = /* @__PURE__ */ Se(Jl, [["render", Zl]]), ea = /* @__PURE__ */ V({
2672
2672
  ]),
2673
2673
  key: "2"
2674
2674
  } : void 0,
2675
- n(j) ? {
2675
+ n(G) ? {
2676
2676
  name: "prepend-inner",
2677
2677
  fn: k(() => [
2678
2678
  R(n(he), {
2679
2679
  id: "prepend-inner",
2680
- "ref-context": { compId: n(j) },
2680
+ "ref-context": { compId: n(G) },
2681
2681
  state: {}
2682
2682
  }, null, 8, ["ref-context"])
2683
2683
  ]),
@@ -2703,18 +2703,18 @@ const Ql = /* @__PURE__ */ Se(Jl, [["render", Zl]]), ea = /* @__PURE__ */ V({
2703
2703
  "settings",
2704
2704
  "dot",
2705
2705
  "color"
2706
- ]), { color: a } = H(r), { property: c } = l(e, [
2706
+ ]), { color: a } = O(r), { property: c } = l(e, [
2707
2707
  "settings",
2708
2708
  "dot",
2709
2709
  "fill"
2710
- ]), { property: m } = l(e, [
2710
+ ]), { property: p } = l(e, [
2711
2711
  "settings",
2712
2712
  "hideOpposite"
2713
2713
  ]), { property: d } = l(e, [
2714
2714
  "settings",
2715
2715
  "line",
2716
2716
  "color"
2717
- ]), { color: u } = H(d), { property: p } = l(e, [
2717
+ ]), { color: u } = O(d), { property: m } = l(e, [
2718
2718
  "settings",
2719
2719
  "line",
2720
2720
  "inset"
@@ -2735,9 +2735,9 @@ const Ql = /* @__PURE__ */ Se(Jl, [["render", Zl]]), ea = /* @__PURE__ */ V({
2735
2735
  direction: n(s),
2736
2736
  "dot-color": n(a),
2737
2737
  "fill-dot": n(c),
2738
- "hide-opposite": n(m),
2738
+ "hide-opposite": n(p),
2739
2739
  "line-color": n(u),
2740
- "line-inset": n(p),
2740
+ "line-inset": n(m),
2741
2741
  "line-thickness": n(y),
2742
2742
  side: n(b),
2743
2743
  theme: n(x),
@@ -2779,18 +2779,18 @@ const ua = /* @__PURE__ */ Se(aa, [["render", ca]]), pa = /* @__PURE__ */ V({
2779
2779
  ]), { property: r } = l(e, ["settings", "reverse"]), { property: a } = l(e, [
2780
2780
  "settings",
2781
2781
  "showArrows"
2782
- ]), { property: c } = l(e, ["settings", "touch"]), { theme: m } = D(), { property: d } = l(e, ["settings", "value"]);
2783
- return (u, p) => {
2782
+ ]), { property: c } = l(e, ["settings", "touch"]), { theme: p } = D(), { property: d } = l(e, ["settings", "value"]);
2783
+ return (u, m) => {
2784
2784
  const y = A("v-window");
2785
2785
  return h(), _(y, {
2786
2786
  modelValue: n(d),
2787
- "onUpdate:modelValue": p[0] || (p[0] = (b) => X(d) ? d.value = b : null),
2787
+ "onUpdate:modelValue": m[0] || (m[0] = (b) => X(d) ? d.value = b : null),
2788
2788
  continuous: n(i),
2789
2789
  direction: n(s),
2790
2790
  disabled: n(o),
2791
2791
  reverse: n(r),
2792
2792
  "show-arrows": n(a),
2793
- theme: n(m),
2793
+ theme: n(p),
2794
2794
  touch: n(c)
2795
2795
  }, {
2796
2796
  default: k(() => [
@@ -2810,7 +2810,7 @@ function da(t, e) {
2810
2810
  _: 3
2811
2811
  });
2812
2812
  }
2813
- const ya = /* @__PURE__ */ Se(ma, [["render", da]]), Ye = "ambient_light_v1", qe = "badge_v1", Fn = "breadcrumbs_v1", Je = "bar_chart_v1", Ze = "box_geometry_v1", Qe = "btn_v1", et = "btn_group_v1", tt = "btn_toggle_v1", nt = "card_v1", it = "checkbox_v1", ot = "chip_v1", rt = "chip_group_v1", st = "color_picker_v1", lt = "combobox_v1", at = "container_v1", ct = "data_table_v1", ut = "date_picker_v1", pt = "dialog_v1", mt = "directional_light_v1", dt = "file_input_v1", yt = "flex_layout_v1", Io = "flex_layout_entry_v1", ft = "form_v1", sn = "globality_v1", bt = "group_v1", ht = "icon_v1", gt = "keyboard_controls_v1", xt = "line_chart_v1", vt = "map_controls_v1", kt = "menu_v1", _t = "mesh_v1", fa = "mesh_basic_material_v1", wt = "multiple_ref_v1", Vt = "number_input_v1", It = "orbit_controls_v1", $t = "orthographic_camera_v1", St = "pagination_v1", Ct = "perspective_camera_v1", Pt = "point_light_v1", $o = "radio_v1", Tt = "radio_group_v1", zt = "range_slider_v1", Ae = "reference_v1", At = "rating_v1", Lt = "render_switch_v1", Et = "select_v1", Bt = "slider_v1", Wt = "sphere_geometry_v1", Rt = "spot_light_v1", Nt = "stepper_v1", So = "stepper_header_v1", Co = "stepper_item_v1", Po = "stepper_window_v1", To = "stepper_window_item_v1", Mt = "switch_v1", zo = "tab_v1", jn = "table_v1", Dt = "tabs_v1", Ft = "text_v1", jt = "textarea_v1", Gt = "text_field_v1", Ot = "timeline_v1", Ao = "timeline_item_v1", Ht = "window_v1", Lo = "window_item_v1", f = {
2813
+ const ya = /* @__PURE__ */ Se(ma, [["render", da]]), Ye = "ambient_light_v1", qe = "badge_v1", Fn = "breadcrumbs_v1", Je = "bar_chart_v1", Ze = "box_geometry_v1", Qe = "btn_v1", et = "btn_group_v1", tt = "btn_toggle_v1", nt = "card_v1", it = "checkbox_v1", ot = "chip_v1", rt = "chip_group_v1", st = "color_picker_v1", lt = "combobox_v1", at = "container_v1", ct = "data_table_v1", ut = "date_picker_v1", pt = "dialog_v1", mt = "directional_light_v1", dt = "file_input_v1", yt = "flex_layout_v1", Io = "flex_layout_entry_v1", ft = "form_v1", sn = "globality_v1", bt = "group_v1", ht = "icon_v1", gt = "keyboard_controls_v1", xt = "line_chart_v1", vt = "map_controls_v1", kt = "menu_v1", _t = "mesh_v1", fa = "mesh_basic_material_v1", wt = "multiple_ref_v1", Vt = "number_input_v1", It = "orbit_controls_v1", $t = "orthographic_camera_v1", St = "pagination_v1", Ct = "perspective_camera_v1", Pt = "point_light_v1", $o = "radio_v1", Tt = "radio_group_v1", zt = "range_slider_v1", Ae = "reference_v1", At = "rating_v1", Lt = "render_switch_v1", Et = "select_v1", Bt = "slider_v1", Wt = "sphere_geometry_v1", Rt = "spot_light_v1", Nt = "stepper_v1", So = "stepper_header_v1", Co = "stepper_item_v1", Po = "stepper_window_v1", To = "stepper_window_item_v1", Mt = "switch_v1", zo = "tab_v1", Gn = "table_v1", Dt = "tabs_v1", Ft = "text_v1", Gt = "textarea_v1", jt = "text_field_v1", Ht = "timeline_v1", Ao = "timeline_item_v1", Ot = "window_v1", Lo = "window_item_v1", f = {
2814
2814
  key: "basic",
2815
2815
  name: "x-runtime-lib.basic",
2816
2816
  children: [
@@ -2926,7 +2926,7 @@ const ya = /* @__PURE__ */ Se(ma, [["render", da]]), Ye = "ambient_light_v1", qe
2926
2926
  ]
2927
2927
  }
2928
2928
  ]
2929
- }, Ge = {
2929
+ }, je = {
2930
2930
  key: "legend",
2931
2931
  name: "x-runtime-lib.legend",
2932
2932
  children: [
@@ -3064,7 +3064,7 @@ const ya = /* @__PURE__ */ Se(ma, [["render", da]]), Ye = "ambient_light_v1", qe
3064
3064
  default: ""
3065
3065
  }
3066
3066
  ]
3067
- }, Oe = {
3067
+ }, He = {
3068
3068
  key: "title",
3069
3069
  name: "x-runtime-lib.title",
3070
3070
  children: [
@@ -3173,7 +3173,7 @@ const ya = /* @__PURE__ */ Se(ma, [["render", da]]), Ye = "ambient_light_v1", qe
3173
3173
  ]
3174
3174
  }
3175
3175
  ]
3176
- }, He = {
3176
+ }, Oe = {
3177
3177
  key: "xAxis",
3178
3178
  name: "x-runtime-lib.xAxis",
3179
3179
  children: [
@@ -3348,19 +3348,19 @@ w(ga);
3348
3348
  const xa = /* @__PURE__ */ V({
3349
3349
  __name: "index",
3350
3350
  setup(t) {
3351
- const e = O();
3351
+ const e = H();
3352
3352
  return (i, o) => n(e) !== "editor" ? (h(), _(n(fr), { key: 0 })) : ne("", !0);
3353
3353
  }
3354
3354
  }), va = /* @__PURE__ */ V({
3355
3355
  __name: "index",
3356
3356
  setup(t) {
3357
- const e = O();
3357
+ const e = H();
3358
3358
  return (i, o) => n(e) !== "editor" ? (h(), _(n(br), { key: 0 })) : ne("", !0);
3359
3359
  }
3360
3360
  }), ka = /* @__PURE__ */ V({
3361
3361
  __name: "index",
3362
3362
  setup(t) {
3363
- const e = O();
3363
+ const e = H();
3364
3364
  return (i, o) => n(e) !== "editor" ? (h(), _(n(hr), { key: 0 })) : ne("", !0);
3365
3365
  }
3366
3366
  }), _a = {
@@ -3704,7 +3704,7 @@ const ri = {
3704
3704
  }, za = {
3705
3705
  key: Ye,
3706
3706
  name: "x-runtime-lib.ambientLight",
3707
- comp: Gr,
3707
+ comp: jr,
3708
3708
  properties: {
3709
3709
  pageScene: [f, Y, ri],
3710
3710
  compScene: [f, Y, ri]
@@ -3734,7 +3734,7 @@ const si = {
3734
3734
  }, Aa = {
3735
3735
  key: mt,
3736
3736
  name: "x-runtime-lib.directionalLight",
3737
- comp: Hr,
3737
+ comp: Or,
3738
3738
  properties: {
3739
3739
  pageScene: [f, Y, si],
3740
3740
  compScene: [f, Y, si]
@@ -3934,8 +3934,8 @@ const ci = {
3934
3934
  name: "x-runtime-lib.barChart",
3935
3935
  comp: cl,
3936
3936
  properties: {
3937
- pageCommon: [f, U, Oe, He, Ke, Ge, ci],
3938
- compCommon: [f, U, Oe, He, Ke, Ge, ci]
3937
+ pageCommon: [f, U, He, Oe, Ke, je, ci],
3938
+ compCommon: [f, U, He, Oe, Ke, je, ci]
3939
3939
  },
3940
3940
  events: [],
3941
3941
  methods: [],
@@ -3989,8 +3989,8 @@ const ui = {
3989
3989
  name: "x-runtime-lib.lineChart",
3990
3990
  comp: ul,
3991
3991
  properties: {
3992
- pageCommon: [f, U, Oe, He, Ke, Ge, ui],
3993
- compCommon: [f, U, Oe, He, Ke, Ge, ui]
3992
+ pageCommon: [f, U, He, Oe, Ke, je, ui],
3993
+ compCommon: [f, U, He, Oe, Ke, je, ui]
3994
3994
  },
3995
3995
  events: [],
3996
3996
  methods: [],
@@ -4169,7 +4169,7 @@ const fi = {
4169
4169
  methods: [],
4170
4170
  slots: []
4171
4171
  };
4172
- function ja(t, e) {
4172
+ function Ga(t, e) {
4173
4173
  const i = `type=${t} subtype=${e}`, o = L(t, e);
4174
4174
  if (!o) {
4175
4175
  console.error(`btnV1/spawn property tag not found, ${i}`);
@@ -4183,7 +4183,7 @@ function ja(t, e) {
4183
4183
  const r = {};
4184
4184
  return z(r, s), r.basic.id = P(16), r.basic.key = pn.key, r.settings.text = "button", r;
4185
4185
  }
4186
- const Ga = W(K), bi = {
4186
+ const ja = W(K), bi = {
4187
4187
  key: "settings",
4188
4188
  name: "x-runtime-lib.settings",
4189
4189
  children: [
@@ -4262,7 +4262,7 @@ const Ga = W(K), bi = {
4262
4262
  ui: "switch",
4263
4263
  default: !1
4264
4264
  },
4265
- Ga,
4265
+ ja,
4266
4266
  {
4267
4267
  key: "ripple",
4268
4268
  name: "x-runtime-lib.ripple",
@@ -4288,10 +4288,10 @@ const Ga = W(K), bi = {
4288
4288
  methods: [],
4289
4289
  slots: [],
4290
4290
  leaf: !0,
4291
- spawn: ja
4291
+ spawn: Ga
4292
4292
  };
4293
4293
  w(pn);
4294
- const Oa = {
4294
+ const Ha = {
4295
4295
  key: et,
4296
4296
  name: "x-runtime-lib.buttonGroup",
4297
4297
  comp: gl,
@@ -4303,7 +4303,7 @@ const Oa = {
4303
4303
  methods: [],
4304
4304
  slots: []
4305
4305
  };
4306
- w(Oa);
4306
+ w(Ha);
4307
4307
  const hi = {
4308
4308
  key: "settings",
4309
4309
  name: "x-runtime-lib.settings",
@@ -4365,7 +4365,7 @@ const hi = {
4365
4365
  default: !1
4366
4366
  }
4367
4367
  ]
4368
- }, Ha = {
4368
+ }, Oa = {
4369
4369
  key: tt,
4370
4370
  name: "x-runtime-lib.buttonToggle",
4371
4371
  comp: xl,
@@ -4377,7 +4377,7 @@ const hi = {
4377
4377
  methods: [],
4378
4378
  slots: []
4379
4379
  };
4380
- w(Ha);
4380
+ w(Oa);
4381
4381
  function Ka(t, e) {
4382
4382
  const i = `type=${t} subtype=${e}`, o = L(t, e);
4383
4383
  if (!o) {
@@ -4753,13 +4753,13 @@ const _i = {
4753
4753
  leaf: !0
4754
4754
  };
4755
4755
  w(Ja);
4756
- const Gn = W(K);
4757
- Gn.key = "backgroundColor";
4758
- Gn.name = "x-runtime-lib.backgroundColor";
4756
+ const jn = W(K);
4757
+ jn.key = "backgroundColor";
4758
+ jn.name = "x-runtime-lib.backgroundColor";
4759
4759
  const wi = {
4760
4760
  key: "settings",
4761
4761
  name: "x-runtime-lib.settings",
4762
- children: [Gn]
4762
+ children: [jn]
4763
4763
  }, yn = {
4764
4764
  key: at,
4765
4765
  name: "x-runtime-lib.container",
@@ -5068,7 +5068,7 @@ function tc(t, e) {
5068
5068
  nc(t, e)
5069
5069
  ], r;
5070
5070
  }
5071
- function bn(t, e, i, o, s, r, a, c, m) {
5071
+ function bn(t, e, i, o, s, r, a, c, p) {
5072
5072
  const d = `type=${t} subtype=${e}`, u = L(t, e);
5073
5073
  if (!u) {
5074
5074
  console.error(
@@ -5076,15 +5076,15 @@ function bn(t, e, i, o, s, r, a, c, m) {
5076
5076
  );
5077
5077
  return;
5078
5078
  }
5079
- const p = yn.properties[u];
5080
- if (!p) {
5079
+ const m = yn.properties[u];
5080
+ if (!m) {
5081
5081
  console.error(
5082
5082
  `flexLayoutV1/spawnContainer properties not found, ${d}`
5083
5083
  );
5084
5084
  return;
5085
5085
  }
5086
5086
  const y = {};
5087
- return z(y, p), y.basic.id = P(16), y.basic.key = yn.key, o && (y.size.width = o), s && (y.size.minWidth = s), a && (y.size.height = a), c && (y.size.minHeight = c), i && (y.settings.backgroundColor.mode = "custom", y.settings.backgroundColor.custom.light = i, y.settings.backgroundColor.custom.dark = i), y.children = [], y;
5087
+ return z(y, m), y.basic.id = P(16), y.basic.key = yn.key, o && (y.size.width = o), s && (y.size.minWidth = s), a && (y.size.height = a), c && (y.size.minHeight = c), i && (y.settings.backgroundColor.mode = "custom", y.settings.backgroundColor.custom.light = i, y.settings.backgroundColor.custom.dark = i), y.children = [], y;
5088
5088
  }
5089
5089
  function nc(t, e) {
5090
5090
  const i = `type=${t} subtype=${e}`, o = L(t, e);
@@ -5118,9 +5118,9 @@ function nc(t, e) {
5118
5118
  )
5119
5119
  ], r;
5120
5120
  }
5121
- const On = W(K);
5122
- On.key = "backgroundColor";
5123
- On.name = "x-runtime-lib.backgroundColor";
5121
+ const Hn = W(K);
5122
+ Hn.key = "backgroundColor";
5123
+ Hn.name = "x-runtime-lib.backgroundColor";
5124
5124
  const Pi = {
5125
5125
  key: "settings",
5126
5126
  name: "x-runtime-lib.settings",
@@ -5289,7 +5289,7 @@ const Pi = {
5289
5289
  }
5290
5290
  ]
5291
5291
  },
5292
- On
5292
+ Hn
5293
5293
  ]
5294
5294
  }, We = {
5295
5295
  key: yt,
@@ -5462,7 +5462,7 @@ const Ti = {
5462
5462
  }
5463
5463
  ]
5464
5464
  }, hn = {
5465
- key: Gt,
5465
+ key: jt,
5466
5466
  name: "x-runtime-lib.textField",
5467
5467
  comp: sa,
5468
5468
  properties: {
@@ -6193,7 +6193,7 @@ const Mi = {
6193
6193
  }, mc = {
6194
6194
  key: zt,
6195
6195
  name: "x-runtime-lib.rangeSlider",
6196
- comp: jl,
6196
+ comp: Gl,
6197
6197
  properties: {
6198
6198
  pageCommon: [f, Mi],
6199
6199
  compCommon: [f, Mi]
@@ -6262,7 +6262,7 @@ const Di = {
6262
6262
  }, dc = {
6263
6263
  key: At,
6264
6264
  name: "x-runtime-lib.rating",
6265
- comp: Gl,
6265
+ comp: jl,
6266
6266
  properties: {
6267
6267
  pageCommon: [f, Di],
6268
6268
  compCommon: [f, Di]
@@ -6317,7 +6317,7 @@ const Fi = {
6317
6317
  }, yc = {
6318
6318
  key: Et,
6319
6319
  name: "x-runtime-lib.select",
6320
- comp: Ol,
6320
+ comp: Hl,
6321
6321
  properties: {
6322
6322
  pageCommon: [f, Fi],
6323
6323
  compCommon: [f, Fi]
@@ -6328,16 +6328,16 @@ const Fi = {
6328
6328
  leaf: !0
6329
6329
  };
6330
6330
  w(yc);
6331
- const Hn = W(K);
6332
- Hn.key = "color";
6333
- Hn.name = "x-runtime-lib.color";
6331
+ const On = W(K);
6332
+ On.key = "color";
6333
+ On.name = "x-runtime-lib.color";
6334
6334
  const Kn = W(K);
6335
6335
  Kn.key = "trackColor";
6336
6336
  Kn.name = "x-runtime-lib.trackColor";
6337
6337
  const Un = W(K);
6338
6338
  Un.key = "thumbColor";
6339
6339
  Un.name = "x-runtime-lib.thumbColor";
6340
- const ji = {
6340
+ const Gi = {
6341
6341
  key: "settings",
6342
6342
  name: "x-runtime-lib.settings",
6343
6343
  children: [
@@ -6442,11 +6442,11 @@ const ji = {
6442
6442
  ui: "switch",
6443
6443
  default: !1
6444
6444
  },
6445
- Hn,
6445
+ On,
6446
6446
  Kn,
6447
6447
  Un
6448
6448
  ]
6449
- }, Gi = {
6449
+ }, ji = {
6450
6450
  key: "slots",
6451
6451
  name: "x-runtime-lib.slots",
6452
6452
  children: [
@@ -6466,10 +6466,10 @@ const ji = {
6466
6466
  }, fc = {
6467
6467
  key: Bt,
6468
6468
  name: "x-runtime-lib.slider",
6469
- comp: Hl,
6469
+ comp: Ol,
6470
6470
  properties: {
6471
- pageCommon: [f, ji, Gi],
6472
- compCommon: [f, ji, Gi]
6471
+ pageCommon: [f, Gi, ji],
6472
+ compCommon: [f, Gi, ji]
6473
6473
  },
6474
6474
  events: [],
6475
6475
  methods: [],
@@ -6490,7 +6490,7 @@ const _n = {
6490
6490
  slots: []
6491
6491
  };
6492
6492
  w(_n);
6493
- const Oi = {
6493
+ const Hi = {
6494
6494
  key: "settings",
6495
6495
  name: "x-runtime-lib.settings",
6496
6496
  children: [
@@ -6506,8 +6506,8 @@ const Oi = {
6506
6506
  name: "x-runtime-lib.stepperItem",
6507
6507
  comp: ql,
6508
6508
  properties: {
6509
- pageCommon: [f, Oi],
6510
- compCommon: [f, Oi]
6509
+ pageCommon: [f, Hi],
6510
+ compCommon: [f, Hi]
6511
6511
  },
6512
6512
  events: [],
6513
6513
  methods: [],
@@ -6527,7 +6527,7 @@ const Vn = {
6527
6527
  slots: []
6528
6528
  };
6529
6529
  w(Vn);
6530
- const Hi = {
6530
+ const Oi = {
6531
6531
  key: "settings",
6532
6532
  name: "x-runtime-lib.settings",
6533
6533
  children: [
@@ -6543,8 +6543,8 @@ const Hi = {
6543
6543
  name: "x-runtime-lib.stepperWindowItem",
6544
6544
  comp: ea,
6545
6545
  properties: {
6546
- pageCommon: [f, Hi],
6547
- compCommon: [f, Hi]
6546
+ pageCommon: [f, Oi],
6547
+ compCommon: [f, Oi]
6548
6548
  },
6549
6549
  events: [],
6550
6550
  methods: [],
@@ -7058,7 +7058,7 @@ const qi = {
7058
7058
  }
7059
7059
  ]
7060
7060
  }, Pn = {
7061
- key: jt,
7061
+ key: Gt,
7062
7062
  name: "x-runtime-lib.textarea",
7063
7063
  comp: ra,
7064
7064
  properties: {
@@ -7210,7 +7210,7 @@ const $c = W(K), Sc = W(K), Ji = {
7210
7210
  }
7211
7211
  ]
7212
7212
  }, zn = {
7213
- key: Ot,
7213
+ key: Ht,
7214
7214
  name: "x-runtime-lib.timeline",
7215
7215
  comp: la,
7216
7216
  properties: {
@@ -7347,7 +7347,7 @@ const Zi = {
7347
7347
  }
7348
7348
  ]
7349
7349
  }, Ln = {
7350
- key: Ht,
7350
+ key: Ot,
7351
7351
  name: "x-runtime-lib.window",
7352
7352
  comp: pa,
7353
7353
  properties: {
@@ -7420,7 +7420,7 @@ const zc = [
7420
7420
  { title: "x-runtime-lib.no", value: "no" },
7421
7421
  { title: "x-runtime-lib.yes", value: "yes" },
7422
7422
  { title: "x-runtime-lib.reverse", value: "reverse" }
7423
- ], jc = [
7423
+ ], Gc = [
7424
7424
  { title: "x-runtime-lib.notSet", value: "" },
7425
7425
  { title: "x-runtime-lib.black", value: "black" },
7426
7426
  { title: "x-runtime-lib.bold", value: "bold" },
@@ -7428,18 +7428,18 @@ const zc = [
7428
7428
  { title: "x-runtime-lib.regular", value: "regular" },
7429
7429
  { title: "x-runtime-lib.light", value: "light" },
7430
7430
  { title: "x-runtime-lib.thin", value: "thin" }
7431
- ], Gc = [
7431
+ ], jc = [
7432
7432
  { title: "x-runtime-lib.elevated", value: "elevated" },
7433
7433
  { title: "x-runtime-lib.flat", value: "flat" },
7434
7434
  { title: "x-runtime-lib.tonal", value: "tonal" },
7435
7435
  { title: "x-runtime-lib.outlined", value: "outlined" },
7436
7436
  { title: "x-runtime-lib.text", value: "text" },
7437
7437
  { title: "x-runtime-lib.plain", value: "plain" }
7438
- ], Oc = [
7438
+ ], Hc = [
7439
7439
  { title: "x-runtime-lib.notSet", value: "" },
7440
7440
  { title: "x-runtime-lib.show", value: "show" },
7441
7441
  { title: "x-runtime-lib.always", value: "always" }
7442
- ], Hc = [
7442
+ ], Oc = [
7443
7443
  { title: "x-runtime-lib.xSmall", value: "x-small" },
7444
7444
  { title: "x-runtime-lib.small", value: "small" },
7445
7445
  { title: "x-runtime-lib.default", value: "default" },
@@ -7522,10 +7522,10 @@ const zc = [
7522
7522
  flexDirectionItemsV1: Mc,
7523
7523
  flexMainAlignItemsV1: Dc,
7524
7524
  flexWrapItemsV1: Fc,
7525
- fontWeightItemsV1: jc,
7526
- sheetVariantItemsV1: Gc,
7527
- showTicksItemsV1: Oc,
7528
- sizeItemsV1: Hc,
7525
+ fontWeightItemsV1: Gc,
7526
+ sheetVariantItemsV1: jc,
7527
+ showTicksItemsV1: Hc,
7528
+ sizeItemsV1: Oc,
7529
7529
  textAlignItemsV1: Kc,
7530
7530
  textDecorationItemsV1: Uc,
7531
7531
  textEmphasisItemsV1: Xc,
@@ -7763,8 +7763,8 @@ const zc = [
7763
7763
  items: [
7764
7764
  ft,
7765
7765
  Ft,
7766
- Gt,
7767
7766
  jt,
7767
+ Gt,
7768
7768
  Vt,
7769
7769
  Et,
7770
7770
  lt,
@@ -7779,7 +7779,7 @@ const zc = [
7779
7779
  {
7780
7780
  key: "dataDisplay",
7781
7781
  name: "x-runtime-lib.dataDisplay",
7782
- items: [jn, ct, Je, xt]
7782
+ items: [Gn, ct, Je, xt]
7783
7783
  },
7784
7784
  {
7785
7785
  key: "selection",
@@ -7789,13 +7789,13 @@ const zc = [
7789
7789
  et,
7790
7790
  rt,
7791
7791
  Nt,
7792
- Ht
7792
+ Ot
7793
7793
  ]
7794
7794
  },
7795
7795
  {
7796
7796
  key: "feedback",
7797
7797
  name: "x-runtime-lib.feedback",
7798
- items: [qe, At, Ot]
7798
+ items: [qe, At, Ht]
7799
7799
  },
7800
7800
  {
7801
7801
  key: "imagesAndIcons",
@@ -7868,8 +7868,8 @@ const zc = [
7868
7868
  items: [
7869
7869
  ft,
7870
7870
  Ft,
7871
- Gt,
7872
7871
  jt,
7872
+ Gt,
7873
7873
  Vt,
7874
7874
  Et,
7875
7875
  lt,
@@ -7884,7 +7884,7 @@ const zc = [
7884
7884
  {
7885
7885
  key: "dataDisplay",
7886
7886
  name: "x-runtime-lib.dataDisplay",
7887
- items: [jn, ct, Je, xt]
7887
+ items: [Gn, ct, Je, xt]
7888
7888
  },
7889
7889
  {
7890
7890
  key: "selection",
@@ -7894,13 +7894,13 @@ const zc = [
7894
7894
  et,
7895
7895
  rt,
7896
7896
  Nt,
7897
- Ht
7897
+ Ot
7898
7898
  ]
7899
7899
  },
7900
7900
  {
7901
7901
  key: "feedback",
7902
7902
  name: "x-runtime-lib.feedback",
7903
- items: [qe, At, Ot]
7903
+ items: [qe, At, Ht]
7904
7904
  },
7905
7905
  {
7906
7906
  key: "imagesAndIcons",
@@ -8010,14 +8010,14 @@ const zc = [
8010
8010
  To,
8011
8011
  Mt,
8012
8012
  zo,
8013
- jn,
8013
+ Gn,
8014
8014
  Dt,
8015
8015
  Ft,
8016
- jt,
8017
8016
  Gt,
8018
- Ot,
8019
- Ao,
8017
+ jt,
8020
8018
  Ht,
8019
+ Ao,
8020
+ Ot,
8021
8021
  Lo
8022
8022
  ]),
8023
8023
  groups: {
@@ -8074,18 +8074,18 @@ function Qu(t, e, i, o, s) {
8074
8074
  return;
8075
8075
  }
8076
8076
  if (o) {
8077
- const m = c.refKey, d = s;
8078
- if (!c.elements.has(m)) {
8077
+ const p = c.refKey, d = s;
8078
+ if (!c.elements.has(p)) {
8079
8079
  console.error(`spawnNode [ref] element not found in pkg, ${r}`);
8080
8080
  return;
8081
8081
  }
8082
- const u = ze[m];
8082
+ const u = ze[p];
8083
8083
  if (!u) {
8084
8084
  console.error(`spawnNode [ref] element not found in global, ${r}`);
8085
8085
  return;
8086
8086
  }
8087
- const p = u.properties[a];
8088
- if (!p) {
8087
+ const m = u.properties[a];
8088
+ if (!m) {
8089
8089
  console.error(`spawnNode [ref] properties not found, ${r}`);
8090
8090
  return;
8091
8091
  }
@@ -8095,16 +8095,16 @@ function Qu(t, e, i, o, s) {
8095
8095
  key: ""
8096
8096
  }
8097
8097
  };
8098
- return z(y, p), y.basic.id = P(16), y.basic.key = m, y.reference = {
8098
+ return z(y, m), y.basic.id = P(16), y.basic.key = p, y.reference = {
8099
8099
  comp: d
8100
8100
  }, y;
8101
8101
  } else {
8102
- const m = s;
8103
- if (!c.elements.has(m)) {
8102
+ const p = s;
8103
+ if (!c.elements.has(p)) {
8104
8104
  console.error(`spawnNode [key] element not found in pkg, ${r}`);
8105
8105
  return;
8106
8106
  }
8107
- const d = ze[m];
8107
+ const d = ze[p];
8108
8108
  if (!d) {
8109
8109
  console.error(`spawnNode [key] element not found in global, ${r}`);
8110
8110
  return;
@@ -8117,13 +8117,13 @@ function Qu(t, e, i, o, s) {
8117
8117
  console.error(`spawnNode [key] properties not found, ${r}`);
8118
8118
  return;
8119
8119
  }
8120
- const p = {
8120
+ const m = {
8121
8121
  basic: {
8122
8122
  id: "",
8123
8123
  key: ""
8124
8124
  }
8125
8125
  };
8126
- return z(p, u), p.basic.id = P(16), p.basic.key = m, d.leaf || (p.children = []), p;
8126
+ return z(m, u), m.basic.id = P(16), m.basic.key = p, d.leaf || (m.children = []), m;
8127
8127
  }
8128
8128
  }
8129
8129
  }
@@ -8157,7 +8157,7 @@ function tp(t) {
8157
8157
  e.push(hu(i));
8158
8158
  }), e;
8159
8159
  }
8160
- const Eo = "runtimeOrg", Bo = "runtimeEnv", Wo = "runtimeMode", Ro = "runtimeDevice", No = "runtimeDark", Mo = "runtimeType", Do = "runtimeData", Fo = "runtimeDepends", jo = "runtimeSandbox";
8160
+ const Eo = "runtimeOrg", Bo = "runtimeEnv", Wo = "runtimeMode", Ro = "runtimeDevice", No = "runtimeDark", Mo = "runtimeType", Do = "runtimeData", Fo = "runtimeDepends", Go = "runtimeSandbox";
8161
8161
  function np(t) {
8162
8162
  ce(Eo, t);
8163
8163
  }
@@ -8173,7 +8173,7 @@ function xu() {
8173
8173
  function op(t) {
8174
8174
  ce(Wo, t);
8175
8175
  }
8176
- function O() {
8176
+ function H() {
8177
8177
  return ae(Wo);
8178
8178
  }
8179
8179
  function rp(t) {
@@ -8207,10 +8207,10 @@ function vu() {
8207
8207
  return ae(Fo);
8208
8208
  }
8209
8209
  function ku(t) {
8210
- ce(jo, t);
8210
+ ce(Go, t);
8211
8211
  }
8212
8212
  function be() {
8213
- return ae(jo);
8213
+ return ae(Go);
8214
8214
  }
8215
8215
  function Te(t) {
8216
8216
  const e = [t.type];
@@ -8220,29 +8220,29 @@ function De(t, e, i, o, s) {
8220
8220
  const { watchEffect: r, bind: a } = e;
8221
8221
  if (r[i])
8222
8222
  for (const c of r[i]) {
8223
- const m = xr(c);
8224
- t.callFunction(`__watchEffect$${m}__`);
8223
+ const p = xr(c);
8224
+ t.callFunction(`__watchEffect$${p}__`);
8225
8225
  }
8226
8226
  if (a.triggers[i])
8227
8227
  for (const c of a.triggers[i]) {
8228
- const m = a.sets[c];
8229
- if (!m) {
8228
+ const p = a.sets[c];
8229
+ if (!p) {
8230
8230
  console.assert(!1);
8231
8231
  continue;
8232
8232
  }
8233
8233
  let d = null;
8234
- for (const p of m)
8235
- if (i === Te(p)) {
8236
- if (p.subKeys) {
8234
+ for (const m of p)
8235
+ if (i === Te(m)) {
8236
+ if (m.subKeys) {
8237
8237
  if (!le(
8238
- we(o, p.subKeys),
8239
- we(s, p.subKeys)
8238
+ we(o, m.subKeys),
8239
+ we(s, m.subKeys)
8240
8240
  )) {
8241
- d = p;
8241
+ d = m;
8242
8242
  break;
8243
8243
  }
8244
8244
  } else if (!le(o, s)) {
8245
- d = p;
8245
+ d = m;
8246
8246
  break;
8247
8247
  }
8248
8248
  }
@@ -8250,57 +8250,57 @@ function De(t, e, i, o, s) {
8250
8250
  continue;
8251
8251
  let u;
8252
8252
  d.subKeys ? u = we(o, d.subKeys) : u = o;
8253
- for (const p of m)
8254
- if (p.subKeys) {
8253
+ for (const m of p)
8254
+ if (m.subKeys) {
8255
8255
  let y;
8256
- if (p.type === "elementProperty")
8256
+ if (m.type === "elementProperty")
8257
8257
  y = t.getElementProperty(
8258
- p.nodeId,
8259
- p.propertyKeys
8258
+ m.nodeId,
8259
+ m.propertyKeys
8260
8260
  );
8261
- else if (p.type === "customProperty")
8262
- y = t.getCustomProperty(p.propertyId);
8263
- else if (p.type === "state")
8264
- y = t.getState(p.stateId);
8265
- else if (p.type === "adaptSlotProperty")
8266
- y = t.getAdaptSlotProperty(p.propertyId);
8261
+ else if (m.type === "customProperty")
8262
+ y = t.getCustomProperty(m.propertyId);
8263
+ else if (m.type === "state")
8264
+ y = t.getState(m.stateId);
8265
+ else if (m.type === "adaptSlotProperty")
8266
+ y = t.getAdaptSlotProperty(m.propertyId);
8267
8267
  else {
8268
8268
  console.assert(!1);
8269
8269
  continue;
8270
8270
  }
8271
- const b = we(y, p.subKeys);
8271
+ const b = we(y, m.subKeys);
8272
8272
  if (le(u, b))
8273
8273
  continue;
8274
8274
  const g = W(y);
8275
- go(g, p.subKeys, W(u)), p.type === "elementProperty" ? t.setElementProperty(
8276
- p.nodeId,
8277
- p.propertyKeys,
8275
+ go(g, m.subKeys, W(u)), m.type === "elementProperty" ? t.setElementProperty(
8276
+ m.nodeId,
8277
+ m.propertyKeys,
8278
8278
  g
8279
- ) : p.type === "customProperty" ? t.setCustomProperty(p.propertyId, g) : p.type === "state" ? t.setState(p.stateId, g) : p.type === "adaptSlotProperty" ? t.setAdaptSlotProperty(p.propertyId, g) : console.assert(!1);
8279
+ ) : m.type === "customProperty" ? t.setCustomProperty(m.propertyId, g) : m.type === "state" ? t.setState(m.stateId, g) : m.type === "adaptSlotProperty" ? t.setAdaptSlotProperty(m.propertyId, g) : console.assert(!1);
8280
8280
  } else {
8281
8281
  let y;
8282
- if (p.type === "elementProperty")
8282
+ if (m.type === "elementProperty")
8283
8283
  y = t.getElementProperty(
8284
- p.nodeId,
8285
- p.propertyKeys
8284
+ m.nodeId,
8285
+ m.propertyKeys
8286
8286
  );
8287
- else if (p.type === "customProperty")
8288
- y = t.getCustomProperty(p.propertyId);
8289
- else if (p.type === "state")
8290
- y = t.getState(p.stateId);
8291
- else if (p.type === "adaptSlotProperty")
8292
- y = t.getAdaptSlotProperty(p.propertyId);
8287
+ else if (m.type === "customProperty")
8288
+ y = t.getCustomProperty(m.propertyId);
8289
+ else if (m.type === "state")
8290
+ y = t.getState(m.stateId);
8291
+ else if (m.type === "adaptSlotProperty")
8292
+ y = t.getAdaptSlotProperty(m.propertyId);
8293
8293
  else {
8294
8294
  console.assert(!1);
8295
8295
  continue;
8296
8296
  }
8297
8297
  if (le(u, y))
8298
8298
  continue;
8299
- p.type === "elementProperty" ? t.setElementProperty(
8300
- p.nodeId,
8301
- p.propertyKeys,
8299
+ m.type === "elementProperty" ? t.setElementProperty(
8300
+ m.nodeId,
8301
+ m.propertyKeys,
8302
8302
  W(u)
8303
- ) : p.type === "customProperty" ? t.setCustomProperty(p.propertyId, W(u)) : p.type === "state" ? t.setState(p.stateId, W(u)) : p.type === "adaptSlotProperty" ? t.setAdaptSlotProperty(p.propertyId, W(u)) : console.assert(!1);
8303
+ ) : m.type === "customProperty" ? t.setCustomProperty(m.propertyId, W(u)) : m.type === "state" ? t.setState(m.stateId, W(u)) : m.type === "adaptSlotProperty" ? t.setAdaptSlotProperty(m.propertyId, W(u)) : console.assert(!1);
8304
8304
  }
8305
8305
  }
8306
8306
  }
@@ -8322,7 +8322,7 @@ function eo(t) {
8322
8322
  function _u(t, e, i) {
8323
8323
  return `${t}/${e}/${i}`;
8324
8324
  }
8325
- function Go(t) {
8325
+ function jo(t) {
8326
8326
  const e = t.split("/");
8327
8327
  return e.length < 3 ? (console.assert(!1, "invalid method id"), {
8328
8328
  kind: "elementMethod",
@@ -8408,32 +8408,32 @@ function Vu(t) {
8408
8408
  }, o);
8409
8409
  });
8410
8410
  }
8411
- const Oo = er({
8411
+ const Ho = er({
8412
8412
  baseUrl: "http://localhost/computebase/",
8413
8413
  onError: (t) => {
8414
8414
  const { i18n: e } = ge;
8415
8415
  uo(wr(e, t));
8416
8416
  }
8417
8417
  });
8418
- window.API_URL && (Oo.defaults.baseURL = window.API_URL + "/computebase/");
8418
+ window.API_URL && (Ho.defaults.baseURL = window.API_URL + "/computebase/");
8419
8419
  function Iu(t) {
8420
- return Oo.post("callFunc", t);
8420
+ return Ho.post("callFunc", t);
8421
8421
  }
8422
8422
  function $u(t) {
8423
8423
  t.bindAsyncFunction(
8424
8424
  "__callFuncV1__",
8425
8425
  async (e, i, o, s, r, a) => {
8426
- const c = t.pseudoToNative(e), m = t.pseudoToNative(i), d = t.pseudoToNative(o), u = t.pseudoToNative(s), p = t.pseudoToNative(r);
8426
+ const c = t.pseudoToNative(e), p = t.pseudoToNative(i), d = t.pseudoToNative(o), u = t.pseudoToNative(s), m = t.pseudoToNative(r);
8427
8427
  try {
8428
8428
  const y = JSON.stringify(d), { strOutputs: b } = await Iu({
8429
8429
  spaceId: c,
8430
- id: m,
8430
+ id: p,
8431
8431
  strInputs: y,
8432
8432
  env: u
8433
8433
  }), g = JSON.parse(b);
8434
8434
  a(t.nativeToPseudo(g)), t.run();
8435
8435
  } catch (y) {
8436
- console.error("callFuncV1 failed", p, y);
8436
+ console.error("callFuncV1 failed", m, y);
8437
8437
  }
8438
8438
  }
8439
8439
  );
@@ -8456,46 +8456,44 @@ function Su(t) {
8456
8456
  ));
8457
8457
  }), t.bindNativeFunction("__getPropertyV1__", (e, i) => {
8458
8458
  const o = t.pseudoToNative(e), s = t.pseudoToNative(i), { kind: r, nodeId: a, propertyKey: c } = eo(o);
8459
- let m;
8459
+ let p;
8460
8460
  if (r === "elementProperty")
8461
- m = t.getElementProperty(a, c);
8461
+ p = t.getElementProperty(a, c);
8462
8462
  else if (r === "referenceProperty") {
8463
8463
  const d = t.children[a];
8464
- d && (m = d.getCustomProperty(c));
8464
+ d && (p = d.getCustomProperty(c));
8465
8465
  } else if (r === "multipleRefProperty") {
8466
8466
  const d = t.children[a + "/" + s];
8467
- d && (m = d.getCustomProperty(c));
8468
- } else r === "customProperty" ? m = t.getCustomProperty(c) : r === "elementSlotProperty" || r === "customSlotProperty" ? m = t.getAdaptSlotProperty(c) : console.assert(!1);
8469
- return t.nativeToPseudo(m);
8467
+ d && (p = d.getCustomProperty(c));
8468
+ } else r === "customProperty" ? p = t.getCustomProperty(c) : r === "elementSlotProperty" || r === "customSlotProperty" ? p = t.getAdaptSlotProperty(c) : console.assert(!1);
8469
+ return t.nativeToPseudo(p);
8470
8470
  }), t.bindNativeFunction(
8471
8471
  "__setPropertyV1__",
8472
8472
  (e, i, o) => {
8473
- const s = t.pseudoToNative(e), r = t.pseudoToNative(i), a = t.pseudoToNative(o), { kind: c, nodeId: m, propertyKey: d } = eo(s);
8473
+ const s = t.pseudoToNative(e), r = t.pseudoToNative(i), a = t.pseudoToNative(o), { kind: c, nodeId: p, propertyKey: d } = eo(s);
8474
8474
  if (c === "elementProperty")
8475
- t.setElementProperty(m, d, a);
8475
+ t.setElementProperty(p, d, a);
8476
8476
  else if (c === "referenceProperty") {
8477
- const u = t.children[m];
8477
+ const u = t.children[p];
8478
8478
  u && u.setCustomProperty(d, a);
8479
8479
  } else if (c === "multipleRefProperty") {
8480
- const u = t.children[m + "/" + r];
8480
+ const u = t.children[p + "/" + r];
8481
8481
  u && u.setCustomProperty(d, a);
8482
8482
  } else c === "customProperty" ? t.setCustomProperty(d, a) : c === "elementSlotProperty" || c === "customSlotProperty" ? t.setAdaptSlotProperty(d, a) : console.assert(!1);
8483
8483
  }
8484
8484
  ), t.bindNativeFunction(
8485
8485
  "__callMethodV1__",
8486
8486
  (e, i, o) => {
8487
- const s = t.pseudoToNative(e), r = t.pseudoToNative(i), a = t.pseudoToNative(o), { kind: c, nodeId: m, methodKey: d } = Go(s);
8488
- let u;
8487
+ const s = t.pseudoToNative(e), r = t.pseudoToNative(i), a = t.pseudoToNative(o), { kind: c, nodeId: p, methodKey: d } = jo(s);
8489
8488
  if (c === "elementMethod")
8490
- u = t.callElementMethod(s, a);
8489
+ t.callElementMethod(s, a);
8491
8490
  else if (c === "referenceMethod") {
8492
- const p = t.children[m];
8493
- p && (u = p.callCustomMethod(d, a));
8491
+ const u = t.children[p];
8492
+ u && u.callCustomMethod(d, a);
8494
8493
  } else if (c === "multipleRefMethod") {
8495
- const p = t.children[m + "/" + r];
8496
- p && (u = p.callCustomMethod(d, a));
8497
- } else c === "customMethod" ? u = t.callCustomMethod(d, a) : c === "customSlotMethod" || console.assert(!1);
8498
- return t.nativeToPseudo(u);
8494
+ const u = t.children[p + "/" + r];
8495
+ u && u.callCustomMethod(d, a);
8496
+ } else c === "customMethod" ? t.callCustomMethod(d, a) : c === "customSlotMethod" || console.assert(!1);
8499
8497
  }
8500
8498
  ), t.bindNativeFunction("__getStateV1__", (e) => {
8501
8499
  const i = t.pseudoToNative(e), o = t.getState(i);
@@ -8529,8 +8527,8 @@ function Su(t) {
8529
8527
  "__openPromptDlgV1__",
8530
8528
  (e, i, o, s) => {
8531
8529
  const r = t.pseudoToNative(e), a = t.pseudoToNative(i), c = t.pseudoToNative(o);
8532
- nr({ title: r, label: a, value: c }).then((m) => {
8533
- s(t.nativeToPseudo(m)), t.run();
8530
+ nr({ title: r, label: a, value: c }).then((p) => {
8531
+ s(t.nativeToPseudo(p)), t.run();
8534
8532
  });
8535
8533
  }
8536
8534
  );
@@ -8651,8 +8649,8 @@ class Bu {
8651
8649
  type;
8652
8650
  eventBus = vr();
8653
8651
  hooks;
8654
- constructor(e, i, o, s, r, a, c, m, d) {
8655
- this.kind = e, this.id = i, this.refKey = o, this.parent = s, this.org = r, this.env = a, this.mode = c, this.type = m, this.hooks = d, this.parent?.addChild(this), console.log(`Sandbox/constructor id='${this.id}'`);
8652
+ constructor(e, i, o, s, r, a, c, p, d) {
8653
+ this.kind = e, this.id = i, this.refKey = o, this.parent = s, this.org = r, this.env = a, this.mode = c, this.type = p, this.hooks = d, this.parent?.addChild(this), console.log(`Sandbox/constructor id='${this.id}'`);
8656
8654
  }
8657
8655
  dispose() {
8658
8656
  this.parent?.removeChild(this.id), this.destroyInterpreter(), console.log(`Sandbox/dispose id='${this.id}'`);
@@ -8753,20 +8751,15 @@ ${Ir(e)}} catch (e) {
8753
8751
  return;
8754
8752
  }
8755
8753
  const o = [];
8756
- for (const a of i)
8757
- o.push(JSON.stringify(a));
8754
+ for (const r of i)
8755
+ o.push(JSON.stringify(r));
8758
8756
  const s = `try {
8759
- __callFunctionResult__ = ${e}(${o.join(", ")});
8757
+ var __callFunctionResult__ = ${e}(${o.join(", ")});
8760
8758
  } catch (e) {
8761
8759
  __messageV1__('error', 'run exception: ' + e.message);
8762
8760
  }
8763
8761
  `;
8764
8762
  to(s), this.interpreter.appendCode(s), this.interpreter.run();
8765
- const r = this.interpreter.getProperty(
8766
- this.interpreter.globalObject,
8767
- "__callFunctionResult__"
8768
- );
8769
- return this.interpreter.pseudoToNative(r);
8770
8763
  }
8771
8764
  //--------------------------
8772
8765
  // 元素属性
@@ -8853,11 +8846,11 @@ ${Ir(e)}} catch (e) {
8853
8846
  callElementMethod(e, i) {
8854
8847
  if (!Q(this.mode))
8855
8848
  return;
8856
- const { methodKey: o } = Go(e), s = {};
8849
+ const { methodKey: o } = jo(e), s = {};
8857
8850
  return this.eventBus.emit(e, { key: o, inputs: i, outputs: s }), s;
8858
8851
  }
8859
8852
  callCustomMethod(e, i) {
8860
- return Q(this.mode) ? this.callFunction(`__implementMethod$${e}__`, i) : void 0;
8853
+ Q(this.mode) && this.callFunction(`__implementMethod$${e}__`, i);
8861
8854
  }
8862
8855
  //--------------------------
8863
8856
  // 状态
@@ -8875,7 +8868,7 @@ ${Ir(e)}} catch (e) {
8875
8868
  }
8876
8869
  }
8877
8870
  function Zn(t, e, i, o, s) {
8878
- const r = gu(), a = xu(), c = O(), m = fe(), d = Ce(), u = Ne(), p = (I, S, T, E) => {
8871
+ const r = gu(), a = xu(), c = H(), p = fe(), d = Ce(), u = Ne(), m = (I, S, T, E) => {
8879
8872
  if (Q(c) && (x.callFunction(
8880
8873
  "__triggerEventV1__",
8881
8874
  J(
@@ -8943,8 +8936,8 @@ function Zn(t, e, i, o, s) {
8943
8936
  S,
8944
8937
  T
8945
8938
  ));
8946
- }, x = new Bu(e, i, o, s, r, a, c, m, {
8947
- onElementPropertyChange: p,
8939
+ }, x = new Bu(e, i, o, s, r, a, c, p, {
8940
+ onElementPropertyChange: m,
8948
8941
  onCustomPropertyChange: y,
8949
8942
  onAdaptSlotPropertyChange: b,
8950
8943
  onStateChange: g
@@ -8997,8 +8990,8 @@ export {
8997
8990
  cn as barChartV1,
8998
8991
  ln as boxGeometryV1,
8999
8992
  ho as breakpoints,
9000
- Oa as btnGroupV1,
9001
- Ha as btnToggleV1,
8993
+ Ha as btnGroupV1,
8994
+ Oa as btnToggleV1,
9002
8995
  pn as btnV1,
9003
8996
  Fe as calcBreakpoint,
9004
8997
  Be as cardV1,
@@ -9038,7 +9031,7 @@ export {
9038
9031
  vu as injectDepends,
9039
9032
  Ce as injectDevice,
9040
9033
  xu as injectEnv,
9041
- O as injectMode,
9034
+ H as injectMode,
9042
9035
  gu as injectOrg,
9043
9036
  be as injectSandbox,
9044
9037
  fe as injectType,
@@ -9067,7 +9060,7 @@ export {
9067
9060
  $r as pageTypes,
9068
9061
  cc as paginationV1,
9069
9062
  Zt as parsePercentStr,
9070
- Ou as parsePixelStr,
9063
+ Hu as parsePixelStr,
9071
9064
  ga as perspectiveCameraV1,
9072
9065
  bu as pkgs,
9073
9066
  La as pointLightV1,
@@ -9110,9 +9103,9 @@ export {
9110
9103
  Yu as toMethodName,
9111
9104
  Xu as toPropertyName,
9112
9105
  De as triggerReactivity,
9113
- Hu as types,
9106
+ Ou as types,
9114
9107
  wu as unwrapEventId,
9115
- Go as unwrapMethodId,
9108
+ jo as unwrapMethodId,
9116
9109
  eo as unwrapPropertyId,
9117
9110
  Jn as useDepend,
9118
9111
  Zn as useSandbox,