x-runtime-lib 0.8.112 → 0.8.113

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -29,12 +29,12 @@ var Ce = (t, n, e) => {
29
29
  };
30
30
  return r();
31
31
  };
32
- import { defineComponent as C, createElementBlock as se, renderSlot as R, unref as i, openBlock as _, createElementVNode as te, computed as k, normalizeStyle as re, toRef as Uo, onBeforeMount as Jo, onUnmounted as Ge, ref as ie, watchEffect as fe, watch as ce, createBlock as S, withCtx as I, createCommentVNode as le, useTemplateRef as uo, onMounted as mo, nextTick as po, useAttrs as qo, h as xe, resolveComponent as M, createVNode as O, isRef as Z, createSlots as Ft, renderList as Xo, useId as fo, withModifiers as Yo, normalizeClass as Zo, toDisplayString as Qo, inject as ue, provide as me, readonly as Nt } from "vue";
33
- import { globalObjects as we, waitUtil as yo, useViewStack as bo, eventBus as go, messageInfo as ei, messageSuccess as ti, messageWarning as ho, messageError as _o, createAxios as ni, openConfirmDlg as oi, openPromptDlg as ii } from "x-essential-lib";
34
- import { CameraHelper as vo, DirectionalLightHelper as ri, PointLightHelper as si, SpotLightHelper as li } from "three";
35
- import { c as K, i as pe, a as He, K as ai, M as ci, O as ui, u as mi, r as xo, e as ko, b as pi, d as di, f as fi, g as yi, h as bi, j as gi, k as hi, l as _i, m as wo, n as vi, o as xi, p as ki, q as wi } from "./vendor.nccqfajx.js";
36
- import { useTheme as Ii } from "vuetify";
37
- import { getErrorMessage as Si } from "x-error-lib";
32
+ import { defineComponent as C, createElementBlock as se, renderSlot as R, unref as i, openBlock as _, createElementVNode as te, computed as k, normalizeStyle as re, toRef as Jo, onBeforeMount as qo, onUnmounted as Ge, ref as ie, watchEffect as fe, watch as ce, createBlock as S, withCtx as I, createCommentVNode as le, useTemplateRef as uo, onMounted as mo, nextTick as po, useAttrs as Xo, h as xe, resolveComponent as M, createVNode as O, isRef as Z, createSlots as Ft, renderList as Yo, useId as fo, withModifiers as Zo, normalizeClass as Qo, toDisplayString as ei, inject as ue, provide as me, readonly as Nt } from "vue";
33
+ import { globalObjects as we, waitUtil as yo, useViewStack as bo, eventBus as go, messageInfo as ti, messageSuccess as ni, messageWarning as ho, messageError as _o, createAxios as oi, openConfirmDlg as ii, openPromptDlg as ri } from "x-essential-lib";
34
+ import { CameraHelper as vo, DirectionalLightHelper as si, PointLightHelper as li, SpotLightHelper as ai } from "three";
35
+ import { c as K, i as pe, a as He, K as ci, M as ui, O as mi, u as pi, r as xo, e as ko, b as di, d as fi, f as yi, g as bi, h as gi, j as hi, k as _i, l as vi, m as wo, n as xi, o as ki, p as wi, q as Ii } from "./vendor.nccqfajx.js";
36
+ import { useTheme as Si } from "vuetify";
37
+ import { getErrorMessage as $i } from "x-error-lib";
38
38
  import { useI18n as Io } from "vue-i18n";
39
39
  const cn = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
40
40
  function z(t) {
@@ -57,7 +57,7 @@ function jt(t) {
57
57
  const n = t.substring(0, t.length - 1), e = parseFloat(n);
58
58
  return !isNaN(e);
59
59
  }
60
- function Zc(t) {
60
+ function Qc(t) {
61
61
  if (typeof t != "string" || !t.endsWith("px"))
62
62
  return;
63
63
  const n = t.substring(0, t.length - 2), e = parseFloat(n);
@@ -71,7 +71,7 @@ function at(t) {
71
71
  if (!isNaN(e))
72
72
  return e;
73
73
  }
74
- const So = ["xs", "sm", "md", "lg", "xl"], $i = [...So].reverse();
74
+ const So = ["xs", "sm", "md", "lg", "xl"], Ci = [...So].reverse();
75
75
  function Xe(t) {
76
76
  return t < 600 ? "xs" : t < 960 ? "sm" : t < 1280 ? "md" : t < 1920 ? "lg" : "xl";
77
77
  }
@@ -80,7 +80,7 @@ function un(t) {
80
80
  }
81
81
  function We(t, n) {
82
82
  let e;
83
- for (const o of $i) {
83
+ for (const o of Ci) {
84
84
  if (un(o) < un(t))
85
85
  break;
86
86
  n[o] && (e = n[o]);
@@ -115,16 +115,19 @@ function Gt(t, n, e) {
115
115
  const r = s[s.length - 1];
116
116
  o[r] = e;
117
117
  }
118
- function Qc(t, n = 2) {
118
+ function eu(t, n = 2) {
119
119
  const e = " ".repeat(n);
120
120
  return t.split(`
121
121
  `).map((r) => r.trim() === "" ? r : e + r).join(`
122
122
  `);
123
123
  }
124
+ function $o(t) {
125
+ return t.startsWith("reference_v") || t.startsWith("multiple_ref_v") || t.startsWith("slot_v");
126
+ }
124
127
  function ne(t) {
125
128
  return t === "runtime" || t === "preview";
126
129
  }
127
- function eu(t, n, e, o, s) {
130
+ function tu(t, n, e, o, s) {
128
131
  let r = t;
129
132
  for (let c = 0; c < n.length; c++)
130
133
  if (r = r.children[n[c]], !r) {
@@ -158,8 +161,8 @@ function E(t, n) {
158
161
  children: n
159
162
  };
160
163
  }
161
- const Ci = ["common", "scene"], Vi = ["common", "scene"];
162
- function tu({ type: t, version: n, view: e, code: o }) {
164
+ const Vi = ["common", "scene"], Pi = ["common", "scene"];
165
+ function nu({ type: t, version: n, view: e, code: o }) {
163
166
  const s = (c, u) => {
164
167
  const p = { id: u.id };
165
168
  u.children && (p.children = [], u.children.forEach((d) => {
@@ -180,7 +183,7 @@ function tu({ type: t, version: n, view: e, code: o }) {
180
183
  };
181
184
  return JSON.stringify(a);
182
185
  }
183
- function nu(t) {
186
+ function ou(t) {
184
187
  const n = JSON.parse(t), e = (o, s) => {
185
188
  o.key = s.basic.key, o.alias = s.basic.alias, o.refId = s.reference?.comp, o.children?.forEach((r) => {
186
189
  e(r, n.view.nodes[r.id]);
@@ -190,7 +193,7 @@ function nu(t) {
190
193
  e(o, n.view.nodes[o.id]);
191
194
  }), n;
192
195
  }
193
- const ou = [
196
+ const iu = [
194
197
  "globality_v1",
195
198
  "multiple_ref_v1",
196
199
  "reference_v1",
@@ -260,7 +263,7 @@ const ou = [
260
263
  "scene_sphere_geometry_v1",
261
264
  "scene_spot_light_v1"
262
265
  ];
263
- function Pi(t) {
266
+ function Li(t) {
264
267
  switch (t) {
265
268
  case "referenceProperty":
266
269
  case "multipleRefProperty":
@@ -271,7 +274,7 @@ function Pi(t) {
271
274
  }
272
275
  return !0;
273
276
  }
274
- function Li(t) {
277
+ function zi(t) {
275
278
  switch (t) {
276
279
  case "referenceMethod":
277
280
  case "multipleRefMethod":
@@ -282,7 +285,7 @@ function Li(t) {
282
285
  }
283
286
  return !0;
284
287
  }
285
- function zi(t) {
288
+ function Ti(t) {
286
289
  switch (t) {
287
290
  case "referenceEvent":
288
291
  case "multipleRefEvent":
@@ -299,26 +302,26 @@ function zi(t) {
299
302
  }
300
303
  return !0;
301
304
  }
302
- function iu(t) {
305
+ function ru(t) {
303
306
  switch (t) {
304
307
  case "customSlot":
305
308
  return !1;
306
309
  }
307
310
  return !0;
308
311
  }
309
- function ru(t) {
312
+ function su(t) {
310
313
  return JSON.stringify(t);
311
314
  }
312
- function su(t) {
315
+ function lu(t) {
313
316
  return JSON.parse(t);
314
317
  }
315
- function lu(t) {
318
+ function au(t) {
316
319
  return JSON.stringify(t);
317
320
  }
318
- function au(t) {
321
+ function cu(t) {
319
322
  return JSON.parse(t);
320
323
  }
321
- function $o(t) {
324
+ function Co(t) {
322
325
  let n = t;
323
326
  for (; n; ) {
324
327
  if (n.parent && n.compId === n.parent.compId)
@@ -334,24 +337,24 @@ function Ht(t, n, e) {
334
337
  a > 0 && (s += " - "), e ? s += o.global.t(r) : s += r;
335
338
  }), s;
336
339
  }
337
- function cu(t, n) {
340
+ function uu(t, n) {
338
341
  const { i18n: e } = we;
339
342
  let o = "";
340
- return t === "elementProperty" || (t === "referenceProperty" || t === "multipleRefProperty" || t === "customProperty" ? o = e.global.t("x-runtime-lib.custom") : t === "customSlotProperty" ? o = e.global.t("x-runtime-lib.customSlot") : t === "adaptSlotElementProperty" || t === "adaptSlotCustomProperty" ? o = e.global.t("x-runtime-lib.adaptSlot") : console.assert(!1)), Ht(o, n, Pi(t));
343
+ return t === "elementProperty" || (t === "referenceProperty" || t === "multipleRefProperty" || t === "customProperty" ? o = e.global.t("x-runtime-lib.custom") : t === "customSlotProperty" ? o = e.global.t("x-runtime-lib.customSlot") : t === "adaptSlotElementProperty" || t === "adaptSlotCustomProperty" ? o = e.global.t("x-runtime-lib.adaptSlot") : console.assert(!1)), Ht(o, n, Li(t));
341
344
  }
342
- function uu(t, n) {
345
+ function mu(t, n) {
343
346
  const { i18n: e } = we;
344
347
  let o = "";
345
- return t === "elementMethod" || (t === "referenceMethod" || t === "multipleRefMethod" || t === "customMethod" ? o = e.global.t("x-runtime-lib.custom") : t === "customSlotMethod" ? o = e.global.t("x-runtime-lib.customSlot") : t === "adaptSlotElementMethod" || t === "adaptSlotCustomMethod" ? o = e.global.t("x-runtime-lib.adaptSlot") : console.assert(!1)), Ht(o, n, Li(t));
348
+ return t === "elementMethod" || (t === "referenceMethod" || t === "multipleRefMethod" || t === "customMethod" ? o = e.global.t("x-runtime-lib.custom") : t === "customSlotMethod" ? o = e.global.t("x-runtime-lib.customSlot") : t === "adaptSlotElementMethod" || t === "adaptSlotCustomMethod" ? o = e.global.t("x-runtime-lib.adaptSlot") : console.assert(!1)), Ht(o, n, zi(t));
346
349
  }
347
- function mu(t, n) {
350
+ function pu(t, n) {
348
351
  const { i18n: e } = we;
349
352
  let o = "";
350
- return t === "elementEvent" || (t === "referenceEvent" || t === "multipleRefEvent" || t === "customEvent" ? o = e.global.t("x-runtime-lib.custom") : t === "customSlotEvent" ? o = e.global.t("x-runtime-lib.customSlot") : t === "adaptSlotElementEvent" || t === "adaptSlotCustomEvent" ? o = e.global.t("x-runtime-lib.adaptSlot") : t === "elementPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.propertyChange") : t === "referencePropertyChangeEvent" ? o = e.global.t("x-runtime-lib.referencePropertyChange") : t === "multipleRefPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.multipleRefPropertyChange") : t === "customPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.customPropertyChange") : t === "customSlotPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.customSlotPropertyChange") : t === "adaptSlotElementPropertyChangeEvent" || t === "adaptSlotCustomPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.adaptSlotPropertyChange") : t === "stateChangeEvent" ? o = e.global.t("x-runtime-lib.stateChange") : console.assert(!1)), Ht(o, n, zi(t));
353
+ return t === "elementEvent" || (t === "referenceEvent" || t === "multipleRefEvent" || t === "customEvent" ? o = e.global.t("x-runtime-lib.custom") : t === "customSlotEvent" ? o = e.global.t("x-runtime-lib.customSlot") : t === "adaptSlotElementEvent" || t === "adaptSlotCustomEvent" ? o = e.global.t("x-runtime-lib.adaptSlot") : t === "elementPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.propertyChange") : t === "referencePropertyChangeEvent" ? o = e.global.t("x-runtime-lib.referencePropertyChange") : t === "multipleRefPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.multipleRefPropertyChange") : t === "customPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.customPropertyChange") : t === "customSlotPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.customSlotPropertyChange") : t === "adaptSlotElementPropertyChangeEvent" || t === "adaptSlotCustomPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.adaptSlotPropertyChange") : t === "stateChangeEvent" ? o = e.global.t("x-runtime-lib.stateChange") : console.assert(!1)), Ht(o, n, Ti(t));
351
354
  }
352
355
  const Ke = {}, w = (t) => {
353
356
  Ke[t.key] = t;
354
- }, Ti = ["position", "rotation", "scale"], Se = /* @__PURE__ */ C({
357
+ }, Ei = ["position", "rotation", "scale"], Se = /* @__PURE__ */ C({
355
358
  __name: "index",
356
359
  props: {
357
360
  position: {},
@@ -370,7 +373,7 @@ const Ke = {}, w = (t) => {
370
373
  o[0] || (o[0] = te("TresBoxGeometry", { args: [1, 1, 1] }, null, -1)),
371
374
  o[1] || (o[1] = te("TresMeshBasicMaterial", null, null, -1)),
372
375
  R(e.$slots, "default")
373
- ], 8, Ti)) : R(e.$slots, "default", { key: 1 });
376
+ ], 8, Ei)) : R(e.$slots, "default", { key: 1 });
374
377
  }
375
378
  }), N = /* @__PURE__ */ C({
376
379
  __name: "index",
@@ -404,21 +407,21 @@ const Ke = {}, w = (t) => {
404
407
  }
405
408
  });
406
409
  function P(t) {
407
- const n = _e(), e = Uo(n.value.view.nodes, t.nodeId);
410
+ const n = _e(), e = Jo(n.value.view.nodes, t.nodeId);
408
411
  return console.assert(e.value, `invalid node id=${t.nodeId}`), { node: e };
409
412
  }
410
413
  function Ye(t, n, e) {
411
414
  const o = ve();
412
415
  if (o) {
413
- const s = k(() => Tc("elementMethod", t.nodeId, n));
414
- Jo(() => {
416
+ const s = k(() => Ec("elementMethod", t.nodeId, n));
417
+ qo(() => {
415
418
  o.eventBus?.on(s.value, e);
416
419
  }), Ge(() => {
417
420
  o.eventBus?.off(s.value, e);
418
421
  });
419
422
  }
420
423
  }
421
- const Ei = (t, n, e, o) => {
424
+ const Ai = (t, n, e, o) => {
422
425
  let s;
423
426
  if (t ? s = t.getElementProperty(n.basic.id, e) : s = ke(n, e), o) {
424
427
  if (typeof s == "string")
@@ -427,16 +430,16 @@ const Ei = (t, n, e, o) => {
427
430
  return;
428
431
  } else
429
432
  return s;
430
- }, Ai = (t, n, e, o, s) => {
433
+ }, Mi = (t, n, e, o, s) => {
431
434
  let r;
432
435
  s ? typeof o == "object" ? r = JSON.stringify(o, null, 2) : (console.assert(!1), r = "{}") : r = o, t ? t.setElementProperty(n.basic.id, e, r) : Gt(n, e, r);
433
436
  };
434
437
  function l(t, n, e) {
435
438
  const o = ve(), s = ie();
436
439
  return fe(() => {
437
- s.value = Ei(o, t.value, n, e);
440
+ s.value = Ai(o, t.value, n, e);
438
441
  }), ce(s, (r, a) => {
439
- pe(r, a) || Ai(o, t.value, n, s.value, e);
442
+ pe(r, a) || Mi(o, t.value, n, s.value, e);
440
443
  }), { property: s };
441
444
  }
442
445
  function G() {
@@ -483,7 +486,7 @@ function be(t) {
483
486
  c.value = f.value[0], u.value = f.value[1], p.value = f.value[2];
484
487
  }), { position: d, rotation: m, scale: f };
485
488
  }
486
- function Co(t) {
489
+ function Vo(t) {
487
490
  const n = k(() => t.value.legend?.show), e = k(() => t.value.legend?.data);
488
491
  function o(s) {
489
492
  s.legend = {
@@ -493,14 +496,14 @@ function Co(t) {
493
496
  }
494
497
  return { show: n, data: e, applyLegend: o };
495
498
  }
496
- function Vo(t) {
499
+ function Po(t) {
497
500
  const n = k(() => t.value.series);
498
501
  function e(o) {
499
502
  o.series = n.value;
500
503
  }
501
504
  return { series: n, applySeries: e };
502
505
  }
503
- function Po(t) {
506
+ function Lo(t) {
504
507
  const n = k(() => t.value.title?.show), e = k(() => t.value.title?.text), o = k(() => t.value.title?.subtext);
505
508
  function s(r) {
506
509
  r.title = {
@@ -511,7 +514,7 @@ function Po(t) {
511
514
  }
512
515
  return { show: n, text: e, subtext: o, applyTitle: s };
513
516
  }
514
- function Lo(t) {
517
+ function zo(t) {
515
518
  const n = k(() => t.value.xAxis?.show), e = k(() => t.value.xAxis?.position), o = k(() => t.value.xAxis?.type), s = k(() => t.value.xAxis?.data);
516
519
  function r(a) {
517
520
  a.xAxis = {
@@ -523,7 +526,7 @@ function Lo(t) {
523
526
  }
524
527
  return { show: n, position: e, type: o, data: s, applyXAxis: r };
525
528
  }
526
- function zo(t) {
529
+ function To(t) {
527
530
  const n = k(() => t.value.yAxis?.show), e = k(() => t.value.yAxis?.position), o = k(() => t.value.yAxis?.type), s = k(() => t.value.yAxis?.data);
528
531
  function r(a) {
529
532
  a.yAxis = {
@@ -536,7 +539,7 @@ function zo(t) {
536
539
  return { show: n, position: e, type: o, data: s, applyYAxis: r };
537
540
  }
538
541
  function q(t) {
539
- const { computedThemes: n } = Ii(), e = Ue(), o = k(() => t.value?.mode), s = k(() => {
542
+ const { computedThemes: n } = Si(), e = Ue(), o = k(() => t.value?.mode), s = k(() => {
540
543
  const p = t.value?.theme;
541
544
  return p ? p === "background0" ? e.value ? "#2e2e2e" : "#bdbdbd" : p === "background1" ? e.value ? "#272727" : "#eeeeee" : p === "background2" ? e.value ? "#1e1e1e" : "#ffffff" : (e.value ? n.value.dark : n.value.light).colors[p] : void 0;
542
545
  }), r = k(() => e.value ? t.value.custom?.dark : t.value.custom?.light), a = k(() => o.value === "theme" ? s.value ?? "" : o.value === "custom" ? r.value ?? "" : ""), c = k(() => {
@@ -597,7 +600,7 @@ function ge(t, n) {
597
600
  }
598
601
  return { width: s, minWidth: r, maxWidth: a, height: c, minHeight: u, maxHeight: p, applySize: d };
599
602
  }
600
- const Mi = ["bottom", "far", "left", "near", "position", "right", "rotation", "scale", "top"], Bi = /* @__PURE__ */ C({
603
+ const Bi = ["bottom", "far", "left", "near", "position", "right", "rotation", "scale", "top"], Wi = /* @__PURE__ */ C({
601
604
  __name: "index",
602
605
  props: {
603
606
  nodeId: {},
@@ -628,12 +631,12 @@ const Mi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
628
631
  type: i(vo)
629
632
  }, null, 8, ["type"])) : le("", !0),
630
633
  R(g.$slots, "default")
631
- ], 8, Mi)
634
+ ], 8, Bi)
632
635
  ]),
633
636
  _: 3
634
637
  }, 8, ["position", "rotation", "scale"]));
635
638
  }
636
- }), Wi = ["aspect", "far", "fov", "near", "position", "rotation", "scale"], Ri = /* @__PURE__ */ C({
639
+ }), Ri = ["aspect", "far", "fov", "near", "position", "rotation", "scale"], Ki = /* @__PURE__ */ C({
637
640
  __name: "index",
638
641
  props: {
639
642
  nodeId: {},
@@ -662,17 +665,11 @@ const Mi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
662
665
  type: i(vo)
663
666
  }, null, 8, ["type"])) : le("", !0),
664
667
  R(m.$slots, "default")
665
- ], 8, Wi)
668
+ ], 8, Ri)
666
669
  ]),
667
670
  _: 3
668
671
  }, 8, ["position", "rotation", "scale"]));
669
672
  }
670
- }), Ki = /* @__PURE__ */ C({
671
- __name: "index",
672
- setup(t) {
673
- const n = J();
674
- return (e, o) => i(n) !== "editor" ? (_(), S(i(ai), { key: 0 })) : le("", !0);
675
- }
676
673
  }), Di = /* @__PURE__ */ C({
677
674
  __name: "index",
678
675
  setup(t) {
@@ -685,7 +682,13 @@ const Mi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
685
682
  const n = J();
686
683
  return (e, o) => i(n) !== "editor" ? (_(), S(i(ui), { key: 0 })) : le("", !0);
687
684
  }
688
- }), Fi = ["args"], Ni = /* @__PURE__ */ C({
685
+ }), Fi = /* @__PURE__ */ C({
686
+ __name: "index",
687
+ setup(t) {
688
+ const n = J();
689
+ return (e, o) => i(n) !== "editor" ? (_(), S(i(mi), { key: 0 })) : le("", !0);
690
+ }
691
+ }), Ni = ["args"], ji = /* @__PURE__ */ C({
689
692
  __name: "index",
690
693
  props: {
691
694
  nodeId: {},
@@ -712,14 +715,14 @@ const Mi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
712
715
  i(a),
713
716
  i(s)
714
717
  ]
715
- }, null, 8, Fi));
718
+ }, null, 8, Ni));
716
719
  }
717
720
  }), Ae = (t, n) => {
718
721
  const e = t.__vccOpts || t;
719
722
  for (const [o, s] of n)
720
723
  e[o] = s;
721
724
  return e;
722
- }, ji = ["args"], Gi = /* @__PURE__ */ C({
725
+ }, Gi = ["args"], Hi = /* @__PURE__ */ C({
723
726
  __name: "index",
724
727
  props: {
725
728
  nodeId: {},
@@ -756,9 +759,9 @@ const Mi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
756
759
  i(u),
757
760
  i(c)
758
761
  ]
759
- }, null, 8, ji));
762
+ }, null, 8, Gi));
760
763
  }
761
- }), Hi = ["color", "intensity", "position", "rotation", "scale"], Ui = /* @__PURE__ */ C({
764
+ }), Ui = ["color", "intensity", "position", "rotation", "scale"], Ji = /* @__PURE__ */ C({
762
765
  __name: "index",
763
766
  props: {
764
767
  nodeId: {},
@@ -784,12 +787,12 @@ const Mi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
784
787
  scale: i(o) !== "editor" ? i(a) : [1, 1, 1]
785
788
  }, [
786
789
  R(d.$slots, "default")
787
- ], 8, Hi)
790
+ ], 8, Ui)
788
791
  ]),
789
792
  _: 3
790
793
  }, 8, ["position", "rotation", "scale"]));
