x-runtime-lib 0.8.70 → 0.8.71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +265 -267
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -297,7 +297,7 @@ function de(t) {
297
297
  "transform",
298
298
  "scale",
299
299
  "x"
300
- ]), { property: p } = l(t, [
300
+ ]), { property: m } = 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]), m = ie([0, 0, 0]), y = ie([1, 1, 1]);
308
+ ]), u = ie([0, 0, 0]), p = 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
- m.value = [s.value, r.value, a.value];
314
+ p.value = [s.value, r.value, a.value];
315
315
  }), me(() => {
316
- s.value = m.value[0], r.value = m.value[1], a.value = m.value[2];
316
+ s.value = p.value[0], r.value = p.value[1], a.value = p.value[2];
317
317
  }), me(() => {
318
- y.value = [c.value, p.value, d.value];
318
+ y.value = [c.value, m.value, d.value];
319
319
  }), me(() => {
320
- c.value = y.value[0], p.value = y.value[1], d.value = y.value[2];
321
- }), { position: u, rotation: m, scale: y };
320
+ c.value = y.value[0], m.value = y.value[1], d.value = y.value[2];
321
+ }), { position: u, rotation: p, scale: y };
322
322
  }
323
323
  function vo(t) {
324
324
  const e = v(() => t.node.legend?.show), i = v(() => t.node.legend?.data);
@@ -379,16 +379,16 @@ function O(t) {
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
- }), p = v(() => {
382
+ }), m = 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: p };
386
+ return { color: a, rgb: c, alpha: m };
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 } = 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);
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), m = 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), p.value && (u.borderBottomRightRadius = p.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), m.value && (u.borderBottomRightRadius = m.value);
392
392
  }
393
393
  return { borderStyle: e, borderWidth: i, borderColor: s, applyBorder: d };
394
394
  }
@@ -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
- }), p = v(() => {
424
+ }), m = v(() => {
425
425
  if (t.outer && e === "editor") {
426
426
  const u = Zt(t.node.size?.maxHeight);
427
427
  if (u)
@@ -430,9 +430,9 @@ 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), p.value && (u.maxHeight = p.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), m.value && (u.maxHeight = m.value);
434
434
  }
435
- return { width: o, minWidth: s, maxWidth: r, height: a, minHeight: c, maxHeight: p, applySize: d };
435
+ return { width: o, minWidth: s, maxWidth: r, height: a, minHeight: c, maxHeight: m, applySize: d };
436
436
  }
