x-runtime-lib 0.7.33 → 0.7.34

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
@@ -1,12 +1,12 @@
1
- import { computed as V, inject as oe, provide as se, readonly as Jt, onBeforeMount as no, onUnmounted as Ce, ref as be, watchEffect as Xt, watch as me, defineComponent as z, useTemplateRef as li, onMounted as ai, nextTick as ui, createElementBlock as re, openBlock as C, normalizeStyle as ie, createBlock as P, h as J, resolveComponent as L, unref as o, withCtx as N, renderSlot as G, createVNode as Z, isRef as X, createSlots as Yt, renderList as io, useId as ci, createCommentVNode as di, withModifiers as oo, normalizeClass as so, toDisplayString as ro } from "vue";
1
+ import { computed as V, inject as oe, provide as se, readonly as Jt, onBeforeMount as no, onUnmounted as Ie, ref as be, watchEffect as Xt, watch as me, defineComponent as z, useTemplateRef as li, onMounted as ai, nextTick as ui, createElementBlock as re, openBlock as I, normalizeStyle as ie, createBlock as N, h as J, resolveComponent as W, unref as o, withCtx as P, renderSlot as j, createVNode as Z, isRef as X, createSlots as Yt, renderList as io, useId as ci, createCommentVNode as di, withModifiers as oo, normalizeClass as so, toDisplayString as ro } from "vue";
2
2
  import { waitUtil as mi, eventBus as Qt, messageInfo as lo, messageSuccess as ao, messageWarning as pi, messageError as fi, createAxios as uo, globalObjects as He, openConfirmDlg as co, openPromptDlg as mo, useViewStack as bi, injectDark as po } from "x-essential-lib";
3
3
  import { useTheme as fo } from "vuetify";
4
- import { c as U, u as bo, r as yi, e as hi, i as yo, a as ho, b as xo, d as go, f as vo, g as ko, h as _o, j as wo, I as Vo, m as $o, k as xi } from "./vendor.kp4chziz.js";
4
+ import { c as G, u as bo, r as yi, e as hi, i as yo, a as ho, b as xo, d as go, f as vo, g as ko, h as _o, j as wo, I as Vo, m as $o, k as xi } from "./vendor.kp4chziz.js";
5
5
  import { useI18n as gi } from "vue-i18n";
6
- import { getErrorMessage as Co } from "x-error-lib";
7
- const ye = {}, Io = {
6
+ import { getErrorMessage as Io } from "x-error-lib";
7
+ const ye = {}, Co = {
8
8
  key: "add",
9
- name: "METHOD_ADD",
9
+ name: "x-runtime-lib.add",
10
10
  inputs: [],
11
11
  outputs: [
12
12
  {
@@ -16,7 +16,7 @@ const ye = {}, Io = {
16
16
  }
17
17
  ]
18
18
  }, T = (i) => {
19
- i.leaf || i.methods.unshift(Io), ye[i.key] = i;
19
+ i.leaf || i.methods.unshift(Co), ye[i.key] = i;
20
20
  };
21
21
  function vi(i) {
22
22
  const e = V(() => i.node.legend?.show), t = V(() => i.node.legend?.data);
@@ -99,7 +99,7 @@ function nn(i) {
99
99
  return { paddingTop: e, paddingLeft: t, paddingBottom: r, paddingRight: n, applyPadding: s };
100
100
  }
101
101
  const bn = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
102
- function B(i) {
102
+ function R(i) {
103
103
  let e = "";
104
104
  for (let t = 0; t < i; t++) {
105
105
  const r = Math.floor(Math.random() * bn.length);
@@ -107,7 +107,7 @@ function B(i) {
107
107
  }
108
108
  return e;
109
109
  }
110
- function Pe(i) {
110
+ function Ne(i) {
111
111
  if (typeof i != "string" || !i.endsWith("px"))
112
112
  return !1;
113
113
  const e = i.substring(0, i.length - 2), t = parseFloat(e);
@@ -119,14 +119,14 @@ function on(i) {
119
119
  const e = i.substring(0, i.length - 1), t = parseFloat(e);
120
120
  return !isNaN(t);
121
121
  }
122
- function Da(i) {
122
+ function Ea(i) {
123
123
  if (typeof i != "string" || !i.endsWith("px"))
124
124
  return;
125
125
  const e = i.substring(0, i.length - 2), t = parseFloat(e);
126
126
  if (!isNaN(t) && t % 1 === 0)
127
127
  return t;
128
128
  }
129
- function Ee(i) {
129
+ function Le(i) {
130
130
  if (typeof i != "string" || !i.endsWith("%"))
131
131
  return;
132
132
  const e = i.substring(0, i.length - 1), t = parseFloat(e);
@@ -134,7 +134,7 @@ function Ee(i) {
134
134
  return t;
135
135
  }
136
136
  const $i = ["xs", "sm", "md", "lg", "xl"], So = [...$i].reverse();
137
- function Ci(i) {
137
+ function Ii(i) {
138
138
  return i < 600 ? "xs" : i < 960 ? "sm" : i < 1280 ? "md" : i < 1920 ? "lg" : "xl";
139
139
  }
140
140
  function yn(i) {
@@ -149,7 +149,7 @@ function we(i, e) {
149
149
  }
150
150
  return t;
151
151
  }
152
- function D(i, e) {
152
+ function E(i, e) {
153
153
  if (i === "page") {
154
154
  if (e == "common")
155
155
  return "pageCommon";
@@ -163,13 +163,13 @@ function D(i, e) {
163
163
  }
164
164
  function hn(i, e) {
165
165
  if (i.array)
166
- return e ? U(i.default) : U(i.defaultArray);
166
+ return e ? G(i.default) : G(i.defaultArray);
167
167
  {
168
- const t = U(i.default);
168
+ const t = G(i.default);
169
169
  return (i.ui === "switch" || i.ui === "select" || i.ui === "colorPicker" || i.ui === "multiTypes" || i.ui === "compSelect") && !t ? void 0 : t;
170
170
  }
171
171
  }
172
- function R(i, e) {
172
+ function D(i, e) {
173
173
  function t(r, n) {
174
174
  if (n.ui) {
175
175
  if (n.ui === "strInput" && n.static)
@@ -183,7 +183,7 @@ function R(i, e) {
183
183
  e.forEach((r) => t(i, r));
184
184
  }
185
185
  function To(i, e, t, r, n) {
186
- const s = `type=${i} subtype=${e} version=${t} ref=${r} keyOrRefid=${n}`, a = D(i, e);
186
+ const s = `type=${i} subtype=${e} version=${t} ref=${r} keyOrRefid=${n}`, a = E(i, e);
187
187
  if (!a) {
188
188
  console.error(`spawnNode prop tag not found, ${s}`);
189
189
  return;
@@ -215,7 +215,7 @@ function To(i, e, t, r, n) {
215
215
  key: ""
216
216
  }
217
217
  };
218
- return R(d, c), d.basic.id = B(16), d.basic.key = p, d.ref = {
218
+ return D(d, c), d.basic.id = R(16), d.basic.key = p, d.ref = {
219
219
  id: b
220
220
  }, d;
221
221
  } else {
@@ -243,7 +243,7 @@ function To(i, e, t, r, n) {
243
243
  key: ""
244
244
  }
245
245
  };
246
- return R(c, m), c.basic.id = B(16), c.basic.key = p, b.leaf || (c.children = []), c;
246
+ return D(c, m), c.basic.id = R(16), c.basic.key = p, b.leaf || (c.children = []), c;
247
247
  }
248
248
  }
249
249
  }
@@ -266,9 +266,9 @@ function Ma(i, e) {
266
266
  }
267
267
  function zo(i) {
268
268
  function e(r) {
269
- r.basic.id = B(16), r.children?.forEach((n) => e(n));
269
+ r.basic.id = R(16), r.children?.forEach((n) => e(n));
270
270
  }
271
- const t = U(i);
271
+ const t = G(i);
272
272
  return e(t), t;
273
273
  }
274
274
  function Fa(i) {
@@ -277,79 +277,79 @@ function Fa(i) {
277
277
  e.push(zo(t));
278
278
  }), e;
279
279
  }
280
- const Ii = "runtimeOrg", Si = "runtimeEnv", Ti = "runtimeMode", zi = "runtimeDevice", Ai = "runtimeDark", Ni = "runtimeType", Pi = "runtimeData", Li = "runtimeDepends", Ei = "runtimeSandbox";
280
+ const Ci = "runtimeOrg", Si = "runtimeEnv", Ti = "runtimeMode", zi = "runtimeDevice", Ai = "runtimeDark", Pi = "runtimeType", Ni = "runtimeData", Wi = "runtimeDepends", Li = "runtimeSandbox";
281
281
  function Ha(i) {
282
- se(Ii, i);
282
+ se(Ci, i);
283
283
  }
284
- function Wi() {
285
- return oe(Ii);
284
+ function Bi() {
285
+ return oe(Ci);
286
286
  }
287
- function Oa(i) {
287
+ function Ua(i) {
288
288
  se(Si, i);
289
289
  }
290
- function Bi() {
290
+ function Ri() {
291
291
  return oe(Si);
292
292
  }
293
- function Ua(i) {
293
+ function Ga(i) {
294
294
  se(Ti, i);
295
295
  }
296
296
  function A() {
297
297
  return oe(Ti);
298
298
  }
299
- function Ga(i) {
299
+ function ja(i) {
300
300
  se(zi, Jt(i));
301
301
  }
302
302
  function le() {
303
303
  return oe(zi);
304
304
  }
305
- function Ka(i) {
305
+ function Oa(i) {
306
306
  se(Ai, Jt(i));
307
307
  }
308
308
  function M() {
309
309
  return oe(Ai);
310
310
  }
311
- function ja(i) {
312
- se(Ni, i);
311
+ function Ka(i) {
312
+ se(Pi, i);
313
313
  }
314
314
  function ae() {
315
- return oe(Ni);
315
+ return oe(Pi);
316
316
  }
317
317
  function Za(i) {
318
- se(Pi, i);
318
+ se(Ni, i);
319
319
  }
320
320
  function ue() {
321
- return oe(Pi);
321
+ return oe(Ni);
322
322
  }
323
323
  function qa(i) {
324
- se(Li, Jt(i));
324
+ se(Wi, Jt(i));
325
325
  }
326
- function Ri() {
327
- return oe(Li);
326
+ function Di() {
327
+ return oe(Wi);
328
328
  }
329
- function Di(i) {
330
- se(Ei, i);
329
+ function Ei(i) {
330
+ se(Li, i);
331
331
  }
332
- function W() {
333
- return oe(Ei);
332
+ function B() {
333
+ return oe(Li);
334
334
  }
335
335
  function pe(i, e, t) {
336
336
  const r = V(() => t.node.size?.width), n = V(() => t.node.size?.minWidth), s = V(() => t.node.size?.maxWidth), a = V(() => {
337
337
  if (t.outer && i === "editor") {
338
- const m = Ee(t.node.size?.height);
338
+ const m = Le(t.node.size?.height);
339
339
  if (m)
340
340
  return m / 100 * e.value.height + "px";
341
341
  }
342
342
  return t.node.size?.height;
343
343
  }), u = V(() => {
344
344
  if (t.outer && i === "editor") {
345
- const m = Ee(t.node.size?.minHeight);
345
+ const m = Le(t.node.size?.minHeight);
346
346
  if (m)
347
347
  return m / 100 * e.value.height + "px";
348
348
  }
349
349
  return t.node.size?.minHeight;
350
350
  }), p = V(() => {
351
351
  if (t.outer && i === "editor") {
352
- const m = Ee(t.node.size?.maxHeight);
352
+ const m = Le(t.node.size?.maxHeight);
353
353
  if (m)
354
354
  return m / 100 * e.value.height + "px";
355
355
  }
@@ -364,7 +364,7 @@ function Mi(i, e, t) {
364
364
  const r = V(() => e.node.basic.id), n = V(() => `callMethod@${r.value}`);
365
365
  no(() => {
366
366
  i.eventBus?.on(n.value, t);
367
- }), Ce(() => {
367
+ }), Ie(() => {
368
368
  i.eventBus?.off(n.value, t);
369
369
  });
370
370
  }
@@ -383,7 +383,7 @@ const Ao = (i, e, t) => {
383
383
  console.assert(!1);
384
384
  } else
385
385
  return r;
386
- }, No = (i, e, t, r) => {
386
+ }, Po = (i, e, t, r) => {
387
387
  let n = i;
388
388
  if (!n) {
389
389
  console.assert(!1);
@@ -401,28 +401,28 @@ function l(i, e, t, r, n) {
401
401
  let a = Ao(t.node, r, n);
402
402
  i === "editor" && r[r.length - 1] === "readonly" && (a = !0), s.value = a;
403
403
  }), me(s, () => {
404
- No(t.node, r, s.value, n);
404
+ Po(t.node, r, s.value, n);
405
405
  }), { prop: s };
406
406
  }
407
- function O(i) {
407
+ function U(i) {
408
408
  return { theme: V(() => i.value ? "dark" : "light") };
409
409
  }
410
- const Po = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Lo = "#242424", Eo = {}, Wo = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, Bo = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Ro = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Do = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Mo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Fo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ho = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Oo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Uo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Go = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ko = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, jo = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, Zo = { 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" } }, qo = { 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)" } } }, Jo = { 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)" } } }, Xo = { 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"] } } }, Yo = { 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"] } } }, Qo = { 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"] } } }, es = { 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"] } } }, ts = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, ns = { textStyle: { color: "#eeeeee" } }, is = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, os = { 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" } } }, ss = { color: ["#bf444c", "#d88273", "#f6efa6"] }, rs = { 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" } }, ls = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, as = {
411
- color: Po,
412
- backgroundColor: Lo,
413
- textStyle: Eo,
414
- title: Wo,
415
- line: Bo,
416
- radar: Ro,
417
- bar: Do,
410
+ const No = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Wo = "#242424", Lo = {}, Bo = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, Ro = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Do = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Eo = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Mo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Fo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ho = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Uo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Go = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, jo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Oo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ko = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, Zo = { 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" } }, qo = { 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)" } } }, Jo = { 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)" } } }, Xo = { 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"] } } }, Yo = { 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"] } } }, Qo = { 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"] } } }, es = { 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"] } } }, ts = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, ns = { textStyle: { color: "#eeeeee" } }, is = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, os = { 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" } } }, ss = { color: ["#bf444c", "#d88273", "#f6efa6"] }, rs = { 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" } }, ls = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, as = {
411
+ color: No,
412
+ backgroundColor: Wo,
413
+ textStyle: Lo,
414
+ title: Bo,
415
+ line: Ro,
416
+ radar: Do,
417
+ bar: Eo,
418
418
  pie: Mo,
419
419
  scatter: Fo,
420
420
  boxplot: Ho,
421
- parallel: Oo,
422
- sankey: Uo,
423
- funnel: Go,
424
- gauge: Ko,
425
- candlestick: jo,
421
+ parallel: Uo,
422
+ sankey: Go,
423
+ funnel: jo,
424
+ gauge: Oo,
425
+ candlestick: Ko,
426
426
  graph: Zo,
427
427
  map: qo,
428
428
  geo: Jo,
@@ -437,7 +437,7 @@ const Po = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#
437
437
  visualMap: ss,
438
438
  dataZoom: rs,
439
439
  markPoint: ls
440
- }, us = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], cs = "#f5f5f5", ds = {}, ms = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, ps = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, fs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, bs = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, ys = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, hs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, xs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, gs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, vs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ks = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, _s = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ws = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, Vs = { 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" } }, $s = { 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)" } } }, Cs = { 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)" } } }, 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"] } } }, Ss = { 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"] } } }, 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"] } } }, zs = { 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"] } } }, As = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Ns = { textStyle: { color: "#333333" } }, Ps = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, Ls = { 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" } } }, Es = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Ws = { 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" } }, Bs = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Rs = {
440
+ }, us = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], cs = "#f5f5f5", ds = {}, ms = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, ps = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, fs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, bs = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, ys = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, hs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, xs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, gs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, vs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ks = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, _s = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ws = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, Vs = { 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" } }, $s = { 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)" } } }, Is = { 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)" } } }, Cs = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Ss = { 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"] } } }, 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"] } } }, zs = { 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"] } } }, As = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Ps = { textStyle: { color: "#333333" } }, Ns = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, Ws = { 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" } } }, Ls = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Bs = { 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" } }, Rs = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Ds = {
441
441
  color: us,
442
442
  backgroundColor: cs,
443
443
  textStyle: ds,
@@ -455,18 +455,18 @@ const Po = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#
455
455
  candlestick: ws,
456
456
  graph: Vs,
457
457
  map: $s,
458
- geo: Cs,
459
- categoryAxis: Is,
458
+ geo: Is,
459
+ categoryAxis: Cs,
460
460
  valueAxis: Ss,
461
461
  logAxis: Ts,
462
462
  timeAxis: zs,
463
463
  toolbox: As,
464
- legend: Ns,
465
- tooltip: Ps,
466
- timeline: Ls,
467
- visualMap: Es,
468
- dataZoom: Ws,
469
- markPoint: Bs
464
+ legend: Ps,
465
+ tooltip: Ns,
466
+ timeline: Ws,
467
+ visualMap: Ls,
468
+ dataZoom: Bs,
469
+ markPoint: Rs
470
470
  };