791
794
  }
792
- }), Ji = ["color", "intensity", "position", "rotation", "scale"], qi = /* @__PURE__ */ C({
795
+ }), qi = ["color", "intensity", "position", "rotation", "scale"], Xi = /* @__PURE__ */ C({
793
796
  __name: "index",
794
797
  props: {
795
798
  nodeId: {},
@@ -816,15 +819,15 @@ const Mi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
816
819
  }, [
817
820
  i(o) === "editor" ? (_(), S(i(He), {
818
821
  key: 0,
819
- type: i(ri)
822
+ type: i(si)
820
823
  }, null, 8, ["type"])) : le("", !0),
821
824
  R(d.$slots, "default")
822
- ], 8, Ji)
825
+ ], 8, qi)
823
826
  ]),
824
827
  _: 3
825
828
  }, 8, ["position", "rotation", "scale"]));
826
829
  }
827
- }), Xi = ["color", "decay", "distance", "intensity", "position", "rotation", "scale"], Yi = /* @__PURE__ */ C({
830
+ }), Yi = ["color", "decay", "distance", "intensity", "position", "rotation", "scale"], Zi = /* @__PURE__ */ C({
828
831
  __name: "index",
829
832
  props: {
830
833
  nodeId: {},
@@ -856,15 +859,15 @@ const Mi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
856
859
  }, [
857
860
  i(o) === "editor" ? (_(), S(i(He), {
858
861
  key: 0,
859
- type: i(si)
862
+ type: i(li)
860
863
  }, null, 8, ["type"])) : le("", !0),
861
864
  R(f.$slots, "default")
862
- ], 8, Xi)
865
+ ], 8, Yi)
863
866
  ]),
864
867
  _: 3
865
868
  }, 8, ["position", "rotation", "scale"]));
866
869
  }
867
- }), Zi = ["angle", "color", "decay", "distance", "intensity", "penumbra", "position", "rotation", "scale"], Qi = /* @__PURE__ */ C({
870
+ }), Qi = ["angle", "color", "decay", "distance", "intensity", "penumbra", "position", "rotation", "scale"], er = /* @__PURE__ */ C({
868
871
  __name: "index",
869
872
  props: {
870
873
  nodeId: {},
@@ -901,19 +904,19 @@ const Mi = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
901
904
  }, [
902
905
  i(o) === "editor" ? (_(), S(i(He), {
903
906
  key: 0,
904
- type: i(li)
907
+ type: i(ai)
905
908
  }, null, 8, ["type"])) : le("", !0),
906
909
  R(b.$slots, "default")
907
- ], 8, Zi)
910
+ ], 8, Qi)
908
911
  ]),
909
912
  _: 3
910
913
  }, 8, ["position", "rotation", "scale"]));
911
914
  }
912
- }), er = {};
913
- function tr(t, n) {
915
+ }), tr = {};
916
+ function nr(t, n) {
914
917
  return _(), se("TresMeshBasicMaterial");
915
918
  }
916
- const nr = /* @__PURE__ */ Ae(er, [["render", tr]]), or = ["position", "rotation", "scale"], ir = /* @__PURE__ */ C({
919
+ const or = /* @__PURE__ */ Ae(tr, [["render", nr]]), ir = ["position", "rotation", "scale"], rr = /* @__PURE__ */ C({
917
920
  __name: "index",
918
921
  props: {
919
922
  nodeId: {},
@@ -934,12 +937,12 @@ const nr = /* @__PURE__ */ Ae(er, [["render", tr]]), or = ["position", "rotation
934
937
  scale: i(o) !== "editor" ? i(a) : [1, 1, 1]
935
938
  }, [
936
939
  R(c.$slots, "default")
937
- ], 8, or)
940
+ ], 8, ir)
938
941
  ]),
939
942
  _: 3
940
943
  }, 8, ["position", "rotation", "scale"]));
941
944
  }
942
- }), rr = ["position", "rotation", "scale"], sr = /* @__PURE__ */ C({
945
+ }), sr = ["position", "rotation", "scale"], lr = /* @__PURE__ */ C({
943
946
  __name: "index",
944
947
  props: {
945
948
  nodeId: {},
@@ -954,82 +957,82 @@ const nr = /* @__PURE__ */ Ae(er, [["render", tr]]), or = ["position", "rotation
954
957
  scale: i(r)
955
958
  }, [
956
959
  R(a.$slots, "default")
957
- ], 8, rr));
958
- }
959
- }), lr = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], ar = "#242424", cr = {}, ur = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, mr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, pr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, dr = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, fr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, yr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, br = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, gr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, hr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, _r = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, vr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, xr = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, kr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, wr = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Ir = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Sr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, $r = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Cr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Vr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Pr = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Lr = { textStyle: { color: "#eeeeee" } }, zr = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, Tr = { lineStyle: { color: "#eeeeee", width: 1 }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: 0.5 }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: 0.5 }, label: { color: "#eeeeee" } } }, Er = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Ar = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, Mr = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Br = {
960
- color: lr,
961
- backgroundColor: ar,
962
- textStyle: cr,
963
- title: ur,
964
- line: mr,
965
- radar: pr,
966
- bar: dr,
967
- pie: fr,
968
- scatter: yr,
969
- boxplot: br,
970
- parallel: gr,
971
- sankey: hr,
972
- funnel: _r,
973
- gauge: vr,
974
- candlestick: xr,
975
- graph: kr,
976
- map: wr,
977
- geo: Ir,
978
- categoryAxis: Sr,
979
- valueAxis: $r,
980
- logAxis: Cr,
981
- timeAxis: Vr,
982
- toolbox: Pr,
983
- legend: Lr,
984
- tooltip: zr,
985
- timeline: Tr,
986
- visualMap: Er,
987
- dataZoom: Ar,
988
- markPoint: Mr
989
- }, Wr = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Rr = "#f5f5f5", Kr = {}, Dr = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, Or = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Fr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Nr = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, jr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Gr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Hr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ur = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Jr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, qr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Xr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Yr = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, Zr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, Qr = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, es = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, ts = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, ns = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, os = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, is = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, rs = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, ss = { textStyle: { color: "#333333" } }, ls = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, as = { lineStyle: { color: "#eeeeee", width: "2" }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, label: { color: "#eeeeee" } } }, cs = { color: ["#bf444c", "#d88273", "#f6efa6"] }, us = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, ms = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, ps = {
990
- color: Wr,
991
- backgroundColor: Rr,
992
- textStyle: Kr,
993
- title: Dr,
994
- line: Or,
995
- radar: Fr,
996
- bar: Nr,
997
- pie: jr,
998
- scatter: Gr,
999
- boxplot: Hr,
1000
- parallel: Ur,
1001
- sankey: Jr,
1002
- funnel: qr,
1003
- gauge: Xr,
1004
- candlestick: Yr,
1005
- graph: Zr,
1006
- map: Qr,
1007
- geo: es,
1008
- categoryAxis: ts,
1009
- valueAxis: ns,
1010
- logAxis: os,
1011
- timeAxis: is,
1012
- toolbox: rs,
1013
- legend: ss,
1014
- tooltip: ls,
1015
- timeline: as,
1016
- visualMap: cs,
1017
- dataZoom: us,
1018
- markPoint: ms
960
+ ], 8, sr));
961
+ }
962
+ }), ar = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], cr = "#242424", ur = {}, mr = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, pr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, dr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, fr = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, yr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, br = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, gr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, hr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, _r = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, vr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, xr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, kr = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, wr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, Ir = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Sr = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, $r = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Cr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Vr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Pr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Lr = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, zr = { textStyle: { color: "#eeeeee" } }, Tr = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, Er = { lineStyle: { color: "#eeeeee", width: 1 }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: 0.5 }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: 0.5 }, label: { color: "#eeeeee" } } }, Ar = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Mr = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, Br = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Wr = {
963
+ color: ar,
964
+ backgroundColor: cr,
965
+ textStyle: ur,
966
+ title: mr,
967
+ line: pr,
968
+ radar: dr,
969
+ bar: fr,
970
+ pie: yr,
971
+ scatter: br,
972
+ boxplot: gr,
973
+ parallel: hr,
974
+ sankey: _r,
975
+ funnel: vr,
976
+ gauge: xr,
977
+ candlestick: kr,
978
+ graph: wr,
979
+ map: Ir,
980
+ geo: Sr,
981
+ categoryAxis: $r,
982
+ valueAxis: Cr,
983
+ logAxis: Vr,
984
+ timeAxis: Pr,
985
+ toolbox: Lr,
986
+ legend: zr,
987
+ tooltip: Tr,
988
+ timeline: Er,
989
+ visualMap: Ar,
990
+ dataZoom: Mr,
991
+ markPoint: Br
992
+ }, Rr = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Kr = "#f5f5f5", Dr = {}, Or = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, Fr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Nr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, jr = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Gr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Hr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ur = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Jr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, qr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Xr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Yr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Zr = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, Qr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, es = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, ts = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, ns = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, os = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, is = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, rs = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, ss = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, ls = { textStyle: { color: "#333333" } }, as = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, cs = { lineStyle: { color: "#eeeeee", width: "2" }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, label: { color: "#eeeeee" } } }, us = { color: ["#bf444c", "#d88273", "#f6efa6"] }, ms = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, ps = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, ds = {
993
+ color: Rr,
994
+ backgroundColor: Kr,
995
+ textStyle: Dr,
996
+ title: Or,
997
+ line: Fr,
998
+ radar: Nr,
999
+ bar: jr,
1000
+ pie: Gr,
1001
+ scatter: Hr,
1002
+ boxplot: Ur,
1003
+ parallel: Jr,
1004
+ sankey: qr,
1005
+ funnel: Xr,
1006
+ gauge: Yr,
1007
+ candlestick: Zr,
1008
+ graph: Qr,
1009
+ map: es,
1010
+ geo: ts,
1011
+ categoryAxis: ns,
1012
+ valueAxis: os,
1013
+ logAxis: is,
1014
+ timeAxis: rs,
1015
+ toolbox: ss,
1016
+ legend: ls,
1017
+ tooltip: as,
1018
+ timeline: cs,
1019
+ visualMap: us,
1020
+ dataZoom: ms,
1021
+ markPoint: ps
1019
1022
  };
1020
- mi([
1021
- pi,
1023
+ pi([
1022
1024
  di,
1023
1025
  fi,
1024
1026
  yi,
1025
1027
  bi,
1026
1028
  gi,
1027
1029
  hi,
1028
- _i
1030
+ _i,
1031
+ vi
1029
1032
  ]);
1030
- xo("dark", Br);
1031
- xo("light", ps);
1032
- const ds = /* @__PURE__ */ C({
1033
+ xo("dark", Wr);
1034
+ xo("light", ds);
1035
+ const fs = /* @__PURE__ */ C({
1033
1036
  __name: "index",
1034
1037
  props: {
1035
1038
  nodeId: {},
@@ -1037,7 +1040,7 @@ const ds = /* @__PURE__ */ C({
1037
1040
  refContext: {}
1038
1041
  },
1039
1042
  setup(t) {
1040
- const n = t, { node: e } = P(n), o = Be(), s = Ue(), r = he(), a = _e(), { width: c, minWidth: u, maxWidth: p, height: d, minHeight: m, maxHeight: f, applySize: g } = ge(n, e), { applyTitle: b } = Po(e), { applyXAxis: v } = Lo(e), { applyYAxis: h } = zo(e), { applyLegend: x } = Co(e), { applySeries: $ } = Vo(e), V = k(() => {
1043
+ const n = t, { node: e } = P(n), o = Be(), s = Ue(), r = he(), a = _e(), { width: c, minWidth: u, maxWidth: p, height: d, minHeight: m, maxHeight: f, applySize: g } = ge(n, e), { applyTitle: b } = Lo(e), { applyXAxis: v } = zo(e), { applyYAxis: h } = To(e), { applyLegend: x } = Vo(e), { applySeries: $ } = Po(e), V = k(() => {
1041
1044
  const L = {}, H = a.value?.type;
1042
1045
  return r === "page" ? H === "common" ? g(L) : console.assert(!1) : r === "comp" && H === "common" ? g(L) : console.assert(!1), L;
1043
1046
  }), F = uo("chart");
@@ -1088,7 +1091,7 @@ const ds = /* @__PURE__ */ C({
1088
1091
  _: 1
1089
1092
  }));
1090
1093
  }
1091
- }), fs = /* @__PURE__ */ C({
1094
+ }), ys = /* @__PURE__ */ C({
1092
1095
  __name: "index",
1093
1096
  props: {
1094
1097
  nodeId: {},
@@ -1096,7 +1099,7 @@ const ds = /* @__PURE__ */ C({
1096
1099
  refContext: {}
1097
1100
  },
1098
1101
  setup(t) {
1099
- const n = t, { node: e } = P(n), o = Be(), s = Ue(), r = he(), a = _e(), { width: c, minWidth: u, maxWidth: p, height: d, minHeight: m, maxHeight: f, applySize: g } = ge(n, e), { applyTitle: b } = Po(e), { applyXAxis: v } = Lo(e), { applyYAxis: h } = zo(e), { applyLegend: x } = Co(e), { applySeries: $ } = Vo(e), V = k(() => {
1102
+ const n = t, { node: e } = P(n), o = Be(), s = Ue(), r = he(), a = _e(), { width: c, minWidth: u, maxWidth: p, height: d, minHeight: m, maxHeight: f, applySize: g } = ge(n, e), { applyTitle: b } = Lo(e), { applyXAxis: v } = zo(e), { applyYAxis: h } = To(e), { applyLegend: x } = Vo(e), { applySeries: $ } = Po(e), V = k(() => {
1100
1103
  const L = {}, H = a.value?.type;
1101
1104
  return r === "page" ? H === "common" ? g(L) : console.assert(!1) : r === "comp" && H === "common" ? g(L) : console.assert(!1), L;
1102
1105
  }), F = uo("chart");
@@ -1147,7 +1150,7 @@ const ds = /* @__PURE__ */ C({
1147
1150
  _: 1
1148
1151
  }));
1149
1152
  }
1150
- }), ys = /* @__PURE__ */ C({
1153
+ }), bs = /* @__PURE__ */ C({
1151
1154
  __name: "index",
1152
1155
  props: {
1153
1156
  nodeId: {},
@@ -1156,9 +1159,9 @@ const ds = /* @__PURE__ */ C({
1156
1159
  },
1157
1160
  setup(t) {
1158
1161
  const n = t, e = ie(), o = J();
1159
- return ne(o) && sn(e, "multipleRef", n.nodeId, "", ve()), rn(n.refContext?.compId, e), (s, r) => (_(), se("div"));
1162
+ return ne(o) && sn(e, "multipleRef", n.nodeId, "", ve()), rn(n, e), (s, r) => (_(), se("div"));
1160
1163
  }
1161
- }), bs = /* @__PURE__ */ C({
1164
+ }), gs = /* @__PURE__ */ C({
1162
1165
  __name: "index",
1163
1166
  props: {
1164
1167
  nodeId: {},
@@ -1167,10 +1170,10 @@ const ds = /* @__PURE__ */ C({
1167
1170
  },
1168
1171
  setup(t) {
1169
1172
  const { t: n } = Io(), e = t, { node: o } = P(e), s = ie();
1170
- No(s);
1173
+ jo(s);
1171
1174
  const r = J();
1172
- ne(r) && sn(s, "reference", e.nodeId, "", ve()), rn(e.refContext?.compId, s);
1173
- const a = qo(), { applySize: c } = ge(e, o), u = k(() => {
1175
+ ne(r) && sn(s, "reference", e.nodeId, "", ve()), rn(e, s);
1176
+ const a = Xo(), { applySize: c } = ge(e, o), u = k(() => {
1174
1177
  const m = {};
1175
1178
  return s.value?.type === "common" && c(m), m;
1176
1179
  });
@@ -1181,7 +1184,7 @@ const ds = /* @__PURE__ */ C({
1181
1184
  const g = {
1182
1185
  nodeId: m.id
1183
1186
  };
1184
- return m.refId && (g.refContext = {
1187
+ return $o(m.key) && (g.refContext = {
1185
1188
  parent: e.refContext,
1186
1189
  compId: m.refId
1187
1190
  }), xe(
@@ -1199,7 +1202,7 @@ const ds = /* @__PURE__ */ C({
1199
1202
  );
1200
1203
  }
1201
1204
  const d = () => {
1202
- if ($o(e.refContext))
1205
+ if (Co(e.refContext))
1203
1206
  return xe("div", n("x-runtime-lib.circularRef"));
1204
1207
  if (s.value?.type === "common")
1205
1208
  return xe(
@@ -1215,7 +1218,7 @@ const ds = /* @__PURE__ */ C({
1215
1218
  };
1216
1219
  return (m, f) => (_(), S(d));
1217
1220
  }
1218
- }), gs = /* @__PURE__ */ C({
1221
+ }), hs = /* @__PURE__ */ C({
1219
1222
  __name: "index",
1220
1223
  props: {
1221
1224
  nodeId: {},
@@ -1240,9 +1243,9 @@ const ds = /* @__PURE__ */ C({
1240
1243
  },
1241
1244
  setup(t) {
1242
1245
  const { t: n } = Io(), e = t, o = ie();
1243
- No(o);
1246
+ jo(o);
1244
1247
  const s = J();
1245
- ne(s) && sn(o, "slot", e.nodeId, "", ve()), rn(e.refContext?.compId, o);
1248
+ ne(s) && sn(o, "slot", e.nodeId, "", ve()), rn(e, o);
1246
1249
  function r(c) {
1247
1250
  const u = Ke[c.key];
1248
1251
  if (!u)
@@ -1250,7 +1253,7 @@ const ds = /* @__PURE__ */ C({
1250
1253
  const p = {
1251
1254
  nodeId: c.id
1252
1255
  };
1253
- return c.refId && (p.refContext = {
1256
+ return $o(c.key) && (p.refContext = {
1254
1257
  parent: e.refContext,
1255
1258
  compId: c.refId
1256
1259
  }), xe(
@@ -1267,10 +1270,10 @@ const ds = /* @__PURE__ */ C({
1267
1270
  }
1268
1271
  );
1269
1272
  }
1270
- const a = () => $o(e.refContext) ? xe("div", n("x-runtime-lib.circularRef")) : o.value?.view.nodeLites.map((c) => r(c));
1273
+ const a = () => Co(e.refContext) ? xe("div", n("x-runtime-lib.circularRef")) : o.value?.view.nodeLites.map((c) => r(c));
1271
1274
  return (c, u) => (_(), S(a));
1272
1275
  }
1273
- }), hs = /* @__PURE__ */ C({
1276
+ }), _s = /* @__PURE__ */ C({
1274
1277
  __name: "index",
1275
1278
  props: {
1276
1279
  nodeId: {},
@@ -1308,7 +1311,7 @@ const ds = /* @__PURE__ */ C({
1308
1311
  });
1309
1312
  };
1310
1313
  }
1311
- }), _s = /* @__PURE__ */ C({
1314
+ }), vs = /* @__PURE__ */ C({
1312
1315
  __name: "index",
1313
1316
  props: {
1314
1317
  nodeId: {},
@@ -1371,8 +1374,8 @@ const ds = /* @__PURE__ */ C({
1371
1374
  }, 8, ["block"]);
1372
1375
  };
1373
1376
  }
1374
- }), vs = {};
1375
- function xs(t, n) {
1377
+ }), xs = {};
1378
+ function ks(t, n) {
1376
1379
  const e = M("v-btn-group");
1377
1380
  return _(), S(e, null, {
1378
1381
  default: I(() => [
@@ -1381,7 +1384,7 @@ function xs(t, n) {
1381
1384
  _: 3
1382
1385
  });
1383
1386
  }
1384
- const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
1387
+ const ws = /* @__PURE__ */ Ae(xs, [["render", ks]]), Is = /* @__PURE__ */ C({
1385
1388
  __name: "index",
1386
1389
  props: {
1387
1390
  nodeId: {},
@@ -1424,7 +1427,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
1424
1427
  }, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
1425
1428
  };
1426
1429
  }
1427
- }), Is = /* @__PURE__ */ C({
1430
+ }), Ss = /* @__PURE__ */ C({
1428
1431
  __name: "index",
1429
1432
  props: {
1430
1433
  nodeId: {},
@@ -1470,7 +1473,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
1470
1473
  });
1471
1474
  };
1472
1475
  }
1473
- }), Ss = /* @__PURE__ */ C({
1476
+ }), $s = /* @__PURE__ */ C({
1474
1477
  __name: "index",
1475
1478
  props: {
1476
1479
  nodeId: {},
@@ -1498,7 +1501,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
1498
1501
  });
1499
1502
  };
1500
1503
  }
1501
- }), $s = /* @__PURE__ */ C({
1504
+ }), Cs = /* @__PURE__ */ C({
1502
1505
  __name: "index",
1503
1506
  props: {
1504
1507
  nodeId: {},
@@ -1540,7 +1543,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
1540
1543
  });
1541
1544
  };
1542
1545
  }
1543
- }), Cs = /* @__PURE__ */ C({
1546
+ }), Vs = /* @__PURE__ */ C({
1544
1547
  __name: "index",
1545
1548
  props: {
1546
1549
  nodeId: {},
@@ -1585,7 +1588,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
1585
1588
  }, 8, ["modelValue", "column", "direction", "disabled", "filter", "mandatory", "multiple", "show-arrows", "theme"]);
1586
1589
  };
1587
1590
  }
1588
- }), Vs = /* @__PURE__ */ C({
1591
+ }), Ps = /* @__PURE__ */ C({
1589
1592
  __name: "index",
1590
1593
  props: {
1591
1594
  nodeId: {},
@@ -1638,7 +1641,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
1638
1641
  });
1639
1642
  };
1640
1643
  }
1641
- }), Ps = /* @__PURE__ */ C({
1644
+ }), Ls = /* @__PURE__ */ C({
1642
1645
  __name: "index",
1643
1646
  props: {
1644
1647
  nodeId: {},
@@ -1678,7 +1681,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
1678
1681
  });
1679
1682
  };
1680
1683
  }
1681
- }), Ls = /* @__PURE__ */ C({
1684
+ }), zs = /* @__PURE__ */ C({
1682
1685
  __name: "index",
1683
1686
  props: {
1684
1687
  nodeId: {},
@@ -1704,7 +1707,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
1704
1707
  _: 3
1705
1708
  }));
1706
1709
  }
1707
- }), zs = /* @__PURE__ */ C({
1710
+ }), Ts = /* @__PURE__ */ C({
1708
1711
  __name: "index",
1709
1712
  props: {
1710
1713
  nodeId: {},
@@ -1744,7 +1747,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
1744
1747
  theme: i(f),
1745
1748
  width: i(g)
1746
1749
  }, Ft({ _: 2 }, [
1747
- Xo(b.value, ($) => ({
1750
+ Yo(b.value, ($) => ({
1748
1751
  name: `item.${$.column}`,
1749
1752
  fn: I(({ value: V }) => [
1750
1753
  O(i(ye), {
@@ -1760,7 +1763,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
1760
1763
  });
1761
1764
  };
1762
1765
  }
1763
- }), Ts = /* @__PURE__ */ C({
1766
+ }), Es = /* @__PURE__ */ C({
1764
1767
  __name: "index",
1765
1768
  setup(t) {
1766
1769
  return (n, e) => {
@@ -1773,7 +1776,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
1773
1776
  });
1774
1777
  };
1775
1778
  }
1776
- }), Es = ["id"], As = /* @__PURE__ */ C({
1779
+ }), As = ["id"], Ms = /* @__PURE__ */ C({
1777
1780
  __name: "index",
1778
1781
  props: {
1779
1782
  nodeId: {},
@@ -1797,7 +1800,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
1797
1800
  i(e) === "editor" ? (_(), se("div", {
1798
1801
  key: 0,
1799
1802
  id: `__node__@${n.nodeId}`
1800
- }, null, 8, Es)) : le("", !0)
1803
+ }, null, 8, As)) : le("", !0)
1801
1804
  ]),
1802
1805
  default: I(() => [
1803
1806
  R(s.$slots, "default")
@@ -1806,7 +1809,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
1806
1809
  }, 8, ["modelValue"]);
1807
1810
  };
1808
1811
  }
1809
- }), Ms = /* @__PURE__ */ C({
1812
+ }), Bs = /* @__PURE__ */ C({
1810
1813
  __name: "index",
1811
1814
  props: {
1812
1815
  nodeId: {},
@@ -1851,7 +1854,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
1851
1854
  });
1852
1855
  };
1853
1856
  }
1854
- }), Bs = /* @__PURE__ */ C({
1857
+ }), Ws = /* @__PURE__ */ C({
1855
1858
  __name: "index",
1856
1859
  props: {
1857
1860
  nodeId: {},
@@ -1882,7 +1885,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
1882
1885
  R(b.$slots, "default")
1883
1886
  ], 4));
1884
1887
  }
1885
- }), Ws = /* @__PURE__ */ C({
1888
+ }), Rs = /* @__PURE__ */ C({
1886
1889
  __name: "index",
1887
1890
  props: {
1888
1891
  nodeId: {},
@@ -1900,7 +1903,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
1900
1903
  R(p.$slots, "default")
1901
1904
  ], 4));
1902
1905
  }
1903
- }), Rs = /* @__PURE__ */ C({
1906
+ }), Ks = /* @__PURE__ */ C({
1904
1907
  __name: "index",
1905
1908
  props: {
1906
1909
  nodeId: {},
@@ -1930,7 +1933,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
1930
1933
  "onUpdate:modelValue": x[0] || (x[0] = (V) => Z(a) ? a.value = V : null),
1931
1934
  "fast-fail": i(c),
1932
1935
  style: re(b.value),
1933
- onSubmit: Yo(v, ["prevent"])
1936
+ onSubmit: Zo(v, ["prevent"])
1934
1937
  }, {
1935
1938
  default: I(() => [
1936
1939
  R(h.$slots, "default")
@@ -1939,7 +1942,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
1939
1942
  }, 8, ["modelValue", "fast-fail", "style"]);
1940
1943
  };
1941
1944
  }
1942
- }), Ks = /* @__PURE__ */ C({
1945
+ }), Ds = /* @__PURE__ */ C({
1943
1946
  __name: "index",
1944
1947
  props: {
1945
1948
  nodeId: {},
@@ -1962,7 +1965,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
1962
1965
  }, null, 8, ["color", "disabled", "icon", "size", "theme"]);
1963
1966
  };
