x-runtime-lib 0.8.15 → 0.8.16

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 +232 -227
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -514,7 +514,7 @@ const hs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
514
514
  },
515
515
  setup(t) {
516
516
  const e = t, i = G(), { position: o, rotation: l, scale: s } = pe(e), { prop: a } = r(e, ["settings", "angle"]), { prop: m } = r(e, ["settings", "color"]), { color: f } = j(m), { prop: d } = r(e, ["settings", "decay"]), { prop: c } = r(e, ["settings", "distance"]), { prop: u } = r(e, ["settings", "intensity"]), { prop: p } = r(e, ["settings", "penumbra"]);
517
- return (b, h) => (v(), w(n(ye), {
517
+ return (b, y) => (v(), w(n(ye), {
518
518
  position: n(o),
519
519
  rotation: n(l),
520
520
  scale: n(s)
@@ -666,7 +666,7 @@ const Ur = /* @__PURE__ */ V({
666
666
  outer: { type: Boolean }
667
667
  },
668
668
  setup(t) {
669
- const e = t, i = Ve(), o = Le(), l = me(), s = de(), { width: a, minWidth: m, maxWidth: f, height: d, minHeight: c, maxHeight: u, applySize: p } = he(e), { applyTitle: b } = uo(e), { applyXAxis: h } = co(e), { applyYAxis: g } = po(e), { applyLegend: x } = lo(e), { applySeries: S } = ao(e), A = k(() => {
669
+ const e = t, i = Ve(), o = Le(), l = me(), s = de(), { width: a, minWidth: m, maxWidth: f, height: d, minHeight: c, maxHeight: u, applySize: p } = he(e), { applyTitle: b } = uo(e), { applyXAxis: y } = co(e), { applyYAxis: g } = po(e), { applyLegend: x } = lo(e), { applySeries: S } = ao(e), A = k(() => {
670
670
  const I = {}, M = s.value.type;
671
671
  return l === "page" ? M === "common" ? p(I) : console.assert(!1) : l === "comp" && M === "common" ? p(I) : console.assert(!1), I;
672
672
  }), R = Ui("chart");
@@ -679,7 +679,7 @@ const Ur = /* @__PURE__ */ V({
679
679
  W?.resize();
680
680
  }, N = () => {
681
681
  const I = {};
682
- b(I), h(I), g(I), x(I), S(I), W?.setOption(I, !0);
682
+ b(I), y(I), g(I), x(I), S(I), W?.setOption(I, !0);
683
683
  };
684
684
  return Oi(async () => {
685
685
  window.addEventListener("resize", D, !1), await eo(() => !!R.value), F(), N();
@@ -719,7 +719,7 @@ const Ur = /* @__PURE__ */ V({
719
719
  outer: { type: Boolean }
720
720
  },
721
721
  setup(t) {
722
- const e = t, i = Ve(), o = Le(), l = me(), s = de(), { width: a, minWidth: m, maxWidth: f, height: d, minHeight: c, maxHeight: u, applySize: p } = he(e), { applyTitle: b } = uo(e), { applyXAxis: h } = co(e), { applyYAxis: g } = po(e), { applyLegend: x } = lo(e), { applySeries: S } = ao(e), A = k(() => {
722
+ const e = t, i = Ve(), o = Le(), l = me(), s = de(), { width: a, minWidth: m, maxWidth: f, height: d, minHeight: c, maxHeight: u, applySize: p } = he(e), { applyTitle: b } = uo(e), { applyXAxis: y } = co(e), { applyYAxis: g } = po(e), { applyLegend: x } = lo(e), { applySeries: S } = ao(e), A = k(() => {
723
723
  const I = {}, M = s.value.type;
724
724
  return l === "page" ? M === "common" ? p(I) : console.assert(!1) : l === "comp" && M === "common" ? p(I) : console.assert(!1), I;
725
725
  }), R = Ui("chart");
@@ -732,7 +732,7 @@ const Ur = /* @__PURE__ */ V({
732
732
  W?.resize();
733
733
  }, N = () => {
734
734
  const I = {};
735
- b(I), h(I), g(I), x(I), S(I), W?.setOption(I, !0);
735
+ b(I), y(I), g(I), x(I), S(I), W?.setOption(I, !0);
736
736
  };
737
737
  return Oi(async () => {
738
738
  window.addEventListener("resize", D, !1), await eo(() => !!R.value), F(), N();
@@ -786,8 +786,8 @@ const Ur = /* @__PURE__ */ V({
786
786
  s.value !== p.dataSeq && (s.value = p.dataSeq, a.value = B(p.data));
787
787
  });
788
788
  function m(p) {
789
- const b = wo[o.value.version].refKey, h = Se[b];
790
- return h ? ae(h.comp, {
789
+ const b = wo[o.value.version].refKey, y = Se[b];
790
+ return y ? ae(y.comp, {
791
791
  refContext: {
792
792
  parent: i.refContext,
793
793
  refid: p.ref.comp
@@ -799,11 +799,11 @@ const Ur = /* @__PURE__ */ V({
799
799
  const b = Se[p.basic.key];
800
800
  if (!b)
801
801
  return console.assert(!1, `element not found key=${p.basic.key}`), ae("div", `element not found key=${p.basic.key}`);
802
- const h = [];
802
+ const y = [];
803
803
  return b.leaf || p.children?.forEach((g) => {
804
804
  const x = d(g);
805
- h.push(x);
806
- }), ae(b.comp, { node: p }, { default: () => h });
805
+ y.push(x);
806
+ }), ae(b.comp, { node: p }, { default: () => y });
807
807
  }
808
808
  function d(p) {
809
809
  return p.ref ? m(p) : f(p);
@@ -825,8 +825,8 @@ const Ur = /* @__PURE__ */ V({
825
825
  const p = a.value.type;
826
826
  if (p === "common") {
827
827
  const b = [];
828
- return a.value.view.nodes.forEach((h) => {
829
- b.push(d(h));
828
+ return a.value.view.nodes.forEach((y) => {
829
+ b.push(d(y));
830
830
  }), b;
831
831
  } else
832
832
  return console.assert(!1, `invalid subtype=${p}`), ae("div", `invalid subtype=${p}`);
@@ -868,12 +868,14 @@ const Ur = /* @__PURE__ */ V({
868
868
  "settings",
869
869
  "addIcon",
870
870
  "append"
871
- ]), { prop: s } = r(e, ["settings", "block"]), { prop: a } = r(e, ["settings", "color"]), { color: m } = j(a), { prop: f } = r(e, ["settings", "density"]), { prop: d } = r(e, ["settings", "disabled"]), { prop: c } = r(e, ["size", "height"]), { prop: u } = r(e, ["settings", "loading"]), { prop: p } = r(e, ["size", "maxHeight"]), { prop: b } = r(e, ["size", "maxWidth"]), { prop: h } = r(e, ["size", "minHeight"]), { prop: g } = r(e, ["size", "minWidth"]), { prop: x } = r(e, [
871
+ ]), { prop: s } = r(e, ["settings", "block"]), { prop: a } = r(e, ["settings", "color"]), { color: m } = j(a), { prop: f } = r(e, ["settings", "density"]), { prop: d } = r(e, ["settings", "disabled"]), { prop: c } = r(e, ["size", "height"]), { prop: u } = r(e, ["settings", "loading"]), { prop: p } = r(e, ["size", "maxHeight"]), { prop: b } = r(e, ["size", "maxWidth"]), { prop: y } = r(e, ["size", "minHeight"]), { prop: g } = r(e, ["size", "minWidth"]), { prop: x } = r(e, [
872
872
  "settings",
873
873
  "addIcon",
874
874
  "prepend"
875
875
  ]), { prop: S } = r(e, ["settings", "readonly"]), { prop: A } = r(e, ["settings", "ripple"]), { prop: R } = r(e, ["settings", "size"]), { prop: W } = r(e, ["settings", "stacked"]), { prop: F } = r(e, ["settings", "text"]), { theme: D } = E(), { prop: N } = r(e, ["settings", "variant"]), { prop: I } = r(e, ["size", "width"]), M = (J) => {
876
- i !== "runtime" && i !== "preview" || (o.setVariable("__pointerPosX__", J.clientX), o.setVariable("__pointerPosY__", J.clientY), o.callFunction("__triggerEventV1__", [`elementEvent@click@${e.node.basic.id}`]));
876
+ i !== "runtime" && i !== "preview" || (o.setVariable("__pointerPosX__", J.clientX), o.setVariable("__pointerPosY__", J.clientY), o.callFunction("__triggerEventV1__", [
877
+ `elementEvent@click@${e.node.basic.id}`
878
+ ]));
877
879
  };
878
880
  return (J, te) => {
879
881
  const re = P("v-btn");
@@ -889,7 +891,7 @@ const Ur = /* @__PURE__ */ V({
889
891
  loading: n(u),
890
892
  "max-height": n(p),
891
893
  "max-width": n(b),
892
- "min-height": n(h),
894
+ "min-height": n(y),
893
895
  "min-width": n(g),
894
896
  "prepend-icon": n(x),
895
897
  readonly: n(S),
@@ -925,7 +927,7 @@ const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ V({
925
927
  },
926
928
  setup(t) {
927
929
  const e = t, { prop: i } = r(e, ["settings", "block"]), { prop: o } = r(e, ["settings", "disabled"]), { prop: l } = r(e, ["settings", "divided"]), { prop: s } = r(e, ["settings", "mandatory"]), { prop: a } = r(e, ["settings", "multiple"]), { prop: m } = r(e, ["settings", "readonly"]), { prop: f } = r(e, ["settings", "size"]), { prop: d } = r(e, ["settings", "stacked"]), { theme: c } = E(), { prop: u } = r(e, ["settings", "tile"]), { prop: p } = r(e, ["settings", "variant"]);
928
- return (b, h) => {
930
+ return (b, y) => {
929
931
  const g = P("v-btn-toggle");
930
932
  return v(), w(g, {
931
933
  block: n(i),
@@ -954,7 +956,7 @@ const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ V({
954
956
  outer: { type: Boolean }
955
957
  },
956
958
  setup(t) {
957
- const e = t, { prop: i } = r(e, ["settings", "density"]), { prop: o } = r(e, ["settings", "disabled"]), { prop: l } = r(e, ["size", "height"]), { prop: s } = r(e, ["settings", "hover"]), { prop: a } = r(e, ["settings", "loading"]), { prop: m } = r(e, ["size", "maxHeight"]), { prop: f } = r(e, ["size", "maxWidth"]), { prop: d } = r(e, ["size", "minHeight"]), { prop: c } = r(e, ["size", "minWidth"]), { prop: u } = r(e, ["settings", "subtitle"]), { prop: p } = r(e, ["settings", "text"]), { theme: b } = E(), { prop: h } = r(e, ["settings", "title"]), { prop: g } = r(e, ["settings", "variant"]), { prop: x } = r(e, ["size", "width"]);
959
+ const e = t, { prop: i } = r(e, ["settings", "density"]), { prop: o } = r(e, ["settings", "disabled"]), { prop: l } = r(e, ["size", "height"]), { prop: s } = r(e, ["settings", "hover"]), { prop: a } = r(e, ["settings", "loading"]), { prop: m } = r(e, ["size", "maxHeight"]), { prop: f } = r(e, ["size", "maxWidth"]), { prop: d } = r(e, ["size", "minHeight"]), { prop: c } = r(e, ["size", "minWidth"]), { prop: u } = r(e, ["settings", "subtitle"]), { prop: p } = r(e, ["settings", "text"]), { theme: b } = E(), { prop: y } = r(e, ["settings", "title"]), { prop: g } = r(e, ["settings", "variant"]), { prop: x } = r(e, ["size", "width"]);
958
960
  return (S, A) => {
959
961
  const R = P("v-card");
960
962
  return v(), w(R, {
@@ -970,7 +972,7 @@ const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ V({
970
972
  subtitle: n(u),
971
973
  text: n(p),
972
974
  theme: n(b),
973
- title: n(h),
975
+ title: n(y),
974
976
  variant: n(g),
975
977
  width: n(x)
976
978
  }, {
@@ -1004,7 +1006,7 @@ const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ V({
1004
1006
  outer: { type: Boolean }
1005
1007
  },
1006
1008
  setup(t) {
1007
- const e = t, { prop: i } = r(e, ["settings", "closable"]), { prop: o } = r(e, ["settings", "color"]), { color: l } = j(o), { prop: s } = r(e, ["settings", "density"]), { prop: a } = r(e, ["settings", "disabled"]), { prop: m } = r(e, ["settings", "draggable"]), { prop: f } = r(e, ["settings", "filter"]), { prop: d } = r(e, ["settings", "label"]), { prop: c } = r(e, ["settings", "size"]), { prop: u } = r(e, ["settings", "text"]), { theme: p } = E(), { prop: b } = r(e, ["settings", "tile"]), { prop: h } = r(e, ["settings", "value"]), { prop: g } = r(e, ["settings", "variant"]);
1009
+ const e = t, { prop: i } = r(e, ["settings", "closable"]), { prop: o } = r(e, ["settings", "color"]), { color: l } = j(o), { prop: s } = r(e, ["settings", "density"]), { prop: a } = r(e, ["settings", "disabled"]), { prop: m } = r(e, ["settings", "draggable"]), { prop: f } = r(e, ["settings", "filter"]), { prop: d } = r(e, ["settings", "label"]), { prop: c } = r(e, ["settings", "size"]), { prop: u } = r(e, ["settings", "text"]), { theme: p } = E(), { prop: b } = r(e, ["settings", "tile"]), { prop: y } = r(e, ["settings", "value"]), { prop: g } = r(e, ["settings", "variant"]);
1008
1010
  return (x, S) => {
1009
1011
  const A = P("v-chip");
1010
1012
  return v(), w(A, {
@@ -1019,7 +1021,7 @@ const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ V({
1019
1021
  text: n(u),
1020
1022
  theme: n(p),
1021
1023
  tile: n(b),
1022
- value: n(h),
1024
+ value: n(y),
1023
1025
  variant: n(g)
1024
1026
  }, null, 8, ["closable", "color", "density", "disabled", "draggable", "filter", "label", "size", "text", "theme", "tile", "value", "variant"]);
1025
1027
  };
@@ -1036,7 +1038,7 @@ const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ V({
1036
1038
  const b = P("v-chip-group");
1037
1039
  return v(), w(b, {
1038
1040
  modelValue: n(c),
1039
- "onUpdate:modelValue": p[0] || (p[0] = (h) => U(c) ? c.value = h : null),
1041
+ "onUpdate:modelValue": p[0] || (p[0] = (y) => U(c) ? c.value = y : null),
1040
1042
  column: n(i),
1041
1043
  direction: n(o),
1042
1044
  disabled: n(l),
@@ -1061,13 +1063,13 @@ const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ V({
1061
1063
  },
1062
1064
  setup(t) {
1063
1065
  const e = t, i = me(), o = de(), { applySize: l } = he(e), s = k(() => {
1064
- const h = {}, g = o.value.type;
1065
- return i === "page" ? g === "common" ? l(h) : console.assert(!1) : i === "comp" && g === "common" ? l(h) : console.assert(!1), h;
1066
+ const y = {}, g = o.value.type;
1067
+ return i === "page" ? g === "common" ? l(y) : console.assert(!1) : i === "comp" && g === "common" ? l(y) : console.assert(!1), y;
1066
1068
  }), { prop: a } = r(e, ["settings", "disabled"]), { prop: m } = r(e, ["settings", "hideCanvas"]), { prop: f } = r(e, ["settings", "hideHeader"]), { prop: d } = r(e, ["settings", "hideInputs"]), { prop: c } = r(e, ["settings", "hideSliders"]), { prop: u } = r(e, ["settings", "landscape"]), { prop: p } = r(e, [
1067
1069
  "settings",
1068
1070
  "showSwatches"
1069
1071
  ]), { theme: b } = E();
1070
- return (h, g) => {
1072
+ return (y, g) => {
1071
1073
  const x = P("v-color-picker");
1072
1074
  return v(), w(x, {
1073
1075
  disabled: n(a),
@@ -1137,12 +1139,12 @@ const qr = /* @__PURE__ */ ge(Jr, [["render", Zr]]), Qr = /* @__PURE__ */ V({
1137
1139
  },
1138
1140
  setup(t) {
1139
1141
  const e = t, { prop: i } = r(e, ["settings", "density"]), { prop: o } = r(e, ["settings", "fixedFooter"]), { prop: l } = r(e, ["settings", "fixedHeader"]), { prop: s } = r(e, ["settings", "headers"]), { prop: a } = r(e, ["size", "height"]), { prop: m } = r(e, ["settings", "hover"]), { prop: f } = r(e, ["settings", "data"], !0), { prop: d } = r(e, ["settings", "loading"]), { prop: c } = r(e, ["settings", "multiSort"]), { theme: u } = E(), { prop: p } = r(e, ["size", "width"]), b = k(() => {
1140
- const h = [];
1142
+ const y = [];
1141
1143
  return (e.node.slots?.items ?? []).forEach((x) => {
1142
- x.column && x.comp && h.push(x);
1143
- }), h;
1144
+ x.column && x.comp && y.push(x);
1145
+ }), y;
1144
1146
  });
1145
- return (h, g) => {
1147
+ return (y, g) => {
1146
1148
  const x = P("v-data-table");
1147
1149
  return v(), w(x, {
1148
1150
  density: n(i),
@@ -1216,8 +1218,8 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
1216
1218
  setup(t) {
1217
1219
  const e = t, { prop: i } = r(e, ["settings", "chips"]), { prop: o } = r(e, ["settings", "density"]), { prop: l } = r(e, ["settings", "direction"]), { prop: s } = r(e, ["settings", "disabled"]), { prop: a } = r(e, ["settings", "label"]), { prop: m } = r(e, ["settings", "loading"]), { prop: f } = r(e, ["settings", "multiple"]), { prop: d } = r(e, ["settings", "readonly"]), { prop: c } = r(e, ["settings", "reverse"]), { prop: u } = r(e, ["settings", "singleLine"]);
1218
1220
  return (p, b) => {
1219
- const h = P("v-file-input");
1220
- return v(), w(h, {
1221
+ const y = P("v-file-input");
1222
+ return v(), w(y, {
1221
1223
  chips: n(i),
1222
1224
  density: n(o),
1223
1225
  direction: n(l),
@@ -1243,19 +1245,19 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
1243
1245
  "backgroundColor"
1244
1246
  ]), { color: c } = j(d), u = (b) => {
1245
1247
  c.value && (b.backgroundColor = c.value), b.display = "flex";
1246
- const h = Ee(i.value.width), g = $e(h, e.node.settings?.direction);
1248
+ const y = Ee(i.value.width), g = $e(y, e.node.settings?.direction);
1247
1249
  g === "row" ? b.flexDirection = "row" : g === "rowReverse" ? b.flexDirection = "row-reverse" : g === "column" ? b.flexDirection = "column" : g === "columnReverse" && (b.flexDirection = "column-reverse");
1248
- const x = $e(h, e.node.settings?.wrap);
1250
+ const x = $e(y, e.node.settings?.wrap);
1249
1251
  x === "no" ? b.flexWrap = "nowrap" : x === "yes" ? b.flexWrap = "wrap" : x === "reverse" && (b.flexWrap = "wrap-reverse");
1250
- const S = $e(h, e.node.settings?.mainAlign);
1252
+ const S = $e(y, e.node.settings?.mainAlign);
1251
1253
  S === "start" ? b.justifyContent = "flex-start" : S === "end" ? b.justifyContent = "flex-end" : S === "center" ? b.justifyContent = "center" : S === "spaceBetween" ? b.justifyContent = "space-between" : S === "spaceAround" ? b.justifyContent = "space-around" : S === "spaceEvenly" && (b.justifyContent = "space-evenly");
1252
- const A = $e(h, e.node.settings?.crossAlign);
1254
+ const A = $e(y, e.node.settings?.crossAlign);
1253
1255
  A === "start" ? b.alignItems = "flex-start" : A === "end" ? b.alignItems = "flex-end" : A === "center" ? b.alignItems = "center" : A === "baseline" ? b.alignItems = "baseline" : A === "stretch" && (b.alignItems = "stretch");
1254
1256
  }, p = k(() => {
1255
- const b = {}, h = l.value.type;
1256
- return o === "page" ? h === "common" ? (s(b), a(b), m(b), f(b), u(b)) : console.assert(!1) : o === "comp" && h === "common" ? (s(b), a(b), m(b), f(b), u(b)) : console.assert(!1), b;
1257
+ const b = {}, y = l.value.type;
1258
+ return o === "page" ? y === "common" ? (s(b), a(b), m(b), f(b), u(b)) : console.assert(!1) : o === "comp" && y === "common" ? (s(b), a(b), m(b), f(b), u(b)) : console.assert(!1), b;
1257
1259
  });
1258
- return (b, h) => (v(), Y("div", {
1260
+ return (b, y) => (v(), Y("div", {
1259
1261
  style: Q(p.value)
1260
1262
  }, [
1261
1263
  L(b.$slots, "default")
@@ -1288,11 +1290,13 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
1288
1290
  const e = t, i = G(), o = me(), l = de(), s = Be(), { prop: a } = r(e, ["settings", "valid"]), { prop: m } = r(e, ["settings", "fastFail"]), { prop: f } = r(e, [
1289
1291
  "settings",
1290
1292
  "backgroundColor"
1291
- ]), { color: d } = j(f), { applySize: c } = he(e), { applyMargin: u } = Ln(e), { applyPadding: p } = Bn(e), { applyBorder: b } = An(e), h = k(() => {
1293
+ ]), { color: d } = j(f), { applySize: c } = he(e), { applyMargin: u } = Ln(e), { applyPadding: p } = Bn(e), { applyBorder: b } = An(e), y = k(() => {
1292
1294
  const x = {}, S = l.value.type;
1293
1295
  return o === "page" ? S === "common" ? (c(x), u(x), p(x), b(x), d.value && (x.backgroundColor = d.value)) : console.assert(!1) : o === "comp" && S === "common" ? (c(x), u(x), p(x), b(x), d.value && (x.backgroundColor = d.value)) : console.assert(!1), x;
1294
1296
  }), g = () => {
1295
- i !== "runtime" && i !== "preview" || s.callFunction("__triggerEventV1__", [`elementEvent@submit@${e.node.basic.id}`]);
1297
+ i !== "runtime" && i !== "preview" || s.callFunction("__triggerEventV1__", [
1298
+ `elementEvent@submit@${e.node.basic.id}`
1299
+ ]);
1296
1300
  };
1297
1301
  return (x, S) => {
1298
1302
  const A = P("v-form");
@@ -1300,7 +1304,7 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
1300
1304
  modelValue: n(a),
1301
1305
  "onUpdate:modelValue": S[0] || (S[0] = (R) => U(a) ? a.value = R : null),
1302
1306
  "fast-fail": n(m),
1303
- style: Q(h.value),
1307
+ style: Q(y.value),
1304
1308
  onSubmit: Eo(g, ["prevent"])
1305
1309
  }, {
1306
1310
  default: $(() => [
@@ -1380,7 +1384,7 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
1380
1384
  "settings",
1381
1385
  "addIcon",
1382
1386
  "appendInner"
1383
- ]), { prop: l } = r(e, ["settings", "clearable"]), { prop: s } = r(e, ["settings", "hideDetails"]), { prop: a } = r(e, ["settings", "label"]), { prop: m } = r(e, ["settings", "loading"]), { prop: f } = r(e, ["settings", "max"]), { prop: d } = r(e, ["size", "maxWidth"]), { prop: c } = r(e, ["settings", "min"]), { prop: u } = r(e, ["size", "minWidth"]), { prop: p } = r(e, ["settings", "placeholder"]), { prop: b } = r(e, ["settings", "precision"]), { prop: h } = r(e, ["settings", "prefix"]), { prop: g } = r(e, [
1387
+ ]), { prop: l } = r(e, ["settings", "clearable"]), { prop: s } = r(e, ["settings", "hideDetails"]), { prop: a } = r(e, ["settings", "label"]), { prop: m } = r(e, ["settings", "loading"]), { prop: f } = r(e, ["settings", "max"]), { prop: d } = r(e, ["size", "maxWidth"]), { prop: c } = r(e, ["settings", "min"]), { prop: u } = r(e, ["size", "minWidth"]), { prop: p } = r(e, ["settings", "placeholder"]), { prop: b } = r(e, ["settings", "precision"]), { prop: y } = r(e, ["settings", "prefix"]), { prop: g } = r(e, [
1384
1388
  "settings",
1385
1389
  "addIcon",
1386
1390
  "prepend"
@@ -1408,7 +1412,7 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
1408
1412
  "min-width": n(u),
1409
1413
  placeholder: n(p),
1410
1414
  precision: n(b),
1411
- prefix: n(h),
1415
+ prefix: n(y),
1412
1416
  "prepend-icon": n(g),
1413
1417
  "prepend-inner-icon": n(x),
1414
1418
  readonly: n(S),
@@ -1436,10 +1440,10 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
1436
1440
  "settings",
1437
1441
  "showFirstLastPage"
1438
1442
  ]), { prop: m } = r(e, ["settings", "size"]), { prop: f } = r(e, ["settings", "start"]), { theme: d } = E(), { prop: c } = r(e, ["settings", "tile"]), { prop: u } = r(e, ["settings", "value"]), { prop: p } = r(e, ["settings", "variant"]), b = k(() => {
1439
- const h = {};
1440
- return i === "editor" && (h.pointerEvents = "none"), h;
1443
+ const y = {};
1444
+ return i === "editor" && (y.pointerEvents = "none"), y;
1441
1445
  });
1442
- return (h, g) => {
1446
+ return (y, g) => {
1443
1447
  const x = P("v-pagination");
1444
1448
  return v(), w(n(Z), null, {
1445
1449
  default: $(() => [
@@ -1527,13 +1531,13 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
1527
1531
  return "always";
1528
1532
  if (c.value === "show")
1529
1533
  return !0;
1530
- }), { prop: p } = r(e, ["settings", "step"]), { theme: b } = E(), { prop: h } = r(e, [
1534
+ }), { prop: p } = r(e, ["settings", "step"]), { theme: b } = E(), { prop: y } = r(e, [
1531
1535
  "settings",
1532
1536
  "thumbLabel"
1533
1537
  ]), g = k(() => {
1534
- if (h.value === "always")
1538
+ if (y.value === "always")
1535
1539
  return "always";
1536
- if (h.value === "show")
1540
+ if (y.value === "show")
1537
1541
  return !0;
1538
1542
  }), { prop: x } = r(e, ["settings", "thumbSize"]), { prop: S } = r(e, ["settings", "ticks"]), A = k(() => {
1539
1543
  if (!S.value)
@@ -1601,7 +1605,7 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
1601
1605
  default: $(() => [
1602
1606
  H(b, {
1603
1607
  modelValue: n(c),
1604
- "onUpdate:modelValue": p[0] || (p[0] = (h) => U(c) ? c.value = h : null),
1608
+ "onUpdate:modelValue": p[0] || (p[0] = (y) => U(c) ? c.value = y : null),
1605
1609
  clearable: n(i),
1606
1610
  density: n(o),
1607
1611
  disabled: n(l),
@@ -1655,7 +1659,7 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
1655
1659
  return "always";
1656
1660
  if (p.value === "show")
1657
1661
  return !0;
1658
- }), { prop: h } = r(e, ["settings", "step"]), { theme: g } = E(), { prop: x } = r(e, [
1662
+ }), { prop: y } = r(e, ["settings", "step"]), { theme: g } = E(), { prop: x } = r(e, [
1659
1663
  "settings",
1660
1664
  "thumbColor"
1661
1665
  ]), { color: S } = j(x), { prop: A } = r(e, [
@@ -1695,7 +1699,7 @@ const cl = /* @__PURE__ */ ge(al, [["render", ul]]), pl = ["id"], ml = /* @__PUR
1695
1699
  readonly: n(c),
1696
1700
  reverse: n(u),
1697
1701
  "show-ticks": b.value,
1698
- step: n(h),
1702
+ step: n(y),
1699
1703
  theme: n(g),
1700
1704
  "thumb-color": n(S),
1701
1705
  "thumb-label": R.value,
@@ -1820,13 +1824,13 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), Nl = /* @__PURE__ */ V({
1820
1824
  "settings",
1821
1825
  "indeterminate"
1822
1826
  ]), { prop: m } = r(e, ["settings", "inline"]), { prop: f } = r(e, ["settings", "inset"]), { prop: d } = r(e, ["settings", "label"]), { prop: c } = r(e, ["settings", "loading"]), { theme: u } = E(), { prop: p } = r(e, ["settings", "value"]);
1823
- return (b, h) => {
1827
+ return (b, y) => {
1824
1828
  const g = P("v-switch");
1825
1829
  return v(), w(n(Z), { "fit-content": !0 }, {
1826
1830
  default: $(() => [
1827
1831
  H(g, {
1828
1832
  modelValue: n(p),
1829
- "onUpdate:modelValue": h[0] || (h[0] = (x) => U(p) ? p.value = x : null),
1833
+ "onUpdate:modelValue": y[0] || (y[0] = (x) => U(p) ? p.value = x : null),
1830
1834
  density: n(i),
1831
1835
  direction: n(o),
1832
1836
  disabled: n(l),
@@ -1887,7 +1891,7 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), Nl = /* @__PURE__ */ V({
1887
1891
  "settings",
1888
1892
  "color",
1889
1893
  "selectedColor"
1890
- ]), { color: m } = j(a), { prop: f } = r(e, ["settings", "density"]), { prop: d } = r(e, ["settings", "direction"]), { prop: c } = r(e, ["settings", "disabled"]), { prop: u } = r(e, ["settings", "fixedTabs"]), { prop: p } = r(e, ["settings", "grow"]), { prop: b } = r(e, ["settings", "hideSlider"]), { prop: h } = r(e, ["settings", "items"]), { prop: g } = r(e, ["settings", "mandatory"]), { prop: x } = r(e, ["settings", "showArrows"]), { prop: S } = r(e, [
1894
+ ]), { color: m } = j(a), { prop: f } = r(e, ["settings", "density"]), { prop: d } = r(e, ["settings", "direction"]), { prop: c } = r(e, ["settings", "disabled"]), { prop: u } = r(e, ["settings", "fixedTabs"]), { prop: p } = r(e, ["settings", "grow"]), { prop: b } = r(e, ["settings", "hideSlider"]), { prop: y } = r(e, ["settings", "items"]), { prop: g } = r(e, ["settings", "mandatory"]), { prop: x } = r(e, ["settings", "showArrows"]), { prop: S } = r(e, [
1891
1895
  "settings",
1892
1896
  "color",
1893
1897
  "sliderColor"
@@ -1907,7 +1911,7 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), Nl = /* @__PURE__ */ V({
1907
1911
  "fixed-tabs": n(u),
1908
1912
  grow: n(p),
1909
1913
  "hide-slider": n(b),
1910
- items: n(h),
1914
+ items: n(y),
1911
1915
  mandatory: n(g),
1912
1916
  "show-arrows": n(x),
1913
1917
  "slider-color": n(A),
@@ -1943,7 +1947,7 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), Nl = /* @__PURE__ */ V({
1943
1947
  outer: { type: Boolean }
1944
1948
  },
1945
1949
  setup(t) {
1946
- const e = t, { prop: i } = r(e, ["settings", "autoGrow"]), { prop: o } = r(e, ["settings", "clearable"]), { prop: l } = r(e, ["settings", "density"]), { prop: s } = r(e, ["settings", "disabled"]), { prop: a } = r(e, ["settings", "label"]), { prop: m } = r(e, ["settings", "loading"]), { prop: f } = r(e, ["settings", "maxRows"]), { prop: d } = r(e, ["settings", "placeholder"]), { prop: c } = r(e, ["settings", "readonly"]), { prop: u } = r(e, ["settings", "reverse"]), { prop: p } = r(e, ["settings", "rows"]), { prop: b } = r(e, ["settings", "singleLine"]), { theme: h } = E(), { prop: g } = r(e, ["settings", "value"]), { prop: x } = r(e, ["settings", "variant"]);
1950
+ const e = t, { prop: i } = r(e, ["settings", "autoGrow"]), { prop: o } = r(e, ["settings", "clearable"]), { prop: l } = r(e, ["settings", "density"]), { prop: s } = r(e, ["settings", "disabled"]), { prop: a } = r(e, ["settings", "label"]), { prop: m } = r(e, ["settings", "loading"]), { prop: f } = r(e, ["settings", "maxRows"]), { prop: d } = r(e, ["settings", "placeholder"]), { prop: c } = r(e, ["settings", "readonly"]), { prop: u } = r(e, ["settings", "reverse"]), { prop: p } = r(e, ["settings", "rows"]), { prop: b } = r(e, ["settings", "singleLine"]), { theme: y } = E(), { prop: g } = r(e, ["settings", "value"]), { prop: x } = r(e, ["settings", "variant"]);
1947
1951
  return (S, A) => {
1948
1952
  const R = P("v-textarea");
1949
1953
  return v(), w(n(Z), null, {
@@ -1963,7 +1967,7 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), Nl = /* @__PURE__ */ V({
1963
1967
  reverse: n(u),
1964
1968
  rows: n(p),
1965
1969
  "single-line": n(b),
1966
- theme: n(h),
1970
+ theme: n(y),
1967
1971
  variant: n(x)
1968
1972
  }, null, 8, ["modelValue", "auto-grow", "clearable", "density", "disabled", "label", "loading", "max-rows", "placeholder", "readonly", "reverse", "rows", "single-line", "theme", "variant"])
1969
1973
  ]),
@@ -1981,7 +1985,7 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), Nl = /* @__PURE__ */ V({
1981
1985
  const e = t, { prop: i } = r(e, ["settings", "appendIcon"]), { prop: o } = r(e, [
1982
1986
  "settings",
1983
1987
  "appendInnerIcon"
1984
- ]), { prop: l } = r(e, ["settings", "autofocus"]), { prop: s } = r(e, ["settings", "clearable"]), { prop: a } = r(e, ["settings", "density"]), { prop: m } = r(e, ["settings", "disabled"]), { prop: f } = r(e, ["settings", "hideDetails"]), { prop: d } = r(e, ["settings", "label"]), { prop: c } = r(e, ["settings", "loading"]), { prop: u } = r(e, ["settings", "placeholder"]), { prop: p } = r(e, ["settings", "prefix"]), { prop: b } = r(e, ["settings", "prependIcon"]), { prop: h } = r(e, [
1988
+ ]), { prop: l } = r(e, ["settings", "autofocus"]), { prop: s } = r(e, ["settings", "clearable"]), { prop: a } = r(e, ["settings", "density"]), { prop: m } = r(e, ["settings", "disabled"]), { prop: f } = r(e, ["settings", "hideDetails"]), { prop: d } = r(e, ["settings", "label"]), { prop: c } = r(e, ["settings", "loading"]), { prop: u } = r(e, ["settings", "placeholder"]), { prop: p } = r(e, ["settings", "prefix"]), { prop: b } = r(e, ["settings", "prependIcon"]), { prop: y } = r(e, [
1985
1989
  "settings",
1986
1990
  "prependInnerIcon"
1987
1991
  ]), { prop: g } = r(e, ["settings", "readonly"]), { prop: x } = r(e, ["settings", "reverse"]), { prop: S } = r(e, ["settings", "singleLine"]), { prop: A } = r(e, ["settings", "suffix"]), { theme: R } = E(), { prop: W } = r(e, ["settings", "value"]), { prop: F } = r(e, ["settings", "variant"]), { prop: D } = r(e, ["slots", "append"]), { prop: N } = r(e, [
@@ -2010,7 +2014,7 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), Nl = /* @__PURE__ */ V({
2010
2014
  placeholder: n(u),
2011
2015
  prefix: n(p),
2012
2016
  "prepend-icon": n(b),
2013
- "prepend-inner-icon": n(h),
2017
+ "prepend-inner-icon": n(y),
2014
2018
  readonly: n(g),
2015
2019
  reverse: n(x),
2016
2020
  "single-line": n(S),
@@ -2086,7 +2090,7 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), Nl = /* @__PURE__ */ V({
2086
2090
  "settings",
2087
2091
  "line",
2088
2092
  "thickness"
2089
- ]), { prop: b } = r(e, ["settings", "side"]), { prop: h } = r(e, [
2093
+ ]), { prop: b } = r(e, ["settings", "side"]), { prop: y } = r(e, [
2090
2094
  "settings",
2091
2095
  "line",
2092
2096
  "truncate"
@@ -2105,7 +2109,7 @@ const Wl = /* @__PURE__ */ ge(Ll, [["render", Bl]]), Nl = /* @__PURE__ */ V({
2105
2109
  "line-thickness": n(p),
2106
2110
  side: n(b),
2107
2111
  theme: n(g),
2108
- "truncate-line": n(h)
2112
+ "truncate-line": n(y)
2109
2113
  }, {
2110
2114
  default: $(() => [
2111
2115
  L(x.$slots, "default")
@@ -2162,7 +2166,7 @@ function Yl(t, e) {
2162
2166
  _: 3
2163
2167
  });
2164
2168
  }
2165
- const Jl = /* @__PURE__ */ ge(Xl, [["render", Yl]]), Ke = "ambient_light_v1", Ue = "badge_v1", Wn = "breadcrumbs_v1", Oe = "bar_chart_v1", Xe = "box_geometry_v1", Ye = "btn_v1", Je = "btn_group_v1", Ze = "btn_toggle_v1", qe = "card_v1", Qe = "checkbox_v1", et = "chip_v1", tt = "chip_group_v1", nt = "color_picker_v1", it = "combobox_v1", ot = "container_v1", st = "data_table_v1", rt = "date_picker_v1", lt = "dialog_v1", at = "directional_light_v1", ut = "file_input_v1", ct = "flex_layout_v1", fo = "flex_layout_entry_v1", pt = "form_v1", en = "globality_v1", mt = "group_v1", dt = "icon_v1", ft = "keyboard_controls_v1", bt = "line_chart_v1", yt = "map_controls_v1", ht = "menu_v1", gt = "mesh_v1", Zl = "mesh_basic_material_v1", Nn = "multiple_ref_v1", xt = "number_input_v1", vt = "orbit_controls_v1", kt = "orthographic_camera_v1", _t = "pagination_v1", wt = "perspective_camera_v1", Vt = "point_light_v1", bo = "radio_v1", $t = "radio_group_v1", It = "range_slider_v1", St = "rating_v1", En = "render_switch_v1", Ct = "select_v1", Re = "single_ref_v1", Tt = "slider_v1", Pt = "sphere_geometry_v1", zt = "spot_light_v1", At = "stepper_v1", yo = "stepper_header_v1", ho = "stepper_item_v1", go = "stepper_window_v1", xo = "stepper_window_item_v1", Lt = "switch_v1", vo = "tab_v1", Rn = "table_v1", Bt = "tabs_v1", Wt = "text_v1", Nt = "textarea_v1", Et = "text_field_v1", Rt = "timeline_v1", ko = "timeline_item_v1", Dt = "window_v1", _o = "window_item_v1", y = {
2169
+ const Jl = /* @__PURE__ */ ge(Xl, [["render", Yl]]), Ke = "ambient_light_v1", Ue = "badge_v1", Wn = "breadcrumbs_v1", Oe = "bar_chart_v1", Xe = "box_geometry_v1", Ye = "btn_v1", Je = "btn_group_v1", Ze = "btn_toggle_v1", qe = "card_v1", Qe = "checkbox_v1", et = "chip_v1", tt = "chip_group_v1", nt = "color_picker_v1", it = "combobox_v1", ot = "container_v1", st = "data_table_v1", rt = "date_picker_v1", lt = "dialog_v1", at = "directional_light_v1", ut = "file_input_v1", ct = "flex_layout_v1", fo = "flex_layout_entry_v1", pt = "form_v1", en = "globality_v1", mt = "group_v1", dt = "icon_v1", ft = "keyboard_controls_v1", bt = "line_chart_v1", yt = "map_controls_v1", ht = "menu_v1", gt = "mesh_v1", Zl = "mesh_basic_material_v1", Nn = "multiple_ref_v1", xt = "number_input_v1", vt = "orbit_controls_v1", kt = "orthographic_camera_v1", _t = "pagination_v1", wt = "perspective_camera_v1", Vt = "point_light_v1", bo = "radio_v1", $t = "radio_group_v1", It = "range_slider_v1", St = "rating_v1", En = "render_switch_v1", Ct = "select_v1", Re = "single_ref_v1", Tt = "slider_v1", Pt = "sphere_geometry_v1", zt = "spot_light_v1", At = "stepper_v1", yo = "stepper_header_v1", ho = "stepper_item_v1", go = "stepper_window_v1", xo = "stepper_window_item_v1", Lt = "switch_v1", vo = "tab_v1", Rn = "table_v1", Bt = "tabs_v1", Wt = "text_v1", Nt = "textarea_v1", Et = "text_field_v1", Rt = "timeline_v1", ko = "timeline_item_v1", Dt = "window_v1", _o = "window_item_v1", h = {
2166
2170
  key: "basic",
2167
2171
  name: "x-runtime-lib.basic",
2168
2172
  children: [
@@ -2643,8 +2647,8 @@ const Jl = /* @__PURE__ */ ge(Xl, [["render", Yl]]), Ke = "ambient_light_v1", Ue
2643
2647
  name: "x-runtime-lib.orthographicCamera",
2644
2648
  comp: gs,
2645
2649
  props: {
2646
- pageScene: [y, X, Yn],
2647
- compScene: [y, X, Yn]
2650
+ pageScene: [h, X, Yn],
2651
+ compScene: [h, X, Yn]
2648
2652
  },
2649
2653
  events: [],
2650
2654
  methods: [],
@@ -2689,8 +2693,8 @@ const Jn = {
2689
2693
  name: "x-runtime-lib.perspectiveCamera",
2690
2694
  comp: vs,
2691
2695
  props: {
2692
- pageScene: [y, X, Jn],
2693
- compScene: [y, X, Jn]
2696
+ pageScene: [h, X, Jn],
2697
+ compScene: [h, X, Jn]
2694
2698
  },
2695
2699
  events: [],
2696
2700
  methods: [],
@@ -2720,8 +2724,8 @@ const ta = /* @__PURE__ */ V({
2720
2724
  name: "x-runtime-lib.keyboardControls",
2721
2725
  comp: ta,
2722
2726
  props: {
2723
- pageScene: [y],
2724
- compScene: [y]
2727
+ pageScene: [h],
2728
+ compScene: [h]
2725
2729
  },
2726
2730
  events: [],
2727
2731
  methods: [],
@@ -2734,8 +2738,8 @@ const sa = {
2734
2738
  name: "x-runtime-lib.mapControls",
2735
2739
  comp: na,
2736
2740
  props: {
2737
- pageScene: [y],
2738
- compScene: [y]
2741
+ pageScene: [h],
2742
+ compScene: [h]
2739
2743
  },
2740
2744
  events: [],
2741
2745
  methods: [],
@@ -2748,8 +2752,8 @@ const ra = {
2748
2752
  name: "x-runtime-lib.orbitControls",
2749
2753
  comp: ia,
2750
2754
  props: {
2751
- pageScene: [y],
2752
- compScene: [y]
2755
+ pageScene: [h],
2756
+ compScene: [h]
2753
2757
  },
2754
2758
  events: [],
2755
2759
  methods: [],
@@ -2882,8 +2886,8 @@ const Zn = {
2882
2886
  name: "x-runtime-lib.boxGeometry",
2883
2887
  comp: _s,
2884
2888
  props: {
2885
- pageScene: [y, Zn],
2886
- compScene: [y, Zn]
2889
+ pageScene: [h, Zn],
2890
+ compScene: [h, Zn]
2887
2891
  },
2888
2892
  events: [],
2889
2893
  methods: [],
@@ -3026,8 +3030,8 @@ const qn = {
3026
3030
  name: "x-runtime-lib.sphereGeometry",
3027
3031
  comp: Vs,
3028
3032
  props: {
3029
- pageScene: [y, qn],
3030
- compScene: [y, qn]
3033
+ pageScene: [h, qn],
3034
+ compScene: [h, qn]
3031
3035
  },
3032
3036
  events: [],
3033
3037
  methods: [],
@@ -3058,8 +3062,8 @@ const Qn = {
3058
3062
  name: "x-runtime-lib.ambientLight",
3059
3063
  comp: Is,
3060
3064
  props: {
3061
- pageScene: [y, X, Qn],
3062
- compScene: [y, X, Qn]
3065
+ pageScene: [h, X, Qn],
3066
+ compScene: [h, X, Qn]
3063
3067
  },
3064
3068
  events: [],
3065
3069
  methods: [],
@@ -3088,8 +3092,8 @@ const ei = {
3088
3092
  name: "x-runtime-lib.directionalLight",
3089
3093
  comp: Cs,
3090
3094
  props: {
3091
- pageScene: [y, X, ei],
3092
- compScene: [y, X, ei]
3095
+ pageScene: [h, X, ei],
3096
+ compScene: [h, X, ei]
3093
3097
  },
3094
3098
  events: [],
3095
3099
  methods: [],
@@ -3132,8 +3136,8 @@ const ti = {
3132
3136
  name: "x-runtime-lib.pointLight",
3133
3137
  comp: Ps,
3134
3138
  props: {
3135
- pageScene: [y, X, ti],
3136
- compScene: [y, X, ti]
3139
+ pageScene: [h, X, ti],
3140
+ compScene: [h, X, ti]
3137
3141
  },
3138
3142
  events: [],
3139
3143
  methods: [],
@@ -3193,8 +3197,8 @@ const ni = {
3193
3197
  name: "x-runtime-lib.spotLight",
3194
3198
  comp: As,
3195
3199
  props: {
3196
- pageScene: [y, X, ni],
3197
- compScene: [y, X, ni]
3200
+ pageScene: [h, X, ni],
3201
+ compScene: [h, X, ni]
3198
3202
  },
3199
3203
  events: [],
3200
3204
  methods: [],
@@ -3206,8 +3210,8 @@ const Ce = {
3206
3210
  name: "x-runtime-lib.meshBasicMaterial",
3207
3211
  comp: Ws,
3208
3212
  props: {
3209
- pageScene: [y],
3210
- compScene: [y]
3213
+ pageScene: [h],
3214
+ compScene: [h]
3211
3215
  },
3212
3216
  events: [],
3213
3217
  methods: [],
@@ -3220,8 +3224,8 @@ const ha = {
3220
3224
  name: "x-runtime-lib.group",
3221
3225
  comp: Es,
3222
3226
  props: {
3223
- pageScene: [y, X],
3224
- compScene: [y, X]
3227
+ pageScene: [h, X],
3228
+ compScene: [h, X]
3225
3229
  },
3226
3230
  events: [],
3227
3231
  methods: [],
@@ -3233,8 +3237,8 @@ const Te = {
3233
3237
  name: "x-runtime-lib.mesh",
3234
3238
  comp: Ds,
3235
3239
  props: {
3236
- pageScene: [y, X],
3237
- compScene: [y, X]
3240
+ pageScene: [h, X],
3241
+ compScene: [h, X]
3238
3242
  },
3239
3243
  events: [],
3240
3244
  methods: [],
@@ -3286,8 +3290,8 @@ const ii = {
3286
3290
  name: "x-runtime-lib.barChart",
3287
3291
  comp: Ur,
3288
3292
  props: {
3289
- pageCommon: [y, O, Me, Fe, Ge, De, ii],
3290
- compCommon: [y, O, Me, Fe, Ge, De, ii]
3293
+ pageCommon: [h, O, Me, Fe, Ge, De, ii],
3294
+ compCommon: [h, O, Me, Fe, Ge, De, ii]
3291
3295
  },
3292
3296
  events: [],
3293
3297
  methods: [],
@@ -3341,8 +3345,8 @@ const oi = {
3341
3345
  name: "x-runtime-lib.lineChart",
3342
3346
  comp: Or,
3343
3347
  props: {
3344
- pageCommon: [y, O, Me, Fe, Ge, De, oi],
3345
- compCommon: [y, O, Me, Fe, Ge, De, oi]
3348
+ pageCommon: [h, O, Me, Fe, Ge, De, oi],
3349
+ compCommon: [h, O, Me, Fe, Ge, De, oi]
3346
3350
  },
3347
3351
  events: [],
3348
3352
  methods: [],
@@ -3451,8 +3455,8 @@ const li = {
3451
3455
  name: "x-runtime-lib.badge",
3452
3456
  comp: Xr,
3453
3457
  props: {
3454
- pageCommon: [y, li],
3455
- compCommon: [y, li]
3458
+ pageCommon: [h, li],
3459
+ compCommon: [h, li]
3456
3460
  },
3457
3461
  events: [],
3458
3462
  methods: [],
@@ -3564,8 +3568,8 @@ const _a = B(K), ai = {
3564
3568
  name: "x-runtime-lib.button",
3565
3569
  comp: Yr,
3566
3570
  props: {
3567
- pageCommon: [y, O, ai],
3568
- compCommon: [y, O, ai]
3571
+ pageCommon: [h, O, ai],
3572
+ compCommon: [h, O, ai]
3569
3573
  },
3570
3574
  events: [
3571
3575
  {
@@ -3585,8 +3589,8 @@ const wa = {
3585
3589
  name: "x-runtime-lib.buttonGroup",
3586
3590
  comp: qr,
3587
3591
  props: {
3588
- pageCommon: [y],
3589
- compCommon: [y]
3592
+ pageCommon: [h],
3593
+ compCommon: [h]
3590
3594
  },
3591
3595
  events: [],
3592
3596
  methods: [],
@@ -3659,8 +3663,8 @@ const ui = {
3659
3663
  name: "x-runtime-lib.buttonToggle",
3660
3664
  comp: Qr,
3661
3665
  props: {
3662
- pageCommon: [y, ui],
3663
- compCommon: [y, ui]
3666
+ pageCommon: [h, ui],
3667
+ compCommon: [h, ui]
3664
3668
  },
3665
3669
  events: [],
3666
3670
  methods: [],
@@ -3741,8 +3745,8 @@ const ci = {
3741
3745
  name: "x-runtime-lib.card",
3742
3746
  comp: el,
3743
3747
  props: {
3744
- pageCommon: [y, O, ci],
3745
- compCommon: [y, O, ci]
3748
+ pageCommon: [h, O, ci],
3749
+ compCommon: [h, O, ci]
3746
3750
  },
3747
3751
  events: [],
3748
3752
  methods: [],
@@ -3772,8 +3776,8 @@ const pi = {
3772
3776
  name: "x-runtime-lib.checkbox",
3773
3777
  comp: tl,
3774
3778
  props: {
3775
- pageCommon: [y, pi],
3776
- compCommon: [y, pi]
3779
+ pageCommon: [h, pi],
3780
+ compCommon: [h, pi]
3777
3781
  },
3778
3782
  events: [],
3779
3783
  methods: [],
@@ -3861,8 +3865,8 @@ const Sa = B(K), mi = {
3861
3865
  name: "x-runtime-lib.chip",
3862
3866
  comp: nl,
3863
3867
  props: {
3864
- pageCommon: [y, mi],
3865
- compCommon: [y, mi]
3868
+ pageCommon: [h, mi],
3869
+ compCommon: [h, mi]
3866
3870
  },
3867
3871
  events: [],
3868
3872
  methods: [],
@@ -3964,8 +3968,8 @@ const di = {
3964
3968
  name: "x-runtime-lib.chipGroup",
3965
3969
  comp: il,
3966
3970
  props: {
3967
- pageCommon: [y, di],
3968
- compCommon: [y, di]
3971
+ pageCommon: [h, di],
3972
+ compCommon: [h, di]
3969
3973
  },
3970
3974
  events: [],
3971
3975
  methods: [],
@@ -3978,8 +3982,8 @@ const Ta = {
3978
3982
  name: "x-runtime-lib.colorPicker",
3979
3983
  comp: ol,
3980
3984
  props: {
3981
- pageCommon: [y],
3982
- compCommon: [y]
3985
+ pageCommon: [h],
3986
+ compCommon: [h]
3983
3987
  },
3984
3988
  events: [],
3985
3989
  methods: [],
@@ -4033,8 +4037,8 @@ const fi = {
4033
4037
  name: "x-runtime-lib.combobox",
4034
4038
  comp: sl,
4035
4039
  props: {
4036
- pageCommon: [y, fi],
4037
- compCommon: [y, fi]
4040
+ pageCommon: [h, fi],
4041
+ compCommon: [h, fi]
4038
4042
  },
4039
4043
  events: [],
4040
4044
  methods: [],
@@ -4054,8 +4058,8 @@ const bi = {
4054
4058
  name: "x-runtime-lib.container",
4055
4059
  comp: rl,
4056
4060
  props: {
4057
- pageCommon: [y, O, ke, _e, we, bi],
4058
- compCommon: [y, O, ke, _e, we, bi]
4061
+ pageCommon: [h, O, ke, _e, we, bi],
4062
+ compCommon: [h, O, ke, _e, we, bi]
4059
4063
  },
4060
4064
  events: [
4061
4065
  {
@@ -4225,8 +4229,8 @@ const yi = {
4225
4229
  name: "x-runtime-lib.dataTable",
4226
4230
  comp: ll,
4227
4231
  props: {
4228
- pageCommon: [y, yi, hi, gi],
4229
- compCommon: [y, yi, hi, gi]
4232
+ pageCommon: [h, yi, hi, gi],
4233
+ compCommon: [h, yi, hi, gi]
4230
4234
  },
4231
4235
  events: [],
4232
4236
  methods: [],
@@ -4239,8 +4243,8 @@ const Aa = {
4239
4243
  name: "x-runtime-lib.datePicker",
4240
4244
  comp: cl,
4241
4245
  props: {
4242
- pageCommon: [y],
4243
- compCommon: [y]
4246
+ pageCommon: [h],
4247
+ compCommon: [h]
4244
4248
  },
4245
4249
  events: [],
4246
4250
  methods: [],
@@ -4253,8 +4257,8 @@ const La = {
4253
4257
  name: "x-runtime-lib.dialog",
4254
4258
  comp: ml,
4255
4259
  props: {
4256
- pageCommon: [y],
4257
- compCommon: [y]
4260
+ pageCommon: [h],
4261
+ compCommon: [h]
4258
4262
  },
4259
4263
  events: [],
4260
4264
  methods: [
@@ -4284,8 +4288,8 @@ const xi = {
4284
4288
  name: "x-runtime-lib.fileInput",
4285
4289
  comp: dl,
4286
4290
  props: {
4287
- pageCommon: [y, xi],
4288
- compCommon: [y, xi]
4291
+ pageCommon: [h, xi],
4292
+ compCommon: [h, xi]
4289
4293
  },
4290
4294
  events: [],
4291
4295
  methods: [],
@@ -4313,8 +4317,8 @@ const xi = {
4313
4317
  name: "x-runtime-lib.flexLayoutEntry",
4314
4318
  comp: bl,
4315
4319
  props: {
4316
- pageCommon: [y, O, vi],
4317
- compCommon: [y, O, vi]
4320
+ pageCommon: [h, O, vi],
4321
+ compCommon: [h, O, vi]
4318
4322
  },
4319
4323
  events: [],
4320
4324
  methods: [],
@@ -4581,8 +4585,8 @@ const ki = {
4581
4585
  name: "x-runtime-lib.flexLayout",
4582
4586
  comp: fl,
4583
4587
  props: {
4584
- pageCommon: [y, O, ke, _e, we, ki],
4585
- compCommon: [y, O, ke, _e, we, ki]
4588
+ pageCommon: [h, O, ke, _e, we, ki],
4589
+ compCommon: [h, O, ke, _e, we, ki]
4586
4590
  },
4587
4591
  events: [
4588
4592
  {
@@ -4751,8 +4755,8 @@ const _i = {
4751
4755
  name: "x-runtime-lib.textField",
4752
4756
  comp: Gl,
4753
4757
  props: {
4754
- pageCommon: [y, _i, wi],
4755
- compCommon: [y, _i, wi]
4758
+ pageCommon: [h, _i, wi],
4759
+ compCommon: [h, _i, wi]
4756
4760
  },
4757
4761
  events: [],
4758
4762
  methods: [],
@@ -4836,8 +4840,8 @@ const Vi = {
4836
4840
  name: "x-runtime-lib.form",
4837
4841
  comp: yl,
4838
4842
  props: {
4839
- pageCommon: [y, O, ke, _e, we, Vi],
4840
- compCommon: [y, O, ke, _e, we, Vi]
4843
+ pageCommon: [h, O, ke, _e, we, Vi],
4844
+ compCommon: [h, O, ke, _e, we, Vi]
4841
4845
  },
4842
4846
  events: [
4843
4847
  {
@@ -4881,8 +4885,8 @@ const Ra = B(K), $i = {
4881
4885
  name: "x-runtime-lib.icon",
4882
4886
  comp: hl,
4883
4887
  props: {
4884
- pageCommon: [y, $i],
4885
- compCommon: [y, $i]
4888
+ pageCommon: [h, $i],
4889
+ compCommon: [h, $i]
4886
4890
  },
4887
4891
  events: [],
4888
4892
  methods: [],
@@ -4895,8 +4899,8 @@ const Ma = {
4895
4899
  name: "x-runtime-lib.menu",
4896
4900
  comp: xl,
4897
4901
  props: {
4898
- pageCommon: [y],
4899
- compCommon: [y]
4902
+ pageCommon: [h],
4903
+ compCommon: [h]
4900
4904
  },
4901
4905
  events: [],
4902
4906
  methods: [
@@ -5103,8 +5107,8 @@ const Ii = {
5103
5107
  name: "x-runtime-lib.numberInput",
5104
5108
  comp: vl,
5105
5109
  props: {
5106
- pageCommon: [y, Ii, Si],
5107
- compCommon: [y, Ii, Si]
5110
+ pageCommon: [h, Ii, Si],
5111
+ compCommon: [h, Ii, Si]
5108
5112
  },
5109
5113
  events: [
5110
5114
  {
@@ -5207,8 +5211,8 @@ const Ci = {
5207
5211
  name: "x-runtime-lib.pagination",
5208
5212
  comp: kl,
5209
5213
  props: {
5210
- pageCommon: [y, Ci],
5211
- compCommon: [y, Ci]
5214
+ pageCommon: [h, Ci],
5215
+ compCommon: [h, Ci]
5212
5216
  },
5213
5217
  events: [],
5214
5218
  methods: [],
@@ -5258,8 +5262,8 @@ const Ha = B(K), Ti = {
5258
5262
  name: "x-runtime-lib.radio",
5259
5263
  comp: _l,
5260
5264
  props: {
5261
- pageCommon: [y, Ti],
5262
- compCommon: [y, Ti]
5265
+ pageCommon: [h, Ti],
5266
+ compCommon: [h, Ti]
5263
5267
  },
5264
5268
  events: [],
5265
5269
  methods: [],
@@ -5347,8 +5351,8 @@ const Pi = {
5347
5351
  name: "x-runtime-lib.radioGroup",
5348
5352
  comp: wl,
5349
5353
  props: {
5350
- pageCommon: [y, Pi],
5351
- compCommon: [y, Pi]
5354
+ pageCommon: [h, Pi],
5355
+ compCommon: [h, Pi]
5352
5356
  },
5353
5357
  events: [],
5354
5358
  methods: [],
@@ -5478,8 +5482,8 @@ const zi = {
5478
5482
  name: "x-runtime-lib.rangeSlider",
5479
5483
  comp: Vl,
5480
5484
  props: {
5481
- pageCommon: [y, zi],
5482
- compCommon: [y, zi]
5485
+ pageCommon: [h, zi],
5486
+ compCommon: [h, zi]
5483
5487
  },
5484
5488
  events: [],
5485
5489
  methods: [],
@@ -5547,8 +5551,8 @@ const Ai = {
5547
5551
  name: "x-runtime-lib.rating",
5548
5552
  comp: $l,
5549
5553
  props: {
5550
- pageCommon: [y, Ai],
5551
- compCommon: [y, Ai]
5554
+ pageCommon: [h, Ai],
5555
+ compCommon: [h, Ai]
5552
5556
  },
5553
5557
  events: [],
5554
5558
  methods: [],
@@ -5602,8 +5606,8 @@ const Li = {
5602
5606
  name: "x-runtime-lib.select",
5603
5607
  comp: Il,
5604
5608
  props: {
5605
- pageCommon: [y, Li],
5606
- compCommon: [y, Li]
5609
+ pageCommon: [h, Li],
5610
+ compCommon: [h, Li]
5607
5611
  },
5608
5612
  events: [],
5609
5613
  methods: [],
@@ -5751,8 +5755,8 @@ const Bi = {
5751
5755
  name: "x-runtime-lib.slider",
5752
5756
  comp: Sl,
5753
5757
  props: {
5754
- pageCommon: [y, Bi, Wi],
5755
- compCommon: [y, Bi, Wi]
5758
+ pageCommon: [h, Bi, Wi],
5759
+ compCommon: [h, Bi, Wi]
5756
5760
  },
5757
5761
  events: [],
5758
5762
  methods: [],
@@ -5765,8 +5769,8 @@ const hn = {
5765
5769
  name: "x-runtime-lib.stepperHeader",
5766
5770
  comp: zl,
5767
5771
  props: {
5768
- pageCommon: [y],
5769
- compCommon: [y]
5772
+ pageCommon: [h],
5773
+ compCommon: [h]
5770
5774
  },
5771
5775
  events: [],
5772
5776
  methods: [],
@@ -5789,8 +5793,8 @@ const Ni = {
5789
5793
  name: "x-runtime-lib.stepperItem",
5790
5794
  comp: Al,
5791
5795
  props: {
5792
- pageCommon: [y, Ni],
5793
- compCommon: [y, Ni]
5796
+ pageCommon: [h, Ni],
5797
+ compCommon: [h, Ni]
5794
5798
  },
5795
5799
  events: [],
5796
5800
  methods: [],
@@ -5802,8 +5806,8 @@ const xn = {
5802
5806
  name: "x-runtime-lib.stepperWindow",
5803
5807
  comp: Wl,
5804
5808
  props: {
5805
- pageCommon: [y],
5806
- compCommon: [y]
5809
+ pageCommon: [h],
5810
+ compCommon: [h]
5807
5811
  },
5808
5812
  events: [],
5809
5813
  methods: [],
@@ -5826,8 +5830,8 @@ const Ei = {
5826
5830
  name: "x-runtime-lib.stepperWindowItem",
5827
5831
  comp: Nl,
5828
5832
  props: {
5829
- pageCommon: [y, Ei],
5830
- compCommon: [y, Ei]
5833
+ pageCommon: [h, Ei],
5834
+ compCommon: [h, Ei]
5831
5835
  },
5832
5836
  events: [],
5833
5837
  methods: [],
@@ -5948,8 +5952,8 @@ const Ri = {
5948
5952
  name: "x-runtime-lib.stepper",
5949
5953
  comp: Cl,
5950
5954
  props: {
5951
- pageCommon: [y, Ri],
5952
- compCommon: [y, Ri]
5955
+ pageCommon: [h, Ri],
5956
+ compCommon: [h, Ri]
5953
5957
  },
5954
5958
  events: [],
5955
5959
  methods: [],
@@ -5962,8 +5966,8 @@ const Qa = {
5962
5966
  name: "x-runtime-lib.switch",
5963
5967
  comp: El,
5964
5968
  props: {
5965
- pageCommon: [y],
5966
- compCommon: [y]
5969
+ pageCommon: [h],
5970
+ compCommon: [h]
5967
5971
  },
5968
5972
  events: [],
5969
5973
  methods: [],
@@ -5993,8 +5997,8 @@ const Di = {
5993
5997
  name: "x-runtime-lib.tab",
5994
5998
  comp: Rl,
5995
5999
  props: {
5996
- pageCommon: [y, Di],
5997
- compCommon: [y, Di]
6000
+ pageCommon: [h, Di],
6001
+ compCommon: [h, Di]
5998
6002
  },
5999
6003
  events: [],
6000
6004
  methods: [],
@@ -6127,8 +6131,8 @@ const Mi = {
6127
6131
  name: "x-runtime-lib.tabs",
6128
6132
  comp: Dl,
6129
6133
  props: {
6130
- pageCommon: [y, Mi],
6131
- compCommon: [y, Mi]
6134
+ pageCommon: [h, Mi],
6135
+ compCommon: [h, Mi]
6132
6136
  },
6133
6137
  events: [],
6134
6138
  methods: [],
@@ -6241,8 +6245,8 @@ const Fi = {
6241
6245
  name: "x-runtime-lib.text",
6242
6246
  comp: Ml,
6243
6247
  props: {
6244
- pageCommon: [y, Fi],
6245
- compCommon: [y, Fi]
6248
+ pageCommon: [h, Fi],
6249
+ compCommon: [h, Fi]
6246
6250
  },
6247
6251
  events: [],
6248
6252
  methods: [],
@@ -6341,8 +6345,8 @@ const Gi = {
6341
6345
  name: "x-runtime-lib.textarea",
6342
6346
  comp: Fl,
6343
6347
  props: {
6344
- pageCommon: [y, Gi],
6345
- compCommon: [y, Gi]
6348
+ pageCommon: [h, Gi],
6349
+ compCommon: [h, Gi]
6346
6350
  },
6347
6351
  events: [],
6348
6352
  methods: [],
@@ -6356,8 +6360,8 @@ const $n = {
6356
6360
  name: "x-runtime-lib.timelineItem",
6357
6361
  comp: Ul,
6358
6362
  props: {
6359
- pageCommon: [y],
6360
- compCommon: [y]
6363
+ pageCommon: [h],
6364
+ compCommon: [h]
6361
6365
  },
6362
6366
  events: [],
6363
6367
  methods: [],
@@ -6493,8 +6497,8 @@ const su = B(K), ru = B(K), Hi = {
6493
6497
  name: "x-runtime-lib.timeline",
6494
6498
  comp: Hl,
6495
6499
  props: {
6496
- pageCommon: [y, Hi],
6497
- compCommon: [y, Hi]
6500
+ pageCommon: [h, Hi],
6501
+ compCommon: [h, Hi]
6498
6502
  },
6499
6503
  events: [],
6500
6504
  methods: [],
@@ -6507,8 +6511,8 @@ const Sn = {
6507
6511
  name: "x-runtime-lib.windowItem",
6508
6512
  comp: Jl,
6509
6513
  props: {
6510
- pageCommon: [y],
6511
- compCommon: [y]
6514
+ pageCommon: [h],
6515
+ compCommon: [h]
6512
6516
  },
6513
6517
  events: [],
6514
6518
  methods: [],
@@ -6628,8 +6632,8 @@ const ji = {
6628
6632
  name: "x-runtime-lib.window",
6629
6633
  comp: Ol,
6630
6634
  props: {
6631
- pageCommon: [y, ji],
6632
- compCommon: [y, ji]
6635
+ pageCommon: [h, ji],
6636
+ compCommon: [h, ji]
6633
6637
  },
6634
6638
  events: [],
6635
6639
  methods: [],
@@ -7578,8 +7582,8 @@ function Ne(t, e, i, o, l) {
7578
7582
  const b = ve(p, u.subKeys);
7579
7583
  if (ne(c, b))
7580
7584
  continue;
7581
- const h = B(p);
7582
- ro(h, u.subKeys, B(c)), u.type === "elementProp" ? t.setElementProp(u.nodeId, u.propKeys, h) : u.type === "customProp" ? t.setCustomProp(u.propId, h) : u.type === "customState" ? t.setCustomState(u.stateId, h) : u.type === "adaptSlotProp" ? t.setAdaptSlotProp(u.propId, h) : console.assert(!1);
7585
+ const y = B(p);
7586
+ ro(y, u.subKeys, B(c)), u.type === "elementProp" ? t.setElementProp(u.nodeId, u.propKeys, y) : u.type === "customProp" ? t.setCustomProp(u.propId, y) : u.type === "customState" ? t.setCustomState(u.stateId, y) : u.type === "adaptSlotProp" ? t.setAdaptSlotProp(u.propId, y) : console.assert(!1);
7583
7587
  } else {
7584
7588
  let p;
7585
7589
  if (u.type === "elementProp")
@@ -7607,8 +7611,8 @@ function Ne(t, e, i, o, l) {
7607
7611
  function nc(t, e) {
7608
7612
  function i(c) {
7609
7613
  const u = t.pseudoToNative(c), p = [], b = u.split(".");
7610
- for (let h = 0; h < b.length; h++) {
7611
- const g = b[h].trim();
7614
+ for (let y = 0; y < b.length; y++) {
7615
+ const g = b[y].trim();
7612
7616
  if (g !== "")
7613
7617
  if (/^\[\d+\]$/.test(g)) {
7614
7618
  let x = parseInt(g.slice(1, -1), 10);
@@ -7705,15 +7709,15 @@ function oc(t, e) {
7705
7709
  async function i(o, l, s, a, m, f) {
7706
7710
  const d = t.pseudoToNative(o), c = t.pseudoToNative(l), u = t.pseudoToNative(s), p = t.pseudoToNative(a), b = t.pseudoToNative(m);
7707
7711
  try {
7708
- const h = JSON.stringify(u), { strOutputs: g } = await ic({
7712
+ const y = JSON.stringify(u), { strOutputs: g } = await ic({
7709
7713
  spaceid: d,
7710
7714
  id: c,
7711
- strInputs: h,
7715
+ strInputs: y,
7712
7716
  env: p
7713
7717
  }), x = JSON.parse(g);
7714
7718
  f(t.nativeToPseudo(x)), t.run();
7715
- } catch (h) {
7716
- console.error("callFuncV1 failed", b, h);
7719
+ } catch (y) {
7720
+ console.error("callFuncV1 failed", b, y);
7717
7721
  }
7718
7722
  }
7719
7723
  t.setProperty(
@@ -7727,14 +7731,14 @@ function sc(t, e, i) {
7727
7731
  let p;
7728
7732
  const b = e.pseudoToNative(d);
7729
7733
  if (b === "elementProp") {
7730
- const h = e.pseudoToNative(c), g = e.pseudoToNative(u);
7731
- p = t.sandbox.getElementProp(h, g);
7734
+ const y = e.pseudoToNative(c), g = e.pseudoToNative(u);
7735
+ p = t.sandbox.getElementProp(y, g);
7732
7736
  } else if (b === "customProp") {
7733
- const h = e.pseudoToNative(c);
7734
- p = t.sandbox.getCustomProp(h);
7737
+ const y = e.pseudoToNative(c);
7738
+ p = t.sandbox.getCustomProp(y);
7735
7739
  } else if (b === "adaptSlotProp") {
7736
- const h = e.pseudoToNative(c);
7737
- p = t.sandbox.getAdaptSlotProp(h);
7740
+ const y = e.pseudoToNative(c);
7741
+ p = t.sandbox.getAdaptSlotProp(y);
7738
7742
  } else
7739
7743
  console.assert(!1);
7740
7744
  return e.nativeToPseudo(p);
@@ -7742,30 +7746,30 @@ function sc(t, e, i) {
7742
7746
  function l(d, c, u, p) {
7743
7747
  const b = e.pseudoToNative(d);
7744
7748
  if (b === "elementProp") {
7745
- const h = e.pseudoToNative(c), g = e.pseudoToNative(u), x = e.pseudoToNative(p);
7746
- t.sandbox.setElementProp(h, g, x);
7749
+ const y = e.pseudoToNative(c), g = e.pseudoToNative(u), x = e.pseudoToNative(p);
7750
+ t.sandbox.setElementProp(y, g, x);
7747
7751
  } else if (b === "customProp") {
7748
- const h = e.pseudoToNative(c), g = e.pseudoToNative(u);
7749
- t.sandbox.setCustomProp(h, g);
7752
+ const y = e.pseudoToNative(c), g = e.pseudoToNative(u);
7753
+ t.sandbox.setCustomProp(y, g);
7750
7754
  } else if (b === "adaptSlotProp") {
7751
- const h = e.pseudoToNative(c), g = e.pseudoToNative(u);
7752
- t.sandbox.setAdaptSlotProp(h, g);
7755
+ const y = e.pseudoToNative(c), g = e.pseudoToNative(u);
7756
+ t.sandbox.setAdaptSlotProp(y, g);
7753
7757
  } else
7754
7758
  console.assert(!1);
7755
7759
  }
7756
7760
  function s(d, c, u, p) {
7757
- const b = e.pseudoToNative(d), h = e.pseudoToNative(c), g = e.pseudoToNative(u), x = { outputs: [] };
7758
- t.sandbox.eventBus?.emit(`callMethod@${b}`, { name: h, inputs: g, result: x }), p(e.nativeToPseudo(x.outputs)), e.run();
7761
+ const b = e.pseudoToNative(d), y = e.pseudoToNative(c), g = e.pseudoToNative(u), x = { outputs: [] };
7762
+ t.sandbox.eventBus?.emit(`callMethod@${b}`, { name: y, inputs: g, result: x }), p(e.nativeToPseudo(x.outputs)), e.run();
7759
7763
  }
7760
7764
  function a(d, c) {
7761
7765
  const u = e.pseudoToNative(d), p = e.pseudoToNative(c);
7762
7766
  if (t.mode === "runtime") {
7763
- const b = "/main/" + Date.now(), h = {
7767
+ const b = "/main/" + Date.now(), y = {
7764
7768
  orgid: t.org,
7765
7769
  appid: `${u}${t.env}`,
7766
7770
  pageid: p
7767
7771
  };
7768
- Qt.router.replace({ path: b, query: h });
7772
+ Qt.router.replace({ path: b, query: y });
7769
7773
  } else t.mode === "preview" && io(
7770
7774
  Qt.i18n.global.t(
7771
7775
  "x-runtime-lib.msg.takeEffectOnlyAfterReleased"
@@ -7774,13 +7778,13 @@ function sc(t, e, i) {
7774
7778
  }
7775
7779
  function m(d, c, u) {
7776
7780
  const p = e.pseudoToNative(d), b = e.pseudoToNative(c);
7777
- as({ title: p, text: b }).then((h) => {
7778
- u(e.nativeToPseudo(h)), e.run();
7781
+ as({ title: p, text: b }).then((y) => {
7782
+ u(e.nativeToPseudo(y)), e.run();
7779
7783
  });
7780
7784
  }
7781
7785
  function f(d, c, u, p) {
7782
- const b = e.pseudoToNative(d), h = e.pseudoToNative(c), g = e.pseudoToNative(u);
7783
- us({ title: b, label: h, value: g }).then((x) => {
7786
+ const b = e.pseudoToNative(d), y = e.pseudoToNative(c), g = e.pseudoToNative(u);
7787
+ us({ title: b, label: y, value: g }).then((x) => {
7784
7788
  p(e.nativeToPseudo(x)), e.run();
7785
7789
  });
7786
7790
  }
@@ -8034,20 +8038,21 @@ class mc {
8034
8038
  }
8035
8039
  const o = [];
8036
8040
  if (i)
8037
- for (const l of i)
8038
- o.push(JSON.stringify(l));
8039
- this.interpreter.appendCode(`${e}(${o.join(", ")});`), this.interpreter.run();
8041
+ for (const s of i)
8042
+ o.push(JSON.stringify(s));
8043
+ const l = `${e}(${o.join(", ")});`;
8044
+ console.log(l), this.interpreter.appendCode(l), this.interpreter.run();
8040
8045
  }
8041
8046
  }
8042
8047
  function dc(t) {
8043
- const e = qu(), i = Qu(), o = G(), l = me(), s = Ve(), a = Le(), m = (b, h, g, x) => {
8048
+ const e = qu(), i = Qu(), o = G(), l = me(), s = Ve(), a = Le(), m = (b, y, g, x) => {
8044
8049
  if (!(o !== "runtime" && o !== "preview") && (u.callFunction("__triggerEventV1__", [
8045
- `elementPropChange@${b}@${h}`,
8050
+ `elementPropChange@${b}@${y}`,
8046
8051
  g,
8047
- x
8052
+ x ?? g
8048
8053
  ]), t.value?.code.reactivity)) {
8049
8054
  let S = "";
8050
- h instanceof Array ? S = h.join(".") : S = h, Ne(
8055
+ y instanceof Array ? S = y.join(".") : S = y, Ne(
8051
8056
  u,
8052
8057
  t.value.code.reactivity,
8053
8058
  Ie({
@@ -8059,36 +8064,36 @@ function dc(t) {
8059
8064
  x
8060
8065
  );
8061
8066
  }
8062
- }, f = (b, h, g) => {
8067
+ }, f = (b, y, g) => {
8063
8068
  o !== "runtime" && o !== "preview" || (u.callFunction("__triggerEventV1__", [
8064
8069
  `customPropChange@${b}`,
8065
- h,
8066
- g
8070
+ y,
8071
+ g ?? y
8067
8072
  ]), t.value?.code.reactivity && Ne(
8068
8073
  u,
8069
8074
  t.value.code.reactivity,
8070
8075
  Ie({ type: "customProp", propId: b }),
8071
- h,
8076
+ y,
8072
8077
  g
8073
8078
  ));
8074
- }, d = (b, h, g) => {
8079
+ }, d = (b, y, g) => {
8075
8080
  o !== "runtime" && o !== "preview" || t.value?.code.reactivity && Ne(
8076
8081
  u,
8077
8082
  t.value.code.reactivity,
8078
8083
  Ie({ type: "customState", stateId: b }),
8079
- h,
8084
+ y,
8080
8085
  g
8081
8086
  );
8082
- }, c = (b, h, g) => {
8087
+ }, c = (b, y, g) => {
8083
8088
  o !== "runtime" && o !== "preview" || (u.callFunction("__triggerEventV1__", [
8084
8089
  `adaptSlotProp@${b}`,
8085
- h,
8086
- g
8090
+ y,
8091
+ g ?? y
8087
8092
  ]), t.value?.code.reactivity && Ne(
8088
8093
  u,
8089
8094
  t.value.code.reactivity,
8090
8095
  Ie({ type: "adaptSlotProp", propId: b }),
8091
- h,
8096
+ y,
8092
8097
  g
8093
8098
  ));
8094
8099
  }, u = new mc({
@@ -8110,8 +8115,8 @@ function dc(t) {
8110
8115
  u.destroyInterpreter();
8111
8116
  }), (o === "runtime" || o === "preview") && q(
8112
8117
  s,
8113
- (b, h) => {
8114
- const g = Ee(b.width), x = Ee(h?.width ?? b.width);
8118
+ (b, y) => {
8119
+ const g = Ee(b.width), x = Ee(y?.width ?? b.width);
8115
8120
  u.callFunction("__triggerEventV1__", [
8116
8121
  "screenSizeChange@globality",
8117
8122
  g,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-runtime-lib",
3
3
  "private": false,
4
- "version": "0.8.15",
4
+ "version": "0.8.16",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",