x-runtime-lib 0.7.44 → 0.7.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +885 -927
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
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
|
|
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 = {},
|
|
7
|
+
const ye = {}, Wo = {
|
|
8
8
|
key: "add",
|
|
9
9
|
name: "x-runtime-lib.add",
|
|
10
10
|
inputs: [],
|
|
@@ -15,8 +15,8 @@ const ye = {}, No = {
|
|
|
15
15
|
type: "string"
|
|
16
16
|
}
|
|
17
17
|
]
|
|
18
|
-
},
|
|
19
|
-
i.leaf || i.methods.unshift(
|
|
18
|
+
}, C = (i) => {
|
|
19
|
+
i.leaf || i.methods.unshift(Wo), ye[i.key] = i;
|
|
20
20
|
};
|
|
21
21
|
function Ii(i) {
|
|
22
22
|
const e = V(() => i.node.legend?.show), t = V(() => i.node.legend?.data);
|
|
@@ -107,7 +107,7 @@ function R(i) {
|
|
|
107
107
|
}
|
|
108
108
|
return e;
|
|
109
109
|
}
|
|
110
|
-
function
|
|
110
|
+
function We(i) {
|
|
111
111
|
if (typeof i != "string" || !i.endsWith("px"))
|
|
112
112
|
return !1;
|
|
113
113
|
const e = i.substring(0, i.length - 2), t = parseFloat(e);
|
|
@@ -119,21 +119,21 @@ function ln(i) {
|
|
|
119
119
|
const e = i.substring(0, i.length - 1), t = parseFloat(e);
|
|
120
120
|
return !isNaN(t);
|
|
121
121
|
}
|
|
122
|
-
function
|
|
122
|
+
function Za(i) {
|
|
123
123
|
if (typeof i != "string" || !i.endsWith("px"))
|
|
124
124
|
return;
|
|
125
125
|
const e = i.substring(0, i.length - 2), t = parseFloat(e);
|
|
126
126
|
if (!isNaN(t) && t % 1 === 0)
|
|
127
127
|
return t;
|
|
128
128
|
}
|
|
129
|
-
function
|
|
129
|
+
function Be(i) {
|
|
130
130
|
if (typeof i != "string" || !i.endsWith("%"))
|
|
131
131
|
return;
|
|
132
132
|
const e = i.substring(0, i.length - 1), t = parseFloat(e);
|
|
133
133
|
if (!isNaN(t))
|
|
134
134
|
return t;
|
|
135
135
|
}
|
|
136
|
-
const Ai = ["xs", "sm", "md", "lg", "xl"],
|
|
136
|
+
const Ai = ["xs", "sm", "md", "lg", "xl"], Lo = [...Ai].reverse();
|
|
137
137
|
function Pi(i) {
|
|
138
138
|
return i < 600 ? "xs" : i < 960 ? "sm" : i < 1280 ? "md" : i < 1920 ? "lg" : "xl";
|
|
139
139
|
}
|
|
@@ -142,7 +142,7 @@ function gn(i) {
|
|
|
142
142
|
}
|
|
143
143
|
function we(i, e) {
|
|
144
144
|
let t;
|
|
145
|
-
for (const s of
|
|
145
|
+
for (const s of Lo) {
|
|
146
146
|
if (gn(s) < gn(i))
|
|
147
147
|
break;
|
|
148
148
|
e[s] && (t = e[s]);
|
|
@@ -178,7 +178,7 @@ function D(i, e) {
|
|
|
178
178
|
}
|
|
179
179
|
e.forEach((s) => t(i, s));
|
|
180
180
|
}
|
|
181
|
-
function
|
|
181
|
+
function qa(i, e, t, s, n) {
|
|
182
182
|
const r = `type=${i} subtype=${e} version=${t} ref=${s} keyOrRefid=${n}`, a = E(i, e);
|
|
183
183
|
if (!a) {
|
|
184
184
|
console.error(`spawnNode prop tag not found, ${r}`);
|
|
@@ -273,30 +273,30 @@ function Xa(i) {
|
|
|
273
273
|
e.push(Bo(t));
|
|
274
274
|
}), e;
|
|
275
275
|
}
|
|
276
|
-
const
|
|
276
|
+
const Wi = "runtimeOrg", Li = "runtimeEnv", Bi = "runtimeMode", Ni = "runtimeDevice", Ri = "runtimeDark", Di = "runtimeType", Ei = "runtimeData", Mi = "runtimeDepends", Fi = "runtimeSandbox";
|
|
277
277
|
function Ya(i) {
|
|
278
|
-
re(
|
|
278
|
+
re(Wi, i);
|
|
279
279
|
}
|
|
280
280
|
function Hi() {
|
|
281
|
-
return se(
|
|
281
|
+
return se(Wi);
|
|
282
282
|
}
|
|
283
283
|
function Qa(i) {
|
|
284
|
-
re(
|
|
284
|
+
re(Li, i);
|
|
285
285
|
}
|
|
286
|
-
function
|
|
287
|
-
return se(
|
|
286
|
+
function ji() {
|
|
287
|
+
return se(Li);
|
|
288
288
|
}
|
|
289
289
|
function eu(i) {
|
|
290
|
-
re(
|
|
290
|
+
re(Bi, i);
|
|
291
291
|
}
|
|
292
|
-
function
|
|
293
|
-
return se(
|
|
292
|
+
function W() {
|
|
293
|
+
return se(Bi);
|
|
294
294
|
}
|
|
295
295
|
function tu(i) {
|
|
296
|
-
re(
|
|
296
|
+
re(Ni, Yt(i));
|
|
297
297
|
}
|
|
298
298
|
function le() {
|
|
299
|
-
return se(
|
|
299
|
+
return se(Ni);
|
|
300
300
|
}
|
|
301
301
|
function nu(i) {
|
|
302
302
|
re(Ri, Yt(i));
|
|
@@ -319,33 +319,33 @@ function ue() {
|
|
|
319
319
|
function su(i) {
|
|
320
320
|
re(Mi, Yt(i));
|
|
321
321
|
}
|
|
322
|
-
function
|
|
322
|
+
function Ui() {
|
|
323
323
|
return se(Mi);
|
|
324
324
|
}
|
|
325
325
|
function Gi(i) {
|
|
326
326
|
re(Fi, i);
|
|
327
327
|
}
|
|
328
|
-
function
|
|
328
|
+
function B() {
|
|
329
329
|
return se(Fi);
|
|
330
330
|
}
|
|
331
331
|
function pe(i, e, t) {
|
|
332
332
|
const s = V(() => t.node.size?.width), n = V(() => t.node.size?.minWidth), r = V(() => t.node.size?.maxWidth), a = V(() => {
|
|
333
333
|
if (t.outer && i === "editor") {
|
|
334
|
-
const m =
|
|
334
|
+
const m = Be(t.node.size?.height);
|
|
335
335
|
if (m)
|
|
336
336
|
return m / 100 * e.value.height + "px";
|
|
337
337
|
}
|
|
338
338
|
return t.node.size?.height;
|
|
339
339
|
}), u = V(() => {
|
|
340
340
|
if (t.outer && i === "editor") {
|
|
341
|
-
const m =
|
|
341
|
+
const m = Be(t.node.size?.minHeight);
|
|
342
342
|
if (m)
|
|
343
343
|
return m / 100 * e.value.height + "px";
|
|
344
344
|
}
|
|
345
345
|
return t.node.size?.minHeight;
|
|
346
346
|
}), p = V(() => {
|
|
347
347
|
if (t.outer && i === "editor") {
|
|
348
|
-
const m =
|
|
348
|
+
const m = Be(t.node.size?.maxHeight);
|
|
349
349
|
if (m)
|
|
350
350
|
return m / 100 * e.value.height + "px";
|
|
351
351
|
}
|
|
@@ -364,7 +364,7 @@ function Oi(i, e, t) {
|
|
|
364
364
|
i.eventBus?.off(n.value, t);
|
|
365
365
|
});
|
|
366
366
|
}
|
|
367
|
-
const
|
|
367
|
+
const No = (i, e, t) => {
|
|
368
368
|
let s = i;
|
|
369
369
|
if (!s) {
|
|
370
370
|
console.assert(!1);
|
|
@@ -379,7 +379,7 @@ const Ro = (i, e, t) => {
|
|
|
379
379
|
console.assert(!1);
|
|
380
380
|
} else
|
|
381
381
|
return s;
|
|
382
|
-
},
|
|
382
|
+
}, Ro = (i, e, t, s) => {
|
|
383
383
|
let n = i;
|
|
384
384
|
if (!n) {
|
|
385
385
|
console.assert(!1);
|
|
@@ -394,75 +394,75 @@ const Ro = (i, e, t) => {
|
|
|
394
394
|
function l(i, e, t, s, n) {
|
|
395
395
|
const r = be();
|
|
396
396
|
return console.assert(i && e), Qt(() => {
|
|
397
|
-
let a =
|
|
397
|
+
let a = No(t.node, s, n);
|
|
398
398
|
i === "editor" && s[s.length - 1] === "readonly" && (a = !0), r.value = a;
|
|
399
399
|
}), me(r, () => {
|
|
400
|
-
|
|
400
|
+
Ro(t.node, s, r.value, n);
|
|
401
401
|
}), { prop: r };
|
|
402
402
|
}
|
|
403
|
-
function
|
|
403
|
+
function j(i) {
|
|
404
404
|
return { theme: V(() => i.value ? "dark" : "light") };
|
|
405
405
|
}
|
|
406
|
-
const
|
|
407
|
-
color:
|
|
408
|
-
backgroundColor:
|
|
409
|
-
textStyle:
|
|
410
|
-
title:
|
|
411
|
-
line:
|
|
406
|
+
const Do = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Eo = "#242424", Mo = {}, Fo = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, Ho = { 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 }, Uo = { itemStyle: { barBorderWidth: 0, barBorderColor: "#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: { borderWidth: 0, borderColor: "#ccc" } }, Yo = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, Qo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, es = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, ts = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, ns = { axisLine: { show: !0, lineStyle: { color: "#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 = { 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 = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, ls = { textStyle: { color: "#eeeeee" } }, as = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, us = { 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" } } }, cs = { color: ["#bf444c", "#d88273", "#f6efa6"] }, ds = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, ms = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, ps = {
|
|
407
|
+
color: Do,
|
|
408
|
+
backgroundColor: Eo,
|
|
409
|
+
textStyle: Mo,
|
|
410
|
+
title: Fo,
|
|
411
|
+
line: Ho,
|
|
412
412
|
radar: jo,
|
|
413
|
-
bar:
|
|
414
|
-
pie:
|
|
415
|
-
scatter:
|
|
416
|
-
boxplot:
|
|
417
|
-
parallel:
|
|
418
|
-
sankey:
|
|
419
|
-
funnel:
|
|
420
|
-
gauge:
|
|
421
|
-
candlestick:
|
|
422
|
-
graph:
|
|
423
|
-
map:
|
|
424
|
-
geo:
|
|
425
|
-
categoryAxis:
|
|
426
|
-
valueAxis:
|
|
427
|
-
logAxis:
|
|
428
|
-
timeAxis:
|
|
429
|
-
toolbox:
|
|
430
|
-
legend:
|
|
431
|
-
tooltip:
|
|
432
|
-
timeline:
|
|
433
|
-
visualMap:
|
|
434
|
-
dataZoom:
|
|
435
|
-
markPoint:
|
|
436
|
-
},
|
|
437
|
-
color:
|
|
438
|
-
backgroundColor:
|
|
439
|
-
textStyle:
|
|
440
|
-
title:
|
|
441
|
-
line:
|
|
442
|
-
radar:
|
|
443
|
-
bar:
|
|
444
|
-
pie:
|
|
445
|
-
scatter:
|
|
446
|
-
boxplot:
|
|
447
|
-
parallel:
|
|
448
|
-
sankey:
|
|
449
|
-
funnel:
|
|
450
|
-
gauge:
|
|
451
|
-
candlestick:
|
|
452
|
-
graph:
|
|
453
|
-
map:
|
|
454
|
-
geo:
|
|
455
|
-
categoryAxis:
|
|
413
|
+
bar: Uo,
|
|
414
|
+
pie: Go,
|
|
415
|
+
scatter: Oo,
|
|
416
|
+
boxplot: Ko,
|
|
417
|
+
parallel: Zo,
|
|
418
|
+
sankey: qo,
|
|
419
|
+
funnel: Jo,
|
|
420
|
+
gauge: Xo,
|
|
421
|
+
candlestick: Yo,
|
|
422
|
+
graph: Qo,
|
|
423
|
+
map: es,
|
|
424
|
+
geo: ts,
|
|
425
|
+
categoryAxis: ns,
|
|
426
|
+
valueAxis: is,
|
|
427
|
+
logAxis: os,
|
|
428
|
+
timeAxis: ss,
|
|
429
|
+
toolbox: rs,
|
|
430
|
+
legend: ls,
|
|
431
|
+
tooltip: as,
|
|
432
|
+
timeline: us,
|
|
433
|
+
visualMap: cs,
|
|
434
|
+
dataZoom: ds,
|
|
435
|
+
markPoint: ms
|
|
436
|
+
}, fs = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], bs = "#f5f5f5", ys = {}, hs = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, xs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, gs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, vs = { itemStyle: { barBorderWidth: 0, barBorderColor: "#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: { borderWidth: 0, borderColor: "#ccc" } }, Ss = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, Ts = { 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" } }, 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 = { 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 = { 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"] } } }, Ns = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Rs = { textStyle: { color: "#333333" } }, Ds = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, Es = { 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" } } }, Ms = { 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" } }, Hs = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, js = {
|
|
437
|
+
color: fs,
|
|
438
|
+
backgroundColor: bs,
|
|
439
|
+
textStyle: ys,
|
|
440
|
+
title: hs,
|
|
441
|
+
line: xs,
|
|
442
|
+
radar: gs,
|
|
443
|
+
bar: vs,
|
|
444
|
+
pie: ks,
|
|
445
|
+
scatter: _s,
|
|
446
|
+
boxplot: ws,
|
|
447
|
+
parallel: Vs,
|
|
448
|
+
sankey: $s,
|
|
449
|
+
funnel: Is,
|
|
450
|
+
gauge: Cs,
|
|
451
|
+
candlestick: Ss,
|
|
452
|
+
graph: Ts,
|
|
453
|
+
map: zs,
|
|
454
|
+
geo: As,
|
|
455
|
+
categoryAxis: Ps,
|
|
456
456
|
valueAxis: Ws,
|
|
457
457
|
logAxis: Ls,
|
|
458
458
|
timeAxis: Bs,
|
|
459
|
-
toolbox:
|
|
460
|
-
legend:
|
|
461
|
-
tooltip:
|
|
462
|
-
timeline:
|
|
463
|
-
visualMap:
|
|
464
|
-
dataZoom:
|
|
465
|
-
markPoint:
|
|
459
|
+
toolbox: Ns,
|
|
460
|
+
legend: Rs,
|
|
461
|
+
tooltip: Ds,
|
|
462
|
+
timeline: Es,
|
|
463
|
+
visualMap: Ms,
|
|
464
|
+
dataZoom: Fs,
|
|
465
|
+
markPoint: Hs
|
|
466
466
|
};
|
|
467
467
|
ko([
|
|
468
468
|
_o,
|
|
@@ -474,34 +474,34 @@ ko([
|
|
|
474
474
|
So,
|
|
475
475
|
To
|
|
476
476
|
]);
|
|
477
|
-
_i("dark",
|
|
477
|
+
_i("dark", ps);
|
|
478
478
|
_i("light", js);
|
|
479
|
-
const
|
|
479
|
+
const Us = /* @__PURE__ */ P({
|
|
480
480
|
__name: "index",
|
|
481
481
|
props: {
|
|
482
482
|
node: {},
|
|
483
483
|
outer: { type: Boolean }
|
|
484
484
|
},
|
|
485
485
|
setup(i) {
|
|
486
|
-
const e = i, t =
|
|
487
|
-
const
|
|
488
|
-
return r === "page" ? H === "common" ? b(
|
|
486
|
+
const e = i, t = W(), 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: v } = Si(e), { applyXAxis: h } = Ti(e), { applyYAxis: y } = zi(e), { applyLegend: w } = Ii(e), { applySeries: _ } = Ci(e), k = V(() => {
|
|
487
|
+
const S = {}, H = a.value.type;
|
|
488
|
+
return r === "page" ? H === "common" ? b(S) : console.assert(!1) : r === "comp" && H === "common" ? b(S) : console.assert(!1), S;
|
|
489
489
|
}), $ = mi("chart");
|
|
490
|
-
let
|
|
491
|
-
const
|
|
492
|
-
|
|
493
|
-
const
|
|
494
|
-
|
|
495
|
-
},
|
|
496
|
-
|
|
490
|
+
let g;
|
|
491
|
+
const T = () => {
|
|
492
|
+
g?.dispose(), g = wi.init($.value, n.value ? "dark" : "light");
|
|
493
|
+
const S = {};
|
|
494
|
+
g.setOption(S);
|
|
495
|
+
}, N = () => {
|
|
496
|
+
g?.resize();
|
|
497
497
|
}, F = () => {
|
|
498
|
-
const
|
|
499
|
-
|
|
498
|
+
const S = {};
|
|
499
|
+
v(S), h(S), y(S), w(S), _(S), g?.setOption(S, !0);
|
|
500
500
|
};
|
|
501
501
|
return pi(async () => {
|
|
502
|
-
window.addEventListener("resize",
|
|
502
|
+
window.addEventListener("resize", N, !1), await xi(() => !!$.value), T(), F();
|
|
503
503
|
}), Ie(() => {
|
|
504
|
-
window.removeEventListener("resize",
|
|
504
|
+
window.removeEventListener("resize", N, !1), g?.dispose();
|
|
505
505
|
}), me(
|
|
506
506
|
[
|
|
507
507
|
() => s.value.width,
|
|
@@ -514,47 +514,47 @@ const Gs = /* @__PURE__ */ P({
|
|
|
514
514
|
d
|
|
515
515
|
],
|
|
516
516
|
async () => {
|
|
517
|
-
await fi(),
|
|
517
|
+
await fi(), N();
|
|
518
518
|
}
|
|
519
519
|
), me([n], () => {
|
|
520
|
-
|
|
520
|
+
T(), F();
|
|
521
521
|
}), me(
|
|
522
522
|
[e],
|
|
523
523
|
() => {
|
|
524
524
|
F();
|
|
525
525
|
},
|
|
526
526
|
{ deep: !0 }
|
|
527
|
-
), (
|
|
527
|
+
), (S, H) => (I(), ie("div", {
|
|
528
528
|
ref: "chart",
|
|
529
|
-
style: oe(
|
|
529
|
+
style: oe(k.value)
|
|
530
530
|
}, null, 4));
|
|
531
531
|
}
|
|
532
|
-
}),
|
|
532
|
+
}), Gs = /* @__PURE__ */ P({
|
|
533
533
|
__name: "index",
|
|
534
534
|
props: {
|
|
535
535
|
node: {},
|
|
536
536
|
outer: { type: Boolean }
|
|
537
537
|
},
|
|
538
538
|
setup(i) {
|
|
539
|
-
const e = i, t =
|
|
540
|
-
const
|
|
541
|
-
return r === "page" ? H === "common" ? b(
|
|
539
|
+
const e = i, t = W(), 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: v } = Si(e), { applyXAxis: h } = Ti(e), { applyYAxis: y } = zi(e), { applyLegend: w } = Ii(e), { applySeries: _ } = Ci(e), k = V(() => {
|
|
540
|
+
const S = {}, H = a.value.type;
|
|
541
|
+
return r === "page" ? H === "common" ? b(S) : console.assert(!1) : r === "comp" && H === "common" ? b(S) : console.assert(!1), S;
|
|
542
542
|
}), $ = mi("chart");
|
|
543
|
-
let
|
|
544
|
-
const
|
|
545
|
-
|
|
546
|
-
const
|
|
547
|
-
|
|
548
|
-
},
|
|
549
|
-
|
|
543
|
+
let g;
|
|
544
|
+
const T = () => {
|
|
545
|
+
g?.dispose(), g = wi.init($.value, n.value ? "dark" : "light");
|
|
546
|
+
const S = {};
|
|
547
|
+
g.setOption(S);
|
|
548
|
+
}, N = () => {
|
|
549
|
+
g?.resize();
|
|
550
550
|
}, F = () => {
|
|
551
|
-
const
|
|
552
|
-
|
|
551
|
+
const S = {};
|
|
552
|
+
v(S), h(S), y(S), w(S), _(S), g?.setOption(S, !0);
|
|
553
553
|
};
|
|
554
554
|
return pi(async () => {
|
|
555
|
-
window.addEventListener("resize",
|
|
555
|
+
window.addEventListener("resize", N, !1), await xi(() => !!$.value), T(), F();
|
|
556
556
|
}), Ie(() => {
|
|
557
|
-
window.removeEventListener("resize",
|
|
557
|
+
window.removeEventListener("resize", N, !1), g?.dispose();
|
|
558
558
|
}), me(
|
|
559
559
|
[
|
|
560
560
|
() => s.value.width,
|
|
@@ -567,19 +567,19 @@ const Gs = /* @__PURE__ */ P({
|
|
|
567
567
|
d
|
|
568
568
|
],
|
|
569
569
|
async () => {
|
|
570
|
-
await fi(),
|
|
570
|
+
await fi(), N();
|
|
571
571
|
}
|
|
572
572
|
), me([n], () => {
|
|
573
|
-
|
|
573
|
+
T(), F();
|
|
574
574
|
}), me(
|
|
575
575
|
[e],
|
|
576
576
|
() => {
|
|
577
577
|
F();
|
|
578
578
|
},
|
|
579
579
|
{ deep: !0 }
|
|
580
|
-
), (
|
|
580
|
+
), (S, H) => (I(), ie("div", {
|
|
581
581
|
ref: "chart",
|
|
582
|
-
style: oe(
|
|
582
|
+
style: oe(k.value)
|
|
583
583
|
}, null, 4));
|
|
584
584
|
}
|
|
585
585
|
}), ee = /* @__PURE__ */ P({
|
|
@@ -588,7 +588,7 @@ const Gs = /* @__PURE__ */ P({
|
|
|
588
588
|
fitContent: { type: Boolean, default: !1 }
|
|
589
589
|
},
|
|
590
590
|
setup(i) {
|
|
591
|
-
const e =
|
|
591
|
+
const e = W(), t = V(() => {
|
|
592
592
|
const s = {};
|
|
593
593
|
return i.fitContent && (s.width = "fit-content", s.height = "fit-content"), s;
|
|
594
594
|
});
|
|
@@ -596,19 +596,19 @@ const Gs = /* @__PURE__ */ P({
|
|
|
596
596
|
key: 0,
|
|
597
597
|
style: oe(t.value)
|
|
598
598
|
}, [
|
|
599
|
-
|
|
600
|
-
], 4)) :
|
|
599
|
+
U(s.$slots, "default")
|
|
600
|
+
], 4)) : U(s.$slots, "default", { key: 1 });
|
|
601
601
|
}
|
|
602
|
-
}),
|
|
602
|
+
}), Os = /* @__PURE__ */ P({
|
|
603
603
|
__name: "index",
|
|
604
604
|
props: {
|
|
605
605
|
node: {},
|
|
606
606
|
outer: { type: Boolean }
|
|
607
607
|
},
|
|
608
608
|
setup(i) {
|
|
609
|
-
const e = i, t =
|
|
609
|
+
const e = i, t = W(), s = B(), { prop: n } = l(t, s, e, ["settings", "list"], !0);
|
|
610
610
|
return (r, a) => {
|
|
611
|
-
const u =
|
|
611
|
+
const u = L("v-btn");
|
|
612
612
|
return I(), A(o(ee), null, {
|
|
613
613
|
default: z(() => [
|
|
614
614
|
(I(!0), ie(uo, null, bi(o(n), (p, f) => (I(), A(u, { key: f }, {
|
|
@@ -623,11 +623,11 @@ const Gs = /* @__PURE__ */ P({
|
|
|
623
623
|
};
|
|
624
624
|
}
|
|
625
625
|
});
|
|
626
|
-
function
|
|
626
|
+
function Ks(i, e) {
|
|
627
627
|
function t(m) {
|
|
628
628
|
const c = i.pseudoToNative(m), d = [], b = c.split(".");
|
|
629
|
-
for (let
|
|
630
|
-
const h = b[
|
|
629
|
+
for (let v = 0; v < b.length; v++) {
|
|
630
|
+
const h = b[v].trim();
|
|
631
631
|
if (h !== "")
|
|
632
632
|
if (/^\[\d+\]$/.test(h)) {
|
|
633
633
|
let y = parseInt(h.slice(1, -1), 10);
|
|
@@ -717,22 +717,22 @@ const Ki = yo({
|
|
|
717
717
|
}
|
|
718
718
|
});
|
|
719
719
|
window.API_URL && (Ki.defaults.baseURL = window.API_URL + "/computebase/");
|
|
720
|
-
function
|
|
720
|
+
function Zs(i) {
|
|
721
721
|
return Ki.post("callFunc", i);
|
|
722
722
|
}
|
|
723
|
-
function
|
|
723
|
+
function qs(i, e) {
|
|
724
724
|
async function t(s, n, r, a, u, p) {
|
|
725
725
|
const f = i.pseudoToNative(s), m = i.pseudoToNative(n), c = i.pseudoToNative(r), d = i.pseudoToNative(a), b = i.pseudoToNative(u);
|
|
726
726
|
try {
|
|
727
|
-
const
|
|
727
|
+
const v = JSON.stringify(c), { strOutputs: h } = await Zs({
|
|
728
728
|
spaceid: f,
|
|
729
729
|
id: m,
|
|
730
|
-
strInputs:
|
|
730
|
+
strInputs: v,
|
|
731
731
|
env: d
|
|
732
732
|
}), y = JSON.parse(h);
|
|
733
733
|
p(i.nativeToPseudo(y)), i.run();
|
|
734
|
-
} catch (
|
|
735
|
-
console.error("callFuncV1 failed", b,
|
|
734
|
+
} catch (v) {
|
|
735
|
+
console.error("callFuncV1 failed", b, v);
|
|
736
736
|
}
|
|
737
737
|
}
|
|
738
738
|
i.setProperty(
|
|
@@ -741,10 +741,10 @@ function Js(i, e) {
|
|
|
741
741
|
i.createAsyncFunction(t)
|
|
742
742
|
);
|
|
743
743
|
}
|
|
744
|
-
function
|
|
744
|
+
function Js(i, e, t) {
|
|
745
745
|
console.assert(i || e || t);
|
|
746
746
|
}
|
|
747
|
-
class
|
|
747
|
+
class Xs {
|
|
748
748
|
context;
|
|
749
749
|
nodes;
|
|
750
750
|
constructor(e) {
|
|
@@ -757,152 +757,110 @@ class Ys {
|
|
|
757
757
|
getNode(e) {
|
|
758
758
|
return this.nodes[e];
|
|
759
759
|
}
|
|
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
760
|
}
|
|
787
|
-
function
|
|
788
|
-
const s = new
|
|
789
|
-
function n(
|
|
790
|
-
const
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
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}`);
|
|
761
|
+
function Ys(i, e, t) {
|
|
762
|
+
const s = new Xs(i);
|
|
763
|
+
function n(m, c) {
|
|
764
|
+
const d = e.pseudoToNative(m), b = e.pseudoToNative(c), v = `id=${d} keys=${b}`;
|
|
765
|
+
let h;
|
|
766
|
+
if (d === "globality" ? h = i.data.view : h = s.getNode(d), !h) {
|
|
767
|
+
console.error(`getPropV1 node not found, ${v}`);
|
|
802
768
|
return;
|
|
803
769
|
}
|
|
804
|
-
const
|
|
805
|
-
for (let
|
|
806
|
-
const
|
|
807
|
-
if (
|
|
808
|
-
return e.nativeToPseudo(
|
|
809
|
-
if (!
|
|
810
|
-
console.error(`getPropV1 unpkg failed, ${
|
|
770
|
+
const y = b.split("."), w = y.length;
|
|
771
|
+
for (let _ = 0; _ < w; _++) {
|
|
772
|
+
const k = y[_];
|
|
773
|
+
if (_ === w - 1)
|
|
774
|
+
return e.nativeToPseudo(h[k]);
|
|
775
|
+
if (!h) {
|
|
776
|
+
console.error(`getPropV1 unpkg failed, ${v}`);
|
|
811
777
|
return;
|
|
812
778
|
}
|
|
813
|
-
|
|
779
|
+
h = h[k];
|
|
814
780
|
}
|
|
815
781
|
}
|
|
816
|
-
function
|
|
817
|
-
const
|
|
818
|
-
let
|
|
819
|
-
if (
|
|
820
|
-
console.error(`setPropV1 node not found, ${
|
|
782
|
+
function r(m, c, d) {
|
|
783
|
+
const b = e.pseudoToNative(m), v = e.pseudoToNative(c), h = e.pseudoToNative(d), y = `id=${b} keys=${v} value=${h}`;
|
|
784
|
+
let w;
|
|
785
|
+
if (b === "globality" ? w = i.data.view : w = s.getNode(b), !w) {
|
|
786
|
+
console.error(`setPropV1 node not found, ${y}`);
|
|
821
787
|
return;
|
|
822
788
|
}
|
|
823
|
-
const
|
|
824
|
-
for (let
|
|
825
|
-
const
|
|
826
|
-
if (
|
|
827
|
-
g
|
|
789
|
+
const _ = v.split("."), k = _.length;
|
|
790
|
+
for (let $ = 0; $ < k; $++) {
|
|
791
|
+
const g = _[$];
|
|
792
|
+
if ($ === k - 1)
|
|
793
|
+
w[g] = h;
|
|
828
794
|
else {
|
|
829
|
-
if (!
|
|
830
|
-
console.error(`setPropV1 unpkg failed, ${
|
|
795
|
+
if (!w) {
|
|
796
|
+
console.error(`setPropV1 unpkg failed, ${y}`);
|
|
831
797
|
return;
|
|
832
798
|
}
|
|
833
|
-
|
|
799
|
+
w = w[g];
|
|
834
800
|
}
|
|
835
801
|
}
|
|
836
802
|
}
|
|
837
|
-
function
|
|
838
|
-
const
|
|
839
|
-
i.eventBus?.emit(`callMethod@${
|
|
803
|
+
function a(m, c, d, b) {
|
|
804
|
+
const v = e.pseudoToNative(m), h = e.pseudoToNative(c), y = e.pseudoToNative(d), w = { outputs: [] };
|
|
805
|
+
i.eventBus?.emit(`callMethod@${v}`, { name: h, inputs: y, result: w }), b(e.nativeToPseudo(w.outputs)), e.run();
|
|
840
806
|
}
|
|
841
|
-
function
|
|
842
|
-
const
|
|
807
|
+
function u(m, c) {
|
|
808
|
+
const d = e.pseudoToNative(m), b = e.pseudoToNative(c);
|
|
843
809
|
if (i.mode === "runtime") {
|
|
844
|
-
const
|
|
810
|
+
const v = "/main/" + Date.now(), h = {
|
|
845
811
|
orgid: i.org,
|
|
846
|
-
appid: `${
|
|
847
|
-
pageid:
|
|
812
|
+
appid: `${d}${i.env}`,
|
|
813
|
+
pageid: b
|
|
848
814
|
};
|
|
849
|
-
He.router.replace({ path:
|
|
815
|
+
He.router.replace({ path: v, query: h });
|
|
850
816
|
} else i.mode === "preview" && gi(
|
|
851
817
|
He.i18n.global.t(
|
|
852
818
|
"x-runtime-lib.msg.takeEffectOnlyAfterReleased"
|
|
853
819
|
)
|
|
854
820
|
);
|
|
855
821
|
}
|
|
856
|
-
function m
|
|
857
|
-
const
|
|
858
|
-
ho({ title:
|
|
859
|
-
|
|
822
|
+
function p(m, c, d) {
|
|
823
|
+
const b = e.pseudoToNative(m), v = e.pseudoToNative(c);
|
|
824
|
+
ho({ title: b, text: v }).then((h) => {
|
|
825
|
+
d(e.nativeToPseudo(h)), e.run();
|
|
860
826
|
});
|
|
861
827
|
}
|
|
862
|
-
function
|
|
863
|
-
const
|
|
864
|
-
xo({ title:
|
|
865
|
-
|
|
828
|
+
function f(m, c, d, b) {
|
|
829
|
+
const v = e.pseudoToNative(m), h = e.pseudoToNative(c), y = e.pseudoToNative(d);
|
|
830
|
+
xo({ title: v, label: h, value: y }).then((w) => {
|
|
831
|
+
b(e.nativeToPseudo(w)), e.run();
|
|
866
832
|
});
|
|
867
833
|
}
|
|
868
834
|
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
835
|
t,
|
|
878
836
|
"__getPropV1__",
|
|
879
|
-
e.createNativeFunction(
|
|
837
|
+
e.createNativeFunction(n)
|
|
880
838
|
), e.setProperty(
|
|
881
839
|
t,
|
|
882
840
|
"__setPropV1__",
|
|
883
|
-
e.createNativeFunction(
|
|
841
|
+
e.createNativeFunction(r)
|
|
884
842
|
), e.setProperty(
|
|
885
843
|
t,
|
|
886
844
|
"__callMethodV1__",
|
|
887
|
-
e.createAsyncFunction(
|
|
845
|
+
e.createAsyncFunction(a)
|
|
888
846
|
), e.setProperty(
|
|
889
847
|
t,
|
|
890
848
|
"__navigateToV1__",
|
|
891
|
-
e.createNativeFunction(
|
|
849
|
+
e.createNativeFunction(u)
|
|
892
850
|
), e.setProperty(
|
|
893
851
|
t,
|
|
894
852
|
"__openConfirmDlgV1__",
|
|
895
|
-
e.createAsyncFunction(
|
|
853
|
+
e.createAsyncFunction(p)
|
|
896
854
|
), e.setProperty(
|
|
897
855
|
t,
|
|
898
856
|
"__openPromptDlgV1__",
|
|
899
|
-
e.createAsyncFunction(
|
|
857
|
+
e.createAsyncFunction(f)
|
|
900
858
|
);
|
|
901
859
|
}
|
|
902
|
-
function
|
|
903
|
-
|
|
860
|
+
function Qs(i, e, t) {
|
|
861
|
+
Ks(e, t), qs(e, t), Js(i, e, t), Ys(i, e, t);
|
|
904
862
|
}
|
|
905
|
-
const
|
|
863
|
+
const er = `
|
|
906
864
|
var __env__ = 'dev'
|
|
907
865
|
var __mode__ = 'editor'
|
|
908
866
|
|
|
@@ -912,7 +870,7 @@ function __getEnvV1__() {
|
|
|
912
870
|
|
|
913
871
|
var __pointerPosX__ = 0
|
|
914
872
|
var __pointerPosY__ = 0
|
|
915
|
-
`,
|
|
873
|
+
`, tr = `
|
|
916
874
|
var __events__ = {}
|
|
917
875
|
|
|
918
876
|
function __addEventListenerV1__(id, event, callback) {
|
|
@@ -983,7 +941,7 @@ function __triggerEvent__(id, event, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p1
|
|
|
983
941
|
callbacks[i](p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, p16)
|
|
984
942
|
}
|
|
985
943
|
}
|
|
986
|
-
`,
|
|
944
|
+
`, nr = `
|
|
987
945
|
var __timers__ = {}
|
|
988
946
|
var __currTimerId__ = 0
|
|
989
947
|
|
|
@@ -1025,15 +983,15 @@ function __timeoutCallbackV1__(timerId) {
|
|
|
1025
983
|
}
|
|
1026
984
|
}
|
|
1027
985
|
}
|
|
1028
|
-
`,
|
|
986
|
+
`, ir = `
|
|
1029
987
|
function __destroy__() {
|
|
1030
988
|
}
|
|
1031
|
-
`,
|
|
989
|
+
`, or = er + tr + nr + ir;
|
|
1032
990
|
function Zi(i, e) {
|
|
1033
991
|
const t = new zo(
|
|
1034
|
-
|
|
992
|
+
or,
|
|
1035
993
|
(s, n) => {
|
|
1036
|
-
|
|
994
|
+
Qs(i, s, n);
|
|
1037
995
|
}
|
|
1038
996
|
);
|
|
1039
997
|
return t.appendCode(e), t.appendCode(`
|
|
@@ -1081,7 +1039,7 @@ function au(i, e, t, s, n) {
|
|
|
1081
1039
|
function Ji() {
|
|
1082
1040
|
return Ao();
|
|
1083
1041
|
}
|
|
1084
|
-
const
|
|
1042
|
+
const sr = /* @__PURE__ */ P({
|
|
1085
1043
|
__name: "index",
|
|
1086
1044
|
props: {
|
|
1087
1045
|
id: {},
|
|
@@ -1090,7 +1048,7 @@ const rr = /* @__PURE__ */ P({
|
|
|
1090
1048
|
outer: { type: Boolean }
|
|
1091
1049
|
},
|
|
1092
1050
|
setup(i) {
|
|
1093
|
-
const { t: e } = $i(), t = i, s = Hi(), n =
|
|
1051
|
+
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
1052
|
Gi(d);
|
|
1095
1053
|
const b = () => {
|
|
1096
1054
|
d.eventBus && (d.eventBus = void 0), d.interpreter && (qi(d.interpreter), d.interpreter = void 0);
|
|
@@ -1100,88 +1058,88 @@ const rr = /* @__PURE__ */ P({
|
|
|
1100
1058
|
m.value = -1, c.value = void 0, b();
|
|
1101
1059
|
return;
|
|
1102
1060
|
}
|
|
1103
|
-
const
|
|
1104
|
-
if (!
|
|
1061
|
+
const g = f.value[t.refContext.refid];
|
|
1062
|
+
if (!g) {
|
|
1105
1063
|
m.value = -1, c.value = null, b(), nn.emit("compNotAvail", t.refContext.refid);
|
|
1106
1064
|
return;
|
|
1107
1065
|
}
|
|
1108
|
-
if (m.value ===
|
|
1066
|
+
if (m.value === g.dataSeq || (m.value = g.dataSeq, c.value = G(g.data), r !== "runtime" && r !== "preview"))
|
|
1109
1067
|
return;
|
|
1110
1068
|
b();
|
|
1111
|
-
const
|
|
1112
|
-
if (
|
|
1069
|
+
const T = c.value, N = T.code.script;
|
|
1070
|
+
if (N) {
|
|
1113
1071
|
const F = Ji();
|
|
1114
1072
|
d.eventBus = F, d.interpreter = Zi(
|
|
1115
|
-
{ org: s, env: n, mode: r, type: u, data:
|
|
1116
|
-
|
|
1073
|
+
{ org: s, env: n, mode: r, type: u, data: T, eventBus: F },
|
|
1074
|
+
N
|
|
1117
1075
|
);
|
|
1118
1076
|
}
|
|
1119
1077
|
}), Ie(() => {
|
|
1120
1078
|
b();
|
|
1121
1079
|
});
|
|
1122
|
-
const { applySize:
|
|
1123
|
-
const
|
|
1124
|
-
return u === "page" ?
|
|
1080
|
+
const { applySize: v } = pe(r, a, t), h = V(() => {
|
|
1081
|
+
const g = {}, T = p.value.type;
|
|
1082
|
+
return u === "page" ? T === "common" ? v(g) : console.assert(!1) : u === "comp" && T === "common" ? v(g) : console.assert(!1), g;
|
|
1125
1083
|
});
|
|
1126
|
-
function y(
|
|
1127
|
-
const
|
|
1128
|
-
return
|
|
1084
|
+
function y(g) {
|
|
1085
|
+
const T = hn[p.value.version].refKey, N = ye[T];
|
|
1086
|
+
return N ? J(N.comp, {
|
|
1129
1087
|
refContext: {
|
|
1130
1088
|
parent: t.refContext,
|
|
1131
|
-
refid:
|
|
1089
|
+
refid: g.ref.id
|
|
1132
1090
|
},
|
|
1133
|
-
node:
|
|
1134
|
-
}) : (console.assert(!1, `ref element not found key=${
|
|
1091
|
+
node: g
|
|
1092
|
+
}) : (console.assert(!1, `ref element not found key=${T}`), J("div", `ref element not found key=${T}`));
|
|
1135
1093
|
}
|
|
1136
|
-
function w(
|
|
1137
|
-
const
|
|
1138
|
-
if (!
|
|
1139
|
-
return console.assert(!1, `element not found key=${
|
|
1140
|
-
const
|
|
1141
|
-
return
|
|
1142
|
-
const
|
|
1143
|
-
|
|
1144
|
-
}), J(
|
|
1094
|
+
function w(g) {
|
|
1095
|
+
const T = ye[g.basic.key];
|
|
1096
|
+
if (!T)
|
|
1097
|
+
return console.assert(!1, `element not found key=${g.basic.key}`), J("div", `element not found key=${g.basic.key}`);
|
|
1098
|
+
const N = [];
|
|
1099
|
+
return T.leaf || g.children?.forEach((F) => {
|
|
1100
|
+
const S = _(F);
|
|
1101
|
+
N.push(S);
|
|
1102
|
+
}), J(T.comp, { node: g }, { default: () => N });
|
|
1145
1103
|
}
|
|
1146
|
-
function _(
|
|
1147
|
-
return
|
|
1104
|
+
function _(g) {
|
|
1105
|
+
return g.ref ? y(g) : w(g);
|
|
1148
1106
|
}
|
|
1149
|
-
function
|
|
1150
|
-
let
|
|
1151
|
-
for (;
|
|
1152
|
-
if (
|
|
1107
|
+
function k() {
|
|
1108
|
+
let g = t.refContext.parent;
|
|
1109
|
+
for (; g; ) {
|
|
1110
|
+
if (g.refid === t.refContext.refid)
|
|
1153
1111
|
return !0;
|
|
1154
|
-
|
|
1112
|
+
g = g.parent;
|
|
1155
1113
|
}
|
|
1156
1114
|
return !1;
|
|
1157
1115
|
}
|
|
1158
1116
|
const $ = () => {
|
|
1159
|
-
if (
|
|
1117
|
+
if (k())
|
|
1160
1118
|
return J("div", { id: t.id }, e("x-runtime-lib.circularRef"));
|
|
1161
1119
|
if (!c.value)
|
|
1162
1120
|
return c.value === void 0 ? J("div", { id: t.id }) : J("div", { id: t.id }, e("x-runtime-lib.compNotAvail"));
|
|
1163
|
-
const
|
|
1164
|
-
if (
|
|
1165
|
-
const
|
|
1166
|
-
return c.value.view.nodes.forEach((
|
|
1167
|
-
|
|
1168
|
-
}), J("div", { id: t.id, style: h.value },
|
|
1121
|
+
const g = c.value.type;
|
|
1122
|
+
if (g === "common") {
|
|
1123
|
+
const T = [];
|
|
1124
|
+
return c.value.view.nodes.forEach((N) => {
|
|
1125
|
+
T.push(_(N));
|
|
1126
|
+
}), J("div", { id: t.id, style: h.value }, T);
|
|
1169
1127
|
} else
|
|
1170
|
-
return console.assert(!1, `invalid subtype=${
|
|
1128
|
+
return console.assert(!1, `invalid subtype=${g}`), J("div", { id: t.id }, `invalid subtype=${g}`);
|
|
1171
1129
|
};
|
|
1172
|
-
return (
|
|
1130
|
+
return (g, T) => (I(), A($));
|
|
1173
1131
|
}
|
|
1174
|
-
}),
|
|
1132
|
+
}), rr = /* @__PURE__ */ P({
|
|
1175
1133
|
__name: "index",
|
|
1176
1134
|
props: {
|
|
1177
1135
|
node: {},
|
|
1178
1136
|
outer: { type: Boolean }
|
|
1179
1137
|
},
|
|
1180
1138
|
setup(i) {
|
|
1181
|
-
const e = i, t =
|
|
1139
|
+
const e = i, t = W(), s = B(), { prop: n } = l(t, s, e, ["settings", "open"]);
|
|
1182
1140
|
return (r, a) => (I(), A(o(ee), null, {
|
|
1183
1141
|
default: z(() => [
|
|
1184
|
-
o(n) ?
|
|
1142
|
+
o(n) ? U(r.$slots, "default", { key: 0 }) : en("", !0)
|
|
1185
1143
|
]),
|
|
1186
1144
|
_: 3
|
|
1187
1145
|
}));
|
|
@@ -1193,7 +1151,7 @@ const rr = /* @__PURE__ */ P({
|
|
|
1193
1151
|
state: {}
|
|
1194
1152
|
},
|
|
1195
1153
|
setup(i) {
|
|
1196
|
-
const { t: e } = $i(), t = i, s = Hi(), n =
|
|
1154
|
+
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
1155
|
Gi(c);
|
|
1198
1156
|
const d = () => {
|
|
1199
1157
|
c.eventBus && (c.eventBus = void 0), c.interpreter && (qi(c.interpreter), c.interpreter = void 0);
|
|
@@ -1203,20 +1161,20 @@ const rr = /* @__PURE__ */ P({
|
|
|
1203
1161
|
f.value = -1, m.value = void 0, d();
|
|
1204
1162
|
return;
|
|
1205
1163
|
}
|
|
1206
|
-
const
|
|
1207
|
-
if (!
|
|
1164
|
+
const k = p.value[t.refContext.refid];
|
|
1165
|
+
if (!k) {
|
|
1208
1166
|
f.value = -1, m.value = null, d(), nn.emit("compNotAvail", t.refContext.refid);
|
|
1209
1167
|
return;
|
|
1210
1168
|
}
|
|
1211
|
-
if (f.value ===
|
|
1169
|
+
if (f.value === k.dataSeq || (f.value = k.dataSeq, m.value = G(k.data), r !== "runtime" && r !== "preview"))
|
|
1212
1170
|
return;
|
|
1213
1171
|
d();
|
|
1214
|
-
const $ = m.value,
|
|
1215
|
-
if (
|
|
1216
|
-
const
|
|
1217
|
-
c.eventBus =
|
|
1218
|
-
{ org: s, env: n, mode: r, type: a, data: $, eventBus:
|
|
1219
|
-
|
|
1172
|
+
const $ = m.value, g = $.code.script;
|
|
1173
|
+
if (g) {
|
|
1174
|
+
const T = Ji();
|
|
1175
|
+
c.eventBus = T, c.interpreter = Zi(
|
|
1176
|
+
{ org: s, env: n, mode: r, type: a, data: $, eventBus: T },
|
|
1177
|
+
g
|
|
1220
1178
|
);
|
|
1221
1179
|
}
|
|
1222
1180
|
}), Ie(() => {
|
|
@@ -1232,34 +1190,34 @@ const rr = /* @__PURE__ */ P({
|
|
|
1232
1190
|
},
|
|
1233
1191
|
{ deep: !0, immediate: !0 }
|
|
1234
1192
|
);
|
|
1235
|
-
function k
|
|
1236
|
-
const $ = hn[u.value.version].refKey,
|
|
1237
|
-
return
|
|
1193
|
+
function v(k) {
|
|
1194
|
+
const $ = hn[u.value.version].refKey, g = ye[$];
|
|
1195
|
+
return g ? J(g.comp, {
|
|
1238
1196
|
refContext: {
|
|
1239
1197
|
parent: t.refContext,
|
|
1240
|
-
refid:
|
|
1198
|
+
refid: k.ref.id
|
|
1241
1199
|
},
|
|
1242
|
-
node:
|
|
1200
|
+
node: k
|
|
1243
1201
|
}) : (console.assert(!1, `ref element not found key=${$}`), J("div", `ref element not found key=${$}`));
|
|
1244
1202
|
}
|
|
1245
|
-
function h(
|
|
1246
|
-
const $ = ye[
|
|
1203
|
+
function h(k) {
|
|
1204
|
+
const $ = ye[k.basic.key];
|
|
1247
1205
|
if (!$)
|
|
1248
|
-
return console.assert(!1, `element not found key=${
|
|
1249
|
-
const
|
|
1250
|
-
return $.leaf ||
|
|
1251
|
-
|
|
1252
|
-
}), J($.comp, { node:
|
|
1206
|
+
return console.assert(!1, `element not found key=${k.basic.key}`), J("div", `element not found key=${k.basic.key}`);
|
|
1207
|
+
const g = [];
|
|
1208
|
+
return $.leaf || k.children?.forEach((T) => {
|
|
1209
|
+
g.push(y(T));
|
|
1210
|
+
}), J($.comp, { node: k }, { default: () => g });
|
|
1253
1211
|
}
|
|
1254
|
-
function y(
|
|
1255
|
-
return
|
|
1212
|
+
function y(k) {
|
|
1213
|
+
return k.ref ? v(k) : h(k);
|
|
1256
1214
|
}
|
|
1257
1215
|
function w() {
|
|
1258
|
-
let
|
|
1259
|
-
for (;
|
|
1260
|
-
if (
|
|
1216
|
+
let k = t.refContext.parent;
|
|
1217
|
+
for (; k; ) {
|
|
1218
|
+
if (k.refid === t.refContext.refid)
|
|
1261
1219
|
return !0;
|
|
1262
|
-
|
|
1220
|
+
k = k.parent;
|
|
1263
1221
|
}
|
|
1264
1222
|
return !1;
|
|
1265
1223
|
}
|
|
@@ -1268,25 +1226,25 @@ const rr = /* @__PURE__ */ P({
|
|
|
1268
1226
|
return J("div", e("x-runtime-lib.circularRef"));
|
|
1269
1227
|
if (!m.value)
|
|
1270
1228
|
return m.value === void 0 ? J("div") : J("div", e("x-runtime-lib.compNotAvail"));
|
|
1271
|
-
const
|
|
1272
|
-
if (
|
|
1229
|
+
const k = m.value.type;
|
|
1230
|
+
if (k === "common") {
|
|
1273
1231
|
const $ = [];
|
|
1274
|
-
return m.value.view.nodes.forEach((
|
|
1275
|
-
$.push(y(
|
|
1232
|
+
return m.value.view.nodes.forEach((g) => {
|
|
1233
|
+
$.push(y(g));
|
|
1276
1234
|
}), $;
|
|
1277
1235
|
} else
|
|
1278
|
-
return console.assert(!1, `invalid subtype=${
|
|
1236
|
+
return console.assert(!1, `invalid subtype=${k}`), J("div", `invalid subtype=${k}`);
|
|
1279
1237
|
};
|
|
1280
|
-
return (
|
|
1238
|
+
return (k, $) => (I(), A(_));
|
|
1281
1239
|
}
|
|
1282
|
-
}),
|
|
1240
|
+
}), lr = /* @__PURE__ */ P({
|
|
1283
1241
|
__name: "index",
|
|
1284
1242
|
props: {
|
|
1285
1243
|
node: {},
|
|
1286
1244
|
outer: { type: Boolean }
|
|
1287
1245
|
},
|
|
1288
1246
|
setup(i) {
|
|
1289
|
-
const e = i, t =
|
|
1247
|
+
const e = i, t = W(), s = M(), 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
1248
|
"settings",
|
|
1291
1249
|
"offset",
|
|
1292
1250
|
"x"
|
|
@@ -1296,7 +1254,7 @@ const rr = /* @__PURE__ */ P({
|
|
|
1296
1254
|
"y"
|
|
1297
1255
|
]);
|
|
1298
1256
|
return (m, c) => {
|
|
1299
|
-
const d =
|
|
1257
|
+
const d = L("v-badge");
|
|
1300
1258
|
return I(), A(d, {
|
|
1301
1259
|
content: o(r),
|
|
1302
1260
|
dot: o(a),
|
|
@@ -1305,34 +1263,34 @@ const rr = /* @__PURE__ */ P({
|
|
|
1305
1263
|
theme: o(u)
|
|
1306
1264
|
}, {
|
|
1307
1265
|
default: z(() => [
|
|
1308
|
-
|
|
1266
|
+
U(m.$slots, "default")
|
|
1309
1267
|
]),
|
|
1310
1268
|
_: 3
|
|
1311
1269
|
}, 8, ["content", "dot", "offset-x", "offset-y", "theme"]);
|
|
1312
1270
|
};
|
|
1313
1271
|
}
|
|
1314
|
-
}),
|
|
1272
|
+
}), ar = /* @__PURE__ */ P({
|
|
1315
1273
|
__name: "index",
|
|
1316
1274
|
props: {
|
|
1317
1275
|
node: {},
|
|
1318
1276
|
outer: { type: Boolean }
|
|
1319
1277
|
},
|
|
1320
1278
|
setup(i) {
|
|
1321
|
-
const e = i, t =
|
|
1279
|
+
const e = i, t = W(), s = M(), n = B(), { prop: r } = l(t, n, e, [
|
|
1322
1280
|
"settings",
|
|
1323
1281
|
"addIcon",
|
|
1324
1282
|
"append"
|
|
1325
1283
|
]), { 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
1284
|
"settings",
|
|
1327
1285
|
"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:
|
|
1286
|
+
]), { 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
1287
|
"settings",
|
|
1330
1288
|
"addIcon",
|
|
1331
1289
|
"prepend"
|
|
1332
1290
|
]), { prop: _ } = l(t, n, e, [
|
|
1333
1291
|
"settings",
|
|
1334
1292
|
"readonly"
|
|
1335
|
-
]), { prop:
|
|
1293
|
+
]), { 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: F } = l(t, n, e, ["settings", "variant"]), { prop: S } = l(t, n, e, ["size", "width"]), H = (K) => {
|
|
1336
1294
|
if (t !== "runtime" && t !== "preview")
|
|
1337
1295
|
return;
|
|
1338
1296
|
const O = n.interpreter;
|
|
@@ -1342,7 +1300,7 @@ const rr = /* @__PURE__ */ P({
|
|
|
1342
1300
|
O.appendCode(`__pointerPosX__ = ${te};`), O.appendCode(`__pointerPosY__ = ${ne};`), O.appendCode(`__triggerEvent__('${ce}', 'click');`), O.run();
|
|
1343
1301
|
};
|
|
1344
1302
|
return (K, O) => {
|
|
1345
|
-
const te =
|
|
1303
|
+
const te = L("v-btn");
|
|
1346
1304
|
return I(), A(o(ee), null, {
|
|
1347
1305
|
default: z(() => [
|
|
1348
1306
|
Z(te, {
|
|
@@ -1354,18 +1312,18 @@ const rr = /* @__PURE__ */ P({
|
|
|
1354
1312
|
height: o(c),
|
|
1355
1313
|
loading: o(d),
|
|
1356
1314
|
"max-height": o(b),
|
|
1357
|
-
"max-width": o(
|
|
1315
|
+
"max-width": o(v),
|
|
1358
1316
|
"min-height": o(h),
|
|
1359
1317
|
"min-width": o(y),
|
|
1360
1318
|
"prepend-icon": o(w),
|
|
1361
1319
|
readonly: o(_),
|
|
1362
|
-
ripple: o(
|
|
1320
|
+
ripple: o(k),
|
|
1363
1321
|
size: o($),
|
|
1364
|
-
stacked: o(
|
|
1365
|
-
text: o(
|
|
1366
|
-
theme: o(
|
|
1322
|
+
stacked: o(g),
|
|
1323
|
+
text: o(T),
|
|
1324
|
+
theme: o(N),
|
|
1367
1325
|
variant: o(F),
|
|
1368
|
-
width: o(
|
|
1326
|
+
width: o(S),
|
|
1369
1327
|
onClick: H
|
|
1370
1328
|
}, 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
1329
|
]),
|
|
@@ -1378,24 +1336,24 @@ const rr = /* @__PURE__ */ P({
|
|
|
1378
1336
|
for (const [s, n] of e)
|
|
1379
1337
|
t[s] = n;
|
|
1380
1338
|
return t;
|
|
1381
|
-
},
|
|
1382
|
-
function
|
|
1383
|
-
const t =
|
|
1339
|
+
}, ur = {};
|
|
1340
|
+
function cr(i, e) {
|
|
1341
|
+
const t = L("v-btn-group");
|
|
1384
1342
|
return I(), A(t, null, {
|
|
1385
1343
|
default: z(() => [
|
|
1386
|
-
|
|
1344
|
+
U(i.$slots, "default")
|
|
1387
1345
|
]),
|
|
1388
1346
|
_: 3
|
|
1389
1347
|
});
|
|
1390
1348
|
}
|
|
1391
|
-
const
|
|
1349
|
+
const dr = /* @__PURE__ */ _e(ur, [["render", cr]]), mr = /* @__PURE__ */ P({
|
|
1392
1350
|
__name: "index",
|
|
1393
1351
|
props: {
|
|
1394
1352
|
node: {},
|
|
1395
1353
|
outer: { type: Boolean }
|
|
1396
1354
|
},
|
|
1397
1355
|
setup(i) {
|
|
1398
|
-
const e = i, t =
|
|
1356
|
+
const e = i, t = W(), s = M(), n = B(), { prop: r } = l(t, n, e, ["settings", "block"]), { prop: a } = l(t, n, e, [
|
|
1399
1357
|
"settings",
|
|
1400
1358
|
"disabled"
|
|
1401
1359
|
]), { prop: u } = l(t, n, e, ["settings", "divided"]), { prop: p } = l(t, n, e, [
|
|
@@ -1407,9 +1365,9 @@ const mr = /* @__PURE__ */ _e(cr, [["render", dr]]), pr = /* @__PURE__ */ P({
|
|
|
1407
1365
|
]), { prop: m } = l(t, n, e, [
|
|
1408
1366
|
"settings",
|
|
1409
1367
|
"readonly"
|
|
1410
|
-
]), { prop: c } = l(t, n, e, ["settings", "size"]), { prop: d } = l(t, n, e, ["settings", "stacked"]), { theme: b } =
|
|
1368
|
+
]), { 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
1369
|
return (y, w) => {
|
|
1412
|
-
const _ =
|
|
1370
|
+
const _ = L("v-btn-toggle");
|
|
1413
1371
|
return I(), A(_, {
|
|
1414
1372
|
block: o(r),
|
|
1415
1373
|
disabled: o(a),
|
|
@@ -1420,33 +1378,33 @@ const mr = /* @__PURE__ */ _e(cr, [["render", dr]]), pr = /* @__PURE__ */ P({
|
|
|
1420
1378
|
size: o(c),
|
|
1421
1379
|
stacked: o(d),
|
|
1422
1380
|
theme: o(b),
|
|
1423
|
-
tile: o(
|
|
1381
|
+
tile: o(v),
|
|
1424
1382
|
variant: o(h)
|
|
1425
1383
|
}, {
|
|
1426
1384
|
default: z(() => [
|
|
1427
|
-
|
|
1385
|
+
U(y.$slots, "default")
|
|
1428
1386
|
]),
|
|
1429
1387
|
_: 3
|
|
1430
1388
|
}, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
|
|
1431
1389
|
};
|
|
1432
1390
|
}
|
|
1433
|
-
}),
|
|
1391
|
+
}), pr = /* @__PURE__ */ P({
|
|
1434
1392
|
__name: "index",
|
|
1435
1393
|
props: {
|
|
1436
1394
|
node: {},
|
|
1437
1395
|
outer: { type: Boolean }
|
|
1438
1396
|
},
|
|
1439
1397
|
setup(i) {
|
|
1440
|
-
const e = i, t =
|
|
1398
|
+
const e = i, t = W(), s = M(), n = B(), { prop: r } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
|
|
1441
1399
|
"settings",
|
|
1442
1400
|
"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:
|
|
1401
|
+
]), { 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
1402
|
"settings",
|
|
1445
1403
|
"subtitle"
|
|
1446
|
-
]), { prop: h } = l(t, n, e, ["settings", "text"]), { theme: y } =
|
|
1447
|
-
return ($,
|
|
1448
|
-
const
|
|
1449
|
-
return I(), A(
|
|
1404
|
+
]), { 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"]);
|
|
1405
|
+
return ($, g) => {
|
|
1406
|
+
const T = L("v-card");
|
|
1407
|
+
return I(), A(T, {
|
|
1450
1408
|
density: o(r),
|
|
1451
1409
|
disabled: o(a),
|
|
1452
1410
|
height: o(u),
|
|
@@ -1456,28 +1414,28 @@ const mr = /* @__PURE__ */ _e(cr, [["render", dr]]), pr = /* @__PURE__ */ P({
|
|
|
1456
1414
|
"max-width": o(c),
|
|
1457
1415
|
"min-height": o(d),
|
|
1458
1416
|
"min-width": o(b),
|
|
1459
|
-
subtitle: o(
|
|
1417
|
+
subtitle: o(v),
|
|
1460
1418
|
text: o(h),
|
|
1461
1419
|
theme: o(y),
|
|
1462
1420
|
title: o(w),
|
|
1463
1421
|
variant: o(_),
|
|
1464
|
-
width: o(
|
|
1422
|
+
width: o(k)
|
|
1465
1423
|
}, {
|
|
1466
1424
|
default: z(() => [
|
|
1467
|
-
|
|
1425
|
+
U($.$slots, "default")
|
|
1468
1426
|
]),
|
|
1469
1427
|
_: 3
|
|
1470
1428
|
}, 8, ["density", "disabled", "height", "hover", "loading", "max-height", "max-width", "min-height", "min-width", "subtitle", "text", "theme", "title", "variant", "width"]);
|
|
1471
1429
|
};
|
|
1472
1430
|
}
|
|
1473
|
-
}),
|
|
1431
|
+
}), fr = /* @__PURE__ */ P({
|
|
1474
1432
|
__name: "index",
|
|
1475
1433
|
props: {
|
|
1476
1434
|
node: {},
|
|
1477
1435
|
outer: { type: Boolean }
|
|
1478
1436
|
},
|
|
1479
1437
|
setup(i) {
|
|
1480
|
-
const e = i, t =
|
|
1438
|
+
const e = i, t = W(), s = B(), { prop: n } = l(t, s, e, [
|
|
1481
1439
|
"settings",
|
|
1482
1440
|
"disabled"
|
|
1483
1441
|
]), { prop: r } = l(t, s, e, [
|
|
@@ -1485,21 +1443,21 @@ const mr = /* @__PURE__ */ _e(cr, [["render", dr]]), pr = /* @__PURE__ */ P({
|
|
|
1485
1443
|
"readonly"
|
|
1486
1444
|
]);
|
|
1487
1445
|
return (a, u) => {
|
|
1488
|
-
const p =
|
|
1446
|
+
const p = L("v-checkbox");
|
|
1489
1447
|
return I(), A(p, {
|
|
1490
1448
|
disabled: o(n),
|
|
1491
1449
|
readonly: o(r)
|
|
1492
1450
|
}, null, 8, ["disabled", "readonly"]);
|
|
1493
1451
|
};
|
|
1494
1452
|
}
|
|
1495
|
-
}),
|
|
1453
|
+
}), br = /* @__PURE__ */ P({
|
|
1496
1454
|
__name: "index",
|
|
1497
1455
|
props: {
|
|
1498
1456
|
node: {},
|
|
1499
1457
|
outer: { type: Boolean }
|
|
1500
1458
|
},
|
|
1501
1459
|
setup(i) {
|
|
1502
|
-
const e = i, t =
|
|
1460
|
+
const e = i, t = W(), s = M(), n = B(), { prop: r } = l(t, n, e, [
|
|
1503
1461
|
"settings",
|
|
1504
1462
|
"closable"
|
|
1505
1463
|
]), { 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 +1466,10 @@ const mr = /* @__PURE__ */ _e(cr, [["render", dr]]), pr = /* @__PURE__ */ P({
|
|
|
1508
1466
|
]), { prop: m } = l(t, n, e, [
|
|
1509
1467
|
"settings",
|
|
1510
1468
|
"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:
|
|
1512
|
-
return (
|
|
1513
|
-
const
|
|
1514
|
-
return I(), A(
|
|
1469
|
+
]), { 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"]);
|
|
1470
|
+
return (k, $) => {
|
|
1471
|
+
const g = L("v-chip");
|
|
1472
|
+
return I(), A(g, {
|
|
1515
1473
|
closable: o(r),
|
|
1516
1474
|
color: o(u),
|
|
1517
1475
|
density: o(p),
|
|
@@ -1520,7 +1478,7 @@ const mr = /* @__PURE__ */ _e(cr, [["render", dr]]), pr = /* @__PURE__ */ P({
|
|
|
1520
1478
|
filter: o(c),
|
|
1521
1479
|
label: o(d),
|
|
1522
1480
|
size: o(b),
|
|
1523
|
-
text: o(
|
|
1481
|
+
text: o(v),
|
|
1524
1482
|
theme: o(h),
|
|
1525
1483
|
tile: o(y),
|
|
1526
1484
|
value: o(w),
|
|
@@ -1528,14 +1486,14 @@ const mr = /* @__PURE__ */ _e(cr, [["render", dr]]), pr = /* @__PURE__ */ P({
|
|
|
1528
1486
|
}, null, 8, ["closable", "color", "density", "disabled", "draggable", "filter", "label", "size", "text", "theme", "tile", "value", "variant"]);
|
|
1529
1487
|
};
|
|
1530
1488
|
}
|
|
1531
|
-
}),
|
|
1489
|
+
}), yr = /* @__PURE__ */ P({
|
|
1532
1490
|
__name: "index",
|
|
1533
1491
|
props: {
|
|
1534
1492
|
node: {},
|
|
1535
1493
|
outer: { type: Boolean }
|
|
1536
1494
|
},
|
|
1537
1495
|
setup(i) {
|
|
1538
|
-
const e = i, t =
|
|
1496
|
+
const e = i, t = W(), s = M(), n = B(), { prop: r } = l(t, n, e, ["settings", "column"]), { prop: a } = l(t, n, e, [
|
|
1539
1497
|
"settings",
|
|
1540
1498
|
"direction"
|
|
1541
1499
|
]), { prop: u } = l(t, n, e, [
|
|
@@ -1550,9 +1508,9 @@ const mr = /* @__PURE__ */ _e(cr, [["render", dr]]), pr = /* @__PURE__ */ P({
|
|
|
1550
1508
|
]), { prop: c } = l(t, n, e, [
|
|
1551
1509
|
"settings",
|
|
1552
1510
|
"showArrows"
|
|
1553
|
-
]), { theme: d } =
|
|
1554
|
-
return (
|
|
1555
|
-
const y =
|
|
1511
|
+
]), { theme: d } = j(s), { prop: b } = l(t, n, e, ["settings", "value"]);
|
|
1512
|
+
return (v, h) => {
|
|
1513
|
+
const y = L("v-chip-group");
|
|
1556
1514
|
return I(), A(y, {
|
|
1557
1515
|
modelValue: o(b),
|
|
1558
1516
|
"onUpdate:modelValue": h[0] || (h[0] = (w) => X(b) ? b.value = w : null),
|
|
@@ -1566,22 +1524,22 @@ const mr = /* @__PURE__ */ _e(cr, [["render", dr]]), pr = /* @__PURE__ */ P({
|
|
|
1566
1524
|
theme: o(d)
|
|
1567
1525
|
}, {
|
|
1568
1526
|
default: z(() => [
|
|
1569
|
-
|
|
1527
|
+
U(v.$slots, "default")
|
|
1570
1528
|
]),
|
|
1571
1529
|
_: 3
|
|
1572
1530
|
}, 8, ["modelValue", "column", "direction", "disabled", "filter", "mandatory", "multiple", "show-arrows", "theme"]);
|
|
1573
1531
|
};
|
|
1574
1532
|
}
|
|
1575
|
-
}),
|
|
1533
|
+
}), hr = /* @__PURE__ */ P({
|
|
1576
1534
|
__name: "index",
|
|
1577
1535
|
props: {
|
|
1578
1536
|
node: {},
|
|
1579
1537
|
outer: { type: Boolean }
|
|
1580
1538
|
},
|
|
1581
1539
|
setup(i) {
|
|
1582
|
-
const e = i, t =
|
|
1583
|
-
const _ = {},
|
|
1584
|
-
return r === "page" ?
|
|
1540
|
+
const e = i, t = W(), s = le(), n = M(), r = ae(), a = ue(), u = B(), { applySize: p } = pe(t, s, e), f = V(() => {
|
|
1541
|
+
const _ = {}, k = a.value.type;
|
|
1542
|
+
return r === "page" ? k === "common" ? p(_) : console.assert(!1) : r === "comp" && k === "common" ? p(_) : console.assert(!1), _;
|
|
1585
1543
|
}), { prop: m } = l(t, u, e, [
|
|
1586
1544
|
"settings",
|
|
1587
1545
|
"disabled"
|
|
@@ -1594,7 +1552,7 @@ const mr = /* @__PURE__ */ _e(cr, [["render", dr]]), pr = /* @__PURE__ */ P({
|
|
|
1594
1552
|
]), { prop: b } = l(t, u, e, [
|
|
1595
1553
|
"settings",
|
|
1596
1554
|
"hideInputs"
|
|
1597
|
-
]), { prop:
|
|
1555
|
+
]), { prop: v } = l(t, u, e, [
|
|
1598
1556
|
"settings",
|
|
1599
1557
|
"hideSliders"
|
|
1600
1558
|
]), { prop: h } = l(t, u, e, [
|
|
@@ -1603,15 +1561,15 @@ const mr = /* @__PURE__ */ _e(cr, [["render", dr]]), pr = /* @__PURE__ */ P({
|
|
|
1603
1561
|
]), { prop: y } = l(t, u, e, [
|
|
1604
1562
|
"settings",
|
|
1605
1563
|
"showSwatches"
|
|
1606
|
-
]), { theme: w } =
|
|
1607
|
-
return (_,
|
|
1608
|
-
const $ =
|
|
1564
|
+
]), { theme: w } = j(n);
|
|
1565
|
+
return (_, k) => {
|
|
1566
|
+
const $ = L("v-color-picker");
|
|
1609
1567
|
return I(), A($, {
|
|
1610
1568
|
disabled: o(m),
|
|
1611
1569
|
"hide-canvas": o(c),
|
|
1612
1570
|
"hide-header": o(d),
|
|
1613
1571
|
"hide-inputs": o(b),
|
|
1614
|
-
"hide-sliders": o(
|
|
1572
|
+
"hide-sliders": o(v),
|
|
1615
1573
|
landscape: o(h),
|
|
1616
1574
|
"show-swatches": o(y),
|
|
1617
1575
|
style: oe(f.value),
|
|
@@ -1619,14 +1577,14 @@ const mr = /* @__PURE__ */ _e(cr, [["render", dr]]), pr = /* @__PURE__ */ P({
|
|
|
1619
1577
|
}, null, 8, ["disabled", "hide-canvas", "hide-header", "hide-inputs", "hide-sliders", "landscape", "show-swatches", "style", "theme"]);
|
|
1620
1578
|
};
|
|
1621
1579
|
}
|
|
1622
|
-
}),
|
|
1580
|
+
}), xr = /* @__PURE__ */ P({
|
|
1623
1581
|
__name: "index",
|
|
1624
1582
|
props: {
|
|
1625
1583
|
node: {},
|
|
1626
1584
|
outer: { type: Boolean }
|
|
1627
1585
|
},
|
|
1628
1586
|
setup(i) {
|
|
1629
|
-
const e = i, t =
|
|
1587
|
+
const e = i, t = W(), s = M(), n = B(), { prop: r } = l(t, n, e, [
|
|
1630
1588
|
"settings",
|
|
1631
1589
|
"hideDetails"
|
|
1632
1590
|
]), { prop: a } = l(t, n, e, ["settings", "label"]), { prop: u } = l(t, n, e, [
|
|
@@ -1638,12 +1596,12 @@ const mr = /* @__PURE__ */ _e(cr, [["render", dr]]), pr = /* @__PURE__ */ P({
|
|
|
1638
1596
|
]), { prop: f } = l(t, n, e, [
|
|
1639
1597
|
"settings",
|
|
1640
1598
|
"singleLine"
|
|
1641
|
-
]), { theme: m } =
|
|
1599
|
+
]), { theme: m } = j(s), { prop: c } = l(t, n, e, ["settings", "value"]);
|
|
1642
1600
|
return (d, b) => {
|
|
1643
|
-
const
|
|
1601
|
+
const v = L("v-combobox");
|
|
1644
1602
|
return I(), A(o(ee), null, {
|
|
1645
1603
|
default: z(() => [
|
|
1646
|
-
Z(
|
|
1604
|
+
Z(v, {
|
|
1647
1605
|
modelValue: o(c),
|
|
1648
1606
|
"onUpdate:modelValue": b[0] || (b[0] = (h) => X(c) ? c.value = h : null),
|
|
1649
1607
|
"hide-details": o(r),
|
|
@@ -1658,34 +1616,34 @@ const mr = /* @__PURE__ */ _e(cr, [["render", dr]]), pr = /* @__PURE__ */ P({
|
|
|
1658
1616
|
});
|
|
1659
1617
|
};
|
|
1660
1618
|
}
|
|
1661
|
-
}),
|
|
1619
|
+
}), gr = /* @__PURE__ */ P({
|
|
1662
1620
|
__name: "index",
|
|
1663
1621
|
props: {
|
|
1664
1622
|
node: {},
|
|
1665
1623
|
outer: { type: Boolean }
|
|
1666
1624
|
},
|
|
1667
1625
|
setup(i) {
|
|
1668
|
-
const e = i, t =
|
|
1626
|
+
const e = i, t = W(), s = le(), n = M(), r = ae(), a = ue(), u = B(), { prop: p } = l(t, u, e, [
|
|
1669
1627
|
"settings",
|
|
1670
1628
|
"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),
|
|
1629
|
+
]), { 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
1630
|
const h = {}, y = a.value.type;
|
|
1673
1631
|
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
1632
|
});
|
|
1675
1633
|
return (h, y) => (I(), ie("div", {
|
|
1676
|
-
style: oe(
|
|
1634
|
+
style: oe(v.value)
|
|
1677
1635
|
}, [
|
|
1678
|
-
|
|
1636
|
+
U(h.$slots, "default")
|
|
1679
1637
|
], 4));
|
|
1680
1638
|
}
|
|
1681
|
-
}),
|
|
1639
|
+
}), vr = /* @__PURE__ */ P({
|
|
1682
1640
|
__name: "index",
|
|
1683
1641
|
props: {
|
|
1684
1642
|
node: {},
|
|
1685
1643
|
outer: { type: Boolean }
|
|
1686
1644
|
},
|
|
1687
1645
|
setup(i) {
|
|
1688
|
-
const e = i, t =
|
|
1646
|
+
const e = i, t = W(), s = M(), n = B(), { prop: r } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
|
|
1689
1647
|
"settings",
|
|
1690
1648
|
"fixedFooter"
|
|
1691
1649
|
]), { prop: u } = l(t, n, e, [
|
|
@@ -1700,15 +1658,15 @@ const mr = /* @__PURE__ */ _e(cr, [["render", dr]]), pr = /* @__PURE__ */ P({
|
|
|
1700
1658
|
), { prop: d } = l(t, n, e, ["settings", "loading"]), { prop: b } = l(t, n, e, [
|
|
1701
1659
|
"settings",
|
|
1702
1660
|
"multiSort"
|
|
1703
|
-
]), { theme:
|
|
1661
|
+
]), { theme: v } = j(s), { prop: h } = l(t, n, e, ["size", "width"]), y = V(() => {
|
|
1704
1662
|
const w = [];
|
|
1705
|
-
return (e.node.slots?.items ?? []).forEach((
|
|
1706
|
-
|
|
1663
|
+
return (e.node.slots?.items ?? []).forEach((k) => {
|
|
1664
|
+
k.column && k.comp && w.push(k);
|
|
1707
1665
|
}), w;
|
|
1708
1666
|
});
|
|
1709
1667
|
return (w, _) => {
|
|
1710
|
-
const
|
|
1711
|
-
return I(), A(
|
|
1668
|
+
const k = L("v-data-table");
|
|
1669
|
+
return I(), A(k, {
|
|
1712
1670
|
density: o(r),
|
|
1713
1671
|
"fixed-footer": o(a),
|
|
1714
1672
|
"fixed-header": o(u),
|
|
@@ -1718,41 +1676,41 @@ const mr = /* @__PURE__ */ _e(cr, [["render", dr]]), pr = /* @__PURE__ */ P({
|
|
|
1718
1676
|
items: o(c),
|
|
1719
1677
|
loading: o(d),
|
|
1720
1678
|
"multi-sort": o(b),
|
|
1721
|
-
theme: o(
|
|
1679
|
+
theme: o(v),
|
|
1722
1680
|
width: o(h)
|
|
1723
1681
|
}, tn({ _: 2 }, [
|
|
1724
1682
|
bi(y.value, ($) => ({
|
|
1725
1683
|
name: `item.${$.column}`,
|
|
1726
|
-
fn: z(({ value:
|
|
1684
|
+
fn: z(({ value: g }) => [
|
|
1727
1685
|
Z(o(fe), {
|
|
1728
1686
|
"ref-context": { refid: $.comp },
|
|
1729
|
-
state: { value:
|
|
1687
|
+
state: { value: g }
|
|
1730
1688
|
}, null, 8, ["ref-context", "state"])
|
|
1731
1689
|
])
|
|
1732
1690
|
}))
|
|
1733
1691
|
]), 1032, ["density", "fixed-footer", "fixed-header", "headers", "height", "hover", "items", "loading", "multi-sort", "theme", "width"]);
|
|
1734
1692
|
};
|
|
1735
1693
|
}
|
|
1736
|
-
}),
|
|
1737
|
-
function
|
|
1738
|
-
const t =
|
|
1694
|
+
}), kr = {};
|
|
1695
|
+
function _r(i, e) {
|
|
1696
|
+
const t = L("v-date-picker");
|
|
1739
1697
|
return I(), A(t);
|
|
1740
1698
|
}
|
|
1741
|
-
const
|
|
1699
|
+
const wr = /* @__PURE__ */ _e(kr, [["render", _r]]), Vr = ["id"], $r = /* @__PURE__ */ P({
|
|
1742
1700
|
__name: "index",
|
|
1743
1701
|
props: {
|
|
1744
1702
|
node: {},
|
|
1745
1703
|
outer: { type: Boolean }
|
|
1746
1704
|
},
|
|
1747
1705
|
setup(i) {
|
|
1748
|
-
const e = i, t =
|
|
1706
|
+
const e = i, t = W(), s = B(), n = V(() => e.node.basic?.id), { open: r } = ki(`runtimeDlg/${hi()}`);
|
|
1749
1707
|
return Oi(s, e, (u) => {
|
|
1750
1708
|
if (t !== "runtime" && t !== "preview" || !s.interpreter)
|
|
1751
1709
|
return;
|
|
1752
1710
|
const { name: f } = u;
|
|
1753
1711
|
f === "open" ? r.value = !0 : f === "close" && (r.value = !1);
|
|
1754
1712
|
}), (u, p) => {
|
|
1755
|
-
const f =
|
|
1713
|
+
const f = L("v-dialog");
|
|
1756
1714
|
return I(), A(f, {
|
|
1757
1715
|
modelValue: o(r),
|
|
1758
1716
|
"onUpdate:modelValue": p[0] || (p[0] = (m) => X(r) ? r.value = m : null),
|
|
@@ -1762,23 +1720,23 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
|
|
|
1762
1720
|
o(t) === "editor" ? (I(), ie("div", {
|
|
1763
1721
|
key: 0,
|
|
1764
1722
|
id: `__node__@${n.value}`
|
|
1765
|
-
}, null, 8,
|
|
1723
|
+
}, null, 8, Vr)) : en("", !0)
|
|
1766
1724
|
]),
|
|
1767
1725
|
default: z(() => [
|
|
1768
|
-
|
|
1726
|
+
U(u.$slots, "default")
|
|
1769
1727
|
]),
|
|
1770
1728
|
_: 3
|
|
1771
1729
|
}, 8, ["modelValue"]);
|
|
1772
1730
|
};
|
|
1773
1731
|
}
|
|
1774
|
-
}),
|
|
1732
|
+
}), Ir = /* @__PURE__ */ P({
|
|
1775
1733
|
__name: "index",
|
|
1776
1734
|
props: {
|
|
1777
1735
|
node: {},
|
|
1778
1736
|
outer: { type: Boolean }
|
|
1779
1737
|
},
|
|
1780
1738
|
setup(i) {
|
|
1781
|
-
const e = i, t =
|
|
1739
|
+
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
1740
|
"settings",
|
|
1783
1741
|
"direction"
|
|
1784
1742
|
]), { prop: u } = l(t, s, e, [
|
|
@@ -1794,8 +1752,8 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
|
|
|
1794
1752
|
"settings",
|
|
1795
1753
|
"singleLine"
|
|
1796
1754
|
]);
|
|
1797
|
-
return (
|
|
1798
|
-
const y =
|
|
1755
|
+
return (v, h) => {
|
|
1756
|
+
const y = L("v-file-input");
|
|
1799
1757
|
return I(), A(y, {
|
|
1800
1758
|
chips: o(n),
|
|
1801
1759
|
density: o(r),
|
|
@@ -1810,107 +1768,107 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
|
|
|
1810
1768
|
}, null, 8, ["chips", "density", "direction", "disabled", "label", "loading", "multiple", "readonly", "reverse", "single-line"]);
|
|
1811
1769
|
};
|
|
1812
1770
|
}
|
|
1813
|
-
}),
|
|
1771
|
+
}), Cr = /* @__PURE__ */ P({
|
|
1814
1772
|
__name: "index",
|
|
1815
1773
|
props: {
|
|
1816
1774
|
node: {},
|
|
1817
1775
|
outer: { type: Boolean }
|
|
1818
1776
|
},
|
|
1819
1777
|
setup(i) {
|
|
1820
|
-
const e = i, t =
|
|
1778
|
+
const e = i, t = W(), s = le(), n = M(), 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
1779
|
"settings",
|
|
1822
1780
|
"backgroundColor"
|
|
1823
|
-
]), { color: b } = Y(n, d),
|
|
1781
|
+
]), { color: b } = Y(n, d), v = (y) => {
|
|
1824
1782
|
b.value && (y.backgroundColor = b.value), y.display = "flex";
|
|
1825
1783
|
const w = Pi(s.value.width), _ = we(w, e.node.settings?.direction);
|
|
1826
1784
|
_ === "row" ? y.flexDirection = "row" : _ === "rowReverse" ? y.flexDirection = "row-reverse" : _ === "column" ? y.flexDirection = "column" : _ === "columnReverse" && (y.flexDirection = "column-reverse");
|
|
1827
|
-
const
|
|
1828
|
-
|
|
1785
|
+
const k = we(w, e.node.settings?.wrap);
|
|
1786
|
+
k === "no" ? y.flexWrap = "nowrap" : k === "yes" ? y.flexWrap = "wrap" : k === "reverse" && (y.flexWrap = "wrap-reverse");
|
|
1829
1787
|
const $ = we(w, e.node.settings?.mainAlign);
|
|
1830
1788
|
$ === "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
|
|
1832
|
-
|
|
1789
|
+
const g = we(w, e.node.settings?.crossAlign);
|
|
1790
|
+
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
1791
|
}, h = V(() => {
|
|
1834
1792
|
const y = {}, w = a.value.type;
|
|
1835
|
-
return r === "page" ? w === "common" ? (p(y), f(y), m(y), c(y),
|
|
1793
|
+
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
1794
|
});
|
|
1837
1795
|
return (y, w) => (I(), ie("div", {
|
|
1838
1796
|
style: oe(h.value)
|
|
1839
1797
|
}, [
|
|
1840
|
-
|
|
1798
|
+
U(y.$slots, "default")
|
|
1841
1799
|
], 4));
|
|
1842
1800
|
}
|
|
1843
|
-
}),
|
|
1801
|
+
}), Sr = /* @__PURE__ */ P({
|
|
1844
1802
|
__name: "index",
|
|
1845
1803
|
props: {
|
|
1846
1804
|
node: {},
|
|
1847
1805
|
outer: { type: Boolean }
|
|
1848
1806
|
},
|
|
1849
1807
|
setup(i) {
|
|
1850
|
-
const e = i, t =
|
|
1808
|
+
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
1809
|
const c = {}, d = r.value.type;
|
|
1852
1810
|
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
1811
|
});
|
|
1854
1812
|
return (c, d) => (I(), ie("div", {
|
|
1855
1813
|
style: oe(m.value)
|
|
1856
1814
|
}, [
|
|
1857
|
-
|
|
1815
|
+
U(c.$slots, "default")
|
|
1858
1816
|
], 4));
|
|
1859
1817
|
}
|
|
1860
|
-
}),
|
|
1818
|
+
}), Tr = /* @__PURE__ */ P({
|
|
1861
1819
|
__name: "index",
|
|
1862
1820
|
props: {
|
|
1863
1821
|
node: {},
|
|
1864
1822
|
outer: { type: Boolean }
|
|
1865
1823
|
},
|
|
1866
1824
|
setup(i) {
|
|
1867
|
-
const e = i, t =
|
|
1825
|
+
const e = i, t = W(), s = le(), n = M(), r = ae(), a = ue(), u = B(), { prop: p } = l(t, u, e, ["settings", "valid"]), { prop: f } = l(t, u, e, [
|
|
1868
1826
|
"settings",
|
|
1869
1827
|
"fastFail"
|
|
1870
1828
|
]), { prop: m } = l(t, u, e, [
|
|
1871
1829
|
"settings",
|
|
1872
1830
|
"backgroundColor"
|
|
1873
|
-
]), { color: c } = Y(n, m), { applySize: d } = pe(t, s, e), { applyMargin: b } = sn(e), { applyPadding:
|
|
1874
|
-
const _ = {},
|
|
1875
|
-
return r === "page" ?
|
|
1831
|
+
]), { 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(() => {
|
|
1832
|
+
const _ = {}, k = a.value.type;
|
|
1833
|
+
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
1834
|
}), w = () => {
|
|
1877
1835
|
if (t !== "runtime" && t !== "preview")
|
|
1878
1836
|
return;
|
|
1879
1837
|
const _ = u.interpreter;
|
|
1880
1838
|
if (!_)
|
|
1881
1839
|
return;
|
|
1882
|
-
const
|
|
1883
|
-
_.appendCode(`__triggerEvent__('${
|
|
1840
|
+
const k = _.nativeToPseudo(e.node.basic.id);
|
|
1841
|
+
_.appendCode(`__triggerEvent__('${k}', 'submit')`), _.run();
|
|
1884
1842
|
};
|
|
1885
|
-
return (_,
|
|
1886
|
-
const $ =
|
|
1843
|
+
return (_, k) => {
|
|
1844
|
+
const $ = L("v-form");
|
|
1887
1845
|
return I(), A($, {
|
|
1888
1846
|
modelValue: o(p),
|
|
1889
|
-
"onUpdate:modelValue":
|
|
1847
|
+
"onUpdate:modelValue": k[0] || (k[0] = (g) => X(p) ? p.value = g : null),
|
|
1890
1848
|
"fast-fail": o(f),
|
|
1891
1849
|
style: oe(y.value),
|
|
1892
1850
|
onSubmit: mo(w, ["prevent"])
|
|
1893
1851
|
}, {
|
|
1894
1852
|
default: z(() => [
|
|
1895
|
-
|
|
1853
|
+
U(_.$slots, "default")
|
|
1896
1854
|
]),
|
|
1897
1855
|
_: 3
|
|
1898
1856
|
}, 8, ["modelValue", "fast-fail", "style"]);
|
|
1899
1857
|
};
|
|
1900
1858
|
}
|
|
1901
|
-
}),
|
|
1859
|
+
}), zr = /* @__PURE__ */ P({
|
|
1902
1860
|
__name: "index",
|
|
1903
1861
|
props: {
|
|
1904
1862
|
node: {},
|
|
1905
1863
|
outer: { type: Boolean }
|
|
1906
1864
|
},
|
|
1907
1865
|
setup(i) {
|
|
1908
|
-
const e = i, t =
|
|
1866
|
+
const e = i, t = W(), s = M(), n = B(), { prop: r } = l(t, n, e, ["settings", "color"]), { color: a } = Y(s, r), { prop: u } = l(t, n, e, [
|
|
1909
1867
|
"settings",
|
|
1910
1868
|
"disabled"
|
|
1911
|
-
]), { prop: p } = l(t, n, e, ["settings", "icon"]), { prop: f } = l(t, n, e, ["settings", "size"]), { theme: m } =
|
|
1869
|
+
]), { prop: p } = l(t, n, e, ["settings", "icon"]), { prop: f } = l(t, n, e, ["settings", "size"]), { theme: m } = j(s);
|
|
1912
1870
|
return (c, d) => {
|
|
1913
|
-
const b =
|
|
1871
|
+
const b = L("v-icon");
|
|
1914
1872
|
return I(), A(b, {
|
|
1915
1873
|
color: o(a),
|
|
1916
1874
|
disabled: o(u),
|
|
@@ -1920,14 +1878,14 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
|
|
|
1920
1878
|
}, null, 8, ["color", "disabled", "icon", "size", "theme"]);
|
|
1921
1879
|
};
|
|
1922
1880
|
}
|
|
1923
|
-
}),
|
|
1881
|
+
}), Ar = ["id"], Pr = /* @__PURE__ */ P({
|
|
1924
1882
|
__name: "index",
|
|
1925
1883
|
props: {
|
|
1926
1884
|
node: {},
|
|
1927
1885
|
outer: { type: Boolean }
|
|
1928
1886
|
},
|
|
1929
1887
|
setup(i) {
|
|
1930
|
-
const e = i, t =
|
|
1888
|
+
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
1889
|
return Oi(s, e, (m) => {
|
|
1932
1890
|
if (t !== "runtime" && t !== "preview")
|
|
1933
1891
|
return;
|
|
@@ -1937,7 +1895,7 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
|
|
|
1937
1895
|
const { name: d } = m;
|
|
1938
1896
|
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
1897
|
}), (m, c) => {
|
|
1940
|
-
const d =
|
|
1898
|
+
const d = L("v-menu");
|
|
1941
1899
|
return I(), A(d, {
|
|
1942
1900
|
modelValue: o(p),
|
|
1943
1901
|
"onUpdate:modelValue": c[0] || (c[0] = (b) => X(p) ? p.value = b : null),
|
|
@@ -1950,10 +1908,10 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
|
|
|
1950
1908
|
o(t) === "editor" ? (I(), ie("div", {
|
|
1951
1909
|
key: 0,
|
|
1952
1910
|
id: `__node__@${u.value}`
|
|
1953
|
-
}, null, 8,
|
|
1911
|
+
}, null, 8, Ar)) : en("", !0)
|
|
1954
1912
|
]),
|
|
1955
1913
|
default: z(() => [
|
|
1956
|
-
|
|
1914
|
+
U(m.$slots, "default")
|
|
1957
1915
|
]),
|
|
1958
1916
|
_: 3
|
|
1959
1917
|
}, 8, ["modelValue", "target"]);
|
|
@@ -1966,7 +1924,7 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
|
|
|
1966
1924
|
outer: { type: Boolean }
|
|
1967
1925
|
},
|
|
1968
1926
|
setup(i) {
|
|
1969
|
-
const e = i, t =
|
|
1927
|
+
const e = i, t = W(), s = M(), n = B(), { prop: r } = l(t, n, e, [
|
|
1970
1928
|
"settings",
|
|
1971
1929
|
"addIcon",
|
|
1972
1930
|
"append"
|
|
@@ -1980,7 +1938,7 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
|
|
|
1980
1938
|
]), { prop: p } = l(t, n, e, [
|
|
1981
1939
|
"settings",
|
|
1982
1940
|
"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:
|
|
1941
|
+
]), { 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
1942
|
"settings",
|
|
1985
1943
|
"placeholder"
|
|
1986
1944
|
]), { prop: y } = l(t, n, e, [
|
|
@@ -1990,19 +1948,19 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
|
|
|
1990
1948
|
"settings",
|
|
1991
1949
|
"addIcon",
|
|
1992
1950
|
"prepend"
|
|
1993
|
-
]), { prop:
|
|
1951
|
+
]), { prop: k } = l(t, n, e, [
|
|
1994
1952
|
"settings",
|
|
1995
1953
|
"addIcon",
|
|
1996
1954
|
"prependInner"
|
|
1997
1955
|
]), { prop: $ } = l(t, n, e, [
|
|
1998
1956
|
"settings",
|
|
1999
1957
|
"readonly"
|
|
2000
|
-
]), { prop:
|
|
1958
|
+
]), { prop: g } = l(t, n, e, ["settings", "reverse"]), { prop: T } = l(t, n, e, [
|
|
2001
1959
|
"settings",
|
|
2002
1960
|
"singleLine"
|
|
2003
|
-
]), { prop:
|
|
1961
|
+
]), { prop: N } = l(t, n, e, ["settings", "step"]), { prop: F } = 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
1962
|
return (te, ne) => {
|
|
2005
|
-
const ce =
|
|
1963
|
+
const ce = L("v-number-input");
|
|
2006
1964
|
return I(), A(o(ee), null, {
|
|
2007
1965
|
default: z(() => [
|
|
2008
1966
|
Z(ce, {
|
|
@@ -2017,18 +1975,18 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
|
|
|
2017
1975
|
max: o(c),
|
|
2018
1976
|
"max-width": o(d),
|
|
2019
1977
|
min: o(b),
|
|
2020
|
-
"min-width": o(
|
|
1978
|
+
"min-width": o(v),
|
|
2021
1979
|
placeholder: o(h),
|
|
2022
1980
|
precision: o(y),
|
|
2023
1981
|
prefix: o(w),
|
|
2024
1982
|
"prepend-icon": o(_),
|
|
2025
|
-
"prepend-inner-icon": o(
|
|
1983
|
+
"prepend-inner-icon": o(k),
|
|
2026
1984
|
readonly: o($),
|
|
2027
|
-
reverse: o(
|
|
2028
|
-
"single-line": o(
|
|
2029
|
-
step: o(
|
|
1985
|
+
reverse: o(g),
|
|
1986
|
+
"single-line": o(T),
|
|
1987
|
+
step: o(N),
|
|
2030
1988
|
suffix: o(F),
|
|
2031
|
-
theme: o(
|
|
1989
|
+
theme: o(S),
|
|
2032
1990
|
variant: o(K),
|
|
2033
1991
|
width: o(O)
|
|
2034
1992
|
}, 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"])
|
|
@@ -2044,23 +2002,23 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
|
|
|
2044
2002
|
outer: { type: Boolean }
|
|
2045
2003
|
},
|
|
2046
2004
|
setup(i) {
|
|
2047
|
-
const e = i, t =
|
|
2005
|
+
const e = i, t = W(), s = M(), n = B(), { prop: r } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
|
|
2048
2006
|
"settings",
|
|
2049
2007
|
"disabled"
|
|
2050
2008
|
]), { prop: u } = l(t, n, e, ["settings", "length"]), { prop: p } = l(t, n, e, [
|
|
2051
2009
|
"settings",
|
|
2052
2010
|
"showFirstLastPage"
|
|
2053
|
-
]), { prop: f } = l(t, n, e, ["settings", "size"]), { prop: m } = l(t, n, e, ["settings", "start"]), { theme: c } =
|
|
2011
|
+
]), { 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
2012
|
const y = {};
|
|
2055
2013
|
return t === "editor" && (y.pointerEvents = "none"), y;
|
|
2056
2014
|
});
|
|
2057
2015
|
return (y, w) => {
|
|
2058
|
-
const _ =
|
|
2016
|
+
const _ = L("v-pagination");
|
|
2059
2017
|
return I(), A(o(ee), null, {
|
|
2060
2018
|
default: z(() => [
|
|
2061
2019
|
Z(_, {
|
|
2062
2020
|
modelValue: o(b),
|
|
2063
|
-
"onUpdate:modelValue": w[0] || (w[0] = (
|
|
2021
|
+
"onUpdate:modelValue": w[0] || (w[0] = (k) => X(b) ? b.value = k : null),
|
|
2064
2022
|
density: o(r),
|
|
2065
2023
|
disabled: o(a),
|
|
2066
2024
|
length: o(u),
|
|
@@ -2070,7 +2028,7 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
|
|
|
2070
2028
|
style: oe(h.value),
|
|
2071
2029
|
theme: o(c),
|
|
2072
2030
|
tile: o(d),
|
|
2073
|
-
variant: o(
|
|
2031
|
+
variant: o(v)
|
|
2074
2032
|
}, null, 8, ["modelValue", "density", "disabled", "length", "show-first-last-page", "size", "start", "style", "theme", "tile", "variant"])
|
|
2075
2033
|
]),
|
|
2076
2034
|
_: 1
|
|
@@ -2084,15 +2042,15 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
|
|
|
2084
2042
|
outer: { type: Boolean }
|
|
2085
2043
|
},
|
|
2086
2044
|
setup(i) {
|
|
2087
|
-
const e = i, t =
|
|
2045
|
+
const e = i, t = W(), s = M(), 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
2046
|
"settings",
|
|
2089
2047
|
"disabled"
|
|
2090
2048
|
]), { prop: f } = l(t, n, e, ["settings", "label"]), { prop: m } = l(t, n, e, [
|
|
2091
2049
|
"settings",
|
|
2092
2050
|
"readonly"
|
|
2093
|
-
]), { theme: c } =
|
|
2094
|
-
return (b,
|
|
2095
|
-
const h =
|
|
2051
|
+
]), { theme: c } = j(s), { prop: d } = l(t, n, e, ["settings", "value"]);
|
|
2052
|
+
return (b, v) => {
|
|
2053
|
+
const h = L("v-radio");
|
|
2096
2054
|
return I(), A(h, {
|
|
2097
2055
|
color: o(a),
|
|
2098
2056
|
density: o(u),
|
|
@@ -2104,14 +2062,14 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
|
|
|
2104
2062
|
}, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
|
|
2105
2063
|
};
|
|
2106
2064
|
}
|
|
2107
|
-
}),
|
|
2065
|
+
}), Nr = /* @__PURE__ */ P({
|
|
2108
2066
|
__name: "index",
|
|
2109
2067
|
props: {
|
|
2110
2068
|
node: {},
|
|
2111
2069
|
outer: { type: Boolean }
|
|
2112
2070
|
},
|
|
2113
2071
|
setup(i) {
|
|
2114
|
-
const e = i, t =
|
|
2072
|
+
const e = i, t = W(), s = M(), n = B(), { prop: r } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
|
|
2115
2073
|
"settings",
|
|
2116
2074
|
"direction"
|
|
2117
2075
|
]), { prop: u } = l(t, n, e, [
|
|
@@ -2120,12 +2078,12 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
|
|
|
2120
2078
|
]), { prop: p } = l(t, n, e, ["settings", "inline"]), { prop: f } = l(t, n, e, [
|
|
2121
2079
|
"settings",
|
|
2122
2080
|
"readonly"
|
|
2123
|
-
]), { theme: m } =
|
|
2081
|
+
]), { theme: m } = j(s), { prop: c } = l(t, n, e, ["settings", "value"]);
|
|
2124
2082
|
return (d, b) => {
|
|
2125
|
-
const
|
|
2083
|
+
const v = L("v-radio-group");
|
|
2126
2084
|
return I(), A(o(ee), null, {
|
|
2127
2085
|
default: z(() => [
|
|
2128
|
-
Z(
|
|
2086
|
+
Z(v, {
|
|
2129
2087
|
modelValue: o(c),
|
|
2130
2088
|
"onUpdate:modelValue": b[0] || (b[0] = (h) => X(c) ? c.value = h : null),
|
|
2131
2089
|
density: o(r),
|
|
@@ -2136,7 +2094,7 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
|
|
|
2136
2094
|
theme: o(m)
|
|
2137
2095
|
}, {
|
|
2138
2096
|
default: z(() => [
|
|
2139
|
-
|
|
2097
|
+
U(d.$slots, "default")
|
|
2140
2098
|
]),
|
|
2141
2099
|
_: 3
|
|
2142
2100
|
}, 8, ["modelValue", "density", "direction", "disabled", "inline", "readonly", "theme"])
|
|
@@ -2145,14 +2103,14 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
|
|
|
2145
2103
|
});
|
|
2146
2104
|
};
|
|
2147
2105
|
}
|
|
2148
|
-
}),
|
|
2106
|
+
}), Rr = /* @__PURE__ */ P({
|
|
2149
2107
|
__name: "index",
|
|
2150
2108
|
props: {
|
|
2151
2109
|
node: {},
|
|
2152
2110
|
outer: { type: Boolean }
|
|
2153
2111
|
},
|
|
2154
2112
|
setup(i) {
|
|
2155
|
-
const e = i, t =
|
|
2113
|
+
const e = i, t = W(), s = M(), n = B(), { prop: r } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
|
|
2156
2114
|
"settings",
|
|
2157
2115
|
"direction"
|
|
2158
2116
|
]), { prop: u } = l(t, n, e, [
|
|
@@ -2167,12 +2125,12 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
|
|
|
2167
2125
|
]), { prop: b } = l(t, n, e, [
|
|
2168
2126
|
"settings",
|
|
2169
2127
|
"showTicks"
|
|
2170
|
-
]),
|
|
2128
|
+
]), v = V(() => {
|
|
2171
2129
|
if (b.value === "always")
|
|
2172
2130
|
return "always";
|
|
2173
2131
|
if (b.value === "show")
|
|
2174
2132
|
return !0;
|
|
2175
|
-
}), { prop: h } = l(t, n, e, ["settings", "step"]), { theme: y } =
|
|
2133
|
+
}), { prop: h } = l(t, n, e, ["settings", "step"]), { theme: y } = j(s), { prop: w } = l(t, n, e, [
|
|
2176
2134
|
"settings",
|
|
2177
2135
|
"thumbLabel"
|
|
2178
2136
|
]), _ = V(() => {
|
|
@@ -2180,10 +2138,10 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
|
|
|
2180
2138
|
return "always";
|
|
2181
2139
|
if (w.value === "show")
|
|
2182
2140
|
return !0;
|
|
2183
|
-
}), { prop:
|
|
2141
|
+
}), { prop: k } = l(t, n, e, [
|
|
2184
2142
|
"settings",
|
|
2185
2143
|
"thumbSize"
|
|
2186
|
-
]), { prop: $ } = l(t, n, e, ["settings", "ticks"]),
|
|
2144
|
+
]), { prop: $ } = l(t, n, e, ["settings", "ticks"]), g = V(() => {
|
|
2187
2145
|
if (!$.value)
|
|
2188
2146
|
return;
|
|
2189
2147
|
const H = {};
|
|
@@ -2191,10 +2149,10 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
|
|
|
2191
2149
|
H[K] = O;
|
|
2192
2150
|
if (!Vi(H))
|
|
2193
2151
|
return H;
|
|
2194
|
-
}), { prop:
|
|
2152
|
+
}), { prop: T } = l(t, n, e, [
|
|
2195
2153
|
"settings",
|
|
2196
2154
|
"tickSize"
|
|
2197
|
-
]), { prop:
|
|
2155
|
+
]), { prop: N } = l(t, n, e, [
|
|
2198
2156
|
"settings",
|
|
2199
2157
|
"value",
|
|
2200
2158
|
"start"
|
|
@@ -2202,22 +2160,22 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
|
|
|
2202
2160
|
"settings",
|
|
2203
2161
|
"value",
|
|
2204
2162
|
"end"
|
|
2205
|
-
]),
|
|
2206
|
-
get: () => [
|
|
2163
|
+
]), S = V({
|
|
2164
|
+
get: () => [N.value, F.value],
|
|
2207
2165
|
set: ([H, K]) => {
|
|
2208
|
-
|
|
2166
|
+
N.value = H, F.value = K;
|
|
2209
2167
|
}
|
|
2210
2168
|
});
|
|
2211
2169
|
return (H, K) => {
|
|
2212
|
-
const O =
|
|
2170
|
+
const O = L("v-range-slider");
|
|
2213
2171
|
return I(), A(o(ee), {
|
|
2214
|
-
modelValue:
|
|
2215
|
-
"onUpdate:modelValue": K[1] || (K[1] = (te) =>
|
|
2172
|
+
modelValue: S.value,
|
|
2173
|
+
"onUpdate:modelValue": K[1] || (K[1] = (te) => S.value = te)
|
|
2216
2174
|
}, {
|
|
2217
2175
|
default: z(() => [
|
|
2218
2176
|
Z(O, {
|
|
2219
|
-
modelValue:
|
|
2220
|
-
"onUpdate:modelValue": K[0] || (K[0] = (te) =>
|
|
2177
|
+
modelValue: S.value,
|
|
2178
|
+
"onUpdate:modelValue": K[0] || (K[0] = (te) => S.value = te),
|
|
2221
2179
|
density: o(r),
|
|
2222
2180
|
direction: o(a),
|
|
2223
2181
|
disabled: o(u),
|
|
@@ -2226,27 +2184,27 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
|
|
|
2226
2184
|
max: o(m),
|
|
2227
2185
|
min: o(c),
|
|
2228
2186
|
readonly: o(d),
|
|
2229
|
-
"show-ticks":
|
|
2187
|
+
"show-ticks": v.value,
|
|
2230
2188
|
step: o(h),
|
|
2231
2189
|
theme: o(y),
|
|
2232
2190
|
"thumb-label": _.value,
|
|
2233
|
-
"thumb-size": o(
|
|
2234
|
-
"tick-size": o(
|
|
2235
|
-
ticks:
|
|
2191
|
+
"thumb-size": o(k),
|
|
2192
|
+
"tick-size": o(T),
|
|
2193
|
+
ticks: g.value
|
|
2236
2194
|
}, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "label", "max", "min", "readonly", "show-ticks", "step", "theme", "thumb-label", "thumb-size", "tick-size", "ticks"])
|
|
2237
2195
|
]),
|
|
2238
2196
|
_: 1
|
|
2239
2197
|
}, 8, ["modelValue"]);
|
|
2240
2198
|
};
|
|
2241
2199
|
}
|
|
2242
|
-
}),
|
|
2200
|
+
}), Dr = /* @__PURE__ */ P({
|
|
2243
2201
|
__name: "index",
|
|
2244
2202
|
props: {
|
|
2245
2203
|
node: {},
|
|
2246
2204
|
outer: { type: Boolean }
|
|
2247
2205
|
},
|
|
2248
2206
|
setup(i) {
|
|
2249
|
-
const e = i, t =
|
|
2207
|
+
const e = i, t = W(), s = M(), n = B(), { prop: r } = l(t, n, e, [
|
|
2250
2208
|
"settings",
|
|
2251
2209
|
"clearable"
|
|
2252
2210
|
]), { prop: a } = l(t, n, e, ["settings", "density"]), { prop: u } = l(t, n, e, [
|
|
@@ -2258,9 +2216,9 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
|
|
|
2258
2216
|
]), { prop: f } = l(t, n, e, ["settings", "hover"]), { prop: m } = l(t, n, e, ["settings", "length"]), { prop: c } = l(t, n, e, [
|
|
2259
2217
|
"settings",
|
|
2260
2218
|
"readonly"
|
|
2261
|
-
]), { theme: d } =
|
|
2262
|
-
return (
|
|
2263
|
-
const y =
|
|
2219
|
+
]), { theme: d } = j(s), { prop: b } = l(t, n, e, ["settings", "value"]);
|
|
2220
|
+
return (v, h) => {
|
|
2221
|
+
const y = L("v-rating");
|
|
2264
2222
|
return I(), A(o(ee), { "fit-content": !0 }, {
|
|
2265
2223
|
default: z(() => [
|
|
2266
2224
|
Z(y, {
|
|
@@ -2280,14 +2238,14 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
|
|
|
2280
2238
|
});
|
|
2281
2239
|
};
|
|
2282
2240
|
}
|
|
2283
|
-
}),
|
|
2241
|
+
}), Er = /* @__PURE__ */ P({
|
|
2284
2242
|
__name: "index",
|
|
2285
2243
|
props: {
|
|
2286
2244
|
node: {},
|
|
2287
2245
|
outer: { type: Boolean }
|
|
2288
2246
|
},
|
|
2289
2247
|
setup(i) {
|
|
2290
|
-
const e = i, t =
|
|
2248
|
+
const e = i, t = W(), s = M(), n = B(), { prop: r } = l(t, n, e, [
|
|
2291
2249
|
"settings",
|
|
2292
2250
|
"hideDetails"
|
|
2293
2251
|
]), { prop: a } = l(t, n, e, ["settings", "label"]), { prop: u } = l(t, n, e, [
|
|
@@ -2299,12 +2257,12 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
|
|
|
2299
2257
|
]), { prop: f } = l(t, n, e, [
|
|
2300
2258
|
"settings",
|
|
2301
2259
|
"singleLine"
|
|
2302
|
-
]), { theme: m } =
|
|
2260
|
+
]), { theme: m } = j(s), { prop: c } = l(t, n, e, ["settings", "value"]);
|
|
2303
2261
|
return (d, b) => {
|
|
2304
|
-
const
|
|
2262
|
+
const v = L("v-select");
|
|
2305
2263
|
return I(), A(o(ee), null, {
|
|
2306
2264
|
default: z(() => [
|
|
2307
|
-
Z(
|
|
2265
|
+
Z(v, {
|
|
2308
2266
|
modelValue: o(c),
|
|
2309
2267
|
"onUpdate:modelValue": b[0] || (b[0] = (h) => X(c) ? c.value = h : null),
|
|
2310
2268
|
"hide-details": o(r),
|
|
@@ -2319,14 +2277,14 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
|
|
|
2319
2277
|
});
|
|
2320
2278
|
};
|
|
2321
2279
|
}
|
|
2322
|
-
}),
|
|
2280
|
+
}), Mr = /* @__PURE__ */ P({
|
|
2323
2281
|
__name: "index",
|
|
2324
2282
|
props: {
|
|
2325
2283
|
node: {},
|
|
2326
2284
|
outer: { type: Boolean }
|
|
2327
2285
|
},
|
|
2328
2286
|
setup(i) {
|
|
2329
|
-
const e = i, t =
|
|
2287
|
+
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
2288
|
"settings",
|
|
2331
2289
|
"direction"
|
|
2332
2290
|
]), { prop: p } = l(t, n, e, [
|
|
@@ -2338,7 +2296,7 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
|
|
|
2338
2296
|
]), { 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
2297
|
"settings",
|
|
2340
2298
|
"readonly"
|
|
2341
|
-
]), { prop:
|
|
2299
|
+
]), { prop: v } = l(t, n, e, ["settings", "reverse"]), { prop: h } = l(t, n, e, [
|
|
2342
2300
|
"settings",
|
|
2343
2301
|
"showTicks"
|
|
2344
2302
|
]), y = V(() => {
|
|
@@ -2346,26 +2304,26 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
|
|
|
2346
2304
|
return "always";
|
|
2347
2305
|
if (h.value === "show")
|
|
2348
2306
|
return !0;
|
|
2349
|
-
}), { prop: w } = l(t, n, e, ["settings", "step"]), { theme: _ } =
|
|
2307
|
+
}), { prop: w } = l(t, n, e, ["settings", "step"]), { theme: _ } = j(s), { prop: k } = l(t, n, e, [
|
|
2350
2308
|
"settings",
|
|
2351
2309
|
"thumbColor"
|
|
2352
|
-
]), { color: $ } = Y(s,
|
|
2310
|
+
]), { color: $ } = Y(s, k), { prop: g } = l(t, n, e, [
|
|
2353
2311
|
"settings",
|
|
2354
2312
|
"thumbLabel"
|
|
2355
|
-
]),
|
|
2356
|
-
if (
|
|
2313
|
+
]), T = V(() => {
|
|
2314
|
+
if (g.value === "always")
|
|
2357
2315
|
return "always";
|
|
2358
|
-
if (
|
|
2316
|
+
if (g.value === "show")
|
|
2359
2317
|
return !0;
|
|
2360
|
-
}), { prop:
|
|
2318
|
+
}), { prop: N } = l(t, n, e, [
|
|
2361
2319
|
"settings",
|
|
2362
2320
|
"thumbSize"
|
|
2363
|
-
]), { prop: F } = l(t, n, e, ["settings", "ticks"]),
|
|
2321
|
+
]), { prop: F } = l(t, n, e, ["settings", "ticks"]), S = V(() => {
|
|
2364
2322
|
if (!F.value)
|
|
2365
2323
|
return;
|
|
2366
2324
|
const de = {};
|
|
2367
|
-
for (const { value: Ce, label:
|
|
2368
|
-
de[Ce] =
|
|
2325
|
+
for (const { value: Ce, label: Le } of F.value)
|
|
2326
|
+
de[Ce] = Le;
|
|
2369
2327
|
if (!Vi(de))
|
|
2370
2328
|
return de;
|
|
2371
2329
|
}), { prop: H } = l(t, n, e, [
|
|
@@ -2379,10 +2337,10 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
|
|
|
2379
2337
|
"prepend"
|
|
2380
2338
|
]);
|
|
2381
2339
|
return (de, Ce) => {
|
|
2382
|
-
const
|
|
2340
|
+
const Le = L("v-slider");
|
|
2383
2341
|
return I(), A(o(ee), null, {
|
|
2384
2342
|
default: z(() => [
|
|
2385
|
-
Z(
|
|
2343
|
+
Z(Le, {
|
|
2386
2344
|
modelValue: o(te),
|
|
2387
2345
|
"onUpdate:modelValue": Ce[0] || (Ce[0] = (lo) => X(te) ? te.value = lo : null),
|
|
2388
2346
|
color: o(a),
|
|
@@ -2393,15 +2351,15 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
|
|
|
2393
2351
|
max: o(c),
|
|
2394
2352
|
min: o(d),
|
|
2395
2353
|
readonly: o(b),
|
|
2396
|
-
reverse: o(
|
|
2354
|
+
reverse: o(v),
|
|
2397
2355
|
"show-ticks": y.value,
|
|
2398
2356
|
step: o(w),
|
|
2399
2357
|
theme: o(_),
|
|
2400
2358
|
"thumb-color": o($),
|
|
2401
|
-
"thumb-label":
|
|
2402
|
-
"thumb-size": o(
|
|
2359
|
+
"thumb-label": T.value,
|
|
2360
|
+
"thumb-size": o(N),
|
|
2403
2361
|
"tick-size": o(H),
|
|
2404
|
-
ticks:
|
|
2362
|
+
ticks: S.value,
|
|
2405
2363
|
"track-color": o(O)
|
|
2406
2364
|
}, tn({ _: 2 }, [
|
|
2407
2365
|
o(ne) ? {
|
|
@@ -2430,19 +2388,19 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
|
|
|
2430
2388
|
});
|
|
2431
2389
|
};
|
|
2432
2390
|
}
|
|
2433
|
-
}),
|
|
2391
|
+
}), Fr = /* @__PURE__ */ P({
|
|
2434
2392
|
__name: "index",
|
|
2435
2393
|
props: {
|
|
2436
2394
|
node: {},
|
|
2437
2395
|
outer: { type: Boolean }
|
|
2438
2396
|
},
|
|
2439
2397
|
setup(i) {
|
|
2440
|
-
const e = i, t =
|
|
2398
|
+
const e = i, t = W(), s = M(), n = B(), { prop: r } = l(t, n, e, [
|
|
2441
2399
|
"settings",
|
|
2442
2400
|
"hideActions"
|
|
2443
|
-
]), { theme: a } =
|
|
2401
|
+
]), { theme: a } = j(s), { prop: u } = l(t, n, e, ["settings", "value"]);
|
|
2444
2402
|
return (p, f) => {
|
|
2445
|
-
const m =
|
|
2403
|
+
const m = L("v-stepper");
|
|
2446
2404
|
return I(), A(m, {
|
|
2447
2405
|
modelValue: o(u),
|
|
2448
2406
|
"onUpdate:modelValue": f[0] || (f[0] = (c) => X(u) ? u.value = c : null),
|
|
@@ -2450,76 +2408,76 @@ const Vr = /* @__PURE__ */ _e(_r, [["render", wr]]), $r = ["id"], Ir = /* @__PUR
|
|
|
2450
2408
|
theme: o(a)
|
|
2451
2409
|
}, {
|
|
2452
2410
|
default: z(() => [
|
|
2453
|
-
|
|
2411
|
+
U(p.$slots, "default")
|
|
2454
2412
|
]),
|
|
2455
2413
|
_: 3
|
|
2456
2414
|
}, 8, ["modelValue", "hide-actions", "theme"]);
|
|
2457
2415
|
};
|
|
2458
2416
|
}
|
|
2459
|
-
}),
|
|
2417
|
+
}), Hr = {};
|
|
2460
2418
|
function jr(i, e) {
|
|
2461
|
-
const t =
|
|
2419
|
+
const t = L("v-stepper-header");
|
|
2462
2420
|
return I(), A(t, null, {
|
|
2463
2421
|
default: z(() => [
|
|
2464
|
-
|
|
2422
|
+
U(i.$slots, "default")
|
|
2465
2423
|
]),
|
|
2466
2424
|
_: 3
|
|
2467
2425
|
});
|
|
2468
2426
|
}
|
|
2469
|
-
const
|
|
2427
|
+
const Ur = /* @__PURE__ */ _e(Hr, [["render", jr]]), Gr = /* @__PURE__ */ P({
|
|
2470
2428
|
__name: "index",
|
|
2471
2429
|
props: {
|
|
2472
2430
|
node: {},
|
|
2473
2431
|
outer: { type: Boolean }
|
|
2474
2432
|
},
|
|
2475
2433
|
setup(i) {
|
|
2476
|
-
const e = i, t =
|
|
2434
|
+
const e = i, t = W(), s = B(), { prop: n } = l(t, s, e, ["settings", "value"]);
|
|
2477
2435
|
return (r, a) => {
|
|
2478
|
-
const u =
|
|
2436
|
+
const u = L("v-stepper-item");
|
|
2479
2437
|
return I(), A(u, { value: o(n) }, {
|
|
2480
2438
|
default: z(() => [
|
|
2481
|
-
|
|
2439
|
+
U(r.$slots, "default")
|
|
2482
2440
|
]),
|
|
2483
2441
|
_: 3
|
|
2484
2442
|
}, 8, ["value"]);
|
|
2485
2443
|
};
|
|
2486
2444
|
}
|
|
2487
|
-
}),
|
|
2488
|
-
function
|
|
2489
|
-
const t =
|
|
2445
|
+
}), Or = {};
|
|
2446
|
+
function Kr(i, e) {
|
|
2447
|
+
const t = L("v-stepper-window");
|
|
2490
2448
|
return I(), A(t, null, {
|
|
2491
2449
|
default: z(() => [
|
|
2492
|
-
|
|
2450
|
+
U(i.$slots, "default")
|
|
2493
2451
|
]),
|
|
2494
2452
|
_: 3
|
|
2495
2453
|
});
|
|
2496
2454
|
}
|
|
2497
|
-
const
|
|
2455
|
+
const Zr = /* @__PURE__ */ _e(Or, [["render", Kr]]), qr = /* @__PURE__ */ P({
|
|
2498
2456
|
__name: "index",
|
|
2499
2457
|
props: {
|
|
2500
2458
|
node: {},
|
|
2501
2459
|
outer: { type: Boolean }
|
|
2502
2460
|
},
|
|
2503
2461
|
setup(i) {
|
|
2504
|
-
const e = i, t =
|
|
2462
|
+
const e = i, t = W(), s = B(), { prop: n } = l(t, s, e, ["settings", "value"]);
|
|
2505
2463
|
return (r, a) => {
|
|
2506
|
-
const u =
|
|
2464
|
+
const u = L("v-stepper-window-item");
|
|
2507
2465
|
return I(), A(u, { value: o(n) }, {
|
|
2508
2466
|
default: z(() => [
|
|
2509
|
-
|
|
2467
|
+
U(r.$slots, "default")
|
|
2510
2468
|
]),
|
|
2511
2469
|
_: 3
|
|
2512
2470
|
}, 8, ["value"]);
|
|
2513
2471
|
};
|
|
2514
2472
|
}
|
|
2515
|
-
}),
|
|
2473
|
+
}), Jr = /* @__PURE__ */ P({
|
|
2516
2474
|
__name: "index",
|
|
2517
2475
|
props: {
|
|
2518
2476
|
node: {},
|
|
2519
2477
|
outer: { type: Boolean }
|
|
2520
2478
|
},
|
|
2521
2479
|
setup(i) {
|
|
2522
|
-
const e = i, t =
|
|
2480
|
+
const e = i, t = W(), s = M(), n = B(), { prop: r } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
|
|
2523
2481
|
"settings",
|
|
2524
2482
|
"direction"
|
|
2525
2483
|
]), { prop: u } = l(t, n, e, [
|
|
@@ -2531,14 +2489,14 @@ const qr = /* @__PURE__ */ _e(Kr, [["render", Zr]]), Jr = /* @__PURE__ */ P({
|
|
|
2531
2489
|
]), { prop: f } = l(t, n, e, [
|
|
2532
2490
|
"settings",
|
|
2533
2491
|
"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:
|
|
2492
|
+
]), { 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
2493
|
return (y, w) => {
|
|
2536
|
-
const _ =
|
|
2494
|
+
const _ = L("v-switch");
|
|
2537
2495
|
return I(), A(ee, { "fit-content": !0 }, {
|
|
2538
2496
|
default: z(() => [
|
|
2539
2497
|
Z(_, {
|
|
2540
2498
|
modelValue: o(h),
|
|
2541
|
-
"onUpdate:modelValue": w[0] || (w[0] = (
|
|
2499
|
+
"onUpdate:modelValue": w[0] || (w[0] = (k) => X(h) ? h.value = k : null),
|
|
2542
2500
|
density: o(r),
|
|
2543
2501
|
direction: o(a),
|
|
2544
2502
|
disabled: o(u),
|
|
@@ -2548,26 +2506,26 @@ const qr = /* @__PURE__ */ _e(Kr, [["render", Zr]]), Jr = /* @__PURE__ */ P({
|
|
|
2548
2506
|
inset: o(c),
|
|
2549
2507
|
label: o(d),
|
|
2550
2508
|
loading: o(b),
|
|
2551
|
-
theme: o(
|
|
2509
|
+
theme: o(v)
|
|
2552
2510
|
}, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "indeterminate", "inline", "inset", "label", "loading", "theme"])
|
|
2553
2511
|
]),
|
|
2554
2512
|
_: 1
|
|
2555
2513
|
});
|
|
2556
2514
|
};
|
|
2557
2515
|
}
|
|
2558
|
-
}),
|
|
2516
|
+
}), Xr = /* @__PURE__ */ P({
|
|
2559
2517
|
__name: "index",
|
|
2560
2518
|
props: {
|
|
2561
2519
|
node: {},
|
|
2562
2520
|
outer: { type: Boolean }
|
|
2563
2521
|
},
|
|
2564
2522
|
setup(i) {
|
|
2565
|
-
const e = i, t =
|
|
2523
|
+
const e = i, t = W(), s = M(), 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
2524
|
const f = {};
|
|
2567
2525
|
return t === "editor" && (f.pointerEvents = "none"), f;
|
|
2568
2526
|
});
|
|
2569
2527
|
return (f, m) => {
|
|
2570
|
-
const c =
|
|
2528
|
+
const c = L("v-tab");
|
|
2571
2529
|
return I(), A(o(ee), { "fit-content": !0 }, {
|
|
2572
2530
|
default: z(() => [
|
|
2573
2531
|
Z(c, {
|
|
@@ -2581,14 +2539,14 @@ const qr = /* @__PURE__ */ _e(Kr, [["render", Zr]]), Jr = /* @__PURE__ */ P({
|
|
|
2581
2539
|
});
|
|
2582
2540
|
};
|
|
2583
2541
|
}
|
|
2584
|
-
}),
|
|
2542
|
+
}), Yr = /* @__PURE__ */ P({
|
|
2585
2543
|
__name: "index",
|
|
2586
2544
|
props: {
|
|
2587
2545
|
node: {},
|
|
2588
2546
|
outer: { type: Boolean }
|
|
2589
2547
|
},
|
|
2590
2548
|
setup(i) {
|
|
2591
|
-
const e = i, t =
|
|
2549
|
+
const e = i, t = W(), s = M(), n = B(), { prop: r } = l(t, n, e, [
|
|
2592
2550
|
"settings",
|
|
2593
2551
|
"alignTabs"
|
|
2594
2552
|
]), { prop: a } = l(t, n, e, [
|
|
@@ -2608,7 +2566,7 @@ const qr = /* @__PURE__ */ _e(Kr, [["render", Zr]]), Jr = /* @__PURE__ */ P({
|
|
|
2608
2566
|
]), { prop: b } = l(t, n, e, [
|
|
2609
2567
|
"settings",
|
|
2610
2568
|
"disabled"
|
|
2611
|
-
]), { prop:
|
|
2569
|
+
]), { prop: v } = l(t, n, e, [
|
|
2612
2570
|
"settings",
|
|
2613
2571
|
"fixedTabs"
|
|
2614
2572
|
]), { prop: h } = l(t, n, e, ["settings", "grow"]), { prop: y } = l(t, n, e, [
|
|
@@ -2617,16 +2575,16 @@ const qr = /* @__PURE__ */ _e(Kr, [["render", Zr]]), Jr = /* @__PURE__ */ P({
|
|
|
2617
2575
|
]), { prop: w } = l(t, n, e, ["settings", "items"]), { prop: _ } = l(t, n, e, [
|
|
2618
2576
|
"settings",
|
|
2619
2577
|
"mandatory"
|
|
2620
|
-
]), { prop:
|
|
2578
|
+
]), { prop: k } = l(t, n, e, [
|
|
2621
2579
|
"settings",
|
|
2622
2580
|
"showArrows"
|
|
2623
2581
|
]), { prop: $ } = l(t, n, e, [
|
|
2624
2582
|
"settings",
|
|
2625
2583
|
"color",
|
|
2626
2584
|
"sliderColor"
|
|
2627
|
-
]), { color:
|
|
2628
|
-
return (
|
|
2629
|
-
const K =
|
|
2585
|
+
]), { color: g } = Y(s, $), { prop: T } = l(t, n, e, ["settings", "stacked"]), { theme: N } = j(s), { prop: F } = l(t, n, e, ["settings", "value"]);
|
|
2586
|
+
return (S, H) => {
|
|
2587
|
+
const K = L("v-tabs");
|
|
2630
2588
|
return I(), A(K, {
|
|
2631
2589
|
modelValue: o(F),
|
|
2632
2590
|
"onUpdate:modelValue": H[0] || (H[0] = (O) => X(F) ? F.value = O : null),
|
|
@@ -2637,52 +2595,52 @@ const qr = /* @__PURE__ */ _e(Kr, [["render", Zr]]), Jr = /* @__PURE__ */ P({
|
|
|
2637
2595
|
density: o(c),
|
|
2638
2596
|
direction: o(d),
|
|
2639
2597
|
disabled: o(b),
|
|
2640
|
-
"fixed-tabs": o(
|
|
2598
|
+
"fixed-tabs": o(v),
|
|
2641
2599
|
grow: o(h),
|
|
2642
2600
|
"hide-slider": o(y),
|
|
2643
2601
|
items: o(w),
|
|
2644
2602
|
mandatory: o(_),
|
|
2645
|
-
"show-arrows": o(
|
|
2646
|
-
"slider-color": o(
|
|
2647
|
-
stacked: o(
|
|
2648
|
-
theme: o(
|
|
2603
|
+
"show-arrows": o(k),
|
|
2604
|
+
"slider-color": o(g),
|
|
2605
|
+
stacked: o(T),
|
|
2606
|
+
theme: o(N)
|
|
2649
2607
|
}, {
|
|
2650
2608
|
default: z(() => [
|
|
2651
|
-
|
|
2609
|
+
U(S.$slots, "default")
|
|
2652
2610
|
]),
|
|
2653
2611
|
_: 3
|
|
2654
2612
|
}, 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
2613
|
};
|
|
2656
2614
|
}
|
|
2657
|
-
}),
|
|
2615
|
+
}), Qr = /* @__PURE__ */ P({
|
|
2658
2616
|
__name: "index",
|
|
2659
2617
|
props: {
|
|
2660
2618
|
node: {},
|
|
2661
2619
|
outer: { type: Boolean }
|
|
2662
2620
|
},
|
|
2663
2621
|
setup(i) {
|
|
2664
|
-
const e = i, t =
|
|
2622
|
+
const e = i, t = W(), s = le(), n = B(), { prop: r } = l(t, n, e, ["settings", "align"]), { prop: a } = l(t, n, e, [
|
|
2665
2623
|
"settings",
|
|
2666
2624
|
"decoration"
|
|
2667
2625
|
]), { prop: u } = l(t, n, e, [
|
|
2668
2626
|
"settings",
|
|
2669
2627
|
"emphasis"
|
|
2670
2628
|
]), { 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),
|
|
2672
|
-
return
|
|
2629
|
+
const d = [], b = Pi(s.value.width), v = we(b, e.node.settings?.style);
|
|
2630
|
+
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
2631
|
});
|
|
2674
2632
|
return (d, b) => (I(), ie("span", {
|
|
2675
2633
|
class: po(c.value)
|
|
2676
2634
|
}, yi(o(f)), 3));
|
|
2677
2635
|
}
|
|
2678
|
-
}),
|
|
2636
|
+
}), el = /* @__PURE__ */ P({
|
|
2679
2637
|
__name: "index",
|
|
2680
2638
|
props: {
|
|
2681
2639
|
node: {},
|
|
2682
2640
|
outer: { type: Boolean }
|
|
2683
2641
|
},
|
|
2684
2642
|
setup(i) {
|
|
2685
|
-
const e = i, t =
|
|
2643
|
+
const e = i, t = W(), s = M(), n = B(), { prop: r } = l(t, n, e, [
|
|
2686
2644
|
"settings",
|
|
2687
2645
|
"autoGrow"
|
|
2688
2646
|
]), { prop: a } = l(t, n, e, [
|
|
@@ -2697,17 +2655,17 @@ const qr = /* @__PURE__ */ _e(Kr, [["render", Zr]]), Jr = /* @__PURE__ */ P({
|
|
|
2697
2655
|
]), { prop: b } = l(t, n, e, [
|
|
2698
2656
|
"settings",
|
|
2699
2657
|
"readonly"
|
|
2700
|
-
]), { prop:
|
|
2658
|
+
]), { prop: v } = l(t, n, e, ["settings", "reverse"]), { prop: h } = l(t, n, e, ["settings", "rows"]), { prop: y } = l(t, n, e, [
|
|
2701
2659
|
"settings",
|
|
2702
2660
|
"singleLine"
|
|
2703
|
-
]), { theme: w } =
|
|
2704
|
-
return ($,
|
|
2705
|
-
const
|
|
2661
|
+
]), { theme: w } = j(s), { prop: _ } = l(t, n, e, ["settings", "value"]), { prop: k } = l(t, n, e, ["settings", "variant"]);
|
|
2662
|
+
return ($, g) => {
|
|
2663
|
+
const T = L("v-textarea");
|
|
2706
2664
|
return I(), A(o(ee), null, {
|
|
2707
2665
|
default: z(() => [
|
|
2708
|
-
Z(
|
|
2666
|
+
Z(T, {
|
|
2709
2667
|
modelValue: o(_),
|
|
2710
|
-
"onUpdate:modelValue":
|
|
2668
|
+
"onUpdate:modelValue": g[0] || (g[0] = (N) => X(_) ? _.value = N : null),
|
|
2711
2669
|
"auto-grow": o(r),
|
|
2712
2670
|
clearable: o(a),
|
|
2713
2671
|
density: o(u),
|
|
@@ -2717,25 +2675,25 @@ const qr = /* @__PURE__ */ _e(Kr, [["render", Zr]]), Jr = /* @__PURE__ */ P({
|
|
|
2717
2675
|
"max-rows": o(c),
|
|
2718
2676
|
placeholder: o(d),
|
|
2719
2677
|
readonly: o(b),
|
|
2720
|
-
reverse: o(
|
|
2678
|
+
reverse: o(v),
|
|
2721
2679
|
rows: o(h),
|
|
2722
2680
|
"single-line": o(y),
|
|
2723
2681
|
theme: o(w),
|
|
2724
|
-
variant: o(
|
|
2682
|
+
variant: o(k)
|
|
2725
2683
|
}, null, 8, ["modelValue", "auto-grow", "clearable", "density", "disabled", "label", "loading", "max-rows", "placeholder", "readonly", "reverse", "rows", "single-line", "theme", "variant"])
|
|
2726
2684
|
]),
|
|
2727
2685
|
_: 1
|
|
2728
2686
|
});
|
|
2729
2687
|
};
|
|
2730
2688
|
}
|
|
2731
|
-
}),
|
|
2689
|
+
}), tl = /* @__PURE__ */ P({
|
|
2732
2690
|
__name: "index",
|
|
2733
2691
|
props: {
|
|
2734
2692
|
node: {},
|
|
2735
2693
|
outer: { type: Boolean }
|
|
2736
2694
|
},
|
|
2737
2695
|
setup(i) {
|
|
2738
|
-
const e = i, t =
|
|
2696
|
+
const e = i, t = W(), s = M(), n = B(), { prop: r } = l(t, n, e, [
|
|
2739
2697
|
"settings",
|
|
2740
2698
|
"appendIcon"
|
|
2741
2699
|
]), { prop: a } = l(t, n, e, [
|
|
@@ -2753,7 +2711,7 @@ const qr = /* @__PURE__ */ _e(Kr, [["render", Zr]]), Jr = /* @__PURE__ */ P({
|
|
|
2753
2711
|
]), { prop: c } = l(t, n, e, [
|
|
2754
2712
|
"settings",
|
|
2755
2713
|
"hideDetails"
|
|
2756
|
-
]), { prop: d } = l(t, n, e, ["settings", "label"]), { prop: b } = l(t, n, e, ["settings", "loading"]), { prop:
|
|
2714
|
+
]), { prop: d } = l(t, n, e, ["settings", "label"]), { prop: b } = l(t, n, e, ["settings", "loading"]), { prop: v } = l(t, n, e, [
|
|
2757
2715
|
"settings",
|
|
2758
2716
|
"placeholder"
|
|
2759
2717
|
]), { prop: h } = l(t, n, e, ["settings", "prefix"]), { prop: y } = l(t, n, e, [
|
|
@@ -2765,10 +2723,10 @@ const qr = /* @__PURE__ */ _e(Kr, [["render", Zr]]), Jr = /* @__PURE__ */ P({
|
|
|
2765
2723
|
]), { prop: _ } = l(t, n, e, [
|
|
2766
2724
|
"settings",
|
|
2767
2725
|
"readonly"
|
|
2768
|
-
]), { prop:
|
|
2726
|
+
]), { prop: k } = l(t, n, e, ["settings", "reverse"]), { prop: $ } = l(t, n, e, [
|
|
2769
2727
|
"settings",
|
|
2770
2728
|
"singleLine"
|
|
2771
|
-
]), { prop:
|
|
2729
|
+
]), { prop: g } = l(t, n, e, ["settings", "suffix"]), { theme: T } = j(s), { prop: N } = l(t, n, e, ["settings", "value"]), { prop: F } = l(t, n, e, ["settings", "variant"]), { prop: S } = l(t, n, e, ["slots", "append"]), { prop: H } = l(t, n, e, [
|
|
2772
2730
|
"slots",
|
|
2773
2731
|
"appendInner"
|
|
2774
2732
|
]), { prop: K } = l(t, n, e, [
|
|
@@ -2779,12 +2737,12 @@ const qr = /* @__PURE__ */ _e(Kr, [["render", Zr]]), Jr = /* @__PURE__ */ P({
|
|
|
2779
2737
|
"prependInner"
|
|
2780
2738
|
]);
|
|
2781
2739
|
return (te, ne) => {
|
|
2782
|
-
const ce =
|
|
2740
|
+
const ce = L("v-text-field");
|
|
2783
2741
|
return I(), A(ee, null, {
|
|
2784
2742
|
default: z(() => [
|
|
2785
2743
|
Z(ce, {
|
|
2786
|
-
modelValue: o(
|
|
2787
|
-
"onUpdate:modelValue": ne[0] || (ne[0] = (de) => X(
|
|
2744
|
+
modelValue: o(N),
|
|
2745
|
+
"onUpdate:modelValue": ne[0] || (ne[0] = (de) => X(N) ? N.value = de : null),
|
|
2788
2746
|
"append-icon": o(r),
|
|
2789
2747
|
"append-inner-icon": o(a),
|
|
2790
2748
|
autofocus: o(u),
|
|
@@ -2794,22 +2752,22 @@ const qr = /* @__PURE__ */ _e(Kr, [["render", Zr]]), Jr = /* @__PURE__ */ P({
|
|
|
2794
2752
|
"hide-details": o(c),
|
|
2795
2753
|
label: o(d),
|
|
2796
2754
|
loading: o(b),
|
|
2797
|
-
placeholder: o(
|
|
2755
|
+
placeholder: o(v),
|
|
2798
2756
|
prefix: o(h),
|
|
2799
2757
|
"prepend-icon": o(y),
|
|
2800
2758
|
"prepend-inner-icon": o(w),
|
|
2801
2759
|
readonly: o(_),
|
|
2802
|
-
reverse: o(
|
|
2760
|
+
reverse: o(k),
|
|
2803
2761
|
"single-line": o($),
|
|
2804
|
-
suffix: o(
|
|
2805
|
-
theme: o(
|
|
2762
|
+
suffix: o(g),
|
|
2763
|
+
theme: o(T),
|
|
2806
2764
|
variant: o(F)
|
|
2807
2765
|
}, tn({ _: 2 }, [
|
|
2808
|
-
o(
|
|
2766
|
+
o(S) ? {
|
|
2809
2767
|
name: "append",
|
|
2810
2768
|
fn: z(() => [
|
|
2811
2769
|
Z(fe, {
|
|
2812
|
-
"ref-context": { refid: o(
|
|
2770
|
+
"ref-context": { refid: o(S) },
|
|
2813
2771
|
state: {}
|
|
2814
2772
|
}, null, 8, ["ref-context"])
|
|
2815
2773
|
]),
|
|
@@ -2851,14 +2809,14 @@ const qr = /* @__PURE__ */ _e(Kr, [["render", Zr]]), Jr = /* @__PURE__ */ P({
|
|
|
2851
2809
|
});
|
|
2852
2810
|
};
|
|
2853
2811
|
}
|
|
2854
|
-
}),
|
|
2812
|
+
}), nl = /* @__PURE__ */ P({
|
|
2855
2813
|
__name: "index",
|
|
2856
2814
|
props: {
|
|
2857
2815
|
node: {},
|
|
2858
2816
|
outer: { type: Boolean }
|
|
2859
2817
|
},
|
|
2860
2818
|
setup(i) {
|
|
2861
|
-
const e = i, t =
|
|
2819
|
+
const e = i, t = W(), s = M(), 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
2820
|
"settings",
|
|
2863
2821
|
"direction"
|
|
2864
2822
|
]), { prop: p } = l(t, n, e, [
|
|
@@ -2876,7 +2834,7 @@ const qr = /* @__PURE__ */ _e(Kr, [["render", Zr]]), Jr = /* @__PURE__ */ P({
|
|
|
2876
2834
|
"settings",
|
|
2877
2835
|
"line",
|
|
2878
2836
|
"color"
|
|
2879
|
-
]), { color: b } = Y(s, d), { prop:
|
|
2837
|
+
]), { color: b } = Y(s, d), { prop: v } = l(t, n, e, [
|
|
2880
2838
|
"settings",
|
|
2881
2839
|
"line",
|
|
2882
2840
|
"inset"
|
|
@@ -2888,10 +2846,10 @@ const qr = /* @__PURE__ */ _e(Kr, [["render", Zr]]), Jr = /* @__PURE__ */ P({
|
|
|
2888
2846
|
"settings",
|
|
2889
2847
|
"line",
|
|
2890
2848
|
"truncate"
|
|
2891
|
-
]), { theme: _ } =
|
|
2892
|
-
return (
|
|
2893
|
-
const
|
|
2894
|
-
return I(), A(
|
|
2849
|
+
]), { theme: _ } = j(s);
|
|
2850
|
+
return (k, $) => {
|
|
2851
|
+
const g = L("v-timeline");
|
|
2852
|
+
return I(), A(g, {
|
|
2895
2853
|
align: o(r),
|
|
2896
2854
|
density: o(a),
|
|
2897
2855
|
direction: o(u),
|
|
@@ -2899,37 +2857,37 @@ const qr = /* @__PURE__ */ _e(Kr, [["render", Zr]]), Jr = /* @__PURE__ */ P({
|
|
|
2899
2857
|
"fill-dot": o(m),
|
|
2900
2858
|
"hide-opposite": o(c),
|
|
2901
2859
|
"line-color": o(b),
|
|
2902
|
-
"line-inset": o(
|
|
2860
|
+
"line-inset": o(v),
|
|
2903
2861
|
"line-thickness": o(h),
|
|
2904
2862
|
side: o(y),
|
|
2905
2863
|
theme: o(_),
|
|
2906
2864
|
"truncate-line": o(w)
|
|
2907
2865
|
}, {
|
|
2908
2866
|
default: z(() => [
|
|
2909
|
-
|
|
2867
|
+
U(k.$slots, "default")
|
|
2910
2868
|
]),
|
|
2911
2869
|
_: 3
|
|
2912
2870
|
}, 8, ["align", "density", "direction", "dot-color", "fill-dot", "hide-opposite", "line-color", "line-inset", "line-thickness", "side", "theme", "truncate-line"]);
|
|
2913
2871
|
};
|
|
2914
2872
|
}
|
|
2915
|
-
}),
|
|
2916
|
-
function
|
|
2917
|
-
const t =
|
|
2873
|
+
}), il = {};
|
|
2874
|
+
function ol(i, e) {
|
|
2875
|
+
const t = L("v-timeline-item");
|
|
2918
2876
|
return I(), A(t, null, {
|
|
2919
2877
|
default: z(() => [
|
|
2920
|
-
|
|
2878
|
+
U(i.$slots, "default")
|
|
2921
2879
|
]),
|
|
2922
2880
|
_: 3
|
|
2923
2881
|
});
|
|
2924
2882
|
}
|
|
2925
|
-
const
|
|
2883
|
+
const sl = /* @__PURE__ */ _e(il, [["render", ol]]), rl = /* @__PURE__ */ P({
|
|
2926
2884
|
__name: "index",
|
|
2927
2885
|
props: {
|
|
2928
2886
|
node: {},
|
|
2929
2887
|
outer: { type: Boolean }
|
|
2930
2888
|
},
|
|
2931
2889
|
setup(i) {
|
|
2932
|
-
const e = i, t =
|
|
2890
|
+
const e = i, t = W(), s = M(), n = B(), { prop: r } = l(t, n, e, [
|
|
2933
2891
|
"settings",
|
|
2934
2892
|
"continuous"
|
|
2935
2893
|
]), { prop: a } = l(t, n, e, [
|
|
@@ -2941,12 +2899,12 @@ const rl = /* @__PURE__ */ _e(ol, [["render", sl]]), ll = /* @__PURE__ */ P({
|
|
|
2941
2899
|
]), { prop: p } = l(t, n, e, ["settings", "reverse"]), { prop: f } = l(t, n, e, [
|
|
2942
2900
|
"settings",
|
|
2943
2901
|
"showArrows"
|
|
2944
|
-
]), { prop: m } = l(t, n, e, ["settings", "touch"]), { theme: c } =
|
|
2945
|
-
return (b,
|
|
2946
|
-
const h =
|
|
2902
|
+
]), { prop: m } = l(t, n, e, ["settings", "touch"]), { theme: c } = j(s), { prop: d } = l(t, n, e, ["settings", "value"]);
|
|
2903
|
+
return (b, v) => {
|
|
2904
|
+
const h = L("v-window");
|
|
2947
2905
|
return I(), A(h, {
|
|
2948
2906
|
modelValue: o(d),
|
|
2949
|
-
"onUpdate:modelValue":
|
|
2907
|
+
"onUpdate:modelValue": v[0] || (v[0] = (y) => X(d) ? d.value = y : null),
|
|
2950
2908
|
continuous: o(r),
|
|
2951
2909
|
direction: o(u),
|
|
2952
2910
|
disabled: o(a),
|
|
@@ -2956,23 +2914,23 @@ const rl = /* @__PURE__ */ _e(ol, [["render", sl]]), ll = /* @__PURE__ */ P({
|
|
|
2956
2914
|
touch: o(m)
|
|
2957
2915
|
}, {
|
|
2958
2916
|
default: z(() => [
|
|
2959
|
-
|
|
2917
|
+
U(b.$slots, "default")
|
|
2960
2918
|
]),
|
|
2961
2919
|
_: 3
|
|
2962
2920
|
}, 8, ["modelValue", "continuous", "direction", "disabled", "reverse", "show-arrows", "theme", "touch"]);
|
|
2963
2921
|
};
|
|
2964
2922
|
}
|
|
2965
|
-
}),
|
|
2966
|
-
function
|
|
2967
|
-
const t =
|
|
2923
|
+
}), ll = {};
|
|
2924
|
+
function al(i, e) {
|
|
2925
|
+
const t = L("v-window-item");
|
|
2968
2926
|
return I(), A(t, null, {
|
|
2969
2927
|
default: z(() => [
|
|
2970
|
-
|
|
2928
|
+
U(i.$slots, "default")
|
|
2971
2929
|
]),
|
|
2972
2930
|
_: 3
|
|
2973
2931
|
});
|
|
2974
2932
|
}
|
|
2975
|
-
const
|
|
2933
|
+
const ul = /* @__PURE__ */ _e(ll, [["render", al]]), 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
2934
|
key: "basic",
|
|
2977
2935
|
name: "x-runtime-lib.basic",
|
|
2978
2936
|
children: [
|
|
@@ -3034,7 +2992,7 @@ const cl = /* @__PURE__ */ _e(al, [["render", ul]]), Xi = "badge_v1", kn = "brea
|
|
|
3034
2992
|
]
|
|
3035
2993
|
}
|
|
3036
2994
|
]
|
|
3037
|
-
},
|
|
2995
|
+
}, cl = G(Q), ge = {
|
|
3038
2996
|
key: "border",
|
|
3039
2997
|
name: "x-runtime-lib.border",
|
|
3040
2998
|
children: [
|
|
@@ -3052,7 +3010,7 @@ const cl = /* @__PURE__ */ _e(al, [["render", ul]]), Xi = "badge_v1", kn = "brea
|
|
|
3052
3010
|
types: "borderWidthTypesV1",
|
|
3053
3011
|
default: ""
|
|
3054
3012
|
},
|
|
3055
|
-
|
|
3013
|
+
cl,
|
|
3056
3014
|
{
|
|
3057
3015
|
key: "roundRadius",
|
|
3058
3016
|
name: "x-runtime-lib.roundRadius",
|
|
@@ -3316,7 +3274,7 @@ const cl = /* @__PURE__ */ _e(al, [["render", ul]]), Xi = "badge_v1", kn = "brea
|
|
|
3316
3274
|
}
|
|
3317
3275
|
]
|
|
3318
3276
|
};
|
|
3319
|
-
function
|
|
3277
|
+
function dl(i, e) {
|
|
3320
3278
|
const t = `type=${i} subtype=${e}`, s = E(i, e);
|
|
3321
3279
|
if (!s) {
|
|
3322
3280
|
console.error(`barChartV1/spawn prop tag not found, ${t}`);
|
|
@@ -3357,9 +3315,9 @@ const _n = {
|
|
|
3357
3315
|
array: !0,
|
|
3358
3316
|
defaultArray: []
|
|
3359
3317
|
}, Ct = {
|
|
3360
|
-
key:
|
|
3318
|
+
key: je,
|
|
3361
3319
|
name: "x-runtime-lib.barChart",
|
|
3362
|
-
comp:
|
|
3320
|
+
comp: Us,
|
|
3363
3321
|
props: {
|
|
3364
3322
|
pageCommon: [x, q, ze, Ae, Pe, Te, _n],
|
|
3365
3323
|
compCommon: [x, q, ze, Ae, Pe, Te, _n]
|
|
@@ -3368,10 +3326,10 @@ const _n = {
|
|
|
3368
3326
|
methods: [],
|
|
3369
3327
|
slots: [],
|
|
3370
3328
|
leaf: !0,
|
|
3371
|
-
spawn:
|
|
3329
|
+
spawn: dl
|
|
3372
3330
|
};
|
|
3373
|
-
|
|
3374
|
-
function
|
|
3331
|
+
C(Ct);
|
|
3332
|
+
function ml(i, e) {
|
|
3375
3333
|
const t = `type=${i} subtype=${e}`, s = E(i, e);
|
|
3376
3334
|
if (!s) {
|
|
3377
3335
|
console.error(`lineChartV1/spawn prop tag not found, ${t}`);
|
|
@@ -3414,7 +3372,7 @@ const wn = {
|
|
|
3414
3372
|
}, St = {
|
|
3415
3373
|
key: at,
|
|
3416
3374
|
name: "x-runtime-lib.lineChart",
|
|
3417
|
-
comp:
|
|
3375
|
+
comp: Gs,
|
|
3418
3376
|
props: {
|
|
3419
3377
|
pageCommon: [x, q, ze, Ae, Pe, Te, wn],
|
|
3420
3378
|
compCommon: [x, q, ze, Ae, Pe, Te, wn]
|
|
@@ -3423,9 +3381,9 @@ const wn = {
|
|
|
3423
3381
|
methods: [],
|
|
3424
3382
|
slots: [],
|
|
3425
3383
|
leaf: !0,
|
|
3426
|
-
spawn:
|
|
3384
|
+
spawn: ml
|
|
3427
3385
|
};
|
|
3428
|
-
|
|
3386
|
+
C(St);
|
|
3429
3387
|
const an = G(Q);
|
|
3430
3388
|
an.key = "backgroundColor";
|
|
3431
3389
|
an.name = "x-runtime-lib.backgroundColor";
|
|
@@ -3433,7 +3391,7 @@ const Vn = {
|
|
|
3433
3391
|
key: "globalSettings",
|
|
3434
3392
|
name: "x-runtime-lib.globalSettings",
|
|
3435
3393
|
children: [an]
|
|
3436
|
-
},
|
|
3394
|
+
}, pl = {
|
|
3437
3395
|
key: lt,
|
|
3438
3396
|
name: "x-runtime-lib.globality",
|
|
3439
3397
|
comp: null,
|
|
@@ -3479,7 +3437,7 @@ const Vn = {
|
|
|
3479
3437
|
slots: [],
|
|
3480
3438
|
internal: !0
|
|
3481
3439
|
};
|
|
3482
|
-
|
|
3440
|
+
C(pl);
|
|
3483
3441
|
const $n = {
|
|
3484
3442
|
key: "settings",
|
|
3485
3443
|
name: "x-runtime-lib.settings",
|
|
@@ -3517,10 +3475,10 @@ const $n = {
|
|
|
3517
3475
|
defaultArray: []
|
|
3518
3476
|
}
|
|
3519
3477
|
]
|
|
3520
|
-
},
|
|
3478
|
+
}, fl = {
|
|
3521
3479
|
key: ut,
|
|
3522
3480
|
name: "x-runtime-lib.list",
|
|
3523
|
-
comp:
|
|
3481
|
+
comp: Os,
|
|
3524
3482
|
props: {
|
|
3525
3483
|
pageCommon: [x, $n],
|
|
3526
3484
|
compCommon: [x, $n]
|
|
@@ -3530,7 +3488,7 @@ const $n = {
|
|
|
3530
3488
|
slots: [],
|
|
3531
3489
|
leaf: !0
|
|
3532
3490
|
};
|
|
3533
|
-
|
|
3491
|
+
C(fl);
|
|
3534
3492
|
const In = {
|
|
3535
3493
|
key: "ref",
|
|
3536
3494
|
name: "x-runtime-lib.ref",
|
|
@@ -3542,10 +3500,10 @@ const In = {
|
|
|
3542
3500
|
default: void 0
|
|
3543
3501
|
}
|
|
3544
3502
|
]
|
|
3545
|
-
},
|
|
3503
|
+
}, bl = {
|
|
3546
3504
|
key: Se,
|
|
3547
3505
|
name: "x-runtime-lib.ref",
|
|
3548
|
-
comp:
|
|
3506
|
+
comp: sr,
|
|
3549
3507
|
props: {
|
|
3550
3508
|
pageCommon: [x, q, In],
|
|
3551
3509
|
compCommon: [x, q, In]
|
|
@@ -3555,7 +3513,7 @@ const In = {
|
|
|
3555
3513
|
slots: [],
|
|
3556
3514
|
leaf: !0
|
|
3557
3515
|
};
|
|
3558
|
-
|
|
3516
|
+
C(bl);
|
|
3559
3517
|
const Cn = {
|
|
3560
3518
|
key: "settings",
|
|
3561
3519
|
name: "x-runtime-lib.settings",
|
|
@@ -3567,10 +3525,10 @@ const Cn = {
|
|
|
3567
3525
|
default: !1
|
|
3568
3526
|
}
|
|
3569
3527
|
]
|
|
3570
|
-
},
|
|
3528
|
+
}, yl = {
|
|
3571
3529
|
key: yt,
|
|
3572
3530
|
name: "x-runtime-lib.renderSwitch",
|
|
3573
|
-
comp:
|
|
3531
|
+
comp: rr,
|
|
3574
3532
|
props: {
|
|
3575
3533
|
pageCommon: [x, Cn],
|
|
3576
3534
|
compCommon: [x, Cn]
|
|
@@ -3579,7 +3537,7 @@ const Cn = {
|
|
|
3579
3537
|
methods: [],
|
|
3580
3538
|
slots: []
|
|
3581
3539
|
};
|
|
3582
|
-
|
|
3540
|
+
C(yl);
|
|
3583
3541
|
const Sn = {
|
|
3584
3542
|
key: "settings",
|
|
3585
3543
|
name: "x-runtime-lib.settings",
|
|
@@ -3618,7 +3576,7 @@ const Sn = {
|
|
|
3618
3576
|
}, uu = {
|
|
3619
3577
|
key: Xi,
|
|
3620
3578
|
name: "x-runtime-lib.badge",
|
|
3621
|
-
comp:
|
|
3579
|
+
comp: lr,
|
|
3622
3580
|
props: {
|
|
3623
3581
|
pageCommon: [x, Sn],
|
|
3624
3582
|
compCommon: [x, Sn]
|
|
@@ -3627,7 +3585,7 @@ const Sn = {
|
|
|
3627
3585
|
methods: [],
|
|
3628
3586
|
slots: []
|
|
3629
3587
|
};
|
|
3630
|
-
function
|
|
3588
|
+
function hl(i, e) {
|
|
3631
3589
|
const t = `type=${i} subtype=${e}`, s = E(i, e);
|
|
3632
3590
|
if (!s) {
|
|
3633
3591
|
console.error(`btnV1/spawn prop tag not found, ${t}`);
|
|
@@ -3641,7 +3599,7 @@ function xl(i, e) {
|
|
|
3641
3599
|
const r = {};
|
|
3642
3600
|
return D(r, n), r.basic.id = R(16), r.basic.key = Tt.key, r.settings.text = "button", r;
|
|
3643
3601
|
}
|
|
3644
|
-
const
|
|
3602
|
+
const xl = G(Q), Tn = {
|
|
3645
3603
|
key: "settings",
|
|
3646
3604
|
name: "x-runtime-lib.settings",
|
|
3647
3605
|
children: [
|
|
@@ -3720,7 +3678,7 @@ const gl = G(Q), Tn = {
|
|
|
3720
3678
|
ui: "switch",
|
|
3721
3679
|
default: !1
|
|
3722
3680
|
},
|
|
3723
|
-
|
|
3681
|
+
xl,
|
|
3724
3682
|
{
|
|
3725
3683
|
key: "ripple",
|
|
3726
3684
|
name: "x-runtime-lib.ripple",
|
|
@@ -3729,9 +3687,9 @@ const gl = G(Q), Tn = {
|
|
|
3729
3687
|
}
|
|
3730
3688
|
]
|
|
3731
3689
|
}, Tt = {
|
|
3732
|
-
key:
|
|
3690
|
+
key: Ue,
|
|
3733
3691
|
name: "x-runtime-lib.button",
|
|
3734
|
-
comp:
|
|
3692
|
+
comp: ar,
|
|
3735
3693
|
props: {
|
|
3736
3694
|
pageCommon: [x, q, Tn],
|
|
3737
3695
|
compCommon: [x, q, Tn]
|
|
@@ -3746,13 +3704,13 @@ const gl = G(Q), Tn = {
|
|
|
3746
3704
|
methods: [],
|
|
3747
3705
|
slots: [],
|
|
3748
3706
|
leaf: !0,
|
|
3749
|
-
spawn:
|
|
3707
|
+
spawn: hl
|
|
3750
3708
|
};
|
|
3751
|
-
|
|
3752
|
-
const
|
|
3709
|
+
C(Tt);
|
|
3710
|
+
const gl = {
|
|
3753
3711
|
key: Ge,
|
|
3754
3712
|
name: "x-runtime-lib.buttonGroup",
|
|
3755
|
-
comp:
|
|
3713
|
+
comp: dr,
|
|
3756
3714
|
props: {
|
|
3757
3715
|
pageCommon: [x],
|
|
3758
3716
|
compCommon: [x]
|
|
@@ -3761,7 +3719,7 @@ const vl = {
|
|
|
3761
3719
|
methods: [],
|
|
3762
3720
|
slots: []
|
|
3763
3721
|
};
|
|
3764
|
-
|
|
3722
|
+
C(gl);
|
|
3765
3723
|
const zn = {
|
|
3766
3724
|
key: "settings",
|
|
3767
3725
|
name: "x-runtime-lib.settings",
|
|
@@ -3823,10 +3781,10 @@ const zn = {
|
|
|
3823
3781
|
default: !1
|
|
3824
3782
|
}
|
|
3825
3783
|
]
|
|
3826
|
-
},
|
|
3784
|
+
}, vl = {
|
|
3827
3785
|
key: Oe,
|
|
3828
3786
|
name: "x-runtime-lib.buttonToggle",
|
|
3829
|
-
comp:
|
|
3787
|
+
comp: mr,
|
|
3830
3788
|
props: {
|
|
3831
3789
|
pageCommon: [x, zn],
|
|
3832
3790
|
compCommon: [x, zn]
|
|
@@ -3835,8 +3793,8 @@ const zn = {
|
|
|
3835
3793
|
methods: [],
|
|
3836
3794
|
slots: []
|
|
3837
3795
|
};
|
|
3838
|
-
|
|
3839
|
-
function
|
|
3796
|
+
C(vl);
|
|
3797
|
+
function kl(i, e) {
|
|
3840
3798
|
const t = `type=${i} subtype=${e}`, s = E(i, e);
|
|
3841
3799
|
if (!s) {
|
|
3842
3800
|
console.error(`cardV1/spawn prop tag not found, ${t}`);
|
|
@@ -3908,7 +3866,7 @@ const An = {
|
|
|
3908
3866
|
}, Ve = {
|
|
3909
3867
|
key: Ke,
|
|
3910
3868
|
name: "x-runtime-lib.card",
|
|
3911
|
-
comp:
|
|
3869
|
+
comp: pr,
|
|
3912
3870
|
props: {
|
|
3913
3871
|
pageCommon: [x, q, An],
|
|
3914
3872
|
compCommon: [x, q, An]
|
|
@@ -3916,9 +3874,9 @@ const An = {
|
|
|
3916
3874
|
events: [],
|
|
3917
3875
|
methods: [],
|
|
3918
3876
|
slots: [],
|
|
3919
|
-
spawn:
|
|
3877
|
+
spawn: kl
|
|
3920
3878
|
};
|
|
3921
|
-
|
|
3879
|
+
C(Ve);
|
|
3922
3880
|
const Pn = {
|
|
3923
3881
|
key: "settings",
|
|
3924
3882
|
name: "x-runtime-lib.settings",
|
|
@@ -3936,10 +3894,10 @@ const Pn = {
|
|
|
3936
3894
|
default: ""
|
|
3937
3895
|
}
|
|
3938
3896
|
]
|
|
3939
|
-
},
|
|
3897
|
+
}, _l = {
|
|
3940
3898
|
key: Ze,
|
|
3941
3899
|
name: "x-runtime-lib.checkbox",
|
|
3942
|
-
comp:
|
|
3900
|
+
comp: fr,
|
|
3943
3901
|
props: {
|
|
3944
3902
|
pageCommon: [x, Pn],
|
|
3945
3903
|
compCommon: [x, Pn]
|
|
@@ -3949,8 +3907,8 @@ const Pn = {
|
|
|
3949
3907
|
slots: [],
|
|
3950
3908
|
leaf: !0
|
|
3951
3909
|
};
|
|
3952
|
-
|
|
3953
|
-
const
|
|
3910
|
+
C(_l);
|
|
3911
|
+
const wl = G(Q), Wn = {
|
|
3954
3912
|
key: "settings",
|
|
3955
3913
|
name: "x-runtime-lib.settings",
|
|
3956
3914
|
children: [
|
|
@@ -4023,23 +3981,23 @@ const Vl = G(Q), Nn = {
|
|
|
4023
3981
|
ui: "switch",
|
|
4024
3982
|
default: !1
|
|
4025
3983
|
},
|
|
4026
|
-
|
|
3984
|
+
wl
|
|
4027
3985
|
]
|
|
4028
3986
|
}, zt = {
|
|
4029
3987
|
key: qe,
|
|
4030
3988
|
name: "x-runtime-lib.chip",
|
|
4031
|
-
comp:
|
|
3989
|
+
comp: br,
|
|
4032
3990
|
props: {
|
|
4033
|
-
pageCommon: [x,
|
|
4034
|
-
compCommon: [x,
|
|
3991
|
+
pageCommon: [x, Wn],
|
|
3992
|
+
compCommon: [x, Wn]
|
|
4035
3993
|
},
|
|
4036
3994
|
events: [],
|
|
4037
3995
|
methods: [],
|
|
4038
3996
|
slots: [],
|
|
4039
3997
|
leaf: !0
|
|
4040
3998
|
};
|
|
4041
|
-
|
|
4042
|
-
function
|
|
3999
|
+
C(zt);
|
|
4000
|
+
function Vl(i, e) {
|
|
4043
4001
|
const t = `type=${i} subtype=${e}`, s = E(i, e);
|
|
4044
4002
|
if (!s) {
|
|
4045
4003
|
console.error(`chipGroupV1/spawn prop tag not found, ${t}`);
|
|
@@ -4074,7 +4032,7 @@ function xe(i, e, t, s) {
|
|
|
4074
4032
|
const u = {};
|
|
4075
4033
|
return D(u, a), u.basic.id = R(16), u.basic.key = zt.key, u.settings.value = t, u.settings.text = s, u;
|
|
4076
4034
|
}
|
|
4077
|
-
const
|
|
4035
|
+
const Ln = {
|
|
4078
4036
|
key: "settings",
|
|
4079
4037
|
name: "x-runtime-lib.settings",
|
|
4080
4038
|
children: [
|
|
@@ -4131,21 +4089,21 @@ const Wn = {
|
|
|
4131
4089
|
}, At = {
|
|
4132
4090
|
key: Je,
|
|
4133
4091
|
name: "x-runtime-lib.chipGroup",
|
|
4134
|
-
comp:
|
|
4092
|
+
comp: yr,
|
|
4135
4093
|
props: {
|
|
4136
|
-
pageCommon: [x,
|
|
4137
|
-
compCommon: [x,
|
|
4094
|
+
pageCommon: [x, Ln],
|
|
4095
|
+
compCommon: [x, Ln]
|
|
4138
4096
|
},
|
|
4139
4097
|
events: [],
|
|
4140
4098
|
methods: [],
|
|
4141
4099
|
slots: [],
|
|
4142
|
-
spawn:
|
|
4100
|
+
spawn: Vl
|
|
4143
4101
|
};
|
|
4144
|
-
|
|
4145
|
-
const
|
|
4102
|
+
C(At);
|
|
4103
|
+
const $l = {
|
|
4146
4104
|
key: Xe,
|
|
4147
4105
|
name: "x-runtime-lib.colorPicker",
|
|
4148
|
-
comp:
|
|
4106
|
+
comp: hr,
|
|
4149
4107
|
props: {
|
|
4150
4108
|
pageCommon: [x],
|
|
4151
4109
|
compCommon: [x]
|
|
@@ -4155,8 +4113,8 @@ const Il = {
|
|
|
4155
4113
|
slots: [],
|
|
4156
4114
|
leaf: !0
|
|
4157
4115
|
};
|
|
4158
|
-
|
|
4159
|
-
const
|
|
4116
|
+
C($l);
|
|
4117
|
+
const Bn = {
|
|
4160
4118
|
key: "settings",
|
|
4161
4119
|
name: "x-runtime-lib.settings",
|
|
4162
4120
|
children: [
|
|
@@ -4197,34 +4155,34 @@ const Ln = {
|
|
|
4197
4155
|
default: !1
|
|
4198
4156
|
}
|
|
4199
4157
|
]
|
|
4200
|
-
},
|
|
4158
|
+
}, Il = {
|
|
4201
4159
|
key: Ye,
|
|
4202
4160
|
name: "x-runtime-lib.combobox",
|
|
4203
|
-
comp:
|
|
4161
|
+
comp: xr,
|
|
4204
4162
|
props: {
|
|
4205
|
-
pageCommon: [x,
|
|
4206
|
-
compCommon: [x,
|
|
4163
|
+
pageCommon: [x, Bn],
|
|
4164
|
+
compCommon: [x, Bn]
|
|
4207
4165
|
},
|
|
4208
4166
|
events: [],
|
|
4209
4167
|
methods: [],
|
|
4210
4168
|
slots: [],
|
|
4211
4169
|
leaf: !0
|
|
4212
4170
|
};
|
|
4213
|
-
|
|
4171
|
+
C(Il);
|
|
4214
4172
|
const un = G(Q);
|
|
4215
4173
|
un.key = "backgroundColor";
|
|
4216
4174
|
un.name = "x-runtime-lib.backgroundColor";
|
|
4217
|
-
const
|
|
4175
|
+
const Nn = {
|
|
4218
4176
|
key: "settings",
|
|
4219
4177
|
name: "x-runtime-lib.settings",
|
|
4220
4178
|
children: [un]
|
|
4221
4179
|
}, Pt = {
|
|
4222
4180
|
key: Qe,
|
|
4223
4181
|
name: "x-runtime-lib.container",
|
|
4224
|
-
comp:
|
|
4182
|
+
comp: gr,
|
|
4225
4183
|
props: {
|
|
4226
|
-
pageCommon: [x, q, ge, ve, ke,
|
|
4227
|
-
compCommon: [x, q, ge, ve, ke,
|
|
4184
|
+
pageCommon: [x, q, ge, ve, ke, Nn],
|
|
4185
|
+
compCommon: [x, q, ge, ve, ke, Nn]
|
|
4228
4186
|
},
|
|
4229
4187
|
events: [
|
|
4230
4188
|
{
|
|
@@ -4236,7 +4194,7 @@ const Bn = {
|
|
|
4236
4194
|
methods: [],
|
|
4237
4195
|
slots: []
|
|
4238
4196
|
};
|
|
4239
|
-
|
|
4197
|
+
C(Pt);
|
|
4240
4198
|
const Rn = {
|
|
4241
4199
|
key: "size",
|
|
4242
4200
|
name: "x-runtime-lib.size",
|
|
@@ -4389,10 +4347,10 @@ const Rn = {
|
|
|
4389
4347
|
defaultArray: []
|
|
4390
4348
|
}
|
|
4391
4349
|
]
|
|
4392
|
-
},
|
|
4350
|
+
}, Cl = {
|
|
4393
4351
|
key: et,
|
|
4394
4352
|
name: "x-runtime-lib.dataTable",
|
|
4395
|
-
comp:
|
|
4353
|
+
comp: vr,
|
|
4396
4354
|
props: {
|
|
4397
4355
|
pageCommon: [x, Rn, Dn, En],
|
|
4398
4356
|
compCommon: [x, Rn, Dn, En]
|
|
@@ -4402,11 +4360,11 @@ const Rn = {
|
|
|
4402
4360
|
slots: [],
|
|
4403
4361
|
leaf: !0
|
|
4404
4362
|
};
|
|
4405
|
-
|
|
4406
|
-
const
|
|
4363
|
+
C(Cl);
|
|
4364
|
+
const Sl = {
|
|
4407
4365
|
key: tt,
|
|
4408
4366
|
name: "x-runtime-lib.datePicker",
|
|
4409
|
-
comp:
|
|
4367
|
+
comp: wr,
|
|
4410
4368
|
props: {
|
|
4411
4369
|
pageCommon: [x],
|
|
4412
4370
|
compCommon: [x]
|
|
@@ -4416,11 +4374,11 @@ const Tl = {
|
|
|
4416
4374
|
slots: [],
|
|
4417
4375
|
leaf: !0
|
|
4418
4376
|
};
|
|
4419
|
-
|
|
4420
|
-
const
|
|
4377
|
+
C(Sl);
|
|
4378
|
+
const Tl = {
|
|
4421
4379
|
key: nt,
|
|
4422
4380
|
name: "x-runtime-lib.dialog",
|
|
4423
|
-
comp:
|
|
4381
|
+
comp: $r,
|
|
4424
4382
|
props: {
|
|
4425
4383
|
pageCommon: [x],
|
|
4426
4384
|
compCommon: [x]
|
|
@@ -4443,7 +4401,7 @@ const zl = {
|
|
|
4443
4401
|
slots: [],
|
|
4444
4402
|
teleport: !0
|
|
4445
4403
|
};
|
|
4446
|
-
|
|
4404
|
+
C(Tl);
|
|
4447
4405
|
const Mn = {
|
|
4448
4406
|
key: "settings",
|
|
4449
4407
|
name: "x-runtime-lib.settings",
|
|
@@ -4451,7 +4409,7 @@ const Mn = {
|
|
|
4451
4409
|
}, cu = {
|
|
4452
4410
|
key: it,
|
|
4453
4411
|
name: "x-runtime-lib.fileInput",
|
|
4454
|
-
comp:
|
|
4412
|
+
comp: Ir,
|
|
4455
4413
|
props: {
|
|
4456
4414
|
pageCommon: [x, Mn],
|
|
4457
4415
|
compCommon: [x, Mn]
|
|
@@ -4477,10 +4435,10 @@ const Mn = {
|
|
|
4477
4435
|
default: !1
|
|
4478
4436
|
}
|
|
4479
4437
|
]
|
|
4480
|
-
},
|
|
4438
|
+
}, Wt = {
|
|
4481
4439
|
key: Yi,
|
|
4482
4440
|
name: "x-runtime-lib.flexLayoutEntry",
|
|
4483
|
-
comp:
|
|
4441
|
+
comp: Sr,
|
|
4484
4442
|
props: {
|
|
4485
4443
|
pageCommon: [x, q, Fn],
|
|
4486
4444
|
compCommon: [x, q, Fn]
|
|
@@ -4489,8 +4447,8 @@ const Mn = {
|
|
|
4489
4447
|
methods: [],
|
|
4490
4448
|
slots: []
|
|
4491
4449
|
};
|
|
4492
|
-
|
|
4493
|
-
function
|
|
4450
|
+
C(Wt);
|
|
4451
|
+
function zl(i, e) {
|
|
4494
4452
|
const t = `type=${i} subtype=${e}`, s = E(i, e);
|
|
4495
4453
|
if (!s) {
|
|
4496
4454
|
console.error(`flexLayoutV1/spawn prop tag not found, ${t}`);
|
|
@@ -4503,7 +4461,7 @@ function Al(i, e) {
|
|
|
4503
4461
|
}
|
|
4504
4462
|
const r = {};
|
|
4505
4463
|
return D(r, n), r.basic.id = R(16), r.basic.key = $e.key, r.children = [
|
|
4506
|
-
|
|
4464
|
+
Lt(
|
|
4507
4465
|
i,
|
|
4508
4466
|
e,
|
|
4509
4467
|
"#ff0000",
|
|
@@ -4513,7 +4471,7 @@ function Al(i, e) {
|
|
|
4513
4471
|
"40px",
|
|
4514
4472
|
void 0
|
|
4515
4473
|
),
|
|
4516
|
-
|
|
4474
|
+
Lt(
|
|
4517
4475
|
i,
|
|
4518
4476
|
e,
|
|
4519
4477
|
"#00ff00",
|
|
@@ -4523,10 +4481,10 @@ function Al(i, e) {
|
|
|
4523
4481
|
"60px",
|
|
4524
4482
|
void 0
|
|
4525
4483
|
),
|
|
4526
|
-
|
|
4484
|
+
Al(i, e)
|
|
4527
4485
|
], r;
|
|
4528
4486
|
}
|
|
4529
|
-
function
|
|
4487
|
+
function Lt(i, e, t, s, n, r, a, u, p) {
|
|
4530
4488
|
const f = `type=${i} subtype=${e}`, m = E(i, e);
|
|
4531
4489
|
if (!m) {
|
|
4532
4490
|
console.error(
|
|
@@ -4542,13 +4500,13 @@ function Wt(i, e, t, s, n, r, a, u, p) {
|
|
|
4542
4500
|
const d = {};
|
|
4543
4501
|
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
4502
|
}
|
|
4545
|
-
function
|
|
4503
|
+
function Al(i, e) {
|
|
4546
4504
|
const t = `type=${i} subtype=${e}`, s = E(i, e);
|
|
4547
4505
|
if (!s) {
|
|
4548
4506
|
console.error(`flexLayoutV1/spawnEntry prop tag not found, ${t}`);
|
|
4549
4507
|
return;
|
|
4550
4508
|
}
|
|
4551
|
-
const n =
|
|
4509
|
+
const n = Wt.props[s];
|
|
4552
4510
|
if (!n) {
|
|
4553
4511
|
console.error(`flexLayoutV1/spawnEntry props not found, ${t}`);
|
|
4554
4512
|
return;
|
|
@@ -4559,8 +4517,8 @@ function Pl(i, e) {
|
|
|
4559
4517
|
key: ""
|
|
4560
4518
|
}
|
|
4561
4519
|
};
|
|
4562
|
-
return D(r, n), r.basic.id = R(16), r.basic.key =
|
|
4563
|
-
|
|
4520
|
+
return D(r, n), r.basic.id = R(16), r.basic.key = Wt.key, r.children = [
|
|
4521
|
+
Lt(
|
|
4564
4522
|
i,
|
|
4565
4523
|
e,
|
|
4566
4524
|
"#0000ff",
|
|
@@ -4748,7 +4706,7 @@ const Hn = {
|
|
|
4748
4706
|
}, $e = {
|
|
4749
4707
|
key: ot,
|
|
4750
4708
|
name: "x-runtime-lib.flexLayout",
|
|
4751
|
-
comp:
|
|
4709
|
+
comp: Cr,
|
|
4752
4710
|
props: {
|
|
4753
4711
|
pageCommon: [x, q, ge, ve, ke, Hn],
|
|
4754
4712
|
compCommon: [x, q, ge, ve, ke, Hn]
|
|
@@ -4762,10 +4720,10 @@ const Hn = {
|
|
|
4762
4720
|
],
|
|
4763
4721
|
methods: [],
|
|
4764
4722
|
slots: [],
|
|
4765
|
-
spawn:
|
|
4723
|
+
spawn: zl
|
|
4766
4724
|
};
|
|
4767
|
-
|
|
4768
|
-
const
|
|
4725
|
+
C($e);
|
|
4726
|
+
const jn = {
|
|
4769
4727
|
key: "settings",
|
|
4770
4728
|
name: "x-runtime-lib.settings",
|
|
4771
4729
|
children: [
|
|
@@ -4886,7 +4844,7 @@ const Un = {
|
|
|
4886
4844
|
default: ""
|
|
4887
4845
|
}
|
|
4888
4846
|
]
|
|
4889
|
-
},
|
|
4847
|
+
}, Un = {
|
|
4890
4848
|
key: "slots",
|
|
4891
4849
|
name: "x-runtime-lib.slots",
|
|
4892
4850
|
children: [
|
|
@@ -4915,13 +4873,13 @@ const Un = {
|
|
|
4915
4873
|
default: void 0
|
|
4916
4874
|
}
|
|
4917
4875
|
]
|
|
4918
|
-
},
|
|
4876
|
+
}, Bt = {
|
|
4919
4877
|
key: Vt,
|
|
4920
4878
|
name: "x-runtime-lib.textField",
|
|
4921
|
-
comp:
|
|
4879
|
+
comp: tl,
|
|
4922
4880
|
props: {
|
|
4923
|
-
pageCommon: [x,
|
|
4924
|
-
compCommon: [x,
|
|
4881
|
+
pageCommon: [x, jn, Un],
|
|
4882
|
+
compCommon: [x, jn, Un]
|
|
4925
4883
|
},
|
|
4926
4884
|
events: [],
|
|
4927
4885
|
methods: [],
|
|
@@ -4953,20 +4911,20 @@ const Un = {
|
|
|
4953
4911
|
],
|
|
4954
4912
|
leaf: !0
|
|
4955
4913
|
};
|
|
4956
|
-
|
|
4957
|
-
function
|
|
4914
|
+
C(Bt);
|
|
4915
|
+
function Pl(i, e) {
|
|
4958
4916
|
const t = `type=${i} subtype=${e}`, s = E(i, e);
|
|
4959
4917
|
if (!s) {
|
|
4960
4918
|
console.error(`formV1/spawn prop tag not found, ${t}`);
|
|
4961
4919
|
return;
|
|
4962
4920
|
}
|
|
4963
|
-
const n =
|
|
4921
|
+
const n = Nt.props[s];
|
|
4964
4922
|
if (!n) {
|
|
4965
4923
|
console.error(`formV1/spawn props not found, ${t}`);
|
|
4966
4924
|
return;
|
|
4967
4925
|
}
|
|
4968
4926
|
const r = {};
|
|
4969
|
-
return D(r, n), r.basic.id = R(16), r.basic.key =
|
|
4927
|
+
return D(r, n), r.basic.id = R(16), r.basic.key = Nt.key, r.children = [Wl(i, e)], r;
|
|
4970
4928
|
}
|
|
4971
4929
|
function Wl(i, e) {
|
|
4972
4930
|
const t = `type=${i} subtype=${e}`, s = E(i, e);
|
|
@@ -4974,13 +4932,13 @@ function Wl(i, e) {
|
|
|
4974
4932
|
console.error(`formV1/spawnTextField prop tag not found, ${t}`);
|
|
4975
4933
|
return;
|
|
4976
4934
|
}
|
|
4977
|
-
const n =
|
|
4935
|
+
const n = Bt.props[s];
|
|
4978
4936
|
if (!n) {
|
|
4979
4937
|
console.error(`formV1/spawnTextField props not found, ${t}`);
|
|
4980
4938
|
return;
|
|
4981
4939
|
}
|
|
4982
4940
|
const r = {};
|
|
4983
|
-
return D(r, n), r.basic.id = R(16), r.basic.key =
|
|
4941
|
+
return D(r, n), r.basic.id = R(16), r.basic.key = Bt.key, r;
|
|
4984
4942
|
}
|
|
4985
4943
|
const Gn = {
|
|
4986
4944
|
key: "settings",
|
|
@@ -5000,10 +4958,10 @@ const Gn = {
|
|
|
5000
4958
|
default: !1
|
|
5001
4959
|
}
|
|
5002
4960
|
]
|
|
5003
|
-
},
|
|
4961
|
+
}, Nt = {
|
|
5004
4962
|
key: st,
|
|
5005
4963
|
name: "x-runtime-lib.form",
|
|
5006
|
-
comp:
|
|
4964
|
+
comp: Tr,
|
|
5007
4965
|
props: {
|
|
5008
4966
|
pageCommon: [x, q, ge, ve, ke, Gn],
|
|
5009
4967
|
compCommon: [x, q, ge, ve, ke, Gn]
|
|
@@ -5017,9 +4975,9 @@ const Gn = {
|
|
|
5017
4975
|
],
|
|
5018
4976
|
methods: [],
|
|
5019
4977
|
slots: [],
|
|
5020
|
-
spawn:
|
|
4978
|
+
spawn: Pl
|
|
5021
4979
|
};
|
|
5022
|
-
|
|
4980
|
+
C(Nt);
|
|
5023
4981
|
const Ll = G(Q), On = {
|
|
5024
4982
|
key: "settings",
|
|
5025
4983
|
name: "x-runtime-lib.settings",
|
|
@@ -5048,7 +5006,7 @@ const Ll = G(Q), On = {
|
|
|
5048
5006
|
}, Bl = {
|
|
5049
5007
|
key: rt,
|
|
5050
5008
|
name: "x-runtime-lib.icon",
|
|
5051
|
-
comp:
|
|
5009
|
+
comp: zr,
|
|
5052
5010
|
props: {
|
|
5053
5011
|
pageCommon: [x, On],
|
|
5054
5012
|
compCommon: [x, On]
|
|
@@ -5058,11 +5016,11 @@ const Ll = G(Q), On = {
|
|
|
5058
5016
|
slots: [],
|
|
5059
5017
|
leaf: !0
|
|
5060
5018
|
};
|
|
5061
|
-
|
|
5062
|
-
const
|
|
5019
|
+
C(Bl);
|
|
5020
|
+
const Nl = {
|
|
5063
5021
|
key: ct,
|
|
5064
5022
|
name: "x-runtime-lib.menu",
|
|
5065
|
-
comp:
|
|
5023
|
+
comp: Pr,
|
|
5066
5024
|
props: {
|
|
5067
5025
|
pageCommon: [x],
|
|
5068
5026
|
compCommon: [x]
|
|
@@ -5085,8 +5043,8 @@ const Rl = {
|
|
|
5085
5043
|
slots: [],
|
|
5086
5044
|
teleport: !0
|
|
5087
5045
|
};
|
|
5088
|
-
|
|
5089
|
-
function
|
|
5046
|
+
C(Nl);
|
|
5047
|
+
function Rl(i, e) {
|
|
5090
5048
|
const t = `type=${i} subtype=${e}`, s = E(i, e);
|
|
5091
5049
|
if (!s) {
|
|
5092
5050
|
console.error(`numberInputV1/spawn prop tag not found, ${t}`);
|
|
@@ -5305,9 +5263,9 @@ const Kn = {
|
|
|
5305
5263
|
methods: [],
|
|
5306
5264
|
slots: [],
|
|
5307
5265
|
leaf: !0,
|
|
5308
|
-
spawn:
|
|
5266
|
+
spawn: Rl
|
|
5309
5267
|
};
|
|
5310
|
-
|
|
5268
|
+
C(Rt);
|
|
5311
5269
|
const qn = {
|
|
5312
5270
|
key: "settings",
|
|
5313
5271
|
name: "x-runtime-lib.settings",
|
|
@@ -5371,7 +5329,7 @@ const qn = {
|
|
|
5371
5329
|
default: !1
|
|
5372
5330
|
}
|
|
5373
5331
|
]
|
|
5374
|
-
},
|
|
5332
|
+
}, Dl = {
|
|
5375
5333
|
key: mt,
|
|
5376
5334
|
name: "x-runtime-lib.pagination",
|
|
5377
5335
|
comp: Lr,
|
|
@@ -5384,8 +5342,8 @@ const qn = {
|
|
|
5384
5342
|
slots: [],
|
|
5385
5343
|
leaf: !0
|
|
5386
5344
|
};
|
|
5387
|
-
|
|
5388
|
-
const
|
|
5345
|
+
C(Dl);
|
|
5346
|
+
const El = G(Q), Jn = {
|
|
5389
5347
|
key: "settings",
|
|
5390
5348
|
name: "x-runtime-lib.settings",
|
|
5391
5349
|
children: [
|
|
@@ -5420,7 +5378,7 @@ const Ml = G(Q), Jn = {
|
|
|
5420
5378
|
items: "densityItemsV1",
|
|
5421
5379
|
default: "default"
|
|
5422
5380
|
},
|
|
5423
|
-
|
|
5381
|
+
El
|
|
5424
5382
|
]
|
|
5425
5383
|
}, Dt = {
|
|
5426
5384
|
key: Qi,
|
|
@@ -5435,8 +5393,8 @@ const Ml = G(Q), Jn = {
|
|
|
5435
5393
|
slots: [],
|
|
5436
5394
|
leaf: !0
|
|
5437
5395
|
};
|
|
5438
|
-
|
|
5439
|
-
function
|
|
5396
|
+
C(Dt);
|
|
5397
|
+
function Ml(i, e) {
|
|
5440
5398
|
const t = `type=${i} subtype=${e}`, s = E(i, e);
|
|
5441
5399
|
if (!s) {
|
|
5442
5400
|
console.error(`radioGroupV1/spawn prop tag not found, ${t}`);
|
|
@@ -5449,12 +5407,12 @@ function Fl(i, e) {
|
|
|
5449
5407
|
}
|
|
5450
5408
|
const r = {};
|
|
5451
5409
|
return D(r, n), r.basic.id = R(16), r.basic.key = Et.key, r.children = [
|
|
5452
|
-
|
|
5453
|
-
|
|
5454
|
-
|
|
5410
|
+
Ne(i, e, "option1", "Option 1"),
|
|
5411
|
+
Ne(i, e, "option2", "Option 2"),
|
|
5412
|
+
Ne(i, e, "option3", "Option 3")
|
|
5455
5413
|
], r.settings.value = "option1", r;
|
|
5456
5414
|
}
|
|
5457
|
-
function
|
|
5415
|
+
function Ne(i, e, t, s) {
|
|
5458
5416
|
const n = `type=${i} subtype=${e}`, r = E(i, e);
|
|
5459
5417
|
if (!r) {
|
|
5460
5418
|
console.error(`radioGroupV1/spawnEntry prop tag not found, ${n}`);
|
|
@@ -5514,7 +5472,7 @@ const Xn = {
|
|
|
5514
5472
|
}, Et = {
|
|
5515
5473
|
key: pt,
|
|
5516
5474
|
name: "x-runtime-lib.radioGroup",
|
|
5517
|
-
comp:
|
|
5475
|
+
comp: Nr,
|
|
5518
5476
|
props: {
|
|
5519
5477
|
pageCommon: [x, Xn],
|
|
5520
5478
|
compCommon: [x, Xn]
|
|
@@ -5522,9 +5480,9 @@ const Xn = {
|
|
|
5522
5480
|
events: [],
|
|
5523
5481
|
methods: [],
|
|
5524
5482
|
slots: [],
|
|
5525
|
-
spawn:
|
|
5483
|
+
spawn: Ml
|
|
5526
5484
|
};
|
|
5527
|
-
|
|
5485
|
+
C(Et);
|
|
5528
5486
|
const Yn = {
|
|
5529
5487
|
key: "settings",
|
|
5530
5488
|
name: "x-runtime-lib.settings",
|
|
@@ -5642,10 +5600,10 @@ const Yn = {
|
|
|
5642
5600
|
]
|
|
5643
5601
|
}
|
|
5644
5602
|
]
|
|
5645
|
-
},
|
|
5603
|
+
}, Fl = {
|
|
5646
5604
|
key: ft,
|
|
5647
5605
|
name: "x-runtime-lib.rangeSlider",
|
|
5648
|
-
comp:
|
|
5606
|
+
comp: Rr,
|
|
5649
5607
|
props: {
|
|
5650
5608
|
pageCommon: [x, Yn],
|
|
5651
5609
|
compCommon: [x, Yn]
|
|
@@ -5655,7 +5613,7 @@ const Yn = {
|
|
|
5655
5613
|
slots: [],
|
|
5656
5614
|
leaf: !0
|
|
5657
5615
|
};
|
|
5658
|
-
|
|
5616
|
+
C(Fl);
|
|
5659
5617
|
const Qn = {
|
|
5660
5618
|
key: "settings",
|
|
5661
5619
|
name: "x-runtime-lib.settings",
|
|
@@ -5711,10 +5669,10 @@ const Qn = {
|
|
|
5711
5669
|
default: !1
|
|
5712
5670
|
}
|
|
5713
5671
|
]
|
|
5714
|
-
},
|
|
5672
|
+
}, Hl = {
|
|
5715
5673
|
key: bt,
|
|
5716
5674
|
name: "x-runtime-lib.rating",
|
|
5717
|
-
comp:
|
|
5675
|
+
comp: Dr,
|
|
5718
5676
|
props: {
|
|
5719
5677
|
pageCommon: [x, Qn],
|
|
5720
5678
|
compCommon: [x, Qn]
|
|
@@ -5724,7 +5682,7 @@ const Qn = {
|
|
|
5724
5682
|
slots: [],
|
|
5725
5683
|
leaf: !0
|
|
5726
5684
|
};
|
|
5727
|
-
|
|
5685
|
+
C(Hl);
|
|
5728
5686
|
const ei = {
|
|
5729
5687
|
key: "settings",
|
|
5730
5688
|
name: "x-runtime-lib.settings",
|
|
@@ -5769,7 +5727,7 @@ const ei = {
|
|
|
5769
5727
|
}, jl = {
|
|
5770
5728
|
key: ht,
|
|
5771
5729
|
name: "x-runtime-lib.select",
|
|
5772
|
-
comp:
|
|
5730
|
+
comp: Er,
|
|
5773
5731
|
props: {
|
|
5774
5732
|
pageCommon: [x, ei],
|
|
5775
5733
|
compCommon: [x, ei]
|
|
@@ -5779,7 +5737,7 @@ const ei = {
|
|
|
5779
5737
|
slots: [],
|
|
5780
5738
|
leaf: !0
|
|
5781
5739
|
};
|
|
5782
|
-
|
|
5740
|
+
C(jl);
|
|
5783
5741
|
const dn = G(Q);
|
|
5784
5742
|
dn.key = "color";
|
|
5785
5743
|
dn.name = "x-runtime-lib.color";
|
|
@@ -5915,10 +5873,10 @@ const ti = {
|
|
|
5915
5873
|
default: void 0
|
|
5916
5874
|
}
|
|
5917
5875
|
]
|
|
5918
|
-
},
|
|
5876
|
+
}, Ul = {
|
|
5919
5877
|
key: xt,
|
|
5920
5878
|
name: "x-runtime-lib.slider",
|
|
5921
|
-
comp:
|
|
5879
|
+
comp: Mr,
|
|
5922
5880
|
props: {
|
|
5923
5881
|
pageCommon: [x, ti, ni],
|
|
5924
5882
|
compCommon: [x, ti, ni]
|
|
@@ -5928,11 +5886,11 @@ const ti = {
|
|
|
5928
5886
|
slots: [],
|
|
5929
5887
|
leaf: !0
|
|
5930
5888
|
};
|
|
5931
|
-
|
|
5889
|
+
C(Ul);
|
|
5932
5890
|
const Mt = {
|
|
5933
5891
|
key: eo,
|
|
5934
5892
|
name: "x-runtime-lib.stepperHeader",
|
|
5935
|
-
comp:
|
|
5893
|
+
comp: Ur,
|
|
5936
5894
|
props: {
|
|
5937
5895
|
pageCommon: [x],
|
|
5938
5896
|
compCommon: [x]
|
|
@@ -5941,7 +5899,7 @@ const Mt = {
|
|
|
5941
5899
|
methods: [],
|
|
5942
5900
|
slots: []
|
|
5943
5901
|
};
|
|
5944
|
-
|
|
5902
|
+
C(Mt);
|
|
5945
5903
|
const ii = {
|
|
5946
5904
|
key: "settings",
|
|
5947
5905
|
name: "x-runtime-lib.settings",
|
|
@@ -5956,7 +5914,7 @@ const ii = {
|
|
|
5956
5914
|
}, Ft = {
|
|
5957
5915
|
key: to,
|
|
5958
5916
|
name: "x-runtime-lib.stepperItem",
|
|
5959
|
-
comp:
|
|
5917
|
+
comp: Gr,
|
|
5960
5918
|
props: {
|
|
5961
5919
|
pageCommon: [x, ii],
|
|
5962
5920
|
compCommon: [x, ii]
|
|
@@ -5965,11 +5923,11 @@ const ii = {
|
|
|
5965
5923
|
methods: [],
|
|
5966
5924
|
slots: []
|
|
5967
5925
|
};
|
|
5968
|
-
|
|
5926
|
+
C(Ft);
|
|
5969
5927
|
const Ht = {
|
|
5970
5928
|
key: no,
|
|
5971
5929
|
name: "x-runtime-lib.stepperWindow",
|
|
5972
|
-
comp:
|
|
5930
|
+
comp: Zr,
|
|
5973
5931
|
props: {
|
|
5974
5932
|
pageCommon: [x],
|
|
5975
5933
|
compCommon: [x]
|
|
@@ -5978,7 +5936,7 @@ const Ht = {
|
|
|
5978
5936
|
methods: [],
|
|
5979
5937
|
slots: []
|
|
5980
5938
|
};
|
|
5981
|
-
|
|
5939
|
+
C(Ht);
|
|
5982
5940
|
const oi = {
|
|
5983
5941
|
key: "settings",
|
|
5984
5942
|
name: "x-runtime-lib.settings",
|
|
@@ -5990,10 +5948,10 @@ const oi = {
|
|
|
5990
5948
|
default: ""
|
|
5991
5949
|
}
|
|
5992
5950
|
]
|
|
5993
|
-
},
|
|
5951
|
+
}, jt = {
|
|
5994
5952
|
key: io,
|
|
5995
5953
|
name: "x-runtime-lib.stepperWindowItem",
|
|
5996
|
-
comp:
|
|
5954
|
+
comp: qr,
|
|
5997
5955
|
props: {
|
|
5998
5956
|
pageCommon: [x, oi],
|
|
5999
5957
|
compCommon: [x, oi]
|
|
@@ -6002,22 +5960,22 @@ const oi = {
|
|
|
6002
5960
|
methods: [],
|
|
6003
5961
|
slots: []
|
|
6004
5962
|
};
|
|
6005
|
-
|
|
6006
|
-
function
|
|
5963
|
+
C(jt);
|
|
5964
|
+
function Gl(i, e) {
|
|
6007
5965
|
const t = `type=${i} subtype=${e}`, s = E(i, e);
|
|
6008
5966
|
if (!s) {
|
|
6009
5967
|
console.error(`stepperV1/spawn prop tag not found, ${t}`);
|
|
6010
5968
|
return;
|
|
6011
5969
|
}
|
|
6012
|
-
const n =
|
|
5970
|
+
const n = Ut.props[s];
|
|
6013
5971
|
if (!n) {
|
|
6014
5972
|
console.error(`stepperV1/spawn props not found, ${t}`);
|
|
6015
5973
|
return;
|
|
6016
5974
|
}
|
|
6017
5975
|
const r = {};
|
|
6018
|
-
return D(r, n), r.basic.id = R(16), r.basic.key =
|
|
5976
|
+
return D(r, n), r.basic.id = R(16), r.basic.key = Ut.key, r.children = [Ol(i, e), Kl(i, e)], r;
|
|
6019
5977
|
}
|
|
6020
|
-
function
|
|
5978
|
+
function Ol(i, e) {
|
|
6021
5979
|
const t = `type=${i} subtype=${e}`, s = E(i, e);
|
|
6022
5980
|
if (!s) {
|
|
6023
5981
|
console.error(`stepperV1/spawnHeader prop tag not found, ${t}`);
|
|
@@ -6049,7 +6007,7 @@ function Re(i, e, t) {
|
|
|
6049
6007
|
const a = {};
|
|
6050
6008
|
return D(a, r), a.basic.id = R(16), a.basic.key = Ft.key, a.children = [], a.settings.value = t, a;
|
|
6051
6009
|
}
|
|
6052
|
-
function
|
|
6010
|
+
function Kl(i, e) {
|
|
6053
6011
|
const t = `type=${i} subtype=${e}`, s = E(i, e);
|
|
6054
6012
|
if (!s) {
|
|
6055
6013
|
console.error(`stepperV1/spawnWindow prop tag not found, ${t}`);
|
|
@@ -6073,15 +6031,15 @@ function De(i, e, t, s) {
|
|
|
6073
6031
|
console.error(`stepperV1/spawnWindowItem prop tag not found, ${n}`);
|
|
6074
6032
|
return;
|
|
6075
6033
|
}
|
|
6076
|
-
const a =
|
|
6034
|
+
const a = jt.props[r];
|
|
6077
6035
|
if (!a) {
|
|
6078
6036
|
console.error(`stepperV1/spawnWindowItem props not found, ${n}`);
|
|
6079
6037
|
return;
|
|
6080
6038
|
}
|
|
6081
6039
|
const u = {};
|
|
6082
|
-
return D(u, a), u.basic.id = R(16), u.basic.key =
|
|
6040
|
+
return D(u, a), u.basic.id = R(16), u.basic.key = jt.key, u.children = [Zl(i, e, s)], u.settings.value = t, u;
|
|
6083
6041
|
}
|
|
6084
|
-
function
|
|
6042
|
+
function Zl(i, e, t) {
|
|
6085
6043
|
const s = `type=${i} subtype=${e}`, n = E(i, e);
|
|
6086
6044
|
if (!n) {
|
|
6087
6045
|
console.error(`stepperV1/spawnCard prop tag not found, ${s}`);
|
|
@@ -6112,10 +6070,10 @@ const si = {
|
|
|
6112
6070
|
default: !1
|
|
6113
6071
|
}
|
|
6114
6072
|
]
|
|
6115
|
-
},
|
|
6073
|
+
}, Ut = {
|
|
6116
6074
|
key: gt,
|
|
6117
6075
|
name: "x-runtime-lib.stepper",
|
|
6118
|
-
comp:
|
|
6076
|
+
comp: Fr,
|
|
6119
6077
|
props: {
|
|
6120
6078
|
pageCommon: [x, si],
|
|
6121
6079
|
compCommon: [x, si]
|
|
@@ -6123,13 +6081,13 @@ const si = {
|
|
|
6123
6081
|
events: [],
|
|
6124
6082
|
methods: [],
|
|
6125
6083
|
slots: [],
|
|
6126
|
-
spawn:
|
|
6084
|
+
spawn: Gl
|
|
6127
6085
|
};
|
|
6128
|
-
|
|
6129
|
-
const
|
|
6086
|
+
C(Ut);
|
|
6087
|
+
const ql = {
|
|
6130
6088
|
key: vt,
|
|
6131
6089
|
name: "x-runtime-lib.switch",
|
|
6132
|
-
comp:
|
|
6090
|
+
comp: Jr,
|
|
6133
6091
|
props: {
|
|
6134
6092
|
pageCommon: [x],
|
|
6135
6093
|
compCommon: [x]
|
|
@@ -6139,7 +6097,7 @@ const Jl = {
|
|
|
6139
6097
|
slots: [],
|
|
6140
6098
|
leaf: !0
|
|
6141
6099
|
};
|
|
6142
|
-
|
|
6100
|
+
C(ql);
|
|
6143
6101
|
const ri = {
|
|
6144
6102
|
key: "settings",
|
|
6145
6103
|
name: "x-runtime-lib.settings",
|
|
@@ -6160,7 +6118,7 @@ const ri = {
|
|
|
6160
6118
|
}, Gt = {
|
|
6161
6119
|
key: oo,
|
|
6162
6120
|
name: "x-runtime-lib.tab",
|
|
6163
|
-
comp:
|
|
6121
|
+
comp: Xr,
|
|
6164
6122
|
props: {
|
|
6165
6123
|
pageCommon: [x, ri],
|
|
6166
6124
|
compCommon: [x, ri]
|
|
@@ -6170,8 +6128,8 @@ const ri = {
|
|
|
6170
6128
|
slots: [],
|
|
6171
6129
|
leaf: !0
|
|
6172
6130
|
};
|
|
6173
|
-
|
|
6174
|
-
function
|
|
6131
|
+
C(Gt);
|
|
6132
|
+
function Jl(i, e) {
|
|
6175
6133
|
const t = `type=${i} subtype=${e}`, s = E(i, e);
|
|
6176
6134
|
if (!s) {
|
|
6177
6135
|
console.error(`tabsV1/spawn prop tag not found, ${t}`);
|
|
@@ -6294,7 +6252,7 @@ const li = {
|
|
|
6294
6252
|
}, Ot = {
|
|
6295
6253
|
key: kt,
|
|
6296
6254
|
name: "x-runtime-lib.tabs",
|
|
6297
|
-
comp:
|
|
6255
|
+
comp: Yr,
|
|
6298
6256
|
props: {
|
|
6299
6257
|
pageCommon: [x, li],
|
|
6300
6258
|
compCommon: [x, li]
|
|
@@ -6302,10 +6260,10 @@ const li = {
|
|
|
6302
6260
|
events: [],
|
|
6303
6261
|
methods: [],
|
|
6304
6262
|
slots: [],
|
|
6305
|
-
spawn:
|
|
6263
|
+
spawn: Jl
|
|
6306
6264
|
};
|
|
6307
|
-
|
|
6308
|
-
function
|
|
6265
|
+
C(Ot);
|
|
6266
|
+
function Xl(i, e) {
|
|
6309
6267
|
const t = `type=${i} subtype=${e}`, s = E(i, e);
|
|
6310
6268
|
if (!s) {
|
|
6311
6269
|
console.error(`textV1/spawn prop tag not found, ${t}`);
|
|
@@ -6408,7 +6366,7 @@ const ai = {
|
|
|
6408
6366
|
}, he = {
|
|
6409
6367
|
key: _t,
|
|
6410
6368
|
name: "x-runtime-lib.text",
|
|
6411
|
-
comp:
|
|
6369
|
+
comp: Qr,
|
|
6412
6370
|
props: {
|
|
6413
6371
|
pageCommon: [x, ai],
|
|
6414
6372
|
compCommon: [x, ai]
|
|
@@ -6417,10 +6375,10 @@ const ai = {
|
|
|
6417
6375
|
methods: [],
|
|
6418
6376
|
slots: [],
|
|
6419
6377
|
leaf: !0,
|
|
6420
|
-
spawn:
|
|
6378
|
+
spawn: Xl
|
|
6421
6379
|
};
|
|
6422
|
-
|
|
6423
|
-
function
|
|
6380
|
+
C(he);
|
|
6381
|
+
function Yl(i, e) {
|
|
6424
6382
|
const t = `type=${i} subtype=${e}`, s = E(i, e);
|
|
6425
6383
|
if (!s) {
|
|
6426
6384
|
console.error(`textareaV1/spawn prop tag not found, ${t}`);
|
|
@@ -6508,7 +6466,7 @@ const ui = {
|
|
|
6508
6466
|
}, Kt = {
|
|
6509
6467
|
key: wt,
|
|
6510
6468
|
name: "x-runtime-lib.textarea",
|
|
6511
|
-
comp:
|
|
6469
|
+
comp: el,
|
|
6512
6470
|
props: {
|
|
6513
6471
|
pageCommon: [x, ui],
|
|
6514
6472
|
compCommon: [x, ui]
|
|
@@ -6517,13 +6475,13 @@ const ui = {
|
|
|
6517
6475
|
methods: [],
|
|
6518
6476
|
slots: [],
|
|
6519
6477
|
leaf: !0,
|
|
6520
|
-
spawn:
|
|
6478
|
+
spawn: Yl
|
|
6521
6479
|
};
|
|
6522
|
-
|
|
6480
|
+
C(Kt);
|
|
6523
6481
|
const Zt = {
|
|
6524
6482
|
key: so,
|
|
6525
6483
|
name: "x-runtime-lib.timelineItem",
|
|
6526
|
-
comp:
|
|
6484
|
+
comp: sl,
|
|
6527
6485
|
props: {
|
|
6528
6486
|
pageCommon: [x],
|
|
6529
6487
|
compCommon: [x]
|
|
@@ -6532,8 +6490,8 @@ const Zt = {
|
|
|
6532
6490
|
methods: [],
|
|
6533
6491
|
slots: []
|
|
6534
6492
|
};
|
|
6535
|
-
|
|
6536
|
-
function
|
|
6493
|
+
C(Zt);
|
|
6494
|
+
function Ql(i, e) {
|
|
6537
6495
|
const t = `type=${i} subtype=${e}`, s = E(i, e);
|
|
6538
6496
|
if (!s) {
|
|
6539
6497
|
console.error(`timelineV1/spawn prop tag not found, ${t}`);
|
|
@@ -6563,9 +6521,9 @@ function Me(i, e, t) {
|
|
|
6563
6521
|
return;
|
|
6564
6522
|
}
|
|
6565
6523
|
const a = {};
|
|
6566
|
-
return D(a, r), a.basic.id = R(16), a.basic.key = Zt.key, a.children = [
|
|
6524
|
+
return D(a, r), a.basic.id = R(16), a.basic.key = Zt.key, a.children = [ea(i, e, t)], a;
|
|
6567
6525
|
}
|
|
6568
|
-
function
|
|
6526
|
+
function ea(i, e, t) {
|
|
6569
6527
|
const s = `type=${i} subtype=${e}`, n = E(i, e);
|
|
6570
6528
|
if (!n) {
|
|
6571
6529
|
console.error(`timelineV1/spawnText prop tag not found, ${s}`);
|
|
@@ -6579,7 +6537,7 @@ function ta(i, e, t) {
|
|
|
6579
6537
|
const a = {};
|
|
6580
6538
|
return D(a, r), a.basic.id = R(16), a.basic.key = he.key, a.settings.text = t, a;
|
|
6581
6539
|
}
|
|
6582
|
-
const
|
|
6540
|
+
const ta = G(Q), na = G(Q), ci = {
|
|
6583
6541
|
key: "settings",
|
|
6584
6542
|
name: "x-runtime-lib.settings",
|
|
6585
6543
|
children: [
|
|
@@ -6627,7 +6585,7 @@ const na = G(Q), ia = G(Q), ci = {
|
|
|
6627
6585
|
ui: "switch",
|
|
6628
6586
|
default: !1
|
|
6629
6587
|
},
|
|
6630
|
-
|
|
6588
|
+
ta
|
|
6631
6589
|
]
|
|
6632
6590
|
},
|
|
6633
6591
|
{
|
|
@@ -6653,14 +6611,14 @@ const na = G(Q), ia = G(Q), ci = {
|
|
|
6653
6611
|
ui: "numInput",
|
|
6654
6612
|
default: 0
|
|
6655
6613
|
},
|
|
6656
|
-
|
|
6614
|
+
na
|
|
6657
6615
|
]
|
|
6658
6616
|
}
|
|
6659
6617
|
]
|
|
6660
6618
|
}, qt = {
|
|
6661
6619
|
key: $t,
|
|
6662
6620
|
name: "x-runtime-lib.timeline",
|
|
6663
|
-
comp:
|
|
6621
|
+
comp: nl,
|
|
6664
6622
|
props: {
|
|
6665
6623
|
pageCommon: [x, ci],
|
|
6666
6624
|
compCommon: [x, ci]
|
|
@@ -6668,13 +6626,13 @@ const na = G(Q), ia = G(Q), ci = {
|
|
|
6668
6626
|
events: [],
|
|
6669
6627
|
methods: [],
|
|
6670
6628
|
slots: [],
|
|
6671
|
-
spawn:
|
|
6629
|
+
spawn: Ql
|
|
6672
6630
|
};
|
|
6673
|
-
|
|
6631
|
+
C(qt);
|
|
6674
6632
|
const Jt = {
|
|
6675
6633
|
key: ro,
|
|
6676
6634
|
name: "x-runtime-lib.windowItem",
|
|
6677
|
-
comp:
|
|
6635
|
+
comp: ul,
|
|
6678
6636
|
props: {
|
|
6679
6637
|
pageCommon: [x],
|
|
6680
6638
|
compCommon: [x]
|
|
@@ -6683,8 +6641,8 @@ const Jt = {
|
|
|
6683
6641
|
methods: [],
|
|
6684
6642
|
slots: []
|
|
6685
6643
|
};
|
|
6686
|
-
|
|
6687
|
-
function
|
|
6644
|
+
C(Jt);
|
|
6645
|
+
function ia(i, e) {
|
|
6688
6646
|
const t = `type=${i} subtype=${e}`, s = E(i, e);
|
|
6689
6647
|
if (!s) {
|
|
6690
6648
|
console.error(`windowV1/spawn prop tag not found, ${t}`);
|
|
@@ -6714,9 +6672,9 @@ function Fe(i, e, t) {
|
|
|
6714
6672
|
return;
|
|
6715
6673
|
}
|
|
6716
6674
|
const a = {};
|
|
6717
|
-
return D(a, r), a.basic.id = R(16), a.basic.key = Jt.key, a.children = [
|
|
6675
|
+
return D(a, r), a.basic.id = R(16), a.basic.key = Jt.key, a.children = [oa(i, e, t)], a;
|
|
6718
6676
|
}
|
|
6719
|
-
function
|
|
6677
|
+
function oa(i, e, t) {
|
|
6720
6678
|
const s = `type=${i} subtype=${e}`, n = E(i, e);
|
|
6721
6679
|
if (!n) {
|
|
6722
6680
|
console.error(`windowV1/spawnFlexLayout prop tag not found, ${s}`);
|
|
@@ -6728,9 +6686,9 @@ function sa(i, e, t) {
|
|
|
6728
6686
|
return;
|
|
6729
6687
|
}
|
|
6730
6688
|
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 = [
|
|
6689
|
+
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 = [sa(i, e, t)], a;
|
|
6732
6690
|
}
|
|
6733
|
-
function
|
|
6691
|
+
function sa(i, e, t) {
|
|
6734
6692
|
const s = `type=${i} subtype=${e}`, n = E(i, e);
|
|
6735
6693
|
if (!n) {
|
|
6736
6694
|
console.error(`windowV1/spawnText prop tag not found, ${s}`);
|
|
@@ -6795,7 +6753,7 @@ const di = {
|
|
|
6795
6753
|
}, Xt = {
|
|
6796
6754
|
key: It,
|
|
6797
6755
|
name: "x-runtime-lib.window",
|
|
6798
|
-
comp:
|
|
6756
|
+
comp: rl,
|
|
6799
6757
|
props: {
|
|
6800
6758
|
pageCommon: [x, di],
|
|
6801
6759
|
compCommon: [x, di]
|
|
@@ -6803,36 +6761,36 @@ const di = {
|
|
|
6803
6761
|
events: [],
|
|
6804
6762
|
methods: [],
|
|
6805
6763
|
slots: [],
|
|
6806
|
-
spawn:
|
|
6764
|
+
spawn: ia
|
|
6807
6765
|
};
|
|
6808
|
-
|
|
6809
|
-
const
|
|
6766
|
+
C(Xt);
|
|
6767
|
+
const ra = [
|
|
6810
6768
|
{ title: "x-runtime-lib.title", value: "title" },
|
|
6811
6769
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
6812
6770
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6813
6771
|
{ title: "x-runtime-lib.center", value: "center" }
|
|
6814
|
-
],
|
|
6772
|
+
], la = [
|
|
6815
6773
|
{ title: "x-runtime-lib.value", value: "value" },
|
|
6816
6774
|
{ title: "x-runtime-lib.category", value: "category" },
|
|
6817
6775
|
{ title: "x-runtime-lib.time", value: "time" },
|
|
6818
6776
|
{ title: "x-runtime-lib.log", value: "log" }
|
|
6819
|
-
],
|
|
6777
|
+
], aa = [
|
|
6820
6778
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6821
6779
|
{ title: "x-runtime-lib.solid", value: "solid" },
|
|
6822
6780
|
{ title: "x-runtime-lib.dashed", value: "dashed" },
|
|
6823
6781
|
{ title: "x-runtime-lib.dotted", value: "dotted" }
|
|
6824
|
-
],
|
|
6782
|
+
], ua = [
|
|
6825
6783
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6826
6784
|
{ title: "x-runtime-lib.theme", value: "theme" },
|
|
6827
6785
|
{ title: "x-runtime-lib.custom", value: "custom" }
|
|
6828
|
-
],
|
|
6786
|
+
], ca = [
|
|
6829
6787
|
{ title: "x-runtime-lib.default", value: "default" },
|
|
6830
6788
|
{ title: "x-runtime-lib.comfortable", value: "comfortable" },
|
|
6831
6789
|
{ title: "x-runtime-lib.compact", value: "compact" }
|
|
6832
|
-
],
|
|
6790
|
+
], da = [
|
|
6833
6791
|
{ title: "x-runtime-lib.horizontal", value: "horizontal" },
|
|
6834
6792
|
{ title: "x-runtime-lib.vertical", value: "vertical" }
|
|
6835
|
-
],
|
|
6793
|
+
], ma = [
|
|
6836
6794
|
{ title: "x-runtime-lib.underlined", value: "underlined" },
|
|
6837
6795
|
{ title: "x-runtime-lib.outlined", value: "outlined" },
|
|
6838
6796
|
{ title: "x-runtime-lib.filled", value: "filled" },
|
|
@@ -6840,20 +6798,20 @@ const la = [
|
|
|
6840
6798
|
{ title: "x-runtime-lib.soloInverted", value: "solo-inverted" },
|
|
6841
6799
|
{ title: "x-runtime-lib.soloFilled", value: "solo-filled" },
|
|
6842
6800
|
{ title: "x-runtime-lib.plain", value: "plain" }
|
|
6843
|
-
],
|
|
6801
|
+
], pa = [
|
|
6844
6802
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6845
6803
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6846
6804
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
6847
6805
|
{ title: "x-runtime-lib.center", value: "center" },
|
|
6848
6806
|
{ title: "x-runtime-lib.baseline", value: "baseline" },
|
|
6849
6807
|
{ title: "x-runtime-lib.stretch", value: "stretch" }
|
|
6850
|
-
],
|
|
6808
|
+
], fa = [
|
|
6851
6809
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6852
6810
|
{ title: "x-runtime-lib.row", value: "row" },
|
|
6853
6811
|
{ title: "x-runtime-lib.rowReverse", value: "rowReverse" },
|
|
6854
6812
|
{ title: "x-runtime-lib.column", value: "column" },
|
|
6855
6813
|
{ title: "x-runtime-lib.columnReverse", value: "columnReverse" }
|
|
6856
|
-
],
|
|
6814
|
+
], ba = [
|
|
6857
6815
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6858
6816
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6859
6817
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
@@ -6861,12 +6819,12 @@ const la = [
|
|
|
6861
6819
|
{ title: "x-runtime-lib.spaceBetween", value: "spaceBetween" },
|
|
6862
6820
|
{ title: "x-runtime-lib.spaceAround", value: "spaceAround" },
|
|
6863
6821
|
{ title: "x-runtime-lib.spaceEvenly", value: "spaceEvenly" }
|
|
6864
|
-
],
|
|
6822
|
+
], ya = [
|
|
6865
6823
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6866
6824
|
{ title: "x-runtime-lib.no", value: "no" },
|
|
6867
6825
|
{ title: "x-runtime-lib.yes", value: "yes" },
|
|
6868
6826
|
{ title: "x-runtime-lib.reverse", value: "reverse" }
|
|
6869
|
-
],
|
|
6827
|
+
], ha = [
|
|
6870
6828
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6871
6829
|
{ title: "x-runtime-lib.black", value: "black" },
|
|
6872
6830
|
{ title: "x-runtime-lib.bold", value: "bold" },
|
|
@@ -6874,24 +6832,24 @@ const la = [
|
|
|
6874
6832
|
{ title: "x-runtime-lib.regular", value: "regular" },
|
|
6875
6833
|
{ title: "x-runtime-lib.light", value: "light" },
|
|
6876
6834
|
{ title: "x-runtime-lib.thin", value: "thin" }
|
|
6877
|
-
],
|
|
6835
|
+
], xa = [
|
|
6878
6836
|
{ title: "x-runtime-lib.elevated", value: "elevated" },
|
|
6879
6837
|
{ title: "x-runtime-lib.flat", value: "flat" },
|
|
6880
6838
|
{ title: "x-runtime-lib.tonal", value: "tonal" },
|
|
6881
6839
|
{ title: "x-runtime-lib.outlined", value: "outlined" },
|
|
6882
6840
|
{ title: "x-runtime-lib.text", value: "text" },
|
|
6883
6841
|
{ title: "x-runtime-lib.plain", value: "plain" }
|
|
6884
|
-
],
|
|
6842
|
+
], ga = [
|
|
6885
6843
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6886
6844
|
{ title: "x-runtime-lib.show", value: "show" },
|
|
6887
6845
|
{ title: "x-runtime-lib.always", value: "always" }
|
|
6888
|
-
],
|
|
6846
|
+
], va = [
|
|
6889
6847
|
{ title: "x-runtime-lib.xSmall", value: "x-small" },
|
|
6890
6848
|
{ title: "x-runtime-lib.small", value: "small" },
|
|
6891
6849
|
{ title: "x-runtime-lib.default", value: "default" },
|
|
6892
6850
|
{ title: "x-runtime-lib.large", value: "large" },
|
|
6893
6851
|
{ title: "x-runtime-lib.xLarge", value: "x-large" }
|
|
6894
|
-
],
|
|
6852
|
+
], ka = [
|
|
6895
6853
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6896
6854
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6897
6855
|
{ title: "x-runtime-lib.center", value: "center" },
|
|
@@ -6899,18 +6857,18 @@ const la = [
|
|
|
6899
6857
|
{ title: "x-runtime-lib.justify", value: "justify" },
|
|
6900
6858
|
{ title: "x-runtime-lib.left", value: "left" },
|
|
6901
6859
|
{ title: "x-runtime-lib.right", value: "right" }
|
|
6902
|
-
],
|
|
6860
|
+
], _a = [
|
|
6903
6861
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6904
6862
|
{ title: "x-runtime-lib.none", value: "none" },
|
|
6905
6863
|
{ title: "x-runtime-lib.overline", value: "overline" },
|
|
6906
6864
|
{ title: "x-runtime-lib.underline", value: "underline" },
|
|
6907
6865
|
{ title: "x-runtime-lib.lineThrough", value: "line-through" }
|
|
6908
|
-
],
|
|
6866
|
+
], wa = [
|
|
6909
6867
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6910
6868
|
{ title: "x-runtime-lib.high", value: "high" },
|
|
6911
6869
|
{ title: "x-runtime-lib.medium", value: "medium" },
|
|
6912
6870
|
{ title: "x-runtime-lib.disabled", value: "disabled" }
|
|
6913
|
-
],
|
|
6871
|
+
], Va = [
|
|
6914
6872
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6915
6873
|
{ title: "x-runtime-lib.h1", value: "h1" },
|
|
6916
6874
|
{ title: "x-runtime-lib.h2", value: "h2" },
|
|
@@ -6925,7 +6883,7 @@ const la = [
|
|
|
6925
6883
|
{ title: "x-runtime-lib.button", value: "button" },
|
|
6926
6884
|
{ title: "x-runtime-lib.caption", value: "caption" },
|
|
6927
6885
|
{ title: "x-runtime-lib.overline", value: "overline" }
|
|
6928
|
-
],
|
|
6886
|
+
], $a = [
|
|
6929
6887
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6930
6888
|
{ title: "x-runtime-lib.primary", value: "primary" },
|
|
6931
6889
|
{ title: "x-runtime-lib.secondary", value: "secondary" },
|
|
@@ -6936,53 +6894,53 @@ const la = [
|
|
|
6936
6894
|
{ title: "x-runtime-lib.background0", value: "background0" },
|
|
6937
6895
|
{ title: "x-runtime-lib.background1", value: "background1" },
|
|
6938
6896
|
{ title: "x-runtime-lib.background2", value: "background2" }
|
|
6939
|
-
],
|
|
6897
|
+
], Ia = [
|
|
6940
6898
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6941
6899
|
{ title: "x-runtime-lib.show", value: "show" },
|
|
6942
6900
|
{ title: "x-runtime-lib.always", value: "always" }
|
|
6943
|
-
],
|
|
6901
|
+
], Ca = [
|
|
6944
6902
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6945
6903
|
{ title: "x-runtime-lib.center", value: "center" }
|
|
6946
|
-
],
|
|
6904
|
+
], Sa = [
|
|
6947
6905
|
{ title: "x-runtime-lib.horizontal", value: "horizontal" },
|
|
6948
6906
|
{ title: "x-runtime-lib.vertical", value: "vertical" }
|
|
6949
|
-
],
|
|
6907
|
+
], Ta = [
|
|
6950
6908
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6951
6909
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
6952
6910
|
{ title: "x-runtime-lib.start", value: "start" }
|
|
6953
|
-
],
|
|
6911
|
+
], za = [
|
|
6954
6912
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6955
6913
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
6956
6914
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6957
6915
|
{ title: "x-runtime-lib.both", value: "both" }
|
|
6958
|
-
],
|
|
6916
|
+
], Aa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6959
6917
|
__proto__: null,
|
|
6960
|
-
alignTabsItemsV1:
|
|
6961
|
-
axisTypeItemsV1:
|
|
6962
|
-
borderStyleItemsV1:
|
|
6963
|
-
colorModeItemsV1:
|
|
6964
|
-
densityItemsV1:
|
|
6965
|
-
directionItemsV1:
|
|
6966
|
-
fieldVariantItemsV1:
|
|
6967
|
-
flexCrossAlignItemsV1:
|
|
6968
|
-
flexDirectionItemsV1:
|
|
6969
|
-
flexMainAlignItemsV1:
|
|
6970
|
-
flexWrapItemsV1:
|
|
6971
|
-
fontWeightItemsV1:
|
|
6972
|
-
sheetVariantItemsV1:
|
|
6973
|
-
showTicksItemsV1:
|
|
6974
|
-
sizeItemsV1:
|
|
6975
|
-
textAlignItemsV1:
|
|
6976
|
-
textDecorationItemsV1:
|
|
6977
|
-
textEmphasisItemsV1:
|
|
6978
|
-
textStyleItemsV1:
|
|
6979
|
-
themeColorItemsV1:
|
|
6980
|
-
thumbLabelItemsV1:
|
|
6981
|
-
timelineAlignItemsV1:
|
|
6982
|
-
timelineDirectionItemsV1:
|
|
6983
|
-
timelineSideItemsV1:
|
|
6984
|
-
timelineTruncateLineItemsV1:
|
|
6985
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6918
|
+
alignTabsItemsV1: ra,
|
|
6919
|
+
axisTypeItemsV1: la,
|
|
6920
|
+
borderStyleItemsV1: aa,
|
|
6921
|
+
colorModeItemsV1: ua,
|
|
6922
|
+
densityItemsV1: ca,
|
|
6923
|
+
directionItemsV1: da,
|
|
6924
|
+
fieldVariantItemsV1: ma,
|
|
6925
|
+
flexCrossAlignItemsV1: pa,
|
|
6926
|
+
flexDirectionItemsV1: fa,
|
|
6927
|
+
flexMainAlignItemsV1: ba,
|
|
6928
|
+
flexWrapItemsV1: ya,
|
|
6929
|
+
fontWeightItemsV1: ha,
|
|
6930
|
+
sheetVariantItemsV1: xa,
|
|
6931
|
+
showTicksItemsV1: ga,
|
|
6932
|
+
sizeItemsV1: va,
|
|
6933
|
+
textAlignItemsV1: ka,
|
|
6934
|
+
textDecorationItemsV1: _a,
|
|
6935
|
+
textEmphasisItemsV1: wa,
|
|
6936
|
+
textStyleItemsV1: Va,
|
|
6937
|
+
themeColorItemsV1: $a,
|
|
6938
|
+
thumbLabelItemsV1: Ia,
|
|
6939
|
+
timelineAlignItemsV1: Ca,
|
|
6940
|
+
timelineDirectionItemsV1: Sa,
|
|
6941
|
+
timelineSideItemsV1: Ta,
|
|
6942
|
+
timelineTruncateLineItemsV1: za
|
|
6943
|
+
}, Symbol.toStringTag, { value: "Module" })), Pa = [
|
|
6986
6944
|
{
|
|
6987
6945
|
title: "x-runtime-lib.notSet",
|
|
6988
6946
|
value: "",
|
|
@@ -7015,7 +6973,7 @@ const la = [
|
|
|
7015
6973
|
title: "x-runtime-lib.pixel",
|
|
7016
6974
|
value: "pixel",
|
|
7017
6975
|
ui: "pixelInput",
|
|
7018
|
-
validator:
|
|
6976
|
+
validator: We,
|
|
7019
6977
|
default: "0px",
|
|
7020
6978
|
precision: 0,
|
|
7021
6979
|
min: 0,
|
|
@@ -7063,7 +7021,7 @@ const la = [
|
|
|
7063
7021
|
title: "x-runtime-lib.pixel",
|
|
7064
7022
|
value: "pixel",
|
|
7065
7023
|
ui: "pixelInput",
|
|
7066
|
-
validator:
|
|
7024
|
+
validator: We,
|
|
7067
7025
|
default: "0px"
|
|
7068
7026
|
},
|
|
7069
7027
|
{
|
|
@@ -7086,7 +7044,7 @@ const la = [
|
|
|
7086
7044
|
title: "x-runtime-lib.pixel",
|
|
7087
7045
|
value: "pixel",
|
|
7088
7046
|
ui: "pixelInput",
|
|
7089
|
-
validator:
|
|
7047
|
+
validator: We,
|
|
7090
7048
|
min: 0,
|
|
7091
7049
|
default: "0px"
|
|
7092
7050
|
},
|
|
@@ -7099,7 +7057,7 @@ const la = [
|
|
|
7099
7057
|
min: 0,
|
|
7100
7058
|
default: "0%"
|
|
7101
7059
|
}
|
|
7102
|
-
],
|
|
7060
|
+
], Na = [
|
|
7103
7061
|
{
|
|
7104
7062
|
title: "x-runtime-lib.notSet",
|
|
7105
7063
|
value: "",
|
|
@@ -7111,7 +7069,7 @@ const la = [
|
|
|
7111
7069
|
title: "x-runtime-lib.pixel",
|
|
7112
7070
|
value: "pixel",
|
|
7113
7071
|
ui: "pixelInput",
|
|
7114
|
-
validator:
|
|
7072
|
+
validator: We,
|
|
7115
7073
|
min: 0,
|
|
7116
7074
|
default: "0px"
|
|
7117
7075
|
},
|
|
@@ -7124,7 +7082,7 @@ const la = [
|
|
|
7124
7082
|
min: 0,
|
|
7125
7083
|
default: "0%"
|
|
7126
7084
|
}
|
|
7127
|
-
],
|
|
7085
|
+
], Ra = [
|
|
7128
7086
|
{
|
|
7129
7087
|
title: "x-runtime-lib.notSet",
|
|
7130
7088
|
value: "",
|
|
@@ -7153,7 +7111,7 @@ const la = [
|
|
|
7153
7111
|
validator: (i) => i === "end",
|
|
7154
7112
|
default: "end"
|
|
7155
7113
|
}
|
|
7156
|
-
],
|
|
7114
|
+
], Da = [
|
|
7157
7115
|
{
|
|
7158
7116
|
title: "x-runtime-lib.notSet",
|
|
7159
7117
|
value: "",
|
|
@@ -7175,25 +7133,25 @@ const la = [
|
|
|
7175
7133
|
validator: (i) => i === "bottom",
|
|
7176
7134
|
default: "bottom"
|
|
7177
7135
|
}
|
|
7178
|
-
],
|
|
7136
|
+
], Ea = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7179
7137
|
__proto__: null,
|
|
7180
|
-
borderWidthTypesV1:
|
|
7138
|
+
borderWidthTypesV1: Pa,
|
|
7181
7139
|
leftRightTypesV1: Wa,
|
|
7182
7140
|
marginTypesV1: La,
|
|
7183
7141
|
paddingTypesV1: Ba,
|
|
7184
|
-
sizeTypesV1:
|
|
7185
|
-
tableColumnAlignTypesV1:
|
|
7186
|
-
topBottomTypesV1:
|
|
7187
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7142
|
+
sizeTypesV1: Na,
|
|
7143
|
+
tableColumnAlignTypesV1: Ra,
|
|
7144
|
+
topBottomTypesV1: Da
|
|
7145
|
+
}, Symbol.toStringTag, { value: "Module" })), Ma = {
|
|
7188
7146
|
version: "v1",
|
|
7189
7147
|
globalityKey: lt,
|
|
7190
7148
|
refKey: Se,
|
|
7191
|
-
items: { ...
|
|
7192
|
-
types: { ...
|
|
7149
|
+
items: { ...Aa },
|
|
7150
|
+
types: { ...Ea },
|
|
7193
7151
|
elements: /* @__PURE__ */ new Set([
|
|
7194
|
-
Ue,
|
|
7195
|
-
kn,
|
|
7196
7152
|
je,
|
|
7153
|
+
kn,
|
|
7154
|
+
Ue,
|
|
7197
7155
|
Ge,
|
|
7198
7156
|
Oe,
|
|
7199
7157
|
Ke,
|
|
@@ -7246,7 +7204,7 @@ const la = [
|
|
|
7246
7204
|
key: "containment",
|
|
7247
7205
|
name: "x-runtime-lib.containment",
|
|
7248
7206
|
items: [
|
|
7249
|
-
|
|
7207
|
+
Ue,
|
|
7250
7208
|
Ke,
|
|
7251
7209
|
qe,
|
|
7252
7210
|
Qe,
|
|
@@ -7282,7 +7240,7 @@ const la = [
|
|
|
7282
7240
|
{
|
|
7283
7241
|
key: "dataDisplay",
|
|
7284
7242
|
name: "x-runtime-lib.dataDisplay",
|
|
7285
|
-
items: [et,
|
|
7243
|
+
items: [et, je, at]
|
|
7286
7244
|
},
|
|
7287
7245
|
{
|
|
7288
7246
|
key: "selection",
|
|
@@ -7317,42 +7275,42 @@ const la = [
|
|
|
7317
7275
|
}
|
|
7318
7276
|
]
|
|
7319
7277
|
}, hn = {
|
|
7320
|
-
v1:
|
|
7321
|
-
},
|
|
7278
|
+
v1: Ma
|
|
7279
|
+
}, Fa = (i, e, t) => {
|
|
7322
7280
|
const s = i[e];
|
|
7323
7281
|
return s ? typeof s == "function" ? s() : Promise.resolve(s) : new Promise((n, r) => {
|
|
7324
7282
|
(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
7283
|
});
|
|
7326
7284
|
};
|
|
7327
7285
|
async function du(i) {
|
|
7328
|
-
return (await
|
|
7286
|
+
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
7287
|
}
|
|
7330
7288
|
export {
|
|
7331
7289
|
uu as badgeV1,
|
|
7332
7290
|
Ct as barChartV1,
|
|
7333
7291
|
Ai as breakpoints,
|
|
7334
|
-
|
|
7335
|
-
|
|
7292
|
+
gl as btnGroupV1,
|
|
7293
|
+
vl as btnToggleV1,
|
|
7336
7294
|
Tt as btnV1,
|
|
7337
7295
|
Pi as calcBreakpoint,
|
|
7338
7296
|
Ve as cardV1,
|
|
7339
|
-
|
|
7297
|
+
_l as checkboxV1,
|
|
7340
7298
|
At as chipGroupV1,
|
|
7341
7299
|
zt as chipV1,
|
|
7342
|
-
|
|
7343
|
-
|
|
7300
|
+
$l as colorPickerV1,
|
|
7301
|
+
Il as comboboxV1,
|
|
7344
7302
|
Pt as containerV1,
|
|
7345
|
-
|
|
7346
|
-
|
|
7347
|
-
|
|
7303
|
+
Cl as dataTableV1,
|
|
7304
|
+
Sl as datePickerV1,
|
|
7305
|
+
Tl as dialogV1,
|
|
7348
7306
|
Bo as duplicateNode,
|
|
7349
7307
|
Xa as duplicateNodes,
|
|
7350
7308
|
ye as elements,
|
|
7351
7309
|
au as ensureContext,
|
|
7352
7310
|
cu as fileInputV1,
|
|
7353
|
-
|
|
7311
|
+
Wt as flexLayoutEntryV1,
|
|
7354
7312
|
$e as flexLayoutV1,
|
|
7355
|
-
|
|
7313
|
+
Nt as formV1,
|
|
7356
7314
|
R as genId,
|
|
7357
7315
|
we as getBreakpointProp,
|
|
7358
7316
|
gn as getIndexOfBreakpoint,
|
|
@@ -7360,29 +7318,29 @@ export {
|
|
|
7360
7318
|
vn as getPropDefault,
|
|
7361
7319
|
E as getPropTag,
|
|
7362
7320
|
lu as getTypeColor,
|
|
7363
|
-
|
|
7321
|
+
pl as globalityV1,
|
|
7364
7322
|
Bl as iconV1,
|
|
7365
7323
|
D as initProps,
|
|
7366
7324
|
M as injectDark,
|
|
7367
7325
|
ue as injectData,
|
|
7368
|
-
|
|
7326
|
+
Ui as injectDepends,
|
|
7369
7327
|
le as injectDevice,
|
|
7370
|
-
|
|
7371
|
-
|
|
7328
|
+
ji as injectEnv,
|
|
7329
|
+
W as injectMode,
|
|
7372
7330
|
Hi as injectOrg,
|
|
7373
|
-
|
|
7331
|
+
B as injectSandbox,
|
|
7374
7332
|
ae as injectType,
|
|
7375
7333
|
ln as isPercentStr,
|
|
7376
|
-
|
|
7334
|
+
We as isPixelStr,
|
|
7377
7335
|
St as lineChartV1,
|
|
7378
|
-
|
|
7336
|
+
fl as listV1,
|
|
7379
7337
|
du as loadLocaleMessageRuntime,
|
|
7380
|
-
|
|
7338
|
+
Nl as menuV1,
|
|
7381
7339
|
Ji as newEventBus,
|
|
7382
7340
|
Rt as numberInputV1,
|
|
7383
|
-
|
|
7384
|
-
|
|
7385
|
-
|
|
7341
|
+
Dl as paginationV1,
|
|
7342
|
+
Be as parsePercentStr,
|
|
7343
|
+
Za as parsePixelStr,
|
|
7386
7344
|
hn as pkgs,
|
|
7387
7345
|
nu as provideDark,
|
|
7388
7346
|
ou as provideData,
|
|
@@ -7395,25 +7353,25 @@ export {
|
|
|
7395
7353
|
iu as provideType,
|
|
7396
7354
|
Et as radioGroupV1,
|
|
7397
7355
|
Dt as radioV1,
|
|
7398
|
-
|
|
7399
|
-
|
|
7400
|
-
|
|
7401
|
-
|
|
7402
|
-
|
|
7356
|
+
Fl as rangeSliderV1,
|
|
7357
|
+
Hl as ratingV1,
|
|
7358
|
+
bl as refV1,
|
|
7359
|
+
yl as renderSwitchV1,
|
|
7360
|
+
Lo as reverseBreakpoints,
|
|
7403
7361
|
jl as selectV1,
|
|
7404
|
-
|
|
7405
|
-
|
|
7362
|
+
Ul as sliderV1,
|
|
7363
|
+
qa as spawnNode,
|
|
7406
7364
|
Zi as startInterpreter,
|
|
7407
7365
|
Mt as stepperHeaderV1,
|
|
7408
7366
|
Ft as stepperItemV1,
|
|
7409
|
-
|
|
7410
|
-
|
|
7367
|
+
Ut as stepperV1,
|
|
7368
|
+
jt as stepperWindowItemV1,
|
|
7411
7369
|
Ht as stepperWindowV1,
|
|
7412
7370
|
qi as stopInterpreter,
|
|
7413
|
-
|
|
7371
|
+
ql as switchV1,
|
|
7414
7372
|
Gt as tabV1,
|
|
7415
7373
|
Ot as tabsV1,
|
|
7416
|
-
|
|
7374
|
+
Bt as textFieldV1,
|
|
7417
7375
|
he as textV1,
|
|
7418
7376
|
Kt as textareaV1,
|
|
7419
7377
|
Zt as timelineItemV1,
|