x-runtime-lib 0.7.17 → 0.7.19
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 +596 -566
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -71,17 +71,17 @@ function gi(t) {
|
|
|
71
71
|
}
|
|
72
72
|
function j(t, e) {
|
|
73
73
|
const { computedThemes: i } = ro(), s = n(() => e.value?.mode), l = n(() => {
|
|
74
|
-
const
|
|
75
|
-
return
|
|
74
|
+
const u = e.value?.theme;
|
|
75
|
+
return u ? u === "background0" ? t.value ? "#2e2e2e" : "#bdbdbd" : u === "background1" ? t.value ? "#272727" : "#eeeeee" : u === "background2" ? t.value ? "#1e1e1e" : "#ffffff" : (t.value ? i.value.dark : i.value.light).colors[u] : void 0;
|
|
76
76
|
}), o = n(() => t.value ? e.value.custom?.dark : e.value.custom?.light);
|
|
77
77
|
return { color: n(() => s.value === "theme" ? l.value : s.value === "custom" ? o.value : "") };
|
|
78
78
|
}
|
|
79
79
|
function Ut(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),
|
|
81
|
-
function
|
|
82
|
-
i.value && (
|
|
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), u = n(() => e.node.border?.roundRadius?.tr), m = n(() => e.node.border?.roundRadius?.bl), p = n(() => e.node.border?.roundRadius?.br);
|
|
81
|
+
function a(d) {
|
|
82
|
+
i.value && (d.borderStyle = i.value), s.value && (d.borderWidth = s.value), o.value && (d.borderColor = o.value), r.value && (d.borderTopLeftRadius = r.value), u.value && (d.borderTopRightRadius = u.value), m.value && (d.borderBottomLeftRadius = m.value), p.value && (d.borderBottomRightRadius = p.value);
|
|
83
83
|
}
|
|
84
|
-
return { borderStyle: i, borderWidth: s, borderColor: o, applyBorder:
|
|
84
|
+
return { borderStyle: i, borderWidth: s, borderColor: o, applyBorder: a };
|
|
85
85
|
}
|
|
86
86
|
function Zt(t) {
|
|
87
87
|
const e = n(() => t.node.margin?.top), i = n(() => t.node.margin?.left), s = n(() => t.node.margin?.bottom), l = n(() => t.node.margin?.right);
|
|
@@ -187,24 +187,24 @@ function wo(t, e, i, s, l) {
|
|
|
187
187
|
console.error(`spawnNode prop tag not found, ${o}`);
|
|
188
188
|
return;
|
|
189
189
|
}
|
|
190
|
-
const
|
|
191
|
-
if (!
|
|
190
|
+
const u = rn[i];
|
|
191
|
+
if (!u) {
|
|
192
192
|
console.error(`spawnNode pkg not found version, ${o}`);
|
|
193
193
|
return;
|
|
194
194
|
}
|
|
195
195
|
if (s) {
|
|
196
|
-
const
|
|
197
|
-
if (!
|
|
196
|
+
const m = u.refKey, p = l;
|
|
197
|
+
if (!u.elements.has(m)) {
|
|
198
198
|
console.error(`spawnNode [ref] element not found in pkg, ${o}`);
|
|
199
199
|
return;
|
|
200
200
|
}
|
|
201
|
-
const
|
|
202
|
-
if (!
|
|
201
|
+
const a = re[m];
|
|
202
|
+
if (!a) {
|
|
203
203
|
console.error(`spawnNode [ref] element not found in global, ${o}`);
|
|
204
204
|
return;
|
|
205
205
|
}
|
|
206
|
-
const
|
|
207
|
-
if (!
|
|
206
|
+
const d = a.props[r];
|
|
207
|
+
if (!d) {
|
|
208
208
|
console.error(`spawnNode [ref] props not found, ${o}`);
|
|
209
209
|
return;
|
|
210
210
|
}
|
|
@@ -214,16 +214,16 @@ function wo(t, e, i, s, l) {
|
|
|
214
214
|
key: ""
|
|
215
215
|
}
|
|
216
216
|
};
|
|
217
|
-
return L(c,
|
|
217
|
+
return L(c, d), c.basic.id = N(16), c.basic.key = m, c.ref = {
|
|
218
218
|
id: p
|
|
219
219
|
}, c;
|
|
220
220
|
} else {
|
|
221
|
-
const
|
|
222
|
-
if (!
|
|
221
|
+
const m = l;
|
|
222
|
+
if (!u.elements.has(m)) {
|
|
223
223
|
console.error(`spawnNode [key] element not found in pkg, ${o}`);
|
|
224
224
|
return;
|
|
225
225
|
}
|
|
226
|
-
const p = re[
|
|
226
|
+
const p = re[m];
|
|
227
227
|
if (!p) {
|
|
228
228
|
console.error(`spawnNode [key] element not found in global, ${o}`);
|
|
229
229
|
return;
|
|
@@ -231,18 +231,18 @@ function wo(t, e, i, s, l) {
|
|
|
231
231
|
if (p.spawn)
|
|
232
232
|
return p.spawn(t, e);
|
|
233
233
|
{
|
|
234
|
-
const
|
|
235
|
-
if (!
|
|
234
|
+
const a = p.props[r];
|
|
235
|
+
if (!a) {
|
|
236
236
|
console.error(`spawnNode [key] props not found, ${o}`);
|
|
237
237
|
return;
|
|
238
238
|
}
|
|
239
|
-
const
|
|
239
|
+
const d = {
|
|
240
240
|
basic: {
|
|
241
241
|
id: "",
|
|
242
242
|
key: ""
|
|
243
243
|
}
|
|
244
244
|
};
|
|
245
|
-
return L(
|
|
245
|
+
return L(d, a), d.basic.id = N(16), d.basic.key = m, p.slots.some((c) => c.key === "default") && (d.children = []), d;
|
|
246
246
|
}
|
|
247
247
|
}
|
|
248
248
|
}
|
|
@@ -334,30 +334,30 @@ function Te() {
|
|
|
334
334
|
function se(t, e, i) {
|
|
335
335
|
const s = n(() => i.node.size?.width), l = n(() => i.node.size?.minWidth), o = n(() => i.node.size?.maxWidth), r = n(() => {
|
|
336
336
|
if (i.outer && t === "editor") {
|
|
337
|
-
const
|
|
338
|
-
if (
|
|
339
|
-
return
|
|
337
|
+
const a = ze(i.node.size?.height);
|
|
338
|
+
if (a)
|
|
339
|
+
return a / 100 * e.value.height + "px";
|
|
340
340
|
}
|
|
341
341
|
return i.node.size?.height;
|
|
342
|
-
}),
|
|
342
|
+
}), u = n(() => {
|
|
343
343
|
if (i.outer && t === "editor") {
|
|
344
|
-
const
|
|
345
|
-
if (
|
|
346
|
-
return
|
|
344
|
+
const a = ze(i.node.size?.minHeight);
|
|
345
|
+
if (a)
|
|
346
|
+
return a / 100 * e.value.height + "px";
|
|
347
347
|
}
|
|
348
348
|
return i.node.size?.minHeight;
|
|
349
|
-
}),
|
|
349
|
+
}), m = n(() => {
|
|
350
350
|
if (i.outer && t === "editor") {
|
|
351
|
-
const
|
|
352
|
-
if (
|
|
353
|
-
return
|
|
351
|
+
const a = ze(i.node.size?.maxHeight);
|
|
352
|
+
if (a)
|
|
353
|
+
return a / 100 * e.value.height + "px";
|
|
354
354
|
}
|
|
355
355
|
return i.node.size?.maxHeight;
|
|
356
356
|
});
|
|
357
|
-
function p(
|
|
358
|
-
s.value && (
|
|
357
|
+
function p(a) {
|
|
358
|
+
s.value && (a.width = s.value), l.value && (a.minWidth = l.value), o.value && (a.maxWidth = o.value), r.value && (a.height = r.value), u.value && (a.minHeight = u.value), m.value && (a.maxHeight = m.value);
|
|
359
359
|
}
|
|
360
|
-
return { width: s, minWidth: l, maxWidth: o, height: r, minHeight:
|
|
360
|
+
return { width: s, minWidth: l, maxWidth: o, height: r, minHeight: u, maxHeight: m, applySize: p };
|
|
361
361
|
}
|
|
362
362
|
function Ei(t, e, i) {
|
|
363
363
|
const s = n(() => e.node.basic.id), l = n(() => `callMethod@${s.value}`);
|
|
@@ -447,9 +447,9 @@ const As = /* @__PURE__ */ T({
|
|
|
447
447
|
outer: { type: Boolean }
|
|
448
448
|
},
|
|
449
449
|
setup(t) {
|
|
450
|
-
const e = t, i = F(), s = te(), l = B(), o = ne(), r = ie(), { width:
|
|
450
|
+
const e = t, i = F(), s = te(), l = B(), o = ne(), r = ie(), { width: u, minWidth: m, maxWidth: p, height: a, minHeight: d, maxHeight: c, applySize: b } = se(i, s, e), { applyTitle: y } = yi(e), { applyXAxis: f } = hi(e), { applyYAxis: _ } = gi(e), { applyLegend: k } = bi(e), { applySeries: x } = vi(e), h = n(() => {
|
|
451
451
|
const C = {}, G = r.value.type;
|
|
452
|
-
return o === "page" ? G === "common" ?
|
|
452
|
+
return o === "page" ? G === "common" ? b(C) : console.assert(!1) : o === "comp" && G === "common" ? b(C) : console.assert(!1), C;
|
|
453
453
|
}), w = ei("chart");
|
|
454
454
|
let g;
|
|
455
455
|
const $ = () => {
|
|
@@ -460,7 +460,7 @@ const As = /* @__PURE__ */ T({
|
|
|
460
460
|
g?.resize();
|
|
461
461
|
}, P = () => {
|
|
462
462
|
const C = {};
|
|
463
|
-
|
|
463
|
+
y(C), f(C), _(C), k(C), x(C), g?.setOption(C, !0);
|
|
464
464
|
};
|
|
465
465
|
return ti(async () => {
|
|
466
466
|
window.addEventListener("resize", S, !1), await ri(() => !!w.value), $(), P();
|
|
@@ -470,11 +470,11 @@ const As = /* @__PURE__ */ T({
|
|
|
470
470
|
[
|
|
471
471
|
() => s.value.width,
|
|
472
472
|
() => s.value.height,
|
|
473
|
-
a,
|
|
474
|
-
d,
|
|
475
|
-
p,
|
|
476
473
|
u,
|
|
477
474
|
m,
|
|
475
|
+
p,
|
|
476
|
+
a,
|
|
477
|
+
d,
|
|
478
478
|
c
|
|
479
479
|
],
|
|
480
480
|
async () => {
|
|
@@ -490,7 +490,7 @@ const As = /* @__PURE__ */ T({
|
|
|
490
490
|
{ deep: !0 }
|
|
491
491
|
), (C, G) => (V(), q("div", {
|
|
492
492
|
ref: "chart",
|
|
493
|
-
style: ue(
|
|
493
|
+
style: ue(h.value)
|
|
494
494
|
}, null, 4));
|
|
495
495
|
}
|
|
496
496
|
}), Ns = /* @__PURE__ */ T({
|
|
@@ -500,9 +500,9 @@ const As = /* @__PURE__ */ T({
|
|
|
500
500
|
outer: { type: Boolean }
|
|
501
501
|
},
|
|
502
502
|
setup(t) {
|
|
503
|
-
const e = t, i = F(), s = te(), l = B(), o = ne(), r = ie(), { width:
|
|
503
|
+
const e = t, i = F(), s = te(), l = B(), o = ne(), r = ie(), { width: u, minWidth: m, maxWidth: p, height: a, minHeight: d, maxHeight: c, applySize: b } = se(i, s, e), { applyTitle: y } = yi(e), { applyXAxis: f } = hi(e), { applyYAxis: _ } = gi(e), { applyLegend: k } = bi(e), { applySeries: x } = vi(e), h = n(() => {
|
|
504
504
|
const C = {}, G = r.value.type;
|
|
505
|
-
return o === "page" ? G === "common" ?
|
|
505
|
+
return o === "page" ? G === "common" ? b(C) : console.assert(!1) : o === "comp" && G === "common" ? b(C) : console.assert(!1), C;
|
|
506
506
|
}), w = ei("chart");
|
|
507
507
|
let g;
|
|
508
508
|
const $ = () => {
|
|
@@ -513,7 +513,7 @@ const As = /* @__PURE__ */ T({
|
|
|
513
513
|
g?.resize();
|
|
514
514
|
}, P = () => {
|
|
515
515
|
const C = {};
|
|
516
|
-
|
|
516
|
+
y(C), f(C), _(C), k(C), x(C), g?.setOption(C, !0);
|
|
517
517
|
};
|
|
518
518
|
return ti(async () => {
|
|
519
519
|
window.addEventListener("resize", S, !1), await ri(() => !!w.value), $(), P();
|
|
@@ -523,11 +523,11 @@ const As = /* @__PURE__ */ T({
|
|
|
523
523
|
[
|
|
524
524
|
() => s.value.width,
|
|
525
525
|
() => s.value.height,
|
|
526
|
-
a,
|
|
527
|
-
d,
|
|
528
|
-
p,
|
|
529
526
|
u,
|
|
530
527
|
m,
|
|
528
|
+
p,
|
|
529
|
+
a,
|
|
530
|
+
d,
|
|
531
531
|
c
|
|
532
532
|
],
|
|
533
533
|
async () => {
|
|
@@ -543,56 +543,86 @@ const As = /* @__PURE__ */ T({
|
|
|
543
543
|
{ deep: !0 }
|
|
544
544
|
), (C, G) => (V(), q("div", {
|
|
545
545
|
ref: "chart",
|
|
546
|
-
style: ue(
|
|
546
|
+
style: ue(h.value)
|
|
547
547
|
}, null, 4));
|
|
548
548
|
}
|
|
549
549
|
});
|
|
550
550
|
function Ps(t, e) {
|
|
551
|
-
function i(
|
|
552
|
-
const
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
}
|
|
564
|
-
function
|
|
565
|
-
const
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
551
|
+
function i(p) {
|
|
552
|
+
const a = t.pseudoToNative(p), d = [], c = a.split(".");
|
|
553
|
+
for (let b = 0; b < c.length; b++) {
|
|
554
|
+
const y = c[b].trim();
|
|
555
|
+
if (y !== "")
|
|
556
|
+
if (/^\[\d+\]$/.test(y)) {
|
|
557
|
+
let f = parseInt(y.slice(1, -1), 10);
|
|
558
|
+
f > 0 && f--, d.push(f);
|
|
559
|
+
} else
|
|
560
|
+
d.push(y);
|
|
561
|
+
}
|
|
562
|
+
return t.nativeToPseudo(d);
|
|
563
|
+
}
|
|
564
|
+
function s(p) {
|
|
565
|
+
const a = t.pseudoToNative(p);
|
|
566
|
+
try {
|
|
567
|
+
const d = JSON.parse(a);
|
|
568
|
+
return t.nativeToPseudo(d);
|
|
569
|
+
} catch {
|
|
570
|
+
return t.nativeToPseudo({});
|
|
571
|
+
}
|
|
572
|
+
}
|
|
573
|
+
function l(p) {
|
|
574
|
+
const a = t.pseudoToNative(p);
|
|
575
|
+
console.log(a);
|
|
576
|
+
}
|
|
577
|
+
function o(p) {
|
|
578
|
+
const a = t.pseudoToNative(p);
|
|
579
|
+
let d = "";
|
|
580
|
+
typeof a == "object" ? d = JSON.stringify(a) : d = String(a), jt.emit("consoleAppend", d);
|
|
581
|
+
}
|
|
582
|
+
function r(p, a) {
|
|
583
|
+
const d = t.pseudoToNative(p), c = t.pseudoToNative(a);
|
|
584
|
+
d === "info" ? to(c) : d === "success" ? no(c) : d === "warning" ? ai(c) : d === "error" && ui(c);
|
|
585
|
+
}
|
|
586
|
+
function u(p, a) {
|
|
587
|
+
const d = t.pseudoToNative(p), c = t.pseudoToNative(a);
|
|
588
|
+
window.setTimeout(() => {
|
|
589
|
+
t.appendCode(`__timeoutCallbackV1__(${d})`), t.run();
|
|
590
|
+
}, c);
|
|
591
|
+
}
|
|
592
|
+
function m(p, a) {
|
|
593
|
+
const d = t.pseudoToNative(p);
|
|
594
|
+
window.setTimeout(() => {
|
|
595
|
+
a(), t.run();
|
|
596
|
+
}, d);
|
|
575
597
|
}
|
|
576
598
|
t.setProperty(
|
|
577
599
|
e,
|
|
578
|
-
"
|
|
600
|
+
"__parseKeysV1__",
|
|
579
601
|
t.createNativeFunction(i)
|
|
580
602
|
), t.setProperty(
|
|
581
603
|
e,
|
|
582
|
-
"
|
|
604
|
+
"__parseJsonV1__",
|
|
583
605
|
t.createNativeFunction(s)
|
|
584
606
|
), t.setProperty(
|
|
585
607
|
e,
|
|
586
|
-
"
|
|
608
|
+
"__consoleLogV1__",
|
|
587
609
|
t.createNativeFunction(l)
|
|
588
610
|
), t.setProperty(
|
|
589
611
|
e,
|
|
590
|
-
"
|
|
612
|
+
"__debugTraceV1__",
|
|
591
613
|
t.createNativeFunction(o)
|
|
614
|
+
), t.setProperty(
|
|
615
|
+
e,
|
|
616
|
+
"__messageV1__",
|
|
617
|
+
t.createNativeFunction(r)
|
|
618
|
+
), t.setProperty(
|
|
619
|
+
e,
|
|
620
|
+
"__timeoutV1__",
|
|
621
|
+
t.createNativeFunction(u)
|
|
592
622
|
), t.setProperty(
|
|
593
623
|
e,
|
|
594
624
|
"__delayV1__",
|
|
595
|
-
t.createAsyncFunction(
|
|
625
|
+
t.createAsyncFunction(m)
|
|
596
626
|
);
|
|
597
627
|
}
|
|
598
628
|
const Wi = io({
|
|
@@ -607,18 +637,18 @@ function Ls(t) {
|
|
|
607
637
|
return Wi.post("callFunc", t);
|
|
608
638
|
}
|
|
609
639
|
function Es(t, e) {
|
|
610
|
-
async function i(s, l, o, r,
|
|
611
|
-
const p = t.pseudoToNative(s),
|
|
640
|
+
async function i(s, l, o, r, u, m) {
|
|
641
|
+
const p = t.pseudoToNative(s), a = t.pseudoToNative(l), d = t.pseudoToNative(o), c = t.pseudoToNative(r), b = t.pseudoToNative(u);
|
|
612
642
|
try {
|
|
613
|
-
const
|
|
643
|
+
const y = JSON.stringify(d), { strOutputs: f } = await Ls({
|
|
614
644
|
spaceid: p,
|
|
615
|
-
id:
|
|
616
|
-
strInputs:
|
|
645
|
+
id: a,
|
|
646
|
+
strInputs: y,
|
|
617
647
|
env: c
|
|
618
648
|
}), _ = JSON.parse(f);
|
|
619
|
-
|
|
620
|
-
} catch (
|
|
621
|
-
console.error("callFuncV1 failed",
|
|
649
|
+
m(t.nativeToPseudo(_)), t.run();
|
|
650
|
+
} catch (y) {
|
|
651
|
+
console.error("callFuncV1 failed", b, y);
|
|
622
652
|
}
|
|
623
653
|
}
|
|
624
654
|
t.setProperty(
|
|
@@ -644,12 +674,12 @@ class Ws {
|
|
|
644
674
|
const l = `parent=${e} ref=${i} keyOrRefid=${s}`;
|
|
645
675
|
let o;
|
|
646
676
|
if (e) {
|
|
647
|
-
const
|
|
648
|
-
if (!
|
|
677
|
+
const u = this.getNode(e);
|
|
678
|
+
if (!u)
|
|
649
679
|
return console.error(`NodeMgr/addNode parent not found, ${l}`), "";
|
|
650
|
-
if (!
|
|
680
|
+
if (!u.children)
|
|
651
681
|
return console.error(`NodeMgr/addNode parent no children, ${l}`), "";
|
|
652
|
-
o =
|
|
682
|
+
o = u.children;
|
|
653
683
|
} else
|
|
654
684
|
o = this.context.data.view.nodes;
|
|
655
685
|
if (!o)
|
|
@@ -669,25 +699,25 @@ class Ws {
|
|
|
669
699
|
}
|
|
670
700
|
function Bs(t, e, i) {
|
|
671
701
|
const s = new Ws(t);
|
|
672
|
-
function l(c,
|
|
673
|
-
const f = e.pseudoToNative(c), _ = e.pseudoToNative(
|
|
702
|
+
function l(c, b, y) {
|
|
703
|
+
const f = e.pseudoToNative(c), _ = e.pseudoToNative(b), k = e.pseudoToNative(y), x = s.addNode(f, _, k);
|
|
674
704
|
return e.nativeToPseudo(x);
|
|
675
705
|
}
|
|
676
706
|
function o(c) {
|
|
677
|
-
const
|
|
678
|
-
s.deleteNode(
|
|
707
|
+
const b = e.pseudoToNative(c);
|
|
708
|
+
s.deleteNode(b);
|
|
679
709
|
}
|
|
680
|
-
function r(c,
|
|
681
|
-
const
|
|
710
|
+
function r(c, b) {
|
|
711
|
+
const y = e.pseudoToNative(c), f = e.pseudoToNative(b), _ = `id=${y} keys=${f}`;
|
|
682
712
|
let k;
|
|
683
|
-
if (
|
|
713
|
+
if (y === "globality" ? k = t.data.view : k = s.getNode(y), !k) {
|
|
684
714
|
console.error(`getNodePropV1 node not found, ${_}`);
|
|
685
715
|
return;
|
|
686
716
|
}
|
|
687
|
-
const x = f.split("."),
|
|
688
|
-
for (let w = 0; w <
|
|
717
|
+
const x = f.split("."), h = x.length;
|
|
718
|
+
for (let w = 0; w < h; w++) {
|
|
689
719
|
const g = x[w];
|
|
690
|
-
if (w ===
|
|
720
|
+
if (w === h - 1)
|
|
691
721
|
return e.nativeToPseudo(k[g]);
|
|
692
722
|
if (!k) {
|
|
693
723
|
console.error(`getNodePropV1 unpkg failed, ${_}`);
|
|
@@ -696,10 +726,10 @@ function Bs(t, e, i) {
|
|
|
696
726
|
k = k[g];
|
|
697
727
|
}
|
|
698
728
|
}
|
|
699
|
-
function
|
|
700
|
-
const f = e.pseudoToNative(c), _ = e.pseudoToNative(
|
|
701
|
-
let
|
|
702
|
-
if (f === "globality" ?
|
|
729
|
+
function u(c, b, y) {
|
|
730
|
+
const f = e.pseudoToNative(c), _ = e.pseudoToNative(b), k = e.pseudoToNative(y), x = `id=${f} keys=${_} value=${k}`;
|
|
731
|
+
let h;
|
|
732
|
+
if (f === "globality" ? h = t.data.view : h = s.getNode(f), !h) {
|
|
703
733
|
console.error(`setNodePropV1 node not found, ${x}`);
|
|
704
734
|
return;
|
|
705
735
|
}
|
|
@@ -707,26 +737,26 @@ function Bs(t, e, i) {
|
|
|
707
737
|
for (let $ = 0; $ < g; $++) {
|
|
708
738
|
const S = w[$];
|
|
709
739
|
if ($ === g - 1)
|
|
710
|
-
|
|
740
|
+
h[S] = k;
|
|
711
741
|
else {
|
|
712
|
-
if (!
|
|
742
|
+
if (!h) {
|
|
713
743
|
console.error(`setNodePropV1 unpkg failed, ${x}`);
|
|
714
744
|
return;
|
|
715
745
|
}
|
|
716
|
-
|
|
746
|
+
h = h[S];
|
|
717
747
|
}
|
|
718
748
|
}
|
|
719
749
|
}
|
|
720
|
-
function
|
|
721
|
-
const _ = e.pseudoToNative(c), k = e.pseudoToNative(
|
|
722
|
-
t.eventBus?.emit(`callMethod@${_}`, { name: k, inputs: x, result:
|
|
750
|
+
function m(c, b, y, f) {
|
|
751
|
+
const _ = e.pseudoToNative(c), k = e.pseudoToNative(b), x = e.pseudoToNative(y), h = { outputs: [] };
|
|
752
|
+
t.eventBus?.emit(`callMethod@${_}`, { name: k, inputs: x, result: h }), f(e.nativeToPseudo(h.outputs)), e.run();
|
|
723
753
|
}
|
|
724
|
-
function p(c,
|
|
725
|
-
const
|
|
754
|
+
function p(c, b) {
|
|
755
|
+
const y = e.pseudoToNative(c), f = e.pseudoToNative(b);
|
|
726
756
|
if (t.mode === "runtime") {
|
|
727
757
|
const _ = "/main/" + Date.now(), k = {
|
|
728
758
|
orgid: t.org,
|
|
729
|
-
appid: `${
|
|
759
|
+
appid: `${y}${t.env}`,
|
|
730
760
|
pageid: f
|
|
731
761
|
};
|
|
732
762
|
Be.router.replace({ path: _, query: k });
|
|
@@ -736,16 +766,16 @@ function Bs(t, e, i) {
|
|
|
736
766
|
)
|
|
737
767
|
);
|
|
738
768
|
}
|
|
739
|
-
function
|
|
740
|
-
const f = e.pseudoToNative(c), _ = e.pseudoToNative(
|
|
769
|
+
function a(c, b, y) {
|
|
770
|
+
const f = e.pseudoToNative(c), _ = e.pseudoToNative(b);
|
|
741
771
|
oo({ title: f, text: _ }).then((k) => {
|
|
742
|
-
|
|
772
|
+
y(e.nativeToPseudo(k)), e.run();
|
|
743
773
|
});
|
|
744
774
|
}
|
|
745
|
-
function
|
|
746
|
-
const _ = e.pseudoToNative(c), k = e.pseudoToNative(
|
|
747
|
-
so({ title: _, label: k, value: x }).then((
|
|
748
|
-
f(e.nativeToPseudo(
|
|
775
|
+
function d(c, b, y, f) {
|
|
776
|
+
const _ = e.pseudoToNative(c), k = e.pseudoToNative(b), x = e.pseudoToNative(y);
|
|
777
|
+
so({ title: _, label: k, value: x }).then((h) => {
|
|
778
|
+
f(e.nativeToPseudo(h)), e.run();
|
|
749
779
|
});
|
|
750
780
|
}
|
|
751
781
|
e.setProperty(
|
|
@@ -763,11 +793,11 @@ function Bs(t, e, i) {
|
|
|
763
793
|
), e.setProperty(
|
|
764
794
|
i,
|
|
765
795
|
"__setNodePropV1__",
|
|
766
|
-
e.createNativeFunction(
|
|
796
|
+
e.createNativeFunction(u)
|
|
767
797
|
), e.setProperty(
|
|
768
798
|
i,
|
|
769
799
|
"__callNodeMethodV1__",
|
|
770
|
-
e.createAsyncFunction(
|
|
800
|
+
e.createAsyncFunction(m)
|
|
771
801
|
), e.setProperty(
|
|
772
802
|
i,
|
|
773
803
|
"__navigateToV1__",
|
|
@@ -775,11 +805,11 @@ function Bs(t, e, i) {
|
|
|
775
805
|
), e.setProperty(
|
|
776
806
|
i,
|
|
777
807
|
"__openConfirmDlgV1__",
|
|
778
|
-
e.createAsyncFunction(
|
|
808
|
+
e.createAsyncFunction(a)
|
|
779
809
|
), e.setProperty(
|
|
780
810
|
i,
|
|
781
811
|
"__openPromptDlgV1__",
|
|
782
|
-
e.createAsyncFunction(
|
|
812
|
+
e.createAsyncFunction(d)
|
|
783
813
|
);
|
|
784
814
|
}
|
|
785
815
|
function Ds(t, e, i) {
|
|
@@ -930,8 +960,8 @@ function Di(t) {
|
|
|
930
960
|
}
|
|
931
961
|
function Ua(t, e, i, s, l) {
|
|
932
962
|
let o = t;
|
|
933
|
-
for (let
|
|
934
|
-
if (o = o.children[e[
|
|
963
|
+
for (let u = 0; u < e.length; u++)
|
|
964
|
+
if (o = o.children[e[u]], !o) {
|
|
935
965
|
console.assert(!1, `unpkg context failed parentKeys=${e}`);
|
|
936
966
|
return;
|
|
937
967
|
}
|
|
@@ -965,41 +995,41 @@ const Gs = /* @__PURE__ */ T({
|
|
|
965
995
|
outer: { type: Boolean }
|
|
966
996
|
},
|
|
967
997
|
setup(t) {
|
|
968
|
-
const { t: e } = fi(), i = t, s = Ai(), l = Ni(), o = F(), r = te(),
|
|
998
|
+
const { t: e } = fi(), i = t, s = Ai(), l = Ni(), o = F(), r = te(), u = ne(), m = ie(), p = Pi(), a = ce(-1), d = ce(), c = {};
|
|
969
999
|
Li(c);
|
|
970
|
-
const
|
|
1000
|
+
const b = () => {
|
|
971
1001
|
c.eventBus && (c.eventBus = void 0), c.interpreter && (Di(c.interpreter), c.interpreter = void 0);
|
|
972
1002
|
};
|
|
973
1003
|
ii(() => {
|
|
974
1004
|
if (!i.refContext.refid) {
|
|
975
|
-
|
|
1005
|
+
a.value = -1, d.value = void 0, b();
|
|
976
1006
|
return;
|
|
977
1007
|
}
|
|
978
1008
|
const g = p.value[i.refContext.refid];
|
|
979
1009
|
if (!g) {
|
|
980
|
-
|
|
1010
|
+
a.value = -1, d.value = null, b(), jt.emit("compNotAvail", i.refContext.refid);
|
|
981
1011
|
return;
|
|
982
1012
|
}
|
|
983
|
-
if (
|
|
1013
|
+
if (a.value === g.dataSeq || (a.value = g.dataSeq, d.value = R(g.data), o !== "runtime" && o !== "preview"))
|
|
984
1014
|
return;
|
|
985
|
-
|
|
986
|
-
const $ =
|
|
1015
|
+
b();
|
|
1016
|
+
const $ = d.value, S = $.code.script;
|
|
987
1017
|
if (S) {
|
|
988
1018
|
const P = Ri();
|
|
989
1019
|
c.eventBus = P, c.interpreter = Bi(
|
|
990
|
-
{ org: s, env: l, mode: o, type:
|
|
1020
|
+
{ org: s, env: l, mode: o, type: u, data: $, eventBus: P },
|
|
991
1021
|
S
|
|
992
1022
|
);
|
|
993
1023
|
}
|
|
994
1024
|
}), ge(() => {
|
|
995
|
-
|
|
1025
|
+
b();
|
|
996
1026
|
});
|
|
997
|
-
const { applySize:
|
|
998
|
-
const g = {}, $ =
|
|
999
|
-
return
|
|
1027
|
+
const { applySize: y } = se(o, r, i), f = n(() => {
|
|
1028
|
+
const g = {}, $ = m.value.type;
|
|
1029
|
+
return u === "page" ? $ === "common" ? y(g) : console.assert(!1) : u === "comp" && $ === "common" ? y(g) : console.assert(!1), g;
|
|
1000
1030
|
});
|
|
1001
1031
|
function _(g) {
|
|
1002
|
-
const $ = rn[
|
|
1032
|
+
const $ = rn[m.value.version].refKey, S = re[$];
|
|
1003
1033
|
return S ? O(S.comp, {
|
|
1004
1034
|
refContext: {
|
|
1005
1035
|
parent: i.refContext,
|
|
@@ -1021,7 +1051,7 @@ const Gs = /* @__PURE__ */ T({
|
|
|
1021
1051
|
function x(g) {
|
|
1022
1052
|
return g.ref ? _(g) : k(g);
|
|
1023
1053
|
}
|
|
1024
|
-
function
|
|
1054
|
+
function h() {
|
|
1025
1055
|
let g = i.refContext.parent;
|
|
1026
1056
|
for (; g; ) {
|
|
1027
1057
|
if (g.refid === i.refContext.refid)
|
|
@@ -1031,14 +1061,14 @@ const Gs = /* @__PURE__ */ T({
|
|
|
1031
1061
|
return !1;
|
|
1032
1062
|
}
|
|
1033
1063
|
const w = () => {
|
|
1034
|
-
if (
|
|
1064
|
+
if (h())
|
|
1035
1065
|
return O("div", { id: i.id }, e("x-runtime-lib.circularRef"));
|
|
1036
|
-
if (!
|
|
1037
|
-
return
|
|
1038
|
-
const g =
|
|
1066
|
+
if (!d.value)
|
|
1067
|
+
return d.value === void 0 ? O("div", { id: i.id }) : O("div", { id: i.id }, e("x-runtime-lib.compNotAvail"));
|
|
1068
|
+
const g = d.value.type;
|
|
1039
1069
|
if (g === "common") {
|
|
1040
1070
|
const $ = [];
|
|
1041
|
-
return
|
|
1071
|
+
return d.value.view.nodes.forEach((S) => {
|
|
1042
1072
|
$.push(x(S));
|
|
1043
1073
|
}), O("div", { id: i.id, style: f.value }, $);
|
|
1044
1074
|
} else
|
|
@@ -1053,28 +1083,28 @@ const Gs = /* @__PURE__ */ T({
|
|
|
1053
1083
|
state: {}
|
|
1054
1084
|
},
|
|
1055
1085
|
setup(t) {
|
|
1056
|
-
const { t: e } = fi(), i = t, s = Ai(), l = Ni(), o = F(), r = ne(),
|
|
1057
|
-
Li(
|
|
1086
|
+
const { t: e } = fi(), i = t, s = Ai(), l = Ni(), o = F(), r = ne(), u = ie(), m = Pi(), p = ce(-1), a = ce(), d = {};
|
|
1087
|
+
Li(d);
|
|
1058
1088
|
const c = () => {
|
|
1059
|
-
|
|
1089
|
+
d.eventBus && (d.eventBus = void 0), d.interpreter && (Di(d.interpreter), d.interpreter = void 0);
|
|
1060
1090
|
};
|
|
1061
1091
|
ii(() => {
|
|
1062
1092
|
if (!i.refContext.refid) {
|
|
1063
|
-
p.value = -1,
|
|
1093
|
+
p.value = -1, a.value = void 0, c();
|
|
1064
1094
|
return;
|
|
1065
1095
|
}
|
|
1066
|
-
const
|
|
1067
|
-
if (!
|
|
1068
|
-
p.value = -1,
|
|
1096
|
+
const h = m.value[i.refContext.refid];
|
|
1097
|
+
if (!h) {
|
|
1098
|
+
p.value = -1, a.value = null, c(), jt.emit("compNotAvail", i.refContext.refid);
|
|
1069
1099
|
return;
|
|
1070
1100
|
}
|
|
1071
|
-
if (p.value ===
|
|
1101
|
+
if (p.value === h.dataSeq || (p.value = h.dataSeq, a.value = R(h.data), o !== "runtime" && o !== "preview"))
|
|
1072
1102
|
return;
|
|
1073
1103
|
c();
|
|
1074
|
-
const w =
|
|
1104
|
+
const w = a.value, g = w.code.script;
|
|
1075
1105
|
if (g) {
|
|
1076
1106
|
const $ = Ri();
|
|
1077
|
-
|
|
1107
|
+
d.eventBus = $, d.interpreter = Bi(
|
|
1078
1108
|
{ org: s, env: l, mode: o, type: r, data: w, eventBus: $ },
|
|
1079
1109
|
g
|
|
1080
1110
|
);
|
|
@@ -1082,62 +1112,62 @@ const Gs = /* @__PURE__ */ T({
|
|
|
1082
1112
|
}), ge(() => {
|
|
1083
1113
|
c();
|
|
1084
1114
|
});
|
|
1085
|
-
const
|
|
1115
|
+
const b = () => {
|
|
1086
1116
|
console.log("triggerUpdate");
|
|
1087
1117
|
};
|
|
1088
1118
|
le(
|
|
1089
1119
|
() => i.state,
|
|
1090
1120
|
() => {
|
|
1091
|
-
|
|
1121
|
+
b();
|
|
1092
1122
|
},
|
|
1093
1123
|
{ deep: !0, immediate: !0 }
|
|
1094
1124
|
);
|
|
1095
|
-
function h
|
|
1096
|
-
const w = rn[
|
|
1125
|
+
function y(h) {
|
|
1126
|
+
const w = rn[u.value.version].refKey, g = re[w];
|
|
1097
1127
|
return g ? O(g.comp, {
|
|
1098
1128
|
refContext: {
|
|
1099
1129
|
parent: i.refContext,
|
|
1100
|
-
refid:
|
|
1130
|
+
refid: h.ref.id
|
|
1101
1131
|
},
|
|
1102
|
-
node:
|
|
1132
|
+
node: h
|
|
1103
1133
|
}) : (console.assert(!1, `ref element not found key=${w}`), O("div", `ref element not found key=${w}`));
|
|
1104
1134
|
}
|
|
1105
|
-
function f(
|
|
1106
|
-
const w = re[
|
|
1135
|
+
function f(h) {
|
|
1136
|
+
const w = re[h.basic.key];
|
|
1107
1137
|
if (!w)
|
|
1108
|
-
return console.assert(!1, `element not found key=${
|
|
1138
|
+
return console.assert(!1, `element not found key=${h.basic.key}`), O("div", `element not found key=${h.basic.key}`);
|
|
1109
1139
|
const g = [];
|
|
1110
|
-
return w.slots.some(($) => $.key === "default") &&
|
|
1140
|
+
return w.slots.some(($) => $.key === "default") && h.children?.forEach(($) => {
|
|
1111
1141
|
g.push(_($));
|
|
1112
|
-
}), O(w.comp, { node:
|
|
1142
|
+
}), O(w.comp, { node: h }, { default: () => g });
|
|
1113
1143
|
}
|
|
1114
|
-
function _(
|
|
1115
|
-
return
|
|
1144
|
+
function _(h) {
|
|
1145
|
+
return h.ref ? y(h) : f(h);
|
|
1116
1146
|
}
|
|
1117
1147
|
function k() {
|
|
1118
|
-
let
|
|
1119
|
-
for (;
|
|
1120
|
-
if (
|
|
1148
|
+
let h = i.refContext.parent;
|
|
1149
|
+
for (; h; ) {
|
|
1150
|
+
if (h.refid === i.refContext.refid)
|
|
1121
1151
|
return !0;
|
|
1122
|
-
|
|
1152
|
+
h = h.parent;
|
|
1123
1153
|
}
|
|
1124
1154
|
return !1;
|
|
1125
1155
|
}
|
|
1126
1156
|
const x = () => {
|
|
1127
1157
|
if (k())
|
|
1128
1158
|
return O("div", e("x-runtime-lib.circularRef"));
|
|
1129
|
-
if (!
|
|
1130
|
-
return
|
|
1131
|
-
const
|
|
1132
|
-
if (
|
|
1159
|
+
if (!a.value)
|
|
1160
|
+
return a.value === void 0 ? O("div") : O("div", e("x-runtime-lib.compNotAvail"));
|
|
1161
|
+
const h = a.value.type;
|
|
1162
|
+
if (h === "common") {
|
|
1133
1163
|
const w = [];
|
|
1134
|
-
return
|
|
1164
|
+
return a.value.view.nodes.forEach((g) => {
|
|
1135
1165
|
w.push(_(g));
|
|
1136
1166
|
}), w;
|
|
1137
1167
|
} else
|
|
1138
|
-
return console.assert(!1, `invalid subtype=${
|
|
1168
|
+
return console.assert(!1, `invalid subtype=${h}`), O("div", `invalid subtype=${h}`);
|
|
1139
1169
|
};
|
|
1140
|
-
return (
|
|
1170
|
+
return (h, w) => (V(), z(x));
|
|
1141
1171
|
}
|
|
1142
1172
|
}), Ks = /* @__PURE__ */ T({
|
|
1143
1173
|
__name: "index",
|
|
@@ -1146,18 +1176,18 @@ const Gs = /* @__PURE__ */ T({
|
|
|
1146
1176
|
outer: { type: Boolean }
|
|
1147
1177
|
},
|
|
1148
1178
|
setup(t) {
|
|
1149
|
-
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),
|
|
1150
|
-
return (
|
|
1151
|
-
const
|
|
1152
|
-
return V(), z(
|
|
1179
|
+
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), u = n(() => e.node.settings?.offset?.y);
|
|
1180
|
+
return (m, p) => {
|
|
1181
|
+
const a = A("v-badge");
|
|
1182
|
+
return V(), z(a, {
|
|
1153
1183
|
content: s.value,
|
|
1154
1184
|
dot: l.value,
|
|
1155
1185
|
"offset-x": r.value,
|
|
1156
|
-
"offset-y":
|
|
1186
|
+
"offset-y": u.value,
|
|
1157
1187
|
theme: o.value
|
|
1158
1188
|
}, {
|
|
1159
1189
|
default: W(() => [
|
|
1160
|
-
M(
|
|
1190
|
+
M(m.$slots, "default")
|
|
1161
1191
|
]),
|
|
1162
1192
|
_: 3
|
|
1163
1193
|
}, 8, ["content", "dot", "offset-x", "offset-y", "theme"]);
|
|
@@ -1170,7 +1200,7 @@ const Gs = /* @__PURE__ */ T({
|
|
|
1170
1200
|
outer: { type: Boolean }
|
|
1171
1201
|
},
|
|
1172
1202
|
setup(t) {
|
|
1173
|
-
const e = t, i = F(), s = B(), l = Te(), o = n(() => e.node.settings?.addIcon?.append), r = n(() => e.node.settings?.block),
|
|
1203
|
+
const e = t, i = F(), s = B(), l = Te(), o = n(() => e.node.settings?.addIcon?.append), r = n(() => e.node.settings?.block), u = n(() => e.node.settings?.color), { color: m } = j(s, u), p = n(() => e.node.settings?.density), a = n(() => e.node.settings?.disabled), d = n(() => e.node.size?.height), c = n(() => e.node.settings?.loading), b = n(() => e.node.size?.maxHeight), y = n(() => e.node.size?.maxWidth), f = n(() => e.node.size?.minHeight), _ = n(() => e.node.size?.minWidth), k = n(() => e.node.settings?.addIcon?.prepend), x = n(() => e.node.settings?.readonly), h = n(() => e.node.settings?.ripple), w = n(() => e.node.settings?.size), g = n(() => e.node.settings?.stacked), $ = n(() => e.node.settings?.text), S = n(() => s.value ? "dark" : "light"), P = n(() => e.node.settings?.variant), C = n(() => e.node.size?.width), G = (Y) => {
|
|
1174
1204
|
if (i !== "runtime" && i !== "preview")
|
|
1175
1205
|
return;
|
|
1176
1206
|
const K = l.interpreter;
|
|
@@ -1184,18 +1214,18 @@ const Gs = /* @__PURE__ */ T({
|
|
|
1184
1214
|
return V(), z(X, {
|
|
1185
1215
|
"append-icon": o.value,
|
|
1186
1216
|
block: r.value,
|
|
1187
|
-
color: D(
|
|
1217
|
+
color: D(m),
|
|
1188
1218
|
density: p.value,
|
|
1189
|
-
disabled:
|
|
1190
|
-
height:
|
|
1219
|
+
disabled: a.value,
|
|
1220
|
+
height: d.value,
|
|
1191
1221
|
loading: c.value,
|
|
1192
|
-
"max-height":
|
|
1193
|
-
"max-width":
|
|
1222
|
+
"max-height": b.value,
|
|
1223
|
+
"max-width": y.value,
|
|
1194
1224
|
"min-height": f.value,
|
|
1195
1225
|
"min-width": _.value,
|
|
1196
1226
|
"prepend-icon": k.value,
|
|
1197
1227
|
readonly: x.value,
|
|
1198
|
-
ripple:
|
|
1228
|
+
ripple: h.value,
|
|
1199
1229
|
size: w.value,
|
|
1200
1230
|
stacked: g.value,
|
|
1201
1231
|
text: $.value,
|
|
@@ -1228,24 +1258,24 @@ const qs = /* @__PURE__ */ be(Us, [["render", Zs]]), Xs = /* @__PURE__ */ T({
|
|
|
1228
1258
|
outer: { type: Boolean }
|
|
1229
1259
|
},
|
|
1230
1260
|
setup(t) {
|
|
1231
|
-
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),
|
|
1232
|
-
return (
|
|
1261
|
+
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), u = n(() => e.node.settings?.multiple), m = n(() => e.node.settings?.readonly), p = n(() => e.node.settings?.size), a = n(() => e.node.settings?.stacked), d = n(() => i.value ? "dark" : "light"), c = n(() => e.node.settings?.tile), b = n(() => e.node.settings?.variant);
|
|
1262
|
+
return (y, f) => {
|
|
1233
1263
|
const _ = A("v-btn-toggle");
|
|
1234
1264
|
return V(), z(_, {
|
|
1235
1265
|
block: s.value,
|
|
1236
1266
|
disabled: l.value,
|
|
1237
1267
|
divided: o.value,
|
|
1238
1268
|
mandatory: r.value,
|
|
1239
|
-
multiple:
|
|
1240
|
-
readonly:
|
|
1269
|
+
multiple: u.value,
|
|
1270
|
+
readonly: m.value,
|
|
1241
1271
|
size: p.value,
|
|
1242
|
-
stacked:
|
|
1243
|
-
theme:
|
|
1272
|
+
stacked: a.value,
|
|
1273
|
+
theme: d.value,
|
|
1244
1274
|
tile: c.value,
|
|
1245
|
-
variant:
|
|
1275
|
+
variant: b.value
|
|
1246
1276
|
}, {
|
|
1247
1277
|
default: W(() => [
|
|
1248
|
-
M(
|
|
1278
|
+
M(y.$slots, "default")
|
|
1249
1279
|
]),
|
|
1250
1280
|
_: 3
|
|
1251
1281
|
}, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
|
|
@@ -1258,22 +1288,22 @@ const qs = /* @__PURE__ */ be(Us, [["render", Zs]]), Xs = /* @__PURE__ */ T({
|
|
|
1258
1288
|
outer: { type: Boolean }
|
|
1259
1289
|
},
|
|
1260
1290
|
setup(t) {
|
|
1261
|
-
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),
|
|
1262
|
-
return (x,
|
|
1291
|
+
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), u = n(() => e.node.settings?.loading), m = n(() => e.node.size?.maxHeight), p = n(() => e.node.size?.maxWidth), a = n(() => e.node.size?.minHeight), d = n(() => e.node.size?.minWidth), c = n(() => e.node.settings?.subtitle), b = n(() => e.node.settings?.text), y = n(() => i.value ? "dark" : "light"), f = n(() => e.node.settings?.title), _ = n(() => e.node.settings?.variant), k = n(() => e.node.size?.width);
|
|
1292
|
+
return (x, h) => {
|
|
1263
1293
|
const w = A("v-card");
|
|
1264
1294
|
return V(), z(w, {
|
|
1265
1295
|
density: s.value,
|
|
1266
1296
|
disabled: l.value,
|
|
1267
1297
|
height: o.value,
|
|
1268
1298
|
hover: r.value,
|
|
1269
|
-
loading:
|
|
1270
|
-
"max-height":
|
|
1299
|
+
loading: u.value,
|
|
1300
|
+
"max-height": m.value,
|
|
1271
1301
|
"max-width": p.value,
|
|
1272
|
-
"min-height":
|
|
1273
|
-
"min-width":
|
|
1302
|
+
"min-height": a.value,
|
|
1303
|
+
"min-width": d.value,
|
|
1274
1304
|
subtitle: c.value,
|
|
1275
|
-
text:
|
|
1276
|
-
theme:
|
|
1305
|
+
text: b.value,
|
|
1306
|
+
theme: y.value,
|
|
1277
1307
|
title: f.value,
|
|
1278
1308
|
variant: _.value,
|
|
1279
1309
|
width: k.value
|
|
@@ -1308,21 +1338,21 @@ const qs = /* @__PURE__ */ be(Us, [["render", Zs]]), Xs = /* @__PURE__ */ T({
|
|
|
1308
1338
|
outer: { type: Boolean }
|
|
1309
1339
|
},
|
|
1310
1340
|
setup(t) {
|
|
1311
|
-
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),
|
|
1341
|
+
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), u = n(() => e.node.settings?.disabled), m = n(() => e.node.settings?.draggable), p = n(() => e.node.settings?.filter), a = n(() => e.node.settings?.label), d = n(() => e.node.settings?.size), c = n(() => e.node.settings?.text), b = n(() => i.value ? "dark" : "light"), y = n(() => e.node.settings?.tile), f = n(() => e.node.settings?.value), _ = n(() => e.node.settings?.variant);
|
|
1312
1342
|
return (k, x) => {
|
|
1313
|
-
const
|
|
1314
|
-
return V(), z(
|
|
1343
|
+
const h = A("v-chip");
|
|
1344
|
+
return V(), z(h, {
|
|
1315
1345
|
closable: s.value,
|
|
1316
1346
|
color: D(o),
|
|
1317
1347
|
density: r.value,
|
|
1318
|
-
disabled:
|
|
1319
|
-
draggable:
|
|
1348
|
+
disabled: u.value,
|
|
1349
|
+
draggable: m.value,
|
|
1320
1350
|
filter: p.value,
|
|
1321
|
-
label:
|
|
1322
|
-
size:
|
|
1351
|
+
label: a.value,
|
|
1352
|
+
size: d.value,
|
|
1323
1353
|
text: c.value,
|
|
1324
|
-
theme:
|
|
1325
|
-
tile:
|
|
1354
|
+
theme: b.value,
|
|
1355
|
+
tile: y.value,
|
|
1326
1356
|
value: f.value,
|
|
1327
1357
|
variant: _.value
|
|
1328
1358
|
}, null, 8, ["closable", "color", "density", "disabled", "draggable", "filter", "label", "size", "text", "theme", "tile", "value", "variant"]);
|
|
@@ -1335,28 +1365,28 @@ const qs = /* @__PURE__ */ be(Us, [["render", Zs]]), Xs = /* @__PURE__ */ T({
|
|
|
1335
1365
|
outer: { type: Boolean }
|
|
1336
1366
|
},
|
|
1337
1367
|
setup(t) {
|
|
1338
|
-
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),
|
|
1368
|
+
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), u = n(() => e.node.settings?.mandatory), m = n(() => e.node.settings?.value), p = (b) => {
|
|
1339
1369
|
if (!e.node.settings)
|
|
1340
1370
|
return;
|
|
1341
|
-
const { settings:
|
|
1342
|
-
|
|
1343
|
-
},
|
|
1344
|
-
return (
|
|
1371
|
+
const { settings: y } = e.node;
|
|
1372
|
+
y.value = b;
|
|
1373
|
+
}, a = n(() => e.node.settings?.multiple), d = n(() => e.node.settings?.showArrows), c = n(() => i.value ? "dark" : "light");
|
|
1374
|
+
return (b, y) => {
|
|
1345
1375
|
const f = A("v-chip-group");
|
|
1346
1376
|
return V(), z(f, {
|
|
1347
1377
|
column: s.value,
|
|
1348
1378
|
direction: l.value,
|
|
1349
1379
|
disabled: o.value,
|
|
1350
1380
|
filter: r.value,
|
|
1351
|
-
mandatory:
|
|
1352
|
-
"model-value":
|
|
1353
|
-
multiple:
|
|
1354
|
-
"show-arrows":
|
|
1381
|
+
mandatory: u.value,
|
|
1382
|
+
"model-value": m.value,
|
|
1383
|
+
multiple: a.value,
|
|
1384
|
+
"show-arrows": d.value,
|
|
1355
1385
|
theme: c.value,
|
|
1356
1386
|
"onUpdate:modelValue": p
|
|
1357
1387
|
}, {
|
|
1358
1388
|
default: W(() => [
|
|
1359
|
-
M(
|
|
1389
|
+
M(b.$slots, "default")
|
|
1360
1390
|
]),
|
|
1361
1391
|
_: 3
|
|
1362
1392
|
}, 8, ["column", "direction", "disabled", "filter", "mandatory", "model-value", "multiple", "show-arrows", "theme"]);
|
|
@@ -1369,21 +1399,21 @@ const qs = /* @__PURE__ */ be(Us, [["render", Zs]]), Xs = /* @__PURE__ */ T({
|
|
|
1369
1399
|
outer: { type: Boolean }
|
|
1370
1400
|
},
|
|
1371
1401
|
setup(t) {
|
|
1372
|
-
const e = t, i = F(), s = te(), l = B(), o = ne(), r = ie(), { applySize:
|
|
1402
|
+
const e = t, i = F(), s = te(), l = B(), o = ne(), r = ie(), { applySize: u } = se(i, s, e), m = n(() => {
|
|
1373
1403
|
const k = {}, x = r.value.type;
|
|
1374
|
-
return o === "page" ? x === "common" ?
|
|
1375
|
-
}), p = n(() => e.node.settings?.disabled),
|
|
1404
|
+
return o === "page" ? x === "common" ? u(k) : console.assert(!1) : o === "comp" && x === "common" ? u(k) : console.assert(!1), k;
|
|
1405
|
+
}), p = n(() => e.node.settings?.disabled), a = n(() => e.node.settings?.hideCanvas), d = n(() => e.node.settings?.hideHeader), c = n(() => e.node.settings?.hideInputs), b = n(() => e.node.settings?.hideSliders), y = n(() => e.node.settings?.landscape), f = n(() => e.node.settings?.showSwatches), _ = n(() => l.value ? "dark" : "light");
|
|
1376
1406
|
return (k, x) => {
|
|
1377
|
-
const
|
|
1378
|
-
return V(), z(
|
|
1407
|
+
const h = A("v-color-picker");
|
|
1408
|
+
return V(), z(h, {
|
|
1379
1409
|
disabled: p.value,
|
|
1380
|
-
"hide-canvas":
|
|
1381
|
-
"hide-header":
|
|
1410
|
+
"hide-canvas": a.value,
|
|
1411
|
+
"hide-header": d.value,
|
|
1382
1412
|
"hide-inputs": c.value,
|
|
1383
|
-
"hide-sliders":
|
|
1384
|
-
landscape:
|
|
1413
|
+
"hide-sliders": b.value,
|
|
1414
|
+
landscape: y.value,
|
|
1385
1415
|
"show-swatches": f.value,
|
|
1386
|
-
style: ue(
|
|
1416
|
+
style: ue(m.value),
|
|
1387
1417
|
theme: _.value
|
|
1388
1418
|
}, null, 8, ["disabled", "hide-canvas", "hide-header", "hide-inputs", "hide-sliders", "landscape", "show-swatches", "style", "theme"]);
|
|
1389
1419
|
};
|
|
@@ -1395,28 +1425,28 @@ const qs = /* @__PURE__ */ be(Us, [["render", Zs]]), Xs = /* @__PURE__ */ T({
|
|
|
1395
1425
|
outer: { type: Boolean }
|
|
1396
1426
|
},
|
|
1397
1427
|
setup(t) {
|
|
1398
|
-
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),
|
|
1399
|
-
return (
|
|
1400
|
-
const
|
|
1428
|
+
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), u = n(() => e.node.settings?.placeholder), m = n(() => i !== "runtime" && i !== "preview" ? !0 : e.node.settings?.readonly), p = n(() => e.node.settings?.singleLine), a = n(() => s.value ? "dark" : "light");
|
|
1429
|
+
return (d, c) => {
|
|
1430
|
+
const b = A("v-combobox");
|
|
1401
1431
|
return D(i) === "editor" ? (V(), q("div", nl, [
|
|
1402
|
-
Z(
|
|
1432
|
+
Z(b, {
|
|
1403
1433
|
"hide-details": l.value,
|
|
1404
1434
|
label: o.value,
|
|
1405
1435
|
"model-value": r.value,
|
|
1406
|
-
placeholder:
|
|
1407
|
-
readonly:
|
|
1436
|
+
placeholder: u.value,
|
|
1437
|
+
readonly: m.value,
|
|
1408
1438
|
"single-line": p.value,
|
|
1409
|
-
theme:
|
|
1439
|
+
theme: a.value
|
|
1410
1440
|
}, null, 8, ["hide-details", "label", "model-value", "placeholder", "readonly", "single-line", "theme"])
|
|
1411
|
-
])) : (V(), z(
|
|
1441
|
+
])) : (V(), z(b, {
|
|
1412
1442
|
key: 1,
|
|
1413
1443
|
"hide-details": l.value,
|
|
1414
1444
|
label: o.value,
|
|
1415
1445
|
"model-value": r.value,
|
|
1416
|
-
placeholder:
|
|
1417
|
-
readonly:
|
|
1446
|
+
placeholder: u.value,
|
|
1447
|
+
readonly: m.value,
|
|
1418
1448
|
"single-line": p.value,
|
|
1419
|
-
theme:
|
|
1449
|
+
theme: a.value
|
|
1420
1450
|
}, null, 8, ["hide-details", "label", "model-value", "placeholder", "readonly", "single-line", "theme"]));
|
|
1421
1451
|
};
|
|
1422
1452
|
}
|
|
@@ -1427,14 +1457,14 @@ const qs = /* @__PURE__ */ be(Us, [["render", Zs]]), Xs = /* @__PURE__ */ T({
|
|
|
1427
1457
|
outer: { type: Boolean }
|
|
1428
1458
|
},
|
|
1429
1459
|
setup(t) {
|
|
1430
|
-
const e = t, i = F(), s = te(), l = B(), o = ne(), r = ie(),
|
|
1431
|
-
const
|
|
1432
|
-
return o === "page" ? f === "common" ? (p(
|
|
1460
|
+
const e = t, i = F(), s = te(), l = B(), o = ne(), r = ie(), u = n(() => e.node.settings?.backgroundColor), { color: m } = j(l, u), { applySize: p } = se(i, s, e), { applyMargin: a } = Zt(e), { applyPadding: d } = qt(e), { applyBorder: c } = Ut(l, e), b = n(() => {
|
|
1461
|
+
const y = {}, f = r.value.type;
|
|
1462
|
+
return o === "page" ? f === "common" ? (p(y), a(y), d(y), c(y), m.value && (y.backgroundColor = m.value)) : console.assert(!1) : o === "comp" && f === "common" ? (p(y), a(y), d(y), c(y), m.value && (y.backgroundColor = m.value)) : console.assert(!1), y;
|
|
1433
1463
|
});
|
|
1434
|
-
return (
|
|
1435
|
-
style: ue(
|
|
1464
|
+
return (y, f) => (V(), q("div", {
|
|
1465
|
+
style: ue(b.value)
|
|
1436
1466
|
}, [
|
|
1437
|
-
M(
|
|
1467
|
+
M(y.$slots, "default")
|
|
1438
1468
|
], 4));
|
|
1439
1469
|
}
|
|
1440
1470
|
}), sl = /* @__PURE__ */ T({
|
|
@@ -1444,10 +1474,10 @@ const qs = /* @__PURE__ */ be(Us, [["render", Zs]]), Xs = /* @__PURE__ */ T({
|
|
|
1444
1474
|
outer: { type: Boolean }
|
|
1445
1475
|
},
|
|
1446
1476
|
setup(t) {
|
|
1447
|
-
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),
|
|
1477
|
+
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), u = n(() => e.node.size?.height), m = n(() => e.node.settings?.hover), p = n(() => {
|
|
1448
1478
|
const f = e.node.settings?.data;
|
|
1449
1479
|
return typeof f == "string" ? JSON.parse(f) : f;
|
|
1450
|
-
}),
|
|
1480
|
+
}), a = n(() => e.node.settings?.loading), d = n(() => e.node.settings?.multiSort), c = n(() => i.value ? "dark" : "light"), b = n(() => e.node.size?.width), y = n(() => {
|
|
1451
1481
|
const f = [];
|
|
1452
1482
|
return (e.node.slots?.items ?? []).forEach((k) => {
|
|
1453
1483
|
k.column && k.comp && f.push(k);
|
|
@@ -1460,20 +1490,20 @@ const qs = /* @__PURE__ */ be(Us, [["render", Zs]]), Xs = /* @__PURE__ */ T({
|
|
|
1460
1490
|
"fixed-footer": l.value,
|
|
1461
1491
|
"fixed-header": o.value,
|
|
1462
1492
|
headers: r.value,
|
|
1463
|
-
height:
|
|
1464
|
-
hover:
|
|
1493
|
+
height: u.value,
|
|
1494
|
+
hover: m.value,
|
|
1465
1495
|
items: p.value,
|
|
1466
|
-
loading:
|
|
1467
|
-
"multi-sort":
|
|
1496
|
+
loading: a.value,
|
|
1497
|
+
"multi-sort": d.value,
|
|
1468
1498
|
theme: c.value,
|
|
1469
|
-
width:
|
|
1499
|
+
width: b.value
|
|
1470
1500
|
}, we({ _: 2 }, [
|
|
1471
|
-
Yi(
|
|
1501
|
+
Yi(y.value, (x) => ({
|
|
1472
1502
|
name: `item.${x.column}`,
|
|
1473
|
-
fn: W(({ value:
|
|
1503
|
+
fn: W(({ value: h }) => [
|
|
1474
1504
|
Z(J, {
|
|
1475
1505
|
"ref-context": { refid: x.comp },
|
|
1476
|
-
state: { value:
|
|
1506
|
+
state: { value: h }
|
|
1477
1507
|
}, null, 8, ["ref-context", "state"])
|
|
1478
1508
|
])
|
|
1479
1509
|
}))
|
|
@@ -1493,16 +1523,16 @@ const al = /* @__PURE__ */ be(ll, [["render", rl]]), ul = ["id"], dl = /* @__PUR
|
|
|
1493
1523
|
},
|
|
1494
1524
|
setup(t) {
|
|
1495
1525
|
const e = t, i = F(), s = Te(), l = n(() => e.node.basic?.id), { open: o } = di(`runtimeDlg/${oi()}`);
|
|
1496
|
-
return Ei(s, e, (
|
|
1526
|
+
return Ei(s, e, (u) => {
|
|
1497
1527
|
if (i !== "runtime" && i !== "preview" || !s.interpreter)
|
|
1498
1528
|
return;
|
|
1499
|
-
const { name: p } =
|
|
1529
|
+
const { name: p } = u;
|
|
1500
1530
|
p === "open" ? o.value = !0 : p === "close" && (o.value = !1);
|
|
1501
|
-
}), (
|
|
1531
|
+
}), (u, m) => {
|
|
1502
1532
|
const p = A("v-dialog");
|
|
1503
1533
|
return V(), z(p, {
|
|
1504
1534
|
modelValue: D(o),
|
|
1505
|
-
"onUpdate:modelValue":
|
|
1535
|
+
"onUpdate:modelValue": m[0] || (m[0] = (a) => si(o) ? o.value = a : null),
|
|
1506
1536
|
attach: "#dialogContainer"
|
|
1507
1537
|
}, {
|
|
1508
1538
|
activator: W(() => [
|
|
@@ -1512,7 +1542,7 @@ const al = /* @__PURE__ */ be(ll, [["render", rl]]), ul = ["id"], dl = /* @__PUR
|
|
|
1512
1542
|
}, null, 8, ul)) : li("", !0)
|
|
1513
1543
|
]),
|
|
1514
1544
|
default: W(() => [
|
|
1515
|
-
M(
|
|
1545
|
+
M(u.$slots, "default")
|
|
1516
1546
|
]),
|
|
1517
1547
|
_: 3
|
|
1518
1548
|
}, 8, ["modelValue"]);
|
|
@@ -1525,19 +1555,19 @@ const al = /* @__PURE__ */ be(ll, [["render", rl]]), ul = ["id"], dl = /* @__PUR
|
|
|
1525
1555
|
outer: { type: Boolean }
|
|
1526
1556
|
},
|
|
1527
1557
|
setup(t) {
|
|
1528
|
-
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),
|
|
1529
|
-
return (
|
|
1558
|
+
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), u = n(() => e.node.settings?.label), m = n(() => e.node.settings?.loading), p = n(() => e.node.settings?.multiple), a = n(() => i !== "runtime" && i !== "preview" ? !0 : e.node.settings?.readonly), d = n(() => e.node.settings?.reverse), c = n(() => e.node.settings?.singleLine);
|
|
1559
|
+
return (b, y) => {
|
|
1530
1560
|
const f = A("v-file-input");
|
|
1531
1561
|
return V(), z(f, {
|
|
1532
1562
|
chips: s.value,
|
|
1533
1563
|
density: l.value,
|
|
1534
1564
|
direction: o.value,
|
|
1535
1565
|
disabled: r.value,
|
|
1536
|
-
label:
|
|
1537
|
-
loading:
|
|
1566
|
+
label: u.value,
|
|
1567
|
+
loading: m.value,
|
|
1538
1568
|
multiple: p.value,
|
|
1539
|
-
readonly:
|
|
1540
|
-
reverse:
|
|
1569
|
+
readonly: a.value,
|
|
1570
|
+
reverse: d.value,
|
|
1541
1571
|
"single-line": c.value
|
|
1542
1572
|
}, null, 8, ["chips", "density", "direction", "disabled", "label", "loading", "multiple", "readonly", "reverse", "single-line"]);
|
|
1543
1573
|
};
|
|
@@ -1549,22 +1579,22 @@ const al = /* @__PURE__ */ be(ll, [["render", rl]]), ul = ["id"], dl = /* @__PUR
|
|
|
1549
1579
|
outer: { type: Boolean }
|
|
1550
1580
|
},
|
|
1551
1581
|
setup(t) {
|
|
1552
|
-
const e = t, i = F(), s = te(), l = B(), o = ne(), r = ie(), { applySize:
|
|
1582
|
+
const e = t, i = F(), s = te(), l = B(), o = ne(), r = ie(), { applySize: u } = se(i, s, e), { applyMargin: m } = Zt(e), { applyPadding: p } = qt(e), { applyBorder: a } = Ut(l, e), d = n(() => e.node.settings?.backgroundColor), { color: c } = j(l, d), b = (f) => {
|
|
1553
1583
|
c.value && (f.backgroundColor = c.value), f.display = "flex";
|
|
1554
1584
|
const _ = ki(s.value.width), k = ve(_, e.node.settings?.direction);
|
|
1555
1585
|
k === "row" ? f.flexDirection = "row" : k === "rowReverse" ? f.flexDirection = "row-reverse" : k === "column" ? f.flexDirection = "column" : k === "columnReverse" && (f.flexDirection = "column-reverse");
|
|
1556
1586
|
const x = ve(_, e.node.settings?.wrap);
|
|
1557
1587
|
x === "no" ? f.flexWrap = "nowrap" : x === "yes" ? f.flexWrap = "wrap" : x === "reverse" && (f.flexWrap = "wrap-reverse");
|
|
1558
|
-
const
|
|
1559
|
-
|
|
1588
|
+
const h = ve(_, e.node.settings?.mainAlign);
|
|
1589
|
+
h === "start" ? f.justifyContent = "flex-start" : h === "end" ? f.justifyContent = "flex-end" : h === "center" ? f.justifyContent = "center" : h === "spaceBetween" ? f.justifyContent = "space-between" : h === "spaceAround" ? f.justifyContent = "space-around" : h === "spaceEvenly" && (f.justifyContent = "space-evenly");
|
|
1560
1590
|
const w = ve(_, e.node.settings?.crossAlign);
|
|
1561
1591
|
w === "start" ? f.alignItems = "flex-start" : w === "end" ? f.alignItems = "flex-end" : w === "center" ? f.alignItems = "center" : w === "baseline" ? f.alignItems = "baseline" : w === "stretch" && (f.alignItems = "stretch");
|
|
1562
|
-
},
|
|
1592
|
+
}, y = n(() => {
|
|
1563
1593
|
const f = {}, _ = r.value.type;
|
|
1564
|
-
return o === "page" ? _ === "common" ? (
|
|
1594
|
+
return o === "page" ? _ === "common" ? (u(f), m(f), p(f), a(f), b(f)) : console.assert(!1) : o === "comp" && _ === "common" ? (u(f), m(f), p(f), a(f), b(f)) : console.assert(!1), f;
|
|
1565
1595
|
});
|
|
1566
1596
|
return (f, _) => (V(), q("div", {
|
|
1567
|
-
style: ue(
|
|
1597
|
+
style: ue(y.value)
|
|
1568
1598
|
}, [
|
|
1569
1599
|
M(f.$slots, "default")
|
|
1570
1600
|
], 4));
|
|
@@ -1576,14 +1606,14 @@ const al = /* @__PURE__ */ be(ll, [["render", rl]]), ul = ["id"], dl = /* @__PUR
|
|
|
1576
1606
|
outer: { type: Boolean }
|
|
1577
1607
|
},
|
|
1578
1608
|
setup(t) {
|
|
1579
|
-
const e = t, i = F(), s = te(), l = ne(), o = ie(), { applySize: r } = se(i, s, e),
|
|
1580
|
-
const
|
|
1581
|
-
return l === "page" ?
|
|
1609
|
+
const e = t, i = F(), s = te(), l = ne(), o = ie(), { applySize: r } = se(i, s, e), u = n(() => e.node.settings?.grow), m = n(() => e.node.settings?.shrink), p = n(() => {
|
|
1610
|
+
const a = {}, d = o.value.type;
|
|
1611
|
+
return l === "page" ? d === "common" ? (r(a), a.flexGrow = u.value ? 1 : 0, a.flexShrink = m.value ? 1 : 0) : console.assert(!1) : l === "comp" && d === "common" ? (r(a), a.flexGrow = u.value ? 1 : 0, a.flexShrink = m.value ? 1 : 0) : console.assert(!1), a;
|
|
1582
1612
|
});
|
|
1583
|
-
return (
|
|
1613
|
+
return (a, d) => (V(), q("div", {
|
|
1584
1614
|
style: ue(p.value)
|
|
1585
1615
|
}, [
|
|
1586
|
-
M(
|
|
1616
|
+
M(a.$slots, "default")
|
|
1587
1617
|
], 4));
|
|
1588
1618
|
}
|
|
1589
1619
|
}), fl = /* @__PURE__ */ T({
|
|
@@ -1593,28 +1623,28 @@ const al = /* @__PURE__ */ be(ll, [["render", rl]]), ul = ["id"], dl = /* @__PUR
|
|
|
1593
1623
|
outer: { type: Boolean }
|
|
1594
1624
|
},
|
|
1595
1625
|
setup(t) {
|
|
1596
|
-
const e = t, i = F(), s = te(), l = B(), o = ne(), r = ie(),
|
|
1626
|
+
const e = t, i = F(), s = te(), l = B(), o = ne(), r = ie(), u = Te(), m = n({
|
|
1597
1627
|
get: () => e.node.settings?.valid,
|
|
1598
1628
|
set: (x) => {
|
|
1599
1629
|
e.node.settings && (e.node.settings.valid = !!x);
|
|
1600
1630
|
}
|
|
1601
|
-
}), p = n(() => e.node.settings?.fastFail), { applySize:
|
|
1602
|
-
const x = {},
|
|
1603
|
-
return o === "page" ?
|
|
1631
|
+
}), p = n(() => e.node.settings?.fastFail), { applySize: a } = se(i, s, e), { applyMargin: d } = Zt(e), { applyPadding: c } = qt(e), { applyBorder: b } = Ut(l, e), y = n(() => e.node.settings?.backgroundColor), { color: f } = j(l, y), _ = n(() => {
|
|
1632
|
+
const x = {}, h = r.value.type;
|
|
1633
|
+
return o === "page" ? h === "common" ? (a(x), d(x), c(x), b(x), f.value && (x.backgroundColor = f.value)) : console.assert(!1) : o === "comp" && h === "common" ? (a(x), d(x), c(x), b(x), f.value && (x.backgroundColor = f.value)) : console.assert(!1), x;
|
|
1604
1634
|
}), k = () => {
|
|
1605
1635
|
if (i !== "runtime" && i !== "preview")
|
|
1606
1636
|
return;
|
|
1607
|
-
const x =
|
|
1637
|
+
const x = u.interpreter;
|
|
1608
1638
|
if (!x)
|
|
1609
1639
|
return;
|
|
1610
|
-
const
|
|
1611
|
-
x.appendCode(`__triggerEvent__('${
|
|
1640
|
+
const h = x.nativeToPseudo(e.node.basic.id);
|
|
1641
|
+
x.appendCode(`__triggerEvent__('${h}', 'submit')`), x.run();
|
|
1612
1642
|
};
|
|
1613
|
-
return (x,
|
|
1643
|
+
return (x, h) => {
|
|
1614
1644
|
const w = A("v-form");
|
|
1615
1645
|
return V(), z(w, {
|
|
1616
|
-
modelValue:
|
|
1617
|
-
"onUpdate:modelValue":
|
|
1646
|
+
modelValue: m.value,
|
|
1647
|
+
"onUpdate:modelValue": h[0] || (h[0] = (g) => m.value = g),
|
|
1618
1648
|
"fast-fail": p.value,
|
|
1619
1649
|
style: ue(_.value),
|
|
1620
1650
|
onSubmit: Ji(k, ["prevent"])
|
|
@@ -1633,15 +1663,15 @@ const al = /* @__PURE__ */ be(ll, [["render", rl]]), ul = ["id"], dl = /* @__PUR
|
|
|
1633
1663
|
outer: { type: Boolean }
|
|
1634
1664
|
},
|
|
1635
1665
|
setup(t) {
|
|
1636
|
-
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),
|
|
1637
|
-
return (p,
|
|
1638
|
-
const
|
|
1639
|
-
return V(), z(
|
|
1666
|
+
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), u = n(() => e.node.settings?.size), m = n(() => i.value ? "dark" : "light");
|
|
1667
|
+
return (p, a) => {
|
|
1668
|
+
const d = A("v-icon");
|
|
1669
|
+
return V(), z(d, {
|
|
1640
1670
|
color: D(l),
|
|
1641
1671
|
disabled: o.value,
|
|
1642
1672
|
icon: r.value,
|
|
1643
|
-
size:
|
|
1644
|
-
theme:
|
|
1673
|
+
size: u.value,
|
|
1674
|
+
theme: m.value
|
|
1645
1675
|
}, null, 8, ["color", "disabled", "icon", "size", "theme"]);
|
|
1646
1676
|
};
|
|
1647
1677
|
}
|
|
@@ -1652,20 +1682,20 @@ const al = /* @__PURE__ */ be(ll, [["render", rl]]), ul = ["id"], dl = /* @__PUR
|
|
|
1652
1682
|
outer: { type: Boolean }
|
|
1653
1683
|
},
|
|
1654
1684
|
setup(t) {
|
|
1655
|
-
const e = t, i = F(), s = Te(), l = ce(0), o = ce(0), r = n(() => [l.value, o.value]),
|
|
1656
|
-
return Ei(s, e, (
|
|
1685
|
+
const e = t, i = F(), s = Te(), l = ce(0), o = ce(0), r = n(() => [l.value, o.value]), u = n(() => e.node.basic?.id), { open: m } = di(`runtimeMenu/${oi()}`);
|
|
1686
|
+
return Ei(s, e, (a) => {
|
|
1657
1687
|
if (i !== "runtime" && i !== "preview")
|
|
1658
1688
|
return;
|
|
1659
|
-
const
|
|
1660
|
-
if (!
|
|
1689
|
+
const d = s.interpreter;
|
|
1690
|
+
if (!d)
|
|
1661
1691
|
return;
|
|
1662
|
-
const { name: c } =
|
|
1663
|
-
c === "open" ? (l.value =
|
|
1664
|
-
}), (
|
|
1692
|
+
const { name: c } = a;
|
|
1693
|
+
c === "open" ? (l.value = d.getProperty(d.globalObject, "__pointerPosX__"), o.value = d.getProperty(d.globalObject, "__pointerPosY__"), m.value = !0) : c === "close" && (m.value = !1);
|
|
1694
|
+
}), (a, d) => {
|
|
1665
1695
|
const c = A("v-menu");
|
|
1666
1696
|
return V(), z(c, {
|
|
1667
|
-
modelValue: D(
|
|
1668
|
-
"onUpdate:modelValue":
|
|
1697
|
+
modelValue: D(m),
|
|
1698
|
+
"onUpdate:modelValue": d[0] || (d[0] = (b) => si(m) ? m.value = b : null),
|
|
1669
1699
|
attach: "menuContainer",
|
|
1670
1700
|
"location-strategy": "connected",
|
|
1671
1701
|
scrim: "transparent",
|
|
@@ -1674,11 +1704,11 @@ const al = /* @__PURE__ */ be(ll, [["render", rl]]), ul = ["id"], dl = /* @__PUR
|
|
|
1674
1704
|
activator: W(() => [
|
|
1675
1705
|
D(i) === "editor" ? (V(), q("div", {
|
|
1676
1706
|
key: 0,
|
|
1677
|
-
id: `__node__@${
|
|
1707
|
+
id: `__node__@${u.value}`
|
|
1678
1708
|
}, null, 8, vl)) : li("", !0)
|
|
1679
1709
|
]),
|
|
1680
1710
|
default: W(() => [
|
|
1681
|
-
M(
|
|
1711
|
+
M(a.$slots, "default")
|
|
1682
1712
|
]),
|
|
1683
1713
|
_: 3
|
|
1684
1714
|
}, 8, ["modelValue", "target"]);
|
|
@@ -1691,26 +1721,26 @@ const al = /* @__PURE__ */ be(ll, [["render", rl]]), ul = ["id"], dl = /* @__PUR
|
|
|
1691
1721
|
outer: { type: Boolean }
|
|
1692
1722
|
},
|
|
1693
1723
|
setup(t) {
|
|
1694
|
-
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),
|
|
1724
|
+
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), u = n(() => e.node.settings?.hideDetails), m = n(() => e.node.settings?.label), p = n(() => e.node.settings?.loading), a = n(() => e.node.settings?.max), d = n(() => e.node.size?.maxWidth), c = n(() => e.node.settings?.min), b = n(() => e.node.size?.minWidth), y = n(() => e.node.settings?.value), f = n(() => e.node.settings?.placeholder), _ = n(() => e.node.settings?.precision), k = n(() => e.node.settings?.prefix), x = n(() => e.node.settings?.addIcon?.prepend), h = n(() => e.node.settings?.addIcon?.prependInner), w = n(() => i !== "runtime" && i !== "preview" ? !0 : e.node.settings?.readonly), g = n(() => e.node.settings?.reverse), $ = n(() => e.node.settings?.singleLine), S = n(() => e.node.settings?.step), P = n(() => e.node.settings?.suffix), C = n(() => s.value ? "dark" : "light"), G = n(() => e.node.settings?.variant), Y = n(() => e.node.size?.width);
|
|
1695
1725
|
return (K, X) => {
|
|
1696
1726
|
const oe = A("v-number-input");
|
|
1697
1727
|
return V(), z(oe, {
|
|
1698
1728
|
"append-icon": l.value,
|
|
1699
1729
|
"append-inner-icon": o.value,
|
|
1700
1730
|
clearable: r.value,
|
|
1701
|
-
"hide-details":
|
|
1702
|
-
label:
|
|
1731
|
+
"hide-details": u.value,
|
|
1732
|
+
label: m.value,
|
|
1703
1733
|
loading: p.value,
|
|
1704
|
-
max:
|
|
1705
|
-
"max-width":
|
|
1734
|
+
max: a.value,
|
|
1735
|
+
"max-width": d.value,
|
|
1706
1736
|
min: c.value,
|
|
1707
|
-
"min-width":
|
|
1708
|
-
"model-value":
|
|
1737
|
+
"min-width": b.value,
|
|
1738
|
+
"model-value": y.value,
|
|
1709
1739
|
placeholder: f.value,
|
|
1710
1740
|
precision: _.value,
|
|
1711
1741
|
prefix: k.value,
|
|
1712
1742
|
"prepend-icon": x.value,
|
|
1713
|
-
"prepend-inner-icon":
|
|
1743
|
+
"prepend-inner-icon": h.value,
|
|
1714
1744
|
readonly: w.value,
|
|
1715
1745
|
reverse: g.value,
|
|
1716
1746
|
"single-line": $.value,
|
|
@@ -1729,19 +1759,19 @@ const al = /* @__PURE__ */ be(ll, [["render", rl]]), ul = ["id"], dl = /* @__PUR
|
|
|
1729
1759
|
outer: { type: Boolean }
|
|
1730
1760
|
},
|
|
1731
1761
|
setup(t) {
|
|
1732
|
-
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),
|
|
1733
|
-
return (
|
|
1762
|
+
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), u = n(() => e.node.settings?.showFirstLastPage), m = n(() => e.node.settings?.size), p = n(() => e.node.settings?.start), a = n(() => i.value ? "dark" : "light"), d = n(() => e.node.settings?.tile), c = n(() => e.node.settings?.variant);
|
|
1763
|
+
return (b, y) => {
|
|
1734
1764
|
const f = A("v-pagination");
|
|
1735
1765
|
return V(), z(f, {
|
|
1736
1766
|
density: s.value,
|
|
1737
1767
|
disabled: l.value,
|
|
1738
1768
|
length: o.value,
|
|
1739
1769
|
"model-value": r.value,
|
|
1740
|
-
"show-first-last-page":
|
|
1741
|
-
size:
|
|
1770
|
+
"show-first-last-page": u.value,
|
|
1771
|
+
size: m.value,
|
|
1742
1772
|
start: p.value,
|
|
1743
|
-
theme:
|
|
1744
|
-
tile:
|
|
1773
|
+
theme: a.value,
|
|
1774
|
+
tile: d.value,
|
|
1745
1775
|
variant: c.value
|
|
1746
1776
|
}, null, 8, ["density", "disabled", "length", "model-value", "show-first-last-page", "size", "start", "theme", "tile", "variant"]);
|
|
1747
1777
|
};
|
|
@@ -1753,17 +1783,17 @@ const al = /* @__PURE__ */ be(ll, [["render", rl]]), ul = ["id"], dl = /* @__PUR
|
|
|
1753
1783
|
outer: { type: Boolean }
|
|
1754
1784
|
},
|
|
1755
1785
|
setup(t) {
|
|
1756
|
-
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),
|
|
1757
|
-
return (
|
|
1758
|
-
const
|
|
1759
|
-
return V(), z(
|
|
1786
|
+
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), u = n(() => e.node.settings?.label), m = n(() => e.node.settings?.readonly), p = n(() => i.value ? "dark" : "light"), a = n(() => e.node.settings?.value);
|
|
1787
|
+
return (d, c) => {
|
|
1788
|
+
const b = A("v-radio");
|
|
1789
|
+
return V(), z(b, {
|
|
1760
1790
|
color: D(l),
|
|
1761
1791
|
density: o.value,
|
|
1762
1792
|
disabled: r.value,
|
|
1763
|
-
label:
|
|
1764
|
-
readonly:
|
|
1793
|
+
label: u.value,
|
|
1794
|
+
readonly: m.value,
|
|
1765
1795
|
theme: p.value,
|
|
1766
|
-
value:
|
|
1796
|
+
value: a.value
|
|
1767
1797
|
}, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
|
|
1768
1798
|
};
|
|
1769
1799
|
}
|
|
@@ -1774,36 +1804,36 @@ const al = /* @__PURE__ */ be(ll, [["render", rl]]), ul = ["id"], dl = /* @__PUR
|
|
|
1774
1804
|
outer: { type: Boolean }
|
|
1775
1805
|
},
|
|
1776
1806
|
setup(t) {
|
|
1777
|
-
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),
|
|
1778
|
-
return (
|
|
1779
|
-
const
|
|
1807
|
+
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), u = n(() => e.node.settings?.inline), m = n(() => e.node.settings?.value), p = n(() => e.node.settings?.readonly), a = n(() => s.value ? "dark" : "light");
|
|
1808
|
+
return (d, c) => {
|
|
1809
|
+
const b = A("v-radio-group");
|
|
1780
1810
|
return D(i) === "editor" ? (V(), q("div", kl, [
|
|
1781
|
-
Z(
|
|
1811
|
+
Z(b, {
|
|
1782
1812
|
density: l.value,
|
|
1783
1813
|
direction: o.value,
|
|
1784
1814
|
disabled: r.value,
|
|
1785
|
-
inline:
|
|
1786
|
-
"model-value":
|
|
1815
|
+
inline: u.value,
|
|
1816
|
+
"model-value": m.value,
|
|
1787
1817
|
readonly: p.value,
|
|
1788
|
-
theme:
|
|
1818
|
+
theme: a.value
|
|
1789
1819
|
}, {
|
|
1790
1820
|
default: W(() => [
|
|
1791
|
-
M(
|
|
1821
|
+
M(d.$slots, "default")
|
|
1792
1822
|
]),
|
|
1793
1823
|
_: 3
|
|
1794
1824
|
}, 8, ["density", "direction", "disabled", "inline", "model-value", "readonly", "theme"])
|
|
1795
|
-
])) : (V(), z(
|
|
1825
|
+
])) : (V(), z(b, {
|
|
1796
1826
|
key: 1,
|
|
1797
1827
|
density: l.value,
|
|
1798
1828
|
direction: o.value,
|
|
1799
1829
|
disabled: r.value,
|
|
1800
|
-
inline:
|
|
1801
|
-
"model-value":
|
|
1830
|
+
inline: u.value,
|
|
1831
|
+
"model-value": m.value,
|
|
1802
1832
|
readonly: p.value,
|
|
1803
|
-
theme:
|
|
1833
|
+
theme: a.value
|
|
1804
1834
|
}, {
|
|
1805
1835
|
default: W(() => [
|
|
1806
|
-
M(
|
|
1836
|
+
M(d.$slots, "default")
|
|
1807
1837
|
]),
|
|
1808
1838
|
_: 3
|
|
1809
1839
|
}, 8, ["density", "direction", "disabled", "inline", "model-value", "readonly", "theme"]));
|
|
@@ -1816,25 +1846,25 @@ const al = /* @__PURE__ */ be(ll, [["render", rl]]), ul = ["id"], dl = /* @__PUR
|
|
|
1816
1846
|
outer: { type: Boolean }
|
|
1817
1847
|
},
|
|
1818
1848
|
setup(t) {
|
|
1819
|
-
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),
|
|
1849
|
+
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), u = n(() => t.node.settings?.label), m = n(() => t.node.settings?.max), p = n(() => t.node.settings?.min), a = n(() => {
|
|
1820
1850
|
const S = t.node.settings?.value?.start, P = t.node.settings?.value?.end;
|
|
1821
1851
|
return [S, P];
|
|
1822
|
-
}),
|
|
1852
|
+
}), d = ([S, P]) => {
|
|
1823
1853
|
if (!t.node.settings?.value)
|
|
1824
1854
|
return;
|
|
1825
1855
|
const { value: C } = t.node.settings;
|
|
1826
1856
|
C.start = S, C.end = P;
|
|
1827
|
-
}, c = n(() => t.node.settings?.readonly),
|
|
1828
|
-
if (
|
|
1857
|
+
}, c = n(() => t.node.settings?.readonly), b = n(() => t.node.settings?.showTicks), y = n(() => {
|
|
1858
|
+
if (b.value === "always")
|
|
1829
1859
|
return "always";
|
|
1830
|
-
if (
|
|
1860
|
+
if (b.value === "show")
|
|
1831
1861
|
return !0;
|
|
1832
1862
|
}), f = n(() => t.node.settings?.step), _ = n(() => i.value ? "dark" : "light"), k = n(() => t.node.settings?.thumbLabel), x = n(() => {
|
|
1833
1863
|
if (k.value === "always")
|
|
1834
1864
|
return "always";
|
|
1835
1865
|
if (k.value === "show")
|
|
1836
1866
|
return !0;
|
|
1837
|
-
}),
|
|
1867
|
+
}), h = n(() => t.node.settings?.thumbSize), w = n(() => t.node.settings?.ticks), g = n(() => {
|
|
1838
1868
|
if (!w.value)
|
|
1839
1869
|
return;
|
|
1840
1870
|
const S = {};
|
|
@@ -1851,16 +1881,16 @@ const al = /* @__PURE__ */ be(ll, [["render", rl]]), ul = ["id"], dl = /* @__PUR
|
|
|
1851
1881
|
direction: l.value,
|
|
1852
1882
|
disabled: o.value,
|
|
1853
1883
|
"hide-details": r.value,
|
|
1854
|
-
label:
|
|
1855
|
-
max:
|
|
1884
|
+
label: u.value,
|
|
1885
|
+
max: m.value,
|
|
1856
1886
|
min: p.value,
|
|
1857
|
-
"model-value":
|
|
1887
|
+
"model-value": a.value,
|
|
1858
1888
|
readonly: c.value,
|
|
1859
|
-
"show-ticks":
|
|
1889
|
+
"show-ticks": y.value,
|
|
1860
1890
|
step: f.value,
|
|
1861
1891
|
theme: _.value,
|
|
1862
1892
|
"thumb-label": x.value,
|
|
1863
|
-
"thumb-size":
|
|
1893
|
+
"thumb-size": h.value,
|
|
1864
1894
|
"tick-size": $.value,
|
|
1865
1895
|
ticks: g.value
|
|
1866
1896
|
}, null, 8, ["density", "direction", "disabled", "hide-details", "label", "max", "min", "model-value", "readonly", "show-ticks", "step", "theme", "thumb-label", "thumb-size", "tick-size", "ticks"])
|
|
@@ -1870,19 +1900,19 @@ const al = /* @__PURE__ */ be(ll, [["render", rl]]), ul = ["id"], dl = /* @__PUR
|
|
|
1870
1900
|
direction: l.value,
|
|
1871
1901
|
disabled: o.value,
|
|
1872
1902
|
"hide-details": r.value,
|
|
1873
|
-
label:
|
|
1874
|
-
max:
|
|
1903
|
+
label: u.value,
|
|
1904
|
+
max: m.value,
|
|
1875
1905
|
min: p.value,
|
|
1876
|
-
"model-value":
|
|
1906
|
+
"model-value": a.value,
|
|
1877
1907
|
readonly: c.value,
|
|
1878
|
-
"show-ticks":
|
|
1908
|
+
"show-ticks": y.value,
|
|
1879
1909
|
step: f.value,
|
|
1880
1910
|
theme: _.value,
|
|
1881
1911
|
"thumb-label": x.value,
|
|
1882
|
-
"thumb-size":
|
|
1912
|
+
"thumb-size": h.value,
|
|
1883
1913
|
"tick-size": $.value,
|
|
1884
1914
|
ticks: g.value,
|
|
1885
|
-
"onUpdate:modelValue":
|
|
1915
|
+
"onUpdate:modelValue": d
|
|
1886
1916
|
}, null, 8, ["density", "direction", "disabled", "hide-details", "label", "max", "min", "model-value", "readonly", "show-ticks", "step", "theme", "thumb-label", "thumb-size", "tick-size", "ticks"]));
|
|
1887
1917
|
};
|
|
1888
1918
|
}
|
|
@@ -1893,24 +1923,24 @@ const al = /* @__PURE__ */ be(ll, [["render", rl]]), ul = ["id"], dl = /* @__PUR
|
|
|
1893
1923
|
outer: { type: Boolean }
|
|
1894
1924
|
},
|
|
1895
1925
|
setup(t) {
|
|
1896
|
-
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),
|
|
1926
|
+
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), u = n(() => t.node.settings?.length), m = n(() => t.node.settings?.value), p = (c) => {
|
|
1897
1927
|
if (!t.node.settings)
|
|
1898
1928
|
return;
|
|
1899
|
-
const { settings:
|
|
1900
|
-
|
|
1901
|
-
},
|
|
1902
|
-
return (c,
|
|
1903
|
-
const
|
|
1904
|
-
return V(), z(
|
|
1929
|
+
const { settings: b } = t.node;
|
|
1930
|
+
b.value = c;
|
|
1931
|
+
}, a = n(() => t.node.settings?.readonly), d = n(() => e.value ? "dark" : "light");
|
|
1932
|
+
return (c, b) => {
|
|
1933
|
+
const y = A("v-rating");
|
|
1934
|
+
return V(), z(y, {
|
|
1905
1935
|
clearable: i.value,
|
|
1906
1936
|
density: s.value,
|
|
1907
1937
|
disabled: l.value,
|
|
1908
1938
|
"half-increments": o.value,
|
|
1909
1939
|
hover: r.value,
|
|
1910
|
-
length:
|
|
1911
|
-
"model-value":
|
|
1912
|
-
readonly:
|
|
1913
|
-
theme:
|
|
1940
|
+
length: u.value,
|
|
1941
|
+
"model-value": m.value,
|
|
1942
|
+
readonly: a.value,
|
|
1943
|
+
theme: d.value,
|
|
1914
1944
|
"onUpdate:modelValue": p
|
|
1915
1945
|
}, null, 8, ["clearable", "density", "disabled", "half-increments", "hover", "length", "model-value", "readonly", "theme"]);
|
|
1916
1946
|
};
|
|
@@ -1922,28 +1952,28 @@ const al = /* @__PURE__ */ be(ll, [["render", rl]]), ul = ["id"], dl = /* @__PUR
|
|
|
1922
1952
|
outer: { type: Boolean }
|
|
1923
1953
|
},
|
|
1924
1954
|
setup(t) {
|
|
1925
|
-
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),
|
|
1926
|
-
return (
|
|
1927
|
-
const
|
|
1955
|
+
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), u = n(() => e.node.settings?.placeholder), m = n(() => i !== "runtime" && i !== "preview" ? !0 : e.node.settings?.readonly), p = n(() => e.node.settings?.singleLine), a = n(() => s.value ? "dark" : "light");
|
|
1956
|
+
return (d, c) => {
|
|
1957
|
+
const b = A("v-select");
|
|
1928
1958
|
return D(i) === "editor" ? (V(), q("div", Cl, [
|
|
1929
|
-
Z(
|
|
1959
|
+
Z(b, {
|
|
1930
1960
|
"hide-details": l.value,
|
|
1931
1961
|
label: o.value,
|
|
1932
1962
|
"model-value": r.value,
|
|
1933
|
-
placeholder:
|
|
1934
|
-
readonly:
|
|
1963
|
+
placeholder: u.value,
|
|
1964
|
+
readonly: m.value,
|
|
1935
1965
|
"single-line": p.value,
|
|
1936
|
-
theme:
|
|
1966
|
+
theme: a.value
|
|
1937
1967
|
}, null, 8, ["hide-details", "label", "model-value", "placeholder", "readonly", "single-line", "theme"])
|
|
1938
|
-
])) : (V(), z(
|
|
1968
|
+
])) : (V(), z(b, {
|
|
1939
1969
|
key: 1,
|
|
1940
1970
|
"hide-details": l.value,
|
|
1941
1971
|
label: o.value,
|
|
1942
1972
|
"model-value": r.value,
|
|
1943
|
-
placeholder:
|
|
1944
|
-
readonly:
|
|
1973
|
+
placeholder: u.value,
|
|
1974
|
+
readonly: m.value,
|
|
1945
1975
|
"single-line": p.value,
|
|
1946
|
-
theme:
|
|
1976
|
+
theme: a.value
|
|
1947
1977
|
}, null, 8, ["hide-details", "label", "model-value", "placeholder", "readonly", "single-line", "theme"]));
|
|
1948
1978
|
};
|
|
1949
1979
|
}
|
|
@@ -1954,12 +1984,12 @@ const al = /* @__PURE__ */ be(ll, [["render", rl]]), ul = ["id"], dl = /* @__PUR
|
|
|
1954
1984
|
outer: { type: Boolean }
|
|
1955
1985
|
},
|
|
1956
1986
|
setup(t) {
|
|
1957
|
-
const e = F(), i = lo(), s = n(() => t.node.settings?.color), { color: l } = j(i, s), o = n(() => t.node.settings?.direction), r = n(() => t.node.settings?.disabled),
|
|
1958
|
-
if (
|
|
1987
|
+
const e = F(), i = lo(), s = n(() => t.node.settings?.color), { color: l } = j(i, s), o = n(() => t.node.settings?.direction), r = n(() => t.node.settings?.disabled), u = n(() => t.node.settings?.hideDetails), m = n(() => t.node.settings?.label), p = n(() => t.node.settings?.max), a = n(() => t.node.settings?.min), d = n(() => t.node.settings?.value), c = n(() => t.node.settings?.readonly), b = n(() => !!t.node.settings?.reverse), y = n(() => t.node.settings?.showTicks), f = n(() => {
|
|
1988
|
+
if (y.value === "always")
|
|
1959
1989
|
return "always";
|
|
1960
|
-
if (
|
|
1990
|
+
if (y.value === "show")
|
|
1961
1991
|
return !0;
|
|
1962
|
-
}), _ = n(() => t.node.settings?.step), k = n(() => i.value ? "dark" : "light"), x = n(() => t.node.settings?.thumbColor), { color:
|
|
1992
|
+
}), _ = n(() => t.node.settings?.step), k = n(() => i.value ? "dark" : "light"), x = n(() => t.node.settings?.thumbColor), { color: h } = j(i, x), w = n(() => t.node.settings?.thumbLabel), g = n(() => {
|
|
1963
1993
|
if (w.value === "always")
|
|
1964
1994
|
return "always";
|
|
1965
1995
|
if (w.value === "show")
|
|
@@ -1980,17 +2010,17 @@ const al = /* @__PURE__ */ be(ll, [["render", rl]]), ul = ["id"], dl = /* @__PUR
|
|
|
1980
2010
|
color: D(l),
|
|
1981
2011
|
direction: o.value,
|
|
1982
2012
|
disabled: r.value,
|
|
1983
|
-
"hide-details":
|
|
1984
|
-
label:
|
|
2013
|
+
"hide-details": u.value,
|
|
2014
|
+
label: m.value,
|
|
1985
2015
|
max: p.value,
|
|
1986
|
-
min:
|
|
1987
|
-
"model-value":
|
|
2016
|
+
min: a.value,
|
|
2017
|
+
"model-value": d.value,
|
|
1988
2018
|
readonly: c.value,
|
|
1989
|
-
reverse:
|
|
2019
|
+
reverse: b.value,
|
|
1990
2020
|
"show-ticks": f.value,
|
|
1991
2021
|
step: _.value,
|
|
1992
2022
|
theme: k.value,
|
|
1993
|
-
"thumb-color": D(
|
|
2023
|
+
"thumb-color": D(h),
|
|
1994
2024
|
"thumb-label": g.value,
|
|
1995
2025
|
"thumb-size": $.value,
|
|
1996
2026
|
"tick-size": C.value,
|
|
@@ -2023,17 +2053,17 @@ const al = /* @__PURE__ */ be(ll, [["render", rl]]), ul = ["id"], dl = /* @__PUR
|
|
|
2023
2053
|
color: D(l),
|
|
2024
2054
|
direction: o.value,
|
|
2025
2055
|
disabled: r.value,
|
|
2026
|
-
"hide-details":
|
|
2027
|
-
label:
|
|
2056
|
+
"hide-details": u.value,
|
|
2057
|
+
label: m.value,
|
|
2028
2058
|
max: p.value,
|
|
2029
|
-
min:
|
|
2030
|
-
"model-value":
|
|
2059
|
+
min: a.value,
|
|
2060
|
+
"model-value": d.value,
|
|
2031
2061
|
readonly: c.value,
|
|
2032
|
-
reverse:
|
|
2062
|
+
reverse: b.value,
|
|
2033
2063
|
"show-ticks": f.value,
|
|
2034
2064
|
step: _.value,
|
|
2035
2065
|
theme: k.value,
|
|
2036
|
-
"thumb-color": D(
|
|
2066
|
+
"thumb-color": D(h),
|
|
2037
2067
|
"thumb-label": g.value,
|
|
2038
2068
|
"thumb-size": $.value,
|
|
2039
2069
|
"tick-size": C.value,
|
|
@@ -2147,32 +2177,32 @@ const Bl = /* @__PURE__ */ be(El, [["render", Wl]]), Dl = /* @__PURE__ */ T({
|
|
|
2147
2177
|
outer: { type: Boolean }
|
|
2148
2178
|
},
|
|
2149
2179
|
setup(t) {
|
|
2150
|
-
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),
|
|
2151
|
-
return (c,
|
|
2152
|
-
const
|
|
2180
|
+
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), u = n(() => e.node.settings?.indeterminate), m = n(() => e.node.settings?.inline), p = n(() => e.node.settings?.inset), a = n(() => e.node.settings?.label), d = n(() => e.node.settings?.loading);
|
|
2181
|
+
return (c, b) => {
|
|
2182
|
+
const y = A("v-switch");
|
|
2153
2183
|
return D(i) === "editor" ? (V(), q("div", Rl, [
|
|
2154
|
-
Z(
|
|
2184
|
+
Z(y, {
|
|
2155
2185
|
density: s.value,
|
|
2156
2186
|
direction: l.value,
|
|
2157
2187
|
disabled: o.value,
|
|
2158
2188
|
"hide-details": r.value,
|
|
2159
|
-
indeterminate:
|
|
2160
|
-
inline:
|
|
2189
|
+
indeterminate: u.value,
|
|
2190
|
+
inline: m.value,
|
|
2161
2191
|
inset: p.value,
|
|
2162
|
-
label:
|
|
2163
|
-
loading:
|
|
2192
|
+
label: a.value,
|
|
2193
|
+
loading: d.value
|
|
2164
2194
|
}, null, 8, ["density", "direction", "disabled", "hide-details", "indeterminate", "inline", "inset", "label", "loading"])
|
|
2165
|
-
])) : (V(), z(
|
|
2195
|
+
])) : (V(), z(y, {
|
|
2166
2196
|
key: 1,
|
|
2167
2197
|
density: s.value,
|
|
2168
2198
|
direction: l.value,
|
|
2169
2199
|
disabled: o.value,
|
|
2170
2200
|
"hide-details": r.value,
|
|
2171
|
-
indeterminate:
|
|
2172
|
-
inline:
|
|
2201
|
+
indeterminate: u.value,
|
|
2202
|
+
inline: m.value,
|
|
2173
2203
|
inset: p.value,
|
|
2174
|
-
label:
|
|
2175
|
-
loading:
|
|
2204
|
+
label: a.value,
|
|
2205
|
+
loading: d.value
|
|
2176
2206
|
}, null, 8, ["density", "direction", "disabled", "hide-details", "indeterminate", "inline", "inset", "label", "loading"]));
|
|
2177
2207
|
};
|
|
2178
2208
|
}
|
|
@@ -2184,9 +2214,9 @@ const Bl = /* @__PURE__ */ be(El, [["render", Wl]]), Dl = /* @__PURE__ */ T({
|
|
|
2184
2214
|
},
|
|
2185
2215
|
setup(t) {
|
|
2186
2216
|
const e = t, i = B(), s = n(() => e.node.settings?.text), l = n(() => i.value ? "dark" : "light"), o = n(() => e.node.settings?.value);
|
|
2187
|
-
return (r,
|
|
2188
|
-
const
|
|
2189
|
-
return V(), z(
|
|
2217
|
+
return (r, u) => {
|
|
2218
|
+
const m = A("v-tab");
|
|
2219
|
+
return V(), z(m, {
|
|
2190
2220
|
text: s.value,
|
|
2191
2221
|
theme: l.value,
|
|
2192
2222
|
value: o.value
|
|
@@ -2200,24 +2230,24 @@ const Bl = /* @__PURE__ */ be(El, [["render", Wl]]), Dl = /* @__PURE__ */ T({
|
|
|
2200
2230
|
outer: { type: Boolean }
|
|
2201
2231
|
},
|
|
2202
2232
|
setup(t) {
|
|
2203
|
-
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),
|
|
2233
|
+
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), u = n(() => e.node.settings?.color?.selectedColor), { color: m } = j(i, u), p = n(() => e.node.settings?.density), a = n(() => e.node.settings?.direction), d = n(() => e.node.settings?.disabled), c = n(() => e.node.settings?.fixedTabs), b = n(() => e.node.settings?.grow), y = n(() => e.node.settings?.hideSlider), f = n(() => e.node.settings?.items), _ = n(() => e.node.settings?.mandatory), k = n(() => !!e.node.settings?.showArrows), x = n(() => e.node.settings?.color?.sliderColor), { color: h } = j(i, x), w = n(() => e.node.settings?.stacked), g = n(() => i.value ? "dark" : "light");
|
|
2204
2234
|
return ($, S) => {
|
|
2205
2235
|
const P = A("v-tabs");
|
|
2206
2236
|
return V(), z(P, {
|
|
2207
2237
|
"align-tabs": s.value,
|
|
2208
2238
|
"bg-color": D(o),
|
|
2209
2239
|
"center-active": r.value,
|
|
2210
|
-
color: D(
|
|
2240
|
+
color: D(m),
|
|
2211
2241
|
density: p.value,
|
|
2212
|
-
direction:
|
|
2213
|
-
disabled:
|
|
2242
|
+
direction: a.value,
|
|
2243
|
+
disabled: d.value,
|
|
2214
2244
|
"fixed-tabs": c.value,
|
|
2215
|
-
grow:
|
|
2216
|
-
"hide-slider":
|
|
2245
|
+
grow: b.value,
|
|
2246
|
+
"hide-slider": y.value,
|
|
2217
2247
|
items: f.value,
|
|
2218
2248
|
mandatory: _.value,
|
|
2219
2249
|
"show-arrows": k.value,
|
|
2220
|
-
"slider-color": D(
|
|
2250
|
+
"slider-color": D(h),
|
|
2221
2251
|
stacked: w.value,
|
|
2222
2252
|
theme: g.value
|
|
2223
2253
|
}, {
|
|
@@ -2235,13 +2265,13 @@ const Bl = /* @__PURE__ */ be(El, [["render", Wl]]), Dl = /* @__PURE__ */ T({
|
|
|
2235
2265
|
outer: { type: Boolean }
|
|
2236
2266
|
},
|
|
2237
2267
|
setup(t) {
|
|
2238
|
-
const e = t, i = te(), s = n(() => e.node.settings?.align), l = n(() => e.node.settings?.decoration), o = n(() => e.node.settings?.emphasis), r = n(() => e.node.settings?.italic),
|
|
2239
|
-
const
|
|
2240
|
-
return c &&
|
|
2268
|
+
const e = t, i = te(), s = n(() => e.node.settings?.align), l = n(() => e.node.settings?.decoration), o = n(() => e.node.settings?.emphasis), r = n(() => e.node.settings?.italic), u = n(() => e.node.settings?.text), m = n(() => e.node.settings?.weight), p = n(() => {
|
|
2269
|
+
const a = [], d = ki(i.value.width), c = ve(d, e.node.settings?.style);
|
|
2270
|
+
return c && a.push(`text-${c}`), o.value === "high" ? a.push("text-high-emphasis") : o.value === "medium" ? a.push("text-medium-emphasis") : o.value === "disabled" && a.push("text-disabled"), s.value && a.push(`font-${s.value}`), l.value && a.push(`text-decoration-${l.value}`), m.value && a.push(`font-weight-${m.value}`), r.value && a.push("font-italic"), a.join(" ");
|
|
2241
2271
|
});
|
|
2242
|
-
return (
|
|
2272
|
+
return (a, d) => (V(), q("span", {
|
|
2243
2273
|
class: Qi(p.value)
|
|
2244
|
-
}, eo(
|
|
2274
|
+
}, eo(u.value), 3));
|
|
2245
2275
|
}
|
|
2246
2276
|
}), Gl = /* @__PURE__ */ T({
|
|
2247
2277
|
__name: "index",
|
|
@@ -2250,22 +2280,22 @@ const Bl = /* @__PURE__ */ be(El, [["render", Wl]]), Dl = /* @__PURE__ */ T({
|
|
|
2250
2280
|
outer: { type: Boolean }
|
|
2251
2281
|
},
|
|
2252
2282
|
setup(t) {
|
|
2253
|
-
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),
|
|
2254
|
-
return (x,
|
|
2283
|
+
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), u = n(() => e.node.settings?.label), m = n(() => e.node.settings?.loading), p = n(() => e.node.settings?.maxRows), a = n(() => e.node.settings?.value), d = n(() => e.node.settings?.placeholder), c = n(() => e.node.settings?.readonly), b = n(() => e.node.settings?.reverse), y = n(() => e.node.settings?.rows), f = n(() => e.node.settings?.singleLine), _ = n(() => i.value ? "dark" : "light"), k = n(() => e.node.settings?.variant);
|
|
2284
|
+
return (x, h) => {
|
|
2255
2285
|
const w = A("v-textarea");
|
|
2256
2286
|
return V(), z(w, {
|
|
2257
2287
|
"auto-grow": s.value,
|
|
2258
2288
|
clearable: l.value,
|
|
2259
2289
|
density: o.value,
|
|
2260
2290
|
disabled: r.value,
|
|
2261
|
-
label:
|
|
2262
|
-
loading:
|
|
2291
|
+
label: u.value,
|
|
2292
|
+
loading: m.value,
|
|
2263
2293
|
"max-rows": p.value,
|
|
2264
|
-
"model-value":
|
|
2265
|
-
placeholder:
|
|
2294
|
+
"model-value": a.value,
|
|
2295
|
+
placeholder: d.value,
|
|
2266
2296
|
readonly: c.value,
|
|
2267
|
-
reverse:
|
|
2268
|
-
rows:
|
|
2297
|
+
reverse: b.value,
|
|
2298
|
+
rows: y.value,
|
|
2269
2299
|
"single-line": f.value,
|
|
2270
2300
|
theme: _.value,
|
|
2271
2301
|
variant: k.value
|
|
@@ -2279,26 +2309,26 @@ const Bl = /* @__PURE__ */ be(El, [["render", Wl]]), Dl = /* @__PURE__ */ T({
|
|
|
2279
2309
|
outer: { type: Boolean }
|
|
2280
2310
|
},
|
|
2281
2311
|
setup(t) {
|
|
2282
|
-
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),
|
|
2312
|
+
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), u = n(() => e.node.settings?.clearable), m = n(() => e.node.settings?.density), p = n(() => e.node.settings?.disabled), a = n(() => e.node.settings?.hideDetails), d = n(() => e.node.settings?.label), c = n(() => e.node.settings?.loading), b = n(() => e.node.settings?.placeholder), y = n(() => e.node.settings?.prefix), f = n(() => e.node.settings?.prependIcon), _ = n(() => e.node.settings?.prependInnerIcon), k = n(() => i !== "runtime" && i !== "preview" ? !0 : e.node.settings?.readonly), x = n(() => e.node.settings?.reverse), h = n(() => e.node.settings?.singleLine), w = n(() => e.node.settings?.suffix), g = n(() => s.value ? "dark" : "light"), $ = n(() => e.node.settings?.variant), S = n(() => e.node.slots?.append), P = n(() => e.node.slots?.appendInner), C = n(() => e.node.slots?.prepend), G = n(() => e.node.slots?.prependInner);
|
|
2283
2313
|
return (Y, K) => {
|
|
2284
2314
|
const X = A("v-text-field");
|
|
2285
2315
|
return V(), z(X, {
|
|
2286
2316
|
"append-icon": l.value,
|
|
2287
2317
|
"append-inner-icon": o.value,
|
|
2288
2318
|
autofocus: r.value,
|
|
2289
|
-
clearable:
|
|
2290
|
-
density:
|
|
2319
|
+
clearable: u.value,
|
|
2320
|
+
density: m.value,
|
|
2291
2321
|
disabled: p.value,
|
|
2292
|
-
"hide-details":
|
|
2293
|
-
label:
|
|
2322
|
+
"hide-details": a.value,
|
|
2323
|
+
label: d.value,
|
|
2294
2324
|
loading: c.value,
|
|
2295
|
-
placeholder:
|
|
2296
|
-
prefix:
|
|
2325
|
+
placeholder: b.value,
|
|
2326
|
+
prefix: y.value,
|
|
2297
2327
|
"prepend-icon": f.value,
|
|
2298
2328
|
"prepend-inner-icon": _.value,
|
|
2299
2329
|
readonly: k.value,
|
|
2300
2330
|
reverse: x.value,
|
|
2301
|
-
"single-line":
|
|
2331
|
+
"single-line": h.value,
|
|
2302
2332
|
suffix: w.value,
|
|
2303
2333
|
theme: g.value,
|
|
2304
2334
|
variant: $.value
|
|
@@ -2353,7 +2383,7 @@ const Bl = /* @__PURE__ */ be(El, [["render", Wl]]), Dl = /* @__PURE__ */ T({
|
|
|
2353
2383
|
outer: { type: Boolean }
|
|
2354
2384
|
},
|
|
2355
2385
|
setup(t) {
|
|
2356
|
-
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),
|
|
2386
|
+
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), u = n(() => t.node.settings?.dot?.fill), m = n(() => t.node.settings?.hideOpposite), p = n(() => t.node.settings?.line?.color), { color: a } = j(e, p), d = n(() => t.node.settings?.line?.inset), c = n(() => t.node.settings?.line?.thickness), b = n(() => t.node.settings?.side), y = n(() => e.value ? "dark" : "light"), f = n(() => t.node.settings?.line.truncate);
|
|
2357
2387
|
return (_, k) => {
|
|
2358
2388
|
const x = A("v-timeline");
|
|
2359
2389
|
return V(), z(x, {
|
|
@@ -2361,13 +2391,13 @@ const Bl = /* @__PURE__ */ be(El, [["render", Wl]]), Dl = /* @__PURE__ */ T({
|
|
|
2361
2391
|
density: s.value,
|
|
2362
2392
|
direction: l.value,
|
|
2363
2393
|
"dot-color": D(r),
|
|
2364
|
-
"fill-dot":
|
|
2365
|
-
"hide-opposite":
|
|
2366
|
-
"line-color": D(
|
|
2367
|
-
"line-inset":
|
|
2394
|
+
"fill-dot": u.value,
|
|
2395
|
+
"hide-opposite": m.value,
|
|
2396
|
+
"line-color": D(a),
|
|
2397
|
+
"line-inset": d.value,
|
|
2368
2398
|
"line-thickness": c.value,
|
|
2369
|
-
side:
|
|
2370
|
-
theme:
|
|
2399
|
+
side: b.value,
|
|
2400
|
+
theme: y.value,
|
|
2371
2401
|
"truncate-line": f.value
|
|
2372
2402
|
}, {
|
|
2373
2403
|
default: W(() => [
|
|
@@ -2394,8 +2424,8 @@ const ql = /* @__PURE__ */ be(Ul, [["render", Zl]]), Xl = /* @__PURE__ */ T({
|
|
|
2394
2424
|
outer: { type: Boolean }
|
|
2395
2425
|
},
|
|
2396
2426
|
setup(t) {
|
|
2397
|
-
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),
|
|
2398
|
-
return (
|
|
2427
|
+
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), u = n(() => t.node.settings?.showArrows), m = n(() => e.value ? "dark" : "light"), p = n(() => t.node.settings?.touch);
|
|
2428
|
+
return (a, d) => {
|
|
2399
2429
|
const c = A("v-window");
|
|
2400
2430
|
return V(), z(c, {
|
|
2401
2431
|
continuous: i.value,
|
|
@@ -2403,12 +2433,12 @@ const ql = /* @__PURE__ */ be(Ul, [["render", Zl]]), Xl = /* @__PURE__ */ T({
|
|
|
2403
2433
|
disabled: s.value,
|
|
2404
2434
|
"model-value": o.value,
|
|
2405
2435
|
reverse: r.value,
|
|
2406
|
-
"show-arrows":
|
|
2407
|
-
theme:
|
|
2436
|
+
"show-arrows": u.value,
|
|
2437
|
+
theme: m.value,
|
|
2408
2438
|
touch: p.value
|
|
2409
2439
|
}, {
|
|
2410
2440
|
default: W(() => [
|
|
2411
|
-
M(
|
|
2441
|
+
M(a.$slots, "default")
|
|
2412
2442
|
]),
|
|
2413
2443
|
_: 3
|
|
2414
2444
|
}, 8, ["continuous", "direction", "disabled", "model-value", "reverse", "show-arrows", "theme", "touch"]);
|
|
@@ -2424,7 +2454,7 @@ function Jl(t, e) {
|
|
|
2424
2454
|
_: 3
|
|
2425
2455
|
});
|
|
2426
2456
|
}
|
|
2427
|
-
const Ql = /* @__PURE__ */ be(Yl, [["render", Jl]]), Mi = "badge_v1", cn = "breadcrumbs_v1", De = "bar_chart_v1", Re = "btn_v1", Me = "btn_group_v1", Fe = "btn_toggle_v1", He = "card_v1", Oe = "checkbox_v1", Ge = "chip_v1", Ke = "chip_group_v1", je = "color_picker_v1", Ue = "combobox_v1", Ze = "container_v1", qe = "data_table_v1", Xe = "date_picker_v1", Ye = "dialog_v1", Je = "file_input_v1", Qe = "flex_layout_v1", Fi = "flex_layout_entry_v1", et = "form_v1", tt = "icon_v1", nt = "globality_v1", it = "line_chart_v1", ot = "menu_v1", st = "number_input_v1", lt = "pagination_v1", Hi = "radio_v1", rt = "radio_group_v1", at = "range_slider_v1", ut = "rating_v1", _e = "ref_v1", dt = "select_v1", ct = "slider_v1", mt = "stepper_v1", Oi = "stepper_header_v1", Gi = "stepper_item_v1", Ki = "stepper_window_v1", ji = "stepper_window_item_v1", pt = "switch_v1", Ui = "tab_v1", ft = "tabs_v1", bt = "text_v1", vt = "textarea_v1", yt = "text_field_v1", ht = "timeline_v1", Zi = "timeline_item_v1", gt = "window_v1", qi = "window_item_v1",
|
|
2457
|
+
const Ql = /* @__PURE__ */ be(Yl, [["render", Jl]]), Mi = "badge_v1", cn = "breadcrumbs_v1", De = "bar_chart_v1", Re = "btn_v1", Me = "btn_group_v1", Fe = "btn_toggle_v1", He = "card_v1", Oe = "checkbox_v1", Ge = "chip_v1", Ke = "chip_group_v1", je = "color_picker_v1", Ue = "combobox_v1", Ze = "container_v1", qe = "data_table_v1", Xe = "date_picker_v1", Ye = "dialog_v1", Je = "file_input_v1", Qe = "flex_layout_v1", Fi = "flex_layout_entry_v1", et = "form_v1", tt = "icon_v1", nt = "globality_v1", it = "line_chart_v1", ot = "menu_v1", st = "number_input_v1", lt = "pagination_v1", Hi = "radio_v1", rt = "radio_group_v1", at = "range_slider_v1", ut = "rating_v1", _e = "ref_v1", dt = "select_v1", ct = "slider_v1", mt = "stepper_v1", Oi = "stepper_header_v1", Gi = "stepper_item_v1", Ki = "stepper_window_v1", ji = "stepper_window_item_v1", pt = "switch_v1", Ui = "tab_v1", ft = "tabs_v1", bt = "text_v1", vt = "textarea_v1", yt = "text_field_v1", ht = "timeline_v1", Zi = "timeline_item_v1", gt = "window_v1", qi = "window_item_v1", v = {
|
|
2428
2458
|
key: "basic",
|
|
2429
2459
|
name: "x-runtime-lib.basic",
|
|
2430
2460
|
children: [
|
|
@@ -2816,8 +2846,8 @@ const mn = {
|
|
|
2816
2846
|
events: [],
|
|
2817
2847
|
methods: [],
|
|
2818
2848
|
props: {
|
|
2819
|
-
pageCommon: [
|
|
2820
|
-
compCommon: [
|
|
2849
|
+
pageCommon: [v, H, $e, Ce, Ie, Ve, mn],
|
|
2850
|
+
compCommon: [v, H, $e, Ce, Ie, Ve, mn]
|
|
2821
2851
|
},
|
|
2822
2852
|
spawn: tr
|
|
2823
2853
|
};
|
|
@@ -2870,8 +2900,8 @@ const pn = {
|
|
|
2870
2900
|
events: [],
|
|
2871
2901
|
methods: [],
|
|
2872
2902
|
props: {
|
|
2873
|
-
pageCommon: [
|
|
2874
|
-
compCommon: [
|
|
2903
|
+
pageCommon: [v, H, $e, Ce, Ie, Ve, pn],
|
|
2904
|
+
compCommon: [v, H, $e, Ce, Ie, Ve, pn]
|
|
2875
2905
|
},
|
|
2876
2906
|
spawn: nr
|
|
2877
2907
|
};
|
|
@@ -2951,8 +2981,8 @@ const bn = {
|
|
|
2951
2981
|
events: [],
|
|
2952
2982
|
methods: [],
|
|
2953
2983
|
props: {
|
|
2954
|
-
pageCommon: [
|
|
2955
|
-
compCommon: [
|
|
2984
|
+
pageCommon: [v, H, bn],
|
|
2985
|
+
compCommon: [v, H, bn]
|
|
2956
2986
|
}
|
|
2957
2987
|
};
|
|
2958
2988
|
I(or);
|
|
@@ -3004,8 +3034,8 @@ const vn = {
|
|
|
3004
3034
|
events: [],
|
|
3005
3035
|
methods: [],
|
|
3006
3036
|
props: {
|
|
3007
|
-
pageCommon: [
|
|
3008
|
-
compCommon: [
|
|
3037
|
+
pageCommon: [v, vn],
|
|
3038
|
+
compCommon: [v, vn]
|
|
3009
3039
|
}
|
|
3010
3040
|
};
|
|
3011
3041
|
function sr(t, e) {
|
|
@@ -3123,8 +3153,8 @@ const lr = R(U), yn = {
|
|
|
3123
3153
|
],
|
|
3124
3154
|
methods: [],
|
|
3125
3155
|
props: {
|
|
3126
|
-
pageCommon: [
|
|
3127
|
-
compCommon: [
|
|
3156
|
+
pageCommon: [v, H, yn],
|
|
3157
|
+
compCommon: [v, H, yn]
|
|
3128
3158
|
},
|
|
3129
3159
|
spawn: sr
|
|
3130
3160
|
};
|
|
@@ -3142,8 +3172,8 @@ const rr = {
|
|
|
3142
3172
|
events: [],
|
|
3143
3173
|
methods: [],
|
|
3144
3174
|
props: {
|
|
3145
|
-
pageCommon: [
|
|
3146
|
-
compCommon: [
|
|
3175
|
+
pageCommon: [v],
|
|
3176
|
+
compCommon: [v]
|
|
3147
3177
|
}
|
|
3148
3178
|
};
|
|
3149
3179
|
I(rr);
|
|
@@ -3221,8 +3251,8 @@ const hn = {
|
|
|
3221
3251
|
events: [],
|
|
3222
3252
|
methods: [],
|
|
3223
3253
|
props: {
|
|
3224
|
-
pageCommon: [
|
|
3225
|
-
compCommon: [
|
|
3254
|
+
pageCommon: [v, hn],
|
|
3255
|
+
compCommon: [v, hn]
|
|
3226
3256
|
}
|
|
3227
3257
|
};
|
|
3228
3258
|
I(ar);
|
|
@@ -3308,8 +3338,8 @@ const gn = {
|
|
|
3308
3338
|
events: [],
|
|
3309
3339
|
methods: [],
|
|
3310
3340
|
props: {
|
|
3311
|
-
pageCommon: [
|
|
3312
|
-
compCommon: [
|
|
3341
|
+
pageCommon: [v, H, gn],
|
|
3342
|
+
compCommon: [v, H, gn]
|
|
3313
3343
|
},
|
|
3314
3344
|
spawn: ur
|
|
3315
3345
|
};
|
|
@@ -3339,8 +3369,8 @@ const xn = {
|
|
|
3339
3369
|
events: [],
|
|
3340
3370
|
methods: [],
|
|
3341
3371
|
props: {
|
|
3342
|
-
pageCommon: [
|
|
3343
|
-
compCommon: [
|
|
3372
|
+
pageCommon: [v, xn],
|
|
3373
|
+
compCommon: [v, xn]
|
|
3344
3374
|
}
|
|
3345
3375
|
};
|
|
3346
3376
|
I(dr);
|
|
@@ -3427,8 +3457,8 @@ const cr = R(U), kn = {
|
|
|
3427
3457
|
events: [],
|
|
3428
3458
|
methods: [],
|
|
3429
3459
|
props: {
|
|
3430
|
-
pageCommon: [
|
|
3431
|
-
compCommon: [
|
|
3460
|
+
pageCommon: [v, kn],
|
|
3461
|
+
compCommon: [v, kn]
|
|
3432
3462
|
}
|
|
3433
3463
|
};
|
|
3434
3464
|
I(wt);
|
|
@@ -3464,8 +3494,8 @@ function de(t, e, i, s) {
|
|
|
3464
3494
|
console.error(`chipGroupV1/spawnChip props not found, ${l}`);
|
|
3465
3495
|
return;
|
|
3466
3496
|
}
|
|
3467
|
-
const
|
|
3468
|
-
return L(
|
|
3497
|
+
const u = {};
|
|
3498
|
+
return L(u, r), u.basic.id = N(16), u.basic.key = wt.key, u.settings.value = i, u.settings.text = s, u;
|
|
3469
3499
|
}
|
|
3470
3500
|
const _n = {
|
|
3471
3501
|
key: "settings",
|
|
@@ -3534,8 +3564,8 @@ const _n = {
|
|
|
3534
3564
|
events: [],
|
|
3535
3565
|
methods: [],
|
|
3536
3566
|
props: {
|
|
3537
|
-
pageCommon: [
|
|
3538
|
-
compCommon: [
|
|
3567
|
+
pageCommon: [v, _n],
|
|
3568
|
+
compCommon: [v, _n]
|
|
3539
3569
|
},
|
|
3540
3570
|
spawn: mr
|
|
3541
3571
|
};
|
|
@@ -3548,8 +3578,8 @@ const pr = {
|
|
|
3548
3578
|
events: [],
|
|
3549
3579
|
methods: [],
|
|
3550
3580
|
props: {
|
|
3551
|
-
pageCommon: [
|
|
3552
|
-
compCommon: [
|
|
3581
|
+
pageCommon: [v],
|
|
3582
|
+
compCommon: [v]
|
|
3553
3583
|
}
|
|
3554
3584
|
};
|
|
3555
3585
|
I(pr);
|
|
@@ -3602,8 +3632,8 @@ const wn = {
|
|
|
3602
3632
|
events: [],
|
|
3603
3633
|
methods: [],
|
|
3604
3634
|
props: {
|
|
3605
|
-
pageCommon: [
|
|
3606
|
-
compCommon: [
|
|
3635
|
+
pageCommon: [v, wn],
|
|
3636
|
+
compCommon: [v, wn]
|
|
3607
3637
|
}
|
|
3608
3638
|
};
|
|
3609
3639
|
I(fr);
|
|
@@ -3633,8 +3663,8 @@ const Vn = {
|
|
|
3633
3663
|
],
|
|
3634
3664
|
methods: [],
|
|
3635
3665
|
props: {
|
|
3636
|
-
pageCommon: [
|
|
3637
|
-
compCommon: [
|
|
3666
|
+
pageCommon: [v, H, me, pe, fe, Vn],
|
|
3667
|
+
compCommon: [v, H, me, pe, fe, Vn]
|
|
3638
3668
|
}
|
|
3639
3669
|
};
|
|
3640
3670
|
I($t);
|
|
@@ -3798,8 +3828,8 @@ const $n = {
|
|
|
3798
3828
|
events: [],
|
|
3799
3829
|
methods: [],
|
|
3800
3830
|
props: {
|
|
3801
|
-
pageCommon: [
|
|
3802
|
-
compCommon: [
|
|
3831
|
+
pageCommon: [v, $n, Cn, In],
|
|
3832
|
+
compCommon: [v, $n, Cn, In]
|
|
3803
3833
|
}
|
|
3804
3834
|
};
|
|
3805
3835
|
I(br);
|
|
@@ -3811,8 +3841,8 @@ const vr = {
|
|
|
3811
3841
|
events: [],
|
|
3812
3842
|
methods: [],
|
|
3813
3843
|
props: {
|
|
3814
|
-
pageCommon: [
|
|
3815
|
-
compCommon: [
|
|
3844
|
+
pageCommon: [v],
|
|
3845
|
+
compCommon: [v]
|
|
3816
3846
|
}
|
|
3817
3847
|
};
|
|
3818
3848
|
I(vr);
|
|
@@ -3842,8 +3872,8 @@ const yr = {
|
|
|
3842
3872
|
}
|
|
3843
3873
|
],
|
|
3844
3874
|
props: {
|
|
3845
|
-
pageCommon: [
|
|
3846
|
-
compCommon: [
|
|
3875
|
+
pageCommon: [v],
|
|
3876
|
+
compCommon: [v]
|
|
3847
3877
|
},
|
|
3848
3878
|
teleport: !0
|
|
3849
3879
|
};
|
|
@@ -3860,8 +3890,8 @@ const Sn = {
|
|
|
3860
3890
|
events: [],
|
|
3861
3891
|
methods: [],
|
|
3862
3892
|
props: {
|
|
3863
|
-
pageCommon: [
|
|
3864
|
-
compCommon: [
|
|
3893
|
+
pageCommon: [v, Sn],
|
|
3894
|
+
compCommon: [v, Sn]
|
|
3865
3895
|
}
|
|
3866
3896
|
}, Tn = {
|
|
3867
3897
|
key: "settings",
|
|
@@ -3893,8 +3923,8 @@ const Sn = {
|
|
|
3893
3923
|
events: [],
|
|
3894
3924
|
methods: [],
|
|
3895
3925
|
props: {
|
|
3896
|
-
pageCommon: [
|
|
3897
|
-
compCommon: [
|
|
3926
|
+
pageCommon: [v, H, Tn],
|
|
3927
|
+
compCommon: [v, H, Tn]
|
|
3898
3928
|
}
|
|
3899
3929
|
};
|
|
3900
3930
|
I(Ct);
|
|
@@ -3934,21 +3964,21 @@ function hr(t, e) {
|
|
|
3934
3964
|
gr(t, e)
|
|
3935
3965
|
], o;
|
|
3936
3966
|
}
|
|
3937
|
-
function It(t, e, i, s, l, o, r,
|
|
3938
|
-
const p = `type=${t} subtype=${e}`,
|
|
3939
|
-
if (!
|
|
3967
|
+
function It(t, e, i, s, l, o, r, u, m) {
|
|
3968
|
+
const p = `type=${t} subtype=${e}`, a = E(t, e);
|
|
3969
|
+
if (!a) {
|
|
3940
3970
|
console.error(
|
|
3941
3971
|
`flexLayoutV1/spawnContainer prop tag not found, ${p}`
|
|
3942
3972
|
);
|
|
3943
3973
|
return;
|
|
3944
3974
|
}
|
|
3945
|
-
const
|
|
3946
|
-
if (!
|
|
3975
|
+
const d = $t.props[a];
|
|
3976
|
+
if (!d) {
|
|
3947
3977
|
console.error(`flexLayoutV1/spawnContainer props not found, ${p}`);
|
|
3948
3978
|
return;
|
|
3949
3979
|
}
|
|
3950
3980
|
const c = {};
|
|
3951
|
-
return L(c,
|
|
3981
|
+
return L(c, d), c.basic.id = N(16), c.basic.key = $t.key, s && (c.size.width = s), l && (c.size.minWidth = l), r && (c.size.height = r), u && (c.size.minHeight = u), console.log(c), i && (c.settings.backgroundColor.mode = "custom", c.settings.backgroundColor.custom.light = i, c.settings.backgroundColor.custom.dark = i), c.children = [], c;
|
|
3952
3982
|
}
|
|
3953
3983
|
function gr(t, e) {
|
|
3954
3984
|
const i = `type=${t} subtype=${e}`, s = E(t, e);
|
|
@@ -4172,8 +4202,8 @@ const zn = {
|
|
|
4172
4202
|
],
|
|
4173
4203
|
methods: [],
|
|
4174
4204
|
props: {
|
|
4175
|
-
pageCommon: [
|
|
4176
|
-
compCommon: [
|
|
4205
|
+
pageCommon: [v, H, me, pe, fe, zn],
|
|
4206
|
+
compCommon: [v, H, me, pe, fe, zn]
|
|
4177
4207
|
},
|
|
4178
4208
|
spawn: hr
|
|
4179
4209
|
};
|
|
@@ -4353,8 +4383,8 @@ const An = {
|
|
|
4353
4383
|
events: [],
|
|
4354
4384
|
methods: [],
|
|
4355
4385
|
props: {
|
|
4356
|
-
pageCommon: [
|
|
4357
|
-
compCommon: [
|
|
4386
|
+
pageCommon: [v, An, Nn],
|
|
4387
|
+
compCommon: [v, An, Nn]
|
|
4358
4388
|
}
|
|
4359
4389
|
};
|
|
4360
4390
|
I(St);
|
|
@@ -4423,8 +4453,8 @@ const Pn = {
|
|
|
4423
4453
|
],
|
|
4424
4454
|
methods: [],
|
|
4425
4455
|
props: {
|
|
4426
|
-
pageCommon: [
|
|
4427
|
-
compCommon: [
|
|
4456
|
+
pageCommon: [v, H, me, pe, fe, Pn],
|
|
4457
|
+
compCommon: [v, H, me, pe, fe, Pn]
|
|
4428
4458
|
},
|
|
4429
4459
|
spawn: xr
|
|
4430
4460
|
};
|
|
@@ -4462,8 +4492,8 @@ const _r = R(U), Ln = {
|
|
|
4462
4492
|
events: [],
|
|
4463
4493
|
methods: [],
|
|
4464
4494
|
props: {
|
|
4465
|
-
pageCommon: [
|
|
4466
|
-
compCommon: [
|
|
4495
|
+
pageCommon: [v, Ln],
|
|
4496
|
+
compCommon: [v, Ln]
|
|
4467
4497
|
}
|
|
4468
4498
|
};
|
|
4469
4499
|
I(wr);
|
|
@@ -4493,8 +4523,8 @@ const Vr = {
|
|
|
4493
4523
|
}
|
|
4494
4524
|
],
|
|
4495
4525
|
props: {
|
|
4496
|
-
pageCommon: [
|
|
4497
|
-
compCommon: [
|
|
4526
|
+
pageCommon: [v],
|
|
4527
|
+
compCommon: [v]
|
|
4498
4528
|
},
|
|
4499
4529
|
teleport: !0
|
|
4500
4530
|
};
|
|
@@ -4714,8 +4744,8 @@ const En = {
|
|
|
4714
4744
|
],
|
|
4715
4745
|
methods: [],
|
|
4716
4746
|
props: {
|
|
4717
|
-
pageCommon: [
|
|
4718
|
-
compCommon: [
|
|
4747
|
+
pageCommon: [v, En, Wn],
|
|
4748
|
+
compCommon: [v, En, Wn]
|
|
4719
4749
|
},
|
|
4720
4750
|
spawn: $r
|
|
4721
4751
|
};
|
|
@@ -4791,8 +4821,8 @@ const Bn = {
|
|
|
4791
4821
|
events: [],
|
|
4792
4822
|
methods: [],
|
|
4793
4823
|
props: {
|
|
4794
|
-
pageCommon: [
|
|
4795
|
-
compCommon: [
|
|
4824
|
+
pageCommon: [v, Bn],
|
|
4825
|
+
compCommon: [v, Bn]
|
|
4796
4826
|
}
|
|
4797
4827
|
};
|
|
4798
4828
|
I(Cr);
|
|
@@ -4841,8 +4871,8 @@ const Ir = R(U), Dn = {
|
|
|
4841
4871
|
events: [],
|
|
4842
4872
|
methods: [],
|
|
4843
4873
|
props: {
|
|
4844
|
-
pageCommon: [
|
|
4845
|
-
compCommon: [
|
|
4874
|
+
pageCommon: [v, Dn],
|
|
4875
|
+
compCommon: [v, Dn]
|
|
4846
4876
|
}
|
|
4847
4877
|
};
|
|
4848
4878
|
I(At);
|
|
@@ -4875,8 +4905,8 @@ function Ae(t, e, i, s) {
|
|
|
4875
4905
|
console.error(`radioGroupV1/spawnEntry props not found, ${l}`);
|
|
4876
4906
|
return;
|
|
4877
4907
|
}
|
|
4878
|
-
const
|
|
4879
|
-
return L(
|
|
4908
|
+
const u = {};
|
|
4909
|
+
return L(u, r), u.basic.id = N(16), u.basic.key = At.key, u.settings.value = i, u.settings.label = s, u;
|
|
4880
4910
|
}
|
|
4881
4911
|
const Rn = {
|
|
4882
4912
|
key: "settings",
|
|
@@ -4934,8 +4964,8 @@ const Rn = {
|
|
|
4934
4964
|
events: [],
|
|
4935
4965
|
methods: [],
|
|
4936
4966
|
props: {
|
|
4937
|
-
pageCommon: [
|
|
4938
|
-
compCommon: [
|
|
4967
|
+
pageCommon: [v, Rn],
|
|
4968
|
+
compCommon: [v, Rn]
|
|
4939
4969
|
},
|
|
4940
4970
|
spawn: Sr
|
|
4941
4971
|
};
|
|
@@ -5065,8 +5095,8 @@ const Mn = {
|
|
|
5065
5095
|
events: [],
|
|
5066
5096
|
methods: [],
|
|
5067
5097
|
props: {
|
|
5068
|
-
pageCommon: [
|
|
5069
|
-
compCommon: [
|
|
5098
|
+
pageCommon: [v, Mn],
|
|
5099
|
+
compCommon: [v, Mn]
|
|
5070
5100
|
}
|
|
5071
5101
|
};
|
|
5072
5102
|
I(Tr);
|
|
@@ -5133,8 +5163,8 @@ const Fn = {
|
|
|
5133
5163
|
events: [],
|
|
5134
5164
|
methods: [],
|
|
5135
5165
|
props: {
|
|
5136
|
-
pageCommon: [
|
|
5137
|
-
compCommon: [
|
|
5166
|
+
pageCommon: [v, Fn],
|
|
5167
|
+
compCommon: [v, Fn]
|
|
5138
5168
|
}
|
|
5139
5169
|
};
|
|
5140
5170
|
I(zr);
|
|
@@ -5187,8 +5217,8 @@ const Hn = {
|
|
|
5187
5217
|
events: [],
|
|
5188
5218
|
methods: [],
|
|
5189
5219
|
props: {
|
|
5190
|
-
pageCommon: [
|
|
5191
|
-
compCommon: [
|
|
5220
|
+
pageCommon: [v, Hn],
|
|
5221
|
+
compCommon: [v, Hn]
|
|
5192
5222
|
}
|
|
5193
5223
|
};
|
|
5194
5224
|
I(Ar);
|
|
@@ -5335,8 +5365,8 @@ const On = {
|
|
|
5335
5365
|
events: [],
|
|
5336
5366
|
methods: [],
|
|
5337
5367
|
props: {
|
|
5338
|
-
pageCommon: [
|
|
5339
|
-
compCommon: [
|
|
5368
|
+
pageCommon: [v, On, Gn],
|
|
5369
|
+
compCommon: [v, On, Gn]
|
|
5340
5370
|
}
|
|
5341
5371
|
};
|
|
5342
5372
|
I(Nr);
|
|
@@ -5353,8 +5383,8 @@ const Pt = {
|
|
|
5353
5383
|
events: [],
|
|
5354
5384
|
methods: [],
|
|
5355
5385
|
props: {
|
|
5356
|
-
pageCommon: [
|
|
5357
|
-
compCommon: [
|
|
5386
|
+
pageCommon: [v],
|
|
5387
|
+
compCommon: [v]
|
|
5358
5388
|
}
|
|
5359
5389
|
};
|
|
5360
5390
|
I(Pt);
|
|
@@ -5382,8 +5412,8 @@ const Kn = {
|
|
|
5382
5412
|
events: [],
|
|
5383
5413
|
methods: [],
|
|
5384
5414
|
props: {
|
|
5385
|
-
pageCommon: [
|
|
5386
|
-
compCommon: [
|
|
5415
|
+
pageCommon: [v, Kn],
|
|
5416
|
+
compCommon: [v, Kn]
|
|
5387
5417
|
}
|
|
5388
5418
|
};
|
|
5389
5419
|
I(Lt);
|
|
@@ -5400,8 +5430,8 @@ const Et = {
|
|
|
5400
5430
|
events: [],
|
|
5401
5431
|
methods: [],
|
|
5402
5432
|
props: {
|
|
5403
|
-
pageCommon: [
|
|
5404
|
-
compCommon: [
|
|
5433
|
+
pageCommon: [v],
|
|
5434
|
+
compCommon: [v]
|
|
5405
5435
|
}
|
|
5406
5436
|
};
|
|
5407
5437
|
I(Et);
|
|
@@ -5429,8 +5459,8 @@ const jn = {
|
|
|
5429
5459
|
events: [],
|
|
5430
5460
|
methods: [],
|
|
5431
5461
|
props: {
|
|
5432
|
-
pageCommon: [
|
|
5433
|
-
compCommon: [
|
|
5462
|
+
pageCommon: [v, jn],
|
|
5463
|
+
compCommon: [v, jn]
|
|
5434
5464
|
}
|
|
5435
5465
|
};
|
|
5436
5466
|
I(Wt);
|
|
@@ -5509,8 +5539,8 @@ function Pe(t, e, i, s) {
|
|
|
5509
5539
|
console.error(`stepperV1/spawnWindowItem props not found, ${l}`);
|
|
5510
5540
|
return;
|
|
5511
5541
|
}
|
|
5512
|
-
const
|
|
5513
|
-
return L(
|
|
5542
|
+
const u = {};
|
|
5543
|
+
return L(u, r), u.basic.id = N(16), u.basic.key = Wt.key, u.children = [Wr(t, e, s)], u.settings.value = i, u;
|
|
5514
5544
|
}
|
|
5515
5545
|
function Wr(t, e, i) {
|
|
5516
5546
|
const s = `type=${t} subtype=${e}`, l = E(t, e);
|
|
@@ -5556,8 +5586,8 @@ const Un = {
|
|
|
5556
5586
|
events: [],
|
|
5557
5587
|
methods: [],
|
|
5558
5588
|
props: {
|
|
5559
|
-
pageCommon: [
|
|
5560
|
-
compCommon: [
|
|
5589
|
+
pageCommon: [v, Un],
|
|
5590
|
+
compCommon: [v, Un]
|
|
5561
5591
|
},
|
|
5562
5592
|
spawn: Pr
|
|
5563
5593
|
};
|
|
@@ -5570,8 +5600,8 @@ const Br = {
|
|
|
5570
5600
|
events: [],
|
|
5571
5601
|
methods: [],
|
|
5572
5602
|
props: {
|
|
5573
|
-
pageCommon: [
|
|
5574
|
-
compCommon: [
|
|
5603
|
+
pageCommon: [v],
|
|
5604
|
+
compCommon: [v]
|
|
5575
5605
|
}
|
|
5576
5606
|
};
|
|
5577
5607
|
I(Br);
|
|
@@ -5600,8 +5630,8 @@ const Zn = {
|
|
|
5600
5630
|
events: [],
|
|
5601
5631
|
methods: [],
|
|
5602
5632
|
props: {
|
|
5603
|
-
pageCommon: [
|
|
5604
|
-
compCommon: [
|
|
5633
|
+
pageCommon: [v, Zn],
|
|
5634
|
+
compCommon: [v, Zn]
|
|
5605
5635
|
}
|
|
5606
5636
|
};
|
|
5607
5637
|
I(Dt);
|
|
@@ -5634,8 +5664,8 @@ function Le(t, e, i, s) {
|
|
|
5634
5664
|
console.error(`tabsV1/spawnTab props not found, ${l}`);
|
|
5635
5665
|
return;
|
|
5636
5666
|
}
|
|
5637
|
-
const
|
|
5638
|
-
return L(
|
|
5667
|
+
const u = {};
|
|
5668
|
+
return L(u, r), u.basic.id = N(16), u.basic.key = Dt.key, u.settings.value = i, u.settings.text = s, u;
|
|
5639
5669
|
}
|
|
5640
5670
|
const on = R(U);
|
|
5641
5671
|
on.key = "backgroundColor";
|
|
@@ -5738,8 +5768,8 @@ const qn = {
|
|
|
5738
5768
|
events: [],
|
|
5739
5769
|
methods: [],
|
|
5740
5770
|
props: {
|
|
5741
|
-
pageCommon: [
|
|
5742
|
-
compCommon: [
|
|
5771
|
+
pageCommon: [v, qn],
|
|
5772
|
+
compCommon: [v, qn]
|
|
5743
5773
|
},
|
|
5744
5774
|
spawn: Dr
|
|
5745
5775
|
};
|
|
@@ -5852,8 +5882,8 @@ const Xn = {
|
|
|
5852
5882
|
events: [],
|
|
5853
5883
|
methods: [],
|
|
5854
5884
|
props: {
|
|
5855
|
-
pageCommon: [
|
|
5856
|
-
compCommon: [
|
|
5885
|
+
pageCommon: [v, Xn],
|
|
5886
|
+
compCommon: [v, Xn]
|
|
5857
5887
|
},
|
|
5858
5888
|
spawn: Rr
|
|
5859
5889
|
};
|
|
@@ -5951,8 +5981,8 @@ const Yn = {
|
|
|
5951
5981
|
events: [],
|
|
5952
5982
|
methods: [],
|
|
5953
5983
|
props: {
|
|
5954
|
-
pageCommon: [
|
|
5955
|
-
compCommon: [
|
|
5984
|
+
pageCommon: [v, Yn],
|
|
5985
|
+
compCommon: [v, Yn]
|
|
5956
5986
|
},
|
|
5957
5987
|
spawn: Mr
|
|
5958
5988
|
};
|
|
@@ -5970,8 +6000,8 @@ const Ft = {
|
|
|
5970
6000
|
events: [],
|
|
5971
6001
|
methods: [],
|
|
5972
6002
|
props: {
|
|
5973
|
-
pageCommon: [
|
|
5974
|
-
compCommon: [
|
|
6003
|
+
pageCommon: [v],
|
|
6004
|
+
compCommon: [v]
|
|
5975
6005
|
}
|
|
5976
6006
|
};
|
|
5977
6007
|
I(Ft);
|
|
@@ -6112,8 +6142,8 @@ const Or = R(U), Gr = R(U), Jn = {
|
|
|
6112
6142
|
events: [],
|
|
6113
6143
|
methods: [],
|
|
6114
6144
|
props: {
|
|
6115
|
-
pageCommon: [
|
|
6116
|
-
compCommon: [
|
|
6145
|
+
pageCommon: [v, Jn],
|
|
6146
|
+
compCommon: [v, Jn]
|
|
6117
6147
|
},
|
|
6118
6148
|
spawn: Fr
|
|
6119
6149
|
};
|
|
@@ -6131,8 +6161,8 @@ const Ot = {
|
|
|
6131
6161
|
events: [],
|
|
6132
6162
|
methods: [],
|
|
6133
6163
|
props: {
|
|
6134
|
-
pageCommon: [
|
|
6135
|
-
compCommon: [
|
|
6164
|
+
pageCommon: [v],
|
|
6165
|
+
compCommon: [v]
|
|
6136
6166
|
}
|
|
6137
6167
|
};
|
|
6138
6168
|
I(Ot);
|
|
@@ -6257,8 +6287,8 @@ const Qn = {
|
|
|
6257
6287
|
events: [],
|
|
6258
6288
|
methods: [],
|
|
6259
6289
|
props: {
|
|
6260
|
-
pageCommon: [
|
|
6261
|
-
compCommon: [
|
|
6290
|
+
pageCommon: [v, Qn],
|
|
6291
|
+
compCommon: [v, Qn]
|
|
6262
6292
|
},
|
|
6263
6293
|
spawn: Kr
|
|
6264
6294
|
};
|