x-runtime-lib 0.8.59 → 0.8.60

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 +312 -302
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { defineComponent as V, createElementBlock as Q, renderSlot as B, unref as i, openBlock as h, createElementVNode as q, computed as x, normalizeStyle as Z, ref as ie, watchEffect as me, watch as oe, onBeforeMount as Xo, onUnmounted as Xe, createBlock as _, withCtx as k, createCommentVNode as ee, useTemplateRef as oo, onMounted as ro, nextTick as so, useAttrs as Yo, h as se, resolveComponent as z, createVNode as R, isRef as X, createSlots as Wn, renderList as qo, useId as lo, withModifiers as Jo, normalizeClass as Zo, toDisplayString as Qo, inject as ae, provide as ce, readonly as Rn } from "vue";
1
+ import { defineComponent as V, createElementBlock as ee, renderSlot as B, unref as i, openBlock as h, createElementVNode as q, computed as v, normalizeStyle as Q, ref as ie, watchEffect as me, watch as oe, onBeforeMount as Xo, onUnmounted as Xe, createBlock as _, withCtx as k, createCommentVNode as te, useTemplateRef as oo, onMounted as ro, nextTick as so, useAttrs as Yo, h as se, resolveComponent as A, createVNode as R, isRef as X, createSlots as Wn, renderList as qo, useId as lo, withModifiers as Jo, normalizeClass as Zo, toDisplayString as Qo, inject as ae, provide as ce, readonly as Rn } from "vue";
2
2
  import { globalObjects as ge, waitUtil as ao, useViewStack as co, eventBus as uo, messageInfo as er, messageSuccess as tr, messageWarning as po, messageError as mo, createAxios as nr, openConfirmDlg as ir, openPromptDlg as or } from "x-essential-lib";
3
3
  import { CameraHelper as yo, DirectionalLightHelper as rr, PointLightHelper as sr, SpotLightHelper as lr } from "three";
4
4
  import { c as W, i as le, q as Re, u as ar, r as fo, e as bo, a as cr, b as ur, d as pr, f as mr, g as dr, h as yr, j as fr, k as br, l as ho, X as hr, Y as gr, K as xr, m as vr, n as kr, o as _r, I as wr } from "./vendor.dd29fg1n.js";
