x-runtime-lib 0.8.134 → 0.8.135

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 +733 -725
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,11 +1,11 @@
1
- var pn = (t, n) => (n = Symbol[t]) ? n : /* @__PURE__ */ Symbol.for("Symbol." + t), fn = (t) => {
1
+ var _n = (t, n) => (n = Symbol[t]) ? n : /* @__PURE__ */ Symbol.for("Symbol." + t), vn = (t) => {
2
2
  throw TypeError(t);
3
3
  };
4
4
  var Pe = (t, n, e) => {
5
5
  if (n != null) {
6
- typeof n != "object" && typeof n != "function" && fn("Object expected");
6
+ typeof n != "object" && typeof n != "function" && vn("Object expected");
7
7
  var o, s;
8
- e && (o = n[pn("asyncDispose")]), o === void 0 && (o = n[pn("dispose")], e && (s = o)), typeof o != "function" && fn("Object not disposable"), s && (o = function() {
8
+ e && (o = n[_n("asyncDispose")]), o === void 0 && (o = n[_n("dispose")], e && (s = o)), typeof o != "function" && vn("Object not disposable"), s && (o = function() {
9
9
  try {
10
10
  s.call(this);
11
11
  } catch (r) {
@@ -29,29 +29,29 @@ var Pe = (t, n, e) => {
29
29
  };
30
30
  return r();
31
31
  };
32
- import { defineComponent as C, createElementBlock as ce, renderSlot as K, unref as i, openBlock as x, createElementVNode as ie, computed as k, normalizeStyle as ue, createCommentVNode as le, ref as oe, watch as ae, onBeforeMount as ti, onUnmounted as Ue, watchEffect as he, createBlock as w, withCtx as V, useTemplateRef as xo, onMounted as ko, nextTick as wo, resolveComponent as W, createVNode as j, isRef as Q, h as G, createSlots as Xt, renderList as ni, useId as Io, withModifiers as oi, normalizeClass as ii, toDisplayString as ri, useAttrs as ct, inject as me, provide as de, readonly as Yt } from "vue";
32
+ import { defineComponent as C, createElementBlock as ce, renderSlot as K, unref as i, openBlock as x, createElementVNode as ie, computed as k, normalizeStyle as ue, createCommentVNode as le, ref as oe, watch as ae, onBeforeMount as ti, onUnmounted as Ue, watchEffect as he, createBlock as w, withCtx as V, useTemplateRef as xo, onMounted as ko, nextTick as wo, resolveComponent as W, createVNode as j, isRef as Q, h as G, createSlots as nn, renderList as ni, useId as Io, withModifiers as oi, normalizeClass as ii, toDisplayString as ri, useAttrs as yt, inject as me, provide as pe, readonly as on } from "vue";
33
33
  import { globalObjects as Ie, waitUtil as So, useViewStack as Co, eventBus as $o, messageInfo as si, messageSuccess as li, messageWarning as Vo, messageError as Po, createAxios as ai, openConfirmDlg as ci, openPromptDlg as ui } from "x-essential-lib";
34
- import { CameraHelper as Lo, DirectionalLightHelper as mi, PointLightHelper as di, SpotLightHelper as pi } from "three";
34
+ import { CameraHelper as Lo, DirectionalLightHelper as mi, PointLightHelper as pi, SpotLightHelper as di } from "three";
35
35
  import { i as se, c as Je, K as fi, M as yi, O as bi, u as gi, r as zo, e as To, a as hi, b as _i, d as vi, f as xi, g as ki, h as wi, j as Ii, k as Si, l as Eo, m as D, n as Ci, o as $i, p as Vi, q as Pi } from "./vendor.hylrutpj.js";
36
36
  import { useTheme as Li } from "vuetify";
37
37
  import { getErrorMessage as zi } from "x-error-lib";
38
38
  import { useI18n as qe } from "vue-i18n";
39
- const yn = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
39
+ const xn = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
40
40
  function T(t) {
41
41
  let n = "";
42
42
  for (let e = 0; e < t; e++) {
43
- const o = Math.floor(Math.random() * yn.length);
44
- n += yn[o];
43
+ const o = Math.floor(Math.random() * xn.length);
44
+ n += xn[o];
45
45
  }
46
46
  return n;
47
47
  }
48
- function ut(t) {
48
+ function bt(t) {
49
49
  if (typeof t != "string" || !t.endsWith("px"))
50
50
  return !1;
51
51
  const n = t.substring(0, t.length - 2), e = parseFloat(n);
52
52
  return !(isNaN(e) || e % 1 !== 0);
53
53
  }
54
- function Zt(t) {
54
+ function rn(t) {
55
55
  if (typeof t != "string" || !t.endsWith("%"))
56
56
  return !1;
57
57
  const n = t.substring(0, t.length - 1), e = parseFloat(n);
@@ -64,7 +64,7 @@ function uu(t) {
64
64
  if (!isNaN(e) && e % 1 === 0)
65
65
  return e;
66
66
  }
67
- function bt(t) {
67
+ function kt(t) {
68
68
  if (typeof t != "string" || !t.endsWith("%"))
69
69
  return;
70
70
  const n = t.substring(0, t.length - 1), e = parseFloat(n);
@@ -72,16 +72,16 @@ function bt(t) {
72
72
  return e;
73
73
  }
74
74
  const Ao = ["xs", "sm", "md", "lg", "xl"], Ti = [...Ao].reverse();
75
- function ot(t) {
75
+ function ct(t) {
76
76
  return t < 600 ? "xs" : t < 960 ? "sm" : t < 1280 ? "md" : t < 1920 ? "lg" : "xl";
77
77
  }
78
- function bn(t) {
78
+ function kn(t) {
79
79
  return Ao.findIndex((n) => n === t);
80
80
  }
81
81
  function De(t, n) {
82
82
  let e;
83
83
  for (const o of Ti) {
84
- if (bn(o) < bn(t))
84
+ if (kn(o) < kn(t))
85
85
  break;
86
86
  n[o] && (e = n[o]);
87
87
  }
@@ -101,7 +101,7 @@ function ke(t, n) {
101
101
  return e;
102
102
  }
103
103
  }
104
- function Qt(t, n, e) {
104
+ function sn(t, n, e) {
105
105
  let o = t;
106
106
  if (typeof o != "object")
107
107
  return;
@@ -121,7 +121,7 @@ function mu(t, n = 2) {
121
121
  `).map((r) => r.trim() === "" ? r : e + r).join(`
122
122
  `);
123
123
  }
124
- function du(t) {
124
+ function pu(t) {
125
125
  return t.startsWith("slot_v") || t.startsWith("multiple_slot_v");
126
126
  }
127
127
  function Xe(t) {
@@ -159,11 +159,11 @@ function A(t, n) {
159
159
  };
160
160
  }
161
161
  const Ei = ["common", "scene"], Ai = ["common", "scene"];
162
- function pu({ type: t, version: n, view: e, code: o }) {
162
+ function du({ type: t, version: n, view: e, code: o }) {
163
163
  const s = (c, u) => {
164
164
  const m = { id: u.id };
165
- u.children && (m.children = [], u.children.forEach((p) => {
166
- s(m.children, p);
165
+ u.children && (m.children = [], u.children.forEach((d) => {
166
+ s(m.children, d);
167
167
  })), c.push(m);
168
168
  }, r = [];
169
169
  e.nodeLites.forEach((c) => {
@@ -315,7 +315,7 @@ const vu = [
315
315
  "scene_sphere_geometry_v1",
316
316
  "scene_spot_light_v1"
317
317
  ];
318
- function en(t, n, e) {
318
+ function ln(t, n, e) {
319
319
  const { i18n: o } = Ie;
320
320
  let s = "";
321
321
  return t && (s += t + " / "), n.forEach((r, l) => {
@@ -325,17 +325,17 @@ function en(t, n, e) {
325
325
  function xu(t, n) {
326
326
  const { i18n: e } = Ie;
327
327
  let o = "";
328
- return t === "elementProperty" || (t === "refProperty" || t === "multipleRefProperty" || t === "customProperty" ? o = e.global.t("x-runtime-lib.custom") : t === "customSlotProperty" ? o = e.global.t("x-runtime-lib.customSlot") : t === "adaptSlotElementProperty" || t === "adaptSlotCustomProperty" ? o = e.global.t("x-runtime-lib.adaptSlot") : console.assert(!1)), en(o, n, Mi(t));
328
+ return t === "elementProperty" || (t === "refProperty" || t === "multipleRefProperty" || t === "customProperty" ? o = e.global.t("x-runtime-lib.custom") : t === "customSlotProperty" ? o = e.global.t("x-runtime-lib.customSlot") : t === "adaptSlotElementProperty" || t === "adaptSlotCustomProperty" ? o = e.global.t("x-runtime-lib.adaptSlot") : console.assert(!1)), ln(o, n, Mi(t));
329
329
  }
330
330
  function ku(t, n) {
331
331
  const { i18n: e } = Ie;
332
332
  let o = "";
333
- return t === "elementMethod" || (t === "refMethod" || t === "multipleRefMethod" || t === "customMethod" ? o = e.global.t("x-runtime-lib.custom") : t === "customSlotMethod" ? o = e.global.t("x-runtime-lib.customSlot") : t === "adaptSlotElementMethod" || t === "adaptSlotCustomMethod" ? o = e.global.t("x-runtime-lib.adaptSlot") : console.assert(!1)), en(o, n, Wi(t));
333
+ return t === "elementMethod" || (t === "refMethod" || t === "multipleRefMethod" || t === "customMethod" ? o = e.global.t("x-runtime-lib.custom") : t === "customSlotMethod" ? o = e.global.t("x-runtime-lib.customSlot") : t === "adaptSlotElementMethod" || t === "adaptSlotCustomMethod" ? o = e.global.t("x-runtime-lib.adaptSlot") : console.assert(!1)), ln(o, n, Wi(t));
334
334
  }
335
335
  function wu(t, n) {
336
336
  const { i18n: e } = Ie;
337
337
  let o = "";
338
- return t === "elementEvent" || (t === "refEvent" || t === "multipleRefEvent" || t === "customEvent" ? o = e.global.t("x-runtime-lib.custom") : t === "customSlotEvent" ? o = e.global.t("x-runtime-lib.customSlot") : t === "adaptSlotElementEvent" || t === "adaptSlotCustomEvent" ? o = e.global.t("x-runtime-lib.adaptSlot") : t === "elementPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.propertyChange") : t === "refPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.referencePropertyChange") : t === "multipleRefPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.multipleRefPropertyChange") : t === "customPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.customPropertyChange") : t === "customSlotPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.customSlotPropertyChange") : t === "adaptSlotElementPropertyChangeEvent" || t === "adaptSlotCustomPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.adaptSlotPropertyChange") : t === "stateChangeEvent" ? o = e.global.t("x-runtime-lib.stateChange") : console.assert(!1)), en(o, n, Bi(t));
338
+ return t === "elementEvent" || (t === "refEvent" || t === "multipleRefEvent" || t === "customEvent" ? o = e.global.t("x-runtime-lib.custom") : t === "customSlotEvent" ? o = e.global.t("x-runtime-lib.customSlot") : t === "adaptSlotElementEvent" || t === "adaptSlotCustomEvent" ? o = e.global.t("x-runtime-lib.adaptSlot") : t === "elementPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.propertyChange") : t === "refPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.referencePropertyChange") : t === "multipleRefPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.multipleRefPropertyChange") : t === "customPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.customPropertyChange") : t === "customSlotPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.customSlotPropertyChange") : t === "adaptSlotElementPropertyChangeEvent" || t === "adaptSlotCustomPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.adaptSlotPropertyChange") : t === "stateChangeEvent" ? o = e.global.t("x-runtime-lib.stateChange") : console.assert(!1)), ln(o, n, Bi(t));
339
339
  }
340
340
  const Ri = ["position", "rotation", "scale"], Ce = /* @__PURE__ */ C({
341
341
  __name: "index",
@@ -405,7 +405,7 @@ function P(t) {
405
405
  const { debugTrace: o } = Ki(e);
406
406
  return o("created"), { node: e };
407
407
  }
408
- function it(t, n, e) {
408
+ function ut(t, n, e) {
409
409
  const o = fe();
410
410
  if (o) {
411
411
  const s = k(() => jc("elementMethod", t, n));
@@ -427,7 +427,7 @@ const Di = (t, n, e, o) => {
427
427
  return s;
428
428
  }, Oi = (t, n, e, o, s) => {
429
429
  let r;
430
- s ? typeof o == "object" ? r = JSON.stringify(o, null, 2) : (console.assert(!1), r = "{}") : r = o, t ? t.setElementProperty(n.basic.id, e, r) : Qt(n, e, r);
430
+ s ? typeof o == "object" ? r = JSON.stringify(o, null, 2) : (console.assert(!1), r = "{}") : r = o, t ? t.setElementProperty(n.basic.id, e, r) : sn(n, e, r);
431
431
  };
432
432
  function a(t, n, e) {
433
433
  const o = fe(), s = oe();
@@ -462,20 +462,20 @@ function ve(t) {
462
462
  "transform",
463
463
  "rotation",
464
464
  "z"
465
- ]), { property: c } = a(t, ["transform", "scale", "x"]), { property: u } = a(t, ["transform", "scale", "y"]), { property: m } = a(t, ["transform", "scale", "z"]), p = oe([0, 0, 0]), d = oe([0, 0, 0]), f = oe([1, 1, 1]);
465
+ ]), { property: c } = a(t, ["transform", "scale", "x"]), { property: u } = a(t, ["transform", "scale", "y"]), { property: m } = a(t, ["transform", "scale", "z"]), d = oe([0, 0, 0]), p = oe([0, 0, 0]), f = oe([1, 1, 1]);
466
466
  return he(() => {
467
- p.value = [n.value, e.value, o.value];
467
+ d.value = [n.value, e.value, o.value];
468
468
  }), he(() => {
469
- n.value = p.value[0], e.value = p.value[1], o.value = p.value[2];
469
+ n.value = d.value[0], e.value = d.value[1], o.value = d.value[2];
470
470
  }), he(() => {
471
- d.value = [s.value, r.value, l.value];
471
+ p.value = [s.value, r.value, l.value];
472
472
  }), he(() => {
473
- s.value = d.value[0], r.value = d.value[1], l.value = d.value[2];
473
+ s.value = p.value[0], r.value = p.value[1], l.value = p.value[2];
474
474
  }), he(() => {
475
475
  f.value = [c.value, u.value, m.value];
476
476
  }), he(() => {
477
477
  c.value = f.value[0], u.value = f.value[1], m.value = f.value[2];
478
- }), { position: p, rotation: d, scale: f };
478
+ }), { position: d, rotation: p, scale: f };
479
479
  }
480
480
  function Mo(t) {
481
481
  const n = k(() => t.value.legend?.show), e = k(() => t.value.legend?.data);
@@ -542,54 +542,54 @@ function Y(t) {
542
542
  });
543
543
  return { color: l, rgb: c, alpha: u };
544
544
  }
545
- function tn(t) {
545
+ function an(t) {
546
546
  const n = k(() => t.value.border?.style), e = k(() => t.value.border?.width), o = k(() => t.value.border?.color), { color: s } = Y(o), r = k(() => t.value.border?.roundRadius?.tl), l = k(() => t.value.border?.roundRadius?.tr), c = k(() => t.value.border?.roundRadius?.bl), u = k(() => t.value.border?.roundRadius?.br);
547
- function m(p) {
548
- n.value && (p.borderStyle = n.value), e.value && (p.borderWidth = e.value), s.value && (p.borderColor = s.value), r.value && (p.borderTopLeftRadius = r.value), l.value && (p.borderTopRightRadius = l.value), c.value && (p.borderBottomLeftRadius = c.value), u.value && (p.borderBottomRightRadius = u.value);
547
+ function m(d) {
548
+ n.value && (d.borderStyle = n.value), e.value && (d.borderWidth = e.value), s.value && (d.borderColor = s.value), r.value && (d.borderTopLeftRadius = r.value), l.value && (d.borderTopRightRadius = l.value), c.value && (d.borderBottomLeftRadius = c.value), u.value && (d.borderBottomRightRadius = u.value);
549
549
  }
550
550
  return { borderStyle: n, borderWidth: e, borderColor: s, applyBorder: m };
551
551
  }
552
- function nn(t) {
552
+ function cn(t) {
553
553
  const n = k(() => t.value.margin?.top), e = k(() => t.value.margin?.left), o = k(() => t.value.margin?.bottom), s = k(() => t.value.margin?.right);
554
554
  function r(l) {
555
555
  n.value && (l.marginTop = n.value), e.value && (l.marginLeft = e.value), o.value && (l.marginBottom = o.value), s.value && (l.marginRight = s.value);
556
556
  }
557
557
  return { marginTop: n, marginLeft: e, marginBottom: o, marginRight: s, applyMargin: r };
558
558
  }
559
- function on(t) {
559
+ function un(t) {
560
560
  const n = k(() => t.value.padding?.top), e = k(() => t.value.padding?.left), o = k(() => t.value.padding?.bottom), s = k(() => t.value.padding?.right);
561
561
  function r(l) {
562
562
  n.value && (l.paddingTop = n.value), e.value && (l.paddingLeft = e.value), o.value && (l.paddingBottom = o.value), s.value && (l.paddingRight = s.value);
563
563
  }
564
564
  return { paddingTop: n, paddingLeft: e, paddingBottom: o, paddingRight: s, applyPadding: r };
565
565
  }
566
- function pe(t, n) {
566
+ function de(t, n) {
567
567
  const e = X(), o = Re(), s = k(() => n.value.size?.width), r = k(() => n.value.size?.minWidth), l = k(() => n.value.size?.maxWidth), c = k(() => {
568
568
  if (t.outer && e === "editor") {
569
- const d = bt(n.value.size?.height);
570
- if (d)
571
- return d / 100 * o.value.height + "px";
569
+ const p = kt(n.value.size?.height);
570
+ if (p)
571
+ return p / 100 * o.value.height + "px";
572
572
  }
573
573
  return n.value.size?.height;
574
574
  }), u = k(() => {
575
575
  if (t.outer && e === "editor") {
576
- const d = bt(n.value.size?.minHeight);
577
- if (d)
578
- return d / 100 * o.value.height + "px";
576
+ const p = kt(n.value.size?.minHeight);
577
+ if (p)
578
+ return p / 100 * o.value.height + "px";
579
579
  }
580
580
  return n.value.size?.minHeight;
581
581
  }), m = k(() => {
582
582
  if (t.outer && e === "editor") {
583
- const d = bt(n.value.size?.maxHeight);
584
- if (d)
585
- return d / 100 * o.value.height + "px";
583
+ const p = kt(n.value.size?.maxHeight);
584
+ if (p)
585
+ return p / 100 * o.value.height + "px";
586
586
  }
587
587
  return n.value.size?.maxHeight;
588
588
  });
589
- function p(d) {
590
- s.value && (d.width = s.value), r.value && (d.minWidth = r.value), l.value && (d.maxWidth = l.value), c.value && (d.height = c.value), u.value && (d.minHeight = u.value), m.value && (d.maxHeight = m.value);
589
+ function d(p) {
590
+ s.value && (p.width = s.value), r.value && (p.minWidth = r.value), l.value && (p.maxWidth = l.value), c.value && (p.height = c.value), u.value && (p.minHeight = u.value), m.value && (p.maxHeight = m.value);
591
591
  }
592
- return { width: s, minWidth: r, maxWidth: l, height: c, minHeight: u, maxHeight: m, applySize: p };
592
+ return { width: s, minWidth: r, maxWidth: l, height: c, minHeight: u, maxHeight: m, applySize: d };
593
593
  }
594
594
  const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "scale", "top"], Ni = /* @__PURE__ */ C({
595
595
  __name: "index",
@@ -599,7 +599,7 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
599
599
  refContext: {}
600
600
  },
601
601
  setup(t) {
602
- const n = t, { node: e } = P(n), o = X(), { position: s, rotation: r, scale: l } = ve(e), { property: c } = a(e, ["settings", "bottom"]), { property: u } = a(e, ["settings", "far"]), { property: m } = a(e, ["settings", "left"]), { property: p } = a(e, ["settings", "near"]), { property: d } = a(e, ["settings", "right"]), { property: f } = a(e, ["settings", "top"]);
602
+ const n = t, { node: e } = P(n), o = X(), { position: s, rotation: r, scale: l } = ve(e), { property: c } = a(e, ["settings", "bottom"]), { property: u } = a(e, ["settings", "far"]), { property: m } = a(e, ["settings", "left"]), { property: d } = a(e, ["settings", "near"]), { property: p } = a(e, ["settings", "right"]), { property: f } = a(e, ["settings", "top"]);
603
603
  return (b, g) => (x(), w(i(Ce), {
604
604
  position: i(s),
605
605
  rotation: i(r),
@@ -610,9 +610,9 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
610
610
  bottom: i(c),
611
611
  far: i(u),
612
612
  left: i(m),
613
- near: i(p),
613
+ near: i(d),
614
614
  position: i(o) !== "editor" ? i(s) : [0, 0, 0],
615
- right: i(d),
615
+ right: i(p),
616
616
  rotation: i(o) !== "editor" ? i(r) : [0, 0, 0],
617
617
  scale: i(o) !== "editor" ? i(l) : [1, 1, 1],
618
618
  top: i(f)
@@ -635,8 +635,8 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
635
635
  refContext: {}
636
636
  },
637
637
  setup(t) {
638
- const n = t, { node: e } = P(n), o = X(), { position: s, rotation: r, scale: l } = ve(e), { property: c } = a(e, ["settings", "aspect"]), { property: u } = a(e, ["settings", "far"]), { property: m } = a(e, ["settings", "fov"]), { property: p } = a(e, ["settings", "near"]);
639
- return (d, f) => (x(), w(i(Ce), {
638
+ const n = t, { node: e } = P(n), o = X(), { position: s, rotation: r, scale: l } = ve(e), { property: c } = a(e, ["settings", "aspect"]), { property: u } = a(e, ["settings", "far"]), { property: m } = a(e, ["settings", "fov"]), { property: d } = a(e, ["settings", "near"]);
639
+ return (p, f) => (x(), w(i(Ce), {
640
640
  position: i(s),
641
641
  rotation: i(r),
642
642
  scale: i(l)
@@ -646,7 +646,7 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
646
646
  aspect: i(c),
647
647
  far: i(u),
648
648
  fov: i(m),
649
- near: i(p),
649
+ near: i(d),
650
650
  position: i(o) !== "editor" ? i(s) : [0, 0, 0],
651
651
  rotation: i(o) !== "editor" ? i(r) : [0, 0, 0],
652
652
  scale: i(o) !== "editor" ? i(l) : [1, 1, 1]
@@ -655,7 +655,7 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
655
655
  key: 0,
656
656
  type: i(Lo)
657
657
  }, null, 8, ["type"])) : le("", !0),
658
- K(d.$slots, "default")
658
+ K(p.$slots, "default")
659
659
  ], 8, ji)
660
660
  ]),
661
661
  _: 3
@@ -697,7 +697,7 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
697
697
  "settings",
698
698
  "widthSegements"
699
699
  ]);
700
- return (m, p) => (x(), ce("TresBoxGeometry", {
700
+ return (m, d) => (x(), ce("TresBoxGeometry", {
701
701
  args: [
702
702
  i(c),
703
703
  i(r),
@@ -740,7 +740,7 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
740
740
  "settings",
741
741
  "widthSegments"
742
742
  ]);
743
- return (p, d) => (x(), ce("TresSphereGeometry", {
743
+ return (d, p) => (x(), ce("TresSphereGeometry", {
744
744
  args: [
745
745
  i(l),
746
746
  i(m),
@@ -764,7 +764,7 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
764
764
  "settings",
765
765
  "intensity"
766
766
  ]);
767
- return (p, d) => (x(), w(i(Ce), {
767
+ return (d, p) => (x(), w(i(Ce), {
768
768
  position: i(s),
769
769
  rotation: i(r),
770
770
  scale: i(l)
@@ -777,7 +777,7 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
777
777
  rotation: i(o) !== "editor" ? i(r) : [0, 0, 0],
778
778
  scale: i(o) !== "editor" ? i(l) : [1, 1, 1]
779
779
  }, [
780
- K(p.$slots, "default")
780
+ K(d.$slots, "default")
781
781
  ], 8, Qi)
782
782
  ]),
783
783
  _: 3
@@ -795,7 +795,7 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
795
795
  "settings",
796
796
  "intensity"
797
797
  ]);
798
- return (p, d) => (x(), w(i(Ce), {
798
+ return (d, p) => (x(), w(i(Ce), {
799
799
  position: i(s),
800
800
  rotation: i(r),
801
801
  scale: i(l)
@@ -812,7 +812,7 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
812
812
  key: 0,
813
813
  type: i(mi)
814
814
  }, null, 8, ["type"])) : le("", !0),
815
- K(p.$slots, "default")
815
+ K(d.$slots, "default")
816
816
  ], 8, tr)
817
817
  ]),
818
818
  _: 3
@@ -826,10 +826,10 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
826
826
  refContext: {}
827
827
  },
828
828
  setup(t) {
829
- const n = t, { node: e } = P(n), o = X(), { position: s, rotation: r, scale: l } = ve(e), { property: c } = a(e, ["settings", "color"]), { color: u } = Y(c), { property: m } = a(e, ["settings", "decay"]), { property: p } = a(e, [
829
+ const n = t, { node: e } = P(n), o = X(), { position: s, rotation: r, scale: l } = ve(e), { property: c } = a(e, ["settings", "color"]), { color: u } = Y(c), { property: m } = a(e, ["settings", "decay"]), { property: d } = a(e, [
830
830
  "settings",
831
831
  "distance"
832
- ]), { property: d } = a(e, [
832
+ ]), { property: p } = a(e, [
833
833
  "settings",
834
834
  "intensity"
835
835
  ]);
@@ -842,15 +842,15 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
842
842
  ie("TresPointLight", {
843
843
  color: i(u),
844
844
  decay: i(m),
845
- distance: i(p),
846
- intensity: i(d),
845
+ distance: i(d),
846
+ intensity: i(p),
847
847
  position: i(o) !== "editor" ? i(s) : [0, 0, 0],
848
848
  rotation: i(o) !== "editor" ? i(r) : [0, 0, 0],
849
849
  scale: i(o) !== "editor" ? i(l) : [1, 1, 1]
850
850
  }, [
851
851
  i(o) === "editor" ? (x(), w(i(Je), {
852
852
  key: 0,
853
- type: i(di)
853
+ type: i(pi)
854
854
  }, null, 8, ["type"])) : le("", !0),
855
855
  K(f.$slots, "default")
856
856
  ], 8, or)
@@ -866,7 +866,7 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
866
866
  refContext: {}
867
867
  },
868
868
  setup(t) {
869
- const n = t, { node: e } = P(n), o = X(), { position: s, rotation: r, scale: l } = ve(e), { property: c } = a(e, ["settings", "angle"]), { property: u } = a(e, ["settings", "color"]), { color: m } = Y(u), { property: p } = a(e, ["settings", "decay"]), { property: d } = a(e, [
869
+ const n = t, { node: e } = P(n), o = X(), { position: s, rotation: r, scale: l } = ve(e), { property: c } = a(e, ["settings", "angle"]), { property: u } = a(e, ["settings", "color"]), { color: m } = Y(u), { property: d } = a(e, ["settings", "decay"]), { property: p } = a(e, [
870
870
  "settings",
871
871
  "distance"
872
872
  ]), { property: f } = a(e, [
@@ -885,8 +885,8 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
885
885
  ie("TresSpotLight", {
886
886
  angle: i(c),
887
887
  color: i(m),
888
- decay: i(p),
889
- distance: i(d),
888
+ decay: i(d),
889
+ distance: i(p),
890
890
  intensity: i(f),
891
891
  penumbra: i(b),
892
892
  position: i(o) !== "editor" ? i(s) : [0, 0, 0],
@@ -895,7 +895,7 @@ const Fi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
895
895
  }, [
896
896
  i(o) === "editor" ? (x(), w(i(Je), {
897
897
  key: 0,
898
- type: i(pi)
898
+ type: i(di)
899
899
  }, null, 8, ["type"])) : le("", !0),
900
900
  K(g.$slots, "default")
901
901
  ], 8, rr)
@@ -933,7 +933,7 @@ const cr = /* @__PURE__ */ We(lr, [["render", ar]]), ur = ["position", "rotation
933
933
  _: 3
934
934
  }, 8, ["position", "rotation", "scale"]));
935
935
  }
936
- }), dr = ["position", "rotation", "scale"], pr = /* @__PURE__ */ C({
936
+ }), pr = ["position", "rotation", "scale"], dr = /* @__PURE__ */ C({
937
937
  __name: "index",
938
938
  props: {
939
939
  nodeId: {},
@@ -948,7 +948,7 @@ const cr = /* @__PURE__ */ We(lr, [["render", ar]]), ur = ["position", "rotation
948
948
  scale: i(r)
949
949
  }, [
950
950
  K(l.$slots, "default")
951
- ], 8, dr));
951
+ ], 8, pr));
952
952
  }
953
953
  }), fr = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], yr = "#242424", br = {}, gr = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, hr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, _r = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, vr = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, xr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, kr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, wr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ir = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Sr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Cr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, $r = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Vr = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, Pr = { 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" } }, Lr = { 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)" } } }, zr = { 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)" } } }, Tr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Er = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Ar = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Mr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Wr = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Br = { textStyle: { color: "#eeeeee" } }, Rr = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, Kr = { lineStyle: { color: "#eeeeee", width: 1 }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: 0.5 }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: 0.5 }, label: { color: "#eeeeee" } } }, Dr = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Or = { 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" } }, Fr = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Nr = {
954
954
  color: fr,
@@ -980,7 +980,7 @@ const cr = /* @__PURE__ */ We(lr, [["render", ar]]), ur = ["position", "rotation
980
980
  visualMap: Dr,
981
981
  dataZoom: Or,
982
982
  markPoint: Fr
983
- }, jr = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Gr = "#f5f5f5", Hr = {}, Ur = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, Jr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, qr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Xr = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Yr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Zr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Qr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, es = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ts = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ns = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, os = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, is = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, rs = { 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" } }, ss = { 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)" } } }, ls = { 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)" } } }, as = { 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"] } } }, cs = { 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"] } } }, us = { 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"] } } }, ms = { 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"] } } }, ds = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, ps = { textStyle: { color: "#333333" } }, fs = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, ys = { 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" } } }, bs = { color: ["#bf444c", "#d88273", "#f6efa6"] }, gs = { 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" } }, hs = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, _s = {
983
+ }, jr = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Gr = "#f5f5f5", Hr = {}, Ur = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, Jr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, qr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Xr = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Yr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Zr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Qr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, es = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ts = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ns = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, os = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, is = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, rs = { 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" } }, ss = { 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)" } } }, ls = { 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)" } } }, as = { 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"] } } }, cs = { 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"] } } }, us = { 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"] } } }, ms = { 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"] } } }, ps = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, ds = { textStyle: { color: "#333333" } }, fs = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, ys = { 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" } } }, bs = { color: ["#bf444c", "#d88273", "#f6efa6"] }, gs = { 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" } }, hs = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, _s = {
984
984
  color: jr,
985
985
  backgroundColor: Gr,
986
986
  textStyle: Hr,
@@ -1003,8 +1003,8 @@ const cr = /* @__PURE__ */ We(lr, [["render", ar]]), ur = ["position", "rotation
1003
1003
  valueAxis: cs,
1004
1004
  logAxis: us,
1005
1005
  timeAxis: ms,
1006
- toolbox: ds,
1007
- legend: ps,
1006
+ toolbox: ps,
1007
+ legend: ds,
1008
1008
  tooltip: fs,
1009
1009
  timeline: ys,
1010
1010
  visualMap: bs,
@@ -1031,7 +1031,7 @@ const vs = /* @__PURE__ */ C({
1031
1031
  refContext: {}
1032
1032
  },
1033
1033
  setup(t) {
1034
- const n = t, { node: e } = P(n), o = Re(), s = Ze(), r = xe(), l = be(), { width: c, minWidth: u, maxWidth: m, height: p, minHeight: d, maxHeight: f, applySize: b } = pe(n, e), { applyTitle: g } = Bo(e), { applyXAxis: _ } = Ro(e), { applyYAxis: h } = Ko(e), { applyLegend: v } = Mo(e), { applySeries: S } = Wo(e), $ = k(() => {
1034
+ const n = t, { node: e } = P(n), o = Re(), s = Ze(), r = xe(), l = be(), { width: c, minWidth: u, maxWidth: m, height: d, minHeight: p, maxHeight: f, applySize: b } = de(n, e), { applyTitle: g } = Bo(e), { applyXAxis: _ } = Ro(e), { applyYAxis: h } = Ko(e), { applyLegend: v } = Mo(e), { applySeries: S } = Wo(e), $ = k(() => {
1035
1035
  const z = {}, J = l.value?.type;
1036
1036
  return r === "page" ? J === "common" ? b(z) : console.assert(!1) : r === "comp" && J === "common" ? b(z) : console.assert(!1), z;
1037
1037
  }), L = xo("chart");
@@ -1057,8 +1057,8 @@ const vs = /* @__PURE__ */ C({
1057
1057
  c,
1058
1058
  u,
1059
1059
  m,
1060
- p,
1061
1060
  d,
1061
+ p,
1062
1062
  f
1063
1063
  ],
1064
1064
  async () => {
@@ -1093,7 +1093,7 @@ const vs = /* @__PURE__ */ C({
1093
1093
  refContext: {}
1094
1094
  },
1095
1095
  setup(t) {
1096
- const n = t, { node: e } = P(n), o = Re(), s = Ze(), r = xe(), l = be(), { width: c, minWidth: u, maxWidth: m, height: p, minHeight: d, maxHeight: f, applySize: b } = pe(n, e), { applyTitle: g } = Bo(e), { applyXAxis: _ } = Ro(e), { applyYAxis: h } = Ko(e), { applyLegend: v } = Mo(e), { applySeries: S } = Wo(e), $ = k(() => {
1096
+ const n = t, { node: e } = P(n), o = Re(), s = Ze(), r = xe(), l = be(), { width: c, minWidth: u, maxWidth: m, height: d, minHeight: p, maxHeight: f, applySize: b } = de(n, e), { applyTitle: g } = Bo(e), { applyXAxis: _ } = Ro(e), { applyYAxis: h } = Ko(e), { applyLegend: v } = Mo(e), { applySeries: S } = Wo(e), $ = k(() => {
1097
1097
  const z = {}, J = l.value?.type;
1098
1098
  return r === "page" ? J === "common" ? b(z) : console.assert(!1) : r === "comp" && J === "common" ? b(z) : console.assert(!1), z;
1099
1099
  }), L = xo("chart");
@@ -1119,8 +1119,8 @@ const vs = /* @__PURE__ */ C({
1119
1119
  c,
1120
1120
  u,
1121
1121
  m,
1122
- p,
1123
1122
  d,
1123
+ p,
1124
1124
  f
1125
1125
  ],
1126
1126
  async () => {
@@ -1165,10 +1165,10 @@ const vs = /* @__PURE__ */ C({
1165
1165
  "y"
1166
1166
  ]);
1167
1167
  return (u, m) => {
1168
- const p = W("v-badge");
1168
+ const d = W("v-badge");
1169
1169
  return x(), w(i(H), null, {
1170
1170
  default: V(() => [
1171
- j(p, {
1171
+ j(d, {
1172
1172
  content: i(o),
1173
1173
  dot: i(s),
1174
1174
  "offset-x": i(l),
@@ -1200,7 +1200,7 @@ const vs = /* @__PURE__ */ C({
1200
1200
  ]), { property: r } = a(e, ["settings", "block"]), { property: l } = a(e, ["settings", "color"]), { color: c } = Y(l), { property: u } = a(e, ["settings", "density"]), { property: m } = a(e, [
1201
1201
  "settings",
1202
1202
  "disabled"
1203
- ]), { property: p } = a(e, ["size", "height"]), { property: d } = a(e, ["settings", "loading"]), { property: f } = a(e, ["size", "maxHeight"]), { property: b } = a(e, ["size", "maxWidth"]), { property: g } = a(e, ["size", "minHeight"]), { property: _ } = a(e, ["size", "minWidth"]), { property: h } = a(e, [
1203
+ ]), { property: d } = a(e, ["size", "height"]), { property: p } = a(e, ["settings", "loading"]), { property: f } = a(e, ["size", "maxHeight"]), { property: b } = a(e, ["size", "maxWidth"]), { property: g } = a(e, ["size", "minHeight"]), { property: _ } = a(e, ["size", "minWidth"]), { property: h } = a(e, [
1204
1204
  "settings",
1205
1205
  "addIcon",
1206
1206
  "prepend"
@@ -1229,8 +1229,8 @@ const vs = /* @__PURE__ */ C({
1229
1229
  color: i(c),
1230
1230
  density: i(u),
1231
1231
  disabled: i(m),
1232
- height: i(p),
1233
- loading: i(d),
1232
+ height: i(d),
1233
+ loading: i(p),
1234
1234
  "max-height": i(f),
1235
1235
  "max-width": i(b),
1236
1236
  "min-height": i(g),
@@ -1281,7 +1281,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1281
1281
  ]), { property: u } = a(e, [
1282
1282
  "settings",
1283
1283
  "readonly"
1284
- ]), { property: m } = a(e, ["settings", "size"]), { property: p } = a(e, ["settings", "stacked"]), { theme: d } = U(), { property: f } = a(e, ["settings", "tile"]), { property: b } = a(e, ["settings", "variant"]);
1284
+ ]), { property: m } = a(e, ["settings", "size"]), { property: d } = a(e, ["settings", "stacked"]), { theme: p } = U(), { property: f } = a(e, ["settings", "tile"]), { property: b } = a(e, ["settings", "variant"]);
1285
1285
  return (g, _) => {
1286
1286
  const h = W("v-btn-toggle");
1287
1287
  return x(), w(h, {
@@ -1292,8 +1292,8 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1292
1292
  multiple: i(c),
1293
1293
  readonly: i(u),
1294
1294
  size: i(m),
1295
- stacked: i(p),
1296
- theme: i(d),
1295
+ stacked: i(d),
1296
+ theme: i(p),
1297
1297
  tile: i(f),
1298
1298
  variant: i(b)
1299
1299
  }, {
@@ -1315,7 +1315,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1315
1315
  const n = t, { node: e } = P(n), { property: o } = a(e, ["settings", "density"]), { property: s } = a(e, [
1316
1316
  "settings",
1317
1317
  "disabled"
1318
- ]), { property: r } = a(e, ["size", "height"]), { property: l } = a(e, ["settings", "hover"]), { property: c } = a(e, ["settings", "loading"]), { property: u } = a(e, ["size", "maxHeight"]), { property: m } = a(e, ["size", "maxWidth"]), { property: p } = a(e, ["size", "minHeight"]), { property: d } = a(e, ["size", "minWidth"]), { property: f } = a(e, [
1318
+ ]), { property: r } = a(e, ["size", "height"]), { property: l } = a(e, ["settings", "hover"]), { property: c } = a(e, ["settings", "loading"]), { property: u } = a(e, ["size", "maxHeight"]), { property: m } = a(e, ["size", "maxWidth"]), { property: d } = a(e, ["size", "minHeight"]), { property: p } = a(e, ["size", "minWidth"]), { property: f } = a(e, [
1319
1319
  "settings",
1320
1320
  "subtitle"
1321
1321
  ]), { property: b } = a(e, ["settings", "text"]), { theme: g } = U(), { property: _ } = a(e, ["settings", "title"]), { property: h } = a(e, ["settings", "variant"]), { property: v } = a(e, ["size", "width"]);
@@ -1331,8 +1331,8 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1331
1331
  loading: i(c),
1332
1332
  "max-height": i(u),
1333
1333
  "max-width": i(m),
1334
- "min-height": i(p),
1335
- "min-width": i(d),
1334
+ "min-height": i(d),
1335
+ "min-width": i(p),
1336
1336
  subtitle: i(f),
1337
1337
  text: i(b),
1338
1338
  theme: i(g),
@@ -1395,7 +1395,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1395
1395
  ]), { property: u } = a(e, [
1396
1396
  "settings",
1397
1397
  "draggable"
1398
- ]), { property: m } = a(e, ["settings", "filter"]), { property: p } = a(e, ["settings", "label"]), { property: d } = a(e, ["settings", "size"]), { property: f } = a(e, ["settings", "text"]), { theme: b } = U(), { property: g } = a(e, ["settings", "tile"]), { property: _ } = a(e, ["settings", "value"]), { property: h } = a(e, ["settings", "variant"]);
1398
+ ]), { property: m } = a(e, ["settings", "filter"]), { property: d } = a(e, ["settings", "label"]), { property: p } = a(e, ["settings", "size"]), { property: f } = a(e, ["settings", "text"]), { theme: b } = U(), { property: g } = a(e, ["settings", "tile"]), { property: _ } = a(e, ["settings", "value"]), { property: h } = a(e, ["settings", "variant"]);
1399
1399
  return (v, S) => {
1400
1400
  const $ = W("v-chip");
1401
1401
  return x(), w(i(H), { mask: "" }, {
@@ -1407,8 +1407,8 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1407
1407
  disabled: i(c),
1408
1408
  draggable: i(u),
1409
1409
  filter: i(m),
1410
- label: i(p),
1411
- size: i(d),
1410
+ label: i(d),
1411
+ size: i(p),
1412
1412
  text: i(f),
1413
1413
  theme: i(b),
1414
1414
  tile: i(g),
@@ -1443,12 +1443,12 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1443
1443
  ]), { property: m } = a(e, [
1444
1444
  "settings",
1445
1445
  "showArrows"
1446
- ]), { theme: p } = U(), { property: d } = a(e, ["settings", "value"]);
1446
+ ]), { theme: d } = U(), { property: p } = a(e, ["settings", "value"]);
1447
1447
  return (f, b) => {
1448
1448
  const g = W("v-chip-group");
1449
1449
  return x(), w(g, {
1450
- modelValue: i(d),
1451
- "onUpdate:modelValue": b[0] || (b[0] = (_) => Q(d) ? d.value = _ : null),
1450
+ modelValue: i(p),
1451
+ "onUpdate:modelValue": b[0] || (b[0] = (_) => Q(p) ? p.value = _ : null),
1452
1452
  column: i(o),
1453
1453
  direction: i(s),
1454
1454
  disabled: i(r),
@@ -1456,7 +1456,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1456
1456
  mandatory: i(c),
1457
1457
  multiple: i(u),
1458
1458
  "show-arrows": i(m),
1459
- theme: i(p)
1459
+ theme: i(d)
1460
1460
  }, {
1461
1461
  default: V(() => [
1462
1462
  K(f.$slots, "default")
@@ -1473,7 +1473,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1473
1473
  refContext: {}
1474
1474
  },
1475
1475
  setup(t) {
1476
- const n = t, { node: e } = P(n), o = xe(), s = be(), { applySize: r } = pe(n, e), l = k(() => {
1476
+ const n = t, { node: e } = P(n), o = xe(), s = be(), { applySize: r } = de(n, e), l = k(() => {
1477
1477
  const _ = {}, h = s.value?.type;
1478
1478
  return o === "page" ? h === "common" ? r(_) : console.assert(!1) : o === "comp" && h === "common" ? r(_) : console.assert(!1), _;
1479
1479
  }), { property: c } = a(e, [
@@ -1485,10 +1485,10 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1485
1485
  ]), { property: m } = a(e, [
1486
1486
  "settings",
1487
1487
  "hideHeader"
1488
- ]), { property: p } = a(e, [
1488
+ ]), { property: d } = a(e, [
1489
1489
  "settings",
1490
1490
  "hideInputs"
1491
- ]), { property: d } = a(e, [
1491
+ ]), { property: p } = a(e, [
1492
1492
  "settings",
1493
1493
  "hideSliders"
1494
1494
  ]), { property: f } = a(e, [
@@ -1506,8 +1506,8 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1506
1506
  disabled: i(c),
1507
1507
  "hide-canvas": i(u),
1508
1508
  "hide-header": i(m),
1509
- "hide-inputs": i(p),
1510
- "hide-sliders": i(d),
1509
+ "hide-inputs": i(d),
1510
+ "hide-sliders": i(p),
1511
1511
  landscape: i(f),
1512
1512
  "show-swatches": i(b),
1513
1513
  style: ue(l.value),
@@ -1539,13 +1539,13 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1539
1539
  "settings",
1540
1540
  "singleLine"
1541
1541
  ]), { theme: u } = U(), { property: m } = a(e, ["settings", "value"]);
1542
- return (p, d) => {
1542
+ return (d, p) => {
1543
1543
  const f = W("v-combobox");
1544
1544
  return x(), w(i(H), { mask: "" }, {
1545
1545
  default: V(() => [
1546
1546
  j(f, {
1547
1547
  modelValue: i(m),
1548
- "onUpdate:modelValue": d[0] || (d[0] = (b) => Q(m) ? m.value = b : null),
1548
+ "onUpdate:modelValue": p[0] || (p[0] = (b) => Q(m) ? m.value = b : null),
1549
1549
  "hide-details": i(o),
1550
1550
  label: i(s),
1551
1551
  placeholder: i(r),
@@ -1569,14 +1569,14 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1569
1569
  const n = t, { node: e } = P(n), o = xe(), s = be(), { property: r } = a(e, [
1570
1570
  "settings",
1571
1571
  "backgroundColor"
1572
- ]), { color: l } = Y(r), { applySize: c } = pe(n, e), { applyMargin: u } = nn(e), { applyPadding: m } = on(e), { applyBorder: p } = tn(e), d = k(() => {
1572
+ ]), { color: l } = Y(r), { applySize: c } = de(n, e), { applyMargin: u } = cn(e), { applyPadding: m } = un(e), { applyBorder: d } = an(e), p = k(() => {
1573
1573
  const f = {}, b = s.value?.type;
1574
- return o === "page" ? b === "common" ? (c(f), u(f), m(f), p(f), l.value && (f.backgroundColor = l.value)) : console.assert(!1) : o === "comp" && b === "common" ? (c(f), u(f), m(f), p(f), l.value && (f.backgroundColor = l.value)) : console.assert(!1), f;
1574
+ return o === "page" ? b === "common" ? (c(f), u(f), m(f), d(f), l.value && (f.backgroundColor = l.value)) : console.assert(!1) : o === "comp" && b === "common" ? (c(f), u(f), m(f), d(f), l.value && (f.backgroundColor = l.value)) : console.assert(!1), f;
1575
1575
  });
1576
1576
  return (f, b) => (x(), w(i(H), { block: "" }, {
1577
1577
  default: V(() => [
1578
1578
  ie("div", {
1579
- style: ue(d.value)
1579
+ style: ue(p.value)
1580
1580
  }, [
1581
1581
  K(f.$slots, "default")
1582
1582
  ], 4)
@@ -1597,26 +1597,26 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1597
1597
  const l = k(() => e.refContext.compId);
1598
1598
  et(l, r), ee(o) && Ke(r, "slot", "", "", fe());
1599
1599
  function c(m) {
1600
- const p = _e[m.key];
1601
- if (!p) {
1600
+ const d = _e[m.key];
1601
+ if (!d) {
1602
1602
  console.assert(!1, `element not found key=${m.key}`);
1603
1603
  return;
1604
1604
  }
1605
- const d = {
1605
+ const p = {
1606
1606
  nodeId: m.id
1607
1607
  };
1608
- return Xe(m.key) && (d.refContext = {
1608
+ return Xe(m.key) && (p.refContext = {
1609
1609
  parent: e.refContext,
1610
1610
  compId: m.compId
1611
1611
  }), G(
1612
- p.comp,
1612
+ d.comp,
1613
1613
  {
1614
1614
  key: m.id,
1615
- ...d
1615
+ ...p
1616
1616
  },
1617
1617
  {
1618
1618
  default: () => {
1619
- if (!p.leaf)
1619
+ if (!d.leaf)
1620
1620
  return m.children?.map((f) => c(f));
1621
1621
  }
1622
1622
  }
@@ -1631,10 +1631,10 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1631
1631
  return G(
1632
1632
  "div",
1633
1633
  {},
1634
- { default: () => r.value.view.nodeLites.map((p) => c(p)) }
1634
+ { default: () => r.value.view.nodeLites.map((d) => c(d)) }
1635
1635
  );
1636
1636
  };
1637
- return (m, p) => (x(), w(u));
1637
+ return (m, d) => (x(), w(u));
1638
1638
  }
1639
1639
  }), Ws = /* @__PURE__ */ C({
1640
1640
  __name: "index",
@@ -1650,7 +1650,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1650
1650
  ]), { property: r } = a(e, [
1651
1651
  "settings",
1652
1652
  "fixedHeader"
1653
- ]), { property: l } = a(e, ["settings", "headers"]), { property: c } = a(e, ["size", "height"]), { property: u } = a(e, ["settings", "hover"]), { property: m } = a(e, ["settings", "data"], !0), { property: p } = a(e, ["settings", "loading"]), { property: d } = a(e, [
1653
+ ]), { property: l } = a(e, ["settings", "headers"]), { property: c } = a(e, ["size", "height"]), { property: u } = a(e, ["settings", "hover"]), { property: m } = a(e, ["settings", "data"], !0), { property: d } = a(e, ["settings", "loading"]), { property: p } = a(e, [
1654
1654
  "settings",
1655
1655
  "multiSort"
1656
1656
  ]), { theme: f } = U(), { property: b } = a(e, ["size", "width"]), { property: g } = a(e, ["slots", "columns"]);
@@ -1669,11 +1669,11 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1669
1669
  height: i(c),
1670
1670
  hover: i(u),
1671
1671
  items: i(m),
1672
- loading: i(p),
1673
- "multi-sort": i(d),
1672
+ loading: i(d),
1673
+ "multi-sort": i(p),
1674
1674
  theme: i(f),
1675
1675
  width: i(b)
1676
- }, Xt({ _: 2 }, [
1676
+ }, nn({ _: 2 }, [
1677
1677
  ni(i(g), ({ key: S, comp: $ }) => ({
1678
1678
  name: `item.${S}`,
1679
1679
  fn: V(({ value: L }) => [
@@ -1715,9 +1715,9 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1715
1715
  },
1716
1716
  setup(t) {
1717
1717
  const n = t, e = X(), { open: o } = Co(`runtimeDlg/${Io()}`);
1718
- return it(n.nodeId, "open", () => {
1718
+ return ut(n.nodeId, "open", () => {
1719
1719
  o.value = !0;
1720
- }), it(n.nodeId, "close", () => {
1720
+ }), ut(n.nodeId, "close", () => {
1721
1721
  o.value = !1;
1722
1722
  }), (s, r) => {
1723
1723
  const l = W("v-dialog");
@@ -1756,10 +1756,10 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1756
1756
  ]), { property: c } = a(e, ["settings", "label"]), { property: u } = a(e, ["settings", "loading"]), { property: m } = a(e, [
1757
1757
  "settings",
1758
1758
  "multiple"
1759
- ]), { property: p } = a(e, [
1759
+ ]), { property: d } = a(e, [
1760
1760
  "settings",
1761
1761
  "readonly"
1762
- ]), { property: d } = a(e, ["settings", "reverse"]), { property: f } = a(e, [
1762
+ ]), { property: p } = a(e, ["settings", "reverse"]), { property: f } = a(e, [
1763
1763
  "settings",
1764
1764
  "singleLine"
1765
1765
  ]);
@@ -1778,8 +1778,8 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1778
1778
  label: i(c),
1779
1779
  loading: i(u),
1780
1780
  multiple: i(m),
1781
- readonly: i(p),
1782
- reverse: i(d),
1781
+ readonly: i(d),
1782
+ reverse: i(p),
1783
1783
  "single-line": i(f)
1784
1784
  }, null, 8, ["chips", "density", "direction", "disabled", "label", "loading", "multiple", "readonly", "reverse", "single-line"])
1785
1785
  ]),
@@ -1795,12 +1795,12 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1795
1795
  refContext: {}
1796
1796
  },
1797
1797
  setup(t) {
1798
- const n = t, { node: e } = P(n), o = Re(), s = xe(), r = be(), { applySize: l } = pe(n, e), { applyMargin: c } = nn(e), { applyPadding: u } = on(e), { applyBorder: m } = tn(e), { property: p } = a(e, [
1798
+ const n = t, { node: e } = P(n), o = Re(), s = xe(), r = be(), { applySize: l } = de(n, e), { applyMargin: c } = cn(e), { applyPadding: u } = un(e), { applyBorder: m } = an(e), { property: d } = a(e, [
1799
1799
  "settings",
1800
1800
  "backgroundColor"
1801
- ]), { color: d } = Y(p), f = (g) => {
1802
- d.value && (g.backgroundColor = d.value), g.display = "flex";
1803
- const _ = ot(o.value.width), h = De(_, e.value.settings?.direction);
1801
+ ]), { color: p } = Y(d), f = (g) => {
1802
+ p.value && (g.backgroundColor = p.value), g.display = "flex";
1803
+ const _ = ct(o.value.width), h = De(_, e.value.settings?.direction);
1804
1804
  h === "row" ? g.flexDirection = "row" : h === "rowReverse" ? g.flexDirection = "row-reverse" : h === "column" ? g.flexDirection = "column" : h === "columnReverse" && (g.flexDirection = "column-reverse");
1805
1805
  const v = De(_, e.value.settings?.wrap);
1806
1806
  v === "no" ? g.flexWrap = "nowrap" : v === "yes" ? g.flexWrap = "wrap" : v === "reverse" && (g.flexWrap = "wrap-reverse");
@@ -1826,11 +1826,11 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1826
1826
  refContext: {}
1827
1827
  },
1828
1828
  setup(t) {
1829
- const n = t, { node: e } = P(n), o = xe(), s = be(), { applySize: r } = pe(n, e), { property: l } = a(e, ["settings", "grow"]), { property: c } = a(e, ["settings", "shrink"]), u = k(() => {
1830
- const m = {}, p = s.value?.type;
1831
- return o === "page" ? p === "common" ? (r(m), m.flexGrow = l.value ? 1 : 0, m.flexShrink = c.value ? 1 : 0) : console.assert(!1) : o === "comp" && p === "common" ? (r(m), m.flexGrow = l.value ? 1 : 0, m.flexShrink = c.value ? 1 : 0) : console.assert(!1), m;
1829
+ const n = t, { node: e } = P(n), o = xe(), s = be(), { applySize: r } = de(n, e), { property: l } = a(e, ["settings", "grow"]), { property: c } = a(e, ["settings", "shrink"]), u = k(() => {
1830
+ const m = {}, d = s.value?.type;
1831
+ return o === "page" ? d === "common" ? (r(m), m.flexGrow = l.value ? 1 : 0, m.flexShrink = c.value ? 1 : 0) : console.assert(!1) : o === "comp" && d === "common" ? (r(m), m.flexGrow = l.value ? 1 : 0, m.flexShrink = c.value ? 1 : 0) : console.assert(!1), m;
1832
1832
  });
1833
- return (m, p) => (x(), ce("div", {
1833
+ return (m, d) => (x(), ce("div", {
1834
1834
  style: ue(u.value)
1835
1835
  }, [
1836
1836
  K(m.$slots, "default")
@@ -1850,9 +1850,9 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1850
1850
  ]), { property: u } = a(e, [
1851
1851
  "settings",
1852
1852
  "backgroundColor"
1853
- ]), { color: m } = Y(u), { applySize: p } = pe(n, e), { applyMargin: d } = nn(e), { applyPadding: f } = on(e), { applyBorder: b } = tn(e), g = k(() => {
1853
+ ]), { color: m } = Y(u), { applySize: d } = de(n, e), { applyMargin: p } = cn(e), { applyPadding: f } = un(e), { applyBorder: b } = an(e), g = k(() => {
1854
1854
  const h = {}, v = s.value?.type;
1855
- return o === "page" ? v === "common" ? (p(h), d(h), f(h), b(h), m.value && (h.backgroundColor = m.value)) : console.assert(!1) : o === "comp" && v === "common" ? (p(h), d(h), f(h), b(h), m.value && (h.backgroundColor = m.value)) : console.assert(!1), h;
1855
+ return o === "page" ? v === "common" ? (d(h), p(h), f(h), b(h), m.value && (h.backgroundColor = m.value)) : console.assert(!1) : o === "comp" && v === "common" ? (d(h), p(h), f(h), b(h), m.value && (h.backgroundColor = m.value)) : console.assert(!1), h;
1856
1856
  }), _ = () => {
1857
1857
  r && r.callFunction(
1858
1858
  "__triggerEventV1__",
@@ -1887,9 +1887,9 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1887
1887
  "settings",
1888
1888
  "disabled"
1889
1889
  ]), { property: l } = a(e, ["settings", "icon"]), { property: c } = a(e, ["settings", "size"]), { theme: u } = U();
1890
- return (m, p) => {
1891
- const d = W("v-icon");
1892
- return x(), w(d, {
1890
+ return (m, d) => {
1891
+ const p = W("v-icon");
1892
+ return x(), w(p, {
1893
1893
  color: i(s),
1894
1894
  disabled: i(r),
1895
1895
  icon: i(l),
@@ -1907,18 +1907,18 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1907
1907
  },
1908
1908
  setup(t) {
1909
1909
  const n = t, e = X(), o = fe(), s = oe(0), r = oe(0), l = k(() => [s.value, r.value]), { open: c } = Co(`runtimeMenu/${Io()}`);
1910
- return it(n.nodeId, "open", () => {
1910
+ return ut(n.nodeId, "open", () => {
1911
1911
  if (!o || !o.vm)
1912
1912
  return;
1913
- const { vm: u } = o, m = u.getProp(u.global, "__pointerPosX__"), p = u.getProp(u.global, "__pointerPosY__");
1914
- s.value = u.getNumber(m), r.value = u.getNumber(p), m.dispose(), p.dispose(), c.value = !0;
1915
- }), it(n.nodeId, "close", () => {
1913
+ const { vm: u } = o, m = u.getProp(u.global, "__pointerPosX__"), d = u.getProp(u.global, "__pointerPosY__");
1914
+ s.value = u.getNumber(m), r.value = u.getNumber(d), m.dispose(), d.dispose(), c.value = !0;
1915
+ }), ut(n.nodeId, "close", () => {
1916
1916
  o && (c.value = !1);
1917
1917
  }), (u, m) => {
1918
- const p = W("v-menu");
1919
- return x(), w(p, {
1918
+ const d = W("v-menu");
1919
+ return x(), w(d, {
1920
1920
  modelValue: i(c),
1921
- "onUpdate:modelValue": m[0] || (m[0] = (d) => Q(c) ? c.value = d : null),
1921
+ "onUpdate:modelValue": m[0] || (m[0] = (p) => Q(c) ? c.value = p : null),
1922
1922
  attach: "menuContainer",
1923
1923
  "location-strategy": "connected",
1924
1924
  scrim: "transparent",
@@ -1959,7 +1959,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1959
1959
  ]), { property: l } = a(e, [
1960
1960
  "settings",
1961
1961
  "hideDetails"
1962
- ]), { property: c } = a(e, ["settings", "label"]), { property: u } = a(e, ["settings", "loading"]), { property: m } = a(e, ["settings", "max"]), { property: p } = a(e, ["size", "maxWidth"]), { property: d } = a(e, ["settings", "min"]), { property: f } = a(e, ["size", "minWidth"]), { property: b } = a(e, [
1962
+ ]), { property: c } = a(e, ["settings", "label"]), { property: u } = a(e, ["settings", "loading"]), { property: m } = a(e, ["settings", "max"]), { property: d } = a(e, ["size", "maxWidth"]), { property: p } = a(e, ["settings", "min"]), { property: f } = a(e, ["size", "minWidth"]), { property: b } = a(e, [
1963
1963
  "settings",
1964
1964
  "placeholder"
1965
1965
  ]), { property: g } = a(e, [
@@ -1997,8 +1997,8 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
1997
1997
  label: i(c),
1998
1998
  loading: i(u),
1999
1999
  max: i(m),
2000
- "max-width": i(p),
2001
- min: i(d),
2000
+ "max-width": i(d),
2001
+ min: i(p),
2002
2002
  "min-width": i(f),
2003
2003
  placeholder: i(b),
2004
2004
  precision: i(g),
@@ -2033,7 +2033,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2033
2033
  ]), { property: l } = a(e, ["settings", "length"]), { property: c } = a(e, [
2034
2034
  "settings",
2035
2035
  "showFirstLastPage"
2036
- ]), { property: u } = a(e, ["settings", "size"]), { property: m } = a(e, ["settings", "start"]), { theme: p } = U(), { property: d } = a(e, ["settings", "tile"]), { property: f } = a(e, ["settings", "value"]), { property: b } = a(e, ["settings", "variant"]), g = k(() => {
2036
+ ]), { property: u } = a(e, ["settings", "size"]), { property: m } = a(e, ["settings", "start"]), { theme: d } = U(), { property: p } = a(e, ["settings", "tile"]), { property: f } = a(e, ["settings", "value"]), { property: b } = a(e, ["settings", "variant"]), g = k(() => {
2037
2037
  const _ = {};
2038
2038
  return o === "editor" && (_.pointerEvents = "none"), _;
2039
2039
  });
@@ -2054,8 +2054,8 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2054
2054
  size: i(u),
2055
2055
  start: i(m),
2056
2056
  style: ue(g.value),
2057
- theme: i(p),
2058
- tile: i(d),
2057
+ theme: i(d),
2058
+ tile: i(p),
2059
2059
  variant: i(b)
2060
2060
  }, null, 8, ["modelValue", "density", "disabled", "length", "show-first-last-page", "size", "start", "style", "theme", "tile", "variant"])
2061
2061
  ]),
@@ -2077,8 +2077,8 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2077
2077
  ]), { property: c } = a(e, ["settings", "label"]), { property: u } = a(e, [
2078
2078
  "settings",
2079
2079
  "readonly"
2080
- ]), { theme: m } = U(), { property: p } = a(e, ["settings", "value"]);
2081
- return (d, f) => {
2080
+ ]), { theme: m } = U(), { property: d } = a(e, ["settings", "value"]);
2081
+ return (p, f) => {
2082
2082
  const b = W("v-radio");
2083
2083
  return x(), w(b, {
2084
2084
  color: i(s),
@@ -2087,7 +2087,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2087
2087
  label: i(c),
2088
2088
  readonly: i(u),
2089
2089
  theme: i(m),
2090
- value: i(p)
2090
+ value: i(d)
2091
2091
  }, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
2092
2092
  };
2093
2093
  }
@@ -2109,13 +2109,13 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2109
2109
  "settings",
2110
2110
  "readonly"
2111
2111
  ]), { theme: u } = U(), { property: m } = a(e, ["settings", "value"]);
2112
- return (p, d) => {
2112
+ return (d, p) => {
2113
2113
  const f = W("v-radio-group");
2114
2114
  return x(), w(i(H), null, {
2115
2115
  default: V(() => [
2116
2116
  j(f, {
2117
2117
  modelValue: i(m),
2118
- "onUpdate:modelValue": d[0] || (d[0] = (b) => Q(m) ? m.value = b : null),
2118
+ "onUpdate:modelValue": p[0] || (p[0] = (b) => Q(m) ? m.value = b : null),
2119
2119
  density: i(o),
2120
2120
  direction: i(s),
2121
2121
  disabled: i(r),
@@ -2124,7 +2124,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2124
2124
  theme: i(u)
2125
2125
  }, {
2126
2126
  default: V(() => [
2127
- K(p.$slots, "default")
2127
+ K(d.$slots, "default")
2128
2128
  ]),
2129
2129
  _: 3
2130
2130
  }, 8, ["modelValue", "density", "direction", "disabled", "inline", "readonly", "theme"])
@@ -2150,16 +2150,16 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2150
2150
  ]), { property: l } = a(e, [
2151
2151
  "settings",
2152
2152
  "hideDetails"
2153
- ]), { property: c } = a(e, ["settings", "label"]), { property: u } = a(e, ["settings", "max"]), { property: m } = a(e, ["settings", "min"]), { property: p } = a(e, [
2153
+ ]), { property: c } = a(e, ["settings", "label"]), { property: u } = a(e, ["settings", "max"]), { property: m } = a(e, ["settings", "min"]), { property: d } = a(e, [
2154
2154
  "settings",
2155
2155
  "readonly"
2156
- ]), { property: d } = a(e, [
2156
+ ]), { property: p } = a(e, [
2157
2157
  "settings",
2158
2158
  "showTicks"
2159
2159
  ]), f = k(() => {
2160
- if (d.value === "always")
2160
+ if (p.value === "always")
2161
2161
  return "always";
2162
- if (d.value === "show")
2162
+ if (p.value === "show")
2163
2163
  return !0;
2164
2164
  }), { property: b } = a(e, ["settings", "step"]), { theme: g } = U(), { property: _ } = a(e, [
2165
2165
  "settings",
@@ -2214,7 +2214,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2214
2214
  label: i(c),
2215
2215
  max: i(u),
2216
2216
  min: i(m),
2217
- readonly: i(p),
2217
+ readonly: i(d),
2218
2218
  "show-ticks": f.value,
2219
2219
  step: i(b),
2220
2220
  theme: i(g),
@@ -2248,14 +2248,14 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2248
2248
  ]), { property: c } = a(e, ["settings", "hover"]), { property: u } = a(e, ["settings", "length"]), { property: m } = a(e, [
2249
2249
  "settings",
2250
2250
  "readonly"
2251
- ]), { theme: p } = U(), { property: d } = a(e, ["settings", "value"]);
2251
+ ]), { theme: d } = U(), { property: p } = a(e, ["settings", "value"]);
2252
2252
  return (f, b) => {
2253
2253
  const g = W("v-rating");
2254
2254
  return x(), w(i(H), { mask: "" }, {
2255
2255
  default: V(() => [
2256
2256
  j(g, {
2257
- modelValue: i(d),
2258
- "onUpdate:modelValue": b[0] || (b[0] = (_) => Q(d) ? d.value = _ : null),
2257
+ modelValue: i(p),
2258
+ "onUpdate:modelValue": b[0] || (b[0] = (_) => Q(p) ? p.value = _ : null),
2259
2259
  clearable: i(o),
2260
2260
  density: i(s),
2261
2261
  disabled: i(r),
@@ -2263,7 +2263,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2263
2263
  hover: i(c),
2264
2264
  length: i(u),
2265
2265
  readonly: i(m),
2266
- theme: i(p)
2266
+ theme: i(d)
2267
2267
  }, null, 8, ["modelValue", "clearable", "density", "disabled", "half-increments", "hover", "length", "readonly", "theme"])
2268
2268
  ]),
2269
2269
  _: 1
@@ -2291,7 +2291,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2291
2291
  "settings",
2292
2292
  "singleLine"
2293
2293
  ]), { theme: u } = U(), { property: m } = a(e, ["settings", "value"]);
2294
- return (p, d) => {
2294
+ return (d, p) => {
2295
2295
  const f = W("v-select");
2296
2296
  return x(), w(i(H), {
2297
2297
  block: "",
@@ -2300,7 +2300,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2300
2300
  default: V(() => [
2301
2301
  j(f, {
2302
2302
  modelValue: i(m),
2303
- "onUpdate:modelValue": d[0] || (d[0] = (b) => Q(m) ? m.value = b : null),
2303
+ "onUpdate:modelValue": p[0] || (p[0] = (b) => Q(m) ? m.value = b : null),
2304
2304
  "hide-details": i(o),
2305
2305
  label: i(s),
2306
2306
  placeholder: i(r),
@@ -2330,7 +2330,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2330
2330
  ]), { property: c } = a(e, [
2331
2331
  "settings",
2332
2332
  "hideDetails"
2333
- ]), { property: u } = a(e, ["settings", "label"]), { property: m } = a(e, ["settings", "max"]), { property: p } = a(e, ["settings", "min"]), { property: d } = a(e, [
2333
+ ]), { property: u } = a(e, ["settings", "label"]), { property: m } = a(e, ["settings", "max"]), { property: d } = a(e, ["settings", "min"]), { property: p } = a(e, [
2334
2334
  "settings",
2335
2335
  "readonly"
2336
2336
  ]), { property: f } = a(e, ["settings", "reverse"]), { property: b } = a(e, [
@@ -2359,8 +2359,8 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2359
2359
  if (!O.value)
2360
2360
  return;
2361
2361
  const ge = {};
2362
- for (const { value: tt, label: yt } of O.value)
2363
- ge[tt] = yt;
2362
+ for (const { value: tt, label: xt } of O.value)
2363
+ ge[tt] = xt;
2364
2364
  if (!Eo(ge))
2365
2365
  return ge;
2366
2366
  }), { property: F } = a(e, [
@@ -2371,13 +2371,13 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2371
2371
  "trackColor"
2372
2372
  ]), { color: J } = Y(z), { property: ne } = a(e, ["settings", "value"]), { property: ye } = a(e, ["slots", "append"]), { property: Ve } = a(e, ["slots", "prepend"]);
2373
2373
  return (ge, tt) => {
2374
- const yt = W("v-slider");
2374
+ const xt = W("v-slider");
2375
2375
  return x(), w(i(H), {
2376
2376
  block: "",
2377
2377
  mask: ""
2378
2378
  }, {
2379
2379
  default: V(() => [
2380
- j(yt, {
2380
+ j(xt, {
2381
2381
  modelValue: i(ne),
2382
2382
  "onUpdate:modelValue": tt[0] || (tt[0] = (ei) => Q(ne) ? ne.value = ei : null),
2383
2383
  color: i(s),
@@ -2386,8 +2386,8 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2386
2386
  "hide-details": i(c),
2387
2387
  label: i(u),
2388
2388
  max: i(m),
2389
- min: i(p),
2390
- readonly: i(d),
2389
+ min: i(d),
2390
+ readonly: i(p),
2391
2391
  reverse: i(f),
2392
2392
  "show-ticks": g.value,
2393
2393
  step: i(_),
@@ -2398,7 +2398,7 @@ const Cs = /* @__PURE__ */ We(Is, [["render", Ss]]), $s = /* @__PURE__ */ C({
2398
2398
  "tick-size": i(F),
2399
2399
  ticks: N.value,
2400
2400
  "track-color": i(J)
2401
- }, Xt({ _: 2 }, [
2401
+ }, nn({ _: 2 }, [
2402
2402
  i(ye) ? {
2403
2403
  name: "append",
2404
2404
  fn: V(() => [
@@ -2532,7 +2532,7 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
2532
2532
  ]), { property: c } = a(e, [
2533
2533
  "settings",
2534
2534
  "indeterminate"
2535
- ]), { property: u } = a(e, ["settings", "inline"]), { property: m } = a(e, ["settings", "inset"]), { property: p } = a(e, ["settings", "label"]), { property: d } = a(e, ["settings", "loading"]), { theme: f } = U(), { property: b } = a(e, ["settings", "value"]);
2535
+ ]), { property: u } = a(e, ["settings", "inline"]), { property: m } = a(e, ["settings", "inset"]), { property: d } = a(e, ["settings", "label"]), { property: p } = a(e, ["settings", "loading"]), { theme: f } = U(), { property: b } = a(e, ["settings", "value"]);
2536
2536
  return (g, _) => {
2537
2537
  const h = W("v-switch");
2538
2538
  return x(), w(i(H), { mask: "" }, {
@@ -2547,8 +2547,8 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
2547
2547
  indeterminate: i(c),
2548
2548
  inline: i(u),
2549
2549
  inset: i(m),
2550
- label: i(p),
2551
- loading: i(d),
2550
+ label: i(d),
2551
+ loading: i(p),
2552
2552
  theme: i(f)
2553
2553
  }, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "indeterminate", "inline", "inset", "label", "loading", "theme"])
2554
2554
  ]),
@@ -2569,10 +2569,10 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
2569
2569
  return o === "editor" && (u.pointerEvents = "none"), u;
2570
2570
  });
2571
2571
  return (u, m) => {
2572
- const p = W("v-tab");
2572
+ const d = W("v-tab");
2573
2573
  return x(), w(i(H), { mask: "" }, {
2574
2574
  default: V(() => [
2575
- j(p, {
2575
+ j(d, {
2576
2576
  style: ue(c.value),
2577
2577
  text: i(s),
2578
2578
  theme: i(r),
@@ -2583,7 +2583,7 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
2583
2583
  });
2584
2584
  };
2585
2585
  }
2586
- }), dl = /* @__PURE__ */ C({
2586
+ }), pl = /* @__PURE__ */ C({
2587
2587
  __name: "index",
2588
2588
  props: {
2589
2589
  nodeId: {},
@@ -2605,10 +2605,10 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
2605
2605
  "settings",
2606
2606
  "color",
2607
2607
  "selectedColor"
2608
- ]), { color: u } = Y(c), { property: m } = a(e, ["settings", "density"]), { property: p } = a(e, [
2608
+ ]), { color: u } = Y(c), { property: m } = a(e, ["settings", "density"]), { property: d } = a(e, [
2609
2609
  "settings",
2610
2610
  "direction"
2611
- ]), { property: d } = a(e, [
2611
+ ]), { property: p } = a(e, [
2612
2612
  "settings",
2613
2613
  "disabled"
2614
2614
  ]), { property: f } = a(e, [
@@ -2643,8 +2643,8 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
2643
2643
  "center-active": i(l),
2644
2644
  color: i(u),
2645
2645
  density: i(m),
2646
- direction: i(p),
2647
- disabled: i(d),
2646
+ direction: i(d),
2647
+ disabled: i(p),
2648
2648
  "fixed-tabs": i(f),
2649
2649
  grow: i(b),
2650
2650
  "hide-slider": i(g),
@@ -2665,7 +2665,7 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
2665
2665
  });
2666
2666
  };
2667
2667
  }
2668
- }), pl = /* @__PURE__ */ C({
2668
+ }), dl = /* @__PURE__ */ C({
2669
2669
  __name: "index",
2670
2670
  props: {
2671
2671
  nodeId: {},
@@ -2679,14 +2679,14 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
2679
2679
  ]), { property: l } = a(e, [
2680
2680
  "settings",
2681
2681
  "emphasis"
2682
- ]), { property: c } = a(e, ["settings", "italic"]), { property: u } = a(e, ["settings", "text"]), { property: m } = a(e, ["settings", "weight"]), p = k(() => {
2683
- const d = [], f = ot(o.value.width), b = De(f, e.value.settings?.style);
2684
- return b && d.push(`text-${b}`), l.value === "high" ? d.push("text-high-emphasis") : l.value === "medium" ? d.push("text-medium-emphasis") : l.value === "disabled" && d.push("text-disabled"), s.value && d.push(`font-${s.value}`), r.value && d.push(`text-decoration-${r.value}`), m.value && d.push(`font-weight-${m.value}`), c.value && d.push("font-italic"), d.join(" ");
2682
+ ]), { property: c } = a(e, ["settings", "italic"]), { property: u } = a(e, ["settings", "text"]), { property: m } = a(e, ["settings", "weight"]), d = k(() => {
2683
+ const p = [], f = ct(o.value.width), b = De(f, e.value.settings?.style);
2684
+ return b && p.push(`text-${b}`), l.value === "high" ? p.push("text-high-emphasis") : l.value === "medium" ? p.push("text-medium-emphasis") : l.value === "disabled" && p.push("text-disabled"), s.value && p.push(`font-${s.value}`), r.value && p.push(`text-decoration-${r.value}`), m.value && p.push(`font-weight-${m.value}`), c.value && p.push("font-italic"), p.join(" ");
2685
2685
  });
2686
- return (d, f) => (x(), w(i(H), null, {
2686
+ return (p, f) => (x(), w(i(H), null, {
2687
2687
  default: V(() => [
2688
2688
  ie("span", {
2689
- class: ii(p.value)
2689
+ class: ii(d.value)
2690
2690
  }, ri(i(u)), 3)
2691
2691
  ]),
2692
2692
  _: 1
@@ -2709,10 +2709,10 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
2709
2709
  ]), { property: r } = a(e, ["settings", "density"]), { property: l } = a(e, [
2710
2710
  "settings",
2711
2711
  "disabled"
2712
- ]), { property: c } = a(e, ["settings", "label"]), { property: u } = a(e, ["settings", "loading"]), { property: m } = a(e, ["settings", "maxRows"]), { property: p } = a(e, [
2712
+ ]), { property: c } = a(e, ["settings", "label"]), { property: u } = a(e, ["settings", "loading"]), { property: m } = a(e, ["settings", "maxRows"]), { property: d } = a(e, [
2713
2713
  "settings",
2714
2714
  "placeholder"
2715
- ]), { property: d } = a(e, [
2715
+ ]), { property: p } = a(e, [
2716
2716
  "settings",
2717
2717
  "readonly"
2718
2718
  ]), { property: f } = a(e, ["settings", "reverse"]), { property: b } = a(e, ["settings", "rows"]), { property: g } = a(e, [
@@ -2736,8 +2736,8 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
2736
2736
  label: i(c),
2737
2737
  loading: i(u),
2738
2738
  "max-rows": i(m),
2739
- placeholder: i(p),
2740
- readonly: i(d),
2739
+ placeholder: i(d),
2740
+ readonly: i(p),
2741
2741
  reverse: i(f),
2742
2742
  rows: i(b),
2743
2743
  "single-line": i(g),
@@ -2775,7 +2775,7 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
2775
2775
  ]), { property: m } = a(e, [
2776
2776
  "settings",
2777
2777
  "hideDetails"
2778
- ]), { property: p } = a(e, ["settings", "label"]), { property: d } = a(e, ["settings", "loading"]), { property: f } = a(e, [
2778
+ ]), { property: d } = a(e, ["settings", "label"]), { property: p } = a(e, ["settings", "loading"]), { property: f } = a(e, [
2779
2779
  "settings",
2780
2780
  "placeholder"
2781
2781
  ]), { property: b } = a(e, ["settings", "prefix"]), { property: g } = a(e, [
@@ -2814,8 +2814,8 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
2814
2814
  density: i(c),
2815
2815
  disabled: i(u),
2816
2816
  "hide-details": i(m),
2817
- label: i(p),
2818
- loading: i(d),
2817
+ label: i(d),
2818
+ loading: i(p),
2819
2819
  placeholder: i(f),
2820
2820
  prefix: i(b),
2821
2821
  "prepend-icon": i(g),
@@ -2826,7 +2826,7 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
2826
2826
  suffix: i($),
2827
2827
  theme: i(L),
2828
2828
  variant: i(O)
2829
- }, Xt({ _: 2 }, [
2829
+ }, nn({ _: 2 }, [
2830
2830
  i(N) ? {
2831
2831
  name: "append",
2832
2832
  fn: V(() => [
@@ -2899,11 +2899,11 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
2899
2899
  ]), { property: m } = a(e, [
2900
2900
  "settings",
2901
2901
  "hideOpposite"
2902
- ]), { property: p } = a(e, [
2902
+ ]), { property: d } = a(e, [
2903
2903
  "settings",
2904
2904
  "line",
2905
2905
  "color"
2906
- ]), { color: d } = Y(p), { property: f } = a(e, [
2906
+ ]), { color: p } = Y(d), { property: f } = a(e, [
2907
2907
  "settings",
2908
2908
  "line",
2909
2909
  "inset"
@@ -2925,7 +2925,7 @@ const al = /* @__PURE__ */ We(sl, [["render", ll]]), cl = /* @__PURE__ */ C({
2925
2925
  "dot-color": i(c),
2926
2926
  "fill-dot": i(u),
2927
2927
  "hide-opposite": i(m),
2928
- "line-color": i(d),
2928
+ "line-color": i(p),
2929
2929
  "line-inset": i(f),
2930
2930
  "line-thickness": i(b),
2931
2931
  side: i(g),
@@ -2969,12 +2969,12 @@ const _l = /* @__PURE__ */ We(gl, [["render", hl]]), vl = /* @__PURE__ */ C({
2969
2969
  ]), { property: l } = a(e, ["settings", "reverse"]), { property: c } = a(e, [
2970
2970
  "settings",
2971
2971
  "showArrows"
2972
- ]), { property: u } = a(e, ["settings", "touch"]), { theme: m } = U(), { property: p } = a(e, ["settings", "value"]);
2973
- return (d, f) => {
2972
+ ]), { property: u } = a(e, ["settings", "touch"]), { theme: m } = U(), { property: d } = a(e, ["settings", "value"]);
2973
+ return (p, f) => {
2974
2974
  const b = W("v-window");
2975
2975
  return x(), w(b, {
2976
- modelValue: i(p),
2977
- "onUpdate:modelValue": f[0] || (f[0] = (g) => Q(p) ? p.value = g : null),
2976
+ modelValue: i(d),
2977
+ "onUpdate:modelValue": f[0] || (f[0] = (g) => Q(d) ? d.value = g : null),
2978
2978
  continuous: i(o),
2979
2979
  direction: i(r),
2980
2980
  disabled: i(s),
@@ -2984,7 +2984,7 @@ const _l = /* @__PURE__ */ We(gl, [["render", hl]]), vl = /* @__PURE__ */ C({
2984
2984
  touch: i(u)
2985
2985
  }, {
2986
2986
  default: V(() => [
2987
- K(d.$slots, "default")
2987
+ K(p.$slots, "default")
2988
2988
  ]),
2989
2989
  _: 3
2990
2990
  }, 8, ["modelValue", "continuous", "direction", "disabled", "reverse", "show-arrows", "theme", "touch"]);
@@ -3056,21 +3056,21 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
3056
3056
  refContext: {}
3057
3057
  },
3058
3058
  setup(t) {
3059
- const { t: n } = qe(), e = ct(), o = t, { node: s } = P(o), r = Qe(), l = oe();
3059
+ const { t: n } = qe(), e = yt(), o = t, { node: s } = P(o), r = Qe(), l = oe();
3060
3060
  $e(l);
3061
3061
  const c = k(() => o.refContext?.compId);
3062
3062
  et(c, l);
3063
- const { applySize: u } = pe(o, s), m = k(() => {
3063
+ const { applySize: u } = de(o, s), m = k(() => {
3064
3064
  const _ = {};
3065
3065
  return l.value?.type === "common" && u(_), _;
3066
- }), { property: p } = a(s, ["instances"]), d = (_, h) => {
3066
+ }), { property: d } = a(s, ["instances"]), p = (_, h) => {
3067
3067
  _.findIndex((v) => v === h) >= 0 || _.push(h);
3068
3068
  }, f = k(() => {
3069
3069
  const _ = [];
3070
- if (!Array.isArray(p.value))
3070
+ if (!Array.isArray(d.value))
3071
3071
  return _;
3072
- for (const h of p.value)
3073
- typeof h == "string" && h && d(_, h);
3072
+ for (const h of d.value)
3073
+ typeof h == "string" && h && p(_, h);
3074
3074
  return _;
3075
3075
  }), b = (_, h) => G(Il, {
3076
3076
  key: _,
@@ -3168,20 +3168,20 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
3168
3168
  refContext: {}
3169
3169
  },
3170
3170
  setup(t) {
3171
- const { t: n } = qe(), e = ct(), o = t, { node: s } = P(o), r = X(), l = Qe(), c = oe();
3171
+ const { t: n } = qe(), e = yt(), o = t, { node: s } = P(o), r = X(), l = Qe(), c = oe();
3172
3172
  $e(c);
3173
3173
  const u = k(() => o.refContext?.compId);
3174
3174
  et(u, c), ee(r) && Ke(c, "multipleSlot", o.nodeId, "", fe());
3175
- const { applySize: m } = pe(o, s), p = k(() => {
3175
+ const { applySize: m } = de(o, s), d = k(() => {
3176
3176
  const h = {};
3177
3177
  return c.value?.type === "common" && m(h), h;
3178
- }), { property: d } = a(s, ["instances"]), f = (h, v) => {
3178
+ }), { property: p } = a(s, ["instances"]), f = (h, v) => {
3179
3179
  h.findIndex((S) => S === v) >= 0 || h.push(v);
3180
3180
  }, b = k(() => {
3181
3181
  const h = [];
3182
- if (!Array.isArray(d.value))
3182
+ if (!Array.isArray(p.value))
3183
3183
  return h;
3184
- for (const v of d.value)
3184
+ for (const v of p.value)
3185
3185
  typeof v == "string" && v && f(h, v);
3186
3186
  return h;
3187
3187
  }), g = (h, v) => G(Cl, {
@@ -3205,7 +3205,7 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
3205
3205
  "div",
3206
3206
  {
3207
3207
  id: e.id,
3208
- style: p.value
3208
+ style: d.value
3209
3209
  },
3210
3210
  {
3211
3211
  default: () => b.value.map((v) => g(v, h))
@@ -3232,14 +3232,14 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
3232
3232
  refContext: {}
3233
3233
  },
3234
3234
  setup(t) {
3235
- const { t: n } = qe(), e = ct(), o = t, { node: s } = P(o), r = X(), l = Qe(), c = oe();
3235
+ const { t: n } = qe(), e = yt(), o = t, { node: s } = P(o), r = X(), l = Qe(), c = oe();
3236
3236
  $e(c);
3237
3237
  const u = k(() => o.refContext?.compId);
3238
3238
  et(u, c), ee(r) && Ke(c, "ref", o.nodeId, "", fe());
3239
- const { applySize: m } = pe(o, s), p = k(() => {
3239
+ const { applySize: m } = de(o, s), d = k(() => {
3240
3240
  const b = {};
3241
3241
  return c.value?.type === "common" && m(b), b;
3242
- }), d = (b) => {
3242
+ }), p = (b) => {
3243
3243
  const g = _e[b.key];
3244
3244
  if (!g) {
3245
3245
  console.assert(!1, `element not found key=${b.key}`);
@@ -3260,7 +3260,7 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
3260
3260
  {
3261
3261
  default: () => {
3262
3262
  if (!g.leaf)
3263
- return b.children?.map((h) => d(h));
3263
+ return b.children?.map((h) => p(h));
3264
3264
  }
3265
3265
  }
3266
3266
  );
@@ -3279,10 +3279,10 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
3279
3279
  "div",
3280
3280
  {
3281
3281
  id: e.id,
3282
- style: p.value
3282
+ style: d.value
3283
3283
  },
3284
3284
  {
3285
- default: () => c.value?.view.nodeLites.map((g) => d(g))
3285
+ default: () => c.value?.view.nodeLites.map((g) => p(g))
3286
3286
  }
3287
3287
  );
3288
3288
  if (b === "scene")
@@ -3292,7 +3292,7 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
3292
3292
  id: e.id
3293
3293
  },
3294
3294
  {
3295
- default: () => c.value?.view.nodeLites.map((g) => d(g))
3295
+ default: () => c.value?.view.nodeLites.map((g) => p(g))
3296
3296
  }
3297
3297
  );
3298
3298
  };
@@ -3322,15 +3322,15 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
3322
3322
  refContext: {}
3323
3323
  },
3324
3324
  setup(t) {
3325
- const { t: n } = qe(), e = ct(), o = t, { node: s } = P(o), r = X(), l = Qe(), c = oe();
3325
+ const { t: n } = qe(), e = yt(), o = t, { node: s } = P(o), r = X(), l = Qe(), c = oe();
3326
3326
  $e(c);
3327
3327
  const u = k(() => o.refContext?.compId);
3328
3328
  et(u, c), ee(r) && Ke(c, "slot", o.nodeId, "", fe());
3329
- const { applySize: m } = pe(o, s), p = k(() => {
3329
+ const { applySize: m } = de(o, s), d = k(() => {
3330
3330
  const b = {};
3331
3331
  return c.value?.type === "common" && m(b), b;
3332
3332
  });
3333
- function d(b) {
3333
+ function p(b) {
3334
3334
  const g = _e[b.key];
3335
3335
  if (!g) {
3336
3336
  console.assert(!1, `element not found key=${b.key}`);
@@ -3351,7 +3351,7 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
3351
3351
  {
3352
3352
  default: () => {
3353
3353
  if (!g.leaf)
3354
- return b.children?.map((h) => d(h));
3354
+ return b.children?.map((h) => p(h));
3355
3355
  }
3356
3356
  }
3357
3357
  );
@@ -3371,10 +3371,10 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
3371
3371
  "div",
3372
3372
  {
3373
3373
  id: e.id,
3374
- style: p.value
3374
+ style: d.value
3375
3375
  },
3376
3376
  {
3377
- default: () => c.value?.view.nodeLites.map((g) => d(g))
3377
+ default: () => c.value?.view.nodeLites.map((g) => p(g))
3378
3378
  }
3379
3379
  );
3380
3380
  b === "scene" && G(
@@ -3383,7 +3383,7 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
3383
3383
  id: e.id
3384
3384
  },
3385
3385
  {
3386
- default: () => c.value?.view.nodeLites.map((g) => d(g))
3386
+ default: () => c.value?.view.nodeLites.map((g) => p(g))
3387
3387
  }
3388
3388
  );
3389
3389
  };
@@ -3505,7 +3505,7 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
3505
3505
  ]
3506
3506
  }
3507
3507
  ]
3508
- }, rt = {
3508
+ }, mt = {
3509
3509
  key: "legend",
3510
3510
  name: "x-runtime-lib.legend",
3511
3511
  children: [
@@ -3643,7 +3643,7 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
3643
3643
  default: ""
3644
3644
  }
3645
3645
  ]
3646
- }, st = {
3646
+ }, pt = {
3647
3647
  key: "title",
3648
3648
  name: "x-runtime-lib.title",
3649
3649
  children: [
@@ -3752,7 +3752,7 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
3752
3752
  ]
3753
3753
  }
3754
3754
  ]
3755
- }, lt = {
3755
+ }, dt = {
3756
3756
  key: "xAxis",
3757
3757
  name: "x-runtime-lib.xAxis",
3758
3758
  children: [
@@ -3785,7 +3785,7 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
3785
3785
  defaultArray: []
3786
3786
  }
3787
3787
  ]
3788
- }, at = {
3788
+ }, ft = {
3789
3789
  key: "yAxis",
3790
3790
  name: "x-runtime-lib.yAxis",
3791
3791
  children: [
@@ -3820,7 +3820,7 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
3820
3820
  ]
3821
3821
  }, _e = {}, I = (t) => {
3822
3822
  _e[t.key] = t;
3823
- }, gn = {
3823
+ }, wn = {
3824
3824
  key: "settings",
3825
3825
  name: "x-runtime-lib.settings",
3826
3826
  children: [
@@ -3872,15 +3872,15 @@ const wl = /* @__PURE__ */ We(xl, [["render", kl]]), Il = /* @__PURE__ */ C({
3872
3872
  name: "x-runtime-lib.orthographicCamera",
3873
3873
  comp: Ni,
3874
3874
  properties: {
3875
- pageScene: [y, te, gn],
3876
- compScene: [y, te, gn]
3875
+ pageScene: [y, te, wn],
3876
+ compScene: [y, te, wn]
3877
3877
  },
3878
3878
  events: [],
3879
3879
  methods: [],
3880
3880
  slots: []
3881
3881
  };
3882
3882
  I(zl);
3883
- const hn = {
3883
+ const In = {
3884
3884
  key: "settings",
3885
3885
  name: "x-runtime-lib.settings",
3886
3886
  children: [
@@ -3918,8 +3918,8 @@ const hn = {
3918
3918
  name: "x-runtime-lib.perspectiveCamera",
3919
3919
  comp: Gi,
3920
3920
  properties: {
3921
- pageScene: [y, te, hn],
3922
- compScene: [y, te, hn]
3921
+ pageScene: [y, te, In],
3922
+ compScene: [y, te, In]
3923
3923
  },
3924
3924
  events: [],
3925
3925
  methods: [],
@@ -4015,7 +4015,7 @@ function Bl(t, n) {
4015
4015
  );
4016
4016
  return;
4017
4017
  }
4018
- const s = wt.properties[o];
4018
+ const s = Pt.properties[o];
4019
4019
  if (!s) {
4020
4020
  console.error(
4021
4021
  `boxGeometryV1/spawnBoxGeometry properties not found, ${e}`
@@ -4023,7 +4023,7 @@ function Bl(t, n) {
4023
4023
  return;
4024
4024
  }
4025
4025
  const r = E();
4026
- return M(r, s), r.basic.id = T(16), r.basic.key = wt.key, r.settings = {
4026
+ return M(r, s), r.basic.id = T(16), r.basic.key = Pt.key, r.settings = {
4027
4027
  width: 1,
4028
4028
  height: 1,
4029
4029
  depth: 1,
@@ -4060,7 +4060,7 @@ function Rl(t, n) {
4060
4060
  }
4061
4061
  };
4062
4062
  }
4063
- const _n = {
4063
+ const Sn = {
4064
4064
  key: "settings",
4065
4065
  name: "x-runtime-lib.settings",
4066
4066
  children: [
@@ -4104,13 +4104,13 @@ const _n = {
4104
4104
  default: 1
4105
4105
  }
4106
4106
  ]
4107
- }, wt = {
4107
+ }, Pt = {
4108
4108
  key: "scene_box_geometry_v1",
4109
4109
  name: "x-runtime-lib.boxGeometry",
4110
4110
  comp: Xi,
4111
4111
  properties: {
4112
- pageScene: [y, _n],
4113
- compScene: [y, _n]
4112
+ pageScene: [y, Sn],
4113
+ compScene: [y, Sn]
4114
4114
  },
4115
4115
  events: [],
4116
4116
  methods: [],
@@ -4118,7 +4118,7 @@ const _n = {
4118
4118
  leaf: !0,
4119
4119
  spawn: Wl
4120
4120
  };
4121
- I(wt);
4121
+ I(Pt);
4122
4122
  function Kl(t, n) {
4123
4123
  const e = `type=${t} subtype=${n}`, o = B(t, n);
4124
4124
  if (!o) {
@@ -4166,7 +4166,7 @@ function Dl(t, n) {
4166
4166
  );
4167
4167
  return;
4168
4168
  }
4169
- const s = It.properties[o];
4169
+ const s = Lt.properties[o];
4170
4170
  if (!s) {
4171
4171
  console.error(
4172
4172
  `sphereGeometryV1/spawnSphereGeometry properties not found, ${e}`
@@ -4174,7 +4174,7 @@ function Dl(t, n) {
4174
4174
  return;
4175
4175
  }
4176
4176
  const r = E();
4177
- return M(r, s), r.basic.id = T(16), r.basic.key = It.key, r.settings = {
4177
+ return M(r, s), r.basic.id = T(16), r.basic.key = Lt.key, r.settings = {
4178
4178
  radius: 1,
4179
4179
  widthSegements: 32,
4180
4180
  heightSegements: 16,
@@ -4212,7 +4212,7 @@ function Ol(t, n) {
4212
4212
  }
4213
4213
  };
4214
4214
  }
4215
- const vn = {
4215
+ const Cn = {
4216
4216
  key: "settings",
4217
4217
  name: "x-runtime-lib.settings",
4218
4218
  children: [
@@ -4264,13 +4264,13 @@ const vn = {
4264
4264
  default: 3.141593
4265
4265
  }
4266
4266
  ]
4267
- }, It = {
4267
+ }, Lt = {
4268
4268
  key: "scene_sphere_geometry_v1",
4269
4269
  name: "x-runtime-lib.sphereGeometry",
4270
4270
  comp: Zi,
4271
4271
  properties: {
4272
- pageScene: [y, vn],
4273
- compScene: [y, vn]
4272
+ pageScene: [y, Cn],
4273
+ compScene: [y, Cn]
4274
4274
  },
4275
4275
  events: [],
4276
4276
  methods: [],
@@ -4278,16 +4278,16 @@ const vn = {
4278
4278
  leaf: !0,
4279
4279
  spawn: Kl
4280
4280
  };
4281
- I(It);
4282
- const mt = D(Z);
4283
- mt.children[0].default = "custom";
4284
- mt.children[2].children[0].default = "0xffffff";
4285
- mt.children[2].children[1].default = "0xffffff";
4286
- const xn = {
4281
+ I(Lt);
4282
+ const gt = D(Z);
4283
+ gt.children[0].default = "custom";
4284
+ gt.children[2].children[0].default = "0xffffff";
4285
+ gt.children[2].children[1].default = "0xffffff";
4286
+ const $n = {
4287
4287
  key: "settings",
4288
4288
  name: "x-runtime-lib.settings",
4289
4289
  children: [
4290
- mt,
4290
+ gt,
4291
4291
  {
4292
4292
  key: "intensity",
4293
4293
  name: "x-runtime-lib.intensity",
@@ -4301,23 +4301,23 @@ const xn = {
4301
4301
  name: "x-runtime-lib.ambientLight",
4302
4302
  comp: er,
4303
4303
  properties: {
4304
- pageScene: [y, te, xn],
4305
- compScene: [y, te, xn]
4304
+ pageScene: [y, te, $n],
4305
+ compScene: [y, te, $n]
4306
4306
  },
4307
4307
  events: [],
4308
4308
  methods: [],
4309
4309
  slots: []
4310
4310
  };
4311
4311
  I(Fl);
4312
- const dt = D(Z);
4313
- dt.children[0].default = "custom";
4314
- dt.children[2].children[0].default = "0xffffff";
4315
- dt.children[2].children[1].default = "0xffffff";
4316
- const kn = {
4312
+ const ht = D(Z);
4313
+ ht.children[0].default = "custom";
4314
+ ht.children[2].children[0].default = "0xffffff";
4315
+ ht.children[2].children[1].default = "0xffffff";
4316
+ const Vn = {
4317
4317
  key: "settings",
4318
4318
  name: "x-runtime-lib.settings",
4319
4319
  children: [
4320
- dt,
4320
+ ht,
4321
4321
  {
4322
4322
  key: "intensity",
4323
4323
  name: "x-runtime-lib.intensity",
@@ -4331,23 +4331,23 @@ const kn = {
4331
4331
  name: "x-runtime-lib.directionalLight",
4332
4332
  comp: nr,
4333
4333
  properties: {
4334
- pageScene: [y, te, kn],
4335
- compScene: [y, te, kn]
4334
+ pageScene: [y, te, Vn],
4335
+ compScene: [y, te, Vn]
4336
4336
  },
4337
4337
  events: [],
4338
4338
  methods: [],
4339
4339
  slots: []
4340
4340
  };
4341
4341
  I(Nl);
4342
- const pt = D(Z);
4343
- pt.children[0].default = "custom";
4344
- pt.children[2].children[0].default = "0xffffff";
4345
- pt.children[2].children[1].default = "0xffffff";
4346
- const wn = {
4342
+ const _t = D(Z);
4343
+ _t.children[0].default = "custom";
4344
+ _t.children[2].children[0].default = "0xffffff";
4345
+ _t.children[2].children[1].default = "0xffffff";
4346
+ const Pn = {
4347
4347
  key: "settings",
4348
4348
  name: "x-runtime-lib.settings",
4349
4349
  children: [
4350
- pt,
4350
+ _t,
4351
4351
  {
4352
4352
  key: "intensity",
4353
4353
  name: "x-runtime-lib.intensity",
@@ -4375,23 +4375,23 @@ const wn = {
4375
4375
  name: "x-runtime-lib.pointLight",
4376
4376
  comp: ir,
4377
4377
  properties: {
4378
- pageScene: [y, te, wn],
4379
- compScene: [y, te, wn]
4378
+ pageScene: [y, te, Pn],
4379
+ compScene: [y, te, Pn]
4380
4380
  },
4381
4381
  events: [],
4382
4382
  methods: [],
4383
4383
  slots: []
4384
4384
  };
4385
4385
  I(jl);
4386
- const ft = D(Z);
4387
- ft.children[0].default = "custom";
4388
- ft.children[2].children[0].default = "0xffffff";
4389
- ft.children[2].children[1].default = "0xffffff";
4390
- const In = {
4386
+ const vt = D(Z);
4387
+ vt.children[0].default = "custom";
4388
+ vt.children[2].children[0].default = "0xffffff";
4389
+ vt.children[2].children[1].default = "0xffffff";
4390
+ const Ln = {
4391
4391
  key: "settings",
4392
4392
  name: "x-runtime-lib.settings",
4393
4393
  children: [
4394
- ft,
4394
+ vt,
4395
4395
  {
4396
4396
  key: "intensity",
4397
4397
  name: "x-runtime-lib.intensity",
@@ -4436,8 +4436,8 @@ const In = {
4436
4436
  name: "x-runtime-lib.spotLight",
4437
4437
  comp: sr,
4438
4438
  properties: {
4439
- pageScene: [y, te, In],
4440
- compScene: [y, te, In]
4439
+ pageScene: [y, te, Ln],
4440
+ compScene: [y, te, Ln]
4441
4441
  },
4442
4442
  events: [],
4443
4443
  methods: [],
@@ -4474,7 +4474,7 @@ I(Hl);
4474
4474
  const Ne = {
4475
4475
  key: "scene_mesh_v1",
4476
4476
  name: "x-runtime-lib.mesh",
4477
- comp: pr,
4477
+ comp: dr,
4478
4478
  properties: {
4479
4479
  pageScene: [y, te],
4480
4480
  compScene: [y, te]
@@ -4490,13 +4490,13 @@ function Ul(t, n) {
4490
4490
  console.error(`barChartV1/spawn property tag not found, ${e}`);
4491
4491
  return;
4492
4492
  }
4493
- const s = St.properties[o];
4493
+ const s = zt.properties[o];
4494
4494
  if (!s) {
4495
4495
  console.error(`barChartV1/spawn properties not found, ${e}`);
4496
4496
  return;
4497
4497
  }
4498
4498
  const r = E();
4499
- return M(r, s), r.basic.id = T(16), r.basic.key = St.key, r.size.height = "300px", r.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], r.series = [
4499
+ return M(r, s), r.basic.id = T(16), r.basic.key = zt.key, r.size.height = "300px", r.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], r.series = [
4500
4500
  {
4501
4501
  type: "bar",
4502
4502
  data: [120, 200, 150, 80, 70, 110, 130]
@@ -4508,7 +4508,7 @@ function Ul(t, n) {
4508
4508
  }
4509
4509
  };
4510
4510
  }
4511
- const Sn = {
4511
+ const zn = {
4512
4512
  key: "series",
4513
4513
  name: "x-runtime-lib.series",
4514
4514
  children: [
@@ -4529,31 +4529,31 @@ const Sn = {
4529
4529
  ],
4530
4530
  array: !0,
4531
4531
  defaultArray: []
4532
- }, St = {
4532
+ }, zt = {
4533
4533
  key: "common_bar_chart_v1",
4534
4534
  name: "x-runtime-lib.barChart",
4535
4535
  comp: vs,
4536
4536
  properties: {
4537
- pageCommon: [y, q, st, lt, at, rt, Sn],
4538
- compCommon: [y, q, st, lt, at, rt, Sn]
4537
+ pageCommon: [y, q, pt, dt, ft, mt, zn],
4538
+ compCommon: [y, q, pt, dt, ft, mt, zn]
4539
4539
  },
4540
4540
  leaf: !0,
4541
4541
  spawn: Ul
4542
4542
  };
4543
- I(St);
4543
+ I(zt);
4544
4544
  function Jl(t, n) {
4545
4545
  const e = `type=${t} subtype=${n}`, o = B(t, n);
4546
4546
  if (!o) {
4547
4547
  console.error(`lineChartV1/spawn property tag not found, ${e}`);
4548
4548
  return;
4549
4549
  }
4550
- const s = Ct.properties[o];
4550
+ const s = Tt.properties[o];
4551
4551
  if (!s) {
4552
4552
  console.error(`lineChartV1/spawn properties not found, ${e}`);
4553
4553
  return;
4554
4554
  }
4555
4555
  const r = E();
4556
- return M(r, s), r.basic.id = T(16), r.basic.key = Ct.key, r.size.height = "300px", r.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], r.series = [
4556
+ return M(r, s), r.basic.id = T(16), r.basic.key = Tt.key, r.size.height = "300px", r.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], r.series = [
4557
4557
  {
4558
4558
  type: "line",
4559
4559
  data: [120, 200, 150, 80, 70, 110, 130]
@@ -4565,7 +4565,7 @@ function Jl(t, n) {
4565
4565
  }
4566
4566
  };
4567
4567
  }
4568
- const Cn = {
4568
+ const Tn = {
4569
4569
  key: "series",
4570
4570
  name: "x-runtime-lib.series",
4571
4571
  children: [
@@ -4586,19 +4586,19 @@ const Cn = {
4586
4586
  ],
4587
4587
  array: !0,
4588
4588
  defaultArray: []
4589
- }, Ct = {
4589
+ }, Tt = {
4590
4590
  key: "common_line_chart_v1",
4591
4591
  name: "x-runtime-lib.lineChart",
4592
4592
  comp: xs,
4593
4593
  properties: {
4594
- pageCommon: [y, q, st, lt, at, rt, Cn],
4595
- compCommon: [y, q, st, lt, at, rt, Cn]
4594
+ pageCommon: [y, q, pt, dt, ft, mt, Tn],
4595
+ compCommon: [y, q, pt, dt, ft, mt, Tn]
4596
4596
  },
4597
4597
  leaf: !0,
4598
4598
  spawn: Jl
4599
4599
  };
4600
- I(Ct);
4601
- const $n = {
4600
+ I(Tt);
4601
+ const En = {
4602
4602
  key: "settings",
4603
4603
  name: "x-runtime-lib.settings",
4604
4604
  children: [
@@ -4638,8 +4638,8 @@ const $n = {
4638
4638
  name: "x-runtime-lib.badge",
4639
4639
  comp: ks,
4640
4640
  properties: {
4641
- pageCommon: [y, $n],
4642
- compCommon: [y, $n]
4641
+ pageCommon: [y, En],
4642
+ compCommon: [y, En]
4643
4643
  }
4644
4644
  };
4645
4645
  I(ql);
@@ -4649,20 +4649,20 @@ function Xl(t, n) {
4649
4649
  console.error(`btnV1/spawn property tag not found, ${e}`);
4650
4650
  return;
4651
4651
  }
4652
- const s = $t.properties[o];
4652
+ const s = Et.properties[o];
4653
4653
  if (!s) {
4654
4654
  console.error(`btnV1/spawn properties not found, ${e}`);
4655
4655
  return;
4656
4656
  }
4657
4657
  const r = E();
4658
- return M(r, s), r.basic.id = T(16), r.basic.key = $t.key, r.settings.text = "button", {
4658
+ return M(r, s), r.basic.id = T(16), r.basic.key = Et.key, r.settings.text = "button", {
4659
4659
  nodeLite: A(r),
4660
4660
  nodes: {
4661
4661
  [r.basic.id]: r
4662
4662
  }
4663
4663
  };
4664
4664
  }
4665
- const Yl = D(Z), Vn = {
4665
+ const Yl = D(Z), An = {
4666
4666
  key: "settings",
4667
4667
  name: "x-runtime-lib.settings",
4668
4668
  children: [
@@ -4749,13 +4749,13 @@ const Yl = D(Z), Vn = {
4749
4749
  default: !0
4750
4750
  }
4751
4751
  ]
4752
- }, $t = {
4752
+ }, Et = {
4753
4753
  key: "common_btn_v1",
4754
4754
  name: "x-runtime-lib.button",
4755
4755
  comp: ws,
4756
4756
  properties: {
4757
- pageCommon: [y, q, Vn],
4758
- compCommon: [y, q, Vn]
4757
+ pageCommon: [y, q, An],
4758
+ compCommon: [y, q, An]
4759
4759
  },
4760
4760
  events: [
4761
4761
  {
@@ -4766,7 +4766,7 @@ const Yl = D(Z), Vn = {
4766
4766
  leaf: !0,
4767
4767
  spawn: Xl
4768
4768
  };
4769
- I($t);
4769
+ I(Et);
4770
4770
  const Zl = {
4771
4771
  key: "common_btn_group_v1",
4772
4772
  name: "x-runtime-lib.buttonGroup",
@@ -4777,7 +4777,7 @@ const Zl = {
4777
4777
  }
4778
4778
  };
4779
4779
  I(Zl);
4780
- const Pn = {
4780
+ const Mn = {
4781
4781
  key: "settings",
4782
4782
  name: "x-runtime-lib.settings",
4783
4783
  children: [
@@ -4843,8 +4843,8 @@ const Pn = {
4843
4843
  name: "x-runtime-lib.buttonToggle",
4844
4844
  comp: $s,
4845
4845
  properties: {
4846
- pageCommon: [y, Pn],
4847
- compCommon: [y, Pn]
4846
+ pageCommon: [y, Mn],
4847
+ compCommon: [y, Mn]
4848
4848
  }
4849
4849
  };
4850
4850
  I(Ql);
@@ -4867,7 +4867,7 @@ function ea(t, n) {
4867
4867
  }
4868
4868
  };
4869
4869
  }
4870
- const Ln = {
4870
+ const Wn = {
4871
4871
  key: "settings",
4872
4872
  name: "x-runtime-lib.settings",
4873
4873
  children: [
@@ -4927,13 +4927,13 @@ const Ln = {
4927
4927
  name: "x-runtime-lib.card",
4928
4928
  comp: Vs,
4929
4929
  properties: {
4930
- pageCommon: [y, q, Ln],
4931
- compCommon: [y, q, Ln]
4930
+ pageCommon: [y, q, Wn],
4931
+ compCommon: [y, q, Wn]
4932
4932
  },
4933
4933
  spawn: ea
4934
4934
  };
4935
4935
  I(je);
4936
- const zn = {
4936
+ const Bn = {
4937
4937
  key: "settings",
4938
4938
  name: "x-runtime-lib.settings",
4939
4939
  children: [
@@ -4955,13 +4955,13 @@ const zn = {
4955
4955
  name: "x-runtime-lib.checkbox",
4956
4956
  comp: Ps,
4957
4957
  properties: {
4958
- pageCommon: [y, zn],
4959
- compCommon: [y, zn]
4958
+ pageCommon: [y, Bn],
4959
+ compCommon: [y, Bn]
4960
4960
  },
4961
4961
  leaf: !0
4962
4962
  };
4963
4963
  I(ta);
4964
- const na = D(Z), Tn = {
4964
+ const na = D(Z), Rn = {
4965
4965
  key: "settings",
4966
4966
  name: "x-runtime-lib.settings",
4967
4967
  children: [
@@ -5036,39 +5036,39 @@ const na = D(Z), Tn = {
5036
5036
  },
5037
5037
  na
5038
5038
  ]
5039
- }, Vt = {
5039
+ }, At = {
5040
5040
  key: "common_chip_v1",
5041
5041
  name: "x-runtime-lib.chip",
5042
5042
  comp: Ls,
5043
5043
  properties: {
5044
- pageCommon: [y, Tn],
5045
- compCommon: [y, Tn]
5044
+ pageCommon: [y, Rn],
5045
+ compCommon: [y, Rn]
5046
5046
  },
5047
5047
  leaf: !0
5048
5048
  };
5049
- I(Vt);
5049
+ I(At);
5050
5050
  function oa(t, n) {
5051
5051
  const e = `type=${t} subtype=${n}`, o = B(t, n);
5052
5052
  if (!o) {
5053
5053
  console.error(`chipGroupV1/spawn property tag not found, ${e}`);
5054
5054
  return;
5055
5055
  }
5056
- const s = Pt.properties[o];
5056
+ const s = Mt.properties[o];
5057
5057
  if (!s) {
5058
5058
  console.error(`chipGroupV1/spawn properties not found, ${e}`);
5059
5059
  return;
5060
5060
  }
5061
5061
  const r = E();
5062
- M(r, s), r.basic.id = T(16), r.basic.key = Pt.key;
5063
- const l = ze(t, n, "chip1", "chip 1"), c = ze(t, n, "chip2", "chip 2"), u = ze(t, n, "chip3", "chip 3"), m = ze(t, n, "chip4", "chip 4"), p = ze(t, n, "chip5", "chip 5"), d = ze(t, n, "chip6", "chip 6");
5062
+ M(r, s), r.basic.id = T(16), r.basic.key = Mt.key;
5063
+ const l = ze(t, n, "chip1", "chip 1"), c = ze(t, n, "chip2", "chip 2"), u = ze(t, n, "chip3", "chip 3"), m = ze(t, n, "chip4", "chip 4"), d = ze(t, n, "chip5", "chip 5"), p = ze(t, n, "chip6", "chip 6");
5064
5064
  return {
5065
5065
  nodeLite: A(r, [
5066
5066
  l.nodeLite,
5067
5067
  c.nodeLite,
5068
5068
  u.nodeLite,
5069
5069
  m.nodeLite,
5070
- p.nodeLite,
5071
- d.nodeLite
5070
+ d.nodeLite,
5071
+ p.nodeLite
5072
5072
  ]),
5073
5073
  nodes: {
5074
5074
  [r.basic.id]: r,
@@ -5076,8 +5076,8 @@ function oa(t, n) {
5076
5076
  ...c.nodes,
5077
5077
  ...u.nodes,
5078
5078
  ...m.nodes,
5079
- ...p.nodes,
5080
- ...d.nodes
5079
+ ...d.nodes,
5080
+ ...p.nodes
5081
5081
  }
5082
5082
  };
5083
5083
  }
@@ -5087,20 +5087,20 @@ function ze(t, n, e, o) {
5087
5087
  console.error(`chipGroupV1/spawnChip property tag not found, ${s}`);
5088
5088
  return;
5089
5089
  }
5090
- const l = Vt.properties[r];
5090
+ const l = At.properties[r];
5091
5091
  if (!l) {
5092
5092
  console.error(`chipGroupV1/spawnChip properties not found, ${s}`);
5093
5093
  return;
5094
5094
  }
5095
5095
  const c = E();
5096
- return M(c, l), c.basic.id = T(16), c.basic.key = Vt.key, c.settings.value = e, c.settings.text = o, {
5096
+ return M(c, l), c.basic.id = T(16), c.basic.key = At.key, c.settings.value = e, c.settings.text = o, {
5097
5097
  nodeLite: A(c),
5098
5098
  nodes: {
5099
5099
  [c.basic.id]: c
5100
5100
  }
5101
5101
  };
5102
5102
  }
5103
- const En = {
5103
+ const Kn = {
5104
5104
  key: "settings",
5105
5105
  name: "x-runtime-lib.settings",
5106
5106
  children: [
@@ -5154,17 +5154,17 @@ const En = {
5154
5154
  default: !1
5155
5155
  }
5156
5156
  ]
5157
- }, Pt = {
5157
+ }, Mt = {
5158
5158
  key: "common_chip_group_v1",
5159
5159
  name: "x-runtime-lib.chipGroup",
5160
5160
  comp: zs,
5161
5161
  properties: {
5162
- pageCommon: [y, En],
5163
- compCommon: [y, En]
5162
+ pageCommon: [y, Kn],
5163
+ compCommon: [y, Kn]
5164
5164
  },
5165
5165
  spawn: oa
5166
5166
  };
5167
- I(Pt);
5167
+ I(Mt);
5168
5168
  const ia = {
5169
5169
  key: "common_color_picker_v1",
5170
5170
  name: "x-runtime-lib.colorPicker",
@@ -5176,7 +5176,7 @@ const ia = {
5176
5176
  leaf: !0
5177
5177
  };
5178
5178
  I(ia);
5179
- const An = {
5179
+ const Dn = {
5180
5180
  key: "settings",
5181
5181
  name: "x-runtime-lib.settings",
5182
5182
  children: [
@@ -5222,26 +5222,26 @@ const An = {
5222
5222
  name: "x-runtime-lib.combobox",
5223
5223
  comp: Es,
5224
5224
  properties: {
5225
- pageCommon: [y, An],
5226
- compCommon: [y, An]
5225
+ pageCommon: [y, Dn],
5226
+ compCommon: [y, Dn]
5227
5227
  },
5228
5228
  leaf: !0
5229
5229
  };
5230
5230
  I(ra);
5231
- const rn = D(Z);
5232
- rn.key = "backgroundColor";
5233
- rn.name = "x-runtime-lib.backgroundColor";
5234
- const Mn = {
5231
+ const mn = D(Z);
5232
+ mn.key = "backgroundColor";
5233
+ mn.name = "x-runtime-lib.backgroundColor";
5234
+ const On = {
5235
5235
  key: "settings",
5236
5236
  name: "x-runtime-lib.settings",
5237
- children: [rn]
5238
- }, Lt = {
5237
+ children: [mn]
5238
+ }, Wt = {
5239
5239
  key: "common_container_v1",
5240
5240
  name: "x-runtime-lib.container",
5241
5241
  comp: As,
5242
5242
  properties: {
5243
- pageCommon: [y, q, Te, Ee, Ae, Mn],
5244
- compCommon: [y, q, Te, Ee, Ae, Mn]
5243
+ pageCommon: [y, q, Te, Ee, Ae, On],
5244
+ compCommon: [y, q, Te, Ee, Ae, On]
5245
5245
  },
5246
5246
  events: [
5247
5247
  {
@@ -5250,8 +5250,8 @@ const Mn = {
5250
5250
  }
5251
5251
  ]
5252
5252
  };
5253
- I(Lt);
5254
- const Wn = {
5253
+ I(Wt);
5254
+ const Fn = {
5255
5255
  key: "size",
5256
5256
  name: "x-runtime-lib.size",
5257
5257
  children: [
@@ -5270,7 +5270,7 @@ const Wn = {
5270
5270
  default: ""
5271
5271
  }
5272
5272
  ]
5273
- }, Bn = {
5273
+ }, Nn = {
5274
5274
  key: "settings",
5275
5275
  name: "x-runtime-lib.settings",
5276
5276
  children: [
@@ -5378,7 +5378,7 @@ const Wn = {
5378
5378
  default: !1
5379
5379
  }
5380
5380
  ]
5381
- }, Rn = {
5381
+ }, jn = {
5382
5382
  key: "slots",
5383
5383
  name: "x-runtime-lib.slots",
5384
5384
  children: [
@@ -5408,8 +5408,8 @@ const Wn = {
5408
5408
  name: "x-runtime-lib.dataTable",
5409
5409
  comp: Ws,
5410
5410
  properties: {
5411
- pageCommon: [y, Wn, Bn, Rn],
5412
- compCommon: [y, Wn, Bn, Rn]
5411
+ pageCommon: [y, Fn, Nn, jn],
5412
+ compCommon: [y, Fn, Nn, jn]
5413
5413
  },
5414
5414
  leaf: !0
5415
5415
  };
@@ -5446,7 +5446,7 @@ const aa = {
5446
5446
  teleport: !0
5447
5447
  };
5448
5448
  I(aa);
5449
- const Kn = {
5449
+ const Gn = {
5450
5450
  key: "settings",
5451
5451
  name: "x-runtime-lib.settings",
5452
5452
  children: []
@@ -5455,11 +5455,11 @@ const Kn = {
5455
5455
  name: "x-runtime-lib.fileInput",
5456
5456
  comp: Ds,
5457
5457
  properties: {
5458
- pageCommon: [y, Kn],
5459
- compCommon: [y, Kn]
5458
+ pageCommon: [y, Gn],
5459
+ compCommon: [y, Gn]
5460
5460
  },
5461
5461
  leaf: !0
5462
- }, Dn = {
5462
+ }, Hn = {
5463
5463
  key: "settings",
5464
5464
  name: "x-runtime-lib.settings",
5465
5465
  children: [
@@ -5476,16 +5476,16 @@ const Kn = {
5476
5476
  default: !1
5477
5477
  }
5478
5478
  ]
5479
- }, zt = {
5479
+ }, Bt = {
5480
5480
  key: "common_flex_layout_entry_v1",
5481
5481
  name: "x-runtime-lib.flexLayoutEntry",
5482
5482
  comp: Fs,
5483
5483
  properties: {
5484
- pageCommon: [y, q, Dn],
5485
- compCommon: [y, q, Dn]
5484
+ pageCommon: [y, q, Hn],
5485
+ compCommon: [y, q, Hn]
5486
5486
  }
5487
5487
  };
5488
- I(zt);
5488
+ I(Bt);
5489
5489
  function ca(t, n) {
5490
5490
  const e = `type=${t} subtype=${n}`, o = B(t, n);
5491
5491
  if (!o) {
@@ -5499,7 +5499,7 @@ function ca(t, n) {
5499
5499
  }
5500
5500
  const r = E();
5501
5501
  M(r, s), r.basic.id = T(16), r.basic.key = Ge.key;
5502
- const l = Tt(
5502
+ const l = Rt(
5503
5503
  t,
5504
5504
  n,
5505
5505
  "#ff0000",
@@ -5508,7 +5508,7 @@ function ca(t, n) {
5508
5508
  void 0,
5509
5509
  "40px",
5510
5510
  void 0
5511
- ), c = Tt(
5511
+ ), c = Rt(
5512
5512
  t,
5513
5513
  n,
5514
5514
  "#00ff00",
@@ -5536,14 +5536,14 @@ function ua(t, n) {
5536
5536
  );
5537
5537
  return;
5538
5538
  }
5539
- const s = zt.properties[o];
5539
+ const s = Bt.properties[o];
5540
5540
  if (!s) {
5541
5541
  console.error(`flexLayoutV1/spawnEntry properties not found, ${e}`);
5542
5542
  return;
5543
5543
  }
5544
5544
  const r = E();
5545
- M(r, s), r.basic.id = T(16), r.basic.key = zt.key;
5546
- const l = Tt(
5545
+ M(r, s), r.basic.id = T(16), r.basic.key = Bt.key;
5546
+ const l = Rt(
5547
5547
  t,
5548
5548
  n,
5549
5549
  "#0000ff",
@@ -5561,33 +5561,33 @@ function ua(t, n) {
5561
5561
  }
5562
5562
  };
5563
5563
  }
5564
- function Tt(t, n, e, o, s, r, l, c, u) {
5565
- const m = `type=${t} subtype=${n}`, p = B(t, n);
5566
- if (!p) {
5564
+ function Rt(t, n, e, o, s, r, l, c, u) {
5565
+ const m = `type=${t} subtype=${n}`, d = B(t, n);
5566
+ if (!d) {
5567
5567
  console.error(
5568
5568
  `flexLayoutV1/spawnContainer property tag not found, ${m}`
5569
5569
  );
5570
5570
  return;
5571
5571
  }
5572
- const d = Lt.properties[p];
5573
- if (!d) {
5572
+ const p = Wt.properties[d];
5573
+ if (!p) {
5574
5574
  console.error(
5575
5575
  `flexLayoutV1/spawnContainer properties not found, ${m}`
5576
5576
  );
5577
5577
  return;
5578
5578
  }
5579
5579
  const f = E();
5580
- return M(f, d), f.basic.id = T(16), f.basic.key = Lt.key, o && (f.size.width = o), s && (f.size.minWidth = s), l && (f.size.height = l), c && (f.size.minHeight = c), e && (f.settings.backgroundColor.mode = "custom", f.settings.backgroundColor.custom.light = e, f.settings.backgroundColor.custom.dark = e), {
5580
+ return M(f, p), f.basic.id = T(16), f.basic.key = Wt.key, o && (f.size.width = o), s && (f.size.minWidth = s), l && (f.size.height = l), c && (f.size.minHeight = c), e && (f.settings.backgroundColor.mode = "custom", f.settings.backgroundColor.custom.light = e, f.settings.backgroundColor.custom.dark = e), {
5581
5581
  nodeLite: A(f, []),
5582
5582
  nodes: {
5583
5583
  [f.basic.id]: f
5584
5584
  }
5585
5585
  };
5586
5586
  }
5587
- const sn = D(Z);
5588
- sn.key = "backgroundColor";
5589
- sn.name = "x-runtime-lib.backgroundColor";
5590
- const On = {
5587
+ const pn = D(Z);
5588
+ pn.key = "backgroundColor";
5589
+ pn.name = "x-runtime-lib.backgroundColor";
5590
+ const Un = {
5591
5591
  key: "settings",
5592
5592
  name: "x-runtime-lib.settings",
5593
5593
  children: [
@@ -5755,15 +5755,15 @@ const On = {
5755
5755
  }
5756
5756
  ]
5757
5757
  },
5758
- sn
5758
+ pn
5759
5759
  ]
5760
5760
  }, Ge = {
5761
5761
  key: "common_flex_layout_v1",
5762
5762
  name: "x-runtime-lib.flexLayout",
5763
5763
  comp: Os,
5764
5764
  properties: {
5765
- pageCommon: [y, q, Te, Ee, Ae, On],
5766
- compCommon: [y, q, Te, Ee, Ae, On]
5765
+ pageCommon: [y, q, Te, Ee, Ae, Un],
5766
+ compCommon: [y, q, Te, Ee, Ae, Un]
5767
5767
  },
5768
5768
  events: [
5769
5769
  {
@@ -5774,7 +5774,7 @@ const On = {
5774
5774
  spawn: ca
5775
5775
  };
5776
5776
  I(Ge);
5777
- const Fn = {
5777
+ const Jn = {
5778
5778
  key: "settings",
5779
5779
  name: "x-runtime-lib.settings",
5780
5780
  children: [
@@ -5895,7 +5895,7 @@ const Fn = {
5895
5895
  default: ""
5896
5896
  }
5897
5897
  ]
5898
- }, Nn = {
5898
+ }, qn = {
5899
5899
  key: "slots",
5900
5900
  name: "x-runtime-lib.slots",
5901
5901
  children: [
@@ -5924,13 +5924,13 @@ const Fn = {
5924
5924
  default: void 0
5925
5925
  }
5926
5926
  ]
5927
- }, Et = {
5927
+ }, Kt = {
5928
5928
  key: "common_text_field_v1",
5929
5929
  name: "x-runtime-lib.textField",
5930
5930
  comp: yl,
5931
5931
  properties: {
5932
- pageCommon: [y, Fn, Nn],
5933
- compCommon: [y, Fn, Nn]
5932
+ pageCommon: [y, Jn, qn],
5933
+ compCommon: [y, Jn, qn]
5934
5934
  },
5935
5935
  events: [],
5936
5936
  methods: [],
@@ -5954,21 +5954,21 @@ const Fn = {
5954
5954
  ],
5955
5955
  leaf: !0
5956
5956
  };
5957
- I(Et);
5957
+ I(Kt);
5958
5958
  function ma(t, n) {
5959
5959
  const e = `type=${t} subtype=${n}`, o = B(t, n);
5960
5960
  if (!o) {
5961
5961
  console.error(`formV1/spawn property tag not found, ${e}`);
5962
5962
  return;
5963
5963
  }
5964
- const s = At.properties[o];
5964
+ const s = Dt.properties[o];
5965
5965
  if (!s) {
5966
5966
  console.error(`formV1/spawn properties not found, ${e}`);
5967
5967
  return;
5968
5968
  }
5969
5969
  const r = E();
5970
- M(r, s), r.basic.id = T(16), r.basic.key = At.key;
5971
- const l = da(t, n);
5970
+ M(r, s), r.basic.id = T(16), r.basic.key = Dt.key;
5971
+ const l = pa(t, n);
5972
5972
  return {
5973
5973
  nodeLite: A(r, [l.nodeLite]),
5974
5974
  nodes: {
@@ -5977,26 +5977,26 @@ function ma(t, n) {
5977
5977
  }
5978
5978
  };
5979
5979
  }
5980
- function da(t, n) {
5980
+ function pa(t, n) {
5981
5981
  const e = `type=${t} subtype=${n}`, o = B(t, n);
5982
5982
  if (!o) {
5983
5983
  console.error(`formV1/spawnTextField property tag not found, ${e}`);
5984
5984
  return;
5985
5985
  }
5986
- const s = Et.properties[o];
5986
+ const s = Kt.properties[o];
5987
5987
  if (!s) {
5988
5988
  console.error(`formV1/spawnTextField properties not found, ${e}`);
5989
5989
  return;
5990
5990
  }
5991
5991
  const r = E();
5992
- return M(r, s), r.basic.id = T(16), r.basic.key = Et.key, {
5992
+ return M(r, s), r.basic.id = T(16), r.basic.key = Kt.key, {
5993
5993
  nodeLite: A(r),
5994
5994
  nodes: {
5995
5995
  [r.basic.id]: r
5996
5996
  }
5997
5997
  };
5998
5998
  }
5999
- const jn = {
5999
+ const Xn = {
6000
6000
  key: "settings",
6001
6001
  name: "x-runtime-lib.settings",
6002
6002
  children: [
@@ -6014,13 +6014,13 @@ const jn = {
6014
6014
  default: !1
6015
6015
  }
6016
6016
  ]
6017
- }, At = {
6017
+ }, Dt = {
6018
6018
  key: "common_form_v1",
6019
6019
  name: "x-runtime-lib.form",
6020
6020
  comp: Ns,
6021
6021
  properties: {
6022
- pageCommon: [y, q, Te, Ee, Ae, jn],
6023
- compCommon: [y, q, Te, Ee, Ae, jn]
6022
+ pageCommon: [y, q, Te, Ee, Ae, Xn],
6023
+ compCommon: [y, q, Te, Ee, Ae, Xn]
6024
6024
  },
6025
6025
  events: [
6026
6026
  {
@@ -6030,8 +6030,8 @@ const jn = {
6030
6030
  ],
6031
6031
  spawn: ma
6032
6032
  };
6033
- I(At);
6034
- const pa = D(Z), Gn = {
6033
+ I(Dt);
6034
+ const da = D(Z), Yn = {
6035
6035
  key: "settings",
6036
6036
  name: "x-runtime-lib.settings",
6037
6037
  children: [
@@ -6054,15 +6054,15 @@ const pa = D(Z), Gn = {
6054
6054
  items: "sizeItemsV1",
6055
6055
  default: "default"
6056
6056
  },
6057
- pa
6057
+ da
6058
6058
  ]
6059
6059
  }, fa = {
6060
6060
  key: "common_icon_v1",
6061
6061
  name: "x-runtime-lib.icon",
6062
6062
  comp: js,
6063
6063
  properties: {
6064
- pageCommon: [y, Gn],
6065
- compCommon: [y, Gn]
6064
+ pageCommon: [y, Yn],
6065
+ compCommon: [y, Yn]
6066
6066
  },
6067
6067
  leaf: !0
6068
6068
  };
@@ -6094,20 +6094,20 @@ function ba(t, n) {
6094
6094
  console.error(`numberInputV1/spawn property tag not found, ${e}`);
6095
6095
  return;
6096
6096
  }
6097
- const s = Mt.properties[o];
6097
+ const s = Ot.properties[o];
6098
6098
  if (!s) {
6099
6099
  console.error(`numberInputV1/spawn properties not found, ${e}`);
6100
6100
  return;
6101
6101
  }
6102
6102
  const r = E();
6103
- return M(r, s), r.basic.id = T(16), r.basic.key = Mt.key, r.settings.label = "label", r.settings.placeholder = "placeholder", {
6103
+ return M(r, s), r.basic.id = T(16), r.basic.key = Ot.key, r.settings.label = "label", r.settings.placeholder = "placeholder", {
6104
6104
  nodeLite: A(r),
6105
6105
  nodes: {
6106
6106
  [r.basic.id]: r
6107
6107
  }
6108
6108
  };
6109
6109
  }
6110
- const Hn = {
6110
+ const Zn = {
6111
6111
  key: "size",
6112
6112
  name: "x-runtime-lib.size",
6113
6113
  children: [
@@ -6133,7 +6133,7 @@ const Hn = {
6133
6133
  default: ""
6134
6134
  }
6135
6135
  ]
6136
- }, Un = {
6136
+ }, Qn = {
6137
6137
  key: "settings",
6138
6138
  name: "x-runtime-lib.settings",
6139
6139
  children: [
@@ -6274,13 +6274,13 @@ const Hn = {
6274
6274
  ]
6275
6275
  }
6276
6276
  ]
6277
- }, Mt = {
6277
+ }, Ot = {
6278
6278
  key: "common_number_input_v1",
6279
6279
  name: "x-runtime-lib.numberInput",
6280
6280
  comp: Us,
6281
6281
  properties: {
6282
- pageCommon: [y, Hn, Un],
6283
- compCommon: [y, Hn, Un]
6282
+ pageCommon: [y, Zn, Qn],
6283
+ compCommon: [y, Zn, Qn]
6284
6284
  },
6285
6285
  events: [
6286
6286
  {
@@ -6307,8 +6307,8 @@ const Hn = {
6307
6307
  leaf: !0,
6308
6308
  spawn: ba
6309
6309
  };
6310
- I(Mt);
6311
- const Jn = {
6310
+ I(Ot);
6311
+ const eo = {
6312
6312
  key: "settings",
6313
6313
  name: "x-runtime-lib.settings",
6314
6314
  children: [
@@ -6376,13 +6376,13 @@ const Jn = {
6376
6376
  name: "x-runtime-lib.pagination",
6377
6377
  comp: Js,
6378
6378
  properties: {
6379
- pageCommon: [y, Jn],
6380
- compCommon: [y, Jn]
6379
+ pageCommon: [y, eo],
6380
+ compCommon: [y, eo]
6381
6381
  },
6382
6382
  leaf: !0
6383
6383
  };
6384
6384
  I(ga);
6385
- const ha = D(Z), qn = {
6385
+ const ha = D(Z), to = {
6386
6386
  key: "settings",
6387
6387
  name: "x-runtime-lib.settings",
6388
6388
  children: [
@@ -6419,31 +6419,31 @@ const ha = D(Z), qn = {
6419
6419
  },
6420
6420
  ha
6421
6421
  ]
6422
- }, Wt = {
6422
+ }, Ft = {
6423
6423
  key: "common_radio_v1",
6424
6424
  name: "x-runtime-lib.radio",
6425
6425
  comp: qs,
6426
6426
  properties: {
6427
- pageCommon: [y, qn],
6428
- compCommon: [y, qn]
6427
+ pageCommon: [y, to],
6428
+ compCommon: [y, to]
6429
6429
  },
6430
6430
  leaf: !0
6431
6431
  };
6432
- I(Wt);
6432
+ I(Ft);
6433
6433
  function _a(t, n) {
6434
6434
  const e = `type=${t} subtype=${n}`, o = B(t, n);
6435
6435
  if (!o) {
6436
6436
  console.error(`radioGroupV1/spawn property tag not found, ${e}`);
6437
6437
  return;
6438
6438
  }
6439
- const s = Bt.properties[o];
6439
+ const s = Nt.properties[o];
6440
6440
  if (!s) {
6441
6441
  console.error(`radioGroupV1/spawn properties not found, ${e}`);
6442
6442
  return;
6443
6443
  }
6444
6444
  const r = E();
6445
- M(r, s), r.basic.id = T(16), r.basic.key = Bt.key, r.settings.value = "option1";
6446
- const l = gt(t, n, "option1", "Option 1"), c = gt(t, n, "option2", "Option 2"), u = gt(t, n, "option3", "Option 3");
6445
+ M(r, s), r.basic.id = T(16), r.basic.key = Nt.key, r.settings.value = "option1";
6446
+ const l = wt(t, n, "option1", "Option 1"), c = wt(t, n, "option2", "Option 2"), u = wt(t, n, "option3", "Option 3");
6447
6447
  return {
6448
6448
  nodeLite: A(r, [
6449
6449
  l.nodeLite,
@@ -6458,7 +6458,7 @@ function _a(t, n) {
6458
6458
  }
6459
6459
  };
6460
6460
  }
6461
- function gt(t, n, e, o) {
6461
+ function wt(t, n, e, o) {
6462
6462
  const s = `type=${t} subtype=${n}`, r = B(t, n);
6463
6463
  if (!r) {
6464
6464
  console.error(
@@ -6466,20 +6466,20 @@ function gt(t, n, e, o) {
6466
6466
  );
6467
6467
  return;
6468
6468
  }
6469
- const l = Wt.properties[r];
6469
+ const l = Ft.properties[r];
6470
6470
  if (!l) {
6471
6471
  console.error(`radioGroupV1/spawnEntry properties not found, ${s}`);
6472
6472
  return;
6473
6473
  }
6474
6474
  const c = E();
6475
- return M(c, l), c.basic.id = T(16), c.basic.key = Wt.key, c.settings.value = e, c.settings.label = o, {
6475
+ return M(c, l), c.basic.id = T(16), c.basic.key = Ft.key, c.settings.value = e, c.settings.label = o, {
6476
6476
  nodeLite: A(c),
6477
6477
  nodes: {
6478
6478
  [c.basic.id]: c
6479
6479
  }
6480
6480
  };
6481
6481
  }
6482
- const Xn = {
6482
+ const no = {
6483
6483
  key: "settings",
6484
6484
  name: "x-runtime-lib.settings",
6485
6485
  children: [
@@ -6522,18 +6522,18 @@ const Xn = {
6522
6522
  default: !1
6523
6523
  }
6524
6524
  ]
6525
- }, Bt = {
6525
+ }, Nt = {
6526
6526
  key: "common_radio_group_v1",
6527
6527
  name: "x-runtime-lib.radioGroup",
6528
6528
  comp: Xs,
6529
6529
  properties: {
6530
- pageCommon: [y, Xn],
6531
- compCommon: [y, Xn]
6530
+ pageCommon: [y, no],
6531
+ compCommon: [y, no]
6532
6532
  },
6533
6533
  spawn: _a
6534
6534
  };
6535
- I(Bt);
6536
- const Yn = {
6535
+ I(Nt);
6536
+ const oo = {
6537
6537
  key: "settings",
6538
6538
  name: "x-runtime-lib.settings",
6539
6539
  children: [
@@ -6655,13 +6655,13 @@ const Yn = {
6655
6655
  name: "x-runtime-lib.rangeSlider",
6656
6656
  comp: Ys,
6657
6657
  properties: {
6658
- pageCommon: [y, Yn],
6659
- compCommon: [y, Yn]
6658
+ pageCommon: [y, oo],
6659
+ compCommon: [y, oo]
6660
6660
  },
6661
6661
  leaf: !0
6662
6662
  };
6663
6663
  I(va);
6664
- const Zn = {
6664
+ const io = {
6665
6665
  key: "settings",
6666
6666
  name: "x-runtime-lib.settings",
6667
6667
  children: [
@@ -6721,13 +6721,13 @@ const Zn = {
6721
6721
  name: "x-runtime-lib.rating",
6722
6722
  comp: Zs,
6723
6723
  properties: {
6724
- pageCommon: [y, Zn],
6725
- compCommon: [y, Zn]
6724
+ pageCommon: [y, io],
6725
+ compCommon: [y, io]
6726
6726
  },
6727
6727
  leaf: !0
6728
6728
  };
6729
6729
  I(xa);
6730
- const Qn = {
6730
+ const ro = {
6731
6731
  key: "settings",
6732
6732
  name: "x-runtime-lib.settings",
6733
6733
  children: [
@@ -6773,22 +6773,22 @@ const Qn = {
6773
6773
  name: "x-runtime-lib.select",
6774
6774
  comp: Qs,
6775
6775
  properties: {
6776
- pageCommon: [y, Qn],
6777
- compCommon: [y, Qn]
6776
+ pageCommon: [y, ro],
6777
+ compCommon: [y, ro]
6778
6778
  },
6779
6779
  leaf: !0
6780
6780
  };
6781
6781
  I(ka);
6782
- const ln = D(Z);
6783
- ln.key = "color";
6784
- ln.name = "x-runtime-lib.color";
6785
- const an = D(Z);
6786
- an.key = "trackColor";
6787
- an.name = "x-runtime-lib.trackColor";
6788
- const cn = D(Z);
6789
- cn.key = "thumbColor";
6790
- cn.name = "x-runtime-lib.thumbColor";
6791
- const eo = {
6782
+ const dn = D(Z);
6783
+ dn.key = "color";
6784
+ dn.name = "x-runtime-lib.color";
6785
+ const fn = D(Z);
6786
+ fn.key = "trackColor";
6787
+ fn.name = "x-runtime-lib.trackColor";
6788
+ const yn = D(Z);
6789
+ yn.key = "thumbColor";
6790
+ yn.name = "x-runtime-lib.thumbColor";
6791
+ const so = {
6792
6792
  key: "settings",
6793
6793
  name: "x-runtime-lib.settings",
6794
6794
  children: [
@@ -6893,11 +6893,11 @@ const eo = {
6893
6893
  ui: "switch",
6894
6894
  default: !1
6895
6895
  },
6896
- ln,
6897
- an,
6898
- cn
6896
+ dn,
6897
+ fn,
6898
+ yn
6899
6899
  ]
6900
- }, to = {
6900
+ }, lo = {
6901
6901
  key: "slots",
6902
6902
  name: "x-runtime-lib.slots",
6903
6903
  children: [
@@ -6919,13 +6919,13 @@ const eo = {
6919
6919
  name: "x-runtime-lib.slider",
6920
6920
  comp: el,
6921
6921
  properties: {
6922
- pageCommon: [y, eo, to],
6923
- compCommon: [y, eo, to]
6922
+ pageCommon: [y, so, lo],
6923
+ compCommon: [y, so, lo]
6924
6924
  },
6925
6925
  leaf: !0
6926
6926
  };
6927
6927
  I(wa);
6928
- const Rt = {
6928
+ const jt = {
6929
6929
  key: "common_stepper_header_v1",
6930
6930
  name: "x-runtime-lib.stepperHeader",
6931
6931
  comp: il,
@@ -6934,8 +6934,8 @@ const Rt = {
6934
6934
  compCommon: [y]
6935
6935
  }
6936
6936
  };
6937
- I(Rt);
6938
- const no = {
6937
+ I(jt);
6938
+ const ao = {
6939
6939
  key: "settings",
6940
6940
  name: "x-runtime-lib.settings",
6941
6941
  children: [
@@ -6946,17 +6946,17 @@ const no = {
6946
6946
  default: ""
6947
6947
  }
6948
6948
  ]
6949
- }, Kt = {
6949
+ }, Gt = {
6950
6950
  key: "common_stepper_item_v1",
6951
6951
  name: "x-runtime-lib.stepperItem",
6952
6952
  comp: rl,
6953
6953
  properties: {
6954
- pageCommon: [y, no],
6955
- compCommon: [y, no]
6954
+ pageCommon: [y, ao],
6955
+ compCommon: [y, ao]
6956
6956
  }
6957
6957
  };
6958
- I(Kt);
6959
- const Dt = {
6958
+ I(Gt);
6959
+ const Ht = {
6960
6960
  key: "common_stepper_window_v1",
6961
6961
  name: "x-runtime-lib.stepperWindow",
6962
6962
  comp: al,
@@ -6965,8 +6965,8 @@ const Dt = {
6965
6965
  compCommon: [y]
6966
6966
  }
6967
6967
  };
6968
- I(Dt);
6969
- const oo = {
6968
+ I(Ht);
6969
+ const co = {
6970
6970
  key: "settings",
6971
6971
  name: "x-runtime-lib.settings",
6972
6972
  children: [
@@ -6977,29 +6977,29 @@ const oo = {
6977
6977
  default: ""
6978
6978
  }
6979
6979
  ]
6980
- }, Ot = {
6980
+ }, Ut = {
6981
6981
  key: "common_stepper_window_item_v1",
6982
6982
  name: "x-runtime-lib.stepperWindowItem",
6983
6983
  comp: cl,
6984
6984
  properties: {
6985
- pageCommon: [y, oo],
6986
- compCommon: [y, oo]
6985
+ pageCommon: [y, co],
6986
+ compCommon: [y, co]
6987
6987
  }
6988
6988
  };
6989
- I(Ot);
6989
+ I(Ut);
6990
6990
  function Ia(t, n) {
6991
6991
  const e = `type=${t} subtype=${n}`, o = B(t, n);
6992
6992
  if (!o) {
6993
6993
  console.error(`stepperV1/spawn property tag not found, ${e}`);
6994
6994
  return;
6995
6995
  }
6996
- const s = Ft.properties[o];
6996
+ const s = Jt.properties[o];
6997
6997
  if (!s) {
6998
6998
  console.error(`stepperV1/spawn properties not found, ${e}`);
6999
6999
  return;
7000
7000
  }
7001
7001
  const r = E();
7002
- M(r, s), r.basic.id = T(16), r.basic.key = Ft.key;
7002
+ M(r, s), r.basic.id = T(16), r.basic.key = Jt.key;
7003
7003
  const l = Sa(t, n), c = Ca(t, n);
7004
7004
  return {
7005
7005
  nodeLite: A(r, [l.nodeLite, c.nodeLite]),
@@ -7016,14 +7016,14 @@ function Sa(t, n) {
7016
7016
  console.error(`stepperV1/spawnHeader property tag not found, ${e}`);
7017
7017
  return;
7018
7018
  }
7019
- const s = Rt.properties[o];
7019
+ const s = jt.properties[o];
7020
7020
  if (!s) {
7021
7021
  console.error(`stepperV1/spawnHeader properties not found, ${e}`);
7022
7022
  return;
7023
7023
  }
7024
7024
  const r = E();
7025
- M(r, s), r.basic.id = T(16), r.basic.key = Rt.key;
7026
- const l = ht(t, n, "step1"), c = ht(t, n, "step2"), u = ht(t, n, "step3");
7025
+ M(r, s), r.basic.id = T(16), r.basic.key = jt.key;
7026
+ const l = It(t, n, "step1"), c = It(t, n, "step2"), u = It(t, n, "step3");
7027
7027
  return {
7028
7028
  nodeLite: A(r, [l.nodeLite, c.nodeLite, u.nodeLite]),
7029
7029
  nodes: {
@@ -7034,19 +7034,19 @@ function Sa(t, n) {
7034
7034
  }
7035
7035
  };
7036
7036
  }
7037
- function ht(t, n, e) {
7037
+ function It(t, n, e) {
7038
7038
  const o = `type=${t} subtype=${n}`, s = B(t, n);
7039
7039
  if (!s) {
7040
7040
  console.error(`stepperV1/spawnItem property tag not found, ${o}`);
7041
7041
  return;
7042
7042
  }
7043
- const r = Kt.properties[s];
7043
+ const r = Gt.properties[s];
7044
7044
  if (!r) {
7045
7045
  console.error(`stepperV1/spawnItem properties not found, ${o}`);
7046
7046
  return;
7047
7047
  }
7048
7048
  const l = E();
7049
- return M(l, r), l.basic.id = T(16), l.basic.key = Kt.key, l.settings.value = e, {
7049
+ return M(l, r), l.basic.id = T(16), l.basic.key = Gt.key, l.settings.value = e, {
7050
7050
  nodeLite: A(l, []),
7051
7051
  nodes: {
7052
7052
  [l.basic.id]: l
@@ -7059,14 +7059,14 @@ function Ca(t, n) {
7059
7059
  console.error(`stepperV1/spawnWindow property tag not found, ${e}`);
7060
7060
  return;
7061
7061
  }
7062
- const s = Dt.properties[o];
7062
+ const s = Ht.properties[o];
7063
7063
  if (!s) {
7064
7064
  console.error(`stepperV1/spawnWindow properties not found, ${e}`);
7065
7065
  return;
7066
7066
  }
7067
7067
  const r = E();
7068
- M(r, s), r.basic.id = T(16), r.basic.key = Dt.key;
7069
- const l = _t(t, n, "step1", "step 1"), c = _t(t, n, "step2", "step 2"), u = _t(t, n, "step3", "step 3");
7068
+ M(r, s), r.basic.id = T(16), r.basic.key = Ht.key;
7069
+ const l = St(t, n, "step1", "step 1"), c = St(t, n, "step2", "step 2"), u = St(t, n, "step3", "step 3");
7070
7070
  return {
7071
7071
  nodeLite: A(r, [l.nodeLite, c.nodeLite, u.nodeLite]),
7072
7072
  nodes: {
@@ -7077,7 +7077,7 @@ function Ca(t, n) {
7077
7077
  }
7078
7078
  };
7079
7079
  }
7080
- function _t(t, n, e, o) {
7080
+ function St(t, n, e, o) {
7081
7081
  const s = `type=${t} subtype=${n}`, r = B(t, n);
7082
7082
  if (!r) {
7083
7083
  console.error(
@@ -7085,7 +7085,7 @@ function _t(t, n, e, o) {
7085
7085
  );
7086
7086
  return;
7087
7087
  }
7088
- const l = Ot.properties[r];
7088
+ const l = Ut.properties[r];
7089
7089
  if (!l) {
7090
7090
  console.error(
7091
7091
  `stepperV1/spawnWindowItem properties not found, ${s}`
@@ -7093,7 +7093,7 @@ function _t(t, n, e, o) {
7093
7093
  return;
7094
7094
  }
7095
7095
  const c = E();
7096
- M(c, l), c.basic.id = T(16), c.basic.key = Ot.key, c.settings.value = e;
7096
+ M(c, l), c.basic.id = T(16), c.basic.key = Ut.key, c.settings.value = e;
7097
7097
  const u = $a(t, n, o);
7098
7098
  return {
7099
7099
  nodeLite: A(c, [u.nodeLite]),
@@ -7122,7 +7122,7 @@ function $a(t, n, e) {
7122
7122
  }
7123
7123
  };
7124
7124
  }
7125
- const io = {
7125
+ const uo = {
7126
7126
  key: "settings",
7127
7127
  name: "x-runtime-lib.settings",
7128
7128
  children: [
@@ -7139,17 +7139,17 @@ const io = {
7139
7139
  default: !1
7140
7140
  }
7141
7141
  ]
7142
- }, Ft = {
7142
+ }, Jt = {
7143
7143
  key: "common_stepper_v1",
7144
7144
  name: "x-runtime-lib.stepper",
7145
7145
  comp: tl,
7146
7146
  properties: {
7147
- pageCommon: [y, io],
7148
- compCommon: [y, io]
7147
+ pageCommon: [y, uo],
7148
+ compCommon: [y, uo]
7149
7149
  },
7150
7150
  spawn: Ia
7151
7151
  };
7152
- I(Ft);
7152
+ I(Jt);
7153
7153
  const Va = {
7154
7154
  key: "common_switch_v1",
7155
7155
  name: "x-runtime-lib.switch",
@@ -7161,7 +7161,7 @@ const Va = {
7161
7161
  leaf: !0
7162
7162
  };
7163
7163
  I(Va);
7164
- const ro = {
7164
+ const mo = {
7165
7165
  key: "settings",
7166
7166
  name: "x-runtime-lib.settings",
7167
7167
  children: [
@@ -7178,31 +7178,31 @@ const ro = {
7178
7178
  default: ""
7179
7179
  }
7180
7180
  ]
7181
- }, Nt = {
7181
+ }, qt = {
7182
7182
  key: "common_tab_v1",
7183
7183
  name: "x-runtime-lib.tab",
7184
7184
  comp: ml,
7185
7185
  properties: {
7186
- pageCommon: [y, ro],
7187
- compCommon: [y, ro]
7186
+ pageCommon: [y, mo],
7187
+ compCommon: [y, mo]
7188
7188
  },
7189
7189
  leaf: !0
7190
7190
  };
7191
- I(Nt);
7191
+ I(qt);
7192
7192
  function Pa(t, n) {
7193
7193
  const e = `type=${t} subtype=${n}`, o = B(t, n);
7194
7194
  if (!o) {
7195
7195
  console.error(`tabsV1/spawn property tag not found, ${e}`);
7196
7196
  return;
7197
7197
  }
7198
- const s = jt.properties[o];
7198
+ const s = Xt.properties[o];
7199
7199
  if (!s) {
7200
7200
  console.error(`tabsV1/spawn properties not found, ${e}`);
7201
7201
  return;
7202
7202
  }
7203
7203
  const r = E();
7204
- M(r, s), r.basic.id = T(16), r.basic.key = jt.key;
7205
- const l = vt(t, n, "tab1", "tab 1"), c = vt(t, n, "tab2", "tab 2"), u = vt(t, n, "tab3", "tab 3");
7204
+ M(r, s), r.basic.id = T(16), r.basic.key = Xt.key;
7205
+ const l = Ct(t, n, "tab1", "tab 1"), c = Ct(t, n, "tab2", "tab 2"), u = Ct(t, n, "tab3", "tab 3");
7206
7206
  return {
7207
7207
  nodeLite: A(r, [l.nodeLite, c.nodeLite, u.nodeLite]),
7208
7208
  nodes: {
@@ -7213,35 +7213,35 @@ function Pa(t, n) {
7213
7213
  }
7214
7214
  };
7215
7215
  }
7216
- function vt(t, n, e, o) {
7216
+ function Ct(t, n, e, o) {
7217
7217
  const s = `type=${t} subtype=${n}`, r = B(t, n);
7218
7218
  if (!r) {
7219
7219
  console.error(`tabsV1/spawnTab property tag not found, ${s}`);
7220
7220
  return;
7221
7221
  }
7222
- const l = Nt.properties[r];
7222
+ const l = qt.properties[r];
7223
7223
  if (!l) {
7224
7224
  console.error(`tabsV1/spawnTab properties not found, ${s}`);
7225
7225
  return;
7226
7226
  }
7227
7227
  const c = E();
7228
- return M(c, l), c.basic.id = T(16), c.basic.key = Nt.key, c.settings.value = e, c.settings.text = o, {
7228
+ return M(c, l), c.basic.id = T(16), c.basic.key = qt.key, c.settings.value = e, c.settings.text = o, {
7229
7229
  nodeLite: A(c),
7230
7230
  nodes: {
7231
7231
  [c.basic.id]: c
7232
7232
  }
7233
7233
  };
7234
7234
  }
7235
- const un = D(Z);
7236
- un.key = "backgroundColor";
7237
- un.name = "x-runtime-lib.backgroundColor";
7238
- const mn = D(Z);
7239
- mn.key = "selectedColor";
7240
- mn.name = "x-runtime-lib.selectedColor";
7241
- const dn = D(Z);
7242
- dn.key = "sliderColor";
7243
- dn.name = "x-runtime-lib.sliderColor";
7244
- const so = {
7235
+ const bn = D(Z);
7236
+ bn.key = "backgroundColor";
7237
+ bn.name = "x-runtime-lib.backgroundColor";
7238
+ const gn = D(Z);
7239
+ gn.key = "selectedColor";
7240
+ gn.name = "x-runtime-lib.selectedColor";
7241
+ const hn = D(Z);
7242
+ hn.key = "sliderColor";
7243
+ hn.name = "x-runtime-lib.sliderColor";
7244
+ const po = {
7245
7245
  key: "settings",
7246
7246
  name: "x-runtime-lib.settings",
7247
7247
  children: [
@@ -7317,20 +7317,20 @@ const so = {
7317
7317
  {
7318
7318
  key: "color",
7319
7319
  name: "x-runtime-lib.color",
7320
- children: [un, mn, dn]
7320
+ children: [bn, gn, hn]
7321
7321
  }
7322
7322
  ]
7323
- }, jt = {
7323
+ }, Xt = {
7324
7324
  key: "common_tabs_v1",
7325
7325
  name: "x-runtime-lib.tabs",
7326
- comp: dl,
7326
+ comp: pl,
7327
7327
  properties: {
7328
- pageCommon: [y, so],
7329
- compCommon: [y, so]
7328
+ pageCommon: [y, po],
7329
+ compCommon: [y, po]
7330
7330
  },
7331
7331
  spawn: Pa
7332
7332
  };
7333
- I(jt);
7333
+ I(Xt);
7334
7334
  function La(t, n) {
7335
7335
  const e = `type=${t} subtype=${n}`, o = B(t, n);
7336
7336
  if (!o) {
@@ -7350,7 +7350,7 @@ function La(t, n) {
7350
7350
  }
7351
7351
  };
7352
7352
  }
7353
- const lo = {
7353
+ const fo = {
7354
7354
  key: "settings",
7355
7355
  name: "x-runtime-lib.settings",
7356
7356
  children: [
@@ -7439,10 +7439,10 @@ const lo = {
7439
7439
  }, Se = {
7440
7440
  key: "common_text_v1",
7441
7441
  name: "x-runtime-lib.text",
7442
- comp: pl,
7442
+ comp: dl,
7443
7443
  properties: {
7444
- pageCommon: [y, lo],
7445
- compCommon: [y, lo]
7444
+ pageCommon: [y, fo],
7445
+ compCommon: [y, fo]
7446
7446
  },
7447
7447
  leaf: !0,
7448
7448
  spawn: La
@@ -7454,20 +7454,20 @@ function za(t, n) {
7454
7454
  console.error(`textareaV1/spawn property tag not found, ${e}`);
7455
7455
  return;
7456
7456
  }
7457
- const s = Gt.properties[o];
7457
+ const s = Yt.properties[o];
7458
7458
  if (!s) {
7459
7459
  console.error(`textareaV1/spawn properties not found, ${e}`);
7460
7460
  return;
7461
7461
  }
7462
7462
  const r = E();
7463
- return M(r, s), r.basic.id = T(16), r.basic.key = Gt.key, r.settings.label = "label", {
7463
+ return M(r, s), r.basic.id = T(16), r.basic.key = Yt.key, r.settings.label = "label", {
7464
7464
  nodeLite: A(r),
7465
7465
  nodes: {
7466
7466
  [r.basic.id]: r
7467
7467
  }
7468
7468
  };
7469
7469
  }
7470
- const ao = {
7470
+ const yo = {
7471
7471
  key: "settings",
7472
7472
  name: "x-runtime-lib.settings",
7473
7473
  children: [
@@ -7538,19 +7538,19 @@ const ao = {
7538
7538
  default: 0
7539
7539
  }
7540
7540
  ]
7541
- }, Gt = {
7541
+ }, Yt = {
7542
7542
  key: "common_textarea_v1",
7543
7543
  name: "x-runtime-lib.textarea",
7544
7544
  comp: fl,
7545
7545
  properties: {
7546
- pageCommon: [y, ao],
7547
- compCommon: [y, ao]
7546
+ pageCommon: [y, yo],
7547
+ compCommon: [y, yo]
7548
7548
  },
7549
7549
  leaf: !0,
7550
7550
  spawn: za
7551
7551
  };
7552
- I(Gt);
7553
- const Ht = {
7552
+ I(Yt);
7553
+ const Zt = {
7554
7554
  key: "common_timeline_item_v1",
7555
7555
  name: "x-runtime-lib.timelineItem",
7556
7556
  comp: _l,
@@ -7559,21 +7559,21 @@ const Ht = {
7559
7559
  compCommon: [y]
7560
7560
  }
7561
7561
  };
7562
- I(Ht);
7562
+ I(Zt);
7563
7563
  function Ta(t, n) {
7564
7564
  const e = `type=${t} subtype=${n}`, o = B(t, n);
7565
7565
  if (!o) {
7566
7566
  console.error(`timelineV1/spawn property tag not found, ${e}`);
7567
7567
  return;
7568
7568
  }
7569
- const s = Ut.properties[o];
7569
+ const s = Qt.properties[o];
7570
7570
  if (!s) {
7571
7571
  console.error(`timelineV1/spawn properties not found, ${e}`);
7572
7572
  return;
7573
7573
  }
7574
7574
  const r = E();
7575
- M(r, s), r.basic.id = T(16), r.basic.key = Ut.key;
7576
- const l = xt(t, n, "timeline 1"), c = xt(t, n, "timeline 2"), u = xt(t, n, "timeline 3");
7575
+ M(r, s), r.basic.id = T(16), r.basic.key = Qt.key;
7576
+ const l = $t(t, n, "timeline 1"), c = $t(t, n, "timeline 2"), u = $t(t, n, "timeline 3");
7577
7577
  return {
7578
7578
  nodeLite: A(r, [l.nodeLite, c.nodeLite, u.nodeLite]),
7579
7579
  nodes: {
@@ -7584,19 +7584,19 @@ function Ta(t, n) {
7584
7584
  }
7585
7585
  };
7586
7586
  }
7587
- function xt(t, n, e) {
7587
+ function $t(t, n, e) {
7588
7588
  const o = `type=${t} subtype=${n}`, s = B(t, n);
7589
7589
  if (!s) {
7590
7590
  console.error(`timelineV1/spawnEntry property tag not found, ${o}`);
7591
7591
  return;
7592
7592
  }
7593
- const r = Ht.properties[s];
7593
+ const r = Zt.properties[s];
7594
7594
  if (!r) {
7595
7595
  console.error(`timelineV1/spawnEntry properties not found, ${o}`);
7596
7596
  return;
7597
7597
  }
7598
7598
  const l = E();
7599
- M(l, r), l.basic.id = T(16), l.basic.key = Ht.key;
7599
+ M(l, r), l.basic.id = T(16), l.basic.key = Zt.key;
7600
7600
  const c = Ea(t, n, e);
7601
7601
  return {
7602
7602
  nodeLite: A(l, [c.nodeLite]),
@@ -7625,7 +7625,7 @@ function Ea(t, n, e) {
7625
7625
  }
7626
7626
  };
7627
7627
  }
7628
- const Aa = D(Z), Ma = D(Z), co = {
7628
+ const Aa = D(Z), Ma = D(Z), bo = {
7629
7629
  key: "settings",
7630
7630
  name: "x-runtime-lib.settings",
7631
7631
  children: [
@@ -7703,18 +7703,18 @@ const Aa = D(Z), Ma = D(Z), co = {
7703
7703
  ]
7704
7704
  }
7705
7705
  ]
7706
- }, Ut = {
7706
+ }, Qt = {
7707
7707
  key: "common_timeline_v1",
7708
7708
  name: "x-runtime-lib.timeline",
7709
7709
  comp: bl,
7710
7710
  properties: {
7711
- pageCommon: [y, co],
7712
- compCommon: [y, co]
7711
+ pageCommon: [y, bo],
7712
+ compCommon: [y, bo]
7713
7713
  },
7714
7714
  spawn: Ta
7715
7715
  };
7716
- I(Ut);
7717
- const Jt = {
7716
+ I(Qt);
7717
+ const en = {
7718
7718
  key: "common_window_item_v1",
7719
7719
  name: "x-runtime-lib.windowItem",
7720
7720
  comp: wl,
@@ -7723,21 +7723,21 @@ const Jt = {
7723
7723
  compCommon: [y]
7724
7724
  }
7725
7725
  };
7726
- I(Jt);
7726
+ I(en);
7727
7727
  function Wa(t, n) {
7728
7728
  const e = `type=${t} subtype=${n}`, o = B(t, n);
7729
7729
  if (!o) {
7730
7730
  console.error(`windowV1/spawn property tag not found, ${e}`);
7731
7731
  return;
7732
7732
  }
7733
- const s = qt.properties[o];
7733
+ const s = tn.properties[o];
7734
7734
  if (!s) {
7735
7735
  console.error(`windowV1/spawn properties not found, ${e}`);
7736
7736
  return;
7737
7737
  }
7738
7738
  const r = E();
7739
- M(r, s), r.basic.id = T(16), r.basic.key = qt.key;
7740
- const l = kt(t, n, "window 1"), c = kt(t, n, "window 2"), u = kt(t, n, "window 3");
7739
+ M(r, s), r.basic.id = T(16), r.basic.key = tn.key;
7740
+ const l = Vt(t, n, "window 1"), c = Vt(t, n, "window 2"), u = Vt(t, n, "window 3");
7741
7741
  return {
7742
7742
  nodeLite: A(r, [l.nodeLite, c.nodeLite, u.nodeLite]),
7743
7743
  nodes: {
@@ -7748,19 +7748,19 @@ function Wa(t, n) {
7748
7748
  }
7749
7749
  };
7750
7750
  }
7751
- function kt(t, n, e) {
7751
+ function Vt(t, n, e) {
7752
7752
  const o = `type=${t} subtype=${n}`, s = B(t, n);
7753
7753
  if (!s) {
7754
7754
  console.error(`windowV1/spawnEntry property tag not found, ${o}`);
7755
7755
  return;
7756
7756
  }
7757
- const r = Jt.properties[s];
7757
+ const r = en.properties[s];
7758
7758
  if (!r) {
7759
7759
  console.error(`windowV1/spawnEntry properties not found, ${o}`);
7760
7760
  return;
7761
7761
  }
7762
7762
  const l = E();
7763
- M(l, r), l.basic.id = T(16), l.basic.key = Jt.key;
7763
+ M(l, r), l.basic.id = T(16), l.basic.key = en.key;
7764
7764
  const c = Ba(t, n, e);
7765
7765
  return {
7766
7766
  nodeLite: A(l, [c.nodeLite]),
@@ -7813,7 +7813,7 @@ function Ra(t, n, e) {
7813
7813
  }
7814
7814
  };
7815
7815
  }
7816
- const uo = {
7816
+ const go = {
7817
7817
  key: "settings",
7818
7818
  name: "x-runtime-lib.settings",
7819
7819
  children: [
@@ -7861,18 +7861,18 @@ const uo = {
7861
7861
  default: !1
7862
7862
  }
7863
7863
  ]
7864
- }, qt = {
7864
+ }, tn = {
7865
7865
  key: "common_window_v1",
7866
7866
  name: "x-runtime-lib.window",
7867
7867
  comp: vl,
7868
7868
  properties: {
7869
- pageCommon: [y, uo],
7870
- compCommon: [y, uo]
7869
+ pageCommon: [y, go],
7870
+ compCommon: [y, go]
7871
7871
  },
7872
7872
  spawn: Wa
7873
7873
  };
7874
- I(qt);
7875
- const mo = {
7874
+ I(tn);
7875
+ const nt = {
7876
7876
  key: "settings",
7877
7877
  name: "x-runtime-lib.settings",
7878
7878
  children: [
@@ -7883,7 +7883,7 @@ const mo = {
7883
7883
  default: void 0
7884
7884
  }
7885
7885
  ]
7886
- }, po = {
7886
+ }, ot = {
7887
7887
  key: "instances",
7888
7888
  name: "x-runtime-lib.instances",
7889
7889
  ui: "strInput",
@@ -7895,13 +7895,15 @@ const mo = {
7895
7895
  name: "x-runtime-lib.multipleRef",
7896
7896
  comp: Sl,
7897
7897
  properties: {
7898
- pageCommon: [y, q, mo, po],
7899
- compCommon: [y, q, mo, po]
7898
+ pageCommon: [y, q, nt, ot],
7899
+ compCommon: [y, q, nt, ot],
7900
+ pageScene: [y, nt, ot],
7901
+ compScene: [y, nt, ot]
7900
7902
  },
7901
7903
  leaf: !0
7902
7904
  };
7903
7905
  I(Ka);
7904
- const fo = {
7906
+ const it = {
7905
7907
  key: "settings",
7906
7908
  name: "x-runtime-lib.settings",
7907
7909
  children: [
@@ -7918,7 +7920,7 @@ const fo = {
7918
7920
  default: void 0
7919
7921
  }
7920
7922
  ]
7921
- }, yo = {
7923
+ }, rt = {
7922
7924
  key: "instances",
7923
7925
  name: "x-runtime-lib.instances",
7924
7926
  ui: "strInput",
@@ -7930,13 +7932,15 @@ const fo = {
7930
7932
  name: "x-runtime-lib.multipleSlot",
7931
7933
  comp: $l,
7932
7934
  properties: {
7933
- pageCommon: [y, q, fo, yo],
7934
- compCommon: [y, q, fo, yo]
7935
+ pageCommon: [y, q, it, rt],
7936
+ compCommon: [y, q, it, rt],
7937
+ pageScene: [y, it, rt],
7938
+ compScene: [y, it, rt]
7935
7939
  },
7936
7940
  leaf: !0
7937
7941
  };
7938
7942
  I(Da);
7939
- const bo = {
7943
+ const st = {
7940
7944
  key: "settings",
7941
7945
  name: "x-runtime-lib.settings",
7942
7946
  children: [
@@ -7952,13 +7956,15 @@ const bo = {
7952
7956
  name: "x-runtime-lib.reference",
7953
7957
  comp: Vl,
7954
7958
  properties: {
7955
- pageCommon: [y, q, bo],
7956
- compCommon: [y, q, bo]
7959
+ pageCommon: [y, q, st],
7960
+ compCommon: [y, q, st],
7961
+ pageScene: [y, st],
7962
+ compScene: [y, st]
7957
7963
  },
7958
7964
  leaf: !0
7959
7965
  };
7960
7966
  I(Oa);
7961
- const go = {
7967
+ const ho = {
7962
7968
  key: "settings",
7963
7969
  name: "x-runtime-lib.settings",
7964
7970
  children: [
@@ -7974,12 +7980,12 @@ const go = {
7974
7980
  name: "x-runtime-lib.renderSwitch",
7975
7981
  comp: Pl,
7976
7982
  properties: {
7977
- pageCommon: [y, go],
7978
- compCommon: [y, go]
7983
+ pageCommon: [y, ho],
7984
+ compCommon: [y, ho]
7979
7985
  }
7980
7986
  };
7981
7987
  I(Fa);
7982
- const ho = {
7988
+ const lt = {
7983
7989
  key: "settings",
7984
7990
  name: "x-runtime-lib.settings",
7985
7991
  children: [
@@ -8001,8 +8007,10 @@ const ho = {
8001
8007
  name: "x-runtime-lib.slot",
8002
8008
  comp: we,
8003
8009
  properties: {
8004
- pageCommon: [y, q, ho],
8005
- compCommon: [y, q, ho]
8010
+ pageCommon: [y, q, lt],
8011
+ compCommon: [y, q, lt],
8012
+ pageScene: [y, lt],
8013
+ compScene: [y, lt]
8006
8014
  },
8007
8015
  leaf: !0
8008
8016
  };
@@ -8152,13 +8160,13 @@ const Za = [
8152
8160
  { title: "x-runtime-lib.notSet", value: "" },
8153
8161
  { title: "x-runtime-lib.show", value: "show" },
8154
8162
  { title: "x-runtime-lib.always", value: "always" }
8155
- ], dc = [
8163
+ ], pc = [
8156
8164
  { title: "x-runtime-lib.xSmall", value: "x-small" },
8157
8165
  { title: "x-runtime-lib.small", value: "small" },
8158
8166
  { title: "x-runtime-lib.default", value: "default" },
8159
8167
  { title: "x-runtime-lib.large", value: "large" },
8160
8168
  { title: "x-runtime-lib.xLarge", value: "x-large" }
8161
- ], pc = [
8169
+ ], dc = [
8162
8170
  { title: "x-runtime-lib.notSet", value: "" },
8163
8171
  { title: "x-runtime-lib.start", value: "start" },
8164
8172
  { title: "x-runtime-lib.center", value: "center" },
@@ -8238,8 +8246,8 @@ const Za = [
8238
8246
  fontWeightItemsV1: cc,
8239
8247
  sheetVariantItemsV1: uc,
8240
8248
  showTicksItemsV1: mc,
8241
- sizeItemsV1: dc,
8242
- textAlignItemsV1: pc,
8249
+ sizeItemsV1: pc,
8250
+ textAlignItemsV1: dc,
8243
8251
  textDecorationItemsV1: fc,
8244
8252
  textEmphasisItemsV1: yc,
8245
8253
  textStyleItemsV1: bc,
@@ -8282,7 +8290,7 @@ const Za = [
8282
8290
  title: "x-runtime-lib.pixel",
8283
8291
  value: "pixel",
8284
8292
  ui: "pixelInput",
8285
- validator: ut,
8293
+ validator: bt,
8286
8294
  default: "0px",
8287
8295
  precision: 0,
8288
8296
  min: 0,
@@ -8330,14 +8338,14 @@ const Za = [
8330
8338
  title: "x-runtime-lib.pixel",
8331
8339
  value: "pixel",
8332
8340
  ui: "pixelInput",
8333
- validator: ut,
8341
+ validator: bt,
8334
8342
  default: "0px"
8335
8343
  },
8336
8344
  {
8337
8345
  title: "x-runtime-lib.percent",
8338
8346
  value: "percent",
8339
8347
  ui: "percentInput",
8340
- validator: Zt,
8348
+ validator: rn,
8341
8349
  precision: 6,
8342
8350
  default: "0%"
8343
8351
  }
@@ -8353,7 +8361,7 @@ const Za = [
8353
8361
  title: "x-runtime-lib.pixel",
8354
8362
  value: "pixel",
8355
8363
  ui: "pixelInput",
8356
- validator: ut,
8364
+ validator: bt,
8357
8365
  min: 0,
8358
8366
  default: "0px"
8359
8367
  },
@@ -8361,7 +8369,7 @@ const Za = [
8361
8369
  title: "x-runtime-lib.percent",
8362
8370
  value: "percent",
8363
8371
  ui: "percentInput",
8364
- validator: Zt,
8372
+ validator: rn,
8365
8373
  precision: 6,
8366
8374
  min: 0,
8367
8375
  default: "0%"
@@ -8378,7 +8386,7 @@ const Za = [
8378
8386
  title: "x-runtime-lib.pixel",
8379
8387
  value: "pixel",
8380
8388
  ui: "pixelInput",
8381
- validator: ut,
8389
+ validator: bt,
8382
8390
  min: 0,
8383
8391
  default: "0px"
8384
8392
  },
@@ -8386,7 +8394,7 @@ const Za = [
8386
8394
  title: "x-runtime-lib.percent",
8387
8395
  value: "percent",
8388
8396
  ui: "percentInput",
8389
- validator: Zt,
8397
+ validator: rn,
8390
8398
  precision: 6,
8391
8399
  min: 0,
8392
8400
  default: "0%"
@@ -8849,18 +8857,18 @@ function Su(t, n, e, o, s) {
8849
8857
  console.error(`spawnNode [ref] element not found in pkg, ${r}`);
8850
8858
  return;
8851
8859
  }
8852
- const p = _e[u];
8853
- if (!p) {
8860
+ const d = _e[u];
8861
+ if (!d) {
8854
8862
  console.error(`spawnNode [ref] element not found in global, ${r}`);
8855
8863
  return;
8856
8864
  }
8857
- const d = p.properties[l];
8858
- if (!d) {
8865
+ const p = d.properties[l];
8866
+ if (!p) {
8859
8867
  console.error(`spawnNode [ref] properties not found, ${r}`);
8860
8868
  return;
8861
8869
  }
8862
8870
  const f = E();
8863
- return M(f, d), f.basic.id = T(16), f.basic.key = u, f.settings || (f.settings = {}), f.settings.comp = m, {
8871
+ return M(f, p), f.basic.id = T(16), f.basic.key = u, f.settings || (f.settings = {}), f.settings.comp = m, {
8864
8872
  nodeLite: A(f),
8865
8873
  nodes: {
8866
8874
  [f.basic.id]: f
@@ -8880,18 +8888,18 @@ function Su(t, n, e, o, s) {
8880
8888
  if (m.spawn)
8881
8889
  return m.spawn(t, n);
8882
8890
  {
8883
- const p = m.properties[l];
8884
- if (!p) {
8891
+ const d = m.properties[l];
8892
+ if (!d) {
8885
8893
  console.error(`spawnNode [key] properties not found, ${r}`);
8886
8894
  return;
8887
8895
  }
8888
- const d = E();
8889
- M(d, p), d.basic.id = T(16), d.basic.key = u;
8896
+ const p = E();
8897
+ M(p, d), p.basic.id = T(16), p.basic.key = u;
8890
8898
  let f;
8891
8899
  return m.leaf || (f = []), {
8892
- nodeLite: A(d, f),
8900
+ nodeLite: A(p, f),
8893
8901
  nodes: {
8894
- [d.basic.id]: d
8902
+ [p.basic.id]: p
8895
8903
  }
8896
8904
  };
8897
8905
  }
@@ -8931,67 +8939,67 @@ function $u(t) {
8931
8939
  }
8932
8940
  const Oo = "runtimeOrg", Fo = "runtimeEnv", No = "runtimeMode", jo = "runtimeDevice", Go = "runtimeDark", Ho = "runtimeId", Uo = "runtimeType", Jo = "runtimeData", qo = "runtimeDepends", Xo = "runtimeRuntime", Yo = "runtimeSandbox";
8933
8941
  function Vu(t) {
8934
- de(Oo, t);
8942
+ pe(Oo, t);
8935
8943
  }
8936
8944
  function Kc() {
8937
8945
  return me(Oo);
8938
8946
  }
8939
8947
  function Pu(t) {
8940
- de(Fo, t);
8948
+ pe(Fo, t);
8941
8949
  }
8942
8950
  function Dc() {
8943
8951
  return me(Fo);
8944
8952
  }
8945
8953
  function Lu(t) {
8946
- de(No, t);
8954
+ pe(No, t);
8947
8955
  }
8948
8956
  function X() {
8949
8957
  return me(No);
8950
8958
  }
8951
8959
  function zu(t) {
8952
- de(jo, Yt(t));
8960
+ pe(jo, on(t));
8953
8961
  }
8954
8962
  function Re() {
8955
8963
  return me(jo);
8956
8964
  }
8957
8965
  function Tu(t) {
8958
- de(Go, Yt(t));
8966
+ pe(Go, on(t));
8959
8967
  }
8960
8968
  function Ze() {
8961
8969
  return me(Go);
8962
8970
  }
8963
8971
  function Eu(t) {
8964
- de(Ho, t);
8972
+ pe(Ho, t);
8965
8973
  }
8966
8974
  function Qe() {
8967
8975
  return me(Ho);
8968
8976
  }
8969
8977
  function Au(t) {
8970
- de(Uo, t);
8978
+ pe(Uo, t);
8971
8979
  }
8972
8980
  function xe() {
8973
8981
  return me(Uo);
8974
8982
  }
8975
8983
  function $e(t) {
8976
- de(Jo, t);
8984
+ pe(Jo, t);
8977
8985
  }
8978
8986
  function be() {
8979
8987
  return me(Jo);
8980
8988
  }
8981
8989
  function Mu(t) {
8982
- de(qo, Yt(t));
8990
+ pe(qo, on(t));
8983
8991
  }
8984
8992
  function Oc() {
8985
8993
  return me(qo);
8986
8994
  }
8987
8995
  function Wu(t) {
8988
- de(Xo, t);
8996
+ pe(Xo, t);
8989
8997
  }
8990
8998
  function Fc() {
8991
8999
  return me(Xo);
8992
9000
  }
8993
9001
  function Nc(t) {
8994
- de(Yo, t);
9002
+ pe(Yo, t);
8995
9003
  }
8996
9004
  function fe() {
8997
9005
  return me(Yo, void 0);
@@ -9000,7 +9008,7 @@ function Oe(t) {
9000
9008
  const n = [t.type];
9001
9009
  return t.type === "elementProperty" ? n.push(t.nodeId, t.propertyKeys) : t.type === "customProperty" || t.type === "adaptSlotProperty" ? n.push(t.propertyId) : t.type === "state" ? n.push(t.stateId) : console.assert(!1), n.join("/");
9002
9010
  }
9003
- function nt(t, n, e, o, s) {
9011
+ function at(t, n, e, o, s) {
9004
9012
  const { watchEffect: r, bind: l } = n;
9005
9013
  if (r[e])
9006
9014
  for (const c of r[e]) {
@@ -9015,76 +9023,76 @@ function nt(t, n, e, o, s) {
9015
9023
  continue;
9016
9024
  }
9017
9025
  let m = null;
9018
- for (const d of u)
9019
- if (e === Oe(d)) {
9020
- if (d.subKeys) {
9026
+ for (const p of u)
9027
+ if (e === Oe(p)) {
9028
+ if (p.subKeys) {
9021
9029
  if (!se(
9022
- ke(o, d.subKeys),
9023
- ke(s, d.subKeys)
9030
+ ke(o, p.subKeys),
9031
+ ke(s, p.subKeys)
9024
9032
  )) {
9025
- m = d;
9033
+ m = p;
9026
9034
  break;
9027
9035
  }
9028
9036
  } else if (!se(o, s)) {
9029
- m = d;
9037
+ m = p;
9030
9038
  break;
9031
9039
  }
9032
9040
  }
9033
9041
  if (!m)
9034
9042
  continue;
9035
- let p;
9036
- m.subKeys ? p = ke(o, m.subKeys) : p = o;
9037
- for (const d of u)
9038
- if (d.subKeys) {
9043
+ let d;
9044
+ m.subKeys ? d = ke(o, m.subKeys) : d = o;
9045
+ for (const p of u)
9046
+ if (p.subKeys) {
9039
9047
  let f;
9040
- if (d.type === "elementProperty")
9048
+ if (p.type === "elementProperty")
9041
9049
  f = t.getElementProperty(
9042
- d.nodeId,
9043
- d.propertyKeys.split(".")
9050
+ p.nodeId,
9051
+ p.propertyKeys.split(".")
9044
9052
  );
9045
- else if (d.type === "customProperty")
9046
- f = t.getCustomProperty(d.propertyId);
9047
- else if (d.type === "state")
9048
- f = t.getState(d.stateId);
9049
- else if (d.type === "adaptSlotProperty")
9050
- f = t.getAdaptSlotProperty(d.propertyId);
9053
+ else if (p.type === "customProperty")
9054
+ f = t.getCustomProperty(p.propertyId);
9055
+ else if (p.type === "state")
9056
+ f = t.getState(p.stateId);
9057
+ else if (p.type === "adaptSlotProperty")
9058
+ f = t.getAdaptSlotProperty(p.propertyId);
9051
9059
  else {
9052
9060
  console.assert(!1);
9053
9061
  continue;
9054
9062
  }
9055
- const b = ke(f, d.subKeys);
9056
- if (se(p, b))
9063
+ const b = ke(f, p.subKeys);
9064
+ if (se(d, b))
9057
9065
  continue;
9058
9066
  const g = D(f);
9059
- Qt(g, d.subKeys, D(p)), d.type === "elementProperty" ? t.setElementProperty(
9060
- d.nodeId,
9061
- d.propertyKeys.split("."),
9067
+ sn(g, p.subKeys, D(d)), p.type === "elementProperty" ? t.setElementProperty(
9068
+ p.nodeId,
9069
+ p.propertyKeys.split("."),
9062
9070
  g
9063
- ) : d.type === "customProperty" ? t.setCustomProperty(d.propertyId, g) : d.type === "state" ? t.setState(d.stateId, g) : d.type === "adaptSlotProperty" ? t.setAdaptSlotProperty(d.propertyId, g) : console.assert(!1);
9071
+ ) : 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);
9064
9072
  } else {
9065
9073
  let f;
9066
- if (d.type === "elementProperty")
9074
+ if (p.type === "elementProperty")
9067
9075
  f = t.getElementProperty(
9068
- d.nodeId,
9069
- d.propertyKeys.split(".")
9076
+ p.nodeId,
9077
+ p.propertyKeys.split(".")
9070
9078
  );
9071
- else if (d.type === "customProperty")
9072
- f = t.getCustomProperty(d.propertyId);
9073
- else if (d.type === "state")
9074
- f = t.getState(d.stateId);
9075
- else if (d.type === "adaptSlotProperty")
9076
- f = t.getAdaptSlotProperty(d.propertyId);
9079
+ else if (p.type === "customProperty")
9080
+ f = t.getCustomProperty(p.propertyId);
9081
+ else if (p.type === "state")
9082
+ f = t.getState(p.stateId);
9083
+ else if (p.type === "adaptSlotProperty")
9084
+ f = t.getAdaptSlotProperty(p.propertyId);
9077
9085
  else {
9078
9086
  console.assert(!1);
9079
9087
  continue;
9080
9088
  }
9081
- if (se(p, f))
9089
+ if (se(d, f))
9082
9090
  continue;
9083
- d.type === "elementProperty" ? t.setElementProperty(
9084
- d.nodeId,
9085
- d.propertyKeys.split("."),
9086
- D(p)
9087
- ) : d.type === "customProperty" ? t.setCustomProperty(d.propertyId, D(p)) : d.type === "state" ? t.setState(d.stateId, D(p)) : d.type === "adaptSlotProperty" ? t.setAdaptSlotProperty(d.propertyId, D(p)) : console.assert(!1);
9091
+ p.type === "elementProperty" ? t.setElementProperty(
9092
+ p.nodeId,
9093
+ p.propertyKeys.split("."),
9094
+ D(d)
9095
+ ) : p.type === "customProperty" ? t.setCustomProperty(p.propertyId, D(d)) : p.type === "state" ? t.setState(p.stateId, D(d)) : p.type === "adaptSlotProperty" ? t.setAdaptSlotProperty(p.propertyId, D(d)) : console.assert(!1);
9088
9096
  }
9089
9097
  }
9090
9098
  }
@@ -9288,8 +9296,8 @@ function Hc(t) {
9288
9296
  if (/^\[\d+\]$/.test(u)) {
9289
9297
  let m = parseInt(u.slice(1, -1), 10);
9290
9298
  m > 0 && m--;
9291
- const p = n.newNumber(m);
9292
- n.setProp(s, l.toString(), p), p.dispose(), l++;
9299
+ const d = n.newNumber(m);
9300
+ n.setProp(s, l.toString(), d), d.dispose(), l++;
9293
9301
  } else {
9294
9302
  const m = n.newString(u);
9295
9303
  n.setProp(s, l.toString(), m), m.dispose(), l++;
@@ -9318,8 +9326,8 @@ function Hc(t) {
9318
9326
  if (Me(t)) {
9319
9327
  var l = [];
9320
9328
  try {
9321
- const p = Pe(l, n.getProp(n.global, "__timeoutCallback__"));
9322
- n.callFunction(p, n.global, n.newNumber(s));
9329
+ const d = Pe(l, n.getProp(n.global, "__timeoutCallback__"));
9330
+ n.callFunction(d, n.global, n.newNumber(s));
9323
9331
  } catch (c) {
9324
9332
  var u = c, m = !0;
9325
9333
  } finally {
@@ -9352,18 +9360,18 @@ function Jc(t) {
9352
9360
  }
9353
9361
  const { vm: n } = t;
9354
9362
  n.newFunction("__callFuncV1__", (e, o, s, r, l) => {
9355
- const c = n.getString(e), u = n.getString(o), m = n.dump(s), p = n.getString(r), d = n.getString(l), { id: f, promise: b } = t.promiseManager.acquire(), g = JSON.stringify(m);
9363
+ const c = n.getString(e), u = n.getString(o), m = n.dump(s), d = n.getString(r), p = n.getString(l), { id: f, promise: b } = t.promiseManager.acquire(), g = JSON.stringify(m);
9356
9364
  return Uc({
9357
9365
  spaceId: c,
9358
9366
  id: u,
9359
9367
  strInputs: g,
9360
- env: p
9368
+ env: d
9361
9369
  }).then(
9362
9370
  ({ strOutputs: _ }) => {
9363
9371
  Me(t) && (b.resolve(n.evalCode(`JSON.parse('${_}')`).unwrap()), t.promiseManager.release(f));
9364
9372
  },
9365
9373
  (_) => {
9366
- Me(t) && (b.reject(n.newString(`call func <${d}> failed, ${_}`)), t.promiseManager.release(f));
9374
+ Me(t) && (b.reject(n.newString(`call func <${p}> failed, ${_}`)), t.promiseManager.release(f));
9367
9375
  }
9368
9376
  ), b.settled.then(n.runtime.executePendingJobs), b.handle;
9369
9377
  }).consume((e) => n.setProp(n.global, "__callFuncV1__", e));
@@ -9389,9 +9397,9 @@ function Xc(t) {
9389
9397
  const N = Pe(c, n.getProp(n.global, "__triggerEventInner__"));
9390
9398
  n.callFunction(N, n.global, e, ...o);
9391
9399
  } catch (u) {
9392
- var m = u, p = !0;
9400
+ var m = u, d = !0;
9393
9401
  } finally {
9394
- Le(c, m, p);
9402
+ Le(c, m, d);
9395
9403
  }
9396
9404
  }
9397
9405
  const s = n.getString(e), { kind: r, eventKey: l } = Gc(s);
@@ -9400,14 +9408,14 @@ function Xc(t) {
9400
9408
  try {
9401
9409
  const N = Pe($, n.getProp(n.global, "__triggerEventV1__"));
9402
9410
  {
9403
- var d = [];
9411
+ var p = [];
9404
9412
  try {
9405
- const F = Pe(d, n.newString(re("refEvent", t.id, l)));
9413
+ const F = Pe(p, n.newString(re("refEvent", t.id, l)));
9406
9414
  n.callFunction(N, n.global, F, ...o);
9407
9415
  } catch (f) {
9408
9416
  var b = f, g = !0;
9409
9417
  } finally {
9410
- Le(d, b, g);
9418
+ Le(p, b, g);
9411
9419
  }
9412
9420
  }
9413
9421
  {
@@ -9435,37 +9443,37 @@ function Xc(t) {
9435
9443
  if (l === "elementProperty")
9436
9444
  m = t.getElementProperty(c, u.split("."));
9437
9445
  else if (l === "refProperty") {
9438
- const p = t.children[c];
9439
- p && (m = p.getCustomProperty(u));
9446
+ const d = t.children[c];
9447
+ d && (m = d.getCustomProperty(u));
9440
9448
  } else if (l === "multipleRefProperty") {
9441
- const p = t.children[c + "/" + r];
9442
- p && (m = p.getCustomProperty(u));
9449
+ const d = t.children[c + "/" + r];
9450
+ d && (m = d.getCustomProperty(u));
9443
9451
  } else l === "customProperty" ? m = t.getCustomProperty(u) : l === "customSlotProperty" || (l === "adaptSlotElementProperty" || l === "adaptSlotCustomProperty" ? m = t.getAdaptSlotProperty(u) : console.assert(!1));
9444
9452
  return He(n, m);
9445
9453
  }).consume((e) => n.setProp(n.global, "__getPropertyV1__", e)), n.newFunction("__setPropertyV1__", (e, o, s) => {
9446
- const r = n.getString(e), l = n.getString(o), c = n.dump(s), { kind: u, nodeId: m, propertyKey: p } = vo(r);
9454
+ const r = n.getString(e), l = n.getString(o), c = n.dump(s), { kind: u, nodeId: m, propertyKey: d } = vo(r);
9447
9455
  if (u === "elementProperty")
9448
- t.setElementProperty(m, p.split("."), c);
9456
+ t.setElementProperty(m, d.split("."), c);
9449
9457
  else if (u === "refProperty") {
9450
- const d = t.children[m];
9451
- d && d.setCustomProperty(p, c);
9458
+ const p = t.children[m];
9459
+ p && p.setCustomProperty(d, c);
9452
9460
  } else if (u === "multipleRefProperty") {
9453
- const d = t.children[m + "/" + l];
9454
- d && d.setCustomProperty(p, c);
9455
- } else u === "customProperty" ? t.setCustomProperty(p, c) : u === "customSlotProperty" || (u === "adaptSlotElementProperty" || u === "adaptSlotCustomProperty" ? t.setAdaptSlotProperty(p, c) : console.assert(!1));
9461
+ const p = t.children[m + "/" + l];
9462
+ p && p.setCustomProperty(d, c);
9463
+ } else u === "customProperty" ? t.setCustomProperty(d, c) : u === "customSlotProperty" || (u === "adaptSlotElementProperty" || u === "adaptSlotCustomProperty" ? t.setAdaptSlotProperty(d, c) : console.assert(!1));
9456
9464
  }).consume((e) => n.setProp(n.global, "__setPropertyV1__", e)), n.newFunction("__callMethodV1__", (e, o, s) => {
9457
- const r = n.getString(e), l = n.getString(o), c = n.dump(s), { kind: u, nodeId: m, methodKey: p } = Zo(r);
9458
- let d;
9465
+ const r = n.getString(e), l = n.getString(o), c = n.dump(s), { kind: u, nodeId: m, methodKey: d } = Zo(r);
9466
+ let p;
9459
9467
  if (u === "elementMethod")
9460
- d = t.callElementMethod(r, c);
9468
+ p = t.callElementMethod(r, c);
9461
9469
  else if (u === "refMethod") {
9462
9470
  const f = t.children[m];
9463
- f && (d = f.callCustomMethod(p, c));
9471
+ f && (p = f.callCustomMethod(d, c));
9464
9472
  } else if (u === "multipleRefMethod") {
9465
9473
  const f = t.children[m + "/" + l];
9466
- f && (d = f.callCustomMethod(p, c));
9474
+ f && (p = f.callCustomMethod(d, c));
9467
9475
  } else u === "customMethod" || u === "customSlotMethod" || u === "adaptSlotElementMethod" || u === "adaptSlotCustomMethod" || console.assert(!1);
9468
- return d;
9476
+ return p;
9469
9477
  }).consume((e) => n.setProp(n.global, "__callMethodV1__", e)), n.newFunction("__getStateV1__", (e) => {
9470
9478
  const o = n.getString(e), s = t.getState(o);
9471
9479
  return He(n, s);
@@ -9493,8 +9501,8 @@ function Xc(t) {
9493
9501
  }), c.settled.then(n.runtime.executePendingJobs), c.handle;
9494
9502
  }).consume((e) => n.setProp(n.global, "__openConfirmDlgV1__", e)), n.newFunction("__openPromptDlgV1__", (e, o, s) => {
9495
9503
  const r = n.getString(e), l = n.getString(o), c = n.dump(s), { id: u, promise: m } = t.promiseManager.acquire();
9496
- return ui({ title: r, label: l, value: c }).then((p) => {
9497
- Me(t) && (p === void 0 ? m.resolve(n.undefined) : m.resolve(n.newString(p)), t.promiseManager.release(u));
9504
+ return ui({ title: r, label: l, value: c }).then((d) => {
9505
+ Me(t) && (d === void 0 ? m.resolve(n.undefined) : m.resolve(n.newString(d)), t.promiseManager.release(u));
9498
9506
  }), m.settled.then(n.runtime.executePendingJobs), m.handle;
9499
9507
  }).consume((e) => n.setProp(n.global, "__openPromptDlgV1__", e));
9500
9508
  }
@@ -9692,7 +9700,7 @@ class eu {
9692
9700
  return;
9693
9701
  }
9694
9702
  const r = ke(s, e);
9695
- se(o, r) || (Qt(s, e, o), this.hooks?.onElementPropertyChange(
9703
+ se(o, r) || (sn(s, e, o), this.hooks?.onElementPropertyChange(
9696
9704
  s.basic.id,
9697
9705
  e,
9698
9706
  o,
@@ -9773,7 +9781,7 @@ class eu {
9773
9781
  }
9774
9782
  }
9775
9783
  function Ke(t, n, e, o, s) {
9776
- const r = Kc(), l = Dc(), c = X(), u = xe(), m = Re(), p = Ze(), d = Fc(), f = (S, $, L, R) => {
9784
+ const r = Kc(), l = Dc(), c = X(), u = xe(), m = Re(), d = Ze(), p = Fc(), f = (S, $, L, R) => {
9777
9785
  if (ee(c)) {
9778
9786
  if (se($, ["settings", "slot"])) {
9779
9787
  const O = t.value?.view.nodeLites.find(
@@ -9794,7 +9802,7 @@ function Ke(t, n, e, o, s) {
9794
9802
  R ?? L
9795
9803
  ), t.value?.code.reactivity) {
9796
9804
  let O = "";
9797
- $ instanceof Array ? O = $.join(".") : O = $, nt(
9805
+ $ instanceof Array ? O = $.join(".") : O = $, at(
9798
9806
  v,
9799
9807
  t.value.code.reactivity,
9800
9808
  Oe({
@@ -9823,7 +9831,7 @@ function Ke(t, n, e, o, s) {
9823
9831
  re("multipleRefPropertyChangeEvent", v.id, S),
9824
9832
  $,
9825
9833
  L ?? $
9826
- ), t.value?.code.reactivity && nt(
9834
+ ), t.value?.code.reactivity && at(
9827
9835
  v,
9828
9836
  t.value.code.reactivity,
9829
9837
  Oe({ type: "customProperty", propertyId: S }),
@@ -9833,7 +9841,7 @@ function Ke(t, n, e, o, s) {
9833
9841
  }, g = (S, $, L) => {
9834
9842
  ee(c) && console.log("onSlotPropetyChange", S, $, L);
9835
9843
  }, _ = (S, $, L) => {
9836
- ee(c) && t.value?.code.reactivity && nt(
9844
+ ee(c) && t.value?.code.reactivity && at(
9837
9845
  v,
9838
9846
  t.value.code.reactivity,
9839
9847
  Oe({ type: "adaptSlotProperty", propertyId: S }),
@@ -9846,7 +9854,7 @@ function Ke(t, n, e, o, s) {
9846
9854
  re("stateChangeEvent", "globality", S),
9847
9855
  $,
9848
9856
  L ?? $
9849
- ), t.value?.code.reactivity && nt(
9857
+ ), t.value?.code.reactivity && at(
9850
9858
  v,
9851
9859
  t.value.code.reactivity,
9852
9860
  Oe({ type: "state", stateId: S }),
@@ -9864,7 +9872,7 @@ function Ke(t, n, e, o, s) {
9864
9872
  v.dispose();
9865
9873
  }), ee(c)) {
9866
9874
  const S = async () => {
9867
- v.destroyVm(), v.associateData(t), v.resetCustomProperties(), v.resetAdaptSlotProperties(), v.resetStates(), !(!t.value || !t.value.code.script) && v.createVm(d, t.value.code.script);
9875
+ v.destroyVm(), v.associateData(t), v.resetCustomProperties(), v.resetAdaptSlotProperties(), v.resetStates(), !(!t.value || !t.value.code.script) && v.createVm(p, t.value.code.script);
9868
9876
  };
9869
9877
  S(), ae(t, () => {
9870
9878
  S();
@@ -9873,7 +9881,7 @@ function Ke(t, n, e, o, s) {
9873
9881
  ee(c) && ae(
9874
9882
  m,
9875
9883
  (S, $) => {
9876
- const L = ot(S.width), R = ot($?.width ?? S.width);
9884
+ const L = ct(S.width), R = ct($?.width ?? S.width);
9877
9885
  v.callFunction(
9878
9886
  "__triggerEventV1__",
9879
9887
  re("elementEvent", "globality", "screenSizeChange"),
@@ -9883,7 +9891,7 @@ function Ke(t, n, e, o, s) {
9883
9891
  },
9884
9892
  { immediate: !0 }
9885
9893
  ), ee(c) && ae(
9886
- p,
9894
+ d,
9887
9895
  (S) => {
9888
9896
  v.callFunction(
9889
9897
  "__triggerEventV1__",
@@ -9911,23 +9919,23 @@ export {
9911
9919
  mu as addIndent,
9912
9920
  Fl as ambientLightV1,
9913
9921
  ql as badgeV1,
9914
- St as barChartV1,
9915
- wt as boxGeometryV1,
9922
+ zt as barChartV1,
9923
+ Pt as boxGeometryV1,
9916
9924
  Ao as breakpoints,
9917
9925
  Zl as btnGroupV1,
9918
9926
  Ql as btnToggleV1,
9919
- $t as btnV1,
9920
- ot as calcBreakpoint,
9927
+ Et as btnV1,
9928
+ ct as calcBreakpoint,
9921
9929
  je as cardV1,
9922
9930
  ta as checkboxV1,
9923
- Pt as chipGroupV1,
9924
- Vt as chipV1,
9931
+ Mt as chipGroupV1,
9932
+ At as chipV1,
9925
9933
  ia as colorPickerV1,
9926
9934
  ra as comboboxV1,
9927
9935
  hu as compMetaStringify,
9928
9936
  Ai as compTypes,
9929
- Lt as containerV1,
9930
- pu as dataStringify,
9937
+ Wt as containerV1,
9938
+ du as dataStringify,
9931
9939
  sa as dataTableV1,
9932
9940
  la as datePickerV1,
9933
9941
  aa as dialogV1,
@@ -9937,20 +9945,20 @@ export {
9937
9945
  vu as elementKeys,
9938
9946
  _e as elements,
9939
9947
  Iu as fileInputV1,
9940
- zt as flexLayoutEntryV1,
9948
+ Bt as flexLayoutEntryV1,
9941
9949
  Ge as flexLayoutV1,
9942
- At as formV1,
9950
+ Dt as formV1,
9943
9951
  T as genId,
9944
9952
  De as getBreakpointProp,
9945
9953
  ke as getField,
9946
- bn as getIndexOfBreakpoint,
9954
+ kn as getIndexOfBreakpoint,
9947
9955
  Cu as getNodeLite,
9948
9956
  _o as getPropertyDefault,
9949
9957
  B as getPropertyTag,
9950
9958
  Ya as globalityV1,
9951
9959
  Hl as groupV1,
9952
9960
  Xe as hasComp,
9953
- du as hasSlot,
9961
+ pu as hasSlot,
9954
9962
  fa as iconV1,
9955
9963
  E as initNode,
9956
9964
  M as initProperties,
@@ -9971,10 +9979,10 @@ export {
9971
9979
  Wi as isLocaleOfMethodKind,
9972
9980
  Mi as isLocaleOfPropertyKind,
9973
9981
  yu as isLocaleOfSlotKind,
9974
- Zt as isPercentStr,
9975
- ut as isPixelStr,
9982
+ rn as isPercentStr,
9983
+ bt as isPixelStr,
9976
9984
  El as keyboardControlsV1,
9977
- Ct as lineChartV1,
9985
+ Tt as lineChartV1,
9978
9986
  Qu as loadLocaleMessageRuntime,
9979
9987
  re as makeEventId,
9980
9988
  Ju as makeEventKeyOfCustomSlot,
@@ -9993,7 +10001,7 @@ export {
9993
10001
  Ne as meshV1,
9994
10002
  Ka as multipleRefV1,
9995
10003
  Da as multipleSlotV1,
9996
- Mt as numberInputV1,
10004
+ Ot as numberInputV1,
9997
10005
  Ml as orbitControlsV1,
9998
10006
  zl as orthographicCameraV1,
9999
10007
  bu as pageMetaStringify,
@@ -10002,7 +10010,7 @@ export {
10002
10010
  _u as parseCompMeta,
10003
10011
  fu as parseData,
10004
10012
  gu as parsePageMeta,
10005
- bt as parsePercentStr,
10013
+ kt as parsePercentStr,
10006
10014
  uu as parsePixelStr,
10007
10015
  Tl as perspectiveCameraV1,
10008
10016
  Bc as pkgs,
@@ -10018,8 +10026,8 @@ export {
10018
10026
  Wu as provideRuntime,
10019
10027
  Nc as provideSandbox,
10020
10028
  Au as provideType,
10021
- Bt as radioGroupV1,
10022
- Wt as radioV1,
10029
+ Nt as radioGroupV1,
10030
+ Ft as radioV1,
10023
10031
  va as rangeSliderV1,
10024
10032
  xa as ratingV1,
10025
10033
  Oa as referenceV1,
@@ -10027,30 +10035,30 @@ export {
10027
10035
  Fa as renderSwitchV1,
10028
10036
  Ti as reverseBreakpoints,
10029
10037
  ka as selectV1,
10030
- Qt as setField,
10038
+ sn as setField,
10031
10039
  wa as sliderV1,
10032
10040
  Na as slotV1,
10033
10041
  Su as spawnNode,
10034
- It as sphereGeometryV1,
10042
+ Lt as sphereGeometryV1,
10035
10043
  Gl as spotLightV1,
10036
- Rt as stepperHeaderV1,
10037
- Kt as stepperItemV1,
10038
- Ft as stepperV1,
10039
- Ot as stepperWindowItemV1,
10040
- Dt as stepperWindowV1,
10044
+ jt as stepperHeaderV1,
10045
+ Gt as stepperItemV1,
10046
+ Jt as stepperV1,
10047
+ Ut as stepperWindowItemV1,
10048
+ Ht as stepperWindowV1,
10041
10049
  Va as switchV1,
10042
- Nt as tabV1,
10043
- jt as tabsV1,
10044
- Et as textFieldV1,
10050
+ qt as tabV1,
10051
+ Xt as tabsV1,
10052
+ Kt as textFieldV1,
10045
10053
  Se as textV1,
10046
- Gt as textareaV1,
10047
- Ht as timelineItemV1,
10048
- Ut as timelineV1,
10054
+ Yt as textareaV1,
10055
+ Zt as timelineItemV1,
10056
+ Qt as timelineV1,
10049
10057
  wu as toEventName,
10050
10058
  ku as toMethodName,
10051
10059
  A as toNodeLite,
10052
10060
  xu as toPropertyName,
10053
- nt as triggerReactivity,
10061
+ at as triggerReactivity,
10054
10062
  Gc as unwrapEventId,
10055
10063
  qu as unwrapEventKeyOfCustomSlot,
10056
10064
  Uu as unwrapEventKeyOfElementSlot,
@@ -10065,6 +10073,6 @@ export {
10065
10073
  Zu as useRuntime,
10066
10074
  Ke as useSandbox,
10067
10075
  U as useTheme,
10068
- Jt as windowItemV1,
10069
- qt as windowV1
10076
+ en as windowItemV1,
10077
+ tn as windowV1
10070
10078
  };