x-runtime-lib 0.8.31 → 0.8.32
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
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { defineComponent as $, createElementBlock as Y, renderSlot as L, unref as n, openBlock as v, createElementVNode as ie, computed as k, normalizeStyle as Q, ref as ce, watchEffect as ue, watch as q, onBeforeMount as No, onUnmounted as je, createBlock as V, withCtx as I, createCommentVNode as ee, useTemplateRef as Xi, onMounted as Yi, nextTick as Ji, h as ae, resolveComponent as z, createVNode as H, isRef as O, createSlots as Pn, renderList as Mo, useId as Zi, withModifiers as Ro, normalizeClass as Do, toDisplayString as Fo, inject as oe, provide as se, readonly as zn } from "vue";
|
|
2
|
-
import { globalObjects as
|
|
2
|
+
import { globalObjects as fe, waitUtil as qi, eventBus as Qi, useViewStack as eo, messageInfo as Go, messageSuccess as Ho, messageWarning as to, messageError as no, createAxios as Ko, openConfirmDlg as jo, openPromptDlg as Oo } from "x-essential-lib";
|
|
3
3
|
import { CameraHelper as io, DirectionalLightHelper as Uo, PointLightHelper as Xo, SpotLightHelper as Yo } from "three";
|
|
4
4
|
import { c as B, i as ne, q as Be, u as Jo, r as oo, e as so, a as Zo, b as qo, d as Qo, f as es, g as ts, h as ns, j as is, k as os, l as ro, X as ss, Y as rs, K as ls, m as as, n as us, o as cs, I as ms } from "./vendor.dd29fg1n.js";
|
|
5
5
|
import { getErrorMessage as ps } from "x-error-lib";
|
|
6
6
|
import { useTheme as ds } from "vuetify";
|
|
7
|
-
import { useI18n as
|
|
7
|
+
import { useI18n as ys } from "vue-i18n";
|
|
8
8
|
const Sc = ["string", "number", "boolean", "array", "object"];
|
|
9
9
|
function Cc(t) {
|
|
10
10
|
switch (t) {
|
|
@@ -38,7 +38,7 @@ function Tc(t, e, i, o, l) {
|
|
|
38
38
|
children: {}
|
|
39
39
|
}, s.children[i] = a);
|
|
40
40
|
}
|
|
41
|
-
const
|
|
41
|
+
const fs = ["common", "scene"], bs = ["common", "scene"];
|
|
42
42
|
function hs(t) {
|
|
43
43
|
return t === "elementProperty" || t === "elementSlotProperty";
|
|
44
44
|
}
|
|
@@ -173,24 +173,24 @@ function ao(t, e, i) {
|
|
|
173
173
|
o[s] = i;
|
|
174
174
|
}
|
|
175
175
|
function Ln(t, e, i) {
|
|
176
|
-
const { i18n: o } =
|
|
176
|
+
const { i18n: o } = fe;
|
|
177
177
|
let l = "";
|
|
178
178
|
return t && (l += t + " / "), e.forEach((s, a) => {
|
|
179
179
|
a > 0 && (l += " - "), i ? l += o.global.t(s) : l += s;
|
|
180
180
|
}), l;
|
|
181
181
|
}
|
|
182
182
|
function Ec(t, e) {
|
|
183
|
-
const { i18n: i } =
|
|
183
|
+
const { i18n: i } = fe;
|
|
184
184
|
let o = "";
|
|
185
185
|
return t === "elementProperty" || (t === "refProperty" ? o = i.global.t("x-runtime-lib.ref") : t === "customProperty" ? o = i.global.t("x-runtime-lib.custom") : t === "elementSlotProperty" || t === "customSlotProperty" ? o = i.global.t("x-runtime-lib.slot") : console.assert(!1)), Ln(o, e, hs(t));
|
|
186
186
|
}
|
|
187
187
|
function Nc(t, e) {
|
|
188
|
-
const { i18n: i } =
|
|
188
|
+
const { i18n: i } = fe;
|
|
189
189
|
let o = "";
|
|
190
190
|
return t === "elementMethod" || (t === "refMethod" ? o = i.global.t("x-runtime-lib.ref") : t === "customMethod" ? o = i.global.t("x-runtime-lib.custom") : t === "elementSlotMethod" || t === "customSlotMethod" ? o = i.global.t("x-runtime-lib.slot") : console.assert(!1)), Ln(o, e, gs(t));
|
|
191
191
|
}
|
|
192
192
|
function Mc(t, e) {
|
|
193
|
-
const { i18n: i } =
|
|
193
|
+
const { i18n: i } = fe;
|
|
194
194
|
let o = "";
|
|
195
195
|
return t === "elementEvent" || (t === "refEvent" ? o = i.global.t("x-runtime-lib.ref") : t === "customEvent" ? o = i.global.t("x-runtime-lib.custom") : t === "elementPropertyChangeEvent" || t === "customPropertyChangeEvent" ? o = i.global.t("x-runtime-lib.propertyChange") : t === "stateChangeEvent" ? o = i.global.t("x-runtime-lib.stateChange") : console.assert(!1)), Ln(o, e, xs(t));
|
|
196
196
|
}
|
|
@@ -254,10 +254,46 @@ function r(t, e, i) {
|
|
|
254
254
|
o === "editor" && e[e.length - 1] === "readonly" && (a = !0), s.value = a;
|
|
255
255
|
}), q(s, (a, p) => {
|
|
256
256
|
ne(a, p) || ws(l, t.node, e, s.value, i);
|
|
257
|
-
}), {
|
|
257
|
+
}), { property: s };
|
|
258
258
|
}
|
|
259
259
|
function me(t) {
|
|
260
|
-
const {
|
|
260
|
+
const { property: e } = r(t, [
|
|
261
|
+
"transform",
|
|
262
|
+
"position",
|
|
263
|
+
"x"
|
|
264
|
+
]), { property: i } = r(t, [
|
|
265
|
+
"transform",
|
|
266
|
+
"position",
|
|
267
|
+
"y"
|
|
268
|
+
]), { property: o } = r(t, [
|
|
269
|
+
"transform",
|
|
270
|
+
"position",
|
|
271
|
+
"z"
|
|
272
|
+
]), { property: l } = r(t, [
|
|
273
|
+
"transform",
|
|
274
|
+
"rotation",
|
|
275
|
+
"x"
|
|
276
|
+
]), { property: s } = r(t, [
|
|
277
|
+
"transform",
|
|
278
|
+
"rotation",
|
|
279
|
+
"y"
|
|
280
|
+
]), { property: a } = r(t, [
|
|
281
|
+
"transform",
|
|
282
|
+
"rotation",
|
|
283
|
+
"z"
|
|
284
|
+
]), { property: p } = r(t, [
|
|
285
|
+
"transform",
|
|
286
|
+
"scale",
|
|
287
|
+
"x"
|
|
288
|
+
]), { property: d } = r(t, [
|
|
289
|
+
"transform",
|
|
290
|
+
"scale",
|
|
291
|
+
"y"
|
|
292
|
+
]), { property: f } = r(t, [
|
|
293
|
+
"transform",
|
|
294
|
+
"scale",
|
|
295
|
+
"z"
|
|
296
|
+
]), m = ce([0, 0, 0]), u = ce([0, 0, 0]), c = ce([1, 1, 1]);
|
|
261
297
|
return ue(() => {
|
|
262
298
|
m.value = [e.value, i.value, o.value];
|
|
263
299
|
}), ue(() => {
|
|
@@ -267,9 +303,9 @@ function me(t) {
|
|
|
267
303
|
}), ue(() => {
|
|
268
304
|
l.value = u.value[0], s.value = u.value[1], a.value = u.value[2];
|
|
269
305
|
}), ue(() => {
|
|
270
|
-
c.value = [p.value, d.value,
|
|
306
|
+
c.value = [p.value, d.value, f.value];
|
|
271
307
|
}), ue(() => {
|
|
272
|
-
p.value = c.value[0], d.value = c.value[1],
|
|
308
|
+
p.value = c.value[0], d.value = c.value[1], f.value = c.value[2];
|
|
273
309
|
}), { position: m, rotation: u, scale: c };
|
|
274
310
|
}
|
|
275
311
|
function uo(t) {
|
|
@@ -312,7 +348,7 @@ function po(t) {
|
|
|
312
348
|
}
|
|
313
349
|
return { show: e, position: i, type: o, data: l, applyXAxis: s };
|
|
314
350
|
}
|
|
315
|
-
function
|
|
351
|
+
function yo(t) {
|
|
316
352
|
const e = k(() => t.node.yAxis?.show), i = k(() => t.node.yAxis?.position), o = k(() => t.node.yAxis?.type), l = k(() => t.node.yAxis?.data);
|
|
317
353
|
function s(a) {
|
|
318
354
|
a.yAxis = {
|
|
@@ -326,23 +362,23 @@ function fo(t) {
|
|
|
326
362
|
}
|
|
327
363
|
function K(t) {
|
|
328
364
|
const { computedThemes: e } = ds(), i = We(), o = k(() => t.value?.mode), l = k(() => {
|
|
329
|
-
const
|
|
330
|
-
return
|
|
365
|
+
const f = t.value?.theme;
|
|
366
|
+
return f ? f === "background0" ? i.value ? "#2e2e2e" : "#bdbdbd" : f === "background1" ? i.value ? "#272727" : "#eeeeee" : f === "background2" ? i.value ? "#1e1e1e" : "#ffffff" : (i.value ? e.value.dark : e.value.light).colors[f] : void 0;
|
|
331
367
|
}), s = k(() => i.value ? t.value.custom?.dark : t.value.custom?.light), a = k(() => o.value === "theme" ? l.value ?? "" : o.value === "custom" ? s.value ?? "" : ""), p = k(() => {
|
|
332
|
-
const
|
|
333
|
-
return !
|
|
368
|
+
const f = a.value;
|
|
369
|
+
return !f.startsWith("#") || f.length < 7 ? "" : f.substring(0, 7);
|
|
334
370
|
}), d = k(() => {
|
|
335
|
-
const
|
|
336
|
-
return
|
|
371
|
+
const f = a.value;
|
|
372
|
+
return f.startsWith("#") ? f.length < 9 ? 1 : parseInt(f.substring(7, 9)) / 255 : 0;
|
|
337
373
|
});
|
|
338
374
|
return { color: a, rgb: p, alpha: d };
|
|
339
375
|
}
|
|
340
376
|
function Bn(t) {
|
|
341
377
|
const e = k(() => t.node.border?.style), i = k(() => t.node.border?.width), o = k(() => t.node.border?.color), { color: l } = K(o), s = k(() => t.node.border?.roundRadius?.tl), a = k(() => t.node.border?.roundRadius?.tr), p = k(() => t.node.border?.roundRadius?.bl), d = k(() => t.node.border?.roundRadius?.br);
|
|
342
|
-
function
|
|
378
|
+
function f(m) {
|
|
343
379
|
e.value && (m.borderStyle = e.value), i.value && (m.borderWidth = i.value), l.value && (m.borderColor = l.value), s.value && (m.borderTopLeftRadius = s.value), a.value && (m.borderTopRightRadius = a.value), p.value && (m.borderBottomLeftRadius = p.value), d.value && (m.borderBottomRightRadius = d.value);
|
|
344
380
|
}
|
|
345
|
-
return { borderStyle: e, borderWidth: i, borderColor: l, applyBorder:
|
|
381
|
+
return { borderStyle: e, borderWidth: i, borderColor: l, applyBorder: f };
|
|
346
382
|
}
|
|
347
383
|
function Wn(t) {
|
|
348
384
|
const e = k(() => t.node.margin?.top), i = k(() => t.node.margin?.left), o = k(() => t.node.margin?.bottom), l = k(() => t.node.margin?.right);
|
|
@@ -381,12 +417,12 @@ function ge(t) {
|
|
|
381
417
|
}
|
|
382
418
|
return t.node.size?.maxHeight;
|
|
383
419
|
});
|
|
384
|
-
function
|
|
420
|
+
function f(m) {
|
|
385
421
|
o.value && (m.width = o.value), l.value && (m.minWidth = l.value), s.value && (m.maxWidth = s.value), a.value && (m.height = a.value), p.value && (m.minHeight = p.value), d.value && (m.maxHeight = d.value);
|
|
386
422
|
}
|
|
387
|
-
return { width: o, minWidth: l, maxWidth: s, height: a, minHeight: p, maxHeight: d, applySize:
|
|
423
|
+
return { width: o, minWidth: l, maxWidth: s, height: a, minHeight: p, maxHeight: d, applySize: f };
|
|
388
424
|
}
|
|
389
|
-
function
|
|
425
|
+
function fo(t, e, i) {
|
|
390
426
|
const o = k(() => e.node.basic.id), l = k(() => `callMethod@${o.value}`);
|
|
391
427
|
No(() => {
|
|
392
428
|
t.eventBus?.on(l.value, i);
|
|
@@ -405,8 +441,8 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
405
441
|
outer: { type: Boolean }
|
|
406
442
|
},
|
|
407
443
|
setup(t) {
|
|
408
|
-
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), {
|
|
409
|
-
return (c,
|
|
444
|
+
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), { property: a } = r(e, ["settings", "bottom"]), { property: p } = r(e, ["settings", "far"]), { property: d } = r(e, ["settings", "left"]), { property: f } = r(e, ["settings", "near"]), { property: m } = r(e, ["settings", "right"]), { property: u } = r(e, ["settings", "top"]);
|
|
445
|
+
return (c, y) => (v(), V(n(he), {
|
|
410
446
|
position: n(o),
|
|
411
447
|
rotation: n(l),
|
|
412
448
|
scale: n(s)
|
|
@@ -416,7 +452,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
416
452
|
bottom: n(a),
|
|
417
453
|
far: n(p),
|
|
418
454
|
left: n(d),
|
|
419
|
-
near: n(
|
|
455
|
+
near: n(f),
|
|
420
456
|
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
421
457
|
right: n(m),
|
|
422
458
|
rotation: n(i) !== "editor" ? n(l) : [0, 0, 0],
|
|
@@ -440,7 +476,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
440
476
|
outer: { type: Boolean }
|
|
441
477
|
},
|
|
442
478
|
setup(t) {
|
|
443
|
-
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), {
|
|
479
|
+
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), { property: a } = r(e, ["settings", "aspect"]), { property: p } = r(e, ["settings", "far"]), { property: d } = r(e, ["settings", "fov"]), { property: f } = r(e, ["settings", "near"]);
|
|
444
480
|
return (m, u) => (v(), V(n(he), {
|
|
445
481
|
position: n(o),
|
|
446
482
|
rotation: n(l),
|
|
@@ -451,7 +487,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
451
487
|
aspect: n(a),
|
|
452
488
|
far: n(p),
|
|
453
489
|
fov: n(d),
|
|
454
|
-
near: n(
|
|
490
|
+
near: n(f),
|
|
455
491
|
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
456
492
|
rotation: n(i) !== "editor" ? n(l) : [0, 0, 0],
|
|
457
493
|
scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
|
|
@@ -473,17 +509,17 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
473
509
|
outer: { type: Boolean }
|
|
474
510
|
},
|
|
475
511
|
setup(t) {
|
|
476
|
-
const e = t, {
|
|
512
|
+
const e = t, { property: i } = r(e, ["settings", "depth"]), { property: o } = r(e, [
|
|
477
513
|
"settings",
|
|
478
514
|
"depthSegements"
|
|
479
|
-
]), {
|
|
515
|
+
]), { property: l } = r(e, ["settings", "height"]), { property: s } = r(e, [
|
|
480
516
|
"settings",
|
|
481
517
|
"heightSegements"
|
|
482
|
-
]), {
|
|
518
|
+
]), { property: a } = r(e, ["settings", "width"]), { property: p } = r(e, [
|
|
483
519
|
"settings",
|
|
484
520
|
"widthSegements"
|
|
485
521
|
]);
|
|
486
|
-
return (d,
|
|
522
|
+
return (d, f) => (v(), Y("TresBoxGeometry", {
|
|
487
523
|
args: [
|
|
488
524
|
n(a),
|
|
489
525
|
n(l),
|
|
@@ -506,20 +542,26 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
506
542
|
outer: { type: Boolean }
|
|
507
543
|
},
|
|
508
544
|
setup(t) {
|
|
509
|
-
const e = t, {
|
|
545
|
+
const e = t, { property: i } = r(e, [
|
|
510
546
|
"settings",
|
|
511
547
|
"heightSegments"
|
|
512
|
-
]), {
|
|
548
|
+
]), { property: o } = r(e, [
|
|
549
|
+
"settings",
|
|
550
|
+
"phiLength"
|
|
551
|
+
]), { property: l } = r(e, [
|
|
552
|
+
"settings",
|
|
553
|
+
"phiStart"
|
|
554
|
+
]), { property: s } = r(e, ["settings", "radius"]), { property: a } = r(e, [
|
|
513
555
|
"settings",
|
|
514
556
|
"thetaLength"
|
|
515
|
-
]), {
|
|
557
|
+
]), { property: p } = r(e, [
|
|
516
558
|
"settings",
|
|
517
559
|
"thetaStart"
|
|
518
|
-
]), {
|
|
560
|
+
]), { property: d } = r(e, [
|
|
519
561
|
"settings",
|
|
520
562
|
"widthSegments"
|
|
521
563
|
]);
|
|
522
|
-
return (
|
|
564
|
+
return (f, m) => (v(), Y("TresSphereGeometry", {
|
|
523
565
|
args: [
|
|
524
566
|
n(s),
|
|
525
567
|
n(d),
|
|
@@ -538,8 +580,11 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
538
580
|
outer: { type: Boolean }
|
|
539
581
|
},
|
|
540
582
|
setup(t) {
|
|
541
|
-
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), {
|
|
542
|
-
|
|
583
|
+
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), { property: a } = r(e, ["settings", "color"]), { color: p } = K(a), { property: d } = r(e, [
|
|
584
|
+
"settings",
|
|
585
|
+
"intensity"
|
|
586
|
+
]);
|
|
587
|
+
return (f, m) => (v(), V(n(he), {
|
|
543
588
|
position: n(o),
|
|
544
589
|
rotation: n(l),
|
|
545
590
|
scale: n(s)
|
|
@@ -552,7 +597,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
552
597
|
rotation: n(i) !== "editor" ? n(l) : [0, 0, 0],
|
|
553
598
|
scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
|
|
554
599
|
}, [
|
|
555
|
-
L(
|
|
600
|
+
L(f.$slots, "default")
|
|
556
601
|
], 8, As)
|
|
557
602
|
]),
|
|
558
603
|
_: 3
|
|
@@ -565,8 +610,11 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
565
610
|
outer: { type: Boolean }
|
|
566
611
|
},
|
|
567
612
|
setup(t) {
|
|
568
|
-
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), {
|
|
569
|
-
|
|
613
|
+
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), { property: a } = r(e, ["settings", "color"]), { color: p } = K(a), { property: d } = r(e, [
|
|
614
|
+
"settings",
|
|
615
|
+
"intensity"
|
|
616
|
+
]);
|
|
617
|
+
return (f, m) => (v(), V(n(he), {
|
|
570
618
|
position: n(o),
|
|
571
619
|
rotation: n(l),
|
|
572
620
|
scale: n(s)
|
|
@@ -583,7 +631,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
583
631
|
key: 0,
|
|
584
632
|
type: n(Uo)
|
|
585
633
|
}, null, 8, ["type"])) : ee("", !0),
|
|
586
|
-
L(
|
|
634
|
+
L(f.$slots, "default")
|
|
587
635
|
], 8, Bs)
|
|
588
636
|
]),
|
|
589
637
|
_: 3
|
|
@@ -596,7 +644,13 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
596
644
|
outer: { type: Boolean }
|
|
597
645
|
},
|
|
598
646
|
setup(t) {
|
|
599
|
-
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), {
|
|
647
|
+
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), { property: a } = r(e, ["settings", "color"]), { color: p } = K(a), { property: d } = r(e, ["settings", "decay"]), { property: f } = r(e, [
|
|
648
|
+
"settings",
|
|
649
|
+
"distance"
|
|
650
|
+
]), { property: m } = r(e, [
|
|
651
|
+
"settings",
|
|
652
|
+
"intensity"
|
|
653
|
+
]);
|
|
600
654
|
return (u, c) => (v(), V(n(he), {
|
|
601
655
|
position: n(o),
|
|
602
656
|
rotation: n(l),
|
|
@@ -606,7 +660,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
606
660
|
ie("TresPointLight", {
|
|
607
661
|
color: n(p),
|
|
608
662
|
decay: n(d),
|
|
609
|
-
distance: n(
|
|
663
|
+
distance: n(f),
|
|
610
664
|
intensity: n(m),
|
|
611
665
|
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
612
666
|
rotation: n(i) !== "editor" ? n(l) : [0, 0, 0],
|
|
@@ -629,8 +683,17 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
629
683
|
outer: { type: Boolean }
|
|
630
684
|
},
|
|
631
685
|
setup(t) {
|
|
632
|
-
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), {
|
|
633
|
-
|
|
686
|
+
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), { property: a } = r(e, ["settings", "angle"]), { property: p } = r(e, ["settings", "color"]), { color: d } = K(p), { property: f } = r(e, ["settings", "decay"]), { property: m } = r(e, [
|
|
687
|
+
"settings",
|
|
688
|
+
"distance"
|
|
689
|
+
]), { property: u } = r(e, [
|
|
690
|
+
"settings",
|
|
691
|
+
"intensity"
|
|
692
|
+
]), { property: c } = r(e, [
|
|
693
|
+
"settings",
|
|
694
|
+
"penumbra"
|
|
695
|
+
]);
|
|
696
|
+
return (y, h) => (v(), V(n(he), {
|
|
634
697
|
position: n(o),
|
|
635
698
|
rotation: n(l),
|
|
636
699
|
scale: n(s)
|
|
@@ -639,7 +702,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
639
702
|
ie("TresSpotLight", {
|
|
640
703
|
angle: n(a),
|
|
641
704
|
color: n(d),
|
|
642
|
-
decay: n(
|
|
705
|
+
decay: n(f),
|
|
643
706
|
distance: n(m),
|
|
644
707
|
intensity: n(u),
|
|
645
708
|
penumbra: n(c),
|
|
@@ -651,7 +714,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
651
714
|
key: 0,
|
|
652
715
|
type: n(Yo)
|
|
653
716
|
}, null, 8, ["type"])) : ee("", !0),
|
|
654
|
-
L(
|
|
717
|
+
L(y.$slots, "default")
|
|
655
718
|
], 8, Ms)
|
|
656
719
|
]),
|
|
657
720
|
_: 3
|
|
@@ -702,7 +765,7 @@ const Gs = /* @__PURE__ */ xe(Ds, [["render", Fs]]), Hs = ["position", "rotation
|
|
|
702
765
|
L(s.$slots, "default")
|
|
703
766
|
], 8, js));
|
|
704
767
|
}
|
|
705
|
-
}), Us = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Xs = "#242424", Ys = {}, Js = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, Zs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, qs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Qs = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, er = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, tr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, nr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ir = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, or = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, sr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, rr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, lr = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, ar = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, ur = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, cr = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, mr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, pr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, dr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } },
|
|
768
|
+
}), Us = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Xs = "#242424", Ys = {}, Js = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, Zs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, qs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Qs = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, er = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, tr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, nr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ir = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, or = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, sr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, rr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, lr = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, ar = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, ur = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, cr = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, mr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, pr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, dr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, yr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, fr = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, br = { textStyle: { color: "#eeeeee" } }, hr = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, gr = { lineStyle: { color: "#eeeeee", width: 1 }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: 0.5 }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: 0.5 }, label: { color: "#eeeeee" } } }, xr = { color: ["#bf444c", "#d88273", "#f6efa6"] }, vr = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, kr = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, _r = {
|
|
706
769
|
color: Us,
|
|
707
770
|
backgroundColor: Xs,
|
|
708
771
|
textStyle: Ys,
|
|
@@ -724,8 +787,8 @@ const Gs = /* @__PURE__ */ xe(Ds, [["render", Fs]]), Hs = ["position", "rotation
|
|
|
724
787
|
categoryAxis: mr,
|
|
725
788
|
valueAxis: pr,
|
|
726
789
|
logAxis: dr,
|
|
727
|
-
timeAxis:
|
|
728
|
-
toolbox:
|
|
790
|
+
timeAxis: yr,
|
|
791
|
+
toolbox: fr,
|
|
729
792
|
legend: br,
|
|
730
793
|
tooltip: hr,
|
|
731
794
|
timeline: gr,
|
|
@@ -782,7 +845,7 @@ const Qr = /* @__PURE__ */ $({
|
|
|
782
845
|
outer: { type: Boolean }
|
|
783
846
|
},
|
|
784
847
|
setup(t) {
|
|
785
|
-
const e = t, i = $e(), o = We(), l = pe(), s = de(), { width: a, minWidth: p, maxWidth: d, height:
|
|
848
|
+
const e = t, i = $e(), o = We(), l = pe(), s = de(), { width: a, minWidth: p, maxWidth: d, height: f, minHeight: m, maxHeight: u, applySize: c } = ge(e), { applyTitle: y } = mo(e), { applyXAxis: h } = po(e), { applyYAxis: g } = yo(e), { applyLegend: x } = uo(e), { applySeries: w } = co(e), C = k(() => {
|
|
786
849
|
const S = {}, D = s.value.type;
|
|
787
850
|
return l === "page" ? D === "common" ? c(S) : console.assert(!1) : l === "comp" && D === "common" ? c(S) : console.assert(!1), S;
|
|
788
851
|
}), M = Xi("chart");
|
|
@@ -795,7 +858,7 @@ const Qr = /* @__PURE__ */ $({
|
|
|
795
858
|
W?.resize();
|
|
796
859
|
}, E = () => {
|
|
797
860
|
const S = {};
|
|
798
|
-
|
|
861
|
+
y(S), h(S), g(S), x(S), w(S), W?.setOption(S, !0);
|
|
799
862
|
};
|
|
800
863
|
return Yi(async () => {
|
|
801
864
|
window.addEventListener("resize", R, !1), await qi(() => !!M.value), F(), E();
|
|
@@ -808,7 +871,7 @@ const Qr = /* @__PURE__ */ $({
|
|
|
808
871
|
a,
|
|
809
872
|
p,
|
|
810
873
|
d,
|
|
811
|
-
|
|
874
|
+
f,
|
|
812
875
|
m,
|
|
813
876
|
u
|
|
814
877
|
],
|
|
@@ -835,7 +898,7 @@ const Qr = /* @__PURE__ */ $({
|
|
|
835
898
|
outer: { type: Boolean }
|
|
836
899
|
},
|
|
837
900
|
setup(t) {
|
|
838
|
-
const e = t, i = $e(), o = We(), l = pe(), s = de(), { width: a, minWidth: p, maxWidth: d, height:
|
|
901
|
+
const e = t, i = $e(), o = We(), l = pe(), s = de(), { width: a, minWidth: p, maxWidth: d, height: f, minHeight: m, maxHeight: u, applySize: c } = ge(e), { applyTitle: y } = mo(e), { applyXAxis: h } = po(e), { applyYAxis: g } = yo(e), { applyLegend: x } = uo(e), { applySeries: w } = co(e), C = k(() => {
|
|
839
902
|
const S = {}, D = s.value.type;
|
|
840
903
|
return l === "page" ? D === "common" ? c(S) : console.assert(!1) : l === "comp" && D === "common" ? c(S) : console.assert(!1), S;
|
|
841
904
|
}), M = Xi("chart");
|
|
@@ -848,7 +911,7 @@ const Qr = /* @__PURE__ */ $({
|
|
|
848
911
|
W?.resize();
|
|
849
912
|
}, E = () => {
|
|
850
913
|
const S = {};
|
|
851
|
-
|
|
914
|
+
y(S), h(S), g(S), x(S), w(S), W?.setOption(S, !0);
|
|
852
915
|
};
|
|
853
916
|
return Yi(async () => {
|
|
854
917
|
window.addEventListener("resize", R, !1), await qi(() => !!M.value), F(), E();
|
|
@@ -861,7 +924,7 @@ const Qr = /* @__PURE__ */ $({
|
|
|
861
924
|
a,
|
|
862
925
|
p,
|
|
863
926
|
d,
|
|
864
|
-
|
|
927
|
+
f,
|
|
865
928
|
m,
|
|
866
929
|
u
|
|
867
930
|
],
|
|
@@ -881,14 +944,14 @@ const Qr = /* @__PURE__ */ $({
|
|
|
881
944
|
style: Q(C.value)
|
|
882
945
|
}, null, 4));
|
|
883
946
|
}
|
|
884
|
-
}),
|
|
947
|
+
}), ye = /* @__PURE__ */ $({
|
|
885
948
|
__name: "index",
|
|
886
949
|
props: {
|
|
887
950
|
refContext: {},
|
|
888
951
|
state: {}
|
|
889
952
|
},
|
|
890
953
|
setup(t) {
|
|
891
|
-
const { t: e } =
|
|
954
|
+
const { t: e } = ys(), i = t, o = de(), l = sc(), s = ce(-1), a = ce();
|
|
892
955
|
gc(a), ue(() => {
|
|
893
956
|
if (!i.refContext.refid) {
|
|
894
957
|
s.value = -1, a.value = void 0;
|
|
@@ -902,26 +965,26 @@ const Qr = /* @__PURE__ */ $({
|
|
|
902
965
|
s.value !== c.dataSeq && (s.value = c.dataSeq, a.value = B(c.data));
|
|
903
966
|
});
|
|
904
967
|
function p(c) {
|
|
905
|
-
const
|
|
968
|
+
const y = $o[o.value.version].refKey, h = Te[y];
|
|
906
969
|
return h ? ae(h.comp, {
|
|
907
970
|
refContext: {
|
|
908
971
|
parent: i.refContext,
|
|
909
972
|
refid: c.ref.comp
|
|
910
973
|
},
|
|
911
974
|
node: c
|
|
912
|
-
}) : (console.assert(!1, `ref element not found key=${
|
|
975
|
+
}) : (console.assert(!1, `ref element not found key=${y}`), ae("div", `ref element not found key=${y}`));
|
|
913
976
|
}
|
|
914
977
|
function d(c) {
|
|
915
|
-
const
|
|
916
|
-
if (!
|
|
978
|
+
const y = Te[c.basic.key];
|
|
979
|
+
if (!y)
|
|
917
980
|
return console.assert(!1, `element not found key=${c.basic.key}`), ae("div", `element not found key=${c.basic.key}`);
|
|
918
981
|
const h = [];
|
|
919
|
-
return
|
|
920
|
-
const x =
|
|
982
|
+
return y.leaf || c.children?.forEach((g) => {
|
|
983
|
+
const x = f(g);
|
|
921
984
|
h.push(x);
|
|
922
|
-
}), ae(
|
|
985
|
+
}), ae(y.comp, { node: c }, { default: () => h });
|
|
923
986
|
}
|
|
924
|
-
function
|
|
987
|
+
function f(c) {
|
|
925
988
|
return c.ref ? p(c) : d(c);
|
|
926
989
|
}
|
|
927
990
|
function m() {
|
|
@@ -940,14 +1003,14 @@ const Qr = /* @__PURE__ */ $({
|
|
|
940
1003
|
return a.value === void 0 ? ae("div") : ae("div", e("x-runtime-lib.compNotAvail"));
|
|
941
1004
|
const c = a.value.type;
|
|
942
1005
|
if (c === "common") {
|
|
943
|
-
const
|
|
1006
|
+
const y = [];
|
|
944
1007
|
return a.value.view.nodes.forEach((h) => {
|
|
945
|
-
|
|
946
|
-
}),
|
|
1008
|
+
y.push(f(h));
|
|
1009
|
+
}), y;
|
|
947
1010
|
} else
|
|
948
1011
|
return console.assert(!1, `invalid subtype=${c}`), ae("div", `invalid subtype=${c}`);
|
|
949
1012
|
};
|
|
950
|
-
return (c,
|
|
1013
|
+
return (c, y) => (v(), V(u));
|
|
951
1014
|
}
|
|
952
1015
|
}), tl = /* @__PURE__ */ $({
|
|
953
1016
|
__name: "index",
|
|
@@ -956,10 +1019,18 @@ const Qr = /* @__PURE__ */ $({
|
|
|
956
1019
|
outer: { type: Boolean }
|
|
957
1020
|
},
|
|
958
1021
|
setup(t) {
|
|
959
|
-
const e = t, {
|
|
1022
|
+
const e = t, { property: i } = r(e, ["settings", "content"]), { property: o } = r(e, ["settings", "dot"]), { theme: l } = N(), { property: s } = r(e, [
|
|
1023
|
+
"settings",
|
|
1024
|
+
"offset",
|
|
1025
|
+
"x"
|
|
1026
|
+
]), { property: a } = r(e, [
|
|
1027
|
+
"settings",
|
|
1028
|
+
"offset",
|
|
1029
|
+
"y"
|
|
1030
|
+
]);
|
|
960
1031
|
return (p, d) => {
|
|
961
|
-
const
|
|
962
|
-
return v(), V(
|
|
1032
|
+
const f = z("v-badge");
|
|
1033
|
+
return v(), V(f, {
|
|
963
1034
|
content: n(i),
|
|
964
1035
|
dot: n(o),
|
|
965
1036
|
"offset-x": n(s),
|
|
@@ -980,15 +1051,21 @@ const Qr = /* @__PURE__ */ $({
|
|
|
980
1051
|
outer: { type: Boolean }
|
|
981
1052
|
},
|
|
982
1053
|
setup(t) {
|
|
983
|
-
const e = t, i = G(), o = Ee(), {
|
|
1054
|
+
const e = t, i = G(), o = Ee(), { property: l } = r(e, [
|
|
984
1055
|
"settings",
|
|
985
1056
|
"addIcon",
|
|
986
1057
|
"append"
|
|
987
|
-
]), {
|
|
1058
|
+
]), { property: s } = r(e, ["settings", "block"]), { property: a } = r(e, ["settings", "color"]), { color: p } = K(a), { property: d } = r(e, ["settings", "density"]), { property: f } = r(e, [
|
|
1059
|
+
"settings",
|
|
1060
|
+
"disabled"
|
|
1061
|
+
]), { property: m } = r(e, ["size", "height"]), { property: u } = r(e, ["settings", "loading"]), { property: c } = r(e, ["size", "maxHeight"]), { property: y } = r(e, ["size", "maxWidth"]), { property: h } = r(e, ["size", "minHeight"]), { property: g } = r(e, ["size", "minWidth"]), { property: x } = r(e, [
|
|
988
1062
|
"settings",
|
|
989
1063
|
"addIcon",
|
|
990
1064
|
"prepend"
|
|
991
|
-
]), {
|
|
1065
|
+
]), { property: w } = r(e, [
|
|
1066
|
+
"settings",
|
|
1067
|
+
"readonly"
|
|
1068
|
+
]), { property: C } = r(e, ["settings", "ripple"]), { property: M } = r(e, ["settings", "size"]), { property: W } = r(e, ["settings", "stacked"]), { property: F } = r(e, ["settings", "text"]), { theme: R } = N(), { property: E } = r(e, ["settings", "variant"]), { property: S } = r(e, ["size", "width"]), D = (J) => {
|
|
992
1069
|
i !== "runtime" && i !== "preview" || (o.setVariable("__pointerPosX__", J.clientX), o.setVariable("__pointerPosY__", J.clientY), o.callFunction("__triggerEventV1__", [
|
|
993
1070
|
Ce("elementEvent", e.node.basic.id, "click")
|
|
994
1071
|
]));
|
|
@@ -1002,11 +1079,11 @@ const Qr = /* @__PURE__ */ $({
|
|
|
1002
1079
|
block: n(s),
|
|
1003
1080
|
color: n(p),
|
|
1004
1081
|
density: n(d),
|
|
1005
|
-
disabled: n(
|
|
1082
|
+
disabled: n(f),
|
|
1006
1083
|
height: n(m),
|
|
1007
1084
|
loading: n(u),
|
|
1008
1085
|
"max-height": n(c),
|
|
1009
|
-
"max-width": n(
|
|
1086
|
+
"max-width": n(y),
|
|
1010
1087
|
"min-height": n(h),
|
|
1011
1088
|
"min-width": n(g),
|
|
1012
1089
|
"prepend-icon": n(x),
|
|
@@ -1042,8 +1119,20 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1042
1119
|
outer: { type: Boolean }
|
|
1043
1120
|
},
|
|
1044
1121
|
setup(t) {
|
|
1045
|
-
const e = t, {
|
|
1046
|
-
|
|
1122
|
+
const e = t, { property: i } = r(e, ["settings", "block"]), { property: o } = r(e, [
|
|
1123
|
+
"settings",
|
|
1124
|
+
"disabled"
|
|
1125
|
+
]), { property: l } = r(e, ["settings", "divided"]), { property: s } = r(e, [
|
|
1126
|
+
"settings",
|
|
1127
|
+
"mandatory"
|
|
1128
|
+
]), { property: a } = r(e, [
|
|
1129
|
+
"settings",
|
|
1130
|
+
"multiple"
|
|
1131
|
+
]), { property: p } = r(e, [
|
|
1132
|
+
"settings",
|
|
1133
|
+
"readonly"
|
|
1134
|
+
]), { property: d } = r(e, ["settings", "size"]), { property: f } = r(e, ["settings", "stacked"]), { theme: m } = N(), { property: u } = r(e, ["settings", "tile"]), { property: c } = r(e, ["settings", "variant"]);
|
|
1135
|
+
return (y, h) => {
|
|
1047
1136
|
const g = z("v-btn-toggle");
|
|
1048
1137
|
return v(), V(g, {
|
|
1049
1138
|
block: n(i),
|
|
@@ -1053,13 +1142,13 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1053
1142
|
multiple: n(a),
|
|
1054
1143
|
readonly: n(p),
|
|
1055
1144
|
size: n(d),
|
|
1056
|
-
stacked: n(
|
|
1145
|
+
stacked: n(f),
|
|
1057
1146
|
theme: n(m),
|
|
1058
1147
|
tile: n(u),
|
|
1059
1148
|
variant: n(c)
|
|
1060
1149
|
}, {
|
|
1061
1150
|
default: I(() => [
|
|
1062
|
-
L(
|
|
1151
|
+
L(y.$slots, "default")
|
|
1063
1152
|
]),
|
|
1064
1153
|
_: 3
|
|
1065
1154
|
}, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
|
|
@@ -1072,7 +1161,13 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1072
1161
|
outer: { type: Boolean }
|
|
1073
1162
|
},
|
|
1074
1163
|
setup(t) {
|
|
1075
|
-
const e = t, {
|
|
1164
|
+
const e = t, { property: i } = r(e, ["settings", "density"]), { property: o } = r(e, [
|
|
1165
|
+
"settings",
|
|
1166
|
+
"disabled"
|
|
1167
|
+
]), { property: l } = r(e, ["size", "height"]), { property: s } = r(e, ["settings", "hover"]), { property: a } = r(e, ["settings", "loading"]), { property: p } = r(e, ["size", "maxHeight"]), { property: d } = r(e, ["size", "maxWidth"]), { property: f } = r(e, ["size", "minHeight"]), { property: m } = r(e, ["size", "minWidth"]), { property: u } = r(e, [
|
|
1168
|
+
"settings",
|
|
1169
|
+
"subtitle"
|
|
1170
|
+
]), { property: c } = r(e, ["settings", "text"]), { theme: y } = N(), { property: h } = r(e, ["settings", "title"]), { property: g } = r(e, ["settings", "variant"]), { property: x } = r(e, ["size", "width"]);
|
|
1076
1171
|
return (w, C) => {
|
|
1077
1172
|
const M = z("v-card");
|
|
1078
1173
|
return v(), V(M, {
|
|
@@ -1083,11 +1178,11 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1083
1178
|
loading: n(a),
|
|
1084
1179
|
"max-height": n(p),
|
|
1085
1180
|
"max-width": n(d),
|
|
1086
|
-
"min-height": n(
|
|
1181
|
+
"min-height": n(f),
|
|
1087
1182
|
"min-width": n(m),
|
|
1088
1183
|
subtitle: n(u),
|
|
1089
1184
|
text: n(c),
|
|
1090
|
-
theme: n(
|
|
1185
|
+
theme: n(y),
|
|
1091
1186
|
title: n(h),
|
|
1092
1187
|
variant: n(g),
|
|
1093
1188
|
width: n(x)
|
|
@@ -1106,7 +1201,13 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1106
1201
|
outer: { type: Boolean }
|
|
1107
1202
|
},
|
|
1108
1203
|
setup(t) {
|
|
1109
|
-
const e = t, {
|
|
1204
|
+
const e = t, { property: i } = r(e, [
|
|
1205
|
+
"settings",
|
|
1206
|
+
"disabled"
|
|
1207
|
+
]), { property: o } = r(e, [
|
|
1208
|
+
"settings",
|
|
1209
|
+
"readonly"
|
|
1210
|
+
]);
|
|
1110
1211
|
return (l, s) => {
|
|
1111
1212
|
const a = z("v-checkbox");
|
|
1112
1213
|
return v(), V(a, {
|
|
@@ -1122,7 +1223,16 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1122
1223
|
outer: { type: Boolean }
|
|
1123
1224
|
},
|
|
1124
1225
|
setup(t) {
|
|
1125
|
-
const e = t, {
|
|
1226
|
+
const e = t, { property: i } = r(e, [
|
|
1227
|
+
"settings",
|
|
1228
|
+
"closable"
|
|
1229
|
+
]), { property: o } = r(e, ["settings", "color"]), { color: l } = K(o), { property: s } = r(e, ["settings", "density"]), { property: a } = r(e, [
|
|
1230
|
+
"settings",
|
|
1231
|
+
"disabled"
|
|
1232
|
+
]), { property: p } = r(e, [
|
|
1233
|
+
"settings",
|
|
1234
|
+
"draggable"
|
|
1235
|
+
]), { property: d } = r(e, ["settings", "filter"]), { property: f } = r(e, ["settings", "label"]), { property: m } = r(e, ["settings", "size"]), { property: u } = r(e, ["settings", "text"]), { theme: c } = N(), { property: y } = r(e, ["settings", "tile"]), { property: h } = r(e, ["settings", "value"]), { property: g } = r(e, ["settings", "variant"]);
|
|
1126
1236
|
return (x, w) => {
|
|
1127
1237
|
const C = z("v-chip");
|
|
1128
1238
|
return v(), V(C, {
|
|
@@ -1132,11 +1242,11 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1132
1242
|
disabled: n(a),
|
|
1133
1243
|
draggable: n(p),
|
|
1134
1244
|
filter: n(d),
|
|
1135
|
-
label: n(
|
|
1245
|
+
label: n(f),
|
|
1136
1246
|
size: n(m),
|
|
1137
1247
|
text: n(u),
|
|
1138
1248
|
theme: n(c),
|
|
1139
|
-
tile: n(
|
|
1249
|
+
tile: n(y),
|
|
1140
1250
|
value: n(h),
|
|
1141
1251
|
variant: n(g)
|
|
1142
1252
|
}, null, 8, ["closable", "color", "density", "disabled", "draggable", "filter", "label", "size", "text", "theme", "tile", "value", "variant"]);
|
|
@@ -1149,13 +1259,25 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1149
1259
|
outer: { type: Boolean }
|
|
1150
1260
|
},
|
|
1151
1261
|
setup(t) {
|
|
1152
|
-
const e = t, {
|
|
1262
|
+
const e = t, { property: i } = r(e, ["settings", "column"]), { property: o } = r(e, [
|
|
1263
|
+
"settings",
|
|
1264
|
+
"direction"
|
|
1265
|
+
]), { property: l } = r(e, [
|
|
1266
|
+
"settings",
|
|
1267
|
+
"disabled"
|
|
1268
|
+
]), { property: s } = r(e, ["settings", "filter"]), { property: a } = r(e, [
|
|
1269
|
+
"settings",
|
|
1270
|
+
"mandatory"
|
|
1271
|
+
]), { property: p } = r(e, [
|
|
1272
|
+
"settings",
|
|
1273
|
+
"multiple"
|
|
1274
|
+
]), { property: d } = r(e, [
|
|
1153
1275
|
"settings",
|
|
1154
1276
|
"showArrows"
|
|
1155
|
-
]), { theme:
|
|
1277
|
+
]), { theme: f } = N(), { property: m } = r(e, ["settings", "value"]);
|
|
1156
1278
|
return (u, c) => {
|
|
1157
|
-
const
|
|
1158
|
-
return v(), V(
|
|
1279
|
+
const y = z("v-chip-group");
|
|
1280
|
+
return v(), V(y, {
|
|
1159
1281
|
modelValue: n(m),
|
|
1160
1282
|
"onUpdate:modelValue": c[0] || (c[0] = (h) => O(m) ? m.value = h : null),
|
|
1161
1283
|
column: n(i),
|
|
@@ -1165,7 +1287,7 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1165
1287
|
mandatory: n(a),
|
|
1166
1288
|
multiple: n(p),
|
|
1167
1289
|
"show-arrows": n(d),
|
|
1168
|
-
theme: n(
|
|
1290
|
+
theme: n(f)
|
|
1169
1291
|
}, {
|
|
1170
1292
|
default: I(() => [
|
|
1171
1293
|
L(u.$slots, "default")
|
|
@@ -1184,34 +1306,40 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1184
1306
|
const e = t, i = pe(), o = de(), { applySize: l } = ge(e), s = k(() => {
|
|
1185
1307
|
const h = {}, g = o.value.type;
|
|
1186
1308
|
return i === "page" ? g === "common" ? l(h) : console.assert(!1) : i === "comp" && g === "common" ? l(h) : console.assert(!1), h;
|
|
1187
|
-
}), {
|
|
1309
|
+
}), { property: a } = r(e, [
|
|
1310
|
+
"settings",
|
|
1311
|
+
"disabled"
|
|
1312
|
+
]), { property: p } = r(e, [
|
|
1188
1313
|
"settings",
|
|
1189
1314
|
"hideCanvas"
|
|
1190
|
-
]), {
|
|
1315
|
+
]), { property: d } = r(e, [
|
|
1191
1316
|
"settings",
|
|
1192
1317
|
"hideHeader"
|
|
1193
|
-
]), {
|
|
1318
|
+
]), { property: f } = r(e, [
|
|
1194
1319
|
"settings",
|
|
1195
1320
|
"hideInputs"
|
|
1196
|
-
]), {
|
|
1321
|
+
]), { property: m } = r(e, [
|
|
1197
1322
|
"settings",
|
|
1198
1323
|
"hideSliders"
|
|
1199
|
-
]), {
|
|
1324
|
+
]), { property: u } = r(e, [
|
|
1325
|
+
"settings",
|
|
1326
|
+
"landscape"
|
|
1327
|
+
]), { property: c } = r(e, [
|
|
1200
1328
|
"settings",
|
|
1201
1329
|
"showSwatches"
|
|
1202
|
-
]), { theme:
|
|
1330
|
+
]), { theme: y } = N();
|
|
1203
1331
|
return (h, g) => {
|
|
1204
1332
|
const x = z("v-color-picker");
|
|
1205
1333
|
return v(), V(x, {
|
|
1206
1334
|
disabled: n(a),
|
|
1207
1335
|
"hide-canvas": n(p),
|
|
1208
1336
|
"hide-header": n(d),
|
|
1209
|
-
"hide-inputs": n(
|
|
1337
|
+
"hide-inputs": n(f),
|
|
1210
1338
|
"hide-sliders": n(m),
|
|
1211
1339
|
landscape: n(u),
|
|
1212
1340
|
"show-swatches": n(c),
|
|
1213
1341
|
style: Q(s.value),
|
|
1214
|
-
theme: n(
|
|
1342
|
+
theme: n(y)
|
|
1215
1343
|
}, null, 8, ["disabled", "hide-canvas", "hide-header", "hide-inputs", "hide-sliders", "landscape", "show-swatches", "style", "theme"]);
|
|
1216
1344
|
};
|
|
1217
1345
|
}
|
|
@@ -1222,17 +1350,20 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1222
1350
|
outer: { type: Boolean }
|
|
1223
1351
|
},
|
|
1224
1352
|
setup(t) {
|
|
1225
|
-
const e = t, {
|
|
1353
|
+
const e = t, { property: i } = r(e, [
|
|
1226
1354
|
"settings",
|
|
1227
1355
|
"hideDetails"
|
|
1228
|
-
]), {
|
|
1356
|
+
]), { property: o } = r(e, ["settings", "label"]), { property: l } = r(e, [
|
|
1229
1357
|
"settings",
|
|
1230
1358
|
"placeholder"
|
|
1231
|
-
]), {
|
|
1359
|
+
]), { property: s } = r(e, [
|
|
1360
|
+
"settings",
|
|
1361
|
+
"readonly"
|
|
1362
|
+
]), { property: a } = r(e, [
|
|
1232
1363
|
"settings",
|
|
1233
1364
|
"singleLine"
|
|
1234
|
-
]), { theme: p } = N(), {
|
|
1235
|
-
return (
|
|
1365
|
+
]), { theme: p } = N(), { property: d } = r(e, ["settings", "value"]);
|
|
1366
|
+
return (f, m) => {
|
|
1236
1367
|
const u = z("v-combobox");
|
|
1237
1368
|
return v(), V(n(Z), null, {
|
|
1238
1369
|
default: I(() => [
|
|
@@ -1258,12 +1389,12 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1258
1389
|
outer: { type: Boolean }
|
|
1259
1390
|
},
|
|
1260
1391
|
setup(t) {
|
|
1261
|
-
const e = t, i = pe(), o = de(), {
|
|
1392
|
+
const e = t, i = pe(), o = de(), { property: l } = r(e, [
|
|
1262
1393
|
"settings",
|
|
1263
1394
|
"backgroundColor"
|
|
1264
|
-
]), { color: s } = K(l), { applySize: a } = ge(e), { applyMargin: p } = Wn(e), { applyPadding: d } = En(e), { applyBorder:
|
|
1395
|
+
]), { color: s } = K(l), { applySize: a } = ge(e), { applyMargin: p } = Wn(e), { applyPadding: d } = En(e), { applyBorder: f } = Bn(e), m = k(() => {
|
|
1265
1396
|
const u = {}, c = o.value.type;
|
|
1266
|
-
return i === "page" ? c === "common" ? (a(u), p(u), d(u),
|
|
1397
|
+
return i === "page" ? c === "common" ? (a(u), p(u), d(u), f(u), s.value && (u.backgroundColor = s.value)) : console.assert(!1) : i === "comp" && c === "common" ? (a(u), p(u), d(u), f(u), s.value && (u.backgroundColor = s.value)) : console.assert(!1), u;
|
|
1267
1398
|
});
|
|
1268
1399
|
return (u, c) => (v(), Y("div", {
|
|
1269
1400
|
style: Q(m.value)
|
|
@@ -1271,20 +1402,27 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1271
1402
|
L(u.$slots, "default")
|
|
1272
1403
|
], 4));
|
|
1273
1404
|
}
|
|
1274
|
-
}),
|
|
1405
|
+
}), yl = /* @__PURE__ */ $({
|
|
1275
1406
|
__name: "index",
|
|
1276
1407
|
props: {
|
|
1277
1408
|
node: {},
|
|
1278
1409
|
outer: { type: Boolean }
|
|
1279
1410
|
},
|
|
1280
1411
|
setup(t) {
|
|
1281
|
-
const e = t, {
|
|
1412
|
+
const e = t, { property: i } = r(e, ["settings", "density"]), { property: o } = r(e, [
|
|
1282
1413
|
"settings",
|
|
1283
1414
|
"fixedFooter"
|
|
1284
|
-
]), {
|
|
1415
|
+
]), { property: l } = r(e, [
|
|
1285
1416
|
"settings",
|
|
1286
1417
|
"fixedHeader"
|
|
1287
|
-
]), {
|
|
1418
|
+
]), { property: s } = r(e, ["settings", "headers"]), { property: a } = r(e, ["size", "height"]), { property: p } = r(e, ["settings", "hover"]), { property: d } = r(
|
|
1419
|
+
e,
|
|
1420
|
+
["settings", "data"],
|
|
1421
|
+
!0
|
|
1422
|
+
), { property: f } = r(e, ["settings", "loading"]), { property: m } = r(e, [
|
|
1423
|
+
"settings",
|
|
1424
|
+
"multiSort"
|
|
1425
|
+
]), { theme: u } = N(), { property: c } = r(e, ["size", "width"]), y = k(() => {
|
|
1288
1426
|
const h = [];
|
|
1289
1427
|
return (e.node.slots?.items ?? []).forEach((x) => {
|
|
1290
1428
|
x.column && x.comp && h.push(x);
|
|
@@ -1300,15 +1438,15 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1300
1438
|
height: n(a),
|
|
1301
1439
|
hover: n(p),
|
|
1302
1440
|
items: n(d),
|
|
1303
|
-
loading: n(
|
|
1441
|
+
loading: n(f),
|
|
1304
1442
|
"multi-sort": n(m),
|
|
1305
1443
|
theme: n(u),
|
|
1306
1444
|
width: n(c)
|
|
1307
1445
|
}, Pn({ _: 2 }, [
|
|
1308
|
-
Mo(
|
|
1446
|
+
Mo(y.value, (w) => ({
|
|
1309
1447
|
name: `item.${w.column}`,
|
|
1310
1448
|
fn: I(({ value: C }) => [
|
|
1311
|
-
H(n(
|
|
1449
|
+
H(n(ye), {
|
|
1312
1450
|
"ref-context": { refid: w.comp },
|
|
1313
1451
|
state: { value: C }
|
|
1314
1452
|
}, null, 8, ["ref-context", "state"])
|
|
@@ -1317,12 +1455,12 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1317
1455
|
]), 1032, ["density", "fixed-footer", "fixed-header", "headers", "height", "hover", "items", "loading", "multi-sort", "theme", "width"]);
|
|
1318
1456
|
};
|
|
1319
1457
|
}
|
|
1320
|
-
}),
|
|
1458
|
+
}), fl = {};
|
|
1321
1459
|
function bl(t, e) {
|
|
1322
1460
|
const i = z("v-date-picker");
|
|
1323
1461
|
return v(), V(i);
|
|
1324
1462
|
}
|
|
1325
|
-
const hl = /* @__PURE__ */ xe(
|
|
1463
|
+
const hl = /* @__PURE__ */ xe(fl, [["render", bl]]), gl = ["id"], xl = /* @__PURE__ */ $({
|
|
1326
1464
|
__name: "index",
|
|
1327
1465
|
props: {
|
|
1328
1466
|
node: {},
|
|
@@ -1330,14 +1468,14 @@ const hl = /* @__PURE__ */ xe(yl, [["render", bl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1330
1468
|
},
|
|
1331
1469
|
setup(t) {
|
|
1332
1470
|
const e = t, i = G(), o = Ee(), l = k(() => e.node.basic?.id), { open: s } = eo(`runtimeDlg/${Zi()}`);
|
|
1333
|
-
return
|
|
1471
|
+
return fo(o, e, (p) => {
|
|
1334
1472
|
if (i !== "runtime" && i !== "preview")
|
|
1335
1473
|
return;
|
|
1336
1474
|
const { name: d } = p;
|
|
1337
1475
|
d === "open" ? s.value = !0 : d === "close" && (s.value = !1);
|
|
1338
1476
|
}), (p, d) => {
|
|
1339
|
-
const
|
|
1340
|
-
return v(), V(
|
|
1477
|
+
const f = z("v-dialog");
|
|
1478
|
+
return v(), V(f, {
|
|
1341
1479
|
modelValue: n(s),
|
|
1342
1480
|
"onUpdate:modelValue": d[0] || (d[0] = (m) => O(s) ? s.value = m : null),
|
|
1343
1481
|
attach: "#dialogContainer"
|
|
@@ -1362,11 +1500,23 @@ const hl = /* @__PURE__ */ xe(yl, [["render", bl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1362
1500
|
outer: { type: Boolean }
|
|
1363
1501
|
},
|
|
1364
1502
|
setup(t) {
|
|
1365
|
-
const e = t, {
|
|
1503
|
+
const e = t, { property: i } = r(e, ["settings", "chips"]), { property: o } = r(e, ["settings", "density"]), { property: l } = r(e, [
|
|
1504
|
+
"settings",
|
|
1505
|
+
"direction"
|
|
1506
|
+
]), { property: s } = r(e, [
|
|
1507
|
+
"settings",
|
|
1508
|
+
"disabled"
|
|
1509
|
+
]), { property: a } = r(e, ["settings", "label"]), { property: p } = r(e, ["settings", "loading"]), { property: d } = r(e, [
|
|
1510
|
+
"settings",
|
|
1511
|
+
"multiple"
|
|
1512
|
+
]), { property: f } = r(e, [
|
|
1513
|
+
"settings",
|
|
1514
|
+
"readonly"
|
|
1515
|
+
]), { property: m } = r(e, ["settings", "reverse"]), { property: u } = r(e, [
|
|
1366
1516
|
"settings",
|
|
1367
1517
|
"singleLine"
|
|
1368
1518
|
]);
|
|
1369
|
-
return (c,
|
|
1519
|
+
return (c, y) => {
|
|
1370
1520
|
const h = z("v-file-input");
|
|
1371
1521
|
return v(), V(h, {
|
|
1372
1522
|
chips: n(i),
|
|
@@ -1376,7 +1526,7 @@ const hl = /* @__PURE__ */ xe(yl, [["render", bl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1376
1526
|
label: n(a),
|
|
1377
1527
|
loading: n(p),
|
|
1378
1528
|
multiple: n(d),
|
|
1379
|
-
readonly: n(
|
|
1529
|
+
readonly: n(f),
|
|
1380
1530
|
reverse: n(m),
|
|
1381
1531
|
"single-line": n(u)
|
|
1382
1532
|
}, null, 8, ["chips", "density", "direction", "disabled", "label", "loading", "multiple", "readonly", "reverse", "single-line"]);
|
|
@@ -1389,27 +1539,27 @@ const hl = /* @__PURE__ */ xe(yl, [["render", bl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1389
1539
|
outer: { type: Boolean }
|
|
1390
1540
|
},
|
|
1391
1541
|
setup(t) {
|
|
1392
|
-
const e = t, i = $e(), o = pe(), l = de(), { applySize: s } = ge(e), { applyMargin: a } = Wn(e), { applyPadding: p } = En(e), { applyBorder: d } = Bn(e), {
|
|
1542
|
+
const e = t, i = $e(), o = pe(), l = de(), { applySize: s } = ge(e), { applyMargin: a } = Wn(e), { applyPadding: p } = En(e), { applyBorder: d } = Bn(e), { property: f } = r(e, [
|
|
1393
1543
|
"settings",
|
|
1394
1544
|
"backgroundColor"
|
|
1395
|
-
]), { color: m } = K(
|
|
1396
|
-
m.value && (
|
|
1545
|
+
]), { color: m } = K(f), u = (y) => {
|
|
1546
|
+
m.value && (y.backgroundColor = m.value), y.display = "flex";
|
|
1397
1547
|
const h = Re(i.value.width), g = Ie(h, e.node.settings?.direction);
|
|
1398
|
-
g === "row" ?
|
|
1548
|
+
g === "row" ? y.flexDirection = "row" : g === "rowReverse" ? y.flexDirection = "row-reverse" : g === "column" ? y.flexDirection = "column" : g === "columnReverse" && (y.flexDirection = "column-reverse");
|
|
1399
1549
|
const x = Ie(h, e.node.settings?.wrap);
|
|
1400
|
-
x === "no" ?
|
|
1550
|
+
x === "no" ? y.flexWrap = "nowrap" : x === "yes" ? y.flexWrap = "wrap" : x === "reverse" && (y.flexWrap = "wrap-reverse");
|
|
1401
1551
|
const w = Ie(h, e.node.settings?.mainAlign);
|
|
1402
|
-
w === "start" ?
|
|
1552
|
+
w === "start" ? y.justifyContent = "flex-start" : w === "end" ? y.justifyContent = "flex-end" : w === "center" ? y.justifyContent = "center" : w === "spaceBetween" ? y.justifyContent = "space-between" : w === "spaceAround" ? y.justifyContent = "space-around" : w === "spaceEvenly" && (y.justifyContent = "space-evenly");
|
|
1403
1553
|
const C = Ie(h, e.node.settings?.crossAlign);
|
|
1404
|
-
C === "start" ?
|
|
1554
|
+
C === "start" ? y.alignItems = "flex-start" : C === "end" ? y.alignItems = "flex-end" : C === "center" ? y.alignItems = "center" : C === "baseline" ? y.alignItems = "baseline" : C === "stretch" && (y.alignItems = "stretch");
|
|
1405
1555
|
}, c = k(() => {
|
|
1406
|
-
const
|
|
1407
|
-
return o === "page" ? h === "common" ? (s(
|
|
1556
|
+
const y = {}, h = l.value.type;
|
|
1557
|
+
return o === "page" ? h === "common" ? (s(y), a(y), p(y), d(y), u(y)) : console.assert(!1) : o === "comp" && h === "common" ? (s(y), a(y), p(y), d(y), u(y)) : console.assert(!1), y;
|
|
1408
1558
|
});
|
|
1409
|
-
return (
|
|
1559
|
+
return (y, h) => (v(), Y("div", {
|
|
1410
1560
|
style: Q(c.value)
|
|
1411
1561
|
}, [
|
|
1412
|
-
L(
|
|
1562
|
+
L(y.$slots, "default")
|
|
1413
1563
|
], 4));
|
|
1414
1564
|
}
|
|
1415
1565
|
}), _l = /* @__PURE__ */ $({
|
|
@@ -1419,11 +1569,11 @@ const hl = /* @__PURE__ */ xe(yl, [["render", bl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1419
1569
|
outer: { type: Boolean }
|
|
1420
1570
|
},
|
|
1421
1571
|
setup(t) {
|
|
1422
|
-
const e = t, i = pe(), o = de(), { applySize: l } = ge(e), {
|
|
1423
|
-
const d = {},
|
|
1424
|
-
return i === "page" ?
|
|
1572
|
+
const e = t, i = pe(), o = de(), { applySize: l } = ge(e), { property: s } = r(e, ["settings", "grow"]), { property: a } = r(e, ["settings", "shrink"]), p = k(() => {
|
|
1573
|
+
const d = {}, f = o.value.type;
|
|
1574
|
+
return i === "page" ? f === "common" ? (l(d), d.flexGrow = s.value ? 1 : 0, d.flexShrink = a.value ? 1 : 0) : console.assert(!1) : i === "comp" && f === "common" ? (l(d), d.flexGrow = s.value ? 1 : 0, d.flexShrink = a.value ? 1 : 0) : console.assert(!1), d;
|
|
1425
1575
|
});
|
|
1426
|
-
return (d,
|
|
1576
|
+
return (d, f) => (v(), Y("div", {
|
|
1427
1577
|
style: Q(p.value)
|
|
1428
1578
|
}, [
|
|
1429
1579
|
L(d.$slots, "default")
|
|
@@ -1436,12 +1586,15 @@ const hl = /* @__PURE__ */ xe(yl, [["render", bl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1436
1586
|
outer: { type: Boolean }
|
|
1437
1587
|
},
|
|
1438
1588
|
setup(t) {
|
|
1439
|
-
const e = t, i = G(), o = pe(), l = de(), s = Ee(), {
|
|
1589
|
+
const e = t, i = G(), o = pe(), l = de(), s = Ee(), { property: a } = r(e, ["settings", "valid"]), { property: p } = r(e, [
|
|
1590
|
+
"settings",
|
|
1591
|
+
"fastFail"
|
|
1592
|
+
]), { property: d } = r(e, [
|
|
1440
1593
|
"settings",
|
|
1441
1594
|
"backgroundColor"
|
|
1442
|
-
]), { color:
|
|
1595
|
+
]), { color: f } = K(d), { applySize: m } = ge(e), { applyMargin: u } = Wn(e), { applyPadding: c } = En(e), { applyBorder: y } = Bn(e), h = k(() => {
|
|
1443
1596
|
const x = {}, w = l.value.type;
|
|
1444
|
-
return o === "page" ? w === "common" ? (m(x), u(x), c(x),
|
|
1597
|
+
return o === "page" ? w === "common" ? (m(x), u(x), c(x), y(x), f.value && (x.backgroundColor = f.value)) : console.assert(!1) : o === "comp" && w === "common" ? (m(x), u(x), c(x), y(x), f.value && (x.backgroundColor = f.value)) : console.assert(!1), x;
|
|
1445
1598
|
}), g = () => {
|
|
1446
1599
|
i !== "runtime" && i !== "preview" || s.callFunction("__triggerEventV1__", [
|
|
1447
1600
|
Ce("elementEvent", e.node.basic.id, "submit")
|
|
@@ -1470,8 +1623,11 @@ const hl = /* @__PURE__ */ xe(yl, [["render", bl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1470
1623
|
outer: { type: Boolean }
|
|
1471
1624
|
},
|
|
1472
1625
|
setup(t) {
|
|
1473
|
-
const e = t, {
|
|
1474
|
-
|
|
1626
|
+
const e = t, { property: i } = r(e, ["settings", "color"]), { color: o } = K(i), { property: l } = r(e, [
|
|
1627
|
+
"settings",
|
|
1628
|
+
"disabled"
|
|
1629
|
+
]), { property: s } = r(e, ["settings", "icon"]), { property: a } = r(e, ["settings", "size"]), { theme: p } = N();
|
|
1630
|
+
return (d, f) => {
|
|
1475
1631
|
const m = z("v-icon");
|
|
1476
1632
|
return v(), V(m, {
|
|
1477
1633
|
color: n(o),
|
|
@@ -1490,7 +1646,7 @@ const hl = /* @__PURE__ */ xe(yl, [["render", bl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1490
1646
|
},
|
|
1491
1647
|
setup(t) {
|
|
1492
1648
|
const e = t, i = G(), o = Ee(), l = ce(0), s = ce(0), a = k(() => [l.value, s.value]), p = k(() => e.node.basic?.id), { open: d } = eo(`runtimeMenu/${Zi()}`);
|
|
1493
|
-
return
|
|
1649
|
+
return fo(o, e, (m) => {
|
|
1494
1650
|
if (i !== "runtime" && i !== "preview")
|
|
1495
1651
|
return;
|
|
1496
1652
|
const { name: u } = m;
|
|
@@ -1499,7 +1655,7 @@ const hl = /* @__PURE__ */ xe(yl, [["render", bl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1499
1655
|
const c = z("v-menu");
|
|
1500
1656
|
return v(), V(c, {
|
|
1501
1657
|
modelValue: n(d),
|
|
1502
|
-
"onUpdate:modelValue": u[0] || (u[0] = (
|
|
1658
|
+
"onUpdate:modelValue": u[0] || (u[0] = (y) => O(d) ? d.value = y : null),
|
|
1503
1659
|
attach: "menuContainer",
|
|
1504
1660
|
"location-strategy": "connected",
|
|
1505
1661
|
scrim: "transparent",
|
|
@@ -1525,32 +1681,41 @@ const hl = /* @__PURE__ */ xe(yl, [["render", bl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1525
1681
|
outer: { type: Boolean }
|
|
1526
1682
|
},
|
|
1527
1683
|
setup(t) {
|
|
1528
|
-
const e = t, {
|
|
1684
|
+
const e = t, { property: i } = r(e, [
|
|
1529
1685
|
"settings",
|
|
1530
1686
|
"addIcon",
|
|
1531
1687
|
"append"
|
|
1532
|
-
]), {
|
|
1688
|
+
]), { property: o } = r(e, [
|
|
1533
1689
|
"settings",
|
|
1534
1690
|
"addIcon",
|
|
1535
1691
|
"appendInner"
|
|
1536
|
-
]), {
|
|
1692
|
+
]), { property: l } = r(e, [
|
|
1693
|
+
"settings",
|
|
1694
|
+
"clearable"
|
|
1695
|
+
]), { property: s } = r(e, [
|
|
1537
1696
|
"settings",
|
|
1538
1697
|
"hideDetails"
|
|
1539
|
-
]), {
|
|
1698
|
+
]), { property: a } = r(e, ["settings", "label"]), { property: p } = r(e, ["settings", "loading"]), { property: d } = r(e, ["settings", "max"]), { property: f } = r(e, ["size", "maxWidth"]), { property: m } = r(e, ["settings", "min"]), { property: u } = r(e, ["size", "minWidth"]), { property: c } = r(e, [
|
|
1540
1699
|
"settings",
|
|
1541
1700
|
"placeholder"
|
|
1542
|
-
]), {
|
|
1701
|
+
]), { property: y } = r(e, [
|
|
1702
|
+
"settings",
|
|
1703
|
+
"precision"
|
|
1704
|
+
]), { property: h } = r(e, ["settings", "prefix"]), { property: g } = r(e, [
|
|
1543
1705
|
"settings",
|
|
1544
1706
|
"addIcon",
|
|
1545
1707
|
"prepend"
|
|
1546
|
-
]), {
|
|
1708
|
+
]), { property: x } = r(e, [
|
|
1547
1709
|
"settings",
|
|
1548
1710
|
"addIcon",
|
|
1549
1711
|
"prependInner"
|
|
1550
|
-
]), {
|
|
1712
|
+
]), { property: w } = r(e, [
|
|
1713
|
+
"settings",
|
|
1714
|
+
"readonly"
|
|
1715
|
+
]), { property: C } = r(e, ["settings", "reverse"]), { property: M } = r(e, [
|
|
1551
1716
|
"settings",
|
|
1552
1717
|
"singleLine"
|
|
1553
|
-
]), {
|
|
1718
|
+
]), { property: W } = r(e, ["settings", "step"]), { property: F } = r(e, ["settings", "suffix"]), { theme: R } = N(), { property: E } = r(e, ["settings", "value"]), { property: S } = r(e, ["settings", "variant"]), { property: D } = r(e, ["size", "width"]);
|
|
1554
1719
|
return (J, te) => {
|
|
1555
1720
|
const re = z("v-number-input");
|
|
1556
1721
|
return v(), V(n(Z), null, {
|
|
@@ -1565,11 +1730,11 @@ const hl = /* @__PURE__ */ xe(yl, [["render", bl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1565
1730
|
label: n(a),
|
|
1566
1731
|
loading: n(p),
|
|
1567
1732
|
max: n(d),
|
|
1568
|
-
"max-width": n(
|
|
1733
|
+
"max-width": n(f),
|
|
1569
1734
|
min: n(m),
|
|
1570
1735
|
"min-width": n(u),
|
|
1571
1736
|
placeholder: n(c),
|
|
1572
|
-
precision: n(
|
|
1737
|
+
precision: n(y),
|
|
1573
1738
|
prefix: n(h),
|
|
1574
1739
|
"prepend-icon": n(g),
|
|
1575
1740
|
"prepend-inner-icon": n(x),
|
|
@@ -1594,10 +1759,13 @@ const hl = /* @__PURE__ */ xe(yl, [["render", bl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1594
1759
|
outer: { type: Boolean }
|
|
1595
1760
|
},
|
|
1596
1761
|
setup(t) {
|
|
1597
|
-
const e = t, i = G(), {
|
|
1762
|
+
const e = t, i = G(), { property: o } = r(e, ["settings", "density"]), { property: l } = r(e, [
|
|
1763
|
+
"settings",
|
|
1764
|
+
"disabled"
|
|
1765
|
+
]), { property: s } = r(e, ["settings", "length"]), { property: a } = r(e, [
|
|
1598
1766
|
"settings",
|
|
1599
1767
|
"showFirstLastPage"
|
|
1600
|
-
]), {
|
|
1768
|
+
]), { property: p } = r(e, ["settings", "size"]), { property: d } = r(e, ["settings", "start"]), { theme: f } = N(), { property: m } = r(e, ["settings", "tile"]), { property: u } = r(e, ["settings", "value"]), { property: c } = r(e, ["settings", "variant"]), y = k(() => {
|
|
1601
1769
|
const h = {};
|
|
1602
1770
|
return i === "editor" && (h.pointerEvents = "none"), h;
|
|
1603
1771
|
});
|
|
@@ -1614,8 +1782,8 @@ const hl = /* @__PURE__ */ xe(yl, [["render", bl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1614
1782
|
"show-first-last-page": n(a),
|
|
1615
1783
|
size: n(p),
|
|
1616
1784
|
start: n(d),
|
|
1617
|
-
style: Q(
|
|
1618
|
-
theme: n(
|
|
1785
|
+
style: Q(y.value),
|
|
1786
|
+
theme: n(f),
|
|
1619
1787
|
tile: n(m),
|
|
1620
1788
|
variant: n(c)
|
|
1621
1789
|
}, null, 8, ["modelValue", "density", "disabled", "length", "show-first-last-page", "size", "start", "style", "theme", "tile", "variant"])
|
|
@@ -1631,7 +1799,13 @@ const hl = /* @__PURE__ */ xe(yl, [["render", bl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1631
1799
|
outer: { type: Boolean }
|
|
1632
1800
|
},
|
|
1633
1801
|
setup(t) {
|
|
1634
|
-
const e = t, {
|
|
1802
|
+
const e = t, { property: i } = r(e, ["settings", "color"]), { color: o } = K(i), { property: l } = r(e, ["settings", "density"]), { property: s } = r(e, [
|
|
1803
|
+
"settings",
|
|
1804
|
+
"disabled"
|
|
1805
|
+
]), { property: a } = r(e, ["settings", "label"]), { property: p } = r(e, [
|
|
1806
|
+
"settings",
|
|
1807
|
+
"readonly"
|
|
1808
|
+
]), { theme: d } = N(), { property: f } = r(e, ["settings", "value"]);
|
|
1635
1809
|
return (m, u) => {
|
|
1636
1810
|
const c = z("v-radio");
|
|
1637
1811
|
return v(), V(c, {
|
|
@@ -1641,7 +1815,7 @@ const hl = /* @__PURE__ */ xe(yl, [["render", bl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1641
1815
|
label: n(a),
|
|
1642
1816
|
readonly: n(p),
|
|
1643
1817
|
theme: n(d),
|
|
1644
|
-
value: n(
|
|
1818
|
+
value: n(f)
|
|
1645
1819
|
}, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
|
|
1646
1820
|
};
|
|
1647
1821
|
}
|
|
@@ -1652,8 +1826,17 @@ const hl = /* @__PURE__ */ xe(yl, [["render", bl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1652
1826
|
outer: { type: Boolean }
|
|
1653
1827
|
},
|
|
1654
1828
|
setup(t) {
|
|
1655
|
-
const e = t, {
|
|
1656
|
-
|
|
1829
|
+
const e = t, { property: i } = r(e, ["settings", "density"]), { property: o } = r(e, [
|
|
1830
|
+
"settings",
|
|
1831
|
+
"direction"
|
|
1832
|
+
]), { property: l } = r(e, [
|
|
1833
|
+
"settings",
|
|
1834
|
+
"disabled"
|
|
1835
|
+
]), { property: s } = r(e, ["settings", "inline"]), { property: a } = r(e, [
|
|
1836
|
+
"settings",
|
|
1837
|
+
"readonly"
|
|
1838
|
+
]), { theme: p } = N(), { property: d } = r(e, ["settings", "value"]);
|
|
1839
|
+
return (f, m) => {
|
|
1657
1840
|
const u = z("v-radio-group");
|
|
1658
1841
|
return v(), V(n(Z), null, {
|
|
1659
1842
|
default: I(() => [
|
|
@@ -1668,7 +1851,7 @@ const hl = /* @__PURE__ */ xe(yl, [["render", bl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1668
1851
|
theme: n(p)
|
|
1669
1852
|
}, {
|
|
1670
1853
|
default: I(() => [
|
|
1671
|
-
L(
|
|
1854
|
+
L(f.$slots, "default")
|
|
1672
1855
|
]),
|
|
1673
1856
|
_: 3
|
|
1674
1857
|
}, 8, ["modelValue", "density", "direction", "disabled", "inline", "readonly", "theme"])
|
|
@@ -1684,10 +1867,19 @@ const hl = /* @__PURE__ */ xe(yl, [["render", bl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1684
1867
|
outer: { type: Boolean }
|
|
1685
1868
|
},
|
|
1686
1869
|
setup(t) {
|
|
1687
|
-
const e = t, {
|
|
1870
|
+
const e = t, { property: i } = r(e, ["settings", "density"]), { property: o } = r(e, [
|
|
1871
|
+
"settings",
|
|
1872
|
+
"direction"
|
|
1873
|
+
]), { property: l } = r(e, [
|
|
1874
|
+
"settings",
|
|
1875
|
+
"disabled"
|
|
1876
|
+
]), { property: s } = r(e, [
|
|
1688
1877
|
"settings",
|
|
1689
1878
|
"hideDetails"
|
|
1690
|
-
]), {
|
|
1879
|
+
]), { property: a } = r(e, ["settings", "label"]), { property: p } = r(e, ["settings", "max"]), { property: d } = r(e, ["settings", "min"]), { property: f } = r(e, [
|
|
1880
|
+
"settings",
|
|
1881
|
+
"readonly"
|
|
1882
|
+
]), { property: m } = r(e, [
|
|
1691
1883
|
"settings",
|
|
1692
1884
|
"showTicks"
|
|
1693
1885
|
]), u = k(() => {
|
|
@@ -1695,7 +1887,7 @@ const hl = /* @__PURE__ */ xe(yl, [["render", bl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1695
1887
|
return "always";
|
|
1696
1888
|
if (m.value === "show")
|
|
1697
1889
|
return !0;
|
|
1698
|
-
}), {
|
|
1890
|
+
}), { property: c } = r(e, ["settings", "step"]), { theme: y } = N(), { property: h } = r(e, [
|
|
1699
1891
|
"settings",
|
|
1700
1892
|
"thumbLabel"
|
|
1701
1893
|
]), g = k(() => {
|
|
@@ -1703,7 +1895,10 @@ const hl = /* @__PURE__ */ xe(yl, [["render", bl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1703
1895
|
return "always";
|
|
1704
1896
|
if (h.value === "show")
|
|
1705
1897
|
return !0;
|
|
1706
|
-
}), {
|
|
1898
|
+
}), { property: x } = r(e, [
|
|
1899
|
+
"settings",
|
|
1900
|
+
"thumbSize"
|
|
1901
|
+
]), { property: w } = r(e, ["settings", "ticks"]), C = k(() => {
|
|
1707
1902
|
if (!w.value)
|
|
1708
1903
|
return;
|
|
1709
1904
|
const E = {};
|
|
@@ -1711,11 +1906,14 @@ const hl = /* @__PURE__ */ xe(yl, [["render", bl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1711
1906
|
E[S] = D;
|
|
1712
1907
|
if (!ro(E))
|
|
1713
1908
|
return E;
|
|
1714
|
-
}), {
|
|
1909
|
+
}), { property: M } = r(e, [
|
|
1910
|
+
"settings",
|
|
1911
|
+
"tickSize"
|
|
1912
|
+
]), { property: W } = r(e, [
|
|
1715
1913
|
"settings",
|
|
1716
1914
|
"value",
|
|
1717
1915
|
"start"
|
|
1718
|
-
]), {
|
|
1916
|
+
]), { property: F } = r(e, [
|
|
1719
1917
|
"settings",
|
|
1720
1918
|
"value",
|
|
1721
1919
|
"end"
|
|
@@ -1742,10 +1940,10 @@ const hl = /* @__PURE__ */ xe(yl, [["render", bl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1742
1940
|
label: n(a),
|
|
1743
1941
|
max: n(p),
|
|
1744
1942
|
min: n(d),
|
|
1745
|
-
readonly: n(
|
|
1943
|
+
readonly: n(f),
|
|
1746
1944
|
"show-ticks": u.value,
|
|
1747
1945
|
step: n(c),
|
|
1748
|
-
theme: n(
|
|
1946
|
+
theme: n(y),
|
|
1749
1947
|
"thumb-label": g.value,
|
|
1750
1948
|
"thumb-size": n(x),
|
|
1751
1949
|
"tick-size": n(M),
|
|
@@ -1763,15 +1961,24 @@ const hl = /* @__PURE__ */ xe(yl, [["render", bl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1763
1961
|
outer: { type: Boolean }
|
|
1764
1962
|
},
|
|
1765
1963
|
setup(t) {
|
|
1766
|
-
const e = t, {
|
|
1964
|
+
const e = t, { property: i } = r(e, [
|
|
1965
|
+
"settings",
|
|
1966
|
+
"clearable"
|
|
1967
|
+
]), { property: o } = r(e, ["settings", "density"]), { property: l } = r(e, [
|
|
1968
|
+
"settings",
|
|
1969
|
+
"disabled"
|
|
1970
|
+
]), { property: s } = r(e, [
|
|
1767
1971
|
"settings",
|
|
1768
1972
|
"halfIncrements"
|
|
1769
|
-
]), {
|
|
1973
|
+
]), { property: a } = r(e, ["settings", "hover"]), { property: p } = r(e, ["settings", "length"]), { property: d } = r(e, [
|
|
1974
|
+
"settings",
|
|
1975
|
+
"readonly"
|
|
1976
|
+
]), { theme: f } = N(), { property: m } = r(e, ["settings", "value"]);
|
|
1770
1977
|
return (u, c) => {
|
|
1771
|
-
const
|
|
1978
|
+
const y = z("v-rating");
|
|
1772
1979
|
return v(), V(n(Z), { "fit-content": !0 }, {
|
|
1773
1980
|
default: I(() => [
|
|
1774
|
-
H(
|
|
1981
|
+
H(y, {
|
|
1775
1982
|
modelValue: n(m),
|
|
1776
1983
|
"onUpdate:modelValue": c[0] || (c[0] = (h) => O(m) ? m.value = h : null),
|
|
1777
1984
|
clearable: n(i),
|
|
@@ -1781,7 +1988,7 @@ const hl = /* @__PURE__ */ xe(yl, [["render", bl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1781
1988
|
hover: n(a),
|
|
1782
1989
|
length: n(p),
|
|
1783
1990
|
readonly: n(d),
|
|
1784
|
-
theme: n(
|
|
1991
|
+
theme: n(f)
|
|
1785
1992
|
}, null, 8, ["modelValue", "clearable", "density", "disabled", "half-increments", "hover", "length", "readonly", "theme"])
|
|
1786
1993
|
]),
|
|
1787
1994
|
_: 1
|
|
@@ -1795,17 +2002,20 @@ const hl = /* @__PURE__ */ xe(yl, [["render", bl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1795
2002
|
outer: { type: Boolean }
|
|
1796
2003
|
},
|
|
1797
2004
|
setup(t) {
|
|
1798
|
-
const e = t, {
|
|
2005
|
+
const e = t, { property: i } = r(e, [
|
|
1799
2006
|
"settings",
|
|
1800
2007
|
"hideDetails"
|
|
1801
|
-
]), {
|
|
2008
|
+
]), { property: o } = r(e, ["settings", "label"]), { property: l } = r(e, [
|
|
1802
2009
|
"settings",
|
|
1803
2010
|
"placeholder"
|
|
1804
|
-
]), {
|
|
2011
|
+
]), { property: s } = r(e, [
|
|
2012
|
+
"settings",
|
|
2013
|
+
"readonly"
|
|
2014
|
+
]), { property: a } = r(e, [
|
|
1805
2015
|
"settings",
|
|
1806
2016
|
"singleLine"
|
|
1807
|
-
]), { theme: p } = N(), {
|
|
1808
|
-
return (
|
|
2017
|
+
]), { theme: p } = N(), { property: d } = r(e, ["settings", "value"]);
|
|
2018
|
+
return (f, m) => {
|
|
1809
2019
|
const u = z("v-select");
|
|
1810
2020
|
return v(), V(n(Z), null, {
|
|
1811
2021
|
default: I(() => [
|
|
@@ -1831,21 +2041,30 @@ const hl = /* @__PURE__ */ xe(yl, [["render", bl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1831
2041
|
outer: { type: Boolean }
|
|
1832
2042
|
},
|
|
1833
2043
|
setup(t) {
|
|
1834
|
-
const e = t, {
|
|
2044
|
+
const e = t, { property: i } = r(e, ["settings", "color"]), { color: o } = K(i), { property: l } = r(e, [
|
|
2045
|
+
"settings",
|
|
2046
|
+
"direction"
|
|
2047
|
+
]), { property: s } = r(e, [
|
|
2048
|
+
"settings",
|
|
2049
|
+
"disabled"
|
|
2050
|
+
]), { property: a } = r(e, [
|
|
1835
2051
|
"settings",
|
|
1836
2052
|
"hideDetails"
|
|
1837
|
-
]), {
|
|
2053
|
+
]), { property: p } = r(e, ["settings", "label"]), { property: d } = r(e, ["settings", "max"]), { property: f } = r(e, ["settings", "min"]), { property: m } = r(e, [
|
|
2054
|
+
"settings",
|
|
2055
|
+
"readonly"
|
|
2056
|
+
]), { property: u } = r(e, ["settings", "reverse"]), { property: c } = r(e, [
|
|
1838
2057
|
"settings",
|
|
1839
2058
|
"showTicks"
|
|
1840
|
-
]),
|
|
2059
|
+
]), y = k(() => {
|
|
1841
2060
|
if (c.value === "always")
|
|
1842
2061
|
return "always";
|
|
1843
2062
|
if (c.value === "show")
|
|
1844
2063
|
return !0;
|
|
1845
|
-
}), {
|
|
2064
|
+
}), { property: h } = r(e, ["settings", "step"]), { theme: g } = N(), { property: x } = r(e, [
|
|
1846
2065
|
"settings",
|
|
1847
2066
|
"thumbColor"
|
|
1848
|
-
]), { color: w } = K(x), {
|
|
2067
|
+
]), { color: w } = K(x), { property: C } = r(e, [
|
|
1849
2068
|
"settings",
|
|
1850
2069
|
"thumbLabel"
|
|
1851
2070
|
]), M = k(() => {
|
|
@@ -1853,7 +2072,10 @@ const hl = /* @__PURE__ */ xe(yl, [["render", bl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1853
2072
|
return "always";
|
|
1854
2073
|
if (C.value === "show")
|
|
1855
2074
|
return !0;
|
|
1856
|
-
}), {
|
|
2075
|
+
}), { property: W } = r(e, [
|
|
2076
|
+
"settings",
|
|
2077
|
+
"thumbSize"
|
|
2078
|
+
]), { property: F } = r(e, ["settings", "ticks"]), R = k(() => {
|
|
1857
2079
|
if (!F.value)
|
|
1858
2080
|
return;
|
|
1859
2081
|
const le = {};
|
|
@@ -1861,10 +2083,16 @@ const hl = /* @__PURE__ */ xe(yl, [["render", bl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1861
2083
|
le[Ne] = Ut;
|
|
1862
2084
|
if (!ro(le))
|
|
1863
2085
|
return le;
|
|
1864
|
-
}), {
|
|
2086
|
+
}), { property: E } = r(e, [
|
|
2087
|
+
"settings",
|
|
2088
|
+
"tickSize"
|
|
2089
|
+
]), { property: S } = r(e, [
|
|
1865
2090
|
"settings",
|
|
1866
2091
|
"trackColor"
|
|
1867
|
-
]), { color: D } = K(S), {
|
|
2092
|
+
]), { color: D } = K(S), { property: J } = r(e, ["settings", "value"]), { property: te } = r(e, ["slots", "append"]), { property: re } = r(e, [
|
|
2093
|
+
"slots",
|
|
2094
|
+
"prepend"
|
|
2095
|
+
]);
|
|
1868
2096
|
return (le, Ne) => {
|
|
1869
2097
|
const Ut = z("v-slider");
|
|
1870
2098
|
return v(), V(n(Z), null, {
|
|
@@ -1878,10 +2106,10 @@ const hl = /* @__PURE__ */ xe(yl, [["render", bl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1878
2106
|
"hide-details": n(a),
|
|
1879
2107
|
label: n(p),
|
|
1880
2108
|
max: n(d),
|
|
1881
|
-
min: n(
|
|
2109
|
+
min: n(f),
|
|
1882
2110
|
readonly: n(m),
|
|
1883
2111
|
reverse: n(u),
|
|
1884
|
-
"show-ticks":
|
|
2112
|
+
"show-ticks": y.value,
|
|
1885
2113
|
step: n(h),
|
|
1886
2114
|
theme: n(g),
|
|
1887
2115
|
"thumb-color": n(w),
|
|
@@ -1894,7 +2122,7 @@ const hl = /* @__PURE__ */ xe(yl, [["render", bl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1894
2122
|
n(te) ? {
|
|
1895
2123
|
name: "append",
|
|
1896
2124
|
fn: I(() => [
|
|
1897
|
-
H(n(
|
|
2125
|
+
H(n(ye), {
|
|
1898
2126
|
"ref-context": { refid: n(te) },
|
|
1899
2127
|
state: {}
|
|
1900
2128
|
}, null, 8, ["ref-context"])
|
|
@@ -1904,7 +2132,7 @@ const hl = /* @__PURE__ */ xe(yl, [["render", bl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1904
2132
|
n(re) ? {
|
|
1905
2133
|
name: "prepend",
|
|
1906
2134
|
fn: I(() => [
|
|
1907
|
-
H(n(
|
|
2135
|
+
H(n(ye), {
|
|
1908
2136
|
"ref-context": { refid: n(re) },
|
|
1909
2137
|
state: {}
|
|
1910
2138
|
}, null, 8, ["ref-context"])
|
|
@@ -1924,10 +2152,10 @@ const hl = /* @__PURE__ */ xe(yl, [["render", bl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1924
2152
|
outer: { type: Boolean }
|
|
1925
2153
|
},
|
|
1926
2154
|
setup(t) {
|
|
1927
|
-
const e = t, {
|
|
2155
|
+
const e = t, { property: i } = r(e, [
|
|
1928
2156
|
"settings",
|
|
1929
2157
|
"hideActions"
|
|
1930
|
-
]), { theme: o } = N(), {
|
|
2158
|
+
]), { theme: o } = N(), { property: l } = r(e, ["settings", "value"]);
|
|
1931
2159
|
return (s, a) => {
|
|
1932
2160
|
const p = z("v-stepper");
|
|
1933
2161
|
return v(), V(p, {
|
|
@@ -1960,7 +2188,7 @@ const Ml = /* @__PURE__ */ xe(El, [["render", Nl]]), Rl = /* @__PURE__ */ $({
|
|
|
1960
2188
|
outer: { type: Boolean }
|
|
1961
2189
|
},
|
|
1962
2190
|
setup(t) {
|
|
1963
|
-
const e = t, {
|
|
2191
|
+
const e = t, { property: i } = r(e, ["settings", "value"]);
|
|
1964
2192
|
return (o, l) => {
|
|
1965
2193
|
const s = z("v-stepper-item");
|
|
1966
2194
|
return v(), V(s, { value: n(i) }, {
|
|
@@ -1988,7 +2216,7 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
1988
2216
|
outer: { type: Boolean }
|
|
1989
2217
|
},
|
|
1990
2218
|
setup(t) {
|
|
1991
|
-
const e = t, {
|
|
2219
|
+
const e = t, { property: i } = r(e, ["settings", "value"]);
|
|
1992
2220
|
return (o, l) => {
|
|
1993
2221
|
const s = z("v-stepper-window-item");
|
|
1994
2222
|
return v(), V(s, { value: n(i) }, {
|
|
@@ -2006,14 +2234,20 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2006
2234
|
outer: { type: Boolean }
|
|
2007
2235
|
},
|
|
2008
2236
|
setup(t) {
|
|
2009
|
-
const e = t, {
|
|
2237
|
+
const e = t, { property: i } = r(e, ["settings", "density"]), { property: o } = r(e, [
|
|
2238
|
+
"settings",
|
|
2239
|
+
"direction"
|
|
2240
|
+
]), { property: l } = r(e, [
|
|
2241
|
+
"settings",
|
|
2242
|
+
"disabled"
|
|
2243
|
+
]), { property: s } = r(e, [
|
|
2010
2244
|
"settings",
|
|
2011
2245
|
"hideDetails"
|
|
2012
|
-
]), {
|
|
2246
|
+
]), { property: a } = r(e, [
|
|
2013
2247
|
"settings",
|
|
2014
2248
|
"indeterminate"
|
|
2015
|
-
]), {
|
|
2016
|
-
return (
|
|
2249
|
+
]), { property: p } = r(e, ["settings", "inline"]), { property: d } = r(e, ["settings", "inset"]), { property: f } = r(e, ["settings", "label"]), { property: m } = r(e, ["settings", "loading"]), { theme: u } = N(), { property: c } = r(e, ["settings", "value"]);
|
|
2250
|
+
return (y, h) => {
|
|
2017
2251
|
const g = z("v-switch");
|
|
2018
2252
|
return v(), V(n(Z), { "fit-content": !0 }, {
|
|
2019
2253
|
default: I(() => [
|
|
@@ -2027,7 +2261,7 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2027
2261
|
indeterminate: n(a),
|
|
2028
2262
|
inline: n(p),
|
|
2029
2263
|
inset: n(d),
|
|
2030
|
-
label: n(
|
|
2264
|
+
label: n(f),
|
|
2031
2265
|
loading: n(m),
|
|
2032
2266
|
theme: n(u)
|
|
2033
2267
|
}, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "indeterminate", "inline", "inset", "label", "loading", "theme"])
|
|
@@ -2043,15 +2277,15 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2043
2277
|
outer: { type: Boolean }
|
|
2044
2278
|
},
|
|
2045
2279
|
setup(t) {
|
|
2046
|
-
const e = t, i = G(), {
|
|
2280
|
+
const e = t, i = G(), { property: o } = r(e, ["settings", "text"]), { theme: l } = N(), { property: s } = r(e, ["settings", "value"]), a = k(() => {
|
|
2047
2281
|
const p = {};
|
|
2048
2282
|
return i === "editor" && (p.pointerEvents = "none"), p;
|
|
2049
2283
|
});
|
|
2050
2284
|
return (p, d) => {
|
|
2051
|
-
const
|
|
2285
|
+
const f = z("v-tab");
|
|
2052
2286
|
return v(), V(n(Z), { "fit-content": !0 }, {
|
|
2053
2287
|
default: I(() => [
|
|
2054
|
-
H(
|
|
2288
|
+
H(f, {
|
|
2055
2289
|
style: Q(a.value),
|
|
2056
2290
|
text: n(o),
|
|
2057
2291
|
theme: n(l),
|
|
@@ -2069,28 +2303,43 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2069
2303
|
outer: { type: Boolean }
|
|
2070
2304
|
},
|
|
2071
2305
|
setup(t) {
|
|
2072
|
-
const e = t, {
|
|
2306
|
+
const e = t, { property: i } = r(e, [
|
|
2307
|
+
"settings",
|
|
2308
|
+
"alignTabs"
|
|
2309
|
+
]), { property: o } = r(e, [
|
|
2073
2310
|
"settings",
|
|
2074
2311
|
"color",
|
|
2075
2312
|
"backgroundColor"
|
|
2076
|
-
]), { color: l } = K(o), {
|
|
2313
|
+
]), { color: l } = K(o), { property: s } = r(e, [
|
|
2077
2314
|
"settings",
|
|
2078
2315
|
"centerActive"
|
|
2079
|
-
]), {
|
|
2316
|
+
]), { property: a } = r(e, [
|
|
2080
2317
|
"settings",
|
|
2081
2318
|
"color",
|
|
2082
2319
|
"selectedColor"
|
|
2083
|
-
]), { color: p } = K(a), {
|
|
2320
|
+
]), { color: p } = K(a), { property: d } = r(e, ["settings", "density"]), { property: f } = r(e, [
|
|
2321
|
+
"settings",
|
|
2322
|
+
"direction"
|
|
2323
|
+
]), { property: m } = r(e, [
|
|
2324
|
+
"settings",
|
|
2325
|
+
"disabled"
|
|
2326
|
+
]), { property: u } = r(e, [
|
|
2327
|
+
"settings",
|
|
2328
|
+
"fixedTabs"
|
|
2329
|
+
]), { property: c } = r(e, ["settings", "grow"]), { property: y } = r(e, [
|
|
2084
2330
|
"settings",
|
|
2085
2331
|
"hideSlider"
|
|
2086
|
-
]), {
|
|
2332
|
+
]), { property: h } = r(e, ["settings", "items"]), { property: g } = r(e, [
|
|
2333
|
+
"settings",
|
|
2334
|
+
"mandatory"
|
|
2335
|
+
]), { property: x } = r(e, [
|
|
2087
2336
|
"settings",
|
|
2088
2337
|
"showArrows"
|
|
2089
|
-
]), {
|
|
2338
|
+
]), { property: w } = r(e, [
|
|
2090
2339
|
"settings",
|
|
2091
2340
|
"color",
|
|
2092
2341
|
"sliderColor"
|
|
2093
|
-
]), { color: C } = K(w), {
|
|
2342
|
+
]), { color: C } = K(w), { property: M } = r(e, ["settings", "stacked"]), { theme: W } = N(), { property: F } = r(e, ["settings", "value"]);
|
|
2094
2343
|
return (R, E) => {
|
|
2095
2344
|
const S = z("v-tabs");
|
|
2096
2345
|
return v(), V(S, {
|
|
@@ -2101,11 +2350,11 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2101
2350
|
"center-active": n(s),
|
|
2102
2351
|
color: n(p),
|
|
2103
2352
|
density: n(d),
|
|
2104
|
-
direction: n(
|
|
2353
|
+
direction: n(f),
|
|
2105
2354
|
disabled: n(m),
|
|
2106
2355
|
"fixed-tabs": n(u),
|
|
2107
2356
|
grow: n(c),
|
|
2108
|
-
"hide-slider": n(
|
|
2357
|
+
"hide-slider": n(y),
|
|
2109
2358
|
items: n(h),
|
|
2110
2359
|
mandatory: n(g),
|
|
2111
2360
|
"show-arrows": n(x),
|
|
@@ -2127,15 +2376,18 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2127
2376
|
outer: { type: Boolean }
|
|
2128
2377
|
},
|
|
2129
2378
|
setup(t) {
|
|
2130
|
-
const e = t, i = $e(), {
|
|
2379
|
+
const e = t, i = $e(), { property: o } = r(e, ["settings", "align"]), { property: l } = r(e, [
|
|
2131
2380
|
"settings",
|
|
2132
2381
|
"decoration"
|
|
2133
|
-
]), {
|
|
2382
|
+
]), { property: s } = r(e, [
|
|
2383
|
+
"settings",
|
|
2384
|
+
"emphasis"
|
|
2385
|
+
]), { property: a } = r(e, ["settings", "italic"]), { property: p } = r(e, ["settings", "text"]), { property: d } = r(e, ["settings", "weight"]), f = k(() => {
|
|
2134
2386
|
const m = [], u = Re(i.value.width), c = Ie(u, e.node.settings?.style);
|
|
2135
2387
|
return c && m.push(`text-${c}`), s.value === "high" ? m.push("text-high-emphasis") : s.value === "medium" ? m.push("text-medium-emphasis") : s.value === "disabled" && m.push("text-disabled"), o.value && m.push(`font-${o.value}`), l.value && m.push(`text-decoration-${l.value}`), d.value && m.push(`font-weight-${d.value}`), a.value && m.push("font-italic"), m.join(" ");
|
|
2136
2388
|
});
|
|
2137
2389
|
return (m, u) => (v(), Y("span", {
|
|
2138
|
-
class: Do(
|
|
2390
|
+
class: Do(f.value)
|
|
2139
2391
|
}, Fo(n(p)), 3));
|
|
2140
2392
|
}
|
|
2141
2393
|
}), Xl = /* @__PURE__ */ $({
|
|
@@ -2145,13 +2397,25 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2145
2397
|
outer: { type: Boolean }
|
|
2146
2398
|
},
|
|
2147
2399
|
setup(t) {
|
|
2148
|
-
const e = t, {
|
|
2400
|
+
const e = t, { property: i } = r(e, [
|
|
2401
|
+
"settings",
|
|
2402
|
+
"autoGrow"
|
|
2403
|
+
]), { property: o } = r(e, [
|
|
2404
|
+
"settings",
|
|
2405
|
+
"clearable"
|
|
2406
|
+
]), { property: l } = r(e, ["settings", "density"]), { property: s } = r(e, [
|
|
2407
|
+
"settings",
|
|
2408
|
+
"disabled"
|
|
2409
|
+
]), { property: a } = r(e, ["settings", "label"]), { property: p } = r(e, ["settings", "loading"]), { property: d } = r(e, ["settings", "maxRows"]), { property: f } = r(e, [
|
|
2149
2410
|
"settings",
|
|
2150
2411
|
"placeholder"
|
|
2151
|
-
]), {
|
|
2412
|
+
]), { property: m } = r(e, [
|
|
2413
|
+
"settings",
|
|
2414
|
+
"readonly"
|
|
2415
|
+
]), { property: u } = r(e, ["settings", "reverse"]), { property: c } = r(e, ["settings", "rows"]), { property: y } = r(e, [
|
|
2152
2416
|
"settings",
|
|
2153
2417
|
"singleLine"
|
|
2154
|
-
]), { theme: h } = N(), {
|
|
2418
|
+
]), { theme: h } = N(), { property: g } = r(e, ["settings", "value"]), { property: x } = r(e, ["settings", "variant"]);
|
|
2155
2419
|
return (w, C) => {
|
|
2156
2420
|
const M = z("v-textarea");
|
|
2157
2421
|
return v(), V(n(Z), null, {
|
|
@@ -2166,11 +2430,11 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2166
2430
|
label: n(a),
|
|
2167
2431
|
loading: n(p),
|
|
2168
2432
|
"max-rows": n(d),
|
|
2169
|
-
placeholder: n(
|
|
2433
|
+
placeholder: n(f),
|
|
2170
2434
|
readonly: n(m),
|
|
2171
2435
|
reverse: n(u),
|
|
2172
2436
|
rows: n(c),
|
|
2173
|
-
"single-line": n(
|
|
2437
|
+
"single-line": n(y),
|
|
2174
2438
|
theme: n(h),
|
|
2175
2439
|
variant: n(x)
|
|
2176
2440
|
}, null, 8, ["modelValue", "auto-grow", "clearable", "density", "disabled", "label", "loading", "max-rows", "placeholder", "readonly", "reverse", "rows", "single-line", "theme", "variant"])
|
|
@@ -2186,31 +2450,46 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2186
2450
|
outer: { type: Boolean }
|
|
2187
2451
|
},
|
|
2188
2452
|
setup(t) {
|
|
2189
|
-
const e = t, {
|
|
2453
|
+
const e = t, { property: i } = r(e, [
|
|
2190
2454
|
"settings",
|
|
2191
2455
|
"appendIcon"
|
|
2192
|
-
]), {
|
|
2456
|
+
]), { property: o } = r(e, [
|
|
2193
2457
|
"settings",
|
|
2194
2458
|
"appendInnerIcon"
|
|
2195
|
-
]), {
|
|
2459
|
+
]), { property: l } = r(e, [
|
|
2460
|
+
"settings",
|
|
2461
|
+
"autofocus"
|
|
2462
|
+
]), { property: s } = r(e, [
|
|
2463
|
+
"settings",
|
|
2464
|
+
"clearable"
|
|
2465
|
+
]), { property: a } = r(e, ["settings", "density"]), { property: p } = r(e, [
|
|
2466
|
+
"settings",
|
|
2467
|
+
"disabled"
|
|
2468
|
+
]), { property: d } = r(e, [
|
|
2196
2469
|
"settings",
|
|
2197
2470
|
"hideDetails"
|
|
2198
|
-
]), {
|
|
2471
|
+
]), { property: f } = r(e, ["settings", "label"]), { property: m } = r(e, ["settings", "loading"]), { property: u } = r(e, [
|
|
2199
2472
|
"settings",
|
|
2200
2473
|
"placeholder"
|
|
2201
|
-
]), {
|
|
2474
|
+
]), { property: c } = r(e, ["settings", "prefix"]), { property: y } = r(e, [
|
|
2202
2475
|
"settings",
|
|
2203
2476
|
"prependIcon"
|
|
2204
|
-
]), {
|
|
2477
|
+
]), { property: h } = r(e, [
|
|
2205
2478
|
"settings",
|
|
2206
2479
|
"prependInnerIcon"
|
|
2207
|
-
]), {
|
|
2480
|
+
]), { property: g } = r(e, [
|
|
2481
|
+
"settings",
|
|
2482
|
+
"readonly"
|
|
2483
|
+
]), { property: x } = r(e, ["settings", "reverse"]), { property: w } = r(e, [
|
|
2208
2484
|
"settings",
|
|
2209
2485
|
"singleLine"
|
|
2210
|
-
]), {
|
|
2486
|
+
]), { property: C } = r(e, ["settings", "suffix"]), { theme: M } = N(), { property: W } = r(e, ["settings", "value"]), { property: F } = r(e, ["settings", "variant"]), { property: R } = r(e, ["slots", "append"]), { property: E } = r(e, [
|
|
2211
2487
|
"slots",
|
|
2212
2488
|
"appendInner"
|
|
2213
|
-
]), {
|
|
2489
|
+
]), { property: S } = r(e, [
|
|
2490
|
+
"slots",
|
|
2491
|
+
"prepend"
|
|
2492
|
+
]), { property: D } = r(e, [
|
|
2214
2493
|
"slots",
|
|
2215
2494
|
"prependInner"
|
|
2216
2495
|
]);
|
|
@@ -2228,11 +2507,11 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2228
2507
|
density: n(a),
|
|
2229
2508
|
disabled: n(p),
|
|
2230
2509
|
"hide-details": n(d),
|
|
2231
|
-
label: n(
|
|
2510
|
+
label: n(f),
|
|
2232
2511
|
loading: n(m),
|
|
2233
2512
|
placeholder: n(u),
|
|
2234
2513
|
prefix: n(c),
|
|
2235
|
-
"prepend-icon": n(
|
|
2514
|
+
"prepend-icon": n(y),
|
|
2236
2515
|
"prepend-inner-icon": n(h),
|
|
2237
2516
|
readonly: n(g),
|
|
2238
2517
|
reverse: n(x),
|
|
@@ -2244,7 +2523,7 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2244
2523
|
n(R) ? {
|
|
2245
2524
|
name: "append",
|
|
2246
2525
|
fn: I(() => [
|
|
2247
|
-
H(n(
|
|
2526
|
+
H(n(ye), {
|
|
2248
2527
|
"ref-context": { refid: n(R) },
|
|
2249
2528
|
state: {}
|
|
2250
2529
|
}, null, 8, ["ref-context"])
|
|
@@ -2254,7 +2533,7 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2254
2533
|
n(E) ? {
|
|
2255
2534
|
name: "append-inner",
|
|
2256
2535
|
fn: I(() => [
|
|
2257
|
-
H(n(
|
|
2536
|
+
H(n(ye), {
|
|
2258
2537
|
"ref-context": { refid: n(E) },
|
|
2259
2538
|
state: {}
|
|
2260
2539
|
}, null, 8, ["ref-context"])
|
|
@@ -2264,7 +2543,7 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2264
2543
|
n(S) ? {
|
|
2265
2544
|
name: "prepend",
|
|
2266
2545
|
fn: I(() => [
|
|
2267
|
-
H(n(
|
|
2546
|
+
H(n(ye), {
|
|
2268
2547
|
"ref-context": { refid: n(S) },
|
|
2269
2548
|
state: {}
|
|
2270
2549
|
}, null, 8, ["ref-context"])
|
|
@@ -2274,7 +2553,7 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2274
2553
|
n(D) ? {
|
|
2275
2554
|
name: "prepend-inner",
|
|
2276
2555
|
fn: I(() => [
|
|
2277
|
-
H(n(
|
|
2556
|
+
H(n(ye), {
|
|
2278
2557
|
"ref-context": { refid: n(D) },
|
|
2279
2558
|
state: {}
|
|
2280
2559
|
}, null, 8, ["ref-context"])
|
|
@@ -2294,26 +2573,33 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2294
2573
|
outer: { type: Boolean }
|
|
2295
2574
|
},
|
|
2296
2575
|
setup(t) {
|
|
2297
|
-
const e = t, {
|
|
2576
|
+
const e = t, { property: i } = r(e, ["settings", "align"]), { property: o } = r(e, ["settings", "density"]), { property: l } = r(e, [
|
|
2577
|
+
"settings",
|
|
2578
|
+
"direction"
|
|
2579
|
+
]), { property: s } = r(e, [
|
|
2298
2580
|
"settings",
|
|
2299
2581
|
"dot",
|
|
2300
2582
|
"color"
|
|
2301
|
-
]), { color: a } = K(s), {
|
|
2583
|
+
]), { color: a } = K(s), { property: p } = r(e, [
|
|
2584
|
+
"settings",
|
|
2585
|
+
"dot",
|
|
2586
|
+
"fill"
|
|
2587
|
+
]), { property: d } = r(e, [
|
|
2302
2588
|
"settings",
|
|
2303
2589
|
"hideOpposite"
|
|
2304
|
-
]), {
|
|
2590
|
+
]), { property: f } = r(e, [
|
|
2305
2591
|
"settings",
|
|
2306
2592
|
"line",
|
|
2307
2593
|
"color"
|
|
2308
|
-
]), { color: m } = K(
|
|
2594
|
+
]), { color: m } = K(f), { property: u } = r(e, [
|
|
2309
2595
|
"settings",
|
|
2310
2596
|
"line",
|
|
2311
2597
|
"inset"
|
|
2312
|
-
]), {
|
|
2598
|
+
]), { property: c } = r(e, [
|
|
2313
2599
|
"settings",
|
|
2314
2600
|
"line",
|
|
2315
2601
|
"thickness"
|
|
2316
|
-
]), {
|
|
2602
|
+
]), { property: y } = r(e, ["settings", "side"]), { property: h } = r(e, [
|
|
2317
2603
|
"settings",
|
|
2318
2604
|
"line",
|
|
2319
2605
|
"truncate"
|
|
@@ -2330,7 +2616,7 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2330
2616
|
"line-color": n(m),
|
|
2331
2617
|
"line-inset": n(u),
|
|
2332
2618
|
"line-thickness": n(c),
|
|
2333
|
-
side: n(
|
|
2619
|
+
side: n(y),
|
|
2334
2620
|
theme: n(g),
|
|
2335
2621
|
"truncate-line": n(h)
|
|
2336
2622
|
}, {
|
|
@@ -2358,18 +2644,24 @@ const Ql = /* @__PURE__ */ xe(Zl, [["render", ql]]), ea = /* @__PURE__ */ $({
|
|
|
2358
2644
|
outer: { type: Boolean }
|
|
2359
2645
|
},
|
|
2360
2646
|
setup(t) {
|
|
2361
|
-
const e = t, {
|
|
2647
|
+
const e = t, { property: i } = r(e, [
|
|
2362
2648
|
"settings",
|
|
2363
2649
|
"continuous"
|
|
2364
|
-
]), {
|
|
2650
|
+
]), { property: o } = r(e, [
|
|
2651
|
+
"settings",
|
|
2652
|
+
"disabled"
|
|
2653
|
+
]), { property: l } = r(e, [
|
|
2654
|
+
"settings",
|
|
2655
|
+
"direction"
|
|
2656
|
+
]), { property: s } = r(e, ["settings", "reverse"]), { property: a } = r(e, [
|
|
2365
2657
|
"settings",
|
|
2366
2658
|
"showArrows"
|
|
2367
|
-
]), {
|
|
2659
|
+
]), { property: p } = r(e, ["settings", "touch"]), { theme: d } = N(), { property: f } = r(e, ["settings", "value"]);
|
|
2368
2660
|
return (m, u) => {
|
|
2369
2661
|
const c = z("v-window");
|
|
2370
2662
|
return v(), V(c, {
|
|
2371
|
-
modelValue: n(
|
|
2372
|
-
"onUpdate:modelValue": u[0] || (u[0] = (
|
|
2663
|
+
modelValue: n(f),
|
|
2664
|
+
"onUpdate:modelValue": u[0] || (u[0] = (y) => O(f) ? f.value = y : null),
|
|
2373
2665
|
continuous: n(i),
|
|
2374
2666
|
direction: n(l),
|
|
2375
2667
|
disabled: n(o),
|
|
@@ -2395,7 +2687,7 @@ function na(t, e) {
|
|
|
2395
2687
|
_: 3
|
|
2396
2688
|
});
|
|
2397
2689
|
}
|
|
2398
|
-
const ia = /* @__PURE__ */ xe(ta, [["render", na]]), Ue = "ambient_light_v1", Xe = "badge_v1", Nn = "breadcrumbs_v1", Ye = "bar_chart_v1", Je = "box_geometry_v1", Ze = "btn_v1", qe = "btn_group_v1", Qe = "btn_toggle_v1", et = "card_v1", tt = "checkbox_v1", nt = "chip_v1", it = "chip_group_v1", ot = "color_picker_v1", st = "combobox_v1", rt = "container_v1", lt = "data_table_v1", at = "date_picker_v1", ut = "dialog_v1", ct = "directional_light_v1", mt = "file_input_v1", pt = "flex_layout_v1", bo = "flex_layout_entry_v1", dt = "form_v1", tn = "globality_v1",
|
|
2690
|
+
const ia = /* @__PURE__ */ xe(ta, [["render", na]]), Ue = "ambient_light_v1", Xe = "badge_v1", Nn = "breadcrumbs_v1", Ye = "bar_chart_v1", Je = "box_geometry_v1", Ze = "btn_v1", qe = "btn_group_v1", Qe = "btn_toggle_v1", et = "card_v1", tt = "checkbox_v1", nt = "chip_v1", it = "chip_group_v1", ot = "color_picker_v1", st = "combobox_v1", rt = "container_v1", lt = "data_table_v1", at = "date_picker_v1", ut = "dialog_v1", ct = "directional_light_v1", mt = "file_input_v1", pt = "flex_layout_v1", bo = "flex_layout_entry_v1", dt = "form_v1", tn = "globality_v1", yt = "group_v1", ft = "icon_v1", bt = "keyboard_controls_v1", ht = "line_chart_v1", gt = "map_controls_v1", xt = "menu_v1", vt = "mesh_v1", oa = "mesh_basic_material_v1", Mn = "multiple_ref_v1", kt = "number_input_v1", _t = "orbit_controls_v1", wt = "orthographic_camera_v1", Vt = "pagination_v1", $t = "perspective_camera_v1", It = "point_light_v1", ho = "radio_v1", St = "radio_group_v1", Ct = "range_slider_v1", Tt = "rating_v1", Rn = "render_switch_v1", Pt = "select_v1", De = "single_ref_v1", zt = "slider_v1", At = "sphere_geometry_v1", Lt = "spot_light_v1", Bt = "stepper_v1", go = "stepper_header_v1", xo = "stepper_item_v1", vo = "stepper_window_v1", ko = "stepper_window_item_v1", Wt = "switch_v1", _o = "tab_v1", Dn = "table_v1", Et = "tabs_v1", Nt = "text_v1", Mt = "textarea_v1", Rt = "text_field_v1", Dt = "timeline_v1", wo = "timeline_item_v1", Ft = "window_v1", Vo = "window_item_v1", b = {
|
|
2399
2691
|
key: "basic",
|
|
2400
2692
|
name: "x-runtime-lib.basic",
|
|
2401
2693
|
children: [
|
|
@@ -2990,7 +3282,7 @@ const da = {
|
|
|
2990
3282
|
leaf: !0
|
|
2991
3283
|
};
|
|
2992
3284
|
_(da);
|
|
2993
|
-
function
|
|
3285
|
+
function ya(t, e) {
|
|
2994
3286
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
2995
3287
|
if (!o) {
|
|
2996
3288
|
console.error(`boxGeometryV1/spawn property tag not found, ${i}`);
|
|
@@ -3019,11 +3311,11 @@ function fa(t, e) {
|
|
|
3019
3311
|
z: 1
|
|
3020
3312
|
}
|
|
3021
3313
|
}, s.children = [
|
|
3022
|
-
|
|
3314
|
+
fa(t, e),
|
|
3023
3315
|
ba(t, e)
|
|
3024
3316
|
], s;
|
|
3025
3317
|
}
|
|
3026
|
-
function
|
|
3318
|
+
function fa(t, e) {
|
|
3027
3319
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3028
3320
|
if (!o) {
|
|
3029
3321
|
console.error(
|
|
@@ -3122,7 +3414,7 @@ const Qn = {
|
|
|
3122
3414
|
methods: [],
|
|
3123
3415
|
slots: [],
|
|
3124
3416
|
leaf: !0,
|
|
3125
|
-
spawn:
|
|
3417
|
+
spawn: ya
|
|
3126
3418
|
};
|
|
3127
3419
|
_(nn);
|
|
3128
3420
|
function ha(t, e) {
|
|
@@ -3449,7 +3741,7 @@ const Pe = {
|
|
|
3449
3741
|
};
|
|
3450
3742
|
_(Pe);
|
|
3451
3743
|
const Va = {
|
|
3452
|
-
key:
|
|
3744
|
+
key: yt,
|
|
3453
3745
|
name: "x-runtime-lib.group",
|
|
3454
3746
|
comp: Ks,
|
|
3455
3747
|
properties: {
|
|
@@ -4014,7 +4306,7 @@ const di = {
|
|
|
4014
4306
|
leaf: !0
|
|
4015
4307
|
};
|
|
4016
4308
|
_(La);
|
|
4017
|
-
const Ba = B(j),
|
|
4309
|
+
const Ba = B(j), yi = {
|
|
4018
4310
|
key: "settings",
|
|
4019
4311
|
name: "x-runtime-lib.settings",
|
|
4020
4312
|
children: [
|
|
@@ -4094,8 +4386,8 @@ const Ba = B(j), fi = {
|
|
|
4094
4386
|
name: "x-runtime-lib.chip",
|
|
4095
4387
|
comp: ul,
|
|
4096
4388
|
properties: {
|
|
4097
|
-
pageCommon: [b,
|
|
4098
|
-
compCommon: [b,
|
|
4389
|
+
pageCommon: [b, yi],
|
|
4390
|
+
compCommon: [b, yi]
|
|
4099
4391
|
},
|
|
4100
4392
|
events: [],
|
|
4101
4393
|
methods: [],
|
|
@@ -4138,7 +4430,7 @@ function ve(t, e, i, o) {
|
|
|
4138
4430
|
const p = {};
|
|
4139
4431
|
return P(p, a), p.basic.id = T(16), p.basic.key = an.key, p.settings.value = i, p.settings.text = o, p;
|
|
4140
4432
|
}
|
|
4141
|
-
const
|
|
4433
|
+
const fi = {
|
|
4142
4434
|
key: "settings",
|
|
4143
4435
|
name: "x-runtime-lib.settings",
|
|
4144
4436
|
children: [
|
|
@@ -4197,8 +4489,8 @@ const yi = {
|
|
|
4197
4489
|
name: "x-runtime-lib.chipGroup",
|
|
4198
4490
|
comp: cl,
|
|
4199
4491
|
properties: {
|
|
4200
|
-
pageCommon: [b,
|
|
4201
|
-
compCommon: [b,
|
|
4492
|
+
pageCommon: [b, fi],
|
|
4493
|
+
compCommon: [b, fi]
|
|
4202
4494
|
},
|
|
4203
4495
|
events: [],
|
|
4204
4496
|
methods: [],
|
|
@@ -4456,7 +4748,7 @@ const gi = {
|
|
|
4456
4748
|
}, Ma = {
|
|
4457
4749
|
key: lt,
|
|
4458
4750
|
name: "x-runtime-lib.dataTable",
|
|
4459
|
-
comp:
|
|
4751
|
+
comp: yl,
|
|
4460
4752
|
properties: {
|
|
4461
4753
|
pageCommon: [b, gi, xi, vi],
|
|
4462
4754
|
compCommon: [b, gi, xi, vi]
|
|
@@ -4591,16 +4883,18 @@ function Fa(t, e) {
|
|
|
4591
4883
|
], s;
|
|
4592
4884
|
}
|
|
4593
4885
|
function pn(t, e, i, o, l, s, a, p, d) {
|
|
4594
|
-
const
|
|
4886
|
+
const f = `type=${t} subtype=${e}`, m = A(t, e);
|
|
4595
4887
|
if (!m) {
|
|
4596
4888
|
console.error(
|
|
4597
|
-
`flexLayoutV1/spawnContainer property tag not found, ${
|
|
4889
|
+
`flexLayoutV1/spawnContainer property tag not found, ${f}`
|
|
4598
4890
|
);
|
|
4599
4891
|
return;
|
|
4600
4892
|
}
|
|
4601
4893
|
const u = cn.properties[m];
|
|
4602
4894
|
if (!u) {
|
|
4603
|
-
console.error(
|
|
4895
|
+
console.error(
|
|
4896
|
+
`flexLayoutV1/spawnContainer properties not found, ${f}`
|
|
4897
|
+
);
|
|
4604
4898
|
return;
|
|
4605
4899
|
}
|
|
4606
4900
|
const c = {};
|
|
@@ -4609,7 +4903,9 @@ function pn(t, e, i, o, l, s, a, p, d) {
|
|
|
4609
4903
|
function Ga(t, e) {
|
|
4610
4904
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
4611
4905
|
if (!o) {
|
|
4612
|
-
console.error(
|
|
4906
|
+
console.error(
|
|
4907
|
+
`flexLayoutV1/spawnEntry property tag not found, ${i}`
|
|
4908
|
+
);
|
|
4613
4909
|
return;
|
|
4614
4910
|
}
|
|
4615
4911
|
const l = mn.properties[o];
|
|
@@ -5024,13 +5320,13 @@ function Ha(t, e) {
|
|
|
5024
5320
|
console.error(`formV1/spawn property tag not found, ${i}`);
|
|
5025
5321
|
return;
|
|
5026
5322
|
}
|
|
5027
|
-
const l =
|
|
5323
|
+
const l = yn.properties[o];
|
|
5028
5324
|
if (!l) {
|
|
5029
5325
|
console.error(`formV1/spawn properties not found, ${i}`);
|
|
5030
5326
|
return;
|
|
5031
5327
|
}
|
|
5032
5328
|
const s = {};
|
|
5033
|
-
return P(s, l), s.basic.id = T(16), s.basic.key =
|
|
5329
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = yn.key, s.children = [Ka(t, e)], s;
|
|
5034
5330
|
}
|
|
5035
5331
|
function Ka(t, e) {
|
|
5036
5332
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
@@ -5064,7 +5360,7 @@ const Ii = {
|
|
|
5064
5360
|
default: !1
|
|
5065
5361
|
}
|
|
5066
5362
|
]
|
|
5067
|
-
},
|
|
5363
|
+
}, yn = {
|
|
5068
5364
|
key: dt,
|
|
5069
5365
|
name: "x-runtime-lib.form",
|
|
5070
5366
|
comp: wl,
|
|
@@ -5083,7 +5379,7 @@ const Ii = {
|
|
|
5083
5379
|
slots: [],
|
|
5084
5380
|
spawn: Ha
|
|
5085
5381
|
};
|
|
5086
|
-
_(
|
|
5382
|
+
_(yn);
|
|
5087
5383
|
const ja = B(j), Si = {
|
|
5088
5384
|
key: "settings",
|
|
5089
5385
|
name: "x-runtime-lib.settings",
|
|
@@ -5110,7 +5406,7 @@ const ja = B(j), Si = {
|
|
|
5110
5406
|
ja
|
|
5111
5407
|
]
|
|
5112
5408
|
}, Oa = {
|
|
5113
|
-
key:
|
|
5409
|
+
key: ft,
|
|
5114
5410
|
name: "x-runtime-lib.icon",
|
|
5115
5411
|
comp: Vl,
|
|
5116
5412
|
properties: {
|
|
@@ -5156,13 +5452,13 @@ function Xa(t, e) {
|
|
|
5156
5452
|
console.error(`numberInputV1/spawn property tag not found, ${i}`);
|
|
5157
5453
|
return;
|
|
5158
5454
|
}
|
|
5159
|
-
const l =
|
|
5455
|
+
const l = fn.properties[o];
|
|
5160
5456
|
if (!l) {
|
|
5161
5457
|
console.error(`numberInputV1/spawn properties not found, ${i}`);
|
|
5162
5458
|
return;
|
|
5163
5459
|
}
|
|
5164
5460
|
const s = {};
|
|
5165
|
-
return P(s, l), s.basic.id = T(16), s.basic.key =
|
|
5461
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = fn.key, s.settings.label = "label", s.settings.placeholder = "placeholder", s;
|
|
5166
5462
|
}
|
|
5167
5463
|
const Ci = {
|
|
5168
5464
|
key: "size",
|
|
@@ -5331,7 +5627,7 @@ const Ci = {
|
|
|
5331
5627
|
]
|
|
5332
5628
|
}
|
|
5333
5629
|
]
|
|
5334
|
-
},
|
|
5630
|
+
}, fn = {
|
|
5335
5631
|
key: kt,
|
|
5336
5632
|
name: "x-runtime-lib.numberInput",
|
|
5337
5633
|
comp: Sl,
|
|
@@ -5371,7 +5667,7 @@ const Ci = {
|
|
|
5371
5667
|
leaf: !0,
|
|
5372
5668
|
spawn: Xa
|
|
5373
5669
|
};
|
|
5374
|
-
_(
|
|
5670
|
+
_(fn);
|
|
5375
5671
|
const Pi = {
|
|
5376
5672
|
key: "settings",
|
|
5377
5673
|
name: "x-runtime-lib.settings",
|
|
@@ -5521,7 +5817,9 @@ function Za(t, e) {
|
|
|
5521
5817
|
function Yt(t, e, i, o) {
|
|
5522
5818
|
const l = `type=${t} subtype=${e}`, s = A(t, e);
|
|
5523
5819
|
if (!s) {
|
|
5524
|
-
console.error(
|
|
5820
|
+
console.error(
|
|
5821
|
+
`radioGroupV1/spawnEntry property tag not found, ${l}`
|
|
5822
|
+
);
|
|
5525
5823
|
return;
|
|
5526
5824
|
}
|
|
5527
5825
|
const a = bn.properties[s];
|
|
@@ -6134,12 +6432,16 @@ function ou(t, e) {
|
|
|
6134
6432
|
function Zt(t, e, i, o) {
|
|
6135
6433
|
const l = `type=${t} subtype=${e}`, s = A(t, e);
|
|
6136
6434
|
if (!s) {
|
|
6137
|
-
console.error(
|
|
6435
|
+
console.error(
|
|
6436
|
+
`stepperV1/spawnWindowItem property tag not found, ${l}`
|
|
6437
|
+
);
|
|
6138
6438
|
return;
|
|
6139
6439
|
}
|
|
6140
6440
|
const a = kn.properties[s];
|
|
6141
6441
|
if (!a) {
|
|
6142
|
-
console.error(
|
|
6442
|
+
console.error(
|
|
6443
|
+
`stepperV1/spawnWindowItem properties not found, ${l}`
|
|
6444
|
+
);
|
|
6143
6445
|
return;
|
|
6144
6446
|
}
|
|
6145
6447
|
const p = {};
|
|
@@ -6748,7 +7050,7 @@ const Cn = {
|
|
|
6748
7050
|
slots: []
|
|
6749
7051
|
};
|
|
6750
7052
|
_(Cn);
|
|
6751
|
-
function
|
|
7053
|
+
function yu(t, e) {
|
|
6752
7054
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6753
7055
|
if (!o) {
|
|
6754
7056
|
console.error(`windowV1/spawn property tag not found, ${i}`);
|
|
@@ -6778,12 +7080,14 @@ function en(t, e, i) {
|
|
|
6778
7080
|
return;
|
|
6779
7081
|
}
|
|
6780
7082
|
const a = {};
|
|
6781
|
-
return P(a, s), a.basic.id = T(16), a.basic.key = Cn.key, a.children = [
|
|
7083
|
+
return P(a, s), a.basic.id = T(16), a.basic.key = Cn.key, a.children = [fu(t, e, i)], a;
|
|
6782
7084
|
}
|
|
6783
|
-
function
|
|
7085
|
+
function fu(t, e, i) {
|
|
6784
7086
|
const o = `type=${t} subtype=${e}`, l = A(t, e);
|
|
6785
7087
|
if (!l) {
|
|
6786
|
-
console.error(
|
|
7088
|
+
console.error(
|
|
7089
|
+
`windowV1/spawnFlexLayout property tag not found, ${o}`
|
|
7090
|
+
);
|
|
6787
7091
|
return;
|
|
6788
7092
|
}
|
|
6789
7093
|
const s = Le.properties[l];
|
|
@@ -6867,7 +7171,7 @@ const Oi = {
|
|
|
6867
7171
|
events: [],
|
|
6868
7172
|
methods: [],
|
|
6869
7173
|
slots: [],
|
|
6870
|
-
spawn:
|
|
7174
|
+
spawn: yu
|
|
6871
7175
|
};
|
|
6872
7176
|
_(Tn);
|
|
6873
7177
|
const hu = [
|
|
@@ -7310,7 +7614,7 @@ const hu = [
|
|
|
7310
7614
|
{
|
|
7311
7615
|
key: "imagesAndIcons",
|
|
7312
7616
|
name: "x-runtime-lib.imagesAndIcons",
|
|
7313
|
-
items: [
|
|
7617
|
+
items: [ft]
|
|
7314
7618
|
},
|
|
7315
7619
|
{
|
|
7316
7620
|
key: "pickers",
|
|
@@ -7326,7 +7630,7 @@ const hu = [
|
|
|
7326
7630
|
{
|
|
7327
7631
|
key: "objects",
|
|
7328
7632
|
name: "x-runtime-lib.objects",
|
|
7329
|
-
items: [
|
|
7633
|
+
items: [yt, vt]
|
|
7330
7634
|
},
|
|
7331
7635
|
{
|
|
7332
7636
|
key: "geometries",
|
|
@@ -7415,7 +7719,7 @@ const hu = [
|
|
|
7415
7719
|
{
|
|
7416
7720
|
key: "imagesAndIcons",
|
|
7417
7721
|
name: "x-runtime-lib.imagesAndIcons",
|
|
7418
|
-
items: [
|
|
7722
|
+
items: [ft]
|
|
7419
7723
|
},
|
|
7420
7724
|
{
|
|
7421
7725
|
key: "pickers",
|
|
@@ -7431,7 +7735,7 @@ const hu = [
|
|
|
7431
7735
|
{
|
|
7432
7736
|
key: "objects",
|
|
7433
7737
|
name: "x-runtime-lib.objects",
|
|
7434
|
-
items: [
|
|
7738
|
+
items: [yt, vt]
|
|
7435
7739
|
},
|
|
7436
7740
|
{
|
|
7437
7741
|
key: "geometries",
|
|
@@ -7489,8 +7793,8 @@ const hu = [
|
|
|
7489
7793
|
bo,
|
|
7490
7794
|
dt,
|
|
7491
7795
|
tn,
|
|
7492
|
-
ft,
|
|
7493
7796
|
yt,
|
|
7797
|
+
ft,
|
|
7494
7798
|
bt,
|
|
7495
7799
|
ht,
|
|
7496
7800
|
gt,
|
|
@@ -7541,12 +7845,12 @@ const hu = [
|
|
|
7541
7845
|
};
|
|
7542
7846
|
function A(t, e) {
|
|
7543
7847
|
if (t === "page") {
|
|
7544
|
-
if (!
|
|
7545
|
-
console.error(`get
|
|
7848
|
+
if (!fs.includes(e)) {
|
|
7849
|
+
console.error(`get property tag failed type=${t} subtype=${e}`);
|
|
7546
7850
|
return;
|
|
7547
7851
|
}
|
|
7548
7852
|
} else if (t === "comp" && !bs.includes(e)) {
|
|
7549
|
-
console.error(`get
|
|
7853
|
+
console.error(`get property tag failed type=${t} subtype=${e}`);
|
|
7550
7854
|
return;
|
|
7551
7855
|
}
|
|
7552
7856
|
return `${t}${as(e)}`;
|
|
@@ -7584,7 +7888,7 @@ function Fc(t, e, i, o, l) {
|
|
|
7584
7888
|
return;
|
|
7585
7889
|
}
|
|
7586
7890
|
if (o) {
|
|
7587
|
-
const d = p.refKey,
|
|
7891
|
+
const d = p.refKey, f = l;
|
|
7588
7892
|
if (!p.elements.has(d)) {
|
|
7589
7893
|
console.error(`spawnNode [ref] element not found in pkg, ${s}`);
|
|
7590
7894
|
return;
|
|
@@ -7606,7 +7910,7 @@ function Fc(t, e, i, o, l) {
|
|
|
7606
7910
|
}
|
|
7607
7911
|
};
|
|
7608
7912
|
return P(c, u), c.basic.id = T(16), c.basic.key = d, c.ref = {
|
|
7609
|
-
comp:
|
|
7913
|
+
comp: f
|
|
7610
7914
|
}, c;
|
|
7611
7915
|
} else {
|
|
7612
7916
|
const d = l;
|
|
@@ -7614,15 +7918,15 @@ function Fc(t, e, i, o, l) {
|
|
|
7614
7918
|
console.error(`spawnNode [key] element not found in pkg, ${s}`);
|
|
7615
7919
|
return;
|
|
7616
7920
|
}
|
|
7617
|
-
const
|
|
7618
|
-
if (!
|
|
7921
|
+
const f = Te[d];
|
|
7922
|
+
if (!f) {
|
|
7619
7923
|
console.error(`spawnNode [key] element not found in global, ${s}`);
|
|
7620
7924
|
return;
|
|
7621
7925
|
}
|
|
7622
|
-
if (
|
|
7623
|
-
return
|
|
7926
|
+
if (f.spawn)
|
|
7927
|
+
return f.spawn(t, e);
|
|
7624
7928
|
{
|
|
7625
|
-
const m =
|
|
7929
|
+
const m = f.properties[a];
|
|
7626
7930
|
if (!m) {
|
|
7627
7931
|
console.error(`spawnNode [key] properties not found, ${s}`);
|
|
7628
7932
|
return;
|
|
@@ -7633,7 +7937,7 @@ function Fc(t, e, i, o, l) {
|
|
|
7633
7937
|
key: ""
|
|
7634
7938
|
}
|
|
7635
7939
|
};
|
|
7636
|
-
return P(u, m), u.basic.id = T(16), u.basic.key = d,
|
|
7940
|
+
return P(u, m), u.basic.id = T(16), u.basic.key = d, f.leaf || (u.children = []), u;
|
|
7637
7941
|
}
|
|
7638
7942
|
}
|
|
7639
7943
|
}
|
|
@@ -7740,7 +8044,7 @@ function Me(t, e, i, o, l) {
|
|
|
7740
8044
|
console.assert(!1);
|
|
7741
8045
|
continue;
|
|
7742
8046
|
}
|
|
7743
|
-
let
|
|
8047
|
+
let f = null;
|
|
7744
8048
|
for (const u of d)
|
|
7745
8049
|
if (i === Se(u)) {
|
|
7746
8050
|
if (u.subKeys) {
|
|
@@ -7748,18 +8052,18 @@ function Me(t, e, i, o, l) {
|
|
|
7748
8052
|
ke(o, u.subKeys),
|
|
7749
8053
|
ke(l, u.subKeys)
|
|
7750
8054
|
)) {
|
|
7751
|
-
|
|
8055
|
+
f = u;
|
|
7752
8056
|
break;
|
|
7753
8057
|
}
|
|
7754
8058
|
} else if (!ne(o, l)) {
|
|
7755
|
-
|
|
8059
|
+
f = u;
|
|
7756
8060
|
break;
|
|
7757
8061
|
}
|
|
7758
8062
|
}
|
|
7759
|
-
if (!
|
|
8063
|
+
if (!f)
|
|
7760
8064
|
continue;
|
|
7761
8065
|
let m;
|
|
7762
|
-
|
|
8066
|
+
f.subKeys ? m = ke(o, f.subKeys) : m = o;
|
|
7763
8067
|
for (const u of d)
|
|
7764
8068
|
if (u.subKeys) {
|
|
7765
8069
|
let c;
|
|
@@ -7778,8 +8082,8 @@ function Me(t, e, i, o, l) {
|
|
|
7778
8082
|
console.assert(!1);
|
|
7779
8083
|
continue;
|
|
7780
8084
|
}
|
|
7781
|
-
const
|
|
7782
|
-
if (ne(m,
|
|
8085
|
+
const y = ke(c, u.subKeys);
|
|
8086
|
+
if (ne(m, y))
|
|
7783
8087
|
continue;
|
|
7784
8088
|
const h = B(c);
|
|
7785
8089
|
ao(h, u.subKeys, B(m)), u.type === "elementProperty" ? t.setElementProperty(
|
|
@@ -7816,9 +8120,9 @@ function Me(t, e, i, o, l) {
|
|
|
7816
8120
|
}
|
|
7817
8121
|
function lc(t, e) {
|
|
7818
8122
|
function i(m) {
|
|
7819
|
-
const u = t.pseudoToNative(m), c = [],
|
|
7820
|
-
for (let h = 0; h <
|
|
7821
|
-
const g =
|
|
8123
|
+
const u = t.pseudoToNative(m), c = [], y = u.split(".");
|
|
8124
|
+
for (let h = 0; h < y.length; h++) {
|
|
8125
|
+
const g = y[h].trim();
|
|
7822
8126
|
if (g !== "")
|
|
7823
8127
|
if (/^\[\d+\]$/.test(g)) {
|
|
7824
8128
|
let x = parseInt(g.slice(1, -1), 10);
|
|
@@ -7851,16 +8155,16 @@ function lc(t, e) {
|
|
|
7851
8155
|
typeof u == "object" ? c = JSON.stringify(u) : c = String(u), Qi.emit("consoleAppend", c);
|
|
7852
8156
|
}
|
|
7853
8157
|
function p(m, u) {
|
|
7854
|
-
const c = t.pseudoToNative(m),
|
|
7855
|
-
c === "info" ? Go(
|
|
8158
|
+
const c = t.pseudoToNative(m), y = t.pseudoToNative(u);
|
|
8159
|
+
c === "info" ? Go(y) : c === "success" ? Ho(y) : c === "warning" ? to(y) : c === "error" && no(y);
|
|
7856
8160
|
}
|
|
7857
8161
|
function d(m, u) {
|
|
7858
|
-
const c = t.pseudoToNative(m),
|
|
8162
|
+
const c = t.pseudoToNative(m), y = t.pseudoToNative(u);
|
|
7859
8163
|
window.setTimeout(() => {
|
|
7860
8164
|
t.appendCode(`__timeoutCallbackV1__(${c})`), t.run();
|
|
7861
|
-
},
|
|
8165
|
+
}, y);
|
|
7862
8166
|
}
|
|
7863
|
-
function
|
|
8167
|
+
function f(m, u) {
|
|
7864
8168
|
const c = t.pseudoToNative(m);
|
|
7865
8169
|
window.setTimeout(() => {
|
|
7866
8170
|
u(), t.run();
|
|
@@ -7897,13 +8201,13 @@ function lc(t, e) {
|
|
|
7897
8201
|
), t.setProperty(
|
|
7898
8202
|
e,
|
|
7899
8203
|
"__delayV1__",
|
|
7900
|
-
t.createAsyncFunction(
|
|
8204
|
+
t.createAsyncFunction(f)
|
|
7901
8205
|
);
|
|
7902
8206
|
}
|
|
7903
8207
|
const Wo = Ko({
|
|
7904
8208
|
baseUrl: "http://localhost/computebase/",
|
|
7905
8209
|
onError: (t) => {
|
|
7906
|
-
const { i18n: e } =
|
|
8210
|
+
const { i18n: e } = fe;
|
|
7907
8211
|
no(ps(e, t));
|
|
7908
8212
|
}
|
|
7909
8213
|
});
|
|
@@ -7913,17 +8217,17 @@ function ac(t) {
|
|
|
7913
8217
|
}
|
|
7914
8218
|
function uc(t, e) {
|
|
7915
8219
|
async function i(o, l, s, a, p, d) {
|
|
7916
|
-
const
|
|
8220
|
+
const f = t.pseudoToNative(o), m = t.pseudoToNative(l), u = t.pseudoToNative(s), c = t.pseudoToNative(a), y = t.pseudoToNative(p);
|
|
7917
8221
|
try {
|
|
7918
8222
|
const h = JSON.stringify(u), { strOutputs: g } = await ac({
|
|
7919
|
-
spaceId:
|
|
8223
|
+
spaceId: f,
|
|
7920
8224
|
id: m,
|
|
7921
8225
|
strInputs: h,
|
|
7922
8226
|
env: c
|
|
7923
8227
|
}), x = JSON.parse(g);
|
|
7924
8228
|
d(t.nativeToPseudo(x)), t.run();
|
|
7925
8229
|
} catch (h) {
|
|
7926
|
-
console.error("callFuncV1 failed",
|
|
8230
|
+
console.error("callFuncV1 failed", y, h);
|
|
7927
8231
|
}
|
|
7928
8232
|
}
|
|
7929
8233
|
t.setProperty(
|
|
@@ -7933,50 +8237,50 @@ function uc(t, e) {
|
|
|
7933
8237
|
);
|
|
7934
8238
|
}
|
|
7935
8239
|
function cc(t, e, i) {
|
|
7936
|
-
function o(u, c,
|
|
8240
|
+
function o(u, c, y) {
|
|
7937
8241
|
let h;
|
|
7938
|
-
const g = e.pseudoToNative(u), x = e.pseudoToNative(c), w = e.pseudoToNative(
|
|
8242
|
+
const g = e.pseudoToNative(u), x = e.pseudoToNative(c), w = e.pseudoToNative(y);
|
|
7939
8243
|
return g === "elementProperty" ? h = t.getElementProperty(x, w) : g === "refProperty" || (g === "customProperty" ? h = t.getCustomProperty(w) : g === "elementSlotProperty" || g === "customSlotProperty" ? h = t.getAdaptSlotProperty(w) : console.assert(!1)), e.nativeToPseudo(h);
|
|
7940
8244
|
}
|
|
7941
|
-
function l(u, c,
|
|
7942
|
-
const g = e.pseudoToNative(u), x = e.pseudoToNative(c), w = e.pseudoToNative(
|
|
8245
|
+
function l(u, c, y, h) {
|
|
8246
|
+
const g = e.pseudoToNative(u), x = e.pseudoToNative(c), w = e.pseudoToNative(y), C = e.pseudoToNative(h);
|
|
7943
8247
|
g === "elementProperty" ? t.setElementProperty(x, w, C) : g === "refProperty" || (g === "customProperty" ? t.setCustomProperty(w, C) : g === "elementSlotProperty" || g === "customSlotProperty" ? t.setAdaptSlotProperty(w, C) : console.assert(!1));
|
|
7944
8248
|
}
|
|
7945
|
-
function s(u, c,
|
|
7946
|
-
const g = e.pseudoToNative(u), x = e.pseudoToNative(c), w = e.pseudoToNative(
|
|
8249
|
+
function s(u, c, y, h) {
|
|
8250
|
+
const g = e.pseudoToNative(u), x = e.pseudoToNative(c), w = e.pseudoToNative(y), C = { outputs: [] };
|
|
7947
8251
|
t.eventBus.emit(`callMethod@${g}`, { name: x, inputs: w, result: C }), h(e.nativeToPseudo(C.outputs)), e.run();
|
|
7948
8252
|
}
|
|
7949
8253
|
function a(u) {
|
|
7950
|
-
const c = e.pseudoToNative(u),
|
|
7951
|
-
return e.nativeToPseudo(
|
|
8254
|
+
const c = e.pseudoToNative(u), y = t.getCustomState(c);
|
|
8255
|
+
return e.nativeToPseudo(y);
|
|
7952
8256
|
}
|
|
7953
8257
|
function p(u, c) {
|
|
7954
|
-
const
|
|
7955
|
-
t.setCustomState(
|
|
8258
|
+
const y = e.pseudoToNative(u), h = e.pseudoToNative(c);
|
|
8259
|
+
t.setCustomState(y, h);
|
|
7956
8260
|
}
|
|
7957
8261
|
function d(u, c) {
|
|
7958
|
-
const
|
|
8262
|
+
const y = e.pseudoToNative(u), h = e.pseudoToNative(c);
|
|
7959
8263
|
if (t.mode === "runtime") {
|
|
7960
8264
|
const g = "/main/" + Date.now(), x = {
|
|
7961
8265
|
orgId: t.org,
|
|
7962
|
-
appId: `${
|
|
8266
|
+
appId: `${y}${t.env}`,
|
|
7963
8267
|
pageId: h
|
|
7964
8268
|
};
|
|
7965
|
-
|
|
8269
|
+
fe.router.replace({ path: g, query: x });
|
|
7966
8270
|
} else t.mode === "preview" && to(
|
|
7967
|
-
|
|
8271
|
+
fe.i18n.global.t(
|
|
7968
8272
|
"x-runtime-lib.msg.takeEffectOnlyAfterReleased"
|
|
7969
8273
|
)
|
|
7970
8274
|
);
|
|
7971
8275
|
}
|
|
7972
|
-
function
|
|
8276
|
+
function f(u, c, y) {
|
|
7973
8277
|
const h = e.pseudoToNative(u), g = e.pseudoToNative(c);
|
|
7974
8278
|
jo({ title: h, text: g }).then((x) => {
|
|
7975
|
-
|
|
8279
|
+
y(e.nativeToPseudo(x)), e.run();
|
|
7976
8280
|
});
|
|
7977
8281
|
}
|
|
7978
|
-
function m(u, c,
|
|
7979
|
-
const g = e.pseudoToNative(u), x = e.pseudoToNative(c), w = e.pseudoToNative(
|
|
8282
|
+
function m(u, c, y, h) {
|
|
8283
|
+
const g = e.pseudoToNative(u), x = e.pseudoToNative(c), w = e.pseudoToNative(y);
|
|
7980
8284
|
Oo({ title: g, label: x, value: w }).then((C) => {
|
|
7981
8285
|
h(e.nativeToPseudo(C)), e.run();
|
|
7982
8286
|
});
|
|
@@ -8008,7 +8312,7 @@ function cc(t, e, i) {
|
|
|
8008
8312
|
), e.setProperty(
|
|
8009
8313
|
i,
|
|
8010
8314
|
"__openConfirmDlgV1__",
|
|
8011
|
-
e.createAsyncFunction(
|
|
8315
|
+
e.createAsyncFunction(f)
|
|
8012
8316
|
), e.setProperty(
|
|
8013
8317
|
i,
|
|
8014
8318
|
"__openPromptDlgV1__",
|
|
@@ -8065,7 +8369,7 @@ function __triggerEventV1__(id, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p1
|
|
|
8065
8369
|
callbacks[i](p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, p16)
|
|
8066
8370
|
}
|
|
8067
8371
|
}
|
|
8068
|
-
`,
|
|
8372
|
+
`, yc = `
|
|
8069
8373
|
var __timers__ = {}
|
|
8070
8374
|
var __currTimerId__ = 0
|
|
8071
8375
|
|
|
@@ -8107,12 +8411,12 @@ function __timeoutCallbackV1__(timerId) {
|
|
|
8107
8411
|
}
|
|
8108
8412
|
}
|
|
8109
8413
|
}
|
|
8110
|
-
`,
|
|
8414
|
+
`, fc = `
|
|
8111
8415
|
function __destroy__() {
|
|
8112
8416
|
__events__ = {}
|
|
8113
8417
|
__timers__ = {}
|
|
8114
8418
|
}
|
|
8115
|
-
`, bc = pc + dc +
|
|
8419
|
+
`, bc = pc + dc + yc + fc;
|
|
8116
8420
|
class hc {
|
|
8117
8421
|
org;
|
|
8118
8422
|
env;
|
|
@@ -8261,9 +8565,9 @@ class hc {
|
|
|
8261
8565
|
}
|
|
8262
8566
|
}
|
|
8263
8567
|
function gc(t) {
|
|
8264
|
-
const e = ic(), i = oc(), o = G(), l = pe(), s = $e(), a = We(), p = (
|
|
8568
|
+
const e = ic(), i = oc(), o = G(), l = pe(), s = $e(), a = We(), p = (y, h, g, x) => {
|
|
8265
8569
|
if (!(o !== "runtime" && o !== "preview") && (u.callFunction("__triggerEventV1__", [
|
|
8266
|
-
`elementPropChange@${
|
|
8570
|
+
`elementPropChange@${y}@${h}`,
|
|
8267
8571
|
g,
|
|
8268
8572
|
x ?? g
|
|
8269
8573
|
]), t.value?.code.reactivity)) {
|
|
@@ -8273,49 +8577,49 @@ function gc(t) {
|
|
|
8273
8577
|
t.value.code.reactivity,
|
|
8274
8578
|
Se({
|
|
8275
8579
|
type: "elementProperty",
|
|
8276
|
-
nodeId:
|
|
8580
|
+
nodeId: y,
|
|
8277
8581
|
propertyKeys: w
|
|
8278
8582
|
}),
|
|
8279
8583
|
g,
|
|
8280
8584
|
x
|
|
8281
8585
|
);
|
|
8282
8586
|
}
|
|
8283
|
-
}, d = (
|
|
8587
|
+
}, d = (y, h, g) => {
|
|
8284
8588
|
o !== "runtime" && o !== "preview" || (u.callFunction("__triggerEventV1__", [
|
|
8285
|
-
`customPropChange@${
|
|
8589
|
+
`customPropChange@${y}`,
|
|
8286
8590
|
h,
|
|
8287
8591
|
g ?? h
|
|
8288
8592
|
]), t.value?.code.reactivity && Me(
|
|
8289
8593
|
u,
|
|
8290
8594
|
t.value.code.reactivity,
|
|
8291
|
-
Se({ type: "customProperty", propertyId:
|
|
8595
|
+
Se({ type: "customProperty", propertyId: y }),
|
|
8292
8596
|
h,
|
|
8293
8597
|
g
|
|
8294
8598
|
));
|
|
8295
|
-
},
|
|
8599
|
+
}, f = (y, h, g) => {
|
|
8296
8600
|
o !== "runtime" && o !== "preview" || t.value?.code.reactivity && Me(
|
|
8297
8601
|
u,
|
|
8298
8602
|
t.value.code.reactivity,
|
|
8299
|
-
Se({ type: "customState", stateId:
|
|
8603
|
+
Se({ type: "customState", stateId: y }),
|
|
8300
8604
|
h,
|
|
8301
8605
|
g
|
|
8302
8606
|
);
|
|
8303
|
-
}, m = (
|
|
8607
|
+
}, m = (y, h, g) => {
|
|
8304
8608
|
o !== "runtime" && o !== "preview" || (u.callFunction("__triggerEventV1__", [
|
|
8305
|
-
`adaptSlotProp@${
|
|
8609
|
+
`adaptSlotProp@${y}`,
|
|
8306
8610
|
h,
|
|
8307
8611
|
g ?? h
|
|
8308
8612
|
]), t.value?.code.reactivity && Me(
|
|
8309
8613
|
u,
|
|
8310
8614
|
t.value.code.reactivity,
|
|
8311
|
-
Se({ type: "adaptSlotProperty", propertyId:
|
|
8615
|
+
Se({ type: "adaptSlotProperty", propertyId: y }),
|
|
8312
8616
|
h,
|
|
8313
8617
|
g
|
|
8314
8618
|
));
|
|
8315
8619
|
}, u = new hc(e, i, o, l, {
|
|
8316
8620
|
onElementPropertyChange: p,
|
|
8317
8621
|
onCustomPropertyChange: d,
|
|
8318
|
-
onCustomStateChange:
|
|
8622
|
+
onCustomStateChange: f,
|
|
8319
8623
|
onAdaptSlotPropertyChange: m
|
|
8320
8624
|
});
|
|
8321
8625
|
rc(u);
|
|
@@ -8328,8 +8632,8 @@ function gc(t) {
|
|
|
8328
8632
|
u.destroyInterpreter();
|
|
8329
8633
|
}), (o === "runtime" || o === "preview") && q(
|
|
8330
8634
|
s,
|
|
8331
|
-
(
|
|
8332
|
-
const g = Re(
|
|
8635
|
+
(y, h) => {
|
|
8636
|
+
const g = Re(y.width), x = Re(h?.width ?? y.width);
|
|
8333
8637
|
u.callFunction("__triggerEventV1__", [
|
|
8334
8638
|
Ce("elementEvent", "globality", "screenSizeChange"),
|
|
8335
8639
|
g,
|
|
@@ -8339,10 +8643,10 @@ function gc(t) {
|
|
|
8339
8643
|
{ immediate: !0 }
|
|
8340
8644
|
), (o === "runtime" || o === "preview") && q(
|
|
8341
8645
|
a,
|
|
8342
|
-
(
|
|
8646
|
+
(y) => {
|
|
8343
8647
|
u.callFunction("__triggerEventV1__", [
|
|
8344
8648
|
Ce("elementEvent", "globality", "darkModeChange"),
|
|
8345
|
-
|
|
8649
|
+
y
|
|
8346
8650
|
]);
|
|
8347
8651
|
},
|
|
8348
8652
|
{ immediate: !0 }
|
|
@@ -8388,7 +8692,7 @@ export {
|
|
|
8388
8692
|
Dc as fileInputV1,
|
|
8389
8693
|
mn as flexLayoutEntryV1,
|
|
8390
8694
|
Le as flexLayoutV1,
|
|
8391
|
-
|
|
8695
|
+
yn as formV1,
|
|
8392
8696
|
T as genId,
|
|
8393
8697
|
Ie as getBreakpointProp,
|
|
8394
8698
|
ke as getField,
|
|
@@ -8426,10 +8730,10 @@ export {
|
|
|
8426
8730
|
Ua as menuV1,
|
|
8427
8731
|
Pe as meshBasicMaterialV1,
|
|
8428
8732
|
ze as meshV1,
|
|
8429
|
-
|
|
8733
|
+
fn as numberInputV1,
|
|
8430
8734
|
da as orbitControlsV1,
|
|
8431
8735
|
ra as orthographicCameraV1,
|
|
8432
|
-
|
|
8736
|
+
fs as pageTypes,
|
|
8433
8737
|
Ya as paginationV1,
|
|
8434
8738
|
Xt as parsePercentStr,
|
|
8435
8739
|
Wc as parsePixelStr,
|