x-runtime-lib 0.7.44 → 0.7.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +981 -1034
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,22 +1,11 @@
1
- import { computed as V, inject as se, provide as re, readonly as Yt, onBeforeMount as ao, onUnmounted as Ie, ref as be, watchEffect as Qt, watch as me, defineComponent as P, useTemplateRef as mi, onMounted as pi, nextTick as fi, createElementBlock as ie, openBlock as I, normalizeStyle as oe, renderSlot as j, unref as o, resolveComponent as W, createBlock as A, withCtx as z, Fragment as uo, renderList as bi, createTextVNode as co, toDisplayString as yi, h as J, createCommentVNode as en, createVNode as Z, isRef as X, createSlots as tn, useId as hi, withModifiers as mo, normalizeClass as po } from "vue";
1
+ import { computed as V, inject as se, provide as re, readonly as Yt, onBeforeMount as ao, onUnmounted as Ie, ref as be, watchEffect as Qt, watch as me, defineComponent as P, useTemplateRef as mi, onMounted as pi, nextTick as fi, createElementBlock as ie, openBlock as I, normalizeStyle as oe, renderSlot as U, unref as o, resolveComponent as L, createBlock as A, withCtx as z, Fragment as uo, renderList as bi, createTextVNode as co, toDisplayString as yi, h as J, createCommentVNode as en, createVNode as Z, isRef as X, createSlots as tn, useId as hi, withModifiers as mo, normalizeClass as po } from "vue";
2
2
  import { waitUtil as xi, eventBus as nn, messageInfo as fo, messageSuccess as bo, messageWarning as gi, messageError as vi, createAxios as yo, globalObjects as He, openConfirmDlg as ho, openPromptDlg as xo, useViewStack as ki, injectDark as go } from "x-essential-lib";
3
3
  import { useTheme as vo } from "vuetify";
4
4
  import { c as G, u as ko, r as _i, e as wi, i as _o, a as wo, b as Vo, d as $o, f as Io, g as Co, h as So, j as To, I as zo, m as Ao, k as Vi } from "./vendor.hc5p3stp.js";
5
5
  import { useI18n as $i } from "vue-i18n";
6
6
  import { getErrorMessage as Po } from "x-error-lib";