1964
1967
  }
1965
- }), Ds = ["id"], Os = /* @__PURE__ */ C({
1968
+ }), Os = ["id"], Fs = /* @__PURE__ */ C({
1966
1969
  __name: "index",
1967
1970
  props: {
1968
1971
  nodeId: {},
@@ -1992,7 +1995,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
1992
1995
  i(e) === "editor" ? (_(), se("div", {
1993
1996
  key: 0,
1994
1997
  id: `__node__@${n.nodeId}`
1995
- }, null, 8, Ds)) : le("", !0)
1998
+ }, null, 8, Os)) : le("", !0)
1996
1999
  ]),
1997
2000
  default: I(() => [
1998
2001
  R(u.$slots, "default")
@@ -2001,7 +2004,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
2001
2004
  }, 8, ["modelValue", "target"]);
2002
2005
  };
2003
2006
  }
2004
- }), Fs = /* @__PURE__ */ C({
2007
+ }), Ns = /* @__PURE__ */ C({
2005
2008
  __name: "index",
2006
2009
  props: {
2007
2010
  nodeId: {},
@@ -2080,7 +2083,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
2080
2083
  });
2081
2084
  };
2082
2085
  }
2083
- }), Ns = /* @__PURE__ */ C({
2086
+ }), js = /* @__PURE__ */ C({
2084
2087
  __name: "index",
2085
2088
  props: {
2086
2089
  nodeId: {},
@@ -2121,7 +2124,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
2121
2124
  });
2122
2125
  };
2123
2126
  }
2124
- }), js = /* @__PURE__ */ C({
2127
+ }), Gs = /* @__PURE__ */ C({
2125
2128
  __name: "index",
2126
2129
  props: {
2127
2130
  nodeId: {},
@@ -2149,7 +2152,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
2149
2152
  }, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
2150
2153
  };
2151
2154
  }
2152
- }), Gs = /* @__PURE__ */ C({
2155
+ }), Hs = /* @__PURE__ */ C({
2153
2156
  __name: "index",
2154
2157
  props: {
2155
2158
  nodeId: {},
@@ -2191,7 +2194,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
2191
2194
  });
2192
2195
  };
2193
2196
  }
2194
- }), Hs = /* @__PURE__ */ C({
2197
+ }), Us = /* @__PURE__ */ C({
2195
2198
  __name: "index",
2196
2199
  props: {
2197
2200
  nodeId: {},
@@ -2283,7 +2286,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
2283
2286
  });
2284
2287
  };
2285
2288
  }
2286
- }), Us = /* @__PURE__ */ C({
2289
+ }), Js = /* @__PURE__ */ C({
2287
2290
  __name: "index",
2288
2291
  props: {
2289
2292
  nodeId: {},
@@ -2325,7 +2328,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
2325
2328
  });
2326
2329
  };
2327
2330
  }
2328
- }), Js = /* @__PURE__ */ C({
2331
+ }), qs = /* @__PURE__ */ C({
2329
2332
  __name: "index",
2330
2333
  props: {
2331
2334
  nodeId: {},
@@ -2365,7 +2368,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
2365
2368
  });
2366
2369
  };
2367
2370
  }
