x-runtime-lib 0.8.104 → 0.8.106
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/element/3d/geometry/boxGeometry/v1/spawn.d.ts +2 -2
- package/dist/element/3d/geometry/sphereGeometry/v1/spawn.d.ts +2 -2
- package/dist/element/chart/barChart/v1/spawn.d.ts +2 -2
- package/dist/element/chart/lineChart/v1/spawn.d.ts +2 -2
- package/dist/element/regular/btn/v1/spawn.d.ts +2 -2
- package/dist/element/regular/card/v1/spawn.d.ts +2 -2
- package/dist/element/regular/chipGroup/v1/spawn.d.ts +2 -2
- package/dist/element/regular/flexLayout/v1/spawn.d.ts +2 -2
- package/dist/element/regular/form/v1/spawn.d.ts +2 -2
- package/dist/element/regular/numberInput/v1/spawn.d.ts +2 -2
- package/dist/element/regular/radioGroup/v1/spawn.d.ts +2 -2
- package/dist/element/regular/stepper/v1/spawn.d.ts +2 -2
- package/dist/element/regular/tabs/v1/spawn.d.ts +2 -2
- package/dist/element/regular/text/v1/spawn.d.ts +2 -2
- package/dist/element/regular/textarea/v1/spawn.d.ts +2 -2
- package/dist/element/regular/timeline/v1/spawn.d.ts +2 -2
- package/dist/element/regular/window/v1/spawn.d.ts +2 -2
- package/dist/index.js +909 -865
- package/dist/types/data.d.ts +7 -4
- package/dist/types/element.d.ts +2 -2
- package/dist/types/meta.d.ts +4 -0
- package/dist/utils/node.d.ts +5 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15,21 +15,21 @@ var Ie = (t, n, e) => {
|
|
|
15
15
|
} else e && t.push([e]);
|
|
16
16
|
return n;
|
|
17
17
|
}, Ve = (t, n, e) => {
|
|
18
|
-
var o = typeof SuppressedError == "function" ? SuppressedError : function(a, c,
|
|
19
|
-
return p = Error(
|
|
18
|
+
var o = typeof SuppressedError == "function" ? SuppressedError : function(a, c, u, p) {
|
|
19
|
+
return p = Error(u), p.name = "SuppressedError", p.error = a, p.suppressed = c, p;
|
|
20
20
|
}, s = (a) => n = e ? new o(a, n, "An error was suppressed during disposal") : (e = !0, a), r = (a) => {
|
|
21
21
|
for (; a = t.pop(); )
|
|
22
22
|
try {
|
|
23
23
|
var c = a[1] && a[1].call(a[2]);
|
|
24
|
-
if (a[0]) return Promise.resolve(c).then(r, (
|
|
25
|
-
} catch (
|
|
26
|
-
s(
|
|
24
|
+
if (a[0]) return Promise.resolve(c).then(r, (u) => (s(u), r()));
|
|
25
|
+
} catch (u) {
|
|
26
|
+
s(u);
|
|
27
27
|
}
|
|
28
28
|
if (e) throw n;
|
|
29
29
|
};
|
|
30
30
|
return r();
|
|
31
31
|
};
|
|
32
|
-
import { defineComponent as I, createElementBlock as se, renderSlot as R, unref as i, openBlock as _, createElementVNode as te, computed as k, normalizeStyle as re, toRef as Go, onBeforeMount as Ho, onUnmounted as Ge, ref as ie, watchEffect as ye, watch as ce, createBlock as $, withCtx as w, createCommentVNode as le, useTemplateRef as co, onMounted as uo, nextTick as mo, useAttrs as Uo, h as pe, resolveComponent as M, createVNode as
|
|
32
|
+
import { defineComponent as I, createElementBlock as se, renderSlot as R, unref as i, openBlock as _, createElementVNode as te, computed as k, normalizeStyle as re, toRef as Go, onBeforeMount as Ho, onUnmounted as Ge, ref as ie, watchEffect as ye, watch as ce, createBlock as $, withCtx as w, createCommentVNode as le, useTemplateRef as co, onMounted as uo, nextTick as mo, useAttrs as Uo, h as pe, resolveComponent as M, createVNode as O, isRef as Z, createSlots as Ft, renderList as Jo, useId as po, withModifiers as qo, normalizeClass as Xo, toDisplayString as Yo, inject as ue, provide as me, readonly as Nt } from "vue";
|
|
33
33
|
import { globalObjects as we, waitUtil as fo, useViewStack as yo, eventBus as bo, messageInfo as Zo, messageSuccess as Qo, messageWarning as go, messageError as ho, createAxios as ei, openConfirmDlg as ti, openPromptDlg as ni } from "x-essential-lib";
|
|
34
34
|
import { CameraHelper as _o, DirectionalLightHelper as oi, PointLightHelper as ii, SpotLightHelper as ri } from "three";
|
|
35
35
|
import { c as K, i as de, a as He, K as si, M as li, O as ai, u as ci, r as vo, e as xo, b as ui, d as mi, f as pi, g as di, h as fi, j as yi, k as bi, l as gi, m as ko, n as hi, o as _i, p as vi, q as xi } from "./vendor.nccqfajx.js";
|
|
@@ -51,7 +51,7 @@ function nt(t) {
|
|
|
51
51
|
const n = t.substring(0, t.length - 2), e = parseFloat(n);
|
|
52
52
|
return !(isNaN(e) || e % 1 !== 0);
|
|
53
53
|
}
|
|
54
|
-
function
|
|
54
|
+
function jt(t) {
|
|
55
55
|
if (typeof t != "string" || !t.endsWith("%"))
|
|
56
56
|
return !1;
|
|
57
57
|
const n = t.substring(0, t.length - 1), e = parseFloat(n);
|
|
@@ -157,7 +157,7 @@ function Qc(t, n, e, o, s) {
|
|
|
157
157
|
children: {}
|
|
158
158
|
}, r.children[e] = a);
|
|
159
159
|
}
|
|
160
|
-
function
|
|
160
|
+
function T() {
|
|
161
161
|
return {
|
|
162
162
|
basic: {
|
|
163
163
|
id: "",
|
|
@@ -165,15 +165,48 @@ function E() {
|
|
|
165
165
|
}
|
|
166
166
|
};
|
|
167
167
|
}
|
|
168
|
-
function
|
|
168
|
+
function E(t, n) {
|
|
169
169
|
return {
|
|
170
170
|
id: t.basic.id,
|
|
171
171
|
key: t.basic.key,
|
|
172
|
-
|
|
172
|
+
refId: t.reference?.comp,
|
|
173
173
|
children: n
|
|
174
174
|
};
|
|
175
175
|
}
|
|
176
|
-
const $i = ["common", "scene"], Ci = ["common", "scene"]
|
|
176
|
+
const $i = ["common", "scene"], Ci = ["common", "scene"];
|
|
177
|
+
function eu({ type: t, version: n, view: e, code: o }) {
|
|
178
|
+
const s = JSON.parse(
|
|
179
|
+
JSON.stringify(e.nodeLites, (a, c) => {
|
|
180
|
+
if (["id", "children"].includes(a))
|
|
181
|
+
return c;
|
|
182
|
+
})
|
|
183
|
+
), r = {
|
|
184
|
+
type: t,
|
|
185
|
+
version: n,
|
|
186
|
+
view: {
|
|
187
|
+
nodeLites: s,
|
|
188
|
+
nodes: e.nodes
|
|
189
|
+
},
|
|
190
|
+
code: o
|
|
191
|
+
};
|
|
192
|
+
return JSON.stringify(r);
|
|
193
|
+
}
|
|
194
|
+
function tu(t) {
|
|
195
|
+
const { type: n, version: e, view: o, code: s } = JSON.parse(t), r = {
|
|
196
|
+
type: n,
|
|
197
|
+
version: e,
|
|
198
|
+
view: o,
|
|
199
|
+
code: s
|
|
200
|
+
}, a = (c, u) => {
|
|
201
|
+
c.key = u.basic.key, c.alias = u.basic.alias, c.refId = u.reference?.comp, c.children?.map((p) => {
|
|
202
|
+
a(p, r.view.nodes[p.id]);
|
|
203
|
+
});
|
|
204
|
+
};
|
|
205
|
+
return r.view.nodeLites.map((c) => {
|
|
206
|
+
a(c, r.view.nodes[c.id]);
|
|
207
|
+
}), r;
|
|
208
|
+
}
|
|
209
|
+
const nu = [
|
|
177
210
|
"globality_v1",
|
|
178
211
|
"multiple_ref_v1",
|
|
179
212
|
"reference_v1",
|
|
@@ -282,13 +315,25 @@ function Pi(t) {
|
|
|
282
315
|
}
|
|
283
316
|
return !0;
|
|
284
317
|
}
|
|
285
|
-
function
|
|
318
|
+
function ou(t) {
|
|
286
319
|
switch (t) {
|
|
287
320
|
case "customSlot":
|
|
288
321
|
return !1;
|
|
289
322
|
}
|
|
290
323
|
return !0;
|
|
291
324
|
}
|
|
325
|
+
function iu(t) {
|
|
326
|
+
return JSON.stringify(t);
|
|
327
|
+
}
|
|
328
|
+
function ru(t) {
|
|
329
|
+
return JSON.parse(t);
|
|
330
|
+
}
|
|
331
|
+
function su(t) {
|
|
332
|
+
return JSON.stringify(t);
|
|
333
|
+
}
|
|
334
|
+
function lu(t) {
|
|
335
|
+
return JSON.parse(t);
|
|
336
|
+
}
|
|
292
337
|
function $o(t) {
|
|
293
338
|
let n = t;
|
|
294
339
|
for (; n; ) {
|
|
@@ -305,24 +350,24 @@ function Ht(t, n, e) {
|
|
|
305
350
|
a > 0 && (s += " - "), e ? s += o.global.t(r) : s += r;
|
|
306
351
|
}), s;
|
|
307
352
|
}
|
|
308
|
-
function
|
|
353
|
+
function au(t, n) {
|
|
309
354
|
const { i18n: e } = we;
|
|
310
355
|
let o = "";
|
|
311
356
|
return t === "elementProperty" || (t === "referenceProperty" || t === "multipleRefProperty" || t === "customProperty" ? o = e.global.t("x-runtime-lib.custom") : t === "customSlotProperty" ? o = e.global.t("x-runtime-lib.customSlot") : t === "adaptSlotElementProperty" || t === "adaptSlotCustomProperty" ? o = e.global.t("x-runtime-lib.adaptSlot") : console.assert(!1)), Ht(o, n, Ii(t));
|
|
312
357
|
}
|
|
313
|
-
function
|
|
358
|
+
function cu(t, n) {
|
|
314
359
|
const { i18n: e } = we;
|
|
315
360
|
let o = "";
|
|
316
361
|
return t === "elementMethod" || (t === "referenceMethod" || t === "multipleRefMethod" || t === "customMethod" ? o = e.global.t("x-runtime-lib.custom") : t === "customSlotMethod" ? o = e.global.t("x-runtime-lib.customSlot") : t === "adaptSlotElementMethod" || t === "adaptSlotCustomMethod" ? o = e.global.t("x-runtime-lib.adaptSlot") : console.assert(!1)), Ht(o, n, Vi(t));
|
|
317
362
|
}
|
|
318
|
-
function
|
|
363
|
+
function uu(t, n) {
|
|
319
364
|
const { i18n: e } = we;
|
|
320
365
|
let o = "";
|
|
321
366
|
return t === "elementEvent" || (t === "referenceEvent" || t === "multipleRefEvent" || t === "customEvent" ? o = e.global.t("x-runtime-lib.custom") : t === "customSlotEvent" ? o = e.global.t("x-runtime-lib.customSlot") : t === "adaptSlotElementEvent" || t === "adaptSlotCustomEvent" ? o = e.global.t("x-runtime-lib.adaptSlot") : t === "elementPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.propertyChange") : t === "referencePropertyChangeEvent" ? o = e.global.t("x-runtime-lib.referencePropertyChange") : t === "multipleRefPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.multipleRefPropertyChange") : t === "customPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.customPropertyChange") : t === "customSlotPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.customSlotPropertyChange") : t === "adaptSlotElementPropertyChangeEvent" || t === "adaptSlotCustomPropertyChangeEvent" ? o = e.global.t("x-runtime-lib.adaptSlotPropertyChange") : t === "stateChangeEvent" ? o = e.global.t("x-runtime-lib.stateChange") : console.assert(!1)), Ht(o, n, Pi(t));
|
|
322
367
|
}
|
|
323
368
|
const Ke = {}, S = (t) => {
|
|
324
369
|
Ke[t.key] = t;
|
|
325
|
-
},
|
|
370
|
+
}, Li = ["position", "rotation", "scale"], $e = /* @__PURE__ */ I({
|
|
326
371
|
__name: "index",
|
|
327
372
|
props: {
|
|
328
373
|
position: {},
|
|
@@ -341,9 +386,9 @@ const Ke = {}, S = (t) => {
|
|
|
341
386
|
o[0] || (o[0] = te("TresBoxGeometry", { args: [1, 1, 1] }, null, -1)),
|
|
342
387
|
o[1] || (o[1] = te("TresMeshBasicMaterial", null, null, -1)),
|
|
343
388
|
R(e.$slots, "default")
|
|
344
|
-
], 8,
|
|
389
|
+
], 8, Li)) : R(e.$slots, "default", { key: 1 });
|
|
345
390
|
}
|
|
346
|
-
}),
|
|
391
|
+
}), N = /* @__PURE__ */ I({
|
|
347
392
|
__name: "index",
|
|
348
393
|
props: {
|
|
349
394
|
block: { type: Boolean, default: !1 }
|
|
@@ -398,7 +443,7 @@ const zi = (t, n, e, o) => {
|
|
|
398
443
|
return;
|
|
399
444
|
} else
|
|
400
445
|
return s;
|
|
401
|
-
},
|
|
446
|
+
}, Ti = (t, n, e, o, s) => {
|
|
402
447
|
let r;
|
|
403
448
|
s ? typeof o == "object" ? r = JSON.stringify(o, null, 2) : (console.assert(!1), r = "{}") : r = o, t ? t.setElementProperty(n.basic.id, e, r) : Gt(n, e, r);
|
|
404
449
|
};
|
|
@@ -407,7 +452,7 @@ function l(t, n, e) {
|
|
|
407
452
|
return ye(() => {
|
|
408
453
|
s.value = zi(o, t.value, n, e);
|
|
409
454
|
}), ce(s, (r, a) => {
|
|
410
|
-
de(r, a) ||
|
|
455
|
+
de(r, a) || Ti(o, t.value, n, s.value, e);
|
|
411
456
|
}), { property: s };
|
|
412
457
|
}
|
|
413
458
|
function G() {
|
|
@@ -439,20 +484,20 @@ function be(t) {
|
|
|
439
484
|
"transform",
|
|
440
485
|
"rotation",
|
|
441
486
|
"z"
|
|
442
|
-
]), { property: c } = l(t, ["transform", "scale", "x"]), { property:
|
|
487
|
+
]), { property: c } = l(t, ["transform", "scale", "x"]), { property: u } = l(t, ["transform", "scale", "y"]), { property: p } = l(t, ["transform", "scale", "z"]), d = ie([0, 0, 0]), m = ie([0, 0, 0]), f = ie([1, 1, 1]);
|
|
443
488
|
return ye(() => {
|
|
444
489
|
d.value = [n.value, e.value, o.value];
|
|
445
490
|
}), ye(() => {
|
|
446
491
|
n.value = d.value[0], e.value = d.value[1], o.value = d.value[2];
|
|
447
492
|
}), ye(() => {
|
|
448
|
-
|
|
493
|
+
m.value = [s.value, r.value, a.value];
|
|
449
494
|
}), ye(() => {
|
|
450
|
-
s.value =
|
|
495
|
+
s.value = m.value[0], r.value = m.value[1], a.value = m.value[2];
|
|
451
496
|
}), ye(() => {
|
|
452
|
-
f.value = [c.value,
|
|
497
|
+
f.value = [c.value, u.value, p.value];
|
|
453
498
|
}), ye(() => {
|
|
454
|
-
c.value = f.value[0],
|
|
455
|
-
}), { position: d, rotation:
|
|
499
|
+
c.value = f.value[0], u.value = f.value[1], p.value = f.value[2];
|
|
500
|
+
}), { position: d, rotation: m, scale: f };
|
|
456
501
|
}
|
|
457
502
|
function Co(t) {
|
|
458
503
|
const n = k(() => t.value.legend?.show), e = k(() => t.value.legend?.data);
|
|
@@ -494,7 +539,7 @@ function Po(t) {
|
|
|
494
539
|
}
|
|
495
540
|
return { show: n, position: e, type: o, data: s, applyXAxis: r };
|
|
496
541
|
}
|
|
497
|
-
function
|
|
542
|
+
function Lo(t) {
|
|
498
543
|
const n = k(() => t.value.yAxis?.show), e = k(() => t.value.yAxis?.position), o = k(() => t.value.yAxis?.type), s = k(() => t.value.yAxis?.data);
|
|
499
544
|
function r(a) {
|
|
500
545
|
a.yAxis = {
|
|
@@ -513,16 +558,16 @@ function q(t) {
|
|
|
513
558
|
}), r = k(() => e.value ? t.value.custom?.dark : t.value.custom?.light), a = k(() => o.value === "theme" ? s.value ?? "" : o.value === "custom" ? r.value ?? "" : ""), c = k(() => {
|
|
514
559
|
const p = a.value;
|
|
515
560
|
return !p.startsWith("#") || p.length < 7 ? "" : p.substring(0, 7);
|
|
516
|
-
}),
|
|
561
|
+
}), u = k(() => {
|
|
517
562
|
const p = a.value;
|
|
518
563
|
return p.startsWith("#") ? p.length < 9 ? 1 : parseInt(p.substring(7, 9)) / 255 : 0;
|
|
519
564
|
});
|
|
520
|
-
return { color: a, rgb: c, alpha:
|
|
565
|
+
return { color: a, rgb: c, alpha: u };
|
|
521
566
|
}
|
|
522
567
|
function Ut(t) {
|
|
523
|
-
const n = k(() => t.value.border?.style), e = k(() => t.value.border?.width), o = k(() => t.value.border?.color), { color: s } = q(o), r = k(() => t.value.border?.roundRadius?.tl), a = k(() => t.value.border?.roundRadius?.tr), c = k(() => t.value.border?.roundRadius?.bl),
|
|
568
|
+
const n = k(() => t.value.border?.style), e = k(() => t.value.border?.width), o = k(() => t.value.border?.color), { color: s } = q(o), r = k(() => t.value.border?.roundRadius?.tl), a = k(() => t.value.border?.roundRadius?.tr), c = k(() => t.value.border?.roundRadius?.bl), u = k(() => t.value.border?.roundRadius?.br);
|
|
524
569
|
function p(d) {
|
|
525
|
-
n.value && (d.borderStyle = n.value), e.value && (d.borderWidth = e.value), s.value && (d.borderColor = s.value), r.value && (d.borderTopLeftRadius = r.value), a.value && (d.borderTopRightRadius = a.value), c.value && (d.borderBottomLeftRadius = c.value),
|
|
570
|
+
n.value && (d.borderStyle = n.value), e.value && (d.borderWidth = e.value), s.value && (d.borderColor = s.value), r.value && (d.borderTopLeftRadius = r.value), a.value && (d.borderTopRightRadius = a.value), c.value && (d.borderBottomLeftRadius = c.value), u.value && (d.borderBottomRightRadius = u.value);
|
|
526
571
|
}
|
|
527
572
|
return { borderStyle: n, borderWidth: e, borderColor: s, applyBorder: p };
|
|
528
573
|
}
|
|
@@ -543,32 +588,32 @@ function qt(t) {
|
|
|
543
588
|
function ge(t, n) {
|
|
544
589
|
const e = J(), o = Be(), s = k(() => n.value.size?.width), r = k(() => n.value.size?.minWidth), a = k(() => n.value.size?.maxWidth), c = k(() => {
|
|
545
590
|
if (t.outer && e === "editor") {
|
|
546
|
-
const
|
|
547
|
-
if (
|
|
548
|
-
return
|
|
591
|
+
const m = at(n.value.size?.height);
|
|
592
|
+
if (m)
|
|
593
|
+
return m / 100 * o.value.height + "px";
|
|
549
594
|
}
|
|
550
595
|
return n.value.size?.height;
|
|
551
|
-
}),
|
|
596
|
+
}), u = k(() => {
|
|
552
597
|
if (t.outer && e === "editor") {
|
|
553
|
-
const
|
|
554
|
-
if (
|
|
555
|
-
return
|
|
598
|
+
const m = at(n.value.size?.minHeight);
|
|
599
|
+
if (m)
|
|
600
|
+
return m / 100 * o.value.height + "px";
|
|
556
601
|
}
|
|
557
602
|
return n.value.size?.minHeight;
|
|
558
603
|
}), p = k(() => {
|
|
559
604
|
if (t.outer && e === "editor") {
|
|
560
|
-
const
|
|
561
|
-
if (
|
|
562
|
-
return
|
|
605
|
+
const m = at(n.value.size?.maxHeight);
|
|
606
|
+
if (m)
|
|
607
|
+
return m / 100 * o.value.height + "px";
|
|
563
608
|
}
|
|
564
609
|
return n.value.size?.maxHeight;
|
|
565
610
|
});
|
|
566
|
-
function d(
|
|
567
|
-
s.value && (
|
|
611
|
+
function d(m) {
|
|
612
|
+
s.value && (m.width = s.value), r.value && (m.minWidth = r.value), a.value && (m.maxWidth = a.value), c.value && (m.height = c.value), u.value && (m.minHeight = u.value), p.value && (m.maxHeight = p.value);
|
|
568
613
|
}
|
|
569
|
-
return { width: s, minWidth: r, maxWidth: a, height: c, minHeight:
|
|
614
|
+
return { width: s, minWidth: r, maxWidth: a, height: c, minHeight: u, maxHeight: p, applySize: d };
|
|
570
615
|
}
|
|
571
|
-
const
|
|
616
|
+
const Ei = ["bottom", "far", "left", "near", "position", "right", "rotation", "scale", "top"], Ai = /* @__PURE__ */ I({
|
|
572
617
|
__name: "index",
|
|
573
618
|
props: {
|
|
574
619
|
id: {},
|
|
@@ -576,7 +621,7 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
576
621
|
refContext: {}
|
|
577
622
|
},
|
|
578
623
|
setup(t) {
|
|
579
|
-
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = be(e), { property: c } = l(e, ["settings", "bottom"]), { property:
|
|
624
|
+
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = be(e), { property: c } = l(e, ["settings", "bottom"]), { property: u } = l(e, ["settings", "far"]), { property: p } = l(e, ["settings", "left"]), { property: d } = l(e, ["settings", "near"]), { property: m } = l(e, ["settings", "right"]), { property: f } = l(e, ["settings", "top"]);
|
|
580
625
|
return (g, b) => (_(), $(i($e), {
|
|
581
626
|
position: i(s),
|
|
582
627
|
rotation: i(r),
|
|
@@ -585,11 +630,11 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
585
630
|
default: w(() => [
|
|
586
631
|
te("TresOrthographicCamera", {
|
|
587
632
|
bottom: i(c),
|
|
588
|
-
far: i(
|
|
633
|
+
far: i(u),
|
|
589
634
|
left: i(p),
|
|
590
635
|
near: i(d),
|
|
591
636
|
position: i(o) !== "editor" ? i(s) : [0, 0, 0],
|
|
592
|
-
right: i(
|
|
637
|
+
right: i(m),
|
|
593
638
|
rotation: i(o) !== "editor" ? i(r) : [0, 0, 0],
|
|
594
639
|
scale: i(o) !== "editor" ? i(a) : [1, 1, 1],
|
|
595
640
|
top: i(f)
|
|
@@ -599,7 +644,7 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
599
644
|
type: i(_o)
|
|
600
645
|
}, null, 8, ["type"])) : le("", !0),
|
|
601
646
|
R(g.$slots, "default")
|
|
602
|
-
], 8,
|
|
647
|
+
], 8, Ei)
|
|
603
648
|
]),
|
|
604
649
|
_: 3
|
|
605
650
|
}, 8, ["position", "rotation", "scale"]));
|
|
@@ -612,8 +657,8 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
612
657
|
refContext: {}
|
|
613
658
|
},
|
|
614
659
|
setup(t) {
|
|
615
|
-
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = be(e), { property: c } = l(e, ["settings", "aspect"]), { property:
|
|
616
|
-
return (
|
|
660
|
+
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = be(e), { property: c } = l(e, ["settings", "aspect"]), { property: u } = l(e, ["settings", "far"]), { property: p } = l(e, ["settings", "fov"]), { property: d } = l(e, ["settings", "near"]);
|
|
661
|
+
return (m, f) => (_(), $(i($e), {
|
|
617
662
|
position: i(s),
|
|
618
663
|
rotation: i(r),
|
|
619
664
|
scale: i(a)
|
|
@@ -621,7 +666,7 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
621
666
|
default: w(() => [
|
|
622
667
|
te("TresPerspectiveCamera", {
|
|
623
668
|
aspect: i(c),
|
|
624
|
-
far: i(
|
|
669
|
+
far: i(u),
|
|
625
670
|
fov: i(p),
|
|
626
671
|
near: i(d),
|
|
627
672
|
position: i(o) !== "editor" ? i(s) : [0, 0, 0],
|
|
@@ -632,7 +677,7 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
632
677
|
key: 0,
|
|
633
678
|
type: i(_o)
|
|
634
679
|
}, null, 8, ["type"])) : le("", !0),
|
|
635
|
-
R(
|
|
680
|
+
R(m.$slots, "default")
|
|
636
681
|
], 8, Mi)
|
|
637
682
|
]),
|
|
638
683
|
_: 3
|
|
@@ -656,7 +701,7 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
656
701
|
const n = J();
|
|
657
702
|
return (e, o) => i(n) !== "editor" ? (_(), $(i(ai), { key: 0 })) : le("", !0);
|
|
658
703
|
}
|
|
659
|
-
}), Di = ["args"],
|
|
704
|
+
}), Di = ["args"], Oi = /* @__PURE__ */ I({
|
|
660
705
|
__name: "index",
|
|
661
706
|
props: {
|
|
662
707
|
id: {},
|
|
@@ -670,7 +715,7 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
670
715
|
]), { property: r } = l(e, ["settings", "height"]), { property: a } = l(e, [
|
|
671
716
|
"settings",
|
|
672
717
|
"heightSegements"
|
|
673
|
-
]), { property: c } = l(e, ["settings", "width"]), { property:
|
|
718
|
+
]), { property: c } = l(e, ["settings", "width"]), { property: u } = l(e, [
|
|
674
719
|
"settings",
|
|
675
720
|
"widthSegements"
|
|
676
721
|
]);
|
|
@@ -679,18 +724,18 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
679
724
|
i(c),
|
|
680
725
|
i(r),
|
|
681
726
|
i(o),
|
|
682
|
-
i(
|
|
727
|
+
i(u),
|
|
683
728
|
i(a),
|
|
684
729
|
i(s)
|
|
685
730
|
]
|
|
686
731
|
}, null, 8, Di));
|
|
687
732
|
}
|
|
688
|
-
}),
|
|
733
|
+
}), Ae = (t, n) => {
|
|
689
734
|
const e = t.__vccOpts || t;
|
|
690
735
|
for (const [o, s] of n)
|
|
691
736
|
e[o] = s;
|
|
692
737
|
return e;
|
|
693
|
-
},
|
|
738
|
+
}, Fi = ["args"], Ni = /* @__PURE__ */ I({
|
|
694
739
|
__name: "index",
|
|
695
740
|
props: {
|
|
696
741
|
id: {},
|
|
@@ -710,26 +755,26 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
710
755
|
]), { property: a } = l(e, ["settings", "radius"]), { property: c } = l(e, [
|
|
711
756
|
"settings",
|
|
712
757
|
"thetaLength"
|
|
713
|
-
]), { property:
|
|
758
|
+
]), { property: u } = l(e, [
|
|
714
759
|
"settings",
|
|
715
760
|
"thetaStart"
|
|
716
761
|
]), { property: p } = l(e, [
|
|
717
762
|
"settings",
|
|
718
763
|
"widthSegments"
|
|
719
764
|
]);
|
|
720
|
-
return (d,
|
|
765
|
+
return (d, m) => (_(), se("TresSphereGeometry", {
|
|
721
766
|
args: [
|
|
722
767
|
i(a),
|
|
723
768
|
i(p),
|
|
724
769
|
i(o),
|
|
725
770
|
i(r),
|
|
726
771
|
i(s),
|
|
727
|
-
i(
|
|
772
|
+
i(u),
|
|
728
773
|
i(c)
|
|
729
774
|
]
|
|
730
|
-
}, null, 8,
|
|
775
|
+
}, null, 8, Fi));
|
|
731
776
|
}
|
|
732
|
-
}),
|
|
777
|
+
}), ji = ["color", "intensity", "position", "rotation", "scale"], Gi = /* @__PURE__ */ I({
|
|
733
778
|
__name: "index",
|
|
734
779
|
props: {
|
|
735
780
|
id: {},
|
|
@@ -737,25 +782,25 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
737
782
|
refContext: {}
|
|
738
783
|
},
|
|
739
784
|
setup(t) {
|
|
740
|
-
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = be(e), { property: c } = l(e, ["settings", "color"]), { color:
|
|
785
|
+
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = be(e), { property: c } = l(e, ["settings", "color"]), { color: u } = q(c), { property: p } = l(e, [
|
|
741
786
|
"settings",
|
|
742
787
|
"intensity"
|
|
743
788
|
]);
|
|
744
|
-
return (d,
|
|
789
|
+
return (d, m) => (_(), $(i($e), {
|
|
745
790
|
position: i(s),
|
|
746
791
|
rotation: i(r),
|
|
747
792
|
scale: i(a)
|
|
748
793
|
}, {
|
|
749
794
|
default: w(() => [
|
|
750
795
|
te("TresAmbientLight", {
|
|
751
|
-
color: i(
|
|
796
|
+
color: i(u),
|
|
752
797
|
intensity: i(p),
|
|
753
798
|
position: i(o) !== "editor" ? i(s) : [0, 0, 0],
|
|
754
799
|
rotation: i(o) !== "editor" ? i(r) : [0, 0, 0],
|
|
755
800
|
scale: i(o) !== "editor" ? i(a) : [1, 1, 1]
|
|
756
801
|
}, [
|
|
757
802
|
R(d.$slots, "default")
|
|
758
|
-
], 8,
|
|
803
|
+
], 8, ji)
|
|
759
804
|
]),
|
|
760
805
|
_: 3
|
|
761
806
|
}, 8, ["position", "rotation", "scale"]));
|
|
@@ -768,18 +813,18 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
768
813
|
refContext: {}
|
|
769
814
|
},
|
|
770
815
|
setup(t) {
|
|
771
|
-
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = be(e), { property: c } = l(e, ["settings", "color"]), { color:
|
|
816
|
+
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = be(e), { property: c } = l(e, ["settings", "color"]), { color: u } = q(c), { property: p } = l(e, [
|
|
772
817
|
"settings",
|
|
773
818
|
"intensity"
|
|
774
819
|
]);
|
|
775
|
-
return (d,
|
|
820
|
+
return (d, m) => (_(), $(i($e), {
|
|
776
821
|
position: i(s),
|
|
777
822
|
rotation: i(r),
|
|
778
823
|
scale: i(a)
|
|
779
824
|
}, {
|
|
780
825
|
default: w(() => [
|
|
781
826
|
te("TresDirectionalLight", {
|
|
782
|
-
color: i(
|
|
827
|
+
color: i(u),
|
|
783
828
|
intensity: i(p),
|
|
784
829
|
position: i(o) !== "editor" ? i(s) : [0, 0, 0],
|
|
785
830
|
rotation: i(o) !== "editor" ? i(r) : [0, 0, 0],
|
|
@@ -803,10 +848,10 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
803
848
|
refContext: {}
|
|
804
849
|
},
|
|
805
850
|
setup(t) {
|
|
806
|
-
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = be(e), { property: c } = l(e, ["settings", "color"]), { color:
|
|
851
|
+
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = be(e), { property: c } = l(e, ["settings", "color"]), { color: u } = q(c), { property: p } = l(e, ["settings", "decay"]), { property: d } = l(e, [
|
|
807
852
|
"settings",
|
|
808
853
|
"distance"
|
|
809
|
-
]), { property:
|
|
854
|
+
]), { property: m } = l(e, [
|
|
810
855
|
"settings",
|
|
811
856
|
"intensity"
|
|
812
857
|
]);
|
|
@@ -817,10 +862,10 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
817
862
|
}, {
|
|
818
863
|
default: w(() => [
|
|
819
864
|
te("TresPointLight", {
|
|
820
|
-
color: i(
|
|
865
|
+
color: i(u),
|
|
821
866
|
decay: i(p),
|
|
822
867
|
distance: i(d),
|
|
823
|
-
intensity: i(
|
|
868
|
+
intensity: i(m),
|
|
824
869
|
position: i(o) !== "editor" ? i(s) : [0, 0, 0],
|
|
825
870
|
rotation: i(o) !== "editor" ? i(r) : [0, 0, 0],
|
|
826
871
|
scale: i(o) !== "editor" ? i(a) : [1, 1, 1]
|
|
@@ -843,7 +888,7 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
843
888
|
refContext: {}
|
|
844
889
|
},
|
|
845
890
|
setup(t) {
|
|
846
|
-
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = be(e), { property: c } = l(e, ["settings", "angle"]), { property:
|
|
891
|
+
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = be(e), { property: c } = l(e, ["settings", "angle"]), { property: u } = l(e, ["settings", "color"]), { color: p } = q(u), { property: d } = l(e, ["settings", "decay"]), { property: m } = l(e, [
|
|
847
892
|
"settings",
|
|
848
893
|
"distance"
|
|
849
894
|
]), { property: f } = l(e, [
|
|
@@ -863,7 +908,7 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
863
908
|
angle: i(c),
|
|
864
909
|
color: i(p),
|
|
865
910
|
decay: i(d),
|
|
866
|
-
distance: i(
|
|
911
|
+
distance: i(m),
|
|
867
912
|
intensity: i(f),
|
|
868
913
|
penumbra: i(g),
|
|
869
914
|
position: i(o) !== "editor" ? i(s) : [0, 0, 0],
|
|
@@ -884,7 +929,7 @@ const Ai = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
884
929
|
function Qi(t, n) {
|
|
885
930
|
return _(), se("TresMeshBasicMaterial");
|
|
886
931
|
}
|
|
887
|
-
const er = /* @__PURE__ */
|
|
932
|
+
const er = /* @__PURE__ */ Ae(Zi, [["render", Qi]]), tr = ["position", "rotation", "scale"], nr = /* @__PURE__ */ I({
|
|
888
933
|
__name: "index",
|
|
889
934
|
props: {
|
|
890
935
|
id: {},
|
|
@@ -893,7 +938,7 @@ const er = /* @__PURE__ */ Le(Zi, [["render", Qi]]), tr = ["position", "rotation
|
|
|
893
938
|
},
|
|
894
939
|
setup(t) {
|
|
895
940
|
const n = t, { node: e } = P(n), o = J(), { position: s, rotation: r, scale: a } = be(e);
|
|
896
|
-
return (c,
|
|
941
|
+
return (c, u) => (_(), $(i($e), {
|
|
897
942
|
position: i(s),
|
|
898
943
|
rotation: i(r),
|
|
899
944
|
scale: i(a)
|
|
@@ -927,7 +972,7 @@ const er = /* @__PURE__ */ Le(Zi, [["render", Qi]]), tr = ["position", "rotation
|
|
|
927
972
|
R(a.$slots, "default")
|
|
928
973
|
], 8, or));
|
|
929
974
|
}
|
|
930
|
-
}), rr = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], sr = "#242424", lr = {}, ar = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, cr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, ur = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, mr = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, pr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, dr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, fr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, yr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, br = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, gr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, hr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, _r = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, vr = { 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" } }, xr = { 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)" } } }, kr = { 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)" } } }, wr = { 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"] } } }, Sr = { 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"] } } }, $r = { 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"] } } }, Cr = { 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"] } } }, Ir = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Vr = { textStyle: { color: "#eeeeee" } }, Pr = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } },
|
|
975
|
+
}), rr = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], sr = "#242424", lr = {}, ar = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, cr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, ur = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, mr = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, pr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, dr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, fr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, yr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, br = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, gr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, hr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, _r = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, vr = { 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" } }, xr = { 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)" } } }, kr = { 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)" } } }, wr = { 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"] } } }, Sr = { 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"] } } }, $r = { 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"] } } }, Cr = { 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"] } } }, Ir = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Vr = { textStyle: { color: "#eeeeee" } }, Pr = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, Lr = { 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" } } }, zr = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Tr = { 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" } }, Er = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Ar = {
|
|
931
976
|
color: rr,
|
|
932
977
|
backgroundColor: sr,
|
|
933
978
|
textStyle: lr,
|
|
@@ -953,21 +998,21 @@ const er = /* @__PURE__ */ Le(Zi, [["render", Qi]]), tr = ["position", "rotation
|
|
|
953
998
|
toolbox: Ir,
|
|
954
999
|
legend: Vr,
|
|
955
1000
|
tooltip: Pr,
|
|
956
|
-
timeline:
|
|
1001
|
+
timeline: Lr,
|
|
957
1002
|
visualMap: zr,
|
|
958
|
-
dataZoom:
|
|
959
|
-
markPoint:
|
|
960
|
-
}, Mr = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Br = "#f5f5f5", Wr = {}, Rr = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, Kr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Dr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 },
|
|
1003
|
+
dataZoom: Tr,
|
|
1004
|
+
markPoint: Er
|
|
1005
|
+
}, Mr = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Br = "#f5f5f5", Wr = {}, Rr = { textStyle: { color: "#464646" }, subtextStyle: { color: "#6e7079" } }, Kr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Dr = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Or = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, Fr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Nr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, jr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Gr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Hr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ur = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Jr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, qr = { itemStyle: { color: "#eb5454", color0: "#47b262", borderColor: "#eb5454", borderColor0: "#47b262", borderWidth: 1 } }, Xr = { 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" } }, Yr = { 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)" } } }, Zr = { 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)" } } }, Qr = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, es = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, ts = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, ns = { axisLine: { show: !0, lineStyle: { color: "#6e7079" } }, axisTick: { show: !0, lineStyle: { color: "#6e7079" } }, axisLabel: { show: !0, color: "#6e7079" }, splitLine: { show: !0, lineStyle: { color: ["#e0e6f1"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, os = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, is = { textStyle: { color: "#333333" } }, rs = { axisPointer: { lineStyle: { color: "#cccccc", width: "1" }, crossStyle: { color: "#cccccc", width: "1" } } }, ss = { lineStyle: { color: "#eeeeee", width: "2" }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: "1" }, label: { color: "#eeeeee" } } }, ls = { color: ["#bf444c", "#d88273", "#f6efa6"] }, as = { 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" } }, cs = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, us = {
|
|
961
1006
|
color: Mr,
|
|
962
1007
|
backgroundColor: Br,
|
|
963
1008
|
textStyle: Wr,
|
|
964
1009
|
title: Rr,
|
|
965
1010
|
line: Kr,
|
|
966
1011
|
radar: Dr,
|
|
967
|
-
bar:
|
|
968
|
-
pie:
|
|
969
|
-
scatter:
|
|
970
|
-
boxplot:
|
|
1012
|
+
bar: Or,
|
|
1013
|
+
pie: Fr,
|
|
1014
|
+
scatter: Nr,
|
|
1015
|
+
boxplot: jr,
|
|
971
1016
|
parallel: Gr,
|
|
972
1017
|
sankey: Hr,
|
|
973
1018
|
funnel: Ur,
|
|
@@ -998,7 +1043,7 @@ ci([
|
|
|
998
1043
|
bi,
|
|
999
1044
|
gi
|
|
1000
1045
|
]);
|
|
1001
|
-
vo("dark",
|
|
1046
|
+
vo("dark", Ar);
|
|
1002
1047
|
vo("light", us);
|
|
1003
1048
|
const ms = /* @__PURE__ */ I({
|
|
1004
1049
|
__name: "index",
|
|
@@ -1008,38 +1053,38 @@ const ms = /* @__PURE__ */ I({
|
|
|
1008
1053
|
refContext: {}
|
|
1009
1054
|
},
|
|
1010
1055
|
setup(t) {
|
|
1011
|
-
const n = t, { node: e } = P(n), o = Be(), s = Ue(), r = he(), a = _e(), { width: c, minWidth:
|
|
1012
|
-
const
|
|
1013
|
-
return r === "page" ? H === "common" ? g(
|
|
1014
|
-
}),
|
|
1056
|
+
const n = t, { node: e } = P(n), o = Be(), s = Ue(), r = he(), a = _e(), { width: c, minWidth: u, maxWidth: p, height: d, minHeight: m, maxHeight: f, applySize: g } = ge(n, e), { applyTitle: b } = Vo(e), { applyXAxis: v } = Po(e), { applyYAxis: h } = Lo(e), { applyLegend: x } = Co(e), { applySeries: C } = Io(e), V = k(() => {
|
|
1057
|
+
const L = {}, H = a.value.type;
|
|
1058
|
+
return r === "page" ? H === "common" ? g(L) : console.assert(!1) : r === "comp" && H === "common" ? g(L) : console.assert(!1), L;
|
|
1059
|
+
}), F = co("chart");
|
|
1015
1060
|
let W;
|
|
1016
1061
|
const U = () => {
|
|
1017
|
-
W?.dispose(), W = xo.init(
|
|
1018
|
-
const
|
|
1019
|
-
W.setOption(
|
|
1020
|
-
},
|
|
1062
|
+
W?.dispose(), W = xo.init(F.value, s.value ? "dark" : "light");
|
|
1063
|
+
const L = {};
|
|
1064
|
+
W.setOption(L);
|
|
1065
|
+
}, j = () => {
|
|
1021
1066
|
W?.resize();
|
|
1022
1067
|
}, D = () => {
|
|
1023
|
-
const
|
|
1024
|
-
b(
|
|
1068
|
+
const L = {};
|
|
1069
|
+
b(L), v(L), h(L), x(L), C(L), W?.setOption(L, !0);
|
|
1025
1070
|
};
|
|
1026
1071
|
return uo(async () => {
|
|
1027
|
-
window.addEventListener("resize",
|
|
1072
|
+
window.addEventListener("resize", j, !1), await fo(() => !!F.value), U(), D();
|
|
1028
1073
|
}), Ge(() => {
|
|
1029
|
-
window.removeEventListener("resize",
|
|
1074
|
+
window.removeEventListener("resize", j, !1), W?.dispose();
|
|
1030
1075
|
}), ce(
|
|
1031
1076
|
[
|
|
1032
1077
|
() => o.value.width,
|
|
1033
1078
|
() => o.value.height,
|
|
1034
1079
|
c,
|
|
1035
|
-
|
|
1080
|
+
u,
|
|
1036
1081
|
p,
|
|
1037
1082
|
d,
|
|
1038
|
-
|
|
1083
|
+
m,
|
|
1039
1084
|
f
|
|
1040
1085
|
],
|
|
1041
1086
|
async () => {
|
|
1042
|
-
await mo(),
|
|
1087
|
+
await mo(), j();
|
|
1043
1088
|
}
|
|
1044
1089
|
), ce([s], () => {
|
|
1045
1090
|
U(), D();
|
|
@@ -1049,7 +1094,7 @@ const ms = /* @__PURE__ */ I({
|
|
|
1049
1094
|
D();
|
|
1050
1095
|
},
|
|
1051
1096
|
{ deep: !0 }
|
|
1052
|
-
), (
|
|
1097
|
+
), (L, H) => (_(), $(i(N), { block: "" }, {
|
|
1053
1098
|
default: w(() => [
|
|
1054
1099
|
te("div", {
|
|
1055
1100
|
ref: "chart",
|
|
@@ -1067,38 +1112,38 @@ const ms = /* @__PURE__ */ I({
|
|
|
1067
1112
|
refContext: {}
|
|
1068
1113
|
},
|
|
1069
1114
|
setup(t) {
|
|
1070
|
-
const n = t, { node: e } = P(n), o = Be(), s = Ue(), r = he(), a = _e(), { width: c, minWidth:
|
|
1071
|
-
const
|
|
1072
|
-
return r === "page" ? H === "common" ? g(
|
|
1073
|
-
}),
|
|
1115
|
+
const n = t, { node: e } = P(n), o = Be(), s = Ue(), r = he(), a = _e(), { width: c, minWidth: u, maxWidth: p, height: d, minHeight: m, maxHeight: f, applySize: g } = ge(n, e), { applyTitle: b } = Vo(e), { applyXAxis: v } = Po(e), { applyYAxis: h } = Lo(e), { applyLegend: x } = Co(e), { applySeries: C } = Io(e), V = k(() => {
|
|
1116
|
+
const L = {}, H = a.value.type;
|
|
1117
|
+
return r === "page" ? H === "common" ? g(L) : console.assert(!1) : r === "comp" && H === "common" ? g(L) : console.assert(!1), L;
|
|
1118
|
+
}), F = co("chart");
|
|
1074
1119
|
let W;
|
|
1075
1120
|
const U = () => {
|
|
1076
|
-
W?.dispose(), W = xo.init(
|
|
1077
|
-
const
|
|
1078
|
-
W.setOption(
|
|
1079
|
-
},
|
|
1121
|
+
W?.dispose(), W = xo.init(F.value, s.value ? "dark" : "light");
|
|
1122
|
+
const L = {};
|
|
1123
|
+
W.setOption(L);
|
|
1124
|
+
}, j = () => {
|
|
1080
1125
|
W?.resize();
|
|
1081
1126
|
}, D = () => {
|
|
1082
|
-
const
|
|
1083
|
-
b(
|
|
1127
|
+
const L = {};
|
|
1128
|
+
b(L), v(L), h(L), x(L), C(L), W?.setOption(L, !0);
|
|
1084
1129
|
};
|
|
1085
1130
|
return uo(async () => {
|
|
1086
|
-
window.addEventListener("resize",
|
|
1131
|
+
window.addEventListener("resize", j, !1), await fo(() => !!F.value), U(), D();
|
|
1087
1132
|
}), Ge(() => {
|
|
1088
|
-
window.removeEventListener("resize",
|
|
1133
|
+
window.removeEventListener("resize", j, !1), W?.dispose();
|
|
1089
1134
|
}), ce(
|
|
1090
1135
|
[
|
|
1091
1136
|
() => o.value.width,
|
|
1092
1137
|
() => o.value.height,
|
|
1093
1138
|
c,
|
|
1094
|
-
|
|
1139
|
+
u,
|
|
1095
1140
|
p,
|
|
1096
1141
|
d,
|
|
1097
|
-
|
|
1142
|
+
m,
|
|
1098
1143
|
f
|
|
1099
1144
|
],
|
|
1100
1145
|
async () => {
|
|
1101
|
-
await mo(),
|
|
1146
|
+
await mo(), j();
|
|
1102
1147
|
}
|
|
1103
1148
|
), ce([s], () => {
|
|
1104
1149
|
U(), D();
|
|
@@ -1108,7 +1153,7 @@ const ms = /* @__PURE__ */ I({
|
|
|
1108
1153
|
D();
|
|
1109
1154
|
},
|
|
1110
1155
|
{ deep: !0 }
|
|
1111
|
-
), (
|
|
1156
|
+
), (L, H) => (_(), $(i(N), { block: "" }, {
|
|
1112
1157
|
default: w(() => [
|
|
1113
1158
|
te("div", {
|
|
1114
1159
|
ref: "chart",
|
|
@@ -1139,21 +1184,21 @@ const ms = /* @__PURE__ */ I({
|
|
|
1139
1184
|
setup(t) {
|
|
1140
1185
|
const { t: n } = wo(), e = t, { node: o } = P(e), s = ie(), r = J();
|
|
1141
1186
|
ne(r) && sn(s, "reference", e.id, "", ve()), rn(e.refContext.compId, s);
|
|
1142
|
-
const a = Uo(), { applySize: c } = ge(e, o),
|
|
1143
|
-
const
|
|
1144
|
-
return s.value?.type === "common" && c(
|
|
1187
|
+
const a = Uo(), { applySize: c } = ge(e, o), u = k(() => {
|
|
1188
|
+
const m = {};
|
|
1189
|
+
return s.value?.type === "common" && c(m), m;
|
|
1145
1190
|
});
|
|
1146
|
-
function p(
|
|
1147
|
-
const f = Ke[
|
|
1191
|
+
function p(m) {
|
|
1192
|
+
const f = Ke[m.key];
|
|
1148
1193
|
if (!f)
|
|
1149
|
-
return console.assert(!1, `element not found key=${
|
|
1150
|
-
const g = { id:
|
|
1151
|
-
|
|
1194
|
+
return console.assert(!1, `element not found key=${m.key}`), pe("div", `element not found key=${m.key}`);
|
|
1195
|
+
const g = { id: m.id };
|
|
1196
|
+
m.refId && (g.refContext = {
|
|
1152
1197
|
parent: e.refContext,
|
|
1153
|
-
compId:
|
|
1198
|
+
compId: m.refId
|
|
1154
1199
|
});
|
|
1155
1200
|
const b = [];
|
|
1156
|
-
return f.leaf ||
|
|
1201
|
+
return f.leaf || m.children?.forEach((v) => {
|
|
1157
1202
|
b.push(p(v));
|
|
1158
1203
|
}), pe(f.comp, { key: "", ...g }, { default: () => b });
|
|
1159
1204
|
}
|
|
@@ -1162,17 +1207,17 @@ const ms = /* @__PURE__ */ I({
|
|
|
1162
1207
|
return pe("div", n("x-runtime-lib.circularRef"));
|
|
1163
1208
|
if (!s.value)
|
|
1164
1209
|
return pe("div");
|
|
1165
|
-
const
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1210
|
+
const m = s.value.view.nodeLites.map(
|
|
1211
|
+
(g) => p(g)
|
|
1212
|
+
);
|
|
1213
|
+
if (s.value.type === "common")
|
|
1169
1214
|
return pe(
|
|
1170
1215
|
"div",
|
|
1171
|
-
{ id: a.id, style:
|
|
1172
|
-
{ default: () =>
|
|
1216
|
+
{ id: a.id, style: u.value },
|
|
1217
|
+
{ default: () => m }
|
|
1173
1218
|
);
|
|
1174
1219
|
};
|
|
1175
|
-
return (
|
|
1220
|
+
return (m, f) => (_(), $(d));
|
|
1176
1221
|
}
|
|
1177
1222
|
}), ys = /* @__PURE__ */ I({
|
|
1178
1223
|
__name: "index",
|
|
@@ -1183,7 +1228,7 @@ const ms = /* @__PURE__ */ I({
|
|
|
1183
1228
|
},
|
|
1184
1229
|
setup(t) {
|
|
1185
1230
|
const n = t, { node: e } = P(n), { property: o } = l(e, ["settings", "open"]);
|
|
1186
|
-
return (s, r) => (_(), $(i(
|
|
1231
|
+
return (s, r) => (_(), $(i(N), null, {
|
|
1187
1232
|
default: w(() => [
|
|
1188
1233
|
i(o) ? R(s.$slots, "default", { key: 0 }) : le("", !0)
|
|
1189
1234
|
]),
|
|
@@ -1201,30 +1246,21 @@ const ms = /* @__PURE__ */ I({
|
|
|
1201
1246
|
const { t: n } = wo(), e = t, o = ie(), s = J();
|
|
1202
1247
|
ne(s) && sn(o, "slot", e.id, "", ve()), rn(e.refContext.compId, o);
|
|
1203
1248
|
function r(c) {
|
|
1204
|
-
const
|
|
1205
|
-
if (!
|
|
1249
|
+
const u = Ke[c.key];
|
|
1250
|
+
if (!u)
|
|
1206
1251
|
return console.assert(!1, `element not found key=${c.key}`), pe("div", `element not found key=${c.key}`);
|
|
1207
1252
|
const p = { id: c.id };
|
|
1208
|
-
c.
|
|
1253
|
+
c.refId && (p.refContext = {
|
|
1209
1254
|
parent: e.refContext,
|
|
1210
|
-
compId: c.
|
|
1255
|
+
compId: c.refId
|
|
1211
1256
|
});
|
|
1212
1257
|
const d = [];
|
|
1213
|
-
return
|
|
1214
|
-
d.push(r(
|
|
1215
|
-
}), pe(
|
|
1258
|
+
return u.leaf || c.children?.forEach((m) => {
|
|
1259
|
+
d.push(r(m));
|
|
1260
|
+
}), pe(u.comp, { key: "", ...p }, { default: () => d });
|
|
1216
1261
|
}
|
|
1217
|
-
const a = () =>
|
|
1218
|
-
|
|
1219
|
-
return pe("div", n("x-runtime-lib.circularRef"));
|
|
1220
|
-
if (!o.value)
|
|
1221
|
-
return pe("div");
|
|
1222
|
-
const c = [];
|
|
1223
|
-
return o.value.view.nodeTree.forEach((m) => {
|
|
1224
|
-
c.push(r(m));
|
|
1225
|
-
}), c;
|
|
1226
|
-
};
|
|
1227
|
-
return (c, m) => (_(), $(a));
|
|
1262
|
+
const a = () => $o(e.refContext) ? pe("div", n("x-runtime-lib.circularRef")) : o.value ? o.value.view.nodeLites.map((c) => r(c)) : pe("div");
|
|
1263
|
+
return (c, u) => (_(), $(a));
|
|
1228
1264
|
}
|
|
1229
1265
|
}), bs = /* @__PURE__ */ I({
|
|
1230
1266
|
__name: "index",
|
|
@@ -1243,11 +1279,11 @@ const ms = /* @__PURE__ */ I({
|
|
|
1243
1279
|
"offset",
|
|
1244
1280
|
"y"
|
|
1245
1281
|
]);
|
|
1246
|
-
return (
|
|
1282
|
+
return (u, p) => {
|
|
1247
1283
|
const d = M("v-badge");
|
|
1248
|
-
return _(), $(i(
|
|
1284
|
+
return _(), $(i(N), null, {
|
|
1249
1285
|
default: w(() => [
|
|
1250
|
-
|
|
1286
|
+
O(d, {
|
|
1251
1287
|
content: i(o),
|
|
1252
1288
|
dot: i(s),
|
|
1253
1289
|
"offset-x": i(a),
|
|
@@ -1255,7 +1291,7 @@ const ms = /* @__PURE__ */ I({
|
|
|
1255
1291
|
theme: i(r)
|
|
1256
1292
|
}, {
|
|
1257
1293
|
default: w(() => [
|
|
1258
|
-
R(
|
|
1294
|
+
R(u.$slots, "default")
|
|
1259
1295
|
]),
|
|
1260
1296
|
_: 3
|
|
1261
1297
|
}, 8, ["content", "dot", "offset-x", "offset-y", "theme"])
|
|
@@ -1276,17 +1312,17 @@ const ms = /* @__PURE__ */ I({
|
|
|
1276
1312
|
"settings",
|
|
1277
1313
|
"addIcon",
|
|
1278
1314
|
"append"
|
|
1279
|
-
]), { property: r } = l(e, ["settings", "block"]), { property: a } = l(e, ["settings", "color"]), { color: c } = q(a), { property:
|
|
1315
|
+
]), { property: r } = l(e, ["settings", "block"]), { property: a } = l(e, ["settings", "color"]), { color: c } = q(a), { property: u } = l(e, ["settings", "density"]), { property: p } = l(e, [
|
|
1280
1316
|
"settings",
|
|
1281
1317
|
"disabled"
|
|
1282
|
-
]), { property: d } = l(e, ["size", "height"]), { property:
|
|
1318
|
+
]), { property: d } = l(e, ["size", "height"]), { property: m } = l(e, ["settings", "loading"]), { property: f } = l(e, ["size", "maxHeight"]), { property: g } = l(e, ["size", "maxWidth"]), { property: b } = l(e, ["size", "minHeight"]), { property: v } = l(e, ["size", "minWidth"]), { property: h } = l(e, [
|
|
1283
1319
|
"settings",
|
|
1284
1320
|
"addIcon",
|
|
1285
1321
|
"prepend"
|
|
1286
1322
|
]), { property: x } = l(e, [
|
|
1287
1323
|
"settings",
|
|
1288
1324
|
"readonly"
|
|
1289
|
-
]), { property: C } = l(e, ["settings", "ripple"]), { property: V } = l(e, ["settings", "size"]), { property:
|
|
1325
|
+
]), { property: C } = l(e, ["settings", "ripple"]), { property: V } = l(e, ["settings", "size"]), { property: F } = l(e, ["settings", "stacked"]), { property: W } = l(e, ["settings", "text"]), { theme: U } = G(), { property: j } = l(e, ["settings", "variant"]), { property: D } = l(e, ["size", "width"]), L = (H) => {
|
|
1290
1326
|
if (!o || !o.vm)
|
|
1291
1327
|
return;
|
|
1292
1328
|
const { vm: ee } = o;
|
|
@@ -1297,16 +1333,16 @@ const ms = /* @__PURE__ */ I({
|
|
|
1297
1333
|
};
|
|
1298
1334
|
return (H, ee) => {
|
|
1299
1335
|
const ae = M("v-btn");
|
|
1300
|
-
return _(), $(i(
|
|
1336
|
+
return _(), $(i(N), { block: i(r) }, {
|
|
1301
1337
|
default: w(() => [
|
|
1302
|
-
|
|
1338
|
+
O(ae, {
|
|
1303
1339
|
"append-icon": i(s),
|
|
1304
1340
|
block: i(r),
|
|
1305
1341
|
color: i(c),
|
|
1306
|
-
density: i(
|
|
1342
|
+
density: i(u),
|
|
1307
1343
|
disabled: i(p),
|
|
1308
1344
|
height: i(d),
|
|
1309
|
-
loading: i(
|
|
1345
|
+
loading: i(m),
|
|
1310
1346
|
"max-height": i(f),
|
|
1311
1347
|
"max-width": i(g),
|
|
1312
1348
|
"min-height": i(b),
|
|
@@ -1315,12 +1351,12 @@ const ms = /* @__PURE__ */ I({
|
|
|
1315
1351
|
readonly: i(x),
|
|
1316
1352
|
ripple: i(C),
|
|
1317
1353
|
size: i(V),
|
|
1318
|
-
stacked: i(
|
|
1354
|
+
stacked: i(F),
|
|
1319
1355
|
text: i(W),
|
|
1320
1356
|
theme: i(U),
|
|
1321
|
-
variant: i(
|
|
1357
|
+
variant: i(j),
|
|
1322
1358
|
width: i(D),
|
|
1323
|
-
onClick:
|
|
1359
|
+
onClick: L
|
|
1324
1360
|
}, null, 8, ["append-icon", "block", "color", "density", "disabled", "height", "loading", "max-height", "max-width", "min-height", "min-width", "prepend-icon", "readonly", "ripple", "size", "stacked", "text", "theme", "variant", "width"])
|
|
1325
1361
|
]),
|
|
1326
1362
|
_: 1
|
|
@@ -1337,7 +1373,7 @@ function _s(t, n) {
|
|
|
1337
1373
|
_: 3
|
|
1338
1374
|
});
|
|
1339
1375
|
}
|
|
1340
|
-
const vs = /* @__PURE__ */
|
|
1376
|
+
const vs = /* @__PURE__ */ Ae(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
1341
1377
|
__name: "index",
|
|
1342
1378
|
props: {
|
|
1343
1379
|
id: {},
|
|
@@ -1354,10 +1390,10 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1354
1390
|
]), { property: c } = l(e, [
|
|
1355
1391
|
"settings",
|
|
1356
1392
|
"multiple"
|
|
1357
|
-
]), { property:
|
|
1393
|
+
]), { property: u } = l(e, [
|
|
1358
1394
|
"settings",
|
|
1359
1395
|
"readonly"
|
|
1360
|
-
]), { property: p } = l(e, ["settings", "size"]), { property: d } = l(e, ["settings", "stacked"]), { theme:
|
|
1396
|
+
]), { property: p } = l(e, ["settings", "size"]), { property: d } = l(e, ["settings", "stacked"]), { theme: m } = G(), { property: f } = l(e, ["settings", "tile"]), { property: g } = l(e, ["settings", "variant"]);
|
|
1361
1397
|
return (b, v) => {
|
|
1362
1398
|
const h = M("v-btn-toggle");
|
|
1363
1399
|
return _(), $(h, {
|
|
@@ -1366,10 +1402,10 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1366
1402
|
divided: i(r),
|
|
1367
1403
|
mandatory: i(a),
|
|
1368
1404
|
multiple: i(c),
|
|
1369
|
-
readonly: i(
|
|
1405
|
+
readonly: i(u),
|
|
1370
1406
|
size: i(p),
|
|
1371
1407
|
stacked: i(d),
|
|
1372
|
-
theme: i(
|
|
1408
|
+
theme: i(m),
|
|
1373
1409
|
tile: i(f),
|
|
1374
1410
|
variant: i(g)
|
|
1375
1411
|
}, {
|
|
@@ -1391,24 +1427,24 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1391
1427
|
const n = t, { node: e } = P(n), { property: o } = l(e, ["settings", "density"]), { property: s } = l(e, [
|
|
1392
1428
|
"settings",
|
|
1393
1429
|
"disabled"
|
|
1394
|
-
]), { property: r } = l(e, ["size", "height"]), { property: a } = l(e, ["settings", "hover"]), { property: c } = l(e, ["settings", "loading"]), { property:
|
|
1430
|
+
]), { property: r } = l(e, ["size", "height"]), { property: a } = l(e, ["settings", "hover"]), { property: c } = l(e, ["settings", "loading"]), { property: u } = l(e, ["size", "maxHeight"]), { property: p } = l(e, ["size", "maxWidth"]), { property: d } = l(e, ["size", "minHeight"]), { property: m } = l(e, ["size", "minWidth"]), { property: f } = l(e, [
|
|
1395
1431
|
"settings",
|
|
1396
1432
|
"subtitle"
|
|
1397
1433
|
]), { property: g } = l(e, ["settings", "text"]), { theme: b } = G(), { property: v } = l(e, ["settings", "title"]), { property: h } = l(e, ["settings", "variant"]), { property: x } = l(e, ["size", "width"]);
|
|
1398
1434
|
return (C, V) => {
|
|
1399
|
-
const
|
|
1400
|
-
return _(), $(i(
|
|
1435
|
+
const F = M("v-card");
|
|
1436
|
+
return _(), $(i(N), { block: "" }, {
|
|
1401
1437
|
default: w(() => [
|
|
1402
|
-
F
|
|
1438
|
+
O(F, {
|
|
1403
1439
|
density: i(o),
|
|
1404
1440
|
disabled: i(s),
|
|
1405
1441
|
height: i(r),
|
|
1406
1442
|
hover: i(a),
|
|
1407
1443
|
loading: i(c),
|
|
1408
|
-
"max-height": i(
|
|
1444
|
+
"max-height": i(u),
|
|
1409
1445
|
"max-width": i(p),
|
|
1410
1446
|
"min-height": i(d),
|
|
1411
|
-
"min-width": i(
|
|
1447
|
+
"min-width": i(m),
|
|
1412
1448
|
subtitle: i(f),
|
|
1413
1449
|
text: i(g),
|
|
1414
1450
|
theme: i(b),
|
|
@@ -1443,9 +1479,9 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1443
1479
|
]);
|
|
1444
1480
|
return (r, a) => {
|
|
1445
1481
|
const c = M("v-checkbox");
|
|
1446
|
-
return _(), $(i(
|
|
1482
|
+
return _(), $(i(N), null, {
|
|
1447
1483
|
default: w(() => [
|
|
1448
|
-
|
|
1484
|
+
O(c, {
|
|
1449
1485
|
disabled: i(o),
|
|
1450
1486
|
readonly: i(s)
|
|
1451
1487
|
}, null, 8, ["disabled", "readonly"])
|
|
@@ -1468,23 +1504,23 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1468
1504
|
]), { property: s } = l(e, ["settings", "color"]), { color: r } = q(s), { property: a } = l(e, ["settings", "density"]), { property: c } = l(e, [
|
|
1469
1505
|
"settings",
|
|
1470
1506
|
"disabled"
|
|
1471
|
-
]), { property:
|
|
1507
|
+
]), { property: u } = l(e, [
|
|
1472
1508
|
"settings",
|
|
1473
1509
|
"draggable"
|
|
1474
|
-
]), { property: p } = l(e, ["settings", "filter"]), { property: d } = l(e, ["settings", "label"]), { property:
|
|
1510
|
+
]), { property: p } = l(e, ["settings", "filter"]), { property: d } = l(e, ["settings", "label"]), { property: m } = l(e, ["settings", "size"]), { property: f } = l(e, ["settings", "text"]), { theme: g } = G(), { property: b } = l(e, ["settings", "tile"]), { property: v } = l(e, ["settings", "value"]), { property: h } = l(e, ["settings", "variant"]);
|
|
1475
1511
|
return (x, C) => {
|
|
1476
1512
|
const V = M("v-chip");
|
|
1477
|
-
return _(), $(i(
|
|
1513
|
+
return _(), $(i(N), null, {
|
|
1478
1514
|
default: w(() => [
|
|
1479
|
-
|
|
1515
|
+
O(V, {
|
|
1480
1516
|
closable: i(o),
|
|
1481
1517
|
color: i(r),
|
|
1482
1518
|
density: i(a),
|
|
1483
1519
|
disabled: i(c),
|
|
1484
|
-
draggable: i(
|
|
1520
|
+
draggable: i(u),
|
|
1485
1521
|
filter: i(p),
|
|
1486
1522
|
label: i(d),
|
|
1487
|
-
size: i(
|
|
1523
|
+
size: i(m),
|
|
1488
1524
|
text: i(f),
|
|
1489
1525
|
theme: i(g),
|
|
1490
1526
|
tile: i(b),
|
|
@@ -1513,24 +1549,24 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1513
1549
|
]), { property: a } = l(e, ["settings", "filter"]), { property: c } = l(e, [
|
|
1514
1550
|
"settings",
|
|
1515
1551
|
"mandatory"
|
|
1516
|
-
]), { property:
|
|
1552
|
+
]), { property: u } = l(e, [
|
|
1517
1553
|
"settings",
|
|
1518
1554
|
"multiple"
|
|
1519
1555
|
]), { property: p } = l(e, [
|
|
1520
1556
|
"settings",
|
|
1521
1557
|
"showArrows"
|
|
1522
|
-
]), { theme: d } = G(), { property:
|
|
1558
|
+
]), { theme: d } = G(), { property: m } = l(e, ["settings", "value"]);
|
|
1523
1559
|
return (f, g) => {
|
|
1524
1560
|
const b = M("v-chip-group");
|
|
1525
1561
|
return _(), $(b, {
|
|
1526
|
-
modelValue: i(
|
|
1527
|
-
"onUpdate:modelValue": g[0] || (g[0] = (v) => Z(
|
|
1562
|
+
modelValue: i(m),
|
|
1563
|
+
"onUpdate:modelValue": g[0] || (g[0] = (v) => Z(m) ? m.value = v : null),
|
|
1528
1564
|
column: i(o),
|
|
1529
1565
|
direction: i(s),
|
|
1530
1566
|
disabled: i(r),
|
|
1531
1567
|
filter: i(a),
|
|
1532
1568
|
mandatory: i(c),
|
|
1533
|
-
multiple: i(
|
|
1569
|
+
multiple: i(u),
|
|
1534
1570
|
"show-arrows": i(p),
|
|
1535
1571
|
theme: i(d)
|
|
1536
1572
|
}, {
|
|
@@ -1555,7 +1591,7 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1555
1591
|
}), { property: c } = l(e, [
|
|
1556
1592
|
"settings",
|
|
1557
1593
|
"disabled"
|
|
1558
|
-
]), { property:
|
|
1594
|
+
]), { property: u } = l(e, [
|
|
1559
1595
|
"settings",
|
|
1560
1596
|
"hideCanvas"
|
|
1561
1597
|
]), { property: p } = l(e, [
|
|
@@ -1564,7 +1600,7 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1564
1600
|
]), { property: d } = l(e, [
|
|
1565
1601
|
"settings",
|
|
1566
1602
|
"hideInputs"
|
|
1567
|
-
]), { property:
|
|
1603
|
+
]), { property: m } = l(e, [
|
|
1568
1604
|
"settings",
|
|
1569
1605
|
"hideSliders"
|
|
1570
1606
|
]), { property: f } = l(e, [
|
|
@@ -1576,14 +1612,14 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1576
1612
|
]), { theme: b } = G();
|
|
1577
1613
|
return (v, h) => {
|
|
1578
1614
|
const x = M("v-color-picker");
|
|
1579
|
-
return _(), $(i(
|
|
1615
|
+
return _(), $(i(N), null, {
|
|
1580
1616
|
default: w(() => [
|
|
1581
|
-
|
|
1617
|
+
O(x, {
|
|
1582
1618
|
disabled: i(c),
|
|
1583
|
-
"hide-canvas": i(
|
|
1619
|
+
"hide-canvas": i(u),
|
|
1584
1620
|
"hide-header": i(p),
|
|
1585
1621
|
"hide-inputs": i(d),
|
|
1586
|
-
"hide-sliders": i(
|
|
1622
|
+
"hide-sliders": i(m),
|
|
1587
1623
|
landscape: i(f),
|
|
1588
1624
|
"show-swatches": i(g),
|
|
1589
1625
|
style: re(a.value),
|
|
@@ -1614,20 +1650,20 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1614
1650
|
]), { property: c } = l(e, [
|
|
1615
1651
|
"settings",
|
|
1616
1652
|
"singleLine"
|
|
1617
|
-
]), { theme:
|
|
1618
|
-
return (d,
|
|
1653
|
+
]), { theme: u } = G(), { property: p } = l(e, ["settings", "value"]);
|
|
1654
|
+
return (d, m) => {
|
|
1619
1655
|
const f = M("v-combobox");
|
|
1620
|
-
return _(), $(i(
|
|
1656
|
+
return _(), $(i(N), null, {
|
|
1621
1657
|
default: w(() => [
|
|
1622
|
-
|
|
1658
|
+
O(f, {
|
|
1623
1659
|
modelValue: i(p),
|
|
1624
|
-
"onUpdate:modelValue":
|
|
1660
|
+
"onUpdate:modelValue": m[0] || (m[0] = (g) => Z(p) ? p.value = g : null),
|
|
1625
1661
|
"hide-details": i(o),
|
|
1626
1662
|
label: i(s),
|
|
1627
1663
|
placeholder: i(r),
|
|
1628
1664
|
readonly: i(a),
|
|
1629
1665
|
"single-line": i(c),
|
|
1630
|
-
theme: i(
|
|
1666
|
+
theme: i(u)
|
|
1631
1667
|
}, null, 8, ["modelValue", "hide-details", "label", "placeholder", "readonly", "single-line", "theme"])
|
|
1632
1668
|
]),
|
|
1633
1669
|
_: 1
|
|
@@ -1645,14 +1681,14 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1645
1681
|
const n = t, { node: e } = P(n), o = he(), s = _e(), { property: r } = l(e, [
|
|
1646
1682
|
"settings",
|
|
1647
1683
|
"backgroundColor"
|
|
1648
|
-
]), { color: a } = q(r), { applySize: c } = ge(n, e), { applyMargin:
|
|
1684
|
+
]), { color: a } = q(r), { applySize: c } = ge(n, e), { applyMargin: u } = Jt(e), { applyPadding: p } = qt(e), { applyBorder: d } = Ut(e), m = k(() => {
|
|
1649
1685
|
const f = {}, g = s.value.type;
|
|
1650
|
-
return o === "page" ? g === "common" ? (c(f),
|
|
1686
|
+
return o === "page" ? g === "common" ? (c(f), u(f), p(f), d(f), a.value && (f.backgroundColor = a.value)) : console.assert(!1) : o === "comp" && g === "common" ? (c(f), u(f), p(f), d(f), a.value && (f.backgroundColor = a.value)) : console.assert(!1), f;
|
|
1651
1687
|
});
|
|
1652
|
-
return (f, g) => (_(), $(i(
|
|
1688
|
+
return (f, g) => (_(), $(i(N), { block: "" }, {
|
|
1653
1689
|
default: w(() => [
|
|
1654
1690
|
te("div", {
|
|
1655
|
-
style: re(
|
|
1691
|
+
style: re(m.value)
|
|
1656
1692
|
}, [
|
|
1657
1693
|
R(f.$slots, "default")
|
|
1658
1694
|
], 4)
|
|
@@ -1674,7 +1710,7 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1674
1710
|
]), { property: r } = l(e, [
|
|
1675
1711
|
"settings",
|
|
1676
1712
|
"fixedHeader"
|
|
1677
|
-
]), { property: a } = l(e, ["settings", "headers"]), { property: c } = l(e, ["size", "height"]), { property:
|
|
1713
|
+
]), { property: a } = l(e, ["settings", "headers"]), { property: c } = l(e, ["size", "height"]), { property: u } = l(e, ["settings", "hover"]), { property: p } = l(e, ["settings", "data"], !0), { property: d } = l(e, ["settings", "loading"]), { property: m } = l(e, [
|
|
1678
1714
|
"settings",
|
|
1679
1715
|
"multiSort"
|
|
1680
1716
|
]), { theme: f } = G(), { property: g } = l(e, ["size", "width"]), b = k(() => {
|
|
@@ -1685,25 +1721,25 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1685
1721
|
});
|
|
1686
1722
|
return (v, h) => {
|
|
1687
1723
|
const x = M("v-data-table");
|
|
1688
|
-
return _(), $(i(
|
|
1724
|
+
return _(), $(i(N), { block: "" }, {
|
|
1689
1725
|
default: w(() => [
|
|
1690
|
-
|
|
1726
|
+
O(x, {
|
|
1691
1727
|
density: i(o),
|
|
1692
1728
|
"fixed-footer": i(s),
|
|
1693
1729
|
"fixed-header": i(r),
|
|
1694
1730
|
headers: i(a),
|
|
1695
1731
|
height: i(c),
|
|
1696
|
-
hover: i(
|
|
1732
|
+
hover: i(u),
|
|
1697
1733
|
items: i(p),
|
|
1698
1734
|
loading: i(d),
|
|
1699
|
-
"multi-sort": i(
|
|
1735
|
+
"multi-sort": i(m),
|
|
1700
1736
|
theme: i(f),
|
|
1701
1737
|
width: i(g)
|
|
1702
|
-
},
|
|
1738
|
+
}, Ft({ _: 2 }, [
|
|
1703
1739
|
Jo(b.value, (C) => ({
|
|
1704
1740
|
name: `item.${C.column}`,
|
|
1705
1741
|
fn: w(({ value: V }) => [
|
|
1706
|
-
|
|
1742
|
+
O(i(ke), {
|
|
1707
1743
|
id: C.column,
|
|
1708
1744
|
"ref-context": { compId: C.comp },
|
|
1709
1745
|
state: { value: V }
|
|
@@ -1716,20 +1752,20 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1716
1752
|
});
|
|
1717
1753
|
};
|
|
1718
1754
|
}
|
|
1719
|
-
}),
|
|
1755
|
+
}), Ls = /* @__PURE__ */ I({
|
|
1720
1756
|
__name: "index",
|
|
1721
1757
|
setup(t) {
|
|
1722
1758
|
return (n, e) => {
|
|
1723
1759
|
const o = M("v-date-picker");
|
|
1724
|
-
return _(), $(i(
|
|
1760
|
+
return _(), $(i(N), null, {
|
|
1725
1761
|
default: w(() => [
|
|
1726
|
-
|
|
1762
|
+
O(o)
|
|
1727
1763
|
]),
|
|
1728
1764
|
_: 1
|
|
1729
1765
|
});
|
|
1730
1766
|
};
|
|
1731
1767
|
}
|
|
1732
|
-
}), zs = ["id"],
|
|
1768
|
+
}), zs = ["id"], Ts = /* @__PURE__ */ I({
|
|
1733
1769
|
__name: "index",
|
|
1734
1770
|
props: {
|
|
1735
1771
|
id: {},
|
|
@@ -1762,7 +1798,7 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1762
1798
|
}, 8, ["modelValue"]);
|
|
1763
1799
|
};
|
|
1764
1800
|
}
|
|
1765
|
-
}),
|
|
1801
|
+
}), Es = /* @__PURE__ */ I({
|
|
1766
1802
|
__name: "index",
|
|
1767
1803
|
props: {
|
|
1768
1804
|
id: {},
|
|
@@ -1776,30 +1812,30 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1776
1812
|
]), { property: a } = l(e, [
|
|
1777
1813
|
"settings",
|
|
1778
1814
|
"disabled"
|
|
1779
|
-
]), { property: c } = l(e, ["settings", "label"]), { property:
|
|
1815
|
+
]), { property: c } = l(e, ["settings", "label"]), { property: u } = l(e, ["settings", "loading"]), { property: p } = l(e, [
|
|
1780
1816
|
"settings",
|
|
1781
1817
|
"multiple"
|
|
1782
1818
|
]), { property: d } = l(e, [
|
|
1783
1819
|
"settings",
|
|
1784
1820
|
"readonly"
|
|
1785
|
-
]), { property:
|
|
1821
|
+
]), { property: m } = l(e, ["settings", "reverse"]), { property: f } = l(e, [
|
|
1786
1822
|
"settings",
|
|
1787
1823
|
"singleLine"
|
|
1788
1824
|
]);
|
|
1789
1825
|
return (g, b) => {
|
|
1790
1826
|
const v = M("v-file-input");
|
|
1791
|
-
return _(), $(i(
|
|
1827
|
+
return _(), $(i(N), { block: "" }, {
|
|
1792
1828
|
default: w(() => [
|
|
1793
|
-
|
|
1829
|
+
O(v, {
|
|
1794
1830
|
chips: i(o),
|
|
1795
1831
|
density: i(s),
|
|
1796
1832
|
direction: i(r),
|
|
1797
1833
|
disabled: i(a),
|
|
1798
1834
|
label: i(c),
|
|
1799
|
-
loading: i(
|
|
1835
|
+
loading: i(u),
|
|
1800
1836
|
multiple: i(p),
|
|
1801
1837
|
readonly: i(d),
|
|
1802
|
-
reverse: i(
|
|
1838
|
+
reverse: i(m),
|
|
1803
1839
|
"single-line": i(f)
|
|
1804
1840
|
}, null, 8, ["chips", "density", "direction", "disabled", "label", "loading", "multiple", "readonly", "reverse", "single-line"])
|
|
1805
1841
|
]),
|
|
@@ -1807,7 +1843,7 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1807
1843
|
});
|
|
1808
1844
|
};
|
|
1809
1845
|
}
|
|
1810
|
-
}),
|
|
1846
|
+
}), As = /* @__PURE__ */ I({
|
|
1811
1847
|
__name: "index",
|
|
1812
1848
|
props: {
|
|
1813
1849
|
id: {},
|
|
@@ -1815,11 +1851,11 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1815
1851
|
refContext: {}
|
|
1816
1852
|
},
|
|
1817
1853
|
setup(t) {
|
|
1818
|
-
const n = t, { node: e } = P(n), o = Be(), s = he(), r = _e(), { applySize: a } = ge(n, e), { applyMargin: c } = Jt(e), { applyPadding:
|
|
1854
|
+
const n = t, { node: e } = P(n), o = Be(), s = he(), r = _e(), { applySize: a } = ge(n, e), { applyMargin: c } = Jt(e), { applyPadding: u } = qt(e), { applyBorder: p } = Ut(e), { property: d } = l(e, [
|
|
1819
1855
|
"settings",
|
|
1820
1856
|
"backgroundColor"
|
|
1821
|
-
]), { color:
|
|
1822
|
-
|
|
1857
|
+
]), { color: m } = q(d), f = (b) => {
|
|
1858
|
+
m.value && (b.backgroundColor = m.value), b.display = "flex";
|
|
1823
1859
|
const v = Xe(o.value.width), h = We(v, e.value.settings?.direction);
|
|
1824
1860
|
h === "row" ? b.flexDirection = "row" : h === "rowReverse" ? b.flexDirection = "row-reverse" : h === "column" ? b.flexDirection = "column" : h === "columnReverse" && (b.flexDirection = "column-reverse");
|
|
1825
1861
|
const x = We(v, e.value.settings?.wrap);
|
|
@@ -1830,7 +1866,7 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1830
1866
|
V === "start" ? b.alignItems = "flex-start" : V === "end" ? b.alignItems = "flex-end" : V === "center" ? b.alignItems = "center" : V === "baseline" ? b.alignItems = "baseline" : V === "stretch" && (b.alignItems = "stretch");
|
|
1831
1867
|
}, g = k(() => {
|
|
1832
1868
|
const b = {}, v = r.value.type;
|
|
1833
|
-
return s === "page" ? v === "common" ? (a(b), c(b),
|
|
1869
|
+
return s === "page" ? v === "common" ? (a(b), c(b), u(b), p(b), f(b)) : console.assert(!1) : s === "comp" && v === "common" ? (a(b), c(b), u(b), p(b), f(b)) : console.assert(!1), b;
|
|
1834
1870
|
});
|
|
1835
1871
|
return (b, v) => (_(), se("div", {
|
|
1836
1872
|
style: re(g.value)
|
|
@@ -1846,12 +1882,12 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1846
1882
|
refContext: {}
|
|
1847
1883
|
},
|
|
1848
1884
|
setup(t) {
|
|
1849
|
-
const n = t, { node: e } = P(n), o = he(), s = _e(), { applySize: r } = ge(n, e), { property: a } = l(e, ["settings", "grow"]), { property: c } = l(e, ["settings", "shrink"]),
|
|
1885
|
+
const n = t, { node: e } = P(n), o = he(), s = _e(), { applySize: r } = ge(n, e), { property: a } = l(e, ["settings", "grow"]), { property: c } = l(e, ["settings", "shrink"]), u = k(() => {
|
|
1850
1886
|
const p = {}, d = s.value.type;
|
|
1851
1887
|
return o === "page" ? d === "common" ? (r(p), p.flexGrow = a.value ? 1 : 0, p.flexShrink = c.value ? 1 : 0) : console.assert(!1) : o === "comp" && d === "common" ? (r(p), p.flexGrow = a.value ? 1 : 0, p.flexShrink = c.value ? 1 : 0) : console.assert(!1), p;
|
|
1852
1888
|
});
|
|
1853
1889
|
return (p, d) => (_(), se("div", {
|
|
1854
|
-
style: re(
|
|
1890
|
+
style: re(u.value)
|
|
1855
1891
|
}, [
|
|
1856
1892
|
R(p.$slots, "default")
|
|
1857
1893
|
], 4));
|
|
@@ -1867,12 +1903,12 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1867
1903
|
const n = t, { node: e } = P(n), o = he(), s = _e(), r = ve(), { property: a } = l(e, ["settings", "valid"]), { property: c } = l(e, [
|
|
1868
1904
|
"settings",
|
|
1869
1905
|
"fastFail"
|
|
1870
|
-
]), { property:
|
|
1906
|
+
]), { property: u } = l(e, [
|
|
1871
1907
|
"settings",
|
|
1872
1908
|
"backgroundColor"
|
|
1873
|
-
]), { color: p } = q(
|
|
1909
|
+
]), { color: p } = q(u), { applySize: d } = ge(n, e), { applyMargin: m } = Jt(e), { applyPadding: f } = qt(e), { applyBorder: g } = Ut(e), b = k(() => {
|
|
1874
1910
|
const h = {}, x = s.value.type;
|
|
1875
|
-
return o === "page" ? x === "common" ? (d(h),
|
|
1911
|
+
return o === "page" ? x === "common" ? (d(h), m(h), f(h), g(h), p.value && (h.backgroundColor = p.value)) : console.assert(!1) : o === "comp" && x === "common" ? (d(h), m(h), f(h), g(h), p.value && (h.backgroundColor = p.value)) : console.assert(!1), h;
|
|
1876
1912
|
}), v = () => {
|
|
1877
1913
|
r && r.callFunction(
|
|
1878
1914
|
"__triggerEventV1__",
|
|
@@ -1906,15 +1942,15 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1906
1942
|
const n = t, { node: e } = P(n), { property: o } = l(e, ["settings", "color"]), { color: s } = q(o), { property: r } = l(e, [
|
|
1907
1943
|
"settings",
|
|
1908
1944
|
"disabled"
|
|
1909
|
-
]), { property: a } = l(e, ["settings", "icon"]), { property: c } = l(e, ["settings", "size"]), { theme:
|
|
1945
|
+
]), { property: a } = l(e, ["settings", "icon"]), { property: c } = l(e, ["settings", "size"]), { theme: u } = G();
|
|
1910
1946
|
return (p, d) => {
|
|
1911
|
-
const
|
|
1912
|
-
return _(), $(
|
|
1947
|
+
const m = M("v-icon");
|
|
1948
|
+
return _(), $(m, {
|
|
1913
1949
|
color: i(s),
|
|
1914
1950
|
disabled: i(r),
|
|
1915
1951
|
icon: i(a),
|
|
1916
1952
|
size: i(c),
|
|
1917
|
-
theme: i(
|
|
1953
|
+
theme: i(u)
|
|
1918
1954
|
}, null, 8, ["color", "disabled", "icon", "size", "theme"]);
|
|
1919
1955
|
};
|
|
1920
1956
|
}
|
|
@@ -1930,15 +1966,15 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1930
1966
|
return Ye(n, "open", () => {
|
|
1931
1967
|
if (!o || !o.vm)
|
|
1932
1968
|
return;
|
|
1933
|
-
const { vm:
|
|
1934
|
-
s.value =
|
|
1969
|
+
const { vm: u } = o, p = u.getProp(u.global, "__pointerPosX__"), d = u.getProp(u.global, "__pointerPosY__");
|
|
1970
|
+
s.value = u.getNumber(p), r.value = u.getNumber(d), p.dispose(), d.dispose(), c.value = !0;
|
|
1935
1971
|
}), Ye(n, "close", () => {
|
|
1936
1972
|
o && (c.value = !1);
|
|
1937
|
-
}), (
|
|
1973
|
+
}), (u, p) => {
|
|
1938
1974
|
const d = M("v-menu");
|
|
1939
1975
|
return _(), $(d, {
|
|
1940
1976
|
modelValue: i(c),
|
|
1941
|
-
"onUpdate:modelValue": p[0] || (p[0] = (
|
|
1977
|
+
"onUpdate:modelValue": p[0] || (p[0] = (m) => Z(c) ? c.value = m : null),
|
|
1942
1978
|
attach: "menuContainer",
|
|
1943
1979
|
"location-strategy": "connected",
|
|
1944
1980
|
scrim: "transparent",
|
|
@@ -1951,7 +1987,7 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1951
1987
|
}, null, 8, Rs)) : le("", !0)
|
|
1952
1988
|
]),
|
|
1953
1989
|
default: w(() => [
|
|
1954
|
-
R(
|
|
1990
|
+
R(u.$slots, "default")
|
|
1955
1991
|
]),
|
|
1956
1992
|
_: 3
|
|
1957
1993
|
}, 8, ["modelValue", "target"]);
|
|
@@ -1979,7 +2015,7 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1979
2015
|
]), { property: a } = l(e, [
|
|
1980
2016
|
"settings",
|
|
1981
2017
|
"hideDetails"
|
|
1982
|
-
]), { property: c } = l(e, ["settings", "label"]), { property:
|
|
2018
|
+
]), { property: c } = l(e, ["settings", "label"]), { property: u } = l(e, ["settings", "loading"]), { property: p } = l(e, ["settings", "max"]), { property: d } = l(e, ["size", "maxWidth"]), { property: m } = l(e, ["settings", "min"]), { property: f } = l(e, ["size", "minWidth"]), { property: g } = l(e, [
|
|
1983
2019
|
"settings",
|
|
1984
2020
|
"placeholder"
|
|
1985
2021
|
]), { property: b } = l(e, [
|
|
@@ -1996,15 +2032,15 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
1996
2032
|
]), { property: C } = l(e, [
|
|
1997
2033
|
"settings",
|
|
1998
2034
|
"readonly"
|
|
1999
|
-
]), { property: V } = l(e, ["settings", "reverse"]), { property:
|
|
2035
|
+
]), { property: V } = l(e, ["settings", "reverse"]), { property: F } = l(e, [
|
|
2000
2036
|
"settings",
|
|
2001
2037
|
"singleLine"
|
|
2002
|
-
]), { property: W } = l(e, ["settings", "step"]), { property: U } = l(e, ["settings", "suffix"]), { theme:
|
|
2038
|
+
]), { property: W } = l(e, ["settings", "step"]), { property: U } = l(e, ["settings", "suffix"]), { theme: j } = G(), { property: D } = l(e, ["settings", "value"]), { property: L } = l(e, ["settings", "variant"]), { property: H } = l(e, ["size", "width"]);
|
|
2003
2039
|
return (ee, ae) => {
|
|
2004
2040
|
const Ce = M("v-number-input");
|
|
2005
|
-
return _(), $(i(
|
|
2041
|
+
return _(), $(i(N), { block: "" }, {
|
|
2006
2042
|
default: w(() => [
|
|
2007
|
-
|
|
2043
|
+
O(Ce, {
|
|
2008
2044
|
modelValue: i(D),
|
|
2009
2045
|
"onUpdate:modelValue": ae[0] || (ae[0] = (fe) => Z(D) ? D.value = fe : null),
|
|
2010
2046
|
"append-icon": i(o),
|
|
@@ -2012,10 +2048,10 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2012
2048
|
clearable: i(r),
|
|
2013
2049
|
"hide-details": i(a),
|
|
2014
2050
|
label: i(c),
|
|
2015
|
-
loading: i(
|
|
2051
|
+
loading: i(u),
|
|
2016
2052
|
max: i(p),
|
|
2017
2053
|
"max-width": i(d),
|
|
2018
|
-
min: i(
|
|
2054
|
+
min: i(m),
|
|
2019
2055
|
"min-width": i(f),
|
|
2020
2056
|
placeholder: i(g),
|
|
2021
2057
|
precision: i(b),
|
|
@@ -2024,11 +2060,11 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2024
2060
|
"prepend-inner-icon": i(x),
|
|
2025
2061
|
readonly: i(C),
|
|
2026
2062
|
reverse: i(V),
|
|
2027
|
-
"single-line": i(
|
|
2063
|
+
"single-line": i(F),
|
|
2028
2064
|
step: i(W),
|
|
2029
2065
|
suffix: i(U),
|
|
2030
|
-
theme: i(
|
|
2031
|
-
variant: i(
|
|
2066
|
+
theme: i(j),
|
|
2067
|
+
variant: i(L),
|
|
2032
2068
|
width: i(H)
|
|
2033
2069
|
}, null, 8, ["modelValue", "append-icon", "append-inner-icon", "clearable", "hide-details", "label", "loading", "max", "max-width", "min", "min-width", "placeholder", "precision", "prefix", "prepend-icon", "prepend-inner-icon", "readonly", "reverse", "single-line", "step", "suffix", "theme", "variant", "width"])
|
|
2034
2070
|
]),
|
|
@@ -2036,7 +2072,7 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2036
2072
|
});
|
|
2037
2073
|
};
|
|
2038
2074
|
}
|
|
2039
|
-
}),
|
|
2075
|
+
}), Os = /* @__PURE__ */ I({
|
|
2040
2076
|
__name: "index",
|
|
2041
2077
|
props: {
|
|
2042
2078
|
id: {},
|
|
@@ -2050,26 +2086,26 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2050
2086
|
]), { property: a } = l(e, ["settings", "length"]), { property: c } = l(e, [
|
|
2051
2087
|
"settings",
|
|
2052
2088
|
"showFirstLastPage"
|
|
2053
|
-
]), { property:
|
|
2089
|
+
]), { property: u } = l(e, ["settings", "size"]), { property: p } = l(e, ["settings", "start"]), { theme: d } = G(), { property: m } = l(e, ["settings", "tile"]), { property: f } = l(e, ["settings", "value"]), { property: g } = l(e, ["settings", "variant"]), b = k(() => {
|
|
2054
2090
|
const v = {};
|
|
2055
2091
|
return o === "editor" && (v.pointerEvents = "none"), v;
|
|
2056
2092
|
});
|
|
2057
2093
|
return (v, h) => {
|
|
2058
2094
|
const x = M("v-pagination");
|
|
2059
|
-
return _(), $(i(
|
|
2095
|
+
return _(), $(i(N), { block: "" }, {
|
|
2060
2096
|
default: w(() => [
|
|
2061
|
-
|
|
2097
|
+
O(x, {
|
|
2062
2098
|
modelValue: i(f),
|
|
2063
2099
|
"onUpdate:modelValue": h[0] || (h[0] = (C) => Z(f) ? f.value = C : null),
|
|
2064
2100
|
density: i(s),
|
|
2065
2101
|
disabled: i(r),
|
|
2066
2102
|
length: i(a),
|
|
2067
2103
|
"show-first-last-page": i(c),
|
|
2068
|
-
size: i(
|
|
2104
|
+
size: i(u),
|
|
2069
2105
|
start: i(p),
|
|
2070
2106
|
style: re(b.value),
|
|
2071
2107
|
theme: i(d),
|
|
2072
|
-
tile: i(
|
|
2108
|
+
tile: i(m),
|
|
2073
2109
|
variant: i(g)
|
|
2074
2110
|
}, null, 8, ["modelValue", "density", "disabled", "length", "show-first-last-page", "size", "start", "style", "theme", "tile", "variant"])
|
|
2075
2111
|
]),
|
|
@@ -2077,7 +2113,7 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2077
2113
|
});
|
|
2078
2114
|
};
|
|
2079
2115
|
}
|
|
2080
|
-
}),
|
|
2116
|
+
}), Fs = /* @__PURE__ */ I({
|
|
2081
2117
|
__name: "index",
|
|
2082
2118
|
props: {
|
|
2083
2119
|
id: {},
|
|
@@ -2088,24 +2124,24 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2088
2124
|
const n = t, { node: e } = P(n), { property: o } = l(e, ["settings", "color"]), { color: s } = q(o), { property: r } = l(e, ["settings", "density"]), { property: a } = l(e, [
|
|
2089
2125
|
"settings",
|
|
2090
2126
|
"disabled"
|
|
2091
|
-
]), { property: c } = l(e, ["settings", "label"]), { property:
|
|
2127
|
+
]), { property: c } = l(e, ["settings", "label"]), { property: u } = l(e, [
|
|
2092
2128
|
"settings",
|
|
2093
2129
|
"readonly"
|
|
2094
2130
|
]), { theme: p } = G(), { property: d } = l(e, ["settings", "value"]);
|
|
2095
|
-
return (
|
|
2131
|
+
return (m, f) => {
|
|
2096
2132
|
const g = M("v-radio");
|
|
2097
2133
|
return _(), $(g, {
|
|
2098
2134
|
color: i(s),
|
|
2099
2135
|
density: i(r),
|
|
2100
2136
|
disabled: i(a),
|
|
2101
2137
|
label: i(c),
|
|
2102
|
-
readonly: i(
|
|
2138
|
+
readonly: i(u),
|
|
2103
2139
|
theme: i(p),
|
|
2104
2140
|
value: i(d)
|
|
2105
2141
|
}, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
|
|
2106
2142
|
};
|
|
2107
2143
|
}
|
|
2108
|
-
}),
|
|
2144
|
+
}), Ns = /* @__PURE__ */ I({
|
|
2109
2145
|
__name: "index",
|
|
2110
2146
|
props: {
|
|
2111
2147
|
id: {},
|
|
@@ -2122,20 +2158,20 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2122
2158
|
]), { property: a } = l(e, ["settings", "inline"]), { property: c } = l(e, [
|
|
2123
2159
|
"settings",
|
|
2124
2160
|
"readonly"
|
|
2125
|
-
]), { theme:
|
|
2126
|
-
return (d,
|
|
2161
|
+
]), { theme: u } = G(), { property: p } = l(e, ["settings", "value"]);
|
|
2162
|
+
return (d, m) => {
|
|
2127
2163
|
const f = M("v-radio-group");
|
|
2128
|
-
return _(), $(i(
|
|
2164
|
+
return _(), $(i(N), null, {
|
|
2129
2165
|
default: w(() => [
|
|
2130
|
-
|
|
2166
|
+
O(f, {
|
|
2131
2167
|
modelValue: i(p),
|
|
2132
|
-
"onUpdate:modelValue":
|
|
2168
|
+
"onUpdate:modelValue": m[0] || (m[0] = (g) => Z(p) ? p.value = g : null),
|
|
2133
2169
|
density: i(o),
|
|
2134
2170
|
direction: i(s),
|
|
2135
2171
|
disabled: i(r),
|
|
2136
2172
|
inline: i(a),
|
|
2137
2173
|
readonly: i(c),
|
|
2138
|
-
theme: i(
|
|
2174
|
+
theme: i(u)
|
|
2139
2175
|
}, {
|
|
2140
2176
|
default: w(() => [
|
|
2141
2177
|
R(d.$slots, "default")
|
|
@@ -2147,7 +2183,7 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2147
2183
|
});
|
|
2148
2184
|
};
|
|
2149
2185
|
}
|
|
2150
|
-
}),
|
|
2186
|
+
}), js = /* @__PURE__ */ I({
|
|
2151
2187
|
__name: "index",
|
|
2152
2188
|
props: {
|
|
2153
2189
|
id: {},
|
|
@@ -2164,16 +2200,16 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2164
2200
|
]), { property: a } = l(e, [
|
|
2165
2201
|
"settings",
|
|
2166
2202
|
"hideDetails"
|
|
2167
|
-
]), { property: c } = l(e, ["settings", "label"]), { property:
|
|
2203
|
+
]), { property: c } = l(e, ["settings", "label"]), { property: u } = l(e, ["settings", "max"]), { property: p } = l(e, ["settings", "min"]), { property: d } = l(e, [
|
|
2168
2204
|
"settings",
|
|
2169
2205
|
"readonly"
|
|
2170
|
-
]), { property:
|
|
2206
|
+
]), { property: m } = l(e, [
|
|
2171
2207
|
"settings",
|
|
2172
2208
|
"showTicks"
|
|
2173
2209
|
]), f = k(() => {
|
|
2174
|
-
if (
|
|
2210
|
+
if (m.value === "always")
|
|
2175
2211
|
return "always";
|
|
2176
|
-
if (
|
|
2212
|
+
if (m.value === "show")
|
|
2177
2213
|
return !0;
|
|
2178
2214
|
}), { property: g } = l(e, ["settings", "step"]), { theme: b } = G(), { property: v } = l(e, [
|
|
2179
2215
|
"settings",
|
|
@@ -2190,11 +2226,11 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2190
2226
|
if (!C.value)
|
|
2191
2227
|
return;
|
|
2192
2228
|
const D = {};
|
|
2193
|
-
for (const { value:
|
|
2194
|
-
D[
|
|
2229
|
+
for (const { value: L, label: H } of C.value)
|
|
2230
|
+
D[L] = H;
|
|
2195
2231
|
if (!ko(D))
|
|
2196
2232
|
return D;
|
|
2197
|
-
}), { property:
|
|
2233
|
+
}), { property: F } = l(e, [
|
|
2198
2234
|
"settings",
|
|
2199
2235
|
"tickSize"
|
|
2200
2236
|
]), { property: W } = l(e, [
|
|
@@ -2205,25 +2241,25 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2205
2241
|
"settings",
|
|
2206
2242
|
"value",
|
|
2207
2243
|
"end"
|
|
2208
|
-
]),
|
|
2244
|
+
]), j = k({
|
|
2209
2245
|
get: () => [W.value, U.value],
|
|
2210
|
-
set: ([D,
|
|
2211
|
-
W.value = D, U.value =
|
|
2246
|
+
set: ([D, L]) => {
|
|
2247
|
+
W.value = D, U.value = L;
|
|
2212
2248
|
}
|
|
2213
2249
|
});
|
|
2214
|
-
return (D,
|
|
2250
|
+
return (D, L) => {
|
|
2215
2251
|
const H = M("v-range-slider");
|
|
2216
|
-
return _(), $(i(
|
|
2252
|
+
return _(), $(i(N), { block: "" }, {
|
|
2217
2253
|
default: w(() => [
|
|
2218
|
-
|
|
2219
|
-
modelValue:
|
|
2220
|
-
"onUpdate:modelValue":
|
|
2254
|
+
O(H, {
|
|
2255
|
+
modelValue: j.value,
|
|
2256
|
+
"onUpdate:modelValue": L[0] || (L[0] = (ee) => j.value = ee),
|
|
2221
2257
|
density: i(o),
|
|
2222
2258
|
direction: i(s),
|
|
2223
2259
|
disabled: i(r),
|
|
2224
2260
|
"hide-details": i(a),
|
|
2225
2261
|
label: i(c),
|
|
2226
|
-
max: i(
|
|
2262
|
+
max: i(u),
|
|
2227
2263
|
min: i(p),
|
|
2228
2264
|
readonly: i(d),
|
|
2229
2265
|
"show-ticks": f.value,
|
|
@@ -2231,7 +2267,7 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2231
2267
|
theme: i(b),
|
|
2232
2268
|
"thumb-label": h.value,
|
|
2233
2269
|
"thumb-size": i(x),
|
|
2234
|
-
"tick-size": i(
|
|
2270
|
+
"tick-size": i(F),
|
|
2235
2271
|
ticks: V.value
|
|
2236
2272
|
}, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "label", "max", "min", "readonly", "show-ticks", "step", "theme", "thumb-label", "thumb-size", "tick-size", "ticks"])
|
|
2237
2273
|
]),
|
|
@@ -2256,23 +2292,23 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2256
2292
|
]), { property: a } = l(e, [
|
|
2257
2293
|
"settings",
|
|
2258
2294
|
"halfIncrements"
|
|
2259
|
-
]), { property: c } = l(e, ["settings", "hover"]), { property:
|
|
2295
|
+
]), { property: c } = l(e, ["settings", "hover"]), { property: u } = l(e, ["settings", "length"]), { property: p } = l(e, [
|
|
2260
2296
|
"settings",
|
|
2261
2297
|
"readonly"
|
|
2262
|
-
]), { theme: d } = G(), { property:
|
|
2298
|
+
]), { theme: d } = G(), { property: m } = l(e, ["settings", "value"]);
|
|
2263
2299
|
return (f, g) => {
|
|
2264
2300
|
const b = M("v-rating");
|
|
2265
|
-
return _(), $(i(
|
|
2301
|
+
return _(), $(i(N), null, {
|
|
2266
2302
|
default: w(() => [
|
|
2267
|
-
|
|
2268
|
-
modelValue: i(
|
|
2269
|
-
"onUpdate:modelValue": g[0] || (g[0] = (v) => Z(
|
|
2303
|
+
O(b, {
|
|
2304
|
+
modelValue: i(m),
|
|
2305
|
+
"onUpdate:modelValue": g[0] || (g[0] = (v) => Z(m) ? m.value = v : null),
|
|
2270
2306
|
clearable: i(o),
|
|
2271
2307
|
density: i(s),
|
|
2272
2308
|
disabled: i(r),
|
|
2273
2309
|
"half-increments": i(a),
|
|
2274
2310
|
hover: i(c),
|
|
2275
|
-
length: i(
|
|
2311
|
+
length: i(u),
|
|
2276
2312
|
readonly: i(p),
|
|
2277
2313
|
theme: i(d)
|
|
2278
2314
|
}, null, 8, ["modelValue", "clearable", "density", "disabled", "half-increments", "hover", "length", "readonly", "theme"])
|
|
@@ -2301,20 +2337,20 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2301
2337
|
]), { property: c } = l(e, [
|
|
2302
2338
|
"settings",
|
|
2303
2339
|
"singleLine"
|
|
2304
|
-
]), { theme:
|
|
2305
|
-
return (d,
|
|
2340
|
+
]), { theme: u } = G(), { property: p } = l(e, ["settings", "value"]);
|
|
2341
|
+
return (d, m) => {
|
|
2306
2342
|
const f = M("v-select");
|
|
2307
|
-
return _(), $(i(
|
|
2343
|
+
return _(), $(i(N), { block: "" }, {
|
|
2308
2344
|
default: w(() => [
|
|
2309
|
-
|
|
2345
|
+
O(f, {
|
|
2310
2346
|
modelValue: i(p),
|
|
2311
|
-
"onUpdate:modelValue":
|
|
2347
|
+
"onUpdate:modelValue": m[0] || (m[0] = (g) => Z(p) ? p.value = g : null),
|
|
2312
2348
|
"hide-details": i(o),
|
|
2313
2349
|
label: i(s),
|
|
2314
2350
|
placeholder: i(r),
|
|
2315
2351
|
readonly: i(a),
|
|
2316
2352
|
"single-line": i(c),
|
|
2317
|
-
theme: i(
|
|
2353
|
+
theme: i(u)
|
|
2318
2354
|
}, null, 8, ["modelValue", "hide-details", "label", "placeholder", "readonly", "single-line", "theme"])
|
|
2319
2355
|
]),
|
|
2320
2356
|
_: 1
|
|
@@ -2338,7 +2374,7 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2338
2374
|
]), { property: c } = l(e, [
|
|
2339
2375
|
"settings",
|
|
2340
2376
|
"hideDetails"
|
|
2341
|
-
]), { property:
|
|
2377
|
+
]), { property: u } = l(e, ["settings", "label"]), { property: p } = l(e, ["settings", "max"]), { property: d } = l(e, ["settings", "min"]), { property: m } = l(e, [
|
|
2342
2378
|
"settings",
|
|
2343
2379
|
"readonly"
|
|
2344
2380
|
]), { property: f } = l(e, ["settings", "reverse"]), { property: g } = l(e, [
|
|
@@ -2355,7 +2391,7 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2355
2391
|
]), { color: C } = q(x), { property: V } = l(e, [
|
|
2356
2392
|
"settings",
|
|
2357
2393
|
"thumbLabel"
|
|
2358
|
-
]),
|
|
2394
|
+
]), F = k(() => {
|
|
2359
2395
|
if (V.value === "always")
|
|
2360
2396
|
return "always";
|
|
2361
2397
|
if (V.value === "show")
|
|
@@ -2363,7 +2399,7 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2363
2399
|
}), { property: W } = l(e, [
|
|
2364
2400
|
"settings",
|
|
2365
2401
|
"thumbSize"
|
|
2366
|
-
]), { property: U } = l(e, ["settings", "ticks"]),
|
|
2402
|
+
]), { property: U } = l(e, ["settings", "ticks"]), j = k(() => {
|
|
2367
2403
|
if (!U.value)
|
|
2368
2404
|
return;
|
|
2369
2405
|
const fe = {};
|
|
@@ -2374,40 +2410,40 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2374
2410
|
}), { property: D } = l(e, [
|
|
2375
2411
|
"settings",
|
|
2376
2412
|
"tickSize"
|
|
2377
|
-
]), { property:
|
|
2413
|
+
]), { property: L } = l(e, [
|
|
2378
2414
|
"settings",
|
|
2379
2415
|
"trackColor"
|
|
2380
|
-
]), { color: H } = q(
|
|
2416
|
+
]), { color: H } = q(L), { property: ee } = l(e, ["settings", "value"]), { property: ae } = l(e, ["slots", "append"]), { property: Ce } = l(e, ["slots", "prepend"]);
|
|
2381
2417
|
return (fe, Je) => {
|
|
2382
2418
|
const lt = M("v-slider");
|
|
2383
|
-
return _(), $(i(
|
|
2419
|
+
return _(), $(i(N), { block: "" }, {
|
|
2384
2420
|
default: w(() => [
|
|
2385
|
-
|
|
2421
|
+
O(lt, {
|
|
2386
2422
|
modelValue: i(ee),
|
|
2387
|
-
"onUpdate:modelValue": Je[0] || (Je[0] = (
|
|
2423
|
+
"onUpdate:modelValue": Je[0] || (Je[0] = (jo) => Z(ee) ? ee.value = jo : null),
|
|
2388
2424
|
color: i(s),
|
|
2389
2425
|
direction: i(r),
|
|
2390
2426
|
disabled: i(a),
|
|
2391
2427
|
"hide-details": i(c),
|
|
2392
|
-
label: i(
|
|
2428
|
+
label: i(u),
|
|
2393
2429
|
max: i(p),
|
|
2394
2430
|
min: i(d),
|
|
2395
|
-
readonly: i(
|
|
2431
|
+
readonly: i(m),
|
|
2396
2432
|
reverse: i(f),
|
|
2397
2433
|
"show-ticks": b.value,
|
|
2398
2434
|
step: i(v),
|
|
2399
2435
|
theme: i(h),
|
|
2400
2436
|
"thumb-color": i(C),
|
|
2401
|
-
"thumb-label":
|
|
2437
|
+
"thumb-label": F.value,
|
|
2402
2438
|
"thumb-size": i(W),
|
|
2403
2439
|
"tick-size": i(D),
|
|
2404
|
-
ticks:
|
|
2440
|
+
ticks: j.value,
|
|
2405
2441
|
"track-color": i(H)
|
|
2406
|
-
},
|
|
2442
|
+
}, Ft({ _: 2 }, [
|
|
2407
2443
|
i(ae) ? {
|
|
2408
2444
|
name: "append",
|
|
2409
2445
|
fn: w(() => [
|
|
2410
|
-
|
|
2446
|
+
O(i(ke), {
|
|
2411
2447
|
id: "append",
|
|
2412
2448
|
"ref-context": { compId: i(ae) },
|
|
2413
2449
|
state: {}
|
|
@@ -2418,7 +2454,7 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2418
2454
|
i(Ce) ? {
|
|
2419
2455
|
name: "prepend",
|
|
2420
2456
|
fn: w(() => [
|
|
2421
|
-
|
|
2457
|
+
O(i(ke), {
|
|
2422
2458
|
id: "prepend",
|
|
2423
2459
|
"ref-context": { compId: i(Ce) },
|
|
2424
2460
|
state: {}
|
|
@@ -2445,8 +2481,8 @@ const vs = /* @__PURE__ */ Le(hs, [["render", _s]]), xs = /* @__PURE__ */ I({
|
|
|
2445
2481
|
"hideActions"
|
|
2446
2482
|
]), { theme: s } = G(), { property: r } = l(e, ["settings", "value"]);
|
|
2447
2483
|
return (a, c) => {
|
|
2448
|
-
const
|
|
2449
|
-
return _(), $(
|
|
2484
|
+
const u = M("v-stepper");
|
|
2485
|
+
return _(), $(u, {
|
|
2450
2486
|
modelValue: i(r),
|
|
2451
2487
|
"onUpdate:modelValue": c[0] || (c[0] = (p) => Z(r) ? r.value = p : null),
|
|
2452
2488
|
"hide-actions": i(o),
|
|
@@ -2469,7 +2505,7 @@ function Xs(t, n) {
|
|
|
2469
2505
|
_: 3
|
|
2470
2506
|
});
|
|
2471
2507
|
}
|
|
2472
|
-
const Ys = /* @__PURE__ */
|
|
2508
|
+
const Ys = /* @__PURE__ */ Ae(qs, [["render", Xs]]), Zs = /* @__PURE__ */ I({
|
|
2473
2509
|
__name: "index",
|
|
2474
2510
|
props: {
|
|
2475
2511
|
id: {},
|
|
@@ -2498,7 +2534,7 @@ function el(t, n) {
|
|
|
2498
2534
|
_: 3
|
|
2499
2535
|
});
|
|
2500
2536
|
}
|
|
2501
|
-
const tl = /* @__PURE__ */
|
|
2537
|
+
const tl = /* @__PURE__ */ Ae(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
2502
2538
|
__name: "index",
|
|
2503
2539
|
props: {
|
|
2504
2540
|
id: {},
|
|
@@ -2537,12 +2573,12 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2537
2573
|
]), { property: c } = l(e, [
|
|
2538
2574
|
"settings",
|
|
2539
2575
|
"indeterminate"
|
|
2540
|
-
]), { property:
|
|
2576
|
+
]), { property: u } = l(e, ["settings", "inline"]), { property: p } = l(e, ["settings", "inset"]), { property: d } = l(e, ["settings", "label"]), { property: m } = l(e, ["settings", "loading"]), { theme: f } = G(), { property: g } = l(e, ["settings", "value"]);
|
|
2541
2577
|
return (b, v) => {
|
|
2542
2578
|
const h = M("v-switch");
|
|
2543
|
-
return _(), $(i(
|
|
2579
|
+
return _(), $(i(N), { "fit-content": !0 }, {
|
|
2544
2580
|
default: w(() => [
|
|
2545
|
-
|
|
2581
|
+
O(h, {
|
|
2546
2582
|
modelValue: i(g),
|
|
2547
2583
|
"onUpdate:modelValue": v[0] || (v[0] = (x) => Z(g) ? g.value = x : null),
|
|
2548
2584
|
density: i(o),
|
|
@@ -2550,10 +2586,10 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2550
2586
|
disabled: i(r),
|
|
2551
2587
|
"hide-details": i(a),
|
|
2552
2588
|
indeterminate: i(c),
|
|
2553
|
-
inline: i(
|
|
2589
|
+
inline: i(u),
|
|
2554
2590
|
inset: i(p),
|
|
2555
2591
|
label: i(d),
|
|
2556
|
-
loading: i(
|
|
2592
|
+
loading: i(m),
|
|
2557
2593
|
theme: i(f)
|
|
2558
2594
|
}, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "indeterminate", "inline", "inset", "label", "loading", "theme"])
|
|
2559
2595
|
]),
|
|
@@ -2570,14 +2606,14 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2570
2606
|
},
|
|
2571
2607
|
setup(t) {
|
|
2572
2608
|
const n = t, { node: e } = P(n), o = J(), { property: s } = l(e, ["settings", "text"]), { theme: r } = G(), { property: a } = l(e, ["settings", "value"]), c = k(() => {
|
|
2573
|
-
const
|
|
2574
|
-
return o === "editor" && (
|
|
2609
|
+
const u = {};
|
|
2610
|
+
return o === "editor" && (u.pointerEvents = "none"), u;
|
|
2575
2611
|
});
|
|
2576
|
-
return (
|
|
2612
|
+
return (u, p) => {
|
|
2577
2613
|
const d = M("v-tab");
|
|
2578
|
-
return _(), $(i(
|
|
2614
|
+
return _(), $(i(N), null, {
|
|
2579
2615
|
default: w(() => [
|
|
2580
|
-
|
|
2616
|
+
O(d, {
|
|
2581
2617
|
style: re(c.value),
|
|
2582
2618
|
text: i(s),
|
|
2583
2619
|
theme: i(r),
|
|
@@ -2610,10 +2646,10 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2610
2646
|
"settings",
|
|
2611
2647
|
"color",
|
|
2612
2648
|
"selectedColor"
|
|
2613
|
-
]), { color:
|
|
2649
|
+
]), { color: u } = q(c), { property: p } = l(e, ["settings", "density"]), { property: d } = l(e, [
|
|
2614
2650
|
"settings",
|
|
2615
2651
|
"direction"
|
|
2616
|
-
]), { property:
|
|
2652
|
+
]), { property: m } = l(e, [
|
|
2617
2653
|
"settings",
|
|
2618
2654
|
"disabled"
|
|
2619
2655
|
]), { property: f } = l(e, [
|
|
@@ -2632,21 +2668,21 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2632
2668
|
"settings",
|
|
2633
2669
|
"color",
|
|
2634
2670
|
"sliderColor"
|
|
2635
|
-
]), { color: V } = q(C), { property:
|
|
2636
|
-
return (
|
|
2637
|
-
const
|
|
2638
|
-
return _(), $(i(
|
|
2671
|
+
]), { color: V } = q(C), { property: F } = l(e, ["settings", "stacked"]), { theme: W } = G(), { property: U } = l(e, ["settings", "value"]);
|
|
2672
|
+
return (j, D) => {
|
|
2673
|
+
const L = M("v-tabs");
|
|
2674
|
+
return _(), $(i(N), { block: "" }, {
|
|
2639
2675
|
default: w(() => [
|
|
2640
|
-
|
|
2676
|
+
O(L, {
|
|
2641
2677
|
modelValue: i(U),
|
|
2642
2678
|
"onUpdate:modelValue": D[0] || (D[0] = (H) => Z(U) ? U.value = H : null),
|
|
2643
2679
|
"align-tabs": i(o),
|
|
2644
2680
|
"bg-color": i(r),
|
|
2645
2681
|
"center-active": i(a),
|
|
2646
|
-
color: i(
|
|
2682
|
+
color: i(u),
|
|
2647
2683
|
density: i(p),
|
|
2648
2684
|
direction: i(d),
|
|
2649
|
-
disabled: i(
|
|
2685
|
+
disabled: i(m),
|
|
2650
2686
|
"fixed-tabs": i(f),
|
|
2651
2687
|
grow: i(g),
|
|
2652
2688
|
"hide-slider": i(b),
|
|
@@ -2654,11 +2690,11 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2654
2690
|
mandatory: i(h),
|
|
2655
2691
|
"show-arrows": i(x),
|
|
2656
2692
|
"slider-color": i(V),
|
|
2657
|
-
stacked: i(
|
|
2693
|
+
stacked: i(F),
|
|
2658
2694
|
theme: i(W)
|
|
2659
2695
|
}, {
|
|
2660
2696
|
default: w(() => [
|
|
2661
|
-
R(
|
|
2697
|
+
R(j.$slots, "default")
|
|
2662
2698
|
]),
|
|
2663
2699
|
_: 3
|
|
2664
2700
|
}, 8, ["modelValue", "align-tabs", "bg-color", "center-active", "color", "density", "direction", "disabled", "fixed-tabs", "grow", "hide-slider", "items", "mandatory", "show-arrows", "slider-color", "stacked", "theme"])
|
|
@@ -2681,15 +2717,15 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2681
2717
|
]), { property: a } = l(e, [
|
|
2682
2718
|
"settings",
|
|
2683
2719
|
"emphasis"
|
|
2684
|
-
]), { property: c } = l(e, ["settings", "italic"]), { property:
|
|
2685
|
-
const
|
|
2686
|
-
return g &&
|
|
2720
|
+
]), { property: c } = l(e, ["settings", "italic"]), { property: u } = l(e, ["settings", "text"]), { property: p } = l(e, ["settings", "weight"]), d = k(() => {
|
|
2721
|
+
const m = [], f = Xe(o.value.width), g = We(f, e.value.settings?.style);
|
|
2722
|
+
return g && m.push(`text-${g}`), a.value === "high" ? m.push("text-high-emphasis") : a.value === "medium" ? m.push("text-medium-emphasis") : a.value === "disabled" && m.push("text-disabled"), s.value && m.push(`font-${s.value}`), r.value && m.push(`text-decoration-${r.value}`), p.value && m.push(`font-weight-${p.value}`), c.value && m.push("font-italic"), m.join(" ");
|
|
2687
2723
|
});
|
|
2688
|
-
return (
|
|
2724
|
+
return (m, f) => (_(), $(i(N), null, {
|
|
2689
2725
|
default: w(() => [
|
|
2690
2726
|
te("span", {
|
|
2691
2727
|
class: Xo(d.value)
|
|
2692
|
-
}, Yo(i(
|
|
2728
|
+
}, Yo(i(u)), 3)
|
|
2693
2729
|
]),
|
|
2694
2730
|
_: 1
|
|
2695
2731
|
}));
|
|
@@ -2711,10 +2747,10 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2711
2747
|
]), { property: r } = l(e, ["settings", "density"]), { property: a } = l(e, [
|
|
2712
2748
|
"settings",
|
|
2713
2749
|
"disabled"
|
|
2714
|
-
]), { property: c } = l(e, ["settings", "label"]), { property:
|
|
2750
|
+
]), { property: c } = l(e, ["settings", "label"]), { property: u } = l(e, ["settings", "loading"]), { property: p } = l(e, ["settings", "maxRows"]), { property: d } = l(e, [
|
|
2715
2751
|
"settings",
|
|
2716
2752
|
"placeholder"
|
|
2717
|
-
]), { property:
|
|
2753
|
+
]), { property: m } = l(e, [
|
|
2718
2754
|
"settings",
|
|
2719
2755
|
"readonly"
|
|
2720
2756
|
]), { property: f } = l(e, ["settings", "reverse"]), { property: g } = l(e, ["settings", "rows"]), { property: b } = l(e, [
|
|
@@ -2722,10 +2758,10 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2722
2758
|
"singleLine"
|
|
2723
2759
|
]), { theme: v } = G(), { property: h } = l(e, ["settings", "value"]), { property: x } = l(e, ["settings", "variant"]);
|
|
2724
2760
|
return (C, V) => {
|
|
2725
|
-
const
|
|
2726
|
-
return _(), $(i(
|
|
2761
|
+
const F = M("v-textarea");
|
|
2762
|
+
return _(), $(i(N), { block: "" }, {
|
|
2727
2763
|
default: w(() => [
|
|
2728
|
-
F
|
|
2764
|
+
O(F, {
|
|
2729
2765
|
modelValue: i(h),
|
|
2730
2766
|
"onUpdate:modelValue": V[0] || (V[0] = (W) => Z(h) ? h.value = W : null),
|
|
2731
2767
|
"auto-grow": i(o),
|
|
@@ -2733,10 +2769,10 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2733
2769
|
density: i(r),
|
|
2734
2770
|
disabled: i(a),
|
|
2735
2771
|
label: i(c),
|
|
2736
|
-
loading: i(
|
|
2772
|
+
loading: i(u),
|
|
2737
2773
|
"max-rows": i(p),
|
|
2738
2774
|
placeholder: i(d),
|
|
2739
|
-
readonly: i(
|
|
2775
|
+
readonly: i(m),
|
|
2740
2776
|
reverse: i(f),
|
|
2741
2777
|
rows: i(g),
|
|
2742
2778
|
"single-line": i(b),
|
|
@@ -2768,13 +2804,13 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2768
2804
|
]), { property: a } = l(e, [
|
|
2769
2805
|
"settings",
|
|
2770
2806
|
"clearable"
|
|
2771
|
-
]), { property: c } = l(e, ["settings", "density"]), { property:
|
|
2807
|
+
]), { property: c } = l(e, ["settings", "density"]), { property: u } = l(e, [
|
|
2772
2808
|
"settings",
|
|
2773
2809
|
"disabled"
|
|
2774
2810
|
]), { property: p } = l(e, [
|
|
2775
2811
|
"settings",
|
|
2776
2812
|
"hideDetails"
|
|
2777
|
-
]), { property: d } = l(e, ["settings", "label"]), { property:
|
|
2813
|
+
]), { property: d } = l(e, ["settings", "label"]), { property: m } = l(e, ["settings", "loading"]), { property: f } = l(e, [
|
|
2778
2814
|
"settings",
|
|
2779
2815
|
"placeholder"
|
|
2780
2816
|
]), { property: g } = l(e, ["settings", "prefix"]), { property: b } = l(e, [
|
|
@@ -2789,18 +2825,18 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2789
2825
|
]), { property: x } = l(e, ["settings", "reverse"]), { property: C } = l(e, [
|
|
2790
2826
|
"settings",
|
|
2791
2827
|
"singleLine"
|
|
2792
|
-
]), { property: V } = l(e, ["settings", "suffix"]), { theme:
|
|
2828
|
+
]), { property: V } = l(e, ["settings", "suffix"]), { theme: F } = G(), { property: W } = l(e, ["settings", "value"]), { property: U } = l(e, ["settings", "variant"]), { property: j } = l(e, ["slots", "append"]), { property: D } = l(e, [
|
|
2793
2829
|
"slots",
|
|
2794
2830
|
"appendInner"
|
|
2795
|
-
]), { property:
|
|
2831
|
+
]), { property: L } = l(e, ["slots", "prepend"]), { property: H } = l(e, [
|
|
2796
2832
|
"slots",
|
|
2797
2833
|
"prependInner"
|
|
2798
2834
|
]);
|
|
2799
2835
|
return (ee, ae) => {
|
|
2800
2836
|
const Ce = M("v-text-field");
|
|
2801
|
-
return _(), $(i(
|
|
2837
|
+
return _(), $(i(N), { block: "" }, {
|
|
2802
2838
|
default: w(() => [
|
|
2803
|
-
|
|
2839
|
+
O(Ce, {
|
|
2804
2840
|
modelValue: i(W),
|
|
2805
2841
|
"onUpdate:modelValue": ae[0] || (ae[0] = (fe) => Z(W) ? W.value = fe : null),
|
|
2806
2842
|
"append-icon": i(o),
|
|
@@ -2808,10 +2844,10 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2808
2844
|
autofocus: i(r),
|
|
2809
2845
|
clearable: i(a),
|
|
2810
2846
|
density: i(c),
|
|
2811
|
-
disabled: i(
|
|
2847
|
+
disabled: i(u),
|
|
2812
2848
|
"hide-details": i(p),
|
|
2813
2849
|
label: i(d),
|
|
2814
|
-
loading: i(
|
|
2850
|
+
loading: i(m),
|
|
2815
2851
|
placeholder: i(f),
|
|
2816
2852
|
prefix: i(g),
|
|
2817
2853
|
"prepend-icon": i(b),
|
|
@@ -2820,15 +2856,15 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2820
2856
|
reverse: i(x),
|
|
2821
2857
|
"single-line": i(C),
|
|
2822
2858
|
suffix: i(V),
|
|
2823
|
-
theme: i(
|
|
2859
|
+
theme: i(F),
|
|
2824
2860
|
variant: i(U)
|
|
2825
|
-
},
|
|
2826
|
-
i(
|
|
2861
|
+
}, Ft({ _: 2 }, [
|
|
2862
|
+
i(j) ? {
|
|
2827
2863
|
name: "append",
|
|
2828
2864
|
fn: w(() => [
|
|
2829
|
-
|
|
2865
|
+
O(i(ke), {
|
|
2830
2866
|
id: "append",
|
|
2831
|
-
"ref-context": { compId: i(
|
|
2867
|
+
"ref-context": { compId: i(j) },
|
|
2832
2868
|
state: {}
|
|
2833
2869
|
}, null, 8, ["ref-context"])
|
|
2834
2870
|
]),
|
|
@@ -2837,7 +2873,7 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2837
2873
|
i(D) ? {
|
|
2838
2874
|
name: "append-inner",
|
|
2839
2875
|
fn: w(() => [
|
|
2840
|
-
|
|
2876
|
+
O(i(ke), {
|
|
2841
2877
|
id: "append-inner",
|
|
2842
2878
|
"ref-context": { compId: i(D) },
|
|
2843
2879
|
state: {}
|
|
@@ -2845,12 +2881,12 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2845
2881
|
]),
|
|
2846
2882
|
key: "1"
|
|
2847
2883
|
} : void 0,
|
|
2848
|
-
i(
|
|
2884
|
+
i(L) ? {
|
|
2849
2885
|
name: "prepend",
|
|
2850
2886
|
fn: w(() => [
|
|
2851
|
-
|
|
2887
|
+
O(i(ke), {
|
|
2852
2888
|
id: "prepend",
|
|
2853
|
-
"ref-context": { compId: i(
|
|
2889
|
+
"ref-context": { compId: i(L) },
|
|
2854
2890
|
state: {}
|
|
2855
2891
|
}, null, 8, ["ref-context"])
|
|
2856
2892
|
]),
|
|
@@ -2859,7 +2895,7 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2859
2895
|
i(H) ? {
|
|
2860
2896
|
name: "prepend-inner",
|
|
2861
2897
|
fn: w(() => [
|
|
2862
|
-
|
|
2898
|
+
O(i(ke), {
|
|
2863
2899
|
id: "prepend-inner",
|
|
2864
2900
|
"ref-context": { compId: i(H) },
|
|
2865
2901
|
state: {}
|
|
@@ -2888,7 +2924,7 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2888
2924
|
"settings",
|
|
2889
2925
|
"dot",
|
|
2890
2926
|
"color"
|
|
2891
|
-
]), { color: c } = q(a), { property:
|
|
2927
|
+
]), { color: c } = q(a), { property: u } = l(e, [
|
|
2892
2928
|
"settings",
|
|
2893
2929
|
"dot",
|
|
2894
2930
|
"fill"
|
|
@@ -2899,7 +2935,7 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2899
2935
|
"settings",
|
|
2900
2936
|
"line",
|
|
2901
2937
|
"color"
|
|
2902
|
-
]), { color:
|
|
2938
|
+
]), { color: m } = q(d), { property: f } = l(e, [
|
|
2903
2939
|
"settings",
|
|
2904
2940
|
"line",
|
|
2905
2941
|
"inset"
|
|
@@ -2919,9 +2955,9 @@ const tl = /* @__PURE__ */ Le(Qs, [["render", el]]), nl = /* @__PURE__ */ I({
|
|
|
2919
2955
|
density: i(s),
|
|
2920
2956
|
direction: i(r),
|
|
2921
2957
|
"dot-color": i(c),
|
|
2922
|
-
"fill-dot": i(
|
|
2958
|
+
"fill-dot": i(u),
|
|
2923
2959
|
"hide-opposite": i(p),
|
|
2924
|
-
"line-color": i(
|
|
2960
|
+
"line-color": i(m),
|
|
2925
2961
|
"line-inset": i(f),
|
|
2926
2962
|
"line-thickness": i(g),
|
|
2927
2963
|
side: i(b),
|
|
@@ -2945,7 +2981,7 @@ function ml(t, n) {
|
|
|
2945
2981
|
_: 3
|
|
2946
2982
|
});
|
|
2947
2983
|
}
|
|
2948
|
-
const pl = /* @__PURE__ */
|
|
2984
|
+
const pl = /* @__PURE__ */ Ae(ul, [["render", ml]]), dl = /* @__PURE__ */ I({
|
|
2949
2985
|
__name: "index",
|
|
2950
2986
|
props: {
|
|
2951
2987
|
id: {},
|
|
@@ -2965,8 +3001,8 @@ const pl = /* @__PURE__ */ Le(ul, [["render", ml]]), dl = /* @__PURE__ */ I({
|
|
|
2965
3001
|
]), { property: a } = l(e, ["settings", "reverse"]), { property: c } = l(e, [
|
|
2966
3002
|
"settings",
|
|
2967
3003
|
"showArrows"
|
|
2968
|
-
]), { property:
|
|
2969
|
-
return (
|
|
3004
|
+
]), { property: u } = l(e, ["settings", "touch"]), { theme: p } = G(), { property: d } = l(e, ["settings", "value"]);
|
|
3005
|
+
return (m, f) => {
|
|
2970
3006
|
const g = M("v-window");
|
|
2971
3007
|
return _(), $(g, {
|
|
2972
3008
|
modelValue: i(d),
|
|
@@ -2977,10 +3013,10 @@ const pl = /* @__PURE__ */ Le(ul, [["render", ml]]), dl = /* @__PURE__ */ I({
|
|
|
2977
3013
|
reverse: i(a),
|
|
2978
3014
|
"show-arrows": i(c),
|
|
2979
3015
|
theme: i(p),
|
|
2980
|
-
touch: i(
|
|
3016
|
+
touch: i(u)
|
|
2981
3017
|
}, {
|
|
2982
3018
|
default: w(() => [
|
|
2983
|
-
R(
|
|
3019
|
+
R(m.$slots, "default")
|
|
2984
3020
|
]),
|
|
2985
3021
|
_: 3
|
|
2986
3022
|
}, 8, ["modelValue", "continuous", "direction", "disabled", "reverse", "show-arrows", "theme", "touch"]);
|
|
@@ -2996,7 +3032,7 @@ function yl(t, n) {
|
|
|
2996
3032
|
_: 3
|
|
2997
3033
|
});
|
|
2998
3034
|
}
|
|
2999
|
-
const bl = /* @__PURE__ */
|
|
3035
|
+
const bl = /* @__PURE__ */ Ae(fl, [["render", yl]]), y = {
|
|
3000
3036
|
key: "basic",
|
|
3001
3037
|
name: "x-runtime-lib.basic",
|
|
3002
3038
|
children: [
|
|
@@ -3058,7 +3094,7 @@ const bl = /* @__PURE__ */ Le(fl, [["render", yl]]), y = {
|
|
|
3058
3094
|
]
|
|
3059
3095
|
}
|
|
3060
3096
|
]
|
|
3061
|
-
}, gl = K(X),
|
|
3097
|
+
}, gl = K(X), Le = {
|
|
3062
3098
|
key: "border",
|
|
3063
3099
|
name: "x-runtime-lib.border",
|
|
3064
3100
|
children: [
|
|
@@ -3170,7 +3206,7 @@ const bl = /* @__PURE__ */ Le(fl, [["render", yl]]), y = {
|
|
|
3170
3206
|
default: ""
|
|
3171
3207
|
}
|
|
3172
3208
|
]
|
|
3173
|
-
},
|
|
3209
|
+
}, Te = {
|
|
3174
3210
|
key: "padding",
|
|
3175
3211
|
name: "x-runtime-lib.padding",
|
|
3176
3212
|
children: [
|
|
@@ -3475,7 +3511,7 @@ const bl = /* @__PURE__ */ Le(fl, [["render", yl]]), y = {
|
|
|
3475
3511
|
}, hl = {
|
|
3476
3512
|
key: "scene_orthographic_camera_v1",
|
|
3477
3513
|
name: "x-runtime-lib.orthographicCamera",
|
|
3478
|
-
comp:
|
|
3514
|
+
comp: Ai,
|
|
3479
3515
|
properties: {
|
|
3480
3516
|
pageScene: [y, Q, mn],
|
|
3481
3517
|
compScene: [y, Q, mn]
|
|
@@ -3579,13 +3615,13 @@ function wl(t, n) {
|
|
|
3579
3615
|
console.error(`boxGeometryV1/spawn property tag not found, ${e}`);
|
|
3580
3616
|
return;
|
|
3581
3617
|
}
|
|
3582
|
-
const s =
|
|
3618
|
+
const s = Oe.properties[o];
|
|
3583
3619
|
if (!s) {
|
|
3584
3620
|
console.error(`boxGeometryV1/spawn properties not found, ${e}`);
|
|
3585
3621
|
return;
|
|
3586
3622
|
}
|
|
3587
|
-
const r =
|
|
3588
|
-
|
|
3623
|
+
const r = T();
|
|
3624
|
+
A(r, s), r.basic.id = z(16), r.basic.key = Oe.key, r.transform = {
|
|
3589
3625
|
position: {
|
|
3590
3626
|
x: 0,
|
|
3591
3627
|
y: 0,
|
|
@@ -3604,7 +3640,7 @@ function wl(t, n) {
|
|
|
3604
3640
|
};
|
|
3605
3641
|
const a = Sl(t, n), c = $l(t, n);
|
|
3606
3642
|
return {
|
|
3607
|
-
|
|
3643
|
+
nodeLite: E(r, [a.nodeLite, c.nodeLite]),
|
|
3608
3644
|
nodes: {
|
|
3609
3645
|
[r.basic.id]: r,
|
|
3610
3646
|
...a.nodes,
|
|
@@ -3627,8 +3663,8 @@ function Sl(t, n) {
|
|
|
3627
3663
|
);
|
|
3628
3664
|
return;
|
|
3629
3665
|
}
|
|
3630
|
-
const r =
|
|
3631
|
-
return
|
|
3666
|
+
const r = T();
|
|
3667
|
+
return A(r, s), r.basic.id = z(16), r.basic.key = yt.key, r.settings = {
|
|
3632
3668
|
width: 1,
|
|
3633
3669
|
height: 1,
|
|
3634
3670
|
depth: 1,
|
|
@@ -3636,7 +3672,7 @@ function Sl(t, n) {
|
|
|
3636
3672
|
heightSegements: 1,
|
|
3637
3673
|
depthSegements: 1
|
|
3638
3674
|
}, {
|
|
3639
|
-
|
|
3675
|
+
nodeLite: E(r),
|
|
3640
3676
|
nodes: {
|
|
3641
3677
|
[r.basic.id]: r
|
|
3642
3678
|
}
|
|
@@ -3657,9 +3693,9 @@ function $l(t, n) {
|
|
|
3657
3693
|
);
|
|
3658
3694
|
return;
|
|
3659
3695
|
}
|
|
3660
|
-
const r =
|
|
3661
|
-
return
|
|
3662
|
-
|
|
3696
|
+
const r = T();
|
|
3697
|
+
return A(r, s), r.basic.id = z(16), r.basic.key = De.key, {
|
|
3698
|
+
nodeLite: E(r),
|
|
3663
3699
|
nodes: {
|
|
3664
3700
|
[r.basic.id]: r
|
|
3665
3701
|
}
|
|
@@ -3712,7 +3748,7 @@ const dn = {
|
|
|
3712
3748
|
}, yt = {
|
|
3713
3749
|
key: "scene_box_geometry_v1",
|
|
3714
3750
|
name: "x-runtime-lib.boxGeometry",
|
|
3715
|
-
comp:
|
|
3751
|
+
comp: Oi,
|
|
3716
3752
|
properties: {
|
|
3717
3753
|
pageScene: [y, dn],
|
|
3718
3754
|
compScene: [y, dn]
|
|
@@ -3730,13 +3766,13 @@ function Cl(t, n) {
|
|
|
3730
3766
|
console.error(`sphereGeometryV1/spawn property tag not found, ${e}`);
|
|
3731
3767
|
return;
|
|
3732
3768
|
}
|
|
3733
|
-
const s =
|
|
3769
|
+
const s = Oe.properties[o];
|
|
3734
3770
|
if (!s) {
|
|
3735
3771
|
console.error(`sphereGeometryV1/spawn properties not found, ${e}`);
|
|
3736
3772
|
return;
|
|
3737
3773
|
}
|
|
3738
|
-
const r =
|
|
3739
|
-
|
|
3774
|
+
const r = T();
|
|
3775
|
+
A(r, s), r.basic.id = z(16), r.basic.key = Oe.key, r.transform = {
|
|
3740
3776
|
position: {
|
|
3741
3777
|
x: 0,
|
|
3742
3778
|
y: 0,
|
|
@@ -3755,7 +3791,7 @@ function Cl(t, n) {
|
|
|
3755
3791
|
};
|
|
3756
3792
|
const a = Il(t, n), c = Vl(t, n);
|
|
3757
3793
|
return {
|
|
3758
|
-
|
|
3794
|
+
nodeLite: E(r, [a.nodeLite, c.nodeLite]),
|
|
3759
3795
|
nodes: {
|
|
3760
3796
|
[r.basic.id]: r,
|
|
3761
3797
|
...a.nodes,
|
|
@@ -3778,8 +3814,8 @@ function Il(t, n) {
|
|
|
3778
3814
|
);
|
|
3779
3815
|
return;
|
|
3780
3816
|
}
|
|
3781
|
-
const r =
|
|
3782
|
-
return
|
|
3817
|
+
const r = T();
|
|
3818
|
+
return A(r, s), r.basic.id = z(16), r.basic.key = bt.key, r.settings = {
|
|
3783
3819
|
radius: 1,
|
|
3784
3820
|
widthSegements: 32,
|
|
3785
3821
|
heightSegements: 16,
|
|
@@ -3788,7 +3824,7 @@ function Il(t, n) {
|
|
|
3788
3824
|
thetaStart: 0,
|
|
3789
3825
|
thetaLength: 3.141592653589793
|
|
3790
3826
|
}, {
|
|
3791
|
-
|
|
3827
|
+
nodeLite: E(r),
|
|
3792
3828
|
nodes: {
|
|
3793
3829
|
[r.basic.id]: r
|
|
3794
3830
|
}
|
|
@@ -3809,9 +3845,9 @@ function Vl(t, n) {
|
|
|
3809
3845
|
);
|
|
3810
3846
|
return;
|
|
3811
3847
|
}
|
|
3812
|
-
const r =
|
|
3813
|
-
return
|
|
3814
|
-
|
|
3848
|
+
const r = T();
|
|
3849
|
+
return A(r, s), r.basic.id = z(16), r.basic.key = De.key, {
|
|
3850
|
+
nodeLite: E(r),
|
|
3815
3851
|
nodes: {
|
|
3816
3852
|
[r.basic.id]: r
|
|
3817
3853
|
}
|
|
@@ -3872,7 +3908,7 @@ const fn = {
|
|
|
3872
3908
|
}, bt = {
|
|
3873
3909
|
key: "scene_sphere_geometry_v1",
|
|
3874
3910
|
name: "x-runtime-lib.sphereGeometry",
|
|
3875
|
-
comp:
|
|
3911
|
+
comp: Ni,
|
|
3876
3912
|
properties: {
|
|
3877
3913
|
pageScene: [y, fn],
|
|
3878
3914
|
compScene: [y, fn]
|
|
@@ -3931,7 +3967,7 @@ const bn = {
|
|
|
3931
3967
|
default: 1
|
|
3932
3968
|
}
|
|
3933
3969
|
]
|
|
3934
|
-
},
|
|
3970
|
+
}, Ll = {
|
|
3935
3971
|
key: "scene_directional_light_v1",
|
|
3936
3972
|
name: "x-runtime-lib.directionalLight",
|
|
3937
3973
|
comp: Ui,
|
|
@@ -3943,7 +3979,7 @@ const bn = {
|
|
|
3943
3979
|
methods: [],
|
|
3944
3980
|
slots: []
|
|
3945
3981
|
};
|
|
3946
|
-
S(
|
|
3982
|
+
S(Ll);
|
|
3947
3983
|
const rt = K(X);
|
|
3948
3984
|
rt.children[0].default = "custom";
|
|
3949
3985
|
rt.children[2].children[0].default = "0xffffff";
|
|
@@ -4036,7 +4072,7 @@ const hn = {
|
|
|
4036
4072
|
default: 0
|
|
4037
4073
|
}
|
|
4038
4074
|
]
|
|
4039
|
-
},
|
|
4075
|
+
}, Tl = {
|
|
4040
4076
|
key: "scene_spot_light_v1",
|
|
4041
4077
|
name: "x-runtime-lib.spotLight",
|
|
4042
4078
|
comp: Yi,
|
|
@@ -4048,7 +4084,7 @@ const hn = {
|
|
|
4048
4084
|
methods: [],
|
|
4049
4085
|
slots: []
|
|
4050
4086
|
};
|
|
4051
|
-
S(
|
|
4087
|
+
S(Tl);
|
|
4052
4088
|
const De = {
|
|
4053
4089
|
key: "scene_mesh_basic_material_v1",
|
|
4054
4090
|
name: "x-runtime-lib.meshBasicMaterial",
|
|
@@ -4063,7 +4099,7 @@ const De = {
|
|
|
4063
4099
|
leaf: !0
|
|
4064
4100
|
};
|
|
4065
4101
|
S(De);
|
|
4066
|
-
const
|
|
4102
|
+
const El = {
|
|
4067
4103
|
key: "scene_group_v1",
|
|
4068
4104
|
name: "x-runtime-lib.group",
|
|
4069
4105
|
comp: nr,
|
|
@@ -4075,8 +4111,8 @@ const Al = {
|
|
|
4075
4111
|
methods: [],
|
|
4076
4112
|
slots: []
|
|
4077
4113
|
};
|
|
4078
|
-
S(
|
|
4079
|
-
const
|
|
4114
|
+
S(El);
|
|
4115
|
+
const Oe = {
|
|
4080
4116
|
key: "scene_mesh_v1",
|
|
4081
4117
|
name: "x-runtime-lib.mesh",
|
|
4082
4118
|
comp: ir,
|
|
@@ -4088,8 +4124,8 @@ const Fe = {
|
|
|
4088
4124
|
methods: [],
|
|
4089
4125
|
slots: []
|
|
4090
4126
|
};
|
|
4091
|
-
S(
|
|
4092
|
-
function
|
|
4127
|
+
S(Oe);
|
|
4128
|
+
function Al(t, n) {
|
|
4093
4129
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
4094
4130
|
if (!o) {
|
|
4095
4131
|
console.error(`barChartV1/spawn property tag not found, ${e}`);
|
|
@@ -4100,14 +4136,14 @@ function Ll(t, n) {
|
|
|
4100
4136
|
console.error(`barChartV1/spawn properties not found, ${e}`);
|
|
4101
4137
|
return;
|
|
4102
4138
|
}
|
|
4103
|
-
const r =
|
|
4104
|
-
return
|
|
4139
|
+
const r = T();
|
|
4140
|
+
return A(r, s), r.basic.id = z(16), r.basic.key = gt.key, r.size.height = "300px", r.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], r.series = [
|
|
4105
4141
|
{
|
|
4106
4142
|
type: "bar",
|
|
4107
4143
|
data: [120, 200, 150, 80, 70, 110, 130]
|
|
4108
4144
|
}
|
|
4109
4145
|
], {
|
|
4110
|
-
|
|
4146
|
+
nodeLite: E(r),
|
|
4111
4147
|
nodes: {
|
|
4112
4148
|
[r.basic.id]: r
|
|
4113
4149
|
}
|
|
@@ -4143,7 +4179,7 @@ const _n = {
|
|
|
4143
4179
|
compCommon: [y, Y, Qe, et, tt, Ze, _n]
|
|
4144
4180
|
},
|
|
4145
4181
|
leaf: !0,
|
|
4146
|
-
spawn:
|
|
4182
|
+
spawn: Al
|
|
4147
4183
|
};
|
|
4148
4184
|
S(gt);
|
|
4149
4185
|
function Ml(t, n) {
|
|
@@ -4157,14 +4193,14 @@ function Ml(t, n) {
|
|
|
4157
4193
|
console.error(`lineChartV1/spawn properties not found, ${e}`);
|
|
4158
4194
|
return;
|
|
4159
4195
|
}
|
|
4160
|
-
const r =
|
|
4161
|
-
return
|
|
4196
|
+
const r = T();
|
|
4197
|
+
return A(r, s), r.basic.id = z(16), r.basic.key = ht.key, r.size.height = "300px", r.xAxis.data = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], r.series = [
|
|
4162
4198
|
{
|
|
4163
4199
|
type: "line",
|
|
4164
4200
|
data: [120, 200, 150, 80, 70, 110, 130]
|
|
4165
4201
|
}
|
|
4166
4202
|
], {
|
|
4167
|
-
|
|
4203
|
+
nodeLite: E(r),
|
|
4168
4204
|
nodes: {
|
|
4169
4205
|
[r.basic.id]: r
|
|
4170
4206
|
}
|
|
@@ -4273,18 +4309,18 @@ const zo = {
|
|
|
4273
4309
|
key: "settings",
|
|
4274
4310
|
name: "x-runtime-lib.settings",
|
|
4275
4311
|
children: [Me, zo]
|
|
4276
|
-
},
|
|
4312
|
+
}, Ol = {
|
|
4277
4313
|
key: "settings",
|
|
4278
4314
|
name: "x-runtime-lib.settings",
|
|
4279
4315
|
children: [Me]
|
|
4280
|
-
},
|
|
4316
|
+
}, Fl = {
|
|
4281
4317
|
key: "settings",
|
|
4282
4318
|
name: "x-runtime-lib.settings",
|
|
4283
4319
|
children: [Me, zo]
|
|
4284
|
-
},
|
|
4320
|
+
}, Nl = {
|
|
4285
4321
|
key: "startup",
|
|
4286
4322
|
name: "x-runtime-lib.startup"
|
|
4287
|
-
},
|
|
4323
|
+
}, jl = {
|
|
4288
4324
|
key: "screenSizeChange",
|
|
4289
4325
|
name: "x-runtime-lib.screenSizeChange",
|
|
4290
4326
|
params: [
|
|
@@ -4315,11 +4351,11 @@ const zo = {
|
|
|
4315
4351
|
comp: null,
|
|
4316
4352
|
properties: {
|
|
4317
4353
|
pageCommon: [Kl],
|
|
4318
|
-
pageScene: [
|
|
4354
|
+
pageScene: [Ol],
|
|
4319
4355
|
compCommon: [Dl],
|
|
4320
|
-
compScene: [
|
|
4356
|
+
compScene: [Fl]
|
|
4321
4357
|
},
|
|
4322
|
-
events: [
|
|
4358
|
+
events: [Nl, jl, Gl],
|
|
4323
4359
|
internal: !0
|
|
4324
4360
|
};
|
|
4325
4361
|
S(Hl);
|
|
@@ -4379,9 +4415,9 @@ function Jl(t, n) {
|
|
|
4379
4415
|
console.error(`btnV1/spawn properties not found, ${e}`);
|
|
4380
4416
|
return;
|
|
4381
4417
|
}
|
|
4382
|
-
const r =
|
|
4383
|
-
return
|
|
4384
|
-
|
|
4418
|
+
const r = T();
|
|
4419
|
+
return A(r, s), r.basic.id = z(16), r.basic.key = _t.key, r.settings.text = "button", {
|
|
4420
|
+
nodeLite: E(r),
|
|
4385
4421
|
nodes: {
|
|
4386
4422
|
[r.basic.id]: r
|
|
4387
4423
|
}
|
|
@@ -4579,14 +4615,14 @@ function Zl(t, n) {
|
|
|
4579
4615
|
console.error(`cardV1/spawn property tag not found, ${e}`);
|
|
4580
4616
|
return;
|
|
4581
4617
|
}
|
|
4582
|
-
const s =
|
|
4618
|
+
const s = Fe.properties[o];
|
|
4583
4619
|
if (!s) {
|
|
4584
4620
|
console.error(`cardV1/spawn properties not found, ${e}`);
|
|
4585
4621
|
return;
|
|
4586
4622
|
}
|
|
4587
|
-
const r =
|
|
4588
|
-
return
|
|
4589
|
-
|
|
4623
|
+
const r = T();
|
|
4624
|
+
return A(r, s), r.basic.id = z(16), r.basic.key = Fe.key, r.children = [], r.settings.title = "title", r.settings.subtitle = "subtitle", r.settings.text = "text", {
|
|
4625
|
+
nodeLite: E(r),
|
|
4590
4626
|
nodes: {
|
|
4591
4627
|
[r.basic.id]: r
|
|
4592
4628
|
}
|
|
@@ -4647,7 +4683,7 @@ const Cn = {
|
|
|
4647
4683
|
default: !1
|
|
4648
4684
|
}
|
|
4649
4685
|
]
|
|
4650
|
-
},
|
|
4686
|
+
}, Fe = {
|
|
4651
4687
|
key: "common_card_v1",
|
|
4652
4688
|
name: "x-runtime-lib.card",
|
|
4653
4689
|
comp: ks,
|
|
@@ -4657,7 +4693,7 @@ const Cn = {
|
|
|
4657
4693
|
},
|
|
4658
4694
|
spawn: Zl
|
|
4659
4695
|
};
|
|
4660
|
-
S(
|
|
4696
|
+
S(Fe);
|
|
4661
4697
|
const In = {
|
|
4662
4698
|
key: "settings",
|
|
4663
4699
|
name: "x-runtime-lib.settings",
|
|
@@ -4783,26 +4819,26 @@ function ta(t, n) {
|
|
|
4783
4819
|
console.error(`chipGroupV1/spawn properties not found, ${e}`);
|
|
4784
4820
|
return;
|
|
4785
4821
|
}
|
|
4786
|
-
const r =
|
|
4787
|
-
|
|
4788
|
-
const a = Pe(t, n, "chip1", "chip 1"), c = Pe(t, n, "chip2", "chip 2"),
|
|
4822
|
+
const r = T();
|
|
4823
|
+
A(r, s), r.basic.id = z(16), r.basic.key = xt.key;
|
|
4824
|
+
const a = Pe(t, n, "chip1", "chip 1"), c = Pe(t, n, "chip2", "chip 2"), u = Pe(t, n, "chip3", "chip 3"), p = Pe(t, n, "chip4", "chip 4"), d = Pe(t, n, "chip5", "chip 5"), m = Pe(t, n, "chip6", "chip 6");
|
|
4789
4825
|
return {
|
|
4790
|
-
|
|
4791
|
-
a.
|
|
4792
|
-
c.
|
|
4793
|
-
|
|
4794
|
-
p.
|
|
4795
|
-
d.
|
|
4796
|
-
|
|
4826
|
+
nodeLite: E(r, [
|
|
4827
|
+
a.nodeLite,
|
|
4828
|
+
c.nodeLite,
|
|
4829
|
+
u.nodeLite,
|
|
4830
|
+
p.nodeLite,
|
|
4831
|
+
d.nodeLite,
|
|
4832
|
+
m.nodeLite
|
|
4797
4833
|
]),
|
|
4798
4834
|
nodes: {
|
|
4799
4835
|
[r.basic.id]: r,
|
|
4800
4836
|
...a.nodes,
|
|
4801
4837
|
...c.nodes,
|
|
4802
|
-
...
|
|
4838
|
+
...u.nodes,
|
|
4803
4839
|
...p.nodes,
|
|
4804
4840
|
...d.nodes,
|
|
4805
|
-
...
|
|
4841
|
+
...m.nodes
|
|
4806
4842
|
}
|
|
4807
4843
|
};
|
|
4808
4844
|
}
|
|
@@ -4817,9 +4853,9 @@ function Pe(t, n, e, o) {
|
|
|
4817
4853
|
console.error(`chipGroupV1/spawnChip properties not found, ${s}`);
|
|
4818
4854
|
return;
|
|
4819
4855
|
}
|
|
4820
|
-
const c =
|
|
4821
|
-
return
|
|
4822
|
-
|
|
4856
|
+
const c = T();
|
|
4857
|
+
return A(c, a), c.basic.id = z(16), c.basic.key = vt.key, c.settings.value = e, c.settings.text = o, {
|
|
4858
|
+
nodeLite: E(c),
|
|
4823
4859
|
nodes: {
|
|
4824
4860
|
[c.basic.id]: c
|
|
4825
4861
|
}
|
|
@@ -4901,7 +4937,7 @@ const na = {
|
|
|
4901
4937
|
leaf: !0
|
|
4902
4938
|
};
|
|
4903
4939
|
S(na);
|
|
4904
|
-
const
|
|
4940
|
+
const Ln = {
|
|
4905
4941
|
key: "settings",
|
|
4906
4942
|
name: "x-runtime-lib.settings",
|
|
4907
4943
|
children: [
|
|
@@ -4947,8 +4983,8 @@ const Tn = {
|
|
|
4947
4983
|
name: "x-runtime-lib.combobox",
|
|
4948
4984
|
comp: Is,
|
|
4949
4985
|
properties: {
|
|
4950
|
-
pageCommon: [y,
|
|
4951
|
-
compCommon: [y,
|
|
4986
|
+
pageCommon: [y, Ln],
|
|
4987
|
+
compCommon: [y, Ln]
|
|
4952
4988
|
},
|
|
4953
4989
|
leaf: !0
|
|
4954
4990
|
};
|
|
@@ -4965,8 +5001,8 @@ const zn = {
|
|
|
4965
5001
|
name: "x-runtime-lib.container",
|
|
4966
5002
|
comp: Vs,
|
|
4967
5003
|
properties: {
|
|
4968
|
-
pageCommon: [y, Y,
|
|
4969
|
-
compCommon: [y, Y,
|
|
5004
|
+
pageCommon: [y, Y, Le, ze, Te, zn],
|
|
5005
|
+
compCommon: [y, Y, Le, ze, Te, zn]
|
|
4970
5006
|
},
|
|
4971
5007
|
events: [
|
|
4972
5008
|
{
|
|
@@ -4976,7 +5012,7 @@ const zn = {
|
|
|
4976
5012
|
]
|
|
4977
5013
|
};
|
|
4978
5014
|
S(kt);
|
|
4979
|
-
const
|
|
5015
|
+
const Tn = {
|
|
4980
5016
|
key: "size",
|
|
4981
5017
|
name: "x-runtime-lib.size",
|
|
4982
5018
|
children: [
|
|
@@ -4995,7 +5031,7 @@ const En = {
|
|
|
4995
5031
|
default: ""
|
|
4996
5032
|
}
|
|
4997
5033
|
]
|
|
4998
|
-
},
|
|
5034
|
+
}, En = {
|
|
4999
5035
|
key: "settings",
|
|
5000
5036
|
name: "x-runtime-lib.settings",
|
|
5001
5037
|
children: [
|
|
@@ -5103,7 +5139,7 @@ const En = {
|
|
|
5103
5139
|
default: !1
|
|
5104
5140
|
}
|
|
5105
5141
|
]
|
|
5106
|
-
},
|
|
5142
|
+
}, An = {
|
|
5107
5143
|
key: "slots",
|
|
5108
5144
|
name: "x-runtime-lib.slots",
|
|
5109
5145
|
children: [
|
|
@@ -5133,8 +5169,8 @@ const En = {
|
|
|
5133
5169
|
name: "x-runtime-lib.dataTable",
|
|
5134
5170
|
comp: Ps,
|
|
5135
5171
|
properties: {
|
|
5136
|
-
pageCommon: [y, En, An
|
|
5137
|
-
compCommon: [y, En, An
|
|
5172
|
+
pageCommon: [y, Tn, En, An],
|
|
5173
|
+
compCommon: [y, Tn, En, An]
|
|
5138
5174
|
},
|
|
5139
5175
|
leaf: !0
|
|
5140
5176
|
};
|
|
@@ -5142,7 +5178,7 @@ S(ia);
|
|
|
5142
5178
|
const ra = {
|
|
5143
5179
|
key: "common_date_picker_v1",
|
|
5144
5180
|
name: "x-runtime-lib.datePicker",
|
|
5145
|
-
comp:
|
|
5181
|
+
comp: Ls,
|
|
5146
5182
|
properties: {
|
|
5147
5183
|
pageCommon: [y],
|
|
5148
5184
|
compCommon: [y]
|
|
@@ -5153,7 +5189,7 @@ S(ra);
|
|
|
5153
5189
|
const sa = {
|
|
5154
5190
|
key: "common_dialog_v1",
|
|
5155
5191
|
name: "x-runtime-lib.dialog",
|
|
5156
|
-
comp:
|
|
5192
|
+
comp: Ts,
|
|
5157
5193
|
properties: {
|
|
5158
5194
|
pageCommon: [y],
|
|
5159
5195
|
compCommon: [y]
|
|
@@ -5175,10 +5211,10 @@ const Mn = {
|
|
|
5175
5211
|
key: "settings",
|
|
5176
5212
|
name: "x-runtime-lib.settings",
|
|
5177
5213
|
children: []
|
|
5178
|
-
},
|
|
5214
|
+
}, mu = {
|
|
5179
5215
|
key: "common_file_input_v1",
|
|
5180
5216
|
name: "x-runtime-lib.fileInput",
|
|
5181
|
-
comp:
|
|
5217
|
+
comp: Es,
|
|
5182
5218
|
properties: {
|
|
5183
5219
|
pageCommon: [y, Mn],
|
|
5184
5220
|
compCommon: [y, Mn]
|
|
@@ -5217,13 +5253,13 @@ function la(t, n) {
|
|
|
5217
5253
|
console.error(`flexLayoutV1/spawn property tag not found, ${e}`);
|
|
5218
5254
|
return;
|
|
5219
5255
|
}
|
|
5220
|
-
const s =
|
|
5256
|
+
const s = Ne.properties[o];
|
|
5221
5257
|
if (!s) {
|
|
5222
5258
|
console.error(`flexLayoutV1/spawn properties not found, ${e}`);
|
|
5223
5259
|
return;
|
|
5224
5260
|
}
|
|
5225
|
-
const r =
|
|
5226
|
-
|
|
5261
|
+
const r = T();
|
|
5262
|
+
A(r, s), r.basic.id = z(16), r.basic.key = Ne.key;
|
|
5227
5263
|
const a = St(
|
|
5228
5264
|
t,
|
|
5229
5265
|
n,
|
|
@@ -5242,14 +5278,14 @@ function la(t, n) {
|
|
|
5242
5278
|
void 0,
|
|
5243
5279
|
"60px",
|
|
5244
5280
|
void 0
|
|
5245
|
-
),
|
|
5281
|
+
), u = aa(t, n);
|
|
5246
5282
|
return {
|
|
5247
|
-
|
|
5283
|
+
nodeLite: E(r, [a.nodeLite, c.nodeLite, u.nodeLite]),
|
|
5248
5284
|
nodes: {
|
|
5249
5285
|
[r.basic.id]: r,
|
|
5250
5286
|
...a.nodes,
|
|
5251
5287
|
...c.nodes,
|
|
5252
|
-
...
|
|
5288
|
+
...u.nodes
|
|
5253
5289
|
}
|
|
5254
5290
|
};
|
|
5255
5291
|
}
|
|
@@ -5266,8 +5302,8 @@ function aa(t, n) {
|
|
|
5266
5302
|
console.error(`flexLayoutV1/spawnEntry properties not found, ${e}`);
|
|
5267
5303
|
return;
|
|
5268
5304
|
}
|
|
5269
|
-
const r =
|
|
5270
|
-
|
|
5305
|
+
const r = T();
|
|
5306
|
+
A(r, s), r.basic.id = z(16), r.basic.key = wt.key;
|
|
5271
5307
|
const a = St(
|
|
5272
5308
|
t,
|
|
5273
5309
|
n,
|
|
@@ -5279,14 +5315,14 @@ function aa(t, n) {
|
|
|
5279
5315
|
"80px"
|
|
5280
5316
|
);
|
|
5281
5317
|
return {
|
|
5282
|
-
|
|
5318
|
+
nodeLite: E(r, [a.nodeLite]),
|
|
5283
5319
|
nodes: {
|
|
5284
5320
|
[r.basic.id]: r,
|
|
5285
5321
|
...a.nodes
|
|
5286
5322
|
}
|
|
5287
5323
|
};
|
|
5288
5324
|
}
|
|
5289
|
-
function St(t, n, e, o, s, r, a, c,
|
|
5325
|
+
function St(t, n, e, o, s, r, a, c, u) {
|
|
5290
5326
|
const p = `type=${t} subtype=${n}`, d = B(t, n);
|
|
5291
5327
|
if (!d) {
|
|
5292
5328
|
console.error(
|
|
@@ -5294,16 +5330,16 @@ function St(t, n, e, o, s, r, a, c, m) {
|
|
|
5294
5330
|
);
|
|
5295
5331
|
return;
|
|
5296
5332
|
}
|
|
5297
|
-
const
|
|
5298
|
-
if (!
|
|
5333
|
+
const m = kt.properties[d];
|
|
5334
|
+
if (!m) {
|
|
5299
5335
|
console.error(
|
|
5300
5336
|
`flexLayoutV1/spawnContainer properties not found, ${p}`
|
|
5301
5337
|
);
|
|
5302
5338
|
return;
|
|
5303
5339
|
}
|
|
5304
|
-
const f =
|
|
5305
|
-
return
|
|
5306
|
-
|
|
5340
|
+
const f = T();
|
|
5341
|
+
return A(f, m), f.basic.id = z(16), f.basic.key = kt.key, o && (f.size.width = o), s && (f.size.minWidth = s), a && (f.size.height = a), c && (f.size.minHeight = c), e && (f.settings.backgroundColor.mode = "custom", f.settings.backgroundColor.custom.light = e, f.settings.backgroundColor.custom.dark = e), {
|
|
5342
|
+
nodeLite: E(f, []),
|
|
5307
5343
|
nodes: {
|
|
5308
5344
|
[f.basic.id]: f
|
|
5309
5345
|
}
|
|
@@ -5482,13 +5518,13 @@ const Wn = {
|
|
|
5482
5518
|
},
|
|
5483
5519
|
Yt
|
|
5484
5520
|
]
|
|
5485
|
-
},
|
|
5521
|
+
}, Ne = {
|
|
5486
5522
|
key: "common_flex_layout_v1",
|
|
5487
5523
|
name: "x-runtime-lib.flexLayout",
|
|
5488
|
-
comp:
|
|
5524
|
+
comp: As,
|
|
5489
5525
|
properties: {
|
|
5490
|
-
pageCommon: [y, Y,
|
|
5491
|
-
compCommon: [y, Y,
|
|
5526
|
+
pageCommon: [y, Y, Le, ze, Te, Wn],
|
|
5527
|
+
compCommon: [y, Y, Le, ze, Te, Wn]
|
|
5492
5528
|
},
|
|
5493
5529
|
events: [
|
|
5494
5530
|
{
|
|
@@ -5498,7 +5534,7 @@ const Wn = {
|
|
|
5498
5534
|
],
|
|
5499
5535
|
spawn: la
|
|
5500
5536
|
};
|
|
5501
|
-
S(
|
|
5537
|
+
S(Ne);
|
|
5502
5538
|
const Rn = {
|
|
5503
5539
|
key: "settings",
|
|
5504
5540
|
name: "x-runtime-lib.settings",
|
|
@@ -5691,11 +5727,11 @@ function ca(t, n) {
|
|
|
5691
5727
|
console.error(`formV1/spawn properties not found, ${e}`);
|
|
5692
5728
|
return;
|
|
5693
5729
|
}
|
|
5694
|
-
const r =
|
|
5695
|
-
|
|
5730
|
+
const r = T();
|
|
5731
|
+
A(r, s), r.basic.id = z(16), r.basic.key = Ct.key;
|
|
5696
5732
|
const a = ua(t, n);
|
|
5697
5733
|
return {
|
|
5698
|
-
|
|
5734
|
+
nodeLite: E(r, [a.nodeLite]),
|
|
5699
5735
|
nodes: {
|
|
5700
5736
|
[r.basic.id]: r,
|
|
5701
5737
|
...a.nodes
|
|
@@ -5713,9 +5749,9 @@ function ua(t, n) {
|
|
|
5713
5749
|
console.error(`formV1/spawnTextField properties not found, ${e}`);
|
|
5714
5750
|
return;
|
|
5715
5751
|
}
|
|
5716
|
-
const r =
|
|
5717
|
-
return
|
|
5718
|
-
|
|
5752
|
+
const r = T();
|
|
5753
|
+
return A(r, s), r.basic.id = z(16), r.basic.key = $t.key, {
|
|
5754
|
+
nodeLite: E(r),
|
|
5719
5755
|
nodes: {
|
|
5720
5756
|
[r.basic.id]: r
|
|
5721
5757
|
}
|
|
@@ -5744,8 +5780,8 @@ const Dn = {
|
|
|
5744
5780
|
name: "x-runtime-lib.form",
|
|
5745
5781
|
comp: Bs,
|
|
5746
5782
|
properties: {
|
|
5747
|
-
pageCommon: [y, Y,
|
|
5748
|
-
compCommon: [y, Y,
|
|
5783
|
+
pageCommon: [y, Y, Le, ze, Te, Dn],
|
|
5784
|
+
compCommon: [y, Y, Le, ze, Te, Dn]
|
|
5749
5785
|
},
|
|
5750
5786
|
events: [
|
|
5751
5787
|
{
|
|
@@ -5756,7 +5792,7 @@ const Dn = {
|
|
|
5756
5792
|
spawn: ca
|
|
5757
5793
|
};
|
|
5758
5794
|
S(Ct);
|
|
5759
|
-
const ma = K(X),
|
|
5795
|
+
const ma = K(X), On = {
|
|
5760
5796
|
key: "settings",
|
|
5761
5797
|
name: "x-runtime-lib.settings",
|
|
5762
5798
|
children: [
|
|
@@ -5786,8 +5822,8 @@ const ma = K(X), Fn = {
|
|
|
5786
5822
|
name: "x-runtime-lib.icon",
|
|
5787
5823
|
comp: Ws,
|
|
5788
5824
|
properties: {
|
|
5789
|
-
pageCommon: [y,
|
|
5790
|
-
compCommon: [y,
|
|
5825
|
+
pageCommon: [y, On],
|
|
5826
|
+
compCommon: [y, On]
|
|
5791
5827
|
},
|
|
5792
5828
|
leaf: !0
|
|
5793
5829
|
};
|
|
@@ -5824,15 +5860,15 @@ function fa(t, n) {
|
|
|
5824
5860
|
console.error(`numberInputV1/spawn properties not found, ${e}`);
|
|
5825
5861
|
return;
|
|
5826
5862
|
}
|
|
5827
|
-
const r =
|
|
5828
|
-
return
|
|
5829
|
-
|
|
5863
|
+
const r = T();
|
|
5864
|
+
return A(r, s), r.basic.id = z(16), r.basic.key = It.key, r.settings.label = "label", r.settings.placeholder = "placeholder", {
|
|
5865
|
+
nodeLite: E(r),
|
|
5830
5866
|
nodes: {
|
|
5831
5867
|
[r.basic.id]: r
|
|
5832
5868
|
}
|
|
5833
5869
|
};
|
|
5834
5870
|
}
|
|
5835
|
-
const
|
|
5871
|
+
const Fn = {
|
|
5836
5872
|
key: "size",
|
|
5837
5873
|
name: "x-runtime-lib.size",
|
|
5838
5874
|
children: [
|
|
@@ -5858,7 +5894,7 @@ const On = {
|
|
|
5858
5894
|
default: ""
|
|
5859
5895
|
}
|
|
5860
5896
|
]
|
|
5861
|
-
},
|
|
5897
|
+
}, Nn = {
|
|
5862
5898
|
key: "settings",
|
|
5863
5899
|
name: "x-runtime-lib.settings",
|
|
5864
5900
|
children: [
|
|
@@ -6004,8 +6040,8 @@ const On = {
|
|
|
6004
6040
|
name: "x-runtime-lib.numberInput",
|
|
6005
6041
|
comp: Ds,
|
|
6006
6042
|
properties: {
|
|
6007
|
-
pageCommon: [y,
|
|
6008
|
-
compCommon: [y,
|
|
6043
|
+
pageCommon: [y, Fn, Nn],
|
|
6044
|
+
compCommon: [y, Fn, Nn]
|
|
6009
6045
|
},
|
|
6010
6046
|
events: [
|
|
6011
6047
|
{
|
|
@@ -6033,7 +6069,7 @@ const On = {
|
|
|
6033
6069
|
spawn: fa
|
|
6034
6070
|
};
|
|
6035
6071
|
S(It);
|
|
6036
|
-
const
|
|
6072
|
+
const jn = {
|
|
6037
6073
|
key: "settings",
|
|
6038
6074
|
name: "x-runtime-lib.settings",
|
|
6039
6075
|
children: [
|
|
@@ -6099,10 +6135,10 @@ const Nn = {
|
|
|
6099
6135
|
}, ya = {
|
|
6100
6136
|
key: "common_pagination_v1",
|
|
6101
6137
|
name: "x-runtime-lib.pagination",
|
|
6102
|
-
comp:
|
|
6138
|
+
comp: Os,
|
|
6103
6139
|
properties: {
|
|
6104
|
-
pageCommon: [y,
|
|
6105
|
-
compCommon: [y,
|
|
6140
|
+
pageCommon: [y, jn],
|
|
6141
|
+
compCommon: [y, jn]
|
|
6106
6142
|
},
|
|
6107
6143
|
leaf: !0
|
|
6108
6144
|
};
|
|
@@ -6147,7 +6183,7 @@ const ba = K(X), Gn = {
|
|
|
6147
6183
|
}, Vt = {
|
|
6148
6184
|
key: "common_radio_v1",
|
|
6149
6185
|
name: "x-runtime-lib.radio",
|
|
6150
|
-
comp:
|
|
6186
|
+
comp: Fs,
|
|
6151
6187
|
properties: {
|
|
6152
6188
|
pageCommon: [y, Gn],
|
|
6153
6189
|
compCommon: [y, Gn]
|
|
@@ -6166,20 +6202,20 @@ function ga(t, n) {
|
|
|
6166
6202
|
console.error(`radioGroupV1/spawn properties not found, ${e}`);
|
|
6167
6203
|
return;
|
|
6168
6204
|
}
|
|
6169
|
-
const r =
|
|
6170
|
-
|
|
6171
|
-
const a = ct(t, n, "option1", "Option 1"), c = ct(t, n, "option2", "Option 2"),
|
|
6205
|
+
const r = T();
|
|
6206
|
+
A(r, s), r.basic.id = z(16), r.basic.key = Pt.key, r.settings.value = "option1";
|
|
6207
|
+
const a = ct(t, n, "option1", "Option 1"), c = ct(t, n, "option2", "Option 2"), u = ct(t, n, "option3", "Option 3");
|
|
6172
6208
|
return {
|
|
6173
|
-
|
|
6174
|
-
a.
|
|
6175
|
-
c.
|
|
6176
|
-
|
|
6209
|
+
nodeLite: E(r, [
|
|
6210
|
+
a.nodeLite,
|
|
6211
|
+
c.nodeLite,
|
|
6212
|
+
u.nodeLite
|
|
6177
6213
|
]),
|
|
6178
6214
|
nodes: {
|
|
6179
6215
|
[r.basic.id]: r,
|
|
6180
6216
|
...a.nodes,
|
|
6181
6217
|
...c.nodes,
|
|
6182
|
-
...
|
|
6218
|
+
...u.nodes
|
|
6183
6219
|
}
|
|
6184
6220
|
};
|
|
6185
6221
|
}
|
|
@@ -6196,9 +6232,9 @@ function ct(t, n, e, o) {
|
|
|
6196
6232
|
console.error(`radioGroupV1/spawnEntry properties not found, ${s}`);
|
|
6197
6233
|
return;
|
|
6198
6234
|
}
|
|
6199
|
-
const c =
|
|
6200
|
-
return
|
|
6201
|
-
|
|
6235
|
+
const c = T();
|
|
6236
|
+
return A(c, a), c.basic.id = z(16), c.basic.key = Vt.key, c.settings.value = e, c.settings.label = o, {
|
|
6237
|
+
nodeLite: E(c),
|
|
6202
6238
|
nodes: {
|
|
6203
6239
|
[c.basic.id]: c
|
|
6204
6240
|
}
|
|
@@ -6250,7 +6286,7 @@ const Hn = {
|
|
|
6250
6286
|
}, Pt = {
|
|
6251
6287
|
key: "common_radio_group_v1",
|
|
6252
6288
|
name: "x-runtime-lib.radioGroup",
|
|
6253
|
-
comp:
|
|
6289
|
+
comp: Ns,
|
|
6254
6290
|
properties: {
|
|
6255
6291
|
pageCommon: [y, Hn],
|
|
6256
6292
|
compCommon: [y, Hn]
|
|
@@ -6378,7 +6414,7 @@ const Un = {
|
|
|
6378
6414
|
}, ha = {
|
|
6379
6415
|
key: "common_range_slider_v1",
|
|
6380
6416
|
name: "x-runtime-lib.rangeSlider",
|
|
6381
|
-
comp:
|
|
6417
|
+
comp: js,
|
|
6382
6418
|
properties: {
|
|
6383
6419
|
pageCommon: [y, Un],
|
|
6384
6420
|
compCommon: [y, Un]
|
|
@@ -6650,7 +6686,7 @@ const Xn = {
|
|
|
6650
6686
|
leaf: !0
|
|
6651
6687
|
};
|
|
6652
6688
|
S(xa);
|
|
6653
|
-
const
|
|
6689
|
+
const Lt = {
|
|
6654
6690
|
key: "common_stepper_header_v1",
|
|
6655
6691
|
name: "x-runtime-lib.stepperHeader",
|
|
6656
6692
|
comp: Ys,
|
|
@@ -6659,7 +6695,7 @@ const Tt = {
|
|
|
6659
6695
|
compCommon: [y]
|
|
6660
6696
|
}
|
|
6661
6697
|
};
|
|
6662
|
-
S(
|
|
6698
|
+
S(Lt);
|
|
6663
6699
|
const Zn = {
|
|
6664
6700
|
key: "settings",
|
|
6665
6701
|
name: "x-runtime-lib.settings",
|
|
@@ -6681,7 +6717,7 @@ const Zn = {
|
|
|
6681
6717
|
}
|
|
6682
6718
|
};
|
|
6683
6719
|
S(zt);
|
|
6684
|
-
const
|
|
6720
|
+
const Tt = {
|
|
6685
6721
|
key: "common_stepper_window_v1",
|
|
6686
6722
|
name: "x-runtime-lib.stepperWindow",
|
|
6687
6723
|
comp: tl,
|
|
@@ -6690,7 +6726,7 @@ const Et = {
|
|
|
6690
6726
|
compCommon: [y]
|
|
6691
6727
|
}
|
|
6692
6728
|
};
|
|
6693
|
-
S(
|
|
6729
|
+
S(Tt);
|
|
6694
6730
|
const Qn = {
|
|
6695
6731
|
key: "settings",
|
|
6696
6732
|
name: "x-runtime-lib.settings",
|
|
@@ -6702,7 +6738,7 @@ const Qn = {
|
|
|
6702
6738
|
default: ""
|
|
6703
6739
|
}
|
|
6704
6740
|
]
|
|
6705
|
-
},
|
|
6741
|
+
}, Et = {
|
|
6706
6742
|
key: "common_stepper_window_item_v1",
|
|
6707
6743
|
name: "x-runtime-lib.stepperWindowItem",
|
|
6708
6744
|
comp: nl,
|
|
@@ -6711,23 +6747,23 @@ const Qn = {
|
|
|
6711
6747
|
compCommon: [y, Qn]
|
|
6712
6748
|
}
|
|
6713
6749
|
};
|
|
6714
|
-
S(
|
|
6750
|
+
S(Et);
|
|
6715
6751
|
function ka(t, n) {
|
|
6716
6752
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
6717
6753
|
if (!o) {
|
|
6718
6754
|
console.error(`stepperV1/spawn property tag not found, ${e}`);
|
|
6719
6755
|
return;
|
|
6720
6756
|
}
|
|
6721
|
-
const s =
|
|
6757
|
+
const s = At.properties[o];
|
|
6722
6758
|
if (!s) {
|
|
6723
6759
|
console.error(`stepperV1/spawn properties not found, ${e}`);
|
|
6724
6760
|
return;
|
|
6725
6761
|
}
|
|
6726
|
-
const r =
|
|
6727
|
-
|
|
6762
|
+
const r = T();
|
|
6763
|
+
A(r, s), r.basic.id = z(16), r.basic.key = At.key;
|
|
6728
6764
|
const a = wa(t, n), c = Sa(t, n);
|
|
6729
6765
|
return {
|
|
6730
|
-
|
|
6766
|
+
nodeLite: E(r, [a.nodeLite, c.nodeLite]),
|
|
6731
6767
|
nodes: {
|
|
6732
6768
|
[r.basic.id]: r,
|
|
6733
6769
|
...a.nodes,
|
|
@@ -6741,21 +6777,21 @@ function wa(t, n) {
|
|
|
6741
6777
|
console.error(`stepperV1/spawnHeader property tag not found, ${e}`);
|
|
6742
6778
|
return;
|
|
6743
6779
|
}
|
|
6744
|
-
const s =
|
|
6780
|
+
const s = Lt.properties[o];
|
|
6745
6781
|
if (!s) {
|
|
6746
6782
|
console.error(`stepperV1/spawnHeader properties not found, ${e}`);
|
|
6747
6783
|
return;
|
|
6748
6784
|
}
|
|
6749
|
-
const r =
|
|
6750
|
-
|
|
6751
|
-
const a = ut(t, n, "step1"), c = ut(t, n, "step2"),
|
|
6785
|
+
const r = T();
|
|
6786
|
+
A(r, s), r.basic.id = z(16), r.basic.key = Lt.key;
|
|
6787
|
+
const a = ut(t, n, "step1"), c = ut(t, n, "step2"), u = ut(t, n, "step3");
|
|
6752
6788
|
return {
|
|
6753
|
-
|
|
6789
|
+
nodeLite: E(r, [a.nodeLite, c.nodeLite, u.nodeLite]),
|
|
6754
6790
|
nodes: {
|
|
6755
6791
|
[r.basic.id]: r,
|
|
6756
6792
|
...a.nodes,
|
|
6757
6793
|
...c.nodes,
|
|
6758
|
-
...
|
|
6794
|
+
...u.nodes
|
|
6759
6795
|
}
|
|
6760
6796
|
};
|
|
6761
6797
|
}
|
|
@@ -6770,9 +6806,9 @@ function ut(t, n, e) {
|
|
|
6770
6806
|
console.error(`stepperV1/spawnItem properties not found, ${o}`);
|
|
6771
6807
|
return;
|
|
6772
6808
|
}
|
|
6773
|
-
const a =
|
|
6774
|
-
return
|
|
6775
|
-
|
|
6809
|
+
const a = T();
|
|
6810
|
+
return A(a, r), a.basic.id = z(16), a.basic.key = zt.key, a.settings.value = e, {
|
|
6811
|
+
nodeLite: E(a, []),
|
|
6776
6812
|
nodes: {
|
|
6777
6813
|
[a.basic.id]: a
|
|
6778
6814
|
}
|
|
@@ -6784,21 +6820,21 @@ function Sa(t, n) {
|
|
|
6784
6820
|
console.error(`stepperV1/spawnWindow property tag not found, ${e}`);
|
|
6785
6821
|
return;
|
|
6786
6822
|
}
|
|
6787
|
-
const s =
|
|
6823
|
+
const s = Tt.properties[o];
|
|
6788
6824
|
if (!s) {
|
|
6789
6825
|
console.error(`stepperV1/spawnWindow properties not found, ${e}`);
|
|
6790
6826
|
return;
|
|
6791
6827
|
}
|
|
6792
|
-
const r =
|
|
6793
|
-
|
|
6794
|
-
const a = mt(t, n, "step1", "step 1"), c = mt(t, n, "step2", "step 2"),
|
|
6828
|
+
const r = T();
|
|
6829
|
+
A(r, s), r.basic.id = z(16), r.basic.key = Tt.key;
|
|
6830
|
+
const a = mt(t, n, "step1", "step 1"), c = mt(t, n, "step2", "step 2"), u = mt(t, n, "step3", "step 3");
|
|
6795
6831
|
return {
|
|
6796
|
-
|
|
6832
|
+
nodeLite: E(r, [a.nodeLite, c.nodeLite, u.nodeLite]),
|
|
6797
6833
|
nodes: {
|
|
6798
6834
|
[r.basic.id]: r,
|
|
6799
6835
|
...a.nodes,
|
|
6800
6836
|
...c.nodes,
|
|
6801
|
-
...
|
|
6837
|
+
...u.nodes
|
|
6802
6838
|
}
|
|
6803
6839
|
};
|
|
6804
6840
|
}
|
|
@@ -6810,21 +6846,21 @@ function mt(t, n, e, o) {
|
|
|
6810
6846
|
);
|
|
6811
6847
|
return;
|
|
6812
6848
|
}
|
|
6813
|
-
const a =
|
|
6849
|
+
const a = Et.properties[r];
|
|
6814
6850
|
if (!a) {
|
|
6815
6851
|
console.error(
|
|
6816
6852
|
`stepperV1/spawnWindowItem properties not found, ${s}`
|
|
6817
6853
|
);
|
|
6818
6854
|
return;
|
|
6819
6855
|
}
|
|
6820
|
-
const c =
|
|
6821
|
-
|
|
6822
|
-
const
|
|
6856
|
+
const c = T();
|
|
6857
|
+
A(c, a), c.basic.id = z(16), c.basic.key = Et.key, c.settings.value = e;
|
|
6858
|
+
const u = $a(t, n, o);
|
|
6823
6859
|
return {
|
|
6824
|
-
|
|
6860
|
+
nodeLite: E(c, [u.nodeLite]),
|
|
6825
6861
|
nodes: {
|
|
6826
6862
|
[c.basic.id]: c,
|
|
6827
|
-
...
|
|
6863
|
+
...u.nodes
|
|
6828
6864
|
}
|
|
6829
6865
|
};
|
|
6830
6866
|
}
|
|
@@ -6834,14 +6870,14 @@ function $a(t, n, e) {
|
|
|
6834
6870
|
console.error(`stepperV1/spawnCard property tag not found, ${o}`);
|
|
6835
6871
|
return;
|
|
6836
6872
|
}
|
|
6837
|
-
const r =
|
|
6873
|
+
const r = Fe.properties[s];
|
|
6838
6874
|
if (!r) {
|
|
6839
6875
|
console.error(`stepperV1/spawnCard properties not found, ${o}`);
|
|
6840
6876
|
return;
|
|
6841
6877
|
}
|
|
6842
|
-
const a =
|
|
6843
|
-
return
|
|
6844
|
-
|
|
6878
|
+
const a = T();
|
|
6879
|
+
return A(a, r), a.basic.id = z(16), a.basic.key = Fe.key, a.settings.title = e, {
|
|
6880
|
+
nodeLite: E(a, []),
|
|
6845
6881
|
nodes: {
|
|
6846
6882
|
[a.basic.id]: a
|
|
6847
6883
|
}
|
|
@@ -6864,7 +6900,7 @@ const eo = {
|
|
|
6864
6900
|
default: !1
|
|
6865
6901
|
}
|
|
6866
6902
|
]
|
|
6867
|
-
},
|
|
6903
|
+
}, At = {
|
|
6868
6904
|
key: "common_stepper_v1",
|
|
6869
6905
|
name: "x-runtime-lib.stepper",
|
|
6870
6906
|
comp: Js,
|
|
@@ -6874,7 +6910,7 @@ const eo = {
|
|
|
6874
6910
|
},
|
|
6875
6911
|
spawn: ka
|
|
6876
6912
|
};
|
|
6877
|
-
S(
|
|
6913
|
+
S(At);
|
|
6878
6914
|
const Ca = {
|
|
6879
6915
|
key: "common_switch_v1",
|
|
6880
6916
|
name: "x-runtime-lib.switch",
|
|
@@ -6925,16 +6961,16 @@ function Ia(t, n) {
|
|
|
6925
6961
|
console.error(`tabsV1/spawn properties not found, ${e}`);
|
|
6926
6962
|
return;
|
|
6927
6963
|
}
|
|
6928
|
-
const r =
|
|
6929
|
-
|
|
6930
|
-
const a = pt(t, n, "tab1", "tab 1"), c = pt(t, n, "tab2", "tab 2"),
|
|
6964
|
+
const r = T();
|
|
6965
|
+
A(r, s), r.basic.id = z(16), r.basic.key = Bt.key;
|
|
6966
|
+
const a = pt(t, n, "tab1", "tab 1"), c = pt(t, n, "tab2", "tab 2"), u = pt(t, n, "tab3", "tab 3");
|
|
6931
6967
|
return {
|
|
6932
|
-
|
|
6968
|
+
nodeLite: E(r, [a.nodeLite, c.nodeLite, u.nodeLite]),
|
|
6933
6969
|
nodes: {
|
|
6934
6970
|
[r.basic.id]: r,
|
|
6935
6971
|
...a.nodes,
|
|
6936
6972
|
...c.nodes,
|
|
6937
|
-
...
|
|
6973
|
+
...u.nodes
|
|
6938
6974
|
}
|
|
6939
6975
|
};
|
|
6940
6976
|
}
|
|
@@ -6949,9 +6985,9 @@ function pt(t, n, e, o) {
|
|
|
6949
6985
|
console.error(`tabsV1/spawnTab properties not found, ${s}`);
|
|
6950
6986
|
return;
|
|
6951
6987
|
}
|
|
6952
|
-
const c =
|
|
6953
|
-
return
|
|
6954
|
-
|
|
6988
|
+
const c = T();
|
|
6989
|
+
return A(c, a), c.basic.id = z(16), c.basic.key = Mt.key, c.settings.value = e, c.settings.text = o, {
|
|
6990
|
+
nodeLite: E(c),
|
|
6955
6991
|
nodes: {
|
|
6956
6992
|
[c.basic.id]: c
|
|
6957
6993
|
}
|
|
@@ -7067,9 +7103,9 @@ function Va(t, n) {
|
|
|
7067
7103
|
console.error(`textV1/spawn properties not found, ${e}`);
|
|
7068
7104
|
return;
|
|
7069
7105
|
}
|
|
7070
|
-
const r =
|
|
7071
|
-
return
|
|
7072
|
-
|
|
7106
|
+
const r = T();
|
|
7107
|
+
return A(r, s), r.basic.id = z(16), r.basic.key = Se.key, r.settings.text = "text", {
|
|
7108
|
+
nodeLite: E(r),
|
|
7073
7109
|
nodes: {
|
|
7074
7110
|
[r.basic.id]: r
|
|
7075
7111
|
}
|
|
@@ -7184,9 +7220,9 @@ function Pa(t, n) {
|
|
|
7184
7220
|
console.error(`textareaV1/spawn properties not found, ${e}`);
|
|
7185
7221
|
return;
|
|
7186
7222
|
}
|
|
7187
|
-
const r =
|
|
7188
|
-
return
|
|
7189
|
-
|
|
7223
|
+
const r = T();
|
|
7224
|
+
return A(r, s), r.basic.id = z(16), r.basic.key = Wt.key, r.settings.label = "label", {
|
|
7225
|
+
nodeLite: E(r),
|
|
7190
7226
|
nodes: {
|
|
7191
7227
|
[r.basic.id]: r
|
|
7192
7228
|
}
|
|
@@ -7285,7 +7321,7 @@ const Rt = {
|
|
|
7285
7321
|
}
|
|
7286
7322
|
};
|
|
7287
7323
|
S(Rt);
|
|
7288
|
-
function
|
|
7324
|
+
function La(t, n) {
|
|
7289
7325
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
7290
7326
|
if (!o) {
|
|
7291
7327
|
console.error(`timelineV1/spawn property tag not found, ${e}`);
|
|
@@ -7296,16 +7332,16 @@ function Ta(t, n) {
|
|
|
7296
7332
|
console.error(`timelineV1/spawn properties not found, ${e}`);
|
|
7297
7333
|
return;
|
|
7298
7334
|
}
|
|
7299
|
-
const r =
|
|
7300
|
-
|
|
7301
|
-
const a = dt(t, n, "timeline 1"), c = dt(t, n, "timeline 2"),
|
|
7335
|
+
const r = T();
|
|
7336
|
+
A(r, s), r.basic.id = z(16), r.basic.key = Kt.key;
|
|
7337
|
+
const a = dt(t, n, "timeline 1"), c = dt(t, n, "timeline 2"), u = dt(t, n, "timeline 3");
|
|
7302
7338
|
return {
|
|
7303
|
-
|
|
7339
|
+
nodeLite: E(r, [a.nodeLite, c.nodeLite, u.nodeLite]),
|
|
7304
7340
|
nodes: {
|
|
7305
7341
|
[r.basic.id]: r,
|
|
7306
7342
|
...a.nodes,
|
|
7307
7343
|
...c.nodes,
|
|
7308
|
-
...
|
|
7344
|
+
...u.nodes
|
|
7309
7345
|
}
|
|
7310
7346
|
};
|
|
7311
7347
|
}
|
|
@@ -7320,11 +7356,11 @@ function dt(t, n, e) {
|
|
|
7320
7356
|
console.error(`timelineV1/spawnEntry properties not found, ${o}`);
|
|
7321
7357
|
return;
|
|
7322
7358
|
}
|
|
7323
|
-
const a =
|
|
7324
|
-
|
|
7359
|
+
const a = T();
|
|
7360
|
+
A(a, r), a.basic.id = z(16), a.basic.key = Rt.key;
|
|
7325
7361
|
const c = za(t, n, e);
|
|
7326
7362
|
return {
|
|
7327
|
-
|
|
7363
|
+
nodeLite: E(a, [c.nodeLite]),
|
|
7328
7364
|
nodes: {
|
|
7329
7365
|
[a.basic.id]: a,
|
|
7330
7366
|
...c.nodes
|
|
@@ -7342,15 +7378,15 @@ function za(t, n, e) {
|
|
|
7342
7378
|
console.error(`timelineV1/spawnText properties not found, ${o}`);
|
|
7343
7379
|
return;
|
|
7344
7380
|
}
|
|
7345
|
-
const a =
|
|
7346
|
-
return
|
|
7347
|
-
|
|
7381
|
+
const a = T();
|
|
7382
|
+
return A(a, r), a.basic.id = z(16), a.basic.key = Se.key, a.settings.text = e, {
|
|
7383
|
+
nodeLite: E(a),
|
|
7348
7384
|
nodes: {
|
|
7349
7385
|
[a.basic.id]: a
|
|
7350
7386
|
}
|
|
7351
7387
|
};
|
|
7352
7388
|
}
|
|
7353
|
-
const
|
|
7389
|
+
const Ta = K(X), Ea = K(X), ro = {
|
|
7354
7390
|
key: "settings",
|
|
7355
7391
|
name: "x-runtime-lib.settings",
|
|
7356
7392
|
children: [
|
|
@@ -7398,7 +7434,7 @@ const Ea = K(X), Aa = K(X), ro = {
|
|
|
7398
7434
|
ui: "switch",
|
|
7399
7435
|
default: !1
|
|
7400
7436
|
},
|
|
7401
|
-
|
|
7437
|
+
Ta
|
|
7402
7438
|
]
|
|
7403
7439
|
},
|
|
7404
7440
|
{
|
|
@@ -7424,7 +7460,7 @@ const Ea = K(X), Aa = K(X), ro = {
|
|
|
7424
7460
|
ui: "numInput",
|
|
7425
7461
|
default: 0
|
|
7426
7462
|
},
|
|
7427
|
-
|
|
7463
|
+
Ea
|
|
7428
7464
|
]
|
|
7429
7465
|
}
|
|
7430
7466
|
]
|
|
@@ -7436,7 +7472,7 @@ const Ea = K(X), Aa = K(X), ro = {
|
|
|
7436
7472
|
pageCommon: [y, ro],
|
|
7437
7473
|
compCommon: [y, ro]
|
|
7438
7474
|
},
|
|
7439
|
-
spawn:
|
|
7475
|
+
spawn: La
|
|
7440
7476
|
};
|
|
7441
7477
|
S(Kt);
|
|
7442
7478
|
const Dt = {
|
|
@@ -7449,27 +7485,27 @@ const Dt = {
|
|
|
7449
7485
|
}
|
|
7450
7486
|
};
|
|
7451
7487
|
S(Dt);
|
|
7452
|
-
function
|
|
7488
|
+
function Aa(t, n) {
|
|
7453
7489
|
const e = `type=${t} subtype=${n}`, o = B(t, n);
|
|
7454
7490
|
if (!o) {
|
|
7455
7491
|
console.error(`windowV1/spawn property tag not found, ${e}`);
|
|
7456
7492
|
return;
|
|
7457
7493
|
}
|
|
7458
|
-
const s =
|
|
7494
|
+
const s = Ot.properties[o];
|
|
7459
7495
|
if (!s) {
|
|
7460
7496
|
console.error(`windowV1/spawn properties not found, ${e}`);
|
|
7461
7497
|
return;
|
|
7462
7498
|
}
|
|
7463
|
-
const r =
|
|
7464
|
-
|
|
7465
|
-
const a = ft(t, n, "window 1"), c = ft(t, n, "window 2"),
|
|
7499
|
+
const r = T();
|
|
7500
|
+
A(r, s), r.basic.id = z(16), r.basic.key = Ot.key;
|
|
7501
|
+
const a = ft(t, n, "window 1"), c = ft(t, n, "window 2"), u = ft(t, n, "window 3");
|
|
7466
7502
|
return {
|
|
7467
|
-
|
|
7503
|
+
nodeLite: E(r, [a.nodeLite, c.nodeLite, u.nodeLite]),
|
|
7468
7504
|
nodes: {
|
|
7469
7505
|
[r.basic.id]: r,
|
|
7470
7506
|
...a.nodes,
|
|
7471
7507
|
...c.nodes,
|
|
7472
|
-
...
|
|
7508
|
+
...u.nodes
|
|
7473
7509
|
}
|
|
7474
7510
|
};
|
|
7475
7511
|
}
|
|
@@ -7484,11 +7520,11 @@ function ft(t, n, e) {
|
|
|
7484
7520
|
console.error(`windowV1/spawnEntry properties not found, ${o}`);
|
|
7485
7521
|
return;
|
|
7486
7522
|
}
|
|
7487
|
-
const a =
|
|
7488
|
-
|
|
7523
|
+
const a = T();
|
|
7524
|
+
A(a, r), a.basic.id = z(16), a.basic.key = Dt.key;
|
|
7489
7525
|
const c = Ma(t, n, e);
|
|
7490
7526
|
return {
|
|
7491
|
-
|
|
7527
|
+
nodeLite: E(a, [c.nodeLite]),
|
|
7492
7528
|
nodes: {
|
|
7493
7529
|
[a.basic.id]: a,
|
|
7494
7530
|
...c.nodes
|
|
@@ -7503,16 +7539,16 @@ function Ma(t, n, e) {
|
|
|
7503
7539
|
);
|
|
7504
7540
|
return;
|
|
7505
7541
|
}
|
|
7506
|
-
const r =
|
|
7542
|
+
const r = Ne.properties[s];
|
|
7507
7543
|
if (!r) {
|
|
7508
7544
|
console.error(`windowV1/spawnFlexLayout properties not found, ${o}`);
|
|
7509
7545
|
return;
|
|
7510
7546
|
}
|
|
7511
|
-
const a =
|
|
7512
|
-
|
|
7547
|
+
const a = T();
|
|
7548
|
+
A(a, r), a.basic.id = z(16), a.basic.key = Ne.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";
|
|
7513
7549
|
const c = Ba(t, n, e);
|
|
7514
7550
|
return {
|
|
7515
|
-
|
|
7551
|
+
nodeLite: E(a, [c.nodeLite]),
|
|
7516
7552
|
nodes: {
|
|
7517
7553
|
[a.basic.id]: a,
|
|
7518
7554
|
...c.nodes
|
|
@@ -7530,9 +7566,9 @@ function Ba(t, n, e) {
|
|
|
7530
7566
|
console.error(`windowV1/spawnText properties not found, ${o}`);
|
|
7531
7567
|
return;
|
|
7532
7568
|
}
|
|
7533
|
-
const a =
|
|
7534
|
-
return
|
|
7535
|
-
|
|
7569
|
+
const a = T();
|
|
7570
|
+
return A(a, r), a.basic.id = z(16), a.basic.key = Se.key, a.settings.text = e, a.settings.style.xs = "h6", {
|
|
7571
|
+
nodeLite: E(a),
|
|
7536
7572
|
nodes: {
|
|
7537
7573
|
[a.basic.id]: a
|
|
7538
7574
|
}
|
|
@@ -7586,7 +7622,7 @@ const so = {
|
|
|
7586
7622
|
default: !1
|
|
7587
7623
|
}
|
|
7588
7624
|
]
|
|
7589
|
-
},
|
|
7625
|
+
}, Ot = {
|
|
7590
7626
|
key: "common_window_v1",
|
|
7591
7627
|
name: "x-runtime-lib.window",
|
|
7592
7628
|
comp: dl,
|
|
@@ -7594,9 +7630,9 @@ const so = {
|
|
|
7594
7630
|
pageCommon: [y, so],
|
|
7595
7631
|
compCommon: [y, so]
|
|
7596
7632
|
},
|
|
7597
|
-
spawn:
|
|
7633
|
+
spawn: Aa
|
|
7598
7634
|
};
|
|
7599
|
-
S(
|
|
7635
|
+
S(Ot);
|
|
7600
7636
|
const Wa = [
|
|
7601
7637
|
{ title: "x-runtime-lib.title", value: "title" },
|
|
7602
7638
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
@@ -7616,14 +7652,14 @@ const Wa = [
|
|
|
7616
7652
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7617
7653
|
{ title: "x-runtime-lib.theme", value: "theme" },
|
|
7618
7654
|
{ title: "x-runtime-lib.custom", value: "custom" }
|
|
7619
|
-
],
|
|
7655
|
+
], Oa = [
|
|
7620
7656
|
{ title: "x-runtime-lib.default", value: "default" },
|
|
7621
7657
|
{ title: "x-runtime-lib.comfortable", value: "comfortable" },
|
|
7622
7658
|
{ title: "x-runtime-lib.compact", value: "compact" }
|
|
7623
|
-
],
|
|
7659
|
+
], Fa = [
|
|
7624
7660
|
{ title: "x-runtime-lib.horizontal", value: "horizontal" },
|
|
7625
7661
|
{ title: "x-runtime-lib.vertical", value: "vertical" }
|
|
7626
|
-
],
|
|
7662
|
+
], Na = [
|
|
7627
7663
|
{ title: "x-runtime-lib.underlined", value: "underlined" },
|
|
7628
7664
|
{ title: "x-runtime-lib.outlined", value: "outlined" },
|
|
7629
7665
|
{ title: "x-runtime-lib.filled", value: "filled" },
|
|
@@ -7631,7 +7667,7 @@ const Wa = [
|
|
|
7631
7667
|
{ title: "x-runtime-lib.soloInverted", value: "solo-inverted" },
|
|
7632
7668
|
{ title: "x-runtime-lib.soloFilled", value: "solo-filled" },
|
|
7633
7669
|
{ title: "x-runtime-lib.plain", value: "plain" }
|
|
7634
|
-
],
|
|
7670
|
+
], ja = [
|
|
7635
7671
|
{ title: "x-runtime-lib.notSet", value: "" },
|
|
7636
7672
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
7637
7673
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
@@ -7752,10 +7788,10 @@ const Wa = [
|
|
|
7752
7788
|
axisTypeItemsV1: Ra,
|
|
7753
7789
|
borderStyleItemsV1: Ka,
|
|
7754
7790
|
colorModeItemsV1: Da,
|
|
7755
|
-
densityItemsV1:
|
|
7756
|
-
directionItemsV1:
|
|
7757
|
-
fieldVariantItemsV1:
|
|
7758
|
-
flexCrossAlignItemsV1:
|
|
7791
|
+
densityItemsV1: Oa,
|
|
7792
|
+
directionItemsV1: Fa,
|
|
7793
|
+
fieldVariantItemsV1: Na,
|
|
7794
|
+
flexCrossAlignItemsV1: ja,
|
|
7759
7795
|
flexDirectionItemsV1: Ga,
|
|
7760
7796
|
flexMainAlignItemsV1: Ha,
|
|
7761
7797
|
flexWrapItemsV1: Ua,
|
|
@@ -7861,7 +7897,7 @@ const Wa = [
|
|
|
7861
7897
|
title: "x-runtime-lib.percent",
|
|
7862
7898
|
value: "percent",
|
|
7863
7899
|
ui: "percentInput",
|
|
7864
|
-
validator:
|
|
7900
|
+
validator: jt,
|
|
7865
7901
|
precision: 6,
|
|
7866
7902
|
default: "0%"
|
|
7867
7903
|
}
|
|
@@ -7885,7 +7921,7 @@ const Wa = [
|
|
|
7885
7921
|
title: "x-runtime-lib.percent",
|
|
7886
7922
|
value: "percent",
|
|
7887
7923
|
ui: "percentInput",
|
|
7888
|
-
validator:
|
|
7924
|
+
validator: jt,
|
|
7889
7925
|
precision: 6,
|
|
7890
7926
|
min: 0,
|
|
7891
7927
|
default: "0%"
|
|
@@ -7910,7 +7946,7 @@ const Wa = [
|
|
|
7910
7946
|
title: "x-runtime-lib.percent",
|
|
7911
7947
|
value: "percent",
|
|
7912
7948
|
ui: "percentInput",
|
|
7913
|
-
validator:
|
|
7949
|
+
validator: jt,
|
|
7914
7950
|
precision: 6,
|
|
7915
7951
|
min: 0,
|
|
7916
7952
|
default: "0%"
|
|
@@ -8308,7 +8344,7 @@ function lo(t, n) {
|
|
|
8308
8344
|
return (t.ui === "switch" || t.ui === "select" || t.ui === "colorPicker" || t.ui === "multiTypes" || t.ui === "compSelect") && !e ? void 0 : e;
|
|
8309
8345
|
}
|
|
8310
8346
|
}
|
|
8311
|
-
function
|
|
8347
|
+
function A(t, n) {
|
|
8312
8348
|
function e(o, s) {
|
|
8313
8349
|
if (s.ui) {
|
|
8314
8350
|
if (s.ui === "strInput" && s.static)
|
|
@@ -8321,7 +8357,7 @@ function L(t, n) {
|
|
|
8321
8357
|
}
|
|
8322
8358
|
n.forEach((o) => e(t, o));
|
|
8323
8359
|
}
|
|
8324
|
-
function
|
|
8360
|
+
function pu(t, n, e, o, s) {
|
|
8325
8361
|
const r = `type=${t} subtype=${n} version=${e} ref=${o} keyOrRefId=${s}`, a = B(t, n);
|
|
8326
8362
|
if (!a) {
|
|
8327
8363
|
console.error(`spawnNode property tag not found, ${r}`);
|
|
@@ -8333,37 +8369,37 @@ function su(t, n, e, o, s) {
|
|
|
8333
8369
|
return;
|
|
8334
8370
|
}
|
|
8335
8371
|
if (o) {
|
|
8336
|
-
const
|
|
8337
|
-
if (!c.elements.has(
|
|
8372
|
+
const u = c.refKey, p = s;
|
|
8373
|
+
if (!c.elements.has(u)) {
|
|
8338
8374
|
console.error(`spawnNode [ref] element not found in pkg, ${r}`);
|
|
8339
8375
|
return;
|
|
8340
8376
|
}
|
|
8341
|
-
const d = Ke[
|
|
8377
|
+
const d = Ke[u];
|
|
8342
8378
|
if (!d) {
|
|
8343
8379
|
console.error(`spawnNode [ref] element not found in global, ${r}`);
|
|
8344
8380
|
return;
|
|
8345
8381
|
}
|
|
8346
|
-
const
|
|
8347
|
-
if (!
|
|
8382
|
+
const m = d.properties[a];
|
|
8383
|
+
if (!m) {
|
|
8348
8384
|
console.error(`spawnNode [ref] properties not found, ${r}`);
|
|
8349
8385
|
return;
|
|
8350
8386
|
}
|
|
8351
|
-
const f =
|
|
8352
|
-
return
|
|
8387
|
+
const f = T();
|
|
8388
|
+
return A(f, m), f.basic.id = z(16), f.basic.key = u, f.reference = {
|
|
8353
8389
|
comp: p
|
|
8354
8390
|
}, {
|
|
8355
|
-
|
|
8391
|
+
nodeLite: E(f),
|
|
8356
8392
|
nodes: {
|
|
8357
8393
|
[f.basic.id]: f
|
|
8358
8394
|
}
|
|
8359
8395
|
};
|
|
8360
8396
|
} else {
|
|
8361
|
-
const
|
|
8362
|
-
if (!c.elements.has(
|
|
8397
|
+
const u = s;
|
|
8398
|
+
if (!c.elements.has(u)) {
|
|
8363
8399
|
console.error(`spawnNode [key] element not found in pkg, ${r}`);
|
|
8364
8400
|
return;
|
|
8365
8401
|
}
|
|
8366
|
-
const p = Ke[
|
|
8402
|
+
const p = Ke[u];
|
|
8367
8403
|
if (!p) {
|
|
8368
8404
|
console.error(`spawnNode [key] element not found in global, ${r}`);
|
|
8369
8405
|
return;
|
|
@@ -8376,19 +8412,19 @@ function su(t, n, e, o, s) {
|
|
|
8376
8412
|
console.error(`spawnNode [key] properties not found, ${r}`);
|
|
8377
8413
|
return;
|
|
8378
8414
|
}
|
|
8379
|
-
const
|
|
8380
|
-
|
|
8415
|
+
const m = T();
|
|
8416
|
+
A(m, d), m.basic.id = z(16), m.basic.key = u;
|
|
8381
8417
|
let f;
|
|
8382
8418
|
return p.leaf || (f = []), {
|
|
8383
|
-
|
|
8419
|
+
nodeLite: E(m, f),
|
|
8384
8420
|
nodes: {
|
|
8385
|
-
[
|
|
8421
|
+
[m.basic.id]: m
|
|
8386
8422
|
}
|
|
8387
8423
|
};
|
|
8388
8424
|
}
|
|
8389
8425
|
}
|
|
8390
8426
|
}
|
|
8391
|
-
function
|
|
8427
|
+
function du(t, n) {
|
|
8392
8428
|
function e(o) {
|
|
8393
8429
|
if (o.id === n)
|
|
8394
8430
|
return o;
|
|
@@ -8406,78 +8442,80 @@ function lu(t, n) {
|
|
|
8406
8442
|
}
|
|
8407
8443
|
}
|
|
8408
8444
|
function wc(t) {
|
|
8409
|
-
|
|
8410
|
-
|
|
8411
|
-
|
|
8412
|
-
|
|
8413
|
-
|
|
8445
|
+
const n = {}, e = (r) => {
|
|
8446
|
+
const a = z(16);
|
|
8447
|
+
n[r.id] = a, r.id = a, r.children?.map((c) => e(c));
|
|
8448
|
+
}, o = K(t.nodeLite);
|
|
8449
|
+
e(o);
|
|
8450
|
+
const s = {};
|
|
8451
|
+
return Object.values(t.nodes).forEach((r) => {
|
|
8452
|
+
const a = K(r);
|
|
8453
|
+
a.basic.id = n[a.basic.id], s[a.basic.id] = a;
|
|
8454
|
+
}), { nodeLite: o, nodes: s };
|
|
8414
8455
|
}
|
|
8415
|
-
function
|
|
8416
|
-
|
|
8417
|
-
return t.forEach((e) => {
|
|
8418
|
-
n.push(wc(e));
|
|
8419
|
-
}), n;
|
|
8456
|
+
function fu(t) {
|
|
8457
|
+
return t.map((n) => wc(n));
|
|
8420
8458
|
}
|
|
8421
|
-
const
|
|
8422
|
-
function
|
|
8423
|
-
me(
|
|
8459
|
+
const To = "runtimeOrg", Eo = "runtimeEnv", Ao = "runtimeMode", Mo = "runtimeDevice", Bo = "runtimeDark", Wo = "runtimeType", Ro = "runtimeData", Ko = "runtimeDepends", Do = "runtimeRuntime", Oo = "runtimeSandbox";
|
|
8460
|
+
function yu(t) {
|
|
8461
|
+
me(To, t);
|
|
8424
8462
|
}
|
|
8425
8463
|
function Sc() {
|
|
8426
|
-
return ue(
|
|
8464
|
+
return ue(To);
|
|
8427
8465
|
}
|
|
8428
|
-
function
|
|
8429
|
-
me(
|
|
8466
|
+
function bu(t) {
|
|
8467
|
+
me(Eo, t);
|
|
8430
8468
|
}
|
|
8431
8469
|
function $c() {
|
|
8432
|
-
return ue(
|
|
8470
|
+
return ue(Eo);
|
|
8433
8471
|
}
|
|
8434
|
-
function
|
|
8435
|
-
me(
|
|
8472
|
+
function gu(t) {
|
|
8473
|
+
me(Ao, t);
|
|
8436
8474
|
}
|
|
8437
8475
|
function J() {
|
|
8438
|
-
return ue(
|
|
8476
|
+
return ue(Ao);
|
|
8439
8477
|
}
|
|
8440
|
-
function
|
|
8441
|
-
me(Mo,
|
|
8478
|
+
function hu(t) {
|
|
8479
|
+
me(Mo, Nt(t));
|
|
8442
8480
|
}
|
|
8443
8481
|
function Be() {
|
|
8444
8482
|
return ue(Mo);
|
|
8445
8483
|
}
|
|
8446
|
-
function
|
|
8447
|
-
me(Bo,
|
|
8484
|
+
function _u(t) {
|
|
8485
|
+
me(Bo, Nt(t));
|
|
8448
8486
|
}
|
|
8449
8487
|
function Ue() {
|
|
8450
8488
|
return ue(Bo);
|
|
8451
8489
|
}
|
|
8452
|
-
function
|
|
8490
|
+
function vu(t) {
|
|
8453
8491
|
me(Wo, t);
|
|
8454
8492
|
}
|
|
8455
8493
|
function he() {
|
|
8456
8494
|
return ue(Wo);
|
|
8457
8495
|
}
|
|
8458
|
-
function
|
|
8496
|
+
function xu(t) {
|
|
8459
8497
|
me(Ro, t);
|
|
8460
8498
|
}
|
|
8461
8499
|
function _e() {
|
|
8462
8500
|
return ue(Ro);
|
|
8463
8501
|
}
|
|
8464
|
-
function
|
|
8465
|
-
me(Ko,
|
|
8502
|
+
function ku(t) {
|
|
8503
|
+
me(Ko, Nt(t));
|
|
8466
8504
|
}
|
|
8467
8505
|
function Cc() {
|
|
8468
8506
|
return ue(Ko);
|
|
8469
8507
|
}
|
|
8470
|
-
function
|
|
8508
|
+
function wu(t) {
|
|
8471
8509
|
me(Do, t);
|
|
8472
8510
|
}
|
|
8473
8511
|
function Ic() {
|
|
8474
8512
|
return ue(Do);
|
|
8475
8513
|
}
|
|
8476
8514
|
function Vc(t) {
|
|
8477
|
-
me(
|
|
8515
|
+
me(Oo, t);
|
|
8478
8516
|
}
|
|
8479
8517
|
function ve() {
|
|
8480
|
-
return ue(
|
|
8518
|
+
return ue(Oo, void 0);
|
|
8481
8519
|
}
|
|
8482
8520
|
function Re(t) {
|
|
8483
8521
|
const n = [t.type];
|
|
@@ -8487,29 +8525,29 @@ function qe(t, n, e, o, s) {
|
|
|
8487
8525
|
const { watchEffect: r, bind: a } = n;
|
|
8488
8526
|
if (r[e])
|
|
8489
8527
|
for (const c of r[e]) {
|
|
8490
|
-
const
|
|
8491
|
-
t.callFunction(`__watchEffect$${
|
|
8528
|
+
const u = _i(c);
|
|
8529
|
+
t.callFunction(`__watchEffect$${u}__`);
|
|
8492
8530
|
}
|
|
8493
8531
|
if (a.triggers[e])
|
|
8494
8532
|
for (const c of a.triggers[e]) {
|
|
8495
|
-
const
|
|
8496
|
-
if (!
|
|
8533
|
+
const u = a.sets[c];
|
|
8534
|
+
if (!u) {
|
|
8497
8535
|
console.assert(!1);
|
|
8498
8536
|
continue;
|
|
8499
8537
|
}
|
|
8500
8538
|
let p = null;
|
|
8501
|
-
for (const
|
|
8502
|
-
if (e === Re(
|
|
8503
|
-
if (
|
|
8539
|
+
for (const m of u)
|
|
8540
|
+
if (e === Re(m)) {
|
|
8541
|
+
if (m.subKeys) {
|
|
8504
8542
|
if (!de(
|
|
8505
|
-
xe(o,
|
|
8506
|
-
xe(s,
|
|
8543
|
+
xe(o, m.subKeys),
|
|
8544
|
+
xe(s, m.subKeys)
|
|
8507
8545
|
)) {
|
|
8508
|
-
p =
|
|
8546
|
+
p = m;
|
|
8509
8547
|
break;
|
|
8510
8548
|
}
|
|
8511
8549
|
} else if (!de(o, s)) {
|
|
8512
|
-
p =
|
|
8550
|
+
p = m;
|
|
8513
8551
|
break;
|
|
8514
8552
|
}
|
|
8515
8553
|
}
|
|
@@ -8517,61 +8555,61 @@ function qe(t, n, e, o, s) {
|
|
|
8517
8555
|
continue;
|
|
8518
8556
|
let d;
|
|
8519
8557
|
p.subKeys ? d = xe(o, p.subKeys) : d = o;
|
|
8520
|
-
for (const
|
|
8521
|
-
if (
|
|
8558
|
+
for (const m of u)
|
|
8559
|
+
if (m.subKeys) {
|
|
8522
8560
|
let f;
|
|
8523
|
-
if (
|
|
8561
|
+
if (m.type === "elementProperty")
|
|
8524
8562
|
f = t.getElementProperty(
|
|
8525
|
-
|
|
8526
|
-
|
|
8563
|
+
m.nodeId,
|
|
8564
|
+
m.propertyKeys.split(".")
|
|
8527
8565
|
);
|
|
8528
|
-
else if (
|
|
8529
|
-
f = t.getCustomProperty(
|
|
8530
|
-
else if (
|
|
8531
|
-
f = t.getState(
|
|
8532
|
-
else if (
|
|
8533
|
-
f = t.getAdaptSlotProperty(
|
|
8566
|
+
else if (m.type === "customProperty")
|
|
8567
|
+
f = t.getCustomProperty(m.propertyId);
|
|
8568
|
+
else if (m.type === "state")
|
|
8569
|
+
f = t.getState(m.stateId);
|
|
8570
|
+
else if (m.type === "adaptSlotProperty")
|
|
8571
|
+
f = t.getAdaptSlotProperty(m.propertyId);
|
|
8534
8572
|
else {
|
|
8535
8573
|
console.assert(!1);
|
|
8536
8574
|
continue;
|
|
8537
8575
|
}
|
|
8538
|
-
const g = xe(f,
|
|
8576
|
+
const g = xe(f, m.subKeys);
|
|
8539
8577
|
if (de(d, g))
|
|
8540
8578
|
continue;
|
|
8541
8579
|
const b = K(f);
|
|
8542
|
-
Gt(b,
|
|
8543
|
-
|
|
8544
|
-
|
|
8580
|
+
Gt(b, m.subKeys, K(d)), m.type === "elementProperty" ? t.setElementProperty(
|
|
8581
|
+
m.nodeId,
|
|
8582
|
+
m.propertyKeys.split("."),
|
|
8545
8583
|
b
|
|
8546
|
-
) :
|
|
8584
|
+
) : m.type === "customProperty" ? t.setCustomProperty(m.propertyId, b) : m.type === "state" ? t.setState(m.stateId, b) : m.type === "adaptSlotProperty" ? t.setAdaptSlotProperty(m.propertyId, b) : console.assert(!1);
|
|
8547
8585
|
} else {
|
|
8548
8586
|
let f;
|
|
8549
|
-
if (
|
|
8587
|
+
if (m.type === "elementProperty")
|
|
8550
8588
|
f = t.getElementProperty(
|
|
8551
|
-
|
|
8552
|
-
|
|
8589
|
+
m.nodeId,
|
|
8590
|
+
m.propertyKeys.split(".")
|
|
8553
8591
|
);
|
|
8554
|
-
else if (
|
|
8555
|
-
f = t.getCustomProperty(
|
|
8556
|
-
else if (
|
|
8557
|
-
f = t.getState(
|
|
8558
|
-
else if (
|
|
8559
|
-
f = t.getAdaptSlotProperty(
|
|
8592
|
+
else if (m.type === "customProperty")
|
|
8593
|
+
f = t.getCustomProperty(m.propertyId);
|
|
8594
|
+
else if (m.type === "state")
|
|
8595
|
+
f = t.getState(m.stateId);
|
|
8596
|
+
else if (m.type === "adaptSlotProperty")
|
|
8597
|
+
f = t.getAdaptSlotProperty(m.propertyId);
|
|
8560
8598
|
else {
|
|
8561
8599
|
console.assert(!1);
|
|
8562
8600
|
continue;
|
|
8563
8601
|
}
|
|
8564
8602
|
if (de(d, f))
|
|
8565
8603
|
continue;
|
|
8566
|
-
|
|
8567
|
-
|
|
8568
|
-
|
|
8604
|
+
m.type === "elementProperty" ? t.setElementProperty(
|
|
8605
|
+
m.nodeId,
|
|
8606
|
+
m.propertyKeys.split("."),
|
|
8569
8607
|
K(d)
|
|
8570
|
-
) :
|
|
8608
|
+
) : m.type === "customProperty" ? t.setCustomProperty(m.propertyId, K(d)) : m.type === "state" ? t.setState(m.stateId, K(d)) : m.type === "adaptSlotProperty" ? t.setAdaptSlotProperty(m.propertyId, K(d)) : console.assert(!1);
|
|
8571
8609
|
}
|
|
8572
8610
|
}
|
|
8573
8611
|
}
|
|
8574
|
-
function
|
|
8612
|
+
function Su(t, n, e) {
|
|
8575
8613
|
return `${t}/${n}/${e}`;
|
|
8576
8614
|
}
|
|
8577
8615
|
function ao(t) {
|
|
@@ -8583,10 +8621,10 @@ function ao(t) {
|
|
|
8583
8621
|
let s = "";
|
|
8584
8622
|
return n.length > 2 ? s = n[2] : console.error(`unwrapPropertyId invalid propertyKey id=${t}`), { kind: e, nodeId: o, propertyKey: s };
|
|
8585
8623
|
}
|
|
8586
|
-
function
|
|
8624
|
+
function $u(t, n, e) {
|
|
8587
8625
|
return `${t}.${n}.${e}`;
|
|
8588
8626
|
}
|
|
8589
|
-
function
|
|
8627
|
+
function Cu(t) {
|
|
8590
8628
|
const n = t.split(".");
|
|
8591
8629
|
let e = "";
|
|
8592
8630
|
n.length > 0 ? e = n[0] : console.error(
|
|
@@ -8603,10 +8641,10 @@ function vu(t) {
|
|
|
8603
8641
|
propertyKey: s
|
|
8604
8642
|
};
|
|
8605
8643
|
}
|
|
8606
|
-
function
|
|
8644
|
+
function Iu(t, n, e) {
|
|
8607
8645
|
return `${t}.${n}.${e}`;
|
|
8608
8646
|
}
|
|
8609
|
-
function
|
|
8647
|
+
function Vu(t) {
|
|
8610
8648
|
const n = t.split(".");
|
|
8611
8649
|
let e = "";
|
|
8612
8650
|
n.length > 0 ? e = n[0] : console.error(`unwrapPropertyKeyOfCustomSlot invalid compId key=${t}`);
|
|
@@ -8618,7 +8656,7 @@ function ku(t) {
|
|
|
8618
8656
|
function Pc(t, n, e) {
|
|
8619
8657
|
return `${t}/${n}/${e}`;
|
|
8620
8658
|
}
|
|
8621
|
-
function
|
|
8659
|
+
function Fo(t) {
|
|
8622
8660
|
const n = t.split("/");
|
|
8623
8661
|
let e = "elementMethod";
|
|
8624
8662
|
n.length > 0 ? e = n[0] : console.error(`unwrapMethodId invalid kind id=${t}`);
|
|
@@ -8627,10 +8665,10 @@ function Oo(t) {
|
|
|
8627
8665
|
let s = "";
|
|
8628
8666
|
return n.length > 2 ? s = n[2] : console.error(`unwrapMethodId invalid methodKey id=${t}`), { kind: e, nodeId: o, methodKey: s };
|
|
8629
8667
|
}
|
|
8630
|
-
function
|
|
8668
|
+
function Pu(t, n, e) {
|
|
8631
8669
|
return `${t}.${n}.${e}`;
|
|
8632
8670
|
}
|
|
8633
|
-
function
|
|
8671
|
+
function Lu(t) {
|
|
8634
8672
|
const n = t.split(".");
|
|
8635
8673
|
let e = "";
|
|
8636
8674
|
n.length > 0 ? e = n[0] : console.error(`unwrapMethodKeyOfElementSlot invalid elementKey key=${t}`);
|
|
@@ -8639,10 +8677,10 @@ function Su(t) {
|
|
|
8639
8677
|
let s = "";
|
|
8640
8678
|
return n.length > 2 ? s = n[2] : console.error(`unwrapMethodKeyOfElementSlot invalid methodKey key=${t}`), { elementKey: e, slotKey: o, methodKey: s };
|
|
8641
8679
|
}
|
|
8642
|
-
function
|
|
8680
|
+
function zu(t, n, e) {
|
|
8643
8681
|
return `${t}.${n}.${e}`;
|
|
8644
8682
|
}
|
|
8645
|
-
function
|
|
8683
|
+
function Tu(t) {
|
|
8646
8684
|
const n = t.split(".");
|
|
8647
8685
|
let e = "";
|
|
8648
8686
|
n.length > 0 ? e = n[0] : console.error(`unwrapMethodKeyOfCustomSlot invalid compId key=${t}`);
|
|
@@ -8654,7 +8692,7 @@ function Cu(t) {
|
|
|
8654
8692
|
function oe(t, n, e) {
|
|
8655
8693
|
return `${t}/${n}/${e}`;
|
|
8656
8694
|
}
|
|
8657
|
-
function
|
|
8695
|
+
function Lc(t) {
|
|
8658
8696
|
const n = t.split("/");
|
|
8659
8697
|
let e = "elementEvent";
|
|
8660
8698
|
n.length > 0 ? e = n[0] : console.error(`unwrapEventId invalid kind id=${t}`);
|
|
@@ -8663,10 +8701,10 @@ function Tc(t) {
|
|
|
8663
8701
|
let s = "";
|
|
8664
8702
|
return n.length > 2 ? s = n[2] : console.error(`unwrapEventId invalid eventKey id=${t}`), { kind: e, nodeId: o, eventKey: s };
|
|
8665
8703
|
}
|
|
8666
|
-
function
|
|
8704
|
+
function Eu(t, n, e) {
|
|
8667
8705
|
return `${t}.${n}.${e}`;
|
|
8668
8706
|
}
|
|
8669
|
-
function
|
|
8707
|
+
function Au(t) {
|
|
8670
8708
|
const n = t.split(".");
|
|
8671
8709
|
let e = "";
|
|
8672
8710
|
n.length > 0 ? e = n[0] : console.error(`unwrapEventKeyOfElementSlot invalid elementKey key=${t}`);
|
|
@@ -8675,10 +8713,10 @@ function Vu(t) {
|
|
|
8675
8713
|
let s = "";
|
|
8676
8714
|
return n.length > 2 ? s = n[2] : console.error(`unwrapEventKeyOfElementSlot invalid eventKey key=${t}`), { elementKey: e, slotKey: o, eventKey: s };
|
|
8677
8715
|
}
|
|
8678
|
-
function
|
|
8716
|
+
function Mu(t, n, e) {
|
|
8679
8717
|
return `${t}.${n}.${e}`;
|
|
8680
8718
|
}
|
|
8681
|
-
function
|
|
8719
|
+
function Bu(t) {
|
|
8682
8720
|
const n = t.split(".");
|
|
8683
8721
|
let e = "";
|
|
8684
8722
|
n.length > 0 ? e = n[0] : console.error(`makeEventKeyOfCustomSlot invalid compId key=${t}`);
|
|
@@ -8687,10 +8725,10 @@ function Tu(t) {
|
|
|
8687
8725
|
let s = "";
|
|
8688
8726
|
return n.length > 2 ? s = n[2] : console.error(`makeEventKeyOfCustomSlot invalid eventId key=${t}`), { compId: e, slotId: o, eventId: s };
|
|
8689
8727
|
}
|
|
8690
|
-
function
|
|
8728
|
+
function Wu(t, n, e) {
|
|
8691
8729
|
return `${t}/${n}/${e}`;
|
|
8692
8730
|
}
|
|
8693
|
-
function
|
|
8731
|
+
function Ru(t) {
|
|
8694
8732
|
const n = t.split("/");
|
|
8695
8733
|
let e = "elementSlot";
|
|
8696
8734
|
n.length > 0 ? e = n[0] : console.error(`unwrapSlotId invalid kind id=${t}`);
|
|
@@ -8710,17 +8748,17 @@ function rn(t, n) {
|
|
|
8710
8748
|
o.value !== s.dataSeq && (o.value = s.dataSeq, n.value = K(s.data));
|
|
8711
8749
|
});
|
|
8712
8750
|
}
|
|
8713
|
-
function
|
|
8751
|
+
function Ku() {
|
|
8714
8752
|
let t;
|
|
8715
8753
|
const n = async () => (t = (await vi()).newRuntime(), console.log("runtime created"), t);
|
|
8716
8754
|
return Ge(() => {
|
|
8717
8755
|
t && (t.dispose(), console.log("runtime dispose"));
|
|
8718
8756
|
}), { createRuntime: n };
|
|
8719
8757
|
}
|
|
8720
|
-
function
|
|
8758
|
+
function Ee(t) {
|
|
8721
8759
|
return !!t.vm;
|
|
8722
8760
|
}
|
|
8723
|
-
function
|
|
8761
|
+
function je(t, n) {
|
|
8724
8762
|
if (n === null)
|
|
8725
8763
|
return t.null;
|
|
8726
8764
|
if (n === !0)
|
|
@@ -8730,7 +8768,7 @@ function Ne(t, n) {
|
|
|
8730
8768
|
if (Array.isArray(n)) {
|
|
8731
8769
|
const e = t.newArray();
|
|
8732
8770
|
for (let o = 0; o < n.length; o++) {
|
|
8733
|
-
const s =
|
|
8771
|
+
const s = je(t, n[o]);
|
|
8734
8772
|
t.setProp(e, o.toString(), s), s.dispose();
|
|
8735
8773
|
}
|
|
8736
8774
|
return e;
|
|
@@ -8743,7 +8781,7 @@ function Ne(t, n) {
|
|
|
8743
8781
|
case "object": {
|
|
8744
8782
|
const e = t.newObject();
|
|
8745
8783
|
for (const o of Object.keys(n)) {
|
|
8746
|
-
const s =
|
|
8784
|
+
const s = je(t, n[o]);
|
|
8747
8785
|
t.setProp(e, o, s), s.dispose();
|
|
8748
8786
|
}
|
|
8749
8787
|
return e;
|
|
@@ -8762,15 +8800,15 @@ function zc(t) {
|
|
|
8762
8800
|
const o = n.getString(e), s = n.newArray(), r = o.split(".");
|
|
8763
8801
|
let a = 0;
|
|
8764
8802
|
for (let c = 0; c < r.length; c++) {
|
|
8765
|
-
const
|
|
8766
|
-
if (
|
|
8767
|
-
if (/^\[\d+\]$/.test(
|
|
8768
|
-
let p = parseInt(
|
|
8803
|
+
const u = r[c].trim();
|
|
8804
|
+
if (u !== "")
|
|
8805
|
+
if (/^\[\d+\]$/.test(u)) {
|
|
8806
|
+
let p = parseInt(u.slice(1, -1), 10);
|
|
8769
8807
|
p > 0 && p--;
|
|
8770
8808
|
const d = n.newNumber(p);
|
|
8771
8809
|
n.setProp(s, a.toString(), d), d.dispose(), a++;
|
|
8772
8810
|
} else {
|
|
8773
|
-
const p = n.newString(
|
|
8811
|
+
const p = n.newString(u);
|
|
8774
8812
|
n.setProp(s, a.toString(), p), p.dispose(), a++;
|
|
8775
8813
|
}
|
|
8776
8814
|
}
|
|
@@ -8794,60 +8832,60 @@ function zc(t) {
|
|
|
8794
8832
|
}).consume((e) => n.setProp(n.global, "__messageV1__", e)), n.newFunction("__timeoutV1__", (e, o) => {
|
|
8795
8833
|
const s = n.getNumber(e), r = n.getNumber(o);
|
|
8796
8834
|
window.setTimeout(() => {
|
|
8797
|
-
if (
|
|
8835
|
+
if (Ee(t)) {
|
|
8798
8836
|
var a = [];
|
|
8799
8837
|
try {
|
|
8800
8838
|
const d = Ie(a, n.getProp(n.global, "__timeoutCallback__"));
|
|
8801
8839
|
n.callFunction(d, n.global, n.newNumber(s));
|
|
8802
8840
|
} catch (c) {
|
|
8803
|
-
var
|
|
8841
|
+
var u = c, p = !0;
|
|
8804
8842
|
} finally {
|
|
8805
|
-
Ve(a,
|
|
8843
|
+
Ve(a, u, p);
|
|
8806
8844
|
}
|
|
8807
8845
|
}
|
|
8808
8846
|
}, r);
|
|
8809
8847
|
}).consume((e) => n.setProp(n.global, "__timeoutV1__", e)), n.newFunction("__delayV1__", (e) => {
|
|
8810
8848
|
const o = n.getNumber(e), { id: s, promise: r } = t.promiseManager.acquire();
|
|
8811
8849
|
return window.setTimeout(() => {
|
|
8812
|
-
|
|
8850
|
+
Ee(t) && (r.resolve(), t.promiseManager.release(s));
|
|
8813
8851
|
}, o), r.settled.then(n.runtime.executePendingJobs), r.handle;
|
|
8814
8852
|
}).consume((e) => n.setProp(n.global, "__delayV1__", e));
|
|
8815
8853
|
}
|
|
8816
|
-
const
|
|
8854
|
+
const No = ei({
|
|
8817
8855
|
baseUrl: "http://localhost/computebase/",
|
|
8818
8856
|
onError: (t) => {
|
|
8819
8857
|
const { i18n: n } = we;
|
|
8820
8858
|
ho(wi(n, t));
|
|
8821
8859
|
}
|
|
8822
8860
|
});
|
|
8823
|
-
window.API_URL && (
|
|
8824
|
-
function
|
|
8825
|
-
return
|
|
8861
|
+
window.API_URL && (No.defaults.baseURL = window.API_URL + "/computebase/");
|
|
8862
|
+
function Tc(t) {
|
|
8863
|
+
return No.post("callFunc", t);
|
|
8826
8864
|
}
|
|
8827
|
-
function
|
|
8865
|
+
function Ec(t) {
|
|
8828
8866
|
if (!t.vm) {
|
|
8829
8867
|
console.error("bindCompute invalid sandbox vm");
|
|
8830
8868
|
return;
|
|
8831
8869
|
}
|
|
8832
8870
|
const { vm: n } = t;
|
|
8833
8871
|
n.newFunction("__callFuncV1__", (e, o, s, r, a) => {
|
|
8834
|
-
const c = n.getString(e),
|
|
8835
|
-
return
|
|
8872
|
+
const c = n.getString(e), u = n.getString(o), p = n.dump(s), d = n.getString(r), m = n.getString(a), { id: f, promise: g } = t.promiseManager.acquire(), b = JSON.stringify(p);
|
|
8873
|
+
return Tc({
|
|
8836
8874
|
spaceId: c,
|
|
8837
|
-
id:
|
|
8875
|
+
id: u,
|
|
8838
8876
|
strInputs: b,
|
|
8839
8877
|
env: d
|
|
8840
8878
|
}).then(
|
|
8841
8879
|
({ strOutputs: v }) => {
|
|
8842
|
-
|
|
8880
|
+
Ee(t) && (g.resolve(n.evalCode(`JSON.parse('${v}')`).unwrap()), t.promiseManager.release(f));
|
|
8843
8881
|
},
|
|
8844
8882
|
(v) => {
|
|
8845
|
-
|
|
8883
|
+
Ee(t) && (g.reject(n.newString(`call func <${m}> failed, ${v}`)), t.promiseManager.release(f));
|
|
8846
8884
|
}
|
|
8847
8885
|
), g.settled.then(n.runtime.executePendingJobs), g.handle;
|
|
8848
8886
|
}).consume((e) => n.setProp(n.global, "__callFuncV1__", e));
|
|
8849
8887
|
}
|
|
8850
|
-
function
|
|
8888
|
+
function Ac(t) {
|
|
8851
8889
|
if (!t.vm) {
|
|
8852
8890
|
console.error("bindSystem invalid sandbox vm");
|
|
8853
8891
|
return;
|
|
@@ -8865,30 +8903,30 @@ function Mc(t) {
|
|
|
8865
8903
|
{
|
|
8866
8904
|
var c = [];
|
|
8867
8905
|
try {
|
|
8868
|
-
const
|
|
8869
|
-
n.callFunction(
|
|
8870
|
-
} catch (
|
|
8871
|
-
var p =
|
|
8906
|
+
const j = Ie(c, n.getProp(n.global, "__triggerEventInner__"));
|
|
8907
|
+
n.callFunction(j, n.global, e, ...o);
|
|
8908
|
+
} catch (u) {
|
|
8909
|
+
var p = u, d = !0;
|
|
8872
8910
|
} finally {
|
|
8873
8911
|
Ve(c, p, d);
|
|
8874
8912
|
}
|
|
8875
8913
|
}
|
|
8876
|
-
const s = n.getString(e), { kind: r, eventKey: a } =
|
|
8914
|
+
const s = n.getString(e), { kind: r, eventKey: a } = Lc(s);
|
|
8877
8915
|
if (r === "customEvent") {
|
|
8878
8916
|
var V = [];
|
|
8879
8917
|
try {
|
|
8880
|
-
const
|
|
8918
|
+
const j = Ie(V, n.getProp(n.global, "__triggerEventV1__"));
|
|
8881
8919
|
{
|
|
8882
|
-
var
|
|
8920
|
+
var m = [];
|
|
8883
8921
|
try {
|
|
8884
|
-
const D = Ie(
|
|
8922
|
+
const D = Ie(m, n.newString(
|
|
8885
8923
|
oe("referenceEvent", t.id, a)
|
|
8886
8924
|
));
|
|
8887
|
-
n.callFunction(
|
|
8925
|
+
n.callFunction(j, n.global, D, ...o);
|
|
8888
8926
|
} catch (f) {
|
|
8889
8927
|
var g = f, b = !0;
|
|
8890
8928
|
} finally {
|
|
8891
|
-
Ve(
|
|
8929
|
+
Ve(m, g, b);
|
|
8892
8930
|
}
|
|
8893
8931
|
}
|
|
8894
8932
|
{
|
|
@@ -8897,59 +8935,59 @@ function Mc(t) {
|
|
|
8897
8935
|
const D = Ie(v, n.newString(
|
|
8898
8936
|
oe("multipleRefEvent", t.id, a)
|
|
8899
8937
|
));
|
|
8900
|
-
n.callFunction(
|
|
8938
|
+
n.callFunction(j, n.global, D, ...o);
|
|
8901
8939
|
} catch (h) {
|
|
8902
8940
|
var x = h, C = !0;
|
|
8903
8941
|
} finally {
|
|
8904
8942
|
Ve(v, x, C);
|
|
8905
8943
|
}
|
|
8906
8944
|
}
|
|
8907
|
-
} catch (
|
|
8908
|
-
var W =
|
|
8945
|
+
} catch (F) {
|
|
8946
|
+
var W = F, U = !0;
|
|
8909
8947
|
} finally {
|
|
8910
8948
|
Ve(V, W, U);
|
|
8911
8949
|
}
|
|
8912
8950
|
}
|
|
8913
8951
|
}).consume((e) => n.setProp(n.global, "__triggerEventV1__", e)), n.newFunction("__getPropertyV1__", (e, o) => {
|
|
8914
|
-
const s = n.getString(e), r = n.getString(o), { kind: a, nodeId: c, propertyKey:
|
|
8952
|
+
const s = n.getString(e), r = n.getString(o), { kind: a, nodeId: c, propertyKey: u } = ao(s);
|
|
8915
8953
|
let p;
|
|
8916
8954
|
if (a === "elementProperty")
|
|
8917
|
-
p = t.getElementProperty(c,
|
|
8955
|
+
p = t.getElementProperty(c, u.split("."));
|
|
8918
8956
|
else if (a === "referenceProperty") {
|
|
8919
8957
|
const d = t.children[c];
|
|
8920
|
-
d && (p = d.getCustomProperty(
|
|
8958
|
+
d && (p = d.getCustomProperty(u));
|
|
8921
8959
|
} else if (a === "multipleRefProperty") {
|
|
8922
8960
|
const d = t.children[c + "/" + r];
|
|
8923
|
-
d && (p = d.getCustomProperty(
|
|
8924
|
-
} else a === "customProperty" ? p = t.getCustomProperty(
|
|
8925
|
-
return
|
|
8961
|
+
d && (p = d.getCustomProperty(u));
|
|
8962
|
+
} else a === "customProperty" ? p = t.getCustomProperty(u) : a === "customSlotProperty" || (a === "adaptSlotElementProperty" || a === "adaptSlotCustomProperty" ? p = t.getAdaptSlotProperty(u) : console.assert(!1));
|
|
8963
|
+
return je(n, p);
|
|
8926
8964
|
}).consume((e) => n.setProp(n.global, "__getPropertyV1__", e)), n.newFunction("__setPropertyV1__", (e, o, s) => {
|
|
8927
|
-
const r = n.getString(e), a = n.getString(o), c = n.dump(s), { kind:
|
|
8928
|
-
if (
|
|
8965
|
+
const r = n.getString(e), a = n.getString(o), c = n.dump(s), { kind: u, nodeId: p, propertyKey: d } = ao(r);
|
|
8966
|
+
if (u === "elementProperty")
|
|
8929
8967
|
t.setElementProperty(p, d.split("."), c);
|
|
8930
|
-
else if (
|
|
8931
|
-
const
|
|
8932
|
-
|
|
8933
|
-
} else if (
|
|
8934
|
-
const
|
|
8935
|
-
|
|
8936
|
-
} else
|
|
8968
|
+
else if (u === "referenceProperty") {
|
|
8969
|
+
const m = t.children[p];
|
|
8970
|
+
m && m.setCustomProperty(d, c);
|
|
8971
|
+
} else if (u === "multipleRefProperty") {
|
|
8972
|
+
const m = t.children[p + "/" + a];
|
|
8973
|
+
m && m.setCustomProperty(d, c);
|
|
8974
|
+
} else u === "customProperty" ? t.setCustomProperty(d, c) : u === "customSlotProperty" || (u === "adaptSlotElementProperty" || u === "adaptSlotCustomProperty" ? t.setAdaptSlotProperty(d, c) : console.assert(!1));
|
|
8937
8975
|
}).consume((e) => n.setProp(n.global, "__setPropertyV1__", e)), n.newFunction("__callMethodV1__", (e, o, s) => {
|
|
8938
|
-
const r = n.getString(e), a = n.getString(o), c = n.dump(s), { kind:
|
|
8939
|
-
let
|
|
8940
|
-
if (
|
|
8941
|
-
|
|
8942
|
-
else if (
|
|
8976
|
+
const r = n.getString(e), a = n.getString(o), c = n.dump(s), { kind: u, nodeId: p, methodKey: d } = Fo(r);
|
|
8977
|
+
let m;
|
|
8978
|
+
if (u === "elementMethod")
|
|
8979
|
+
m = t.callElementMethod(r, c);
|
|
8980
|
+
else if (u === "referenceMethod") {
|
|
8943
8981
|
const f = t.children[p];
|
|
8944
|
-
f && (
|
|
8945
|
-
} else if (
|
|
8982
|
+
f && (m = f.callCustomMethod(d, c));
|
|
8983
|
+
} else if (u === "multipleRefMethod") {
|
|
8946
8984
|
const f = t.children[p + "/" + a];
|
|
8947
|
-
f && (
|
|
8948
|
-
} else
|
|
8949
|
-
return
|
|
8985
|
+
f && (m = f.callCustomMethod(d, c));
|
|
8986
|
+
} else u === "customMethod" || u === "customSlotMethod" || u === "adaptSlotElementMethod" || u === "adaptSlotCustomMethod" || console.assert(!1);
|
|
8987
|
+
return m;
|
|
8950
8988
|
}).consume((e) => n.setProp(n.global, "__callMethodV1__", e)), n.newFunction("__getStateV1__", (e) => {
|
|
8951
8989
|
const o = n.getString(e), s = t.getState(o);
|
|
8952
|
-
return
|
|
8990
|
+
return je(n, s);
|
|
8953
8991
|
}).consume((e) => n.setProp(n.global, "__getStateV1__", e)), n.newFunction("__setStateV1__", (e, o) => {
|
|
8954
8992
|
const s = n.getString(e), r = n.dump(o);
|
|
8955
8993
|
t.setState(s, r);
|
|
@@ -8969,18 +9007,18 @@ function Mc(t) {
|
|
|
8969
9007
|
);
|
|
8970
9008
|
}).consume((e) => n.setProp(n.global, "__navigateToV1__", e)), n.newFunction("__openConfirmDlgV1__", (e, o) => {
|
|
8971
9009
|
const s = n.getString(e), r = n.getString(o), { id: a, promise: c } = t.promiseManager.acquire();
|
|
8972
|
-
return ti({ title: s, text: r }).then((
|
|
8973
|
-
|
|
9010
|
+
return ti({ title: s, text: r }).then((u) => {
|
|
9011
|
+
Ee(t) && (u === void 0 ? c.resolve(n.undefined) : c.resolve(u ? n.true : n.false), t.promiseManager.release(a));
|
|
8974
9012
|
}), c.settled.then(n.runtime.executePendingJobs), c.handle;
|
|
8975
9013
|
}).consume((e) => n.setProp(n.global, "__openConfirmDlgV1__", e)), n.newFunction("__openPromptDlgV1__", (e, o, s) => {
|
|
8976
|
-
const r = n.getString(e), a = n.getString(o), c = n.dump(s), { id:
|
|
9014
|
+
const r = n.getString(e), a = n.getString(o), c = n.dump(s), { id: u, promise: p } = t.promiseManager.acquire();
|
|
8977
9015
|
return ni({ title: r, label: a, value: c }).then((d) => {
|
|
8978
|
-
|
|
9016
|
+
Ee(t) && (d === void 0 ? p.resolve(n.undefined) : p.resolve(n.newString(d)), t.promiseManager.release(u));
|
|
8979
9017
|
}), p.settled.then(n.runtime.executePendingJobs), p.handle;
|
|
8980
9018
|
}).consume((e) => n.setProp(n.global, "__openPromptDlgV1__", e));
|
|
8981
9019
|
}
|
|
8982
9020
|
function Bc(t) {
|
|
8983
|
-
zc(t),
|
|
9021
|
+
zc(t), Ec(t), Ac(t), Mc(t);
|
|
8984
9022
|
}
|
|
8985
9023
|
const Wc = `
|
|
8986
9024
|
let __events__ = {}
|
|
@@ -9096,8 +9134,8 @@ class Kc {
|
|
|
9096
9134
|
type;
|
|
9097
9135
|
eventBus = xi();
|
|
9098
9136
|
hooks;
|
|
9099
|
-
constructor(n, e, o, s, r, a, c,
|
|
9100
|
-
this.kind = n, this.id = e, this.refKey = o, this.parent = s, this.org = r, this.env = a, this.mode = c, this.type =
|
|
9137
|
+
constructor(n, e, o, s, r, a, c, u, p) {
|
|
9138
|
+
this.kind = n, this.id = e, this.refKey = o, this.parent = s, this.org = r, this.env = a, this.mode = c, this.type = u, this.hooks = p, this.parent?.addChild(this), console.log(`Sandbox/constructor id='${this.id}'`);
|
|
9101
9139
|
}
|
|
9102
9140
|
dispose() {
|
|
9103
9141
|
this.parent?.removeChild(this.id), this.destroyVm(), console.log(`Sandbox/dispose id='${this.id}'`);
|
|
@@ -9128,7 +9166,7 @@ class Kc {
|
|
|
9128
9166
|
console.log(`callFunction ${n} ${[...e]}`);
|
|
9129
9167
|
const o = this.vm.getProp(this.vm.global, n), s = [];
|
|
9130
9168
|
for (const r of e)
|
|
9131
|
-
s.push(
|
|
9169
|
+
s.push(je(this.vm, r));
|
|
9132
9170
|
this.vm.callFunction(o, this.vm.global, ...s), o.dispose();
|
|
9133
9171
|
}
|
|
9134
9172
|
//--------------------------
|
|
@@ -9203,7 +9241,7 @@ class Kc {
|
|
|
9203
9241
|
callElementMethod(n, e) {
|
|
9204
9242
|
if (!ne(this.mode))
|
|
9205
9243
|
return;
|
|
9206
|
-
const { methodKey: o } =
|
|
9244
|
+
const { methodKey: o } = Fo(n), s = {};
|
|
9207
9245
|
return this.eventBus.emit(n, { key: o, inputs: e, outputs: s }), s;
|
|
9208
9246
|
}
|
|
9209
9247
|
callCustomMethod(n, e) {
|
|
@@ -9226,12 +9264,12 @@ class Kc {
|
|
|
9226
9264
|
}
|
|
9227
9265
|
}
|
|
9228
9266
|
function sn(t, n, e, o, s) {
|
|
9229
|
-
const r = Sc(), a = $c(), c = J(),
|
|
9267
|
+
const r = Sc(), a = $c(), c = J(), u = he(), p = Be(), d = Ue(), m = Ic(), f = (x, C, V, F) => {
|
|
9230
9268
|
if (ne(c) && (h.callFunction(
|
|
9231
9269
|
"__triggerEventV1__",
|
|
9232
9270
|
oe("elementPropertyChangeEvent", x, C.join(".")),
|
|
9233
9271
|
V,
|
|
9234
|
-
|
|
9272
|
+
F ?? V
|
|
9235
9273
|
), t.value?.code.reactivity)) {
|
|
9236
9274
|
let W = "";
|
|
9237
9275
|
C instanceof Array ? W = C.join(".") : W = C, qe(
|
|
@@ -9243,7 +9281,7 @@ function sn(t, n, e, o, s) {
|
|
|
9243
9281
|
propertyKeys: W
|
|
9244
9282
|
}),
|
|
9245
9283
|
V,
|
|
9246
|
-
|
|
9284
|
+
F
|
|
9247
9285
|
);
|
|
9248
9286
|
}
|
|
9249
9287
|
}, g = (x, C, V) => {
|
|
@@ -9290,7 +9328,7 @@ function sn(t, n, e, o, s) {
|
|
|
9290
9328
|
C,
|
|
9291
9329
|
V
|
|
9292
9330
|
));
|
|
9293
|
-
}, h = new Kc(n, e, o, s, r, a, c,
|
|
9331
|
+
}, h = new Kc(n, e, o, s, r, a, c, u, {
|
|
9294
9332
|
onElementPropertyChange: f,
|
|
9295
9333
|
onCustomPropertyChange: g,
|
|
9296
9334
|
onAdaptSlotPropertyChange: b,
|
|
@@ -9300,7 +9338,7 @@ function sn(t, n, e, o, s) {
|
|
|
9300
9338
|
h.dispose();
|
|
9301
9339
|
}), ne(c)) {
|
|
9302
9340
|
const x = async () => {
|
|
9303
|
-
h.destroyVm(), h.associateData(t), h.resetCustomProperties(), h.resetAdaptSlotProperties(), h.resetStates(), !(!t.value || !t.value.code.script) && h.createVm(
|
|
9341
|
+
h.destroyVm(), h.associateData(t), h.resetCustomProperties(), h.resetAdaptSlotProperties(), h.resetStates(), !(!t.value || !t.value.code.script) && h.createVm(m, t.value.code.script);
|
|
9304
9342
|
};
|
|
9305
9343
|
x(), ce(t, () => {
|
|
9306
9344
|
x();
|
|
@@ -9309,12 +9347,12 @@ function sn(t, n, e, o, s) {
|
|
|
9309
9347
|
ne(c) && ce(
|
|
9310
9348
|
p,
|
|
9311
9349
|
(x, C) => {
|
|
9312
|
-
const V = Xe(x.width),
|
|
9350
|
+
const V = Xe(x.width), F = Xe(C?.width ?? x.width);
|
|
9313
9351
|
h.callFunction(
|
|
9314
9352
|
"__triggerEventV1__",
|
|
9315
9353
|
oe("elementEvent", "globality", "screenSizeChange"),
|
|
9316
9354
|
V,
|
|
9317
|
-
|
|
9355
|
+
F
|
|
9318
9356
|
);
|
|
9319
9357
|
},
|
|
9320
9358
|
{ immediate: !0 }
|
|
@@ -9336,7 +9374,7 @@ const Dc = (t, n, e) => {
|
|
|
9336
9374
|
(typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(r.bind(null, /* @__PURE__ */ new Error("Unknown variable dynamic import: " + n + (n.split("/").length !== e ? ". Note that variables only represent file names one level deep." : ""))));
|
|
9337
9375
|
});
|
|
9338
9376
|
};
|
|
9339
|
-
async function
|
|
9377
|
+
async function Du(t) {
|
|
9340
9378
|
return (await Dc(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.fcu7dx2e.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.ab9hc9dj.js") }), `./locales/${t}/index.ts`, 4)).default;
|
|
9341
9379
|
}
|
|
9342
9380
|
export {
|
|
@@ -9350,40 +9388,42 @@ export {
|
|
|
9350
9388
|
Yl as btnToggleV1,
|
|
9351
9389
|
_t as btnV1,
|
|
9352
9390
|
Xe as calcBreakpoint,
|
|
9353
|
-
|
|
9391
|
+
Fe as cardV1,
|
|
9354
9392
|
Ql as checkboxV1,
|
|
9355
9393
|
xt as chipGroupV1,
|
|
9356
9394
|
vt as chipV1,
|
|
9357
9395
|
na as colorPickerV1,
|
|
9358
9396
|
oa as comboboxV1,
|
|
9397
|
+
su as compMetaStringify,
|
|
9359
9398
|
Ci as compTypes,
|
|
9360
9399
|
kt as containerV1,
|
|
9400
|
+
eu as dataStringify,
|
|
9361
9401
|
ia as dataTableV1,
|
|
9362
9402
|
ra as datePickerV1,
|
|
9363
9403
|
sa as dialogV1,
|
|
9364
|
-
|
|
9365
|
-
wc as
|
|
9366
|
-
|
|
9367
|
-
|
|
9404
|
+
Ll as directionalLightV1,
|
|
9405
|
+
wc as duplicateNodePair,
|
|
9406
|
+
fu as duplicateNodePairs,
|
|
9407
|
+
nu as elementKeys,
|
|
9368
9408
|
Ke as elements,
|
|
9369
9409
|
Qc as ensureContext,
|
|
9370
|
-
|
|
9410
|
+
mu as fileInputV1,
|
|
9371
9411
|
wt as flexLayoutEntryV1,
|
|
9372
|
-
|
|
9412
|
+
Ne as flexLayoutV1,
|
|
9373
9413
|
Ct as formV1,
|
|
9374
9414
|
z as genId,
|
|
9375
9415
|
We as getBreakpointProp,
|
|
9376
9416
|
xe as getField,
|
|
9377
9417
|
un as getIndexOfBreakpoint,
|
|
9418
|
+
du as getNodeLite,
|
|
9378
9419
|
lo as getPropertyDefault,
|
|
9379
9420
|
B as getPropertyTag,
|
|
9380
|
-
lu as getTreeNode,
|
|
9381
9421
|
Zc as getTypeColor,
|
|
9382
9422
|
Hl as globalityV1,
|
|
9383
|
-
|
|
9423
|
+
El as groupV1,
|
|
9384
9424
|
pa as iconV1,
|
|
9385
|
-
|
|
9386
|
-
|
|
9425
|
+
T as initNode,
|
|
9426
|
+
A as initProperties,
|
|
9387
9427
|
Ue as injectDark,
|
|
9388
9428
|
_e as injectData,
|
|
9389
9429
|
Cc as injectDepends,
|
|
@@ -9399,48 +9439,52 @@ export {
|
|
|
9399
9439
|
Pi as isLocaleOfEventKind,
|
|
9400
9440
|
Vi as isLocaleOfMethodKind,
|
|
9401
9441
|
Ii as isLocaleOfPropertyKind,
|
|
9402
|
-
|
|
9403
|
-
|
|
9442
|
+
ou as isLocaleOfSlotKind,
|
|
9443
|
+
jt as isPercentStr,
|
|
9404
9444
|
nt as isPixelStr,
|
|
9405
9445
|
vl as keyboardControlsV1,
|
|
9406
9446
|
ht as lineChartV1,
|
|
9407
|
-
|
|
9447
|
+
Du as loadLocaleMessageRuntime,
|
|
9408
9448
|
oe as makeEventId,
|
|
9409
|
-
|
|
9410
|
-
|
|
9449
|
+
Mu as makeEventKeyOfCustomSlot,
|
|
9450
|
+
Eu as makeEventKeyOfElementSlot,
|
|
9411
9451
|
Pc as makeMethodId,
|
|
9412
|
-
|
|
9413
|
-
|
|
9414
|
-
|
|
9415
|
-
|
|
9416
|
-
|
|
9417
|
-
|
|
9452
|
+
zu as makeMethodKeyOfCustomSlot,
|
|
9453
|
+
Pu as makeMethodKeyOfElementSlot,
|
|
9454
|
+
Su as makePropertyId,
|
|
9455
|
+
Iu as makePropertyKeyOfCustomSlot,
|
|
9456
|
+
$u as makePropertyKeyOfElementSlot,
|
|
9457
|
+
Wu as makeSlotId,
|
|
9418
9458
|
Re as makeTriggerId,
|
|
9419
9459
|
xl as mapControlsV1,
|
|
9420
9460
|
da as menuV1,
|
|
9421
9461
|
De as meshBasicMaterialV1,
|
|
9422
|
-
|
|
9462
|
+
Oe as meshV1,
|
|
9423
9463
|
Bl as multipleRefV1,
|
|
9424
9464
|
It as numberInputV1,
|
|
9425
9465
|
kl as orbitControlsV1,
|
|
9426
9466
|
hl as orthographicCameraV1,
|
|
9467
|
+
iu as pageMetaStringify,
|
|
9427
9468
|
$i as pageTypes,
|
|
9428
9469
|
ya as paginationV1,
|
|
9470
|
+
lu as parseCompMeta,
|
|
9471
|
+
tu as parseData,
|
|
9472
|
+
ru as parsePageMeta,
|
|
9429
9473
|
at as parsePercentStr,
|
|
9430
9474
|
qc as parsePixelStr,
|
|
9431
9475
|
_l as perspectiveCameraV1,
|
|
9432
9476
|
kc as pkgs,
|
|
9433
9477
|
zl as pointLightV1,
|
|
9434
|
-
|
|
9435
|
-
|
|
9436
|
-
|
|
9437
|
-
|
|
9438
|
-
|
|
9439
|
-
|
|
9440
|
-
|
|
9441
|
-
|
|
9478
|
+
_u as provideDark,
|
|
9479
|
+
xu as provideData,
|
|
9480
|
+
ku as provideDepends,
|
|
9481
|
+
hu as provideDevice,
|
|
9482
|
+
bu as provideEnv,
|
|
9483
|
+
gu as provideMode,
|
|
9484
|
+
yu as provideOrg,
|
|
9485
|
+
wu as provideRuntime,
|
|
9442
9486
|
Vc as provideSandbox,
|
|
9443
|
-
|
|
9487
|
+
vu as provideType,
|
|
9444
9488
|
Pt as radioGroupV1,
|
|
9445
9489
|
Vt as radioV1,
|
|
9446
9490
|
ha as rangeSliderV1,
|
|
@@ -9451,14 +9495,14 @@ export {
|
|
|
9451
9495
|
va as selectV1,
|
|
9452
9496
|
Gt as setField,
|
|
9453
9497
|
xa as sliderV1,
|
|
9454
|
-
|
|
9498
|
+
pu as spawnNode,
|
|
9455
9499
|
bt as sphereGeometryV1,
|
|
9456
|
-
|
|
9457
|
-
|
|
9500
|
+
Tl as spotLightV1,
|
|
9501
|
+
Lt as stepperHeaderV1,
|
|
9458
9502
|
zt as stepperItemV1,
|
|
9459
|
-
|
|
9460
|
-
|
|
9461
|
-
|
|
9503
|
+
At as stepperV1,
|
|
9504
|
+
Et as stepperWindowItemV1,
|
|
9505
|
+
Tt as stepperWindowV1,
|
|
9462
9506
|
Ca as switchV1,
|
|
9463
9507
|
Mt as tabV1,
|
|
9464
9508
|
Bt as tabsV1,
|
|
@@ -9467,25 +9511,25 @@ export {
|
|
|
9467
9511
|
Wt as textareaV1,
|
|
9468
9512
|
Rt as timelineItemV1,
|
|
9469
9513
|
Kt as timelineV1,
|
|
9470
|
-
|
|
9471
|
-
|
|
9472
|
-
|
|
9473
|
-
|
|
9514
|
+
uu as toEventName,
|
|
9515
|
+
cu as toMethodName,
|
|
9516
|
+
E as toNodeLite,
|
|
9517
|
+
au as toPropertyName,
|
|
9474
9518
|
qe as triggerReactivity,
|
|
9475
9519
|
Yc as types,
|
|
9476
|
-
|
|
9477
|
-
|
|
9478
|
-
|
|
9479
|
-
|
|
9480
|
-
|
|
9481
|
-
|
|
9520
|
+
Lc as unwrapEventId,
|
|
9521
|
+
Bu as unwrapEventKeyOfCustomSlot,
|
|
9522
|
+
Au as unwrapEventKeyOfElementSlot,
|
|
9523
|
+
Fo as unwrapMethodId,
|
|
9524
|
+
Tu as unwrapMethodKeyOfCustomSlot,
|
|
9525
|
+
Lu as unwrapMethodKeyOfElementSlot,
|
|
9482
9526
|
ao as unwrapPropertyId,
|
|
9483
|
-
|
|
9484
|
-
|
|
9485
|
-
|
|
9527
|
+
Vu as unwrapPropertyKeyOfCustomSlot,
|
|
9528
|
+
Cu as unwrapPropertyKeyOfElementSlot,
|
|
9529
|
+
Ru as unwrapSlotId,
|
|
9486
9530
|
rn as useDepend,
|
|
9487
|
-
|
|
9531
|
+
Ku as useRuntime,
|
|
9488
9532
|
sn as useSandbox,
|
|
9489
9533
|
Dt as windowItemV1,
|
|
9490
|
-
|
|
9534
|
+
Ot as windowV1
|
|
9491
9535
|
};
|