x-runtime-lib 0.7.10 → 0.7.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +927 -910
- package/dist/interpreter/runtime/base.d.ts +1 -1
- package/dist/types/sandbox.d.ts +2 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { computed as n, inject as ie, provide as oe, readonly as
|
|
1
|
+
import { computed as n, inject as ie, provide as oe, readonly as Ot, onBeforeMount as ji, onUnmounted as xe, defineComponent as I, useTemplateRef as Qn, onMounted as ei, watch as le, nextTick as ti, createElementBlock as q, openBlock as V, normalizeStyle as ue, ref as ce, watchEffect as ni, createBlock as S, h as G, resolveComponent as T, withCtx as E, renderSlot as M, unref as D, createVNode as Z, createSlots as we, renderList as Ui, useId as ii, isRef as oi, createCommentVNode as si, withModifiers as Zi, normalizeClass as qi, toDisplayString as Xi } from "vue";
|
|
2
2
|
import { waitUtil as li, eventBus as Kt, messageInfo as Yi, messageSuccess as Ji, messageWarning as Qi, messageError as ri, createAxios as eo, globalObjects as to, openConfirmDlg as no, openPromptDlg as io, useViewStack as ai, injectDark as oo } from "x-essential-lib";
|
|
3
3
|
import { useTheme as so } from "vuetify";
|
|
4
4
|
import { c as R, u as lo, r as ui, e as di, i as ro, a as ao, b as uo, d as co, f as mo, g as po, h as fo, j as bo, I as vo, m as yo, k as ci } from "./vendor.gekjccxc.js";
|
|
5
5
|
import { useI18n as mi } from "vue-i18n";
|
|
6
6
|
import { getErrorMessage as ho } from "x-error-lib";
|
|
7
|
-
|
|
7
|
+
import { useRouter as xo } from "vue-router";
|
|
8
|
+
const re = {}, go = {
|
|
8
9
|
key: "add",
|
|
9
10
|
name: "METHOD_ADD",
|
|
10
11
|
inputs: [],
|
|
@@ -15,7 +16,7 @@ const re = {}, xo = {
|
|
|
15
16
|
}
|
|
16
17
|
]
|
|
17
18
|
}, C = (t) => {
|
|
18
|
-
t.slots.some((e) => e.key === "default") && t.methods.unshift(
|
|
19
|
+
t.slots.some((e) => e.key === "default") && t.methods.unshift(go), re[t.key] = t;
|
|
19
20
|
};
|
|
20
21
|
function pi(t) {
|
|
21
22
|
const e = n(() => t.node.legend?.show), i = n(() => t.node.legend?.data);
|
|
@@ -77,9 +78,9 @@ function j(t, e) {
|
|
|
77
78
|
return { color: n(() => s.value === "theme" ? l.value : s.value === "custom" ? o.value : "") };
|
|
78
79
|
}
|
|
79
80
|
function jt(t, e) {
|
|
80
|
-
const i = n(() => e.node.border?.style), s = n(() => e.node.border?.width), l = n(() => e.node.border?.color), { color: o } = j(t, l), r = n(() => e.node.border?.roundRadius?.tl), a = n(() => e.node.border?.roundRadius?.tr), d = n(() => e.node.border?.roundRadius?.bl),
|
|
81
|
-
function u(
|
|
82
|
-
i.value && (
|
|
81
|
+
const i = n(() => e.node.border?.style), s = n(() => e.node.border?.width), l = n(() => e.node.border?.color), { color: o } = j(t, l), r = n(() => e.node.border?.roundRadius?.tl), a = n(() => e.node.border?.roundRadius?.tr), d = n(() => e.node.border?.roundRadius?.bl), c = n(() => e.node.border?.roundRadius?.br);
|
|
82
|
+
function u(m) {
|
|
83
|
+
i.value && (m.borderStyle = i.value), s.value && (m.borderWidth = s.value), o.value && (m.borderColor = o.value), r.value && (m.borderTopLeftRadius = r.value), a.value && (m.borderTopRightRadius = a.value), d.value && (m.borderBottomLeftRadius = d.value), c.value && (m.borderBottomRightRadius = c.value);
|
|
83
84
|
}
|
|
84
85
|
return { borderStyle: i, borderWidth: s, borderColor: o, applyBorder: u };
|
|
85
86
|
}
|
|
@@ -98,7 +99,7 @@ function Zt(t) {
|
|
|
98
99
|
return { paddingTop: e, paddingLeft: i, paddingBottom: s, paddingRight: l, applyPadding: o };
|
|
99
100
|
}
|
|
100
101
|
const rn = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
|
|
101
|
-
function
|
|
102
|
+
function N(t) {
|
|
102
103
|
let e = "";
|
|
103
104
|
for (let i = 0; i < t; i++) {
|
|
104
105
|
const s = Math.floor(Math.random() * rn.length);
|
|
@@ -118,7 +119,7 @@ function qt(t) {
|
|
|
118
119
|
const e = t.substring(0, t.length - 1), i = parseFloat(e);
|
|
119
120
|
return !isNaN(i);
|
|
120
121
|
}
|
|
121
|
-
function
|
|
122
|
+
function Wa(t) {
|
|
122
123
|
if (typeof t != "string" || !t.endsWith("px"))
|
|
123
124
|
return;
|
|
124
125
|
const e = t.substring(0, t.length - 2), i = parseFloat(e);
|
|
@@ -132,7 +133,7 @@ function ze(t) {
|
|
|
132
133
|
if (!isNaN(i))
|
|
133
134
|
return i;
|
|
134
135
|
}
|
|
135
|
-
const hi = ["xs", "sm", "md", "lg", "xl"],
|
|
136
|
+
const hi = ["xs", "sm", "md", "lg", "xl"], ko = [...hi].reverse();
|
|
136
137
|
function xi(t) {
|
|
137
138
|
return t < 600 ? "xs" : t < 960 ? "sm" : t < 1280 ? "md" : t < 1920 ? "lg" : "xl";
|
|
138
139
|
}
|
|
@@ -141,7 +142,7 @@ function an(t) {
|
|
|
141
142
|
}
|
|
142
143
|
function ve(t, e) {
|
|
143
144
|
let i;
|
|
144
|
-
for (const s of
|
|
145
|
+
for (const s of ko) {
|
|
145
146
|
if (an(s) < an(t))
|
|
146
147
|
break;
|
|
147
148
|
e[s] && (i = e[s]);
|
|
@@ -181,7 +182,7 @@ function P(t, e) {
|
|
|
181
182
|
}
|
|
182
183
|
e.forEach((s) => i(t, s));
|
|
183
184
|
}
|
|
184
|
-
function
|
|
185
|
+
function _o(t, e, i, s, l) {
|
|
185
186
|
const o = `type=${t} subtype=${e} version=${i} ref=${s} keyOrRefid=${l}`, r = L(t, e);
|
|
186
187
|
if (!r) {
|
|
187
188
|
console.error(`spawnNode prop tag not found, ${o}`);
|
|
@@ -193,7 +194,7 @@ function ko(t, e, i, s, l) {
|
|
|
193
194
|
return;
|
|
194
195
|
}
|
|
195
196
|
if (s) {
|
|
196
|
-
const d = a.refKey,
|
|
197
|
+
const d = a.refKey, c = l;
|
|
197
198
|
if (!a.elements.has(d)) {
|
|
198
199
|
console.error(`spawnNode [ref] element not found in pkg, ${o}`);
|
|
199
200
|
return;
|
|
@@ -203,8 +204,8 @@ function ko(t, e, i, s, l) {
|
|
|
203
204
|
console.error(`spawnNode [ref] element not found in global, ${o}`);
|
|
204
205
|
return;
|
|
205
206
|
}
|
|
206
|
-
const
|
|
207
|
-
if (!
|
|
207
|
+
const m = u.props[r];
|
|
208
|
+
if (!m) {
|
|
208
209
|
console.error(`spawnNode [ref] props not found, ${o}`);
|
|
209
210
|
return;
|
|
210
211
|
}
|
|
@@ -214,8 +215,8 @@ function ko(t, e, i, s, l) {
|
|
|
214
215
|
key: ""
|
|
215
216
|
}
|
|
216
217
|
};
|
|
217
|
-
return P(p,
|
|
218
|
-
id:
|
|
218
|
+
return P(p, m), p.basic.id = N(16), p.basic.key = d, p.ref = {
|
|
219
|
+
id: c
|
|
219
220
|
}, p;
|
|
220
221
|
} else {
|
|
221
222
|
const d = l;
|
|
@@ -223,30 +224,30 @@ function ko(t, e, i, s, l) {
|
|
|
223
224
|
console.error(`spawnNode [key] element not found in pkg, ${o}`);
|
|
224
225
|
return;
|
|
225
226
|
}
|
|
226
|
-
const
|
|
227
|
-
if (!
|
|
227
|
+
const c = re[d];
|
|
228
|
+
if (!c) {
|
|
228
229
|
console.error(`spawnNode [key] element not found in global, ${o}`);
|
|
229
230
|
return;
|
|
230
231
|
}
|
|
231
|
-
if (
|
|
232
|
-
return
|
|
232
|
+
if (c.spawn)
|
|
233
|
+
return c.spawn(t, e);
|
|
233
234
|
{
|
|
234
|
-
const u =
|
|
235
|
+
const u = c.props[r];
|
|
235
236
|
if (!u) {
|
|
236
237
|
console.error(`spawnNode [key] props not found, ${o}`);
|
|
237
238
|
return;
|
|
238
239
|
}
|
|
239
|
-
const
|
|
240
|
+
const m = {
|
|
240
241
|
basic: {
|
|
241
242
|
id: "",
|
|
242
243
|
key: ""
|
|
243
244
|
}
|
|
244
245
|
};
|
|
245
|
-
return P(
|
|
246
|
+
return P(m, u), m.basic.id = N(16), m.basic.key = d, c.slots.some((p) => p.key === "default") && (m.children = []), m;
|
|
246
247
|
}
|
|
247
248
|
}
|
|
248
249
|
}
|
|
249
|
-
function
|
|
250
|
+
function Ba(t, e) {
|
|
250
251
|
function i(s) {
|
|
251
252
|
if (s.basic.id === e)
|
|
252
253
|
return s;
|
|
@@ -263,58 +264,58 @@ function Ea(t, e) {
|
|
|
263
264
|
return l;
|
|
264
265
|
}
|
|
265
266
|
}
|
|
266
|
-
function
|
|
267
|
+
function wo(t) {
|
|
267
268
|
function e(s) {
|
|
268
|
-
s.basic.id =
|
|
269
|
+
s.basic.id = N(16), s.children?.forEach((l) => e(l));
|
|
269
270
|
}
|
|
270
271
|
const i = R(t);
|
|
271
272
|
return e(i), i;
|
|
272
273
|
}
|
|
273
|
-
function
|
|
274
|
+
function Da(t) {
|
|
274
275
|
const e = [];
|
|
275
276
|
return t.forEach((i) => {
|
|
276
|
-
e.push(
|
|
277
|
+
e.push(wo(i));
|
|
277
278
|
}), e;
|
|
278
279
|
}
|
|
279
280
|
const gi = "runtimeEnv", ki = "runtimeMode", _i = "runtimeDevice", wi = "runtimeDark", Vi = "runtimeType", $i = "runtimeData", Ci = "runtimeDepends", Ii = "runtimeSandbox";
|
|
280
|
-
function
|
|
281
|
+
function Ra(t) {
|
|
281
282
|
oe(gi, t);
|
|
282
283
|
}
|
|
283
284
|
function Si() {
|
|
284
285
|
return ie(gi);
|
|
285
286
|
}
|
|
286
|
-
function
|
|
287
|
+
function Ma(t) {
|
|
287
288
|
oe(ki, t);
|
|
288
289
|
}
|
|
289
290
|
function F() {
|
|
290
291
|
return ie(ki);
|
|
291
292
|
}
|
|
292
|
-
function
|
|
293
|
-
oe(_i,
|
|
293
|
+
function Fa(t) {
|
|
294
|
+
oe(_i, Ot(t));
|
|
294
295
|
}
|
|
295
296
|
function Q() {
|
|
296
297
|
return ie(_i);
|
|
297
298
|
}
|
|
298
|
-
function
|
|
299
|
-
oe(wi,
|
|
299
|
+
function Ha(t) {
|
|
300
|
+
oe(wi, Ot(t));
|
|
300
301
|
}
|
|
301
302
|
function B() {
|
|
302
303
|
return ie(wi);
|
|
303
304
|
}
|
|
304
|
-
function
|
|
305
|
+
function Ga(t) {
|
|
305
306
|
oe(Vi, t);
|
|
306
307
|
}
|
|
307
308
|
function ee() {
|
|
308
309
|
return ie(Vi);
|
|
309
310
|
}
|
|
310
|
-
function
|
|
311
|
+
function Oa(t) {
|
|
311
312
|
oe($i, t);
|
|
312
313
|
}
|
|
313
314
|
function te() {
|
|
314
315
|
return ie($i);
|
|
315
316
|
}
|
|
316
|
-
function
|
|
317
|
-
oe(Ci,
|
|
317
|
+
function Ka(t) {
|
|
318
|
+
oe(Ci, Ot(t));
|
|
318
319
|
}
|
|
319
320
|
function Ti() {
|
|
320
321
|
return ie(Ci);
|
|
@@ -348,10 +349,10 @@ function se(t, e, i) {
|
|
|
348
349
|
}
|
|
349
350
|
return i.node.size?.maxHeight;
|
|
350
351
|
});
|
|
351
|
-
function
|
|
352
|
+
function c(u) {
|
|
352
353
|
s.value && (u.width = s.value), l.value && (u.minWidth = l.value), o.value && (u.maxWidth = o.value), r.value && (u.height = r.value), a.value && (u.minHeight = a.value), d.value && (u.maxHeight = d.value);
|
|
353
354
|
}
|
|
354
|
-
return { width: s, minWidth: l, maxWidth: o, height: r, minHeight: a, maxHeight: d, applySize:
|
|
355
|
+
return { width: s, minWidth: l, maxWidth: o, height: r, minHeight: a, maxHeight: d, applySize: c };
|
|
355
356
|
}
|
|
356
357
|
function Ai(t, e, i) {
|
|
357
358
|
const s = n(() => e.node.basic.id), l = n(() => `callMethod@${s.value}`);
|
|
@@ -361,66 +362,66 @@ function Ai(t, e, i) {
|
|
|
361
362
|
t.eventBus?.off(l.value, i);
|
|
362
363
|
});
|
|
363
364
|
}
|
|
364
|
-
const
|
|
365
|
-
color:
|
|
366
|
-
backgroundColor:
|
|
367
|
-
textStyle:
|
|
368
|
-
title:
|
|
369
|
-
line:
|
|
370
|
-
radar:
|
|
371
|
-
bar:
|
|
372
|
-
pie:
|
|
373
|
-
scatter:
|
|
374
|
-
boxplot:
|
|
375
|
-
parallel:
|
|
376
|
-
sankey:
|
|
377
|
-
funnel:
|
|
378
|
-
gauge:
|
|
379
|
-
candlestick:
|
|
380
|
-
graph:
|
|
381
|
-
map:
|
|
382
|
-
geo:
|
|
383
|
-
categoryAxis:
|
|
384
|
-
valueAxis:
|
|
365
|
+
const Vo = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], $o = "#242424", Co = {}, Io = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, So = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, To = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, zo = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Ao = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, No = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Po = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Lo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Eo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Wo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Bo = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Do = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, Ro = { 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" } }, Mo = { 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)" } } }, Fo = { 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)" } } }, Ho = { 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"] } } }, Go = { 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"] } } }, Oo = { 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"] } } }, Ko = { 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"] } } }, jo = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Uo = { textStyle: { color: "#eeeeee" } }, Zo = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, qo = { 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" } } }, Xo = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Yo = { 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" } }, Jo = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Qo = {
|
|
366
|
+
color: Vo,
|
|
367
|
+
backgroundColor: $o,
|
|
368
|
+
textStyle: Co,
|
|
369
|
+
title: Io,
|
|
370
|
+
line: So,
|
|
371
|
+
radar: To,
|
|
372
|
+
bar: zo,
|
|
373
|
+
pie: Ao,
|
|
374
|
+
scatter: No,
|
|
375
|
+
boxplot: Po,
|
|
376
|
+
parallel: Lo,
|
|
377
|
+
sankey: Eo,
|
|
378
|
+
funnel: Wo,
|
|
379
|
+
gauge: Bo,
|
|
380
|
+
candlestick: Do,
|
|
381
|
+
graph: Ro,
|
|
382
|
+
map: Mo,
|
|
383
|
+
geo: Fo,
|
|
384
|
+
categoryAxis: Ho,
|
|
385
|
+
valueAxis: Go,
|
|
385
386
|
logAxis: Oo,
|
|
386
|
-
timeAxis:
|
|
387
|
-
toolbox:
|
|
388
|
-
legend:
|
|
389
|
-
tooltip:
|
|
390
|
-
timeline:
|
|
391
|
-
visualMap:
|
|
392
|
-
dataZoom:
|
|
393
|
-
markPoint:
|
|
394
|
-
},
|
|
395
|
-
color:
|
|
396
|
-
backgroundColor:
|
|
397
|
-
textStyle:
|
|
398
|
-
title:
|
|
399
|
-
line:
|
|
400
|
-
radar:
|
|
401
|
-
bar:
|
|
402
|
-
pie:
|
|
403
|
-
scatter:
|
|
404
|
-
boxplot:
|
|
405
|
-
parallel:
|
|
406
|
-
sankey:
|
|
407
|
-
funnel:
|
|
408
|
-
gauge:
|
|
409
|
-
candlestick:
|
|
410
|
-
graph:
|
|
411
|
-
map:
|
|
412
|
-
geo:
|
|
413
|
-
categoryAxis:
|
|
414
|
-
valueAxis:
|
|
415
|
-
logAxis:
|
|
416
|
-
timeAxis:
|
|
417
|
-
toolbox:
|
|
418
|
-
legend:
|
|
419
|
-
tooltip:
|
|
420
|
-
timeline:
|
|
421
|
-
visualMap:
|
|
422
|
-
dataZoom:
|
|
423
|
-
markPoint:
|
|
387
|
+
timeAxis: Ko,
|
|
388
|
+
toolbox: jo,
|
|
389
|
+
legend: Uo,
|
|
390
|
+
tooltip: Zo,
|
|
391
|
+
timeline: qo,
|
|
392
|
+
visualMap: Xo,
|
|
393
|
+
dataZoom: Yo,
|
|
394
|
+
markPoint: Jo
|
|
395
|
+
}, es = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], ts = "#f5f5f5", ns = {}, is = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, os = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, ss = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, ls = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, rs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, as = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, us = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ds = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, cs = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ms = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ps = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, fs = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, bs = { 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" } }, vs = { 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)" } } }, ys = { 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)" } } }, hs = { 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"] } } }, xs = { 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"] } } }, gs = { 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"] } } }, ks = { 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"] } } }, _s = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, ws = { textStyle: { color: "#333333" } }, Vs = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, $s = { 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" } } }, Cs = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Is = { 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" } }, Ss = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Ts = {
|
|
396
|
+
color: es,
|
|
397
|
+
backgroundColor: ts,
|
|
398
|
+
textStyle: ns,
|
|
399
|
+
title: is,
|
|
400
|
+
line: os,
|
|
401
|
+
radar: ss,
|
|
402
|
+
bar: ls,
|
|
403
|
+
pie: rs,
|
|
404
|
+
scatter: as,
|
|
405
|
+
boxplot: us,
|
|
406
|
+
parallel: ds,
|
|
407
|
+
sankey: cs,
|
|
408
|
+
funnel: ms,
|
|
409
|
+
gauge: ps,
|
|
410
|
+
candlestick: fs,
|
|
411
|
+
graph: bs,
|
|
412
|
+
map: vs,
|
|
413
|
+
geo: ys,
|
|
414
|
+
categoryAxis: hs,
|
|
415
|
+
valueAxis: xs,
|
|
416
|
+
logAxis: gs,
|
|
417
|
+
timeAxis: ks,
|
|
418
|
+
toolbox: _s,
|
|
419
|
+
legend: ws,
|
|
420
|
+
tooltip: Vs,
|
|
421
|
+
timeline: $s,
|
|
422
|
+
visualMap: Cs,
|
|
423
|
+
dataZoom: Is,
|
|
424
|
+
markPoint: Ss
|
|
424
425
|
};
|
|
425
426
|
lo([
|
|
426
427
|
ro,
|
|
@@ -432,140 +433,140 @@ lo([
|
|
|
432
433
|
fo,
|
|
433
434
|
bo
|
|
434
435
|
]);
|
|
435
|
-
ui("dark",
|
|
436
|
-
ui("light",
|
|
437
|
-
const
|
|
436
|
+
ui("dark", Qo);
|
|
437
|
+
ui("light", Ts);
|
|
438
|
+
const zs = /* @__PURE__ */ I({
|
|
438
439
|
__name: "index",
|
|
439
440
|
props: {
|
|
440
441
|
node: {},
|
|
441
442
|
outer: { type: Boolean }
|
|
442
443
|
},
|
|
443
444
|
setup(t) {
|
|
444
|
-
const e = t, i = F(), s = Q(), l = B(), o = ee(), r = te(), { width: a, minWidth: d, maxWidth:
|
|
445
|
-
const $ = {},
|
|
446
|
-
return o === "page" ?
|
|
447
|
-
}),
|
|
448
|
-
let
|
|
449
|
-
const
|
|
450
|
-
|
|
445
|
+
const e = t, i = F(), s = Q(), l = B(), o = ee(), r = te(), { width: a, minWidth: d, maxWidth: c, height: u, minHeight: m, maxHeight: p, applySize: y } = se(i, s, e), { applyTitle: x } = bi(e), { applyXAxis: f } = vi(e), { applyYAxis: _ } = yi(e), { applyLegend: k } = pi(e), { applySeries: b } = fi(e), g = n(() => {
|
|
446
|
+
const $ = {}, O = r.value.type;
|
|
447
|
+
return o === "page" ? O === "common" ? y($) : console.assert(!1) : o === "comp" && O === "common" ? y($) : console.assert(!1), $;
|
|
448
|
+
}), h = Qn("chart");
|
|
449
|
+
let w;
|
|
450
|
+
const A = () => {
|
|
451
|
+
w?.dispose(), w = di.init(h.value, l.value ? "dark" : "light");
|
|
451
452
|
const $ = {};
|
|
452
|
-
|
|
453
|
+
w.setOption($);
|
|
453
454
|
}, z = () => {
|
|
454
|
-
|
|
455
|
+
w?.resize();
|
|
455
456
|
}, W = () => {
|
|
456
457
|
const $ = {};
|
|
457
|
-
|
|
458
|
+
x($), f($), _($), k($), b($), w?.setOption($, !0);
|
|
458
459
|
};
|
|
459
460
|
return ei(async () => {
|
|
460
|
-
window.addEventListener("resize", z, !1), await li(() => !!
|
|
461
|
+
window.addEventListener("resize", z, !1), await li(() => !!h.value), A(), W();
|
|
461
462
|
}), xe(() => {
|
|
462
|
-
window.removeEventListener("resize", z, !1),
|
|
463
|
+
window.removeEventListener("resize", z, !1), w?.dispose();
|
|
463
464
|
}), le(
|
|
464
465
|
[
|
|
465
466
|
() => s.value.width,
|
|
466
467
|
() => s.value.height,
|
|
467
468
|
a,
|
|
468
469
|
d,
|
|
469
|
-
m,
|
|
470
|
-
u,
|
|
471
470
|
c,
|
|
471
|
+
u,
|
|
472
|
+
m,
|
|
472
473
|
p
|
|
473
474
|
],
|
|
474
475
|
async () => {
|
|
475
476
|
await ti(), z();
|
|
476
477
|
}
|
|
477
478
|
), le([l], () => {
|
|
478
|
-
|
|
479
|
+
A(), W();
|
|
479
480
|
}), le(
|
|
480
481
|
[e],
|
|
481
482
|
() => {
|
|
482
483
|
W();
|
|
483
484
|
},
|
|
484
485
|
{ deep: !0 }
|
|
485
|
-
), ($,
|
|
486
|
+
), ($, O) => (V(), q("div", {
|
|
486
487
|
ref: "chart",
|
|
487
|
-
style: ue(
|
|
488
|
+
style: ue(g.value)
|
|
488
489
|
}, null, 4));
|
|
489
490
|
}
|
|
490
|
-
}),
|
|
491
|
+
}), As = /* @__PURE__ */ I({
|
|
491
492
|
__name: "index",
|
|
492
493
|
props: {
|
|
493
494
|
node: {},
|
|
494
495
|
outer: { type: Boolean }
|
|
495
496
|
},
|
|
496
497
|
setup(t) {
|
|
497
|
-
const e = t, i = F(), s = Q(), l = B(), o = ee(), r = te(), { width: a, minWidth: d, maxWidth:
|
|
498
|
-
const $ = {},
|
|
499
|
-
return o === "page" ?
|
|
500
|
-
}),
|
|
501
|
-
let
|
|
502
|
-
const
|
|
503
|
-
|
|
498
|
+
const e = t, i = F(), s = Q(), l = B(), o = ee(), r = te(), { width: a, minWidth: d, maxWidth: c, height: u, minHeight: m, maxHeight: p, applySize: y } = se(i, s, e), { applyTitle: x } = bi(e), { applyXAxis: f } = vi(e), { applyYAxis: _ } = yi(e), { applyLegend: k } = pi(e), { applySeries: b } = fi(e), g = n(() => {
|
|
499
|
+
const $ = {}, O = r.value.type;
|
|
500
|
+
return o === "page" ? O === "common" ? y($) : console.assert(!1) : o === "comp" && O === "common" ? y($) : console.assert(!1), $;
|
|
501
|
+
}), h = Qn("chart");
|
|
502
|
+
let w;
|
|
503
|
+
const A = () => {
|
|
504
|
+
w?.dispose(), w = di.init(h.value, l.value ? "dark" : "light");
|
|
504
505
|
const $ = {};
|
|
505
|
-
|
|
506
|
+
w.setOption($);
|
|
506
507
|
}, z = () => {
|
|
507
|
-
|
|
508
|
+
w?.resize();
|
|
508
509
|
}, W = () => {
|
|
509
510
|
const $ = {};
|
|
510
|
-
|
|
511
|
+
x($), f($), _($), k($), b($), w?.setOption($, !0);
|
|
511
512
|
};
|
|
512
513
|
return ei(async () => {
|
|
513
|
-
window.addEventListener("resize", z, !1), await li(() => !!
|
|
514
|
+
window.addEventListener("resize", z, !1), await li(() => !!h.value), A(), W();
|
|
514
515
|
}), xe(() => {
|
|
515
|
-
window.removeEventListener("resize", z, !1),
|
|
516
|
+
window.removeEventListener("resize", z, !1), w?.dispose();
|
|
516
517
|
}), le(
|
|
517
518
|
[
|
|
518
519
|
() => s.value.width,
|
|
519
520
|
() => s.value.height,
|
|
520
521
|
a,
|
|
521
522
|
d,
|
|
522
|
-
m,
|
|
523
|
-
u,
|
|
524
523
|
c,
|
|
524
|
+
u,
|
|
525
|
+
m,
|
|
525
526
|
p
|
|
526
527
|
],
|
|
527
528
|
async () => {
|
|
528
529
|
await ti(), z();
|
|
529
530
|
}
|
|
530
531
|
), le([l], () => {
|
|
531
|
-
|
|
532
|
+
A(), W();
|
|
532
533
|
}), le(
|
|
533
534
|
[e],
|
|
534
535
|
() => {
|
|
535
536
|
W();
|
|
536
537
|
},
|
|
537
538
|
{ deep: !0 }
|
|
538
|
-
), ($,
|
|
539
|
+
), ($, O) => (V(), q("div", {
|
|
539
540
|
ref: "chart",
|
|
540
|
-
style: ue(
|
|
541
|
+
style: ue(g.value)
|
|
541
542
|
}, null, 4));
|
|
542
543
|
}
|
|
543
544
|
});
|
|
544
|
-
function
|
|
545
|
+
function Ns(t, e) {
|
|
545
546
|
function i(a) {
|
|
546
547
|
const d = t.pseudoToNative(a);
|
|
547
548
|
console.log(d);
|
|
548
549
|
}
|
|
549
550
|
function s(a) {
|
|
550
551
|
const d = t.pseudoToNative(a);
|
|
551
|
-
let
|
|
552
|
-
typeof d == "object" ?
|
|
552
|
+
let c = "";
|
|
553
|
+
typeof d == "object" ? c = JSON.stringify(d) : c = String(d), Kt.emit("consoleAppend", c);
|
|
553
554
|
}
|
|
554
555
|
function l(a, d) {
|
|
555
|
-
const
|
|
556
|
-
|
|
556
|
+
const c = t.pseudoToNative(a), u = t.pseudoToNative(d);
|
|
557
|
+
c === "info" ? Yi(u) : c === "success" ? Ji(u) : c === "warning" ? Qi(u) : c === "error" && ri(u);
|
|
557
558
|
}
|
|
558
559
|
function o(a, d) {
|
|
559
|
-
const
|
|
560
|
+
const c = t.pseudoToNative(a), u = t.pseudoToNative(d);
|
|
560
561
|
setTimeout(() => {
|
|
561
|
-
t.appendCode(`__timeoutCallbackV1__(${
|
|
562
|
+
t.appendCode(`__timeoutCallbackV1__(${c})`), t.run();
|
|
562
563
|
}, u);
|
|
563
564
|
}
|
|
564
565
|
function r(a, d) {
|
|
565
|
-
const
|
|
566
|
+
const c = t.pseudoToNative(a);
|
|
566
567
|
setTimeout(() => {
|
|
567
568
|
d(), t.run();
|
|
568
|
-
},
|
|
569
|
+
}, c);
|
|
569
570
|
}
|
|
570
571
|
t.setProperty(
|
|
571
572
|
e,
|
|
@@ -597,22 +598,22 @@ const Ni = eo({
|
|
|
597
598
|
}
|
|
598
599
|
});
|
|
599
600
|
window.API_URL && (Ni.defaults.baseURL = window.API_URL + "/computebase/");
|
|
600
|
-
function
|
|
601
|
+
function Ps(t) {
|
|
601
602
|
return Ni.post("callFunc", t);
|
|
602
603
|
}
|
|
603
|
-
function
|
|
604
|
+
function Ls(t, e) {
|
|
604
605
|
async function i(s, l, o, r, a, d) {
|
|
605
|
-
const
|
|
606
|
+
const c = t.pseudoToNative(s), u = t.pseudoToNative(l), m = t.pseudoToNative(o), p = t.pseudoToNative(r), y = t.pseudoToNative(a);
|
|
606
607
|
try {
|
|
607
|
-
const
|
|
608
|
-
spaceid:
|
|
608
|
+
const x = JSON.stringify(m), { strOutputs: f } = await Ps({
|
|
609
|
+
spaceid: c,
|
|
609
610
|
id: u,
|
|
610
|
-
strInputs:
|
|
611
|
+
strInputs: x,
|
|
611
612
|
env: p
|
|
612
|
-
}),
|
|
613
|
-
d(t.nativeToPseudo(
|
|
614
|
-
} catch (
|
|
615
|
-
console.error("callFuncV1 failed", y,
|
|
613
|
+
}), _ = JSON.parse(f);
|
|
614
|
+
d(t.nativeToPseudo(_)), t.run();
|
|
615
|
+
} catch (x) {
|
|
616
|
+
console.error("callFuncV1 failed", y, x);
|
|
616
617
|
}
|
|
617
618
|
}
|
|
618
619
|
t.setProperty(
|
|
@@ -621,7 +622,7 @@ function Ps(t, e) {
|
|
|
621
622
|
t.createAsyncFunction(i)
|
|
622
623
|
);
|
|
623
624
|
}
|
|
624
|
-
class
|
|
625
|
+
class Es {
|
|
625
626
|
context;
|
|
626
627
|
nodes;
|
|
627
628
|
constructor(e) {
|
|
@@ -648,7 +649,7 @@ class Ls {
|
|
|
648
649
|
o = this.context.data.view.nodes;
|
|
649
650
|
if (!o)
|
|
650
651
|
return "";
|
|
651
|
-
const r =
|
|
652
|
+
const r = _o(
|
|
652
653
|
this.context.type,
|
|
653
654
|
this.context.data.type,
|
|
654
655
|
this.context.data.version,
|
|
@@ -661,70 +662,80 @@ class Ls {
|
|
|
661
662
|
this.getNode(e);
|
|
662
663
|
}
|
|
663
664
|
}
|
|
664
|
-
function
|
|
665
|
-
const s = new
|
|
666
|
-
function l(
|
|
667
|
-
const
|
|
668
|
-
return e.nativeToPseudo(
|
|
669
|
-
}
|
|
670
|
-
function o(
|
|
671
|
-
const
|
|
672
|
-
s.deleteNode(
|
|
673
|
-
}
|
|
674
|
-
function r(
|
|
675
|
-
const
|
|
676
|
-
let
|
|
677
|
-
if (
|
|
678
|
-
console.error(`getNodePropV1 node not found, ${
|
|
665
|
+
function Ws(t, e, i) {
|
|
666
|
+
const s = new Es(t);
|
|
667
|
+
function l(p, y, x) {
|
|
668
|
+
const f = e.pseudoToNative(p), _ = e.pseudoToNative(y), k = e.pseudoToNative(x), b = s.addNode(f, _, k);
|
|
669
|
+
return e.nativeToPseudo(b);
|
|
670
|
+
}
|
|
671
|
+
function o(p) {
|
|
672
|
+
const y = e.pseudoToNative(p);
|
|
673
|
+
s.deleteNode(y);
|
|
674
|
+
}
|
|
675
|
+
function r(p, y) {
|
|
676
|
+
const x = e.pseudoToNative(p), f = e.pseudoToNative(y), _ = `id=${x} keys=${f}`;
|
|
677
|
+
let k;
|
|
678
|
+
if (x === "globality" ? k = t.data.view : k = s.getNode(x), !k) {
|
|
679
|
+
console.error(`getNodePropV1 node not found, ${_}`);
|
|
679
680
|
return;
|
|
680
681
|
}
|
|
681
|
-
const
|
|
682
|
-
for (let
|
|
683
|
-
const
|
|
684
|
-
if (
|
|
685
|
-
return e.nativeToPseudo(
|
|
686
|
-
if (!
|
|
687
|
-
console.error(`getNodePropV1 unpkg failed, ${
|
|
682
|
+
const b = f.split("."), g = b.length;
|
|
683
|
+
for (let h = 0; h < g; h++) {
|
|
684
|
+
const w = b[h];
|
|
685
|
+
if (h === g - 1)
|
|
686
|
+
return e.nativeToPseudo(k[w]);
|
|
687
|
+
if (!k) {
|
|
688
|
+
console.error(`getNodePropV1 unpkg failed, ${_}`);
|
|
688
689
|
return;
|
|
689
690
|
}
|
|
690
|
-
|
|
691
|
+
k = k[w];
|
|
691
692
|
}
|
|
692
693
|
}
|
|
693
|
-
function a(
|
|
694
|
-
const
|
|
695
|
-
let
|
|
696
|
-
if (
|
|
697
|
-
console.error(`setNodePropV1 node not found, ${
|
|
694
|
+
function a(p, y, x) {
|
|
695
|
+
const f = e.pseudoToNative(p), _ = e.pseudoToNative(y), k = e.pseudoToNative(x), b = `id=${f} keys=${_} value=${k}`;
|
|
696
|
+
let g;
|
|
697
|
+
if (f === "globality" ? g = t.data.view : g = s.getNode(f), !g) {
|
|
698
|
+
console.error(`setNodePropV1 node not found, ${b}`);
|
|
698
699
|
return;
|
|
699
700
|
}
|
|
700
|
-
const
|
|
701
|
-
for (let
|
|
702
|
-
const
|
|
703
|
-
if (
|
|
704
|
-
|
|
701
|
+
const h = _.split("."), w = h.length;
|
|
702
|
+
for (let A = 0; A < w; A++) {
|
|
703
|
+
const z = h[A];
|
|
704
|
+
if (A === w - 1)
|
|
705
|
+
g[z] = k;
|
|
705
706
|
else {
|
|
706
|
-
if (!
|
|
707
|
-
console.error(`setNodePropV1 unpkg failed, ${
|
|
707
|
+
if (!g) {
|
|
708
|
+
console.error(`setNodePropV1 unpkg failed, ${b}`);
|
|
708
709
|
return;
|
|
709
710
|
}
|
|
710
|
-
|
|
711
|
+
g = g[z];
|
|
711
712
|
}
|
|
712
713
|
}
|
|
713
714
|
}
|
|
714
|
-
function d(
|
|
715
|
-
const
|
|
716
|
-
t.eventBus?.emit(`callMethod@${
|
|
715
|
+
function d(p, y, x, f) {
|
|
716
|
+
const _ = e.pseudoToNative(p), k = e.pseudoToNative(y), b = e.pseudoToNative(x), g = { outputs: [] };
|
|
717
|
+
t.eventBus?.emit(`callMethod@${_}`, { name: k, inputs: b, result: g }), f(e.nativeToPseudo(g.outputs)), e.run();
|
|
717
718
|
}
|
|
718
|
-
function
|
|
719
|
-
const
|
|
720
|
-
no({ title:
|
|
721
|
-
|
|
719
|
+
function c(p, y, x) {
|
|
720
|
+
const f = e.pseudoToNative(p), _ = e.pseudoToNative(y);
|
|
721
|
+
no({ title: f, text: _ }).then((k) => {
|
|
722
|
+
x(e.nativeToPseudo(k)), e.run();
|
|
722
723
|
});
|
|
723
724
|
}
|
|
724
|
-
function u(
|
|
725
|
-
const f = e.pseudoToNative(
|
|
726
|
-
|
|
727
|
-
|
|
725
|
+
function u(p, y, x) {
|
|
726
|
+
const f = e.pseudoToNative(p), _ = e.pseudoToNative(y), k = e.pseudoToNative(x);
|
|
727
|
+
if (t.mode !== "runtime")
|
|
728
|
+
return;
|
|
729
|
+
const b = xo(), g = "/main/" + Date.now(), h = {
|
|
730
|
+
appid: f,
|
|
731
|
+
pageid: _
|
|
732
|
+
};
|
|
733
|
+
k === "push" ? b.push({ path: g, query: h }) : k === "replace" ? b.replace({ path: g, query: h }) : console.assert(!1);
|
|
734
|
+
}
|
|
735
|
+
function m(p, y, x, f) {
|
|
736
|
+
const _ = e.pseudoToNative(p), k = e.pseudoToNative(y), b = e.pseudoToNative(x);
|
|
737
|
+
io({ title: _, label: k, value: b }).then((g) => {
|
|
738
|
+
f(e.nativeToPseudo(g)), e.run();
|
|
728
739
|
});
|
|
729
740
|
}
|
|
730
741
|
e.setProperty(
|
|
@@ -747,21 +758,26 @@ function Es(t, e, i) {
|
|
|
747
758
|
i,
|
|
748
759
|
"__callNodeMethodV1__",
|
|
749
760
|
e.createAsyncFunction(d)
|
|
761
|
+
), e.setProperty(
|
|
762
|
+
i,
|
|
763
|
+
"__navigateToV1__",
|
|
764
|
+
e.createNativeFunction(u)
|
|
750
765
|
), e.setProperty(
|
|
751
766
|
i,
|
|
752
767
|
"__openConfirmDlgV1__",
|
|
753
|
-
e.createAsyncFunction(
|
|
768
|
+
e.createAsyncFunction(c)
|
|
754
769
|
), e.setProperty(
|
|
755
770
|
i,
|
|
756
771
|
"__openPromptDlgV1__",
|
|
757
|
-
e.createAsyncFunction(
|
|
772
|
+
e.createAsyncFunction(m)
|
|
758
773
|
);
|
|
759
774
|
}
|
|
760
|
-
function
|
|
761
|
-
|
|
775
|
+
function Bs(t, e, i) {
|
|
776
|
+
Ns(e, i), Ls(e, i), Ws(t, e, i);
|
|
762
777
|
}
|
|
763
|
-
const
|
|
778
|
+
const Ds = `
|
|
764
779
|
var __env__ = 'dev'
|
|
780
|
+
var __mode__ = 'editor'
|
|
765
781
|
|
|
766
782
|
function __getEnvV1__() {
|
|
767
783
|
return __env__
|
|
@@ -769,7 +785,7 @@ function __getEnvV1__() {
|
|
|
769
785
|
|
|
770
786
|
var __pointerPosX__ = 0
|
|
771
787
|
var __pointerPosY__ = 0
|
|
772
|
-
`,
|
|
788
|
+
`, Rs = `
|
|
773
789
|
var __events__ = {}
|
|
774
790
|
|
|
775
791
|
function __addEventListenerV1__(id, event, callback) {
|
|
@@ -840,7 +856,7 @@ function __triggerEvent__(id, event, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p1
|
|
|
840
856
|
callbacks[i](p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, p16)
|
|
841
857
|
}
|
|
842
858
|
}
|
|
843
|
-
`,
|
|
859
|
+
`, Ms = `
|
|
844
860
|
var __timers__ = {}
|
|
845
861
|
var __currTimerId__ = 0
|
|
846
862
|
|
|
@@ -882,26 +898,27 @@ function __timeoutCallbackV1__(timerId) {
|
|
|
882
898
|
}
|
|
883
899
|
}
|
|
884
900
|
}
|
|
885
|
-
`,
|
|
901
|
+
`, Fs = `
|
|
886
902
|
function __destroy__() {
|
|
887
903
|
}
|
|
888
|
-
`,
|
|
904
|
+
`, Hs = Ds + Rs + Ms + Fs;
|
|
889
905
|
function Pi(t, e) {
|
|
890
906
|
const i = new vo(
|
|
891
|
-
|
|
907
|
+
Hs,
|
|
892
908
|
(s, l) => {
|
|
893
|
-
|
|
909
|
+
Bs(t, s, l);
|
|
894
910
|
}
|
|
895
911
|
);
|
|
896
912
|
return i.appendCode(e), i.appendCode(`
|
|
897
913
|
__env__ = '${t.env}';
|
|
914
|
+
__mode__ = '${t.mode}';
|
|
898
915
|
__triggerEvent__('globality', 'startup');
|
|
899
916
|
`), i.run(), i;
|
|
900
917
|
}
|
|
901
918
|
function Li(t) {
|
|
902
919
|
t.appendCode("__destroy__();"), t.run();
|
|
903
920
|
}
|
|
904
|
-
function
|
|
921
|
+
function ja(t, e, i, s, l) {
|
|
905
922
|
let o = t;
|
|
906
923
|
for (let a = 0; a < e.length; a++)
|
|
907
924
|
if (o = o.children[e[a]], !o) {
|
|
@@ -919,7 +936,7 @@ function Ga(t, e, i, s, l) {
|
|
|
919
936
|
children: {}
|
|
920
937
|
}, o.children[i] = r);
|
|
921
938
|
}
|
|
922
|
-
const
|
|
939
|
+
const Ua = [
|
|
923
940
|
"string",
|
|
924
941
|
"number",
|
|
925
942
|
"boolean",
|
|
@@ -929,7 +946,7 @@ const Ka = [
|
|
|
929
946
|
function Ei() {
|
|
930
947
|
return yo();
|
|
931
948
|
}
|
|
932
|
-
const
|
|
949
|
+
const Gs = /* @__PURE__ */ I({
|
|
933
950
|
__name: "index",
|
|
934
951
|
props: {
|
|
935
952
|
id: {},
|
|
@@ -938,86 +955,86 @@ const Hs = /* @__PURE__ */ I({
|
|
|
938
955
|
outer: { type: Boolean }
|
|
939
956
|
},
|
|
940
957
|
setup(t) {
|
|
941
|
-
const { t: e } = mi(), i = t, s = Si(), l = F(), o = Q(), r = ee(), a = te(), d = Ti(),
|
|
942
|
-
zi(
|
|
958
|
+
const { t: e } = mi(), i = t, s = Si(), l = F(), o = Q(), r = ee(), a = te(), d = Ti(), c = ce(-1), u = ce(), m = {};
|
|
959
|
+
zi(m);
|
|
943
960
|
const p = () => {
|
|
944
|
-
|
|
961
|
+
m.eventBus && (m.eventBus = void 0), m.interpreter && (Li(m.interpreter), m.interpreter = void 0);
|
|
945
962
|
};
|
|
946
963
|
ni(() => {
|
|
947
964
|
if (!i.refContext.refid) {
|
|
948
|
-
|
|
965
|
+
c.value = -1, u.value = void 0, p();
|
|
949
966
|
return;
|
|
950
967
|
}
|
|
951
|
-
const
|
|
952
|
-
if (!
|
|
953
|
-
|
|
968
|
+
const h = d.value[i.refContext.refid];
|
|
969
|
+
if (!h) {
|
|
970
|
+
c.value = -1, u.value = null, p(), Kt.emit("compNotAvail", i.refContext.refid);
|
|
954
971
|
return;
|
|
955
972
|
}
|
|
956
|
-
if (
|
|
973
|
+
if (c.value === h.dataSeq || (c.value = h.dataSeq, u.value = R(h.data), l !== "runtime"))
|
|
957
974
|
return;
|
|
958
975
|
p();
|
|
959
|
-
const
|
|
960
|
-
if (
|
|
976
|
+
const w = u.value, A = w.code.script;
|
|
977
|
+
if (A) {
|
|
961
978
|
const z = Ei();
|
|
962
|
-
|
|
963
|
-
{ env: s, type: r, data:
|
|
964
|
-
|
|
979
|
+
m.eventBus = z, m.interpreter = Pi(
|
|
980
|
+
{ env: s, mode: l, type: r, data: w, eventBus: z },
|
|
981
|
+
A
|
|
965
982
|
);
|
|
966
983
|
}
|
|
967
984
|
}), xe(() => {
|
|
968
985
|
p();
|
|
969
986
|
});
|
|
970
|
-
const { applySize: y } = se(l, o, i),
|
|
971
|
-
const
|
|
972
|
-
return r === "page" ?
|
|
987
|
+
const { applySize: y } = se(l, o, i), x = n(() => {
|
|
988
|
+
const h = {}, w = a.value.type;
|
|
989
|
+
return r === "page" ? w === "common" ? y(h) : console.assert(!1) : r === "comp" && w === "common" ? y(h) : console.assert(!1), h;
|
|
973
990
|
});
|
|
974
|
-
function f(
|
|
975
|
-
const
|
|
976
|
-
return
|
|
991
|
+
function f(h) {
|
|
992
|
+
const w = ln[a.value.version].refKey, A = re[w];
|
|
993
|
+
return A ? G(A.comp, {
|
|
977
994
|
refContext: {
|
|
978
995
|
parent: i.refContext,
|
|
979
|
-
refid:
|
|
996
|
+
refid: h.ref.id
|
|
980
997
|
},
|
|
981
|
-
node:
|
|
982
|
-
}) : (console.assert(!1, `ref element not found key=${
|
|
998
|
+
node: h
|
|
999
|
+
}) : (console.assert(!1, `ref element not found key=${w}`), G("div", `ref element not found key=${w}`));
|
|
983
1000
|
}
|
|
984
|
-
function
|
|
985
|
-
const
|
|
986
|
-
if (!
|
|
987
|
-
return console.assert(!1, `element not found key=${
|
|
988
|
-
const
|
|
989
|
-
return
|
|
990
|
-
const W =
|
|
991
|
-
|
|
992
|
-
}),
|
|
1001
|
+
function _(h) {
|
|
1002
|
+
const w = re[h.basic.key];
|
|
1003
|
+
if (!w)
|
|
1004
|
+
return console.assert(!1, `element not found key=${h.basic.key}`), G("div", `element not found key=${h.basic.key}`);
|
|
1005
|
+
const A = [];
|
|
1006
|
+
return w.slots.some((z) => z.key === "default") && h.children?.forEach((z) => {
|
|
1007
|
+
const W = k(z);
|
|
1008
|
+
A.push(W);
|
|
1009
|
+
}), G(w.comp, { node: h }, { default: () => A });
|
|
993
1010
|
}
|
|
994
|
-
function
|
|
995
|
-
return
|
|
1011
|
+
function k(h) {
|
|
1012
|
+
return h.ref ? f(h) : _(h);
|
|
996
1013
|
}
|
|
997
1014
|
function b() {
|
|
998
|
-
let
|
|
999
|
-
for (;
|
|
1000
|
-
if (
|
|
1015
|
+
let h = i.refContext.parent;
|
|
1016
|
+
for (; h; ) {
|
|
1017
|
+
if (h.refid === i.refContext.refid)
|
|
1001
1018
|
return !0;
|
|
1002
|
-
|
|
1019
|
+
h = h.parent;
|
|
1003
1020
|
}
|
|
1004
1021
|
return !1;
|
|
1005
1022
|
}
|
|
1006
|
-
const
|
|
1023
|
+
const g = () => {
|
|
1007
1024
|
if (b())
|
|
1008
|
-
return
|
|
1025
|
+
return G("div", { id: i.id }, e("x-runtime-lib.circularRef"));
|
|
1009
1026
|
if (!u.value)
|
|
1010
|
-
return u.value === void 0 ?
|
|
1011
|
-
const
|
|
1012
|
-
if (
|
|
1013
|
-
const
|
|
1014
|
-
return u.value.view.nodes.forEach((
|
|
1015
|
-
|
|
1016
|
-
}),
|
|
1027
|
+
return u.value === void 0 ? G("div", { id: i.id }) : G("div", { id: i.id }, e("x-runtime-lib.compNotAvail"));
|
|
1028
|
+
const h = u.value.type;
|
|
1029
|
+
if (h === "common") {
|
|
1030
|
+
const w = [];
|
|
1031
|
+
return u.value.view.nodes.forEach((A) => {
|
|
1032
|
+
w.push(k(A));
|
|
1033
|
+
}), G("div", { id: i.id, style: x.value }, w);
|
|
1017
1034
|
} else
|
|
1018
|
-
return console.assert(!1, `invalid subtype=${
|
|
1035
|
+
return console.assert(!1, `invalid subtype=${h}`), G("div", { id: i.id }, `invalid subtype=${h}`);
|
|
1019
1036
|
};
|
|
1020
|
-
return (
|
|
1037
|
+
return (h, w) => (V(), S(g));
|
|
1021
1038
|
}
|
|
1022
1039
|
}), J = /* @__PURE__ */ I({
|
|
1023
1040
|
__name: "index",
|
|
@@ -1026,34 +1043,34 @@ const Hs = /* @__PURE__ */ I({
|
|
|
1026
1043
|
state: {}
|
|
1027
1044
|
},
|
|
1028
1045
|
setup(t) {
|
|
1029
|
-
const { t: e } = mi(), i = t, s = Si(), l = F(), o = ee(), r = te(), a = Ti(), d = ce(-1),
|
|
1046
|
+
const { t: e } = mi(), i = t, s = Si(), l = F(), o = ee(), r = te(), a = Ti(), d = ce(-1), c = ce(), u = {};
|
|
1030
1047
|
zi(u);
|
|
1031
|
-
const
|
|
1048
|
+
const m = () => {
|
|
1032
1049
|
u.eventBus && (u.eventBus = void 0), u.interpreter && (Li(u.interpreter), u.interpreter = void 0);
|
|
1033
1050
|
};
|
|
1034
1051
|
ni(() => {
|
|
1035
1052
|
if (!i.refContext.refid) {
|
|
1036
|
-
d.value = -1,
|
|
1053
|
+
d.value = -1, c.value = void 0, m();
|
|
1037
1054
|
return;
|
|
1038
1055
|
}
|
|
1039
1056
|
const b = a.value[i.refContext.refid];
|
|
1040
1057
|
if (!b) {
|
|
1041
|
-
d.value = -1,
|
|
1058
|
+
d.value = -1, c.value = null, m(), Kt.emit("compNotAvail", i.refContext.refid);
|
|
1042
1059
|
return;
|
|
1043
1060
|
}
|
|
1044
|
-
if (d.value === b.dataSeq || (d.value = b.dataSeq,
|
|
1061
|
+
if (d.value === b.dataSeq || (d.value = b.dataSeq, c.value = R(b.data), l !== "runtime"))
|
|
1045
1062
|
return;
|
|
1046
|
-
|
|
1047
|
-
const
|
|
1048
|
-
if (
|
|
1049
|
-
const
|
|
1050
|
-
u.eventBus =
|
|
1051
|
-
{ env: s, type: o, data:
|
|
1052
|
-
|
|
1063
|
+
m();
|
|
1064
|
+
const g = c.value, h = g.code.script;
|
|
1065
|
+
if (h) {
|
|
1066
|
+
const w = Ei();
|
|
1067
|
+
u.eventBus = w, u.interpreter = Pi(
|
|
1068
|
+
{ env: s, mode: l, type: o, data: g, eventBus: w },
|
|
1069
|
+
h
|
|
1053
1070
|
);
|
|
1054
1071
|
}
|
|
1055
1072
|
}), xe(() => {
|
|
1056
|
-
|
|
1073
|
+
m();
|
|
1057
1074
|
});
|
|
1058
1075
|
const p = () => {
|
|
1059
1076
|
console.log("triggerUpdate");
|
|
@@ -1066,28 +1083,28 @@ const Hs = /* @__PURE__ */ I({
|
|
|
1066
1083
|
{ deep: !0, immediate: !0 }
|
|
1067
1084
|
);
|
|
1068
1085
|
function y(b) {
|
|
1069
|
-
const
|
|
1070
|
-
return
|
|
1086
|
+
const g = ln[r.value.version].refKey, h = re[g];
|
|
1087
|
+
return h ? G(h.comp, {
|
|
1071
1088
|
refContext: {
|
|
1072
1089
|
parent: i.refContext,
|
|
1073
1090
|
refid: b.ref.id
|
|
1074
1091
|
},
|
|
1075
1092
|
node: b
|
|
1076
|
-
}) : (console.assert(!1, `ref element not found key=${
|
|
1093
|
+
}) : (console.assert(!1, `ref element not found key=${g}`), G("div", `ref element not found key=${g}`));
|
|
1077
1094
|
}
|
|
1078
|
-
function
|
|
1079
|
-
const
|
|
1080
|
-
if (!
|
|
1081
|
-
return console.assert(!1, `element not found key=${b.basic.key}`),
|
|
1082
|
-
const
|
|
1083
|
-
return
|
|
1084
|
-
|
|
1085
|
-
}),
|
|
1095
|
+
function x(b) {
|
|
1096
|
+
const g = re[b.basic.key];
|
|
1097
|
+
if (!g)
|
|
1098
|
+
return console.assert(!1, `element not found key=${b.basic.key}`), G("div", `element not found key=${b.basic.key}`);
|
|
1099
|
+
const h = [];
|
|
1100
|
+
return g.slots.some((w) => w.key === "default") && b.children?.forEach((w) => {
|
|
1101
|
+
h.push(f(w));
|
|
1102
|
+
}), G(g.comp, { node: b }, { default: () => h });
|
|
1086
1103
|
}
|
|
1087
1104
|
function f(b) {
|
|
1088
|
-
return b.ref ? y(b) :
|
|
1105
|
+
return b.ref ? y(b) : x(b);
|
|
1089
1106
|
}
|
|
1090
|
-
function
|
|
1107
|
+
function _() {
|
|
1091
1108
|
let b = i.refContext.parent;
|
|
1092
1109
|
for (; b; ) {
|
|
1093
1110
|
if (b.refid === i.refContext.refid)
|
|
@@ -1096,21 +1113,21 @@ const Hs = /* @__PURE__ */ I({
|
|
|
1096
1113
|
}
|
|
1097
1114
|
return !1;
|
|
1098
1115
|
}
|
|
1099
|
-
const
|
|
1100
|
-
if (
|
|
1101
|
-
return
|
|
1102
|
-
if (!
|
|
1103
|
-
return
|
|
1104
|
-
const b =
|
|
1116
|
+
const k = () => {
|
|
1117
|
+
if (_())
|
|
1118
|
+
return G("div", e("x-runtime-lib.circularRef"));
|
|
1119
|
+
if (!c.value)
|
|
1120
|
+
return c.value === void 0 ? G("div") : G("div", e("x-runtime-lib.compNotAvail"));
|
|
1121
|
+
const b = c.value.type;
|
|
1105
1122
|
if (b === "common") {
|
|
1106
|
-
const
|
|
1107
|
-
return
|
|
1108
|
-
|
|
1109
|
-
}),
|
|
1123
|
+
const g = [];
|
|
1124
|
+
return c.value.view.nodes.forEach((h) => {
|
|
1125
|
+
g.push(f(h));
|
|
1126
|
+
}), g;
|
|
1110
1127
|
} else
|
|
1111
|
-
return console.assert(!1, `invalid subtype=${b}`),
|
|
1128
|
+
return console.assert(!1, `invalid subtype=${b}`), G("div", `invalid subtype=${b}`);
|
|
1112
1129
|
};
|
|
1113
|
-
return (b,
|
|
1130
|
+
return (b, g) => (V(), S(k));
|
|
1114
1131
|
}
|
|
1115
1132
|
}), Os = /* @__PURE__ */ I({
|
|
1116
1133
|
__name: "index",
|
|
@@ -1120,7 +1137,7 @@ const Hs = /* @__PURE__ */ I({
|
|
|
1120
1137
|
},
|
|
1121
1138
|
setup(t) {
|
|
1122
1139
|
const e = t, i = B(), s = n(() => e.node.settings?.content), l = n(() => e.node.settings?.dot), o = n(() => i.value ? "dark" : "light"), r = n(() => e.node.settings?.offset?.x), a = n(() => e.node.settings?.offset?.y);
|
|
1123
|
-
return (d,
|
|
1140
|
+
return (d, c) => {
|
|
1124
1141
|
const u = T("v-badge");
|
|
1125
1142
|
return V(), S(u, {
|
|
1126
1143
|
content: s.value,
|
|
@@ -1136,14 +1153,14 @@ const Hs = /* @__PURE__ */ I({
|
|
|
1136
1153
|
}, 8, ["content", "dot", "theme", "offset-x", "offset-y"]);
|
|
1137
1154
|
};
|
|
1138
1155
|
}
|
|
1139
|
-
}),
|
|
1156
|
+
}), Ks = /* @__PURE__ */ I({
|
|
1140
1157
|
__name: "index",
|
|
1141
1158
|
props: {
|
|
1142
1159
|
node: {},
|
|
1143
1160
|
outer: { type: Boolean }
|
|
1144
1161
|
},
|
|
1145
1162
|
setup(t) {
|
|
1146
|
-
const e = t, i = F(), s = B(), l = Te(), o = n(() => e.node.settings?.addIcon?.append), r = n(() => e.node.settings?.block), a = n(() => e.node.settings?.color), { color: d } = j(s, a),
|
|
1163
|
+
const e = t, i = F(), s = B(), l = Te(), o = n(() => e.node.settings?.addIcon?.append), r = n(() => e.node.settings?.block), a = n(() => e.node.settings?.color), { color: d } = j(s, a), c = n(() => e.node.settings?.density), u = n(() => e.node.settings?.disabled), m = n(() => e.node.size?.height), p = n(() => e.node.settings?.loading), y = n(() => e.node.size?.maxHeight), x = n(() => e.node.size?.maxWidth), f = n(() => e.node.size?.minHeight), _ = n(() => e.node.size?.minWidth), k = n(() => e.node.settings?.addIcon?.prepend), b = n(() => e.node.settings?.readonly), g = n(() => e.node.settings?.ripple), h = n(() => e.node.settings?.size), w = n(() => e.node.settings?.stacked), A = n(() => e.node.settings?.text), z = n(() => s.value ? "dark" : "light"), W = n(() => e.node.settings?.variant), $ = n(() => e.node.size?.width), O = (Y) => {
|
|
1147
1164
|
if (i !== "runtime")
|
|
1148
1165
|
return;
|
|
1149
1166
|
const K = l.interpreter;
|
|
@@ -1158,24 +1175,24 @@ const Hs = /* @__PURE__ */ I({
|
|
|
1158
1175
|
"append-icon": o.value,
|
|
1159
1176
|
block: r.value,
|
|
1160
1177
|
color: D(d),
|
|
1161
|
-
density:
|
|
1178
|
+
density: c.value,
|
|
1162
1179
|
disabled: u.value,
|
|
1163
|
-
height:
|
|
1180
|
+
height: m.value,
|
|
1164
1181
|
loading: p.value,
|
|
1165
1182
|
"max-height": y.value,
|
|
1166
|
-
"max-width":
|
|
1183
|
+
"max-width": x.value,
|
|
1167
1184
|
"min-height": f.value,
|
|
1168
|
-
"min-width":
|
|
1169
|
-
"prepend-icon":
|
|
1185
|
+
"min-width": _.value,
|
|
1186
|
+
"prepend-icon": k.value,
|
|
1170
1187
|
readonly: b.value,
|
|
1171
|
-
ripple:
|
|
1172
|
-
size:
|
|
1173
|
-
stacked:
|
|
1174
|
-
text:
|
|
1188
|
+
ripple: g.value,
|
|
1189
|
+
size: h.value,
|
|
1190
|
+
stacked: w.value,
|
|
1191
|
+
text: A.value,
|
|
1175
1192
|
theme: z.value,
|
|
1176
1193
|
variant: W.value,
|
|
1177
1194
|
width: $.value,
|
|
1178
|
-
onClick:
|
|
1195
|
+
onClick: O
|
|
1179
1196
|
}, null, 8, ["append-icon", "block", "color", "density", "disabled", "height", "loading", "max-height", "max-width", "min-height", "min-width", "prepend-icon", "readonly", "ripple", "size", "stacked", "text", "theme", "variant", "width"]);
|
|
1180
1197
|
};
|
|
1181
1198
|
}
|
|
@@ -1184,8 +1201,8 @@ const Hs = /* @__PURE__ */ I({
|
|
|
1184
1201
|
for (const [s, l] of e)
|
|
1185
1202
|
i[s] = l;
|
|
1186
1203
|
return i;
|
|
1187
|
-
},
|
|
1188
|
-
function
|
|
1204
|
+
}, js = {};
|
|
1205
|
+
function Us(t, e) {
|
|
1189
1206
|
const i = T("v-btn-group");
|
|
1190
1207
|
return V(), S(i, null, {
|
|
1191
1208
|
default: E(() => [
|
|
@@ -1194,62 +1211,62 @@ function js(t, e) {
|
|
|
1194
1211
|
_: 3
|
|
1195
1212
|
});
|
|
1196
1213
|
}
|
|
1197
|
-
const
|
|
1214
|
+
const Zs = /* @__PURE__ */ be(js, [["render", Us]]), qs = /* @__PURE__ */ I({
|
|
1198
1215
|
__name: "index",
|
|
1199
1216
|
props: {
|
|
1200
1217
|
node: {},
|
|
1201
1218
|
outer: { type: Boolean }
|
|
1202
1219
|
},
|
|
1203
1220
|
setup(t) {
|
|
1204
|
-
const e = t, i = B(), s = n(() => e.node.settings?.block), l = n(() => e.node.settings?.disabled), o = n(() => e.node.settings?.divided), r = n(() => e.node.settings?.mandatory), a = n(() => e.node.settings?.multiple), d = n(() => e.node.settings?.readonly),
|
|
1205
|
-
return (
|
|
1206
|
-
const
|
|
1207
|
-
return V(), S(
|
|
1221
|
+
const e = t, i = B(), s = n(() => e.node.settings?.block), l = n(() => e.node.settings?.disabled), o = n(() => e.node.settings?.divided), r = n(() => e.node.settings?.mandatory), a = n(() => e.node.settings?.multiple), d = n(() => e.node.settings?.readonly), c = n(() => e.node.settings?.size), u = n(() => e.node.settings?.stacked), m = n(() => i.value ? "dark" : "light"), p = n(() => e.node.settings?.tile), y = n(() => e.node.settings?.variant);
|
|
1222
|
+
return (x, f) => {
|
|
1223
|
+
const _ = T("v-btn-toggle");
|
|
1224
|
+
return V(), S(_, {
|
|
1208
1225
|
block: s.value,
|
|
1209
1226
|
disabled: l.value,
|
|
1210
1227
|
divided: o.value,
|
|
1211
1228
|
mandatory: r.value,
|
|
1212
1229
|
multiple: a.value,
|
|
1213
1230
|
readonly: d.value,
|
|
1214
|
-
size:
|
|
1231
|
+
size: c.value,
|
|
1215
1232
|
stacked: u.value,
|
|
1216
|
-
theme:
|
|
1233
|
+
theme: m.value,
|
|
1217
1234
|
tile: p.value,
|
|
1218
1235
|
variant: y.value
|
|
1219
1236
|
}, {
|
|
1220
1237
|
default: E(() => [
|
|
1221
|
-
M(
|
|
1238
|
+
M(x.$slots, "default")
|
|
1222
1239
|
]),
|
|
1223
1240
|
_: 3
|
|
1224
1241
|
}, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
|
|
1225
1242
|
};
|
|
1226
1243
|
}
|
|
1227
|
-
}),
|
|
1244
|
+
}), Xs = /* @__PURE__ */ I({
|
|
1228
1245
|
__name: "index",
|
|
1229
1246
|
props: {
|
|
1230
1247
|
node: {},
|
|
1231
1248
|
outer: { type: Boolean }
|
|
1232
1249
|
},
|
|
1233
1250
|
setup(t) {
|
|
1234
|
-
const e = t, i = B(), s = n(() => e.node.settings?.density), l = n(() => e.node.settings?.disabled), o = n(() => e.node.size?.height), r = n(() => e.node.settings?.hover), a = n(() => e.node.settings?.loading), d = n(() => e.node.size?.maxHeight),
|
|
1235
|
-
return (b,
|
|
1236
|
-
const
|
|
1237
|
-
return V(), S(
|
|
1251
|
+
const e = t, i = B(), s = n(() => e.node.settings?.density), l = n(() => e.node.settings?.disabled), o = n(() => e.node.size?.height), r = n(() => e.node.settings?.hover), a = n(() => e.node.settings?.loading), d = n(() => e.node.size?.maxHeight), c = n(() => e.node.size?.maxWidth), u = n(() => e.node.size?.minHeight), m = n(() => e.node.size?.minWidth), p = n(() => e.node.settings?.subtitle), y = n(() => e.node.settings?.text), x = n(() => i.value ? "dark" : "light"), f = n(() => e.node.settings?.title), _ = n(() => e.node.settings?.variant), k = n(() => e.node.size?.width);
|
|
1252
|
+
return (b, g) => {
|
|
1253
|
+
const h = T("v-card");
|
|
1254
|
+
return V(), S(h, {
|
|
1238
1255
|
density: s.value,
|
|
1239
1256
|
disabled: l.value,
|
|
1240
1257
|
height: o.value,
|
|
1241
1258
|
hover: r.value,
|
|
1242
1259
|
loading: a.value,
|
|
1243
1260
|
"max-height": d.value,
|
|
1244
|
-
"max-width":
|
|
1261
|
+
"max-width": c.value,
|
|
1245
1262
|
"min-height": u.value,
|
|
1246
|
-
"min-width":
|
|
1263
|
+
"min-width": m.value,
|
|
1247
1264
|
subtitle: p.value,
|
|
1248
1265
|
text: y.value,
|
|
1249
|
-
theme:
|
|
1266
|
+
theme: x.value,
|
|
1250
1267
|
title: f.value,
|
|
1251
|
-
variant:
|
|
1252
|
-
width:
|
|
1268
|
+
variant: _.value,
|
|
1269
|
+
width: k.value
|
|
1253
1270
|
}, {
|
|
1254
1271
|
default: E(() => [
|
|
1255
1272
|
M(b.$slots, "default")
|
|
@@ -1258,7 +1275,7 @@ const Us = /* @__PURE__ */ be(Ks, [["render", js]]), Zs = /* @__PURE__ */ I({
|
|
|
1258
1275
|
}, 8, ["density", "disabled", "height", "hover", "loading", "max-height", "max-width", "min-height", "min-width", "subtitle", "text", "theme", "title", "variant", "width"]);
|
|
1259
1276
|
};
|
|
1260
1277
|
}
|
|
1261
|
-
}),
|
|
1278
|
+
}), Ys = /* @__PURE__ */ I({
|
|
1262
1279
|
__name: "index",
|
|
1263
1280
|
props: {
|
|
1264
1281
|
node: {},
|
|
@@ -1274,47 +1291,47 @@ const Us = /* @__PURE__ */ be(Ks, [["render", js]]), Zs = /* @__PURE__ */ I({
|
|
|
1274
1291
|
}, null, 8, ["disabled", "readonly"]);
|
|
1275
1292
|
};
|
|
1276
1293
|
}
|
|
1277
|
-
}),
|
|
1294
|
+
}), Js = /* @__PURE__ */ I({
|
|
1278
1295
|
__name: "index",
|
|
1279
1296
|
props: {
|
|
1280
1297
|
node: {},
|
|
1281
1298
|
outer: { type: Boolean }
|
|
1282
1299
|
},
|
|
1283
1300
|
setup(t) {
|
|
1284
|
-
const e = t, i = B(), s = n(() => e.node.settings?.closable), l = n(() => e.node.settings?.color), { color: o } = j(i, l), r = n(() => e.node.settings?.density), a = n(() => e.node.settings?.disabled), d = n(() => e.node.settings?.draggable),
|
|
1285
|
-
return (
|
|
1286
|
-
const
|
|
1287
|
-
return V(), S(
|
|
1301
|
+
const e = t, i = B(), s = n(() => e.node.settings?.closable), l = n(() => e.node.settings?.color), { color: o } = j(i, l), r = n(() => e.node.settings?.density), a = n(() => e.node.settings?.disabled), d = n(() => e.node.settings?.draggable), c = n(() => e.node.settings?.filter), u = n(() => e.node.settings?.label), m = n(() => e.node.settings?.size), p = n(() => e.node.settings?.text), y = n(() => i.value ? "dark" : "light"), x = n(() => e.node.settings?.tile), f = n(() => e.node.settings?.value), _ = n(() => e.node.settings?.variant);
|
|
1302
|
+
return (k, b) => {
|
|
1303
|
+
const g = T("v-chip");
|
|
1304
|
+
return V(), S(g, {
|
|
1288
1305
|
closable: s.value,
|
|
1289
1306
|
color: D(o),
|
|
1290
1307
|
density: r.value,
|
|
1291
1308
|
disabled: a.value,
|
|
1292
1309
|
draggable: d.value,
|
|
1293
|
-
filter:
|
|
1310
|
+
filter: c.value,
|
|
1294
1311
|
label: u.value,
|
|
1295
|
-
size:
|
|
1312
|
+
size: m.value,
|
|
1296
1313
|
text: p.value,
|
|
1297
1314
|
theme: y.value,
|
|
1298
|
-
tile:
|
|
1315
|
+
tile: x.value,
|
|
1299
1316
|
value: f.value,
|
|
1300
|
-
variant:
|
|
1317
|
+
variant: _.value
|
|
1301
1318
|
}, null, 8, ["closable", "color", "density", "disabled", "draggable", "filter", "label", "size", "text", "theme", "tile", "value", "variant"]);
|
|
1302
1319
|
};
|
|
1303
1320
|
}
|
|
1304
|
-
}),
|
|
1321
|
+
}), Qs = /* @__PURE__ */ I({
|
|
1305
1322
|
__name: "index",
|
|
1306
1323
|
props: {
|
|
1307
1324
|
node: {},
|
|
1308
1325
|
outer: { type: Boolean }
|
|
1309
1326
|
},
|
|
1310
1327
|
setup(t) {
|
|
1311
|
-
const e = t, i = B(), s = n(() => e.node.settings?.column), l = n(() => e.node.settings?.direction), o = n(() => e.node.settings?.disabled), r = n(() => e.node.settings?.filter), a = n(() => e.node.settings?.mandatory), d = n(() => e.node.settings?.value),
|
|
1328
|
+
const e = t, i = B(), s = n(() => e.node.settings?.column), l = n(() => e.node.settings?.direction), o = n(() => e.node.settings?.disabled), r = n(() => e.node.settings?.filter), a = n(() => e.node.settings?.mandatory), d = n(() => e.node.settings?.value), c = (y) => {
|
|
1312
1329
|
if (!e.node.settings)
|
|
1313
1330
|
return;
|
|
1314
|
-
const { settings:
|
|
1315
|
-
|
|
1316
|
-
}, u = n(() => e.node.settings?.multiple),
|
|
1317
|
-
return (y,
|
|
1331
|
+
const { settings: x } = e.node;
|
|
1332
|
+
x.value = y;
|
|
1333
|
+
}, u = n(() => e.node.settings?.multiple), m = n(() => e.node.settings?.showArrows), p = n(() => i.value ? "dark" : "light");
|
|
1334
|
+
return (y, x) => {
|
|
1318
1335
|
const f = T("v-chip-group");
|
|
1319
1336
|
return V(), S(f, {
|
|
1320
1337
|
column: s.value,
|
|
@@ -1324,9 +1341,9 @@ const Us = /* @__PURE__ */ be(Ks, [["render", js]]), Zs = /* @__PURE__ */ I({
|
|
|
1324
1341
|
mandatory: a.value,
|
|
1325
1342
|
"model-value": d.value,
|
|
1326
1343
|
multiple: u.value,
|
|
1327
|
-
"show-arrows":
|
|
1344
|
+
"show-arrows": m.value,
|
|
1328
1345
|
theme: p.value,
|
|
1329
|
-
"onUpdate:modelValue":
|
|
1346
|
+
"onUpdate:modelValue": c
|
|
1330
1347
|
}, {
|
|
1331
1348
|
default: E(() => [
|
|
1332
1349
|
M(y.$slots, "default")
|
|
@@ -1335,7 +1352,7 @@ const Us = /* @__PURE__ */ be(Ks, [["render", js]]), Zs = /* @__PURE__ */ I({
|
|
|
1335
1352
|
}, 8, ["column", "direction", "disabled", "filter", "mandatory", "model-value", "multiple", "show-arrows", "theme"]);
|
|
1336
1353
|
};
|
|
1337
1354
|
}
|
|
1338
|
-
}),
|
|
1355
|
+
}), el = /* @__PURE__ */ I({
|
|
1339
1356
|
__name: "index",
|
|
1340
1357
|
props: {
|
|
1341
1358
|
node: {},
|
|
@@ -1343,42 +1360,42 @@ const Us = /* @__PURE__ */ be(Ks, [["render", js]]), Zs = /* @__PURE__ */ I({
|
|
|
1343
1360
|
},
|
|
1344
1361
|
setup(t) {
|
|
1345
1362
|
const e = t, i = F(), s = Q(), l = B(), o = ee(), r = te(), { applySize: a } = se(i, s, e), d = n(() => {
|
|
1346
|
-
const
|
|
1347
|
-
return o === "page" ? b === "common" ? a(
|
|
1348
|
-
}),
|
|
1349
|
-
return (
|
|
1350
|
-
const
|
|
1351
|
-
return V(), S(
|
|
1352
|
-
disabled:
|
|
1363
|
+
const k = {}, b = r.value.type;
|
|
1364
|
+
return o === "page" ? b === "common" ? a(k) : console.assert(!1) : o === "comp" && b === "common" ? a(k) : console.assert(!1), k;
|
|
1365
|
+
}), c = n(() => e.node.settings?.disabled), u = n(() => e.node.settings?.hideCanvas), m = n(() => e.node.settings?.hideHeader), p = n(() => e.node.settings?.hideInputs), y = n(() => e.node.settings?.hideSliders), x = n(() => e.node.settings?.landscape), f = n(() => e.node.settings?.showSwatches), _ = n(() => l.value ? "dark" : "light");
|
|
1366
|
+
return (k, b) => {
|
|
1367
|
+
const g = T("v-color-picker");
|
|
1368
|
+
return V(), S(g, {
|
|
1369
|
+
disabled: c.value,
|
|
1353
1370
|
"hide-canvas": u.value,
|
|
1354
|
-
"hide-header":
|
|
1371
|
+
"hide-header": m.value,
|
|
1355
1372
|
"hide-inputs": p.value,
|
|
1356
1373
|
"hide-sliders": y.value,
|
|
1357
|
-
landscape:
|
|
1374
|
+
landscape: x.value,
|
|
1358
1375
|
"show-swatches": f.value,
|
|
1359
1376
|
style: ue(d.value),
|
|
1360
|
-
theme:
|
|
1377
|
+
theme: _.value
|
|
1361
1378
|
}, null, 8, ["disabled", "hide-canvas", "hide-header", "hide-inputs", "hide-sliders", "landscape", "show-swatches", "style", "theme"]);
|
|
1362
1379
|
};
|
|
1363
1380
|
}
|
|
1364
|
-
}),
|
|
1381
|
+
}), tl = { key: 0 }, nl = /* @__PURE__ */ I({
|
|
1365
1382
|
__name: "index",
|
|
1366
1383
|
props: {
|
|
1367
1384
|
node: {},
|
|
1368
1385
|
outer: { type: Boolean }
|
|
1369
1386
|
},
|
|
1370
1387
|
setup(t) {
|
|
1371
|
-
const e = t, i = F(), s = B(), l = n(() => e.node.settings?.hideDetails), o = n(() => e.node.settings?.label), r = n(() => e.node.settings?.value), a = n(() => e.node.settings?.placeholder), d = n(() => i !== "runtime" ? !0 : e.node.settings?.readonly),
|
|
1372
|
-
return (
|
|
1388
|
+
const e = t, i = F(), s = B(), l = n(() => e.node.settings?.hideDetails), o = n(() => e.node.settings?.label), r = n(() => e.node.settings?.value), a = n(() => e.node.settings?.placeholder), d = n(() => i !== "runtime" ? !0 : e.node.settings?.readonly), c = n(() => e.node.settings?.singleLine), u = n(() => s.value ? "dark" : "light");
|
|
1389
|
+
return (m, p) => {
|
|
1373
1390
|
const y = T("v-combobox");
|
|
1374
|
-
return D(i) === "editor" ? (V(), q("div",
|
|
1391
|
+
return D(i) === "editor" ? (V(), q("div", tl, [
|
|
1375
1392
|
Z(y, {
|
|
1376
1393
|
"hide-details": l.value,
|
|
1377
1394
|
label: o.value,
|
|
1378
1395
|
"model-value": r.value,
|
|
1379
1396
|
placeholder: a.value,
|
|
1380
1397
|
readonly: d.value,
|
|
1381
|
-
"single-line":
|
|
1398
|
+
"single-line": c.value,
|
|
1382
1399
|
theme: u.value
|
|
1383
1400
|
}, null, 8, ["hide-details", "label", "model-value", "placeholder", "readonly", "single-line", "theme"])
|
|
1384
1401
|
])) : (V(), S(y, {
|
|
@@ -1388,77 +1405,77 @@ const Us = /* @__PURE__ */ be(Ks, [["render", js]]), Zs = /* @__PURE__ */ I({
|
|
|
1388
1405
|
"model-value": r.value,
|
|
1389
1406
|
placeholder: a.value,
|
|
1390
1407
|
readonly: d.value,
|
|
1391
|
-
"single-line":
|
|
1408
|
+
"single-line": c.value,
|
|
1392
1409
|
theme: u.value
|
|
1393
1410
|
}, null, 8, ["hide-details", "label", "model-value", "placeholder", "readonly", "single-line", "theme"]));
|
|
1394
1411
|
};
|
|
1395
1412
|
}
|
|
1396
|
-
}),
|
|
1413
|
+
}), il = /* @__PURE__ */ I({
|
|
1397
1414
|
__name: "index",
|
|
1398
1415
|
props: {
|
|
1399
1416
|
node: {},
|
|
1400
1417
|
outer: { type: Boolean }
|
|
1401
1418
|
},
|
|
1402
1419
|
setup(t) {
|
|
1403
|
-
const e = t, i = F(), s = Q(), l = B(), o = ee(), r = te(), a = n(() => e.node.settings?.backgroundColor), { color: d } = j(l, a), { applySize:
|
|
1404
|
-
const
|
|
1405
|
-
return o === "page" ? f === "common" ? (
|
|
1420
|
+
const e = t, i = F(), s = Q(), l = B(), o = ee(), r = te(), a = n(() => e.node.settings?.backgroundColor), { color: d } = j(l, a), { applySize: c } = se(i, s, e), { applyMargin: u } = Ut(e), { applyPadding: m } = Zt(e), { applyBorder: p } = jt(l, e), y = n(() => {
|
|
1421
|
+
const x = {}, f = r.value.type;
|
|
1422
|
+
return o === "page" ? f === "common" ? (c(x), u(x), m(x), p(x), d.value && (x.backgroundColor = d.value)) : console.assert(!1) : o === "comp" && f === "common" ? (c(x), u(x), m(x), p(x), d.value && (x.backgroundColor = d.value)) : console.assert(!1), x;
|
|
1406
1423
|
});
|
|
1407
|
-
return (
|
|
1424
|
+
return (x, f) => (V(), q("div", {
|
|
1408
1425
|
style: ue(y.value)
|
|
1409
1426
|
}, [
|
|
1410
|
-
M(
|
|
1427
|
+
M(x.$slots, "default")
|
|
1411
1428
|
], 4));
|
|
1412
1429
|
}
|
|
1413
|
-
}),
|
|
1430
|
+
}), ol = /* @__PURE__ */ I({
|
|
1414
1431
|
__name: "index",
|
|
1415
1432
|
props: {
|
|
1416
1433
|
node: {},
|
|
1417
1434
|
outer: { type: Boolean }
|
|
1418
1435
|
},
|
|
1419
1436
|
setup(t) {
|
|
1420
|
-
const e = t, i = B(), s = n(() => e.node.settings?.density), l = n(() => e.node.settings?.fixedFooter), o = n(() => e.node.settings?.fixedHeader), r = n(() => e.node.settings?.headers), a = n(() => e.node.size?.height), d = n(() => e.node.settings?.hover),
|
|
1437
|
+
const e = t, i = B(), s = n(() => e.node.settings?.density), l = n(() => e.node.settings?.fixedFooter), o = n(() => e.node.settings?.fixedHeader), r = n(() => e.node.settings?.headers), a = n(() => e.node.size?.height), d = n(() => e.node.settings?.hover), c = n(() => {
|
|
1421
1438
|
const f = e.node.settings?.data;
|
|
1422
1439
|
return typeof f == "string" ? JSON.parse(f) : f;
|
|
1423
|
-
}), u = n(() => e.node.settings?.loading),
|
|
1440
|
+
}), u = n(() => e.node.settings?.loading), m = n(() => e.node.settings?.multiSort), p = n(() => i.value ? "dark" : "light"), y = n(() => e.node.size?.width), x = n(() => {
|
|
1424
1441
|
const f = [];
|
|
1425
|
-
return (e.node.slots?.items ?? []).forEach((
|
|
1426
|
-
|
|
1442
|
+
return (e.node.slots?.items ?? []).forEach((k) => {
|
|
1443
|
+
k.column && k.comp && f.push(k);
|
|
1427
1444
|
}), f;
|
|
1428
1445
|
});
|
|
1429
|
-
return (f,
|
|
1430
|
-
const
|
|
1431
|
-
return V(), S(
|
|
1446
|
+
return (f, _) => {
|
|
1447
|
+
const k = T("v-data-table");
|
|
1448
|
+
return V(), S(k, {
|
|
1432
1449
|
density: s.value,
|
|
1433
1450
|
"fixed-header": o.value,
|
|
1434
1451
|
"fixed-footer": l.value,
|
|
1435
1452
|
headers: r.value,
|
|
1436
1453
|
height: a.value,
|
|
1437
1454
|
hover: d.value,
|
|
1438
|
-
items:
|
|
1455
|
+
items: c.value,
|
|
1439
1456
|
loading: u.value,
|
|
1440
|
-
"multi-sort":
|
|
1457
|
+
"multi-sort": m.value,
|
|
1441
1458
|
theme: p.value,
|
|
1442
1459
|
width: y.value
|
|
1443
1460
|
}, we({ _: 2 }, [
|
|
1444
|
-
Ui(
|
|
1461
|
+
Ui(x.value, (b) => ({
|
|
1445
1462
|
name: `item.${b.column}`,
|
|
1446
|
-
fn: E(({ value:
|
|
1463
|
+
fn: E(({ value: g }) => [
|
|
1447
1464
|
Z(J, {
|
|
1448
1465
|
"ref-context": { refid: b.comp },
|
|
1449
|
-
state: { value:
|
|
1466
|
+
state: { value: g }
|
|
1450
1467
|
}, null, 8, ["ref-context", "state"])
|
|
1451
1468
|
])
|
|
1452
1469
|
}))
|
|
1453
1470
|
]), 1032, ["density", "fixed-header", "fixed-footer", "headers", "height", "hover", "items", "loading", "multi-sort", "theme", "width"]);
|
|
1454
1471
|
};
|
|
1455
1472
|
}
|
|
1456
|
-
}),
|
|
1457
|
-
function
|
|
1473
|
+
}), sl = {};
|
|
1474
|
+
function ll(t, e) {
|
|
1458
1475
|
const i = T("v-date-picker");
|
|
1459
1476
|
return V(), S(i);
|
|
1460
1477
|
}
|
|
1461
|
-
const
|
|
1478
|
+
const rl = /* @__PURE__ */ be(sl, [["render", ll]]), al = ["id"], ul = /* @__PURE__ */ I({
|
|
1462
1479
|
__name: "index",
|
|
1463
1480
|
props: {
|
|
1464
1481
|
node: {},
|
|
@@ -1469,11 +1486,11 @@ const ll = /* @__PURE__ */ be(ol, [["render", sl]]), rl = ["id"], al = /* @__PUR
|
|
|
1469
1486
|
return Ai(s, e, (a) => {
|
|
1470
1487
|
if (i !== "runtime" || !s.interpreter)
|
|
1471
1488
|
return;
|
|
1472
|
-
const { name:
|
|
1473
|
-
|
|
1489
|
+
const { name: c } = a;
|
|
1490
|
+
c === "open" ? o.value = !0 : c === "close" && (o.value = !1);
|
|
1474
1491
|
}), (a, d) => {
|
|
1475
|
-
const
|
|
1476
|
-
return V(), S(
|
|
1492
|
+
const c = T("v-dialog");
|
|
1493
|
+
return V(), S(c, {
|
|
1477
1494
|
modelValue: D(o),
|
|
1478
1495
|
"onUpdate:modelValue": d[0] || (d[0] = (u) => oi(o) ? o.value = u : null),
|
|
1479
1496
|
attach: "#dialogContainer"
|
|
@@ -1482,7 +1499,7 @@ const ll = /* @__PURE__ */ be(ol, [["render", sl]]), rl = ["id"], al = /* @__PUR
|
|
|
1482
1499
|
D(i) === "editor" ? (V(), q("div", {
|
|
1483
1500
|
key: 0,
|
|
1484
1501
|
id: `__node__@${l.value}`
|
|
1485
|
-
}, null, 8,
|
|
1502
|
+
}, null, 8, al)) : si("", !0)
|
|
1486
1503
|
]),
|
|
1487
1504
|
default: E(() => [
|
|
1488
1505
|
M(a.$slots, "default")
|
|
@@ -1491,15 +1508,15 @@ const ll = /* @__PURE__ */ be(ol, [["render", sl]]), rl = ["id"], al = /* @__PUR
|
|
|
1491
1508
|
}, 8, ["modelValue"]);
|
|
1492
1509
|
};
|
|
1493
1510
|
}
|
|
1494
|
-
}),
|
|
1511
|
+
}), dl = /* @__PURE__ */ I({
|
|
1495
1512
|
__name: "index",
|
|
1496
1513
|
props: {
|
|
1497
1514
|
node: {},
|
|
1498
1515
|
outer: { type: Boolean }
|
|
1499
1516
|
},
|
|
1500
1517
|
setup(t) {
|
|
1501
|
-
const e = t, i = F(), s = n(() => e.node.settings?.chips), l = n(() => e.node.settings?.density), o = n(() => e.node.settings?.direction), r = n(() => e.node.settings?.disabled), a = n(() => e.node.settings?.label), d = n(() => e.node.settings?.loading),
|
|
1502
|
-
return (y,
|
|
1518
|
+
const e = t, i = F(), s = n(() => e.node.settings?.chips), l = n(() => e.node.settings?.density), o = n(() => e.node.settings?.direction), r = n(() => e.node.settings?.disabled), a = n(() => e.node.settings?.label), d = n(() => e.node.settings?.loading), c = n(() => e.node.settings?.multiple), u = n(() => i !== "runtime" ? !0 : e.node.settings?.readonly), m = n(() => e.node.settings?.reverse), p = n(() => e.node.settings?.singleLine);
|
|
1519
|
+
return (y, x) => {
|
|
1503
1520
|
const f = T("v-file-input");
|
|
1504
1521
|
return V(), S(f, {
|
|
1505
1522
|
chips: s.value,
|
|
@@ -1508,58 +1525,58 @@ const ll = /* @__PURE__ */ be(ol, [["render", sl]]), rl = ["id"], al = /* @__PUR
|
|
|
1508
1525
|
disabled: r.value,
|
|
1509
1526
|
label: a.value,
|
|
1510
1527
|
loading: d.value,
|
|
1511
|
-
multiple:
|
|
1528
|
+
multiple: c.value,
|
|
1512
1529
|
readonly: u.value,
|
|
1513
|
-
reverse:
|
|
1530
|
+
reverse: m.value,
|
|
1514
1531
|
"single-line": p.value
|
|
1515
1532
|
}, null, 8, ["chips", "density", "direction", "disabled", "label", "loading", "multiple", "readonly", "reverse", "single-line"]);
|
|
1516
1533
|
};
|
|
1517
1534
|
}
|
|
1518
|
-
}),
|
|
1535
|
+
}), cl = /* @__PURE__ */ I({
|
|
1519
1536
|
__name: "index",
|
|
1520
1537
|
props: {
|
|
1521
1538
|
node: {},
|
|
1522
1539
|
outer: { type: Boolean }
|
|
1523
1540
|
},
|
|
1524
1541
|
setup(t) {
|
|
1525
|
-
const e = t, i = F(), s = Q(), l = B(), o = ee(), r = te(), { applySize: a } = se(i, s, e), { applyMargin: d } = Ut(e), { applyPadding:
|
|
1542
|
+
const e = t, i = F(), s = Q(), l = B(), o = ee(), r = te(), { applySize: a } = se(i, s, e), { applyMargin: d } = Ut(e), { applyPadding: c } = Zt(e), { applyBorder: u } = jt(l, e), m = n(() => e.node.settings?.backgroundColor), { color: p } = j(l, m), y = (f) => {
|
|
1526
1543
|
p.value && (f.backgroundColor = p.value), f.display = "flex";
|
|
1527
|
-
const
|
|
1528
|
-
|
|
1529
|
-
const b = ve(
|
|
1544
|
+
const _ = xi(s.value.width), k = ve(_, e.node.settings?.direction);
|
|
1545
|
+
k === "row" ? f.flexDirection = "row" : k === "rowReverse" ? f.flexDirection = "row-reverse" : k === "column" ? f.flexDirection = "column" : k === "columnReverse" && (f.flexDirection = "column-reverse");
|
|
1546
|
+
const b = ve(_, e.node.settings?.wrap);
|
|
1530
1547
|
b === "no" ? f.flexWrap = "nowrap" : b === "yes" ? f.flexWrap = "wrap" : b === "reverse" && (f.flexWrap = "wrap-reverse");
|
|
1531
|
-
const
|
|
1532
|
-
|
|
1533
|
-
const
|
|
1534
|
-
|
|
1535
|
-
},
|
|
1536
|
-
const f = {},
|
|
1537
|
-
return o === "page" ?
|
|
1548
|
+
const g = ve(_, e.node.settings?.mainAlign);
|
|
1549
|
+
g === "start" ? f.justifyContent = "flex-start" : g === "end" ? f.justifyContent = "flex-end" : g === "center" ? f.justifyContent = "center" : g === "spaceBetween" ? f.justifyContent = "space-between" : g === "spaceAround" ? f.justifyContent = "space-around" : g === "spaceEvenly" && (f.justifyContent = "space-evenly");
|
|
1550
|
+
const h = ve(_, e.node.settings?.crossAlign);
|
|
1551
|
+
h === "start" ? f.alignItems = "flex-start" : h === "end" ? f.alignItems = "flex-end" : h === "center" ? f.alignItems = "center" : h === "baseline" ? f.alignItems = "baseline" : h === "stretch" && (f.alignItems = "stretch");
|
|
1552
|
+
}, x = n(() => {
|
|
1553
|
+
const f = {}, _ = r.value.type;
|
|
1554
|
+
return o === "page" ? _ === "common" ? (a(f), d(f), c(f), u(f), y(f)) : console.assert(!1) : o === "comp" && _ === "common" ? (a(f), d(f), c(f), u(f), y(f)) : console.assert(!1), f;
|
|
1538
1555
|
});
|
|
1539
|
-
return (f,
|
|
1540
|
-
style: ue(
|
|
1556
|
+
return (f, _) => (V(), q("div", {
|
|
1557
|
+
style: ue(x.value)
|
|
1541
1558
|
}, [
|
|
1542
1559
|
M(f.$slots, "default")
|
|
1543
1560
|
], 4));
|
|
1544
1561
|
}
|
|
1545
|
-
}),
|
|
1562
|
+
}), ml = /* @__PURE__ */ I({
|
|
1546
1563
|
__name: "index",
|
|
1547
1564
|
props: {
|
|
1548
1565
|
node: {},
|
|
1549
1566
|
outer: { type: Boolean }
|
|
1550
1567
|
},
|
|
1551
1568
|
setup(t) {
|
|
1552
|
-
const e = t, i = F(), s = Q(), l = ee(), o = te(), { applySize: r } = se(i, s, e), a = n(() => e.node.settings?.grow), d = n(() => e.node.settings?.shrink),
|
|
1553
|
-
const u = {},
|
|
1554
|
-
return l === "page" ?
|
|
1569
|
+
const e = t, i = F(), s = Q(), l = ee(), o = te(), { applySize: r } = se(i, s, e), a = n(() => e.node.settings?.grow), d = n(() => e.node.settings?.shrink), c = n(() => {
|
|
1570
|
+
const u = {}, m = o.value.type;
|
|
1571
|
+
return l === "page" ? m === "common" ? (r(u), u.flexGrow = a.value ? 1 : 0, u.flexShrink = d.value ? 1 : 0) : console.assert(!1) : l === "comp" && m === "common" ? (r(u), u.flexGrow = a.value ? 1 : 0, u.flexShrink = d.value ? 1 : 0) : console.assert(!1), u;
|
|
1555
1572
|
});
|
|
1556
|
-
return (u,
|
|
1557
|
-
style: ue(
|
|
1573
|
+
return (u, m) => (V(), q("div", {
|
|
1574
|
+
style: ue(c.value)
|
|
1558
1575
|
}, [
|
|
1559
1576
|
M(u.$slots, "default")
|
|
1560
1577
|
], 4));
|
|
1561
1578
|
}
|
|
1562
|
-
}),
|
|
1579
|
+
}), pl = /* @__PURE__ */ I({
|
|
1563
1580
|
__name: "index",
|
|
1564
1581
|
props: {
|
|
1565
1582
|
node: {},
|
|
@@ -1571,26 +1588,26 @@ const ll = /* @__PURE__ */ be(ol, [["render", sl]]), rl = ["id"], al = /* @__PUR
|
|
|
1571
1588
|
set: (b) => {
|
|
1572
1589
|
e.node.settings && (e.node.settings.valid = !!b);
|
|
1573
1590
|
}
|
|
1574
|
-
}),
|
|
1575
|
-
const b = {},
|
|
1576
|
-
return o === "page" ?
|
|
1577
|
-
}),
|
|
1591
|
+
}), c = n(() => e.node.settings?.fastFail), { applySize: u } = se(i, s, e), { applyMargin: m } = Ut(e), { applyPadding: p } = Zt(e), { applyBorder: y } = jt(l, e), x = n(() => e.node.settings?.backgroundColor), { color: f } = j(l, x), _ = n(() => {
|
|
1592
|
+
const b = {}, g = r.value.type;
|
|
1593
|
+
return o === "page" ? g === "common" ? (u(b), m(b), p(b), y(b), f.value && (b.backgroundColor = f.value)) : console.assert(!1) : o === "comp" && g === "common" ? (u(b), m(b), p(b), y(b), f.value && (b.backgroundColor = f.value)) : console.assert(!1), b;
|
|
1594
|
+
}), k = () => {
|
|
1578
1595
|
if (i !== "runtime")
|
|
1579
1596
|
return;
|
|
1580
1597
|
const b = a.interpreter;
|
|
1581
1598
|
if (!b)
|
|
1582
1599
|
return;
|
|
1583
|
-
const
|
|
1584
|
-
b.appendCode(`__triggerEvent__('${
|
|
1600
|
+
const g = b.nativeToPseudo(e.node.basic.id);
|
|
1601
|
+
b.appendCode(`__triggerEvent__('${g}', 'submit')`), b.run();
|
|
1585
1602
|
};
|
|
1586
|
-
return (b,
|
|
1587
|
-
const
|
|
1588
|
-
return V(), S(
|
|
1603
|
+
return (b, g) => {
|
|
1604
|
+
const h = T("v-form");
|
|
1605
|
+
return V(), S(h, {
|
|
1589
1606
|
modelValue: d.value,
|
|
1590
|
-
"onUpdate:modelValue":
|
|
1591
|
-
style: ue(
|
|
1592
|
-
"fast-fail":
|
|
1593
|
-
onSubmit: Zi(
|
|
1607
|
+
"onUpdate:modelValue": g[0] || (g[0] = (w) => d.value = w),
|
|
1608
|
+
style: ue(_.value),
|
|
1609
|
+
"fast-fail": c.value,
|
|
1610
|
+
onSubmit: Zi(k, ["prevent"])
|
|
1594
1611
|
}, {
|
|
1595
1612
|
default: E(() => [
|
|
1596
1613
|
M(b.$slots, "default")
|
|
@@ -1599,7 +1616,7 @@ const ll = /* @__PURE__ */ be(ol, [["render", sl]]), rl = ["id"], al = /* @__PUR
|
|
|
1599
1616
|
}, 8, ["modelValue", "style", "fast-fail"]);
|
|
1600
1617
|
};
|
|
1601
1618
|
}
|
|
1602
|
-
}),
|
|
1619
|
+
}), fl = /* @__PURE__ */ I({
|
|
1603
1620
|
__name: "index",
|
|
1604
1621
|
props: {
|
|
1605
1622
|
node: {},
|
|
@@ -1607,9 +1624,9 @@ const ll = /* @__PURE__ */ be(ol, [["render", sl]]), rl = ["id"], al = /* @__PUR
|
|
|
1607
1624
|
},
|
|
1608
1625
|
setup(t) {
|
|
1609
1626
|
const e = t, i = B(), s = n(() => e.node.settings?.color), { color: l } = j(i, s), o = n(() => e.node.settings?.disabled), r = n(() => e.node.settings?.icon), a = n(() => e.node.settings?.size), d = n(() => i.value ? "dark" : "light");
|
|
1610
|
-
return (
|
|
1611
|
-
const
|
|
1612
|
-
return V(), S(
|
|
1627
|
+
return (c, u) => {
|
|
1628
|
+
const m = T("v-icon");
|
|
1629
|
+
return V(), S(m, {
|
|
1613
1630
|
color: D(l),
|
|
1614
1631
|
disabled: o.value,
|
|
1615
1632
|
icon: r.value,
|
|
@@ -1618,7 +1635,7 @@ const ll = /* @__PURE__ */ be(ol, [["render", sl]]), rl = ["id"], al = /* @__PUR
|
|
|
1618
1635
|
}, null, 8, ["color", "disabled", "icon", "size", "theme"]);
|
|
1619
1636
|
};
|
|
1620
1637
|
}
|
|
1621
|
-
}),
|
|
1638
|
+
}), bl = ["id"], vl = /* @__PURE__ */ I({
|
|
1622
1639
|
__name: "index",
|
|
1623
1640
|
props: {
|
|
1624
1641
|
node: {},
|
|
@@ -1629,16 +1646,16 @@ const ll = /* @__PURE__ */ be(ol, [["render", sl]]), rl = ["id"], al = /* @__PUR
|
|
|
1629
1646
|
return Ai(s, e, (u) => {
|
|
1630
1647
|
if (i !== "runtime")
|
|
1631
1648
|
return;
|
|
1632
|
-
const
|
|
1633
|
-
if (!
|
|
1649
|
+
const m = s.interpreter;
|
|
1650
|
+
if (!m)
|
|
1634
1651
|
return;
|
|
1635
1652
|
const { name: p } = u;
|
|
1636
|
-
p === "open" ? (l.value =
|
|
1637
|
-
}), (u,
|
|
1653
|
+
p === "open" ? (l.value = m.getProperty(m.globalObject, "__pointerPosX__"), o.value = m.getProperty(m.globalObject, "__pointerPosY__"), d.value = !0) : p === "close" && (d.value = !1);
|
|
1654
|
+
}), (u, m) => {
|
|
1638
1655
|
const p = T("v-menu");
|
|
1639
1656
|
return V(), S(p, {
|
|
1640
1657
|
modelValue: D(d),
|
|
1641
|
-
"onUpdate:modelValue":
|
|
1658
|
+
"onUpdate:modelValue": m[0] || (m[0] = (y) => oi(d) ? d.value = y : null),
|
|
1642
1659
|
"location-strategy": "connected",
|
|
1643
1660
|
target: r.value,
|
|
1644
1661
|
attach: "menuContainer",
|
|
@@ -1648,7 +1665,7 @@ const ll = /* @__PURE__ */ be(ol, [["render", sl]]), rl = ["id"], al = /* @__PUR
|
|
|
1648
1665
|
D(i) === "editor" ? (V(), q("div", {
|
|
1649
1666
|
key: 0,
|
|
1650
1667
|
id: `__node__@${a.value}`
|
|
1651
|
-
}, null, 8,
|
|
1668
|
+
}, null, 8, bl)) : si("", !0)
|
|
1652
1669
|
]),
|
|
1653
1670
|
default: E(() => [
|
|
1654
1671
|
M(u.$slots, "default")
|
|
@@ -1657,14 +1674,14 @@ const ll = /* @__PURE__ */ be(ol, [["render", sl]]), rl = ["id"], al = /* @__PUR
|
|
|
1657
1674
|
}, 8, ["modelValue", "target"]);
|
|
1658
1675
|
};
|
|
1659
1676
|
}
|
|
1660
|
-
}),
|
|
1677
|
+
}), yl = /* @__PURE__ */ I({
|
|
1661
1678
|
__name: "index",
|
|
1662
1679
|
props: {
|
|
1663
1680
|
node: {},
|
|
1664
1681
|
outer: { type: Boolean }
|
|
1665
1682
|
},
|
|
1666
1683
|
setup(t) {
|
|
1667
|
-
const e = t, i = F(), s = B(), l = n(() => e.node.settings?.addIcon?.append), o = n(() => e.node.settings?.addIcon?.appendInner), r = n(() => e.node.settings?.clearable), a = n(() => e.node.settings?.hideDetails), d = n(() => e.node.settings?.label),
|
|
1684
|
+
const e = t, i = F(), s = B(), l = n(() => e.node.settings?.addIcon?.append), o = n(() => e.node.settings?.addIcon?.appendInner), r = n(() => e.node.settings?.clearable), a = n(() => e.node.settings?.hideDetails), d = n(() => e.node.settings?.label), c = n(() => e.node.settings?.loading), u = n(() => e.node.settings?.max), m = n(() => e.node.size?.maxWidth), p = n(() => e.node.settings?.min), y = n(() => e.node.size?.minWidth), x = n(() => e.node.settings?.value), f = n(() => e.node.settings?.placeholder), _ = n(() => e.node.settings?.precision), k = n(() => e.node.settings?.prefix), b = n(() => e.node.settings?.addIcon?.prepend), g = n(() => e.node.settings?.addIcon?.prependInner), h = n(() => i !== "runtime" ? !0 : e.node.settings?.readonly), w = n(() => e.node.settings?.reverse), A = n(() => e.node.settings?.singleLine), z = n(() => e.node.settings?.step), W = n(() => e.node.settings?.suffix), $ = n(() => s.value ? "dark" : "light"), O = n(() => e.node.settings?.variant), Y = n(() => e.node.size?.width);
|
|
1668
1685
|
return (K, X) => {
|
|
1669
1686
|
const ne = T("v-number-input");
|
|
1670
1687
|
return V(), S(ne, {
|
|
@@ -1673,37 +1690,37 @@ const ll = /* @__PURE__ */ be(ol, [["render", sl]]), rl = ["id"], al = /* @__PUR
|
|
|
1673
1690
|
clearable: r.value,
|
|
1674
1691
|
"hide-details": a.value,
|
|
1675
1692
|
label: d.value,
|
|
1676
|
-
loading:
|
|
1693
|
+
loading: c.value,
|
|
1677
1694
|
max: u.value,
|
|
1678
|
-
"max-width":
|
|
1695
|
+
"max-width": m.value,
|
|
1679
1696
|
min: p.value,
|
|
1680
1697
|
"min-width": y.value,
|
|
1681
|
-
"model-value":
|
|
1698
|
+
"model-value": x.value,
|
|
1682
1699
|
placeholder: f.value,
|
|
1683
|
-
precision:
|
|
1684
|
-
prefix:
|
|
1700
|
+
precision: _.value,
|
|
1701
|
+
prefix: k.value,
|
|
1685
1702
|
"prepend-icon": b.value,
|
|
1686
|
-
"prepend-inner-icon":
|
|
1687
|
-
readonly:
|
|
1688
|
-
reverse:
|
|
1689
|
-
"single-line":
|
|
1703
|
+
"prepend-inner-icon": g.value,
|
|
1704
|
+
readonly: h.value,
|
|
1705
|
+
reverse: w.value,
|
|
1706
|
+
"single-line": A.value,
|
|
1690
1707
|
step: z.value,
|
|
1691
1708
|
suffix: W.value,
|
|
1692
1709
|
theme: $.value,
|
|
1693
|
-
variant:
|
|
1710
|
+
variant: O.value,
|
|
1694
1711
|
width: Y.value
|
|
1695
1712
|
}, null, 8, ["append-icon", "append-inner-icon", "clearable", "hide-details", "label", "loading", "max", "max-width", "min", "min-width", "model-value", "placeholder", "precision", "prefix", "prepend-icon", "prepend-inner-icon", "readonly", "reverse", "single-line", "step", "suffix", "theme", "variant", "width"]);
|
|
1696
1713
|
};
|
|
1697
1714
|
}
|
|
1698
|
-
}),
|
|
1715
|
+
}), hl = /* @__PURE__ */ I({
|
|
1699
1716
|
__name: "index",
|
|
1700
1717
|
props: {
|
|
1701
1718
|
node: {},
|
|
1702
1719
|
outer: { type: Boolean }
|
|
1703
1720
|
},
|
|
1704
1721
|
setup(t) {
|
|
1705
|
-
const e = t, i = B(), s = n(() => e.node.settings?.density), l = n(() => e.node.settings?.disabled), o = n(() => e.node.settings?.length), r = n(() => e.node.settings?.value), a = n(() => e.node.settings?.showFirstLastPage), d = n(() => e.node.settings?.size),
|
|
1706
|
-
return (y,
|
|
1722
|
+
const e = t, i = B(), s = n(() => e.node.settings?.density), l = n(() => e.node.settings?.disabled), o = n(() => e.node.settings?.length), r = n(() => e.node.settings?.value), a = n(() => e.node.settings?.showFirstLastPage), d = n(() => e.node.settings?.size), c = n(() => e.node.settings?.start), u = n(() => i.value ? "dark" : "light"), m = n(() => e.node.settings?.tile), p = n(() => e.node.settings?.variant);
|
|
1723
|
+
return (y, x) => {
|
|
1707
1724
|
const f = T("v-pagination");
|
|
1708
1725
|
return V(), S(f, {
|
|
1709
1726
|
density: s.value,
|
|
@@ -1712,22 +1729,22 @@ const ll = /* @__PURE__ */ be(ol, [["render", sl]]), rl = ["id"], al = /* @__PUR
|
|
|
1712
1729
|
"model-value": r.value,
|
|
1713
1730
|
"show-first-last-page": a.value,
|
|
1714
1731
|
size: d.value,
|
|
1715
|
-
start:
|
|
1732
|
+
start: c.value,
|
|
1716
1733
|
theme: u.value,
|
|
1717
|
-
tile:
|
|
1734
|
+
tile: m.value,
|
|
1718
1735
|
variant: p.value
|
|
1719
1736
|
}, null, 8, ["density", "disabled", "length", "model-value", "show-first-last-page", "size", "start", "theme", "tile", "variant"]);
|
|
1720
1737
|
};
|
|
1721
1738
|
}
|
|
1722
|
-
}),
|
|
1739
|
+
}), xl = /* @__PURE__ */ I({
|
|
1723
1740
|
__name: "index",
|
|
1724
1741
|
props: {
|
|
1725
1742
|
node: {},
|
|
1726
1743
|
outer: { type: Boolean }
|
|
1727
1744
|
},
|
|
1728
1745
|
setup(t) {
|
|
1729
|
-
const e = t, i = B(), s = n(() => e.node.settings?.color), { color: l } = j(i, s), o = n(() => e.node.settings?.density), r = n(() => e.node.settings?.disabled), a = n(() => e.node.settings?.label), d = n(() => e.node.settings?.readonly),
|
|
1730
|
-
return (
|
|
1746
|
+
const e = t, i = B(), s = n(() => e.node.settings?.color), { color: l } = j(i, s), o = n(() => e.node.settings?.density), r = n(() => e.node.settings?.disabled), a = n(() => e.node.settings?.label), d = n(() => e.node.settings?.readonly), c = n(() => i.value ? "dark" : "light"), u = n(() => e.node.settings?.value);
|
|
1747
|
+
return (m, p) => {
|
|
1731
1748
|
const y = T("v-radio");
|
|
1732
1749
|
return V(), S(y, {
|
|
1733
1750
|
color: D(l),
|
|
@@ -1735,33 +1752,33 @@ const ll = /* @__PURE__ */ be(ol, [["render", sl]]), rl = ["id"], al = /* @__PUR
|
|
|
1735
1752
|
disabled: r.value,
|
|
1736
1753
|
label: a.value,
|
|
1737
1754
|
readonly: d.value,
|
|
1738
|
-
theme:
|
|
1755
|
+
theme: c.value,
|
|
1739
1756
|
value: u.value
|
|
1740
1757
|
}, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
|
|
1741
1758
|
};
|
|
1742
1759
|
}
|
|
1743
|
-
}),
|
|
1760
|
+
}), gl = { key: 0 }, kl = /* @__PURE__ */ I({
|
|
1744
1761
|
__name: "index",
|
|
1745
1762
|
props: {
|
|
1746
1763
|
node: {},
|
|
1747
1764
|
outer: { type: Boolean }
|
|
1748
1765
|
},
|
|
1749
1766
|
setup(t) {
|
|
1750
|
-
const e = t, i = F(), s = B(), l = n(() => e.node.settings?.density), o = n(() => e.node.settings?.direction), r = n(() => e.node.settings?.disabled), a = n(() => e.node.settings?.inline), d = n(() => e.node.settings?.value),
|
|
1751
|
-
return (
|
|
1767
|
+
const e = t, i = F(), s = B(), l = n(() => e.node.settings?.density), o = n(() => e.node.settings?.direction), r = n(() => e.node.settings?.disabled), a = n(() => e.node.settings?.inline), d = n(() => e.node.settings?.value), c = n(() => e.node.settings?.readonly), u = n(() => s.value ? "dark" : "light");
|
|
1768
|
+
return (m, p) => {
|
|
1752
1769
|
const y = T("v-radio-group");
|
|
1753
|
-
return D(i) === "editor" ? (V(), q("div",
|
|
1770
|
+
return D(i) === "editor" ? (V(), q("div", gl, [
|
|
1754
1771
|
Z(y, {
|
|
1755
1772
|
density: l.value,
|
|
1756
1773
|
direction: o.value,
|
|
1757
1774
|
disabled: r.value,
|
|
1758
1775
|
inline: a.value,
|
|
1759
1776
|
"model-value": d.value,
|
|
1760
|
-
readonly:
|
|
1777
|
+
readonly: c.value,
|
|
1761
1778
|
theme: u.value
|
|
1762
1779
|
}, {
|
|
1763
1780
|
default: E(() => [
|
|
1764
|
-
M(
|
|
1781
|
+
M(m.$slots, "default")
|
|
1765
1782
|
]),
|
|
1766
1783
|
_: 3
|
|
1767
1784
|
}, 8, ["density", "direction", "disabled", "inline", "model-value", "readonly", "theme"])
|
|
@@ -1772,53 +1789,53 @@ const ll = /* @__PURE__ */ be(ol, [["render", sl]]), rl = ["id"], al = /* @__PUR
|
|
|
1772
1789
|
disabled: r.value,
|
|
1773
1790
|
inline: a.value,
|
|
1774
1791
|
"model-value": d.value,
|
|
1775
|
-
readonly:
|
|
1792
|
+
readonly: c.value,
|
|
1776
1793
|
theme: u.value
|
|
1777
1794
|
}, {
|
|
1778
1795
|
default: E(() => [
|
|
1779
|
-
M(
|
|
1796
|
+
M(m.$slots, "default")
|
|
1780
1797
|
]),
|
|
1781
1798
|
_: 3
|
|
1782
1799
|
}, 8, ["density", "direction", "disabled", "inline", "model-value", "readonly", "theme"]));
|
|
1783
1800
|
};
|
|
1784
1801
|
}
|
|
1785
|
-
}),
|
|
1802
|
+
}), _l = { key: 0 }, wl = /* @__PURE__ */ I({
|
|
1786
1803
|
__name: "index",
|
|
1787
1804
|
props: {
|
|
1788
1805
|
node: {},
|
|
1789
1806
|
outer: { type: Boolean }
|
|
1790
1807
|
},
|
|
1791
1808
|
setup(t) {
|
|
1792
|
-
const e = F(), i = B(), s = n(() => t.node.settings?.density), l = n(() => t.node.settings?.direction), o = n(() => t.node.settings?.disabled), r = n(() => t.node.settings?.hideDetails), a = n(() => t.node.settings?.label), d = n(() => t.node.settings?.max),
|
|
1809
|
+
const e = F(), i = B(), s = n(() => t.node.settings?.density), l = n(() => t.node.settings?.direction), o = n(() => t.node.settings?.disabled), r = n(() => t.node.settings?.hideDetails), a = n(() => t.node.settings?.label), d = n(() => t.node.settings?.max), c = n(() => t.node.settings?.min), u = n(() => {
|
|
1793
1810
|
const z = t.node.settings?.value?.start, W = t.node.settings?.value?.end;
|
|
1794
1811
|
return [z, W];
|
|
1795
|
-
}),
|
|
1812
|
+
}), m = ([z, W]) => {
|
|
1796
1813
|
if (!t.node.settings?.value)
|
|
1797
1814
|
return;
|
|
1798
1815
|
const { value: $ } = t.node.settings;
|
|
1799
1816
|
$.start = z, $.end = W;
|
|
1800
|
-
}, p = n(() => t.node.settings?.readonly), y = n(() => t.node.settings?.showTicks),
|
|
1817
|
+
}, p = n(() => t.node.settings?.readonly), y = n(() => t.node.settings?.showTicks), x = n(() => {
|
|
1801
1818
|
if (y.value === "always")
|
|
1802
1819
|
return "always";
|
|
1803
1820
|
if (y.value === "show")
|
|
1804
1821
|
return !0;
|
|
1805
|
-
}), f = n(() => t.node.settings?.step),
|
|
1806
|
-
if (
|
|
1822
|
+
}), f = n(() => t.node.settings?.step), _ = n(() => i.value ? "dark" : "light"), k = n(() => t.node.settings?.thumbLabel), b = n(() => {
|
|
1823
|
+
if (k.value === "always")
|
|
1807
1824
|
return "always";
|
|
1808
|
-
if (
|
|
1825
|
+
if (k.value === "show")
|
|
1809
1826
|
return !0;
|
|
1810
|
-
}),
|
|
1811
|
-
if (!
|
|
1827
|
+
}), g = n(() => t.node.settings?.thumbSize), h = n(() => t.node.settings?.ticks), w = n(() => {
|
|
1828
|
+
if (!h.value)
|
|
1812
1829
|
return;
|
|
1813
1830
|
const z = {};
|
|
1814
|
-
for (const { value: W, label: $ } of
|
|
1831
|
+
for (const { value: W, label: $ } of h.value)
|
|
1815
1832
|
z[W] = $;
|
|
1816
1833
|
if (!ci(z))
|
|
1817
1834
|
return z;
|
|
1818
|
-
}),
|
|
1835
|
+
}), A = n(() => t.node.settings?.tickSize);
|
|
1819
1836
|
return (z, W) => {
|
|
1820
1837
|
const $ = T("v-range-slider");
|
|
1821
|
-
return D(e) === "editor" ? (V(), q("div",
|
|
1838
|
+
return D(e) === "editor" ? (V(), q("div", _l, [
|
|
1822
1839
|
Z($, {
|
|
1823
1840
|
density: s.value,
|
|
1824
1841
|
direction: l.value,
|
|
@@ -1826,16 +1843,16 @@ const ll = /* @__PURE__ */ be(ol, [["render", sl]]), rl = ["id"], al = /* @__PUR
|
|
|
1826
1843
|
"hide-details": r.value,
|
|
1827
1844
|
label: a.value,
|
|
1828
1845
|
max: d.value,
|
|
1829
|
-
min:
|
|
1846
|
+
min: c.value,
|
|
1830
1847
|
"model-value": u.value,
|
|
1831
1848
|
readonly: p.value,
|
|
1832
|
-
"show-ticks":
|
|
1849
|
+
"show-ticks": x.value,
|
|
1833
1850
|
step: f.value,
|
|
1834
|
-
theme:
|
|
1851
|
+
theme: _.value,
|
|
1835
1852
|
"thumb-label": b.value,
|
|
1836
|
-
"thumb-size":
|
|
1837
|
-
ticks:
|
|
1838
|
-
"tick-size":
|
|
1853
|
+
"thumb-size": g.value,
|
|
1854
|
+
ticks: w.value,
|
|
1855
|
+
"tick-size": A.value
|
|
1839
1856
|
}, null, 8, ["density", "direction", "disabled", "hide-details", "label", "max", "min", "model-value", "readonly", "show-ticks", "step", "theme", "thumb-label", "thumb-size", "ticks", "tick-size"])
|
|
1840
1857
|
])) : (V(), S($, {
|
|
1841
1858
|
key: 1,
|
|
@@ -1845,36 +1862,36 @@ const ll = /* @__PURE__ */ be(ol, [["render", sl]]), rl = ["id"], al = /* @__PUR
|
|
|
1845
1862
|
"hide-details": r.value,
|
|
1846
1863
|
label: a.value,
|
|
1847
1864
|
max: d.value,
|
|
1848
|
-
min:
|
|
1865
|
+
min: c.value,
|
|
1849
1866
|
"model-value": u.value,
|
|
1850
1867
|
readonly: p.value,
|
|
1851
|
-
"show-ticks":
|
|
1868
|
+
"show-ticks": x.value,
|
|
1852
1869
|
step: f.value,
|
|
1853
|
-
theme:
|
|
1870
|
+
theme: _.value,
|
|
1854
1871
|
"thumb-label": b.value,
|
|
1855
|
-
"thumb-size":
|
|
1856
|
-
ticks:
|
|
1857
|
-
"tick-size":
|
|
1858
|
-
"onUpdate:modelValue":
|
|
1872
|
+
"thumb-size": g.value,
|
|
1873
|
+
ticks: w.value,
|
|
1874
|
+
"tick-size": A.value,
|
|
1875
|
+
"onUpdate:modelValue": m
|
|
1859
1876
|
}, null, 8, ["density", "direction", "disabled", "hide-details", "label", "max", "min", "model-value", "readonly", "show-ticks", "step", "theme", "thumb-label", "thumb-size", "ticks", "tick-size"]));
|
|
1860
1877
|
};
|
|
1861
1878
|
}
|
|
1862
|
-
}),
|
|
1879
|
+
}), Vl = /* @__PURE__ */ I({
|
|
1863
1880
|
__name: "index",
|
|
1864
1881
|
props: {
|
|
1865
1882
|
node: {},
|
|
1866
1883
|
outer: { type: Boolean }
|
|
1867
1884
|
},
|
|
1868
1885
|
setup(t) {
|
|
1869
|
-
const e = B(), i = n(() => t.node.settings?.clearable), s = n(() => t.node.settings?.density), l = n(() => t.node.settings?.disabled), o = n(() => t.node.settings?.halfIncrements), r = n(() => t.node.settings?.hover), a = n(() => t.node.settings?.length), d = n(() => t.node.settings?.value),
|
|
1886
|
+
const e = B(), i = n(() => t.node.settings?.clearable), s = n(() => t.node.settings?.density), l = n(() => t.node.settings?.disabled), o = n(() => t.node.settings?.halfIncrements), r = n(() => t.node.settings?.hover), a = n(() => t.node.settings?.length), d = n(() => t.node.settings?.value), c = (p) => {
|
|
1870
1887
|
if (!t.node.settings)
|
|
1871
1888
|
return;
|
|
1872
1889
|
const { settings: y } = t.node;
|
|
1873
1890
|
y.value = p;
|
|
1874
|
-
}, u = n(() => t.node.settings?.readonly),
|
|
1891
|
+
}, u = n(() => t.node.settings?.readonly), m = n(() => e.value ? "dark" : "light");
|
|
1875
1892
|
return (p, y) => {
|
|
1876
|
-
const
|
|
1877
|
-
return V(), S(
|
|
1893
|
+
const x = T("v-rating");
|
|
1894
|
+
return V(), S(x, {
|
|
1878
1895
|
clearable: i.value,
|
|
1879
1896
|
density: s.value,
|
|
1880
1897
|
disabled: l.value,
|
|
@@ -1883,29 +1900,29 @@ const ll = /* @__PURE__ */ be(ol, [["render", sl]]), rl = ["id"], al = /* @__PUR
|
|
|
1883
1900
|
length: a.value,
|
|
1884
1901
|
"model-value": d.value,
|
|
1885
1902
|
readonly: u.value,
|
|
1886
|
-
theme:
|
|
1887
|
-
"onUpdate:modelValue":
|
|
1903
|
+
theme: m.value,
|
|
1904
|
+
"onUpdate:modelValue": c
|
|
1888
1905
|
}, null, 8, ["clearable", "density", "disabled", "half-increments", "hover", "length", "model-value", "readonly", "theme"]);
|
|
1889
1906
|
};
|
|
1890
1907
|
}
|
|
1891
|
-
}),
|
|
1908
|
+
}), $l = { key: 0 }, Cl = /* @__PURE__ */ I({
|
|
1892
1909
|
__name: "index",
|
|
1893
1910
|
props: {
|
|
1894
1911
|
node: {},
|
|
1895
1912
|
outer: { type: Boolean }
|
|
1896
1913
|
},
|
|
1897
1914
|
setup(t) {
|
|
1898
|
-
const e = t, i = F(), s = B(), l = n(() => e.node.settings?.hideDetails), o = n(() => e.node.settings?.label), r = n(() => e.node.settings?.value), a = n(() => e.node.settings?.placeholder), d = n(() => i !== "runtime" ? !0 : e.node.settings?.readonly),
|
|
1899
|
-
return (
|
|
1915
|
+
const e = t, i = F(), s = B(), l = n(() => e.node.settings?.hideDetails), o = n(() => e.node.settings?.label), r = n(() => e.node.settings?.value), a = n(() => e.node.settings?.placeholder), d = n(() => i !== "runtime" ? !0 : e.node.settings?.readonly), c = n(() => e.node.settings?.singleLine), u = n(() => s.value ? "dark" : "light");
|
|
1916
|
+
return (m, p) => {
|
|
1900
1917
|
const y = T("v-select");
|
|
1901
|
-
return D(i) === "editor" ? (V(), q("div",
|
|
1918
|
+
return D(i) === "editor" ? (V(), q("div", $l, [
|
|
1902
1919
|
Z(y, {
|
|
1903
1920
|
"hide-details": l.value,
|
|
1904
1921
|
label: o.value,
|
|
1905
1922
|
"model-value": r.value,
|
|
1906
1923
|
placeholder: a.value,
|
|
1907
1924
|
readonly: d.value,
|
|
1908
|
-
"single-line":
|
|
1925
|
+
"single-line": c.value,
|
|
1909
1926
|
theme: u.value
|
|
1910
1927
|
}, null, 8, ["hide-details", "label", "model-value", "placeholder", "readonly", "single-line", "theme"])
|
|
1911
1928
|
])) : (V(), S(y, {
|
|
@@ -1915,29 +1932,29 @@ const ll = /* @__PURE__ */ be(ol, [["render", sl]]), rl = ["id"], al = /* @__PUR
|
|
|
1915
1932
|
"model-value": r.value,
|
|
1916
1933
|
placeholder: a.value,
|
|
1917
1934
|
readonly: d.value,
|
|
1918
|
-
"single-line":
|
|
1935
|
+
"single-line": c.value,
|
|
1919
1936
|
theme: u.value
|
|
1920
1937
|
}, null, 8, ["hide-details", "label", "model-value", "placeholder", "readonly", "single-line", "theme"]));
|
|
1921
1938
|
};
|
|
1922
1939
|
}
|
|
1923
|
-
}),
|
|
1940
|
+
}), Il = { key: 0 }, Sl = /* @__PURE__ */ I({
|
|
1924
1941
|
__name: "index",
|
|
1925
1942
|
props: {
|
|
1926
1943
|
node: {},
|
|
1927
1944
|
outer: { type: Boolean }
|
|
1928
1945
|
},
|
|
1929
1946
|
setup(t) {
|
|
1930
|
-
const e = F(), i = oo(), s = n(() => t.node.settings?.color), { color: l } = j(i, s), o = n(() => t.node.settings?.direction), r = n(() => t.node.settings?.disabled), a = n(() => t.node.settings?.hideDetails), d = n(() => t.node.settings?.label),
|
|
1931
|
-
if (h.value === "always")
|
|
1932
|
-
return "always";
|
|
1933
|
-
if (h.value === "show")
|
|
1934
|
-
return !0;
|
|
1935
|
-
}), g = n(() => t.node.settings?.step), w = n(() => i.value ? "dark" : "light"), b = n(() => t.node.settings?.thumbColor), { color: k } = j(i, b), x = n(() => t.node.settings?.thumbLabel), _ = n(() => {
|
|
1947
|
+
const e = F(), i = oo(), s = n(() => t.node.settings?.color), { color: l } = j(i, s), o = n(() => t.node.settings?.direction), r = n(() => t.node.settings?.disabled), a = n(() => t.node.settings?.hideDetails), d = n(() => t.node.settings?.label), c = n(() => t.node.settings?.max), u = n(() => t.node.settings?.min), m = n(() => t.node.settings?.value), p = n(() => t.node.settings?.readonly), y = n(() => !!t.node.settings?.reverse), x = n(() => t.node.settings?.showTicks), f = n(() => {
|
|
1936
1948
|
if (x.value === "always")
|
|
1937
1949
|
return "always";
|
|
1938
1950
|
if (x.value === "show")
|
|
1939
1951
|
return !0;
|
|
1940
|
-
}),
|
|
1952
|
+
}), _ = n(() => t.node.settings?.step), k = n(() => i.value ? "dark" : "light"), b = n(() => t.node.settings?.thumbColor), { color: g } = j(i, b), h = n(() => t.node.settings?.thumbLabel), w = n(() => {
|
|
1953
|
+
if (h.value === "always")
|
|
1954
|
+
return "always";
|
|
1955
|
+
if (h.value === "show")
|
|
1956
|
+
return !0;
|
|
1957
|
+
}), A = n(() => t.node.settings?.thumbSize), z = n(() => t.node.settings?.ticks), W = n(() => {
|
|
1941
1958
|
if (!z.value)
|
|
1942
1959
|
return;
|
|
1943
1960
|
const ne = {};
|
|
@@ -1945,27 +1962,27 @@ const ll = /* @__PURE__ */ be(ol, [["render", sl]]), rl = ["id"], al = /* @__PUR
|
|
|
1945
1962
|
ne[ge] = ke;
|
|
1946
1963
|
if (!ci(ne))
|
|
1947
1964
|
return ne;
|
|
1948
|
-
}), $ = n(() => t.node.settings?.tickSize),
|
|
1965
|
+
}), $ = n(() => t.node.settings?.tickSize), O = n(() => t.node.settings?.trackColor), { color: Y } = j(i, O), K = n(() => t.node.slots?.append), X = n(() => t.node.slots?.prepend);
|
|
1949
1966
|
return (ne, ge) => {
|
|
1950
1967
|
const ke = T("v-slider");
|
|
1951
|
-
return D(e) === "editor" ? (V(), q("div",
|
|
1968
|
+
return D(e) === "editor" ? (V(), q("div", Il, [
|
|
1952
1969
|
Z(ke, {
|
|
1953
1970
|
color: D(l),
|
|
1954
1971
|
direction: o.value,
|
|
1955
1972
|
disabled: r.value,
|
|
1956
1973
|
"hide-details": a.value,
|
|
1957
1974
|
label: d.value,
|
|
1958
|
-
max:
|
|
1975
|
+
max: c.value,
|
|
1959
1976
|
min: u.value,
|
|
1960
|
-
"model-value":
|
|
1977
|
+
"model-value": m.value,
|
|
1961
1978
|
readonly: p.value,
|
|
1962
1979
|
reverse: y.value,
|
|
1963
1980
|
"show-ticks": f.value,
|
|
1964
|
-
step:
|
|
1965
|
-
theme:
|
|
1966
|
-
"thumb-color": D(
|
|
1967
|
-
"thumb-label":
|
|
1968
|
-
"thumb-size":
|
|
1981
|
+
step: _.value,
|
|
1982
|
+
theme: k.value,
|
|
1983
|
+
"thumb-color": D(g),
|
|
1984
|
+
"thumb-label": w.value,
|
|
1985
|
+
"thumb-size": A.value,
|
|
1969
1986
|
ticks: W.value,
|
|
1970
1987
|
"tick-size": $.value,
|
|
1971
1988
|
"track-color": D(Y)
|
|
@@ -1998,17 +2015,17 @@ const ll = /* @__PURE__ */ be(ol, [["render", sl]]), rl = ["id"], al = /* @__PUR
|
|
|
1998
2015
|
disabled: r.value,
|
|
1999
2016
|
"hide-details": a.value,
|
|
2000
2017
|
label: d.value,
|
|
2001
|
-
max:
|
|
2018
|
+
max: c.value,
|
|
2002
2019
|
min: u.value,
|
|
2003
|
-
"model-value":
|
|
2020
|
+
"model-value": m.value,
|
|
2004
2021
|
readonly: p.value,
|
|
2005
2022
|
reverse: y.value,
|
|
2006
2023
|
"show-ticks": f.value,
|
|
2007
|
-
step:
|
|
2008
|
-
theme:
|
|
2009
|
-
"thumb-color": D(
|
|
2010
|
-
"thumb-label":
|
|
2011
|
-
"thumb-size":
|
|
2024
|
+
step: _.value,
|
|
2025
|
+
theme: k.value,
|
|
2026
|
+
"thumb-color": D(g),
|
|
2027
|
+
"thumb-label": w.value,
|
|
2028
|
+
"thumb-size": A.value,
|
|
2012
2029
|
ticks: W.value,
|
|
2013
2030
|
"tick-size": $.value,
|
|
2014
2031
|
"track-color": D(Y)
|
|
@@ -2036,7 +2053,7 @@ const ll = /* @__PURE__ */ be(ol, [["render", sl]]), rl = ["id"], al = /* @__PUR
|
|
|
2036
2053
|
]), 1032, ["color", "direction", "disabled", "hide-details", "label", "max", "min", "model-value", "readonly", "reverse", "show-ticks", "step", "theme", "thumb-color", "thumb-label", "thumb-size", "ticks", "tick-size", "track-color"]));
|
|
2037
2054
|
};
|
|
2038
2055
|
}
|
|
2039
|
-
}),
|
|
2056
|
+
}), Tl = /* @__PURE__ */ I({
|
|
2040
2057
|
__name: "index",
|
|
2041
2058
|
props: {
|
|
2042
2059
|
node: {},
|
|
@@ -2057,8 +2074,8 @@ const ll = /* @__PURE__ */ be(ol, [["render", sl]]), rl = ["id"], al = /* @__PUR
|
|
|
2057
2074
|
}, 8, ["hide-actions", "model-value"]);
|
|
2058
2075
|
};
|
|
2059
2076
|
}
|
|
2060
|
-
}),
|
|
2061
|
-
function
|
|
2077
|
+
}), zl = {};
|
|
2078
|
+
function Al(t, e) {
|
|
2062
2079
|
const i = T("v-stepper-header");
|
|
2063
2080
|
return V(), S(i, null, {
|
|
2064
2081
|
default: E(() => [
|
|
@@ -2067,7 +2084,7 @@ function zl(t, e) {
|
|
|
2067
2084
|
_: 3
|
|
2068
2085
|
});
|
|
2069
2086
|
}
|
|
2070
|
-
const
|
|
2087
|
+
const Nl = /* @__PURE__ */ be(zl, [["render", Al]]), Pl = /* @__PURE__ */ I({
|
|
2071
2088
|
__name: "index",
|
|
2072
2089
|
props: {
|
|
2073
2090
|
node: {},
|
|
@@ -2085,8 +2102,8 @@ const Al = /* @__PURE__ */ be(Tl, [["render", zl]]), Nl = /* @__PURE__ */ I({
|
|
|
2085
2102
|
}, 8, ["value"]);
|
|
2086
2103
|
};
|
|
2087
2104
|
}
|
|
2088
|
-
}),
|
|
2089
|
-
function
|
|
2105
|
+
}), Ll = {};
|
|
2106
|
+
function El(t, e) {
|
|
2090
2107
|
const i = T("v-stepper-window");
|
|
2091
2108
|
return V(), S(i, null, {
|
|
2092
2109
|
default: E(() => [
|
|
@@ -2095,7 +2112,7 @@ function Ll(t, e) {
|
|
|
2095
2112
|
_: 3
|
|
2096
2113
|
});
|
|
2097
2114
|
}
|
|
2098
|
-
const
|
|
2115
|
+
const Wl = /* @__PURE__ */ be(Ll, [["render", El]]), Bl = /* @__PURE__ */ I({
|
|
2099
2116
|
__name: "index",
|
|
2100
2117
|
props: {
|
|
2101
2118
|
node: {},
|
|
@@ -2113,29 +2130,29 @@ const El = /* @__PURE__ */ be(Pl, [["render", Ll]]), Wl = /* @__PURE__ */ I({
|
|
|
2113
2130
|
}, 8, ["value"]);
|
|
2114
2131
|
};
|
|
2115
2132
|
}
|
|
2116
|
-
}),
|
|
2133
|
+
}), Dl = { key: 0 }, Rl = /* @__PURE__ */ I({
|
|
2117
2134
|
__name: "index",
|
|
2118
2135
|
props: {
|
|
2119
2136
|
node: {},
|
|
2120
2137
|
outer: { type: Boolean }
|
|
2121
2138
|
},
|
|
2122
2139
|
setup(t) {
|
|
2123
|
-
const e = t, i = F(), s = n(() => e.node.settings?.density), l = n(() => e.node.settings?.direction), o = n(() => e.node.settings?.disabled), r = n(() => e.node.settings?.hideDetails), a = n(() => e.node.settings?.indeterminate), d = n(() => e.node.settings?.inline),
|
|
2140
|
+
const e = t, i = F(), s = n(() => e.node.settings?.density), l = n(() => e.node.settings?.direction), o = n(() => e.node.settings?.disabled), r = n(() => e.node.settings?.hideDetails), a = n(() => e.node.settings?.indeterminate), d = n(() => e.node.settings?.inline), c = n(() => e.node.settings?.inset), u = n(() => e.node.settings?.label), m = n(() => e.node.settings?.loading);
|
|
2124
2141
|
return (p, y) => {
|
|
2125
|
-
const
|
|
2126
|
-
return D(i) === "editor" ? (V(), q("div",
|
|
2127
|
-
Z(
|
|
2142
|
+
const x = T("v-switch");
|
|
2143
|
+
return D(i) === "editor" ? (V(), q("div", Dl, [
|
|
2144
|
+
Z(x, {
|
|
2128
2145
|
density: s.value,
|
|
2129
2146
|
direction: l.value,
|
|
2130
2147
|
disabled: o.value,
|
|
2131
2148
|
"hide-details": r.value,
|
|
2132
2149
|
indeterminate: a.value,
|
|
2133
2150
|
inline: d.value,
|
|
2134
|
-
inset:
|
|
2151
|
+
inset: c.value,
|
|
2135
2152
|
label: u.value,
|
|
2136
|
-
loading:
|
|
2153
|
+
loading: m.value
|
|
2137
2154
|
}, null, 8, ["density", "direction", "disabled", "hide-details", "indeterminate", "inline", "inset", "label", "loading"])
|
|
2138
|
-
])) : (V(), S(
|
|
2155
|
+
])) : (V(), S(x, {
|
|
2139
2156
|
key: 1,
|
|
2140
2157
|
density: s.value,
|
|
2141
2158
|
direction: l.value,
|
|
@@ -2143,13 +2160,13 @@ const El = /* @__PURE__ */ be(Pl, [["render", Ll]]), Wl = /* @__PURE__ */ I({
|
|
|
2143
2160
|
"hide-details": r.value,
|
|
2144
2161
|
indeterminate: a.value,
|
|
2145
2162
|
inline: d.value,
|
|
2146
|
-
inset:
|
|
2163
|
+
inset: c.value,
|
|
2147
2164
|
label: u.value,
|
|
2148
|
-
loading:
|
|
2165
|
+
loading: m.value
|
|
2149
2166
|
}, null, 8, ["density", "direction", "disabled", "hide-details", "indeterminate", "inline", "inset", "label", "loading"]));
|
|
2150
2167
|
};
|
|
2151
2168
|
}
|
|
2152
|
-
}),
|
|
2169
|
+
}), Ml = /* @__PURE__ */ I({
|
|
2153
2170
|
__name: "index",
|
|
2154
2171
|
props: {
|
|
2155
2172
|
node: {},
|
|
@@ -2166,82 +2183,82 @@ const El = /* @__PURE__ */ be(Pl, [["render", Ll]]), Wl = /* @__PURE__ */ I({
|
|
|
2166
2183
|
}, null, 8, ["text", "theme", "value"]);
|
|
2167
2184
|
};
|
|
2168
2185
|
}
|
|
2169
|
-
}),
|
|
2186
|
+
}), Fl = /* @__PURE__ */ I({
|
|
2170
2187
|
__name: "index",
|
|
2171
2188
|
props: {
|
|
2172
2189
|
node: {},
|
|
2173
2190
|
outer: { type: Boolean }
|
|
2174
2191
|
},
|
|
2175
2192
|
setup(t) {
|
|
2176
|
-
const e = t, i = B(), s = n(() => e.node.settings?.alignTabs), l = n(() => e.node.settings?.color?.backgroundColor), { color: o } = j(i, l), r = n(() => e.node.settings?.centerActive), a = n(() => e.node.settings?.color?.selectedColor), { color: d } = j(i, a),
|
|
2177
|
-
return (
|
|
2193
|
+
const e = t, i = B(), s = n(() => e.node.settings?.alignTabs), l = n(() => e.node.settings?.color?.backgroundColor), { color: o } = j(i, l), r = n(() => e.node.settings?.centerActive), a = n(() => e.node.settings?.color?.selectedColor), { color: d } = j(i, a), c = n(() => e.node.settings?.density), u = n(() => e.node.settings?.direction), m = n(() => e.node.settings?.disabled), p = n(() => e.node.settings?.fixedTabs), y = n(() => e.node.settings?.grow), x = n(() => e.node.settings?.hideSlider), f = n(() => e.node.settings?.items), _ = n(() => e.node.settings?.mandatory), k = n(() => !!e.node.settings?.showArrows), b = n(() => e.node.settings?.color?.sliderColor), { color: g } = j(i, b), h = n(() => e.node.settings?.stacked), w = n(() => i.value ? "dark" : "light");
|
|
2194
|
+
return (A, z) => {
|
|
2178
2195
|
const W = T("v-tabs");
|
|
2179
2196
|
return V(), S(W, {
|
|
2180
2197
|
"align-tabs": s.value,
|
|
2181
2198
|
"bg-color": D(o),
|
|
2182
2199
|
"center-active": r.value,
|
|
2183
2200
|
color: D(d),
|
|
2184
|
-
density:
|
|
2201
|
+
density: c.value,
|
|
2185
2202
|
direction: u.value,
|
|
2186
|
-
disabled:
|
|
2203
|
+
disabled: m.value,
|
|
2187
2204
|
"fixed-tabs": p.value,
|
|
2188
2205
|
grow: y.value,
|
|
2189
|
-
"hide-slider":
|
|
2206
|
+
"hide-slider": x.value,
|
|
2190
2207
|
items: f.value,
|
|
2191
|
-
mandatory:
|
|
2192
|
-
"show-arrows":
|
|
2193
|
-
"slider-color": D(
|
|
2194
|
-
stacked:
|
|
2195
|
-
theme:
|
|
2208
|
+
mandatory: _.value,
|
|
2209
|
+
"show-arrows": k.value,
|
|
2210
|
+
"slider-color": D(g),
|
|
2211
|
+
stacked: h.value,
|
|
2212
|
+
theme: w.value
|
|
2196
2213
|
}, {
|
|
2197
2214
|
default: E(() => [
|
|
2198
|
-
M(
|
|
2215
|
+
M(A.$slots, "default")
|
|
2199
2216
|
]),
|
|
2200
2217
|
_: 3
|
|
2201
2218
|
}, 8, ["align-tabs", "bg-color", "center-active", "color", "density", "direction", "disabled", "fixed-tabs", "grow", "hide-slider", "items", "mandatory", "show-arrows", "slider-color", "stacked", "theme"]);
|
|
2202
2219
|
};
|
|
2203
2220
|
}
|
|
2204
|
-
}),
|
|
2221
|
+
}), Hl = /* @__PURE__ */ I({
|
|
2205
2222
|
__name: "index",
|
|
2206
2223
|
props: {
|
|
2207
2224
|
node: {},
|
|
2208
2225
|
outer: { type: Boolean }
|
|
2209
2226
|
},
|
|
2210
2227
|
setup(t) {
|
|
2211
|
-
const e = t, i = Q(), s = n(() => e.node.settings?.align), l = n(() => e.node.settings?.decoration), o = n(() => e.node.settings?.emphasis), r = n(() => e.node.settings?.italic), a = n(() => e.node.settings?.text), d = n(() => e.node.settings?.weight),
|
|
2212
|
-
const u = [],
|
|
2228
|
+
const e = t, i = Q(), s = n(() => e.node.settings?.align), l = n(() => e.node.settings?.decoration), o = n(() => e.node.settings?.emphasis), r = n(() => e.node.settings?.italic), a = n(() => e.node.settings?.text), d = n(() => e.node.settings?.weight), c = n(() => {
|
|
2229
|
+
const u = [], m = xi(i.value.width), p = ve(m, e.node.settings?.style);
|
|
2213
2230
|
return p && u.push(`text-${p}`), o.value === "high" ? u.push("text-high-emphasis") : o.value === "medium" ? u.push("text-medium-emphasis") : o.value === "disabled" && u.push("text-disabled"), s.value && u.push(`font-${s.value}`), l.value && u.push(`text-decoration-${l.value}`), d.value && u.push(`font-weight-${d.value}`), r.value && u.push("font-italic"), u.join(" ");
|
|
2214
2231
|
});
|
|
2215
|
-
return (u,
|
|
2216
|
-
class: qi(
|
|
2232
|
+
return (u, m) => (V(), q("span", {
|
|
2233
|
+
class: qi(c.value)
|
|
2217
2234
|
}, Xi(a.value), 3));
|
|
2218
2235
|
}
|
|
2219
|
-
}),
|
|
2236
|
+
}), Gl = /* @__PURE__ */ I({
|
|
2220
2237
|
__name: "index",
|
|
2221
2238
|
props: {
|
|
2222
2239
|
node: {},
|
|
2223
2240
|
outer: { type: Boolean }
|
|
2224
2241
|
},
|
|
2225
2242
|
setup(t) {
|
|
2226
|
-
const e = t, i = B(), s = n(() => e.node.settings?.autoGrow), l = n(() => e.node.settings?.clearable), o = n(() => e.node.settings?.density), r = n(() => e.node.settings?.disabled), a = n(() => e.node.settings?.label), d = n(() => e.node.settings?.loading),
|
|
2227
|
-
return (b,
|
|
2228
|
-
const
|
|
2229
|
-
return V(), S(
|
|
2243
|
+
const e = t, i = B(), s = n(() => e.node.settings?.autoGrow), l = n(() => e.node.settings?.clearable), o = n(() => e.node.settings?.density), r = n(() => e.node.settings?.disabled), a = n(() => e.node.settings?.label), d = n(() => e.node.settings?.loading), c = n(() => e.node.settings?.maxRows), u = n(() => e.node.settings?.value), m = n(() => e.node.settings?.placeholder), p = n(() => e.node.settings?.readonly), y = n(() => e.node.settings?.reverse), x = n(() => e.node.settings?.rows), f = n(() => e.node.settings?.singleLine), _ = n(() => i.value ? "dark" : "light"), k = n(() => e.node.settings?.variant);
|
|
2244
|
+
return (b, g) => {
|
|
2245
|
+
const h = T("v-textarea");
|
|
2246
|
+
return V(), S(h, {
|
|
2230
2247
|
"auto-grow": s.value,
|
|
2231
2248
|
clearable: l.value,
|
|
2232
2249
|
density: o.value,
|
|
2233
2250
|
disabled: r.value,
|
|
2234
2251
|
label: a.value,
|
|
2235
2252
|
loading: d.value,
|
|
2236
|
-
"max-rows":
|
|
2253
|
+
"max-rows": c.value,
|
|
2237
2254
|
"model-value": u.value,
|
|
2238
|
-
placeholder:
|
|
2255
|
+
placeholder: m.value,
|
|
2239
2256
|
readonly: p.value,
|
|
2240
2257
|
reverse: y.value,
|
|
2241
|
-
rows:
|
|
2258
|
+
rows: x.value,
|
|
2242
2259
|
"single-line": f.value,
|
|
2243
|
-
theme:
|
|
2244
|
-
variant:
|
|
2260
|
+
theme: _.value,
|
|
2261
|
+
variant: k.value
|
|
2245
2262
|
}, null, 8, ["auto-grow", "clearable", "density", "disabled", "label", "loading", "max-rows", "model-value", "placeholder", "readonly", "reverse", "rows", "single-line", "theme", "variant"]);
|
|
2246
2263
|
};
|
|
2247
2264
|
}
|
|
@@ -2252,7 +2269,7 @@ const El = /* @__PURE__ */ be(Pl, [["render", Ll]]), Wl = /* @__PURE__ */ I({
|
|
|
2252
2269
|
outer: { type: Boolean }
|
|
2253
2270
|
},
|
|
2254
2271
|
setup(t) {
|
|
2255
|
-
const e = t, i = F(), s = B(), l = n(() => e.node.settings?.appendIcon), o = n(() => e.node.settings?.appendInnerIcon), r = n(() => e.node.settings?.autofocus), a = n(() => e.node.settings?.clearable), d = n(() => e.node.settings?.density),
|
|
2272
|
+
const e = t, i = F(), s = B(), l = n(() => e.node.settings?.appendIcon), o = n(() => e.node.settings?.appendInnerIcon), r = n(() => e.node.settings?.autofocus), a = n(() => e.node.settings?.clearable), d = n(() => e.node.settings?.density), c = n(() => e.node.settings?.disabled), u = n(() => e.node.settings?.hideDetails), m = n(() => e.node.settings?.label), p = n(() => e.node.settings?.loading), y = n(() => e.node.settings?.placeholder), x = n(() => e.node.settings?.prefix), f = n(() => e.node.settings?.prependIcon), _ = n(() => e.node.settings?.prependInnerIcon), k = n(() => i !== "runtime" ? !0 : e.node.settings?.readonly), b = n(() => e.node.settings?.reverse), g = n(() => e.node.settings?.singleLine), h = n(() => e.node.settings?.suffix), w = n(() => s.value ? "dark" : "light"), A = n(() => e.node.settings?.variant), z = n(() => e.node.slots?.append), W = n(() => e.node.slots?.appendInner), $ = n(() => e.node.slots?.prepend), O = n(() => e.node.slots?.prependInner);
|
|
2256
2273
|
return (Y, K) => {
|
|
2257
2274
|
const X = T("v-text-field");
|
|
2258
2275
|
return V(), S(X, {
|
|
@@ -2261,20 +2278,20 @@ const El = /* @__PURE__ */ be(Pl, [["render", Ll]]), Wl = /* @__PURE__ */ I({
|
|
|
2261
2278
|
autofocus: r.value,
|
|
2262
2279
|
clearable: a.value,
|
|
2263
2280
|
density: d.value,
|
|
2264
|
-
disabled:
|
|
2281
|
+
disabled: c.value,
|
|
2265
2282
|
"hide-details": u.value,
|
|
2266
|
-
label:
|
|
2283
|
+
label: m.value,
|
|
2267
2284
|
loading: p.value,
|
|
2268
2285
|
placeholder: y.value,
|
|
2269
|
-
prefix:
|
|
2286
|
+
prefix: x.value,
|
|
2270
2287
|
"prepend-icon": f.value,
|
|
2271
|
-
"prepend-inner-icon":
|
|
2272
|
-
readonly:
|
|
2288
|
+
"prepend-inner-icon": _.value,
|
|
2289
|
+
readonly: k.value,
|
|
2273
2290
|
reverse: b.value,
|
|
2274
|
-
"single-line":
|
|
2275
|
-
suffix:
|
|
2276
|
-
theme:
|
|
2277
|
-
variant:
|
|
2291
|
+
"single-line": g.value,
|
|
2292
|
+
suffix: h.value,
|
|
2293
|
+
theme: w.value,
|
|
2294
|
+
variant: A.value
|
|
2278
2295
|
}, we({ _: 2 }, [
|
|
2279
2296
|
z.value ? {
|
|
2280
2297
|
name: "append",
|
|
@@ -2306,11 +2323,11 @@ const El = /* @__PURE__ */ be(Pl, [["render", Ll]]), Wl = /* @__PURE__ */ I({
|
|
|
2306
2323
|
]),
|
|
2307
2324
|
key: "2"
|
|
2308
2325
|
} : void 0,
|
|
2309
|
-
|
|
2326
|
+
O.value ? {
|
|
2310
2327
|
name: "prepend-inner",
|
|
2311
2328
|
fn: E(() => [
|
|
2312
2329
|
Z(J, {
|
|
2313
|
-
"ref-context": { refid:
|
|
2330
|
+
"ref-context": { refid: O.value },
|
|
2314
2331
|
state: {}
|
|
2315
2332
|
}, null, 8, ["ref-context"])
|
|
2316
2333
|
]),
|
|
@@ -2319,15 +2336,15 @@ const El = /* @__PURE__ */ be(Pl, [["render", Ll]]), Wl = /* @__PURE__ */ I({
|
|
|
2319
2336
|
]), 1032, ["append-icon", "append-inner-icon", "autofocus", "clearable", "density", "disabled", "hide-details", "label", "loading", "placeholder", "prefix", "prepend-icon", "prepend-inner-icon", "readonly", "reverse", "single-line", "suffix", "theme", "variant"]);
|
|
2320
2337
|
};
|
|
2321
2338
|
}
|
|
2322
|
-
}),
|
|
2339
|
+
}), Kl = /* @__PURE__ */ I({
|
|
2323
2340
|
__name: "index",
|
|
2324
2341
|
props: {
|
|
2325
2342
|
node: {},
|
|
2326
2343
|
outer: { type: Boolean }
|
|
2327
2344
|
},
|
|
2328
2345
|
setup(t) {
|
|
2329
|
-
const e = B(), i = n(() => t.node.settings?.align), s = n(() => t.node.settings?.density), l = n(() => t.node.settings?.direction), o = n(() => t.node.settings?.dot?.color), { color: r } = j(e, o), a = n(() => t.node.settings?.dot?.fill), d = n(() => t.node.settings?.hideOpposite),
|
|
2330
|
-
return (
|
|
2346
|
+
const e = B(), i = n(() => t.node.settings?.align), s = n(() => t.node.settings?.density), l = n(() => t.node.settings?.direction), o = n(() => t.node.settings?.dot?.color), { color: r } = j(e, o), a = n(() => t.node.settings?.dot?.fill), d = n(() => t.node.settings?.hideOpposite), c = n(() => t.node.settings?.line?.color), { color: u } = j(e, c), m = n(() => t.node.settings?.line?.inset), p = n(() => t.node.settings?.line?.thickness), y = n(() => t.node.settings?.side), x = n(() => e.value ? "dark" : "light"), f = n(() => t.node.settings?.line.truncate);
|
|
2347
|
+
return (_, k) => {
|
|
2331
2348
|
const b = T("v-timeline");
|
|
2332
2349
|
return V(), S(b, {
|
|
2333
2350
|
align: i.value,
|
|
@@ -2337,21 +2354,21 @@ const El = /* @__PURE__ */ be(Pl, [["render", Ll]]), Wl = /* @__PURE__ */ I({
|
|
|
2337
2354
|
"fill-dot": a.value,
|
|
2338
2355
|
"hide-opposite": d.value,
|
|
2339
2356
|
"line-color": D(u),
|
|
2340
|
-
"line-inset":
|
|
2357
|
+
"line-inset": m.value,
|
|
2341
2358
|
"line-thickness": p.value,
|
|
2342
2359
|
side: y.value,
|
|
2343
|
-
theme:
|
|
2360
|
+
theme: x.value,
|
|
2344
2361
|
"truncate-line": f.value
|
|
2345
2362
|
}, {
|
|
2346
2363
|
default: E(() => [
|
|
2347
|
-
M(
|
|
2364
|
+
M(_.$slots, "default")
|
|
2348
2365
|
]),
|
|
2349
2366
|
_: 3
|
|
2350
2367
|
}, 8, ["align", "density", "direction", "dot-color", "fill-dot", "hide-opposite", "line-color", "line-inset", "line-thickness", "side", "theme", "truncate-line"]);
|
|
2351
2368
|
};
|
|
2352
2369
|
}
|
|
2353
|
-
}),
|
|
2354
|
-
function
|
|
2370
|
+
}), jl = {};
|
|
2371
|
+
function Ul(t, e) {
|
|
2355
2372
|
const i = T("v-timeline-item");
|
|
2356
2373
|
return V(), S(i, null, {
|
|
2357
2374
|
default: E(() => [
|
|
@@ -2360,15 +2377,15 @@ function jl(t, e) {
|
|
|
2360
2377
|
_: 3
|
|
2361
2378
|
});
|
|
2362
2379
|
}
|
|
2363
|
-
const
|
|
2380
|
+
const Zl = /* @__PURE__ */ be(jl, [["render", Ul]]), ql = /* @__PURE__ */ I({
|
|
2364
2381
|
__name: "index",
|
|
2365
2382
|
props: {
|
|
2366
2383
|
node: {},
|
|
2367
2384
|
outer: { type: Boolean }
|
|
2368
2385
|
},
|
|
2369
2386
|
setup(t) {
|
|
2370
|
-
const e = B(), i = n(() => t.node.settings?.continuous), s = n(() => t.node.settings?.disabled), l = n(() => t.node.settings?.direction), o = n(() => t.node.settings?.value), r = n(() => t.node.settings?.reverse), a = n(() => t.node.settings?.showArrows), d = n(() => e.value ? "dark" : "light"),
|
|
2371
|
-
return (u,
|
|
2387
|
+
const e = B(), i = n(() => t.node.settings?.continuous), s = n(() => t.node.settings?.disabled), l = n(() => t.node.settings?.direction), o = n(() => t.node.settings?.value), r = n(() => t.node.settings?.reverse), a = n(() => t.node.settings?.showArrows), d = n(() => e.value ? "dark" : "light"), c = n(() => t.node.settings?.touch);
|
|
2388
|
+
return (u, m) => {
|
|
2372
2389
|
const p = T("v-window");
|
|
2373
2390
|
return V(), S(p, {
|
|
2374
2391
|
continuous: i.value,
|
|
@@ -2378,7 +2395,7 @@ const Ul = /* @__PURE__ */ be(Kl, [["render", jl]]), Zl = /* @__PURE__ */ I({
|
|
|
2378
2395
|
reverse: r.value,
|
|
2379
2396
|
"show-arrows": a.value,
|
|
2380
2397
|
theme: d.value,
|
|
2381
|
-
touch:
|
|
2398
|
+
touch: c.value
|
|
2382
2399
|
}, {
|
|
2383
2400
|
default: E(() => [
|
|
2384
2401
|
M(u.$slots, "default")
|
|
@@ -2387,8 +2404,8 @@ const Ul = /* @__PURE__ */ be(Kl, [["render", jl]]), Zl = /* @__PURE__ */ I({
|
|
|
2387
2404
|
}, 8, ["continuous", "disabled", "direction", "model-value", "reverse", "show-arrows", "theme", "touch"]);
|
|
2388
2405
|
};
|
|
2389
2406
|
}
|
|
2390
|
-
}),
|
|
2391
|
-
function
|
|
2407
|
+
}), Xl = {};
|
|
2408
|
+
function Yl(t, e) {
|
|
2392
2409
|
const i = T("v-window-item");
|
|
2393
2410
|
return V(), S(i, null, {
|
|
2394
2411
|
default: E(() => [
|
|
@@ -2397,7 +2414,7 @@ function Xl(t, e) {
|
|
|
2397
2414
|
_: 3
|
|
2398
2415
|
});
|
|
2399
2416
|
}
|
|
2400
|
-
const
|
|
2417
|
+
const Jl = /* @__PURE__ */ be(Xl, [["render", Yl]]), Wi = "badge_v1", dn = "breadcrumbs_v1", Be = "bar_chart_v1", De = "btn_v1", Re = "btn_group_v1", Me = "btn_toggle_v1", Fe = "card_v1", He = "checkbox_v1", Ge = "chip_v1", Oe = "chip_group_v1", Ke = "color_picker_v1", je = "combobox_v1", Ue = "container_v1", Ze = "data_table_v1", qe = "date_picker_v1", Xe = "dialog_v1", Ye = "file_input_v1", Je = "flex_layout_v1", Bi = "flex_layout_entry_v1", Qe = "form_v1", et = "icon_v1", tt = "globality_v1", nt = "line_chart_v1", it = "menu_v1", ot = "number_input_v1", st = "pagination_v1", Di = "radio_v1", lt = "radio_group_v1", rt = "range_slider_v1", at = "rating_v1", _e = "ref_v1", ut = "select_v1", dt = "slider_v1", ct = "stepper_v1", Ri = "stepper_header_v1", Mi = "stepper_item_v1", Fi = "stepper_window_v1", Hi = "stepper_window_item_v1", mt = "switch_v1", Gi = "tab_v1", pt = "tabs_v1", ft = "text_v1", bt = "textarea_v1", vt = "text_field_v1", yt = "timeline_v1", Oi = "timeline_item_v1", ht = "window_v1", Ki = "window_item_v1", v = {
|
|
2401
2418
|
key: "basic",
|
|
2402
2419
|
name: "x-runtime-lib.basic",
|
|
2403
2420
|
children: [
|
|
@@ -2459,7 +2476,7 @@ const Yl = /* @__PURE__ */ be(ql, [["render", Xl]]), Wi = "badge_v1", dn = "brea
|
|
|
2459
2476
|
]
|
|
2460
2477
|
}
|
|
2461
2478
|
]
|
|
2462
|
-
},
|
|
2479
|
+
}, Ql = R(U), me = {
|
|
2463
2480
|
key: "border",
|
|
2464
2481
|
name: "x-runtime-lib.border",
|
|
2465
2482
|
children: [
|
|
@@ -2477,7 +2494,7 @@ const Yl = /* @__PURE__ */ be(ql, [["render", Xl]]), Wi = "badge_v1", dn = "brea
|
|
|
2477
2494
|
types: "borderWidthTypesV1",
|
|
2478
2495
|
default: ""
|
|
2479
2496
|
},
|
|
2480
|
-
|
|
2497
|
+
Ql,
|
|
2481
2498
|
{
|
|
2482
2499
|
key: "roundRadius",
|
|
2483
2500
|
name: "x-runtime-lib.roundRadius",
|
|
@@ -2741,7 +2758,7 @@ const Yl = /* @__PURE__ */ be(ql, [["render", Xl]]), Wi = "badge_v1", dn = "brea
|
|
|
2741
2758
|
}
|
|
2742
2759
|
]
|
|
2743
2760
|
};
|
|
2744
|
-
function
|
|
2761
|
+
function er(t, e) {
|
|
2745
2762
|
const i = `type=${t} subtype=${e}`, s = L(t, e);
|
|
2746
2763
|
if (!s) {
|
|
2747
2764
|
console.error(`barChartV1/spawn prop tag not found, ${i}`);
|
|
@@ -2753,7 +2770,7 @@ function Ql(t, e) {
|
|
|
2753
2770
|
return;
|
|
2754
2771
|
}
|
|
2755
2772
|
const o = {};
|
|
2756
|
-
return P(o, l), o.basic.id =
|
|
2773
|
+
return P(o, l), o.basic.id = N(16), o.basic.key = xt.key, o.size.height = "300px", o.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], o.series = [
|
|
2757
2774
|
{
|
|
2758
2775
|
type: "bar",
|
|
2759
2776
|
data: [120, 200, 150, 80, 70, 110, 130]
|
|
@@ -2784,7 +2801,7 @@ const cn = {
|
|
|
2784
2801
|
}, xt = {
|
|
2785
2802
|
key: Be,
|
|
2786
2803
|
name: "x-runtime-lib.barChart",
|
|
2787
|
-
comp:
|
|
2804
|
+
comp: zs,
|
|
2788
2805
|
slots: [],
|
|
2789
2806
|
events: [],
|
|
2790
2807
|
methods: [],
|
|
@@ -2792,10 +2809,10 @@ const cn = {
|
|
|
2792
2809
|
pageCommon: [v, H, $e, Ce, Ie, Ve, cn],
|
|
2793
2810
|
compCommon: [v, H, $e, Ce, Ie, Ve, cn]
|
|
2794
2811
|
},
|
|
2795
|
-
spawn:
|
|
2812
|
+
spawn: er
|
|
2796
2813
|
};
|
|
2797
2814
|
C(xt);
|
|
2798
|
-
function
|
|
2815
|
+
function tr(t, e) {
|
|
2799
2816
|
const i = `type=${t} subtype=${e}`, s = L(t, e);
|
|
2800
2817
|
if (!s) {
|
|
2801
2818
|
console.error(`lineChartV1/spawn prop tag not found, ${i}`);
|
|
@@ -2807,7 +2824,7 @@ function er(t, e) {
|
|
|
2807
2824
|
return;
|
|
2808
2825
|
}
|
|
2809
2826
|
const o = {};
|
|
2810
|
-
return P(o, l), o.basic.id =
|
|
2827
|
+
return P(o, l), o.basic.id = N(16), o.basic.key = gt.key, o.size.height = "300px", o.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], o.series = [
|
|
2811
2828
|
{
|
|
2812
2829
|
type: "line",
|
|
2813
2830
|
data: [120, 200, 150, 80, 70, 110, 130]
|
|
@@ -2838,7 +2855,7 @@ const mn = {
|
|
|
2838
2855
|
}, gt = {
|
|
2839
2856
|
key: nt,
|
|
2840
2857
|
name: "x-runtime-lib.lineChart",
|
|
2841
|
-
comp:
|
|
2858
|
+
comp: As,
|
|
2842
2859
|
slots: [],
|
|
2843
2860
|
events: [],
|
|
2844
2861
|
methods: [],
|
|
@@ -2846,7 +2863,7 @@ const mn = {
|
|
|
2846
2863
|
pageCommon: [v, H, $e, Ce, Ie, Ve, mn],
|
|
2847
2864
|
compCommon: [v, H, $e, Ce, Ie, Ve, mn]
|
|
2848
2865
|
},
|
|
2849
|
-
spawn:
|
|
2866
|
+
spawn: tr
|
|
2850
2867
|
};
|
|
2851
2868
|
C(gt);
|
|
2852
2869
|
const Xt = R(U);
|
|
@@ -2856,7 +2873,7 @@ const pn = {
|
|
|
2856
2873
|
key: "globalSettings",
|
|
2857
2874
|
name: "x-runtime-lib.globalSettings",
|
|
2858
2875
|
children: [Xt]
|
|
2859
|
-
},
|
|
2876
|
+
}, nr = {
|
|
2860
2877
|
key: tt,
|
|
2861
2878
|
name: "x-runtime-lib.globality",
|
|
2862
2879
|
comp: null,
|
|
@@ -2904,7 +2921,7 @@ const pn = {
|
|
|
2904
2921
|
},
|
|
2905
2922
|
internal: !0
|
|
2906
2923
|
};
|
|
2907
|
-
C(
|
|
2924
|
+
C(nr);
|
|
2908
2925
|
const fn = {
|
|
2909
2926
|
key: "ref",
|
|
2910
2927
|
name: "x-runtime-lib.ref",
|
|
@@ -2916,10 +2933,10 @@ const fn = {
|
|
|
2916
2933
|
default: void 0
|
|
2917
2934
|
}
|
|
2918
2935
|
]
|
|
2919
|
-
},
|
|
2936
|
+
}, ir = {
|
|
2920
2937
|
key: _e,
|
|
2921
2938
|
name: "x-runtime-lib.ref",
|
|
2922
|
-
comp:
|
|
2939
|
+
comp: Gs,
|
|
2923
2940
|
slots: [],
|
|
2924
2941
|
events: [],
|
|
2925
2942
|
methods: [],
|
|
@@ -2928,7 +2945,7 @@ const fn = {
|
|
|
2928
2945
|
compCommon: [v, H, fn]
|
|
2929
2946
|
}
|
|
2930
2947
|
};
|
|
2931
|
-
C(
|
|
2948
|
+
C(ir);
|
|
2932
2949
|
const bn = {
|
|
2933
2950
|
key: "settings",
|
|
2934
2951
|
name: "x-runtime-lib.settings",
|
|
@@ -2964,7 +2981,7 @@ const bn = {
|
|
|
2964
2981
|
default: !1
|
|
2965
2982
|
}
|
|
2966
2983
|
]
|
|
2967
|
-
},
|
|
2984
|
+
}, Za = {
|
|
2968
2985
|
key: Wi,
|
|
2969
2986
|
name: "x-runtime-lib.badge",
|
|
2970
2987
|
comp: Os,
|
|
@@ -2981,7 +2998,7 @@ const bn = {
|
|
|
2981
2998
|
compCommon: [v, bn]
|
|
2982
2999
|
}
|
|
2983
3000
|
};
|
|
2984
|
-
function
|
|
3001
|
+
function or(t, e) {
|
|
2985
3002
|
const i = `type=${t} subtype=${e}`, s = L(t, e);
|
|
2986
3003
|
if (!s) {
|
|
2987
3004
|
console.error(`btnV1/spawn prop tag not found, ${i}`);
|
|
@@ -2993,9 +3010,9 @@ function ir(t, e) {
|
|
|
2993
3010
|
return;
|
|
2994
3011
|
}
|
|
2995
3012
|
const o = {};
|
|
2996
|
-
return P(o, l), o.basic.id =
|
|
3013
|
+
return P(o, l), o.basic.id = N(16), o.basic.key = kt.key, o.settings.text = "button", o;
|
|
2997
3014
|
}
|
|
2998
|
-
const
|
|
3015
|
+
const sr = R(U), vn = {
|
|
2999
3016
|
key: "settings",
|
|
3000
3017
|
name: "x-runtime-lib.settings",
|
|
3001
3018
|
children: [
|
|
@@ -3074,7 +3091,7 @@ const or = R(U), vn = {
|
|
|
3074
3091
|
ui: "switch",
|
|
3075
3092
|
default: !1
|
|
3076
3093
|
},
|
|
3077
|
-
|
|
3094
|
+
sr,
|
|
3078
3095
|
{
|
|
3079
3096
|
key: "ripple",
|
|
3080
3097
|
name: "x-runtime-lib.ripple",
|
|
@@ -3085,7 +3102,7 @@ const or = R(U), vn = {
|
|
|
3085
3102
|
}, kt = {
|
|
3086
3103
|
key: De,
|
|
3087
3104
|
name: "x-runtime-lib.button",
|
|
3088
|
-
comp:
|
|
3105
|
+
comp: Ks,
|
|
3089
3106
|
slots: [],
|
|
3090
3107
|
events: [
|
|
3091
3108
|
{
|
|
@@ -3099,13 +3116,13 @@ const or = R(U), vn = {
|
|
|
3099
3116
|
pageCommon: [v, H, vn],
|
|
3100
3117
|
compCommon: [v, H, vn]
|
|
3101
3118
|
},
|
|
3102
|
-
spawn:
|
|
3119
|
+
spawn: or
|
|
3103
3120
|
};
|
|
3104
3121
|
C(kt);
|
|
3105
|
-
const
|
|
3122
|
+
const lr = {
|
|
3106
3123
|
key: Re,
|
|
3107
3124
|
name: "x-runtime-lib.buttonGroup",
|
|
3108
|
-
comp:
|
|
3125
|
+
comp: Zs,
|
|
3109
3126
|
slots: [
|
|
3110
3127
|
{
|
|
3111
3128
|
key: "default",
|
|
@@ -3119,7 +3136,7 @@ const sr = {
|
|
|
3119
3136
|
compCommon: [v]
|
|
3120
3137
|
}
|
|
3121
3138
|
};
|
|
3122
|
-
C(
|
|
3139
|
+
C(lr);
|
|
3123
3140
|
const yn = {
|
|
3124
3141
|
key: "settings",
|
|
3125
3142
|
name: "x-runtime-lib.settings",
|
|
@@ -3181,10 +3198,10 @@ const yn = {
|
|
|
3181
3198
|
default: !1
|
|
3182
3199
|
}
|
|
3183
3200
|
]
|
|
3184
|
-
},
|
|
3201
|
+
}, rr = {
|
|
3185
3202
|
key: Me,
|
|
3186
3203
|
name: "x-runtime-lib.buttonToggle",
|
|
3187
|
-
comp:
|
|
3204
|
+
comp: qs,
|
|
3188
3205
|
slots: [
|
|
3189
3206
|
{
|
|
3190
3207
|
key: "default",
|
|
@@ -3198,8 +3215,8 @@ const yn = {
|
|
|
3198
3215
|
compCommon: [v, yn]
|
|
3199
3216
|
}
|
|
3200
3217
|
};
|
|
3201
|
-
C(
|
|
3202
|
-
function
|
|
3218
|
+
C(rr);
|
|
3219
|
+
function ar(t, e) {
|
|
3203
3220
|
const i = `type=${t} subtype=${e}`, s = L(t, e);
|
|
3204
3221
|
if (!s) {
|
|
3205
3222
|
console.error(`cardV1/spawn prop tag not found, ${i}`);
|
|
@@ -3211,7 +3228,7 @@ function rr(t, e) {
|
|
|
3211
3228
|
return;
|
|
3212
3229
|
}
|
|
3213
3230
|
const o = {};
|
|
3214
|
-
return P(o, l), o.basic.id =
|
|
3231
|
+
return P(o, l), o.basic.id = N(16), o.basic.key = ye.key, o.children = [], o.settings.title = "title", o.settings.subtitle = "subtitle", o.settings.text = "text", o;
|
|
3215
3232
|
}
|
|
3216
3233
|
const hn = {
|
|
3217
3234
|
key: "settings",
|
|
@@ -3271,7 +3288,7 @@ const hn = {
|
|
|
3271
3288
|
}, ye = {
|
|
3272
3289
|
key: Fe,
|
|
3273
3290
|
name: "x-runtime-lib.card",
|
|
3274
|
-
comp:
|
|
3291
|
+
comp: Xs,
|
|
3275
3292
|
slots: [
|
|
3276
3293
|
{
|
|
3277
3294
|
key: "default",
|
|
@@ -3284,7 +3301,7 @@ const hn = {
|
|
|
3284
3301
|
pageCommon: [v, H, hn],
|
|
3285
3302
|
compCommon: [v, H, hn]
|
|
3286
3303
|
},
|
|
3287
|
-
spawn:
|
|
3304
|
+
spawn: ar
|
|
3288
3305
|
};
|
|
3289
3306
|
C(ye);
|
|
3290
3307
|
const xn = {
|
|
@@ -3304,10 +3321,10 @@ const xn = {
|
|
|
3304
3321
|
default: ""
|
|
3305
3322
|
}
|
|
3306
3323
|
]
|
|
3307
|
-
},
|
|
3324
|
+
}, ur = {
|
|
3308
3325
|
key: He,
|
|
3309
3326
|
name: "x-runtime-lib.checkbox",
|
|
3310
|
-
comp:
|
|
3327
|
+
comp: Ys,
|
|
3311
3328
|
slots: [],
|
|
3312
3329
|
events: [],
|
|
3313
3330
|
methods: [],
|
|
@@ -3316,8 +3333,8 @@ const xn = {
|
|
|
3316
3333
|
compCommon: [v, xn]
|
|
3317
3334
|
}
|
|
3318
3335
|
};
|
|
3319
|
-
C(
|
|
3320
|
-
const
|
|
3336
|
+
C(ur);
|
|
3337
|
+
const dr = R(U), gn = {
|
|
3321
3338
|
key: "settings",
|
|
3322
3339
|
name: "x-runtime-lib.settings",
|
|
3323
3340
|
children: [
|
|
@@ -3390,12 +3407,12 @@ const ur = R(U), gn = {
|
|
|
3390
3407
|
ui: "switch",
|
|
3391
3408
|
default: !1
|
|
3392
3409
|
},
|
|
3393
|
-
|
|
3410
|
+
dr
|
|
3394
3411
|
]
|
|
3395
3412
|
}, _t = {
|
|
3396
|
-
key:
|
|
3413
|
+
key: Ge,
|
|
3397
3414
|
name: "x-runtime-lib.chip",
|
|
3398
|
-
comp:
|
|
3415
|
+
comp: Js,
|
|
3399
3416
|
slots: [],
|
|
3400
3417
|
events: [],
|
|
3401
3418
|
methods: [],
|
|
@@ -3405,7 +3422,7 @@ const ur = R(U), gn = {
|
|
|
3405
3422
|
}
|
|
3406
3423
|
};
|
|
3407
3424
|
C(_t);
|
|
3408
|
-
function
|
|
3425
|
+
function cr(t, e) {
|
|
3409
3426
|
const i = `type=${t} subtype=${e}`, s = L(t, e);
|
|
3410
3427
|
if (!s) {
|
|
3411
3428
|
console.error(`chipGroupV1/spawn prop tag not found, ${i}`);
|
|
@@ -3417,7 +3434,7 @@ function dr(t, e) {
|
|
|
3417
3434
|
return;
|
|
3418
3435
|
}
|
|
3419
3436
|
const o = {};
|
|
3420
|
-
return P(o, l), o.basic.id =
|
|
3437
|
+
return P(o, l), o.basic.id = N(16), o.basic.key = wt.key, o.children = [
|
|
3421
3438
|
de(t, e, "chip1", "chip 1"),
|
|
3422
3439
|
de(t, e, "chip2", "chip 2"),
|
|
3423
3440
|
de(t, e, "chip3", "chip 3"),
|
|
@@ -3438,7 +3455,7 @@ function de(t, e, i, s) {
|
|
|
3438
3455
|
return;
|
|
3439
3456
|
}
|
|
3440
3457
|
const a = {};
|
|
3441
|
-
return P(a, r), a.basic.id =
|
|
3458
|
+
return P(a, r), a.basic.id = N(16), a.basic.key = _t.key, a.settings.value = i, a.settings.text = s, a;
|
|
3442
3459
|
}
|
|
3443
3460
|
const kn = {
|
|
3444
3461
|
key: "settings",
|
|
@@ -3495,9 +3512,9 @@ const kn = {
|
|
|
3495
3512
|
}
|
|
3496
3513
|
]
|
|
3497
3514
|
}, wt = {
|
|
3498
|
-
key:
|
|
3515
|
+
key: Oe,
|
|
3499
3516
|
name: "x-runtime-lib.chipGroup",
|
|
3500
|
-
comp:
|
|
3517
|
+
comp: Qs,
|
|
3501
3518
|
slots: [
|
|
3502
3519
|
{
|
|
3503
3520
|
key: "default",
|
|
@@ -3510,13 +3527,13 @@ const kn = {
|
|
|
3510
3527
|
pageCommon: [v, kn],
|
|
3511
3528
|
compCommon: [v, kn]
|
|
3512
3529
|
},
|
|
3513
|
-
spawn:
|
|
3530
|
+
spawn: cr
|
|
3514
3531
|
};
|
|
3515
3532
|
C(wt);
|
|
3516
|
-
const
|
|
3533
|
+
const mr = {
|
|
3517
3534
|
key: Ke,
|
|
3518
3535
|
name: "x-runtime-lib.colorPicker",
|
|
3519
|
-
comp:
|
|
3536
|
+
comp: el,
|
|
3520
3537
|
slots: [],
|
|
3521
3538
|
events: [],
|
|
3522
3539
|
methods: [],
|
|
@@ -3525,7 +3542,7 @@ const cr = {
|
|
|
3525
3542
|
compCommon: [v]
|
|
3526
3543
|
}
|
|
3527
3544
|
};
|
|
3528
|
-
C(
|
|
3545
|
+
C(mr);
|
|
3529
3546
|
const _n = {
|
|
3530
3547
|
key: "settings",
|
|
3531
3548
|
name: "x-runtime-lib.settings",
|
|
@@ -3567,10 +3584,10 @@ const _n = {
|
|
|
3567
3584
|
default: !1
|
|
3568
3585
|
}
|
|
3569
3586
|
]
|
|
3570
|
-
},
|
|
3587
|
+
}, pr = {
|
|
3571
3588
|
key: je,
|
|
3572
3589
|
name: "x-runtime-lib.combobox",
|
|
3573
|
-
comp:
|
|
3590
|
+
comp: nl,
|
|
3574
3591
|
slots: [],
|
|
3575
3592
|
events: [],
|
|
3576
3593
|
methods: [],
|
|
@@ -3579,7 +3596,7 @@ const _n = {
|
|
|
3579
3596
|
compCommon: [v, _n]
|
|
3580
3597
|
}
|
|
3581
3598
|
};
|
|
3582
|
-
C(
|
|
3599
|
+
C(pr);
|
|
3583
3600
|
const Yt = R(U);
|
|
3584
3601
|
Yt.key = "backgroundColor";
|
|
3585
3602
|
Yt.name = "x-runtime-lib.backgroundColor";
|
|
@@ -3590,7 +3607,7 @@ const wn = {
|
|
|
3590
3607
|
}, Vt = {
|
|
3591
3608
|
key: Ue,
|
|
3592
3609
|
name: "x-runtime-lib.container",
|
|
3593
|
-
comp:
|
|
3610
|
+
comp: il,
|
|
3594
3611
|
slots: [
|
|
3595
3612
|
{
|
|
3596
3613
|
key: "default",
|
|
@@ -3763,10 +3780,10 @@ const Vn = {
|
|
|
3763
3780
|
defaultArray: []
|
|
3764
3781
|
}
|
|
3765
3782
|
]
|
|
3766
|
-
},
|
|
3783
|
+
}, fr = {
|
|
3767
3784
|
key: Ze,
|
|
3768
3785
|
name: "x-runtime-lib.dataTable",
|
|
3769
|
-
comp:
|
|
3786
|
+
comp: ol,
|
|
3770
3787
|
slots: [],
|
|
3771
3788
|
events: [],
|
|
3772
3789
|
methods: [],
|
|
@@ -3775,11 +3792,11 @@ const Vn = {
|
|
|
3775
3792
|
compCommon: [v, Vn, $n, Cn]
|
|
3776
3793
|
}
|
|
3777
3794
|
};
|
|
3778
|
-
C(
|
|
3779
|
-
const
|
|
3795
|
+
C(fr);
|
|
3796
|
+
const br = {
|
|
3780
3797
|
key: qe,
|
|
3781
3798
|
name: "x-runtime-lib.datePicker",
|
|
3782
|
-
comp:
|
|
3799
|
+
comp: rl,
|
|
3783
3800
|
slots: [],
|
|
3784
3801
|
events: [],
|
|
3785
3802
|
methods: [],
|
|
@@ -3788,11 +3805,11 @@ const fr = {
|
|
|
3788
3805
|
compCommon: [v]
|
|
3789
3806
|
}
|
|
3790
3807
|
};
|
|
3791
|
-
C(
|
|
3792
|
-
const
|
|
3808
|
+
C(br);
|
|
3809
|
+
const vr = {
|
|
3793
3810
|
key: Xe,
|
|
3794
3811
|
name: "x-runtime-lib.dialog",
|
|
3795
|
-
comp:
|
|
3812
|
+
comp: ul,
|
|
3796
3813
|
slots: [
|
|
3797
3814
|
{
|
|
3798
3815
|
key: "default",
|
|
@@ -3820,15 +3837,15 @@ const br = {
|
|
|
3820
3837
|
},
|
|
3821
3838
|
teleport: !0
|
|
3822
3839
|
};
|
|
3823
|
-
C(
|
|
3840
|
+
C(vr);
|
|
3824
3841
|
const In = {
|
|
3825
3842
|
key: "settings",
|
|
3826
3843
|
name: "x-runtime-lib.settings",
|
|
3827
3844
|
children: []
|
|
3828
|
-
},
|
|
3845
|
+
}, qa = {
|
|
3829
3846
|
key: Ye,
|
|
3830
3847
|
name: "x-runtime-lib.fileInput",
|
|
3831
|
-
comp:
|
|
3848
|
+
comp: dl,
|
|
3832
3849
|
slots: [],
|
|
3833
3850
|
events: [],
|
|
3834
3851
|
methods: [],
|
|
@@ -3856,7 +3873,7 @@ const In = {
|
|
|
3856
3873
|
}, $t = {
|
|
3857
3874
|
key: Bi,
|
|
3858
3875
|
name: "x-runtime-lib.flexLayoutEntry",
|
|
3859
|
-
comp:
|
|
3876
|
+
comp: ml,
|
|
3860
3877
|
slots: [
|
|
3861
3878
|
{
|
|
3862
3879
|
key: "default",
|
|
@@ -3871,7 +3888,7 @@ const In = {
|
|
|
3871
3888
|
}
|
|
3872
3889
|
};
|
|
3873
3890
|
C($t);
|
|
3874
|
-
function
|
|
3891
|
+
function yr(t, e) {
|
|
3875
3892
|
const i = `type=${t} subtype=${e}`, s = L(t, e);
|
|
3876
3893
|
if (!s) {
|
|
3877
3894
|
console.error(`flexLayoutV1/spawn prop tag not found, ${i}`);
|
|
@@ -3883,7 +3900,7 @@ function vr(t, e) {
|
|
|
3883
3900
|
return;
|
|
3884
3901
|
}
|
|
3885
3902
|
const o = {};
|
|
3886
|
-
return P(o, l), o.basic.id =
|
|
3903
|
+
return P(o, l), o.basic.id = N(16), o.basic.key = he.key, o.children = [
|
|
3887
3904
|
Ct(
|
|
3888
3905
|
t,
|
|
3889
3906
|
e,
|
|
@@ -3904,26 +3921,26 @@ function vr(t, e) {
|
|
|
3904
3921
|
"60px",
|
|
3905
3922
|
void 0
|
|
3906
3923
|
),
|
|
3907
|
-
|
|
3924
|
+
hr(t, e)
|
|
3908
3925
|
], o;
|
|
3909
3926
|
}
|
|
3910
3927
|
function Ct(t, e, i, s, l, o, r, a, d) {
|
|
3911
|
-
const
|
|
3928
|
+
const c = `type=${t} subtype=${e}`, u = L(t, e);
|
|
3912
3929
|
if (!u) {
|
|
3913
3930
|
console.error(
|
|
3914
|
-
`flexLayoutV1/spawnContainer prop tag not found, ${
|
|
3931
|
+
`flexLayoutV1/spawnContainer prop tag not found, ${c}`
|
|
3915
3932
|
);
|
|
3916
3933
|
return;
|
|
3917
3934
|
}
|
|
3918
|
-
const
|
|
3919
|
-
if (!
|
|
3920
|
-
console.error(`flexLayoutV1/spawnContainer props not found, ${
|
|
3935
|
+
const m = Vt.props[u];
|
|
3936
|
+
if (!m) {
|
|
3937
|
+
console.error(`flexLayoutV1/spawnContainer props not found, ${c}`);
|
|
3921
3938
|
return;
|
|
3922
3939
|
}
|
|
3923
3940
|
const p = {};
|
|
3924
|
-
return P(p,
|
|
3941
|
+
return P(p, m), p.basic.id = N(16), p.basic.key = Vt.key, s && (p.size.width = s), l && (p.size.minWidth = l), r && (p.size.height = r), a && (p.size.minHeight = a), console.log(p), i && (p.settings.backgroundColor.mode = "custom", p.settings.backgroundColor.custom.light = i, p.settings.backgroundColor.custom.dark = i), p.children = [], p;
|
|
3925
3942
|
}
|
|
3926
|
-
function
|
|
3943
|
+
function hr(t, e) {
|
|
3927
3944
|
const i = `type=${t} subtype=${e}`, s = L(t, e);
|
|
3928
3945
|
if (!s) {
|
|
3929
3946
|
console.error(`flexLayoutV1/spawnEntry prop tag not found, ${i}`);
|
|
@@ -3940,7 +3957,7 @@ function yr(t, e) {
|
|
|
3940
3957
|
key: ""
|
|
3941
3958
|
}
|
|
3942
3959
|
};
|
|
3943
|
-
return P(o, l), o.basic.id =
|
|
3960
|
+
return P(o, l), o.basic.id = N(16), o.basic.key = $t.key, o.children = [
|
|
3944
3961
|
Ct(
|
|
3945
3962
|
t,
|
|
3946
3963
|
e,
|
|
@@ -4129,7 +4146,7 @@ const Tn = {
|
|
|
4129
4146
|
}, he = {
|
|
4130
4147
|
key: Je,
|
|
4131
4148
|
name: "x-runtime-lib.flexLayout",
|
|
4132
|
-
comp:
|
|
4149
|
+
comp: cl,
|
|
4133
4150
|
slots: [
|
|
4134
4151
|
{
|
|
4135
4152
|
key: "default",
|
|
@@ -4148,7 +4165,7 @@ const Tn = {
|
|
|
4148
4165
|
pageCommon: [v, H, me, pe, fe, Tn],
|
|
4149
4166
|
compCommon: [v, H, me, pe, fe, Tn]
|
|
4150
4167
|
},
|
|
4151
|
-
spawn:
|
|
4168
|
+
spawn: yr
|
|
4152
4169
|
};
|
|
4153
4170
|
C(he);
|
|
4154
4171
|
const zn = {
|
|
@@ -4331,7 +4348,7 @@ const zn = {
|
|
|
4331
4348
|
}
|
|
4332
4349
|
};
|
|
4333
4350
|
C(It);
|
|
4334
|
-
function
|
|
4351
|
+
function xr(t, e) {
|
|
4335
4352
|
const i = `type=${t} subtype=${e}`, s = L(t, e);
|
|
4336
4353
|
if (!s) {
|
|
4337
4354
|
console.error(`formV1/spawn prop tag not found, ${i}`);
|
|
@@ -4343,9 +4360,9 @@ function hr(t, e) {
|
|
|
4343
4360
|
return;
|
|
4344
4361
|
}
|
|
4345
4362
|
const o = {};
|
|
4346
|
-
return P(o, l), o.basic.id =
|
|
4363
|
+
return P(o, l), o.basic.id = N(16), o.basic.key = St.key, o.children = [gr(t, e)], o;
|
|
4347
4364
|
}
|
|
4348
|
-
function
|
|
4365
|
+
function gr(t, e) {
|
|
4349
4366
|
const i = `type=${t} subtype=${e}`, s = L(t, e);
|
|
4350
4367
|
if (!s) {
|
|
4351
4368
|
console.error(`formV1/spawnTextField prop tag not found, ${i}`);
|
|
@@ -4357,7 +4374,7 @@ function xr(t, e) {
|
|
|
4357
4374
|
return;
|
|
4358
4375
|
}
|
|
4359
4376
|
const o = {};
|
|
4360
|
-
return P(o, l), o.basic.id =
|
|
4377
|
+
return P(o, l), o.basic.id = N(16), o.basic.key = It.key, o;
|
|
4361
4378
|
}
|
|
4362
4379
|
const Nn = {
|
|
4363
4380
|
key: "settings",
|
|
@@ -4380,7 +4397,7 @@ const Nn = {
|
|
|
4380
4397
|
}, St = {
|
|
4381
4398
|
key: Qe,
|
|
4382
4399
|
name: "x-runtime-lib.form",
|
|
4383
|
-
comp:
|
|
4400
|
+
comp: pl,
|
|
4384
4401
|
slots: [
|
|
4385
4402
|
{
|
|
4386
4403
|
key: "default",
|
|
@@ -4399,10 +4416,10 @@ const Nn = {
|
|
|
4399
4416
|
pageCommon: [v, H, me, pe, fe, Nn],
|
|
4400
4417
|
compCommon: [v, H, me, pe, fe, Nn]
|
|
4401
4418
|
},
|
|
4402
|
-
spawn:
|
|
4419
|
+
spawn: xr
|
|
4403
4420
|
};
|
|
4404
4421
|
C(St);
|
|
4405
|
-
const
|
|
4422
|
+
const kr = R(U), Pn = {
|
|
4406
4423
|
key: "settings",
|
|
4407
4424
|
name: "x-runtime-lib.settings",
|
|
4408
4425
|
children: [
|
|
@@ -4425,12 +4442,12 @@ const gr = R(U), Pn = {
|
|
|
4425
4442
|
items: "sizeItemsV1",
|
|
4426
4443
|
default: "default"
|
|
4427
4444
|
},
|
|
4428
|
-
|
|
4445
|
+
kr
|
|
4429
4446
|
]
|
|
4430
|
-
},
|
|
4447
|
+
}, _r = {
|
|
4431
4448
|
key: et,
|
|
4432
4449
|
name: "x-runtime-lib.icon",
|
|
4433
|
-
comp:
|
|
4450
|
+
comp: fl,
|
|
4434
4451
|
slots: [],
|
|
4435
4452
|
events: [],
|
|
4436
4453
|
methods: [],
|
|
@@ -4439,11 +4456,11 @@ const gr = R(U), Pn = {
|
|
|
4439
4456
|
compCommon: [v, Pn]
|
|
4440
4457
|
}
|
|
4441
4458
|
};
|
|
4442
|
-
C(
|
|
4443
|
-
const
|
|
4459
|
+
C(_r);
|
|
4460
|
+
const wr = {
|
|
4444
4461
|
key: it,
|
|
4445
4462
|
name: "x-runtime-lib.menu",
|
|
4446
|
-
comp:
|
|
4463
|
+
comp: vl,
|
|
4447
4464
|
slots: [
|
|
4448
4465
|
{
|
|
4449
4466
|
key: "default",
|
|
@@ -4471,8 +4488,8 @@ const _r = {
|
|
|
4471
4488
|
},
|
|
4472
4489
|
teleport: !0
|
|
4473
4490
|
};
|
|
4474
|
-
C(
|
|
4475
|
-
function
|
|
4491
|
+
C(wr);
|
|
4492
|
+
function Vr(t, e) {
|
|
4476
4493
|
const i = `type=${t} subtype=${e}`, s = L(t, e);
|
|
4477
4494
|
if (!s) {
|
|
4478
4495
|
console.error(`numberInputV1/spawn prop tag not found, ${i}`);
|
|
@@ -4484,7 +4501,7 @@ function wr(t, e) {
|
|
|
4484
4501
|
return;
|
|
4485
4502
|
}
|
|
4486
4503
|
const o = {};
|
|
4487
|
-
return P(o, l), o.basic.id =
|
|
4504
|
+
return P(o, l), o.basic.id = N(16), o.basic.key = Tt.key, o.settings.label = "label", o.settings.placeholder = "placeholder", o;
|
|
4488
4505
|
}
|
|
4489
4506
|
const Ln = {
|
|
4490
4507
|
key: "size",
|
|
@@ -4656,7 +4673,7 @@ const Ln = {
|
|
|
4656
4673
|
}, Tt = {
|
|
4657
4674
|
key: ot,
|
|
4658
4675
|
name: "x-runtime-lib.numberInput",
|
|
4659
|
-
comp:
|
|
4676
|
+
comp: yl,
|
|
4660
4677
|
slots: [],
|
|
4661
4678
|
events: [
|
|
4662
4679
|
{
|
|
@@ -4690,7 +4707,7 @@ const Ln = {
|
|
|
4690
4707
|
pageCommon: [v, Ln, En],
|
|
4691
4708
|
compCommon: [v, Ln, En]
|
|
4692
4709
|
},
|
|
4693
|
-
spawn:
|
|
4710
|
+
spawn: Vr
|
|
4694
4711
|
};
|
|
4695
4712
|
C(Tt);
|
|
4696
4713
|
const Wn = {
|
|
@@ -4756,10 +4773,10 @@ const Wn = {
|
|
|
4756
4773
|
default: !1
|
|
4757
4774
|
}
|
|
4758
4775
|
]
|
|
4759
|
-
},
|
|
4776
|
+
}, $r = {
|
|
4760
4777
|
key: st,
|
|
4761
4778
|
name: "x-runtime-lib.pagination",
|
|
4762
|
-
comp:
|
|
4779
|
+
comp: hl,
|
|
4763
4780
|
slots: [],
|
|
4764
4781
|
events: [],
|
|
4765
4782
|
methods: [],
|
|
@@ -4768,8 +4785,8 @@ const Wn = {
|
|
|
4768
4785
|
compCommon: [v, Wn]
|
|
4769
4786
|
}
|
|
4770
4787
|
};
|
|
4771
|
-
C(
|
|
4772
|
-
const
|
|
4788
|
+
C($r);
|
|
4789
|
+
const Cr = R(U), Bn = {
|
|
4773
4790
|
key: "settings",
|
|
4774
4791
|
name: "x-runtime-lib.settings",
|
|
4775
4792
|
children: [
|
|
@@ -4804,12 +4821,12 @@ const $r = R(U), Bn = {
|
|
|
4804
4821
|
items: "densityItemsV1",
|
|
4805
4822
|
default: "default"
|
|
4806
4823
|
},
|
|
4807
|
-
|
|
4824
|
+
Cr
|
|
4808
4825
|
]
|
|
4809
4826
|
}, zt = {
|
|
4810
4827
|
key: Di,
|
|
4811
4828
|
name: "x-runtime-lib.radio",
|
|
4812
|
-
comp:
|
|
4829
|
+
comp: xl,
|
|
4813
4830
|
slots: [],
|
|
4814
4831
|
events: [],
|
|
4815
4832
|
methods: [],
|
|
@@ -4819,7 +4836,7 @@ const $r = R(U), Bn = {
|
|
|
4819
4836
|
}
|
|
4820
4837
|
};
|
|
4821
4838
|
C(zt);
|
|
4822
|
-
function
|
|
4839
|
+
function Ir(t, e) {
|
|
4823
4840
|
const i = `type=${t} subtype=${e}`, s = L(t, e);
|
|
4824
4841
|
if (!s) {
|
|
4825
4842
|
console.error(`radioGroupV1/spawn prop tag not found, ${i}`);
|
|
@@ -4831,7 +4848,7 @@ function Cr(t, e) {
|
|
|
4831
4848
|
return;
|
|
4832
4849
|
}
|
|
4833
4850
|
const o = {};
|
|
4834
|
-
return P(o, l), o.basic.id =
|
|
4851
|
+
return P(o, l), o.basic.id = N(16), o.basic.key = At.key, o.children = [
|
|
4835
4852
|
Ae(t, e, "option1", "Option 1"),
|
|
4836
4853
|
Ae(t, e, "option2", "Option 2"),
|
|
4837
4854
|
Ae(t, e, "option3", "Option 3")
|
|
@@ -4849,7 +4866,7 @@ function Ae(t, e, i, s) {
|
|
|
4849
4866
|
return;
|
|
4850
4867
|
}
|
|
4851
4868
|
const a = {};
|
|
4852
|
-
return P(a, r), a.basic.id =
|
|
4869
|
+
return P(a, r), a.basic.id = N(16), a.basic.key = zt.key, a.settings.value = i, a.settings.label = s, a;
|
|
4853
4870
|
}
|
|
4854
4871
|
const Dn = {
|
|
4855
4872
|
key: "settings",
|
|
@@ -4897,7 +4914,7 @@ const Dn = {
|
|
|
4897
4914
|
}, At = {
|
|
4898
4915
|
key: lt,
|
|
4899
4916
|
name: "x-runtime-lib.radioGroup",
|
|
4900
|
-
comp:
|
|
4917
|
+
comp: kl,
|
|
4901
4918
|
slots: [
|
|
4902
4919
|
{
|
|
4903
4920
|
key: "default",
|
|
@@ -4910,7 +4927,7 @@ const Dn = {
|
|
|
4910
4927
|
pageCommon: [v, Dn],
|
|
4911
4928
|
compCommon: [v, Dn]
|
|
4912
4929
|
},
|
|
4913
|
-
spawn:
|
|
4930
|
+
spawn: Ir
|
|
4914
4931
|
};
|
|
4915
4932
|
C(At);
|
|
4916
4933
|
const Rn = {
|
|
@@ -5030,10 +5047,10 @@ const Rn = {
|
|
|
5030
5047
|
]
|
|
5031
5048
|
}
|
|
5032
5049
|
]
|
|
5033
|
-
},
|
|
5050
|
+
}, Sr = {
|
|
5034
5051
|
key: rt,
|
|
5035
5052
|
name: "x-runtime-lib.rangeSlider",
|
|
5036
|
-
comp:
|
|
5053
|
+
comp: wl,
|
|
5037
5054
|
slots: [],
|
|
5038
5055
|
events: [],
|
|
5039
5056
|
methods: [],
|
|
@@ -5042,7 +5059,7 @@ const Rn = {
|
|
|
5042
5059
|
compCommon: [v, Rn]
|
|
5043
5060
|
}
|
|
5044
5061
|
};
|
|
5045
|
-
C(
|
|
5062
|
+
C(Sr);
|
|
5046
5063
|
const Mn = {
|
|
5047
5064
|
key: "settings",
|
|
5048
5065
|
name: "x-runtime-lib.settings",
|
|
@@ -5098,10 +5115,10 @@ const Mn = {
|
|
|
5098
5115
|
default: !1
|
|
5099
5116
|
}
|
|
5100
5117
|
]
|
|
5101
|
-
},
|
|
5118
|
+
}, Tr = {
|
|
5102
5119
|
key: at,
|
|
5103
5120
|
name: "x-runtime-lib.rating",
|
|
5104
|
-
comp:
|
|
5121
|
+
comp: Vl,
|
|
5105
5122
|
slots: [],
|
|
5106
5123
|
events: [],
|
|
5107
5124
|
methods: [],
|
|
@@ -5110,7 +5127,7 @@ const Mn = {
|
|
|
5110
5127
|
compCommon: [v, Mn]
|
|
5111
5128
|
}
|
|
5112
5129
|
};
|
|
5113
|
-
C(
|
|
5130
|
+
C(Tr);
|
|
5114
5131
|
const Fn = {
|
|
5115
5132
|
key: "settings",
|
|
5116
5133
|
name: "x-runtime-lib.settings",
|
|
@@ -5152,10 +5169,10 @@ const Fn = {
|
|
|
5152
5169
|
default: !1
|
|
5153
5170
|
}
|
|
5154
5171
|
]
|
|
5155
|
-
},
|
|
5172
|
+
}, zr = {
|
|
5156
5173
|
key: ut,
|
|
5157
5174
|
name: "x-runtime-lib.select",
|
|
5158
|
-
comp:
|
|
5175
|
+
comp: Cl,
|
|
5159
5176
|
slots: [],
|
|
5160
5177
|
events: [],
|
|
5161
5178
|
methods: [],
|
|
@@ -5164,7 +5181,7 @@ const Fn = {
|
|
|
5164
5181
|
compCommon: [v, Fn]
|
|
5165
5182
|
}
|
|
5166
5183
|
};
|
|
5167
|
-
C(
|
|
5184
|
+
C(zr);
|
|
5168
5185
|
const Qt = R(U);
|
|
5169
5186
|
Qt.key = "color";
|
|
5170
5187
|
Qt.name = "x-runtime-lib.color";
|
|
@@ -5283,7 +5300,7 @@ const Hn = {
|
|
|
5283
5300
|
en,
|
|
5284
5301
|
tn
|
|
5285
5302
|
]
|
|
5286
|
-
},
|
|
5303
|
+
}, Gn = {
|
|
5287
5304
|
key: "slots",
|
|
5288
5305
|
name: "x-runtime-lib.slots",
|
|
5289
5306
|
children: [
|
|
@@ -5300,23 +5317,23 @@ const Hn = {
|
|
|
5300
5317
|
default: void 0
|
|
5301
5318
|
}
|
|
5302
5319
|
]
|
|
5303
|
-
},
|
|
5320
|
+
}, Ar = {
|
|
5304
5321
|
key: dt,
|
|
5305
5322
|
name: "x-runtime-lib.slider",
|
|
5306
|
-
comp:
|
|
5323
|
+
comp: Sl,
|
|
5307
5324
|
slots: [],
|
|
5308
5325
|
events: [],
|
|
5309
5326
|
methods: [],
|
|
5310
5327
|
props: {
|
|
5311
|
-
pageCommon: [v, Hn,
|
|
5312
|
-
compCommon: [v, Hn,
|
|
5328
|
+
pageCommon: [v, Hn, Gn],
|
|
5329
|
+
compCommon: [v, Hn, Gn]
|
|
5313
5330
|
}
|
|
5314
5331
|
};
|
|
5315
|
-
C(
|
|
5332
|
+
C(Ar);
|
|
5316
5333
|
const Nt = {
|
|
5317
5334
|
key: Ri,
|
|
5318
5335
|
name: "x-runtime-lib.stepperHeader",
|
|
5319
|
-
comp:
|
|
5336
|
+
comp: Nl,
|
|
5320
5337
|
slots: [
|
|
5321
5338
|
{
|
|
5322
5339
|
key: "default",
|
|
@@ -5331,7 +5348,7 @@ const Nt = {
|
|
|
5331
5348
|
}
|
|
5332
5349
|
};
|
|
5333
5350
|
C(Nt);
|
|
5334
|
-
const
|
|
5351
|
+
const On = {
|
|
5335
5352
|
key: "settings",
|
|
5336
5353
|
name: "x-runtime-lib.settings",
|
|
5337
5354
|
children: [
|
|
@@ -5345,7 +5362,7 @@ const Gn = {
|
|
|
5345
5362
|
}, Pt = {
|
|
5346
5363
|
key: Mi,
|
|
5347
5364
|
name: "x-runtime-lib.stepperItem",
|
|
5348
|
-
comp:
|
|
5365
|
+
comp: Pl,
|
|
5349
5366
|
slots: [
|
|
5350
5367
|
{
|
|
5351
5368
|
key: "default",
|
|
@@ -5355,15 +5372,15 @@ const Gn = {
|
|
|
5355
5372
|
events: [],
|
|
5356
5373
|
methods: [],
|
|
5357
5374
|
props: {
|
|
5358
|
-
pageCommon: [v,
|
|
5359
|
-
compCommon: [v,
|
|
5375
|
+
pageCommon: [v, On],
|
|
5376
|
+
compCommon: [v, On]
|
|
5360
5377
|
}
|
|
5361
5378
|
};
|
|
5362
5379
|
C(Pt);
|
|
5363
5380
|
const Lt = {
|
|
5364
5381
|
key: Fi,
|
|
5365
5382
|
name: "x-runtime-lib.stepperWindow",
|
|
5366
|
-
comp:
|
|
5383
|
+
comp: Wl,
|
|
5367
5384
|
slots: [
|
|
5368
5385
|
{
|
|
5369
5386
|
key: "default",
|
|
@@ -5392,7 +5409,7 @@ const Kn = {
|
|
|
5392
5409
|
}, Et = {
|
|
5393
5410
|
key: Hi,
|
|
5394
5411
|
name: "x-runtime-lib.stepperWindowItem",
|
|
5395
|
-
comp:
|
|
5412
|
+
comp: Bl,
|
|
5396
5413
|
slots: [
|
|
5397
5414
|
{
|
|
5398
5415
|
key: "default",
|
|
@@ -5407,7 +5424,7 @@ const Kn = {
|
|
|
5407
5424
|
}
|
|
5408
5425
|
};
|
|
5409
5426
|
C(Et);
|
|
5410
|
-
function
|
|
5427
|
+
function Nr(t, e) {
|
|
5411
5428
|
const i = `type=${t} subtype=${e}`, s = L(t, e);
|
|
5412
5429
|
if (!s) {
|
|
5413
5430
|
console.error(`stepperV1/spawn prop tag not found, ${i}`);
|
|
@@ -5419,9 +5436,9 @@ function Ar(t, e) {
|
|
|
5419
5436
|
return;
|
|
5420
5437
|
}
|
|
5421
5438
|
const o = {};
|
|
5422
|
-
return P(o, l), o.basic.id =
|
|
5439
|
+
return P(o, l), o.basic.id = N(16), o.basic.key = Wt.key, o.children = [Pr(t, e), Lr(t, e)], o;
|
|
5423
5440
|
}
|
|
5424
|
-
function
|
|
5441
|
+
function Pr(t, e) {
|
|
5425
5442
|
const i = `type=${t} subtype=${e}`, s = L(t, e);
|
|
5426
5443
|
if (!s) {
|
|
5427
5444
|
console.error(`stepperV1/spawnHeader prop tag not found, ${i}`);
|
|
@@ -5433,7 +5450,7 @@ function Nr(t, e) {
|
|
|
5433
5450
|
return;
|
|
5434
5451
|
}
|
|
5435
5452
|
const o = {};
|
|
5436
|
-
return P(o, l), o.basic.id =
|
|
5453
|
+
return P(o, l), o.basic.id = N(16), o.basic.key = Nt.key, o.children = [
|
|
5437
5454
|
Ne(t, e, "step1"),
|
|
5438
5455
|
Ne(t, e, "step2"),
|
|
5439
5456
|
Ne(t, e, "step3")
|
|
@@ -5451,9 +5468,9 @@ function Ne(t, e, i) {
|
|
|
5451
5468
|
return;
|
|
5452
5469
|
}
|
|
5453
5470
|
const r = {};
|
|
5454
|
-
return P(r, o), r.basic.id =
|
|
5471
|
+
return P(r, o), r.basic.id = N(16), r.basic.key = Pt.key, r.children = [], r.settings.value = i, r;
|
|
5455
5472
|
}
|
|
5456
|
-
function
|
|
5473
|
+
function Lr(t, e) {
|
|
5457
5474
|
const i = `type=${t} subtype=${e}`, s = L(t, e);
|
|
5458
5475
|
if (!s) {
|
|
5459
5476
|
console.error(`stepperV1/spawnWindow prop tag not found, ${i}`);
|
|
@@ -5465,7 +5482,7 @@ function Pr(t, e) {
|
|
|
5465
5482
|
return;
|
|
5466
5483
|
}
|
|
5467
5484
|
const o = {};
|
|
5468
|
-
return P(o, l), o.basic.id =
|
|
5485
|
+
return P(o, l), o.basic.id = N(16), o.basic.key = Lt.key, o.children = [
|
|
5469
5486
|
Pe(t, e, "step1", "step 1"),
|
|
5470
5487
|
Pe(t, e, "step2", "step 2"),
|
|
5471
5488
|
Pe(t, e, "step3", "step 3")
|
|
@@ -5483,9 +5500,9 @@ function Pe(t, e, i, s) {
|
|
|
5483
5500
|
return;
|
|
5484
5501
|
}
|
|
5485
5502
|
const a = {};
|
|
5486
|
-
return P(a, r), a.basic.id =
|
|
5503
|
+
return P(a, r), a.basic.id = N(16), a.basic.key = Et.key, a.children = [Er(t, e, s)], a.settings.value = i, a;
|
|
5487
5504
|
}
|
|
5488
|
-
function
|
|
5505
|
+
function Er(t, e, i) {
|
|
5489
5506
|
const s = `type=${t} subtype=${e}`, l = L(t, e);
|
|
5490
5507
|
if (!l) {
|
|
5491
5508
|
console.error(`stepperV1/spawnCard prop tag not found, ${s}`);
|
|
@@ -5497,7 +5514,7 @@ function Lr(t, e, i) {
|
|
|
5497
5514
|
return;
|
|
5498
5515
|
}
|
|
5499
5516
|
const r = {};
|
|
5500
|
-
return P(r, o), r.basic.id =
|
|
5517
|
+
return P(r, o), r.basic.id = N(16), r.basic.key = ye.key, r.children = [], r.settings.title = i, r;
|
|
5501
5518
|
}
|
|
5502
5519
|
const jn = {
|
|
5503
5520
|
key: "settings",
|
|
@@ -5519,7 +5536,7 @@ const jn = {
|
|
|
5519
5536
|
}, Wt = {
|
|
5520
5537
|
key: ct,
|
|
5521
5538
|
name: "x-runtime-lib.stepper",
|
|
5522
|
-
comp:
|
|
5539
|
+
comp: Tl,
|
|
5523
5540
|
slots: [
|
|
5524
5541
|
{
|
|
5525
5542
|
key: "default",
|
|
@@ -5532,13 +5549,13 @@ const jn = {
|
|
|
5532
5549
|
pageCommon: [v, jn],
|
|
5533
5550
|
compCommon: [v, jn]
|
|
5534
5551
|
},
|
|
5535
|
-
spawn:
|
|
5552
|
+
spawn: Nr
|
|
5536
5553
|
};
|
|
5537
5554
|
C(Wt);
|
|
5538
|
-
const
|
|
5555
|
+
const Wr = {
|
|
5539
5556
|
key: mt,
|
|
5540
5557
|
name: "x-runtime-lib.switch",
|
|
5541
|
-
comp:
|
|
5558
|
+
comp: Rl,
|
|
5542
5559
|
slots: [],
|
|
5543
5560
|
events: [],
|
|
5544
5561
|
methods: [],
|
|
@@ -5547,7 +5564,7 @@ const Er = {
|
|
|
5547
5564
|
compCommon: [v]
|
|
5548
5565
|
}
|
|
5549
5566
|
};
|
|
5550
|
-
C(
|
|
5567
|
+
C(Wr);
|
|
5551
5568
|
const Un = {
|
|
5552
5569
|
key: "settings",
|
|
5553
5570
|
name: "x-runtime-lib.settings",
|
|
@@ -5566,9 +5583,9 @@ const Un = {
|
|
|
5566
5583
|
}
|
|
5567
5584
|
]
|
|
5568
5585
|
}, Bt = {
|
|
5569
|
-
key:
|
|
5586
|
+
key: Gi,
|
|
5570
5587
|
name: "x-runtime-lib.tab",
|
|
5571
|
-
comp:
|
|
5588
|
+
comp: Ml,
|
|
5572
5589
|
slots: [],
|
|
5573
5590
|
events: [],
|
|
5574
5591
|
methods: [],
|
|
@@ -5578,7 +5595,7 @@ const Un = {
|
|
|
5578
5595
|
}
|
|
5579
5596
|
};
|
|
5580
5597
|
C(Bt);
|
|
5581
|
-
function
|
|
5598
|
+
function Br(t, e) {
|
|
5582
5599
|
const i = `type=${t} subtype=${e}`, s = L(t, e);
|
|
5583
5600
|
if (!s) {
|
|
5584
5601
|
console.error(`tabsV1/spawn prop tag not found, ${i}`);
|
|
@@ -5590,7 +5607,7 @@ function Wr(t, e) {
|
|
|
5590
5607
|
return;
|
|
5591
5608
|
}
|
|
5592
5609
|
const o = {};
|
|
5593
|
-
return P(o, l), o.basic.id =
|
|
5610
|
+
return P(o, l), o.basic.id = N(16), o.basic.key = Dt.key, o.children = [
|
|
5594
5611
|
Le(t, e, "tab1", "tab 1"),
|
|
5595
5612
|
Le(t, e, "tab2", "tab 2"),
|
|
5596
5613
|
Le(t, e, "tab3", "tab 3")
|
|
@@ -5608,7 +5625,7 @@ function Le(t, e, i, s) {
|
|
|
5608
5625
|
return;
|
|
5609
5626
|
}
|
|
5610
5627
|
const a = {};
|
|
5611
|
-
return P(a, r), a.basic.id =
|
|
5628
|
+
return P(a, r), a.basic.id = N(16), a.basic.key = Bt.key, a.settings.value = i, a.settings.text = s, a;
|
|
5612
5629
|
}
|
|
5613
5630
|
const nn = R(U);
|
|
5614
5631
|
nn.key = "backgroundColor";
|
|
@@ -5701,7 +5718,7 @@ const Zn = {
|
|
|
5701
5718
|
}, Dt = {
|
|
5702
5719
|
key: pt,
|
|
5703
5720
|
name: "x-runtime-lib.tabs",
|
|
5704
|
-
comp:
|
|
5721
|
+
comp: Fl,
|
|
5705
5722
|
slots: [
|
|
5706
5723
|
{
|
|
5707
5724
|
key: "default",
|
|
@@ -5714,10 +5731,10 @@ const Zn = {
|
|
|
5714
5731
|
pageCommon: [v, Zn],
|
|
5715
5732
|
compCommon: [v, Zn]
|
|
5716
5733
|
},
|
|
5717
|
-
spawn:
|
|
5734
|
+
spawn: Br
|
|
5718
5735
|
};
|
|
5719
5736
|
C(Dt);
|
|
5720
|
-
function
|
|
5737
|
+
function Dr(t, e) {
|
|
5721
5738
|
const i = `type=${t} subtype=${e}`, s = L(t, e);
|
|
5722
5739
|
if (!s) {
|
|
5723
5740
|
console.error(`textV1/spawn prop tag not found, ${i}`);
|
|
@@ -5729,7 +5746,7 @@ function Br(t, e) {
|
|
|
5729
5746
|
return;
|
|
5730
5747
|
}
|
|
5731
5748
|
const o = {};
|
|
5732
|
-
return P(o, l), o.basic.id =
|
|
5749
|
+
return P(o, l), o.basic.id = N(16), o.basic.key = ae.key, o.settings.text = "text", o;
|
|
5733
5750
|
}
|
|
5734
5751
|
const qn = {
|
|
5735
5752
|
key: "settings",
|
|
@@ -5820,7 +5837,7 @@ const qn = {
|
|
|
5820
5837
|
}, ae = {
|
|
5821
5838
|
key: ft,
|
|
5822
5839
|
name: "x-runtime-lib.text",
|
|
5823
|
-
comp:
|
|
5840
|
+
comp: Hl,
|
|
5824
5841
|
slots: [],
|
|
5825
5842
|
events: [],
|
|
5826
5843
|
methods: [],
|
|
@@ -5828,10 +5845,10 @@ const qn = {
|
|
|
5828
5845
|
pageCommon: [v, qn],
|
|
5829
5846
|
compCommon: [v, qn]
|
|
5830
5847
|
},
|
|
5831
|
-
spawn:
|
|
5848
|
+
spawn: Dr
|
|
5832
5849
|
};
|
|
5833
5850
|
C(ae);
|
|
5834
|
-
function
|
|
5851
|
+
function Rr(t, e) {
|
|
5835
5852
|
const i = `type=${t} subtype=${e}`, s = L(t, e);
|
|
5836
5853
|
if (!s) {
|
|
5837
5854
|
console.error(`textareaV1/spawn prop tag not found, ${i}`);
|
|
@@ -5843,7 +5860,7 @@ function Dr(t, e) {
|
|
|
5843
5860
|
return;
|
|
5844
5861
|
}
|
|
5845
5862
|
const o = {};
|
|
5846
|
-
return P(o, l), o.basic.id =
|
|
5863
|
+
return P(o, l), o.basic.id = N(16), o.basic.key = Rt.key, o.settings.label = "label", o;
|
|
5847
5864
|
}
|
|
5848
5865
|
const Xn = {
|
|
5849
5866
|
key: "settings",
|
|
@@ -5919,7 +5936,7 @@ const Xn = {
|
|
|
5919
5936
|
}, Rt = {
|
|
5920
5937
|
key: bt,
|
|
5921
5938
|
name: "x-runtime-lib.textarea",
|
|
5922
|
-
comp:
|
|
5939
|
+
comp: Gl,
|
|
5923
5940
|
slots: [],
|
|
5924
5941
|
events: [],
|
|
5925
5942
|
methods: [],
|
|
@@ -5927,13 +5944,13 @@ const Xn = {
|
|
|
5927
5944
|
pageCommon: [v, Xn],
|
|
5928
5945
|
compCommon: [v, Xn]
|
|
5929
5946
|
},
|
|
5930
|
-
spawn:
|
|
5947
|
+
spawn: Rr
|
|
5931
5948
|
};
|
|
5932
5949
|
C(Rt);
|
|
5933
5950
|
const Mt = {
|
|
5934
|
-
key:
|
|
5951
|
+
key: Oi,
|
|
5935
5952
|
name: "x-runtime-lib.timelineItem",
|
|
5936
|
-
comp:
|
|
5953
|
+
comp: Zl,
|
|
5937
5954
|
slots: [
|
|
5938
5955
|
{
|
|
5939
5956
|
key: "default",
|
|
@@ -5948,7 +5965,7 @@ const Mt = {
|
|
|
5948
5965
|
}
|
|
5949
5966
|
};
|
|
5950
5967
|
C(Mt);
|
|
5951
|
-
function
|
|
5968
|
+
function Mr(t, e) {
|
|
5952
5969
|
const i = `type=${t} subtype=${e}`, s = L(t, e);
|
|
5953
5970
|
if (!s) {
|
|
5954
5971
|
console.error(`timelineV1/spawn prop tag not found, ${i}`);
|
|
@@ -5960,7 +5977,7 @@ function Rr(t, e) {
|
|
|
5960
5977
|
return;
|
|
5961
5978
|
}
|
|
5962
5979
|
const o = {};
|
|
5963
|
-
return P(o, l), o.basic.id =
|
|
5980
|
+
return P(o, l), o.basic.id = N(16), o.basic.key = Ft.key, o.children = [
|
|
5964
5981
|
Ee(t, e, "timeline 1"),
|
|
5965
5982
|
Ee(t, e, "timeline 2"),
|
|
5966
5983
|
Ee(t, e, "timeline 3")
|
|
@@ -5978,9 +5995,9 @@ function Ee(t, e, i) {
|
|
|
5978
5995
|
return;
|
|
5979
5996
|
}
|
|
5980
5997
|
const r = {};
|
|
5981
|
-
return P(r, o), r.basic.id =
|
|
5998
|
+
return P(r, o), r.basic.id = N(16), r.basic.key = Mt.key, r.children = [Fr(t, e, i)], r;
|
|
5982
5999
|
}
|
|
5983
|
-
function
|
|
6000
|
+
function Fr(t, e, i) {
|
|
5984
6001
|
const s = `type=${t} subtype=${e}`, l = L(t, e);
|
|
5985
6002
|
if (!l) {
|
|
5986
6003
|
console.error(`timelineV1/spawnText prop tag not found, ${s}`);
|
|
@@ -5992,9 +6009,9 @@ function Mr(t, e, i) {
|
|
|
5992
6009
|
return;
|
|
5993
6010
|
}
|
|
5994
6011
|
const r = {};
|
|
5995
|
-
return P(r, o), r.basic.id =
|
|
6012
|
+
return P(r, o), r.basic.id = N(16), r.basic.key = ae.key, r.settings.text = i, r;
|
|
5996
6013
|
}
|
|
5997
|
-
const
|
|
6014
|
+
const Hr = R(U), Gr = R(U), Yn = {
|
|
5998
6015
|
key: "settings",
|
|
5999
6016
|
name: "x-runtime-lib.settings",
|
|
6000
6017
|
children: [
|
|
@@ -6042,7 +6059,7 @@ const Fr = R(U), Hr = R(U), Yn = {
|
|
|
6042
6059
|
ui: "switch",
|
|
6043
6060
|
default: !1
|
|
6044
6061
|
},
|
|
6045
|
-
|
|
6062
|
+
Hr
|
|
6046
6063
|
]
|
|
6047
6064
|
},
|
|
6048
6065
|
{
|
|
@@ -6068,14 +6085,14 @@ const Fr = R(U), Hr = R(U), Yn = {
|
|
|
6068
6085
|
ui: "numInput",
|
|
6069
6086
|
default: 0
|
|
6070
6087
|
},
|
|
6071
|
-
|
|
6088
|
+
Gr
|
|
6072
6089
|
]
|
|
6073
6090
|
}
|
|
6074
6091
|
]
|
|
6075
6092
|
}, Ft = {
|
|
6076
6093
|
key: yt,
|
|
6077
6094
|
name: "x-runtime-lib.timeline",
|
|
6078
|
-
comp:
|
|
6095
|
+
comp: Kl,
|
|
6079
6096
|
slots: [
|
|
6080
6097
|
{
|
|
6081
6098
|
key: "default",
|
|
@@ -6088,13 +6105,13 @@ const Fr = R(U), Hr = R(U), Yn = {
|
|
|
6088
6105
|
pageCommon: [v, Yn],
|
|
6089
6106
|
compCommon: [v, Yn]
|
|
6090
6107
|
},
|
|
6091
|
-
spawn:
|
|
6108
|
+
spawn: Mr
|
|
6092
6109
|
};
|
|
6093
6110
|
C(Ft);
|
|
6094
6111
|
const Ht = {
|
|
6095
6112
|
key: Ki,
|
|
6096
6113
|
name: "x-runtime-lib.windowItem",
|
|
6097
|
-
comp:
|
|
6114
|
+
comp: Jl,
|
|
6098
6115
|
slots: [
|
|
6099
6116
|
{
|
|
6100
6117
|
key: "default",
|
|
@@ -6115,13 +6132,13 @@ function Or(t, e) {
|
|
|
6115
6132
|
console.error(`windowV1/spawn prop tag not found, ${i}`);
|
|
6116
6133
|
return;
|
|
6117
6134
|
}
|
|
6118
|
-
const l =
|
|
6135
|
+
const l = Gt.props[s];
|
|
6119
6136
|
if (!l) {
|
|
6120
6137
|
console.error(`windowV1/spawn props not found, ${i}`);
|
|
6121
6138
|
return;
|
|
6122
6139
|
}
|
|
6123
6140
|
const o = {};
|
|
6124
|
-
return P(o, l), o.basic.id =
|
|
6141
|
+
return P(o, l), o.basic.id = N(16), o.basic.key = Gt.key, o.children = [
|
|
6125
6142
|
We(t, e, "window 1"),
|
|
6126
6143
|
We(t, e, "window 2"),
|
|
6127
6144
|
We(t, e, "window 3")
|
|
@@ -6139,9 +6156,9 @@ function We(t, e, i) {
|
|
|
6139
6156
|
return;
|
|
6140
6157
|
}
|
|
6141
6158
|
const r = {};
|
|
6142
|
-
return P(r, o), r.basic.id =
|
|
6159
|
+
return P(r, o), r.basic.id = N(16), r.basic.key = Ht.key, r.children = [Kr(t, e, i)], r;
|
|
6143
6160
|
}
|
|
6144
|
-
function
|
|
6161
|
+
function Kr(t, e, i) {
|
|
6145
6162
|
const s = `type=${t} subtype=${e}`, l = L(t, e);
|
|
6146
6163
|
if (!l) {
|
|
6147
6164
|
console.error(`windowV1/spawnFlexLayout prop tag not found, ${s}`);
|
|
@@ -6153,9 +6170,9 @@ function Gr(t, e, i) {
|
|
|
6153
6170
|
return;
|
|
6154
6171
|
}
|
|
6155
6172
|
const r = {};
|
|
6156
|
-
return P(r, o), r.basic.id =
|
|
6173
|
+
return P(r, o), r.basic.id = N(16), r.basic.key = he.key, r.size.height = "200px", r.settings.mainAlign.xs = "center", r.settings.crossAlign.xs = "center", r.settings.backgroundColor.mode = "theme", r.settings.backgroundColor.theme = "background2", r.children = [jr(t, e, i)], r;
|
|
6157
6174
|
}
|
|
6158
|
-
function
|
|
6175
|
+
function jr(t, e, i) {
|
|
6159
6176
|
const s = `type=${t} subtype=${e}`, l = L(t, e);
|
|
6160
6177
|
if (!l) {
|
|
6161
6178
|
console.error(`windowV1/spawnText prop tag not found, ${s}`);
|
|
@@ -6167,7 +6184,7 @@ function Kr(t, e, i) {
|
|
|
6167
6184
|
return;
|
|
6168
6185
|
}
|
|
6169
6186
|
const r = {};
|
|
6170
|
-
return P(r, o), r.basic.id =
|
|
6187
|
+
return P(r, o), r.basic.id = N(16), r.basic.key = ae.key, r.settings.text = i, r.settings.style.xs = "h6", r;
|
|
6171
6188
|
}
|
|
6172
6189
|
const Jn = {
|
|
6173
6190
|
key: "settings",
|
|
@@ -6217,10 +6234,10 @@ const Jn = {
|
|
|
6217
6234
|
default: !1
|
|
6218
6235
|
}
|
|
6219
6236
|
]
|
|
6220
|
-
},
|
|
6237
|
+
}, Gt = {
|
|
6221
6238
|
key: ht,
|
|
6222
6239
|
name: "x-runtime-lib.window",
|
|
6223
|
-
comp:
|
|
6240
|
+
comp: ql,
|
|
6224
6241
|
slots: [
|
|
6225
6242
|
{
|
|
6226
6243
|
key: "default",
|
|
@@ -6235,34 +6252,34 @@ const Jn = {
|
|
|
6235
6252
|
},
|
|
6236
6253
|
spawn: Or
|
|
6237
6254
|
};
|
|
6238
|
-
C(
|
|
6239
|
-
const
|
|
6255
|
+
C(Gt);
|
|
6256
|
+
const Ur = [
|
|
6240
6257
|
{ title: "x-runtime-lib.title", value: "title" },
|
|
6241
6258
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
6242
6259
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6243
6260
|
{ title: "x-runtime-lib.center", value: "center" }
|
|
6244
|
-
],
|
|
6261
|
+
], Zr = [
|
|
6245
6262
|
{ title: "x-runtime-lib.value", value: "value" },
|
|
6246
6263
|
{ title: "x-runtime-lib.category", value: "category" },
|
|
6247
6264
|
{ title: "x-runtime-lib.time", value: "time" },
|
|
6248
6265
|
{ title: "x-runtime-lib.log", value: "log" }
|
|
6249
|
-
],
|
|
6266
|
+
], qr = [
|
|
6250
6267
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6251
6268
|
{ title: "x-runtime-lib.solid", value: "solid" },
|
|
6252
6269
|
{ title: "x-runtime-lib.dashed", value: "dashed" },
|
|
6253
6270
|
{ title: "x-runtime-lib.dotted", value: "dotted" }
|
|
6254
|
-
],
|
|
6271
|
+
], Xr = [
|
|
6255
6272
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6256
6273
|
{ title: "x-runtime-lib.theme", value: "theme" },
|
|
6257
6274
|
{ title: "x-runtime-lib.custom", value: "custom" }
|
|
6258
|
-
],
|
|
6275
|
+
], Yr = [
|
|
6259
6276
|
{ title: "x-runtime-lib.default", value: "default" },
|
|
6260
6277
|
{ title: "x-runtime-lib.comfortable", value: "comfortable" },
|
|
6261
6278
|
{ title: "x-runtime-lib.compact", value: "compact" }
|
|
6262
|
-
],
|
|
6279
|
+
], Jr = [
|
|
6263
6280
|
{ title: "x-runtime-lib.horizontal", value: "horizontal" },
|
|
6264
6281
|
{ title: "x-runtime-lib.vertical", value: "vertical" }
|
|
6265
|
-
],
|
|
6282
|
+
], Qr = [
|
|
6266
6283
|
{ title: "x-runtime-lib.underlined", value: "underlined" },
|
|
6267
6284
|
{ title: "x-runtime-lib.outlined", value: "outlined" },
|
|
6268
6285
|
{ title: "x-runtime-lib.filled", value: "filled" },
|
|
@@ -6270,20 +6287,20 @@ const jr = [
|
|
|
6270
6287
|
{ title: "x-runtime-lib.soloInverted", value: "solo-inverted" },
|
|
6271
6288
|
{ title: "x-runtime-lib.soloFilled", value: "solo-filled" },
|
|
6272
6289
|
{ title: "x-runtime-lib.plain", value: "plain" }
|
|
6273
|
-
],
|
|
6290
|
+
], ea = [
|
|
6274
6291
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6275
6292
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6276
6293
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
6277
6294
|
{ title: "x-runtime-lib.center", value: "center" },
|
|
6278
6295
|
{ title: "x-runtime-lib.baseline", value: "baseline" },
|
|
6279
6296
|
{ title: "x-runtime-lib.stretch", value: "stretch" }
|
|
6280
|
-
],
|
|
6297
|
+
], ta = [
|
|
6281
6298
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6282
6299
|
{ title: "x-runtime-lib.row", value: "row" },
|
|
6283
6300
|
{ title: "x-runtime-lib.rowReverse", value: "rowReverse" },
|
|
6284
6301
|
{ title: "x-runtime-lib.column", value: "column" },
|
|
6285
6302
|
{ title: "x-runtime-lib.columnReverse", value: "columnReverse" }
|
|
6286
|
-
],
|
|
6303
|
+
], na = [
|
|
6287
6304
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6288
6305
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6289
6306
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
@@ -6291,12 +6308,12 @@ const jr = [
|
|
|
6291
6308
|
{ title: "x-runtime-lib.spaceBetween", value: "spaceBetween" },
|
|
6292
6309
|
{ title: "x-runtime-lib.spaceAround", value: "spaceAround" },
|
|
6293
6310
|
{ title: "x-runtime-lib.spaceEvenly", value: "spaceEvenly" }
|
|
6294
|
-
],
|
|
6311
|
+
], ia = [
|
|
6295
6312
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6296
6313
|
{ title: "x-runtime-lib.no", value: "no" },
|
|
6297
6314
|
{ title: "x-runtime-lib.yes", value: "yes" },
|
|
6298
6315
|
{ title: "x-runtime-lib.reverse", value: "reverse" }
|
|
6299
|
-
],
|
|
6316
|
+
], oa = [
|
|
6300
6317
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6301
6318
|
{ title: "x-runtime-lib.black", value: "black" },
|
|
6302
6319
|
{ title: "x-runtime-lib.bold", value: "bold" },
|
|
@@ -6304,24 +6321,24 @@ const jr = [
|
|
|
6304
6321
|
{ title: "x-runtime-lib.regular", value: "regular" },
|
|
6305
6322
|
{ title: "x-runtime-lib.light", value: "light" },
|
|
6306
6323
|
{ title: "x-runtime-lib.thin", value: "thin" }
|
|
6307
|
-
],
|
|
6324
|
+
], sa = [
|
|
6308
6325
|
{ title: "x-runtime-lib.elevated", value: "elevated" },
|
|
6309
6326
|
{ title: "x-runtime-lib.flat", value: "flat" },
|
|
6310
6327
|
{ title: "x-runtime-lib.tonal", value: "tonal" },
|
|
6311
6328
|
{ title: "x-runtime-lib.outlined", value: "outlined" },
|
|
6312
6329
|
{ title: "x-runtime-lib.text", value: "text" },
|
|
6313
6330
|
{ title: "x-runtime-lib.plain", value: "plain" }
|
|
6314
|
-
],
|
|
6331
|
+
], la = [
|
|
6315
6332
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6316
6333
|
{ title: "x-runtime-lib.show", value: "show" },
|
|
6317
6334
|
{ title: "x-runtime-lib.always", value: "always" }
|
|
6318
|
-
],
|
|
6335
|
+
], ra = [
|
|
6319
6336
|
{ title: "x-runtime-lib.xSmall", value: "x-small" },
|
|
6320
6337
|
{ title: "x-runtime-lib.small", value: "small" },
|
|
6321
6338
|
{ title: "x-runtime-lib.default", value: "default" },
|
|
6322
6339
|
{ title: "x-runtime-lib.large", value: "large" },
|
|
6323
6340
|
{ title: "x-runtime-lib.xLarge", value: "x-large" }
|
|
6324
|
-
],
|
|
6341
|
+
], aa = [
|
|
6325
6342
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6326
6343
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6327
6344
|
{ title: "x-runtime-lib.center", value: "center" },
|
|
@@ -6329,18 +6346,18 @@ const jr = [
|
|
|
6329
6346
|
{ title: "x-runtime-lib.justify", value: "justify" },
|
|
6330
6347
|
{ title: "x-runtime-lib.left", value: "left" },
|
|
6331
6348
|
{ title: "x-runtime-lib.right", value: "right" }
|
|
6332
|
-
],
|
|
6349
|
+
], ua = [
|
|
6333
6350
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6334
6351
|
{ title: "x-runtime-lib.none", value: "none" },
|
|
6335
6352
|
{ title: "x-runtime-lib.overline", value: "overline" },
|
|
6336
6353
|
{ title: "x-runtime-lib.underline", value: "underline" },
|
|
6337
6354
|
{ title: "x-runtime-lib.lineThrough", value: "line-through" }
|
|
6338
|
-
],
|
|
6355
|
+
], da = [
|
|
6339
6356
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6340
6357
|
{ title: "x-runtime-lib.high", value: "high" },
|
|
6341
6358
|
{ title: "x-runtime-lib.medium", value: "medium" },
|
|
6342
6359
|
{ title: "x-runtime-lib.disabled", value: "disabled" }
|
|
6343
|
-
],
|
|
6360
|
+
], ca = [
|
|
6344
6361
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6345
6362
|
{ title: "x-runtime-lib.h1", value: "h1" },
|
|
6346
6363
|
{ title: "x-runtime-lib.h2", value: "h2" },
|
|
@@ -6355,7 +6372,7 @@ const jr = [
|
|
|
6355
6372
|
{ title: "x-runtime-lib.button", value: "button" },
|
|
6356
6373
|
{ title: "x-runtime-lib.caption", value: "caption" },
|
|
6357
6374
|
{ title: "x-runtime-lib.overline", value: "overline" }
|
|
6358
|
-
],
|
|
6375
|
+
], ma = [
|
|
6359
6376
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6360
6377
|
{ title: "x-runtime-lib.primary", value: "primary" },
|
|
6361
6378
|
{ title: "x-runtime-lib.secondary", value: "secondary" },
|
|
@@ -6366,53 +6383,53 @@ const jr = [
|
|
|
6366
6383
|
{ title: "x-runtime-lib.background0", value: "background0" },
|
|
6367
6384
|
{ title: "x-runtime-lib.background1", value: "background1" },
|
|
6368
6385
|
{ title: "x-runtime-lib.background2", value: "background2" }
|
|
6369
|
-
],
|
|
6386
|
+
], pa = [
|
|
6370
6387
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6371
6388
|
{ title: "x-runtime-lib.show", value: "show" },
|
|
6372
6389
|
{ title: "x-runtime-lib.always", value: "always" }
|
|
6373
|
-
],
|
|
6390
|
+
], fa = [
|
|
6374
6391
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6375
6392
|
{ title: "x-runtime-lib.center", value: "center" }
|
|
6376
|
-
],
|
|
6393
|
+
], ba = [
|
|
6377
6394
|
{ title: "x-runtime-lib.horizontal", value: "horizontal" },
|
|
6378
6395
|
{ title: "x-runtime-lib.vertical", value: "vertical" }
|
|
6379
|
-
],
|
|
6396
|
+
], va = [
|
|
6380
6397
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6381
6398
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
6382
6399
|
{ title: "x-runtime-lib.start", value: "start" }
|
|
6383
|
-
],
|
|
6400
|
+
], ya = [
|
|
6384
6401
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6385
6402
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
6386
6403
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6387
6404
|
{ title: "x-runtime-lib.both", value: "both" }
|
|
6388
|
-
],
|
|
6405
|
+
], ha = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6389
6406
|
__proto__: null,
|
|
6390
|
-
alignTabsItemsV1:
|
|
6391
|
-
axisTypeItemsV1:
|
|
6392
|
-
borderStyleItemsV1:
|
|
6393
|
-
colorModeItemsV1:
|
|
6394
|
-
densityItemsV1:
|
|
6395
|
-
directionItemsV1:
|
|
6396
|
-
fieldVariantItemsV1:
|
|
6397
|
-
flexCrossAlignItemsV1:
|
|
6398
|
-
flexDirectionItemsV1:
|
|
6399
|
-
flexMainAlignItemsV1:
|
|
6400
|
-
flexWrapItemsV1:
|
|
6401
|
-
fontWeightItemsV1:
|
|
6402
|
-
sheetVariantItemsV1:
|
|
6403
|
-
showTicksItemsV1:
|
|
6404
|
-
sizeItemsV1:
|
|
6405
|
-
textAlignItemsV1:
|
|
6406
|
-
textDecorationItemsV1:
|
|
6407
|
-
textEmphasisItemsV1:
|
|
6408
|
-
textStyleItemsV1:
|
|
6409
|
-
themeColorItemsV1:
|
|
6410
|
-
thumbLabelItemsV1:
|
|
6411
|
-
timelineAlignItemsV1:
|
|
6412
|
-
timelineDirectionItemsV1:
|
|
6413
|
-
timelineSideItemsV1:
|
|
6414
|
-
timelineTruncateLineItemsV1:
|
|
6415
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6407
|
+
alignTabsItemsV1: Ur,
|
|
6408
|
+
axisTypeItemsV1: Zr,
|
|
6409
|
+
borderStyleItemsV1: qr,
|
|
6410
|
+
colorModeItemsV1: Xr,
|
|
6411
|
+
densityItemsV1: Yr,
|
|
6412
|
+
directionItemsV1: Jr,
|
|
6413
|
+
fieldVariantItemsV1: Qr,
|
|
6414
|
+
flexCrossAlignItemsV1: ea,
|
|
6415
|
+
flexDirectionItemsV1: ta,
|
|
6416
|
+
flexMainAlignItemsV1: na,
|
|
6417
|
+
flexWrapItemsV1: ia,
|
|
6418
|
+
fontWeightItemsV1: oa,
|
|
6419
|
+
sheetVariantItemsV1: sa,
|
|
6420
|
+
showTicksItemsV1: la,
|
|
6421
|
+
sizeItemsV1: ra,
|
|
6422
|
+
textAlignItemsV1: aa,
|
|
6423
|
+
textDecorationItemsV1: ua,
|
|
6424
|
+
textEmphasisItemsV1: da,
|
|
6425
|
+
textStyleItemsV1: ca,
|
|
6426
|
+
themeColorItemsV1: ma,
|
|
6427
|
+
thumbLabelItemsV1: pa,
|
|
6428
|
+
timelineAlignItemsV1: fa,
|
|
6429
|
+
timelineDirectionItemsV1: ba,
|
|
6430
|
+
timelineSideItemsV1: va,
|
|
6431
|
+
timelineTruncateLineItemsV1: ya
|
|
6432
|
+
}, Symbol.toStringTag, { value: "Module" })), xa = [
|
|
6416
6433
|
{
|
|
6417
6434
|
title: "x-runtime-lib.notSet",
|
|
6418
6435
|
value: "",
|
|
@@ -6452,7 +6469,7 @@ const jr = [
|
|
|
6452
6469
|
max: 1 / 0,
|
|
6453
6470
|
step: 1
|
|
6454
6471
|
}
|
|
6455
|
-
],
|
|
6472
|
+
], ga = [
|
|
6456
6473
|
{
|
|
6457
6474
|
title: "x-runtime-lib.notSet",
|
|
6458
6475
|
value: "",
|
|
@@ -6474,7 +6491,7 @@ const jr = [
|
|
|
6474
6491
|
validator: (t) => t === "right",
|
|
6475
6492
|
default: "right"
|
|
6476
6493
|
}
|
|
6477
|
-
],
|
|
6494
|
+
], ka = [
|
|
6478
6495
|
{
|
|
6479
6496
|
title: "x-runtime-lib.notSet",
|
|
6480
6497
|
value: "",
|
|
@@ -6504,7 +6521,7 @@ const jr = [
|
|
|
6504
6521
|
precision: 6,
|
|
6505
6522
|
default: "0%"
|
|
6506
6523
|
}
|
|
6507
|
-
],
|
|
6524
|
+
], _a = [
|
|
6508
6525
|
{
|
|
6509
6526
|
title: "x-runtime-lib.notSet",
|
|
6510
6527
|
value: "",
|
|
@@ -6529,7 +6546,7 @@ const jr = [
|
|
|
6529
6546
|
min: 0,
|
|
6530
6547
|
default: "0%"
|
|
6531
6548
|
}
|
|
6532
|
-
],
|
|
6549
|
+
], wa = [
|
|
6533
6550
|
{
|
|
6534
6551
|
title: "x-runtime-lib.notSet",
|
|
6535
6552
|
value: "",
|
|
@@ -6554,7 +6571,7 @@ const jr = [
|
|
|
6554
6571
|
min: 0,
|
|
6555
6572
|
default: "0%"
|
|
6556
6573
|
}
|
|
6557
|
-
],
|
|
6574
|
+
], Va = [
|
|
6558
6575
|
{
|
|
6559
6576
|
title: "x-runtime-lib.notSet",
|
|
6560
6577
|
value: "",
|
|
@@ -6583,7 +6600,7 @@ const jr = [
|
|
|
6583
6600
|
validator: (t) => t === "end",
|
|
6584
6601
|
default: "end"
|
|
6585
6602
|
}
|
|
6586
|
-
],
|
|
6603
|
+
], $a = [
|
|
6587
6604
|
{
|
|
6588
6605
|
title: "x-runtime-lib.notSet",
|
|
6589
6606
|
value: "",
|
|
@@ -6605,21 +6622,21 @@ const jr = [
|
|
|
6605
6622
|
validator: (t) => t === "bottom",
|
|
6606
6623
|
default: "bottom"
|
|
6607
6624
|
}
|
|
6608
|
-
],
|
|
6625
|
+
], Ca = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6609
6626
|
__proto__: null,
|
|
6610
|
-
borderWidthTypesV1:
|
|
6611
|
-
leftRightTypesV1:
|
|
6612
|
-
marginTypesV1:
|
|
6613
|
-
paddingTypesV1:
|
|
6614
|
-
sizeTypesV1:
|
|
6615
|
-
tableColumnAlignTypesV1:
|
|
6616
|
-
topBottomTypesV1:
|
|
6617
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6627
|
+
borderWidthTypesV1: xa,
|
|
6628
|
+
leftRightTypesV1: ga,
|
|
6629
|
+
marginTypesV1: ka,
|
|
6630
|
+
paddingTypesV1: _a,
|
|
6631
|
+
sizeTypesV1: wa,
|
|
6632
|
+
tableColumnAlignTypesV1: Va,
|
|
6633
|
+
topBottomTypesV1: $a
|
|
6634
|
+
}, Symbol.toStringTag, { value: "Module" })), Ia = {
|
|
6618
6635
|
version: "v1",
|
|
6619
6636
|
globalityKey: tt,
|
|
6620
6637
|
refKey: _e,
|
|
6621
|
-
items: { ...
|
|
6622
|
-
types: {
|
|
6638
|
+
items: { ...ha },
|
|
6639
|
+
types: { ...Ca },
|
|
6623
6640
|
elements: /* @__PURE__ */ new Set([
|
|
6624
6641
|
Be,
|
|
6625
6642
|
dn,
|
|
@@ -6628,8 +6645,8 @@ const jr = [
|
|
|
6628
6645
|
Me,
|
|
6629
6646
|
Fe,
|
|
6630
6647
|
He,
|
|
6631
|
-
Oe,
|
|
6632
6648
|
Ge,
|
|
6649
|
+
Oe,
|
|
6633
6650
|
Ke,
|
|
6634
6651
|
je,
|
|
6635
6652
|
Ue,
|
|
@@ -6659,13 +6676,13 @@ const jr = [
|
|
|
6659
6676
|
Fi,
|
|
6660
6677
|
Hi,
|
|
6661
6678
|
mt,
|
|
6662
|
-
|
|
6679
|
+
Gi,
|
|
6663
6680
|
pt,
|
|
6664
6681
|
ft,
|
|
6665
6682
|
bt,
|
|
6666
6683
|
vt,
|
|
6667
6684
|
yt,
|
|
6668
|
-
|
|
6685
|
+
Oi,
|
|
6669
6686
|
ht,
|
|
6670
6687
|
Ki
|
|
6671
6688
|
]),
|
|
@@ -6676,7 +6693,7 @@ const jr = [
|
|
|
6676
6693
|
items: [
|
|
6677
6694
|
De,
|
|
6678
6695
|
Fe,
|
|
6679
|
-
|
|
6696
|
+
Ge,
|
|
6680
6697
|
Ue,
|
|
6681
6698
|
Je,
|
|
6682
6699
|
Xe,
|
|
@@ -6719,7 +6736,7 @@ const jr = [
|
|
|
6719
6736
|
items: [
|
|
6720
6737
|
Me,
|
|
6721
6738
|
Re,
|
|
6722
|
-
|
|
6739
|
+
Oe,
|
|
6723
6740
|
ct,
|
|
6724
6741
|
ht
|
|
6725
6742
|
]
|
|
@@ -6741,51 +6758,51 @@ const jr = [
|
|
|
6741
6758
|
}
|
|
6742
6759
|
]
|
|
6743
6760
|
}, ln = {
|
|
6744
|
-
v1:
|
|
6745
|
-
},
|
|
6761
|
+
v1: Ia
|
|
6762
|
+
}, Sa = (t, e, i) => {
|
|
6746
6763
|
const s = t[e];
|
|
6747
6764
|
return s ? typeof s == "function" ? s() : Promise.resolve(s) : new Promise((l, o) => {
|
|
6748
6765
|
(typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(o.bind(null, /* @__PURE__ */ new Error("Unknown variable dynamic import: " + e + (e.split("/").length !== i ? ". Note that variables only represent file names one level deep." : ""))));
|
|
6749
6766
|
});
|
|
6750
6767
|
};
|
|
6751
|
-
async function
|
|
6752
|
-
return (await
|
|
6768
|
+
async function Xa(t) {
|
|
6769
|
+
return (await Sa(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.dux6b905.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.ikk18oss.js") }), `./locales/${t}/index.ts`, 4)).default;
|
|
6753
6770
|
}
|
|
6754
6771
|
export {
|
|
6755
|
-
|
|
6772
|
+
Za as badgeV1,
|
|
6756
6773
|
xt as barChartV1,
|
|
6757
6774
|
hi as breakpoints,
|
|
6758
|
-
|
|
6759
|
-
|
|
6775
|
+
lr as btnGroupV1,
|
|
6776
|
+
rr as btnToggleV1,
|
|
6760
6777
|
kt as btnV1,
|
|
6761
6778
|
xi as calcBreakpoint,
|
|
6762
6779
|
ye as cardV1,
|
|
6763
|
-
|
|
6780
|
+
ur as checkboxV1,
|
|
6764
6781
|
wt as chipGroupV1,
|
|
6765
6782
|
_t as chipV1,
|
|
6766
|
-
|
|
6767
|
-
|
|
6783
|
+
mr as colorPickerV1,
|
|
6784
|
+
pr as comboboxV1,
|
|
6768
6785
|
Vt as containerV1,
|
|
6769
|
-
|
|
6770
|
-
|
|
6771
|
-
|
|
6772
|
-
|
|
6773
|
-
|
|
6786
|
+
fr as dataTableV1,
|
|
6787
|
+
br as datePickerV1,
|
|
6788
|
+
vr as dialogV1,
|
|
6789
|
+
wo as duplicateNode,
|
|
6790
|
+
Da as duplicateNodes,
|
|
6774
6791
|
re as elements,
|
|
6775
|
-
|
|
6776
|
-
|
|
6777
|
-
|
|
6792
|
+
ja as ensureContext,
|
|
6793
|
+
Ua as fieldTypes,
|
|
6794
|
+
qa as fileInputV1,
|
|
6778
6795
|
$t as flexLayoutEntryV1,
|
|
6779
6796
|
he as flexLayoutV1,
|
|
6780
6797
|
St as formV1,
|
|
6781
|
-
|
|
6798
|
+
N as genId,
|
|
6782
6799
|
ve as getBreakpointProp,
|
|
6783
6800
|
an as getIndexOfBreakpoint,
|
|
6784
|
-
|
|
6801
|
+
Ba as getNode,
|
|
6785
6802
|
un as getPropDefault,
|
|
6786
6803
|
L as getPropTag,
|
|
6787
|
-
|
|
6788
|
-
|
|
6804
|
+
nr as globalityV1,
|
|
6805
|
+
_r as iconV1,
|
|
6789
6806
|
P as initProps,
|
|
6790
6807
|
B as injectDark,
|
|
6791
6808
|
te as injectData,
|
|
@@ -6798,31 +6815,31 @@ export {
|
|
|
6798
6815
|
qt as isPercentStr,
|
|
6799
6816
|
Se as isPixelStr,
|
|
6800
6817
|
gt as lineChartV1,
|
|
6801
|
-
|
|
6802
|
-
|
|
6818
|
+
Xa as loadLocaleMessageRuntime,
|
|
6819
|
+
wr as menuV1,
|
|
6803
6820
|
Ei as newEventBus,
|
|
6804
6821
|
Tt as numberInputV1,
|
|
6805
|
-
|
|
6822
|
+
$r as paginationV1,
|
|
6806
6823
|
ze as parsePercentStr,
|
|
6807
|
-
|
|
6824
|
+
Wa as parsePixelStr,
|
|
6808
6825
|
ln as pkgs,
|
|
6809
|
-
|
|
6810
|
-
|
|
6811
|
-
|
|
6812
|
-
|
|
6813
|
-
|
|
6814
|
-
|
|
6826
|
+
Ha as provideDark,
|
|
6827
|
+
Oa as provideData,
|
|
6828
|
+
Ka as provideDepends,
|
|
6829
|
+
Fa as provideDevice,
|
|
6830
|
+
Ra as provideEnv,
|
|
6831
|
+
Ma as provideMode,
|
|
6815
6832
|
zi as provideSandbox,
|
|
6816
|
-
|
|
6833
|
+
Ga as provideType,
|
|
6817
6834
|
At as radioGroupV1,
|
|
6818
6835
|
zt as radioV1,
|
|
6819
|
-
|
|
6820
|
-
|
|
6821
|
-
|
|
6822
|
-
|
|
6823
|
-
|
|
6824
|
-
|
|
6825
|
-
|
|
6836
|
+
Sr as rangeSliderV1,
|
|
6837
|
+
Tr as ratingV1,
|
|
6838
|
+
ir as refV1,
|
|
6839
|
+
ko as reverseBreakpoints,
|
|
6840
|
+
zr as selectV1,
|
|
6841
|
+
Ar as sliderV1,
|
|
6842
|
+
_o as spawnNode,
|
|
6826
6843
|
Pi as startInterpreter,
|
|
6827
6844
|
Nt as stepperHeaderV1,
|
|
6828
6845
|
Pt as stepperItemV1,
|
|
@@ -6830,7 +6847,7 @@ export {
|
|
|
6830
6847
|
Et as stepperWindowItemV1,
|
|
6831
6848
|
Lt as stepperWindowV1,
|
|
6832
6849
|
Li as stopInterpreter,
|
|
6833
|
-
|
|
6850
|
+
Wr as switchV1,
|
|
6834
6851
|
Bt as tabV1,
|
|
6835
6852
|
Dt as tabsV1,
|
|
6836
6853
|
It as textFieldV1,
|
|
@@ -6839,5 +6856,5 @@ export {
|
|
|
6839
6856
|
Mt as timelineItemV1,
|
|
6840
6857
|
Ft as timelineV1,
|
|
6841
6858
|
Ht as windowItemV1,
|
|
6842
|
-
|
|
6859
|
+
Gt as windowV1
|
|
6843
6860
|
};
|