2368
- }), qs = /* @__PURE__ */ C({
2371
+ }), Xs = /* @__PURE__ */ C({
2369
2372
  __name: "index",
2370
2373
  props: {
2371
2374
  nodeId: {},
@@ -2428,7 +2431,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
2428
2431
  default: I(() => [
2429
2432
  O(lt, {
2430
2433
  modelValue: i(ee),
2431
- "onUpdate:modelValue": Je[0] || (Je[0] = (Ho) => Z(ee) ? ee.value = Ho : null),
2434
+ "onUpdate:modelValue": Je[0] || (Je[0] = (Uo) => Z(ee) ? ee.value = Uo : null),
2432
2435
  color: i(s),
2433
2436
  direction: i(r),
2434
2437
  disabled: i(a),
@@ -2476,7 +2479,7 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
2476
2479
  });
2477
2480
  };
2478
2481
  }
2479
- }), Xs = /* @__PURE__ */ C({
2482
+ }), Ys = /* @__PURE__ */ C({
2480
2483
  __name: "index",
2481
2484
  props: {
2482
2485
  nodeId: {},
@@ -2503,8 +2506,8 @@ const ks = /* @__PURE__ */ Ae(vs, [["render", xs]]), ws = /* @__PURE__ */ C({
2503
2506
  }, 8, ["modelValue", "hide-actions", "theme"]);
2504
2507
  };
2505
2508
  }
2506
- }), Ys = {};
2507
- function Zs(t, n) {
2509
+ }), Zs = {};
2510
+ function Qs(t, n) {
2508
2511
  const e = M("v-stepper-header");
2509
2512
  return _(), S(e, null, {
2510
2513
  default: I(() => [
@@ -2513,7 +2516,7 @@ function Zs(t, n) {
2513
2516
  _: 3
2514
2517
  });
2515
2518
  }
2516
- const Qs = /* @__PURE__ */ Ae(Ys, [["render", Zs]]), el = /* @__PURE__ */ C({
2519
+ const el = /* @__PURE__ */ Ae(Zs, [["render", Qs]]), tl = /* @__PURE__ */ C({
2517
2520
  __name: "index",
2518
2521
  props: {
2519
2522
  nodeId: {},
@@ -2532,8 +2535,8 @@ const Qs = /* @__PURE__ */ Ae(Ys, [["render", Zs]]), el = /* @__PURE__ */ C({
2532
2535
  }, 8, ["value"]);
2533
2536
  };
2534
2537
  }
2535
- }), tl = {};
2536
- function nl(t, n) {
2538
+ }), nl = {};
2539
+ function ol(t, n) {
2537
2540
  const e = M("v-stepper-window");
2538
2541
  return _(), S(e, null, {
2539
2542
  default: I(() => [
@@ -2542,7 +2545,7 @@ function nl(t, n) {
2542
2545
  _: 3
2543
2546
  });
2544
2547
  }
2545
- const ol = /* @__PURE__ */ Ae(tl, [["render", nl]]), il = /* @__PURE__ */ C({
2548
+ const il = /* @__PURE__ */ Ae(nl, [["render", ol]]), rl = /* @__PURE__ */ C({
2546
2549
  __name: "index",
2547
2550
  props: {
2548
2551
  nodeId: {},
@@ -2561,7 +2564,7 @@ const ol = /* @__PURE__ */ Ae(tl, [["render", nl]]), il = /* @__PURE__ */ C({
2561
2564
  }, 8, ["value"]);
2562
2565
  };
2563
2566
  }
2564
- }), rl = /* @__PURE__ */ C({
2567
+ }), sl = /* @__PURE__ */ C({
2565
2568
  __name: "index",
2566
2569
  props: {
2567
2570
  nodeId: {},
@@ -2605,7 +2608,7 @@ const ol = /* @__PURE__ */ Ae(tl, [["render", nl]]), il = /* @__PURE__ */ C({
2605
2608
  });
2606
2609
  };
2607
2610
  }
2608
- }), sl = /* @__PURE__ */ C({
2611
+ }), ll = /* @__PURE__ */ C({
2609
2612
  __name: "index",
2610
2613
  props: {
2611
2614
  nodeId: {},
@@ -2632,7 +2635,7 @@ const ol = /* @__PURE__ */ Ae(tl, [["render", nl]]), il = /* @__PURE__ */ C({
2632
2635
  });
2633
2636
  };
2634
2637
  }
2635
- }), ll = /* @__PURE__ */ C({
2638
+ }), al = /* @__PURE__ */ C({
2636
2639
  __name: "index",
2637
2640
  props: {
2638
2641
  nodeId: {},
@@ -2711,7 +2714,7 @@ const ol = /* @__PURE__ */ Ae(tl, [["render", nl]]), il = /* @__PURE__ */ C({
2711
2714
  });
2712
2715
  };
2713
2716
  }
2714
- }), al = /* @__PURE__ */ C({
2717
+ }), cl = /* @__PURE__ */ C({
2715
2718
  __name: "index",
2716
2719
  props: {
2717
2720
  nodeId: {},
@@ -2732,13 +2735,13 @@ const ol = /* @__PURE__ */ Ae(tl, [["render", nl]]), il = /* @__PURE__ */ C({
2732
2735
  return (m, f) => (_(), S(i(N), null, {
2733
2736
  default: I(() => [
2734
2737
  te("span", {
2735
- class: Zo(d.value)
2736
- }, Qo(i(u)), 3)
2738
+ class: Qo(d.value)
2739
+ }, ei(i(u)), 3)
2737
2740
  ]),
2738
2741
  _: 1
2739
2742
  }));
2740
2743
  }
2741
- }), cl = /* @__PURE__ */ C({
2744
+ }), ul = /* @__PURE__ */ C({
2742
2745
  __name: "index",
2743
2746
  props: {
2744
2747
  nodeId: {},
@@ -2792,7 +2795,7 @@ const ol = /* @__PURE__ */ Ae(tl, [["render", nl]]), il = /* @__PURE__ */ C({
2792
2795
  });
2793
2796
  };
2794
2797
  }
2795
- }), ul = /* @__PURE__ */ C({
2798
+ }), ml = /* @__PURE__ */ C({
2796
2799
  __name: "index",
2797
2800
  props: {
2798
2801
  nodeId: {},
@@ -2917,7 +2920,7 @@ const ol = /* @__PURE__ */ Ae(tl, [["render", nl]]), il = /* @__PURE__ */ C({
2917
2920
  });
2918
2921
  };
2919
2922
  }
2920
- }), ml = /* @__PURE__ */ C({
2923
+ }), pl = /* @__PURE__ */ C({
2921
2924
  __name: "index",
2922
2925
  props: {
2923
2926
  nodeId: {},
@@ -2979,8 +2982,8 @@ const ol = /* @__PURE__ */ Ae(tl, [["render", nl]]), il = /* @__PURE__ */ C({
2979
2982
  }, 8, ["align", "density", "direction", "dot-color", "fill-dot", "hide-opposite", "line-color", "line-inset", "line-thickness", "side", "theme", "truncate-line"]);
2980
2983
  };
2981
2984
  }
2982
- }), pl = {};
2983
- function dl(t, n) {
2985
+ }), dl = {};
2986
+ function fl(t, n) {
2984
2987
  const e = M("v-timeline-item");
2985
2988
  return _(), S(e, null, {
2986
2989
  default: I(() => [
@@ -2989,7 +2992,7 @@ function dl(t, n) {
2989
2992
  _: 3
2990
2993
  });
2991
2994
  }
2992
- const fl = /* @__PURE__ */ Ae(pl, [["render", dl]]), yl = /* @__PURE__ */ C({
2995
+ const yl = /* @__PURE__ */ Ae(dl, [["render", fl]]), bl = /* @__PURE__ */ C({
2993
2996
  __name: "index",
2994
2997
  props: {
2995
2998
  nodeId: {},
@@ -3030,8 +3033,8 @@ const fl = /* @__PURE__ */ Ae(pl, [["render", dl]]), yl = /* @__PURE__ */ C({
3030
3033
  }, 8, ["modelValue", "continuous", "direction", "disabled", "reverse", "show-arrows", "theme", "touch"]);
3031
3034
  };
3032
3035
  }
3033
- }), bl = {};
3034
- function gl(t, n) {
3036
+ }), gl = {};
3037
+ function hl(t, n) {
3035
3038
  const e = M("v-window-item");
3036
3039
  return _(), S(e, null, {
3037
3040
  default: I(() => [
@@ -3040,7 +3043,7 @@ function gl(t, n) {
3040
3043
  _: 3
3041
3044
  });
3042
3045
  }
3043
- const hl = /* @__PURE__ */ Ae(bl, [["render", gl]]), y = {
3046
+ const _l = /* @__PURE__ */ Ae(gl, [["render", hl]]), y = {
3044
3047
  key: "basic",
3045
3048
  name: "x-runtime-lib.basic",
3046
3049
  children: [
@@ -3102,7 +3105,7 @@ const hl = /* @__PURE__ */ Ae(bl, [["render", gl]]), y = {
3102
3105
  ]
3103
3106
  }
3104
3107
  ]
3105
- }, _l = K(X), Le = {
3108
+ }, vl = K(X), Le = {
3106
3109
  key: "border",
3107
3110
  name: "x-runtime-lib.border",
3108
3111
  children: [
@@ -3120,7 +3123,7 @@ const hl = /* @__PURE__ */ Ae(bl, [["render", gl]]), y = {
3120
3123
  types: "borderWidthTypesV1",
3121
3124
  default: ""
3122
3125
  },
3123
- _l,
3126
+ vl,
3124
3127
  {
3125
3128
  key: "roundRadius",
3126
3129
  name: "x-runtime-lib.roundRadius",
@@ -3516,10 +3519,10 @@ const hl = /* @__PURE__ */ Ae(bl, [["render", gl]]), y = {
3516
3519
  default: 2e3
3517
3520
  }
3518
3521
  ]
3519
- }, vl = {
3522
+ }, xl = {
3520
3523
  key: "scene_orthographic_camera_v1",
3521
3524
  name: "x-runtime-lib.orthographicCamera",
3522
- comp: Bi,
3525
+ comp: Wi,
3523
3526
  properties: {
3524
3527
  pageScene: [y, Q, mn],
3525
3528
  compScene: [y, Q, mn]
@@ -3528,7 +3531,7 @@ const hl = /* @__PURE__ */ Ae(bl, [["render", gl]]), y = {
3528
3531
  methods: [],
3529
3532
  slots: []
3530
3533
  };
3531
- w(vl);
3534
+ w(xl);
3532
3535
  const pn = {
3533
3536
  key: "settings",
3534
3537
  name: "x-runtime-lib.settings",
@@ -3562,10 +3565,10 @@ const pn = {
3562
3565
  default: 2e3
3563
3566
  }
3564
3567
  ]
3565
- }, xl = {
3568
+ }, kl = {
3566
3569
  key: "scene_perspective_camera_v1",
3567
3570
  name: "x-runtime-lib.perspectiveCamera",
3568
- comp: Ri,
3571
+ comp: Ki,
3569
3572
  properties: {
3570
3573
  pageScene: [y, Q, pn],
3571
3574
  compScene: [y, Q, pn]
@@ -3574,11 +3577,11 @@ const pn = {
3574
3577
  methods: [],
3575
3578
  slots: []
3576
3579
  };
3577
- w(xl);
3578
- const kl = {
3580
+ w(kl);
3581
+ const wl = {
3579
3582
  key: "scene_keyboard_controls_v1",
3580
3583
  name: "x-runtime-lib.keyboardControls",
3581
- comp: Ki,
3584
+ comp: Di,
3582
3585
  properties: {
3583
3586
  pageScene: [y],
3584
3587
  compScene: [y]
@@ -3588,11 +3591,11 @@ const kl = {
3588
3591
  slots: [],
3589
3592
  leaf: !0
3590
3593
  };
3591
- w(kl);
3592
- const wl = {
3594
+ w(wl);
3595
+ const Il = {
3593
3596
  key: "scene_map_controls_v1",
3594
3597
  name: "x-runtime-lib.mapControls",
3595
- comp: Di,
3598
+ comp: Oi,
3596
3599
  properties: {
3597
3600
  pageScene: [y],
3598
3601
  compScene: [y]
@@ -3602,11 +3605,11 @@ const wl = {
3602
3605
  slots: [],
3603
3606
  leaf: !0
3604
3607
  };
3605
- w(wl);
3606
- const Il = {
3608
+ w(Il);
3609
+ const Sl = {
3607
3610
  key: "scene_orbit_controls_v1",
3608
3611
  name: "x-runtime-lib.orbitControls",
3609
- comp: Oi,
3612
+ comp: Fi,
3610
3613
  properties: {
3611
3614
  pageScene: [y],
3612
3615
  compScene: [y]
@@ -3616,8 +3619,8 @@ const Il = {
3616
3619
  slots: [],
3617
3620
  leaf: !0
3618
3621
  };
3619
- w(Il);
3620
- function Sl(t, n) {
3622
+ w(Sl);
3623
+ function $l(t, n) {
3621
3624
  const e = `type=${t} subtype=${n}`, o = B(t, n);
3622
3625
  if (!o) {
3623
3626
  console.error(`boxGeometryV1/spawn property tag not found, ${e}`);
@@ -3646,7 +3649,7 @@ function Sl(t, n) {
3646
3649
  z: 1
3647
3650
  }
3648
3651
  };
3649
- const a = $l(t, n), c = Cl(t, n);
3652
+ const a = Cl(t, n), c = Vl(t, n);
3650
3653
  return {
3651
3654
  nodeLite: E(r, [a.nodeLite, c.nodeLite]),
3652
3655
  nodes: {
@@ -3656,7 +3659,7 @@ function Sl(t, n) {
3656
3659
  }
3657
3660
  };
3658
3661
  }
3659
- function $l(t, n) {
3662
+ function Cl(t, n) {
3660
3663
  const e = `type=${t} subtype=${n}`, o = B(t, n);
3661
3664
  if (!o) {
3662
3665
  console.error(
@@ -3686,7 +3689,7 @@ function $l(t, n) {
3686
3689
  }
3687
3690
  };
3688
3691
  }
3689
- function Cl(t, n) {
3692
+ function Vl(t, n) {
3690
3693
  const e = `type=${t} subtype=${n}`, o = B(t, n);
3691
3694
  if (!o) {
3692
3695
  console.error(
@@ -3756,7 +3759,7 @@ const dn = {
3756
3759
  }, yt = {
3757
3760
  key: "scene_box_geometry_v1",
3758
3761
  name: "x-runtime-lib.boxGeometry",
3759
- comp: Ni,
3762
+ comp: ji,
3760
3763
  properties: {
3761
3764
  pageScene: [y, dn],
3762
3765
  compScene: [y, dn]
@@ -3765,10 +3768,10 @@ const dn = {
3765
3768
  methods: [],
3766
3769
  slots: [],
3767
3770
  leaf: !0,
3768
- spawn: Sl
3771
+ spawn: $l
3769
3772
  };
3770
3773
  w(yt);
3771
- function Vl(t, n) {
3774
+ function Pl(t, n) {
3772
3775
  const e = `type=${t} subtype=${n}`, o = B(t, n);
3773
3776
  if (!o) {
3774
3777
  console.error(`sphereGeometryV1/spawn property tag not found, ${e}`);
@@ -3797,7 +3800,7 @@ function Vl(t, n) {
3797
3800
  z: 1
3798
3801
  }
3799
3802
  };
3800
- const a = Pl(t, n), c = Ll(t, n);
3803
+ const a = Ll(t, n), c = zl(t, n);
3801
3804
  return {
3802
3805
  nodeLite: E(r, [a.nodeLite, c.nodeLite]),
3803
3806
  nodes: {
@@ -3807,7 +3810,7 @@ function Vl(t, n) {
3807
3810
  }
3808
3811
  };
3809
3812
  }
3810
- function Pl(t, n) {
3813
+ function Ll(t, n) {
3811
3814
  const e = `type=${t} subtype=${n}`, o = B(t, n);
3812
3815
  if (!o) {
3813
3816
  console.error(
@@ -3838,7 +3841,7 @@ function Pl(t, n) {
3838
3841
  }
3839
3842
  };
3840
3843
  }
3841
- function Ll(t, n) {
3844
+ function zl(t, n) {
3842
3845
  const e = `type=${t} subtype=${n}`, o = B(t, n);
3843
3846
  if (!o) {
3844
3847
  console.error(
@@ -3916,7 +3919,7 @@ const fn = {
3916
3919
  }, bt = {
3917
3920
  key: "scene_sphere_geometry_v1",
3918
3921
  name: "x-runtime-lib.sphereGeometry",
3919
- comp: Gi,
3922
+ comp: Hi,
3920
3923
  properties: {
3921
3924
  pageScene: [y, fn],
3922
3925
  compScene: [y, fn]
@@ -3925,7 +3928,7 @@ const fn = {
3925
3928
  methods: [],
3926
3929
  slots: [],
3927
3930
  leaf: !0,
3928
- spawn: Vl
3931
+ spawn: Pl
3929
3932
  };
3930
3933
  w(bt);
3931
3934
  const ot = K(X);
@@ -3945,10 +3948,10 @@ const yn = {
3945
3948
  default: 1
3946
3949
  }
3947
3950
  ]
3948
- }, zl = {
3951
+ }, Tl = {
3949
3952
  key: "scene_ambient_light_v1",
3950
3953
  name: "x-runtime-lib.ambientLight",
3951
- comp: Ui,
3954
+ comp: Ji,
3952
3955
  properties: {
3953
3956
  pageScene: [y, Q, yn],
3954
3957
  compScene: [y, Q, yn]
@@ -3957,7 +3960,7 @@ const yn = {
3957
3960
  methods: [],
3958
3961
  slots: []
3959
3962
  };
3960
- w(zl);
3963
+ w(Tl);
3961
3964
  const it = K(X);
3962
3965
  it.children[0].default = "custom";
3963
3966
  it.children[2].children[0].default = "0xffffff";
@@ -3975,10 +3978,10 @@ const bn = {
3975
3978
  default: 1
3976
3979
  }
3977
3980
  ]
3978
- }, Tl = {
3981
+ }, El = {
3979
3982
  key: "scene_directional_light_v1",
3980
3983
  name: "x-runtime-lib.directionalLight",
3981
- comp: qi,
3984
+ comp: Xi,
3982
3985
  properties: {
3983
3986
  pageScene: [y, Q, bn],
3984
3987
  compScene: [y, Q, bn]
@@ -3987,7 +3990,7 @@ const bn = {
3987
3990
  methods: [],
3988
3991
  slots: []
3989
3992
  };
3990
- w(Tl);
3993
+ w(El);
3991
3994
  const rt = K(X);
3992
3995
  rt.children[0].default = "custom";
3993
3996
  rt.children[2].children[0].default = "0xffffff";
@@ -4019,10 +4022,10 @@ const gn = {
4019
4022
  default: 2
4020
4023
  }
4021
4024
  ]
4022
- }, El = {
4025
+ }, Al = {
4023
4026
  key: "scene_point_light_v1",
4024
4027
  name: "x-runtime-lib.pointLight",
4025
- comp: Yi,
4028
+ comp: Zi,
4026
4029
  properties: {
4027
4030
  pageScene: [y, Q, gn],
4028
4031
  compScene: [y, Q, gn]
@@ -4031,7 +4034,7 @@ const gn = {
4031
4034
  methods: [],
4032
4035
  slots: []
4033
4036
  };
4034
- w(El);
4037
+ w(Al);
4035
4038
  const st = K(X);
4036
4039
  st.children[0].default = "custom";
4037
4040
  st.children[2].children[0].default = "0xffffff";
@@ -4080,10 +4083,10 @@ const hn = {
4080
4083
  default: 0
4081
4084
  }
4082
4085
  ]
4083
- }, Al = {
4086
+ }, Ml = {
4084
4087
  key: "scene_spot_light_v1",
4085
4088
  name: "x-runtime-lib.spotLight",
4086
- comp: Qi,
4089
+ comp: er,
4087
4090
  properties: {
4088
4091
  pageScene: [y, Q, hn],
4089
4092
  compScene: [y, Q, hn]
@@ -4092,11 +4095,11 @@ const hn = {
4092
4095
  methods: [],
4093
4096
  slots: []
4094
4097
  };
4095
- w(Al);
4098
+ w(Ml);
4096
4099
  const De = {
4097
4100
  key: "scene_mesh_basic_material_v1",
4098
4101
  name: "x-runtime-lib.meshBasicMaterial",
4099
- comp: nr,
4102
+ comp: or,
4100
4103
  properties: {
4101
4104
  pageScene: [y],
4102
4105
  compScene: [y]
@@ -4107,10 +4110,10 @@ const De = {
4107
4110
  leaf: !0
4108
4111
  };
4109
4112
  w(De);
4110
- const Ml = {
4113
+ const Bl = {
4111
4114
  key: "scene_group_v1",
4112
4115
  name: "x-runtime-lib.group",
4113
- comp: ir,
4116
+ comp: rr,
4114
4117
  properties: {
4115
4118
  pageScene: [y, Q],
4116
4119
  compScene: [y, Q]
@@ -4119,11 +4122,11 @@ const Ml = {
4119
4122
  methods: [],
4120
4123
  slots: []
4121
4124
  };
4122
- w(Ml);
4125
+ w(Bl);
4123
4126
  const Oe = {
4124
4127
  key: "scene_mesh_v1",
4125
4128
  name: "x-runtime-lib.mesh",
4126
- comp: sr,
4129
+ comp: lr,
4127
4130
  properties: {
4128
4131
  pageScene: [y, Q],
4129
4132
  compScene: [y, Q]
@@ -4133,7 +4136,7 @@ const Oe = {
4133
4136
  slots: []
4134
4137
  };
4135
4138
  w(Oe);
4136
- function Bl(t, n) {
4139
+ function Wl(t, n) {
4137
4140
  const e = `type=${t} subtype=${n}`, o = B(t, n);
4138
4141
  if (!o) {
4139
4142
  console.error(`barChartV1/spawn property tag not found, ${e}`);
@@ -4181,16 +4184,16 @@ const _n = {
4181
4184
  }, gt = {
4182
4185
  key: "common_bar_chart_v1",
4183
4186
  name: "x-runtime-lib.barChart",
4184
- comp: ds,
4187
+ comp: fs,
4185
4188
  properties: {
4186
4189
  pageCommon: [y, Y, Qe, et, tt, Ze, _n],
4187
4190
  compCommon: [y, Y, Qe, et, tt, Ze, _n]
4188
4191
  },
4189
4192
  leaf: !0,
4190
- spawn: Bl
4193
+ spawn: Wl
4191
4194
  };
4192
4195
  w(gt);
4193
- function Wl(t, n) {
4196
+ function Rl(t, n) {
4194
4197
  const e = `type=${t} subtype=${n}`, o = B(t, n);
4195
4198
  if (!o) {
4196
4199
  console.error(`lineChartV1/spawn property tag not found, ${e}`);
@@ -4238,26 +4241,26 @@ const vn = {
4238
4241
  }, ht = {
4239
4242
  key: "common_line_chart_v1",
4240
4243
  name: "x-runtime-lib.lineChart",
4241
- comp: fs,
4244
+ comp: ys,
4242
4245
  properties: {
4243
4246
  pageCommon: [y, Y, Qe, et, tt, Ze, vn],
4244
4247
  compCommon: [y, Y, Qe, et, tt, Ze, vn]
4245
4248
  },
4246
4249
  leaf: !0,
4247
- spawn: Wl
4250
+ spawn: Rl
4248
4251
  };
4249
4252
  w(ht);
4250
- const Rl = {
4253
+ const Kl = {
4251
4254
  key: "multiple_ref_v1",
4252
4255
  name: "x-runtime-lib.multipleRef",
4253
- comp: ys,
4256
+ comp: bs,
4254
4257
  properties: {
4255
4258
  pageCommon: [y],
4256
4259
  compCommon: [y]
4257
4260
  },
4258
4261
  leaf: !0
4259
4262
  };
4260
- w(Rl);
4263
+ w(Kl);
4261
4264
  const xn = {
4262
4265
  key: "reference",
4263
4266
  name: "x-runtime-lib.reference",
@@ -4269,17 +4272,17 @@ const xn = {
4269
4272
  default: void 0
4270
4273
  }
4271
4274
  ]
4272
- }, Kl = {
4275
+ }, Dl = {
4273
4276
  key: "reference_v1",
4274
4277
  name: "x-runtime-lib.reference",
4275
- comp: bs,
4278
+ comp: gs,
4276
4279
  properties: {
4277
4280
  pageCommon: [y, Y, xn],
4278
4281
  compCommon: [y, Y, xn]
4279
4282
  },
4280
4283
  leaf: !0
4281
4284
  };
4282
- w(Kl);
4285
+ w(Dl);
4283
4286
  const kn = {
4284
4287
  key: "settings",
4285
4288
  name: "x-runtime-lib.settings",
@@ -4291,16 +4294,16 @@ const kn = {
4291
4294
  default: !1
4292
4295
  }
4293
4296
  ]
4294
- }, Dl = {
4297
+ }, Ol = {
4295
4298
  key: "render_switch_v1",
4296
4299
  name: "x-runtime-lib.renderSwitch",
4297
- comp: gs,
4300
+ comp: hs,
4298
4301
  properties: {
4299
4302
  pageCommon: [y, kn],
4300
4303
  compCommon: [y, kn]
4301
4304
  }
4302
4305
  };
4303
- w(Dl);
4306
+ w(Ol);
4304
4307
  const wn = {
4305
4308
  key: "reference",
4306
4309
  name: "x-runtime-lib.reference",
@@ -4312,7 +4315,7 @@ const wn = {
4312
4315
  default: void 0
4313
4316
  }
4314
4317
  ]
4315
- }, Ol = {
4318
+ }, Fl = {
4316
4319
  key: "slot_v1",
4317
4320
  name: "x-runtime-lib.slot",
4318
4321
  comp: ye,
@@ -4321,35 +4324,35 @@ const wn = {
4321
4324
  compCommon: [y, wn]
4322
4325
  }
4323
4326
  };
4324
- w(Ol);
4327
+ w(Fl);
4325
4328
  const Me = K(X);
4326
4329
  Me.key = "backgroundColor";
4327
4330
  Me.name = "x-runtime-lib.backgroundColor";
4328
- const To = {
4331
+ const Eo = {
4329
4332
  key: "adaptSlot",
4330
4333
  name: "x-runtime-lib.adaptSlot",
4331
4334
  ui: "slotSelect",
4332
4335
  default: void 0
4333
- }, Fl = {
4334
- key: "settings",
4335
- name: "x-runtime-lib.settings",
4336
- children: [Me]
4337
4336
  }, Nl = {
4338
4337
  key: "settings",
4339
4338
  name: "x-runtime-lib.settings",
4340
- children: [Me, To]
4339
+ children: [Me]
4341
4340
  }, jl = {
4342
4341
  key: "settings",
4343
4342
  name: "x-runtime-lib.settings",
4344
- children: [Me]
4343
+ children: [Me, Eo]
4345
4344
  }, Gl = {
4346
4345
  key: "settings",
4347
4346
  name: "x-runtime-lib.settings",
4348
- children: [Me, To]
4347
+ children: [Me]
4349
4348
  }, Hl = {
4349
+ key: "settings",
4350
+ name: "x-runtime-lib.settings",
4351
+ children: [Me, Eo]
4352
+ }, Ul = {
4350
4353
  key: "startup",
4351
4354
  name: "x-runtime-lib.startup"
4352
- }, Ul = {
4355
+ }, Jl = {
4353
4356
  key: "screenSizeChange",
4354
4357
  name: "x-runtime-lib.screenSizeChange",
4355
4358
  params: [
@@ -4364,7 +4367,7 @@ const To = {
4364
4367
  type: "string"
4365
4368
  }
4366
4369
  ]
4367
- }, Jl = {
4370
+ }, ql = {
4368
4371
  key: "darkModeChange",
4369
4372
  name: "x-runtime-lib.darkModeChange",
4370
4373
  params: [
@@ -4374,20 +4377,20 @@ const To = {
4374
4377
  type: "boolean"
4375
4378
  }
4376
4379
  ]
4377
- }, ql = {
4380
+ }, Xl = {
4378
4381
  key: "globality_v1",
4379
4382
  name: "x-runtime-lib.globality",
4380
4383
  comp: null,
4381
4384
  properties: {
4382
- pageCommon: [Fl],
4383
- pageScene: [jl],
4384
- compCommon: [Nl],
4385
- compScene: [Gl]
4385
+ pageCommon: [Nl],
4386
+ pageScene: [Gl],
4387
+ compCommon: [jl],
4388
+ compScene: [Hl]
4386
4389
  },
4387
- events: [Hl, Ul, Jl],
4390
+ events: [Ul, Jl, ql],
4388
4391
  internal: !0
4389
4392
  };
4390
- w(ql);
4393
+ w(Xl);
4391
4394
  const In = {
4392
4395
  key: "settings",
4393
4396
  name: "x-runtime-lib.settings",
@@ -4423,17 +4426,17 @@ const In = {
4423
4426
  default: !1
4424
4427
  }
4425
4428
  ]
4426
- }, Xl = {
4429
+ }, Yl = {
4427
4430
  key: "common_badge_v1",
4428
4431
  name: "x-runtime-lib.badge",
4429
- comp: hs,
4432
+ comp: _s,
4430
4433
  properties: {
4431
4434
  pageCommon: [y, In],
4432
4435
  compCommon: [y, In]
4433
4436
  }
4434
4437
  };
4435
- w(Xl);
4436
- function Yl(t, n) {
4438
+ w(Yl);
4439
+ function Zl(t, n) {
4437
4440
  const e = `type=${t} subtype=${n}`, o = B(t, n);
4438
4441
  if (!o) {
4439
4442
  console.error(`btnV1/spawn property tag not found, ${e}`);
@@ -4452,7 +4455,7 @@ function Yl(t, n) {
4452
4455
  }
4453
4456
  };
4454
4457
  }
4455
- const Zl = K(X), Sn = {
4458
+ const Ql = K(X), Sn = {
4456
4459
  key: "settings",
4457
4460
  name: "x-runtime-lib.settings",
4458
4461
  children: [
@@ -4478,7 +4481,7 @@ const Zl = K(X), Sn = {
4478
4481
  key: "text",
4479
4482
  name: "x-runtime-lib.text",
4480
4483
  ui: "strInput",
4481
- default: ""
4484
+ default: "button"
4482
4485
  },
4483
4486
  {
4484
4487
  key: "variant",
@@ -4531,7 +4534,7 @@ const Zl = K(X), Sn = {
4531
4534
  ui: "switch",
4532
4535
  default: !1
4533
4536
  },
4534
- Zl,
4537
+ Ql,
4535
4538
  {
4536
4539
  key: "ripple",
4537
4540
  name: "x-runtime-lib.ripple",
@@ -4542,7 +4545,7 @@ const Zl = K(X), Sn = {
4542
4545
  }, _t = {
4543
4546
  key: "common_btn_v1",
4544
4547
  name: "x-runtime-lib.button",
4545
- comp: _s,
4548
+ comp: vs,
4546
4549
  properties: {
4547
4550
  pageCommon: [y, Y, Sn],
4548
4551
  compCommon: [y, Y, Sn]
@@ -4554,19 +4557,19 @@ const Zl = K(X), Sn = {
4554
4557
  }
4555
4558
  ],
4556
4559
  leaf: !0,
4557
- spawn: Yl
4560
+ spawn: Zl
4558
4561
  };
4559
4562
  w(_t);
4560
- const Ql = {
4563
+ const ea = {
4561
4564
  key: "common_btn_group_v1",
4562
4565
  name: "x-runtime-lib.buttonGroup",
4563
- comp: ks,
4566
+ comp: ws,
4564
4567
  properties: {
4565
4568
  pageCommon: [y],
4566
4569
  compCommon: [y]
4567
4570
  }
4568
4571
  };
4569
- w(Ql);
4572
+ w(ea);
4570
4573
  const $n = {
4571
4574
  key: "settings",
4572
4575
  name: "x-runtime-lib.settings",
@@ -4628,17 +4631,17 @@ const $n = {
4628
4631
  default: !1
4629
4632
  }
4630
4633
  ]
4631
- }, ea = {
4634
+ }, ta = {
4632
4635
  key: "common_btn_toggle_v1",
4633
4636
  name: "x-runtime-lib.buttonToggle",
4634
- comp: ws,
4637
+ comp: Is,
4635
4638
  properties: {
4636
4639
  pageCommon: [y, $n],
4637
4640
  compCommon: [y, $n]
4638
4641
  }
4639
4642
  };
4640
- w(ea);
4641
- function ta(t, n) {
4643
+ w(ta);
4644
+ function na(t, n) {
4642
4645
  const e = `type=${t} subtype=${n}`, o = B(t, n);
4643
4646
  if (!o) {
4644
4647
  console.error(`cardV1/spawn property tag not found, ${e}`);
@@ -4715,12 +4718,12 @@ const Cn = {
4715
4718
  }, Fe = {
4716
4719
  key: "common_card_v1",
4717
4720
  name: "x-runtime-lib.card",
4718
- comp: Is,
4721
+ comp: Ss,
4719
4722
  properties: {
4720
4723
  pageCommon: [y, Y, Cn],
4721
4724
  compCommon: [y, Y, Cn]
4722
4725
  },
4723
- spawn: ta
4726
+ spawn: na
4724
4727
  };
4725
4728
  w(Fe);
4726
4729
  const Vn = {
@@ -4740,18 +4743,18 @@ const Vn = {
4740
4743
  default: ""
4741
4744
  }
4742
4745
  ]
4743
- }, na = {
4746
+ }, oa = {
4744
4747
  key: "common_checkbox_v1",
4745
4748
  name: "x-runtime-lib.checkbox",
4746
- comp: Ss,
4749
+ comp: $s,
4747
4750
  properties: {
4748
4751
  pageCommon: [y, Vn],
4749
4752
  compCommon: [y, Vn]
4750
4753
  },
4751
4754
  leaf: !0
4752
4755
  };
4753
- w(na);
4754
- const oa = K(X), Pn = {
4756
+ w(oa);
4757
+ const ia = K(X), Pn = {
4755
4758
  key: "settings",
4756
4759
  name: "x-runtime-lib.settings",
4757
4760
  children: [
@@ -4824,12 +4827,12 @@ const oa = K(X), Pn = {
4824
4827
  ui: "switch",
4825
4828
  default: !1
4826
4829
  },
4827
- oa
4830
+ ia
4828
4831
  ]
4829
4832
  }, vt = {
4830
4833
  key: "common_chip_v1",
4831
4834
  name: "x-runtime-lib.chip",
4832
- comp: $s,
4835
+ comp: Cs,
4833
4836
  properties: {
4834
4837
  pageCommon: [y, Pn],
4835
4838
  compCommon: [y, Pn]
@@ -4837,7 +4840,7 @@ const oa = K(X), Pn = {
4837
4840
  leaf: !0
4838
4841
  };
4839
4842
  w(vt);
4840
- function ia(t, n) {
4843
+ function ra(t, n) {
4841
4844
  const e = `type=${t} subtype=${n}`, o = B(t, n);
4842
4845
  if (!o) {
4843
4846
  console.error(`chipGroupV1/spawn property tag not found, ${e}`);
@@ -4947,25 +4950,25 @@ const Ln = {
4947
4950
  }, xt = {
4948
4951
  key: "common_chip_group_v1",
4949
4952
  name: "x-runtime-lib.chipGroup",
4950
- comp: Cs,
4953
+ comp: Vs,
4951
4954
  properties: {
4952
4955
  pageCommon: [y, Ln],
4953
4956
  compCommon: [y, Ln]
4954
4957
  },
4955
- spawn: ia
4958
+ spawn: ra
4956
4959
  };
4957
4960
  w(xt);
4958
- const ra = {
4961
+ const sa = {
4959
4962
  key: "common_color_picker_v1",
4960
4963
  name: "x-runtime-lib.colorPicker",
4961
- comp: Vs,
4964
+ comp: Ps,
4962
4965
  properties: {
4963
4966
  pageCommon: [y],
4964
4967
  compCommon: [y]
4965
4968
  },
4966
4969
  leaf: !0
4967
4970
  };
4968
- w(ra);
4971
+ w(sa);
4969
4972
  const zn = {
4970
4973
  key: "settings",
4971
4974
  name: "x-runtime-lib.settings",
@@ -5007,17 +5010,17 @@ const zn = {
5007
5010
  default: !1
5008
5011
  }
5009
5012
  ]
5010
- }, sa = {
5013
+ }, la = {
5011
5014
  key: "common_combobox_v1",
5012
5015
  name: "x-runtime-lib.combobox",
5013
- comp: Ps,
5016
+ comp: Ls,
5014
5017
  properties: {
5015
5018
  pageCommon: [y, zn],
5016
5019
  compCommon: [y, zn]
5017
5020
  },
5018
5021
  leaf: !0
5019
5022
  };
5020
- w(sa);
5023
+ w(la);
5021
5024
  const Xt = K(X);
5022
5025
  Xt.key = "backgroundColor";
5023
5026
  Xt.name = "x-runtime-lib.backgroundColor";
@@ -5028,7 +5031,7 @@ const Tn = {
5028
5031
  }, kt = {
5029
5032
  key: "common_container_v1",
5030
5033
  name: "x-runtime-lib.container",
5031
- comp: Ls,
5034
+ comp: zs,
5032
5035
  properties: {
5033
5036
  pageCommon: [y, Y, Le, ze, Te, Tn],
5034
5037
  compCommon: [y, Y, Le, ze, Te, Tn]
@@ -5193,32 +5196,32 @@ const En = {
5193
5196
  defaultArray: []
5194
5197
  }
5195
5198
  ]
5196
- }, la = {
5199
+ }, aa = {
5197
5200
  key: "common_data_table_v1",
5198
5201
  name: "x-runtime-lib.dataTable",
5199
- comp: zs,
5202
+ comp: Ts,
5200
5203
  properties: {
5201
5204
  pageCommon: [y, En, An, Mn],
5202
5205
  compCommon: [y, En, An, Mn]
5203
5206
  },
5204
5207
  leaf: !0
5205
5208
  };
5206
- w(la);
5207
- const aa = {
5209
+ w(aa);
5210
+ const ca = {
5208
5211
  key: "common_date_picker_v1",
5209
5212
  name: "x-runtime-lib.datePicker",
5210
- comp: Ts,
5213
+ comp: Es,
5211
5214
  properties: {
5212
5215
  pageCommon: [y],
5213
5216
  compCommon: [y]
5214
5217
  },
5215
5218
  leaf: !0
5216
5219
  };
5217
- w(aa);
5218
- const ca = {
5220
+ w(ca);
5221
+ const ua = {
5219
5222
  key: "common_dialog_v1",
5220
5223
  name: "x-runtime-lib.dialog",
5221
- comp: As,
5224
+ comp: Ms,
5222
5225
  properties: {
5223
5226
  pageCommon: [y],
5224
5227
  compCommon: [y]
@@ -5235,15 +5238,15 @@ const ca = {
5235
5238
  ],
5236
5239
  teleport: !0
5237
5240
  };
5238
- w(ca);
5241
+ w(ua);
5239
5242
  const Bn = {
5240
5243
  key: "settings",
5241
5244
  name: "x-runtime-lib.settings",
5242
5245
  children: []
5243
- }, pu = {
5246
+ }, du = {
5244
5247
  key: "common_file_input_v1",
5245
5248
  name: "x-runtime-lib.fileInput",
5246
- comp: Ms,
5249
+ comp: Bs,
5247
5250
  properties: {
5248
5251
  pageCommon: [y, Bn],
5249
5252
  compCommon: [y, Bn]
@@ -5269,14 +5272,14 @@ const Bn = {
5269
5272
  }, wt = {
5270
5273
  key: "common_flex_layout_entry_v1",
5271
5274
  name: "x-runtime-lib.flexLayoutEntry",
5272
- comp: Ws,
5275
+ comp: Rs,
5273
5276
  properties: {
5274
5277
  pageCommon: [y, Y, Wn],
5275
5278
  compCommon: [y, Y, Wn]
5276
5279
  }
5277
5280
  };
5278
5281
  w(wt);
5279
- function ua(t, n) {
5282
+ function ma(t, n) {
5280
5283
  const e = `type=${t} subtype=${n}`, o = B(t, n);
5281
5284
  if (!o) {
5282
5285
  console.error(`flexLayoutV1/spawn property tag not found, ${e}`);
@@ -5307,7 +5310,7 @@ function ua(t, n) {
5307
5310
  void 0,
5308
5311
  "60px",
5309
5312
  void 0
5310
- ), u = ma(t, n);
5313
+ ), u = pa(t, n);
5311
5314
  return {
5312
5315
  nodeLite: E(r, [a.nodeLite, c.nodeLite, u.nodeLite]),
5313
5316
  nodes: {
@@ -5318,7 +5321,7 @@ function ua(t, n) {
5318
5321
  }
5319
5322
  };
5320
5323
  }
5321
- function ma(t, n) {
5324
+ function pa(t, n) {
5322
5325
  const e = `type=${t} subtype=${n}`, o = B(t, n);
5323
5326
  if (!o) {
5324
5327
  console.error(
@@ -5550,7 +5553,7 @@ const Rn = {
5550
5553
  }, Ne = {
5551
5554
  key: "common_flex_layout_v1",
5552
5555
  name: "x-runtime-lib.flexLayout",
5553
- comp: Bs,
5556
+ comp: Ws,
5554
5557
  properties: {
5555
5558
  pageCommon: [y, Y, Le, ze, Te, Rn],
5556
5559
  compCommon: [y, Y, Le, ze, Te, Rn]
@@ -5561,7 +5564,7 @@ const Rn = {
5561
5564
  name: "x-runtime-lib.click"
5562
5565
  }
5563
5566
  ],
5564
- spawn: ua
5567
+ spawn: ma
5565
5568
  };
5566
5569
  w(Ne);
5567
5570
  const Kn = {
@@ -5717,7 +5720,7 @@ const Kn = {
5717
5720
  }, St = {
5718
5721
  key: "common_text_field_v1",
5719
5722
  name: "x-runtime-lib.textField",
5720
- comp: ul,
5723
+ comp: ml,
5721
5724
  properties: {
5722
5725
  pageCommon: [y, Kn, Dn],
5723
5726
  compCommon: [y, Kn, Dn]
@@ -5745,7 +5748,7 @@ const Kn = {
5745
5748
  leaf: !0
5746
5749
  };
5747
5750
  w(St);
5748
- function pa(t, n) {
5751
+ function da(t, n) {
5749
5752
  const e = `type=${t} subtype=${n}`, o = B(t, n);
5750
5753
  if (!o) {
5751
5754
  console.error(`formV1/spawn property tag not found, ${e}`);
@@ -5758,7 +5761,7 @@ function pa(t, n) {
5758
5761
  }
5759
5762
  const r = T();
5760
5763
  A(r, s), r.basic.id = z(16), r.basic.key = $t.key;
5761
- const a = da(t, n);
5764
+ const a = fa(t, n);
5762
5765
  return {
5763
5766
  nodeLite: E(r, [a.nodeLite]),
5764
5767
  nodes: {
@@ -5767,7 +5770,7 @@ function pa(t, n) {
5767
5770
  }
5768
5771
  };
5769
5772
  }
5770
- function da(t, n) {
5773
+ function fa(t, n) {
5771
5774
  const e = `type=${t} subtype=${n}`, o = B(t, n);
5772
5775
  if (!o) {
5773
5776
  console.error(`formV1/spawnTextField property tag not found, ${e}`);
@@ -5807,7 +5810,7 @@ const On = {
5807
5810
  }, $t = {
5808
5811
  key: "common_form_v1",
5809
5812
  name: "x-runtime-lib.form",
5810
- comp: Rs,
5813
+ comp: Ks,
5811
5814
  properties: {
5812
5815
  pageCommon: [y, Y, Le, ze, Te, On],
5813
5816
  compCommon: [y, Y, Le, ze, Te, On]
@@ -5818,10 +5821,10 @@ const On = {
5818
5821
  name: "x-runtime-lib.submit"
5819
5822
  }
5820
5823
  ],
5821
- spawn: pa
5824
+ spawn: da
5822
5825
  };
5823
5826
  w($t);
5824
- const fa = K(X), Fn = {
5827
+ const ya = K(X), Fn = {
5825
5828
  key: "settings",
5826
5829
  name: "x-runtime-lib.settings",
5827
5830
  children: [
@@ -5844,23 +5847,23 @@ const fa = K(X), Fn = {
5844
5847
  items: "sizeItemsV1",
5845
5848
  default: "default"
5846
5849
  },
5847
- fa
5850
+ ya
5848
5851
  ]
5849
- }, ya = {
5852
+ }, ba = {
5850
5853
  key: "common_icon_v1",
5851
5854
  name: "x-runtime-lib.icon",
5852
- comp: Ks,
5855
+ comp: Ds,
5853
5856
  properties: {
5854
5857
  pageCommon: [y, Fn],
5855
5858
  compCommon: [y, Fn]
5856
5859
  },
5857
5860
  leaf: !0
5858
5861
  };
5859
- w(ya);
5860
- const ba = {
5862
+ w(ba);
5863
+ const ga = {
5861
5864
  key: "common_menu_v1",
5862
5865
  name: "x-runtime-lib.menu",
5863
- comp: Os,
5866
+ comp: Fs,
5864
5867
  properties: {
5865
5868
  pageCommon: [y],
5866
5869
  compCommon: [y]
@@ -5877,8 +5880,8 @@ const ba = {
5877
5880
  ],
5878
5881
  teleport: !0
5879
5882
  };
5880
- w(ba);
5881
- function ga(t, n) {
5883
+ w(ga);
5884
+ function ha(t, n) {
5882
5885
  const e = `type=${t} subtype=${n}`, o = B(t, n);
5883
5886
  if (!o) {
5884
5887
  console.error(`numberInputV1/spawn property tag not found, ${e}`);
@@ -6067,7 +6070,7 @@ const Nn = {
6067
6070
  }, Ct = {
6068
6071
  key: "common_number_input_v1",
6069
6072
  name: "x-runtime-lib.numberInput",
6070
- comp: Fs,
6073
+ comp: Ns,
6071
6074
  properties: {
6072
6075
  pageCommon: [y, Nn, jn],
6073
6076
  compCommon: [y, Nn, jn]
@@ -6095,7 +6098,7 @@ const Nn = {
6095
6098
  }
6096
6099
  ],
6097
6100
  leaf: !0,
6098
- spawn: ga
6101
+ spawn: ha
6099
6102
  };
6100
6103
  w(Ct);
6101
6104
  const Gn = {
@@ -6161,18 +6164,18 @@ const Gn = {
6161
6164
  default: !1
6162
6165
  }
6163
6166
  ]
6164
- }, ha = {
6167
+ }, _a = {
6165
6168
  key: "common_pagination_v1",
6166
6169
  name: "x-runtime-lib.pagination",
6167
- comp: Ns,
6170
+ comp: js,
6168
6171
  properties: {
6169
6172
  pageCommon: [y, Gn],
6170
6173
  compCommon: [y, Gn]
6171
6174
  },
6172
6175
  leaf: !0
6173
6176
  };
6174
- w(ha);
6175
- const _a = K(X), Hn = {
6177
+ w(_a);
6178
+ const va = K(X), Hn = {
6176
6179
  key: "settings",
6177
6180
  name: "x-runtime-lib.settings",
6178
6181
  children: [
@@ -6207,12 +6210,12 @@ const _a = K(X), Hn = {
6207
6210
  items: "densityItemsV1",
6208
6211
  default: "default"
6209
6212
  },
6210
- _a
6213
+ va
6211
6214
  ]
6212
6215
  }, Vt = {
6213
6216
  key: "common_radio_v1",
6214
6217
  name: "x-runtime-lib.radio",
6215
- comp: js,
6218
+ comp: Gs,
6216
6219
  properties: {
6217
6220
  pageCommon: [y, Hn],
6218
6221
  compCommon: [y, Hn]
@@ -6220,7 +6223,7 @@ const _a = K(X), Hn = {
6220
6223
  leaf: !0
6221
6224
  };
6222
6225
  w(Vt);
6223
- function va(t, n) {
6226
+ function xa(t, n) {
6224
6227
  const e = `type=${t} subtype=${n}`, o = B(t, n);
6225
6228
  if (!o) {
6226
6229
  console.error(`radioGroupV1/spawn property tag not found, ${e}`);
@@ -6315,12 +6318,12 @@ const Un = {
6315
6318
  }, Pt = {
6316
6319
  key: "common_radio_group_v1",
6317
6320
  name: "x-runtime-lib.radioGroup",
6318
- comp: Gs,
6321
+ comp: Hs,
6319
6322
  properties: {
6320
6323
  pageCommon: [y, Un],
6321
6324
  compCommon: [y, Un]
6322
6325
  },
6323
- spawn: va
6326
+ spawn: xa
6324
6327
  };
6325
6328
  w(Pt);
6326
6329
  const Jn = {
@@ -6440,17 +6443,17 @@ const Jn = {
6440
6443
  ]
6441
6444
  }
6442
6445
  ]
6443
- }, xa = {
6446
+ }, ka = {
6444
6447
  key: "common_range_slider_v1",
6445
6448
  name: "x-runtime-lib.rangeSlider",
6446
- comp: Hs,
6449
+ comp: Us,
6447
6450
  properties: {
6448
6451
  pageCommon: [y, Jn],
6449
6452
  compCommon: [y, Jn]
6450
6453
  },
6451
6454
  leaf: !0
6452
6455
  };
6453
- w(xa);
6456
+ w(ka);
6454
6457
  const qn = {
6455
6458
  key: "settings",
6456
6459
  name: "x-runtime-lib.settings",
@@ -6506,17 +6509,17 @@ const qn = {
6506
6509
  default: !1
6507
6510
  }
6508
6511
  ]
6509
- }, ka = {
6512
+ }, wa = {
6510
6513
  key: "common_rating_v1",
6511
6514
  name: "x-runtime-lib.rating",
6512
- comp: Us,
6515
+ comp: Js,
6513
6516
  properties: {
6514
6517
  pageCommon: [y, qn],
6515
6518
  compCommon: [y, qn]
6516
6519
  },
6517
6520
  leaf: !0
6518
6521
  };
6519
- w(ka);
6522
+ w(wa);
6520
6523
  const Xn = {
6521
6524
  key: "settings",
6522
6525
  name: "x-runtime-lib.settings",
@@ -6558,17 +6561,17 @@ const Xn = {
6558
6561
  default: !1
6559
6562
  }
6560
6563
  ]
6561
- }, wa = {
6564
+ }, Ia = {
6562
6565
  key: "common_select_v1",
6563
6566
  name: "x-runtime-lib.select",
6564
- comp: Js,
6567
+ comp: qs,
6565
6568
  properties: {
6566
6569
  pageCommon: [y, Xn],
6567
6570
  compCommon: [y, Xn]
6568
6571
  },
6569
6572
  leaf: !0
6570
6573
  };
6571
- w(wa);
6574
+ w(Ia);
6572
6575
  const Zt = K(X);
6573
6576
  Zt.key = "color";
6574
6577
  Zt.name = "x-runtime-lib.color";
@@ -6704,21 +6707,21 @@ const Yn = {
6704
6707
  default: void 0
6705
6708
  }
6706
6709
  ]
6707
- }, Ia = {
6710
+ }, Sa = {
6708
6711
  key: "common_slider_v1",
6709
6712
  name: "x-runtime-lib.slider",
6710
- comp: qs,
6713
+ comp: Xs,
6711
6714
  properties: {
6712
6715
  pageCommon: [y, Yn, Zn],
6713
6716
  compCommon: [y, Yn, Zn]
6714
6717
  },
6715
6718
  leaf: !0
6716
6719
  };
6717
- w(Ia);
6720
+ w(Sa);
6718
6721
  const Lt = {
6719
6722
  key: "common_stepper_header_v1",
6720
6723
  name: "x-runtime-lib.stepperHeader",
6721
- comp: Qs,
6724
+ comp: el,
6722
6725
  properties: {
6723
6726
  pageCommon: [y],
6724
6727
  compCommon: [y]
@@ -6739,7 +6742,7 @@ const Qn = {
6739
6742
  }, zt = {
6740
6743
  key: "common_stepper_item_v1",
6741
6744
  name: "x-runtime-lib.stepperItem",
6742
- comp: el,
6745
+ comp: tl,
6743
6746
  properties: {
6744
6747
  pageCommon: [y, Qn],
6745
6748
  compCommon: [y, Qn]
@@ -6749,7 +6752,7 @@ w(zt);
6749
6752
  const Tt = {
6750
6753
  key: "common_stepper_window_v1",
6751
6754
  name: "x-runtime-lib.stepperWindow",
6752
- comp: ol,
6755
+ comp: il,
6753
6756
  properties: {
6754
6757
  pageCommon: [y],
6755
6758
  compCommon: [y]
@@ -6770,14 +6773,14 @@ const eo = {
6770
6773
  }, Et = {
6771
6774
  key: "common_stepper_window_item_v1",
6772
6775
  name: "x-runtime-lib.stepperWindowItem",
6773
- comp: il,
6776
+ comp: rl,
6774
6777
  properties: {
6775
6778
  pageCommon: [y, eo],
6776
6779
  compCommon: [y, eo]
6777
6780
  }
6778
6781
  };
6779
6782
  w(Et);
6780
- function Sa(t, n) {
6783
+ function $a(t, n) {
6781
6784
  const e = `type=${t} subtype=${n}`, o = B(t, n);
6782
6785
  if (!o) {
6783
6786
  console.error(`stepperV1/spawn property tag not found, ${e}`);
@@ -6790,7 +6793,7 @@ function Sa(t, n) {
6790
6793
  }
6791
6794
  const r = T();
6792
6795
  A(r, s), r.basic.id = z(16), r.basic.key = At.key;
6793
- const a = $a(t, n), c = Ca(t, n);
6796
+ const a = Ca(t, n), c = Va(t, n);
6794
6797
  return {
6795
6798
  nodeLite: E(r, [a.nodeLite, c.nodeLite]),
6796
6799
  nodes: {
@@ -6800,7 +6803,7 @@ function Sa(t, n) {
6800
6803
  }
6801
6804
  };
6802
6805
  }
6803
- function $a(t, n) {
6806
+ function Ca(t, n) {
6804
6807
  const e = `type=${t} subtype=${n}`, o = B(t, n);
6805
6808
  if (!o) {
6806
6809
  console.error(`stepperV1/spawnHeader property tag not found, ${e}`);
@@ -6843,7 +6846,7 @@ function ut(t, n, e) {
6843
6846
  }
6844
6847
  };
6845
6848
  }
6846
- function Ca(t, n) {
6849
+ function Va(t, n) {
6847
6850
  const e = `type=${t} subtype=${n}`, o = B(t, n);
6848
6851
  if (!o) {
6849
6852
  console.error(`stepperV1/spawnWindow property tag not found, ${e}`);
@@ -6884,7 +6887,7 @@ function mt(t, n, e, o) {
6884
6887
  }
6885
6888
  const c = T();
6886
6889
  A(c, a), c.basic.id = z(16), c.basic.key = Et.key, c.settings.value = e;
6887
- const u = Va(t, n, o);
6890
+ const u = Pa(t, n, o);
6888
6891
  return {
6889
6892
  nodeLite: E(c, [u.nodeLite]),
6890
6893
  nodes: {
@@ -6893,7 +6896,7 @@ function mt(t, n, e, o) {
6893
6896
  }
6894
6897
  };
6895
6898
  }
6896
- function Va(t, n, e) {
6899
+ function Pa(t, n, e) {
6897
6900
  const o = `type=${t} subtype=${n}`, s = B(t, n);
6898
6901
  if (!s) {
6899
6902
  console.error(`stepperV1/spawnCard property tag not found, ${o}`);
@@ -6932,25 +6935,25 @@ const to = {
6932
6935
  }, At = {
6933
6936
  key: "common_stepper_v1",
6934
6937
  name: "x-runtime-lib.stepper",
6935
- comp: Xs,
6938
+ comp: Ys,
6936
6939
  properties: {
6937
6940
  pageCommon: [y, to],
6938
6941
  compCommon: [y, to]
6939
6942
  },
6940
- spawn: Sa
6943
+ spawn: $a
6941
6944
  };
6942
6945
  w(At);
6943
- const Pa = {
6946
+ const La = {
6944
6947
  key: "common_switch_v1",
6945
6948
  name: "x-runtime-lib.switch",
6946
- comp: rl,
6949
+ comp: sl,
6947
6950
  properties: {
6948
6951
  pageCommon: [y],
6949
6952
  compCommon: [y]
6950
6953
  },
6951
6954
  leaf: !0
6952
6955
  };
6953
- w(Pa);
6956
+ w(La);
6954
6957
  const no = {
6955
6958
  key: "settings",
6956
6959
  name: "x-runtime-lib.settings",
@@ -6971,7 +6974,7 @@ const no = {
6971
6974
  }, Mt = {
6972
6975
  key: "common_tab_v1",
6973
6976
  name: "x-runtime-lib.tab",
6974
- comp: sl,
6977
+ comp: ll,
6975
6978
  properties: {
6976
6979
  pageCommon: [y, no],
6977
6980
  compCommon: [y, no]
@@ -6979,7 +6982,7 @@ const no = {
6979
6982
  leaf: !0
6980
6983
  };
6981
6984
  w(Mt);
6982
- function La(t, n) {
6985
+ function za(t, n) {
6983
6986
  const e = `type=${t} subtype=${n}`, o = B(t, n);
6984
6987
  if (!o) {
6985
6988
  console.error(`tabsV1/spawn property tag not found, ${e}`);
@@ -7113,15 +7116,15 @@ const oo = {
7113
7116
  }, Bt = {
7114
7117
  key: "common_tabs_v1",
7115
7118
  name: "x-runtime-lib.tabs",
7116
- comp: ll,
7119
+ comp: al,
7117
7120
  properties: {
7118
7121
  pageCommon: [y, oo],
7119
7122
  compCommon: [y, oo]
7120
7123
  },
7121
- spawn: La
7124
+ spawn: za
7122
7125
  };
7123
7126
  w(Bt);
7124
- function za(t, n) {
7127
+ function Ta(t, n) {
7125
7128
  const e = `type=${t} subtype=${n}`, o = B(t, n);
7126
7129
  if (!o) {
7127
7130
  console.error(`textV1/spawn property tag not found, ${e}`);
@@ -7229,16 +7232,16 @@ const io = {
7229
7232
  }, Ie = {
7230
7233
  key: "common_text_v1",
7231
7234
  name: "x-runtime-lib.text",
7232
- comp: al,
7235
+ comp: cl,
7233
7236
  properties: {
7234
7237
  pageCommon: [y, io],
7235
7238
  compCommon: [y, io]
7236
7239
  },
7237
7240
  leaf: !0,
7238
- spawn: za
7241
+ spawn: Ta
7239
7242
  };
7240
7243
  w(Ie);
7241
- function Ta(t, n) {
7244
+ function Ea(t, n) {
7242
7245
  const e = `type=${t} subtype=${n}`, o = B(t, n);
7243
7246
  if (!o) {
7244
7247
  console.error(`textareaV1/spawn property tag not found, ${e}`);
@@ -7331,26 +7334,26 @@ const ro = {
7331
7334
  }, Wt = {
7332
7335
  key: "common_textarea_v1",
7333
7336
  name: "x-runtime-lib.textarea",
7334
- comp: cl,
7337
+ comp: ul,
7335
7338
  properties: {
7336
7339
  pageCommon: [y, ro],
7337
7340
  compCommon: [y, ro]
7338
7341
  },
7339
7342
  leaf: !0,
7340
- spawn: Ta
7343
+ spawn: Ea
7341
7344
  };
7342
7345
  w(Wt);
7343
7346
  const Rt = {
7344
7347
  key: "common_timeline_item_v1",
7345
7348
  name: "x-runtime-lib.timelineItem",
7346
- comp: fl,
7349
+ comp: yl,
7347
7350
  properties: {
7348
7351
  pageCommon: [y],
7349
7352
  compCommon: [y]
7350
7353
  }
7351
7354
  };
7352
7355
  w(Rt);
7353
- function Ea(t, n) {
7356
+ function Aa(t, n) {
7354
7357
  const e = `type=${t} subtype=${n}`, o = B(t, n);
7355
7358
  if (!o) {
7356
7359
  console.error(`timelineV1/spawn property tag not found, ${e}`);
@@ -7387,7 +7390,7 @@ function dt(t, n, e) {
7387
7390
  }
7388
7391
  const a = T();
7389
7392
  A(a, r), a.basic.id = z(16), a.basic.key = Rt.key;
7390
- const c = Aa(t, n, e);
7393
+ const c = Ma(t, n, e);
7391
7394
  return {
7392
7395
  nodeLite: E(a, [c.nodeLite]),
7393
7396
  nodes: {
@@ -7396,7 +7399,7 @@ function dt(t, n, e) {
7396
7399
  }
7397
7400
  };
7398
7401
  }
7399
- function Aa(t, n, e) {
7402
+ function Ma(t, n, e) {
7400
7403
  const o = `type=${t} subtype=${n}`, s = B(t, n);
7401
7404
  if (!s) {
7402
7405
  console.error(`timelineV1/spawnText property tag not found, ${o}`);
@@ -7415,7 +7418,7 @@ function Aa(t, n, e) {
7415
7418
  }
7416
7419
  };
7417
7420
  }
7418
- const Ma = K(X), Ba = K(X), so = {
7421
+ const Ba = K(X), Wa = K(X), so = {
7419
7422
  key: "settings",
7420
7423
  name: "x-runtime-lib.settings",
7421
7424
  children: [
@@ -7463,7 +7466,7 @@ const Ma = K(X), Ba = K(X), so = {
7463
7466
  ui: "switch",
7464
7467
  default: !1
7465
7468
  },
7466
- Ma
7469
+ Ba
7467
7470
  ]
7468
7471
  },
7469
7472
  {
@@ -7489,32 +7492,32 @@ const Ma = K(X), Ba = K(X), so = {
7489
7492
  ui: "numInput",
7490
7493
  default: 0
7491
7494
  },
7492
- Ba
7495
+ Wa
7493
7496
  ]
7494
7497
  }
7495
7498
  ]
7496
7499
  }, Kt = {
7497
7500
  key: "common_timeline_v1",
7498
7501
  name: "x-runtime-lib.timeline",
7499
- comp: ml,
7502
+ comp: pl,
7500
7503
  properties: {
7501
7504
  pageCommon: [y, so],
7502
7505
  compCommon: [y, so]
7503
7506
  },
7504
- spawn: Ea
7507
+ spawn: Aa
7505
7508
  };
7506
7509
  w(Kt);
7507
7510
  const Dt = {
7508
7511
  key: "common_window_item_v1",
7509
7512
  name: "x-runtime-lib.windowItem",
7510
- comp: hl,
7513
+ comp: _l,
7511
7514
  properties: {
7512
7515
  pageCommon: [y],
7513
7516
  compCommon: [y]
7514
7517
  }
7515
7518
  };
7516
7519
  w(Dt);
7517
- function Wa(t, n) {
7520
+ function Ra(t, n) {
7518
7521
  const e = `type=${t} subtype=${n}`, o = B(t, n);
7519
7522
  if (!o) {
7520
7523
  console.error(`windowV1/spawn property tag not found, ${e}`);
@@ -7551,7 +7554,7 @@ function ft(t, n, e) {
7551
7554
  }
7552
7555
  const a = T();
7553
7556
  A(a, r), a.basic.id = z(16), a.basic.key = Dt.key;
7554
- const c = Ra(t, n, e);
7557
+ const c = Ka(t, n, e);
7555
7558
  return {
7556
7559
  nodeLite: E(a, [c.nodeLite]),
7557
7560
  nodes: {
@@ -7560,7 +7563,7 @@ function ft(t, n, e) {
7560
7563
  }
7561
7564
  };
7562
7565
  }
7563
- function Ra(t, n, e) {
7566
+ function Ka(t, n, e) {
7564
7567
  const o = `type=${t} subtype=${n}`, s = B(t, n);
7565
7568
  if (!s) {
7566
7569
  console.error(
@@ -7575,7 +7578,7 @@ function Ra(t, n, e) {
7575
7578
  }
7576
7579
  const a = T();
7577
7580
  A(a, r), a.basic.id = z(16), a.basic.key = Ne.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";
7578
- const c = Ka(t, n, e);
7581
+ const c = Da(t, n, e);
7579
7582
  return {
7580
7583
  nodeLite: E(a, [c.nodeLite]),
7581
7584
  nodes: {
@@ -7584,7 +7587,7 @@ function Ra(t, n, e) {
7584
7587
  }
7585
7588
  };
7586
7589
  }
7587
- function Ka(t, n, e) {
7590
+ function Da(t, n, e) {
7588
7591
  const o = `type=${t} subtype=${n}`, s = B(t, n);
7589
7592
  if (!s) {
7590
7593
  console.error(`windowV1/spawnText property tag not found, ${o}`);
@@ -7654,41 +7657,41 @@ const lo = {
7654
7657
  }, Ot = {
7655
7658
  key: "common_window_v1",
7656
7659
  name: "x-runtime-lib.window",
7657
- comp: yl,
7660
+ comp: bl,
7658
7661
  properties: {
7659
7662
  pageCommon: [y, lo],
7660
7663
  compCommon: [y, lo]
7661
7664
  },
7662
- spawn: Wa
7665
+ spawn: Ra
7663
7666
  };
7664
7667
  w(Ot);
7665
- const Da = [
7668
+ const Oa = [
7666
7669
  { title: "x-runtime-lib.title", value: "title" },
7667
7670
  { title: "x-runtime-lib.end", value: "end" },
7668
7671
  { title: "x-runtime-lib.start", value: "start" },
7669
7672
  { title: "x-runtime-lib.center", value: "center" }
7670
- ], Oa = [
7673
+ ], Fa = [
7671
7674
  { title: "x-runtime-lib.value", value: "value" },
7672
7675
  { title: "x-runtime-lib.category", value: "category" },
7673
7676
  { title: "x-runtime-lib.time", value: "time" },
7674
7677
  { title: "x-runtime-lib.log", value: "log" }
7675
- ], Fa = [
7678
+ ], Na = [
7676
7679
  { title: "x-runtime-lib.notSet", value: "" },
7677
7680
  { title: "x-runtime-lib.solid", value: "solid" },
7678
7681
  { title: "x-runtime-lib.dashed", value: "dashed" },
7679
7682
  { title: "x-runtime-lib.dotted", value: "dotted" }
7680
- ], Na = [
7683
+ ], ja = [
7681
7684
  { title: "x-runtime-lib.notSet", value: "" },
7682
7685
  { title: "x-runtime-lib.theme", value: "theme" },
7683
7686
  { title: "x-runtime-lib.custom", value: "custom" }
7684
- ], ja = [
7687
+ ], Ga = [
7685
7688
  { title: "x-runtime-lib.default", value: "default" },
7686
7689
  { title: "x-runtime-lib.comfortable", value: "comfortable" },
7687
7690
  { title: "x-runtime-lib.compact", value: "compact" }
7688
- ], Ga = [
7691
+ ], Ha = [
7689
7692
  { title: "x-runtime-lib.horizontal", value: "horizontal" },
7690
7693
  { title: "x-runtime-lib.vertical", value: "vertical" }
7691
- ], Ha = [
7694
+ ], Ua = [
7692
7695
  { title: "x-runtime-lib.underlined", value: "underlined" },
7693
7696
  { title: "x-runtime-lib.outlined", value: "outlined" },
7694
7697
  { title: "x-runtime-lib.filled", value: "filled" },
@@ -7696,20 +7699,20 @@ const Da = [
7696
7699
  { title: "x-runtime-lib.soloInverted", value: "solo-inverted" },
7697
7700
  { title: "x-runtime-lib.soloFilled", value: "solo-filled" },
7698
7701
  { title: "x-runtime-lib.plain", value: "plain" }
7699
- ], Ua = [
7702
+ ], Ja = [
7700
7703
  { title: "x-runtime-lib.notSet", value: "" },
7701
7704
  { title: "x-runtime-lib.start", value: "start" },
7702
7705
  { title: "x-runtime-lib.end", value: "end" },
7703
7706
  { title: "x-runtime-lib.center", value: "center" },
7704
7707
  { title: "x-runtime-lib.baseline", value: "baseline" },
7705
7708
  { title: "x-runtime-lib.stretch", value: "stretch" }
7706
- ], Ja = [
7709
+ ], qa = [
7707
7710
  { title: "x-runtime-lib.notSet", value: "" },
7708
7711
  { title: "x-runtime-lib.row", value: "row" },
7709
7712
  { title: "x-runtime-lib.rowReverse", value: "rowReverse" },
7710
7713
  { title: "x-runtime-lib.column", value: "column" },
7711
7714
  { title: "x-runtime-lib.columnReverse", value: "columnReverse" }
7712
- ], qa = [
7715
+ ], Xa = [
7713
7716
  { title: "x-runtime-lib.notSet", value: "" },
7714
7717
  { title: "x-runtime-lib.start", value: "start" },
7715
7718
  { title: "x-runtime-lib.end", value: "end" },
@@ -7717,12 +7720,12 @@ const Da = [
7717
7720
  { title: "x-runtime-lib.spaceBetween", value: "spaceBetween" },
7718
7721
  { title: "x-runtime-lib.spaceAround", value: "spaceAround" },
7719
7722
  { title: "x-runtime-lib.spaceEvenly", value: "spaceEvenly" }
7720
- ], Xa = [
7723
+ ], Ya = [
7721
7724
  { title: "x-runtime-lib.notSet", value: "" },
7722
7725
  { title: "x-runtime-lib.no", value: "no" },
7723
7726
  { title: "x-runtime-lib.yes", value: "yes" },
7724
7727
  { title: "x-runtime-lib.reverse", value: "reverse" }
7725
- ], Ya = [
7728
+ ], Za = [
7726
7729
  { title: "x-runtime-lib.notSet", value: "" },
7727
7730
  { title: "x-runtime-lib.black", value: "black" },
7728
7731
  { title: "x-runtime-lib.bold", value: "bold" },
@@ -7730,24 +7733,24 @@ const Da = [
7730
7733
  { title: "x-runtime-lib.regular", value: "regular" },
7731
7734
  { title: "x-runtime-lib.light", value: "light" },
7732
7735
  { title: "x-runtime-lib.thin", value: "thin" }
7733
- ], Za = [
7736
+ ], Qa = [
7734
7737
  { title: "x-runtime-lib.elevated", value: "elevated" },
7735
7738
  { title: "x-runtime-lib.flat", value: "flat" },
7736
7739
  { title: "x-runtime-lib.tonal", value: "tonal" },
7737
7740
  { title: "x-runtime-lib.outlined", value: "outlined" },
7738
7741
  { title: "x-runtime-lib.text", value: "text" },
7739
7742
  { title: "x-runtime-lib.plain", value: "plain" }
7740
- ], Qa = [
7743
+ ], ec = [
7741
7744
  { title: "x-runtime-lib.notSet", value: "" },
7742
7745
  { title: "x-runtime-lib.show", value: "show" },
7743
7746
  { title: "x-runtime-lib.always", value: "always" }
7744
- ], ec = [
7747
+ ], tc = [
7745
7748
  { title: "x-runtime-lib.xSmall", value: "x-small" },
7746
7749
  { title: "x-runtime-lib.small", value: "small" },
7747
7750
  { title: "x-runtime-lib.default", value: "default" },
7748
7751
  { title: "x-runtime-lib.large", value: "large" },
7749
7752
  { title: "x-runtime-lib.xLarge", value: "x-large" }
7750
- ], tc = [
7753
+ ], nc = [
7751
7754
  { title: "x-runtime-lib.notSet", value: "" },
7752
7755
  { title: "x-runtime-lib.start", value: "start" },
7753
7756
  { title: "x-runtime-lib.center", value: "center" },
@@ -7755,18 +7758,18 @@ const Da = [
7755
7758
  { title: "x-runtime-lib.justify", value: "justify" },
7756
7759
  { title: "x-runtime-lib.left", value: "left" },
7757
7760
  { title: "x-runtime-lib.right", value: "right" }
7758
- ], nc = [
7761
+ ], oc = [
7759
7762
  { title: "x-runtime-lib.notSet", value: "" },
7760
7763
  { title: "x-runtime-lib.none", value: "none" },
7761
7764
  { title: "x-runtime-lib.overline", value: "overline" },
7762
7765
  { title: "x-runtime-lib.underline", value: "underline" },
7763
7766
  { title: "x-runtime-lib.lineThrough", value: "line-through" }
7764
- ], oc = [
7767
+ ], ic = [
7765
7768
  { title: "x-runtime-lib.notSet", value: "" },
7766
7769
  { title: "x-runtime-lib.high", value: "high" },
7767
7770
  { title: "x-runtime-lib.medium", value: "medium" },
7768
7771
  { title: "x-runtime-lib.disabled", value: "disabled" }
7769
- ], ic = [
7772
+ ], rc = [
7770
7773
  { title: "x-runtime-lib.notSet", value: "" },
7771
7774
  { title: "x-runtime-lib.h1", value: "h1" },
7772
7775
  { title: "x-runtime-lib.h2", value: "h2" },
@@ -7781,7 +7784,7 @@ const Da = [
7781
7784
  { title: "x-runtime-lib.button", value: "button" },
7782
7785
  { title: "x-runtime-lib.caption", value: "caption" },
7783
7786
  { title: "x-runtime-lib.overline", value: "overline" }
7784
- ], rc = [
7787
+ ], sc = [
7785
7788
  { title: "x-runtime-lib.notSet", value: "" },
7786
7789
  { title: "x-runtime-lib.primary", value: "primary" },
7787
7790
  { title: "x-runtime-lib.secondary", value: "secondary" },
@@ -7792,53 +7795,53 @@ const Da = [
7792
7795
  { title: "x-runtime-lib.background0", value: "background0" },
7793
7796
  { title: "x-runtime-lib.background1", value: "background1" },
7794
7797
  { title: "x-runtime-lib.background2", value: "background2" }
7795
- ], sc = [
7798
+ ], lc = [
7796
7799
  { title: "x-runtime-lib.notSet", value: "" },
7797
7800
  { title: "x-runtime-lib.show", value: "show" },
7798
7801
  { title: "x-runtime-lib.always", value: "always" }
7799
- ], lc = [
7802
+ ], ac = [
7800
7803
  { title: "x-runtime-lib.start", value: "start" },
7801
7804
  { title: "x-runtime-lib.center", value: "center" }
7802
- ], ac = [
7805
+ ], cc = [
7803
7806
  { title: "x-runtime-lib.horizontal", value: "horizontal" },
7804
7807
  { title: "x-runtime-lib.vertical", value: "vertical" }
7805
- ], cc = [
7808
+ ], uc = [
7806
7809
  { title: "x-runtime-lib.notSet", value: "" },
7807
7810
  { title: "x-runtime-lib.end", value: "end" },
7808
7811
  { title: "x-runtime-lib.start", value: "start" }
7809
- ], uc = [
7812
+ ], mc = [
7810
7813
  { title: "x-runtime-lib.notSet", value: "" },
7811
7814
  { title: "x-runtime-lib.end", value: "end" },
7812
7815
  { title: "x-runtime-lib.start", value: "start" },
7813
7816
  { title: "x-runtime-lib.both", value: "both" }
7814
- ], mc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7817
+ ], pc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7815
7818
  __proto__: null,
7816
- alignTabsItemsV1: Da,
7817
- axisTypeItemsV1: Oa,
7818
- borderStyleItemsV1: Fa,
7819
- colorModeItemsV1: Na,
7820
- densityItemsV1: ja,
7821
- directionItemsV1: Ga,
7822
- fieldVariantItemsV1: Ha,
7823
- flexCrossAlignItemsV1: Ua,
7824
- flexDirectionItemsV1: Ja,
7825
- flexMainAlignItemsV1: qa,
7826
- flexWrapItemsV1: Xa,
7827
- fontWeightItemsV1: Ya,
7828
- sheetVariantItemsV1: Za,
7829
- showTicksItemsV1: Qa,
7830
- sizeItemsV1: ec,
7831
- textAlignItemsV1: tc,
7832
- textDecorationItemsV1: nc,
7833
- textEmphasisItemsV1: oc,
7834
- textStyleItemsV1: ic,
7835
- themeColorItemsV1: rc,
7836
- thumbLabelItemsV1: sc,
7837
- timelineAlignItemsV1: lc,
7838
- timelineDirectionItemsV1: ac,
7839
- timelineSideItemsV1: cc,
7840
- timelineTruncateLineItemsV1: uc
7841
- }, Symbol.toStringTag, { value: "Module" })), pc = [
7819
+ alignTabsItemsV1: Oa,
7820
+ axisTypeItemsV1: Fa,
7821
+ borderStyleItemsV1: Na,
7822
+ colorModeItemsV1: ja,
7823
+ densityItemsV1: Ga,
7824
+ directionItemsV1: Ha,
7825
+ fieldVariantItemsV1: Ua,
7826
+ flexCrossAlignItemsV1: Ja,
7827
+ flexDirectionItemsV1: qa,
7828
+ flexMainAlignItemsV1: Xa,
7829
+ flexWrapItemsV1: Ya,
7830
+ fontWeightItemsV1: Za,
7831
+ sheetVariantItemsV1: Qa,
7832
+ showTicksItemsV1: ec,
7833
+ sizeItemsV1: tc,
7834
+ textAlignItemsV1: nc,
7835
+ textDecorationItemsV1: oc,
7836
+ textEmphasisItemsV1: ic,
7837
+ textStyleItemsV1: rc,
7838
+ themeColorItemsV1: sc,
7839
+ thumbLabelItemsV1: lc,
7840
+ timelineAlignItemsV1: ac,
7841
+ timelineDirectionItemsV1: cc,
7842
+ timelineSideItemsV1: uc,
7843
+ timelineTruncateLineItemsV1: mc
7844
+ }, Symbol.toStringTag, { value: "Module" })), dc = [
7842
7845
  {
7843
7846
  title: "x-runtime-lib.notSet",
7844
7847
  value: "",
@@ -7878,7 +7881,7 @@ const Da = [
7878
7881
  max: 1 / 0,
7879
7882
  step: 1
7880
7883
  }
7881
- ], dc = [
7884
+ ], fc = [
7882
7885
  {
7883
7886
  title: "x-runtime-lib.notSet",
7884
7887
  value: "",
@@ -7900,7 +7903,7 @@ const Da = [
7900
7903
  validator: (t) => t === "right",
7901
7904
  default: "right"
7902
7905
  }
7903
- ], fc = [
7906
+ ], yc = [
7904
7907
  {
7905
7908
  title: "x-runtime-lib.notSet",
7906
7909
  value: "",
@@ -7930,7 +7933,7 @@ const Da = [
7930
7933
  precision: 6,
7931
7934
  default: "0%"
7932
7935
  }
7933
- ], yc = [
7936
+ ], bc = [
7934
7937
  {
7935
7938
  title: "x-runtime-lib.notSet",
7936
7939
  value: "",
@@ -7955,7 +7958,7 @@ const Da = [
7955
7958
  min: 0,
7956
7959
  default: "0%"
7957
7960
  }
7958
- ], bc = [
7961
+ ], gc = [
7959
7962
  {
7960
7963
  title: "x-runtime-lib.notSet",
7961
7964
  value: "",
@@ -7980,7 +7983,7 @@ const Da = [
7980
7983
  min: 0,
7981
7984
  default: "0%"
7982
7985
  }
7983
- ], gc = [
7986
+ ], hc = [
7984
7987
  {
7985
7988
  title: "x-runtime-lib.notSet",
7986
7989
  value: "",
@@ -8009,7 +8012,7 @@ const Da = [
8009
8012
  validator: (t) => t === "end",
8010
8013
  default: "end"
8011
8014
  }
8012
- ], hc = [
8015
+ ], _c = [
8013
8016
  {
8014
8017
  title: "x-runtime-lib.notSet",
8015
8018
  value: "",
@@ -8031,16 +8034,16 @@ const Da = [
8031
8034
  validator: (t) => t === "bottom",
8032
8035
  default: "bottom"
8033
8036
  }
8034
- ], _c = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
8037
+ ], vc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
8035
8038
  __proto__: null,
8036
- borderWidthTypesV1: pc,
8037
- leftRightTypesV1: dc,
8038
- marginTypesV1: fc,
8039
- paddingTypesV1: yc,
8040
- sizeTypesV1: bc,
8041
- tableColumnAlignTypesV1: gc,
8042
- topBottomTypesV1: hc
8043
- }, Symbol.toStringTag, { value: "Module" })), vc = [
8039
+ borderWidthTypesV1: dc,
8040
+ leftRightTypesV1: fc,
8041
+ marginTypesV1: yc,
8042
+ paddingTypesV1: bc,
8043
+ sizeTypesV1: gc,
8044
+ tableColumnAlignTypesV1: hc,
8045
+ topBottomTypesV1: _c
8046
+ }, Symbol.toStringTag, { value: "Module" })), xc = [
8044
8047
  {
8045
8048
  key: "containment",
8046
8049
  name: "x-runtime-lib.containment",
@@ -8119,7 +8122,7 @@ const Da = [
8119
8122
  name: "x-runtime-lib.dynamic",
8120
8123
  items: ["reference_v1", "multiple_ref_v1", "render_switch_v1", "slot_v1"]
8121
8124
  }
8122
- ], xc = [
8125
+ ], kc = [
8123
8126
  {
8124
8127
  key: "objects",
8125
8128
  name: "x-runtime-lib.objects",
@@ -8154,7 +8157,7 @@ const Da = [
8154
8157
  "scene_keyboard_controls_v1"
8155
8158
  ]
8156
8159
  }
8157
- ], kc = [
8160
+ ], wc = [
8158
8161
  {
8159
8162
  key: "containment",
8160
8163
  name: "x-runtime-lib.containment",
@@ -8233,7 +8236,7 @@ const Da = [
8233
8236
  name: "x-runtime-lib.dynamic",
8234
8237
  items: ["reference_v1", "multiple_ref_v1", "render_switch_v1", "slot_v1"]
8235
8238
  }
8236
- ], wc = [
8239
+ ], Ic = [
8237
8240
  {
8238
8241
  key: "objects",
8239
8242
  name: "x-runtime-lib.objects",
@@ -8268,12 +8271,12 @@ const Da = [
8268
8271
  "scene_keyboard_controls_v1"
8269
8272
  ]
8270
8273
  }
8271
- ], Ic = {
8274
+ ], Sc = {
8272
8275
  version: "v1",
8273
8276
  globalityKey: "globality_v1",
8274
8277
  refKey: "reference_v1",
8275
- items: { ...mc },
8276
- types: { ..._c },
8278
+ items: { ...pc },
8279
+ types: { ...vc },
8277
8280
  elements: /* @__PURE__ */ new Set([
8278
8281
  "globality_v1",
8279
8282
  "multiple_ref_v1",
@@ -8345,25 +8348,25 @@ const Da = [
8345
8348
  "scene_spot_light_v1"
8346
8349
  ]),
8347
8350
  groups: {
8348
- pageCommon: kc,
8349
- pageScene: wc,
8350
- compCommon: vc,
8351
- compScene: xc
8351
+ pageCommon: wc,
8352
+ pageScene: Ic,
8353
+ compCommon: xc,
8354
+ compScene: kc
8352
8355
  }
8353
- }, Sc = {
8354
- v1: Ic
8356
+ }, $c = {
8357
+ v1: Sc
8355
8358
  };
8356
8359
  function B(t, n) {
8357
8360
  if (t === "page") {
8358
- if (!Ci.includes(n)) {
8361
+ if (!Vi.includes(n)) {
8359
8362
  console.error(`get property tag failed type=${t} subtype=${n}`);
8360
8363
  return;
8361
8364
  }
8362
- } else if (t === "comp" && !Vi.includes(n)) {
8365
+ } else if (t === "comp" && !Pi.includes(n)) {
8363
8366
  console.error(`get property tag failed type=${t} subtype=${n}`);
8364
8367
  return;
8365
8368
  }
8366
- return `${t}${vi(n)}`;
8369
+ return `${t}${xi(n)}`;
8367
8370
  }
8368
8371
  function ao(t, n) {
8369
8372
  if (t.array)
@@ -8386,13 +8389,13 @@ function A(t, n) {
8386
8389
  }
8387
8390
  n.forEach((o) => e(t, o));
8388
8391
  }
8389
- function du(t, n, e, o, s) {
8392
+ function fu(t, n, e, o, s) {
8390
8393
  const r = `type=${t} subtype=${n} version=${e} ref=${o} keyOrRefId=${s}`, a = B(t, n);
8391
8394
  if (!a) {
8392
8395
  console.error(`spawnNode property tag not found, ${r}`);
8393
8396
  return;
8394
8397
  }
8395
- const c = Sc[e];
8398
+ const c = $c[e];
8396
8399
  if (!c) {
8397
8400
  console.error(`spawnNode pkg not found version, ${r}`);
8398
8401
  return;
@@ -8453,7 +8456,7 @@ function du(t, n, e, o, s) {
8453
8456
  }
8454
8457
  }
8455
8458
  }
8456
- function fu(t, n) {
8459
+ function yu(t, n) {
8457
8460
  function e(o) {
8458
8461
  if (o.id === n)
8459
8462
  return o;
@@ -8470,7 +8473,7 @@ function fu(t, n) {
8470
8473
  return s;
8471
8474
  }
8472
8475
  }
8473
- function $c(t) {
8476
+ function Cc(t) {
8474
8477
  const n = {}, e = (r) => {
8475
8478
  const a = z(16);
8476
8479
  n[r.id] = a, r.id = a, r.children?.map((c) => e(c));
@@ -8482,16 +8485,10 @@ function $c(t) {
8482
8485
  a.basic.id = n[a.basic.id], s[a.basic.id] = a;
8483
8486
  }), { nodeLite: o, nodes: s };
8484
8487
  }
8485
- function yu(t) {
8486
- return t.map((n) => $c(n));
8487
- }
8488
- const Eo = "runtimeOrg", Ao = "runtimeEnv", Mo = "runtimeMode", Bo = "runtimeDevice", Wo = "runtimeDark", Ro = "runtimeType", Ko = "runtimeData", Do = "runtimeDepends", Oo = "runtimeRuntime", Fo = "runtimeSandbox";
8489
8488
  function bu(t) {
8490
- me(Eo, t);
8491
- }
8492
- function Cc() {
8493
- return ue(Eo);
8489
+ return t.map((n) => Cc(n));
8494
8490
  }
8491
+ const Ao = "runtimeOrg", Mo = "runtimeEnv", Bo = "runtimeMode", Wo = "runtimeDevice", Ro = "runtimeDark", Ko = "runtimeType", Do = "runtimeData", Oo = "runtimeDepends", Fo = "runtimeRuntime", No = "runtimeSandbox";
8495
8492
  function gu(t) {
8496
8493
  me(Ao, t);
8497
8494
  }
@@ -8501,50 +8498,56 @@ function Vc() {
8501
8498
  function hu(t) {
8502
8499
  me(Mo, t);
8503
8500
  }
8504
- function J() {
8501
+ function Pc() {
8505
8502
  return ue(Mo);
8506
8503
  }
8507
8504
  function _u(t) {
8508
- me(Bo, Nt(t));
8505
+ me(Bo, t);
8509
8506
  }
8510
- function Be() {
8507
+ function J() {
8511
8508
  return ue(Bo);
8512
8509
  }
8513
8510
  function vu(t) {
8514
8511
  me(Wo, Nt(t));
8515
8512
  }
8516
- function Ue() {
8513
+ function Be() {
8517
8514
  return ue(Wo);
8518
8515
  }
8519
8516
  function xu(t) {
8520
- me(Ro, t);
8517
+ me(Ro, Nt(t));
8521
8518
  }
8522
- function he() {
8519
+ function Ue() {
8523
8520
  return ue(Ro);
8524
8521
  }
8525
- function No(t) {
8522
+ function ku(t) {
8526
8523
  me(Ko, t);
8527
8524
  }
8528
- function _e() {
8525
+ function he() {
8529
8526
  return ue(Ko);
8530
8527
  }
8531
- function ku(t) {
8532
- me(Do, Nt(t));
8528
+ function jo(t) {
8529
+ me(Do, t);
8533
8530
  }
8534
- function Pc() {
8531
+ function _e() {
8535
8532
  return ue(Do);
8536
8533
  }
8537
8534
  function wu(t) {
8538
- me(Oo, t);
8535
+ me(Oo, Nt(t));
8539
8536
  }
8540
8537
  function Lc() {
8541
8538
  return ue(Oo);
8542
8539
  }
8543
- function zc(t) {
8540
+ function Iu(t) {
8544
8541
  me(Fo, t);
8545
8542
  }
8543
+ function zc() {
8544
+ return ue(Fo);
8545
+ }
8546
+ function Tc(t) {
8547
+ me(No, t);
8548
+ }
8546
8549
  function ve() {
8547
- return ue(Fo, void 0);
8550
+ return ue(No, void 0);
8548
8551
  }
8549
8552
  function Re(t) {
8550
8553
  const n = [t.type];
@@ -8554,7 +8557,7 @@ function qe(t, n, e, o, s) {
8554
8557
  const { watchEffect: r, bind: a } = n;
8555
8558
  if (r[e])
8556
8559
  for (const c of r[e]) {
8557
- const u = xi(c);
8560
+ const u = ki(c);
8558
8561
  t.callFunction(`__watchEffect$${u}__`);
8559
8562
  }
8560
8563
  if (a.triggers[e])
@@ -8638,7 +8641,7 @@ function qe(t, n, e, o, s) {
8638
8641
  }
8639
8642
  }
8640
8643
  }
8641
- function Iu(t, n, e) {
8644
+ function Su(t, n, e) {
8642
8645
  return `${t}/${n}/${e}`;
8643
8646
  }
8644
8647
  function co(t) {
@@ -8650,10 +8653,10 @@ function co(t) {
8650
8653
  let s = "";
8651
8654
  return n.length > 2 ? s = n[2] : console.error(`unwrapPropertyId invalid propertyKey id=${t}`), { kind: e, nodeId: o, propertyKey: s };
8652
8655
  }
8653
- function Su(t, n, e) {
8656
+ function $u(t, n, e) {
8654
8657
  return `${t}.${n}.${e}`;
8655
8658
  }
8656
- function $u(t) {
8659
+ function Cu(t) {
8657
8660
  const n = t.split(".");
8658
8661
  let e = "";
8659
8662
  n.length > 0 ? e = n[0] : console.error(
@@ -8670,10 +8673,10 @@ function $u(t) {
8670
8673
  propertyKey: s
8671
8674
  };
8672
8675
  }
8673
- function Cu(t, n, e) {
8676
+ function Vu(t, n, e) {
8674
8677
  return `${t}.${n}.${e}`;
8675
8678
  }
8676
- function Vu(t) {
8679
+ function Pu(t) {
8677
8680
  const n = t.split(".");
8678
8681
  let e = "";
8679
8682
  n.length > 0 ? e = n[0] : console.error(`unwrapPropertyKeyOfCustomSlot invalid compId key=${t}`);
@@ -8682,10 +8685,10 @@ function Vu(t) {
8682
8685
  let s = "";
8683
8686
  return n.length > 2 ? s = n[2] : console.error(`unwrapPropertyKeyOfCustomSlot invalid propertyId key=${t}`), { compId: e, slotId: o, propertyId: s };
8684
8687
  }
8685
- function Tc(t, n, e) {
8688
+ function Ec(t, n, e) {
8686
8689
  return `${t}/${n}/${e}`;
8687
8690
  }
8688
- function jo(t) {
8691
+ function Go(t) {
8689
8692
  const n = t.split("/");
8690
8693
  let e = "elementMethod";
8691
8694
  n.length > 0 ? e = n[0] : console.error(`unwrapMethodId invalid kind id=${t}`);
@@ -8694,10 +8697,10 @@ function jo(t) {
8694
8697
  let s = "";
8695
8698
  return n.length > 2 ? s = n[2] : console.error(`unwrapMethodId invalid methodKey id=${t}`), { kind: e, nodeId: o, methodKey: s };
8696
8699
  }
8697
- function Pu(t, n, e) {
8700
+ function Lu(t, n, e) {
8698
8701
  return `${t}.${n}.${e}`;
8699
8702
  }
8700
- function Lu(t) {
8703
+ function zu(t) {
8701
8704
  const n = t.split(".");
8702
8705
  let e = "";
8703
8706
  n.length > 0 ? e = n[0] : console.error(`unwrapMethodKeyOfElementSlot invalid elementKey key=${t}`);
@@ -8706,10 +8709,10 @@ function Lu(t) {
8706
8709
  let s = "";
8707
8710
  return n.length > 2 ? s = n[2] : console.error(`unwrapMethodKeyOfElementSlot invalid methodKey key=${t}`), { elementKey: e, slotKey: o, methodKey: s };
8708
8711
  }
8709
- function zu(t, n, e) {
8712
+ function Tu(t, n, e) {
8710
8713
  return `${t}.${n}.${e}`;
8711
8714
  }
8712
- function Tu(t) {
8715
+ function Eu(t) {
8713
8716
  const n = t.split(".");
8714
8717
  let e = "";
8715
8718
  n.length > 0 ? e = n[0] : console.error(`unwrapMethodKeyOfCustomSlot invalid compId key=${t}`);
@@ -8721,7 +8724,7 @@ function Tu(t) {
8721
8724
  function oe(t, n, e) {
8722
8725
  return `${t}/${n}/${e}`;
8723
8726
  }
8724
- function Ec(t) {
8727
+ function Ac(t) {
8725
8728
  const n = t.split("/");
8726
8729
  let e = "elementEvent";
8727
8730
  n.length > 0 ? e = n[0] : console.error(`unwrapEventId invalid kind id=${t}`);
@@ -8730,10 +8733,10 @@ function Ec(t) {
8730
8733
  let s = "";
8731
8734
  return n.length > 2 ? s = n[2] : console.error(`unwrapEventId invalid eventKey id=${t}`), { kind: e, nodeId: o, eventKey: s };
8732
8735
  }
8733
- function Eu(t, n, e) {
8736
+ function Au(t, n, e) {
8734
8737
  return `${t}.${n}.${e}`;
8735
8738
  }
8736
- function Au(t) {
8739
+ function Mu(t) {
8737
8740
  const n = t.split(".");
8738
8741
  let e = "";
8739
8742
  n.length > 0 ? e = n[0] : console.error(`unwrapEventKeyOfElementSlot invalid elementKey key=${t}`);
@@ -8742,10 +8745,10 @@ function Au(t) {
8742
8745
  let s = "";
8743
8746
  return n.length > 2 ? s = n[2] : console.error(`unwrapEventKeyOfElementSlot invalid eventKey key=${t}`), { elementKey: e, slotKey: o, eventKey: s };
8744
8747
  }
8745
- function Mu(t, n, e) {
8748
+ function Bu(t, n, e) {
8746
8749
  return `${t}.${n}.${e}`;
8747
8750
  }
8748
- function Bu(t) {
8751
+ function Wu(t) {
8749
8752
  const n = t.split(".");
8750
8753
  let e = "";
8751
8754
  n.length > 0 ? e = n[0] : console.error(`makeEventKeyOfCustomSlot invalid compId key=${t}`);
@@ -8754,10 +8757,10 @@ function Bu(t) {
8754
8757
  let s = "";
8755
8758
  return n.length > 2 ? s = n[2] : console.error(`makeEventKeyOfCustomSlot invalid eventId key=${t}`), { compId: e, slotId: o, eventId: s };
8756
8759
  }
8757
- function Wu(t, n, e) {
8760
+ function Ru(t, n, e) {
8758
8761
  return `${t}/${n}/${e}`;
8759
8762
  }
8760
- function Ru(t) {
8763
+ function Ku(t) {
8761
8764
  const n = t.split("/");
8762
8765
  let e = "elementSlot";
8763
8766
  n.length > 0 ? e = n[0] : console.error(`unwrapSlotId invalid kind id=${t}`);
@@ -8767,23 +8770,23 @@ function Ru(t) {
8767
8770
  return n.length > 2 ? s = n[2] : console.error(`unwrapSlotId invalid slotKey id=${t}`), { kind: e, mainKey: o, slotKey: s };
8768
8771
  }
8769
8772
  function rn(t, n) {
8770
- const e = Pc(), o = ie(-1);
8773
+ const e = Lc(), o = ie(-1);
8771
8774
  fe(() => {
8772
- if (!t) {
8775
+ if (!t.refContext?.compId) {
8773
8776
  o.value = -1, n.value = void 0;
8774
8777
  return;
8775
8778
  }
8776
- const s = e.value[t];
8779
+ const s = e.value[t.refContext.compId];
8777
8780
  if (!s) {
8778
- o.value = -1, n.value = void 0, go.emit("compNotAvail", t);
8781
+ o.value = -1, n.value = void 0, go.emit("compNotAvail", t.refContext.compId);
8779
8782
  return;
8780
8783
  }
8781
8784
  o.value !== s.dataSeq && (o.value = s.dataSeq, n.value = K(s.data));
8782
8785
  });
8783
8786
  }
8784
- function Ku() {
8787
+ function Du() {
8785
8788
  let t;
8786
- const n = async () => (t = (await ki()).newRuntime(), console.log("runtime created"), t);
8789
+ const n = async () => (t = (await wi()).newRuntime(), console.log("runtime created"), t);
8787
8790
  return Ge(() => {
8788
8791
  t && (t.dispose(), console.log("runtime dispose"));
8789
8792
  }), { createRuntime: n };
@@ -8823,7 +8826,7 @@ function je(t, n) {
8823
8826
  return t.undefined;
8824
8827
  }
8825
8828
  }
8826
- function Ac(t) {
8829
+ function Mc(t) {
8827
8830
  if (!t.vm) {
8828
8831
  console.error("bindBase invalid sandbox vm");
8829
8832
  return;
@@ -8861,7 +8864,7 @@ function Ac(t) {
8861
8864
  }).consume((e) => n.setProp(n.global, "__debugTraceV1__", e)), n.newFunction("__messageV1__", (e, o) => {
8862
8865
  const s = n.getString(e), r = n.dump(o);
8863
8866
  let a = "";
8864
- typeof r == "object" ? a = JSON.stringify(r) : a = String(r), s === "info" ? ei(a) : s === "success" ? ti(a) : s === "warning" ? ho(a) : s === "error" && _o(a);
8867
+ typeof r == "object" ? a = JSON.stringify(r) : a = String(r), s === "info" ? ti(a) : s === "success" ? ni(a) : s === "warning" ? ho(a) : s === "error" && _o(a);
8865
8868
  }).consume((e) => n.setProp(n.global, "__messageV1__", e)), n.newFunction("__timeoutV1__", (e, o) => {
8866
8869
  const s = n.getNumber(e), r = n.getNumber(o);
8867
8870
  window.setTimeout(() => {
@@ -8884,18 +8887,18 @@ function Ac(t) {
8884
8887
  }, o), r.settled.then(n.runtime.executePendingJobs), r.handle;
8885
8888
  }).consume((e) => n.setProp(n.global, "__delayV1__", e));
8886
8889
  }
8887
- const Go = ni({
8890
+ const Ho = oi({
8888
8891
  baseUrl: "http://localhost/computebase/",
8889
8892
  onError: (t) => {
8890
8893
  const { i18n: n } = we;
8891
- _o(Si(n, t));
8894
+ _o($i(n, t));
8892
8895
  }
8893
8896
  });
8894
- window.API_URL && (Go.defaults.baseURL = window.API_URL + "/computebase/");
8895
- function Mc(t) {
8896
- return Go.post("callFunc", t);
8897
- }
8897
+ window.API_URL && (Ho.defaults.baseURL = window.API_URL + "/computebase/");
8898
8898
  function Bc(t) {
8899
+ return Ho.post("callFunc", t);
8900
+ }
8901
+ function Wc(t) {
8899
8902
  if (!t.vm) {
8900
8903
  console.error("bindCompute invalid sandbox vm");
8901
8904
  return;
@@ -8903,7 +8906,7 @@ function Bc(t) {
8903
8906
  const { vm: n } = t;
8904
8907
  n.newFunction("__callFuncV1__", (e, o, s, r, a) => {
8905
8908
  const c = n.getString(e), u = n.getString(o), p = n.dump(s), d = n.getString(r), m = n.getString(a), { id: f, promise: g } = t.promiseManager.acquire(), b = JSON.stringify(p);
8906
- return Mc({
8909
+ return Bc({
8907
8910
  spaceId: c,
8908
8911
  id: u,
8909
8912
  strInputs: b,
@@ -8918,7 +8921,7 @@ function Bc(t) {
8918
8921
  ), g.settled.then(n.runtime.executePendingJobs), g.handle;
8919
8922
  }).consume((e) => n.setProp(n.global, "__callFuncV1__", e));
8920
8923
  }
8921
- function Wc(t) {
8924
+ function Rc(t) {
8922
8925
  if (!t.vm) {
8923
8926
  console.error("bindSystem invalid sandbox vm");
8924
8927
  return;
@@ -8926,7 +8929,7 @@ function Wc(t) {
8926
8929
  const { vm: n } = t;
8927
8930
  n.newFunction("__getEnvV1__", () => n.getProp(n.global, "__env__")).consume((e) => n.setProp(n.global, "__getEnvV1__", e));
8928
8931
  }
8929
- function Rc(t) {
8932
+ function Kc(t) {
8930
8933
  if (!t.vm) {
8931
8934
  console.error("bindView invalid sandbox vm");
8932
8935
  return;
@@ -8944,7 +8947,7 @@ function Rc(t) {
8944
8947
  Ve(c, p, d);
8945
8948
  }
8946
8949
  }
8947
- const s = n.getString(e), { kind: r, eventKey: a } = Ec(s);
8950
+ const s = n.getString(e), { kind: r, eventKey: a } = Ac(s);
8948
8951
  if (r === "customEvent") {
8949
8952
  var V = [];
8950
8953
  try {
@@ -9006,7 +9009,7 @@ function Rc(t) {
9006
9009
  m && m.setCustomProperty(d, c);
9007
9010
  } else u === "customProperty" ? t.setCustomProperty(d, c) : u === "customSlotProperty" || (u === "adaptSlotElementProperty" || u === "adaptSlotCustomProperty" ? t.setAdaptSlotProperty(d, c) : console.assert(!1));
9008
9011
  }).consume((e) => n.setProp(n.global, "__setPropertyV1__", e)), n.newFunction("__callMethodV1__", (e, o, s) => {
9009
- const r = n.getString(e), a = n.getString(o), c = n.dump(s), { kind: u, nodeId: p, methodKey: d } = jo(r);
9012
+ const r = n.getString(e), a = n.getString(o), c = n.dump(s), { kind: u, nodeId: p, methodKey: d } = Go(r);
9010
9013
  let m;
9011
9014
  if (u === "elementMethod")
9012
9015
  m = t.callElementMethod(r, c);
@@ -9040,20 +9043,20 @@ function Rc(t) {
9040
9043
  );
9041
9044
  }).consume((e) => n.setProp(n.global, "__navigateToV1__", e)), n.newFunction("__openConfirmDlgV1__", (e, o) => {
9042
9045
  const s = n.getString(e), r = n.getString(o), { id: a, promise: c } = t.promiseManager.acquire();
9043
- return oi({ title: s, text: r }).then((u) => {
9046
+ return ii({ title: s, text: r }).then((u) => {
9044
9047
  Ee(t) && (u === void 0 ? c.resolve(n.undefined) : c.resolve(u ? n.true : n.false), t.promiseManager.release(a));
9045
9048
  }), c.settled.then(n.runtime.executePendingJobs), c.handle;
9046
9049
  }).consume((e) => n.setProp(n.global, "__openConfirmDlgV1__", e)), n.newFunction("__openPromptDlgV1__", (e, o, s) => {
9047
9050
  const r = n.getString(e), a = n.getString(o), c = n.dump(s), { id: u, promise: p } = t.promiseManager.acquire();
9048
- return ii({ title: r, label: a, value: c }).then((d) => {
9051
+ return ri({ title: r, label: a, value: c }).then((d) => {
9049
9052
  Ee(t) && (d === void 0 ? p.resolve(n.undefined) : p.resolve(n.newString(d)), t.promiseManager.release(u));
9050
9053
  }), p.settled.then(n.runtime.executePendingJobs), p.handle;
9051
9054
  }).consume((e) => n.setProp(n.global, "__openPromptDlgV1__", e));
9052
9055
  }
9053
- function Kc(t) {
9054
- Ac(t), Bc(t), Wc(t), Rc(t);
9056
+ function Dc(t) {
9057
+ Mc(t), Wc(t), Rc(t), Kc(t);
9055
9058
  }
9056
- const Dc = `
9059
+ const Oc = `
9057
9060
  let __events__ = {}
9058
9061
 
9059
9062
  function __onEventV1__(id, callback) {
@@ -9137,7 +9140,7 @@ function __destroy__() {
9137
9140
  __timers__ = {}
9138
9141
  }
9139
9142
  `;
9140
- class Oc {
9143
+ class Fc {
9141
9144
  vm;
9142
9145
  promiseId = 0;
9143
9146
  promises = {};
@@ -9155,7 +9158,7 @@ class Oc {
9155
9158
  delete this.promises[n];
9156
9159
  }
9157
9160
  }
9158
- class Fc {
9161
+ class Nc {
9159
9162
  kind;
9160
9163
  id;
9161
9164
  refKey;
@@ -9165,7 +9168,7 @@ class Fc {
9165
9168
  env;
9166
9169
  mode;
9167
9170
  type;
9168
- eventBus = wi();
9171
+ eventBus = Ii();
9169
9172
  hooks;
9170
9173
  constructor(n, e, o, s, r, a, c, u, p) {
9171
9174
  this.kind = n, this.id = e, this.refKey = o, this.parent = s, this.org = r, this.env = a, this.mode = c, this.type = u, this.hooks = p, this.parent?.addChild(this), console.log(`Sandbox/constructor id='${this.id}'`);
@@ -9185,7 +9188,7 @@ class Fc {
9185
9188
  vm;
9186
9189
  promiseManager;
9187
9190
  async createVm(n, e) {
9188
- this.vm = n.newContext(), this.promiseManager = new Oc(this.vm), Kc(this), this.vm.evalCode(Dc), this.vm.setProp(this.vm.global, "__env__", this.vm.newString(this.env)), this.vm.evalCode(e), this.callFunction(
9191
+ this.vm = n.newContext(), this.promiseManager = new Fc(this.vm), Dc(this), this.vm.evalCode(Oc), this.vm.setProp(this.vm.global, "__env__", this.vm.newString(this.env)), this.vm.evalCode(e), this.callFunction(
9189
9192
  "__triggerEventV1__",
9190
9193
  oe("elementEvent", "globality", "startup")
9191
9194
  );
@@ -9274,7 +9277,7 @@ class Fc {
9274
9277
  callElementMethod(n, e) {
9275
9278
  if (!ne(this.mode))
9276
9279
  return;
9277
- const { methodKey: o } = jo(n), s = {};
9280
+ const { methodKey: o } = Go(n), s = {};
9278
9281
  return this.eventBus.emit(n, { key: o, inputs: e, outputs: s }), s;
9279
9282
  }
9280
9283
  callCustomMethod(n, e) {
@@ -9297,7 +9300,7 @@ class Fc {
9297
9300
  }
9298
9301
  }
9299
9302
  function sn(t, n, e, o, s) {
9300
- const r = Cc(), a = Vc(), c = J(), u = he(), p = Be(), d = Ue(), m = Lc(), f = (x, $, V, F) => {
9303
+ const r = Vc(), a = Pc(), c = J(), u = he(), p = Be(), d = Ue(), m = zc(), f = (x, $, V, F) => {
9301
9304
  if (ne(c) && (h.callFunction(
9302
9305
  "__triggerEventV1__",
9303
9306
  oe("elementPropertyChangeEvent", x, $.join(".")),
@@ -9361,13 +9364,13 @@ function sn(t, n, e, o, s) {
9361
9364
  $,
9362
9365
  V
9363
9366
  ));
9364
- }, h = new Fc(n, e, o, s, r, a, c, u, {
9367
+ }, h = new Nc(n, e, o, s, r, a, c, u, {
9365
9368
  onElementPropertyChange: f,
9366
9369
  onCustomPropertyChange: g,
9367
9370
  onAdaptSlotPropertyChange: b,
9368
9371
  onStateChange: v
9369
9372
  });
9370
- if (zc(h), Ge(() => {
9373
+ if (Tc(h), Ge(() => {
9371
9374
  h.dispose();
9372
9375
  }), ne(c)) {
9373
9376
  const x = async () => {
@@ -9401,46 +9404,46 @@ function sn(t, n, e, o, s) {
9401
9404
  { immediate: !0 }
9402
9405
  );
9403
9406
  }
9404
- const Nc = (t, n, e) => {
9407
+ const jc = (t, n, e) => {
9405
9408
  const o = t[n];
9406
9409
  return o ? typeof o == "function" ? o() : Promise.resolve(o) : new Promise((s, r) => {
9407
9410
  (typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(r.bind(null, /* @__PURE__ */ new Error("Unknown variable dynamic import: " + n + (n.split("/").length !== e ? ". Note that variables only represent file names one level deep." : ""))));
9408
9411
  });
9409
9412
  };
9410
- async function Du(t) {
9411
- return (await Nc(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.fcu7dx2e.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.ab9hc9dj.js") }), `./locales/${t}/index.ts`, 4)).default;
9413
+ async function Ou(t) {
9414
+ return (await jc(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.fcu7dx2e.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.ab9hc9dj.js") }), `./locales/${t}/index.ts`, 4)).default;
9412
9415
  }
9413
9416
  export {
9414
- Qc as addIndent,
9415
- zl as ambientLightV1,
9416
- Xl as badgeV1,
9417
+ eu as addIndent,
9418
+ Tl as ambientLightV1,
9419
+ Yl as badgeV1,
9417
9420
  gt as barChartV1,
9418
9421
  yt as boxGeometryV1,
9419
9422
  So as breakpoints,
9420
- Ql as btnGroupV1,
9421
- ea as btnToggleV1,
9423
+ ea as btnGroupV1,
9424
+ ta as btnToggleV1,
9422
9425
  _t as btnV1,
9423
9426
  Xe as calcBreakpoint,
9424
9427
  Fe as cardV1,
9425
- na as checkboxV1,
9428
+ oa as checkboxV1,
9426
9429
  xt as chipGroupV1,
9427
9430
  vt as chipV1,
9428
- ra as colorPickerV1,
9429
- sa as comboboxV1,
9430
- lu as compMetaStringify,
9431
- Vi as compTypes,
9431
+ sa as colorPickerV1,
9432
+ la as comboboxV1,
9433
+ au as compMetaStringify,
9434
+ Pi as compTypes,
9432
9435
  kt as containerV1,
9433
- tu as dataStringify,
9434
- la as dataTableV1,
9435
- aa as datePickerV1,
9436
- ca as dialogV1,
9437
- Tl as directionalLightV1,
9438
- $c as duplicateNodePair,
9439
- yu as duplicateNodePairs,
9440
- ou as elementKeys,
9436
+ nu as dataStringify,
9437
+ aa as dataTableV1,
9438
+ ca as datePickerV1,
9439
+ ua as dialogV1,
9440
+ El as directionalLightV1,
9441
+ Cc as duplicateNodePair,
9442
+ bu as duplicateNodePairs,
9443
+ iu as elementKeys,
9441
9444
  Ke as elements,
9442
- eu as ensureContext,
9443
- pu as fileInputV1,
9445
+ tu as ensureContext,
9446
+ du as fileInputV1,
9444
9447
  wt as flexLayoutEntryV1,
9445
9448
  Ne as flexLayoutV1,
9446
9449
  $t as formV1,
@@ -9448,95 +9451,96 @@ export {
9448
9451
  We as getBreakpointProp,
9449
9452
  ke as getField,
9450
9453
  un as getIndexOfBreakpoint,
9451
- fu as getNodeLite,
9454
+ yu as getNodeLite,
9452
9455
  ao as getPropertyDefault,
9453
9456
  B as getPropertyTag,
9454
- ql as globalityV1,
9455
- Ml as groupV1,
9456
- ya as iconV1,
9457
+ Xl as globalityV1,
9458
+ Bl as groupV1,
9459
+ ba as iconV1,
9457
9460
  T as initNode,
9458
9461
  A as initProperties,
9459
9462
  Ue as injectDark,
9460
9463
  _e as injectData,
9461
- Pc as injectDepends,
9464
+ Lc as injectDepends,
9462
9465
  Be as injectDevice,
9463
- Vc as injectEnv,
9466
+ Pc as injectEnv,
9464
9467
  J as injectMode,
9465
- Cc as injectOrg,
9466
- Lc as injectRuntime,
9468
+ Vc as injectOrg,
9469
+ zc as injectRuntime,
9467
9470
  ve as injectSandbox,
9468
9471
  he as injectType,
9469
- $o as isCircularRef,
9472
+ Co as isCircularRef,
9470
9473
  ne as isExecutableMode,
9471
- zi as isLocaleOfEventKind,
9472
- Li as isLocaleOfMethodKind,
9473
- Pi as isLocaleOfPropertyKind,
9474
- iu as isLocaleOfSlotKind,
9474
+ Ti as isLocaleOfEventKind,
9475
+ zi as isLocaleOfMethodKind,
9476
+ Li as isLocaleOfPropertyKind,
9477
+ ru as isLocaleOfSlotKind,
9475
9478
  jt as isPercentStr,
9476
9479
  nt as isPixelStr,
9477
- kl as keyboardControlsV1,
9480
+ $o as isRefKey,
9481
+ wl as keyboardControlsV1,
9478
9482
  ht as lineChartV1,
9479
- Du as loadLocaleMessageRuntime,
9483
+ Ou as loadLocaleMessageRuntime,
9480
9484
  oe as makeEventId,
9481
- Mu as makeEventKeyOfCustomSlot,
9482
- Eu as makeEventKeyOfElementSlot,
9483
- Tc as makeMethodId,
9484
- zu as makeMethodKeyOfCustomSlot,
9485
- Pu as makeMethodKeyOfElementSlot,
9486
- Iu as makePropertyId,
9487
- Cu as makePropertyKeyOfCustomSlot,
9488
- Su as makePropertyKeyOfElementSlot,
9489
- Wu as makeSlotId,
9485
+ Bu as makeEventKeyOfCustomSlot,
9486
+ Au as makeEventKeyOfElementSlot,
9487
+ Ec as makeMethodId,
9488
+ Tu as makeMethodKeyOfCustomSlot,
9489
+ Lu as makeMethodKeyOfElementSlot,
9490
+ Su as makePropertyId,
9491
+ Vu as makePropertyKeyOfCustomSlot,
9492
+ $u as makePropertyKeyOfElementSlot,
9493
+ Ru as makeSlotId,
9490
9494
  Re as makeTriggerId,
9491
- wl as mapControlsV1,
9492
- ba as menuV1,
9495
+ Il as mapControlsV1,
9496
+ ga as menuV1,
9493
9497
  De as meshBasicMaterialV1,
9494
9498
  Oe as meshV1,
9495
- Rl as multipleRefV1,
9499
+ Kl as multipleRefV1,
9496
9500
  Ct as numberInputV1,
9497
- Il as orbitControlsV1,
9498
- vl as orthographicCameraV1,
9499
- ru as pageMetaStringify,
9500
- Ci as pageTypes,
9501
- ha as paginationV1,
9502
- au as parseCompMeta,
9503
- nu as parseData,
9504
- su as parsePageMeta,
9501
+ Sl as orbitControlsV1,
9502
+ xl as orthographicCameraV1,
9503
+ su as pageMetaStringify,
9504
+ Vi as pageTypes,
9505
+ _a as paginationV1,
9506
+ cu as parseCompMeta,
9507
+ ou as parseData,
9508
+ lu as parsePageMeta,
9505
9509
  at as parsePercentStr,
9506
- Zc as parsePixelStr,
9507
- xl as perspectiveCameraV1,
9508
- Sc as pkgs,
9509
- El as pointLightV1,
9510
- vu as provideDark,
9511
- No as provideData,
9512
- ku as provideDepends,
9513
- _u as provideDevice,
9514
- gu as provideEnv,
9515
- hu as provideMode,
9516
- bu as provideOrg,
9517
- wu as provideRuntime,
9518
- zc as provideSandbox,
9519
- xu as provideType,
9510
+ Qc as parsePixelStr,
9511
+ kl as perspectiveCameraV1,
9512
+ $c as pkgs,
9513
+ Al as pointLightV1,
9514
+ xu as provideDark,
9515
+ jo as provideData,
9516
+ wu as provideDepends,
9517
+ vu as provideDevice,
9518
+ hu as provideEnv,
9519
+ _u as provideMode,
9520
+ gu as provideOrg,
9521
+ Iu as provideRuntime,
9522
+ Tc as provideSandbox,
9523
+ ku as provideType,
9520
9524
  Pt as radioGroupV1,
9521
9525
  Vt as radioV1,
9522
- xa as rangeSliderV1,
9523
- ka as ratingV1,
9524
- Kl as referenceV1,
9525
- Dl as renderSwitchV1,
9526
- $i as reverseBreakpoints,
9527
- wa as selectV1,
9526
+ ka as rangeSliderV1,
9527
+ wa as ratingV1,
9528
+ Dl as referenceV1,
9529
+ Ol as renderSwitchV1,
9530
+ Ci as reverseBreakpoints,
9531
+ Ia as selectV1,
9528
9532
  Gt as setField,
9529
- Ia as sliderV1,
9530
- Ol as slotV1,
9531
- du as spawnNode,
9533
+ Sa as sliderV1,
9534
+ Fl as slotV1,
9535
+ fu as spawnNode,
9532
9536
  bt as sphereGeometryV1,
9533
- Al as spotLightV1,
9537
+ Ml as spotLightV1,
9534
9538
  Lt as stepperHeaderV1,
9535
9539
  zt as stepperItemV1,
9536
9540
  At as stepperV1,
9537
9541
  Et as stepperWindowItemV1,
9538
9542
  Tt as stepperWindowV1,
9539
- Pa as switchV1,
9543
+ La as switchV1,
9540
9544
  Mt as tabV1,
9541
9545
  Bt as tabsV1,
9542
9546
  St as textFieldV1,
@@ -9544,23 +9548,23 @@ export {
9544
9548
  Wt as textareaV1,
9545
9549
  Rt as timelineItemV1,
9546
9550
  Kt as timelineV1,
9547
- mu as toEventName,
9548
- uu as toMethodName,
9551
+ pu as toEventName,
9552
+ mu as toMethodName,
9549
9553
  E as toNodeLite,
9550
- cu as toPropertyName,
9554
+ uu as toPropertyName,
9551
9555
  qe as triggerReactivity,
9552
- Ec as unwrapEventId,
9553
- Bu as unwrapEventKeyOfCustomSlot,
9554
- Au as unwrapEventKeyOfElementSlot,
9555
- jo as unwrapMethodId,
9556
- Tu as unwrapMethodKeyOfCustomSlot,
9557
- Lu as unwrapMethodKeyOfElementSlot,
9556
+ Ac as unwrapEventId,
9557
+ Wu as unwrapEventKeyOfCustomSlot,
9558
+ Mu as unwrapEventKeyOfElementSlot,
9559
+ Go as unwrapMethodId,
9560
+ Eu as unwrapMethodKeyOfCustomSlot,
9561
+ zu as unwrapMethodKeyOfElementSlot,
9558
9562
  co as unwrapPropertyId,
9559
- Vu as unwrapPropertyKeyOfCustomSlot,
9560
- $u as unwrapPropertyKeyOfElementSlot,
9561
- Ru as unwrapSlotId,
9563
+ Pu as unwrapPropertyKeyOfCustomSlot,
9564
+ Cu as unwrapPropertyKeyOfElementSlot,
9565
+ Ku as unwrapSlotId,
9562
9566
  rn as useDepend,
9563
- Ku as useRuntime,
9567
+ Du as useRuntime,
9564
9568
  sn as useSandbox,
9565
9569
  Dt as windowItemV1,
9566
9570
  Ot as windowV1