x-runtime-lib 0.8.29 → 0.8.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/composables/element/core/elementProperty.d.ts +4 -0
- package/dist/composables/element/index.d.ts +1 -1
- package/dist/element/_common/props/basic/v1/index.d.ts +2 -2
- package/dist/element/_common/props/border/v1/index.d.ts +2 -2
- package/dist/element/_common/props/color/v1/index.d.ts +2 -2
- package/dist/element/_common/props/legend/v1/index.d.ts +2 -2
- package/dist/element/_common/props/margin/v1/index.d.ts +2 -2
- package/dist/element/_common/props/padding/v1/index.d.ts +2 -2
- package/dist/element/_common/props/size/v1/index.d.ts +2 -2
- package/dist/element/_common/props/title/v1/index.d.ts +2 -2
- package/dist/element/_common/props/transform/v1/index.d.ts +2 -2
- package/dist/element/_common/props/xAxis/v1/index.d.ts +2 -2
- package/dist/element/_common/props/yAxis/v1/index.d.ts +2 -2
- package/dist/index.js +771 -654
- package/dist/types/data.d.ts +10 -10
- package/dist/types/element.d.ts +46 -46
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/property.d.ts +4 -0
- package/dist/utils/sandbox.d.ts +16 -16
- package/package.json +1 -1
- package/dist/composables/element/core/elementProp.d.ts +0 -4
- package/dist/utils/prop.d.ts +0 -4
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
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 ye, 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";
|
|
@@ -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 ys = ["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 } = ye;
|
|
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 } = ye;
|
|
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 } = ye;
|
|
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 } = ye;
|
|
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
|
}
|
|
@@ -235,7 +235,7 @@ const Te = {}, _ = (t) => {
|
|
|
235
235
|
], 4)) : L(o.$slots, "default", { key: 1 });
|
|
236
236
|
}
|
|
237
237
|
}), _s = (t, e, i, o) => {
|
|
238
|
-
const l = t.
|
|
238
|
+
const l = t.getElementPropertyInner(e, i);
|
|
239
239
|
if (o) {
|
|
240
240
|
if (typeof l == "string")
|
|
241
241
|
return JSON.parse(l);
|
|
@@ -245,7 +245,7 @@ const Te = {}, _ = (t) => {
|
|
|
245
245
|
return l;
|
|
246
246
|
}, ws = (t, e, i, o, l) => {
|
|
247
247
|
let s;
|
|
248
|
-
l ? typeof o == "object" ? s = JSON.stringify(o, null, 2) : (console.assert(!1), s = "{}") : s = o, t.
|
|
248
|
+
l ? typeof o == "object" ? s = JSON.stringify(o, null, 2) : (console.assert(!1), s = "{}") : s = o, t.setElementPropertyInner(e, i, s);
|
|
249
249
|
};
|
|
250
250
|
function r(t, e, i) {
|
|
251
251
|
const o = G(), l = Ee(), s = ce();
|
|
@@ -257,7 +257,7 @@ function r(t, e, i) {
|
|
|
257
257
|
}), { prop: s };
|
|
258
258
|
}
|
|
259
259
|
function me(t) {
|
|
260
|
-
const { prop: e } = r(t, ["transform", "position", "x"]), { prop: i } = r(t, ["transform", "position", "y"]), { prop: o } = r(t, ["transform", "position", "z"]), { prop: l } = r(t, ["transform", "rotation", "x"]), { prop: s } = r(t, ["transform", "rotation", "y"]), { prop: a } = r(t, ["transform", "rotation", "z"]), { prop: p } = r(t, ["transform", "scale", "x"]), { prop: d } = r(t, ["transform", "scale", "y"]), { prop:
|
|
260
|
+
const { prop: e } = r(t, ["transform", "position", "x"]), { prop: i } = r(t, ["transform", "position", "y"]), { prop: o } = r(t, ["transform", "position", "z"]), { prop: l } = r(t, ["transform", "rotation", "x"]), { prop: s } = r(t, ["transform", "rotation", "y"]), { prop: a } = r(t, ["transform", "rotation", "z"]), { prop: p } = r(t, ["transform", "scale", "x"]), { prop: d } = r(t, ["transform", "scale", "y"]), { prop: y } = r(t, ["transform", "scale", "z"]), m = ce([0, 0, 0]), u = ce([0, 0, 0]), c = ce([1, 1, 1]);
|
|
261
261
|
return ue(() => {
|
|
262
262
|
m.value = [e.value, i.value, o.value];
|
|
263
263
|
}), ue(() => {
|
|
@@ -267,9 +267,9 @@ function me(t) {
|
|
|
267
267
|
}), ue(() => {
|
|
268
268
|
l.value = u.value[0], s.value = u.value[1], a.value = u.value[2];
|
|
269
269
|
}), ue(() => {
|
|
270
|
-
c.value = [p.value, d.value,
|
|
270
|
+
c.value = [p.value, d.value, y.value];
|
|
271
271
|
}), ue(() => {
|
|
272
|
-
p.value = c.value[0], d.value = c.value[1],
|
|
272
|
+
p.value = c.value[0], d.value = c.value[1], y.value = c.value[2];
|
|
273
273
|
}), { position: m, rotation: u, scale: c };
|
|
274
274
|
}
|
|
275
275
|
function uo(t) {
|
|
@@ -326,23 +326,23 @@ function fo(t) {
|
|
|
326
326
|
}
|
|
327
327
|
function K(t) {
|
|
328
328
|
const { computedThemes: e } = ds(), i = We(), o = k(() => t.value?.mode), l = k(() => {
|
|
329
|
-
const
|
|
330
|
-
return
|
|
329
|
+
const y = t.value?.theme;
|
|
330
|
+
return y ? y === "background0" ? i.value ? "#2e2e2e" : "#bdbdbd" : y === "background1" ? i.value ? "#272727" : "#eeeeee" : y === "background2" ? i.value ? "#1e1e1e" : "#ffffff" : (i.value ? e.value.dark : e.value.light).colors[y] : void 0;
|
|
331
331
|
}), 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 !
|
|
332
|
+
const y = a.value;
|
|
333
|
+
return !y.startsWith("#") || y.length < 7 ? "" : y.substring(0, 7);
|
|
334
334
|
}), d = k(() => {
|
|
335
|
-
const
|
|
336
|
-
return
|
|
335
|
+
const y = a.value;
|
|
336
|
+
return y.startsWith("#") ? y.length < 9 ? 1 : parseInt(y.substring(7, 9)) / 255 : 0;
|
|
337
337
|
});
|
|
338
338
|
return { color: a, rgb: p, alpha: d };
|
|
339
339
|
}
|
|
340
340
|
function Bn(t) {
|
|
341
341
|
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
|
|
342
|
+
function y(m) {
|
|
343
343
|
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
344
|
}
|
|
345
|
-
return { borderStyle: e, borderWidth: i, borderColor: l, applyBorder:
|
|
345
|
+
return { borderStyle: e, borderWidth: i, borderColor: l, applyBorder: y };
|
|
346
346
|
}
|
|
347
347
|
function Wn(t) {
|
|
348
348
|
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 +381,12 @@ function ge(t) {
|
|
|
381
381
|
}
|
|
382
382
|
return t.node.size?.maxHeight;
|
|
383
383
|
});
|
|
384
|
-
function
|
|
384
|
+
function y(m) {
|
|
385
385
|
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
386
|
}
|
|
387
|
-
return { width: o, minWidth: l, maxWidth: s, height: a, minHeight: p, maxHeight: d, applySize:
|
|
387
|
+
return { width: o, minWidth: l, maxWidth: s, height: a, minHeight: p, maxHeight: d, applySize: y };
|
|
388
388
|
}
|
|
389
|
-
function
|
|
389
|
+
function yo(t, e, i) {
|
|
390
390
|
const o = k(() => e.node.basic.id), l = k(() => `callMethod@${o.value}`);
|
|
391
391
|
No(() => {
|
|
392
392
|
t.eventBus?.on(l.value, i);
|
|
@@ -405,7 +405,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
405
405
|
outer: { type: Boolean }
|
|
406
406
|
},
|
|
407
407
|
setup(t) {
|
|
408
|
-
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), { prop: a } = r(e, ["settings", "bottom"]), { prop: p } = r(e, ["settings", "far"]), { prop: d } = r(e, ["settings", "left"]), { prop:
|
|
408
|
+
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), { prop: a } = r(e, ["settings", "bottom"]), { prop: p } = r(e, ["settings", "far"]), { prop: d } = r(e, ["settings", "left"]), { prop: y } = r(e, ["settings", "near"]), { prop: m } = r(e, ["settings", "right"]), { prop: u } = r(e, ["settings", "top"]);
|
|
409
409
|
return (c, f) => (v(), V(n(he), {
|
|
410
410
|
position: n(o),
|
|
411
411
|
rotation: n(l),
|
|
@@ -416,7 +416,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
416
416
|
bottom: n(a),
|
|
417
417
|
far: n(p),
|
|
418
418
|
left: n(d),
|
|
419
|
-
near: n(
|
|
419
|
+
near: n(y),
|
|
420
420
|
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
421
421
|
right: n(m),
|
|
422
422
|
rotation: n(i) !== "editor" ? n(l) : [0, 0, 0],
|
|
@@ -440,7 +440,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
440
440
|
outer: { type: Boolean }
|
|
441
441
|
},
|
|
442
442
|
setup(t) {
|
|
443
|
-
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), { prop: a } = r(e, ["settings", "aspect"]), { prop: p } = r(e, ["settings", "far"]), { prop: d } = r(e, ["settings", "fov"]), { prop:
|
|
443
|
+
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), { prop: a } = r(e, ["settings", "aspect"]), { prop: p } = r(e, ["settings", "far"]), { prop: d } = r(e, ["settings", "fov"]), { prop: y } = r(e, ["settings", "near"]);
|
|
444
444
|
return (m, u) => (v(), V(n(he), {
|
|
445
445
|
position: n(o),
|
|
446
446
|
rotation: n(l),
|
|
@@ -451,7 +451,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
451
451
|
aspect: n(a),
|
|
452
452
|
far: n(p),
|
|
453
453
|
fov: n(d),
|
|
454
|
-
near: n(
|
|
454
|
+
near: n(y),
|
|
455
455
|
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
456
456
|
rotation: n(i) !== "editor" ? n(l) : [0, 0, 0],
|
|
457
457
|
scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
|
|
@@ -483,7 +483,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
483
483
|
"settings",
|
|
484
484
|
"widthSegements"
|
|
485
485
|
]);
|
|
486
|
-
return (d,
|
|
486
|
+
return (d, y) => (v(), Y("TresBoxGeometry", {
|
|
487
487
|
args: [
|
|
488
488
|
n(a),
|
|
489
489
|
n(l),
|
|
@@ -509,11 +509,17 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
509
509
|
const e = t, { prop: i } = r(e, [
|
|
510
510
|
"settings",
|
|
511
511
|
"heightSegments"
|
|
512
|
-
]), { prop: o } = r(e, ["settings", "phiLength"]), { prop: l } = r(e, ["settings", "phiStart"]), { prop: s } = r(e, ["settings", "radius"]), { prop: a } = r(e, [
|
|
512
|
+
]), { prop: o } = r(e, ["settings", "phiLength"]), { prop: l } = r(e, ["settings", "phiStart"]), { prop: s } = r(e, ["settings", "radius"]), { prop: a } = r(e, [
|
|
513
|
+
"settings",
|
|
514
|
+
"thetaLength"
|
|
515
|
+
]), { prop: p } = r(e, [
|
|
516
|
+
"settings",
|
|
517
|
+
"thetaStart"
|
|
518
|
+
]), { prop: d } = r(e, [
|
|
513
519
|
"settings",
|
|
514
520
|
"widthSegments"
|
|
515
521
|
]);
|
|
516
|
-
return (
|
|
522
|
+
return (y, m) => (v(), Y("TresSphereGeometry", {
|
|
517
523
|
args: [
|
|
518
524
|
n(s),
|
|
519
525
|
n(d),
|
|
@@ -533,7 +539,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
533
539
|
},
|
|
534
540
|
setup(t) {
|
|
535
541
|
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), { prop: a } = r(e, ["settings", "color"]), { color: p } = K(a), { prop: d } = r(e, ["settings", "intensity"]);
|
|
536
|
-
return (
|
|
542
|
+
return (y, m) => (v(), V(n(he), {
|
|
537
543
|
position: n(o),
|
|
538
544
|
rotation: n(l),
|
|
539
545
|
scale: n(s)
|
|
@@ -546,7 +552,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
546
552
|
rotation: n(i) !== "editor" ? n(l) : [0, 0, 0],
|
|
547
553
|
scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
|
|
548
554
|
}, [
|
|
549
|
-
L(
|
|
555
|
+
L(y.$slots, "default")
|
|
550
556
|
], 8, As)
|
|
551
557
|
]),
|
|
552
558
|
_: 3
|
|
@@ -560,7 +566,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
560
566
|
},
|
|
561
567
|
setup(t) {
|
|
562
568
|
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), { prop: a } = r(e, ["settings", "color"]), { color: p } = K(a), { prop: d } = r(e, ["settings", "intensity"]);
|
|
563
|
-
return (
|
|
569
|
+
return (y, m) => (v(), V(n(he), {
|
|
564
570
|
position: n(o),
|
|
565
571
|
rotation: n(l),
|
|
566
572
|
scale: n(s)
|
|
@@ -577,7 +583,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
577
583
|
key: 0,
|
|
578
584
|
type: n(Uo)
|
|
579
585
|
}, null, 8, ["type"])) : ee("", !0),
|
|
580
|
-
L(
|
|
586
|
+
L(y.$slots, "default")
|
|
581
587
|
], 8, Bs)
|
|
582
588
|
]),
|
|
583
589
|
_: 3
|
|
@@ -590,7 +596,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
590
596
|
outer: { type: Boolean }
|
|
591
597
|
},
|
|
592
598
|
setup(t) {
|
|
593
|
-
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), { prop: a } = r(e, ["settings", "color"]), { color: p } = K(a), { prop: d } = r(e, ["settings", "decay"]), { prop:
|
|
599
|
+
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), { prop: a } = r(e, ["settings", "color"]), { color: p } = K(a), { prop: d } = r(e, ["settings", "decay"]), { prop: y } = r(e, ["settings", "distance"]), { prop: m } = r(e, ["settings", "intensity"]);
|
|
594
600
|
return (u, c) => (v(), V(n(he), {
|
|
595
601
|
position: n(o),
|
|
596
602
|
rotation: n(l),
|
|
@@ -600,7 +606,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
600
606
|
ie("TresPointLight", {
|
|
601
607
|
color: n(p),
|
|
602
608
|
decay: n(d),
|
|
603
|
-
distance: n(
|
|
609
|
+
distance: n(y),
|
|
604
610
|
intensity: n(m),
|
|
605
611
|
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
606
612
|
rotation: n(i) !== "editor" ? n(l) : [0, 0, 0],
|
|
@@ -623,7 +629,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
623
629
|
outer: { type: Boolean }
|
|
624
630
|
},
|
|
625
631
|
setup(t) {
|
|
626
|
-
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), { prop: a } = r(e, ["settings", "angle"]), { prop: p } = r(e, ["settings", "color"]), { color: d } = K(p), { prop:
|
|
632
|
+
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), { prop: a } = r(e, ["settings", "angle"]), { prop: p } = r(e, ["settings", "color"]), { color: d } = K(p), { prop: y } = r(e, ["settings", "decay"]), { prop: m } = r(e, ["settings", "distance"]), { prop: u } = r(e, ["settings", "intensity"]), { prop: c } = r(e, ["settings", "penumbra"]);
|
|
627
633
|
return (f, h) => (v(), V(n(he), {
|
|
628
634
|
position: n(o),
|
|
629
635
|
rotation: n(l),
|
|
@@ -633,7 +639,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
633
639
|
ie("TresSpotLight", {
|
|
634
640
|
angle: n(a),
|
|
635
641
|
color: n(d),
|
|
636
|
-
decay: n(
|
|
642
|
+
decay: n(y),
|
|
637
643
|
distance: n(m),
|
|
638
644
|
intensity: n(u),
|
|
639
645
|
penumbra: n(c),
|
|
@@ -696,7 +702,7 @@ const Gs = /* @__PURE__ */ xe(Ds, [["render", Fs]]), Hs = ["position", "rotation
|
|
|
696
702
|
L(s.$slots, "default")
|
|
697
703
|
], 8, js));
|
|
698
704
|
}
|
|
699
|
-
}), 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"] } } }, fr = { 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"] } } },
|
|
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"] } } }, fr = { 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 = { 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 = {
|
|
700
706
|
color: Us,
|
|
701
707
|
backgroundColor: Xs,
|
|
702
708
|
textStyle: Ys,
|
|
@@ -719,8 +725,8 @@ const Gs = /* @__PURE__ */ xe(Ds, [["render", Fs]]), Hs = ["position", "rotation
|
|
|
719
725
|
valueAxis: pr,
|
|
720
726
|
logAxis: dr,
|
|
721
727
|
timeAxis: fr,
|
|
722
|
-
toolbox:
|
|
723
|
-
legend:
|
|
728
|
+
toolbox: yr,
|
|
729
|
+
legend: br,
|
|
724
730
|
tooltip: hr,
|
|
725
731
|
timeline: gr,
|
|
726
732
|
visualMap: xr,
|
|
@@ -776,7 +782,7 @@ const Qr = /* @__PURE__ */ $({
|
|
|
776
782
|
outer: { type: Boolean }
|
|
777
783
|
},
|
|
778
784
|
setup(t) {
|
|
779
|
-
const e = t, i = $e(), o = We(), l = pe(), s = de(), { width: a, minWidth: p, maxWidth: d, height:
|
|
785
|
+
const e = t, i = $e(), o = We(), l = pe(), s = de(), { width: a, minWidth: p, maxWidth: d, height: y, minHeight: m, maxHeight: u, applySize: c } = ge(e), { applyTitle: f } = mo(e), { applyXAxis: h } = po(e), { applyYAxis: g } = fo(e), { applyLegend: x } = uo(e), { applySeries: w } = co(e), C = k(() => {
|
|
780
786
|
const S = {}, D = s.value.type;
|
|
781
787
|
return l === "page" ? D === "common" ? c(S) : console.assert(!1) : l === "comp" && D === "common" ? c(S) : console.assert(!1), S;
|
|
782
788
|
}), M = Xi("chart");
|
|
@@ -789,7 +795,7 @@ const Qr = /* @__PURE__ */ $({
|
|
|
789
795
|
W?.resize();
|
|
790
796
|
}, E = () => {
|
|
791
797
|
const S = {};
|
|
792
|
-
f(S), h(S),
|
|
798
|
+
f(S), h(S), g(S), x(S), w(S), W?.setOption(S, !0);
|
|
793
799
|
};
|
|
794
800
|
return Yi(async () => {
|
|
795
801
|
window.addEventListener("resize", R, !1), await qi(() => !!M.value), F(), E();
|
|
@@ -802,7 +808,7 @@ const Qr = /* @__PURE__ */ $({
|
|
|
802
808
|
a,
|
|
803
809
|
p,
|
|
804
810
|
d,
|
|
805
|
-
|
|
811
|
+
y,
|
|
806
812
|
m,
|
|
807
813
|
u
|
|
808
814
|
],
|
|
@@ -829,7 +835,7 @@ const Qr = /* @__PURE__ */ $({
|
|
|
829
835
|
outer: { type: Boolean }
|
|
830
836
|
},
|
|
831
837
|
setup(t) {
|
|
832
|
-
const e = t, i = $e(), o = We(), l = pe(), s = de(), { width: a, minWidth: p, maxWidth: d, height:
|
|
838
|
+
const e = t, i = $e(), o = We(), l = pe(), s = de(), { width: a, minWidth: p, maxWidth: d, height: y, minHeight: m, maxHeight: u, applySize: c } = ge(e), { applyTitle: f } = mo(e), { applyXAxis: h } = po(e), { applyYAxis: g } = fo(e), { applyLegend: x } = uo(e), { applySeries: w } = co(e), C = k(() => {
|
|
833
839
|
const S = {}, D = s.value.type;
|
|
834
840
|
return l === "page" ? D === "common" ? c(S) : console.assert(!1) : l === "comp" && D === "common" ? c(S) : console.assert(!1), S;
|
|
835
841
|
}), M = Xi("chart");
|
|
@@ -842,7 +848,7 @@ const Qr = /* @__PURE__ */ $({
|
|
|
842
848
|
W?.resize();
|
|
843
849
|
}, E = () => {
|
|
844
850
|
const S = {};
|
|
845
|
-
f(S), h(S),
|
|
851
|
+
f(S), h(S), g(S), x(S), w(S), W?.setOption(S, !0);
|
|
846
852
|
};
|
|
847
853
|
return Yi(async () => {
|
|
848
854
|
window.addEventListener("resize", R, !1), await qi(() => !!M.value), F(), E();
|
|
@@ -855,7 +861,7 @@ const Qr = /* @__PURE__ */ $({
|
|
|
855
861
|
a,
|
|
856
862
|
p,
|
|
857
863
|
d,
|
|
858
|
-
|
|
864
|
+
y,
|
|
859
865
|
m,
|
|
860
866
|
u
|
|
861
867
|
],
|
|
@@ -910,12 +916,12 @@ const Qr = /* @__PURE__ */ $({
|
|
|
910
916
|
if (!f)
|
|
911
917
|
return console.assert(!1, `element not found key=${c.basic.key}`), ae("div", `element not found key=${c.basic.key}`);
|
|
912
918
|
const h = [];
|
|
913
|
-
return f.leaf || c.children?.forEach((
|
|
914
|
-
const
|
|
915
|
-
h.push(
|
|
919
|
+
return f.leaf || c.children?.forEach((g) => {
|
|
920
|
+
const x = y(g);
|
|
921
|
+
h.push(x);
|
|
916
922
|
}), ae(f.comp, { node: c }, { default: () => h });
|
|
917
923
|
}
|
|
918
|
-
function
|
|
924
|
+
function y(c) {
|
|
919
925
|
return c.ref ? p(c) : d(c);
|
|
920
926
|
}
|
|
921
927
|
function m() {
|
|
@@ -936,7 +942,7 @@ const Qr = /* @__PURE__ */ $({
|
|
|
936
942
|
if (c === "common") {
|
|
937
943
|
const f = [];
|
|
938
944
|
return a.value.view.nodes.forEach((h) => {
|
|
939
|
-
f.push(
|
|
945
|
+
f.push(y(h));
|
|
940
946
|
}), f;
|
|
941
947
|
} else
|
|
942
948
|
return console.assert(!1, `invalid subtype=${c}`), ae("div", `invalid subtype=${c}`);
|
|
@@ -952,8 +958,8 @@ const Qr = /* @__PURE__ */ $({
|
|
|
952
958
|
setup(t) {
|
|
953
959
|
const e = t, { prop: i } = r(e, ["settings", "content"]), { prop: o } = r(e, ["settings", "dot"]), { theme: l } = N(), { prop: s } = r(e, ["settings", "offset", "x"]), { prop: a } = r(e, ["settings", "offset", "y"]);
|
|
954
960
|
return (p, d) => {
|
|
955
|
-
const
|
|
956
|
-
return v(), V(
|
|
961
|
+
const y = z("v-badge");
|
|
962
|
+
return v(), V(y, {
|
|
957
963
|
content: n(i),
|
|
958
964
|
dot: n(o),
|
|
959
965
|
"offset-x": n(s),
|
|
@@ -978,7 +984,7 @@ const Qr = /* @__PURE__ */ $({
|
|
|
978
984
|
"settings",
|
|
979
985
|
"addIcon",
|
|
980
986
|
"append"
|
|
981
|
-
]), { prop: s } = r(e, ["settings", "block"]), { prop: a } = r(e, ["settings", "color"]), { color: p } = K(a), { prop: d } = r(e, ["settings", "density"]), { prop:
|
|
987
|
+
]), { prop: s } = r(e, ["settings", "block"]), { prop: a } = r(e, ["settings", "color"]), { color: p } = K(a), { prop: d } = r(e, ["settings", "density"]), { prop: y } = r(e, ["settings", "disabled"]), { prop: m } = r(e, ["size", "height"]), { prop: u } = r(e, ["settings", "loading"]), { prop: c } = r(e, ["size", "maxHeight"]), { prop: f } = r(e, ["size", "maxWidth"]), { prop: h } = r(e, ["size", "minHeight"]), { prop: g } = r(e, ["size", "minWidth"]), { prop: x } = r(e, [
|
|
982
988
|
"settings",
|
|
983
989
|
"addIcon",
|
|
984
990
|
"prepend"
|
|
@@ -996,14 +1002,14 @@ const Qr = /* @__PURE__ */ $({
|
|
|
996
1002
|
block: n(s),
|
|
997
1003
|
color: n(p),
|
|
998
1004
|
density: n(d),
|
|
999
|
-
disabled: n(
|
|
1005
|
+
disabled: n(y),
|
|
1000
1006
|
height: n(m),
|
|
1001
1007
|
loading: n(u),
|
|
1002
1008
|
"max-height": n(c),
|
|
1003
1009
|
"max-width": n(f),
|
|
1004
1010
|
"min-height": n(h),
|
|
1005
|
-
"min-width": n(
|
|
1006
|
-
"prepend-icon": n(
|
|
1011
|
+
"min-width": n(g),
|
|
1012
|
+
"prepend-icon": n(x),
|
|
1007
1013
|
readonly: n(w),
|
|
1008
1014
|
ripple: n(C),
|
|
1009
1015
|
size: n(M),
|
|
@@ -1036,10 +1042,10 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1036
1042
|
outer: { type: Boolean }
|
|
1037
1043
|
},
|
|
1038
1044
|
setup(t) {
|
|
1039
|
-
const e = t, { prop: i } = r(e, ["settings", "block"]), { prop: o } = r(e, ["settings", "disabled"]), { prop: l } = r(e, ["settings", "divided"]), { prop: s } = r(e, ["settings", "mandatory"]), { prop: a } = r(e, ["settings", "multiple"]), { prop: p } = r(e, ["settings", "readonly"]), { prop: d } = r(e, ["settings", "size"]), { prop:
|
|
1045
|
+
const e = t, { prop: i } = r(e, ["settings", "block"]), { prop: o } = r(e, ["settings", "disabled"]), { prop: l } = r(e, ["settings", "divided"]), { prop: s } = r(e, ["settings", "mandatory"]), { prop: a } = r(e, ["settings", "multiple"]), { prop: p } = r(e, ["settings", "readonly"]), { prop: d } = r(e, ["settings", "size"]), { prop: y } = r(e, ["settings", "stacked"]), { theme: m } = N(), { prop: u } = r(e, ["settings", "tile"]), { prop: c } = r(e, ["settings", "variant"]);
|
|
1040
1046
|
return (f, h) => {
|
|
1041
|
-
const
|
|
1042
|
-
return v(), V(
|
|
1047
|
+
const g = z("v-btn-toggle");
|
|
1048
|
+
return v(), V(g, {
|
|
1043
1049
|
block: n(i),
|
|
1044
1050
|
disabled: n(o),
|
|
1045
1051
|
divided: n(l),
|
|
@@ -1047,7 +1053,7 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1047
1053
|
multiple: n(a),
|
|
1048
1054
|
readonly: n(p),
|
|
1049
1055
|
size: n(d),
|
|
1050
|
-
stacked: n(
|
|
1056
|
+
stacked: n(y),
|
|
1051
1057
|
theme: n(m),
|
|
1052
1058
|
tile: n(u),
|
|
1053
1059
|
variant: n(c)
|
|
@@ -1066,7 +1072,7 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1066
1072
|
outer: { type: Boolean }
|
|
1067
1073
|
},
|
|
1068
1074
|
setup(t) {
|
|
1069
|
-
const e = t, { prop: i } = r(e, ["settings", "density"]), { prop: o } = r(e, ["settings", "disabled"]), { prop: l } = r(e, ["size", "height"]), { prop: s } = r(e, ["settings", "hover"]), { prop: a } = r(e, ["settings", "loading"]), { prop: p } = r(e, ["size", "maxHeight"]), { prop: d } = r(e, ["size", "maxWidth"]), { prop:
|
|
1075
|
+
const e = t, { prop: i } = r(e, ["settings", "density"]), { prop: o } = r(e, ["settings", "disabled"]), { prop: l } = r(e, ["size", "height"]), { prop: s } = r(e, ["settings", "hover"]), { prop: a } = r(e, ["settings", "loading"]), { prop: p } = r(e, ["size", "maxHeight"]), { prop: d } = r(e, ["size", "maxWidth"]), { prop: y } = r(e, ["size", "minHeight"]), { prop: m } = r(e, ["size", "minWidth"]), { prop: u } = r(e, ["settings", "subtitle"]), { prop: c } = r(e, ["settings", "text"]), { theme: f } = N(), { prop: h } = r(e, ["settings", "title"]), { prop: g } = r(e, ["settings", "variant"]), { prop: x } = r(e, ["size", "width"]);
|
|
1070
1076
|
return (w, C) => {
|
|
1071
1077
|
const M = z("v-card");
|
|
1072
1078
|
return v(), V(M, {
|
|
@@ -1077,14 +1083,14 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1077
1083
|
loading: n(a),
|
|
1078
1084
|
"max-height": n(p),
|
|
1079
1085
|
"max-width": n(d),
|
|
1080
|
-
"min-height": n(
|
|
1086
|
+
"min-height": n(y),
|
|
1081
1087
|
"min-width": n(m),
|
|
1082
1088
|
subtitle: n(u),
|
|
1083
1089
|
text: n(c),
|
|
1084
1090
|
theme: n(f),
|
|
1085
1091
|
title: n(h),
|
|
1086
|
-
variant: n(
|
|
1087
|
-
width: n(
|
|
1092
|
+
variant: n(g),
|
|
1093
|
+
width: n(x)
|
|
1088
1094
|
}, {
|
|
1089
1095
|
default: I(() => [
|
|
1090
1096
|
L(w.$slots, "default")
|
|
@@ -1116,8 +1122,8 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1116
1122
|
outer: { type: Boolean }
|
|
1117
1123
|
},
|
|
1118
1124
|
setup(t) {
|
|
1119
|
-
const e = t, { prop: i } = r(e, ["settings", "closable"]), { prop: o } = r(e, ["settings", "color"]), { color: l } = K(o), { prop: s } = r(e, ["settings", "density"]), { prop: a } = r(e, ["settings", "disabled"]), { prop: p } = r(e, ["settings", "draggable"]), { prop: d } = r(e, ["settings", "filter"]), { prop:
|
|
1120
|
-
return (
|
|
1125
|
+
const e = t, { prop: i } = r(e, ["settings", "closable"]), { prop: o } = r(e, ["settings", "color"]), { color: l } = K(o), { prop: s } = r(e, ["settings", "density"]), { prop: a } = r(e, ["settings", "disabled"]), { prop: p } = r(e, ["settings", "draggable"]), { prop: d } = r(e, ["settings", "filter"]), { prop: y } = r(e, ["settings", "label"]), { prop: m } = r(e, ["settings", "size"]), { prop: u } = r(e, ["settings", "text"]), { theme: c } = N(), { prop: f } = r(e, ["settings", "tile"]), { prop: h } = r(e, ["settings", "value"]), { prop: g } = r(e, ["settings", "variant"]);
|
|
1126
|
+
return (x, w) => {
|
|
1121
1127
|
const C = z("v-chip");
|
|
1122
1128
|
return v(), V(C, {
|
|
1123
1129
|
closable: n(i),
|
|
@@ -1126,13 +1132,13 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1126
1132
|
disabled: n(a),
|
|
1127
1133
|
draggable: n(p),
|
|
1128
1134
|
filter: n(d),
|
|
1129
|
-
label: n(
|
|
1135
|
+
label: n(y),
|
|
1130
1136
|
size: n(m),
|
|
1131
1137
|
text: n(u),
|
|
1132
1138
|
theme: n(c),
|
|
1133
1139
|
tile: n(f),
|
|
1134
1140
|
value: n(h),
|
|
1135
|
-
variant: n(
|
|
1141
|
+
variant: n(g)
|
|
1136
1142
|
}, null, 8, ["closable", "color", "density", "disabled", "draggable", "filter", "label", "size", "text", "theme", "tile", "value", "variant"]);
|
|
1137
1143
|
};
|
|
1138
1144
|
}
|
|
@@ -1143,7 +1149,10 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1143
1149
|
outer: { type: Boolean }
|
|
1144
1150
|
},
|
|
1145
1151
|
setup(t) {
|
|
1146
|
-
const e = t, { prop: i } = r(e, ["settings", "column"]), { prop: o } = r(e, ["settings", "direction"]), { prop: l } = r(e, ["settings", "disabled"]), { prop: s } = r(e, ["settings", "filter"]), { prop: a } = r(e, ["settings", "mandatory"]), { prop: p } = r(e, ["settings", "multiple"]), { prop: d } = r(e, [
|
|
1152
|
+
const e = t, { prop: i } = r(e, ["settings", "column"]), { prop: o } = r(e, ["settings", "direction"]), { prop: l } = r(e, ["settings", "disabled"]), { prop: s } = r(e, ["settings", "filter"]), { prop: a } = r(e, ["settings", "mandatory"]), { prop: p } = r(e, ["settings", "multiple"]), { prop: d } = r(e, [
|
|
1153
|
+
"settings",
|
|
1154
|
+
"showArrows"
|
|
1155
|
+
]), { theme: y } = N(), { prop: m } = r(e, ["settings", "value"]);
|
|
1147
1156
|
return (u, c) => {
|
|
1148
1157
|
const f = z("v-chip-group");
|
|
1149
1158
|
return v(), V(f, {
|
|
@@ -1156,7 +1165,7 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1156
1165
|
mandatory: n(a),
|
|
1157
1166
|
multiple: n(p),
|
|
1158
1167
|
"show-arrows": n(d),
|
|
1159
|
-
theme: n(
|
|
1168
|
+
theme: n(y)
|
|
1160
1169
|
}, {
|
|
1161
1170
|
default: I(() => [
|
|
1162
1171
|
L(u.$slots, "default")
|
|
@@ -1173,19 +1182,31 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1173
1182
|
},
|
|
1174
1183
|
setup(t) {
|
|
1175
1184
|
const e = t, i = pe(), o = de(), { applySize: l } = ge(e), s = k(() => {
|
|
1176
|
-
const h = {},
|
|
1177
|
-
return i === "page" ?
|
|
1178
|
-
}), { prop: a } = r(e, ["settings", "disabled"]), { prop: p } = r(e, [
|
|
1185
|
+
const h = {}, g = o.value.type;
|
|
1186
|
+
return i === "page" ? g === "common" ? l(h) : console.assert(!1) : i === "comp" && g === "common" ? l(h) : console.assert(!1), h;
|
|
1187
|
+
}), { prop: a } = r(e, ["settings", "disabled"]), { prop: p } = r(e, [
|
|
1188
|
+
"settings",
|
|
1189
|
+
"hideCanvas"
|
|
1190
|
+
]), { prop: d } = r(e, [
|
|
1191
|
+
"settings",
|
|
1192
|
+
"hideHeader"
|
|
1193
|
+
]), { prop: y } = r(e, [
|
|
1194
|
+
"settings",
|
|
1195
|
+
"hideInputs"
|
|
1196
|
+
]), { prop: m } = r(e, [
|
|
1197
|
+
"settings",
|
|
1198
|
+
"hideSliders"
|
|
1199
|
+
]), { prop: u } = r(e, ["settings", "landscape"]), { prop: c } = r(e, [
|
|
1179
1200
|
"settings",
|
|
1180
1201
|
"showSwatches"
|
|
1181
1202
|
]), { theme: f } = N();
|
|
1182
|
-
return (h,
|
|
1183
|
-
const
|
|
1184
|
-
return v(), V(
|
|
1203
|
+
return (h, g) => {
|
|
1204
|
+
const x = z("v-color-picker");
|
|
1205
|
+
return v(), V(x, {
|
|
1185
1206
|
disabled: n(a),
|
|
1186
1207
|
"hide-canvas": n(p),
|
|
1187
1208
|
"hide-header": n(d),
|
|
1188
|
-
"hide-inputs": n(
|
|
1209
|
+
"hide-inputs": n(y),
|
|
1189
1210
|
"hide-sliders": n(m),
|
|
1190
1211
|
landscape: n(u),
|
|
1191
1212
|
"show-swatches": n(c),
|
|
@@ -1201,8 +1222,17 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1201
1222
|
outer: { type: Boolean }
|
|
1202
1223
|
},
|
|
1203
1224
|
setup(t) {
|
|
1204
|
-
const e = t, { prop: i } = r(e, [
|
|
1205
|
-
|
|
1225
|
+
const e = t, { prop: i } = r(e, [
|
|
1226
|
+
"settings",
|
|
1227
|
+
"hideDetails"
|
|
1228
|
+
]), { prop: o } = r(e, ["settings", "label"]), { prop: l } = r(e, [
|
|
1229
|
+
"settings",
|
|
1230
|
+
"placeholder"
|
|
1231
|
+
]), { prop: s } = r(e, ["settings", "readonly"]), { prop: a } = r(e, [
|
|
1232
|
+
"settings",
|
|
1233
|
+
"singleLine"
|
|
1234
|
+
]), { theme: p } = N(), { prop: d } = r(e, ["settings", "value"]);
|
|
1235
|
+
return (y, m) => {
|
|
1206
1236
|
const u = z("v-combobox");
|
|
1207
1237
|
return v(), V(n(Z), null, {
|
|
1208
1238
|
default: I(() => [
|
|
@@ -1231,9 +1261,9 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1231
1261
|
const e = t, i = pe(), o = de(), { prop: l } = r(e, [
|
|
1232
1262
|
"settings",
|
|
1233
1263
|
"backgroundColor"
|
|
1234
|
-
]), { color: s } = K(l), { applySize: a } = ge(e), { applyMargin: p } = Wn(e), { applyPadding: d } = En(e), { applyBorder:
|
|
1264
|
+
]), { color: s } = K(l), { applySize: a } = ge(e), { applyMargin: p } = Wn(e), { applyPadding: d } = En(e), { applyBorder: y } = Bn(e), m = k(() => {
|
|
1235
1265
|
const u = {}, c = o.value.type;
|
|
1236
|
-
return i === "page" ? c === "common" ? (a(u), p(u), d(u),
|
|
1266
|
+
return i === "page" ? c === "common" ? (a(u), p(u), d(u), y(u), s.value && (u.backgroundColor = s.value)) : console.assert(!1) : i === "comp" && c === "common" ? (a(u), p(u), d(u), y(u), s.value && (u.backgroundColor = s.value)) : console.assert(!1), u;
|
|
1237
1267
|
});
|
|
1238
1268
|
return (u, c) => (v(), Y("div", {
|
|
1239
1269
|
style: Q(m.value)
|
|
@@ -1248,15 +1278,21 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1248
1278
|
outer: { type: Boolean }
|
|
1249
1279
|
},
|
|
1250
1280
|
setup(t) {
|
|
1251
|
-
const e = t, { prop: i } = r(e, ["settings", "density"]), { prop: o } = r(e, [
|
|
1281
|
+
const e = t, { prop: i } = r(e, ["settings", "density"]), { prop: o } = r(e, [
|
|
1282
|
+
"settings",
|
|
1283
|
+
"fixedFooter"
|
|
1284
|
+
]), { prop: l } = r(e, [
|
|
1285
|
+
"settings",
|
|
1286
|
+
"fixedHeader"
|
|
1287
|
+
]), { prop: s } = r(e, ["settings", "headers"]), { prop: a } = r(e, ["size", "height"]), { prop: p } = r(e, ["settings", "hover"]), { prop: d } = r(e, ["settings", "data"], !0), { prop: y } = r(e, ["settings", "loading"]), { prop: m } = r(e, ["settings", "multiSort"]), { theme: u } = N(), { prop: c } = r(e, ["size", "width"]), f = k(() => {
|
|
1252
1288
|
const h = [];
|
|
1253
|
-
return (e.node.slots?.items ?? []).forEach((
|
|
1254
|
-
|
|
1289
|
+
return (e.node.slots?.items ?? []).forEach((x) => {
|
|
1290
|
+
x.column && x.comp && h.push(x);
|
|
1255
1291
|
}), h;
|
|
1256
1292
|
});
|
|
1257
|
-
return (h,
|
|
1258
|
-
const
|
|
1259
|
-
return v(), V(
|
|
1293
|
+
return (h, g) => {
|
|
1294
|
+
const x = z("v-data-table");
|
|
1295
|
+
return v(), V(x, {
|
|
1260
1296
|
density: n(i),
|
|
1261
1297
|
"fixed-footer": n(o),
|
|
1262
1298
|
"fixed-header": n(l),
|
|
@@ -1264,7 +1300,7 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1264
1300
|
height: n(a),
|
|
1265
1301
|
hover: n(p),
|
|
1266
1302
|
items: n(d),
|
|
1267
|
-
loading: n(
|
|
1303
|
+
loading: n(y),
|
|
1268
1304
|
"multi-sort": n(m),
|
|
1269
1305
|
theme: n(u),
|
|
1270
1306
|
width: n(c)
|
|
@@ -1281,12 +1317,12 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1281
1317
|
]), 1032, ["density", "fixed-footer", "fixed-header", "headers", "height", "hover", "items", "loading", "multi-sort", "theme", "width"]);
|
|
1282
1318
|
};
|
|
1283
1319
|
}
|
|
1284
|
-
}),
|
|
1285
|
-
function
|
|
1320
|
+
}), yl = {};
|
|
1321
|
+
function bl(t, e) {
|
|
1286
1322
|
const i = z("v-date-picker");
|
|
1287
1323
|
return v(), V(i);
|
|
1288
1324
|
}
|
|
1289
|
-
const hl = /* @__PURE__ */ xe(
|
|
1325
|
+
const hl = /* @__PURE__ */ xe(yl, [["render", bl]]), gl = ["id"], xl = /* @__PURE__ */ $({
|
|
1290
1326
|
__name: "index",
|
|
1291
1327
|
props: {
|
|
1292
1328
|
node: {},
|
|
@@ -1294,14 +1330,14 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1294
1330
|
},
|
|
1295
1331
|
setup(t) {
|
|
1296
1332
|
const e = t, i = G(), o = Ee(), l = k(() => e.node.basic?.id), { open: s } = eo(`runtimeDlg/${Zi()}`);
|
|
1297
|
-
return
|
|
1333
|
+
return yo(o, e, (p) => {
|
|
1298
1334
|
if (i !== "runtime" && i !== "preview")
|
|
1299
1335
|
return;
|
|
1300
1336
|
const { name: d } = p;
|
|
1301
1337
|
d === "open" ? s.value = !0 : d === "close" && (s.value = !1);
|
|
1302
1338
|
}), (p, d) => {
|
|
1303
|
-
const
|
|
1304
|
-
return v(), V(
|
|
1339
|
+
const y = z("v-dialog");
|
|
1340
|
+
return v(), V(y, {
|
|
1305
1341
|
modelValue: n(s),
|
|
1306
1342
|
"onUpdate:modelValue": d[0] || (d[0] = (m) => O(s) ? s.value = m : null),
|
|
1307
1343
|
attach: "#dialogContainer"
|
|
@@ -1326,7 +1362,10 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1326
1362
|
outer: { type: Boolean }
|
|
1327
1363
|
},
|
|
1328
1364
|
setup(t) {
|
|
1329
|
-
const e = t, { prop: i } = r(e, ["settings", "chips"]), { prop: o } = r(e, ["settings", "density"]), { prop: l } = r(e, ["settings", "direction"]), { prop: s } = r(e, ["settings", "disabled"]), { prop: a } = r(e, ["settings", "label"]), { prop: p } = r(e, ["settings", "loading"]), { prop: d } = r(e, ["settings", "multiple"]), { prop:
|
|
1365
|
+
const e = t, { prop: i } = r(e, ["settings", "chips"]), { prop: o } = r(e, ["settings", "density"]), { prop: l } = r(e, ["settings", "direction"]), { prop: s } = r(e, ["settings", "disabled"]), { prop: a } = r(e, ["settings", "label"]), { prop: p } = r(e, ["settings", "loading"]), { prop: d } = r(e, ["settings", "multiple"]), { prop: y } = r(e, ["settings", "readonly"]), { prop: m } = r(e, ["settings", "reverse"]), { prop: u } = r(e, [
|
|
1366
|
+
"settings",
|
|
1367
|
+
"singleLine"
|
|
1368
|
+
]);
|
|
1330
1369
|
return (c, f) => {
|
|
1331
1370
|
const h = z("v-file-input");
|
|
1332
1371
|
return v(), V(h, {
|
|
@@ -1337,7 +1376,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1337
1376
|
label: n(a),
|
|
1338
1377
|
loading: n(p),
|
|
1339
1378
|
multiple: n(d),
|
|
1340
|
-
readonly: n(
|
|
1379
|
+
readonly: n(y),
|
|
1341
1380
|
reverse: n(m),
|
|
1342
1381
|
"single-line": n(u)
|
|
1343
1382
|
}, null, 8, ["chips", "density", "direction", "disabled", "label", "loading", "multiple", "readonly", "reverse", "single-line"]);
|
|
@@ -1350,15 +1389,15 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1350
1389
|
outer: { type: Boolean }
|
|
1351
1390
|
},
|
|
1352
1391
|
setup(t) {
|
|
1353
|
-
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), { prop:
|
|
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), { prop: y } = r(e, [
|
|
1354
1393
|
"settings",
|
|
1355
1394
|
"backgroundColor"
|
|
1356
|
-
]), { color: m } = K(
|
|
1395
|
+
]), { color: m } = K(y), u = (f) => {
|
|
1357
1396
|
m.value && (f.backgroundColor = m.value), f.display = "flex";
|
|
1358
|
-
const h = Re(i.value.width),
|
|
1359
|
-
|
|
1360
|
-
const
|
|
1361
|
-
|
|
1397
|
+
const h = Re(i.value.width), g = Ie(h, e.node.settings?.direction);
|
|
1398
|
+
g === "row" ? f.flexDirection = "row" : g === "rowReverse" ? f.flexDirection = "row-reverse" : g === "column" ? f.flexDirection = "column" : g === "columnReverse" && (f.flexDirection = "column-reverse");
|
|
1399
|
+
const x = Ie(h, e.node.settings?.wrap);
|
|
1400
|
+
x === "no" ? f.flexWrap = "nowrap" : x === "yes" ? f.flexWrap = "wrap" : x === "reverse" && (f.flexWrap = "wrap-reverse");
|
|
1362
1401
|
const w = Ie(h, e.node.settings?.mainAlign);
|
|
1363
1402
|
w === "start" ? f.justifyContent = "flex-start" : w === "end" ? f.justifyContent = "flex-end" : w === "center" ? f.justifyContent = "center" : w === "spaceBetween" ? f.justifyContent = "space-between" : w === "spaceAround" ? f.justifyContent = "space-around" : w === "spaceEvenly" && (f.justifyContent = "space-evenly");
|
|
1364
1403
|
const C = Ie(h, e.node.settings?.crossAlign);
|
|
@@ -1381,10 +1420,10 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1381
1420
|
},
|
|
1382
1421
|
setup(t) {
|
|
1383
1422
|
const e = t, i = pe(), o = de(), { applySize: l } = ge(e), { prop: s } = r(e, ["settings", "grow"]), { prop: a } = r(e, ["settings", "shrink"]), p = k(() => {
|
|
1384
|
-
const d = {},
|
|
1385
|
-
return i === "page" ?
|
|
1423
|
+
const d = {}, y = o.value.type;
|
|
1424
|
+
return i === "page" ? y === "common" ? (l(d), d.flexGrow = s.value ? 1 : 0, d.flexShrink = a.value ? 1 : 0) : console.assert(!1) : i === "comp" && y === "common" ? (l(d), d.flexGrow = s.value ? 1 : 0, d.flexShrink = a.value ? 1 : 0) : console.assert(!1), d;
|
|
1386
1425
|
});
|
|
1387
|
-
return (d,
|
|
1426
|
+
return (d, y) => (v(), Y("div", {
|
|
1388
1427
|
style: Q(p.value)
|
|
1389
1428
|
}, [
|
|
1390
1429
|
L(d.$slots, "default")
|
|
@@ -1400,25 +1439,25 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1400
1439
|
const e = t, i = G(), o = pe(), l = de(), s = Ee(), { prop: a } = r(e, ["settings", "valid"]), { prop: p } = r(e, ["settings", "fastFail"]), { prop: d } = r(e, [
|
|
1401
1440
|
"settings",
|
|
1402
1441
|
"backgroundColor"
|
|
1403
|
-
]), { color:
|
|
1404
|
-
const
|
|
1405
|
-
return o === "page" ? w === "common" ? (m(
|
|
1406
|
-
}),
|
|
1442
|
+
]), { color: y } = K(d), { applySize: m } = ge(e), { applyMargin: u } = Wn(e), { applyPadding: c } = En(e), { applyBorder: f } = Bn(e), h = k(() => {
|
|
1443
|
+
const x = {}, w = l.value.type;
|
|
1444
|
+
return o === "page" ? w === "common" ? (m(x), u(x), c(x), f(x), y.value && (x.backgroundColor = y.value)) : console.assert(!1) : o === "comp" && w === "common" ? (m(x), u(x), c(x), f(x), y.value && (x.backgroundColor = y.value)) : console.assert(!1), x;
|
|
1445
|
+
}), g = () => {
|
|
1407
1446
|
i !== "runtime" && i !== "preview" || s.callFunction("__triggerEventV1__", [
|
|
1408
1447
|
Ce("elementEvent", e.node.basic.id, "submit")
|
|
1409
1448
|
]);
|
|
1410
1449
|
};
|
|
1411
|
-
return (
|
|
1450
|
+
return (x, w) => {
|
|
1412
1451
|
const C = z("v-form");
|
|
1413
1452
|
return v(), V(C, {
|
|
1414
1453
|
modelValue: n(a),
|
|
1415
1454
|
"onUpdate:modelValue": w[0] || (w[0] = (M) => O(a) ? a.value = M : null),
|
|
1416
1455
|
"fast-fail": n(p),
|
|
1417
1456
|
style: Q(h.value),
|
|
1418
|
-
onSubmit: Ro(
|
|
1457
|
+
onSubmit: Ro(g, ["prevent"])
|
|
1419
1458
|
}, {
|
|
1420
1459
|
default: I(() => [
|
|
1421
|
-
L(
|
|
1460
|
+
L(x.$slots, "default")
|
|
1422
1461
|
]),
|
|
1423
1462
|
_: 3
|
|
1424
1463
|
}, 8, ["modelValue", "fast-fail", "style"]);
|
|
@@ -1432,7 +1471,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1432
1471
|
},
|
|
1433
1472
|
setup(t) {
|
|
1434
1473
|
const e = t, { prop: i } = r(e, ["settings", "color"]), { color: o } = K(i), { prop: l } = r(e, ["settings", "disabled"]), { prop: s } = r(e, ["settings", "icon"]), { prop: a } = r(e, ["settings", "size"]), { theme: p } = N();
|
|
1435
|
-
return (d,
|
|
1474
|
+
return (d, y) => {
|
|
1436
1475
|
const m = z("v-icon");
|
|
1437
1476
|
return v(), V(m, {
|
|
1438
1477
|
color: n(o),
|
|
@@ -1451,7 +1490,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1451
1490
|
},
|
|
1452
1491
|
setup(t) {
|
|
1453
1492
|
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()}`);
|
|
1454
|
-
return
|
|
1493
|
+
return yo(o, e, (m) => {
|
|
1455
1494
|
if (i !== "runtime" && i !== "preview")
|
|
1456
1495
|
return;
|
|
1457
1496
|
const { name: u } = m;
|
|
@@ -1494,15 +1533,24 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1494
1533
|
"settings",
|
|
1495
1534
|
"addIcon",
|
|
1496
1535
|
"appendInner"
|
|
1497
|
-
]), { prop: l } = r(e, ["settings", "clearable"]), { prop: s } = r(e, [
|
|
1536
|
+
]), { prop: l } = r(e, ["settings", "clearable"]), { prop: s } = r(e, [
|
|
1537
|
+
"settings",
|
|
1538
|
+
"hideDetails"
|
|
1539
|
+
]), { prop: a } = r(e, ["settings", "label"]), { prop: p } = r(e, ["settings", "loading"]), { prop: d } = r(e, ["settings", "max"]), { prop: y } = r(e, ["size", "maxWidth"]), { prop: m } = r(e, ["settings", "min"]), { prop: u } = r(e, ["size", "minWidth"]), { prop: c } = r(e, [
|
|
1540
|
+
"settings",
|
|
1541
|
+
"placeholder"
|
|
1542
|
+
]), { prop: f } = r(e, ["settings", "precision"]), { prop: h } = r(e, ["settings", "prefix"]), { prop: g } = r(e, [
|
|
1498
1543
|
"settings",
|
|
1499
1544
|
"addIcon",
|
|
1500
1545
|
"prepend"
|
|
1501
|
-
]), { prop:
|
|
1546
|
+
]), { prop: x } = r(e, [
|
|
1502
1547
|
"settings",
|
|
1503
1548
|
"addIcon",
|
|
1504
1549
|
"prependInner"
|
|
1505
|
-
]), { prop: w } = r(e, ["settings", "readonly"]), { prop: C } = r(e, ["settings", "reverse"]), { prop: M } = r(e, [
|
|
1550
|
+
]), { prop: w } = r(e, ["settings", "readonly"]), { prop: C } = r(e, ["settings", "reverse"]), { prop: M } = r(e, [
|
|
1551
|
+
"settings",
|
|
1552
|
+
"singleLine"
|
|
1553
|
+
]), { prop: W } = r(e, ["settings", "step"]), { prop: F } = r(e, ["settings", "suffix"]), { theme: R } = N(), { prop: E } = r(e, ["settings", "value"]), { prop: S } = r(e, ["settings", "variant"]), { prop: D } = r(e, ["size", "width"]);
|
|
1506
1554
|
return (J, te) => {
|
|
1507
1555
|
const re = z("v-number-input");
|
|
1508
1556
|
return v(), V(n(Z), null, {
|
|
@@ -1517,14 +1565,14 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1517
1565
|
label: n(a),
|
|
1518
1566
|
loading: n(p),
|
|
1519
1567
|
max: n(d),
|
|
1520
|
-
"max-width": n(
|
|
1568
|
+
"max-width": n(y),
|
|
1521
1569
|
min: n(m),
|
|
1522
1570
|
"min-width": n(u),
|
|
1523
1571
|
placeholder: n(c),
|
|
1524
1572
|
precision: n(f),
|
|
1525
1573
|
prefix: n(h),
|
|
1526
|
-
"prepend-icon": n(
|
|
1527
|
-
"prepend-inner-icon": n(
|
|
1574
|
+
"prepend-icon": n(g),
|
|
1575
|
+
"prepend-inner-icon": n(x),
|
|
1528
1576
|
readonly: n(w),
|
|
1529
1577
|
reverse: n(C),
|
|
1530
1578
|
"single-line": n(M),
|
|
@@ -1549,17 +1597,17 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1549
1597
|
const e = t, i = G(), { prop: o } = r(e, ["settings", "density"]), { prop: l } = r(e, ["settings", "disabled"]), { prop: s } = r(e, ["settings", "length"]), { prop: a } = r(e, [
|
|
1550
1598
|
"settings",
|
|
1551
1599
|
"showFirstLastPage"
|
|
1552
|
-
]), { prop: p } = r(e, ["settings", "size"]), { prop: d } = r(e, ["settings", "start"]), { theme:
|
|
1600
|
+
]), { prop: p } = r(e, ["settings", "size"]), { prop: d } = r(e, ["settings", "start"]), { theme: y } = N(), { prop: m } = r(e, ["settings", "tile"]), { prop: u } = r(e, ["settings", "value"]), { prop: c } = r(e, ["settings", "variant"]), f = k(() => {
|
|
1553
1601
|
const h = {};
|
|
1554
1602
|
return i === "editor" && (h.pointerEvents = "none"), h;
|
|
1555
1603
|
});
|
|
1556
|
-
return (h,
|
|
1557
|
-
const
|
|
1604
|
+
return (h, g) => {
|
|
1605
|
+
const x = z("v-pagination");
|
|
1558
1606
|
return v(), V(n(Z), null, {
|
|
1559
1607
|
default: I(() => [
|
|
1560
|
-
H(
|
|
1608
|
+
H(x, {
|
|
1561
1609
|
modelValue: n(u),
|
|
1562
|
-
"onUpdate:modelValue":
|
|
1610
|
+
"onUpdate:modelValue": g[0] || (g[0] = (w) => O(u) ? u.value = w : null),
|
|
1563
1611
|
density: n(o),
|
|
1564
1612
|
disabled: n(l),
|
|
1565
1613
|
length: n(s),
|
|
@@ -1567,7 +1615,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1567
1615
|
size: n(p),
|
|
1568
1616
|
start: n(d),
|
|
1569
1617
|
style: Q(f.value),
|
|
1570
|
-
theme: n(
|
|
1618
|
+
theme: n(y),
|
|
1571
1619
|
tile: n(m),
|
|
1572
1620
|
variant: n(c)
|
|
1573
1621
|
}, null, 8, ["modelValue", "density", "disabled", "length", "show-first-last-page", "size", "start", "style", "theme", "tile", "variant"])
|
|
@@ -1583,7 +1631,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1583
1631
|
outer: { type: Boolean }
|
|
1584
1632
|
},
|
|
1585
1633
|
setup(t) {
|
|
1586
|
-
const e = t, { prop: i } = r(e, ["settings", "color"]), { color: o } = K(i), { prop: l } = r(e, ["settings", "density"]), { prop: s } = r(e, ["settings", "disabled"]), { prop: a } = r(e, ["settings", "label"]), { prop: p } = r(e, ["settings", "readonly"]), { theme: d } = N(), { prop:
|
|
1634
|
+
const e = t, { prop: i } = r(e, ["settings", "color"]), { color: o } = K(i), { prop: l } = r(e, ["settings", "density"]), { prop: s } = r(e, ["settings", "disabled"]), { prop: a } = r(e, ["settings", "label"]), { prop: p } = r(e, ["settings", "readonly"]), { theme: d } = N(), { prop: y } = r(e, ["settings", "value"]);
|
|
1587
1635
|
return (m, u) => {
|
|
1588
1636
|
const c = z("v-radio");
|
|
1589
1637
|
return v(), V(c, {
|
|
@@ -1593,7 +1641,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1593
1641
|
label: n(a),
|
|
1594
1642
|
readonly: n(p),
|
|
1595
1643
|
theme: n(d),
|
|
1596
|
-
value: n(
|
|
1644
|
+
value: n(y)
|
|
1597
1645
|
}, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
|
|
1598
1646
|
};
|
|
1599
1647
|
}
|
|
@@ -1605,7 +1653,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1605
1653
|
},
|
|
1606
1654
|
setup(t) {
|
|
1607
1655
|
const e = t, { prop: i } = r(e, ["settings", "density"]), { prop: o } = r(e, ["settings", "direction"]), { prop: l } = r(e, ["settings", "disabled"]), { prop: s } = r(e, ["settings", "inline"]), { prop: a } = r(e, ["settings", "readonly"]), { theme: p } = N(), { prop: d } = r(e, ["settings", "value"]);
|
|
1608
|
-
return (
|
|
1656
|
+
return (y, m) => {
|
|
1609
1657
|
const u = z("v-radio-group");
|
|
1610
1658
|
return v(), V(n(Z), null, {
|
|
1611
1659
|
default: I(() => [
|
|
@@ -1620,7 +1668,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1620
1668
|
theme: n(p)
|
|
1621
1669
|
}, {
|
|
1622
1670
|
default: I(() => [
|
|
1623
|
-
L(
|
|
1671
|
+
L(y.$slots, "default")
|
|
1624
1672
|
]),
|
|
1625
1673
|
_: 3
|
|
1626
1674
|
}, 8, ["modelValue", "density", "direction", "disabled", "inline", "readonly", "theme"])
|
|
@@ -1636,7 +1684,13 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1636
1684
|
outer: { type: Boolean }
|
|
1637
1685
|
},
|
|
1638
1686
|
setup(t) {
|
|
1639
|
-
const e = t, { prop: i } = r(e, ["settings", "density"]), { prop: o } = r(e, ["settings", "direction"]), { prop: l } = r(e, ["settings", "disabled"]), { prop: s } = r(e, [
|
|
1687
|
+
const e = t, { prop: i } = r(e, ["settings", "density"]), { prop: o } = r(e, ["settings", "direction"]), { prop: l } = r(e, ["settings", "disabled"]), { prop: s } = r(e, [
|
|
1688
|
+
"settings",
|
|
1689
|
+
"hideDetails"
|
|
1690
|
+
]), { prop: a } = r(e, ["settings", "label"]), { prop: p } = r(e, ["settings", "max"]), { prop: d } = r(e, ["settings", "min"]), { prop: y } = r(e, ["settings", "readonly"]), { prop: m } = r(e, [
|
|
1691
|
+
"settings",
|
|
1692
|
+
"showTicks"
|
|
1693
|
+
]), u = k(() => {
|
|
1640
1694
|
if (m.value === "always")
|
|
1641
1695
|
return "always";
|
|
1642
1696
|
if (m.value === "show")
|
|
@@ -1644,12 +1698,12 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1644
1698
|
}), { prop: c } = r(e, ["settings", "step"]), { theme: f } = N(), { prop: h } = r(e, [
|
|
1645
1699
|
"settings",
|
|
1646
1700
|
"thumbLabel"
|
|
1647
|
-
]),
|
|
1701
|
+
]), g = k(() => {
|
|
1648
1702
|
if (h.value === "always")
|
|
1649
1703
|
return "always";
|
|
1650
1704
|
if (h.value === "show")
|
|
1651
1705
|
return !0;
|
|
1652
|
-
}), { prop:
|
|
1706
|
+
}), { prop: x } = r(e, ["settings", "thumbSize"]), { prop: w } = r(e, ["settings", "ticks"]), C = k(() => {
|
|
1653
1707
|
if (!w.value)
|
|
1654
1708
|
return;
|
|
1655
1709
|
const E = {};
|
|
@@ -1661,7 +1715,11 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1661
1715
|
"settings",
|
|
1662
1716
|
"value",
|
|
1663
1717
|
"start"
|
|
1664
|
-
]), { prop: F } = r(e, [
|
|
1718
|
+
]), { prop: F } = r(e, [
|
|
1719
|
+
"settings",
|
|
1720
|
+
"value",
|
|
1721
|
+
"end"
|
|
1722
|
+
]), R = k({
|
|
1665
1723
|
get: () => [W.value, F.value],
|
|
1666
1724
|
set: ([E, S]) => {
|
|
1667
1725
|
W.value = E, F.value = S;
|
|
@@ -1684,12 +1742,12 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1684
1742
|
label: n(a),
|
|
1685
1743
|
max: n(p),
|
|
1686
1744
|
min: n(d),
|
|
1687
|
-
readonly: n(
|
|
1745
|
+
readonly: n(y),
|
|
1688
1746
|
"show-ticks": u.value,
|
|
1689
1747
|
step: n(c),
|
|
1690
1748
|
theme: n(f),
|
|
1691
|
-
"thumb-label":
|
|
1692
|
-
"thumb-size": n(
|
|
1749
|
+
"thumb-label": g.value,
|
|
1750
|
+
"thumb-size": n(x),
|
|
1693
1751
|
"tick-size": n(M),
|
|
1694
1752
|
ticks: C.value
|
|
1695
1753
|
}, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "label", "max", "min", "readonly", "show-ticks", "step", "theme", "thumb-label", "thumb-size", "tick-size", "ticks"])
|
|
@@ -1708,7 +1766,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1708
1766
|
const e = t, { prop: i } = r(e, ["settings", "clearable"]), { prop: o } = r(e, ["settings", "density"]), { prop: l } = r(e, ["settings", "disabled"]), { prop: s } = r(e, [
|
|
1709
1767
|
"settings",
|
|
1710
1768
|
"halfIncrements"
|
|
1711
|
-
]), { prop: a } = r(e, ["settings", "hover"]), { prop: p } = r(e, ["settings", "length"]), { prop: d } = r(e, ["settings", "readonly"]), { theme:
|
|
1769
|
+
]), { prop: a } = r(e, ["settings", "hover"]), { prop: p } = r(e, ["settings", "length"]), { prop: d } = r(e, ["settings", "readonly"]), { theme: y } = N(), { prop: m } = r(e, ["settings", "value"]);
|
|
1712
1770
|
return (u, c) => {
|
|
1713
1771
|
const f = z("v-rating");
|
|
1714
1772
|
return v(), V(n(Z), { "fit-content": !0 }, {
|
|
@@ -1723,7 +1781,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1723
1781
|
hover: n(a),
|
|
1724
1782
|
length: n(p),
|
|
1725
1783
|
readonly: n(d),
|
|
1726
|
-
theme: n(
|
|
1784
|
+
theme: n(y)
|
|
1727
1785
|
}, null, 8, ["modelValue", "clearable", "density", "disabled", "half-increments", "hover", "length", "readonly", "theme"])
|
|
1728
1786
|
]),
|
|
1729
1787
|
_: 1
|
|
@@ -1737,8 +1795,17 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1737
1795
|
outer: { type: Boolean }
|
|
1738
1796
|
},
|
|
1739
1797
|
setup(t) {
|
|
1740
|
-
const e = t, { prop: i } = r(e, [
|
|
1741
|
-
|
|
1798
|
+
const e = t, { prop: i } = r(e, [
|
|
1799
|
+
"settings",
|
|
1800
|
+
"hideDetails"
|
|
1801
|
+
]), { prop: o } = r(e, ["settings", "label"]), { prop: l } = r(e, [
|
|
1802
|
+
"settings",
|
|
1803
|
+
"placeholder"
|
|
1804
|
+
]), { prop: s } = r(e, ["settings", "readonly"]), { prop: a } = r(e, [
|
|
1805
|
+
"settings",
|
|
1806
|
+
"singleLine"
|
|
1807
|
+
]), { theme: p } = N(), { prop: d } = r(e, ["settings", "value"]);
|
|
1808
|
+
return (y, m) => {
|
|
1742
1809
|
const u = z("v-select");
|
|
1743
1810
|
return v(), V(n(Z), null, {
|
|
1744
1811
|
default: I(() => [
|
|
@@ -1764,15 +1831,21 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1764
1831
|
outer: { type: Boolean }
|
|
1765
1832
|
},
|
|
1766
1833
|
setup(t) {
|
|
1767
|
-
const e = t, { prop: i } = r(e, ["settings", "color"]), { color: o } = K(i), { prop: l } = r(e, ["settings", "direction"]), { prop: s } = r(e, ["settings", "disabled"]), { prop: a } = r(e, [
|
|
1834
|
+
const e = t, { prop: i } = r(e, ["settings", "color"]), { color: o } = K(i), { prop: l } = r(e, ["settings", "direction"]), { prop: s } = r(e, ["settings", "disabled"]), { prop: a } = r(e, [
|
|
1835
|
+
"settings",
|
|
1836
|
+
"hideDetails"
|
|
1837
|
+
]), { prop: p } = r(e, ["settings", "label"]), { prop: d } = r(e, ["settings", "max"]), { prop: y } = r(e, ["settings", "min"]), { prop: m } = r(e, ["settings", "readonly"]), { prop: u } = r(e, ["settings", "reverse"]), { prop: c } = r(e, [
|
|
1838
|
+
"settings",
|
|
1839
|
+
"showTicks"
|
|
1840
|
+
]), f = k(() => {
|
|
1768
1841
|
if (c.value === "always")
|
|
1769
1842
|
return "always";
|
|
1770
1843
|
if (c.value === "show")
|
|
1771
1844
|
return !0;
|
|
1772
|
-
}), { prop: h } = r(e, ["settings", "step"]), { theme:
|
|
1845
|
+
}), { prop: h } = r(e, ["settings", "step"]), { theme: g } = N(), { prop: x } = r(e, [
|
|
1773
1846
|
"settings",
|
|
1774
1847
|
"thumbColor"
|
|
1775
|
-
]), { color: w } = K(
|
|
1848
|
+
]), { color: w } = K(x), { prop: C } = r(e, [
|
|
1776
1849
|
"settings",
|
|
1777
1850
|
"thumbLabel"
|
|
1778
1851
|
]), M = k(() => {
|
|
@@ -1805,12 +1878,12 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1805
1878
|
"hide-details": n(a),
|
|
1806
1879
|
label: n(p),
|
|
1807
1880
|
max: n(d),
|
|
1808
|
-
min: n(
|
|
1881
|
+
min: n(y),
|
|
1809
1882
|
readonly: n(m),
|
|
1810
1883
|
reverse: n(u),
|
|
1811
1884
|
"show-ticks": f.value,
|
|
1812
1885
|
step: n(h),
|
|
1813
|
-
theme: n(
|
|
1886
|
+
theme: n(g),
|
|
1814
1887
|
"thumb-color": n(w),
|
|
1815
1888
|
"thumb-label": M.value,
|
|
1816
1889
|
"thumb-size": n(W),
|
|
@@ -1851,7 +1924,10 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1851
1924
|
outer: { type: Boolean }
|
|
1852
1925
|
},
|
|
1853
1926
|
setup(t) {
|
|
1854
|
-
const e = t, { prop: i } = r(e, [
|
|
1927
|
+
const e = t, { prop: i } = r(e, [
|
|
1928
|
+
"settings",
|
|
1929
|
+
"hideActions"
|
|
1930
|
+
]), { theme: o } = N(), { prop: l } = r(e, ["settings", "value"]);
|
|
1855
1931
|
return (s, a) => {
|
|
1856
1932
|
const p = z("v-stepper");
|
|
1857
1933
|
return v(), V(p, {
|
|
@@ -1930,17 +2006,20 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
1930
2006
|
outer: { type: Boolean }
|
|
1931
2007
|
},
|
|
1932
2008
|
setup(t) {
|
|
1933
|
-
const e = t, { prop: i } = r(e, ["settings", "density"]), { prop: o } = r(e, ["settings", "direction"]), { prop: l } = r(e, ["settings", "disabled"]), { prop: s } = r(e, [
|
|
2009
|
+
const e = t, { prop: i } = r(e, ["settings", "density"]), { prop: o } = r(e, ["settings", "direction"]), { prop: l } = r(e, ["settings", "disabled"]), { prop: s } = r(e, [
|
|
2010
|
+
"settings",
|
|
2011
|
+
"hideDetails"
|
|
2012
|
+
]), { prop: a } = r(e, [
|
|
1934
2013
|
"settings",
|
|
1935
2014
|
"indeterminate"
|
|
1936
|
-
]), { prop: p } = r(e, ["settings", "inline"]), { prop: d } = r(e, ["settings", "inset"]), { prop:
|
|
2015
|
+
]), { prop: p } = r(e, ["settings", "inline"]), { prop: d } = r(e, ["settings", "inset"]), { prop: y } = r(e, ["settings", "label"]), { prop: m } = r(e, ["settings", "loading"]), { theme: u } = N(), { prop: c } = r(e, ["settings", "value"]);
|
|
1937
2016
|
return (f, h) => {
|
|
1938
|
-
const
|
|
2017
|
+
const g = z("v-switch");
|
|
1939
2018
|
return v(), V(n(Z), { "fit-content": !0 }, {
|
|
1940
2019
|
default: I(() => [
|
|
1941
|
-
H(
|
|
2020
|
+
H(g, {
|
|
1942
2021
|
modelValue: n(c),
|
|
1943
|
-
"onUpdate:modelValue": h[0] || (h[0] = (
|
|
2022
|
+
"onUpdate:modelValue": h[0] || (h[0] = (x) => O(c) ? c.value = x : null),
|
|
1944
2023
|
density: n(i),
|
|
1945
2024
|
direction: n(o),
|
|
1946
2025
|
disabled: n(l),
|
|
@@ -1948,7 +2027,7 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
1948
2027
|
indeterminate: n(a),
|
|
1949
2028
|
inline: n(p),
|
|
1950
2029
|
inset: n(d),
|
|
1951
|
-
label: n(
|
|
2030
|
+
label: n(y),
|
|
1952
2031
|
loading: n(m),
|
|
1953
2032
|
theme: n(u)
|
|
1954
2033
|
}, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "indeterminate", "inline", "inset", "label", "loading", "theme"])
|
|
@@ -1969,10 +2048,10 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
1969
2048
|
return i === "editor" && (p.pointerEvents = "none"), p;
|
|
1970
2049
|
});
|
|
1971
2050
|
return (p, d) => {
|
|
1972
|
-
const
|
|
2051
|
+
const y = z("v-tab");
|
|
1973
2052
|
return v(), V(n(Z), { "fit-content": !0 }, {
|
|
1974
2053
|
default: I(() => [
|
|
1975
|
-
H(
|
|
2054
|
+
H(y, {
|
|
1976
2055
|
style: Q(a.value),
|
|
1977
2056
|
text: n(o),
|
|
1978
2057
|
theme: n(l),
|
|
@@ -2001,7 +2080,13 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2001
2080
|
"settings",
|
|
2002
2081
|
"color",
|
|
2003
2082
|
"selectedColor"
|
|
2004
|
-
]), { color: p } = K(a), { prop: d } = r(e, ["settings", "density"]), { prop:
|
|
2083
|
+
]), { color: p } = K(a), { prop: d } = r(e, ["settings", "density"]), { prop: y } = r(e, ["settings", "direction"]), { prop: m } = r(e, ["settings", "disabled"]), { prop: u } = r(e, ["settings", "fixedTabs"]), { prop: c } = r(e, ["settings", "grow"]), { prop: f } = r(e, [
|
|
2084
|
+
"settings",
|
|
2085
|
+
"hideSlider"
|
|
2086
|
+
]), { prop: h } = r(e, ["settings", "items"]), { prop: g } = r(e, ["settings", "mandatory"]), { prop: x } = r(e, [
|
|
2087
|
+
"settings",
|
|
2088
|
+
"showArrows"
|
|
2089
|
+
]), { prop: w } = r(e, [
|
|
2005
2090
|
"settings",
|
|
2006
2091
|
"color",
|
|
2007
2092
|
"sliderColor"
|
|
@@ -2016,14 +2101,14 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2016
2101
|
"center-active": n(s),
|
|
2017
2102
|
color: n(p),
|
|
2018
2103
|
density: n(d),
|
|
2019
|
-
direction: n(
|
|
2104
|
+
direction: n(y),
|
|
2020
2105
|
disabled: n(m),
|
|
2021
2106
|
"fixed-tabs": n(u),
|
|
2022
2107
|
grow: n(c),
|
|
2023
2108
|
"hide-slider": n(f),
|
|
2024
2109
|
items: n(h),
|
|
2025
|
-
mandatory: n(
|
|
2026
|
-
"show-arrows": n(
|
|
2110
|
+
mandatory: n(g),
|
|
2111
|
+
"show-arrows": n(x),
|
|
2027
2112
|
"slider-color": n(C),
|
|
2028
2113
|
stacked: n(M),
|
|
2029
2114
|
theme: n(W)
|
|
@@ -2042,12 +2127,15 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2042
2127
|
outer: { type: Boolean }
|
|
2043
2128
|
},
|
|
2044
2129
|
setup(t) {
|
|
2045
|
-
const e = t, i = $e(), { prop: o } = r(e, ["settings", "align"]), { prop: l } = r(e, [
|
|
2130
|
+
const e = t, i = $e(), { prop: o } = r(e, ["settings", "align"]), { prop: l } = r(e, [
|
|
2131
|
+
"settings",
|
|
2132
|
+
"decoration"
|
|
2133
|
+
]), { prop: s } = r(e, ["settings", "emphasis"]), { prop: a } = r(e, ["settings", "italic"]), { prop: p } = r(e, ["settings", "text"]), { prop: d } = r(e, ["settings", "weight"]), y = k(() => {
|
|
2046
2134
|
const m = [], u = Re(i.value.width), c = Ie(u, e.node.settings?.style);
|
|
2047
2135
|
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(" ");
|
|
2048
2136
|
});
|
|
2049
2137
|
return (m, u) => (v(), Y("span", {
|
|
2050
|
-
class: Do(
|
|
2138
|
+
class: Do(y.value)
|
|
2051
2139
|
}, Fo(n(p)), 3));
|
|
2052
2140
|
}
|
|
2053
2141
|
}), Xl = /* @__PURE__ */ $({
|
|
@@ -2057,14 +2145,20 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2057
2145
|
outer: { type: Boolean }
|
|
2058
2146
|
},
|
|
2059
2147
|
setup(t) {
|
|
2060
|
-
const e = t, { prop: i } = r(e, ["settings", "autoGrow"]), { prop: o } = r(e, ["settings", "clearable"]), { prop: l } = r(e, ["settings", "density"]), { prop: s } = r(e, ["settings", "disabled"]), { prop: a } = r(e, ["settings", "label"]), { prop: p } = r(e, ["settings", "loading"]), { prop: d } = r(e, ["settings", "maxRows"]), { prop:
|
|
2148
|
+
const e = t, { prop: i } = r(e, ["settings", "autoGrow"]), { prop: o } = r(e, ["settings", "clearable"]), { prop: l } = r(e, ["settings", "density"]), { prop: s } = r(e, ["settings", "disabled"]), { prop: a } = r(e, ["settings", "label"]), { prop: p } = r(e, ["settings", "loading"]), { prop: d } = r(e, ["settings", "maxRows"]), { prop: y } = r(e, [
|
|
2149
|
+
"settings",
|
|
2150
|
+
"placeholder"
|
|
2151
|
+
]), { prop: m } = r(e, ["settings", "readonly"]), { prop: u } = r(e, ["settings", "reverse"]), { prop: c } = r(e, ["settings", "rows"]), { prop: f } = r(e, [
|
|
2152
|
+
"settings",
|
|
2153
|
+
"singleLine"
|
|
2154
|
+
]), { theme: h } = N(), { prop: g } = r(e, ["settings", "value"]), { prop: x } = r(e, ["settings", "variant"]);
|
|
2061
2155
|
return (w, C) => {
|
|
2062
2156
|
const M = z("v-textarea");
|
|
2063
2157
|
return v(), V(n(Z), null, {
|
|
2064
2158
|
default: I(() => [
|
|
2065
2159
|
H(M, {
|
|
2066
|
-
modelValue: n(
|
|
2067
|
-
"onUpdate:modelValue": C[0] || (C[0] = (W) => O(
|
|
2160
|
+
modelValue: n(g),
|
|
2161
|
+
"onUpdate:modelValue": C[0] || (C[0] = (W) => O(g) ? g.value = W : null),
|
|
2068
2162
|
"auto-grow": n(i),
|
|
2069
2163
|
clearable: n(o),
|
|
2070
2164
|
density: n(l),
|
|
@@ -2072,13 +2166,13 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2072
2166
|
label: n(a),
|
|
2073
2167
|
loading: n(p),
|
|
2074
2168
|
"max-rows": n(d),
|
|
2075
|
-
placeholder: n(
|
|
2169
|
+
placeholder: n(y),
|
|
2076
2170
|
readonly: n(m),
|
|
2077
2171
|
reverse: n(u),
|
|
2078
2172
|
rows: n(c),
|
|
2079
2173
|
"single-line": n(f),
|
|
2080
2174
|
theme: n(h),
|
|
2081
|
-
variant: n(
|
|
2175
|
+
variant: n(x)
|
|
2082
2176
|
}, null, 8, ["modelValue", "auto-grow", "clearable", "density", "disabled", "label", "loading", "max-rows", "placeholder", "readonly", "reverse", "rows", "single-line", "theme", "variant"])
|
|
2083
2177
|
]),
|
|
2084
2178
|
_: 1
|
|
@@ -2092,13 +2186,28 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2092
2186
|
outer: { type: Boolean }
|
|
2093
2187
|
},
|
|
2094
2188
|
setup(t) {
|
|
2095
|
-
const e = t, { prop: i } = r(e, [
|
|
2189
|
+
const e = t, { prop: i } = r(e, [
|
|
2190
|
+
"settings",
|
|
2191
|
+
"appendIcon"
|
|
2192
|
+
]), { prop: o } = r(e, [
|
|
2096
2193
|
"settings",
|
|
2097
2194
|
"appendInnerIcon"
|
|
2098
|
-
]), { prop: l } = r(e, ["settings", "autofocus"]), { prop: s } = r(e, ["settings", "clearable"]), { prop: a } = r(e, ["settings", "density"]), { prop: p } = r(e, ["settings", "disabled"]), { prop: d } = r(e, [
|
|
2195
|
+
]), { prop: l } = r(e, ["settings", "autofocus"]), { prop: s } = r(e, ["settings", "clearable"]), { prop: a } = r(e, ["settings", "density"]), { prop: p } = r(e, ["settings", "disabled"]), { prop: d } = r(e, [
|
|
2196
|
+
"settings",
|
|
2197
|
+
"hideDetails"
|
|
2198
|
+
]), { prop: y } = r(e, ["settings", "label"]), { prop: m } = r(e, ["settings", "loading"]), { prop: u } = r(e, [
|
|
2199
|
+
"settings",
|
|
2200
|
+
"placeholder"
|
|
2201
|
+
]), { prop: c } = r(e, ["settings", "prefix"]), { prop: f } = r(e, [
|
|
2202
|
+
"settings",
|
|
2203
|
+
"prependIcon"
|
|
2204
|
+
]), { prop: h } = r(e, [
|
|
2099
2205
|
"settings",
|
|
2100
2206
|
"prependInnerIcon"
|
|
2101
|
-
]), { prop:
|
|
2207
|
+
]), { prop: g } = r(e, ["settings", "readonly"]), { prop: x } = r(e, ["settings", "reverse"]), { prop: w } = r(e, [
|
|
2208
|
+
"settings",
|
|
2209
|
+
"singleLine"
|
|
2210
|
+
]), { prop: C } = r(e, ["settings", "suffix"]), { theme: M } = N(), { prop: W } = r(e, ["settings", "value"]), { prop: F } = r(e, ["settings", "variant"]), { prop: R } = r(e, ["slots", "append"]), { prop: E } = r(e, [
|
|
2102
2211
|
"slots",
|
|
2103
2212
|
"appendInner"
|
|
2104
2213
|
]), { prop: S } = r(e, ["slots", "prepend"]), { prop: D } = r(e, [
|
|
@@ -2119,14 +2228,14 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2119
2228
|
density: n(a),
|
|
2120
2229
|
disabled: n(p),
|
|
2121
2230
|
"hide-details": n(d),
|
|
2122
|
-
label: n(
|
|
2231
|
+
label: n(y),
|
|
2123
2232
|
loading: n(m),
|
|
2124
2233
|
placeholder: n(u),
|
|
2125
2234
|
prefix: n(c),
|
|
2126
2235
|
"prepend-icon": n(f),
|
|
2127
2236
|
"prepend-inner-icon": n(h),
|
|
2128
|
-
readonly: n(
|
|
2129
|
-
reverse: n(
|
|
2237
|
+
readonly: n(g),
|
|
2238
|
+
reverse: n(x),
|
|
2130
2239
|
"single-line": n(w),
|
|
2131
2240
|
suffix: n(C),
|
|
2132
2241
|
theme: n(M),
|
|
@@ -2192,11 +2301,15 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2192
2301
|
]), { color: a } = K(s), { prop: p } = r(e, ["settings", "dot", "fill"]), { prop: d } = r(e, [
|
|
2193
2302
|
"settings",
|
|
2194
2303
|
"hideOpposite"
|
|
2195
|
-
]), { prop:
|
|
2304
|
+
]), { prop: y } = r(e, [
|
|
2196
2305
|
"settings",
|
|
2197
2306
|
"line",
|
|
2198
2307
|
"color"
|
|
2199
|
-
]), { color: m } = K(
|
|
2308
|
+
]), { color: m } = K(y), { prop: u } = r(e, [
|
|
2309
|
+
"settings",
|
|
2310
|
+
"line",
|
|
2311
|
+
"inset"
|
|
2312
|
+
]), { prop: c } = r(e, [
|
|
2200
2313
|
"settings",
|
|
2201
2314
|
"line",
|
|
2202
2315
|
"thickness"
|
|
@@ -2204,8 +2317,8 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2204
2317
|
"settings",
|
|
2205
2318
|
"line",
|
|
2206
2319
|
"truncate"
|
|
2207
|
-
]), { theme:
|
|
2208
|
-
return (
|
|
2320
|
+
]), { theme: g } = N();
|
|
2321
|
+
return (x, w) => {
|
|
2209
2322
|
const C = z("v-timeline");
|
|
2210
2323
|
return v(), V(C, {
|
|
2211
2324
|
align: n(i),
|
|
@@ -2218,11 +2331,11 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2218
2331
|
"line-inset": n(u),
|
|
2219
2332
|
"line-thickness": n(c),
|
|
2220
2333
|
side: n(f),
|
|
2221
|
-
theme: n(
|
|
2334
|
+
theme: n(g),
|
|
2222
2335
|
"truncate-line": n(h)
|
|
2223
2336
|
}, {
|
|
2224
2337
|
default: I(() => [
|
|
2225
|
-
L(
|
|
2338
|
+
L(x.$slots, "default")
|
|
2226
2339
|
]),
|
|
2227
2340
|
_: 3
|
|
2228
2341
|
}, 8, ["align", "density", "direction", "dot-color", "fill-dot", "hide-opposite", "line-color", "line-inset", "line-thickness", "side", "theme", "truncate-line"]);
|
|
@@ -2245,12 +2358,18 @@ const Ql = /* @__PURE__ */ xe(Zl, [["render", ql]]), ea = /* @__PURE__ */ $({
|
|
|
2245
2358
|
outer: { type: Boolean }
|
|
2246
2359
|
},
|
|
2247
2360
|
setup(t) {
|
|
2248
|
-
const e = t, { prop: i } = r(e, [
|
|
2361
|
+
const e = t, { prop: i } = r(e, [
|
|
2362
|
+
"settings",
|
|
2363
|
+
"continuous"
|
|
2364
|
+
]), { prop: o } = r(e, ["settings", "disabled"]), { prop: l } = r(e, ["settings", "direction"]), { prop: s } = r(e, ["settings", "reverse"]), { prop: a } = r(e, [
|
|
2365
|
+
"settings",
|
|
2366
|
+
"showArrows"
|
|
2367
|
+
]), { prop: p } = r(e, ["settings", "touch"]), { theme: d } = N(), { prop: y } = r(e, ["settings", "value"]);
|
|
2249
2368
|
return (m, u) => {
|
|
2250
2369
|
const c = z("v-window");
|
|
2251
2370
|
return v(), V(c, {
|
|
2252
|
-
modelValue: n(
|
|
2253
|
-
"onUpdate:modelValue": u[0] || (u[0] = (f) => O(
|
|
2371
|
+
modelValue: n(y),
|
|
2372
|
+
"onUpdate:modelValue": u[0] || (u[0] = (f) => O(y) ? y.value = f : null),
|
|
2254
2373
|
continuous: n(i),
|
|
2255
2374
|
direction: n(l),
|
|
2256
2375
|
disabled: n(o),
|
|
@@ -2276,7 +2395,7 @@ function na(t, e) {
|
|
|
2276
2395
|
_: 3
|
|
2277
2396
|
});
|
|
2278
2397
|
}
|
|
2279
|
-
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",
|
|
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", ft = "group_v1", yt = "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 = {
|
|
2280
2399
|
key: "basic",
|
|
2281
2400
|
name: "x-runtime-lib.basic",
|
|
2282
2401
|
children: [
|
|
@@ -2756,9 +2875,9 @@ const ia = /* @__PURE__ */ xe(ta, [["render", na]]), Ue = "ambient_light_v1", Xe
|
|
|
2756
2875
|
key: wt,
|
|
2757
2876
|
name: "x-runtime-lib.orthographicCamera",
|
|
2758
2877
|
comp: $s,
|
|
2759
|
-
|
|
2760
|
-
pageScene: [
|
|
2761
|
-
compScene: [
|
|
2878
|
+
properties: {
|
|
2879
|
+
pageScene: [b, X, Zn],
|
|
2880
|
+
compScene: [b, X, Zn]
|
|
2762
2881
|
},
|
|
2763
2882
|
events: [],
|
|
2764
2883
|
methods: [],
|
|
@@ -2802,9 +2921,9 @@ const qn = {
|
|
|
2802
2921
|
key: $t,
|
|
2803
2922
|
name: "x-runtime-lib.perspectiveCamera",
|
|
2804
2923
|
comp: Ss,
|
|
2805
|
-
|
|
2806
|
-
pageScene: [
|
|
2807
|
-
compScene: [
|
|
2924
|
+
properties: {
|
|
2925
|
+
pageScene: [b, X, qn],
|
|
2926
|
+
compScene: [b, X, qn]
|
|
2808
2927
|
},
|
|
2809
2928
|
events: [],
|
|
2810
2929
|
methods: [],
|
|
@@ -2830,12 +2949,12 @@ const aa = /* @__PURE__ */ $({
|
|
|
2830
2949
|
return (i, o) => n(e) !== "editor" ? (v(), V(n(ls), { key: 0 })) : ee("", !0);
|
|
2831
2950
|
}
|
|
2832
2951
|
}), ma = {
|
|
2833
|
-
key:
|
|
2952
|
+
key: bt,
|
|
2834
2953
|
name: "x-runtime-lib.keyboardControls",
|
|
2835
2954
|
comp: aa,
|
|
2836
|
-
|
|
2837
|
-
pageScene: [
|
|
2838
|
-
compScene: [
|
|
2955
|
+
properties: {
|
|
2956
|
+
pageScene: [b],
|
|
2957
|
+
compScene: [b]
|
|
2839
2958
|
},
|
|
2840
2959
|
events: [],
|
|
2841
2960
|
methods: [],
|
|
@@ -2847,9 +2966,9 @@ const pa = {
|
|
|
2847
2966
|
key: gt,
|
|
2848
2967
|
name: "x-runtime-lib.mapControls",
|
|
2849
2968
|
comp: ua,
|
|
2850
|
-
|
|
2851
|
-
pageScene: [
|
|
2852
|
-
compScene: [
|
|
2969
|
+
properties: {
|
|
2970
|
+
pageScene: [b],
|
|
2971
|
+
compScene: [b]
|
|
2853
2972
|
},
|
|
2854
2973
|
events: [],
|
|
2855
2974
|
methods: [],
|
|
@@ -2861,9 +2980,9 @@ const da = {
|
|
|
2861
2980
|
key: _t,
|
|
2862
2981
|
name: "x-runtime-lib.orbitControls",
|
|
2863
2982
|
comp: ca,
|
|
2864
|
-
|
|
2865
|
-
pageScene: [
|
|
2866
|
-
compScene: [
|
|
2983
|
+
properties: {
|
|
2984
|
+
pageScene: [b],
|
|
2985
|
+
compScene: [b]
|
|
2867
2986
|
},
|
|
2868
2987
|
events: [],
|
|
2869
2988
|
methods: [],
|
|
@@ -2874,12 +2993,12 @@ _(da);
|
|
|
2874
2993
|
function fa(t, e) {
|
|
2875
2994
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
2876
2995
|
if (!o) {
|
|
2877
|
-
console.error(`boxGeometryV1/spawn
|
|
2996
|
+
console.error(`boxGeometryV1/spawn property tag not found, ${i}`);
|
|
2878
2997
|
return;
|
|
2879
2998
|
}
|
|
2880
|
-
const l = ze.
|
|
2999
|
+
const l = ze.properties[o];
|
|
2881
3000
|
if (!l) {
|
|
2882
|
-
console.error(`boxGeometryV1/spawn
|
|
3001
|
+
console.error(`boxGeometryV1/spawn properties not found, ${i}`);
|
|
2883
3002
|
return;
|
|
2884
3003
|
}
|
|
2885
3004
|
const s = {};
|
|
@@ -2900,22 +3019,22 @@ function fa(t, e) {
|
|
|
2900
3019
|
z: 1
|
|
2901
3020
|
}
|
|
2902
3021
|
}, s.children = [
|
|
2903
|
-
|
|
2904
|
-
|
|
3022
|
+
ya(t, e),
|
|
3023
|
+
ba(t, e)
|
|
2905
3024
|
], s;
|
|
2906
3025
|
}
|
|
2907
|
-
function
|
|
3026
|
+
function ya(t, e) {
|
|
2908
3027
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
2909
3028
|
if (!o) {
|
|
2910
3029
|
console.error(
|
|
2911
|
-
`boxGeometryV1/spawnBoxGeometry
|
|
3030
|
+
`boxGeometryV1/spawnBoxGeometry property tag not found, ${i}`
|
|
2912
3031
|
);
|
|
2913
3032
|
return;
|
|
2914
3033
|
}
|
|
2915
|
-
const l = nn.
|
|
3034
|
+
const l = nn.properties[o];
|
|
2916
3035
|
if (!l) {
|
|
2917
3036
|
console.error(
|
|
2918
|
-
`boxGeometryV1/spawnBoxGeometry
|
|
3037
|
+
`boxGeometryV1/spawnBoxGeometry properties not found, ${i}`
|
|
2919
3038
|
);
|
|
2920
3039
|
return;
|
|
2921
3040
|
}
|
|
@@ -2929,18 +3048,18 @@ function ba(t, e) {
|
|
|
2929
3048
|
depthSegements: 1
|
|
2930
3049
|
}, s;
|
|
2931
3050
|
}
|
|
2932
|
-
function
|
|
3051
|
+
function ba(t, e) {
|
|
2933
3052
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
2934
3053
|
if (!o) {
|
|
2935
3054
|
console.error(
|
|
2936
|
-
`boxGeometryV1/spawnMeshBasicMaterial
|
|
3055
|
+
`boxGeometryV1/spawnMeshBasicMaterial property tag not found, ${i}`
|
|
2937
3056
|
);
|
|
2938
3057
|
return;
|
|
2939
3058
|
}
|
|
2940
|
-
const l = Pe.
|
|
3059
|
+
const l = Pe.properties[o];
|
|
2941
3060
|
if (!l) {
|
|
2942
3061
|
console.error(
|
|
2943
|
-
`boxGeometryV1/spawnMeshBasicMaterial
|
|
3062
|
+
`boxGeometryV1/spawnMeshBasicMaterial properties not found, ${i}`
|
|
2944
3063
|
);
|
|
2945
3064
|
return;
|
|
2946
3065
|
}
|
|
@@ -2995,9 +3114,9 @@ const Qn = {
|
|
|
2995
3114
|
key: Je,
|
|
2996
3115
|
name: "x-runtime-lib.boxGeometry",
|
|
2997
3116
|
comp: Ts,
|
|
2998
|
-
|
|
2999
|
-
pageScene: [
|
|
3000
|
-
compScene: [
|
|
3117
|
+
properties: {
|
|
3118
|
+
pageScene: [b, Qn],
|
|
3119
|
+
compScene: [b, Qn]
|
|
3001
3120
|
},
|
|
3002
3121
|
events: [],
|
|
3003
3122
|
methods: [],
|
|
@@ -3009,12 +3128,12 @@ _(nn);
|
|
|
3009
3128
|
function ha(t, e) {
|
|
3010
3129
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3011
3130
|
if (!o) {
|
|
3012
|
-
console.error(`sphereGeometryV1/spawn
|
|
3131
|
+
console.error(`sphereGeometryV1/spawn property tag not found, ${i}`);
|
|
3013
3132
|
return;
|
|
3014
3133
|
}
|
|
3015
|
-
const l = ze.
|
|
3134
|
+
const l = ze.properties[o];
|
|
3016
3135
|
if (!l) {
|
|
3017
|
-
console.error(`sphereGeometryV1/spawn
|
|
3136
|
+
console.error(`sphereGeometryV1/spawn properties not found, ${i}`);
|
|
3018
3137
|
return;
|
|
3019
3138
|
}
|
|
3020
3139
|
const s = {};
|
|
@@ -3043,14 +3162,14 @@ function ga(t, e) {
|
|
|
3043
3162
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3044
3163
|
if (!o) {
|
|
3045
3164
|
console.error(
|
|
3046
|
-
`sphereGeometryV1/spawnSphereGeometry
|
|
3165
|
+
`sphereGeometryV1/spawnSphereGeometry property tag not found, ${i}`
|
|
3047
3166
|
);
|
|
3048
3167
|
return;
|
|
3049
3168
|
}
|
|
3050
|
-
const l = on.
|
|
3169
|
+
const l = on.properties[o];
|
|
3051
3170
|
if (!l) {
|
|
3052
3171
|
console.error(
|
|
3053
|
-
`sphereGeometryV1/spawnSphereGeometry
|
|
3172
|
+
`sphereGeometryV1/spawnSphereGeometry properties not found, ${i}`
|
|
3054
3173
|
);
|
|
3055
3174
|
return;
|
|
3056
3175
|
}
|
|
@@ -3069,14 +3188,14 @@ function xa(t, e) {
|
|
|
3069
3188
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3070
3189
|
if (!o) {
|
|
3071
3190
|
console.error(
|
|
3072
|
-
`sphereGeometryV1/spawnMeshBasicMaterial
|
|
3191
|
+
`sphereGeometryV1/spawnMeshBasicMaterial property tag not found, ${i}`
|
|
3073
3192
|
);
|
|
3074
3193
|
return;
|
|
3075
3194
|
}
|
|
3076
|
-
const l = Pe.
|
|
3195
|
+
const l = Pe.properties[o];
|
|
3077
3196
|
if (!l) {
|
|
3078
3197
|
console.error(
|
|
3079
|
-
`sphereGeometryV1/spawnMeshBasicMaterial
|
|
3198
|
+
`sphereGeometryV1/spawnMeshBasicMaterial properties not found, ${i}`
|
|
3080
3199
|
);
|
|
3081
3200
|
return;
|
|
3082
3201
|
}
|
|
@@ -3139,9 +3258,9 @@ const ei = {
|
|
|
3139
3258
|
key: At,
|
|
3140
3259
|
name: "x-runtime-lib.sphereGeometry",
|
|
3141
3260
|
comp: zs,
|
|
3142
|
-
|
|
3143
|
-
pageScene: [
|
|
3144
|
-
compScene: [
|
|
3261
|
+
properties: {
|
|
3262
|
+
pageScene: [b, ei],
|
|
3263
|
+
compScene: [b, ei]
|
|
3145
3264
|
},
|
|
3146
3265
|
events: [],
|
|
3147
3266
|
methods: [],
|
|
@@ -3171,9 +3290,9 @@ const ti = {
|
|
|
3171
3290
|
key: Ue,
|
|
3172
3291
|
name: "x-runtime-lib.ambientLight",
|
|
3173
3292
|
comp: Ls,
|
|
3174
|
-
|
|
3175
|
-
pageScene: [
|
|
3176
|
-
compScene: [
|
|
3293
|
+
properties: {
|
|
3294
|
+
pageScene: [b, X, ti],
|
|
3295
|
+
compScene: [b, X, ti]
|
|
3177
3296
|
},
|
|
3178
3297
|
events: [],
|
|
3179
3298
|
methods: [],
|
|
@@ -3201,9 +3320,9 @@ const ni = {
|
|
|
3201
3320
|
key: ct,
|
|
3202
3321
|
name: "x-runtime-lib.directionalLight",
|
|
3203
3322
|
comp: Ws,
|
|
3204
|
-
|
|
3205
|
-
pageScene: [
|
|
3206
|
-
compScene: [
|
|
3323
|
+
properties: {
|
|
3324
|
+
pageScene: [b, X, ni],
|
|
3325
|
+
compScene: [b, X, ni]
|
|
3207
3326
|
},
|
|
3208
3327
|
events: [],
|
|
3209
3328
|
methods: [],
|
|
@@ -3245,9 +3364,9 @@ const ii = {
|
|
|
3245
3364
|
key: It,
|
|
3246
3365
|
name: "x-runtime-lib.pointLight",
|
|
3247
3366
|
comp: Ns,
|
|
3248
|
-
|
|
3249
|
-
pageScene: [
|
|
3250
|
-
compScene: [
|
|
3367
|
+
properties: {
|
|
3368
|
+
pageScene: [b, X, ii],
|
|
3369
|
+
compScene: [b, X, ii]
|
|
3251
3370
|
},
|
|
3252
3371
|
events: [],
|
|
3253
3372
|
methods: [],
|
|
@@ -3306,9 +3425,9 @@ const oi = {
|
|
|
3306
3425
|
key: Lt,
|
|
3307
3426
|
name: "x-runtime-lib.spotLight",
|
|
3308
3427
|
comp: Rs,
|
|
3309
|
-
|
|
3310
|
-
pageScene: [
|
|
3311
|
-
compScene: [
|
|
3428
|
+
properties: {
|
|
3429
|
+
pageScene: [b, X, oi],
|
|
3430
|
+
compScene: [b, X, oi]
|
|
3312
3431
|
},
|
|
3313
3432
|
events: [],
|
|
3314
3433
|
methods: [],
|
|
@@ -3319,9 +3438,9 @@ const Pe = {
|
|
|
3319
3438
|
key: oa,
|
|
3320
3439
|
name: "x-runtime-lib.meshBasicMaterial",
|
|
3321
3440
|
comp: Gs,
|
|
3322
|
-
|
|
3323
|
-
pageScene: [
|
|
3324
|
-
compScene: [
|
|
3441
|
+
properties: {
|
|
3442
|
+
pageScene: [b],
|
|
3443
|
+
compScene: [b]
|
|
3325
3444
|
},
|
|
3326
3445
|
events: [],
|
|
3327
3446
|
methods: [],
|
|
@@ -3333,9 +3452,9 @@ const Va = {
|
|
|
3333
3452
|
key: ft,
|
|
3334
3453
|
name: "x-runtime-lib.group",
|
|
3335
3454
|
comp: Ks,
|
|
3336
|
-
|
|
3337
|
-
pageScene: [
|
|
3338
|
-
compScene: [
|
|
3455
|
+
properties: {
|
|
3456
|
+
pageScene: [b, X],
|
|
3457
|
+
compScene: [b, X]
|
|
3339
3458
|
},
|
|
3340
3459
|
events: [],
|
|
3341
3460
|
methods: [],
|
|
@@ -3346,9 +3465,9 @@ const ze = {
|
|
|
3346
3465
|
key: vt,
|
|
3347
3466
|
name: "x-runtime-lib.mesh",
|
|
3348
3467
|
comp: Os,
|
|
3349
|
-
|
|
3350
|
-
pageScene: [
|
|
3351
|
-
compScene: [
|
|
3468
|
+
properties: {
|
|
3469
|
+
pageScene: [b, X],
|
|
3470
|
+
compScene: [b, X]
|
|
3352
3471
|
},
|
|
3353
3472
|
events: [],
|
|
3354
3473
|
methods: [],
|
|
@@ -3358,12 +3477,12 @@ _(ze);
|
|
|
3358
3477
|
function $a(t, e) {
|
|
3359
3478
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3360
3479
|
if (!o) {
|
|
3361
|
-
console.error(`barChartV1/spawn
|
|
3480
|
+
console.error(`barChartV1/spawn property tag not found, ${i}`);
|
|
3362
3481
|
return;
|
|
3363
3482
|
}
|
|
3364
|
-
const l = sn.
|
|
3483
|
+
const l = sn.properties[o];
|
|
3365
3484
|
if (!l) {
|
|
3366
|
-
console.error(`barChartV1/spawn
|
|
3485
|
+
console.error(`barChartV1/spawn properties not found, ${i}`);
|
|
3367
3486
|
return;
|
|
3368
3487
|
}
|
|
3369
3488
|
const s = {};
|
|
@@ -3399,9 +3518,9 @@ const si = {
|
|
|
3399
3518
|
key: Ye,
|
|
3400
3519
|
name: "x-runtime-lib.barChart",
|
|
3401
3520
|
comp: Qr,
|
|
3402
|
-
|
|
3403
|
-
pageCommon: [
|
|
3404
|
-
compCommon: [
|
|
3521
|
+
properties: {
|
|
3522
|
+
pageCommon: [b, U, Ge, He, Ke, Fe, si],
|
|
3523
|
+
compCommon: [b, U, Ge, He, Ke, Fe, si]
|
|
3405
3524
|
},
|
|
3406
3525
|
events: [],
|
|
3407
3526
|
methods: [],
|
|
@@ -3413,12 +3532,12 @@ _(sn);
|
|
|
3413
3532
|
function Ia(t, e) {
|
|
3414
3533
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3415
3534
|
if (!o) {
|
|
3416
|
-
console.error(`lineChartV1/spawn
|
|
3535
|
+
console.error(`lineChartV1/spawn property tag not found, ${i}`);
|
|
3417
3536
|
return;
|
|
3418
3537
|
}
|
|
3419
|
-
const l = rn.
|
|
3538
|
+
const l = rn.properties[o];
|
|
3420
3539
|
if (!l) {
|
|
3421
|
-
console.error(`lineChartV1/spawn
|
|
3540
|
+
console.error(`lineChartV1/spawn properties not found, ${i}`);
|
|
3422
3541
|
return;
|
|
3423
3542
|
}
|
|
3424
3543
|
const s = {};
|
|
@@ -3454,9 +3573,9 @@ const ri = {
|
|
|
3454
3573
|
key: ht,
|
|
3455
3574
|
name: "x-runtime-lib.lineChart",
|
|
3456
3575
|
comp: el,
|
|
3457
|
-
|
|
3458
|
-
pageCommon: [
|
|
3459
|
-
compCommon: [
|
|
3576
|
+
properties: {
|
|
3577
|
+
pageCommon: [b, U, Ge, He, Ke, Fe, ri],
|
|
3578
|
+
compCommon: [b, U, Ge, He, Ke, Fe, ri]
|
|
3460
3579
|
},
|
|
3461
3580
|
events: [],
|
|
3462
3581
|
methods: [],
|
|
@@ -3480,7 +3599,7 @@ const li = {
|
|
|
3480
3599
|
key: tn,
|
|
3481
3600
|
name: "x-runtime-lib.globality",
|
|
3482
3601
|
comp: null,
|
|
3483
|
-
|
|
3602
|
+
properties: {
|
|
3484
3603
|
pageCommon: [li],
|
|
3485
3604
|
pageScene: [ai],
|
|
3486
3605
|
compCommon: [li],
|
|
@@ -3564,9 +3683,9 @@ const ui = {
|
|
|
3564
3683
|
key: Xe,
|
|
3565
3684
|
name: "x-runtime-lib.badge",
|
|
3566
3685
|
comp: tl,
|
|
3567
|
-
|
|
3568
|
-
pageCommon: [
|
|
3569
|
-
compCommon: [
|
|
3686
|
+
properties: {
|
|
3687
|
+
pageCommon: [b, ui],
|
|
3688
|
+
compCommon: [b, ui]
|
|
3570
3689
|
},
|
|
3571
3690
|
events: [],
|
|
3572
3691
|
methods: [],
|
|
@@ -3575,12 +3694,12 @@ const ui = {
|
|
|
3575
3694
|
function Ca(t, e) {
|
|
3576
3695
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3577
3696
|
if (!o) {
|
|
3578
|
-
console.error(`btnV1/spawn
|
|
3697
|
+
console.error(`btnV1/spawn property tag not found, ${i}`);
|
|
3579
3698
|
return;
|
|
3580
3699
|
}
|
|
3581
|
-
const l = ln.
|
|
3700
|
+
const l = ln.properties[o];
|
|
3582
3701
|
if (!l) {
|
|
3583
|
-
console.error(`btnV1/spawn
|
|
3702
|
+
console.error(`btnV1/spawn properties not found, ${i}`);
|
|
3584
3703
|
return;
|
|
3585
3704
|
}
|
|
3586
3705
|
const s = {};
|
|
@@ -3677,9 +3796,9 @@ const Ta = B(j), ci = {
|
|
|
3677
3796
|
key: Ze,
|
|
3678
3797
|
name: "x-runtime-lib.button",
|
|
3679
3798
|
comp: nl,
|
|
3680
|
-
|
|
3681
|
-
pageCommon: [
|
|
3682
|
-
compCommon: [
|
|
3799
|
+
properties: {
|
|
3800
|
+
pageCommon: [b, U, ci],
|
|
3801
|
+
compCommon: [b, U, ci]
|
|
3683
3802
|
},
|
|
3684
3803
|
events: [
|
|
3685
3804
|
{
|
|
@@ -3698,9 +3817,9 @@ const Pa = {
|
|
|
3698
3817
|
key: qe,
|
|
3699
3818
|
name: "x-runtime-lib.buttonGroup",
|
|
3700
3819
|
comp: sl,
|
|
3701
|
-
|
|
3702
|
-
pageCommon: [
|
|
3703
|
-
compCommon: [
|
|
3820
|
+
properties: {
|
|
3821
|
+
pageCommon: [b],
|
|
3822
|
+
compCommon: [b]
|
|
3704
3823
|
},
|
|
3705
3824
|
events: [],
|
|
3706
3825
|
methods: [],
|
|
@@ -3772,9 +3891,9 @@ const mi = {
|
|
|
3772
3891
|
key: Qe,
|
|
3773
3892
|
name: "x-runtime-lib.buttonToggle",
|
|
3774
3893
|
comp: rl,
|
|
3775
|
-
|
|
3776
|
-
pageCommon: [
|
|
3777
|
-
compCommon: [
|
|
3894
|
+
properties: {
|
|
3895
|
+
pageCommon: [b, mi],
|
|
3896
|
+
compCommon: [b, mi]
|
|
3778
3897
|
},
|
|
3779
3898
|
events: [],
|
|
3780
3899
|
methods: [],
|
|
@@ -3784,12 +3903,12 @@ _(za);
|
|
|
3784
3903
|
function Aa(t, e) {
|
|
3785
3904
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3786
3905
|
if (!o) {
|
|
3787
|
-
console.error(`cardV1/spawn
|
|
3906
|
+
console.error(`cardV1/spawn property tag not found, ${i}`);
|
|
3788
3907
|
return;
|
|
3789
3908
|
}
|
|
3790
|
-
const l = Ae.
|
|
3909
|
+
const l = Ae.properties[o];
|
|
3791
3910
|
if (!l) {
|
|
3792
|
-
console.error(`cardV1/spawn
|
|
3911
|
+
console.error(`cardV1/spawn properties not found, ${i}`);
|
|
3793
3912
|
return;
|
|
3794
3913
|
}
|
|
3795
3914
|
const s = {};
|
|
@@ -3854,9 +3973,9 @@ const pi = {
|
|
|
3854
3973
|
key: et,
|
|
3855
3974
|
name: "x-runtime-lib.card",
|
|
3856
3975
|
comp: ll,
|
|
3857
|
-
|
|
3858
|
-
pageCommon: [
|
|
3859
|
-
compCommon: [
|
|
3976
|
+
properties: {
|
|
3977
|
+
pageCommon: [b, U, pi],
|
|
3978
|
+
compCommon: [b, U, pi]
|
|
3860
3979
|
},
|
|
3861
3980
|
events: [],
|
|
3862
3981
|
methods: [],
|
|
@@ -3885,9 +4004,9 @@ const di = {
|
|
|
3885
4004
|
key: tt,
|
|
3886
4005
|
name: "x-runtime-lib.checkbox",
|
|
3887
4006
|
comp: al,
|
|
3888
|
-
|
|
3889
|
-
pageCommon: [
|
|
3890
|
-
compCommon: [
|
|
4007
|
+
properties: {
|
|
4008
|
+
pageCommon: [b, di],
|
|
4009
|
+
compCommon: [b, di]
|
|
3891
4010
|
},
|
|
3892
4011
|
events: [],
|
|
3893
4012
|
methods: [],
|
|
@@ -3974,9 +4093,9 @@ const Ba = B(j), fi = {
|
|
|
3974
4093
|
key: nt,
|
|
3975
4094
|
name: "x-runtime-lib.chip",
|
|
3976
4095
|
comp: ul,
|
|
3977
|
-
|
|
3978
|
-
pageCommon: [
|
|
3979
|
-
compCommon: [
|
|
4096
|
+
properties: {
|
|
4097
|
+
pageCommon: [b, fi],
|
|
4098
|
+
compCommon: [b, fi]
|
|
3980
4099
|
},
|
|
3981
4100
|
events: [],
|
|
3982
4101
|
methods: [],
|
|
@@ -3987,12 +4106,12 @@ _(an);
|
|
|
3987
4106
|
function Wa(t, e) {
|
|
3988
4107
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3989
4108
|
if (!o) {
|
|
3990
|
-
console.error(`chipGroupV1/spawn
|
|
4109
|
+
console.error(`chipGroupV1/spawn property tag not found, ${i}`);
|
|
3991
4110
|
return;
|
|
3992
4111
|
}
|
|
3993
|
-
const l = un.
|
|
4112
|
+
const l = un.properties[o];
|
|
3994
4113
|
if (!l) {
|
|
3995
|
-
console.error(`chipGroupV1/spawn
|
|
4114
|
+
console.error(`chipGroupV1/spawn properties not found, ${i}`);
|
|
3996
4115
|
return;
|
|
3997
4116
|
}
|
|
3998
4117
|
const s = {};
|
|
@@ -4008,18 +4127,18 @@ function Wa(t, e) {
|
|
|
4008
4127
|
function ve(t, e, i, o) {
|
|
4009
4128
|
const l = `type=${t} subtype=${e}`, s = A(t, e);
|
|
4010
4129
|
if (!s) {
|
|
4011
|
-
console.error(`chipGroupV1/spawnChip
|
|
4130
|
+
console.error(`chipGroupV1/spawnChip property tag not found, ${l}`);
|
|
4012
4131
|
return;
|
|
4013
4132
|
}
|
|
4014
|
-
const a = an.
|
|
4133
|
+
const a = an.properties[s];
|
|
4015
4134
|
if (!a) {
|
|
4016
|
-
console.error(`chipGroupV1/spawnChip
|
|
4135
|
+
console.error(`chipGroupV1/spawnChip properties not found, ${l}`);
|
|
4017
4136
|
return;
|
|
4018
4137
|
}
|
|
4019
4138
|
const p = {};
|
|
4020
4139
|
return P(p, a), p.basic.id = T(16), p.basic.key = an.key, p.settings.value = i, p.settings.text = o, p;
|
|
4021
4140
|
}
|
|
4022
|
-
const
|
|
4141
|
+
const yi = {
|
|
4023
4142
|
key: "settings",
|
|
4024
4143
|
name: "x-runtime-lib.settings",
|
|
4025
4144
|
children: [
|
|
@@ -4077,9 +4196,9 @@ const bi = {
|
|
|
4077
4196
|
key: it,
|
|
4078
4197
|
name: "x-runtime-lib.chipGroup",
|
|
4079
4198
|
comp: cl,
|
|
4080
|
-
|
|
4081
|
-
pageCommon: [
|
|
4082
|
-
compCommon: [
|
|
4199
|
+
properties: {
|
|
4200
|
+
pageCommon: [b, yi],
|
|
4201
|
+
compCommon: [b, yi]
|
|
4083
4202
|
},
|
|
4084
4203
|
events: [],
|
|
4085
4204
|
methods: [],
|
|
@@ -4091,9 +4210,9 @@ const Ea = {
|
|
|
4091
4210
|
key: ot,
|
|
4092
4211
|
name: "x-runtime-lib.colorPicker",
|
|
4093
4212
|
comp: ml,
|
|
4094
|
-
|
|
4095
|
-
pageCommon: [
|
|
4096
|
-
compCommon: [
|
|
4213
|
+
properties: {
|
|
4214
|
+
pageCommon: [b],
|
|
4215
|
+
compCommon: [b]
|
|
4097
4216
|
},
|
|
4098
4217
|
events: [],
|
|
4099
4218
|
methods: [],
|
|
@@ -4101,7 +4220,7 @@ const Ea = {
|
|
|
4101
4220
|
leaf: !0
|
|
4102
4221
|
};
|
|
4103
4222
|
_(Ea);
|
|
4104
|
-
const
|
|
4223
|
+
const bi = {
|
|
4105
4224
|
key: "settings",
|
|
4106
4225
|
name: "x-runtime-lib.settings",
|
|
4107
4226
|
children: [
|
|
@@ -4146,9 +4265,9 @@ const yi = {
|
|
|
4146
4265
|
key: st,
|
|
4147
4266
|
name: "x-runtime-lib.combobox",
|
|
4148
4267
|
comp: pl,
|
|
4149
|
-
|
|
4150
|
-
pageCommon: [
|
|
4151
|
-
compCommon: [
|
|
4268
|
+
properties: {
|
|
4269
|
+
pageCommon: [b, bi],
|
|
4270
|
+
compCommon: [b, bi]
|
|
4152
4271
|
},
|
|
4153
4272
|
events: [],
|
|
4154
4273
|
methods: [],
|
|
@@ -4167,9 +4286,9 @@ const hi = {
|
|
|
4167
4286
|
key: rt,
|
|
4168
4287
|
name: "x-runtime-lib.container",
|
|
4169
4288
|
comp: dl,
|
|
4170
|
-
|
|
4171
|
-
pageCommon: [
|
|
4172
|
-
compCommon: [
|
|
4289
|
+
properties: {
|
|
4290
|
+
pageCommon: [b, U, _e, we, Ve, hi],
|
|
4291
|
+
compCommon: [b, U, _e, we, Ve, hi]
|
|
4173
4292
|
},
|
|
4174
4293
|
events: [
|
|
4175
4294
|
{
|
|
@@ -4338,9 +4457,9 @@ const gi = {
|
|
|
4338
4457
|
key: lt,
|
|
4339
4458
|
name: "x-runtime-lib.dataTable",
|
|
4340
4459
|
comp: fl,
|
|
4341
|
-
|
|
4342
|
-
pageCommon: [
|
|
4343
|
-
compCommon: [
|
|
4460
|
+
properties: {
|
|
4461
|
+
pageCommon: [b, gi, xi, vi],
|
|
4462
|
+
compCommon: [b, gi, xi, vi]
|
|
4344
4463
|
},
|
|
4345
4464
|
events: [],
|
|
4346
4465
|
methods: [],
|
|
@@ -4352,9 +4471,9 @@ const Ra = {
|
|
|
4352
4471
|
key: at,
|
|
4353
4472
|
name: "x-runtime-lib.datePicker",
|
|
4354
4473
|
comp: hl,
|
|
4355
|
-
|
|
4356
|
-
pageCommon: [
|
|
4357
|
-
compCommon: [
|
|
4474
|
+
properties: {
|
|
4475
|
+
pageCommon: [b],
|
|
4476
|
+
compCommon: [b]
|
|
4358
4477
|
},
|
|
4359
4478
|
events: [],
|
|
4360
4479
|
methods: [],
|
|
@@ -4366,9 +4485,9 @@ const Da = {
|
|
|
4366
4485
|
key: ut,
|
|
4367
4486
|
name: "x-runtime-lib.dialog",
|
|
4368
4487
|
comp: xl,
|
|
4369
|
-
|
|
4370
|
-
pageCommon: [
|
|
4371
|
-
compCommon: [
|
|
4488
|
+
properties: {
|
|
4489
|
+
pageCommon: [b],
|
|
4490
|
+
compCommon: [b]
|
|
4372
4491
|
},
|
|
4373
4492
|
events: [],
|
|
4374
4493
|
methods: [
|
|
@@ -4397,9 +4516,9 @@ const ki = {
|
|
|
4397
4516
|
key: mt,
|
|
4398
4517
|
name: "x-runtime-lib.fileInput",
|
|
4399
4518
|
comp: vl,
|
|
4400
|
-
|
|
4401
|
-
pageCommon: [
|
|
4402
|
-
compCommon: [
|
|
4519
|
+
properties: {
|
|
4520
|
+
pageCommon: [b, ki],
|
|
4521
|
+
compCommon: [b, ki]
|
|
4403
4522
|
},
|
|
4404
4523
|
events: [],
|
|
4405
4524
|
methods: [],
|
|
@@ -4423,12 +4542,12 @@ const ki = {
|
|
|
4423
4542
|
}
|
|
4424
4543
|
]
|
|
4425
4544
|
}, mn = {
|
|
4426
|
-
key:
|
|
4545
|
+
key: bo,
|
|
4427
4546
|
name: "x-runtime-lib.flexLayoutEntry",
|
|
4428
4547
|
comp: _l,
|
|
4429
|
-
|
|
4430
|
-
pageCommon: [
|
|
4431
|
-
compCommon: [
|
|
4548
|
+
properties: {
|
|
4549
|
+
pageCommon: [b, U, _i],
|
|
4550
|
+
compCommon: [b, U, _i]
|
|
4432
4551
|
},
|
|
4433
4552
|
events: [],
|
|
4434
4553
|
methods: [],
|
|
@@ -4438,12 +4557,12 @@ _(mn);
|
|
|
4438
4557
|
function Fa(t, e) {
|
|
4439
4558
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
4440
4559
|
if (!o) {
|
|
4441
|
-
console.error(`flexLayoutV1/spawn
|
|
4560
|
+
console.error(`flexLayoutV1/spawn property tag not found, ${i}`);
|
|
4442
4561
|
return;
|
|
4443
4562
|
}
|
|
4444
|
-
const l = Le.
|
|
4563
|
+
const l = Le.properties[o];
|
|
4445
4564
|
if (!l) {
|
|
4446
|
-
console.error(`flexLayoutV1/spawn
|
|
4565
|
+
console.error(`flexLayoutV1/spawn properties not found, ${i}`);
|
|
4447
4566
|
return;
|
|
4448
4567
|
}
|
|
4449
4568
|
const s = {};
|
|
@@ -4472,16 +4591,16 @@ function Fa(t, e) {
|
|
|
4472
4591
|
], s;
|
|
4473
4592
|
}
|
|
4474
4593
|
function pn(t, e, i, o, l, s, a, p, d) {
|
|
4475
|
-
const
|
|
4594
|
+
const y = `type=${t} subtype=${e}`, m = A(t, e);
|
|
4476
4595
|
if (!m) {
|
|
4477
4596
|
console.error(
|
|
4478
|
-
`flexLayoutV1/spawnContainer
|
|
4597
|
+
`flexLayoutV1/spawnContainer property tag not found, ${y}`
|
|
4479
4598
|
);
|
|
4480
4599
|
return;
|
|
4481
4600
|
}
|
|
4482
|
-
const u = cn.
|
|
4601
|
+
const u = cn.properties[m];
|
|
4483
4602
|
if (!u) {
|
|
4484
|
-
console.error(`flexLayoutV1/spawnContainer
|
|
4603
|
+
console.error(`flexLayoutV1/spawnContainer properties not found, ${y}`);
|
|
4485
4604
|
return;
|
|
4486
4605
|
}
|
|
4487
4606
|
const c = {};
|
|
@@ -4490,12 +4609,12 @@ function pn(t, e, i, o, l, s, a, p, d) {
|
|
|
4490
4609
|
function Ga(t, e) {
|
|
4491
4610
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
4492
4611
|
if (!o) {
|
|
4493
|
-
console.error(`flexLayoutV1/spawnEntry
|
|
4612
|
+
console.error(`flexLayoutV1/spawnEntry property tag not found, ${i}`);
|
|
4494
4613
|
return;
|
|
4495
4614
|
}
|
|
4496
|
-
const l = mn.
|
|
4615
|
+
const l = mn.properties[o];
|
|
4497
4616
|
if (!l) {
|
|
4498
|
-
console.error(`flexLayoutV1/spawnEntry
|
|
4617
|
+
console.error(`flexLayoutV1/spawnEntry properties not found, ${i}`);
|
|
4499
4618
|
return;
|
|
4500
4619
|
}
|
|
4501
4620
|
const s = {
|
|
@@ -4694,9 +4813,9 @@ const wi = {
|
|
|
4694
4813
|
key: pt,
|
|
4695
4814
|
name: "x-runtime-lib.flexLayout",
|
|
4696
4815
|
comp: kl,
|
|
4697
|
-
|
|
4698
|
-
pageCommon: [
|
|
4699
|
-
compCommon: [
|
|
4816
|
+
properties: {
|
|
4817
|
+
pageCommon: [b, U, _e, we, Ve, wi],
|
|
4818
|
+
compCommon: [b, U, _e, we, Ve, wi]
|
|
4700
4819
|
},
|
|
4701
4820
|
events: [
|
|
4702
4821
|
{
|
|
@@ -4864,9 +4983,9 @@ const Vi = {
|
|
|
4864
4983
|
key: Rt,
|
|
4865
4984
|
name: "x-runtime-lib.textField",
|
|
4866
4985
|
comp: Yl,
|
|
4867
|
-
|
|
4868
|
-
pageCommon: [
|
|
4869
|
-
compCommon: [
|
|
4986
|
+
properties: {
|
|
4987
|
+
pageCommon: [b, Vi, $i],
|
|
4988
|
+
compCommon: [b, Vi, $i]
|
|
4870
4989
|
},
|
|
4871
4990
|
events: [],
|
|
4872
4991
|
methods: [],
|
|
@@ -4902,12 +5021,12 @@ _(dn);
|
|
|
4902
5021
|
function Ha(t, e) {
|
|
4903
5022
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
4904
5023
|
if (!o) {
|
|
4905
|
-
console.error(`formV1/spawn
|
|
5024
|
+
console.error(`formV1/spawn property tag not found, ${i}`);
|
|
4906
5025
|
return;
|
|
4907
5026
|
}
|
|
4908
|
-
const l = fn.
|
|
5027
|
+
const l = fn.properties[o];
|
|
4909
5028
|
if (!l) {
|
|
4910
|
-
console.error(`formV1/spawn
|
|
5029
|
+
console.error(`formV1/spawn properties not found, ${i}`);
|
|
4911
5030
|
return;
|
|
4912
5031
|
}
|
|
4913
5032
|
const s = {};
|
|
@@ -4916,12 +5035,12 @@ function Ha(t, e) {
|
|
|
4916
5035
|
function Ka(t, e) {
|
|
4917
5036
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
4918
5037
|
if (!o) {
|
|
4919
|
-
console.error(`formV1/spawnTextField
|
|
5038
|
+
console.error(`formV1/spawnTextField property tag not found, ${i}`);
|
|
4920
5039
|
return;
|
|
4921
5040
|
}
|
|
4922
|
-
const l = dn.
|
|
5041
|
+
const l = dn.properties[o];
|
|
4923
5042
|
if (!l) {
|
|
4924
|
-
console.error(`formV1/spawnTextField
|
|
5043
|
+
console.error(`formV1/spawnTextField properties not found, ${i}`);
|
|
4925
5044
|
return;
|
|
4926
5045
|
}
|
|
4927
5046
|
const s = {};
|
|
@@ -4949,9 +5068,9 @@ const Ii = {
|
|
|
4949
5068
|
key: dt,
|
|
4950
5069
|
name: "x-runtime-lib.form",
|
|
4951
5070
|
comp: wl,
|
|
4952
|
-
|
|
4953
|
-
pageCommon: [
|
|
4954
|
-
compCommon: [
|
|
5071
|
+
properties: {
|
|
5072
|
+
pageCommon: [b, U, _e, we, Ve, Ii],
|
|
5073
|
+
compCommon: [b, U, _e, we, Ve, Ii]
|
|
4955
5074
|
},
|
|
4956
5075
|
events: [
|
|
4957
5076
|
{
|
|
@@ -4991,12 +5110,12 @@ const ja = B(j), Si = {
|
|
|
4991
5110
|
ja
|
|
4992
5111
|
]
|
|
4993
5112
|
}, Oa = {
|
|
4994
|
-
key:
|
|
5113
|
+
key: yt,
|
|
4995
5114
|
name: "x-runtime-lib.icon",
|
|
4996
5115
|
comp: Vl,
|
|
4997
|
-
|
|
4998
|
-
pageCommon: [
|
|
4999
|
-
compCommon: [
|
|
5116
|
+
properties: {
|
|
5117
|
+
pageCommon: [b, Si],
|
|
5118
|
+
compCommon: [b, Si]
|
|
5000
5119
|
},
|
|
5001
5120
|
events: [],
|
|
5002
5121
|
methods: [],
|
|
@@ -5008,9 +5127,9 @@ const Ua = {
|
|
|
5008
5127
|
key: xt,
|
|
5009
5128
|
name: "x-runtime-lib.menu",
|
|
5010
5129
|
comp: Il,
|
|
5011
|
-
|
|
5012
|
-
pageCommon: [
|
|
5013
|
-
compCommon: [
|
|
5130
|
+
properties: {
|
|
5131
|
+
pageCommon: [b],
|
|
5132
|
+
compCommon: [b]
|
|
5014
5133
|
},
|
|
5015
5134
|
events: [],
|
|
5016
5135
|
methods: [
|
|
@@ -5034,16 +5153,16 @@ _(Ua);
|
|
|
5034
5153
|
function Xa(t, e) {
|
|
5035
5154
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
5036
5155
|
if (!o) {
|
|
5037
|
-
console.error(`numberInputV1/spawn
|
|
5156
|
+
console.error(`numberInputV1/spawn property tag not found, ${i}`);
|
|
5038
5157
|
return;
|
|
5039
5158
|
}
|
|
5040
|
-
const l =
|
|
5159
|
+
const l = yn.properties[o];
|
|
5041
5160
|
if (!l) {
|
|
5042
|
-
console.error(`numberInputV1/spawn
|
|
5161
|
+
console.error(`numberInputV1/spawn properties not found, ${i}`);
|
|
5043
5162
|
return;
|
|
5044
5163
|
}
|
|
5045
5164
|
const s = {};
|
|
5046
|
-
return P(s, l), s.basic.id = T(16), s.basic.key =
|
|
5165
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = yn.key, s.settings.label = "label", s.settings.placeholder = "placeholder", s;
|
|
5047
5166
|
}
|
|
5048
5167
|
const Ci = {
|
|
5049
5168
|
key: "size",
|
|
@@ -5212,13 +5331,13 @@ const Ci = {
|
|
|
5212
5331
|
]
|
|
5213
5332
|
}
|
|
5214
5333
|
]
|
|
5215
|
-
},
|
|
5334
|
+
}, yn = {
|
|
5216
5335
|
key: kt,
|
|
5217
5336
|
name: "x-runtime-lib.numberInput",
|
|
5218
5337
|
comp: Sl,
|
|
5219
|
-
|
|
5220
|
-
pageCommon: [
|
|
5221
|
-
compCommon: [
|
|
5338
|
+
properties: {
|
|
5339
|
+
pageCommon: [b, Ci, Ti],
|
|
5340
|
+
compCommon: [b, Ci, Ti]
|
|
5222
5341
|
},
|
|
5223
5342
|
events: [
|
|
5224
5343
|
{
|
|
@@ -5252,7 +5371,7 @@ const Ci = {
|
|
|
5252
5371
|
leaf: !0,
|
|
5253
5372
|
spawn: Xa
|
|
5254
5373
|
};
|
|
5255
|
-
_(
|
|
5374
|
+
_(yn);
|
|
5256
5375
|
const Pi = {
|
|
5257
5376
|
key: "settings",
|
|
5258
5377
|
name: "x-runtime-lib.settings",
|
|
@@ -5320,9 +5439,9 @@ const Pi = {
|
|
|
5320
5439
|
key: Vt,
|
|
5321
5440
|
name: "x-runtime-lib.pagination",
|
|
5322
5441
|
comp: Cl,
|
|
5323
|
-
|
|
5324
|
-
pageCommon: [
|
|
5325
|
-
compCommon: [
|
|
5442
|
+
properties: {
|
|
5443
|
+
pageCommon: [b, Pi],
|
|
5444
|
+
compCommon: [b, Pi]
|
|
5326
5445
|
},
|
|
5327
5446
|
events: [],
|
|
5328
5447
|
methods: [],
|
|
@@ -5367,29 +5486,29 @@ const Ja = B(j), zi = {
|
|
|
5367
5486
|
},
|
|
5368
5487
|
Ja
|
|
5369
5488
|
]
|
|
5370
|
-
},
|
|
5489
|
+
}, bn = {
|
|
5371
5490
|
key: ho,
|
|
5372
5491
|
name: "x-runtime-lib.radio",
|
|
5373
5492
|
comp: Tl,
|
|
5374
|
-
|
|
5375
|
-
pageCommon: [
|
|
5376
|
-
compCommon: [
|
|
5493
|
+
properties: {
|
|
5494
|
+
pageCommon: [b, zi],
|
|
5495
|
+
compCommon: [b, zi]
|
|
5377
5496
|
},
|
|
5378
5497
|
events: [],
|
|
5379
5498
|
methods: [],
|
|
5380
5499
|
slots: [],
|
|
5381
5500
|
leaf: !0
|
|
5382
5501
|
};
|
|
5383
|
-
_(
|
|
5502
|
+
_(bn);
|
|
5384
5503
|
function Za(t, e) {
|
|
5385
5504
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
5386
5505
|
if (!o) {
|
|
5387
|
-
console.error(`radioGroupV1/spawn
|
|
5506
|
+
console.error(`radioGroupV1/spawn property tag not found, ${i}`);
|
|
5388
5507
|
return;
|
|
5389
5508
|
}
|
|
5390
|
-
const l = hn.
|
|
5509
|
+
const l = hn.properties[o];
|
|
5391
5510
|
if (!l) {
|
|
5392
|
-
console.error(`radioGroupV1/spawn
|
|
5511
|
+
console.error(`radioGroupV1/spawn properties not found, ${i}`);
|
|
5393
5512
|
return;
|
|
5394
5513
|
}
|
|
5395
5514
|
const s = {};
|
|
@@ -5402,16 +5521,16 @@ function Za(t, e) {
|
|
|
5402
5521
|
function Yt(t, e, i, o) {
|
|
5403
5522
|
const l = `type=${t} subtype=${e}`, s = A(t, e);
|
|
5404
5523
|
if (!s) {
|
|
5405
|
-
console.error(`radioGroupV1/spawnEntry
|
|
5524
|
+
console.error(`radioGroupV1/spawnEntry property tag not found, ${l}`);
|
|
5406
5525
|
return;
|
|
5407
5526
|
}
|
|
5408
|
-
const a =
|
|
5527
|
+
const a = bn.properties[s];
|
|
5409
5528
|
if (!a) {
|
|
5410
|
-
console.error(`radioGroupV1/spawnEntry
|
|
5529
|
+
console.error(`radioGroupV1/spawnEntry properties not found, ${l}`);
|
|
5411
5530
|
return;
|
|
5412
5531
|
}
|
|
5413
5532
|
const p = {};
|
|
5414
|
-
return P(p, a), p.basic.id = T(16), p.basic.key =
|
|
5533
|
+
return P(p, a), p.basic.id = T(16), p.basic.key = bn.key, p.settings.value = i, p.settings.label = o, p;
|
|
5415
5534
|
}
|
|
5416
5535
|
const Ai = {
|
|
5417
5536
|
key: "settings",
|
|
@@ -5460,9 +5579,9 @@ const Ai = {
|
|
|
5460
5579
|
key: St,
|
|
5461
5580
|
name: "x-runtime-lib.radioGroup",
|
|
5462
5581
|
comp: Pl,
|
|
5463
|
-
|
|
5464
|
-
pageCommon: [
|
|
5465
|
-
compCommon: [
|
|
5582
|
+
properties: {
|
|
5583
|
+
pageCommon: [b, Ai],
|
|
5584
|
+
compCommon: [b, Ai]
|
|
5466
5585
|
},
|
|
5467
5586
|
events: [],
|
|
5468
5587
|
methods: [],
|
|
@@ -5591,9 +5710,9 @@ const Li = {
|
|
|
5591
5710
|
key: Ct,
|
|
5592
5711
|
name: "x-runtime-lib.rangeSlider",
|
|
5593
5712
|
comp: zl,
|
|
5594
|
-
|
|
5595
|
-
pageCommon: [
|
|
5596
|
-
compCommon: [
|
|
5713
|
+
properties: {
|
|
5714
|
+
pageCommon: [b, Li],
|
|
5715
|
+
compCommon: [b, Li]
|
|
5597
5716
|
},
|
|
5598
5717
|
events: [],
|
|
5599
5718
|
methods: [],
|
|
@@ -5660,9 +5779,9 @@ const Bi = {
|
|
|
5660
5779
|
key: Tt,
|
|
5661
5780
|
name: "x-runtime-lib.rating",
|
|
5662
5781
|
comp: Al,
|
|
5663
|
-
|
|
5664
|
-
pageCommon: [
|
|
5665
|
-
compCommon: [
|
|
5782
|
+
properties: {
|
|
5783
|
+
pageCommon: [b, Bi],
|
|
5784
|
+
compCommon: [b, Bi]
|
|
5666
5785
|
},
|
|
5667
5786
|
events: [],
|
|
5668
5787
|
methods: [],
|
|
@@ -5715,9 +5834,9 @@ const Wi = {
|
|
|
5715
5834
|
key: Pt,
|
|
5716
5835
|
name: "x-runtime-lib.select",
|
|
5717
5836
|
comp: Ll,
|
|
5718
|
-
|
|
5719
|
-
pageCommon: [
|
|
5720
|
-
compCommon: [
|
|
5837
|
+
properties: {
|
|
5838
|
+
pageCommon: [b, Wi],
|
|
5839
|
+
compCommon: [b, Wi]
|
|
5721
5840
|
},
|
|
5722
5841
|
events: [],
|
|
5723
5842
|
methods: [],
|
|
@@ -5864,9 +5983,9 @@ const Ei = {
|
|
|
5864
5983
|
key: zt,
|
|
5865
5984
|
name: "x-runtime-lib.slider",
|
|
5866
5985
|
comp: Bl,
|
|
5867
|
-
|
|
5868
|
-
pageCommon: [
|
|
5869
|
-
compCommon: [
|
|
5986
|
+
properties: {
|
|
5987
|
+
pageCommon: [b, Ei, Ni],
|
|
5988
|
+
compCommon: [b, Ei, Ni]
|
|
5870
5989
|
},
|
|
5871
5990
|
events: [],
|
|
5872
5991
|
methods: [],
|
|
@@ -5878,9 +5997,9 @@ const gn = {
|
|
|
5878
5997
|
key: go,
|
|
5879
5998
|
name: "x-runtime-lib.stepperHeader",
|
|
5880
5999
|
comp: Ml,
|
|
5881
|
-
|
|
5882
|
-
pageCommon: [
|
|
5883
|
-
compCommon: [
|
|
6000
|
+
properties: {
|
|
6001
|
+
pageCommon: [b],
|
|
6002
|
+
compCommon: [b]
|
|
5884
6003
|
},
|
|
5885
6004
|
events: [],
|
|
5886
6005
|
methods: [],
|
|
@@ -5902,9 +6021,9 @@ const Mi = {
|
|
|
5902
6021
|
key: xo,
|
|
5903
6022
|
name: "x-runtime-lib.stepperItem",
|
|
5904
6023
|
comp: Rl,
|
|
5905
|
-
|
|
5906
|
-
pageCommon: [
|
|
5907
|
-
compCommon: [
|
|
6024
|
+
properties: {
|
|
6025
|
+
pageCommon: [b, Mi],
|
|
6026
|
+
compCommon: [b, Mi]
|
|
5908
6027
|
},
|
|
5909
6028
|
events: [],
|
|
5910
6029
|
methods: [],
|
|
@@ -5915,9 +6034,9 @@ const vn = {
|
|
|
5915
6034
|
key: vo,
|
|
5916
6035
|
name: "x-runtime-lib.stepperWindow",
|
|
5917
6036
|
comp: Gl,
|
|
5918
|
-
|
|
5919
|
-
pageCommon: [
|
|
5920
|
-
compCommon: [
|
|
6037
|
+
properties: {
|
|
6038
|
+
pageCommon: [b],
|
|
6039
|
+
compCommon: [b]
|
|
5921
6040
|
},
|
|
5922
6041
|
events: [],
|
|
5923
6042
|
methods: [],
|
|
@@ -5939,9 +6058,9 @@ const Ri = {
|
|
|
5939
6058
|
key: ko,
|
|
5940
6059
|
name: "x-runtime-lib.stepperWindowItem",
|
|
5941
6060
|
comp: Hl,
|
|
5942
|
-
|
|
5943
|
-
pageCommon: [
|
|
5944
|
-
compCommon: [
|
|
6061
|
+
properties: {
|
|
6062
|
+
pageCommon: [b, Ri],
|
|
6063
|
+
compCommon: [b, Ri]
|
|
5945
6064
|
},
|
|
5946
6065
|
events: [],
|
|
5947
6066
|
methods: [],
|
|
@@ -5951,12 +6070,12 @@ _(kn);
|
|
|
5951
6070
|
function nu(t, e) {
|
|
5952
6071
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
5953
6072
|
if (!o) {
|
|
5954
|
-
console.error(`stepperV1/spawn
|
|
6073
|
+
console.error(`stepperV1/spawn property tag not found, ${i}`);
|
|
5955
6074
|
return;
|
|
5956
6075
|
}
|
|
5957
|
-
const l = _n.
|
|
6076
|
+
const l = _n.properties[o];
|
|
5958
6077
|
if (!l) {
|
|
5959
|
-
console.error(`stepperV1/spawn
|
|
6078
|
+
console.error(`stepperV1/spawn properties not found, ${i}`);
|
|
5960
6079
|
return;
|
|
5961
6080
|
}
|
|
5962
6081
|
const s = {};
|
|
@@ -5965,12 +6084,12 @@ function nu(t, e) {
|
|
|
5965
6084
|
function iu(t, e) {
|
|
5966
6085
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
5967
6086
|
if (!o) {
|
|
5968
|
-
console.error(`stepperV1/spawnHeader
|
|
6087
|
+
console.error(`stepperV1/spawnHeader property tag not found, ${i}`);
|
|
5969
6088
|
return;
|
|
5970
6089
|
}
|
|
5971
|
-
const l = gn.
|
|
6090
|
+
const l = gn.properties[o];
|
|
5972
6091
|
if (!l) {
|
|
5973
|
-
console.error(`stepperV1/spawnHeader
|
|
6092
|
+
console.error(`stepperV1/spawnHeader properties not found, ${i}`);
|
|
5974
6093
|
return;
|
|
5975
6094
|
}
|
|
5976
6095
|
const s = {};
|
|
@@ -5983,12 +6102,12 @@ function iu(t, e) {
|
|
|
5983
6102
|
function Jt(t, e, i) {
|
|
5984
6103
|
const o = `type=${t} subtype=${e}`, l = A(t, e);
|
|
5985
6104
|
if (!l) {
|
|
5986
|
-
console.error(`stepperV1/spawnItem
|
|
6105
|
+
console.error(`stepperV1/spawnItem property tag not found, ${o}`);
|
|
5987
6106
|
return;
|
|
5988
6107
|
}
|
|
5989
|
-
const s = xn.
|
|
6108
|
+
const s = xn.properties[l];
|
|
5990
6109
|
if (!s) {
|
|
5991
|
-
console.error(`stepperV1/spawnItem
|
|
6110
|
+
console.error(`stepperV1/spawnItem properties not found, ${o}`);
|
|
5992
6111
|
return;
|
|
5993
6112
|
}
|
|
5994
6113
|
const a = {};
|
|
@@ -5997,12 +6116,12 @@ function Jt(t, e, i) {
|
|
|
5997
6116
|
function ou(t, e) {
|
|
5998
6117
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
5999
6118
|
if (!o) {
|
|
6000
|
-
console.error(`stepperV1/spawnWindow
|
|
6119
|
+
console.error(`stepperV1/spawnWindow property tag not found, ${i}`);
|
|
6001
6120
|
return;
|
|
6002
6121
|
}
|
|
6003
|
-
const l = vn.
|
|
6122
|
+
const l = vn.properties[o];
|
|
6004
6123
|
if (!l) {
|
|
6005
|
-
console.error(`stepperV1/spawnWindow
|
|
6124
|
+
console.error(`stepperV1/spawnWindow properties not found, ${i}`);
|
|
6006
6125
|
return;
|
|
6007
6126
|
}
|
|
6008
6127
|
const s = {};
|
|
@@ -6015,12 +6134,12 @@ function ou(t, e) {
|
|
|
6015
6134
|
function Zt(t, e, i, o) {
|
|
6016
6135
|
const l = `type=${t} subtype=${e}`, s = A(t, e);
|
|
6017
6136
|
if (!s) {
|
|
6018
|
-
console.error(`stepperV1/spawnWindowItem
|
|
6137
|
+
console.error(`stepperV1/spawnWindowItem property tag not found, ${l}`);
|
|
6019
6138
|
return;
|
|
6020
6139
|
}
|
|
6021
|
-
const a = kn.
|
|
6140
|
+
const a = kn.properties[s];
|
|
6022
6141
|
if (!a) {
|
|
6023
|
-
console.error(`stepperV1/spawnWindowItem
|
|
6142
|
+
console.error(`stepperV1/spawnWindowItem properties not found, ${l}`);
|
|
6024
6143
|
return;
|
|
6025
6144
|
}
|
|
6026
6145
|
const p = {};
|
|
@@ -6029,12 +6148,12 @@ function Zt(t, e, i, o) {
|
|
|
6029
6148
|
function su(t, e, i) {
|
|
6030
6149
|
const o = `type=${t} subtype=${e}`, l = A(t, e);
|
|
6031
6150
|
if (!l) {
|
|
6032
|
-
console.error(`stepperV1/spawnCard
|
|
6151
|
+
console.error(`stepperV1/spawnCard property tag not found, ${o}`);
|
|
6033
6152
|
return;
|
|
6034
6153
|
}
|
|
6035
|
-
const s = Ae.
|
|
6154
|
+
const s = Ae.properties[l];
|
|
6036
6155
|
if (!s) {
|
|
6037
|
-
console.error(`stepperV1/spawnCard
|
|
6156
|
+
console.error(`stepperV1/spawnCard properties not found, ${o}`);
|
|
6038
6157
|
return;
|
|
6039
6158
|
}
|
|
6040
6159
|
const a = {};
|
|
@@ -6061,9 +6180,9 @@ const Di = {
|
|
|
6061
6180
|
key: Bt,
|
|
6062
6181
|
name: "x-runtime-lib.stepper",
|
|
6063
6182
|
comp: Wl,
|
|
6064
|
-
|
|
6065
|
-
pageCommon: [
|
|
6066
|
-
compCommon: [
|
|
6183
|
+
properties: {
|
|
6184
|
+
pageCommon: [b, Di],
|
|
6185
|
+
compCommon: [b, Di]
|
|
6067
6186
|
},
|
|
6068
6187
|
events: [],
|
|
6069
6188
|
methods: [],
|
|
@@ -6075,9 +6194,9 @@ const ru = {
|
|
|
6075
6194
|
key: Wt,
|
|
6076
6195
|
name: "x-runtime-lib.switch",
|
|
6077
6196
|
comp: Kl,
|
|
6078
|
-
|
|
6079
|
-
pageCommon: [
|
|
6080
|
-
compCommon: [
|
|
6197
|
+
properties: {
|
|
6198
|
+
pageCommon: [b],
|
|
6199
|
+
compCommon: [b]
|
|
6081
6200
|
},
|
|
6082
6201
|
events: [],
|
|
6083
6202
|
methods: [],
|
|
@@ -6106,9 +6225,9 @@ const Fi = {
|
|
|
6106
6225
|
key: _o,
|
|
6107
6226
|
name: "x-runtime-lib.tab",
|
|
6108
6227
|
comp: jl,
|
|
6109
|
-
|
|
6110
|
-
pageCommon: [
|
|
6111
|
-
compCommon: [
|
|
6228
|
+
properties: {
|
|
6229
|
+
pageCommon: [b, Fi],
|
|
6230
|
+
compCommon: [b, Fi]
|
|
6112
6231
|
},
|
|
6113
6232
|
events: [],
|
|
6114
6233
|
methods: [],
|
|
@@ -6119,12 +6238,12 @@ _(wn);
|
|
|
6119
6238
|
function lu(t, e) {
|
|
6120
6239
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6121
6240
|
if (!o) {
|
|
6122
|
-
console.error(`tabsV1/spawn
|
|
6241
|
+
console.error(`tabsV1/spawn property tag not found, ${i}`);
|
|
6123
6242
|
return;
|
|
6124
6243
|
}
|
|
6125
|
-
const l = Vn.
|
|
6244
|
+
const l = Vn.properties[o];
|
|
6126
6245
|
if (!l) {
|
|
6127
|
-
console.error(`tabsV1/spawn
|
|
6246
|
+
console.error(`tabsV1/spawn properties not found, ${i}`);
|
|
6128
6247
|
return;
|
|
6129
6248
|
}
|
|
6130
6249
|
const s = {};
|
|
@@ -6137,12 +6256,12 @@ function lu(t, e) {
|
|
|
6137
6256
|
function qt(t, e, i, o) {
|
|
6138
6257
|
const l = `type=${t} subtype=${e}`, s = A(t, e);
|
|
6139
6258
|
if (!s) {
|
|
6140
|
-
console.error(`tabsV1/spawnTab
|
|
6259
|
+
console.error(`tabsV1/spawnTab property tag not found, ${l}`);
|
|
6141
6260
|
return;
|
|
6142
6261
|
}
|
|
6143
|
-
const a = wn.
|
|
6262
|
+
const a = wn.properties[s];
|
|
6144
6263
|
if (!a) {
|
|
6145
|
-
console.error(`tabsV1/spawnTab
|
|
6264
|
+
console.error(`tabsV1/spawnTab properties not found, ${l}`);
|
|
6146
6265
|
return;
|
|
6147
6266
|
}
|
|
6148
6267
|
const p = {};
|
|
@@ -6240,9 +6359,9 @@ const Gi = {
|
|
|
6240
6359
|
key: Et,
|
|
6241
6360
|
name: "x-runtime-lib.tabs",
|
|
6242
6361
|
comp: Ol,
|
|
6243
|
-
|
|
6244
|
-
pageCommon: [
|
|
6245
|
-
compCommon: [
|
|
6362
|
+
properties: {
|
|
6363
|
+
pageCommon: [b, Gi],
|
|
6364
|
+
compCommon: [b, Gi]
|
|
6246
6365
|
},
|
|
6247
6366
|
events: [],
|
|
6248
6367
|
methods: [],
|
|
@@ -6253,16 +6372,16 @@ _(Vn);
|
|
|
6253
6372
|
function au(t, e) {
|
|
6254
6373
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6255
6374
|
if (!o) {
|
|
6256
|
-
console.error(`textV1/spawn
|
|
6375
|
+
console.error(`textV1/spawn property tag not found, ${i}`);
|
|
6257
6376
|
return;
|
|
6258
6377
|
}
|
|
6259
|
-
const l =
|
|
6378
|
+
const l = be.properties[o];
|
|
6260
6379
|
if (!l) {
|
|
6261
|
-
console.error(`textV1/spawn
|
|
6380
|
+
console.error(`textV1/spawn properties not found, ${i}`);
|
|
6262
6381
|
return;
|
|
6263
6382
|
}
|
|
6264
6383
|
const s = {};
|
|
6265
|
-
return P(s, l), s.basic.id = T(16), s.basic.key =
|
|
6384
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = be.key, s.settings.text = "text", s;
|
|
6266
6385
|
}
|
|
6267
6386
|
const Hi = {
|
|
6268
6387
|
key: "settings",
|
|
@@ -6350,13 +6469,13 @@ const Hi = {
|
|
|
6350
6469
|
default: !1
|
|
6351
6470
|
}
|
|
6352
6471
|
]
|
|
6353
|
-
},
|
|
6472
|
+
}, be = {
|
|
6354
6473
|
key: Nt,
|
|
6355
6474
|
name: "x-runtime-lib.text",
|
|
6356
6475
|
comp: Ul,
|
|
6357
|
-
|
|
6358
|
-
pageCommon: [
|
|
6359
|
-
compCommon: [
|
|
6476
|
+
properties: {
|
|
6477
|
+
pageCommon: [b, Hi],
|
|
6478
|
+
compCommon: [b, Hi]
|
|
6360
6479
|
},
|
|
6361
6480
|
events: [],
|
|
6362
6481
|
methods: [],
|
|
@@ -6364,16 +6483,16 @@ const Hi = {
|
|
|
6364
6483
|
leaf: !0,
|
|
6365
6484
|
spawn: au
|
|
6366
6485
|
};
|
|
6367
|
-
_(
|
|
6486
|
+
_(be);
|
|
6368
6487
|
function uu(t, e) {
|
|
6369
6488
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6370
6489
|
if (!o) {
|
|
6371
|
-
console.error(`textareaV1/spawn
|
|
6490
|
+
console.error(`textareaV1/spawn property tag not found, ${i}`);
|
|
6372
6491
|
return;
|
|
6373
6492
|
}
|
|
6374
|
-
const l = $n.
|
|
6493
|
+
const l = $n.properties[o];
|
|
6375
6494
|
if (!l) {
|
|
6376
|
-
console.error(`textareaV1/spawn
|
|
6495
|
+
console.error(`textareaV1/spawn properties not found, ${i}`);
|
|
6377
6496
|
return;
|
|
6378
6497
|
}
|
|
6379
6498
|
const s = {};
|
|
@@ -6454,9 +6573,9 @@ const Ki = {
|
|
|
6454
6573
|
key: Mt,
|
|
6455
6574
|
name: "x-runtime-lib.textarea",
|
|
6456
6575
|
comp: Xl,
|
|
6457
|
-
|
|
6458
|
-
pageCommon: [
|
|
6459
|
-
compCommon: [
|
|
6576
|
+
properties: {
|
|
6577
|
+
pageCommon: [b, Ki],
|
|
6578
|
+
compCommon: [b, Ki]
|
|
6460
6579
|
},
|
|
6461
6580
|
events: [],
|
|
6462
6581
|
methods: [],
|
|
@@ -6469,9 +6588,9 @@ const In = {
|
|
|
6469
6588
|
key: wo,
|
|
6470
6589
|
name: "x-runtime-lib.timelineItem",
|
|
6471
6590
|
comp: Ql,
|
|
6472
|
-
|
|
6473
|
-
pageCommon: [
|
|
6474
|
-
compCommon: [
|
|
6591
|
+
properties: {
|
|
6592
|
+
pageCommon: [b],
|
|
6593
|
+
compCommon: [b]
|
|
6475
6594
|
},
|
|
6476
6595
|
events: [],
|
|
6477
6596
|
methods: [],
|
|
@@ -6481,12 +6600,12 @@ _(In);
|
|
|
6481
6600
|
function cu(t, e) {
|
|
6482
6601
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6483
6602
|
if (!o) {
|
|
6484
|
-
console.error(`timelineV1/spawn
|
|
6603
|
+
console.error(`timelineV1/spawn property tag not found, ${i}`);
|
|
6485
6604
|
return;
|
|
6486
6605
|
}
|
|
6487
|
-
const l = Sn.
|
|
6606
|
+
const l = Sn.properties[o];
|
|
6488
6607
|
if (!l) {
|
|
6489
|
-
console.error(`timelineV1/spawn
|
|
6608
|
+
console.error(`timelineV1/spawn properties not found, ${i}`);
|
|
6490
6609
|
return;
|
|
6491
6610
|
}
|
|
6492
6611
|
const s = {};
|
|
@@ -6499,12 +6618,12 @@ function cu(t, e) {
|
|
|
6499
6618
|
function Qt(t, e, i) {
|
|
6500
6619
|
const o = `type=${t} subtype=${e}`, l = A(t, e);
|
|
6501
6620
|
if (!l) {
|
|
6502
|
-
console.error(`timelineV1/spawnEntry
|
|
6621
|
+
console.error(`timelineV1/spawnEntry property tag not found, ${o}`);
|
|
6503
6622
|
return;
|
|
6504
6623
|
}
|
|
6505
|
-
const s = In.
|
|
6624
|
+
const s = In.properties[l];
|
|
6506
6625
|
if (!s) {
|
|
6507
|
-
console.error(`timelineV1/spawnEntry
|
|
6626
|
+
console.error(`timelineV1/spawnEntry properties not found, ${o}`);
|
|
6508
6627
|
return;
|
|
6509
6628
|
}
|
|
6510
6629
|
const a = {};
|
|
@@ -6513,16 +6632,16 @@ function Qt(t, e, i) {
|
|
|
6513
6632
|
function mu(t, e, i) {
|
|
6514
6633
|
const o = `type=${t} subtype=${e}`, l = A(t, e);
|
|
6515
6634
|
if (!l) {
|
|
6516
|
-
console.error(`timelineV1/spawnText
|
|
6635
|
+
console.error(`timelineV1/spawnText property tag not found, ${o}`);
|
|
6517
6636
|
return;
|
|
6518
6637
|
}
|
|
6519
|
-
const s =
|
|
6638
|
+
const s = be.properties[l];
|
|
6520
6639
|
if (!s) {
|
|
6521
|
-
console.error(`timelineV1/spawnText
|
|
6640
|
+
console.error(`timelineV1/spawnText properties not found, ${o}`);
|
|
6522
6641
|
return;
|
|
6523
6642
|
}
|
|
6524
6643
|
const a = {};
|
|
6525
|
-
return P(a, s), a.basic.id = T(16), a.basic.key =
|
|
6644
|
+
return P(a, s), a.basic.id = T(16), a.basic.key = be.key, a.settings.text = i, a;
|
|
6526
6645
|
}
|
|
6527
6646
|
const pu = B(j), du = B(j), ji = {
|
|
6528
6647
|
key: "settings",
|
|
@@ -6606,9 +6725,9 @@ const pu = B(j), du = B(j), ji = {
|
|
|
6606
6725
|
key: Dt,
|
|
6607
6726
|
name: "x-runtime-lib.timeline",
|
|
6608
6727
|
comp: Jl,
|
|
6609
|
-
|
|
6610
|
-
pageCommon: [
|
|
6611
|
-
compCommon: [
|
|
6728
|
+
properties: {
|
|
6729
|
+
pageCommon: [b, ji],
|
|
6730
|
+
compCommon: [b, ji]
|
|
6612
6731
|
},
|
|
6613
6732
|
events: [],
|
|
6614
6733
|
methods: [],
|
|
@@ -6620,9 +6739,9 @@ const Cn = {
|
|
|
6620
6739
|
key: Vo,
|
|
6621
6740
|
name: "x-runtime-lib.windowItem",
|
|
6622
6741
|
comp: ia,
|
|
6623
|
-
|
|
6624
|
-
pageCommon: [
|
|
6625
|
-
compCommon: [
|
|
6742
|
+
properties: {
|
|
6743
|
+
pageCommon: [b],
|
|
6744
|
+
compCommon: [b]
|
|
6626
6745
|
},
|
|
6627
6746
|
events: [],
|
|
6628
6747
|
methods: [],
|
|
@@ -6632,12 +6751,12 @@ _(Cn);
|
|
|
6632
6751
|
function fu(t, e) {
|
|
6633
6752
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6634
6753
|
if (!o) {
|
|
6635
|
-
console.error(`windowV1/spawn
|
|
6754
|
+
console.error(`windowV1/spawn property tag not found, ${i}`);
|
|
6636
6755
|
return;
|
|
6637
6756
|
}
|
|
6638
|
-
const l = Tn.
|
|
6757
|
+
const l = Tn.properties[o];
|
|
6639
6758
|
if (!l) {
|
|
6640
|
-
console.error(`windowV1/spawn
|
|
6759
|
+
console.error(`windowV1/spawn properties not found, ${i}`);
|
|
6641
6760
|
return;
|
|
6642
6761
|
}
|
|
6643
6762
|
const s = {};
|
|
@@ -6650,44 +6769,44 @@ function fu(t, e) {
|
|
|
6650
6769
|
function en(t, e, i) {
|
|
6651
6770
|
const o = `type=${t} subtype=${e}`, l = A(t, e);
|
|
6652
6771
|
if (!l) {
|
|
6653
|
-
console.error(`windowV1/spawnEntry
|
|
6772
|
+
console.error(`windowV1/spawnEntry property tag not found, ${o}`);
|
|
6654
6773
|
return;
|
|
6655
6774
|
}
|
|
6656
|
-
const s = Cn.
|
|
6775
|
+
const s = Cn.properties[l];
|
|
6657
6776
|
if (!s) {
|
|
6658
|
-
console.error(`windowV1/spawnEntry
|
|
6777
|
+
console.error(`windowV1/spawnEntry properties not found, ${o}`);
|
|
6659
6778
|
return;
|
|
6660
6779
|
}
|
|
6661
6780
|
const a = {};
|
|
6662
|
-
return P(a, s), a.basic.id = T(16), a.basic.key = Cn.key, a.children = [
|
|
6781
|
+
return P(a, s), a.basic.id = T(16), a.basic.key = Cn.key, a.children = [yu(t, e, i)], a;
|
|
6663
6782
|
}
|
|
6664
|
-
function
|
|
6783
|
+
function yu(t, e, i) {
|
|
6665
6784
|
const o = `type=${t} subtype=${e}`, l = A(t, e);
|
|
6666
6785
|
if (!l) {
|
|
6667
|
-
console.error(`windowV1/spawnFlexLayout
|
|
6786
|
+
console.error(`windowV1/spawnFlexLayout property tag not found, ${o}`);
|
|
6668
6787
|
return;
|
|
6669
6788
|
}
|
|
6670
|
-
const s = Le.
|
|
6789
|
+
const s = Le.properties[l];
|
|
6671
6790
|
if (!s) {
|
|
6672
|
-
console.error(`windowV1/spawnFlexLayout
|
|
6791
|
+
console.error(`windowV1/spawnFlexLayout properties not found, ${o}`);
|
|
6673
6792
|
return;
|
|
6674
6793
|
}
|
|
6675
6794
|
const a = {};
|
|
6676
|
-
return P(a, s), a.basic.id = T(16), a.basic.key = Le.key, a.size.height = "200px", a.settings.mainAlign.xs = "center", a.settings.crossAlign.xs = "center", a.settings.backgroundColor.mode = "theme", a.settings.backgroundColor.theme = "background2", a.children = [
|
|
6795
|
+
return P(a, s), a.basic.id = T(16), a.basic.key = Le.key, a.size.height = "200px", a.settings.mainAlign.xs = "center", a.settings.crossAlign.xs = "center", a.settings.backgroundColor.mode = "theme", a.settings.backgroundColor.theme = "background2", a.children = [bu(t, e, i)], a;
|
|
6677
6796
|
}
|
|
6678
|
-
function
|
|
6797
|
+
function bu(t, e, i) {
|
|
6679
6798
|
const o = `type=${t} subtype=${e}`, l = A(t, e);
|
|
6680
6799
|
if (!l) {
|
|
6681
|
-
console.error(`windowV1/spawnText
|
|
6800
|
+
console.error(`windowV1/spawnText property tag not found, ${o}`);
|
|
6682
6801
|
return;
|
|
6683
6802
|
}
|
|
6684
|
-
const s =
|
|
6803
|
+
const s = be.properties[l];
|
|
6685
6804
|
if (!s) {
|
|
6686
|
-
console.error(`windowV1/spawnText
|
|
6805
|
+
console.error(`windowV1/spawnText properties not found, ${o}`);
|
|
6687
6806
|
return;
|
|
6688
6807
|
}
|
|
6689
6808
|
const a = {};
|
|
6690
|
-
return P(a, s), a.basic.id = T(16), a.basic.key =
|
|
6809
|
+
return P(a, s), a.basic.id = T(16), a.basic.key = be.key, a.settings.text = i, a.settings.style.xs = "h6", a;
|
|
6691
6810
|
}
|
|
6692
6811
|
const Oi = {
|
|
6693
6812
|
key: "settings",
|
|
@@ -6741,9 +6860,9 @@ const Oi = {
|
|
|
6741
6860
|
key: Ft,
|
|
6742
6861
|
name: "x-runtime-lib.window",
|
|
6743
6862
|
comp: ea,
|
|
6744
|
-
|
|
6745
|
-
pageCommon: [
|
|
6746
|
-
compCommon: [
|
|
6863
|
+
properties: {
|
|
6864
|
+
pageCommon: [b, Oi],
|
|
6865
|
+
compCommon: [b, Oi]
|
|
6747
6866
|
},
|
|
6748
6867
|
events: [],
|
|
6749
6868
|
methods: [],
|
|
@@ -7191,7 +7310,7 @@ const hu = [
|
|
|
7191
7310
|
{
|
|
7192
7311
|
key: "imagesAndIcons",
|
|
7193
7312
|
name: "x-runtime-lib.imagesAndIcons",
|
|
7194
|
-
items: [
|
|
7313
|
+
items: [yt]
|
|
7195
7314
|
},
|
|
7196
7315
|
{
|
|
7197
7316
|
key: "pickers",
|
|
@@ -7232,7 +7351,7 @@ const hu = [
|
|
|
7232
7351
|
{
|
|
7233
7352
|
key: "controls",
|
|
7234
7353
|
name: "x-runtime-lib.controls",
|
|
7235
|
-
items: [_t, gt,
|
|
7354
|
+
items: [_t, gt, bt]
|
|
7236
7355
|
}
|
|
7237
7356
|
], Qu = [
|
|
7238
7357
|
{
|
|
@@ -7296,7 +7415,7 @@ const hu = [
|
|
|
7296
7415
|
{
|
|
7297
7416
|
key: "imagesAndIcons",
|
|
7298
7417
|
name: "x-runtime-lib.imagesAndIcons",
|
|
7299
|
-
items: [
|
|
7418
|
+
items: [yt]
|
|
7300
7419
|
},
|
|
7301
7420
|
{
|
|
7302
7421
|
key: "pickers",
|
|
@@ -7337,7 +7456,7 @@ const hu = [
|
|
|
7337
7456
|
{
|
|
7338
7457
|
key: "controls",
|
|
7339
7458
|
name: "x-runtime-lib.controls",
|
|
7340
|
-
items: [_t, gt,
|
|
7459
|
+
items: [_t, gt, bt]
|
|
7341
7460
|
}
|
|
7342
7461
|
], tc = {
|
|
7343
7462
|
version: "v1",
|
|
@@ -7367,12 +7486,12 @@ const hu = [
|
|
|
7367
7486
|
ct,
|
|
7368
7487
|
mt,
|
|
7369
7488
|
pt,
|
|
7370
|
-
|
|
7489
|
+
bo,
|
|
7371
7490
|
dt,
|
|
7372
7491
|
tn,
|
|
7373
7492
|
ft,
|
|
7374
|
-
bt,
|
|
7375
7493
|
yt,
|
|
7494
|
+
bt,
|
|
7376
7495
|
ht,
|
|
7377
7496
|
gt,
|
|
7378
7497
|
xt,
|
|
@@ -7422,11 +7541,11 @@ const hu = [
|
|
|
7422
7541
|
};
|
|
7423
7542
|
function A(t, e) {
|
|
7424
7543
|
if (t === "page") {
|
|
7425
|
-
if (!
|
|
7544
|
+
if (!ys.includes(e)) {
|
|
7426
7545
|
console.error(`get prop tag failed type=${t} subtype=${e}`);
|
|
7427
7546
|
return;
|
|
7428
7547
|
}
|
|
7429
|
-
} else if (t === "comp" && !
|
|
7548
|
+
} else if (t === "comp" && !bs.includes(e)) {
|
|
7430
7549
|
console.error(`get prop tag failed type=${t} subtype=${e}`);
|
|
7431
7550
|
return;
|
|
7432
7551
|
}
|
|
@@ -7456,7 +7575,7 @@ function P(t, e) {
|
|
|
7456
7575
|
function Fc(t, e, i, o, l) {
|
|
7457
7576
|
const s = `type=${t} subtype=${e} version=${i} ref=${o} keyOrRefid=${l}`, a = A(t, e);
|
|
7458
7577
|
if (!a) {
|
|
7459
|
-
console.error(`spawnNode
|
|
7578
|
+
console.error(`spawnNode property tag not found, ${s}`);
|
|
7460
7579
|
return;
|
|
7461
7580
|
}
|
|
7462
7581
|
const p = $o[i];
|
|
@@ -7465,7 +7584,7 @@ function Fc(t, e, i, o, l) {
|
|
|
7465
7584
|
return;
|
|
7466
7585
|
}
|
|
7467
7586
|
if (o) {
|
|
7468
|
-
const d = p.refKey,
|
|
7587
|
+
const d = p.refKey, y = l;
|
|
7469
7588
|
if (!p.elements.has(d)) {
|
|
7470
7589
|
console.error(`spawnNode [ref] element not found in pkg, ${s}`);
|
|
7471
7590
|
return;
|
|
@@ -7475,9 +7594,9 @@ function Fc(t, e, i, o, l) {
|
|
|
7475
7594
|
console.error(`spawnNode [ref] element not found in global, ${s}`);
|
|
7476
7595
|
return;
|
|
7477
7596
|
}
|
|
7478
|
-
const u = m.
|
|
7597
|
+
const u = m.properties[a];
|
|
7479
7598
|
if (!u) {
|
|
7480
|
-
console.error(`spawnNode [ref]
|
|
7599
|
+
console.error(`spawnNode [ref] properties not found, ${s}`);
|
|
7481
7600
|
return;
|
|
7482
7601
|
}
|
|
7483
7602
|
const c = {
|
|
@@ -7487,7 +7606,7 @@ function Fc(t, e, i, o, l) {
|
|
|
7487
7606
|
}
|
|
7488
7607
|
};
|
|
7489
7608
|
return P(c, u), c.basic.id = T(16), c.basic.key = d, c.ref = {
|
|
7490
|
-
comp:
|
|
7609
|
+
comp: y
|
|
7491
7610
|
}, c;
|
|
7492
7611
|
} else {
|
|
7493
7612
|
const d = l;
|
|
@@ -7495,17 +7614,17 @@ function Fc(t, e, i, o, l) {
|
|
|
7495
7614
|
console.error(`spawnNode [key] element not found in pkg, ${s}`);
|
|
7496
7615
|
return;
|
|
7497
7616
|
}
|
|
7498
|
-
const
|
|
7499
|
-
if (!
|
|
7617
|
+
const y = Te[d];
|
|
7618
|
+
if (!y) {
|
|
7500
7619
|
console.error(`spawnNode [key] element not found in global, ${s}`);
|
|
7501
7620
|
return;
|
|
7502
7621
|
}
|
|
7503
|
-
if (
|
|
7504
|
-
return
|
|
7622
|
+
if (y.spawn)
|
|
7623
|
+
return y.spawn(t, e);
|
|
7505
7624
|
{
|
|
7506
|
-
const m =
|
|
7625
|
+
const m = y.properties[a];
|
|
7507
7626
|
if (!m) {
|
|
7508
|
-
console.error(`spawnNode [key]
|
|
7627
|
+
console.error(`spawnNode [key] properties not found, ${s}`);
|
|
7509
7628
|
return;
|
|
7510
7629
|
}
|
|
7511
7630
|
const u = {
|
|
@@ -7514,7 +7633,7 @@ function Fc(t, e, i, o, l) {
|
|
|
7514
7633
|
key: ""
|
|
7515
7634
|
}
|
|
7516
7635
|
};
|
|
7517
|
-
return P(u, m), u.basic.id = T(16), u.basic.key = d,
|
|
7636
|
+
return P(u, m), u.basic.id = T(16), u.basic.key = d, y.leaf || (u.children = []), u;
|
|
7518
7637
|
}
|
|
7519
7638
|
}
|
|
7520
7639
|
}
|
|
@@ -7605,7 +7724,7 @@ function Ee() {
|
|
|
7605
7724
|
}
|
|
7606
7725
|
function Se(t) {
|
|
7607
7726
|
const e = [t.type];
|
|
7608
|
-
return t.type === "
|
|
7727
|
+
return t.type === "elementProperty" ? e.push(t.nodeId, t.propertyKeys) : t.type === "customProperty" || t.type === "adaptSlotProperty" ? e.push(t.propertyId) : t.type === "customState" ? e.push(t.stateId) : console.assert(!1), e.join("@");
|
|
7609
7728
|
}
|
|
7610
7729
|
function Me(t, e, i, o, l) {
|
|
7611
7730
|
const { watchEffect: s, bind: a } = e;
|
|
@@ -7621,7 +7740,7 @@ function Me(t, e, i, o, l) {
|
|
|
7621
7740
|
console.assert(!1);
|
|
7622
7741
|
continue;
|
|
7623
7742
|
}
|
|
7624
|
-
let
|
|
7743
|
+
let y = null;
|
|
7625
7744
|
for (const u of d)
|
|
7626
7745
|
if (i === Se(u)) {
|
|
7627
7746
|
if (u.subKeys) {
|
|
@@ -7629,29 +7748,32 @@ function Me(t, e, i, o, l) {
|
|
|
7629
7748
|
ke(o, u.subKeys),
|
|
7630
7749
|
ke(l, u.subKeys)
|
|
7631
7750
|
)) {
|
|
7632
|
-
|
|
7751
|
+
y = u;
|
|
7633
7752
|
break;
|
|
7634
7753
|
}
|
|
7635
7754
|
} else if (!ne(o, l)) {
|
|
7636
|
-
|
|
7755
|
+
y = u;
|
|
7637
7756
|
break;
|
|
7638
7757
|
}
|
|
7639
7758
|
}
|
|
7640
|
-
if (!
|
|
7759
|
+
if (!y)
|
|
7641
7760
|
continue;
|
|
7642
7761
|
let m;
|
|
7643
|
-
|
|
7762
|
+
y.subKeys ? m = ke(o, y.subKeys) : m = o;
|
|
7644
7763
|
for (const u of d)
|
|
7645
7764
|
if (u.subKeys) {
|
|
7646
7765
|
let c;
|
|
7647
|
-
if (u.type === "
|
|
7648
|
-
c = t.
|
|
7649
|
-
|
|
7650
|
-
|
|
7766
|
+
if (u.type === "elementProperty")
|
|
7767
|
+
c = t.getElementProperty(
|
|
7768
|
+
u.nodeId,
|
|
7769
|
+
u.propertyKeys
|
|
7770
|
+
);
|
|
7771
|
+
else if (u.type === "customProperty")
|
|
7772
|
+
c = t.getCustomProperty(u.propertyId);
|
|
7651
7773
|
else if (u.type === "customState")
|
|
7652
7774
|
c = t.getCustomState(u.stateId);
|
|
7653
|
-
else if (u.type === "
|
|
7654
|
-
c = t.
|
|
7775
|
+
else if (u.type === "adaptSlotProperty")
|
|
7776
|
+
c = t.getAdaptSlotProperty(u.propertyId);
|
|
7655
7777
|
else {
|
|
7656
7778
|
console.assert(!1);
|
|
7657
7779
|
continue;
|
|
@@ -7660,28 +7782,35 @@ function Me(t, e, i, o, l) {
|
|
|
7660
7782
|
if (ne(m, f))
|
|
7661
7783
|
continue;
|
|
7662
7784
|
const h = B(c);
|
|
7663
|
-
ao(h, u.subKeys, B(m)), u.type === "
|
|
7785
|
+
ao(h, u.subKeys, B(m)), u.type === "elementProperty" ? t.setElementProperty(
|
|
7786
|
+
u.nodeId,
|
|
7787
|
+
u.propertyKeys,
|
|
7788
|
+
h
|
|
7789
|
+
) : u.type === "customProperty" ? t.setCustomProperty(u.propertyId, h) : u.type === "customState" ? t.setCustomState(u.stateId, h) : u.type === "adaptSlotProperty" ? t.setAdaptSlotProperty(u.propertyId, h) : console.assert(!1);
|
|
7664
7790
|
} else {
|
|
7665
7791
|
let c;
|
|
7666
|
-
if (u.type === "
|
|
7667
|
-
c = t.
|
|
7668
|
-
|
|
7669
|
-
|
|
7792
|
+
if (u.type === "elementProperty")
|
|
7793
|
+
c = t.getElementProperty(
|
|
7794
|
+
u.nodeId,
|
|
7795
|
+
u.propertyKeys
|
|
7796
|
+
);
|
|
7797
|
+
else if (u.type === "customProperty")
|
|
7798
|
+
c = t.getCustomProperty(u.propertyId);
|
|
7670
7799
|
else if (u.type === "customState")
|
|
7671
7800
|
c = t.getCustomState(u.stateId);
|
|
7672
|
-
else if (u.type === "
|
|
7673
|
-
c = t.
|
|
7801
|
+
else if (u.type === "adaptSlotProperty")
|
|
7802
|
+
c = t.getAdaptSlotProperty(u.propertyId);
|
|
7674
7803
|
else {
|
|
7675
7804
|
console.assert(!1);
|
|
7676
7805
|
continue;
|
|
7677
7806
|
}
|
|
7678
7807
|
if (ne(m, c))
|
|
7679
7808
|
continue;
|
|
7680
|
-
u.type === "
|
|
7809
|
+
u.type === "elementProperty" ? t.setElementProperty(
|
|
7681
7810
|
u.nodeId,
|
|
7682
|
-
u.
|
|
7811
|
+
u.propertyKeys,
|
|
7683
7812
|
B(m)
|
|
7684
|
-
) : u.type === "
|
|
7813
|
+
) : u.type === "customProperty" ? t.setCustomProperty(u.propertyId, B(m)) : u.type === "customState" ? t.setCustomState(u.stateId, B(m)) : u.type === "adaptSlotProperty" ? t.setAdaptSlotProperty(u.propertyId, B(m)) : console.assert(!1);
|
|
7685
7814
|
}
|
|
7686
7815
|
}
|
|
7687
7816
|
}
|
|
@@ -7689,13 +7818,13 @@ function lc(t, e) {
|
|
|
7689
7818
|
function i(m) {
|
|
7690
7819
|
const u = t.pseudoToNative(m), c = [], f = u.split(".");
|
|
7691
7820
|
for (let h = 0; h < f.length; h++) {
|
|
7692
|
-
const
|
|
7693
|
-
if (
|
|
7694
|
-
if (/^\[\d+\]$/.test(
|
|
7695
|
-
let
|
|
7696
|
-
|
|
7821
|
+
const g = f[h].trim();
|
|
7822
|
+
if (g !== "")
|
|
7823
|
+
if (/^\[\d+\]$/.test(g)) {
|
|
7824
|
+
let x = parseInt(g.slice(1, -1), 10);
|
|
7825
|
+
x > 0 && x--, c.push(x);
|
|
7697
7826
|
} else
|
|
7698
|
-
c.push(
|
|
7827
|
+
c.push(g);
|
|
7699
7828
|
}
|
|
7700
7829
|
return t.nativeToPseudo(c);
|
|
7701
7830
|
}
|
|
@@ -7731,7 +7860,7 @@ function lc(t, e) {
|
|
|
7731
7860
|
t.appendCode(`__timeoutCallbackV1__(${c})`), t.run();
|
|
7732
7861
|
}, f);
|
|
7733
7862
|
}
|
|
7734
|
-
function
|
|
7863
|
+
function y(m, u) {
|
|
7735
7864
|
const c = t.pseudoToNative(m);
|
|
7736
7865
|
window.setTimeout(() => {
|
|
7737
7866
|
u(), t.run();
|
|
@@ -7768,13 +7897,13 @@ function lc(t, e) {
|
|
|
7768
7897
|
), t.setProperty(
|
|
7769
7898
|
e,
|
|
7770
7899
|
"__delayV1__",
|
|
7771
|
-
t.createAsyncFunction(
|
|
7900
|
+
t.createAsyncFunction(y)
|
|
7772
7901
|
);
|
|
7773
7902
|
}
|
|
7774
7903
|
const Wo = Ko({
|
|
7775
7904
|
baseUrl: "http://localhost/computebase/",
|
|
7776
7905
|
onError: (t) => {
|
|
7777
|
-
const { i18n: e } =
|
|
7906
|
+
const { i18n: e } = ye;
|
|
7778
7907
|
no(ps(e, t));
|
|
7779
7908
|
}
|
|
7780
7909
|
});
|
|
@@ -7784,15 +7913,15 @@ function ac(t) {
|
|
|
7784
7913
|
}
|
|
7785
7914
|
function uc(t, e) {
|
|
7786
7915
|
async function i(o, l, s, a, p, d) {
|
|
7787
|
-
const
|
|
7916
|
+
const y = t.pseudoToNative(o), m = t.pseudoToNative(l), u = t.pseudoToNative(s), c = t.pseudoToNative(a), f = t.pseudoToNative(p);
|
|
7788
7917
|
try {
|
|
7789
|
-
const h = JSON.stringify(u), { strOutputs:
|
|
7790
|
-
spaceId:
|
|
7918
|
+
const h = JSON.stringify(u), { strOutputs: g } = await ac({
|
|
7919
|
+
spaceId: y,
|
|
7791
7920
|
id: m,
|
|
7792
7921
|
strInputs: h,
|
|
7793
7922
|
env: c
|
|
7794
|
-
}),
|
|
7795
|
-
d(t.nativeToPseudo(
|
|
7923
|
+
}), x = JSON.parse(g);
|
|
7924
|
+
d(t.nativeToPseudo(x)), t.run();
|
|
7796
7925
|
} catch (h) {
|
|
7797
7926
|
console.error("callFuncV1 failed", f, h);
|
|
7798
7927
|
}
|
|
@@ -7806,37 +7935,16 @@ function uc(t, e) {
|
|
|
7806
7935
|
function cc(t, e, i) {
|
|
7807
7936
|
function o(u, c, f) {
|
|
7808
7937
|
let h;
|
|
7809
|
-
const
|
|
7810
|
-
|
|
7811
|
-
const g = e.pseudoToNative(c), w = e.pseudoToNative(f);
|
|
7812
|
-
h = t.getElementProp(g, w);
|
|
7813
|
-
} else if (x === "customProp") {
|
|
7814
|
-
const g = e.pseudoToNative(c);
|
|
7815
|
-
h = t.getCustomProp(g);
|
|
7816
|
-
} else if (x === "adaptSlotProp") {
|
|
7817
|
-
const g = e.pseudoToNative(c);
|
|
7818
|
-
h = t.getAdaptSlotProp(g);
|
|
7819
|
-
} else
|
|
7820
|
-
console.assert(!1);
|
|
7821
|
-
return e.nativeToPseudo(h);
|
|
7938
|
+
const g = e.pseudoToNative(u), x = e.pseudoToNative(c), w = e.pseudoToNative(f);
|
|
7939
|
+
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);
|
|
7822
7940
|
}
|
|
7823
7941
|
function l(u, c, f, h) {
|
|
7824
|
-
const
|
|
7825
|
-
|
|
7826
|
-
const g = e.pseudoToNative(c), w = e.pseudoToNative(f), C = e.pseudoToNative(h);
|
|
7827
|
-
t.setElementProp(g, w, C);
|
|
7828
|
-
} else if (x === "customProp") {
|
|
7829
|
-
const g = e.pseudoToNative(c), w = e.pseudoToNative(f);
|
|
7830
|
-
t.setCustomProp(g, w);
|
|
7831
|
-
} else if (x === "adaptSlotProp") {
|
|
7832
|
-
const g = e.pseudoToNative(c), w = e.pseudoToNative(f);
|
|
7833
|
-
t.setAdaptSlotProp(g, w);
|
|
7834
|
-
} else
|
|
7835
|
-
console.assert(!1);
|
|
7942
|
+
const g = e.pseudoToNative(u), x = e.pseudoToNative(c), w = e.pseudoToNative(f), C = e.pseudoToNative(h);
|
|
7943
|
+
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));
|
|
7836
7944
|
}
|
|
7837
7945
|
function s(u, c, f, h) {
|
|
7838
|
-
const
|
|
7839
|
-
t.eventBus.emit(`callMethod@${
|
|
7946
|
+
const g = e.pseudoToNative(u), x = e.pseudoToNative(c), w = e.pseudoToNative(f), C = { outputs: [] };
|
|
7947
|
+
t.eventBus.emit(`callMethod@${g}`, { name: x, inputs: w, result: C }), h(e.nativeToPseudo(C.outputs)), e.run();
|
|
7840
7948
|
}
|
|
7841
7949
|
function a(u) {
|
|
7842
7950
|
const c = e.pseudoToNative(u), f = t.getCustomState(c);
|
|
@@ -7849,37 +7957,37 @@ function cc(t, e, i) {
|
|
|
7849
7957
|
function d(u, c) {
|
|
7850
7958
|
const f = e.pseudoToNative(u), h = e.pseudoToNative(c);
|
|
7851
7959
|
if (t.mode === "runtime") {
|
|
7852
|
-
const
|
|
7960
|
+
const g = "/main/" + Date.now(), x = {
|
|
7853
7961
|
orgId: t.org,
|
|
7854
7962
|
appId: `${f}${t.env}`,
|
|
7855
7963
|
pageId: h
|
|
7856
7964
|
};
|
|
7857
|
-
|
|
7965
|
+
ye.router.replace({ path: g, query: x });
|
|
7858
7966
|
} else t.mode === "preview" && to(
|
|
7859
|
-
|
|
7967
|
+
ye.i18n.global.t(
|
|
7860
7968
|
"x-runtime-lib.msg.takeEffectOnlyAfterReleased"
|
|
7861
7969
|
)
|
|
7862
7970
|
);
|
|
7863
7971
|
}
|
|
7864
|
-
function
|
|
7865
|
-
const h = e.pseudoToNative(u),
|
|
7866
|
-
jo({ title: h, text:
|
|
7867
|
-
f(e.nativeToPseudo(
|
|
7972
|
+
function y(u, c, f) {
|
|
7973
|
+
const h = e.pseudoToNative(u), g = e.pseudoToNative(c);
|
|
7974
|
+
jo({ title: h, text: g }).then((x) => {
|
|
7975
|
+
f(e.nativeToPseudo(x)), e.run();
|
|
7868
7976
|
});
|
|
7869
7977
|
}
|
|
7870
7978
|
function m(u, c, f, h) {
|
|
7871
|
-
const
|
|
7872
|
-
Oo({ title:
|
|
7979
|
+
const g = e.pseudoToNative(u), x = e.pseudoToNative(c), w = e.pseudoToNative(f);
|
|
7980
|
+
Oo({ title: g, label: x, value: w }).then((C) => {
|
|
7873
7981
|
h(e.nativeToPseudo(C)), e.run();
|
|
7874
7982
|
});
|
|
7875
7983
|
}
|
|
7876
7984
|
e.setProperty(
|
|
7877
7985
|
i,
|
|
7878
|
-
"
|
|
7986
|
+
"__getPropertyV1__",
|
|
7879
7987
|
e.createNativeFunction(o)
|
|
7880
7988
|
), e.setProperty(
|
|
7881
7989
|
i,
|
|
7882
|
-
"
|
|
7990
|
+
"__setPropertyV1__",
|
|
7883
7991
|
e.createNativeFunction(l)
|
|
7884
7992
|
), e.setProperty(
|
|
7885
7993
|
i,
|
|
@@ -7900,7 +8008,7 @@ function cc(t, e, i) {
|
|
|
7900
8008
|
), e.setProperty(
|
|
7901
8009
|
i,
|
|
7902
8010
|
"__openConfirmDlgV1__",
|
|
7903
|
-
e.createAsyncFunction(
|
|
8011
|
+
e.createAsyncFunction(y)
|
|
7904
8012
|
), e.setProperty(
|
|
7905
8013
|
i,
|
|
7906
8014
|
"__openPromptDlgV1__",
|
|
@@ -7999,12 +8107,12 @@ function __timeoutCallbackV1__(timerId) {
|
|
|
7999
8107
|
}
|
|
8000
8108
|
}
|
|
8001
8109
|
}
|
|
8002
|
-
`,
|
|
8110
|
+
`, yc = `
|
|
8003
8111
|
function __destroy__() {
|
|
8004
8112
|
__events__ = {}
|
|
8005
8113
|
__timers__ = {}
|
|
8006
8114
|
}
|
|
8007
|
-
`,
|
|
8115
|
+
`, bc = pc + dc + fc + yc;
|
|
8008
8116
|
class hc {
|
|
8009
8117
|
org;
|
|
8010
8118
|
env;
|
|
@@ -8029,47 +8137,56 @@ class hc {
|
|
|
8029
8137
|
} else
|
|
8030
8138
|
this.nodes = {};
|
|
8031
8139
|
}
|
|
8032
|
-
|
|
8140
|
+
getElementPropertyInner(e, i) {
|
|
8033
8141
|
return ke(e, i);
|
|
8034
8142
|
}
|
|
8035
|
-
|
|
8143
|
+
getElementProperty(e, i) {
|
|
8036
8144
|
const o = this.nodes[e];
|
|
8037
8145
|
if (!o) {
|
|
8038
|
-
console.warn(
|
|
8146
|
+
console.warn(
|
|
8147
|
+
"Sandbox/getElementProperty node not found",
|
|
8148
|
+
e,
|
|
8149
|
+
i
|
|
8150
|
+
);
|
|
8039
8151
|
return;
|
|
8040
8152
|
}
|
|
8041
|
-
return this.
|
|
8153
|
+
return this.getElementPropertyInner(o, i);
|
|
8042
8154
|
}
|
|
8043
|
-
|
|
8155
|
+
setElementPropertyInner(e, i, o) {
|
|
8044
8156
|
const l = ke(e, i);
|
|
8045
|
-
ne(o, l) || (ao(e, i, o), this.hooks?.
|
|
8157
|
+
ne(o, l) || (ao(e, i, o), this.hooks?.onElementPropertyChange(
|
|
8158
|
+
e.basic.id,
|
|
8159
|
+
i,
|
|
8160
|
+
o,
|
|
8161
|
+
l
|
|
8162
|
+
));
|
|
8046
8163
|
}
|
|
8047
|
-
|
|
8164
|
+
setElementProperty(e, i, o) {
|
|
8048
8165
|
const l = this.nodes[e];
|
|
8049
8166
|
if (!l) {
|
|
8050
8167
|
console.warn(
|
|
8051
|
-
"Sandbox/
|
|
8168
|
+
"Sandbox/setElementProperty node not found",
|
|
8052
8169
|
e,
|
|
8053
8170
|
i,
|
|
8054
8171
|
o
|
|
8055
8172
|
);
|
|
8056
8173
|
return;
|
|
8057
8174
|
}
|
|
8058
|
-
this.
|
|
8175
|
+
this.setElementPropertyInner(l, i, o);
|
|
8059
8176
|
}
|
|
8060
8177
|
//--------------------------
|
|
8061
8178
|
// 自定义属性
|
|
8062
8179
|
//--------------------------
|
|
8063
|
-
|
|
8064
|
-
|
|
8065
|
-
this.
|
|
8180
|
+
customProperties = {};
|
|
8181
|
+
resetCustomProperties() {
|
|
8182
|
+
this.customProperties = {};
|
|
8066
8183
|
}
|
|
8067
|
-
|
|
8068
|
-
return this.
|
|
8184
|
+
getCustomProperty(e) {
|
|
8185
|
+
return this.customProperties[e];
|
|
8069
8186
|
}
|
|
8070
|
-
|
|
8071
|
-
const o = this.
|
|
8072
|
-
ne(i, o) || (this.
|
|
8187
|
+
setCustomProperty(e, i) {
|
|
8188
|
+
const o = this.customProperties[e];
|
|
8189
|
+
ne(i, o) || (this.customProperties[e] = i, this.hooks?.onCustomPropertyChange(e, i, o));
|
|
8073
8190
|
}
|
|
8074
8191
|
//--------------------------
|
|
8075
8192
|
// 自定义状态
|
|
@@ -8088,16 +8205,16 @@ class hc {
|
|
|
8088
8205
|
//--------------------------
|
|
8089
8206
|
// 适配的插槽属性
|
|
8090
8207
|
//--------------------------
|
|
8091
|
-
|
|
8092
|
-
|
|
8093
|
-
this.
|
|
8208
|
+
adaptSlotProperties = {};
|
|
8209
|
+
resetAdaptSlotProperties() {
|
|
8210
|
+
this.adaptSlotProperties = {};
|
|
8094
8211
|
}
|
|
8095
|
-
|
|
8096
|
-
return this.
|
|
8212
|
+
getAdaptSlotProperty(e) {
|
|
8213
|
+
return this.adaptSlotProperties[e];
|
|
8097
8214
|
}
|
|
8098
|
-
|
|
8099
|
-
const o = this.
|
|
8100
|
-
ne(i, o) || (this.
|
|
8215
|
+
setAdaptSlotProperty(e, i) {
|
|
8216
|
+
const o = this.adaptSlotProperties[e];
|
|
8217
|
+
ne(i, o) || (this.adaptSlotProperties[e] = i, this.hooks?.onAdaptSlotPropertyChange(e, i, o));
|
|
8101
8218
|
}
|
|
8102
8219
|
//--------------------------
|
|
8103
8220
|
// 解释器
|
|
@@ -8105,7 +8222,7 @@ class hc {
|
|
|
8105
8222
|
interpreter;
|
|
8106
8223
|
createInterpreter(e) {
|
|
8107
8224
|
this.interpreter = new ms(
|
|
8108
|
-
|
|
8225
|
+
bc,
|
|
8109
8226
|
(i, o) => {
|
|
8110
8227
|
mc(this, i, o);
|
|
8111
8228
|
}
|
|
@@ -8144,66 +8261,66 @@ class hc {
|
|
|
8144
8261
|
}
|
|
8145
8262
|
}
|
|
8146
8263
|
function gc(t) {
|
|
8147
|
-
const e = ic(), i = oc(), o = G(), l = pe(), s = $e(), a = We(), p = (f, h,
|
|
8264
|
+
const e = ic(), i = oc(), o = G(), l = pe(), s = $e(), a = We(), p = (f, h, g, x) => {
|
|
8148
8265
|
if (!(o !== "runtime" && o !== "preview") && (u.callFunction("__triggerEventV1__", [
|
|
8149
8266
|
`elementPropChange@${f}@${h}`,
|
|
8150
|
-
|
|
8151
|
-
|
|
8267
|
+
g,
|
|
8268
|
+
x ?? g
|
|
8152
8269
|
]), t.value?.code.reactivity)) {
|
|
8153
8270
|
let w = "";
|
|
8154
8271
|
h instanceof Array ? w = h.join(".") : w = h, Me(
|
|
8155
8272
|
u,
|
|
8156
8273
|
t.value.code.reactivity,
|
|
8157
8274
|
Se({
|
|
8158
|
-
type: "
|
|
8275
|
+
type: "elementProperty",
|
|
8159
8276
|
nodeId: f,
|
|
8160
|
-
|
|
8277
|
+
propertyKeys: w
|
|
8161
8278
|
}),
|
|
8162
|
-
|
|
8163
|
-
|
|
8279
|
+
g,
|
|
8280
|
+
x
|
|
8164
8281
|
);
|
|
8165
8282
|
}
|
|
8166
|
-
}, d = (f, h,
|
|
8283
|
+
}, d = (f, h, g) => {
|
|
8167
8284
|
o !== "runtime" && o !== "preview" || (u.callFunction("__triggerEventV1__", [
|
|
8168
8285
|
`customPropChange@${f}`,
|
|
8169
8286
|
h,
|
|
8170
|
-
|
|
8287
|
+
g ?? h
|
|
8171
8288
|
]), t.value?.code.reactivity && Me(
|
|
8172
8289
|
u,
|
|
8173
8290
|
t.value.code.reactivity,
|
|
8174
|
-
Se({ type: "
|
|
8291
|
+
Se({ type: "customProperty", propertyId: f }),
|
|
8175
8292
|
h,
|
|
8176
|
-
|
|
8293
|
+
g
|
|
8177
8294
|
));
|
|
8178
|
-
},
|
|
8295
|
+
}, y = (f, h, g) => {
|
|
8179
8296
|
o !== "runtime" && o !== "preview" || t.value?.code.reactivity && Me(
|
|
8180
8297
|
u,
|
|
8181
8298
|
t.value.code.reactivity,
|
|
8182
8299
|
Se({ type: "customState", stateId: f }),
|
|
8183
8300
|
h,
|
|
8184
|
-
|
|
8301
|
+
g
|
|
8185
8302
|
);
|
|
8186
|
-
}, m = (f, h,
|
|
8303
|
+
}, m = (f, h, g) => {
|
|
8187
8304
|
o !== "runtime" && o !== "preview" || (u.callFunction("__triggerEventV1__", [
|
|
8188
8305
|
`adaptSlotProp@${f}`,
|
|
8189
8306
|
h,
|
|
8190
|
-
|
|
8307
|
+
g ?? h
|
|
8191
8308
|
]), t.value?.code.reactivity && Me(
|
|
8192
8309
|
u,
|
|
8193
8310
|
t.value.code.reactivity,
|
|
8194
|
-
Se({ type: "
|
|
8311
|
+
Se({ type: "adaptSlotProperty", propertyId: f }),
|
|
8195
8312
|
h,
|
|
8196
|
-
|
|
8313
|
+
g
|
|
8197
8314
|
));
|
|
8198
8315
|
}, u = new hc(e, i, o, l, {
|
|
8199
|
-
|
|
8200
|
-
|
|
8201
|
-
onCustomStateChange:
|
|
8202
|
-
|
|
8316
|
+
onElementPropertyChange: p,
|
|
8317
|
+
onCustomPropertyChange: d,
|
|
8318
|
+
onCustomStateChange: y,
|
|
8319
|
+
onAdaptSlotPropertyChange: m
|
|
8203
8320
|
});
|
|
8204
8321
|
rc(u);
|
|
8205
8322
|
const c = () => {
|
|
8206
|
-
o !== "runtime" && o !== "preview" || (u.destroyInterpreter(), u.syncNodes(t.value), u.
|
|
8323
|
+
o !== "runtime" && o !== "preview" || (u.destroyInterpreter(), u.syncNodes(t.value), u.resetCustomProperties(), u.resetCustomStates(), u.resetAdaptSlotProperties(), !(!t.value || !t.value.code.script) && u.createInterpreter(t.value.code.script));
|
|
8207
8324
|
};
|
|
8208
8325
|
c(), q(t, () => {
|
|
8209
8326
|
c();
|
|
@@ -8212,11 +8329,11 @@ function gc(t) {
|
|
|
8212
8329
|
}), (o === "runtime" || o === "preview") && q(
|
|
8213
8330
|
s,
|
|
8214
8331
|
(f, h) => {
|
|
8215
|
-
const
|
|
8332
|
+
const g = Re(f.width), x = Re(h?.width ?? f.width);
|
|
8216
8333
|
u.callFunction("__triggerEventV1__", [
|
|
8217
8334
|
Ce("elementEvent", "globality", "screenSizeChange"),
|
|
8218
|
-
|
|
8219
|
-
|
|
8335
|
+
g,
|
|
8336
|
+
x
|
|
8220
8337
|
]);
|
|
8221
8338
|
},
|
|
8222
8339
|
{ immediate: !0 }
|
|
@@ -8258,7 +8375,7 @@ export {
|
|
|
8258
8375
|
an as chipV1,
|
|
8259
8376
|
Ea as colorPickerV1,
|
|
8260
8377
|
Na as comboboxV1,
|
|
8261
|
-
|
|
8378
|
+
bs as compTypes,
|
|
8262
8379
|
cn as containerV1,
|
|
8263
8380
|
Ma as dataTableV1,
|
|
8264
8381
|
Ra as datePickerV1,
|
|
@@ -8277,13 +8394,13 @@ export {
|
|
|
8277
8394
|
ke as getField,
|
|
8278
8395
|
Jn as getIndexOfBreakpoint,
|
|
8279
8396
|
Gc as getNode,
|
|
8280
|
-
Ui as
|
|
8281
|
-
A as
|
|
8397
|
+
Ui as getPropertyDefault,
|
|
8398
|
+
A as getPropertyTag,
|
|
8282
8399
|
Cc as getTypeColor,
|
|
8283
8400
|
Sa as globalityV1,
|
|
8284
8401
|
Va as groupV1,
|
|
8285
8402
|
Oa as iconV1,
|
|
8286
|
-
P as
|
|
8403
|
+
P as initProperties,
|
|
8287
8404
|
We as injectDark,
|
|
8288
8405
|
de as injectData,
|
|
8289
8406
|
sc as injectDepends,
|
|
@@ -8309,10 +8426,10 @@ export {
|
|
|
8309
8426
|
Ua as menuV1,
|
|
8310
8427
|
Pe as meshBasicMaterialV1,
|
|
8311
8428
|
ze as meshV1,
|
|
8312
|
-
|
|
8429
|
+
yn as numberInputV1,
|
|
8313
8430
|
da as orbitControlsV1,
|
|
8314
8431
|
ra as orthographicCameraV1,
|
|
8315
|
-
|
|
8432
|
+
ys as pageTypes,
|
|
8316
8433
|
Ya as paginationV1,
|
|
8317
8434
|
Xt as parsePercentStr,
|
|
8318
8435
|
Wc as parsePixelStr,
|
|
@@ -8329,11 +8446,11 @@ export {
|
|
|
8329
8446
|
rc as provideSandbox,
|
|
8330
8447
|
Yc as provideType,
|
|
8331
8448
|
hn as radioGroupV1,
|
|
8332
|
-
|
|
8449
|
+
bn as radioV1,
|
|
8333
8450
|
qa as rangeSliderV1,
|
|
8334
8451
|
Qa as ratingV1,
|
|
8335
8452
|
vs as reverseBreakpoints,
|
|
8336
|
-
|
|
8453
|
+
bc as runtime,
|
|
8337
8454
|
eu as selectV1,
|
|
8338
8455
|
ao as setField,
|
|
8339
8456
|
tu as sliderV1,
|
|
@@ -8349,7 +8466,7 @@ export {
|
|
|
8349
8466
|
wn as tabV1,
|
|
8350
8467
|
Vn as tabsV1,
|
|
8351
8468
|
dn as textFieldV1,
|
|
8352
|
-
|
|
8469
|
+
be as textV1,
|
|
8353
8470
|
$n as textareaV1,
|
|
8354
8471
|
In as timelineItemV1,
|
|
8355
8472
|
Sn as timelineV1,
|