471
471
  bo([
472
472
  yo,
@@ -479,8 +479,8 @@ bo([
479
479
  wo
480
480
  ]);
481
481
  yi("dark", as);
482
- yi("light", Rs);
483
- const Ds = /* @__PURE__ */ z({
482
+ yi("light", Ds);
483
+ const Es = /* @__PURE__ */ z({
484
484
  __name: "index",
485
485
  props: {
486
486
  node: {},
@@ -492,20 +492,20 @@ const Ds = /* @__PURE__ */ z({
492
492
  return s === "page" ? H === "common" ? f(S) : console.assert(!1) : s === "comp" && H === "common" ? f(S) : console.assert(!1), S;
493
493
  }), $ = li("chart");
494
494
  let g;
495
- const I = () => {
495
+ const C = () => {
496
496
  g?.dispose(), g = hi.init($.value, n.value ? "dark" : "light");
497
497
  const S = {};
498
498
  g.setOption(S);
499
- }, E = () => {
499
+ }, L = () => {
500
500
  g?.resize();
501
501
  }, F = () => {
502
502
  const S = {};
503
503
  k(S), h(S), y(S), w(S), _(S), g?.setOption(S, !0);
504
504
  };
505
505
  return ai(async () => {
506
- window.addEventListener("resize", E, !1), await mi(() => !!$.value), I(), F();
507
- }), Ce(() => {
508
- window.removeEventListener("resize", E, !1), g?.dispose();
506
+ window.addEventListener("resize", L, !1), await mi(() => !!$.value), C(), F();
507
+ }), Ie(() => {
508
+ window.removeEventListener("resize", L, !1), g?.dispose();
509
509
  }), me(
510
510
  [
511
511
  () => r.value.width,
@@ -518,17 +518,17 @@ const Ds = /* @__PURE__ */ z({
518
518
  d
519
519
  ],
520
520
  async () => {
521
- await ui(), E();
521
+ await ui(), L();
522
522
  }
523
523
  ), me([n], () => {
524
- I(), F();
524
+ C(), F();
525
525
  }), me(
526
526
  [e],
527
527
  () => {
528
528
  F();
529
529
  },
530
530
  { deep: !0 }
531
- ), (S, H) => (C(), re("div", {
531
+ ), (S, H) => (I(), re("div", {
532
532
  ref: "chart",
533
533
  style: ie(x.value)
534
534
  }, null, 4));
@@ -545,20 +545,20 @@ const Ds = /* @__PURE__ */ z({
545
545
  return s === "page" ? H === "common" ? f(S) : console.assert(!1) : s === "comp" && H === "common" ? f(S) : console.assert(!1), S;
546
546
  }), $ = li("chart");
547
547
  let g;
548
- const I = () => {
548
+ const C = () => {
549
549
  g?.dispose(), g = hi.init($.value, n.value ? "dark" : "light");
550
550
  const S = {};
551
551
  g.setOption(S);
552
- }, E = () => {
552
+ }, L = () => {
553
553
  g?.resize();
554
554
  }, F = () => {
555
555
  const S = {};
556
556
  k(S), h(S), y(S), w(S), _(S), g?.setOption(S, !0);
557
557
  };
558
558
  return ai(async () => {
559
- window.addEventListener("resize", E, !1), await mi(() => !!$.value), I(), F();
560
- }), Ce(() => {
561
- window.removeEventListener("resize", E, !1), g?.dispose();
559
+ window.addEventListener("resize", L, !1), await mi(() => !!$.value), C(), F();
560
+ }), Ie(() => {
561
+ window.removeEventListener("resize", L, !1), g?.dispose();
562
562
  }), me(
563
563
  [
564
564
  () => r.value.width,
@@ -571,17 +571,17 @@ const Ds = /* @__PURE__ */ z({
571
571
  d
572
572
  ],
573
573
  async () => {
574
- await ui(), E();
574
+ await ui(), L();
575
575
  }
576
576
  ), me([n], () => {
577
- I(), F();
577
+ C(), F();
578
578
  }), me(
579
579
  [e],
580
580
  () => {
581
581
  F();
582
582
  },
583
583
  { deep: !0 }
584
- ), (S, H) => (C(), re("div", {
584
+ ), (S, H) => (I(), re("div", {
585
585
  ref: "chart",
586
586
  style: ie(x.value)
587
587
  }, null, 4));
@@ -677,14 +677,14 @@ const Fi = uo({
677
677
  baseUrl: "http://localhost/computebase/",
678
678
  onError: (i) => {
679
679
  const { i18n: e } = He;
680
- fi(Co(e, i));
680
+ fi(Io(e, i));
681
681
  }
682
682
  });
683
683
  window.API_URL && (Fi.defaults.baseURL = window.API_URL + "/computebase/");
684
684
  function Hs(i) {
685
685
  return Fi.post("callFunc", i);
686
686
  }
687
- function Os(i, e) {
687
+ function Us(i, e) {
688
688
  async function t(r, n, s, a, u, p) {
689
689
  const b = i.pseudoToNative(r), m = i.pseudoToNative(n), c = i.pseudoToNative(s), d = i.pseudoToNative(a), f = i.pseudoToNative(u);
690
690
  try {
@@ -705,10 +705,10 @@ function Os(i, e) {
705
705
  i.createAsyncFunction(t)
706
706
  );
707
707
  }
708
- function Us(i, e, t) {
708
+ function Gs(i, e, t) {
709
709
  console.assert(i || e || t);
710
710
  }
711
- class Gs {
711
+ class js {
712
712
  context;
713
713
  nodes;
714
714
  constructor(e) {
@@ -748,8 +748,8 @@ class Gs {
748
748
  this.getNode(e);
749
749
  }
750
750
  }
751
- function Ks(i, e, t) {
752
- const r = new Gs(i);
751
+ function Os(i, e, t) {
752
+ const r = new js(i);
753
753
  function n(d, f, k) {
754
754
  const h = e.pseudoToNative(d), y = e.pseudoToNative(f), w = e.pseudoToNative(k), _ = r.addNode(h, y, w);
755
755
  return e.nativeToPseudo(_);
@@ -762,7 +762,7 @@ function Ks(i, e, t) {
762
762
  const k = e.pseudoToNative(d), h = e.pseudoToNative(f), y = `id=${k} keys=${h}`;
763
763
  let w;
764
764
  if (k === "globality" ? w = i.data.view : w = r.getNode(k), !w) {
765
- console.error(`getNodePropV1 node not found, ${y}`);
765
+ console.error(`getPropV1 node not found, ${y}`);
766
766
  return;
767
767
  }
768
768
  const _ = h.split("."), x = _.length;
@@ -771,7 +771,7 @@ function Ks(i, e, t) {
771
771
  if ($ === x - 1)
772
772
  return e.nativeToPseudo(w[g]);
773
773
  if (!w) {
774
- console.error(`getNodePropV1 unpkg failed, ${y}`);
774
+ console.error(`getPropV1 unpkg failed, ${y}`);
775
775
  return;
776
776
  }
777
777
  w = w[g];
@@ -781,20 +781,20 @@ function Ks(i, e, t) {
781
781
  const h = e.pseudoToNative(d), y = e.pseudoToNative(f), w = e.pseudoToNative(k), _ = `id=${h} keys=${y} value=${w}`;
782
782
  let x;
783
783
  if (h === "globality" ? x = i.data.view : x = r.getNode(h), !x) {
784
- console.error(`setNodePropV1 node not found, ${_}`);
784
+ console.error(`setPropV1 node not found, ${_}`);
785
785
  return;
786
786
  }
787
787
  const $ = y.split("."), g = $.length;
788
- for (let I = 0; I < g; I++) {
789
- const E = $[I];
790
- if (I === g - 1)
791
- x[E] = w;
788
+ for (let C = 0; C < g; C++) {
789
+ const L = $[C];
790
+ if (C === g - 1)
791
+ x[L] = w;
792
792
  else {
793
793
  if (!x) {
794
- console.error(`setNodePropV1 unpkg failed, ${_}`);
794
+ console.error(`setPropV1 unpkg failed, ${_}`);
795
795
  return;
796
796
  }
797
- x = x[E];
797
+ x = x[L];
798
798
  }
799
799
  }
800
800
  }
@@ -839,15 +839,15 @@ function Ks(i, e, t) {
839
839
  e.createNativeFunction(s)
840
840
  ), e.setProperty(
841
841
  t,
842
- "__getNodePropV1__",
842
+ "__getPropV1__",
843
843
  e.createNativeFunction(a)
844
844
  ), e.setProperty(
845
845
  t,
846
- "__setNodePropV1__",
846
+ "__setPropV1__",
847
847
  e.createNativeFunction(u)
848
848
  ), e.setProperty(
849
849
  t,
850
- "__callNodeMethodV1__",
850
+ "__callMethodV1__",
851
851
  e.createAsyncFunction(p)
852
852
  ), e.setProperty(
853
853
  t,
@@ -863,8 +863,8 @@ function Ks(i, e, t) {
863
863
  e.createAsyncFunction(c)
864
864
  );
865
865
  }
866
- function js(i, e, t) {
867
- Fs(e, t), Os(e, t), Us(i, e, t), Ks(i, e, t);
866
+ function Ks(i, e, t) {
867
+ Fs(e, t), Us(e, t), Gs(i, e, t), Os(i, e, t);
868
868
  }
869
869
  const Zs = `
870
870
  var __env__ = 'dev'
@@ -997,7 +997,7 @@ function Hi(i, e) {
997
997
  const t = new Vo(
998
998
  Ys,
999
999
  (r, n) => {
1000
- js(i, r, n);
1000
+ Ks(i, r, n);
1001
1001
  }
1002
1002
  );
1003
1003
  return t.appendCode(e), t.appendCode(`
@@ -1006,7 +1006,7 @@ __mode__ = '${i.mode}';
1006
1006
  __triggerEvent__('globality', 'startup');
1007
1007
  `), t.run(), t;
1008
1008
  }
1009
- function Oi(i) {
1009
+ function Ui(i) {
1010
1010
  i.appendCode("__destroy__();"), i.run();
1011
1011
  }
1012
1012
  const Ja = ["string", "number", "boolean", "array", "object"];
@@ -1034,15 +1034,15 @@ function Ya(i, e, t, r, n) {
1034
1034
  let a = s.children[t];
1035
1035
  a ? a.dataSeq !== r && (a = {
1036
1036
  dataSeq: r,
1037
- data: U(n),
1037
+ data: G(n),
1038
1038
  children: {}
1039
1039
  }) : (a = {
1040
1040
  dataSeq: r,
1041
- data: U(n),
1041
+ data: G(n),
1042
1042
  children: {}
1043
1043
  }, s.children[t] = a);
1044
1044
  }
1045
- function Ui() {
1045
+ function Gi() {
1046
1046
  return $o();
1047
1047
  }
1048
1048
  const Qs = /* @__PURE__ */ z({
@@ -1054,10 +1054,10 @@ const Qs = /* @__PURE__ */ z({
1054
1054
  outer: { type: Boolean }
1055
1055
  },
1056
1056
  setup(i) {
1057
- const { t: e } = gi(), t = i, r = Wi(), n = Bi(), s = A(), a = le(), u = ae(), p = ue(), b = Ri(), m = be(-1), c = be(), d = {};
1058
- Di(d);
1057
+ const { t: e } = gi(), t = i, r = Bi(), n = Ri(), s = A(), a = le(), u = ae(), p = ue(), b = Di(), m = be(-1), c = be(), d = {};
1058
+ Ei(d);
1059
1059
  const f = () => {
1060
- d.eventBus && (d.eventBus = void 0), d.interpreter && (Oi(d.interpreter), d.interpreter = void 0);
1060
+ d.eventBus && (d.eventBus = void 0), d.interpreter && (Ui(d.interpreter), d.interpreter = void 0);
1061
1061
  };
1062
1062
  Xt(() => {
1063
1063
  if (!t.refContext.refid) {
@@ -1069,43 +1069,43 @@ const Qs = /* @__PURE__ */ z({
1069
1069
  m.value = -1, c.value = null, f(), Qt.emit("compNotAvail", t.refContext.refid);
1070
1070
  return;
1071
1071
  }
1072
- if (m.value === g.dataSeq || (m.value = g.dataSeq, c.value = U(g.data), s !== "runtime" && s !== "preview"))
1072
+ if (m.value === g.dataSeq || (m.value = g.dataSeq, c.value = G(g.data), s !== "runtime" && s !== "preview"))
1073
1073
  return;
1074
1074
  f();
1075
- const I = c.value, E = I.code.script;
1076
- if (E) {
1077
- const F = Ui();
1075
+ const C = c.value, L = C.code.script;
1076
+ if (L) {
1077
+ const F = Gi();
1078
1078
  d.eventBus = F, d.interpreter = Hi(
1079
- { org: r, env: n, mode: s, type: u, data: I, eventBus: F },
1080
- E
1079
+ { org: r, env: n, mode: s, type: u, data: C, eventBus: F },
1080
+ L
1081
1081
  );
1082
1082
  }
1083
- }), Ce(() => {
1083
+ }), Ie(() => {
1084
1084
  f();
1085
1085
  });
1086
1086
  const { applySize: k } = pe(s, a, t), h = V(() => {
1087
- const g = {}, I = p.value.type;
1088
- return u === "page" ? I === "common" ? k(g) : console.assert(!1) : u === "comp" && I === "common" ? k(g) : console.assert(!1), g;
1087
+ const g = {}, C = p.value.type;
1088
+ return u === "page" ? C === "common" ? k(g) : console.assert(!1) : u === "comp" && C === "common" ? k(g) : console.assert(!1), g;
1089
1089
  });
1090
1090
  function y(g) {
1091
- const I = fn[p.value.version].refKey, E = ye[I];
1092
- return E ? J(E.comp, {
1091
+ const C = fn[p.value.version].refKey, L = ye[C];
1092
+ return L ? J(L.comp, {
1093
1093
  refContext: {
1094
1094
  parent: t.refContext,
1095
1095
  refid: g.ref.id
1096
1096
  },
1097
1097
  node: g
1098
- }) : (console.assert(!1, `ref element not found key=${I}`), J("div", `ref element not found key=${I}`));
1098
+ }) : (console.assert(!1, `ref element not found key=${C}`), J("div", `ref element not found key=${C}`));
1099
1099
  }
1100
1100
  function w(g) {
1101
- const I = ye[g.basic.key];
1102
- if (!I)
1101
+ const C = ye[g.basic.key];
1102
+ if (!C)
1103
1103
  return console.assert(!1, `element not found key=${g.basic.key}`), J("div", `element not found key=${g.basic.key}`);
1104
- const E = [];
1105
- return I.leaf || g.children?.forEach((F) => {
1104
+ const L = [];
1105
+ return C.leaf || g.children?.forEach((F) => {
1106
1106
  const S = _(F);
1107
- E.push(S);
1108
- }), J(I.comp, { node: g }, { default: () => E });
1107
+ L.push(S);
1108
+ }), J(C.comp, { node: g }, { default: () => L });
1109
1109
  }
1110
1110
  function _(g) {
1111
1111
  return g.ref ? y(g) : w(g);
@@ -1126,14 +1126,14 @@ const Qs = /* @__PURE__ */ z({
1126
1126
  return c.value === void 0 ? J("div", { id: t.id }) : J("div", { id: t.id }, e("x-runtime-lib.compNotAvail"));
1127
1127
  const g = c.value.type;
1128
1128
  if (g === "common") {
1129
- const I = [];
1130
- return c.value.view.nodes.forEach((E) => {
1131
- I.push(_(E));
1132
- }), J("div", { id: t.id, style: h.value }, I);
1129
+ const C = [];
1130
+ return c.value.view.nodes.forEach((L) => {
1131
+ C.push(_(L));
1132
+ }), J("div", { id: t.id, style: h.value }, C);
1133
1133
  } else
1134
1134
  return console.assert(!1, `invalid subtype=${g}`), J("div", { id: t.id }, `invalid subtype=${g}`);
1135
1135
  };
1136
- return (g, I) => (C(), P($));
1136
+ return (g, C) => (I(), N($));
1137
1137
  }
1138
1138
  }), fe = /* @__PURE__ */ z({
1139
1139
  __name: "index",
@@ -1142,10 +1142,10 @@ const Qs = /* @__PURE__ */ z({
1142
1142
  state: {}
1143
1143
  },
1144
1144
  setup(i) {
1145
- const { t: e } = gi(), t = i, r = Wi(), n = Bi(), s = A(), a = ae(), u = ue(), p = Ri(), b = be(-1), m = be(), c = {};
1146
- Di(c);
1145
+ const { t: e } = gi(), t = i, r = Bi(), n = Ri(), s = A(), a = ae(), u = ue(), p = Di(), b = be(-1), m = be(), c = {};
1146
+ Ei(c);
1147
1147
  const d = () => {
1148
- c.eventBus && (c.eventBus = void 0), c.interpreter && (Oi(c.interpreter), c.interpreter = void 0);
1148
+ c.eventBus && (c.eventBus = void 0), c.interpreter && (Ui(c.interpreter), c.interpreter = void 0);
1149
1149
  };
1150
1150
  Xt(() => {
1151
1151
  if (!t.refContext.refid) {
@@ -1157,18 +1157,18 @@ const Qs = /* @__PURE__ */ z({
1157
1157
  b.value = -1, m.value = null, d(), Qt.emit("compNotAvail", t.refContext.refid);
1158
1158
  return;
1159
1159
  }
1160
- if (b.value === x.dataSeq || (b.value = x.dataSeq, m.value = U(x.data), s !== "runtime" && s !== "preview"))
1160
+ if (b.value === x.dataSeq || (b.value = x.dataSeq, m.value = G(x.data), s !== "runtime" && s !== "preview"))
1161
1161
  return;
1162
1162
  d();
1163
1163
  const $ = m.value, g = $.code.script;
1164
1164
  if (g) {
1165
- const I = Ui();
1166
- c.eventBus = I, c.interpreter = Hi(
1167
- { org: r, env: n, mode: s, type: a, data: $, eventBus: I },
1165
+ const C = Gi();
1166
+ c.eventBus = C, c.interpreter = Hi(
1167
+ { org: r, env: n, mode: s, type: a, data: $, eventBus: C },
1168
1168
  g
1169
1169
  );
1170
1170
  }
1171
- }), Ce(() => {
1171
+ }), Ie(() => {
1172
1172
  d();
1173
1173
  });
1174
1174
  const f = () => {
@@ -1196,8 +1196,8 @@ const Qs = /* @__PURE__ */ z({
1196
1196
  if (!$)
1197
1197
  return console.assert(!1, `element not found key=${x.basic.key}`), J("div", `element not found key=${x.basic.key}`);
1198
1198
  const g = [];
1199
- return $.leaf || x.children?.forEach((I) => {
1200
- g.push(y(I));
1199
+ return $.leaf || x.children?.forEach((C) => {
1200
+ g.push(y(C));
1201
1201
  }), J($.comp, { node: x }, { default: () => g });
1202
1202
  }
1203
1203
  function y(x) {
@@ -1226,7 +1226,7 @@ const Qs = /* @__PURE__ */ z({
1226
1226
  } else
1227
1227
  return console.assert(!1, `invalid subtype=${x}`), J("div", `invalid subtype=${x}`);
1228
1228
  };
1229
- return (x, $) => (C(), P(_));
1229
+ return (x, $) => (I(), N(_));
1230
1230
  }
1231
1231
  }), er = /* @__PURE__ */ z({
1232
1232
  __name: "index",
@@ -1235,7 +1235,7 @@ const Qs = /* @__PURE__ */ z({
1235
1235
  outer: { type: Boolean }
1236
1236
  },
1237
1237
  setup(i) {
1238
- const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, ["settings", "content"]), { prop: a } = l(t, n, e, ["settings", "dot"]), { theme: u } = O(r), { prop: p } = l(t, n, e, [
1238
+ const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, ["settings", "content"]), { prop: a } = l(t, n, e, ["settings", "dot"]), { theme: u } = U(r), { prop: p } = l(t, n, e, [
1239
1239
  "settings",
1240
1240
  "offset",
1241
1241
  "x"
@@ -1245,16 +1245,16 @@ const Qs = /* @__PURE__ */ z({
1245
1245
  "y"
1246
1246
  ]);
1247
1247
  return (m, c) => {
1248
- const d = L("v-badge");
1249
- return C(), P(d, {
1248
+ const d = W("v-badge");
1249
+ return I(), N(d, {
1250
1250
  content: o(s),
1251
1251
  dot: o(a),
1252
1252
  "offset-x": o(p),
1253
1253
  "offset-y": o(b),
1254
1254
  theme: o(u)
1255
1255
  }, {
1256
- default: N(() => [
1257
- G(m.$slots, "default")
1256
+ default: P(() => [
1257
+ j(m.$slots, "default")
1258
1258
  ]),
1259
1259
  _: 3
1260
1260
  }, 8, ["content", "dot", "offset-x", "offset-y", "theme"]);
@@ -1270,12 +1270,12 @@ const Qs = /* @__PURE__ */ z({
1270
1270
  const r = {};
1271
1271
  return i.fitContent && (r.width = "fit-content", r.height = "fit-content"), r;
1272
1272
  });
1273
- return (r, n) => o(e) === "editor" ? (C(), re("div", {
1273
+ return (r, n) => o(e) === "editor" ? (I(), re("div", {
1274
1274
  key: 0,
1275
1275
  style: ie(t.value)
1276
1276
  }, [
1277
- G(r.$slots, "default")
1278
- ], 4)) : G(r.$slots, "default", { key: 1 });
1277
+ j(r.$slots, "default")
1278
+ ], 4)) : j(r.$slots, "default", { key: 1 });
1279
1279
  }
1280
1280
  }), tr = /* @__PURE__ */ z({
1281
1281
  __name: "index",
@@ -1284,7 +1284,7 @@ const Qs = /* @__PURE__ */ z({
1284
1284
  outer: { type: Boolean }
1285
1285
  },
1286
1286
  setup(i) {
1287
- const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, [
1287
+ const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, [
1288
1288
  "settings",
1289
1289
  "addIcon",
1290
1290
  "append"
@@ -1298,19 +1298,19 @@ const Qs = /* @__PURE__ */ z({
1298
1298
  ]), { prop: _ } = l(t, n, e, [
1299
1299
  "settings",
1300
1300
  "readonly"
1301
- ]), { prop: x } = l(t, n, e, ["settings", "ripple"]), { prop: $ } = l(t, n, e, ["settings", "size"]), { prop: g } = l(t, n, e, ["settings", "stacked"]), { prop: I } = l(t, n, e, ["settings", "text"]), { theme: E } = O(r), { prop: F } = l(t, n, e, ["settings", "variant"]), { prop: S } = l(t, n, e, ["size", "width"]), H = (j) => {
1301
+ ]), { prop: x } = l(t, n, e, ["settings", "ripple"]), { prop: $ } = l(t, n, e, ["settings", "size"]), { prop: g } = l(t, n, e, ["settings", "stacked"]), { prop: C } = l(t, n, e, ["settings", "text"]), { theme: L } = U(r), { prop: F } = l(t, n, e, ["settings", "variant"]), { prop: S } = l(t, n, e, ["size", "width"]), H = (K) => {
1302
1302
  if (t !== "runtime" && t !== "preview")
1303
1303
  return;
1304
- const K = n.interpreter;
1305
- if (!K)
1304
+ const O = n.interpreter;
1305
+ if (!O)
1306
1306
  return;
1307
- const ee = K.nativeToPseudo(j.clientX), ne = K.nativeToPseudo(j.clientY), ce = K.nativeToPseudo(e.node.basic.id);
1308
- K.appendCode(`__pointerPosX__ = ${ee};`), K.appendCode(`__pointerPosY__ = ${ne};`), K.appendCode(`__triggerEvent__('${ce}', 'click');`), K.run();
1307
+ const ee = O.nativeToPseudo(K.clientX), ne = O.nativeToPseudo(K.clientY), ce = O.nativeToPseudo(e.node.basic.id);
1308
+ O.appendCode(`__pointerPosX__ = ${ee};`), O.appendCode(`__pointerPosY__ = ${ne};`), O.appendCode(`__triggerEvent__('${ce}', 'click');`), O.run();
1309
1309
  };
1310
- return (j, K) => {
1311
- const ee = L("v-btn");
1312
- return C(), P(o(te), null, {
1313
- default: N(() => [
1310
+ return (K, O) => {
1311
+ const ee = W("v-btn");
1312
+ return I(), N(o(te), null, {
1313
+ default: P(() => [
1314
1314
  Z(ee, {
1315
1315
  "append-icon": o(s),
1316
1316
  block: o(a),
@@ -1328,8 +1328,8 @@ const Qs = /* @__PURE__ */ z({
1328
1328
  ripple: o(x),
1329
1329
  size: o($),
1330
1330
  stacked: o(g),
1331
- text: o(I),
1332
- theme: o(E),
1331
+ text: o(C),
1332
+ theme: o(L),
1333
1333
  variant: o(F),
1334
1334
  width: o(S),
1335
1335
  onClick: H
@@ -1346,10 +1346,10 @@ const Qs = /* @__PURE__ */ z({
1346
1346
  return t;
1347
1347
  }, nr = {};
1348
1348
  function ir(i, e) {
1349
- const t = L("v-btn-group");
1350
- return C(), P(t, null, {
1351
- default: N(() => [
1352
- G(i.$slots, "default")
1349
+ const t = W("v-btn-group");
1350
+ return I(), N(t, null, {
1351
+ default: P(() => [
1352
+ j(i.$slots, "default")
1353
1353
  ]),
1354
1354
  _: 3
1355
1355
  });
@@ -1361,7 +1361,7 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
1361
1361
  outer: { type: Boolean }
1362
1362
  },
1363
1363
  setup(i) {
1364
- const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, ["settings", "block"]), { prop: a } = l(t, n, e, [
1364
+ const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, ["settings", "block"]), { prop: a } = l(t, n, e, [
1365
1365
  "settings",
1366
1366
  "disabled"
1367
1367
  ]), { prop: u } = l(t, n, e, ["settings", "divided"]), { prop: p } = l(t, n, e, [
@@ -1373,10 +1373,10 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
1373
1373
  ]), { prop: m } = l(t, n, e, [
1374
1374
  "settings",
1375
1375
  "readonly"
1376
- ]), { prop: c } = l(t, n, e, ["settings", "size"]), { prop: d } = l(t, n, e, ["settings", "stacked"]), { theme: f } = O(r), { prop: k } = l(t, n, e, ["settings", "tile"]), { prop: h } = l(t, n, e, ["settings", "variant"]);
1376
+ ]), { prop: c } = l(t, n, e, ["settings", "size"]), { prop: d } = l(t, n, e, ["settings", "stacked"]), { theme: f } = U(r), { prop: k } = l(t, n, e, ["settings", "tile"]), { prop: h } = l(t, n, e, ["settings", "variant"]);
1377
1377
  return (y, w) => {
1378
- const _ = L("v-btn-toggle");
1379
- return C(), P(_, {
1378
+ const _ = W("v-btn-toggle");
1379
+ return I(), N(_, {
1380
1380
  block: o(s),
1381
1381
  disabled: o(a),
1382
1382
  divided: o(u),
@@ -1389,8 +1389,8 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
1389
1389
  tile: o(k),
1390
1390
  variant: o(h)
1391
1391
  }, {
1392
- default: N(() => [
1393
- G(y.$slots, "default")
1392
+ default: P(() => [
1393
+ j(y.$slots, "default")
1394
1394
  ]),
1395
1395
  _: 3
1396
1396
  }, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
@@ -1403,16 +1403,16 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
1403
1403
  outer: { type: Boolean }
1404
1404
  },
1405
1405
  setup(i) {
1406
- const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
1406
+ const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
1407
1407
  "settings",
1408
1408
  "disabled"
1409
1409
  ]), { prop: u } = l(t, n, e, ["size", "height"]), { prop: p } = l(t, n, e, ["settings", "hover"]), { prop: b } = l(t, n, e, ["settings", "loading"]), { prop: m } = l(t, n, e, ["size", "maxHeight"]), { prop: c } = l(t, n, e, ["size", "maxWidth"]), { prop: d } = l(t, n, e, ["size", "minHeight"]), { prop: f } = l(t, n, e, ["size", "minWidth"]), { prop: k } = l(t, n, e, [
1410
1410
  "settings",
1411
1411
  "subtitle"
1412
- ]), { prop: h } = l(t, n, e, ["settings", "text"]), { theme: y } = O(r), { prop: w } = l(t, n, e, ["settings", "title"]), { prop: _ } = l(t, n, e, ["settings", "variant"]), { prop: x } = l(t, n, e, ["size", "width"]);
1412
+ ]), { prop: h } = l(t, n, e, ["settings", "text"]), { theme: y } = U(r), { prop: w } = l(t, n, e, ["settings", "title"]), { prop: _ } = l(t, n, e, ["settings", "variant"]), { prop: x } = l(t, n, e, ["size", "width"]);
1413
1413
  return ($, g) => {
1414
- const I = L("v-card");
1415
- return C(), P(I, {
1414
+ const C = W("v-card");
1415
+ return I(), N(C, {
1416
1416
  density: o(s),
1417
1417
  disabled: o(a),
1418
1418
  height: o(u),
@@ -1429,8 +1429,8 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
1429
1429
  variant: o(_),
1430
1430
  width: o(x)
1431
1431
  }, {
1432
- default: N(() => [
1433
- G($.$slots, "default")
1432
+ default: P(() => [
1433
+ j($.$slots, "default")
1434
1434
  ]),
1435
1435
  _: 3
1436
1436
  }, 8, ["density", "disabled", "height", "hover", "loading", "max-height", "max-width", "min-height", "min-width", "subtitle", "text", "theme", "title", "variant", "width"]);
@@ -1443,7 +1443,7 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
1443
1443
  outer: { type: Boolean }
1444
1444
  },
1445
1445
  setup(i) {
1446
- const e = i, t = A(), r = W(), { prop: n } = l(t, r, e, [
1446
+ const e = i, t = A(), r = B(), { prop: n } = l(t, r, e, [
1447
1447
  "settings",
1448
1448
  "disabled"
1449
1449
  ]), { prop: s } = l(t, r, e, [
@@ -1451,8 +1451,8 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
1451
1451
  "readonly"
1452
1452
  ]);
1453
1453
  return (a, u) => {
1454
- const p = L("v-checkbox");
1455
- return C(), P(p, {
1454
+ const p = W("v-checkbox");
1455
+ return I(), N(p, {
1456
1456
  disabled: o(n),
1457
1457
  readonly: o(s)
1458
1458
  }, null, 8, ["disabled", "readonly"]);
@@ -1465,7 +1465,7 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
1465
1465
  outer: { type: Boolean }
1466
1466
  },
1467
1467
  setup(i) {
1468
- const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, [
1468
+ const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, [
1469
1469
  "settings",
1470
1470
  "closable"
1471
1471
  ]), { prop: a } = l(t, n, e, ["settings", "color"]), { color: u } = Y(r, a), { prop: p } = l(t, n, e, ["settings", "density"]), { prop: b } = l(t, n, e, [
@@ -1474,10 +1474,10 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
1474
1474
  ]), { prop: m } = l(t, n, e, [
1475
1475
  "settings",
1476
1476
  "draggable"
1477
- ]), { prop: c } = l(t, n, e, ["settings", "filter"]), { prop: d } = l(t, n, e, ["settings", "label"]), { prop: f } = l(t, n, e, ["settings", "size"]), { prop: k } = l(t, n, e, ["settings", "text"]), { theme: h } = O(r), { prop: y } = l(t, n, e, ["settings", "tile"]), { prop: w } = l(t, n, e, ["settings", "value"]), { prop: _ } = l(t, n, e, ["settings", "variant"]);
1477
+ ]), { prop: c } = l(t, n, e, ["settings", "filter"]), { prop: d } = l(t, n, e, ["settings", "label"]), { prop: f } = l(t, n, e, ["settings", "size"]), { prop: k } = l(t, n, e, ["settings", "text"]), { theme: h } = U(r), { prop: y } = l(t, n, e, ["settings", "tile"]), { prop: w } = l(t, n, e, ["settings", "value"]), { prop: _ } = l(t, n, e, ["settings", "variant"]);
1478
1478
  return (x, $) => {
1479
- const g = L("v-chip");
1480
- return C(), P(g, {
1479
+ const g = W("v-chip");
1480
+ return I(), N(g, {
1481
1481
  closable: o(s),
1482
1482
  color: o(u),
1483
1483
  density: o(p),
@@ -1501,7 +1501,7 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
1501
1501
  outer: { type: Boolean }
1502
1502
  },
1503
1503
  setup(i) {
1504
- const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, ["settings", "column"]), { prop: a } = l(t, n, e, [
1504
+ const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, ["settings", "column"]), { prop: a } = l(t, n, e, [
1505
1505
  "settings",
1506
1506
  "direction"
1507
1507
  ]), { prop: u } = l(t, n, e, [
@@ -1516,10 +1516,10 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
1516
1516
  ]), { prop: c } = l(t, n, e, [
1517
1517
  "settings",
1518
1518
  "showArrows"
1519
- ]), { theme: d } = O(r), { prop: f } = l(t, n, e, ["settings", "value"]);
1519
+ ]), { theme: d } = U(r), { prop: f } = l(t, n, e, ["settings", "value"]);
1520
1520
  return (k, h) => {
1521
- const y = L("v-chip-group");
1522
- return C(), P(y, {
1521
+ const y = W("v-chip-group");
1522
+ return I(), N(y, {
1523
1523
  modelValue: o(f),
1524
1524
  "onUpdate:modelValue": h[0] || (h[0] = (w) => X(f) ? f.value = w : null),
1525
1525
  column: o(s),
@@ -1531,8 +1531,8 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
1531
1531
  "show-arrows": o(c),
1532
1532
  theme: o(d)
1533
1533
  }, {
1534
- default: N(() => [
1535
- G(k.$slots, "default")
1534
+ default: P(() => [
1535
+ j(k.$slots, "default")
1536
1536
  ]),
1537
1537
  _: 3
1538
1538
  }, 8, ["modelValue", "column", "direction", "disabled", "filter", "mandatory", "multiple", "show-arrows", "theme"]);
@@ -1545,7 +1545,7 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
1545
1545
  outer: { type: Boolean }
1546
1546
  },
1547
1547
  setup(i) {
1548
- const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), u = W(), { applySize: p } = pe(t, r, e), b = V(() => {
1548
+ const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), u = B(), { applySize: p } = pe(t, r, e), b = V(() => {
1549
1549
  const _ = {}, x = a.value.type;
1550
1550
  return s === "page" ? x === "common" ? p(_) : console.assert(!1) : s === "comp" && x === "common" ? p(_) : console.assert(!1), _;
1551
1551
  }), { prop: m } = l(t, u, e, [
@@ -1569,10 +1569,10 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
1569
1569
  ]), { prop: y } = l(t, u, e, [
1570
1570
  "settings",
1571
1571
  "showSwatches"
1572
- ]), { theme: w } = O(n);
1572
+ ]), { theme: w } = U(n);
1573
1573
  return (_, x) => {
1574
- const $ = L("v-color-picker");
1575
- return C(), P($, {
1574
+ const $ = W("v-color-picker");
1575
+ return I(), N($, {
1576
1576
  disabled: o(m),
1577
1577
  "hide-canvas": o(c),
1578
1578
  "hide-header": o(d),
@@ -1592,7 +1592,7 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
1592
1592
  outer: { type: Boolean }
1593
1593
  },
1594
1594
  setup(i) {
1595
- const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, [
1595
+ const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, [
1596
1596
  "settings",
1597
1597
  "hideDetails"
1598
1598
  ]), { prop: a } = l(t, n, e, ["settings", "label"]), { prop: u } = l(t, n, e, [
@@ -1604,11 +1604,11 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
1604
1604
  ]), { prop: b } = l(t, n, e, [
1605
1605
  "settings",
1606
1606
  "singleLine"
1607
- ]), { theme: m } = O(r), { prop: c } = l(t, n, e, ["settings", "value"]);
1607
+ ]), { theme: m } = U(r), { prop: c } = l(t, n, e, ["settings", "value"]);
1608
1608
  return (d, f) => {
1609
- const k = L("v-combobox");
1610
- return C(), P(o(te), null, {
1611
- default: N(() => [
1609
+ const k = W("v-combobox");
1610
+ return I(), N(o(te), null, {
1611
+ default: P(() => [
1612
1612
  Z(k, {
1613
1613
  modelValue: o(c),
1614
1614
  "onUpdate:modelValue": f[0] || (f[0] = (h) => X(c) ? c.value = h : null),
@@ -1631,17 +1631,17 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
1631
1631
  outer: { type: Boolean }
1632
1632
  },
1633
1633
  setup(i) {
1634
- const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), u = W(), { prop: p } = l(t, u, e, [
1634
+ const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), u = B(), { prop: p } = l(t, u, e, [
1635
1635
  "settings",
1636
1636
  "backgroundColor"
1637
1637
  ]), { color: b } = Y(n, p), { applySize: m } = pe(t, r, e), { applyMargin: c } = tn(e), { applyPadding: d } = nn(e), { applyBorder: f } = en(n, e), k = V(() => {
1638
1638
  const h = {}, y = a.value.type;
1639
1639
  return s === "page" ? y === "common" ? (m(h), c(h), d(h), f(h), b.value && (h.backgroundColor = b.value)) : console.assert(!1) : s === "comp" && y === "common" ? (m(h), c(h), d(h), f(h), b.value && (h.backgroundColor = b.value)) : console.assert(!1), h;
1640
1640
  });
1641
- return (h, y) => (C(), re("div", {
1641
+ return (h, y) => (I(), re("div", {
1642
1642
  style: ie(k.value)
1643
1643
  }, [
1644
- G(h.$slots, "default")
1644
+ j(h.$slots, "default")
1645
1645
  ], 4));
1646
1646
  }
1647
1647
  }), pr = /* @__PURE__ */ z({
@@ -1651,7 +1651,7 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
1651
1651
  outer: { type: Boolean }
1652
1652
  },
1653
1653
  setup(i) {
1654
- const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
1654
+ const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
1655
1655
  "settings",
1656
1656
  "fixedFooter"
1657
1657
  ]), { prop: u } = l(t, n, e, [
@@ -1666,15 +1666,15 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
1666
1666
  ), { prop: d } = l(t, n, e, ["settings", "loading"]), { prop: f } = l(t, n, e, [
1667
1667
  "settings",
1668
1668
  "multiSort"
1669
- ]), { theme: k } = O(r), { prop: h } = l(t, n, e, ["size", "width"]), y = V(() => {
1669
+ ]), { theme: k } = U(r), { prop: h } = l(t, n, e, ["size", "width"]), y = V(() => {
1670
1670
  const w = [];
1671
1671
  return (e.node.slots?.items ?? []).forEach((x) => {
1672
1672
  x.column && x.comp && w.push(x);
1673
1673
  }), w;
1674
1674
  });
1675
1675
  return (w, _) => {
1676
- const x = L("v-data-table");
1677
- return C(), P(x, {
1676
+ const x = W("v-data-table");
1677
+ return I(), N(x, {
1678
1678
  density: o(s),
1679
1679
  "fixed-footer": o(a),
1680
1680
  "fixed-header": o(u),
@@ -1689,7 +1689,7 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
1689
1689
  }, Yt({ _: 2 }, [
1690
1690
  io(y.value, ($) => ({
1691
1691
  name: `item.${$.column}`,
1692
- fn: N(({ value: g }) => [
1692
+ fn: P(({ value: g }) => [
1693
1693
  Z(o(fe), {
1694
1694
  "ref-context": { refid: $.comp },
1695
1695
  state: { value: g }
@@ -1701,8 +1701,8 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
1701
1701
  }
1702
1702
  }), fr = {};
1703
1703
  function br(i, e) {
1704
- const t = L("v-date-picker");
1705
- return C(), P(t);
1704
+ const t = W("v-date-picker");
1705
+ return I(), N(t);
1706
1706
  }
1707
1707
  const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PURE__ */ z({
1708
1708
  __name: "index",
@@ -1711,27 +1711,27 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
1711
1711
  outer: { type: Boolean }
1712
1712
  },
1713
1713
  setup(i) {
1714
- const e = i, t = A(), r = W(), n = V(() => e.node.basic?.id), { open: s } = bi(`runtimeDlg/${ci()}`);
1714
+ const e = i, t = A(), r = B(), n = V(() => e.node.basic?.id), { open: s } = bi(`runtimeDlg/${ci()}`);
1715
1715
  return Mi(r, e, (u) => {
1716
1716
  if (t !== "runtime" && t !== "preview" || !r.interpreter)
1717
1717
  return;
1718
1718
  const { name: b } = u;
1719
1719
  b === "open" ? s.value = !0 : b === "close" && (s.value = !1);
1720
1720
  }), (u, p) => {
1721
- const b = L("v-dialog");
1722
- return C(), P(b, {
1721
+ const b = W("v-dialog");
1722
+ return I(), N(b, {
1723
1723
  modelValue: o(s),
1724
1724
  "onUpdate:modelValue": p[0] || (p[0] = (m) => X(s) ? s.value = m : null),
1725
1725
  attach: "#dialogContainer"
1726
1726
  }, {
1727
- activator: N(() => [
1728
- o(t) === "editor" ? (C(), re("div", {
1727
+ activator: P(() => [
1728
+ o(t) === "editor" ? (I(), re("div", {
1729
1729
  key: 0,
1730
1730
  id: `__node__@${n.value}`
1731
1731
  }, null, 8, hr)) : di("", !0)
1732
1732
  ]),
1733
- default: N(() => [
1734
- G(u.$slots, "default")
1733
+ default: P(() => [
1734
+ j(u.$slots, "default")
1735
1735
  ]),
1736
1736
  _: 3
1737
1737
  }, 8, ["modelValue"]);
@@ -1744,7 +1744,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
1744
1744
  outer: { type: Boolean }
1745
1745
  },
1746
1746
  setup(i) {
1747
- const e = i, t = A(), r = W(), { prop: n } = l(t, r, e, ["settings", "chips"]), { prop: s } = l(t, r, e, ["settings", "density"]), { prop: a } = l(t, r, e, [
1747
+ const e = i, t = A(), r = B(), { prop: n } = l(t, r, e, ["settings", "chips"]), { prop: s } = l(t, r, e, ["settings", "density"]), { prop: a } = l(t, r, e, [
1748
1748
  "settings",
1749
1749
  "direction"
1750
1750
  ]), { prop: u } = l(t, r, e, [
@@ -1761,8 +1761,8 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
1761
1761
  "singleLine"
1762
1762
  ]);
1763
1763
  return (k, h) => {
1764
- const y = L("v-file-input");
1765
- return C(), P(y, {
1764
+ const y = W("v-file-input");
1765
+ return I(), N(y, {
1766
1766
  chips: o(n),
1767
1767
  density: o(s),
1768
1768
  direction: o(a),
@@ -1783,12 +1783,12 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
1783
1783
  outer: { type: Boolean }
1784
1784
  },
1785
1785
  setup(i) {
1786
- const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), u = W(), { applySize: p } = pe(t, r, e), { applyMargin: b } = tn(e), { applyPadding: m } = nn(e), { applyBorder: c } = en(n, e), { prop: d } = l(t, u, e, [
1786
+ const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), u = B(), { applySize: p } = pe(t, r, e), { applyMargin: b } = tn(e), { applyPadding: m } = nn(e), { applyBorder: c } = en(n, e), { prop: d } = l(t, u, e, [
1787
1787
  "settings",
1788
1788
  "backgroundColor"
1789
1789
  ]), { color: f } = Y(n, d), k = (y) => {
1790
1790
  f.value && (y.backgroundColor = f.value), y.display = "flex";
1791
- const w = Ci(r.value.width), _ = we(w, e.node.settings?.direction);
1791
+ const w = Ii(r.value.width), _ = we(w, e.node.settings?.direction);
1792
1792
  _ === "row" ? y.flexDirection = "row" : _ === "rowReverse" ? y.flexDirection = "row-reverse" : _ === "column" ? y.flexDirection = "column" : _ === "columnReverse" && (y.flexDirection = "column-reverse");
1793
1793
  const x = we(w, e.node.settings?.wrap);
1794
1794
  x === "no" ? y.flexWrap = "nowrap" : x === "yes" ? y.flexWrap = "wrap" : x === "reverse" && (y.flexWrap = "wrap-reverse");
@@ -1800,10 +1800,10 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
1800
1800
  const y = {}, w = a.value.type;
1801
1801
  return s === "page" ? w === "common" ? (p(y), b(y), m(y), c(y), k(y)) : console.assert(!1) : s === "comp" && w === "common" ? (p(y), b(y), m(y), c(y), k(y)) : console.assert(!1), y;
1802
1802
  });
1803
- return (y, w) => (C(), re("div", {
1803
+ return (y, w) => (I(), re("div", {
1804
1804
  style: ie(h.value)
1805
1805
  }, [
1806
- G(y.$slots, "default")
1806
+ j(y.$slots, "default")
1807
1807
  ], 4));
1808
1808
  }
1809
1809
  }), kr = /* @__PURE__ */ z({
@@ -1813,14 +1813,14 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
1813
1813
  outer: { type: Boolean }
1814
1814
  },
1815
1815
  setup(i) {
1816
- const e = i, t = A(), r = le(), n = ae(), s = ue(), a = W(), { applySize: u } = pe(t, r, e), { prop: p } = l(t, a, e, ["settings", "grow"]), { prop: b } = l(t, a, e, ["settings", "shrink"]), m = V(() => {
1816
+ const e = i, t = A(), r = le(), n = ae(), s = ue(), a = B(), { applySize: u } = pe(t, r, e), { prop: p } = l(t, a, e, ["settings", "grow"]), { prop: b } = l(t, a, e, ["settings", "shrink"]), m = V(() => {
1817
1817
  const c = {}, d = s.value.type;
1818
1818
  return n === "page" ? d === "common" ? (u(c), c.flexGrow = p.value ? 1 : 0, c.flexShrink = b.value ? 1 : 0) : console.assert(!1) : n === "comp" && d === "common" ? (u(c), c.flexGrow = p.value ? 1 : 0, c.flexShrink = b.value ? 1 : 0) : console.assert(!1), c;
1819
1819
  });
1820
- return (c, d) => (C(), re("div", {
1820
+ return (c, d) => (I(), re("div", {
1821
1821
  style: ie(m.value)
1822
1822
  }, [
1823
- G(c.$slots, "default")
1823
+ j(c.$slots, "default")
1824
1824
  ], 4));
1825
1825
  }
1826
1826
  }), _r = /* @__PURE__ */ z({
@@ -1830,7 +1830,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
1830
1830
  outer: { type: Boolean }
1831
1831
  },
1832
1832
  setup(i) {
1833
- const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), u = W(), { prop: p } = l(t, u, e, ["settings", "valid"]), { prop: b } = l(t, u, e, [
1833
+ const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), u = B(), { prop: p } = l(t, u, e, ["settings", "valid"]), { prop: b } = l(t, u, e, [
1834
1834
  "settings",
1835
1835
  "fastFail"
1836
1836
  ]), { prop: m } = l(t, u, e, [
@@ -1849,16 +1849,16 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
1849
1849
  _.appendCode(`__triggerEvent__('${x}', 'submit')`), _.run();
1850
1850
  };
1851
1851
  return (_, x) => {
1852
- const $ = L("v-form");
1853
- return C(), P($, {
1852
+ const $ = W("v-form");
1853
+ return I(), N($, {
1854
1854
  modelValue: o(p),
1855
1855
  "onUpdate:modelValue": x[0] || (x[0] = (g) => X(p) ? p.value = g : null),
1856
1856
  "fast-fail": o(b),
1857
1857
  style: ie(y.value),
1858
1858
  onSubmit: oo(w, ["prevent"])
1859
1859
  }, {
1860
- default: N(() => [
1861
- G(_.$slots, "default")
1860
+ default: P(() => [
1861
+ j(_.$slots, "default")
1862
1862
  ]),
1863
1863
  _: 3
1864
1864
  }, 8, ["modelValue", "fast-fail", "style"]);
@@ -1871,13 +1871,13 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
1871
1871
  outer: { type: Boolean }
1872
1872
  },
1873
1873
  setup(i) {
1874
- const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, ["settings", "color"]), { color: a } = Y(r, s), { prop: u } = l(t, n, e, [
1874
+ const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, ["settings", "color"]), { color: a } = Y(r, s), { prop: u } = l(t, n, e, [
1875
1875
  "settings",
1876
1876
  "disabled"
1877
- ]), { prop: p } = l(t, n, e, ["settings", "icon"]), { prop: b } = l(t, n, e, ["settings", "size"]), { theme: m } = O(r);
1877
+ ]), { prop: p } = l(t, n, e, ["settings", "icon"]), { prop: b } = l(t, n, e, ["settings", "size"]), { theme: m } = U(r);
1878
1878
  return (c, d) => {
1879
- const f = L("v-icon");
1880
- return C(), P(f, {
1879
+ const f = W("v-icon");
1880
+ return I(), N(f, {
1881
1881
  color: o(a),
1882
1882
  disabled: o(u),
1883
1883
  icon: o(p),
@@ -1893,7 +1893,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
1893
1893
  outer: { type: Boolean }
1894
1894
  },
1895
1895
  setup(i) {
1896
- const e = i, t = A(), r = W(), n = be(0), s = be(0), a = V(() => [n.value, s.value]), u = V(() => e.node.basic?.id), { open: p } = bi(`runtimeMenu/${ci()}`);
1896
+ const e = i, t = A(), r = B(), n = be(0), s = be(0), a = V(() => [n.value, s.value]), u = V(() => e.node.basic?.id), { open: p } = bi(`runtimeMenu/${ci()}`);
1897
1897
  return Mi(r, e, (m) => {
1898
1898
  if (t !== "runtime" && t !== "preview")
1899
1899
  return;
@@ -1903,8 +1903,8 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
1903
1903
  const { name: d } = m;
1904
1904
  d === "open" ? (n.value = c.getProperty(c.globalObject, "__pointerPosX__"), s.value = c.getProperty(c.globalObject, "__pointerPosY__"), p.value = !0) : d === "close" && (p.value = !1);
1905
1905
  }), (m, c) => {
1906
- const d = L("v-menu");
1907
- return C(), P(d, {
1906
+ const d = W("v-menu");
1907
+ return I(), N(d, {
1908
1908
  modelValue: o(p),
1909
1909
  "onUpdate:modelValue": c[0] || (c[0] = (f) => X(p) ? p.value = f : null),
1910
1910
  attach: "menuContainer",
@@ -1912,27 +1912,27 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
1912
1912
  scrim: "transparent",
1913
1913
  target: a.value
1914
1914
  }, {
1915
- activator: N(() => [
1916
- o(t) === "editor" ? (C(), re("div", {
1915
+ activator: P(() => [
1916
+ o(t) === "editor" ? (I(), re("div", {
1917
1917
  key: 0,
1918
1918
  id: `__node__@${u.value}`
1919
1919
  }, null, 8, Vr)) : di("", !0)
1920
1920
  ]),
1921
- default: N(() => [
1922
- G(m.$slots, "default")
1921
+ default: P(() => [
1922
+ j(m.$slots, "default")
1923
1923
  ]),
1924
1924
  _: 3
1925
1925
  }, 8, ["modelValue", "target"]);
1926
1926
  };
1927
1927
  }
1928
- }), Cr = /* @__PURE__ */ z({
1928
+ }), Ir = /* @__PURE__ */ z({
1929
1929
  __name: "index",
1930
1930
  props: {
1931
1931
  node: {},
1932
1932
  outer: { type: Boolean }
1933
1933
  },
1934
1934
  setup(i) {
1935
- const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, [
1935
+ const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, [
1936
1936
  "settings",
1937
1937
  "addIcon",
1938
1938
  "append"
@@ -1963,14 +1963,14 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
1963
1963
  ]), { prop: $ } = l(t, n, e, [
1964
1964
  "settings",
1965
1965
  "readonly"
1966
- ]), { prop: g } = l(t, n, e, ["settings", "reverse"]), { prop: I } = l(t, n, e, [
1966
+ ]), { prop: g } = l(t, n, e, ["settings", "reverse"]), { prop: C } = l(t, n, e, [
1967
1967
  "settings",
1968
1968
  "singleLine"
1969
- ]), { prop: E } = l(t, n, e, ["settings", "step"]), { prop: F } = l(t, n, e, ["settings", "suffix"]), { theme: S } = O(r), { prop: H } = l(t, n, e, ["settings", "value"]), { prop: j } = l(t, n, e, ["settings", "variant"]), { prop: K } = l(t, n, e, ["size", "width"]);
1969
+ ]), { prop: L } = l(t, n, e, ["settings", "step"]), { prop: F } = l(t, n, e, ["settings", "suffix"]), { theme: S } = U(r), { prop: H } = l(t, n, e, ["settings", "value"]), { prop: K } = l(t, n, e, ["settings", "variant"]), { prop: O } = l(t, n, e, ["size", "width"]);
1970
1970
  return (ee, ne) => {
1971
- const ce = L("v-number-input");
1972
- return C(), P(o(te), null, {
1973
- default: N(() => [
1971
+ const ce = W("v-number-input");
1972
+ return I(), N(o(te), null, {
1973
+ default: P(() => [
1974
1974
  Z(ce, {
1975
1975
  modelValue: o(H),
1976
1976
  "onUpdate:modelValue": ne[0] || (ne[0] = (de) => X(H) ? H.value = de : null),
@@ -1991,39 +1991,39 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
1991
1991
  "prepend-inner-icon": o(x),
1992
1992
  readonly: o($),
1993
1993
  reverse: o(g),
1994
- "single-line": o(I),
1995
- step: o(E),
1994
+ "single-line": o(C),
1995
+ step: o(L),
1996
1996
  suffix: o(F),
1997
1997
  theme: o(S),
1998
- variant: o(j),
1999
- width: o(K)
1998
+ variant: o(K),
1999
+ width: o(O)
2000
2000
  }, null, 8, ["modelValue", "append-icon", "append-inner-icon", "clearable", "hide-details", "label", "loading", "max", "max-width", "min", "min-width", "placeholder", "precision", "prefix", "prepend-icon", "prepend-inner-icon", "readonly", "reverse", "single-line", "step", "suffix", "theme", "variant", "width"])
2001
2001
  ]),
2002
2002
  _: 1
2003
2003
  });
2004
2004
  };
2005
2005
  }
2006
- }), Ir = /* @__PURE__ */ z({
2006
+ }), Cr = /* @__PURE__ */ z({
2007
2007
  __name: "index",
2008
2008
  props: {
2009
2009
  node: {},
2010
2010
  outer: { type: Boolean }
2011
2011
  },
2012
2012
  setup(i) {
2013
- const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
2013
+ const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
2014
2014
  "settings",
2015
2015
  "disabled"
2016
2016
  ]), { prop: u } = l(t, n, e, ["settings", "length"]), { prop: p } = l(t, n, e, [
2017
2017
  "settings",
2018
2018
  "showFirstLastPage"
2019
- ]), { prop: b } = l(t, n, e, ["settings", "size"]), { prop: m } = l(t, n, e, ["settings", "start"]), { theme: c } = O(r), { prop: d } = l(t, n, e, ["settings", "tile"]), { prop: f } = l(t, n, e, ["settings", "value"]), { prop: k } = l(t, n, e, ["settings", "variant"]), h = V(() => {
2019
+ ]), { prop: b } = l(t, n, e, ["settings", "size"]), { prop: m } = l(t, n, e, ["settings", "start"]), { theme: c } = U(r), { prop: d } = l(t, n, e, ["settings", "tile"]), { prop: f } = l(t, n, e, ["settings", "value"]), { prop: k } = l(t, n, e, ["settings", "variant"]), h = V(() => {
2020
2020
  const y = {};
2021
2021
  return t === "editor" && (y.pointerEvents = "none"), y;
2022
2022
  });
2023
2023
  return (y, w) => {
2024
- const _ = L("v-pagination");
2025
- return C(), P(o(te), null, {
2026
- default: N(() => [
2024
+ const _ = W("v-pagination");
2025
+ return I(), N(o(te), null, {
2026
+ default: P(() => [
2027
2027
  Z(_, {
2028
2028
  modelValue: o(f),
2029
2029
  "onUpdate:modelValue": w[0] || (w[0] = (x) => X(f) ? f.value = x : null),
@@ -2050,16 +2050,16 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
2050
2050
  outer: { type: Boolean }
2051
2051
  },
2052
2052
  setup(i) {
2053
- const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, ["settings", "color"]), { color: a } = Y(r, s), { prop: u } = l(t, n, e, ["settings", "density"]), { prop: p } = l(t, n, e, [
2053
+ const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, ["settings", "color"]), { color: a } = Y(r, s), { prop: u } = l(t, n, e, ["settings", "density"]), { prop: p } = l(t, n, e, [
2054
2054
  "settings",
2055
2055
  "disabled"
2056
2056
  ]), { prop: b } = l(t, n, e, ["settings", "label"]), { prop: m } = l(t, n, e, [
2057
2057
  "settings",
2058
2058
  "readonly"
2059
- ]), { theme: c } = O(r), { prop: d } = l(t, n, e, ["settings", "value"]);
2059
+ ]), { theme: c } = U(r), { prop: d } = l(t, n, e, ["settings", "value"]);
2060
2060
  return (f, k) => {
2061
- const h = L("v-radio");
2062
- return C(), P(h, {
2061
+ const h = W("v-radio");
2062
+ return I(), N(h, {
2063
2063
  color: o(a),
2064
2064
  density: o(u),
2065
2065
  disabled: o(p),
@@ -2077,7 +2077,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
2077
2077
  outer: { type: Boolean }
2078
2078
  },
2079
2079
  setup(i) {
2080
- const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
2080
+ const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
2081
2081
  "settings",
2082
2082
  "direction"
2083
2083
  ]), { prop: u } = l(t, n, e, [
@@ -2086,11 +2086,11 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
2086
2086
  ]), { prop: p } = l(t, n, e, ["settings", "inline"]), { prop: b } = l(t, n, e, [
2087
2087
  "settings",
2088
2088
  "readonly"
2089
- ]), { theme: m } = O(r), { prop: c } = l(t, n, e, ["settings", "value"]);
2089
+ ]), { theme: m } = U(r), { prop: c } = l(t, n, e, ["settings", "value"]);
2090
2090
  return (d, f) => {
2091
- const k = L("v-radio-group");
2092
- return C(), P(o(te), null, {
2093
- default: N(() => [
2091
+ const k = W("v-radio-group");
2092
+ return I(), N(o(te), null, {
2093
+ default: P(() => [
2094
2094
  Z(k, {
2095
2095
  modelValue: o(c),
2096
2096
  "onUpdate:modelValue": f[0] || (f[0] = (h) => X(c) ? c.value = h : null),
@@ -2101,8 +2101,8 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
2101
2101
  readonly: o(b),
2102
2102
  theme: o(m)
2103
2103
  }, {
2104
- default: N(() => [
2105
- G(d.$slots, "default")
2104
+ default: P(() => [
2105
+ j(d.$slots, "default")
2106
2106
  ]),
2107
2107
  _: 3
2108
2108
  }, 8, ["modelValue", "density", "direction", "disabled", "inline", "readonly", "theme"])
@@ -2118,7 +2118,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
2118
2118
  outer: { type: Boolean }
2119
2119
  },
2120
2120
  setup(i) {
2121
- const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
2121
+ const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
2122
2122
  "settings",
2123
2123
  "direction"
2124
2124
  ]), { prop: u } = l(t, n, e, [
@@ -2138,7 +2138,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
2138
2138
  return "always";
2139
2139
  if (f.value === "show")
2140
2140
  return !0;
2141
- }), { prop: h } = l(t, n, e, ["settings", "step"]), { theme: y } = O(r), { prop: w } = l(t, n, e, [
2141
+ }), { prop: h } = l(t, n, e, ["settings", "step"]), { theme: y } = U(r), { prop: w } = l(t, n, e, [
2142
2142
  "settings",
2143
2143
  "thumbLabel"
2144
2144
  ]), _ = V(() => {
@@ -2153,14 +2153,14 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
2153
2153
  if (!$.value)
2154
2154
  return;
2155
2155
  const H = {};
2156
- for (const { value: j, label: K } of $.value)
2157
- H[j] = K;
2156
+ for (const { value: K, label: O } of $.value)
2157
+ H[K] = O;
2158
2158
  if (!xi(H))
2159
2159
  return H;
2160
- }), { prop: I } = l(t, n, e, [
2160
+ }), { prop: C } = l(t, n, e, [
2161
2161
  "settings",
2162
2162
  "tickSize"
2163
- ]), { prop: E } = l(t, n, e, [
2163
+ ]), { prop: L } = l(t, n, e, [
2164
2164
  "settings",
2165
2165
  "value",
2166
2166
  "start"
@@ -2169,21 +2169,21 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
2169
2169
  "value",
2170
2170
  "end"
2171
2171
  ]), S = V({
2172
- get: () => [E.value, F.value],
2173
- set: ([H, j]) => {
2174
- E.value = H, F.value = j;
2172
+ get: () => [L.value, F.value],
2173
+ set: ([H, K]) => {
2174
+ L.value = H, F.value = K;
2175
2175
  }
2176
2176
  });
2177
- return (H, j) => {
2178
- const K = L("v-range-slider");
2179
- return C(), P(o(te), {
2177
+ return (H, K) => {
2178
+ const O = W("v-range-slider");
2179
+ return I(), N(o(te), {
2180
2180
  modelValue: S.value,
2181
- "onUpdate:modelValue": j[1] || (j[1] = (ee) => S.value = ee)
2181
+ "onUpdate:modelValue": K[1] || (K[1] = (ee) => S.value = ee)
2182
2182
  }, {
2183
- default: N(() => [
2184
- Z(K, {
2183
+ default: P(() => [
2184
+ Z(O, {
2185
2185
  modelValue: S.value,
2186
- "onUpdate:modelValue": j[0] || (j[0] = (ee) => S.value = ee),
2186
+ "onUpdate:modelValue": K[0] || (K[0] = (ee) => S.value = ee),
2187
2187
  density: o(s),
2188
2188
  direction: o(a),
2189
2189
  disabled: o(u),
@@ -2197,7 +2197,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
2197
2197
  theme: o(y),
2198
2198
  "thumb-label": _.value,
2199
2199
  "thumb-size": o(x),
2200
- "tick-size": o(I),
2200
+ "tick-size": o(C),
2201
2201
  ticks: g.value
2202
2202
  }, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "label", "max", "min", "readonly", "show-ticks", "step", "theme", "thumb-label", "thumb-size", "tick-size", "ticks"])
2203
2203
  ]),
@@ -2212,7 +2212,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
2212
2212
  outer: { type: Boolean }
2213
2213
  },
2214
2214
  setup(i) {
2215
- const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, [
2215
+ const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, [
2216
2216
  "settings",
2217
2217
  "clearable"
2218
2218
  ]), { prop: a } = l(t, n, e, ["settings", "density"]), { prop: u } = l(t, n, e, [
@@ -2224,11 +2224,11 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
2224
2224
  ]), { prop: b } = l(t, n, e, ["settings", "hover"]), { prop: m } = l(t, n, e, ["settings", "length"]), { prop: c } = l(t, n, e, [
2225
2225
  "settings",
2226
2226
  "readonly"
2227
- ]), { theme: d } = O(r), { prop: f } = l(t, n, e, ["settings", "value"]);
2227
+ ]), { theme: d } = U(r), { prop: f } = l(t, n, e, ["settings", "value"]);
2228
2228
  return (k, h) => {
2229
- const y = L("v-rating");
2230
- return C(), P(o(te), { "fit-content": !0 }, {
2231
- default: N(() => [
2229
+ const y = W("v-rating");
2230
+ return I(), N(o(te), { "fit-content": !0 }, {
2231
+ default: P(() => [
2232
2232
  Z(y, {
2233
2233
  modelValue: o(f),
2234
2234
  "onUpdate:modelValue": h[0] || (h[0] = (w) => X(f) ? f.value = w : null),
@@ -2246,14 +2246,14 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
2246
2246
  });
2247
2247
  };
2248
2248
  }
2249
- }), Nr = /* @__PURE__ */ z({
2249
+ }), Pr = /* @__PURE__ */ z({
2250
2250
  __name: "index",
2251
2251
  props: {
2252
2252
  node: {},
2253
2253
  outer: { type: Boolean }
2254
2254
  },
2255
2255
  setup(i) {
2256
- const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, [
2256
+ const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, [
2257
2257
  "settings",
2258
2258
  "hideDetails"
2259
2259
  ]), { prop: a } = l(t, n, e, ["settings", "label"]), { prop: u } = l(t, n, e, [
@@ -2265,11 +2265,11 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
2265
2265
  ]), { prop: b } = l(t, n, e, [
2266
2266
  "settings",
2267
2267
  "singleLine"
2268
- ]), { theme: m } = O(r), { prop: c } = l(t, n, e, ["settings", "value"]);
2268
+ ]), { theme: m } = U(r), { prop: c } = l(t, n, e, ["settings", "value"]);
2269
2269
  return (d, f) => {
2270
- const k = L("v-select");
2271
- return C(), P(o(te), null, {
2272
- default: N(() => [
2270
+ const k = W("v-select");
2271
+ return I(), N(o(te), null, {
2272
+ default: P(() => [
2273
2273
  Z(k, {
2274
2274
  modelValue: o(c),
2275
2275
  "onUpdate:modelValue": f[0] || (f[0] = (h) => X(c) ? c.value = h : null),
@@ -2285,14 +2285,14 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
2285
2285
  });
2286
2286
  };
2287
2287
  }
2288
- }), Pr = /* @__PURE__ */ z({
2288
+ }), Nr = /* @__PURE__ */ z({
2289
2289
  __name: "index",
2290
2290
  props: {
2291
2291
  node: {},
2292
2292
  outer: { type: Boolean }
2293
2293
  },
2294
2294
  setup(i) {
2295
- const e = i, t = A(), r = po(), n = W(), { prop: s } = l(t, n, e, ["settings", "color"]), { color: a } = Y(r, s), { prop: u } = l(t, n, e, [
2295
+ const e = i, t = A(), r = po(), n = B(), { prop: s } = l(t, n, e, ["settings", "color"]), { color: a } = Y(r, s), { prop: u } = l(t, n, e, [
2296
2296
  "settings",
2297
2297
  "direction"
2298
2298
  ]), { prop: p } = l(t, n, e, [
@@ -2312,45 +2312,45 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
2312
2312
  return "always";
2313
2313
  if (h.value === "show")
2314
2314
  return !0;
2315
- }), { prop: w } = l(t, n, e, ["settings", "step"]), { theme: _ } = O(r), { prop: x } = l(t, n, e, [
2315
+ }), { prop: w } = l(t, n, e, ["settings", "step"]), { theme: _ } = U(r), { prop: x } = l(t, n, e, [
2316
2316
  "settings",
2317
2317
  "thumbColor"
2318
2318
  ]), { color: $ } = Y(r, x), { prop: g } = l(t, n, e, [
2319
2319
  "settings",
2320
2320
  "thumbLabel"
2321
- ]), I = V(() => {
2321
+ ]), C = V(() => {
2322
2322
  if (g.value === "always")
2323
2323
  return "always";
2324
2324
  if (g.value === "show")
2325
2325
  return !0;
2326
- }), { prop: E } = l(t, n, e, [
2326
+ }), { prop: L } = l(t, n, e, [
2327
2327
  "settings",
2328
2328
  "thumbSize"
2329
2329
  ]), { prop: F } = l(t, n, e, ["settings", "ticks"]), S = V(() => {
2330
2330
  if (!F.value)
2331
2331
  return;
2332
2332
  const de = {};
2333
- for (const { value: Ie, label: Le } of F.value)
2334
- de[Ie] = Le;
2333
+ for (const { value: Ce, label: We } of F.value)
2334
+ de[Ce] = We;
2335
2335
  if (!xi(de))
2336
2336
  return de;
2337
2337
  }), { prop: H } = l(t, n, e, [
2338
2338
  "settings",
2339
2339
  "tickSize"
2340
- ]), { prop: j } = l(t, n, e, [
2340
+ ]), { prop: K } = l(t, n, e, [
2341
2341
  "settings",
2342
2342
  "trackColor"
2343
- ]), { color: K } = Y(r, j), { prop: ee } = l(t, n, e, ["settings", "value"]), { prop: ne } = l(t, n, e, ["slots", "append"]), { prop: ce } = l(t, n, e, [
2343
+ ]), { color: O } = Y(r, K), { prop: ee } = l(t, n, e, ["settings", "value"]), { prop: ne } = l(t, n, e, ["slots", "append"]), { prop: ce } = l(t, n, e, [
2344
2344
  "slots",
2345
2345
  "prepend"
2346
2346
  ]);
2347
- return (de, Ie) => {
2348
- const Le = L("v-slider");
2349
- return C(), P(o(te), null, {
2350
- default: N(() => [
2351
- Z(Le, {
2347
+ return (de, Ce) => {
2348
+ const We = W("v-slider");
2349
+ return I(), N(o(te), null, {
2350
+ default: P(() => [
2351
+ Z(We, {
2352
2352
  modelValue: o(ee),
2353
- "onUpdate:modelValue": Ie[0] || (Ie[0] = (to) => X(ee) ? ee.value = to : null),
2353
+ "onUpdate:modelValue": Ce[0] || (Ce[0] = (to) => X(ee) ? ee.value = to : null),
2354
2354
  color: o(a),
2355
2355
  direction: o(u),
2356
2356
  disabled: o(p),
@@ -2364,15 +2364,15 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
2364
2364
  step: o(w),
2365
2365
  theme: o(_),
2366
2366
  "thumb-color": o($),
2367
- "thumb-label": I.value,
2368
- "thumb-size": o(E),
2367
+ "thumb-label": C.value,
2368
+ "thumb-size": o(L),
2369
2369
  "tick-size": o(H),
2370
2370
  ticks: S.value,
2371
- "track-color": o(K)
2371
+ "track-color": o(O)
2372
2372
  }, Yt({ _: 2 }, [
2373
2373
  o(ne) ? {
2374
2374
  name: "append",
2375
- fn: N(() => [
2375
+ fn: P(() => [
2376
2376
  Z(fe, {
2377
2377
  "ref-context": { refid: o(ne) },
2378
2378
  state: {}
@@ -2382,7 +2382,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
2382
2382
  } : void 0,
2383
2383
  o(ce) ? {
2384
2384
  name: "prepend",
2385
- fn: N(() => [
2385
+ fn: P(() => [
2386
2386
  Z(fe, {
2387
2387
  "ref-context": { refid: o(ce) },
2388
2388
  state: {}
@@ -2396,96 +2396,96 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
2396
2396
  });
2397
2397
  };
2398
2398
  }
2399
- }), Lr = /* @__PURE__ */ z({
2399
+ }), Wr = /* @__PURE__ */ z({
2400
2400
  __name: "index",
2401
2401
  props: {
2402
2402
  node: {},
2403
2403
  outer: { type: Boolean }
2404
2404
  },
2405
2405
  setup(i) {
2406
- const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, [
2406
+ const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, [
2407
2407
  "settings",
2408
2408
  "hideActions"
2409
- ]), { theme: a } = O(r), { prop: u } = l(t, n, e, ["settings", "value"]);
2409
+ ]), { theme: a } = U(r), { prop: u } = l(t, n, e, ["settings", "value"]);
2410
2410
  return (p, b) => {
2411
- const m = L("v-stepper");
2412
- return C(), P(m, {
2411
+ const m = W("v-stepper");
2412
+ return I(), N(m, {
2413
2413
  modelValue: o(u),
2414
2414
  "onUpdate:modelValue": b[0] || (b[0] = (c) => X(u) ? u.value = c : null),
2415
2415
  "hide-actions": o(s),
2416
2416
  theme: o(a)
2417
2417
  }, {
2418
- default: N(() => [
2419
- G(p.$slots, "default")
2418
+ default: P(() => [
2419
+ j(p.$slots, "default")
2420
2420
  ]),
2421
2421
  _: 3
2422
2422
  }, 8, ["modelValue", "hide-actions", "theme"]);
2423
2423
  };
2424
2424
  }
2425
- }), Er = {};
2426
- function Wr(i, e) {
2427
- const t = L("v-stepper-header");
2428
- return C(), P(t, null, {
2429
- default: N(() => [
2430
- G(i.$slots, "default")
2425
+ }), Lr = {};
2426
+ function Br(i, e) {
2427
+ const t = W("v-stepper-header");
2428
+ return I(), N(t, null, {
2429
+ default: P(() => [
2430
+ j(i.$slots, "default")
2431
2431
  ]),
2432
2432
  _: 3
2433
2433
  });
2434
2434
  }
2435
- const Br = /* @__PURE__ */ _e(Er, [["render", Wr]]), Rr = /* @__PURE__ */ z({
2435
+ const Rr = /* @__PURE__ */ _e(Lr, [["render", Br]]), Dr = /* @__PURE__ */ z({
2436
2436
  __name: "index",
2437
2437
  props: {
2438
2438
  node: {},
2439
2439
  outer: { type: Boolean }
2440
2440
  },
2441
2441
  setup(i) {
2442
- const e = i, t = A(), r = W(), { prop: n } = l(t, r, e, ["settings", "value"]);
2442
+ const e = i, t = A(), r = B(), { prop: n } = l(t, r, e, ["settings", "value"]);
2443
2443
  return (s, a) => {
2444
- const u = L("v-stepper-item");
2445
- return C(), P(u, { value: o(n) }, {
2446
- default: N(() => [
2447
- G(s.$slots, "default")
2444
+ const u = W("v-stepper-item");
2445
+ return I(), N(u, { value: o(n) }, {
2446
+ default: P(() => [
2447
+ j(s.$slots, "default")
2448
2448
  ]),
2449
2449
  _: 3
2450
2450
  }, 8, ["value"]);
2451
2451
  };
2452
2452
  }
2453
- }), Dr = {};
2453
+ }), Er = {};
2454
2454
  function Mr(i, e) {
2455
- const t = L("v-stepper-window");
2456
- return C(), P(t, null, {
2457
- default: N(() => [
2458
- G(i.$slots, "default")
2455
+ const t = W("v-stepper-window");
2456
+ return I(), N(t, null, {
2457
+ default: P(() => [
2458
+ j(i.$slots, "default")
2459
2459
  ]),
2460
2460
  _: 3
2461
2461
  });
2462
2462
  }
2463
- const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
2463
+ const Fr = /* @__PURE__ */ _e(Er, [["render", Mr]]), Hr = /* @__PURE__ */ z({
2464
2464
  __name: "index",
2465
2465
  props: {
2466
2466
  node: {},
2467
2467
  outer: { type: Boolean }
2468
2468
  },
2469
2469
  setup(i) {
2470
- const e = i, t = A(), r = W(), { prop: n } = l(t, r, e, ["settings", "value"]);
2470
+ const e = i, t = A(), r = B(), { prop: n } = l(t, r, e, ["settings", "value"]);
2471
2471
  return (s, a) => {
2472
- const u = L("v-stepper-window-item");
2473
- return C(), P(u, { value: o(n) }, {
2474
- default: N(() => [
2475
- G(s.$slots, "default")
2472
+ const u = W("v-stepper-window-item");
2473
+ return I(), N(u, { value: o(n) }, {
2474
+ default: P(() => [
2475
+ j(s.$slots, "default")
2476
2476
  ]),
2477
2477
  _: 3
2478
2478
  }, 8, ["value"]);
2479
2479
  };
2480
2480
  }
2481
- }), Or = /* @__PURE__ */ z({
2481
+ }), Ur = /* @__PURE__ */ z({
2482
2482
  __name: "index",
2483
2483
  props: {
2484
2484
  node: {},
2485
2485
  outer: { type: Boolean }
2486
2486
  },
2487
2487
  setup(i) {
2488
- const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
2488
+ const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
2489
2489
  "settings",
2490
2490
  "direction"
2491
2491
  ]), { prop: u } = l(t, n, e, [
@@ -2497,11 +2497,11 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
2497
2497
  ]), { prop: b } = l(t, n, e, [
2498
2498
  "settings",
2499
2499
  "indeterminate"
2500
- ]), { prop: m } = l(t, n, e, ["settings", "inline"]), { prop: c } = l(t, n, e, ["settings", "inset"]), { prop: d } = l(t, n, e, ["settings", "label"]), { prop: f } = l(t, n, e, ["settings", "loading"]), { theme: k } = O(r), { prop: h } = l(t, n, e, ["settings", "value"]);
2500
+ ]), { prop: m } = l(t, n, e, ["settings", "inline"]), { prop: c } = l(t, n, e, ["settings", "inset"]), { prop: d } = l(t, n, e, ["settings", "label"]), { prop: f } = l(t, n, e, ["settings", "loading"]), { theme: k } = U(r), { prop: h } = l(t, n, e, ["settings", "value"]);
2501
2501
  return (y, w) => {
2502
- const _ = L("v-switch");
2503
- return C(), P(te, { "fit-content": !0 }, {
2504
- default: N(() => [
2502
+ const _ = W("v-switch");
2503
+ return I(), N(te, { "fit-content": !0 }, {
2504
+ default: P(() => [
2505
2505
  Z(_, {
2506
2506
  modelValue: o(h),
2507
2507
  "onUpdate:modelValue": w[0] || (w[0] = (x) => X(h) ? h.value = x : null),
@@ -2521,21 +2521,21 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
2521
2521
  });
2522
2522
  };
2523
2523
  }
2524
- }), Ur = /* @__PURE__ */ z({
2524
+ }), Gr = /* @__PURE__ */ z({
2525
2525
  __name: "index",
2526
2526
  props: {
2527
2527
  node: {},
2528
2528
  outer: { type: Boolean }
2529
2529
  },
2530
2530
  setup(i) {
2531
- const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, ["settings", "text"]), { theme: a } = O(r), { prop: u } = l(t, n, e, ["settings", "value"]), p = V(() => {
2531
+ const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, ["settings", "text"]), { theme: a } = U(r), { prop: u } = l(t, n, e, ["settings", "value"]), p = V(() => {
2532
2532
  const b = {};
2533
2533
  return t === "editor" && (b.pointerEvents = "none"), b;
2534
2534
  });
2535
2535
  return (b, m) => {
2536
- const c = L("v-tab");
2537
- return C(), P(o(te), { "fit-content": !0 }, {
2538
- default: N(() => [
2536
+ const c = W("v-tab");
2537
+ return I(), N(o(te), { "fit-content": !0 }, {
2538
+ default: P(() => [
2539
2539
  Z(c, {
2540
2540
  style: ie(p.value),
2541
2541
  text: o(s),
@@ -2547,14 +2547,14 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
2547
2547
  });
2548
2548
  };
2549
2549
  }
2550
- }), Gr = /* @__PURE__ */ z({
2550
+ }), jr = /* @__PURE__ */ z({
2551
2551
  __name: "index",
2552
2552
  props: {
2553
2553
  node: {},
2554
2554
  outer: { type: Boolean }
2555
2555
  },
2556
2556
  setup(i) {
2557
- const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, [
2557
+ const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, [
2558
2558
  "settings",
2559
2559
  "alignTabs"
2560
2560
  ]), { prop: a } = l(t, n, e, [
@@ -2590,12 +2590,12 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
2590
2590
  "settings",
2591
2591
  "color",
2592
2592
  "sliderColor"
2593
- ]), { color: g } = Y(r, $), { prop: I } = l(t, n, e, ["settings", "stacked"]), { theme: E } = O(r), { prop: F } = l(t, n, e, ["settings", "value"]);
2593
+ ]), { color: g } = Y(r, $), { prop: C } = l(t, n, e, ["settings", "stacked"]), { theme: L } = U(r), { prop: F } = l(t, n, e, ["settings", "value"]);
2594
2594
  return (S, H) => {
2595
- const j = L("v-tabs");
2596
- return C(), P(j, {
2595
+ const K = W("v-tabs");
2596
+ return I(), N(K, {
2597
2597
  modelValue: o(F),
2598
- "onUpdate:modelValue": H[0] || (H[0] = (K) => X(F) ? F.value = K : null),
2598
+ "onUpdate:modelValue": H[0] || (H[0] = (O) => X(F) ? F.value = O : null),
2599
2599
  "align-tabs": o(s),
2600
2600
  "bg-color": o(u),
2601
2601
  "center-active": o(p),
@@ -2610,45 +2610,45 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
2610
2610
  mandatory: o(_),
2611
2611
  "show-arrows": o(x),
2612
2612
  "slider-color": o(g),
2613
- stacked: o(I),
2614
- theme: o(E)
2613
+ stacked: o(C),
2614
+ theme: o(L)
2615
2615
  }, {
2616
- default: N(() => [
2617
- G(S.$slots, "default")
2616
+ default: P(() => [
2617
+ j(S.$slots, "default")
2618
2618
  ]),
2619
2619
  _: 3
2620
2620
  }, 8, ["modelValue", "align-tabs", "bg-color", "center-active", "color", "density", "direction", "disabled", "fixed-tabs", "grow", "hide-slider", "items", "mandatory", "show-arrows", "slider-color", "stacked", "theme"]);
2621
2621
  };
2622
2622
  }
2623
- }), Kr = /* @__PURE__ */ z({
2623
+ }), Or = /* @__PURE__ */ z({
2624
2624
  __name: "index",
2625
2625
  props: {
2626
2626
  node: {},
2627
2627
  outer: { type: Boolean }
2628
2628
  },
2629
2629
  setup(i) {
2630
- const e = i, t = A(), r = le(), n = W(), { prop: s } = l(t, n, e, ["settings", "align"]), { prop: a } = l(t, n, e, [
2630
+ const e = i, t = A(), r = le(), n = B(), { prop: s } = l(t, n, e, ["settings", "align"]), { prop: a } = l(t, n, e, [
2631
2631
  "settings",
2632
2632
  "decoration"
2633
2633
  ]), { prop: u } = l(t, n, e, [
2634
2634
  "settings",
2635
2635
  "emphasis"
2636
2636
  ]), { prop: p } = l(t, n, e, ["settings", "italic"]), { prop: b } = l(t, n, e, ["settings", "text"]), { prop: m } = l(t, n, e, ["settings", "weight"]), c = V(() => {
2637
- const d = [], f = Ci(r.value.width), k = we(f, e.node.settings?.style);
2637
+ const d = [], f = Ii(r.value.width), k = we(f, e.node.settings?.style);
2638
2638
  return k && d.push(`text-${k}`), u.value === "high" ? d.push("text-high-emphasis") : u.value === "medium" ? d.push("text-medium-emphasis") : u.value === "disabled" && d.push("text-disabled"), s.value && d.push(`font-${s.value}`), a.value && d.push(`text-decoration-${a.value}`), m.value && d.push(`font-weight-${m.value}`), p.value && d.push("font-italic"), d.join(" ");
2639
2639
  });
2640
- return (d, f) => (C(), re("span", {
2640
+ return (d, f) => (I(), re("span", {
2641
2641
  class: so(c.value)
2642
2642
  }, ro(o(b)), 3));
2643
2643
  }
2644
- }), jr = /* @__PURE__ */ z({
2644
+ }), Kr = /* @__PURE__ */ z({
2645
2645
  __name: "index",
2646
2646
  props: {
2647
2647
  node: {},
2648
2648
  outer: { type: Boolean }
2649
2649
  },
2650
2650
  setup(i) {
2651
- const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, [
2651
+ const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, [
2652
2652
  "settings",
2653
2653
  "autoGrow"
2654
2654
  ]), { prop: a } = l(t, n, e, [
@@ -2666,14 +2666,14 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
2666
2666
  ]), { prop: k } = l(t, n, e, ["settings", "reverse"]), { prop: h } = l(t, n, e, ["settings", "rows"]), { prop: y } = l(t, n, e, [
2667
2667
  "settings",
2668
2668
  "singleLine"
2669
- ]), { theme: w } = O(r), { prop: _ } = l(t, n, e, ["settings", "value"]), { prop: x } = l(t, n, e, ["settings", "variant"]);
2669
+ ]), { theme: w } = U(r), { prop: _ } = l(t, n, e, ["settings", "value"]), { prop: x } = l(t, n, e, ["settings", "variant"]);
2670
2670
  return ($, g) => {
2671
- const I = L("v-textarea");
2672
- return C(), P(o(te), null, {
2673
- default: N(() => [
2674
- Z(I, {
2671
+ const C = W("v-textarea");
2672
+ return I(), N(o(te), null, {
2673
+ default: P(() => [
2674
+ Z(C, {
2675
2675
  modelValue: o(_),
2676
- "onUpdate:modelValue": g[0] || (g[0] = (E) => X(_) ? _.value = E : null),
2676
+ "onUpdate:modelValue": g[0] || (g[0] = (L) => X(_) ? _.value = L : null),
2677
2677
  "auto-grow": o(s),
2678
2678
  clearable: o(a),
2679
2679
  density: o(u),
@@ -2701,7 +2701,7 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
2701
2701
  outer: { type: Boolean }
2702
2702
  },
2703
2703
  setup(i) {
2704
- const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, [
2704
+ const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, [
2705
2705
  "settings",
2706
2706
  "appendIcon"
2707
2707
  ]), { prop: a } = l(t, n, e, [
@@ -2734,23 +2734,23 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
2734
2734
  ]), { prop: x } = l(t, n, e, ["settings", "reverse"]), { prop: $ } = l(t, n, e, [
2735
2735
  "settings",
2736
2736
  "singleLine"
2737
- ]), { prop: g } = l(t, n, e, ["settings", "suffix"]), { theme: I } = O(r), { prop: E } = l(t, n, e, ["settings", "value"]), { prop: F } = l(t, n, e, ["settings", "variant"]), { prop: S } = l(t, n, e, ["slots", "append"]), { prop: H } = l(t, n, e, [
2737
+ ]), { prop: g } = l(t, n, e, ["settings", "suffix"]), { theme: C } = U(r), { prop: L } = l(t, n, e, ["settings", "value"]), { prop: F } = l(t, n, e, ["settings", "variant"]), { prop: S } = l(t, n, e, ["slots", "append"]), { prop: H } = l(t, n, e, [
2738
2738
  "slots",
2739
2739
  "appendInner"
2740
- ]), { prop: j } = l(t, n, e, [
2740
+ ]), { prop: K } = l(t, n, e, [
2741
2741
  "slots",
2742
2742
  "prepend"
2743
- ]), { prop: K } = l(t, n, e, [
2743
+ ]), { prop: O } = l(t, n, e, [
2744
2744
  "slots",
2745
2745
  "prependInner"
2746
2746
  ]);
2747
2747
  return (ee, ne) => {
2748
- const ce = L("v-text-field");
2749
- return C(), P(te, null, {
2750
- default: N(() => [
2748
+ const ce = W("v-text-field");
2749
+ return I(), N(te, null, {
2750
+ default: P(() => [
2751
2751
  Z(ce, {
2752
- modelValue: o(E),
2753
- "onUpdate:modelValue": ne[0] || (ne[0] = (de) => X(E) ? E.value = de : null),
2752
+ modelValue: o(L),
2753
+ "onUpdate:modelValue": ne[0] || (ne[0] = (de) => X(L) ? L.value = de : null),
2754
2754
  "append-icon": o(s),
2755
2755
  "append-inner-icon": o(a),
2756
2756
  autofocus: o(u),
@@ -2768,12 +2768,12 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
2768
2768
  reverse: o(x),
2769
2769
  "single-line": o($),
2770
2770
  suffix: o(g),
2771
- theme: o(I),
2771
+ theme: o(C),
2772
2772
  variant: o(F)
2773
2773
  }, Yt({ _: 2 }, [
2774
2774
  o(S) ? {
2775
2775
  name: "append",
2776
- fn: N(() => [
2776
+ fn: P(() => [
2777
2777
  Z(fe, {
2778
2778
  "ref-context": { refid: o(S) },
2779
2779
  state: {}
@@ -2783,7 +2783,7 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
2783
2783
  } : void 0,
2784
2784
  o(H) ? {
2785
2785
  name: "append-inner",
2786
- fn: N(() => [
2786
+ fn: P(() => [
2787
2787
  Z(fe, {
2788
2788
  "ref-context": { refid: o(H) },
2789
2789
  state: {}
@@ -2791,21 +2791,21 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
2791
2791
  ]),
2792
2792
  key: "1"
2793
2793
  } : void 0,
2794
- o(j) ? {
2794
+ o(K) ? {
2795
2795
  name: "prepend",
2796
- fn: N(() => [
2796
+ fn: P(() => [
2797
2797
  Z(fe, {
2798
- "ref-context": { refid: o(j) },
2798
+ "ref-context": { refid: o(K) },
2799
2799
  state: {}
2800
2800
  }, null, 8, ["ref-context"])
2801
2801
  ]),
2802
2802
  key: "2"
2803
2803
  } : void 0,
2804
- o(K) ? {
2804
+ o(O) ? {
2805
2805
  name: "prepend-inner",
2806
- fn: N(() => [
2806
+ fn: P(() => [
2807
2807
  Z(fe, {
2808
- "ref-context": { refid: o(K) },
2808
+ "ref-context": { refid: o(O) },
2809
2809
  state: {}
2810
2810
  }, null, 8, ["ref-context"])
2811
2811
  ]),
@@ -2824,7 +2824,7 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
2824
2824
  outer: { type: Boolean }
2825
2825
  },
2826
2826
  setup(i) {
2827
- const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, ["settings", "align"]), { prop: a } = l(t, n, e, ["settings", "density"]), { prop: u } = l(t, n, e, [
2827
+ const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, ["settings", "align"]), { prop: a } = l(t, n, e, ["settings", "density"]), { prop: u } = l(t, n, e, [
2828
2828
  "settings",
2829
2829
  "direction"
2830
2830
  ]), { prop: p } = l(t, n, e, [
@@ -2854,10 +2854,10 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
2854
2854
  "settings",
2855
2855
  "line",
2856
2856
  "truncate"
2857
- ]), { theme: _ } = O(r);
2857
+ ]), { theme: _ } = U(r);
2858
2858
  return (x, $) => {
2859
- const g = L("v-timeline");
2860
- return C(), P(g, {
2859
+ const g = W("v-timeline");
2860
+ return I(), N(g, {
2861
2861
  align: o(s),
2862
2862
  density: o(a),
2863
2863
  direction: o(u),
@@ -2871,8 +2871,8 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
2871
2871
  theme: o(_),
2872
2872
  "truncate-line": o(w)
2873
2873
  }, {
2874
- default: N(() => [
2875
- G(x.$slots, "default")
2874
+ default: P(() => [
2875
+ j(x.$slots, "default")
2876
2876
  ]),
2877
2877
  _: 3
2878
2878
  }, 8, ["align", "density", "direction", "dot-color", "fill-dot", "hide-opposite", "line-color", "line-inset", "line-thickness", "side", "theme", "truncate-line"]);
@@ -2880,10 +2880,10 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
2880
2880
  }
2881
2881
  }), Jr = {};
2882
2882
  function Xr(i, e) {
2883
- const t = L("v-timeline-item");
2884
- return C(), P(t, null, {
2885
- default: N(() => [
2886
- G(i.$slots, "default")
2883
+ const t = W("v-timeline-item");
2884
+ return I(), N(t, null, {
2885
+ default: P(() => [
2886
+ j(i.$slots, "default")
2887
2887
  ]),
2888
2888
  _: 3
2889
2889
  });
@@ -2895,7 +2895,7 @@ const Yr = /* @__PURE__ */ _e(Jr, [["render", Xr]]), Qr = /* @__PURE__ */ z({
2895
2895
  outer: { type: Boolean }
2896
2896
  },
2897
2897
  setup(i) {
2898
- const e = i, t = A(), r = M(), n = W(), { prop: s } = l(t, n, e, [
2898
+ const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, [
2899
2899
  "settings",
2900
2900
  "continuous"
2901
2901
  ]), { prop: a } = l(t, n, e, [
@@ -2907,10 +2907,10 @@ const Yr = /* @__PURE__ */ _e(Jr, [["render", Xr]]), Qr = /* @__PURE__ */ z({
2907
2907
  ]), { prop: p } = l(t, n, e, ["settings", "reverse"]), { prop: b } = l(t, n, e, [
2908
2908
  "settings",
2909
2909
  "showArrows"
2910
- ]), { prop: m } = l(t, n, e, ["settings", "touch"]), { theme: c } = O(r), { prop: d } = l(t, n, e, ["settings", "value"]);
2910
+ ]), { prop: m } = l(t, n, e, ["settings", "touch"]), { theme: c } = U(r), { prop: d } = l(t, n, e, ["settings", "value"]);
2911
2911
  return (f, k) => {
2912
- const h = L("v-window");
2913
- return C(), P(h, {
2912
+ const h = W("v-window");
2913
+ return I(), N(h, {
2914
2914
  modelValue: o(d),
2915
2915
  "onUpdate:modelValue": k[0] || (k[0] = (y) => X(d) ? d.value = y : null),
2916
2916
  continuous: o(s),
@@ -2921,8 +2921,8 @@ const Yr = /* @__PURE__ */ _e(Jr, [["render", Xr]]), Qr = /* @__PURE__ */ z({
2921
2921
  theme: o(c),
2922
2922
  touch: o(m)
2923
2923
  }, {
2924
- default: N(() => [
2925
- G(f.$slots, "default")
2924
+ default: P(() => [
2925
+ j(f.$slots, "default")
2926
2926
  ]),
2927
2927
  _: 3
2928
2928
  }, 8, ["modelValue", "continuous", "direction", "disabled", "reverse", "show-arrows", "theme", "touch"]);
@@ -2930,15 +2930,15 @@ const Yr = /* @__PURE__ */ _e(Jr, [["render", Xr]]), Qr = /* @__PURE__ */ z({
2930
2930
  }
2931
2931
  }), el = {};
2932
2932
  function tl(i, e) {
2933
- const t = L("v-window-item");
2934
- return C(), P(t, null, {
2935
- default: N(() => [
2936
- G(i.$slots, "default")
2933
+ const t = W("v-window-item");
2934
+ return I(), N(t, null, {
2935
+ default: P(() => [
2936
+ j(i.$slots, "default")
2937
2937
  ]),
2938
2938
  _: 3
2939
2939
  });
2940
2940
  }
2941
- const nl = /* @__PURE__ */ _e(el, [["render", tl]]), Gi = "badge_v1", xn = "breadcrumbs_v1", Oe = "bar_chart_v1", Ue = "btn_v1", Ge = "btn_group_v1", Ke = "btn_toggle_v1", je = "card_v1", Ze = "checkbox_v1", qe = "chip_v1", Je = "chip_group_v1", Xe = "color_picker_v1", Ye = "combobox_v1", Qe = "container_v1", et = "data_table_v1", tt = "date_picker_v1", nt = "dialog_v1", it = "file_input_v1", ot = "flex_layout_v1", Ki = "flex_layout_entry_v1", st = "form_v1", rt = "icon_v1", lt = "globality_v1", at = "line_chart_v1", ut = "menu_v1", ct = "number_input_v1", dt = "pagination_v1", ji = "radio_v1", mt = "radio_group_v1", pt = "range_slider_v1", ft = "rating_v1", Se = "ref_v1", bt = "select_v1", yt = "slider_v1", ht = "stepper_v1", Zi = "stepper_header_v1", qi = "stepper_item_v1", Ji = "stepper_window_v1", Xi = "stepper_window_item_v1", xt = "switch_v1", Yi = "tab_v1", gt = "tabs_v1", vt = "text_v1", kt = "textarea_v1", _t = "text_field_v1", wt = "timeline_v1", Qi = "timeline_item_v1", Vt = "window_v1", eo = "window_item_v1", v = {
2941
+ const nl = /* @__PURE__ */ _e(el, [["render", tl]]), ji = "badge_v1", xn = "breadcrumbs_v1", Ue = "bar_chart_v1", Ge = "btn_v1", je = "btn_group_v1", Oe = "btn_toggle_v1", Ke = "card_v1", Ze = "checkbox_v1", qe = "chip_v1", Je = "chip_group_v1", Xe = "color_picker_v1", Ye = "combobox_v1", Qe = "container_v1", et = "data_table_v1", tt = "date_picker_v1", nt = "dialog_v1", it = "file_input_v1", ot = "flex_layout_v1", Oi = "flex_layout_entry_v1", st = "form_v1", rt = "icon_v1", lt = "globality_v1", at = "line_chart_v1", ut = "menu_v1", ct = "number_input_v1", dt = "pagination_v1", Ki = "radio_v1", mt = "radio_group_v1", pt = "range_slider_v1", ft = "rating_v1", Se = "ref_v1", bt = "select_v1", yt = "slider_v1", ht = "stepper_v1", Zi = "stepper_header_v1", qi = "stepper_item_v1", Ji = "stepper_window_v1", Xi = "stepper_window_item_v1", xt = "switch_v1", Yi = "tab_v1", gt = "tabs_v1", vt = "text_v1", kt = "textarea_v1", _t = "text_field_v1", wt = "timeline_v1", Qi = "timeline_item_v1", Vt = "window_v1", eo = "window_item_v1", v = {
2942
2942
  key: "basic",
2943
2943
  name: "x-runtime-lib.basic",
2944
2944
  children: [
@@ -3000,7 +3000,7 @@ const nl = /* @__PURE__ */ _e(el, [["render", tl]]), Gi = "badge_v1", xn = "brea
3000
3000
  ]
3001
3001
  }
3002
3002
  ]
3003
- }, il = U(Q), ge = {
3003
+ }, il = G(Q), ge = {
3004
3004
  key: "border",
3005
3005
  name: "x-runtime-lib.border",
3006
3006
  children: [
@@ -3248,7 +3248,7 @@ const nl = /* @__PURE__ */ _e(el, [["render", tl]]), Gi = "badge_v1", xn = "brea
3248
3248
  defaultArray: []
3249
3249
  }
3250
3250
  ]
3251
- }, Ne = {
3251
+ }, Pe = {
3252
3252
  key: "yAxis",
3253
3253
  name: "x-runtime-lib.yAxis",
3254
3254
  children: [
@@ -3283,7 +3283,7 @@ const nl = /* @__PURE__ */ _e(el, [["render", tl]]), Gi = "badge_v1", xn = "brea
3283
3283
  ]
3284
3284
  };
3285
3285
  function ol(i, e) {
3286
- const t = `type=${i} subtype=${e}`, r = D(i, e);
3286
+ const t = `type=${i} subtype=${e}`, r = E(i, e);
3287
3287
  if (!r) {
3288
3288
  console.error(`barChartV1/spawn prop tag not found, ${t}`);
3289
3289
  return;
@@ -3294,7 +3294,7 @@ function ol(i, e) {
3294
3294
  return;
3295
3295
  }
3296
3296
  const s = {};
3297
- return R(s, n), s.basic.id = B(16), s.basic.key = $t.key, s.size.height = "300px", s.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], s.series = [
3297
+ return D(s, n), s.basic.id = R(16), s.basic.key = $t.key, s.size.height = "300px", s.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], s.series = [
3298
3298
  {
3299
3299
  type: "bar",
3300
3300
  data: [120, 200, 150, 80, 70, 110, 130]
@@ -3323,12 +3323,12 @@ const gn = {
3323
3323
  array: !0,
3324
3324
  defaultArray: []
3325
3325
  }, $t = {
3326
- key: Oe,
3326
+ key: Ue,
3327
3327
  name: "x-runtime-lib.barChart",
3328
- comp: Ds,
3328
+ comp: Es,
3329
3329
  props: {
3330
- pageCommon: [v, q, ze, Ae, Ne, Te, gn],
3331
- compCommon: [v, q, ze, Ae, Ne, Te, gn]
3330
+ pageCommon: [v, q, ze, Ae, Pe, Te, gn],
3331
+ compCommon: [v, q, ze, Ae, Pe, Te, gn]
3332
3332
  },
3333
3333
  events: [],
3334
3334
  methods: [],
@@ -3338,18 +3338,18 @@ const gn = {
3338
3338
  };
3339
3339
  T($t);
3340
3340
  function sl(i, e) {
3341
- const t = `type=${i} subtype=${e}`, r = D(i, e);
3341
+ const t = `type=${i} subtype=${e}`, r = E(i, e);
3342
3342
  if (!r) {
3343
3343
  console.error(`lineChartV1/spawn prop tag not found, ${t}`);
3344
3344
  return;
3345
3345
  }
3346
- const n = Ct.props[r];
3346
+ const n = It.props[r];
3347
3347
  if (!n) {
3348
3348
  console.error(`lineChartV1/spawn props not found, ${t}`);
3349
3349
  return;
3350
3350
  }
3351
3351
  const s = {};
3352
- return R(s, n), s.basic.id = B(16), s.basic.key = Ct.key, s.size.height = "300px", s.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], s.series = [
3352
+ return D(s, n), s.basic.id = R(16), s.basic.key = It.key, s.size.height = "300px", s.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], s.series = [
3353
3353
  {
3354
3354
  type: "line",
3355
3355
  data: [120, 200, 150, 80, 70, 110, 130]
@@ -3377,13 +3377,13 @@ const vn = {
3377
3377
  ],
3378
3378
  array: !0,
3379
3379
  defaultArray: []
3380
- }, Ct = {
3380
+ }, It = {
3381
3381
  key: at,
3382
3382
  name: "x-runtime-lib.lineChart",
3383
3383
  comp: Ms,
3384
3384
  props: {
3385
- pageCommon: [v, q, ze, Ae, Ne, Te, vn],
3386
- compCommon: [v, q, ze, Ae, Ne, Te, vn]
3385
+ pageCommon: [v, q, ze, Ae, Pe, Te, vn],
3386
+ compCommon: [v, q, ze, Ae, Pe, Te, vn]
3387
3387
  },
3388
3388
  events: [],
3389
3389
  methods: [],
@@ -3391,8 +3391,8 @@ const vn = {
3391
3391
  leaf: !0,
3392
3392
  spawn: sl
3393
3393
  };
3394
- T(Ct);
3395
- const sn = U(Q);
3394
+ T(It);
3395
+ const sn = G(Q);
3396
3396
  sn.key = "backgroundColor";
3397
3397
  sn.name = "x-runtime-lib.backgroundColor";
3398
3398
  const kn = {
@@ -3410,12 +3410,12 @@ const kn = {
3410
3410
  events: [
3411
3411
  {
3412
3412
  key: "startup",
3413
- name: "EVENT_STARTUP",
3413
+ name: "x-runtime-lib.startup",
3414
3414
  params: []
3415
3415
  },
3416
3416
  {
3417
3417
  key: "screenSizeChange",
3418
- name: "EVENT_SCREEN_SIZE_CHANGE",
3418
+ name: "x-runtime-lib.screenSizeChange",
3419
3419
  params: [
3420
3420
  {
3421
3421
  key: "__newScreenSize__",
@@ -3431,7 +3431,7 @@ const kn = {
3431
3431
  },
3432
3432
  {
3433
3433
  key: "darkModeChange",
3434
- name: "EVENT_DARK_MODE_CHANGE",
3434
+ name: "x-runtime-lib.darkModeChange",
3435
3435
  params: [
3436
3436
  {
3437
3437
  key: "__isDarkMode__",
@@ -3507,7 +3507,7 @@ const wn = {
3507
3507
  }
3508
3508
  ]
3509
3509
  }, Qa = {
3510
- key: Gi,
3510
+ key: ji,
3511
3511
  name: "x-runtime-lib.badge",
3512
3512
  comp: er,
3513
3513
  props: {
@@ -3519,20 +3519,20 @@ const wn = {
3519
3519
  slots: []
3520
3520
  };
3521
3521
  function al(i, e) {
3522
- const t = `type=${i} subtype=${e}`, r = D(i, e);
3522
+ const t = `type=${i} subtype=${e}`, r = E(i, e);
3523
3523
  if (!r) {
3524
3524
  console.error(`btnV1/spawn prop tag not found, ${t}`);
3525
3525
  return;
3526
3526
  }
3527
- const n = It.props[r];
3527
+ const n = Ct.props[r];
3528
3528
  if (!n) {
3529
3529
  console.error(`btnV1/spawn props not found, ${t}`);
3530
3530
  return;
3531
3531
  }
3532
3532
  const s = {};
3533
- return R(s, n), s.basic.id = B(16), s.basic.key = It.key, s.settings.text = "button", s;
3533
+ return D(s, n), s.basic.id = R(16), s.basic.key = Ct.key, s.settings.text = "button", s;
3534
3534
  }
3535
- const ul = U(Q), Vn = {
3535
+ const ul = G(Q), Vn = {
3536
3536
  key: "settings",
3537
3537
  name: "x-runtime-lib.settings",
3538
3538
  children: [
@@ -3619,8 +3619,8 @@ const ul = U(Q), Vn = {
3619
3619
  default: !0
3620
3620
  }
3621
3621
  ]
3622
- }, It = {
3623
- key: Ue,
3622
+ }, Ct = {
3623
+ key: Ge,
3624
3624
  name: "x-runtime-lib.button",
3625
3625
  comp: tr,
3626
3626
  props: {
@@ -3630,7 +3630,7 @@ const ul = U(Q), Vn = {
3630
3630
  events: [
3631
3631
  {
3632
3632
  key: "click",
3633
- name: "EVENT_CLICK",
3633
+ name: "x-runtime-lib.click",
3634
3634
  params: []
3635
3635
  }
3636
3636
  ],
@@ -3639,9 +3639,9 @@ const ul = U(Q), Vn = {
3639
3639
  leaf: !0,
3640
3640
  spawn: al
3641
3641
  };
3642
- T(It);
3642
+ T(Ct);
3643
3643
  const cl = {
3644
- key: Ge,
3644
+ key: je,
3645
3645
  name: "x-runtime-lib.buttonGroup",
3646
3646
  comp: or,
3647
3647
  props: {
@@ -3715,7 +3715,7 @@ const $n = {
3715
3715
  }
3716
3716
  ]
3717
3717
  }, dl = {
3718
- key: Ke,
3718
+ key: Oe,
3719
3719
  name: "x-runtime-lib.buttonToggle",
3720
3720
  comp: sr,
3721
3721
  props: {
@@ -3728,7 +3728,7 @@ const $n = {
3728
3728
  };
3729
3729
  T(dl);
3730
3730
  function ml(i, e) {
3731
- const t = `type=${i} subtype=${e}`, r = D(i, e);
3731
+ const t = `type=${i} subtype=${e}`, r = E(i, e);
3732
3732
  if (!r) {
3733
3733
  console.error(`cardV1/spawn prop tag not found, ${t}`);
3734
3734
  return;
@@ -3739,9 +3739,9 @@ function ml(i, e) {
3739
3739
  return;
3740
3740
  }
3741
3741
  const s = {};
3742
- return R(s, n), s.basic.id = B(16), s.basic.key = Ve.key, s.children = [], s.settings.title = "title", s.settings.subtitle = "subtitle", s.settings.text = "text", s;
3742
+ return D(s, n), s.basic.id = R(16), s.basic.key = Ve.key, s.children = [], s.settings.title = "title", s.settings.subtitle = "subtitle", s.settings.text = "text", s;
3743
3743
  }
3744
- const Cn = {
3744
+ const In = {
3745
3745
  key: "settings",
3746
3746
  name: "x-runtime-lib.settings",
3747
3747
  children: [
@@ -3797,12 +3797,12 @@ const Cn = {
3797
3797
  }
3798
3798
  ]
3799
3799
  }, Ve = {
3800
- key: je,
3800
+ key: Ke,
3801
3801
  name: "x-runtime-lib.card",
3802
3802
  comp: rr,
3803
3803
  props: {
3804
- pageCommon: [v, q, Cn],
3805
- compCommon: [v, q, Cn]
3804
+ pageCommon: [v, q, In],
3805
+ compCommon: [v, q, In]
3806
3806
  },
3807
3807
  events: [],
3808
3808
  methods: [],
@@ -3810,7 +3810,7 @@ const Cn = {
3810
3810
  spawn: ml
3811
3811
  };
3812
3812
  T(Ve);
3813
- const In = {
3813
+ const Cn = {
3814
3814
  key: "settings",
3815
3815
  name: "x-runtime-lib.settings",
3816
3816
  children: [
@@ -3832,8 +3832,8 @@ const In = {
3832
3832
  name: "x-runtime-lib.checkbox",
3833
3833
  comp: lr,
3834
3834
  props: {
3835
- pageCommon: [v, In],
3836
- compCommon: [v, In]
3835
+ pageCommon: [v, Cn],
3836
+ compCommon: [v, Cn]
3837
3837
  },
3838
3838
  events: [],
3839
3839
  methods: [],
@@ -3841,7 +3841,7 @@ const In = {
3841
3841
  leaf: !0
3842
3842
  };
3843
3843
  T(pl);
3844
- const fl = U(Q), Sn = {
3844
+ const fl = G(Q), Sn = {
3845
3845
  key: "settings",
3846
3846
  name: "x-runtime-lib.settings",
3847
3847
  children: [
@@ -3931,7 +3931,7 @@ const fl = U(Q), Sn = {
3931
3931
  };
3932
3932
  T(St);
3933
3933
  function bl(i, e) {
3934
- const t = `type=${i} subtype=${e}`, r = D(i, e);
3934
+ const t = `type=${i} subtype=${e}`, r = E(i, e);
3935
3935
  if (!r) {
3936
3936
  console.error(`chipGroupV1/spawn prop tag not found, ${t}`);
3937
3937
  return;
@@ -3942,7 +3942,7 @@ function bl(i, e) {
3942
3942
  return;
3943
3943
  }
3944
3944
  const s = {};
3945
- return R(s, n), s.basic.id = B(16), s.basic.key = Tt.key, s.children = [
3945
+ return D(s, n), s.basic.id = R(16), s.basic.key = Tt.key, s.children = [
3946
3946
  xe(i, e, "chip1", "chip 1"),
3947
3947
  xe(i, e, "chip2", "chip 2"),
3948
3948
  xe(i, e, "chip3", "chip 3"),
@@ -3952,7 +3952,7 @@ function bl(i, e) {
3952
3952
  ], s;
3953
3953
  }
3954
3954
  function xe(i, e, t, r) {
3955
- const n = `type=${i} subtype=${e}`, s = D(i, e);
3955
+ const n = `type=${i} subtype=${e}`, s = E(i, e);
3956
3956
  if (!s) {
3957
3957
  console.error(`chipGroupV1/spawnChip prop tag not found, ${n}`);
3958
3958
  return;
@@ -3963,7 +3963,7 @@ function xe(i, e, t, r) {
3963
3963
  return;
3964
3964
  }
3965
3965
  const u = {};
3966
- return R(u, a), u.basic.id = B(16), u.basic.key = St.key, u.settings.value = t, u.settings.text = r, u;
3966
+ return D(u, a), u.basic.id = R(16), u.basic.key = St.key, u.settings.value = t, u.settings.text = r, u;
3967
3967
  }
3968
3968
  const Tn = {
3969
3969
  key: "settings",
@@ -4102,7 +4102,7 @@ const zn = {
4102
4102
  leaf: !0
4103
4103
  };
4104
4104
  T(hl);
4105
- const rn = U(Q);
4105
+ const rn = G(Q);
4106
4106
  rn.key = "backgroundColor";
4107
4107
  rn.name = "x-runtime-lib.backgroundColor";
4108
4108
  const An = {
@@ -4120,7 +4120,7 @@ const An = {
4120
4120
  events: [
4121
4121
  {
4122
4122
  key: "click",
4123
- name: "EVENT_CLICK",
4123
+ name: "x-runtime-lib.click",
4124
4124
  params: []
4125
4125
  }
4126
4126
  ],
@@ -4128,7 +4128,7 @@ const An = {
4128
4128
  slots: []
4129
4129
  };
4130
4130
  T(zt);
4131
- const Nn = {
4131
+ const Pn = {
4132
4132
  key: "size",
4133
4133
  name: "x-runtime-lib.size",
4134
4134
  children: [
@@ -4147,7 +4147,7 @@ const Nn = {
4147
4147
  default: ""
4148
4148
  }
4149
4149
  ]
4150
- }, Pn = {
4150
+ }, Nn = {
4151
4151
  key: "settings",
4152
4152
  name: "x-runtime-lib.settings",
4153
4153
  children: [
@@ -4255,7 +4255,7 @@ const Nn = {
4255
4255
  default: !1
4256
4256
  }
4257
4257
  ]
4258
- }, Ln = {
4258
+ }, Wn = {
4259
4259
  key: "slots",
4260
4260
  name: "x-runtime-lib.slots",
4261
4261
  children: [
@@ -4285,8 +4285,8 @@ const Nn = {
4285
4285
  name: "x-runtime-lib.dataTable",
4286
4286
  comp: pr,
4287
4287
  props: {
4288
- pageCommon: [v, Nn, Pn, Ln],
4289
- compCommon: [v, Nn, Pn, Ln]
4288
+ pageCommon: [v, Pn, Nn, Wn],
4289
+ compCommon: [v, Pn, Nn, Wn]
4290
4290
  },
4291
4291
  events: [],
4292
4292
  methods: [],
@@ -4320,13 +4320,13 @@ const vl = {
4320
4320
  methods: [
4321
4321
  {
4322
4322
  key: "open",
4323
- name: "METHOD_OPEN",
4323
+ name: "x-runtime-lib.open",
4324
4324
  inputs: [],
4325
4325
  outputs: []
4326
4326
  },
4327
4327
  {
4328
4328
  key: "close",
4329
- name: "METHOD_CLOSE",
4329
+ name: "x-runtime-lib.close",
4330
4330
  inputs: [],
4331
4331
  outputs: []
4332
4332
  }
@@ -4335,7 +4335,7 @@ const vl = {
4335
4335
  teleport: !0
4336
4336
  };
4337
4337
  T(vl);
4338
- const En = {
4338
+ const Ln = {
4339
4339
  key: "settings",
4340
4340
  name: "x-runtime-lib.settings",
4341
4341
  children: []
@@ -4344,14 +4344,14 @@ const En = {
4344
4344
  name: "x-runtime-lib.fileInput",
4345
4345
  comp: gr,
4346
4346
  props: {
4347
- pageCommon: [v, En],
4348
- compCommon: [v, En]
4347
+ pageCommon: [v, Ln],
4348
+ compCommon: [v, Ln]
4349
4349
  },
4350
4350
  events: [],
4351
4351
  methods: [],
4352
4352
  slots: [],
4353
4353
  leaf: !0
4354
- }, Wn = {
4354
+ }, Bn = {
4355
4355
  key: "settings",
4356
4356
  name: "x-runtime-lib.settings",
4357
4357
  children: [
@@ -4369,12 +4369,12 @@ const En = {
4369
4369
  }
4370
4370
  ]
4371
4371
  }, At = {
4372
- key: Ki,
4372
+ key: Oi,
4373
4373
  name: "x-runtime-lib.flexLayoutEntry",
4374
4374
  comp: kr,
4375
4375
  props: {
4376
- pageCommon: [v, q, Wn],
4377
- compCommon: [v, q, Wn]
4376
+ pageCommon: [v, q, Bn],
4377
+ compCommon: [v, q, Bn]
4378
4378
  },
4379
4379
  events: [],
4380
4380
  methods: [],
@@ -4382,7 +4382,7 @@ const En = {
4382
4382
  };
4383
4383
  T(At);
4384
4384
  function kl(i, e) {
4385
- const t = `type=${i} subtype=${e}`, r = D(i, e);
4385
+ const t = `type=${i} subtype=${e}`, r = E(i, e);
4386
4386
  if (!r) {
4387
4387
  console.error(`flexLayoutV1/spawn prop tag not found, ${t}`);
4388
4388
  return;
@@ -4393,8 +4393,8 @@ function kl(i, e) {
4393
4393
  return;
4394
4394
  }
4395
4395
  const s = {};
4396
- return R(s, n), s.basic.id = B(16), s.basic.key = $e.key, s.children = [
4397
- Nt(
4396
+ return D(s, n), s.basic.id = R(16), s.basic.key = $e.key, s.children = [
4397
+ Pt(
4398
4398
  i,
4399
4399
  e,
4400
4400
  "#ff0000",
@@ -4404,7 +4404,7 @@ function kl(i, e) {
4404
4404
  "40px",
4405
4405
  void 0
4406
4406
  ),
4407
- Nt(
4407
+ Pt(
4408
4408
  i,
4409
4409
  e,
4410
4410
  "#00ff00",
@@ -4417,8 +4417,8 @@ function kl(i, e) {
4417
4417
  _l(i, e)
4418
4418
  ], s;
4419
4419
  }
4420
- function Nt(i, e, t, r, n, s, a, u, p) {
4421
- const b = `type=${i} subtype=${e}`, m = D(i, e);
4420
+ function Pt(i, e, t, r, n, s, a, u, p) {
4421
+ const b = `type=${i} subtype=${e}`, m = E(i, e);
4422
4422
  if (!m) {
4423
4423
  console.error(
4424
4424
  `flexLayoutV1/spawnContainer prop tag not found, ${b}`
@@ -4431,10 +4431,10 @@ function Nt(i, e, t, r, n, s, a, u, p) {
4431
4431
  return;
4432
4432
  }
4433
4433
  const d = {};
4434
- return R(d, c), d.basic.id = B(16), d.basic.key = zt.key, r && (d.size.width = r), n && (d.size.minWidth = n), a && (d.size.height = a), u && (d.size.minHeight = u), console.log(d), t && (d.settings.backgroundColor.mode = "custom", d.settings.backgroundColor.custom.light = t, d.settings.backgroundColor.custom.dark = t), d.children = [], d;
4434
+ return D(d, c), d.basic.id = R(16), d.basic.key = zt.key, r && (d.size.width = r), n && (d.size.minWidth = n), a && (d.size.height = a), u && (d.size.minHeight = u), console.log(d), t && (d.settings.backgroundColor.mode = "custom", d.settings.backgroundColor.custom.light = t, d.settings.backgroundColor.custom.dark = t), d.children = [], d;
4435
4435
  }
4436
4436
  function _l(i, e) {
4437
- const t = `type=${i} subtype=${e}`, r = D(i, e);
4437
+ const t = `type=${i} subtype=${e}`, r = E(i, e);
4438
4438
  if (!r) {
4439
4439
  console.error(`flexLayoutV1/spawnEntry prop tag not found, ${t}`);
4440
4440
  return;
@@ -4450,8 +4450,8 @@ function _l(i, e) {
4450
4450
  key: ""
4451
4451
  }
4452
4452
  };
4453
- return R(s, n), s.basic.id = B(16), s.basic.key = At.key, s.children = [
4454
- Nt(
4453
+ return D(s, n), s.basic.id = R(16), s.basic.key = At.key, s.children = [
4454
+ Pt(
4455
4455
  i,
4456
4456
  e,
4457
4457
  "#0000ff",
@@ -4463,10 +4463,10 @@ function _l(i, e) {
4463
4463
  )
4464
4464
  ], s;
4465
4465
  }
4466
- const ln = U(Q);
4466
+ const ln = G(Q);
4467
4467
  ln.key = "backgroundColor";
4468
4468
  ln.name = "x-runtime-lib.backgroundColor";
4469
- const Bn = {
4469
+ const Rn = {
4470
4470
  key: "settings",
4471
4471
  name: "x-runtime-lib.settings",
4472
4472
  children: [
@@ -4641,13 +4641,13 @@ const Bn = {
4641
4641
  name: "x-runtime-lib.flexLayout",
4642
4642
  comp: vr,
4643
4643
  props: {
4644
- pageCommon: [v, q, ge, ve, ke, Bn],
4645
- compCommon: [v, q, ge, ve, ke, Bn]
4644
+ pageCommon: [v, q, ge, ve, ke, Rn],
4645
+ compCommon: [v, q, ge, ve, ke, Rn]
4646
4646
  },
4647
4647
  events: [
4648
4648
  {
4649
4649
  key: "click",
4650
- name: "EVENT_CLICK",
4650
+ name: "x-runtime-lib.click",
4651
4651
  params: []
4652
4652
  }
4653
4653
  ],
@@ -4656,7 +4656,7 @@ const Bn = {
4656
4656
  spawn: kl
4657
4657
  };
4658
4658
  T($e);
4659
- const Rn = {
4659
+ const Dn = {
4660
4660
  key: "settings",
4661
4661
  name: "x-runtime-lib.settings",
4662
4662
  children: [
@@ -4777,7 +4777,7 @@ const Rn = {
4777
4777
  default: ""
4778
4778
  }
4779
4779
  ]
4780
- }, Dn = {
4780
+ }, En = {
4781
4781
  key: "slots",
4782
4782
  name: "x-runtime-lib.slots",
4783
4783
  children: [
@@ -4806,13 +4806,13 @@ const Rn = {
4806
4806
  default: void 0
4807
4807
  }
4808
4808
  ]
4809
- }, Pt = {
4809
+ }, Nt = {
4810
4810
  key: _t,
4811
4811
  name: "x-runtime-lib.textField",
4812
4812
  comp: Zr,
4813
4813
  props: {
4814
- pageCommon: [v, Rn, Dn],
4815
- compCommon: [v, Rn, Dn]
4814
+ pageCommon: [v, Dn, En],
4815
+ compCommon: [v, Dn, En]
4816
4816
  },
4817
4817
  events: [],
4818
4818
  methods: [],
@@ -4844,34 +4844,34 @@ const Rn = {
4844
4844
  ],
4845
4845
  leaf: !0
4846
4846
  };
4847
- T(Pt);
4847
+ T(Nt);
4848
4848
  function wl(i, e) {
4849
- const t = `type=${i} subtype=${e}`, r = D(i, e);
4849
+ const t = `type=${i} subtype=${e}`, r = E(i, e);
4850
4850
  if (!r) {
4851
4851
  console.error(`formV1/spawn prop tag not found, ${t}`);
4852
4852
  return;
4853
4853
  }
4854
- const n = Lt.props[r];
4854
+ const n = Wt.props[r];
4855
4855
  if (!n) {
4856
4856
  console.error(`formV1/spawn props not found, ${t}`);
4857
4857
  return;
4858
4858
  }
4859
4859
  const s = {};
4860
- return R(s, n), s.basic.id = B(16), s.basic.key = Lt.key, s.children = [Vl(i, e)], s;
4860
+ return D(s, n), s.basic.id = R(16), s.basic.key = Wt.key, s.children = [Vl(i, e)], s;
4861
4861
  }
4862
4862
  function Vl(i, e) {
4863
- const t = `type=${i} subtype=${e}`, r = D(i, e);
4863
+ const t = `type=${i} subtype=${e}`, r = E(i, e);
4864
4864
  if (!r) {
4865
4865
  console.error(`formV1/spawnTextField prop tag not found, ${t}`);
4866
4866
  return;
4867
4867
  }
4868
- const n = Pt.props[r];
4868
+ const n = Nt.props[r];
4869
4869
  if (!n) {
4870
4870
  console.error(`formV1/spawnTextField props not found, ${t}`);
4871
4871
  return;
4872
4872
  }
4873
4873
  const s = {};
4874
- return R(s, n), s.basic.id = B(16), s.basic.key = Pt.key, s;
4874
+ return D(s, n), s.basic.id = R(16), s.basic.key = Nt.key, s;
4875
4875
  }
4876
4876
  const Mn = {
4877
4877
  key: "settings",
@@ -4891,7 +4891,7 @@ const Mn = {
4891
4891
  default: !1
4892
4892
  }
4893
4893
  ]
4894
- }, Lt = {
4894
+ }, Wt = {
4895
4895
  key: st,
4896
4896
  name: "x-runtime-lib.form",
4897
4897
  comp: _r,
@@ -4902,7 +4902,7 @@ const Mn = {
4902
4902
  events: [
4903
4903
  {
4904
4904
  key: "submit",
4905
- name: "EVENT_SUBMIT",
4905
+ name: "x-runtime-lib.submit",
4906
4906
  params: []
4907
4907
  }
4908
4908
  ],
@@ -4910,8 +4910,8 @@ const Mn = {
4910
4910
  slots: [],
4911
4911
  spawn: wl
4912
4912
  };
4913
- T(Lt);
4914
- const $l = U(Q), Fn = {
4913
+ T(Wt);
4914
+ const $l = G(Q), Fn = {
4915
4915
  key: "settings",
4916
4916
  name: "x-runtime-lib.settings",
4917
4917
  children: [
@@ -4936,7 +4936,7 @@ const $l = U(Q), Fn = {
4936
4936
  },
4937
4937
  $l
4938
4938
  ]
4939
- }, Cl = {
4939
+ }, Il = {
4940
4940
  key: rt,
4941
4941
  name: "x-runtime-lib.icon",
4942
4942
  comp: wr,
@@ -4949,8 +4949,8 @@ const $l = U(Q), Fn = {
4949
4949
  slots: [],
4950
4950
  leaf: !0
4951
4951
  };
4952
- T(Cl);
4953
- const Il = {
4952
+ T(Il);
4953
+ const Cl = {
4954
4954
  key: ut,
4955
4955
  name: "x-runtime-lib.menu",
4956
4956
  comp: $r,
@@ -4962,13 +4962,13 @@ const Il = {
4962
4962
  methods: [
4963
4963
  {
4964
4964
  key: "open",
4965
- name: "METHOD_OPEN",
4965
+ name: "x-runtime-lib.open",
4966
4966
  inputs: [],
4967
4967
  outputs: []
4968
4968
  },
4969
4969
  {
4970
4970
  key: "close",
4971
- name: "METHOD_CLOSE",
4971
+ name: "x-runtime-lib.close",
4972
4972
  inputs: [],
4973
4973
  outputs: []
4974
4974
  }
@@ -4976,20 +4976,20 @@ const Il = {
4976
4976
  slots: [],
4977
4977
  teleport: !0
4978
4978
  };
4979
- T(Il);
4979
+ T(Cl);
4980
4980
  function Sl(i, e) {
4981
- const t = `type=${i} subtype=${e}`, r = D(i, e);
4981
+ const t = `type=${i} subtype=${e}`, r = E(i, e);
4982
4982
  if (!r) {
4983
4983
  console.error(`numberInputV1/spawn prop tag not found, ${t}`);
4984
4984
  return;
4985
4985
  }
4986
- const n = Et.props[r];
4986
+ const n = Lt.props[r];
4987
4987
  if (!n) {
4988
4988
  console.error(`numberInputV1/spawn props not found, ${t}`);
4989
4989
  return;
4990
4990
  }
4991
4991
  const s = {};
4992
- return R(s, n), s.basic.id = B(16), s.basic.key = Et.key, s.settings.label = "label", s.settings.placeholder = "placeholder", s;
4992
+ return D(s, n), s.basic.id = R(16), s.basic.key = Lt.key, s.settings.label = "label", s.settings.placeholder = "placeholder", s;
4993
4993
  }
4994
4994
  const Hn = {
4995
4995
  key: "size",
@@ -5017,7 +5017,7 @@ const Hn = {
5017
5017
  default: ""
5018
5018
  }
5019
5019
  ]
5020
- }, On = {
5020
+ }, Un = {
5021
5021
  key: "settings",
5022
5022
  name: "x-runtime-lib.settings",
5023
5023
  children: [
@@ -5158,38 +5158,38 @@ const Hn = {
5158
5158
  ]
5159
5159
  }
5160
5160
  ]
5161
- }, Et = {
5161
+ }, Lt = {
5162
5162
  key: ct,
5163
5163
  name: "x-runtime-lib.numberInput",
5164
- comp: Cr,
5164
+ comp: Ir,
5165
5165
  props: {
5166
- pageCommon: [v, Hn, On],
5167
- compCommon: [v, Hn, On]
5166
+ pageCommon: [v, Hn, Un],
5167
+ compCommon: [v, Hn, Un]
5168
5168
  },
5169
5169
  events: [
5170
5170
  {
5171
5171
  key: "clickAppend",
5172
- name: "EVENT_CLICK_APPEND",
5172
+ name: "x-runtime-lib.clickAppend",
5173
5173
  params: []
5174
5174
  },
5175
5175
  {
5176
5176
  key: "clickAppendInner",
5177
- name: "EVENT_CLICK_APPEND_INNER",
5177
+ name: "x-runtime-lib.clickAppendInner",
5178
5178
  params: []
5179
5179
  },
5180
5180
  {
5181
5181
  key: "clickClear",
5182
- name: "EVENT_CLICK_CLEAR",
5182
+ name: "x-runtime-lib.clickClear",
5183
5183
  params: []
5184
5184
  },
5185
5185
  {
5186
5186
  key: "clickPrepend",
5187
- name: "EVENT_CLICK_PREPEND",
5187
+ name: "x-runtime-lib.clickPrepend",
5188
5188
  params: []
5189
5189
  },
5190
5190
  {
5191
5191
  key: "clickPrependInner",
5192
- name: "EVENT_CLICK_PREPEND_INNER",
5192
+ name: "x-runtime-lib.clickPrependInner",
5193
5193
  params: []
5194
5194
  }
5195
5195
  ],
@@ -5198,8 +5198,8 @@ const Hn = {
5198
5198
  leaf: !0,
5199
5199
  spawn: Sl
5200
5200
  };
5201
- T(Et);
5202
- const Un = {
5201
+ T(Lt);
5202
+ const Gn = {
5203
5203
  key: "settings",
5204
5204
  name: "x-runtime-lib.settings",
5205
5205
  children: [
@@ -5265,10 +5265,10 @@ const Un = {
5265
5265
  }, Tl = {
5266
5266
  key: dt,
5267
5267
  name: "x-runtime-lib.pagination",
5268
- comp: Ir,
5268
+ comp: Cr,
5269
5269
  props: {
5270
- pageCommon: [v, Un],
5271
- compCommon: [v, Un]
5270
+ pageCommon: [v, Gn],
5271
+ compCommon: [v, Gn]
5272
5272
  },
5273
5273
  events: [],
5274
5274
  methods: [],
@@ -5276,7 +5276,7 @@ const Un = {
5276
5276
  leaf: !0
5277
5277
  };
5278
5278
  T(Tl);
5279
- const zl = U(Q), Gn = {
5279
+ const zl = G(Q), jn = {
5280
5280
  key: "settings",
5281
5281
  name: "x-runtime-lib.settings",
5282
5282
  children: [
@@ -5313,53 +5313,53 @@ const zl = U(Q), Gn = {
5313
5313
  },
5314
5314
  zl
5315
5315
  ]
5316
- }, Wt = {
5317
- key: ji,
5316
+ }, Bt = {
5317
+ key: Ki,
5318
5318
  name: "x-runtime-lib.radio",
5319
5319
  comp: Sr,
5320
5320
  props: {
5321
- pageCommon: [v, Gn],
5322
- compCommon: [v, Gn]
5321
+ pageCommon: [v, jn],
5322
+ compCommon: [v, jn]
5323
5323
  },
5324
5324
  events: [],
5325
5325
  methods: [],
5326
5326
  slots: [],
5327
5327
  leaf: !0
5328
5328
  };
5329
- T(Wt);
5329
+ T(Bt);
5330
5330
  function Al(i, e) {
5331
- const t = `type=${i} subtype=${e}`, r = D(i, e);
5331
+ const t = `type=${i} subtype=${e}`, r = E(i, e);
5332
5332
  if (!r) {
5333
5333
  console.error(`radioGroupV1/spawn prop tag not found, ${t}`);
5334
5334
  return;
5335
5335
  }
5336
- const n = Bt.props[r];
5336
+ const n = Rt.props[r];
5337
5337
  if (!n) {
5338
5338
  console.error(`radioGroupV1/spawn props not found, ${t}`);
5339
5339
  return;
5340
5340
  }
5341
5341
  const s = {};
5342
- return R(s, n), s.basic.id = B(16), s.basic.key = Bt.key, s.children = [
5343
- We(i, e, "option1", "Option 1"),
5344
- We(i, e, "option2", "Option 2"),
5345
- We(i, e, "option3", "Option 3")
5342
+ return D(s, n), s.basic.id = R(16), s.basic.key = Rt.key, s.children = [
5343
+ Be(i, e, "option1", "Option 1"),
5344
+ Be(i, e, "option2", "Option 2"),
5345
+ Be(i, e, "option3", "Option 3")
5346
5346
  ], s.settings.value = "option1", s;
5347
5347
  }
5348
- function We(i, e, t, r) {
5349
- const n = `type=${i} subtype=${e}`, s = D(i, e);
5348
+ function Be(i, e, t, r) {
5349
+ const n = `type=${i} subtype=${e}`, s = E(i, e);
5350
5350
  if (!s) {
5351
5351
  console.error(`radioGroupV1/spawnEntry prop tag not found, ${n}`);
5352
5352
  return;
5353
5353
  }
5354
- const a = Wt.props[s];
5354
+ const a = Bt.props[s];
5355
5355
  if (!a) {
5356
5356
  console.error(`radioGroupV1/spawnEntry props not found, ${n}`);
5357
5357
  return;
5358
5358
  }
5359
5359
  const u = {};
5360
- return R(u, a), u.basic.id = B(16), u.basic.key = Wt.key, u.settings.value = t, u.settings.label = r, u;
5360
+ return D(u, a), u.basic.id = R(16), u.basic.key = Bt.key, u.settings.value = t, u.settings.label = r, u;
5361
5361
  }
5362
- const Kn = {
5362
+ const On = {
5363
5363
  key: "settings",
5364
5364
  name: "x-runtime-lib.settings",
5365
5365
  children: [
@@ -5402,21 +5402,21 @@ const Kn = {
5402
5402
  default: !1
5403
5403
  }
5404
5404
  ]
5405
- }, Bt = {
5405
+ }, Rt = {
5406
5406
  key: mt,
5407
5407
  name: "x-runtime-lib.radioGroup",
5408
5408
  comp: Tr,
5409
5409
  props: {
5410
- pageCommon: [v, Kn],
5411
- compCommon: [v, Kn]
5410
+ pageCommon: [v, On],
5411
+ compCommon: [v, On]
5412
5412
  },
5413
5413
  events: [],
5414
5414
  methods: [],
5415
5415
  slots: [],
5416
5416
  spawn: Al
5417
5417
  };
5418
- T(Bt);
5419
- const jn = {
5418
+ T(Rt);
5419
+ const Kn = {
5420
5420
  key: "settings",
5421
5421
  name: "x-runtime-lib.settings",
5422
5422
  children: [
@@ -5533,20 +5533,20 @@ const jn = {
5533
5533
  ]
5534
5534
  }
5535
5535
  ]
5536
- }, Nl = {
5536
+ }, Pl = {
5537
5537
  key: pt,
5538
5538
  name: "x-runtime-lib.rangeSlider",
5539
5539
  comp: zr,
5540
5540
  props: {
5541
- pageCommon: [v, jn],
5542
- compCommon: [v, jn]
5541
+ pageCommon: [v, Kn],
5542
+ compCommon: [v, Kn]
5543
5543
  },
5544
5544
  events: [],
5545
5545
  methods: [],
5546
5546
  slots: [],
5547
5547
  leaf: !0
5548
5548
  };
5549
- T(Nl);
5549
+ T(Pl);
5550
5550
  const Zn = {
5551
5551
  key: "settings",
5552
5552
  name: "x-runtime-lib.settings",
@@ -5602,7 +5602,7 @@ const Zn = {
5602
5602
  default: !1
5603
5603
  }
5604
5604
  ]
5605
- }, Pl = {
5605
+ }, Nl = {
5606
5606
  key: ft,
5607
5607
  name: "x-runtime-lib.rating",
5608
5608
  comp: Ar,
@@ -5615,7 +5615,7 @@ const Zn = {
5615
5615
  slots: [],
5616
5616
  leaf: !0
5617
5617
  };
5618
- T(Pl);
5618
+ T(Nl);
5619
5619
  const qn = {
5620
5620
  key: "settings",
5621
5621
  name: "x-runtime-lib.settings",
@@ -5657,10 +5657,10 @@ const qn = {
5657
5657
  default: !1
5658
5658
  }
5659
5659
  ]
5660
- }, Ll = {
5660
+ }, Wl = {
5661
5661
  key: bt,
5662
5662
  name: "x-runtime-lib.select",
5663
- comp: Nr,
5663
+ comp: Pr,
5664
5664
  props: {
5665
5665
  pageCommon: [v, qn],
5666
5666
  compCommon: [v, qn]
@@ -5670,14 +5670,14 @@ const qn = {
5670
5670
  slots: [],
5671
5671
  leaf: !0
5672
5672
  };
5673
- T(Ll);
5674
- const an = U(Q);
5673
+ T(Wl);
5674
+ const an = G(Q);
5675
5675
  an.key = "color";
5676
5676
  an.name = "x-runtime-lib.color";
5677
- const un = U(Q);
5677
+ const un = G(Q);
5678
5678
  un.key = "trackColor";
5679
5679
  un.name = "x-runtime-lib.trackColor";
5680
- const cn = U(Q);
5680
+ const cn = G(Q);
5681
5681
  cn.key = "thumbColor";
5682
5682
  cn.name = "x-runtime-lib.thumbColor";
5683
5683
  const Jn = {
@@ -5806,10 +5806,10 @@ const Jn = {
5806
5806
  default: void 0
5807
5807
  }
5808
5808
  ]
5809
- }, El = {
5809
+ }, Ll = {
5810
5810
  key: yt,
5811
5811
  name: "x-runtime-lib.slider",
5812
- comp: Pr,
5812
+ comp: Nr,
5813
5813
  props: {
5814
5814
  pageCommon: [v, Jn, Xn],
5815
5815
  compCommon: [v, Jn, Xn]
@@ -5819,11 +5819,11 @@ const Jn = {
5819
5819
  slots: [],
5820
5820
  leaf: !0
5821
5821
  };
5822
- T(El);
5823
- const Rt = {
5822
+ T(Ll);
5823
+ const Dt = {
5824
5824
  key: Zi,
5825
5825
  name: "x-runtime-lib.stepperHeader",
5826
- comp: Br,
5826
+ comp: Rr,
5827
5827
  props: {
5828
5828
  pageCommon: [v],
5829
5829
  compCommon: [v]
@@ -5832,7 +5832,7 @@ const Rt = {
5832
5832
  methods: [],
5833
5833
  slots: []
5834
5834
  };
5835
- T(Rt);
5835
+ T(Dt);
5836
5836
  const Yn = {
5837
5837
  key: "settings",
5838
5838
  name: "x-runtime-lib.settings",
@@ -5844,10 +5844,10 @@ const Yn = {
5844
5844
  default: ""
5845
5845
  }
5846
5846
  ]
5847
- }, Dt = {
5847
+ }, Et = {
5848
5848
  key: qi,
5849
5849
  name: "x-runtime-lib.stepperItem",
5850
- comp: Rr,
5850
+ comp: Dr,
5851
5851
  props: {
5852
5852
  pageCommon: [v, Yn],
5853
5853
  compCommon: [v, Yn]
@@ -5856,7 +5856,7 @@ const Yn = {
5856
5856
  methods: [],
5857
5857
  slots: []
5858
5858
  };
5859
- T(Dt);
5859
+ T(Et);
5860
5860
  const Mt = {
5861
5861
  key: Ji,
5862
5862
  name: "x-runtime-lib.stepperWindow",
@@ -5894,8 +5894,8 @@ const Qn = {
5894
5894
  slots: []
5895
5895
  };
5896
5896
  T(Ft);
5897
- function Wl(i, e) {
5898
- const t = `type=${i} subtype=${e}`, r = D(i, e);
5897
+ function Bl(i, e) {
5898
+ const t = `type=${i} subtype=${e}`, r = E(i, e);
5899
5899
  if (!r) {
5900
5900
  console.error(`stepperV1/spawn prop tag not found, ${t}`);
5901
5901
  return;
@@ -5906,42 +5906,42 @@ function Wl(i, e) {
5906
5906
  return;
5907
5907
  }
5908
5908
  const s = {};
5909
- return R(s, n), s.basic.id = B(16), s.basic.key = Ht.key, s.children = [Bl(i, e), Rl(i, e)], s;
5909
+ return D(s, n), s.basic.id = R(16), s.basic.key = Ht.key, s.children = [Rl(i, e), Dl(i, e)], s;
5910
5910
  }
5911
- function Bl(i, e) {
5912
- const t = `type=${i} subtype=${e}`, r = D(i, e);
5911
+ function Rl(i, e) {
5912
+ const t = `type=${i} subtype=${e}`, r = E(i, e);
5913
5913
  if (!r) {
5914
5914
  console.error(`stepperV1/spawnHeader prop tag not found, ${t}`);
5915
5915
  return;
5916
5916
  }
5917
- const n = Rt.props[r];
5917
+ const n = Dt.props[r];
5918
5918
  if (!n) {
5919
5919
  console.error(`stepperV1/spawnHeader props not found, ${t}`);
5920
5920
  return;
5921
5921
  }
5922
5922
  const s = {};
5923
- return R(s, n), s.basic.id = B(16), s.basic.key = Rt.key, s.children = [
5924
- Be(i, e, "step1"),
5925
- Be(i, e, "step2"),
5926
- Be(i, e, "step3")
5923
+ return D(s, n), s.basic.id = R(16), s.basic.key = Dt.key, s.children = [
5924
+ Re(i, e, "step1"),
5925
+ Re(i, e, "step2"),
5926
+ Re(i, e, "step3")
5927
5927
  ], s;
5928
5928
  }
5929
- function Be(i, e, t) {
5930
- const r = `type=${i} subtype=${e}`, n = D(i, e);
5929
+ function Re(i, e, t) {
5930
+ const r = `type=${i} subtype=${e}`, n = E(i, e);
5931
5931
  if (!n) {
5932
5932
  console.error(`stepperV1/spawnItem prop tag not found, ${r}`);
5933
5933
  return;
5934
5934
  }
5935
- const s = Dt.props[n];
5935
+ const s = Et.props[n];
5936
5936
  if (!s) {
5937
5937
  console.error(`stepperV1/spawnItem props not found, ${r}`);
5938
5938
  return;
5939
5939
  }
5940
5940
  const a = {};
5941
- return R(a, s), a.basic.id = B(16), a.basic.key = Dt.key, a.children = [], a.settings.value = t, a;
5941
+ return D(a, s), a.basic.id = R(16), a.basic.key = Et.key, a.children = [], a.settings.value = t, a;
5942
5942
  }
5943
- function Rl(i, e) {
5944
- const t = `type=${i} subtype=${e}`, r = D(i, e);
5943
+ function Dl(i, e) {
5944
+ const t = `type=${i} subtype=${e}`, r = E(i, e);
5945
5945
  if (!r) {
5946
5946
  console.error(`stepperV1/spawnWindow prop tag not found, ${t}`);
5947
5947
  return;
@@ -5952,14 +5952,14 @@ function Rl(i, e) {
5952
5952
  return;
5953
5953
  }
5954
5954
  const s = {};
5955
- return R(s, n), s.basic.id = B(16), s.basic.key = Mt.key, s.children = [
5956
- Re(i, e, "step1", "step 1"),
5957
- Re(i, e, "step2", "step 2"),
5958
- Re(i, e, "step3", "step 3")
5955
+ return D(s, n), s.basic.id = R(16), s.basic.key = Mt.key, s.children = [
5956
+ De(i, e, "step1", "step 1"),
5957
+ De(i, e, "step2", "step 2"),
5958
+ De(i, e, "step3", "step 3")
5959
5959
  ], s;
5960
5960
  }
5961
- function Re(i, e, t, r) {
5962
- const n = `type=${i} subtype=${e}`, s = D(i, e);
5961
+ function De(i, e, t, r) {
5962
+ const n = `type=${i} subtype=${e}`, s = E(i, e);
5963
5963
  if (!s) {
5964
5964
  console.error(`stepperV1/spawnWindowItem prop tag not found, ${n}`);
5965
5965
  return;
@@ -5970,10 +5970,10 @@ function Re(i, e, t, r) {
5970
5970
  return;
5971
5971
  }
5972
5972
  const u = {};
5973
- return R(u, a), u.basic.id = B(16), u.basic.key = Ft.key, u.children = [Dl(i, e, r)], u.settings.value = t, u;
5973
+ return D(u, a), u.basic.id = R(16), u.basic.key = Ft.key, u.children = [El(i, e, r)], u.settings.value = t, u;
5974
5974
  }
5975
- function Dl(i, e, t) {
5976
- const r = `type=${i} subtype=${e}`, n = D(i, e);
5975
+ function El(i, e, t) {
5976
+ const r = `type=${i} subtype=${e}`, n = E(i, e);
5977
5977
  if (!n) {
5978
5978
  console.error(`stepperV1/spawnCard prop tag not found, ${r}`);
5979
5979
  return;
@@ -5984,7 +5984,7 @@ function Dl(i, e, t) {
5984
5984
  return;
5985
5985
  }
5986
5986
  const a = {};
5987
- return R(a, s), a.basic.id = B(16), a.basic.key = Ve.key, a.children = [], a.settings.title = t, a;
5987
+ return D(a, s), a.basic.id = R(16), a.basic.key = Ve.key, a.children = [], a.settings.title = t, a;
5988
5988
  }
5989
5989
  const ei = {
5990
5990
  key: "settings",
@@ -6006,7 +6006,7 @@ const ei = {
6006
6006
  }, Ht = {
6007
6007
  key: ht,
6008
6008
  name: "x-runtime-lib.stepper",
6009
- comp: Lr,
6009
+ comp: Wr,
6010
6010
  props: {
6011
6011
  pageCommon: [v, ei],
6012
6012
  compCommon: [v, ei]
@@ -6014,13 +6014,13 @@ const ei = {
6014
6014
  events: [],
6015
6015
  methods: [],
6016
6016
  slots: [],
6017
- spawn: Wl
6017
+ spawn: Bl
6018
6018
  };
6019
6019
  T(Ht);
6020
6020
  const Ml = {
6021
6021
  key: xt,
6022
6022
  name: "x-runtime-lib.switch",
6023
- comp: Or,
6023
+ comp: Ur,
6024
6024
  props: {
6025
6025
  pageCommon: [v],
6026
6026
  compCommon: [v]
@@ -6048,10 +6048,10 @@ const ti = {
6048
6048
  default: ""
6049
6049
  }
6050
6050
  ]
6051
- }, Ot = {
6051
+ }, Ut = {
6052
6052
  key: Yi,
6053
6053
  name: "x-runtime-lib.tab",
6054
- comp: Ur,
6054
+ comp: Gr,
6055
6055
  props: {
6056
6056
  pageCommon: [v, ti],
6057
6057
  compCommon: [v, ti]
@@ -6061,46 +6061,46 @@ const ti = {
6061
6061
  slots: [],
6062
6062
  leaf: !0
6063
6063
  };
6064
- T(Ot);
6064
+ T(Ut);
6065
6065
  function Fl(i, e) {
6066
- const t = `type=${i} subtype=${e}`, r = D(i, e);
6066
+ const t = `type=${i} subtype=${e}`, r = E(i, e);
6067
6067
  if (!r) {
6068
6068
  console.error(`tabsV1/spawn prop tag not found, ${t}`);
6069
6069
  return;
6070
6070
  }
6071
- const n = Ut.props[r];
6071
+ const n = Gt.props[r];
6072
6072
  if (!n) {
6073
6073
  console.error(`tabsV1/spawn props not found, ${t}`);
6074
6074
  return;
6075
6075
  }
6076
6076
  const s = {};
6077
- return R(s, n), s.basic.id = B(16), s.basic.key = Ut.key, s.children = [
6078
- De(i, e, "tab1", "tab 1"),
6079
- De(i, e, "tab2", "tab 2"),
6080
- De(i, e, "tab3", "tab 3")
6077
+ return D(s, n), s.basic.id = R(16), s.basic.key = Gt.key, s.children = [
6078
+ Ee(i, e, "tab1", "tab 1"),
6079
+ Ee(i, e, "tab2", "tab 2"),
6080
+ Ee(i, e, "tab3", "tab 3")
6081
6081
  ], s;
6082
6082
  }
6083
- function De(i, e, t, r) {
6084
- const n = `type=${i} subtype=${e}`, s = D(i, e);
6083
+ function Ee(i, e, t, r) {
6084
+ const n = `type=${i} subtype=${e}`, s = E(i, e);
6085
6085
  if (!s) {
6086
6086
  console.error(`tabsV1/spawnTab prop tag not found, ${n}`);
6087
6087
  return;
6088
6088
  }
6089
- const a = Ot.props[s];
6089
+ const a = Ut.props[s];
6090
6090
  if (!a) {
6091
6091
  console.error(`tabsV1/spawnTab props not found, ${n}`);
6092
6092
  return;
6093
6093
  }
6094
6094
  const u = {};
6095
- return R(u, a), u.basic.id = B(16), u.basic.key = Ot.key, u.settings.value = t, u.settings.text = r, u;
6095
+ return D(u, a), u.basic.id = R(16), u.basic.key = Ut.key, u.settings.value = t, u.settings.text = r, u;
6096
6096
  }
6097
- const dn = U(Q);
6097
+ const dn = G(Q);
6098
6098
  dn.key = "backgroundColor";
6099
6099
  dn.name = "x-runtime-lib.backgroundColor";
6100
- const mn = U(Q);
6100
+ const mn = G(Q);
6101
6101
  mn.key = "selectedColor";
6102
6102
  mn.name = "x-runtime-lib.selectedColor";
6103
- const pn = U(Q);
6103
+ const pn = G(Q);
6104
6104
  pn.key = "sliderColor";
6105
6105
  pn.name = "x-runtime-lib.sliderColor";
6106
6106
  const ni = {
@@ -6182,10 +6182,10 @@ const ni = {
6182
6182
  children: [dn, mn, pn]
6183
6183
  }
6184
6184
  ]
6185
- }, Ut = {
6185
+ }, Gt = {
6186
6186
  key: gt,
6187
6187
  name: "x-runtime-lib.tabs",
6188
- comp: Gr,
6188
+ comp: jr,
6189
6189
  props: {
6190
6190
  pageCommon: [v, ni],
6191
6191
  compCommon: [v, ni]
@@ -6195,9 +6195,9 @@ const ni = {
6195
6195
  slots: [],
6196
6196
  spawn: Fl
6197
6197
  };
6198
- T(Ut);
6198
+ T(Gt);
6199
6199
  function Hl(i, e) {
6200
- const t = `type=${i} subtype=${e}`, r = D(i, e);
6200
+ const t = `type=${i} subtype=${e}`, r = E(i, e);
6201
6201
  if (!r) {
6202
6202
  console.error(`textV1/spawn prop tag not found, ${t}`);
6203
6203
  return;
@@ -6208,7 +6208,7 @@ function Hl(i, e) {
6208
6208
  return;
6209
6209
  }
6210
6210
  const s = {};
6211
- return R(s, n), s.basic.id = B(16), s.basic.key = he.key, s.settings.text = "text", s;
6211
+ return D(s, n), s.basic.id = R(16), s.basic.key = he.key, s.settings.text = "text", s;
6212
6212
  }
6213
6213
  const ii = {
6214
6214
  key: "settings",
@@ -6299,7 +6299,7 @@ const ii = {
6299
6299
  }, he = {
6300
6300
  key: vt,
6301
6301
  name: "x-runtime-lib.text",
6302
- comp: Kr,
6302
+ comp: Or,
6303
6303
  props: {
6304
6304
  pageCommon: [v, ii],
6305
6305
  compCommon: [v, ii]
@@ -6311,19 +6311,19 @@ const ii = {
6311
6311
  spawn: Hl
6312
6312
  };
6313
6313
  T(he);
6314
- function Ol(i, e) {
6315
- const t = `type=${i} subtype=${e}`, r = D(i, e);
6314
+ function Ul(i, e) {
6315
+ const t = `type=${i} subtype=${e}`, r = E(i, e);
6316
6316
  if (!r) {
6317
6317
  console.error(`textareaV1/spawn prop tag not found, ${t}`);
6318
6318
  return;
6319
6319
  }
6320
- const n = Gt.props[r];
6320
+ const n = jt.props[r];
6321
6321
  if (!n) {
6322
6322
  console.error(`textareaV1/spawn props not found, ${t}`);
6323
6323
  return;
6324
6324
  }
6325
6325
  const s = {};
6326
- return R(s, n), s.basic.id = B(16), s.basic.key = Gt.key, s.settings.label = "label", s;
6326
+ return D(s, n), s.basic.id = R(16), s.basic.key = jt.key, s.settings.label = "label", s;
6327
6327
  }
6328
6328
  const oi = {
6329
6329
  key: "settings",
@@ -6396,10 +6396,10 @@ const oi = {
6396
6396
  default: 0
6397
6397
  }
6398
6398
  ]
6399
- }, Gt = {
6399
+ }, jt = {
6400
6400
  key: kt,
6401
6401
  name: "x-runtime-lib.textarea",
6402
- comp: jr,
6402
+ comp: Kr,
6403
6403
  props: {
6404
6404
  pageCommon: [v, oi],
6405
6405
  compCommon: [v, oi]
@@ -6408,10 +6408,10 @@ const oi = {
6408
6408
  methods: [],
6409
6409
  slots: [],
6410
6410
  leaf: !0,
6411
- spawn: Ol
6411
+ spawn: Ul
6412
6412
  };
6413
- T(Gt);
6414
- const Kt = {
6413
+ T(jt);
6414
+ const Ot = {
6415
6415
  key: Qi,
6416
6416
  name: "x-runtime-lib.timelineItem",
6417
6417
  comp: Yr,
@@ -6423,41 +6423,41 @@ const Kt = {
6423
6423
  methods: [],
6424
6424
  slots: []
6425
6425
  };
6426
- T(Kt);
6427
- function Ul(i, e) {
6428
- const t = `type=${i} subtype=${e}`, r = D(i, e);
6426
+ T(Ot);
6427
+ function Gl(i, e) {
6428
+ const t = `type=${i} subtype=${e}`, r = E(i, e);
6429
6429
  if (!r) {
6430
6430
  console.error(`timelineV1/spawn prop tag not found, ${t}`);
6431
6431
  return;
6432
6432
  }
6433
- const n = jt.props[r];
6433
+ const n = Kt.props[r];
6434
6434
  if (!n) {
6435
6435
  console.error(`timelineV1/spawn props not found, ${t}`);
6436
6436
  return;
6437
6437
  }
6438
6438
  const s = {};
6439
- return R(s, n), s.basic.id = B(16), s.basic.key = jt.key, s.children = [
6439
+ return D(s, n), s.basic.id = R(16), s.basic.key = Kt.key, s.children = [
6440
6440
  Me(i, e, "timeline 1"),
6441
6441
  Me(i, e, "timeline 2"),
6442
6442
  Me(i, e, "timeline 3")
6443
6443
  ], s;
6444
6444
  }
6445
6445
  function Me(i, e, t) {
6446
- const r = `type=${i} subtype=${e}`, n = D(i, e);
6446
+ const r = `type=${i} subtype=${e}`, n = E(i, e);
6447
6447
  if (!n) {
6448
6448
  console.error(`timelineV1/spawnEntry prop tag not found, ${r}`);
6449
6449
  return;
6450
6450
  }
6451
- const s = Kt.props[n];
6451
+ const s = Ot.props[n];
6452
6452
  if (!s) {
6453
6453
  console.error(`timelineV1/spawnEntry props not found, ${r}`);
6454
6454
  return;
6455
6455
  }
6456
6456
  const a = {};
6457
- return R(a, s), a.basic.id = B(16), a.basic.key = Kt.key, a.children = [Gl(i, e, t)], a;
6457
+ return D(a, s), a.basic.id = R(16), a.basic.key = Ot.key, a.children = [jl(i, e, t)], a;
6458
6458
  }
6459
- function Gl(i, e, t) {
6460
- const r = `type=${i} subtype=${e}`, n = D(i, e);
6459
+ function jl(i, e, t) {
6460
+ const r = `type=${i} subtype=${e}`, n = E(i, e);
6461
6461
  if (!n) {
6462
6462
  console.error(`timelineV1/spawnText prop tag not found, ${r}`);
6463
6463
  return;
@@ -6468,9 +6468,9 @@ function Gl(i, e, t) {
6468
6468
  return;
6469
6469
  }
6470
6470
  const a = {};
6471
- return R(a, s), a.basic.id = B(16), a.basic.key = he.key, a.settings.text = t, a;
6471
+ return D(a, s), a.basic.id = R(16), a.basic.key = he.key, a.settings.text = t, a;
6472
6472
  }
6473
- const Kl = U(Q), jl = U(Q), si = {
6473
+ const Ol = G(Q), Kl = G(Q), si = {
6474
6474
  key: "settings",
6475
6475
  name: "x-runtime-lib.settings",
6476
6476
  children: [
@@ -6518,7 +6518,7 @@ const Kl = U(Q), jl = U(Q), si = {
6518
6518
  ui: "switch",
6519
6519
  default: !1
6520
6520
  },
6521
- Kl
6521
+ Ol
6522
6522
  ]
6523
6523
  },
6524
6524
  {
@@ -6544,11 +6544,11 @@ const Kl = U(Q), jl = U(Q), si = {
6544
6544
  ui: "numInput",
6545
6545
  default: 0
6546
6546
  },
6547
- jl
6547
+ Kl
6548
6548
  ]
6549
6549
  }
6550
6550
  ]
6551
- }, jt = {
6551
+ }, Kt = {
6552
6552
  key: wt,
6553
6553
  name: "x-runtime-lib.timeline",
6554
6554
  comp: qr,
@@ -6559,9 +6559,9 @@ const Kl = U(Q), jl = U(Q), si = {
6559
6559
  events: [],
6560
6560
  methods: [],
6561
6561
  slots: [],
6562
- spawn: Ul
6562
+ spawn: Gl
6563
6563
  };
6564
- T(jt);
6564
+ T(Kt);
6565
6565
  const Zt = {
6566
6566
  key: eo,
6567
6567
  name: "x-runtime-lib.windowItem",
@@ -6576,7 +6576,7 @@ const Zt = {
6576
6576
  };
6577
6577
  T(Zt);
6578
6578
  function Zl(i, e) {
6579
- const t = `type=${i} subtype=${e}`, r = D(i, e);
6579
+ const t = `type=${i} subtype=${e}`, r = E(i, e);
6580
6580
  if (!r) {
6581
6581
  console.error(`windowV1/spawn prop tag not found, ${t}`);
6582
6582
  return;
@@ -6587,14 +6587,14 @@ function Zl(i, e) {
6587
6587
  return;
6588
6588
  }
6589
6589
  const s = {};
6590
- return R(s, n), s.basic.id = B(16), s.basic.key = qt.key, s.children = [
6590
+ return D(s, n), s.basic.id = R(16), s.basic.key = qt.key, s.children = [
6591
6591
  Fe(i, e, "window 1"),
6592
6592
  Fe(i, e, "window 2"),
6593
6593
  Fe(i, e, "window 3")
6594
6594
  ], s;
6595
6595
  }
6596
6596
  function Fe(i, e, t) {
6597
- const r = `type=${i} subtype=${e}`, n = D(i, e);
6597
+ const r = `type=${i} subtype=${e}`, n = E(i, e);
6598
6598
  if (!n) {
6599
6599
  console.error(`windowV1/spawnEntry prop tag not found, ${r}`);
6600
6600
  return;
@@ -6605,10 +6605,10 @@ function Fe(i, e, t) {
6605
6605
  return;
6606
6606
  }
6607
6607
  const a = {};
6608
- return R(a, s), a.basic.id = B(16), a.basic.key = Zt.key, a.children = [ql(i, e, t)], a;
6608
+ return D(a, s), a.basic.id = R(16), a.basic.key = Zt.key, a.children = [ql(i, e, t)], a;
6609
6609
  }
6610
6610
  function ql(i, e, t) {
6611
- const r = `type=${i} subtype=${e}`, n = D(i, e);
6611
+ const r = `type=${i} subtype=${e}`, n = E(i, e);
6612
6612
  if (!n) {
6613
6613
  console.error(`windowV1/spawnFlexLayout prop tag not found, ${r}`);
6614
6614
  return;
@@ -6619,10 +6619,10 @@ function ql(i, e, t) {
6619
6619
  return;
6620
6620
  }
6621
6621
  const a = {};
6622
- return R(a, s), a.basic.id = B(16), a.basic.key = $e.key, a.size.height = "200px", a.settings.mainAlign.xs = "center", a.settings.crossAlign.xs = "center", a.settings.backgroundColor.mode = "theme", a.settings.backgroundColor.theme = "background2", a.children = [Jl(i, e, t)], a;
6622
+ return D(a, s), a.basic.id = R(16), a.basic.key = $e.key, a.size.height = "200px", a.settings.mainAlign.xs = "center", a.settings.crossAlign.xs = "center", a.settings.backgroundColor.mode = "theme", a.settings.backgroundColor.theme = "background2", a.children = [Jl(i, e, t)], a;
6623
6623
  }
6624
6624
  function Jl(i, e, t) {
6625
- const r = `type=${i} subtype=${e}`, n = D(i, e);
6625
+ const r = `type=${i} subtype=${e}`, n = E(i, e);
6626
6626
  if (!n) {
6627
6627
  console.error(`windowV1/spawnText prop tag not found, ${r}`);
6628
6628
  return;
@@ -6633,7 +6633,7 @@ function Jl(i, e, t) {
6633
6633
  return;
6634
6634
  }
6635
6635
  const a = {};
6636
- return R(a, s), a.basic.id = B(16), a.basic.key = he.key, a.settings.text = t, a.settings.style.xs = "h6", a;
6636
+ return D(a, s), a.basic.id = R(16), a.basic.key = he.key, a.settings.text = t, a.settings.style.xs = "h6", a;
6637
6637
  }
6638
6638
  const ri = {
6639
6639
  key: "settings",
@@ -6906,7 +6906,7 @@ const Xl = [
6906
6906
  title: "x-runtime-lib.pixel",
6907
6907
  value: "pixel",
6908
6908
  ui: "pixelInput",
6909
- validator: Pe,
6909
+ validator: Ne,
6910
6910
  default: "0px",
6911
6911
  precision: 0,
6912
6912
  min: 0,
@@ -6954,7 +6954,7 @@ const Xl = [
6954
6954
  title: "x-runtime-lib.pixel",
6955
6955
  value: "pixel",
6956
6956
  ui: "pixelInput",
6957
- validator: Pe,
6957
+ validator: Ne,
6958
6958
  default: "0px"
6959
6959
  },
6960
6960
  {
@@ -6965,7 +6965,7 @@ const Xl = [
6965
6965
  precision: 6,
6966
6966
  default: "0%"
6967
6967
  }
6968
- ], Ca = [
6968
+ ], Ia = [
6969
6969
  {
6970
6970
  title: "x-runtime-lib.notSet",
6971
6971
  value: "",
@@ -6977,7 +6977,7 @@ const Xl = [
6977
6977
  title: "x-runtime-lib.pixel",
6978
6978
  value: "pixel",
6979
6979
  ui: "pixelInput",
6980
- validator: Pe,
6980
+ validator: Ne,
6981
6981
  min: 0,
6982
6982
  default: "0px"
6983
6983
  },
@@ -6990,7 +6990,7 @@ const Xl = [
6990
6990
  min: 0,
6991
6991
  default: "0%"
6992
6992
  }
6993
- ], Ia = [
6993
+ ], Ca = [
6994
6994
  {
6995
6995
  title: "x-runtime-lib.notSet",
6996
6996
  value: "",
@@ -7002,7 +7002,7 @@ const Xl = [
7002
7002
  title: "x-runtime-lib.pixel",
7003
7003
  value: "pixel",
7004
7004
  ui: "pixelInput",
7005
- validator: Pe,
7005
+ validator: Ne,
7006
7006
  min: 0,
7007
7007
  default: "0px"
7008
7008
  },
@@ -7071,8 +7071,8 @@ const Xl = [
7071
7071
  borderWidthTypesV1: wa,
7072
7072
  leftRightTypesV1: Va,
7073
7073
  marginTypesV1: $a,
7074
- paddingTypesV1: Ca,
7075
- sizeTypesV1: Ia,
7074
+ paddingTypesV1: Ia,
7075
+ sizeTypesV1: Ca,
7076
7076
  tableColumnAlignTypesV1: Sa,
7077
7077
  topBottomTypesV1: Ta
7078
7078
  }, Symbol.toStringTag, { value: "Module" })), Aa = {
@@ -7082,12 +7082,12 @@ const Xl = [
7082
7082
  items: { ..._a },
7083
7083
  types: { ...za },
7084
7084
  elements: /* @__PURE__ */ new Set([
7085
- Oe,
7086
- xn,
7087
7085
  Ue,
7086
+ xn,
7088
7087
  Ge,
7089
- Ke,
7090
7088
  je,
7089
+ Oe,
7090
+ Ke,
7091
7091
  Ze,
7092
7092
  qe,
7093
7093
  Je,
@@ -7099,7 +7099,7 @@ const Xl = [
7099
7099
  nt,
7100
7100
  it,
7101
7101
  ot,
7102
- Ki,
7102
+ Oi,
7103
7103
  st,
7104
7104
  lt,
7105
7105
  rt,
@@ -7107,7 +7107,7 @@ const Xl = [
7107
7107
  ut,
7108
7108
  ct,
7109
7109
  dt,
7110
- ji,
7110
+ Ki,
7111
7111
  mt,
7112
7112
  pt,
7113
7113
  ft,
@@ -7135,8 +7135,8 @@ const Xl = [
7135
7135
  key: "containment",
7136
7136
  name: "x-runtime-lib.containment",
7137
7137
  items: [
7138
- Ue,
7139
- je,
7138
+ Ge,
7139
+ Ke,
7140
7140
  qe,
7141
7141
  Qe,
7142
7142
  ot,
@@ -7172,14 +7172,14 @@ const Xl = [
7172
7172
  {
7173
7173
  key: "dataDisplay",
7174
7174
  name: "x-runtime-lib.dataDisplay",
7175
- items: [et, Oe, at]
7175
+ items: [et, Ue, at]
7176
7176
  },
7177
7177
  {
7178
7178
  key: "selection",
7179
7179
  name: "x-runtime-lib.selection",
7180
7180
  items: [
7181
- Ke,
7182
- Ge,
7181
+ Oe,
7182
+ je,
7183
7183
  Je,
7184
7184
  ht,
7185
7185
  Vt
@@ -7188,7 +7188,7 @@ const Xl = [
7188
7188
  {
7189
7189
  key: "feedback",
7190
7190
  name: "x-runtime-lib.feedback",
7191
- items: [Gi, ft, wt]
7191
+ items: [ji, ft, wt]
7192
7192
  },
7193
7193
  {
7194
7194
  key: "imagesAndIcons",
@@ -7203,14 +7203,14 @@ const Xl = [
7203
7203
  ]
7204
7204
  }, fn = {
7205
7205
  v1: Aa
7206
- }, Na = (i, e, t) => {
7206
+ }, Pa = (i, e, t) => {
7207
7207
  const r = i[e];
7208
7208
  return r ? typeof r == "function" ? r() : Promise.resolve(r) : new Promise((n, s) => {
7209
7209
  (typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(s.bind(null, /* @__PURE__ */ new Error("Unknown variable dynamic import: " + e + (e.split("/").length !== t ? ". Note that variables only represent file names one level deep." : ""))));
7210
7210
  });
7211
7211
  };
7212
7212
  async function tu(i) {
7213
- return (await Na(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.kt9hy7ly.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.d5y1j94g.js") }), `./locales/${i}/index.ts`, 4)).default;
7213
+ return (await Pa(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.gzfmjy3s.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.iikqghyl.js") }), `./locales/${i}/index.ts`, 4)).default;
7214
7214
  }
7215
7215
  export {
7216
7216
  Qa as badgeV1,
@@ -7218,8 +7218,8 @@ export {
7218
7218
  $i as breakpoints,
7219
7219
  cl as btnGroupV1,
7220
7220
  dl as btnToggleV1,
7221
- It as btnV1,
7222
- Ci as calcBreakpoint,
7221
+ Ct as btnV1,
7222
+ Ii as calcBreakpoint,
7223
7223
  Ve as cardV1,
7224
7224
  pl as checkboxV1,
7225
7225
  Tt as chipGroupV1,
@@ -7237,70 +7237,70 @@ export {
7237
7237
  eu as fileInputV1,
7238
7238
  At as flexLayoutEntryV1,
7239
7239
  $e as flexLayoutV1,
7240
- Lt as formV1,
7241
- B as genId,
7240
+ Wt as formV1,
7241
+ R as genId,
7242
7242
  we as getBreakpointProp,
7243
7243
  yn as getIndexOfBreakpoint,
7244
7244
  Ma as getNode,
7245
7245
  hn as getPropDefault,
7246
- D as getPropTag,
7246
+ E as getPropTag,
7247
7247
  Xa as getTypeColor,
7248
7248
  rl as globalityV1,
7249
- Cl as iconV1,
7250
- R as initProps,
7249
+ Il as iconV1,
7250
+ D as initProps,
7251
7251
  M as injectDark,
7252
7252
  ue as injectData,
7253
- Ri as injectDepends,
7253
+ Di as injectDepends,
7254
7254
  le as injectDevice,
7255
- Bi as injectEnv,
7255
+ Ri as injectEnv,
7256
7256
  A as injectMode,
7257
- Wi as injectOrg,
7258
- W as injectSandbox,
7257
+ Bi as injectOrg,
7258
+ B as injectSandbox,
7259
7259
  ae as injectType,
7260
7260
  on as isPercentStr,
7261
- Pe as isPixelStr,
7262
- Ct as lineChartV1,
7261
+ Ne as isPixelStr,
7262
+ It as lineChartV1,
7263
7263
  tu as loadLocaleMessageRuntime,
7264
- Il as menuV1,
7265
- Ui as newEventBus,
7266
- Et as numberInputV1,
7264
+ Cl as menuV1,
7265
+ Gi as newEventBus,
7266
+ Lt as numberInputV1,
7267
7267
  Tl as paginationV1,
7268
- Ee as parsePercentStr,
7269
- Da as parsePixelStr,
7268
+ Le as parsePercentStr,
7269
+ Ea as parsePixelStr,
7270
7270
  fn as pkgs,
7271
- Ka as provideDark,
7271
+ Oa as provideDark,
7272
7272
  Za as provideData,
7273
7273
  qa as provideDepends,
7274
- Ga as provideDevice,
7275
- Oa as provideEnv,
7276
- Ua as provideMode,
7274
+ ja as provideDevice,
7275
+ Ua as provideEnv,
7276
+ Ga as provideMode,
7277
7277
  Ha as provideOrg,
7278
- Di as provideSandbox,
7279
- ja as provideType,
7280
- Bt as radioGroupV1,
7281
- Wt as radioV1,
7282
- Nl as rangeSliderV1,
7283
- Pl as ratingV1,
7278
+ Ei as provideSandbox,
7279
+ Ka as provideType,
7280
+ Rt as radioGroupV1,
7281
+ Bt as radioV1,
7282
+ Pl as rangeSliderV1,
7283
+ Nl as ratingV1,
7284
7284
  ll as refV1,
7285
7285
  So as reverseBreakpoints,
7286
- Ll as selectV1,
7287
- El as sliderV1,
7286
+ Wl as selectV1,
7287
+ Ll as sliderV1,
7288
7288
  To as spawnNode,
7289
7289
  Hi as startInterpreter,
7290
- Rt as stepperHeaderV1,
7291
- Dt as stepperItemV1,
7290
+ Dt as stepperHeaderV1,
7291
+ Et as stepperItemV1,
7292
7292
  Ht as stepperV1,
7293
7293
  Ft as stepperWindowItemV1,
7294
7294
  Mt as stepperWindowV1,
7295
- Oi as stopInterpreter,
7295
+ Ui as stopInterpreter,
7296
7296
  Ml as switchV1,
7297
- Ot as tabV1,
7298
- Ut as tabsV1,
7299
- Pt as textFieldV1,
7297
+ Ut as tabV1,
7298
+ Gt as tabsV1,
7299
+ Nt as textFieldV1,
7300
7300
  he as textV1,
7301
- Gt as textareaV1,
7302
- Kt as timelineItemV1,
7303
- jt as timelineV1,
7301
+ jt as textareaV1,
7302
+ Ot as timelineItemV1,
7303
+ Kt as timelineV1,
7304
7304
  Ja as types,
7305
7305
  Zt as windowItemV1,
7306
7306
  qt as windowV1