x-runtime-lib 0.7.47 → 0.8.0
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/components/element/misc/ref/v1/entry.vue.d.ts +1 -0
- package/dist/composables/element/core/customProps.d.ts +2 -0
- package/dist/composables/element/core/customStates.d.ts +2 -0
- package/dist/composables/element/core/elementMethod.d.ts +2 -0
- package/dist/composables/element/core/elementProp.d.ts +4 -0
- package/dist/composables/element/index.d.ts +4 -2
- package/dist/index.js +1084 -614
- package/dist/interpreter/bind/index.d.ts +2 -2
- package/dist/interpreter/bind/view.d.ts +2 -2
- package/dist/interpreter/index.d.ts +2 -2
- package/dist/types/sandbox.d.ts +11 -7
- package/package.json +16 -16
- package/dist/composables/element/core/method.d.ts +0 -2
- package/dist/composables/element/core/prop.d.ts +0 -4
- package/dist/composables/element/core/reactive.d.ts +0 -3
- package/dist/element/misc/list/v1/index.d.ts +0 -1
- package/dist/element/misc/list/v1/meta.d.ts +0 -2
- package/dist/interpreter/bind/reactivity.d.ts +0 -3
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { computed as w, inject as se, provide as re, readonly as Yt, onBeforeMount as ao, onUnmounted as Ce, ref as fe, watchEffect as Qt, watch as pe, defineComponent as T, useTemplateRef as pi, onMounted as fi, nextTick as bi, createElementBlock as ne, openBlock as
|
|
1
|
+
import { computed as w, inject as se, provide as re, readonly as Yt, onBeforeMount as ao, onUnmounted as Ce, ref as fe, watchEffect as Qt, watch as pe, defineComponent as T, useTemplateRef as pi, onMounted as fi, nextTick as bi, createElementBlock as ne, openBlock as $, normalizeStyle as oe, renderSlot as H, unref as o, createBlock as S, h as J, withCtx as P, createCommentVNode as We, Fragment as hn, renderList as yi, resolveComponent as W, createVNode as Z, isRef as q, createSlots as en, useId as hi, withModifiers as uo, normalizeClass as co, toDisplayString as mo } from "vue";
|
|
2
2
|
import { waitUtil as xi, eventBus as tn, messageInfo as po, messageSuccess as fo, messageWarning as gi, messageError as vi, createAxios as bo, globalObjects as je, openConfirmDlg as yo, openPromptDlg as ho, useViewStack as ki, injectDark as xo } from "x-essential-lib";
|
|
3
3
|
import { useTheme as go } from "vuetify";
|
|
4
4
|
import { c as G, u as vo, r as _i, e as wi, i as ko, a as _o, b as wo, d as Vo, f as $o, g as Co, h as Io, j as So, I as To, m as zo, k as Vi } from "./vendor.hc5p3stp.js";
|
|
@@ -108,7 +108,7 @@ function rn(i) {
|
|
|
108
108
|
const e = i.substring(0, i.length - 1), t = parseFloat(e);
|
|
109
109
|
return !isNaN(t);
|
|
110
110
|
}
|
|
111
|
-
function
|
|
111
|
+
function Ua(i) {
|
|
112
112
|
if (typeof i != "string" || !i.endsWith("px"))
|
|
113
113
|
return;
|
|
114
114
|
const e = i.substring(0, i.length - 2), t = parseFloat(e);
|
|
@@ -167,7 +167,7 @@ function N(i, e) {
|
|
|
167
167
|
}
|
|
168
168
|
e.forEach((s) => t(i, s));
|
|
169
169
|
}
|
|
170
|
-
function
|
|
170
|
+
function Oa(i, e, t, s, n) {
|
|
171
171
|
const r = `type=${i} subtype=${e} version=${t} ref=${s} keyOrRefid=${n}`, a = R(i, e);
|
|
172
172
|
if (!a) {
|
|
173
173
|
console.error(`spawnNode prop tag not found, ${r}`);
|
|
@@ -232,7 +232,7 @@ function Ua(i, e, t, s, n) {
|
|
|
232
232
|
}
|
|
233
233
|
}
|
|
234
234
|
}
|
|
235
|
-
function
|
|
235
|
+
function Ka(i, e) {
|
|
236
236
|
function t(s) {
|
|
237
237
|
if (s.basic.id === e)
|
|
238
238
|
return s;
|
|
@@ -256,56 +256,56 @@ function Wo(i) {
|
|
|
256
256
|
const t = G(i);
|
|
257
257
|
return e(t), t;
|
|
258
258
|
}
|
|
259
|
-
function
|
|
259
|
+
function Za(i) {
|
|
260
260
|
const e = [];
|
|
261
261
|
return i.forEach((t) => {
|
|
262
262
|
e.push(Wo(t));
|
|
263
263
|
}), e;
|
|
264
264
|
}
|
|
265
265
|
const Wi = "runtimeOrg", Li = "runtimeEnv", Bi = "runtimeMode", Ni = "runtimeDevice", Ri = "runtimeDark", Di = "runtimeType", Ei = "runtimeData", Fi = "runtimeDepends", Mi = "runtimeSandbox";
|
|
266
|
-
function
|
|
266
|
+
function qa(i) {
|
|
267
267
|
re(Wi, i);
|
|
268
268
|
}
|
|
269
269
|
function Hi() {
|
|
270
270
|
return se(Wi);
|
|
271
271
|
}
|
|
272
|
-
function
|
|
272
|
+
function Ja(i) {
|
|
273
273
|
re(Li, i);
|
|
274
274
|
}
|
|
275
275
|
function ji() {
|
|
276
276
|
return se(Li);
|
|
277
277
|
}
|
|
278
|
-
function
|
|
278
|
+
function Xa(i) {
|
|
279
279
|
re(Bi, i);
|
|
280
280
|
}
|
|
281
281
|
function z() {
|
|
282
282
|
return se(Bi);
|
|
283
283
|
}
|
|
284
|
-
function
|
|
284
|
+
function Ya(i) {
|
|
285
285
|
re(Ni, Yt(i));
|
|
286
286
|
}
|
|
287
287
|
function de() {
|
|
288
288
|
return se(Ni);
|
|
289
289
|
}
|
|
290
|
-
function
|
|
290
|
+
function Qa(i) {
|
|
291
291
|
re(Ri, Yt(i));
|
|
292
292
|
}
|
|
293
293
|
function D() {
|
|
294
294
|
return se(Ri);
|
|
295
295
|
}
|
|
296
|
-
function
|
|
296
|
+
function eu(i) {
|
|
297
297
|
re(Di, i);
|
|
298
298
|
}
|
|
299
299
|
function le() {
|
|
300
300
|
return se(Di);
|
|
301
301
|
}
|
|
302
|
-
function
|
|
302
|
+
function tu(i) {
|
|
303
303
|
re(Ei, i);
|
|
304
304
|
}
|
|
305
305
|
function ae() {
|
|
306
306
|
return se(Ei);
|
|
307
307
|
}
|
|
308
|
-
function
|
|
308
|
+
function nu(i) {
|
|
309
309
|
re(Fi, Yt(i));
|
|
310
310
|
}
|
|
311
311
|
function Gi() {
|
|
@@ -345,6 +345,24 @@ function he(i, e, t) {
|
|
|
345
345
|
}
|
|
346
346
|
return { width: s, minWidth: n, maxWidth: r, height: a, minHeight: c, maxHeight: b, applySize: f };
|
|
347
347
|
}
|
|
348
|
+
function Lo(i, e) {
|
|
349
|
+
const t = (n, r) => {
|
|
350
|
+
const a = e[n];
|
|
351
|
+
e[n] = r;
|
|
352
|
+
const c = e[n];
|
|
353
|
+
i.eventBus?.emit("propChange", { key: n, newValue: c, oldValue: a });
|
|
354
|
+
}, s = (n) => e[n];
|
|
355
|
+
i.setCustomProp = t, i.getCustomProp = s;
|
|
356
|
+
}
|
|
357
|
+
function Bo(i, e) {
|
|
358
|
+
const t = (n, r) => {
|
|
359
|
+
const a = e[n];
|
|
360
|
+
e[n] = r;
|
|
361
|
+
const c = e[n];
|
|
362
|
+
i.eventBus?.emit("stateChange", { key: n, newValue: c, oldValue: a });
|
|
363
|
+
}, s = (n) => e[n];
|
|
364
|
+
i.setCustomState = t, i.getCustomState = s;
|
|
365
|
+
}
|
|
348
366
|
function Oi(i, e, t) {
|
|
349
367
|
const s = w(() => e.node.basic.id), n = w(() => `callMethod@${s.value}`);
|
|
350
368
|
ao(() => {
|
|
@@ -353,7 +371,7 @@ function Oi(i, e, t) {
|
|
|
353
371
|
i.eventBus?.off(n.value, t);
|
|
354
372
|
});
|
|
355
373
|
}
|
|
356
|
-
const
|
|
374
|
+
const No = (i, e, t) => {
|
|
357
375
|
let s = i;
|
|
358
376
|
if (!s) {
|
|
359
377
|
console.assert(!1);
|
|
@@ -368,7 +386,7 @@ const Lo = (i, e, t) => {
|
|
|
368
386
|
console.assert(!1);
|
|
369
387
|
} else
|
|
370
388
|
return s;
|
|
371
|
-
},
|
|
389
|
+
}, Ro = (i, e, t, s) => {
|
|
372
390
|
let n = i;
|
|
373
391
|
if (!n) {
|
|
374
392
|
console.assert(!1);
|
|
@@ -383,75 +401,75 @@ const Lo = (i, e, t) => {
|
|
|
383
401
|
function l(i, e, t, s, n) {
|
|
384
402
|
const r = fe();
|
|
385
403
|
return console.assert(i && e), Qt(() => {
|
|
386
|
-
let a =
|
|
404
|
+
let a = No(t.node, s, n);
|
|
387
405
|
i === "editor" && s[s.length - 1] === "readonly" && (a = !0), r.value = a;
|
|
388
|
-
}), pe(r, () => {
|
|
389
|
-
|
|
406
|
+
}), pe(r, (a, c) => {
|
|
407
|
+
Ro(t.node, s, r.value, n), e.eventBus?.emit("propChange", { keys: s, newValue: a, oldValue: c });
|
|
390
408
|
}), { prop: r };
|
|
391
409
|
}
|
|
392
410
|
function F(i) {
|
|
393
411
|
return { theme: w(() => i.value ? "dark" : "light") };
|
|
394
412
|
}
|
|
395
|
-
const
|
|
396
|
-
color:
|
|
397
|
-
backgroundColor:
|
|
398
|
-
textStyle:
|
|
399
|
-
title:
|
|
400
|
-
line:
|
|
401
|
-
radar:
|
|
402
|
-
bar:
|
|
403
|
-
pie:
|
|
404
|
-
scatter:
|
|
405
|
-
boxplot:
|
|
406
|
-
parallel:
|
|
407
|
-
sankey:
|
|
408
|
-
funnel:
|
|
409
|
-
gauge:
|
|
410
|
-
candlestick:
|
|
411
|
-
graph:
|
|
412
|
-
map:
|
|
413
|
-
geo:
|
|
414
|
-
categoryAxis:
|
|
415
|
-
valueAxis:
|
|
416
|
-
logAxis:
|
|
417
|
-
timeAxis:
|
|
418
|
-
toolbox:
|
|
419
|
-
legend:
|
|
420
|
-
tooltip:
|
|
421
|
-
timeline:
|
|
422
|
-
visualMap:
|
|
423
|
-
dataZoom:
|
|
424
|
-
markPoint:
|
|
425
|
-
},
|
|
426
|
-
color:
|
|
427
|
-
backgroundColor:
|
|
428
|
-
textStyle:
|
|
429
|
-
title:
|
|
430
|
-
line:
|
|
431
|
-
radar:
|
|
432
|
-
bar:
|
|
433
|
-
pie:
|
|
434
|
-
scatter:
|
|
435
|
-
boxplot:
|
|
436
|
-
parallel:
|
|
437
|
-
sankey:
|
|
438
|
-
funnel:
|
|
439
|
-
gauge:
|
|
440
|
-
candlestick:
|
|
441
|
-
graph:
|
|
442
|
-
map:
|
|
443
|
-
geo:
|
|
444
|
-
categoryAxis:
|
|
445
|
-
valueAxis:
|
|
446
|
-
logAxis:
|
|
447
|
-
timeAxis:
|
|
448
|
-
toolbox:
|
|
449
|
-
legend:
|
|
450
|
-
tooltip:
|
|
451
|
-
timeline:
|
|
452
|
-
visualMap:
|
|
453
|
-
dataZoom:
|
|
454
|
-
markPoint:
|
|
413
|
+
const Do = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Eo = "#242424", Fo = {}, Mo = { 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 }, Go = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Uo = { 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 = {
|
|
414
|
+
color: Do,
|
|
415
|
+
backgroundColor: Eo,
|
|
416
|
+
textStyle: Fo,
|
|
417
|
+
title: Mo,
|
|
418
|
+
line: Ho,
|
|
419
|
+
radar: jo,
|
|
420
|
+
bar: Go,
|
|
421
|
+
pie: Uo,
|
|
422
|
+
scatter: Oo,
|
|
423
|
+
boxplot: Ko,
|
|
424
|
+
parallel: Zo,
|
|
425
|
+
sankey: qo,
|
|
426
|
+
funnel: Jo,
|
|
427
|
+
gauge: Xo,
|
|
428
|
+
candlestick: Yo,
|
|
429
|
+
graph: Qo,
|
|
430
|
+
map: es,
|
|
431
|
+
geo: ts,
|
|
432
|
+
categoryAxis: ns,
|
|
433
|
+
valueAxis: is,
|
|
434
|
+
logAxis: os,
|
|
435
|
+
timeAxis: ss,
|
|
436
|
+
toolbox: rs,
|
|
437
|
+
legend: ls,
|
|
438
|
+
tooltip: as,
|
|
439
|
+
timeline: us,
|
|
440
|
+
visualMap: cs,
|
|
441
|
+
dataZoom: ds,
|
|
442
|
+
markPoint: ms
|
|
443
|
+
}, 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" } }, Cs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Is = { 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" } } }, Fs = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Ms = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, Hs = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, js = {
|
|
444
|
+
color: fs,
|
|
445
|
+
backgroundColor: bs,
|
|
446
|
+
textStyle: ys,
|
|
447
|
+
title: hs,
|
|
448
|
+
line: xs,
|
|
449
|
+
radar: gs,
|
|
450
|
+
bar: vs,
|
|
451
|
+
pie: ks,
|
|
452
|
+
scatter: _s,
|
|
453
|
+
boxplot: ws,
|
|
454
|
+
parallel: Vs,
|
|
455
|
+
sankey: $s,
|
|
456
|
+
funnel: Cs,
|
|
457
|
+
gauge: Is,
|
|
458
|
+
candlestick: Ss,
|
|
459
|
+
graph: Ts,
|
|
460
|
+
map: zs,
|
|
461
|
+
geo: As,
|
|
462
|
+
categoryAxis: Ps,
|
|
463
|
+
valueAxis: Ws,
|
|
464
|
+
logAxis: Ls,
|
|
465
|
+
timeAxis: Bs,
|
|
466
|
+
toolbox: Ns,
|
|
467
|
+
legend: Rs,
|
|
468
|
+
tooltip: Ds,
|
|
469
|
+
timeline: Es,
|
|
470
|
+
visualMap: Fs,
|
|
471
|
+
dataZoom: Ms,
|
|
472
|
+
markPoint: Hs
|
|
455
473
|
};
|
|
456
474
|
vo([
|
|
457
475
|
ko,
|
|
@@ -463,9 +481,9 @@ vo([
|
|
|
463
481
|
Io,
|
|
464
482
|
So
|
|
465
483
|
]);
|
|
466
|
-
_i("dark",
|
|
467
|
-
_i("light",
|
|
468
|
-
const
|
|
484
|
+
_i("dark", ps);
|
|
485
|
+
_i("light", js);
|
|
486
|
+
const Gs = /* @__PURE__ */ T({
|
|
469
487
|
__name: "index",
|
|
470
488
|
props: {
|
|
471
489
|
node: {},
|
|
@@ -476,21 +494,21 @@ const Hs = /* @__PURE__ */ T({
|
|
|
476
494
|
const A = {}, E = a.value.type;
|
|
477
495
|
return r === "page" ? E === "common" ? y(A) : console.assert(!1) : r === "comp" && E === "common" ? y(A) : console.assert(!1), A;
|
|
478
496
|
}), V = pi("chart");
|
|
479
|
-
let
|
|
497
|
+
let C;
|
|
480
498
|
const M = () => {
|
|
481
|
-
|
|
499
|
+
C?.dispose(), C = wi.init(V.value, n.value ? "dark" : "light");
|
|
482
500
|
const A = {};
|
|
483
|
-
|
|
501
|
+
C.setOption(A);
|
|
484
502
|
}, j = () => {
|
|
485
|
-
|
|
503
|
+
C?.resize();
|
|
486
504
|
}, U = () => {
|
|
487
505
|
const A = {};
|
|
488
|
-
v(A), h(A), x(A), _(A), p(A),
|
|
506
|
+
v(A), h(A), x(A), _(A), p(A), C?.setOption(A, !0);
|
|
489
507
|
};
|
|
490
508
|
return fi(async () => {
|
|
491
509
|
window.addEventListener("resize", j, !1), await xi(() => !!V.value), M(), U();
|
|
492
510
|
}), Ce(() => {
|
|
493
|
-
window.removeEventListener("resize", j, !1),
|
|
511
|
+
window.removeEventListener("resize", j, !1), C?.dispose();
|
|
494
512
|
}), pe(
|
|
495
513
|
[
|
|
496
514
|
() => s.value.width,
|
|
@@ -513,12 +531,12 @@ const Hs = /* @__PURE__ */ T({
|
|
|
513
531
|
U();
|
|
514
532
|
},
|
|
515
533
|
{ deep: !0 }
|
|
516
|
-
), (A, E) => (
|
|
534
|
+
), (A, E) => ($(), ne("div", {
|
|
517
535
|
ref: "chart",
|
|
518
536
|
style: oe(k.value)
|
|
519
537
|
}, null, 4));
|
|
520
538
|
}
|
|
521
|
-
}),
|
|
539
|
+
}), Us = /* @__PURE__ */ T({
|
|
522
540
|
__name: "index",
|
|
523
541
|
props: {
|
|
524
542
|
node: {},
|
|
@@ -529,21 +547,21 @@ const Hs = /* @__PURE__ */ T({
|
|
|
529
547
|
const A = {}, E = a.value.type;
|
|
530
548
|
return r === "page" ? E === "common" ? y(A) : console.assert(!1) : r === "comp" && E === "common" ? y(A) : console.assert(!1), A;
|
|
531
549
|
}), V = pi("chart");
|
|
532
|
-
let
|
|
550
|
+
let C;
|
|
533
551
|
const M = () => {
|
|
534
|
-
|
|
552
|
+
C?.dispose(), C = wi.init(V.value, n.value ? "dark" : "light");
|
|
535
553
|
const A = {};
|
|
536
|
-
|
|
554
|
+
C.setOption(A);
|
|
537
555
|
}, j = () => {
|
|
538
|
-
|
|
556
|
+
C?.resize();
|
|
539
557
|
}, U = () => {
|
|
540
558
|
const A = {};
|
|
541
|
-
v(A), h(A), x(A), _(A), p(A),
|
|
559
|
+
v(A), h(A), x(A), _(A), p(A), C?.setOption(A, !0);
|
|
542
560
|
};
|
|
543
561
|
return fi(async () => {
|
|
544
562
|
window.addEventListener("resize", j, !1), await xi(() => !!V.value), M(), U();
|
|
545
563
|
}), Ce(() => {
|
|
546
|
-
window.removeEventListener("resize", j, !1),
|
|
564
|
+
window.removeEventListener("resize", j, !1), C?.dispose();
|
|
547
565
|
}), pe(
|
|
548
566
|
[
|
|
549
567
|
() => s.value.width,
|
|
@@ -566,7 +584,7 @@ const Hs = /* @__PURE__ */ T({
|
|
|
566
584
|
U();
|
|
567
585
|
},
|
|
568
586
|
{ deep: !0 }
|
|
569
|
-
), (A, E) => (
|
|
587
|
+
), (A, E) => ($(), ne("div", {
|
|
570
588
|
ref: "chart",
|
|
571
589
|
style: oe(k.value)
|
|
572
590
|
}, null, 4));
|
|
@@ -581,7 +599,7 @@ const Hs = /* @__PURE__ */ T({
|
|
|
581
599
|
const s = {};
|
|
582
600
|
return i.fitContent && (s.width = "fit-content", s.height = "fit-content"), s;
|
|
583
601
|
});
|
|
584
|
-
return (s, n) => o(e) === "editor" ? (
|
|
602
|
+
return (s, n) => o(e) === "editor" ? ($(), ne("div", {
|
|
585
603
|
key: 0,
|
|
586
604
|
style: oe(t.value)
|
|
587
605
|
}, [
|
|
@@ -589,7 +607,7 @@ const Hs = /* @__PURE__ */ T({
|
|
|
589
607
|
], 4)) : H(s.$slots, "default", { key: 1 });
|
|
590
608
|
}
|
|
591
609
|
});
|
|
592
|
-
function
|
|
610
|
+
function Os(i, e) {
|
|
593
611
|
function t(d) {
|
|
594
612
|
const u = i.pseudoToNative(d), m = [], y = u.split(".");
|
|
595
613
|
for (let v = 0; v < y.length; v++) {
|
|
@@ -683,14 +701,14 @@ const Ki = bo({
|
|
|
683
701
|
}
|
|
684
702
|
});
|
|
685
703
|
window.API_URL && (Ki.defaults.baseURL = window.API_URL + "/computebase/");
|
|
686
|
-
function
|
|
704
|
+
function Ks(i) {
|
|
687
705
|
return Ki.post("callFunc", i);
|
|
688
706
|
}
|
|
689
|
-
function
|
|
707
|
+
function Zs(i, e) {
|
|
690
708
|
async function t(s, n, r, a, c, b) {
|
|
691
709
|
const f = i.pseudoToNative(s), d = i.pseudoToNative(n), u = i.pseudoToNative(r), m = i.pseudoToNative(a), y = i.pseudoToNative(c);
|
|
692
710
|
try {
|
|
693
|
-
const v = JSON.stringify(u), { strOutputs: h } = await
|
|
711
|
+
const v = JSON.stringify(u), { strOutputs: h } = await Ks({
|
|
694
712
|
spaceid: f,
|
|
695
713
|
id: d,
|
|
696
714
|
strInputs: v,
|
|
@@ -707,25 +725,21 @@ function Os(i, e) {
|
|
|
707
725
|
i.createAsyncFunction(t)
|
|
708
726
|
);
|
|
709
727
|
}
|
|
710
|
-
|
|
711
|
-
console.assert(i || e || t);
|
|
712
|
-
}
|
|
713
|
-
class Zs {
|
|
714
|
-
context;
|
|
728
|
+
class qs {
|
|
715
729
|
nodes;
|
|
716
730
|
constructor(e) {
|
|
717
|
-
this.
|
|
731
|
+
this.nodes = {};
|
|
718
732
|
const t = (s) => {
|
|
719
733
|
this.nodes[s.basic.id] = s, s.children?.forEach((n) => t(n));
|
|
720
734
|
};
|
|
721
|
-
|
|
735
|
+
e.data.view.nodes.forEach((s) => t(s));
|
|
722
736
|
}
|
|
723
737
|
getNode(e) {
|
|
724
738
|
return this.nodes[e];
|
|
725
739
|
}
|
|
726
740
|
}
|
|
727
|
-
function
|
|
728
|
-
const s = new
|
|
741
|
+
function Js(i, e, t) {
|
|
742
|
+
const s = new qs(i);
|
|
729
743
|
function n(d, u) {
|
|
730
744
|
const m = e.pseudoToNative(d), y = e.pseudoToNative(u), v = `id=${m} keys=${y}`;
|
|
731
745
|
let h;
|
|
@@ -754,21 +768,21 @@ function qs(i, e, t) {
|
|
|
754
768
|
}
|
|
755
769
|
const p = v.split("."), k = p.length;
|
|
756
770
|
for (let V = 0; V < k; V++) {
|
|
757
|
-
const
|
|
771
|
+
const C = p[V];
|
|
758
772
|
if (V === k - 1)
|
|
759
|
-
_[
|
|
773
|
+
_[C] = h;
|
|
760
774
|
else {
|
|
761
775
|
if (!_) {
|
|
762
776
|
console.error(`setPropV1 unpkg failed, ${x}`);
|
|
763
777
|
return;
|
|
764
778
|
}
|
|
765
|
-
_ = _[
|
|
779
|
+
_ = _[C];
|
|
766
780
|
}
|
|
767
781
|
}
|
|
768
782
|
}
|
|
769
783
|
function a(d, u, m, y) {
|
|
770
784
|
const v = e.pseudoToNative(d), h = e.pseudoToNative(u), x = e.pseudoToNative(m), _ = { outputs: [] };
|
|
771
|
-
i.eventBus?.emit(`callMethod@${v}`, { name: h, inputs: x, result: _ }), y(e.nativeToPseudo(_.outputs)), e.run();
|
|
785
|
+
i.sandbox.eventBus?.emit(`callMethod@${v}`, { name: h, inputs: x, result: _ }), y(e.nativeToPseudo(_.outputs)), e.run();
|
|
772
786
|
}
|
|
773
787
|
function c(d, u) {
|
|
774
788
|
const m = e.pseudoToNative(d), y = e.pseudoToNative(u);
|
|
@@ -823,10 +837,10 @@ function qs(i, e, t) {
|
|
|
823
837
|
e.createAsyncFunction(f)
|
|
824
838
|
);
|
|
825
839
|
}
|
|
826
|
-
function
|
|
827
|
-
|
|
840
|
+
function Xs(i, e, t) {
|
|
841
|
+
Os(e, t), Zs(e, t), Js(i, e, t);
|
|
828
842
|
}
|
|
829
|
-
const
|
|
843
|
+
const Ys = `
|
|
830
844
|
var __env__ = 'dev'
|
|
831
845
|
var __mode__ = 'editor'
|
|
832
846
|
|
|
@@ -836,7 +850,7 @@ function __getEnvV1__() {
|
|
|
836
850
|
|
|
837
851
|
var __pointerPosX__ = 0
|
|
838
852
|
var __pointerPosY__ = 0
|
|
839
|
-
`,
|
|
853
|
+
`, Qs = `
|
|
840
854
|
var __events__ = {}
|
|
841
855
|
|
|
842
856
|
function __addEventListenerV1__(id, event, callback) {
|
|
@@ -907,7 +921,7 @@ function __triggerEvent__(id, event, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p1
|
|
|
907
921
|
callbacks[i](p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, p16)
|
|
908
922
|
}
|
|
909
923
|
}
|
|
910
|
-
`,
|
|
924
|
+
`, er = `
|
|
911
925
|
var __timers__ = {}
|
|
912
926
|
var __currTimerId__ = 0
|
|
913
927
|
|
|
@@ -949,15 +963,15 @@ function __timeoutCallbackV1__(timerId) {
|
|
|
949
963
|
}
|
|
950
964
|
}
|
|
951
965
|
}
|
|
952
|
-
`,
|
|
966
|
+
`, tr = `
|
|
953
967
|
function __destroy__() {
|
|
954
968
|
}
|
|
955
|
-
`,
|
|
969
|
+
`, nr = Ys + Qs + er + tr;
|
|
956
970
|
function Zi(i, e) {
|
|
957
971
|
const t = new To(
|
|
958
|
-
|
|
972
|
+
nr,
|
|
959
973
|
(s, n) => {
|
|
960
|
-
|
|
974
|
+
Xs(i, s, n);
|
|
961
975
|
}
|
|
962
976
|
);
|
|
963
977
|
return t.appendCode(e), t.appendCode(`
|
|
@@ -969,8 +983,8 @@ __triggerEvent__('globality', 'startup');
|
|
|
969
983
|
function qi(i) {
|
|
970
984
|
i.appendCode("__destroy__();"), i.run();
|
|
971
985
|
}
|
|
972
|
-
const
|
|
973
|
-
function
|
|
986
|
+
const iu = ["string", "number", "boolean", "array", "object"];
|
|
987
|
+
function ou(i) {
|
|
974
988
|
switch (i) {
|
|
975
989
|
case "string":
|
|
976
990
|
return "#5ba58c";
|
|
@@ -984,7 +998,7 @@ function iu(i) {
|
|
|
984
998
|
return "#80a55b";
|
|
985
999
|
}
|
|
986
1000
|
}
|
|
987
|
-
function
|
|
1001
|
+
function su(i, e, t, s, n) {
|
|
988
1002
|
let r = i;
|
|
989
1003
|
for (let c = 0; c < e.length; c++)
|
|
990
1004
|
if (r = r.children[e[c]], !r) {
|
|
@@ -1008,11 +1022,12 @@ function Ji() {
|
|
|
1008
1022
|
const kn = /* @__PURE__ */ T({
|
|
1009
1023
|
__name: "entry",
|
|
1010
1024
|
props: {
|
|
1011
|
-
refContext: {}
|
|
1025
|
+
refContext: {},
|
|
1026
|
+
object: {}
|
|
1012
1027
|
},
|
|
1013
1028
|
setup(i) {
|
|
1014
1029
|
const { t: e } = $i(), t = i, s = Hi(), n = ji(), r = z(), a = le(), c = ae(), b = Gi(), f = fe(-1), d = fe(), u = {};
|
|
1015
|
-
Ui(u);
|
|
1030
|
+
Ui(u), Lo(u, t.object), Bo(u, t.object);
|
|
1016
1031
|
const m = () => {
|
|
1017
1032
|
u.eventBus && (u.eventBus = void 0), u.interpreter && (qi(u.interpreter), u.interpreter = void 0);
|
|
1018
1033
|
};
|
|
@@ -1028,15 +1043,12 @@ const kn = /* @__PURE__ */ T({
|
|
|
1028
1043
|
}
|
|
1029
1044
|
if (f.value === p.dataSeq || (f.value = p.dataSeq, d.value = G(p.data), r !== "runtime" && r !== "preview"))
|
|
1030
1045
|
return;
|
|
1031
|
-
m();
|
|
1046
|
+
m(), u.eventBus = Ji();
|
|
1032
1047
|
const k = d.value, V = k.code.script;
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
V
|
|
1038
|
-
);
|
|
1039
|
-
}
|
|
1048
|
+
V && (u.interpreter = Zi(
|
|
1049
|
+
{ org: s, env: n, mode: r, type: a, data: k, sandbox: u },
|
|
1050
|
+
V
|
|
1051
|
+
));
|
|
1040
1052
|
}), Ce(() => {
|
|
1041
1053
|
m();
|
|
1042
1054
|
});
|
|
@@ -1055,8 +1067,8 @@ const kn = /* @__PURE__ */ T({
|
|
|
1055
1067
|
if (!k)
|
|
1056
1068
|
return console.assert(!1, `element not found key=${p.basic.key}`), J("div", `element not found key=${p.basic.key}`);
|
|
1057
1069
|
const V = [];
|
|
1058
|
-
return k.leaf || p.children?.forEach((
|
|
1059
|
-
const M = h(
|
|
1070
|
+
return k.leaf || p.children?.forEach((C) => {
|
|
1071
|
+
const M = h(C);
|
|
1060
1072
|
V.push(M);
|
|
1061
1073
|
}), J(k.comp, { node: p }, { default: () => V });
|
|
1062
1074
|
}
|
|
@@ -1086,9 +1098,9 @@ const kn = /* @__PURE__ */ T({
|
|
|
1086
1098
|
} else
|
|
1087
1099
|
return console.assert(!1, `invalid subtype=${p}`), J("div", `invalid subtype=${p}`);
|
|
1088
1100
|
};
|
|
1089
|
-
return (p, k) => (
|
|
1101
|
+
return (p, k) => ($(), S(_));
|
|
1090
1102
|
}
|
|
1091
|
-
}),
|
|
1103
|
+
}), ir = /* @__PURE__ */ T({
|
|
1092
1104
|
__name: "index",
|
|
1093
1105
|
props: {
|
|
1094
1106
|
refContext: {},
|
|
@@ -1096,31 +1108,42 @@ const kn = /* @__PURE__ */ T({
|
|
|
1096
1108
|
outer: { type: Boolean }
|
|
1097
1109
|
},
|
|
1098
1110
|
setup(i) {
|
|
1099
|
-
const e = i, t = z(), s = L(), { prop: n } = l(
|
|
1100
|
-
|
|
1111
|
+
const e = i, t = z(), s = L(), { prop: n } = l(
|
|
1112
|
+
t,
|
|
1113
|
+
s,
|
|
1114
|
+
e,
|
|
1115
|
+
["settings", "data"],
|
|
1116
|
+
!0
|
|
1117
|
+
), r = w(() => typeof n.value == "object"), a = w(() => n.value instanceof Array);
|
|
1118
|
+
return (c, b) => ($(), S(o(ee), null, {
|
|
1101
1119
|
default: P(() => [
|
|
1102
|
-
r.value ? (
|
|
1103
|
-
a.value ? (
|
|
1120
|
+
r.value ? ($(), ne(hn, { key: 0 }, [
|
|
1121
|
+
a.value ? ($(!0), ne(hn, { key: 0 }, yi(o(n), (f, d) => ($(), S(kn, {
|
|
1104
1122
|
key: d,
|
|
1123
|
+
object: f,
|
|
1105
1124
|
"ref-context": e.refContext
|
|
1106
|
-
}, null, 8, ["ref-context"]))), 128)) : (
|
|
1125
|
+
}, null, 8, ["object", "ref-context"]))), 128)) : ($(), S(kn, {
|
|
1107
1126
|
key: 1,
|
|
1127
|
+
object: o(n),
|
|
1108
1128
|
"ref-context": e.refContext
|
|
1109
|
-
}, null, 8, ["ref-context"]))
|
|
1129
|
+
}, null, 8, ["object", "ref-context"]))
|
|
1110
1130
|
], 64)) : We("", !0)
|
|
1111
1131
|
]),
|
|
1112
1132
|
_: 1
|
|
1113
1133
|
}));
|
|
1114
1134
|
}
|
|
1115
|
-
}),
|
|
1135
|
+
}), or = /* @__PURE__ */ T({
|
|
1116
1136
|
__name: "index",
|
|
1117
1137
|
props: {
|
|
1118
1138
|
node: {},
|
|
1119
1139
|
outer: { type: Boolean }
|
|
1120
1140
|
},
|
|
1121
1141
|
setup(i) {
|
|
1122
|
-
const e = i, t = z(), s = L(), { prop: n } = l(t, s, e, [
|
|
1123
|
-
|
|
1142
|
+
const e = i, t = z(), s = L(), { prop: n } = l(t, s, e, [
|
|
1143
|
+
"settings",
|
|
1144
|
+
"open"
|
|
1145
|
+
]);
|
|
1146
|
+
return (r, a) => ($(), S(o(ee), null, {
|
|
1124
1147
|
default: P(() => [
|
|
1125
1148
|
o(n) ? H(r.$slots, "default", { key: 0 }) : We("", !0)
|
|
1126
1149
|
]),
|
|
@@ -1151,15 +1174,12 @@ const kn = /* @__PURE__ */ T({
|
|
|
1151
1174
|
}
|
|
1152
1175
|
if (f.value === p.dataSeq || (f.value = p.dataSeq, d.value = G(p.data), r !== "runtime" && r !== "preview"))
|
|
1153
1176
|
return;
|
|
1154
|
-
m();
|
|
1177
|
+
m(), u.eventBus = Ji();
|
|
1155
1178
|
const k = d.value, V = k.code.script;
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
V
|
|
1161
|
-
);
|
|
1162
|
-
}
|
|
1179
|
+
V && (u.interpreter = Zi(
|
|
1180
|
+
{ org: s, env: n, mode: r, type: a, data: k, sandbox: u },
|
|
1181
|
+
V
|
|
1182
|
+
));
|
|
1163
1183
|
}), Ce(() => {
|
|
1164
1184
|
m();
|
|
1165
1185
|
});
|
|
@@ -1178,8 +1198,8 @@ const kn = /* @__PURE__ */ T({
|
|
|
1178
1198
|
if (!k)
|
|
1179
1199
|
return console.assert(!1, `element not found key=${p.basic.key}`), J("div", `element not found key=${p.basic.key}`);
|
|
1180
1200
|
const V = [];
|
|
1181
|
-
return k.leaf || p.children?.forEach((
|
|
1182
|
-
const M = h(
|
|
1201
|
+
return k.leaf || p.children?.forEach((C) => {
|
|
1202
|
+
const M = h(C);
|
|
1183
1203
|
V.push(M);
|
|
1184
1204
|
}), J(k.comp, { node: p }, { default: () => V });
|
|
1185
1205
|
}
|
|
@@ -1209,16 +1229,19 @@ const kn = /* @__PURE__ */ T({
|
|
|
1209
1229
|
} else
|
|
1210
1230
|
return console.assert(!1, `invalid subtype=${p}`), J("div", `invalid subtype=${p}`);
|
|
1211
1231
|
};
|
|
1212
|
-
return (p, k) => (
|
|
1232
|
+
return (p, k) => ($(), S(_));
|
|
1213
1233
|
}
|
|
1214
|
-
}),
|
|
1234
|
+
}), sr = /* @__PURE__ */ T({
|
|
1215
1235
|
__name: "index",
|
|
1216
1236
|
props: {
|
|
1217
1237
|
node: {},
|
|
1218
1238
|
outer: { type: Boolean }
|
|
1219
1239
|
},
|
|
1220
1240
|
setup(i) {
|
|
1221
|
-
const e = i, t = z(), s = D(), n = L(), { prop: r } = l(t, n, e, [
|
|
1241
|
+
const e = i, t = z(), s = D(), n = L(), { prop: r } = l(t, n, e, [
|
|
1242
|
+
"settings",
|
|
1243
|
+
"content"
|
|
1244
|
+
]), { prop: a } = l(t, n, e, ["settings", "dot"]), { theme: c } = F(s), { prop: b } = l(t, n, e, [
|
|
1222
1245
|
"settings",
|
|
1223
1246
|
"offset",
|
|
1224
1247
|
"x"
|
|
@@ -1229,7 +1252,7 @@ const kn = /* @__PURE__ */ T({
|
|
|
1229
1252
|
]);
|
|
1230
1253
|
return (d, u) => {
|
|
1231
1254
|
const m = W("v-badge");
|
|
1232
|
-
return
|
|
1255
|
+
return $(), S(m, {
|
|
1233
1256
|
content: o(r),
|
|
1234
1257
|
dot: o(a),
|
|
1235
1258
|
"offset-x": o(b),
|
|
@@ -1243,7 +1266,7 @@ const kn = /* @__PURE__ */ T({
|
|
|
1243
1266
|
}, 8, ["content", "dot", "offset-x", "offset-y", "theme"]);
|
|
1244
1267
|
};
|
|
1245
1268
|
}
|
|
1246
|
-
}),
|
|
1269
|
+
}), rr = /* @__PURE__ */ T({
|
|
1247
1270
|
__name: "index",
|
|
1248
1271
|
props: {
|
|
1249
1272
|
node: {},
|
|
@@ -1254,17 +1277,59 @@ const kn = /* @__PURE__ */ T({
|
|
|
1254
1277
|
"settings",
|
|
1255
1278
|
"addIcon",
|
|
1256
1279
|
"append"
|
|
1257
|
-
]), { prop: a } = l(t, n, e, [
|
|
1280
|
+
]), { prop: a } = l(t, n, e, [
|
|
1281
|
+
"settings",
|
|
1282
|
+
"block"
|
|
1283
|
+
]), { prop: c } = l(t, n, e, [
|
|
1284
|
+
"settings",
|
|
1285
|
+
"color"
|
|
1286
|
+
]), { color: b } = X(s, c), { prop: f } = l(t, n, e, [
|
|
1287
|
+
"settings",
|
|
1288
|
+
"density"
|
|
1289
|
+
]), { prop: d } = l(t, n, e, [
|
|
1258
1290
|
"settings",
|
|
1259
1291
|
"disabled"
|
|
1260
|
-
]), { prop: u } = l(t, n, e, [
|
|
1292
|
+
]), { prop: u } = l(t, n, e, [
|
|
1293
|
+
"size",
|
|
1294
|
+
"height"
|
|
1295
|
+
]), { prop: m } = l(t, n, e, [
|
|
1296
|
+
"settings",
|
|
1297
|
+
"loading"
|
|
1298
|
+
]), { prop: y } = l(t, n, e, [
|
|
1299
|
+
"size",
|
|
1300
|
+
"maxHeight"
|
|
1301
|
+
]), { prop: v } = l(t, n, e, [
|
|
1302
|
+
"size",
|
|
1303
|
+
"maxWidth"
|
|
1304
|
+
]), { prop: h } = l(t, n, e, [
|
|
1305
|
+
"size",
|
|
1306
|
+
"minHeight"
|
|
1307
|
+
]), { prop: x } = l(t, n, e, [
|
|
1308
|
+
"size",
|
|
1309
|
+
"minWidth"
|
|
1310
|
+
]), { prop: _ } = l(t, n, e, [
|
|
1261
1311
|
"settings",
|
|
1262
1312
|
"addIcon",
|
|
1263
1313
|
"prepend"
|
|
1264
1314
|
]), { prop: p } = l(t, n, e, [
|
|
1265
1315
|
"settings",
|
|
1266
1316
|
"readonly"
|
|
1267
|
-
]), { prop: k } = l(t, n, e, [
|
|
1317
|
+
]), { prop: k } = l(t, n, e, [
|
|
1318
|
+
"settings",
|
|
1319
|
+
"ripple"
|
|
1320
|
+
]), { prop: V } = l(t, n, e, [
|
|
1321
|
+
"settings",
|
|
1322
|
+
"size"
|
|
1323
|
+
]), { prop: C } = l(t, n, e, [
|
|
1324
|
+
"settings",
|
|
1325
|
+
"stacked"
|
|
1326
|
+
]), { prop: M } = l(t, n, e, [
|
|
1327
|
+
"settings",
|
|
1328
|
+
"text"
|
|
1329
|
+
]), { theme: j } = F(s), { prop: U } = l(t, n, e, [
|
|
1330
|
+
"settings",
|
|
1331
|
+
"variant"
|
|
1332
|
+
]), { prop: A } = l(t, n, e, ["size", "width"]), E = (K) => {
|
|
1268
1333
|
if (t !== "runtime" && t !== "preview")
|
|
1269
1334
|
return;
|
|
1270
1335
|
const O = n.interpreter;
|
|
@@ -1275,7 +1340,7 @@ const kn = /* @__PURE__ */ T({
|
|
|
1275
1340
|
};
|
|
1276
1341
|
return (K, O) => {
|
|
1277
1342
|
const te = W("v-btn");
|
|
1278
|
-
return
|
|
1343
|
+
return $(), S(o(ee), null, {
|
|
1279
1344
|
default: P(() => [
|
|
1280
1345
|
Z(te, {
|
|
1281
1346
|
"append-icon": o(r),
|
|
@@ -1293,7 +1358,7 @@ const kn = /* @__PURE__ */ T({
|
|
|
1293
1358
|
readonly: o(p),
|
|
1294
1359
|
ripple: o(k),
|
|
1295
1360
|
size: o(V),
|
|
1296
|
-
stacked: o(
|
|
1361
|
+
stacked: o(C),
|
|
1297
1362
|
text: o(M),
|
|
1298
1363
|
theme: o(j),
|
|
1299
1364
|
variant: o(U),
|
|
@@ -1310,27 +1375,33 @@ const kn = /* @__PURE__ */ T({
|
|
|
1310
1375
|
for (const [s, n] of e)
|
|
1311
1376
|
t[s] = n;
|
|
1312
1377
|
return t;
|
|
1313
|
-
},
|
|
1314
|
-
function
|
|
1378
|
+
}, lr = {};
|
|
1379
|
+
function ar(i, e) {
|
|
1315
1380
|
const t = W("v-btn-group");
|
|
1316
|
-
return
|
|
1381
|
+
return $(), S(t, null, {
|
|
1317
1382
|
default: P(() => [
|
|
1318
1383
|
H(i.$slots, "default")
|
|
1319
1384
|
]),
|
|
1320
1385
|
_: 3
|
|
1321
1386
|
});
|
|
1322
1387
|
}
|
|
1323
|
-
const
|
|
1388
|
+
const ur = /* @__PURE__ */ _e(lr, [["render", ar]]), cr = /* @__PURE__ */ T({
|
|
1324
1389
|
__name: "index",
|
|
1325
1390
|
props: {
|
|
1326
1391
|
node: {},
|
|
1327
1392
|
outer: { type: Boolean }
|
|
1328
1393
|
},
|
|
1329
1394
|
setup(i) {
|
|
1330
|
-
const e = i, t = z(), s = D(), n = L(), { prop: r } = l(t, n, e, [
|
|
1395
|
+
const e = i, t = z(), s = D(), n = L(), { prop: r } = l(t, n, e, [
|
|
1396
|
+
"settings",
|
|
1397
|
+
"block"
|
|
1398
|
+
]), { prop: a } = l(t, n, e, [
|
|
1331
1399
|
"settings",
|
|
1332
1400
|
"disabled"
|
|
1333
|
-
]), { prop: c } = l(t, n, e, [
|
|
1401
|
+
]), { prop: c } = l(t, n, e, [
|
|
1402
|
+
"settings",
|
|
1403
|
+
"divided"
|
|
1404
|
+
]), { prop: b } = l(t, n, e, [
|
|
1334
1405
|
"settings",
|
|
1335
1406
|
"mandatory"
|
|
1336
1407
|
]), { prop: f } = l(t, n, e, [
|
|
@@ -1339,10 +1410,22 @@ const ar = /* @__PURE__ */ _e(rr, [["render", lr]]), ur = /* @__PURE__ */ T({
|
|
|
1339
1410
|
]), { prop: d } = l(t, n, e, [
|
|
1340
1411
|
"settings",
|
|
1341
1412
|
"readonly"
|
|
1342
|
-
]), { prop: u } = l(t, n, e, [
|
|
1413
|
+
]), { prop: u } = l(t, n, e, [
|
|
1414
|
+
"settings",
|
|
1415
|
+
"size"
|
|
1416
|
+
]), { prop: m } = l(t, n, e, [
|
|
1417
|
+
"settings",
|
|
1418
|
+
"stacked"
|
|
1419
|
+
]), { theme: y } = F(s), { prop: v } = l(t, n, e, [
|
|
1420
|
+
"settings",
|
|
1421
|
+
"tile"
|
|
1422
|
+
]), { prop: h } = l(t, n, e, [
|
|
1423
|
+
"settings",
|
|
1424
|
+
"variant"
|
|
1425
|
+
]);
|
|
1343
1426
|
return (x, _) => {
|
|
1344
1427
|
const p = W("v-btn-toggle");
|
|
1345
|
-
return
|
|
1428
|
+
return $(), S(p, {
|
|
1346
1429
|
block: o(r),
|
|
1347
1430
|
disabled: o(a),
|
|
1348
1431
|
divided: o(c),
|
|
@@ -1362,23 +1445,56 @@ const ar = /* @__PURE__ */ _e(rr, [["render", lr]]), ur = /* @__PURE__ */ T({
|
|
|
1362
1445
|
}, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
|
|
1363
1446
|
};
|
|
1364
1447
|
}
|
|
1365
|
-
}),
|
|
1448
|
+
}), dr = /* @__PURE__ */ T({
|
|
1366
1449
|
__name: "index",
|
|
1367
1450
|
props: {
|
|
1368
1451
|
node: {},
|
|
1369
1452
|
outer: { type: Boolean }
|
|
1370
1453
|
},
|
|
1371
1454
|
setup(i) {
|
|
1372
|
-
const e = i, t = z(), s = D(), n = L(), { prop: r } = l(t, n, e, [
|
|
1455
|
+
const e = i, t = z(), s = D(), n = L(), { prop: r } = l(t, n, e, [
|
|
1456
|
+
"settings",
|
|
1457
|
+
"density"
|
|
1458
|
+
]), { prop: a } = l(t, n, e, [
|
|
1373
1459
|
"settings",
|
|
1374
1460
|
"disabled"
|
|
1375
|
-
]), { prop: c } = l(t, n, e, [
|
|
1461
|
+
]), { prop: c } = l(t, n, e, [
|
|
1462
|
+
"size",
|
|
1463
|
+
"height"
|
|
1464
|
+
]), { prop: b } = l(t, n, e, [
|
|
1465
|
+
"settings",
|
|
1466
|
+
"hover"
|
|
1467
|
+
]), { prop: f } = l(t, n, e, [
|
|
1468
|
+
"settings",
|
|
1469
|
+
"loading"
|
|
1470
|
+
]), { prop: d } = l(t, n, e, [
|
|
1471
|
+
"size",
|
|
1472
|
+
"maxHeight"
|
|
1473
|
+
]), { prop: u } = l(t, n, e, [
|
|
1474
|
+
"size",
|
|
1475
|
+
"maxWidth"
|
|
1476
|
+
]), { prop: m } = l(t, n, e, [
|
|
1477
|
+
"size",
|
|
1478
|
+
"minHeight"
|
|
1479
|
+
]), { prop: y } = l(t, n, e, [
|
|
1480
|
+
"size",
|
|
1481
|
+
"minWidth"
|
|
1482
|
+
]), { prop: v } = l(t, n, e, [
|
|
1376
1483
|
"settings",
|
|
1377
1484
|
"subtitle"
|
|
1378
|
-
]), { prop: h } = l(t, n, e, [
|
|
1379
|
-
|
|
1485
|
+
]), { prop: h } = l(t, n, e, [
|
|
1486
|
+
"settings",
|
|
1487
|
+
"text"
|
|
1488
|
+
]), { theme: x } = F(s), { prop: _ } = l(t, n, e, [
|
|
1489
|
+
"settings",
|
|
1490
|
+
"title"
|
|
1491
|
+
]), { prop: p } = l(t, n, e, [
|
|
1492
|
+
"settings",
|
|
1493
|
+
"variant"
|
|
1494
|
+
]), { prop: k } = l(t, n, e, ["size", "width"]);
|
|
1495
|
+
return (V, C) => {
|
|
1380
1496
|
const M = W("v-card");
|
|
1381
|
-
return
|
|
1497
|
+
return $(), S(M, {
|
|
1382
1498
|
density: o(r),
|
|
1383
1499
|
disabled: o(a),
|
|
1384
1500
|
height: o(c),
|
|
@@ -1402,7 +1518,7 @@ const ar = /* @__PURE__ */ _e(rr, [["render", lr]]), ur = /* @__PURE__ */ T({
|
|
|
1402
1518
|
}, 8, ["density", "disabled", "height", "hover", "loading", "max-height", "max-width", "min-height", "min-width", "subtitle", "text", "theme", "title", "variant", "width"]);
|
|
1403
1519
|
};
|
|
1404
1520
|
}
|
|
1405
|
-
}),
|
|
1521
|
+
}), mr = /* @__PURE__ */ T({
|
|
1406
1522
|
__name: "index",
|
|
1407
1523
|
props: {
|
|
1408
1524
|
node: {},
|
|
@@ -1418,13 +1534,13 @@ const ar = /* @__PURE__ */ _e(rr, [["render", lr]]), ur = /* @__PURE__ */ T({
|
|
|
1418
1534
|
]);
|
|
1419
1535
|
return (a, c) => {
|
|
1420
1536
|
const b = W("v-checkbox");
|
|
1421
|
-
return
|
|
1537
|
+
return $(), S(b, {
|
|
1422
1538
|
disabled: o(n),
|
|
1423
1539
|
readonly: o(r)
|
|
1424
1540
|
}, null, 8, ["disabled", "readonly"]);
|
|
1425
1541
|
};
|
|
1426
1542
|
}
|
|
1427
|
-
}),
|
|
1543
|
+
}), pr = /* @__PURE__ */ T({
|
|
1428
1544
|
__name: "index",
|
|
1429
1545
|
props: {
|
|
1430
1546
|
node: {},
|
|
@@ -1434,16 +1550,43 @@ const ar = /* @__PURE__ */ _e(rr, [["render", lr]]), ur = /* @__PURE__ */ T({
|
|
|
1434
1550
|
const e = i, t = z(), s = D(), n = L(), { prop: r } = l(t, n, e, [
|
|
1435
1551
|
"settings",
|
|
1436
1552
|
"closable"
|
|
1437
|
-
]), { prop: a } = l(t, n, e, [
|
|
1553
|
+
]), { prop: a } = l(t, n, e, [
|
|
1554
|
+
"settings",
|
|
1555
|
+
"color"
|
|
1556
|
+
]), { color: c } = X(s, a), { prop: b } = l(t, n, e, [
|
|
1557
|
+
"settings",
|
|
1558
|
+
"density"
|
|
1559
|
+
]), { prop: f } = l(t, n, e, [
|
|
1438
1560
|
"settings",
|
|
1439
1561
|
"disabled"
|
|
1440
1562
|
]), { prop: d } = l(t, n, e, [
|
|
1441
1563
|
"settings",
|
|
1442
1564
|
"draggable"
|
|
1443
|
-
]), { prop: u } = l(t, n, e, [
|
|
1565
|
+
]), { prop: u } = l(t, n, e, [
|
|
1566
|
+
"settings",
|
|
1567
|
+
"filter"
|
|
1568
|
+
]), { prop: m } = l(t, n, e, [
|
|
1569
|
+
"settings",
|
|
1570
|
+
"label"
|
|
1571
|
+
]), { prop: y } = l(t, n, e, [
|
|
1572
|
+
"settings",
|
|
1573
|
+
"size"
|
|
1574
|
+
]), { prop: v } = l(t, n, e, [
|
|
1575
|
+
"settings",
|
|
1576
|
+
"text"
|
|
1577
|
+
]), { theme: h } = F(s), { prop: x } = l(t, n, e, [
|
|
1578
|
+
"settings",
|
|
1579
|
+
"tile"
|
|
1580
|
+
]), { prop: _ } = l(t, n, e, [
|
|
1581
|
+
"settings",
|
|
1582
|
+
"value"
|
|
1583
|
+
]), { prop: p } = l(t, n, e, [
|
|
1584
|
+
"settings",
|
|
1585
|
+
"variant"
|
|
1586
|
+
]);
|
|
1444
1587
|
return (k, V) => {
|
|
1445
|
-
const
|
|
1446
|
-
return
|
|
1588
|
+
const C = W("v-chip");
|
|
1589
|
+
return $(), S(C, {
|
|
1447
1590
|
closable: o(r),
|
|
1448
1591
|
color: o(c),
|
|
1449
1592
|
density: o(b),
|
|
@@ -1460,20 +1603,26 @@ const ar = /* @__PURE__ */ _e(rr, [["render", lr]]), ur = /* @__PURE__ */ T({
|
|
|
1460
1603
|
}, null, 8, ["closable", "color", "density", "disabled", "draggable", "filter", "label", "size", "text", "theme", "tile", "value", "variant"]);
|
|
1461
1604
|
};
|
|
1462
1605
|
}
|
|
1463
|
-
}),
|
|
1606
|
+
}), fr = /* @__PURE__ */ T({
|
|
1464
1607
|
__name: "index",
|
|
1465
1608
|
props: {
|
|
1466
1609
|
node: {},
|
|
1467
1610
|
outer: { type: Boolean }
|
|
1468
1611
|
},
|
|
1469
1612
|
setup(i) {
|
|
1470
|
-
const e = i, t = z(), s = D(), n = L(), { prop: r } = l(t, n, e, [
|
|
1613
|
+
const e = i, t = z(), s = D(), n = L(), { prop: r } = l(t, n, e, [
|
|
1614
|
+
"settings",
|
|
1615
|
+
"column"
|
|
1616
|
+
]), { prop: a } = l(t, n, e, [
|
|
1471
1617
|
"settings",
|
|
1472
1618
|
"direction"
|
|
1473
1619
|
]), { prop: c } = l(t, n, e, [
|
|
1474
1620
|
"settings",
|
|
1475
1621
|
"disabled"
|
|
1476
|
-
]), { prop: b } = l(t, n, e, [
|
|
1622
|
+
]), { prop: b } = l(t, n, e, [
|
|
1623
|
+
"settings",
|
|
1624
|
+
"filter"
|
|
1625
|
+
]), { prop: f } = l(t, n, e, [
|
|
1477
1626
|
"settings",
|
|
1478
1627
|
"mandatory"
|
|
1479
1628
|
]), { prop: d } = l(t, n, e, [
|
|
@@ -1482,10 +1631,13 @@ const ar = /* @__PURE__ */ _e(rr, [["render", lr]]), ur = /* @__PURE__ */ T({
|
|
|
1482
1631
|
]), { prop: u } = l(t, n, e, [
|
|
1483
1632
|
"settings",
|
|
1484
1633
|
"showArrows"
|
|
1485
|
-
]), { theme: m } = F(s), { prop: y } = l(t, n, e, [
|
|
1634
|
+
]), { theme: m } = F(s), { prop: y } = l(t, n, e, [
|
|
1635
|
+
"settings",
|
|
1636
|
+
"value"
|
|
1637
|
+
]);
|
|
1486
1638
|
return (v, h) => {
|
|
1487
1639
|
const x = W("v-chip-group");
|
|
1488
|
-
return
|
|
1640
|
+
return $(), S(x, {
|
|
1489
1641
|
modelValue: o(y),
|
|
1490
1642
|
"onUpdate:modelValue": h[0] || (h[0] = (_) => q(y) ? y.value = _ : null),
|
|
1491
1643
|
column: o(r),
|
|
@@ -1504,7 +1656,7 @@ const ar = /* @__PURE__ */ _e(rr, [["render", lr]]), ur = /* @__PURE__ */ T({
|
|
|
1504
1656
|
}, 8, ["modelValue", "column", "direction", "disabled", "filter", "mandatory", "multiple", "show-arrows", "theme"]);
|
|
1505
1657
|
};
|
|
1506
1658
|
}
|
|
1507
|
-
}),
|
|
1659
|
+
}), br = /* @__PURE__ */ T({
|
|
1508
1660
|
__name: "index",
|
|
1509
1661
|
props: {
|
|
1510
1662
|
node: {},
|
|
@@ -1538,7 +1690,7 @@ const ar = /* @__PURE__ */ _e(rr, [["render", lr]]), ur = /* @__PURE__ */ T({
|
|
|
1538
1690
|
]), { theme: _ } = F(n);
|
|
1539
1691
|
return (p, k) => {
|
|
1540
1692
|
const V = W("v-color-picker");
|
|
1541
|
-
return
|
|
1693
|
+
return $(), S(V, {
|
|
1542
1694
|
disabled: o(d),
|
|
1543
1695
|
"hide-canvas": o(u),
|
|
1544
1696
|
"hide-header": o(m),
|
|
@@ -1551,7 +1703,7 @@ const ar = /* @__PURE__ */ _e(rr, [["render", lr]]), ur = /* @__PURE__ */ T({
|
|
|
1551
1703
|
}, null, 8, ["disabled", "hide-canvas", "hide-header", "hide-inputs", "hide-sliders", "landscape", "show-swatches", "style", "theme"]);
|
|
1552
1704
|
};
|
|
1553
1705
|
}
|
|
1554
|
-
}),
|
|
1706
|
+
}), yr = /* @__PURE__ */ T({
|
|
1555
1707
|
__name: "index",
|
|
1556
1708
|
props: {
|
|
1557
1709
|
node: {},
|
|
@@ -1561,7 +1713,10 @@ const ar = /* @__PURE__ */ _e(rr, [["render", lr]]), ur = /* @__PURE__ */ T({
|
|
|
1561
1713
|
const e = i, t = z(), s = D(), n = L(), { prop: r } = l(t, n, e, [
|
|
1562
1714
|
"settings",
|
|
1563
1715
|
"hideDetails"
|
|
1564
|
-
]), { prop: a } = l(t, n, e, [
|
|
1716
|
+
]), { prop: a } = l(t, n, e, [
|
|
1717
|
+
"settings",
|
|
1718
|
+
"label"
|
|
1719
|
+
]), { prop: c } = l(t, n, e, [
|
|
1565
1720
|
"settings",
|
|
1566
1721
|
"placeholder"
|
|
1567
1722
|
]), { prop: b } = l(t, n, e, [
|
|
@@ -1570,10 +1725,13 @@ const ar = /* @__PURE__ */ _e(rr, [["render", lr]]), ur = /* @__PURE__ */ T({
|
|
|
1570
1725
|
]), { prop: f } = l(t, n, e, [
|
|
1571
1726
|
"settings",
|
|
1572
1727
|
"singleLine"
|
|
1573
|
-
]), { theme: d } = F(s), { prop: u } = l(t, n, e, [
|
|
1728
|
+
]), { theme: d } = F(s), { prop: u } = l(t, n, e, [
|
|
1729
|
+
"settings",
|
|
1730
|
+
"value"
|
|
1731
|
+
]);
|
|
1574
1732
|
return (m, y) => {
|
|
1575
1733
|
const v = W("v-combobox");
|
|
1576
|
-
return
|
|
1734
|
+
return $(), S(o(ee), null, {
|
|
1577
1735
|
default: P(() => [
|
|
1578
1736
|
Z(v, {
|
|
1579
1737
|
modelValue: o(u),
|
|
@@ -1590,7 +1748,7 @@ const ar = /* @__PURE__ */ _e(rr, [["render", lr]]), ur = /* @__PURE__ */ T({
|
|
|
1590
1748
|
});
|
|
1591
1749
|
};
|
|
1592
1750
|
}
|
|
1593
|
-
}),
|
|
1751
|
+
}), hr = /* @__PURE__ */ T({
|
|
1594
1752
|
__name: "index",
|
|
1595
1753
|
props: {
|
|
1596
1754
|
node: {},
|
|
@@ -1604,32 +1762,47 @@ const ar = /* @__PURE__ */ _e(rr, [["render", lr]]), ur = /* @__PURE__ */ T({
|
|
|
1604
1762
|
const h = {}, x = a.value.type;
|
|
1605
1763
|
return r === "page" ? x === "common" ? (d(h), u(h), m(h), y(h), f.value && (h.backgroundColor = f.value)) : console.assert(!1) : r === "comp" && x === "common" ? (d(h), u(h), m(h), y(h), f.value && (h.backgroundColor = f.value)) : console.assert(!1), h;
|
|
1606
1764
|
});
|
|
1607
|
-
return (h, x) => (
|
|
1765
|
+
return (h, x) => ($(), ne("div", {
|
|
1608
1766
|
style: oe(v.value)
|
|
1609
1767
|
}, [
|
|
1610
1768
|
H(h.$slots, "default")
|
|
1611
1769
|
], 4));
|
|
1612
1770
|
}
|
|
1613
|
-
}),
|
|
1771
|
+
}), xr = /* @__PURE__ */ T({
|
|
1614
1772
|
__name: "index",
|
|
1615
1773
|
props: {
|
|
1616
1774
|
node: {},
|
|
1617
1775
|
outer: { type: Boolean }
|
|
1618
1776
|
},
|
|
1619
1777
|
setup(i) {
|
|
1620
|
-
const e = i, t = z(), s = D(), n = L(), { prop: r } = l(t, n, e, [
|
|
1778
|
+
const e = i, t = z(), s = D(), n = L(), { prop: r } = l(t, n, e, [
|
|
1779
|
+
"settings",
|
|
1780
|
+
"density"
|
|
1781
|
+
]), { prop: a } = l(t, n, e, [
|
|
1621
1782
|
"settings",
|
|
1622
1783
|
"fixedFooter"
|
|
1623
1784
|
]), { prop: c } = l(t, n, e, [
|
|
1624
1785
|
"settings",
|
|
1625
1786
|
"fixedHeader"
|
|
1626
|
-
]), { prop: b } = l(t, n, e, [
|
|
1787
|
+
]), { prop: b } = l(t, n, e, [
|
|
1788
|
+
"settings",
|
|
1789
|
+
"headers"
|
|
1790
|
+
]), { prop: f } = l(t, n, e, [
|
|
1791
|
+
"size",
|
|
1792
|
+
"height"
|
|
1793
|
+
]), { prop: d } = l(t, n, e, [
|
|
1794
|
+
"settings",
|
|
1795
|
+
"hover"
|
|
1796
|
+
]), { prop: u } = l(
|
|
1627
1797
|
t,
|
|
1628
1798
|
n,
|
|
1629
1799
|
e,
|
|
1630
1800
|
["settings", "data"],
|
|
1631
1801
|
!0
|
|
1632
|
-
), { prop: m } = l(t, n, e, [
|
|
1802
|
+
), { prop: m } = l(t, n, e, [
|
|
1803
|
+
"settings",
|
|
1804
|
+
"loading"
|
|
1805
|
+
]), { prop: y } = l(t, n, e, [
|
|
1633
1806
|
"settings",
|
|
1634
1807
|
"multiSort"
|
|
1635
1808
|
]), { theme: v } = F(s), { prop: h } = l(t, n, e, ["size", "width"]), x = w(() => {
|
|
@@ -1640,7 +1813,7 @@ const ar = /* @__PURE__ */ _e(rr, [["render", lr]]), ur = /* @__PURE__ */ T({
|
|
|
1640
1813
|
});
|
|
1641
1814
|
return (_, p) => {
|
|
1642
1815
|
const k = W("v-data-table");
|
|
1643
|
-
return
|
|
1816
|
+
return $(), S(k, {
|
|
1644
1817
|
density: o(r),
|
|
1645
1818
|
"fixed-footer": o(a),
|
|
1646
1819
|
"fixed-header": o(c),
|
|
@@ -1655,22 +1828,22 @@ const ar = /* @__PURE__ */ _e(rr, [["render", lr]]), ur = /* @__PURE__ */ T({
|
|
|
1655
1828
|
}, en({ _: 2 }, [
|
|
1656
1829
|
yi(x.value, (V) => ({
|
|
1657
1830
|
name: `item.${V.column}`,
|
|
1658
|
-
fn: P(({ value:
|
|
1831
|
+
fn: P(({ value: C }) => [
|
|
1659
1832
|
Z(o(me), {
|
|
1660
1833
|
"ref-context": { refid: V.comp },
|
|
1661
|
-
state: { value:
|
|
1834
|
+
state: { value: C }
|
|
1662
1835
|
}, null, 8, ["ref-context", "state"])
|
|
1663
1836
|
])
|
|
1664
1837
|
}))
|
|
1665
1838
|
]), 1032, ["density", "fixed-footer", "fixed-header", "headers", "height", "hover", "items", "loading", "multi-sort", "theme", "width"]);
|
|
1666
1839
|
};
|
|
1667
1840
|
}
|
|
1668
|
-
}),
|
|
1669
|
-
function
|
|
1841
|
+
}), gr = {};
|
|
1842
|
+
function vr(i, e) {
|
|
1670
1843
|
const t = W("v-date-picker");
|
|
1671
|
-
return
|
|
1844
|
+
return $(), S(t);
|
|
1672
1845
|
}
|
|
1673
|
-
const
|
|
1846
|
+
const kr = /* @__PURE__ */ _e(gr, [["render", vr]]), _r = ["id"], wr = /* @__PURE__ */ T({
|
|
1674
1847
|
__name: "index",
|
|
1675
1848
|
props: {
|
|
1676
1849
|
node: {},
|
|
@@ -1685,16 +1858,16 @@ const vr = /* @__PURE__ */ _e(xr, [["render", gr]]), kr = ["id"], _r = /* @__PUR
|
|
|
1685
1858
|
f === "open" ? r.value = !0 : f === "close" && (r.value = !1);
|
|
1686
1859
|
}), (c, b) => {
|
|
1687
1860
|
const f = W("v-dialog");
|
|
1688
|
-
return
|
|
1861
|
+
return $(), S(f, {
|
|
1689
1862
|
modelValue: o(r),
|
|
1690
1863
|
"onUpdate:modelValue": b[0] || (b[0] = (d) => q(r) ? r.value = d : null),
|
|
1691
1864
|
attach: "#dialogContainer"
|
|
1692
1865
|
}, {
|
|
1693
1866
|
activator: P(() => [
|
|
1694
|
-
o(t) === "editor" ? (
|
|
1867
|
+
o(t) === "editor" ? ($(), ne("div", {
|
|
1695
1868
|
key: 0,
|
|
1696
1869
|
id: `__node__@${n.value}`
|
|
1697
|
-
}, null, 8,
|
|
1870
|
+
}, null, 8, _r)) : We("", !0)
|
|
1698
1871
|
]),
|
|
1699
1872
|
default: P(() => [
|
|
1700
1873
|
H(c.$slots, "default")
|
|
@@ -1703,32 +1876,47 @@ const vr = /* @__PURE__ */ _e(xr, [["render", gr]]), kr = ["id"], _r = /* @__PUR
|
|
|
1703
1876
|
}, 8, ["modelValue"]);
|
|
1704
1877
|
};
|
|
1705
1878
|
}
|
|
1706
|
-
}),
|
|
1879
|
+
}), Vr = /* @__PURE__ */ T({
|
|
1707
1880
|
__name: "index",
|
|
1708
1881
|
props: {
|
|
1709
1882
|
node: {},
|
|
1710
1883
|
outer: { type: Boolean }
|
|
1711
1884
|
},
|
|
1712
1885
|
setup(i) {
|
|
1713
|
-
const e = i, t = z(), s = L(), { prop: n } = l(t, s, e, [
|
|
1886
|
+
const e = i, t = z(), s = L(), { prop: n } = l(t, s, e, [
|
|
1887
|
+
"settings",
|
|
1888
|
+
"chips"
|
|
1889
|
+
]), { prop: r } = l(t, s, e, [
|
|
1890
|
+
"settings",
|
|
1891
|
+
"density"
|
|
1892
|
+
]), { prop: a } = l(t, s, e, [
|
|
1714
1893
|
"settings",
|
|
1715
1894
|
"direction"
|
|
1716
1895
|
]), { prop: c } = l(t, s, e, [
|
|
1717
1896
|
"settings",
|
|
1718
1897
|
"disabled"
|
|
1719
|
-
]), { prop: b } = l(t, s, e, [
|
|
1898
|
+
]), { prop: b } = l(t, s, e, [
|
|
1899
|
+
"settings",
|
|
1900
|
+
"label"
|
|
1901
|
+
]), { prop: f } = l(t, s, e, [
|
|
1902
|
+
"settings",
|
|
1903
|
+
"loading"
|
|
1904
|
+
]), { prop: d } = l(t, s, e, [
|
|
1720
1905
|
"settings",
|
|
1721
1906
|
"multiple"
|
|
1722
1907
|
]), { prop: u } = l(t, s, e, [
|
|
1723
1908
|
"settings",
|
|
1724
1909
|
"readonly"
|
|
1725
|
-
]), { prop: m } = l(t, s, e, [
|
|
1910
|
+
]), { prop: m } = l(t, s, e, [
|
|
1911
|
+
"settings",
|
|
1912
|
+
"reverse"
|
|
1913
|
+
]), { prop: y } = l(t, s, e, [
|
|
1726
1914
|
"settings",
|
|
1727
1915
|
"singleLine"
|
|
1728
1916
|
]);
|
|
1729
1917
|
return (v, h) => {
|
|
1730
1918
|
const x = W("v-file-input");
|
|
1731
|
-
return
|
|
1919
|
+
return $(), S(x, {
|
|
1732
1920
|
chips: o(n),
|
|
1733
1921
|
density: o(r),
|
|
1734
1922
|
direction: o(a),
|
|
@@ -1742,7 +1930,7 @@ const vr = /* @__PURE__ */ _e(xr, [["render", gr]]), kr = ["id"], _r = /* @__PUR
|
|
|
1742
1930
|
}, null, 8, ["chips", "density", "direction", "disabled", "label", "loading", "multiple", "readonly", "reverse", "single-line"]);
|
|
1743
1931
|
};
|
|
1744
1932
|
}
|
|
1745
|
-
}),
|
|
1933
|
+
}), $r = /* @__PURE__ */ T({
|
|
1746
1934
|
__name: "index",
|
|
1747
1935
|
props: {
|
|
1748
1936
|
node: {},
|
|
@@ -1760,43 +1948,52 @@ const vr = /* @__PURE__ */ _e(xr, [["render", gr]]), kr = ["id"], _r = /* @__PUR
|
|
|
1760
1948
|
k === "no" ? x.flexWrap = "nowrap" : k === "yes" ? x.flexWrap = "wrap" : k === "reverse" && (x.flexWrap = "wrap-reverse");
|
|
1761
1949
|
const V = we(_, e.node.settings?.mainAlign);
|
|
1762
1950
|
V === "start" ? x.justifyContent = "flex-start" : V === "end" ? x.justifyContent = "flex-end" : V === "center" ? x.justifyContent = "center" : V === "spaceBetween" ? x.justifyContent = "space-between" : V === "spaceAround" ? x.justifyContent = "space-around" : V === "spaceEvenly" && (x.justifyContent = "space-evenly");
|
|
1763
|
-
const
|
|
1764
|
-
|
|
1951
|
+
const C = we(_, e.node.settings?.crossAlign);
|
|
1952
|
+
C === "start" ? x.alignItems = "flex-start" : C === "end" ? x.alignItems = "flex-end" : C === "center" ? x.alignItems = "center" : C === "baseline" ? x.alignItems = "baseline" : C === "stretch" && (x.alignItems = "stretch");
|
|
1765
1953
|
}, h = w(() => {
|
|
1766
1954
|
const x = {}, _ = a.value.type;
|
|
1767
1955
|
return r === "page" ? _ === "common" ? (b(x), f(x), d(x), u(x), v(x)) : console.assert(!1) : r === "comp" && _ === "common" ? (b(x), f(x), d(x), u(x), v(x)) : console.assert(!1), x;
|
|
1768
1956
|
});
|
|
1769
|
-
return (x, _) => (
|
|
1957
|
+
return (x, _) => ($(), ne("div", {
|
|
1770
1958
|
style: oe(h.value)
|
|
1771
1959
|
}, [
|
|
1772
1960
|
H(x.$slots, "default")
|
|
1773
1961
|
], 4));
|
|
1774
1962
|
}
|
|
1775
|
-
}),
|
|
1963
|
+
}), Cr = /* @__PURE__ */ T({
|
|
1776
1964
|
__name: "index",
|
|
1777
1965
|
props: {
|
|
1778
1966
|
node: {},
|
|
1779
1967
|
outer: { type: Boolean }
|
|
1780
1968
|
},
|
|
1781
1969
|
setup(i) {
|
|
1782
|
-
const e = i, t = z(), s = de(), n = le(), r = ae(), a = L(), { applySize: c } = he(t, s, e), { prop: b } = l(t, a, e, [
|
|
1970
|
+
const e = i, t = z(), s = de(), n = le(), r = ae(), a = L(), { applySize: c } = he(t, s, e), { prop: b } = l(t, a, e, [
|
|
1971
|
+
"settings",
|
|
1972
|
+
"grow"
|
|
1973
|
+
]), { prop: f } = l(t, a, e, [
|
|
1974
|
+
"settings",
|
|
1975
|
+
"shrink"
|
|
1976
|
+
]), d = w(() => {
|
|
1783
1977
|
const u = {}, m = r.value.type;
|
|
1784
1978
|
return n === "page" ? m === "common" ? (c(u), u.flexGrow = b.value ? 1 : 0, u.flexShrink = f.value ? 1 : 0) : console.assert(!1) : n === "comp" && m === "common" ? (c(u), u.flexGrow = b.value ? 1 : 0, u.flexShrink = f.value ? 1 : 0) : console.assert(!1), u;
|
|
1785
1979
|
});
|
|
1786
|
-
return (u, m) => (
|
|
1980
|
+
return (u, m) => ($(), ne("div", {
|
|
1787
1981
|
style: oe(d.value)
|
|
1788
1982
|
}, [
|
|
1789
1983
|
H(u.$slots, "default")
|
|
1790
1984
|
], 4));
|
|
1791
1985
|
}
|
|
1792
|
-
}),
|
|
1986
|
+
}), Ir = /* @__PURE__ */ T({
|
|
1793
1987
|
__name: "index",
|
|
1794
1988
|
props: {
|
|
1795
1989
|
node: {},
|
|
1796
1990
|
outer: { type: Boolean }
|
|
1797
1991
|
},
|
|
1798
1992
|
setup(i) {
|
|
1799
|
-
const e = i, t = z(), s = de(), n = D(), r = le(), a = ae(), c = L(), { prop: b } = l(t, c, e, [
|
|
1993
|
+
const e = i, t = z(), s = de(), n = D(), r = le(), a = ae(), c = L(), { prop: b } = l(t, c, e, [
|
|
1994
|
+
"settings",
|
|
1995
|
+
"valid"
|
|
1996
|
+
]), { prop: f } = l(t, c, e, [
|
|
1800
1997
|
"settings",
|
|
1801
1998
|
"fastFail"
|
|
1802
1999
|
]), { prop: d } = l(t, c, e, [
|
|
@@ -1816,9 +2013,9 @@ const vr = /* @__PURE__ */ _e(xr, [["render", gr]]), kr = ["id"], _r = /* @__PUR
|
|
|
1816
2013
|
};
|
|
1817
2014
|
return (p, k) => {
|
|
1818
2015
|
const V = W("v-form");
|
|
1819
|
-
return
|
|
2016
|
+
return $(), S(V, {
|
|
1820
2017
|
modelValue: o(b),
|
|
1821
|
-
"onUpdate:modelValue": k[0] || (k[0] = (
|
|
2018
|
+
"onUpdate:modelValue": k[0] || (k[0] = (C) => q(b) ? b.value = C : null),
|
|
1822
2019
|
"fast-fail": o(f),
|
|
1823
2020
|
style: oe(x.value),
|
|
1824
2021
|
onSubmit: uo(_, ["prevent"])
|
|
@@ -1830,20 +2027,29 @@ const vr = /* @__PURE__ */ _e(xr, [["render", gr]]), kr = ["id"], _r = /* @__PUR
|
|
|
1830
2027
|
}, 8, ["modelValue", "fast-fail", "style"]);
|
|
1831
2028
|
};
|
|
1832
2029
|
}
|
|
1833
|
-
}),
|
|
2030
|
+
}), Sr = /* @__PURE__ */ T({
|
|
1834
2031
|
__name: "index",
|
|
1835
2032
|
props: {
|
|
1836
2033
|
node: {},
|
|
1837
2034
|
outer: { type: Boolean }
|
|
1838
2035
|
},
|
|
1839
2036
|
setup(i) {
|
|
1840
|
-
const e = i, t = z(), s = D(), n = L(), { prop: r } = l(t, n, e, [
|
|
2037
|
+
const e = i, t = z(), s = D(), n = L(), { prop: r } = l(t, n, e, [
|
|
2038
|
+
"settings",
|
|
2039
|
+
"color"
|
|
2040
|
+
]), { color: a } = X(s, r), { prop: c } = l(t, n, e, [
|
|
1841
2041
|
"settings",
|
|
1842
2042
|
"disabled"
|
|
1843
|
-
]), { prop: b } = l(t, n, e, [
|
|
2043
|
+
]), { prop: b } = l(t, n, e, [
|
|
2044
|
+
"settings",
|
|
2045
|
+
"icon"
|
|
2046
|
+
]), { prop: f } = l(t, n, e, [
|
|
2047
|
+
"settings",
|
|
2048
|
+
"size"
|
|
2049
|
+
]), { theme: d } = F(s);
|
|
1844
2050
|
return (u, m) => {
|
|
1845
2051
|
const y = W("v-icon");
|
|
1846
|
-
return
|
|
2052
|
+
return $(), S(y, {
|
|
1847
2053
|
color: o(a),
|
|
1848
2054
|
disabled: o(c),
|
|
1849
2055
|
icon: o(b),
|
|
@@ -1852,7 +2058,7 @@ const vr = /* @__PURE__ */ _e(xr, [["render", gr]]), kr = ["id"], _r = /* @__PUR
|
|
|
1852
2058
|
}, null, 8, ["color", "disabled", "icon", "size", "theme"]);
|
|
1853
2059
|
};
|
|
1854
2060
|
}
|
|
1855
|
-
}),
|
|
2061
|
+
}), Tr = ["id"], zr = /* @__PURE__ */ T({
|
|
1856
2062
|
__name: "index",
|
|
1857
2063
|
props: {
|
|
1858
2064
|
node: {},
|
|
@@ -1870,7 +2076,7 @@ const vr = /* @__PURE__ */ _e(xr, [["render", gr]]), kr = ["id"], _r = /* @__PUR
|
|
|
1870
2076
|
m === "open" ? (n.value = u.getProperty(u.globalObject, "__pointerPosX__"), r.value = u.getProperty(u.globalObject, "__pointerPosY__"), b.value = !0) : m === "close" && (b.value = !1);
|
|
1871
2077
|
}), (d, u) => {
|
|
1872
2078
|
const m = W("v-menu");
|
|
1873
|
-
return
|
|
2079
|
+
return $(), S(m, {
|
|
1874
2080
|
modelValue: o(b),
|
|
1875
2081
|
"onUpdate:modelValue": u[0] || (u[0] = (y) => q(b) ? b.value = y : null),
|
|
1876
2082
|
attach: "menuContainer",
|
|
@@ -1879,10 +2085,10 @@ const vr = /* @__PURE__ */ _e(xr, [["render", gr]]), kr = ["id"], _r = /* @__PUR
|
|
|
1879
2085
|
target: a.value
|
|
1880
2086
|
}, {
|
|
1881
2087
|
activator: P(() => [
|
|
1882
|
-
o(t) === "editor" ? (
|
|
2088
|
+
o(t) === "editor" ? ($(), ne("div", {
|
|
1883
2089
|
key: 0,
|
|
1884
2090
|
id: `__node__@${c.value}`
|
|
1885
|
-
}, null, 8,
|
|
2091
|
+
}, null, 8, Tr)) : We("", !0)
|
|
1886
2092
|
]),
|
|
1887
2093
|
default: P(() => [
|
|
1888
2094
|
H(d.$slots, "default")
|
|
@@ -1891,7 +2097,7 @@ const vr = /* @__PURE__ */ _e(xr, [["render", gr]]), kr = ["id"], _r = /* @__PUR
|
|
|
1891
2097
|
}, 8, ["modelValue", "target"]);
|
|
1892
2098
|
};
|
|
1893
2099
|
}
|
|
1894
|
-
}),
|
|
2100
|
+
}), Ar = /* @__PURE__ */ T({
|
|
1895
2101
|
__name: "index",
|
|
1896
2102
|
props: {
|
|
1897
2103
|
node: {},
|
|
@@ -1912,13 +2118,28 @@ const vr = /* @__PURE__ */ _e(xr, [["render", gr]]), kr = ["id"], _r = /* @__PUR
|
|
|
1912
2118
|
]), { prop: b } = l(t, n, e, [
|
|
1913
2119
|
"settings",
|
|
1914
2120
|
"hideDetails"
|
|
1915
|
-
]), { prop: f } = l(t, n, e, [
|
|
2121
|
+
]), { prop: f } = l(t, n, e, [
|
|
2122
|
+
"settings",
|
|
2123
|
+
"label"
|
|
2124
|
+
]), { prop: d } = l(t, n, e, [
|
|
2125
|
+
"settings",
|
|
2126
|
+
"loading"
|
|
2127
|
+
]), { prop: u } = l(t, n, e, ["settings", "max"]), { prop: m } = l(t, n, e, [
|
|
2128
|
+
"size",
|
|
2129
|
+
"maxWidth"
|
|
2130
|
+
]), { prop: y } = l(t, n, e, ["settings", "min"]), { prop: v } = l(t, n, e, [
|
|
2131
|
+
"size",
|
|
2132
|
+
"minWidth"
|
|
2133
|
+
]), { prop: h } = l(t, n, e, [
|
|
1916
2134
|
"settings",
|
|
1917
2135
|
"placeholder"
|
|
1918
2136
|
]), { prop: x } = l(t, n, e, [
|
|
1919
2137
|
"settings",
|
|
1920
2138
|
"precision"
|
|
1921
|
-
]), { prop: _ } = l(t, n, e, [
|
|
2139
|
+
]), { prop: _ } = l(t, n, e, [
|
|
2140
|
+
"settings",
|
|
2141
|
+
"prefix"
|
|
2142
|
+
]), { prop: p } = l(t, n, e, [
|
|
1922
2143
|
"settings",
|
|
1923
2144
|
"addIcon",
|
|
1924
2145
|
"prepend"
|
|
@@ -1929,13 +2150,28 @@ const vr = /* @__PURE__ */ _e(xr, [["render", gr]]), kr = ["id"], _r = /* @__PUR
|
|
|
1929
2150
|
]), { prop: V } = l(t, n, e, [
|
|
1930
2151
|
"settings",
|
|
1931
2152
|
"readonly"
|
|
1932
|
-
]), { prop:
|
|
2153
|
+
]), { prop: C } = l(t, n, e, [
|
|
2154
|
+
"settings",
|
|
2155
|
+
"reverse"
|
|
2156
|
+
]), { prop: M } = l(t, n, e, [
|
|
1933
2157
|
"settings",
|
|
1934
2158
|
"singleLine"
|
|
1935
|
-
]), { prop: j } = l(t, n, e, [
|
|
2159
|
+
]), { prop: j } = l(t, n, e, [
|
|
2160
|
+
"settings",
|
|
2161
|
+
"step"
|
|
2162
|
+
]), { prop: U } = l(t, n, e, [
|
|
2163
|
+
"settings",
|
|
2164
|
+
"suffix"
|
|
2165
|
+
]), { theme: A } = F(s), { prop: E } = l(t, n, e, [
|
|
2166
|
+
"settings",
|
|
2167
|
+
"value"
|
|
2168
|
+
]), { prop: K } = l(t, n, e, [
|
|
2169
|
+
"settings",
|
|
2170
|
+
"variant"
|
|
2171
|
+
]), { prop: O } = l(t, n, e, ["size", "width"]);
|
|
1936
2172
|
return (te, ie) => {
|
|
1937
2173
|
const ue = W("v-number-input");
|
|
1938
|
-
return
|
|
2174
|
+
return $(), S(o(ee), null, {
|
|
1939
2175
|
default: P(() => [
|
|
1940
2176
|
Z(ue, {
|
|
1941
2177
|
modelValue: o(E),
|
|
@@ -1956,7 +2192,7 @@ const vr = /* @__PURE__ */ _e(xr, [["render", gr]]), kr = ["id"], _r = /* @__PUR
|
|
|
1956
2192
|
"prepend-icon": o(p),
|
|
1957
2193
|
"prepend-inner-icon": o(k),
|
|
1958
2194
|
readonly: o(V),
|
|
1959
|
-
reverse: o(
|
|
2195
|
+
reverse: o(C),
|
|
1960
2196
|
"single-line": o(M),
|
|
1961
2197
|
step: o(j),
|
|
1962
2198
|
suffix: o(U),
|
|
@@ -1969,26 +2205,47 @@ const vr = /* @__PURE__ */ _e(xr, [["render", gr]]), kr = ["id"], _r = /* @__PUR
|
|
|
1969
2205
|
});
|
|
1970
2206
|
};
|
|
1971
2207
|
}
|
|
1972
|
-
}),
|
|
2208
|
+
}), Pr = /* @__PURE__ */ T({
|
|
1973
2209
|
__name: "index",
|
|
1974
2210
|
props: {
|
|
1975
2211
|
node: {},
|
|
1976
2212
|
outer: { type: Boolean }
|
|
1977
2213
|
},
|
|
1978
2214
|
setup(i) {
|
|
1979
|
-
const e = i, t = z(), s = D(), n = L(), { prop: r } = l(t, n, e, [
|
|
2215
|
+
const e = i, t = z(), s = D(), n = L(), { prop: r } = l(t, n, e, [
|
|
2216
|
+
"settings",
|
|
2217
|
+
"density"
|
|
2218
|
+
]), { prop: a } = l(t, n, e, [
|
|
1980
2219
|
"settings",
|
|
1981
2220
|
"disabled"
|
|
1982
|
-
]), { prop: c } = l(t, n, e, [
|
|
2221
|
+
]), { prop: c } = l(t, n, e, [
|
|
2222
|
+
"settings",
|
|
2223
|
+
"length"
|
|
2224
|
+
]), { prop: b } = l(t, n, e, [
|
|
1983
2225
|
"settings",
|
|
1984
2226
|
"showFirstLastPage"
|
|
1985
|
-
]), { prop: f } = l(t, n, e, [
|
|
2227
|
+
]), { prop: f } = l(t, n, e, [
|
|
2228
|
+
"settings",
|
|
2229
|
+
"size"
|
|
2230
|
+
]), { prop: d } = l(t, n, e, [
|
|
2231
|
+
"settings",
|
|
2232
|
+
"start"
|
|
2233
|
+
]), { theme: u } = F(s), { prop: m } = l(t, n, e, [
|
|
2234
|
+
"settings",
|
|
2235
|
+
"tile"
|
|
2236
|
+
]), { prop: y } = l(t, n, e, [
|
|
2237
|
+
"settings",
|
|
2238
|
+
"value"
|
|
2239
|
+
]), { prop: v } = l(t, n, e, [
|
|
2240
|
+
"settings",
|
|
2241
|
+
"variant"
|
|
2242
|
+
]), h = w(() => {
|
|
1986
2243
|
const x = {};
|
|
1987
2244
|
return t === "editor" && (x.pointerEvents = "none"), x;
|
|
1988
2245
|
});
|
|
1989
2246
|
return (x, _) => {
|
|
1990
2247
|
const p = W("v-pagination");
|
|
1991
|
-
return
|
|
2248
|
+
return $(), S(o(ee), null, {
|
|
1992
2249
|
default: P(() => [
|
|
1993
2250
|
Z(p, {
|
|
1994
2251
|
modelValue: o(y),
|
|
@@ -2009,23 +2266,35 @@ const vr = /* @__PURE__ */ _e(xr, [["render", gr]]), kr = ["id"], _r = /* @__PUR
|
|
|
2009
2266
|
});
|
|
2010
2267
|
};
|
|
2011
2268
|
}
|
|
2012
|
-
}),
|
|
2269
|
+
}), Wr = /* @__PURE__ */ T({
|
|
2013
2270
|
__name: "index",
|
|
2014
2271
|
props: {
|
|
2015
2272
|
node: {},
|
|
2016
2273
|
outer: { type: Boolean }
|
|
2017
2274
|
},
|
|
2018
2275
|
setup(i) {
|
|
2019
|
-
const e = i, t = z(), s = D(), n = L(), { prop: r } = l(t, n, e, [
|
|
2276
|
+
const e = i, t = z(), s = D(), n = L(), { prop: r } = l(t, n, e, [
|
|
2277
|
+
"settings",
|
|
2278
|
+
"color"
|
|
2279
|
+
]), { color: a } = X(s, r), { prop: c } = l(t, n, e, [
|
|
2280
|
+
"settings",
|
|
2281
|
+
"density"
|
|
2282
|
+
]), { prop: b } = l(t, n, e, [
|
|
2020
2283
|
"settings",
|
|
2021
2284
|
"disabled"
|
|
2022
|
-
]), { prop: f } = l(t, n, e, [
|
|
2285
|
+
]), { prop: f } = l(t, n, e, [
|
|
2286
|
+
"settings",
|
|
2287
|
+
"label"
|
|
2288
|
+
]), { prop: d } = l(t, n, e, [
|
|
2023
2289
|
"settings",
|
|
2024
2290
|
"readonly"
|
|
2025
|
-
]), { theme: u } = F(s), { prop: m } = l(t, n, e, [
|
|
2291
|
+
]), { theme: u } = F(s), { prop: m } = l(t, n, e, [
|
|
2292
|
+
"settings",
|
|
2293
|
+
"value"
|
|
2294
|
+
]);
|
|
2026
2295
|
return (y, v) => {
|
|
2027
2296
|
const h = W("v-radio");
|
|
2028
|
-
return
|
|
2297
|
+
return $(), S(h, {
|
|
2029
2298
|
color: o(a),
|
|
2030
2299
|
density: o(c),
|
|
2031
2300
|
disabled: o(b),
|
|
@@ -2036,26 +2305,35 @@ const vr = /* @__PURE__ */ _e(xr, [["render", gr]]), kr = ["id"], _r = /* @__PUR
|
|
|
2036
2305
|
}, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
|
|
2037
2306
|
};
|
|
2038
2307
|
}
|
|
2039
|
-
}),
|
|
2308
|
+
}), Lr = /* @__PURE__ */ T({
|
|
2040
2309
|
__name: "index",
|
|
2041
2310
|
props: {
|
|
2042
2311
|
node: {},
|
|
2043
2312
|
outer: { type: Boolean }
|
|
2044
2313
|
},
|
|
2045
2314
|
setup(i) {
|
|
2046
|
-
const e = i, t = z(), s = D(), n = L(), { prop: r } = l(t, n, e, [
|
|
2315
|
+
const e = i, t = z(), s = D(), n = L(), { prop: r } = l(t, n, e, [
|
|
2316
|
+
"settings",
|
|
2317
|
+
"density"
|
|
2318
|
+
]), { prop: a } = l(t, n, e, [
|
|
2047
2319
|
"settings",
|
|
2048
2320
|
"direction"
|
|
2049
2321
|
]), { prop: c } = l(t, n, e, [
|
|
2050
2322
|
"settings",
|
|
2051
2323
|
"disabled"
|
|
2052
|
-
]), { prop: b } = l(t, n, e, [
|
|
2324
|
+
]), { prop: b } = l(t, n, e, [
|
|
2325
|
+
"settings",
|
|
2326
|
+
"inline"
|
|
2327
|
+
]), { prop: f } = l(t, n, e, [
|
|
2053
2328
|
"settings",
|
|
2054
2329
|
"readonly"
|
|
2055
|
-
]), { theme: d } = F(s), { prop: u } = l(t, n, e, [
|
|
2330
|
+
]), { theme: d } = F(s), { prop: u } = l(t, n, e, [
|
|
2331
|
+
"settings",
|
|
2332
|
+
"value"
|
|
2333
|
+
]);
|
|
2056
2334
|
return (m, y) => {
|
|
2057
2335
|
const v = W("v-radio-group");
|
|
2058
|
-
return
|
|
2336
|
+
return $(), S(o(ee), null, {
|
|
2059
2337
|
default: P(() => [
|
|
2060
2338
|
Z(v, {
|
|
2061
2339
|
modelValue: o(u),
|
|
@@ -2077,14 +2355,17 @@ const vr = /* @__PURE__ */ _e(xr, [["render", gr]]), kr = ["id"], _r = /* @__PUR
|
|
|
2077
2355
|
});
|
|
2078
2356
|
};
|
|
2079
2357
|
}
|
|
2080
|
-
}),
|
|
2358
|
+
}), Br = /* @__PURE__ */ T({
|
|
2081
2359
|
__name: "index",
|
|
2082
2360
|
props: {
|
|
2083
2361
|
node: {},
|
|
2084
2362
|
outer: { type: Boolean }
|
|
2085
2363
|
},
|
|
2086
2364
|
setup(i) {
|
|
2087
|
-
const e = i, t = z(), s = D(), n = L(), { prop: r } = l(t, n, e, [
|
|
2365
|
+
const e = i, t = z(), s = D(), n = L(), { prop: r } = l(t, n, e, [
|
|
2366
|
+
"settings",
|
|
2367
|
+
"density"
|
|
2368
|
+
]), { prop: a } = l(t, n, e, [
|
|
2088
2369
|
"settings",
|
|
2089
2370
|
"direction"
|
|
2090
2371
|
]), { prop: c } = l(t, n, e, [
|
|
@@ -2093,7 +2374,10 @@ const vr = /* @__PURE__ */ _e(xr, [["render", gr]]), kr = ["id"], _r = /* @__PUR
|
|
|
2093
2374
|
]), { prop: b } = l(t, n, e, [
|
|
2094
2375
|
"settings",
|
|
2095
2376
|
"hideDetails"
|
|
2096
|
-
]), { prop: f } = l(t, n, e, [
|
|
2377
|
+
]), { prop: f } = l(t, n, e, [
|
|
2378
|
+
"settings",
|
|
2379
|
+
"label"
|
|
2380
|
+
]), { prop: d } = l(t, n, e, ["settings", "max"]), { prop: u } = l(t, n, e, ["settings", "min"]), { prop: m } = l(t, n, e, [
|
|
2097
2381
|
"settings",
|
|
2098
2382
|
"readonly"
|
|
2099
2383
|
]), { prop: y } = l(t, n, e, [
|
|
@@ -2104,7 +2388,10 @@ const vr = /* @__PURE__ */ _e(xr, [["render", gr]]), kr = ["id"], _r = /* @__PUR
|
|
|
2104
2388
|
return "always";
|
|
2105
2389
|
if (y.value === "show")
|
|
2106
2390
|
return !0;
|
|
2107
|
-
}), { prop: h } = l(t, n, e, [
|
|
2391
|
+
}), { prop: h } = l(t, n, e, [
|
|
2392
|
+
"settings",
|
|
2393
|
+
"step"
|
|
2394
|
+
]), { theme: x } = F(s), { prop: _ } = l(t, n, e, [
|
|
2108
2395
|
"settings",
|
|
2109
2396
|
"thumbLabel"
|
|
2110
2397
|
]), p = w(() => {
|
|
@@ -2115,7 +2402,10 @@ const vr = /* @__PURE__ */ _e(xr, [["render", gr]]), kr = ["id"], _r = /* @__PUR
|
|
|
2115
2402
|
}), { prop: k } = l(t, n, e, [
|
|
2116
2403
|
"settings",
|
|
2117
2404
|
"thumbSize"
|
|
2118
|
-
]), { prop: V } = l(t, n, e, [
|
|
2405
|
+
]), { prop: V } = l(t, n, e, [
|
|
2406
|
+
"settings",
|
|
2407
|
+
"ticks"
|
|
2408
|
+
]), C = w(() => {
|
|
2119
2409
|
if (!V.value)
|
|
2120
2410
|
return;
|
|
2121
2411
|
const E = {};
|
|
@@ -2142,7 +2432,7 @@ const vr = /* @__PURE__ */ _e(xr, [["render", gr]]), kr = ["id"], _r = /* @__PUR
|
|
|
2142
2432
|
});
|
|
2143
2433
|
return (E, K) => {
|
|
2144
2434
|
const O = W("v-range-slider");
|
|
2145
|
-
return
|
|
2435
|
+
return $(), S(o(ee), {
|
|
2146
2436
|
modelValue: A.value,
|
|
2147
2437
|
"onUpdate:modelValue": K[1] || (K[1] = (te) => A.value = te)
|
|
2148
2438
|
}, {
|
|
@@ -2164,14 +2454,14 @@ const vr = /* @__PURE__ */ _e(xr, [["render", gr]]), kr = ["id"], _r = /* @__PUR
|
|
|
2164
2454
|
"thumb-label": p.value,
|
|
2165
2455
|
"thumb-size": o(k),
|
|
2166
2456
|
"tick-size": o(M),
|
|
2167
|
-
ticks:
|
|
2457
|
+
ticks: C.value
|
|
2168
2458
|
}, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "label", "max", "min", "readonly", "show-ticks", "step", "theme", "thumb-label", "thumb-size", "tick-size", "ticks"])
|
|
2169
2459
|
]),
|
|
2170
2460
|
_: 1
|
|
2171
2461
|
}, 8, ["modelValue"]);
|
|
2172
2462
|
};
|
|
2173
2463
|
}
|
|
2174
|
-
}),
|
|
2464
|
+
}), Nr = /* @__PURE__ */ T({
|
|
2175
2465
|
__name: "index",
|
|
2176
2466
|
props: {
|
|
2177
2467
|
node: {},
|
|
@@ -2181,19 +2471,31 @@ const vr = /* @__PURE__ */ _e(xr, [["render", gr]]), kr = ["id"], _r = /* @__PUR
|
|
|
2181
2471
|
const e = i, t = z(), s = D(), n = L(), { prop: r } = l(t, n, e, [
|
|
2182
2472
|
"settings",
|
|
2183
2473
|
"clearable"
|
|
2184
|
-
]), { prop: a } = l(t, n, e, [
|
|
2474
|
+
]), { prop: a } = l(t, n, e, [
|
|
2475
|
+
"settings",
|
|
2476
|
+
"density"
|
|
2477
|
+
]), { prop: c } = l(t, n, e, [
|
|
2185
2478
|
"settings",
|
|
2186
2479
|
"disabled"
|
|
2187
2480
|
]), { prop: b } = l(t, n, e, [
|
|
2188
2481
|
"settings",
|
|
2189
2482
|
"halfIncrements"
|
|
2190
|
-
]), { prop: f } = l(t, n, e, [
|
|
2483
|
+
]), { prop: f } = l(t, n, e, [
|
|
2484
|
+
"settings",
|
|
2485
|
+
"hover"
|
|
2486
|
+
]), { prop: d } = l(t, n, e, [
|
|
2487
|
+
"settings",
|
|
2488
|
+
"length"
|
|
2489
|
+
]), { prop: u } = l(t, n, e, [
|
|
2191
2490
|
"settings",
|
|
2192
2491
|
"readonly"
|
|
2193
|
-
]), { theme: m } = F(s), { prop: y } = l(t, n, e, [
|
|
2492
|
+
]), { theme: m } = F(s), { prop: y } = l(t, n, e, [
|
|
2493
|
+
"settings",
|
|
2494
|
+
"value"
|
|
2495
|
+
]);
|
|
2194
2496
|
return (v, h) => {
|
|
2195
2497
|
const x = W("v-rating");
|
|
2196
|
-
return
|
|
2498
|
+
return $(), S(o(ee), { "fit-content": !0 }, {
|
|
2197
2499
|
default: P(() => [
|
|
2198
2500
|
Z(x, {
|
|
2199
2501
|
modelValue: o(y),
|
|
@@ -2212,7 +2514,7 @@ const vr = /* @__PURE__ */ _e(xr, [["render", gr]]), kr = ["id"], _r = /* @__PUR
|
|
|
2212
2514
|
});
|
|
2213
2515
|
};
|
|
2214
2516
|
}
|
|
2215
|
-
}),
|
|
2517
|
+
}), Rr = /* @__PURE__ */ T({
|
|
2216
2518
|
__name: "index",
|
|
2217
2519
|
props: {
|
|
2218
2520
|
node: {},
|
|
@@ -2222,7 +2524,10 @@ const vr = /* @__PURE__ */ _e(xr, [["render", gr]]), kr = ["id"], _r = /* @__PUR
|
|
|
2222
2524
|
const e = i, t = z(), s = D(), n = L(), { prop: r } = l(t, n, e, [
|
|
2223
2525
|
"settings",
|
|
2224
2526
|
"hideDetails"
|
|
2225
|
-
]), { prop: a } = l(t, n, e, [
|
|
2527
|
+
]), { prop: a } = l(t, n, e, [
|
|
2528
|
+
"settings",
|
|
2529
|
+
"label"
|
|
2530
|
+
]), { prop: c } = l(t, n, e, [
|
|
2226
2531
|
"settings",
|
|
2227
2532
|
"placeholder"
|
|
2228
2533
|
]), { prop: b } = l(t, n, e, [
|
|
@@ -2231,10 +2536,13 @@ const vr = /* @__PURE__ */ _e(xr, [["render", gr]]), kr = ["id"], _r = /* @__PUR
|
|
|
2231
2536
|
]), { prop: f } = l(t, n, e, [
|
|
2232
2537
|
"settings",
|
|
2233
2538
|
"singleLine"
|
|
2234
|
-
]), { theme: d } = F(s), { prop: u } = l(t, n, e, [
|
|
2539
|
+
]), { theme: d } = F(s), { prop: u } = l(t, n, e, [
|
|
2540
|
+
"settings",
|
|
2541
|
+
"value"
|
|
2542
|
+
]);
|
|
2235
2543
|
return (m, y) => {
|
|
2236
2544
|
const v = W("v-select");
|
|
2237
|
-
return
|
|
2545
|
+
return $(), S(o(ee), null, {
|
|
2238
2546
|
default: P(() => [
|
|
2239
2547
|
Z(v, {
|
|
2240
2548
|
modelValue: o(u),
|
|
@@ -2251,14 +2559,17 @@ const vr = /* @__PURE__ */ _e(xr, [["render", gr]]), kr = ["id"], _r = /* @__PUR
|
|
|
2251
2559
|
});
|
|
2252
2560
|
};
|
|
2253
2561
|
}
|
|
2254
|
-
}),
|
|
2562
|
+
}), Dr = /* @__PURE__ */ T({
|
|
2255
2563
|
__name: "index",
|
|
2256
2564
|
props: {
|
|
2257
2565
|
node: {},
|
|
2258
2566
|
outer: { type: Boolean }
|
|
2259
2567
|
},
|
|
2260
2568
|
setup(i) {
|
|
2261
|
-
const e = i, t = z(), s = xo(), n = L(), { prop: r } = l(t, n, e, [
|
|
2569
|
+
const e = i, t = z(), s = xo(), n = L(), { prop: r } = l(t, n, e, [
|
|
2570
|
+
"settings",
|
|
2571
|
+
"color"
|
|
2572
|
+
]), { color: a } = X(s, r), { prop: c } = l(t, n, e, [
|
|
2262
2573
|
"settings",
|
|
2263
2574
|
"direction"
|
|
2264
2575
|
]), { prop: b } = l(t, n, e, [
|
|
@@ -2267,10 +2578,16 @@ const vr = /* @__PURE__ */ _e(xr, [["render", gr]]), kr = ["id"], _r = /* @__PUR
|
|
|
2267
2578
|
]), { prop: f } = l(t, n, e, [
|
|
2268
2579
|
"settings",
|
|
2269
2580
|
"hideDetails"
|
|
2270
|
-
]), { prop: d } = l(t, n, e, [
|
|
2581
|
+
]), { prop: d } = l(t, n, e, [
|
|
2582
|
+
"settings",
|
|
2583
|
+
"label"
|
|
2584
|
+
]), { prop: u } = l(t, n, e, ["settings", "max"]), { prop: m } = l(t, n, e, ["settings", "min"]), { prop: y } = l(t, n, e, [
|
|
2271
2585
|
"settings",
|
|
2272
2586
|
"readonly"
|
|
2273
|
-
]), { prop: v } = l(t, n, e, [
|
|
2587
|
+
]), { prop: v } = l(t, n, e, [
|
|
2588
|
+
"settings",
|
|
2589
|
+
"reverse"
|
|
2590
|
+
]), { prop: h } = l(t, n, e, [
|
|
2274
2591
|
"settings",
|
|
2275
2592
|
"showTicks"
|
|
2276
2593
|
]), x = w(() => {
|
|
@@ -2278,21 +2595,27 @@ const vr = /* @__PURE__ */ _e(xr, [["render", gr]]), kr = ["id"], _r = /* @__PUR
|
|
|
2278
2595
|
return "always";
|
|
2279
2596
|
if (h.value === "show")
|
|
2280
2597
|
return !0;
|
|
2281
|
-
}), { prop: _ } = l(t, n, e, [
|
|
2598
|
+
}), { prop: _ } = l(t, n, e, [
|
|
2599
|
+
"settings",
|
|
2600
|
+
"step"
|
|
2601
|
+
]), { theme: p } = F(s), { prop: k } = l(t, n, e, [
|
|
2282
2602
|
"settings",
|
|
2283
2603
|
"thumbColor"
|
|
2284
|
-
]), { color: V } = X(s, k), { prop:
|
|
2604
|
+
]), { color: V } = X(s, k), { prop: C } = l(t, n, e, [
|
|
2285
2605
|
"settings",
|
|
2286
2606
|
"thumbLabel"
|
|
2287
2607
|
]), M = w(() => {
|
|
2288
|
-
if (
|
|
2608
|
+
if (C.value === "always")
|
|
2289
2609
|
return "always";
|
|
2290
|
-
if (
|
|
2610
|
+
if (C.value === "show")
|
|
2291
2611
|
return !0;
|
|
2292
2612
|
}), { prop: j } = l(t, n, e, [
|
|
2293
2613
|
"settings",
|
|
2294
2614
|
"thumbSize"
|
|
2295
|
-
]), { prop: U } = l(t, n, e, [
|
|
2615
|
+
]), { prop: U } = l(t, n, e, [
|
|
2616
|
+
"settings",
|
|
2617
|
+
"ticks"
|
|
2618
|
+
]), A = w(() => {
|
|
2296
2619
|
if (!U.value)
|
|
2297
2620
|
return;
|
|
2298
2621
|
const ce = {};
|
|
@@ -2306,13 +2629,19 @@ const vr = /* @__PURE__ */ _e(xr, [["render", gr]]), kr = ["id"], _r = /* @__PUR
|
|
|
2306
2629
|
]), { prop: K } = l(t, n, e, [
|
|
2307
2630
|
"settings",
|
|
2308
2631
|
"trackColor"
|
|
2309
|
-
]), { color: O } = X(s, K), { prop: te } = l(t, n, e, [
|
|
2632
|
+
]), { color: O } = X(s, K), { prop: te } = l(t, n, e, [
|
|
2633
|
+
"settings",
|
|
2634
|
+
"value"
|
|
2635
|
+
]), { prop: ie } = l(t, n, e, [
|
|
2636
|
+
"slots",
|
|
2637
|
+
"append"
|
|
2638
|
+
]), { prop: ue } = l(t, n, e, [
|
|
2310
2639
|
"slots",
|
|
2311
2640
|
"prepend"
|
|
2312
2641
|
]);
|
|
2313
2642
|
return (ce, Ie) => {
|
|
2314
2643
|
const Be = W("v-slider");
|
|
2315
|
-
return
|
|
2644
|
+
return $(), S(o(ee), null, {
|
|
2316
2645
|
default: P(() => [
|
|
2317
2646
|
Z(Be, {
|
|
2318
2647
|
modelValue: o(te),
|
|
@@ -2362,7 +2691,7 @@ const vr = /* @__PURE__ */ _e(xr, [["render", gr]]), kr = ["id"], _r = /* @__PUR
|
|
|
2362
2691
|
});
|
|
2363
2692
|
};
|
|
2364
2693
|
}
|
|
2365
|
-
}),
|
|
2694
|
+
}), Er = /* @__PURE__ */ T({
|
|
2366
2695
|
__name: "index",
|
|
2367
2696
|
props: {
|
|
2368
2697
|
node: {},
|
|
@@ -2372,10 +2701,13 @@ const vr = /* @__PURE__ */ _e(xr, [["render", gr]]), kr = ["id"], _r = /* @__PUR
|
|
|
2372
2701
|
const e = i, t = z(), s = D(), n = L(), { prop: r } = l(t, n, e, [
|
|
2373
2702
|
"settings",
|
|
2374
2703
|
"hideActions"
|
|
2375
|
-
]), { theme: a } = F(s), { prop: c } = l(t, n, e, [
|
|
2704
|
+
]), { theme: a } = F(s), { prop: c } = l(t, n, e, [
|
|
2705
|
+
"settings",
|
|
2706
|
+
"value"
|
|
2707
|
+
]);
|
|
2376
2708
|
return (b, f) => {
|
|
2377
2709
|
const d = W("v-stepper");
|
|
2378
|
-
return
|
|
2710
|
+
return $(), S(d, {
|
|
2379
2711
|
modelValue: o(c),
|
|
2380
2712
|
"onUpdate:modelValue": f[0] || (f[0] = (u) => q(c) ? c.value = u : null),
|
|
2381
2713
|
"hide-actions": o(r),
|
|
@@ -2388,27 +2720,30 @@ const vr = /* @__PURE__ */ _e(xr, [["render", gr]]), kr = ["id"], _r = /* @__PUR
|
|
|
2388
2720
|
}, 8, ["modelValue", "hide-actions", "theme"]);
|
|
2389
2721
|
};
|
|
2390
2722
|
}
|
|
2391
|
-
}),
|
|
2392
|
-
function
|
|
2723
|
+
}), Fr = {};
|
|
2724
|
+
function Mr(i, e) {
|
|
2393
2725
|
const t = W("v-stepper-header");
|
|
2394
|
-
return
|
|
2726
|
+
return $(), S(t, null, {
|
|
2395
2727
|
default: P(() => [
|
|
2396
2728
|
H(i.$slots, "default")
|
|
2397
2729
|
]),
|
|
2398
2730
|
_: 3
|
|
2399
2731
|
});
|
|
2400
2732
|
}
|
|
2401
|
-
const
|
|
2733
|
+
const Hr = /* @__PURE__ */ _e(Fr, [["render", Mr]]), jr = /* @__PURE__ */ T({
|
|
2402
2734
|
__name: "index",
|
|
2403
2735
|
props: {
|
|
2404
2736
|
node: {},
|
|
2405
2737
|
outer: { type: Boolean }
|
|
2406
2738
|
},
|
|
2407
2739
|
setup(i) {
|
|
2408
|
-
const e = i, t = z(), s = L(), { prop: n } = l(t, s, e, [
|
|
2740
|
+
const e = i, t = z(), s = L(), { prop: n } = l(t, s, e, [
|
|
2741
|
+
"settings",
|
|
2742
|
+
"value"
|
|
2743
|
+
]);
|
|
2409
2744
|
return (r, a) => {
|
|
2410
2745
|
const c = W("v-stepper-item");
|
|
2411
|
-
return
|
|
2746
|
+
return $(), S(c, { value: o(n) }, {
|
|
2412
2747
|
default: P(() => [
|
|
2413
2748
|
H(r.$slots, "default")
|
|
2414
2749
|
]),
|
|
@@ -2416,27 +2751,30 @@ const Mr = /* @__PURE__ */ _e(Er, [["render", Fr]]), Hr = /* @__PURE__ */ T({
|
|
|
2416
2751
|
}, 8, ["value"]);
|
|
2417
2752
|
};
|
|
2418
2753
|
}
|
|
2419
|
-
}),
|
|
2420
|
-
function
|
|
2754
|
+
}), Gr = {};
|
|
2755
|
+
function Ur(i, e) {
|
|
2421
2756
|
const t = W("v-stepper-window");
|
|
2422
|
-
return
|
|
2757
|
+
return $(), S(t, null, {
|
|
2423
2758
|
default: P(() => [
|
|
2424
2759
|
H(i.$slots, "default")
|
|
2425
2760
|
]),
|
|
2426
2761
|
_: 3
|
|
2427
2762
|
});
|
|
2428
2763
|
}
|
|
2429
|
-
const
|
|
2764
|
+
const Or = /* @__PURE__ */ _e(Gr, [["render", Ur]]), Kr = /* @__PURE__ */ T({
|
|
2430
2765
|
__name: "index",
|
|
2431
2766
|
props: {
|
|
2432
2767
|
node: {},
|
|
2433
2768
|
outer: { type: Boolean }
|
|
2434
2769
|
},
|
|
2435
2770
|
setup(i) {
|
|
2436
|
-
const e = i, t = z(), s = L(), { prop: n } = l(t, s, e, [
|
|
2771
|
+
const e = i, t = z(), s = L(), { prop: n } = l(t, s, e, [
|
|
2772
|
+
"settings",
|
|
2773
|
+
"value"
|
|
2774
|
+
]);
|
|
2437
2775
|
return (r, a) => {
|
|
2438
2776
|
const c = W("v-stepper-window-item");
|
|
2439
|
-
return
|
|
2777
|
+
return $(), S(c, { value: o(n) }, {
|
|
2440
2778
|
default: P(() => [
|
|
2441
2779
|
H(r.$slots, "default")
|
|
2442
2780
|
]),
|
|
@@ -2444,14 +2782,17 @@ const Ur = /* @__PURE__ */ _e(jr, [["render", Gr]]), Or = /* @__PURE__ */ T({
|
|
|
2444
2782
|
}, 8, ["value"]);
|
|
2445
2783
|
};
|
|
2446
2784
|
}
|
|
2447
|
-
}),
|
|
2785
|
+
}), Zr = /* @__PURE__ */ T({
|
|
2448
2786
|
__name: "index",
|
|
2449
2787
|
props: {
|
|
2450
2788
|
node: {},
|
|
2451
2789
|
outer: { type: Boolean }
|
|
2452
2790
|
},
|
|
2453
2791
|
setup(i) {
|
|
2454
|
-
const e = i, t = z(), s = D(), n = L(), { prop: r } = l(t, n, e, [
|
|
2792
|
+
const e = i, t = z(), s = D(), n = L(), { prop: r } = l(t, n, e, [
|
|
2793
|
+
"settings",
|
|
2794
|
+
"density"
|
|
2795
|
+
]), { prop: a } = l(t, n, e, [
|
|
2455
2796
|
"settings",
|
|
2456
2797
|
"direction"
|
|
2457
2798
|
]), { prop: c } = l(t, n, e, [
|
|
@@ -2463,10 +2804,25 @@ const Ur = /* @__PURE__ */ _e(jr, [["render", Gr]]), Or = /* @__PURE__ */ T({
|
|
|
2463
2804
|
]), { prop: f } = l(t, n, e, [
|
|
2464
2805
|
"settings",
|
|
2465
2806
|
"indeterminate"
|
|
2466
|
-
]), { prop: d } = l(t, n, e, [
|
|
2807
|
+
]), { prop: d } = l(t, n, e, [
|
|
2808
|
+
"settings",
|
|
2809
|
+
"inline"
|
|
2810
|
+
]), { prop: u } = l(t, n, e, [
|
|
2811
|
+
"settings",
|
|
2812
|
+
"inset"
|
|
2813
|
+
]), { prop: m } = l(t, n, e, [
|
|
2814
|
+
"settings",
|
|
2815
|
+
"label"
|
|
2816
|
+
]), { prop: y } = l(t, n, e, [
|
|
2817
|
+
"settings",
|
|
2818
|
+
"loading"
|
|
2819
|
+
]), { theme: v } = F(s), { prop: h } = l(t, n, e, [
|
|
2820
|
+
"settings",
|
|
2821
|
+
"value"
|
|
2822
|
+
]);
|
|
2467
2823
|
return (x, _) => {
|
|
2468
2824
|
const p = W("v-switch");
|
|
2469
|
-
return
|
|
2825
|
+
return $(), S(ee, { "fit-content": !0 }, {
|
|
2470
2826
|
default: P(() => [
|
|
2471
2827
|
Z(p, {
|
|
2472
2828
|
modelValue: o(h),
|
|
@@ -2487,20 +2843,26 @@ const Ur = /* @__PURE__ */ _e(jr, [["render", Gr]]), Or = /* @__PURE__ */ T({
|
|
|
2487
2843
|
});
|
|
2488
2844
|
};
|
|
2489
2845
|
}
|
|
2490
|
-
}),
|
|
2846
|
+
}), qr = /* @__PURE__ */ T({
|
|
2491
2847
|
__name: "index",
|
|
2492
2848
|
props: {
|
|
2493
2849
|
node: {},
|
|
2494
2850
|
outer: { type: Boolean }
|
|
2495
2851
|
},
|
|
2496
2852
|
setup(i) {
|
|
2497
|
-
const e = i, t = z(), s = D(), n = L(), { prop: r } = l(t, n, e, [
|
|
2853
|
+
const e = i, t = z(), s = D(), n = L(), { prop: r } = l(t, n, e, [
|
|
2854
|
+
"settings",
|
|
2855
|
+
"text"
|
|
2856
|
+
]), { theme: a } = F(s), { prop: c } = l(t, n, e, [
|
|
2857
|
+
"settings",
|
|
2858
|
+
"value"
|
|
2859
|
+
]), b = w(() => {
|
|
2498
2860
|
const f = {};
|
|
2499
2861
|
return t === "editor" && (f.pointerEvents = "none"), f;
|
|
2500
2862
|
});
|
|
2501
2863
|
return (f, d) => {
|
|
2502
2864
|
const u = W("v-tab");
|
|
2503
|
-
return
|
|
2865
|
+
return $(), S(o(ee), { "fit-content": !0 }, {
|
|
2504
2866
|
default: P(() => [
|
|
2505
2867
|
Z(u, {
|
|
2506
2868
|
style: oe(b.value),
|
|
@@ -2513,7 +2875,7 @@ const Ur = /* @__PURE__ */ _e(jr, [["render", Gr]]), Or = /* @__PURE__ */ T({
|
|
|
2513
2875
|
});
|
|
2514
2876
|
};
|
|
2515
2877
|
}
|
|
2516
|
-
}),
|
|
2878
|
+
}), Jr = /* @__PURE__ */ T({
|
|
2517
2879
|
__name: "index",
|
|
2518
2880
|
props: {
|
|
2519
2881
|
node: {},
|
|
@@ -2534,7 +2896,10 @@ const Ur = /* @__PURE__ */ _e(jr, [["render", Gr]]), Or = /* @__PURE__ */ T({
|
|
|
2534
2896
|
"settings",
|
|
2535
2897
|
"color",
|
|
2536
2898
|
"selectedColor"
|
|
2537
|
-
]), { color: d } = X(s, f), { prop: u } = l(t, n, e, [
|
|
2899
|
+
]), { color: d } = X(s, f), { prop: u } = l(t, n, e, [
|
|
2900
|
+
"settings",
|
|
2901
|
+
"density"
|
|
2902
|
+
]), { prop: m } = l(t, n, e, [
|
|
2538
2903
|
"settings",
|
|
2539
2904
|
"direction"
|
|
2540
2905
|
]), { prop: y } = l(t, n, e, [
|
|
@@ -2543,10 +2908,16 @@ const Ur = /* @__PURE__ */ _e(jr, [["render", Gr]]), Or = /* @__PURE__ */ T({
|
|
|
2543
2908
|
]), { prop: v } = l(t, n, e, [
|
|
2544
2909
|
"settings",
|
|
2545
2910
|
"fixedTabs"
|
|
2546
|
-
]), { prop: h } = l(t, n, e, [
|
|
2911
|
+
]), { prop: h } = l(t, n, e, [
|
|
2912
|
+
"settings",
|
|
2913
|
+
"grow"
|
|
2914
|
+
]), { prop: x } = l(t, n, e, [
|
|
2547
2915
|
"settings",
|
|
2548
2916
|
"hideSlider"
|
|
2549
|
-
]), { prop: _ } = l(t, n, e, [
|
|
2917
|
+
]), { prop: _ } = l(t, n, e, [
|
|
2918
|
+
"settings",
|
|
2919
|
+
"items"
|
|
2920
|
+
]), { prop: p } = l(t, n, e, [
|
|
2550
2921
|
"settings",
|
|
2551
2922
|
"mandatory"
|
|
2552
2923
|
]), { prop: k } = l(t, n, e, [
|
|
@@ -2556,10 +2927,16 @@ const Ur = /* @__PURE__ */ _e(jr, [["render", Gr]]), Or = /* @__PURE__ */ T({
|
|
|
2556
2927
|
"settings",
|
|
2557
2928
|
"color",
|
|
2558
2929
|
"sliderColor"
|
|
2559
|
-
]), { color:
|
|
2930
|
+
]), { color: C } = X(s, V), { prop: M } = l(t, n, e, [
|
|
2931
|
+
"settings",
|
|
2932
|
+
"stacked"
|
|
2933
|
+
]), { theme: j } = F(s), { prop: U } = l(t, n, e, [
|
|
2934
|
+
"settings",
|
|
2935
|
+
"value"
|
|
2936
|
+
]);
|
|
2560
2937
|
return (A, E) => {
|
|
2561
2938
|
const K = W("v-tabs");
|
|
2562
|
-
return
|
|
2939
|
+
return $(), S(K, {
|
|
2563
2940
|
modelValue: o(U),
|
|
2564
2941
|
"onUpdate:modelValue": E[0] || (E[0] = (O) => q(U) ? U.value = O : null),
|
|
2565
2942
|
"align-tabs": o(r),
|
|
@@ -2575,7 +2952,7 @@ const Ur = /* @__PURE__ */ _e(jr, [["render", Gr]]), Or = /* @__PURE__ */ T({
|
|
|
2575
2952
|
items: o(_),
|
|
2576
2953
|
mandatory: o(p),
|
|
2577
2954
|
"show-arrows": o(k),
|
|
2578
|
-
"slider-color": o(
|
|
2955
|
+
"slider-color": o(C),
|
|
2579
2956
|
stacked: o(M),
|
|
2580
2957
|
theme: o(j)
|
|
2581
2958
|
}, {
|
|
@@ -2586,28 +2963,40 @@ const Ur = /* @__PURE__ */ _e(jr, [["render", Gr]]), Or = /* @__PURE__ */ T({
|
|
|
2586
2963
|
}, 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"]);
|
|
2587
2964
|
};
|
|
2588
2965
|
}
|
|
2589
|
-
}),
|
|
2966
|
+
}), Xr = /* @__PURE__ */ T({
|
|
2590
2967
|
__name: "index",
|
|
2591
2968
|
props: {
|
|
2592
2969
|
node: {},
|
|
2593
2970
|
outer: { type: Boolean }
|
|
2594
2971
|
},
|
|
2595
2972
|
setup(i) {
|
|
2596
|
-
const e = i, t = z(), s = de(), n = L(), { prop: r } = l(t, n, e, [
|
|
2973
|
+
const e = i, t = z(), s = de(), n = L(), { prop: r } = l(t, n, e, [
|
|
2974
|
+
"settings",
|
|
2975
|
+
"align"
|
|
2976
|
+
]), { prop: a } = l(t, n, e, [
|
|
2597
2977
|
"settings",
|
|
2598
2978
|
"decoration"
|
|
2599
2979
|
]), { prop: c } = l(t, n, e, [
|
|
2600
2980
|
"settings",
|
|
2601
2981
|
"emphasis"
|
|
2602
|
-
]), { prop: b } = l(t, n, e, [
|
|
2982
|
+
]), { prop: b } = l(t, n, e, [
|
|
2983
|
+
"settings",
|
|
2984
|
+
"italic"
|
|
2985
|
+
]), { prop: f } = l(t, n, e, [
|
|
2986
|
+
"settings",
|
|
2987
|
+
"text"
|
|
2988
|
+
]), { prop: d } = l(t, n, e, [
|
|
2989
|
+
"settings",
|
|
2990
|
+
"weight"
|
|
2991
|
+
]), u = w(() => {
|
|
2603
2992
|
const m = [], y = Pi(s.value.width), v = we(y, e.node.settings?.style);
|
|
2604
2993
|
return v && m.push(`text-${v}`), c.value === "high" ? m.push("text-high-emphasis") : c.value === "medium" ? m.push("text-medium-emphasis") : c.value === "disabled" && m.push("text-disabled"), r.value && m.push(`font-${r.value}`), a.value && m.push(`text-decoration-${a.value}`), d.value && m.push(`font-weight-${d.value}`), b.value && m.push("font-italic"), m.join(" ");
|
|
2605
2994
|
});
|
|
2606
|
-
return (m, y) => (
|
|
2995
|
+
return (m, y) => ($(), ne("span", {
|
|
2607
2996
|
class: co(u.value)
|
|
2608
2997
|
}, mo(o(f)), 3));
|
|
2609
2998
|
}
|
|
2610
|
-
}),
|
|
2999
|
+
}), Yr = /* @__PURE__ */ T({
|
|
2611
3000
|
__name: "index",
|
|
2612
3001
|
props: {
|
|
2613
3002
|
node: {},
|
|
@@ -2620,26 +3009,50 @@ const Ur = /* @__PURE__ */ _e(jr, [["render", Gr]]), Or = /* @__PURE__ */ T({
|
|
|
2620
3009
|
]), { prop: a } = l(t, n, e, [
|
|
2621
3010
|
"settings",
|
|
2622
3011
|
"clearable"
|
|
2623
|
-
]), { prop: c } = l(t, n, e, [
|
|
3012
|
+
]), { prop: c } = l(t, n, e, [
|
|
3013
|
+
"settings",
|
|
3014
|
+
"density"
|
|
3015
|
+
]), { prop: b } = l(t, n, e, [
|
|
2624
3016
|
"settings",
|
|
2625
3017
|
"disabled"
|
|
2626
|
-
]), { prop: f } = l(t, n, e, [
|
|
3018
|
+
]), { prop: f } = l(t, n, e, [
|
|
3019
|
+
"settings",
|
|
3020
|
+
"label"
|
|
3021
|
+
]), { prop: d } = l(t, n, e, [
|
|
3022
|
+
"settings",
|
|
3023
|
+
"loading"
|
|
3024
|
+
]), { prop: u } = l(t, n, e, [
|
|
3025
|
+
"settings",
|
|
3026
|
+
"maxRows"
|
|
3027
|
+
]), { prop: m } = l(t, n, e, [
|
|
2627
3028
|
"settings",
|
|
2628
3029
|
"placeholder"
|
|
2629
3030
|
]), { prop: y } = l(t, n, e, [
|
|
2630
3031
|
"settings",
|
|
2631
3032
|
"readonly"
|
|
2632
|
-
]), { prop: v } = l(t, n, e, [
|
|
3033
|
+
]), { prop: v } = l(t, n, e, [
|
|
3034
|
+
"settings",
|
|
3035
|
+
"reverse"
|
|
3036
|
+
]), { prop: h } = l(t, n, e, [
|
|
3037
|
+
"settings",
|
|
3038
|
+
"rows"
|
|
3039
|
+
]), { prop: x } = l(t, n, e, [
|
|
2633
3040
|
"settings",
|
|
2634
3041
|
"singleLine"
|
|
2635
|
-
]), { theme: _ } = F(s), { prop: p } = l(t, n, e, [
|
|
2636
|
-
|
|
3042
|
+
]), { theme: _ } = F(s), { prop: p } = l(t, n, e, [
|
|
3043
|
+
"settings",
|
|
3044
|
+
"value"
|
|
3045
|
+
]), { prop: k } = l(t, n, e, [
|
|
3046
|
+
"settings",
|
|
3047
|
+
"variant"
|
|
3048
|
+
]);
|
|
3049
|
+
return (V, C) => {
|
|
2637
3050
|
const M = W("v-textarea");
|
|
2638
|
-
return
|
|
3051
|
+
return $(), S(o(ee), null, {
|
|
2639
3052
|
default: P(() => [
|
|
2640
3053
|
Z(M, {
|
|
2641
3054
|
modelValue: o(p),
|
|
2642
|
-
"onUpdate:modelValue":
|
|
3055
|
+
"onUpdate:modelValue": C[0] || (C[0] = (j) => q(p) ? p.value = j : null),
|
|
2643
3056
|
"auto-grow": o(r),
|
|
2644
3057
|
clearable: o(a),
|
|
2645
3058
|
density: o(c),
|
|
@@ -2660,7 +3073,7 @@ const Ur = /* @__PURE__ */ _e(jr, [["render", Gr]]), Or = /* @__PURE__ */ T({
|
|
|
2660
3073
|
});
|
|
2661
3074
|
};
|
|
2662
3075
|
}
|
|
2663
|
-
}),
|
|
3076
|
+
}), Qr = /* @__PURE__ */ T({
|
|
2664
3077
|
__name: "index",
|
|
2665
3078
|
props: {
|
|
2666
3079
|
node: {},
|
|
@@ -2679,16 +3092,28 @@ const Ur = /* @__PURE__ */ _e(jr, [["render", Gr]]), Or = /* @__PURE__ */ T({
|
|
|
2679
3092
|
]), { prop: b } = l(t, n, e, [
|
|
2680
3093
|
"settings",
|
|
2681
3094
|
"clearable"
|
|
2682
|
-
]), { prop: f } = l(t, n, e, [
|
|
3095
|
+
]), { prop: f } = l(t, n, e, [
|
|
3096
|
+
"settings",
|
|
3097
|
+
"density"
|
|
3098
|
+
]), { prop: d } = l(t, n, e, [
|
|
2683
3099
|
"settings",
|
|
2684
3100
|
"disabled"
|
|
2685
3101
|
]), { prop: u } = l(t, n, e, [
|
|
2686
3102
|
"settings",
|
|
2687
3103
|
"hideDetails"
|
|
2688
|
-
]), { prop: m } = l(t, n, e, [
|
|
3104
|
+
]), { prop: m } = l(t, n, e, [
|
|
3105
|
+
"settings",
|
|
3106
|
+
"label"
|
|
3107
|
+
]), { prop: y } = l(t, n, e, [
|
|
3108
|
+
"settings",
|
|
3109
|
+
"loading"
|
|
3110
|
+
]), { prop: v } = l(t, n, e, [
|
|
2689
3111
|
"settings",
|
|
2690
3112
|
"placeholder"
|
|
2691
|
-
]), { prop: h } = l(t, n, e, [
|
|
3113
|
+
]), { prop: h } = l(t, n, e, [
|
|
3114
|
+
"settings",
|
|
3115
|
+
"prefix"
|
|
3116
|
+
]), { prop: x } = l(t, n, e, [
|
|
2692
3117
|
"settings",
|
|
2693
3118
|
"prependIcon"
|
|
2694
3119
|
]), { prop: _ } = l(t, n, e, [
|
|
@@ -2697,10 +3122,25 @@ const Ur = /* @__PURE__ */ _e(jr, [["render", Gr]]), Or = /* @__PURE__ */ T({
|
|
|
2697
3122
|
]), { prop: p } = l(t, n, e, [
|
|
2698
3123
|
"settings",
|
|
2699
3124
|
"readonly"
|
|
2700
|
-
]), { prop: k } = l(t, n, e, [
|
|
3125
|
+
]), { prop: k } = l(t, n, e, [
|
|
3126
|
+
"settings",
|
|
3127
|
+
"reverse"
|
|
3128
|
+
]), { prop: V } = l(t, n, e, [
|
|
2701
3129
|
"settings",
|
|
2702
3130
|
"singleLine"
|
|
2703
|
-
]), { prop:
|
|
3131
|
+
]), { prop: C } = l(t, n, e, [
|
|
3132
|
+
"settings",
|
|
3133
|
+
"suffix"
|
|
3134
|
+
]), { theme: M } = F(s), { prop: j } = l(t, n, e, [
|
|
3135
|
+
"settings",
|
|
3136
|
+
"value"
|
|
3137
|
+
]), { prop: U } = l(t, n, e, [
|
|
3138
|
+
"settings",
|
|
3139
|
+
"variant"
|
|
3140
|
+
]), { prop: A } = l(t, n, e, [
|
|
3141
|
+
"slots",
|
|
3142
|
+
"append"
|
|
3143
|
+
]), { prop: E } = l(t, n, e, [
|
|
2704
3144
|
"slots",
|
|
2705
3145
|
"appendInner"
|
|
2706
3146
|
]), { prop: K } = l(t, n, e, [
|
|
@@ -2712,7 +3152,7 @@ const Ur = /* @__PURE__ */ _e(jr, [["render", Gr]]), Or = /* @__PURE__ */ T({
|
|
|
2712
3152
|
]);
|
|
2713
3153
|
return (te, ie) => {
|
|
2714
3154
|
const ue = W("v-text-field");
|
|
2715
|
-
return
|
|
3155
|
+
return $(), S(ee, null, {
|
|
2716
3156
|
default: P(() => [
|
|
2717
3157
|
Z(ue, {
|
|
2718
3158
|
modelValue: o(j),
|
|
@@ -2733,7 +3173,7 @@ const Ur = /* @__PURE__ */ _e(jr, [["render", Gr]]), Or = /* @__PURE__ */ T({
|
|
|
2733
3173
|
readonly: o(p),
|
|
2734
3174
|
reverse: o(k),
|
|
2735
3175
|
"single-line": o(V),
|
|
2736
|
-
suffix: o(
|
|
3176
|
+
suffix: o(C),
|
|
2737
3177
|
theme: o(M),
|
|
2738
3178
|
variant: o(U)
|
|
2739
3179
|
}, en({ _: 2 }, [
|
|
@@ -2783,14 +3223,20 @@ const Ur = /* @__PURE__ */ _e(jr, [["render", Gr]]), Or = /* @__PURE__ */ T({
|
|
|
2783
3223
|
});
|
|
2784
3224
|
};
|
|
2785
3225
|
}
|
|
2786
|
-
}),
|
|
3226
|
+
}), el = /* @__PURE__ */ T({
|
|
2787
3227
|
__name: "index",
|
|
2788
3228
|
props: {
|
|
2789
3229
|
node: {},
|
|
2790
3230
|
outer: { type: Boolean }
|
|
2791
3231
|
},
|
|
2792
3232
|
setup(i) {
|
|
2793
|
-
const e = i, t = z(), s = D(), n = L(), { prop: r } = l(t, n, e, [
|
|
3233
|
+
const e = i, t = z(), s = D(), n = L(), { prop: r } = l(t, n, e, [
|
|
3234
|
+
"settings",
|
|
3235
|
+
"align"
|
|
3236
|
+
]), { prop: a } = l(t, n, e, [
|
|
3237
|
+
"settings",
|
|
3238
|
+
"density"
|
|
3239
|
+
]), { prop: c } = l(t, n, e, [
|
|
2794
3240
|
"settings",
|
|
2795
3241
|
"direction"
|
|
2796
3242
|
]), { prop: b } = l(t, n, e, [
|
|
@@ -2816,14 +3262,17 @@ const Ur = /* @__PURE__ */ _e(jr, [["render", Gr]]), Or = /* @__PURE__ */ T({
|
|
|
2816
3262
|
"settings",
|
|
2817
3263
|
"line",
|
|
2818
3264
|
"thickness"
|
|
2819
|
-
]), { prop: x } = l(t, n, e, [
|
|
3265
|
+
]), { prop: x } = l(t, n, e, [
|
|
3266
|
+
"settings",
|
|
3267
|
+
"side"
|
|
3268
|
+
]), { prop: _ } = l(t, n, e, [
|
|
2820
3269
|
"settings",
|
|
2821
3270
|
"line",
|
|
2822
3271
|
"truncate"
|
|
2823
3272
|
]), { theme: p } = F(s);
|
|
2824
3273
|
return (k, V) => {
|
|
2825
|
-
const
|
|
2826
|
-
return
|
|
3274
|
+
const C = W("v-timeline");
|
|
3275
|
+
return $(), S(C, {
|
|
2827
3276
|
align: o(r),
|
|
2828
3277
|
density: o(a),
|
|
2829
3278
|
direction: o(c),
|
|
@@ -2844,17 +3293,17 @@ const Ur = /* @__PURE__ */ _e(jr, [["render", Gr]]), Or = /* @__PURE__ */ T({
|
|
|
2844
3293
|
}, 8, ["align", "density", "direction", "dot-color", "fill-dot", "hide-opposite", "line-color", "line-inset", "line-thickness", "side", "theme", "truncate-line"]);
|
|
2845
3294
|
};
|
|
2846
3295
|
}
|
|
2847
|
-
}),
|
|
2848
|
-
function
|
|
3296
|
+
}), tl = {};
|
|
3297
|
+
function nl(i, e) {
|
|
2849
3298
|
const t = W("v-timeline-item");
|
|
2850
|
-
return
|
|
3299
|
+
return $(), S(t, null, {
|
|
2851
3300
|
default: P(() => [
|
|
2852
3301
|
H(i.$slots, "default")
|
|
2853
3302
|
]),
|
|
2854
3303
|
_: 3
|
|
2855
3304
|
});
|
|
2856
3305
|
}
|
|
2857
|
-
const
|
|
3306
|
+
const il = /* @__PURE__ */ _e(tl, [["render", nl]]), ol = /* @__PURE__ */ T({
|
|
2858
3307
|
__name: "index",
|
|
2859
3308
|
props: {
|
|
2860
3309
|
node: {},
|
|
@@ -2870,13 +3319,22 @@ const nl = /* @__PURE__ */ _e(el, [["render", tl]]), il = /* @__PURE__ */ T({
|
|
|
2870
3319
|
]), { prop: c } = l(t, n, e, [
|
|
2871
3320
|
"settings",
|
|
2872
3321
|
"direction"
|
|
2873
|
-
]), { prop: b } = l(t, n, e, [
|
|
3322
|
+
]), { prop: b } = l(t, n, e, [
|
|
3323
|
+
"settings",
|
|
3324
|
+
"reverse"
|
|
3325
|
+
]), { prop: f } = l(t, n, e, [
|
|
2874
3326
|
"settings",
|
|
2875
3327
|
"showArrows"
|
|
2876
|
-
]), { prop: d } = l(t, n, e, [
|
|
3328
|
+
]), { prop: d } = l(t, n, e, [
|
|
3329
|
+
"settings",
|
|
3330
|
+
"touch"
|
|
3331
|
+
]), { theme: u } = F(s), { prop: m } = l(t, n, e, [
|
|
3332
|
+
"settings",
|
|
3333
|
+
"value"
|
|
3334
|
+
]);
|
|
2877
3335
|
return (y, v) => {
|
|
2878
3336
|
const h = W("v-window");
|
|
2879
|
-
return
|
|
3337
|
+
return $(), S(h, {
|
|
2880
3338
|
modelValue: o(m),
|
|
2881
3339
|
"onUpdate:modelValue": v[0] || (v[0] = (x) => q(m) ? m.value = x : null),
|
|
2882
3340
|
continuous: o(r),
|
|
@@ -2894,17 +3352,17 @@ const nl = /* @__PURE__ */ _e(el, [["render", tl]]), il = /* @__PURE__ */ T({
|
|
|
2894
3352
|
}, 8, ["modelValue", "continuous", "direction", "disabled", "reverse", "show-arrows", "theme", "touch"]);
|
|
2895
3353
|
};
|
|
2896
3354
|
}
|
|
2897
|
-
}),
|
|
2898
|
-
function
|
|
3355
|
+
}), sl = {};
|
|
3356
|
+
function rl(i, e) {
|
|
2899
3357
|
const t = W("v-window-item");
|
|
2900
|
-
return
|
|
3358
|
+
return $(), S(t, null, {
|
|
2901
3359
|
default: P(() => [
|
|
2902
3360
|
H(i.$slots, "default")
|
|
2903
3361
|
]),
|
|
2904
3362
|
_: 3
|
|
2905
3363
|
});
|
|
2906
3364
|
}
|
|
2907
|
-
const
|
|
3365
|
+
const ll = /* @__PURE__ */ _e(sl, [["render", rl]]), Xi = "badge_v1", _n = "breadcrumbs_v1", Ge = "bar_chart_v1", Ue = "btn_v1", Oe = "btn_group_v1", Ke = "btn_toggle_v1", Ze = "card_v1", qe = "checkbox_v1", Je = "chip_v1", Xe = "chip_group_v1", Ye = "color_picker_v1", Qe = "combobox_v1", et = "container_v1", tt = "data_table_v1", nt = "date_picker_v1", it = "dialog_v1", ot = "file_input_v1", st = "flex_layout_v1", Yi = "flex_layout_entry_v1", rt = "form_v1", lt = "icon_v1", at = "globality_v1", ut = "line_chart_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", Ct = "window_v1", ro = "window_item_v1", g = {
|
|
2908
3366
|
key: "basic",
|
|
2909
3367
|
name: "x-runtime-lib.basic",
|
|
2910
3368
|
children: [
|
|
@@ -2966,7 +3424,7 @@ const rl = /* @__PURE__ */ _e(ol, [["render", sl]]), Xi = "badge_v1", _n = "brea
|
|
|
2966
3424
|
]
|
|
2967
3425
|
}
|
|
2968
3426
|
]
|
|
2969
|
-
},
|
|
3427
|
+
}, al = G(Q), ge = {
|
|
2970
3428
|
key: "border",
|
|
2971
3429
|
name: "x-runtime-lib.border",
|
|
2972
3430
|
children: [
|
|
@@ -2984,7 +3442,7 @@ const rl = /* @__PURE__ */ _e(ol, [["render", sl]]), Xi = "badge_v1", _n = "brea
|
|
|
2984
3442
|
types: "borderWidthTypesV1",
|
|
2985
3443
|
default: ""
|
|
2986
3444
|
},
|
|
2987
|
-
|
|
3445
|
+
al,
|
|
2988
3446
|
{
|
|
2989
3447
|
key: "roundRadius",
|
|
2990
3448
|
name: "x-runtime-lib.roundRadius",
|
|
@@ -3248,7 +3706,7 @@ const rl = /* @__PURE__ */ _e(ol, [["render", sl]]), Xi = "badge_v1", _n = "brea
|
|
|
3248
3706
|
}
|
|
3249
3707
|
]
|
|
3250
3708
|
};
|
|
3251
|
-
function
|
|
3709
|
+
function ul(i, e) {
|
|
3252
3710
|
const t = `type=${i} subtype=${e}`, s = R(i, e);
|
|
3253
3711
|
if (!s) {
|
|
3254
3712
|
console.error(`barChartV1/spawn prop tag not found, ${t}`);
|
|
@@ -3291,7 +3749,7 @@ const wn = {
|
|
|
3291
3749
|
}, It = {
|
|
3292
3750
|
key: Ge,
|
|
3293
3751
|
name: "x-runtime-lib.barChart",
|
|
3294
|
-
comp:
|
|
3752
|
+
comp: Gs,
|
|
3295
3753
|
props: {
|
|
3296
3754
|
pageCommon: [g, Y, ze, Ae, Pe, Te, wn],
|
|
3297
3755
|
compCommon: [g, Y, ze, Ae, Pe, Te, wn]
|
|
@@ -3300,10 +3758,10 @@ const wn = {
|
|
|
3300
3758
|
methods: [],
|
|
3301
3759
|
slots: [],
|
|
3302
3760
|
leaf: !0,
|
|
3303
|
-
spawn:
|
|
3761
|
+
spawn: ul
|
|
3304
3762
|
};
|
|
3305
3763
|
I(It);
|
|
3306
|
-
function
|
|
3764
|
+
function cl(i, e) {
|
|
3307
3765
|
const t = `type=${i} subtype=${e}`, s = R(i, e);
|
|
3308
3766
|
if (!s) {
|
|
3309
3767
|
console.error(`lineChartV1/spawn prop tag not found, ${t}`);
|
|
@@ -3346,7 +3804,7 @@ const Vn = {
|
|
|
3346
3804
|
}, St = {
|
|
3347
3805
|
key: ut,
|
|
3348
3806
|
name: "x-runtime-lib.lineChart",
|
|
3349
|
-
comp:
|
|
3807
|
+
comp: Us,
|
|
3350
3808
|
props: {
|
|
3351
3809
|
pageCommon: [g, Y, ze, Ae, Pe, Te, Vn],
|
|
3352
3810
|
compCommon: [g, Y, ze, Ae, Pe, Te, Vn]
|
|
@@ -3355,7 +3813,7 @@ const Vn = {
|
|
|
3355
3813
|
methods: [],
|
|
3356
3814
|
slots: [],
|
|
3357
3815
|
leaf: !0,
|
|
3358
|
-
spawn:
|
|
3816
|
+
spawn: cl
|
|
3359
3817
|
};
|
|
3360
3818
|
I(St);
|
|
3361
3819
|
const ln = G(Q);
|
|
@@ -3365,7 +3823,7 @@ const $n = {
|
|
|
3365
3823
|
key: "globalSettings",
|
|
3366
3824
|
name: "x-runtime-lib.globalSettings",
|
|
3367
3825
|
children: [ln]
|
|
3368
|
-
},
|
|
3826
|
+
}, dl = {
|
|
3369
3827
|
key: at,
|
|
3370
3828
|
name: "x-runtime-lib.globality",
|
|
3371
3829
|
comp: null,
|
|
@@ -3411,7 +3869,7 @@ const $n = {
|
|
|
3411
3869
|
slots: [],
|
|
3412
3870
|
internal: !0
|
|
3413
3871
|
};
|
|
3414
|
-
I(
|
|
3872
|
+
I(dl);
|
|
3415
3873
|
const Cn = {
|
|
3416
3874
|
key: "ref",
|
|
3417
3875
|
name: "x-runtime-lib.ref",
|
|
@@ -3425,8 +3883,20 @@ const Cn = {
|
|
|
3425
3883
|
{
|
|
3426
3884
|
key: "slots",
|
|
3427
3885
|
name: "x-runtime-lib.slots",
|
|
3428
|
-
|
|
3429
|
-
|
|
3886
|
+
children: [
|
|
3887
|
+
{
|
|
3888
|
+
key: "name",
|
|
3889
|
+
name: "x-runtime-lib.name",
|
|
3890
|
+
ui: "strInput",
|
|
3891
|
+
default: ""
|
|
3892
|
+
},
|
|
3893
|
+
{
|
|
3894
|
+
key: "comp",
|
|
3895
|
+
name: "x-runtime-lib.comp",
|
|
3896
|
+
ui: "compSelect",
|
|
3897
|
+
default: void 0
|
|
3898
|
+
}
|
|
3899
|
+
],
|
|
3430
3900
|
array: !0,
|
|
3431
3901
|
defaultArray: []
|
|
3432
3902
|
}
|
|
@@ -3436,16 +3906,16 @@ const Cn = {
|
|
|
3436
3906
|
name: "x-runtime-lib.settings",
|
|
3437
3907
|
children: [
|
|
3438
3908
|
{
|
|
3439
|
-
key: "
|
|
3440
|
-
name: "x-runtime-lib.
|
|
3909
|
+
key: "data",
|
|
3910
|
+
name: "x-runtime-lib.data",
|
|
3441
3911
|
ui: "jsonEditor",
|
|
3442
3912
|
default: "[]"
|
|
3443
3913
|
}
|
|
3444
3914
|
]
|
|
3445
|
-
},
|
|
3915
|
+
}, ml = {
|
|
3446
3916
|
key: Se,
|
|
3447
3917
|
name: "x-runtime-lib.ref",
|
|
3448
|
-
comp:
|
|
3918
|
+
comp: ir,
|
|
3449
3919
|
props: {
|
|
3450
3920
|
pageCommon: [g, Cn, In],
|
|
3451
3921
|
compCommon: [g, Cn, In]
|
|
@@ -3455,7 +3925,7 @@ const Cn = {
|
|
|
3455
3925
|
slots: [],
|
|
3456
3926
|
leaf: !0
|
|
3457
3927
|
};
|
|
3458
|
-
I(
|
|
3928
|
+
I(ml);
|
|
3459
3929
|
const Sn = {
|
|
3460
3930
|
key: "settings",
|
|
3461
3931
|
name: "x-runtime-lib.settings",
|
|
@@ -3467,10 +3937,10 @@ const Sn = {
|
|
|
3467
3937
|
default: !1
|
|
3468
3938
|
}
|
|
3469
3939
|
]
|
|
3470
|
-
},
|
|
3940
|
+
}, pl = {
|
|
3471
3941
|
key: yt,
|
|
3472
3942
|
name: "x-runtime-lib.renderSwitch",
|
|
3473
|
-
comp:
|
|
3943
|
+
comp: or,
|
|
3474
3944
|
props: {
|
|
3475
3945
|
pageCommon: [g, Sn],
|
|
3476
3946
|
compCommon: [g, Sn]
|
|
@@ -3479,7 +3949,7 @@ const Sn = {
|
|
|
3479
3949
|
methods: [],
|
|
3480
3950
|
slots: []
|
|
3481
3951
|
};
|
|
3482
|
-
I(
|
|
3952
|
+
I(pl);
|
|
3483
3953
|
const Tn = {
|
|
3484
3954
|
key: "settings",
|
|
3485
3955
|
name: "x-runtime-lib.settings",
|
|
@@ -3515,10 +3985,10 @@ const Tn = {
|
|
|
3515
3985
|
default: !1
|
|
3516
3986
|
}
|
|
3517
3987
|
]
|
|
3518
|
-
},
|
|
3988
|
+
}, ru = {
|
|
3519
3989
|
key: Xi,
|
|
3520
3990
|
name: "x-runtime-lib.badge",
|
|
3521
|
-
comp:
|
|
3991
|
+
comp: sr,
|
|
3522
3992
|
props: {
|
|
3523
3993
|
pageCommon: [g, Tn],
|
|
3524
3994
|
compCommon: [g, Tn]
|
|
@@ -3527,7 +3997,7 @@ const Tn = {
|
|
|
3527
3997
|
methods: [],
|
|
3528
3998
|
slots: []
|
|
3529
3999
|
};
|
|
3530
|
-
function
|
|
4000
|
+
function fl(i, e) {
|
|
3531
4001
|
const t = `type=${i} subtype=${e}`, s = R(i, e);
|
|
3532
4002
|
if (!s) {
|
|
3533
4003
|
console.error(`btnV1/spawn prop tag not found, ${t}`);
|
|
@@ -3541,7 +4011,7 @@ function pl(i, e) {
|
|
|
3541
4011
|
const r = {};
|
|
3542
4012
|
return N(r, n), r.basic.id = B(16), r.basic.key = Tt.key, r.settings.text = "button", r;
|
|
3543
4013
|
}
|
|
3544
|
-
const
|
|
4014
|
+
const bl = G(Q), zn = {
|
|
3545
4015
|
key: "settings",
|
|
3546
4016
|
name: "x-runtime-lib.settings",
|
|
3547
4017
|
children: [
|
|
@@ -3620,7 +4090,7 @@ const fl = G(Q), zn = {
|
|
|
3620
4090
|
ui: "switch",
|
|
3621
4091
|
default: !1
|
|
3622
4092
|
},
|
|
3623
|
-
|
|
4093
|
+
bl,
|
|
3624
4094
|
{
|
|
3625
4095
|
key: "ripple",
|
|
3626
4096
|
name: "x-runtime-lib.ripple",
|
|
@@ -3631,7 +4101,7 @@ const fl = G(Q), zn = {
|
|
|
3631
4101
|
}, Tt = {
|
|
3632
4102
|
key: Ue,
|
|
3633
4103
|
name: "x-runtime-lib.button",
|
|
3634
|
-
comp:
|
|
4104
|
+
comp: rr,
|
|
3635
4105
|
props: {
|
|
3636
4106
|
pageCommon: [g, Y, zn],
|
|
3637
4107
|
compCommon: [g, Y, zn]
|
|
@@ -3646,13 +4116,13 @@ const fl = G(Q), zn = {
|
|
|
3646
4116
|
methods: [],
|
|
3647
4117
|
slots: [],
|
|
3648
4118
|
leaf: !0,
|
|
3649
|
-
spawn:
|
|
4119
|
+
spawn: fl
|
|
3650
4120
|
};
|
|
3651
4121
|
I(Tt);
|
|
3652
|
-
const
|
|
4122
|
+
const yl = {
|
|
3653
4123
|
key: Oe,
|
|
3654
4124
|
name: "x-runtime-lib.buttonGroup",
|
|
3655
|
-
comp:
|
|
4125
|
+
comp: ur,
|
|
3656
4126
|
props: {
|
|
3657
4127
|
pageCommon: [g],
|
|
3658
4128
|
compCommon: [g]
|
|
@@ -3661,7 +4131,7 @@ const bl = {
|
|
|
3661
4131
|
methods: [],
|
|
3662
4132
|
slots: []
|
|
3663
4133
|
};
|
|
3664
|
-
I(
|
|
4134
|
+
I(yl);
|
|
3665
4135
|
const An = {
|
|
3666
4136
|
key: "settings",
|
|
3667
4137
|
name: "x-runtime-lib.settings",
|
|
@@ -3723,10 +4193,10 @@ const An = {
|
|
|
3723
4193
|
default: !1
|
|
3724
4194
|
}
|
|
3725
4195
|
]
|
|
3726
|
-
},
|
|
4196
|
+
}, hl = {
|
|
3727
4197
|
key: Ke,
|
|
3728
4198
|
name: "x-runtime-lib.buttonToggle",
|
|
3729
|
-
comp:
|
|
4199
|
+
comp: cr,
|
|
3730
4200
|
props: {
|
|
3731
4201
|
pageCommon: [g, An],
|
|
3732
4202
|
compCommon: [g, An]
|
|
@@ -3735,8 +4205,8 @@ const An = {
|
|
|
3735
4205
|
methods: [],
|
|
3736
4206
|
slots: []
|
|
3737
4207
|
};
|
|
3738
|
-
I(
|
|
3739
|
-
function
|
|
4208
|
+
I(hl);
|
|
4209
|
+
function xl(i, e) {
|
|
3740
4210
|
const t = `type=${i} subtype=${e}`, s = R(i, e);
|
|
3741
4211
|
if (!s) {
|
|
3742
4212
|
console.error(`cardV1/spawn prop tag not found, ${t}`);
|
|
@@ -3808,7 +4278,7 @@ const Pn = {
|
|
|
3808
4278
|
}, Ve = {
|
|
3809
4279
|
key: Ze,
|
|
3810
4280
|
name: "x-runtime-lib.card",
|
|
3811
|
-
comp:
|
|
4281
|
+
comp: dr,
|
|
3812
4282
|
props: {
|
|
3813
4283
|
pageCommon: [g, Y, Pn],
|
|
3814
4284
|
compCommon: [g, Y, Pn]
|
|
@@ -3816,7 +4286,7 @@ const Pn = {
|
|
|
3816
4286
|
events: [],
|
|
3817
4287
|
methods: [],
|
|
3818
4288
|
slots: [],
|
|
3819
|
-
spawn:
|
|
4289
|
+
spawn: xl
|
|
3820
4290
|
};
|
|
3821
4291
|
I(Ve);
|
|
3822
4292
|
const Wn = {
|
|
@@ -3836,10 +4306,10 @@ const Wn = {
|
|
|
3836
4306
|
default: ""
|
|
3837
4307
|
}
|
|
3838
4308
|
]
|
|
3839
|
-
},
|
|
4309
|
+
}, gl = {
|
|
3840
4310
|
key: qe,
|
|
3841
4311
|
name: "x-runtime-lib.checkbox",
|
|
3842
|
-
comp:
|
|
4312
|
+
comp: mr,
|
|
3843
4313
|
props: {
|
|
3844
4314
|
pageCommon: [g, Wn],
|
|
3845
4315
|
compCommon: [g, Wn]
|
|
@@ -3849,8 +4319,8 @@ const Wn = {
|
|
|
3849
4319
|
slots: [],
|
|
3850
4320
|
leaf: !0
|
|
3851
4321
|
};
|
|
3852
|
-
I(
|
|
3853
|
-
const
|
|
4322
|
+
I(gl);
|
|
4323
|
+
const vl = G(Q), Ln = {
|
|
3854
4324
|
key: "settings",
|
|
3855
4325
|
name: "x-runtime-lib.settings",
|
|
3856
4326
|
children: [
|
|
@@ -3923,12 +4393,12 @@ const gl = G(Q), Ln = {
|
|
|
3923
4393
|
ui: "switch",
|
|
3924
4394
|
default: !1
|
|
3925
4395
|
},
|
|
3926
|
-
|
|
4396
|
+
vl
|
|
3927
4397
|
]
|
|
3928
4398
|
}, zt = {
|
|
3929
4399
|
key: Je,
|
|
3930
4400
|
name: "x-runtime-lib.chip",
|
|
3931
|
-
comp:
|
|
4401
|
+
comp: pr,
|
|
3932
4402
|
props: {
|
|
3933
4403
|
pageCommon: [g, Ln],
|
|
3934
4404
|
compCommon: [g, Ln]
|
|
@@ -3939,7 +4409,7 @@ const gl = G(Q), Ln = {
|
|
|
3939
4409
|
leaf: !0
|
|
3940
4410
|
};
|
|
3941
4411
|
I(zt);
|
|
3942
|
-
function
|
|
4412
|
+
function kl(i, e) {
|
|
3943
4413
|
const t = `type=${i} subtype=${e}`, s = R(i, e);
|
|
3944
4414
|
if (!s) {
|
|
3945
4415
|
console.error(`chipGroupV1/spawn prop tag not found, ${t}`);
|
|
@@ -4031,7 +4501,7 @@ const Bn = {
|
|
|
4031
4501
|
}, At = {
|
|
4032
4502
|
key: Xe,
|
|
4033
4503
|
name: "x-runtime-lib.chipGroup",
|
|
4034
|
-
comp:
|
|
4504
|
+
comp: fr,
|
|
4035
4505
|
props: {
|
|
4036
4506
|
pageCommon: [g, Bn],
|
|
4037
4507
|
compCommon: [g, Bn]
|
|
@@ -4039,13 +4509,13 @@ const Bn = {
|
|
|
4039
4509
|
events: [],
|
|
4040
4510
|
methods: [],
|
|
4041
4511
|
slots: [],
|
|
4042
|
-
spawn:
|
|
4512
|
+
spawn: kl
|
|
4043
4513
|
};
|
|
4044
4514
|
I(At);
|
|
4045
|
-
const
|
|
4515
|
+
const _l = {
|
|
4046
4516
|
key: Ye,
|
|
4047
4517
|
name: "x-runtime-lib.colorPicker",
|
|
4048
|
-
comp:
|
|
4518
|
+
comp: br,
|
|
4049
4519
|
props: {
|
|
4050
4520
|
pageCommon: [g],
|
|
4051
4521
|
compCommon: [g]
|
|
@@ -4055,7 +4525,7 @@ const kl = {
|
|
|
4055
4525
|
slots: [],
|
|
4056
4526
|
leaf: !0
|
|
4057
4527
|
};
|
|
4058
|
-
I(
|
|
4528
|
+
I(_l);
|
|
4059
4529
|
const Nn = {
|
|
4060
4530
|
key: "settings",
|
|
4061
4531
|
name: "x-runtime-lib.settings",
|
|
@@ -4097,10 +4567,10 @@ const Nn = {
|
|
|
4097
4567
|
default: !1
|
|
4098
4568
|
}
|
|
4099
4569
|
]
|
|
4100
|
-
},
|
|
4570
|
+
}, wl = {
|
|
4101
4571
|
key: Qe,
|
|
4102
4572
|
name: "x-runtime-lib.combobox",
|
|
4103
|
-
comp:
|
|
4573
|
+
comp: yr,
|
|
4104
4574
|
props: {
|
|
4105
4575
|
pageCommon: [g, Nn],
|
|
4106
4576
|
compCommon: [g, Nn]
|
|
@@ -4110,7 +4580,7 @@ const Nn = {
|
|
|
4110
4580
|
slots: [],
|
|
4111
4581
|
leaf: !0
|
|
4112
4582
|
};
|
|
4113
|
-
I(
|
|
4583
|
+
I(wl);
|
|
4114
4584
|
const an = G(Q);
|
|
4115
4585
|
an.key = "backgroundColor";
|
|
4116
4586
|
an.name = "x-runtime-lib.backgroundColor";
|
|
@@ -4121,7 +4591,7 @@ const Rn = {
|
|
|
4121
4591
|
}, Pt = {
|
|
4122
4592
|
key: et,
|
|
4123
4593
|
name: "x-runtime-lib.container",
|
|
4124
|
-
comp:
|
|
4594
|
+
comp: hr,
|
|
4125
4595
|
props: {
|
|
4126
4596
|
pageCommon: [g, Y, ge, ve, ke, Rn],
|
|
4127
4597
|
compCommon: [g, Y, ge, ve, ke, Rn]
|
|
@@ -4289,10 +4759,10 @@ const Dn = {
|
|
|
4289
4759
|
defaultArray: []
|
|
4290
4760
|
}
|
|
4291
4761
|
]
|
|
4292
|
-
},
|
|
4762
|
+
}, Vl = {
|
|
4293
4763
|
key: tt,
|
|
4294
4764
|
name: "x-runtime-lib.dataTable",
|
|
4295
|
-
comp:
|
|
4765
|
+
comp: xr,
|
|
4296
4766
|
props: {
|
|
4297
4767
|
pageCommon: [g, Dn, En, Fn],
|
|
4298
4768
|
compCommon: [g, Dn, En, Fn]
|
|
@@ -4302,11 +4772,11 @@ const Dn = {
|
|
|
4302
4772
|
slots: [],
|
|
4303
4773
|
leaf: !0
|
|
4304
4774
|
};
|
|
4305
|
-
I(
|
|
4306
|
-
const
|
|
4775
|
+
I(Vl);
|
|
4776
|
+
const $l = {
|
|
4307
4777
|
key: nt,
|
|
4308
4778
|
name: "x-runtime-lib.datePicker",
|
|
4309
|
-
comp:
|
|
4779
|
+
comp: kr,
|
|
4310
4780
|
props: {
|
|
4311
4781
|
pageCommon: [g],
|
|
4312
4782
|
compCommon: [g]
|
|
@@ -4316,11 +4786,11 @@ const Vl = {
|
|
|
4316
4786
|
slots: [],
|
|
4317
4787
|
leaf: !0
|
|
4318
4788
|
};
|
|
4319
|
-
I(
|
|
4320
|
-
const
|
|
4789
|
+
I($l);
|
|
4790
|
+
const Cl = {
|
|
4321
4791
|
key: it,
|
|
4322
4792
|
name: "x-runtime-lib.dialog",
|
|
4323
|
-
comp:
|
|
4793
|
+
comp: wr,
|
|
4324
4794
|
props: {
|
|
4325
4795
|
pageCommon: [g],
|
|
4326
4796
|
compCommon: [g]
|
|
@@ -4343,15 +4813,15 @@ const $l = {
|
|
|
4343
4813
|
slots: [],
|
|
4344
4814
|
teleport: !0
|
|
4345
4815
|
};
|
|
4346
|
-
I(
|
|
4816
|
+
I(Cl);
|
|
4347
4817
|
const Mn = {
|
|
4348
4818
|
key: "settings",
|
|
4349
4819
|
name: "x-runtime-lib.settings",
|
|
4350
4820
|
children: []
|
|
4351
|
-
},
|
|
4821
|
+
}, lu = {
|
|
4352
4822
|
key: ot,
|
|
4353
4823
|
name: "x-runtime-lib.fileInput",
|
|
4354
|
-
comp:
|
|
4824
|
+
comp: Vr,
|
|
4355
4825
|
props: {
|
|
4356
4826
|
pageCommon: [g, Mn],
|
|
4357
4827
|
compCommon: [g, Mn]
|
|
@@ -4380,7 +4850,7 @@ const Mn = {
|
|
|
4380
4850
|
}, Wt = {
|
|
4381
4851
|
key: Yi,
|
|
4382
4852
|
name: "x-runtime-lib.flexLayoutEntry",
|
|
4383
|
-
comp:
|
|
4853
|
+
comp: Cr,
|
|
4384
4854
|
props: {
|
|
4385
4855
|
pageCommon: [g, Y, Hn],
|
|
4386
4856
|
compCommon: [g, Y, Hn]
|
|
@@ -4390,7 +4860,7 @@ const Mn = {
|
|
|
4390
4860
|
slots: []
|
|
4391
4861
|
};
|
|
4392
4862
|
I(Wt);
|
|
4393
|
-
function
|
|
4863
|
+
function Il(i, e) {
|
|
4394
4864
|
const t = `type=${i} subtype=${e}`, s = R(i, e);
|
|
4395
4865
|
if (!s) {
|
|
4396
4866
|
console.error(`flexLayoutV1/spawn prop tag not found, ${t}`);
|
|
@@ -4423,7 +4893,7 @@ function Cl(i, e) {
|
|
|
4423
4893
|
"60px",
|
|
4424
4894
|
void 0
|
|
4425
4895
|
),
|
|
4426
|
-
|
|
4896
|
+
Sl(i, e)
|
|
4427
4897
|
], r;
|
|
4428
4898
|
}
|
|
4429
4899
|
function Lt(i, e, t, s, n, r, a, c, b) {
|
|
@@ -4442,7 +4912,7 @@ function Lt(i, e, t, s, n, r, a, c, b) {
|
|
|
4442
4912
|
const m = {};
|
|
4443
4913
|
return N(m, u), m.basic.id = B(16), m.basic.key = Pt.key, s && (m.size.width = s), n && (m.size.minWidth = n), a && (m.size.height = a), c && (m.size.minHeight = c), console.log(m), t && (m.settings.backgroundColor.mode = "custom", m.settings.backgroundColor.custom.light = t, m.settings.backgroundColor.custom.dark = t), m.children = [], m;
|
|
4444
4914
|
}
|
|
4445
|
-
function
|
|
4915
|
+
function Sl(i, e) {
|
|
4446
4916
|
const t = `type=${i} subtype=${e}`, s = R(i, e);
|
|
4447
4917
|
if (!s) {
|
|
4448
4918
|
console.error(`flexLayoutV1/spawnEntry prop tag not found, ${t}`);
|
|
@@ -4648,7 +5118,7 @@ const jn = {
|
|
|
4648
5118
|
}, $e = {
|
|
4649
5119
|
key: st,
|
|
4650
5120
|
name: "x-runtime-lib.flexLayout",
|
|
4651
|
-
comp:
|
|
5121
|
+
comp: $r,
|
|
4652
5122
|
props: {
|
|
4653
5123
|
pageCommon: [g, Y, ge, ve, ke, jn],
|
|
4654
5124
|
compCommon: [g, Y, ge, ve, ke, jn]
|
|
@@ -4662,7 +5132,7 @@ const jn = {
|
|
|
4662
5132
|
],
|
|
4663
5133
|
methods: [],
|
|
4664
5134
|
slots: [],
|
|
4665
|
-
spawn:
|
|
5135
|
+
spawn: Il
|
|
4666
5136
|
};
|
|
4667
5137
|
I($e);
|
|
4668
5138
|
const Gn = {
|
|
@@ -4818,7 +5288,7 @@ const Gn = {
|
|
|
4818
5288
|
}, Bt = {
|
|
4819
5289
|
key: Vt,
|
|
4820
5290
|
name: "x-runtime-lib.textField",
|
|
4821
|
-
comp:
|
|
5291
|
+
comp: Qr,
|
|
4822
5292
|
props: {
|
|
4823
5293
|
pageCommon: [g, Gn, Un],
|
|
4824
5294
|
compCommon: [g, Gn, Un]
|
|
@@ -4854,7 +5324,7 @@ const Gn = {
|
|
|
4854
5324
|
leaf: !0
|
|
4855
5325
|
};
|
|
4856
5326
|
I(Bt);
|
|
4857
|
-
function
|
|
5327
|
+
function Tl(i, e) {
|
|
4858
5328
|
const t = `type=${i} subtype=${e}`, s = R(i, e);
|
|
4859
5329
|
if (!s) {
|
|
4860
5330
|
console.error(`formV1/spawn prop tag not found, ${t}`);
|
|
@@ -4866,9 +5336,9 @@ function Sl(i, e) {
|
|
|
4866
5336
|
return;
|
|
4867
5337
|
}
|
|
4868
5338
|
const r = {};
|
|
4869
|
-
return N(r, n), r.basic.id = B(16), r.basic.key = Nt.key, r.children = [
|
|
5339
|
+
return N(r, n), r.basic.id = B(16), r.basic.key = Nt.key, r.children = [zl(i, e)], r;
|
|
4870
5340
|
}
|
|
4871
|
-
function
|
|
5341
|
+
function zl(i, e) {
|
|
4872
5342
|
const t = `type=${i} subtype=${e}`, s = R(i, e);
|
|
4873
5343
|
if (!s) {
|
|
4874
5344
|
console.error(`formV1/spawnTextField prop tag not found, ${t}`);
|
|
@@ -4903,7 +5373,7 @@ const On = {
|
|
|
4903
5373
|
}, Nt = {
|
|
4904
5374
|
key: rt,
|
|
4905
5375
|
name: "x-runtime-lib.form",
|
|
4906
|
-
comp:
|
|
5376
|
+
comp: Ir,
|
|
4907
5377
|
props: {
|
|
4908
5378
|
pageCommon: [g, Y, ge, ve, ke, On],
|
|
4909
5379
|
compCommon: [g, Y, ge, ve, ke, On]
|
|
@@ -4917,10 +5387,10 @@ const On = {
|
|
|
4917
5387
|
],
|
|
4918
5388
|
methods: [],
|
|
4919
5389
|
slots: [],
|
|
4920
|
-
spawn:
|
|
5390
|
+
spawn: Tl
|
|
4921
5391
|
};
|
|
4922
5392
|
I(Nt);
|
|
4923
|
-
const
|
|
5393
|
+
const Al = G(Q), Kn = {
|
|
4924
5394
|
key: "settings",
|
|
4925
5395
|
name: "x-runtime-lib.settings",
|
|
4926
5396
|
children: [
|
|
@@ -4943,12 +5413,12 @@ const zl = G(Q), Kn = {
|
|
|
4943
5413
|
items: "sizeItemsV1",
|
|
4944
5414
|
default: "default"
|
|
4945
5415
|
},
|
|
4946
|
-
|
|
5416
|
+
Al
|
|
4947
5417
|
]
|
|
4948
|
-
},
|
|
5418
|
+
}, Pl = {
|
|
4949
5419
|
key: lt,
|
|
4950
5420
|
name: "x-runtime-lib.icon",
|
|
4951
|
-
comp:
|
|
5421
|
+
comp: Sr,
|
|
4952
5422
|
props: {
|
|
4953
5423
|
pageCommon: [g, Kn],
|
|
4954
5424
|
compCommon: [g, Kn]
|
|
@@ -4958,11 +5428,11 @@ const zl = G(Q), Kn = {
|
|
|
4958
5428
|
slots: [],
|
|
4959
5429
|
leaf: !0
|
|
4960
5430
|
};
|
|
4961
|
-
I(
|
|
4962
|
-
const
|
|
5431
|
+
I(Pl);
|
|
5432
|
+
const Wl = {
|
|
4963
5433
|
key: ct,
|
|
4964
5434
|
name: "x-runtime-lib.menu",
|
|
4965
|
-
comp:
|
|
5435
|
+
comp: zr,
|
|
4966
5436
|
props: {
|
|
4967
5437
|
pageCommon: [g],
|
|
4968
5438
|
compCommon: [g]
|
|
@@ -4985,8 +5455,8 @@ const Pl = {
|
|
|
4985
5455
|
slots: [],
|
|
4986
5456
|
teleport: !0
|
|
4987
5457
|
};
|
|
4988
|
-
I(
|
|
4989
|
-
function
|
|
5458
|
+
I(Wl);
|
|
5459
|
+
function Ll(i, e) {
|
|
4990
5460
|
const t = `type=${i} subtype=${e}`, s = R(i, e);
|
|
4991
5461
|
if (!s) {
|
|
4992
5462
|
console.error(`numberInputV1/spawn prop tag not found, ${t}`);
|
|
@@ -5170,7 +5640,7 @@ const Zn = {
|
|
|
5170
5640
|
}, Rt = {
|
|
5171
5641
|
key: dt,
|
|
5172
5642
|
name: "x-runtime-lib.numberInput",
|
|
5173
|
-
comp:
|
|
5643
|
+
comp: Ar,
|
|
5174
5644
|
props: {
|
|
5175
5645
|
pageCommon: [g, Zn, qn],
|
|
5176
5646
|
compCommon: [g, Zn, qn]
|
|
@@ -5205,7 +5675,7 @@ const Zn = {
|
|
|
5205
5675
|
methods: [],
|
|
5206
5676
|
slots: [],
|
|
5207
5677
|
leaf: !0,
|
|
5208
|
-
spawn:
|
|
5678
|
+
spawn: Ll
|
|
5209
5679
|
};
|
|
5210
5680
|
I(Rt);
|
|
5211
5681
|
const Jn = {
|
|
@@ -5271,10 +5741,10 @@ const Jn = {
|
|
|
5271
5741
|
default: !1
|
|
5272
5742
|
}
|
|
5273
5743
|
]
|
|
5274
|
-
},
|
|
5744
|
+
}, Bl = {
|
|
5275
5745
|
key: mt,
|
|
5276
5746
|
name: "x-runtime-lib.pagination",
|
|
5277
|
-
comp:
|
|
5747
|
+
comp: Pr,
|
|
5278
5748
|
props: {
|
|
5279
5749
|
pageCommon: [g, Jn],
|
|
5280
5750
|
compCommon: [g, Jn]
|
|
@@ -5284,8 +5754,8 @@ const Jn = {
|
|
|
5284
5754
|
slots: [],
|
|
5285
5755
|
leaf: !0
|
|
5286
5756
|
};
|
|
5287
|
-
I(
|
|
5288
|
-
const
|
|
5757
|
+
I(Bl);
|
|
5758
|
+
const Nl = G(Q), Xn = {
|
|
5289
5759
|
key: "settings",
|
|
5290
5760
|
name: "x-runtime-lib.settings",
|
|
5291
5761
|
children: [
|
|
@@ -5320,12 +5790,12 @@ const Bl = G(Q), Xn = {
|
|
|
5320
5790
|
items: "densityItemsV1",
|
|
5321
5791
|
default: "default"
|
|
5322
5792
|
},
|
|
5323
|
-
|
|
5793
|
+
Nl
|
|
5324
5794
|
]
|
|
5325
5795
|
}, Dt = {
|
|
5326
5796
|
key: Qi,
|
|
5327
5797
|
name: "x-runtime-lib.radio",
|
|
5328
|
-
comp:
|
|
5798
|
+
comp: Wr,
|
|
5329
5799
|
props: {
|
|
5330
5800
|
pageCommon: [g, Xn],
|
|
5331
5801
|
compCommon: [g, Xn]
|
|
@@ -5336,7 +5806,7 @@ const Bl = G(Q), Xn = {
|
|
|
5336
5806
|
leaf: !0
|
|
5337
5807
|
};
|
|
5338
5808
|
I(Dt);
|
|
5339
|
-
function
|
|
5809
|
+
function Rl(i, e) {
|
|
5340
5810
|
const t = `type=${i} subtype=${e}`, s = R(i, e);
|
|
5341
5811
|
if (!s) {
|
|
5342
5812
|
console.error(`radioGroupV1/spawn prop tag not found, ${t}`);
|
|
@@ -5414,7 +5884,7 @@ const Yn = {
|
|
|
5414
5884
|
}, Et = {
|
|
5415
5885
|
key: pt,
|
|
5416
5886
|
name: "x-runtime-lib.radioGroup",
|
|
5417
|
-
comp:
|
|
5887
|
+
comp: Lr,
|
|
5418
5888
|
props: {
|
|
5419
5889
|
pageCommon: [g, Yn],
|
|
5420
5890
|
compCommon: [g, Yn]
|
|
@@ -5422,7 +5892,7 @@ const Yn = {
|
|
|
5422
5892
|
events: [],
|
|
5423
5893
|
methods: [],
|
|
5424
5894
|
slots: [],
|
|
5425
|
-
spawn:
|
|
5895
|
+
spawn: Rl
|
|
5426
5896
|
};
|
|
5427
5897
|
I(Et);
|
|
5428
5898
|
const Qn = {
|
|
@@ -5542,10 +6012,10 @@ const Qn = {
|
|
|
5542
6012
|
]
|
|
5543
6013
|
}
|
|
5544
6014
|
]
|
|
5545
|
-
},
|
|
6015
|
+
}, Dl = {
|
|
5546
6016
|
key: ft,
|
|
5547
6017
|
name: "x-runtime-lib.rangeSlider",
|
|
5548
|
-
comp:
|
|
6018
|
+
comp: Br,
|
|
5549
6019
|
props: {
|
|
5550
6020
|
pageCommon: [g, Qn],
|
|
5551
6021
|
compCommon: [g, Qn]
|
|
@@ -5555,7 +6025,7 @@ const Qn = {
|
|
|
5555
6025
|
slots: [],
|
|
5556
6026
|
leaf: !0
|
|
5557
6027
|
};
|
|
5558
|
-
I(
|
|
6028
|
+
I(Dl);
|
|
5559
6029
|
const ei = {
|
|
5560
6030
|
key: "settings",
|
|
5561
6031
|
name: "x-runtime-lib.settings",
|
|
@@ -5611,10 +6081,10 @@ const ei = {
|
|
|
5611
6081
|
default: !1
|
|
5612
6082
|
}
|
|
5613
6083
|
]
|
|
5614
|
-
},
|
|
6084
|
+
}, El = {
|
|
5615
6085
|
key: bt,
|
|
5616
6086
|
name: "x-runtime-lib.rating",
|
|
5617
|
-
comp:
|
|
6087
|
+
comp: Nr,
|
|
5618
6088
|
props: {
|
|
5619
6089
|
pageCommon: [g, ei],
|
|
5620
6090
|
compCommon: [g, ei]
|
|
@@ -5624,7 +6094,7 @@ const ei = {
|
|
|
5624
6094
|
slots: [],
|
|
5625
6095
|
leaf: !0
|
|
5626
6096
|
};
|
|
5627
|
-
I(
|
|
6097
|
+
I(El);
|
|
5628
6098
|
const ti = {
|
|
5629
6099
|
key: "settings",
|
|
5630
6100
|
name: "x-runtime-lib.settings",
|
|
@@ -5666,10 +6136,10 @@ const ti = {
|
|
|
5666
6136
|
default: !1
|
|
5667
6137
|
}
|
|
5668
6138
|
]
|
|
5669
|
-
},
|
|
6139
|
+
}, Fl = {
|
|
5670
6140
|
key: ht,
|
|
5671
6141
|
name: "x-runtime-lib.select",
|
|
5672
|
-
comp:
|
|
6142
|
+
comp: Rr,
|
|
5673
6143
|
props: {
|
|
5674
6144
|
pageCommon: [g, ti],
|
|
5675
6145
|
compCommon: [g, ti]
|
|
@@ -5679,7 +6149,7 @@ const ti = {
|
|
|
5679
6149
|
slots: [],
|
|
5680
6150
|
leaf: !0
|
|
5681
6151
|
};
|
|
5682
|
-
I(
|
|
6152
|
+
I(Fl);
|
|
5683
6153
|
const cn = G(Q);
|
|
5684
6154
|
cn.key = "color";
|
|
5685
6155
|
cn.name = "x-runtime-lib.color";
|
|
@@ -5815,10 +6285,10 @@ const ni = {
|
|
|
5815
6285
|
default: void 0
|
|
5816
6286
|
}
|
|
5817
6287
|
]
|
|
5818
|
-
},
|
|
6288
|
+
}, Ml = {
|
|
5819
6289
|
key: xt,
|
|
5820
6290
|
name: "x-runtime-lib.slider",
|
|
5821
|
-
comp:
|
|
6291
|
+
comp: Dr,
|
|
5822
6292
|
props: {
|
|
5823
6293
|
pageCommon: [g, ni, ii],
|
|
5824
6294
|
compCommon: [g, ni, ii]
|
|
@@ -5828,11 +6298,11 @@ const ni = {
|
|
|
5828
6298
|
slots: [],
|
|
5829
6299
|
leaf: !0
|
|
5830
6300
|
};
|
|
5831
|
-
I(
|
|
6301
|
+
I(Ml);
|
|
5832
6302
|
const Ft = {
|
|
5833
6303
|
key: eo,
|
|
5834
6304
|
name: "x-runtime-lib.stepperHeader",
|
|
5835
|
-
comp:
|
|
6305
|
+
comp: Hr,
|
|
5836
6306
|
props: {
|
|
5837
6307
|
pageCommon: [g],
|
|
5838
6308
|
compCommon: [g]
|
|
@@ -5856,7 +6326,7 @@ const oi = {
|
|
|
5856
6326
|
}, Mt = {
|
|
5857
6327
|
key: to,
|
|
5858
6328
|
name: "x-runtime-lib.stepperItem",
|
|
5859
|
-
comp:
|
|
6329
|
+
comp: jr,
|
|
5860
6330
|
props: {
|
|
5861
6331
|
pageCommon: [g, oi],
|
|
5862
6332
|
compCommon: [g, oi]
|
|
@@ -5869,7 +6339,7 @@ I(Mt);
|
|
|
5869
6339
|
const Ht = {
|
|
5870
6340
|
key: no,
|
|
5871
6341
|
name: "x-runtime-lib.stepperWindow",
|
|
5872
|
-
comp:
|
|
6342
|
+
comp: Or,
|
|
5873
6343
|
props: {
|
|
5874
6344
|
pageCommon: [g],
|
|
5875
6345
|
compCommon: [g]
|
|
@@ -5893,7 +6363,7 @@ const si = {
|
|
|
5893
6363
|
}, jt = {
|
|
5894
6364
|
key: io,
|
|
5895
6365
|
name: "x-runtime-lib.stepperWindowItem",
|
|
5896
|
-
comp:
|
|
6366
|
+
comp: Kr,
|
|
5897
6367
|
props: {
|
|
5898
6368
|
pageCommon: [g, si],
|
|
5899
6369
|
compCommon: [g, si]
|
|
@@ -5903,7 +6373,7 @@ const si = {
|
|
|
5903
6373
|
slots: []
|
|
5904
6374
|
};
|
|
5905
6375
|
I(jt);
|
|
5906
|
-
function
|
|
6376
|
+
function Hl(i, e) {
|
|
5907
6377
|
const t = `type=${i} subtype=${e}`, s = R(i, e);
|
|
5908
6378
|
if (!s) {
|
|
5909
6379
|
console.error(`stepperV1/spawn prop tag not found, ${t}`);
|
|
@@ -5915,9 +6385,9 @@ function Ml(i, e) {
|
|
|
5915
6385
|
return;
|
|
5916
6386
|
}
|
|
5917
6387
|
const r = {};
|
|
5918
|
-
return N(r, n), r.basic.id = B(16), r.basic.key = Gt.key, r.children = [
|
|
6388
|
+
return N(r, n), r.basic.id = B(16), r.basic.key = Gt.key, r.children = [jl(i, e), Gl(i, e)], r;
|
|
5919
6389
|
}
|
|
5920
|
-
function
|
|
6390
|
+
function jl(i, e) {
|
|
5921
6391
|
const t = `type=${i} subtype=${e}`, s = R(i, e);
|
|
5922
6392
|
if (!s) {
|
|
5923
6393
|
console.error(`stepperV1/spawnHeader prop tag not found, ${t}`);
|
|
@@ -5949,7 +6419,7 @@ function De(i, e, t) {
|
|
|
5949
6419
|
const a = {};
|
|
5950
6420
|
return N(a, r), a.basic.id = B(16), a.basic.key = Mt.key, a.children = [], a.settings.value = t, a;
|
|
5951
6421
|
}
|
|
5952
|
-
function
|
|
6422
|
+
function Gl(i, e) {
|
|
5953
6423
|
const t = `type=${i} subtype=${e}`, s = R(i, e);
|
|
5954
6424
|
if (!s) {
|
|
5955
6425
|
console.error(`stepperV1/spawnWindow prop tag not found, ${t}`);
|
|
@@ -5979,9 +6449,9 @@ function Ee(i, e, t, s) {
|
|
|
5979
6449
|
return;
|
|
5980
6450
|
}
|
|
5981
6451
|
const c = {};
|
|
5982
|
-
return N(c, a), c.basic.id = B(16), c.basic.key = jt.key, c.children = [
|
|
6452
|
+
return N(c, a), c.basic.id = B(16), c.basic.key = jt.key, c.children = [Ul(i, e, s)], c.settings.value = t, c;
|
|
5983
6453
|
}
|
|
5984
|
-
function
|
|
6454
|
+
function Ul(i, e, t) {
|
|
5985
6455
|
const s = `type=${i} subtype=${e}`, n = R(i, e);
|
|
5986
6456
|
if (!n) {
|
|
5987
6457
|
console.error(`stepperV1/spawnCard prop tag not found, ${s}`);
|
|
@@ -6015,7 +6485,7 @@ const ri = {
|
|
|
6015
6485
|
}, Gt = {
|
|
6016
6486
|
key: gt,
|
|
6017
6487
|
name: "x-runtime-lib.stepper",
|
|
6018
|
-
comp:
|
|
6488
|
+
comp: Er,
|
|
6019
6489
|
props: {
|
|
6020
6490
|
pageCommon: [g, ri],
|
|
6021
6491
|
compCommon: [g, ri]
|
|
@@ -6023,13 +6493,13 @@ const ri = {
|
|
|
6023
6493
|
events: [],
|
|
6024
6494
|
methods: [],
|
|
6025
6495
|
slots: [],
|
|
6026
|
-
spawn:
|
|
6496
|
+
spawn: Hl
|
|
6027
6497
|
};
|
|
6028
6498
|
I(Gt);
|
|
6029
|
-
const
|
|
6499
|
+
const Ol = {
|
|
6030
6500
|
key: vt,
|
|
6031
6501
|
name: "x-runtime-lib.switch",
|
|
6032
|
-
comp:
|
|
6502
|
+
comp: Zr,
|
|
6033
6503
|
props: {
|
|
6034
6504
|
pageCommon: [g],
|
|
6035
6505
|
compCommon: [g]
|
|
@@ -6039,7 +6509,7 @@ const Ul = {
|
|
|
6039
6509
|
slots: [],
|
|
6040
6510
|
leaf: !0
|
|
6041
6511
|
};
|
|
6042
|
-
I(
|
|
6512
|
+
I(Ol);
|
|
6043
6513
|
const li = {
|
|
6044
6514
|
key: "settings",
|
|
6045
6515
|
name: "x-runtime-lib.settings",
|
|
@@ -6060,7 +6530,7 @@ const li = {
|
|
|
6060
6530
|
}, Ut = {
|
|
6061
6531
|
key: oo,
|
|
6062
6532
|
name: "x-runtime-lib.tab",
|
|
6063
|
-
comp:
|
|
6533
|
+
comp: qr,
|
|
6064
6534
|
props: {
|
|
6065
6535
|
pageCommon: [g, li],
|
|
6066
6536
|
compCommon: [g, li]
|
|
@@ -6071,7 +6541,7 @@ const li = {
|
|
|
6071
6541
|
leaf: !0
|
|
6072
6542
|
};
|
|
6073
6543
|
I(Ut);
|
|
6074
|
-
function
|
|
6544
|
+
function Kl(i, e) {
|
|
6075
6545
|
const t = `type=${i} subtype=${e}`, s = R(i, e);
|
|
6076
6546
|
if (!s) {
|
|
6077
6547
|
console.error(`tabsV1/spawn prop tag not found, ${t}`);
|
|
@@ -6194,7 +6664,7 @@ const ai = {
|
|
|
6194
6664
|
}, Ot = {
|
|
6195
6665
|
key: kt,
|
|
6196
6666
|
name: "x-runtime-lib.tabs",
|
|
6197
|
-
comp:
|
|
6667
|
+
comp: Jr,
|
|
6198
6668
|
props: {
|
|
6199
6669
|
pageCommon: [g, ai],
|
|
6200
6670
|
compCommon: [g, ai]
|
|
@@ -6202,10 +6672,10 @@ const ai = {
|
|
|
6202
6672
|
events: [],
|
|
6203
6673
|
methods: [],
|
|
6204
6674
|
slots: [],
|
|
6205
|
-
spawn:
|
|
6675
|
+
spawn: Kl
|
|
6206
6676
|
};
|
|
6207
6677
|
I(Ot);
|
|
6208
|
-
function
|
|
6678
|
+
function Zl(i, e) {
|
|
6209
6679
|
const t = `type=${i} subtype=${e}`, s = R(i, e);
|
|
6210
6680
|
if (!s) {
|
|
6211
6681
|
console.error(`textV1/spawn prop tag not found, ${t}`);
|
|
@@ -6308,7 +6778,7 @@ const ui = {
|
|
|
6308
6778
|
}, ye = {
|
|
6309
6779
|
key: _t,
|
|
6310
6780
|
name: "x-runtime-lib.text",
|
|
6311
|
-
comp:
|
|
6781
|
+
comp: Xr,
|
|
6312
6782
|
props: {
|
|
6313
6783
|
pageCommon: [g, ui],
|
|
6314
6784
|
compCommon: [g, ui]
|
|
@@ -6317,10 +6787,10 @@ const ui = {
|
|
|
6317
6787
|
methods: [],
|
|
6318
6788
|
slots: [],
|
|
6319
6789
|
leaf: !0,
|
|
6320
|
-
spawn:
|
|
6790
|
+
spawn: Zl
|
|
6321
6791
|
};
|
|
6322
6792
|
I(ye);
|
|
6323
|
-
function
|
|
6793
|
+
function ql(i, e) {
|
|
6324
6794
|
const t = `type=${i} subtype=${e}`, s = R(i, e);
|
|
6325
6795
|
if (!s) {
|
|
6326
6796
|
console.error(`textareaV1/spawn prop tag not found, ${t}`);
|
|
@@ -6408,7 +6878,7 @@ const ci = {
|
|
|
6408
6878
|
}, Kt = {
|
|
6409
6879
|
key: wt,
|
|
6410
6880
|
name: "x-runtime-lib.textarea",
|
|
6411
|
-
comp:
|
|
6881
|
+
comp: Yr,
|
|
6412
6882
|
props: {
|
|
6413
6883
|
pageCommon: [g, ci],
|
|
6414
6884
|
compCommon: [g, ci]
|
|
@@ -6417,13 +6887,13 @@ const ci = {
|
|
|
6417
6887
|
methods: [],
|
|
6418
6888
|
slots: [],
|
|
6419
6889
|
leaf: !0,
|
|
6420
|
-
spawn:
|
|
6890
|
+
spawn: ql
|
|
6421
6891
|
};
|
|
6422
6892
|
I(Kt);
|
|
6423
6893
|
const Zt = {
|
|
6424
6894
|
key: so,
|
|
6425
6895
|
name: "x-runtime-lib.timelineItem",
|
|
6426
|
-
comp:
|
|
6896
|
+
comp: il,
|
|
6427
6897
|
props: {
|
|
6428
6898
|
pageCommon: [g],
|
|
6429
6899
|
compCommon: [g]
|
|
@@ -6433,7 +6903,7 @@ const Zt = {
|
|
|
6433
6903
|
slots: []
|
|
6434
6904
|
};
|
|
6435
6905
|
I(Zt);
|
|
6436
|
-
function
|
|
6906
|
+
function Jl(i, e) {
|
|
6437
6907
|
const t = `type=${i} subtype=${e}`, s = R(i, e);
|
|
6438
6908
|
if (!s) {
|
|
6439
6909
|
console.error(`timelineV1/spawn prop tag not found, ${t}`);
|
|
@@ -6463,9 +6933,9 @@ function Me(i, e, t) {
|
|
|
6463
6933
|
return;
|
|
6464
6934
|
}
|
|
6465
6935
|
const a = {};
|
|
6466
|
-
return N(a, r), a.basic.id = B(16), a.basic.key = Zt.key, a.children = [
|
|
6936
|
+
return N(a, r), a.basic.id = B(16), a.basic.key = Zt.key, a.children = [Xl(i, e, t)], a;
|
|
6467
6937
|
}
|
|
6468
|
-
function
|
|
6938
|
+
function Xl(i, e, t) {
|
|
6469
6939
|
const s = `type=${i} subtype=${e}`, n = R(i, e);
|
|
6470
6940
|
if (!n) {
|
|
6471
6941
|
console.error(`timelineV1/spawnText prop tag not found, ${s}`);
|
|
@@ -6479,7 +6949,7 @@ function Jl(i, e, t) {
|
|
|
6479
6949
|
const a = {};
|
|
6480
6950
|
return N(a, r), a.basic.id = B(16), a.basic.key = ye.key, a.settings.text = t, a;
|
|
6481
6951
|
}
|
|
6482
|
-
const
|
|
6952
|
+
const Yl = G(Q), Ql = G(Q), di = {
|
|
6483
6953
|
key: "settings",
|
|
6484
6954
|
name: "x-runtime-lib.settings",
|
|
6485
6955
|
children: [
|
|
@@ -6527,7 +6997,7 @@ const Xl = G(Q), Yl = G(Q), di = {
|
|
|
6527
6997
|
ui: "switch",
|
|
6528
6998
|
default: !1
|
|
6529
6999
|
},
|
|
6530
|
-
|
|
7000
|
+
Yl
|
|
6531
7001
|
]
|
|
6532
7002
|
},
|
|
6533
7003
|
{
|
|
@@ -6553,14 +7023,14 @@ const Xl = G(Q), Yl = G(Q), di = {
|
|
|
6553
7023
|
ui: "numInput",
|
|
6554
7024
|
default: 0
|
|
6555
7025
|
},
|
|
6556
|
-
|
|
7026
|
+
Ql
|
|
6557
7027
|
]
|
|
6558
7028
|
}
|
|
6559
7029
|
]
|
|
6560
7030
|
}, qt = {
|
|
6561
7031
|
key: $t,
|
|
6562
7032
|
name: "x-runtime-lib.timeline",
|
|
6563
|
-
comp:
|
|
7033
|
+
comp: el,
|
|
6564
7034
|
props: {
|
|
6565
7035
|
pageCommon: [g, di],
|
|
6566
7036
|
compCommon: [g, di]
|
|
@@ -6568,13 +7038,13 @@ const Xl = G(Q), Yl = G(Q), di = {
|
|
|
6568
7038
|
events: [],
|
|
6569
7039
|
methods: [],
|
|
6570
7040
|
slots: [],
|
|
6571
|
-
spawn:
|
|
7041
|
+
spawn: Jl
|
|
6572
7042
|
};
|
|
6573
7043
|
I(qt);
|
|
6574
7044
|
const Jt = {
|
|
6575
7045
|
key: ro,
|
|
6576
7046
|
name: "x-runtime-lib.windowItem",
|
|
6577
|
-
comp:
|
|
7047
|
+
comp: ll,
|
|
6578
7048
|
props: {
|
|
6579
7049
|
pageCommon: [g],
|
|
6580
7050
|
compCommon: [g]
|
|
@@ -6584,7 +7054,7 @@ const Jt = {
|
|
|
6584
7054
|
slots: []
|
|
6585
7055
|
};
|
|
6586
7056
|
I(Jt);
|
|
6587
|
-
function
|
|
7057
|
+
function ea(i, e) {
|
|
6588
7058
|
const t = `type=${i} subtype=${e}`, s = R(i, e);
|
|
6589
7059
|
if (!s) {
|
|
6590
7060
|
console.error(`windowV1/spawn prop tag not found, ${t}`);
|
|
@@ -6614,9 +7084,9 @@ function He(i, e, t) {
|
|
|
6614
7084
|
return;
|
|
6615
7085
|
}
|
|
6616
7086
|
const a = {};
|
|
6617
|
-
return N(a, r), a.basic.id = B(16), a.basic.key = Jt.key, a.children = [
|
|
7087
|
+
return N(a, r), a.basic.id = B(16), a.basic.key = Jt.key, a.children = [ta(i, e, t)], a;
|
|
6618
7088
|
}
|
|
6619
|
-
function
|
|
7089
|
+
function ta(i, e, t) {
|
|
6620
7090
|
const s = `type=${i} subtype=${e}`, n = R(i, e);
|
|
6621
7091
|
if (!n) {
|
|
6622
7092
|
console.error(`windowV1/spawnFlexLayout prop tag not found, ${s}`);
|
|
@@ -6628,9 +7098,9 @@ function ea(i, e, t) {
|
|
|
6628
7098
|
return;
|
|
6629
7099
|
}
|
|
6630
7100
|
const a = {};
|
|
6631
|
-
return N(a, r), a.basic.id = B(16), a.basic.key = $e.key, a.size.height = "200px", a.settings.mainAlign.xs = "center", a.settings.crossAlign.xs = "center", a.settings.backgroundColor.mode = "theme", a.settings.backgroundColor.theme = "background2", a.children = [
|
|
7101
|
+
return N(a, r), a.basic.id = B(16), a.basic.key = $e.key, a.size.height = "200px", a.settings.mainAlign.xs = "center", a.settings.crossAlign.xs = "center", a.settings.backgroundColor.mode = "theme", a.settings.backgroundColor.theme = "background2", a.children = [na(i, e, t)], a;
|
|
6632
7102
|
}
|
|
6633
|
-
function
|
|
7103
|
+
function na(i, e, t) {
|
|
6634
7104
|
const s = `type=${i} subtype=${e}`, n = R(i, e);
|
|
6635
7105
|
if (!n) {
|
|
6636
7106
|
console.error(`windowV1/spawnText prop tag not found, ${s}`);
|
|
@@ -6695,7 +7165,7 @@ const mi = {
|
|
|
6695
7165
|
}, Xt = {
|
|
6696
7166
|
key: Ct,
|
|
6697
7167
|
name: "x-runtime-lib.window",
|
|
6698
|
-
comp:
|
|
7168
|
+
comp: ol,
|
|
6699
7169
|
props: {
|
|
6700
7170
|
pageCommon: [g, mi],
|
|
6701
7171
|
compCommon: [g, mi]
|
|
@@ -6703,36 +7173,36 @@ const mi = {
|
|
|
6703
7173
|
events: [],
|
|
6704
7174
|
methods: [],
|
|
6705
7175
|
slots: [],
|
|
6706
|
-
spawn:
|
|
7176
|
+
spawn: ea
|
|
6707
7177
|
};
|
|
6708
7178
|
I(Xt);
|
|
6709
|
-
const
|
|
7179
|
+
const ia = [
|
|
6710
7180
|
{ title: "x-runtime-lib.title", value: "title" },
|
|
6711
7181
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
6712
7182
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6713
7183
|
{ title: "x-runtime-lib.center", value: "center" }
|
|
6714
|
-
],
|
|
7184
|
+
], oa = [
|
|
6715
7185
|
{ title: "x-runtime-lib.value", value: "value" },
|
|
6716
7186
|
{ title: "x-runtime-lib.category", value: "category" },
|
|
6717
7187
|
{ title: "x-runtime-lib.time", value: "time" },
|
|
6718
7188
|
{ title: "x-runtime-lib.log", value: "log" }
|
|
6719
|
-
],
|
|
7189
|
+
], sa = [
|
|
6720
7190
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6721
7191
|
{ title: "x-runtime-lib.solid", value: "solid" },
|
|
6722
7192
|
{ title: "x-runtime-lib.dashed", value: "dashed" },
|
|
6723
7193
|
{ title: "x-runtime-lib.dotted", value: "dotted" }
|
|
6724
|
-
],
|
|
7194
|
+
], ra = [
|
|
6725
7195
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6726
7196
|
{ title: "x-runtime-lib.theme", value: "theme" },
|
|
6727
7197
|
{ title: "x-runtime-lib.custom", value: "custom" }
|
|
6728
|
-
],
|
|
7198
|
+
], la = [
|
|
6729
7199
|
{ title: "x-runtime-lib.default", value: "default" },
|
|
6730
7200
|
{ title: "x-runtime-lib.comfortable", value: "comfortable" },
|
|
6731
7201
|
{ title: "x-runtime-lib.compact", value: "compact" }
|
|
6732
|
-
],
|
|
7202
|
+
], aa = [
|
|
6733
7203
|
{ title: "x-runtime-lib.horizontal", value: "horizontal" },
|
|
6734
7204
|
{ title: "x-runtime-lib.vertical", value: "vertical" }
|
|
6735
|
-
],
|
|
7205
|
+
], ua = [
|
|
6736
7206
|
{ title: "x-runtime-lib.underlined", value: "underlined" },
|
|
6737
7207
|
{ title: "x-runtime-lib.outlined", value: "outlined" },
|
|
6738
7208
|
{ title: "x-runtime-lib.filled", value: "filled" },
|
|
@@ -6740,20 +7210,20 @@ const na = [
|
|
|
6740
7210
|
{ title: "x-runtime-lib.soloInverted", value: "solo-inverted" },
|
|
6741
7211
|
{ title: "x-runtime-lib.soloFilled", value: "solo-filled" },
|
|
6742
7212
|
{ title: "x-runtime-lib.plain", value: "plain" }
|
|
6743
|
-
],
|
|
7213
|
+
], ca = [
|
|
6744
7214
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6745
7215
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6746
7216
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
6747
7217
|
{ title: "x-runtime-lib.center", value: "center" },
|
|
6748
7218
|
{ title: "x-runtime-lib.baseline", value: "baseline" },
|
|
6749
7219
|
{ title: "x-runtime-lib.stretch", value: "stretch" }
|
|
6750
|
-
],
|
|
7220
|
+
], da = [
|
|
6751
7221
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6752
7222
|
{ title: "x-runtime-lib.row", value: "row" },
|
|
6753
7223
|
{ title: "x-runtime-lib.rowReverse", value: "rowReverse" },
|
|
6754
7224
|
{ title: "x-runtime-lib.column", value: "column" },
|
|
6755
7225
|
{ title: "x-runtime-lib.columnReverse", value: "columnReverse" }
|
|
6756
|
-
],
|
|
7226
|
+
], ma = [
|
|
6757
7227
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6758
7228
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6759
7229
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
@@ -6761,12 +7231,12 @@ const na = [
|
|
|
6761
7231
|
{ title: "x-runtime-lib.spaceBetween", value: "spaceBetween" },
|
|
6762
7232
|
{ title: "x-runtime-lib.spaceAround", value: "spaceAround" },
|
|
6763
7233
|
{ title: "x-runtime-lib.spaceEvenly", value: "spaceEvenly" }
|
|
6764
|
-
],
|
|
7234
|
+
], pa = [
|
|
6765
7235
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6766
7236
|
{ title: "x-runtime-lib.no", value: "no" },
|
|
6767
7237
|
{ title: "x-runtime-lib.yes", value: "yes" },
|
|
6768
7238
|
{ title: "x-runtime-lib.reverse", value: "reverse" }
|
|
6769
|
-
],
|
|
7239
|
+
], fa = [
|
|
6770
7240
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6771
7241
|
{ title: "x-runtime-lib.black", value: "black" },
|
|
6772
7242
|
{ title: "x-runtime-lib.bold", value: "bold" },
|
|
@@ -6774,24 +7244,24 @@ const na = [
|
|
|
6774
7244
|
{ title: "x-runtime-lib.regular", value: "regular" },
|
|
6775
7245
|
{ title: "x-runtime-lib.light", value: "light" },
|
|
6776
7246
|
{ title: "x-runtime-lib.thin", value: "thin" }
|
|
6777
|
-
],
|
|
7247
|
+
], ba = [
|
|
6778
7248
|
{ title: "x-runtime-lib.elevated", value: "elevated" },
|
|
6779
7249
|
{ title: "x-runtime-lib.flat", value: "flat" },
|
|
6780
7250
|
{ title: "x-runtime-lib.tonal", value: "tonal" },
|
|
6781
7251
|
{ title: "x-runtime-lib.outlined", value: "outlined" },
|
|
6782
7252
|
{ title: "x-runtime-lib.text", value: "text" },
|
|
6783
7253
|
{ title: "x-runtime-lib.plain", value: "plain" }
|
|
6784
|
-
],
|
|
7254
|
+
], ya = [
|
|
6785
7255
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6786
7256
|
{ title: "x-runtime-lib.show", value: "show" },
|
|
6787
7257
|
{ title: "x-runtime-lib.always", value: "always" }
|
|
6788
|
-
],
|
|
7258
|
+
], ha = [
|
|
6789
7259
|
{ title: "x-runtime-lib.xSmall", value: "x-small" },
|
|
6790
7260
|
{ title: "x-runtime-lib.small", value: "small" },
|
|
6791
7261
|
{ title: "x-runtime-lib.default", value: "default" },
|
|
6792
7262
|
{ title: "x-runtime-lib.large", value: "large" },
|
|
6793
7263
|
{ title: "x-runtime-lib.xLarge", value: "x-large" }
|
|
6794
|
-
],
|
|
7264
|
+
], xa = [
|
|
6795
7265
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6796
7266
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6797
7267
|
{ title: "x-runtime-lib.center", value: "center" },
|
|
@@ -6799,18 +7269,18 @@ const na = [
|
|
|
6799
7269
|
{ title: "x-runtime-lib.justify", value: "justify" },
|
|
6800
7270
|
{ title: "x-runtime-lib.left", value: "left" },
|
|
6801
7271
|
{ title: "x-runtime-lib.right", value: "right" }
|
|
6802
|
-
],
|
|
7272
|
+
], ga = [
|
|
6803
7273
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6804
7274
|
{ title: "x-runtime-lib.none", value: "none" },
|
|
6805
7275
|
{ title: "x-runtime-lib.overline", value: "overline" },
|
|
6806
7276
|
{ title: "x-runtime-lib.underline", value: "underline" },
|
|
6807
7277
|
{ title: "x-runtime-lib.lineThrough", value: "line-through" }
|
|
6808
|
-
],
|
|
7278
|
+
], va = [
|
|
6809
7279
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6810
7280
|
{ title: "x-runtime-lib.high", value: "high" },
|
|
6811
7281
|
{ title: "x-runtime-lib.medium", value: "medium" },
|
|
6812
7282
|
{ title: "x-runtime-lib.disabled", value: "disabled" }
|
|
6813
|
-
],
|
|
7283
|
+
], ka = [
|
|
6814
7284
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6815
7285
|
{ title: "x-runtime-lib.h1", value: "h1" },
|
|
6816
7286
|
{ title: "x-runtime-lib.h2", value: "h2" },
|
|
@@ -6825,7 +7295,7 @@ const na = [
|
|
|
6825
7295
|
{ title: "x-runtime-lib.button", value: "button" },
|
|
6826
7296
|
{ title: "x-runtime-lib.caption", value: "caption" },
|
|
6827
7297
|
{ title: "x-runtime-lib.overline", value: "overline" }
|
|
6828
|
-
],
|
|
7298
|
+
], _a = [
|
|
6829
7299
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6830
7300
|
{ title: "x-runtime-lib.primary", value: "primary" },
|
|
6831
7301
|
{ title: "x-runtime-lib.secondary", value: "secondary" },
|
|
@@ -6836,53 +7306,53 @@ const na = [
|
|
|
6836
7306
|
{ title: "x-runtime-lib.background0", value: "background0" },
|
|
6837
7307
|
{ title: "x-runtime-lib.background1", value: "background1" },
|
|
6838
7308
|
{ title: "x-runtime-lib.background2", value: "background2" }
|
|
6839
|
-
],
|
|
7309
|
+
], wa = [
|
|
6840
7310
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6841
7311
|
{ title: "x-runtime-lib.show", value: "show" },
|
|
6842
7312
|
{ title: "x-runtime-lib.always", value: "always" }
|
|
6843
|
-
],
|
|
7313
|
+
], Va = [
|
|
6844
7314
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6845
7315
|
{ title: "x-runtime-lib.center", value: "center" }
|
|
6846
|
-
],
|
|
7316
|
+
], $a = [
|
|
6847
7317
|
{ title: "x-runtime-lib.horizontal", value: "horizontal" },
|
|
6848
7318
|
{ title: "x-runtime-lib.vertical", value: "vertical" }
|
|
6849
|
-
],
|
|
7319
|
+
], Ca = [
|
|
6850
7320
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6851
7321
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
6852
7322
|
{ title: "x-runtime-lib.start", value: "start" }
|
|
6853
|
-
],
|
|
7323
|
+
], Ia = [
|
|
6854
7324
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6855
7325
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
6856
7326
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6857
7327
|
{ title: "x-runtime-lib.both", value: "both" }
|
|
6858
|
-
],
|
|
7328
|
+
], Sa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6859
7329
|
__proto__: null,
|
|
6860
|
-
alignTabsItemsV1:
|
|
6861
|
-
axisTypeItemsV1:
|
|
6862
|
-
borderStyleItemsV1:
|
|
6863
|
-
colorModeItemsV1:
|
|
6864
|
-
densityItemsV1:
|
|
6865
|
-
directionItemsV1:
|
|
6866
|
-
fieldVariantItemsV1:
|
|
6867
|
-
flexCrossAlignItemsV1:
|
|
6868
|
-
flexDirectionItemsV1:
|
|
6869
|
-
flexMainAlignItemsV1:
|
|
6870
|
-
flexWrapItemsV1:
|
|
6871
|
-
fontWeightItemsV1:
|
|
6872
|
-
sheetVariantItemsV1:
|
|
6873
|
-
showTicksItemsV1:
|
|
6874
|
-
sizeItemsV1:
|
|
6875
|
-
textAlignItemsV1:
|
|
6876
|
-
textDecorationItemsV1:
|
|
6877
|
-
textEmphasisItemsV1:
|
|
6878
|
-
textStyleItemsV1:
|
|
6879
|
-
themeColorItemsV1:
|
|
6880
|
-
thumbLabelItemsV1:
|
|
6881
|
-
timelineAlignItemsV1:
|
|
6882
|
-
timelineDirectionItemsV1:
|
|
6883
|
-
timelineSideItemsV1:
|
|
6884
|
-
timelineTruncateLineItemsV1:
|
|
6885
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7330
|
+
alignTabsItemsV1: ia,
|
|
7331
|
+
axisTypeItemsV1: oa,
|
|
7332
|
+
borderStyleItemsV1: sa,
|
|
7333
|
+
colorModeItemsV1: ra,
|
|
7334
|
+
densityItemsV1: la,
|
|
7335
|
+
directionItemsV1: aa,
|
|
7336
|
+
fieldVariantItemsV1: ua,
|
|
7337
|
+
flexCrossAlignItemsV1: ca,
|
|
7338
|
+
flexDirectionItemsV1: da,
|
|
7339
|
+
flexMainAlignItemsV1: ma,
|
|
7340
|
+
flexWrapItemsV1: pa,
|
|
7341
|
+
fontWeightItemsV1: fa,
|
|
7342
|
+
sheetVariantItemsV1: ba,
|
|
7343
|
+
showTicksItemsV1: ya,
|
|
7344
|
+
sizeItemsV1: ha,
|
|
7345
|
+
textAlignItemsV1: xa,
|
|
7346
|
+
textDecorationItemsV1: ga,
|
|
7347
|
+
textEmphasisItemsV1: va,
|
|
7348
|
+
textStyleItemsV1: ka,
|
|
7349
|
+
themeColorItemsV1: _a,
|
|
7350
|
+
thumbLabelItemsV1: wa,
|
|
7351
|
+
timelineAlignItemsV1: Va,
|
|
7352
|
+
timelineDirectionItemsV1: $a,
|
|
7353
|
+
timelineSideItemsV1: Ca,
|
|
7354
|
+
timelineTruncateLineItemsV1: Ia
|
|
7355
|
+
}, Symbol.toStringTag, { value: "Module" })), Ta = [
|
|
6886
7356
|
{
|
|
6887
7357
|
title: "x-runtime-lib.notSet",
|
|
6888
7358
|
value: "",
|
|
@@ -6922,7 +7392,7 @@ const na = [
|
|
|
6922
7392
|
max: 1 / 0,
|
|
6923
7393
|
step: 1
|
|
6924
7394
|
}
|
|
6925
|
-
],
|
|
7395
|
+
], za = [
|
|
6926
7396
|
{
|
|
6927
7397
|
title: "x-runtime-lib.notSet",
|
|
6928
7398
|
value: "",
|
|
@@ -6944,7 +7414,7 @@ const na = [
|
|
|
6944
7414
|
validator: (i) => i === "right",
|
|
6945
7415
|
default: "right"
|
|
6946
7416
|
}
|
|
6947
|
-
],
|
|
7417
|
+
], Aa = [
|
|
6948
7418
|
{
|
|
6949
7419
|
title: "x-runtime-lib.notSet",
|
|
6950
7420
|
value: "",
|
|
@@ -6974,7 +7444,7 @@ const na = [
|
|
|
6974
7444
|
precision: 6,
|
|
6975
7445
|
default: "0%"
|
|
6976
7446
|
}
|
|
6977
|
-
],
|
|
7447
|
+
], Pa = [
|
|
6978
7448
|
{
|
|
6979
7449
|
title: "x-runtime-lib.notSet",
|
|
6980
7450
|
value: "",
|
|
@@ -6999,7 +7469,7 @@ const na = [
|
|
|
6999
7469
|
min: 0,
|
|
7000
7470
|
default: "0%"
|
|
7001
7471
|
}
|
|
7002
|
-
],
|
|
7472
|
+
], Wa = [
|
|
7003
7473
|
{
|
|
7004
7474
|
title: "x-runtime-lib.notSet",
|
|
7005
7475
|
value: "",
|
|
@@ -7024,7 +7494,7 @@ const na = [
|
|
|
7024
7494
|
min: 0,
|
|
7025
7495
|
default: "0%"
|
|
7026
7496
|
}
|
|
7027
|
-
],
|
|
7497
|
+
], La = [
|
|
7028
7498
|
{
|
|
7029
7499
|
title: "x-runtime-lib.notSet",
|
|
7030
7500
|
value: "",
|
|
@@ -7053,7 +7523,7 @@ const na = [
|
|
|
7053
7523
|
validator: (i) => i === "end",
|
|
7054
7524
|
default: "end"
|
|
7055
7525
|
}
|
|
7056
|
-
],
|
|
7526
|
+
], Ba = [
|
|
7057
7527
|
{
|
|
7058
7528
|
title: "x-runtime-lib.notSet",
|
|
7059
7529
|
value: "",
|
|
@@ -7075,21 +7545,21 @@ const na = [
|
|
|
7075
7545
|
validator: (i) => i === "bottom",
|
|
7076
7546
|
default: "bottom"
|
|
7077
7547
|
}
|
|
7078
|
-
],
|
|
7548
|
+
], Na = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7079
7549
|
__proto__: null,
|
|
7080
|
-
borderWidthTypesV1:
|
|
7081
|
-
leftRightTypesV1:
|
|
7082
|
-
marginTypesV1:
|
|
7083
|
-
paddingTypesV1:
|
|
7084
|
-
sizeTypesV1:
|
|
7085
|
-
tableColumnAlignTypesV1:
|
|
7086
|
-
topBottomTypesV1:
|
|
7087
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7550
|
+
borderWidthTypesV1: Ta,
|
|
7551
|
+
leftRightTypesV1: za,
|
|
7552
|
+
marginTypesV1: Aa,
|
|
7553
|
+
paddingTypesV1: Pa,
|
|
7554
|
+
sizeTypesV1: Wa,
|
|
7555
|
+
tableColumnAlignTypesV1: La,
|
|
7556
|
+
topBottomTypesV1: Ba
|
|
7557
|
+
}, Symbol.toStringTag, { value: "Module" })), Ra = {
|
|
7088
7558
|
version: "v1",
|
|
7089
7559
|
globalityKey: at,
|
|
7090
7560
|
refKey: Se,
|
|
7091
|
-
items: { ...
|
|
7092
|
-
types: { ...
|
|
7561
|
+
items: { ...Sa },
|
|
7562
|
+
types: { ...Na },
|
|
7093
7563
|
elements: /* @__PURE__ */ new Set([
|
|
7094
7564
|
Ge,
|
|
7095
7565
|
_n,
|
|
@@ -7216,51 +7686,51 @@ const na = [
|
|
|
7216
7686
|
}
|
|
7217
7687
|
]
|
|
7218
7688
|
}, yn = {
|
|
7219
|
-
v1:
|
|
7220
|
-
},
|
|
7689
|
+
v1: Ra
|
|
7690
|
+
}, Da = (i, e, t) => {
|
|
7221
7691
|
const s = i[e];
|
|
7222
7692
|
return s ? typeof s == "function" ? s() : Promise.resolve(s) : new Promise((n, r) => {
|
|
7223
7693
|
(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." : ""))));
|
|
7224
7694
|
});
|
|
7225
7695
|
};
|
|
7226
|
-
async function
|
|
7227
|
-
return (await
|
|
7696
|
+
async function au(i) {
|
|
7697
|
+
return (await Da(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.nmrwrwg0.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.m4fngzzs.js") }), `./locales/${i}/index.ts`, 4)).default;
|
|
7228
7698
|
}
|
|
7229
7699
|
export {
|
|
7230
|
-
|
|
7700
|
+
ru as badgeV1,
|
|
7231
7701
|
It as barChartV1,
|
|
7232
7702
|
Ai as breakpoints,
|
|
7233
|
-
|
|
7234
|
-
|
|
7703
|
+
yl as btnGroupV1,
|
|
7704
|
+
hl as btnToggleV1,
|
|
7235
7705
|
Tt as btnV1,
|
|
7236
7706
|
Pi as calcBreakpoint,
|
|
7237
7707
|
Ve as cardV1,
|
|
7238
|
-
|
|
7708
|
+
gl as checkboxV1,
|
|
7239
7709
|
At as chipGroupV1,
|
|
7240
7710
|
zt as chipV1,
|
|
7241
|
-
|
|
7242
|
-
|
|
7711
|
+
_l as colorPickerV1,
|
|
7712
|
+
wl as comboboxV1,
|
|
7243
7713
|
Pt as containerV1,
|
|
7244
|
-
|
|
7245
|
-
|
|
7246
|
-
|
|
7714
|
+
Vl as dataTableV1,
|
|
7715
|
+
$l as datePickerV1,
|
|
7716
|
+
Cl as dialogV1,
|
|
7247
7717
|
Wo as duplicateNode,
|
|
7248
|
-
|
|
7718
|
+
Za as duplicateNodes,
|
|
7249
7719
|
be as elements,
|
|
7250
|
-
|
|
7251
|
-
|
|
7720
|
+
su as ensureContext,
|
|
7721
|
+
lu as fileInputV1,
|
|
7252
7722
|
Wt as flexLayoutEntryV1,
|
|
7253
7723
|
$e as flexLayoutV1,
|
|
7254
7724
|
Nt as formV1,
|
|
7255
7725
|
B as genId,
|
|
7256
7726
|
we as getBreakpointProp,
|
|
7257
7727
|
gn as getIndexOfBreakpoint,
|
|
7258
|
-
|
|
7728
|
+
Ka as getNode,
|
|
7259
7729
|
vn as getPropDefault,
|
|
7260
7730
|
R as getPropTag,
|
|
7261
|
-
|
|
7262
|
-
|
|
7263
|
-
|
|
7731
|
+
ou as getTypeColor,
|
|
7732
|
+
dl as globalityV1,
|
|
7733
|
+
Pl as iconV1,
|
|
7264
7734
|
N as initProps,
|
|
7265
7735
|
D as injectDark,
|
|
7266
7736
|
ae as injectData,
|
|
@@ -7274,33 +7744,33 @@ export {
|
|
|
7274
7744
|
rn as isPercentStr,
|
|
7275
7745
|
Le as isPixelStr,
|
|
7276
7746
|
St as lineChartV1,
|
|
7277
|
-
|
|
7278
|
-
|
|
7747
|
+
au as loadLocaleMessageRuntime,
|
|
7748
|
+
Wl as menuV1,
|
|
7279
7749
|
Ji as newEventBus,
|
|
7280
7750
|
Rt as numberInputV1,
|
|
7281
|
-
|
|
7751
|
+
Bl as paginationV1,
|
|
7282
7752
|
Ne as parsePercentStr,
|
|
7283
|
-
|
|
7753
|
+
Ua as parsePixelStr,
|
|
7284
7754
|
yn as pkgs,
|
|
7285
|
-
|
|
7286
|
-
|
|
7287
|
-
|
|
7288
|
-
|
|
7289
|
-
|
|
7290
|
-
|
|
7291
|
-
|
|
7755
|
+
Qa as provideDark,
|
|
7756
|
+
tu as provideData,
|
|
7757
|
+
nu as provideDepends,
|
|
7758
|
+
Ya as provideDevice,
|
|
7759
|
+
Ja as provideEnv,
|
|
7760
|
+
Xa as provideMode,
|
|
7761
|
+
qa as provideOrg,
|
|
7292
7762
|
Ui as provideSandbox,
|
|
7293
|
-
|
|
7763
|
+
eu as provideType,
|
|
7294
7764
|
Et as radioGroupV1,
|
|
7295
7765
|
Dt as radioV1,
|
|
7296
|
-
|
|
7297
|
-
|
|
7298
|
-
|
|
7299
|
-
|
|
7766
|
+
Dl as rangeSliderV1,
|
|
7767
|
+
El as ratingV1,
|
|
7768
|
+
ml as refV1,
|
|
7769
|
+
pl as renderSwitchV1,
|
|
7300
7770
|
Po as reverseBreakpoints,
|
|
7301
|
-
|
|
7302
|
-
|
|
7303
|
-
|
|
7771
|
+
Fl as selectV1,
|
|
7772
|
+
Ml as sliderV1,
|
|
7773
|
+
Oa as spawnNode,
|
|
7304
7774
|
Zi as startInterpreter,
|
|
7305
7775
|
Ft as stepperHeaderV1,
|
|
7306
7776
|
Mt as stepperItemV1,
|
|
@@ -7308,7 +7778,7 @@ export {
|
|
|
7308
7778
|
jt as stepperWindowItemV1,
|
|
7309
7779
|
Ht as stepperWindowV1,
|
|
7310
7780
|
qi as stopInterpreter,
|
|
7311
|
-
|
|
7781
|
+
Ol as switchV1,
|
|
7312
7782
|
Ut as tabV1,
|
|
7313
7783
|
Ot as tabsV1,
|
|
7314
7784
|
Bt as textFieldV1,
|
|
@@ -7316,7 +7786,7 @@ export {
|
|
|
7316
7786
|
Kt as textareaV1,
|
|
7317
7787
|
Zt as timelineItemV1,
|
|
7318
7788
|
qt as timelineV1,
|
|
7319
|
-
|
|
7789
|
+
iu as types,
|
|
7320
7790
|
Jt as windowItemV1,
|
|
7321
7791
|
Xt as windowV1
|
|
7322
7792
|
};
|