x-runtime-lib 0.7.32 → 0.7.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/composables/element/common/size/v1/index.d.ts +2 -1
- package/dist/{i18n-en.kt9hy7ly.js → i18n-en.gzfmjy3s.js} +12 -0
- package/dist/{i18n-zhHans.d5y1j94g.js → i18n-zhHans.iikqghyl.js} +12 -0
- package/dist/index.js +757 -748
- package/dist/interpreter/bind/view.d.ts +1 -1
- package/dist/types/basic.d.ts +3 -7
- package/dist/types/element.d.ts +7 -7
- package/dist/types/meta.d.ts +5 -5
- package/dist/types/sandbox.d.ts +2 -2
- package/dist/utils/provideInject.d.ts +7 -3
- package/package.json +1 -1
- package/dist/composables/element/common/theme/v1/index.d.ts +0 -4
- package/dist/composables/element/misc/method.d.ts +0 -2
- package/dist/composables/element/misc/reactive.d.ts +0 -3
package/dist/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { computed as V, inject as oe, provide as se, readonly as Jt, onBeforeMount as no, onUnmounted as
|
|
1
|
+
import { computed as V, inject as oe, provide as se, readonly as Jt, onBeforeMount as no, onUnmounted as Ie, ref as be, watchEffect as Xt, watch as me, defineComponent as z, useTemplateRef as li, onMounted as ai, nextTick as ui, createElementBlock as re, openBlock as I, normalizeStyle as ie, createBlock as N, h as J, resolveComponent as W, unref as o, withCtx as P, renderSlot as j, createVNode as Z, isRef as X, createSlots as Yt, renderList as io, useId as ci, createCommentVNode as di, withModifiers as oo, normalizeClass as so, toDisplayString as ro } from "vue";
|
|
2
2
|
import { waitUtil as mi, eventBus as Qt, messageInfo as lo, messageSuccess as ao, messageWarning as pi, messageError as fi, createAxios as uo, globalObjects as He, openConfirmDlg as co, openPromptDlg as mo, useViewStack as bi, injectDark as po } from "x-essential-lib";
|
|
3
3
|
import { useTheme as fo } from "vuetify";
|
|
4
|
-
import { c as
|
|
4
|
+
import { c as G, u as bo, r as yi, e as hi, i as yo, a as ho, b as xo, d as go, f as vo, g as ko, h as _o, j as wo, I as Vo, m as $o, k as xi } from "./vendor.kp4chziz.js";
|
|
5
5
|
import { useI18n as gi } from "vue-i18n";
|
|
6
|
-
import { getErrorMessage as
|
|
7
|
-
const ye = {},
|
|
6
|
+
import { getErrorMessage as Io } from "x-error-lib";
|
|
7
|
+
const ye = {}, Co = {
|
|
8
8
|
key: "add",
|
|
9
|
-
name: "
|
|
9
|
+
name: "x-runtime-lib.add",
|
|
10
10
|
inputs: [],
|
|
11
11
|
outputs: [
|
|
12
12
|
{
|
|
@@ -16,7 +16,7 @@ const ye = {}, Io = {
|
|
|
16
16
|
}
|
|
17
17
|
]
|
|
18
18
|
}, T = (i) => {
|
|
19
|
-
i.leaf || i.methods.unshift(
|
|
19
|
+
i.leaf || i.methods.unshift(Co), ye[i.key] = i;
|
|
20
20
|
};
|
|
21
21
|
function vi(i) {
|
|
22
22
|
const e = V(() => i.node.legend?.show), t = V(() => i.node.legend?.data);
|
|
@@ -99,7 +99,7 @@ function nn(i) {
|
|
|
99
99
|
return { paddingTop: e, paddingLeft: t, paddingBottom: r, paddingRight: n, applyPadding: s };
|
|
100
100
|
}
|
|
101
101
|
const bn = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
|
|
102
|
-
function
|
|
102
|
+
function R(i) {
|
|
103
103
|
let e = "";
|
|
104
104
|
for (let t = 0; t < i; t++) {
|
|
105
105
|
const r = Math.floor(Math.random() * bn.length);
|
|
@@ -107,7 +107,7 @@ function B(i) {
|
|
|
107
107
|
}
|
|
108
108
|
return e;
|
|
109
109
|
}
|
|
110
|
-
function
|
|
110
|
+
function Ne(i) {
|
|
111
111
|
if (typeof i != "string" || !i.endsWith("px"))
|
|
112
112
|
return !1;
|
|
113
113
|
const e = i.substring(0, i.length - 2), t = parseFloat(e);
|
|
@@ -119,14 +119,14 @@ function on(i) {
|
|
|
119
119
|
const e = i.substring(0, i.length - 1), t = parseFloat(e);
|
|
120
120
|
return !isNaN(t);
|
|
121
121
|
}
|
|
122
|
-
function
|
|
122
|
+
function Ea(i) {
|
|
123
123
|
if (typeof i != "string" || !i.endsWith("px"))
|
|
124
124
|
return;
|
|
125
125
|
const e = i.substring(0, i.length - 2), t = parseFloat(e);
|
|
126
126
|
if (!isNaN(t) && t % 1 === 0)
|
|
127
127
|
return t;
|
|
128
128
|
}
|
|
129
|
-
function
|
|
129
|
+
function Le(i) {
|
|
130
130
|
if (typeof i != "string" || !i.endsWith("%"))
|
|
131
131
|
return;
|
|
132
132
|
const e = i.substring(0, i.length - 1), t = parseFloat(e);
|
|
@@ -134,7 +134,7 @@ function Ee(i) {
|
|
|
134
134
|
return t;
|
|
135
135
|
}
|
|
136
136
|
const $i = ["xs", "sm", "md", "lg", "xl"], So = [...$i].reverse();
|
|
137
|
-
function
|
|
137
|
+
function Ii(i) {
|
|
138
138
|
return i < 600 ? "xs" : i < 960 ? "sm" : i < 1280 ? "md" : i < 1920 ? "lg" : "xl";
|
|
139
139
|
}
|
|
140
140
|
function yn(i) {
|
|
@@ -149,7 +149,7 @@ function we(i, e) {
|
|
|
149
149
|
}
|
|
150
150
|
return t;
|
|
151
151
|
}
|
|
152
|
-
function
|
|
152
|
+
function E(i, e) {
|
|
153
153
|
if (i === "page") {
|
|
154
154
|
if (e == "common")
|
|
155
155
|
return "pageCommon";
|
|
@@ -163,13 +163,13 @@ function D(i, e) {
|
|
|
163
163
|
}
|
|
164
164
|
function hn(i, e) {
|
|
165
165
|
if (i.array)
|
|
166
|
-
return e ?
|
|
166
|
+
return e ? G(i.default) : G(i.defaultArray);
|
|
167
167
|
{
|
|
168
|
-
const t =
|
|
168
|
+
const t = G(i.default);
|
|
169
169
|
return (i.ui === "switch" || i.ui === "select" || i.ui === "colorPicker" || i.ui === "multiTypes" || i.ui === "compSelect") && !t ? void 0 : t;
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
|
-
function
|
|
172
|
+
function D(i, e) {
|
|
173
173
|
function t(r, n) {
|
|
174
174
|
if (n.ui) {
|
|
175
175
|
if (n.ui === "strInput" && n.static)
|
|
@@ -183,7 +183,7 @@ function R(i, e) {
|
|
|
183
183
|
e.forEach((r) => t(i, r));
|
|
184
184
|
}
|
|
185
185
|
function To(i, e, t, r, n) {
|
|
186
|
-
const s = `type=${i} subtype=${e} version=${t} ref=${r} keyOrRefid=${n}`, a =
|
|
186
|
+
const s = `type=${i} subtype=${e} version=${t} ref=${r} keyOrRefid=${n}`, a = E(i, e);
|
|
187
187
|
if (!a) {
|
|
188
188
|
console.error(`spawnNode prop tag not found, ${s}`);
|
|
189
189
|
return;
|
|
@@ -215,7 +215,7 @@ function To(i, e, t, r, n) {
|
|
|
215
215
|
key: ""
|
|
216
216
|
}
|
|
217
217
|
};
|
|
218
|
-
return
|
|
218
|
+
return D(d, c), d.basic.id = R(16), d.basic.key = p, d.ref = {
|
|
219
219
|
id: b
|
|
220
220
|
}, d;
|
|
221
221
|
} else {
|
|
@@ -243,7 +243,7 @@ function To(i, e, t, r, n) {
|
|
|
243
243
|
key: ""
|
|
244
244
|
}
|
|
245
245
|
};
|
|
246
|
-
return
|
|
246
|
+
return D(c, m), c.basic.id = R(16), c.basic.key = p, b.leaf || (c.children = []), c;
|
|
247
247
|
}
|
|
248
248
|
}
|
|
249
249
|
}
|
|
@@ -266,9 +266,9 @@ function Ma(i, e) {
|
|
|
266
266
|
}
|
|
267
267
|
function zo(i) {
|
|
268
268
|
function e(r) {
|
|
269
|
-
r.basic.id =
|
|
269
|
+
r.basic.id = R(16), r.children?.forEach((n) => e(n));
|
|
270
270
|
}
|
|
271
|
-
const t =
|
|
271
|
+
const t = G(i);
|
|
272
272
|
return e(t), t;
|
|
273
273
|
}
|
|
274
274
|
function Fa(i) {
|
|
@@ -277,79 +277,79 @@ function Fa(i) {
|
|
|
277
277
|
e.push(zo(t));
|
|
278
278
|
}), e;
|
|
279
279
|
}
|
|
280
|
-
const
|
|
280
|
+
const Ci = "runtimeOrg", Si = "runtimeEnv", Ti = "runtimeMode", zi = "runtimeDevice", Ai = "runtimeDark", Pi = "runtimeType", Ni = "runtimeData", Wi = "runtimeDepends", Li = "runtimeSandbox";
|
|
281
281
|
function Ha(i) {
|
|
282
|
-
se(
|
|
282
|
+
se(Ci, i);
|
|
283
283
|
}
|
|
284
|
-
function
|
|
285
|
-
return oe(
|
|
284
|
+
function Bi() {
|
|
285
|
+
return oe(Ci);
|
|
286
286
|
}
|
|
287
|
-
function
|
|
287
|
+
function Ua(i) {
|
|
288
288
|
se(Si, i);
|
|
289
289
|
}
|
|
290
|
-
function
|
|
290
|
+
function Ri() {
|
|
291
291
|
return oe(Si);
|
|
292
292
|
}
|
|
293
|
-
function
|
|
293
|
+
function Ga(i) {
|
|
294
294
|
se(Ti, i);
|
|
295
295
|
}
|
|
296
296
|
function A() {
|
|
297
297
|
return oe(Ti);
|
|
298
298
|
}
|
|
299
|
-
function
|
|
299
|
+
function ja(i) {
|
|
300
300
|
se(zi, Jt(i));
|
|
301
301
|
}
|
|
302
302
|
function le() {
|
|
303
303
|
return oe(zi);
|
|
304
304
|
}
|
|
305
|
-
function
|
|
305
|
+
function Oa(i) {
|
|
306
306
|
se(Ai, Jt(i));
|
|
307
307
|
}
|
|
308
308
|
function M() {
|
|
309
309
|
return oe(Ai);
|
|
310
310
|
}
|
|
311
|
-
function
|
|
312
|
-
se(
|
|
311
|
+
function Ka(i) {
|
|
312
|
+
se(Pi, i);
|
|
313
313
|
}
|
|
314
314
|
function ae() {
|
|
315
|
-
return oe(
|
|
315
|
+
return oe(Pi);
|
|
316
316
|
}
|
|
317
317
|
function Za(i) {
|
|
318
|
-
se(
|
|
318
|
+
se(Ni, i);
|
|
319
319
|
}
|
|
320
320
|
function ue() {
|
|
321
|
-
return oe(
|
|
321
|
+
return oe(Ni);
|
|
322
322
|
}
|
|
323
323
|
function qa(i) {
|
|
324
|
-
se(
|
|
324
|
+
se(Wi, Jt(i));
|
|
325
325
|
}
|
|
326
|
-
function
|
|
327
|
-
return oe(
|
|
326
|
+
function Di() {
|
|
327
|
+
return oe(Wi);
|
|
328
328
|
}
|
|
329
|
-
function
|
|
330
|
-
se(
|
|
329
|
+
function Ei(i) {
|
|
330
|
+
se(Li, i);
|
|
331
331
|
}
|
|
332
|
-
function
|
|
333
|
-
return oe(
|
|
332
|
+
function B() {
|
|
333
|
+
return oe(Li);
|
|
334
334
|
}
|
|
335
335
|
function pe(i, e, t) {
|
|
336
336
|
const r = V(() => t.node.size?.width), n = V(() => t.node.size?.minWidth), s = V(() => t.node.size?.maxWidth), a = V(() => {
|
|
337
337
|
if (t.outer && i === "editor") {
|
|
338
|
-
const m =
|
|
338
|
+
const m = Le(t.node.size?.height);
|
|
339
339
|
if (m)
|
|
340
340
|
return m / 100 * e.value.height + "px";
|
|
341
341
|
}
|
|
342
342
|
return t.node.size?.height;
|
|
343
343
|
}), u = V(() => {
|
|
344
344
|
if (t.outer && i === "editor") {
|
|
345
|
-
const m =
|
|
345
|
+
const m = Le(t.node.size?.minHeight);
|
|
346
346
|
if (m)
|
|
347
347
|
return m / 100 * e.value.height + "px";
|
|
348
348
|
}
|
|
349
349
|
return t.node.size?.minHeight;
|
|
350
350
|
}), p = V(() => {
|
|
351
351
|
if (t.outer && i === "editor") {
|
|
352
|
-
const m =
|
|
352
|
+
const m = Le(t.node.size?.maxHeight);
|
|
353
353
|
if (m)
|
|
354
354
|
return m / 100 * e.value.height + "px";
|
|
355
355
|
}
|
|
@@ -364,7 +364,7 @@ function Mi(i, e, t) {
|
|
|
364
364
|
const r = V(() => e.node.basic.id), n = V(() => `callMethod@${r.value}`);
|
|
365
365
|
no(() => {
|
|
366
366
|
i.eventBus?.on(n.value, t);
|
|
367
|
-
}),
|
|
367
|
+
}), Ie(() => {
|
|
368
368
|
i.eventBus?.off(n.value, t);
|
|
369
369
|
});
|
|
370
370
|
}
|
|
@@ -383,7 +383,7 @@ const Ao = (i, e, t) => {
|
|
|
383
383
|
console.assert(!1);
|
|
384
384
|
} else
|
|
385
385
|
return r;
|
|
386
|
-
},
|
|
386
|
+
}, Po = (i, e, t, r) => {
|
|
387
387
|
let n = i;
|
|
388
388
|
if (!n) {
|
|
389
389
|
console.assert(!1);
|
|
@@ -401,28 +401,28 @@ function l(i, e, t, r, n) {
|
|
|
401
401
|
let a = Ao(t.node, r, n);
|
|
402
402
|
i === "editor" && r[r.length - 1] === "readonly" && (a = !0), s.value = a;
|
|
403
403
|
}), me(s, () => {
|
|
404
|
-
|
|
404
|
+
Po(t.node, r, s.value, n);
|
|
405
405
|
}), { prop: s };
|
|
406
406
|
}
|
|
407
|
-
function
|
|
407
|
+
function U(i) {
|
|
408
408
|
return { theme: V(() => i.value ? "dark" : "light") };
|
|
409
409
|
}
|
|
410
|
-
const
|
|
411
|
-
color:
|
|
412
|
-
backgroundColor:
|
|
413
|
-
textStyle:
|
|
414
|
-
title:
|
|
415
|
-
line:
|
|
416
|
-
radar:
|
|
417
|
-
bar:
|
|
410
|
+
const No = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Wo = "#242424", Lo = {}, Bo = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, Ro = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Do = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Eo = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Mo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Fo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ho = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Uo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Go = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, jo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Oo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ko = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, Zo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, qo = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Jo = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Xo = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Yo = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Qo = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, es = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, ts = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, ns = { textStyle: { color: "#eeeeee" } }, is = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, os = { lineStyle: { color: "#eeeeee", width: 1 }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: 0.5 }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: 0.5 }, label: { color: "#eeeeee" } } }, ss = { color: ["#bf444c", "#d88273", "#f6efa6"] }, rs = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, ls = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, as = {
|
|
411
|
+
color: No,
|
|
412
|
+
backgroundColor: Wo,
|
|
413
|
+
textStyle: Lo,
|
|
414
|
+
title: Bo,
|
|
415
|
+
line: Ro,
|
|
416
|
+
radar: Do,
|
|
417
|
+
bar: Eo,
|
|
418
418
|
pie: Mo,
|
|
419
419
|
scatter: Fo,
|
|
420
420
|
boxplot: Ho,
|
|
421
|
-
parallel:
|
|
422
|
-
sankey:
|
|
423
|
-
funnel:
|
|
424
|
-
gauge:
|
|
425
|
-
candlestick:
|
|
421
|
+
parallel: Uo,
|
|
422
|
+
sankey: Go,
|
|
423
|
+
funnel: jo,
|
|
424
|
+
gauge: Oo,
|
|
425
|
+
candlestick: Ko,
|
|
426
426
|
graph: Zo,
|
|
427
427
|
map: qo,
|
|
428
428
|
geo: Jo,
|
|
@@ -437,7 +437,7 @@ const Po = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#
|
|
|
437
437
|
visualMap: ss,
|
|
438
438
|
dataZoom: rs,
|
|
439
439
|
markPoint: ls
|
|
440
|
-
}, us = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], cs = "#f5f5f5", ds = {}, ms = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, ps = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, fs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, bs = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, ys = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, hs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, xs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, gs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, vs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ks = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, _s = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ws = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, Vs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, $s = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } },
|
|
440
|
+
}, us = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], cs = "#f5f5f5", ds = {}, ms = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, ps = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, fs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, bs = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, ys = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, hs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, xs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, gs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, vs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ks = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, _s = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ws = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, Vs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, $s = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Is = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, Cs = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Ss = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, Ts = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, zs = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, As = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Ps = { textStyle: { color: "#333333" } }, Ns = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, Ws = { lineStyle: { color: "#eeeeee", width: "2" }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, label: { color: "#eeeeee" } } }, Ls = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Bs = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, Rs = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Ds = {
|
|
441
441
|
color: us,
|
|
442
442
|
backgroundColor: cs,
|
|
443
443
|
textStyle: ds,
|
|
@@ -455,18 +455,18 @@ const Po = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#
|
|
|
455
455
|
candlestick: ws,
|
|
456
456
|
graph: Vs,
|
|
457
457
|
map: $s,
|
|
458
|
-
geo:
|
|
459
|
-
categoryAxis:
|
|
458
|
+
geo: Is,
|
|
459
|
+
categoryAxis: Cs,
|
|
460
460
|
valueAxis: Ss,
|
|
461
461
|
logAxis: Ts,
|
|
462
462
|
timeAxis: zs,
|
|
463
463
|
toolbox: As,
|
|
464
|
-
legend:
|
|
465
|
-
tooltip:
|
|
466
|
-
timeline:
|
|
467
|
-
visualMap:
|
|
468
|
-
dataZoom:
|
|
469
|
-
markPoint:
|
|
464
|
+
legend: Ps,
|
|
465
|
+
tooltip: Ns,
|
|
466
|
+
timeline: Ws,
|
|
467
|
+
visualMap: Ls,
|
|
468
|
+
dataZoom: Bs,
|
|
469
|
+
markPoint: Rs
|
|
470
470
|
};
|
|
471
471
|
bo([
|
|
472
472
|
yo,
|
|
@@ -479,8 +479,8 @@ bo([
|
|
|
479
479
|
wo
|
|
480
480
|
]);
|
|
481
481
|
yi("dark", as);
|
|
482
|
-
yi("light",
|
|
483
|
-
const
|
|
482
|
+
yi("light", Ds);
|
|
483
|
+
const Es = /* @__PURE__ */ z({
|
|
484
484
|
__name: "index",
|
|
485
485
|
props: {
|
|
486
486
|
node: {},
|
|
@@ -492,20 +492,20 @@ const Ds = /* @__PURE__ */ z({
|
|
|
492
492
|
return s === "page" ? H === "common" ? f(S) : console.assert(!1) : s === "comp" && H === "common" ? f(S) : console.assert(!1), S;
|
|
493
493
|
}), $ = li("chart");
|
|
494
494
|
let g;
|
|
495
|
-
const
|
|
495
|
+
const C = () => {
|
|
496
496
|
g?.dispose(), g = hi.init($.value, n.value ? "dark" : "light");
|
|
497
497
|
const S = {};
|
|
498
498
|
g.setOption(S);
|
|
499
|
-
},
|
|
499
|
+
}, L = () => {
|
|
500
500
|
g?.resize();
|
|
501
501
|
}, F = () => {
|
|
502
502
|
const S = {};
|
|
503
503
|
k(S), h(S), y(S), w(S), _(S), g?.setOption(S, !0);
|
|
504
504
|
};
|
|
505
505
|
return ai(async () => {
|
|
506
|
-
window.addEventListener("resize",
|
|
507
|
-
}),
|
|
508
|
-
window.removeEventListener("resize",
|
|
506
|
+
window.addEventListener("resize", L, !1), await mi(() => !!$.value), C(), F();
|
|
507
|
+
}), Ie(() => {
|
|
508
|
+
window.removeEventListener("resize", L, !1), g?.dispose();
|
|
509
509
|
}), me(
|
|
510
510
|
[
|
|
511
511
|
() => r.value.width,
|
|
@@ -518,17 +518,17 @@ const Ds = /* @__PURE__ */ z({
|
|
|
518
518
|
d
|
|
519
519
|
],
|
|
520
520
|
async () => {
|
|
521
|
-
await ui(),
|
|
521
|
+
await ui(), L();
|
|
522
522
|
}
|
|
523
523
|
), me([n], () => {
|
|
524
|
-
|
|
524
|
+
C(), F();
|
|
525
525
|
}), me(
|
|
526
526
|
[e],
|
|
527
527
|
() => {
|
|
528
528
|
F();
|
|
529
529
|
},
|
|
530
530
|
{ deep: !0 }
|
|
531
|
-
), (S, H) => (
|
|
531
|
+
), (S, H) => (I(), re("div", {
|
|
532
532
|
ref: "chart",
|
|
533
533
|
style: ie(x.value)
|
|
534
534
|
}, null, 4));
|
|
@@ -545,20 +545,20 @@ const Ds = /* @__PURE__ */ z({
|
|
|
545
545
|
return s === "page" ? H === "common" ? f(S) : console.assert(!1) : s === "comp" && H === "common" ? f(S) : console.assert(!1), S;
|
|
546
546
|
}), $ = li("chart");
|
|
547
547
|
let g;
|
|
548
|
-
const
|
|
548
|
+
const C = () => {
|
|
549
549
|
g?.dispose(), g = hi.init($.value, n.value ? "dark" : "light");
|
|
550
550
|
const S = {};
|
|
551
551
|
g.setOption(S);
|
|
552
|
-
},
|
|
552
|
+
}, L = () => {
|
|
553
553
|
g?.resize();
|
|
554
554
|
}, F = () => {
|
|
555
555
|
const S = {};
|
|
556
556
|
k(S), h(S), y(S), w(S), _(S), g?.setOption(S, !0);
|
|
557
557
|
};
|
|
558
558
|
return ai(async () => {
|
|
559
|
-
window.addEventListener("resize",
|
|
560
|
-
}),
|
|
561
|
-
window.removeEventListener("resize",
|
|
559
|
+
window.addEventListener("resize", L, !1), await mi(() => !!$.value), C(), F();
|
|
560
|
+
}), Ie(() => {
|
|
561
|
+
window.removeEventListener("resize", L, !1), g?.dispose();
|
|
562
562
|
}), me(
|
|
563
563
|
[
|
|
564
564
|
() => r.value.width,
|
|
@@ -571,17 +571,17 @@ const Ds = /* @__PURE__ */ z({
|
|
|
571
571
|
d
|
|
572
572
|
],
|
|
573
573
|
async () => {
|
|
574
|
-
await ui(),
|
|
574
|
+
await ui(), L();
|
|
575
575
|
}
|
|
576
576
|
), me([n], () => {
|
|
577
|
-
|
|
577
|
+
C(), F();
|
|
578
578
|
}), me(
|
|
579
579
|
[e],
|
|
580
580
|
() => {
|
|
581
581
|
F();
|
|
582
582
|
},
|
|
583
583
|
{ deep: !0 }
|
|
584
|
-
), (S, H) => (
|
|
584
|
+
), (S, H) => (I(), re("div", {
|
|
585
585
|
ref: "chart",
|
|
586
586
|
style: ie(x.value)
|
|
587
587
|
}, null, 4));
|
|
@@ -677,14 +677,14 @@ const Fi = uo({
|
|
|
677
677
|
baseUrl: "http://localhost/computebase/",
|
|
678
678
|
onError: (i) => {
|
|
679
679
|
const { i18n: e } = He;
|
|
680
|
-
fi(
|
|
680
|
+
fi(Io(e, i));
|
|
681
681
|
}
|
|
682
682
|
});
|
|
683
683
|
window.API_URL && (Fi.defaults.baseURL = window.API_URL + "/computebase/");
|
|
684
684
|
function Hs(i) {
|
|
685
685
|
return Fi.post("callFunc", i);
|
|
686
686
|
}
|
|
687
|
-
function
|
|
687
|
+
function Us(i, e) {
|
|
688
688
|
async function t(r, n, s, a, u, p) {
|
|
689
689
|
const b = i.pseudoToNative(r), m = i.pseudoToNative(n), c = i.pseudoToNative(s), d = i.pseudoToNative(a), f = i.pseudoToNative(u);
|
|
690
690
|
try {
|
|
@@ -705,10 +705,10 @@ function Os(i, e) {
|
|
|
705
705
|
i.createAsyncFunction(t)
|
|
706
706
|
);
|
|
707
707
|
}
|
|
708
|
-
function
|
|
708
|
+
function Gs(i, e, t) {
|
|
709
709
|
console.assert(i || e || t);
|
|
710
710
|
}
|
|
711
|
-
class
|
|
711
|
+
class js {
|
|
712
712
|
context;
|
|
713
713
|
nodes;
|
|
714
714
|
constructor(e) {
|
|
@@ -748,8 +748,8 @@ class Gs {
|
|
|
748
748
|
this.getNode(e);
|
|
749
749
|
}
|
|
750
750
|
}
|
|
751
|
-
function
|
|
752
|
-
const r = new
|
|
751
|
+
function Os(i, e, t) {
|
|
752
|
+
const r = new js(i);
|
|
753
753
|
function n(d, f, k) {
|
|
754
754
|
const h = e.pseudoToNative(d), y = e.pseudoToNative(f), w = e.pseudoToNative(k), _ = r.addNode(h, y, w);
|
|
755
755
|
return e.nativeToPseudo(_);
|
|
@@ -762,7 +762,7 @@ function Ks(i, e, t) {
|
|
|
762
762
|
const k = e.pseudoToNative(d), h = e.pseudoToNative(f), y = `id=${k} keys=${h}`;
|
|
763
763
|
let w;
|
|
764
764
|
if (k === "globality" ? w = i.data.view : w = r.getNode(k), !w) {
|
|
765
|
-
console.error(`
|
|
765
|
+
console.error(`getPropV1 node not found, ${y}`);
|
|
766
766
|
return;
|
|
767
767
|
}
|
|
768
768
|
const _ = h.split("."), x = _.length;
|
|
@@ -771,7 +771,7 @@ function Ks(i, e, t) {
|
|
|
771
771
|
if ($ === x - 1)
|
|
772
772
|
return e.nativeToPseudo(w[g]);
|
|
773
773
|
if (!w) {
|
|
774
|
-
console.error(`
|
|
774
|
+
console.error(`getPropV1 unpkg failed, ${y}`);
|
|
775
775
|
return;
|
|
776
776
|
}
|
|
777
777
|
w = w[g];
|
|
@@ -781,20 +781,20 @@ function Ks(i, e, t) {
|
|
|
781
781
|
const h = e.pseudoToNative(d), y = e.pseudoToNative(f), w = e.pseudoToNative(k), _ = `id=${h} keys=${y} value=${w}`;
|
|
782
782
|
let x;
|
|
783
783
|
if (h === "globality" ? x = i.data.view : x = r.getNode(h), !x) {
|
|
784
|
-
console.error(`
|
|
784
|
+
console.error(`setPropV1 node not found, ${_}`);
|
|
785
785
|
return;
|
|
786
786
|
}
|
|
787
787
|
const $ = y.split("."), g = $.length;
|
|
788
|
-
for (let
|
|
789
|
-
const
|
|
790
|
-
if (
|
|
791
|
-
x[
|
|
788
|
+
for (let C = 0; C < g; C++) {
|
|
789
|
+
const L = $[C];
|
|
790
|
+
if (C === g - 1)
|
|
791
|
+
x[L] = w;
|
|
792
792
|
else {
|
|
793
793
|
if (!x) {
|
|
794
|
-
console.error(`
|
|
794
|
+
console.error(`setPropV1 unpkg failed, ${_}`);
|
|
795
795
|
return;
|
|
796
796
|
}
|
|
797
|
-
x = x[
|
|
797
|
+
x = x[L];
|
|
798
798
|
}
|
|
799
799
|
}
|
|
800
800
|
}
|
|
@@ -839,15 +839,15 @@ function Ks(i, e, t) {
|
|
|
839
839
|
e.createNativeFunction(s)
|
|
840
840
|
), e.setProperty(
|
|
841
841
|
t,
|
|
842
|
-
"
|
|
842
|
+
"__getPropV1__",
|
|
843
843
|
e.createNativeFunction(a)
|
|
844
844
|
), e.setProperty(
|
|
845
845
|
t,
|
|
846
|
-
"
|
|
846
|
+
"__setPropV1__",
|
|
847
847
|
e.createNativeFunction(u)
|
|
848
848
|
), e.setProperty(
|
|
849
849
|
t,
|
|
850
|
-
"
|
|
850
|
+
"__callMethodV1__",
|
|
851
851
|
e.createAsyncFunction(p)
|
|
852
852
|
), e.setProperty(
|
|
853
853
|
t,
|
|
@@ -863,8 +863,8 @@ function Ks(i, e, t) {
|
|
|
863
863
|
e.createAsyncFunction(c)
|
|
864
864
|
);
|
|
865
865
|
}
|
|
866
|
-
function
|
|
867
|
-
Fs(e, t),
|
|
866
|
+
function Ks(i, e, t) {
|
|
867
|
+
Fs(e, t), Us(e, t), Gs(i, e, t), Os(i, e, t);
|
|
868
868
|
}
|
|
869
869
|
const Zs = `
|
|
870
870
|
var __env__ = 'dev'
|
|
@@ -997,7 +997,7 @@ function Hi(i, e) {
|
|
|
997
997
|
const t = new Vo(
|
|
998
998
|
Ys,
|
|
999
999
|
(r, n) => {
|
|
1000
|
-
|
|
1000
|
+
Ks(i, r, n);
|
|
1001
1001
|
}
|
|
1002
1002
|
);
|
|
1003
1003
|
return t.appendCode(e), t.appendCode(`
|
|
@@ -1006,17 +1006,25 @@ __mode__ = '${i.mode}';
|
|
|
1006
1006
|
__triggerEvent__('globality', 'startup');
|
|
1007
1007
|
`), t.run(), t;
|
|
1008
1008
|
}
|
|
1009
|
-
function
|
|
1009
|
+
function Ui(i) {
|
|
1010
1010
|
i.appendCode("__destroy__();"), i.run();
|
|
1011
1011
|
}
|
|
1012
|
-
const Ja = [
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1012
|
+
const Ja = ["string", "number", "boolean", "array", "object"];
|
|
1013
|
+
function Xa(i) {
|
|
1014
|
+
switch (i) {
|
|
1015
|
+
case "string":
|
|
1016
|
+
return "#5ba58c";
|
|
1017
|
+
case "number":
|
|
1018
|
+
return "#5b67a5";
|
|
1019
|
+
case "boolean":
|
|
1020
|
+
return "#5b80a5";
|
|
1021
|
+
case "array":
|
|
1022
|
+
return "#745ba5";
|
|
1023
|
+
case "object":
|
|
1024
|
+
return "#80a55b";
|
|
1025
|
+
}
|
|
1026
|
+
}
|
|
1027
|
+
function Ya(i, e, t, r, n) {
|
|
1020
1028
|
let s = i;
|
|
1021
1029
|
for (let u = 0; u < e.length; u++)
|
|
1022
1030
|
if (s = s.children[e[u]], !s) {
|
|
@@ -1026,15 +1034,15 @@ function Xa(i, e, t, r, n) {
|
|
|
1026
1034
|
let a = s.children[t];
|
|
1027
1035
|
a ? a.dataSeq !== r && (a = {
|
|
1028
1036
|
dataSeq: r,
|
|
1029
|
-
data:
|
|
1037
|
+
data: G(n),
|
|
1030
1038
|
children: {}
|
|
1031
1039
|
}) : (a = {
|
|
1032
1040
|
dataSeq: r,
|
|
1033
|
-
data:
|
|
1041
|
+
data: G(n),
|
|
1034
1042
|
children: {}
|
|
1035
1043
|
}, s.children[t] = a);
|
|
1036
1044
|
}
|
|
1037
|
-
function
|
|
1045
|
+
function Gi() {
|
|
1038
1046
|
return $o();
|
|
1039
1047
|
}
|
|
1040
1048
|
const Qs = /* @__PURE__ */ z({
|
|
@@ -1046,10 +1054,10 @@ const Qs = /* @__PURE__ */ z({
|
|
|
1046
1054
|
outer: { type: Boolean }
|
|
1047
1055
|
},
|
|
1048
1056
|
setup(i) {
|
|
1049
|
-
const { t: e } = gi(), t = i, r =
|
|
1050
|
-
|
|
1057
|
+
const { t: e } = gi(), t = i, r = Bi(), n = Ri(), s = A(), a = le(), u = ae(), p = ue(), b = Di(), m = be(-1), c = be(), d = {};
|
|
1058
|
+
Ei(d);
|
|
1051
1059
|
const f = () => {
|
|
1052
|
-
d.eventBus && (d.eventBus = void 0), d.interpreter && (
|
|
1060
|
+
d.eventBus && (d.eventBus = void 0), d.interpreter && (Ui(d.interpreter), d.interpreter = void 0);
|
|
1053
1061
|
};
|
|
1054
1062
|
Xt(() => {
|
|
1055
1063
|
if (!t.refContext.refid) {
|
|
@@ -1061,43 +1069,43 @@ const Qs = /* @__PURE__ */ z({
|
|
|
1061
1069
|
m.value = -1, c.value = null, f(), Qt.emit("compNotAvail", t.refContext.refid);
|
|
1062
1070
|
return;
|
|
1063
1071
|
}
|
|
1064
|
-
if (m.value === g.dataSeq || (m.value = g.dataSeq, c.value =
|
|
1072
|
+
if (m.value === g.dataSeq || (m.value = g.dataSeq, c.value = G(g.data), s !== "runtime" && s !== "preview"))
|
|
1065
1073
|
return;
|
|
1066
1074
|
f();
|
|
1067
|
-
const
|
|
1068
|
-
if (
|
|
1069
|
-
const F =
|
|
1075
|
+
const C = c.value, L = C.code.script;
|
|
1076
|
+
if (L) {
|
|
1077
|
+
const F = Gi();
|
|
1070
1078
|
d.eventBus = F, d.interpreter = Hi(
|
|
1071
|
-
{ org: r, env: n, mode: s, type: u, data:
|
|
1072
|
-
|
|
1079
|
+
{ org: r, env: n, mode: s, type: u, data: C, eventBus: F },
|
|
1080
|
+
L
|
|
1073
1081
|
);
|
|
1074
1082
|
}
|
|
1075
|
-
}),
|
|
1083
|
+
}), Ie(() => {
|
|
1076
1084
|
f();
|
|
1077
1085
|
});
|
|
1078
1086
|
const { applySize: k } = pe(s, a, t), h = V(() => {
|
|
1079
|
-
const g = {},
|
|
1080
|
-
return u === "page" ?
|
|
1087
|
+
const g = {}, C = p.value.type;
|
|
1088
|
+
return u === "page" ? C === "common" ? k(g) : console.assert(!1) : u === "comp" && C === "common" ? k(g) : console.assert(!1), g;
|
|
1081
1089
|
});
|
|
1082
1090
|
function y(g) {
|
|
1083
|
-
const
|
|
1084
|
-
return
|
|
1091
|
+
const C = fn[p.value.version].refKey, L = ye[C];
|
|
1092
|
+
return L ? J(L.comp, {
|
|
1085
1093
|
refContext: {
|
|
1086
1094
|
parent: t.refContext,
|
|
1087
1095
|
refid: g.ref.id
|
|
1088
1096
|
},
|
|
1089
1097
|
node: g
|
|
1090
|
-
}) : (console.assert(!1, `ref element not found key=${
|
|
1098
|
+
}) : (console.assert(!1, `ref element not found key=${C}`), J("div", `ref element not found key=${C}`));
|
|
1091
1099
|
}
|
|
1092
1100
|
function w(g) {
|
|
1093
|
-
const
|
|
1094
|
-
if (!
|
|
1101
|
+
const C = ye[g.basic.key];
|
|
1102
|
+
if (!C)
|
|
1095
1103
|
return console.assert(!1, `element not found key=${g.basic.key}`), J("div", `element not found key=${g.basic.key}`);
|
|
1096
|
-
const
|
|
1097
|
-
return
|
|
1104
|
+
const L = [];
|
|
1105
|
+
return C.leaf || g.children?.forEach((F) => {
|
|
1098
1106
|
const S = _(F);
|
|
1099
|
-
|
|
1100
|
-
}), J(
|
|
1107
|
+
L.push(S);
|
|
1108
|
+
}), J(C.comp, { node: g }, { default: () => L });
|
|
1101
1109
|
}
|
|
1102
1110
|
function _(g) {
|
|
1103
1111
|
return g.ref ? y(g) : w(g);
|
|
@@ -1118,14 +1126,14 @@ const Qs = /* @__PURE__ */ z({
|
|
|
1118
1126
|
return c.value === void 0 ? J("div", { id: t.id }) : J("div", { id: t.id }, e("x-runtime-lib.compNotAvail"));
|
|
1119
1127
|
const g = c.value.type;
|
|
1120
1128
|
if (g === "common") {
|
|
1121
|
-
const
|
|
1122
|
-
return c.value.view.nodes.forEach((
|
|
1123
|
-
|
|
1124
|
-
}), J("div", { id: t.id, style: h.value },
|
|
1129
|
+
const C = [];
|
|
1130
|
+
return c.value.view.nodes.forEach((L) => {
|
|
1131
|
+
C.push(_(L));
|
|
1132
|
+
}), J("div", { id: t.id, style: h.value }, C);
|
|
1125
1133
|
} else
|
|
1126
1134
|
return console.assert(!1, `invalid subtype=${g}`), J("div", { id: t.id }, `invalid subtype=${g}`);
|
|
1127
1135
|
};
|
|
1128
|
-
return (g,
|
|
1136
|
+
return (g, C) => (I(), N($));
|
|
1129
1137
|
}
|
|
1130
1138
|
}), fe = /* @__PURE__ */ z({
|
|
1131
1139
|
__name: "index",
|
|
@@ -1134,10 +1142,10 @@ const Qs = /* @__PURE__ */ z({
|
|
|
1134
1142
|
state: {}
|
|
1135
1143
|
},
|
|
1136
1144
|
setup(i) {
|
|
1137
|
-
const { t: e } = gi(), t = i, r =
|
|
1138
|
-
|
|
1145
|
+
const { t: e } = gi(), t = i, r = Bi(), n = Ri(), s = A(), a = ae(), u = ue(), p = Di(), b = be(-1), m = be(), c = {};
|
|
1146
|
+
Ei(c);
|
|
1139
1147
|
const d = () => {
|
|
1140
|
-
c.eventBus && (c.eventBus = void 0), c.interpreter && (
|
|
1148
|
+
c.eventBus && (c.eventBus = void 0), c.interpreter && (Ui(c.interpreter), c.interpreter = void 0);
|
|
1141
1149
|
};
|
|
1142
1150
|
Xt(() => {
|
|
1143
1151
|
if (!t.refContext.refid) {
|
|
@@ -1149,18 +1157,18 @@ const Qs = /* @__PURE__ */ z({
|
|
|
1149
1157
|
b.value = -1, m.value = null, d(), Qt.emit("compNotAvail", t.refContext.refid);
|
|
1150
1158
|
return;
|
|
1151
1159
|
}
|
|
1152
|
-
if (b.value === x.dataSeq || (b.value = x.dataSeq, m.value =
|
|
1160
|
+
if (b.value === x.dataSeq || (b.value = x.dataSeq, m.value = G(x.data), s !== "runtime" && s !== "preview"))
|
|
1153
1161
|
return;
|
|
1154
1162
|
d();
|
|
1155
1163
|
const $ = m.value, g = $.code.script;
|
|
1156
1164
|
if (g) {
|
|
1157
|
-
const
|
|
1158
|
-
c.eventBus =
|
|
1159
|
-
{ org: r, env: n, mode: s, type: a, data: $, eventBus:
|
|
1165
|
+
const C = Gi();
|
|
1166
|
+
c.eventBus = C, c.interpreter = Hi(
|
|
1167
|
+
{ org: r, env: n, mode: s, type: a, data: $, eventBus: C },
|
|
1160
1168
|
g
|
|
1161
1169
|
);
|
|
1162
1170
|
}
|
|
1163
|
-
}),
|
|
1171
|
+
}), Ie(() => {
|
|
1164
1172
|
d();
|
|
1165
1173
|
});
|
|
1166
1174
|
const f = () => {
|
|
@@ -1188,8 +1196,8 @@ const Qs = /* @__PURE__ */ z({
|
|
|
1188
1196
|
if (!$)
|
|
1189
1197
|
return console.assert(!1, `element not found key=${x.basic.key}`), J("div", `element not found key=${x.basic.key}`);
|
|
1190
1198
|
const g = [];
|
|
1191
|
-
return $.leaf || x.children?.forEach((
|
|
1192
|
-
g.push(y(
|
|
1199
|
+
return $.leaf || x.children?.forEach((C) => {
|
|
1200
|
+
g.push(y(C));
|
|
1193
1201
|
}), J($.comp, { node: x }, { default: () => g });
|
|
1194
1202
|
}
|
|
1195
1203
|
function y(x) {
|
|
@@ -1218,7 +1226,7 @@ const Qs = /* @__PURE__ */ z({
|
|
|
1218
1226
|
} else
|
|
1219
1227
|
return console.assert(!1, `invalid subtype=${x}`), J("div", `invalid subtype=${x}`);
|
|
1220
1228
|
};
|
|
1221
|
-
return (x, $) => (
|
|
1229
|
+
return (x, $) => (I(), N(_));
|
|
1222
1230
|
}
|
|
1223
1231
|
}), er = /* @__PURE__ */ z({
|
|
1224
1232
|
__name: "index",
|
|
@@ -1227,7 +1235,7 @@ const Qs = /* @__PURE__ */ z({
|
|
|
1227
1235
|
outer: { type: Boolean }
|
|
1228
1236
|
},
|
|
1229
1237
|
setup(i) {
|
|
1230
|
-
const e = i, t = A(), r = M(), n =
|
|
1238
|
+
const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, ["settings", "content"]), { prop: a } = l(t, n, e, ["settings", "dot"]), { theme: u } = U(r), { prop: p } = l(t, n, e, [
|
|
1231
1239
|
"settings",
|
|
1232
1240
|
"offset",
|
|
1233
1241
|
"x"
|
|
@@ -1237,16 +1245,16 @@ const Qs = /* @__PURE__ */ z({
|
|
|
1237
1245
|
"y"
|
|
1238
1246
|
]);
|
|
1239
1247
|
return (m, c) => {
|
|
1240
|
-
const d =
|
|
1241
|
-
return
|
|
1248
|
+
const d = W("v-badge");
|
|
1249
|
+
return I(), N(d, {
|
|
1242
1250
|
content: o(s),
|
|
1243
1251
|
dot: o(a),
|
|
1244
1252
|
"offset-x": o(p),
|
|
1245
1253
|
"offset-y": o(b),
|
|
1246
1254
|
theme: o(u)
|
|
1247
1255
|
}, {
|
|
1248
|
-
default:
|
|
1249
|
-
|
|
1256
|
+
default: P(() => [
|
|
1257
|
+
j(m.$slots, "default")
|
|
1250
1258
|
]),
|
|
1251
1259
|
_: 3
|
|
1252
1260
|
}, 8, ["content", "dot", "offset-x", "offset-y", "theme"]);
|
|
@@ -1262,12 +1270,12 @@ const Qs = /* @__PURE__ */ z({
|
|
|
1262
1270
|
const r = {};
|
|
1263
1271
|
return i.fitContent && (r.width = "fit-content", r.height = "fit-content"), r;
|
|
1264
1272
|
});
|
|
1265
|
-
return (r, n) => o(e) === "editor" ? (
|
|
1273
|
+
return (r, n) => o(e) === "editor" ? (I(), re("div", {
|
|
1266
1274
|
key: 0,
|
|
1267
1275
|
style: ie(t.value)
|
|
1268
1276
|
}, [
|
|
1269
|
-
|
|
1270
|
-
], 4)) :
|
|
1277
|
+
j(r.$slots, "default")
|
|
1278
|
+
], 4)) : j(r.$slots, "default", { key: 1 });
|
|
1271
1279
|
}
|
|
1272
1280
|
}), tr = /* @__PURE__ */ z({
|
|
1273
1281
|
__name: "index",
|
|
@@ -1276,7 +1284,7 @@ const Qs = /* @__PURE__ */ z({
|
|
|
1276
1284
|
outer: { type: Boolean }
|
|
1277
1285
|
},
|
|
1278
1286
|
setup(i) {
|
|
1279
|
-
const e = i, t = A(), r = M(), n =
|
|
1287
|
+
const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, [
|
|
1280
1288
|
"settings",
|
|
1281
1289
|
"addIcon",
|
|
1282
1290
|
"append"
|
|
@@ -1290,19 +1298,19 @@ const Qs = /* @__PURE__ */ z({
|
|
|
1290
1298
|
]), { prop: _ } = l(t, n, e, [
|
|
1291
1299
|
"settings",
|
|
1292
1300
|
"readonly"
|
|
1293
|
-
]), { prop: x } = l(t, n, e, ["settings", "ripple"]), { prop: $ } = l(t, n, e, ["settings", "size"]), { prop: g } = l(t, n, e, ["settings", "stacked"]), { prop:
|
|
1301
|
+
]), { prop: x } = l(t, n, e, ["settings", "ripple"]), { prop: $ } = l(t, n, e, ["settings", "size"]), { prop: g } = l(t, n, e, ["settings", "stacked"]), { prop: C } = l(t, n, e, ["settings", "text"]), { theme: L } = U(r), { prop: F } = l(t, n, e, ["settings", "variant"]), { prop: S } = l(t, n, e, ["size", "width"]), H = (K) => {
|
|
1294
1302
|
if (t !== "runtime" && t !== "preview")
|
|
1295
1303
|
return;
|
|
1296
|
-
const
|
|
1297
|
-
if (!
|
|
1304
|
+
const O = n.interpreter;
|
|
1305
|
+
if (!O)
|
|
1298
1306
|
return;
|
|
1299
|
-
const ee =
|
|
1300
|
-
|
|
1307
|
+
const ee = O.nativeToPseudo(K.clientX), ne = O.nativeToPseudo(K.clientY), ce = O.nativeToPseudo(e.node.basic.id);
|
|
1308
|
+
O.appendCode(`__pointerPosX__ = ${ee};`), O.appendCode(`__pointerPosY__ = ${ne};`), O.appendCode(`__triggerEvent__('${ce}', 'click');`), O.run();
|
|
1301
1309
|
};
|
|
1302
|
-
return (
|
|
1303
|
-
const ee =
|
|
1304
|
-
return
|
|
1305
|
-
default:
|
|
1310
|
+
return (K, O) => {
|
|
1311
|
+
const ee = W("v-btn");
|
|
1312
|
+
return I(), N(o(te), null, {
|
|
1313
|
+
default: P(() => [
|
|
1306
1314
|
Z(ee, {
|
|
1307
1315
|
"append-icon": o(s),
|
|
1308
1316
|
block: o(a),
|
|
@@ -1320,8 +1328,8 @@ const Qs = /* @__PURE__ */ z({
|
|
|
1320
1328
|
ripple: o(x),
|
|
1321
1329
|
size: o($),
|
|
1322
1330
|
stacked: o(g),
|
|
1323
|
-
text: o(
|
|
1324
|
-
theme: o(
|
|
1331
|
+
text: o(C),
|
|
1332
|
+
theme: o(L),
|
|
1325
1333
|
variant: o(F),
|
|
1326
1334
|
width: o(S),
|
|
1327
1335
|
onClick: H
|
|
@@ -1338,10 +1346,10 @@ const Qs = /* @__PURE__ */ z({
|
|
|
1338
1346
|
return t;
|
|
1339
1347
|
}, nr = {};
|
|
1340
1348
|
function ir(i, e) {
|
|
1341
|
-
const t =
|
|
1342
|
-
return
|
|
1343
|
-
default:
|
|
1344
|
-
|
|
1349
|
+
const t = W("v-btn-group");
|
|
1350
|
+
return I(), N(t, null, {
|
|
1351
|
+
default: P(() => [
|
|
1352
|
+
j(i.$slots, "default")
|
|
1345
1353
|
]),
|
|
1346
1354
|
_: 3
|
|
1347
1355
|
});
|
|
@@ -1353,7 +1361,7 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1353
1361
|
outer: { type: Boolean }
|
|
1354
1362
|
},
|
|
1355
1363
|
setup(i) {
|
|
1356
|
-
const e = i, t = A(), r = M(), n =
|
|
1364
|
+
const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, ["settings", "block"]), { prop: a } = l(t, n, e, [
|
|
1357
1365
|
"settings",
|
|
1358
1366
|
"disabled"
|
|
1359
1367
|
]), { prop: u } = l(t, n, e, ["settings", "divided"]), { prop: p } = l(t, n, e, [
|
|
@@ -1365,10 +1373,10 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1365
1373
|
]), { prop: m } = l(t, n, e, [
|
|
1366
1374
|
"settings",
|
|
1367
1375
|
"readonly"
|
|
1368
|
-
]), { prop: c } = l(t, n, e, ["settings", "size"]), { prop: d } = l(t, n, e, ["settings", "stacked"]), { theme: f } =
|
|
1376
|
+
]), { prop: c } = l(t, n, e, ["settings", "size"]), { prop: d } = l(t, n, e, ["settings", "stacked"]), { theme: f } = U(r), { prop: k } = l(t, n, e, ["settings", "tile"]), { prop: h } = l(t, n, e, ["settings", "variant"]);
|
|
1369
1377
|
return (y, w) => {
|
|
1370
|
-
const _ =
|
|
1371
|
-
return
|
|
1378
|
+
const _ = W("v-btn-toggle");
|
|
1379
|
+
return I(), N(_, {
|
|
1372
1380
|
block: o(s),
|
|
1373
1381
|
disabled: o(a),
|
|
1374
1382
|
divided: o(u),
|
|
@@ -1381,8 +1389,8 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1381
1389
|
tile: o(k),
|
|
1382
1390
|
variant: o(h)
|
|
1383
1391
|
}, {
|
|
1384
|
-
default:
|
|
1385
|
-
|
|
1392
|
+
default: P(() => [
|
|
1393
|
+
j(y.$slots, "default")
|
|
1386
1394
|
]),
|
|
1387
1395
|
_: 3
|
|
1388
1396
|
}, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
|
|
@@ -1395,16 +1403,16 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1395
1403
|
outer: { type: Boolean }
|
|
1396
1404
|
},
|
|
1397
1405
|
setup(i) {
|
|
1398
|
-
const e = i, t = A(), r = M(), n =
|
|
1406
|
+
const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
|
|
1399
1407
|
"settings",
|
|
1400
1408
|
"disabled"
|
|
1401
1409
|
]), { prop: u } = l(t, n, e, ["size", "height"]), { prop: p } = l(t, n, e, ["settings", "hover"]), { prop: b } = l(t, n, e, ["settings", "loading"]), { prop: m } = l(t, n, e, ["size", "maxHeight"]), { prop: c } = l(t, n, e, ["size", "maxWidth"]), { prop: d } = l(t, n, e, ["size", "minHeight"]), { prop: f } = l(t, n, e, ["size", "minWidth"]), { prop: k } = l(t, n, e, [
|
|
1402
1410
|
"settings",
|
|
1403
1411
|
"subtitle"
|
|
1404
|
-
]), { prop: h } = l(t, n, e, ["settings", "text"]), { theme: y } =
|
|
1412
|
+
]), { prop: h } = l(t, n, e, ["settings", "text"]), { theme: y } = U(r), { prop: w } = l(t, n, e, ["settings", "title"]), { prop: _ } = l(t, n, e, ["settings", "variant"]), { prop: x } = l(t, n, e, ["size", "width"]);
|
|
1405
1413
|
return ($, g) => {
|
|
1406
|
-
const
|
|
1407
|
-
return
|
|
1414
|
+
const C = W("v-card");
|
|
1415
|
+
return I(), N(C, {
|
|
1408
1416
|
density: o(s),
|
|
1409
1417
|
disabled: o(a),
|
|
1410
1418
|
height: o(u),
|
|
@@ -1421,8 +1429,8 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1421
1429
|
variant: o(_),
|
|
1422
1430
|
width: o(x)
|
|
1423
1431
|
}, {
|
|
1424
|
-
default:
|
|
1425
|
-
|
|
1432
|
+
default: P(() => [
|
|
1433
|
+
j($.$slots, "default")
|
|
1426
1434
|
]),
|
|
1427
1435
|
_: 3
|
|
1428
1436
|
}, 8, ["density", "disabled", "height", "hover", "loading", "max-height", "max-width", "min-height", "min-width", "subtitle", "text", "theme", "title", "variant", "width"]);
|
|
@@ -1435,7 +1443,7 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1435
1443
|
outer: { type: Boolean }
|
|
1436
1444
|
},
|
|
1437
1445
|
setup(i) {
|
|
1438
|
-
const e = i, t = A(), r =
|
|
1446
|
+
const e = i, t = A(), r = B(), { prop: n } = l(t, r, e, [
|
|
1439
1447
|
"settings",
|
|
1440
1448
|
"disabled"
|
|
1441
1449
|
]), { prop: s } = l(t, r, e, [
|
|
@@ -1443,8 +1451,8 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1443
1451
|
"readonly"
|
|
1444
1452
|
]);
|
|
1445
1453
|
return (a, u) => {
|
|
1446
|
-
const p =
|
|
1447
|
-
return
|
|
1454
|
+
const p = W("v-checkbox");
|
|
1455
|
+
return I(), N(p, {
|
|
1448
1456
|
disabled: o(n),
|
|
1449
1457
|
readonly: o(s)
|
|
1450
1458
|
}, null, 8, ["disabled", "readonly"]);
|
|
@@ -1457,7 +1465,7 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1457
1465
|
outer: { type: Boolean }
|
|
1458
1466
|
},
|
|
1459
1467
|
setup(i) {
|
|
1460
|
-
const e = i, t = A(), r = M(), n =
|
|
1468
|
+
const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, [
|
|
1461
1469
|
"settings",
|
|
1462
1470
|
"closable"
|
|
1463
1471
|
]), { prop: a } = l(t, n, e, ["settings", "color"]), { color: u } = Y(r, a), { prop: p } = l(t, n, e, ["settings", "density"]), { prop: b } = l(t, n, e, [
|
|
@@ -1466,10 +1474,10 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1466
1474
|
]), { prop: m } = l(t, n, e, [
|
|
1467
1475
|
"settings",
|
|
1468
1476
|
"draggable"
|
|
1469
|
-
]), { 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 } =
|
|
1477
|
+
]), { prop: c } = l(t, n, e, ["settings", "filter"]), { prop: d } = l(t, n, e, ["settings", "label"]), { prop: f } = l(t, n, e, ["settings", "size"]), { prop: k } = l(t, n, e, ["settings", "text"]), { theme: h } = U(r), { prop: y } = l(t, n, e, ["settings", "tile"]), { prop: w } = l(t, n, e, ["settings", "value"]), { prop: _ } = l(t, n, e, ["settings", "variant"]);
|
|
1470
1478
|
return (x, $) => {
|
|
1471
|
-
const g =
|
|
1472
|
-
return
|
|
1479
|
+
const g = W("v-chip");
|
|
1480
|
+
return I(), N(g, {
|
|
1473
1481
|
closable: o(s),
|
|
1474
1482
|
color: o(u),
|
|
1475
1483
|
density: o(p),
|
|
@@ -1493,7 +1501,7 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1493
1501
|
outer: { type: Boolean }
|
|
1494
1502
|
},
|
|
1495
1503
|
setup(i) {
|
|
1496
|
-
const e = i, t = A(), r = M(), n =
|
|
1504
|
+
const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, ["settings", "column"]), { prop: a } = l(t, n, e, [
|
|
1497
1505
|
"settings",
|
|
1498
1506
|
"direction"
|
|
1499
1507
|
]), { prop: u } = l(t, n, e, [
|
|
@@ -1508,10 +1516,10 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1508
1516
|
]), { prop: c } = l(t, n, e, [
|
|
1509
1517
|
"settings",
|
|
1510
1518
|
"showArrows"
|
|
1511
|
-
]), { theme: d } =
|
|
1519
|
+
]), { theme: d } = U(r), { prop: f } = l(t, n, e, ["settings", "value"]);
|
|
1512
1520
|
return (k, h) => {
|
|
1513
|
-
const y =
|
|
1514
|
-
return
|
|
1521
|
+
const y = W("v-chip-group");
|
|
1522
|
+
return I(), N(y, {
|
|
1515
1523
|
modelValue: o(f),
|
|
1516
1524
|
"onUpdate:modelValue": h[0] || (h[0] = (w) => X(f) ? f.value = w : null),
|
|
1517
1525
|
column: o(s),
|
|
@@ -1523,8 +1531,8 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1523
1531
|
"show-arrows": o(c),
|
|
1524
1532
|
theme: o(d)
|
|
1525
1533
|
}, {
|
|
1526
|
-
default:
|
|
1527
|
-
|
|
1534
|
+
default: P(() => [
|
|
1535
|
+
j(k.$slots, "default")
|
|
1528
1536
|
]),
|
|
1529
1537
|
_: 3
|
|
1530
1538
|
}, 8, ["modelValue", "column", "direction", "disabled", "filter", "mandatory", "multiple", "show-arrows", "theme"]);
|
|
@@ -1537,7 +1545,7 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1537
1545
|
outer: { type: Boolean }
|
|
1538
1546
|
},
|
|
1539
1547
|
setup(i) {
|
|
1540
|
-
const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), u =
|
|
1548
|
+
const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), u = B(), { applySize: p } = pe(t, r, e), b = V(() => {
|
|
1541
1549
|
const _ = {}, x = a.value.type;
|
|
1542
1550
|
return s === "page" ? x === "common" ? p(_) : console.assert(!1) : s === "comp" && x === "common" ? p(_) : console.assert(!1), _;
|
|
1543
1551
|
}), { prop: m } = l(t, u, e, [
|
|
@@ -1561,10 +1569,10 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1561
1569
|
]), { prop: y } = l(t, u, e, [
|
|
1562
1570
|
"settings",
|
|
1563
1571
|
"showSwatches"
|
|
1564
|
-
]), { theme: w } =
|
|
1572
|
+
]), { theme: w } = U(n);
|
|
1565
1573
|
return (_, x) => {
|
|
1566
|
-
const $ =
|
|
1567
|
-
return
|
|
1574
|
+
const $ = W("v-color-picker");
|
|
1575
|
+
return I(), N($, {
|
|
1568
1576
|
disabled: o(m),
|
|
1569
1577
|
"hide-canvas": o(c),
|
|
1570
1578
|
"hide-header": o(d),
|
|
@@ -1584,7 +1592,7 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1584
1592
|
outer: { type: Boolean }
|
|
1585
1593
|
},
|
|
1586
1594
|
setup(i) {
|
|
1587
|
-
const e = i, t = A(), r = M(), n =
|
|
1595
|
+
const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, [
|
|
1588
1596
|
"settings",
|
|
1589
1597
|
"hideDetails"
|
|
1590
1598
|
]), { prop: a } = l(t, n, e, ["settings", "label"]), { prop: u } = l(t, n, e, [
|
|
@@ -1596,11 +1604,11 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1596
1604
|
]), { prop: b } = l(t, n, e, [
|
|
1597
1605
|
"settings",
|
|
1598
1606
|
"singleLine"
|
|
1599
|
-
]), { theme: m } =
|
|
1607
|
+
]), { theme: m } = U(r), { prop: c } = l(t, n, e, ["settings", "value"]);
|
|
1600
1608
|
return (d, f) => {
|
|
1601
|
-
const k =
|
|
1602
|
-
return
|
|
1603
|
-
default:
|
|
1609
|
+
const k = W("v-combobox");
|
|
1610
|
+
return I(), N(o(te), null, {
|
|
1611
|
+
default: P(() => [
|
|
1604
1612
|
Z(k, {
|
|
1605
1613
|
modelValue: o(c),
|
|
1606
1614
|
"onUpdate:modelValue": f[0] || (f[0] = (h) => X(c) ? c.value = h : null),
|
|
@@ -1623,17 +1631,17 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1623
1631
|
outer: { type: Boolean }
|
|
1624
1632
|
},
|
|
1625
1633
|
setup(i) {
|
|
1626
|
-
const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), u =
|
|
1634
|
+
const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), u = B(), { prop: p } = l(t, u, e, [
|
|
1627
1635
|
"settings",
|
|
1628
1636
|
"backgroundColor"
|
|
1629
1637
|
]), { color: b } = Y(n, p), { applySize: m } = pe(t, r, e), { applyMargin: c } = tn(e), { applyPadding: d } = nn(e), { applyBorder: f } = en(n, e), k = V(() => {
|
|
1630
1638
|
const h = {}, y = a.value.type;
|
|
1631
1639
|
return s === "page" ? y === "common" ? (m(h), c(h), d(h), f(h), b.value && (h.backgroundColor = b.value)) : console.assert(!1) : s === "comp" && y === "common" ? (m(h), c(h), d(h), f(h), b.value && (h.backgroundColor = b.value)) : console.assert(!1), h;
|
|
1632
1640
|
});
|
|
1633
|
-
return (h, y) => (
|
|
1641
|
+
return (h, y) => (I(), re("div", {
|
|
1634
1642
|
style: ie(k.value)
|
|
1635
1643
|
}, [
|
|
1636
|
-
|
|
1644
|
+
j(h.$slots, "default")
|
|
1637
1645
|
], 4));
|
|
1638
1646
|
}
|
|
1639
1647
|
}), pr = /* @__PURE__ */ z({
|
|
@@ -1643,7 +1651,7 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1643
1651
|
outer: { type: Boolean }
|
|
1644
1652
|
},
|
|
1645
1653
|
setup(i) {
|
|
1646
|
-
const e = i, t = A(), r = M(), n =
|
|
1654
|
+
const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
|
|
1647
1655
|
"settings",
|
|
1648
1656
|
"fixedFooter"
|
|
1649
1657
|
]), { prop: u } = l(t, n, e, [
|
|
@@ -1658,15 +1666,15 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1658
1666
|
), { prop: d } = l(t, n, e, ["settings", "loading"]), { prop: f } = l(t, n, e, [
|
|
1659
1667
|
"settings",
|
|
1660
1668
|
"multiSort"
|
|
1661
|
-
]), { theme: k } =
|
|
1669
|
+
]), { theme: k } = U(r), { prop: h } = l(t, n, e, ["size", "width"]), y = V(() => {
|
|
1662
1670
|
const w = [];
|
|
1663
1671
|
return (e.node.slots?.items ?? []).forEach((x) => {
|
|
1664
1672
|
x.column && x.comp && w.push(x);
|
|
1665
1673
|
}), w;
|
|
1666
1674
|
});
|
|
1667
1675
|
return (w, _) => {
|
|
1668
|
-
const x =
|
|
1669
|
-
return
|
|
1676
|
+
const x = W("v-data-table");
|
|
1677
|
+
return I(), N(x, {
|
|
1670
1678
|
density: o(s),
|
|
1671
1679
|
"fixed-footer": o(a),
|
|
1672
1680
|
"fixed-header": o(u),
|
|
@@ -1681,7 +1689,7 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1681
1689
|
}, Yt({ _: 2 }, [
|
|
1682
1690
|
io(y.value, ($) => ({
|
|
1683
1691
|
name: `item.${$.column}`,
|
|
1684
|
-
fn:
|
|
1692
|
+
fn: P(({ value: g }) => [
|
|
1685
1693
|
Z(o(fe), {
|
|
1686
1694
|
"ref-context": { refid: $.comp },
|
|
1687
1695
|
state: { value: g }
|
|
@@ -1693,8 +1701,8 @@ const or = /* @__PURE__ */ _e(nr, [["render", ir]]), sr = /* @__PURE__ */ z({
|
|
|
1693
1701
|
}
|
|
1694
1702
|
}), fr = {};
|
|
1695
1703
|
function br(i, e) {
|
|
1696
|
-
const t =
|
|
1697
|
-
return
|
|
1704
|
+
const t = W("v-date-picker");
|
|
1705
|
+
return I(), N(t);
|
|
1698
1706
|
}
|
|
1699
1707
|
const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PURE__ */ z({
|
|
1700
1708
|
__name: "index",
|
|
@@ -1703,27 +1711,27 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
1703
1711
|
outer: { type: Boolean }
|
|
1704
1712
|
},
|
|
1705
1713
|
setup(i) {
|
|
1706
|
-
const e = i, t = A(), r =
|
|
1714
|
+
const e = i, t = A(), r = B(), n = V(() => e.node.basic?.id), { open: s } = bi(`runtimeDlg/${ci()}`);
|
|
1707
1715
|
return Mi(r, e, (u) => {
|
|
1708
1716
|
if (t !== "runtime" && t !== "preview" || !r.interpreter)
|
|
1709
1717
|
return;
|
|
1710
1718
|
const { name: b } = u;
|
|
1711
1719
|
b === "open" ? s.value = !0 : b === "close" && (s.value = !1);
|
|
1712
1720
|
}), (u, p) => {
|
|
1713
|
-
const b =
|
|
1714
|
-
return
|
|
1721
|
+
const b = W("v-dialog");
|
|
1722
|
+
return I(), N(b, {
|
|
1715
1723
|
modelValue: o(s),
|
|
1716
1724
|
"onUpdate:modelValue": p[0] || (p[0] = (m) => X(s) ? s.value = m : null),
|
|
1717
1725
|
attach: "#dialogContainer"
|
|
1718
1726
|
}, {
|
|
1719
|
-
activator:
|
|
1720
|
-
o(t) === "editor" ? (
|
|
1727
|
+
activator: P(() => [
|
|
1728
|
+
o(t) === "editor" ? (I(), re("div", {
|
|
1721
1729
|
key: 0,
|
|
1722
1730
|
id: `__node__@${n.value}`
|
|
1723
1731
|
}, null, 8, hr)) : di("", !0)
|
|
1724
1732
|
]),
|
|
1725
|
-
default:
|
|
1726
|
-
|
|
1733
|
+
default: P(() => [
|
|
1734
|
+
j(u.$slots, "default")
|
|
1727
1735
|
]),
|
|
1728
1736
|
_: 3
|
|
1729
1737
|
}, 8, ["modelValue"]);
|
|
@@ -1736,7 +1744,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
1736
1744
|
outer: { type: Boolean }
|
|
1737
1745
|
},
|
|
1738
1746
|
setup(i) {
|
|
1739
|
-
const e = i, t = A(), r =
|
|
1747
|
+
const e = i, t = A(), r = B(), { prop: n } = l(t, r, e, ["settings", "chips"]), { prop: s } = l(t, r, e, ["settings", "density"]), { prop: a } = l(t, r, e, [
|
|
1740
1748
|
"settings",
|
|
1741
1749
|
"direction"
|
|
1742
1750
|
]), { prop: u } = l(t, r, e, [
|
|
@@ -1753,8 +1761,8 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
1753
1761
|
"singleLine"
|
|
1754
1762
|
]);
|
|
1755
1763
|
return (k, h) => {
|
|
1756
|
-
const y =
|
|
1757
|
-
return
|
|
1764
|
+
const y = W("v-file-input");
|
|
1765
|
+
return I(), N(y, {
|
|
1758
1766
|
chips: o(n),
|
|
1759
1767
|
density: o(s),
|
|
1760
1768
|
direction: o(a),
|
|
@@ -1775,12 +1783,12 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
1775
1783
|
outer: { type: Boolean }
|
|
1776
1784
|
},
|
|
1777
1785
|
setup(i) {
|
|
1778
|
-
const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), u =
|
|
1786
|
+
const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), u = B(), { applySize: p } = pe(t, r, e), { applyMargin: b } = tn(e), { applyPadding: m } = nn(e), { applyBorder: c } = en(n, e), { prop: d } = l(t, u, e, [
|
|
1779
1787
|
"settings",
|
|
1780
1788
|
"backgroundColor"
|
|
1781
1789
|
]), { color: f } = Y(n, d), k = (y) => {
|
|
1782
1790
|
f.value && (y.backgroundColor = f.value), y.display = "flex";
|
|
1783
|
-
const w =
|
|
1791
|
+
const w = Ii(r.value.width), _ = we(w, e.node.settings?.direction);
|
|
1784
1792
|
_ === "row" ? y.flexDirection = "row" : _ === "rowReverse" ? y.flexDirection = "row-reverse" : _ === "column" ? y.flexDirection = "column" : _ === "columnReverse" && (y.flexDirection = "column-reverse");
|
|
1785
1793
|
const x = we(w, e.node.settings?.wrap);
|
|
1786
1794
|
x === "no" ? y.flexWrap = "nowrap" : x === "yes" ? y.flexWrap = "wrap" : x === "reverse" && (y.flexWrap = "wrap-reverse");
|
|
@@ -1792,10 +1800,10 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
1792
1800
|
const y = {}, w = a.value.type;
|
|
1793
1801
|
return s === "page" ? w === "common" ? (p(y), b(y), m(y), c(y), k(y)) : console.assert(!1) : s === "comp" && w === "common" ? (p(y), b(y), m(y), c(y), k(y)) : console.assert(!1), y;
|
|
1794
1802
|
});
|
|
1795
|
-
return (y, w) => (
|
|
1803
|
+
return (y, w) => (I(), re("div", {
|
|
1796
1804
|
style: ie(h.value)
|
|
1797
1805
|
}, [
|
|
1798
|
-
|
|
1806
|
+
j(y.$slots, "default")
|
|
1799
1807
|
], 4));
|
|
1800
1808
|
}
|
|
1801
1809
|
}), kr = /* @__PURE__ */ z({
|
|
@@ -1805,14 +1813,14 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
1805
1813
|
outer: { type: Boolean }
|
|
1806
1814
|
},
|
|
1807
1815
|
setup(i) {
|
|
1808
|
-
const e = i, t = A(), r = le(), n = ae(), s = ue(), a =
|
|
1816
|
+
const e = i, t = A(), r = le(), n = ae(), s = ue(), a = B(), { applySize: u } = pe(t, r, e), { prop: p } = l(t, a, e, ["settings", "grow"]), { prop: b } = l(t, a, e, ["settings", "shrink"]), m = V(() => {
|
|
1809
1817
|
const c = {}, d = s.value.type;
|
|
1810
1818
|
return n === "page" ? d === "common" ? (u(c), c.flexGrow = p.value ? 1 : 0, c.flexShrink = b.value ? 1 : 0) : console.assert(!1) : n === "comp" && d === "common" ? (u(c), c.flexGrow = p.value ? 1 : 0, c.flexShrink = b.value ? 1 : 0) : console.assert(!1), c;
|
|
1811
1819
|
});
|
|
1812
|
-
return (c, d) => (
|
|
1820
|
+
return (c, d) => (I(), re("div", {
|
|
1813
1821
|
style: ie(m.value)
|
|
1814
1822
|
}, [
|
|
1815
|
-
|
|
1823
|
+
j(c.$slots, "default")
|
|
1816
1824
|
], 4));
|
|
1817
1825
|
}
|
|
1818
1826
|
}), _r = /* @__PURE__ */ z({
|
|
@@ -1822,7 +1830,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
1822
1830
|
outer: { type: Boolean }
|
|
1823
1831
|
},
|
|
1824
1832
|
setup(i) {
|
|
1825
|
-
const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), u =
|
|
1833
|
+
const e = i, t = A(), r = le(), n = M(), s = ae(), a = ue(), u = B(), { prop: p } = l(t, u, e, ["settings", "valid"]), { prop: b } = l(t, u, e, [
|
|
1826
1834
|
"settings",
|
|
1827
1835
|
"fastFail"
|
|
1828
1836
|
]), { prop: m } = l(t, u, e, [
|
|
@@ -1841,16 +1849,16 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
1841
1849
|
_.appendCode(`__triggerEvent__('${x}', 'submit')`), _.run();
|
|
1842
1850
|
};
|
|
1843
1851
|
return (_, x) => {
|
|
1844
|
-
const $ =
|
|
1845
|
-
return
|
|
1852
|
+
const $ = W("v-form");
|
|
1853
|
+
return I(), N($, {
|
|
1846
1854
|
modelValue: o(p),
|
|
1847
1855
|
"onUpdate:modelValue": x[0] || (x[0] = (g) => X(p) ? p.value = g : null),
|
|
1848
1856
|
"fast-fail": o(b),
|
|
1849
1857
|
style: ie(y.value),
|
|
1850
1858
|
onSubmit: oo(w, ["prevent"])
|
|
1851
1859
|
}, {
|
|
1852
|
-
default:
|
|
1853
|
-
|
|
1860
|
+
default: P(() => [
|
|
1861
|
+
j(_.$slots, "default")
|
|
1854
1862
|
]),
|
|
1855
1863
|
_: 3
|
|
1856
1864
|
}, 8, ["modelValue", "fast-fail", "style"]);
|
|
@@ -1863,13 +1871,13 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
1863
1871
|
outer: { type: Boolean }
|
|
1864
1872
|
},
|
|
1865
1873
|
setup(i) {
|
|
1866
|
-
const e = i, t = A(), r = M(), n =
|
|
1874
|
+
const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, ["settings", "color"]), { color: a } = Y(r, s), { prop: u } = l(t, n, e, [
|
|
1867
1875
|
"settings",
|
|
1868
1876
|
"disabled"
|
|
1869
|
-
]), { prop: p } = l(t, n, e, ["settings", "icon"]), { prop: b } = l(t, n, e, ["settings", "size"]), { theme: m } =
|
|
1877
|
+
]), { prop: p } = l(t, n, e, ["settings", "icon"]), { prop: b } = l(t, n, e, ["settings", "size"]), { theme: m } = U(r);
|
|
1870
1878
|
return (c, d) => {
|
|
1871
|
-
const f =
|
|
1872
|
-
return
|
|
1879
|
+
const f = W("v-icon");
|
|
1880
|
+
return I(), N(f, {
|
|
1873
1881
|
color: o(a),
|
|
1874
1882
|
disabled: o(u),
|
|
1875
1883
|
icon: o(p),
|
|
@@ -1885,7 +1893,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
1885
1893
|
outer: { type: Boolean }
|
|
1886
1894
|
},
|
|
1887
1895
|
setup(i) {
|
|
1888
|
-
const e = i, t = A(), r =
|
|
1896
|
+
const e = i, t = A(), r = B(), n = be(0), s = be(0), a = V(() => [n.value, s.value]), u = V(() => e.node.basic?.id), { open: p } = bi(`runtimeMenu/${ci()}`);
|
|
1889
1897
|
return Mi(r, e, (m) => {
|
|
1890
1898
|
if (t !== "runtime" && t !== "preview")
|
|
1891
1899
|
return;
|
|
@@ -1895,8 +1903,8 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
1895
1903
|
const { name: d } = m;
|
|
1896
1904
|
d === "open" ? (n.value = c.getProperty(c.globalObject, "__pointerPosX__"), s.value = c.getProperty(c.globalObject, "__pointerPosY__"), p.value = !0) : d === "close" && (p.value = !1);
|
|
1897
1905
|
}), (m, c) => {
|
|
1898
|
-
const d =
|
|
1899
|
-
return
|
|
1906
|
+
const d = W("v-menu");
|
|
1907
|
+
return I(), N(d, {
|
|
1900
1908
|
modelValue: o(p),
|
|
1901
1909
|
"onUpdate:modelValue": c[0] || (c[0] = (f) => X(p) ? p.value = f : null),
|
|
1902
1910
|
attach: "menuContainer",
|
|
@@ -1904,27 +1912,27 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
1904
1912
|
scrim: "transparent",
|
|
1905
1913
|
target: a.value
|
|
1906
1914
|
}, {
|
|
1907
|
-
activator:
|
|
1908
|
-
o(t) === "editor" ? (
|
|
1915
|
+
activator: P(() => [
|
|
1916
|
+
o(t) === "editor" ? (I(), re("div", {
|
|
1909
1917
|
key: 0,
|
|
1910
1918
|
id: `__node__@${u.value}`
|
|
1911
1919
|
}, null, 8, Vr)) : di("", !0)
|
|
1912
1920
|
]),
|
|
1913
|
-
default:
|
|
1914
|
-
|
|
1921
|
+
default: P(() => [
|
|
1922
|
+
j(m.$slots, "default")
|
|
1915
1923
|
]),
|
|
1916
1924
|
_: 3
|
|
1917
1925
|
}, 8, ["modelValue", "target"]);
|
|
1918
1926
|
};
|
|
1919
1927
|
}
|
|
1920
|
-
}),
|
|
1928
|
+
}), Ir = /* @__PURE__ */ z({
|
|
1921
1929
|
__name: "index",
|
|
1922
1930
|
props: {
|
|
1923
1931
|
node: {},
|
|
1924
1932
|
outer: { type: Boolean }
|
|
1925
1933
|
},
|
|
1926
1934
|
setup(i) {
|
|
1927
|
-
const e = i, t = A(), r = M(), n =
|
|
1935
|
+
const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, [
|
|
1928
1936
|
"settings",
|
|
1929
1937
|
"addIcon",
|
|
1930
1938
|
"append"
|
|
@@ -1955,14 +1963,14 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
1955
1963
|
]), { prop: $ } = l(t, n, e, [
|
|
1956
1964
|
"settings",
|
|
1957
1965
|
"readonly"
|
|
1958
|
-
]), { prop: g } = l(t, n, e, ["settings", "reverse"]), { prop:
|
|
1966
|
+
]), { prop: g } = l(t, n, e, ["settings", "reverse"]), { prop: C } = l(t, n, e, [
|
|
1959
1967
|
"settings",
|
|
1960
1968
|
"singleLine"
|
|
1961
|
-
]), { prop:
|
|
1969
|
+
]), { prop: L } = l(t, n, e, ["settings", "step"]), { prop: F } = l(t, n, e, ["settings", "suffix"]), { theme: S } = U(r), { prop: H } = l(t, n, e, ["settings", "value"]), { prop: K } = l(t, n, e, ["settings", "variant"]), { prop: O } = l(t, n, e, ["size", "width"]);
|
|
1962
1970
|
return (ee, ne) => {
|
|
1963
|
-
const ce =
|
|
1964
|
-
return
|
|
1965
|
-
default:
|
|
1971
|
+
const ce = W("v-number-input");
|
|
1972
|
+
return I(), N(o(te), null, {
|
|
1973
|
+
default: P(() => [
|
|
1966
1974
|
Z(ce, {
|
|
1967
1975
|
modelValue: o(H),
|
|
1968
1976
|
"onUpdate:modelValue": ne[0] || (ne[0] = (de) => X(H) ? H.value = de : null),
|
|
@@ -1983,39 +1991,39 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
1983
1991
|
"prepend-inner-icon": o(x),
|
|
1984
1992
|
readonly: o($),
|
|
1985
1993
|
reverse: o(g),
|
|
1986
|
-
"single-line": o(
|
|
1987
|
-
step: o(
|
|
1994
|
+
"single-line": o(C),
|
|
1995
|
+
step: o(L),
|
|
1988
1996
|
suffix: o(F),
|
|
1989
1997
|
theme: o(S),
|
|
1990
|
-
variant: o(
|
|
1991
|
-
width: o(
|
|
1998
|
+
variant: o(K),
|
|
1999
|
+
width: o(O)
|
|
1992
2000
|
}, null, 8, ["modelValue", "append-icon", "append-inner-icon", "clearable", "hide-details", "label", "loading", "max", "max-width", "min", "min-width", "placeholder", "precision", "prefix", "prepend-icon", "prepend-inner-icon", "readonly", "reverse", "single-line", "step", "suffix", "theme", "variant", "width"])
|
|
1993
2001
|
]),
|
|
1994
2002
|
_: 1
|
|
1995
2003
|
});
|
|
1996
2004
|
};
|
|
1997
2005
|
}
|
|
1998
|
-
}),
|
|
2006
|
+
}), Cr = /* @__PURE__ */ z({
|
|
1999
2007
|
__name: "index",
|
|
2000
2008
|
props: {
|
|
2001
2009
|
node: {},
|
|
2002
2010
|
outer: { type: Boolean }
|
|
2003
2011
|
},
|
|
2004
2012
|
setup(i) {
|
|
2005
|
-
const e = i, t = A(), r = M(), n =
|
|
2013
|
+
const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
|
|
2006
2014
|
"settings",
|
|
2007
2015
|
"disabled"
|
|
2008
2016
|
]), { prop: u } = l(t, n, e, ["settings", "length"]), { prop: p } = l(t, n, e, [
|
|
2009
2017
|
"settings",
|
|
2010
2018
|
"showFirstLastPage"
|
|
2011
|
-
]), { prop: b } = l(t, n, e, ["settings", "size"]), { prop: m } = l(t, n, e, ["settings", "start"]), { theme: c } =
|
|
2019
|
+
]), { prop: b } = l(t, n, e, ["settings", "size"]), { prop: m } = l(t, n, e, ["settings", "start"]), { theme: c } = U(r), { prop: d } = l(t, n, e, ["settings", "tile"]), { prop: f } = l(t, n, e, ["settings", "value"]), { prop: k } = l(t, n, e, ["settings", "variant"]), h = V(() => {
|
|
2012
2020
|
const y = {};
|
|
2013
2021
|
return t === "editor" && (y.pointerEvents = "none"), y;
|
|
2014
2022
|
});
|
|
2015
2023
|
return (y, w) => {
|
|
2016
|
-
const _ =
|
|
2017
|
-
return
|
|
2018
|
-
default:
|
|
2024
|
+
const _ = W("v-pagination");
|
|
2025
|
+
return I(), N(o(te), null, {
|
|
2026
|
+
default: P(() => [
|
|
2019
2027
|
Z(_, {
|
|
2020
2028
|
modelValue: o(f),
|
|
2021
2029
|
"onUpdate:modelValue": w[0] || (w[0] = (x) => X(f) ? f.value = x : null),
|
|
@@ -2042,16 +2050,16 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2042
2050
|
outer: { type: Boolean }
|
|
2043
2051
|
},
|
|
2044
2052
|
setup(i) {
|
|
2045
|
-
const e = i, t = A(), r = M(), n =
|
|
2053
|
+
const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, ["settings", "color"]), { color: a } = Y(r, s), { prop: u } = l(t, n, e, ["settings", "density"]), { prop: p } = l(t, n, e, [
|
|
2046
2054
|
"settings",
|
|
2047
2055
|
"disabled"
|
|
2048
2056
|
]), { prop: b } = l(t, n, e, ["settings", "label"]), { prop: m } = l(t, n, e, [
|
|
2049
2057
|
"settings",
|
|
2050
2058
|
"readonly"
|
|
2051
|
-
]), { theme: c } =
|
|
2059
|
+
]), { theme: c } = U(r), { prop: d } = l(t, n, e, ["settings", "value"]);
|
|
2052
2060
|
return (f, k) => {
|
|
2053
|
-
const h =
|
|
2054
|
-
return
|
|
2061
|
+
const h = W("v-radio");
|
|
2062
|
+
return I(), N(h, {
|
|
2055
2063
|
color: o(a),
|
|
2056
2064
|
density: o(u),
|
|
2057
2065
|
disabled: o(p),
|
|
@@ -2069,7 +2077,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2069
2077
|
outer: { type: Boolean }
|
|
2070
2078
|
},
|
|
2071
2079
|
setup(i) {
|
|
2072
|
-
const e = i, t = A(), r = M(), n =
|
|
2080
|
+
const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
|
|
2073
2081
|
"settings",
|
|
2074
2082
|
"direction"
|
|
2075
2083
|
]), { prop: u } = l(t, n, e, [
|
|
@@ -2078,11 +2086,11 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2078
2086
|
]), { prop: p } = l(t, n, e, ["settings", "inline"]), { prop: b } = l(t, n, e, [
|
|
2079
2087
|
"settings",
|
|
2080
2088
|
"readonly"
|
|
2081
|
-
]), { theme: m } =
|
|
2089
|
+
]), { theme: m } = U(r), { prop: c } = l(t, n, e, ["settings", "value"]);
|
|
2082
2090
|
return (d, f) => {
|
|
2083
|
-
const k =
|
|
2084
|
-
return
|
|
2085
|
-
default:
|
|
2091
|
+
const k = W("v-radio-group");
|
|
2092
|
+
return I(), N(o(te), null, {
|
|
2093
|
+
default: P(() => [
|
|
2086
2094
|
Z(k, {
|
|
2087
2095
|
modelValue: o(c),
|
|
2088
2096
|
"onUpdate:modelValue": f[0] || (f[0] = (h) => X(c) ? c.value = h : null),
|
|
@@ -2093,8 +2101,8 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2093
2101
|
readonly: o(b),
|
|
2094
2102
|
theme: o(m)
|
|
2095
2103
|
}, {
|
|
2096
|
-
default:
|
|
2097
|
-
|
|
2104
|
+
default: P(() => [
|
|
2105
|
+
j(d.$slots, "default")
|
|
2098
2106
|
]),
|
|
2099
2107
|
_: 3
|
|
2100
2108
|
}, 8, ["modelValue", "density", "direction", "disabled", "inline", "readonly", "theme"])
|
|
@@ -2110,7 +2118,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2110
2118
|
outer: { type: Boolean }
|
|
2111
2119
|
},
|
|
2112
2120
|
setup(i) {
|
|
2113
|
-
const e = i, t = A(), r = M(), n =
|
|
2121
|
+
const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
|
|
2114
2122
|
"settings",
|
|
2115
2123
|
"direction"
|
|
2116
2124
|
]), { prop: u } = l(t, n, e, [
|
|
@@ -2130,7 +2138,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2130
2138
|
return "always";
|
|
2131
2139
|
if (f.value === "show")
|
|
2132
2140
|
return !0;
|
|
2133
|
-
}), { prop: h } = l(t, n, e, ["settings", "step"]), { theme: y } =
|
|
2141
|
+
}), { prop: h } = l(t, n, e, ["settings", "step"]), { theme: y } = U(r), { prop: w } = l(t, n, e, [
|
|
2134
2142
|
"settings",
|
|
2135
2143
|
"thumbLabel"
|
|
2136
2144
|
]), _ = V(() => {
|
|
@@ -2145,14 +2153,14 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2145
2153
|
if (!$.value)
|
|
2146
2154
|
return;
|
|
2147
2155
|
const H = {};
|
|
2148
|
-
for (const { value:
|
|
2149
|
-
H[
|
|
2156
|
+
for (const { value: K, label: O } of $.value)
|
|
2157
|
+
H[K] = O;
|
|
2150
2158
|
if (!xi(H))
|
|
2151
2159
|
return H;
|
|
2152
|
-
}), { prop:
|
|
2160
|
+
}), { prop: C } = l(t, n, e, [
|
|
2153
2161
|
"settings",
|
|
2154
2162
|
"tickSize"
|
|
2155
|
-
]), { prop:
|
|
2163
|
+
]), { prop: L } = l(t, n, e, [
|
|
2156
2164
|
"settings",
|
|
2157
2165
|
"value",
|
|
2158
2166
|
"start"
|
|
@@ -2161,21 +2169,21 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2161
2169
|
"value",
|
|
2162
2170
|
"end"
|
|
2163
2171
|
]), S = V({
|
|
2164
|
-
get: () => [
|
|
2165
|
-
set: ([H,
|
|
2166
|
-
|
|
2172
|
+
get: () => [L.value, F.value],
|
|
2173
|
+
set: ([H, K]) => {
|
|
2174
|
+
L.value = H, F.value = K;
|
|
2167
2175
|
}
|
|
2168
2176
|
});
|
|
2169
|
-
return (H,
|
|
2170
|
-
const
|
|
2171
|
-
return
|
|
2177
|
+
return (H, K) => {
|
|
2178
|
+
const O = W("v-range-slider");
|
|
2179
|
+
return I(), N(o(te), {
|
|
2172
2180
|
modelValue: S.value,
|
|
2173
|
-
"onUpdate:modelValue":
|
|
2181
|
+
"onUpdate:modelValue": K[1] || (K[1] = (ee) => S.value = ee)
|
|
2174
2182
|
}, {
|
|
2175
|
-
default:
|
|
2176
|
-
Z(
|
|
2183
|
+
default: P(() => [
|
|
2184
|
+
Z(O, {
|
|
2177
2185
|
modelValue: S.value,
|
|
2178
|
-
"onUpdate:modelValue":
|
|
2186
|
+
"onUpdate:modelValue": K[0] || (K[0] = (ee) => S.value = ee),
|
|
2179
2187
|
density: o(s),
|
|
2180
2188
|
direction: o(a),
|
|
2181
2189
|
disabled: o(u),
|
|
@@ -2189,7 +2197,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2189
2197
|
theme: o(y),
|
|
2190
2198
|
"thumb-label": _.value,
|
|
2191
2199
|
"thumb-size": o(x),
|
|
2192
|
-
"tick-size": o(
|
|
2200
|
+
"tick-size": o(C),
|
|
2193
2201
|
ticks: g.value
|
|
2194
2202
|
}, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "label", "max", "min", "readonly", "show-ticks", "step", "theme", "thumb-label", "thumb-size", "tick-size", "ticks"])
|
|
2195
2203
|
]),
|
|
@@ -2204,7 +2212,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2204
2212
|
outer: { type: Boolean }
|
|
2205
2213
|
},
|
|
2206
2214
|
setup(i) {
|
|
2207
|
-
const e = i, t = A(), r = M(), n =
|
|
2215
|
+
const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, [
|
|
2208
2216
|
"settings",
|
|
2209
2217
|
"clearable"
|
|
2210
2218
|
]), { prop: a } = l(t, n, e, ["settings", "density"]), { prop: u } = l(t, n, e, [
|
|
@@ -2216,11 +2224,11 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2216
2224
|
]), { prop: b } = l(t, n, e, ["settings", "hover"]), { prop: m } = l(t, n, e, ["settings", "length"]), { prop: c } = l(t, n, e, [
|
|
2217
2225
|
"settings",
|
|
2218
2226
|
"readonly"
|
|
2219
|
-
]), { theme: d } =
|
|
2227
|
+
]), { theme: d } = U(r), { prop: f } = l(t, n, e, ["settings", "value"]);
|
|
2220
2228
|
return (k, h) => {
|
|
2221
|
-
const y =
|
|
2222
|
-
return
|
|
2223
|
-
default:
|
|
2229
|
+
const y = W("v-rating");
|
|
2230
|
+
return I(), N(o(te), { "fit-content": !0 }, {
|
|
2231
|
+
default: P(() => [
|
|
2224
2232
|
Z(y, {
|
|
2225
2233
|
modelValue: o(f),
|
|
2226
2234
|
"onUpdate:modelValue": h[0] || (h[0] = (w) => X(f) ? f.value = w : null),
|
|
@@ -2238,14 +2246,14 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2238
2246
|
});
|
|
2239
2247
|
};
|
|
2240
2248
|
}
|
|
2241
|
-
}),
|
|
2249
|
+
}), Pr = /* @__PURE__ */ z({
|
|
2242
2250
|
__name: "index",
|
|
2243
2251
|
props: {
|
|
2244
2252
|
node: {},
|
|
2245
2253
|
outer: { type: Boolean }
|
|
2246
2254
|
},
|
|
2247
2255
|
setup(i) {
|
|
2248
|
-
const e = i, t = A(), r = M(), n =
|
|
2256
|
+
const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, [
|
|
2249
2257
|
"settings",
|
|
2250
2258
|
"hideDetails"
|
|
2251
2259
|
]), { prop: a } = l(t, n, e, ["settings", "label"]), { prop: u } = l(t, n, e, [
|
|
@@ -2257,11 +2265,11 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2257
2265
|
]), { prop: b } = l(t, n, e, [
|
|
2258
2266
|
"settings",
|
|
2259
2267
|
"singleLine"
|
|
2260
|
-
]), { theme: m } =
|
|
2268
|
+
]), { theme: m } = U(r), { prop: c } = l(t, n, e, ["settings", "value"]);
|
|
2261
2269
|
return (d, f) => {
|
|
2262
|
-
const k =
|
|
2263
|
-
return
|
|
2264
|
-
default:
|
|
2270
|
+
const k = W("v-select");
|
|
2271
|
+
return I(), N(o(te), null, {
|
|
2272
|
+
default: P(() => [
|
|
2265
2273
|
Z(k, {
|
|
2266
2274
|
modelValue: o(c),
|
|
2267
2275
|
"onUpdate:modelValue": f[0] || (f[0] = (h) => X(c) ? c.value = h : null),
|
|
@@ -2277,14 +2285,14 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2277
2285
|
});
|
|
2278
2286
|
};
|
|
2279
2287
|
}
|
|
2280
|
-
}),
|
|
2288
|
+
}), Nr = /* @__PURE__ */ z({
|
|
2281
2289
|
__name: "index",
|
|
2282
2290
|
props: {
|
|
2283
2291
|
node: {},
|
|
2284
2292
|
outer: { type: Boolean }
|
|
2285
2293
|
},
|
|
2286
2294
|
setup(i) {
|
|
2287
|
-
const e = i, t = A(), r = po(), n =
|
|
2295
|
+
const e = i, t = A(), r = po(), n = B(), { prop: s } = l(t, n, e, ["settings", "color"]), { color: a } = Y(r, s), { prop: u } = l(t, n, e, [
|
|
2288
2296
|
"settings",
|
|
2289
2297
|
"direction"
|
|
2290
2298
|
]), { prop: p } = l(t, n, e, [
|
|
@@ -2304,45 +2312,45 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2304
2312
|
return "always";
|
|
2305
2313
|
if (h.value === "show")
|
|
2306
2314
|
return !0;
|
|
2307
|
-
}), { prop: w } = l(t, n, e, ["settings", "step"]), { theme: _ } =
|
|
2315
|
+
}), { prop: w } = l(t, n, e, ["settings", "step"]), { theme: _ } = U(r), { prop: x } = l(t, n, e, [
|
|
2308
2316
|
"settings",
|
|
2309
2317
|
"thumbColor"
|
|
2310
2318
|
]), { color: $ } = Y(r, x), { prop: g } = l(t, n, e, [
|
|
2311
2319
|
"settings",
|
|
2312
2320
|
"thumbLabel"
|
|
2313
|
-
]),
|
|
2321
|
+
]), C = V(() => {
|
|
2314
2322
|
if (g.value === "always")
|
|
2315
2323
|
return "always";
|
|
2316
2324
|
if (g.value === "show")
|
|
2317
2325
|
return !0;
|
|
2318
|
-
}), { prop:
|
|
2326
|
+
}), { prop: L } = l(t, n, e, [
|
|
2319
2327
|
"settings",
|
|
2320
2328
|
"thumbSize"
|
|
2321
2329
|
]), { prop: F } = l(t, n, e, ["settings", "ticks"]), S = V(() => {
|
|
2322
2330
|
if (!F.value)
|
|
2323
2331
|
return;
|
|
2324
2332
|
const de = {};
|
|
2325
|
-
for (const { value:
|
|
2326
|
-
de[
|
|
2333
|
+
for (const { value: Ce, label: We } of F.value)
|
|
2334
|
+
de[Ce] = We;
|
|
2327
2335
|
if (!xi(de))
|
|
2328
2336
|
return de;
|
|
2329
2337
|
}), { prop: H } = l(t, n, e, [
|
|
2330
2338
|
"settings",
|
|
2331
2339
|
"tickSize"
|
|
2332
|
-
]), { prop:
|
|
2340
|
+
]), { prop: K } = l(t, n, e, [
|
|
2333
2341
|
"settings",
|
|
2334
2342
|
"trackColor"
|
|
2335
|
-
]), { color:
|
|
2343
|
+
]), { color: O } = Y(r, K), { prop: ee } = l(t, n, e, ["settings", "value"]), { prop: ne } = l(t, n, e, ["slots", "append"]), { prop: ce } = l(t, n, e, [
|
|
2336
2344
|
"slots",
|
|
2337
2345
|
"prepend"
|
|
2338
2346
|
]);
|
|
2339
|
-
return (de,
|
|
2340
|
-
const
|
|
2341
|
-
return
|
|
2342
|
-
default:
|
|
2343
|
-
Z(
|
|
2347
|
+
return (de, Ce) => {
|
|
2348
|
+
const We = W("v-slider");
|
|
2349
|
+
return I(), N(o(te), null, {
|
|
2350
|
+
default: P(() => [
|
|
2351
|
+
Z(We, {
|
|
2344
2352
|
modelValue: o(ee),
|
|
2345
|
-
"onUpdate:modelValue":
|
|
2353
|
+
"onUpdate:modelValue": Ce[0] || (Ce[0] = (to) => X(ee) ? ee.value = to : null),
|
|
2346
2354
|
color: o(a),
|
|
2347
2355
|
direction: o(u),
|
|
2348
2356
|
disabled: o(p),
|
|
@@ -2356,15 +2364,15 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2356
2364
|
step: o(w),
|
|
2357
2365
|
theme: o(_),
|
|
2358
2366
|
"thumb-color": o($),
|
|
2359
|
-
"thumb-label":
|
|
2360
|
-
"thumb-size": o(
|
|
2367
|
+
"thumb-label": C.value,
|
|
2368
|
+
"thumb-size": o(L),
|
|
2361
2369
|
"tick-size": o(H),
|
|
2362
2370
|
ticks: S.value,
|
|
2363
|
-
"track-color": o(
|
|
2371
|
+
"track-color": o(O)
|
|
2364
2372
|
}, Yt({ _: 2 }, [
|
|
2365
2373
|
o(ne) ? {
|
|
2366
2374
|
name: "append",
|
|
2367
|
-
fn:
|
|
2375
|
+
fn: P(() => [
|
|
2368
2376
|
Z(fe, {
|
|
2369
2377
|
"ref-context": { refid: o(ne) },
|
|
2370
2378
|
state: {}
|
|
@@ -2374,7 +2382,7 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2374
2382
|
} : void 0,
|
|
2375
2383
|
o(ce) ? {
|
|
2376
2384
|
name: "prepend",
|
|
2377
|
-
fn:
|
|
2385
|
+
fn: P(() => [
|
|
2378
2386
|
Z(fe, {
|
|
2379
2387
|
"ref-context": { refid: o(ce) },
|
|
2380
2388
|
state: {}
|
|
@@ -2388,96 +2396,96 @@ const yr = /* @__PURE__ */ _e(fr, [["render", br]]), hr = ["id"], xr = /* @__PUR
|
|
|
2388
2396
|
});
|
|
2389
2397
|
};
|
|
2390
2398
|
}
|
|
2391
|
-
}),
|
|
2399
|
+
}), Wr = /* @__PURE__ */ z({
|
|
2392
2400
|
__name: "index",
|
|
2393
2401
|
props: {
|
|
2394
2402
|
node: {},
|
|
2395
2403
|
outer: { type: Boolean }
|
|
2396
2404
|
},
|
|
2397
2405
|
setup(i) {
|
|
2398
|
-
const e = i, t = A(), r = M(), n =
|
|
2406
|
+
const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, [
|
|
2399
2407
|
"settings",
|
|
2400
2408
|
"hideActions"
|
|
2401
|
-
]), { theme: a } =
|
|
2409
|
+
]), { theme: a } = U(r), { prop: u } = l(t, n, e, ["settings", "value"]);
|
|
2402
2410
|
return (p, b) => {
|
|
2403
|
-
const m =
|
|
2404
|
-
return
|
|
2411
|
+
const m = W("v-stepper");
|
|
2412
|
+
return I(), N(m, {
|
|
2405
2413
|
modelValue: o(u),
|
|
2406
2414
|
"onUpdate:modelValue": b[0] || (b[0] = (c) => X(u) ? u.value = c : null),
|
|
2407
2415
|
"hide-actions": o(s),
|
|
2408
2416
|
theme: o(a)
|
|
2409
2417
|
}, {
|
|
2410
|
-
default:
|
|
2411
|
-
|
|
2418
|
+
default: P(() => [
|
|
2419
|
+
j(p.$slots, "default")
|
|
2412
2420
|
]),
|
|
2413
2421
|
_: 3
|
|
2414
2422
|
}, 8, ["modelValue", "hide-actions", "theme"]);
|
|
2415
2423
|
};
|
|
2416
2424
|
}
|
|
2417
|
-
}),
|
|
2418
|
-
function
|
|
2419
|
-
const t =
|
|
2420
|
-
return
|
|
2421
|
-
default:
|
|
2422
|
-
|
|
2425
|
+
}), Lr = {};
|
|
2426
|
+
function Br(i, e) {
|
|
2427
|
+
const t = W("v-stepper-header");
|
|
2428
|
+
return I(), N(t, null, {
|
|
2429
|
+
default: P(() => [
|
|
2430
|
+
j(i.$slots, "default")
|
|
2423
2431
|
]),
|
|
2424
2432
|
_: 3
|
|
2425
2433
|
});
|
|
2426
2434
|
}
|
|
2427
|
-
const
|
|
2435
|
+
const Rr = /* @__PURE__ */ _e(Lr, [["render", Br]]), Dr = /* @__PURE__ */ z({
|
|
2428
2436
|
__name: "index",
|
|
2429
2437
|
props: {
|
|
2430
2438
|
node: {},
|
|
2431
2439
|
outer: { type: Boolean }
|
|
2432
2440
|
},
|
|
2433
2441
|
setup(i) {
|
|
2434
|
-
const e = i, t = A(), r =
|
|
2442
|
+
const e = i, t = A(), r = B(), { prop: n } = l(t, r, e, ["settings", "value"]);
|
|
2435
2443
|
return (s, a) => {
|
|
2436
|
-
const u =
|
|
2437
|
-
return
|
|
2438
|
-
default:
|
|
2439
|
-
|
|
2444
|
+
const u = W("v-stepper-item");
|
|
2445
|
+
return I(), N(u, { value: o(n) }, {
|
|
2446
|
+
default: P(() => [
|
|
2447
|
+
j(s.$slots, "default")
|
|
2440
2448
|
]),
|
|
2441
2449
|
_: 3
|
|
2442
2450
|
}, 8, ["value"]);
|
|
2443
2451
|
};
|
|
2444
2452
|
}
|
|
2445
|
-
}),
|
|
2453
|
+
}), Er = {};
|
|
2446
2454
|
function Mr(i, e) {
|
|
2447
|
-
const t =
|
|
2448
|
-
return
|
|
2449
|
-
default:
|
|
2450
|
-
|
|
2455
|
+
const t = W("v-stepper-window");
|
|
2456
|
+
return I(), N(t, null, {
|
|
2457
|
+
default: P(() => [
|
|
2458
|
+
j(i.$slots, "default")
|
|
2451
2459
|
]),
|
|
2452
2460
|
_: 3
|
|
2453
2461
|
});
|
|
2454
2462
|
}
|
|
2455
|
-
const Fr = /* @__PURE__ */ _e(
|
|
2463
|
+
const Fr = /* @__PURE__ */ _e(Er, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
2456
2464
|
__name: "index",
|
|
2457
2465
|
props: {
|
|
2458
2466
|
node: {},
|
|
2459
2467
|
outer: { type: Boolean }
|
|
2460
2468
|
},
|
|
2461
2469
|
setup(i) {
|
|
2462
|
-
const e = i, t = A(), r =
|
|
2470
|
+
const e = i, t = A(), r = B(), { prop: n } = l(t, r, e, ["settings", "value"]);
|
|
2463
2471
|
return (s, a) => {
|
|
2464
|
-
const u =
|
|
2465
|
-
return
|
|
2466
|
-
default:
|
|
2467
|
-
|
|
2472
|
+
const u = W("v-stepper-window-item");
|
|
2473
|
+
return I(), N(u, { value: o(n) }, {
|
|
2474
|
+
default: P(() => [
|
|
2475
|
+
j(s.$slots, "default")
|
|
2468
2476
|
]),
|
|
2469
2477
|
_: 3
|
|
2470
2478
|
}, 8, ["value"]);
|
|
2471
2479
|
};
|
|
2472
2480
|
}
|
|
2473
|
-
}),
|
|
2481
|
+
}), Ur = /* @__PURE__ */ z({
|
|
2474
2482
|
__name: "index",
|
|
2475
2483
|
props: {
|
|
2476
2484
|
node: {},
|
|
2477
2485
|
outer: { type: Boolean }
|
|
2478
2486
|
},
|
|
2479
2487
|
setup(i) {
|
|
2480
|
-
const e = i, t = A(), r = M(), n =
|
|
2488
|
+
const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, ["settings", "density"]), { prop: a } = l(t, n, e, [
|
|
2481
2489
|
"settings",
|
|
2482
2490
|
"direction"
|
|
2483
2491
|
]), { prop: u } = l(t, n, e, [
|
|
@@ -2489,11 +2497,11 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
2489
2497
|
]), { prop: b } = l(t, n, e, [
|
|
2490
2498
|
"settings",
|
|
2491
2499
|
"indeterminate"
|
|
2492
|
-
]), { prop: m } = l(t, n, e, ["settings", "inline"]), { prop: c } = l(t, n, e, ["settings", "inset"]), { prop: d } = l(t, n, e, ["settings", "label"]), { prop: f } = l(t, n, e, ["settings", "loading"]), { theme: k } =
|
|
2500
|
+
]), { prop: m } = l(t, n, e, ["settings", "inline"]), { prop: c } = l(t, n, e, ["settings", "inset"]), { prop: d } = l(t, n, e, ["settings", "label"]), { prop: f } = l(t, n, e, ["settings", "loading"]), { theme: k } = U(r), { prop: h } = l(t, n, e, ["settings", "value"]);
|
|
2493
2501
|
return (y, w) => {
|
|
2494
|
-
const _ =
|
|
2495
|
-
return
|
|
2496
|
-
default:
|
|
2502
|
+
const _ = W("v-switch");
|
|
2503
|
+
return I(), N(te, { "fit-content": !0 }, {
|
|
2504
|
+
default: P(() => [
|
|
2497
2505
|
Z(_, {
|
|
2498
2506
|
modelValue: o(h),
|
|
2499
2507
|
"onUpdate:modelValue": w[0] || (w[0] = (x) => X(h) ? h.value = x : null),
|
|
@@ -2513,21 +2521,21 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
2513
2521
|
});
|
|
2514
2522
|
};
|
|
2515
2523
|
}
|
|
2516
|
-
}),
|
|
2524
|
+
}), Gr = /* @__PURE__ */ z({
|
|
2517
2525
|
__name: "index",
|
|
2518
2526
|
props: {
|
|
2519
2527
|
node: {},
|
|
2520
2528
|
outer: { type: Boolean }
|
|
2521
2529
|
},
|
|
2522
2530
|
setup(i) {
|
|
2523
|
-
const e = i, t = A(), r = M(), n =
|
|
2531
|
+
const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, ["settings", "text"]), { theme: a } = U(r), { prop: u } = l(t, n, e, ["settings", "value"]), p = V(() => {
|
|
2524
2532
|
const b = {};
|
|
2525
2533
|
return t === "editor" && (b.pointerEvents = "none"), b;
|
|
2526
2534
|
});
|
|
2527
2535
|
return (b, m) => {
|
|
2528
|
-
const c =
|
|
2529
|
-
return
|
|
2530
|
-
default:
|
|
2536
|
+
const c = W("v-tab");
|
|
2537
|
+
return I(), N(o(te), { "fit-content": !0 }, {
|
|
2538
|
+
default: P(() => [
|
|
2531
2539
|
Z(c, {
|
|
2532
2540
|
style: ie(p.value),
|
|
2533
2541
|
text: o(s),
|
|
@@ -2539,14 +2547,14 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
2539
2547
|
});
|
|
2540
2548
|
};
|
|
2541
2549
|
}
|
|
2542
|
-
}),
|
|
2550
|
+
}), jr = /* @__PURE__ */ z({
|
|
2543
2551
|
__name: "index",
|
|
2544
2552
|
props: {
|
|
2545
2553
|
node: {},
|
|
2546
2554
|
outer: { type: Boolean }
|
|
2547
2555
|
},
|
|
2548
2556
|
setup(i) {
|
|
2549
|
-
const e = i, t = A(), r = M(), n =
|
|
2557
|
+
const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, [
|
|
2550
2558
|
"settings",
|
|
2551
2559
|
"alignTabs"
|
|
2552
2560
|
]), { prop: a } = l(t, n, e, [
|
|
@@ -2582,12 +2590,12 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
2582
2590
|
"settings",
|
|
2583
2591
|
"color",
|
|
2584
2592
|
"sliderColor"
|
|
2585
|
-
]), { color: g } = Y(r, $), { prop:
|
|
2593
|
+
]), { color: g } = Y(r, $), { prop: C } = l(t, n, e, ["settings", "stacked"]), { theme: L } = U(r), { prop: F } = l(t, n, e, ["settings", "value"]);
|
|
2586
2594
|
return (S, H) => {
|
|
2587
|
-
const
|
|
2588
|
-
return
|
|
2595
|
+
const K = W("v-tabs");
|
|
2596
|
+
return I(), N(K, {
|
|
2589
2597
|
modelValue: o(F),
|
|
2590
|
-
"onUpdate:modelValue": H[0] || (H[0] = (
|
|
2598
|
+
"onUpdate:modelValue": H[0] || (H[0] = (O) => X(F) ? F.value = O : null),
|
|
2591
2599
|
"align-tabs": o(s),
|
|
2592
2600
|
"bg-color": o(u),
|
|
2593
2601
|
"center-active": o(p),
|
|
@@ -2602,45 +2610,45 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
2602
2610
|
mandatory: o(_),
|
|
2603
2611
|
"show-arrows": o(x),
|
|
2604
2612
|
"slider-color": o(g),
|
|
2605
|
-
stacked: o(
|
|
2606
|
-
theme: o(
|
|
2613
|
+
stacked: o(C),
|
|
2614
|
+
theme: o(L)
|
|
2607
2615
|
}, {
|
|
2608
|
-
default:
|
|
2609
|
-
|
|
2616
|
+
default: P(() => [
|
|
2617
|
+
j(S.$slots, "default")
|
|
2610
2618
|
]),
|
|
2611
2619
|
_: 3
|
|
2612
2620
|
}, 8, ["modelValue", "align-tabs", "bg-color", "center-active", "color", "density", "direction", "disabled", "fixed-tabs", "grow", "hide-slider", "items", "mandatory", "show-arrows", "slider-color", "stacked", "theme"]);
|
|
2613
2621
|
};
|
|
2614
2622
|
}
|
|
2615
|
-
}),
|
|
2623
|
+
}), Or = /* @__PURE__ */ z({
|
|
2616
2624
|
__name: "index",
|
|
2617
2625
|
props: {
|
|
2618
2626
|
node: {},
|
|
2619
2627
|
outer: { type: Boolean }
|
|
2620
2628
|
},
|
|
2621
2629
|
setup(i) {
|
|
2622
|
-
const e = i, t = A(), r = le(), n =
|
|
2630
|
+
const e = i, t = A(), r = le(), n = B(), { prop: s } = l(t, n, e, ["settings", "align"]), { prop: a } = l(t, n, e, [
|
|
2623
2631
|
"settings",
|
|
2624
2632
|
"decoration"
|
|
2625
2633
|
]), { prop: u } = l(t, n, e, [
|
|
2626
2634
|
"settings",
|
|
2627
2635
|
"emphasis"
|
|
2628
2636
|
]), { prop: p } = l(t, n, e, ["settings", "italic"]), { prop: b } = l(t, n, e, ["settings", "text"]), { prop: m } = l(t, n, e, ["settings", "weight"]), c = V(() => {
|
|
2629
|
-
const d = [], f =
|
|
2637
|
+
const d = [], f = Ii(r.value.width), k = we(f, e.node.settings?.style);
|
|
2630
2638
|
return k && d.push(`text-${k}`), u.value === "high" ? d.push("text-high-emphasis") : u.value === "medium" ? d.push("text-medium-emphasis") : u.value === "disabled" && d.push("text-disabled"), s.value && d.push(`font-${s.value}`), a.value && d.push(`text-decoration-${a.value}`), m.value && d.push(`font-weight-${m.value}`), p.value && d.push("font-italic"), d.join(" ");
|
|
2631
2639
|
});
|
|
2632
|
-
return (d, f) => (
|
|
2640
|
+
return (d, f) => (I(), re("span", {
|
|
2633
2641
|
class: so(c.value)
|
|
2634
2642
|
}, ro(o(b)), 3));
|
|
2635
2643
|
}
|
|
2636
|
-
}),
|
|
2644
|
+
}), Kr = /* @__PURE__ */ z({
|
|
2637
2645
|
__name: "index",
|
|
2638
2646
|
props: {
|
|
2639
2647
|
node: {},
|
|
2640
2648
|
outer: { type: Boolean }
|
|
2641
2649
|
},
|
|
2642
2650
|
setup(i) {
|
|
2643
|
-
const e = i, t = A(), r = M(), n =
|
|
2651
|
+
const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, [
|
|
2644
2652
|
"settings",
|
|
2645
2653
|
"autoGrow"
|
|
2646
2654
|
]), { prop: a } = l(t, n, e, [
|
|
@@ -2658,14 +2666,14 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
2658
2666
|
]), { prop: k } = l(t, n, e, ["settings", "reverse"]), { prop: h } = l(t, n, e, ["settings", "rows"]), { prop: y } = l(t, n, e, [
|
|
2659
2667
|
"settings",
|
|
2660
2668
|
"singleLine"
|
|
2661
|
-
]), { theme: w } =
|
|
2669
|
+
]), { theme: w } = U(r), { prop: _ } = l(t, n, e, ["settings", "value"]), { prop: x } = l(t, n, e, ["settings", "variant"]);
|
|
2662
2670
|
return ($, g) => {
|
|
2663
|
-
const
|
|
2664
|
-
return
|
|
2665
|
-
default:
|
|
2666
|
-
Z(
|
|
2671
|
+
const C = W("v-textarea");
|
|
2672
|
+
return I(), N(o(te), null, {
|
|
2673
|
+
default: P(() => [
|
|
2674
|
+
Z(C, {
|
|
2667
2675
|
modelValue: o(_),
|
|
2668
|
-
"onUpdate:modelValue": g[0] || (g[0] = (
|
|
2676
|
+
"onUpdate:modelValue": g[0] || (g[0] = (L) => X(_) ? _.value = L : null),
|
|
2669
2677
|
"auto-grow": o(s),
|
|
2670
2678
|
clearable: o(a),
|
|
2671
2679
|
density: o(u),
|
|
@@ -2693,7 +2701,7 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
2693
2701
|
outer: { type: Boolean }
|
|
2694
2702
|
},
|
|
2695
2703
|
setup(i) {
|
|
2696
|
-
const e = i, t = A(), r = M(), n =
|
|
2704
|
+
const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, [
|
|
2697
2705
|
"settings",
|
|
2698
2706
|
"appendIcon"
|
|
2699
2707
|
]), { prop: a } = l(t, n, e, [
|
|
@@ -2726,23 +2734,23 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
2726
2734
|
]), { prop: x } = l(t, n, e, ["settings", "reverse"]), { prop: $ } = l(t, n, e, [
|
|
2727
2735
|
"settings",
|
|
2728
2736
|
"singleLine"
|
|
2729
|
-
]), { prop: g } = l(t, n, e, ["settings", "suffix"]), { theme:
|
|
2737
|
+
]), { prop: g } = l(t, n, e, ["settings", "suffix"]), { theme: C } = U(r), { prop: L } = l(t, n, e, ["settings", "value"]), { prop: F } = l(t, n, e, ["settings", "variant"]), { prop: S } = l(t, n, e, ["slots", "append"]), { prop: H } = l(t, n, e, [
|
|
2730
2738
|
"slots",
|
|
2731
2739
|
"appendInner"
|
|
2732
|
-
]), { prop:
|
|
2740
|
+
]), { prop: K } = l(t, n, e, [
|
|
2733
2741
|
"slots",
|
|
2734
2742
|
"prepend"
|
|
2735
|
-
]), { prop:
|
|
2743
|
+
]), { prop: O } = l(t, n, e, [
|
|
2736
2744
|
"slots",
|
|
2737
2745
|
"prependInner"
|
|
2738
2746
|
]);
|
|
2739
2747
|
return (ee, ne) => {
|
|
2740
|
-
const ce =
|
|
2741
|
-
return
|
|
2742
|
-
default:
|
|
2748
|
+
const ce = W("v-text-field");
|
|
2749
|
+
return I(), N(te, null, {
|
|
2750
|
+
default: P(() => [
|
|
2743
2751
|
Z(ce, {
|
|
2744
|
-
modelValue: o(
|
|
2745
|
-
"onUpdate:modelValue": ne[0] || (ne[0] = (de) => X(
|
|
2752
|
+
modelValue: o(L),
|
|
2753
|
+
"onUpdate:modelValue": ne[0] || (ne[0] = (de) => X(L) ? L.value = de : null),
|
|
2746
2754
|
"append-icon": o(s),
|
|
2747
2755
|
"append-inner-icon": o(a),
|
|
2748
2756
|
autofocus: o(u),
|
|
@@ -2760,12 +2768,12 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
2760
2768
|
reverse: o(x),
|
|
2761
2769
|
"single-line": o($),
|
|
2762
2770
|
suffix: o(g),
|
|
2763
|
-
theme: o(
|
|
2771
|
+
theme: o(C),
|
|
2764
2772
|
variant: o(F)
|
|
2765
2773
|
}, Yt({ _: 2 }, [
|
|
2766
2774
|
o(S) ? {
|
|
2767
2775
|
name: "append",
|
|
2768
|
-
fn:
|
|
2776
|
+
fn: P(() => [
|
|
2769
2777
|
Z(fe, {
|
|
2770
2778
|
"ref-context": { refid: o(S) },
|
|
2771
2779
|
state: {}
|
|
@@ -2775,7 +2783,7 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
2775
2783
|
} : void 0,
|
|
2776
2784
|
o(H) ? {
|
|
2777
2785
|
name: "append-inner",
|
|
2778
|
-
fn:
|
|
2786
|
+
fn: P(() => [
|
|
2779
2787
|
Z(fe, {
|
|
2780
2788
|
"ref-context": { refid: o(H) },
|
|
2781
2789
|
state: {}
|
|
@@ -2783,21 +2791,21 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
2783
2791
|
]),
|
|
2784
2792
|
key: "1"
|
|
2785
2793
|
} : void 0,
|
|
2786
|
-
o(
|
|
2794
|
+
o(K) ? {
|
|
2787
2795
|
name: "prepend",
|
|
2788
|
-
fn:
|
|
2796
|
+
fn: P(() => [
|
|
2789
2797
|
Z(fe, {
|
|
2790
|
-
"ref-context": { refid: o(
|
|
2798
|
+
"ref-context": { refid: o(K) },
|
|
2791
2799
|
state: {}
|
|
2792
2800
|
}, null, 8, ["ref-context"])
|
|
2793
2801
|
]),
|
|
2794
2802
|
key: "2"
|
|
2795
2803
|
} : void 0,
|
|
2796
|
-
o(
|
|
2804
|
+
o(O) ? {
|
|
2797
2805
|
name: "prepend-inner",
|
|
2798
|
-
fn:
|
|
2806
|
+
fn: P(() => [
|
|
2799
2807
|
Z(fe, {
|
|
2800
|
-
"ref-context": { refid: o(
|
|
2808
|
+
"ref-context": { refid: o(O) },
|
|
2801
2809
|
state: {}
|
|
2802
2810
|
}, null, 8, ["ref-context"])
|
|
2803
2811
|
]),
|
|
@@ -2816,7 +2824,7 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
2816
2824
|
outer: { type: Boolean }
|
|
2817
2825
|
},
|
|
2818
2826
|
setup(i) {
|
|
2819
|
-
const e = i, t = A(), r = M(), n =
|
|
2827
|
+
const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, ["settings", "align"]), { prop: a } = l(t, n, e, ["settings", "density"]), { prop: u } = l(t, n, e, [
|
|
2820
2828
|
"settings",
|
|
2821
2829
|
"direction"
|
|
2822
2830
|
]), { prop: p } = l(t, n, e, [
|
|
@@ -2846,10 +2854,10 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
2846
2854
|
"settings",
|
|
2847
2855
|
"line",
|
|
2848
2856
|
"truncate"
|
|
2849
|
-
]), { theme: _ } =
|
|
2857
|
+
]), { theme: _ } = U(r);
|
|
2850
2858
|
return (x, $) => {
|
|
2851
|
-
const g =
|
|
2852
|
-
return
|
|
2859
|
+
const g = W("v-timeline");
|
|
2860
|
+
return I(), N(g, {
|
|
2853
2861
|
align: o(s),
|
|
2854
2862
|
density: o(a),
|
|
2855
2863
|
direction: o(u),
|
|
@@ -2863,8 +2871,8 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
2863
2871
|
theme: o(_),
|
|
2864
2872
|
"truncate-line": o(w)
|
|
2865
2873
|
}, {
|
|
2866
|
-
default:
|
|
2867
|
-
|
|
2874
|
+
default: P(() => [
|
|
2875
|
+
j(x.$slots, "default")
|
|
2868
2876
|
]),
|
|
2869
2877
|
_: 3
|
|
2870
2878
|
}, 8, ["align", "density", "direction", "dot-color", "fill-dot", "hide-opposite", "line-color", "line-inset", "line-thickness", "side", "theme", "truncate-line"]);
|
|
@@ -2872,10 +2880,10 @@ const Fr = /* @__PURE__ */ _e(Dr, [["render", Mr]]), Hr = /* @__PURE__ */ z({
|
|
|
2872
2880
|
}
|
|
2873
2881
|
}), Jr = {};
|
|
2874
2882
|
function Xr(i, e) {
|
|
2875
|
-
const t =
|
|
2876
|
-
return
|
|
2877
|
-
default:
|
|
2878
|
-
|
|
2883
|
+
const t = W("v-timeline-item");
|
|
2884
|
+
return I(), N(t, null, {
|
|
2885
|
+
default: P(() => [
|
|
2886
|
+
j(i.$slots, "default")
|
|
2879
2887
|
]),
|
|
2880
2888
|
_: 3
|
|
2881
2889
|
});
|
|
@@ -2887,7 +2895,7 @@ const Yr = /* @__PURE__ */ _e(Jr, [["render", Xr]]), Qr = /* @__PURE__ */ z({
|
|
|
2887
2895
|
outer: { type: Boolean }
|
|
2888
2896
|
},
|
|
2889
2897
|
setup(i) {
|
|
2890
|
-
const e = i, t = A(), r = M(), n =
|
|
2898
|
+
const e = i, t = A(), r = M(), n = B(), { prop: s } = l(t, n, e, [
|
|
2891
2899
|
"settings",
|
|
2892
2900
|
"continuous"
|
|
2893
2901
|
]), { prop: a } = l(t, n, e, [
|
|
@@ -2899,10 +2907,10 @@ const Yr = /* @__PURE__ */ _e(Jr, [["render", Xr]]), Qr = /* @__PURE__ */ z({
|
|
|
2899
2907
|
]), { prop: p } = l(t, n, e, ["settings", "reverse"]), { prop: b } = l(t, n, e, [
|
|
2900
2908
|
"settings",
|
|
2901
2909
|
"showArrows"
|
|
2902
|
-
]), { prop: m } = l(t, n, e, ["settings", "touch"]), { theme: c } =
|
|
2910
|
+
]), { prop: m } = l(t, n, e, ["settings", "touch"]), { theme: c } = U(r), { prop: d } = l(t, n, e, ["settings", "value"]);
|
|
2903
2911
|
return (f, k) => {
|
|
2904
|
-
const h =
|
|
2905
|
-
return
|
|
2912
|
+
const h = W("v-window");
|
|
2913
|
+
return I(), N(h, {
|
|
2906
2914
|
modelValue: o(d),
|
|
2907
2915
|
"onUpdate:modelValue": k[0] || (k[0] = (y) => X(d) ? d.value = y : null),
|
|
2908
2916
|
continuous: o(s),
|
|
@@ -2913,8 +2921,8 @@ const Yr = /* @__PURE__ */ _e(Jr, [["render", Xr]]), Qr = /* @__PURE__ */ z({
|
|
|
2913
2921
|
theme: o(c),
|
|
2914
2922
|
touch: o(m)
|
|
2915
2923
|
}, {
|
|
2916
|
-
default:
|
|
2917
|
-
|
|
2924
|
+
default: P(() => [
|
|
2925
|
+
j(f.$slots, "default")
|
|
2918
2926
|
]),
|
|
2919
2927
|
_: 3
|
|
2920
2928
|
}, 8, ["modelValue", "continuous", "direction", "disabled", "reverse", "show-arrows", "theme", "touch"]);
|
|
@@ -2922,15 +2930,15 @@ const Yr = /* @__PURE__ */ _e(Jr, [["render", Xr]]), Qr = /* @__PURE__ */ z({
|
|
|
2922
2930
|
}
|
|
2923
2931
|
}), el = {};
|
|
2924
2932
|
function tl(i, e) {
|
|
2925
|
-
const t =
|
|
2926
|
-
return
|
|
2927
|
-
default:
|
|
2928
|
-
|
|
2933
|
+
const t = W("v-window-item");
|
|
2934
|
+
return I(), N(t, null, {
|
|
2935
|
+
default: P(() => [
|
|
2936
|
+
j(i.$slots, "default")
|
|
2929
2937
|
]),
|
|
2930
2938
|
_: 3
|
|
2931
2939
|
});
|
|
2932
2940
|
}
|
|
2933
|
-
const nl = /* @__PURE__ */ _e(el, [["render", tl]]),
|
|
2941
|
+
const nl = /* @__PURE__ */ _e(el, [["render", tl]]), ji = "badge_v1", xn = "breadcrumbs_v1", Ue = "bar_chart_v1", Ge = "btn_v1", je = "btn_group_v1", Oe = "btn_toggle_v1", Ke = "card_v1", Ze = "checkbox_v1", qe = "chip_v1", Je = "chip_group_v1", Xe = "color_picker_v1", Ye = "combobox_v1", Qe = "container_v1", et = "data_table_v1", tt = "date_picker_v1", nt = "dialog_v1", it = "file_input_v1", ot = "flex_layout_v1", Oi = "flex_layout_entry_v1", st = "form_v1", rt = "icon_v1", lt = "globality_v1", at = "line_chart_v1", ut = "menu_v1", ct = "number_input_v1", dt = "pagination_v1", Ki = "radio_v1", mt = "radio_group_v1", pt = "range_slider_v1", ft = "rating_v1", Se = "ref_v1", bt = "select_v1", yt = "slider_v1", ht = "stepper_v1", Zi = "stepper_header_v1", qi = "stepper_item_v1", Ji = "stepper_window_v1", Xi = "stepper_window_item_v1", xt = "switch_v1", Yi = "tab_v1", gt = "tabs_v1", vt = "text_v1", kt = "textarea_v1", _t = "text_field_v1", wt = "timeline_v1", Qi = "timeline_item_v1", Vt = "window_v1", eo = "window_item_v1", v = {
|
|
2934
2942
|
key: "basic",
|
|
2935
2943
|
name: "x-runtime-lib.basic",
|
|
2936
2944
|
children: [
|
|
@@ -2992,7 +3000,7 @@ const nl = /* @__PURE__ */ _e(el, [["render", tl]]), Gi = "badge_v1", xn = "brea
|
|
|
2992
3000
|
]
|
|
2993
3001
|
}
|
|
2994
3002
|
]
|
|
2995
|
-
}, il =
|
|
3003
|
+
}, il = G(Q), ge = {
|
|
2996
3004
|
key: "border",
|
|
2997
3005
|
name: "x-runtime-lib.border",
|
|
2998
3006
|
children: [
|
|
@@ -3240,7 +3248,7 @@ const nl = /* @__PURE__ */ _e(el, [["render", tl]]), Gi = "badge_v1", xn = "brea
|
|
|
3240
3248
|
defaultArray: []
|
|
3241
3249
|
}
|
|
3242
3250
|
]
|
|
3243
|
-
},
|
|
3251
|
+
}, Pe = {
|
|
3244
3252
|
key: "yAxis",
|
|
3245
3253
|
name: "x-runtime-lib.yAxis",
|
|
3246
3254
|
children: [
|
|
@@ -3275,7 +3283,7 @@ const nl = /* @__PURE__ */ _e(el, [["render", tl]]), Gi = "badge_v1", xn = "brea
|
|
|
3275
3283
|
]
|
|
3276
3284
|
};
|
|
3277
3285
|
function ol(i, e) {
|
|
3278
|
-
const t = `type=${i} subtype=${e}`, r =
|
|
3286
|
+
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
3279
3287
|
if (!r) {
|
|
3280
3288
|
console.error(`barChartV1/spawn prop tag not found, ${t}`);
|
|
3281
3289
|
return;
|
|
@@ -3286,7 +3294,7 @@ function ol(i, e) {
|
|
|
3286
3294
|
return;
|
|
3287
3295
|
}
|
|
3288
3296
|
const s = {};
|
|
3289
|
-
return
|
|
3297
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = $t.key, s.size.height = "300px", s.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], s.series = [
|
|
3290
3298
|
{
|
|
3291
3299
|
type: "bar",
|
|
3292
3300
|
data: [120, 200, 150, 80, 70, 110, 130]
|
|
@@ -3315,12 +3323,12 @@ const gn = {
|
|
|
3315
3323
|
array: !0,
|
|
3316
3324
|
defaultArray: []
|
|
3317
3325
|
}, $t = {
|
|
3318
|
-
key:
|
|
3326
|
+
key: Ue,
|
|
3319
3327
|
name: "x-runtime-lib.barChart",
|
|
3320
|
-
comp:
|
|
3328
|
+
comp: Es,
|
|
3321
3329
|
props: {
|
|
3322
|
-
pageCommon: [v, q, ze, Ae,
|
|
3323
|
-
compCommon: [v, q, ze, Ae,
|
|
3330
|
+
pageCommon: [v, q, ze, Ae, Pe, Te, gn],
|
|
3331
|
+
compCommon: [v, q, ze, Ae, Pe, Te, gn]
|
|
3324
3332
|
},
|
|
3325
3333
|
events: [],
|
|
3326
3334
|
methods: [],
|
|
@@ -3330,18 +3338,18 @@ const gn = {
|
|
|
3330
3338
|
};
|
|
3331
3339
|
T($t);
|
|
3332
3340
|
function sl(i, e) {
|
|
3333
|
-
const t = `type=${i} subtype=${e}`, r =
|
|
3341
|
+
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
3334
3342
|
if (!r) {
|
|
3335
3343
|
console.error(`lineChartV1/spawn prop tag not found, ${t}`);
|
|
3336
3344
|
return;
|
|
3337
3345
|
}
|
|
3338
|
-
const n =
|
|
3346
|
+
const n = It.props[r];
|
|
3339
3347
|
if (!n) {
|
|
3340
3348
|
console.error(`lineChartV1/spawn props not found, ${t}`);
|
|
3341
3349
|
return;
|
|
3342
3350
|
}
|
|
3343
3351
|
const s = {};
|
|
3344
|
-
return
|
|
3352
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = It.key, s.size.height = "300px", s.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], s.series = [
|
|
3345
3353
|
{
|
|
3346
3354
|
type: "line",
|
|
3347
3355
|
data: [120, 200, 150, 80, 70, 110, 130]
|
|
@@ -3369,13 +3377,13 @@ const vn = {
|
|
|
3369
3377
|
],
|
|
3370
3378
|
array: !0,
|
|
3371
3379
|
defaultArray: []
|
|
3372
|
-
},
|
|
3380
|
+
}, It = {
|
|
3373
3381
|
key: at,
|
|
3374
3382
|
name: "x-runtime-lib.lineChart",
|
|
3375
3383
|
comp: Ms,
|
|
3376
3384
|
props: {
|
|
3377
|
-
pageCommon: [v, q, ze, Ae,
|
|
3378
|
-
compCommon: [v, q, ze, Ae,
|
|
3385
|
+
pageCommon: [v, q, ze, Ae, Pe, Te, vn],
|
|
3386
|
+
compCommon: [v, q, ze, Ae, Pe, Te, vn]
|
|
3379
3387
|
},
|
|
3380
3388
|
events: [],
|
|
3381
3389
|
methods: [],
|
|
@@ -3383,8 +3391,8 @@ const vn = {
|
|
|
3383
3391
|
leaf: !0,
|
|
3384
3392
|
spawn: sl
|
|
3385
3393
|
};
|
|
3386
|
-
T(
|
|
3387
|
-
const sn =
|
|
3394
|
+
T(It);
|
|
3395
|
+
const sn = G(Q);
|
|
3388
3396
|
sn.key = "backgroundColor";
|
|
3389
3397
|
sn.name = "x-runtime-lib.backgroundColor";
|
|
3390
3398
|
const kn = {
|
|
@@ -3402,12 +3410,12 @@ const kn = {
|
|
|
3402
3410
|
events: [
|
|
3403
3411
|
{
|
|
3404
3412
|
key: "startup",
|
|
3405
|
-
name: "
|
|
3413
|
+
name: "x-runtime-lib.startup",
|
|
3406
3414
|
params: []
|
|
3407
3415
|
},
|
|
3408
3416
|
{
|
|
3409
3417
|
key: "screenSizeChange",
|
|
3410
|
-
name: "
|
|
3418
|
+
name: "x-runtime-lib.screenSizeChange",
|
|
3411
3419
|
params: [
|
|
3412
3420
|
{
|
|
3413
3421
|
key: "__newScreenSize__",
|
|
@@ -3423,7 +3431,7 @@ const kn = {
|
|
|
3423
3431
|
},
|
|
3424
3432
|
{
|
|
3425
3433
|
key: "darkModeChange",
|
|
3426
|
-
name: "
|
|
3434
|
+
name: "x-runtime-lib.darkModeChange",
|
|
3427
3435
|
params: [
|
|
3428
3436
|
{
|
|
3429
3437
|
key: "__isDarkMode__",
|
|
@@ -3498,8 +3506,8 @@ const wn = {
|
|
|
3498
3506
|
default: !1
|
|
3499
3507
|
}
|
|
3500
3508
|
]
|
|
3501
|
-
},
|
|
3502
|
-
key:
|
|
3509
|
+
}, Qa = {
|
|
3510
|
+
key: ji,
|
|
3503
3511
|
name: "x-runtime-lib.badge",
|
|
3504
3512
|
comp: er,
|
|
3505
3513
|
props: {
|
|
@@ -3511,20 +3519,20 @@ const wn = {
|
|
|
3511
3519
|
slots: []
|
|
3512
3520
|
};
|
|
3513
3521
|
function al(i, e) {
|
|
3514
|
-
const t = `type=${i} subtype=${e}`, r =
|
|
3522
|
+
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
3515
3523
|
if (!r) {
|
|
3516
3524
|
console.error(`btnV1/spawn prop tag not found, ${t}`);
|
|
3517
3525
|
return;
|
|
3518
3526
|
}
|
|
3519
|
-
const n =
|
|
3527
|
+
const n = Ct.props[r];
|
|
3520
3528
|
if (!n) {
|
|
3521
3529
|
console.error(`btnV1/spawn props not found, ${t}`);
|
|
3522
3530
|
return;
|
|
3523
3531
|
}
|
|
3524
3532
|
const s = {};
|
|
3525
|
-
return
|
|
3533
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = Ct.key, s.settings.text = "button", s;
|
|
3526
3534
|
}
|
|
3527
|
-
const ul =
|
|
3535
|
+
const ul = G(Q), Vn = {
|
|
3528
3536
|
key: "settings",
|
|
3529
3537
|
name: "x-runtime-lib.settings",
|
|
3530
3538
|
children: [
|
|
@@ -3611,8 +3619,8 @@ const ul = U(Q), Vn = {
|
|
|
3611
3619
|
default: !0
|
|
3612
3620
|
}
|
|
3613
3621
|
]
|
|
3614
|
-
},
|
|
3615
|
-
key:
|
|
3622
|
+
}, Ct = {
|
|
3623
|
+
key: Ge,
|
|
3616
3624
|
name: "x-runtime-lib.button",
|
|
3617
3625
|
comp: tr,
|
|
3618
3626
|
props: {
|
|
@@ -3622,7 +3630,7 @@ const ul = U(Q), Vn = {
|
|
|
3622
3630
|
events: [
|
|
3623
3631
|
{
|
|
3624
3632
|
key: "click",
|
|
3625
|
-
name: "
|
|
3633
|
+
name: "x-runtime-lib.click",
|
|
3626
3634
|
params: []
|
|
3627
3635
|
}
|
|
3628
3636
|
],
|
|
@@ -3631,9 +3639,9 @@ const ul = U(Q), Vn = {
|
|
|
3631
3639
|
leaf: !0,
|
|
3632
3640
|
spawn: al
|
|
3633
3641
|
};
|
|
3634
|
-
T(
|
|
3642
|
+
T(Ct);
|
|
3635
3643
|
const cl = {
|
|
3636
|
-
key:
|
|
3644
|
+
key: je,
|
|
3637
3645
|
name: "x-runtime-lib.buttonGroup",
|
|
3638
3646
|
comp: or,
|
|
3639
3647
|
props: {
|
|
@@ -3707,7 +3715,7 @@ const $n = {
|
|
|
3707
3715
|
}
|
|
3708
3716
|
]
|
|
3709
3717
|
}, dl = {
|
|
3710
|
-
key:
|
|
3718
|
+
key: Oe,
|
|
3711
3719
|
name: "x-runtime-lib.buttonToggle",
|
|
3712
3720
|
comp: sr,
|
|
3713
3721
|
props: {
|
|
@@ -3720,7 +3728,7 @@ const $n = {
|
|
|
3720
3728
|
};
|
|
3721
3729
|
T(dl);
|
|
3722
3730
|
function ml(i, e) {
|
|
3723
|
-
const t = `type=${i} subtype=${e}`, r =
|
|
3731
|
+
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
3724
3732
|
if (!r) {
|
|
3725
3733
|
console.error(`cardV1/spawn prop tag not found, ${t}`);
|
|
3726
3734
|
return;
|
|
@@ -3731,9 +3739,9 @@ function ml(i, e) {
|
|
|
3731
3739
|
return;
|
|
3732
3740
|
}
|
|
3733
3741
|
const s = {};
|
|
3734
|
-
return
|
|
3742
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = Ve.key, s.children = [], s.settings.title = "title", s.settings.subtitle = "subtitle", s.settings.text = "text", s;
|
|
3735
3743
|
}
|
|
3736
|
-
const
|
|
3744
|
+
const In = {
|
|
3737
3745
|
key: "settings",
|
|
3738
3746
|
name: "x-runtime-lib.settings",
|
|
3739
3747
|
children: [
|
|
@@ -3789,12 +3797,12 @@ const Cn = {
|
|
|
3789
3797
|
}
|
|
3790
3798
|
]
|
|
3791
3799
|
}, Ve = {
|
|
3792
|
-
key:
|
|
3800
|
+
key: Ke,
|
|
3793
3801
|
name: "x-runtime-lib.card",
|
|
3794
3802
|
comp: rr,
|
|
3795
3803
|
props: {
|
|
3796
|
-
pageCommon: [v, q,
|
|
3797
|
-
compCommon: [v, q,
|
|
3804
|
+
pageCommon: [v, q, In],
|
|
3805
|
+
compCommon: [v, q, In]
|
|
3798
3806
|
},
|
|
3799
3807
|
events: [],
|
|
3800
3808
|
methods: [],
|
|
@@ -3802,7 +3810,7 @@ const Cn = {
|
|
|
3802
3810
|
spawn: ml
|
|
3803
3811
|
};
|
|
3804
3812
|
T(Ve);
|
|
3805
|
-
const
|
|
3813
|
+
const Cn = {
|
|
3806
3814
|
key: "settings",
|
|
3807
3815
|
name: "x-runtime-lib.settings",
|
|
3808
3816
|
children: [
|
|
@@ -3824,8 +3832,8 @@ const In = {
|
|
|
3824
3832
|
name: "x-runtime-lib.checkbox",
|
|
3825
3833
|
comp: lr,
|
|
3826
3834
|
props: {
|
|
3827
|
-
pageCommon: [v,
|
|
3828
|
-
compCommon: [v,
|
|
3835
|
+
pageCommon: [v, Cn],
|
|
3836
|
+
compCommon: [v, Cn]
|
|
3829
3837
|
},
|
|
3830
3838
|
events: [],
|
|
3831
3839
|
methods: [],
|
|
@@ -3833,7 +3841,7 @@ const In = {
|
|
|
3833
3841
|
leaf: !0
|
|
3834
3842
|
};
|
|
3835
3843
|
T(pl);
|
|
3836
|
-
const fl =
|
|
3844
|
+
const fl = G(Q), Sn = {
|
|
3837
3845
|
key: "settings",
|
|
3838
3846
|
name: "x-runtime-lib.settings",
|
|
3839
3847
|
children: [
|
|
@@ -3923,7 +3931,7 @@ const fl = U(Q), Sn = {
|
|
|
3923
3931
|
};
|
|
3924
3932
|
T(St);
|
|
3925
3933
|
function bl(i, e) {
|
|
3926
|
-
const t = `type=${i} subtype=${e}`, r =
|
|
3934
|
+
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
3927
3935
|
if (!r) {
|
|
3928
3936
|
console.error(`chipGroupV1/spawn prop tag not found, ${t}`);
|
|
3929
3937
|
return;
|
|
@@ -3934,7 +3942,7 @@ function bl(i, e) {
|
|
|
3934
3942
|
return;
|
|
3935
3943
|
}
|
|
3936
3944
|
const s = {};
|
|
3937
|
-
return
|
|
3945
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = Tt.key, s.children = [
|
|
3938
3946
|
xe(i, e, "chip1", "chip 1"),
|
|
3939
3947
|
xe(i, e, "chip2", "chip 2"),
|
|
3940
3948
|
xe(i, e, "chip3", "chip 3"),
|
|
@@ -3944,7 +3952,7 @@ function bl(i, e) {
|
|
|
3944
3952
|
], s;
|
|
3945
3953
|
}
|
|
3946
3954
|
function xe(i, e, t, r) {
|
|
3947
|
-
const n = `type=${i} subtype=${e}`, s =
|
|
3955
|
+
const n = `type=${i} subtype=${e}`, s = E(i, e);
|
|
3948
3956
|
if (!s) {
|
|
3949
3957
|
console.error(`chipGroupV1/spawnChip prop tag not found, ${n}`);
|
|
3950
3958
|
return;
|
|
@@ -3955,7 +3963,7 @@ function xe(i, e, t, r) {
|
|
|
3955
3963
|
return;
|
|
3956
3964
|
}
|
|
3957
3965
|
const u = {};
|
|
3958
|
-
return
|
|
3966
|
+
return D(u, a), u.basic.id = R(16), u.basic.key = St.key, u.settings.value = t, u.settings.text = r, u;
|
|
3959
3967
|
}
|
|
3960
3968
|
const Tn = {
|
|
3961
3969
|
key: "settings",
|
|
@@ -4094,7 +4102,7 @@ const zn = {
|
|
|
4094
4102
|
leaf: !0
|
|
4095
4103
|
};
|
|
4096
4104
|
T(hl);
|
|
4097
|
-
const rn =
|
|
4105
|
+
const rn = G(Q);
|
|
4098
4106
|
rn.key = "backgroundColor";
|
|
4099
4107
|
rn.name = "x-runtime-lib.backgroundColor";
|
|
4100
4108
|
const An = {
|
|
@@ -4112,7 +4120,7 @@ const An = {
|
|
|
4112
4120
|
events: [
|
|
4113
4121
|
{
|
|
4114
4122
|
key: "click",
|
|
4115
|
-
name: "
|
|
4123
|
+
name: "x-runtime-lib.click",
|
|
4116
4124
|
params: []
|
|
4117
4125
|
}
|
|
4118
4126
|
],
|
|
@@ -4120,7 +4128,7 @@ const An = {
|
|
|
4120
4128
|
slots: []
|
|
4121
4129
|
};
|
|
4122
4130
|
T(zt);
|
|
4123
|
-
const
|
|
4131
|
+
const Pn = {
|
|
4124
4132
|
key: "size",
|
|
4125
4133
|
name: "x-runtime-lib.size",
|
|
4126
4134
|
children: [
|
|
@@ -4139,7 +4147,7 @@ const Nn = {
|
|
|
4139
4147
|
default: ""
|
|
4140
4148
|
}
|
|
4141
4149
|
]
|
|
4142
|
-
},
|
|
4150
|
+
}, Nn = {
|
|
4143
4151
|
key: "settings",
|
|
4144
4152
|
name: "x-runtime-lib.settings",
|
|
4145
4153
|
children: [
|
|
@@ -4247,7 +4255,7 @@ const Nn = {
|
|
|
4247
4255
|
default: !1
|
|
4248
4256
|
}
|
|
4249
4257
|
]
|
|
4250
|
-
},
|
|
4258
|
+
}, Wn = {
|
|
4251
4259
|
key: "slots",
|
|
4252
4260
|
name: "x-runtime-lib.slots",
|
|
4253
4261
|
children: [
|
|
@@ -4277,8 +4285,8 @@ const Nn = {
|
|
|
4277
4285
|
name: "x-runtime-lib.dataTable",
|
|
4278
4286
|
comp: pr,
|
|
4279
4287
|
props: {
|
|
4280
|
-
pageCommon: [v,
|
|
4281
|
-
compCommon: [v,
|
|
4288
|
+
pageCommon: [v, Pn, Nn, Wn],
|
|
4289
|
+
compCommon: [v, Pn, Nn, Wn]
|
|
4282
4290
|
},
|
|
4283
4291
|
events: [],
|
|
4284
4292
|
methods: [],
|
|
@@ -4312,13 +4320,13 @@ const vl = {
|
|
|
4312
4320
|
methods: [
|
|
4313
4321
|
{
|
|
4314
4322
|
key: "open",
|
|
4315
|
-
name: "
|
|
4323
|
+
name: "x-runtime-lib.open",
|
|
4316
4324
|
inputs: [],
|
|
4317
4325
|
outputs: []
|
|
4318
4326
|
},
|
|
4319
4327
|
{
|
|
4320
4328
|
key: "close",
|
|
4321
|
-
name: "
|
|
4329
|
+
name: "x-runtime-lib.close",
|
|
4322
4330
|
inputs: [],
|
|
4323
4331
|
outputs: []
|
|
4324
4332
|
}
|
|
@@ -4327,23 +4335,23 @@ const vl = {
|
|
|
4327
4335
|
teleport: !0
|
|
4328
4336
|
};
|
|
4329
4337
|
T(vl);
|
|
4330
|
-
const
|
|
4338
|
+
const Ln = {
|
|
4331
4339
|
key: "settings",
|
|
4332
4340
|
name: "x-runtime-lib.settings",
|
|
4333
4341
|
children: []
|
|
4334
|
-
},
|
|
4342
|
+
}, eu = {
|
|
4335
4343
|
key: it,
|
|
4336
4344
|
name: "x-runtime-lib.fileInput",
|
|
4337
4345
|
comp: gr,
|
|
4338
4346
|
props: {
|
|
4339
|
-
pageCommon: [v,
|
|
4340
|
-
compCommon: [v,
|
|
4347
|
+
pageCommon: [v, Ln],
|
|
4348
|
+
compCommon: [v, Ln]
|
|
4341
4349
|
},
|
|
4342
4350
|
events: [],
|
|
4343
4351
|
methods: [],
|
|
4344
4352
|
slots: [],
|
|
4345
4353
|
leaf: !0
|
|
4346
|
-
},
|
|
4354
|
+
}, Bn = {
|
|
4347
4355
|
key: "settings",
|
|
4348
4356
|
name: "x-runtime-lib.settings",
|
|
4349
4357
|
children: [
|
|
@@ -4361,12 +4369,12 @@ const En = {
|
|
|
4361
4369
|
}
|
|
4362
4370
|
]
|
|
4363
4371
|
}, At = {
|
|
4364
|
-
key:
|
|
4372
|
+
key: Oi,
|
|
4365
4373
|
name: "x-runtime-lib.flexLayoutEntry",
|
|
4366
4374
|
comp: kr,
|
|
4367
4375
|
props: {
|
|
4368
|
-
pageCommon: [v, q,
|
|
4369
|
-
compCommon: [v, q,
|
|
4376
|
+
pageCommon: [v, q, Bn],
|
|
4377
|
+
compCommon: [v, q, Bn]
|
|
4370
4378
|
},
|
|
4371
4379
|
events: [],
|
|
4372
4380
|
methods: [],
|
|
@@ -4374,7 +4382,7 @@ const En = {
|
|
|
4374
4382
|
};
|
|
4375
4383
|
T(At);
|
|
4376
4384
|
function kl(i, e) {
|
|
4377
|
-
const t = `type=${i} subtype=${e}`, r =
|
|
4385
|
+
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
4378
4386
|
if (!r) {
|
|
4379
4387
|
console.error(`flexLayoutV1/spawn prop tag not found, ${t}`);
|
|
4380
4388
|
return;
|
|
@@ -4385,8 +4393,8 @@ function kl(i, e) {
|
|
|
4385
4393
|
return;
|
|
4386
4394
|
}
|
|
4387
4395
|
const s = {};
|
|
4388
|
-
return
|
|
4389
|
-
|
|
4396
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = $e.key, s.children = [
|
|
4397
|
+
Pt(
|
|
4390
4398
|
i,
|
|
4391
4399
|
e,
|
|
4392
4400
|
"#ff0000",
|
|
@@ -4396,7 +4404,7 @@ function kl(i, e) {
|
|
|
4396
4404
|
"40px",
|
|
4397
4405
|
void 0
|
|
4398
4406
|
),
|
|
4399
|
-
|
|
4407
|
+
Pt(
|
|
4400
4408
|
i,
|
|
4401
4409
|
e,
|
|
4402
4410
|
"#00ff00",
|
|
@@ -4409,8 +4417,8 @@ function kl(i, e) {
|
|
|
4409
4417
|
_l(i, e)
|
|
4410
4418
|
], s;
|
|
4411
4419
|
}
|
|
4412
|
-
function
|
|
4413
|
-
const b = `type=${i} subtype=${e}`, m =
|
|
4420
|
+
function Pt(i, e, t, r, n, s, a, u, p) {
|
|
4421
|
+
const b = `type=${i} subtype=${e}`, m = E(i, e);
|
|
4414
4422
|
if (!m) {
|
|
4415
4423
|
console.error(
|
|
4416
4424
|
`flexLayoutV1/spawnContainer prop tag not found, ${b}`
|
|
@@ -4423,10 +4431,10 @@ function Nt(i, e, t, r, n, s, a, u, p) {
|
|
|
4423
4431
|
return;
|
|
4424
4432
|
}
|
|
4425
4433
|
const d = {};
|
|
4426
|
-
return
|
|
4434
|
+
return D(d, c), d.basic.id = R(16), d.basic.key = zt.key, r && (d.size.width = r), n && (d.size.minWidth = n), a && (d.size.height = a), u && (d.size.minHeight = u), console.log(d), t && (d.settings.backgroundColor.mode = "custom", d.settings.backgroundColor.custom.light = t, d.settings.backgroundColor.custom.dark = t), d.children = [], d;
|
|
4427
4435
|
}
|
|
4428
4436
|
function _l(i, e) {
|
|
4429
|
-
const t = `type=${i} subtype=${e}`, r =
|
|
4437
|
+
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
4430
4438
|
if (!r) {
|
|
4431
4439
|
console.error(`flexLayoutV1/spawnEntry prop tag not found, ${t}`);
|
|
4432
4440
|
return;
|
|
@@ -4442,8 +4450,8 @@ function _l(i, e) {
|
|
|
4442
4450
|
key: ""
|
|
4443
4451
|
}
|
|
4444
4452
|
};
|
|
4445
|
-
return
|
|
4446
|
-
|
|
4453
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = At.key, s.children = [
|
|
4454
|
+
Pt(
|
|
4447
4455
|
i,
|
|
4448
4456
|
e,
|
|
4449
4457
|
"#0000ff",
|
|
@@ -4455,10 +4463,10 @@ function _l(i, e) {
|
|
|
4455
4463
|
)
|
|
4456
4464
|
], s;
|
|
4457
4465
|
}
|
|
4458
|
-
const ln =
|
|
4466
|
+
const ln = G(Q);
|
|
4459
4467
|
ln.key = "backgroundColor";
|
|
4460
4468
|
ln.name = "x-runtime-lib.backgroundColor";
|
|
4461
|
-
const
|
|
4469
|
+
const Rn = {
|
|
4462
4470
|
key: "settings",
|
|
4463
4471
|
name: "x-runtime-lib.settings",
|
|
4464
4472
|
children: [
|
|
@@ -4633,13 +4641,13 @@ const Bn = {
|
|
|
4633
4641
|
name: "x-runtime-lib.flexLayout",
|
|
4634
4642
|
comp: vr,
|
|
4635
4643
|
props: {
|
|
4636
|
-
pageCommon: [v, q, ge, ve, ke,
|
|
4637
|
-
compCommon: [v, q, ge, ve, ke,
|
|
4644
|
+
pageCommon: [v, q, ge, ve, ke, Rn],
|
|
4645
|
+
compCommon: [v, q, ge, ve, ke, Rn]
|
|
4638
4646
|
},
|
|
4639
4647
|
events: [
|
|
4640
4648
|
{
|
|
4641
4649
|
key: "click",
|
|
4642
|
-
name: "
|
|
4650
|
+
name: "x-runtime-lib.click",
|
|
4643
4651
|
params: []
|
|
4644
4652
|
}
|
|
4645
4653
|
],
|
|
@@ -4648,7 +4656,7 @@ const Bn = {
|
|
|
4648
4656
|
spawn: kl
|
|
4649
4657
|
};
|
|
4650
4658
|
T($e);
|
|
4651
|
-
const
|
|
4659
|
+
const Dn = {
|
|
4652
4660
|
key: "settings",
|
|
4653
4661
|
name: "x-runtime-lib.settings",
|
|
4654
4662
|
children: [
|
|
@@ -4769,7 +4777,7 @@ const Rn = {
|
|
|
4769
4777
|
default: ""
|
|
4770
4778
|
}
|
|
4771
4779
|
]
|
|
4772
|
-
},
|
|
4780
|
+
}, En = {
|
|
4773
4781
|
key: "slots",
|
|
4774
4782
|
name: "x-runtime-lib.slots",
|
|
4775
4783
|
children: [
|
|
@@ -4798,13 +4806,13 @@ const Rn = {
|
|
|
4798
4806
|
default: void 0
|
|
4799
4807
|
}
|
|
4800
4808
|
]
|
|
4801
|
-
},
|
|
4809
|
+
}, Nt = {
|
|
4802
4810
|
key: _t,
|
|
4803
4811
|
name: "x-runtime-lib.textField",
|
|
4804
4812
|
comp: Zr,
|
|
4805
4813
|
props: {
|
|
4806
|
-
pageCommon: [v,
|
|
4807
|
-
compCommon: [v,
|
|
4814
|
+
pageCommon: [v, Dn, En],
|
|
4815
|
+
compCommon: [v, Dn, En]
|
|
4808
4816
|
},
|
|
4809
4817
|
events: [],
|
|
4810
4818
|
methods: [],
|
|
@@ -4836,34 +4844,34 @@ const Rn = {
|
|
|
4836
4844
|
],
|
|
4837
4845
|
leaf: !0
|
|
4838
4846
|
};
|
|
4839
|
-
T(
|
|
4847
|
+
T(Nt);
|
|
4840
4848
|
function wl(i, e) {
|
|
4841
|
-
const t = `type=${i} subtype=${e}`, r =
|
|
4849
|
+
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
4842
4850
|
if (!r) {
|
|
4843
4851
|
console.error(`formV1/spawn prop tag not found, ${t}`);
|
|
4844
4852
|
return;
|
|
4845
4853
|
}
|
|
4846
|
-
const n =
|
|
4854
|
+
const n = Wt.props[r];
|
|
4847
4855
|
if (!n) {
|
|
4848
4856
|
console.error(`formV1/spawn props not found, ${t}`);
|
|
4849
4857
|
return;
|
|
4850
4858
|
}
|
|
4851
4859
|
const s = {};
|
|
4852
|
-
return
|
|
4860
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = Wt.key, s.children = [Vl(i, e)], s;
|
|
4853
4861
|
}
|
|
4854
4862
|
function Vl(i, e) {
|
|
4855
|
-
const t = `type=${i} subtype=${e}`, r =
|
|
4863
|
+
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
4856
4864
|
if (!r) {
|
|
4857
4865
|
console.error(`formV1/spawnTextField prop tag not found, ${t}`);
|
|
4858
4866
|
return;
|
|
4859
4867
|
}
|
|
4860
|
-
const n =
|
|
4868
|
+
const n = Nt.props[r];
|
|
4861
4869
|
if (!n) {
|
|
4862
4870
|
console.error(`formV1/spawnTextField props not found, ${t}`);
|
|
4863
4871
|
return;
|
|
4864
4872
|
}
|
|
4865
4873
|
const s = {};
|
|
4866
|
-
return
|
|
4874
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = Nt.key, s;
|
|
4867
4875
|
}
|
|
4868
4876
|
const Mn = {
|
|
4869
4877
|
key: "settings",
|
|
@@ -4883,7 +4891,7 @@ const Mn = {
|
|
|
4883
4891
|
default: !1
|
|
4884
4892
|
}
|
|
4885
4893
|
]
|
|
4886
|
-
},
|
|
4894
|
+
}, Wt = {
|
|
4887
4895
|
key: st,
|
|
4888
4896
|
name: "x-runtime-lib.form",
|
|
4889
4897
|
comp: _r,
|
|
@@ -4894,7 +4902,7 @@ const Mn = {
|
|
|
4894
4902
|
events: [
|
|
4895
4903
|
{
|
|
4896
4904
|
key: "submit",
|
|
4897
|
-
name: "
|
|
4905
|
+
name: "x-runtime-lib.submit",
|
|
4898
4906
|
params: []
|
|
4899
4907
|
}
|
|
4900
4908
|
],
|
|
@@ -4902,8 +4910,8 @@ const Mn = {
|
|
|
4902
4910
|
slots: [],
|
|
4903
4911
|
spawn: wl
|
|
4904
4912
|
};
|
|
4905
|
-
T(
|
|
4906
|
-
const $l =
|
|
4913
|
+
T(Wt);
|
|
4914
|
+
const $l = G(Q), Fn = {
|
|
4907
4915
|
key: "settings",
|
|
4908
4916
|
name: "x-runtime-lib.settings",
|
|
4909
4917
|
children: [
|
|
@@ -4928,7 +4936,7 @@ const $l = U(Q), Fn = {
|
|
|
4928
4936
|
},
|
|
4929
4937
|
$l
|
|
4930
4938
|
]
|
|
4931
|
-
},
|
|
4939
|
+
}, Il = {
|
|
4932
4940
|
key: rt,
|
|
4933
4941
|
name: "x-runtime-lib.icon",
|
|
4934
4942
|
comp: wr,
|
|
@@ -4941,8 +4949,8 @@ const $l = U(Q), Fn = {
|
|
|
4941
4949
|
slots: [],
|
|
4942
4950
|
leaf: !0
|
|
4943
4951
|
};
|
|
4944
|
-
T(
|
|
4945
|
-
const
|
|
4952
|
+
T(Il);
|
|
4953
|
+
const Cl = {
|
|
4946
4954
|
key: ut,
|
|
4947
4955
|
name: "x-runtime-lib.menu",
|
|
4948
4956
|
comp: $r,
|
|
@@ -4954,13 +4962,13 @@ const Il = {
|
|
|
4954
4962
|
methods: [
|
|
4955
4963
|
{
|
|
4956
4964
|
key: "open",
|
|
4957
|
-
name: "
|
|
4965
|
+
name: "x-runtime-lib.open",
|
|
4958
4966
|
inputs: [],
|
|
4959
4967
|
outputs: []
|
|
4960
4968
|
},
|
|
4961
4969
|
{
|
|
4962
4970
|
key: "close",
|
|
4963
|
-
name: "
|
|
4971
|
+
name: "x-runtime-lib.close",
|
|
4964
4972
|
inputs: [],
|
|
4965
4973
|
outputs: []
|
|
4966
4974
|
}
|
|
@@ -4968,20 +4976,20 @@ const Il = {
|
|
|
4968
4976
|
slots: [],
|
|
4969
4977
|
teleport: !0
|
|
4970
4978
|
};
|
|
4971
|
-
T(
|
|
4979
|
+
T(Cl);
|
|
4972
4980
|
function Sl(i, e) {
|
|
4973
|
-
const t = `type=${i} subtype=${e}`, r =
|
|
4981
|
+
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
4974
4982
|
if (!r) {
|
|
4975
4983
|
console.error(`numberInputV1/spawn prop tag not found, ${t}`);
|
|
4976
4984
|
return;
|
|
4977
4985
|
}
|
|
4978
|
-
const n =
|
|
4986
|
+
const n = Lt.props[r];
|
|
4979
4987
|
if (!n) {
|
|
4980
4988
|
console.error(`numberInputV1/spawn props not found, ${t}`);
|
|
4981
4989
|
return;
|
|
4982
4990
|
}
|
|
4983
4991
|
const s = {};
|
|
4984
|
-
return
|
|
4992
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = Lt.key, s.settings.label = "label", s.settings.placeholder = "placeholder", s;
|
|
4985
4993
|
}
|
|
4986
4994
|
const Hn = {
|
|
4987
4995
|
key: "size",
|
|
@@ -5009,7 +5017,7 @@ const Hn = {
|
|
|
5009
5017
|
default: ""
|
|
5010
5018
|
}
|
|
5011
5019
|
]
|
|
5012
|
-
},
|
|
5020
|
+
}, Un = {
|
|
5013
5021
|
key: "settings",
|
|
5014
5022
|
name: "x-runtime-lib.settings",
|
|
5015
5023
|
children: [
|
|
@@ -5150,38 +5158,38 @@ const Hn = {
|
|
|
5150
5158
|
]
|
|
5151
5159
|
}
|
|
5152
5160
|
]
|
|
5153
|
-
},
|
|
5161
|
+
}, Lt = {
|
|
5154
5162
|
key: ct,
|
|
5155
5163
|
name: "x-runtime-lib.numberInput",
|
|
5156
|
-
comp:
|
|
5164
|
+
comp: Ir,
|
|
5157
5165
|
props: {
|
|
5158
|
-
pageCommon: [v, Hn,
|
|
5159
|
-
compCommon: [v, Hn,
|
|
5166
|
+
pageCommon: [v, Hn, Un],
|
|
5167
|
+
compCommon: [v, Hn, Un]
|
|
5160
5168
|
},
|
|
5161
5169
|
events: [
|
|
5162
5170
|
{
|
|
5163
5171
|
key: "clickAppend",
|
|
5164
|
-
name: "
|
|
5172
|
+
name: "x-runtime-lib.clickAppend",
|
|
5165
5173
|
params: []
|
|
5166
5174
|
},
|
|
5167
5175
|
{
|
|
5168
5176
|
key: "clickAppendInner",
|
|
5169
|
-
name: "
|
|
5177
|
+
name: "x-runtime-lib.clickAppendInner",
|
|
5170
5178
|
params: []
|
|
5171
5179
|
},
|
|
5172
5180
|
{
|
|
5173
5181
|
key: "clickClear",
|
|
5174
|
-
name: "
|
|
5182
|
+
name: "x-runtime-lib.clickClear",
|
|
5175
5183
|
params: []
|
|
5176
5184
|
},
|
|
5177
5185
|
{
|
|
5178
5186
|
key: "clickPrepend",
|
|
5179
|
-
name: "
|
|
5187
|
+
name: "x-runtime-lib.clickPrepend",
|
|
5180
5188
|
params: []
|
|
5181
5189
|
},
|
|
5182
5190
|
{
|
|
5183
5191
|
key: "clickPrependInner",
|
|
5184
|
-
name: "
|
|
5192
|
+
name: "x-runtime-lib.clickPrependInner",
|
|
5185
5193
|
params: []
|
|
5186
5194
|
}
|
|
5187
5195
|
],
|
|
@@ -5190,8 +5198,8 @@ const Hn = {
|
|
|
5190
5198
|
leaf: !0,
|
|
5191
5199
|
spawn: Sl
|
|
5192
5200
|
};
|
|
5193
|
-
T(
|
|
5194
|
-
const
|
|
5201
|
+
T(Lt);
|
|
5202
|
+
const Gn = {
|
|
5195
5203
|
key: "settings",
|
|
5196
5204
|
name: "x-runtime-lib.settings",
|
|
5197
5205
|
children: [
|
|
@@ -5257,10 +5265,10 @@ const Un = {
|
|
|
5257
5265
|
}, Tl = {
|
|
5258
5266
|
key: dt,
|
|
5259
5267
|
name: "x-runtime-lib.pagination",
|
|
5260
|
-
comp:
|
|
5268
|
+
comp: Cr,
|
|
5261
5269
|
props: {
|
|
5262
|
-
pageCommon: [v,
|
|
5263
|
-
compCommon: [v,
|
|
5270
|
+
pageCommon: [v, Gn],
|
|
5271
|
+
compCommon: [v, Gn]
|
|
5264
5272
|
},
|
|
5265
5273
|
events: [],
|
|
5266
5274
|
methods: [],
|
|
@@ -5268,7 +5276,7 @@ const Un = {
|
|
|
5268
5276
|
leaf: !0
|
|
5269
5277
|
};
|
|
5270
5278
|
T(Tl);
|
|
5271
|
-
const zl =
|
|
5279
|
+
const zl = G(Q), jn = {
|
|
5272
5280
|
key: "settings",
|
|
5273
5281
|
name: "x-runtime-lib.settings",
|
|
5274
5282
|
children: [
|
|
@@ -5305,53 +5313,53 @@ const zl = U(Q), Gn = {
|
|
|
5305
5313
|
},
|
|
5306
5314
|
zl
|
|
5307
5315
|
]
|
|
5308
|
-
},
|
|
5309
|
-
key:
|
|
5316
|
+
}, Bt = {
|
|
5317
|
+
key: Ki,
|
|
5310
5318
|
name: "x-runtime-lib.radio",
|
|
5311
5319
|
comp: Sr,
|
|
5312
5320
|
props: {
|
|
5313
|
-
pageCommon: [v,
|
|
5314
|
-
compCommon: [v,
|
|
5321
|
+
pageCommon: [v, jn],
|
|
5322
|
+
compCommon: [v, jn]
|
|
5315
5323
|
},
|
|
5316
5324
|
events: [],
|
|
5317
5325
|
methods: [],
|
|
5318
5326
|
slots: [],
|
|
5319
5327
|
leaf: !0
|
|
5320
5328
|
};
|
|
5321
|
-
T(
|
|
5329
|
+
T(Bt);
|
|
5322
5330
|
function Al(i, e) {
|
|
5323
|
-
const t = `type=${i} subtype=${e}`, r =
|
|
5331
|
+
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
5324
5332
|
if (!r) {
|
|
5325
5333
|
console.error(`radioGroupV1/spawn prop tag not found, ${t}`);
|
|
5326
5334
|
return;
|
|
5327
5335
|
}
|
|
5328
|
-
const n =
|
|
5336
|
+
const n = Rt.props[r];
|
|
5329
5337
|
if (!n) {
|
|
5330
5338
|
console.error(`radioGroupV1/spawn props not found, ${t}`);
|
|
5331
5339
|
return;
|
|
5332
5340
|
}
|
|
5333
5341
|
const s = {};
|
|
5334
|
-
return
|
|
5335
|
-
|
|
5336
|
-
|
|
5337
|
-
|
|
5342
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = Rt.key, s.children = [
|
|
5343
|
+
Be(i, e, "option1", "Option 1"),
|
|
5344
|
+
Be(i, e, "option2", "Option 2"),
|
|
5345
|
+
Be(i, e, "option3", "Option 3")
|
|
5338
5346
|
], s.settings.value = "option1", s;
|
|
5339
5347
|
}
|
|
5340
|
-
function
|
|
5341
|
-
const n = `type=${i} subtype=${e}`, s =
|
|
5348
|
+
function Be(i, e, t, r) {
|
|
5349
|
+
const n = `type=${i} subtype=${e}`, s = E(i, e);
|
|
5342
5350
|
if (!s) {
|
|
5343
5351
|
console.error(`radioGroupV1/spawnEntry prop tag not found, ${n}`);
|
|
5344
5352
|
return;
|
|
5345
5353
|
}
|
|
5346
|
-
const a =
|
|
5354
|
+
const a = Bt.props[s];
|
|
5347
5355
|
if (!a) {
|
|
5348
5356
|
console.error(`radioGroupV1/spawnEntry props not found, ${n}`);
|
|
5349
5357
|
return;
|
|
5350
5358
|
}
|
|
5351
5359
|
const u = {};
|
|
5352
|
-
return
|
|
5360
|
+
return D(u, a), u.basic.id = R(16), u.basic.key = Bt.key, u.settings.value = t, u.settings.label = r, u;
|
|
5353
5361
|
}
|
|
5354
|
-
const
|
|
5362
|
+
const On = {
|
|
5355
5363
|
key: "settings",
|
|
5356
5364
|
name: "x-runtime-lib.settings",
|
|
5357
5365
|
children: [
|
|
@@ -5394,21 +5402,21 @@ const Kn = {
|
|
|
5394
5402
|
default: !1
|
|
5395
5403
|
}
|
|
5396
5404
|
]
|
|
5397
|
-
},
|
|
5405
|
+
}, Rt = {
|
|
5398
5406
|
key: mt,
|
|
5399
5407
|
name: "x-runtime-lib.radioGroup",
|
|
5400
5408
|
comp: Tr,
|
|
5401
5409
|
props: {
|
|
5402
|
-
pageCommon: [v,
|
|
5403
|
-
compCommon: [v,
|
|
5410
|
+
pageCommon: [v, On],
|
|
5411
|
+
compCommon: [v, On]
|
|
5404
5412
|
},
|
|
5405
5413
|
events: [],
|
|
5406
5414
|
methods: [],
|
|
5407
5415
|
slots: [],
|
|
5408
5416
|
spawn: Al
|
|
5409
5417
|
};
|
|
5410
|
-
T(
|
|
5411
|
-
const
|
|
5418
|
+
T(Rt);
|
|
5419
|
+
const Kn = {
|
|
5412
5420
|
key: "settings",
|
|
5413
5421
|
name: "x-runtime-lib.settings",
|
|
5414
5422
|
children: [
|
|
@@ -5525,20 +5533,20 @@ const jn = {
|
|
|
5525
5533
|
]
|
|
5526
5534
|
}
|
|
5527
5535
|
]
|
|
5528
|
-
},
|
|
5536
|
+
}, Pl = {
|
|
5529
5537
|
key: pt,
|
|
5530
5538
|
name: "x-runtime-lib.rangeSlider",
|
|
5531
5539
|
comp: zr,
|
|
5532
5540
|
props: {
|
|
5533
|
-
pageCommon: [v,
|
|
5534
|
-
compCommon: [v,
|
|
5541
|
+
pageCommon: [v, Kn],
|
|
5542
|
+
compCommon: [v, Kn]
|
|
5535
5543
|
},
|
|
5536
5544
|
events: [],
|
|
5537
5545
|
methods: [],
|
|
5538
5546
|
slots: [],
|
|
5539
5547
|
leaf: !0
|
|
5540
5548
|
};
|
|
5541
|
-
T(
|
|
5549
|
+
T(Pl);
|
|
5542
5550
|
const Zn = {
|
|
5543
5551
|
key: "settings",
|
|
5544
5552
|
name: "x-runtime-lib.settings",
|
|
@@ -5594,7 +5602,7 @@ const Zn = {
|
|
|
5594
5602
|
default: !1
|
|
5595
5603
|
}
|
|
5596
5604
|
]
|
|
5597
|
-
},
|
|
5605
|
+
}, Nl = {
|
|
5598
5606
|
key: ft,
|
|
5599
5607
|
name: "x-runtime-lib.rating",
|
|
5600
5608
|
comp: Ar,
|
|
@@ -5607,7 +5615,7 @@ const Zn = {
|
|
|
5607
5615
|
slots: [],
|
|
5608
5616
|
leaf: !0
|
|
5609
5617
|
};
|
|
5610
|
-
T(
|
|
5618
|
+
T(Nl);
|
|
5611
5619
|
const qn = {
|
|
5612
5620
|
key: "settings",
|
|
5613
5621
|
name: "x-runtime-lib.settings",
|
|
@@ -5649,10 +5657,10 @@ const qn = {
|
|
|
5649
5657
|
default: !1
|
|
5650
5658
|
}
|
|
5651
5659
|
]
|
|
5652
|
-
},
|
|
5660
|
+
}, Wl = {
|
|
5653
5661
|
key: bt,
|
|
5654
5662
|
name: "x-runtime-lib.select",
|
|
5655
|
-
comp:
|
|
5663
|
+
comp: Pr,
|
|
5656
5664
|
props: {
|
|
5657
5665
|
pageCommon: [v, qn],
|
|
5658
5666
|
compCommon: [v, qn]
|
|
@@ -5662,14 +5670,14 @@ const qn = {
|
|
|
5662
5670
|
slots: [],
|
|
5663
5671
|
leaf: !0
|
|
5664
5672
|
};
|
|
5665
|
-
T(
|
|
5666
|
-
const an =
|
|
5673
|
+
T(Wl);
|
|
5674
|
+
const an = G(Q);
|
|
5667
5675
|
an.key = "color";
|
|
5668
5676
|
an.name = "x-runtime-lib.color";
|
|
5669
|
-
const un =
|
|
5677
|
+
const un = G(Q);
|
|
5670
5678
|
un.key = "trackColor";
|
|
5671
5679
|
un.name = "x-runtime-lib.trackColor";
|
|
5672
|
-
const cn =
|
|
5680
|
+
const cn = G(Q);
|
|
5673
5681
|
cn.key = "thumbColor";
|
|
5674
5682
|
cn.name = "x-runtime-lib.thumbColor";
|
|
5675
5683
|
const Jn = {
|
|
@@ -5798,10 +5806,10 @@ const Jn = {
|
|
|
5798
5806
|
default: void 0
|
|
5799
5807
|
}
|
|
5800
5808
|
]
|
|
5801
|
-
},
|
|
5809
|
+
}, Ll = {
|
|
5802
5810
|
key: yt,
|
|
5803
5811
|
name: "x-runtime-lib.slider",
|
|
5804
|
-
comp:
|
|
5812
|
+
comp: Nr,
|
|
5805
5813
|
props: {
|
|
5806
5814
|
pageCommon: [v, Jn, Xn],
|
|
5807
5815
|
compCommon: [v, Jn, Xn]
|
|
@@ -5811,11 +5819,11 @@ const Jn = {
|
|
|
5811
5819
|
slots: [],
|
|
5812
5820
|
leaf: !0
|
|
5813
5821
|
};
|
|
5814
|
-
T(
|
|
5815
|
-
const
|
|
5822
|
+
T(Ll);
|
|
5823
|
+
const Dt = {
|
|
5816
5824
|
key: Zi,
|
|
5817
5825
|
name: "x-runtime-lib.stepperHeader",
|
|
5818
|
-
comp:
|
|
5826
|
+
comp: Rr,
|
|
5819
5827
|
props: {
|
|
5820
5828
|
pageCommon: [v],
|
|
5821
5829
|
compCommon: [v]
|
|
@@ -5824,7 +5832,7 @@ const Rt = {
|
|
|
5824
5832
|
methods: [],
|
|
5825
5833
|
slots: []
|
|
5826
5834
|
};
|
|
5827
|
-
T(
|
|
5835
|
+
T(Dt);
|
|
5828
5836
|
const Yn = {
|
|
5829
5837
|
key: "settings",
|
|
5830
5838
|
name: "x-runtime-lib.settings",
|
|
@@ -5836,10 +5844,10 @@ const Yn = {
|
|
|
5836
5844
|
default: ""
|
|
5837
5845
|
}
|
|
5838
5846
|
]
|
|
5839
|
-
},
|
|
5847
|
+
}, Et = {
|
|
5840
5848
|
key: qi,
|
|
5841
5849
|
name: "x-runtime-lib.stepperItem",
|
|
5842
|
-
comp:
|
|
5850
|
+
comp: Dr,
|
|
5843
5851
|
props: {
|
|
5844
5852
|
pageCommon: [v, Yn],
|
|
5845
5853
|
compCommon: [v, Yn]
|
|
@@ -5848,7 +5856,7 @@ const Yn = {
|
|
|
5848
5856
|
methods: [],
|
|
5849
5857
|
slots: []
|
|
5850
5858
|
};
|
|
5851
|
-
T(
|
|
5859
|
+
T(Et);
|
|
5852
5860
|
const Mt = {
|
|
5853
5861
|
key: Ji,
|
|
5854
5862
|
name: "x-runtime-lib.stepperWindow",
|
|
@@ -5886,8 +5894,8 @@ const Qn = {
|
|
|
5886
5894
|
slots: []
|
|
5887
5895
|
};
|
|
5888
5896
|
T(Ft);
|
|
5889
|
-
function
|
|
5890
|
-
const t = `type=${i} subtype=${e}`, r =
|
|
5897
|
+
function Bl(i, e) {
|
|
5898
|
+
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
5891
5899
|
if (!r) {
|
|
5892
5900
|
console.error(`stepperV1/spawn prop tag not found, ${t}`);
|
|
5893
5901
|
return;
|
|
@@ -5898,42 +5906,42 @@ function Wl(i, e) {
|
|
|
5898
5906
|
return;
|
|
5899
5907
|
}
|
|
5900
5908
|
const s = {};
|
|
5901
|
-
return
|
|
5909
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = Ht.key, s.children = [Rl(i, e), Dl(i, e)], s;
|
|
5902
5910
|
}
|
|
5903
|
-
function
|
|
5904
|
-
const t = `type=${i} subtype=${e}`, r =
|
|
5911
|
+
function Rl(i, e) {
|
|
5912
|
+
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
5905
5913
|
if (!r) {
|
|
5906
5914
|
console.error(`stepperV1/spawnHeader prop tag not found, ${t}`);
|
|
5907
5915
|
return;
|
|
5908
5916
|
}
|
|
5909
|
-
const n =
|
|
5917
|
+
const n = Dt.props[r];
|
|
5910
5918
|
if (!n) {
|
|
5911
5919
|
console.error(`stepperV1/spawnHeader props not found, ${t}`);
|
|
5912
5920
|
return;
|
|
5913
5921
|
}
|
|
5914
5922
|
const s = {};
|
|
5915
|
-
return
|
|
5916
|
-
|
|
5917
|
-
|
|
5918
|
-
|
|
5923
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = Dt.key, s.children = [
|
|
5924
|
+
Re(i, e, "step1"),
|
|
5925
|
+
Re(i, e, "step2"),
|
|
5926
|
+
Re(i, e, "step3")
|
|
5919
5927
|
], s;
|
|
5920
5928
|
}
|
|
5921
|
-
function
|
|
5922
|
-
const r = `type=${i} subtype=${e}`, n =
|
|
5929
|
+
function Re(i, e, t) {
|
|
5930
|
+
const r = `type=${i} subtype=${e}`, n = E(i, e);
|
|
5923
5931
|
if (!n) {
|
|
5924
5932
|
console.error(`stepperV1/spawnItem prop tag not found, ${r}`);
|
|
5925
5933
|
return;
|
|
5926
5934
|
}
|
|
5927
|
-
const s =
|
|
5935
|
+
const s = Et.props[n];
|
|
5928
5936
|
if (!s) {
|
|
5929
5937
|
console.error(`stepperV1/spawnItem props not found, ${r}`);
|
|
5930
5938
|
return;
|
|
5931
5939
|
}
|
|
5932
5940
|
const a = {};
|
|
5933
|
-
return
|
|
5941
|
+
return D(a, s), a.basic.id = R(16), a.basic.key = Et.key, a.children = [], a.settings.value = t, a;
|
|
5934
5942
|
}
|
|
5935
|
-
function
|
|
5936
|
-
const t = `type=${i} subtype=${e}`, r =
|
|
5943
|
+
function Dl(i, e) {
|
|
5944
|
+
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
5937
5945
|
if (!r) {
|
|
5938
5946
|
console.error(`stepperV1/spawnWindow prop tag not found, ${t}`);
|
|
5939
5947
|
return;
|
|
@@ -5944,14 +5952,14 @@ function Rl(i, e) {
|
|
|
5944
5952
|
return;
|
|
5945
5953
|
}
|
|
5946
5954
|
const s = {};
|
|
5947
|
-
return
|
|
5948
|
-
|
|
5949
|
-
|
|
5950
|
-
|
|
5955
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = Mt.key, s.children = [
|
|
5956
|
+
De(i, e, "step1", "step 1"),
|
|
5957
|
+
De(i, e, "step2", "step 2"),
|
|
5958
|
+
De(i, e, "step3", "step 3")
|
|
5951
5959
|
], s;
|
|
5952
5960
|
}
|
|
5953
|
-
function
|
|
5954
|
-
const n = `type=${i} subtype=${e}`, s =
|
|
5961
|
+
function De(i, e, t, r) {
|
|
5962
|
+
const n = `type=${i} subtype=${e}`, s = E(i, e);
|
|
5955
5963
|
if (!s) {
|
|
5956
5964
|
console.error(`stepperV1/spawnWindowItem prop tag not found, ${n}`);
|
|
5957
5965
|
return;
|
|
@@ -5962,10 +5970,10 @@ function Re(i, e, t, r) {
|
|
|
5962
5970
|
return;
|
|
5963
5971
|
}
|
|
5964
5972
|
const u = {};
|
|
5965
|
-
return
|
|
5973
|
+
return D(u, a), u.basic.id = R(16), u.basic.key = Ft.key, u.children = [El(i, e, r)], u.settings.value = t, u;
|
|
5966
5974
|
}
|
|
5967
|
-
function
|
|
5968
|
-
const r = `type=${i} subtype=${e}`, n =
|
|
5975
|
+
function El(i, e, t) {
|
|
5976
|
+
const r = `type=${i} subtype=${e}`, n = E(i, e);
|
|
5969
5977
|
if (!n) {
|
|
5970
5978
|
console.error(`stepperV1/spawnCard prop tag not found, ${r}`);
|
|
5971
5979
|
return;
|
|
@@ -5976,7 +5984,7 @@ function Dl(i, e, t) {
|
|
|
5976
5984
|
return;
|
|
5977
5985
|
}
|
|
5978
5986
|
const a = {};
|
|
5979
|
-
return
|
|
5987
|
+
return D(a, s), a.basic.id = R(16), a.basic.key = Ve.key, a.children = [], a.settings.title = t, a;
|
|
5980
5988
|
}
|
|
5981
5989
|
const ei = {
|
|
5982
5990
|
key: "settings",
|
|
@@ -5998,7 +6006,7 @@ const ei = {
|
|
|
5998
6006
|
}, Ht = {
|
|
5999
6007
|
key: ht,
|
|
6000
6008
|
name: "x-runtime-lib.stepper",
|
|
6001
|
-
comp:
|
|
6009
|
+
comp: Wr,
|
|
6002
6010
|
props: {
|
|
6003
6011
|
pageCommon: [v, ei],
|
|
6004
6012
|
compCommon: [v, ei]
|
|
@@ -6006,13 +6014,13 @@ const ei = {
|
|
|
6006
6014
|
events: [],
|
|
6007
6015
|
methods: [],
|
|
6008
6016
|
slots: [],
|
|
6009
|
-
spawn:
|
|
6017
|
+
spawn: Bl
|
|
6010
6018
|
};
|
|
6011
6019
|
T(Ht);
|
|
6012
6020
|
const Ml = {
|
|
6013
6021
|
key: xt,
|
|
6014
6022
|
name: "x-runtime-lib.switch",
|
|
6015
|
-
comp:
|
|
6023
|
+
comp: Ur,
|
|
6016
6024
|
props: {
|
|
6017
6025
|
pageCommon: [v],
|
|
6018
6026
|
compCommon: [v]
|
|
@@ -6040,10 +6048,10 @@ const ti = {
|
|
|
6040
6048
|
default: ""
|
|
6041
6049
|
}
|
|
6042
6050
|
]
|
|
6043
|
-
},
|
|
6051
|
+
}, Ut = {
|
|
6044
6052
|
key: Yi,
|
|
6045
6053
|
name: "x-runtime-lib.tab",
|
|
6046
|
-
comp:
|
|
6054
|
+
comp: Gr,
|
|
6047
6055
|
props: {
|
|
6048
6056
|
pageCommon: [v, ti],
|
|
6049
6057
|
compCommon: [v, ti]
|
|
@@ -6053,46 +6061,46 @@ const ti = {
|
|
|
6053
6061
|
slots: [],
|
|
6054
6062
|
leaf: !0
|
|
6055
6063
|
};
|
|
6056
|
-
T(
|
|
6064
|
+
T(Ut);
|
|
6057
6065
|
function Fl(i, e) {
|
|
6058
|
-
const t = `type=${i} subtype=${e}`, r =
|
|
6066
|
+
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
6059
6067
|
if (!r) {
|
|
6060
6068
|
console.error(`tabsV1/spawn prop tag not found, ${t}`);
|
|
6061
6069
|
return;
|
|
6062
6070
|
}
|
|
6063
|
-
const n =
|
|
6071
|
+
const n = Gt.props[r];
|
|
6064
6072
|
if (!n) {
|
|
6065
6073
|
console.error(`tabsV1/spawn props not found, ${t}`);
|
|
6066
6074
|
return;
|
|
6067
6075
|
}
|
|
6068
6076
|
const s = {};
|
|
6069
|
-
return
|
|
6070
|
-
|
|
6071
|
-
|
|
6072
|
-
|
|
6077
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = Gt.key, s.children = [
|
|
6078
|
+
Ee(i, e, "tab1", "tab 1"),
|
|
6079
|
+
Ee(i, e, "tab2", "tab 2"),
|
|
6080
|
+
Ee(i, e, "tab3", "tab 3")
|
|
6073
6081
|
], s;
|
|
6074
6082
|
}
|
|
6075
|
-
function
|
|
6076
|
-
const n = `type=${i} subtype=${e}`, s =
|
|
6083
|
+
function Ee(i, e, t, r) {
|
|
6084
|
+
const n = `type=${i} subtype=${e}`, s = E(i, e);
|
|
6077
6085
|
if (!s) {
|
|
6078
6086
|
console.error(`tabsV1/spawnTab prop tag not found, ${n}`);
|
|
6079
6087
|
return;
|
|
6080
6088
|
}
|
|
6081
|
-
const a =
|
|
6089
|
+
const a = Ut.props[s];
|
|
6082
6090
|
if (!a) {
|
|
6083
6091
|
console.error(`tabsV1/spawnTab props not found, ${n}`);
|
|
6084
6092
|
return;
|
|
6085
6093
|
}
|
|
6086
6094
|
const u = {};
|
|
6087
|
-
return
|
|
6095
|
+
return D(u, a), u.basic.id = R(16), u.basic.key = Ut.key, u.settings.value = t, u.settings.text = r, u;
|
|
6088
6096
|
}
|
|
6089
|
-
const dn =
|
|
6097
|
+
const dn = G(Q);
|
|
6090
6098
|
dn.key = "backgroundColor";
|
|
6091
6099
|
dn.name = "x-runtime-lib.backgroundColor";
|
|
6092
|
-
const mn =
|
|
6100
|
+
const mn = G(Q);
|
|
6093
6101
|
mn.key = "selectedColor";
|
|
6094
6102
|
mn.name = "x-runtime-lib.selectedColor";
|
|
6095
|
-
const pn =
|
|
6103
|
+
const pn = G(Q);
|
|
6096
6104
|
pn.key = "sliderColor";
|
|
6097
6105
|
pn.name = "x-runtime-lib.sliderColor";
|
|
6098
6106
|
const ni = {
|
|
@@ -6174,10 +6182,10 @@ const ni = {
|
|
|
6174
6182
|
children: [dn, mn, pn]
|
|
6175
6183
|
}
|
|
6176
6184
|
]
|
|
6177
|
-
},
|
|
6185
|
+
}, Gt = {
|
|
6178
6186
|
key: gt,
|
|
6179
6187
|
name: "x-runtime-lib.tabs",
|
|
6180
|
-
comp:
|
|
6188
|
+
comp: jr,
|
|
6181
6189
|
props: {
|
|
6182
6190
|
pageCommon: [v, ni],
|
|
6183
6191
|
compCommon: [v, ni]
|
|
@@ -6187,9 +6195,9 @@ const ni = {
|
|
|
6187
6195
|
slots: [],
|
|
6188
6196
|
spawn: Fl
|
|
6189
6197
|
};
|
|
6190
|
-
T(
|
|
6198
|
+
T(Gt);
|
|
6191
6199
|
function Hl(i, e) {
|
|
6192
|
-
const t = `type=${i} subtype=${e}`, r =
|
|
6200
|
+
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
6193
6201
|
if (!r) {
|
|
6194
6202
|
console.error(`textV1/spawn prop tag not found, ${t}`);
|
|
6195
6203
|
return;
|
|
@@ -6200,7 +6208,7 @@ function Hl(i, e) {
|
|
|
6200
6208
|
return;
|
|
6201
6209
|
}
|
|
6202
6210
|
const s = {};
|
|
6203
|
-
return
|
|
6211
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = he.key, s.settings.text = "text", s;
|
|
6204
6212
|
}
|
|
6205
6213
|
const ii = {
|
|
6206
6214
|
key: "settings",
|
|
@@ -6291,7 +6299,7 @@ const ii = {
|
|
|
6291
6299
|
}, he = {
|
|
6292
6300
|
key: vt,
|
|
6293
6301
|
name: "x-runtime-lib.text",
|
|
6294
|
-
comp:
|
|
6302
|
+
comp: Or,
|
|
6295
6303
|
props: {
|
|
6296
6304
|
pageCommon: [v, ii],
|
|
6297
6305
|
compCommon: [v, ii]
|
|
@@ -6303,19 +6311,19 @@ const ii = {
|
|
|
6303
6311
|
spawn: Hl
|
|
6304
6312
|
};
|
|
6305
6313
|
T(he);
|
|
6306
|
-
function
|
|
6307
|
-
const t = `type=${i} subtype=${e}`, r =
|
|
6314
|
+
function Ul(i, e) {
|
|
6315
|
+
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
6308
6316
|
if (!r) {
|
|
6309
6317
|
console.error(`textareaV1/spawn prop tag not found, ${t}`);
|
|
6310
6318
|
return;
|
|
6311
6319
|
}
|
|
6312
|
-
const n =
|
|
6320
|
+
const n = jt.props[r];
|
|
6313
6321
|
if (!n) {
|
|
6314
6322
|
console.error(`textareaV1/spawn props not found, ${t}`);
|
|
6315
6323
|
return;
|
|
6316
6324
|
}
|
|
6317
6325
|
const s = {};
|
|
6318
|
-
return
|
|
6326
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = jt.key, s.settings.label = "label", s;
|
|
6319
6327
|
}
|
|
6320
6328
|
const oi = {
|
|
6321
6329
|
key: "settings",
|
|
@@ -6388,10 +6396,10 @@ const oi = {
|
|
|
6388
6396
|
default: 0
|
|
6389
6397
|
}
|
|
6390
6398
|
]
|
|
6391
|
-
},
|
|
6399
|
+
}, jt = {
|
|
6392
6400
|
key: kt,
|
|
6393
6401
|
name: "x-runtime-lib.textarea",
|
|
6394
|
-
comp:
|
|
6402
|
+
comp: Kr,
|
|
6395
6403
|
props: {
|
|
6396
6404
|
pageCommon: [v, oi],
|
|
6397
6405
|
compCommon: [v, oi]
|
|
@@ -6400,10 +6408,10 @@ const oi = {
|
|
|
6400
6408
|
methods: [],
|
|
6401
6409
|
slots: [],
|
|
6402
6410
|
leaf: !0,
|
|
6403
|
-
spawn:
|
|
6411
|
+
spawn: Ul
|
|
6404
6412
|
};
|
|
6405
|
-
T(
|
|
6406
|
-
const
|
|
6413
|
+
T(jt);
|
|
6414
|
+
const Ot = {
|
|
6407
6415
|
key: Qi,
|
|
6408
6416
|
name: "x-runtime-lib.timelineItem",
|
|
6409
6417
|
comp: Yr,
|
|
@@ -6415,41 +6423,41 @@ const Kt = {
|
|
|
6415
6423
|
methods: [],
|
|
6416
6424
|
slots: []
|
|
6417
6425
|
};
|
|
6418
|
-
T(
|
|
6419
|
-
function
|
|
6420
|
-
const t = `type=${i} subtype=${e}`, r =
|
|
6426
|
+
T(Ot);
|
|
6427
|
+
function Gl(i, e) {
|
|
6428
|
+
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
6421
6429
|
if (!r) {
|
|
6422
6430
|
console.error(`timelineV1/spawn prop tag not found, ${t}`);
|
|
6423
6431
|
return;
|
|
6424
6432
|
}
|
|
6425
|
-
const n =
|
|
6433
|
+
const n = Kt.props[r];
|
|
6426
6434
|
if (!n) {
|
|
6427
6435
|
console.error(`timelineV1/spawn props not found, ${t}`);
|
|
6428
6436
|
return;
|
|
6429
6437
|
}
|
|
6430
6438
|
const s = {};
|
|
6431
|
-
return
|
|
6439
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = Kt.key, s.children = [
|
|
6432
6440
|
Me(i, e, "timeline 1"),
|
|
6433
6441
|
Me(i, e, "timeline 2"),
|
|
6434
6442
|
Me(i, e, "timeline 3")
|
|
6435
6443
|
], s;
|
|
6436
6444
|
}
|
|
6437
6445
|
function Me(i, e, t) {
|
|
6438
|
-
const r = `type=${i} subtype=${e}`, n =
|
|
6446
|
+
const r = `type=${i} subtype=${e}`, n = E(i, e);
|
|
6439
6447
|
if (!n) {
|
|
6440
6448
|
console.error(`timelineV1/spawnEntry prop tag not found, ${r}`);
|
|
6441
6449
|
return;
|
|
6442
6450
|
}
|
|
6443
|
-
const s =
|
|
6451
|
+
const s = Ot.props[n];
|
|
6444
6452
|
if (!s) {
|
|
6445
6453
|
console.error(`timelineV1/spawnEntry props not found, ${r}`);
|
|
6446
6454
|
return;
|
|
6447
6455
|
}
|
|
6448
6456
|
const a = {};
|
|
6449
|
-
return
|
|
6457
|
+
return D(a, s), a.basic.id = R(16), a.basic.key = Ot.key, a.children = [jl(i, e, t)], a;
|
|
6450
6458
|
}
|
|
6451
|
-
function
|
|
6452
|
-
const r = `type=${i} subtype=${e}`, n =
|
|
6459
|
+
function jl(i, e, t) {
|
|
6460
|
+
const r = `type=${i} subtype=${e}`, n = E(i, e);
|
|
6453
6461
|
if (!n) {
|
|
6454
6462
|
console.error(`timelineV1/spawnText prop tag not found, ${r}`);
|
|
6455
6463
|
return;
|
|
@@ -6460,9 +6468,9 @@ function Gl(i, e, t) {
|
|
|
6460
6468
|
return;
|
|
6461
6469
|
}
|
|
6462
6470
|
const a = {};
|
|
6463
|
-
return
|
|
6471
|
+
return D(a, s), a.basic.id = R(16), a.basic.key = he.key, a.settings.text = t, a;
|
|
6464
6472
|
}
|
|
6465
|
-
const
|
|
6473
|
+
const Ol = G(Q), Kl = G(Q), si = {
|
|
6466
6474
|
key: "settings",
|
|
6467
6475
|
name: "x-runtime-lib.settings",
|
|
6468
6476
|
children: [
|
|
@@ -6510,7 +6518,7 @@ const Kl = U(Q), jl = U(Q), si = {
|
|
|
6510
6518
|
ui: "switch",
|
|
6511
6519
|
default: !1
|
|
6512
6520
|
},
|
|
6513
|
-
|
|
6521
|
+
Ol
|
|
6514
6522
|
]
|
|
6515
6523
|
},
|
|
6516
6524
|
{
|
|
@@ -6536,11 +6544,11 @@ const Kl = U(Q), jl = U(Q), si = {
|
|
|
6536
6544
|
ui: "numInput",
|
|
6537
6545
|
default: 0
|
|
6538
6546
|
},
|
|
6539
|
-
|
|
6547
|
+
Kl
|
|
6540
6548
|
]
|
|
6541
6549
|
}
|
|
6542
6550
|
]
|
|
6543
|
-
},
|
|
6551
|
+
}, Kt = {
|
|
6544
6552
|
key: wt,
|
|
6545
6553
|
name: "x-runtime-lib.timeline",
|
|
6546
6554
|
comp: qr,
|
|
@@ -6551,9 +6559,9 @@ const Kl = U(Q), jl = U(Q), si = {
|
|
|
6551
6559
|
events: [],
|
|
6552
6560
|
methods: [],
|
|
6553
6561
|
slots: [],
|
|
6554
|
-
spawn:
|
|
6562
|
+
spawn: Gl
|
|
6555
6563
|
};
|
|
6556
|
-
T(
|
|
6564
|
+
T(Kt);
|
|
6557
6565
|
const Zt = {
|
|
6558
6566
|
key: eo,
|
|
6559
6567
|
name: "x-runtime-lib.windowItem",
|
|
@@ -6568,7 +6576,7 @@ const Zt = {
|
|
|
6568
6576
|
};
|
|
6569
6577
|
T(Zt);
|
|
6570
6578
|
function Zl(i, e) {
|
|
6571
|
-
const t = `type=${i} subtype=${e}`, r =
|
|
6579
|
+
const t = `type=${i} subtype=${e}`, r = E(i, e);
|
|
6572
6580
|
if (!r) {
|
|
6573
6581
|
console.error(`windowV1/spawn prop tag not found, ${t}`);
|
|
6574
6582
|
return;
|
|
@@ -6579,14 +6587,14 @@ function Zl(i, e) {
|
|
|
6579
6587
|
return;
|
|
6580
6588
|
}
|
|
6581
6589
|
const s = {};
|
|
6582
|
-
return
|
|
6590
|
+
return D(s, n), s.basic.id = R(16), s.basic.key = qt.key, s.children = [
|
|
6583
6591
|
Fe(i, e, "window 1"),
|
|
6584
6592
|
Fe(i, e, "window 2"),
|
|
6585
6593
|
Fe(i, e, "window 3")
|
|
6586
6594
|
], s;
|
|
6587
6595
|
}
|
|
6588
6596
|
function Fe(i, e, t) {
|
|
6589
|
-
const r = `type=${i} subtype=${e}`, n =
|
|
6597
|
+
const r = `type=${i} subtype=${e}`, n = E(i, e);
|
|
6590
6598
|
if (!n) {
|
|
6591
6599
|
console.error(`windowV1/spawnEntry prop tag not found, ${r}`);
|
|
6592
6600
|
return;
|
|
@@ -6597,10 +6605,10 @@ function Fe(i, e, t) {
|
|
|
6597
6605
|
return;
|
|
6598
6606
|
}
|
|
6599
6607
|
const a = {};
|
|
6600
|
-
return
|
|
6608
|
+
return D(a, s), a.basic.id = R(16), a.basic.key = Zt.key, a.children = [ql(i, e, t)], a;
|
|
6601
6609
|
}
|
|
6602
6610
|
function ql(i, e, t) {
|
|
6603
|
-
const r = `type=${i} subtype=${e}`, n =
|
|
6611
|
+
const r = `type=${i} subtype=${e}`, n = E(i, e);
|
|
6604
6612
|
if (!n) {
|
|
6605
6613
|
console.error(`windowV1/spawnFlexLayout prop tag not found, ${r}`);
|
|
6606
6614
|
return;
|
|
@@ -6611,10 +6619,10 @@ function ql(i, e, t) {
|
|
|
6611
6619
|
return;
|
|
6612
6620
|
}
|
|
6613
6621
|
const a = {};
|
|
6614
|
-
return
|
|
6622
|
+
return D(a, s), a.basic.id = R(16), a.basic.key = $e.key, a.size.height = "200px", a.settings.mainAlign.xs = "center", a.settings.crossAlign.xs = "center", a.settings.backgroundColor.mode = "theme", a.settings.backgroundColor.theme = "background2", a.children = [Jl(i, e, t)], a;
|
|
6615
6623
|
}
|
|
6616
6624
|
function Jl(i, e, t) {
|
|
6617
|
-
const r = `type=${i} subtype=${e}`, n =
|
|
6625
|
+
const r = `type=${i} subtype=${e}`, n = E(i, e);
|
|
6618
6626
|
if (!n) {
|
|
6619
6627
|
console.error(`windowV1/spawnText prop tag not found, ${r}`);
|
|
6620
6628
|
return;
|
|
@@ -6625,7 +6633,7 @@ function Jl(i, e, t) {
|
|
|
6625
6633
|
return;
|
|
6626
6634
|
}
|
|
6627
6635
|
const a = {};
|
|
6628
|
-
return
|
|
6636
|
+
return D(a, s), a.basic.id = R(16), a.basic.key = he.key, a.settings.text = t, a.settings.style.xs = "h6", a;
|
|
6629
6637
|
}
|
|
6630
6638
|
const ri = {
|
|
6631
6639
|
key: "settings",
|
|
@@ -6898,7 +6906,7 @@ const Xl = [
|
|
|
6898
6906
|
title: "x-runtime-lib.pixel",
|
|
6899
6907
|
value: "pixel",
|
|
6900
6908
|
ui: "pixelInput",
|
|
6901
|
-
validator:
|
|
6909
|
+
validator: Ne,
|
|
6902
6910
|
default: "0px",
|
|
6903
6911
|
precision: 0,
|
|
6904
6912
|
min: 0,
|
|
@@ -6946,7 +6954,7 @@ const Xl = [
|
|
|
6946
6954
|
title: "x-runtime-lib.pixel",
|
|
6947
6955
|
value: "pixel",
|
|
6948
6956
|
ui: "pixelInput",
|
|
6949
|
-
validator:
|
|
6957
|
+
validator: Ne,
|
|
6950
6958
|
default: "0px"
|
|
6951
6959
|
},
|
|
6952
6960
|
{
|
|
@@ -6957,7 +6965,7 @@ const Xl = [
|
|
|
6957
6965
|
precision: 6,
|
|
6958
6966
|
default: "0%"
|
|
6959
6967
|
}
|
|
6960
|
-
],
|
|
6968
|
+
], Ia = [
|
|
6961
6969
|
{
|
|
6962
6970
|
title: "x-runtime-lib.notSet",
|
|
6963
6971
|
value: "",
|
|
@@ -6969,7 +6977,7 @@ const Xl = [
|
|
|
6969
6977
|
title: "x-runtime-lib.pixel",
|
|
6970
6978
|
value: "pixel",
|
|
6971
6979
|
ui: "pixelInput",
|
|
6972
|
-
validator:
|
|
6980
|
+
validator: Ne,
|
|
6973
6981
|
min: 0,
|
|
6974
6982
|
default: "0px"
|
|
6975
6983
|
},
|
|
@@ -6982,7 +6990,7 @@ const Xl = [
|
|
|
6982
6990
|
min: 0,
|
|
6983
6991
|
default: "0%"
|
|
6984
6992
|
}
|
|
6985
|
-
],
|
|
6993
|
+
], Ca = [
|
|
6986
6994
|
{
|
|
6987
6995
|
title: "x-runtime-lib.notSet",
|
|
6988
6996
|
value: "",
|
|
@@ -6994,7 +7002,7 @@ const Xl = [
|
|
|
6994
7002
|
title: "x-runtime-lib.pixel",
|
|
6995
7003
|
value: "pixel",
|
|
6996
7004
|
ui: "pixelInput",
|
|
6997
|
-
validator:
|
|
7005
|
+
validator: Ne,
|
|
6998
7006
|
min: 0,
|
|
6999
7007
|
default: "0px"
|
|
7000
7008
|
},
|
|
@@ -7063,8 +7071,8 @@ const Xl = [
|
|
|
7063
7071
|
borderWidthTypesV1: wa,
|
|
7064
7072
|
leftRightTypesV1: Va,
|
|
7065
7073
|
marginTypesV1: $a,
|
|
7066
|
-
paddingTypesV1:
|
|
7067
|
-
sizeTypesV1:
|
|
7074
|
+
paddingTypesV1: Ia,
|
|
7075
|
+
sizeTypesV1: Ca,
|
|
7068
7076
|
tableColumnAlignTypesV1: Sa,
|
|
7069
7077
|
topBottomTypesV1: Ta
|
|
7070
7078
|
}, Symbol.toStringTag, { value: "Module" })), Aa = {
|
|
@@ -7074,12 +7082,12 @@ const Xl = [
|
|
|
7074
7082
|
items: { ..._a },
|
|
7075
7083
|
types: { ...za },
|
|
7076
7084
|
elements: /* @__PURE__ */ new Set([
|
|
7077
|
-
Oe,
|
|
7078
|
-
xn,
|
|
7079
7085
|
Ue,
|
|
7086
|
+
xn,
|
|
7080
7087
|
Ge,
|
|
7081
|
-
Ke,
|
|
7082
7088
|
je,
|
|
7089
|
+
Oe,
|
|
7090
|
+
Ke,
|
|
7083
7091
|
Ze,
|
|
7084
7092
|
qe,
|
|
7085
7093
|
Je,
|
|
@@ -7091,7 +7099,7 @@ const Xl = [
|
|
|
7091
7099
|
nt,
|
|
7092
7100
|
it,
|
|
7093
7101
|
ot,
|
|
7094
|
-
|
|
7102
|
+
Oi,
|
|
7095
7103
|
st,
|
|
7096
7104
|
lt,
|
|
7097
7105
|
rt,
|
|
@@ -7099,7 +7107,7 @@ const Xl = [
|
|
|
7099
7107
|
ut,
|
|
7100
7108
|
ct,
|
|
7101
7109
|
dt,
|
|
7102
|
-
|
|
7110
|
+
Ki,
|
|
7103
7111
|
mt,
|
|
7104
7112
|
pt,
|
|
7105
7113
|
ft,
|
|
@@ -7127,8 +7135,8 @@ const Xl = [
|
|
|
7127
7135
|
key: "containment",
|
|
7128
7136
|
name: "x-runtime-lib.containment",
|
|
7129
7137
|
items: [
|
|
7130
|
-
|
|
7131
|
-
|
|
7138
|
+
Ge,
|
|
7139
|
+
Ke,
|
|
7132
7140
|
qe,
|
|
7133
7141
|
Qe,
|
|
7134
7142
|
ot,
|
|
@@ -7164,14 +7172,14 @@ const Xl = [
|
|
|
7164
7172
|
{
|
|
7165
7173
|
key: "dataDisplay",
|
|
7166
7174
|
name: "x-runtime-lib.dataDisplay",
|
|
7167
|
-
items: [et,
|
|
7175
|
+
items: [et, Ue, at]
|
|
7168
7176
|
},
|
|
7169
7177
|
{
|
|
7170
7178
|
key: "selection",
|
|
7171
7179
|
name: "x-runtime-lib.selection",
|
|
7172
7180
|
items: [
|
|
7173
|
-
|
|
7174
|
-
|
|
7181
|
+
Oe,
|
|
7182
|
+
je,
|
|
7175
7183
|
Je,
|
|
7176
7184
|
ht,
|
|
7177
7185
|
Vt
|
|
@@ -7180,7 +7188,7 @@ const Xl = [
|
|
|
7180
7188
|
{
|
|
7181
7189
|
key: "feedback",
|
|
7182
7190
|
name: "x-runtime-lib.feedback",
|
|
7183
|
-
items: [
|
|
7191
|
+
items: [ji, ft, wt]
|
|
7184
7192
|
},
|
|
7185
7193
|
{
|
|
7186
7194
|
key: "imagesAndIcons",
|
|
@@ -7195,23 +7203,23 @@ const Xl = [
|
|
|
7195
7203
|
]
|
|
7196
7204
|
}, fn = {
|
|
7197
7205
|
v1: Aa
|
|
7198
|
-
},
|
|
7206
|
+
}, Pa = (i, e, t) => {
|
|
7199
7207
|
const r = i[e];
|
|
7200
7208
|
return r ? typeof r == "function" ? r() : Promise.resolve(r) : new Promise((n, s) => {
|
|
7201
7209
|
(typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(s.bind(null, /* @__PURE__ */ new Error("Unknown variable dynamic import: " + e + (e.split("/").length !== t ? ". Note that variables only represent file names one level deep." : ""))));
|
|
7202
7210
|
});
|
|
7203
7211
|
};
|
|
7204
|
-
async function
|
|
7205
|
-
return (await
|
|
7212
|
+
async function tu(i) {
|
|
7213
|
+
return (await Pa(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.gzfmjy3s.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.iikqghyl.js") }), `./locales/${i}/index.ts`, 4)).default;
|
|
7206
7214
|
}
|
|
7207
7215
|
export {
|
|
7208
|
-
|
|
7216
|
+
Qa as badgeV1,
|
|
7209
7217
|
$t as barChartV1,
|
|
7210
7218
|
$i as breakpoints,
|
|
7211
7219
|
cl as btnGroupV1,
|
|
7212
7220
|
dl as btnToggleV1,
|
|
7213
|
-
|
|
7214
|
-
|
|
7221
|
+
Ct as btnV1,
|
|
7222
|
+
Ii as calcBreakpoint,
|
|
7215
7223
|
Ve as cardV1,
|
|
7216
7224
|
pl as checkboxV1,
|
|
7217
7225
|
Tt as chipGroupV1,
|
|
@@ -7225,74 +7233,75 @@ export {
|
|
|
7225
7233
|
zo as duplicateNode,
|
|
7226
7234
|
Fa as duplicateNodes,
|
|
7227
7235
|
ye as elements,
|
|
7228
|
-
|
|
7229
|
-
|
|
7230
|
-
Qa as fileInputV1,
|
|
7236
|
+
Ya as ensureContext,
|
|
7237
|
+
eu as fileInputV1,
|
|
7231
7238
|
At as flexLayoutEntryV1,
|
|
7232
7239
|
$e as flexLayoutV1,
|
|
7233
|
-
|
|
7234
|
-
|
|
7240
|
+
Wt as formV1,
|
|
7241
|
+
R as genId,
|
|
7235
7242
|
we as getBreakpointProp,
|
|
7236
7243
|
yn as getIndexOfBreakpoint,
|
|
7237
7244
|
Ma as getNode,
|
|
7238
7245
|
hn as getPropDefault,
|
|
7239
|
-
|
|
7246
|
+
E as getPropTag,
|
|
7247
|
+
Xa as getTypeColor,
|
|
7240
7248
|
rl as globalityV1,
|
|
7241
|
-
|
|
7242
|
-
|
|
7249
|
+
Il as iconV1,
|
|
7250
|
+
D as initProps,
|
|
7243
7251
|
M as injectDark,
|
|
7244
7252
|
ue as injectData,
|
|
7245
|
-
|
|
7253
|
+
Di as injectDepends,
|
|
7246
7254
|
le as injectDevice,
|
|
7247
|
-
|
|
7255
|
+
Ri as injectEnv,
|
|
7248
7256
|
A as injectMode,
|
|
7249
|
-
|
|
7250
|
-
|
|
7257
|
+
Bi as injectOrg,
|
|
7258
|
+
B as injectSandbox,
|
|
7251
7259
|
ae as injectType,
|
|
7252
7260
|
on as isPercentStr,
|
|
7253
|
-
|
|
7254
|
-
|
|
7255
|
-
|
|
7256
|
-
|
|
7257
|
-
|
|
7258
|
-
|
|
7261
|
+
Ne as isPixelStr,
|
|
7262
|
+
It as lineChartV1,
|
|
7263
|
+
tu as loadLocaleMessageRuntime,
|
|
7264
|
+
Cl as menuV1,
|
|
7265
|
+
Gi as newEventBus,
|
|
7266
|
+
Lt as numberInputV1,
|
|
7259
7267
|
Tl as paginationV1,
|
|
7260
|
-
|
|
7261
|
-
|
|
7268
|
+
Le as parsePercentStr,
|
|
7269
|
+
Ea as parsePixelStr,
|
|
7262
7270
|
fn as pkgs,
|
|
7263
|
-
|
|
7271
|
+
Oa as provideDark,
|
|
7264
7272
|
Za as provideData,
|
|
7265
7273
|
qa as provideDepends,
|
|
7266
|
-
|
|
7267
|
-
|
|
7268
|
-
|
|
7274
|
+
ja as provideDevice,
|
|
7275
|
+
Ua as provideEnv,
|
|
7276
|
+
Ga as provideMode,
|
|
7269
7277
|
Ha as provideOrg,
|
|
7270
|
-
|
|
7271
|
-
|
|
7272
|
-
|
|
7273
|
-
|
|
7274
|
-
|
|
7275
|
-
|
|
7278
|
+
Ei as provideSandbox,
|
|
7279
|
+
Ka as provideType,
|
|
7280
|
+
Rt as radioGroupV1,
|
|
7281
|
+
Bt as radioV1,
|
|
7282
|
+
Pl as rangeSliderV1,
|
|
7283
|
+
Nl as ratingV1,
|
|
7276
7284
|
ll as refV1,
|
|
7277
7285
|
So as reverseBreakpoints,
|
|
7278
|
-
|
|
7279
|
-
|
|
7286
|
+
Wl as selectV1,
|
|
7287
|
+
Ll as sliderV1,
|
|
7280
7288
|
To as spawnNode,
|
|
7281
7289
|
Hi as startInterpreter,
|
|
7282
|
-
|
|
7283
|
-
|
|
7290
|
+
Dt as stepperHeaderV1,
|
|
7291
|
+
Et as stepperItemV1,
|
|
7284
7292
|
Ht as stepperV1,
|
|
7285
7293
|
Ft as stepperWindowItemV1,
|
|
7286
7294
|
Mt as stepperWindowV1,
|
|
7287
|
-
|
|
7295
|
+
Ui as stopInterpreter,
|
|
7288
7296
|
Ml as switchV1,
|
|
7289
|
-
|
|
7290
|
-
|
|
7291
|
-
|
|
7297
|
+
Ut as tabV1,
|
|
7298
|
+
Gt as tabsV1,
|
|
7299
|
+
Nt as textFieldV1,
|
|
7292
7300
|
he as textV1,
|
|
7293
|
-
|
|
7294
|
-
|
|
7295
|
-
|
|
7301
|
+
jt as textareaV1,
|
|
7302
|
+
Ot as timelineItemV1,
|
|
7303
|
+
Kt as timelineV1,
|
|
7304
|
+
Ja as types,
|
|
7296
7305
|
Zt as windowItemV1,
|
|
7297
7306
|
qt as windowV1
|
|
7298
7307
|
};
|