x-runtime-lib 0.7.41 → 0.7.42
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/index.d.ts +2 -3
- package/dist/components/element/misc/renderSwitch/v1/index.vue.d.ts +13 -0
- package/dist/element/_common/keys.d.ts +1 -2
- package/dist/element/misc/index.d.ts +1 -0
- package/dist/element/misc/renderSwitch/v1/index.d.ts +1 -0
- package/dist/element/misc/renderSwitch/v1/meta.d.ts +2 -0
- package/dist/{i18n-en.dkcd6khi.js → i18n-en.bxvae9bx.js} +2 -2
- package/dist/{i18n-zhHans.g2xas2zq.js → i18n-zhHans.pum3a9fg.js} +2 -2
- package/dist/index.js +884 -846
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { computed as V, inject as oe, provide as se, readonly as
|
|
2
|
-
import { waitUtil as fi, eventBus as
|
|
1
|
+
import { computed as V, inject as oe, provide as se, readonly as Xt, onBeforeMount as oo, onUnmounted as Ie, ref as be, watchEffect as Yt, watch as me, defineComponent as z, useTemplateRef as ci, onMounted as di, nextTick as mi, createElementBlock as re, openBlock as I, normalizeStyle as ie, createBlock as N, h as J, renderSlot as G, unref as o, withCtx as P, createCommentVNode as Qt, resolveComponent as W, createVNode as Z, isRef as X, createSlots as en, renderList as so, useId as pi, withModifiers as ro, normalizeClass as lo, toDisplayString as ao } from "vue";
|
|
2
|
+
import { waitUtil as fi, eventBus as tn, messageInfo as uo, messageSuccess as co, messageWarning as bi, messageError as yi, createAxios as mo, globalObjects as He, openConfirmDlg as po, openPromptDlg as fo, useViewStack as hi, injectDark as bo } from "x-essential-lib";
|
|
3
3
|
import { useTheme as yo } from "vuetify";
|
|
4
|
-
import { c as
|
|
4
|
+
import { c as j, u as ho, r as xi, e as gi, i as xo, a as go, b as vo, d as ko, f as _o, g as wo, h as Vo, j as $o, I as Io, m as Co, k as vi } from "./vendor.hc5p3stp.js";
|
|
5
5
|
import { useI18n as ki } from "vue-i18n";
|
|
6
6
|
import { getErrorMessage as So } from "x-error-lib";
|
|
7
7
|
const ye = {}, To = {
|
|
@@ -15,7 +15,7 @@ const ye = {}, To = {
|
|
|
15
15
|
type: "string"
|
|
16
16
|
}
|
|
17
17
|
]
|
|
18
|
-
},
|
|
18
|
+
}, S = (i) => {
|
|
19
19
|
i.leaf || i.methods.unshift(To), ye[i.key] = i;
|
|
20
20
|
};
|
|
21
21
|
function _i(i) {
|
|
@@ -77,33 +77,33 @@ function Y(i, e) {
|
|
|
77
77
|
}), s = V(() => i.value ? e.value.custom?.dark : e.value.custom?.light);
|
|
78
78
|
return { color: V(() => r.value === "theme" ? n.value : r.value === "custom" ? s.value : "") };
|
|
79
79
|
}
|
|
80
|
-
function
|
|
80
|
+
function nn(i, e) {
|
|
81
81
|
const t = V(() => e.node.border?.style), r = V(() => e.node.border?.width), n = V(() => e.node.border?.color), { color: s } = Y(i, n), a = V(() => e.node.border?.roundRadius?.tl), u = V(() => e.node.border?.roundRadius?.tr), p = V(() => e.node.border?.roundRadius?.bl), b = V(() => e.node.border?.roundRadius?.br);
|
|
82
82
|
function m(c) {
|
|
83
83
|
t.value && (c.borderStyle = t.value), r.value && (c.borderWidth = r.value), s.value && (c.borderColor = s.value), a.value && (c.borderTopLeftRadius = a.value), u.value && (c.borderTopRightRadius = u.value), p.value && (c.borderBottomLeftRadius = p.value), b.value && (c.borderBottomRightRadius = b.value);
|
|
84
84
|
}
|
|
85
85
|
return { borderStyle: t, borderWidth: r, borderColor: s, applyBorder: m };
|
|
86
86
|
}
|
|
87
|
-
function
|
|
87
|
+
function on(i) {
|
|
88
88
|
const e = V(() => i.node.margin?.top), t = V(() => i.node.margin?.left), r = V(() => i.node.margin?.bottom), n = V(() => i.node.margin?.right);
|
|
89
89
|
function s(a) {
|
|
90
90
|
e.value && (a.marginTop = e.value), t.value && (a.marginLeft = t.value), r.value && (a.marginBottom = r.value), n.value && (a.marginRight = n.value);
|
|
91
91
|
}
|
|
92
92
|
return { marginTop: e, marginLeft: t, marginBottom: r, marginRight: n, applyMargin: s };
|
|
93
93
|
}
|
|
94
|
-
function
|
|
94
|
+
function sn(i) {
|
|
95
95
|
const e = V(() => i.node.padding?.top), t = V(() => i.node.padding?.left), r = V(() => i.node.padding?.bottom), n = V(() => i.node.padding?.right);
|
|
96
96
|
function s(a) {
|
|
97
97
|
e.value && (a.paddingTop = e.value), t.value && (a.paddingLeft = t.value), r.value && (a.paddingBottom = r.value), n.value && (a.paddingRight = n.value);
|
|
98
98
|
}
|
|
99
99
|
return { paddingTop: e, paddingLeft: t, paddingBottom: r, paddingRight: n, applyPadding: s };
|
|
100
100
|
}
|
|
101
|
-
const
|
|
101
|
+
const hn = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
|
|
102
102
|
function R(i) {
|
|
103
103
|
let e = "";
|
|
104
104
|
for (let t = 0; t < i; t++) {
|
|
105
|
-
const r = Math.floor(Math.random() *
|
|
106
|
-
e +=
|
|
105
|
+
const r = Math.floor(Math.random() * hn.length);
|
|
106
|
+
e += hn[r];
|
|
107
107
|
}
|
|
108
108
|
return e;
|
|
109
109
|
}
|
|
@@ -113,13 +113,13 @@ function Ne(i) {
|
|
|
113
113
|
const e = i.substring(0, i.length - 2), t = parseFloat(e);
|
|
114
114
|
return !(isNaN(t) || t % 1 !== 0);
|
|
115
115
|
}
|
|
116
|
-
function
|
|
116
|
+
function rn(i) {
|
|
117
117
|
if (typeof i != "string" || !i.endsWith("%"))
|
|
118
118
|
return !1;
|
|
119
119
|
const e = i.substring(0, i.length - 1), t = parseFloat(e);
|
|
120
120
|
return !isNaN(t);
|
|
121
121
|
}
|
|
122
|
-
function
|
|
122
|
+
function Ua(i) {
|
|
123
123
|
if (typeof i != "string" || !i.endsWith("px"))
|
|
124
124
|
return;
|
|
125
125
|
const e = i.substring(0, i.length - 2), t = parseFloat(e);
|
|
@@ -137,13 +137,13 @@ const Ci = ["xs", "sm", "md", "lg", "xl"], zo = [...Ci].reverse();
|
|
|
137
137
|
function Si(i) {
|
|
138
138
|
return i < 600 ? "xs" : i < 960 ? "sm" : i < 1280 ? "md" : i < 1920 ? "lg" : "xl";
|
|
139
139
|
}
|
|
140
|
-
function
|
|
140
|
+
function xn(i) {
|
|
141
141
|
return Ci.findIndex((e) => e === i);
|
|
142
142
|
}
|
|
143
143
|
function we(i, e) {
|
|
144
144
|
let t;
|
|
145
145
|
for (const r of zo) {
|
|
146
|
-
if (
|
|
146
|
+
if (xn(r) < xn(i))
|
|
147
147
|
break;
|
|
148
148
|
e[r] && (t = e[r]);
|
|
149
149
|
}
|
|
@@ -157,11 +157,11 @@ function E(i, e) {
|
|
|
157
157
|
return "compCommon";
|
|
158
158
|
console.assert(!1, `invalid prop tag type=${i} subtype=${e}`);
|
|
159
159
|
}
|
|
160
|
-
function
|
|
160
|
+
function gn(i, e) {
|
|
161
161
|
if (i.array)
|
|
162
|
-
return e ?
|
|
162
|
+
return e ? j(i.default) : j(i.defaultArray);
|
|
163
163
|
{
|
|
164
|
-
const t =
|
|
164
|
+
const t = j(i.default);
|
|
165
165
|
return (i.ui === "switch" || i.ui === "select" || i.ui === "colorPicker" || i.ui === "multiTypes" || i.ui === "compSelect") && !t ? void 0 : t;
|
|
166
166
|
}
|
|
167
167
|
}
|
|
@@ -170,9 +170,9 @@ function D(i, e) {
|
|
|
170
170
|
if (n.ui) {
|
|
171
171
|
if (n.ui === "strInput" && n.static)
|
|
172
172
|
return;
|
|
173
|
-
r[n.key] =
|
|
173
|
+
r[n.key] = gn(n);
|
|
174
174
|
} else
|
|
175
|
-
n.array ? r[n.key] =
|
|
175
|
+
n.array ? r[n.key] = gn(n) : n.children.forEach((s) => {
|
|
176
176
|
r[n.key] || (r[n.key] = {}), t(r[n.key], s);
|
|
177
177
|
});
|
|
178
178
|
}
|
|
@@ -184,7 +184,7 @@ function Ao(i, e, t, r, n) {
|
|
|
184
184
|
console.error(`spawnNode prop tag not found, ${s}`);
|
|
185
185
|
return;
|
|
186
186
|
}
|
|
187
|
-
const u =
|
|
187
|
+
const u = yn[t];
|
|
188
188
|
if (!u) {
|
|
189
189
|
console.error(`spawnNode pkg not found version, ${s}`);
|
|
190
190
|
return;
|
|
@@ -243,7 +243,7 @@ function Ao(i, e, t, r, n) {
|
|
|
243
243
|
}
|
|
244
244
|
}
|
|
245
245
|
}
|
|
246
|
-
function
|
|
246
|
+
function Ga(i, e) {
|
|
247
247
|
function t(r) {
|
|
248
248
|
if (r.basic.id === e)
|
|
249
249
|
return r;
|
|
@@ -264,60 +264,60 @@ function Po(i) {
|
|
|
264
264
|
function e(r) {
|
|
265
265
|
r.basic.id = R(16), r.children?.forEach((n) => e(n));
|
|
266
266
|
}
|
|
267
|
-
const t =
|
|
267
|
+
const t = j(i);
|
|
268
268
|
return e(t), t;
|
|
269
269
|
}
|
|
270
|
-
function
|
|
270
|
+
function ja(i) {
|
|
271
271
|
const e = [];
|
|
272
272
|
return i.forEach((t) => {
|
|
273
273
|
e.push(Po(t));
|
|
274
274
|
}), e;
|
|
275
275
|
}
|
|
276
276
|
const Ti = "runtimeOrg", zi = "runtimeEnv", Ai = "runtimeMode", Pi = "runtimeDevice", Ni = "runtimeDark", Wi = "runtimeType", Li = "runtimeData", Bi = "runtimeDepends", Ri = "runtimeSandbox";
|
|
277
|
-
function
|
|
277
|
+
function Oa(i) {
|
|
278
278
|
se(Ti, i);
|
|
279
279
|
}
|
|
280
280
|
function Di() {
|
|
281
281
|
return oe(Ti);
|
|
282
282
|
}
|
|
283
|
-
function
|
|
283
|
+
function Ka(i) {
|
|
284
284
|
se(zi, i);
|
|
285
285
|
}
|
|
286
286
|
function Ei() {
|
|
287
287
|
return oe(zi);
|
|
288
288
|
}
|
|
289
|
-
function
|
|
289
|
+
function Za(i) {
|
|
290
290
|
se(Ai, i);
|
|
291
291
|
}
|
|
292
292
|
function A() {
|
|
293
293
|
return oe(Ai);
|
|
294
294
|
}
|
|
295
|
-
function
|
|
296
|
-
se(Pi,
|
|
295
|
+
function qa(i) {
|
|
296
|
+
se(Pi, Xt(i));
|
|
297
297
|
}
|
|
298
298
|
function le() {
|
|
299
299
|
return oe(Pi);
|
|
300
300
|
}
|
|
301
|
-
function
|
|
302
|
-
se(Ni,
|
|
301
|
+
function Ja(i) {
|
|
302
|
+
se(Ni, Xt(i));
|
|
303
303
|
}
|
|
304
304
|
function M() {
|
|
305
305
|
return oe(Ni);
|
|
306
306
|
}
|
|
307
|
-
function
|
|
307
|
+
function Xa(i) {
|
|
308
308
|
se(Wi, i);
|
|
309
309
|
}
|
|
310
310
|
function ae() {
|
|
311
311
|
return oe(Wi);
|
|
312
312
|
}
|
|
313
|
-
function
|
|
313
|
+
function Ya(i) {
|
|
314
314
|
se(Li, i);
|
|
315
315
|
}
|
|
316
316
|
function ue() {
|
|
317
317
|
return oe(Li);
|
|
318
318
|
}
|
|
319
|
-
function
|
|
320
|
-
se(Bi,
|
|
319
|
+
function Qa(i) {
|
|
320
|
+
se(Bi, Xt(i));
|
|
321
321
|
}
|
|
322
322
|
function Mi() {
|
|
323
323
|
return oe(Bi);
|
|
@@ -393,7 +393,7 @@ const No = (i, e, t) => {
|
|
|
393
393
|
};
|
|
394
394
|
function l(i, e, t, r, n) {
|
|
395
395
|
const s = be();
|
|
396
|
-
return console.assert(i && e),
|
|
396
|
+
return console.assert(i && e), Yt(() => {
|
|
397
397
|
let a = No(t.node, r, n);
|
|
398
398
|
i === "editor" && r[r.length - 1] === "readonly" && (a = !0), s.value = a;
|
|
399
399
|
}), me(s, () => {
|
|
@@ -484,24 +484,24 @@ const Fs = /* @__PURE__ */ z({
|
|
|
484
484
|
},
|
|
485
485
|
setup(i) {
|
|
486
486
|
const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), { width: u, minWidth: p, maxWidth: b, height: m, minHeight: c, maxHeight: d, applySize: f } = pe(t, r, e), { applyTitle: k } = Vi(e), { applyXAxis: h } = $i(e), { applyYAxis: y } = Ii(e), { applyLegend: w } = _i(e), { applySeries: _ } = wi(e), x = V(() => {
|
|
487
|
-
const
|
|
488
|
-
return s === "page" ? H === "common" ? f(
|
|
489
|
-
}), $ =
|
|
490
|
-
let
|
|
487
|
+
const T = {}, H = a.value.type;
|
|
488
|
+
return s === "page" ? H === "common" ? f(T) : console.assert(!1) : s === "comp" && H === "common" ? f(T) : console.assert(!1), T;
|
|
489
|
+
}), $ = ci("chart");
|
|
490
|
+
let v;
|
|
491
491
|
const C = () => {
|
|
492
|
-
|
|
493
|
-
const
|
|
494
|
-
|
|
492
|
+
v?.dispose(), v = gi.init($.value, n.value ? "dark" : "light");
|
|
493
|
+
const T = {};
|
|
494
|
+
v.setOption(T);
|
|
495
495
|
}, L = () => {
|
|
496
|
-
|
|
496
|
+
v?.resize();
|
|
497
497
|
}, F = () => {
|
|
498
|
-
const
|
|
499
|
-
k(
|
|
498
|
+
const T = {};
|
|
499
|
+
k(T), h(T), y(T), w(T), _(T), v?.setOption(T, !0);
|
|
500
500
|
};
|
|
501
|
-
return
|
|
501
|
+
return di(async () => {
|
|
502
502
|
window.addEventListener("resize", L, !1), await fi(() => !!$.value), C(), F();
|
|
503
503
|
}), Ie(() => {
|
|
504
|
-
window.removeEventListener("resize", L, !1),
|
|
504
|
+
window.removeEventListener("resize", L, !1), v?.dispose();
|
|
505
505
|
}), me(
|
|
506
506
|
[
|
|
507
507
|
() => r.value.width,
|
|
@@ -514,7 +514,7 @@ const Fs = /* @__PURE__ */ z({
|
|
|
514
514
|
d
|
|
515
515
|
],
|
|
516
516
|
async () => {
|
|
517
|
-
await
|
|
517
|
+
await mi(), L();
|
|
518
518
|
}
|
|
519
519
|
), me([n], () => {
|
|
520
520
|
C(), F();
|
|
@@ -524,7 +524,7 @@ const Fs = /* @__PURE__ */ z({
|
|
|
524
524
|
F();
|
|
525
525
|
},
|
|
526
526
|
{ deep: !0 }
|
|
527
|
-
), (
|
|
527
|
+
), (T, H) => (I(), re("div", {
|
|
528
528
|
ref: "chart",
|
|
529
529
|
style: ie(x.value)
|
|
530
530
|
}, null, 4));
|
|
@@ -537,24 +537,24 @@ const Fs = /* @__PURE__ */ z({
|
|
|
537
537
|
},
|
|
538
538
|
setup(i) {
|
|
539
539
|
const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), { width: u, minWidth: p, maxWidth: b, height: m, minHeight: c, maxHeight: d, applySize: f } = pe(t, r, e), { applyTitle: k } = Vi(e), { applyXAxis: h } = $i(e), { applyYAxis: y } = Ii(e), { applyLegend: w } = _i(e), { applySeries: _ } = wi(e), x = V(() => {
|
|
540
|
-
const
|
|
541
|
-
return s === "page" ? H === "common" ? f(
|
|
542
|
-
}), $ =
|
|
543
|
-
let
|
|
540
|
+
const T = {}, H = a.value.type;
|
|
541
|
+
return s === "page" ? H === "common" ? f(T) : console.assert(!1) : s === "comp" && H === "common" ? f(T) : console.assert(!1), T;
|
|
542
|
+
}), $ = ci("chart");
|
|
543
|
+
let v;
|
|
544
544
|
const C = () => {
|
|
545
|
-
|
|
546
|
-
const
|
|
547
|
-
|
|
545
|
+
v?.dispose(), v = gi.init($.value, n.value ? "dark" : "light");
|
|
546
|
+
const T = {};
|
|
547
|
+
v.setOption(T);
|
|
548
548
|
}, L = () => {
|
|
549
|
-
|
|
549
|
+
v?.resize();
|
|
550
550
|
}, F = () => {
|
|
551
|
-
const
|
|
552
|
-
k(
|
|
551
|
+
const T = {};
|
|
552
|
+
k(T), h(T), y(T), w(T), _(T), v?.setOption(T, !0);
|
|
553
553
|
};
|
|
554
|
-
return
|
|
554
|
+
return di(async () => {
|
|
555
555
|
window.addEventListener("resize", L, !1), await fi(() => !!$.value), C(), F();
|
|
556
556
|
}), Ie(() => {
|
|
557
|
-
window.removeEventListener("resize", L, !1),
|
|
557
|
+
window.removeEventListener("resize", L, !1), v?.dispose();
|
|
558
558
|
}), me(
|
|
559
559
|
[
|
|
560
560
|
() => r.value.width,
|
|
@@ -567,7 +567,7 @@ const Fs = /* @__PURE__ */ z({
|
|
|
567
567
|
d
|
|
568
568
|
],
|
|
569
569
|
async () => {
|
|
570
|
-
await
|
|
570
|
+
await mi(), L();
|
|
571
571
|
}
|
|
572
572
|
), me([n], () => {
|
|
573
573
|
C(), F();
|
|
@@ -577,17 +577,12 @@ const Fs = /* @__PURE__ */ z({
|
|
|
577
577
|
F();
|
|
578
578
|
},
|
|
579
579
|
{ deep: !0 }
|
|
580
|
-
), (
|
|
580
|
+
), (T, H) => (I(), re("div", {
|
|
581
581
|
ref: "chart",
|
|
582
582
|
style: ie(x.value)
|
|
583
583
|
}, null, 4));
|
|
584
584
|
}
|
|
585
|
-
})
|
|
586
|
-
const t = i.__vccOpts || i;
|
|
587
|
-
for (const [r, n] of e)
|
|
588
|
-
t[r] = n;
|
|
589
|
-
return t;
|
|
590
|
-
};
|
|
585
|
+
});
|
|
591
586
|
function Us(i, e) {
|
|
592
587
|
function t(m) {
|
|
593
588
|
const c = i.pseudoToNative(m), d = [], f = c.split(".");
|
|
@@ -622,7 +617,7 @@ function Us(i, e) {
|
|
|
622
617
|
function a(m) {
|
|
623
618
|
const c = i.pseudoToNative(m);
|
|
624
619
|
let d = "";
|
|
625
|
-
typeof c == "object" ? d = JSON.stringify(c) : d = String(c),
|
|
620
|
+
typeof c == "object" ? d = JSON.stringify(c) : d = String(c), tn.emit("consoleAppend", d);
|
|
626
621
|
}
|
|
627
622
|
function u(m, c) {
|
|
628
623
|
const d = i.pseudoToNative(m), f = i.pseudoToNative(c);
|
|
@@ -768,14 +763,14 @@ function Zs(i, e, t) {
|
|
|
768
763
|
}
|
|
769
764
|
const _ = h.split("."), x = _.length;
|
|
770
765
|
for (let $ = 0; $ < x; $++) {
|
|
771
|
-
const
|
|
766
|
+
const v = _[$];
|
|
772
767
|
if ($ === x - 1)
|
|
773
|
-
return e.nativeToPseudo(w[
|
|
768
|
+
return e.nativeToPseudo(w[v]);
|
|
774
769
|
if (!w) {
|
|
775
770
|
console.error(`getPropV1 unpkg failed, ${y}`);
|
|
776
771
|
return;
|
|
777
772
|
}
|
|
778
|
-
w = w[
|
|
773
|
+
w = w[v];
|
|
779
774
|
}
|
|
780
775
|
}
|
|
781
776
|
function u(d, f, k) {
|
|
@@ -785,10 +780,10 @@ function Zs(i, e, t) {
|
|
|
785
780
|
console.error(`setPropV1 node not found, ${_}`);
|
|
786
781
|
return;
|
|
787
782
|
}
|
|
788
|
-
const $ = y.split("."),
|
|
789
|
-
for (let C = 0; C <
|
|
783
|
+
const $ = y.split("."), v = $.length;
|
|
784
|
+
for (let C = 0; C < v; C++) {
|
|
790
785
|
const L = $[C];
|
|
791
|
-
if (C ===
|
|
786
|
+
if (C === v - 1)
|
|
792
787
|
x[L] = w;
|
|
793
788
|
else {
|
|
794
789
|
if (!x) {
|
|
@@ -1010,8 +1005,8 @@ __triggerEvent__('globality', 'startup');
|
|
|
1010
1005
|
function ji(i) {
|
|
1011
1006
|
i.appendCode("__destroy__();"), i.run();
|
|
1012
1007
|
}
|
|
1013
|
-
const
|
|
1014
|
-
function
|
|
1008
|
+
const eu = ["string", "number", "boolean", "array", "object"];
|
|
1009
|
+
function tu(i) {
|
|
1015
1010
|
switch (i) {
|
|
1016
1011
|
case "string":
|
|
1017
1012
|
return "#5ba58c";
|
|
@@ -1025,7 +1020,7 @@ function Qa(i) {
|
|
|
1025
1020
|
return "#80a55b";
|
|
1026
1021
|
}
|
|
1027
1022
|
}
|
|
1028
|
-
function
|
|
1023
|
+
function nu(i, e, t, r, n) {
|
|
1029
1024
|
let s = i;
|
|
1030
1025
|
for (let u = 0; u < e.length; u++)
|
|
1031
1026
|
if (s = s.children[e[u]], !s) {
|
|
@@ -1035,11 +1030,11 @@ function eu(i, e, t, r, n) {
|
|
|
1035
1030
|
let a = s.children[t];
|
|
1036
1031
|
a ? a.dataSeq !== r && (a = {
|
|
1037
1032
|
dataSeq: r,
|
|
1038
|
-
data:
|
|
1033
|
+
data: j(n),
|
|
1039
1034
|
children: {}
|
|
1040
1035
|
}) : (a = {
|
|
1041
1036
|
dataSeq: r,
|
|
1042
|
-
data:
|
|
1037
|
+
data: j(n),
|
|
1043
1038
|
children: {}
|
|
1044
1039
|
}, s.children[t] = a);
|
|
1045
1040
|
}
|
|
@@ -1060,17 +1055,17 @@ const tr = /* @__PURE__ */ z({
|
|
|
1060
1055
|
const f = () => {
|
|
1061
1056
|
d.eventBus && (d.eventBus = void 0), d.interpreter && (ji(d.interpreter), d.interpreter = void 0);
|
|
1062
1057
|
};
|
|
1063
|
-
|
|
1058
|
+
Yt(() => {
|
|
1064
1059
|
if (!t.refContext.refid) {
|
|
1065
1060
|
m.value = -1, c.value = void 0, f();
|
|
1066
1061
|
return;
|
|
1067
1062
|
}
|
|
1068
|
-
const
|
|
1069
|
-
if (!
|
|
1070
|
-
m.value = -1, c.value = null, f(),
|
|
1063
|
+
const v = b.value[t.refContext.refid];
|
|
1064
|
+
if (!v) {
|
|
1065
|
+
m.value = -1, c.value = null, f(), tn.emit("compNotAvail", t.refContext.refid);
|
|
1071
1066
|
return;
|
|
1072
1067
|
}
|
|
1073
|
-
if (m.value ===
|
|
1068
|
+
if (m.value === v.dataSeq || (m.value = v.dataSeq, c.value = j(v.data), s !== "runtime" && s !== "preview"))
|
|
1074
1069
|
return;
|
|
1075
1070
|
f();
|
|
1076
1071
|
const C = c.value, L = C.code.script;
|
|
@@ -1085,38 +1080,38 @@ const tr = /* @__PURE__ */ z({
|
|
|
1085
1080
|
f();
|
|
1086
1081
|
});
|
|
1087
1082
|
const { applySize: k } = pe(s, a, t), h = V(() => {
|
|
1088
|
-
const
|
|
1089
|
-
return u === "page" ? C === "common" ? k(
|
|
1083
|
+
const v = {}, C = p.value.type;
|
|
1084
|
+
return u === "page" ? C === "common" ? k(v) : console.assert(!1) : u === "comp" && C === "common" ? k(v) : console.assert(!1), v;
|
|
1090
1085
|
});
|
|
1091
|
-
function y(
|
|
1092
|
-
const C =
|
|
1086
|
+
function y(v) {
|
|
1087
|
+
const C = yn[p.value.version].refKey, L = ye[C];
|
|
1093
1088
|
return L ? J(L.comp, {
|
|
1094
1089
|
refContext: {
|
|
1095
1090
|
parent: t.refContext,
|
|
1096
|
-
refid:
|
|
1091
|
+
refid: v.ref.id
|
|
1097
1092
|
},
|
|
1098
|
-
node:
|
|
1093
|
+
node: v
|
|
1099
1094
|
}) : (console.assert(!1, `ref element not found key=${C}`), J("div", `ref element not found key=${C}`));
|
|
1100
1095
|
}
|
|
1101
|
-
function w(
|
|
1102
|
-
const C = ye[
|
|
1096
|
+
function w(v) {
|
|
1097
|
+
const C = ye[v.basic.key];
|
|
1103
1098
|
if (!C)
|
|
1104
|
-
return console.assert(!1, `element not found key=${
|
|
1099
|
+
return console.assert(!1, `element not found key=${v.basic.key}`), J("div", `element not found key=${v.basic.key}`);
|
|
1105
1100
|
const L = [];
|
|
1106
|
-
return C.leaf ||
|
|
1107
|
-
const
|
|
1108
|
-
L.push(
|
|
1109
|
-
}), J(C.comp, { node:
|
|
1101
|
+
return C.leaf || v.children?.forEach((F) => {
|
|
1102
|
+
const T = _(F);
|
|
1103
|
+
L.push(T);
|
|
1104
|
+
}), J(C.comp, { node: v }, { default: () => L });
|
|
1110
1105
|
}
|
|
1111
|
-
function _(
|
|
1112
|
-
return
|
|
1106
|
+
function _(v) {
|
|
1107
|
+
return v.ref ? y(v) : w(v);
|
|
1113
1108
|
}
|
|
1114
1109
|
function x() {
|
|
1115
|
-
let
|
|
1116
|
-
for (;
|
|
1117
|
-
if (
|
|
1110
|
+
let v = t.refContext.parent;
|
|
1111
|
+
for (; v; ) {
|
|
1112
|
+
if (v.refid === t.refContext.refid)
|
|
1118
1113
|
return !0;
|
|
1119
|
-
|
|
1114
|
+
v = v.parent;
|
|
1120
1115
|
}
|
|
1121
1116
|
return !1;
|
|
1122
1117
|
}
|
|
@@ -1125,16 +1120,48 @@ const tr = /* @__PURE__ */ z({
|
|
|
1125
1120
|
return J("div", { id: t.id }, e("x-runtime-lib.circularRef"));
|
|
1126
1121
|
if (!c.value)
|
|
1127
1122
|
return c.value === void 0 ? J("div", { id: t.id }) : J("div", { id: t.id }, e("x-runtime-lib.compNotAvail"));
|
|
1128
|
-
const
|
|
1129
|
-
if (
|
|
1123
|
+
const v = c.value.type;
|
|
1124
|
+
if (v === "common") {
|
|
1130
1125
|
const C = [];
|
|
1131
1126
|
return c.value.view.nodes.forEach((L) => {
|
|
1132
1127
|
C.push(_(L));
|
|
1133
1128
|
}), J("div", { id: t.id, style: h.value }, C);
|
|
1134
1129
|
} else
|
|
1135
|
-
return console.assert(!1, `invalid subtype=${
|
|
1130
|
+
return console.assert(!1, `invalid subtype=${v}`), J("div", { id: t.id }, `invalid subtype=${v}`);
|
|
1136
1131
|
};
|
|
1137
|
-
return (
|
|
1132
|
+
return (v, C) => (I(), N($));
|
|
1133
|
+
}
|
|
1134
|
+
}), ee = /* @__PURE__ */ z({
|
|
1135
|
+
__name: "index",
|
|
1136
|
+
props: {
|
|
1137
|
+
fitContent: { type: Boolean, default: !1 }
|
|
1138
|
+
},
|
|
1139
|
+
setup(i) {
|
|
1140
|
+
const e = A(), t = V(() => {
|
|
1141
|
+
const r = {};
|
|
1142
|
+
return i.fitContent && (r.width = "fit-content", r.height = "fit-content"), r;
|
|
1143
|
+
});
|
|
1144
|
+
return (r, n) => o(e) === "editor" ? (I(), re("div", {
|
|
1145
|
+
key: 0,
|
|
1146
|
+
style: ie(t.value)
|
|
1147
|
+
}, [
|
|
1148
|
+
G(r.$slots, "default")
|
|
1149
|
+
], 4)) : G(r.$slots, "default", { key: 1 });
|
|
1150
|
+
}
|
|
1151
|
+
}), nr = /* @__PURE__ */ z({
|
|
1152
|
+
__name: "index",
|
|
1153
|
+
props: {
|
|
1154
|
+
node: {},
|
|
1155
|
+
outer: { type: Boolean }
|
|
1156
|
+
},
|
|
1157
|
+
setup(i) {
|
|
1158
|
+
const e = i, t = A(), r = B(), { prop: n } = l(t, r, e, ["settings", "open"]);
|
|
1159
|
+
return (s, a) => (I(), N(o(ee), null, {
|
|
1160
|
+
default: P(() => [
|
|
1161
|
+
o(n) ? G(s.$slots, "default", { key: 0 }) : Qt("", !0)
|
|
1162
|
+
]),
|
|
1163
|
+
_: 3
|
|
1164
|
+
}));
|
|
1138
1165
|
}
|
|
1139
1166
|
}), fe = /* @__PURE__ */ z({
|
|
1140
1167
|
__name: "index",
|
|
@@ -1148,25 +1175,25 @@ const tr = /* @__PURE__ */ z({
|
|
|
1148
1175
|
const d = () => {
|
|
1149
1176
|
c.eventBus && (c.eventBus = void 0), c.interpreter && (ji(c.interpreter), c.interpreter = void 0);
|
|
1150
1177
|
};
|
|
1151
|
-
|
|
1178
|
+
Yt(() => {
|
|
1152
1179
|
if (!t.refContext.refid) {
|
|
1153
1180
|
b.value = -1, m.value = void 0, d();
|
|
1154
1181
|
return;
|
|
1155
1182
|
}
|
|
1156
1183
|
const x = p.value[t.refContext.refid];
|
|
1157
1184
|
if (!x) {
|
|
1158
|
-
b.value = -1, m.value = null, d(),
|
|
1185
|
+
b.value = -1, m.value = null, d(), tn.emit("compNotAvail", t.refContext.refid);
|
|
1159
1186
|
return;
|
|
1160
1187
|
}
|
|
1161
|
-
if (b.value === x.dataSeq || (b.value = x.dataSeq, m.value =
|
|
1188
|
+
if (b.value === x.dataSeq || (b.value = x.dataSeq, m.value = j(x.data), s !== "runtime" && s !== "preview"))
|
|
1162
1189
|
return;
|
|
1163
1190
|
d();
|
|
1164
|
-
const $ = m.value,
|
|
1165
|
-
if (
|
|
1191
|
+
const $ = m.value, v = $.code.script;
|
|
1192
|
+
if (v) {
|
|
1166
1193
|
const C = Oi();
|
|
1167
1194
|
c.eventBus = C, c.interpreter = Gi(
|
|
1168
1195
|
{ org: r, env: n, mode: s, type: a, data: $, eventBus: C },
|
|
1169
|
-
|
|
1196
|
+
v
|
|
1170
1197
|
);
|
|
1171
1198
|
}
|
|
1172
1199
|
}), Ie(() => {
|
|
@@ -1183,8 +1210,8 @@ const tr = /* @__PURE__ */ z({
|
|
|
1183
1210
|
{ deep: !0, immediate: !0 }
|
|
1184
1211
|
);
|
|
1185
1212
|
function k(x) {
|
|
1186
|
-
const $ =
|
|
1187
|
-
return
|
|
1213
|
+
const $ = yn[u.value.version].refKey, v = ye[$];
|
|
1214
|
+
return v ? J(v.comp, {
|
|
1188
1215
|
refContext: {
|
|
1189
1216
|
parent: t.refContext,
|
|
1190
1217
|
refid: x.ref.id
|
|
@@ -1196,10 +1223,10 @@ const tr = /* @__PURE__ */ z({
|
|
|
1196
1223
|
const $ = ye[x.basic.key];
|
|
1197
1224
|
if (!$)
|
|
1198
1225
|
return console.assert(!1, `element not found key=${x.basic.key}`), J("div", `element not found key=${x.basic.key}`);
|
|
1199
|
-
const
|
|
1226
|
+
const v = [];
|
|
1200
1227
|
return $.leaf || x.children?.forEach((C) => {
|
|
1201
|
-
|
|
1202
|
-
}), J($.comp, { node: x }, { default: () =>
|
|
1228
|
+
v.push(y(C));
|
|
1229
|
+
}), J($.comp, { node: x }, { default: () => v });
|
|
1203
1230
|
}
|
|
1204
1231
|
function y(x) {
|
|
1205
1232
|
return x.ref ? k(x) : h(x);
|
|
@@ -1221,15 +1248,15 @@ const tr = /* @__PURE__ */ z({
|
|
|
1221
1248
|
const x = m.value.type;
|
|
1222
1249
|
if (x === "common") {
|
|
1223
1250
|
const $ = [];
|
|
1224
|
-
return m.value.view.nodes.forEach((
|
|
1225
|
-
$.push(y(
|
|
1251
|
+
return m.value.view.nodes.forEach((v) => {
|
|
1252
|
+
$.push(y(v));
|
|
1226
1253
|
}), $;
|
|
1227
1254
|
} else
|
|
1228
1255
|
return console.assert(!1, `invalid subtype=${x}`), J("div", `invalid subtype=${x}`);
|
|
1229
1256
|
};
|
|
1230
1257
|
return (x, $) => (I(), N(_));
|
|
1231
1258
|
}
|
|
1232
|
-
}),
|
|
1259
|
+
}), ir = /* @__PURE__ */ z({
|
|
1233
1260
|
__name: "index",
|
|
1234
1261
|
props: {
|
|
1235
1262
|
node: {},
|
|
@@ -1255,30 +1282,13 @@ const tr = /* @__PURE__ */ z({
|
|
|
1255
1282
|
theme: o(u)
|
|
1256
1283
|
}, {
|
|
1257
1284
|
default: P(() => [
|
|
1258
|
-
|
|
1285
|
+
G(m.$slots, "default")
|
|
1259
1286
|
]),
|
|
1260
1287
|
_: 3
|
|
1261
1288
|
}, 8, ["content", "dot", "offset-x", "offset-y", "theme"]);
|
|
1262
1289
|
};
|
|
1263
1290
|
}
|
|
1264
|
-
}),
|
|
1265
|
-
__name: "index",
|
|
1266
|
-
props: {
|
|
1267
|
-
fitContent: { type: Boolean, default: !1 }
|
|
1268
|
-
},
|
|
1269
|
-
setup(i) {
|
|
1270
|
-
const e = A(), t = V(() => {
|
|
1271
|
-
const r = {};
|
|
1272
|
-
return i.fitContent && (r.width = "fit-content", r.height = "fit-content"), r;
|
|
1273
|
-
});
|
|
1274
|
-
return (r, n) => o(e) === "editor" ? (I(), re("div", {
|
|
1275
|
-
key: 0,
|
|
1276
|
-
style: ie(t.value)
|
|
1277
|
-
}, [
|
|
1278
|
-
j(r.$slots, "default")
|
|
1279
|
-
], 4)) : j(r.$slots, "default", { key: 1 });
|
|
1280
|
-
}
|
|
1281
|
-
}), ir = /* @__PURE__ */ z({
|
|
1291
|
+
}), or = /* @__PURE__ */ z({
|
|
1282
1292
|
__name: "index",
|
|
1283
1293
|
props: {
|
|
1284
1294
|
node: {},
|
|
@@ -1299,20 +1309,20 @@ const tr = /* @__PURE__ */ z({
|
|
|
1299
1309
|
]), { prop: _ } = l(t, n, e, [
|
|
1300
1310
|
"settings",
|
|
1301
1311
|
"readonly"
|
|
1302
|
-
]), { prop: x } = l(t, n, e, ["settings", "ripple"]), { prop: $ } = l(t, n, e, ["settings", "size"]), { prop:
|
|
1312
|
+
]), { prop: x } = l(t, n, e, ["settings", "ripple"]), { prop: $ } = l(t, n, e, ["settings", "size"]), { prop: v } = l(t, n, e, ["settings", "stacked"]), { prop: C } = l(t, n, e, ["settings", "text"]), { theme: L } = U(r), { prop: F } = l(t, n, e, ["settings", "variant"]), { prop: T } = l(t, n, e, ["size", "width"]), H = (K) => {
|
|
1303
1313
|
if (t !== "runtime" && t !== "preview")
|
|
1304
1314
|
return;
|
|
1305
1315
|
const O = n.interpreter;
|
|
1306
1316
|
if (!O)
|
|
1307
1317
|
return;
|
|
1308
|
-
const
|
|
1309
|
-
O.appendCode(`__pointerPosX__ = ${
|
|
1318
|
+
const te = O.nativeToPseudo(K.clientX), ne = O.nativeToPseudo(K.clientY), ce = O.nativeToPseudo(e.node.basic.id);
|
|
1319
|
+
O.appendCode(`__pointerPosX__ = ${te};`), O.appendCode(`__pointerPosY__ = ${ne};`), O.appendCode(`__triggerEvent__('${ce}', 'click');`), O.run();
|
|
1310
1320
|
};
|
|
1311
1321
|
return (K, O) => {
|
|
1312
|
-
const
|
|
1313
|
-
return I(), N(o(
|
|
1322
|
+
const te = W("v-btn");
|
|
1323
|
+
return I(), N(o(ee), null, {
|
|
1314
1324
|
default: P(() => [
|
|
1315
|
-
Z(
|
|
1325
|
+
Z(te, {
|
|
1316
1326
|
"append-icon": o(s),
|
|
1317
1327
|
block: o(a),
|
|
1318
1328
|
color: o(p),
|
|
@@ -1328,11 +1338,11 @@ const tr = /* @__PURE__ */ z({
|
|
|
1328
1338
|
readonly: o(_),
|
|
1329
1339
|
ripple: o(x),
|
|
1330
1340
|
size: o($),
|
|
1331
|
-
stacked: o(
|
|
1341
|
+
stacked: o(v),
|
|
1332
1342
|
text: o(C),
|
|
1333
1343
|
theme: o(L),
|
|
1334
1344
|
variant: o(F),
|
|
1335
|
-
width: o(
|
|
1345
|
+
width: o(T),
|
|
1336
1346
|
onClick: H
|
|
1337
1347
|
}, null, 8, ["append-icon", "block", "color", "density", "disabled", "height", "loading", "max-height", "max-width", "min-height", "min-width", "prepend-icon", "readonly", "ripple", "size", "stacked", "text", "theme", "variant", "width"])
|
|
1338
1348
|
]),
|
|
@@ -1340,17 +1350,22 @@ const tr = /* @__PURE__ */ z({
|
|
|
1340
1350
|
});
|
|
1341
1351
|
};
|
|
1342
1352
|
}
|
|
1343
|
-
}),
|
|
1344
|
-
|
|
1353
|
+
}), _e = (i, e) => {
|
|
1354
|
+
const t = i.__vccOpts || i;
|
|
1355
|
+
for (const [r, n] of e)
|
|
1356
|
+
t[r] = n;
|
|
1357
|
+
return t;
|
|
1358
|
+
}, sr = {};
|
|
1359
|
+
function rr(i, e) {
|
|
1345
1360
|
const t = W("v-btn-group");
|
|
1346
1361
|
return I(), N(t, null, {
|
|
1347
1362
|
default: P(() => [
|
|
1348
|
-
|
|
1363
|
+
G(i.$slots, "default")
|
|
1349
1364
|
]),
|
|
1350
1365
|
_: 3
|
|
1351
1366
|
});
|
|
1352
1367
|
}
|
|
1353
|
-
const
|
|
1368
|
+
const lr = /* @__PURE__ */ _e(sr, [["render", rr]]), ar = /* @__PURE__ */ z({
|
|
1354
1369
|
__name: "index",
|
|
1355
1370
|
props: {
|
|
1356
1371
|
node: {},
|
|
@@ -1386,13 +1401,13 @@ const rr = /* @__PURE__ */ _e(or, [["render", sr]]), lr = /* @__PURE__ */ z({
|
|
|
1386
1401
|
variant: o(h)
|
|
1387
1402
|
}, {
|
|
1388
1403
|
default: P(() => [
|
|
1389
|
-
|
|
1404
|
+
G(y.$slots, "default")
|
|
1390
1405
|
]),
|
|
1391
1406
|
_: 3
|
|
1392
1407
|
}, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
|
|
1393
1408
|
};
|
|
1394
1409
|
}
|
|
1395
|
-
}),
|
|
1410
|
+
}), ur = /* @__PURE__ */ z({
|
|
1396
1411
|
__name: "index",
|
|
1397
1412
|
props: {
|
|
1398
1413
|
node: {},
|
|
@@ -1406,7 +1421,7 @@ const rr = /* @__PURE__ */ _e(or, [["render", sr]]), lr = /* @__PURE__ */ z({
|
|
|
1406
1421
|
"settings",
|
|
1407
1422
|
"subtitle"
|
|
1408
1423
|
]), { prop: h } = l(t, n, e, ["settings", "text"]), { theme: y } = U(r), { prop: w } = l(t, n, e, ["settings", "title"]), { prop: _ } = l(t, n, e, ["settings", "variant"]), { prop: x } = l(t, n, e, ["size", "width"]);
|
|
1409
|
-
return ($,
|
|
1424
|
+
return ($, v) => {
|
|
1410
1425
|
const C = W("v-card");
|
|
1411
1426
|
return I(), N(C, {
|
|
1412
1427
|
density: o(s),
|
|
@@ -1426,13 +1441,13 @@ const rr = /* @__PURE__ */ _e(or, [["render", sr]]), lr = /* @__PURE__ */ z({
|
|
|
1426
1441
|
width: o(x)
|
|
1427
1442
|
}, {
|
|
1428
1443
|
default: P(() => [
|
|
1429
|
-
|
|
1444
|
+
G($.$slots, "default")
|
|
1430
1445
|
]),
|
|
1431
1446
|
_: 3
|
|
1432
1447
|
}, 8, ["density", "disabled", "height", "hover", "loading", "max-height", "max-width", "min-height", "min-width", "subtitle", "text", "theme", "title", "variant", "width"]);
|
|
1433
1448
|
};
|
|
1434
1449
|
}
|
|
1435
|
-
}),
|
|
1450
|
+
}), cr = /* @__PURE__ */ z({
|
|
1436
1451
|
__name: "index",
|
|
1437
1452
|
props: {
|
|
1438
1453
|
node: {},
|
|
@@ -1454,7 +1469,7 @@ const rr = /* @__PURE__ */ _e(or, [["render", sr]]), lr = /* @__PURE__ */ z({
|
|
|
1454
1469
|
}, null, 8, ["disabled", "readonly"]);
|
|
1455
1470
|
};
|
|
1456
1471
|
}
|
|
1457
|
-
}),
|
|
1472
|
+
}), dr = /* @__PURE__ */ z({
|
|
1458
1473
|
__name: "index",
|
|
1459
1474
|
props: {
|
|
1460
1475
|
node: {},
|
|
@@ -1472,8 +1487,8 @@ const rr = /* @__PURE__ */ _e(or, [["render", sr]]), lr = /* @__PURE__ */ z({
|
|
|
1472
1487
|
"draggable"
|
|
1473
1488
|
]), { prop: c } = l(t, n, e, ["settings", "filter"]), { prop: d } = l(t, n, e, ["settings", "label"]), { prop: f } = l(t, n, e, ["settings", "size"]), { prop: k } = l(t, n, e, ["settings", "text"]), { theme: h } = U(r), { prop: y } = l(t, n, e, ["settings", "tile"]), { prop: w } = l(t, n, e, ["settings", "value"]), { prop: _ } = l(t, n, e, ["settings", "variant"]);
|
|
1474
1489
|
return (x, $) => {
|
|
1475
|
-
const
|
|
1476
|
-
return I(), N(
|
|
1490
|
+
const v = W("v-chip");
|
|
1491
|
+
return I(), N(v, {
|
|
1477
1492
|
closable: o(s),
|
|
1478
1493
|
color: o(u),
|
|
1479
1494
|
density: o(p),
|
|
@@ -1490,7 +1505,7 @@ const rr = /* @__PURE__ */ _e(or, [["render", sr]]), lr = /* @__PURE__ */ z({
|
|
|
1490
1505
|
}, null, 8, ["closable", "color", "density", "disabled", "draggable", "filter", "label", "size", "text", "theme", "tile", "value", "variant"]);
|
|
1491
1506
|
};
|
|
1492
1507
|
}
|
|
1493
|
-
}),
|
|
1508
|
+
}), mr = /* @__PURE__ */ z({
|
|
1494
1509
|
__name: "index",
|
|
1495
1510
|
props: {
|
|
1496
1511
|
node: {},
|
|
@@ -1528,13 +1543,13 @@ const rr = /* @__PURE__ */ _e(or, [["render", sr]]), lr = /* @__PURE__ */ z({
|
|
|
1528
1543
|
theme: o(d)
|
|
1529
1544
|
}, {
|
|
1530
1545
|
default: P(() => [
|
|
1531
|
-
|
|
1546
|
+
G(k.$slots, "default")
|
|
1532
1547
|
]),
|
|
1533
1548
|
_: 3
|
|
1534
1549
|
}, 8, ["modelValue", "column", "direction", "disabled", "filter", "mandatory", "multiple", "show-arrows", "theme"]);
|
|
1535
1550
|
};
|
|
1536
1551
|
}
|
|
1537
|
-
}),
|
|
1552
|
+
}), pr = /* @__PURE__ */ z({
|
|
1538
1553
|
__name: "index",
|
|
1539
1554
|
props: {
|
|
1540
1555
|
node: {},
|
|
@@ -1581,7 +1596,7 @@ const rr = /* @__PURE__ */ _e(or, [["render", sr]]), lr = /* @__PURE__ */ z({
|
|
|
1581
1596
|
}, null, 8, ["disabled", "hide-canvas", "hide-header", "hide-inputs", "hide-sliders", "landscape", "show-swatches", "style", "theme"]);
|
|
1582
1597
|
};
|
|
1583
1598
|
}
|
|
1584
|
-
}),
|
|
1599
|
+
}), fr = /* @__PURE__ */ z({
|
|
1585
1600
|
__name: "index",
|
|
1586
1601
|
props: {
|
|
1587
1602
|
node: {},
|
|
@@ -1603,7 +1618,7 @@ const rr = /* @__PURE__ */ _e(or, [["render", sr]]), lr = /* @__PURE__ */ z({
|
|
|
1603
1618
|
]), { theme: m } = U(r), { prop: c } = l(t, n, e, ["settings", "value"]);
|
|
1604
1619
|
return (d, f) => {
|
|
1605
1620
|
const k = W("v-combobox");
|
|
1606
|
-
return I(), N(o(
|
|
1621
|
+
return I(), N(o(ee), null, {
|
|
1607
1622
|
default: P(() => [
|
|
1608
1623
|
Z(k, {
|
|
1609
1624
|
modelValue: o(c),
|
|
@@ -1620,7 +1635,7 @@ const rr = /* @__PURE__ */ _e(or, [["render", sr]]), lr = /* @__PURE__ */ z({
|
|
|
1620
1635
|
});
|
|
1621
1636
|
};
|
|
1622
1637
|
}
|
|
1623
|
-
}),
|
|
1638
|
+
}), br = /* @__PURE__ */ z({
|
|
1624
1639
|
__name: "index",
|
|
1625
1640
|
props: {
|
|
1626
1641
|
node: {},
|
|
@@ -1630,17 +1645,17 @@ const rr = /* @__PURE__ */ _e(or, [["render", sr]]), lr = /* @__PURE__ */ z({
|
|
|
1630
1645
|
const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), u = B(), { prop: p } = l(t, u, e, [
|
|
1631
1646
|
"settings",
|
|
1632
1647
|
"backgroundColor"
|
|
1633
|
-
]), { color: b } = Y(n, p), { applySize: m } = pe(t, r, e), { applyMargin: c } =
|
|
1648
|
+
]), { color: b } = Y(n, p), { applySize: m } = pe(t, r, e), { applyMargin: c } = on(e), { applyPadding: d } = sn(e), { applyBorder: f } = nn(n, e), k = V(() => {
|
|
1634
1649
|
const h = {}, y = a.value.type;
|
|
1635
1650
|
return s === "page" ? y === "common" ? (m(h), c(h), d(h), f(h), b.value && (h.backgroundColor = b.value)) : console.assert(!1) : s === "comp" && y === "common" ? (m(h), c(h), d(h), f(h), b.value && (h.backgroundColor = b.value)) : console.assert(!1), h;
|
|
1636
1651
|
});
|
|
1637
1652
|
return (h, y) => (I(), re("div", {
|
|
1638
1653
|
style: ie(k.value)
|
|
1639
1654
|
}, [
|
|
1640
|
-
|
|
1655
|
+
G(h.$slots, "default")
|
|
1641
1656
|
], 4));
|
|
1642
1657
|
}
|
|
1643
|
-
}),
|
|
1658
|
+
}), yr = /* @__PURE__ */ z({
|
|
1644
1659
|
__name: "index",
|
|
1645
1660
|
props: {
|
|
1646
1661
|
node: {},
|
|
@@ -1682,32 +1697,32 @@ const rr = /* @__PURE__ */ _e(or, [["render", sr]]), lr = /* @__PURE__ */ z({
|
|
|
1682
1697
|
"multi-sort": o(f),
|
|
1683
1698
|
theme: o(k),
|
|
1684
1699
|
width: o(h)
|
|
1685
|
-
},
|
|
1700
|
+
}, en({ _: 2 }, [
|
|
1686
1701
|
so(y.value, ($) => ({
|
|
1687
1702
|
name: `item.${$.column}`,
|
|
1688
|
-
fn: P(({ value:
|
|
1703
|
+
fn: P(({ value: v }) => [
|
|
1689
1704
|
Z(o(fe), {
|
|
1690
1705
|
"ref-context": { refid: $.comp },
|
|
1691
|
-
state: { value:
|
|
1706
|
+
state: { value: v }
|
|
1692
1707
|
}, null, 8, ["ref-context", "state"])
|
|
1693
1708
|
])
|
|
1694
1709
|
}))
|
|
1695
1710
|
]), 1032, ["density", "fixed-footer", "fixed-header", "headers", "height", "hover", "items", "loading", "multi-sort", "theme", "width"]);
|
|
1696
1711
|
};
|
|
1697
1712
|
}
|
|
1698
|
-
}),
|
|
1699
|
-
function
|
|
1713
|
+
}), hr = {};
|
|
1714
|
+
function xr(i, e) {
|
|
1700
1715
|
const t = W("v-date-picker");
|
|
1701
1716
|
return I(), N(t);
|
|
1702
1717
|
}
|
|
1703
|
-
const
|
|
1718
|
+
const gr = /* @__PURE__ */ _e(hr, [["render", xr]]), vr = ["id"], kr = /* @__PURE__ */ z({
|
|
1704
1719
|
__name: "index",
|
|
1705
1720
|
props: {
|
|
1706
1721
|
node: {},
|
|
1707
1722
|
outer: { type: Boolean }
|
|
1708
1723
|
},
|
|
1709
1724
|
setup(i) {
|
|
1710
|
-
const e = i, t = A(), r = B(), n = V(() => e.node.basic?.id), { open: s } = hi(`runtimeDlg/${
|
|
1725
|
+
const e = i, t = A(), r = B(), n = V(() => e.node.basic?.id), { open: s } = hi(`runtimeDlg/${pi()}`);
|
|
1711
1726
|
return Hi(r, e, (u) => {
|
|
1712
1727
|
if (t !== "runtime" && t !== "preview" || !r.interpreter)
|
|
1713
1728
|
return;
|
|
@@ -1724,16 +1739,16 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
1724
1739
|
o(t) === "editor" ? (I(), re("div", {
|
|
1725
1740
|
key: 0,
|
|
1726
1741
|
id: `__node__@${n.value}`
|
|
1727
|
-
}, null, 8,
|
|
1742
|
+
}, null, 8, vr)) : Qt("", !0)
|
|
1728
1743
|
]),
|
|
1729
1744
|
default: P(() => [
|
|
1730
|
-
|
|
1745
|
+
G(u.$slots, "default")
|
|
1731
1746
|
]),
|
|
1732
1747
|
_: 3
|
|
1733
1748
|
}, 8, ["modelValue"]);
|
|
1734
1749
|
};
|
|
1735
1750
|
}
|
|
1736
|
-
}),
|
|
1751
|
+
}), _r = /* @__PURE__ */ z({
|
|
1737
1752
|
__name: "index",
|
|
1738
1753
|
props: {
|
|
1739
1754
|
node: {},
|
|
@@ -1772,14 +1787,14 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
1772
1787
|
}, null, 8, ["chips", "density", "direction", "disabled", "label", "loading", "multiple", "readonly", "reverse", "single-line"]);
|
|
1773
1788
|
};
|
|
1774
1789
|
}
|
|
1775
|
-
}),
|
|
1790
|
+
}), wr = /* @__PURE__ */ z({
|
|
1776
1791
|
__name: "index",
|
|
1777
1792
|
props: {
|
|
1778
1793
|
node: {},
|
|
1779
1794
|
outer: { type: Boolean }
|
|
1780
1795
|
},
|
|
1781
1796
|
setup(i) {
|
|
1782
|
-
const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), u = B(), { applySize: p } = pe(t, r, e), { applyMargin: b } =
|
|
1797
|
+
const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), u = B(), { applySize: p } = pe(t, r, e), { applyMargin: b } = on(e), { applyPadding: m } = sn(e), { applyBorder: c } = nn(n, e), { prop: d } = l(t, u, e, [
|
|
1783
1798
|
"settings",
|
|
1784
1799
|
"backgroundColor"
|
|
1785
1800
|
]), { color: f } = Y(n, d), k = (y) => {
|
|
@@ -1790,8 +1805,8 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
1790
1805
|
x === "no" ? y.flexWrap = "nowrap" : x === "yes" ? y.flexWrap = "wrap" : x === "reverse" && (y.flexWrap = "wrap-reverse");
|
|
1791
1806
|
const $ = we(w, e.node.settings?.mainAlign);
|
|
1792
1807
|
$ === "start" ? y.justifyContent = "flex-start" : $ === "end" ? y.justifyContent = "flex-end" : $ === "center" ? y.justifyContent = "center" : $ === "spaceBetween" ? y.justifyContent = "space-between" : $ === "spaceAround" ? y.justifyContent = "space-around" : $ === "spaceEvenly" && (y.justifyContent = "space-evenly");
|
|
1793
|
-
const
|
|
1794
|
-
|
|
1808
|
+
const v = we(w, e.node.settings?.crossAlign);
|
|
1809
|
+
v === "start" ? y.alignItems = "flex-start" : v === "end" ? y.alignItems = "flex-end" : v === "center" ? y.alignItems = "center" : v === "baseline" ? y.alignItems = "baseline" : v === "stretch" && (y.alignItems = "stretch");
|
|
1795
1810
|
}, h = V(() => {
|
|
1796
1811
|
const y = {}, w = a.value.type;
|
|
1797
1812
|
return s === "page" ? w === "common" ? (p(y), b(y), m(y), c(y), k(y)) : console.assert(!1) : s === "comp" && w === "common" ? (p(y), b(y), m(y), c(y), k(y)) : console.assert(!1), y;
|
|
@@ -1799,10 +1814,10 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
1799
1814
|
return (y, w) => (I(), re("div", {
|
|
1800
1815
|
style: ie(h.value)
|
|
1801
1816
|
}, [
|
|
1802
|
-
|
|
1817
|
+
G(y.$slots, "default")
|
|
1803
1818
|
], 4));
|
|
1804
1819
|
}
|
|
1805
|
-
}),
|
|
1820
|
+
}), Vr = /* @__PURE__ */ z({
|
|
1806
1821
|
__name: "index",
|
|
1807
1822
|
props: {
|
|
1808
1823
|
node: {},
|
|
@@ -1816,10 +1831,10 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
1816
1831
|
return (c, d) => (I(), re("div", {
|
|
1817
1832
|
style: ie(m.value)
|
|
1818
1833
|
}, [
|
|
1819
|
-
|
|
1834
|
+
G(c.$slots, "default")
|
|
1820
1835
|
], 4));
|
|
1821
1836
|
}
|
|
1822
|
-
}),
|
|
1837
|
+
}), $r = /* @__PURE__ */ z({
|
|
1823
1838
|
__name: "index",
|
|
1824
1839
|
props: {
|
|
1825
1840
|
node: {},
|
|
@@ -1832,7 +1847,7 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
1832
1847
|
]), { prop: m } = l(t, u, e, [
|
|
1833
1848
|
"settings",
|
|
1834
1849
|
"backgroundColor"
|
|
1835
|
-
]), { color: c } = Y(n, m), { applySize: d } = pe(t, r, e), { applyMargin: f } =
|
|
1850
|
+
]), { color: c } = Y(n, m), { applySize: d } = pe(t, r, e), { applyMargin: f } = on(e), { applyPadding: k } = sn(e), { applyBorder: h } = nn(n, e), y = V(() => {
|
|
1836
1851
|
const _ = {}, x = a.value.type;
|
|
1837
1852
|
return s === "page" ? x === "common" ? (d(_), f(_), k(_), h(_), c.value && (_.backgroundColor = c.value)) : console.assert(!1) : s === "comp" && x === "common" ? (d(_), f(_), k(_), h(_), c.value && (_.backgroundColor = c.value)) : console.assert(!1), _;
|
|
1838
1853
|
}), w = () => {
|
|
@@ -1848,19 +1863,19 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
1848
1863
|
const $ = W("v-form");
|
|
1849
1864
|
return I(), N($, {
|
|
1850
1865
|
modelValue: o(p),
|
|
1851
|
-
"onUpdate:modelValue": x[0] || (x[0] = (
|
|
1866
|
+
"onUpdate:modelValue": x[0] || (x[0] = (v) => X(p) ? p.value = v : null),
|
|
1852
1867
|
"fast-fail": o(b),
|
|
1853
1868
|
style: ie(y.value),
|
|
1854
1869
|
onSubmit: ro(w, ["prevent"])
|
|
1855
1870
|
}, {
|
|
1856
1871
|
default: P(() => [
|
|
1857
|
-
|
|
1872
|
+
G(_.$slots, "default")
|
|
1858
1873
|
]),
|
|
1859
1874
|
_: 3
|
|
1860
1875
|
}, 8, ["modelValue", "fast-fail", "style"]);
|
|
1861
1876
|
};
|
|
1862
1877
|
}
|
|
1863
|
-
}),
|
|
1878
|
+
}), Ir = /* @__PURE__ */ z({
|
|
1864
1879
|
__name: "index",
|
|
1865
1880
|
props: {
|
|
1866
1881
|
node: {},
|
|
@@ -1882,14 +1897,14 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
1882
1897
|
}, null, 8, ["color", "disabled", "icon", "size", "theme"]);
|
|
1883
1898
|
};
|
|
1884
1899
|
}
|
|
1885
|
-
}),
|
|
1900
|
+
}), Cr = ["id"], Sr = /* @__PURE__ */ z({
|
|
1886
1901
|
__name: "index",
|
|
1887
1902
|
props: {
|
|
1888
1903
|
node: {},
|
|
1889
1904
|
outer: { type: Boolean }
|
|
1890
1905
|
},
|
|
1891
1906
|
setup(i) {
|
|
1892
|
-
const e = i, t = A(), r = B(), n = be(0), s = be(0), a = V(() => [n.value, s.value]), u = V(() => e.node.basic?.id), { open: p } = hi(`runtimeMenu/${
|
|
1907
|
+
const e = i, t = A(), r = B(), n = be(0), s = be(0), a = V(() => [n.value, s.value]), u = V(() => e.node.basic?.id), { open: p } = hi(`runtimeMenu/${pi()}`);
|
|
1893
1908
|
return Hi(r, e, (m) => {
|
|
1894
1909
|
if (t !== "runtime" && t !== "preview")
|
|
1895
1910
|
return;
|
|
@@ -1912,16 +1927,16 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
1912
1927
|
o(t) === "editor" ? (I(), re("div", {
|
|
1913
1928
|
key: 0,
|
|
1914
1929
|
id: `__node__@${u.value}`
|
|
1915
|
-
}, null, 8,
|
|
1930
|
+
}, null, 8, Cr)) : Qt("", !0)
|
|
1916
1931
|
]),
|
|
1917
1932
|
default: P(() => [
|
|
1918
|
-
|
|
1933
|
+
G(m.$slots, "default")
|
|
1919
1934
|
]),
|
|
1920
1935
|
_: 3
|
|
1921
1936
|
}, 8, ["modelValue", "target"]);
|
|
1922
1937
|
};
|
|
1923
1938
|
}
|
|
1924
|
-
}),
|
|
1939
|
+
}), Tr = /* @__PURE__ */ z({
|
|
1925
1940
|
__name: "index",
|
|
1926
1941
|
props: {
|
|
1927
1942
|
node: {},
|
|
@@ -1959,13 +1974,13 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
1959
1974
|
]), { prop: $ } = l(t, n, e, [
|
|
1960
1975
|
"settings",
|
|
1961
1976
|
"readonly"
|
|
1962
|
-
]), { prop:
|
|
1977
|
+
]), { prop: v } = l(t, n, e, ["settings", "reverse"]), { prop: C } = l(t, n, e, [
|
|
1963
1978
|
"settings",
|
|
1964
1979
|
"singleLine"
|
|
1965
|
-
]), { prop: L } = l(t, n, e, ["settings", "step"]), { prop: F } = l(t, n, e, ["settings", "suffix"]), { theme:
|
|
1966
|
-
return (
|
|
1980
|
+
]), { prop: L } = l(t, n, e, ["settings", "step"]), { prop: F } = l(t, n, e, ["settings", "suffix"]), { theme: T } = U(r), { prop: H } = l(t, n, e, ["settings", "value"]), { prop: K } = l(t, n, e, ["settings", "variant"]), { prop: O } = l(t, n, e, ["size", "width"]);
|
|
1981
|
+
return (te, ne) => {
|
|
1967
1982
|
const ce = W("v-number-input");
|
|
1968
|
-
return I(), N(o(
|
|
1983
|
+
return I(), N(o(ee), null, {
|
|
1969
1984
|
default: P(() => [
|
|
1970
1985
|
Z(ce, {
|
|
1971
1986
|
modelValue: o(H),
|
|
@@ -1986,11 +2001,11 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
1986
2001
|
"prepend-icon": o(_),
|
|
1987
2002
|
"prepend-inner-icon": o(x),
|
|
1988
2003
|
readonly: o($),
|
|
1989
|
-
reverse: o(
|
|
2004
|
+
reverse: o(v),
|
|
1990
2005
|
"single-line": o(C),
|
|
1991
2006
|
step: o(L),
|
|
1992
2007
|
suffix: o(F),
|
|
1993
|
-
theme: o(
|
|
2008
|
+
theme: o(T),
|
|
1994
2009
|
variant: o(K),
|
|
1995
2010
|
width: o(O)
|
|
1996
2011
|
}, null, 8, ["modelValue", "append-icon", "append-inner-icon", "clearable", "hide-details", "label", "loading", "max", "max-width", "min", "min-width", "placeholder", "precision", "prefix", "prepend-icon", "prepend-inner-icon", "readonly", "reverse", "single-line", "step", "suffix", "theme", "variant", "width"])
|
|
@@ -1999,7 +2014,7 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
1999
2014
|
});
|
|
2000
2015
|
};
|
|
2001
2016
|
}
|
|
2002
|
-
}),
|
|
2017
|
+
}), zr = /* @__PURE__ */ z({
|
|
2003
2018
|
__name: "index",
|
|
2004
2019
|
props: {
|
|
2005
2020
|
node: {},
|
|
@@ -2018,7 +2033,7 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
2018
2033
|
});
|
|
2019
2034
|
return (y, w) => {
|
|
2020
2035
|
const _ = W("v-pagination");
|
|
2021
|
-
return I(), N(o(
|
|
2036
|
+
return I(), N(o(ee), null, {
|
|
2022
2037
|
default: P(() => [
|
|
2023
2038
|
Z(_, {
|
|
2024
2039
|
modelValue: o(f),
|
|
@@ -2039,7 +2054,7 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
2039
2054
|
});
|
|
2040
2055
|
};
|
|
2041
2056
|
}
|
|
2042
|
-
}),
|
|
2057
|
+
}), Ar = /* @__PURE__ */ z({
|
|
2043
2058
|
__name: "index",
|
|
2044
2059
|
props: {
|
|
2045
2060
|
node: {},
|
|
@@ -2066,7 +2081,7 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
2066
2081
|
}, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
|
|
2067
2082
|
};
|
|
2068
2083
|
}
|
|
2069
|
-
}),
|
|
2084
|
+
}), Pr = /* @__PURE__ */ z({
|
|
2070
2085
|
__name: "index",
|
|
2071
2086
|
props: {
|
|
2072
2087
|
node: {},
|
|
@@ -2085,7 +2100,7 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
2085
2100
|
]), { theme: m } = U(r), { prop: c } = l(t, n, e, ["settings", "value"]);
|
|
2086
2101
|
return (d, f) => {
|
|
2087
2102
|
const k = W("v-radio-group");
|
|
2088
|
-
return I(), N(o(
|
|
2103
|
+
return I(), N(o(ee), null, {
|
|
2089
2104
|
default: P(() => [
|
|
2090
2105
|
Z(k, {
|
|
2091
2106
|
modelValue: o(c),
|
|
@@ -2098,7 +2113,7 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
2098
2113
|
theme: o(m)
|
|
2099
2114
|
}, {
|
|
2100
2115
|
default: P(() => [
|
|
2101
|
-
|
|
2116
|
+
G(d.$slots, "default")
|
|
2102
2117
|
]),
|
|
2103
2118
|
_: 3
|
|
2104
2119
|
}, 8, ["modelValue", "density", "direction", "disabled", "inline", "readonly", "theme"])
|
|
@@ -2107,7 +2122,7 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
2107
2122
|
});
|
|
2108
2123
|
};
|
|
2109
2124
|
}
|
|
2110
|
-
}),
|
|
2125
|
+
}), Nr = /* @__PURE__ */ z({
|
|
2111
2126
|
__name: "index",
|
|
2112
2127
|
props: {
|
|
2113
2128
|
node: {},
|
|
@@ -2145,7 +2160,7 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
2145
2160
|
}), { prop: x } = l(t, n, e, [
|
|
2146
2161
|
"settings",
|
|
2147
2162
|
"thumbSize"
|
|
2148
|
-
]), { prop: $ } = l(t, n, e, ["settings", "ticks"]),
|
|
2163
|
+
]), { prop: $ } = l(t, n, e, ["settings", "ticks"]), v = V(() => {
|
|
2149
2164
|
if (!$.value)
|
|
2150
2165
|
return;
|
|
2151
2166
|
const H = {};
|
|
@@ -2164,7 +2179,7 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
2164
2179
|
"settings",
|
|
2165
2180
|
"value",
|
|
2166
2181
|
"end"
|
|
2167
|
-
]),
|
|
2182
|
+
]), T = V({
|
|
2168
2183
|
get: () => [L.value, F.value],
|
|
2169
2184
|
set: ([H, K]) => {
|
|
2170
2185
|
L.value = H, F.value = K;
|
|
@@ -2172,14 +2187,14 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
2172
2187
|
});
|
|
2173
2188
|
return (H, K) => {
|
|
2174
2189
|
const O = W("v-range-slider");
|
|
2175
|
-
return I(), N(o(
|
|
2176
|
-
modelValue:
|
|
2177
|
-
"onUpdate:modelValue": K[1] || (K[1] = (
|
|
2190
|
+
return I(), N(o(ee), {
|
|
2191
|
+
modelValue: T.value,
|
|
2192
|
+
"onUpdate:modelValue": K[1] || (K[1] = (te) => T.value = te)
|
|
2178
2193
|
}, {
|
|
2179
2194
|
default: P(() => [
|
|
2180
2195
|
Z(O, {
|
|
2181
|
-
modelValue:
|
|
2182
|
-
"onUpdate:modelValue": K[0] || (K[0] = (
|
|
2196
|
+
modelValue: T.value,
|
|
2197
|
+
"onUpdate:modelValue": K[0] || (K[0] = (te) => T.value = te),
|
|
2183
2198
|
density: o(s),
|
|
2184
2199
|
direction: o(a),
|
|
2185
2200
|
disabled: o(u),
|
|
@@ -2194,14 +2209,14 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
2194
2209
|
"thumb-label": _.value,
|
|
2195
2210
|
"thumb-size": o(x),
|
|
2196
2211
|
"tick-size": o(C),
|
|
2197
|
-
ticks:
|
|
2212
|
+
ticks: v.value
|
|
2198
2213
|
}, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "label", "max", "min", "readonly", "show-ticks", "step", "theme", "thumb-label", "thumb-size", "tick-size", "ticks"])
|
|
2199
2214
|
]),
|
|
2200
2215
|
_: 1
|
|
2201
2216
|
}, 8, ["modelValue"]);
|
|
2202
2217
|
};
|
|
2203
2218
|
}
|
|
2204
|
-
}),
|
|
2219
|
+
}), Wr = /* @__PURE__ */ z({
|
|
2205
2220
|
__name: "index",
|
|
2206
2221
|
props: {
|
|
2207
2222
|
node: {},
|
|
@@ -2223,7 +2238,7 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
2223
2238
|
]), { theme: d } = U(r), { prop: f } = l(t, n, e, ["settings", "value"]);
|
|
2224
2239
|
return (k, h) => {
|
|
2225
2240
|
const y = W("v-rating");
|
|
2226
|
-
return I(), N(o(
|
|
2241
|
+
return I(), N(o(ee), { "fit-content": !0 }, {
|
|
2227
2242
|
default: P(() => [
|
|
2228
2243
|
Z(y, {
|
|
2229
2244
|
modelValue: o(f),
|
|
@@ -2242,7 +2257,7 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
2242
2257
|
});
|
|
2243
2258
|
};
|
|
2244
2259
|
}
|
|
2245
|
-
}),
|
|
2260
|
+
}), Lr = /* @__PURE__ */ z({
|
|
2246
2261
|
__name: "index",
|
|
2247
2262
|
props: {
|
|
2248
2263
|
node: {},
|
|
@@ -2264,7 +2279,7 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
2264
2279
|
]), { theme: m } = U(r), { prop: c } = l(t, n, e, ["settings", "value"]);
|
|
2265
2280
|
return (d, f) => {
|
|
2266
2281
|
const k = W("v-select");
|
|
2267
|
-
return I(), N(o(
|
|
2282
|
+
return I(), N(o(ee), null, {
|
|
2268
2283
|
default: P(() => [
|
|
2269
2284
|
Z(k, {
|
|
2270
2285
|
modelValue: o(c),
|
|
@@ -2281,7 +2296,7 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
2281
2296
|
});
|
|
2282
2297
|
};
|
|
2283
2298
|
}
|
|
2284
|
-
}),
|
|
2299
|
+
}), Br = /* @__PURE__ */ z({
|
|
2285
2300
|
__name: "index",
|
|
2286
2301
|
props: {
|
|
2287
2302
|
node: {},
|
|
@@ -2311,18 +2326,18 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
2311
2326
|
}), { prop: w } = l(t, n, e, ["settings", "step"]), { theme: _ } = U(r), { prop: x } = l(t, n, e, [
|
|
2312
2327
|
"settings",
|
|
2313
2328
|
"thumbColor"
|
|
2314
|
-
]), { color: $ } = Y(r, x), { prop:
|
|
2329
|
+
]), { color: $ } = Y(r, x), { prop: v } = l(t, n, e, [
|
|
2315
2330
|
"settings",
|
|
2316
2331
|
"thumbLabel"
|
|
2317
2332
|
]), C = V(() => {
|
|
2318
|
-
if (
|
|
2333
|
+
if (v.value === "always")
|
|
2319
2334
|
return "always";
|
|
2320
|
-
if (
|
|
2335
|
+
if (v.value === "show")
|
|
2321
2336
|
return !0;
|
|
2322
2337
|
}), { prop: L } = l(t, n, e, [
|
|
2323
2338
|
"settings",
|
|
2324
2339
|
"thumbSize"
|
|
2325
|
-
]), { prop: F } = l(t, n, e, ["settings", "ticks"]),
|
|
2340
|
+
]), { prop: F } = l(t, n, e, ["settings", "ticks"]), T = V(() => {
|
|
2326
2341
|
if (!F.value)
|
|
2327
2342
|
return;
|
|
2328
2343
|
const de = {};
|
|
@@ -2336,17 +2351,17 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
2336
2351
|
]), { prop: K } = l(t, n, e, [
|
|
2337
2352
|
"settings",
|
|
2338
2353
|
"trackColor"
|
|
2339
|
-
]), { color: O } = Y(r, K), { prop:
|
|
2354
|
+
]), { color: O } = Y(r, K), { prop: te } = l(t, n, e, ["settings", "value"]), { prop: ne } = l(t, n, e, ["slots", "append"]), { prop: ce } = l(t, n, e, [
|
|
2340
2355
|
"slots",
|
|
2341
2356
|
"prepend"
|
|
2342
2357
|
]);
|
|
2343
2358
|
return (de, Ce) => {
|
|
2344
2359
|
const We = W("v-slider");
|
|
2345
|
-
return I(), N(o(
|
|
2360
|
+
return I(), N(o(ee), null, {
|
|
2346
2361
|
default: P(() => [
|
|
2347
2362
|
Z(We, {
|
|
2348
|
-
modelValue: o(
|
|
2349
|
-
"onUpdate:modelValue": Ce[0] || (Ce[0] = (io) => X(
|
|
2363
|
+
modelValue: o(te),
|
|
2364
|
+
"onUpdate:modelValue": Ce[0] || (Ce[0] = (io) => X(te) ? te.value = io : null),
|
|
2350
2365
|
color: o(a),
|
|
2351
2366
|
direction: o(u),
|
|
2352
2367
|
disabled: o(p),
|
|
@@ -2363,9 +2378,9 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
2363
2378
|
"thumb-label": C.value,
|
|
2364
2379
|
"thumb-size": o(L),
|
|
2365
2380
|
"tick-size": o(H),
|
|
2366
|
-
ticks:
|
|
2381
|
+
ticks: T.value,
|
|
2367
2382
|
"track-color": o(O)
|
|
2368
|
-
},
|
|
2383
|
+
}, en({ _: 2 }, [
|
|
2369
2384
|
o(ne) ? {
|
|
2370
2385
|
name: "append",
|
|
2371
2386
|
fn: P(() => [
|
|
@@ -2392,7 +2407,7 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
2392
2407
|
});
|
|
2393
2408
|
};
|
|
2394
2409
|
}
|
|
2395
|
-
}),
|
|
2410
|
+
}), Rr = /* @__PURE__ */ z({
|
|
2396
2411
|
__name: "index",
|
|
2397
2412
|
props: {
|
|
2398
2413
|
node: {},
|
|
@@ -2412,23 +2427,23 @@ const xr = /* @__PURE__ */ _e(yr, [["render", hr]]), gr = ["id"], vr = /* @__PUR
|
|
|
2412
2427
|
theme: o(a)
|
|
2413
2428
|
}, {
|
|
2414
2429
|
default: P(() => [
|
|
2415
|
-
|
|
2430
|
+
G(p.$slots, "default")
|
|
2416
2431
|
]),
|
|
2417
2432
|
_: 3
|
|
2418
2433
|
}, 8, ["modelValue", "hide-actions", "theme"]);
|
|
2419
2434
|
};
|
|
2420
2435
|
}
|
|
2421
|
-
}),
|
|
2422
|
-
function
|
|
2436
|
+
}), Dr = {};
|
|
2437
|
+
function Er(i, e) {
|
|
2423
2438
|
const t = W("v-stepper-header");
|
|
2424
2439
|
return I(), N(t, null, {
|
|
2425
2440
|
default: P(() => [
|
|
2426
|
-
|
|
2441
|
+
G(i.$slots, "default")
|
|
2427
2442
|
]),
|
|
2428
2443
|
_: 3
|
|
2429
2444
|
});
|
|
2430
2445
|
}
|
|
2431
|
-
const
|
|
2446
|
+
const Mr = /* @__PURE__ */ _e(Dr, [["render", Er]]), Fr = /* @__PURE__ */ z({
|
|
2432
2447
|
__name: "index",
|
|
2433
2448
|
props: {
|
|
2434
2449
|
node: {},
|
|
@@ -2440,23 +2455,23 @@ const Er = /* @__PURE__ */ _e(Rr, [["render", Dr]]), Mr = /* @__PURE__ */ z({
|
|
|
2440
2455
|
const u = W("v-stepper-item");
|
|
2441
2456
|
return I(), N(u, { value: o(n) }, {
|
|
2442
2457
|
default: P(() => [
|
|
2443
|
-
|
|
2458
|
+
G(s.$slots, "default")
|
|
2444
2459
|
]),
|
|
2445
2460
|
_: 3
|
|
2446
2461
|
}, 8, ["value"]);
|
|
2447
2462
|
};
|
|
2448
2463
|
}
|
|
2449
|
-
}),
|
|
2450
|
-
function
|
|
2464
|
+
}), Hr = {};
|
|
2465
|
+
function Ur(i, e) {
|
|
2451
2466
|
const t = W("v-stepper-window");
|
|
2452
2467
|
return I(), N(t, null, {
|
|
2453
2468
|
default: P(() => [
|
|
2454
|
-
|
|
2469
|
+
G(i.$slots, "default")
|
|
2455
2470
|
]),
|
|
2456
2471
|
_: 3
|
|
2457
2472
|
});
|
|
2458
2473
|
}
|
|
2459
|
-
const
|
|
2474
|
+
const Gr = /* @__PURE__ */ _e(Hr, [["render", Ur]]), jr = /* @__PURE__ */ z({
|
|
2460
2475
|
__name: "index",
|
|
2461
2476
|
props: {
|
|
2462
2477
|
node: {},
|
|
@@ -2468,13 +2483,13 @@ const Ur = /* @__PURE__ */ _e(Fr, [["render", Hr]]), Gr = /* @__PURE__ */ z({
|
|
|
2468
2483
|
const u = W("v-stepper-window-item");
|
|
2469
2484
|
return I(), N(u, { value: o(n) }, {
|
|
2470
2485
|
default: P(() => [
|
|
2471
|
-
|
|
2486
|
+
G(s.$slots, "default")
|
|
2472
2487
|
]),
|
|
2473
2488
|
_: 3
|
|
2474
2489
|
}, 8, ["value"]);
|
|
2475
2490
|
};
|
|
2476
2491
|
}
|
|
2477
|
-
}),
|
|
2492
|
+
}), Or = /* @__PURE__ */ z({
|
|
2478
2493
|
__name: "index",
|
|
2479
2494
|
props: {
|
|
2480
2495
|
node: {},
|
|
@@ -2496,7 +2511,7 @@ const Ur = /* @__PURE__ */ _e(Fr, [["render", Hr]]), Gr = /* @__PURE__ */ z({
|
|
|
2496
2511
|
]), { prop: m } = l(t, n, e, ["settings", "inline"]), { prop: c } = l(t, n, e, ["settings", "inset"]), { prop: d } = l(t, n, e, ["settings", "label"]), { prop: f } = l(t, n, e, ["settings", "loading"]), { theme: k } = U(r), { prop: h } = l(t, n, e, ["settings", "value"]);
|
|
2497
2512
|
return (y, w) => {
|
|
2498
2513
|
const _ = W("v-switch");
|
|
2499
|
-
return I(), N(
|
|
2514
|
+
return I(), N(ee, { "fit-content": !0 }, {
|
|
2500
2515
|
default: P(() => [
|
|
2501
2516
|
Z(_, {
|
|
2502
2517
|
modelValue: o(h),
|
|
@@ -2517,7 +2532,7 @@ const Ur = /* @__PURE__ */ _e(Fr, [["render", Hr]]), Gr = /* @__PURE__ */ z({
|
|
|
2517
2532
|
});
|
|
2518
2533
|
};
|
|
2519
2534
|
}
|
|
2520
|
-
}),
|
|
2535
|
+
}), Kr = /* @__PURE__ */ z({
|
|
2521
2536
|
__name: "index",
|
|
2522
2537
|
props: {
|
|
2523
2538
|
node: {},
|
|
@@ -2530,7 +2545,7 @@ const Ur = /* @__PURE__ */ _e(Fr, [["render", Hr]]), Gr = /* @__PURE__ */ z({
|
|
|
2530
2545
|
});
|
|
2531
2546
|
return (b, m) => {
|
|
2532
2547
|
const c = W("v-tab");
|
|
2533
|
-
return I(), N(o(
|
|
2548
|
+
return I(), N(o(ee), { "fit-content": !0 }, {
|
|
2534
2549
|
default: P(() => [
|
|
2535
2550
|
Z(c, {
|
|
2536
2551
|
style: ie(p.value),
|
|
@@ -2543,7 +2558,7 @@ const Ur = /* @__PURE__ */ _e(Fr, [["render", Hr]]), Gr = /* @__PURE__ */ z({
|
|
|
2543
2558
|
});
|
|
2544
2559
|
};
|
|
2545
2560
|
}
|
|
2546
|
-
}),
|
|
2561
|
+
}), Zr = /* @__PURE__ */ z({
|
|
2547
2562
|
__name: "index",
|
|
2548
2563
|
props: {
|
|
2549
2564
|
node: {},
|
|
@@ -2586,8 +2601,8 @@ const Ur = /* @__PURE__ */ _e(Fr, [["render", Hr]]), Gr = /* @__PURE__ */ z({
|
|
|
2586
2601
|
"settings",
|
|
2587
2602
|
"color",
|
|
2588
2603
|
"sliderColor"
|
|
2589
|
-
]), { color:
|
|
2590
|
-
return (
|
|
2604
|
+
]), { color: v } = Y(r, $), { prop: C } = l(t, n, e, ["settings", "stacked"]), { theme: L } = U(r), { prop: F } = l(t, n, e, ["settings", "value"]);
|
|
2605
|
+
return (T, H) => {
|
|
2591
2606
|
const K = W("v-tabs");
|
|
2592
2607
|
return I(), N(K, {
|
|
2593
2608
|
modelValue: o(F),
|
|
@@ -2605,18 +2620,18 @@ const Ur = /* @__PURE__ */ _e(Fr, [["render", Hr]]), Gr = /* @__PURE__ */ z({
|
|
|
2605
2620
|
items: o(w),
|
|
2606
2621
|
mandatory: o(_),
|
|
2607
2622
|
"show-arrows": o(x),
|
|
2608
|
-
"slider-color": o(
|
|
2623
|
+
"slider-color": o(v),
|
|
2609
2624
|
stacked: o(C),
|
|
2610
2625
|
theme: o(L)
|
|
2611
2626
|
}, {
|
|
2612
2627
|
default: P(() => [
|
|
2613
|
-
|
|
2628
|
+
G(T.$slots, "default")
|
|
2614
2629
|
]),
|
|
2615
2630
|
_: 3
|
|
2616
2631
|
}, 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"]);
|
|
2617
2632
|
};
|
|
2618
2633
|
}
|
|
2619
|
-
}),
|
|
2634
|
+
}), qr = /* @__PURE__ */ z({
|
|
2620
2635
|
__name: "index",
|
|
2621
2636
|
props: {
|
|
2622
2637
|
node: {},
|
|
@@ -2637,7 +2652,7 @@ const Ur = /* @__PURE__ */ _e(Fr, [["render", Hr]]), Gr = /* @__PURE__ */ z({
|
|
|
2637
2652
|
class: lo(c.value)
|
|
2638
2653
|
}, ao(o(b)), 3));
|
|
2639
2654
|
}
|
|
2640
|
-
}),
|
|
2655
|
+
}), Jr = /* @__PURE__ */ z({
|
|
2641
2656
|
__name: "index",
|
|
2642
2657
|
props: {
|
|
2643
2658
|
node: {},
|
|
@@ -2663,13 +2678,13 @@ const Ur = /* @__PURE__ */ _e(Fr, [["render", Hr]]), Gr = /* @__PURE__ */ z({
|
|
|
2663
2678
|
"settings",
|
|
2664
2679
|
"singleLine"
|
|
2665
2680
|
]), { theme: w } = U(r), { prop: _ } = l(t, n, e, ["settings", "value"]), { prop: x } = l(t, n, e, ["settings", "variant"]);
|
|
2666
|
-
return ($,
|
|
2681
|
+
return ($, v) => {
|
|
2667
2682
|
const C = W("v-textarea");
|
|
2668
|
-
return I(), N(o(
|
|
2683
|
+
return I(), N(o(ee), null, {
|
|
2669
2684
|
default: P(() => [
|
|
2670
2685
|
Z(C, {
|
|
2671
2686
|
modelValue: o(_),
|
|
2672
|
-
"onUpdate:modelValue":
|
|
2687
|
+
"onUpdate:modelValue": v[0] || (v[0] = (L) => X(_) ? _.value = L : null),
|
|
2673
2688
|
"auto-grow": o(s),
|
|
2674
2689
|
clearable: o(a),
|
|
2675
2690
|
density: o(u),
|
|
@@ -2690,7 +2705,7 @@ const Ur = /* @__PURE__ */ _e(Fr, [["render", Hr]]), Gr = /* @__PURE__ */ z({
|
|
|
2690
2705
|
});
|
|
2691
2706
|
};
|
|
2692
2707
|
}
|
|
2693
|
-
}),
|
|
2708
|
+
}), Xr = /* @__PURE__ */ z({
|
|
2694
2709
|
__name: "index",
|
|
2695
2710
|
props: {
|
|
2696
2711
|
node: {},
|
|
@@ -2730,7 +2745,7 @@ const Ur = /* @__PURE__ */ _e(Fr, [["render", Hr]]), Gr = /* @__PURE__ */ z({
|
|
|
2730
2745
|
]), { prop: x } = l(t, n, e, ["settings", "reverse"]), { prop: $ } = l(t, n, e, [
|
|
2731
2746
|
"settings",
|
|
2732
2747
|
"singleLine"
|
|
2733
|
-
]), { prop:
|
|
2748
|
+
]), { prop: v } = l(t, n, e, ["settings", "suffix"]), { theme: C } = U(r), { prop: L } = l(t, n, e, ["settings", "value"]), { prop: F } = l(t, n, e, ["settings", "variant"]), { prop: T } = l(t, n, e, ["slots", "append"]), { prop: H } = l(t, n, e, [
|
|
2734
2749
|
"slots",
|
|
2735
2750
|
"appendInner"
|
|
2736
2751
|
]), { prop: K } = l(t, n, e, [
|
|
@@ -2740,9 +2755,9 @@ const Ur = /* @__PURE__ */ _e(Fr, [["render", Hr]]), Gr = /* @__PURE__ */ z({
|
|
|
2740
2755
|
"slots",
|
|
2741
2756
|
"prependInner"
|
|
2742
2757
|
]);
|
|
2743
|
-
return (
|
|
2758
|
+
return (te, ne) => {
|
|
2744
2759
|
const ce = W("v-text-field");
|
|
2745
|
-
return I(), N(
|
|
2760
|
+
return I(), N(ee, null, {
|
|
2746
2761
|
default: P(() => [
|
|
2747
2762
|
Z(ce, {
|
|
2748
2763
|
modelValue: o(L),
|
|
@@ -2763,15 +2778,15 @@ const Ur = /* @__PURE__ */ _e(Fr, [["render", Hr]]), Gr = /* @__PURE__ */ z({
|
|
|
2763
2778
|
readonly: o(_),
|
|
2764
2779
|
reverse: o(x),
|
|
2765
2780
|
"single-line": o($),
|
|
2766
|
-
suffix: o(
|
|
2781
|
+
suffix: o(v),
|
|
2767
2782
|
theme: o(C),
|
|
2768
2783
|
variant: o(F)
|
|
2769
|
-
},
|
|
2770
|
-
o(
|
|
2784
|
+
}, en({ _: 2 }, [
|
|
2785
|
+
o(T) ? {
|
|
2771
2786
|
name: "append",
|
|
2772
2787
|
fn: P(() => [
|
|
2773
2788
|
Z(fe, {
|
|
2774
|
-
"ref-context": { refid: o(
|
|
2789
|
+
"ref-context": { refid: o(T) },
|
|
2775
2790
|
state: {}
|
|
2776
2791
|
}, null, 8, ["ref-context"])
|
|
2777
2792
|
]),
|
|
@@ -2813,7 +2828,7 @@ const Ur = /* @__PURE__ */ _e(Fr, [["render", Hr]]), Gr = /* @__PURE__ */ z({
|
|
|
2813
2828
|
});
|
|
2814
2829
|
};
|
|
2815
2830
|
}
|
|
2816
|
-
}),
|
|
2831
|
+
}), Yr = /* @__PURE__ */ z({
|
|
2817
2832
|
__name: "index",
|
|
2818
2833
|
props: {
|
|
2819
2834
|
node: {},
|
|
@@ -2852,8 +2867,8 @@ const Ur = /* @__PURE__ */ _e(Fr, [["render", Hr]]), Gr = /* @__PURE__ */ z({
|
|
|
2852
2867
|
"truncate"
|
|
2853
2868
|
]), { theme: _ } = U(r);
|
|
2854
2869
|
return (x, $) => {
|
|
2855
|
-
const
|
|
2856
|
-
return I(), N(
|
|
2870
|
+
const v = W("v-timeline");
|
|
2871
|
+
return I(), N(v, {
|
|
2857
2872
|
align: o(s),
|
|
2858
2873
|
density: o(a),
|
|
2859
2874
|
direction: o(u),
|
|
@@ -2868,23 +2883,23 @@ const Ur = /* @__PURE__ */ _e(Fr, [["render", Hr]]), Gr = /* @__PURE__ */ z({
|
|
|
2868
2883
|
"truncate-line": o(w)
|
|
2869
2884
|
}, {
|
|
2870
2885
|
default: P(() => [
|
|
2871
|
-
|
|
2886
|
+
G(x.$slots, "default")
|
|
2872
2887
|
]),
|
|
2873
2888
|
_: 3
|
|
2874
2889
|
}, 8, ["align", "density", "direction", "dot-color", "fill-dot", "hide-opposite", "line-color", "line-inset", "line-thickness", "side", "theme", "truncate-line"]);
|
|
2875
2890
|
};
|
|
2876
2891
|
}
|
|
2877
|
-
}),
|
|
2878
|
-
function
|
|
2892
|
+
}), Qr = {};
|
|
2893
|
+
function el(i, e) {
|
|
2879
2894
|
const t = W("v-timeline-item");
|
|
2880
2895
|
return I(), N(t, null, {
|
|
2881
2896
|
default: P(() => [
|
|
2882
|
-
|
|
2897
|
+
G(i.$slots, "default")
|
|
2883
2898
|
]),
|
|
2884
2899
|
_: 3
|
|
2885
2900
|
});
|
|
2886
2901
|
}
|
|
2887
|
-
const
|
|
2902
|
+
const tl = /* @__PURE__ */ _e(Qr, [["render", el]]), nl = /* @__PURE__ */ z({
|
|
2888
2903
|
__name: "index",
|
|
2889
2904
|
props: {
|
|
2890
2905
|
node: {},
|
|
@@ -2918,23 +2933,23 @@ const el = /* @__PURE__ */ _e(Yr, [["render", Qr]]), tl = /* @__PURE__ */ z({
|
|
|
2918
2933
|
touch: o(m)
|
|
2919
2934
|
}, {
|
|
2920
2935
|
default: P(() => [
|
|
2921
|
-
|
|
2936
|
+
G(f.$slots, "default")
|
|
2922
2937
|
]),
|
|
2923
2938
|
_: 3
|
|
2924
2939
|
}, 8, ["modelValue", "continuous", "direction", "disabled", "reverse", "show-arrows", "theme", "touch"]);
|
|
2925
2940
|
};
|
|
2926
2941
|
}
|
|
2927
|
-
}),
|
|
2928
|
-
function
|
|
2942
|
+
}), il = {};
|
|
2943
|
+
function ol(i, e) {
|
|
2929
2944
|
const t = W("v-window-item");
|
|
2930
2945
|
return I(), N(t, null, {
|
|
2931
2946
|
default: P(() => [
|
|
2932
|
-
|
|
2947
|
+
G(i.$slots, "default")
|
|
2933
2948
|
]),
|
|
2934
2949
|
_: 3
|
|
2935
2950
|
});
|
|
2936
2951
|
}
|
|
2937
|
-
const
|
|
2952
|
+
const sl = /* @__PURE__ */ _e(il, [["render", ol]]), Ki = "badge_v1", vn = "breadcrumbs_v1", Ue = "bar_chart_v1", Ge = "btn_v1", je = "btn_group_v1", Oe = "btn_toggle_v1", Ke = "card_v1", Ze = "checkbox_v1", qe = "chip_v1", Je = "chip_group_v1", Xe = "color_picker_v1", Ye = "combobox_v1", Qe = "container_v1", et = "data_table_v1", tt = "date_picker_v1", nt = "dialog_v1", it = "file_input_v1", ot = "flex_layout_v1", Zi = "flex_layout_entry_v1", st = "form_v1", rt = "icon_v1", lt = "globality_v1", at = "line_chart_v1", ut = "menu_v1", ct = "number_input_v1", dt = "pagination_v1", qi = "radio_v1", mt = "radio_group_v1", pt = "range_slider_v1", ft = "rating_v1", Se = "ref_v1", bt = "render_switch_v1", yt = "select_v1", ht = "slider_v1", xt = "stepper_v1", Ji = "stepper_header_v1", Xi = "stepper_item_v1", Yi = "stepper_window_v1", Qi = "stepper_window_item_v1", gt = "switch_v1", eo = "tab_v1", vt = "tabs_v1", kt = "text_v1", _t = "textarea_v1", wt = "text_field_v1", Vt = "timeline_v1", to = "timeline_item_v1", $t = "window_v1", no = "window_item_v1", g = {
|
|
2938
2953
|
key: "basic",
|
|
2939
2954
|
name: "x-runtime-lib.basic",
|
|
2940
2955
|
children: [
|
|
@@ -2996,7 +3011,7 @@ const ol = /* @__PURE__ */ _e(nl, [["render", il]]), Ki = "badge_v1", xn = "brea
|
|
|
2996
3011
|
]
|
|
2997
3012
|
}
|
|
2998
3013
|
]
|
|
2999
|
-
},
|
|
3014
|
+
}, rl = j(Q), ge = {
|
|
3000
3015
|
key: "border",
|
|
3001
3016
|
name: "x-runtime-lib.border",
|
|
3002
3017
|
children: [
|
|
@@ -3014,7 +3029,7 @@ const ol = /* @__PURE__ */ _e(nl, [["render", il]]), Ki = "badge_v1", xn = "brea
|
|
|
3014
3029
|
types: "borderWidthTypesV1",
|
|
3015
3030
|
default: ""
|
|
3016
3031
|
},
|
|
3017
|
-
|
|
3032
|
+
rl,
|
|
3018
3033
|
{
|
|
3019
3034
|
key: "roundRadius",
|
|
3020
3035
|
name: "x-runtime-lib.roundRadius",
|
|
@@ -3278,19 +3293,19 @@ const ol = /* @__PURE__ */ _e(nl, [["render", il]]), Ki = "badge_v1", xn = "brea
|
|
|
3278
3293
|
}
|
|
3279
3294
|
]
|
|
3280
3295
|
};
|
|
3281
|
-
function
|
|
3296
|
+
function ll(i, e) {
|
|
3282
3297
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
3283
3298
|
if (!r) {
|
|
3284
3299
|
console.error(`barChartV1/spawn prop tag not found, ${t}`);
|
|
3285
3300
|
return;
|
|
3286
3301
|
}
|
|
3287
|
-
const n =
|
|
3302
|
+
const n = It.props[r];
|
|
3288
3303
|
if (!n) {
|
|
3289
3304
|
console.error(`barChartV1/spawn props not found, ${t}`);
|
|
3290
3305
|
return;
|
|
3291
3306
|
}
|
|
3292
3307
|
const s = {};
|
|
3293
|
-
return D(s, n), s.basic.id = R(16), s.basic.key =
|
|
3308
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = It.key, s.size.height = "300px", s.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], s.series = [
|
|
3294
3309
|
{
|
|
3295
3310
|
type: "bar",
|
|
3296
3311
|
data: [120, 200, 150, 80, 70, 110, 130]
|
|
@@ -3318,34 +3333,34 @@ const kn = {
|
|
|
3318
3333
|
],
|
|
3319
3334
|
array: !0,
|
|
3320
3335
|
defaultArray: []
|
|
3321
|
-
},
|
|
3336
|
+
}, It = {
|
|
3322
3337
|
key: Ue,
|
|
3323
3338
|
name: "x-runtime-lib.barChart",
|
|
3324
3339
|
comp: Fs,
|
|
3325
3340
|
props: {
|
|
3326
|
-
pageCommon: [
|
|
3327
|
-
compCommon: [
|
|
3341
|
+
pageCommon: [g, q, ze, Ae, Pe, Te, kn],
|
|
3342
|
+
compCommon: [g, q, ze, Ae, Pe, Te, kn]
|
|
3328
3343
|
},
|
|
3329
3344
|
events: [],
|
|
3330
3345
|
methods: [],
|
|
3331
3346
|
slots: [],
|
|
3332
3347
|
leaf: !0,
|
|
3333
|
-
spawn:
|
|
3348
|
+
spawn: ll
|
|
3334
3349
|
};
|
|
3335
|
-
|
|
3336
|
-
function
|
|
3350
|
+
S(It);
|
|
3351
|
+
function al(i, e) {
|
|
3337
3352
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
3338
3353
|
if (!r) {
|
|
3339
3354
|
console.error(`lineChartV1/spawn prop tag not found, ${t}`);
|
|
3340
3355
|
return;
|
|
3341
3356
|
}
|
|
3342
|
-
const n =
|
|
3357
|
+
const n = Ct.props[r];
|
|
3343
3358
|
if (!n) {
|
|
3344
3359
|
console.error(`lineChartV1/spawn props not found, ${t}`);
|
|
3345
3360
|
return;
|
|
3346
3361
|
}
|
|
3347
3362
|
const s = {};
|
|
3348
|
-
return D(s, n), s.basic.id = R(16), s.basic.key =
|
|
3363
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = Ct.key, s.size.height = "300px", s.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], s.series = [
|
|
3349
3364
|
{
|
|
3350
3365
|
type: "line",
|
|
3351
3366
|
data: [120, 200, 150, 80, 70, 110, 130]
|
|
@@ -3373,29 +3388,29 @@ const _n = {
|
|
|
3373
3388
|
],
|
|
3374
3389
|
array: !0,
|
|
3375
3390
|
defaultArray: []
|
|
3376
|
-
},
|
|
3391
|
+
}, Ct = {
|
|
3377
3392
|
key: at,
|
|
3378
3393
|
name: "x-runtime-lib.lineChart",
|
|
3379
3394
|
comp: Hs,
|
|
3380
3395
|
props: {
|
|
3381
|
-
pageCommon: [
|
|
3382
|
-
compCommon: [
|
|
3396
|
+
pageCommon: [g, q, ze, Ae, Pe, Te, _n],
|
|
3397
|
+
compCommon: [g, q, ze, Ae, Pe, Te, _n]
|
|
3383
3398
|
},
|
|
3384
3399
|
events: [],
|
|
3385
3400
|
methods: [],
|
|
3386
3401
|
slots: [],
|
|
3387
3402
|
leaf: !0,
|
|
3388
|
-
spawn:
|
|
3403
|
+
spawn: al
|
|
3389
3404
|
};
|
|
3390
|
-
|
|
3391
|
-
const
|
|
3392
|
-
|
|
3393
|
-
|
|
3405
|
+
S(Ct);
|
|
3406
|
+
const ln = j(Q);
|
|
3407
|
+
ln.key = "backgroundColor";
|
|
3408
|
+
ln.name = "x-runtime-lib.backgroundColor";
|
|
3394
3409
|
const wn = {
|
|
3395
3410
|
key: "globalSettings",
|
|
3396
3411
|
name: "x-runtime-lib.globalSettings",
|
|
3397
|
-
children: [
|
|
3398
|
-
},
|
|
3412
|
+
children: [ln]
|
|
3413
|
+
}, ul = {
|
|
3399
3414
|
key: lt,
|
|
3400
3415
|
name: "x-runtime-lib.globality",
|
|
3401
3416
|
comp: null,
|
|
@@ -3441,7 +3456,7 @@ const wn = {
|
|
|
3441
3456
|
slots: [],
|
|
3442
3457
|
internal: !0
|
|
3443
3458
|
};
|
|
3444
|
-
|
|
3459
|
+
S(ul);
|
|
3445
3460
|
const Vn = {
|
|
3446
3461
|
key: "ref",
|
|
3447
3462
|
name: "x-runtime-lib.ref",
|
|
@@ -3453,21 +3468,45 @@ const Vn = {
|
|
|
3453
3468
|
default: void 0
|
|
3454
3469
|
}
|
|
3455
3470
|
]
|
|
3456
|
-
},
|
|
3471
|
+
}, cl = {
|
|
3457
3472
|
key: Se,
|
|
3458
3473
|
name: "x-runtime-lib.ref",
|
|
3459
3474
|
comp: tr,
|
|
3460
3475
|
props: {
|
|
3461
|
-
pageCommon: [
|
|
3462
|
-
compCommon: [
|
|
3476
|
+
pageCommon: [g, q, Vn],
|
|
3477
|
+
compCommon: [g, q, Vn]
|
|
3463
3478
|
},
|
|
3464
3479
|
events: [],
|
|
3465
3480
|
methods: [],
|
|
3466
3481
|
slots: [],
|
|
3467
3482
|
leaf: !0
|
|
3468
3483
|
};
|
|
3469
|
-
|
|
3484
|
+
S(cl);
|
|
3470
3485
|
const $n = {
|
|
3486
|
+
key: "settings",
|
|
3487
|
+
name: "x-runtime-lib.settings",
|
|
3488
|
+
children: [
|
|
3489
|
+
{
|
|
3490
|
+
key: "open",
|
|
3491
|
+
name: "x-runtime-lib.open",
|
|
3492
|
+
ui: "switch",
|
|
3493
|
+
default: !1
|
|
3494
|
+
}
|
|
3495
|
+
]
|
|
3496
|
+
}, dl = {
|
|
3497
|
+
key: bt,
|
|
3498
|
+
name: "x-runtime-lib.renderSwitch",
|
|
3499
|
+
comp: nr,
|
|
3500
|
+
props: {
|
|
3501
|
+
pageCommon: [g, $n],
|
|
3502
|
+
compCommon: [g, $n]
|
|
3503
|
+
},
|
|
3504
|
+
events: [],
|
|
3505
|
+
methods: [],
|
|
3506
|
+
slots: []
|
|
3507
|
+
};
|
|
3508
|
+
S(dl);
|
|
3509
|
+
const In = {
|
|
3471
3510
|
key: "settings",
|
|
3472
3511
|
name: "x-runtime-lib.settings",
|
|
3473
3512
|
children: [
|
|
@@ -3502,33 +3541,33 @@ const $n = {
|
|
|
3502
3541
|
default: !1
|
|
3503
3542
|
}
|
|
3504
3543
|
]
|
|
3505
|
-
},
|
|
3544
|
+
}, iu = {
|
|
3506
3545
|
key: Ki,
|
|
3507
3546
|
name: "x-runtime-lib.badge",
|
|
3508
|
-
comp:
|
|
3547
|
+
comp: ir,
|
|
3509
3548
|
props: {
|
|
3510
|
-
pageCommon: [
|
|
3511
|
-
compCommon: [
|
|
3549
|
+
pageCommon: [g, In],
|
|
3550
|
+
compCommon: [g, In]
|
|
3512
3551
|
},
|
|
3513
3552
|
events: [],
|
|
3514
3553
|
methods: [],
|
|
3515
3554
|
slots: []
|
|
3516
3555
|
};
|
|
3517
|
-
function
|
|
3556
|
+
function ml(i, e) {
|
|
3518
3557
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
3519
3558
|
if (!r) {
|
|
3520
3559
|
console.error(`btnV1/spawn prop tag not found, ${t}`);
|
|
3521
3560
|
return;
|
|
3522
3561
|
}
|
|
3523
|
-
const n =
|
|
3562
|
+
const n = St.props[r];
|
|
3524
3563
|
if (!n) {
|
|
3525
3564
|
console.error(`btnV1/spawn props not found, ${t}`);
|
|
3526
3565
|
return;
|
|
3527
3566
|
}
|
|
3528
3567
|
const s = {};
|
|
3529
|
-
return D(s, n), s.basic.id = R(16), s.basic.key =
|
|
3568
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = St.key, s.settings.text = "button", s;
|
|
3530
3569
|
}
|
|
3531
|
-
const
|
|
3570
|
+
const pl = j(Q), Cn = {
|
|
3532
3571
|
key: "settings",
|
|
3533
3572
|
name: "x-runtime-lib.settings",
|
|
3534
3573
|
children: [
|
|
@@ -3607,7 +3646,7 @@ const dl = G(Q), In = {
|
|
|
3607
3646
|
ui: "switch",
|
|
3608
3647
|
default: !1
|
|
3609
3648
|
},
|
|
3610
|
-
|
|
3649
|
+
pl,
|
|
3611
3650
|
{
|
|
3612
3651
|
key: "ripple",
|
|
3613
3652
|
name: "x-runtime-lib.ripple",
|
|
@@ -3615,13 +3654,13 @@ const dl = G(Q), In = {
|
|
|
3615
3654
|
default: !0
|
|
3616
3655
|
}
|
|
3617
3656
|
]
|
|
3618
|
-
},
|
|
3657
|
+
}, St = {
|
|
3619
3658
|
key: Ge,
|
|
3620
3659
|
name: "x-runtime-lib.button",
|
|
3621
|
-
comp:
|
|
3660
|
+
comp: or,
|
|
3622
3661
|
props: {
|
|
3623
|
-
pageCommon: [
|
|
3624
|
-
compCommon: [
|
|
3662
|
+
pageCommon: [g, q, Cn],
|
|
3663
|
+
compCommon: [g, q, Cn]
|
|
3625
3664
|
},
|
|
3626
3665
|
events: [
|
|
3627
3666
|
{
|
|
@@ -3633,23 +3672,23 @@ const dl = G(Q), In = {
|
|
|
3633
3672
|
methods: [],
|
|
3634
3673
|
slots: [],
|
|
3635
3674
|
leaf: !0,
|
|
3636
|
-
spawn:
|
|
3675
|
+
spawn: ml
|
|
3637
3676
|
};
|
|
3638
|
-
|
|
3639
|
-
const
|
|
3677
|
+
S(St);
|
|
3678
|
+
const fl = {
|
|
3640
3679
|
key: je,
|
|
3641
3680
|
name: "x-runtime-lib.buttonGroup",
|
|
3642
|
-
comp:
|
|
3681
|
+
comp: lr,
|
|
3643
3682
|
props: {
|
|
3644
|
-
pageCommon: [
|
|
3645
|
-
compCommon: [
|
|
3683
|
+
pageCommon: [g],
|
|
3684
|
+
compCommon: [g]
|
|
3646
3685
|
},
|
|
3647
3686
|
events: [],
|
|
3648
3687
|
methods: [],
|
|
3649
3688
|
slots: []
|
|
3650
3689
|
};
|
|
3651
|
-
|
|
3652
|
-
const
|
|
3690
|
+
S(fl);
|
|
3691
|
+
const Sn = {
|
|
3653
3692
|
key: "settings",
|
|
3654
3693
|
name: "x-runtime-lib.settings",
|
|
3655
3694
|
children: [
|
|
@@ -3710,20 +3749,20 @@ const Cn = {
|
|
|
3710
3749
|
default: !1
|
|
3711
3750
|
}
|
|
3712
3751
|
]
|
|
3713
|
-
},
|
|
3752
|
+
}, bl = {
|
|
3714
3753
|
key: Oe,
|
|
3715
3754
|
name: "x-runtime-lib.buttonToggle",
|
|
3716
|
-
comp:
|
|
3755
|
+
comp: ar,
|
|
3717
3756
|
props: {
|
|
3718
|
-
pageCommon: [
|
|
3719
|
-
compCommon: [
|
|
3757
|
+
pageCommon: [g, Sn],
|
|
3758
|
+
compCommon: [g, Sn]
|
|
3720
3759
|
},
|
|
3721
3760
|
events: [],
|
|
3722
3761
|
methods: [],
|
|
3723
3762
|
slots: []
|
|
3724
3763
|
};
|
|
3725
|
-
|
|
3726
|
-
function
|
|
3764
|
+
S(bl);
|
|
3765
|
+
function yl(i, e) {
|
|
3727
3766
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
3728
3767
|
if (!r) {
|
|
3729
3768
|
console.error(`cardV1/spawn prop tag not found, ${t}`);
|
|
@@ -3737,7 +3776,7 @@ function fl(i, e) {
|
|
|
3737
3776
|
const s = {};
|
|
3738
3777
|
return D(s, n), s.basic.id = R(16), s.basic.key = Ve.key, s.children = [], s.settings.title = "title", s.settings.subtitle = "subtitle", s.settings.text = "text", s;
|
|
3739
3778
|
}
|
|
3740
|
-
const
|
|
3779
|
+
const Tn = {
|
|
3741
3780
|
key: "settings",
|
|
3742
3781
|
name: "x-runtime-lib.settings",
|
|
3743
3782
|
children: [
|
|
@@ -3795,18 +3834,18 @@ const Sn = {
|
|
|
3795
3834
|
}, Ve = {
|
|
3796
3835
|
key: Ke,
|
|
3797
3836
|
name: "x-runtime-lib.card",
|
|
3798
|
-
comp:
|
|
3837
|
+
comp: ur,
|
|
3799
3838
|
props: {
|
|
3800
|
-
pageCommon: [
|
|
3801
|
-
compCommon: [
|
|
3839
|
+
pageCommon: [g, q, Tn],
|
|
3840
|
+
compCommon: [g, q, Tn]
|
|
3802
3841
|
},
|
|
3803
3842
|
events: [],
|
|
3804
3843
|
methods: [],
|
|
3805
3844
|
slots: [],
|
|
3806
|
-
spawn:
|
|
3845
|
+
spawn: yl
|
|
3807
3846
|
};
|
|
3808
|
-
|
|
3809
|
-
const
|
|
3847
|
+
S(Ve);
|
|
3848
|
+
const zn = {
|
|
3810
3849
|
key: "settings",
|
|
3811
3850
|
name: "x-runtime-lib.settings",
|
|
3812
3851
|
children: [
|
|
@@ -3823,21 +3862,21 @@ const Tn = {
|
|
|
3823
3862
|
default: ""
|
|
3824
3863
|
}
|
|
3825
3864
|
]
|
|
3826
|
-
},
|
|
3865
|
+
}, hl = {
|
|
3827
3866
|
key: Ze,
|
|
3828
3867
|
name: "x-runtime-lib.checkbox",
|
|
3829
|
-
comp:
|
|
3868
|
+
comp: cr,
|
|
3830
3869
|
props: {
|
|
3831
|
-
pageCommon: [
|
|
3832
|
-
compCommon: [
|
|
3870
|
+
pageCommon: [g, zn],
|
|
3871
|
+
compCommon: [g, zn]
|
|
3833
3872
|
},
|
|
3834
3873
|
events: [],
|
|
3835
3874
|
methods: [],
|
|
3836
3875
|
slots: [],
|
|
3837
3876
|
leaf: !0
|
|
3838
3877
|
};
|
|
3839
|
-
|
|
3840
|
-
const
|
|
3878
|
+
S(hl);
|
|
3879
|
+
const xl = j(Q), An = {
|
|
3841
3880
|
key: "settings",
|
|
3842
3881
|
name: "x-runtime-lib.settings",
|
|
3843
3882
|
children: [
|
|
@@ -3910,35 +3949,35 @@ const yl = G(Q), zn = {
|
|
|
3910
3949
|
ui: "switch",
|
|
3911
3950
|
default: !1
|
|
3912
3951
|
},
|
|
3913
|
-
|
|
3952
|
+
xl
|
|
3914
3953
|
]
|
|
3915
|
-
},
|
|
3954
|
+
}, Tt = {
|
|
3916
3955
|
key: qe,
|
|
3917
3956
|
name: "x-runtime-lib.chip",
|
|
3918
|
-
comp:
|
|
3957
|
+
comp: dr,
|
|
3919
3958
|
props: {
|
|
3920
|
-
pageCommon: [
|
|
3921
|
-
compCommon: [
|
|
3959
|
+
pageCommon: [g, An],
|
|
3960
|
+
compCommon: [g, An]
|
|
3922
3961
|
},
|
|
3923
3962
|
events: [],
|
|
3924
3963
|
methods: [],
|
|
3925
3964
|
slots: [],
|
|
3926
3965
|
leaf: !0
|
|
3927
3966
|
};
|
|
3928
|
-
|
|
3929
|
-
function
|
|
3967
|
+
S(Tt);
|
|
3968
|
+
function gl(i, e) {
|
|
3930
3969
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
3931
3970
|
if (!r) {
|
|
3932
3971
|
console.error(`chipGroupV1/spawn prop tag not found, ${t}`);
|
|
3933
3972
|
return;
|
|
3934
3973
|
}
|
|
3935
|
-
const n =
|
|
3974
|
+
const n = zt.props[r];
|
|
3936
3975
|
if (!n) {
|
|
3937
3976
|
console.error(`chipGroupV1/spawn props not found, ${t}`);
|
|
3938
3977
|
return;
|
|
3939
3978
|
}
|
|
3940
3979
|
const s = {};
|
|
3941
|
-
return D(s, n), s.basic.id = R(16), s.basic.key =
|
|
3980
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = zt.key, s.children = [
|
|
3942
3981
|
xe(i, e, "chip1", "chip 1"),
|
|
3943
3982
|
xe(i, e, "chip2", "chip 2"),
|
|
3944
3983
|
xe(i, e, "chip3", "chip 3"),
|
|
@@ -3953,15 +3992,15 @@ function xe(i, e, t, r) {
|
|
|
3953
3992
|
console.error(`chipGroupV1/spawnChip prop tag not found, ${n}`);
|
|
3954
3993
|
return;
|
|
3955
3994
|
}
|
|
3956
|
-
const a =
|
|
3995
|
+
const a = Tt.props[s];
|
|
3957
3996
|
if (!a) {
|
|
3958
3997
|
console.error(`chipGroupV1/spawnChip props not found, ${n}`);
|
|
3959
3998
|
return;
|
|
3960
3999
|
}
|
|
3961
4000
|
const u = {};
|
|
3962
|
-
return D(u, a), u.basic.id = R(16), u.basic.key =
|
|
4001
|
+
return D(u, a), u.basic.id = R(16), u.basic.key = Tt.key, u.settings.value = t, u.settings.text = r, u;
|
|
3963
4002
|
}
|
|
3964
|
-
const
|
|
4003
|
+
const Pn = {
|
|
3965
4004
|
key: "settings",
|
|
3966
4005
|
name: "x-runtime-lib.settings",
|
|
3967
4006
|
children: [
|
|
@@ -4015,35 +4054,35 @@ const An = {
|
|
|
4015
4054
|
default: !1
|
|
4016
4055
|
}
|
|
4017
4056
|
]
|
|
4018
|
-
},
|
|
4057
|
+
}, zt = {
|
|
4019
4058
|
key: Je,
|
|
4020
4059
|
name: "x-runtime-lib.chipGroup",
|
|
4021
|
-
comp:
|
|
4060
|
+
comp: mr,
|
|
4022
4061
|
props: {
|
|
4023
|
-
pageCommon: [
|
|
4024
|
-
compCommon: [
|
|
4062
|
+
pageCommon: [g, Pn],
|
|
4063
|
+
compCommon: [g, Pn]
|
|
4025
4064
|
},
|
|
4026
4065
|
events: [],
|
|
4027
4066
|
methods: [],
|
|
4028
4067
|
slots: [],
|
|
4029
|
-
spawn:
|
|
4068
|
+
spawn: gl
|
|
4030
4069
|
};
|
|
4031
|
-
|
|
4032
|
-
const
|
|
4070
|
+
S(zt);
|
|
4071
|
+
const vl = {
|
|
4033
4072
|
key: Xe,
|
|
4034
4073
|
name: "x-runtime-lib.colorPicker",
|
|
4035
|
-
comp:
|
|
4074
|
+
comp: pr,
|
|
4036
4075
|
props: {
|
|
4037
|
-
pageCommon: [
|
|
4038
|
-
compCommon: [
|
|
4076
|
+
pageCommon: [g],
|
|
4077
|
+
compCommon: [g]
|
|
4039
4078
|
},
|
|
4040
4079
|
events: [],
|
|
4041
4080
|
methods: [],
|
|
4042
4081
|
slots: [],
|
|
4043
4082
|
leaf: !0
|
|
4044
4083
|
};
|
|
4045
|
-
|
|
4046
|
-
const
|
|
4084
|
+
S(vl);
|
|
4085
|
+
const Nn = {
|
|
4047
4086
|
key: "settings",
|
|
4048
4087
|
name: "x-runtime-lib.settings",
|
|
4049
4088
|
children: [
|
|
@@ -4084,34 +4123,34 @@ const Pn = {
|
|
|
4084
4123
|
default: !1
|
|
4085
4124
|
}
|
|
4086
4125
|
]
|
|
4087
|
-
},
|
|
4126
|
+
}, kl = {
|
|
4088
4127
|
key: Ye,
|
|
4089
4128
|
name: "x-runtime-lib.combobox",
|
|
4090
|
-
comp:
|
|
4129
|
+
comp: fr,
|
|
4091
4130
|
props: {
|
|
4092
|
-
pageCommon: [
|
|
4093
|
-
compCommon: [
|
|
4131
|
+
pageCommon: [g, Nn],
|
|
4132
|
+
compCommon: [g, Nn]
|
|
4094
4133
|
},
|
|
4095
4134
|
events: [],
|
|
4096
4135
|
methods: [],
|
|
4097
4136
|
slots: [],
|
|
4098
4137
|
leaf: !0
|
|
4099
4138
|
};
|
|
4100
|
-
|
|
4101
|
-
const
|
|
4102
|
-
|
|
4103
|
-
|
|
4104
|
-
const
|
|
4139
|
+
S(kl);
|
|
4140
|
+
const an = j(Q);
|
|
4141
|
+
an.key = "backgroundColor";
|
|
4142
|
+
an.name = "x-runtime-lib.backgroundColor";
|
|
4143
|
+
const Wn = {
|
|
4105
4144
|
key: "settings",
|
|
4106
4145
|
name: "x-runtime-lib.settings",
|
|
4107
|
-
children: [
|
|
4108
|
-
},
|
|
4146
|
+
children: [an]
|
|
4147
|
+
}, At = {
|
|
4109
4148
|
key: Qe,
|
|
4110
4149
|
name: "x-runtime-lib.container",
|
|
4111
|
-
comp:
|
|
4150
|
+
comp: br,
|
|
4112
4151
|
props: {
|
|
4113
|
-
pageCommon: [
|
|
4114
|
-
compCommon: [
|
|
4152
|
+
pageCommon: [g, q, ge, ve, ke, Wn],
|
|
4153
|
+
compCommon: [g, q, ge, ve, ke, Wn]
|
|
4115
4154
|
},
|
|
4116
4155
|
events: [
|
|
4117
4156
|
{
|
|
@@ -4123,8 +4162,8 @@ const Nn = {
|
|
|
4123
4162
|
methods: [],
|
|
4124
4163
|
slots: []
|
|
4125
4164
|
};
|
|
4126
|
-
|
|
4127
|
-
const
|
|
4165
|
+
S(At);
|
|
4166
|
+
const Ln = {
|
|
4128
4167
|
key: "size",
|
|
4129
4168
|
name: "x-runtime-lib.size",
|
|
4130
4169
|
children: [
|
|
@@ -4143,7 +4182,7 @@ const Wn = {
|
|
|
4143
4182
|
default: ""
|
|
4144
4183
|
}
|
|
4145
4184
|
]
|
|
4146
|
-
},
|
|
4185
|
+
}, Bn = {
|
|
4147
4186
|
key: "settings",
|
|
4148
4187
|
name: "x-runtime-lib.settings",
|
|
4149
4188
|
children: [
|
|
@@ -4251,7 +4290,7 @@ const Wn = {
|
|
|
4251
4290
|
default: !1
|
|
4252
4291
|
}
|
|
4253
4292
|
]
|
|
4254
|
-
},
|
|
4293
|
+
}, Rn = {
|
|
4255
4294
|
key: "slots",
|
|
4256
4295
|
name: "x-runtime-lib.slots",
|
|
4257
4296
|
children: [
|
|
@@ -4276,41 +4315,41 @@ const Wn = {
|
|
|
4276
4315
|
defaultArray: []
|
|
4277
4316
|
}
|
|
4278
4317
|
]
|
|
4279
|
-
},
|
|
4318
|
+
}, _l = {
|
|
4280
4319
|
key: et,
|
|
4281
4320
|
name: "x-runtime-lib.dataTable",
|
|
4282
|
-
comp:
|
|
4321
|
+
comp: yr,
|
|
4283
4322
|
props: {
|
|
4284
|
-
pageCommon: [
|
|
4285
|
-
compCommon: [
|
|
4323
|
+
pageCommon: [g, Ln, Bn, Rn],
|
|
4324
|
+
compCommon: [g, Ln, Bn, Rn]
|
|
4286
4325
|
},
|
|
4287
4326
|
events: [],
|
|
4288
4327
|
methods: [],
|
|
4289
4328
|
slots: [],
|
|
4290
4329
|
leaf: !0
|
|
4291
4330
|
};
|
|
4292
|
-
|
|
4293
|
-
const
|
|
4331
|
+
S(_l);
|
|
4332
|
+
const wl = {
|
|
4294
4333
|
key: tt,
|
|
4295
4334
|
name: "x-runtime-lib.datePicker",
|
|
4296
|
-
comp:
|
|
4335
|
+
comp: gr,
|
|
4297
4336
|
props: {
|
|
4298
|
-
pageCommon: [
|
|
4299
|
-
compCommon: [
|
|
4337
|
+
pageCommon: [g],
|
|
4338
|
+
compCommon: [g]
|
|
4300
4339
|
},
|
|
4301
4340
|
events: [],
|
|
4302
4341
|
methods: [],
|
|
4303
4342
|
slots: [],
|
|
4304
4343
|
leaf: !0
|
|
4305
4344
|
};
|
|
4306
|
-
|
|
4307
|
-
const
|
|
4345
|
+
S(wl);
|
|
4346
|
+
const Vl = {
|
|
4308
4347
|
key: nt,
|
|
4309
4348
|
name: "x-runtime-lib.dialog",
|
|
4310
|
-
comp:
|
|
4349
|
+
comp: kr,
|
|
4311
4350
|
props: {
|
|
4312
|
-
pageCommon: [
|
|
4313
|
-
compCommon: [
|
|
4351
|
+
pageCommon: [g],
|
|
4352
|
+
compCommon: [g]
|
|
4314
4353
|
},
|
|
4315
4354
|
events: [],
|
|
4316
4355
|
methods: [
|
|
@@ -4330,24 +4369,24 @@ const _l = {
|
|
|
4330
4369
|
slots: [],
|
|
4331
4370
|
teleport: !0
|
|
4332
4371
|
};
|
|
4333
|
-
|
|
4334
|
-
const
|
|
4372
|
+
S(Vl);
|
|
4373
|
+
const Dn = {
|
|
4335
4374
|
key: "settings",
|
|
4336
4375
|
name: "x-runtime-lib.settings",
|
|
4337
4376
|
children: []
|
|
4338
|
-
},
|
|
4377
|
+
}, ou = {
|
|
4339
4378
|
key: it,
|
|
4340
4379
|
name: "x-runtime-lib.fileInput",
|
|
4341
|
-
comp:
|
|
4380
|
+
comp: _r,
|
|
4342
4381
|
props: {
|
|
4343
|
-
pageCommon: [
|
|
4344
|
-
compCommon: [
|
|
4382
|
+
pageCommon: [g, Dn],
|
|
4383
|
+
compCommon: [g, Dn]
|
|
4345
4384
|
},
|
|
4346
4385
|
events: [],
|
|
4347
4386
|
methods: [],
|
|
4348
4387
|
slots: [],
|
|
4349
4388
|
leaf: !0
|
|
4350
|
-
},
|
|
4389
|
+
}, En = {
|
|
4351
4390
|
key: "settings",
|
|
4352
4391
|
name: "x-runtime-lib.settings",
|
|
4353
4392
|
children: [
|
|
@@ -4364,20 +4403,20 @@ const Rn = {
|
|
|
4364
4403
|
default: !1
|
|
4365
4404
|
}
|
|
4366
4405
|
]
|
|
4367
|
-
},
|
|
4406
|
+
}, Pt = {
|
|
4368
4407
|
key: Zi,
|
|
4369
4408
|
name: "x-runtime-lib.flexLayoutEntry",
|
|
4370
|
-
comp:
|
|
4409
|
+
comp: Vr,
|
|
4371
4410
|
props: {
|
|
4372
|
-
pageCommon: [
|
|
4373
|
-
compCommon: [
|
|
4411
|
+
pageCommon: [g, q, En],
|
|
4412
|
+
compCommon: [g, q, En]
|
|
4374
4413
|
},
|
|
4375
4414
|
events: [],
|
|
4376
4415
|
methods: [],
|
|
4377
4416
|
slots: []
|
|
4378
4417
|
};
|
|
4379
|
-
|
|
4380
|
-
function
|
|
4418
|
+
S(Pt);
|
|
4419
|
+
function $l(i, e) {
|
|
4381
4420
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
4382
4421
|
if (!r) {
|
|
4383
4422
|
console.error(`flexLayoutV1/spawn prop tag not found, ${t}`);
|
|
@@ -4390,7 +4429,7 @@ function wl(i, e) {
|
|
|
4390
4429
|
}
|
|
4391
4430
|
const s = {};
|
|
4392
4431
|
return D(s, n), s.basic.id = R(16), s.basic.key = $e.key, s.children = [
|
|
4393
|
-
|
|
4432
|
+
Nt(
|
|
4394
4433
|
i,
|
|
4395
4434
|
e,
|
|
4396
4435
|
"#ff0000",
|
|
@@ -4400,7 +4439,7 @@ function wl(i, e) {
|
|
|
4400
4439
|
"40px",
|
|
4401
4440
|
void 0
|
|
4402
4441
|
),
|
|
4403
|
-
|
|
4442
|
+
Nt(
|
|
4404
4443
|
i,
|
|
4405
4444
|
e,
|
|
4406
4445
|
"#00ff00",
|
|
@@ -4410,10 +4449,10 @@ function wl(i, e) {
|
|
|
4410
4449
|
"60px",
|
|
4411
4450
|
void 0
|
|
4412
4451
|
),
|
|
4413
|
-
|
|
4452
|
+
Il(i, e)
|
|
4414
4453
|
], s;
|
|
4415
4454
|
}
|
|
4416
|
-
function
|
|
4455
|
+
function Nt(i, e, t, r, n, s, a, u, p) {
|
|
4417
4456
|
const b = `type=${i} subtype=${e}`, m = E(i, e);
|
|
4418
4457
|
if (!m) {
|
|
4419
4458
|
console.error(
|
|
@@ -4421,21 +4460,21 @@ function Pt(i, e, t, r, n, s, a, u, p) {
|
|
|
4421
4460
|
);
|
|
4422
4461
|
return;
|
|
4423
4462
|
}
|
|
4424
|
-
const c =
|
|
4463
|
+
const c = At.props[m];
|
|
4425
4464
|
if (!c) {
|
|
4426
4465
|
console.error(`flexLayoutV1/spawnContainer props not found, ${b}`);
|
|
4427
4466
|
return;
|
|
4428
4467
|
}
|
|
4429
4468
|
const d = {};
|
|
4430
|
-
return D(d, c), d.basic.id = R(16), d.basic.key =
|
|
4469
|
+
return D(d, c), d.basic.id = R(16), d.basic.key = At.key, r && (d.size.width = r), n && (d.size.minWidth = n), a && (d.size.height = a), u && (d.size.minHeight = u), console.log(d), t && (d.settings.backgroundColor.mode = "custom", d.settings.backgroundColor.custom.light = t, d.settings.backgroundColor.custom.dark = t), d.children = [], d;
|
|
4431
4470
|
}
|
|
4432
|
-
function
|
|
4471
|
+
function Il(i, e) {
|
|
4433
4472
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
4434
4473
|
if (!r) {
|
|
4435
4474
|
console.error(`flexLayoutV1/spawnEntry prop tag not found, ${t}`);
|
|
4436
4475
|
return;
|
|
4437
4476
|
}
|
|
4438
|
-
const n =
|
|
4477
|
+
const n = Pt.props[r];
|
|
4439
4478
|
if (!n) {
|
|
4440
4479
|
console.error(`flexLayoutV1/spawnEntry props not found, ${t}`);
|
|
4441
4480
|
return;
|
|
@@ -4446,8 +4485,8 @@ function Vl(i, e) {
|
|
|
4446
4485
|
key: ""
|
|
4447
4486
|
}
|
|
4448
4487
|
};
|
|
4449
|
-
return D(s, n), s.basic.id = R(16), s.basic.key =
|
|
4450
|
-
|
|
4488
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = Pt.key, s.children = [
|
|
4489
|
+
Nt(
|
|
4451
4490
|
i,
|
|
4452
4491
|
e,
|
|
4453
4492
|
"#0000ff",
|
|
@@ -4459,10 +4498,10 @@ function Vl(i, e) {
|
|
|
4459
4498
|
)
|
|
4460
4499
|
], s;
|
|
4461
4500
|
}
|
|
4462
|
-
const
|
|
4463
|
-
|
|
4464
|
-
|
|
4465
|
-
const
|
|
4501
|
+
const un = j(Q);
|
|
4502
|
+
un.key = "backgroundColor";
|
|
4503
|
+
un.name = "x-runtime-lib.backgroundColor";
|
|
4504
|
+
const Mn = {
|
|
4466
4505
|
key: "settings",
|
|
4467
4506
|
name: "x-runtime-lib.settings",
|
|
4468
4507
|
children: [
|
|
@@ -4630,15 +4669,15 @@ const En = {
|
|
|
4630
4669
|
}
|
|
4631
4670
|
]
|
|
4632
4671
|
},
|
|
4633
|
-
|
|
4672
|
+
un
|
|
4634
4673
|
]
|
|
4635
4674
|
}, $e = {
|
|
4636
4675
|
key: ot,
|
|
4637
4676
|
name: "x-runtime-lib.flexLayout",
|
|
4638
|
-
comp:
|
|
4677
|
+
comp: wr,
|
|
4639
4678
|
props: {
|
|
4640
|
-
pageCommon: [
|
|
4641
|
-
compCommon: [
|
|
4679
|
+
pageCommon: [g, q, ge, ve, ke, Mn],
|
|
4680
|
+
compCommon: [g, q, ge, ve, ke, Mn]
|
|
4642
4681
|
},
|
|
4643
4682
|
events: [
|
|
4644
4683
|
{
|
|
@@ -4649,10 +4688,10 @@ const En = {
|
|
|
4649
4688
|
],
|
|
4650
4689
|
methods: [],
|
|
4651
4690
|
slots: [],
|
|
4652
|
-
spawn:
|
|
4691
|
+
spawn: $l
|
|
4653
4692
|
};
|
|
4654
|
-
|
|
4655
|
-
const
|
|
4693
|
+
S($e);
|
|
4694
|
+
const Fn = {
|
|
4656
4695
|
key: "settings",
|
|
4657
4696
|
name: "x-runtime-lib.settings",
|
|
4658
4697
|
children: [
|
|
@@ -4773,7 +4812,7 @@ const Mn = {
|
|
|
4773
4812
|
default: ""
|
|
4774
4813
|
}
|
|
4775
4814
|
]
|
|
4776
|
-
},
|
|
4815
|
+
}, Hn = {
|
|
4777
4816
|
key: "slots",
|
|
4778
4817
|
name: "x-runtime-lib.slots",
|
|
4779
4818
|
children: [
|
|
@@ -4802,13 +4841,13 @@ const Mn = {
|
|
|
4802
4841
|
default: void 0
|
|
4803
4842
|
}
|
|
4804
4843
|
]
|
|
4805
|
-
},
|
|
4806
|
-
key:
|
|
4844
|
+
}, Wt = {
|
|
4845
|
+
key: wt,
|
|
4807
4846
|
name: "x-runtime-lib.textField",
|
|
4808
|
-
comp:
|
|
4847
|
+
comp: Xr,
|
|
4809
4848
|
props: {
|
|
4810
|
-
pageCommon: [
|
|
4811
|
-
compCommon: [
|
|
4849
|
+
pageCommon: [g, Fn, Hn],
|
|
4850
|
+
compCommon: [g, Fn, Hn]
|
|
4812
4851
|
},
|
|
4813
4852
|
events: [],
|
|
4814
4853
|
methods: [],
|
|
@@ -4840,36 +4879,36 @@ const Mn = {
|
|
|
4840
4879
|
],
|
|
4841
4880
|
leaf: !0
|
|
4842
4881
|
};
|
|
4843
|
-
|
|
4844
|
-
function
|
|
4882
|
+
S(Wt);
|
|
4883
|
+
function Cl(i, e) {
|
|
4845
4884
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
4846
4885
|
if (!r) {
|
|
4847
4886
|
console.error(`formV1/spawn prop tag not found, ${t}`);
|
|
4848
4887
|
return;
|
|
4849
4888
|
}
|
|
4850
|
-
const n =
|
|
4889
|
+
const n = Lt.props[r];
|
|
4851
4890
|
if (!n) {
|
|
4852
4891
|
console.error(`formV1/spawn props not found, ${t}`);
|
|
4853
4892
|
return;
|
|
4854
4893
|
}
|
|
4855
4894
|
const s = {};
|
|
4856
|
-
return D(s, n), s.basic.id = R(16), s.basic.key =
|
|
4895
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = Lt.key, s.children = [Sl(i, e)], s;
|
|
4857
4896
|
}
|
|
4858
|
-
function
|
|
4897
|
+
function Sl(i, e) {
|
|
4859
4898
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
4860
4899
|
if (!r) {
|
|
4861
4900
|
console.error(`formV1/spawnTextField prop tag not found, ${t}`);
|
|
4862
4901
|
return;
|
|
4863
4902
|
}
|
|
4864
|
-
const n =
|
|
4903
|
+
const n = Wt.props[r];
|
|
4865
4904
|
if (!n) {
|
|
4866
4905
|
console.error(`formV1/spawnTextField props not found, ${t}`);
|
|
4867
4906
|
return;
|
|
4868
4907
|
}
|
|
4869
4908
|
const s = {};
|
|
4870
|
-
return D(s, n), s.basic.id = R(16), s.basic.key =
|
|
4909
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = Wt.key, s;
|
|
4871
4910
|
}
|
|
4872
|
-
const
|
|
4911
|
+
const Un = {
|
|
4873
4912
|
key: "settings",
|
|
4874
4913
|
name: "x-runtime-lib.settings",
|
|
4875
4914
|
children: [
|
|
@@ -4887,13 +4926,13 @@ const Hn = {
|
|
|
4887
4926
|
default: !1
|
|
4888
4927
|
}
|
|
4889
4928
|
]
|
|
4890
|
-
},
|
|
4929
|
+
}, Lt = {
|
|
4891
4930
|
key: st,
|
|
4892
4931
|
name: "x-runtime-lib.form",
|
|
4893
|
-
comp:
|
|
4932
|
+
comp: $r,
|
|
4894
4933
|
props: {
|
|
4895
|
-
pageCommon: [
|
|
4896
|
-
compCommon: [
|
|
4934
|
+
pageCommon: [g, q, ge, ve, ke, Un],
|
|
4935
|
+
compCommon: [g, q, ge, ve, ke, Un]
|
|
4897
4936
|
},
|
|
4898
4937
|
events: [
|
|
4899
4938
|
{
|
|
@@ -4904,10 +4943,10 @@ const Hn = {
|
|
|
4904
4943
|
],
|
|
4905
4944
|
methods: [],
|
|
4906
4945
|
slots: [],
|
|
4907
|
-
spawn:
|
|
4946
|
+
spawn: Cl
|
|
4908
4947
|
};
|
|
4909
|
-
|
|
4910
|
-
const
|
|
4948
|
+
S(Lt);
|
|
4949
|
+
const Tl = j(Q), Gn = {
|
|
4911
4950
|
key: "settings",
|
|
4912
4951
|
name: "x-runtime-lib.settings",
|
|
4913
4952
|
children: [
|
|
@@ -4930,29 +4969,29 @@ const Cl = G(Q), Un = {
|
|
|
4930
4969
|
items: "sizeItemsV1",
|
|
4931
4970
|
default: "default"
|
|
4932
4971
|
},
|
|
4933
|
-
|
|
4972
|
+
Tl
|
|
4934
4973
|
]
|
|
4935
|
-
},
|
|
4974
|
+
}, zl = {
|
|
4936
4975
|
key: rt,
|
|
4937
4976
|
name: "x-runtime-lib.icon",
|
|
4938
|
-
comp:
|
|
4977
|
+
comp: Ir,
|
|
4939
4978
|
props: {
|
|
4940
|
-
pageCommon: [
|
|
4941
|
-
compCommon: [
|
|
4979
|
+
pageCommon: [g, Gn],
|
|
4980
|
+
compCommon: [g, Gn]
|
|
4942
4981
|
},
|
|
4943
4982
|
events: [],
|
|
4944
4983
|
methods: [],
|
|
4945
4984
|
slots: [],
|
|
4946
4985
|
leaf: !0
|
|
4947
4986
|
};
|
|
4948
|
-
|
|
4949
|
-
const
|
|
4987
|
+
S(zl);
|
|
4988
|
+
const Al = {
|
|
4950
4989
|
key: ut,
|
|
4951
4990
|
name: "x-runtime-lib.menu",
|
|
4952
|
-
comp:
|
|
4991
|
+
comp: Sr,
|
|
4953
4992
|
props: {
|
|
4954
|
-
pageCommon: [
|
|
4955
|
-
compCommon: [
|
|
4993
|
+
pageCommon: [g],
|
|
4994
|
+
compCommon: [g]
|
|
4956
4995
|
},
|
|
4957
4996
|
events: [],
|
|
4958
4997
|
methods: [
|
|
@@ -4972,22 +5011,22 @@ const Tl = {
|
|
|
4972
5011
|
slots: [],
|
|
4973
5012
|
teleport: !0
|
|
4974
5013
|
};
|
|
4975
|
-
|
|
4976
|
-
function
|
|
5014
|
+
S(Al);
|
|
5015
|
+
function Pl(i, e) {
|
|
4977
5016
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
4978
5017
|
if (!r) {
|
|
4979
5018
|
console.error(`numberInputV1/spawn prop tag not found, ${t}`);
|
|
4980
5019
|
return;
|
|
4981
5020
|
}
|
|
4982
|
-
const n =
|
|
5021
|
+
const n = Bt.props[r];
|
|
4983
5022
|
if (!n) {
|
|
4984
5023
|
console.error(`numberInputV1/spawn props not found, ${t}`);
|
|
4985
5024
|
return;
|
|
4986
5025
|
}
|
|
4987
5026
|
const s = {};
|
|
4988
|
-
return D(s, n), s.basic.id = R(16), s.basic.key =
|
|
5027
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = Bt.key, s.settings.label = "label", s.settings.placeholder = "placeholder", s;
|
|
4989
5028
|
}
|
|
4990
|
-
const
|
|
5029
|
+
const jn = {
|
|
4991
5030
|
key: "size",
|
|
4992
5031
|
name: "x-runtime-lib.size",
|
|
4993
5032
|
children: [
|
|
@@ -5013,7 +5052,7 @@ const Gn = {
|
|
|
5013
5052
|
default: ""
|
|
5014
5053
|
}
|
|
5015
5054
|
]
|
|
5016
|
-
},
|
|
5055
|
+
}, On = {
|
|
5017
5056
|
key: "settings",
|
|
5018
5057
|
name: "x-runtime-lib.settings",
|
|
5019
5058
|
children: [
|
|
@@ -5154,13 +5193,13 @@ const Gn = {
|
|
|
5154
5193
|
]
|
|
5155
5194
|
}
|
|
5156
5195
|
]
|
|
5157
|
-
},
|
|
5196
|
+
}, Bt = {
|
|
5158
5197
|
key: ct,
|
|
5159
5198
|
name: "x-runtime-lib.numberInput",
|
|
5160
|
-
comp:
|
|
5199
|
+
comp: Tr,
|
|
5161
5200
|
props: {
|
|
5162
|
-
pageCommon: [
|
|
5163
|
-
compCommon: [
|
|
5201
|
+
pageCommon: [g, jn, On],
|
|
5202
|
+
compCommon: [g, jn, On]
|
|
5164
5203
|
},
|
|
5165
5204
|
events: [
|
|
5166
5205
|
{
|
|
@@ -5192,10 +5231,10 @@ const Gn = {
|
|
|
5192
5231
|
methods: [],
|
|
5193
5232
|
slots: [],
|
|
5194
5233
|
leaf: !0,
|
|
5195
|
-
spawn:
|
|
5234
|
+
spawn: Pl
|
|
5196
5235
|
};
|
|
5197
|
-
|
|
5198
|
-
const
|
|
5236
|
+
S(Bt);
|
|
5237
|
+
const Kn = {
|
|
5199
5238
|
key: "settings",
|
|
5200
5239
|
name: "x-runtime-lib.settings",
|
|
5201
5240
|
children: [
|
|
@@ -5258,21 +5297,21 @@ const On = {
|
|
|
5258
5297
|
default: !1
|
|
5259
5298
|
}
|
|
5260
5299
|
]
|
|
5261
|
-
},
|
|
5300
|
+
}, Nl = {
|
|
5262
5301
|
key: dt,
|
|
5263
5302
|
name: "x-runtime-lib.pagination",
|
|
5264
|
-
comp:
|
|
5303
|
+
comp: zr,
|
|
5265
5304
|
props: {
|
|
5266
|
-
pageCommon: [
|
|
5267
|
-
compCommon: [
|
|
5305
|
+
pageCommon: [g, Kn],
|
|
5306
|
+
compCommon: [g, Kn]
|
|
5268
5307
|
},
|
|
5269
5308
|
events: [],
|
|
5270
5309
|
methods: [],
|
|
5271
5310
|
slots: [],
|
|
5272
5311
|
leaf: !0
|
|
5273
5312
|
};
|
|
5274
|
-
|
|
5275
|
-
const
|
|
5313
|
+
S(Nl);
|
|
5314
|
+
const Wl = j(Q), Zn = {
|
|
5276
5315
|
key: "settings",
|
|
5277
5316
|
name: "x-runtime-lib.settings",
|
|
5278
5317
|
children: [
|
|
@@ -5307,35 +5346,35 @@ const Pl = G(Q), Kn = {
|
|
|
5307
5346
|
items: "densityItemsV1",
|
|
5308
5347
|
default: "default"
|
|
5309
5348
|
},
|
|
5310
|
-
|
|
5349
|
+
Wl
|
|
5311
5350
|
]
|
|
5312
|
-
},
|
|
5351
|
+
}, Rt = {
|
|
5313
5352
|
key: qi,
|
|
5314
5353
|
name: "x-runtime-lib.radio",
|
|
5315
|
-
comp:
|
|
5354
|
+
comp: Ar,
|
|
5316
5355
|
props: {
|
|
5317
|
-
pageCommon: [
|
|
5318
|
-
compCommon: [
|
|
5356
|
+
pageCommon: [g, Zn],
|
|
5357
|
+
compCommon: [g, Zn]
|
|
5319
5358
|
},
|
|
5320
5359
|
events: [],
|
|
5321
5360
|
methods: [],
|
|
5322
5361
|
slots: [],
|
|
5323
5362
|
leaf: !0
|
|
5324
5363
|
};
|
|
5325
|
-
|
|
5326
|
-
function
|
|
5364
|
+
S(Rt);
|
|
5365
|
+
function Ll(i, e) {
|
|
5327
5366
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
5328
5367
|
if (!r) {
|
|
5329
5368
|
console.error(`radioGroupV1/spawn prop tag not found, ${t}`);
|
|
5330
5369
|
return;
|
|
5331
5370
|
}
|
|
5332
|
-
const n =
|
|
5371
|
+
const n = Dt.props[r];
|
|
5333
5372
|
if (!n) {
|
|
5334
5373
|
console.error(`radioGroupV1/spawn props not found, ${t}`);
|
|
5335
5374
|
return;
|
|
5336
5375
|
}
|
|
5337
5376
|
const s = {};
|
|
5338
|
-
return D(s, n), s.basic.id = R(16), s.basic.key =
|
|
5377
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = Dt.key, s.children = [
|
|
5339
5378
|
Be(i, e, "option1", "Option 1"),
|
|
5340
5379
|
Be(i, e, "option2", "Option 2"),
|
|
5341
5380
|
Be(i, e, "option3", "Option 3")
|
|
@@ -5347,15 +5386,15 @@ function Be(i, e, t, r) {
|
|
|
5347
5386
|
console.error(`radioGroupV1/spawnEntry prop tag not found, ${n}`);
|
|
5348
5387
|
return;
|
|
5349
5388
|
}
|
|
5350
|
-
const a =
|
|
5389
|
+
const a = Rt.props[s];
|
|
5351
5390
|
if (!a) {
|
|
5352
5391
|
console.error(`radioGroupV1/spawnEntry props not found, ${n}`);
|
|
5353
5392
|
return;
|
|
5354
5393
|
}
|
|
5355
5394
|
const u = {};
|
|
5356
|
-
return D(u, a), u.basic.id = R(16), u.basic.key =
|
|
5395
|
+
return D(u, a), u.basic.id = R(16), u.basic.key = Rt.key, u.settings.value = t, u.settings.label = r, u;
|
|
5357
5396
|
}
|
|
5358
|
-
const
|
|
5397
|
+
const qn = {
|
|
5359
5398
|
key: "settings",
|
|
5360
5399
|
name: "x-runtime-lib.settings",
|
|
5361
5400
|
children: [
|
|
@@ -5398,21 +5437,21 @@ const Zn = {
|
|
|
5398
5437
|
default: !1
|
|
5399
5438
|
}
|
|
5400
5439
|
]
|
|
5401
|
-
},
|
|
5440
|
+
}, Dt = {
|
|
5402
5441
|
key: mt,
|
|
5403
5442
|
name: "x-runtime-lib.radioGroup",
|
|
5404
|
-
comp:
|
|
5443
|
+
comp: Pr,
|
|
5405
5444
|
props: {
|
|
5406
|
-
pageCommon: [
|
|
5407
|
-
compCommon: [
|
|
5445
|
+
pageCommon: [g, qn],
|
|
5446
|
+
compCommon: [g, qn]
|
|
5408
5447
|
},
|
|
5409
5448
|
events: [],
|
|
5410
5449
|
methods: [],
|
|
5411
5450
|
slots: [],
|
|
5412
|
-
spawn:
|
|
5451
|
+
spawn: Ll
|
|
5413
5452
|
};
|
|
5414
|
-
|
|
5415
|
-
const
|
|
5453
|
+
S(Dt);
|
|
5454
|
+
const Jn = {
|
|
5416
5455
|
key: "settings",
|
|
5417
5456
|
name: "x-runtime-lib.settings",
|
|
5418
5457
|
children: [
|
|
@@ -5529,21 +5568,21 @@ const qn = {
|
|
|
5529
5568
|
]
|
|
5530
5569
|
}
|
|
5531
5570
|
]
|
|
5532
|
-
},
|
|
5571
|
+
}, Bl = {
|
|
5533
5572
|
key: pt,
|
|
5534
5573
|
name: "x-runtime-lib.rangeSlider",
|
|
5535
|
-
comp:
|
|
5574
|
+
comp: Nr,
|
|
5536
5575
|
props: {
|
|
5537
|
-
pageCommon: [
|
|
5538
|
-
compCommon: [
|
|
5576
|
+
pageCommon: [g, Jn],
|
|
5577
|
+
compCommon: [g, Jn]
|
|
5539
5578
|
},
|
|
5540
5579
|
events: [],
|
|
5541
5580
|
methods: [],
|
|
5542
5581
|
slots: [],
|
|
5543
5582
|
leaf: !0
|
|
5544
5583
|
};
|
|
5545
|
-
|
|
5546
|
-
const
|
|
5584
|
+
S(Bl);
|
|
5585
|
+
const Xn = {
|
|
5547
5586
|
key: "settings",
|
|
5548
5587
|
name: "x-runtime-lib.settings",
|
|
5549
5588
|
children: [
|
|
@@ -5598,21 +5637,21 @@ const Jn = {
|
|
|
5598
5637
|
default: !1
|
|
5599
5638
|
}
|
|
5600
5639
|
]
|
|
5601
|
-
},
|
|
5640
|
+
}, Rl = {
|
|
5602
5641
|
key: ft,
|
|
5603
5642
|
name: "x-runtime-lib.rating",
|
|
5604
|
-
comp:
|
|
5643
|
+
comp: Wr,
|
|
5605
5644
|
props: {
|
|
5606
|
-
pageCommon: [
|
|
5607
|
-
compCommon: [
|
|
5645
|
+
pageCommon: [g, Xn],
|
|
5646
|
+
compCommon: [g, Xn]
|
|
5608
5647
|
},
|
|
5609
5648
|
events: [],
|
|
5610
5649
|
methods: [],
|
|
5611
5650
|
slots: [],
|
|
5612
5651
|
leaf: !0
|
|
5613
5652
|
};
|
|
5614
|
-
|
|
5615
|
-
const
|
|
5653
|
+
S(Rl);
|
|
5654
|
+
const Yn = {
|
|
5616
5655
|
key: "settings",
|
|
5617
5656
|
name: "x-runtime-lib.settings",
|
|
5618
5657
|
children: [
|
|
@@ -5653,30 +5692,30 @@ const Xn = {
|
|
|
5653
5692
|
default: !1
|
|
5654
5693
|
}
|
|
5655
5694
|
]
|
|
5656
|
-
},
|
|
5657
|
-
key:
|
|
5695
|
+
}, Dl = {
|
|
5696
|
+
key: yt,
|
|
5658
5697
|
name: "x-runtime-lib.select",
|
|
5659
|
-
comp:
|
|
5698
|
+
comp: Lr,
|
|
5660
5699
|
props: {
|
|
5661
|
-
pageCommon: [
|
|
5662
|
-
compCommon: [
|
|
5700
|
+
pageCommon: [g, Yn],
|
|
5701
|
+
compCommon: [g, Yn]
|
|
5663
5702
|
},
|
|
5664
5703
|
events: [],
|
|
5665
5704
|
methods: [],
|
|
5666
5705
|
slots: [],
|
|
5667
5706
|
leaf: !0
|
|
5668
5707
|
};
|
|
5669
|
-
|
|
5670
|
-
const
|
|
5671
|
-
|
|
5672
|
-
|
|
5673
|
-
const
|
|
5674
|
-
|
|
5675
|
-
|
|
5676
|
-
const
|
|
5677
|
-
|
|
5678
|
-
|
|
5679
|
-
const
|
|
5708
|
+
S(Dl);
|
|
5709
|
+
const cn = j(Q);
|
|
5710
|
+
cn.key = "color";
|
|
5711
|
+
cn.name = "x-runtime-lib.color";
|
|
5712
|
+
const dn = j(Q);
|
|
5713
|
+
dn.key = "trackColor";
|
|
5714
|
+
dn.name = "x-runtime-lib.trackColor";
|
|
5715
|
+
const mn = j(Q);
|
|
5716
|
+
mn.key = "thumbColor";
|
|
5717
|
+
mn.name = "x-runtime-lib.thumbColor";
|
|
5718
|
+
const Qn = {
|
|
5680
5719
|
key: "settings",
|
|
5681
5720
|
name: "x-runtime-lib.settings",
|
|
5682
5721
|
children: [
|
|
@@ -5781,11 +5820,11 @@ const Yn = {
|
|
|
5781
5820
|
ui: "switch",
|
|
5782
5821
|
default: !1
|
|
5783
5822
|
},
|
|
5784
|
-
|
|
5785
|
-
|
|
5786
|
-
|
|
5823
|
+
cn,
|
|
5824
|
+
dn,
|
|
5825
|
+
mn
|
|
5787
5826
|
]
|
|
5788
|
-
},
|
|
5827
|
+
}, ei = {
|
|
5789
5828
|
key: "slots",
|
|
5790
5829
|
name: "x-runtime-lib.slots",
|
|
5791
5830
|
children: [
|
|
@@ -5802,34 +5841,34 @@ const Yn = {
|
|
|
5802
5841
|
default: void 0
|
|
5803
5842
|
}
|
|
5804
5843
|
]
|
|
5805
|
-
},
|
|
5806
|
-
key:
|
|
5844
|
+
}, El = {
|
|
5845
|
+
key: ht,
|
|
5807
5846
|
name: "x-runtime-lib.slider",
|
|
5808
|
-
comp:
|
|
5847
|
+
comp: Br,
|
|
5809
5848
|
props: {
|
|
5810
|
-
pageCommon: [
|
|
5811
|
-
compCommon: [
|
|
5849
|
+
pageCommon: [g, Qn, ei],
|
|
5850
|
+
compCommon: [g, Qn, ei]
|
|
5812
5851
|
},
|
|
5813
5852
|
events: [],
|
|
5814
5853
|
methods: [],
|
|
5815
5854
|
slots: [],
|
|
5816
5855
|
leaf: !0
|
|
5817
5856
|
};
|
|
5818
|
-
|
|
5819
|
-
const
|
|
5857
|
+
S(El);
|
|
5858
|
+
const Et = {
|
|
5820
5859
|
key: Ji,
|
|
5821
5860
|
name: "x-runtime-lib.stepperHeader",
|
|
5822
|
-
comp:
|
|
5861
|
+
comp: Mr,
|
|
5823
5862
|
props: {
|
|
5824
|
-
pageCommon: [
|
|
5825
|
-
compCommon: [
|
|
5863
|
+
pageCommon: [g],
|
|
5864
|
+
compCommon: [g]
|
|
5826
5865
|
},
|
|
5827
5866
|
events: [],
|
|
5828
5867
|
methods: [],
|
|
5829
5868
|
slots: []
|
|
5830
5869
|
};
|
|
5831
|
-
|
|
5832
|
-
const
|
|
5870
|
+
S(Et);
|
|
5871
|
+
const ti = {
|
|
5833
5872
|
key: "settings",
|
|
5834
5873
|
name: "x-runtime-lib.settings",
|
|
5835
5874
|
children: [
|
|
@@ -5840,33 +5879,33 @@ const ei = {
|
|
|
5840
5879
|
default: ""
|
|
5841
5880
|
}
|
|
5842
5881
|
]
|
|
5843
|
-
},
|
|
5882
|
+
}, Mt = {
|
|
5844
5883
|
key: Xi,
|
|
5845
5884
|
name: "x-runtime-lib.stepperItem",
|
|
5846
|
-
comp:
|
|
5885
|
+
comp: Fr,
|
|
5847
5886
|
props: {
|
|
5848
|
-
pageCommon: [
|
|
5849
|
-
compCommon: [
|
|
5887
|
+
pageCommon: [g, ti],
|
|
5888
|
+
compCommon: [g, ti]
|
|
5850
5889
|
},
|
|
5851
5890
|
events: [],
|
|
5852
5891
|
methods: [],
|
|
5853
5892
|
slots: []
|
|
5854
5893
|
};
|
|
5855
|
-
|
|
5856
|
-
const
|
|
5894
|
+
S(Mt);
|
|
5895
|
+
const Ft = {
|
|
5857
5896
|
key: Yi,
|
|
5858
5897
|
name: "x-runtime-lib.stepperWindow",
|
|
5859
|
-
comp:
|
|
5898
|
+
comp: Gr,
|
|
5860
5899
|
props: {
|
|
5861
|
-
pageCommon: [
|
|
5862
|
-
compCommon: [
|
|
5900
|
+
pageCommon: [g],
|
|
5901
|
+
compCommon: [g]
|
|
5863
5902
|
},
|
|
5864
5903
|
events: [],
|
|
5865
5904
|
methods: [],
|
|
5866
5905
|
slots: []
|
|
5867
5906
|
};
|
|
5868
|
-
|
|
5869
|
-
const
|
|
5907
|
+
S(Ft);
|
|
5908
|
+
const ni = {
|
|
5870
5909
|
key: "settings",
|
|
5871
5910
|
name: "x-runtime-lib.settings",
|
|
5872
5911
|
children: [
|
|
@@ -5877,46 +5916,46 @@ const ti = {
|
|
|
5877
5916
|
default: ""
|
|
5878
5917
|
}
|
|
5879
5918
|
]
|
|
5880
|
-
},
|
|
5919
|
+
}, Ht = {
|
|
5881
5920
|
key: Qi,
|
|
5882
5921
|
name: "x-runtime-lib.stepperWindowItem",
|
|
5883
|
-
comp:
|
|
5922
|
+
comp: jr,
|
|
5884
5923
|
props: {
|
|
5885
|
-
pageCommon: [
|
|
5886
|
-
compCommon: [
|
|
5924
|
+
pageCommon: [g, ni],
|
|
5925
|
+
compCommon: [g, ni]
|
|
5887
5926
|
},
|
|
5888
5927
|
events: [],
|
|
5889
5928
|
methods: [],
|
|
5890
5929
|
slots: []
|
|
5891
5930
|
};
|
|
5892
|
-
|
|
5893
|
-
function
|
|
5931
|
+
S(Ht);
|
|
5932
|
+
function Ml(i, e) {
|
|
5894
5933
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
5895
5934
|
if (!r) {
|
|
5896
5935
|
console.error(`stepperV1/spawn prop tag not found, ${t}`);
|
|
5897
5936
|
return;
|
|
5898
5937
|
}
|
|
5899
|
-
const n =
|
|
5938
|
+
const n = Ut.props[r];
|
|
5900
5939
|
if (!n) {
|
|
5901
5940
|
console.error(`stepperV1/spawn props not found, ${t}`);
|
|
5902
5941
|
return;
|
|
5903
5942
|
}
|
|
5904
5943
|
const s = {};
|
|
5905
|
-
return D(s, n), s.basic.id = R(16), s.basic.key =
|
|
5944
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = Ut.key, s.children = [Fl(i, e), Hl(i, e)], s;
|
|
5906
5945
|
}
|
|
5907
|
-
function
|
|
5946
|
+
function Fl(i, e) {
|
|
5908
5947
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
5909
5948
|
if (!r) {
|
|
5910
5949
|
console.error(`stepperV1/spawnHeader prop tag not found, ${t}`);
|
|
5911
5950
|
return;
|
|
5912
5951
|
}
|
|
5913
|
-
const n =
|
|
5952
|
+
const n = Et.props[r];
|
|
5914
5953
|
if (!n) {
|
|
5915
5954
|
console.error(`stepperV1/spawnHeader props not found, ${t}`);
|
|
5916
5955
|
return;
|
|
5917
5956
|
}
|
|
5918
5957
|
const s = {};
|
|
5919
|
-
return D(s, n), s.basic.id = R(16), s.basic.key =
|
|
5958
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = Et.key, s.children = [
|
|
5920
5959
|
Re(i, e, "step1"),
|
|
5921
5960
|
Re(i, e, "step2"),
|
|
5922
5961
|
Re(i, e, "step3")
|
|
@@ -5928,27 +5967,27 @@ function Re(i, e, t) {
|
|
|
5928
5967
|
console.error(`stepperV1/spawnItem prop tag not found, ${r}`);
|
|
5929
5968
|
return;
|
|
5930
5969
|
}
|
|
5931
|
-
const s =
|
|
5970
|
+
const s = Mt.props[n];
|
|
5932
5971
|
if (!s) {
|
|
5933
5972
|
console.error(`stepperV1/spawnItem props not found, ${r}`);
|
|
5934
5973
|
return;
|
|
5935
5974
|
}
|
|
5936
5975
|
const a = {};
|
|
5937
|
-
return D(a, s), a.basic.id = R(16), a.basic.key =
|
|
5976
|
+
return D(a, s), a.basic.id = R(16), a.basic.key = Mt.key, a.children = [], a.settings.value = t, a;
|
|
5938
5977
|
}
|
|
5939
|
-
function
|
|
5978
|
+
function Hl(i, e) {
|
|
5940
5979
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
5941
5980
|
if (!r) {
|
|
5942
5981
|
console.error(`stepperV1/spawnWindow prop tag not found, ${t}`);
|
|
5943
5982
|
return;
|
|
5944
5983
|
}
|
|
5945
|
-
const n =
|
|
5984
|
+
const n = Ft.props[r];
|
|
5946
5985
|
if (!n) {
|
|
5947
5986
|
console.error(`stepperV1/spawnWindow props not found, ${t}`);
|
|
5948
5987
|
return;
|
|
5949
5988
|
}
|
|
5950
5989
|
const s = {};
|
|
5951
|
-
return D(s, n), s.basic.id = R(16), s.basic.key =
|
|
5990
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = Ft.key, s.children = [
|
|
5952
5991
|
De(i, e, "step1", "step 1"),
|
|
5953
5992
|
De(i, e, "step2", "step 2"),
|
|
5954
5993
|
De(i, e, "step3", "step 3")
|
|
@@ -5960,15 +5999,15 @@ function De(i, e, t, r) {
|
|
|
5960
5999
|
console.error(`stepperV1/spawnWindowItem prop tag not found, ${n}`);
|
|
5961
6000
|
return;
|
|
5962
6001
|
}
|
|
5963
|
-
const a =
|
|
6002
|
+
const a = Ht.props[s];
|
|
5964
6003
|
if (!a) {
|
|
5965
6004
|
console.error(`stepperV1/spawnWindowItem props not found, ${n}`);
|
|
5966
6005
|
return;
|
|
5967
6006
|
}
|
|
5968
6007
|
const u = {};
|
|
5969
|
-
return D(u, a), u.basic.id = R(16), u.basic.key =
|
|
6008
|
+
return D(u, a), u.basic.id = R(16), u.basic.key = Ht.key, u.children = [Ul(i, e, r)], u.settings.value = t, u;
|
|
5970
6009
|
}
|
|
5971
|
-
function
|
|
6010
|
+
function Ul(i, e, t) {
|
|
5972
6011
|
const r = `type=${i} subtype=${e}`, n = E(i, e);
|
|
5973
6012
|
if (!n) {
|
|
5974
6013
|
console.error(`stepperV1/spawnCard prop tag not found, ${r}`);
|
|
@@ -5982,7 +6021,7 @@ function Fl(i, e, t) {
|
|
|
5982
6021
|
const a = {};
|
|
5983
6022
|
return D(a, s), a.basic.id = R(16), a.basic.key = Ve.key, a.children = [], a.settings.title = t, a;
|
|
5984
6023
|
}
|
|
5985
|
-
const
|
|
6024
|
+
const ii = {
|
|
5986
6025
|
key: "settings",
|
|
5987
6026
|
name: "x-runtime-lib.settings",
|
|
5988
6027
|
children: [
|
|
@@ -5999,35 +6038,35 @@ const ni = {
|
|
|
5999
6038
|
default: !1
|
|
6000
6039
|
}
|
|
6001
6040
|
]
|
|
6002
|
-
},
|
|
6003
|
-
key:
|
|
6041
|
+
}, Ut = {
|
|
6042
|
+
key: xt,
|
|
6004
6043
|
name: "x-runtime-lib.stepper",
|
|
6005
|
-
comp:
|
|
6044
|
+
comp: Rr,
|
|
6006
6045
|
props: {
|
|
6007
|
-
pageCommon: [
|
|
6008
|
-
compCommon: [
|
|
6046
|
+
pageCommon: [g, ii],
|
|
6047
|
+
compCommon: [g, ii]
|
|
6009
6048
|
},
|
|
6010
6049
|
events: [],
|
|
6011
6050
|
methods: [],
|
|
6012
6051
|
slots: [],
|
|
6013
|
-
spawn:
|
|
6052
|
+
spawn: Ml
|
|
6014
6053
|
};
|
|
6015
|
-
|
|
6016
|
-
const
|
|
6017
|
-
key:
|
|
6054
|
+
S(Ut);
|
|
6055
|
+
const Gl = {
|
|
6056
|
+
key: gt,
|
|
6018
6057
|
name: "x-runtime-lib.switch",
|
|
6019
|
-
comp:
|
|
6058
|
+
comp: Or,
|
|
6020
6059
|
props: {
|
|
6021
|
-
pageCommon: [
|
|
6022
|
-
compCommon: [
|
|
6060
|
+
pageCommon: [g],
|
|
6061
|
+
compCommon: [g]
|
|
6023
6062
|
},
|
|
6024
6063
|
events: [],
|
|
6025
6064
|
methods: [],
|
|
6026
6065
|
slots: [],
|
|
6027
6066
|
leaf: !0
|
|
6028
6067
|
};
|
|
6029
|
-
|
|
6030
|
-
const
|
|
6068
|
+
S(Gl);
|
|
6069
|
+
const oi = {
|
|
6031
6070
|
key: "settings",
|
|
6032
6071
|
name: "x-runtime-lib.settings",
|
|
6033
6072
|
children: [
|
|
@@ -6044,33 +6083,33 @@ const ii = {
|
|
|
6044
6083
|
default: ""
|
|
6045
6084
|
}
|
|
6046
6085
|
]
|
|
6047
|
-
},
|
|
6086
|
+
}, Gt = {
|
|
6048
6087
|
key: eo,
|
|
6049
6088
|
name: "x-runtime-lib.tab",
|
|
6050
|
-
comp:
|
|
6089
|
+
comp: Kr,
|
|
6051
6090
|
props: {
|
|
6052
|
-
pageCommon: [
|
|
6053
|
-
compCommon: [
|
|
6091
|
+
pageCommon: [g, oi],
|
|
6092
|
+
compCommon: [g, oi]
|
|
6054
6093
|
},
|
|
6055
6094
|
events: [],
|
|
6056
6095
|
methods: [],
|
|
6057
6096
|
slots: [],
|
|
6058
6097
|
leaf: !0
|
|
6059
6098
|
};
|
|
6060
|
-
|
|
6061
|
-
function
|
|
6099
|
+
S(Gt);
|
|
6100
|
+
function jl(i, e) {
|
|
6062
6101
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
6063
6102
|
if (!r) {
|
|
6064
6103
|
console.error(`tabsV1/spawn prop tag not found, ${t}`);
|
|
6065
6104
|
return;
|
|
6066
6105
|
}
|
|
6067
|
-
const n =
|
|
6106
|
+
const n = jt.props[r];
|
|
6068
6107
|
if (!n) {
|
|
6069
6108
|
console.error(`tabsV1/spawn props not found, ${t}`);
|
|
6070
6109
|
return;
|
|
6071
6110
|
}
|
|
6072
6111
|
const s = {};
|
|
6073
|
-
return D(s, n), s.basic.id = R(16), s.basic.key =
|
|
6112
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = jt.key, s.children = [
|
|
6074
6113
|
Ee(i, e, "tab1", "tab 1"),
|
|
6075
6114
|
Ee(i, e, "tab2", "tab 2"),
|
|
6076
6115
|
Ee(i, e, "tab3", "tab 3")
|
|
@@ -6082,24 +6121,24 @@ function Ee(i, e, t, r) {
|
|
|
6082
6121
|
console.error(`tabsV1/spawnTab prop tag not found, ${n}`);
|
|
6083
6122
|
return;
|
|
6084
6123
|
}
|
|
6085
|
-
const a =
|
|
6124
|
+
const a = Gt.props[s];
|
|
6086
6125
|
if (!a) {
|
|
6087
6126
|
console.error(`tabsV1/spawnTab props not found, ${n}`);
|
|
6088
6127
|
return;
|
|
6089
6128
|
}
|
|
6090
6129
|
const u = {};
|
|
6091
|
-
return D(u, a), u.basic.id = R(16), u.basic.key =
|
|
6130
|
+
return D(u, a), u.basic.id = R(16), u.basic.key = Gt.key, u.settings.value = t, u.settings.text = r, u;
|
|
6092
6131
|
}
|
|
6093
|
-
const
|
|
6094
|
-
|
|
6095
|
-
|
|
6096
|
-
const
|
|
6097
|
-
|
|
6098
|
-
|
|
6099
|
-
const
|
|
6100
|
-
|
|
6101
|
-
|
|
6102
|
-
const
|
|
6132
|
+
const pn = j(Q);
|
|
6133
|
+
pn.key = "backgroundColor";
|
|
6134
|
+
pn.name = "x-runtime-lib.backgroundColor";
|
|
6135
|
+
const fn = j(Q);
|
|
6136
|
+
fn.key = "selectedColor";
|
|
6137
|
+
fn.name = "x-runtime-lib.selectedColor";
|
|
6138
|
+
const bn = j(Q);
|
|
6139
|
+
bn.key = "sliderColor";
|
|
6140
|
+
bn.name = "x-runtime-lib.sliderColor";
|
|
6141
|
+
const si = {
|
|
6103
6142
|
key: "settings",
|
|
6104
6143
|
name: "x-runtime-lib.settings",
|
|
6105
6144
|
children: [
|
|
@@ -6175,24 +6214,24 @@ const oi = {
|
|
|
6175
6214
|
{
|
|
6176
6215
|
key: "color",
|
|
6177
6216
|
name: "x-runtime-lib.color",
|
|
6178
|
-
children: [
|
|
6217
|
+
children: [pn, fn, bn]
|
|
6179
6218
|
}
|
|
6180
6219
|
]
|
|
6181
|
-
},
|
|
6182
|
-
key:
|
|
6220
|
+
}, jt = {
|
|
6221
|
+
key: vt,
|
|
6183
6222
|
name: "x-runtime-lib.tabs",
|
|
6184
|
-
comp:
|
|
6223
|
+
comp: Zr,
|
|
6185
6224
|
props: {
|
|
6186
|
-
pageCommon: [
|
|
6187
|
-
compCommon: [
|
|
6225
|
+
pageCommon: [g, si],
|
|
6226
|
+
compCommon: [g, si]
|
|
6188
6227
|
},
|
|
6189
6228
|
events: [],
|
|
6190
6229
|
methods: [],
|
|
6191
6230
|
slots: [],
|
|
6192
|
-
spawn:
|
|
6231
|
+
spawn: jl
|
|
6193
6232
|
};
|
|
6194
|
-
|
|
6195
|
-
function
|
|
6233
|
+
S(jt);
|
|
6234
|
+
function Ol(i, e) {
|
|
6196
6235
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
6197
6236
|
if (!r) {
|
|
6198
6237
|
console.error(`textV1/spawn prop tag not found, ${t}`);
|
|
@@ -6206,7 +6245,7 @@ function Gl(i, e) {
|
|
|
6206
6245
|
const s = {};
|
|
6207
6246
|
return D(s, n), s.basic.id = R(16), s.basic.key = he.key, s.settings.text = "text", s;
|
|
6208
6247
|
}
|
|
6209
|
-
const
|
|
6248
|
+
const ri = {
|
|
6210
6249
|
key: "settings",
|
|
6211
6250
|
name: "x-runtime-lib.settings",
|
|
6212
6251
|
children: [
|
|
@@ -6293,35 +6332,35 @@ const si = {
|
|
|
6293
6332
|
}
|
|
6294
6333
|
]
|
|
6295
6334
|
}, he = {
|
|
6296
|
-
key:
|
|
6335
|
+
key: kt,
|
|
6297
6336
|
name: "x-runtime-lib.text",
|
|
6298
|
-
comp:
|
|
6337
|
+
comp: qr,
|
|
6299
6338
|
props: {
|
|
6300
|
-
pageCommon: [
|
|
6301
|
-
compCommon: [
|
|
6339
|
+
pageCommon: [g, ri],
|
|
6340
|
+
compCommon: [g, ri]
|
|
6302
6341
|
},
|
|
6303
6342
|
events: [],
|
|
6304
6343
|
methods: [],
|
|
6305
6344
|
slots: [],
|
|
6306
6345
|
leaf: !0,
|
|
6307
|
-
spawn:
|
|
6346
|
+
spawn: Ol
|
|
6308
6347
|
};
|
|
6309
|
-
|
|
6310
|
-
function
|
|
6348
|
+
S(he);
|
|
6349
|
+
function Kl(i, e) {
|
|
6311
6350
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
6312
6351
|
if (!r) {
|
|
6313
6352
|
console.error(`textareaV1/spawn prop tag not found, ${t}`);
|
|
6314
6353
|
return;
|
|
6315
6354
|
}
|
|
6316
|
-
const n =
|
|
6355
|
+
const n = Ot.props[r];
|
|
6317
6356
|
if (!n) {
|
|
6318
6357
|
console.error(`textareaV1/spawn props not found, ${t}`);
|
|
6319
6358
|
return;
|
|
6320
6359
|
}
|
|
6321
6360
|
const s = {};
|
|
6322
|
-
return D(s, n), s.basic.id = R(16), s.basic.key =
|
|
6361
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = Ot.key, s.settings.label = "label", s;
|
|
6323
6362
|
}
|
|
6324
|
-
const
|
|
6363
|
+
const li = {
|
|
6325
6364
|
key: "settings",
|
|
6326
6365
|
name: "x-runtime-lib.settings",
|
|
6327
6366
|
children: [
|
|
@@ -6392,47 +6431,47 @@ const ri = {
|
|
|
6392
6431
|
default: 0
|
|
6393
6432
|
}
|
|
6394
6433
|
]
|
|
6395
|
-
},
|
|
6396
|
-
key:
|
|
6434
|
+
}, Ot = {
|
|
6435
|
+
key: _t,
|
|
6397
6436
|
name: "x-runtime-lib.textarea",
|
|
6398
|
-
comp:
|
|
6437
|
+
comp: Jr,
|
|
6399
6438
|
props: {
|
|
6400
|
-
pageCommon: [
|
|
6401
|
-
compCommon: [
|
|
6439
|
+
pageCommon: [g, li],
|
|
6440
|
+
compCommon: [g, li]
|
|
6402
6441
|
},
|
|
6403
6442
|
events: [],
|
|
6404
6443
|
methods: [],
|
|
6405
6444
|
slots: [],
|
|
6406
6445
|
leaf: !0,
|
|
6407
|
-
spawn:
|
|
6446
|
+
spawn: Kl
|
|
6408
6447
|
};
|
|
6409
|
-
|
|
6410
|
-
const
|
|
6448
|
+
S(Ot);
|
|
6449
|
+
const Kt = {
|
|
6411
6450
|
key: to,
|
|
6412
6451
|
name: "x-runtime-lib.timelineItem",
|
|
6413
|
-
comp:
|
|
6452
|
+
comp: tl,
|
|
6414
6453
|
props: {
|
|
6415
|
-
pageCommon: [
|
|
6416
|
-
compCommon: [
|
|
6454
|
+
pageCommon: [g],
|
|
6455
|
+
compCommon: [g]
|
|
6417
6456
|
},
|
|
6418
6457
|
events: [],
|
|
6419
6458
|
methods: [],
|
|
6420
6459
|
slots: []
|
|
6421
6460
|
};
|
|
6422
|
-
|
|
6423
|
-
function
|
|
6461
|
+
S(Kt);
|
|
6462
|
+
function Zl(i, e) {
|
|
6424
6463
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
6425
6464
|
if (!r) {
|
|
6426
6465
|
console.error(`timelineV1/spawn prop tag not found, ${t}`);
|
|
6427
6466
|
return;
|
|
6428
6467
|
}
|
|
6429
|
-
const n =
|
|
6468
|
+
const n = Zt.props[r];
|
|
6430
6469
|
if (!n) {
|
|
6431
6470
|
console.error(`timelineV1/spawn props not found, ${t}`);
|
|
6432
6471
|
return;
|
|
6433
6472
|
}
|
|
6434
6473
|
const s = {};
|
|
6435
|
-
return D(s, n), s.basic.id = R(16), s.basic.key =
|
|
6474
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = Zt.key, s.children = [
|
|
6436
6475
|
Me(i, e, "timeline 1"),
|
|
6437
6476
|
Me(i, e, "timeline 2"),
|
|
6438
6477
|
Me(i, e, "timeline 3")
|
|
@@ -6444,15 +6483,15 @@ function Me(i, e, t) {
|
|
|
6444
6483
|
console.error(`timelineV1/spawnEntry prop tag not found, ${r}`);
|
|
6445
6484
|
return;
|
|
6446
6485
|
}
|
|
6447
|
-
const s =
|
|
6486
|
+
const s = Kt.props[n];
|
|
6448
6487
|
if (!s) {
|
|
6449
6488
|
console.error(`timelineV1/spawnEntry props not found, ${r}`);
|
|
6450
6489
|
return;
|
|
6451
6490
|
}
|
|
6452
6491
|
const a = {};
|
|
6453
|
-
return D(a, s), a.basic.id = R(16), a.basic.key =
|
|
6492
|
+
return D(a, s), a.basic.id = R(16), a.basic.key = Kt.key, a.children = [ql(i, e, t)], a;
|
|
6454
6493
|
}
|
|
6455
|
-
function
|
|
6494
|
+
function ql(i, e, t) {
|
|
6456
6495
|
const r = `type=${i} subtype=${e}`, n = E(i, e);
|
|
6457
6496
|
if (!n) {
|
|
6458
6497
|
console.error(`timelineV1/spawnText prop tag not found, ${r}`);
|
|
@@ -6466,7 +6505,7 @@ function Kl(i, e, t) {
|
|
|
6466
6505
|
const a = {};
|
|
6467
6506
|
return D(a, s), a.basic.id = R(16), a.basic.key = he.key, a.settings.text = t, a;
|
|
6468
6507
|
}
|
|
6469
|
-
const
|
|
6508
|
+
const Jl = j(Q), Xl = j(Q), ai = {
|
|
6470
6509
|
key: "settings",
|
|
6471
6510
|
name: "x-runtime-lib.settings",
|
|
6472
6511
|
children: [
|
|
@@ -6514,7 +6553,7 @@ const Zl = G(Q), ql = G(Q), li = {
|
|
|
6514
6553
|
ui: "switch",
|
|
6515
6554
|
default: !1
|
|
6516
6555
|
},
|
|
6517
|
-
|
|
6556
|
+
Jl
|
|
6518
6557
|
]
|
|
6519
6558
|
},
|
|
6520
6559
|
{
|
|
@@ -6540,50 +6579,50 @@ const Zl = G(Q), ql = G(Q), li = {
|
|
|
6540
6579
|
ui: "numInput",
|
|
6541
6580
|
default: 0
|
|
6542
6581
|
},
|
|
6543
|
-
|
|
6582
|
+
Xl
|
|
6544
6583
|
]
|
|
6545
6584
|
}
|
|
6546
6585
|
]
|
|
6547
|
-
},
|
|
6548
|
-
key:
|
|
6586
|
+
}, Zt = {
|
|
6587
|
+
key: Vt,
|
|
6549
6588
|
name: "x-runtime-lib.timeline",
|
|
6550
|
-
comp:
|
|
6589
|
+
comp: Yr,
|
|
6551
6590
|
props: {
|
|
6552
|
-
pageCommon: [
|
|
6553
|
-
compCommon: [
|
|
6591
|
+
pageCommon: [g, ai],
|
|
6592
|
+
compCommon: [g, ai]
|
|
6554
6593
|
},
|
|
6555
6594
|
events: [],
|
|
6556
6595
|
methods: [],
|
|
6557
6596
|
slots: [],
|
|
6558
|
-
spawn:
|
|
6597
|
+
spawn: Zl
|
|
6559
6598
|
};
|
|
6560
|
-
|
|
6561
|
-
const
|
|
6599
|
+
S(Zt);
|
|
6600
|
+
const qt = {
|
|
6562
6601
|
key: no,
|
|
6563
6602
|
name: "x-runtime-lib.windowItem",
|
|
6564
|
-
comp:
|
|
6603
|
+
comp: sl,
|
|
6565
6604
|
props: {
|
|
6566
|
-
pageCommon: [
|
|
6567
|
-
compCommon: [
|
|
6605
|
+
pageCommon: [g],
|
|
6606
|
+
compCommon: [g]
|
|
6568
6607
|
},
|
|
6569
6608
|
events: [],
|
|
6570
6609
|
methods: [],
|
|
6571
6610
|
slots: []
|
|
6572
6611
|
};
|
|
6573
|
-
|
|
6574
|
-
function
|
|
6612
|
+
S(qt);
|
|
6613
|
+
function Yl(i, e) {
|
|
6575
6614
|
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
6576
6615
|
if (!r) {
|
|
6577
6616
|
console.error(`windowV1/spawn prop tag not found, ${t}`);
|
|
6578
6617
|
return;
|
|
6579
6618
|
}
|
|
6580
|
-
const n =
|
|
6619
|
+
const n = Jt.props[r];
|
|
6581
6620
|
if (!n) {
|
|
6582
6621
|
console.error(`windowV1/spawn props not found, ${t}`);
|
|
6583
6622
|
return;
|
|
6584
6623
|
}
|
|
6585
6624
|
const s = {};
|
|
6586
|
-
return D(s, n), s.basic.id = R(16), s.basic.key =
|
|
6625
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = Jt.key, s.children = [
|
|
6587
6626
|
Fe(i, e, "window 1"),
|
|
6588
6627
|
Fe(i, e, "window 2"),
|
|
6589
6628
|
Fe(i, e, "window 3")
|
|
@@ -6595,15 +6634,15 @@ function Fe(i, e, t) {
|
|
|
6595
6634
|
console.error(`windowV1/spawnEntry prop tag not found, ${r}`);
|
|
6596
6635
|
return;
|
|
6597
6636
|
}
|
|
6598
|
-
const s =
|
|
6637
|
+
const s = qt.props[n];
|
|
6599
6638
|
if (!s) {
|
|
6600
6639
|
console.error(`windowV1/spawnEntry props not found, ${r}`);
|
|
6601
6640
|
return;
|
|
6602
6641
|
}
|
|
6603
6642
|
const a = {};
|
|
6604
|
-
return D(a, s), a.basic.id = R(16), a.basic.key =
|
|
6643
|
+
return D(a, s), a.basic.id = R(16), a.basic.key = qt.key, a.children = [Ql(i, e, t)], a;
|
|
6605
6644
|
}
|
|
6606
|
-
function
|
|
6645
|
+
function Ql(i, e, t) {
|
|
6607
6646
|
const r = `type=${i} subtype=${e}`, n = E(i, e);
|
|
6608
6647
|
if (!n) {
|
|
6609
6648
|
console.error(`windowV1/spawnFlexLayout prop tag not found, ${r}`);
|
|
@@ -6615,9 +6654,9 @@ function Xl(i, e, t) {
|
|
|
6615
6654
|
return;
|
|
6616
6655
|
}
|
|
6617
6656
|
const a = {};
|
|
6618
|
-
return D(a, s), a.basic.id = R(16), a.basic.key = $e.key, a.size.height = "200px", a.settings.mainAlign.xs = "center", a.settings.crossAlign.xs = "center", a.settings.backgroundColor.mode = "theme", a.settings.backgroundColor.theme = "background2", a.children = [
|
|
6657
|
+
return D(a, s), a.basic.id = R(16), a.basic.key = $e.key, a.size.height = "200px", a.settings.mainAlign.xs = "center", a.settings.crossAlign.xs = "center", a.settings.backgroundColor.mode = "theme", a.settings.backgroundColor.theme = "background2", a.children = [ea(i, e, t)], a;
|
|
6619
6658
|
}
|
|
6620
|
-
function
|
|
6659
|
+
function ea(i, e, t) {
|
|
6621
6660
|
const r = `type=${i} subtype=${e}`, n = E(i, e);
|
|
6622
6661
|
if (!n) {
|
|
6623
6662
|
console.error(`windowV1/spawnText prop tag not found, ${r}`);
|
|
@@ -6631,7 +6670,7 @@ function Yl(i, e, t) {
|
|
|
6631
6670
|
const a = {};
|
|
6632
6671
|
return D(a, s), a.basic.id = R(16), a.basic.key = he.key, a.settings.text = t, a.settings.style.xs = "h6", a;
|
|
6633
6672
|
}
|
|
6634
|
-
const
|
|
6673
|
+
const ui = {
|
|
6635
6674
|
key: "settings",
|
|
6636
6675
|
name: "x-runtime-lib.settings",
|
|
6637
6676
|
children: [
|
|
@@ -6679,47 +6718,47 @@ const ai = {
|
|
|
6679
6718
|
default: !1
|
|
6680
6719
|
}
|
|
6681
6720
|
]
|
|
6682
|
-
},
|
|
6683
|
-
key:
|
|
6721
|
+
}, Jt = {
|
|
6722
|
+
key: $t,
|
|
6684
6723
|
name: "x-runtime-lib.window",
|
|
6685
|
-
comp:
|
|
6724
|
+
comp: nl,
|
|
6686
6725
|
props: {
|
|
6687
|
-
pageCommon: [
|
|
6688
|
-
compCommon: [
|
|
6726
|
+
pageCommon: [g, ui],
|
|
6727
|
+
compCommon: [g, ui]
|
|
6689
6728
|
},
|
|
6690
6729
|
events: [],
|
|
6691
6730
|
methods: [],
|
|
6692
6731
|
slots: [],
|
|
6693
|
-
spawn:
|
|
6732
|
+
spawn: Yl
|
|
6694
6733
|
};
|
|
6695
|
-
|
|
6696
|
-
const
|
|
6734
|
+
S(Jt);
|
|
6735
|
+
const ta = [
|
|
6697
6736
|
{ title: "x-runtime-lib.title", value: "title" },
|
|
6698
6737
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
6699
6738
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6700
6739
|
{ title: "x-runtime-lib.center", value: "center" }
|
|
6701
|
-
],
|
|
6740
|
+
], na = [
|
|
6702
6741
|
{ title: "x-runtime-lib.value", value: "value" },
|
|
6703
6742
|
{ title: "x-runtime-lib.category", value: "category" },
|
|
6704
6743
|
{ title: "x-runtime-lib.time", value: "time" },
|
|
6705
6744
|
{ title: "x-runtime-lib.log", value: "log" }
|
|
6706
|
-
],
|
|
6745
|
+
], ia = [
|
|
6707
6746
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6708
6747
|
{ title: "x-runtime-lib.solid", value: "solid" },
|
|
6709
6748
|
{ title: "x-runtime-lib.dashed", value: "dashed" },
|
|
6710
6749
|
{ title: "x-runtime-lib.dotted", value: "dotted" }
|
|
6711
|
-
],
|
|
6750
|
+
], oa = [
|
|
6712
6751
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6713
6752
|
{ title: "x-runtime-lib.theme", value: "theme" },
|
|
6714
6753
|
{ title: "x-runtime-lib.custom", value: "custom" }
|
|
6715
|
-
],
|
|
6754
|
+
], sa = [
|
|
6716
6755
|
{ title: "x-runtime-lib.default", value: "default" },
|
|
6717
6756
|
{ title: "x-runtime-lib.comfortable", value: "comfortable" },
|
|
6718
6757
|
{ title: "x-runtime-lib.compact", value: "compact" }
|
|
6719
|
-
],
|
|
6758
|
+
], ra = [
|
|
6720
6759
|
{ title: "x-runtime-lib.horizontal", value: "horizontal" },
|
|
6721
6760
|
{ title: "x-runtime-lib.vertical", value: "vertical" }
|
|
6722
|
-
],
|
|
6761
|
+
], la = [
|
|
6723
6762
|
{ title: "x-runtime-lib.underlined", value: "underlined" },
|
|
6724
6763
|
{ title: "x-runtime-lib.outlined", value: "outlined" },
|
|
6725
6764
|
{ title: "x-runtime-lib.filled", value: "filled" },
|
|
@@ -6727,20 +6766,20 @@ const Ql = [
|
|
|
6727
6766
|
{ title: "x-runtime-lib.soloInverted", value: "solo-inverted" },
|
|
6728
6767
|
{ title: "x-runtime-lib.soloFilled", value: "solo-filled" },
|
|
6729
6768
|
{ title: "x-runtime-lib.plain", value: "plain" }
|
|
6730
|
-
],
|
|
6769
|
+
], aa = [
|
|
6731
6770
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6732
6771
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6733
6772
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
6734
6773
|
{ title: "x-runtime-lib.center", value: "center" },
|
|
6735
6774
|
{ title: "x-runtime-lib.baseline", value: "baseline" },
|
|
6736
6775
|
{ title: "x-runtime-lib.stretch", value: "stretch" }
|
|
6737
|
-
],
|
|
6776
|
+
], ua = [
|
|
6738
6777
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6739
6778
|
{ title: "x-runtime-lib.row", value: "row" },
|
|
6740
6779
|
{ title: "x-runtime-lib.rowReverse", value: "rowReverse" },
|
|
6741
6780
|
{ title: "x-runtime-lib.column", value: "column" },
|
|
6742
6781
|
{ title: "x-runtime-lib.columnReverse", value: "columnReverse" }
|
|
6743
|
-
],
|
|
6782
|
+
], ca = [
|
|
6744
6783
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6745
6784
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6746
6785
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
@@ -6748,12 +6787,12 @@ const Ql = [
|
|
|
6748
6787
|
{ title: "x-runtime-lib.spaceBetween", value: "spaceBetween" },
|
|
6749
6788
|
{ title: "x-runtime-lib.spaceAround", value: "spaceAround" },
|
|
6750
6789
|
{ title: "x-runtime-lib.spaceEvenly", value: "spaceEvenly" }
|
|
6751
|
-
],
|
|
6790
|
+
], da = [
|
|
6752
6791
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6753
6792
|
{ title: "x-runtime-lib.no", value: "no" },
|
|
6754
6793
|
{ title: "x-runtime-lib.yes", value: "yes" },
|
|
6755
6794
|
{ title: "x-runtime-lib.reverse", value: "reverse" }
|
|
6756
|
-
],
|
|
6795
|
+
], ma = [
|
|
6757
6796
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6758
6797
|
{ title: "x-runtime-lib.black", value: "black" },
|
|
6759
6798
|
{ title: "x-runtime-lib.bold", value: "bold" },
|
|
@@ -6761,24 +6800,24 @@ const Ql = [
|
|
|
6761
6800
|
{ title: "x-runtime-lib.regular", value: "regular" },
|
|
6762
6801
|
{ title: "x-runtime-lib.light", value: "light" },
|
|
6763
6802
|
{ title: "x-runtime-lib.thin", value: "thin" }
|
|
6764
|
-
],
|
|
6803
|
+
], pa = [
|
|
6765
6804
|
{ title: "x-runtime-lib.elevated", value: "elevated" },
|
|
6766
6805
|
{ title: "x-runtime-lib.flat", value: "flat" },
|
|
6767
6806
|
{ title: "x-runtime-lib.tonal", value: "tonal" },
|
|
6768
6807
|
{ title: "x-runtime-lib.outlined", value: "outlined" },
|
|
6769
6808
|
{ title: "x-runtime-lib.text", value: "text" },
|
|
6770
6809
|
{ title: "x-runtime-lib.plain", value: "plain" }
|
|
6771
|
-
],
|
|
6810
|
+
], fa = [
|
|
6772
6811
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6773
6812
|
{ title: "x-runtime-lib.show", value: "show" },
|
|
6774
6813
|
{ title: "x-runtime-lib.always", value: "always" }
|
|
6775
|
-
],
|
|
6814
|
+
], ba = [
|
|
6776
6815
|
{ title: "x-runtime-lib.xSmall", value: "x-small" },
|
|
6777
6816
|
{ title: "x-runtime-lib.small", value: "small" },
|
|
6778
6817
|
{ title: "x-runtime-lib.default", value: "default" },
|
|
6779
6818
|
{ title: "x-runtime-lib.large", value: "large" },
|
|
6780
6819
|
{ title: "x-runtime-lib.xLarge", value: "x-large" }
|
|
6781
|
-
],
|
|
6820
|
+
], ya = [
|
|
6782
6821
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6783
6822
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6784
6823
|
{ title: "x-runtime-lib.center", value: "center" },
|
|
@@ -6786,18 +6825,18 @@ const Ql = [
|
|
|
6786
6825
|
{ title: "x-runtime-lib.justify", value: "justify" },
|
|
6787
6826
|
{ title: "x-runtime-lib.left", value: "left" },
|
|
6788
6827
|
{ title: "x-runtime-lib.right", value: "right" }
|
|
6789
|
-
],
|
|
6828
|
+
], ha = [
|
|
6790
6829
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6791
6830
|
{ title: "x-runtime-lib.none", value: "none" },
|
|
6792
6831
|
{ title: "x-runtime-lib.overline", value: "overline" },
|
|
6793
6832
|
{ title: "x-runtime-lib.underline", value: "underline" },
|
|
6794
6833
|
{ title: "x-runtime-lib.lineThrough", value: "line-through" }
|
|
6795
|
-
],
|
|
6834
|
+
], xa = [
|
|
6796
6835
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6797
6836
|
{ title: "x-runtime-lib.high", value: "high" },
|
|
6798
6837
|
{ title: "x-runtime-lib.medium", value: "medium" },
|
|
6799
6838
|
{ title: "x-runtime-lib.disabled", value: "disabled" }
|
|
6800
|
-
],
|
|
6839
|
+
], ga = [
|
|
6801
6840
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6802
6841
|
{ title: "x-runtime-lib.h1", value: "h1" },
|
|
6803
6842
|
{ title: "x-runtime-lib.h2", value: "h2" },
|
|
@@ -6812,7 +6851,7 @@ const Ql = [
|
|
|
6812
6851
|
{ title: "x-runtime-lib.button", value: "button" },
|
|
6813
6852
|
{ title: "x-runtime-lib.caption", value: "caption" },
|
|
6814
6853
|
{ title: "x-runtime-lib.overline", value: "overline" }
|
|
6815
|
-
],
|
|
6854
|
+
], va = [
|
|
6816
6855
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6817
6856
|
{ title: "x-runtime-lib.primary", value: "primary" },
|
|
6818
6857
|
{ title: "x-runtime-lib.secondary", value: "secondary" },
|
|
@@ -6823,53 +6862,53 @@ const Ql = [
|
|
|
6823
6862
|
{ title: "x-runtime-lib.background0", value: "background0" },
|
|
6824
6863
|
{ title: "x-runtime-lib.background1", value: "background1" },
|
|
6825
6864
|
{ title: "x-runtime-lib.background2", value: "background2" }
|
|
6826
|
-
],
|
|
6865
|
+
], ka = [
|
|
6827
6866
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6828
6867
|
{ title: "x-runtime-lib.show", value: "show" },
|
|
6829
6868
|
{ title: "x-runtime-lib.always", value: "always" }
|
|
6830
|
-
],
|
|
6869
|
+
], _a = [
|
|
6831
6870
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6832
6871
|
{ title: "x-runtime-lib.center", value: "center" }
|
|
6833
|
-
],
|
|
6872
|
+
], wa = [
|
|
6834
6873
|
{ title: "x-runtime-lib.horizontal", value: "horizontal" },
|
|
6835
6874
|
{ title: "x-runtime-lib.vertical", value: "vertical" }
|
|
6836
|
-
],
|
|
6875
|
+
], Va = [
|
|
6837
6876
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6838
6877
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
6839
6878
|
{ title: "x-runtime-lib.start", value: "start" }
|
|
6840
|
-
],
|
|
6879
|
+
], $a = [
|
|
6841
6880
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6842
6881
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
6843
6882
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6844
6883
|
{ title: "x-runtime-lib.both", value: "both" }
|
|
6845
|
-
],
|
|
6884
|
+
], Ia = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6846
6885
|
__proto__: null,
|
|
6847
|
-
alignTabsItemsV1:
|
|
6848
|
-
axisTypeItemsV1:
|
|
6849
|
-
borderStyleItemsV1:
|
|
6850
|
-
colorModeItemsV1:
|
|
6851
|
-
densityItemsV1:
|
|
6852
|
-
directionItemsV1:
|
|
6853
|
-
fieldVariantItemsV1:
|
|
6854
|
-
flexCrossAlignItemsV1:
|
|
6855
|
-
flexDirectionItemsV1:
|
|
6856
|
-
flexMainAlignItemsV1:
|
|
6857
|
-
flexWrapItemsV1:
|
|
6858
|
-
fontWeightItemsV1:
|
|
6859
|
-
sheetVariantItemsV1:
|
|
6860
|
-
showTicksItemsV1:
|
|
6861
|
-
sizeItemsV1:
|
|
6862
|
-
textAlignItemsV1:
|
|
6863
|
-
textDecorationItemsV1:
|
|
6864
|
-
textEmphasisItemsV1:
|
|
6865
|
-
textStyleItemsV1:
|
|
6866
|
-
themeColorItemsV1:
|
|
6867
|
-
thumbLabelItemsV1:
|
|
6868
|
-
timelineAlignItemsV1:
|
|
6869
|
-
timelineDirectionItemsV1:
|
|
6870
|
-
timelineSideItemsV1:
|
|
6871
|
-
timelineTruncateLineItemsV1:
|
|
6872
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6886
|
+
alignTabsItemsV1: ta,
|
|
6887
|
+
axisTypeItemsV1: na,
|
|
6888
|
+
borderStyleItemsV1: ia,
|
|
6889
|
+
colorModeItemsV1: oa,
|
|
6890
|
+
densityItemsV1: sa,
|
|
6891
|
+
directionItemsV1: ra,
|
|
6892
|
+
fieldVariantItemsV1: la,
|
|
6893
|
+
flexCrossAlignItemsV1: aa,
|
|
6894
|
+
flexDirectionItemsV1: ua,
|
|
6895
|
+
flexMainAlignItemsV1: ca,
|
|
6896
|
+
flexWrapItemsV1: da,
|
|
6897
|
+
fontWeightItemsV1: ma,
|
|
6898
|
+
sheetVariantItemsV1: pa,
|
|
6899
|
+
showTicksItemsV1: fa,
|
|
6900
|
+
sizeItemsV1: ba,
|
|
6901
|
+
textAlignItemsV1: ya,
|
|
6902
|
+
textDecorationItemsV1: ha,
|
|
6903
|
+
textEmphasisItemsV1: xa,
|
|
6904
|
+
textStyleItemsV1: ga,
|
|
6905
|
+
themeColorItemsV1: va,
|
|
6906
|
+
thumbLabelItemsV1: ka,
|
|
6907
|
+
timelineAlignItemsV1: _a,
|
|
6908
|
+
timelineDirectionItemsV1: wa,
|
|
6909
|
+
timelineSideItemsV1: Va,
|
|
6910
|
+
timelineTruncateLineItemsV1: $a
|
|
6911
|
+
}, Symbol.toStringTag, { value: "Module" })), Ca = [
|
|
6873
6912
|
{
|
|
6874
6913
|
title: "x-runtime-lib.notSet",
|
|
6875
6914
|
value: "",
|
|
@@ -6909,7 +6948,7 @@ const Ql = [
|
|
|
6909
6948
|
max: 1 / 0,
|
|
6910
6949
|
step: 1
|
|
6911
6950
|
}
|
|
6912
|
-
],
|
|
6951
|
+
], Sa = [
|
|
6913
6952
|
{
|
|
6914
6953
|
title: "x-runtime-lib.notSet",
|
|
6915
6954
|
value: "",
|
|
@@ -6931,7 +6970,7 @@ const Ql = [
|
|
|
6931
6970
|
validator: (i) => i === "right",
|
|
6932
6971
|
default: "right"
|
|
6933
6972
|
}
|
|
6934
|
-
],
|
|
6973
|
+
], Ta = [
|
|
6935
6974
|
{
|
|
6936
6975
|
title: "x-runtime-lib.notSet",
|
|
6937
6976
|
value: "",
|
|
@@ -6957,11 +6996,11 @@ const Ql = [
|
|
|
6957
6996
|
title: "x-runtime-lib.percent",
|
|
6958
6997
|
value: "percent",
|
|
6959
6998
|
ui: "percentInput",
|
|
6960
|
-
validator:
|
|
6999
|
+
validator: rn,
|
|
6961
7000
|
precision: 6,
|
|
6962
7001
|
default: "0%"
|
|
6963
7002
|
}
|
|
6964
|
-
],
|
|
7003
|
+
], za = [
|
|
6965
7004
|
{
|
|
6966
7005
|
title: "x-runtime-lib.notSet",
|
|
6967
7006
|
value: "",
|
|
@@ -6981,12 +7020,12 @@ const Ql = [
|
|
|
6981
7020
|
title: "x-runtime-lib.percent",
|
|
6982
7021
|
value: "percent",
|
|
6983
7022
|
ui: "percentInput",
|
|
6984
|
-
validator:
|
|
7023
|
+
validator: rn,
|
|
6985
7024
|
precision: 6,
|
|
6986
7025
|
min: 0,
|
|
6987
7026
|
default: "0%"
|
|
6988
7027
|
}
|
|
6989
|
-
],
|
|
7028
|
+
], Aa = [
|
|
6990
7029
|
{
|
|
6991
7030
|
title: "x-runtime-lib.notSet",
|
|
6992
7031
|
value: "",
|
|
@@ -7006,12 +7045,12 @@ const Ql = [
|
|
|
7006
7045
|
title: "x-runtime-lib.percent",
|
|
7007
7046
|
value: "percent",
|
|
7008
7047
|
ui: "percentInput",
|
|
7009
|
-
validator:
|
|
7048
|
+
validator: rn,
|
|
7010
7049
|
precision: 6,
|
|
7011
7050
|
min: 0,
|
|
7012
7051
|
default: "0%"
|
|
7013
7052
|
}
|
|
7014
|
-
],
|
|
7053
|
+
], Pa = [
|
|
7015
7054
|
{
|
|
7016
7055
|
title: "x-runtime-lib.notSet",
|
|
7017
7056
|
value: "",
|
|
@@ -7040,7 +7079,7 @@ const Ql = [
|
|
|
7040
7079
|
validator: (i) => i === "end",
|
|
7041
7080
|
default: "end"
|
|
7042
7081
|
}
|
|
7043
|
-
],
|
|
7082
|
+
], Na = [
|
|
7044
7083
|
{
|
|
7045
7084
|
title: "x-runtime-lib.notSet",
|
|
7046
7085
|
value: "",
|
|
@@ -7062,24 +7101,24 @@ const Ql = [
|
|
|
7062
7101
|
validator: (i) => i === "bottom",
|
|
7063
7102
|
default: "bottom"
|
|
7064
7103
|
}
|
|
7065
|
-
],
|
|
7104
|
+
], Wa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7066
7105
|
__proto__: null,
|
|
7067
|
-
borderWidthTypesV1:
|
|
7068
|
-
leftRightTypesV1:
|
|
7069
|
-
marginTypesV1:
|
|
7070
|
-
paddingTypesV1:
|
|
7071
|
-
sizeTypesV1:
|
|
7072
|
-
tableColumnAlignTypesV1:
|
|
7073
|
-
topBottomTypesV1:
|
|
7074
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7106
|
+
borderWidthTypesV1: Ca,
|
|
7107
|
+
leftRightTypesV1: Sa,
|
|
7108
|
+
marginTypesV1: Ta,
|
|
7109
|
+
paddingTypesV1: za,
|
|
7110
|
+
sizeTypesV1: Aa,
|
|
7111
|
+
tableColumnAlignTypesV1: Pa,
|
|
7112
|
+
topBottomTypesV1: Na
|
|
7113
|
+
}, Symbol.toStringTag, { value: "Module" })), La = {
|
|
7075
7114
|
version: "v1",
|
|
7076
7115
|
globalityKey: lt,
|
|
7077
7116
|
refKey: Se,
|
|
7078
|
-
items: { ...
|
|
7079
|
-
types: { ...
|
|
7117
|
+
items: { ...Ia },
|
|
7118
|
+
types: { ...Wa },
|
|
7080
7119
|
elements: /* @__PURE__ */ new Set([
|
|
7081
7120
|
Ue,
|
|
7082
|
-
|
|
7121
|
+
vn,
|
|
7083
7122
|
Ge,
|
|
7084
7123
|
je,
|
|
7085
7124
|
Oe,
|
|
@@ -7089,7 +7128,6 @@ const Ql = [
|
|
|
7089
7128
|
Je,
|
|
7090
7129
|
Xe,
|
|
7091
7130
|
Ye,
|
|
7092
|
-
gn,
|
|
7093
7131
|
Qe,
|
|
7094
7132
|
et,
|
|
7095
7133
|
tt,
|
|
@@ -7101,7 +7139,6 @@ const Ql = [
|
|
|
7101
7139
|
lt,
|
|
7102
7140
|
rt,
|
|
7103
7141
|
at,
|
|
7104
|
-
vn,
|
|
7105
7142
|
ut,
|
|
7106
7143
|
ct,
|
|
7107
7144
|
dt,
|
|
@@ -7113,19 +7150,20 @@ const Ql = [
|
|
|
7113
7150
|
bt,
|
|
7114
7151
|
yt,
|
|
7115
7152
|
ht,
|
|
7153
|
+
xt,
|
|
7116
7154
|
Ji,
|
|
7117
7155
|
Xi,
|
|
7118
7156
|
Yi,
|
|
7119
7157
|
Qi,
|
|
7120
|
-
xt,
|
|
7121
|
-
eo,
|
|
7122
7158
|
gt,
|
|
7159
|
+
eo,
|
|
7123
7160
|
vt,
|
|
7124
7161
|
kt,
|
|
7125
7162
|
_t,
|
|
7126
7163
|
wt,
|
|
7127
|
-
to,
|
|
7128
7164
|
Vt,
|
|
7165
|
+
to,
|
|
7166
|
+
$t,
|
|
7129
7167
|
no
|
|
7130
7168
|
]),
|
|
7131
7169
|
groups: [
|
|
@@ -7139,30 +7177,29 @@ const Ql = [
|
|
|
7139
7177
|
Qe,
|
|
7140
7178
|
ot,
|
|
7141
7179
|
nt,
|
|
7142
|
-
ut
|
|
7143
|
-
Se
|
|
7180
|
+
ut
|
|
7144
7181
|
]
|
|
7145
7182
|
},
|
|
7146
7183
|
{
|
|
7147
7184
|
key: "navigation",
|
|
7148
7185
|
name: "x-runtime-lib.navigation",
|
|
7149
|
-
items: [
|
|
7186
|
+
items: [vn, dt, vt]
|
|
7150
7187
|
},
|
|
7151
7188
|
{
|
|
7152
7189
|
key: "formRelated",
|
|
7153
7190
|
name: "x-runtime-lib.formRelated",
|
|
7154
7191
|
items: [
|
|
7155
7192
|
st,
|
|
7156
|
-
vt,
|
|
7157
|
-
_t,
|
|
7158
7193
|
kt,
|
|
7194
|
+
wt,
|
|
7195
|
+
_t,
|
|
7159
7196
|
ct,
|
|
7160
|
-
|
|
7197
|
+
yt,
|
|
7161
7198
|
Ye,
|
|
7162
|
-
|
|
7199
|
+
gt,
|
|
7163
7200
|
mt,
|
|
7164
7201
|
Ze,
|
|
7165
|
-
|
|
7202
|
+
ht,
|
|
7166
7203
|
pt,
|
|
7167
7204
|
it
|
|
7168
7205
|
]
|
|
@@ -7179,14 +7216,14 @@ const Ql = [
|
|
|
7179
7216
|
Oe,
|
|
7180
7217
|
je,
|
|
7181
7218
|
Je,
|
|
7182
|
-
|
|
7183
|
-
|
|
7219
|
+
xt,
|
|
7220
|
+
$t
|
|
7184
7221
|
]
|
|
7185
7222
|
},
|
|
7186
7223
|
{
|
|
7187
7224
|
key: "feedback",
|
|
7188
7225
|
name: "x-runtime-lib.feedback",
|
|
7189
|
-
items: [Ki, ft,
|
|
7226
|
+
items: [Ki, ft, Vt]
|
|
7190
7227
|
},
|
|
7191
7228
|
{
|
|
7192
7229
|
key: "imagesAndIcons",
|
|
@@ -7199,57 +7236,57 @@ const Ql = [
|
|
|
7199
7236
|
items: [Xe, tt]
|
|
7200
7237
|
},
|
|
7201
7238
|
{
|
|
7202
|
-
key: "
|
|
7203
|
-
name: "x-runtime-lib.
|
|
7204
|
-
items: [
|
|
7239
|
+
key: "dynamic",
|
|
7240
|
+
name: "x-runtime-lib.dynamic",
|
|
7241
|
+
items: [bt, Se]
|
|
7205
7242
|
}
|
|
7206
7243
|
]
|
|
7207
|
-
},
|
|
7208
|
-
v1:
|
|
7209
|
-
},
|
|
7244
|
+
}, yn = {
|
|
7245
|
+
v1: La
|
|
7246
|
+
}, Ba = (i, e, t) => {
|
|
7210
7247
|
const r = i[e];
|
|
7211
7248
|
return r ? typeof r == "function" ? r() : Promise.resolve(r) : new Promise((n, s) => {
|
|
7212
7249
|
(typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(s.bind(null, /* @__PURE__ */ new Error("Unknown variable dynamic import: " + e + (e.split("/").length !== t ? ". Note that variables only represent file names one level deep." : ""))));
|
|
7213
7250
|
});
|
|
7214
7251
|
};
|
|
7215
|
-
async function
|
|
7216
|
-
return (await
|
|
7252
|
+
async function su(i) {
|
|
7253
|
+
return (await Ba(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.bxvae9bx.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.pum3a9fg.js") }), `./locales/${i}/index.ts`, 4)).default;
|
|
7217
7254
|
}
|
|
7218
7255
|
export {
|
|
7219
|
-
|
|
7220
|
-
|
|
7256
|
+
iu as badgeV1,
|
|
7257
|
+
It as barChartV1,
|
|
7221
7258
|
Ci as breakpoints,
|
|
7222
|
-
|
|
7223
|
-
|
|
7224
|
-
|
|
7259
|
+
fl as btnGroupV1,
|
|
7260
|
+
bl as btnToggleV1,
|
|
7261
|
+
St as btnV1,
|
|
7225
7262
|
Si as calcBreakpoint,
|
|
7226
7263
|
Ve as cardV1,
|
|
7227
|
-
|
|
7228
|
-
|
|
7229
|
-
|
|
7230
|
-
|
|
7231
|
-
|
|
7232
|
-
|
|
7233
|
-
|
|
7234
|
-
|
|
7235
|
-
|
|
7264
|
+
hl as checkboxV1,
|
|
7265
|
+
zt as chipGroupV1,
|
|
7266
|
+
Tt as chipV1,
|
|
7267
|
+
vl as colorPickerV1,
|
|
7268
|
+
kl as comboboxV1,
|
|
7269
|
+
At as containerV1,
|
|
7270
|
+
_l as dataTableV1,
|
|
7271
|
+
wl as datePickerV1,
|
|
7272
|
+
Vl as dialogV1,
|
|
7236
7273
|
Po as duplicateNode,
|
|
7237
|
-
|
|
7274
|
+
ja as duplicateNodes,
|
|
7238
7275
|
ye as elements,
|
|
7239
|
-
|
|
7240
|
-
|
|
7241
|
-
|
|
7276
|
+
nu as ensureContext,
|
|
7277
|
+
ou as fileInputV1,
|
|
7278
|
+
Pt as flexLayoutEntryV1,
|
|
7242
7279
|
$e as flexLayoutV1,
|
|
7243
|
-
|
|
7280
|
+
Lt as formV1,
|
|
7244
7281
|
R as genId,
|
|
7245
7282
|
we as getBreakpointProp,
|
|
7246
|
-
|
|
7247
|
-
|
|
7248
|
-
|
|
7283
|
+
xn as getIndexOfBreakpoint,
|
|
7284
|
+
Ga as getNode,
|
|
7285
|
+
gn as getPropDefault,
|
|
7249
7286
|
E as getPropTag,
|
|
7250
|
-
|
|
7251
|
-
|
|
7252
|
-
|
|
7287
|
+
tu as getTypeColor,
|
|
7288
|
+
ul as globalityV1,
|
|
7289
|
+
zl as iconV1,
|
|
7253
7290
|
D as initProps,
|
|
7254
7291
|
M as injectDark,
|
|
7255
7292
|
ue as injectData,
|
|
@@ -7260,51 +7297,52 @@ export {
|
|
|
7260
7297
|
Di as injectOrg,
|
|
7261
7298
|
B as injectSandbox,
|
|
7262
7299
|
ae as injectType,
|
|
7263
|
-
|
|
7300
|
+
rn as isPercentStr,
|
|
7264
7301
|
Ne as isPixelStr,
|
|
7265
|
-
|
|
7266
|
-
|
|
7267
|
-
|
|
7302
|
+
Ct as lineChartV1,
|
|
7303
|
+
su as loadLocaleMessageRuntime,
|
|
7304
|
+
Al as menuV1,
|
|
7268
7305
|
Oi as newEventBus,
|
|
7269
|
-
|
|
7270
|
-
|
|
7306
|
+
Bt as numberInputV1,
|
|
7307
|
+
Nl as paginationV1,
|
|
7271
7308
|
Le as parsePercentStr,
|
|
7272
|
-
|
|
7273
|
-
|
|
7274
|
-
|
|
7275
|
-
|
|
7276
|
-
|
|
7277
|
-
|
|
7278
|
-
|
|
7279
|
-
|
|
7280
|
-
|
|
7309
|
+
Ua as parsePixelStr,
|
|
7310
|
+
yn as pkgs,
|
|
7311
|
+
Ja as provideDark,
|
|
7312
|
+
Ya as provideData,
|
|
7313
|
+
Qa as provideDepends,
|
|
7314
|
+
qa as provideDevice,
|
|
7315
|
+
Ka as provideEnv,
|
|
7316
|
+
Za as provideMode,
|
|
7317
|
+
Oa as provideOrg,
|
|
7281
7318
|
Fi as provideSandbox,
|
|
7282
|
-
|
|
7283
|
-
|
|
7284
|
-
|
|
7285
|
-
|
|
7286
|
-
|
|
7287
|
-
|
|
7319
|
+
Xa as provideType,
|
|
7320
|
+
Dt as radioGroupV1,
|
|
7321
|
+
Rt as radioV1,
|
|
7322
|
+
Bl as rangeSliderV1,
|
|
7323
|
+
Rl as ratingV1,
|
|
7324
|
+
cl as refV1,
|
|
7325
|
+
dl as renderSwitchV1,
|
|
7288
7326
|
zo as reverseBreakpoints,
|
|
7289
|
-
|
|
7290
|
-
|
|
7327
|
+
Dl as selectV1,
|
|
7328
|
+
El as sliderV1,
|
|
7291
7329
|
Ao as spawnNode,
|
|
7292
7330
|
Gi as startInterpreter,
|
|
7293
|
-
|
|
7294
|
-
|
|
7295
|
-
|
|
7296
|
-
|
|
7297
|
-
|
|
7331
|
+
Et as stepperHeaderV1,
|
|
7332
|
+
Mt as stepperItemV1,
|
|
7333
|
+
Ut as stepperV1,
|
|
7334
|
+
Ht as stepperWindowItemV1,
|
|
7335
|
+
Ft as stepperWindowV1,
|
|
7298
7336
|
ji as stopInterpreter,
|
|
7299
|
-
|
|
7300
|
-
|
|
7301
|
-
|
|
7302
|
-
|
|
7337
|
+
Gl as switchV1,
|
|
7338
|
+
Gt as tabV1,
|
|
7339
|
+
jt as tabsV1,
|
|
7340
|
+
Wt as textFieldV1,
|
|
7303
7341
|
he as textV1,
|
|
7304
|
-
|
|
7305
|
-
|
|
7306
|
-
|
|
7307
|
-
|
|
7308
|
-
|
|
7309
|
-
|
|
7342
|
+
Ot as textareaV1,
|
|
7343
|
+
Kt as timelineItemV1,
|
|
7344
|
+
Zt as timelineV1,
|
|
7345
|
+
eu as types,
|
|
7346
|
+
qt as windowItemV1,
|
|
7347
|
+
Jt as windowV1
|
|
7310
7348
|
};
|