x-runtime-lib 0.8.29 → 0.8.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/composables/element/core/elementProperty.d.ts +4 -0
- package/dist/composables/element/index.d.ts +1 -1
- package/dist/element/_common/props/basic/v1/index.d.ts +2 -2
- package/dist/element/_common/props/border/v1/index.d.ts +2 -2
- package/dist/element/_common/props/color/v1/index.d.ts +2 -2
- package/dist/element/_common/props/legend/v1/index.d.ts +2 -2
- package/dist/element/_common/props/margin/v1/index.d.ts +2 -2
- package/dist/element/_common/props/padding/v1/index.d.ts +2 -2
- package/dist/element/_common/props/size/v1/index.d.ts +2 -2
- package/dist/element/_common/props/title/v1/index.d.ts +2 -2
- package/dist/element/_common/props/transform/v1/index.d.ts +2 -2
- package/dist/element/_common/props/xAxis/v1/index.d.ts +2 -2
- package/dist/element/_common/props/yAxis/v1/index.d.ts +2 -2
- package/dist/index.js +1209 -788
- package/dist/types/data.d.ts +10 -10
- package/dist/types/element.d.ts +46 -46
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/property.d.ts +4 -0
- package/dist/utils/sandbox.d.ts +16 -16
- package/package.json +1 -1
- package/dist/composables/element/core/elementProp.d.ts +0 -4
- package/dist/utils/prop.d.ts +0 -4
package/dist/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { defineComponent as $, createElementBlock as Y, renderSlot as L, unref as n, openBlock as v, createElementVNode as ie, computed as k, normalizeStyle as Q, ref as ce, watchEffect as ue, watch as q, onBeforeMount as No, onUnmounted as je, createBlock as V, withCtx as I, createCommentVNode as ee, useTemplateRef as Xi, onMounted as Yi, nextTick as Ji, h as ae, resolveComponent as z, createVNode as H, isRef as O, createSlots as Pn, renderList as Mo, useId as Zi, withModifiers as Ro, normalizeClass as Do, toDisplayString as Fo, inject as oe, provide as se, readonly as zn } from "vue";
|
|
2
|
-
import { globalObjects as
|
|
2
|
+
import { globalObjects as fe, waitUtil as qi, eventBus as Qi, useViewStack as eo, messageInfo as Go, messageSuccess as Ho, messageWarning as to, messageError as no, createAxios as Ko, openConfirmDlg as jo, openPromptDlg as Oo } from "x-essential-lib";
|
|
3
3
|
import { CameraHelper as io, DirectionalLightHelper as Uo, PointLightHelper as Xo, SpotLightHelper as Yo } from "three";
|
|
4
4
|
import { c as B, i as ne, q as Be, u as Jo, r as oo, e as so, a as Zo, b as qo, d as Qo, f as es, g as ts, h as ns, j as is, k as os, l as ro, X as ss, Y as rs, K as ls, m as as, n as us, o as cs, I as ms } from "./vendor.dd29fg1n.js";
|
|
5
5
|
import { getErrorMessage as ps } from "x-error-lib";
|
|
6
6
|
import { useTheme as ds } from "vuetify";
|
|
7
|
-
import { useI18n as
|
|
7
|
+
import { useI18n as ys } from "vue-i18n";
|
|
8
8
|
const Sc = ["string", "number", "boolean", "array", "object"];
|
|
9
9
|
function Cc(t) {
|
|
10
10
|
switch (t) {
|
|
@@ -38,7 +38,7 @@ function Tc(t, e, i, o, l) {
|
|
|
38
38
|
children: {}
|
|
39
39
|
}, s.children[i] = a);
|
|
40
40
|
}
|
|
41
|
-
const
|
|
41
|
+
const fs = ["common", "scene"], bs = ["common", "scene"];
|
|
42
42
|
function hs(t) {
|
|
43
43
|
return t === "elementProperty" || t === "elementSlotProperty";
|
|
44
44
|
}
|
|
@@ -173,24 +173,24 @@ function ao(t, e, i) {
|
|
|
173
173
|
o[s] = i;
|
|
174
174
|
}
|
|
175
175
|
function Ln(t, e, i) {
|
|
176
|
-
const { i18n: o } =
|
|
176
|
+
const { i18n: o } = fe;
|
|
177
177
|
let l = "";
|
|
178
178
|
return t && (l += t + " / "), e.forEach((s, a) => {
|
|
179
179
|
a > 0 && (l += " - "), i ? l += o.global.t(s) : l += s;
|
|
180
180
|
}), l;
|
|
181
181
|
}
|
|
182
182
|
function Ec(t, e) {
|
|
183
|
-
const { i18n: i } =
|
|
183
|
+
const { i18n: i } = fe;
|
|
184
184
|
let o = "";
|
|
185
185
|
return t === "elementProperty" || (t === "refProperty" ? o = i.global.t("x-runtime-lib.ref") : t === "customProperty" ? o = i.global.t("x-runtime-lib.custom") : t === "elementSlotProperty" || t === "customSlotProperty" ? o = i.global.t("x-runtime-lib.slot") : console.assert(!1)), Ln(o, e, hs(t));
|
|
186
186
|
}
|
|
187
187
|
function Nc(t, e) {
|
|
188
|
-
const { i18n: i } =
|
|
188
|
+
const { i18n: i } = fe;
|
|
189
189
|
let o = "";
|
|
190
190
|
return t === "elementMethod" || (t === "refMethod" ? o = i.global.t("x-runtime-lib.ref") : t === "customMethod" ? o = i.global.t("x-runtime-lib.custom") : t === "elementSlotMethod" || t === "customSlotMethod" ? o = i.global.t("x-runtime-lib.slot") : console.assert(!1)), Ln(o, e, gs(t));
|
|
191
191
|
}
|
|
192
192
|
function Mc(t, e) {
|
|
193
|
-
const { i18n: i } =
|
|
193
|
+
const { i18n: i } = fe;
|
|
194
194
|
let o = "";
|
|
195
195
|
return t === "elementEvent" || (t === "refEvent" ? o = i.global.t("x-runtime-lib.ref") : t === "customEvent" ? o = i.global.t("x-runtime-lib.custom") : t === "elementPropertyChangeEvent" || t === "customPropertyChangeEvent" ? o = i.global.t("x-runtime-lib.propertyChange") : t === "stateChangeEvent" ? o = i.global.t("x-runtime-lib.stateChange") : console.assert(!1)), Ln(o, e, xs(t));
|
|
196
196
|
}
|
|
@@ -235,7 +235,7 @@ const Te = {}, _ = (t) => {
|
|
|
235
235
|
], 4)) : L(o.$slots, "default", { key: 1 });
|
|
236
236
|
}
|
|
237
237
|
}), _s = (t, e, i, o) => {
|
|
238
|
-
const l = t.
|
|
238
|
+
const l = t.getElementPropertyInner(e, i);
|
|
239
239
|
if (o) {
|
|
240
240
|
if (typeof l == "string")
|
|
241
241
|
return JSON.parse(l);
|
|
@@ -245,7 +245,7 @@ const Te = {}, _ = (t) => {
|
|
|
245
245
|
return l;
|
|
246
246
|
}, ws = (t, e, i, o, l) => {
|
|
247
247
|
let s;
|
|
248
|
-
l ? typeof o == "object" ? s = JSON.stringify(o, null, 2) : (console.assert(!1), s = "{}") : s = o, t.
|
|
248
|
+
l ? typeof o == "object" ? s = JSON.stringify(o, null, 2) : (console.assert(!1), s = "{}") : s = o, t.setElementPropertyInner(e, i, s);
|
|
249
249
|
};
|
|
250
250
|
function r(t, e, i) {
|
|
251
251
|
const o = G(), l = Ee(), s = ce();
|
|
@@ -254,10 +254,46 @@ function r(t, e, i) {
|
|
|
254
254
|
o === "editor" && e[e.length - 1] === "readonly" && (a = !0), s.value = a;
|
|
255
255
|
}), q(s, (a, p) => {
|
|
256
256
|
ne(a, p) || ws(l, t.node, e, s.value, i);
|
|
257
|
-
}), {
|
|
257
|
+
}), { property: s };
|
|
258
258
|
}
|
|
259
259
|
function me(t) {
|
|
260
|
-
const {
|
|
260
|
+
const { property: e } = r(t, [
|
|
261
|
+
"transform",
|
|
262
|
+
"position",
|
|
263
|
+
"x"
|
|
264
|
+
]), { property: i } = r(t, [
|
|
265
|
+
"transform",
|
|
266
|
+
"position",
|
|
267
|
+
"y"
|
|
268
|
+
]), { property: o } = r(t, [
|
|
269
|
+
"transform",
|
|
270
|
+
"position",
|
|
271
|
+
"z"
|
|
272
|
+
]), { property: l } = r(t, [
|
|
273
|
+
"transform",
|
|
274
|
+
"rotation",
|
|
275
|
+
"x"
|
|
276
|
+
]), { property: s } = r(t, [
|
|
277
|
+
"transform",
|
|
278
|
+
"rotation",
|
|
279
|
+
"y"
|
|
280
|
+
]), { property: a } = r(t, [
|
|
281
|
+
"transform",
|
|
282
|
+
"rotation",
|
|
283
|
+
"z"
|
|
284
|
+
]), { property: p } = r(t, [
|
|
285
|
+
"transform",
|
|
286
|
+
"scale",
|
|
287
|
+
"x"
|
|
288
|
+
]), { property: d } = r(t, [
|
|
289
|
+
"transform",
|
|
290
|
+
"scale",
|
|
291
|
+
"y"
|
|
292
|
+
]), { property: f } = r(t, [
|
|
293
|
+
"transform",
|
|
294
|
+
"scale",
|
|
295
|
+
"z"
|
|
296
|
+
]), m = ce([0, 0, 0]), u = ce([0, 0, 0]), c = ce([1, 1, 1]);
|
|
261
297
|
return ue(() => {
|
|
262
298
|
m.value = [e.value, i.value, o.value];
|
|
263
299
|
}), ue(() => {
|
|
@@ -267,9 +303,9 @@ function me(t) {
|
|
|
267
303
|
}), ue(() => {
|
|
268
304
|
l.value = u.value[0], s.value = u.value[1], a.value = u.value[2];
|
|
269
305
|
}), ue(() => {
|
|
270
|
-
c.value = [p.value, d.value,
|
|
306
|
+
c.value = [p.value, d.value, f.value];
|
|
271
307
|
}), ue(() => {
|
|
272
|
-
p.value = c.value[0], d.value = c.value[1],
|
|
308
|
+
p.value = c.value[0], d.value = c.value[1], f.value = c.value[2];
|
|
273
309
|
}), { position: m, rotation: u, scale: c };
|
|
274
310
|
}
|
|
275
311
|
function uo(t) {
|
|
@@ -312,7 +348,7 @@ function po(t) {
|
|
|
312
348
|
}
|
|
313
349
|
return { show: e, position: i, type: o, data: l, applyXAxis: s };
|
|
314
350
|
}
|
|
315
|
-
function
|
|
351
|
+
function yo(t) {
|
|
316
352
|
const e = k(() => t.node.yAxis?.show), i = k(() => t.node.yAxis?.position), o = k(() => t.node.yAxis?.type), l = k(() => t.node.yAxis?.data);
|
|
317
353
|
function s(a) {
|
|
318
354
|
a.yAxis = {
|
|
@@ -326,23 +362,23 @@ function fo(t) {
|
|
|
326
362
|
}
|
|
327
363
|
function K(t) {
|
|
328
364
|
const { computedThemes: e } = ds(), i = We(), o = k(() => t.value?.mode), l = k(() => {
|
|
329
|
-
const
|
|
330
|
-
return
|
|
365
|
+
const f = t.value?.theme;
|
|
366
|
+
return f ? f === "background0" ? i.value ? "#2e2e2e" : "#bdbdbd" : f === "background1" ? i.value ? "#272727" : "#eeeeee" : f === "background2" ? i.value ? "#1e1e1e" : "#ffffff" : (i.value ? e.value.dark : e.value.light).colors[f] : void 0;
|
|
331
367
|
}), s = k(() => i.value ? t.value.custom?.dark : t.value.custom?.light), a = k(() => o.value === "theme" ? l.value ?? "" : o.value === "custom" ? s.value ?? "" : ""), p = k(() => {
|
|
332
|
-
const
|
|
333
|
-
return !
|
|
368
|
+
const f = a.value;
|
|
369
|
+
return !f.startsWith("#") || f.length < 7 ? "" : f.substring(0, 7);
|
|
334
370
|
}), d = k(() => {
|
|
335
|
-
const
|
|
336
|
-
return
|
|
371
|
+
const f = a.value;
|
|
372
|
+
return f.startsWith("#") ? f.length < 9 ? 1 : parseInt(f.substring(7, 9)) / 255 : 0;
|
|
337
373
|
});
|
|
338
374
|
return { color: a, rgb: p, alpha: d };
|
|
339
375
|
}
|
|
340
376
|
function Bn(t) {
|
|
341
377
|
const e = k(() => t.node.border?.style), i = k(() => t.node.border?.width), o = k(() => t.node.border?.color), { color: l } = K(o), s = k(() => t.node.border?.roundRadius?.tl), a = k(() => t.node.border?.roundRadius?.tr), p = k(() => t.node.border?.roundRadius?.bl), d = k(() => t.node.border?.roundRadius?.br);
|
|
342
|
-
function
|
|
378
|
+
function f(m) {
|
|
343
379
|
e.value && (m.borderStyle = e.value), i.value && (m.borderWidth = i.value), l.value && (m.borderColor = l.value), s.value && (m.borderTopLeftRadius = s.value), a.value && (m.borderTopRightRadius = a.value), p.value && (m.borderBottomLeftRadius = p.value), d.value && (m.borderBottomRightRadius = d.value);
|
|
344
380
|
}
|
|
345
|
-
return { borderStyle: e, borderWidth: i, borderColor: l, applyBorder:
|
|
381
|
+
return { borderStyle: e, borderWidth: i, borderColor: l, applyBorder: f };
|
|
346
382
|
}
|
|
347
383
|
function Wn(t) {
|
|
348
384
|
const e = k(() => t.node.margin?.top), i = k(() => t.node.margin?.left), o = k(() => t.node.margin?.bottom), l = k(() => t.node.margin?.right);
|
|
@@ -381,12 +417,12 @@ function ge(t) {
|
|
|
381
417
|
}
|
|
382
418
|
return t.node.size?.maxHeight;
|
|
383
419
|
});
|
|
384
|
-
function
|
|
420
|
+
function f(m) {
|
|
385
421
|
o.value && (m.width = o.value), l.value && (m.minWidth = l.value), s.value && (m.maxWidth = s.value), a.value && (m.height = a.value), p.value && (m.minHeight = p.value), d.value && (m.maxHeight = d.value);
|
|
386
422
|
}
|
|
387
|
-
return { width: o, minWidth: l, maxWidth: s, height: a, minHeight: p, maxHeight: d, applySize:
|
|
423
|
+
return { width: o, minWidth: l, maxWidth: s, height: a, minHeight: p, maxHeight: d, applySize: f };
|
|
388
424
|
}
|
|
389
|
-
function
|
|
425
|
+
function fo(t, e, i) {
|
|
390
426
|
const o = k(() => e.node.basic.id), l = k(() => `callMethod@${o.value}`);
|
|
391
427
|
No(() => {
|
|
392
428
|
t.eventBus?.on(l.value, i);
|
|
@@ -405,8 +441,8 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
405
441
|
outer: { type: Boolean }
|
|
406
442
|
},
|
|
407
443
|
setup(t) {
|
|
408
|
-
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), {
|
|
409
|
-
return (c,
|
|
444
|
+
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), { property: a } = r(e, ["settings", "bottom"]), { property: p } = r(e, ["settings", "far"]), { property: d } = r(e, ["settings", "left"]), { property: f } = r(e, ["settings", "near"]), { property: m } = r(e, ["settings", "right"]), { property: u } = r(e, ["settings", "top"]);
|
|
445
|
+
return (c, y) => (v(), V(n(he), {
|
|
410
446
|
position: n(o),
|
|
411
447
|
rotation: n(l),
|
|
412
448
|
scale: n(s)
|
|
@@ -416,7 +452,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
416
452
|
bottom: n(a),
|
|
417
453
|
far: n(p),
|
|
418
454
|
left: n(d),
|
|
419
|
-
near: n(
|
|
455
|
+
near: n(f),
|
|
420
456
|
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
421
457
|
right: n(m),
|
|
422
458
|
rotation: n(i) !== "editor" ? n(l) : [0, 0, 0],
|
|
@@ -440,7 +476,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
440
476
|
outer: { type: Boolean }
|
|
441
477
|
},
|
|
442
478
|
setup(t) {
|
|
443
|
-
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), {
|
|
479
|
+
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), { property: a } = r(e, ["settings", "aspect"]), { property: p } = r(e, ["settings", "far"]), { property: d } = r(e, ["settings", "fov"]), { property: f } = r(e, ["settings", "near"]);
|
|
444
480
|
return (m, u) => (v(), V(n(he), {
|
|
445
481
|
position: n(o),
|
|
446
482
|
rotation: n(l),
|
|
@@ -451,7 +487,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
451
487
|
aspect: n(a),
|
|
452
488
|
far: n(p),
|
|
453
489
|
fov: n(d),
|
|
454
|
-
near: n(
|
|
490
|
+
near: n(f),
|
|
455
491
|
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
456
492
|
rotation: n(i) !== "editor" ? n(l) : [0, 0, 0],
|
|
457
493
|
scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
|
|
@@ -473,17 +509,17 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
473
509
|
outer: { type: Boolean }
|
|
474
510
|
},
|
|
475
511
|
setup(t) {
|
|
476
|
-
const e = t, {
|
|
512
|
+
const e = t, { property: i } = r(e, ["settings", "depth"]), { property: o } = r(e, [
|
|
477
513
|
"settings",
|
|
478
514
|
"depthSegements"
|
|
479
|
-
]), {
|
|
515
|
+
]), { property: l } = r(e, ["settings", "height"]), { property: s } = r(e, [
|
|
480
516
|
"settings",
|
|
481
517
|
"heightSegements"
|
|
482
|
-
]), {
|
|
518
|
+
]), { property: a } = r(e, ["settings", "width"]), { property: p } = r(e, [
|
|
483
519
|
"settings",
|
|
484
520
|
"widthSegements"
|
|
485
521
|
]);
|
|
486
|
-
return (d,
|
|
522
|
+
return (d, f) => (v(), Y("TresBoxGeometry", {
|
|
487
523
|
args: [
|
|
488
524
|
n(a),
|
|
489
525
|
n(l),
|
|
@@ -506,14 +542,26 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
506
542
|
outer: { type: Boolean }
|
|
507
543
|
},
|
|
508
544
|
setup(t) {
|
|
509
|
-
const e = t, {
|
|
545
|
+
const e = t, { property: i } = r(e, [
|
|
510
546
|
"settings",
|
|
511
547
|
"heightSegments"
|
|
512
|
-
]), {
|
|
548
|
+
]), { property: o } = r(e, [
|
|
549
|
+
"settings",
|
|
550
|
+
"phiLength"
|
|
551
|
+
]), { property: l } = r(e, [
|
|
552
|
+
"settings",
|
|
553
|
+
"phiStart"
|
|
554
|
+
]), { property: s } = r(e, ["settings", "radius"]), { property: a } = r(e, [
|
|
555
|
+
"settings",
|
|
556
|
+
"thetaLength"
|
|
557
|
+
]), { property: p } = r(e, [
|
|
558
|
+
"settings",
|
|
559
|
+
"thetaStart"
|
|
560
|
+
]), { property: d } = r(e, [
|
|
513
561
|
"settings",
|
|
514
562
|
"widthSegments"
|
|
515
563
|
]);
|
|
516
|
-
return (
|
|
564
|
+
return (f, m) => (v(), Y("TresSphereGeometry", {
|
|
517
565
|
args: [
|
|
518
566
|
n(s),
|
|
519
567
|
n(d),
|
|
@@ -532,8 +580,11 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
532
580
|
outer: { type: Boolean }
|
|
533
581
|
},
|
|
534
582
|
setup(t) {
|
|
535
|
-
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), {
|
|
536
|
-
|
|
583
|
+
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), { property: a } = r(e, ["settings", "color"]), { color: p } = K(a), { property: d } = r(e, [
|
|
584
|
+
"settings",
|
|
585
|
+
"intensity"
|
|
586
|
+
]);
|
|
587
|
+
return (f, m) => (v(), V(n(he), {
|
|
537
588
|
position: n(o),
|
|
538
589
|
rotation: n(l),
|
|
539
590
|
scale: n(s)
|
|
@@ -546,7 +597,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
546
597
|
rotation: n(i) !== "editor" ? n(l) : [0, 0, 0],
|
|
547
598
|
scale: n(i) !== "editor" ? n(s) : [1, 1, 1]
|
|
548
599
|
}, [
|
|
549
|
-
L(
|
|
600
|
+
L(f.$slots, "default")
|
|
550
601
|
], 8, As)
|
|
551
602
|
]),
|
|
552
603
|
_: 3
|
|
@@ -559,8 +610,11 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
559
610
|
outer: { type: Boolean }
|
|
560
611
|
},
|
|
561
612
|
setup(t) {
|
|
562
|
-
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), {
|
|
563
|
-
|
|
613
|
+
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), { property: a } = r(e, ["settings", "color"]), { color: p } = K(a), { property: d } = r(e, [
|
|
614
|
+
"settings",
|
|
615
|
+
"intensity"
|
|
616
|
+
]);
|
|
617
|
+
return (f, m) => (v(), V(n(he), {
|
|
564
618
|
position: n(o),
|
|
565
619
|
rotation: n(l),
|
|
566
620
|
scale: n(s)
|
|
@@ -577,7 +631,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
577
631
|
key: 0,
|
|
578
632
|
type: n(Uo)
|
|
579
633
|
}, null, 8, ["type"])) : ee("", !0),
|
|
580
|
-
L(
|
|
634
|
+
L(f.$slots, "default")
|
|
581
635
|
], 8, Bs)
|
|
582
636
|
]),
|
|
583
637
|
_: 3
|
|
@@ -590,7 +644,13 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
590
644
|
outer: { type: Boolean }
|
|
591
645
|
},
|
|
592
646
|
setup(t) {
|
|
593
|
-
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), {
|
|
647
|
+
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), { property: a } = r(e, ["settings", "color"]), { color: p } = K(a), { property: d } = r(e, ["settings", "decay"]), { property: f } = r(e, [
|
|
648
|
+
"settings",
|
|
649
|
+
"distance"
|
|
650
|
+
]), { property: m } = r(e, [
|
|
651
|
+
"settings",
|
|
652
|
+
"intensity"
|
|
653
|
+
]);
|
|
594
654
|
return (u, c) => (v(), V(n(he), {
|
|
595
655
|
position: n(o),
|
|
596
656
|
rotation: n(l),
|
|
@@ -600,7 +660,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
600
660
|
ie("TresPointLight", {
|
|
601
661
|
color: n(p),
|
|
602
662
|
decay: n(d),
|
|
603
|
-
distance: n(
|
|
663
|
+
distance: n(f),
|
|
604
664
|
intensity: n(m),
|
|
605
665
|
position: n(i) !== "editor" ? n(o) : [0, 0, 0],
|
|
606
666
|
rotation: n(i) !== "editor" ? n(l) : [0, 0, 0],
|
|
@@ -623,8 +683,17 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
623
683
|
outer: { type: Boolean }
|
|
624
684
|
},
|
|
625
685
|
setup(t) {
|
|
626
|
-
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), {
|
|
627
|
-
|
|
686
|
+
const e = t, i = G(), { position: o, rotation: l, scale: s } = me(e), { property: a } = r(e, ["settings", "angle"]), { property: p } = r(e, ["settings", "color"]), { color: d } = K(p), { property: f } = r(e, ["settings", "decay"]), { property: m } = r(e, [
|
|
687
|
+
"settings",
|
|
688
|
+
"distance"
|
|
689
|
+
]), { property: u } = r(e, [
|
|
690
|
+
"settings",
|
|
691
|
+
"intensity"
|
|
692
|
+
]), { property: c } = r(e, [
|
|
693
|
+
"settings",
|
|
694
|
+
"penumbra"
|
|
695
|
+
]);
|
|
696
|
+
return (y, h) => (v(), V(n(he), {
|
|
628
697
|
position: n(o),
|
|
629
698
|
rotation: n(l),
|
|
630
699
|
scale: n(s)
|
|
@@ -633,7 +702,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
633
702
|
ie("TresSpotLight", {
|
|
634
703
|
angle: n(a),
|
|
635
704
|
color: n(d),
|
|
636
|
-
decay: n(
|
|
705
|
+
decay: n(f),
|
|
637
706
|
distance: n(m),
|
|
638
707
|
intensity: n(u),
|
|
639
708
|
penumbra: n(c),
|
|
@@ -645,7 +714,7 @@ const Vs = ["bottom", "far", "left", "near", "position", "right", "rotation", "s
|
|
|
645
714
|
key: 0,
|
|
646
715
|
type: n(Yo)
|
|
647
716
|
}, null, 8, ["type"])) : ee("", !0),
|
|
648
|
-
L(
|
|
717
|
+
L(y.$slots, "default")
|
|
649
718
|
], 8, Ms)
|
|
650
719
|
]),
|
|
651
720
|
_: 3
|
|
@@ -696,7 +765,7 @@ const Gs = /* @__PURE__ */ xe(Ds, [["render", Fs]]), Hs = ["position", "rotation
|
|
|
696
765
|
L(s.$slots, "default")
|
|
697
766
|
], 8, js));
|
|
698
767
|
}
|
|
699
|
-
}), Us = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Xs = "#242424", Ys = {}, Js = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, Zs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, qs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Qs = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, er = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, tr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, nr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ir = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, or = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, sr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, rr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, lr = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, ar = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, ur = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, cr = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, mr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, pr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, dr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } },
|
|
768
|
+
}), Us = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], Xs = "#242424", Ys = {}, Js = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, Zs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, qs = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, Qs = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, er = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, tr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, nr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, ir = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, or = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, sr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, rr = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, lr = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, ar = { itemStyle: { borderWidth: 0, borderColor: "#ccc" }, lineStyle: { width: 1, color: "#aaa" }, symbolSize: 4, symbol: "circle", smooth: !1, color: ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], label: { color: "#eee" } }, ur = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, cr = { itemStyle: { areaColor: "#eee", borderColor: "#444", borderWidth: 0.5 }, label: { color: "#000" }, emphasis: { itemStyle: { areaColor: "rgba(255,215,0,0.8)", borderColor: "#444", borderWidth: 1 }, label: { color: "rgb(100,0,0)" } } }, mr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, pr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, dr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, yr = { axisLine: { show: !0, lineStyle: { color: "#eeeeee" } }, axisTick: { show: !0, lineStyle: { color: "#eeeeee" } }, axisLabel: { show: !0, color: "#eeeeee" }, splitLine: { show: !0, lineStyle: { color: ["#aaaaaa"] } }, splitArea: { show: !1, areaStyle: { color: ["#eeeeee"] } } }, fr = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, br = { textStyle: { color: "#eeeeee" } }, hr = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, gr = { lineStyle: { color: "#eeeeee", width: 1 }, itemStyle: { color: "#dd6b66", borderWidth: 1 }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: 0.5 }, checkpointStyle: { color: "#e43c59", borderColor: "#c23531" }, label: { color: "#eeeeee" }, emphasis: { itemStyle: { color: "#a9334c" }, controlStyle: { color: "#eeeeee", borderColor: "#eeeeee", borderWidth: 0.5 }, label: { color: "#eeeeee" } } }, xr = { color: ["#bf444c", "#d88273", "#f6efa6"] }, vr = { backgroundColor: "rgba(47,69,84,0)", dataBackgroundColor: "rgba(255,255,255,0.3)", fillerColor: "rgba(167,183,204,0.4)", handleColor: "#a7b7cc", handleSize: "100%", textStyle: { color: "#eeeeee" } }, kr = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, _r = {
|
|
700
769
|
color: Us,
|
|
701
770
|
backgroundColor: Xs,
|
|
702
771
|
textStyle: Ys,
|
|
@@ -718,9 +787,9 @@ const Gs = /* @__PURE__ */ xe(Ds, [["render", Fs]]), Hs = ["position", "rotation
|
|
|
718
787
|
categoryAxis: mr,
|
|
719
788
|
valueAxis: pr,
|
|
720
789
|
logAxis: dr,
|
|
721
|
-
timeAxis:
|
|
722
|
-
toolbox:
|
|
723
|
-
legend:
|
|
790
|
+
timeAxis: yr,
|
|
791
|
+
toolbox: fr,
|
|
792
|
+
legend: br,
|
|
724
793
|
tooltip: hr,
|
|
725
794
|
timeline: gr,
|
|
726
795
|
visualMap: xr,
|
|
@@ -776,7 +845,7 @@ const Qr = /* @__PURE__ */ $({
|
|
|
776
845
|
outer: { type: Boolean }
|
|
777
846
|
},
|
|
778
847
|
setup(t) {
|
|
779
|
-
const e = t, i = $e(), o = We(), l = pe(), s = de(), { width: a, minWidth: p, maxWidth: d, height:
|
|
848
|
+
const e = t, i = $e(), o = We(), l = pe(), s = de(), { width: a, minWidth: p, maxWidth: d, height: f, minHeight: m, maxHeight: u, applySize: c } = ge(e), { applyTitle: y } = mo(e), { applyXAxis: h } = po(e), { applyYAxis: g } = yo(e), { applyLegend: x } = uo(e), { applySeries: w } = co(e), C = k(() => {
|
|
780
849
|
const S = {}, D = s.value.type;
|
|
781
850
|
return l === "page" ? D === "common" ? c(S) : console.assert(!1) : l === "comp" && D === "common" ? c(S) : console.assert(!1), S;
|
|
782
851
|
}), M = Xi("chart");
|
|
@@ -789,7 +858,7 @@ const Qr = /* @__PURE__ */ $({
|
|
|
789
858
|
W?.resize();
|
|
790
859
|
}, E = () => {
|
|
791
860
|
const S = {};
|
|
792
|
-
|
|
861
|
+
y(S), h(S), g(S), x(S), w(S), W?.setOption(S, !0);
|
|
793
862
|
};
|
|
794
863
|
return Yi(async () => {
|
|
795
864
|
window.addEventListener("resize", R, !1), await qi(() => !!M.value), F(), E();
|
|
@@ -802,7 +871,7 @@ const Qr = /* @__PURE__ */ $({
|
|
|
802
871
|
a,
|
|
803
872
|
p,
|
|
804
873
|
d,
|
|
805
|
-
|
|
874
|
+
f,
|
|
806
875
|
m,
|
|
807
876
|
u
|
|
808
877
|
],
|
|
@@ -829,7 +898,7 @@ const Qr = /* @__PURE__ */ $({
|
|
|
829
898
|
outer: { type: Boolean }
|
|
830
899
|
},
|
|
831
900
|
setup(t) {
|
|
832
|
-
const e = t, i = $e(), o = We(), l = pe(), s = de(), { width: a, minWidth: p, maxWidth: d, height:
|
|
901
|
+
const e = t, i = $e(), o = We(), l = pe(), s = de(), { width: a, minWidth: p, maxWidth: d, height: f, minHeight: m, maxHeight: u, applySize: c } = ge(e), { applyTitle: y } = mo(e), { applyXAxis: h } = po(e), { applyYAxis: g } = yo(e), { applyLegend: x } = uo(e), { applySeries: w } = co(e), C = k(() => {
|
|
833
902
|
const S = {}, D = s.value.type;
|
|
834
903
|
return l === "page" ? D === "common" ? c(S) : console.assert(!1) : l === "comp" && D === "common" ? c(S) : console.assert(!1), S;
|
|
835
904
|
}), M = Xi("chart");
|
|
@@ -842,7 +911,7 @@ const Qr = /* @__PURE__ */ $({
|
|
|
842
911
|
W?.resize();
|
|
843
912
|
}, E = () => {
|
|
844
913
|
const S = {};
|
|
845
|
-
|
|
914
|
+
y(S), h(S), g(S), x(S), w(S), W?.setOption(S, !0);
|
|
846
915
|
};
|
|
847
916
|
return Yi(async () => {
|
|
848
917
|
window.addEventListener("resize", R, !1), await qi(() => !!M.value), F(), E();
|
|
@@ -855,7 +924,7 @@ const Qr = /* @__PURE__ */ $({
|
|
|
855
924
|
a,
|
|
856
925
|
p,
|
|
857
926
|
d,
|
|
858
|
-
|
|
927
|
+
f,
|
|
859
928
|
m,
|
|
860
929
|
u
|
|
861
930
|
],
|
|
@@ -875,14 +944,14 @@ const Qr = /* @__PURE__ */ $({
|
|
|
875
944
|
style: Q(C.value)
|
|
876
945
|
}, null, 4));
|
|
877
946
|
}
|
|
878
|
-
}),
|
|
947
|
+
}), ye = /* @__PURE__ */ $({
|
|
879
948
|
__name: "index",
|
|
880
949
|
props: {
|
|
881
950
|
refContext: {},
|
|
882
951
|
state: {}
|
|
883
952
|
},
|
|
884
953
|
setup(t) {
|
|
885
|
-
const { t: e } =
|
|
954
|
+
const { t: e } = ys(), i = t, o = de(), l = sc(), s = ce(-1), a = ce();
|
|
886
955
|
gc(a), ue(() => {
|
|
887
956
|
if (!i.refContext.refid) {
|
|
888
957
|
s.value = -1, a.value = void 0;
|
|
@@ -896,26 +965,26 @@ const Qr = /* @__PURE__ */ $({
|
|
|
896
965
|
s.value !== c.dataSeq && (s.value = c.dataSeq, a.value = B(c.data));
|
|
897
966
|
});
|
|
898
967
|
function p(c) {
|
|
899
|
-
const
|
|
968
|
+
const y = $o[o.value.version].refKey, h = Te[y];
|
|
900
969
|
return h ? ae(h.comp, {
|
|
901
970
|
refContext: {
|
|
902
971
|
parent: i.refContext,
|
|
903
972
|
refid: c.ref.comp
|
|
904
973
|
},
|
|
905
974
|
node: c
|
|
906
|
-
}) : (console.assert(!1, `ref element not found key=${
|
|
975
|
+
}) : (console.assert(!1, `ref element not found key=${y}`), ae("div", `ref element not found key=${y}`));
|
|
907
976
|
}
|
|
908
977
|
function d(c) {
|
|
909
|
-
const
|
|
910
|
-
if (!
|
|
978
|
+
const y = Te[c.basic.key];
|
|
979
|
+
if (!y)
|
|
911
980
|
return console.assert(!1, `element not found key=${c.basic.key}`), ae("div", `element not found key=${c.basic.key}`);
|
|
912
981
|
const h = [];
|
|
913
|
-
return
|
|
914
|
-
const
|
|
915
|
-
h.push(
|
|
916
|
-
}), ae(
|
|
982
|
+
return y.leaf || c.children?.forEach((g) => {
|
|
983
|
+
const x = f(g);
|
|
984
|
+
h.push(x);
|
|
985
|
+
}), ae(y.comp, { node: c }, { default: () => h });
|
|
917
986
|
}
|
|
918
|
-
function
|
|
987
|
+
function f(c) {
|
|
919
988
|
return c.ref ? p(c) : d(c);
|
|
920
989
|
}
|
|
921
990
|
function m() {
|
|
@@ -934,14 +1003,14 @@ const Qr = /* @__PURE__ */ $({
|
|
|
934
1003
|
return a.value === void 0 ? ae("div") : ae("div", e("x-runtime-lib.compNotAvail"));
|
|
935
1004
|
const c = a.value.type;
|
|
936
1005
|
if (c === "common") {
|
|
937
|
-
const
|
|
1006
|
+
const y = [];
|
|
938
1007
|
return a.value.view.nodes.forEach((h) => {
|
|
939
|
-
|
|
940
|
-
}),
|
|
1008
|
+
y.push(f(h));
|
|
1009
|
+
}), y;
|
|
941
1010
|
} else
|
|
942
1011
|
return console.assert(!1, `invalid subtype=${c}`), ae("div", `invalid subtype=${c}`);
|
|
943
1012
|
};
|
|
944
|
-
return (c,
|
|
1013
|
+
return (c, y) => (v(), V(u));
|
|
945
1014
|
}
|
|
946
1015
|
}), tl = /* @__PURE__ */ $({
|
|
947
1016
|
__name: "index",
|
|
@@ -950,10 +1019,18 @@ const Qr = /* @__PURE__ */ $({
|
|
|
950
1019
|
outer: { type: Boolean }
|
|
951
1020
|
},
|
|
952
1021
|
setup(t) {
|
|
953
|
-
const e = t, {
|
|
1022
|
+
const e = t, { property: i } = r(e, ["settings", "content"]), { property: o } = r(e, ["settings", "dot"]), { theme: l } = N(), { property: s } = r(e, [
|
|
1023
|
+
"settings",
|
|
1024
|
+
"offset",
|
|
1025
|
+
"x"
|
|
1026
|
+
]), { property: a } = r(e, [
|
|
1027
|
+
"settings",
|
|
1028
|
+
"offset",
|
|
1029
|
+
"y"
|
|
1030
|
+
]);
|
|
954
1031
|
return (p, d) => {
|
|
955
|
-
const
|
|
956
|
-
return v(), V(
|
|
1032
|
+
const f = z("v-badge");
|
|
1033
|
+
return v(), V(f, {
|
|
957
1034
|
content: n(i),
|
|
958
1035
|
dot: n(o),
|
|
959
1036
|
"offset-x": n(s),
|
|
@@ -974,15 +1051,21 @@ const Qr = /* @__PURE__ */ $({
|
|
|
974
1051
|
outer: { type: Boolean }
|
|
975
1052
|
},
|
|
976
1053
|
setup(t) {
|
|
977
|
-
const e = t, i = G(), o = Ee(), {
|
|
1054
|
+
const e = t, i = G(), o = Ee(), { property: l } = r(e, [
|
|
978
1055
|
"settings",
|
|
979
1056
|
"addIcon",
|
|
980
1057
|
"append"
|
|
981
|
-
]), {
|
|
1058
|
+
]), { property: s } = r(e, ["settings", "block"]), { property: a } = r(e, ["settings", "color"]), { color: p } = K(a), { property: d } = r(e, ["settings", "density"]), { property: f } = r(e, [
|
|
1059
|
+
"settings",
|
|
1060
|
+
"disabled"
|
|
1061
|
+
]), { property: m } = r(e, ["size", "height"]), { property: u } = r(e, ["settings", "loading"]), { property: c } = r(e, ["size", "maxHeight"]), { property: y } = r(e, ["size", "maxWidth"]), { property: h } = r(e, ["size", "minHeight"]), { property: g } = r(e, ["size", "minWidth"]), { property: x } = r(e, [
|
|
982
1062
|
"settings",
|
|
983
1063
|
"addIcon",
|
|
984
1064
|
"prepend"
|
|
985
|
-
]), {
|
|
1065
|
+
]), { property: w } = r(e, [
|
|
1066
|
+
"settings",
|
|
1067
|
+
"readonly"
|
|
1068
|
+
]), { property: C } = r(e, ["settings", "ripple"]), { property: M } = r(e, ["settings", "size"]), { property: W } = r(e, ["settings", "stacked"]), { property: F } = r(e, ["settings", "text"]), { theme: R } = N(), { property: E } = r(e, ["settings", "variant"]), { property: S } = r(e, ["size", "width"]), D = (J) => {
|
|
986
1069
|
i !== "runtime" && i !== "preview" || (o.setVariable("__pointerPosX__", J.clientX), o.setVariable("__pointerPosY__", J.clientY), o.callFunction("__triggerEventV1__", [
|
|
987
1070
|
Ce("elementEvent", e.node.basic.id, "click")
|
|
988
1071
|
]));
|
|
@@ -996,14 +1079,14 @@ const Qr = /* @__PURE__ */ $({
|
|
|
996
1079
|
block: n(s),
|
|
997
1080
|
color: n(p),
|
|
998
1081
|
density: n(d),
|
|
999
|
-
disabled: n(
|
|
1082
|
+
disabled: n(f),
|
|
1000
1083
|
height: n(m),
|
|
1001
1084
|
loading: n(u),
|
|
1002
1085
|
"max-height": n(c),
|
|
1003
|
-
"max-width": n(
|
|
1086
|
+
"max-width": n(y),
|
|
1004
1087
|
"min-height": n(h),
|
|
1005
|
-
"min-width": n(
|
|
1006
|
-
"prepend-icon": n(
|
|
1088
|
+
"min-width": n(g),
|
|
1089
|
+
"prepend-icon": n(x),
|
|
1007
1090
|
readonly: n(w),
|
|
1008
1091
|
ripple: n(C),
|
|
1009
1092
|
size: n(M),
|
|
@@ -1036,10 +1119,22 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1036
1119
|
outer: { type: Boolean }
|
|
1037
1120
|
},
|
|
1038
1121
|
setup(t) {
|
|
1039
|
-
const e = t, {
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1122
|
+
const e = t, { property: i } = r(e, ["settings", "block"]), { property: o } = r(e, [
|
|
1123
|
+
"settings",
|
|
1124
|
+
"disabled"
|
|
1125
|
+
]), { property: l } = r(e, ["settings", "divided"]), { property: s } = r(e, [
|
|
1126
|
+
"settings",
|
|
1127
|
+
"mandatory"
|
|
1128
|
+
]), { property: a } = r(e, [
|
|
1129
|
+
"settings",
|
|
1130
|
+
"multiple"
|
|
1131
|
+
]), { property: p } = r(e, [
|
|
1132
|
+
"settings",
|
|
1133
|
+
"readonly"
|
|
1134
|
+
]), { property: d } = r(e, ["settings", "size"]), { property: f } = r(e, ["settings", "stacked"]), { theme: m } = N(), { property: u } = r(e, ["settings", "tile"]), { property: c } = r(e, ["settings", "variant"]);
|
|
1135
|
+
return (y, h) => {
|
|
1136
|
+
const g = z("v-btn-toggle");
|
|
1137
|
+
return v(), V(g, {
|
|
1043
1138
|
block: n(i),
|
|
1044
1139
|
disabled: n(o),
|
|
1045
1140
|
divided: n(l),
|
|
@@ -1047,13 +1142,13 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1047
1142
|
multiple: n(a),
|
|
1048
1143
|
readonly: n(p),
|
|
1049
1144
|
size: n(d),
|
|
1050
|
-
stacked: n(
|
|
1145
|
+
stacked: n(f),
|
|
1051
1146
|
theme: n(m),
|
|
1052
1147
|
tile: n(u),
|
|
1053
1148
|
variant: n(c)
|
|
1054
1149
|
}, {
|
|
1055
1150
|
default: I(() => [
|
|
1056
|
-
L(
|
|
1151
|
+
L(y.$slots, "default")
|
|
1057
1152
|
]),
|
|
1058
1153
|
_: 3
|
|
1059
1154
|
}, 8, ["block", "disabled", "divided", "mandatory", "multiple", "readonly", "size", "stacked", "theme", "tile", "variant"]);
|
|
@@ -1066,7 +1161,13 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1066
1161
|
outer: { type: Boolean }
|
|
1067
1162
|
},
|
|
1068
1163
|
setup(t) {
|
|
1069
|
-
const e = t, {
|
|
1164
|
+
const e = t, { property: i } = r(e, ["settings", "density"]), { property: o } = r(e, [
|
|
1165
|
+
"settings",
|
|
1166
|
+
"disabled"
|
|
1167
|
+
]), { property: l } = r(e, ["size", "height"]), { property: s } = r(e, ["settings", "hover"]), { property: a } = r(e, ["settings", "loading"]), { property: p } = r(e, ["size", "maxHeight"]), { property: d } = r(e, ["size", "maxWidth"]), { property: f } = r(e, ["size", "minHeight"]), { property: m } = r(e, ["size", "minWidth"]), { property: u } = r(e, [
|
|
1168
|
+
"settings",
|
|
1169
|
+
"subtitle"
|
|
1170
|
+
]), { property: c } = r(e, ["settings", "text"]), { theme: y } = N(), { property: h } = r(e, ["settings", "title"]), { property: g } = r(e, ["settings", "variant"]), { property: x } = r(e, ["size", "width"]);
|
|
1070
1171
|
return (w, C) => {
|
|
1071
1172
|
const M = z("v-card");
|
|
1072
1173
|
return v(), V(M, {
|
|
@@ -1077,14 +1178,14 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1077
1178
|
loading: n(a),
|
|
1078
1179
|
"max-height": n(p),
|
|
1079
1180
|
"max-width": n(d),
|
|
1080
|
-
"min-height": n(
|
|
1181
|
+
"min-height": n(f),
|
|
1081
1182
|
"min-width": n(m),
|
|
1082
1183
|
subtitle: n(u),
|
|
1083
1184
|
text: n(c),
|
|
1084
|
-
theme: n(
|
|
1185
|
+
theme: n(y),
|
|
1085
1186
|
title: n(h),
|
|
1086
|
-
variant: n(
|
|
1087
|
-
width: n(
|
|
1187
|
+
variant: n(g),
|
|
1188
|
+
width: n(x)
|
|
1088
1189
|
}, {
|
|
1089
1190
|
default: I(() => [
|
|
1090
1191
|
L(w.$slots, "default")
|
|
@@ -1100,7 +1201,13 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1100
1201
|
outer: { type: Boolean }
|
|
1101
1202
|
},
|
|
1102
1203
|
setup(t) {
|
|
1103
|
-
const e = t, {
|
|
1204
|
+
const e = t, { property: i } = r(e, [
|
|
1205
|
+
"settings",
|
|
1206
|
+
"disabled"
|
|
1207
|
+
]), { property: o } = r(e, [
|
|
1208
|
+
"settings",
|
|
1209
|
+
"readonly"
|
|
1210
|
+
]);
|
|
1104
1211
|
return (l, s) => {
|
|
1105
1212
|
const a = z("v-checkbox");
|
|
1106
1213
|
return v(), V(a, {
|
|
@@ -1116,8 +1223,17 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1116
1223
|
outer: { type: Boolean }
|
|
1117
1224
|
},
|
|
1118
1225
|
setup(t) {
|
|
1119
|
-
const e = t, {
|
|
1120
|
-
|
|
1226
|
+
const e = t, { property: i } = r(e, [
|
|
1227
|
+
"settings",
|
|
1228
|
+
"closable"
|
|
1229
|
+
]), { property: o } = r(e, ["settings", "color"]), { color: l } = K(o), { property: s } = r(e, ["settings", "density"]), { property: a } = r(e, [
|
|
1230
|
+
"settings",
|
|
1231
|
+
"disabled"
|
|
1232
|
+
]), { property: p } = r(e, [
|
|
1233
|
+
"settings",
|
|
1234
|
+
"draggable"
|
|
1235
|
+
]), { property: d } = r(e, ["settings", "filter"]), { property: f } = r(e, ["settings", "label"]), { property: m } = r(e, ["settings", "size"]), { property: u } = r(e, ["settings", "text"]), { theme: c } = N(), { property: y } = r(e, ["settings", "tile"]), { property: h } = r(e, ["settings", "value"]), { property: g } = r(e, ["settings", "variant"]);
|
|
1236
|
+
return (x, w) => {
|
|
1121
1237
|
const C = z("v-chip");
|
|
1122
1238
|
return v(), V(C, {
|
|
1123
1239
|
closable: n(i),
|
|
@@ -1126,13 +1242,13 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1126
1242
|
disabled: n(a),
|
|
1127
1243
|
draggable: n(p),
|
|
1128
1244
|
filter: n(d),
|
|
1129
|
-
label: n(
|
|
1245
|
+
label: n(f),
|
|
1130
1246
|
size: n(m),
|
|
1131
1247
|
text: n(u),
|
|
1132
1248
|
theme: n(c),
|
|
1133
|
-
tile: n(
|
|
1249
|
+
tile: n(y),
|
|
1134
1250
|
value: n(h),
|
|
1135
|
-
variant: n(
|
|
1251
|
+
variant: n(g)
|
|
1136
1252
|
}, null, 8, ["closable", "color", "density", "disabled", "draggable", "filter", "label", "size", "text", "theme", "tile", "value", "variant"]);
|
|
1137
1253
|
};
|
|
1138
1254
|
}
|
|
@@ -1143,10 +1259,25 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1143
1259
|
outer: { type: Boolean }
|
|
1144
1260
|
},
|
|
1145
1261
|
setup(t) {
|
|
1146
|
-
const e = t, {
|
|
1262
|
+
const e = t, { property: i } = r(e, ["settings", "column"]), { property: o } = r(e, [
|
|
1263
|
+
"settings",
|
|
1264
|
+
"direction"
|
|
1265
|
+
]), { property: l } = r(e, [
|
|
1266
|
+
"settings",
|
|
1267
|
+
"disabled"
|
|
1268
|
+
]), { property: s } = r(e, ["settings", "filter"]), { property: a } = r(e, [
|
|
1269
|
+
"settings",
|
|
1270
|
+
"mandatory"
|
|
1271
|
+
]), { property: p } = r(e, [
|
|
1272
|
+
"settings",
|
|
1273
|
+
"multiple"
|
|
1274
|
+
]), { property: d } = r(e, [
|
|
1275
|
+
"settings",
|
|
1276
|
+
"showArrows"
|
|
1277
|
+
]), { theme: f } = N(), { property: m } = r(e, ["settings", "value"]);
|
|
1147
1278
|
return (u, c) => {
|
|
1148
|
-
const
|
|
1149
|
-
return v(), V(
|
|
1279
|
+
const y = z("v-chip-group");
|
|
1280
|
+
return v(), V(y, {
|
|
1150
1281
|
modelValue: n(m),
|
|
1151
1282
|
"onUpdate:modelValue": c[0] || (c[0] = (h) => O(m) ? m.value = h : null),
|
|
1152
1283
|
column: n(i),
|
|
@@ -1156,7 +1287,7 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1156
1287
|
mandatory: n(a),
|
|
1157
1288
|
multiple: n(p),
|
|
1158
1289
|
"show-arrows": n(d),
|
|
1159
|
-
theme: n(
|
|
1290
|
+
theme: n(f)
|
|
1160
1291
|
}, {
|
|
1161
1292
|
default: I(() => [
|
|
1162
1293
|
L(u.$slots, "default")
|
|
@@ -1173,24 +1304,42 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1173
1304
|
},
|
|
1174
1305
|
setup(t) {
|
|
1175
1306
|
const e = t, i = pe(), o = de(), { applySize: l } = ge(e), s = k(() => {
|
|
1176
|
-
const h = {},
|
|
1177
|
-
return i === "page" ?
|
|
1178
|
-
}), {
|
|
1307
|
+
const h = {}, g = o.value.type;
|
|
1308
|
+
return i === "page" ? g === "common" ? l(h) : console.assert(!1) : i === "comp" && g === "common" ? l(h) : console.assert(!1), h;
|
|
1309
|
+
}), { property: a } = r(e, [
|
|
1310
|
+
"settings",
|
|
1311
|
+
"disabled"
|
|
1312
|
+
]), { property: p } = r(e, [
|
|
1313
|
+
"settings",
|
|
1314
|
+
"hideCanvas"
|
|
1315
|
+
]), { property: d } = r(e, [
|
|
1316
|
+
"settings",
|
|
1317
|
+
"hideHeader"
|
|
1318
|
+
]), { property: f } = r(e, [
|
|
1319
|
+
"settings",
|
|
1320
|
+
"hideInputs"
|
|
1321
|
+
]), { property: m } = r(e, [
|
|
1322
|
+
"settings",
|
|
1323
|
+
"hideSliders"
|
|
1324
|
+
]), { property: u } = r(e, [
|
|
1325
|
+
"settings",
|
|
1326
|
+
"landscape"
|
|
1327
|
+
]), { property: c } = r(e, [
|
|
1179
1328
|
"settings",
|
|
1180
1329
|
"showSwatches"
|
|
1181
|
-
]), { theme:
|
|
1182
|
-
return (h,
|
|
1183
|
-
const
|
|
1184
|
-
return v(), V(
|
|
1330
|
+
]), { theme: y } = N();
|
|
1331
|
+
return (h, g) => {
|
|
1332
|
+
const x = z("v-color-picker");
|
|
1333
|
+
return v(), V(x, {
|
|
1185
1334
|
disabled: n(a),
|
|
1186
1335
|
"hide-canvas": n(p),
|
|
1187
1336
|
"hide-header": n(d),
|
|
1188
|
-
"hide-inputs": n(
|
|
1337
|
+
"hide-inputs": n(f),
|
|
1189
1338
|
"hide-sliders": n(m),
|
|
1190
1339
|
landscape: n(u),
|
|
1191
1340
|
"show-swatches": n(c),
|
|
1192
1341
|
style: Q(s.value),
|
|
1193
|
-
theme: n(
|
|
1342
|
+
theme: n(y)
|
|
1194
1343
|
}, null, 8, ["disabled", "hide-canvas", "hide-header", "hide-inputs", "hide-sliders", "landscape", "show-swatches", "style", "theme"]);
|
|
1195
1344
|
};
|
|
1196
1345
|
}
|
|
@@ -1201,8 +1350,20 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1201
1350
|
outer: { type: Boolean }
|
|
1202
1351
|
},
|
|
1203
1352
|
setup(t) {
|
|
1204
|
-
const e = t, {
|
|
1205
|
-
|
|
1353
|
+
const e = t, { property: i } = r(e, [
|
|
1354
|
+
"settings",
|
|
1355
|
+
"hideDetails"
|
|
1356
|
+
]), { property: o } = r(e, ["settings", "label"]), { property: l } = r(e, [
|
|
1357
|
+
"settings",
|
|
1358
|
+
"placeholder"
|
|
1359
|
+
]), { property: s } = r(e, [
|
|
1360
|
+
"settings",
|
|
1361
|
+
"readonly"
|
|
1362
|
+
]), { property: a } = r(e, [
|
|
1363
|
+
"settings",
|
|
1364
|
+
"singleLine"
|
|
1365
|
+
]), { theme: p } = N(), { property: d } = r(e, ["settings", "value"]);
|
|
1366
|
+
return (f, m) => {
|
|
1206
1367
|
const u = z("v-combobox");
|
|
1207
1368
|
return v(), V(n(Z), null, {
|
|
1208
1369
|
default: I(() => [
|
|
@@ -1228,12 +1389,12 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1228
1389
|
outer: { type: Boolean }
|
|
1229
1390
|
},
|
|
1230
1391
|
setup(t) {
|
|
1231
|
-
const e = t, i = pe(), o = de(), {
|
|
1392
|
+
const e = t, i = pe(), o = de(), { property: l } = r(e, [
|
|
1232
1393
|
"settings",
|
|
1233
1394
|
"backgroundColor"
|
|
1234
|
-
]), { color: s } = K(l), { applySize: a } = ge(e), { applyMargin: p } = Wn(e), { applyPadding: d } = En(e), { applyBorder:
|
|
1395
|
+
]), { color: s } = K(l), { applySize: a } = ge(e), { applyMargin: p } = Wn(e), { applyPadding: d } = En(e), { applyBorder: f } = Bn(e), m = k(() => {
|
|
1235
1396
|
const u = {}, c = o.value.type;
|
|
1236
|
-
return i === "page" ? c === "common" ? (a(u), p(u), d(u),
|
|
1397
|
+
return i === "page" ? c === "common" ? (a(u), p(u), d(u), f(u), s.value && (u.backgroundColor = s.value)) : console.assert(!1) : i === "comp" && c === "common" ? (a(u), p(u), d(u), f(u), s.value && (u.backgroundColor = s.value)) : console.assert(!1), u;
|
|
1237
1398
|
});
|
|
1238
1399
|
return (u, c) => (v(), Y("div", {
|
|
1239
1400
|
style: Q(m.value)
|
|
@@ -1241,22 +1402,35 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1241
1402
|
L(u.$slots, "default")
|
|
1242
1403
|
], 4));
|
|
1243
1404
|
}
|
|
1244
|
-
}),
|
|
1405
|
+
}), yl = /* @__PURE__ */ $({
|
|
1245
1406
|
__name: "index",
|
|
1246
1407
|
props: {
|
|
1247
1408
|
node: {},
|
|
1248
1409
|
outer: { type: Boolean }
|
|
1249
1410
|
},
|
|
1250
1411
|
setup(t) {
|
|
1251
|
-
const e = t, {
|
|
1412
|
+
const e = t, { property: i } = r(e, ["settings", "density"]), { property: o } = r(e, [
|
|
1413
|
+
"settings",
|
|
1414
|
+
"fixedFooter"
|
|
1415
|
+
]), { property: l } = r(e, [
|
|
1416
|
+
"settings",
|
|
1417
|
+
"fixedHeader"
|
|
1418
|
+
]), { property: s } = r(e, ["settings", "headers"]), { property: a } = r(e, ["size", "height"]), { property: p } = r(e, ["settings", "hover"]), { property: d } = r(
|
|
1419
|
+
e,
|
|
1420
|
+
["settings", "data"],
|
|
1421
|
+
!0
|
|
1422
|
+
), { property: f } = r(e, ["settings", "loading"]), { property: m } = r(e, [
|
|
1423
|
+
"settings",
|
|
1424
|
+
"multiSort"
|
|
1425
|
+
]), { theme: u } = N(), { property: c } = r(e, ["size", "width"]), y = k(() => {
|
|
1252
1426
|
const h = [];
|
|
1253
|
-
return (e.node.slots?.items ?? []).forEach((
|
|
1254
|
-
|
|
1427
|
+
return (e.node.slots?.items ?? []).forEach((x) => {
|
|
1428
|
+
x.column && x.comp && h.push(x);
|
|
1255
1429
|
}), h;
|
|
1256
1430
|
});
|
|
1257
|
-
return (h,
|
|
1258
|
-
const
|
|
1259
|
-
return v(), V(
|
|
1431
|
+
return (h, g) => {
|
|
1432
|
+
const x = z("v-data-table");
|
|
1433
|
+
return v(), V(x, {
|
|
1260
1434
|
density: n(i),
|
|
1261
1435
|
"fixed-footer": n(o),
|
|
1262
1436
|
"fixed-header": n(l),
|
|
@@ -1264,15 +1438,15 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1264
1438
|
height: n(a),
|
|
1265
1439
|
hover: n(p),
|
|
1266
1440
|
items: n(d),
|
|
1267
|
-
loading: n(
|
|
1441
|
+
loading: n(f),
|
|
1268
1442
|
"multi-sort": n(m),
|
|
1269
1443
|
theme: n(u),
|
|
1270
1444
|
width: n(c)
|
|
1271
1445
|
}, Pn({ _: 2 }, [
|
|
1272
|
-
Mo(
|
|
1446
|
+
Mo(y.value, (w) => ({
|
|
1273
1447
|
name: `item.${w.column}`,
|
|
1274
1448
|
fn: I(({ value: C }) => [
|
|
1275
|
-
H(n(
|
|
1449
|
+
H(n(ye), {
|
|
1276
1450
|
"ref-context": { refid: w.comp },
|
|
1277
1451
|
state: { value: C }
|
|
1278
1452
|
}, null, 8, ["ref-context", "state"])
|
|
@@ -1281,12 +1455,12 @@ const sl = /* @__PURE__ */ xe(il, [["render", ol]]), rl = /* @__PURE__ */ $({
|
|
|
1281
1455
|
]), 1032, ["density", "fixed-footer", "fixed-header", "headers", "height", "hover", "items", "loading", "multi-sort", "theme", "width"]);
|
|
1282
1456
|
};
|
|
1283
1457
|
}
|
|
1284
|
-
}),
|
|
1285
|
-
function
|
|
1458
|
+
}), fl = {};
|
|
1459
|
+
function bl(t, e) {
|
|
1286
1460
|
const i = z("v-date-picker");
|
|
1287
1461
|
return v(), V(i);
|
|
1288
1462
|
}
|
|
1289
|
-
const hl = /* @__PURE__ */ xe(
|
|
1463
|
+
const hl = /* @__PURE__ */ xe(fl, [["render", bl]]), gl = ["id"], xl = /* @__PURE__ */ $({
|
|
1290
1464
|
__name: "index",
|
|
1291
1465
|
props: {
|
|
1292
1466
|
node: {},
|
|
@@ -1294,14 +1468,14 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1294
1468
|
},
|
|
1295
1469
|
setup(t) {
|
|
1296
1470
|
const e = t, i = G(), o = Ee(), l = k(() => e.node.basic?.id), { open: s } = eo(`runtimeDlg/${Zi()}`);
|
|
1297
|
-
return
|
|
1471
|
+
return fo(o, e, (p) => {
|
|
1298
1472
|
if (i !== "runtime" && i !== "preview")
|
|
1299
1473
|
return;
|
|
1300
1474
|
const { name: d } = p;
|
|
1301
1475
|
d === "open" ? s.value = !0 : d === "close" && (s.value = !1);
|
|
1302
1476
|
}), (p, d) => {
|
|
1303
|
-
const
|
|
1304
|
-
return v(), V(
|
|
1477
|
+
const f = z("v-dialog");
|
|
1478
|
+
return v(), V(f, {
|
|
1305
1479
|
modelValue: n(s),
|
|
1306
1480
|
"onUpdate:modelValue": d[0] || (d[0] = (m) => O(s) ? s.value = m : null),
|
|
1307
1481
|
attach: "#dialogContainer"
|
|
@@ -1326,8 +1500,23 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1326
1500
|
outer: { type: Boolean }
|
|
1327
1501
|
},
|
|
1328
1502
|
setup(t) {
|
|
1329
|
-
const e = t, {
|
|
1330
|
-
|
|
1503
|
+
const e = t, { property: i } = r(e, ["settings", "chips"]), { property: o } = r(e, ["settings", "density"]), { property: l } = r(e, [
|
|
1504
|
+
"settings",
|
|
1505
|
+
"direction"
|
|
1506
|
+
]), { property: s } = r(e, [
|
|
1507
|
+
"settings",
|
|
1508
|
+
"disabled"
|
|
1509
|
+
]), { property: a } = r(e, ["settings", "label"]), { property: p } = r(e, ["settings", "loading"]), { property: d } = r(e, [
|
|
1510
|
+
"settings",
|
|
1511
|
+
"multiple"
|
|
1512
|
+
]), { property: f } = r(e, [
|
|
1513
|
+
"settings",
|
|
1514
|
+
"readonly"
|
|
1515
|
+
]), { property: m } = r(e, ["settings", "reverse"]), { property: u } = r(e, [
|
|
1516
|
+
"settings",
|
|
1517
|
+
"singleLine"
|
|
1518
|
+
]);
|
|
1519
|
+
return (c, y) => {
|
|
1331
1520
|
const h = z("v-file-input");
|
|
1332
1521
|
return v(), V(h, {
|
|
1333
1522
|
chips: n(i),
|
|
@@ -1337,7 +1526,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1337
1526
|
label: n(a),
|
|
1338
1527
|
loading: n(p),
|
|
1339
1528
|
multiple: n(d),
|
|
1340
|
-
readonly: n(
|
|
1529
|
+
readonly: n(f),
|
|
1341
1530
|
reverse: n(m),
|
|
1342
1531
|
"single-line": n(u)
|
|
1343
1532
|
}, null, 8, ["chips", "density", "direction", "disabled", "label", "loading", "multiple", "readonly", "reverse", "single-line"]);
|
|
@@ -1350,27 +1539,27 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1350
1539
|
outer: { type: Boolean }
|
|
1351
1540
|
},
|
|
1352
1541
|
setup(t) {
|
|
1353
|
-
const e = t, i = $e(), o = pe(), l = de(), { applySize: s } = ge(e), { applyMargin: a } = Wn(e), { applyPadding: p } = En(e), { applyBorder: d } = Bn(e), {
|
|
1542
|
+
const e = t, i = $e(), o = pe(), l = de(), { applySize: s } = ge(e), { applyMargin: a } = Wn(e), { applyPadding: p } = En(e), { applyBorder: d } = Bn(e), { property: f } = r(e, [
|
|
1354
1543
|
"settings",
|
|
1355
1544
|
"backgroundColor"
|
|
1356
|
-
]), { color: m } = K(
|
|
1357
|
-
m.value && (
|
|
1358
|
-
const h = Re(i.value.width),
|
|
1359
|
-
|
|
1360
|
-
const
|
|
1361
|
-
|
|
1545
|
+
]), { color: m } = K(f), u = (y) => {
|
|
1546
|
+
m.value && (y.backgroundColor = m.value), y.display = "flex";
|
|
1547
|
+
const h = Re(i.value.width), g = Ie(h, e.node.settings?.direction);
|
|
1548
|
+
g === "row" ? y.flexDirection = "row" : g === "rowReverse" ? y.flexDirection = "row-reverse" : g === "column" ? y.flexDirection = "column" : g === "columnReverse" && (y.flexDirection = "column-reverse");
|
|
1549
|
+
const x = Ie(h, e.node.settings?.wrap);
|
|
1550
|
+
x === "no" ? y.flexWrap = "nowrap" : x === "yes" ? y.flexWrap = "wrap" : x === "reverse" && (y.flexWrap = "wrap-reverse");
|
|
1362
1551
|
const w = Ie(h, e.node.settings?.mainAlign);
|
|
1363
|
-
w === "start" ?
|
|
1552
|
+
w === "start" ? y.justifyContent = "flex-start" : w === "end" ? y.justifyContent = "flex-end" : w === "center" ? y.justifyContent = "center" : w === "spaceBetween" ? y.justifyContent = "space-between" : w === "spaceAround" ? y.justifyContent = "space-around" : w === "spaceEvenly" && (y.justifyContent = "space-evenly");
|
|
1364
1553
|
const C = Ie(h, e.node.settings?.crossAlign);
|
|
1365
|
-
C === "start" ?
|
|
1554
|
+
C === "start" ? y.alignItems = "flex-start" : C === "end" ? y.alignItems = "flex-end" : C === "center" ? y.alignItems = "center" : C === "baseline" ? y.alignItems = "baseline" : C === "stretch" && (y.alignItems = "stretch");
|
|
1366
1555
|
}, c = k(() => {
|
|
1367
|
-
const
|
|
1368
|
-
return o === "page" ? h === "common" ? (s(
|
|
1556
|
+
const y = {}, h = l.value.type;
|
|
1557
|
+
return o === "page" ? h === "common" ? (s(y), a(y), p(y), d(y), u(y)) : console.assert(!1) : o === "comp" && h === "common" ? (s(y), a(y), p(y), d(y), u(y)) : console.assert(!1), y;
|
|
1369
1558
|
});
|
|
1370
|
-
return (
|
|
1559
|
+
return (y, h) => (v(), Y("div", {
|
|
1371
1560
|
style: Q(c.value)
|
|
1372
1561
|
}, [
|
|
1373
|
-
L(
|
|
1562
|
+
L(y.$slots, "default")
|
|
1374
1563
|
], 4));
|
|
1375
1564
|
}
|
|
1376
1565
|
}), _l = /* @__PURE__ */ $({
|
|
@@ -1380,11 +1569,11 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1380
1569
|
outer: { type: Boolean }
|
|
1381
1570
|
},
|
|
1382
1571
|
setup(t) {
|
|
1383
|
-
const e = t, i = pe(), o = de(), { applySize: l } = ge(e), {
|
|
1384
|
-
const d = {},
|
|
1385
|
-
return i === "page" ?
|
|
1572
|
+
const e = t, i = pe(), o = de(), { applySize: l } = ge(e), { property: s } = r(e, ["settings", "grow"]), { property: a } = r(e, ["settings", "shrink"]), p = k(() => {
|
|
1573
|
+
const d = {}, f = o.value.type;
|
|
1574
|
+
return i === "page" ? f === "common" ? (l(d), d.flexGrow = s.value ? 1 : 0, d.flexShrink = a.value ? 1 : 0) : console.assert(!1) : i === "comp" && f === "common" ? (l(d), d.flexGrow = s.value ? 1 : 0, d.flexShrink = a.value ? 1 : 0) : console.assert(!1), d;
|
|
1386
1575
|
});
|
|
1387
|
-
return (d,
|
|
1576
|
+
return (d, f) => (v(), Y("div", {
|
|
1388
1577
|
style: Q(p.value)
|
|
1389
1578
|
}, [
|
|
1390
1579
|
L(d.$slots, "default")
|
|
@@ -1397,28 +1586,31 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1397
1586
|
outer: { type: Boolean }
|
|
1398
1587
|
},
|
|
1399
1588
|
setup(t) {
|
|
1400
|
-
const e = t, i = G(), o = pe(), l = de(), s = Ee(), {
|
|
1589
|
+
const e = t, i = G(), o = pe(), l = de(), s = Ee(), { property: a } = r(e, ["settings", "valid"]), { property: p } = r(e, [
|
|
1590
|
+
"settings",
|
|
1591
|
+
"fastFail"
|
|
1592
|
+
]), { property: d } = r(e, [
|
|
1401
1593
|
"settings",
|
|
1402
1594
|
"backgroundColor"
|
|
1403
|
-
]), { color:
|
|
1404
|
-
const
|
|
1405
|
-
return o === "page" ? w === "common" ? (m(
|
|
1406
|
-
}),
|
|
1595
|
+
]), { color: f } = K(d), { applySize: m } = ge(e), { applyMargin: u } = Wn(e), { applyPadding: c } = En(e), { applyBorder: y } = Bn(e), h = k(() => {
|
|
1596
|
+
const x = {}, w = l.value.type;
|
|
1597
|
+
return o === "page" ? w === "common" ? (m(x), u(x), c(x), y(x), f.value && (x.backgroundColor = f.value)) : console.assert(!1) : o === "comp" && w === "common" ? (m(x), u(x), c(x), y(x), f.value && (x.backgroundColor = f.value)) : console.assert(!1), x;
|
|
1598
|
+
}), g = () => {
|
|
1407
1599
|
i !== "runtime" && i !== "preview" || s.callFunction("__triggerEventV1__", [
|
|
1408
1600
|
Ce("elementEvent", e.node.basic.id, "submit")
|
|
1409
1601
|
]);
|
|
1410
1602
|
};
|
|
1411
|
-
return (
|
|
1603
|
+
return (x, w) => {
|
|
1412
1604
|
const C = z("v-form");
|
|
1413
1605
|
return v(), V(C, {
|
|
1414
1606
|
modelValue: n(a),
|
|
1415
1607
|
"onUpdate:modelValue": w[0] || (w[0] = (M) => O(a) ? a.value = M : null),
|
|
1416
1608
|
"fast-fail": n(p),
|
|
1417
1609
|
style: Q(h.value),
|
|
1418
|
-
onSubmit: Ro(
|
|
1610
|
+
onSubmit: Ro(g, ["prevent"])
|
|
1419
1611
|
}, {
|
|
1420
1612
|
default: I(() => [
|
|
1421
|
-
L(
|
|
1613
|
+
L(x.$slots, "default")
|
|
1422
1614
|
]),
|
|
1423
1615
|
_: 3
|
|
1424
1616
|
}, 8, ["modelValue", "fast-fail", "style"]);
|
|
@@ -1431,8 +1623,11 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1431
1623
|
outer: { type: Boolean }
|
|
1432
1624
|
},
|
|
1433
1625
|
setup(t) {
|
|
1434
|
-
const e = t, {
|
|
1435
|
-
|
|
1626
|
+
const e = t, { property: i } = r(e, ["settings", "color"]), { color: o } = K(i), { property: l } = r(e, [
|
|
1627
|
+
"settings",
|
|
1628
|
+
"disabled"
|
|
1629
|
+
]), { property: s } = r(e, ["settings", "icon"]), { property: a } = r(e, ["settings", "size"]), { theme: p } = N();
|
|
1630
|
+
return (d, f) => {
|
|
1436
1631
|
const m = z("v-icon");
|
|
1437
1632
|
return v(), V(m, {
|
|
1438
1633
|
color: n(o),
|
|
@@ -1451,7 +1646,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1451
1646
|
},
|
|
1452
1647
|
setup(t) {
|
|
1453
1648
|
const e = t, i = G(), o = Ee(), l = ce(0), s = ce(0), a = k(() => [l.value, s.value]), p = k(() => e.node.basic?.id), { open: d } = eo(`runtimeMenu/${Zi()}`);
|
|
1454
|
-
return
|
|
1649
|
+
return fo(o, e, (m) => {
|
|
1455
1650
|
if (i !== "runtime" && i !== "preview")
|
|
1456
1651
|
return;
|
|
1457
1652
|
const { name: u } = m;
|
|
@@ -1460,7 +1655,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1460
1655
|
const c = z("v-menu");
|
|
1461
1656
|
return v(), V(c, {
|
|
1462
1657
|
modelValue: n(d),
|
|
1463
|
-
"onUpdate:modelValue": u[0] || (u[0] = (
|
|
1658
|
+
"onUpdate:modelValue": u[0] || (u[0] = (y) => O(d) ? d.value = y : null),
|
|
1464
1659
|
attach: "menuContainer",
|
|
1465
1660
|
"location-strategy": "connected",
|
|
1466
1661
|
scrim: "transparent",
|
|
@@ -1486,23 +1681,41 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1486
1681
|
outer: { type: Boolean }
|
|
1487
1682
|
},
|
|
1488
1683
|
setup(t) {
|
|
1489
|
-
const e = t, {
|
|
1684
|
+
const e = t, { property: i } = r(e, [
|
|
1490
1685
|
"settings",
|
|
1491
1686
|
"addIcon",
|
|
1492
1687
|
"append"
|
|
1493
|
-
]), {
|
|
1688
|
+
]), { property: o } = r(e, [
|
|
1494
1689
|
"settings",
|
|
1495
1690
|
"addIcon",
|
|
1496
1691
|
"appendInner"
|
|
1497
|
-
]), {
|
|
1692
|
+
]), { property: l } = r(e, [
|
|
1693
|
+
"settings",
|
|
1694
|
+
"clearable"
|
|
1695
|
+
]), { property: s } = r(e, [
|
|
1696
|
+
"settings",
|
|
1697
|
+
"hideDetails"
|
|
1698
|
+
]), { property: a } = r(e, ["settings", "label"]), { property: p } = r(e, ["settings", "loading"]), { property: d } = r(e, ["settings", "max"]), { property: f } = r(e, ["size", "maxWidth"]), { property: m } = r(e, ["settings", "min"]), { property: u } = r(e, ["size", "minWidth"]), { property: c } = r(e, [
|
|
1699
|
+
"settings",
|
|
1700
|
+
"placeholder"
|
|
1701
|
+
]), { property: y } = r(e, [
|
|
1702
|
+
"settings",
|
|
1703
|
+
"precision"
|
|
1704
|
+
]), { property: h } = r(e, ["settings", "prefix"]), { property: g } = r(e, [
|
|
1498
1705
|
"settings",
|
|
1499
1706
|
"addIcon",
|
|
1500
1707
|
"prepend"
|
|
1501
|
-
]), {
|
|
1708
|
+
]), { property: x } = r(e, [
|
|
1502
1709
|
"settings",
|
|
1503
1710
|
"addIcon",
|
|
1504
1711
|
"prependInner"
|
|
1505
|
-
]), {
|
|
1712
|
+
]), { property: w } = r(e, [
|
|
1713
|
+
"settings",
|
|
1714
|
+
"readonly"
|
|
1715
|
+
]), { property: C } = r(e, ["settings", "reverse"]), { property: M } = r(e, [
|
|
1716
|
+
"settings",
|
|
1717
|
+
"singleLine"
|
|
1718
|
+
]), { property: W } = r(e, ["settings", "step"]), { property: F } = r(e, ["settings", "suffix"]), { theme: R } = N(), { property: E } = r(e, ["settings", "value"]), { property: S } = r(e, ["settings", "variant"]), { property: D } = r(e, ["size", "width"]);
|
|
1506
1719
|
return (J, te) => {
|
|
1507
1720
|
const re = z("v-number-input");
|
|
1508
1721
|
return v(), V(n(Z), null, {
|
|
@@ -1517,14 +1730,14 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1517
1730
|
label: n(a),
|
|
1518
1731
|
loading: n(p),
|
|
1519
1732
|
max: n(d),
|
|
1520
|
-
"max-width": n(
|
|
1733
|
+
"max-width": n(f),
|
|
1521
1734
|
min: n(m),
|
|
1522
1735
|
"min-width": n(u),
|
|
1523
1736
|
placeholder: n(c),
|
|
1524
|
-
precision: n(
|
|
1737
|
+
precision: n(y),
|
|
1525
1738
|
prefix: n(h),
|
|
1526
|
-
"prepend-icon": n(
|
|
1527
|
-
"prepend-inner-icon": n(
|
|
1739
|
+
"prepend-icon": n(g),
|
|
1740
|
+
"prepend-inner-icon": n(x),
|
|
1528
1741
|
readonly: n(w),
|
|
1529
1742
|
reverse: n(C),
|
|
1530
1743
|
"single-line": n(M),
|
|
@@ -1546,28 +1759,31 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1546
1759
|
outer: { type: Boolean }
|
|
1547
1760
|
},
|
|
1548
1761
|
setup(t) {
|
|
1549
|
-
const e = t, i = G(), {
|
|
1762
|
+
const e = t, i = G(), { property: o } = r(e, ["settings", "density"]), { property: l } = r(e, [
|
|
1763
|
+
"settings",
|
|
1764
|
+
"disabled"
|
|
1765
|
+
]), { property: s } = r(e, ["settings", "length"]), { property: a } = r(e, [
|
|
1550
1766
|
"settings",
|
|
1551
1767
|
"showFirstLastPage"
|
|
1552
|
-
]), {
|
|
1768
|
+
]), { property: p } = r(e, ["settings", "size"]), { property: d } = r(e, ["settings", "start"]), { theme: f } = N(), { property: m } = r(e, ["settings", "tile"]), { property: u } = r(e, ["settings", "value"]), { property: c } = r(e, ["settings", "variant"]), y = k(() => {
|
|
1553
1769
|
const h = {};
|
|
1554
1770
|
return i === "editor" && (h.pointerEvents = "none"), h;
|
|
1555
1771
|
});
|
|
1556
|
-
return (h,
|
|
1557
|
-
const
|
|
1772
|
+
return (h, g) => {
|
|
1773
|
+
const x = z("v-pagination");
|
|
1558
1774
|
return v(), V(n(Z), null, {
|
|
1559
1775
|
default: I(() => [
|
|
1560
|
-
H(
|
|
1776
|
+
H(x, {
|
|
1561
1777
|
modelValue: n(u),
|
|
1562
|
-
"onUpdate:modelValue":
|
|
1778
|
+
"onUpdate:modelValue": g[0] || (g[0] = (w) => O(u) ? u.value = w : null),
|
|
1563
1779
|
density: n(o),
|
|
1564
1780
|
disabled: n(l),
|
|
1565
1781
|
length: n(s),
|
|
1566
1782
|
"show-first-last-page": n(a),
|
|
1567
1783
|
size: n(p),
|
|
1568
1784
|
start: n(d),
|
|
1569
|
-
style: Q(
|
|
1570
|
-
theme: n(
|
|
1785
|
+
style: Q(y.value),
|
|
1786
|
+
theme: n(f),
|
|
1571
1787
|
tile: n(m),
|
|
1572
1788
|
variant: n(c)
|
|
1573
1789
|
}, null, 8, ["modelValue", "density", "disabled", "length", "show-first-last-page", "size", "start", "style", "theme", "tile", "variant"])
|
|
@@ -1583,7 +1799,13 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1583
1799
|
outer: { type: Boolean }
|
|
1584
1800
|
},
|
|
1585
1801
|
setup(t) {
|
|
1586
|
-
const e = t, {
|
|
1802
|
+
const e = t, { property: i } = r(e, ["settings", "color"]), { color: o } = K(i), { property: l } = r(e, ["settings", "density"]), { property: s } = r(e, [
|
|
1803
|
+
"settings",
|
|
1804
|
+
"disabled"
|
|
1805
|
+
]), { property: a } = r(e, ["settings", "label"]), { property: p } = r(e, [
|
|
1806
|
+
"settings",
|
|
1807
|
+
"readonly"
|
|
1808
|
+
]), { theme: d } = N(), { property: f } = r(e, ["settings", "value"]);
|
|
1587
1809
|
return (m, u) => {
|
|
1588
1810
|
const c = z("v-radio");
|
|
1589
1811
|
return v(), V(c, {
|
|
@@ -1593,7 +1815,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1593
1815
|
label: n(a),
|
|
1594
1816
|
readonly: n(p),
|
|
1595
1817
|
theme: n(d),
|
|
1596
|
-
value: n(
|
|
1818
|
+
value: n(f)
|
|
1597
1819
|
}, null, 8, ["color", "density", "disabled", "label", "readonly", "theme", "value"]);
|
|
1598
1820
|
};
|
|
1599
1821
|
}
|
|
@@ -1604,8 +1826,17 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1604
1826
|
outer: { type: Boolean }
|
|
1605
1827
|
},
|
|
1606
1828
|
setup(t) {
|
|
1607
|
-
const e = t, {
|
|
1608
|
-
|
|
1829
|
+
const e = t, { property: i } = r(e, ["settings", "density"]), { property: o } = r(e, [
|
|
1830
|
+
"settings",
|
|
1831
|
+
"direction"
|
|
1832
|
+
]), { property: l } = r(e, [
|
|
1833
|
+
"settings",
|
|
1834
|
+
"disabled"
|
|
1835
|
+
]), { property: s } = r(e, ["settings", "inline"]), { property: a } = r(e, [
|
|
1836
|
+
"settings",
|
|
1837
|
+
"readonly"
|
|
1838
|
+
]), { theme: p } = N(), { property: d } = r(e, ["settings", "value"]);
|
|
1839
|
+
return (f, m) => {
|
|
1609
1840
|
const u = z("v-radio-group");
|
|
1610
1841
|
return v(), V(n(Z), null, {
|
|
1611
1842
|
default: I(() => [
|
|
@@ -1620,7 +1851,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1620
1851
|
theme: n(p)
|
|
1621
1852
|
}, {
|
|
1622
1853
|
default: I(() => [
|
|
1623
|
-
L(
|
|
1854
|
+
L(f.$slots, "default")
|
|
1624
1855
|
]),
|
|
1625
1856
|
_: 3
|
|
1626
1857
|
}, 8, ["modelValue", "density", "direction", "disabled", "inline", "readonly", "theme"])
|
|
@@ -1636,20 +1867,38 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1636
1867
|
outer: { type: Boolean }
|
|
1637
1868
|
},
|
|
1638
1869
|
setup(t) {
|
|
1639
|
-
const e = t, {
|
|
1870
|
+
const e = t, { property: i } = r(e, ["settings", "density"]), { property: o } = r(e, [
|
|
1871
|
+
"settings",
|
|
1872
|
+
"direction"
|
|
1873
|
+
]), { property: l } = r(e, [
|
|
1874
|
+
"settings",
|
|
1875
|
+
"disabled"
|
|
1876
|
+
]), { property: s } = r(e, [
|
|
1877
|
+
"settings",
|
|
1878
|
+
"hideDetails"
|
|
1879
|
+
]), { property: a } = r(e, ["settings", "label"]), { property: p } = r(e, ["settings", "max"]), { property: d } = r(e, ["settings", "min"]), { property: f } = r(e, [
|
|
1880
|
+
"settings",
|
|
1881
|
+
"readonly"
|
|
1882
|
+
]), { property: m } = r(e, [
|
|
1883
|
+
"settings",
|
|
1884
|
+
"showTicks"
|
|
1885
|
+
]), u = k(() => {
|
|
1640
1886
|
if (m.value === "always")
|
|
1641
1887
|
return "always";
|
|
1642
1888
|
if (m.value === "show")
|
|
1643
1889
|
return !0;
|
|
1644
|
-
}), {
|
|
1890
|
+
}), { property: c } = r(e, ["settings", "step"]), { theme: y } = N(), { property: h } = r(e, [
|
|
1645
1891
|
"settings",
|
|
1646
1892
|
"thumbLabel"
|
|
1647
|
-
]),
|
|
1893
|
+
]), g = k(() => {
|
|
1648
1894
|
if (h.value === "always")
|
|
1649
1895
|
return "always";
|
|
1650
1896
|
if (h.value === "show")
|
|
1651
1897
|
return !0;
|
|
1652
|
-
}), {
|
|
1898
|
+
}), { property: x } = r(e, [
|
|
1899
|
+
"settings",
|
|
1900
|
+
"thumbSize"
|
|
1901
|
+
]), { property: w } = r(e, ["settings", "ticks"]), C = k(() => {
|
|
1653
1902
|
if (!w.value)
|
|
1654
1903
|
return;
|
|
1655
1904
|
const E = {};
|
|
@@ -1657,11 +1906,18 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1657
1906
|
E[S] = D;
|
|
1658
1907
|
if (!ro(E))
|
|
1659
1908
|
return E;
|
|
1660
|
-
}), {
|
|
1909
|
+
}), { property: M } = r(e, [
|
|
1910
|
+
"settings",
|
|
1911
|
+
"tickSize"
|
|
1912
|
+
]), { property: W } = r(e, [
|
|
1661
1913
|
"settings",
|
|
1662
1914
|
"value",
|
|
1663
1915
|
"start"
|
|
1664
|
-
]), {
|
|
1916
|
+
]), { property: F } = r(e, [
|
|
1917
|
+
"settings",
|
|
1918
|
+
"value",
|
|
1919
|
+
"end"
|
|
1920
|
+
]), R = k({
|
|
1665
1921
|
get: () => [W.value, F.value],
|
|
1666
1922
|
set: ([E, S]) => {
|
|
1667
1923
|
W.value = E, F.value = S;
|
|
@@ -1684,12 +1940,12 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1684
1940
|
label: n(a),
|
|
1685
1941
|
max: n(p),
|
|
1686
1942
|
min: n(d),
|
|
1687
|
-
readonly: n(
|
|
1943
|
+
readonly: n(f),
|
|
1688
1944
|
"show-ticks": u.value,
|
|
1689
1945
|
step: n(c),
|
|
1690
|
-
theme: n(
|
|
1691
|
-
"thumb-label":
|
|
1692
|
-
"thumb-size": n(
|
|
1946
|
+
theme: n(y),
|
|
1947
|
+
"thumb-label": g.value,
|
|
1948
|
+
"thumb-size": n(x),
|
|
1693
1949
|
"tick-size": n(M),
|
|
1694
1950
|
ticks: C.value
|
|
1695
1951
|
}, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "label", "max", "min", "readonly", "show-ticks", "step", "theme", "thumb-label", "thumb-size", "tick-size", "ticks"])
|
|
@@ -1705,15 +1961,24 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1705
1961
|
outer: { type: Boolean }
|
|
1706
1962
|
},
|
|
1707
1963
|
setup(t) {
|
|
1708
|
-
const e = t, {
|
|
1964
|
+
const e = t, { property: i } = r(e, [
|
|
1965
|
+
"settings",
|
|
1966
|
+
"clearable"
|
|
1967
|
+
]), { property: o } = r(e, ["settings", "density"]), { property: l } = r(e, [
|
|
1968
|
+
"settings",
|
|
1969
|
+
"disabled"
|
|
1970
|
+
]), { property: s } = r(e, [
|
|
1709
1971
|
"settings",
|
|
1710
1972
|
"halfIncrements"
|
|
1711
|
-
]), {
|
|
1973
|
+
]), { property: a } = r(e, ["settings", "hover"]), { property: p } = r(e, ["settings", "length"]), { property: d } = r(e, [
|
|
1974
|
+
"settings",
|
|
1975
|
+
"readonly"
|
|
1976
|
+
]), { theme: f } = N(), { property: m } = r(e, ["settings", "value"]);
|
|
1712
1977
|
return (u, c) => {
|
|
1713
|
-
const
|
|
1978
|
+
const y = z("v-rating");
|
|
1714
1979
|
return v(), V(n(Z), { "fit-content": !0 }, {
|
|
1715
1980
|
default: I(() => [
|
|
1716
|
-
H(
|
|
1981
|
+
H(y, {
|
|
1717
1982
|
modelValue: n(m),
|
|
1718
1983
|
"onUpdate:modelValue": c[0] || (c[0] = (h) => O(m) ? m.value = h : null),
|
|
1719
1984
|
clearable: n(i),
|
|
@@ -1723,7 +1988,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1723
1988
|
hover: n(a),
|
|
1724
1989
|
length: n(p),
|
|
1725
1990
|
readonly: n(d),
|
|
1726
|
-
theme: n(
|
|
1991
|
+
theme: n(f)
|
|
1727
1992
|
}, null, 8, ["modelValue", "clearable", "density", "disabled", "half-increments", "hover", "length", "readonly", "theme"])
|
|
1728
1993
|
]),
|
|
1729
1994
|
_: 1
|
|
@@ -1737,8 +2002,20 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1737
2002
|
outer: { type: Boolean }
|
|
1738
2003
|
},
|
|
1739
2004
|
setup(t) {
|
|
1740
|
-
const e = t, {
|
|
1741
|
-
|
|
2005
|
+
const e = t, { property: i } = r(e, [
|
|
2006
|
+
"settings",
|
|
2007
|
+
"hideDetails"
|
|
2008
|
+
]), { property: o } = r(e, ["settings", "label"]), { property: l } = r(e, [
|
|
2009
|
+
"settings",
|
|
2010
|
+
"placeholder"
|
|
2011
|
+
]), { property: s } = r(e, [
|
|
2012
|
+
"settings",
|
|
2013
|
+
"readonly"
|
|
2014
|
+
]), { property: a } = r(e, [
|
|
2015
|
+
"settings",
|
|
2016
|
+
"singleLine"
|
|
2017
|
+
]), { theme: p } = N(), { property: d } = r(e, ["settings", "value"]);
|
|
2018
|
+
return (f, m) => {
|
|
1742
2019
|
const u = z("v-select");
|
|
1743
2020
|
return v(), V(n(Z), null, {
|
|
1744
2021
|
default: I(() => [
|
|
@@ -1764,15 +2041,30 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1764
2041
|
outer: { type: Boolean }
|
|
1765
2042
|
},
|
|
1766
2043
|
setup(t) {
|
|
1767
|
-
const e = t, {
|
|
2044
|
+
const e = t, { property: i } = r(e, ["settings", "color"]), { color: o } = K(i), { property: l } = r(e, [
|
|
2045
|
+
"settings",
|
|
2046
|
+
"direction"
|
|
2047
|
+
]), { property: s } = r(e, [
|
|
2048
|
+
"settings",
|
|
2049
|
+
"disabled"
|
|
2050
|
+
]), { property: a } = r(e, [
|
|
2051
|
+
"settings",
|
|
2052
|
+
"hideDetails"
|
|
2053
|
+
]), { property: p } = r(e, ["settings", "label"]), { property: d } = r(e, ["settings", "max"]), { property: f } = r(e, ["settings", "min"]), { property: m } = r(e, [
|
|
2054
|
+
"settings",
|
|
2055
|
+
"readonly"
|
|
2056
|
+
]), { property: u } = r(e, ["settings", "reverse"]), { property: c } = r(e, [
|
|
2057
|
+
"settings",
|
|
2058
|
+
"showTicks"
|
|
2059
|
+
]), y = k(() => {
|
|
1768
2060
|
if (c.value === "always")
|
|
1769
2061
|
return "always";
|
|
1770
2062
|
if (c.value === "show")
|
|
1771
2063
|
return !0;
|
|
1772
|
-
}), {
|
|
2064
|
+
}), { property: h } = r(e, ["settings", "step"]), { theme: g } = N(), { property: x } = r(e, [
|
|
1773
2065
|
"settings",
|
|
1774
2066
|
"thumbColor"
|
|
1775
|
-
]), { color: w } = K(
|
|
2067
|
+
]), { color: w } = K(x), { property: C } = r(e, [
|
|
1776
2068
|
"settings",
|
|
1777
2069
|
"thumbLabel"
|
|
1778
2070
|
]), M = k(() => {
|
|
@@ -1780,7 +2072,10 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1780
2072
|
return "always";
|
|
1781
2073
|
if (C.value === "show")
|
|
1782
2074
|
return !0;
|
|
1783
|
-
}), {
|
|
2075
|
+
}), { property: W } = r(e, [
|
|
2076
|
+
"settings",
|
|
2077
|
+
"thumbSize"
|
|
2078
|
+
]), { property: F } = r(e, ["settings", "ticks"]), R = k(() => {
|
|
1784
2079
|
if (!F.value)
|
|
1785
2080
|
return;
|
|
1786
2081
|
const le = {};
|
|
@@ -1788,10 +2083,16 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1788
2083
|
le[Ne] = Ut;
|
|
1789
2084
|
if (!ro(le))
|
|
1790
2085
|
return le;
|
|
1791
|
-
}), {
|
|
2086
|
+
}), { property: E } = r(e, [
|
|
2087
|
+
"settings",
|
|
2088
|
+
"tickSize"
|
|
2089
|
+
]), { property: S } = r(e, [
|
|
1792
2090
|
"settings",
|
|
1793
2091
|
"trackColor"
|
|
1794
|
-
]), { color: D } = K(S), {
|
|
2092
|
+
]), { color: D } = K(S), { property: J } = r(e, ["settings", "value"]), { property: te } = r(e, ["slots", "append"]), { property: re } = r(e, [
|
|
2093
|
+
"slots",
|
|
2094
|
+
"prepend"
|
|
2095
|
+
]);
|
|
1795
2096
|
return (le, Ne) => {
|
|
1796
2097
|
const Ut = z("v-slider");
|
|
1797
2098
|
return v(), V(n(Z), null, {
|
|
@@ -1805,12 +2106,12 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1805
2106
|
"hide-details": n(a),
|
|
1806
2107
|
label: n(p),
|
|
1807
2108
|
max: n(d),
|
|
1808
|
-
min: n(
|
|
2109
|
+
min: n(f),
|
|
1809
2110
|
readonly: n(m),
|
|
1810
2111
|
reverse: n(u),
|
|
1811
|
-
"show-ticks":
|
|
2112
|
+
"show-ticks": y.value,
|
|
1812
2113
|
step: n(h),
|
|
1813
|
-
theme: n(
|
|
2114
|
+
theme: n(g),
|
|
1814
2115
|
"thumb-color": n(w),
|
|
1815
2116
|
"thumb-label": M.value,
|
|
1816
2117
|
"thumb-size": n(W),
|
|
@@ -1821,7 +2122,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1821
2122
|
n(te) ? {
|
|
1822
2123
|
name: "append",
|
|
1823
2124
|
fn: I(() => [
|
|
1824
|
-
H(n(
|
|
2125
|
+
H(n(ye), {
|
|
1825
2126
|
"ref-context": { refid: n(te) },
|
|
1826
2127
|
state: {}
|
|
1827
2128
|
}, null, 8, ["ref-context"])
|
|
@@ -1831,7 +2132,7 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1831
2132
|
n(re) ? {
|
|
1832
2133
|
name: "prepend",
|
|
1833
2134
|
fn: I(() => [
|
|
1834
|
-
H(n(
|
|
2135
|
+
H(n(ye), {
|
|
1835
2136
|
"ref-context": { refid: n(re) },
|
|
1836
2137
|
state: {}
|
|
1837
2138
|
}, null, 8, ["ref-context"])
|
|
@@ -1851,7 +2152,10 @@ const hl = /* @__PURE__ */ xe(bl, [["render", yl]]), gl = ["id"], xl = /* @__PUR
|
|
|
1851
2152
|
outer: { type: Boolean }
|
|
1852
2153
|
},
|
|
1853
2154
|
setup(t) {
|
|
1854
|
-
const e = t, {
|
|
2155
|
+
const e = t, { property: i } = r(e, [
|
|
2156
|
+
"settings",
|
|
2157
|
+
"hideActions"
|
|
2158
|
+
]), { theme: o } = N(), { property: l } = r(e, ["settings", "value"]);
|
|
1855
2159
|
return (s, a) => {
|
|
1856
2160
|
const p = z("v-stepper");
|
|
1857
2161
|
return v(), V(p, {
|
|
@@ -1884,7 +2188,7 @@ const Ml = /* @__PURE__ */ xe(El, [["render", Nl]]), Rl = /* @__PURE__ */ $({
|
|
|
1884
2188
|
outer: { type: Boolean }
|
|
1885
2189
|
},
|
|
1886
2190
|
setup(t) {
|
|
1887
|
-
const e = t, {
|
|
2191
|
+
const e = t, { property: i } = r(e, ["settings", "value"]);
|
|
1888
2192
|
return (o, l) => {
|
|
1889
2193
|
const s = z("v-stepper-item");
|
|
1890
2194
|
return v(), V(s, { value: n(i) }, {
|
|
@@ -1912,7 +2216,7 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
1912
2216
|
outer: { type: Boolean }
|
|
1913
2217
|
},
|
|
1914
2218
|
setup(t) {
|
|
1915
|
-
const e = t, {
|
|
2219
|
+
const e = t, { property: i } = r(e, ["settings", "value"]);
|
|
1916
2220
|
return (o, l) => {
|
|
1917
2221
|
const s = z("v-stepper-window-item");
|
|
1918
2222
|
return v(), V(s, { value: n(i) }, {
|
|
@@ -1930,17 +2234,26 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
1930
2234
|
outer: { type: Boolean }
|
|
1931
2235
|
},
|
|
1932
2236
|
setup(t) {
|
|
1933
|
-
const e = t, {
|
|
2237
|
+
const e = t, { property: i } = r(e, ["settings", "density"]), { property: o } = r(e, [
|
|
2238
|
+
"settings",
|
|
2239
|
+
"direction"
|
|
2240
|
+
]), { property: l } = r(e, [
|
|
2241
|
+
"settings",
|
|
2242
|
+
"disabled"
|
|
2243
|
+
]), { property: s } = r(e, [
|
|
2244
|
+
"settings",
|
|
2245
|
+
"hideDetails"
|
|
2246
|
+
]), { property: a } = r(e, [
|
|
1934
2247
|
"settings",
|
|
1935
2248
|
"indeterminate"
|
|
1936
|
-
]), {
|
|
1937
|
-
return (
|
|
1938
|
-
const
|
|
2249
|
+
]), { property: p } = r(e, ["settings", "inline"]), { property: d } = r(e, ["settings", "inset"]), { property: f } = r(e, ["settings", "label"]), { property: m } = r(e, ["settings", "loading"]), { theme: u } = N(), { property: c } = r(e, ["settings", "value"]);
|
|
2250
|
+
return (y, h) => {
|
|
2251
|
+
const g = z("v-switch");
|
|
1939
2252
|
return v(), V(n(Z), { "fit-content": !0 }, {
|
|
1940
2253
|
default: I(() => [
|
|
1941
|
-
H(
|
|
2254
|
+
H(g, {
|
|
1942
2255
|
modelValue: n(c),
|
|
1943
|
-
"onUpdate:modelValue": h[0] || (h[0] = (
|
|
2256
|
+
"onUpdate:modelValue": h[0] || (h[0] = (x) => O(c) ? c.value = x : null),
|
|
1944
2257
|
density: n(i),
|
|
1945
2258
|
direction: n(o),
|
|
1946
2259
|
disabled: n(l),
|
|
@@ -1948,7 +2261,7 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
1948
2261
|
indeterminate: n(a),
|
|
1949
2262
|
inline: n(p),
|
|
1950
2263
|
inset: n(d),
|
|
1951
|
-
label: n(
|
|
2264
|
+
label: n(f),
|
|
1952
2265
|
loading: n(m),
|
|
1953
2266
|
theme: n(u)
|
|
1954
2267
|
}, null, 8, ["modelValue", "density", "direction", "disabled", "hide-details", "indeterminate", "inline", "inset", "label", "loading", "theme"])
|
|
@@ -1964,15 +2277,15 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
1964
2277
|
outer: { type: Boolean }
|
|
1965
2278
|
},
|
|
1966
2279
|
setup(t) {
|
|
1967
|
-
const e = t, i = G(), {
|
|
2280
|
+
const e = t, i = G(), { property: o } = r(e, ["settings", "text"]), { theme: l } = N(), { property: s } = r(e, ["settings", "value"]), a = k(() => {
|
|
1968
2281
|
const p = {};
|
|
1969
2282
|
return i === "editor" && (p.pointerEvents = "none"), p;
|
|
1970
2283
|
});
|
|
1971
2284
|
return (p, d) => {
|
|
1972
|
-
const
|
|
2285
|
+
const f = z("v-tab");
|
|
1973
2286
|
return v(), V(n(Z), { "fit-content": !0 }, {
|
|
1974
2287
|
default: I(() => [
|
|
1975
|
-
H(
|
|
2288
|
+
H(f, {
|
|
1976
2289
|
style: Q(a.value),
|
|
1977
2290
|
text: n(o),
|
|
1978
2291
|
theme: n(l),
|
|
@@ -1990,22 +2303,43 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
1990
2303
|
outer: { type: Boolean }
|
|
1991
2304
|
},
|
|
1992
2305
|
setup(t) {
|
|
1993
|
-
const e = t, {
|
|
2306
|
+
const e = t, { property: i } = r(e, [
|
|
2307
|
+
"settings",
|
|
2308
|
+
"alignTabs"
|
|
2309
|
+
]), { property: o } = r(e, [
|
|
1994
2310
|
"settings",
|
|
1995
2311
|
"color",
|
|
1996
2312
|
"backgroundColor"
|
|
1997
|
-
]), { color: l } = K(o), {
|
|
2313
|
+
]), { color: l } = K(o), { property: s } = r(e, [
|
|
1998
2314
|
"settings",
|
|
1999
2315
|
"centerActive"
|
|
2000
|
-
]), {
|
|
2316
|
+
]), { property: a } = r(e, [
|
|
2001
2317
|
"settings",
|
|
2002
2318
|
"color",
|
|
2003
2319
|
"selectedColor"
|
|
2004
|
-
]), { color: p } = K(a), {
|
|
2320
|
+
]), { color: p } = K(a), { property: d } = r(e, ["settings", "density"]), { property: f } = r(e, [
|
|
2321
|
+
"settings",
|
|
2322
|
+
"direction"
|
|
2323
|
+
]), { property: m } = r(e, [
|
|
2324
|
+
"settings",
|
|
2325
|
+
"disabled"
|
|
2326
|
+
]), { property: u } = r(e, [
|
|
2327
|
+
"settings",
|
|
2328
|
+
"fixedTabs"
|
|
2329
|
+
]), { property: c } = r(e, ["settings", "grow"]), { property: y } = r(e, [
|
|
2330
|
+
"settings",
|
|
2331
|
+
"hideSlider"
|
|
2332
|
+
]), { property: h } = r(e, ["settings", "items"]), { property: g } = r(e, [
|
|
2333
|
+
"settings",
|
|
2334
|
+
"mandatory"
|
|
2335
|
+
]), { property: x } = r(e, [
|
|
2336
|
+
"settings",
|
|
2337
|
+
"showArrows"
|
|
2338
|
+
]), { property: w } = r(e, [
|
|
2005
2339
|
"settings",
|
|
2006
2340
|
"color",
|
|
2007
2341
|
"sliderColor"
|
|
2008
|
-
]), { color: C } = K(w), {
|
|
2342
|
+
]), { color: C } = K(w), { property: M } = r(e, ["settings", "stacked"]), { theme: W } = N(), { property: F } = r(e, ["settings", "value"]);
|
|
2009
2343
|
return (R, E) => {
|
|
2010
2344
|
const S = z("v-tabs");
|
|
2011
2345
|
return v(), V(S, {
|
|
@@ -2016,14 +2350,14 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2016
2350
|
"center-active": n(s),
|
|
2017
2351
|
color: n(p),
|
|
2018
2352
|
density: n(d),
|
|
2019
|
-
direction: n(
|
|
2353
|
+
direction: n(f),
|
|
2020
2354
|
disabled: n(m),
|
|
2021
2355
|
"fixed-tabs": n(u),
|
|
2022
2356
|
grow: n(c),
|
|
2023
|
-
"hide-slider": n(
|
|
2357
|
+
"hide-slider": n(y),
|
|
2024
2358
|
items: n(h),
|
|
2025
|
-
mandatory: n(
|
|
2026
|
-
"show-arrows": n(
|
|
2359
|
+
mandatory: n(g),
|
|
2360
|
+
"show-arrows": n(x),
|
|
2027
2361
|
"slider-color": n(C),
|
|
2028
2362
|
stacked: n(M),
|
|
2029
2363
|
theme: n(W)
|
|
@@ -2042,12 +2376,18 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2042
2376
|
outer: { type: Boolean }
|
|
2043
2377
|
},
|
|
2044
2378
|
setup(t) {
|
|
2045
|
-
const e = t, i = $e(), {
|
|
2379
|
+
const e = t, i = $e(), { property: o } = r(e, ["settings", "align"]), { property: l } = r(e, [
|
|
2380
|
+
"settings",
|
|
2381
|
+
"decoration"
|
|
2382
|
+
]), { property: s } = r(e, [
|
|
2383
|
+
"settings",
|
|
2384
|
+
"emphasis"
|
|
2385
|
+
]), { property: a } = r(e, ["settings", "italic"]), { property: p } = r(e, ["settings", "text"]), { property: d } = r(e, ["settings", "weight"]), f = k(() => {
|
|
2046
2386
|
const m = [], u = Re(i.value.width), c = Ie(u, e.node.settings?.style);
|
|
2047
2387
|
return c && m.push(`text-${c}`), s.value === "high" ? m.push("text-high-emphasis") : s.value === "medium" ? m.push("text-medium-emphasis") : s.value === "disabled" && m.push("text-disabled"), o.value && m.push(`font-${o.value}`), l.value && m.push(`text-decoration-${l.value}`), d.value && m.push(`font-weight-${d.value}`), a.value && m.push("font-italic"), m.join(" ");
|
|
2048
2388
|
});
|
|
2049
2389
|
return (m, u) => (v(), Y("span", {
|
|
2050
|
-
class: Do(
|
|
2390
|
+
class: Do(f.value)
|
|
2051
2391
|
}, Fo(n(p)), 3));
|
|
2052
2392
|
}
|
|
2053
2393
|
}), Xl = /* @__PURE__ */ $({
|
|
@@ -2057,14 +2397,32 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2057
2397
|
outer: { type: Boolean }
|
|
2058
2398
|
},
|
|
2059
2399
|
setup(t) {
|
|
2060
|
-
const e = t, {
|
|
2400
|
+
const e = t, { property: i } = r(e, [
|
|
2401
|
+
"settings",
|
|
2402
|
+
"autoGrow"
|
|
2403
|
+
]), { property: o } = r(e, [
|
|
2404
|
+
"settings",
|
|
2405
|
+
"clearable"
|
|
2406
|
+
]), { property: l } = r(e, ["settings", "density"]), { property: s } = r(e, [
|
|
2407
|
+
"settings",
|
|
2408
|
+
"disabled"
|
|
2409
|
+
]), { property: a } = r(e, ["settings", "label"]), { property: p } = r(e, ["settings", "loading"]), { property: d } = r(e, ["settings", "maxRows"]), { property: f } = r(e, [
|
|
2410
|
+
"settings",
|
|
2411
|
+
"placeholder"
|
|
2412
|
+
]), { property: m } = r(e, [
|
|
2413
|
+
"settings",
|
|
2414
|
+
"readonly"
|
|
2415
|
+
]), { property: u } = r(e, ["settings", "reverse"]), { property: c } = r(e, ["settings", "rows"]), { property: y } = r(e, [
|
|
2416
|
+
"settings",
|
|
2417
|
+
"singleLine"
|
|
2418
|
+
]), { theme: h } = N(), { property: g } = r(e, ["settings", "value"]), { property: x } = r(e, ["settings", "variant"]);
|
|
2061
2419
|
return (w, C) => {
|
|
2062
2420
|
const M = z("v-textarea");
|
|
2063
2421
|
return v(), V(n(Z), null, {
|
|
2064
2422
|
default: I(() => [
|
|
2065
2423
|
H(M, {
|
|
2066
|
-
modelValue: n(
|
|
2067
|
-
"onUpdate:modelValue": C[0] || (C[0] = (W) => O(
|
|
2424
|
+
modelValue: n(g),
|
|
2425
|
+
"onUpdate:modelValue": C[0] || (C[0] = (W) => O(g) ? g.value = W : null),
|
|
2068
2426
|
"auto-grow": n(i),
|
|
2069
2427
|
clearable: n(o),
|
|
2070
2428
|
density: n(l),
|
|
@@ -2072,13 +2430,13 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2072
2430
|
label: n(a),
|
|
2073
2431
|
loading: n(p),
|
|
2074
2432
|
"max-rows": n(d),
|
|
2075
|
-
placeholder: n(
|
|
2433
|
+
placeholder: n(f),
|
|
2076
2434
|
readonly: n(m),
|
|
2077
2435
|
reverse: n(u),
|
|
2078
2436
|
rows: n(c),
|
|
2079
|
-
"single-line": n(
|
|
2437
|
+
"single-line": n(y),
|
|
2080
2438
|
theme: n(h),
|
|
2081
|
-
variant: n(
|
|
2439
|
+
variant: n(x)
|
|
2082
2440
|
}, null, 8, ["modelValue", "auto-grow", "clearable", "density", "disabled", "label", "loading", "max-rows", "placeholder", "readonly", "reverse", "rows", "single-line", "theme", "variant"])
|
|
2083
2441
|
]),
|
|
2084
2442
|
_: 1
|
|
@@ -2092,16 +2450,46 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2092
2450
|
outer: { type: Boolean }
|
|
2093
2451
|
},
|
|
2094
2452
|
setup(t) {
|
|
2095
|
-
const e = t, {
|
|
2453
|
+
const e = t, { property: i } = r(e, [
|
|
2454
|
+
"settings",
|
|
2455
|
+
"appendIcon"
|
|
2456
|
+
]), { property: o } = r(e, [
|
|
2096
2457
|
"settings",
|
|
2097
2458
|
"appendInnerIcon"
|
|
2098
|
-
]), {
|
|
2459
|
+
]), { property: l } = r(e, [
|
|
2460
|
+
"settings",
|
|
2461
|
+
"autofocus"
|
|
2462
|
+
]), { property: s } = r(e, [
|
|
2463
|
+
"settings",
|
|
2464
|
+
"clearable"
|
|
2465
|
+
]), { property: a } = r(e, ["settings", "density"]), { property: p } = r(e, [
|
|
2466
|
+
"settings",
|
|
2467
|
+
"disabled"
|
|
2468
|
+
]), { property: d } = r(e, [
|
|
2469
|
+
"settings",
|
|
2470
|
+
"hideDetails"
|
|
2471
|
+
]), { property: f } = r(e, ["settings", "label"]), { property: m } = r(e, ["settings", "loading"]), { property: u } = r(e, [
|
|
2472
|
+
"settings",
|
|
2473
|
+
"placeholder"
|
|
2474
|
+
]), { property: c } = r(e, ["settings", "prefix"]), { property: y } = r(e, [
|
|
2475
|
+
"settings",
|
|
2476
|
+
"prependIcon"
|
|
2477
|
+
]), { property: h } = r(e, [
|
|
2099
2478
|
"settings",
|
|
2100
2479
|
"prependInnerIcon"
|
|
2101
|
-
]), {
|
|
2480
|
+
]), { property: g } = r(e, [
|
|
2481
|
+
"settings",
|
|
2482
|
+
"readonly"
|
|
2483
|
+
]), { property: x } = r(e, ["settings", "reverse"]), { property: w } = r(e, [
|
|
2484
|
+
"settings",
|
|
2485
|
+
"singleLine"
|
|
2486
|
+
]), { property: C } = r(e, ["settings", "suffix"]), { theme: M } = N(), { property: W } = r(e, ["settings", "value"]), { property: F } = r(e, ["settings", "variant"]), { property: R } = r(e, ["slots", "append"]), { property: E } = r(e, [
|
|
2102
2487
|
"slots",
|
|
2103
2488
|
"appendInner"
|
|
2104
|
-
]), {
|
|
2489
|
+
]), { property: S } = r(e, [
|
|
2490
|
+
"slots",
|
|
2491
|
+
"prepend"
|
|
2492
|
+
]), { property: D } = r(e, [
|
|
2105
2493
|
"slots",
|
|
2106
2494
|
"prependInner"
|
|
2107
2495
|
]);
|
|
@@ -2119,14 +2507,14 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2119
2507
|
density: n(a),
|
|
2120
2508
|
disabled: n(p),
|
|
2121
2509
|
"hide-details": n(d),
|
|
2122
|
-
label: n(
|
|
2510
|
+
label: n(f),
|
|
2123
2511
|
loading: n(m),
|
|
2124
2512
|
placeholder: n(u),
|
|
2125
2513
|
prefix: n(c),
|
|
2126
|
-
"prepend-icon": n(
|
|
2514
|
+
"prepend-icon": n(y),
|
|
2127
2515
|
"prepend-inner-icon": n(h),
|
|
2128
|
-
readonly: n(
|
|
2129
|
-
reverse: n(
|
|
2516
|
+
readonly: n(g),
|
|
2517
|
+
reverse: n(x),
|
|
2130
2518
|
"single-line": n(w),
|
|
2131
2519
|
suffix: n(C),
|
|
2132
2520
|
theme: n(M),
|
|
@@ -2135,7 +2523,7 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2135
2523
|
n(R) ? {
|
|
2136
2524
|
name: "append",
|
|
2137
2525
|
fn: I(() => [
|
|
2138
|
-
H(n(
|
|
2526
|
+
H(n(ye), {
|
|
2139
2527
|
"ref-context": { refid: n(R) },
|
|
2140
2528
|
state: {}
|
|
2141
2529
|
}, null, 8, ["ref-context"])
|
|
@@ -2145,7 +2533,7 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2145
2533
|
n(E) ? {
|
|
2146
2534
|
name: "append-inner",
|
|
2147
2535
|
fn: I(() => [
|
|
2148
|
-
H(n(
|
|
2536
|
+
H(n(ye), {
|
|
2149
2537
|
"ref-context": { refid: n(E) },
|
|
2150
2538
|
state: {}
|
|
2151
2539
|
}, null, 8, ["ref-context"])
|
|
@@ -2155,7 +2543,7 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2155
2543
|
n(S) ? {
|
|
2156
2544
|
name: "prepend",
|
|
2157
2545
|
fn: I(() => [
|
|
2158
|
-
H(n(
|
|
2546
|
+
H(n(ye), {
|
|
2159
2547
|
"ref-context": { refid: n(S) },
|
|
2160
2548
|
state: {}
|
|
2161
2549
|
}, null, 8, ["ref-context"])
|
|
@@ -2165,7 +2553,7 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2165
2553
|
n(D) ? {
|
|
2166
2554
|
name: "prepend-inner",
|
|
2167
2555
|
fn: I(() => [
|
|
2168
|
-
H(n(
|
|
2556
|
+
H(n(ye), {
|
|
2169
2557
|
"ref-context": { refid: n(D) },
|
|
2170
2558
|
state: {}
|
|
2171
2559
|
}, null, 8, ["ref-context"])
|
|
@@ -2185,27 +2573,38 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2185
2573
|
outer: { type: Boolean }
|
|
2186
2574
|
},
|
|
2187
2575
|
setup(t) {
|
|
2188
|
-
const e = t, {
|
|
2576
|
+
const e = t, { property: i } = r(e, ["settings", "align"]), { property: o } = r(e, ["settings", "density"]), { property: l } = r(e, [
|
|
2577
|
+
"settings",
|
|
2578
|
+
"direction"
|
|
2579
|
+
]), { property: s } = r(e, [
|
|
2189
2580
|
"settings",
|
|
2190
2581
|
"dot",
|
|
2191
2582
|
"color"
|
|
2192
|
-
]), { color: a } = K(s), {
|
|
2583
|
+
]), { color: a } = K(s), { property: p } = r(e, [
|
|
2584
|
+
"settings",
|
|
2585
|
+
"dot",
|
|
2586
|
+
"fill"
|
|
2587
|
+
]), { property: d } = r(e, [
|
|
2193
2588
|
"settings",
|
|
2194
2589
|
"hideOpposite"
|
|
2195
|
-
]), {
|
|
2590
|
+
]), { property: f } = r(e, [
|
|
2196
2591
|
"settings",
|
|
2197
2592
|
"line",
|
|
2198
2593
|
"color"
|
|
2199
|
-
]), { color: m } = K(
|
|
2594
|
+
]), { color: m } = K(f), { property: u } = r(e, [
|
|
2595
|
+
"settings",
|
|
2596
|
+
"line",
|
|
2597
|
+
"inset"
|
|
2598
|
+
]), { property: c } = r(e, [
|
|
2200
2599
|
"settings",
|
|
2201
2600
|
"line",
|
|
2202
2601
|
"thickness"
|
|
2203
|
-
]), {
|
|
2602
|
+
]), { property: y } = r(e, ["settings", "side"]), { property: h } = r(e, [
|
|
2204
2603
|
"settings",
|
|
2205
2604
|
"line",
|
|
2206
2605
|
"truncate"
|
|
2207
|
-
]), { theme:
|
|
2208
|
-
return (
|
|
2606
|
+
]), { theme: g } = N();
|
|
2607
|
+
return (x, w) => {
|
|
2209
2608
|
const C = z("v-timeline");
|
|
2210
2609
|
return v(), V(C, {
|
|
2211
2610
|
align: n(i),
|
|
@@ -2217,12 +2616,12 @@ const Gl = /* @__PURE__ */ xe(Dl, [["render", Fl]]), Hl = /* @__PURE__ */ $({
|
|
|
2217
2616
|
"line-color": n(m),
|
|
2218
2617
|
"line-inset": n(u),
|
|
2219
2618
|
"line-thickness": n(c),
|
|
2220
|
-
side: n(
|
|
2221
|
-
theme: n(
|
|
2619
|
+
side: n(y),
|
|
2620
|
+
theme: n(g),
|
|
2222
2621
|
"truncate-line": n(h)
|
|
2223
2622
|
}, {
|
|
2224
2623
|
default: I(() => [
|
|
2225
|
-
L(
|
|
2624
|
+
L(x.$slots, "default")
|
|
2226
2625
|
]),
|
|
2227
2626
|
_: 3
|
|
2228
2627
|
}, 8, ["align", "density", "direction", "dot-color", "fill-dot", "hide-opposite", "line-color", "line-inset", "line-thickness", "side", "theme", "truncate-line"]);
|
|
@@ -2245,12 +2644,24 @@ const Ql = /* @__PURE__ */ xe(Zl, [["render", ql]]), ea = /* @__PURE__ */ $({
|
|
|
2245
2644
|
outer: { type: Boolean }
|
|
2246
2645
|
},
|
|
2247
2646
|
setup(t) {
|
|
2248
|
-
const e = t, {
|
|
2647
|
+
const e = t, { property: i } = r(e, [
|
|
2648
|
+
"settings",
|
|
2649
|
+
"continuous"
|
|
2650
|
+
]), { property: o } = r(e, [
|
|
2651
|
+
"settings",
|
|
2652
|
+
"disabled"
|
|
2653
|
+
]), { property: l } = r(e, [
|
|
2654
|
+
"settings",
|
|
2655
|
+
"direction"
|
|
2656
|
+
]), { property: s } = r(e, ["settings", "reverse"]), { property: a } = r(e, [
|
|
2657
|
+
"settings",
|
|
2658
|
+
"showArrows"
|
|
2659
|
+
]), { property: p } = r(e, ["settings", "touch"]), { theme: d } = N(), { property: f } = r(e, ["settings", "value"]);
|
|
2249
2660
|
return (m, u) => {
|
|
2250
2661
|
const c = z("v-window");
|
|
2251
2662
|
return v(), V(c, {
|
|
2252
|
-
modelValue: n(
|
|
2253
|
-
"onUpdate:modelValue": u[0] || (u[0] = (
|
|
2663
|
+
modelValue: n(f),
|
|
2664
|
+
"onUpdate:modelValue": u[0] || (u[0] = (y) => O(f) ? f.value = y : null),
|
|
2254
2665
|
continuous: n(i),
|
|
2255
2666
|
direction: n(l),
|
|
2256
2667
|
disabled: n(o),
|
|
@@ -2276,7 +2687,7 @@ function na(t, e) {
|
|
|
2276
2687
|
_: 3
|
|
2277
2688
|
});
|
|
2278
2689
|
}
|
|
2279
|
-
const ia = /* @__PURE__ */ xe(ta, [["render", na]]), Ue = "ambient_light_v1", Xe = "badge_v1", Nn = "breadcrumbs_v1", Ye = "bar_chart_v1", Je = "box_geometry_v1", Ze = "btn_v1", qe = "btn_group_v1", Qe = "btn_toggle_v1", et = "card_v1", tt = "checkbox_v1", nt = "chip_v1", it = "chip_group_v1", ot = "color_picker_v1", st = "combobox_v1", rt = "container_v1", lt = "data_table_v1", at = "date_picker_v1", ut = "dialog_v1", ct = "directional_light_v1", mt = "file_input_v1", pt = "flex_layout_v1",
|
|
2690
|
+
const ia = /* @__PURE__ */ xe(ta, [["render", na]]), Ue = "ambient_light_v1", Xe = "badge_v1", Nn = "breadcrumbs_v1", Ye = "bar_chart_v1", Je = "box_geometry_v1", Ze = "btn_v1", qe = "btn_group_v1", Qe = "btn_toggle_v1", et = "card_v1", tt = "checkbox_v1", nt = "chip_v1", it = "chip_group_v1", ot = "color_picker_v1", st = "combobox_v1", rt = "container_v1", lt = "data_table_v1", at = "date_picker_v1", ut = "dialog_v1", ct = "directional_light_v1", mt = "file_input_v1", pt = "flex_layout_v1", bo = "flex_layout_entry_v1", dt = "form_v1", tn = "globality_v1", yt = "group_v1", ft = "icon_v1", bt = "keyboard_controls_v1", ht = "line_chart_v1", gt = "map_controls_v1", xt = "menu_v1", vt = "mesh_v1", oa = "mesh_basic_material_v1", Mn = "multiple_ref_v1", kt = "number_input_v1", _t = "orbit_controls_v1", wt = "orthographic_camera_v1", Vt = "pagination_v1", $t = "perspective_camera_v1", It = "point_light_v1", ho = "radio_v1", St = "radio_group_v1", Ct = "range_slider_v1", Tt = "rating_v1", Rn = "render_switch_v1", Pt = "select_v1", De = "single_ref_v1", zt = "slider_v1", At = "sphere_geometry_v1", Lt = "spot_light_v1", Bt = "stepper_v1", go = "stepper_header_v1", xo = "stepper_item_v1", vo = "stepper_window_v1", ko = "stepper_window_item_v1", Wt = "switch_v1", _o = "tab_v1", Dn = "table_v1", Et = "tabs_v1", Nt = "text_v1", Mt = "textarea_v1", Rt = "text_field_v1", Dt = "timeline_v1", wo = "timeline_item_v1", Ft = "window_v1", Vo = "window_item_v1", b = {
|
|
2280
2691
|
key: "basic",
|
|
2281
2692
|
name: "x-runtime-lib.basic",
|
|
2282
2693
|
children: [
|
|
@@ -2756,9 +3167,9 @@ const ia = /* @__PURE__ */ xe(ta, [["render", na]]), Ue = "ambient_light_v1", Xe
|
|
|
2756
3167
|
key: wt,
|
|
2757
3168
|
name: "x-runtime-lib.orthographicCamera",
|
|
2758
3169
|
comp: $s,
|
|
2759
|
-
|
|
2760
|
-
pageScene: [
|
|
2761
|
-
compScene: [
|
|
3170
|
+
properties: {
|
|
3171
|
+
pageScene: [b, X, Zn],
|
|
3172
|
+
compScene: [b, X, Zn]
|
|
2762
3173
|
},
|
|
2763
3174
|
events: [],
|
|
2764
3175
|
methods: [],
|
|
@@ -2802,9 +3213,9 @@ const qn = {
|
|
|
2802
3213
|
key: $t,
|
|
2803
3214
|
name: "x-runtime-lib.perspectiveCamera",
|
|
2804
3215
|
comp: Ss,
|
|
2805
|
-
|
|
2806
|
-
pageScene: [
|
|
2807
|
-
compScene: [
|
|
3216
|
+
properties: {
|
|
3217
|
+
pageScene: [b, X, qn],
|
|
3218
|
+
compScene: [b, X, qn]
|
|
2808
3219
|
},
|
|
2809
3220
|
events: [],
|
|
2810
3221
|
methods: [],
|
|
@@ -2830,12 +3241,12 @@ const aa = /* @__PURE__ */ $({
|
|
|
2830
3241
|
return (i, o) => n(e) !== "editor" ? (v(), V(n(ls), { key: 0 })) : ee("", !0);
|
|
2831
3242
|
}
|
|
2832
3243
|
}), ma = {
|
|
2833
|
-
key:
|
|
3244
|
+
key: bt,
|
|
2834
3245
|
name: "x-runtime-lib.keyboardControls",
|
|
2835
3246
|
comp: aa,
|
|
2836
|
-
|
|
2837
|
-
pageScene: [
|
|
2838
|
-
compScene: [
|
|
3247
|
+
properties: {
|
|
3248
|
+
pageScene: [b],
|
|
3249
|
+
compScene: [b]
|
|
2839
3250
|
},
|
|
2840
3251
|
events: [],
|
|
2841
3252
|
methods: [],
|
|
@@ -2847,9 +3258,9 @@ const pa = {
|
|
|
2847
3258
|
key: gt,
|
|
2848
3259
|
name: "x-runtime-lib.mapControls",
|
|
2849
3260
|
comp: ua,
|
|
2850
|
-
|
|
2851
|
-
pageScene: [
|
|
2852
|
-
compScene: [
|
|
3261
|
+
properties: {
|
|
3262
|
+
pageScene: [b],
|
|
3263
|
+
compScene: [b]
|
|
2853
3264
|
},
|
|
2854
3265
|
events: [],
|
|
2855
3266
|
methods: [],
|
|
@@ -2861,9 +3272,9 @@ const da = {
|
|
|
2861
3272
|
key: _t,
|
|
2862
3273
|
name: "x-runtime-lib.orbitControls",
|
|
2863
3274
|
comp: ca,
|
|
2864
|
-
|
|
2865
|
-
pageScene: [
|
|
2866
|
-
compScene: [
|
|
3275
|
+
properties: {
|
|
3276
|
+
pageScene: [b],
|
|
3277
|
+
compScene: [b]
|
|
2867
3278
|
},
|
|
2868
3279
|
events: [],
|
|
2869
3280
|
methods: [],
|
|
@@ -2871,15 +3282,15 @@ const da = {
|
|
|
2871
3282
|
leaf: !0
|
|
2872
3283
|
};
|
|
2873
3284
|
_(da);
|
|
2874
|
-
function
|
|
3285
|
+
function ya(t, e) {
|
|
2875
3286
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
2876
3287
|
if (!o) {
|
|
2877
|
-
console.error(`boxGeometryV1/spawn
|
|
3288
|
+
console.error(`boxGeometryV1/spawn property tag not found, ${i}`);
|
|
2878
3289
|
return;
|
|
2879
3290
|
}
|
|
2880
|
-
const l = ze.
|
|
3291
|
+
const l = ze.properties[o];
|
|
2881
3292
|
if (!l) {
|
|
2882
|
-
console.error(`boxGeometryV1/spawn
|
|
3293
|
+
console.error(`boxGeometryV1/spawn properties not found, ${i}`);
|
|
2883
3294
|
return;
|
|
2884
3295
|
}
|
|
2885
3296
|
const s = {};
|
|
@@ -2900,22 +3311,22 @@ function fa(t, e) {
|
|
|
2900
3311
|
z: 1
|
|
2901
3312
|
}
|
|
2902
3313
|
}, s.children = [
|
|
2903
|
-
|
|
2904
|
-
|
|
3314
|
+
fa(t, e),
|
|
3315
|
+
ba(t, e)
|
|
2905
3316
|
], s;
|
|
2906
3317
|
}
|
|
2907
|
-
function
|
|
3318
|
+
function fa(t, e) {
|
|
2908
3319
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
2909
3320
|
if (!o) {
|
|
2910
3321
|
console.error(
|
|
2911
|
-
`boxGeometryV1/spawnBoxGeometry
|
|
3322
|
+
`boxGeometryV1/spawnBoxGeometry property tag not found, ${i}`
|
|
2912
3323
|
);
|
|
2913
3324
|
return;
|
|
2914
3325
|
}
|
|
2915
|
-
const l = nn.
|
|
3326
|
+
const l = nn.properties[o];
|
|
2916
3327
|
if (!l) {
|
|
2917
3328
|
console.error(
|
|
2918
|
-
`boxGeometryV1/spawnBoxGeometry
|
|
3329
|
+
`boxGeometryV1/spawnBoxGeometry properties not found, ${i}`
|
|
2919
3330
|
);
|
|
2920
3331
|
return;
|
|
2921
3332
|
}
|
|
@@ -2929,18 +3340,18 @@ function ba(t, e) {
|
|
|
2929
3340
|
depthSegements: 1
|
|
2930
3341
|
}, s;
|
|
2931
3342
|
}
|
|
2932
|
-
function
|
|
3343
|
+
function ba(t, e) {
|
|
2933
3344
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
2934
3345
|
if (!o) {
|
|
2935
3346
|
console.error(
|
|
2936
|
-
`boxGeometryV1/spawnMeshBasicMaterial
|
|
3347
|
+
`boxGeometryV1/spawnMeshBasicMaterial property tag not found, ${i}`
|
|
2937
3348
|
);
|
|
2938
3349
|
return;
|
|
2939
3350
|
}
|
|
2940
|
-
const l = Pe.
|
|
3351
|
+
const l = Pe.properties[o];
|
|
2941
3352
|
if (!l) {
|
|
2942
3353
|
console.error(
|
|
2943
|
-
`boxGeometryV1/spawnMeshBasicMaterial
|
|
3354
|
+
`boxGeometryV1/spawnMeshBasicMaterial properties not found, ${i}`
|
|
2944
3355
|
);
|
|
2945
3356
|
return;
|
|
2946
3357
|
}
|
|
@@ -2995,26 +3406,26 @@ const Qn = {
|
|
|
2995
3406
|
key: Je,
|
|
2996
3407
|
name: "x-runtime-lib.boxGeometry",
|
|
2997
3408
|
comp: Ts,
|
|
2998
|
-
|
|
2999
|
-
pageScene: [
|
|
3000
|
-
compScene: [
|
|
3409
|
+
properties: {
|
|
3410
|
+
pageScene: [b, Qn],
|
|
3411
|
+
compScene: [b, Qn]
|
|
3001
3412
|
},
|
|
3002
3413
|
events: [],
|
|
3003
3414
|
methods: [],
|
|
3004
3415
|
slots: [],
|
|
3005
3416
|
leaf: !0,
|
|
3006
|
-
spawn:
|
|
3417
|
+
spawn: ya
|
|
3007
3418
|
};
|
|
3008
3419
|
_(nn);
|
|
3009
3420
|
function ha(t, e) {
|
|
3010
3421
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3011
3422
|
if (!o) {
|
|
3012
|
-
console.error(`sphereGeometryV1/spawn
|
|
3423
|
+
console.error(`sphereGeometryV1/spawn property tag not found, ${i}`);
|
|
3013
3424
|
return;
|
|
3014
3425
|
}
|
|
3015
|
-
const l = ze.
|
|
3426
|
+
const l = ze.properties[o];
|
|
3016
3427
|
if (!l) {
|
|
3017
|
-
console.error(`sphereGeometryV1/spawn
|
|
3428
|
+
console.error(`sphereGeometryV1/spawn properties not found, ${i}`);
|
|
3018
3429
|
return;
|
|
3019
3430
|
}
|
|
3020
3431
|
const s = {};
|
|
@@ -3043,14 +3454,14 @@ function ga(t, e) {
|
|
|
3043
3454
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3044
3455
|
if (!o) {
|
|
3045
3456
|
console.error(
|
|
3046
|
-
`sphereGeometryV1/spawnSphereGeometry
|
|
3457
|
+
`sphereGeometryV1/spawnSphereGeometry property tag not found, ${i}`
|
|
3047
3458
|
);
|
|
3048
3459
|
return;
|
|
3049
3460
|
}
|
|
3050
|
-
const l = on.
|
|
3461
|
+
const l = on.properties[o];
|
|
3051
3462
|
if (!l) {
|
|
3052
3463
|
console.error(
|
|
3053
|
-
`sphereGeometryV1/spawnSphereGeometry
|
|
3464
|
+
`sphereGeometryV1/spawnSphereGeometry properties not found, ${i}`
|
|
3054
3465
|
);
|
|
3055
3466
|
return;
|
|
3056
3467
|
}
|
|
@@ -3069,14 +3480,14 @@ function xa(t, e) {
|
|
|
3069
3480
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3070
3481
|
if (!o) {
|
|
3071
3482
|
console.error(
|
|
3072
|
-
`sphereGeometryV1/spawnMeshBasicMaterial
|
|
3483
|
+
`sphereGeometryV1/spawnMeshBasicMaterial property tag not found, ${i}`
|
|
3073
3484
|
);
|
|
3074
3485
|
return;
|
|
3075
3486
|
}
|
|
3076
|
-
const l = Pe.
|
|
3487
|
+
const l = Pe.properties[o];
|
|
3077
3488
|
if (!l) {
|
|
3078
3489
|
console.error(
|
|
3079
|
-
`sphereGeometryV1/spawnMeshBasicMaterial
|
|
3490
|
+
`sphereGeometryV1/spawnMeshBasicMaterial properties not found, ${i}`
|
|
3080
3491
|
);
|
|
3081
3492
|
return;
|
|
3082
3493
|
}
|
|
@@ -3139,9 +3550,9 @@ const ei = {
|
|
|
3139
3550
|
key: At,
|
|
3140
3551
|
name: "x-runtime-lib.sphereGeometry",
|
|
3141
3552
|
comp: zs,
|
|
3142
|
-
|
|
3143
|
-
pageScene: [
|
|
3144
|
-
compScene: [
|
|
3553
|
+
properties: {
|
|
3554
|
+
pageScene: [b, ei],
|
|
3555
|
+
compScene: [b, ei]
|
|
3145
3556
|
},
|
|
3146
3557
|
events: [],
|
|
3147
3558
|
methods: [],
|
|
@@ -3171,9 +3582,9 @@ const ti = {
|
|
|
3171
3582
|
key: Ue,
|
|
3172
3583
|
name: "x-runtime-lib.ambientLight",
|
|
3173
3584
|
comp: Ls,
|
|
3174
|
-
|
|
3175
|
-
pageScene: [
|
|
3176
|
-
compScene: [
|
|
3585
|
+
properties: {
|
|
3586
|
+
pageScene: [b, X, ti],
|
|
3587
|
+
compScene: [b, X, ti]
|
|
3177
3588
|
},
|
|
3178
3589
|
events: [],
|
|
3179
3590
|
methods: [],
|
|
@@ -3201,9 +3612,9 @@ const ni = {
|
|
|
3201
3612
|
key: ct,
|
|
3202
3613
|
name: "x-runtime-lib.directionalLight",
|
|
3203
3614
|
comp: Ws,
|
|
3204
|
-
|
|
3205
|
-
pageScene: [
|
|
3206
|
-
compScene: [
|
|
3615
|
+
properties: {
|
|
3616
|
+
pageScene: [b, X, ni],
|
|
3617
|
+
compScene: [b, X, ni]
|
|
3207
3618
|
},
|
|
3208
3619
|
events: [],
|
|
3209
3620
|
methods: [],
|
|
@@ -3245,9 +3656,9 @@ const ii = {
|
|
|
3245
3656
|
key: It,
|
|
3246
3657
|
name: "x-runtime-lib.pointLight",
|
|
3247
3658
|
comp: Ns,
|
|
3248
|
-
|
|
3249
|
-
pageScene: [
|
|
3250
|
-
compScene: [
|
|
3659
|
+
properties: {
|
|
3660
|
+
pageScene: [b, X, ii],
|
|
3661
|
+
compScene: [b, X, ii]
|
|
3251
3662
|
},
|
|
3252
3663
|
events: [],
|
|
3253
3664
|
methods: [],
|
|
@@ -3306,9 +3717,9 @@ const oi = {
|
|
|
3306
3717
|
key: Lt,
|
|
3307
3718
|
name: "x-runtime-lib.spotLight",
|
|
3308
3719
|
comp: Rs,
|
|
3309
|
-
|
|
3310
|
-
pageScene: [
|
|
3311
|
-
compScene: [
|
|
3720
|
+
properties: {
|
|
3721
|
+
pageScene: [b, X, oi],
|
|
3722
|
+
compScene: [b, X, oi]
|
|
3312
3723
|
},
|
|
3313
3724
|
events: [],
|
|
3314
3725
|
methods: [],
|
|
@@ -3319,9 +3730,9 @@ const Pe = {
|
|
|
3319
3730
|
key: oa,
|
|
3320
3731
|
name: "x-runtime-lib.meshBasicMaterial",
|
|
3321
3732
|
comp: Gs,
|
|
3322
|
-
|
|
3323
|
-
pageScene: [
|
|
3324
|
-
compScene: [
|
|
3733
|
+
properties: {
|
|
3734
|
+
pageScene: [b],
|
|
3735
|
+
compScene: [b]
|
|
3325
3736
|
},
|
|
3326
3737
|
events: [],
|
|
3327
3738
|
methods: [],
|
|
@@ -3330,12 +3741,12 @@ const Pe = {
|
|
|
3330
3741
|
};
|
|
3331
3742
|
_(Pe);
|
|
3332
3743
|
const Va = {
|
|
3333
|
-
key:
|
|
3744
|
+
key: yt,
|
|
3334
3745
|
name: "x-runtime-lib.group",
|
|
3335
3746
|
comp: Ks,
|
|
3336
|
-
|
|
3337
|
-
pageScene: [
|
|
3338
|
-
compScene: [
|
|
3747
|
+
properties: {
|
|
3748
|
+
pageScene: [b, X],
|
|
3749
|
+
compScene: [b, X]
|
|
3339
3750
|
},
|
|
3340
3751
|
events: [],
|
|
3341
3752
|
methods: [],
|
|
@@ -3346,9 +3757,9 @@ const ze = {
|
|
|
3346
3757
|
key: vt,
|
|
3347
3758
|
name: "x-runtime-lib.mesh",
|
|
3348
3759
|
comp: Os,
|
|
3349
|
-
|
|
3350
|
-
pageScene: [
|
|
3351
|
-
compScene: [
|
|
3760
|
+
properties: {
|
|
3761
|
+
pageScene: [b, X],
|
|
3762
|
+
compScene: [b, X]
|
|
3352
3763
|
},
|
|
3353
3764
|
events: [],
|
|
3354
3765
|
methods: [],
|
|
@@ -3358,12 +3769,12 @@ _(ze);
|
|
|
3358
3769
|
function $a(t, e) {
|
|
3359
3770
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3360
3771
|
if (!o) {
|
|
3361
|
-
console.error(`barChartV1/spawn
|
|
3772
|
+
console.error(`barChartV1/spawn property tag not found, ${i}`);
|
|
3362
3773
|
return;
|
|
3363
3774
|
}
|
|
3364
|
-
const l = sn.
|
|
3775
|
+
const l = sn.properties[o];
|
|
3365
3776
|
if (!l) {
|
|
3366
|
-
console.error(`barChartV1/spawn
|
|
3777
|
+
console.error(`barChartV1/spawn properties not found, ${i}`);
|
|
3367
3778
|
return;
|
|
3368
3779
|
}
|
|
3369
3780
|
const s = {};
|
|
@@ -3399,9 +3810,9 @@ const si = {
|
|
|
3399
3810
|
key: Ye,
|
|
3400
3811
|
name: "x-runtime-lib.barChart",
|
|
3401
3812
|
comp: Qr,
|
|
3402
|
-
|
|
3403
|
-
pageCommon: [
|
|
3404
|
-
compCommon: [
|
|
3813
|
+
properties: {
|
|
3814
|
+
pageCommon: [b, U, Ge, He, Ke, Fe, si],
|
|
3815
|
+
compCommon: [b, U, Ge, He, Ke, Fe, si]
|
|
3405
3816
|
},
|
|
3406
3817
|
events: [],
|
|
3407
3818
|
methods: [],
|
|
@@ -3413,12 +3824,12 @@ _(sn);
|
|
|
3413
3824
|
function Ia(t, e) {
|
|
3414
3825
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3415
3826
|
if (!o) {
|
|
3416
|
-
console.error(`lineChartV1/spawn
|
|
3827
|
+
console.error(`lineChartV1/spawn property tag not found, ${i}`);
|
|
3417
3828
|
return;
|
|
3418
3829
|
}
|
|
3419
|
-
const l = rn.
|
|
3830
|
+
const l = rn.properties[o];
|
|
3420
3831
|
if (!l) {
|
|
3421
|
-
console.error(`lineChartV1/spawn
|
|
3832
|
+
console.error(`lineChartV1/spawn properties not found, ${i}`);
|
|
3422
3833
|
return;
|
|
3423
3834
|
}
|
|
3424
3835
|
const s = {};
|
|
@@ -3454,9 +3865,9 @@ const ri = {
|
|
|
3454
3865
|
key: ht,
|
|
3455
3866
|
name: "x-runtime-lib.lineChart",
|
|
3456
3867
|
comp: el,
|
|
3457
|
-
|
|
3458
|
-
pageCommon: [
|
|
3459
|
-
compCommon: [
|
|
3868
|
+
properties: {
|
|
3869
|
+
pageCommon: [b, U, Ge, He, Ke, Fe, ri],
|
|
3870
|
+
compCommon: [b, U, Ge, He, Ke, Fe, ri]
|
|
3460
3871
|
},
|
|
3461
3872
|
events: [],
|
|
3462
3873
|
methods: [],
|
|
@@ -3480,7 +3891,7 @@ const li = {
|
|
|
3480
3891
|
key: tn,
|
|
3481
3892
|
name: "x-runtime-lib.globality",
|
|
3482
3893
|
comp: null,
|
|
3483
|
-
|
|
3894
|
+
properties: {
|
|
3484
3895
|
pageCommon: [li],
|
|
3485
3896
|
pageScene: [ai],
|
|
3486
3897
|
compCommon: [li],
|
|
@@ -3564,9 +3975,9 @@ const ui = {
|
|
|
3564
3975
|
key: Xe,
|
|
3565
3976
|
name: "x-runtime-lib.badge",
|
|
3566
3977
|
comp: tl,
|
|
3567
|
-
|
|
3568
|
-
pageCommon: [
|
|
3569
|
-
compCommon: [
|
|
3978
|
+
properties: {
|
|
3979
|
+
pageCommon: [b, ui],
|
|
3980
|
+
compCommon: [b, ui]
|
|
3570
3981
|
},
|
|
3571
3982
|
events: [],
|
|
3572
3983
|
methods: [],
|
|
@@ -3575,12 +3986,12 @@ const ui = {
|
|
|
3575
3986
|
function Ca(t, e) {
|
|
3576
3987
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3577
3988
|
if (!o) {
|
|
3578
|
-
console.error(`btnV1/spawn
|
|
3989
|
+
console.error(`btnV1/spawn property tag not found, ${i}`);
|
|
3579
3990
|
return;
|
|
3580
3991
|
}
|
|
3581
|
-
const l = ln.
|
|
3992
|
+
const l = ln.properties[o];
|
|
3582
3993
|
if (!l) {
|
|
3583
|
-
console.error(`btnV1/spawn
|
|
3994
|
+
console.error(`btnV1/spawn properties not found, ${i}`);
|
|
3584
3995
|
return;
|
|
3585
3996
|
}
|
|
3586
3997
|
const s = {};
|
|
@@ -3677,9 +4088,9 @@ const Ta = B(j), ci = {
|
|
|
3677
4088
|
key: Ze,
|
|
3678
4089
|
name: "x-runtime-lib.button",
|
|
3679
4090
|
comp: nl,
|
|
3680
|
-
|
|
3681
|
-
pageCommon: [
|
|
3682
|
-
compCommon: [
|
|
4091
|
+
properties: {
|
|
4092
|
+
pageCommon: [b, U, ci],
|
|
4093
|
+
compCommon: [b, U, ci]
|
|
3683
4094
|
},
|
|
3684
4095
|
events: [
|
|
3685
4096
|
{
|
|
@@ -3698,9 +4109,9 @@ const Pa = {
|
|
|
3698
4109
|
key: qe,
|
|
3699
4110
|
name: "x-runtime-lib.buttonGroup",
|
|
3700
4111
|
comp: sl,
|
|
3701
|
-
|
|
3702
|
-
pageCommon: [
|
|
3703
|
-
compCommon: [
|
|
4112
|
+
properties: {
|
|
4113
|
+
pageCommon: [b],
|
|
4114
|
+
compCommon: [b]
|
|
3704
4115
|
},
|
|
3705
4116
|
events: [],
|
|
3706
4117
|
methods: [],
|
|
@@ -3772,9 +4183,9 @@ const mi = {
|
|
|
3772
4183
|
key: Qe,
|
|
3773
4184
|
name: "x-runtime-lib.buttonToggle",
|
|
3774
4185
|
comp: rl,
|
|
3775
|
-
|
|
3776
|
-
pageCommon: [
|
|
3777
|
-
compCommon: [
|
|
4186
|
+
properties: {
|
|
4187
|
+
pageCommon: [b, mi],
|
|
4188
|
+
compCommon: [b, mi]
|
|
3778
4189
|
},
|
|
3779
4190
|
events: [],
|
|
3780
4191
|
methods: [],
|
|
@@ -3784,12 +4195,12 @@ _(za);
|
|
|
3784
4195
|
function Aa(t, e) {
|
|
3785
4196
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3786
4197
|
if (!o) {
|
|
3787
|
-
console.error(`cardV1/spawn
|
|
4198
|
+
console.error(`cardV1/spawn property tag not found, ${i}`);
|
|
3788
4199
|
return;
|
|
3789
4200
|
}
|
|
3790
|
-
const l = Ae.
|
|
4201
|
+
const l = Ae.properties[o];
|
|
3791
4202
|
if (!l) {
|
|
3792
|
-
console.error(`cardV1/spawn
|
|
4203
|
+
console.error(`cardV1/spawn properties not found, ${i}`);
|
|
3793
4204
|
return;
|
|
3794
4205
|
}
|
|
3795
4206
|
const s = {};
|
|
@@ -3854,9 +4265,9 @@ const pi = {
|
|
|
3854
4265
|
key: et,
|
|
3855
4266
|
name: "x-runtime-lib.card",
|
|
3856
4267
|
comp: ll,
|
|
3857
|
-
|
|
3858
|
-
pageCommon: [
|
|
3859
|
-
compCommon: [
|
|
4268
|
+
properties: {
|
|
4269
|
+
pageCommon: [b, U, pi],
|
|
4270
|
+
compCommon: [b, U, pi]
|
|
3860
4271
|
},
|
|
3861
4272
|
events: [],
|
|
3862
4273
|
methods: [],
|
|
@@ -3885,9 +4296,9 @@ const di = {
|
|
|
3885
4296
|
key: tt,
|
|
3886
4297
|
name: "x-runtime-lib.checkbox",
|
|
3887
4298
|
comp: al,
|
|
3888
|
-
|
|
3889
|
-
pageCommon: [
|
|
3890
|
-
compCommon: [
|
|
4299
|
+
properties: {
|
|
4300
|
+
pageCommon: [b, di],
|
|
4301
|
+
compCommon: [b, di]
|
|
3891
4302
|
},
|
|
3892
4303
|
events: [],
|
|
3893
4304
|
methods: [],
|
|
@@ -3895,7 +4306,7 @@ const di = {
|
|
|
3895
4306
|
leaf: !0
|
|
3896
4307
|
};
|
|
3897
4308
|
_(La);
|
|
3898
|
-
const Ba = B(j),
|
|
4309
|
+
const Ba = B(j), yi = {
|
|
3899
4310
|
key: "settings",
|
|
3900
4311
|
name: "x-runtime-lib.settings",
|
|
3901
4312
|
children: [
|
|
@@ -3974,9 +4385,9 @@ const Ba = B(j), fi = {
|
|
|
3974
4385
|
key: nt,
|
|
3975
4386
|
name: "x-runtime-lib.chip",
|
|
3976
4387
|
comp: ul,
|
|
3977
|
-
|
|
3978
|
-
pageCommon: [
|
|
3979
|
-
compCommon: [
|
|
4388
|
+
properties: {
|
|
4389
|
+
pageCommon: [b, yi],
|
|
4390
|
+
compCommon: [b, yi]
|
|
3980
4391
|
},
|
|
3981
4392
|
events: [],
|
|
3982
4393
|
methods: [],
|
|
@@ -3987,12 +4398,12 @@ _(an);
|
|
|
3987
4398
|
function Wa(t, e) {
|
|
3988
4399
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
3989
4400
|
if (!o) {
|
|
3990
|
-
console.error(`chipGroupV1/spawn
|
|
4401
|
+
console.error(`chipGroupV1/spawn property tag not found, ${i}`);
|
|
3991
4402
|
return;
|
|
3992
4403
|
}
|
|
3993
|
-
const l = un.
|
|
4404
|
+
const l = un.properties[o];
|
|
3994
4405
|
if (!l) {
|
|
3995
|
-
console.error(`chipGroupV1/spawn
|
|
4406
|
+
console.error(`chipGroupV1/spawn properties not found, ${i}`);
|
|
3996
4407
|
return;
|
|
3997
4408
|
}
|
|
3998
4409
|
const s = {};
|
|
@@ -4008,18 +4419,18 @@ function Wa(t, e) {
|
|
|
4008
4419
|
function ve(t, e, i, o) {
|
|
4009
4420
|
const l = `type=${t} subtype=${e}`, s = A(t, e);
|
|
4010
4421
|
if (!s) {
|
|
4011
|
-
console.error(`chipGroupV1/spawnChip
|
|
4422
|
+
console.error(`chipGroupV1/spawnChip property tag not found, ${l}`);
|
|
4012
4423
|
return;
|
|
4013
4424
|
}
|
|
4014
|
-
const a = an.
|
|
4425
|
+
const a = an.properties[s];
|
|
4015
4426
|
if (!a) {
|
|
4016
|
-
console.error(`chipGroupV1/spawnChip
|
|
4427
|
+
console.error(`chipGroupV1/spawnChip properties not found, ${l}`);
|
|
4017
4428
|
return;
|
|
4018
4429
|
}
|
|
4019
4430
|
const p = {};
|
|
4020
4431
|
return P(p, a), p.basic.id = T(16), p.basic.key = an.key, p.settings.value = i, p.settings.text = o, p;
|
|
4021
4432
|
}
|
|
4022
|
-
const
|
|
4433
|
+
const fi = {
|
|
4023
4434
|
key: "settings",
|
|
4024
4435
|
name: "x-runtime-lib.settings",
|
|
4025
4436
|
children: [
|
|
@@ -4077,9 +4488,9 @@ const bi = {
|
|
|
4077
4488
|
key: it,
|
|
4078
4489
|
name: "x-runtime-lib.chipGroup",
|
|
4079
4490
|
comp: cl,
|
|
4080
|
-
|
|
4081
|
-
pageCommon: [
|
|
4082
|
-
compCommon: [
|
|
4491
|
+
properties: {
|
|
4492
|
+
pageCommon: [b, fi],
|
|
4493
|
+
compCommon: [b, fi]
|
|
4083
4494
|
},
|
|
4084
4495
|
events: [],
|
|
4085
4496
|
methods: [],
|
|
@@ -4091,9 +4502,9 @@ const Ea = {
|
|
|
4091
4502
|
key: ot,
|
|
4092
4503
|
name: "x-runtime-lib.colorPicker",
|
|
4093
4504
|
comp: ml,
|
|
4094
|
-
|
|
4095
|
-
pageCommon: [
|
|
4096
|
-
compCommon: [
|
|
4505
|
+
properties: {
|
|
4506
|
+
pageCommon: [b],
|
|
4507
|
+
compCommon: [b]
|
|
4097
4508
|
},
|
|
4098
4509
|
events: [],
|
|
4099
4510
|
methods: [],
|
|
@@ -4101,7 +4512,7 @@ const Ea = {
|
|
|
4101
4512
|
leaf: !0
|
|
4102
4513
|
};
|
|
4103
4514
|
_(Ea);
|
|
4104
|
-
const
|
|
4515
|
+
const bi = {
|
|
4105
4516
|
key: "settings",
|
|
4106
4517
|
name: "x-runtime-lib.settings",
|
|
4107
4518
|
children: [
|
|
@@ -4146,9 +4557,9 @@ const yi = {
|
|
|
4146
4557
|
key: st,
|
|
4147
4558
|
name: "x-runtime-lib.combobox",
|
|
4148
4559
|
comp: pl,
|
|
4149
|
-
|
|
4150
|
-
pageCommon: [
|
|
4151
|
-
compCommon: [
|
|
4560
|
+
properties: {
|
|
4561
|
+
pageCommon: [b, bi],
|
|
4562
|
+
compCommon: [b, bi]
|
|
4152
4563
|
},
|
|
4153
4564
|
events: [],
|
|
4154
4565
|
methods: [],
|
|
@@ -4167,9 +4578,9 @@ const hi = {
|
|
|
4167
4578
|
key: rt,
|
|
4168
4579
|
name: "x-runtime-lib.container",
|
|
4169
4580
|
comp: dl,
|
|
4170
|
-
|
|
4171
|
-
pageCommon: [
|
|
4172
|
-
compCommon: [
|
|
4581
|
+
properties: {
|
|
4582
|
+
pageCommon: [b, U, _e, we, Ve, hi],
|
|
4583
|
+
compCommon: [b, U, _e, we, Ve, hi]
|
|
4173
4584
|
},
|
|
4174
4585
|
events: [
|
|
4175
4586
|
{
|
|
@@ -4337,10 +4748,10 @@ const gi = {
|
|
|
4337
4748
|
}, Ma = {
|
|
4338
4749
|
key: lt,
|
|
4339
4750
|
name: "x-runtime-lib.dataTable",
|
|
4340
|
-
comp:
|
|
4341
|
-
|
|
4342
|
-
pageCommon: [
|
|
4343
|
-
compCommon: [
|
|
4751
|
+
comp: yl,
|
|
4752
|
+
properties: {
|
|
4753
|
+
pageCommon: [b, gi, xi, vi],
|
|
4754
|
+
compCommon: [b, gi, xi, vi]
|
|
4344
4755
|
},
|
|
4345
4756
|
events: [],
|
|
4346
4757
|
methods: [],
|
|
@@ -4352,9 +4763,9 @@ const Ra = {
|
|
|
4352
4763
|
key: at,
|
|
4353
4764
|
name: "x-runtime-lib.datePicker",
|
|
4354
4765
|
comp: hl,
|
|
4355
|
-
|
|
4356
|
-
pageCommon: [
|
|
4357
|
-
compCommon: [
|
|
4766
|
+
properties: {
|
|
4767
|
+
pageCommon: [b],
|
|
4768
|
+
compCommon: [b]
|
|
4358
4769
|
},
|
|
4359
4770
|
events: [],
|
|
4360
4771
|
methods: [],
|
|
@@ -4366,9 +4777,9 @@ const Da = {
|
|
|
4366
4777
|
key: ut,
|
|
4367
4778
|
name: "x-runtime-lib.dialog",
|
|
4368
4779
|
comp: xl,
|
|
4369
|
-
|
|
4370
|
-
pageCommon: [
|
|
4371
|
-
compCommon: [
|
|
4780
|
+
properties: {
|
|
4781
|
+
pageCommon: [b],
|
|
4782
|
+
compCommon: [b]
|
|
4372
4783
|
},
|
|
4373
4784
|
events: [],
|
|
4374
4785
|
methods: [
|
|
@@ -4397,9 +4808,9 @@ const ki = {
|
|
|
4397
4808
|
key: mt,
|
|
4398
4809
|
name: "x-runtime-lib.fileInput",
|
|
4399
4810
|
comp: vl,
|
|
4400
|
-
|
|
4401
|
-
pageCommon: [
|
|
4402
|
-
compCommon: [
|
|
4811
|
+
properties: {
|
|
4812
|
+
pageCommon: [b, ki],
|
|
4813
|
+
compCommon: [b, ki]
|
|
4403
4814
|
},
|
|
4404
4815
|
events: [],
|
|
4405
4816
|
methods: [],
|
|
@@ -4423,12 +4834,12 @@ const ki = {
|
|
|
4423
4834
|
}
|
|
4424
4835
|
]
|
|
4425
4836
|
}, mn = {
|
|
4426
|
-
key:
|
|
4837
|
+
key: bo,
|
|
4427
4838
|
name: "x-runtime-lib.flexLayoutEntry",
|
|
4428
4839
|
comp: _l,
|
|
4429
|
-
|
|
4430
|
-
pageCommon: [
|
|
4431
|
-
compCommon: [
|
|
4840
|
+
properties: {
|
|
4841
|
+
pageCommon: [b, U, _i],
|
|
4842
|
+
compCommon: [b, U, _i]
|
|
4432
4843
|
},
|
|
4433
4844
|
events: [],
|
|
4434
4845
|
methods: [],
|
|
@@ -4438,12 +4849,12 @@ _(mn);
|
|
|
4438
4849
|
function Fa(t, e) {
|
|
4439
4850
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
4440
4851
|
if (!o) {
|
|
4441
|
-
console.error(`flexLayoutV1/spawn
|
|
4852
|
+
console.error(`flexLayoutV1/spawn property tag not found, ${i}`);
|
|
4442
4853
|
return;
|
|
4443
4854
|
}
|
|
4444
|
-
const l = Le.
|
|
4855
|
+
const l = Le.properties[o];
|
|
4445
4856
|
if (!l) {
|
|
4446
|
-
console.error(`flexLayoutV1/spawn
|
|
4857
|
+
console.error(`flexLayoutV1/spawn properties not found, ${i}`);
|
|
4447
4858
|
return;
|
|
4448
4859
|
}
|
|
4449
4860
|
const s = {};
|
|
@@ -4472,16 +4883,18 @@ function Fa(t, e) {
|
|
|
4472
4883
|
], s;
|
|
4473
4884
|
}
|
|
4474
4885
|
function pn(t, e, i, o, l, s, a, p, d) {
|
|
4475
|
-
const
|
|
4886
|
+
const f = `type=${t} subtype=${e}`, m = A(t, e);
|
|
4476
4887
|
if (!m) {
|
|
4477
4888
|
console.error(
|
|
4478
|
-
`flexLayoutV1/spawnContainer
|
|
4889
|
+
`flexLayoutV1/spawnContainer property tag not found, ${f}`
|
|
4479
4890
|
);
|
|
4480
4891
|
return;
|
|
4481
4892
|
}
|
|
4482
|
-
const u = cn.
|
|
4893
|
+
const u = cn.properties[m];
|
|
4483
4894
|
if (!u) {
|
|
4484
|
-
console.error(
|
|
4895
|
+
console.error(
|
|
4896
|
+
`flexLayoutV1/spawnContainer properties not found, ${f}`
|
|
4897
|
+
);
|
|
4485
4898
|
return;
|
|
4486
4899
|
}
|
|
4487
4900
|
const c = {};
|
|
@@ -4490,12 +4903,14 @@ function pn(t, e, i, o, l, s, a, p, d) {
|
|
|
4490
4903
|
function Ga(t, e) {
|
|
4491
4904
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
4492
4905
|
if (!o) {
|
|
4493
|
-
console.error(
|
|
4906
|
+
console.error(
|
|
4907
|
+
`flexLayoutV1/spawnEntry property tag not found, ${i}`
|
|
4908
|
+
);
|
|
4494
4909
|
return;
|
|
4495
4910
|
}
|
|
4496
|
-
const l = mn.
|
|
4911
|
+
const l = mn.properties[o];
|
|
4497
4912
|
if (!l) {
|
|
4498
|
-
console.error(`flexLayoutV1/spawnEntry
|
|
4913
|
+
console.error(`flexLayoutV1/spawnEntry properties not found, ${i}`);
|
|
4499
4914
|
return;
|
|
4500
4915
|
}
|
|
4501
4916
|
const s = {
|
|
@@ -4694,9 +5109,9 @@ const wi = {
|
|
|
4694
5109
|
key: pt,
|
|
4695
5110
|
name: "x-runtime-lib.flexLayout",
|
|
4696
5111
|
comp: kl,
|
|
4697
|
-
|
|
4698
|
-
pageCommon: [
|
|
4699
|
-
compCommon: [
|
|
5112
|
+
properties: {
|
|
5113
|
+
pageCommon: [b, U, _e, we, Ve, wi],
|
|
5114
|
+
compCommon: [b, U, _e, we, Ve, wi]
|
|
4700
5115
|
},
|
|
4701
5116
|
events: [
|
|
4702
5117
|
{
|
|
@@ -4864,9 +5279,9 @@ const Vi = {
|
|
|
4864
5279
|
key: Rt,
|
|
4865
5280
|
name: "x-runtime-lib.textField",
|
|
4866
5281
|
comp: Yl,
|
|
4867
|
-
|
|
4868
|
-
pageCommon: [
|
|
4869
|
-
compCommon: [
|
|
5282
|
+
properties: {
|
|
5283
|
+
pageCommon: [b, Vi, $i],
|
|
5284
|
+
compCommon: [b, Vi, $i]
|
|
4870
5285
|
},
|
|
4871
5286
|
events: [],
|
|
4872
5287
|
methods: [],
|
|
@@ -4902,26 +5317,26 @@ _(dn);
|
|
|
4902
5317
|
function Ha(t, e) {
|
|
4903
5318
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
4904
5319
|
if (!o) {
|
|
4905
|
-
console.error(`formV1/spawn
|
|
5320
|
+
console.error(`formV1/spawn property tag not found, ${i}`);
|
|
4906
5321
|
return;
|
|
4907
5322
|
}
|
|
4908
|
-
const l =
|
|
5323
|
+
const l = yn.properties[o];
|
|
4909
5324
|
if (!l) {
|
|
4910
|
-
console.error(`formV1/spawn
|
|
5325
|
+
console.error(`formV1/spawn properties not found, ${i}`);
|
|
4911
5326
|
return;
|
|
4912
5327
|
}
|
|
4913
5328
|
const s = {};
|
|
4914
|
-
return P(s, l), s.basic.id = T(16), s.basic.key =
|
|
5329
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = yn.key, s.children = [Ka(t, e)], s;
|
|
4915
5330
|
}
|
|
4916
5331
|
function Ka(t, e) {
|
|
4917
5332
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
4918
5333
|
if (!o) {
|
|
4919
|
-
console.error(`formV1/spawnTextField
|
|
5334
|
+
console.error(`formV1/spawnTextField property tag not found, ${i}`);
|
|
4920
5335
|
return;
|
|
4921
5336
|
}
|
|
4922
|
-
const l = dn.
|
|
5337
|
+
const l = dn.properties[o];
|
|
4923
5338
|
if (!l) {
|
|
4924
|
-
console.error(`formV1/spawnTextField
|
|
5339
|
+
console.error(`formV1/spawnTextField properties not found, ${i}`);
|
|
4925
5340
|
return;
|
|
4926
5341
|
}
|
|
4927
5342
|
const s = {};
|
|
@@ -4945,13 +5360,13 @@ const Ii = {
|
|
|
4945
5360
|
default: !1
|
|
4946
5361
|
}
|
|
4947
5362
|
]
|
|
4948
|
-
},
|
|
5363
|
+
}, yn = {
|
|
4949
5364
|
key: dt,
|
|
4950
5365
|
name: "x-runtime-lib.form",
|
|
4951
5366
|
comp: wl,
|
|
4952
|
-
|
|
4953
|
-
pageCommon: [
|
|
4954
|
-
compCommon: [
|
|
5367
|
+
properties: {
|
|
5368
|
+
pageCommon: [b, U, _e, we, Ve, Ii],
|
|
5369
|
+
compCommon: [b, U, _e, we, Ve, Ii]
|
|
4955
5370
|
},
|
|
4956
5371
|
events: [
|
|
4957
5372
|
{
|
|
@@ -4964,7 +5379,7 @@ const Ii = {
|
|
|
4964
5379
|
slots: [],
|
|
4965
5380
|
spawn: Ha
|
|
4966
5381
|
};
|
|
4967
|
-
_(
|
|
5382
|
+
_(yn);
|
|
4968
5383
|
const ja = B(j), Si = {
|
|
4969
5384
|
key: "settings",
|
|
4970
5385
|
name: "x-runtime-lib.settings",
|
|
@@ -4991,12 +5406,12 @@ const ja = B(j), Si = {
|
|
|
4991
5406
|
ja
|
|
4992
5407
|
]
|
|
4993
5408
|
}, Oa = {
|
|
4994
|
-
key:
|
|
5409
|
+
key: ft,
|
|
4995
5410
|
name: "x-runtime-lib.icon",
|
|
4996
5411
|
comp: Vl,
|
|
4997
|
-
|
|
4998
|
-
pageCommon: [
|
|
4999
|
-
compCommon: [
|
|
5412
|
+
properties: {
|
|
5413
|
+
pageCommon: [b, Si],
|
|
5414
|
+
compCommon: [b, Si]
|
|
5000
5415
|
},
|
|
5001
5416
|
events: [],
|
|
5002
5417
|
methods: [],
|
|
@@ -5008,9 +5423,9 @@ const Ua = {
|
|
|
5008
5423
|
key: xt,
|
|
5009
5424
|
name: "x-runtime-lib.menu",
|
|
5010
5425
|
comp: Il,
|
|
5011
|
-
|
|
5012
|
-
pageCommon: [
|
|
5013
|
-
compCommon: [
|
|
5426
|
+
properties: {
|
|
5427
|
+
pageCommon: [b],
|
|
5428
|
+
compCommon: [b]
|
|
5014
5429
|
},
|
|
5015
5430
|
events: [],
|
|
5016
5431
|
methods: [
|
|
@@ -5034,16 +5449,16 @@ _(Ua);
|
|
|
5034
5449
|
function Xa(t, e) {
|
|
5035
5450
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
5036
5451
|
if (!o) {
|
|
5037
|
-
console.error(`numberInputV1/spawn
|
|
5452
|
+
console.error(`numberInputV1/spawn property tag not found, ${i}`);
|
|
5038
5453
|
return;
|
|
5039
5454
|
}
|
|
5040
|
-
const l =
|
|
5455
|
+
const l = fn.properties[o];
|
|
5041
5456
|
if (!l) {
|
|
5042
|
-
console.error(`numberInputV1/spawn
|
|
5457
|
+
console.error(`numberInputV1/spawn properties not found, ${i}`);
|
|
5043
5458
|
return;
|
|
5044
5459
|
}
|
|
5045
5460
|
const s = {};
|
|
5046
|
-
return P(s, l), s.basic.id = T(16), s.basic.key =
|
|
5461
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = fn.key, s.settings.label = "label", s.settings.placeholder = "placeholder", s;
|
|
5047
5462
|
}
|
|
5048
5463
|
const Ci = {
|
|
5049
5464
|
key: "size",
|
|
@@ -5212,13 +5627,13 @@ const Ci = {
|
|
|
5212
5627
|
]
|
|
5213
5628
|
}
|
|
5214
5629
|
]
|
|
5215
|
-
},
|
|
5630
|
+
}, fn = {
|
|
5216
5631
|
key: kt,
|
|
5217
5632
|
name: "x-runtime-lib.numberInput",
|
|
5218
5633
|
comp: Sl,
|
|
5219
|
-
|
|
5220
|
-
pageCommon: [
|
|
5221
|
-
compCommon: [
|
|
5634
|
+
properties: {
|
|
5635
|
+
pageCommon: [b, Ci, Ti],
|
|
5636
|
+
compCommon: [b, Ci, Ti]
|
|
5222
5637
|
},
|
|
5223
5638
|
events: [
|
|
5224
5639
|
{
|
|
@@ -5252,7 +5667,7 @@ const Ci = {
|
|
|
5252
5667
|
leaf: !0,
|
|
5253
5668
|
spawn: Xa
|
|
5254
5669
|
};
|
|
5255
|
-
_(
|
|
5670
|
+
_(fn);
|
|
5256
5671
|
const Pi = {
|
|
5257
5672
|
key: "settings",
|
|
5258
5673
|
name: "x-runtime-lib.settings",
|
|
@@ -5320,9 +5735,9 @@ const Pi = {
|
|
|
5320
5735
|
key: Vt,
|
|
5321
5736
|
name: "x-runtime-lib.pagination",
|
|
5322
5737
|
comp: Cl,
|
|
5323
|
-
|
|
5324
|
-
pageCommon: [
|
|
5325
|
-
compCommon: [
|
|
5738
|
+
properties: {
|
|
5739
|
+
pageCommon: [b, Pi],
|
|
5740
|
+
compCommon: [b, Pi]
|
|
5326
5741
|
},
|
|
5327
5742
|
events: [],
|
|
5328
5743
|
methods: [],
|
|
@@ -5367,29 +5782,29 @@ const Ja = B(j), zi = {
|
|
|
5367
5782
|
},
|
|
5368
5783
|
Ja
|
|
5369
5784
|
]
|
|
5370
|
-
},
|
|
5785
|
+
}, bn = {
|
|
5371
5786
|
key: ho,
|
|
5372
5787
|
name: "x-runtime-lib.radio",
|
|
5373
5788
|
comp: Tl,
|
|
5374
|
-
|
|
5375
|
-
pageCommon: [
|
|
5376
|
-
compCommon: [
|
|
5789
|
+
properties: {
|
|
5790
|
+
pageCommon: [b, zi],
|
|
5791
|
+
compCommon: [b, zi]
|
|
5377
5792
|
},
|
|
5378
5793
|
events: [],
|
|
5379
5794
|
methods: [],
|
|
5380
5795
|
slots: [],
|
|
5381
5796
|
leaf: !0
|
|
5382
5797
|
};
|
|
5383
|
-
_(
|
|
5798
|
+
_(bn);
|
|
5384
5799
|
function Za(t, e) {
|
|
5385
5800
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
5386
5801
|
if (!o) {
|
|
5387
|
-
console.error(`radioGroupV1/spawn
|
|
5802
|
+
console.error(`radioGroupV1/spawn property tag not found, ${i}`);
|
|
5388
5803
|
return;
|
|
5389
5804
|
}
|
|
5390
|
-
const l = hn.
|
|
5805
|
+
const l = hn.properties[o];
|
|
5391
5806
|
if (!l) {
|
|
5392
|
-
console.error(`radioGroupV1/spawn
|
|
5807
|
+
console.error(`radioGroupV1/spawn properties not found, ${i}`);
|
|
5393
5808
|
return;
|
|
5394
5809
|
}
|
|
5395
5810
|
const s = {};
|
|
@@ -5402,16 +5817,18 @@ function Za(t, e) {
|
|
|
5402
5817
|
function Yt(t, e, i, o) {
|
|
5403
5818
|
const l = `type=${t} subtype=${e}`, s = A(t, e);
|
|
5404
5819
|
if (!s) {
|
|
5405
|
-
console.error(
|
|
5820
|
+
console.error(
|
|
5821
|
+
`radioGroupV1/spawnEntry property tag not found, ${l}`
|
|
5822
|
+
);
|
|
5406
5823
|
return;
|
|
5407
5824
|
}
|
|
5408
|
-
const a =
|
|
5825
|
+
const a = bn.properties[s];
|
|
5409
5826
|
if (!a) {
|
|
5410
|
-
console.error(`radioGroupV1/spawnEntry
|
|
5827
|
+
console.error(`radioGroupV1/spawnEntry properties not found, ${l}`);
|
|
5411
5828
|
return;
|
|
5412
5829
|
}
|
|
5413
5830
|
const p = {};
|
|
5414
|
-
return P(p, a), p.basic.id = T(16), p.basic.key =
|
|
5831
|
+
return P(p, a), p.basic.id = T(16), p.basic.key = bn.key, p.settings.value = i, p.settings.label = o, p;
|
|
5415
5832
|
}
|
|
5416
5833
|
const Ai = {
|
|
5417
5834
|
key: "settings",
|
|
@@ -5460,9 +5877,9 @@ const Ai = {
|
|
|
5460
5877
|
key: St,
|
|
5461
5878
|
name: "x-runtime-lib.radioGroup",
|
|
5462
5879
|
comp: Pl,
|
|
5463
|
-
|
|
5464
|
-
pageCommon: [
|
|
5465
|
-
compCommon: [
|
|
5880
|
+
properties: {
|
|
5881
|
+
pageCommon: [b, Ai],
|
|
5882
|
+
compCommon: [b, Ai]
|
|
5466
5883
|
},
|
|
5467
5884
|
events: [],
|
|
5468
5885
|
methods: [],
|
|
@@ -5591,9 +6008,9 @@ const Li = {
|
|
|
5591
6008
|
key: Ct,
|
|
5592
6009
|
name: "x-runtime-lib.rangeSlider",
|
|
5593
6010
|
comp: zl,
|
|
5594
|
-
|
|
5595
|
-
pageCommon: [
|
|
5596
|
-
compCommon: [
|
|
6011
|
+
properties: {
|
|
6012
|
+
pageCommon: [b, Li],
|
|
6013
|
+
compCommon: [b, Li]
|
|
5597
6014
|
},
|
|
5598
6015
|
events: [],
|
|
5599
6016
|
methods: [],
|
|
@@ -5660,9 +6077,9 @@ const Bi = {
|
|
|
5660
6077
|
key: Tt,
|
|
5661
6078
|
name: "x-runtime-lib.rating",
|
|
5662
6079
|
comp: Al,
|
|
5663
|
-
|
|
5664
|
-
pageCommon: [
|
|
5665
|
-
compCommon: [
|
|
6080
|
+
properties: {
|
|
6081
|
+
pageCommon: [b, Bi],
|
|
6082
|
+
compCommon: [b, Bi]
|
|
5666
6083
|
},
|
|
5667
6084
|
events: [],
|
|
5668
6085
|
methods: [],
|
|
@@ -5715,9 +6132,9 @@ const Wi = {
|
|
|
5715
6132
|
key: Pt,
|
|
5716
6133
|
name: "x-runtime-lib.select",
|
|
5717
6134
|
comp: Ll,
|
|
5718
|
-
|
|
5719
|
-
pageCommon: [
|
|
5720
|
-
compCommon: [
|
|
6135
|
+
properties: {
|
|
6136
|
+
pageCommon: [b, Wi],
|
|
6137
|
+
compCommon: [b, Wi]
|
|
5721
6138
|
},
|
|
5722
6139
|
events: [],
|
|
5723
6140
|
methods: [],
|
|
@@ -5864,9 +6281,9 @@ const Ei = {
|
|
|
5864
6281
|
key: zt,
|
|
5865
6282
|
name: "x-runtime-lib.slider",
|
|
5866
6283
|
comp: Bl,
|
|
5867
|
-
|
|
5868
|
-
pageCommon: [
|
|
5869
|
-
compCommon: [
|
|
6284
|
+
properties: {
|
|
6285
|
+
pageCommon: [b, Ei, Ni],
|
|
6286
|
+
compCommon: [b, Ei, Ni]
|
|
5870
6287
|
},
|
|
5871
6288
|
events: [],
|
|
5872
6289
|
methods: [],
|
|
@@ -5878,9 +6295,9 @@ const gn = {
|
|
|
5878
6295
|
key: go,
|
|
5879
6296
|
name: "x-runtime-lib.stepperHeader",
|
|
5880
6297
|
comp: Ml,
|
|
5881
|
-
|
|
5882
|
-
pageCommon: [
|
|
5883
|
-
compCommon: [
|
|
6298
|
+
properties: {
|
|
6299
|
+
pageCommon: [b],
|
|
6300
|
+
compCommon: [b]
|
|
5884
6301
|
},
|
|
5885
6302
|
events: [],
|
|
5886
6303
|
methods: [],
|
|
@@ -5902,9 +6319,9 @@ const Mi = {
|
|
|
5902
6319
|
key: xo,
|
|
5903
6320
|
name: "x-runtime-lib.stepperItem",
|
|
5904
6321
|
comp: Rl,
|
|
5905
|
-
|
|
5906
|
-
pageCommon: [
|
|
5907
|
-
compCommon: [
|
|
6322
|
+
properties: {
|
|
6323
|
+
pageCommon: [b, Mi],
|
|
6324
|
+
compCommon: [b, Mi]
|
|
5908
6325
|
},
|
|
5909
6326
|
events: [],
|
|
5910
6327
|
methods: [],
|
|
@@ -5915,9 +6332,9 @@ const vn = {
|
|
|
5915
6332
|
key: vo,
|
|
5916
6333
|
name: "x-runtime-lib.stepperWindow",
|
|
5917
6334
|
comp: Gl,
|
|
5918
|
-
|
|
5919
|
-
pageCommon: [
|
|
5920
|
-
compCommon: [
|
|
6335
|
+
properties: {
|
|
6336
|
+
pageCommon: [b],
|
|
6337
|
+
compCommon: [b]
|
|
5921
6338
|
},
|
|
5922
6339
|
events: [],
|
|
5923
6340
|
methods: [],
|
|
@@ -5939,9 +6356,9 @@ const Ri = {
|
|
|
5939
6356
|
key: ko,
|
|
5940
6357
|
name: "x-runtime-lib.stepperWindowItem",
|
|
5941
6358
|
comp: Hl,
|
|
5942
|
-
|
|
5943
|
-
pageCommon: [
|
|
5944
|
-
compCommon: [
|
|
6359
|
+
properties: {
|
|
6360
|
+
pageCommon: [b, Ri],
|
|
6361
|
+
compCommon: [b, Ri]
|
|
5945
6362
|
},
|
|
5946
6363
|
events: [],
|
|
5947
6364
|
methods: [],
|
|
@@ -5951,12 +6368,12 @@ _(kn);
|
|
|
5951
6368
|
function nu(t, e) {
|
|
5952
6369
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
5953
6370
|
if (!o) {
|
|
5954
|
-
console.error(`stepperV1/spawn
|
|
6371
|
+
console.error(`stepperV1/spawn property tag not found, ${i}`);
|
|
5955
6372
|
return;
|
|
5956
6373
|
}
|
|
5957
|
-
const l = _n.
|
|
6374
|
+
const l = _n.properties[o];
|
|
5958
6375
|
if (!l) {
|
|
5959
|
-
console.error(`stepperV1/spawn
|
|
6376
|
+
console.error(`stepperV1/spawn properties not found, ${i}`);
|
|
5960
6377
|
return;
|
|
5961
6378
|
}
|
|
5962
6379
|
const s = {};
|
|
@@ -5965,12 +6382,12 @@ function nu(t, e) {
|
|
|
5965
6382
|
function iu(t, e) {
|
|
5966
6383
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
5967
6384
|
if (!o) {
|
|
5968
|
-
console.error(`stepperV1/spawnHeader
|
|
6385
|
+
console.error(`stepperV1/spawnHeader property tag not found, ${i}`);
|
|
5969
6386
|
return;
|
|
5970
6387
|
}
|
|
5971
|
-
const l = gn.
|
|
6388
|
+
const l = gn.properties[o];
|
|
5972
6389
|
if (!l) {
|
|
5973
|
-
console.error(`stepperV1/spawnHeader
|
|
6390
|
+
console.error(`stepperV1/spawnHeader properties not found, ${i}`);
|
|
5974
6391
|
return;
|
|
5975
6392
|
}
|
|
5976
6393
|
const s = {};
|
|
@@ -5983,12 +6400,12 @@ function iu(t, e) {
|
|
|
5983
6400
|
function Jt(t, e, i) {
|
|
5984
6401
|
const o = `type=${t} subtype=${e}`, l = A(t, e);
|
|
5985
6402
|
if (!l) {
|
|
5986
|
-
console.error(`stepperV1/spawnItem
|
|
6403
|
+
console.error(`stepperV1/spawnItem property tag not found, ${o}`);
|
|
5987
6404
|
return;
|
|
5988
6405
|
}
|
|
5989
|
-
const s = xn.
|
|
6406
|
+
const s = xn.properties[l];
|
|
5990
6407
|
if (!s) {
|
|
5991
|
-
console.error(`stepperV1/spawnItem
|
|
6408
|
+
console.error(`stepperV1/spawnItem properties not found, ${o}`);
|
|
5992
6409
|
return;
|
|
5993
6410
|
}
|
|
5994
6411
|
const a = {};
|
|
@@ -5997,12 +6414,12 @@ function Jt(t, e, i) {
|
|
|
5997
6414
|
function ou(t, e) {
|
|
5998
6415
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
5999
6416
|
if (!o) {
|
|
6000
|
-
console.error(`stepperV1/spawnWindow
|
|
6417
|
+
console.error(`stepperV1/spawnWindow property tag not found, ${i}`);
|
|
6001
6418
|
return;
|
|
6002
6419
|
}
|
|
6003
|
-
const l = vn.
|
|
6420
|
+
const l = vn.properties[o];
|
|
6004
6421
|
if (!l) {
|
|
6005
|
-
console.error(`stepperV1/spawnWindow
|
|
6422
|
+
console.error(`stepperV1/spawnWindow properties not found, ${i}`);
|
|
6006
6423
|
return;
|
|
6007
6424
|
}
|
|
6008
6425
|
const s = {};
|
|
@@ -6015,12 +6432,16 @@ function ou(t, e) {
|
|
|
6015
6432
|
function Zt(t, e, i, o) {
|
|
6016
6433
|
const l = `type=${t} subtype=${e}`, s = A(t, e);
|
|
6017
6434
|
if (!s) {
|
|
6018
|
-
console.error(
|
|
6435
|
+
console.error(
|
|
6436
|
+
`stepperV1/spawnWindowItem property tag not found, ${l}`
|
|
6437
|
+
);
|
|
6019
6438
|
return;
|
|
6020
6439
|
}
|
|
6021
|
-
const a = kn.
|
|
6440
|
+
const a = kn.properties[s];
|
|
6022
6441
|
if (!a) {
|
|
6023
|
-
console.error(
|
|
6442
|
+
console.error(
|
|
6443
|
+
`stepperV1/spawnWindowItem properties not found, ${l}`
|
|
6444
|
+
);
|
|
6024
6445
|
return;
|
|
6025
6446
|
}
|
|
6026
6447
|
const p = {};
|
|
@@ -6029,12 +6450,12 @@ function Zt(t, e, i, o) {
|
|
|
6029
6450
|
function su(t, e, i) {
|
|
6030
6451
|
const o = `type=${t} subtype=${e}`, l = A(t, e);
|
|
6031
6452
|
if (!l) {
|
|
6032
|
-
console.error(`stepperV1/spawnCard
|
|
6453
|
+
console.error(`stepperV1/spawnCard property tag not found, ${o}`);
|
|
6033
6454
|
return;
|
|
6034
6455
|
}
|
|
6035
|
-
const s = Ae.
|
|
6456
|
+
const s = Ae.properties[l];
|
|
6036
6457
|
if (!s) {
|
|
6037
|
-
console.error(`stepperV1/spawnCard
|
|
6458
|
+
console.error(`stepperV1/spawnCard properties not found, ${o}`);
|
|
6038
6459
|
return;
|
|
6039
6460
|
}
|
|
6040
6461
|
const a = {};
|
|
@@ -6061,9 +6482,9 @@ const Di = {
|
|
|
6061
6482
|
key: Bt,
|
|
6062
6483
|
name: "x-runtime-lib.stepper",
|
|
6063
6484
|
comp: Wl,
|
|
6064
|
-
|
|
6065
|
-
pageCommon: [
|
|
6066
|
-
compCommon: [
|
|
6485
|
+
properties: {
|
|
6486
|
+
pageCommon: [b, Di],
|
|
6487
|
+
compCommon: [b, Di]
|
|
6067
6488
|
},
|
|
6068
6489
|
events: [],
|
|
6069
6490
|
methods: [],
|
|
@@ -6075,9 +6496,9 @@ const ru = {
|
|
|
6075
6496
|
key: Wt,
|
|
6076
6497
|
name: "x-runtime-lib.switch",
|
|
6077
6498
|
comp: Kl,
|
|
6078
|
-
|
|
6079
|
-
pageCommon: [
|
|
6080
|
-
compCommon: [
|
|
6499
|
+
properties: {
|
|
6500
|
+
pageCommon: [b],
|
|
6501
|
+
compCommon: [b]
|
|
6081
6502
|
},
|
|
6082
6503
|
events: [],
|
|
6083
6504
|
methods: [],
|
|
@@ -6106,9 +6527,9 @@ const Fi = {
|
|
|
6106
6527
|
key: _o,
|
|
6107
6528
|
name: "x-runtime-lib.tab",
|
|
6108
6529
|
comp: jl,
|
|
6109
|
-
|
|
6110
|
-
pageCommon: [
|
|
6111
|
-
compCommon: [
|
|
6530
|
+
properties: {
|
|
6531
|
+
pageCommon: [b, Fi],
|
|
6532
|
+
compCommon: [b, Fi]
|
|
6112
6533
|
},
|
|
6113
6534
|
events: [],
|
|
6114
6535
|
methods: [],
|
|
@@ -6119,12 +6540,12 @@ _(wn);
|
|
|
6119
6540
|
function lu(t, e) {
|
|
6120
6541
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6121
6542
|
if (!o) {
|
|
6122
|
-
console.error(`tabsV1/spawn
|
|
6543
|
+
console.error(`tabsV1/spawn property tag not found, ${i}`);
|
|
6123
6544
|
return;
|
|
6124
6545
|
}
|
|
6125
|
-
const l = Vn.
|
|
6546
|
+
const l = Vn.properties[o];
|
|
6126
6547
|
if (!l) {
|
|
6127
|
-
console.error(`tabsV1/spawn
|
|
6548
|
+
console.error(`tabsV1/spawn properties not found, ${i}`);
|
|
6128
6549
|
return;
|
|
6129
6550
|
}
|
|
6130
6551
|
const s = {};
|
|
@@ -6137,12 +6558,12 @@ function lu(t, e) {
|
|
|
6137
6558
|
function qt(t, e, i, o) {
|
|
6138
6559
|
const l = `type=${t} subtype=${e}`, s = A(t, e);
|
|
6139
6560
|
if (!s) {
|
|
6140
|
-
console.error(`tabsV1/spawnTab
|
|
6561
|
+
console.error(`tabsV1/spawnTab property tag not found, ${l}`);
|
|
6141
6562
|
return;
|
|
6142
6563
|
}
|
|
6143
|
-
const a = wn.
|
|
6564
|
+
const a = wn.properties[s];
|
|
6144
6565
|
if (!a) {
|
|
6145
|
-
console.error(`tabsV1/spawnTab
|
|
6566
|
+
console.error(`tabsV1/spawnTab properties not found, ${l}`);
|
|
6146
6567
|
return;
|
|
6147
6568
|
}
|
|
6148
6569
|
const p = {};
|
|
@@ -6240,9 +6661,9 @@ const Gi = {
|
|
|
6240
6661
|
key: Et,
|
|
6241
6662
|
name: "x-runtime-lib.tabs",
|
|
6242
6663
|
comp: Ol,
|
|
6243
|
-
|
|
6244
|
-
pageCommon: [
|
|
6245
|
-
compCommon: [
|
|
6664
|
+
properties: {
|
|
6665
|
+
pageCommon: [b, Gi],
|
|
6666
|
+
compCommon: [b, Gi]
|
|
6246
6667
|
},
|
|
6247
6668
|
events: [],
|
|
6248
6669
|
methods: [],
|
|
@@ -6253,16 +6674,16 @@ _(Vn);
|
|
|
6253
6674
|
function au(t, e) {
|
|
6254
6675
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6255
6676
|
if (!o) {
|
|
6256
|
-
console.error(`textV1/spawn
|
|
6677
|
+
console.error(`textV1/spawn property tag not found, ${i}`);
|
|
6257
6678
|
return;
|
|
6258
6679
|
}
|
|
6259
|
-
const l =
|
|
6680
|
+
const l = be.properties[o];
|
|
6260
6681
|
if (!l) {
|
|
6261
|
-
console.error(`textV1/spawn
|
|
6682
|
+
console.error(`textV1/spawn properties not found, ${i}`);
|
|
6262
6683
|
return;
|
|
6263
6684
|
}
|
|
6264
6685
|
const s = {};
|
|
6265
|
-
return P(s, l), s.basic.id = T(16), s.basic.key =
|
|
6686
|
+
return P(s, l), s.basic.id = T(16), s.basic.key = be.key, s.settings.text = "text", s;
|
|
6266
6687
|
}
|
|
6267
6688
|
const Hi = {
|
|
6268
6689
|
key: "settings",
|
|
@@ -6350,13 +6771,13 @@ const Hi = {
|
|
|
6350
6771
|
default: !1
|
|
6351
6772
|
}
|
|
6352
6773
|
]
|
|
6353
|
-
},
|
|
6774
|
+
}, be = {
|
|
6354
6775
|
key: Nt,
|
|
6355
6776
|
name: "x-runtime-lib.text",
|
|
6356
6777
|
comp: Ul,
|
|
6357
|
-
|
|
6358
|
-
pageCommon: [
|
|
6359
|
-
compCommon: [
|
|
6778
|
+
properties: {
|
|
6779
|
+
pageCommon: [b, Hi],
|
|
6780
|
+
compCommon: [b, Hi]
|
|
6360
6781
|
},
|
|
6361
6782
|
events: [],
|
|
6362
6783
|
methods: [],
|
|
@@ -6364,16 +6785,16 @@ const Hi = {
|
|
|
6364
6785
|
leaf: !0,
|
|
6365
6786
|
spawn: au
|
|
6366
6787
|
};
|
|
6367
|
-
_(
|
|
6788
|
+
_(be);
|
|
6368
6789
|
function uu(t, e) {
|
|
6369
6790
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6370
6791
|
if (!o) {
|
|
6371
|
-
console.error(`textareaV1/spawn
|
|
6792
|
+
console.error(`textareaV1/spawn property tag not found, ${i}`);
|
|
6372
6793
|
return;
|
|
6373
6794
|
}
|
|
6374
|
-
const l = $n.
|
|
6795
|
+
const l = $n.properties[o];
|
|
6375
6796
|
if (!l) {
|
|
6376
|
-
console.error(`textareaV1/spawn
|
|
6797
|
+
console.error(`textareaV1/spawn properties not found, ${i}`);
|
|
6377
6798
|
return;
|
|
6378
6799
|
}
|
|
6379
6800
|
const s = {};
|
|
@@ -6454,9 +6875,9 @@ const Ki = {
|
|
|
6454
6875
|
key: Mt,
|
|
6455
6876
|
name: "x-runtime-lib.textarea",
|
|
6456
6877
|
comp: Xl,
|
|
6457
|
-
|
|
6458
|
-
pageCommon: [
|
|
6459
|
-
compCommon: [
|
|
6878
|
+
properties: {
|
|
6879
|
+
pageCommon: [b, Ki],
|
|
6880
|
+
compCommon: [b, Ki]
|
|
6460
6881
|
},
|
|
6461
6882
|
events: [],
|
|
6462
6883
|
methods: [],
|
|
@@ -6469,9 +6890,9 @@ const In = {
|
|
|
6469
6890
|
key: wo,
|
|
6470
6891
|
name: "x-runtime-lib.timelineItem",
|
|
6471
6892
|
comp: Ql,
|
|
6472
|
-
|
|
6473
|
-
pageCommon: [
|
|
6474
|
-
compCommon: [
|
|
6893
|
+
properties: {
|
|
6894
|
+
pageCommon: [b],
|
|
6895
|
+
compCommon: [b]
|
|
6475
6896
|
},
|
|
6476
6897
|
events: [],
|
|
6477
6898
|
methods: [],
|
|
@@ -6481,12 +6902,12 @@ _(In);
|
|
|
6481
6902
|
function cu(t, e) {
|
|
6482
6903
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6483
6904
|
if (!o) {
|
|
6484
|
-
console.error(`timelineV1/spawn
|
|
6905
|
+
console.error(`timelineV1/spawn property tag not found, ${i}`);
|
|
6485
6906
|
return;
|
|
6486
6907
|
}
|
|
6487
|
-
const l = Sn.
|
|
6908
|
+
const l = Sn.properties[o];
|
|
6488
6909
|
if (!l) {
|
|
6489
|
-
console.error(`timelineV1/spawn
|
|
6910
|
+
console.error(`timelineV1/spawn properties not found, ${i}`);
|
|
6490
6911
|
return;
|
|
6491
6912
|
}
|
|
6492
6913
|
const s = {};
|
|
@@ -6499,12 +6920,12 @@ function cu(t, e) {
|
|
|
6499
6920
|
function Qt(t, e, i) {
|
|
6500
6921
|
const o = `type=${t} subtype=${e}`, l = A(t, e);
|
|
6501
6922
|
if (!l) {
|
|
6502
|
-
console.error(`timelineV1/spawnEntry
|
|
6923
|
+
console.error(`timelineV1/spawnEntry property tag not found, ${o}`);
|
|
6503
6924
|
return;
|
|
6504
6925
|
}
|
|
6505
|
-
const s = In.
|
|
6926
|
+
const s = In.properties[l];
|
|
6506
6927
|
if (!s) {
|
|
6507
|
-
console.error(`timelineV1/spawnEntry
|
|
6928
|
+
console.error(`timelineV1/spawnEntry properties not found, ${o}`);
|
|
6508
6929
|
return;
|
|
6509
6930
|
}
|
|
6510
6931
|
const a = {};
|
|
@@ -6513,16 +6934,16 @@ function Qt(t, e, i) {
|
|
|
6513
6934
|
function mu(t, e, i) {
|
|
6514
6935
|
const o = `type=${t} subtype=${e}`, l = A(t, e);
|
|
6515
6936
|
if (!l) {
|
|
6516
|
-
console.error(`timelineV1/spawnText
|
|
6937
|
+
console.error(`timelineV1/spawnText property tag not found, ${o}`);
|
|
6517
6938
|
return;
|
|
6518
6939
|
}
|
|
6519
|
-
const s =
|
|
6940
|
+
const s = be.properties[l];
|
|
6520
6941
|
if (!s) {
|
|
6521
|
-
console.error(`timelineV1/spawnText
|
|
6942
|
+
console.error(`timelineV1/spawnText properties not found, ${o}`);
|
|
6522
6943
|
return;
|
|
6523
6944
|
}
|
|
6524
6945
|
const a = {};
|
|
6525
|
-
return P(a, s), a.basic.id = T(16), a.basic.key =
|
|
6946
|
+
return P(a, s), a.basic.id = T(16), a.basic.key = be.key, a.settings.text = i, a;
|
|
6526
6947
|
}
|
|
6527
6948
|
const pu = B(j), du = B(j), ji = {
|
|
6528
6949
|
key: "settings",
|
|
@@ -6606,9 +7027,9 @@ const pu = B(j), du = B(j), ji = {
|
|
|
6606
7027
|
key: Dt,
|
|
6607
7028
|
name: "x-runtime-lib.timeline",
|
|
6608
7029
|
comp: Jl,
|
|
6609
|
-
|
|
6610
|
-
pageCommon: [
|
|
6611
|
-
compCommon: [
|
|
7030
|
+
properties: {
|
|
7031
|
+
pageCommon: [b, ji],
|
|
7032
|
+
compCommon: [b, ji]
|
|
6612
7033
|
},
|
|
6613
7034
|
events: [],
|
|
6614
7035
|
methods: [],
|
|
@@ -6620,24 +7041,24 @@ const Cn = {
|
|
|
6620
7041
|
key: Vo,
|
|
6621
7042
|
name: "x-runtime-lib.windowItem",
|
|
6622
7043
|
comp: ia,
|
|
6623
|
-
|
|
6624
|
-
pageCommon: [
|
|
6625
|
-
compCommon: [
|
|
7044
|
+
properties: {
|
|
7045
|
+
pageCommon: [b],
|
|
7046
|
+
compCommon: [b]
|
|
6626
7047
|
},
|
|
6627
7048
|
events: [],
|
|
6628
7049
|
methods: [],
|
|
6629
7050
|
slots: []
|
|
6630
7051
|
};
|
|
6631
7052
|
_(Cn);
|
|
6632
|
-
function
|
|
7053
|
+
function yu(t, e) {
|
|
6633
7054
|
const i = `type=${t} subtype=${e}`, o = A(t, e);
|
|
6634
7055
|
if (!o) {
|
|
6635
|
-
console.error(`windowV1/spawn
|
|
7056
|
+
console.error(`windowV1/spawn property tag not found, ${i}`);
|
|
6636
7057
|
return;
|
|
6637
7058
|
}
|
|
6638
|
-
const l = Tn.
|
|
7059
|
+
const l = Tn.properties[o];
|
|
6639
7060
|
if (!l) {
|
|
6640
|
-
console.error(`windowV1/spawn
|
|
7061
|
+
console.error(`windowV1/spawn properties not found, ${i}`);
|
|
6641
7062
|
return;
|
|
6642
7063
|
}
|
|
6643
7064
|
const s = {};
|
|
@@ -6650,44 +7071,46 @@ function fu(t, e) {
|
|
|
6650
7071
|
function en(t, e, i) {
|
|
6651
7072
|
const o = `type=${t} subtype=${e}`, l = A(t, e);
|
|
6652
7073
|
if (!l) {
|
|
6653
|
-
console.error(`windowV1/spawnEntry
|
|
7074
|
+
console.error(`windowV1/spawnEntry property tag not found, ${o}`);
|
|
6654
7075
|
return;
|
|
6655
7076
|
}
|
|
6656
|
-
const s = Cn.
|
|
7077
|
+
const s = Cn.properties[l];
|
|
6657
7078
|
if (!s) {
|
|
6658
|
-
console.error(`windowV1/spawnEntry
|
|
7079
|
+
console.error(`windowV1/spawnEntry properties not found, ${o}`);
|
|
6659
7080
|
return;
|
|
6660
7081
|
}
|
|
6661
7082
|
const a = {};
|
|
6662
|
-
return P(a, s), a.basic.id = T(16), a.basic.key = Cn.key, a.children = [
|
|
7083
|
+
return P(a, s), a.basic.id = T(16), a.basic.key = Cn.key, a.children = [fu(t, e, i)], a;
|
|
6663
7084
|
}
|
|
6664
|
-
function
|
|
7085
|
+
function fu(t, e, i) {
|
|
6665
7086
|
const o = `type=${t} subtype=${e}`, l = A(t, e);
|
|
6666
7087
|
if (!l) {
|
|
6667
|
-
console.error(
|
|
7088
|
+
console.error(
|
|
7089
|
+
`windowV1/spawnFlexLayout property tag not found, ${o}`
|
|
7090
|
+
);
|
|
6668
7091
|
return;
|
|
6669
7092
|
}
|
|
6670
|
-
const s = Le.
|
|
7093
|
+
const s = Le.properties[l];
|
|
6671
7094
|
if (!s) {
|
|
6672
|
-
console.error(`windowV1/spawnFlexLayout
|
|
7095
|
+
console.error(`windowV1/spawnFlexLayout properties not found, ${o}`);
|
|
6673
7096
|
return;
|
|
6674
7097
|
}
|
|
6675
7098
|
const a = {};
|
|
6676
|
-
return P(a, s), a.basic.id = T(16), a.basic.key = Le.key, a.size.height = "200px", a.settings.mainAlign.xs = "center", a.settings.crossAlign.xs = "center", a.settings.backgroundColor.mode = "theme", a.settings.backgroundColor.theme = "background2", a.children = [
|
|
7099
|
+
return P(a, s), a.basic.id = T(16), a.basic.key = Le.key, a.size.height = "200px", a.settings.mainAlign.xs = "center", a.settings.crossAlign.xs = "center", a.settings.backgroundColor.mode = "theme", a.settings.backgroundColor.theme = "background2", a.children = [bu(t, e, i)], a;
|
|
6677
7100
|
}
|
|
6678
|
-
function
|
|
7101
|
+
function bu(t, e, i) {
|
|
6679
7102
|
const o = `type=${t} subtype=${e}`, l = A(t, e);
|
|
6680
7103
|
if (!l) {
|
|
6681
|
-
console.error(`windowV1/spawnText
|
|
7104
|
+
console.error(`windowV1/spawnText property tag not found, ${o}`);
|
|
6682
7105
|
return;
|
|
6683
7106
|
}
|
|
6684
|
-
const s =
|
|
7107
|
+
const s = be.properties[l];
|
|
6685
7108
|
if (!s) {
|
|
6686
|
-
console.error(`windowV1/spawnText
|
|
7109
|
+
console.error(`windowV1/spawnText properties not found, ${o}`);
|
|
6687
7110
|
return;
|
|
6688
7111
|
}
|
|
6689
7112
|
const a = {};
|
|
6690
|
-
return P(a, s), a.basic.id = T(16), a.basic.key =
|
|
7113
|
+
return P(a, s), a.basic.id = T(16), a.basic.key = be.key, a.settings.text = i, a.settings.style.xs = "h6", a;
|
|
6691
7114
|
}
|
|
6692
7115
|
const Oi = {
|
|
6693
7116
|
key: "settings",
|
|
@@ -6741,14 +7164,14 @@ const Oi = {
|
|
|
6741
7164
|
key: Ft,
|
|
6742
7165
|
name: "x-runtime-lib.window",
|
|
6743
7166
|
comp: ea,
|
|
6744
|
-
|
|
6745
|
-
pageCommon: [
|
|
6746
|
-
compCommon: [
|
|
7167
|
+
properties: {
|
|
7168
|
+
pageCommon: [b, Oi],
|
|
7169
|
+
compCommon: [b, Oi]
|
|
6747
7170
|
},
|
|
6748
7171
|
events: [],
|
|
6749
7172
|
methods: [],
|
|
6750
7173
|
slots: [],
|
|
6751
|
-
spawn:
|
|
7174
|
+
spawn: yu
|
|
6752
7175
|
};
|
|
6753
7176
|
_(Tn);
|
|
6754
7177
|
const hu = [
|
|
@@ -7191,7 +7614,7 @@ const hu = [
|
|
|
7191
7614
|
{
|
|
7192
7615
|
key: "imagesAndIcons",
|
|
7193
7616
|
name: "x-runtime-lib.imagesAndIcons",
|
|
7194
|
-
items: [
|
|
7617
|
+
items: [ft]
|
|
7195
7618
|
},
|
|
7196
7619
|
{
|
|
7197
7620
|
key: "pickers",
|
|
@@ -7207,7 +7630,7 @@ const hu = [
|
|
|
7207
7630
|
{
|
|
7208
7631
|
key: "objects",
|
|
7209
7632
|
name: "x-runtime-lib.objects",
|
|
7210
|
-
items: [
|
|
7633
|
+
items: [yt, vt]
|
|
7211
7634
|
},
|
|
7212
7635
|
{
|
|
7213
7636
|
key: "geometries",
|
|
@@ -7232,7 +7655,7 @@ const hu = [
|
|
|
7232
7655
|
{
|
|
7233
7656
|
key: "controls",
|
|
7234
7657
|
name: "x-runtime-lib.controls",
|
|
7235
|
-
items: [_t, gt,
|
|
7658
|
+
items: [_t, gt, bt]
|
|
7236
7659
|
}
|
|
7237
7660
|
], Qu = [
|
|
7238
7661
|
{
|
|
@@ -7296,7 +7719,7 @@ const hu = [
|
|
|
7296
7719
|
{
|
|
7297
7720
|
key: "imagesAndIcons",
|
|
7298
7721
|
name: "x-runtime-lib.imagesAndIcons",
|
|
7299
|
-
items: [
|
|
7722
|
+
items: [ft]
|
|
7300
7723
|
},
|
|
7301
7724
|
{
|
|
7302
7725
|
key: "pickers",
|
|
@@ -7312,7 +7735,7 @@ const hu = [
|
|
|
7312
7735
|
{
|
|
7313
7736
|
key: "objects",
|
|
7314
7737
|
name: "x-runtime-lib.objects",
|
|
7315
|
-
items: [
|
|
7738
|
+
items: [yt, vt]
|
|
7316
7739
|
},
|
|
7317
7740
|
{
|
|
7318
7741
|
key: "geometries",
|
|
@@ -7337,7 +7760,7 @@ const hu = [
|
|
|
7337
7760
|
{
|
|
7338
7761
|
key: "controls",
|
|
7339
7762
|
name: "x-runtime-lib.controls",
|
|
7340
|
-
items: [_t, gt,
|
|
7763
|
+
items: [_t, gt, bt]
|
|
7341
7764
|
}
|
|
7342
7765
|
], tc = {
|
|
7343
7766
|
version: "v1",
|
|
@@ -7367,12 +7790,12 @@ const hu = [
|
|
|
7367
7790
|
ct,
|
|
7368
7791
|
mt,
|
|
7369
7792
|
pt,
|
|
7370
|
-
|
|
7793
|
+
bo,
|
|
7371
7794
|
dt,
|
|
7372
7795
|
tn,
|
|
7796
|
+
yt,
|
|
7373
7797
|
ft,
|
|
7374
7798
|
bt,
|
|
7375
|
-
yt,
|
|
7376
7799
|
ht,
|
|
7377
7800
|
gt,
|
|
7378
7801
|
xt,
|
|
@@ -7422,12 +7845,12 @@ const hu = [
|
|
|
7422
7845
|
};
|
|
7423
7846
|
function A(t, e) {
|
|
7424
7847
|
if (t === "page") {
|
|
7425
|
-
if (!
|
|
7426
|
-
console.error(`get
|
|
7848
|
+
if (!fs.includes(e)) {
|
|
7849
|
+
console.error(`get property tag failed type=${t} subtype=${e}`);
|
|
7427
7850
|
return;
|
|
7428
7851
|
}
|
|
7429
|
-
} else if (t === "comp" && !
|
|
7430
|
-
console.error(`get
|
|
7852
|
+
} else if (t === "comp" && !bs.includes(e)) {
|
|
7853
|
+
console.error(`get property tag failed type=${t} subtype=${e}`);
|
|
7431
7854
|
return;
|
|
7432
7855
|
}
|
|
7433
7856
|
return `${t}${as(e)}`;
|
|
@@ -7456,7 +7879,7 @@ function P(t, e) {
|
|
|
7456
7879
|
function Fc(t, e, i, o, l) {
|
|
7457
7880
|
const s = `type=${t} subtype=${e} version=${i} ref=${o} keyOrRefid=${l}`, a = A(t, e);
|
|
7458
7881
|
if (!a) {
|
|
7459
|
-
console.error(`spawnNode
|
|
7882
|
+
console.error(`spawnNode property tag not found, ${s}`);
|
|
7460
7883
|
return;
|
|
7461
7884
|
}
|
|
7462
7885
|
const p = $o[i];
|
|
@@ -7465,7 +7888,7 @@ function Fc(t, e, i, o, l) {
|
|
|
7465
7888
|
return;
|
|
7466
7889
|
}
|
|
7467
7890
|
if (o) {
|
|
7468
|
-
const d = p.refKey,
|
|
7891
|
+
const d = p.refKey, f = l;
|
|
7469
7892
|
if (!p.elements.has(d)) {
|
|
7470
7893
|
console.error(`spawnNode [ref] element not found in pkg, ${s}`);
|
|
7471
7894
|
return;
|
|
@@ -7475,9 +7898,9 @@ function Fc(t, e, i, o, l) {
|
|
|
7475
7898
|
console.error(`spawnNode [ref] element not found in global, ${s}`);
|
|
7476
7899
|
return;
|
|
7477
7900
|
}
|
|
7478
|
-
const u = m.
|
|
7901
|
+
const u = m.properties[a];
|
|
7479
7902
|
if (!u) {
|
|
7480
|
-
console.error(`spawnNode [ref]
|
|
7903
|
+
console.error(`spawnNode [ref] properties not found, ${s}`);
|
|
7481
7904
|
return;
|
|
7482
7905
|
}
|
|
7483
7906
|
const c = {
|
|
@@ -7487,7 +7910,7 @@ function Fc(t, e, i, o, l) {
|
|
|
7487
7910
|
}
|
|
7488
7911
|
};
|
|
7489
7912
|
return P(c, u), c.basic.id = T(16), c.basic.key = d, c.ref = {
|
|
7490
|
-
comp:
|
|
7913
|
+
comp: f
|
|
7491
7914
|
}, c;
|
|
7492
7915
|
} else {
|
|
7493
7916
|
const d = l;
|
|
@@ -7495,17 +7918,17 @@ function Fc(t, e, i, o, l) {
|
|
|
7495
7918
|
console.error(`spawnNode [key] element not found in pkg, ${s}`);
|
|
7496
7919
|
return;
|
|
7497
7920
|
}
|
|
7498
|
-
const
|
|
7499
|
-
if (!
|
|
7921
|
+
const f = Te[d];
|
|
7922
|
+
if (!f) {
|
|
7500
7923
|
console.error(`spawnNode [key] element not found in global, ${s}`);
|
|
7501
7924
|
return;
|
|
7502
7925
|
}
|
|
7503
|
-
if (
|
|
7504
|
-
return
|
|
7926
|
+
if (f.spawn)
|
|
7927
|
+
return f.spawn(t, e);
|
|
7505
7928
|
{
|
|
7506
|
-
const m =
|
|
7929
|
+
const m = f.properties[a];
|
|
7507
7930
|
if (!m) {
|
|
7508
|
-
console.error(`spawnNode [key]
|
|
7931
|
+
console.error(`spawnNode [key] properties not found, ${s}`);
|
|
7509
7932
|
return;
|
|
7510
7933
|
}
|
|
7511
7934
|
const u = {
|
|
@@ -7514,7 +7937,7 @@ function Fc(t, e, i, o, l) {
|
|
|
7514
7937
|
key: ""
|
|
7515
7938
|
}
|
|
7516
7939
|
};
|
|
7517
|
-
return P(u, m), u.basic.id = T(16), u.basic.key = d,
|
|
7940
|
+
return P(u, m), u.basic.id = T(16), u.basic.key = d, f.leaf || (u.children = []), u;
|
|
7518
7941
|
}
|
|
7519
7942
|
}
|
|
7520
7943
|
}
|
|
@@ -7605,7 +8028,7 @@ function Ee() {
|
|
|
7605
8028
|
}
|
|
7606
8029
|
function Se(t) {
|
|
7607
8030
|
const e = [t.type];
|
|
7608
|
-
return t.type === "
|
|
8031
|
+
return t.type === "elementProperty" ? e.push(t.nodeId, t.propertyKeys) : t.type === "customProperty" || t.type === "adaptSlotProperty" ? e.push(t.propertyId) : t.type === "customState" ? e.push(t.stateId) : console.assert(!1), e.join("@");
|
|
7609
8032
|
}
|
|
7610
8033
|
function Me(t, e, i, o, l) {
|
|
7611
8034
|
const { watchEffect: s, bind: a } = e;
|
|
@@ -7621,7 +8044,7 @@ function Me(t, e, i, o, l) {
|
|
|
7621
8044
|
console.assert(!1);
|
|
7622
8045
|
continue;
|
|
7623
8046
|
}
|
|
7624
|
-
let
|
|
8047
|
+
let f = null;
|
|
7625
8048
|
for (const u of d)
|
|
7626
8049
|
if (i === Se(u)) {
|
|
7627
8050
|
if (u.subKeys) {
|
|
@@ -7629,73 +8052,83 @@ function Me(t, e, i, o, l) {
|
|
|
7629
8052
|
ke(o, u.subKeys),
|
|
7630
8053
|
ke(l, u.subKeys)
|
|
7631
8054
|
)) {
|
|
7632
|
-
|
|
8055
|
+
f = u;
|
|
7633
8056
|
break;
|
|
7634
8057
|
}
|
|
7635
8058
|
} else if (!ne(o, l)) {
|
|
7636
|
-
|
|
8059
|
+
f = u;
|
|
7637
8060
|
break;
|
|
7638
8061
|
}
|
|
7639
8062
|
}
|
|
7640
|
-
if (!
|
|
8063
|
+
if (!f)
|
|
7641
8064
|
continue;
|
|
7642
8065
|
let m;
|
|
7643
|
-
|
|
8066
|
+
f.subKeys ? m = ke(o, f.subKeys) : m = o;
|
|
7644
8067
|
for (const u of d)
|
|
7645
8068
|
if (u.subKeys) {
|
|
7646
8069
|
let c;
|
|
7647
|
-
if (u.type === "
|
|
7648
|
-
c = t.
|
|
7649
|
-
|
|
7650
|
-
|
|
8070
|
+
if (u.type === "elementProperty")
|
|
8071
|
+
c = t.getElementProperty(
|
|
8072
|
+
u.nodeId,
|
|
8073
|
+
u.propertyKeys
|
|
8074
|
+
);
|
|
8075
|
+
else if (u.type === "customProperty")
|
|
8076
|
+
c = t.getCustomProperty(u.propertyId);
|
|
7651
8077
|
else if (u.type === "customState")
|
|
7652
8078
|
c = t.getCustomState(u.stateId);
|
|
7653
|
-
else if (u.type === "
|
|
7654
|
-
c = t.
|
|
8079
|
+
else if (u.type === "adaptSlotProperty")
|
|
8080
|
+
c = t.getAdaptSlotProperty(u.propertyId);
|
|
7655
8081
|
else {
|
|
7656
8082
|
console.assert(!1);
|
|
7657
8083
|
continue;
|
|
7658
8084
|
}
|
|
7659
|
-
const
|
|
7660
|
-
if (ne(m,
|
|
8085
|
+
const y = ke(c, u.subKeys);
|
|
8086
|
+
if (ne(m, y))
|
|
7661
8087
|
continue;
|
|
7662
8088
|
const h = B(c);
|
|
7663
|
-
ao(h, u.subKeys, B(m)), u.type === "
|
|
8089
|
+
ao(h, u.subKeys, B(m)), u.type === "elementProperty" ? t.setElementProperty(
|
|
8090
|
+
u.nodeId,
|
|
8091
|
+
u.propertyKeys,
|
|
8092
|
+
h
|
|
8093
|
+
) : u.type === "customProperty" ? t.setCustomProperty(u.propertyId, h) : u.type === "customState" ? t.setCustomState(u.stateId, h) : u.type === "adaptSlotProperty" ? t.setAdaptSlotProperty(u.propertyId, h) : console.assert(!1);
|
|
7664
8094
|
} else {
|
|
7665
8095
|
let c;
|
|
7666
|
-
if (u.type === "
|
|
7667
|
-
c = t.
|
|
7668
|
-
|
|
7669
|
-
|
|
8096
|
+
if (u.type === "elementProperty")
|
|
8097
|
+
c = t.getElementProperty(
|
|
8098
|
+
u.nodeId,
|
|
8099
|
+
u.propertyKeys
|
|
8100
|
+
);
|
|
8101
|
+
else if (u.type === "customProperty")
|
|
8102
|
+
c = t.getCustomProperty(u.propertyId);
|
|
7670
8103
|
else if (u.type === "customState")
|
|
7671
8104
|
c = t.getCustomState(u.stateId);
|
|
7672
|
-
else if (u.type === "
|
|
7673
|
-
c = t.
|
|
8105
|
+
else if (u.type === "adaptSlotProperty")
|
|
8106
|
+
c = t.getAdaptSlotProperty(u.propertyId);
|
|
7674
8107
|
else {
|
|
7675
8108
|
console.assert(!1);
|
|
7676
8109
|
continue;
|
|
7677
8110
|
}
|
|
7678
8111
|
if (ne(m, c))
|
|
7679
8112
|
continue;
|
|
7680
|
-
u.type === "
|
|
8113
|
+
u.type === "elementProperty" ? t.setElementProperty(
|
|
7681
8114
|
u.nodeId,
|
|
7682
|
-
u.
|
|
8115
|
+
u.propertyKeys,
|
|
7683
8116
|
B(m)
|
|
7684
|
-
) : u.type === "
|
|
8117
|
+
) : u.type === "customProperty" ? t.setCustomProperty(u.propertyId, B(m)) : u.type === "customState" ? t.setCustomState(u.stateId, B(m)) : u.type === "adaptSlotProperty" ? t.setAdaptSlotProperty(u.propertyId, B(m)) : console.assert(!1);
|
|
7685
8118
|
}
|
|
7686
8119
|
}
|
|
7687
8120
|
}
|
|
7688
8121
|
function lc(t, e) {
|
|
7689
8122
|
function i(m) {
|
|
7690
|
-
const u = t.pseudoToNative(m), c = [],
|
|
7691
|
-
for (let h = 0; h <
|
|
7692
|
-
const
|
|
7693
|
-
if (
|
|
7694
|
-
if (/^\[\d+\]$/.test(
|
|
7695
|
-
let
|
|
7696
|
-
|
|
8123
|
+
const u = t.pseudoToNative(m), c = [], y = u.split(".");
|
|
8124
|
+
for (let h = 0; h < y.length; h++) {
|
|
8125
|
+
const g = y[h].trim();
|
|
8126
|
+
if (g !== "")
|
|
8127
|
+
if (/^\[\d+\]$/.test(g)) {
|
|
8128
|
+
let x = parseInt(g.slice(1, -1), 10);
|
|
8129
|
+
x > 0 && x--, c.push(x);
|
|
7697
8130
|
} else
|
|
7698
|
-
c.push(
|
|
8131
|
+
c.push(g);
|
|
7699
8132
|
}
|
|
7700
8133
|
return t.nativeToPseudo(c);
|
|
7701
8134
|
}
|
|
@@ -7722,16 +8155,16 @@ function lc(t, e) {
|
|
|
7722
8155
|
typeof u == "object" ? c = JSON.stringify(u) : c = String(u), Qi.emit("consoleAppend", c);
|
|
7723
8156
|
}
|
|
7724
8157
|
function p(m, u) {
|
|
7725
|
-
const c = t.pseudoToNative(m),
|
|
7726
|
-
c === "info" ? Go(
|
|
8158
|
+
const c = t.pseudoToNative(m), y = t.pseudoToNative(u);
|
|
8159
|
+
c === "info" ? Go(y) : c === "success" ? Ho(y) : c === "warning" ? to(y) : c === "error" && no(y);
|
|
7727
8160
|
}
|
|
7728
8161
|
function d(m, u) {
|
|
7729
|
-
const c = t.pseudoToNative(m),
|
|
8162
|
+
const c = t.pseudoToNative(m), y = t.pseudoToNative(u);
|
|
7730
8163
|
window.setTimeout(() => {
|
|
7731
8164
|
t.appendCode(`__timeoutCallbackV1__(${c})`), t.run();
|
|
7732
|
-
},
|
|
8165
|
+
}, y);
|
|
7733
8166
|
}
|
|
7734
|
-
function
|
|
8167
|
+
function f(m, u) {
|
|
7735
8168
|
const c = t.pseudoToNative(m);
|
|
7736
8169
|
window.setTimeout(() => {
|
|
7737
8170
|
u(), t.run();
|
|
@@ -7768,13 +8201,13 @@ function lc(t, e) {
|
|
|
7768
8201
|
), t.setProperty(
|
|
7769
8202
|
e,
|
|
7770
8203
|
"__delayV1__",
|
|
7771
|
-
t.createAsyncFunction(
|
|
8204
|
+
t.createAsyncFunction(f)
|
|
7772
8205
|
);
|
|
7773
8206
|
}
|
|
7774
8207
|
const Wo = Ko({
|
|
7775
8208
|
baseUrl: "http://localhost/computebase/",
|
|
7776
8209
|
onError: (t) => {
|
|
7777
|
-
const { i18n: e } =
|
|
8210
|
+
const { i18n: e } = fe;
|
|
7778
8211
|
no(ps(e, t));
|
|
7779
8212
|
}
|
|
7780
8213
|
});
|
|
@@ -7784,17 +8217,17 @@ function ac(t) {
|
|
|
7784
8217
|
}
|
|
7785
8218
|
function uc(t, e) {
|
|
7786
8219
|
async function i(o, l, s, a, p, d) {
|
|
7787
|
-
const
|
|
8220
|
+
const f = t.pseudoToNative(o), m = t.pseudoToNative(l), u = t.pseudoToNative(s), c = t.pseudoToNative(a), y = t.pseudoToNative(p);
|
|
7788
8221
|
try {
|
|
7789
|
-
const h = JSON.stringify(u), { strOutputs:
|
|
7790
|
-
spaceId:
|
|
8222
|
+
const h = JSON.stringify(u), { strOutputs: g } = await ac({
|
|
8223
|
+
spaceId: f,
|
|
7791
8224
|
id: m,
|
|
7792
8225
|
strInputs: h,
|
|
7793
8226
|
env: c
|
|
7794
|
-
}),
|
|
7795
|
-
d(t.nativeToPseudo(
|
|
8227
|
+
}), x = JSON.parse(g);
|
|
8228
|
+
d(t.nativeToPseudo(x)), t.run();
|
|
7796
8229
|
} catch (h) {
|
|
7797
|
-
console.error("callFuncV1 failed",
|
|
8230
|
+
console.error("callFuncV1 failed", y, h);
|
|
7798
8231
|
}
|
|
7799
8232
|
}
|
|
7800
8233
|
t.setProperty(
|
|
@@ -7804,82 +8237,61 @@ function uc(t, e) {
|
|
|
7804
8237
|
);
|
|
7805
8238
|
}
|
|
7806
8239
|
function cc(t, e, i) {
|
|
7807
|
-
function o(u, c,
|
|
8240
|
+
function o(u, c, y) {
|
|
7808
8241
|
let h;
|
|
7809
|
-
const
|
|
7810
|
-
|
|
7811
|
-
|
|
7812
|
-
|
|
7813
|
-
|
|
7814
|
-
|
|
7815
|
-
h = t.getCustomProp(g);
|
|
7816
|
-
} else if (x === "adaptSlotProp") {
|
|
7817
|
-
const g = e.pseudoToNative(c);
|
|
7818
|
-
h = t.getAdaptSlotProp(g);
|
|
7819
|
-
} else
|
|
7820
|
-
console.assert(!1);
|
|
7821
|
-
return e.nativeToPseudo(h);
|
|
7822
|
-
}
|
|
7823
|
-
function l(u, c, f, h) {
|
|
7824
|
-
const x = e.pseudoToNative(u);
|
|
7825
|
-
if (x === "elementProp") {
|
|
7826
|
-
const g = e.pseudoToNative(c), w = e.pseudoToNative(f), C = e.pseudoToNative(h);
|
|
7827
|
-
t.setElementProp(g, w, C);
|
|
7828
|
-
} else if (x === "customProp") {
|
|
7829
|
-
const g = e.pseudoToNative(c), w = e.pseudoToNative(f);
|
|
7830
|
-
t.setCustomProp(g, w);
|
|
7831
|
-
} else if (x === "adaptSlotProp") {
|
|
7832
|
-
const g = e.pseudoToNative(c), w = e.pseudoToNative(f);
|
|
7833
|
-
t.setAdaptSlotProp(g, w);
|
|
7834
|
-
} else
|
|
7835
|
-
console.assert(!1);
|
|
8242
|
+
const g = e.pseudoToNative(u), x = e.pseudoToNative(c), w = e.pseudoToNative(y);
|
|
8243
|
+
return g === "elementProperty" ? h = t.getElementProperty(x, w) : g === "refProperty" || (g === "customProperty" ? h = t.getCustomProperty(w) : g === "elementSlotProperty" || g === "customSlotProperty" ? h = t.getAdaptSlotProperty(w) : console.assert(!1)), e.nativeToPseudo(h);
|
|
8244
|
+
}
|
|
8245
|
+
function l(u, c, y, h) {
|
|
8246
|
+
const g = e.pseudoToNative(u), x = e.pseudoToNative(c), w = e.pseudoToNative(y), C = e.pseudoToNative(h);
|
|
8247
|
+
g === "elementProperty" ? t.setElementProperty(x, w, C) : g === "refProperty" || (g === "customProperty" ? t.setCustomProperty(w, C) : g === "elementSlotProperty" || g === "customSlotProperty" ? t.setAdaptSlotProperty(w, C) : console.assert(!1));
|
|
7836
8248
|
}
|
|
7837
|
-
function s(u, c,
|
|
7838
|
-
const
|
|
7839
|
-
t.eventBus.emit(`callMethod@${
|
|
8249
|
+
function s(u, c, y, h) {
|
|
8250
|
+
const g = e.pseudoToNative(u), x = e.pseudoToNative(c), w = e.pseudoToNative(y), C = { outputs: [] };
|
|
8251
|
+
t.eventBus.emit(`callMethod@${g}`, { name: x, inputs: w, result: C }), h(e.nativeToPseudo(C.outputs)), e.run();
|
|
7840
8252
|
}
|
|
7841
8253
|
function a(u) {
|
|
7842
|
-
const c = e.pseudoToNative(u),
|
|
7843
|
-
return e.nativeToPseudo(
|
|
8254
|
+
const c = e.pseudoToNative(u), y = t.getCustomState(c);
|
|
8255
|
+
return e.nativeToPseudo(y);
|
|
7844
8256
|
}
|
|
7845
8257
|
function p(u, c) {
|
|
7846
|
-
const
|
|
7847
|
-
t.setCustomState(
|
|
8258
|
+
const y = e.pseudoToNative(u), h = e.pseudoToNative(c);
|
|
8259
|
+
t.setCustomState(y, h);
|
|
7848
8260
|
}
|
|
7849
8261
|
function d(u, c) {
|
|
7850
|
-
const
|
|
8262
|
+
const y = e.pseudoToNative(u), h = e.pseudoToNative(c);
|
|
7851
8263
|
if (t.mode === "runtime") {
|
|
7852
|
-
const
|
|
8264
|
+
const g = "/main/" + Date.now(), x = {
|
|
7853
8265
|
orgId: t.org,
|
|
7854
|
-
appId: `${
|
|
8266
|
+
appId: `${y}${t.env}`,
|
|
7855
8267
|
pageId: h
|
|
7856
8268
|
};
|
|
7857
|
-
|
|
8269
|
+
fe.router.replace({ path: g, query: x });
|
|
7858
8270
|
} else t.mode === "preview" && to(
|
|
7859
|
-
|
|
8271
|
+
fe.i18n.global.t(
|
|
7860
8272
|
"x-runtime-lib.msg.takeEffectOnlyAfterReleased"
|
|
7861
8273
|
)
|
|
7862
8274
|
);
|
|
7863
8275
|
}
|
|
7864
|
-
function
|
|
7865
|
-
const h = e.pseudoToNative(u),
|
|
7866
|
-
jo({ title: h, text:
|
|
7867
|
-
|
|
8276
|
+
function f(u, c, y) {
|
|
8277
|
+
const h = e.pseudoToNative(u), g = e.pseudoToNative(c);
|
|
8278
|
+
jo({ title: h, text: g }).then((x) => {
|
|
8279
|
+
y(e.nativeToPseudo(x)), e.run();
|
|
7868
8280
|
});
|
|
7869
8281
|
}
|
|
7870
|
-
function m(u, c,
|
|
7871
|
-
const
|
|
7872
|
-
Oo({ title:
|
|
8282
|
+
function m(u, c, y, h) {
|
|
8283
|
+
const g = e.pseudoToNative(u), x = e.pseudoToNative(c), w = e.pseudoToNative(y);
|
|
8284
|
+
Oo({ title: g, label: x, value: w }).then((C) => {
|
|
7873
8285
|
h(e.nativeToPseudo(C)), e.run();
|
|
7874
8286
|
});
|
|
7875
8287
|
}
|
|
7876
8288
|
e.setProperty(
|
|
7877
8289
|
i,
|
|
7878
|
-
"
|
|
8290
|
+
"__getPropertyV1__",
|
|
7879
8291
|
e.createNativeFunction(o)
|
|
7880
8292
|
), e.setProperty(
|
|
7881
8293
|
i,
|
|
7882
|
-
"
|
|
8294
|
+
"__setPropertyV1__",
|
|
7883
8295
|
e.createNativeFunction(l)
|
|
7884
8296
|
), e.setProperty(
|
|
7885
8297
|
i,
|
|
@@ -7900,7 +8312,7 @@ function cc(t, e, i) {
|
|
|
7900
8312
|
), e.setProperty(
|
|
7901
8313
|
i,
|
|
7902
8314
|
"__openConfirmDlgV1__",
|
|
7903
|
-
e.createAsyncFunction(
|
|
8315
|
+
e.createAsyncFunction(f)
|
|
7904
8316
|
), e.setProperty(
|
|
7905
8317
|
i,
|
|
7906
8318
|
"__openPromptDlgV1__",
|
|
@@ -7957,7 +8369,7 @@ function __triggerEventV1__(id, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p1
|
|
|
7957
8369
|
callbacks[i](p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, p16)
|
|
7958
8370
|
}
|
|
7959
8371
|
}
|
|
7960
|
-
`,
|
|
8372
|
+
`, yc = `
|
|
7961
8373
|
var __timers__ = {}
|
|
7962
8374
|
var __currTimerId__ = 0
|
|
7963
8375
|
|
|
@@ -7999,12 +8411,12 @@ function __timeoutCallbackV1__(timerId) {
|
|
|
7999
8411
|
}
|
|
8000
8412
|
}
|
|
8001
8413
|
}
|
|
8002
|
-
`,
|
|
8414
|
+
`, fc = `
|
|
8003
8415
|
function __destroy__() {
|
|
8004
8416
|
__events__ = {}
|
|
8005
8417
|
__timers__ = {}
|
|
8006
8418
|
}
|
|
8007
|
-
`,
|
|
8419
|
+
`, bc = pc + dc + yc + fc;
|
|
8008
8420
|
class hc {
|
|
8009
8421
|
org;
|
|
8010
8422
|
env;
|
|
@@ -8029,47 +8441,56 @@ class hc {
|
|
|
8029
8441
|
} else
|
|
8030
8442
|
this.nodes = {};
|
|
8031
8443
|
}
|
|
8032
|
-
|
|
8444
|
+
getElementPropertyInner(e, i) {
|
|
8033
8445
|
return ke(e, i);
|
|
8034
8446
|
}
|
|
8035
|
-
|
|
8447
|
+
getElementProperty(e, i) {
|
|
8036
8448
|
const o = this.nodes[e];
|
|
8037
8449
|
if (!o) {
|
|
8038
|
-
console.warn(
|
|
8450
|
+
console.warn(
|
|
8451
|
+
"Sandbox/getElementProperty node not found",
|
|
8452
|
+
e,
|
|
8453
|
+
i
|
|
8454
|
+
);
|
|
8039
8455
|
return;
|
|
8040
8456
|
}
|
|
8041
|
-
return this.
|
|
8457
|
+
return this.getElementPropertyInner(o, i);
|
|
8042
8458
|
}
|
|
8043
|
-
|
|
8459
|
+
setElementPropertyInner(e, i, o) {
|
|
8044
8460
|
const l = ke(e, i);
|
|
8045
|
-
ne(o, l) || (ao(e, i, o), this.hooks?.
|
|
8461
|
+
ne(o, l) || (ao(e, i, o), this.hooks?.onElementPropertyChange(
|
|
8462
|
+
e.basic.id,
|
|
8463
|
+
i,
|
|
8464
|
+
o,
|
|
8465
|
+
l
|
|
8466
|
+
));
|
|
8046
8467
|
}
|
|
8047
|
-
|
|
8468
|
+
setElementProperty(e, i, o) {
|
|
8048
8469
|
const l = this.nodes[e];
|
|
8049
8470
|
if (!l) {
|
|
8050
8471
|
console.warn(
|
|
8051
|
-
"Sandbox/
|
|
8472
|
+
"Sandbox/setElementProperty node not found",
|
|
8052
8473
|
e,
|
|
8053
8474
|
i,
|
|
8054
8475
|
o
|
|
8055
8476
|
);
|
|
8056
8477
|
return;
|
|
8057
8478
|
}
|
|
8058
|
-
this.
|
|
8479
|
+
this.setElementPropertyInner(l, i, o);
|
|
8059
8480
|
}
|
|
8060
8481
|
//--------------------------
|
|
8061
8482
|
// 自定义属性
|
|
8062
8483
|
//--------------------------
|
|
8063
|
-
|
|
8064
|
-
|
|
8065
|
-
this.
|
|
8484
|
+
customProperties = {};
|
|
8485
|
+
resetCustomProperties() {
|
|
8486
|
+
this.customProperties = {};
|
|
8066
8487
|
}
|
|
8067
|
-
|
|
8068
|
-
return this.
|
|
8488
|
+
getCustomProperty(e) {
|
|
8489
|
+
return this.customProperties[e];
|
|
8069
8490
|
}
|
|
8070
|
-
|
|
8071
|
-
const o = this.
|
|
8072
|
-
ne(i, o) || (this.
|
|
8491
|
+
setCustomProperty(e, i) {
|
|
8492
|
+
const o = this.customProperties[e];
|
|
8493
|
+
ne(i, o) || (this.customProperties[e] = i, this.hooks?.onCustomPropertyChange(e, i, o));
|
|
8073
8494
|
}
|
|
8074
8495
|
//--------------------------
|
|
8075
8496
|
// 自定义状态
|
|
@@ -8088,16 +8509,16 @@ class hc {
|
|
|
8088
8509
|
//--------------------------
|
|
8089
8510
|
// 适配的插槽属性
|
|
8090
8511
|
//--------------------------
|
|
8091
|
-
|
|
8092
|
-
|
|
8093
|
-
this.
|
|
8512
|
+
adaptSlotProperties = {};
|
|
8513
|
+
resetAdaptSlotProperties() {
|
|
8514
|
+
this.adaptSlotProperties = {};
|
|
8094
8515
|
}
|
|
8095
|
-
|
|
8096
|
-
return this.
|
|
8516
|
+
getAdaptSlotProperty(e) {
|
|
8517
|
+
return this.adaptSlotProperties[e];
|
|
8097
8518
|
}
|
|
8098
|
-
|
|
8099
|
-
const o = this.
|
|
8100
|
-
ne(i, o) || (this.
|
|
8519
|
+
setAdaptSlotProperty(e, i) {
|
|
8520
|
+
const o = this.adaptSlotProperties[e];
|
|
8521
|
+
ne(i, o) || (this.adaptSlotProperties[e] = i, this.hooks?.onAdaptSlotPropertyChange(e, i, o));
|
|
8101
8522
|
}
|
|
8102
8523
|
//--------------------------
|
|
8103
8524
|
// 解释器
|
|
@@ -8105,7 +8526,7 @@ class hc {
|
|
|
8105
8526
|
interpreter;
|
|
8106
8527
|
createInterpreter(e) {
|
|
8107
8528
|
this.interpreter = new ms(
|
|
8108
|
-
|
|
8529
|
+
bc,
|
|
8109
8530
|
(i, o) => {
|
|
8110
8531
|
mc(this, i, o);
|
|
8111
8532
|
}
|
|
@@ -8144,66 +8565,66 @@ class hc {
|
|
|
8144
8565
|
}
|
|
8145
8566
|
}
|
|
8146
8567
|
function gc(t) {
|
|
8147
|
-
const e = ic(), i = oc(), o = G(), l = pe(), s = $e(), a = We(), p = (
|
|
8568
|
+
const e = ic(), i = oc(), o = G(), l = pe(), s = $e(), a = We(), p = (y, h, g, x) => {
|
|
8148
8569
|
if (!(o !== "runtime" && o !== "preview") && (u.callFunction("__triggerEventV1__", [
|
|
8149
|
-
`elementPropChange@${
|
|
8150
|
-
|
|
8151
|
-
|
|
8570
|
+
`elementPropChange@${y}@${h}`,
|
|
8571
|
+
g,
|
|
8572
|
+
x ?? g
|
|
8152
8573
|
]), t.value?.code.reactivity)) {
|
|
8153
8574
|
let w = "";
|
|
8154
8575
|
h instanceof Array ? w = h.join(".") : w = h, Me(
|
|
8155
8576
|
u,
|
|
8156
8577
|
t.value.code.reactivity,
|
|
8157
8578
|
Se({
|
|
8158
|
-
type: "
|
|
8159
|
-
nodeId:
|
|
8160
|
-
|
|
8579
|
+
type: "elementProperty",
|
|
8580
|
+
nodeId: y,
|
|
8581
|
+
propertyKeys: w
|
|
8161
8582
|
}),
|
|
8162
|
-
|
|
8163
|
-
|
|
8583
|
+
g,
|
|
8584
|
+
x
|
|
8164
8585
|
);
|
|
8165
8586
|
}
|
|
8166
|
-
}, d = (
|
|
8587
|
+
}, d = (y, h, g) => {
|
|
8167
8588
|
o !== "runtime" && o !== "preview" || (u.callFunction("__triggerEventV1__", [
|
|
8168
|
-
`customPropChange@${
|
|
8589
|
+
`customPropChange@${y}`,
|
|
8169
8590
|
h,
|
|
8170
|
-
|
|
8591
|
+
g ?? h
|
|
8171
8592
|
]), t.value?.code.reactivity && Me(
|
|
8172
8593
|
u,
|
|
8173
8594
|
t.value.code.reactivity,
|
|
8174
|
-
Se({ type: "
|
|
8595
|
+
Se({ type: "customProperty", propertyId: y }),
|
|
8175
8596
|
h,
|
|
8176
|
-
|
|
8597
|
+
g
|
|
8177
8598
|
));
|
|
8178
|
-
},
|
|
8599
|
+
}, f = (y, h, g) => {
|
|
8179
8600
|
o !== "runtime" && o !== "preview" || t.value?.code.reactivity && Me(
|
|
8180
8601
|
u,
|
|
8181
8602
|
t.value.code.reactivity,
|
|
8182
|
-
Se({ type: "customState", stateId:
|
|
8603
|
+
Se({ type: "customState", stateId: y }),
|
|
8183
8604
|
h,
|
|
8184
|
-
|
|
8605
|
+
g
|
|
8185
8606
|
);
|
|
8186
|
-
}, m = (
|
|
8607
|
+
}, m = (y, h, g) => {
|
|
8187
8608
|
o !== "runtime" && o !== "preview" || (u.callFunction("__triggerEventV1__", [
|
|
8188
|
-
`adaptSlotProp@${
|
|
8609
|
+
`adaptSlotProp@${y}`,
|
|
8189
8610
|
h,
|
|
8190
|
-
|
|
8611
|
+
g ?? h
|
|
8191
8612
|
]), t.value?.code.reactivity && Me(
|
|
8192
8613
|
u,
|
|
8193
8614
|
t.value.code.reactivity,
|
|
8194
|
-
Se({ type: "
|
|
8615
|
+
Se({ type: "adaptSlotProperty", propertyId: y }),
|
|
8195
8616
|
h,
|
|
8196
|
-
|
|
8617
|
+
g
|
|
8197
8618
|
));
|
|
8198
8619
|
}, u = new hc(e, i, o, l, {
|
|
8199
|
-
|
|
8200
|
-
|
|
8201
|
-
onCustomStateChange:
|
|
8202
|
-
|
|
8620
|
+
onElementPropertyChange: p,
|
|
8621
|
+
onCustomPropertyChange: d,
|
|
8622
|
+
onCustomStateChange: f,
|
|
8623
|
+
onAdaptSlotPropertyChange: m
|
|
8203
8624
|
});
|
|
8204
8625
|
rc(u);
|
|
8205
8626
|
const c = () => {
|
|
8206
|
-
o !== "runtime" && o !== "preview" || (u.destroyInterpreter(), u.syncNodes(t.value), u.
|
|
8627
|
+
o !== "runtime" && o !== "preview" || (u.destroyInterpreter(), u.syncNodes(t.value), u.resetCustomProperties(), u.resetCustomStates(), u.resetAdaptSlotProperties(), !(!t.value || !t.value.code.script) && u.createInterpreter(t.value.code.script));
|
|
8207
8628
|
};
|
|
8208
8629
|
c(), q(t, () => {
|
|
8209
8630
|
c();
|
|
@@ -8211,21 +8632,21 @@ function gc(t) {
|
|
|
8211
8632
|
u.destroyInterpreter();
|
|
8212
8633
|
}), (o === "runtime" || o === "preview") && q(
|
|
8213
8634
|
s,
|
|
8214
|
-
(
|
|
8215
|
-
const
|
|
8635
|
+
(y, h) => {
|
|
8636
|
+
const g = Re(y.width), x = Re(h?.width ?? y.width);
|
|
8216
8637
|
u.callFunction("__triggerEventV1__", [
|
|
8217
8638
|
Ce("elementEvent", "globality", "screenSizeChange"),
|
|
8218
|
-
|
|
8219
|
-
|
|
8639
|
+
g,
|
|
8640
|
+
x
|
|
8220
8641
|
]);
|
|
8221
8642
|
},
|
|
8222
8643
|
{ immediate: !0 }
|
|
8223
8644
|
), (o === "runtime" || o === "preview") && q(
|
|
8224
8645
|
a,
|
|
8225
|
-
(
|
|
8646
|
+
(y) => {
|
|
8226
8647
|
u.callFunction("__triggerEventV1__", [
|
|
8227
8648
|
Ce("elementEvent", "globality", "darkModeChange"),
|
|
8228
|
-
|
|
8649
|
+
y
|
|
8229
8650
|
]);
|
|
8230
8651
|
},
|
|
8231
8652
|
{ immediate: !0 }
|
|
@@ -8258,7 +8679,7 @@ export {
|
|
|
8258
8679
|
an as chipV1,
|
|
8259
8680
|
Ea as colorPickerV1,
|
|
8260
8681
|
Na as comboboxV1,
|
|
8261
|
-
|
|
8682
|
+
bs as compTypes,
|
|
8262
8683
|
cn as containerV1,
|
|
8263
8684
|
Ma as dataTableV1,
|
|
8264
8685
|
Ra as datePickerV1,
|
|
@@ -8271,19 +8692,19 @@ export {
|
|
|
8271
8692
|
Dc as fileInputV1,
|
|
8272
8693
|
mn as flexLayoutEntryV1,
|
|
8273
8694
|
Le as flexLayoutV1,
|
|
8274
|
-
|
|
8695
|
+
yn as formV1,
|
|
8275
8696
|
T as genId,
|
|
8276
8697
|
Ie as getBreakpointProp,
|
|
8277
8698
|
ke as getField,
|
|
8278
8699
|
Jn as getIndexOfBreakpoint,
|
|
8279
8700
|
Gc as getNode,
|
|
8280
|
-
Ui as
|
|
8281
|
-
A as
|
|
8701
|
+
Ui as getPropertyDefault,
|
|
8702
|
+
A as getPropertyTag,
|
|
8282
8703
|
Cc as getTypeColor,
|
|
8283
8704
|
Sa as globalityV1,
|
|
8284
8705
|
Va as groupV1,
|
|
8285
8706
|
Oa as iconV1,
|
|
8286
|
-
P as
|
|
8707
|
+
P as initProperties,
|
|
8287
8708
|
We as injectDark,
|
|
8288
8709
|
de as injectData,
|
|
8289
8710
|
sc as injectDepends,
|
|
@@ -8309,10 +8730,10 @@ export {
|
|
|
8309
8730
|
Ua as menuV1,
|
|
8310
8731
|
Pe as meshBasicMaterialV1,
|
|
8311
8732
|
ze as meshV1,
|
|
8312
|
-
|
|
8733
|
+
fn as numberInputV1,
|
|
8313
8734
|
da as orbitControlsV1,
|
|
8314
8735
|
ra as orthographicCameraV1,
|
|
8315
|
-
|
|
8736
|
+
fs as pageTypes,
|
|
8316
8737
|
Ya as paginationV1,
|
|
8317
8738
|
Xt as parsePercentStr,
|
|
8318
8739
|
Wc as parsePixelStr,
|
|
@@ -8329,11 +8750,11 @@ export {
|
|
|
8329
8750
|
rc as provideSandbox,
|
|
8330
8751
|
Yc as provideType,
|
|
8331
8752
|
hn as radioGroupV1,
|
|
8332
|
-
|
|
8753
|
+
bn as radioV1,
|
|
8333
8754
|
qa as rangeSliderV1,
|
|
8334
8755
|
Qa as ratingV1,
|
|
8335
8756
|
vs as reverseBreakpoints,
|
|
8336
|
-
|
|
8757
|
+
bc as runtime,
|
|
8337
8758
|
eu as selectV1,
|
|
8338
8759
|
ao as setField,
|
|
8339
8760
|
tu as sliderV1,
|
|
@@ -8349,7 +8770,7 @@ export {
|
|
|
8349
8770
|
wn as tabV1,
|
|
8350
8771
|
Vn as tabsV1,
|
|
8351
8772
|
dn as textFieldV1,
|
|
8352
|
-
|
|
8773
|
+
be as textV1,
|
|
8353
8774
|
$n as textareaV1,
|
|
8354
8775
|
In as timelineItemV1,
|
|
8355
8776
|
Sn as timelineV1,
|