7
- const ye = {}, No = {
8
- key: "add",
9
- name: "x-runtime-lib.add",
10
- inputs: [],
11
- outputs: [
12
- {
13
- key: "__newNode__",
14
- name: "PARAM_NEW_NODE",
15
- type: "string"
16
- }
17
- ]
18
- }, S = (i) => {
19
- i.leaf || i.methods.unshift(No), ye[i.key] = i;
7
+ const ye = {}, C = (i) => {
8
+ ye[i.key] = i;
20
9
  };
21
10
  function Ii(i) {
22
11
  const e = V(() => i.node.legend?.show), t = V(() => i.node.legend?.data);
@@ -107,7 +96,7 @@ function R(i) {
107
96
  }
108
97
  return e;
109
98
  }
110
- function Ne(i) {
99
+ function We(i) {
111
100
  if (typeof i != "string" || !i.endsWith("px"))
112
101
  return !1;
113
102
  const e = i.substring(0, i.length - 2), t = parseFloat(e);
@@ -119,14 +108,14 @@ function ln(i) {
119
108
  const e = i.substring(0, i.length - 1), t = parseFloat(e);
120
109
  return !isNaN(t);
121
110
  }
122
- function qa(i) {
111
+ function Ka(i) {
123
112
  if (typeof i != "string" || !i.endsWith("px"))
124
113
  return;
125
114
  const e = i.substring(0, i.length - 2), t = parseFloat(e);
126
115
  if (!isNaN(t) && t % 1 === 0)
127
116
  return t;
128
117
  }
129
- function Le(i) {
118
+ function Be(i) {
130
119
  if (typeof i != "string" || !i.endsWith("%"))
131
120
  return;
132
121
  const e = i.substring(0, i.length - 1), t = parseFloat(e);
@@ -178,7 +167,7 @@ function D(i, e) {
178
167
  }
179
168
  e.forEach((s) => t(i, s));
180
169
  }
181
- function Lo(i, e, t, s, n) {
170
+ function Za(i, e, t, s, n) {
182
171
  const r = `type=${i} subtype=${e} version=${t} ref=${s} keyOrRefid=${n}`, a = E(i, e);
183
172
  if (!a) {
184
173
  console.error(`spawnNode prop tag not found, ${r}`);
@@ -243,7 +232,7 @@ function Lo(i, e, t, s, n) {
243
232
  }
244
233
  }
245
234
  }
246
- function Ja(i, e) {
235
+ function qa(i, e) {
247
236
  function t(s) {
248
237
  if (s.basic.id === e)
249
238
  return s;
@@ -260,92 +249,92 @@ function Ja(i, e) {
260
249
  return n;
261
250
  }
262
251
  }
263
- function Bo(i) {
252
+ function Lo(i) {
264
253
  function e(s) {
265
254
  s.basic.id = R(16), s.children?.forEach((n) => e(n));
266
255
  }
267
256
  const t = G(i);
268
257
  return e(t), t;
269
258
  }
270
- function Xa(i) {
259
+ function Ja(i) {
271
260
  const e = [];
272
261
  return i.forEach((t) => {
273
- e.push(Bo(t));
262
+ e.push(Lo(t));
274
263
  }), e;
275
264
  }
276
- const Ni = "runtimeOrg", Wi = "runtimeEnv", Li = "runtimeMode", Bi = "runtimeDevice", Ri = "runtimeDark", Di = "runtimeType", Ei = "runtimeData", Mi = "runtimeDepends", Fi = "runtimeSandbox";
277
- function Ya(i) {
278
- re(Ni, i);
279
- }
280
- function Hi() {
281
- return se(Ni);
282
- }
283
- function Qa(i) {
265
+ const Wi = "runtimeOrg", Li = "runtimeEnv", Bi = "runtimeMode", Ni = "runtimeDevice", Ri = "runtimeDark", Di = "runtimeType", Ei = "runtimeData", Fi = "runtimeDepends", Mi = "runtimeSandbox";
266
+ function Xa(i) {
284
267
  re(Wi, i);
285
268
  }
286
- function Ui() {
269
+ function Hi() {
287
270
  return se(Wi);
288
271
  }
289
- function eu(i) {
272
+ function Ya(i) {
290
273
  re(Li, i);
291
274
  }
292
- function N() {
275
+ function ji() {
293
276
  return se(Li);
294
277
  }
295
- function tu(i) {
296
- re(Bi, Yt(i));
278
+ function Qa(i) {
279
+ re(Bi, i);
297
280
  }
298
- function le() {
281
+ function W() {
299
282
  return se(Bi);
300
283
  }
301
- function nu(i) {
284
+ function eu(i) {
285
+ re(Ni, Yt(i));
286
+ }
287
+ function le() {
288
+ return se(Ni);
289
+ }
290
+ function tu(i) {
302
291
  re(Ri, Yt(i));
303
292
  }
304
- function M() {
293
+ function F() {
305
294
  return se(Ri);
306
295
  }
307
- function iu(i) {
296
+ function nu(i) {
308
297
  re(Di, i);
309
298
  }
310
299
  function ae() {
311
300
  return se(Di);
312
301
  }
313
- function ou(i) {
302
+ function iu(i) {
314
303
  re(Ei, i);
315
304
  }
316
305
  function ue() {
317
306
  return se(Ei);
318
307
  }
319
- function su(i) {
320
- re(Mi, Yt(i));
308
+ function ou(i) {
309
+ re(Fi, Yt(i));
321
310
  }
322
- function ji() {
323
- return se(Mi);
311
+ function Ui() {
312
+ return se(Fi);
324
313
  }
325
314
  function Gi(i) {
326
- re(Fi, i);
315
+ re(Mi, i);
327
316
  }
328
- function L() {
329
- return se(Fi);
317
+ function B() {
318
+ return se(Mi);
330
319
  }
331
320
  function pe(i, e, t) {
332
321
  const s = V(() => t.node.size?.width), n = V(() => t.node.size?.minWidth), r = V(() => t.node.size?.maxWidth), a = V(() => {
333
322
  if (t.outer && i === "editor") {
334
- const m = Le(t.node.size?.height);
323
+ const m = Be(t.node.size?.height);
335
324
  if (m)
336
325
  return m / 100 * e.value.height + "px";
337
326
  }
338
327
  return t.node.size?.height;
339
328
  }), u = V(() => {
340
329
  if (t.outer && i === "editor") {
341
- const m = Le(t.node.size?.minHeight);
330
+ const m = Be(t.node.size?.minHeight);
342
331
  if (m)
343
332
  return m / 100 * e.value.height + "px";
344
333
  }
345
334
  return t.node.size?.minHeight;
346
335
  }), p = V(() => {
347
336
  if (t.outer && i === "editor") {
348
- const m = Le(t.node.size?.maxHeight);
337
+ const m = Be(t.node.size?.maxHeight);
349
338
  if (m)
350
339
  return m / 100 * e.value.height + "px";
351
340
  }
@@ -364,7 +353,7 @@ function Oi(i, e, t) {
364
353
  i.eventBus?.off(n.value, t);
365
354
  });
366
355
  }
367
- const Ro = (i, e, t) => {
356
+ const Bo = (i, e, t) => {
368
357
  let s = i;
369
358
  if (!s) {
370
359
  console.assert(!1);
@@ -379,7 +368,7 @@ const Ro = (i, e, t) => {
379
368
  console.assert(!1);
380
369
  } else
381
370
  return s;
382
- }, Do = (i, e, t, s) => {
371
+ }, No = (i, e, t, s) => {
383
372
  let n = i;
384
373
  if (!n) {
385
374
  console.assert(!1);
@@ -394,75 +383,75 @@ const Ro = (i, e, t) => {
394
383
  function l(i, e, t, s, n) {
395
384
  const r = be();
396
385
  return console.assert(i && e), Qt(() => {
397
- let a = Ro(t.node, s, n);
386
+ let a = Bo(t.node, s, n);
398
387
  i === "editor" && s[s.length - 1] === "readonly" && (a = !0), r.value = a;
399
388
  }), me(r, () => {
400
- Do(t.node, s, r.value, n);
389
+ No(t.node, s, r.value, n);
401
390
  }), { prop: r };
402
391
  }
403
- function U(i) {
392
+ function j(i) {
404
393
  return { theme: V(() => i.value ? "dark" : "light") };
405
394
  }
406
- const Eo = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Mo = "#242424", Fo = {}, Ho = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, Uo = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, jo = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Go = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Oo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ko = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Zo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, qo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Jo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Xo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Yo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Qo = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, es = { 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" } }, ts = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, ns = { 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: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, os = { 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"] } } }, ss = { 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"] } } }, rs = { 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"] } } }, ls = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, as = { textStyle: { color: "#eeeeee" } }, us = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, cs = { 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" } } }, ds = { color: ["#bf444c", "#d88273", "#f6efa6"] }, ms = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, ps = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, fs = {
407
- color: Eo,
408
- backgroundColor: Mo,
409
- textStyle: Fo,
410
- title: Ho,
411
- line: Uo,
412
- radar: jo,
413
- bar: Go,
414
- pie: Oo,
415
- scatter: Ko,
416
- boxplot: Zo,
417
- parallel: qo,
418
- sankey: Jo,
419
- funnel: Xo,
420
- gauge: Yo,
421
- candlestick: Qo,
422
- graph: es,
423
- map: ts,
424
- geo: ns,
425
- categoryAxis: is,
426
- valueAxis: os,
427
- logAxis: ss,
428
- timeAxis: rs,
429
- toolbox: ls,
430
- legend: as,
431
- tooltip: us,
432
- timeline: cs,
433
- visualMap: ds,
434
- dataZoom: ms,
435
- markPoint: ps
436
- }, bs = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], ys = "#f5f5f5", hs = {}, xs = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, gs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, vs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, ks = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, _s = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ws = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Vs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, $s = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Is = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Cs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ss = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ts = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, zs = { 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" } }, As = { 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)" } } }, Ps = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Ns = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Ws = { 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"] } } }, Ls = { 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"] } } }, Bs = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Rs = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Ds = { textStyle: { color: "#333333" } }, Es = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, Ms = { 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" } } }, Fs = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Hs = { 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" } }, Us = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, js = {
437
- color: bs,
438
- backgroundColor: ys,
439
- textStyle: hs,
440
- title: xs,
441
- line: gs,
442
- radar: vs,
443
- bar: ks,
444
- pie: _s,
445
- scatter: ws,
446
- boxplot: Vs,
447
- parallel: $s,
448
- sankey: Is,
449
- funnel: Cs,
450
- gauge: Ss,
451
- candlestick: Ts,
452
- graph: zs,
453
- map: As,
454
- geo: Ps,
455
- categoryAxis: Ns,
456
- valueAxis: Ws,
457
- logAxis: Ls,
458
- timeAxis: Bs,
459
- toolbox: Rs,
460
- legend: Ds,
461
- tooltip: Es,
462
- timeline: Ms,
463
- visualMap: Fs,
464
- dataZoom: Hs,
465
- markPoint: Us
395
+ const Ro = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Do = "#242424", Eo = {}, Fo = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, Mo = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Ho = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, jo = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Uo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Go = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Oo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ko = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Zo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, qo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Jo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Xo = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, Yo = { 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)" } } }, es = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, ts = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, ns = { 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"] } } }, is = { 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"] } } }, os = { 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"] } } }, ss = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, rs = { textStyle: { color: "#eeeeee" } }, ls = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, as = { 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" } } }, us = { color: ["#bf444c", "#d88273", "#f6efa6"] }, cs = { 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" } }, ds = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, ms = {
396
+ color: Ro,
397
+ backgroundColor: Do,
398
+ textStyle: Eo,
399
+ title: Fo,
400
+ line: Mo,
401
+ radar: Ho,
402
+ bar: jo,
403
+ pie: Uo,
404
+ scatter: Go,
405
+ boxplot: Oo,
406
+ parallel: Ko,
407
+ sankey: Zo,
408
+ funnel: qo,
409
+ gauge: Jo,
410
+ candlestick: Xo,
411
+ graph: Yo,
412
+ map: Qo,
413
+ geo: es,
414
+ categoryAxis: ts,
415
+ valueAxis: ns,
416
+ logAxis: is,
417
+ timeAxis: os,
418
+ toolbox: ss,
419
+ legend: rs,
420
+ tooltip: ls,
421
+ timeline: as,
422
+ visualMap: us,
423
+ dataZoom: cs,
424
+ markPoint: ds
425
+ }, ps = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], fs = "#f5f5f5", bs = {}, ys = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, hs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, xs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, gs = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, vs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ks = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, _s = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ws = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Vs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, $s = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Is = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Cs = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, Ss = { 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" } }, Ts = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, zs = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, As = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Ps = { 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"] } } }, Ws = { 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"] } } }, Ls = { 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"] } } }, Bs = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Ns = { textStyle: { color: "#333333" } }, Rs = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, Ds = { 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"] }, Fs = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, Ms = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Hs = {
426
+ color: ps,
427
+ backgroundColor: fs,
428
+ textStyle: bs,
429
+ title: ys,
430
+ line: hs,
431
+ radar: xs,
432
+ bar: gs,
433
+ pie: vs,
434
+ scatter: ks,
435
+ boxplot: _s,
436
+ parallel: ws,
437
+ sankey: Vs,
438
+ funnel: $s,
439
+ gauge: Is,
440
+ candlestick: Cs,
441
+ graph: Ss,
442
+ map: Ts,
443
+ geo: zs,
444
+ categoryAxis: As,
445
+ valueAxis: Ps,
446
+ logAxis: Ws,
447
+ timeAxis: Ls,
448
+ toolbox: Bs,
449
+ legend: Ns,
450
+ tooltip: Rs,
451
+ timeline: Ds,
452
+ visualMap: Es,
453
+ dataZoom: Fs,
454
+ markPoint: Ms
466
455
  };
467
456
  ko([
468
457
  _o,
@@ -474,34 +463,34 @@ ko([
474
463
  So,
475
464
  To
476
465
  ]);
477
- _i("dark", fs);
478
- _i("light", js);
479
- const Gs = /* @__PURE__ */ P({
466
+ _i("dark", ms);
467
+ _i("light", Hs);
468
+ const js = /* @__PURE__ */ P({
480
469
  __name: "index",
481
470
  props: {
482
471
  node: {},
483
472
  outer: { type: Boolean }
484
473
  },
485
474
  setup(i) {
486
- const e = i, t = N(), s = le(), n = M(), r = ae(), a = ue(), { width: u, minWidth: p, maxWidth: f, height: m, minHeight: c, maxHeight: d, applySize: b } = pe(t, s, e), { applyTitle: k } = Si(e), { applyXAxis: h } = Ti(e), { applyYAxis: y } = zi(e), { applyLegend: w } = Ii(e), { applySeries: _ } = Ci(e), g = V(() => {
487
- const T = {}, H = a.value.type;
488
- return r === "page" ? H === "common" ? b(T) : console.assert(!1) : r === "comp" && H === "common" ? b(T) : console.assert(!1), T;
475
+ const e = i, t = W(), s = le(), n = F(), r = ae(), a = ue(), { width: u, minWidth: p, maxWidth: f, height: m, minHeight: c, maxHeight: d, applySize: b } = pe(t, s, e), { applyTitle: v } = Si(e), { applyXAxis: h } = Ti(e), { applyYAxis: y } = zi(e), { applyLegend: w } = Ii(e), { applySeries: _ } = Ci(e), k = V(() => {
476
+ const S = {}, H = a.value.type;
477
+ return r === "page" ? H === "common" ? b(S) : console.assert(!1) : r === "comp" && H === "common" ? b(S) : console.assert(!1), S;
489
478
  }), $ = mi("chart");
490
- let v;
491
- const C = () => {
492
- v?.dispose(), v = wi.init($.value, n.value ? "dark" : "light");
493
- const T = {};
494
- v.setOption(T);
495
- }, B = () => {
496
- v?.resize();
497
- }, F = () => {
498
- const T = {};
499
- k(T), h(T), y(T), w(T), _(T), v?.setOption(T, !0);
479
+ let g;
480
+ const T = () => {
481
+ g?.dispose(), g = wi.init($.value, n.value ? "dark" : "light");
482
+ const S = {};
483
+ g.setOption(S);
484
+ }, N = () => {
485
+ g?.resize();
486
+ }, M = () => {
487
+ const S = {};
488
+ v(S), h(S), y(S), w(S), _(S), g?.setOption(S, !0);
500
489
  };
501
490
  return pi(async () => {
502
- window.addEventListener("resize", B, !1), await xi(() => !!$.value), C(), F();
491
+ window.addEventListener("resize", N, !1), await xi(() => !!$.value), T(), M();
503
492
  }), Ie(() => {
504
- window.removeEventListener("resize", B, !1), v?.dispose();
493
+ window.removeEventListener("resize", N, !1), g?.dispose();
505
494
  }), me(
506
495
  [
507
496
  () => s.value.width,
@@ -514,47 +503,47 @@ const Gs = /* @__PURE__ */ P({
514
503
  d
515
504
  ],
516
505
  async () => {
517
- await fi(), B();
506
+ await fi(), N();
518
507
  }
519
508
  ), me([n], () => {
520
- C(), F();
509
+ T(), M();
521
510
  }), me(
522
511
  [e],
523
512
  () => {
524
- F();
513
+ M();
525
514
  },
526
515
  { deep: !0 }
527
- ), (T, H) => (I(), ie("div", {
516
+ ), (S, H) => (I(), ie("div", {
528
517
  ref: "chart",
529
- style: oe(g.value)
518
+ style: oe(k.value)
530
519
  }, null, 4));
531
520
  }
532
- }), Os = /* @__PURE__ */ P({
521
+ }), Us = /* @__PURE__ */ P({
533
522
  __name: "index",
534
523
  props: {
535
524
  node: {},
536
525
  outer: { type: Boolean }
537
526
  },
538
527
  setup(i) {
539
- const e = i, t = N(), s = le(), n = M(), r = ae(), a = ue(), { width: u, minWidth: p, maxWidth: f, height: m, minHeight: c, maxHeight: d, applySize: b } = pe(t, s, e), { applyTitle: k } = Si(e), { applyXAxis: h } = Ti(e), { applyYAxis: y } = zi(e), { applyLegend: w } = Ii(e), { applySeries: _ } = Ci(e), g = V(() => {
540
- const T = {}, H = a.value.type;
541
- return r === "page" ? H === "common" ? b(T) : console.assert(!1) : r === "comp" && H === "common" ? b(T) : console.assert(!1), T;
528
+ const e = i, t = W(), s = le(), n = F(), r = ae(), a = ue(), { width: u, minWidth: p, maxWidth: f, height: m, minHeight: c, maxHeight: d, applySize: b } = pe(t, s, e), { applyTitle: v } = Si(e), { applyXAxis: h } = Ti(e), { applyYAxis: y } = zi(e), { applyLegend: w } = Ii(e), { applySeries: _ } = Ci(e), k = V(() => {
529
+ const S = {}, H = a.value.type;
530
+ return r === "page" ? H === "common" ? b(S) : console.assert(!1) : r === "comp" && H === "common" ? b(S) : console.assert(!1), S;
542
531
  }), $ = mi("chart");
543
- let v;
544
- const C = () => {
545
- v?.dispose(), v = wi.init($.value, n.value ? "dark" : "light");
546
- const T = {};
547
- v.setOption(T);
548
- }, B = () => {
549
- v?.resize();
550
- }, F = () => {
551
- const T = {};
552
- k(T), h(T), y(T), w(T), _(T), v?.setOption(T, !0);
532
+ let g;
533
+ const T = () => {
534
+ g?.dispose(), g = wi.init($.value, n.value ? "dark" : "light");
535
+ const S = {};
536
+ g.setOption(S);
537
+ }, N = () => {
538
+ g?.resize();
539
+ }, M = () => {
540
+ const S = {};
541
+ v(S), h(S), y(S), w(S), _(S), g?.setOption(S, !0);
553
542
  };
554
543
  return pi(async () => {
555
- window.addEventListener("resize", B, !1), await xi(() => !!$.value), C(), F();
544
+ window.addEventListener("resize", N, !1), await xi(() => !!$.value), T(), M();
556
545
  }), Ie(() => {
557
- window.removeEventListener("resize", B, !1), v?.dispose();
546
+ window.removeEventListener("resize", N, !1), g?.dispose();
558
547
  }), me(
559
548
  [
560
549
  () => s.value.width,
@@ -567,19 +556,19 @@ const Gs = /* @__PURE__ */ P({
567
556
  d
568
557
  ],
569
558
  async () => {
570
- await fi(), B();
559
+ await fi(), N();
571
560
  }
572
561
  ), me([n], () => {
573
- C(), F();
562
+ T(), M();
574
563
  }), me(
575
564
  [e],
576
565
  () => {
577
- F();
566
+ M();
578
567
  },
579
568
  { deep: !0 }
580
- ), (T, H) => (I(), ie("div", {
569
+ ), (S, H) => (I(), ie("div", {
581
570
  ref: "chart",
582
- style: oe(g.value)
571
+ style: oe(k.value)
583
572
  }, null, 4));
584
573
  }
585
574
  }), ee = /* @__PURE__ */ P({
@@ -588,7 +577,7 @@ const Gs = /* @__PURE__ */ P({
588
577
  fitContent: { type: Boolean, default: !1 }
589
578
  },
590
579
  setup(i) {
591
- const e = N(), t = V(() => {
580
+ const e = W(), t = V(() => {
592
581
  const s = {};
593
582
  return i.fitContent && (s.width = "fit-content", s.height = "fit-content"), s;
594
583
  });
@@ -596,19 +585,19 @@ const Gs = /* @__PURE__ */ P({
596
585
  key: 0,
597
586
  style: oe(t.value)
598
587
  }, [
599
- j(s.$slots, "default")
600
- ], 4)) : j(s.$slots, "default", { key: 1 });
588
+ U(s.$slots, "default")
589
+ ], 4)) : U(s.$slots, "default", { key: 1 });
601
590
  }
602
- }), Ks = /* @__PURE__ */ P({
591
+ }), Gs = /* @__PURE__ */ P({
603
592
  __name: "index",
604
593
  props: {
605
594
  node: {},
606
595
  outer: { type: Boolean }
607
596
  },
608
597
  setup(i) {
609
- const e = i, t = N(), s = L(), { prop: n } = l(t, s, e, ["settings", "list"], !0);
598
+ const e = i, t = W(), s = B(), { prop: n } = l(t, s, e, ["settings", "list"], !0);
610
599
  return (r, a) => {
611
- const u = W("v-btn");
600
+ const u = L("v-btn");
612
601
  return I(), A(o(ee), null, {
613
602
  default: z(() => [
614
603
  (I(!0), ie(uo, null, bi(o(n), (p, f) => (I(), A(u, { key: f }, {
@@ -623,11 +612,11 @@ const Gs = /* @__PURE__ */ P({
623
612
  };
624
613
  }
625
614
  });
626
- function Zs(i, e) {
615
+ function Os(i, e) {
627
616
  function t(m) {
628
617
  const c = i.pseudoToNative(m), d = [], b = c.split(".");
629
- for (let k = 0; k < b.length; k++) {
630
- const h = b[k].trim();
618
+ for (let v = 0; v < b.length; v++) {
619
+ const h = b[v].trim();
631
620
  if (h !== "")
632
621
  if (/^\[\d+\]$/.test(h)) {
633
622
  let y = parseInt(h.slice(1, -1), 10);
@@ -717,22 +706,22 @@ const Ki = yo({
717
706
  }
718
707
  });
719
708
  window.API_URL && (Ki.defaults.baseURL = window.API_URL + "/computebase/");
720
- function qs(i) {
709
+ function Ks(i) {
721
710
  return Ki.post("callFunc", i);
722
711
  }
723
- function Js(i, e) {
712
+ function Zs(i, e) {
724
713
  async function t(s, n, r, a, u, p) {
725
714
  const f = i.pseudoToNative(s), m = i.pseudoToNative(n), c = i.pseudoToNative(r), d = i.pseudoToNative(a), b = i.pseudoToNative(u);
726
715
  try {
727
- const k = JSON.stringify(c), { strOutputs: h } = await qs({
716
+ const v = JSON.stringify(c), { strOutputs: h } = await Ks({
728
717
  spaceid: f,
729
718
  id: m,
730
- strInputs: k,
719
+ strInputs: v,
731
720
  env: d
732
721
  }), y = JSON.parse(h);
733
722
  p(i.nativeToPseudo(y)), i.run();
734
- } catch (k) {
735
- console.error("callFuncV1 failed", b, k);
723
+ } catch (v) {
724
+ console.error("callFuncV1 failed", b, v);
736
725
  }
737
726
  }
738
727
  i.setProperty(
@@ -741,10 +730,10 @@ function Js(i, e) {
741
730
  i.createAsyncFunction(t)
742
731
  );
743
732
  }
744
- function Xs(i, e, t) {
733
+ function qs(i, e, t) {
745
734
  console.assert(i || e || t);
746
735
  }
747
- class Ys {
736
+ class Js {
748
737
  context;
749
738
  nodes;
750
739
  constructor(e) {
@@ -757,152 +746,110 @@ class Ys {
757
746
  getNode(e) {
758
747
  return this.nodes[e];
759
748
  }
760
- addNode(e, t, s) {
761
- const n = `parent=${e} ref=${t} keyOrRefid=${s}`;
762
- let r;
763
- if (e) {
764
- const u = this.getNode(e);
765
- if (!u)
766
- return console.error(`NodeMgr/addNode parent not found, ${n}`), "";
767
- if (!u.children)
768
- return console.error(`NodeMgr/addNode parent no children, ${n}`), "";
769
- r = u.children;
770
- } else
771
- r = this.context.data.view.nodes;
772
- if (!r)
773
- return "";
774
- const a = Lo(
775
- this.context.type,
776
- this.context.data.type,
777
- this.context.data.version,
778
- t,
779
- s
780
- );
781
- return a ? (r.push(a), this.nodes[a.basic.id] = a, a.basic.id) : (console.error(`NodeMgr/addNode spawn node failed, ${n}`), "");
782
- }
783
- deleteNode(e) {
784
- this.getNode(e);
785
- }
786
749
  }
787
- function Qs(i, e, t) {
788
- const s = new Ys(i);
789
- function n(d, b, k) {
790
- const h = e.pseudoToNative(d), y = e.pseudoToNative(b), w = e.pseudoToNative(k), _ = s.addNode(h, y, w);
791
- return e.nativeToPseudo(_);
792
- }
793
- function r(d) {
794
- const b = e.pseudoToNative(d);
795
- s.deleteNode(b);
796
- }
797
- function a(d, b) {
798
- const k = e.pseudoToNative(d), h = e.pseudoToNative(b), y = `id=${k} keys=${h}`;
799
- let w;
800
- if (k === "globality" ? w = i.data.view : w = s.getNode(k), !w) {
801
- console.error(`getPropV1 node not found, ${y}`);
750
+ function Xs(i, e, t) {
751
+ const s = new Js(i);
752
+ function n(m, c) {
753
+ const d = e.pseudoToNative(m), b = e.pseudoToNative(c), v = `id=${d} keys=${b}`;
754
+ let h;
755
+ if (d === "globality" ? h = i.data.view : h = s.getNode(d), !h) {
756
+ console.error(`getPropV1 node not found, ${v}`);
802
757
  return;
803
758
  }
804
- const _ = h.split("."), g = _.length;
805
- for (let $ = 0; $ < g; $++) {
806
- const v = _[$];
807
- if ($ === g - 1)
808
- return e.nativeToPseudo(w[v]);
809
- if (!w) {
810
- console.error(`getPropV1 unpkg failed, ${y}`);
759
+ const y = b.split("."), w = y.length;
760
+ for (let _ = 0; _ < w; _++) {
761
+ const k = y[_];
762
+ if (_ === w - 1)
763
+ return e.nativeToPseudo(h[k]);
764
+ if (!h) {
765
+ console.error(`getPropV1 unpkg failed, ${v}`);
811
766
  return;
812
767
  }
813
- w = w[v];
768
+ h = h[k];
814
769
  }
815
770
  }
816
- function u(d, b, k) {
817
- const h = e.pseudoToNative(d), y = e.pseudoToNative(b), w = e.pseudoToNative(k), _ = `id=${h} keys=${y} value=${w}`;
818
- let g;
819
- if (h === "globality" ? g = i.data.view : g = s.getNode(h), !g) {
820
- console.error(`setPropV1 node not found, ${_}`);
771
+ function r(m, c, d) {
772
+ const b = e.pseudoToNative(m), v = e.pseudoToNative(c), h = e.pseudoToNative(d), y = `id=${b} keys=${v} value=${h}`;
773
+ let w;
774
+ if (b === "globality" ? w = i.data.view : w = s.getNode(b), !w) {
775
+ console.error(`setPropV1 node not found, ${y}`);
821
776
  return;
822
777
  }
823
- const $ = y.split("."), v = $.length;
824
- for (let C = 0; C < v; C++) {
825
- const B = $[C];
826
- if (C === v - 1)
827
- g[B] = w;
778
+ const _ = v.split("."), k = _.length;
779
+ for (let $ = 0; $ < k; $++) {
780
+ const g = _[$];
781
+ if ($ === k - 1)
782
+ w[g] = h;
828
783
  else {
829
- if (!g) {
830
- console.error(`setPropV1 unpkg failed, ${_}`);
784
+ if (!w) {
785
+ console.error(`setPropV1 unpkg failed, ${y}`);
831
786
  return;
832
787
  }
833
- g = g[B];
788
+ w = w[g];
834
789
  }
835
790
  }
836
791
  }
837
- function p(d, b, k, h) {
838
- const y = e.pseudoToNative(d), w = e.pseudoToNative(b), _ = e.pseudoToNative(k), g = { outputs: [] };
839
- i.eventBus?.emit(`callMethod@${y}`, { name: w, inputs: _, result: g }), h(e.nativeToPseudo(g.outputs)), e.run();
792
+ function a(m, c, d, b) {
793
+ const v = e.pseudoToNative(m), h = e.pseudoToNative(c), y = e.pseudoToNative(d), w = { outputs: [] };
794
+ i.eventBus?.emit(`callMethod@${v}`, { name: h, inputs: y, result: w }), b(e.nativeToPseudo(w.outputs)), e.run();
840
795
  }
841
- function f(d, b) {
842
- const k = e.pseudoToNative(d), h = e.pseudoToNative(b);
796
+ function u(m, c) {
797
+ const d = e.pseudoToNative(m), b = e.pseudoToNative(c);
843
798
  if (i.mode === "runtime") {
844
- const y = "/main/" + Date.now(), w = {
799
+ const v = "/main/" + Date.now(), h = {
845
800
  orgid: i.org,
846
- appid: `${k}${i.env}`,
847
- pageid: h
801
+ appid: `${d}${i.env}`,
802
+ pageid: b
848
803
  };
849
- He.router.replace({ path: y, query: w });
804
+ He.router.replace({ path: v, query: h });
850
805
  } else i.mode === "preview" && gi(
851
806
  He.i18n.global.t(
852
807
  "x-runtime-lib.msg.takeEffectOnlyAfterReleased"
853
808
  )
854
809
  );
855
810
  }
856
- function m(d, b, k) {
857
- const h = e.pseudoToNative(d), y = e.pseudoToNative(b);
858
- ho({ title: h, text: y }).then((w) => {
859
- k(e.nativeToPseudo(w)), e.run();
811
+ function p(m, c, d) {
812
+ const b = e.pseudoToNative(m), v = e.pseudoToNative(c);
813
+ ho({ title: b, text: v }).then((h) => {
814
+ d(e.nativeToPseudo(h)), e.run();
860
815
  });
861
816
  }
862
- function c(d, b, k, h) {
863
- const y = e.pseudoToNative(d), w = e.pseudoToNative(b), _ = e.pseudoToNative(k);
864
- xo({ title: y, label: w, value: _ }).then((g) => {
865
- h(e.nativeToPseudo(g)), e.run();
817
+ function f(m, c, d, b) {
818
+ const v = e.pseudoToNative(m), h = e.pseudoToNative(c), y = e.pseudoToNative(d);
819
+ xo({ title: v, label: h, value: y }).then((w) => {
820
+ b(e.nativeToPseudo(w)), e.run();
866
821
  });
867
822
  }
868
823
  e.setProperty(
869
- t,
870
- "__addNodeV1__",
871
- e.createNativeFunction(n)
872
- ), e.setProperty(
873
- t,
874
- "__deleteNodeV1__",
875
- e.createNativeFunction(r)
876
- ), e.setProperty(
877
824
  t,
878
825
  "__getPropV1__",
879
- e.createNativeFunction(a)
826
+ e.createNativeFunction(n)
880
827
  ), e.setProperty(
881
828
  t,
882
829
  "__setPropV1__",
883
- e.createNativeFunction(u)
830
+ e.createNativeFunction(r)
884
831
  ), e.setProperty(
885
832
  t,
886
833
  "__callMethodV1__",
887
- e.createAsyncFunction(p)
834
+ e.createAsyncFunction(a)
888
835
  ), e.setProperty(
889
836
  t,
890
837
  "__navigateToV1__",
891
- e.createNativeFunction(f)
838
+ e.createNativeFunction(u)
892
839
  ), e.setProperty(
893
840
  t,
894
841
  "__openConfirmDlgV1__",
895
- e.createAsyncFunction(m)
842
+ e.createAsyncFunction(p)
896
843
  ), e.setProperty(
897
844
  t,
898
845
  "__openPromptDlgV1__",
899
- e.createAsyncFunction(c)
846
+ e.createAsyncFunction(f)
900
847
  );
901
848
  }
902
- function er(i, e, t) {
903
- Zs(e, t), Js(e, t), Xs(i, e, t), Qs(i, e, t);
849
+ function Ys(i, e, t) {
850
+ Os(e, t), Zs(e, t), qs(i, e, t), Xs(i, e, t);
904
851
  }
905
- const tr = `
852
+ const Qs = `
906
853
  var __env__ = 'dev'
907
854
  var __mode__ = 'editor'
908
855
 
@@ -912,7 +859,7 @@ function __getEnvV1__() {
912
859
 
913
860
  var __pointerPosX__ = 0
914
861
  var __pointerPosY__ = 0
915
- `, nr = `
862
+ `, er = `
916
863
  var __events__ = {}
917
864
 
918
865
  function __addEventListenerV1__(id, event, callback) {
@@ -983,7 +930,7 @@ function __triggerEvent__(id, event, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p1
983
930
  callbacks[i](p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, p16)
984
931
  }
985
932
  }
986
- `, ir = `
933
+ `, tr = `
987
934
  var __timers__ = {}
988
935
  var __currTimerId__ = 0
989
936
 
@@ -1025,15 +972,15 @@ function __timeoutCallbackV1__(timerId) {
1025
972
  }
1026
973
  }
1027
974
  }
1028
- `, or = `
975
+ `, nr = `
1029
976
  function __destroy__() {
1030
977
  }
1031
- `, sr = tr + nr + ir + or;
978
+ `, ir = Qs + er + tr + nr;
1032
979
  function Zi(i, e) {
1033
980
  const t = new zo(
1034
- sr,
981
+ ir,
1035
982
  (s, n) => {
1036
- er(i, s, n);
983
+ Ys(i, s, n);
1037
984
  }
1038
985
  );
1039
986
  return t.appendCode(e), t.appendCode(`
@@ -1045,8 +992,8 @@ __triggerEvent__('globality', 'startup');
1045
992
  function qi(i) {
1046
993
  i.appendCode("__destroy__();"), i.run();
1047
994
  }
1048
- const ru = ["string", "number", "boolean", "array", "object"];
1049
- function lu(i) {
995
+ const su = ["string", "number", "boolean", "array", "object"];
996
+ function ru(i) {
1050
997
  switch (i) {
1051
998
  case "string":
1052
999
  return "#5ba58c";
@@ -1060,7 +1007,7 @@ function lu(i) {
1060
1007
  return "#80a55b";
1061
1008
  }
1062
1009
  }
1063
- function au(i, e, t, s, n) {
1010
+ function lu(i, e, t, s, n) {
1064
1011
  let r = i;
1065
1012
  for (let u = 0; u < e.length; u++)
1066
1013
  if (r = r.children[e[u]], !r) {
@@ -1081,7 +1028,7 @@ function au(i, e, t, s, n) {
1081
1028
  function Ji() {
1082
1029
  return Ao();
1083
1030
  }
1084
- const rr = /* @__PURE__ */ P({
1031
+ const or = /* @__PURE__ */ P({
1085
1032
  __name: "index",
1086
1033
  props: {
1087
1034
  id: {},
@@ -1090,7 +1037,7 @@ const rr = /* @__PURE__ */ P({
1090
1037
  outer: { type: Boolean }
1091
1038
  },
1092
1039
  setup(i) {
1093
- const { t: e } = $i(), t = i, s = Hi(), n = Ui(), r = N(), a = le(), u = ae(), p = ue(), f = ji(), m = be(-1), c = be(), d = {};
1040
+ const { t: e } = $i(), t = i, s = Hi(), n = ji(), r = W(), a = le(), u = ae(), p = ue(), f = Ui(), m = be(-1), c = be(), d = {};
1094
1041
  Gi(d);
1095
1042
  const b = () => {
1096
1043
  d.eventBus && (d.eventBus = void 0), d.interpreter && (qi(d.interpreter), d.interpreter = void 0);
@@ -1100,88 +1047,88 @@ const rr = /* @__PURE__ */ P({
1100
1047
  m.value = -1, c.value = void 0, b();
1101
1048
  return;
1102
1049
  }
1103
- const v = f.value[t.refContext.refid];
1104
- if (!v) {
1050
+ const g = f.value[t.refContext.refid];
1051
+ if (!g) {
1105
1052
  m.value = -1, c.value = null, b(), nn.emit("compNotAvail", t.refContext.refid);
1106
1053
  return;
1107
1054
  }
1108
- if (m.value === v.dataSeq || (m.value = v.dataSeq, c.value = G(v.data), r !== "runtime" && r !== "preview"))
1055
+ if (m.value === g.dataSeq || (m.value = g.dataSeq, c.value = G(g.data), r !== "runtime" && r !== "preview"))
1109
1056
  return;
1110
1057
  b();
1111
- const C = c.value, B = C.code.script;
1112
- if (B) {
1113
- const F = Ji();
1114
- d.eventBus = F, d.interpreter = Zi(
1115
- { org: s, env: n, mode: r, type: u, data: C, eventBus: F },
1116
- B
1058
+ const T = c.value, N = T.code.script;
1059
+ if (N) {
1060
+ const M = Ji();
1061
+ d.eventBus = M, d.interpreter = Zi(
1062
+ { org: s, env: n, mode: r, type: u, data: T, eventBus: M },
1063
+ N
1117
1064
  );
1118
1065
  }
1119
1066
  }), Ie(() => {
1120
1067
  b();
1121
1068
  });
1122
- const { applySize: k } = pe(r, a, t), h = V(() => {
1123
- const v = {}, C = p.value.type;
1124
- return u === "page" ? C === "common" ? k(v) : console.assert(!1) : u === "comp" && C === "common" ? k(v) : console.assert(!1), v;
1069
+ const { applySize: v } = pe(r, a, t), h = V(() => {
1070
+ const g = {}, T = p.value.type;
1071
+ return u === "page" ? T === "common" ? v(g) : console.assert(!1) : u === "comp" && T === "common" ? v(g) : console.assert(!1), g;
1125
1072
  });
1126
- function y(v) {
1127
- const C = hn[p.value.version].refKey, B = ye[C];
1128
- return B ? J(B.comp, {
1073
+ function y(g) {
1074
+ const T = hn[p.value.version].refKey, N = ye[T];
1075
+ return N ? J(N.comp, {
1129
1076
  refContext: {
1130
1077
  parent: t.refContext,
1131
- refid: v.ref.id
1078
+ refid: g.ref.id
1132
1079
  },
1133
- node: v
1134
- }) : (console.assert(!1, `ref element not found key=${C}`), J("div", `ref element not found key=${C}`));
1080
+ node: g
1081
+ }) : (console.assert(!1, `ref element not found key=${T}`), J("div", `ref element not found key=${T}`));
1135
1082
  }
1136
- function w(v) {
1137
- const C = ye[v.basic.key];
1138
- if (!C)
1139
- return console.assert(!1, `element not found key=${v.basic.key}`), J("div", `element not found key=${v.basic.key}`);
1140
- const B = [];
1141
- return C.leaf || v.children?.forEach((F) => {
1142
- const T = _(F);
1143
- B.push(T);
1144
- }), J(C.comp, { node: v }, { default: () => B });
1083
+ function w(g) {
1084
+ const T = ye[g.basic.key];
1085
+ if (!T)
1086
+ return console.assert(!1, `element not found key=${g.basic.key}`), J("div", `element not found key=${g.basic.key}`);
1087
+ const N = [];
1088
+ return T.leaf || g.children?.forEach((M) => {
1089
+ const S = _(M);
1090
+ N.push(S);
1091
+ }), J(T.comp, { node: g }, { default: () => N });
1145
1092
  }
1146
- function _(v) {
1147
- return v.ref ? y(v) : w(v);
1093
+ function _(g) {
1094
+ return g.ref ? y(g) : w(g);
1148
1095
  }
1149
- function g() {
1150
- let v = t.refContext.parent;
1151
- for (; v; ) {
1152
- if (v.refid === t.refContext.refid)
1096
+ function k() {
1097
+ let g = t.refContext.parent;
1098
+ for (; g; ) {
1099
+ if (g.refid === t.refContext.refid)
1153
1100
  return !0;
1154
- v = v.parent;
1101
+ g = g.parent;
1155
1102
  }
1156
1103
  return !1;
1157
1104
  }
1158
1105
  const $ = () => {
1159
- if (g())
1106
+ if (k())
1160
1107
  return J("div", { id: t.id }, e("x-runtime-lib.circularRef"));
1161
1108
  if (!c.value)
1162
1109
  return c.value === void 0 ? J("div", { id: t.id }) : J("div", { id: t.id }, e("x-runtime-lib.compNotAvail"));
1163
- const v = c.value.type;
1164
- if (v === "common") {
1165
- const C = [];
1166
- return c.value.view.nodes.forEach((B) => {
1167
- C.push(_(B));
1168
- }), J("div", { id: t.id, style: h.value }, C);
1110
+ const g = c.value.type;
1111
+ if (g === "common") {
1112
+ const T = [];
1113
+ return c.value.view.nodes.forEach((N) => {
1114
+ T.push(_(N));
1115
+ }), J("div", { id: t.id, style: h.value }, T);
1169
1116
  } else
1170
- return console.assert(!1, `invalid subtype=${v}`), J("div", { id: t.id }, `invalid subtype=${v}`);
1117
+ return console.assert(!1, `invalid subtype=${g}`), J("div", { id: t.id }, `invalid subtype=${g}`);
1171
1118
  };
1172
- return (v, C) => (I(), A($));
1119
+ return (g, T) => (I(), A($));
1173
1120
  }
1174
- }), lr = /* @__PURE__ */ P({
1121
+ }), sr = /* @__PURE__ */ P({
1175
1122
  __name: "index",
1176
1123
  props: {
1177
1124
  node: {},
1178
1125
  outer: { type: Boolean }
1179
1126
  },
1180
1127
  setup(i) {
1181
- const e = i, t = N(), s = L(), { prop: n } = l(t, s, e, ["settings", "open"]);
1128
+ const e = i, t = W(), s = B(), { prop: n } = l(t, s, e, ["settings", "open"]);
1182
1129
  return (r, a) => (I(), A(o(ee), null, {
1183
1130
  default: z(() => [
1184
- o(n) ? j(r.$slots, "default", { key: 0 }) : en("", !0)
1131
+ o(n) ? U(r.$slots, "default", { key: 0 }) : en("", !0)
1185
1132
  ]),
1186
1133
  _: 3
1187
1134
  }));
@@ -1193,7 +1140,7 @@ const rr = /* @__PURE__ */ P({
1193
1140
  state: {}
1194
1141
  },
1195
1142
  setup(i) {
1196
- const { t: e } = $i(), t = i, s = Hi(), n = Ui(), r = N(), a = ae(), u = ue(), p = ji(), f = be(-1), m = be(), c = {};
1143
+ const { t: e } = $i(), t = i, s = Hi(), n = ji(), r = W(), a = ae(), u = ue(), p = Ui(), f = be(-1), m = be(), c = {};
1197
1144
  Gi(c);
1198
1145
  const d = () => {
1199
1146
  c.eventBus && (c.eventBus = void 0), c.interpreter && (qi(c.interpreter), c.interpreter = void 0);
@@ -1203,20 +1150,20 @@ const rr = /* @__PURE__ */ P({
1203
1150
  f.value = -1, m.value = void 0, d();
1204
1151
  return;
1205
1152
  }
1206
- const g = p.value[t.refContext.refid];
1207
- if (!g) {
1153
+ const k = p.value[t.refContext.refid];
1154
+ if (!k) {
1208
1155
  f.value = -1, m.value = null, d(), nn.emit("compNotAvail", t.refContext.refid);
1209
1156
  return;
1210
1157
  }
1211
- if (f.value === g.dataSeq || (f.value = g.dataSeq, m.value = G(g.data), r !== "runtime" && r !== "preview"))
1158
+ if (f.value === k.dataSeq || (f.value = k.dataSeq, m.value = G(k.data), r !== "runtime" && r !== "preview"))
1212
1159
  return;
1213
1160
  d();
1214
- const $ = m.value, v = $.code.script;
1215
- if (v) {
1216
- const C = Ji();
1217
- c.eventBus = C, c.interpreter = Zi(
1218
- { org: s, env: n, mode: r, type: a, data: $, eventBus: C },
1219
- v
1161
+ const $ = m.value, g = $.code.script;
1162
+ if (g) {
1163
+ const T = Ji();
1164
+ c.eventBus = T, c.interpreter = Zi(
1165
+ { org: s, env: n, mode: r, type: a, data: $, eventBus: T },
1166
+ g
1220
1167
  );
1221
1168
  }
1222
1169
  }), Ie(() => {
@@ -1232,34 +1179,34 @@ const rr = /* @__PURE__ */ P({
1232
1179
  },
1233
1180
  { deep: !0, immediate: !0 }
1234
1181
  );
1235
- function k(g) {
1236
- const $ = hn[u.value.version].refKey, v = ye[$];
1237
- return v ? J(v.comp, {
1182
+ function v(k) {
1183
+ const $ = hn[u.value.version].refKey, g = ye[$];
1184
+ return g ? J(g.comp, {
1238
1185
  refContext: {
1239
1186
  parent: t.refContext,
1240
- refid: g.ref.id
1187
+ refid: k.ref.id
1241
1188
  },
1242
- node: g
1189
+ node: k
1243
1190
  }) : (console.assert(!1, `ref element not found key=${$}`), J("div", `ref element not found key=${$}`));
1244
1191
  }
1245
- function h(g) {
1246
- const $ = ye[g.basic.key];
1192
+ function h(k) {
1193
+ const $ = ye[k.basic.key];
1247
1194
  if (!$)
1248
- return console.assert(!1, `element not found key=${g.basic.key}`), J("div", `element not found key=${g.basic.key}`);
1249
- const v = [];
1250
- return $.leaf || g.children?.forEach((C) => {
1251
- v.push(y(C));
1252
- }), J($.comp, { node: g }, { default: () => v });
1195
+ return console.assert(!1, `element not found key=${k.basic.key}`), J("div", `element not found key=${k.basic.key}`);
1196
+ const g = [];
1197
+ return $.leaf || k.children?.forEach((T) => {
1198
+ g.push(y(T));
1199
+ }), J($.comp, { node: k }, { default: () => g });
1253
1200
  }
1254
- function y(g) {
1255
- return g.ref ? k(g) : h(g);
1201
+ function y(k) {
1202
+ return k.ref ? v(k) : h(k);
1256
1203
  }
1257
1204
  function w() {
1258
- let g = t.refContext.parent;
1259
- for (; g; ) {
1260
- if (g.refid === t.refContext.refid)
1205
+ let k = t.refContext.parent;
1206
+ for (; k; ) {
1207
+ if (k.refid === t.refContext.refid)
1261
1208
  return !0;
1262
- g = g.parent;
1209
+ k = k.parent;
1263
1210
  }
1264
1211
  return !1;
1265
1212
  }
@@ -1268,25 +1215,25 @@ const rr = /* @__PURE__ */ P({
1268
1215
  return J("div", e("x-runtime-lib.circularRef"));
1269
1216
  if (!m.value)
1270
1217
  return m.value === void 0 ? J("div") : J("div", e("x-runtime-lib.compNotAvail"));
1271
- const g = m.value.type;
1272
- if (g === "common") {
1218
+ const k = m.value.type;
1219
+ if (k === "common") {
1273
1220
  const $ = [];
1274
- return m.value.view.nodes.forEach((v) => {
1275
- $.push(y(v));
1221
+ return m.value.view.nodes.forEach((g) => {
1222
+ $.push(y(g));
1276
1223
  }), $;
1277
1224
  } else
1278
- return console.assert(!1, `invalid subtype=${g}`), J("div", `invalid subtype=${g}`);
1225
+ return console.assert(!1, `invalid subtype=${k}`), J("div", `invalid subtype=${k}`);
1279
1226
  };
1280
- return (g, $) => (I(), A(_));
1227
+ return (k, $) => (I(), A(_));
1281
1228
  }
1282
- }), ar = /* @__PURE__ */ P({
1229
+ }), rr = /* @__PURE__ */ P({
1283
1230
  __name: "index",
1284
1231
  props: {
1285
1232
  node: {},
1286
1233
  outer: { type: Boolean }
1287
1234
  },
1288
1235
  setup(i) {
1289
- const e = i, t = N(), s = M(), n = L(), { prop: r } = l(t, n, e, ["settings", "content"]), { prop: a } = l(t, n, e, ["settings", "dot"]), { theme: u } = U(s), { prop: p } = l(t, n, e, [
1236
+ const e = i, t = W(), s = F(), n = B(), { prop: r } = l(t, n, e, ["settings", "content"]), { prop: a } = l(t, n, e, ["settings", "dot"]), { theme: u } = j(s), { prop: p } = l(t, n, e, [
1290
1237
  "settings",
1291
1238
  "offset",
1292
1239
  "x"
@@ -1296,7 +1243,7 @@ const rr = /* @__PURE__ */ P({
1296
1243
  "y"
1297
1244
  ]);
1298
1245
  return (m, c) => {
1299
- const d = W("v-badge");
1246
+ const d = L("v-badge");
1300
1247
  return I(), A(d, {
1301
1248
  content: o(r),
1302
1249
  dot: o(a),
@@ -1305,34 +1252,34 @@ const rr = /* @__PURE__ */ P({
1305
1252
  theme: o(u)
1306
1253
  }, {
1307
1254
  default: z(() => [
1308
- j(m.$slots, "default")
1255
+ U(m.$slots, "default")
1309
1256
  ]),
1310
1257
  _: 3
1311
1258
  }, 8, ["content", "dot", "offset-x", "offset-y", "theme"]);
1312
1259
  };
1313
1260
  }
1314
- }), ur = /* @__PURE__ */ P({
1261
+ }), lr = /* @__PURE__ */ P({
1315
1262
  __name: "index",
1316
1263
  props: {
1317
1264
  node: {},
1318
1265
  outer: { type: Boolean }
1319
1266
  },
1320
1267
  setup(i) {
1321
- const e = i, t = N(), s = M(), n = L(), { prop: r } = l(t, n, e, [
1268
+ const e = i, t = W(), s = F(), n = B(), { prop: r } = l(t, n, e, [
1322
1269
  "settings",
1323
1270
  "addIcon",
1324
1271
  "append"
1325
1272
  ]), { prop: a } = l(t, n, e, ["settings", "block"]), { prop: u } = l(t, n, e, ["settings", "color"]), { color: p } = Y(s, u), { prop: f } = l(t, n, e, ["settings", "density"]), { prop: m } = l(t, n, e, [
1326
1273
  "settings",
1327
1274
  "disabled"
1328
- ]), { prop: c } = l(t, n, e, ["size", "height"]), { prop: d } = l(t, n, e, ["settings", "loading"]), { prop: b } = l(t, n, e, ["size", "maxHeight"]), { prop: k } = l(t, n, e, ["size", "maxWidth"]), { prop: h } = l(t, n, e, ["size", "minHeight"]), { prop: y } = l(t, n, e, ["size", "minWidth"]), { prop: w } = l(t, n, e, [
1275
+ ]), { prop: c } = l(t, n, e, ["size", "height"]), { prop: d } = l(t, n, e, ["settings", "loading"]), { prop: b } = l(t, n, e, ["size", "maxHeight"]), { prop: v } = l(t, n, e, ["size", "maxWidth"]), { prop: h } = l(t, n, e, ["size", "minHeight"]), { prop: y } = l(t, n, e, ["size", "minWidth"]), { prop: w } = l(t, n, e, [
1329
1276
  "settings",
1330
1277
  "addIcon",
1331
1278
  "prepend"
1332
1279
  ]), { prop: _ } = l(t, n, e, [
1333
1280
  "settings",
1334
1281
  "readonly"
1335
- ]), { prop: g } = l(t, n, e, ["settings", "ripple"]), { prop: $ } = l(t, n, e, ["settings", "size"]), { prop: v } = l(t, n, e, ["settings", "stacked"]), { prop: C } = l(t, n, e, ["settings", "text"]), { theme: B } = U(s), { prop: F } = l(t, n, e, ["settings", "variant"]), { prop: T } = l(t, n, e, ["size", "width"]), H = (K) => {
1282
+ ]), { prop: k } = l(t, n, e, ["settings", "ripple"]), { prop: $ } = l(t, n, e, ["settings", "size"]), { prop: g } = l(t, n, e, ["settings", "stacked"]), { prop: T } = l(t, n, e, ["settings", "text"]), { theme: N } = j(s), { prop: M } = l(t, n, e, ["settings", "variant"]), { prop: S } = l(t, n, e, ["size", "width"]), H = (K) => {
1336
1283
  if (t !== "runtime" && t !== "preview")
1337
1284
  return;
1338
1285
  const O = n.interpreter;
@@ -1342,7 +1289,7 @@ const rr = /* @__PURE__ */ P({
1342
1289
  O.appendCode(`__pointerPosX__ = ${te};`), O.appendCode(`__pointerPosY__ = ${ne};`), O.appendCode(`__triggerEvent__('${ce}', 'click');`), O.run();
1343
1290
  };
1344
1291
  return (K, O) => {
1345
- const te = W("v-btn");
1292
+ const te = L("v-btn");
1346
1293
  return I(), A(o(ee), null, {
1347
1294
  default: z(() => [
1348
1295
  Z(te, {
@@ -1354,18 +1301,18 @@ const rr = /* @__PURE__ */ P({
1354
1301
  height: o(c),
1355
1302
  loading: o(d),
1356
1303
  "max-height": o(b),
1357
- "max-width": o(k),
1304
+ "max-width": o(v),
1358
1305
  "min-height": o(h),
1359
1306
  "min-width": o(y),
1360
1307
  "prepend-icon": o(w),
1361
1308
  readonly: o(_),
1362
- ripple: o(g),
1309
+ ripple: o(k),
1363
1310
  size: o($),
1364
- stacked: o(v),
1365
- text: o(C),
1366
- theme: o(B),
1367
- variant: o(F),
1368
- width: o(T),
1311
+ stacked: o(g),
1312
+ text: o(T),
1313
+ theme: o(N),
1314
+ variant: o(M),
1315
+ width: o(S),
1369
1316
  onClick: H
1370
1317
  }, null, 8, ["append-icon", "block", "color", "density", "disabled", "height", "loading", "max-height", "max-width", "min-height", "min-width", "prepend-icon", "readonly", "ripple", "size", "stacked", "text", "theme", "variant", "width"])
1371
1318
  ]),
@@ -1378,24 +1325,24 @@ const rr = /* @__PURE__ */ P({
1378
1325
  for (const [s, n] of e)
1379
1326
  t[s] = n;
1380
1327
  return t;
1381
- }, cr = {};
1382
- function dr(i, e) {
1383
- const t = W("v-btn-group");
1328
+ }, ar = {};
1329
+ function ur(i, e) {
1330
+ const t = L("v-btn-group");
1384
1331
  return I(), A(t, null, {
1385
1332
  default: z(() => [
1386
- j(i.$slots, "default")
1333
+ U(i.$slots, "default")
1387
1334
  ]),
1388
1335
  _: 3
1389
1336
  });
1390
1337
  }
1391
- const mr = /* @__PURE__ */ _e(cr, [["render", dr]]), pr = /* @__PURE__ */ P({
1338
+ const cr = /* @__PURE__ */ _e(ar, [["render", ur]]), dr = /* @__PURE__ */ P({
1392
1339
  __name: "index",
1393
1340
  props: {
1394
1341
  node: {},
1395
1342
  outer: { type: Boolean }
1396
1343
  },
1397
1344
  setup(i) {
1398
- const e = i, t = N(), s = M(), n = L(), { prop: r } = l(t, n, e, ["settings", "block"]), { prop: a } = l(t, n, e, [
1345
+ const e = i, t = W(), s = F(), n = B(), { prop: r } = l(t, n, e, ["settings", "block"]), { prop: a } = l(t, n, e, [
1399
1346
  "settings",
1400
1347
  "disabled"
1401
1348
  ]), { prop: u } = l(t, n, e, ["settings", "divided"]), { prop: p } = l(t, n, e, [
@@ -1407,9 +1354,9 @@ const mr = /* @__PURE__ */ _e(cr, [["render", dr]]), pr = /* @__PURE__ */ P({
1407
1354
  ]), { prop: m } = l(t, n, e, [
1408
1355
  "settings",
1409
1356
  "readonly"
1410
- ]), { prop: c } = l(t, n, e, ["settings", "size"]), { prop: d } = l(t, n, e, ["settings", "stacked"]), { theme: b } = U(s), { prop: k } = l(t, n, e, ["settings", "tile"]), { prop: h } = l(t, n, e, ["settings", "variant"]);
1357
+ ]), { prop: c } = l(t, n, e, ["settings", "size"]), { prop: d } = l(t, n, e, ["settings", "stacked"]), { theme: b } = j(s), { prop: v } = l(t, n, e, ["settings", "tile"]), { prop: h } = l(t, n, e, ["settings", "variant"]);
1411
1358
  return (y, w) => {
1412
- const _ = W("v-btn-toggle");
1359
+ const _ = L("v-btn-toggle");
1413
1360
  return I(), A(_, {
1414
1361
  block: o(r),
1415
1362
  disabled: o(a),
@@ -1420,33 +1367,33 @@ const mr = /* @__PURE__ */ _e(cr, [["render", dr]]), pr = /* @__PURE__ */ P({
1420
1367
  size: o(c),
1421
1368
  stacked: o(d),
1422
1369
  theme: o(b),
1423
- tile: o(k),
1370
+ tile: o(v),
1424
1371
  variant: o(h)
1425
1372
  }, {
1426
1373
  default: z(() => [
1427
- j(y.$slots, "default")
1374
+ U(y.$slots, "default")
1428
1375
  ]),
1429
1376
  _: 3
1430
1377
  }, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
1431
1378
  };
1432
1379
  }
1433
- }), fr = /* @__PURE__ */ P({
1380
+ }), mr = /* @__PURE__ */ P({
1434
1381
  __name: "index",
1435
1382
  props: {
1436
1383
  node: {},
1437
1384
  outer: { type: Boolean }
1438
1385
  },
1439
1386
  setup(i) {
1440
- const e = i, t = N(), s = M(), n = L(), { prop: r } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
1387
+ const e = i, t = W(), s = F(), n = B(), { prop: r } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
1441
1388
  "settings",
1442
1389
  "disabled"
1443
- ]), { prop: u } = l(t, n, e, ["size", "height"]), { prop: p } = l(t, n, e, ["settings", "hover"]), { prop: f } = 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: b } = l(t, n, e, ["size", "minWidth"]), { prop: k } = l(t, n, e, [
1390
+ ]), { prop: u } = l(t, n, e, ["size", "height"]), { prop: p } = l(t, n, e, ["settings", "hover"]), { prop: f } = 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: b } = l(t, n, e, ["size", "minWidth"]), { prop: v } = l(t, n, e, [
1444
1391
  "settings",
1445
1392
  "subtitle"
1446
- ]), { prop: h } = l(t, n, e, ["settings", "text"]), { theme: y } = U(s), { prop: w } = l(t, n, e, ["settings", "title"]), { prop: _ } = l(t, n, e, ["settings", "variant"]), { prop: g } = l(t, n, e, ["size", "width"]);
1447
- return ($, v) => {
1448
- const C = W("v-card");
1449
- return I(), A(C, {
1393
+ ]), { prop: h } = l(t, n, e, ["settings", "text"]), { theme: y } = j(s), { prop: w } = l(t, n, e, ["settings", "title"]), { prop: _ } = l(t, n, e, ["settings", "variant"]), { prop: k } = l(t, n, e, ["size", "width"]);
1394
+ return ($, g) => {
1395
+ const T = L("v-card");
1396
+ return I(), A(T, {
1450
1397
  density: o(r),
1451
1398
  disabled: o(a),
1452
1399
  height: o(u),
@@ -1456,28 +1403,28 @@ const mr = /* @__PURE__ */ _e(cr, [["render", dr]]), pr = /* @__PURE__ */ P({
1456
1403
  "max-width": o(c),
1457
1404
  "min-height": o(d),
1458
1405
  "min-width": o(b),
1459
- subtitle: o(k),
1406
+ subtitle: o(v),
1460
1407
  text: o(h),
1461
1408
  theme: o(y),
1462
1409
  title: o(w),
1463
1410
  variant: o(_),
1464
- width: o(g)
1411
+ width: o(k)
1465
1412
  }, {
1466
1413
  default: z(() => [
1467
- j($.$slots, "default")
1414
+ U($.$slots, "default")
1468
1415
  ]),
1469
1416
  _: 3
1470
1417
  }, 8, ["density", "disabled", "height", "hover", "loading", "max-height", "max-width", "min-height", "min-width", "subtitle", "text", "theme", "title", "variant", "width"]);
1471
1418
  };
1472
1419
  }
1473
- }), br = /* @__PURE__ */ P({
1420
+ }), pr = /* @__PURE__ */ P({
1474
1421
  __name: "index",
1475
1422
  props: {
1476
1423
  node: {},
1477
1424
  outer: { type: Boolean }
1478
1425
  },
1479
1426
  setup(i) {
1480
- const e = i, t = N(), s = L(), { prop: n } = l(t, s, e, [
1427
+ const e = i, t = W(), s = B(), { prop: n } = l(t, s, e, [
1481
1428
  "settings",
1482
1429
  "disabled"
1483
1430
  ]), { prop: r } = l(t, s, e, [
@@ -1485,21 +1432,21 @@ const mr = /* @__PURE__ */ _e(cr, [["render", dr]]), pr = /* @__PURE__ */ P({
1485
1432
  "readonly"
1486
1433
  ]);
1487
1434
  return (a, u) => {
1488
- const p = W("v-checkbox");
1435
+ const p = L("v-checkbox");
1489
1436
  return I(), A(p, {
1490
1437
  disabled: o(n),
1491
1438
  readonly: o(r)
1492
1439
  }, null, 8, ["disabled", "readonly"]);
1493
1440
  };
1494
1441
  }
1495
- }), yr = /* @__PURE__ */ P({
1442
+ }), fr = /* @__PURE__ */ P({
1496
1443
  __name: "index",
1497
1444
  props: {
1498
1445
  node: {},
1499
1446
  outer: { type: Boolean }
1500
1447
  },
1501
1448
  setup(i) {
1502
- const e = i, t = N(), s = M(), n = L(), { prop: r } = l(t, n, e, [
1449
+ const e = i, t = W(), s = F(), n = B(), { prop: r } = l(t, n, e, [
1503
1450
  "settings",
1504
1451
  "closable"
1505
1452
  ]), { prop: a } = l(t, n, e, ["settings", "color"]), { color: u } = Y(s, a), { prop: p } = l(t, n, e, ["settings", "density"]), { prop: f } = l(t, n, e, [
@@ -1508,10 +1455,10 @@ const mr = /* @__PURE__ */ _e(cr, [["render", dr]]), pr = /* @__PURE__ */ P({
1508
1455
  ]), { prop: m } = l(t, n, e, [
1509
1456
  "settings",
1510
1457
  "draggable"
1511
- ]), { prop: c } = l(t, n, e, ["settings", "filter"]), { prop: d } = l(t, n, e, ["settings", "label"]), { prop: b } = l(t, n, e, ["settings", "size"]), { prop: k } = l(t, n, e, ["settings", "text"]), { theme: h } = U(s), { prop: y } = l(t, n, e, ["settings", "tile"]), { prop: w } = l(t, n, e, ["settings", "value"]), { prop: _ } = l(t, n, e, ["settings", "variant"]);
1512
- return (g, $) => {
1513
- const v = W("v-chip");
1514
- return I(), A(v, {
1458
+ ]), { prop: c } = l(t, n, e, ["settings", "filter"]), { prop: d } = l(t, n, e, ["settings", "label"]), { prop: b } = l(t, n, e, ["settings", "size"]), { prop: v } = l(t, n, e, ["settings", "text"]), { theme: h } = j(s), { prop: y } = l(t, n, e, ["settings", "tile"]), { prop: w } = l(t, n, e, ["settings", "value"]), { prop: _ } = l(t, n, e, ["settings", "variant"]);
1459
+ return (k, $) => {
1460
+ const g = L("v-chip");
1461
+ return I(), A(g, {
1515
1462
  closable: o(r),
1516
1463
  color: o(u),
1517
1464
  density: o(p),
@@ -1520,7 +1467,7 @@ const mr = /* @__PURE__ */ _e(cr, [["render", dr]]), pr = /* @__PURE__ */ P({
1520
1467
  filter: o(c),
1521
1468
  label: o(d),
1522
1469
  size: o(b),
1523
- text: o(k),
1470
+ text: o(v),
1524
1471
  theme: o(h),
1525
1472
  tile: o(y),
1526
1473
  value: o(w),
@@ -1528,14 +1475,14 @@ const mr = /* @__PURE__ */ _e(cr, [["render", dr]]), pr = /* @__PURE__ */ P({
1528
1475
  }, null, 8, ["closable", "color", "density", "disabled", "draggable", "filter", "label", "size", "text", "theme", "tile", "value", "variant"]);
1529
1476
  };
1530
1477
  }
1531
- }), hr = /* @__PURE__ */ P({
1478
+ }), br = /* @__PURE__ */ P({
1532
1479
  __name: "index",
1533
1480
  props: {
1534
1481
  node: {},
1535
1482
  outer: { type: Boolean }
1536
1483
  },
1537
1484
  setup(i) {
1538
- const e = i, t = N(), s = M(), n = L(), { prop: r } = l(t, n, e, ["settings", "column"]), { prop: a } = l(t, n, e, [
1485
+ const e = i, t = W(), s = F(), n = B(), { prop: r } = l(t, n, e, ["settings", "column"]), { prop: a } = l(t, n, e, [
1539
1486
  "settings",
1540
1487
  "direction"
1541
1488
  ]), { prop: u } = l(t, n, e, [
@@ -1550,9 +1497,9 @@ const mr = /* @__PURE__ */ _e(cr, [["render", dr]]), pr = /* @__PURE__ */ P({
1550
1497
  ]), { prop: c } = l(t, n, e, [
1551
1498
  "settings",
1552
1499
  "showArrows"
1553
- ]), { theme: d } = U(s), { prop: b } = l(t, n, e, ["settings", "value"]);
1554
- return (k, h) => {
1555
- const y = W("v-chip-group");
1500
+ ]), { theme: d } = j(s), { prop: b } = l(t, n, e, ["settings", "value"]);
1501
+ return (v, h) => {
1502
+ const y = L("v-chip-group");
1556
1503
  return I(), A(y, {
1557
1504
  modelValue: o(b),
1558
1505
  "onUpdate:modelValue": h[0] || (h[0] = (w) => X(b) ? b.value = w : null),
@@ -1566,22 +1513,22 @@ const mr = /* @__PURE__ */ _e(cr, [["render", dr]]), pr = /* @__PURE__ */ P({
1566
1513
  theme: o(d)
1567
1514
  }, {
1568
1515
  default: z(() => [
1569
- j(k.$slots, "default")
1516
+ U(v.$slots, "default")
1570
1517
  ]),
1571
1518
  _: 3
1572
1519
  }, 8, ["modelValue", "column", "direction", "disabled", "filter", "mandatory", "multiple", "show-arrows", "theme"]);
1573
1520
  };
1574
1521
  }
1575
- }), xr = /* @__PURE__ */ P({
1522
+ }), yr = /* @__PURE__ */ P({
1576
1523
  __name: "index",
1577
1524
  props: {
1578
1525
  node: {},
1579
1526
  outer: { type: Boolean }
1580
1527
  },
1581
1528
  setup(i) {
1582
- const e = i, t = N(), s = le(), n = M(), r = ae(), a = ue(), u = L(), { applySize: p } = pe(t, s, e), f = V(() => {
1583
- const _ = {}, g = a.value.type;
1584
- return r === "page" ? g === "common" ? p(_) : console.assert(!1) : r === "comp" && g === "common" ? p(_) : console.assert(!1), _;
1529
+ const e = i, t = W(), s = le(), n = F(), r = ae(), a = ue(), u = B(), { applySize: p } = pe(t, s, e), f = V(() => {
1530
+ const _ = {}, k = a.value.type;
1531
+ return r === "page" ? k === "common" ? p(_) : console.assert(!1) : r === "comp" && k === "common" ? p(_) : console.assert(!1), _;
1585
1532
  }), { prop: m } = l(t, u, e, [
1586
1533
  "settings",
1587
1534
  "disabled"
@@ -1594,7 +1541,7 @@ const mr = /* @__PURE__ */ _e(cr, [["render", dr]]), pr = /* @__PURE__ */ P({
1594
1541
  ]), { prop: b } = l(t, u, e, [
1595
1542
  "settings",
1596
1543
  "hideInputs"
1597
- ]), { prop: k } = l(t, u, e, [
1544
+ ]), { prop: v } = l(t, u, e, [
1598
1545
  "settings",
1599
1546
  "hideSliders"
1600
1547
  ]), { prop: h } = l(t, u, e, [
@@ -1603,15 +1550,15 @@ const mr = /* @__PURE__ */ _e(cr, [["render", dr]]), pr = /* @__PURE__ */ P({
1603
1550
  ]), { prop: y } = l(t, u, e, [
1604
1551
  "settings",
1605
1552
  "showSwatches"
1606
- ]), { theme: w } = U(n);
1607
- return (_, g) => {
1608
- const $ = W("v-color-picker");
1553
+ ]), { theme: w } = j(n);
1554
+ return (_, k) => {
1555
+ const $ = L("v-color-picker");
1609
1556
  return I(), A($, {
1610
1557
  disabled: o(m),
1611
1558
  "hide-canvas": o(c),
1612
1559
  "hide-header": o(d),
1613
1560
  "hide-inputs": o(b),
1614
- "hide-sliders": o(k),
1561
+ "hide-sliders": o(v),
1615
1562
  landscape: o(h),
1616
1563
  "show-swatches": o(y),
1617
1564
  style: oe(f.value),
@@ -1619,14 +1566,14 @@ const mr = /* @__PURE__ */ _e(cr, [["render", dr]]), pr = /* @__PURE__ */ P({
1619
1566
  }, null, 8, ["disabled", "hide-canvas", "hide-header", "hide-inputs", "hide-sliders", "landscape", "show-swatches", "style", "theme"]);
1620
1567
  };
1621
1568
  }
1622
- }), gr = /* @__PURE__ */ P({
1569
+ }), hr = /* @__PURE__ */ P({
1623
1570
  __name: "index",
1624
1571
  props: {
1625
1572
  node: {},
1626
1573
  outer: { type: Boolean }
1627
1574
  },
1628
1575
  setup(i) {
1629
- const e = i, t = N(), s = M(), n = L(), { prop: r } = l(t, n, e, [
1576
+ const e = i, t = W(), s = F(), n = B(), { prop: r } = l(t, n, e, [
1630
1577
  "settings",
1631
1578
  "hideDetails"
1632
1579
  ]), { prop: a } = l(t, n, e, ["settings", "label"]), { prop: u } = l(t, n, e, [
@@ -1638,12 +1585,12 @@ const mr = /* @__PURE__ */ _e(cr, [["render", dr]]), pr = /* @__PURE__ */ P({
1638
1585
  ]), { prop: f } = l(t, n, e, [
1639
1586
  "settings",
1640
1587
  "singleLine"
1641
- ]), { theme: m } = U(s), { prop: c } = l(t, n, e, ["settings", "value"]);
1588
+ ]), { theme: m } = j(s), { prop: c } = l(t, n, e, ["settings", "value"]);
1642
1589
  return (d, b) => {
1643
- const k = W("v-combobox");
1590
+ const v = L("v-combobox");
1644
1591
  return I(), A(o(ee), null, {
1645
1592
  default: z(() => [
1646
- Z(k, {
1593
+ Z(v, {
1647
1594
  modelValue: o(c),
1648
1595
  "onUpdate:modelValue": b[0] || (b[0] = (h) => X(c) ? c.value = h : null),
1649
1596
  "hide-details": o(r),
@@ -1658,34 +1605,34 @@ const mr = /* @__PURE__ */ _e(cr, [["render", dr]]), pr = /* @__PURE__ */ P({
1658
1605
  });
1659
1606
  };
1660
1607
  }
1661
- }), vr = /* @__PURE__ */ P({
1608
+ }), xr = /* @__PURE__ */ P({
1662
1609
  __name: "index",
1663
1610
  props: {
1664
1611
  node: {},
1665
1612
  outer: { type: Boolean }
1666
1613
  },
1667
1614
  setup(i) {
1668
- const e = i, t = N(), s = le(), n = M(), r = ae(), a = ue(), u = L(), { prop: p } = l(t, u, e, [
1615
+ const e = i, t = W(), s = le(), n = F(), r = ae(), a = ue(), u = B(), { prop: p } = l(t, u, e, [
1669
1616
  "settings",
1670
1617
  "backgroundColor"
1671
- ]), { color: f } = Y(n, p), { applySize: m } = pe(t, s, e), { applyMargin: c } = sn(e), { applyPadding: d } = rn(e), { applyBorder: b } = on(n, e), k = V(() => {
1618
+ ]), { color: f } = Y(n, p), { applySize: m } = pe(t, s, e), { applyMargin: c } = sn(e), { applyPadding: d } = rn(e), { applyBorder: b } = on(n, e), v = V(() => {
1672
1619
  const h = {}, y = a.value.type;
1673
1620
  return r === "page" ? y === "common" ? (m(h), c(h), d(h), b(h), f.value && (h.backgroundColor = f.value)) : console.assert(!1) : r === "comp" && y === "common" ? (m(h), c(h), d(h), b(h), f.value && (h.backgroundColor = f.value)) : console.assert(!1), h;
1674
1621
  });
1675
1622
  return (h, y) => (I(), ie("div", {
1676
- style: oe(k.value)
1623
+ style: oe(v.value)
1677
1624
  }, [
1678
- j(h.$slots, "default")
1625
+ U(h.$slots, "default")
1679
1626
  ], 4));
1680
1627
  }
1681
- }), kr = /* @__PURE__ */ P({
1628
+ }), gr = /* @__PURE__ */ P({
1682
1629
  __name: "index",
1683
1630
  props: {
1684
1631
  node: {},
1685
1632
  outer: { type: Boolean }
1686
1633
  },
1687
1634
  setup(i) {
1688
- const e = i, t = N(), s = M(), n = L(), { prop: r } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
1635
+ const e = i, t = W(), s = F(), n = B(), { prop: r } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
1689
1636
  "settings",
1690
1637
  "fixedFooter"
1691
1638
  ]), { prop: u } = l(t, n, e, [
@@ -1700,15 +1647,15 @@ const mr = /* @__PURE__ */ _e(cr, [["render", dr]]), pr = /* @__PURE__ */ P({
1700
1647
  ), { prop: d } = l(t, n, e, ["settings", "loading"]), { prop: b } = l(t, n, e, [
1701
1648
  "settings",
1702
1649
  "multiSort"
1703
- ]), { theme: k } = U(s), { prop: h } = l(t, n, e, ["size", "width"]), y = V(() => {
1650
+ ]), { theme: v } = j(s), { prop: h } = l(t, n, e, ["size", "width"]), y = V(() => {
1704
1651
  const w = [];
1705
- return (e.node.slots?.items ?? []).forEach((g) => {
1706
- g.column && g.comp && w.push(g);
1652
+ return (e.node.slots?.items ?? []).forEach((k) => {
1653
+ k.column && k.comp && w.push(k);
1707
1654
  }), w;
1708
1655
  });
1709
1656
  return (w, _) => {
1710
- const g = W("v-data-table");
1711
- return I(), A(g, {
1657
+ const k = L("v-data-table");
1658
+ return I(), A(k, {
1712
1659
  density: o(r),
1713
1660
  "fixed-footer": o(a),
1714
1661
  "fixed-header": o(u),
@@ -1718,41 +1665,41 @@ const mr = /* @__PURE__ */ _e(cr, [["render", dr]]), pr = /* @__PURE__ */ P({
1718
1665
  items: o(c),
1719
1666
  loading: o(d),
1720
1667
  "multi-sort": o(b),
1721
- theme: o(k),
1668
+ theme: o(v),
1722
1669
  width: o(h)
1723
1670
  }, tn({ _: 2 }, [
1724
1671
  bi(y.value, ($) => ({
1725
1672
  name: `item.${$.column}`,
1726
- fn: z(({ value: v }) => [
1673
+ fn: z(({ value: g }) => [
1727
1674
  Z(o(fe), {
1728
1675
  "ref-context": { refid: $.comp },
1729
- state: { value: v }
1676
+ state: { value: g }
1730
1677
  }, null, 8, ["ref-context", "state"])
1731
1678
  ])
1732
1679
  }))
1733
1680
  ]), 1032, ["density", "fixed-footer", "fixed-header", "headers", "height", "hover", "items", "loading", "multi-sort", "theme", "width"]);
1734
1681
  };
1735
1682
  }
1736
- }), _r = {};
1737
- function wr(i, e) {
1738
- const t = W("v-date-picker");
1683
+ }), vr = {};
1684
+ function kr(i, e) {
1685
+ const t = L("v-date-picker");
1739
1686
  return I(), A(t);
1740
1687
  }
1741
- const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PURE__ */ P({
1688
+ const _r = /* @__PURE__ */ _e(vr, [["render", kr]]), wr = ["id"], Vr = /* @__PURE__ */ P({
1742
1689
  __name: "index",
1743
1690
  props: {
1744
1691
  node: {},
1745
1692
  outer: { type: Boolean }
1746
1693
  },
1747
1694
  setup(i) {
1748
- const e = i, t = N(), s = L(), n = V(() => e.node.basic?.id), { open: r } = ki(`runtimeDlg/${hi()}`);
1695
+ const e = i, t = W(), s = B(), n = V(() => e.node.basic?.id), { open: r } = ki(`runtimeDlg/${hi()}`);
1749
1696
  return Oi(s, e, (u) => {
1750
1697
  if (t !== "runtime" && t !== "preview" || !s.interpreter)
1751
1698
  return;
1752
1699
  const { name: f } = u;
1753
1700
  f === "open" ? r.value = !0 : f === "close" && (r.value = !1);
1754
1701
  }), (u, p) => {
1755
- const f = W("v-dialog");
1702
+ const f = L("v-dialog");
1756
1703
  return I(), A(f, {
1757
1704
  modelValue: o(r),
1758
1705
  "onUpdate:modelValue": p[0] || (p[0] = (m) => X(r) ? r.value = m : null),
@@ -1762,23 +1709,23 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
1762
1709
  o(t) === "editor" ? (I(), ie("div", {
1763
1710
  key: 0,
1764
1711
  id: `__node__@${n.value}`
1765
- }, null, 8, $r)) : en("", !0)
1712
+ }, null, 8, wr)) : en("", !0)
1766
1713
  ]),
1767
1714
  default: z(() => [
1768
- j(u.$slots, "default")
1715
+ U(u.$slots, "default")
1769
1716
  ]),
1770
1717
  _: 3
1771
1718
  }, 8, ["modelValue"]);
1772
1719
  };
1773
1720
  }
1774
- }), Cr = /* @__PURE__ */ P({
1721
+ }), $r = /* @__PURE__ */ P({
1775
1722
  __name: "index",
1776
1723
  props: {
1777
1724
  node: {},
1778
1725
  outer: { type: Boolean }
1779
1726
  },
1780
1727
  setup(i) {
1781
- const e = i, t = N(), s = L(), { prop: n } = l(t, s, e, ["settings", "chips"]), { prop: r } = l(t, s, e, ["settings", "density"]), { prop: a } = l(t, s, e, [
1728
+ const e = i, t = W(), s = B(), { prop: n } = l(t, s, e, ["settings", "chips"]), { prop: r } = l(t, s, e, ["settings", "density"]), { prop: a } = l(t, s, e, [
1782
1729
  "settings",
1783
1730
  "direction"
1784
1731
  ]), { prop: u } = l(t, s, e, [
@@ -1794,8 +1741,8 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
1794
1741
  "settings",
1795
1742
  "singleLine"
1796
1743
  ]);
1797
- return (k, h) => {
1798
- const y = W("v-file-input");
1744
+ return (v, h) => {
1745
+ const y = L("v-file-input");
1799
1746
  return I(), A(y, {
1800
1747
  chips: o(n),
1801
1748
  density: o(r),
@@ -1810,107 +1757,107 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
1810
1757
  }, null, 8, ["chips", "density", "direction", "disabled", "label", "loading", "multiple", "readonly", "reverse", "single-line"]);
1811
1758
  };
1812
1759
  }
1813
- }), Sr = /* @__PURE__ */ P({
1760
+ }), Ir = /* @__PURE__ */ P({
1814
1761
  __name: "index",
1815
1762
  props: {
1816
1763
  node: {},
1817
1764
  outer: { type: Boolean }
1818
1765
  },
1819
1766
  setup(i) {
1820
- const e = i, t = N(), s = le(), n = M(), r = ae(), a = ue(), u = L(), { applySize: p } = pe(t, s, e), { applyMargin: f } = sn(e), { applyPadding: m } = rn(e), { applyBorder: c } = on(n, e), { prop: d } = l(t, u, e, [
1767
+ const e = i, t = W(), s = le(), n = F(), r = ae(), a = ue(), u = B(), { applySize: p } = pe(t, s, e), { applyMargin: f } = sn(e), { applyPadding: m } = rn(e), { applyBorder: c } = on(n, e), { prop: d } = l(t, u, e, [
1821
1768
  "settings",
1822
1769
  "backgroundColor"
1823
- ]), { color: b } = Y(n, d), k = (y) => {
1770
+ ]), { color: b } = Y(n, d), v = (y) => {
1824
1771
  b.value && (y.backgroundColor = b.value), y.display = "flex";
1825
1772
  const w = Pi(s.value.width), _ = we(w, e.node.settings?.direction);
1826
1773
  _ === "row" ? y.flexDirection = "row" : _ === "rowReverse" ? y.flexDirection = "row-reverse" : _ === "column" ? y.flexDirection = "column" : _ === "columnReverse" && (y.flexDirection = "column-reverse");
1827
- const g = we(w, e.node.settings?.wrap);
1828
- g === "no" ? y.flexWrap = "nowrap" : g === "yes" ? y.flexWrap = "wrap" : g === "reverse" && (y.flexWrap = "wrap-reverse");
1774
+ const k = we(w, e.node.settings?.wrap);
1775
+ k === "no" ? y.flexWrap = "nowrap" : k === "yes" ? y.flexWrap = "wrap" : k === "reverse" && (y.flexWrap = "wrap-reverse");
1829
1776
  const $ = we(w, e.node.settings?.mainAlign);
1830
1777
  $ === "start" ? y.justifyContent = "flex-start" : $ === "end" ? y.justifyContent = "flex-end" : $ === "center" ? y.justifyContent = "center" : $ === "spaceBetween" ? y.justifyContent = "space-between" : $ === "spaceAround" ? y.justifyContent = "space-around" : $ === "spaceEvenly" && (y.justifyContent = "space-evenly");
1831
- const v = we(w, e.node.settings?.crossAlign);
1832
- v === "start" ? y.alignItems = "flex-start" : v === "end" ? y.alignItems = "flex-end" : v === "center" ? y.alignItems = "center" : v === "baseline" ? y.alignItems = "baseline" : v === "stretch" && (y.alignItems = "stretch");
1778
+ const g = we(w, e.node.settings?.crossAlign);
1779
+ g === "start" ? y.alignItems = "flex-start" : g === "end" ? y.alignItems = "flex-end" : g === "center" ? y.alignItems = "center" : g === "baseline" ? y.alignItems = "baseline" : g === "stretch" && (y.alignItems = "stretch");
1833
1780
  }, h = V(() => {
1834
1781
  const y = {}, w = a.value.type;
1835
- return r === "page" ? w === "common" ? (p(y), f(y), m(y), c(y), k(y)) : console.assert(!1) : r === "comp" && w === "common" ? (p(y), f(y), m(y), c(y), k(y)) : console.assert(!1), y;
1782
+ return r === "page" ? w === "common" ? (p(y), f(y), m(y), c(y), v(y)) : console.assert(!1) : r === "comp" && w === "common" ? (p(y), f(y), m(y), c(y), v(y)) : console.assert(!1), y;
1836
1783
  });
1837
1784
  return (y, w) => (I(), ie("div", {
1838
1785
  style: oe(h.value)
1839
1786
  }, [
1840
- j(y.$slots, "default")
1787
+ U(y.$slots, "default")
1841
1788
  ], 4));
1842
1789
  }
1843
- }), Tr = /* @__PURE__ */ P({
1790
+ }), Cr = /* @__PURE__ */ P({
1844
1791
  __name: "index",
1845
1792
  props: {
1846
1793
  node: {},
1847
1794
  outer: { type: Boolean }
1848
1795
  },
1849
1796
  setup(i) {
1850
- const e = i, t = N(), s = le(), n = ae(), r = ue(), a = L(), { applySize: u } = pe(t, s, e), { prop: p } = l(t, a, e, ["settings", "grow"]), { prop: f } = l(t, a, e, ["settings", "shrink"]), m = V(() => {
1797
+ const e = i, t = W(), s = le(), n = ae(), r = ue(), a = B(), { applySize: u } = pe(t, s, e), { prop: p } = l(t, a, e, ["settings", "grow"]), { prop: f } = l(t, a, e, ["settings", "shrink"]), m = V(() => {
1851
1798
  const c = {}, d = r.value.type;
1852
1799
  return n === "page" ? d === "common" ? (u(c), c.flexGrow = p.value ? 1 : 0, c.flexShrink = f.value ? 1 : 0) : console.assert(!1) : n === "comp" && d === "common" ? (u(c), c.flexGrow = p.value ? 1 : 0, c.flexShrink = f.value ? 1 : 0) : console.assert(!1), c;
1853
1800
  });
1854
1801
  return (c, d) => (I(), ie("div", {
1855
1802
  style: oe(m.value)
1856
1803
  }, [
1857
- j(c.$slots, "default")
1804
+ U(c.$slots, "default")
1858
1805
  ], 4));
1859
1806
  }
1860
- }), zr = /* @__PURE__ */ P({
1807
+ }), Sr = /* @__PURE__ */ P({
1861
1808
  __name: "index",
1862
1809
  props: {
1863
1810
  node: {},
1864
1811
  outer: { type: Boolean }
1865
1812
  },
1866
1813
  setup(i) {
1867
- const e = i, t = N(), s = le(), n = M(), r = ae(), a = ue(), u = L(), { prop: p } = l(t, u, e, ["settings", "valid"]), { prop: f } = l(t, u, e, [
1814
+ const e = i, t = W(), s = le(), n = F(), r = ae(), a = ue(), u = B(), { prop: p } = l(t, u, e, ["settings", "valid"]), { prop: f } = l(t, u, e, [
1868
1815
  "settings",
1869
1816
  "fastFail"
1870
1817
  ]), { prop: m } = l(t, u, e, [
1871
1818
  "settings",
1872
1819
  "backgroundColor"
1873
- ]), { color: c } = Y(n, m), { applySize: d } = pe(t, s, e), { applyMargin: b } = sn(e), { applyPadding: k } = rn(e), { applyBorder: h } = on(n, e), y = V(() => {
1874
- const _ = {}, g = a.value.type;
1875
- return r === "page" ? g === "common" ? (d(_), b(_), k(_), h(_), c.value && (_.backgroundColor = c.value)) : console.assert(!1) : r === "comp" && g === "common" ? (d(_), b(_), k(_), h(_), c.value && (_.backgroundColor = c.value)) : console.assert(!1), _;
1820
+ ]), { color: c } = Y(n, m), { applySize: d } = pe(t, s, e), { applyMargin: b } = sn(e), { applyPadding: v } = rn(e), { applyBorder: h } = on(n, e), y = V(() => {
1821
+ const _ = {}, k = a.value.type;
1822
+ return r === "page" ? k === "common" ? (d(_), b(_), v(_), h(_), c.value && (_.backgroundColor = c.value)) : console.assert(!1) : r === "comp" && k === "common" ? (d(_), b(_), v(_), h(_), c.value && (_.backgroundColor = c.value)) : console.assert(!1), _;
1876
1823
  }), w = () => {
1877
1824
  if (t !== "runtime" && t !== "preview")
1878
1825
  return;
1879
1826
  const _ = u.interpreter;
1880
1827
  if (!_)
1881
1828
  return;
1882
- const g = _.nativeToPseudo(e.node.basic.id);
1883
- _.appendCode(`__triggerEvent__('${g}', 'submit')`), _.run();
1829
+ const k = _.nativeToPseudo(e.node.basic.id);
1830
+ _.appendCode(`__triggerEvent__('${k}', 'submit')`), _.run();
1884
1831
  };
1885
- return (_, g) => {
1886
- const $ = W("v-form");
1832
+ return (_, k) => {
1833
+ const $ = L("v-form");
1887
1834
  return I(), A($, {
1888
1835
  modelValue: o(p),
1889
- "onUpdate:modelValue": g[0] || (g[0] = (v) => X(p) ? p.value = v : null),
1836
+ "onUpdate:modelValue": k[0] || (k[0] = (g) => X(p) ? p.value = g : null),
1890
1837
  "fast-fail": o(f),
1891
1838
  style: oe(y.value),
1892
1839
  onSubmit: mo(w, ["prevent"])
1893
1840
  }, {
1894
1841
  default: z(() => [
1895
- j(_.$slots, "default")
1842
+ U(_.$slots, "default")
1896
1843
  ]),
1897
1844
  _: 3
1898
1845
  }, 8, ["modelValue", "fast-fail", "style"]);
1899
1846
  };
1900
1847
  }
1901
- }), Ar = /* @__PURE__ */ P({
1848
+ }), Tr = /* @__PURE__ */ P({
1902
1849
  __name: "index",
1903
1850
  props: {
1904
1851
  node: {},
1905
1852
  outer: { type: Boolean }
1906
1853
  },
1907
1854
  setup(i) {
1908
- const e = i, t = N(), s = M(), n = L(), { prop: r } = l(t, n, e, ["settings", "color"]), { color: a } = Y(s, r), { prop: u } = l(t, n, e, [
1855
+ const e = i, t = W(), s = F(), n = B(), { prop: r } = l(t, n, e, ["settings", "color"]), { color: a } = Y(s, r), { prop: u } = l(t, n, e, [
1909
1856
  "settings",
1910
1857
  "disabled"
1911
- ]), { prop: p } = l(t, n, e, ["settings", "icon"]), { prop: f } = l(t, n, e, ["settings", "size"]), { theme: m } = U(s);
1858
+ ]), { prop: p } = l(t, n, e, ["settings", "icon"]), { prop: f } = l(t, n, e, ["settings", "size"]), { theme: m } = j(s);
1912
1859
  return (c, d) => {
1913
- const b = W("v-icon");
1860
+ const b = L("v-icon");
1914
1861
  return I(), A(b, {
1915
1862
  color: o(a),
1916
1863
  disabled: o(u),
@@ -1920,14 +1867,14 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
1920
1867
  }, null, 8, ["color", "disabled", "icon", "size", "theme"]);
1921
1868
  };
1922
1869
  }
1923
- }), Pr = ["id"], Nr = /* @__PURE__ */ P({
1870
+ }), zr = ["id"], Ar = /* @__PURE__ */ P({
1924
1871
  __name: "index",
1925
1872
  props: {
1926
1873
  node: {},
1927
1874
  outer: { type: Boolean }
1928
1875
  },
1929
1876
  setup(i) {
1930
- const e = i, t = N(), s = L(), n = be(0), r = be(0), a = V(() => [n.value, r.value]), u = V(() => e.node.basic?.id), { open: p } = ki(`runtimeMenu/${hi()}`);
1877
+ const e = i, t = W(), s = B(), n = be(0), r = be(0), a = V(() => [n.value, r.value]), u = V(() => e.node.basic?.id), { open: p } = ki(`runtimeMenu/${hi()}`);
1931
1878
  return Oi(s, e, (m) => {
1932
1879
  if (t !== "runtime" && t !== "preview")
1933
1880
  return;
@@ -1937,7 +1884,7 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
1937
1884
  const { name: d } = m;
1938
1885
  d === "open" ? (n.value = c.getProperty(c.globalObject, "__pointerPosX__"), r.value = c.getProperty(c.globalObject, "__pointerPosY__"), p.value = !0) : d === "close" && (p.value = !1);
1939
1886
  }), (m, c) => {
1940
- const d = W("v-menu");
1887
+ const d = L("v-menu");
1941
1888
  return I(), A(d, {
1942
1889
  modelValue: o(p),
1943
1890
  "onUpdate:modelValue": c[0] || (c[0] = (b) => X(p) ? p.value = b : null),
@@ -1950,23 +1897,23 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
1950
1897
  o(t) === "editor" ? (I(), ie("div", {
1951
1898
  key: 0,
1952
1899
  id: `__node__@${u.value}`
1953
- }, null, 8, Pr)) : en("", !0)
1900
+ }, null, 8, zr)) : en("", !0)
1954
1901
  ]),
1955
1902
  default: z(() => [
1956
- j(m.$slots, "default")
1903
+ U(m.$slots, "default")
1957
1904
  ]),
1958
1905
  _: 3
1959
1906
  }, 8, ["modelValue", "target"]);
1960
1907
  };
1961
1908
  }
1962
- }), Wr = /* @__PURE__ */ P({
1909
+ }), Pr = /* @__PURE__ */ P({
1963
1910
  __name: "index",
1964
1911
  props: {
1965
1912
  node: {},
1966
1913
  outer: { type: Boolean }
1967
1914
  },
1968
1915
  setup(i) {
1969
- const e = i, t = N(), s = M(), n = L(), { prop: r } = l(t, n, e, [
1916
+ const e = i, t = W(), s = F(), n = B(), { prop: r } = l(t, n, e, [
1970
1917
  "settings",
1971
1918
  "addIcon",
1972
1919
  "append"
@@ -1980,7 +1927,7 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
1980
1927
  ]), { prop: p } = l(t, n, e, [
1981
1928
  "settings",
1982
1929
  "hideDetails"
1983
- ]), { prop: f } = l(t, n, e, ["settings", "label"]), { prop: m } = l(t, n, e, ["settings", "loading"]), { prop: c } = l(t, n, e, ["settings", "max"]), { prop: d } = l(t, n, e, ["size", "maxWidth"]), { prop: b } = l(t, n, e, ["settings", "min"]), { prop: k } = l(t, n, e, ["size", "minWidth"]), { prop: h } = l(t, n, e, [
1930
+ ]), { prop: f } = l(t, n, e, ["settings", "label"]), { prop: m } = l(t, n, e, ["settings", "loading"]), { prop: c } = l(t, n, e, ["settings", "max"]), { prop: d } = l(t, n, e, ["size", "maxWidth"]), { prop: b } = l(t, n, e, ["settings", "min"]), { prop: v } = l(t, n, e, ["size", "minWidth"]), { prop: h } = l(t, n, e, [
1984
1931
  "settings",
1985
1932
  "placeholder"
1986
1933
  ]), { prop: y } = l(t, n, e, [
@@ -1990,19 +1937,19 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
1990
1937
  "settings",
1991
1938
  "addIcon",
1992
1939
  "prepend"
1993
- ]), { prop: g } = l(t, n, e, [
1940
+ ]), { prop: k } = l(t, n, e, [
1994
1941
  "settings",
1995
1942
  "addIcon",
1996
1943
  "prependInner"
1997
1944
  ]), { prop: $ } = l(t, n, e, [
1998
1945
  "settings",
1999
1946
  "readonly"
2000
- ]), { prop: v } = l(t, n, e, ["settings", "reverse"]), { prop: C } = l(t, n, e, [
1947
+ ]), { prop: g } = l(t, n, e, ["settings", "reverse"]), { prop: T } = l(t, n, e, [
2001
1948
  "settings",
2002
1949
  "singleLine"
2003
- ]), { prop: B } = l(t, n, e, ["settings", "step"]), { prop: F } = l(t, n, e, ["settings", "suffix"]), { theme: T } = U(s), { prop: H } = l(t, n, e, ["settings", "value"]), { prop: K } = l(t, n, e, ["settings", "variant"]), { prop: O } = l(t, n, e, ["size", "width"]);
1950
+ ]), { prop: N } = l(t, n, e, ["settings", "step"]), { prop: M } = l(t, n, e, ["settings", "suffix"]), { theme: S } = j(s), { prop: H } = l(t, n, e, ["settings", "value"]), { prop: K } = l(t, n, e, ["settings", "variant"]), { prop: O } = l(t, n, e, ["size", "width"]);
2004
1951
  return (te, ne) => {
2005
- const ce = W("v-number-input");
1952
+ const ce = L("v-number-input");
2006
1953
  return I(), A(o(ee), null, {
2007
1954
  default: z(() => [
2008
1955
  Z(ce, {
@@ -2017,18 +1964,18 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
2017
1964
  max: o(c),
2018
1965
  "max-width": o(d),
2019
1966
  min: o(b),
2020
- "min-width": o(k),
1967
+ "min-width": o(v),
2021
1968
  placeholder: o(h),
2022
1969
  precision: o(y),
2023
1970
  prefix: o(w),
2024
1971
  "prepend-icon": o(_),
2025
- "prepend-inner-icon": o(g),
1972
+ "prepend-inner-icon": o(k),
2026
1973
  readonly: o($),
2027
- reverse: o(v),
2028
- "single-line": o(C),
2029
- step: o(B),
2030
- suffix: o(F),
2031
- theme: o(T),
1974
+ reverse: o(g),
1975
+ "single-line": o(T),
1976
+ step: o(N),
1977
+ suffix: o(M),
1978
+ theme: o(S),
2032
1979
  variant: o(K),
2033
1980
  width: o(O)
2034
1981
  }, 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"])
@@ -2037,30 +1984,30 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
2037
1984
  });
2038
1985
  };
2039
1986
  }
2040
- }), Lr = /* @__PURE__ */ P({
1987
+ }), Wr = /* @__PURE__ */ P({
2041
1988
  __name: "index",
2042
1989
  props: {
2043
1990
  node: {},
2044
1991
  outer: { type: Boolean }
2045
1992
  },
2046
1993
  setup(i) {
2047
- const e = i, t = N(), s = M(), n = L(), { prop: r } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
1994
+ const e = i, t = W(), s = F(), n = B(), { prop: r } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
2048
1995
  "settings",
2049
1996
  "disabled"
2050
1997
  ]), { prop: u } = l(t, n, e, ["settings", "length"]), { prop: p } = l(t, n, e, [
2051
1998
  "settings",
2052
1999
  "showFirstLastPage"
2053
- ]), { prop: f } = l(t, n, e, ["settings", "size"]), { prop: m } = l(t, n, e, ["settings", "start"]), { theme: c } = U(s), { prop: d } = l(t, n, e, ["settings", "tile"]), { prop: b } = l(t, n, e, ["settings", "value"]), { prop: k } = l(t, n, e, ["settings", "variant"]), h = V(() => {
2000
+ ]), { prop: f } = l(t, n, e, ["settings", "size"]), { prop: m } = l(t, n, e, ["settings", "start"]), { theme: c } = j(s), { prop: d } = l(t, n, e, ["settings", "tile"]), { prop: b } = l(t, n, e, ["settings", "value"]), { prop: v } = l(t, n, e, ["settings", "variant"]), h = V(() => {
2054
2001
  const y = {};
2055
2002
  return t === "editor" && (y.pointerEvents = "none"), y;
2056
2003
  });
2057
2004
  return (y, w) => {
2058
- const _ = W("v-pagination");
2005
+ const _ = L("v-pagination");
2059
2006
  return I(), A(o(ee), null, {
2060
2007
  default: z(() => [
2061
2008
  Z(_, {
2062
2009
  modelValue: o(b),
2063
- "onUpdate:modelValue": w[0] || (w[0] = (g) => X(b) ? b.value = g : null),
2010
+ "onUpdate:modelValue": w[0] || (w[0] = (k) => X(b) ? b.value = k : null),
2064
2011
  density: o(r),
2065
2012
  disabled: o(a),
2066
2013
  length: o(u),
@@ -2070,29 +2017,29 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
2070
2017
  style: oe(h.value),
2071
2018
  theme: o(c),
2072
2019
  tile: o(d),
2073
- variant: o(k)
2020
+ variant: o(v)
2074
2021
  }, null, 8, ["modelValue", "density", "disabled", "length", "show-first-last-page", "size", "start", "style", "theme", "tile", "variant"])
2075
2022
  ]),
2076
2023
  _: 1
2077
2024
  });
2078
2025
  };
2079
2026
  }
2080
- }), Br = /* @__PURE__ */ P({
2027
+ }), Lr = /* @__PURE__ */ P({
2081
2028
  __name: "index",
2082
2029
  props: {
2083
2030
  node: {},
2084
2031
  outer: { type: Boolean }
2085
2032
  },
2086
2033
  setup(i) {
2087
- const e = i, t = N(), s = M(), n = L(), { prop: r } = l(t, n, e, ["settings", "color"]), { color: a } = Y(s, r), { prop: u } = l(t, n, e, ["settings", "density"]), { prop: p } = l(t, n, e, [
2034
+ const e = i, t = W(), s = F(), n = B(), { prop: r } = l(t, n, e, ["settings", "color"]), { color: a } = Y(s, r), { prop: u } = l(t, n, e, ["settings", "density"]), { prop: p } = l(t, n, e, [
2088
2035
  "settings",
2089
2036
  "disabled"
2090
2037
  ]), { prop: f } = l(t, n, e, ["settings", "label"]), { prop: m } = l(t, n, e, [
2091
2038
  "settings",
2092
2039
  "readonly"
2093
- ]), { theme: c } = U(s), { prop: d } = l(t, n, e, ["settings", "value"]);
2094
- return (b, k) => {
2095
- const h = W("v-radio");
2040
+ ]), { theme: c } = j(s), { prop: d } = l(t, n, e, ["settings", "value"]);
2041
+ return (b, v) => {
2042
+ const h = L("v-radio");
2096
2043
  return I(), A(h, {
2097
2044
  color: o(a),
2098
2045
  density: o(u),
@@ -2104,14 +2051,14 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
2104
2051
  }, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
2105
2052
  };
2106
2053
  }
2107
- }), Rr = /* @__PURE__ */ P({
2054
+ }), Br = /* @__PURE__ */ P({
2108
2055
  __name: "index",
2109
2056
  props: {
2110
2057
  node: {},
2111
2058
  outer: { type: Boolean }
2112
2059
  },
2113
2060
  setup(i) {
2114
- const e = i, t = N(), s = M(), n = L(), { prop: r } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
2061
+ const e = i, t = W(), s = F(), n = B(), { prop: r } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
2115
2062
  "settings",
2116
2063
  "direction"
2117
2064
  ]), { prop: u } = l(t, n, e, [
@@ -2120,12 +2067,12 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
2120
2067
  ]), { prop: p } = l(t, n, e, ["settings", "inline"]), { prop: f } = l(t, n, e, [
2121
2068
  "settings",
2122
2069
  "readonly"
2123
- ]), { theme: m } = U(s), { prop: c } = l(t, n, e, ["settings", "value"]);
2070
+ ]), { theme: m } = j(s), { prop: c } = l(t, n, e, ["settings", "value"]);
2124
2071
  return (d, b) => {
2125
- const k = W("v-radio-group");
2072
+ const v = L("v-radio-group");
2126
2073
  return I(), A(o(ee), null, {
2127
2074
  default: z(() => [
2128
- Z(k, {
2075
+ Z(v, {
2129
2076
  modelValue: o(c),
2130
2077
  "onUpdate:modelValue": b[0] || (b[0] = (h) => X(c) ? c.value = h : null),
2131
2078
  density: o(r),
@@ -2136,7 +2083,7 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
2136
2083
  theme: o(m)
2137
2084
  }, {
2138
2085
  default: z(() => [
2139
- j(d.$slots, "default")
2086
+ U(d.$slots, "default")
2140
2087
  ]),
2141
2088
  _: 3
2142
2089
  }, 8, ["modelValue", "density", "direction", "disabled", "inline", "readonly", "theme"])
@@ -2145,14 +2092,14 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
2145
2092
  });
2146
2093
  };
2147
2094
  }
2148
- }), Dr = /* @__PURE__ */ P({
2095
+ }), Nr = /* @__PURE__ */ P({
2149
2096
  __name: "index",
2150
2097
  props: {
2151
2098
  node: {},
2152
2099
  outer: { type: Boolean }
2153
2100
  },
2154
2101
  setup(i) {
2155
- const e = i, t = N(), s = M(), n = L(), { prop: r } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
2102
+ const e = i, t = W(), s = F(), n = B(), { prop: r } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
2156
2103
  "settings",
2157
2104
  "direction"
2158
2105
  ]), { prop: u } = l(t, n, e, [
@@ -2167,12 +2114,12 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
2167
2114
  ]), { prop: b } = l(t, n, e, [
2168
2115
  "settings",
2169
2116
  "showTicks"
2170
- ]), k = V(() => {
2117
+ ]), v = V(() => {
2171
2118
  if (b.value === "always")
2172
2119
  return "always";
2173
2120
  if (b.value === "show")
2174
2121
  return !0;
2175
- }), { prop: h } = l(t, n, e, ["settings", "step"]), { theme: y } = U(s), { prop: w } = l(t, n, e, [
2122
+ }), { prop: h } = l(t, n, e, ["settings", "step"]), { theme: y } = j(s), { prop: w } = l(t, n, e, [
2176
2123
  "settings",
2177
2124
  "thumbLabel"
2178
2125
  ]), _ = V(() => {
@@ -2180,10 +2127,10 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
2180
2127
  return "always";
2181
2128
  if (w.value === "show")
2182
2129
  return !0;
2183
- }), { prop: g } = l(t, n, e, [
2130
+ }), { prop: k } = l(t, n, e, [
2184
2131
  "settings",
2185
2132
  "thumbSize"
2186
- ]), { prop: $ } = l(t, n, e, ["settings", "ticks"]), v = V(() => {
2133
+ ]), { prop: $ } = l(t, n, e, ["settings", "ticks"]), g = V(() => {
2187
2134
  if (!$.value)
2188
2135
  return;
2189
2136
  const H = {};
@@ -2191,33 +2138,33 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
2191
2138
  H[K] = O;
2192
2139
  if (!Vi(H))
2193
2140
  return H;
2194
- }), { prop: C } = l(t, n, e, [
2141
+ }), { prop: T } = l(t, n, e, [
2195
2142
  "settings",
2196
2143
  "tickSize"
2197
- ]), { prop: B } = l(t, n, e, [
2144
+ ]), { prop: N } = l(t, n, e, [
2198
2145
  "settings",
2199
2146
  "value",
2200
2147
  "start"
2201
- ]), { prop: F } = l(t, n, e, [
2148
+ ]), { prop: M } = l(t, n, e, [
2202
2149
  "settings",
2203
2150
  "value",
2204
2151
  "end"
2205
- ]), T = V({
2206
- get: () => [B.value, F.value],
2152
+ ]), S = V({
2153
+ get: () => [N.value, M.value],
2207
2154
  set: ([H, K]) => {
2208
- B.value = H, F.value = K;
2155
+ N.value = H, M.value = K;
2209
2156
  }
2210
2157
  });
2211
2158
  return (H, K) => {
2212
- const O = W("v-range-slider");
2159
+ const O = L("v-range-slider");
2213
2160
  return I(), A(o(ee), {
2214
- modelValue: T.value,
2215
- "onUpdate:modelValue": K[1] || (K[1] = (te) => T.value = te)
2161
+ modelValue: S.value,
2162
+ "onUpdate:modelValue": K[1] || (K[1] = (te) => S.value = te)
2216
2163
  }, {
2217
2164
  default: z(() => [
2218
2165
  Z(O, {
2219
- modelValue: T.value,
2220
- "onUpdate:modelValue": K[0] || (K[0] = (te) => T.value = te),
2166
+ modelValue: S.value,
2167
+ "onUpdate:modelValue": K[0] || (K[0] = (te) => S.value = te),
2221
2168
  density: o(r),
2222
2169
  direction: o(a),
2223
2170
  disabled: o(u),
@@ -2226,27 +2173,27 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
2226
2173
  max: o(m),
2227
2174
  min: o(c),
2228
2175
  readonly: o(d),
2229
- "show-ticks": k.value,
2176
+ "show-ticks": v.value,
2230
2177
  step: o(h),
2231
2178
  theme: o(y),
2232
2179
  "thumb-label": _.value,
2233
- "thumb-size": o(g),
2234
- "tick-size": o(C),
2235
- ticks: v.value
2180
+ "thumb-size": o(k),
2181
+ "tick-size": o(T),
2182
+ ticks: g.value
2236
2183
  }, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "label", "max", "min", "readonly", "show-ticks", "step", "theme", "thumb-label", "thumb-size", "tick-size", "ticks"])
2237
2184
  ]),
2238
2185
  _: 1
2239
2186
  }, 8, ["modelValue"]);
2240
2187
  };
2241
2188
  }
2242
- }), Er = /* @__PURE__ */ P({
2189
+ }), Rr = /* @__PURE__ */ P({
2243
2190
  __name: "index",
2244
2191
  props: {
2245
2192
  node: {},
2246
2193
  outer: { type: Boolean }
2247
2194
  },
2248
2195
  setup(i) {
2249
- const e = i, t = N(), s = M(), n = L(), { prop: r } = l(t, n, e, [
2196
+ const e = i, t = W(), s = F(), n = B(), { prop: r } = l(t, n, e, [
2250
2197
  "settings",
2251
2198
  "clearable"
2252
2199
  ]), { prop: a } = l(t, n, e, ["settings", "density"]), { prop: u } = l(t, n, e, [
@@ -2258,9 +2205,9 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
2258
2205
  ]), { prop: f } = l(t, n, e, ["settings", "hover"]), { prop: m } = l(t, n, e, ["settings", "length"]), { prop: c } = l(t, n, e, [
2259
2206
  "settings",
2260
2207
  "readonly"
2261
- ]), { theme: d } = U(s), { prop: b } = l(t, n, e, ["settings", "value"]);
2262
- return (k, h) => {
2263
- const y = W("v-rating");
2208
+ ]), { theme: d } = j(s), { prop: b } = l(t, n, e, ["settings", "value"]);
2209
+ return (v, h) => {
2210
+ const y = L("v-rating");
2264
2211
  return I(), A(o(ee), { "fit-content": !0 }, {
2265
2212
  default: z(() => [
2266
2213
  Z(y, {
@@ -2280,14 +2227,14 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
2280
2227
  });
2281
2228
  };
2282
2229
  }
2283
- }), Mr = /* @__PURE__ */ P({
2230
+ }), Dr = /* @__PURE__ */ P({
2284
2231
  __name: "index",
2285
2232
  props: {
2286
2233
  node: {},
2287
2234
  outer: { type: Boolean }
2288
2235
  },
2289
2236
  setup(i) {
2290
- const e = i, t = N(), s = M(), n = L(), { prop: r } = l(t, n, e, [
2237
+ const e = i, t = W(), s = F(), n = B(), { prop: r } = l(t, n, e, [
2291
2238
  "settings",
2292
2239
  "hideDetails"
2293
2240
  ]), { prop: a } = l(t, n, e, ["settings", "label"]), { prop: u } = l(t, n, e, [
@@ -2299,12 +2246,12 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
2299
2246
  ]), { prop: f } = l(t, n, e, [
2300
2247
  "settings",
2301
2248
  "singleLine"
2302
- ]), { theme: m } = U(s), { prop: c } = l(t, n, e, ["settings", "value"]);
2249
+ ]), { theme: m } = j(s), { prop: c } = l(t, n, e, ["settings", "value"]);
2303
2250
  return (d, b) => {
2304
- const k = W("v-select");
2251
+ const v = L("v-select");
2305
2252
  return I(), A(o(ee), null, {
2306
2253
  default: z(() => [
2307
- Z(k, {
2254
+ Z(v, {
2308
2255
  modelValue: o(c),
2309
2256
  "onUpdate:modelValue": b[0] || (b[0] = (h) => X(c) ? c.value = h : null),
2310
2257
  "hide-details": o(r),
@@ -2319,14 +2266,14 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
2319
2266
  });
2320
2267
  };
2321
2268
  }
2322
- }), Fr = /* @__PURE__ */ P({
2269
+ }), Er = /* @__PURE__ */ P({
2323
2270
  __name: "index",
2324
2271
  props: {
2325
2272
  node: {},
2326
2273
  outer: { type: Boolean }
2327
2274
  },
2328
2275
  setup(i) {
2329
- const e = i, t = N(), s = go(), n = L(), { prop: r } = l(t, n, e, ["settings", "color"]), { color: a } = Y(s, r), { prop: u } = l(t, n, e, [
2276
+ const e = i, t = W(), s = go(), n = B(), { prop: r } = l(t, n, e, ["settings", "color"]), { color: a } = Y(s, r), { prop: u } = l(t, n, e, [
2330
2277
  "settings",
2331
2278
  "direction"
2332
2279
  ]), { prop: p } = l(t, n, e, [
@@ -2338,7 +2285,7 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
2338
2285
  ]), { prop: m } = l(t, n, e, ["settings", "label"]), { prop: c } = l(t, n, e, ["settings", "max"]), { prop: d } = l(t, n, e, ["settings", "min"]), { prop: b } = l(t, n, e, [
2339
2286
  "settings",
2340
2287
  "readonly"
2341
- ]), { prop: k } = l(t, n, e, ["settings", "reverse"]), { prop: h } = l(t, n, e, [
2288
+ ]), { prop: v } = l(t, n, e, ["settings", "reverse"]), { prop: h } = l(t, n, e, [
2342
2289
  "settings",
2343
2290
  "showTicks"
2344
2291
  ]), y = V(() => {
@@ -2346,26 +2293,26 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
2346
2293
  return "always";
2347
2294
  if (h.value === "show")
2348
2295
  return !0;
2349
- }), { prop: w } = l(t, n, e, ["settings", "step"]), { theme: _ } = U(s), { prop: g } = l(t, n, e, [
2296
+ }), { prop: w } = l(t, n, e, ["settings", "step"]), { theme: _ } = j(s), { prop: k } = l(t, n, e, [
2350
2297
  "settings",
2351
2298
  "thumbColor"
2352
- ]), { color: $ } = Y(s, g), { prop: v } = l(t, n, e, [
2299
+ ]), { color: $ } = Y(s, k), { prop: g } = l(t, n, e, [
2353
2300
  "settings",
2354
2301
  "thumbLabel"
2355
- ]), C = V(() => {
2356
- if (v.value === "always")
2302
+ ]), T = V(() => {
2303
+ if (g.value === "always")
2357
2304
  return "always";
2358
- if (v.value === "show")
2305
+ if (g.value === "show")
2359
2306
  return !0;
2360
- }), { prop: B } = l(t, n, e, [
2307
+ }), { prop: N } = l(t, n, e, [
2361
2308
  "settings",
2362
2309
  "thumbSize"
2363
- ]), { prop: F } = l(t, n, e, ["settings", "ticks"]), T = V(() => {
2364
- if (!F.value)
2310
+ ]), { prop: M } = l(t, n, e, ["settings", "ticks"]), S = V(() => {
2311
+ if (!M.value)
2365
2312
  return;
2366
2313
  const de = {};
2367
- for (const { value: Ce, label: We } of F.value)
2368
- de[Ce] = We;
2314
+ for (const { value: Ce, label: Le } of M.value)
2315
+ de[Ce] = Le;
2369
2316
  if (!Vi(de))
2370
2317
  return de;
2371
2318
  }), { prop: H } = l(t, n, e, [
@@ -2379,10 +2326,10 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
2379
2326
  "prepend"
2380
2327
  ]);
2381
2328
  return (de, Ce) => {
2382
- const We = W("v-slider");
2329
+ const Le = L("v-slider");
2383
2330
  return I(), A(o(ee), null, {
2384
2331
  default: z(() => [
2385
- Z(We, {
2332
+ Z(Le, {
2386
2333
  modelValue: o(te),
2387
2334
  "onUpdate:modelValue": Ce[0] || (Ce[0] = (lo) => X(te) ? te.value = lo : null),
2388
2335
  color: o(a),
@@ -2393,15 +2340,15 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
2393
2340
  max: o(c),
2394
2341
  min: o(d),
2395
2342
  readonly: o(b),
2396
- reverse: o(k),
2343
+ reverse: o(v),
2397
2344
  "show-ticks": y.value,
2398
2345
  step: o(w),
2399
2346
  theme: o(_),
2400
2347
  "thumb-color": o($),
2401
- "thumb-label": C.value,
2402
- "thumb-size": o(B),
2348
+ "thumb-label": T.value,
2349
+ "thumb-size": o(N),
2403
2350
  "tick-size": o(H),
2404
- ticks: T.value,
2351
+ ticks: S.value,
2405
2352
  "track-color": o(O)
2406
2353
  }, tn({ _: 2 }, [
2407
2354
  o(ne) ? {
@@ -2430,19 +2377,19 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
2430
2377
  });
2431
2378
  };
2432
2379
  }
2433
- }), Hr = /* @__PURE__ */ P({
2380
+ }), Fr = /* @__PURE__ */ P({
2434
2381
  __name: "index",
2435
2382
  props: {
2436
2383
  node: {},
2437
2384
  outer: { type: Boolean }
2438
2385
  },
2439
2386
  setup(i) {
2440
- const e = i, t = N(), s = M(), n = L(), { prop: r } = l(t, n, e, [
2387
+ const e = i, t = W(), s = F(), n = B(), { prop: r } = l(t, n, e, [
2441
2388
  "settings",
2442
2389
  "hideActions"
2443
- ]), { theme: a } = U(s), { prop: u } = l(t, n, e, ["settings", "value"]);
2390
+ ]), { theme: a } = j(s), { prop: u } = l(t, n, e, ["settings", "value"]);
2444
2391
  return (p, f) => {
2445
- const m = W("v-stepper");
2392
+ const m = L("v-stepper");
2446
2393
  return I(), A(m, {
2447
2394
  modelValue: o(u),
2448
2395
  "onUpdate:modelValue": f[0] || (f[0] = (c) => X(u) ? u.value = c : null),
@@ -2450,76 +2397,76 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
2450
2397
  theme: o(a)
2451
2398
  }, {
2452
2399
  default: z(() => [
2453
- j(p.$slots, "default")
2400
+ U(p.$slots, "default")
2454
2401
  ]),
2455
2402
  _: 3
2456
2403
  }, 8, ["modelValue", "hide-actions", "theme"]);
2457
2404
  };
2458
2405
  }
2459
- }), Ur = {};
2460
- function jr(i, e) {
2461
- const t = W("v-stepper-header");
2406
+ }), Mr = {};
2407
+ function Hr(i, e) {
2408
+ const t = L("v-stepper-header");
2462
2409
  return I(), A(t, null, {
2463
2410
  default: z(() => [
2464
- j(i.$slots, "default")
2411
+ U(i.$slots, "default")
2465
2412
  ]),
2466
2413
  _: 3
2467
2414
  });
2468
2415
  }
2469
- const Gr = /* @__PURE__ */ _e(Ur, [["render", jr]]), Or = /* @__PURE__ */ P({
2416
+ const jr = /* @__PURE__ */ _e(Mr, [["render", Hr]]), Ur = /* @__PURE__ */ P({
2470
2417
  __name: "index",
2471
2418
  props: {
2472
2419
  node: {},
2473
2420
  outer: { type: Boolean }
2474
2421
  },
2475
2422
  setup(i) {
2476
- const e = i, t = N(), s = L(), { prop: n } = l(t, s, e, ["settings", "value"]);
2423
+ const e = i, t = W(), s = B(), { prop: n } = l(t, s, e, ["settings", "value"]);
2477
2424
  return (r, a) => {
2478
- const u = W("v-stepper-item");
2425
+ const u = L("v-stepper-item");
2479
2426
  return I(), A(u, { value: o(n) }, {
2480
2427
  default: z(() => [
2481
- j(r.$slots, "default")
2428
+ U(r.$slots, "default")
2482
2429
  ]),
2483
2430
  _: 3
2484
2431
  }, 8, ["value"]);
2485
2432
  };
2486
2433
  }
2487
- }), Kr = {};
2488
- function Zr(i, e) {
2489
- const t = W("v-stepper-window");
2434
+ }), Gr = {};
2435
+ function Or(i, e) {
2436
+ const t = L("v-stepper-window");
2490
2437
  return I(), A(t, null, {
2491
2438
  default: z(() => [
2492
- j(i.$slots, "default")
2439
+ U(i.$slots, "default")
2493
2440
  ]),
2494
2441
  _: 3
2495
2442
  });
2496
2443
  }
2497
- const qr = /* @__PURE__ */ _e(Kr, [["render", Zr]]), Jr = /* @__PURE__ */ P({
2444
+ const Kr = /* @__PURE__ */ _e(Gr, [["render", Or]]), Zr = /* @__PURE__ */ P({
2498
2445
  __name: "index",
2499
2446
  props: {
2500
2447
  node: {},
2501
2448
  outer: { type: Boolean }
2502
2449
  },
2503
2450
  setup(i) {
2504
- const e = i, t = N(), s = L(), { prop: n } = l(t, s, e, ["settings", "value"]);
2451
+ const e = i, t = W(), s = B(), { prop: n } = l(t, s, e, ["settings", "value"]);
2505
2452
  return (r, a) => {
2506
- const u = W("v-stepper-window-item");
2453
+ const u = L("v-stepper-window-item");
2507
2454
  return I(), A(u, { value: o(n) }, {
2508
2455
  default: z(() => [
2509
- j(r.$slots, "default")
2456
+ U(r.$slots, "default")
2510
2457
  ]),
2511
2458
  _: 3
2512
2459
  }, 8, ["value"]);
2513
2460
  };
2514
2461
  }
2515
- }), Xr = /* @__PURE__ */ P({
2462
+ }), qr = /* @__PURE__ */ P({
2516
2463
  __name: "index",
2517
2464
  props: {
2518
2465
  node: {},
2519
2466
  outer: { type: Boolean }
2520
2467
  },
2521
2468
  setup(i) {
2522
- const e = i, t = N(), s = M(), n = L(), { prop: r } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
2469
+ const e = i, t = W(), s = F(), n = B(), { prop: r } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
2523
2470
  "settings",
2524
2471
  "direction"
2525
2472
  ]), { prop: u } = l(t, n, e, [
@@ -2531,14 +2478,14 @@ const qr = /* @__PURE__ */ _e(Kr, [["render", Zr]]), Jr = /* @__PURE__ */ P({
2531
2478
  ]), { prop: f } = l(t, n, e, [
2532
2479
  "settings",
2533
2480
  "indeterminate"
2534
- ]), { 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: b } = l(t, n, e, ["settings", "loading"]), { theme: k } = U(s), { prop: h } = l(t, n, e, ["settings", "value"]);
2481
+ ]), { 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: b } = l(t, n, e, ["settings", "loading"]), { theme: v } = j(s), { prop: h } = l(t, n, e, ["settings", "value"]);
2535
2482
  return (y, w) => {
2536
- const _ = W("v-switch");
2483
+ const _ = L("v-switch");
2537
2484
  return I(), A(ee, { "fit-content": !0 }, {
2538
2485
  default: z(() => [
2539
2486
  Z(_, {
2540
2487
  modelValue: o(h),
2541
- "onUpdate:modelValue": w[0] || (w[0] = (g) => X(h) ? h.value = g : null),
2488
+ "onUpdate:modelValue": w[0] || (w[0] = (k) => X(h) ? h.value = k : null),
2542
2489
  density: o(r),
2543
2490
  direction: o(a),
2544
2491
  disabled: o(u),
@@ -2548,26 +2495,26 @@ const qr = /* @__PURE__ */ _e(Kr, [["render", Zr]]), Jr = /* @__PURE__ */ P({
2548
2495
  inset: o(c),
2549
2496
  label: o(d),
2550
2497
  loading: o(b),
2551
- theme: o(k)
2498
+ theme: o(v)
2552
2499
  }, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "indeterminate", "inline", "inset", "label", "loading", "theme"])
2553
2500
  ]),
2554
2501
  _: 1
2555
2502
  });
2556
2503
  };
2557
2504
  }
2558
- }), Yr = /* @__PURE__ */ P({
2505
+ }), Jr = /* @__PURE__ */ P({
2559
2506
  __name: "index",
2560
2507
  props: {
2561
2508
  node: {},
2562
2509
  outer: { type: Boolean }
2563
2510
  },
2564
2511
  setup(i) {
2565
- const e = i, t = N(), s = M(), n = L(), { prop: r } = l(t, n, e, ["settings", "text"]), { theme: a } = U(s), { prop: u } = l(t, n, e, ["settings", "value"]), p = V(() => {
2512
+ const e = i, t = W(), s = F(), n = B(), { prop: r } = l(t, n, e, ["settings", "text"]), { theme: a } = j(s), { prop: u } = l(t, n, e, ["settings", "value"]), p = V(() => {
2566
2513
  const f = {};
2567
2514
  return t === "editor" && (f.pointerEvents = "none"), f;
2568
2515
  });
2569
2516
  return (f, m) => {
2570
- const c = W("v-tab");
2517
+ const c = L("v-tab");
2571
2518
  return I(), A(o(ee), { "fit-content": !0 }, {
2572
2519
  default: z(() => [
2573
2520
  Z(c, {
@@ -2581,14 +2528,14 @@ const qr = /* @__PURE__ */ _e(Kr, [["render", Zr]]), Jr = /* @__PURE__ */ P({
2581
2528
  });
2582
2529
  };
2583
2530
  }
2584
- }), Qr = /* @__PURE__ */ P({
2531
+ }), Xr = /* @__PURE__ */ P({
2585
2532
  __name: "index",
2586
2533
  props: {
2587
2534
  node: {},
2588
2535
  outer: { type: Boolean }
2589
2536
  },
2590
2537
  setup(i) {
2591
- const e = i, t = N(), s = M(), n = L(), { prop: r } = l(t, n, e, [
2538
+ const e = i, t = W(), s = F(), n = B(), { prop: r } = l(t, n, e, [
2592
2539
  "settings",
2593
2540
  "alignTabs"
2594
2541
  ]), { prop: a } = l(t, n, e, [
@@ -2608,7 +2555,7 @@ const qr = /* @__PURE__ */ _e(Kr, [["render", Zr]]), Jr = /* @__PURE__ */ P({
2608
2555
  ]), { prop: b } = l(t, n, e, [
2609
2556
  "settings",
2610
2557
  "disabled"
2611
- ]), { prop: k } = l(t, n, e, [
2558
+ ]), { prop: v } = l(t, n, e, [
2612
2559
  "settings",
2613
2560
  "fixedTabs"
2614
2561
  ]), { prop: h } = l(t, n, e, ["settings", "grow"]), { prop: y } = l(t, n, e, [
@@ -2617,19 +2564,19 @@ const qr = /* @__PURE__ */ _e(Kr, [["render", Zr]]), Jr = /* @__PURE__ */ P({
2617
2564
  ]), { prop: w } = l(t, n, e, ["settings", "items"]), { prop: _ } = l(t, n, e, [
2618
2565
  "settings",
2619
2566
  "mandatory"
2620
- ]), { prop: g } = l(t, n, e, [
2567
+ ]), { prop: k } = l(t, n, e, [
2621
2568
  "settings",
2622
2569
  "showArrows"
2623
2570
  ]), { prop: $ } = l(t, n, e, [
2624
2571
  "settings",
2625
2572
  "color",
2626
2573
  "sliderColor"
2627
- ]), { color: v } = Y(s, $), { prop: C } = l(t, n, e, ["settings", "stacked"]), { theme: B } = U(s), { prop: F } = l(t, n, e, ["settings", "value"]);
2628
- return (T, H) => {
2629
- const K = W("v-tabs");
2574
+ ]), { color: g } = Y(s, $), { prop: T } = l(t, n, e, ["settings", "stacked"]), { theme: N } = j(s), { prop: M } = l(t, n, e, ["settings", "value"]);
2575
+ return (S, H) => {
2576
+ const K = L("v-tabs");
2630
2577
  return I(), A(K, {
2631
- modelValue: o(F),
2632
- "onUpdate:modelValue": H[0] || (H[0] = (O) => X(F) ? F.value = O : null),
2578
+ modelValue: o(M),
2579
+ "onUpdate:modelValue": H[0] || (H[0] = (O) => X(M) ? M.value = O : null),
2633
2580
  "align-tabs": o(r),
2634
2581
  "bg-color": o(u),
2635
2582
  "center-active": o(p),
@@ -2637,52 +2584,52 @@ const qr = /* @__PURE__ */ _e(Kr, [["render", Zr]]), Jr = /* @__PURE__ */ P({
2637
2584
  density: o(c),
2638
2585
  direction: o(d),
2639
2586
  disabled: o(b),
2640
- "fixed-tabs": o(k),
2587
+ "fixed-tabs": o(v),
2641
2588
  grow: o(h),
2642
2589
  "hide-slider": o(y),
2643
2590
  items: o(w),
2644
2591
  mandatory: o(_),
2645
- "show-arrows": o(g),
2646
- "slider-color": o(v),
2647
- stacked: o(C),
2648
- theme: o(B)
2592
+ "show-arrows": o(k),
2593
+ "slider-color": o(g),
2594
+ stacked: o(T),
2595
+ theme: o(N)
2649
2596
  }, {
2650
2597
  default: z(() => [
2651
- j(T.$slots, "default")
2598
+ U(S.$slots, "default")
2652
2599
  ]),
2653
2600
  _: 3
2654
2601
  }, 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"]);
2655
2602
  };
2656
2603
  }
2657
- }), el = /* @__PURE__ */ P({
2604
+ }), Yr = /* @__PURE__ */ P({
2658
2605
  __name: "index",
2659
2606
  props: {
2660
2607
  node: {},
2661
2608
  outer: { type: Boolean }
2662
2609
  },
2663
2610
  setup(i) {
2664
- const e = i, t = N(), s = le(), n = L(), { prop: r } = l(t, n, e, ["settings", "align"]), { prop: a } = l(t, n, e, [
2611
+ const e = i, t = W(), s = le(), n = B(), { prop: r } = l(t, n, e, ["settings", "align"]), { prop: a } = l(t, n, e, [
2665
2612
  "settings",
2666
2613
  "decoration"
2667
2614
  ]), { prop: u } = l(t, n, e, [
2668
2615
  "settings",
2669
2616
  "emphasis"
2670
2617
  ]), { prop: p } = l(t, n, e, ["settings", "italic"]), { prop: f } = l(t, n, e, ["settings", "text"]), { prop: m } = l(t, n, e, ["settings", "weight"]), c = V(() => {
2671
- const d = [], b = Pi(s.value.width), k = we(b, e.node.settings?.style);
2672
- 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"), r.value && d.push(`font-${r.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(" ");
2618
+ const d = [], b = Pi(s.value.width), v = we(b, e.node.settings?.style);
2619
+ return v && d.push(`text-${v}`), u.value === "high" ? d.push("text-high-emphasis") : u.value === "medium" ? d.push("text-medium-emphasis") : u.value === "disabled" && d.push("text-disabled"), r.value && d.push(`font-${r.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(" ");
2673
2620
  });
2674
2621
  return (d, b) => (I(), ie("span", {
2675
2622
  class: po(c.value)
2676
2623
  }, yi(o(f)), 3));
2677
2624
  }
2678
- }), tl = /* @__PURE__ */ P({
2625
+ }), Qr = /* @__PURE__ */ P({
2679
2626
  __name: "index",
2680
2627
  props: {
2681
2628
  node: {},
2682
2629
  outer: { type: Boolean }
2683
2630
  },
2684
2631
  setup(i) {
2685
- const e = i, t = N(), s = M(), n = L(), { prop: r } = l(t, n, e, [
2632
+ const e = i, t = W(), s = F(), n = B(), { prop: r } = l(t, n, e, [
2686
2633
  "settings",
2687
2634
  "autoGrow"
2688
2635
  ]), { prop: a } = l(t, n, e, [
@@ -2697,17 +2644,17 @@ const qr = /* @__PURE__ */ _e(Kr, [["render", Zr]]), Jr = /* @__PURE__ */ P({
2697
2644
  ]), { prop: b } = l(t, n, e, [
2698
2645
  "settings",
2699
2646
  "readonly"
2700
- ]), { prop: k } = l(t, n, e, ["settings", "reverse"]), { prop: h } = l(t, n, e, ["settings", "rows"]), { prop: y } = l(t, n, e, [
2647
+ ]), { prop: v } = l(t, n, e, ["settings", "reverse"]), { prop: h } = l(t, n, e, ["settings", "rows"]), { prop: y } = l(t, n, e, [
2701
2648
  "settings",
2702
2649
  "singleLine"
2703
- ]), { theme: w } = U(s), { prop: _ } = l(t, n, e, ["settings", "value"]), { prop: g } = l(t, n, e, ["settings", "variant"]);
2704
- return ($, v) => {
2705
- const C = W("v-textarea");
2650
+ ]), { theme: w } = j(s), { prop: _ } = l(t, n, e, ["settings", "value"]), { prop: k } = l(t, n, e, ["settings", "variant"]);
2651
+ return ($, g) => {
2652
+ const T = L("v-textarea");
2706
2653
  return I(), A(o(ee), null, {
2707
2654
  default: z(() => [
2708
- Z(C, {
2655
+ Z(T, {
2709
2656
  modelValue: o(_),
2710
- "onUpdate:modelValue": v[0] || (v[0] = (B) => X(_) ? _.value = B : null),
2657
+ "onUpdate:modelValue": g[0] || (g[0] = (N) => X(_) ? _.value = N : null),
2711
2658
  "auto-grow": o(r),
2712
2659
  clearable: o(a),
2713
2660
  density: o(u),
@@ -2717,25 +2664,25 @@ const qr = /* @__PURE__ */ _e(Kr, [["render", Zr]]), Jr = /* @__PURE__ */ P({
2717
2664
  "max-rows": o(c),
2718
2665
  placeholder: o(d),
2719
2666
  readonly: o(b),
2720
- reverse: o(k),
2667
+ reverse: o(v),
2721
2668
  rows: o(h),
2722
2669
  "single-line": o(y),
2723
2670
  theme: o(w),
2724
- variant: o(g)
2671
+ variant: o(k)
2725
2672
  }, null, 8, ["modelValue", "auto-grow", "clearable", "density", "disabled", "label", "loading", "max-rows", "placeholder", "readonly", "reverse", "rows", "single-line", "theme", "variant"])
2726
2673
  ]),
2727
2674
  _: 1
2728
2675
  });
2729
2676
  };
2730
2677
  }
2731
- }), nl = /* @__PURE__ */ P({
2678
+ }), el = /* @__PURE__ */ P({
2732
2679
  __name: "index",
2733
2680
  props: {
2734
2681
  node: {},
2735
2682
  outer: { type: Boolean }
2736
2683
  },
2737
2684
  setup(i) {
2738
- const e = i, t = N(), s = M(), n = L(), { prop: r } = l(t, n, e, [
2685
+ const e = i, t = W(), s = F(), n = B(), { prop: r } = l(t, n, e, [
2739
2686
  "settings",
2740
2687
  "appendIcon"
2741
2688
  ]), { prop: a } = l(t, n, e, [
@@ -2753,7 +2700,7 @@ const qr = /* @__PURE__ */ _e(Kr, [["render", Zr]]), Jr = /* @__PURE__ */ P({
2753
2700
  ]), { prop: c } = l(t, n, e, [
2754
2701
  "settings",
2755
2702
  "hideDetails"
2756
- ]), { prop: d } = l(t, n, e, ["settings", "label"]), { prop: b } = l(t, n, e, ["settings", "loading"]), { prop: k } = l(t, n, e, [
2703
+ ]), { prop: d } = l(t, n, e, ["settings", "label"]), { prop: b } = l(t, n, e, ["settings", "loading"]), { prop: v } = l(t, n, e, [
2757
2704
  "settings",
2758
2705
  "placeholder"
2759
2706
  ]), { prop: h } = l(t, n, e, ["settings", "prefix"]), { prop: y } = l(t, n, e, [
@@ -2765,10 +2712,10 @@ const qr = /* @__PURE__ */ _e(Kr, [["render", Zr]]), Jr = /* @__PURE__ */ P({
2765
2712
  ]), { prop: _ } = l(t, n, e, [
2766
2713
  "settings",
2767
2714
  "readonly"
2768
- ]), { prop: g } = l(t, n, e, ["settings", "reverse"]), { prop: $ } = l(t, n, e, [
2715
+ ]), { prop: k } = l(t, n, e, ["settings", "reverse"]), { prop: $ } = l(t, n, e, [
2769
2716
  "settings",
2770
2717
  "singleLine"
2771
- ]), { prop: v } = l(t, n, e, ["settings", "suffix"]), { theme: C } = U(s), { prop: B } = l(t, n, e, ["settings", "value"]), { prop: F } = l(t, n, e, ["settings", "variant"]), { prop: T } = l(t, n, e, ["slots", "append"]), { prop: H } = l(t, n, e, [
2718
+ ]), { prop: g } = l(t, n, e, ["settings", "suffix"]), { theme: T } = j(s), { prop: N } = l(t, n, e, ["settings", "value"]), { prop: M } = l(t, n, e, ["settings", "variant"]), { prop: S } = l(t, n, e, ["slots", "append"]), { prop: H } = l(t, n, e, [
2772
2719
  "slots",
2773
2720
  "appendInner"
2774
2721
  ]), { prop: K } = l(t, n, e, [
@@ -2779,12 +2726,12 @@ const qr = /* @__PURE__ */ _e(Kr, [["render", Zr]]), Jr = /* @__PURE__ */ P({
2779
2726
  "prependInner"
2780
2727
  ]);
2781
2728
  return (te, ne) => {
2782
- const ce = W("v-text-field");
2729
+ const ce = L("v-text-field");
2783
2730
  return I(), A(ee, null, {
2784
2731
  default: z(() => [
2785
2732
  Z(ce, {
2786
- modelValue: o(B),
2787
- "onUpdate:modelValue": ne[0] || (ne[0] = (de) => X(B) ? B.value = de : null),
2733
+ modelValue: o(N),
2734
+ "onUpdate:modelValue": ne[0] || (ne[0] = (de) => X(N) ? N.value = de : null),
2788
2735
  "append-icon": o(r),
2789
2736
  "append-inner-icon": o(a),
2790
2737
  autofocus: o(u),
@@ -2794,22 +2741,22 @@ const qr = /* @__PURE__ */ _e(Kr, [["render", Zr]]), Jr = /* @__PURE__ */ P({
2794
2741
  "hide-details": o(c),
2795
2742
  label: o(d),
2796
2743
  loading: o(b),
2797
- placeholder: o(k),
2744
+ placeholder: o(v),
2798
2745
  prefix: o(h),
2799
2746
  "prepend-icon": o(y),
2800
2747
  "prepend-inner-icon": o(w),
2801
2748
  readonly: o(_),
2802
- reverse: o(g),
2749
+ reverse: o(k),
2803
2750
  "single-line": o($),
2804
- suffix: o(v),
2805
- theme: o(C),
2806
- variant: o(F)
2751
+ suffix: o(g),
2752
+ theme: o(T),
2753
+ variant: o(M)
2807
2754
  }, tn({ _: 2 }, [
2808
- o(T) ? {
2755
+ o(S) ? {
2809
2756
  name: "append",
2810
2757
  fn: z(() => [
2811
2758
  Z(fe, {
2812
- "ref-context": { refid: o(T) },
2759
+ "ref-context": { refid: o(S) },
2813
2760
  state: {}
2814
2761
  }, null, 8, ["ref-context"])
2815
2762
  ]),
@@ -2851,14 +2798,14 @@ const qr = /* @__PURE__ */ _e(Kr, [["render", Zr]]), Jr = /* @__PURE__ */ P({
2851
2798
  });
2852
2799
  };
2853
2800
  }
2854
- }), il = /* @__PURE__ */ P({
2801
+ }), tl = /* @__PURE__ */ P({
2855
2802
  __name: "index",
2856
2803
  props: {
2857
2804
  node: {},
2858
2805
  outer: { type: Boolean }
2859
2806
  },
2860
2807
  setup(i) {
2861
- const e = i, t = N(), s = M(), n = L(), { prop: r } = l(t, n, e, ["settings", "align"]), { prop: a } = l(t, n, e, ["settings", "density"]), { prop: u } = l(t, n, e, [
2808
+ const e = i, t = W(), s = F(), n = B(), { prop: r } = l(t, n, e, ["settings", "align"]), { prop: a } = l(t, n, e, ["settings", "density"]), { prop: u } = l(t, n, e, [
2862
2809
  "settings",
2863
2810
  "direction"
2864
2811
  ]), { prop: p } = l(t, n, e, [
@@ -2876,7 +2823,7 @@ const qr = /* @__PURE__ */ _e(Kr, [["render", Zr]]), Jr = /* @__PURE__ */ P({
2876
2823
  "settings",
2877
2824
  "line",
2878
2825
  "color"
2879
- ]), { color: b } = Y(s, d), { prop: k } = l(t, n, e, [
2826
+ ]), { color: b } = Y(s, d), { prop: v } = l(t, n, e, [
2880
2827
  "settings",
2881
2828
  "line",
2882
2829
  "inset"
@@ -2888,10 +2835,10 @@ const qr = /* @__PURE__ */ _e(Kr, [["render", Zr]]), Jr = /* @__PURE__ */ P({
2888
2835
  "settings",
2889
2836
  "line",
2890
2837
  "truncate"
2891
- ]), { theme: _ } = U(s);
2892
- return (g, $) => {
2893
- const v = W("v-timeline");
2894
- return I(), A(v, {
2838
+ ]), { theme: _ } = j(s);
2839
+ return (k, $) => {
2840
+ const g = L("v-timeline");
2841
+ return I(), A(g, {
2895
2842
  align: o(r),
2896
2843
  density: o(a),
2897
2844
  direction: o(u),
@@ -2899,37 +2846,37 @@ const qr = /* @__PURE__ */ _e(Kr, [["render", Zr]]), Jr = /* @__PURE__ */ P({
2899
2846
  "fill-dot": o(m),
2900
2847
  "hide-opposite": o(c),
2901
2848
  "line-color": o(b),
2902
- "line-inset": o(k),
2849
+ "line-inset": o(v),
2903
2850
  "line-thickness": o(h),
2904
2851
  side: o(y),
2905
2852
  theme: o(_),
2906
2853
  "truncate-line": o(w)
2907
2854
  }, {
2908
2855
  default: z(() => [
2909
- j(g.$slots, "default")
2856
+ U(k.$slots, "default")
2910
2857
  ]),
2911
2858
  _: 3
2912
2859
  }, 8, ["align", "density", "direction", "dot-color", "fill-dot", "hide-opposite", "line-color", "line-inset", "line-thickness", "side", "theme", "truncate-line"]);
2913
2860
  };
2914
2861
  }
2915
- }), ol = {};
2916
- function sl(i, e) {
2917
- const t = W("v-timeline-item");
2862
+ }), nl = {};
2863
+ function il(i, e) {
2864
+ const t = L("v-timeline-item");
2918
2865
  return I(), A(t, null, {
2919
2866
  default: z(() => [
2920
- j(i.$slots, "default")
2867
+ U(i.$slots, "default")
2921
2868
  ]),
2922
2869
  _: 3
2923
2870
  });
2924
2871
  }
2925
- const rl = /* @__PURE__ */ _e(ol, [["render", sl]]), ll = /* @__PURE__ */ P({
2872
+ const ol = /* @__PURE__ */ _e(nl, [["render", il]]), sl = /* @__PURE__ */ P({
2926
2873
  __name: "index",
2927
2874
  props: {
2928
2875
  node: {},
2929
2876
  outer: { type: Boolean }
2930
2877
  },
2931
2878
  setup(i) {
2932
- const e = i, t = N(), s = M(), n = L(), { prop: r } = l(t, n, e, [
2879
+ const e = i, t = W(), s = F(), n = B(), { prop: r } = l(t, n, e, [
2933
2880
  "settings",
2934
2881
  "continuous"
2935
2882
  ]), { prop: a } = l(t, n, e, [
@@ -2941,12 +2888,12 @@ const rl = /* @__PURE__ */ _e(ol, [["render", sl]]), ll = /* @__PURE__ */ P({
2941
2888
  ]), { prop: p } = l(t, n, e, ["settings", "reverse"]), { prop: f } = l(t, n, e, [
2942
2889
  "settings",
2943
2890
  "showArrows"
2944
- ]), { prop: m } = l(t, n, e, ["settings", "touch"]), { theme: c } = U(s), { prop: d } = l(t, n, e, ["settings", "value"]);
2945
- return (b, k) => {
2946
- const h = W("v-window");
2891
+ ]), { prop: m } = l(t, n, e, ["settings", "touch"]), { theme: c } = j(s), { prop: d } = l(t, n, e, ["settings", "value"]);
2892
+ return (b, v) => {
2893
+ const h = L("v-window");
2947
2894
  return I(), A(h, {
2948
2895
  modelValue: o(d),
2949
- "onUpdate:modelValue": k[0] || (k[0] = (y) => X(d) ? d.value = y : null),
2896
+ "onUpdate:modelValue": v[0] || (v[0] = (y) => X(d) ? d.value = y : null),
2950
2897
  continuous: o(r),
2951
2898
  direction: o(u),
2952
2899
  disabled: o(a),
@@ -2956,23 +2903,23 @@ const rl = /* @__PURE__ */ _e(ol, [["render", sl]]), ll = /* @__PURE__ */ P({
2956
2903
  touch: o(m)
2957
2904
  }, {
2958
2905
  default: z(() => [
2959
- j(b.$slots, "default")
2906
+ U(b.$slots, "default")
2960
2907
  ]),
2961
2908
  _: 3
2962
2909
  }, 8, ["modelValue", "continuous", "direction", "disabled", "reverse", "show-arrows", "theme", "touch"]);
2963
2910
  };
2964
2911
  }
2965
- }), al = {};
2966
- function ul(i, e) {
2967
- const t = W("v-window-item");
2912
+ }), rl = {};
2913
+ function ll(i, e) {
2914
+ const t = L("v-window-item");
2968
2915
  return I(), A(t, null, {
2969
2916
  default: z(() => [
2970
- j(i.$slots, "default")
2917
+ U(i.$slots, "default")
2971
2918
  ]),
2972
2919
  _: 3
2973
2920
  });
2974
2921
  }
2975
- const cl = /* @__PURE__ */ _e(al, [["render", ul]]), Xi = "badge_v1", kn = "breadcrumbs_v1", Ue = "bar_chart_v1", je = "btn_v1", Ge = "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", Yi = "flex_layout_entry_v1", st = "form_v1", rt = "icon_v1", lt = "globality_v1", at = "line_chart_v1", ut = "list_v1", ct = "menu_v1", dt = "number_input_v1", mt = "pagination_v1", Qi = "radio_v1", pt = "radio_group_v1", ft = "range_slider_v1", bt = "rating_v1", Se = "ref_v1", yt = "render_switch_v1", ht = "select_v1", xt = "slider_v1", gt = "stepper_v1", eo = "stepper_header_v1", to = "stepper_item_v1", no = "stepper_window_v1", io = "stepper_window_item_v1", vt = "switch_v1", oo = "tab_v1", kt = "tabs_v1", _t = "text_v1", wt = "textarea_v1", Vt = "text_field_v1", $t = "timeline_v1", so = "timeline_item_v1", It = "window_v1", ro = "window_item_v1", x = {
2922
+ const al = /* @__PURE__ */ _e(rl, [["render", ll]]), Xi = "badge_v1", kn = "breadcrumbs_v1", je = "bar_chart_v1", Ue = "btn_v1", Ge = "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", Yi = "flex_layout_entry_v1", st = "form_v1", rt = "icon_v1", lt = "globality_v1", at = "line_chart_v1", ut = "list_v1", ct = "menu_v1", dt = "number_input_v1", mt = "pagination_v1", Qi = "radio_v1", pt = "radio_group_v1", ft = "range_slider_v1", bt = "rating_v1", Se = "ref_v1", yt = "render_switch_v1", ht = "select_v1", xt = "slider_v1", gt = "stepper_v1", eo = "stepper_header_v1", to = "stepper_item_v1", no = "stepper_window_v1", io = "stepper_window_item_v1", vt = "switch_v1", oo = "tab_v1", kt = "tabs_v1", _t = "text_v1", wt = "textarea_v1", Vt = "text_field_v1", $t = "timeline_v1", so = "timeline_item_v1", It = "window_v1", ro = "window_item_v1", x = {
2976
2923
  key: "basic",
2977
2924
  name: "x-runtime-lib.basic",
2978
2925
  children: [
@@ -3034,7 +2981,7 @@ const cl = /* @__PURE__ */ _e(al, [["render", ul]]), Xi = "badge_v1", kn = "brea
3034
2981
  ]
3035
2982
  }
3036
2983
  ]
3037
- }, dl = G(Q), ge = {
2984
+ }, ul = G(Q), ge = {
3038
2985
  key: "border",
3039
2986
  name: "x-runtime-lib.border",
3040
2987
  children: [
@@ -3052,7 +2999,7 @@ const cl = /* @__PURE__ */ _e(al, [["render", ul]]), Xi = "badge_v1", kn = "brea
3052
2999
  types: "borderWidthTypesV1",
3053
3000
  default: ""
3054
3001
  },
3055
- dl,
3002
+ ul,
3056
3003
  {
3057
3004
  key: "roundRadius",
3058
3005
  name: "x-runtime-lib.roundRadius",
@@ -3316,7 +3263,7 @@ const cl = /* @__PURE__ */ _e(al, [["render", ul]]), Xi = "badge_v1", kn = "brea
3316
3263
  }
3317
3264
  ]
3318
3265
  };
3319
- function ml(i, e) {
3266
+ function cl(i, e) {
3320
3267
  const t = `type=${i} subtype=${e}`, s = E(i, e);
3321
3268
  if (!s) {
3322
3269
  console.error(`barChartV1/spawn prop tag not found, ${t}`);
@@ -3357,9 +3304,9 @@ const _n = {
3357
3304
  array: !0,
3358
3305
  defaultArray: []
3359
3306
  }, Ct = {
3360
- key: Ue,
3307
+ key: je,
3361
3308
  name: "x-runtime-lib.barChart",
3362
- comp: Gs,
3309
+ comp: js,
3363
3310
  props: {
3364
3311
  pageCommon: [x, q, ze, Ae, Pe, Te, _n],
3365
3312
  compCommon: [x, q, ze, Ae, Pe, Te, _n]
@@ -3368,10 +3315,10 @@ const _n = {
3368
3315
  methods: [],
3369
3316
  slots: [],
3370
3317
  leaf: !0,
3371
- spawn: ml
3318
+ spawn: cl
3372
3319
  };
3373
- S(Ct);
3374
- function pl(i, e) {
3320
+ C(Ct);
3321
+ function dl(i, e) {
3375
3322
  const t = `type=${i} subtype=${e}`, s = E(i, e);
3376
3323
  if (!s) {
3377
3324
  console.error(`lineChartV1/spawn prop tag not found, ${t}`);
@@ -3414,7 +3361,7 @@ const wn = {
3414
3361
  }, St = {
3415
3362
  key: at,
3416
3363
  name: "x-runtime-lib.lineChart",
3417
- comp: Os,
3364
+ comp: Us,
3418
3365
  props: {
3419
3366
  pageCommon: [x, q, ze, Ae, Pe, Te, wn],
3420
3367
  compCommon: [x, q, ze, Ae, Pe, Te, wn]
@@ -3423,9 +3370,9 @@ const wn = {
3423
3370
  methods: [],
3424
3371
  slots: [],
3425
3372
  leaf: !0,
3426
- spawn: pl
3373
+ spawn: dl
3427
3374
  };
3428
- S(St);
3375
+ C(St);
3429
3376
  const an = G(Q);
3430
3377
  an.key = "backgroundColor";
3431
3378
  an.name = "x-runtime-lib.backgroundColor";
@@ -3433,7 +3380,7 @@ const Vn = {
3433
3380
  key: "globalSettings",
3434
3381
  name: "x-runtime-lib.globalSettings",
3435
3382
  children: [an]
3436
- }, fl = {
3383
+ }, ml = {
3437
3384
  key: lt,
3438
3385
  name: "x-runtime-lib.globality",
3439
3386
  comp: null,
@@ -3479,7 +3426,7 @@ const Vn = {
3479
3426
  slots: [],
3480
3427
  internal: !0
3481
3428
  };
3482
- S(fl);
3429
+ C(ml);
3483
3430
  const $n = {
3484
3431
  key: "settings",
3485
3432
  name: "x-runtime-lib.settings",
@@ -3517,10 +3464,10 @@ const $n = {
3517
3464
  defaultArray: []
3518
3465
  }
3519
3466
  ]
3520
- }, bl = {
3467
+ }, pl = {
3521
3468
  key: ut,
3522
3469
  name: "x-runtime-lib.list",
3523
- comp: Ks,
3470
+ comp: Gs,
3524
3471
  props: {
3525
3472
  pageCommon: [x, $n],
3526
3473
  compCommon: [x, $n]
@@ -3530,7 +3477,7 @@ const $n = {
3530
3477
  slots: [],
3531
3478
  leaf: !0
3532
3479
  };
3533
- S(bl);
3480
+ C(pl);
3534
3481
  const In = {
3535
3482
  key: "ref",
3536
3483
  name: "x-runtime-lib.ref",
@@ -3542,10 +3489,10 @@ const In = {
3542
3489
  default: void 0
3543
3490
  }
3544
3491
  ]
3545
- }, yl = {
3492
+ }, fl = {
3546
3493
  key: Se,
3547
3494
  name: "x-runtime-lib.ref",
3548
- comp: rr,
3495
+ comp: or,
3549
3496
  props: {
3550
3497
  pageCommon: [x, q, In],
3551
3498
  compCommon: [x, q, In]
@@ -3555,7 +3502,7 @@ const In = {
3555
3502
  slots: [],
3556
3503
  leaf: !0
3557
3504
  };
3558
- S(yl);
3505
+ C(fl);
3559
3506
  const Cn = {
3560
3507
  key: "settings",
3561
3508
  name: "x-runtime-lib.settings",
@@ -3567,10 +3514,10 @@ const Cn = {
3567
3514
  default: !1
3568
3515
  }
3569
3516
  ]
3570
- }, hl = {
3517
+ }, bl = {
3571
3518
  key: yt,
3572
3519
  name: "x-runtime-lib.renderSwitch",
3573
- comp: lr,
3520
+ comp: sr,
3574
3521
  props: {
3575
3522
  pageCommon: [x, Cn],
3576
3523
  compCommon: [x, Cn]
@@ -3579,7 +3526,7 @@ const Cn = {
3579
3526
  methods: [],
3580
3527
  slots: []
3581
3528
  };
3582
- S(hl);
3529
+ C(bl);
3583
3530
  const Sn = {
3584
3531
  key: "settings",
3585
3532
  name: "x-runtime-lib.settings",
@@ -3615,10 +3562,10 @@ const Sn = {
3615
3562
  default: !1
3616
3563
  }
3617
3564
  ]
3618
- }, uu = {
3565
+ }, au = {
3619
3566
  key: Xi,
3620
3567
  name: "x-runtime-lib.badge",
3621
- comp: ar,
3568
+ comp: rr,
3622
3569
  props: {
3623
3570
  pageCommon: [x, Sn],
3624
3571
  compCommon: [x, Sn]
@@ -3627,7 +3574,7 @@ const Sn = {
3627
3574
  methods: [],
3628
3575
  slots: []
3629
3576
  };
3630
- function xl(i, e) {
3577
+ function yl(i, e) {
3631
3578
  const t = `type=${i} subtype=${e}`, s = E(i, e);
3632
3579
  if (!s) {
3633
3580
  console.error(`btnV1/spawn prop tag not found, ${t}`);
@@ -3641,7 +3588,7 @@ function xl(i, e) {
3641
3588
  const r = {};
3642
3589
  return D(r, n), r.basic.id = R(16), r.basic.key = Tt.key, r.settings.text = "button", r;
3643
3590
  }
3644
- const gl = G(Q), Tn = {
3591
+ const hl = G(Q), Tn = {
3645
3592
  key: "settings",
3646
3593
  name: "x-runtime-lib.settings",
3647
3594
  children: [
@@ -3720,7 +3667,7 @@ const gl = G(Q), Tn = {
3720
3667
  ui: "switch",
3721
3668
  default: !1
3722
3669
  },
3723
- gl,
3670
+ hl,
3724
3671
  {
3725
3672
  key: "ripple",
3726
3673
  name: "x-runtime-lib.ripple",
@@ -3729,9 +3676,9 @@ const gl = G(Q), Tn = {
3729
3676
  }
3730
3677
  ]
3731
3678
  }, Tt = {
3732
- key: je,
3679
+ key: Ue,
3733
3680
  name: "x-runtime-lib.button",
3734
- comp: ur,
3681
+ comp: lr,
3735
3682
  props: {
3736
3683
  pageCommon: [x, q, Tn],
3737
3684
  compCommon: [x, q, Tn]
@@ -3746,13 +3693,13 @@ const gl = G(Q), Tn = {
3746
3693
  methods: [],
3747
3694
  slots: [],
3748
3695
  leaf: !0,
3749
- spawn: xl
3696
+ spawn: yl
3750
3697
  };
3751
- S(Tt);
3752
- const vl = {
3698
+ C(Tt);
3699
+ const xl = {
3753
3700
  key: Ge,
3754
3701
  name: "x-runtime-lib.buttonGroup",
3755
- comp: mr,
3702
+ comp: cr,
3756
3703
  props: {
3757
3704
  pageCommon: [x],
3758
3705
  compCommon: [x]
@@ -3761,7 +3708,7 @@ const vl = {
3761
3708
  methods: [],
3762
3709
  slots: []
3763
3710
  };
3764
- S(vl);
3711
+ C(xl);
3765
3712
  const zn = {
3766
3713
  key: "settings",
3767
3714
  name: "x-runtime-lib.settings",
@@ -3823,10 +3770,10 @@ const zn = {
3823
3770
  default: !1
3824
3771
  }
3825
3772
  ]
3826
- }, kl = {
3773
+ }, gl = {
3827
3774
  key: Oe,
3828
3775
  name: "x-runtime-lib.buttonToggle",
3829
- comp: pr,
3776
+ comp: dr,
3830
3777
  props: {
3831
3778
  pageCommon: [x, zn],
3832
3779
  compCommon: [x, zn]
@@ -3835,8 +3782,8 @@ const zn = {
3835
3782
  methods: [],
3836
3783
  slots: []
3837
3784
  };
3838
- S(kl);
3839
- function _l(i, e) {
3785
+ C(gl);
3786
+ function vl(i, e) {
3840
3787
  const t = `type=${i} subtype=${e}`, s = E(i, e);
3841
3788
  if (!s) {
3842
3789
  console.error(`cardV1/spawn prop tag not found, ${t}`);
@@ -3908,7 +3855,7 @@ const An = {
3908
3855
  }, Ve = {
3909
3856
  key: Ke,
3910
3857
  name: "x-runtime-lib.card",
3911
- comp: fr,
3858
+ comp: mr,
3912
3859
  props: {
3913
3860
  pageCommon: [x, q, An],
3914
3861
  compCommon: [x, q, An]
@@ -3916,9 +3863,9 @@ const An = {
3916
3863
  events: [],
3917
3864
  methods: [],
3918
3865
  slots: [],
3919
- spawn: _l
3866
+ spawn: vl
3920
3867
  };
3921
- S(Ve);
3868
+ C(Ve);
3922
3869
  const Pn = {
3923
3870
  key: "settings",
3924
3871
  name: "x-runtime-lib.settings",
@@ -3936,10 +3883,10 @@ const Pn = {
3936
3883
  default: ""
3937
3884
  }
3938
3885
  ]
3939
- }, wl = {
3886
+ }, kl = {
3940
3887
  key: Ze,
3941
3888
  name: "x-runtime-lib.checkbox",
3942
- comp: br,
3889
+ comp: pr,
3943
3890
  props: {
3944
3891
  pageCommon: [x, Pn],
3945
3892
  compCommon: [x, Pn]
@@ -3949,8 +3896,8 @@ const Pn = {
3949
3896
  slots: [],
3950
3897
  leaf: !0
3951
3898
  };
3952
- S(wl);
3953
- const Vl = G(Q), Nn = {
3899
+ C(kl);
3900
+ const _l = G(Q), Wn = {
3954
3901
  key: "settings",
3955
3902
  name: "x-runtime-lib.settings",
3956
3903
  children: [
@@ -4023,23 +3970,23 @@ const Vl = G(Q), Nn = {
4023
3970
  ui: "switch",
4024
3971
  default: !1
4025
3972
  },
4026
- Vl
3973
+ _l
4027
3974
  ]
4028
3975
  }, zt = {
4029
3976
  key: qe,
4030
3977
  name: "x-runtime-lib.chip",
4031
- comp: yr,
3978
+ comp: fr,
4032
3979
  props: {
4033
- pageCommon: [x, Nn],
4034
- compCommon: [x, Nn]
3980
+ pageCommon: [x, Wn],
3981
+ compCommon: [x, Wn]
4035
3982
  },
4036
3983
  events: [],
4037
3984
  methods: [],
4038
3985
  slots: [],
4039
3986
  leaf: !0
4040
3987
  };
4041
- S(zt);
4042
- function $l(i, e) {
3988
+ C(zt);
3989
+ function wl(i, e) {
4043
3990
  const t = `type=${i} subtype=${e}`, s = E(i, e);
4044
3991
  if (!s) {
4045
3992
  console.error(`chipGroupV1/spawn prop tag not found, ${t}`);
@@ -4074,7 +4021,7 @@ function xe(i, e, t, s) {
4074
4021
  const u = {};
4075
4022
  return D(u, a), u.basic.id = R(16), u.basic.key = zt.key, u.settings.value = t, u.settings.text = s, u;
4076
4023
  }
4077
- const Wn = {
4024
+ const Ln = {
4078
4025
  key: "settings",
4079
4026
  name: "x-runtime-lib.settings",
4080
4027
  children: [
@@ -4131,21 +4078,21 @@ const Wn = {
4131
4078
  }, At = {
4132
4079
  key: Je,
4133
4080
  name: "x-runtime-lib.chipGroup",
4134
- comp: hr,
4081
+ comp: br,
4135
4082
  props: {
4136
- pageCommon: [x, Wn],
4137
- compCommon: [x, Wn]
4083
+ pageCommon: [x, Ln],
4084
+ compCommon: [x, Ln]
4138
4085
  },
4139
4086
  events: [],
4140
4087
  methods: [],
4141
4088
  slots: [],
4142
- spawn: $l
4089
+ spawn: wl
4143
4090
  };
4144
- S(At);
4145
- const Il = {
4091
+ C(At);
4092
+ const Vl = {
4146
4093
  key: Xe,
4147
4094
  name: "x-runtime-lib.colorPicker",
4148
- comp: xr,
4095
+ comp: yr,
4149
4096
  props: {
4150
4097
  pageCommon: [x],
4151
4098
  compCommon: [x]
@@ -4155,8 +4102,8 @@ const Il = {
4155
4102
  slots: [],
4156
4103
  leaf: !0
4157
4104
  };
4158
- S(Il);
4159
- const Ln = {
4105
+ C(Vl);
4106
+ const Bn = {
4160
4107
  key: "settings",
4161
4108
  name: "x-runtime-lib.settings",
4162
4109
  children: [
@@ -4197,34 +4144,34 @@ const Ln = {
4197
4144
  default: !1
4198
4145
  }
4199
4146
  ]
4200
- }, Cl = {
4147
+ }, $l = {
4201
4148
  key: Ye,
4202
4149
  name: "x-runtime-lib.combobox",
4203
- comp: gr,
4150
+ comp: hr,
4204
4151
  props: {
4205
- pageCommon: [x, Ln],
4206
- compCommon: [x, Ln]
4152
+ pageCommon: [x, Bn],
4153
+ compCommon: [x, Bn]
4207
4154
  },
4208
4155
  events: [],
4209
4156
  methods: [],
4210
4157
  slots: [],
4211
4158
  leaf: !0
4212
4159
  };
4213
- S(Cl);
4160
+ C($l);
4214
4161
  const un = G(Q);
4215
4162
  un.key = "backgroundColor";
4216
4163
  un.name = "x-runtime-lib.backgroundColor";
4217
- const Bn = {
4164
+ const Nn = {
4218
4165
  key: "settings",
4219
4166
  name: "x-runtime-lib.settings",
4220
4167
  children: [un]
4221
4168
  }, Pt = {
4222
4169
  key: Qe,
4223
4170
  name: "x-runtime-lib.container",
4224
- comp: vr,
4171
+ comp: xr,
4225
4172
  props: {
4226
- pageCommon: [x, q, ge, ve, ke, Bn],
4227
- compCommon: [x, q, ge, ve, ke, Bn]
4173
+ pageCommon: [x, q, ge, ve, ke, Nn],
4174
+ compCommon: [x, q, ge, ve, ke, Nn]
4228
4175
  },
4229
4176
  events: [
4230
4177
  {
@@ -4236,7 +4183,7 @@ const Bn = {
4236
4183
  methods: [],
4237
4184
  slots: []
4238
4185
  };
4239
- S(Pt);
4186
+ C(Pt);
4240
4187
  const Rn = {
4241
4188
  key: "size",
4242
4189
  name: "x-runtime-lib.size",
@@ -4389,10 +4336,10 @@ const Rn = {
4389
4336
  defaultArray: []
4390
4337
  }
4391
4338
  ]
4392
- }, Sl = {
4339
+ }, Il = {
4393
4340
  key: et,
4394
4341
  name: "x-runtime-lib.dataTable",
4395
- comp: kr,
4342
+ comp: gr,
4396
4343
  props: {
4397
4344
  pageCommon: [x, Rn, Dn, En],
4398
4345
  compCommon: [x, Rn, Dn, En]
@@ -4402,11 +4349,11 @@ const Rn = {
4402
4349
  slots: [],
4403
4350
  leaf: !0
4404
4351
  };
4405
- S(Sl);
4406
- const Tl = {
4352
+ C(Il);
4353
+ const Cl = {
4407
4354
  key: tt,
4408
4355
  name: "x-runtime-lib.datePicker",
4409
- comp: Vr,
4356
+ comp: _r,
4410
4357
  props: {
4411
4358
  pageCommon: [x],
4412
4359
  compCommon: [x]
@@ -4416,11 +4363,11 @@ const Tl = {
4416
4363
  slots: [],
4417
4364
  leaf: !0
4418
4365
  };
4419
- S(Tl);
4420
- const zl = {
4366
+ C(Cl);
4367
+ const Sl = {
4421
4368
  key: nt,
4422
4369
  name: "x-runtime-lib.dialog",
4423
- comp: Ir,
4370
+ comp: Vr,
4424
4371
  props: {
4425
4372
  pageCommon: [x],
4426
4373
  compCommon: [x]
@@ -4443,24 +4390,24 @@ const zl = {
4443
4390
  slots: [],
4444
4391
  teleport: !0
4445
4392
  };
4446
- S(zl);
4447
- const Mn = {
4393
+ C(Sl);
4394
+ const Fn = {
4448
4395
  key: "settings",
4449
4396
  name: "x-runtime-lib.settings",
4450
4397
  children: []
4451
- }, cu = {
4398
+ }, uu = {
4452
4399
  key: it,
4453
4400
  name: "x-runtime-lib.fileInput",
4454
- comp: Cr,
4401
+ comp: $r,
4455
4402
  props: {
4456
- pageCommon: [x, Mn],
4457
- compCommon: [x, Mn]
4403
+ pageCommon: [x, Fn],
4404
+ compCommon: [x, Fn]
4458
4405
  },
4459
4406
  events: [],
4460
4407
  methods: [],
4461
4408
  slots: [],
4462
4409
  leaf: !0
4463
- }, Fn = {
4410
+ }, Mn = {
4464
4411
  key: "settings",
4465
4412
  name: "x-runtime-lib.settings",
4466
4413
  children: [
@@ -4477,20 +4424,20 @@ const Mn = {
4477
4424
  default: !1
4478
4425
  }
4479
4426
  ]
4480
- }, Nt = {
4427
+ }, Wt = {
4481
4428
  key: Yi,
4482
4429
  name: "x-runtime-lib.flexLayoutEntry",
4483
- comp: Tr,
4430
+ comp: Cr,
4484
4431
  props: {
4485
- pageCommon: [x, q, Fn],
4486
- compCommon: [x, q, Fn]
4432
+ pageCommon: [x, q, Mn],
4433
+ compCommon: [x, q, Mn]
4487
4434
  },
4488
4435
  events: [],
4489
4436
  methods: [],
4490
4437
  slots: []
4491
4438
  };
4492
- S(Nt);
4493
- function Al(i, e) {
4439
+ C(Wt);
4440
+ function Tl(i, e) {
4494
4441
  const t = `type=${i} subtype=${e}`, s = E(i, e);
4495
4442
  if (!s) {
4496
4443
  console.error(`flexLayoutV1/spawn prop tag not found, ${t}`);
@@ -4503,7 +4450,7 @@ function Al(i, e) {
4503
4450
  }
4504
4451
  const r = {};
4505
4452
  return D(r, n), r.basic.id = R(16), r.basic.key = $e.key, r.children = [
4506
- Wt(
4453
+ Lt(
4507
4454
  i,
4508
4455
  e,
4509
4456
  "#ff0000",
@@ -4513,7 +4460,7 @@ function Al(i, e) {
4513
4460
  "40px",
4514
4461
  void 0
4515
4462
  ),
4516
- Wt(
4463
+ Lt(
4517
4464
  i,
4518
4465
  e,
4519
4466
  "#00ff00",
@@ -4523,10 +4470,10 @@ function Al(i, e) {
4523
4470
  "60px",
4524
4471
  void 0
4525
4472
  ),
4526
- Pl(i, e)
4473
+ zl(i, e)
4527
4474
  ], r;
4528
4475
  }
4529
- function Wt(i, e, t, s, n, r, a, u, p) {
4476
+ function Lt(i, e, t, s, n, r, a, u, p) {
4530
4477
  const f = `type=${i} subtype=${e}`, m = E(i, e);
4531
4478
  if (!m) {
4532
4479
  console.error(
@@ -4542,13 +4489,13 @@ function Wt(i, e, t, s, n, r, a, u, p) {
4542
4489
  const d = {};
4543
4490
  return D(d, c), d.basic.id = R(16), d.basic.key = Pt.key, s && (d.size.width = s), 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;
4544
4491
  }
4545
- function Pl(i, e) {
4492
+ function zl(i, e) {
4546
4493
  const t = `type=${i} subtype=${e}`, s = E(i, e);
4547
4494
  if (!s) {
4548
4495
  console.error(`flexLayoutV1/spawnEntry prop tag not found, ${t}`);
4549
4496
  return;
4550
4497
  }
4551
- const n = Nt.props[s];
4498
+ const n = Wt.props[s];
4552
4499
  if (!n) {
4553
4500
  console.error(`flexLayoutV1/spawnEntry props not found, ${t}`);
4554
4501
  return;
@@ -4559,8 +4506,8 @@ function Pl(i, e) {
4559
4506
  key: ""
4560
4507
  }
4561
4508
  };
4562
- return D(r, n), r.basic.id = R(16), r.basic.key = Nt.key, r.children = [
4563
- Wt(
4509
+ return D(r, n), r.basic.id = R(16), r.basic.key = Wt.key, r.children = [
4510
+ Lt(
4564
4511
  i,
4565
4512
  e,
4566
4513
  "#0000ff",
@@ -4748,7 +4695,7 @@ const Hn = {
4748
4695
  }, $e = {
4749
4696
  key: ot,
4750
4697
  name: "x-runtime-lib.flexLayout",
4751
- comp: Sr,
4698
+ comp: Ir,
4752
4699
  props: {
4753
4700
  pageCommon: [x, q, ge, ve, ke, Hn],
4754
4701
  compCommon: [x, q, ge, ve, ke, Hn]
@@ -4762,10 +4709,10 @@ const Hn = {
4762
4709
  ],
4763
4710
  methods: [],
4764
4711
  slots: [],
4765
- spawn: Al
4712
+ spawn: Tl
4766
4713
  };
4767
- S($e);
4768
- const Un = {
4714
+ C($e);
4715
+ const jn = {
4769
4716
  key: "settings",
4770
4717
  name: "x-runtime-lib.settings",
4771
4718
  children: [
@@ -4886,7 +4833,7 @@ const Un = {
4886
4833
  default: ""
4887
4834
  }
4888
4835
  ]
4889
- }, jn = {
4836
+ }, Un = {
4890
4837
  key: "slots",
4891
4838
  name: "x-runtime-lib.slots",
4892
4839
  children: [
@@ -4915,13 +4862,13 @@ const Un = {
4915
4862
  default: void 0
4916
4863
  }
4917
4864
  ]
4918
- }, Lt = {
4865
+ }, Bt = {
4919
4866
  key: Vt,
4920
4867
  name: "x-runtime-lib.textField",
4921
- comp: nl,
4868
+ comp: el,
4922
4869
  props: {
4923
- pageCommon: [x, Un, jn],
4924
- compCommon: [x, Un, jn]
4870
+ pageCommon: [x, jn, Un],
4871
+ compCommon: [x, jn, Un]
4925
4872
  },
4926
4873
  events: [],
4927
4874
  methods: [],
@@ -4953,34 +4900,34 @@ const Un = {
4953
4900
  ],
4954
4901
  leaf: !0
4955
4902
  };
4956
- S(Lt);
4957
- function Nl(i, e) {
4903
+ C(Bt);
4904
+ function Al(i, e) {
4958
4905
  const t = `type=${i} subtype=${e}`, s = E(i, e);
4959
4906
  if (!s) {
4960
4907
  console.error(`formV1/spawn prop tag not found, ${t}`);
4961
4908
  return;
4962
4909
  }
4963
- const n = Bt.props[s];
4910
+ const n = Nt.props[s];
4964
4911
  if (!n) {
4965
4912
  console.error(`formV1/spawn props not found, ${t}`);
4966
4913
  return;
4967
4914
  }
4968
4915
  const r = {};
4969
- return D(r, n), r.basic.id = R(16), r.basic.key = Bt.key, r.children = [Wl(i, e)], r;
4916
+ return D(r, n), r.basic.id = R(16), r.basic.key = Nt.key, r.children = [Pl(i, e)], r;
4970
4917
  }
4971
- function Wl(i, e) {
4918
+ function Pl(i, e) {
4972
4919
  const t = `type=${i} subtype=${e}`, s = E(i, e);
4973
4920
  if (!s) {
4974
4921
  console.error(`formV1/spawnTextField prop tag not found, ${t}`);
4975
4922
  return;
4976
4923
  }
4977
- const n = Lt.props[s];
4924
+ const n = Bt.props[s];
4978
4925
  if (!n) {
4979
4926
  console.error(`formV1/spawnTextField props not found, ${t}`);
4980
4927
  return;
4981
4928
  }
4982
4929
  const r = {};
4983
- return D(r, n), r.basic.id = R(16), r.basic.key = Lt.key, r;
4930
+ return D(r, n), r.basic.id = R(16), r.basic.key = Bt.key, r;
4984
4931
  }
4985
4932
  const Gn = {
4986
4933
  key: "settings",
@@ -5000,10 +4947,10 @@ const Gn = {
5000
4947
  default: !1
5001
4948
  }
5002
4949
  ]
5003
- }, Bt = {
4950
+ }, Nt = {
5004
4951
  key: st,
5005
4952
  name: "x-runtime-lib.form",
5006
- comp: zr,
4953
+ comp: Sr,
5007
4954
  props: {
5008
4955
  pageCommon: [x, q, ge, ve, ke, Gn],
5009
4956
  compCommon: [x, q, ge, ve, ke, Gn]
@@ -5017,10 +4964,10 @@ const Gn = {
5017
4964
  ],
5018
4965
  methods: [],
5019
4966
  slots: [],
5020
- spawn: Nl
4967
+ spawn: Al
5021
4968
  };
5022
- S(Bt);
5023
- const Ll = G(Q), On = {
4969
+ C(Nt);
4970
+ const Wl = G(Q), On = {
5024
4971
  key: "settings",
5025
4972
  name: "x-runtime-lib.settings",
5026
4973
  children: [
@@ -5043,12 +4990,12 @@ const Ll = G(Q), On = {
5043
4990
  items: "sizeItemsV1",
5044
4991
  default: "default"
5045
4992
  },
5046
- Ll
4993
+ Wl
5047
4994
  ]
5048
- }, Bl = {
4995
+ }, Ll = {
5049
4996
  key: rt,
5050
4997
  name: "x-runtime-lib.icon",
5051
- comp: Ar,
4998
+ comp: Tr,
5052
4999
  props: {
5053
5000
  pageCommon: [x, On],
5054
5001
  compCommon: [x, On]
@@ -5058,11 +5005,11 @@ const Ll = G(Q), On = {
5058
5005
  slots: [],
5059
5006
  leaf: !0
5060
5007
  };
5061
- S(Bl);
5062
- const Rl = {
5008
+ C(Ll);
5009
+ const Bl = {
5063
5010
  key: ct,
5064
5011
  name: "x-runtime-lib.menu",
5065
- comp: Nr,
5012
+ comp: Ar,
5066
5013
  props: {
5067
5014
  pageCommon: [x],
5068
5015
  compCommon: [x]
@@ -5085,8 +5032,8 @@ const Rl = {
5085
5032
  slots: [],
5086
5033
  teleport: !0
5087
5034
  };
5088
- S(Rl);
5089
- function Dl(i, e) {
5035
+ C(Bl);
5036
+ function Nl(i, e) {
5090
5037
  const t = `type=${i} subtype=${e}`, s = E(i, e);
5091
5038
  if (!s) {
5092
5039
  console.error(`numberInputV1/spawn prop tag not found, ${t}`);
@@ -5270,7 +5217,7 @@ const Kn = {
5270
5217
  }, Rt = {
5271
5218
  key: dt,
5272
5219
  name: "x-runtime-lib.numberInput",
5273
- comp: Wr,
5220
+ comp: Pr,
5274
5221
  props: {
5275
5222
  pageCommon: [x, Kn, Zn],
5276
5223
  compCommon: [x, Kn, Zn]
@@ -5305,9 +5252,9 @@ const Kn = {
5305
5252
  methods: [],
5306
5253
  slots: [],
5307
5254
  leaf: !0,
5308
- spawn: Dl
5255
+ spawn: Nl
5309
5256
  };
5310
- S(Rt);
5257
+ C(Rt);
5311
5258
  const qn = {
5312
5259
  key: "settings",
5313
5260
  name: "x-runtime-lib.settings",
@@ -5371,10 +5318,10 @@ const qn = {
5371
5318
  default: !1
5372
5319
  }
5373
5320
  ]
5374
- }, El = {
5321
+ }, Rl = {
5375
5322
  key: mt,
5376
5323
  name: "x-runtime-lib.pagination",
5377
- comp: Lr,
5324
+ comp: Wr,
5378
5325
  props: {
5379
5326
  pageCommon: [x, qn],
5380
5327
  compCommon: [x, qn]
@@ -5384,8 +5331,8 @@ const qn = {
5384
5331
  slots: [],
5385
5332
  leaf: !0
5386
5333
  };
5387
- S(El);
5388
- const Ml = G(Q), Jn = {
5334
+ C(Rl);
5335
+ const Dl = G(Q), Jn = {
5389
5336
  key: "settings",
5390
5337
  name: "x-runtime-lib.settings",
5391
5338
  children: [
@@ -5420,12 +5367,12 @@ const Ml = G(Q), Jn = {
5420
5367
  items: "densityItemsV1",
5421
5368
  default: "default"
5422
5369
  },
5423
- Ml
5370
+ Dl
5424
5371
  ]
5425
5372
  }, Dt = {
5426
5373
  key: Qi,
5427
5374
  name: "x-runtime-lib.radio",
5428
- comp: Br,
5375
+ comp: Lr,
5429
5376
  props: {
5430
5377
  pageCommon: [x, Jn],
5431
5378
  compCommon: [x, Jn]
@@ -5435,8 +5382,8 @@ const Ml = G(Q), Jn = {
5435
5382
  slots: [],
5436
5383
  leaf: !0
5437
5384
  };
5438
- S(Dt);
5439
- function Fl(i, e) {
5385
+ C(Dt);
5386
+ function El(i, e) {
5440
5387
  const t = `type=${i} subtype=${e}`, s = E(i, e);
5441
5388
  if (!s) {
5442
5389
  console.error(`radioGroupV1/spawn prop tag not found, ${t}`);
@@ -5449,12 +5396,12 @@ function Fl(i, e) {
5449
5396
  }
5450
5397
  const r = {};
5451
5398
  return D(r, n), r.basic.id = R(16), r.basic.key = Et.key, r.children = [
5452
- Be(i, e, "option1", "Option 1"),
5453
- Be(i, e, "option2", "Option 2"),
5454
- Be(i, e, "option3", "Option 3")
5399
+ Ne(i, e, "option1", "Option 1"),
5400
+ Ne(i, e, "option2", "Option 2"),
5401
+ Ne(i, e, "option3", "Option 3")
5455
5402
  ], r.settings.value = "option1", r;
5456
5403
  }
5457
- function Be(i, e, t, s) {
5404
+ function Ne(i, e, t, s) {
5458
5405
  const n = `type=${i} subtype=${e}`, r = E(i, e);
5459
5406
  if (!r) {
5460
5407
  console.error(`radioGroupV1/spawnEntry prop tag not found, ${n}`);
@@ -5514,7 +5461,7 @@ const Xn = {
5514
5461
  }, Et = {
5515
5462
  key: pt,
5516
5463
  name: "x-runtime-lib.radioGroup",
5517
- comp: Rr,
5464
+ comp: Br,
5518
5465
  props: {
5519
5466
  pageCommon: [x, Xn],
5520
5467
  compCommon: [x, Xn]
@@ -5522,9 +5469,9 @@ const Xn = {
5522
5469
  events: [],
5523
5470
  methods: [],
5524
5471
  slots: [],
5525
- spawn: Fl
5472
+ spawn: El
5526
5473
  };
5527
- S(Et);
5474
+ C(Et);
5528
5475
  const Yn = {
5529
5476
  key: "settings",
5530
5477
  name: "x-runtime-lib.settings",
@@ -5642,10 +5589,10 @@ const Yn = {
5642
5589
  ]
5643
5590
  }
5644
5591
  ]
5645
- }, Hl = {
5592
+ }, Fl = {
5646
5593
  key: ft,
5647
5594
  name: "x-runtime-lib.rangeSlider",
5648
- comp: Dr,
5595
+ comp: Nr,
5649
5596
  props: {
5650
5597
  pageCommon: [x, Yn],
5651
5598
  compCommon: [x, Yn]
@@ -5655,7 +5602,7 @@ const Yn = {
5655
5602
  slots: [],
5656
5603
  leaf: !0
5657
5604
  };
5658
- S(Hl);
5605
+ C(Fl);
5659
5606
  const Qn = {
5660
5607
  key: "settings",
5661
5608
  name: "x-runtime-lib.settings",
@@ -5711,10 +5658,10 @@ const Qn = {
5711
5658
  default: !1
5712
5659
  }
5713
5660
  ]
5714
- }, Ul = {
5661
+ }, Ml = {
5715
5662
  key: bt,
5716
5663
  name: "x-runtime-lib.rating",
5717
- comp: Er,
5664
+ comp: Rr,
5718
5665
  props: {
5719
5666
  pageCommon: [x, Qn],
5720
5667
  compCommon: [x, Qn]
@@ -5724,7 +5671,7 @@ const Qn = {
5724
5671
  slots: [],
5725
5672
  leaf: !0
5726
5673
  };
5727
- S(Ul);
5674
+ C(Ml);
5728
5675
  const ei = {
5729
5676
  key: "settings",
5730
5677
  name: "x-runtime-lib.settings",
@@ -5766,10 +5713,10 @@ const ei = {
5766
5713
  default: !1
5767
5714
  }
5768
5715
  ]
5769
- }, jl = {
5716
+ }, Hl = {
5770
5717
  key: ht,
5771
5718
  name: "x-runtime-lib.select",
5772
- comp: Mr,
5719
+ comp: Dr,
5773
5720
  props: {
5774
5721
  pageCommon: [x, ei],
5775
5722
  compCommon: [x, ei]
@@ -5779,7 +5726,7 @@ const ei = {
5779
5726
  slots: [],
5780
5727
  leaf: !0
5781
5728
  };
5782
- S(jl);
5729
+ C(Hl);
5783
5730
  const dn = G(Q);
5784
5731
  dn.key = "color";
5785
5732
  dn.name = "x-runtime-lib.color";
@@ -5915,10 +5862,10 @@ const ti = {
5915
5862
  default: void 0
5916
5863
  }
5917
5864
  ]
5918
- }, Gl = {
5865
+ }, jl = {
5919
5866
  key: xt,
5920
5867
  name: "x-runtime-lib.slider",
5921
- comp: Fr,
5868
+ comp: Er,
5922
5869
  props: {
5923
5870
  pageCommon: [x, ti, ni],
5924
5871
  compCommon: [x, ti, ni]
@@ -5928,11 +5875,11 @@ const ti = {
5928
5875
  slots: [],
5929
5876
  leaf: !0
5930
5877
  };
5931
- S(Gl);
5932
- const Mt = {
5878
+ C(jl);
5879
+ const Ft = {
5933
5880
  key: eo,
5934
5881
  name: "x-runtime-lib.stepperHeader",
5935
- comp: Gr,
5882
+ comp: jr,
5936
5883
  props: {
5937
5884
  pageCommon: [x],
5938
5885
  compCommon: [x]
@@ -5941,7 +5888,7 @@ const Mt = {
5941
5888
  methods: [],
5942
5889
  slots: []
5943
5890
  };
5944
- S(Mt);
5891
+ C(Ft);
5945
5892
  const ii = {
5946
5893
  key: "settings",
5947
5894
  name: "x-runtime-lib.settings",
@@ -5953,10 +5900,10 @@ const ii = {
5953
5900
  default: ""
5954
5901
  }
5955
5902
  ]
5956
- }, Ft = {
5903
+ }, Mt = {
5957
5904
  key: to,
5958
5905
  name: "x-runtime-lib.stepperItem",
5959
- comp: Or,
5906
+ comp: Ur,
5960
5907
  props: {
5961
5908
  pageCommon: [x, ii],
5962
5909
  compCommon: [x, ii]
@@ -5965,11 +5912,11 @@ const ii = {
5965
5912
  methods: [],
5966
5913
  slots: []
5967
5914
  };
5968
- S(Ft);
5915
+ C(Mt);
5969
5916
  const Ht = {
5970
5917
  key: no,
5971
5918
  name: "x-runtime-lib.stepperWindow",
5972
- comp: qr,
5919
+ comp: Kr,
5973
5920
  props: {
5974
5921
  pageCommon: [x],
5975
5922
  compCommon: [x]
@@ -5978,7 +5925,7 @@ const Ht = {
5978
5925
  methods: [],
5979
5926
  slots: []
5980
5927
  };
5981
- S(Ht);
5928
+ C(Ht);
5982
5929
  const oi = {
5983
5930
  key: "settings",
5984
5931
  name: "x-runtime-lib.settings",
@@ -5990,10 +5937,10 @@ const oi = {
5990
5937
  default: ""
5991
5938
  }
5992
5939
  ]
5993
- }, Ut = {
5940
+ }, jt = {
5994
5941
  key: io,
5995
5942
  name: "x-runtime-lib.stepperWindowItem",
5996
- comp: Jr,
5943
+ comp: Zr,
5997
5944
  props: {
5998
5945
  pageCommon: [x, oi],
5999
5946
  compCommon: [x, oi]
@@ -6002,34 +5949,34 @@ const oi = {
6002
5949
  methods: [],
6003
5950
  slots: []
6004
5951
  };
6005
- S(Ut);
6006
- function Ol(i, e) {
5952
+ C(jt);
5953
+ function Ul(i, e) {
6007
5954
  const t = `type=${i} subtype=${e}`, s = E(i, e);
6008
5955
  if (!s) {
6009
5956
  console.error(`stepperV1/spawn prop tag not found, ${t}`);
6010
5957
  return;
6011
5958
  }
6012
- const n = jt.props[s];
5959
+ const n = Ut.props[s];
6013
5960
  if (!n) {
6014
5961
  console.error(`stepperV1/spawn props not found, ${t}`);
6015
5962
  return;
6016
5963
  }
6017
5964
  const r = {};
6018
- return D(r, n), r.basic.id = R(16), r.basic.key = jt.key, r.children = [Kl(i, e), Zl(i, e)], r;
5965
+ return D(r, n), r.basic.id = R(16), r.basic.key = Ut.key, r.children = [Gl(i, e), Ol(i, e)], r;
6019
5966
  }
6020
- function Kl(i, e) {
5967
+ function Gl(i, e) {
6021
5968
  const t = `type=${i} subtype=${e}`, s = E(i, e);
6022
5969
  if (!s) {
6023
5970
  console.error(`stepperV1/spawnHeader prop tag not found, ${t}`);
6024
5971
  return;
6025
5972
  }
6026
- const n = Mt.props[s];
5973
+ const n = Ft.props[s];
6027
5974
  if (!n) {
6028
5975
  console.error(`stepperV1/spawnHeader props not found, ${t}`);
6029
5976
  return;
6030
5977
  }
6031
5978
  const r = {};
6032
- return D(r, n), r.basic.id = R(16), r.basic.key = Mt.key, r.children = [
5979
+ return D(r, n), r.basic.id = R(16), r.basic.key = Ft.key, r.children = [
6033
5980
  Re(i, e, "step1"),
6034
5981
  Re(i, e, "step2"),
6035
5982
  Re(i, e, "step3")
@@ -6041,15 +5988,15 @@ function Re(i, e, t) {
6041
5988
  console.error(`stepperV1/spawnItem prop tag not found, ${s}`);
6042
5989
  return;
6043
5990
  }
6044
- const r = Ft.props[n];
5991
+ const r = Mt.props[n];
6045
5992
  if (!r) {
6046
5993
  console.error(`stepperV1/spawnItem props not found, ${s}`);
6047
5994
  return;
6048
5995
  }
6049
5996
  const a = {};
6050
- return D(a, r), a.basic.id = R(16), a.basic.key = Ft.key, a.children = [], a.settings.value = t, a;
5997
+ return D(a, r), a.basic.id = R(16), a.basic.key = Mt.key, a.children = [], a.settings.value = t, a;
6051
5998
  }
6052
- function Zl(i, e) {
5999
+ function Ol(i, e) {
6053
6000
  const t = `type=${i} subtype=${e}`, s = E(i, e);
6054
6001
  if (!s) {
6055
6002
  console.error(`stepperV1/spawnWindow prop tag not found, ${t}`);
@@ -6073,15 +6020,15 @@ function De(i, e, t, s) {
6073
6020
  console.error(`stepperV1/spawnWindowItem prop tag not found, ${n}`);
6074
6021
  return;
6075
6022
  }
6076
- const a = Ut.props[r];
6023
+ const a = jt.props[r];
6077
6024
  if (!a) {
6078
6025
  console.error(`stepperV1/spawnWindowItem props not found, ${n}`);
6079
6026
  return;
6080
6027
  }
6081
6028
  const u = {};
6082
- return D(u, a), u.basic.id = R(16), u.basic.key = Ut.key, u.children = [ql(i, e, s)], u.settings.value = t, u;
6029
+ return D(u, a), u.basic.id = R(16), u.basic.key = jt.key, u.children = [Kl(i, e, s)], u.settings.value = t, u;
6083
6030
  }
6084
- function ql(i, e, t) {
6031
+ function Kl(i, e, t) {
6085
6032
  const s = `type=${i} subtype=${e}`, n = E(i, e);
6086
6033
  if (!n) {
6087
6034
  console.error(`stepperV1/spawnCard prop tag not found, ${s}`);
@@ -6112,10 +6059,10 @@ const si = {
6112
6059
  default: !1
6113
6060
  }
6114
6061
  ]
6115
- }, jt = {
6062
+ }, Ut = {
6116
6063
  key: gt,
6117
6064
  name: "x-runtime-lib.stepper",
6118
- comp: Hr,
6065
+ comp: Fr,
6119
6066
  props: {
6120
6067
  pageCommon: [x, si],
6121
6068
  compCommon: [x, si]
@@ -6123,13 +6070,13 @@ const si = {
6123
6070
  events: [],
6124
6071
  methods: [],
6125
6072
  slots: [],
6126
- spawn: Ol
6073
+ spawn: Ul
6127
6074
  };
6128
- S(jt);
6129
- const Jl = {
6075
+ C(Ut);
6076
+ const Zl = {
6130
6077
  key: vt,
6131
6078
  name: "x-runtime-lib.switch",
6132
- comp: Xr,
6079
+ comp: qr,
6133
6080
  props: {
6134
6081
  pageCommon: [x],
6135
6082
  compCommon: [x]
@@ -6139,7 +6086,7 @@ const Jl = {
6139
6086
  slots: [],
6140
6087
  leaf: !0
6141
6088
  };
6142
- S(Jl);
6089
+ C(Zl);
6143
6090
  const ri = {
6144
6091
  key: "settings",
6145
6092
  name: "x-runtime-lib.settings",
@@ -6160,7 +6107,7 @@ const ri = {
6160
6107
  }, Gt = {
6161
6108
  key: oo,
6162
6109
  name: "x-runtime-lib.tab",
6163
- comp: Yr,
6110
+ comp: Jr,
6164
6111
  props: {
6165
6112
  pageCommon: [x, ri],
6166
6113
  compCommon: [x, ri]
@@ -6170,8 +6117,8 @@ const ri = {
6170
6117
  slots: [],
6171
6118
  leaf: !0
6172
6119
  };
6173
- S(Gt);
6174
- function Xl(i, e) {
6120
+ C(Gt);
6121
+ function ql(i, e) {
6175
6122
  const t = `type=${i} subtype=${e}`, s = E(i, e);
6176
6123
  if (!s) {
6177
6124
  console.error(`tabsV1/spawn prop tag not found, ${t}`);
@@ -6294,7 +6241,7 @@ const li = {
6294
6241
  }, Ot = {
6295
6242
  key: kt,
6296
6243
  name: "x-runtime-lib.tabs",
6297
- comp: Qr,
6244
+ comp: Xr,
6298
6245
  props: {
6299
6246
  pageCommon: [x, li],
6300
6247
  compCommon: [x, li]
@@ -6302,10 +6249,10 @@ const li = {
6302
6249
  events: [],
6303
6250
  methods: [],
6304
6251
  slots: [],
6305
- spawn: Xl
6252
+ spawn: ql
6306
6253
  };
6307
- S(Ot);
6308
- function Yl(i, e) {
6254
+ C(Ot);
6255
+ function Jl(i, e) {
6309
6256
  const t = `type=${i} subtype=${e}`, s = E(i, e);
6310
6257
  if (!s) {
6311
6258
  console.error(`textV1/spawn prop tag not found, ${t}`);
@@ -6408,7 +6355,7 @@ const ai = {
6408
6355
  }, he = {
6409
6356
  key: _t,
6410
6357
  name: "x-runtime-lib.text",
6411
- comp: el,
6358
+ comp: Yr,
6412
6359
  props: {
6413
6360
  pageCommon: [x, ai],
6414
6361
  compCommon: [x, ai]
@@ -6417,10 +6364,10 @@ const ai = {
6417
6364
  methods: [],
6418
6365
  slots: [],
6419
6366
  leaf: !0,
6420
- spawn: Yl
6367
+ spawn: Jl
6421
6368
  };
6422
- S(he);
6423
- function Ql(i, e) {
6369
+ C(he);
6370
+ function Xl(i, e) {
6424
6371
  const t = `type=${i} subtype=${e}`, s = E(i, e);
6425
6372
  if (!s) {
6426
6373
  console.error(`textareaV1/spawn prop tag not found, ${t}`);
@@ -6508,7 +6455,7 @@ const ui = {
6508
6455
  }, Kt = {
6509
6456
  key: wt,
6510
6457
  name: "x-runtime-lib.textarea",
6511
- comp: tl,
6458
+ comp: Qr,
6512
6459
  props: {
6513
6460
  pageCommon: [x, ui],
6514
6461
  compCommon: [x, ui]
@@ -6517,13 +6464,13 @@ const ui = {
6517
6464
  methods: [],
6518
6465
  slots: [],
6519
6466
  leaf: !0,
6520
- spawn: Ql
6467
+ spawn: Xl
6521
6468
  };
6522
- S(Kt);
6469
+ C(Kt);
6523
6470
  const Zt = {
6524
6471
  key: so,
6525
6472
  name: "x-runtime-lib.timelineItem",
6526
- comp: rl,
6473
+ comp: ol,
6527
6474
  props: {
6528
6475
  pageCommon: [x],
6529
6476
  compCommon: [x]
@@ -6532,8 +6479,8 @@ const Zt = {
6532
6479
  methods: [],
6533
6480
  slots: []
6534
6481
  };
6535
- S(Zt);
6536
- function ea(i, e) {
6482
+ C(Zt);
6483
+ function Yl(i, e) {
6537
6484
  const t = `type=${i} subtype=${e}`, s = E(i, e);
6538
6485
  if (!s) {
6539
6486
  console.error(`timelineV1/spawn prop tag not found, ${t}`);
@@ -6546,12 +6493,12 @@ function ea(i, e) {
6546
6493
  }
6547
6494
  const r = {};
6548
6495
  return D(r, n), r.basic.id = R(16), r.basic.key = qt.key, r.children = [
6549
- Me(i, e, "timeline 1"),
6550
- Me(i, e, "timeline 2"),
6551
- Me(i, e, "timeline 3")
6496
+ Fe(i, e, "timeline 1"),
6497
+ Fe(i, e, "timeline 2"),
6498
+ Fe(i, e, "timeline 3")
6552
6499
  ], r;
6553
6500
  }
6554
- function Me(i, e, t) {
6501
+ function Fe(i, e, t) {
6555
6502
  const s = `type=${i} subtype=${e}`, n = E(i, e);
6556
6503
  if (!n) {
6557
6504
  console.error(`timelineV1/spawnEntry prop tag not found, ${s}`);
@@ -6563,9 +6510,9 @@ function Me(i, e, t) {
6563
6510
  return;
6564
6511
  }
6565
6512
  const a = {};
6566
- return D(a, r), a.basic.id = R(16), a.basic.key = Zt.key, a.children = [ta(i, e, t)], a;
6513
+ return D(a, r), a.basic.id = R(16), a.basic.key = Zt.key, a.children = [Ql(i, e, t)], a;
6567
6514
  }
6568
- function ta(i, e, t) {
6515
+ function Ql(i, e, t) {
6569
6516
  const s = `type=${i} subtype=${e}`, n = E(i, e);
6570
6517
  if (!n) {
6571
6518
  console.error(`timelineV1/spawnText prop tag not found, ${s}`);
@@ -6579,7 +6526,7 @@ function ta(i, e, t) {
6579
6526
  const a = {};
6580
6527
  return D(a, r), a.basic.id = R(16), a.basic.key = he.key, a.settings.text = t, a;
6581
6528
  }
6582
- const na = G(Q), ia = G(Q), ci = {
6529
+ const ea = G(Q), ta = G(Q), ci = {
6583
6530
  key: "settings",
6584
6531
  name: "x-runtime-lib.settings",
6585
6532
  children: [
@@ -6627,7 +6574,7 @@ const na = G(Q), ia = G(Q), ci = {
6627
6574
  ui: "switch",
6628
6575
  default: !1
6629
6576
  },
6630
- na
6577
+ ea
6631
6578
  ]
6632
6579
  },
6633
6580
  {
@@ -6653,14 +6600,14 @@ const na = G(Q), ia = G(Q), ci = {
6653
6600
  ui: "numInput",
6654
6601
  default: 0
6655
6602
  },
6656
- ia
6603
+ ta
6657
6604
  ]
6658
6605
  }
6659
6606
  ]
6660
6607
  }, qt = {
6661
6608
  key: $t,
6662
6609
  name: "x-runtime-lib.timeline",
6663
- comp: il,
6610
+ comp: tl,
6664
6611
  props: {
6665
6612
  pageCommon: [x, ci],
6666
6613
  compCommon: [x, ci]
@@ -6668,13 +6615,13 @@ const na = G(Q), ia = G(Q), ci = {
6668
6615
  events: [],
6669
6616
  methods: [],
6670
6617
  slots: [],
6671
- spawn: ea
6618
+ spawn: Yl
6672
6619
  };
6673
- S(qt);
6620
+ C(qt);
6674
6621
  const Jt = {
6675
6622
  key: ro,
6676
6623
  name: "x-runtime-lib.windowItem",
6677
- comp: cl,
6624
+ comp: al,
6678
6625
  props: {
6679
6626
  pageCommon: [x],
6680
6627
  compCommon: [x]
@@ -6683,8 +6630,8 @@ const Jt = {
6683
6630
  methods: [],
6684
6631
  slots: []
6685
6632
  };
6686
- S(Jt);
6687
- function oa(i, e) {
6633
+ C(Jt);
6634
+ function na(i, e) {
6688
6635
  const t = `type=${i} subtype=${e}`, s = E(i, e);
6689
6636
  if (!s) {
6690
6637
  console.error(`windowV1/spawn prop tag not found, ${t}`);
@@ -6697,12 +6644,12 @@ function oa(i, e) {
6697
6644
  }
6698
6645
  const r = {};
6699
6646
  return D(r, n), r.basic.id = R(16), r.basic.key = Xt.key, r.children = [
6700
- Fe(i, e, "window 1"),
6701
- Fe(i, e, "window 2"),
6702
- Fe(i, e, "window 3")
6647
+ Me(i, e, "window 1"),
6648
+ Me(i, e, "window 2"),
6649
+ Me(i, e, "window 3")
6703
6650
  ], r;
6704
6651
  }
6705
- function Fe(i, e, t) {
6652
+ function Me(i, e, t) {
6706
6653
  const s = `type=${i} subtype=${e}`, n = E(i, e);
6707
6654
  if (!n) {
6708
6655
  console.error(`windowV1/spawnEntry prop tag not found, ${s}`);
@@ -6714,9 +6661,9 @@ function Fe(i, e, t) {
6714
6661
  return;
6715
6662
  }
6716
6663
  const a = {};
6717
- return D(a, r), a.basic.id = R(16), a.basic.key = Jt.key, a.children = [sa(i, e, t)], a;
6664
+ return D(a, r), a.basic.id = R(16), a.basic.key = Jt.key, a.children = [ia(i, e, t)], a;
6718
6665
  }
6719
- function sa(i, e, t) {
6666
+ function ia(i, e, t) {
6720
6667
  const s = `type=${i} subtype=${e}`, n = E(i, e);
6721
6668
  if (!n) {
6722
6669
  console.error(`windowV1/spawnFlexLayout prop tag not found, ${s}`);
@@ -6728,9 +6675,9 @@ function sa(i, e, t) {
6728
6675
  return;
6729
6676
  }
6730
6677
  const a = {};
6731
- return D(a, r), 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 = [ra(i, e, t)], a;
6678
+ return D(a, r), 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 = [oa(i, e, t)], a;
6732
6679
  }
6733
- function ra(i, e, t) {
6680
+ function oa(i, e, t) {
6734
6681
  const s = `type=${i} subtype=${e}`, n = E(i, e);
6735
6682
  if (!n) {
6736
6683
  console.error(`windowV1/spawnText prop tag not found, ${s}`);
@@ -6795,7 +6742,7 @@ const di = {
6795
6742
  }, Xt = {
6796
6743
  key: It,
6797
6744
  name: "x-runtime-lib.window",
6798
- comp: ll,
6745
+ comp: sl,
6799
6746
  props: {
6800
6747
  pageCommon: [x, di],
6801
6748
  compCommon: [x, di]
@@ -6803,36 +6750,36 @@ const di = {
6803
6750
  events: [],
6804
6751
  methods: [],
6805
6752
  slots: [],
6806
- spawn: oa
6753
+ spawn: na
6807
6754
  };
6808
- S(Xt);
6809
- const la = [
6755
+ C(Xt);
6756
+ const sa = [
6810
6757
  { title: "x-runtime-lib.title", value: "title" },
6811
6758
  { title: "x-runtime-lib.end", value: "end" },
6812
6759
  { title: "x-runtime-lib.start", value: "start" },
6813
6760
  { title: "x-runtime-lib.center", value: "center" }
6814
- ], aa = [
6761
+ ], ra = [
6815
6762
  { title: "x-runtime-lib.value", value: "value" },
6816
6763
  { title: "x-runtime-lib.category", value: "category" },
6817
6764
  { title: "x-runtime-lib.time", value: "time" },
6818
6765
  { title: "x-runtime-lib.log", value: "log" }
6819
- ], ua = [
6766
+ ], la = [
6820
6767
  { title: "x-runtime-lib.notSet", value: "" },
6821
6768
  { title: "x-runtime-lib.solid", value: "solid" },
6822
6769
  { title: "x-runtime-lib.dashed", value: "dashed" },
6823
6770
  { title: "x-runtime-lib.dotted", value: "dotted" }
6824
- ], ca = [
6771
+ ], aa = [
6825
6772
  { title: "x-runtime-lib.notSet", value: "" },
6826
6773
  { title: "x-runtime-lib.theme", value: "theme" },
6827
6774
  { title: "x-runtime-lib.custom", value: "custom" }
6828
- ], da = [
6775
+ ], ua = [
6829
6776
  { title: "x-runtime-lib.default", value: "default" },
6830
6777
  { title: "x-runtime-lib.comfortable", value: "comfortable" },
6831
6778
  { title: "x-runtime-lib.compact", value: "compact" }
6832
- ], ma = [
6779
+ ], ca = [
6833
6780
  { title: "x-runtime-lib.horizontal", value: "horizontal" },
6834
6781
  { title: "x-runtime-lib.vertical", value: "vertical" }
6835
- ], pa = [
6782
+ ], da = [
6836
6783
  { title: "x-runtime-lib.underlined", value: "underlined" },
6837
6784
  { title: "x-runtime-lib.outlined", value: "outlined" },
6838
6785
  { title: "x-runtime-lib.filled", value: "filled" },
@@ -6840,20 +6787,20 @@ const la = [
6840
6787
  { title: "x-runtime-lib.soloInverted", value: "solo-inverted" },
6841
6788
  { title: "x-runtime-lib.soloFilled", value: "solo-filled" },
6842
6789
  { title: "x-runtime-lib.plain", value: "plain" }
6843
- ], fa = [
6790
+ ], ma = [
6844
6791
  { title: "x-runtime-lib.notSet", value: "" },
6845
6792
  { title: "x-runtime-lib.start", value: "start" },
6846
6793
  { title: "x-runtime-lib.end", value: "end" },
6847
6794
  { title: "x-runtime-lib.center", value: "center" },
6848
6795
  { title: "x-runtime-lib.baseline", value: "baseline" },
6849
6796
  { title: "x-runtime-lib.stretch", value: "stretch" }
6850
- ], ba = [
6797
+ ], pa = [
6851
6798
  { title: "x-runtime-lib.notSet", value: "" },
6852
6799
  { title: "x-runtime-lib.row", value: "row" },
6853
6800
  { title: "x-runtime-lib.rowReverse", value: "rowReverse" },
6854
6801
  { title: "x-runtime-lib.column", value: "column" },
6855
6802
  { title: "x-runtime-lib.columnReverse", value: "columnReverse" }
6856
- ], ya = [
6803
+ ], fa = [
6857
6804
  { title: "x-runtime-lib.notSet", value: "" },
6858
6805
  { title: "x-runtime-lib.start", value: "start" },
6859
6806
  { title: "x-runtime-lib.end", value: "end" },
@@ -6861,12 +6808,12 @@ const la = [
6861
6808
  { title: "x-runtime-lib.spaceBetween", value: "spaceBetween" },
6862
6809
  { title: "x-runtime-lib.spaceAround", value: "spaceAround" },
6863
6810
  { title: "x-runtime-lib.spaceEvenly", value: "spaceEvenly" }
6864
- ], ha = [
6811
+ ], ba = [
6865
6812
  { title: "x-runtime-lib.notSet", value: "" },
6866
6813
  { title: "x-runtime-lib.no", value: "no" },
6867
6814
  { title: "x-runtime-lib.yes", value: "yes" },
6868
6815
  { title: "x-runtime-lib.reverse", value: "reverse" }
6869
- ], xa = [
6816
+ ], ya = [
6870
6817
  { title: "x-runtime-lib.notSet", value: "" },
6871
6818
  { title: "x-runtime-lib.black", value: "black" },
6872
6819
  { title: "x-runtime-lib.bold", value: "bold" },
@@ -6874,24 +6821,24 @@ const la = [
6874
6821
  { title: "x-runtime-lib.regular", value: "regular" },
6875
6822
  { title: "x-runtime-lib.light", value: "light" },
6876
6823
  { title: "x-runtime-lib.thin", value: "thin" }
6877
- ], ga = [
6824
+ ], ha = [
6878
6825
  { title: "x-runtime-lib.elevated", value: "elevated" },
6879
6826
  { title: "x-runtime-lib.flat", value: "flat" },
6880
6827
  { title: "x-runtime-lib.tonal", value: "tonal" },
6881
6828
  { title: "x-runtime-lib.outlined", value: "outlined" },
6882
6829
  { title: "x-runtime-lib.text", value: "text" },
6883
6830
  { title: "x-runtime-lib.plain", value: "plain" }
6884
- ], va = [
6831
+ ], xa = [
6885
6832
  { title: "x-runtime-lib.notSet", value: "" },
6886
6833
  { title: "x-runtime-lib.show", value: "show" },
6887
6834
  { title: "x-runtime-lib.always", value: "always" }
6888
- ], ka = [
6835
+ ], ga = [
6889
6836
  { title: "x-runtime-lib.xSmall", value: "x-small" },
6890
6837
  { title: "x-runtime-lib.small", value: "small" },
6891
6838
  { title: "x-runtime-lib.default", value: "default" },
6892
6839
  { title: "x-runtime-lib.large", value: "large" },
6893
6840
  { title: "x-runtime-lib.xLarge", value: "x-large" }
6894
- ], _a = [
6841
+ ], va = [
6895
6842
  { title: "x-runtime-lib.notSet", value: "" },
6896
6843
  { title: "x-runtime-lib.start", value: "start" },
6897
6844
  { title: "x-runtime-lib.center", value: "center" },
@@ -6899,18 +6846,18 @@ const la = [
6899
6846
  { title: "x-runtime-lib.justify", value: "justify" },
6900
6847
  { title: "x-runtime-lib.left", value: "left" },
6901
6848
  { title: "x-runtime-lib.right", value: "right" }
6902
- ], wa = [
6849
+ ], ka = [
6903
6850
  { title: "x-runtime-lib.notSet", value: "" },
6904
6851
  { title: "x-runtime-lib.none", value: "none" },
6905
6852
  { title: "x-runtime-lib.overline", value: "overline" },
6906
6853
  { title: "x-runtime-lib.underline", value: "underline" },
6907
6854
  { title: "x-runtime-lib.lineThrough", value: "line-through" }
6908
- ], Va = [
6855
+ ], _a = [
6909
6856
  { title: "x-runtime-lib.notSet", value: "" },
6910
6857
  { title: "x-runtime-lib.high", value: "high" },
6911
6858
  { title: "x-runtime-lib.medium", value: "medium" },
6912
6859
  { title: "x-runtime-lib.disabled", value: "disabled" }
6913
- ], $a = [
6860
+ ], wa = [
6914
6861
  { title: "x-runtime-lib.notSet", value: "" },
6915
6862
  { title: "x-runtime-lib.h1", value: "h1" },
6916
6863
  { title: "x-runtime-lib.h2", value: "h2" },
@@ -6925,7 +6872,7 @@ const la = [
6925
6872
  { title: "x-runtime-lib.button", value: "button" },
6926
6873
  { title: "x-runtime-lib.caption", value: "caption" },
6927
6874
  { title: "x-runtime-lib.overline", value: "overline" }
6928
- ], Ia = [
6875
+ ], Va = [
6929
6876
  { title: "x-runtime-lib.notSet", value: "" },
6930
6877
  { title: "x-runtime-lib.primary", value: "primary" },
6931
6878
  { title: "x-runtime-lib.secondary", value: "secondary" },
@@ -6936,53 +6883,53 @@ const la = [
6936
6883
  { title: "x-runtime-lib.background0", value: "background0" },
6937
6884
  { title: "x-runtime-lib.background1", value: "background1" },
6938
6885
  { title: "x-runtime-lib.background2", value: "background2" }
6939
- ], Ca = [
6886
+ ], $a = [
6940
6887
  { title: "x-runtime-lib.notSet", value: "" },
6941
6888
  { title: "x-runtime-lib.show", value: "show" },
6942
6889
  { title: "x-runtime-lib.always", value: "always" }
6943
- ], Sa = [
6890
+ ], Ia = [
6944
6891
  { title: "x-runtime-lib.start", value: "start" },
6945
6892
  { title: "x-runtime-lib.center", value: "center" }
6946
- ], Ta = [
6893
+ ], Ca = [
6947
6894
  { title: "x-runtime-lib.horizontal", value: "horizontal" },
6948
6895
  { title: "x-runtime-lib.vertical", value: "vertical" }
6949
- ], za = [
6896
+ ], Sa = [
6950
6897
  { title: "x-runtime-lib.notSet", value: "" },
6951
6898
  { title: "x-runtime-lib.end", value: "end" },
6952
6899
  { title: "x-runtime-lib.start", value: "start" }
6953
- ], Aa = [
6900
+ ], Ta = [
6954
6901
  { title: "x-runtime-lib.notSet", value: "" },
6955
6902
  { title: "x-runtime-lib.end", value: "end" },
6956
6903
  { title: "x-runtime-lib.start", value: "start" },
6957
6904
  { title: "x-runtime-lib.both", value: "both" }
6958
- ], Pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6905
+ ], za = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
6959
6906
  __proto__: null,
6960
- alignTabsItemsV1: la,
6961
- axisTypeItemsV1: aa,
6962
- borderStyleItemsV1: ua,
6963
- colorModeItemsV1: ca,
6964
- densityItemsV1: da,
6965
- directionItemsV1: ma,
6966
- fieldVariantItemsV1: pa,
6967
- flexCrossAlignItemsV1: fa,
6968
- flexDirectionItemsV1: ba,
6969
- flexMainAlignItemsV1: ya,
6970
- flexWrapItemsV1: ha,
6971
- fontWeightItemsV1: xa,
6972
- sheetVariantItemsV1: ga,
6973
- showTicksItemsV1: va,
6974
- sizeItemsV1: ka,
6975
- textAlignItemsV1: _a,
6976
- textDecorationItemsV1: wa,
6977
- textEmphasisItemsV1: Va,
6978
- textStyleItemsV1: $a,
6979
- themeColorItemsV1: Ia,
6980
- thumbLabelItemsV1: Ca,
6981
- timelineAlignItemsV1: Sa,
6982
- timelineDirectionItemsV1: Ta,
6983
- timelineSideItemsV1: za,
6984
- timelineTruncateLineItemsV1: Aa
6985
- }, Symbol.toStringTag, { value: "Module" })), Na = [
6907
+ alignTabsItemsV1: sa,
6908
+ axisTypeItemsV1: ra,
6909
+ borderStyleItemsV1: la,
6910
+ colorModeItemsV1: aa,
6911
+ densityItemsV1: ua,
6912
+ directionItemsV1: ca,
6913
+ fieldVariantItemsV1: da,
6914
+ flexCrossAlignItemsV1: ma,
6915
+ flexDirectionItemsV1: pa,
6916
+ flexMainAlignItemsV1: fa,
6917
+ flexWrapItemsV1: ba,
6918
+ fontWeightItemsV1: ya,
6919
+ sheetVariantItemsV1: ha,
6920
+ showTicksItemsV1: xa,
6921
+ sizeItemsV1: ga,
6922
+ textAlignItemsV1: va,
6923
+ textDecorationItemsV1: ka,
6924
+ textEmphasisItemsV1: _a,
6925
+ textStyleItemsV1: wa,
6926
+ themeColorItemsV1: Va,
6927
+ thumbLabelItemsV1: $a,
6928
+ timelineAlignItemsV1: Ia,
6929
+ timelineDirectionItemsV1: Ca,
6930
+ timelineSideItemsV1: Sa,
6931
+ timelineTruncateLineItemsV1: Ta
6932
+ }, Symbol.toStringTag, { value: "Module" })), Aa = [
6986
6933
  {
6987
6934
  title: "x-runtime-lib.notSet",
6988
6935
  value: "",
@@ -7015,14 +6962,14 @@ const la = [
7015
6962
  title: "x-runtime-lib.pixel",
7016
6963
  value: "pixel",
7017
6964
  ui: "pixelInput",
7018
- validator: Ne,
6965
+ validator: We,
7019
6966
  default: "0px",
7020
6967
  precision: 0,
7021
6968
  min: 0,
7022
6969
  max: 1 / 0,
7023
6970
  step: 1
7024
6971
  }
7025
- ], Wa = [
6972
+ ], Pa = [
7026
6973
  {
7027
6974
  title: "x-runtime-lib.notSet",
7028
6975
  value: "",
@@ -7044,7 +6991,7 @@ const la = [
7044
6991
  validator: (i) => i === "right",
7045
6992
  default: "right"
7046
6993
  }
7047
- ], La = [
6994
+ ], Wa = [
7048
6995
  {
7049
6996
  title: "x-runtime-lib.notSet",
7050
6997
  value: "",
@@ -7063,7 +7010,7 @@ const la = [
7063
7010
  title: "x-runtime-lib.pixel",
7064
7011
  value: "pixel",
7065
7012
  ui: "pixelInput",
7066
- validator: Ne,
7013
+ validator: We,
7067
7014
  default: "0px"
7068
7015
  },
7069
7016
  {
@@ -7074,7 +7021,7 @@ const la = [
7074
7021
  precision: 6,
7075
7022
  default: "0%"
7076
7023
  }
7077
- ], Ba = [
7024
+ ], La = [
7078
7025
  {
7079
7026
  title: "x-runtime-lib.notSet",
7080
7027
  value: "",
@@ -7086,7 +7033,7 @@ const la = [
7086
7033
  title: "x-runtime-lib.pixel",
7087
7034
  value: "pixel",
7088
7035
  ui: "pixelInput",
7089
- validator: Ne,
7036
+ validator: We,
7090
7037
  min: 0,
7091
7038
  default: "0px"
7092
7039
  },
@@ -7099,7 +7046,7 @@ const la = [
7099
7046
  min: 0,
7100
7047
  default: "0%"
7101
7048
  }
7102
- ], Ra = [
7049
+ ], Ba = [
7103
7050
  {
7104
7051
  title: "x-runtime-lib.notSet",
7105
7052
  value: "",
@@ -7111,7 +7058,7 @@ const la = [
7111
7058
  title: "x-runtime-lib.pixel",
7112
7059
  value: "pixel",
7113
7060
  ui: "pixelInput",
7114
- validator: Ne,
7061
+ validator: We,
7115
7062
  min: 0,
7116
7063
  default: "0px"
7117
7064
  },
@@ -7124,7 +7071,7 @@ const la = [
7124
7071
  min: 0,
7125
7072
  default: "0%"
7126
7073
  }
7127
- ], Da = [
7074
+ ], Na = [
7128
7075
  {
7129
7076
  title: "x-runtime-lib.notSet",
7130
7077
  value: "",
@@ -7153,7 +7100,7 @@ const la = [
7153
7100
  validator: (i) => i === "end",
7154
7101
  default: "end"
7155
7102
  }
7156
- ], Ea = [
7103
+ ], Ra = [
7157
7104
  {
7158
7105
  title: "x-runtime-lib.notSet",
7159
7106
  value: "",
@@ -7175,25 +7122,25 @@ const la = [
7175
7122
  validator: (i) => i === "bottom",
7176
7123
  default: "bottom"
7177
7124
  }
7178
- ], Ma = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7125
+ ], Da = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
7179
7126
  __proto__: null,
7180
- borderWidthTypesV1: Na,
7181
- leftRightTypesV1: Wa,
7182
- marginTypesV1: La,
7183
- paddingTypesV1: Ba,
7184
- sizeTypesV1: Ra,
7185
- tableColumnAlignTypesV1: Da,
7186
- topBottomTypesV1: Ea
7187
- }, Symbol.toStringTag, { value: "Module" })), Fa = {
7127
+ borderWidthTypesV1: Aa,
7128
+ leftRightTypesV1: Pa,
7129
+ marginTypesV1: Wa,
7130
+ paddingTypesV1: La,
7131
+ sizeTypesV1: Ba,
7132
+ tableColumnAlignTypesV1: Na,
7133
+ topBottomTypesV1: Ra
7134
+ }, Symbol.toStringTag, { value: "Module" })), Ea = {
7188
7135
  version: "v1",
7189
7136
  globalityKey: lt,
7190
7137
  refKey: Se,
7191
- items: { ...Pa },
7192
- types: { ...Ma },
7138
+ items: { ...za },
7139
+ types: { ...Da },
7193
7140
  elements: /* @__PURE__ */ new Set([
7194
- Ue,
7195
- kn,
7196
7141
  je,
7142
+ kn,
7143
+ Ue,
7197
7144
  Ge,
7198
7145
  Oe,
7199
7146
  Ke,
@@ -7246,7 +7193,7 @@ const la = [
7246
7193
  key: "containment",
7247
7194
  name: "x-runtime-lib.containment",
7248
7195
  items: [
7249
- je,
7196
+ Ue,
7250
7197
  Ke,
7251
7198
  qe,
7252
7199
  Qe,
@@ -7282,7 +7229,7 @@ const la = [
7282
7229
  {
7283
7230
  key: "dataDisplay",
7284
7231
  name: "x-runtime-lib.dataDisplay",
7285
- items: [et, Ue, at]
7232
+ items: [et, je, at]
7286
7233
  },
7287
7234
  {
7288
7235
  key: "selection",
@@ -7317,108 +7264,108 @@ const la = [
7317
7264
  }
7318
7265
  ]
7319
7266
  }, hn = {
7320
- v1: Fa
7321
- }, Ha = (i, e, t) => {
7267
+ v1: Ea
7268
+ }, Fa = (i, e, t) => {
7322
7269
  const s = i[e];
7323
7270
  return s ? typeof s == "function" ? s() : Promise.resolve(s) : new Promise((n, r) => {
7324
7271
  (typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(r.bind(null, /* @__PURE__ */ new Error("Unknown variable dynamic import: " + e + (e.split("/").length !== t ? ". Note that variables only represent file names one level deep." : ""))));
7325
7272
  });
7326
7273
  };
7327
- async function du(i) {
7328
- return (await Ha(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.lr0fpebp.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.l7xcda6n.js") }), `./locales/${i}/index.ts`, 4)).default;
7274
+ async function cu(i) {
7275
+ return (await Fa(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.lr0fpebp.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.l7xcda6n.js") }), `./locales/${i}/index.ts`, 4)).default;
7329
7276
  }
7330
7277
  export {
7331
- uu as badgeV1,
7278
+ au as badgeV1,
7332
7279
  Ct as barChartV1,
7333
7280
  Ai as breakpoints,
7334
- vl as btnGroupV1,
7335
- kl as btnToggleV1,
7281
+ xl as btnGroupV1,
7282
+ gl as btnToggleV1,
7336
7283
  Tt as btnV1,
7337
7284
  Pi as calcBreakpoint,
7338
7285
  Ve as cardV1,
7339
- wl as checkboxV1,
7286
+ kl as checkboxV1,
7340
7287
  At as chipGroupV1,
7341
7288
  zt as chipV1,
7342
- Il as colorPickerV1,
7343
- Cl as comboboxV1,
7289
+ Vl as colorPickerV1,
7290
+ $l as comboboxV1,
7344
7291
  Pt as containerV1,
7345
- Sl as dataTableV1,
7346
- Tl as datePickerV1,
7347
- zl as dialogV1,
7348
- Bo as duplicateNode,
7349
- Xa as duplicateNodes,
7292
+ Il as dataTableV1,
7293
+ Cl as datePickerV1,
7294
+ Sl as dialogV1,
7295
+ Lo as duplicateNode,
7296
+ Ja as duplicateNodes,
7350
7297
  ye as elements,
7351
- au as ensureContext,
7352
- cu as fileInputV1,
7353
- Nt as flexLayoutEntryV1,
7298
+ lu as ensureContext,
7299
+ uu as fileInputV1,
7300
+ Wt as flexLayoutEntryV1,
7354
7301
  $e as flexLayoutV1,
7355
- Bt as formV1,
7302
+ Nt as formV1,
7356
7303
  R as genId,
7357
7304
  we as getBreakpointProp,
7358
7305
  gn as getIndexOfBreakpoint,
7359
- Ja as getNode,
7306
+ qa as getNode,
7360
7307
  vn as getPropDefault,
7361
7308
  E as getPropTag,
7362
- lu as getTypeColor,
7363
- fl as globalityV1,
7364
- Bl as iconV1,
7309
+ ru as getTypeColor,
7310
+ ml as globalityV1,
7311
+ Ll as iconV1,
7365
7312
  D as initProps,
7366
- M as injectDark,
7313
+ F as injectDark,
7367
7314
  ue as injectData,
7368
- ji as injectDepends,
7315
+ Ui as injectDepends,
7369
7316
  le as injectDevice,
7370
- Ui as injectEnv,
7371
- N as injectMode,
7317
+ ji as injectEnv,
7318
+ W as injectMode,
7372
7319
  Hi as injectOrg,
7373
- L as injectSandbox,
7320
+ B as injectSandbox,
7374
7321
  ae as injectType,
7375
7322
  ln as isPercentStr,
7376
- Ne as isPixelStr,
7323
+ We as isPixelStr,
7377
7324
  St as lineChartV1,
7378
- bl as listV1,
7379
- du as loadLocaleMessageRuntime,
7380
- Rl as menuV1,
7325
+ pl as listV1,
7326
+ cu as loadLocaleMessageRuntime,
7327
+ Bl as menuV1,
7381
7328
  Ji as newEventBus,
7382
7329
  Rt as numberInputV1,
7383
- El as paginationV1,
7384
- Le as parsePercentStr,
7385
- qa as parsePixelStr,
7330
+ Rl as paginationV1,
7331
+ Be as parsePercentStr,
7332
+ Ka as parsePixelStr,
7386
7333
  hn as pkgs,
7387
- nu as provideDark,
7388
- ou as provideData,
7389
- su as provideDepends,
7390
- tu as provideDevice,
7391
- Qa as provideEnv,
7392
- eu as provideMode,
7393
- Ya as provideOrg,
7334
+ tu as provideDark,
7335
+ iu as provideData,
7336
+ ou as provideDepends,
7337
+ eu as provideDevice,
7338
+ Ya as provideEnv,
7339
+ Qa as provideMode,
7340
+ Xa as provideOrg,
7394
7341
  Gi as provideSandbox,
7395
- iu as provideType,
7342
+ nu as provideType,
7396
7343
  Et as radioGroupV1,
7397
7344
  Dt as radioV1,
7398
- Hl as rangeSliderV1,
7399
- Ul as ratingV1,
7400
- yl as refV1,
7401
- hl as renderSwitchV1,
7345
+ Fl as rangeSliderV1,
7346
+ Ml as ratingV1,
7347
+ fl as refV1,
7348
+ bl as renderSwitchV1,
7402
7349
  Wo as reverseBreakpoints,
7403
- jl as selectV1,
7404
- Gl as sliderV1,
7405
- Lo as spawnNode,
7350
+ Hl as selectV1,
7351
+ jl as sliderV1,
7352
+ Za as spawnNode,
7406
7353
  Zi as startInterpreter,
7407
- Mt as stepperHeaderV1,
7408
- Ft as stepperItemV1,
7409
- jt as stepperV1,
7410
- Ut as stepperWindowItemV1,
7354
+ Ft as stepperHeaderV1,
7355
+ Mt as stepperItemV1,
7356
+ Ut as stepperV1,
7357
+ jt as stepperWindowItemV1,
7411
7358
  Ht as stepperWindowV1,
7412
7359
  qi as stopInterpreter,
7413
- Jl as switchV1,
7360
+ Zl as switchV1,
7414
7361
  Gt as tabV1,
7415
7362
  Ot as tabsV1,
7416
- Lt as textFieldV1,
7363
+ Bt as textFieldV1,
7417
7364
  he as textV1,
7418
7365
  Kt as textareaV1,
7419
7366
  Zt as timelineItemV1,
7420
7367
  qt as timelineV1,
7421
- ru as types,
7368
+ su as types,
7422
7369
  Jt as windowItemV1,
7423
7370
  Xt as windowV1
7424
7371
  };