437
437
  function Ge(t, e, i) {
438
438
  const o = be(), s = v(() => _u("elementMethod", t.node.basic.id, e));
@@ -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 = 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"]);
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: m } = l(e, ["settings", "left"]), { property: d } = l(e, ["settings", "near"]), { property: u } = l(e, ["settings", "right"]), { property: p } = 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(p),
466
+ left: n(m),
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(m)
472
+ top: n(p)
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 = 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), {
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: m } = l(e, ["settings", "fov"]), { property: d } = l(e, ["settings", "near"]);
492
+ return (u, p) => (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(p),
501
+ fov: n(m),
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 (p, d) => (h(), te("TresBoxGeometry", {
534
+ return (m, 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: p } = l(e, [
572
+ ]), { property: m } = 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(p),
579
+ n(m),
580
580
  n(i),
581
581
  n(s),
582
582
  n(o),
@@ -592,7 +592,7 @@ const Er = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
592
592
  outer: { type: Boolean }
593
593
  },
594
594
  setup(t) {
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, [
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: m } = l(e, [
596
596
  "settings",
597
597
  "intensity"
598
598
  ]);
@@ -604,7 +604,7 @@ 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(p),
607
+ intensity: n(m),
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]
@@ -622,7 +622,7 @@ const Er = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
622
622
  outer: { type: Boolean }
623
623
  },
624
624
  setup(t) {
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, [
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: m } = 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(p),
637
+ intensity: n(m),
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]
@@ -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 = 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, [
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: m } = 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 (m, y) => (h(), _(n(ve), {
666
+ return (p, 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(p),
674
+ decay: n(m),
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(m.$slots, "default")
685
+ B(p.$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 = 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, [
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: m } = O(c), { property: d } = l(e, ["settings", "decay"]), { property: u } = l(e, [
699
699
  "settings",
700
700
  "distance"
701
- ]), { property: m } = l(e, [
701
+ ]), { property: p } = 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(p),
716
+ color: n(m),
717
717
  decay: n(d),
718
718
  distance: n(u),
719
- intensity: n(m),
719
+ intensity: n(p),
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],
@@ -857,7 +857,7 @@ 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: 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(() => {
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
861
  const C = {}, G = r.value.type;
862
862
  return s === "page" ? G === "common" ? y(C) : console.assert(!1) : s === "comp" && G === "common" ? y(C) : console.assert(!1), C;
863
863
  }), P = no("chart");
@@ -882,10 +882,10 @@ const cl = /* @__PURE__ */ V({
882
882
  () => i.value.height,
883
883
  a,
884
884
  c,
885
- p,
885
+ m,
886
886
  d,
887
887
  u,
888
- m
888
+ p
889
889
  ],
890
890
  async () => {
891
891
  await oo(), j();
@@ -915,7 +915,7 @@ 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: 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(() => {
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
919
  const C = {}, G = r.value.type;
920
920
  return s === "page" ? G === "common" ? y(C) : console.assert(!1) : s === "comp" && G === "common" ? y(C) : console.assert(!1), C;
921
921
  }), P = no("chart");
@@ -940,10 +940,10 @@ const cl = /* @__PURE__ */ V({
940
940
  () => i.value.height,
941
941
  a,
942
942
  c,
943
- p,
943
+ m,
944
944
  d,
945
945
  u,
946
- m
946
+ p
947
947
  ],
948
948
  async () => {
949
949
  await oo(), j();
@@ -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 p(u) {
995
- const m = ze[u.basic.key];
996
- if (!m)
994
+ function m(u) {
995
+ const p = ze[u.basic.key];
996
+ if (!p)
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 m.leaf || u.children?.forEach((g) => {
1005
- b.push(p(g));
1006
- }), se(m.comp, y, { default: () => b });
1004
+ return p.leaf || u.children?.forEach((g) => {
1005
+ b.push(m(g));
1006
+ }), se(p.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(p(y));
1015
+ u.push(m(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, m) => (h(), _(d));
1023
+ return (u, p) => (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 p = ze[c.basic.key];
1052
- if (!p)
1051
+ const m = ze[c.basic.key];
1052
+ if (!m)
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 p.leaf || c.children?.forEach((m) => {
1061
- u.push(r(m));
1062
- }), se(p.comp, d, { default: () => u });
1060
+ return m.leaf || c.children?.forEach((p) => {
1061
+ u.push(r(p));
1062
+ }), se(m.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((p) => {
1071
- c.push(r(p));
1070
+ return o.value.view.nodes.forEach((m) => {
1071
+ c.push(r(m));
1072
1072
  }), c;
1073
1073
  };
1074
- return (c, p) => (h(), _(a));
1074
+ return (c, m) => (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, p) => {
1092
+ return (c, m) => {
1093
1093
  const d = A("v-badge");
1094
1094
  return h(), _(n(M), null, {
1095
1095
  default: k(() => [
@@ -1121,10 +1121,10 @@ const cl = /* @__PURE__ */ V({
1121
1121
  "settings",
1122
1122
  "addIcon",
1123
1123
  "append"
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, [
1124
+ ]), { property: r } = l(e, ["settings", "block"]), { property: a } = l(e, ["settings", "color"]), { color: c } = O(a), { property: m } = l(e, ["settings", "density"]), { property: d } = l(e, [
1125
1125
  "settings",
1126
1126
  "disabled"
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, [
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, [
1128
1128
  "settings",
1129
1129
  "addIcon",
1130
1130
  "prepend"
@@ -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(p),
1148
+ density: n(m),
1149
1149
  disabled: n(d),
1150
1150
  height: n(u),
1151
- loading: n(m),
1151
+ loading: n(p),
1152
1152
  "max-height": n(y),
1153
1153
  "max-width": n(b),
1154
1154
  "min-height": n(g),
@@ -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: 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"]);
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"]);
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(p),
1211
+ size: n(m),
1212
1212
  stacked: n(d),
1213
1213
  theme: n(u),
1214
- tile: n(m),
1214
+ tile: n(p),
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: p } = l(e, ["size", "maxWidth"]), { property: d } = l(e, ["size", "minHeight"]), { property: u } = l(e, ["size", "minWidth"]), { property: m } = 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: m } = l(e, ["size", "maxWidth"]), { property: d } = l(e, ["size", "minHeight"]), { property: u } = l(e, ["size", "minWidth"]), { property: p } = 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(p),
1249
+ "max-width": n(m),
1250
1250
  "min-height": n(d),
1251
1251
  "min-width": n(u),
1252
- subtitle: n(m),
1252
+ subtitle: n(p),
1253
1253
  text: n(y),
1254
1254
  theme: n(b),
1255
1255
  title: n(g),
@@ -1309,7 +1309,7 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1309
1309
  ]), { property: c } = l(e, [
1310
1310
  "settings",
1311
1311
  "draggable"
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"]);
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"]);
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(p),
1323
+ filter: n(m),
1324
1324
  label: n(d),
1325
1325
  size: n(u),
1326
- text: n(m),
1326
+ text: n(p),
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: p } = l(e, [
1356
+ ]), { property: m } = l(e, [
1357
1357
  "settings",
1358
1358
  "showArrows"
1359
1359
  ]), { theme: d } = D(), { property: u } = l(e, ["settings", "value"]);
1360
- return (m, y) => {
1360
+ return (p, 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(p),
1371
+ "show-arrows": n(m),
1372
1372
  theme: n(d)
1373
1373
  }, {
1374
1374
  default: k(() => [
1375
- B(m.$slots, "default")
1375
+ B(p.$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: p } = l(e, [
1397
+ ]), { property: m } = 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: m } = l(e, [
1406
+ ]), { property: p } = 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(p),
1420
+ "hide-header": n(m),
1421
1421
  "hide-inputs": n(d),
1422
1422
  "hide-sliders": n(u),
1423
- landscape: n(m),
1423
+ landscape: n(p),
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: p } = l(e, ["settings", "value"]);
1452
+ ]), { theme: c } = D(), { property: m } = l(e, ["settings", "value"]);
1453
1453
  return (d, u) => {
1454
- const m = A("v-combobox");
1454
+ const p = A("v-combobox");
1455
1455
  return h(), _(n(M), null, {
1456
1456
  default: k(() => [
1457
- R(m, {
1458
- modelValue: n(p),
1459
- "onUpdate:modelValue": u[0] || (u[0] = (y) => X(p) ? p.value = y : null),
1457
+ R(p, {
1458
+ modelValue: n(m),
1459
+ "onUpdate:modelValue": u[0] || (u[0] = (y) => X(m) ? m.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 } = 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;
1482
+ ]), { color: r } = O(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;
1485
1485
  });
1486
- return (m, y) => (h(), _(n(M), { block: "" }, {
1486
+ return (p, y) => (h(), _(n(M), { block: "" }, {
1487
1487
  default: k(() => [
1488
1488
  q("div", {
1489
1489
  style: ee(u.value)
1490
1490
  }, [
1491
- B(m.$slots, "default")
1491
+ B(p.$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: p } = l(
1510
+ ]), { property: r } = l(e, ["settings", "headers"]), { property: a } = l(e, ["size", "height"]), { property: c } = l(e, ["settings", "hover"]), { property: m } = 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: m } = D(), { property: y } = l(e, ["size", "width"]), b = v(() => {
1517
+ ]), { theme: p } = 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(p),
1534
+ items: n(m),
1535
1535
  loading: n(d),
1536
1536
  "multi-sort": n(u),
1537
- theme: n(m),
1537
+ theme: n(p),
1538
1538
  width: n(y)
1539
1539
  }, En({ _: 2 }, [
1540
1540
  Xo(b.value, (I) => ({
@@ -1582,7 +1582,7 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1582
1582
  const c = A("v-dialog");
1583
1583
  return h(), _(c, {
1584
1584
  modelValue: n(s),
1585
- "onUpdate:modelValue": a[0] || (a[0] = (p) => X(s) ? s.value = p : null),
1585
+ "onUpdate:modelValue": a[0] || (a[0] = (m) => X(s) ? s.value = m : 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: p } = l(e, [
1614
+ ]), { property: a } = l(e, ["settings", "label"]), { property: c } = l(e, ["settings", "loading"]), { property: m } = 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: m } = l(e, [
1620
+ ]), { property: u } = l(e, ["settings", "reverse"]), { property: p } = 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(p),
1635
+ multiple: n(m),
1636
1636
  readonly: n(d),
1637
1637
  reverse: n(u),
1638
- "single-line": n(m)
1638
+ "single-line": n(p)
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: p } = 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: m } = Nn(e), { property: d } = l(e, [
1653
1653
  "settings",
1654
1654
  "backgroundColor"
1655
- ]), { color: u } = O(d), m = (b) => {
1655
+ ]), { color: u } = O(d), p = (b) => {
1656
1656
  u.value && (b.backgroundColor = u.value), b.display = "flex";
1657
1657
  const g = Fe(i.value.width), x = Te(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), 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;
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;
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 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;
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;
1685
1685
  });
1686
- return (p, d) => (h(), te("div", {
1686
+ return (m, d) => (h(), te("div", {
1687
1687
  style: ee(c.value)
1688
1688
  }, [
1689
- B(p.$slots, "default")
1689
+ B(m.$slots, "default")
1690
1690
  ], 4));
1691
1691
  }
1692
1692
  }), El = /* @__PURE__ */ V({
@@ -1699,12 +1699,12 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1699
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: p } = l(e, [
1702
+ ]), { property: m } = l(e, [
1703
1703
  "settings",
1704
1704
  "backgroundColor"
1705
- ]), { color: d } = O(p), { applySize: u } = ye(e), { applyMargin: m } = Mn(e), { applyPadding: y } = Dn(e), { applyBorder: b } = Nn(e), g = v(() => {
1705
+ ]), { color: d } = O(m), { applySize: u } = ye(e), { applyMargin: p } = 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($), 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), $;
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), $;
1708
1708
  }), x = () => {
1709
1709
  Q(i) && r.callFunction(
1710
1710
  "__triggerEventV1__",
@@ -1738,7 +1738,7 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
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 (p, d) => {
1741
+ return (m, 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 = 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()}`);
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: m } = lo(`runtimeMenu/${ro()}`);
1760
1760
  return Ge(e, "open", () => {
1761
- s.value = o.getVariable("__pointerPosX__"), r.value = o.getVariable("__pointerPosY__"), p.value = !0;
1761
+ s.value = o.getVariable("__pointerPosX__"), r.value = o.getVariable("__pointerPosY__"), m.value = !0;
1762
1762
  }), Ge(e, "close", () => {
1763
- p.value = !1;
1763
+ m.value = !1;
1764
1764
  }), (d, u) => {
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),
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),
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: 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, [
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, [
1809
1809
  "settings",
1810
1810
  "placeholder"
1811
1811
  ]), { property: b } = l(e, [
@@ -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(p),
1842
+ max: n(m),
1843
1843
  "max-width": n(d),
1844
1844
  min: n(u),
1845
- "min-width": n(m),
1845
+ "min-width": n(p),
1846
1846
  placeholder: n(y),
1847
1847
  precision: n(b),
1848
1848
  prefix: n(g),
@@ -1875,7 +1875,7 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
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: 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(() => {
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(() => {
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(m),
1888
- "onUpdate:modelValue": x[0] || (x[0] = (I) => X(m) ? m.value = I : null),
1887
+ modelValue: n(p),
1888
+ "onUpdate:modelValue": x[0] || (x[0] = (I) => X(p) ? p.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(p),
1894
+ start: n(m),
1895
1895
  style: ee(b.value),
1896
1896
  theme: n(d),
1897
1897
  tile: n(u),
@@ -1915,8 +1915,8 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
1915
1915
  ]), { property: a } = l(e, ["settings", "label"]), { property: c } = l(e, [
1916
1916
  "settings",
1917
1917
  "readonly"
1918
- ]), { theme: p } = D(), { property: d } = l(e, ["settings", "value"]);
1919
- return (u, m) => {
1918
+ ]), { theme: m } = D(), { property: d } = l(e, ["settings", "value"]);
1919
+ return (u, p) => {
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(p),
1927
+ theme: n(m),
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: p } = l(e, ["settings", "value"]);
1948
+ ]), { theme: c } = D(), { property: m } = l(e, ["settings", "value"]);
1949
1949
  return (d, u) => {
1950
- const m = A("v-radio-group");
1950
+ const p = A("v-radio-group");
1951
1951
  return h(), _(n(M), null, {
1952
1952
  default: k(() => [
1953
- R(m, {
1954
- modelValue: n(p),
1955
- "onUpdate:modelValue": u[0] || (u[0] = (y) => X(p) ? p.value = y : null),
1953
+ R(p, {
1954
+ modelValue: n(m),
1955
+ "onUpdate:modelValue": u[0] || (u[0] = (y) => X(m) ? m.value = y : null),
1956
1956
  density: n(i),
1957
1957
  direction: n(o),
1958
1958
  disabled: n(s),
@@ -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: p } = l(e, ["settings", "min"]), { property: d } = l(e, [
1989
+ ]), { property: a } = l(e, ["settings", "label"]), { property: c } = l(e, ["settings", "max"]), { property: m } = 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
- ]), m = v(() => {
1995
+ ]), p = v(() => {
1996
1996
  if (u.value === "always")
1997
1997
  return "always";
1998
1998
  if (u.value === "show")
@@ -2046,9 +2046,9 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
2046
2046
  "hide-details": n(r),
2047
2047
  label: n(a),
2048
2048
  max: n(c),
2049
- min: n(p),
2049
+ min: n(m),
2050
2050
  readonly: n(d),
2051
- "show-ticks": m.value,
2051
+ "show-ticks": p.value,
2052
2052
  step: n(y),
2053
2053
  theme: n(b),
2054
2054
  "thumb-label": x.value,
@@ -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: p } = l(e, [
2080
+ ]), { property: a } = l(e, ["settings", "hover"]), { property: c } = l(e, ["settings", "length"]), { property: m } = l(e, [
2081
2081
  "settings",
2082
2082
  "readonly"
2083
2083
  ]), { theme: d } = D(), { property: u } = l(e, ["settings", "value"]);
2084
- return (m, y) => {
2084
+ return (p, 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(p),
2097
+ readonly: n(m),
2098
2098
  theme: n(d)
2099
2099
  }, null, 8, ["modelValue", "clearable", "density", "disabled", "half-increments", "hover", "length", "readonly", "theme"])
2100
2100
  ]),
@@ -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: p } = l(e, ["settings", "value"]);
2124
+ ]), { theme: c } = D(), { property: m } = l(e, ["settings", "value"]);
2125
2125
  return (d, u) => {
2126
- const m = A("v-select");
2126
+ const p = A("v-select");
2127
2127
  return h(), _(n(M), { block: "" }, {
2128
2128
  default: k(() => [
2129
- R(m, {
2130
- modelValue: n(p),
2131
- "onUpdate:modelValue": u[0] || (u[0] = (y) => X(p) ? p.value = y : null),
2129
+ R(p, {
2130
+ modelValue: n(m),
2131
+ "onUpdate:modelValue": u[0] || (u[0] = (y) => X(m) ? m.value = y : null),
2132
2132
  "hide-details": n(i),
2133
2133
  label: n(o),
2134
2134
  placeholder: n(s),
@@ -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: p } = l(e, ["settings", "max"]), { property: d } = l(e, ["settings", "min"]), { property: u } = l(e, [
2160
+ ]), { property: c } = l(e, ["settings", "label"]), { property: m } = l(e, ["settings", "max"]), { property: d } = l(e, ["settings", "min"]), { property: u } = l(e, [
2161
2161
  "settings",
2162
2162
  "readonly"
2163
- ]), { property: m } = l(e, ["settings", "reverse"]), { property: y } = l(e, [
2163
+ ]), { property: p } = l(e, ["settings", "reverse"]), { property: y } = l(e, [
2164
2164
  "settings",
2165
2165
  "showTicks"
2166
2166
  ]), b = v(() => {
@@ -2212,10 +2212,10 @@ const gl = /* @__PURE__ */ Se(bl, [["render", hl]]), xl = /* @__PURE__ */ V({
2212
2212
  disabled: n(r),
2213
2213
  "hide-details": n(a),
2214
2214
  label: n(c),
2215
- max: n(p),
2215
+ max: n(m),
2216
2216
  min: n(d),
2217
2217
  readonly: n(u),
2218
- reverse: n(m),
2218
+ reverse: n(p),
2219
2219
  "show-ticks": b.value,
2220
2220
  step: n(g),
2221
2221
  theme: n(x),
@@ -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] = (p) => X(s) ? s.value = p : null),
2272
+ "onUpdate:modelValue": a[0] || (a[0] = (m) => X(s) ? s.value = m : 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: 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"]);
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"]);
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(p),
2372
+ inset: n(m),
2373
2373
  label: n(d),
2374
2374
  loading: n(u),
2375
- theme: n(m)
2375
+ theme: n(p)
2376
2376
  }, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "indeterminate", "inline", "inset", "label", "loading", "theme"])
2377
2377
  ]),
2378
2378
  _: 1
@@ -2390,7 +2390,7 @@ const Ql = /* @__PURE__ */ Se(Jl, [["render", Zl]]), ea = /* @__PURE__ */ V({
2390
2390
  const c = {};
2391
2391
  return i === "editor" && (c.pointerEvents = "none"), c;
2392
2392
  });
2393
- return (c, p) => {
2393
+ return (c, m) => {
2394
2394
  const d = A("v-tab");
2395
2395
  return h(), _(n(M), null, {
2396
2396
  default: k(() => [
@@ -2426,13 +2426,13 @@ const Ql = /* @__PURE__ */ Se(Jl, [["render", Zl]]), ea = /* @__PURE__ */ V({
2426
2426
  "settings",
2427
2427
  "color",
2428
2428
  "selectedColor"
2429
- ]), { color: c } = O(a), { property: p } = l(e, ["settings", "density"]), { property: d } = l(e, [
2429
+ ]), { color: c } = O(a), { property: m } = 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: m } = l(e, [
2435
+ ]), { property: p } = l(e, [
2436
2436
  "settings",
2437
2437
  "fixedTabs"
2438
2438
  ]), { property: y } = l(e, ["settings", "grow"]), { property: b } = l(e, [
@@ -2460,10 +2460,10 @@ const Ql = /* @__PURE__ */ Se(Jl, [["render", Zl]]), ea = /* @__PURE__ */ V({
2460
2460
  "bg-color": n(s),
2461
2461
  "center-active": n(r),
2462
2462
  color: n(c),
2463
- density: n(p),
2463
+ density: n(m),
2464
2464
  direction: n(d),
2465
2465
  disabled: n(u),
2466
- "fixed-tabs": n(m),
2466
+ "fixed-tabs": n(p),
2467
2467
  grow: n(y),
2468
2468
  "hide-slider": n(b),
2469
2469
  items: n(g),
@@ -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: p } = l(e, ["settings", "weight"]), d = v(() => {
2500
- const u = [], m = Fe(i.value.width), y = Te(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(" ");
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 = Te(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(" ");
2502
2502
  });
2503
- return (u, m) => (h(), _(n(M), null, {
2503
+ return (u, p) => (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: p } = l(e, ["settings", "maxRows"]), { property: d } = l(e, [
2528
+ ]), { property: a } = l(e, ["settings", "label"]), { property: c } = l(e, ["settings", "loading"]), { property: m } = 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: m } = l(e, ["settings", "reverse"]), { property: y } = l(e, ["settings", "rows"]), { property: b } = l(e, [
2534
+ ]), { property: p } = 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(p),
2551
+ "max-rows": n(m),
2552
2552
  placeholder: n(d),
2553
2553
  readonly: n(u),
2554
- reverse: n(m),
2554
+ reverse: n(p),
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: p } = l(e, [
2587
+ ]), { property: m } = l(e, [
2588
2588
  "settings",
2589
2589
  "hideDetails"
2590
- ]), { property: d } = l(e, ["settings", "label"]), { property: u } = l(e, ["settings", "loading"]), { property: m } = l(e, [
2590
+ ]), { property: d } = l(e, ["settings", "label"]), { property: u } = l(e, ["settings", "loading"]), { property: p } = l(e, [
2591
2591
  "settings",
2592
2592
  "placeholder"
2593
2593
  ]), { property: y } = l(e, ["settings", "prefix"]), { property: b } = l(e, [
@@ -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(p),
2628
+ "hide-details": n(m),
2629
2629
  label: n(d),
2630
2630
  loading: n(u),
2631
- placeholder: n(m),
2631
+ placeholder: n(p),
2632
2632
  prefix: n(y),
2633
2633
  "prepend-icon": n(b),
2634
2634
  "prepend-inner-icon": n(g),
@@ -2707,14 +2707,14 @@ const Ql = /* @__PURE__ */ Se(Jl, [["render", Zl]]), ea = /* @__PURE__ */ V({
2707
2707
  "settings",
2708
2708
  "dot",
2709
2709
  "fill"
2710
- ]), { property: p } = l(e, [
2710
+ ]), { property: m } = 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 } = O(d), { property: m } = l(e, [
2717
+ ]), { color: u } = O(d), { property: p } = 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(p),
2738
+ "hide-opposite": n(m),
2739
2739
  "line-color": n(u),
2740
- "line-inset": n(m),
2740
+ "line-inset": n(p),
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: p } = D(), { property: d } = l(e, ["settings", "value"]);
2783
- return (u, m) => {
2782
+ ]), { property: c } = l(e, ["settings", "touch"]), { theme: m } = D(), { property: d } = l(e, ["settings", "value"]);
2783
+ return (u, p) => {
2784
2784
  const y = A("v-window");
2785
2785
  return h(), _(y, {
2786
2786
  modelValue: n(d),
2787
- "onUpdate:modelValue": m[0] || (m[0] = (b) => X(d) ? d.value = b : null),
2787
+ "onUpdate:modelValue": p[0] || (p[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(p),
2793
+ theme: n(m),
2794
2794
  touch: n(c)
2795
2795
  }, {
2796
2796
  default: k(() => [
@@ -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, p) {
5071
+ function bn(t, e, i, o, s, r, a, c, m) {
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, p) {
5076
5076
  );
5077
5077
  return;
5078
5078
  }
5079
- const m = yn.properties[u];
5080
- if (!m) {
5079
+ const p = yn.properties[u];
5080
+ if (!p) {
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, m), y.basic.id = T(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, p), y.basic.id = T(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);
@@ -8074,18 +8074,18 @@ function Qu(t, e, i, o, s) {
8074
8074
  return;
8075
8075
  }
8076
8076
  if (o) {
8077
- const p = c.refKey, d = s;
8078
- if (!c.elements.has(p)) {
8077
+ const m = c.refKey, d = s;
8078
+ if (!c.elements.has(m)) {
8079
8079
  console.error(`spawnNode [ref] element not found in pkg, ${r}`);
8080
8080
  return;
8081
8081
  }
8082
- const u = ze[p];
8082
+ const u = ze[m];
8083
8083
  if (!u) {
8084
8084
  console.error(`spawnNode [ref] element not found in global, ${r}`);
8085
8085
  return;
8086
8086
  }
8087
- const m = u.properties[a];
8088
- if (!m) {
8087
+ const p = u.properties[a];
8088
+ if (!p) {
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, m), y.basic.id = T(16), y.basic.key = p, y.reference = {
8098
+ return z(y, p), y.basic.id = T(16), y.basic.key = m, y.reference = {
8099
8099
  comp: d
8100
8100
  }, y;
8101
8101
  } else {
8102
- const p = s;
8103
- if (!c.elements.has(p)) {
8102
+ const m = s;
8103
+ if (!c.elements.has(m)) {
8104
8104
  console.error(`spawnNode [key] element not found in pkg, ${r}`);
8105
8105
  return;
8106
8106
  }
8107
- const d = ze[p];
8107
+ const d = ze[m];
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 m = {
8120
+ const p = {
8121
8121
  basic: {
8122
8122
  id: "",
8123
8123
  key: ""
8124
8124
  }
8125
8125
  };
8126
- return z(m, u), m.basic.id = T(16), m.basic.key = p, d.leaf || (m.children = []), m;
8126
+ return z(p, u), p.basic.id = T(16), p.basic.key = m, d.leaf || (p.children = []), p;
8127
8127
  }
8128
8128
  }
8129
8129
  }
@@ -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 p = xr(c);
8224
- t.callFunction(`__watchEffect$${p}__`);
8223
+ const m = xr(c);
8224
+ t.callFunction(`__watchEffect$${m}__`);
8225
8225
  }
8226
8226
  if (a.triggers[i])
8227
8227
  for (const c of a.triggers[i]) {
8228
- const p = a.sets[c];
8229
- if (!p) {
8228
+ const m = a.sets[c];
8229
+ if (!m) {
8230
8230
  console.assert(!1);
8231
8231
  continue;
8232
8232
  }
8233
8233
  let d = null;
8234
- for (const m of p)
8235
- if (i === Pe(m)) {
8236
- if (m.subKeys) {
8234
+ for (const p of m)
8235
+ if (i === Pe(p)) {
8236
+ if (p.subKeys) {
8237
8237
  if (!le(
8238
- we(o, m.subKeys),
8239
- we(s, m.subKeys)
8238
+ we(o, p.subKeys),
8239
+ we(s, p.subKeys)
8240
8240
  )) {
8241
- d = m;
8241
+ d = p;
8242
8242
  break;
8243
8243
  }
8244
8244
  } else if (!le(o, s)) {
8245
- d = m;
8245
+ d = p;
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 m of p)
8254
- if (m.subKeys) {
8253
+ for (const p of m)
8254
+ if (p.subKeys) {
8255
8255
  let y;
8256
- if (m.type === "elementProperty")
8256
+ if (p.type === "elementProperty")
8257
8257
  y = t.getElementProperty(
8258
- m.nodeId,
8259
- m.propertyKeys
8258
+ p.nodeId,
8259
+ p.propertyKeys
8260
8260
  );
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);
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);
8267
8267
  else {
8268
8268
  console.assert(!1);
8269
8269
  continue;
8270
8270
  }
8271
- const b = we(y, m.subKeys);
8271
+ const b = we(y, p.subKeys);
8272
8272
  if (le(u, b))
8273
8273
  continue;
8274
8274
  const g = W(y);
8275
- go(g, m.subKeys, W(u)), m.type === "elementProperty" ? t.setElementProperty(
8276
- m.nodeId,
8277
- m.propertyKeys,
8275
+ go(g, p.subKeys, W(u)), p.type === "elementProperty" ? t.setElementProperty(
8276
+ p.nodeId,
8277
+ p.propertyKeys,
8278
8278
  g
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);
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);
8280
8280
  } else {
8281
8281
  let y;
8282
- if (m.type === "elementProperty")
8282
+ if (p.type === "elementProperty")
8283
8283
  y = t.getElementProperty(
8284
- m.nodeId,
8285
- m.propertyKeys
8284
+ p.nodeId,
8285
+ p.propertyKeys
8286
8286
  );
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);
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);
8293
8293
  else {
8294
8294
  console.assert(!1);
8295
8295
  continue;
8296
8296
  }
8297
8297
  if (le(u, y))
8298
8298
  continue;
8299
- m.type === "elementProperty" ? t.setElementProperty(
8300
- m.nodeId,
8301
- m.propertyKeys,
8299
+ p.type === "elementProperty" ? t.setElementProperty(
8300
+ p.nodeId,
8301
+ p.propertyKeys,
8302
8302
  W(u)
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);
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);
8304
8304
  }
8305
8305
  }
8306
8306
  }
@@ -8423,17 +8423,17 @@ 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), p = t.pseudoToNative(i), d = t.pseudoToNative(o), u = t.pseudoToNative(s), m = t.pseudoToNative(r);
8426
+ const c = t.pseudoToNative(e), m = t.pseudoToNative(i), d = t.pseudoToNative(o), u = t.pseudoToNative(s), p = t.pseudoToNative(r);
8427
8427
  try {
8428
8428
  const y = JSON.stringify(d), { strOutputs: b } = await Iu({
8429
8429
  spaceId: c,
8430
- id: p,
8430
+ id: m,
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", m, y);
8436
+ console.error("callFuncV1 failed", p, y);
8437
8437
  }
8438
8438
  }
8439
8439
  );
@@ -8456,48 +8456,46 @@ 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 p;
8459
+ let m;
8460
8460
  if (r === "elementProperty")
8461
- p = t.getElementProperty(a, c);
8461
+ m = t.getElementProperty(a, c);
8462
8462
  else if (r === "referenceProperty") {
8463
8463
  const d = t.children[a];
8464
- d && (p = d.getCustomProperty(c));
8464
+ d && (m = d.getCustomProperty(c));
8465
8465
  } else if (r === "multipleRefProperty") {
8466
8466
  const d = t.children[a + "/" + s];
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);
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);
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: p, propertyKey: d } = eo(s);
8473
+ const s = t.pseudoToNative(e), r = t.pseudoToNative(i), a = t.pseudoToNative(o), { kind: c, nodeId: m, propertyKey: d } = eo(s);
8474
8474
  if (c === "elementProperty")
8475
- t.setElementProperty(p, d, a);
8475
+ t.setElementProperty(m, d, a);
8476
8476
  else if (c === "referenceProperty") {
8477
- const u = t.children[p];
8477
+ const u = t.children[m];
8478
8478
  u && u.setCustomProperty(d, a);
8479
8479
  } else if (c === "multipleRefProperty") {
8480
- const u = t.children[p + "/" + r];
8480
+ const u = t.children[m + "/" + 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
- ), t.bindAsyncFunction(
8484
+ ), t.bindNativeFunction(
8485
8485
  "__callMethodV1__",
8486
- (e, i, o, s) => {
8487
- const r = t.pseudoToNative(e), a = t.pseudoToNative(i), c = t.pseudoToNative(o), { kind: p, nodeId: d, methodKey: u } = jo(r);
8488
- let m;
8489
- if (p === "elementMethod")
8490
- m = t.callElementMethod(r, c);
8491
- else if (p === "referenceMethod") {
8492
- const y = t.children[d];
8493
- y && (m = y.callCustomMethod(u, c));
8494
- } else if (p === "multipleRefMethod") {
8495
- const y = t.children[d + "/" + a];
8496
- y && (m = y.callCustomMethod(u, c));
8497
- } else p === "customMethod" || p === "customSlotMethod" || console.assert(!1);
8498
- setTimeout(() => {
8499
- s(t.nativeToPseudo(m)), t.run();
8500
- }, 1e3);
8486
+ (e, i, o) => {
8487
+ const s = t.pseudoToNative(e), r = t.pseudoToNative(i), a = t.pseudoToNative(o), { kind: c, nodeId: m, methodKey: d } = jo(s);
8488
+ let u;
8489
+ if (c === "elementMethod")
8490
+ u = t.callElementMethod(s, a);
8491
+ else if (c === "referenceMethod") {
8492
+ const p = t.children[m];
8493
+ p && (u = p.callCustomMethod(d, a));
8494
+ } else if (c === "multipleRefMethod") {
8495
+ const p = t.children[m + "/" + r];
8496
+ p && (u = p.callCustomMethod(d, a));
8497
+ } else c === "customMethod" || c === "customSlotMethod" || console.assert(!1);
8498
+ return t.nativeToPseudo(u);
8501
8499
  }
8502
8500
  ), t.bindNativeFunction("__getStateV1__", (e) => {
8503
8501
  const i = t.pseudoToNative(e), o = t.getState(i);
@@ -8531,8 +8529,8 @@ function Su(t) {
8531
8529
  "__openPromptDlgV1__",
8532
8530
  (e, i, o, s) => {
8533
8531
  const r = t.pseudoToNative(e), a = t.pseudoToNative(i), c = t.pseudoToNative(o);
8534
- nr({ title: r, label: a, value: c }).then((p) => {
8535
- s(t.nativeToPseudo(p)), t.run();
8532
+ nr({ title: r, label: a, value: c }).then((m) => {
8533
+ s(t.nativeToPseudo(m)), t.run();
8536
8534
  });
8537
8535
  }
8538
8536
  );
@@ -8650,8 +8648,8 @@ class Bu {
8650
8648
  type;
8651
8649
  eventBus = vr();
8652
8650
  hooks;
8653
- constructor(e, i, o, s, r, a, c, p, d) {
8654
- 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}'`);
8651
+ constructor(e, i, o, s, r, a, c, m, d) {
8652
+ 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}'`);
8655
8653
  }
8656
8654
  dispose() {
8657
8655
  this.parent?.removeChild(this.id), this.destroyInterpreter(), console.log(`Sandbox/dispose id='${this.id}'`);
@@ -8876,7 +8874,7 @@ ${Ir(e)}} catch (e) {
8876
8874
  }
8877
8875
  }
8878
8876
  function Zn(t, e, i, o, s) {
8879
- const r = gu(), a = xu(), c = H(), p = fe(), d = Ce(), u = Ne(), m = (I, S, P, E) => {
8877
+ const r = gu(), a = xu(), c = H(), m = fe(), d = Ce(), u = Ne(), p = (I, S, P, E) => {
8880
8878
  if (Q(c) && (x.callFunction(
8881
8879
  "__triggerEventV1__",
8882
8880
  J(
@@ -8944,8 +8942,8 @@ function Zn(t, e, i, o, s) {
8944
8942
  S,
8945
8943
  P
8946
8944
  ));
8947
- }, x = new Bu(e, i, o, s, r, a, c, p, {
8948
- onElementPropertyChange: m,
8945
+ }, x = new Bu(e, i, o, s, r, a, c, m, {
8946
+ onElementPropertyChange: p,
8949
8947
  onCustomPropertyChange: y,
8950
8948
  onAdaptSlotPropertyChange: b,
8951
8949
  onStateChange: g