@@ -90,7 +90,7 @@ function Sr(t, e = 2) {
90
90
  `).map((r) => r.trim() === "" ? r : n + r).join(`
91
91
  `);
92
92
  }
93
- function te(t) {
93
+ function ne(t) {
94
94
  return t === "runtime" || t === "preview";
95
95
  }
96
96
  const Ku = ["string", "number", "boolean", "array", "object"];
@@ -174,7 +174,7 @@ function Ar(t) {
174
174
  function Dn(t, e, n) {
175
175
  const { i18n: o } = ge;
176
176
  let s = "";
177
- return t && (s += `[${t}] `), e.forEach((r, a) => {
177
+ return t && (s += t + " / "), e.forEach((r, a) => {
178
178
  a > 0 && (s += " - "), n ? s += o.global.t(r) : s += r;
179
179
  }), s;
180
180
  }
@@ -204,7 +204,7 @@ const ze = {}, w = (t) => {
204
204
  },
205
205
  setup(t) {
206
206
  const e = H();
207
- return (n, o) => i(e) === "editor" ? (h(), Q("TresMesh", {
207
+ return (n, o) => i(e) === "editor" ? (h(), ee("TresMesh", {
208
208
  key: 0,
209
209
  position: t.position,
210
210
  rotation: t.rotation,
@@ -222,12 +222,12 @@ const ze = {}, w = (t) => {
222
222
  block: { type: Boolean, default: !1 }
223
223
  },
224
224
  setup(t) {
225
- const e = H(), n = x(() => {
225
+ const e = H(), n = v(() => {
226
226
  const s = {
227
227
  position: "relative"
228
228
  };
229
229
  return t.block ? s.display = "block" : s.display = "inline-block", s;
230
- }), o = x(() => ({
230
+ }), o = v(() => ({
231
231
  position: "absolute",
232
232
  top: 0,
233
233
  left: 0,
@@ -236,13 +236,13 @@ const ze = {}, w = (t) => {
236
236
  pointerEvents: "auto",
237
237
  userSelect: "none"
238
238
  }));
239
- return (s, r) => i(e) === "editor" ? (h(), Q("div", {
239
+ return (s, r) => i(e) === "editor" ? (h(), ee("div", {
240
240
  key: 0,
241
- style: Z(n.value)
241
+ style: Q(n.value)
242
242
  }, [
243
243
  B(s.$slots, "default"),
244
244
  q("div", {
245
- style: Z(o.value)
245
+ style: Q(o.value)
246
246
  }, null, 4)
247
247
  ], 4)) : B(s.$slots, "default", { key: 1 });
248
248
  }
@@ -321,7 +321,7 @@ function de(t) {
321
321
  }), { position: u, rotation: p, scale: f };
322
322
  }
323
323
  function _o(t) {
324
- const e = x(() => t.node.legend?.show), n = x(() => t.node.legend?.data);
324
+ const e = v(() => t.node.legend?.show), n = v(() => t.node.legend?.data);
325
325
  function o(s) {
326
326
  s.legend = {
327
327
  show: e.value,
@@ -331,14 +331,14 @@ function _o(t) {
331
331
  return { show: e, data: n, applyLegend: o };
332
332
  }
333
333
  function wo(t) {
334
- const e = x(() => t.node.series);
334
+ const e = v(() => t.node.series);
335
335
  function n(o) {
336
336
  o.series = e.value;
337
337
  }
338
338
  return { series: e, applySeries: n };
339
339
  }
340
340
  function Vo(t) {
341
- const e = x(() => t.node.title?.show), n = x(() => t.node.title?.text), o = x(() => t.node.title?.subtext);
341
+ const e = v(() => t.node.title?.show), n = v(() => t.node.title?.text), o = v(() => t.node.title?.subtext);
342
342
  function s(r) {
343
343
  r.title = {
344
344
  show: e.value,
@@ -349,7 +349,7 @@ function Vo(t) {
349
349
  return { show: e, text: n, subtext: o, applyTitle: s };
350
350
  }
351
351
  function $o(t) {
352
- const e = x(() => t.node.xAxis?.show), n = x(() => t.node.xAxis?.position), o = x(() => t.node.xAxis?.type), s = x(() => t.node.xAxis?.data);
352
+ const e = v(() => t.node.xAxis?.show), n = v(() => t.node.xAxis?.position), o = v(() => t.node.xAxis?.type), s = v(() => t.node.xAxis?.data);
353
353
  function r(a) {
354
354
  a.xAxis = {
355
355
  show: e.value,
@@ -361,7 +361,7 @@ function $o(t) {
361
361
  return { show: e, position: n, type: o, data: s, applyXAxis: r };
362
362
  }
363
363
  function Io(t) {
364
- const e = x(() => t.node.yAxis?.show), n = x(() => t.node.yAxis?.position), o = x(() => t.node.yAxis?.type), s = x(() => t.node.yAxis?.data);
364
+ const e = v(() => t.node.yAxis?.show), n = v(() => t.node.yAxis?.position), o = v(() => t.node.yAxis?.type), s = v(() => t.node.yAxis?.data);
365
365
  function r(a) {
366
366
  a.yAxis = {
367
367
  show: e.value,
@@ -373,55 +373,55 @@ function Io(t) {
373
373
  return { show: e, position: n, type: o, data: s, applyYAxis: r };
374
374
  }
375
375
  function O(t) {
376
- const { computedThemes: e } = Vr(), n = Me(), o = x(() => t.value?.mode), s = x(() => {
376
+ const { computedThemes: e } = Vr(), n = Me(), o = v(() => t.value?.mode), s = v(() => {
377
377
  const d = t.value?.theme;
378
378
  return d ? d === "background0" ? n.value ? "#2e2e2e" : "#bdbdbd" : d === "background1" ? n.value ? "#272727" : "#eeeeee" : d === "background2" ? n.value ? "#1e1e1e" : "#ffffff" : (n.value ? e.value.dark : e.value.light).colors[d] : void 0;
379
- }), r = x(() => n.value ? t.value.custom?.dark : t.value.custom?.light), a = x(() => o.value === "theme" ? s.value ?? "" : o.value === "custom" ? r.value ?? "" : ""), c = x(() => {
379
+ }), r = v(() => n.value ? t.value.custom?.dark : t.value.custom?.light), a = v(() => o.value === "theme" ? s.value ?? "" : o.value === "custom" ? r.value ?? "" : ""), c = v(() => {
380
380
  const d = a.value;
381
381
  return !d.startsWith("#") || d.length < 7 ? "" : d.substring(0, 7);
382
- }), m = x(() => {
382
+ }), m = v(() => {
383
383
  const d = a.value;
384
384
  return d.startsWith("#") ? d.length < 9 ? 1 : parseInt(d.substring(7, 9)) / 255 : 0;
385
385
  });
386
386
  return { color: a, rgb: c, alpha: m };
387
387
  }
388
388
  function Fn(t) {
389
- const e = x(() => t.node.border?.style), n = x(() => t.node.border?.width), o = x(() => t.node.border?.color), { color: s } = O(o), r = x(() => t.node.border?.roundRadius?.tl), a = x(() => t.node.border?.roundRadius?.tr), c = x(() => t.node.border?.roundRadius?.bl), m = x(() => t.node.border?.roundRadius?.br);
389
+ const e = v(() => t.node.border?.style), n = v(() => t.node.border?.width), o = v(() => t.node.border?.color), { color: s } = O(o), r = v(() => t.node.border?.roundRadius?.tl), a = v(() => t.node.border?.roundRadius?.tr), c = v(() => t.node.border?.roundRadius?.bl), m = v(() => t.node.border?.roundRadius?.br);
390
390
  function d(u) {
391
391
  e.value && (u.borderStyle = e.value), n.value && (u.borderWidth = n.value), s.value && (u.borderColor = s.value), r.value && (u.borderTopLeftRadius = r.value), a.value && (u.borderTopRightRadius = a.value), c.value && (u.borderBottomLeftRadius = c.value), m.value && (u.borderBottomRightRadius = m.value);
392
392
  }
393
393
  return { borderStyle: e, borderWidth: n, borderColor: s, applyBorder: d };
394
394
  }
395
395
  function Nn(t) {
396
- const e = x(() => t.node.margin?.top), n = x(() => t.node.margin?.left), o = x(() => t.node.margin?.bottom), s = x(() => t.node.margin?.right);
396
+ const e = v(() => t.node.margin?.top), n = v(() => t.node.margin?.left), o = v(() => t.node.margin?.bottom), s = v(() => t.node.margin?.right);
397
397
  function r(a) {
398
398
  e.value && (a.marginTop = e.value), n.value && (a.marginLeft = n.value), o.value && (a.marginBottom = o.value), s.value && (a.marginRight = s.value);
399
399
  }
400
400
  return { marginTop: e, marginLeft: n, marginBottom: o, marginRight: s, applyMargin: r };
401
401
  }
402
402
  function Gn(t) {
403
- const e = x(() => t.node.padding?.top), n = x(() => t.node.padding?.left), o = x(() => t.node.padding?.bottom), s = x(() => t.node.padding?.right);
403
+ const e = v(() => t.node.padding?.top), n = v(() => t.node.padding?.left), o = v(() => t.node.padding?.bottom), s = v(() => t.node.padding?.right);
404
404
  function r(a) {
405
405
  e.value && (a.paddingTop = e.value), n.value && (a.paddingLeft = n.value), o.value && (a.paddingBottom = o.value), s.value && (a.paddingRight = s.value);
406
406
  }
407
407
  return { paddingTop: e, paddingLeft: n, paddingBottom: o, paddingRight: s, applyPadding: r };
408
408
  }
409
409
  function ye(t) {
410
- const e = H(), n = Ce(), o = x(() => t.node.size?.width), s = x(() => t.node.size?.minWidth), r = x(() => t.node.size?.maxWidth), a = x(() => {
410
+ const e = H(), n = Ce(), o = v(() => t.node.size?.width), s = v(() => t.node.size?.minWidth), r = v(() => t.node.size?.maxWidth), a = v(() => {
411
411
  if (t.outer && e === "editor") {
412
412
  const u = Qt(t.node.size?.height);
413
413
  if (u)
414
414
  return u / 100 * n.value.height + "px";
415
415
  }
416
416
  return t.node.size?.height;
417
- }), c = x(() => {
417
+ }), c = v(() => {
418
418
  if (t.outer && e === "editor") {
419
419
  const u = Qt(t.node.size?.minHeight);
420
420
  if (u)
421
421
  return u / 100 * n.value.height + "px";
422
422
  }
423
423
  return t.node.size?.minHeight;
424
- }), m = x(() => {
424
+ }), m = v(() => {
425
425
  if (t.outer && e === "editor") {
426
426
  const u = Qt(t.node.size?.maxHeight);
427
427
  if (u)
@@ -435,7 +435,7 @@ function ye(t) {
435
435
  return { width: o, minWidth: s, maxWidth: r, height: a, minHeight: c, maxHeight: m, applySize: d };
436
436
  }
437
437
  function je(t, e, n) {
438
- const o = be(), s = x(() => Bn("elementMethod", t.node.basic.id, e));
438
+ const o = be(), s = v(() => Bn("elementMethod", t.node.basic.id, e));
439
439
  Xo(() => {
440
440
  o.eventBus?.on(s.value, n);
441
441
  }), Xe(() => {
@@ -444,7 +444,7 @@ function je(t, e, n) {
444
444
  }
445
445
  function F() {
446
446
  const t = Me();
447
- return { theme: x(() => t.value ? "dark" : "light") };
447
+ return { theme: v(() => t.value ? "dark" : "light") };
448
448
  }
449
449
  const Wr = ["bottom", "far", "left", "near", "position", "right", "rotation", "scale", "top"], Rr = /* @__PURE__ */ V({
450
450
  __name: "index",
@@ -474,7 +474,7 @@ const Wr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
474
474
  i(n) === "editor" ? (h(), _(i(Re), {
475
475
  key: 0,
476
476
  type: i(yo)
477
- }, null, 8, ["type"])) : ee("", !0),
477
+ }, null, 8, ["type"])) : te("", !0),
478
478
  B(f.$slots, "default")
479
479
  ], 8, Wr)
480
480
  ]),
@@ -507,7 +507,7 @@ const Wr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
507
507
  i(n) === "editor" ? (h(), _(i(Re), {
508
508
  key: 0,
509
509
  type: i(yo)
510
- }, null, 8, ["type"])) : ee("", !0),
510
+ }, null, 8, ["type"])) : te("", !0),
511
511
  B(u.$slots, "default")
512
512
  ], 8, Mr)
513
513
  ]),
@@ -531,7 +531,7 @@ const Wr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
531
531
  "settings",
532
532
  "widthSegements"
533
533
  ]);
534
- return (m, d) => (h(), Q("TresBoxGeometry", {
534
+ return (m, d) => (h(), ee("TresBoxGeometry", {
535
535
  args: [
536
536
  i(a),
537
537
  i(s),
@@ -573,7 +573,7 @@ const Wr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
573
573
  "settings",
574
574
  "widthSegments"
575
575
  ]);
576
- return (d, u) => (h(), Q("TresSphereGeometry", {
576
+ return (d, u) => (h(), ee("TresSphereGeometry", {
577
577
  args: [
578
578
  i(r),
579
579
  i(m),
@@ -642,7 +642,7 @@ const Wr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
642
642
  i(n) === "editor" ? (h(), _(i(Re), {
643
643
  key: 0,
644
644
  type: i(rr)
645
- }, null, 8, ["type"])) : ee("", !0),
645
+ }, null, 8, ["type"])) : te("", !0),
646
646
  B(d.$slots, "default")
647
647
  ], 8, Kr)
648
648
  ]),
@@ -681,7 +681,7 @@ const Wr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
681
681
  i(n) === "editor" ? (h(), _(i(Re), {
682
682
  key: 0,
683
683
  type: i(sr)
684
- }, null, 8, ["type"])) : ee("", !0),
684
+ }, null, 8, ["type"])) : te("", !0),
685
685
  B(p.$slots, "default")
686
686
  ], 8, Xr)
687
687
  ]),
@@ -725,7 +725,7 @@ const Wr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
725
725
  i(n) === "editor" ? (h(), _(i(Re), {
726
726
  key: 0,
727
727
  type: i(lr)
728
- }, null, 8, ["type"])) : ee("", !0),
728
+ }, null, 8, ["type"])) : te("", !0),
729
729
  B(b.$slots, "default")
730
730
  ], 8, qr)
731
731
  ]),
@@ -734,7 +734,7 @@ const Wr = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
734
734
  }
735
735
  }), Zr = {};
736
736
  function Qr(t, e) {
737
- return h(), Q("TresMeshBasicMaterial");
737
+ return h(), ee("TresMeshBasicMaterial");
738
738
  }
739
739
  const es = /* @__PURE__ */ Se(Zr, [["render", Qr]]), ts = ["position", "rotation", "scale"], ns = /* @__PURE__ */ V({
740
740
  __name: "index",
@@ -769,7 +769,7 @@ const es = /* @__PURE__ */ Se(Zr, [["render", Qr]]), ts = ["position", "rotation
769
769
  },
770
770
  setup(t) {
771
771
  const e = t, { position: n, rotation: o, scale: s } = de(e);
772
- return (r, a) => (h(), Q("TresMesh", {
772
+ return (r, a) => (h(), ee("TresMesh", {
773
773
  position: i(n),
774
774
  rotation: i(o),
775
775
  scale: i(s)
@@ -857,23 +857,23 @@ const pl = /* @__PURE__ */ V({
857
857
  outer: { type: Boolean }
858
858
  },
859
859
  setup(t) {
860
- const e = t, n = Ce(), o = Me(), s = fe(), r = ke(), { width: a, minWidth: c, maxWidth: m, height: d, minHeight: u, maxHeight: p, applySize: f } = ye(e), { applyTitle: b } = Vo(e), { applyXAxis: g } = $o(e), { applyYAxis: v } = Io(e), { applyLegend: I } = _o(e), { applySeries: $ } = wo(e), S = x(() => {
860
+ const e = t, n = Ce(), o = Me(), s = fe(), r = ke(), { width: a, minWidth: c, maxWidth: m, height: d, minHeight: u, maxHeight: p, applySize: f } = ye(e), { applyTitle: b } = Vo(e), { applyXAxis: g } = $o(e), { applyYAxis: x } = Io(e), { applyLegend: I } = _o(e), { applySeries: $ } = wo(e), S = v(() => {
861
861
  const C = {}, G = r.value.type;
862
862
  return s === "page" ? G === "common" ? f(C) : console.assert(!1) : s === "comp" && G === "common" ? f(C) : console.assert(!1), C;
863
- }), L = oo("chart");
863
+ }), T = oo("chart");
864
864
  let E;
865
865
  const N = () => {
866
- E?.dispose(), E = bo.init(L.value, o.value ? "dark" : "light");
866
+ E?.dispose(), E = bo.init(T.value, o.value ? "dark" : "light");
867
867
  const C = {};
868
868
  E.setOption(C);
869
869
  }, j = () => {
870
870
  E?.resize();
871
871
  }, M = () => {
872
872
  const C = {};
873
- b(C), g(C), v(C), I(C), $(C), E?.setOption(C, !0);
873
+ b(C), g(C), x(C), I(C), $(C), E?.setOption(C, !0);
874
874
  };
875
875
  return ro(async () => {
876
- window.addEventListener("resize", j, !1), await ao(() => !!L.value), N(), M();
876
+ window.addEventListener("resize", j, !1), await ao(() => !!T.value), N(), M();
877
877
  }), Xe(() => {
878
878
  window.removeEventListener("resize", j, !1), E?.dispose();
879
879
  }), oe(
@@ -902,7 +902,7 @@ const pl = /* @__PURE__ */ V({
902
902
  default: k(() => [
903
903
  q("div", {
904
904
  ref: "chart",
905
- style: Z(S.value)
905
+ style: Q(S.value)
906
906
  }, null, 4)
907
907
  ]),
908
908
  _: 1
@@ -915,23 +915,23 @@ const pl = /* @__PURE__ */ V({
915
915
  outer: { type: Boolean }
916
916
  },
917
917
  setup(t) {
918
- const e = t, n = Ce(), o = Me(), s = fe(), r = ke(), { width: a, minWidth: c, maxWidth: m, height: d, minHeight: u, maxHeight: p, applySize: f } = ye(e), { applyTitle: b } = Vo(e), { applyXAxis: g } = $o(e), { applyYAxis: v } = Io(e), { applyLegend: I } = _o(e), { applySeries: $ } = wo(e), S = x(() => {
918
+ const e = t, n = Ce(), o = Me(), s = fe(), r = ke(), { width: a, minWidth: c, maxWidth: m, height: d, minHeight: u, maxHeight: p, applySize: f } = ye(e), { applyTitle: b } = Vo(e), { applyXAxis: g } = $o(e), { applyYAxis: x } = Io(e), { applyLegend: I } = _o(e), { applySeries: $ } = wo(e), S = v(() => {
919
919
  const C = {}, G = r.value.type;
920
920
  return s === "page" ? G === "common" ? f(C) : console.assert(!1) : s === "comp" && G === "common" ? f(C) : console.assert(!1), C;
921
- }), L = oo("chart");
921
+ }), T = oo("chart");
922
922
  let E;
923
923
  const N = () => {
924
- E?.dispose(), E = bo.init(L.value, o.value ? "dark" : "light");
924
+ E?.dispose(), E = bo.init(T.value, o.value ? "dark" : "light");
925
925
  const C = {};
926
926
  E.setOption(C);
927
927
  }, j = () => {
928
928
  E?.resize();
929
929
  }, M = () => {
930
930
  const C = {};
931
- b(C), g(C), v(C), I(C), $(C), E?.setOption(C, !0);
931
+ b(C), g(C), x(C), I(C), $(C), E?.setOption(C, !0);
932
932
  };
933
933
  return ro(async () => {
934
- window.addEventListener("resize", j, !1), await ao(() => !!L.value), N(), M();
934
+ window.addEventListener("resize", j, !1), await ao(() => !!T.value), N(), M();
935
935
  }), Xe(() => {
936
936
  window.removeEventListener("resize", j, !1), E?.dispose();
937
937
  }), oe(
@@ -960,7 +960,7 @@ const pl = /* @__PURE__ */ V({
960
960
  default: k(() => [
961
961
  q("div", {
962
962
  ref: "chart",
963
- style: Z(S.value)
963
+ style: Q(S.value)
964
964
  }, null, 4)
965
965
  ]),
966
966
  _: 1
@@ -975,7 +975,7 @@ const pl = /* @__PURE__ */ V({
975
975
  },
976
976
  setup(t) {
977
977
  const e = t, n = ie(), o = be();
978
- return ei(n, "multipleRef", e.node.basic.id, "", o), Qn(e.refContext.compId, n), (s, r) => (h(), Q("div"));
978
+ return ei(n, "multipleRef", e.node.basic.id, "", o), Qn(e.refContext.compId, n), (s, r) => (h(), ee("div"));
979
979
  }
980
980
  }), yl = /* @__PURE__ */ V({
981
981
  __name: "index",
@@ -987,7 +987,7 @@ const pl = /* @__PURE__ */ V({
987
987
  setup(t) {
988
988
  const { t: e } = go(), n = t, o = ie(), s = be();
989
989
  ei(o, "reference", n.node.basic.id, "", s), Qn(n.refContext.compId, o);
990
- const r = Yo(), { applySize: a } = ye(n), c = x(() => {
990
+ const r = Yo(), { applySize: a } = ye(n), c = v(() => {
991
991
  const u = {};
992
992
  return o.value?.type === "common" && a(u), u;
993
993
  });
@@ -1032,7 +1032,7 @@ const pl = /* @__PURE__ */ V({
1032
1032
  const e = t, { property: n } = l(e, ["settings", "open"]);
1033
1033
  return (o, s) => (h(), _(i(D), null, {
1034
1034
  default: k(() => [
1035
- i(n) ? B(o.$slots, "default", { key: 0 }) : ee("", !0)
1035
+ i(n) ? B(o.$slots, "default", { key: 0 }) : te("", !0)
1036
1036
  ]),
1037
1037
  _: 3
1038
1038
  }));
@@ -1090,7 +1090,7 @@ const pl = /* @__PURE__ */ V({
1090
1090
  "y"
1091
1091
  ]);
1092
1092
  return (c, m) => {
1093
- const d = z("v-badge");
1093
+ const d = A("v-badge");
1094
1094
  return h(), _(i(D), null, {
1095
1095
  default: k(() => [
1096
1096
  R(d, {
@@ -1124,21 +1124,21 @@ const pl = /* @__PURE__ */ V({
1124
1124
  ]), { property: r } = l(e, ["settings", "block"]), { property: a } = l(e, ["settings", "color"]), { color: c } = O(a), { property: m } = l(e, ["settings", "density"]), { property: d } = l(e, [
1125
1125
  "settings",
1126
1126
  "disabled"
1127
- ]), { property: u } = l(e, ["size", "height"]), { property: p } = l(e, ["settings", "loading"]), { property: f } = l(e, ["size", "maxHeight"]), { property: b } = l(e, ["size", "maxWidth"]), { property: g } = l(e, ["size", "minHeight"]), { property: v } = l(e, ["size", "minWidth"]), { property: I } = l(e, [
1127
+ ]), { property: u } = l(e, ["size", "height"]), { property: p } = l(e, ["settings", "loading"]), { property: f } = l(e, ["size", "maxHeight"]), { property: b } = l(e, ["size", "maxWidth"]), { property: g } = l(e, ["size", "minHeight"]), { property: x } = l(e, ["size", "minWidth"]), { property: I } = l(e, [
1128
1128
  "settings",
1129
1129
  "addIcon",
1130
1130
  "prepend"
1131
1131
  ]), { property: $ } = l(e, [
1132
1132
  "settings",
1133
1133
  "readonly"
1134
- ]), { property: S } = l(e, ["settings", "ripple"]), { property: L } = l(e, ["settings", "size"]), { property: E } = l(e, ["settings", "stacked"]), { property: N } = l(e, ["settings", "text"]), { theme: j } = F(), { property: M } = l(e, ["settings", "variant"]), { property: C } = l(e, ["size", "width"]), G = (J) => {
1135
- te(n) && (o.setVariable("__pointerPosX__", J.clientX), o.setVariable("__pointerPosY__", J.clientY), o.callFunction(
1134
+ ]), { property: S } = l(e, ["settings", "ripple"]), { property: T } = l(e, ["settings", "size"]), { property: E } = l(e, ["settings", "stacked"]), { property: N } = l(e, ["settings", "text"]), { theme: j } = F(), { property: M } = l(e, ["settings", "variant"]), { property: C } = l(e, ["size", "width"]), G = (Z) => {
1135
+ ne(n) && (o.setVariable("__pointerPosX__", Z.clientX), o.setVariable("__pointerPosY__", Z.clientY), o.callFunction(
1136
1136
  "__triggerEventV1__",
1137
- ne("elementEvent", e.node.basic.id, "click")
1137
+ J("elementEvent", e.node.basic.id, "click")
1138
1138
  ));
1139
1139
  };
1140
- return (J, re) => {
1141
- const ue = z("v-btn");
1140
+ return (Z, re) => {
1141
+ const ue = A("v-btn");
1142
1142
  return h(), _(i(D), { block: i(r) }, {
1143
1143
  default: k(() => [
1144
1144
  R(ue, {
@@ -1152,11 +1152,11 @@ const pl = /* @__PURE__ */ V({
1152
1152
  "max-height": i(f),
1153
1153
  "max-width": i(b),
1154
1154
  "min-height": i(g),
1155
- "min-width": i(v),
1155
+ "min-width": i(x),
1156
1156
  "prepend-icon": i(I),
1157
1157
  readonly: i($),
1158
1158
  ripple: i(S),
1159
- size: i(L),
1159
+ size: i(T),
1160
1160
  stacked: i(E),
1161
1161
  text: i(N),
1162
1162
  theme: i(j),
@@ -1171,7 +1171,7 @@ const pl = /* @__PURE__ */ V({
1171
1171
  }
1172
1172
  }), gl = {};
1173
1173
  function xl(t, e) {
1174
- const n = z("v-btn-group");
1174
+ const n = A("v-btn-group");
1175
1175
  return h(), _(n, null, {
1176
1176
  default: k(() => [
1177
1177
  B(t.$slots, "default")
@@ -1200,8 +1200,8 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
1200
1200
  "readonly"
1201
1201
  ]), { property: m } = l(e, ["settings", "size"]), { property: d } = l(e, ["settings", "stacked"]), { theme: u } = F(), { property: p } = l(e, ["settings", "tile"]), { property: f } = l(e, ["settings", "variant"]);
1202
1202
  return (b, g) => {
1203
- const v = z("v-btn-toggle");
1204
- return h(), _(v, {
1203
+ const x = A("v-btn-toggle");
1204
+ return h(), _(x, {
1205
1205
  block: i(n),
1206
1206
  disabled: i(o),
1207
1207
  divided: i(s),
@@ -1234,12 +1234,12 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
1234
1234
  ]), { property: s } = l(e, ["size", "height"]), { property: r } = l(e, ["settings", "hover"]), { property: a } = l(e, ["settings", "loading"]), { property: c } = l(e, ["size", "maxHeight"]), { property: m } = l(e, ["size", "maxWidth"]), { property: d } = l(e, ["size", "minHeight"]), { property: u } = l(e, ["size", "minWidth"]), { property: p } = l(e, [
1235
1235
  "settings",
1236
1236
  "subtitle"
1237
- ]), { property: f } = l(e, ["settings", "text"]), { theme: b } = F(), { property: g } = l(e, ["settings", "title"]), { property: v } = l(e, ["settings", "variant"]), { property: I } = l(e, ["size", "width"]);
1237
+ ]), { property: f } = l(e, ["settings", "text"]), { theme: b } = F(), { property: g } = l(e, ["settings", "title"]), { property: x } = l(e, ["settings", "variant"]), { property: I } = l(e, ["size", "width"]);
1238
1238
  return ($, S) => {
1239
- const L = z("v-card");
1239
+ const T = A("v-card");
1240
1240
  return h(), _(i(D), { block: "" }, {
1241
1241
  default: k(() => [
1242
- R(L, {
1242
+ R(T, {
1243
1243
  density: i(n),
1244
1244
  disabled: i(o),
1245
1245
  height: i(s),
@@ -1253,7 +1253,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
1253
1253
  text: i(f),
1254
1254
  theme: i(b),
1255
1255
  title: i(g),
1256
- variant: i(v),
1256
+ variant: i(x),
1257
1257
  width: i(I)
1258
1258
  }, {
1259
1259
  default: k(() => [
@@ -1281,7 +1281,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
1281
1281
  "readonly"
1282
1282
  ]);
1283
1283
  return (s, r) => {
1284
- const a = z("v-checkbox");
1284
+ const a = A("v-checkbox");
1285
1285
  return h(), _(i(D), null, {
1286
1286
  default: k(() => [
1287
1287
  R(a, {
@@ -1309,9 +1309,9 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
1309
1309
  ]), { property: c } = l(e, [
1310
1310
  "settings",
1311
1311
  "draggable"
1312
- ]), { property: m } = l(e, ["settings", "filter"]), { property: d } = l(e, ["settings", "label"]), { property: u } = l(e, ["settings", "size"]), { property: p } = l(e, ["settings", "text"]), { theme: f } = F(), { property: b } = l(e, ["settings", "tile"]), { property: g } = l(e, ["settings", "value"]), { property: v } = l(e, ["settings", "variant"]);
1312
+ ]), { property: m } = l(e, ["settings", "filter"]), { property: d } = l(e, ["settings", "label"]), { property: u } = l(e, ["settings", "size"]), { property: p } = l(e, ["settings", "text"]), { theme: f } = F(), { property: b } = l(e, ["settings", "tile"]), { property: g } = l(e, ["settings", "value"]), { property: x } = l(e, ["settings", "variant"]);
1313
1313
  return (I, $) => {
1314
- const S = z("v-chip");
1314
+ const S = A("v-chip");
1315
1315
  return h(), _(i(D), null, {
1316
1316
  default: k(() => [
1317
1317
  R(S, {
@@ -1327,7 +1327,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
1327
1327
  theme: i(f),
1328
1328
  tile: i(b),
1329
1329
  value: i(g),
1330
- variant: i(v)
1330
+ variant: i(x)
1331
1331
  }, null, 8, ["closable", "color", "density", "disabled", "draggable", "filter", "label", "size", "text", "theme", "tile", "value", "variant"])
1332
1332
  ]),
1333
1333
  _: 1
@@ -1358,7 +1358,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
1358
1358
  "showArrows"
1359
1359
  ]), { theme: d } = F(), { property: u } = l(e, ["settings", "value"]);
1360
1360
  return (p, f) => {
1361
- const b = z("v-chip-group");
1361
+ const b = A("v-chip-group");
1362
1362
  return h(), _(b, {
1363
1363
  modelValue: i(u),
1364
1364
  "onUpdate:modelValue": f[0] || (f[0] = (g) => X(u) ? u.value = g : null),
@@ -1385,9 +1385,9 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
1385
1385
  outer: { type: Boolean }
1386
1386
  },
1387
1387
  setup(t) {
1388
- const e = t, n = fe(), o = ke(), { applySize: s } = ye(e), r = x(() => {
1389
- const g = {}, v = o.value.type;
1390
- return n === "page" ? v === "common" ? s(g) : console.assert(!1) : n === "comp" && v === "common" ? s(g) : console.assert(!1), g;
1388
+ const e = t, n = fe(), o = ke(), { applySize: s } = ye(e), r = v(() => {
1389
+ const g = {}, x = o.value.type;
1390
+ return n === "page" ? x === "common" ? s(g) : console.assert(!1) : n === "comp" && x === "common" ? s(g) : console.assert(!1), g;
1391
1391
  }), { property: a } = l(e, [
1392
1392
  "settings",
1393
1393
  "disabled"
@@ -1410,8 +1410,8 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
1410
1410
  "settings",
1411
1411
  "showSwatches"
1412
1412
  ]), { theme: b } = F();
1413
- return (g, v) => {
1414
- const I = z("v-color-picker");
1413
+ return (g, x) => {
1414
+ const I = A("v-color-picker");
1415
1415
  return h(), _(i(D), null, {
1416
1416
  default: k(() => [
1417
1417
  R(I, {
@@ -1422,7 +1422,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
1422
1422
  "hide-sliders": i(u),
1423
1423
  landscape: i(p),
1424
1424
  "show-swatches": i(f),
1425
- style: Z(r.value),
1425
+ style: Q(r.value),
1426
1426
  theme: i(b)
1427
1427
  }, null, 8, ["disabled", "hide-canvas", "hide-header", "hide-inputs", "hide-sliders", "landscape", "show-swatches", "style", "theme"])
1428
1428
  ]),
@@ -1451,7 +1451,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
1451
1451
  "singleLine"
1452
1452
  ]), { theme: c } = F(), { property: m } = l(e, ["settings", "value"]);
1453
1453
  return (d, u) => {
1454
- const p = z("v-combobox");
1454
+ const p = A("v-combobox");
1455
1455
  return h(), _(i(D), null, {
1456
1456
  default: k(() => [
1457
1457
  R(p, {
@@ -1479,14 +1479,14 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
1479
1479
  const e = t, n = fe(), o = ke(), { property: s } = l(e, [
1480
1480
  "settings",
1481
1481
  "backgroundColor"
1482
- ]), { color: r } = O(s), { applySize: a } = ye(e), { applyMargin: c } = Nn(e), { applyPadding: m } = Gn(e), { applyBorder: d } = Fn(e), u = x(() => {
1482
+ ]), { color: r } = O(s), { applySize: a } = ye(e), { applyMargin: c } = Nn(e), { applyPadding: m } = Gn(e), { applyBorder: d } = Fn(e), u = v(() => {
1483
1483
  const p = {}, f = o.value.type;
1484
1484
  return n === "page" ? f === "common" ? (a(p), c(p), m(p), d(p), r.value && (p.backgroundColor = r.value)) : console.assert(!1) : n === "comp" && f === "common" ? (a(p), c(p), m(p), d(p), r.value && (p.backgroundColor = r.value)) : console.assert(!1), p;
1485
1485
  });
1486
1486
  return (p, f) => (h(), _(i(D), { block: "" }, {
1487
1487
  default: k(() => [
1488
1488
  q("div", {
1489
- style: Z(u.value)
1489
+ style: Q(u.value)
1490
1490
  }, [
1491
1491
  B(p.$slots, "default")
1492
1492
  ], 4)
@@ -1514,14 +1514,14 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
1514
1514
  ), { property: d } = l(e, ["settings", "loading"]), { property: u } = l(e, [
1515
1515
  "settings",
1516
1516
  "multiSort"
1517
- ]), { theme: p } = F(), { property: f } = l(e, ["size", "width"]), b = x(() => {
1517
+ ]), { theme: p } = F(), { property: f } = l(e, ["size", "width"]), b = v(() => {
1518
1518
  const g = [];
1519
1519
  return (e.node.slots?.items ?? []).forEach((I) => {
1520
1520
  I.column && I.comp && g.push(I);
1521
1521
  }), g;
1522
1522
  });
1523
- return (g, v) => {
1524
- const I = z("v-data-table");
1523
+ return (g, x) => {
1524
+ const I = A("v-data-table");
1525
1525
  return h(), _(i(D), { block: "" }, {
1526
1526
  default: k(() => [
1527
1527
  R(I, {
@@ -1557,7 +1557,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
1557
1557
  __name: "index",
1558
1558
  setup(t) {
1559
1559
  return (e, n) => {
1560
- const o = z("v-date-picker");
1560
+ const o = A("v-date-picker");
1561
1561
  return h(), _(i(D), null, {
1562
1562
  default: k(() => [
1563
1563
  R(o)
@@ -1573,23 +1573,23 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
1573
1573
  outer: { type: Boolean }
1574
1574
  },
1575
1575
  setup(t) {
1576
- const e = t, n = H(), o = x(() => e.node.basic?.id), { open: s } = co(`runtimeDlg/${lo()}`);
1576
+ const e = t, n = H(), o = v(() => e.node.basic?.id), { open: s } = co(`runtimeDlg/${lo()}`);
1577
1577
  return je(e, "open", () => {
1578
1578
  s.value = !0;
1579
1579
  }), je(e, "close", () => {
1580
1580
  s.value = !1;
1581
1581
  }), (r, a) => {
1582
- const c = z("v-dialog");
1582
+ const c = A("v-dialog");
1583
1583
  return h(), _(c, {
1584
1584
  modelValue: i(s),
1585
1585
  "onUpdate:modelValue": a[0] || (a[0] = (m) => X(s) ? s.value = m : null),
1586
1586
  attach: "#dialogContainer"
1587
1587
  }, {
1588
1588
  activator: k(() => [
1589
- i(n) === "editor" ? (h(), Q("div", {
1589
+ i(n) === "editor" ? (h(), ee("div", {
1590
1590
  key: 0,
1591
1591
  id: `__node__@${o.value}`
1592
- }, null, 8, zl)) : ee("", !0)
1592
+ }, null, 8, zl)) : te("", !0)
1593
1593
  ]),
1594
1594
  default: k(() => [
1595
1595
  B(r.$slots, "default")
@@ -1622,7 +1622,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
1622
1622
  "singleLine"
1623
1623
  ]);
1624
1624
  return (f, b) => {
1625
- const g = z("v-file-input");
1625
+ const g = A("v-file-input");
1626
1626
  return h(), _(i(D), { block: "" }, {
1627
1627
  default: k(() => [
1628
1628
  R(g, {
@@ -1654,20 +1654,20 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
1654
1654
  "backgroundColor"
1655
1655
  ]), { color: u } = O(d), p = (b) => {
1656
1656
  u.value && (b.backgroundColor = u.value), b.display = "flex";
1657
- const g = Ge(n.value.width), v = Pe(g, e.node.settings?.direction);
1658
- v === "row" ? b.flexDirection = "row" : v === "rowReverse" ? b.flexDirection = "row-reverse" : v === "column" ? b.flexDirection = "column" : v === "columnReverse" && (b.flexDirection = "column-reverse");
1657
+ const g = Ge(n.value.width), x = Pe(g, e.node.settings?.direction);
1658
+ x === "row" ? b.flexDirection = "row" : x === "rowReverse" ? b.flexDirection = "row-reverse" : x === "column" ? b.flexDirection = "column" : x === "columnReverse" && (b.flexDirection = "column-reverse");
1659
1659
  const I = Pe(g, e.node.settings?.wrap);
1660
1660
  I === "no" ? b.flexWrap = "nowrap" : I === "yes" ? b.flexWrap = "wrap" : I === "reverse" && (b.flexWrap = "wrap-reverse");
1661
1661
  const $ = Pe(g, e.node.settings?.mainAlign);
1662
1662
  $ === "start" ? b.justifyContent = "flex-start" : $ === "end" ? b.justifyContent = "flex-end" : $ === "center" ? b.justifyContent = "center" : $ === "spaceBetween" ? b.justifyContent = "space-between" : $ === "spaceAround" ? b.justifyContent = "space-around" : $ === "spaceEvenly" && (b.justifyContent = "space-evenly");
1663
1663
  const S = Pe(g, e.node.settings?.crossAlign);
1664
1664
  S === "start" ? b.alignItems = "flex-start" : S === "end" ? b.alignItems = "flex-end" : S === "center" ? b.alignItems = "center" : S === "baseline" ? b.alignItems = "baseline" : S === "stretch" && (b.alignItems = "stretch");
1665
- }, f = x(() => {
1665
+ }, f = v(() => {
1666
1666
  const b = {}, g = s.value.type;
1667
1667
  return o === "page" ? g === "common" ? (r(b), a(b), c(b), m(b), p(b)) : console.assert(!1) : o === "comp" && g === "common" ? (r(b), a(b), c(b), m(b), p(b)) : console.assert(!1), b;
1668
1668
  });
1669
- return (b, g) => (h(), Q("div", {
1670
- style: Z(f.value)
1669
+ return (b, g) => (h(), ee("div", {
1670
+ style: Q(f.value)
1671
1671
  }, [
1672
1672
  B(b.$slots, "default")
1673
1673
  ], 4));
@@ -1679,12 +1679,12 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
1679
1679
  outer: { type: Boolean }
1680
1680
  },
1681
1681
  setup(t) {
1682
- const e = t, n = fe(), o = ke(), { applySize: s } = ye(e), { property: r } = l(e, ["settings", "grow"]), { property: a } = l(e, ["settings", "shrink"]), c = x(() => {
1682
+ const e = t, n = fe(), o = ke(), { applySize: s } = ye(e), { property: r } = l(e, ["settings", "grow"]), { property: a } = l(e, ["settings", "shrink"]), c = v(() => {
1683
1683
  const m = {}, d = o.value.type;
1684
1684
  return n === "page" ? d === "common" ? (s(m), m.flexGrow = r.value ? 1 : 0, m.flexShrink = a.value ? 1 : 0) : console.assert(!1) : n === "comp" && d === "common" ? (s(m), m.flexGrow = r.value ? 1 : 0, m.flexShrink = a.value ? 1 : 0) : console.assert(!1), m;
1685
1685
  });
1686
- return (m, d) => (h(), Q("div", {
1687
- style: Z(c.value)
1686
+ return (m, d) => (h(), ee("div", {
1687
+ style: Q(c.value)
1688
1688
  }, [
1689
1689
  B(m.$slots, "default")
1690
1690
  ], 4));
@@ -1702,23 +1702,23 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
1702
1702
  ]), { property: m } = l(e, [
1703
1703
  "settings",
1704
1704
  "backgroundColor"
1705
- ]), { color: d } = O(m), { applySize: u } = ye(e), { applyMargin: p } = Nn(e), { applyPadding: f } = Gn(e), { applyBorder: b } = Fn(e), g = x(() => {
1705
+ ]), { color: d } = O(m), { applySize: u } = ye(e), { applyMargin: p } = Nn(e), { applyPadding: f } = Gn(e), { applyBorder: b } = Fn(e), g = v(() => {
1706
1706
  const I = {}, $ = s.value.type;
1707
1707
  return o === "page" ? $ === "common" ? (u(I), p(I), f(I), b(I), d.value && (I.backgroundColor = d.value)) : console.assert(!1) : o === "comp" && $ === "common" ? (u(I), p(I), f(I), b(I), d.value && (I.backgroundColor = d.value)) : console.assert(!1), I;
1708
- }), v = () => {
1709
- te(n) && r.callFunction(
1708
+ }), x = () => {
1709
+ ne(n) && r.callFunction(
1710
1710
  "__triggerEventV1__",
1711
- ne("elementEvent", e.node.basic.id, "submit")
1711
+ J("elementEvent", e.node.basic.id, "submit")
1712
1712
  );
1713
1713
  };
1714
1714
  return (I, $) => {
1715
- const S = z("v-form");
1715
+ const S = A("v-form");
1716
1716
  return h(), _(S, {
1717
1717
  modelValue: i(a),
1718
- "onUpdate:modelValue": $[0] || ($[0] = (L) => X(a) ? a.value = L : null),
1718
+ "onUpdate:modelValue": $[0] || ($[0] = (T) => X(a) ? a.value = T : null),
1719
1719
  "fast-fail": i(c),
1720
- style: Z(g.value),
1721
- onSubmit: Jo(v, ["prevent"])
1720
+ style: Q(g.value),
1721
+ onSubmit: Jo(x, ["prevent"])
1722
1722
  }, {
1723
1723
  default: k(() => [
1724
1724
  B(I.$slots, "default")
@@ -1739,7 +1739,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
1739
1739
  "disabled"
1740
1740
  ]), { property: r } = l(e, ["settings", "icon"]), { property: a } = l(e, ["settings", "size"]), { theme: c } = F();
1741
1741
  return (m, d) => {
1742
- const u = z("v-icon");
1742
+ const u = A("v-icon");
1743
1743
  return h(), _(u, {
1744
1744
  color: i(o),
1745
1745
  disabled: i(s),
@@ -1756,13 +1756,13 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
1756
1756
  outer: { type: Boolean }
1757
1757
  },
1758
1758
  setup(t) {
1759
- const e = t, n = H(), o = be(), s = ie(0), r = ie(0), a = x(() => [s.value, r.value]), c = x(() => e.node.basic?.id), { open: m } = co(`runtimeMenu/${lo()}`);
1759
+ const e = t, n = H(), o = be(), s = ie(0), r = ie(0), a = v(() => [s.value, r.value]), c = v(() => e.node.basic?.id), { open: m } = co(`runtimeMenu/${lo()}`);
1760
1760
  return je(e, "open", () => {
1761
1761
  s.value = o.getVariable("__pointerPosX__"), r.value = o.getVariable("__pointerPosY__"), m.value = !0;
1762
1762
  }), je(e, "close", () => {
1763
1763
  m.value = !1;
1764
1764
  }), (d, u) => {
1765
- const p = z("v-menu");
1765
+ const p = A("v-menu");
1766
1766
  return h(), _(p, {
1767
1767
  modelValue: i(m),
1768
1768
  "onUpdate:modelValue": u[0] || (u[0] = (f) => X(m) ? m.value = f : null),
@@ -1772,10 +1772,10 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
1772
1772
  target: a.value
1773
1773
  }, {
1774
1774
  activator: k(() => [
1775
- i(n) === "editor" ? (h(), Q("div", {
1775
+ i(n) === "editor" ? (h(), ee("div", {
1776
1776
  key: 0,
1777
1777
  id: `__node__@${c.value}`
1778
- }, null, 8, Ml)) : ee("", !0)
1778
+ }, null, 8, Ml)) : te("", !0)
1779
1779
  ]),
1780
1780
  default: k(() => [
1781
1781
  B(d.$slots, "default")
@@ -1811,7 +1811,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
1811
1811
  ]), { property: b } = l(e, [
1812
1812
  "settings",
1813
1813
  "precision"
1814
- ]), { property: g } = l(e, ["settings", "prefix"]), { property: v } = l(e, [
1814
+ ]), { property: g } = l(e, ["settings", "prefix"]), { property: x } = l(e, [
1815
1815
  "settings",
1816
1816
  "addIcon",
1817
1817
  "prepend"
@@ -1822,12 +1822,12 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
1822
1822
  ]), { property: $ } = l(e, [
1823
1823
  "settings",
1824
1824
  "readonly"
1825
- ]), { property: S } = l(e, ["settings", "reverse"]), { property: L } = l(e, [
1825
+ ]), { property: S } = l(e, ["settings", "reverse"]), { property: T } = l(e, [
1826
1826
  "settings",
1827
1827
  "singleLine"
1828
1828
  ]), { property: E } = l(e, ["settings", "step"]), { property: N } = l(e, ["settings", "suffix"]), { theme: j } = F(), { property: M } = l(e, ["settings", "value"]), { property: C } = l(e, ["settings", "variant"]), { property: G } = l(e, ["size", "width"]);
1829
- return (J, re) => {
1830
- const ue = z("v-number-input");
1829
+ return (Z, re) => {
1830
+ const ue = A("v-number-input");
1831
1831
  return h(), _(i(D), { block: "" }, {
1832
1832
  default: k(() => [
1833
1833
  R(ue, {
@@ -1846,11 +1846,11 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
1846
1846
  placeholder: i(f),
1847
1847
  precision: i(b),
1848
1848
  prefix: i(g),
1849
- "prepend-icon": i(v),
1849
+ "prepend-icon": i(x),
1850
1850
  "prepend-inner-icon": i(I),
1851
1851
  readonly: i($),
1852
1852
  reverse: i(S),
1853
- "single-line": i(L),
1853
+ "single-line": i(T),
1854
1854
  step: i(E),
1855
1855
  suffix: i(N),
1856
1856
  theme: i(j),
@@ -1875,24 +1875,24 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
1875
1875
  ]), { property: r } = l(e, ["settings", "length"]), { property: a } = l(e, [
1876
1876
  "settings",
1877
1877
  "showFirstLastPage"
1878
- ]), { property: c } = l(e, ["settings", "size"]), { property: m } = l(e, ["settings", "start"]), { theme: d } = F(), { property: u } = l(e, ["settings", "tile"]), { property: p } = l(e, ["settings", "value"]), { property: f } = l(e, ["settings", "variant"]), b = x(() => {
1878
+ ]), { property: c } = l(e, ["settings", "size"]), { property: m } = l(e, ["settings", "start"]), { theme: d } = F(), { property: u } = l(e, ["settings", "tile"]), { property: p } = l(e, ["settings", "value"]), { property: f } = l(e, ["settings", "variant"]), b = v(() => {
1879
1879
  const g = {};
1880
1880
  return n === "editor" && (g.pointerEvents = "none"), g;
1881
1881
  });
1882
- return (g, v) => {
1883
- const I = z("v-pagination");
1882
+ return (g, x) => {
1883
+ const I = A("v-pagination");
1884
1884
  return h(), _(i(D), { block: "" }, {
1885
1885
  default: k(() => [
1886
1886
  R(I, {
1887
1887
  modelValue: i(p),
1888
- "onUpdate:modelValue": v[0] || (v[0] = ($) => X(p) ? p.value = $ : null),
1888
+ "onUpdate:modelValue": x[0] || (x[0] = ($) => X(p) ? p.value = $ : null),
1889
1889
  density: i(o),
1890
1890
  disabled: i(s),
1891
1891
  length: i(r),
1892
1892
  "show-first-last-page": i(a),
1893
1893
  size: i(c),
1894
1894
  start: i(m),
1895
- style: Z(b.value),
1895
+ style: Q(b.value),
1896
1896
  theme: i(d),
1897
1897
  tile: i(u),
1898
1898
  variant: i(f)
@@ -1917,7 +1917,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
1917
1917
  "readonly"
1918
1918
  ]), { theme: m } = F(), { property: d } = l(e, ["settings", "value"]);
1919
1919
  return (u, p) => {
1920
- const f = z("v-radio");
1920
+ const f = A("v-radio");
1921
1921
  return h(), _(f, {
1922
1922
  color: i(o),
1923
1923
  density: i(s),
@@ -1947,7 +1947,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
1947
1947
  "readonly"
1948
1948
  ]), { theme: c } = F(), { property: m } = l(e, ["settings", "value"]);
1949
1949
  return (d, u) => {
1950
- const p = z("v-radio-group");
1950
+ const p = A("v-radio-group");
1951
1951
  return h(), _(i(D), null, {
1952
1952
  default: k(() => [
1953
1953
  R(p, {
@@ -1992,7 +1992,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
1992
1992
  ]), { property: u } = l(e, [
1993
1993
  "settings",
1994
1994
  "showTicks"
1995
- ]), p = x(() => {
1995
+ ]), p = v(() => {
1996
1996
  if (u.value === "always")
1997
1997
  return "always";
1998
1998
  if (u.value === "show")
@@ -2000,7 +2000,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
2000
2000
  }), { property: f } = l(e, ["settings", "step"]), { theme: b } = F(), { property: g } = l(e, [
2001
2001
  "settings",
2002
2002
  "thumbLabel"
2003
- ]), v = x(() => {
2003
+ ]), x = v(() => {
2004
2004
  if (g.value === "always")
2005
2005
  return "always";
2006
2006
  if (g.value === "show")
@@ -2008,7 +2008,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
2008
2008
  }), { property: I } = l(e, [
2009
2009
  "settings",
2010
2010
  "thumbSize"
2011
- ]), { property: $ } = l(e, ["settings", "ticks"]), S = x(() => {
2011
+ ]), { property: $ } = l(e, ["settings", "ticks"]), S = v(() => {
2012
2012
  if (!$.value)
2013
2013
  return;
2014
2014
  const M = {};
@@ -2016,7 +2016,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
2016
2016
  M[C] = G;
2017
2017
  if (!ho(M))
2018
2018
  return M;
2019
- }), { property: L } = l(e, [
2019
+ }), { property: T } = l(e, [
2020
2020
  "settings",
2021
2021
  "tickSize"
2022
2022
  ]), { property: E } = l(e, [
@@ -2027,19 +2027,19 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
2027
2027
  "settings",
2028
2028
  "value",
2029
2029
  "end"
2030
- ]), j = x({
2030
+ ]), j = v({
2031
2031
  get: () => [E.value, N.value],
2032
2032
  set: ([M, C]) => {
2033
2033
  E.value = M, N.value = C;
2034
2034
  }
2035
2035
  });
2036
2036
  return (M, C) => {
2037
- const G = z("v-range-slider");
2037
+ const G = A("v-range-slider");
2038
2038
  return h(), _(i(D), { block: "" }, {
2039
2039
  default: k(() => [
2040
2040
  R(G, {
2041
2041
  modelValue: j.value,
2042
- "onUpdate:modelValue": C[0] || (C[0] = (J) => j.value = J),
2042
+ "onUpdate:modelValue": C[0] || (C[0] = (Z) => j.value = Z),
2043
2043
  density: i(n),
2044
2044
  direction: i(o),
2045
2045
  disabled: i(s),
@@ -2051,9 +2051,9 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
2051
2051
  "show-ticks": p.value,
2052
2052
  step: i(f),
2053
2053
  theme: i(b),
2054
- "thumb-label": v.value,
2054
+ "thumb-label": x.value,
2055
2055
  "thumb-size": i(I),
2056
- "tick-size": i(L),
2056
+ "tick-size": i(T),
2057
2057
  ticks: S.value
2058
2058
  }, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "label", "max", "min", "readonly", "show-ticks", "step", "theme", "thumb-label", "thumb-size", "tick-size", "ticks"])
2059
2059
  ]),
@@ -2082,7 +2082,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
2082
2082
  "readonly"
2083
2083
  ]), { theme: d } = F(), { property: u } = l(e, ["settings", "value"]);
2084
2084
  return (p, f) => {
2085
- const b = z("v-rating");
2085
+ const b = A("v-rating");
2086
2086
  return h(), _(i(D), null, {
2087
2087
  default: k(() => [
2088
2088
  R(b, {
@@ -2123,7 +2123,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
2123
2123
  "singleLine"
2124
2124
  ]), { theme: c } = F(), { property: m } = l(e, ["settings", "value"]);
2125
2125
  return (d, u) => {
2126
- const p = z("v-select");
2126
+ const p = A("v-select");
2127
2127
  return h(), _(i(D), { block: "" }, {
2128
2128
  default: k(() => [
2129
2129
  R(p, {
@@ -2163,18 +2163,18 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
2163
2163
  ]), { property: p } = l(e, ["settings", "reverse"]), { property: f } = l(e, [
2164
2164
  "settings",
2165
2165
  "showTicks"
2166
- ]), b = x(() => {
2166
+ ]), b = v(() => {
2167
2167
  if (f.value === "always")
2168
2168
  return "always";
2169
2169
  if (f.value === "show")
2170
2170
  return !0;
2171
- }), { property: g } = l(e, ["settings", "step"]), { theme: v } = F(), { property: I } = l(e, [
2171
+ }), { property: g } = l(e, ["settings", "step"]), { theme: x } = F(), { property: I } = l(e, [
2172
2172
  "settings",
2173
2173
  "thumbColor"
2174
2174
  ]), { color: $ } = O(I), { property: S } = l(e, [
2175
2175
  "settings",
2176
2176
  "thumbLabel"
2177
- ]), L = x(() => {
2177
+ ]), T = v(() => {
2178
2178
  if (S.value === "always")
2179
2179
  return "always";
2180
2180
  if (S.value === "show")
@@ -2182,7 +2182,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
2182
2182
  }), { property: E } = l(e, [
2183
2183
  "settings",
2184
2184
  "thumbSize"
2185
- ]), { property: N } = l(e, ["settings", "ticks"]), j = x(() => {
2185
+ ]), { property: N } = l(e, ["settings", "ticks"]), j = v(() => {
2186
2186
  if (!N.value)
2187
2187
  return;
2188
2188
  const pe = {};
@@ -2196,17 +2196,17 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
2196
2196
  ]), { property: C } = l(e, [
2197
2197
  "settings",
2198
2198
  "trackColor"
2199
- ]), { color: G } = O(C), { property: J } = l(e, ["settings", "value"]), { property: re } = l(e, ["slots", "append"]), { property: ue } = l(e, [
2199
+ ]), { color: G } = O(C), { property: Z } = l(e, ["settings", "value"]), { property: re } = l(e, ["slots", "append"]), { property: ue } = l(e, [
2200
2200
  "slots",
2201
2201
  "prepend"
2202
2202
  ]);
2203
2203
  return (pe, De) => {
2204
- const Zt = z("v-slider");
2204
+ const Zt = A("v-slider");
2205
2205
  return h(), _(i(D), { block: "" }, {
2206
2206
  default: k(() => [
2207
2207
  R(Zt, {
2208
- modelValue: i(J),
2209
- "onUpdate:modelValue": De[0] || (De[0] = (Uo) => X(J) ? J.value = Uo : null),
2208
+ modelValue: i(Z),
2209
+ "onUpdate:modelValue": De[0] || (De[0] = (Uo) => X(Z) ? Z.value = Uo : null),
2210
2210
  color: i(o),
2211
2211
  direction: i(s),
2212
2212
  disabled: i(r),
@@ -2218,9 +2218,9 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
2218
2218
  reverse: i(p),
2219
2219
  "show-ticks": b.value,
2220
2220
  step: i(g),
2221
- theme: i(v),
2221
+ theme: i(x),
2222
2222
  "thumb-color": i($),
2223
- "thumb-label": L.value,
2223
+ "thumb-label": T.value,
2224
2224
  "thumb-size": i(E),
2225
2225
  "tick-size": i(M),
2226
2226
  ticks: j.value,
@@ -2266,7 +2266,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
2266
2266
  "hideActions"
2267
2267
  ]), { theme: o } = F(), { property: s } = l(e, ["settings", "value"]);
2268
2268
  return (r, a) => {
2269
- const c = z("v-stepper");
2269
+ const c = A("v-stepper");
2270
2270
  return h(), _(c, {
2271
2271
  modelValue: i(s),
2272
2272
  "onUpdate:modelValue": a[0] || (a[0] = (m) => X(s) ? s.value = m : null),
@@ -2282,7 +2282,7 @@ const vl = /* @__PURE__ */ Se(gl, [["render", xl]]), kl = /* @__PURE__ */ V({
2282
2282
  }
2283
2283
  }), Yl = {};
2284
2284
  function ql(t, e) {
2285
- const n = z("v-stepper-header");
2285
+ const n = A("v-stepper-header");
2286
2286
  return h(), _(n, null, {
2287
2287
  default: k(() => [
2288
2288
  B(t.$slots, "default")
@@ -2299,7 +2299,7 @@ const Jl = /* @__PURE__ */ Se(Yl, [["render", ql]]), Zl = /* @__PURE__ */ V({
2299
2299
  setup(t) {
2300
2300
  const e = t, { property: n } = l(e, ["settings", "value"]);
2301
2301
  return (o, s) => {
2302
- const r = z("v-stepper-item");
2302
+ const r = A("v-stepper-item");
2303
2303
  return h(), _(r, { value: i(n) }, {
2304
2304
  default: k(() => [
2305
2305
  B(o.$slots, "default")
@@ -2310,7 +2310,7 @@ const Jl = /* @__PURE__ */ Se(Yl, [["render", ql]]), Zl = /* @__PURE__ */ V({
2310
2310
  }
2311
2311
  }), Ql = {};
2312
2312
  function ea(t, e) {
2313
- const n = z("v-stepper-window");
2313
+ const n = A("v-stepper-window");
2314
2314
  return h(), _(n, null, {
2315
2315
  default: k(() => [
2316
2316
  B(t.$slots, "default")
@@ -2327,7 +2327,7 @@ const ta = /* @__PURE__ */ Se(Ql, [["render", ea]]), na = /* @__PURE__ */ V({
2327
2327
  setup(t) {
2328
2328
  const e = t, { property: n } = l(e, ["settings", "value"]);
2329
2329
  return (o, s) => {
2330
- const r = z("v-stepper-window-item");
2330
+ const r = A("v-stepper-window-item");
2331
2331
  return h(), _(r, { value: i(n) }, {
2332
2332
  default: k(() => [
2333
2333
  B(o.$slots, "default")
@@ -2357,10 +2357,10 @@ const ta = /* @__PURE__ */ Se(Ql, [["render", ea]]), na = /* @__PURE__ */ V({
2357
2357
  "indeterminate"
2358
2358
  ]), { property: c } = l(e, ["settings", "inline"]), { property: m } = l(e, ["settings", "inset"]), { property: d } = l(e, ["settings", "label"]), { property: u } = l(e, ["settings", "loading"]), { theme: p } = F(), { property: f } = l(e, ["settings", "value"]);
2359
2359
  return (b, g) => {
2360
- const v = z("v-switch");
2360
+ const x = A("v-switch");
2361
2361
  return h(), _(i(D), { "fit-content": !0 }, {
2362
2362
  default: k(() => [
2363
- R(v, {
2363
+ R(x, {
2364
2364
  modelValue: i(f),
2365
2365
  "onUpdate:modelValue": g[0] || (g[0] = (I) => X(f) ? f.value = I : null),
2366
2366
  density: i(n),
@@ -2386,16 +2386,16 @@ const ta = /* @__PURE__ */ Se(Ql, [["render", ea]]), na = /* @__PURE__ */ V({
2386
2386
  outer: { type: Boolean }
2387
2387
  },
2388
2388
  setup(t) {
2389
- const e = t, n = H(), { property: o } = l(e, ["settings", "text"]), { theme: s } = F(), { property: r } = l(e, ["settings", "value"]), a = x(() => {
2389
+ const e = t, n = H(), { property: o } = l(e, ["settings", "text"]), { theme: s } = F(), { property: r } = l(e, ["settings", "value"]), a = v(() => {
2390
2390
  const c = {};
2391
2391
  return n === "editor" && (c.pointerEvents = "none"), c;
2392
2392
  });
2393
2393
  return (c, m) => {
2394
- const d = z("v-tab");
2394
+ const d = A("v-tab");
2395
2395
  return h(), _(i(D), null, {
2396
2396
  default: k(() => [
2397
2397
  R(d, {
2398
- style: Z(a.value),
2398
+ style: Q(a.value),
2399
2399
  text: i(o),
2400
2400
  theme: i(s),
2401
2401
  value: i(r)
@@ -2438,7 +2438,7 @@ const ta = /* @__PURE__ */ Se(Ql, [["render", ea]]), na = /* @__PURE__ */ V({
2438
2438
  ]), { property: f } = l(e, ["settings", "grow"]), { property: b } = l(e, [
2439
2439
  "settings",
2440
2440
  "hideSlider"
2441
- ]), { property: g } = l(e, ["settings", "items"]), { property: v } = l(e, [
2441
+ ]), { property: g } = l(e, ["settings", "items"]), { property: x } = l(e, [
2442
2442
  "settings",
2443
2443
  "mandatory"
2444
2444
  ]), { property: I } = l(e, [
@@ -2448,9 +2448,9 @@ const ta = /* @__PURE__ */ Se(Ql, [["render", ea]]), na = /* @__PURE__ */ V({
2448
2448
  "settings",
2449
2449
  "color",
2450
2450
  "sliderColor"
2451
- ]), { color: S } = O($), { property: L } = l(e, ["settings", "stacked"]), { theme: E } = F(), { property: N } = l(e, ["settings", "value"]);
2451
+ ]), { color: S } = O($), { property: T } = l(e, ["settings", "stacked"]), { theme: E } = F(), { property: N } = l(e, ["settings", "value"]);
2452
2452
  return (j, M) => {
2453
- const C = z("v-tabs");
2453
+ const C = A("v-tabs");
2454
2454
  return h(), _(i(D), { block: "" }, {
2455
2455
  default: k(() => [
2456
2456
  R(C, {
@@ -2467,10 +2467,10 @@ const ta = /* @__PURE__ */ Se(Ql, [["render", ea]]), na = /* @__PURE__ */ V({
2467
2467
  grow: i(f),
2468
2468
  "hide-slider": i(b),
2469
2469
  items: i(g),
2470
- mandatory: i(v),
2470
+ mandatory: i(x),
2471
2471
  "show-arrows": i(I),
2472
2472
  "slider-color": i(S),
2473
- stacked: i(L),
2473
+ stacked: i(T),
2474
2474
  theme: i(E)
2475
2475
  }, {
2476
2476
  default: k(() => [
@@ -2496,7 +2496,7 @@ const ta = /* @__PURE__ */ Se(Ql, [["render", ea]]), na = /* @__PURE__ */ V({
2496
2496
  ]), { property: r } = l(e, [
2497
2497
  "settings",
2498
2498
  "emphasis"
2499
- ]), { property: a } = l(e, ["settings", "italic"]), { property: c } = l(e, ["settings", "text"]), { property: m } = l(e, ["settings", "weight"]), d = x(() => {
2499
+ ]), { property: a } = l(e, ["settings", "italic"]), { property: c } = l(e, ["settings", "text"]), { property: m } = l(e, ["settings", "weight"]), d = v(() => {
2500
2500
  const u = [], p = Ge(n.value.width), f = Pe(p, e.node.settings?.style);
2501
2501
  return f && u.push(`text-${f}`), r.value === "high" ? u.push("text-high-emphasis") : r.value === "medium" ? u.push("text-medium-emphasis") : r.value === "disabled" && u.push("text-disabled"), o.value && u.push(`font-${o.value}`), s.value && u.push(`text-decoration-${s.value}`), m.value && u.push(`font-weight-${m.value}`), a.value && u.push("font-italic"), u.join(" ");
2502
2502
  });
@@ -2534,14 +2534,14 @@ const ta = /* @__PURE__ */ Se(Ql, [["render", ea]]), na = /* @__PURE__ */ V({
2534
2534
  ]), { property: p } = l(e, ["settings", "reverse"]), { property: f } = l(e, ["settings", "rows"]), { property: b } = l(e, [
2535
2535
  "settings",
2536
2536
  "singleLine"
2537
- ]), { theme: g } = F(), { property: v } = l(e, ["settings", "value"]), { property: I } = l(e, ["settings", "variant"]);
2537
+ ]), { theme: g } = F(), { property: x } = l(e, ["settings", "value"]), { property: I } = l(e, ["settings", "variant"]);
2538
2538
  return ($, S) => {
2539
- const L = z("v-textarea");
2539
+ const T = A("v-textarea");
2540
2540
  return h(), _(i(D), { block: "" }, {
2541
2541
  default: k(() => [
2542
- R(L, {
2543
- modelValue: i(v),
2544
- "onUpdate:modelValue": S[0] || (S[0] = (E) => X(v) ? v.value = E : null),
2542
+ R(T, {
2543
+ modelValue: i(x),
2544
+ "onUpdate:modelValue": S[0] || (S[0] = (E) => X(x) ? x.value = E : null),
2545
2545
  "auto-grow": i(n),
2546
2546
  clearable: i(o),
2547
2547
  density: i(s),
@@ -2596,13 +2596,13 @@ const ta = /* @__PURE__ */ Se(Ql, [["render", ea]]), na = /* @__PURE__ */ V({
2596
2596
  ]), { property: g } = l(e, [
2597
2597
  "settings",
2598
2598
  "prependInnerIcon"
2599
- ]), { property: v } = l(e, [
2599
+ ]), { property: x } = l(e, [
2600
2600
  "settings",
2601
2601
  "readonly"
2602
2602
  ]), { property: I } = l(e, ["settings", "reverse"]), { property: $ } = l(e, [
2603
2603
  "settings",
2604
2604
  "singleLine"
2605
- ]), { property: S } = l(e, ["settings", "suffix"]), { theme: L } = F(), { property: E } = l(e, ["settings", "value"]), { property: N } = l(e, ["settings", "variant"]), { property: j } = l(e, ["slots", "append"]), { property: M } = l(e, [
2605
+ ]), { property: S } = l(e, ["settings", "suffix"]), { theme: T } = F(), { property: E } = l(e, ["settings", "value"]), { property: N } = l(e, ["settings", "variant"]), { property: j } = l(e, ["slots", "append"]), { property: M } = l(e, [
2606
2606
  "slots",
2607
2607
  "appendInner"
2608
2608
  ]), { property: C } = l(e, [
@@ -2612,8 +2612,8 @@ const ta = /* @__PURE__ */ Se(Ql, [["render", ea]]), na = /* @__PURE__ */ V({
2612
2612
  "slots",
2613
2613
  "prependInner"
2614
2614
  ]);
2615
- return (J, re) => {
2616
- const ue = z("v-text-field");
2615
+ return (Z, re) => {
2616
+ const ue = A("v-text-field");
2617
2617
  return h(), _(i(D), { block: "" }, {
2618
2618
  default: k(() => [
2619
2619
  R(ue, {
@@ -2632,11 +2632,11 @@ const ta = /* @__PURE__ */ Se(Ql, [["render", ea]]), na = /* @__PURE__ */ V({
2632
2632
  prefix: i(f),
2633
2633
  "prepend-icon": i(b),
2634
2634
  "prepend-inner-icon": i(g),
2635
- readonly: i(v),
2635
+ readonly: i(x),
2636
2636
  reverse: i(I),
2637
2637
  "single-line": i($),
2638
2638
  suffix: i(S),
2639
- theme: i(L),
2639
+ theme: i(T),
2640
2640
  variant: i(N)
2641
2641
  }, Wn({ _: 2 }, [
2642
2642
  i(j) ? {
@@ -2726,9 +2726,9 @@ const ta = /* @__PURE__ */ Se(Ql, [["render", ea]]), na = /* @__PURE__ */ V({
2726
2726
  "settings",
2727
2727
  "line",
2728
2728
  "truncate"
2729
- ]), { theme: v } = F();
2729
+ ]), { theme: x } = F();
2730
2730
  return (I, $) => {
2731
- const S = z("v-timeline");
2731
+ const S = A("v-timeline");
2732
2732
  return h(), _(S, {
2733
2733
  align: i(n),
2734
2734
  density: i(o),
@@ -2740,7 +2740,7 @@ const ta = /* @__PURE__ */ Se(Ql, [["render", ea]]), na = /* @__PURE__ */ V({
2740
2740
  "line-inset": i(p),
2741
2741
  "line-thickness": i(f),
2742
2742
  side: i(b),
2743
- theme: i(v),
2743
+ theme: i(x),
2744
2744
  "truncate-line": i(g)
2745
2745
  }, {
2746
2746
  default: k(() => [
@@ -2752,7 +2752,7 @@ const ta = /* @__PURE__ */ Se(Ql, [["render", ea]]), na = /* @__PURE__ */ V({
2752
2752
  }
2753
2753
  }), ua = {};
2754
2754
  function pa(t, e) {
2755
- const n = z("v-timeline-item");
2755
+ const n = A("v-timeline-item");
2756
2756
  return h(), _(n, null, {
2757
2757
  default: k(() => [
2758
2758
  B(t.$slots, "default")
@@ -2781,7 +2781,7 @@ const ma = /* @__PURE__ */ Se(ua, [["render", pa]]), da = /* @__PURE__ */ V({
2781
2781
  "showArrows"
2782
2782
  ]), { property: c } = l(e, ["settings", "touch"]), { theme: m } = F(), { property: d } = l(e, ["settings", "value"]);
2783
2783
  return (u, p) => {
2784
- const f = z("v-window");
2784
+ const f = A("v-window");
2785
2785
  return h(), _(f, {
2786
2786
  modelValue: i(d),
2787
2787
  "onUpdate:modelValue": p[0] || (p[0] = (b) => X(d) ? d.value = b : null),
@@ -2802,7 +2802,7 @@ const ma = /* @__PURE__ */ Se(ua, [["render", pa]]), da = /* @__PURE__ */ V({
2802
2802
  }
2803
2803
  }), ya = {};
2804
2804
  function fa(t, e) {
2805
- const n = z("v-window-item");
2805
+ const n = A("v-window-item");
2806
2806
  return h(), _(n, null, {
2807
2807
  default: k(() => [
2808
2808
  B(t.$slots, "default")
@@ -3349,19 +3349,19 @@ const ka = /* @__PURE__ */ V({
3349
3349
  __name: "index",
3350
3350
  setup(t) {
3351
3351
  const e = H();
3352
- return (n, o) => i(e) !== "editor" ? (h(), _(i(hr), { key: 0 })) : ee("", !0);
3352
+ return (n, o) => i(e) !== "editor" ? (h(), _(i(hr), { key: 0 })) : te("", !0);
3353
3353
  }
3354
3354
  }), _a = /* @__PURE__ */ V({
3355
3355
  __name: "index",
3356
3356
  setup(t) {
3357
3357
  const e = H();
3358
- return (n, o) => i(e) !== "editor" ? (h(), _(i(gr), { key: 0 })) : ee("", !0);
3358
+ return (n, o) => i(e) !== "editor" ? (h(), _(i(gr), { key: 0 })) : te("", !0);
3359
3359
  }
3360
3360
  }), wa = /* @__PURE__ */ V({
3361
3361
  __name: "index",
3362
3362
  setup(t) {
3363
3363
  const e = H();
3364
- return (n, o) => i(e) !== "editor" ? (h(), _(i(xr), { key: 0 })) : ee("", !0);
3364
+ return (n, o) => i(e) !== "editor" ? (h(), _(i(xr), { key: 0 })) : te("", !0);
3365
3365
  }
3366
3366
  }), Va = {
3367
3367
  key: xt,
@@ -3406,7 +3406,7 @@ const Ia = {
3406
3406
  };
3407
3407
  w(Ia);
3408
3408
  function Sa(t, e) {
3409
- const n = `type=${t} subtype=${e}`, o = A(t, e);
3409
+ const n = `type=${t} subtype=${e}`, o = L(t, e);
3410
3410
  if (!o) {
3411
3411
  console.error(`boxGeometryV1/spawn property tag not found, ${n}`);
3412
3412
  return;
@@ -3417,7 +3417,7 @@ function Sa(t, e) {
3417
3417
  return;
3418
3418
  }
3419
3419
  const r = {};
3420
- return T(r, s), r.basic.id = P(16), r.basic.key = Ee.key, r.transform = {
3420
+ return z(r, s), r.basic.id = P(16), r.basic.key = Ee.key, r.transform = {
3421
3421
  position: {
3422
3422
  x: 0,
3423
3423
  y: 0,
@@ -3439,7 +3439,7 @@ function Sa(t, e) {
3439
3439
  ], r;
3440
3440
  }
3441
3441
  function Ca(t, e) {
3442
- const n = `type=${t} subtype=${e}`, o = A(t, e);
3442
+ const n = `type=${t} subtype=${e}`, o = L(t, e);
3443
3443
  if (!o) {
3444
3444
  console.error(
3445
3445
  `boxGeometryV1/spawnBoxGeometry property tag not found, ${n}`
@@ -3454,7 +3454,7 @@ function Ca(t, e) {
3454
3454
  return;
3455
3455
  }
3456
3456
  const r = {};
3457
- return T(r, s), r.basic.id = P(16), r.basic.key = an.key, r.settings = {
3457
+ return z(r, s), r.basic.id = P(16), r.basic.key = an.key, r.settings = {
3458
3458
  width: 1,
3459
3459
  height: 1,
3460
3460
  depth: 1,
@@ -3464,7 +3464,7 @@ function Ca(t, e) {
3464
3464
  }, r;
3465
3465
  }
3466
3466
  function Pa(t, e) {
3467
- const n = `type=${t} subtype=${e}`, o = A(t, e);
3467
+ const n = `type=${t} subtype=${e}`, o = L(t, e);
3468
3468
  if (!o) {
3469
3469
  console.error(
3470
3470
  `boxGeometryV1/spawnMeshBasicMaterial property tag not found, ${n}`
@@ -3479,7 +3479,7 @@ function Pa(t, e) {
3479
3479
  return;
3480
3480
  }
3481
3481
  const r = {};
3482
- return T(r, s), r.basic.id = P(16), r.basic.key = Le.key, r;
3482
+ return z(r, s), r.basic.id = P(16), r.basic.key = Le.key, r;
3483
3483
  }
3484
3484
  const ri = {
3485
3485
  key: "settings",
@@ -3541,7 +3541,7 @@ const ri = {
3541
3541
  };
3542
3542
  w(an);
3543
3543
  function Ta(t, e) {
3544
- const n = `type=${t} subtype=${e}`, o = A(t, e);
3544
+ const n = `type=${t} subtype=${e}`, o = L(t, e);
3545
3545
  if (!o) {
3546
3546
  console.error(`sphereGeometryV1/spawn property tag not found, ${n}`);
3547
3547
  return;
@@ -3552,7 +3552,7 @@ function Ta(t, e) {
3552
3552
  return;
3553
3553
  }
3554
3554
  const r = {};
3555
- return T(r, s), r.basic.id = P(16), r.basic.key = Ee.key, r.transform = {
3555
+ return z(r, s), r.basic.id = P(16), r.basic.key = Ee.key, r.transform = {
3556
3556
  position: {
3557
3557
  x: 0,
3558
3558
  y: 0,
@@ -3574,7 +3574,7 @@ function Ta(t, e) {
3574
3574
  ], r;
3575
3575
  }
3576
3576
  function za(t, e) {
3577
- const n = `type=${t} subtype=${e}`, o = A(t, e);
3577
+ const n = `type=${t} subtype=${e}`, o = L(t, e);
3578
3578
  if (!o) {
3579
3579
  console.error(
3580
3580
  `sphereGeometryV1/spawnSphereGeometry property tag not found, ${n}`
@@ -3589,7 +3589,7 @@ function za(t, e) {
3589
3589
  return;
3590
3590
  }
3591
3591
  const r = {};
3592
- return T(r, s), r.basic.id = P(16), r.basic.key = cn.key, r.settings = {
3592
+ return z(r, s), r.basic.id = P(16), r.basic.key = cn.key, r.settings = {
3593
3593
  radius: 1,
3594
3594
  widthSegements: 32,
3595
3595
  heightSegements: 16,
@@ -3600,7 +3600,7 @@ function za(t, e) {
3600
3600
  }, r;
3601
3601
  }
3602
3602
  function Aa(t, e) {
3603
- const n = `type=${t} subtype=${e}`, o = A(t, e);
3603
+ const n = `type=${t} subtype=${e}`, o = L(t, e);
3604
3604
  if (!o) {
3605
3605
  console.error(
3606
3606
  `sphereGeometryV1/spawnMeshBasicMaterial property tag not found, ${n}`
@@ -3615,7 +3615,7 @@ function Aa(t, e) {
3615
3615
  return;
3616
3616
  }
3617
3617
  const r = {};
3618
- return T(r, s), r.basic.id = P(16), r.basic.key = Le.key, r;
3618
+ return z(r, s), r.basic.id = P(16), r.basic.key = Le.key, r;
3619
3619
  }
3620
3620
  const si = {
3621
3621
  key: "settings",
@@ -3890,7 +3890,7 @@ const Ee = {
3890
3890
  };
3891
3891
  w(Ee);
3892
3892
  function Ma(t, e) {
3893
- const n = `type=${t} subtype=${e}`, o = A(t, e);
3893
+ const n = `type=${t} subtype=${e}`, o = L(t, e);
3894
3894
  if (!o) {
3895
3895
  console.error(`barChartV1/spawn property tag not found, ${n}`);
3896
3896
  return;
@@ -3901,7 +3901,7 @@ function Ma(t, e) {
3901
3901
  return;
3902
3902
  }
3903
3903
  const r = {};
3904
- return T(r, s), r.basic.id = P(16), r.basic.key = un.key, r.size.height = "300px", r.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], r.series = [
3904
+ return z(r, s), r.basic.id = P(16), r.basic.key = un.key, r.size.height = "300px", r.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], r.series = [
3905
3905
  {
3906
3906
  type: "bar",
3907
3907
  data: [120, 200, 150, 80, 70, 110, 130]
@@ -3945,7 +3945,7 @@ const pi = {
3945
3945
  };
3946
3946
  w(un);
3947
3947
  function Da(t, e) {
3948
- const n = `type=${t} subtype=${e}`, o = A(t, e);
3948
+ const n = `type=${t} subtype=${e}`, o = L(t, e);
3949
3949
  if (!o) {
3950
3950
  console.error(`lineChartV1/spawn property tag not found, ${n}`);
3951
3951
  return;
@@ -3956,7 +3956,7 @@ function Da(t, e) {
3956
3956
  return;
3957
3957
  }
3958
3958
  const r = {};
3959
- return T(r, s), r.basic.id = P(16), r.basic.key = pn.key, r.size.height = "300px", r.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], r.series = [
3959
+ return z(r, s), r.basic.id = P(16), r.basic.key = pn.key, r.size.height = "300px", r.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], r.series = [
3960
3960
  {
3961
3961
  type: "line",
3962
3962
  data: [120, 200, 150, 80, 70, 110, 130]
@@ -4170,7 +4170,7 @@ const hi = {
4170
4170
  slots: []
4171
4171
  };
4172
4172
  function Ha(t, e) {
4173
- const n = `type=${t} subtype=${e}`, o = A(t, e);
4173
+ const n = `type=${t} subtype=${e}`, o = L(t, e);
4174
4174
  if (!o) {
4175
4175
  console.error(`btnV1/spawn property tag not found, ${n}`);
4176
4176
  return;
@@ -4181,7 +4181,7 @@ function Ha(t, e) {
4181
4181
  return;
4182
4182
  }
4183
4183
  const r = {};
4184
- return T(r, s), r.basic.id = P(16), r.basic.key = mn.key, r.settings.text = "button", r;
4184
+ return z(r, s), r.basic.id = P(16), r.basic.key = mn.key, r.settings.text = "button", r;
4185
4185
  }
4186
4186
  const Oa = W(K), gi = {
4187
4187
  key: "settings",
@@ -4379,7 +4379,7 @@ const xi = {
4379
4379
  };
4380
4380
  w(Ua);
4381
4381
  function Xa(t, e) {
4382
- const n = `type=${t} subtype=${e}`, o = A(t, e);
4382
+ const n = `type=${t} subtype=${e}`, o = L(t, e);
4383
4383
  if (!o) {
4384
4384
  console.error(`cardV1/spawn property tag not found, ${n}`);
4385
4385
  return;
@@ -4390,7 +4390,7 @@ function Xa(t, e) {
4390
4390
  return;
4391
4391
  }
4392
4392
  const r = {};
4393
- return T(r, s), r.basic.id = P(16), r.basic.key = Be.key, r.children = [], r.settings.title = "title", r.settings.subtitle = "subtitle", r.settings.text = "text", r;
4393
+ return z(r, s), r.basic.id = P(16), r.basic.key = Be.key, r.children = [], r.settings.title = "title", r.settings.subtitle = "subtitle", r.settings.text = "text", r;
4394
4394
  }
4395
4395
  const vi = {
4396
4396
  key: "settings",
@@ -4582,7 +4582,7 @@ const qa = W(K), _i = {
4582
4582
  };
4583
4583
  w(dn);
4584
4584
  function Ja(t, e) {
4585
- const n = `type=${t} subtype=${e}`, o = A(t, e);
4585
+ const n = `type=${t} subtype=${e}`, o = L(t, e);
4586
4586
  if (!o) {
4587
4587
  console.error(`chipGroupV1/spawn property tag not found, ${n}`);
4588
4588
  return;
@@ -4593,7 +4593,7 @@ function Ja(t, e) {
4593
4593
  return;
4594
4594
  }
4595
4595
  const r = {};
4596
- return T(r, s), r.basic.id = P(16), r.basic.key = yn.key, r.children = [
4596
+ return z(r, s), r.basic.id = P(16), r.basic.key = yn.key, r.children = [
4597
4597
  _e(t, e, "chip1", "chip 1"),
4598
4598
  _e(t, e, "chip2", "chip 2"),
4599
4599
  _e(t, e, "chip3", "chip 3"),
@@ -4603,7 +4603,7 @@ function Ja(t, e) {
4603
4603
  ], r;
4604
4604
  }
4605
4605
  function _e(t, e, n, o) {
4606
- const s = `type=${t} subtype=${e}`, r = A(t, e);
4606
+ const s = `type=${t} subtype=${e}`, r = L(t, e);
4607
4607
  if (!r) {
4608
4608
  console.error(`chipGroupV1/spawnChip property tag not found, ${s}`);
4609
4609
  return;
@@ -4614,7 +4614,7 @@ function _e(t, e, n, o) {
4614
4614
  return;
4615
4615
  }
4616
4616
  const c = {};
4617
- return T(c, a), c.basic.id = P(16), c.basic.key = dn.key, c.settings.value = n, c.settings.text = o, c;
4617
+ return z(c, a), c.basic.id = P(16), c.basic.key = dn.key, c.settings.value = n, c.settings.text = o, c;
4618
4618
  }
4619
4619
  const wi = {
4620
4620
  key: "settings",
@@ -5033,7 +5033,7 @@ const Pi = {
5033
5033
  };
5034
5034
  w(bn);
5035
5035
  function ic(t, e) {
5036
- const n = `type=${t} subtype=${e}`, o = A(t, e);
5036
+ const n = `type=${t} subtype=${e}`, o = L(t, e);
5037
5037
  if (!o) {
5038
5038
  console.error(`flexLayoutV1/spawn property tag not found, ${n}`);
5039
5039
  return;
@@ -5044,7 +5044,7 @@ function ic(t, e) {
5044
5044
  return;
5045
5045
  }
5046
5046
  const r = {};
5047
- return T(r, s), r.basic.id = P(16), r.basic.key = We.key, r.children = [
5047
+ return z(r, s), r.basic.id = P(16), r.basic.key = We.key, r.children = [
5048
5048
  hn(
5049
5049
  t,
5050
5050
  e,
@@ -5069,7 +5069,7 @@ function ic(t, e) {
5069
5069
  ], r;
5070
5070
  }
5071
5071
  function hn(t, e, n, o, s, r, a, c, m) {
5072
- const d = `type=${t} subtype=${e}`, u = A(t, e);
5072
+ const d = `type=${t} subtype=${e}`, u = L(t, e);
5073
5073
  if (!u) {
5074
5074
  console.error(
5075
5075
  `flexLayoutV1/spawnContainer property tag not found, ${d}`
@@ -5084,10 +5084,10 @@ function hn(t, e, n, o, s, r, a, c, m) {
5084
5084
  return;
5085
5085
  }
5086
5086
  const f = {};
5087
- return T(f, p), f.basic.id = P(16), f.basic.key = fn.key, o && (f.size.width = o), s && (f.size.minWidth = s), a && (f.size.height = a), c && (f.size.minHeight = c), n && (f.settings.backgroundColor.mode = "custom", f.settings.backgroundColor.custom.light = n, f.settings.backgroundColor.custom.dark = n), f.children = [], f;
5087
+ return z(f, p), f.basic.id = P(16), f.basic.key = fn.key, o && (f.size.width = o), s && (f.size.minWidth = s), a && (f.size.height = a), c && (f.size.minHeight = c), n && (f.settings.backgroundColor.mode = "custom", f.settings.backgroundColor.custom.light = n, f.settings.backgroundColor.custom.dark = n), f.children = [], f;
5088
5088
  }
5089
5089
  function oc(t, e) {
5090
- const n = `type=${t} subtype=${e}`, o = A(t, e);
5090
+ const n = `type=${t} subtype=${e}`, o = L(t, e);
5091
5091
  if (!o) {
5092
5092
  console.error(
5093
5093
  `flexLayoutV1/spawnEntry property tag not found, ${n}`
@@ -5105,7 +5105,7 @@ function oc(t, e) {
5105
5105
  key: ""
5106
5106
  }
5107
5107
  };
5108
- return T(r, s), r.basic.id = P(16), r.basic.key = bn.key, r.children = [
5108
+ return z(r, s), r.basic.id = P(16), r.basic.key = bn.key, r.children = [
5109
5109
  hn(
5110
5110
  t,
5111
5111
  e,
@@ -5501,7 +5501,7 @@ const Ai = {
5501
5501
  };
5502
5502
  w(gn);
5503
5503
  function rc(t, e) {
5504
- const n = `type=${t} subtype=${e}`, o = A(t, e);
5504
+ const n = `type=${t} subtype=${e}`, o = L(t, e);
5505
5505
  if (!o) {
5506
5506
  console.error(`formV1/spawn property tag not found, ${n}`);
5507
5507
  return;
@@ -5512,10 +5512,10 @@ function rc(t, e) {
5512
5512
  return;
5513
5513
  }
5514
5514
  const r = {};
5515
- return T(r, s), r.basic.id = P(16), r.basic.key = xn.key, r.children = [sc(t, e)], r;
5515
+ return z(r, s), r.basic.id = P(16), r.basic.key = xn.key, r.children = [sc(t, e)], r;
5516
5516
  }
5517
5517
  function sc(t, e) {
5518
- const n = `type=${t} subtype=${e}`, o = A(t, e);
5518
+ const n = `type=${t} subtype=${e}`, o = L(t, e);
5519
5519
  if (!o) {
5520
5520
  console.error(`formV1/spawnTextField property tag not found, ${n}`);
5521
5521
  return;
@@ -5526,7 +5526,7 @@ function sc(t, e) {
5526
5526
  return;
5527
5527
  }
5528
5528
  const r = {};
5529
- return T(r, s), r.basic.id = P(16), r.basic.key = gn.key, r;
5529
+ return z(r, s), r.basic.id = P(16), r.basic.key = gn.key, r;
5530
5530
  }
5531
5531
  const Ei = {
5532
5532
  key: "settings",
@@ -5633,7 +5633,7 @@ const cc = {
5633
5633
  };
5634
5634
  w(cc);
5635
5635
  function uc(t, e) {
5636
- const n = `type=${t} subtype=${e}`, o = A(t, e);
5636
+ const n = `type=${t} subtype=${e}`, o = L(t, e);
5637
5637
  if (!o) {
5638
5638
  console.error(`numberInputV1/spawn property tag not found, ${n}`);
5639
5639
  return;
@@ -5644,7 +5644,7 @@ function uc(t, e) {
5644
5644
  return;
5645
5645
  }
5646
5646
  const r = {};
5647
- return T(r, s), r.basic.id = P(16), r.basic.key = vn.key, r.settings.label = "label", r.settings.placeholder = "placeholder", r;
5647
+ return z(r, s), r.basic.id = P(16), r.basic.key = vn.key, r.settings.label = "label", r.settings.placeholder = "placeholder", r;
5648
5648
  }
5649
5649
  const Wi = {
5650
5650
  key: "size",
@@ -5983,7 +5983,7 @@ const mc = W(K), Di = {
5983
5983
  };
5984
5984
  w(kn);
5985
5985
  function dc(t, e) {
5986
- const n = `type=${t} subtype=${e}`, o = A(t, e);
5986
+ const n = `type=${t} subtype=${e}`, o = L(t, e);
5987
5987
  if (!o) {
5988
5988
  console.error(`radioGroupV1/spawn property tag not found, ${n}`);
5989
5989
  return;
@@ -5994,14 +5994,14 @@ function dc(t, e) {
5994
5994
  return;
5995
5995
  }
5996
5996
  const r = {};
5997
- return T(r, s), r.basic.id = P(16), r.basic.key = _n.key, r.children = [
5997
+ return z(r, s), r.basic.id = P(16), r.basic.key = _n.key, r.children = [
5998
5998
  en(t, e, "option1", "Option 1"),
5999
5999
  en(t, e, "option2", "Option 2"),
6000
6000
  en(t, e, "option3", "Option 3")
6001
6001
  ], r.settings.value = "option1", r;
6002
6002
  }
6003
6003
  function en(t, e, n, o) {
6004
- const s = `type=${t} subtype=${e}`, r = A(t, e);
6004
+ const s = `type=${t} subtype=${e}`, r = L(t, e);
6005
6005
  if (!r) {
6006
6006
  console.error(
6007
6007
  `radioGroupV1/spawnEntry property tag not found, ${s}`
@@ -6014,7 +6014,7 @@ function en(t, e, n, o) {
6014
6014
  return;
6015
6015
  }
6016
6016
  const c = {};
6017
- return T(c, a), c.basic.id = P(16), c.basic.key = kn.key, c.settings.value = n, c.settings.label = o, c;
6017
+ return z(c, a), c.basic.id = P(16), c.basic.key = kn.key, c.settings.value = n, c.settings.label = o, c;
6018
6018
  }
6019
6019
  const Fi = {
6020
6020
  key: "settings",
@@ -6552,7 +6552,7 @@ const Ui = {
6552
6552
  };
6553
6553
  w(In);
6554
6554
  function gc(t, e) {
6555
- const n = `type=${t} subtype=${e}`, o = A(t, e);
6555
+ const n = `type=${t} subtype=${e}`, o = L(t, e);
6556
6556
  if (!o) {
6557
6557
  console.error(`stepperV1/spawn property tag not found, ${n}`);
6558
6558
  return;
@@ -6563,10 +6563,10 @@ function gc(t, e) {
6563
6563
  return;
6564
6564
  }
6565
6565
  const r = {};
6566
- return T(r, s), r.basic.id = P(16), r.basic.key = Sn.key, r.children = [xc(t, e), vc(t, e)], r;
6566
+ return z(r, s), r.basic.id = P(16), r.basic.key = Sn.key, r.children = [xc(t, e), vc(t, e)], r;
6567
6567
  }
6568
6568
  function xc(t, e) {
6569
- const n = `type=${t} subtype=${e}`, o = A(t, e);
6569
+ const n = `type=${t} subtype=${e}`, o = L(t, e);
6570
6570
  if (!o) {
6571
6571
  console.error(`stepperV1/spawnHeader property tag not found, ${n}`);
6572
6572
  return;
@@ -6577,14 +6577,14 @@ function xc(t, e) {
6577
6577
  return;
6578
6578
  }
6579
6579
  const r = {};
6580
- return T(r, s), r.basic.id = P(16), r.basic.key = wn.key, r.children = [
6580
+ return z(r, s), r.basic.id = P(16), r.basic.key = wn.key, r.children = [
6581
6581
  tn(t, e, "step1"),
6582
6582
  tn(t, e, "step2"),
6583
6583
  tn(t, e, "step3")
6584
6584
  ], r;
6585
6585
  }
6586
6586
  function tn(t, e, n) {
6587
- const o = `type=${t} subtype=${e}`, s = A(t, e);
6587
+ const o = `type=${t} subtype=${e}`, s = L(t, e);
6588
6588
  if (!s) {
6589
6589
  console.error(`stepperV1/spawnItem property tag not found, ${o}`);
6590
6590
  return;
@@ -6595,10 +6595,10 @@ function tn(t, e, n) {
6595
6595
  return;
6596
6596
  }
6597
6597
  const a = {};
6598
- return T(a, r), a.basic.id = P(16), a.basic.key = Vn.key, a.children = [], a.settings.value = n, a;
6598
+ return z(a, r), a.basic.id = P(16), a.basic.key = Vn.key, a.children = [], a.settings.value = n, a;
6599
6599
  }
6600
6600
  function vc(t, e) {
6601
- const n = `type=${t} subtype=${e}`, o = A(t, e);
6601
+ const n = `type=${t} subtype=${e}`, o = L(t, e);
6602
6602
  if (!o) {
6603
6603
  console.error(`stepperV1/spawnWindow property tag not found, ${n}`);
6604
6604
  return;
@@ -6609,14 +6609,14 @@ function vc(t, e) {
6609
6609
  return;
6610
6610
  }
6611
6611
  const r = {};
6612
- return T(r, s), r.basic.id = P(16), r.basic.key = $n.key, r.children = [
6612
+ return z(r, s), r.basic.id = P(16), r.basic.key = $n.key, r.children = [
6613
6613
  nn(t, e, "step1", "step 1"),
6614
6614
  nn(t, e, "step2", "step 2"),
6615
6615
  nn(t, e, "step3", "step 3")
6616
6616
  ], r;
6617
6617
  }
6618
6618
  function nn(t, e, n, o) {
6619
- const s = `type=${t} subtype=${e}`, r = A(t, e);
6619
+ const s = `type=${t} subtype=${e}`, r = L(t, e);
6620
6620
  if (!r) {
6621
6621
  console.error(
6622
6622
  `stepperV1/spawnWindowItem property tag not found, ${s}`
@@ -6631,10 +6631,10 @@ function nn(t, e, n, o) {
6631
6631
  return;
6632
6632
  }
6633
6633
  const c = {};
6634
- return T(c, a), c.basic.id = P(16), c.basic.key = In.key, c.children = [kc(t, e, o)], c.settings.value = n, c;
6634
+ return z(c, a), c.basic.id = P(16), c.basic.key = In.key, c.children = [kc(t, e, o)], c.settings.value = n, c;
6635
6635
  }
6636
6636
  function kc(t, e, n) {
6637
- const o = `type=${t} subtype=${e}`, s = A(t, e);
6637
+ const o = `type=${t} subtype=${e}`, s = L(t, e);
6638
6638
  if (!s) {
6639
6639
  console.error(`stepperV1/spawnCard property tag not found, ${o}`);
6640
6640
  return;
@@ -6645,7 +6645,7 @@ function kc(t, e, n) {
6645
6645
  return;
6646
6646
  }
6647
6647
  const a = {};
6648
- return T(a, r), a.basic.id = P(16), a.basic.key = Be.key, a.children = [], a.settings.title = n, a;
6648
+ return z(a, r), a.basic.id = P(16), a.basic.key = Be.key, a.children = [], a.settings.title = n, a;
6649
6649
  }
6650
6650
  const Xi = {
6651
6651
  key: "settings",
@@ -6724,7 +6724,7 @@ const Yi = {
6724
6724
  };
6725
6725
  w(Cn);
6726
6726
  function wc(t, e) {
6727
- const n = `type=${t} subtype=${e}`, o = A(t, e);
6727
+ const n = `type=${t} subtype=${e}`, o = L(t, e);
6728
6728
  if (!o) {
6729
6729
  console.error(`tabsV1/spawn property tag not found, ${n}`);
6730
6730
  return;
@@ -6735,14 +6735,14 @@ function wc(t, e) {
6735
6735
  return;
6736
6736
  }
6737
6737
  const r = {};
6738
- return T(r, s), r.basic.id = P(16), r.basic.key = Pn.key, r.children = [
6738
+ return z(r, s), r.basic.id = P(16), r.basic.key = Pn.key, r.children = [
6739
6739
  on(t, e, "tab1", "tab 1"),
6740
6740
  on(t, e, "tab2", "tab 2"),
6741
6741
  on(t, e, "tab3", "tab 3")
6742
6742
  ], r;
6743
6743
  }
6744
6744
  function on(t, e, n, o) {
6745
- const s = `type=${t} subtype=${e}`, r = A(t, e);
6745
+ const s = `type=${t} subtype=${e}`, r = L(t, e);
6746
6746
  if (!r) {
6747
6747
  console.error(`tabsV1/spawnTab property tag not found, ${s}`);
6748
6748
  return;
@@ -6753,7 +6753,7 @@ function on(t, e, n, o) {
6753
6753
  return;
6754
6754
  }
6755
6755
  const c = {};
6756
- return T(c, a), c.basic.id = P(16), c.basic.key = Cn.key, c.settings.value = n, c.settings.text = o, c;
6756
+ return z(c, a), c.basic.id = P(16), c.basic.key = Cn.key, c.settings.value = n, c.settings.text = o, c;
6757
6757
  }
6758
6758
  const qn = W(K);
6759
6759
  qn.key = "backgroundColor";
@@ -6858,7 +6858,7 @@ const qi = {
6858
6858
  };
6859
6859
  w(Pn);
6860
6860
  function Vc(t, e) {
6861
- const n = `type=${t} subtype=${e}`, o = A(t, e);
6861
+ const n = `type=${t} subtype=${e}`, o = L(t, e);
6862
6862
  if (!o) {
6863
6863
  console.error(`textV1/spawn property tag not found, ${n}`);
6864
6864
  return;
@@ -6869,7 +6869,7 @@ function Vc(t, e) {
6869
6869
  return;
6870
6870
  }
6871
6871
  const r = {};
6872
- return T(r, s), r.basic.id = P(16), r.basic.key = xe.key, r.settings.text = "text", r;
6872
+ return z(r, s), r.basic.id = P(16), r.basic.key = xe.key, r.settings.text = "text", r;
6873
6873
  }
6874
6874
  const Ji = {
6875
6875
  key: "settings",
@@ -6973,7 +6973,7 @@ const Ji = {
6973
6973
  };
6974
6974
  w(xe);
6975
6975
  function $c(t, e) {
6976
- const n = `type=${t} subtype=${e}`, o = A(t, e);
6976
+ const n = `type=${t} subtype=${e}`, o = L(t, e);
6977
6977
  if (!o) {
6978
6978
  console.error(`textareaV1/spawn property tag not found, ${n}`);
6979
6979
  return;
@@ -6984,7 +6984,7 @@ function $c(t, e) {
6984
6984
  return;
6985
6985
  }
6986
6986
  const r = {};
6987
- return T(r, s), r.basic.id = P(16), r.basic.key = Tn.key, r.settings.label = "label", r;
6987
+ return z(r, s), r.basic.id = P(16), r.basic.key = Tn.key, r.settings.label = "label", r;
6988
6988
  }
6989
6989
  const Zi = {
6990
6990
  key: "settings",
@@ -7086,7 +7086,7 @@ const zn = {
7086
7086
  };
7087
7087
  w(zn);
7088
7088
  function Ic(t, e) {
7089
- const n = `type=${t} subtype=${e}`, o = A(t, e);
7089
+ const n = `type=${t} subtype=${e}`, o = L(t, e);
7090
7090
  if (!o) {
7091
7091
  console.error(`timelineV1/spawn property tag not found, ${n}`);
7092
7092
  return;
@@ -7097,14 +7097,14 @@ function Ic(t, e) {
7097
7097
  return;
7098
7098
  }
7099
7099
  const r = {};
7100
- return T(r, s), r.basic.id = P(16), r.basic.key = An.key, r.children = [
7100
+ return z(r, s), r.basic.id = P(16), r.basic.key = An.key, r.children = [
7101
7101
  rn(t, e, "timeline 1"),
7102
7102
  rn(t, e, "timeline 2"),
7103
7103
  rn(t, e, "timeline 3")
7104
7104
  ], r;
7105
7105
  }
7106
7106
  function rn(t, e, n) {
7107
- const o = `type=${t} subtype=${e}`, s = A(t, e);
7107
+ const o = `type=${t} subtype=${e}`, s = L(t, e);
7108
7108
  if (!s) {
7109
7109
  console.error(`timelineV1/spawnEntry property tag not found, ${o}`);
7110
7110
  return;
@@ -7115,10 +7115,10 @@ function rn(t, e, n) {
7115
7115
  return;
7116
7116
  }
7117
7117
  const a = {};
7118
- return T(a, r), a.basic.id = P(16), a.basic.key = zn.key, a.children = [Sc(t, e, n)], a;
7118
+ return z(a, r), a.basic.id = P(16), a.basic.key = zn.key, a.children = [Sc(t, e, n)], a;
7119
7119
  }
7120
7120
  function Sc(t, e, n) {
7121
- const o = `type=${t} subtype=${e}`, s = A(t, e);
7121
+ const o = `type=${t} subtype=${e}`, s = L(t, e);
7122
7122
  if (!s) {
7123
7123
  console.error(`timelineV1/spawnText property tag not found, ${o}`);
7124
7124
  return;
@@ -7129,7 +7129,7 @@ function Sc(t, e, n) {
7129
7129
  return;
7130
7130
  }
7131
7131
  const a = {};
7132
- return T(a, r), a.basic.id = P(16), a.basic.key = xe.key, a.settings.text = n, a;
7132
+ return z(a, r), a.basic.id = P(16), a.basic.key = xe.key, a.settings.text = n, a;
7133
7133
  }
7134
7134
  const Cc = W(K), Pc = W(K), Qi = {
7135
7135
  key: "settings",
@@ -7237,7 +7237,7 @@ const Ln = {
7237
7237
  };
7238
7238
  w(Ln);
7239
7239
  function Tc(t, e) {
7240
- const n = `type=${t} subtype=${e}`, o = A(t, e);
7240
+ const n = `type=${t} subtype=${e}`, o = L(t, e);
7241
7241
  if (!o) {
7242
7242
  console.error(`windowV1/spawn property tag not found, ${n}`);
7243
7243
  return;
@@ -7248,14 +7248,14 @@ function Tc(t, e) {
7248
7248
  return;
7249
7249
  }
7250
7250
  const r = {};
7251
- return T(r, s), r.basic.id = P(16), r.basic.key = En.key, r.children = [
7251
+ return z(r, s), r.basic.id = P(16), r.basic.key = En.key, r.children = [
7252
7252
  sn(t, e, "window 1"),
7253
7253
  sn(t, e, "window 2"),
7254
7254
  sn(t, e, "window 3")
7255
7255
  ], r;
7256
7256
  }
7257
7257
  function sn(t, e, n) {
7258
- const o = `type=${t} subtype=${e}`, s = A(t, e);
7258
+ const o = `type=${t} subtype=${e}`, s = L(t, e);
7259
7259
  if (!s) {
7260
7260
  console.error(`windowV1/spawnEntry property tag not found, ${o}`);
7261
7261
  return;
@@ -7266,10 +7266,10 @@ function sn(t, e, n) {
7266
7266
  return;
7267
7267
  }
7268
7268
  const a = {};
7269
- return T(a, r), a.basic.id = P(16), a.basic.key = Ln.key, a.children = [zc(t, e, n)], a;
7269
+ return z(a, r), a.basic.id = P(16), a.basic.key = Ln.key, a.children = [zc(t, e, n)], a;
7270
7270
  }
7271
7271
  function zc(t, e, n) {
7272
- const o = `type=${t} subtype=${e}`, s = A(t, e);
7272
+ const o = `type=${t} subtype=${e}`, s = L(t, e);
7273
7273
  if (!s) {
7274
7274
  console.error(
7275
7275
  `windowV1/spawnFlexLayout property tag not found, ${o}`
@@ -7282,10 +7282,10 @@ function zc(t, e, n) {
7282
7282
  return;
7283
7283
  }
7284
7284
  const a = {};
7285
- return T(a, r), a.basic.id = P(16), a.basic.key = We.key, a.size.height = "200px", a.settings.mainAlign.xs = "center", a.settings.crossAlign.xs = "center", a.settings.backgroundColor.mode = "theme", a.settings.backgroundColor.theme = "background2", a.children = [Ac(t, e, n)], a;
7285
+ return z(a, r), a.basic.id = P(16), a.basic.key = We.key, a.size.height = "200px", a.settings.mainAlign.xs = "center", a.settings.crossAlign.xs = "center", a.settings.backgroundColor.mode = "theme", a.settings.backgroundColor.theme = "background2", a.children = [Ac(t, e, n)], a;
7286
7286
  }
7287
7287
  function Ac(t, e, n) {
7288
- const o = `type=${t} subtype=${e}`, s = A(t, e);
7288
+ const o = `type=${t} subtype=${e}`, s = L(t, e);
7289
7289
  if (!s) {
7290
7290
  console.error(`windowV1/spawnText property tag not found, ${o}`);
7291
7291
  return;
@@ -7296,7 +7296,7 @@ function Ac(t, e, n) {
7296
7296
  return;
7297
7297
  }
7298
7298
  const a = {};
7299
- return T(a, r), a.basic.id = P(16), a.basic.key = xe.key, a.settings.text = n, a.settings.style.xs = "h6", a;
7299
+ return z(a, r), a.basic.id = P(16), a.basic.key = xe.key, a.settings.text = n, a.settings.style.xs = "h6", a;
7300
7300
  }
7301
7301
  const eo = {
7302
7302
  key: "settings",
@@ -8029,7 +8029,7 @@ const Lc = [
8029
8029
  }, gu = {
8030
8030
  v1: hu
8031
8031
  };
8032
- function A(t, e) {
8032
+ function L(t, e) {
8033
8033
  if (t === "page") {
8034
8034
  if (!Cr.includes(e)) {
8035
8035
  console.error(`get property tag failed type=${t} subtype=${e}`);
@@ -8049,7 +8049,7 @@ function to(t, e) {
8049
8049
  return (t.ui === "switch" || t.ui === "select" || t.ui === "colorPicker" || t.ui === "multiTypes" || t.ui === "compSelect") && !n ? void 0 : n;
8050
8050
  }
8051
8051
  }
8052
- function T(t, e) {
8052
+ function z(t, e) {
8053
8053
  function n(o, s) {
8054
8054
  if (s.ui) {
8055
8055
  if (s.ui === "strInput" && s.static)
@@ -8063,7 +8063,7 @@ function T(t, e) {
8063
8063
  e.forEach((o) => n(t, o));
8064
8064
  }
8065
8065
  function ep(t, e, n, o, s) {
8066
- const r = `type=${t} subtype=${e} version=${n} ref=${o} keyOrRefId=${s}`, a = A(t, e);
8066
+ const r = `type=${t} subtype=${e} version=${n} ref=${o} keyOrRefId=${s}`, a = L(t, e);
8067
8067
  if (!a) {
8068
8068
  console.error(`spawnNode property tag not found, ${r}`);
8069
8069
  return;
@@ -8095,7 +8095,7 @@ function ep(t, e, n, o, s) {
8095
8095
  key: ""
8096
8096
  }
8097
8097
  };
8098
- return T(f, p), f.basic.id = P(16), f.basic.key = m, f.reference = {
8098
+ return z(f, p), f.basic.id = P(16), f.basic.key = m, f.reference = {
8099
8099
  comp: d
8100
8100
  }, f;
8101
8101
  } else {
@@ -8123,7 +8123,7 @@ function ep(t, e, n, o, s) {
8123
8123
  key: ""
8124
8124
  }
8125
8125
  };
8126
- return T(p, u), p.basic.id = P(16), p.basic.key = m, d.leaf || (p.children = []), p;
8126
+ return z(p, u), p.basic.id = P(16), p.basic.key = m, d.leaf || (p.children = []), p;
8127
8127
  }
8128
8128
  }
8129
8129
  }
@@ -8334,7 +8334,7 @@ function Oo(t) {
8334
8334
  methodKey: e[2]
8335
8335
  };
8336
8336
  }
8337
- function ne(t, e, n) {
8337
+ function J(t, e, n) {
8338
8338
  return `${t}/${e}/${n}`;
8339
8339
  }
8340
8340
  function Vu(t) {
@@ -8443,11 +8443,11 @@ function Cu(t) {
8443
8443
  const { kind: o, eventKey: s } = Vu(e);
8444
8444
  o === "customEvent" && (t.parent?.callFunction(
8445
8445
  "__triggerEventV1__",
8446
- ne("referenceEvent", t.id, s),
8446
+ J("referenceEvent", t.id, s),
8447
8447
  ...n
8448
8448
  ), t.parent?.callFunction(
8449
8449
  "__triggerEventV1__",
8450
- ne("multipleRefEvent", t.id, s),
8450
+ J("multipleRefEvent", t.id, s),
8451
8451
  ...n
8452
8452
  ));
8453
8453
  }
@@ -8685,7 +8685,7 @@ class Wu {
8685
8685
  createInterpreter(e) {
8686
8686
  this.interpreter = new wr(Eu), Pu(this), this.runCode(e), this.setVariable("__env__", this.env), this.setVariable("__mode__", this.mode), this.callFunction(
8687
8687
  "__triggerEventV1__",
8688
- ne("elementEvent", "globality", "startup")
8688
+ J("elementEvent", "globality", "startup")
8689
8689
  );
8690
8690
  }
8691
8691
  destroyInterpreter() {
@@ -8861,7 +8861,7 @@ ${Sr(e)}} catch (e) {
8861
8861
  // 方法
8862
8862
  //--------------------------
8863
8863
  callMethod(e, n) {
8864
- if (!te(this.mode))
8864
+ if (!ne(this.mode))
8865
8865
  return;
8866
8866
  const { methodKey: o } = Oo(e), s = [];
8867
8867
  return this.eventBus.emit(e, { key: o, inputs: n, outputs: s }), s;
@@ -8882,96 +8882,106 @@ ${Sr(e)}} catch (e) {
8882
8882
  }
8883
8883
  }
8884
8884
  function ei(t, e, n, o, s) {
8885
- const r = vu(), a = ku(), c = H(), m = fe(), d = Ce(), u = Me(), p = ($, S, L, E) => {
8886
- if (te(c) && (v.callFunction(
8885
+ const r = vu(), a = ku(), c = H(), m = fe(), d = Ce(), u = Me(), p = ($, S, T, E) => {
8886
+ if (ne(c) && (x.callFunction(
8887
8887
  "__triggerEventV1__",
8888
- ne(
8888
+ J(
8889
8889
  "elementPropertyChangeEvent",
8890
8890
  $,
8891
8891
  Bu(S)
8892
8892
  ),
8893
- L,
8894
- E ?? L
8893
+ T,
8894
+ E ?? T
8895
8895
  ), t.value?.code.reactivity)) {
8896
8896
  let N = "";
8897
8897
  S instanceof Array ? N = S.join(".") : N = S, Fe(
8898
- v,
8898
+ x,
8899
8899
  t.value.code.reactivity,
8900
8900
  Te({
8901
8901
  type: "elementProperty",
8902
8902
  nodeId: $,
8903
8903
  propertyKeys: N
8904
8904
  }),
8905
- L,
8905
+ T,
8906
8906
  E
8907
8907
  );
8908
8908
  }
8909
- }, f = ($, S, L) => {
8910
- te(c) && (v.callFunction(
8909
+ }, f = ($, S, T) => {
8910
+ ne(c) && (x.callFunction(
8911
8911
  "__triggerEventV1__",
8912
- ne("customPropertyChangeEvent", "globality", $),
8912
+ J("customPropertyChangeEvent", "globality", $),
8913
8913
  S,
8914
- L ?? S
8914
+ T ?? S
8915
+ ), x.parent?.callFunction(
8916
+ "__triggerEventV1__",
8917
+ J("referencePropertyChangeEvent", x.id, $),
8918
+ S,
8919
+ T ?? S
8920
+ ), x.parent?.callFunction(
8921
+ "__triggerEventV1__",
8922
+ J("multipleRefPropertyChangeEvent", x.id, $),
8923
+ S,
8924
+ T ?? S
8915
8925
  ), t.value?.code.reactivity && Fe(
8916
- v,
8926
+ x,
8917
8927
  t.value.code.reactivity,
8918
8928
  Te({ type: "customProperty", propertyId: $ }),
8919
8929
  S,
8920
- L
8930
+ T
8921
8931
  ));
8922
- }, b = ($, S, L) => {
8923
- te(c) && t.value?.code.reactivity && Fe(
8924
- v,
8932
+ }, b = ($, S, T) => {
8933
+ ne(c) && t.value?.code.reactivity && Fe(
8934
+ x,
8925
8935
  t.value.code.reactivity,
8926
8936
  Te({ type: "adaptSlotProperty", propertyId: $ }),
8927
8937
  S,
8928
- L
8938
+ T
8929
8939
  );
8930
- }, g = ($, S, L) => {
8931
- te(c) && (v.callFunction(
8940
+ }, g = ($, S, T) => {
8941
+ ne(c) && (x.callFunction(
8932
8942
  "__triggerEventV1__",
8933
- ne("stateChangeEvent", "globality", $),
8943
+ J("stateChangeEvent", "globality", $),
8934
8944
  S,
8935
- L ?? S
8945
+ T ?? S
8936
8946
  ), t.value?.code.reactivity && Fe(
8937
- v,
8947
+ x,
8938
8948
  t.value.code.reactivity,
8939
8949
  Te({ type: "state", stateId: $ }),
8940
8950
  S,
8941
- L
8951
+ T
8942
8952
  ));
8943
- }, v = new Wu(e, n, o, s, r, a, c, m, {
8953
+ }, x = new Wu(e, n, o, s, r, a, c, m, {
8944
8954
  onElementPropertyChange: p,
8945
8955
  onCustomPropertyChange: f,
8946
8956
  onAdaptSlotPropertyChange: b,
8947
8957
  onStateChange: g
8948
8958
  });
8949
- wu(v);
8959
+ wu(x);
8950
8960
  const I = () => {
8951
- te(c) && (v.destroyInterpreter(), v.syncNodes(t.value), v.resetCustomProperties(), v.resetAdaptSlotProperties(), v.resetStates(), !(!t.value || !t.value.code.script) && v.createInterpreter(t.value.code.script));
8961
+ ne(c) && (x.destroyInterpreter(), x.syncNodes(t.value), x.resetCustomProperties(), x.resetAdaptSlotProperties(), x.resetStates(), !(!t.value || !t.value.code.script) && x.createInterpreter(t.value.code.script));
8952
8962
  };
8953
8963
  I(), oe(t, () => {
8954
8964
  I();
8955
8965
  }), Xe(() => {
8956
- v.dispose();
8957
- }), te(c) && oe(
8966
+ x.dispose();
8967
+ }), ne(c) && oe(
8958
8968
  d,
8959
8969
  ($, S) => {
8960
- const L = Ge($.width), E = Ge(S?.width ?? $.width);
8961
- v.callFunction(
8970
+ const T = Ge($.width), E = Ge(S?.width ?? $.width);
8971
+ x.callFunction(
8962
8972
  "__triggerEventV1__",
8963
- ne("elementEvent", "globality", "screenSizeChange"),
8964
- L,
8973
+ J("elementEvent", "globality", "screenSizeChange"),
8974
+ T,
8965
8975
  E
8966
8976
  );
8967
8977
  },
8968
8978
  { immediate: !0 }
8969
- ), te(c) && oe(
8979
+ ), ne(c) && oe(
8970
8980
  u,
8971
8981
  ($) => {
8972
- v.callFunction(
8982
+ x.callFunction(
8973
8983
  "__triggerEventV1__",
8974
- ne("elementEvent", "globality", "darkModeChange"),
8984
+ J("elementEvent", "globality", "darkModeChange"),
8975
8985
  $
8976
8986
  );
8977
8987
  },
@@ -9024,12 +9034,12 @@ export {
9024
9034
  ni as getIndexOfBreakpoint,
9025
9035
  tp as getNode,
9026
9036
  to as getPropertyDefault,
9027
- A as getPropertyTag,
9037
+ L as getPropertyTag,
9028
9038
  Uu as getTypeColor,
9029
9039
  ja as globalityV1,
9030
9040
  Ra as groupV1,
9031
9041
  ac as iconV1,
9032
- T as initProperties,
9042
+ z as initProperties,
9033
9043
  Me as injectDark,
9034
9044
  ke as injectData,
9035
9045
  _u as injectDepends,
@@ -9040,7 +9050,7 @@ export {
9040
9050
  be as injectSandbox,
9041
9051
  fe as injectType,
9042
9052
  ko as isCircularRef,
9043
- te as isExecutableMode,
9053
+ ne as isExecutableMode,
9044
9054
  Ar as isLocaleOfEventKind,
9045
9055
  zr as isLocaleOfMethodKind,
9046
9056
  Tr as isLocaleOfPropertyKind,
@@ -9049,7 +9059,7 @@ export {
9049
9059
  Va as keyboardControlsV1,
9050
9060
  pn as lineChartV1,
9051
9061
  pp as loadLocaleMessageRuntime,
9052
- ne as makeEventId,
9062
+ J as makeEventId,
9053
9063
  Bn as makeMethodId,
9054
9064
  Ne as makePropertyId,
9055
9065
  Te as makeTriggerId,