x-runtime-lib 0.6.25 → 0.6.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +336 -337
- package/dist/types/element.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
var da = Object.defineProperty;
|
|
2
2
|
var ha = (r, o, c) => o in r ? da(r, o, { enumerable: !0, configurable: !0, writable: !0, value: c }) : r[o] = c;
|
|
3
|
-
var
|
|
4
|
-
import { computed as T, provide as Se, inject as Te, readonly as Wr, onBeforeMount as ma, onUnmounted as dt, defineComponent as Q, useTemplateRef as ki, onMounted as Ci, watch as Ce, nextTick as Pi, createElementBlock as ce, openBlock as F, normalizeStyle as ht, ref as Ge, watchEffect as Ai, createBlock as te, h as J, resolveComponent as se, unref as ge, withCtx as ee, renderSlot as ze, createVNode as oe, createSlots as _r, renderList as
|
|
5
|
-
import { waitUtil as Mi, eventBus as Yr, messageInfo as
|
|
3
|
+
var yr = (r, o, c) => ha(r, typeof o != "symbol" ? o + "" : o, c);
|
|
4
|
+
import { computed as T, provide as Se, inject as Te, readonly as Wr, onBeforeMount as ma, onUnmounted as dt, defineComponent as Q, useTemplateRef as ki, onMounted as Ci, watch as Ce, nextTick as Pi, createElementBlock as ce, openBlock as F, normalizeStyle as ht, ref as Ge, watchEffect as Ai, createBlock as te, h as J, resolveComponent as se, unref as ge, withCtx as ee, renderSlot as ze, createVNode as oe, createSlots as _r, renderList as ya, useId as Ii, isRef as Li, createCommentVNode as Di } from "vue";
|
|
5
|
+
import { waitUtil as Mi, eventBus as Yr, messageInfo as va, messageSuccess as ba, messageWarning as ga, messageError as _a, openConfirmDlg as Ea, openPromptDlg as xa, useViewStack as $i } from "x-essential-lib";
|
|
6
6
|
import { useTheme as Ra } from "vuetify";
|
|
7
7
|
import { u as Sa, r as Bi, i as Ta, a as Oa, b as Na, c as wa, d as ka, e as Ca, f as Pa, g as Aa, h as ji } from "./echarts-i9kva4al.js";
|
|
8
8
|
import { useI18n as Fi } from "vue-i18n";
|
|
@@ -14,8 +14,8 @@ function Ma(r) {
|
|
|
14
14
|
var h = !0;
|
|
15
15
|
} catch {
|
|
16
16
|
}
|
|
17
|
-
var
|
|
18
|
-
return h && (o ? r[ot] = c : delete r[ot]),
|
|
17
|
+
var v = Da.call(r);
|
|
18
|
+
return h && (o ? r[ot] = c : delete r[ot]), v;
|
|
19
19
|
}
|
|
20
20
|
var $a = Object.prototype, Ba = $a.toString;
|
|
21
21
|
function ja(r) {
|
|
@@ -25,7 +25,7 @@ var Fa = "[object Null]", Ua = "[object Undefined]", Un = We ? We.toStringTag :
|
|
|
25
25
|
function mt(r) {
|
|
26
26
|
return r == null ? r === void 0 ? Ua : Fa : Un && Un in Object(r) ? Ma(r) : ja(r);
|
|
27
27
|
}
|
|
28
|
-
function
|
|
28
|
+
function yt(r) {
|
|
29
29
|
return r != null && typeof r == "object";
|
|
30
30
|
}
|
|
31
31
|
var zr = Array.isArray;
|
|
@@ -40,8 +40,8 @@ function Gi(r) {
|
|
|
40
40
|
var o = mt(r);
|
|
41
41
|
return o == Ga || o == Wa || o == Va || o == Ya;
|
|
42
42
|
}
|
|
43
|
-
var
|
|
44
|
-
var r = /[^.]+$/.exec(
|
|
43
|
+
var vr = pe["__core-js_shared__"], Vn = function() {
|
|
44
|
+
var r = /[^.]+$/.exec(vr && vr.keys && vr.keys.IE_PROTO || "");
|
|
45
45
|
return r ? "Symbol(src)_1." + r : "";
|
|
46
46
|
}();
|
|
47
47
|
function za(r) {
|
|
@@ -134,19 +134,19 @@ function zi(r) {
|
|
|
134
134
|
var o = r && r.constructor, c = typeof o == "function" && o.prototype || ms;
|
|
135
135
|
return r === c;
|
|
136
136
|
}
|
|
137
|
-
function
|
|
137
|
+
function ys(r, o) {
|
|
138
138
|
for (var c = -1, h = Array(r); ++c < r; )
|
|
139
139
|
h[c] = o(c);
|
|
140
140
|
return h;
|
|
141
141
|
}
|
|
142
|
-
var
|
|
142
|
+
var vs = "[object Arguments]";
|
|
143
143
|
function Yn(r) {
|
|
144
|
-
return
|
|
144
|
+
return yt(r) && mt(r) == vs;
|
|
145
145
|
}
|
|
146
146
|
var Xi = Object.prototype, bs = Xi.hasOwnProperty, gs = Xi.propertyIsEnumerable, _s = Yn(/* @__PURE__ */ function() {
|
|
147
147
|
return arguments;
|
|
148
148
|
}()) ? Yn : function(r) {
|
|
149
|
-
return
|
|
149
|
+
return yt(r) && bs.call(r, "callee") && !gs.call(r, "callee");
|
|
150
150
|
};
|
|
151
151
|
function Es() {
|
|
152
152
|
return !1;
|
|
@@ -155,7 +155,7 @@ var Hi = typeof exports == "object" && exports && !exports.nodeType && exports,
|
|
|
155
155
|
j[js] = j[Fs] = j[Us] = j[Vs] = j[Gs] = j[Ws] = j[Ys] = j[zs] = j[Xs] = !0;
|
|
156
156
|
j[Ss] = j[Ts] = j[$s] = j[Os] = j[Bs] = j[Ns] = j[ws] = j[ks] = j[Cs] = j[Ps] = j[As] = j[Is] = j[Ls] = j[Ds] = j[Ms] = !1;
|
|
157
157
|
function Hs(r) {
|
|
158
|
-
return
|
|
158
|
+
return yt(r) && Yi(r.length) && !!j[mt(r)];
|
|
159
159
|
}
|
|
160
160
|
function Xr(r) {
|
|
161
161
|
return function(o) {
|
|
@@ -170,11 +170,11 @@ var Ki = typeof exports == "object" && exports && !exports.nodeType && exports,
|
|
|
170
170
|
}
|
|
171
171
|
}(), Hn = Ye && Ye.isTypedArray, Ks = Hn ? Xr(Hn) : Hs, qs = Object.prototype, Zs = qs.hasOwnProperty;
|
|
172
172
|
function Qs(r, o) {
|
|
173
|
-
var c = zr(r), h = !c && _s(r),
|
|
173
|
+
var c = zr(r), h = !c && _s(r), v = !c && !h && Ji(r), b = !c && !h && !v && Ks(r), y = c || h || v || b, S = y ? ys(r.length, String) : [], x = S.length;
|
|
174
174
|
for (var n in r)
|
|
175
|
-
Zs.call(r, n) && !(
|
|
175
|
+
Zs.call(r, n) && !(y && // Safari 9 has enumerable `arguments.length` in strict mode.
|
|
176
176
|
(n == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
|
|
177
|
-
|
|
177
|
+
v && (n == "offset" || n == "parent") || // PhantomJS 2 has enumerable non-index properties on typed arrays.
|
|
178
178
|
b && (n == "buffer" || n == "byteLength" || n == "byteOffset") || // Skip index properties.
|
|
179
179
|
us(n, x))) && S.push(n);
|
|
180
180
|
return S;
|
|
@@ -235,7 +235,7 @@ Pe.prototype.delete = au;
|
|
|
235
235
|
Pe.prototype.get = cu;
|
|
236
236
|
Pe.prototype.has = du;
|
|
237
237
|
Pe.prototype.set = mu;
|
|
238
|
-
function
|
|
238
|
+
function yu() {
|
|
239
239
|
this.__data__ = [], this.size = 0;
|
|
240
240
|
}
|
|
241
241
|
function Gt(r, o) {
|
|
@@ -244,7 +244,7 @@ function Gt(r, o) {
|
|
|
244
244
|
return c;
|
|
245
245
|
return -1;
|
|
246
246
|
}
|
|
247
|
-
var
|
|
247
|
+
var vu = Array.prototype, bu = vu.splice;
|
|
248
248
|
function gu(r) {
|
|
249
249
|
var o = this.__data__, c = Gt(o, r);
|
|
250
250
|
if (c < 0)
|
|
@@ -270,7 +270,7 @@ function _e(r) {
|
|
|
270
270
|
this.set(h[0], h[1]);
|
|
271
271
|
}
|
|
272
272
|
}
|
|
273
|
-
_e.prototype.clear =
|
|
273
|
+
_e.prototype.clear = yu;
|
|
274
274
|
_e.prototype.delete = gu;
|
|
275
275
|
_e.prototype.get = _u;
|
|
276
276
|
_e.prototype.has = Eu;
|
|
@@ -318,8 +318,8 @@ Xe.prototype.get = Ou;
|
|
|
318
318
|
Xe.prototype.has = Nu;
|
|
319
319
|
Xe.prototype.set = wu;
|
|
320
320
|
function ku(r, o) {
|
|
321
|
-
for (var c = -1, h = o.length,
|
|
322
|
-
r[
|
|
321
|
+
for (var c = -1, h = o.length, v = r.length; ++c < h; )
|
|
322
|
+
r[v + c] = o[c];
|
|
323
323
|
return r;
|
|
324
324
|
}
|
|
325
325
|
var Cu = qi(Object.getPrototypeOf, Object);
|
|
@@ -362,9 +362,9 @@ function Bu(r, o) {
|
|
|
362
362
|
return r.slice();
|
|
363
363
|
}
|
|
364
364
|
function ju(r, o) {
|
|
365
|
-
for (var c = -1, h = r == null ? 0 : r.length,
|
|
366
|
-
var
|
|
367
|
-
o(
|
|
365
|
+
for (var c = -1, h = r == null ? 0 : r.length, v = 0, b = []; ++c < h; ) {
|
|
366
|
+
var y = r[c];
|
|
367
|
+
o(y, c, r) && (b[v++] = y);
|
|
368
368
|
}
|
|
369
369
|
return b;
|
|
370
370
|
}
|
|
@@ -428,7 +428,7 @@ function ol(r, o) {
|
|
|
428
428
|
var c = Hr(r.buffer);
|
|
429
429
|
return new r.constructor(c, r.byteOffset, r.length);
|
|
430
430
|
}
|
|
431
|
-
var al = "[object Boolean]", sl = "[object Date]", ul = "[object Map]", ll = "[object Number]", cl = "[object RegExp]", fl = "[object Set]", pl = "[object String]", dl = "[object Symbol]", hl = "[object ArrayBuffer]", ml = "[object DataView]",
|
|
431
|
+
var al = "[object Boolean]", sl = "[object Date]", ul = "[object Map]", ll = "[object Number]", cl = "[object RegExp]", fl = "[object Set]", pl = "[object String]", dl = "[object Symbol]", hl = "[object ArrayBuffer]", ml = "[object DataView]", yl = "[object Float32Array]", vl = "[object Float64Array]", bl = "[object Int8Array]", gl = "[object Int16Array]", _l = "[object Int32Array]", El = "[object Uint8Array]", xl = "[object Uint8ClampedArray]", Rl = "[object Uint16Array]", Sl = "[object Uint32Array]";
|
|
432
432
|
function Tl(r, o, c) {
|
|
433
433
|
var h = r.constructor;
|
|
434
434
|
switch (o) {
|
|
@@ -439,8 +439,8 @@ function Tl(r, o, c) {
|
|
|
439
439
|
return new h(+r);
|
|
440
440
|
case ml:
|
|
441
441
|
return tl(r);
|
|
442
|
-
case vl:
|
|
443
442
|
case yl:
|
|
443
|
+
case vl:
|
|
444
444
|
case bl:
|
|
445
445
|
case gl:
|
|
446
446
|
case _l:
|
|
@@ -467,49 +467,49 @@ function Ol(r) {
|
|
|
467
467
|
}
|
|
468
468
|
var Nl = "[object Map]";
|
|
469
469
|
function wl(r) {
|
|
470
|
-
return
|
|
470
|
+
return yt(r) && be(r) == Nl;
|
|
471
471
|
}
|
|
472
472
|
var ai = Ye && Ye.isMap, kl = ai ? Xr(ai) : wl, Cl = "[object Set]";
|
|
473
473
|
function Pl(r) {
|
|
474
|
-
return
|
|
474
|
+
return yt(r) && be(r) == Cl;
|
|
475
475
|
}
|
|
476
476
|
var si = Ye && Ye.isSet, Al = si ? Xr(si) : Pl, Qi = "[object Arguments]", Il = "[object Array]", Ll = "[object Boolean]", Dl = "[object Date]", Ml = "[object Error]", eo = "[object Function]", $l = "[object GeneratorFunction]", Bl = "[object Map]", jl = "[object Number]", to = "[object Object]", Fl = "[object RegExp]", Ul = "[object Set]", Vl = "[object String]", Gl = "[object Symbol]", Wl = "[object WeakMap]", Yl = "[object ArrayBuffer]", zl = "[object DataView]", Xl = "[object Float32Array]", Hl = "[object Float64Array]", Jl = "[object Int8Array]", Kl = "[object Int16Array]", ql = "[object Int32Array]", Zl = "[object Uint8Array]", Ql = "[object Uint8ClampedArray]", ec = "[object Uint16Array]", tc = "[object Uint32Array]", B = {};
|
|
477
477
|
B[Qi] = B[Il] = B[Yl] = B[zl] = B[Ll] = B[Dl] = B[Xl] = B[Hl] = B[Jl] = B[Kl] = B[ql] = B[Bl] = B[jl] = B[to] = B[Fl] = B[Ul] = B[Vl] = B[Gl] = B[Zl] = B[Ql] = B[ec] = B[tc] = !0;
|
|
478
478
|
B[Ml] = B[eo] = B[Wl] = !1;
|
|
479
|
-
function At(r, o, c, h,
|
|
480
|
-
var
|
|
481
|
-
if (
|
|
482
|
-
return
|
|
479
|
+
function At(r, o, c, h, v, b) {
|
|
480
|
+
var y;
|
|
481
|
+
if (y !== void 0)
|
|
482
|
+
return y;
|
|
483
483
|
if (!Vt(r))
|
|
484
484
|
return r;
|
|
485
485
|
var S = zr(r);
|
|
486
486
|
if (S)
|
|
487
|
-
|
|
487
|
+
y = el(r);
|
|
488
488
|
else {
|
|
489
489
|
var x = be(r), n = x == eo || x == $l;
|
|
490
490
|
if (Ji(r))
|
|
491
491
|
return Bu(r);
|
|
492
|
-
if (x == to || x == Qi || n && !
|
|
493
|
-
|
|
492
|
+
if (x == to || x == Qi || n && !v)
|
|
493
|
+
y = n ? {} : Ol(r);
|
|
494
494
|
else {
|
|
495
495
|
if (!B[x])
|
|
496
|
-
return
|
|
497
|
-
|
|
496
|
+
return v ? r : {};
|
|
497
|
+
y = Tl(r, x);
|
|
498
498
|
}
|
|
499
499
|
}
|
|
500
500
|
b || (b = new He());
|
|
501
501
|
var t = b.get(r);
|
|
502
502
|
if (t)
|
|
503
503
|
return t;
|
|
504
|
-
b.set(r,
|
|
505
|
-
|
|
504
|
+
b.set(r, y), Al(r) ? r.forEach(function(u) {
|
|
505
|
+
y.add(At(u, o, c, u, r, b));
|
|
506
506
|
}) : kl(r) && r.forEach(function(u, s) {
|
|
507
|
-
|
|
507
|
+
y.set(s, At(u, o, c, s, r, b));
|
|
508
508
|
});
|
|
509
509
|
var e = Yu, i = S ? void 0 : e(r);
|
|
510
510
|
return os(i || r, function(u, s) {
|
|
511
|
-
i && (s = u, u = r[s]), ps(
|
|
512
|
-
}),
|
|
511
|
+
i && (s = u, u = r[s]), ps(y, s, At(u, o, c, s, r, b));
|
|
512
|
+
}), y;
|
|
513
513
|
}
|
|
514
514
|
var rc = 1, nc = 4;
|
|
515
515
|
function Z(r) {
|
|
@@ -517,14 +517,14 @@ function Z(r) {
|
|
|
517
517
|
}
|
|
518
518
|
function ro(r) {
|
|
519
519
|
const o = T(() => {
|
|
520
|
-
var
|
|
521
|
-
return (
|
|
520
|
+
var v;
|
|
521
|
+
return (v = r.node.legend) == null ? void 0 : v.show;
|
|
522
522
|
}), c = T(() => {
|
|
523
|
-
var
|
|
524
|
-
return (
|
|
523
|
+
var v;
|
|
524
|
+
return (v = r.node.legend) == null ? void 0 : v.data;
|
|
525
525
|
});
|
|
526
|
-
function h(
|
|
527
|
-
|
|
526
|
+
function h(v) {
|
|
527
|
+
v.legend = {
|
|
528
528
|
show: o.value,
|
|
529
529
|
data: c.value
|
|
530
530
|
};
|
|
@@ -549,72 +549,72 @@ function io(r) {
|
|
|
549
549
|
var b;
|
|
550
550
|
return (b = r.node.title) == null ? void 0 : b.subtext;
|
|
551
551
|
});
|
|
552
|
-
function
|
|
552
|
+
function v(b) {
|
|
553
553
|
b.title = {
|
|
554
554
|
show: o.value,
|
|
555
555
|
text: c.value,
|
|
556
556
|
subtext: h.value
|
|
557
557
|
};
|
|
558
558
|
}
|
|
559
|
-
return { show: o, text: c, subtext: h, applyTitle:
|
|
559
|
+
return { show: o, text: c, subtext: h, applyTitle: v };
|
|
560
560
|
}
|
|
561
561
|
function oo(r) {
|
|
562
562
|
const o = T(() => {
|
|
563
|
-
var
|
|
564
|
-
return (
|
|
563
|
+
var y;
|
|
564
|
+
return (y = r.node.xAxis) == null ? void 0 : y.show;
|
|
565
565
|
}), c = T(() => {
|
|
566
|
-
var
|
|
567
|
-
return (
|
|
566
|
+
var y;
|
|
567
|
+
return (y = r.node.xAxis) == null ? void 0 : y.position;
|
|
568
568
|
}), h = T(() => {
|
|
569
|
-
var
|
|
570
|
-
return (
|
|
571
|
-
}),
|
|
572
|
-
var
|
|
573
|
-
return (
|
|
569
|
+
var y;
|
|
570
|
+
return (y = r.node.xAxis) == null ? void 0 : y.type;
|
|
571
|
+
}), v = T(() => {
|
|
572
|
+
var y;
|
|
573
|
+
return (y = r.node.xAxis) == null ? void 0 : y.data;
|
|
574
574
|
});
|
|
575
|
-
function b(
|
|
576
|
-
|
|
575
|
+
function b(y) {
|
|
576
|
+
y.xAxis = {
|
|
577
577
|
show: o.value,
|
|
578
578
|
position: c.value,
|
|
579
579
|
type: h.value,
|
|
580
|
-
data:
|
|
580
|
+
data: v.value
|
|
581
581
|
};
|
|
582
582
|
}
|
|
583
|
-
return { show: o, position: c, type: h, data:
|
|
583
|
+
return { show: o, position: c, type: h, data: v, applyXAxis: b };
|
|
584
584
|
}
|
|
585
585
|
function ao(r) {
|
|
586
586
|
const o = T(() => {
|
|
587
|
-
var
|
|
588
|
-
return (
|
|
587
|
+
var y;
|
|
588
|
+
return (y = r.node.yAxis) == null ? void 0 : y.show;
|
|
589
589
|
}), c = T(() => {
|
|
590
|
-
var
|
|
591
|
-
return (
|
|
590
|
+
var y;
|
|
591
|
+
return (y = r.node.yAxis) == null ? void 0 : y.position;
|
|
592
592
|
}), h = T(() => {
|
|
593
|
-
var
|
|
594
|
-
return (
|
|
595
|
-
}),
|
|
596
|
-
var
|
|
597
|
-
return (
|
|
593
|
+
var y;
|
|
594
|
+
return (y = r.node.yAxis) == null ? void 0 : y.type;
|
|
595
|
+
}), v = T(() => {
|
|
596
|
+
var y;
|
|
597
|
+
return (y = r.node.yAxis) == null ? void 0 : y.data;
|
|
598
598
|
});
|
|
599
|
-
function b(
|
|
600
|
-
|
|
599
|
+
function b(y) {
|
|
600
|
+
y.yAxis = {
|
|
601
601
|
show: o.value,
|
|
602
602
|
position: c.value,
|
|
603
603
|
type: h.value,
|
|
604
|
-
data:
|
|
604
|
+
data: v.value
|
|
605
605
|
};
|
|
606
606
|
}
|
|
607
|
-
return { show: o, position: c, type: h, data:
|
|
607
|
+
return { show: o, position: c, type: h, data: v, applyYAxis: b };
|
|
608
608
|
}
|
|
609
609
|
function Yt(r, o) {
|
|
610
|
-
const { computedThemes: c } = Ra(), h = T(() => o == null ? void 0 : o.mode),
|
|
610
|
+
const { computedThemes: c } = Ra(), h = T(() => o == null ? void 0 : o.mode), v = T(() => {
|
|
611
611
|
const S = o == null ? void 0 : o.theme;
|
|
612
612
|
return S ? S === "background0" ? r.value ? "#2e2e2e" : "#bdbdbd" : S === "background1" ? r.value ? "#272727" : "#eeeeee" : S === "background2" ? r.value ? "#1e1e1e" : "#ffffff" : (r.value ? c.value.dark : c.value.light).colors[S] : void 0;
|
|
613
613
|
}), b = T(() => {
|
|
614
614
|
var S, x;
|
|
615
615
|
return r.value ? (S = o == null ? void 0 : o.custom) == null ? void 0 : S.dark : (x = o == null ? void 0 : o.custom) == null ? void 0 : x.light;
|
|
616
616
|
});
|
|
617
|
-
return { color: T(() => h.value === "theme" ?
|
|
617
|
+
return { color: T(() => h.value === "theme" ? v.value : h.value === "custom" ? b.value : "") };
|
|
618
618
|
}
|
|
619
619
|
function so(r, o) {
|
|
620
620
|
var t;
|
|
@@ -624,10 +624,10 @@ function so(r, o) {
|
|
|
624
624
|
}), h = T(() => {
|
|
625
625
|
var e;
|
|
626
626
|
return (e = o.node.border) == null ? void 0 : e.width;
|
|
627
|
-
}), { color:
|
|
627
|
+
}), { color: v } = Yt(r, (t = o.node.border) == null ? void 0 : t.color), b = T(() => {
|
|
628
628
|
var e, i;
|
|
629
629
|
return (i = (e = o.node.border) == null ? void 0 : e.roundRadius) == null ? void 0 : i.tl;
|
|
630
|
-
}),
|
|
630
|
+
}), y = T(() => {
|
|
631
631
|
var e, i;
|
|
632
632
|
return (i = (e = o.node.border) == null ? void 0 : e.roundRadius) == null ? void 0 : i.tr;
|
|
633
633
|
}), S = T(() => {
|
|
@@ -638,47 +638,47 @@ function so(r, o) {
|
|
|
638
638
|
return (i = (e = o.node.border) == null ? void 0 : e.roundRadius) == null ? void 0 : i.br;
|
|
639
639
|
});
|
|
640
640
|
function n(e) {
|
|
641
|
-
c.value && (e.borderStyle = c.value), h.value && (e.borderWidth = h.value),
|
|
641
|
+
c.value && (e.borderStyle = c.value), h.value && (e.borderWidth = h.value), v.value && (e.borderColor = v.value), b.value && (e.borderTopLeftRadius = b.value), y.value && (e.borderTopRightRadius = y.value), S.value && (e.borderBottomLeftRadius = S.value), x.value && (e.borderBottomRightRadius = x.value);
|
|
642
642
|
}
|
|
643
|
-
return { borderStyle: c, borderWidth: h, borderColor:
|
|
643
|
+
return { borderStyle: c, borderWidth: h, borderColor: v, applyBorder: n };
|
|
644
644
|
}
|
|
645
645
|
function uo(r) {
|
|
646
646
|
const o = T(() => {
|
|
647
|
-
var
|
|
648
|
-
return (
|
|
647
|
+
var y;
|
|
648
|
+
return (y = r.node.margin) == null ? void 0 : y.top;
|
|
649
649
|
}), c = T(() => {
|
|
650
|
-
var
|
|
651
|
-
return (
|
|
650
|
+
var y;
|
|
651
|
+
return (y = r.node.margin) == null ? void 0 : y.left;
|
|
652
652
|
}), h = T(() => {
|
|
653
|
-
var
|
|
654
|
-
return (
|
|
655
|
-
}),
|
|
656
|
-
var
|
|
657
|
-
return (
|
|
653
|
+
var y;
|
|
654
|
+
return (y = r.node.margin) == null ? void 0 : y.bottom;
|
|
655
|
+
}), v = T(() => {
|
|
656
|
+
var y;
|
|
657
|
+
return (y = r.node.margin) == null ? void 0 : y.right;
|
|
658
658
|
});
|
|
659
|
-
function b(
|
|
660
|
-
o.value && (
|
|
659
|
+
function b(y) {
|
|
660
|
+
o.value && (y.marginTop = o.value), c.value && (y.marginLeft = c.value), h.value && (y.marginBottom = h.value), v.value && (y.marginRight = v.value);
|
|
661
661
|
}
|
|
662
|
-
return { marginTop: o, marginLeft: c, marginBottom: h, marginRight:
|
|
662
|
+
return { marginTop: o, marginLeft: c, marginBottom: h, marginRight: v, applyMargin: b };
|
|
663
663
|
}
|
|
664
664
|
function lo(r) {
|
|
665
665
|
const o = T(() => {
|
|
666
|
-
var
|
|
667
|
-
return (
|
|
666
|
+
var y;
|
|
667
|
+
return (y = r.node.padding) == null ? void 0 : y.top;
|
|
668
668
|
}), c = T(() => {
|
|
669
|
-
var
|
|
670
|
-
return (
|
|
669
|
+
var y;
|
|
670
|
+
return (y = r.node.padding) == null ? void 0 : y.left;
|
|
671
671
|
}), h = T(() => {
|
|
672
|
-
var
|
|
673
|
-
return (
|
|
674
|
-
}),
|
|
675
|
-
var
|
|
676
|
-
return (
|
|
672
|
+
var y;
|
|
673
|
+
return (y = r.node.padding) == null ? void 0 : y.bottom;
|
|
674
|
+
}), v = T(() => {
|
|
675
|
+
var y;
|
|
676
|
+
return (y = r.node.padding) == null ? void 0 : y.right;
|
|
677
677
|
});
|
|
678
|
-
function b(
|
|
679
|
-
o.value && (
|
|
678
|
+
function b(y) {
|
|
679
|
+
o.value && (y.paddingTop = o.value), c.value && (y.paddingLeft = c.value), h.value && (y.paddingBottom = h.value), v.value && (y.paddingRight = v.value);
|
|
680
680
|
}
|
|
681
|
-
return { paddingTop: o, paddingLeft: c, paddingBottom: h, paddingRight:
|
|
681
|
+
return { paddingTop: o, paddingLeft: c, paddingBottom: h, paddingRight: v, applyPadding: b };
|
|
682
682
|
}
|
|
683
683
|
const ui = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
|
|
684
684
|
function co(r) {
|
|
@@ -750,21 +750,21 @@ function ci(r, o) {
|
|
|
750
750
|
return r.array ? Z(o ? r.default : r.defaultArray) : Z(r.default);
|
|
751
751
|
}
|
|
752
752
|
function fi(r, o) {
|
|
753
|
-
function c(h,
|
|
754
|
-
if (
|
|
755
|
-
if (
|
|
753
|
+
function c(h, v) {
|
|
754
|
+
if (v.ui) {
|
|
755
|
+
if (v.ui === "strInput" && v.static)
|
|
756
756
|
return;
|
|
757
|
-
h[
|
|
757
|
+
h[v.key] = ci(v);
|
|
758
758
|
} else
|
|
759
|
-
|
|
760
|
-
h[
|
|
759
|
+
v.array ? h[v.key] = ci(v) : v.children.forEach((b) => {
|
|
760
|
+
h[v.key] || (h[v.key] = {}), c(h[v.key], b);
|
|
761
761
|
});
|
|
762
762
|
}
|
|
763
763
|
o.forEach((h) => c(r, h));
|
|
764
764
|
}
|
|
765
|
-
function sc(r, o, c, h,
|
|
766
|
-
const b = `type=${r} subtype=${o} version=${c} ref=${h} keyOrRefid=${
|
|
767
|
-
if (!
|
|
765
|
+
function sc(r, o, c, h, v) {
|
|
766
|
+
const b = `type=${r} subtype=${o} version=${c} ref=${h} keyOrRefid=${v}`, y = ac(r, o);
|
|
767
|
+
if (!y) {
|
|
768
768
|
console.error(`spawnNode prop tag not found, ${b}`);
|
|
769
769
|
return;
|
|
770
770
|
}
|
|
@@ -780,7 +780,7 @@ function sc(r, o, c, h, y) {
|
|
|
780
780
|
}
|
|
781
781
|
}, n = co(16);
|
|
782
782
|
if (h) {
|
|
783
|
-
const t = S.refKey, e =
|
|
783
|
+
const t = S.refKey, e = v;
|
|
784
784
|
if (!S.elements.has(t)) {
|
|
785
785
|
console.error(`spawnNode [ref] element not found in pkg, ${b}`);
|
|
786
786
|
return;
|
|
@@ -790,7 +790,7 @@ function sc(r, o, c, h, y) {
|
|
|
790
790
|
console.error(`spawnNode [ref] element not found in global, ${b}`);
|
|
791
791
|
return;
|
|
792
792
|
}
|
|
793
|
-
const u = i.props[
|
|
793
|
+
const u = i.props[y];
|
|
794
794
|
if (!u) {
|
|
795
795
|
console.error(`spawnNode [ref] props not found, ${b}`);
|
|
796
796
|
return;
|
|
@@ -799,7 +799,7 @@ function sc(r, o, c, h, y) {
|
|
|
799
799
|
id: e
|
|
800
800
|
};
|
|
801
801
|
} else {
|
|
802
|
-
const t =
|
|
802
|
+
const t = v;
|
|
803
803
|
if (!S.elements.has(t)) {
|
|
804
804
|
console.error(`spawnNode [key] element not found in pkg, ${b}`);
|
|
805
805
|
return;
|
|
@@ -809,7 +809,7 @@ function sc(r, o, c, h, y) {
|
|
|
809
809
|
console.error(`spawnNode [key] element not found in global, ${b}`);
|
|
810
810
|
return;
|
|
811
811
|
}
|
|
812
|
-
const i = e.props[
|
|
812
|
+
const i = e.props[y];
|
|
813
813
|
if (!i) {
|
|
814
814
|
console.error(`spawnNode [key] props not found, ${b}`);
|
|
815
815
|
return;
|
|
@@ -823,22 +823,22 @@ function ed(r, o) {
|
|
|
823
823
|
if (h.basic.id === o)
|
|
824
824
|
return h;
|
|
825
825
|
if (h.children)
|
|
826
|
-
for (let
|
|
827
|
-
const b = c(h.children[
|
|
826
|
+
for (let v = 0; v < h.children.length; v++) {
|
|
827
|
+
const b = c(h.children[v]);
|
|
828
828
|
if (b)
|
|
829
829
|
return b;
|
|
830
830
|
}
|
|
831
831
|
}
|
|
832
832
|
for (let h = 0; h < r.length; h++) {
|
|
833
|
-
const
|
|
834
|
-
if (
|
|
835
|
-
return
|
|
833
|
+
const v = c(r[h]);
|
|
834
|
+
if (v)
|
|
835
|
+
return v;
|
|
836
836
|
}
|
|
837
837
|
}
|
|
838
838
|
function uc(r) {
|
|
839
839
|
function o(h) {
|
|
840
|
-
var
|
|
841
|
-
h.basic.id = co(16), (
|
|
840
|
+
var v;
|
|
841
|
+
h.basic.id = co(16), (v = h.children) == null || v.forEach((b) => o(b));
|
|
842
842
|
}
|
|
843
843
|
const c = Z(r);
|
|
844
844
|
return o(c), c;
|
|
@@ -849,7 +849,7 @@ function td(r) {
|
|
|
849
849
|
o.push(uc(c));
|
|
850
850
|
}), o;
|
|
851
851
|
}
|
|
852
|
-
const po = "runtimeEnv", ho = "runtimeMode", mo = "runtimeDevice",
|
|
852
|
+
const po = "runtimeEnv", ho = "runtimeMode", mo = "runtimeDevice", yo = "runtimeDark", vo = "runtimeType", bo = "runtimeData", go = "runtimeDepends", _o = "runtimeSandbox";
|
|
853
853
|
function rd(r) {
|
|
854
854
|
Se(po, r);
|
|
855
855
|
}
|
|
@@ -869,16 +869,16 @@ function Je() {
|
|
|
869
869
|
return Te(mo);
|
|
870
870
|
}
|
|
871
871
|
function od(r) {
|
|
872
|
-
Se(
|
|
872
|
+
Se(yo, Wr(r));
|
|
873
873
|
}
|
|
874
874
|
function de() {
|
|
875
|
-
return Te(
|
|
875
|
+
return Te(yo);
|
|
876
876
|
}
|
|
877
877
|
function ad(r) {
|
|
878
|
-
Se(
|
|
878
|
+
Se(vo, r);
|
|
879
879
|
}
|
|
880
880
|
function De() {
|
|
881
|
-
return Te(
|
|
881
|
+
return Te(vo);
|
|
882
882
|
}
|
|
883
883
|
function sd(r) {
|
|
884
884
|
Se(bo, r);
|
|
@@ -902,13 +902,13 @@ function Ke(r, o, c) {
|
|
|
902
902
|
const h = T(() => {
|
|
903
903
|
var t;
|
|
904
904
|
return (t = c.node.size) == null ? void 0 : t.width;
|
|
905
|
-
}),
|
|
905
|
+
}), v = T(() => {
|
|
906
906
|
var t;
|
|
907
907
|
return (t = c.node.size) == null ? void 0 : t.minWidth;
|
|
908
908
|
}), b = T(() => {
|
|
909
909
|
var t;
|
|
910
910
|
return (t = c.node.size) == null ? void 0 : t.maxWidth;
|
|
911
|
-
}),
|
|
911
|
+
}), y = T(() => {
|
|
912
912
|
var t, e;
|
|
913
913
|
if (c.outer && r === "editor") {
|
|
914
914
|
const i = gr((t = c.node.size) == null ? void 0 : t.height);
|
|
@@ -934,21 +934,21 @@ function Ke(r, o, c) {
|
|
|
934
934
|
return (e = c.node.size) == null ? void 0 : e.maxHeight;
|
|
935
935
|
});
|
|
936
936
|
function n(t) {
|
|
937
|
-
h.value && (t.width = h.value),
|
|
937
|
+
h.value && (t.width = h.value), v.value && (t.minWidth = v.value), b.value && (t.maxWidth = b.value), y.value && (t.height = y.value), S.value && (t.minHeight = S.value), x.value && (t.maxHeight = x.value);
|
|
938
938
|
}
|
|
939
|
-
return { width: h, minWidth:
|
|
939
|
+
return { width: h, minWidth: v, maxWidth: b, height: y, minHeight: S, maxHeight: x, applySize: n };
|
|
940
940
|
}
|
|
941
941
|
function So(r, o, c) {
|
|
942
|
-
const h = T(() => o.node.basic.id),
|
|
942
|
+
const h = T(() => o.node.basic.id), v = T(() => `callMethod@${h.value}`);
|
|
943
943
|
ma(() => {
|
|
944
944
|
var b;
|
|
945
|
-
(b = r.eventBus) == null || b.on(
|
|
945
|
+
(b = r.eventBus) == null || b.on(v.value, c);
|
|
946
946
|
}), dt(() => {
|
|
947
947
|
var b;
|
|
948
|
-
(b = r.eventBus) == null || b.off(
|
|
948
|
+
(b = r.eventBus) == null || b.off(v.value, c);
|
|
949
949
|
});
|
|
950
950
|
}
|
|
951
|
-
const lc = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], cc = "#242424", fc = {}, pc = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, dc = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, hc = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, mc = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } },
|
|
951
|
+
const lc = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#73a373", "#73b9bc", "#7289ab", "#91ca8c", "#f49f42"], cc = "#242424", fc = {}, pc = { textStyle: { color: "#eeeeee" }, subtextStyle: { color: "#aaaaaa" } }, dc = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, hc = { itemStyle: { borderWidth: 1 }, lineStyle: { width: 2 }, symbolSize: 4, symbol: "circle", smooth: !1 }, mc = { itemStyle: { barBorderWidth: 0, barBorderColor: "#ccc" } }, yc = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, vc = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, bc = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, gc = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, _c = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Ec = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, xc = { itemStyle: { borderWidth: 0, borderColor: "#ccc" } }, Rc = { itemStyle: { color: "#fd1050", color0: "#0cf49b", borderColor: "#fd1050", borderColor0: "#0cf49b", borderWidth: 1 } }, Sc = { 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" } }, Tc = { 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)" } } }, Oc = { 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)" } } }, Nc = { 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"] } } }, wc = { 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"] } } }, kc = { 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"] } } }, Cc = { 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"] } } }, Pc = { iconStyle: { borderColor: "#999" }, emphasis: { iconStyle: { borderColor: "#666" } } }, Ac = { textStyle: { color: "#eeeeee" } }, Ic = { axisPointer: { lineStyle: { color: "#eeeeee", width: "1" }, crossStyle: { color: "#eeeeee", width: "1" } } }, Lc = { 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" } } }, Dc = { color: ["#bf444c", "#d88273", "#f6efa6"] }, Mc = { 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" } }, $c = { label: { color: "#eee" }, emphasis: { label: { color: "#eee" } } }, Bc = {
|
|
952
952
|
color: lc,
|
|
953
953
|
backgroundColor: cc,
|
|
954
954
|
textStyle: fc,
|
|
@@ -956,8 +956,8 @@ const lc = ["#dd6b66", "#759aa0", "#e69d87", "#8dc1a9", "#ea7e53", "#eedd78", "#
|
|
|
956
956
|
line: dc,
|
|
957
957
|
radar: hc,
|
|
958
958
|
bar: mc,
|
|
959
|
-
pie:
|
|
960
|
-
scatter:
|
|
959
|
+
pie: yc,
|
|
960
|
+
scatter: vc,
|
|
961
961
|
boxplot: bc,
|
|
962
962
|
parallel: gc,
|
|
963
963
|
sankey: _c,
|
|
@@ -1021,20 +1021,20 @@ Sa([
|
|
|
1021
1021
|
]);
|
|
1022
1022
|
Bi("dark", Bc);
|
|
1023
1023
|
Bi("light", mf);
|
|
1024
|
-
const
|
|
1024
|
+
const yf = /* @__PURE__ */ Q({
|
|
1025
1025
|
__name: "index",
|
|
1026
1026
|
props: {
|
|
1027
1027
|
node: {},
|
|
1028
1028
|
outer: { type: Boolean }
|
|
1029
1029
|
},
|
|
1030
1030
|
setup(r) {
|
|
1031
|
-
const o = r, c = re(), h = Je(),
|
|
1032
|
-
const k = {}, ne =
|
|
1031
|
+
const o = r, c = re(), h = Je(), v = de(), b = De(), y = Me(), { width: S, minWidth: x, maxWidth: n, height: t, minHeight: e, maxHeight: i, applySize: u } = Ke(c, h, o), { applyTitle: s } = io(o), { applyXAxis: l } = oo(o), { applyYAxis: a } = ao(o), { applyLegend: p } = ro(o), { applySeries: m } = no(o), E = T(() => {
|
|
1032
|
+
const k = {}, ne = y.value.type;
|
|
1033
1033
|
return b === "page" ? ne === "common" ? u(k) : console.assert(!1) : b === "comp" && ne === "common" ? u(k) : console.assert(!1), k;
|
|
1034
1034
|
}), R = ki("chart");
|
|
1035
1035
|
let g;
|
|
1036
1036
|
const N = () => {
|
|
1037
|
-
g == null || g.dispose(), g = ji.init(R.value,
|
|
1037
|
+
g == null || g.dispose(), g = ji.init(R.value, v.value ? "dark" : "light");
|
|
1038
1038
|
const k = {};
|
|
1039
1039
|
g.setOption(k);
|
|
1040
1040
|
}, w = () => {
|
|
@@ -1049,7 +1049,7 @@ const vf = /* @__PURE__ */ Q({
|
|
|
1049
1049
|
window.removeEventListener("resize", w, !1), g == null || g.dispose();
|
|
1050
1050
|
}), Ce([S, x, n, t, e, i], async () => {
|
|
1051
1051
|
await Pi(), w();
|
|
1052
|
-
}), Ce([
|
|
1052
|
+
}), Ce([v], () => {
|
|
1053
1053
|
N(), P();
|
|
1054
1054
|
}), Ce(
|
|
1055
1055
|
[o],
|
|
@@ -1062,20 +1062,20 @@ const vf = /* @__PURE__ */ Q({
|
|
|
1062
1062
|
style: ht(E.value)
|
|
1063
1063
|
}, null, 4));
|
|
1064
1064
|
}
|
|
1065
|
-
}),
|
|
1065
|
+
}), vf = /* @__PURE__ */ Q({
|
|
1066
1066
|
__name: "index",
|
|
1067
1067
|
props: {
|
|
1068
1068
|
node: {},
|
|
1069
1069
|
outer: { type: Boolean }
|
|
1070
1070
|
},
|
|
1071
1071
|
setup(r) {
|
|
1072
|
-
const o = r, c = re(), h = Je(),
|
|
1073
|
-
const k = {}, ne =
|
|
1072
|
+
const o = r, c = re(), h = Je(), v = de(), b = De(), y = Me(), { width: S, minWidth: x, maxWidth: n, height: t, minHeight: e, maxHeight: i, applySize: u } = Ke(c, h, o), { applyTitle: s } = io(o), { applyXAxis: l } = oo(o), { applyYAxis: a } = ao(o), { applyLegend: p } = ro(o), { applySeries: m } = no(o), E = T(() => {
|
|
1073
|
+
const k = {}, ne = y.value.type;
|
|
1074
1074
|
return b === "page" ? ne === "common" ? u(k) : console.assert(!1) : b === "comp" && ne === "common" ? u(k) : console.assert(!1), k;
|
|
1075
1075
|
}), R = ki("chart");
|
|
1076
1076
|
let g;
|
|
1077
1077
|
const N = () => {
|
|
1078
|
-
g == null || g.dispose(), g = ji.init(R.value,
|
|
1078
|
+
g == null || g.dispose(), g = ji.init(R.value, v.value ? "dark" : "light");
|
|
1079
1079
|
const k = {};
|
|
1080
1080
|
g.setOption(k);
|
|
1081
1081
|
}, w = () => {
|
|
@@ -1090,7 +1090,7 @@ const vf = /* @__PURE__ */ Q({
|
|
|
1090
1090
|
window.removeEventListener("resize", w, !1), g == null || g.dispose();
|
|
1091
1091
|
}), Ce([S, x, n, t, e, i], async () => {
|
|
1092
1092
|
await Pi(), w();
|
|
1093
|
-
}), Ce([
|
|
1093
|
+
}), Ce([v], () => {
|
|
1094
1094
|
N(), P();
|
|
1095
1095
|
}), Ce(
|
|
1096
1096
|
[o],
|
|
@@ -1117,8 +1117,8 @@ function gf(r) {
|
|
|
1117
1117
|
c.prototype = o.prototype;
|
|
1118
1118
|
} else c = {};
|
|
1119
1119
|
return Object.defineProperty(c, "__esModule", { value: !0 }), Object.keys(r).forEach(function(h) {
|
|
1120
|
-
var
|
|
1121
|
-
Object.defineProperty(c, h,
|
|
1120
|
+
var v = Object.getOwnPropertyDescriptor(r, h);
|
|
1121
|
+
Object.defineProperty(c, h, v.get ? v : {
|
|
1122
1122
|
enumerable: !0,
|
|
1123
1123
|
get: function() {
|
|
1124
1124
|
return r[h];
|
|
@@ -1134,8 +1134,8 @@ const _f = {}, Ef = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
1134
1134
|
var Rf = It.exports, pi;
|
|
1135
1135
|
function Sf() {
|
|
1136
1136
|
return pi || (pi = 1, function(r, o) {
|
|
1137
|
-
(function(h,
|
|
1138
|
-
r.exports =
|
|
1137
|
+
(function(h, v) {
|
|
1138
|
+
r.exports = v();
|
|
1139
1139
|
})(Rf, () => (
|
|
1140
1140
|
/******/
|
|
1141
1141
|
(() => {
|
|
@@ -1146,7 +1146,7 @@ function Sf() {
|
|
|
1146
1146
|
!*** ./original-repo/interpreter.js ***!
|
|
1147
1147
|
\**************************************/
|
|
1148
1148
|
/***/
|
|
1149
|
-
function(
|
|
1149
|
+
function(y, S, x) {
|
|
1150
1150
|
/**
|
|
1151
1151
|
* @license
|
|
1152
1152
|
* Copyright 2013 Neil Fraser
|
|
@@ -4165,7 +4165,7 @@ function Sf() {
|
|
|
4165
4165
|
t.pop();
|
|
4166
4166
|
var u = this.createSpecialScope(e.scope, e.value);
|
|
4167
4167
|
return new n.State(i.body, u);
|
|
4168
|
-
}, n.prototype.stepWhileStatement = n.prototype.stepDoWhileStatement, n.nativeGlobal.Interpreter = n, n.prototype.step = n.prototype.step, n.prototype.run = n.prototype.run, n.prototype.getStatus = n.prototype.getStatus, n.prototype.appendCode = n.prototype.appendCode, n.prototype.createObject = n.prototype.createObject, n.prototype.createObjectProto = n.prototype.createObjectProto, n.prototype.createNativeFunction = n.prototype.createNativeFunction, n.prototype.createAsyncFunction = n.prototype.createAsyncFunction, n.prototype.getProperty = n.prototype.getProperty, n.prototype.setProperty = n.prototype.setProperty, n.prototype.nativeToPseudo = n.prototype.nativeToPseudo, n.prototype.pseudoToNative = n.prototype.pseudoToNative, n.prototype.getGlobalScope = n.prototype.getGlobalScope, n.prototype.setGlobalScope = n.prototype.setGlobalScope, n.prototype.getStateStack = n.prototype.getStateStack, n.prototype.setStateStack = n.prototype.setStateStack, n.Status = n.Status, n.VALUE_IN_DESCRIPTOR = n.VALUE_IN_DESCRIPTOR,
|
|
4168
|
+
}, n.prototype.stepWhileStatement = n.prototype.stepDoWhileStatement, n.nativeGlobal.Interpreter = n, n.prototype.step = n.prototype.step, n.prototype.run = n.prototype.run, n.prototype.getStatus = n.prototype.getStatus, n.prototype.appendCode = n.prototype.appendCode, n.prototype.createObject = n.prototype.createObject, n.prototype.createObjectProto = n.prototype.createObjectProto, n.prototype.createNativeFunction = n.prototype.createNativeFunction, n.prototype.createAsyncFunction = n.prototype.createAsyncFunction, n.prototype.getProperty = n.prototype.getProperty, n.prototype.setProperty = n.prototype.setProperty, n.prototype.nativeToPseudo = n.prototype.nativeToPseudo, n.prototype.pseudoToNative = n.prototype.pseudoToNative, n.prototype.getGlobalScope = n.prototype.getGlobalScope, n.prototype.setGlobalScope = n.prototype.setGlobalScope, n.prototype.getStateStack = n.prototype.getStateStack, n.prototype.setStateStack = n.prototype.setStateStack, n.Status = n.Status, n.VALUE_IN_DESCRIPTOR = n.VALUE_IN_DESCRIPTOR, y.exports = {
|
|
4169
4169
|
Interpreter: n
|
|
4170
4170
|
};
|
|
4171
4171
|
}
|
|
@@ -4176,7 +4176,7 @@ function Sf() {
|
|
|
4176
4176
|
!*** ./original-repo/acorn.js ***!
|
|
4177
4177
|
\********************************/
|
|
4178
4178
|
/***/
|
|
4179
|
-
function(
|
|
4179
|
+
function(y, S) {
|
|
4180
4180
|
(function(x, n) {
|
|
4181
4181
|
return n(S);
|
|
4182
4182
|
})(typeof globalThis > "u" ? this || window : globalThis, function(x) {
|
|
@@ -4266,7 +4266,7 @@ function Sf() {
|
|
|
4266
4266
|
var O = new SyntaxError(d);
|
|
4267
4267
|
throw O.pos = f, O.loc = _, O.raisedAt = a, O;
|
|
4268
4268
|
}
|
|
4269
|
-
var Co = [], bt = { type: "num" }, tn = { type: "regexp" }, Ht = { type: "string" }, Be = { type: "name" }, Jt = { type: "eof" }, Kt = { keyword: "break" }, qt = { keyword: "case", beforeExpr: !0 }, rn = { keyword: "catch" }, nn = { keyword: "continue" }, on = { keyword: "debugger" }, an = { keyword: "default" }, sn = { keyword: "do", isLoop: !0 }, un = { keyword: "else", beforeExpr: !0 }, ln = { keyword: "finally" }, cn = { keyword: "for", isLoop: !0 }, Zt = { keyword: "function" }, fn = { keyword: "if" }, pn = { keyword: "return", beforeExpr: !0 }, Qt = { keyword: "switch" }, dn = { keyword: "throw", beforeExpr: !0 }, hn = { keyword: "try" }, er = { keyword: "var" }, tr = { keyword: "while", isLoop: !0 }, mn = { keyword: "with" },
|
|
4269
|
+
var Co = [], bt = { type: "num" }, tn = { type: "regexp" }, Ht = { type: "string" }, Be = { type: "name" }, Jt = { type: "eof" }, Kt = { keyword: "break" }, qt = { keyword: "case", beforeExpr: !0 }, rn = { keyword: "catch" }, nn = { keyword: "continue" }, on = { keyword: "debugger" }, an = { keyword: "default" }, sn = { keyword: "do", isLoop: !0 }, un = { keyword: "else", beforeExpr: !0 }, ln = { keyword: "finally" }, cn = { keyword: "for", isLoop: !0 }, Zt = { keyword: "function" }, fn = { keyword: "if" }, pn = { keyword: "return", beforeExpr: !0 }, Qt = { keyword: "switch" }, dn = { keyword: "throw", beforeExpr: !0 }, hn = { keyword: "try" }, er = { keyword: "var" }, tr = { keyword: "while", isLoop: !0 }, mn = { keyword: "with" }, yn = { keyword: "new", beforeExpr: !0 }, vn = { keyword: "this" }, bn = { keyword: "null", atomValue: null }, gn = { keyword: "true", atomValue: !0 }, _n = { keyword: "false", atomValue: !1 }, gt = { keyword: "in", binop: 7, beforeExpr: !0 }, Po = {
|
|
4270
4270
|
break: Kt,
|
|
4271
4271
|
case: qt,
|
|
4272
4272
|
catch: rn,
|
|
@@ -4289,10 +4289,10 @@ function Sf() {
|
|
|
4289
4289
|
null: bn,
|
|
4290
4290
|
true: gn,
|
|
4291
4291
|
false: _n,
|
|
4292
|
-
new:
|
|
4292
|
+
new: yn,
|
|
4293
4293
|
in: gt,
|
|
4294
4294
|
instanceof: { keyword: "instanceof", binop: 7, beforeExpr: !0 },
|
|
4295
|
-
this:
|
|
4295
|
+
this: vn,
|
|
4296
4296
|
typeof: { keyword: "typeof", prefix: !0, beforeExpr: !0 },
|
|
4297
4297
|
void: { keyword: "void", prefix: !0, beforeExpr: !0 },
|
|
4298
4298
|
delete: { keyword: "delete", prefix: !0, beforeExpr: !0 }
|
|
@@ -4697,12 +4697,12 @@ function Sf() {
|
|
|
4697
4697
|
return !n.strictSemicolons && (g === Jt || g === je || xt.test(t.slice(ue, p)));
|
|
4698
4698
|
}
|
|
4699
4699
|
function ke() {
|
|
4700
|
-
!V(me) && !Ot() &&
|
|
4700
|
+
!V(me) && !Ot() && ye();
|
|
4701
4701
|
}
|
|
4702
4702
|
function W(f) {
|
|
4703
|
-
g === f ? $() :
|
|
4703
|
+
g === f ? $() : ye();
|
|
4704
4704
|
}
|
|
4705
|
-
function
|
|
4705
|
+
function ye() {
|
|
4706
4706
|
D(p, "Unexpected token");
|
|
4707
4707
|
}
|
|
4708
4708
|
function Nt(f) {
|
|
@@ -4726,7 +4726,7 @@ function Sf() {
|
|
|
4726
4726
|
case nn:
|
|
4727
4727
|
$();
|
|
4728
4728
|
var _ = f === Kt;
|
|
4729
|
-
V(me) || Ot() ? d.label = null : g !== Be ?
|
|
4729
|
+
V(me) || Ot() ? d.label = null : g !== Be ? ye() : (d.label = Re(), ke());
|
|
4730
4730
|
for (var O = 0; O < G.length; ++O) {
|
|
4731
4731
|
var I = G[O];
|
|
4732
4732
|
if ((d.label === null || I.name === d.label.name) && (I.kind !== null && (_ || I.kind === "loop") || d.label && _))
|
|
@@ -4765,7 +4765,7 @@ function Sf() {
|
|
|
4765
4765
|
var it = g === qt;
|
|
4766
4766
|
L && A(L, "SwitchCase"), d.cases.push(L = H()), L.consequent = [], $(), it ? L.test = K() : (U && D(ne, "Multiple default clauses"), U = !0, L.test = null), W(Ze);
|
|
4767
4767
|
} else
|
|
4768
|
-
L ||
|
|
4768
|
+
L || ye(), L.consequent.push(le());
|
|
4769
4769
|
return L && A(L, "SwitchCase"), $(), G.pop(), A(d, "SwitchStatement");
|
|
4770
4770
|
case dn:
|
|
4771
4771
|
return $(), xt.test(t.slice(ue, p)) && D(ue, "Illegal newline after throw"), d.argument = K(), ke(), A(d, "ThrowStatement");
|
|
@@ -4887,7 +4887,7 @@ function Sf() {
|
|
|
4887
4887
|
function pr() {
|
|
4888
4888
|
var f;
|
|
4889
4889
|
switch (g) {
|
|
4890
|
-
case
|
|
4890
|
+
case vn:
|
|
4891
4891
|
return f = H(), $(), A(f, "ThisExpression");
|
|
4892
4892
|
case Be:
|
|
4893
4893
|
return Re();
|
|
@@ -4910,10 +4910,10 @@ function Sf() {
|
|
|
4910
4910
|
return fa();
|
|
4911
4911
|
case Zt:
|
|
4912
4912
|
return f = H(), $(), dr(f, !1);
|
|
4913
|
-
case
|
|
4913
|
+
case yn:
|
|
4914
4914
|
return ca();
|
|
4915
4915
|
}
|
|
4916
|
-
|
|
4916
|
+
ye();
|
|
4917
4917
|
}
|
|
4918
4918
|
function ca() {
|
|
4919
4919
|
var f = H();
|
|
@@ -4927,7 +4927,7 @@ function Sf() {
|
|
|
4927
4927
|
else if (W(Ee), n.allowTrailingCommas && V(je))
|
|
4928
4928
|
break;
|
|
4929
4929
|
var O = { key: Fn() }, I = !1, C;
|
|
4930
|
-
if (V(Ze) ? (O.value = K(!0), C = O.kind = "init") : O.key.type === "Identifier" && (O.key.name === "get" || O.key.name === "set") ? (I = _ = !0, C = O.kind = O.key.name, O.key = Fn(), g !== he &&
|
|
4930
|
+
if (V(Ze) ? (O.value = K(!0), C = O.kind = "init") : O.key.type === "Identifier" && (O.key.name === "get" || O.key.name === "set") ? (I = _ = !0, C = O.kind = O.key.name, O.key = Fn(), g !== he && ye(), O.value = dr(H(), !1)) : ye(), O.key.type === "Identifier" && (ie || _))
|
|
4931
4931
|
for (var L = 0; L < f.properties.length; ++L) {
|
|
4932
4932
|
var U = f.properties[L];
|
|
4933
4933
|
if (U.key.name === O.key.name) {
|
|
@@ -4943,7 +4943,7 @@ function Sf() {
|
|
|
4943
4943
|
return g === bt || g === Ht ? pr() : Re(!0);
|
|
4944
4944
|
}
|
|
4945
4945
|
function dr(f, d) {
|
|
4946
|
-
g === Be ? f.id = Re() : d ?
|
|
4946
|
+
g === Be ? f.id = Re() : d ? ye() : f.id = null, f.params = [];
|
|
4947
4947
|
var _ = !0;
|
|
4948
4948
|
for (W(he); !V(fe); )
|
|
4949
4949
|
_ ? _ = !1 : W(Ee), f.params.push(Re());
|
|
@@ -4969,7 +4969,7 @@ function Sf() {
|
|
|
4969
4969
|
}
|
|
4970
4970
|
function Re(f) {
|
|
4971
4971
|
var d = H();
|
|
4972
|
-
return f && n.forbidReserved === "everywhere" && (f = !1), g === Be ? (!f && (n.forbidReserved && Uo(N) || ie && wn(N)) && t.slice(p, m).indexOf("\\") === -1 && D(p, "The keyword '" + N + "' is reserved"), d.name = N) : f && g.keyword ? d.name = g.keyword :
|
|
4972
|
+
return f && n.forbidReserved === "everywhere" && (f = !1), g === Be ? (!f && (n.forbidReserved && Uo(N) || ie && wn(N)) && t.slice(p, m).indexOf("\\") === -1 && D(p, "The keyword '" + N + "' is reserved"), d.name = N) : f && g.keyword ? d.name = g.keyword : ye(), w = !1, $(), A(d, "Identifier");
|
|
4973
4973
|
}
|
|
4974
4974
|
});
|
|
4975
4975
|
}
|
|
@@ -4980,17 +4980,17 @@ function Sf() {
|
|
|
4980
4980
|
!*** external "vm" ***!
|
|
4981
4981
|
\*********************/
|
|
4982
4982
|
/***/
|
|
4983
|
-
(
|
|
4984
|
-
|
|
4983
|
+
(y) => {
|
|
4984
|
+
y.exports = xf;
|
|
4985
4985
|
}
|
|
4986
4986
|
)
|
|
4987
4987
|
/******/
|
|
4988
4988
|
}, h = {};
|
|
4989
|
-
function y
|
|
4990
|
-
var S = h[
|
|
4989
|
+
function v(y) {
|
|
4990
|
+
var S = h[y];
|
|
4991
4991
|
if (S !== void 0)
|
|
4992
4992
|
return S.exports;
|
|
4993
|
-
var x = h[
|
|
4993
|
+
var x = h[y] = {
|
|
4994
4994
|
/******/
|
|
4995
4995
|
// no module.id needed
|
|
4996
4996
|
/******/
|
|
@@ -4999,30 +4999,30 @@ function Sf() {
|
|
|
4999
4999
|
exports: {}
|
|
5000
5000
|
/******/
|
|
5001
5001
|
};
|
|
5002
|
-
return c[
|
|
5002
|
+
return c[y].call(x.exports, x, x.exports, v), x.exports;
|
|
5003
5003
|
}
|
|
5004
|
-
|
|
5004
|
+
v.d = (y, S) => {
|
|
5005
5005
|
for (var x in S)
|
|
5006
|
-
|
|
5007
|
-
},
|
|
5008
|
-
typeof Symbol < "u" && Symbol.toStringTag && Object.defineProperty(
|
|
5006
|
+
v.o(S, x) && !v.o(y, x) && Object.defineProperty(y, x, { enumerable: !0, get: S[x] });
|
|
5007
|
+
}, v.o = (y, S) => Object.prototype.hasOwnProperty.call(y, S), v.r = (y) => {
|
|
5008
|
+
typeof Symbol < "u" && Symbol.toStringTag && Object.defineProperty(y, Symbol.toStringTag, { value: "Module" }), Object.defineProperty(y, "__esModule", { value: !0 });
|
|
5009
5009
|
};
|
|
5010
5010
|
var b = {};
|
|
5011
5011
|
return (() => {
|
|
5012
5012
|
/*!*******************************!*\
|
|
5013
5013
|
!*** ./src/js-interpreter.js ***!
|
|
5014
5014
|
\*******************************/
|
|
5015
|
-
|
|
5015
|
+
v.r(b), v.d(b, {
|
|
5016
5016
|
/* harmony export */
|
|
5017
5017
|
default: () => x
|
|
5018
5018
|
/* harmony export */
|
|
5019
5019
|
});
|
|
5020
|
-
const
|
|
5020
|
+
const y = v(
|
|
5021
5021
|
/*! ../original-repo/acorn */
|
|
5022
5022
|
"./original-repo/acorn.js"
|
|
5023
5023
|
);
|
|
5024
|
-
globalThis.acorn =
|
|
5025
|
-
const { Interpreter: S } =
|
|
5024
|
+
globalThis.acorn = y;
|
|
5025
|
+
const { Interpreter: S } = v(
|
|
5026
5026
|
/*! ../original-repo/interpreter */
|
|
5027
5027
|
"./original-repo/interpreter.js"
|
|
5028
5028
|
), x = S;
|
|
@@ -5043,9 +5043,9 @@ function Nf(r, o) {
|
|
|
5043
5043
|
let n = "";
|
|
5044
5044
|
typeof x == "object" ? n = JSON.stringify(x) : n = String(x), Yr.emit("consoleAppend", n);
|
|
5045
5045
|
}
|
|
5046
|
-
function
|
|
5046
|
+
function v(S, x) {
|
|
5047
5047
|
const n = r.pseudoToNative(S), t = r.pseudoToNative(x);
|
|
5048
|
-
n === "info" ?
|
|
5048
|
+
n === "info" ? va(t) : n === "success" ? ba(t) : n === "warning" ? ga(t) : n === "error" && _a(t);
|
|
5049
5049
|
}
|
|
5050
5050
|
function b(S, x) {
|
|
5051
5051
|
const n = r.pseudoToNative(S), t = r.pseudoToNative(x);
|
|
@@ -5053,7 +5053,7 @@ function Nf(r, o) {
|
|
|
5053
5053
|
r.appendCode(`__timeoutCallbackV1__(${n})`), r.run();
|
|
5054
5054
|
}, t);
|
|
5055
5055
|
}
|
|
5056
|
-
function
|
|
5056
|
+
function y(S, x) {
|
|
5057
5057
|
const n = r.pseudoToNative(S);
|
|
5058
5058
|
setTimeout(() => {
|
|
5059
5059
|
x(), r.run();
|
|
@@ -5070,7 +5070,7 @@ function Nf(r, o) {
|
|
|
5070
5070
|
), r.setProperty(
|
|
5071
5071
|
o,
|
|
5072
5072
|
"__messageV1__",
|
|
5073
|
-
r.createNativeFunction(
|
|
5073
|
+
r.createNativeFunction(v)
|
|
5074
5074
|
), r.setProperty(
|
|
5075
5075
|
o,
|
|
5076
5076
|
"__timeoutV1__",
|
|
@@ -5078,17 +5078,17 @@ function Nf(r, o) {
|
|
|
5078
5078
|
), r.setProperty(
|
|
5079
5079
|
o,
|
|
5080
5080
|
"__delayV1__",
|
|
5081
|
-
r.createAsyncFunction(
|
|
5081
|
+
r.createAsyncFunction(y)
|
|
5082
5082
|
);
|
|
5083
5083
|
}
|
|
5084
5084
|
class wf {
|
|
5085
5085
|
constructor(o) {
|
|
5086
|
-
|
|
5087
|
-
|
|
5086
|
+
yr(this, "context");
|
|
5087
|
+
yr(this, "nodes");
|
|
5088
5088
|
this.context = o, this.nodes = {};
|
|
5089
5089
|
const c = (h) => {
|
|
5090
|
-
var
|
|
5091
|
-
this.nodes[h.basic.id] = h, (
|
|
5090
|
+
var v;
|
|
5091
|
+
this.nodes[h.basic.id] = h, (v = h.children) == null || v.forEach((b) => c(b));
|
|
5092
5092
|
};
|
|
5093
5093
|
this.context.data.view.nodes.forEach((h) => c(h));
|
|
5094
5094
|
}
|
|
@@ -5096,27 +5096,27 @@ class wf {
|
|
|
5096
5096
|
return this.nodes[o];
|
|
5097
5097
|
}
|
|
5098
5098
|
addNode(o, c, h) {
|
|
5099
|
-
const
|
|
5099
|
+
const v = `parent=${o} ref=${c} keyOrRefid=${h}`;
|
|
5100
5100
|
let b;
|
|
5101
5101
|
if (o) {
|
|
5102
5102
|
const S = this.getNode(o);
|
|
5103
5103
|
if (!S)
|
|
5104
|
-
return console.error(`NodeMgr/addNode parent not found, ${
|
|
5104
|
+
return console.error(`NodeMgr/addNode parent not found, ${v}`), "";
|
|
5105
5105
|
if (!S.children)
|
|
5106
|
-
return console.error(`NodeMgr/addNode parent no children, ${
|
|
5106
|
+
return console.error(`NodeMgr/addNode parent no children, ${v}`), "";
|
|
5107
5107
|
b = S.children;
|
|
5108
5108
|
} else
|
|
5109
5109
|
b = this.context.data.view.nodes;
|
|
5110
5110
|
if (!b)
|
|
5111
5111
|
return "";
|
|
5112
|
-
const
|
|
5112
|
+
const y = sc(
|
|
5113
5113
|
this.context.type,
|
|
5114
5114
|
this.context.data.type,
|
|
5115
5115
|
this.context.data.version,
|
|
5116
5116
|
c,
|
|
5117
5117
|
h
|
|
5118
5118
|
);
|
|
5119
|
-
return
|
|
5119
|
+
return y ? (b.push(y), this.nodes[y.basic.id] = y, y.basic.id) : (console.error(`NodeMgr/addNode spawn node failed, ${v}`), "");
|
|
5120
5120
|
}
|
|
5121
5121
|
deleteNode(o) {
|
|
5122
5122
|
this.getNode(o);
|
|
@@ -5124,7 +5124,7 @@ class wf {
|
|
|
5124
5124
|
}
|
|
5125
5125
|
function kf(r, o, c) {
|
|
5126
5126
|
const h = new wf(r);
|
|
5127
|
-
function
|
|
5127
|
+
function v(e, i, u) {
|
|
5128
5128
|
const s = o.pseudoToNative(e), l = o.pseudoToNative(i), a = o.pseudoToNative(u), p = h.addNode(s, l, a);
|
|
5129
5129
|
return o.nativeToPseudo(p);
|
|
5130
5130
|
}
|
|
@@ -5132,7 +5132,7 @@ function kf(r, o, c) {
|
|
|
5132
5132
|
const i = o.pseudoToNative(e);
|
|
5133
5133
|
h.deleteNode(i);
|
|
5134
5134
|
}
|
|
5135
|
-
function
|
|
5135
|
+
function y(e, i) {
|
|
5136
5136
|
const u = o.pseudoToNative(e), s = o.pseudoToNative(i), l = `id=${u} keys=${s}`;
|
|
5137
5137
|
let a;
|
|
5138
5138
|
if (u === "globality" ? a = r.data.view : a = h.getNode(u), !a) {
|
|
@@ -5192,7 +5192,7 @@ function kf(r, o, c) {
|
|
|
5192
5192
|
o.setProperty(
|
|
5193
5193
|
c,
|
|
5194
5194
|
"__addNodeV1__",
|
|
5195
|
-
o.createNativeFunction(
|
|
5195
|
+
o.createNativeFunction(v)
|
|
5196
5196
|
), o.setProperty(
|
|
5197
5197
|
c,
|
|
5198
5198
|
"__deleteNodeV1__",
|
|
@@ -5200,7 +5200,7 @@ function kf(r, o, c) {
|
|
|
5200
5200
|
), o.setProperty(
|
|
5201
5201
|
c,
|
|
5202
5202
|
"__getNodePropV1__",
|
|
5203
|
-
o.createNativeFunction(
|
|
5203
|
+
o.createNativeFunction(y)
|
|
5204
5204
|
), o.setProperty(
|
|
5205
5205
|
c,
|
|
5206
5206
|
"__setNodePropV1__",
|
|
@@ -5351,8 +5351,8 @@ function __destroy__() {
|
|
|
5351
5351
|
function To(r, o) {
|
|
5352
5352
|
const c = new Of(
|
|
5353
5353
|
Df,
|
|
5354
|
-
(h,
|
|
5355
|
-
Cf(r, h,
|
|
5354
|
+
(h, v) => {
|
|
5355
|
+
Cf(r, h, v);
|
|
5356
5356
|
}
|
|
5357
5357
|
);
|
|
5358
5358
|
return c.appendCode(o), c.appendCode(`
|
|
@@ -5363,23 +5363,23 @@ __triggerEvent__('globality', 'startup');
|
|
|
5363
5363
|
function Oo(r) {
|
|
5364
5364
|
r.appendCode("__destroy__();"), r.run();
|
|
5365
5365
|
}
|
|
5366
|
-
function ld(r, o, c, h,
|
|
5366
|
+
function ld(r, o, c, h, v) {
|
|
5367
5367
|
let b = r;
|
|
5368
5368
|
for (let S = 0; S < o.length; S++)
|
|
5369
5369
|
if (b = b.children[o[S]], !b) {
|
|
5370
5370
|
console.assert(!1, `unpkg context failed parentKeys=${o}`);
|
|
5371
5371
|
return;
|
|
5372
5372
|
}
|
|
5373
|
-
let
|
|
5374
|
-
|
|
5373
|
+
let y = b.children[c];
|
|
5374
|
+
y ? y.dataSeq !== h && (y = {
|
|
5375
5375
|
dataSeq: h,
|
|
5376
|
-
data: Z(
|
|
5376
|
+
data: Z(v),
|
|
5377
5377
|
children: {}
|
|
5378
|
-
}) : (
|
|
5378
|
+
}) : (y = {
|
|
5379
5379
|
dataSeq: h,
|
|
5380
|
-
data: Z(
|
|
5380
|
+
data: Z(v),
|
|
5381
5381
|
children: {}
|
|
5382
|
-
}, b.children[c] =
|
|
5382
|
+
}, b.children[c] = y);
|
|
5383
5383
|
}
|
|
5384
5384
|
const cd = [
|
|
5385
5385
|
"string",
|
|
@@ -5397,10 +5397,10 @@ function Mf(r) {
|
|
|
5397
5397
|
h && (c ? h.splice(h.indexOf(c) >>> 0, 1) : r.set(o, []));
|
|
5398
5398
|
}, emit: function(o, c) {
|
|
5399
5399
|
var h = r.get(o);
|
|
5400
|
-
h && h.slice().map(function(
|
|
5401
|
-
|
|
5402
|
-
}), (h = r.get("*")) && h.slice().map(function(
|
|
5403
|
-
|
|
5400
|
+
h && h.slice().map(function(v) {
|
|
5401
|
+
v(c);
|
|
5402
|
+
}), (h = r.get("*")) && h.slice().map(function(v) {
|
|
5403
|
+
v(o, c);
|
|
5404
5404
|
});
|
|
5405
5405
|
} };
|
|
5406
5406
|
}
|
|
@@ -5416,7 +5416,7 @@ const $f = /* @__PURE__ */ Q({
|
|
|
5416
5416
|
outer: { type: Boolean }
|
|
5417
5417
|
},
|
|
5418
5418
|
setup(r) {
|
|
5419
|
-
const { t: o } = Fi(), c = r, h = Eo(),
|
|
5419
|
+
const { t: o } = Fi(), c = r, h = Eo(), v = re(), b = Je(), y = De(), S = Me(), x = xo(), n = Ge(-1), t = Ge(), e = {};
|
|
5420
5420
|
Ro(e);
|
|
5421
5421
|
const i = () => {
|
|
5422
5422
|
e.eventBus && (e.eventBus = void 0), e.interpreter && (Oo(e.interpreter), e.interpreter = void 0);
|
|
@@ -5431,23 +5431,23 @@ const $f = /* @__PURE__ */ Q({
|
|
|
5431
5431
|
n.value = -1, t.value = null, i(), Yr.emit("compNotAvail", c.refContext.refid);
|
|
5432
5432
|
return;
|
|
5433
5433
|
}
|
|
5434
|
-
if (n.value === R.dataSeq || (n.value = R.dataSeq, t.value = Z(R.data),
|
|
5434
|
+
if (n.value === R.dataSeq || (n.value = R.dataSeq, t.value = Z(R.data), v !== "runtime"))
|
|
5435
5435
|
return;
|
|
5436
5436
|
i();
|
|
5437
5437
|
const g = t.value, N = g.code.script;
|
|
5438
5438
|
if (N) {
|
|
5439
5439
|
const w = No();
|
|
5440
5440
|
e.eventBus = w, e.interpreter = To(
|
|
5441
|
-
{ env: h, type:
|
|
5441
|
+
{ env: h, type: y, data: g, eventBus: w },
|
|
5442
5442
|
N
|
|
5443
5443
|
);
|
|
5444
5444
|
}
|
|
5445
5445
|
}), dt(() => {
|
|
5446
5446
|
i();
|
|
5447
5447
|
});
|
|
5448
|
-
const { applySize: u } = Ke(
|
|
5448
|
+
const { applySize: u } = Ke(v, b, c), s = T(() => {
|
|
5449
5449
|
const R = {}, g = S.value.type;
|
|
5450
|
-
return
|
|
5450
|
+
return y === "page" ? g === "common" ? u(R) : console.assert(!1) : y === "comp" && g === "common" ? u(R) : console.assert(!1), R;
|
|
5451
5451
|
});
|
|
5452
5452
|
function l(R) {
|
|
5453
5453
|
const g = en[S.value.version].refKey, N = Ae[g];
|
|
@@ -5498,14 +5498,14 @@ const $f = /* @__PURE__ */ Q({
|
|
|
5498
5498
|
};
|
|
5499
5499
|
return (R, g) => (F(), te(E));
|
|
5500
5500
|
}
|
|
5501
|
-
}),
|
|
5501
|
+
}), ve = /* @__PURE__ */ Q({
|
|
5502
5502
|
__name: "index",
|
|
5503
5503
|
props: {
|
|
5504
5504
|
refContext: {},
|
|
5505
5505
|
state: {}
|
|
5506
5506
|
},
|
|
5507
5507
|
setup(r) {
|
|
5508
|
-
const { t: o } = Fi(), c = r, h = Eo(),
|
|
5508
|
+
const { t: o } = Fi(), c = r, h = Eo(), v = re(), b = De(), y = Me(), S = xo(), x = Ge(-1), n = Ge(), t = {};
|
|
5509
5509
|
Ro(t);
|
|
5510
5510
|
const e = () => {
|
|
5511
5511
|
t.eventBus && (t.eventBus = void 0), t.interpreter && (Oo(t.interpreter), t.interpreter = void 0);
|
|
@@ -5520,7 +5520,7 @@ const $f = /* @__PURE__ */ Q({
|
|
|
5520
5520
|
x.value = -1, n.value = null, e(), Yr.emit("compNotAvail", c.refContext.refid);
|
|
5521
5521
|
return;
|
|
5522
5522
|
}
|
|
5523
|
-
if (x.value === m.dataSeq || (x.value = m.dataSeq, n.value = Z(m.data),
|
|
5523
|
+
if (x.value === m.dataSeq || (x.value = m.dataSeq, n.value = Z(m.data), v !== "runtime"))
|
|
5524
5524
|
return;
|
|
5525
5525
|
e();
|
|
5526
5526
|
const E = n.value, R = E.code.script;
|
|
@@ -5545,7 +5545,7 @@ const $f = /* @__PURE__ */ Q({
|
|
|
5545
5545
|
{ deep: !0, immediate: !0 }
|
|
5546
5546
|
);
|
|
5547
5547
|
function u(m) {
|
|
5548
|
-
const E = en[
|
|
5548
|
+
const E = en[y.value.version].refKey, R = Ae[E];
|
|
5549
5549
|
return R ? J(R.comp, {
|
|
5550
5550
|
refContext: {
|
|
5551
5551
|
parent: c.refContext,
|
|
@@ -5600,10 +5600,10 @@ const $f = /* @__PURE__ */ Q({
|
|
|
5600
5600
|
},
|
|
5601
5601
|
setup(r) {
|
|
5602
5602
|
var u;
|
|
5603
|
-
const o = r, c = re(), h = de(),
|
|
5603
|
+
const o = r, c = re(), h = de(), v = Kr(), b = T(() => {
|
|
5604
5604
|
var s;
|
|
5605
5605
|
return (s = o.node.settings) == null ? void 0 : s.text;
|
|
5606
|
-
}),
|
|
5606
|
+
}), y = T(() => {
|
|
5607
5607
|
var s;
|
|
5608
5608
|
return (s = o.node.settings) == null ? void 0 : s.disabled;
|
|
5609
5609
|
}), S = T(() => {
|
|
@@ -5618,7 +5618,7 @@ const $f = /* @__PURE__ */ Q({
|
|
|
5618
5618
|
}), t = T(() => h.value ? "dark" : "light"), { color: e } = Yt(h, (u = o.node.settings) == null ? void 0 : u.color), i = (s) => {
|
|
5619
5619
|
if (c !== "runtime")
|
|
5620
5620
|
return;
|
|
5621
|
-
const l =
|
|
5621
|
+
const l = v.interpreter;
|
|
5622
5622
|
if (!l)
|
|
5623
5623
|
return;
|
|
5624
5624
|
const a = l.nativeToPseudo(s.clientX), p = l.nativeToPseudo(s.clientY), m = l.nativeToPseudo(o.node.basic.id);
|
|
@@ -5628,7 +5628,7 @@ const $f = /* @__PURE__ */ Q({
|
|
|
5628
5628
|
const a = se("v-btn");
|
|
5629
5629
|
return F(), te(a, {
|
|
5630
5630
|
text: b.value,
|
|
5631
|
-
disabled:
|
|
5631
|
+
disabled: y.value,
|
|
5632
5632
|
variant: S.value,
|
|
5633
5633
|
density: x.value,
|
|
5634
5634
|
color: ge(e),
|
|
@@ -5640,8 +5640,8 @@ const $f = /* @__PURE__ */ Q({
|
|
|
5640
5640
|
}
|
|
5641
5641
|
}), Xt = (r, o) => {
|
|
5642
5642
|
const c = r.__vccOpts || r;
|
|
5643
|
-
for (const [h,
|
|
5644
|
-
c[h] =
|
|
5643
|
+
for (const [h, v] of o)
|
|
5644
|
+
c[h] = v;
|
|
5645
5645
|
return c;
|
|
5646
5646
|
}, jf = {};
|
|
5647
5647
|
function Ff(r, o) {
|
|
@@ -5665,13 +5665,13 @@ const Wf = /* @__PURE__ */ Xt(Vf, [["render", Gf]]), Yf = { key: 0 }, zf = /* @_
|
|
|
5665
5665
|
outer: { type: Boolean }
|
|
5666
5666
|
},
|
|
5667
5667
|
setup(r) {
|
|
5668
|
-
const o = r, c = re(), h = de(),
|
|
5668
|
+
const o = r, c = re(), h = de(), v = T(() => {
|
|
5669
5669
|
var e;
|
|
5670
5670
|
return (e = o.node.settings) == null ? void 0 : e.value;
|
|
5671
5671
|
}), b = T(() => {
|
|
5672
5672
|
var e;
|
|
5673
5673
|
return (e = o.node.settings) == null ? void 0 : e.label;
|
|
5674
|
-
}),
|
|
5674
|
+
}), y = T(() => {
|
|
5675
5675
|
var e;
|
|
5676
5676
|
return (e = o.node.settings) == null ? void 0 : e.placeholder;
|
|
5677
5677
|
}), S = T(() => {
|
|
@@ -5688,9 +5688,9 @@ const Wf = /* @__PURE__ */ Xt(Vf, [["render", Gf]]), Yf = { key: 0 }, zf = /* @_
|
|
|
5688
5688
|
const u = se("v-combobox");
|
|
5689
5689
|
return ge(c) === "editor" ? (F(), ce("div", Yf, [
|
|
5690
5690
|
oe(u, {
|
|
5691
|
-
"model-value":
|
|
5691
|
+
"model-value": v.value,
|
|
5692
5692
|
label: b.value,
|
|
5693
|
-
placeholder:
|
|
5693
|
+
placeholder: y.value,
|
|
5694
5694
|
"hide-details": S.value,
|
|
5695
5695
|
"single-line": x.value,
|
|
5696
5696
|
readonly: n.value,
|
|
@@ -5698,9 +5698,9 @@ const Wf = /* @__PURE__ */ Xt(Vf, [["render", Gf]]), Yf = { key: 0 }, zf = /* @_
|
|
|
5698
5698
|
}, null, 8, ["model-value", "label", "placeholder", "hide-details", "single-line", "readonly", "theme"])
|
|
5699
5699
|
])) : (F(), te(u, {
|
|
5700
5700
|
key: 1,
|
|
5701
|
-
"model-value":
|
|
5701
|
+
"model-value": v.value,
|
|
5702
5702
|
label: b.value,
|
|
5703
|
-
placeholder:
|
|
5703
|
+
placeholder: y.value,
|
|
5704
5704
|
"hide-details": S.value,
|
|
5705
5705
|
"single-line": x.value,
|
|
5706
5706
|
readonly: n.value,
|
|
@@ -5716,11 +5716,11 @@ const Wf = /* @__PURE__ */ Xt(Vf, [["render", Gf]]), Yf = { key: 0 }, zf = /* @_
|
|
|
5716
5716
|
},
|
|
5717
5717
|
setup(r) {
|
|
5718
5718
|
var u;
|
|
5719
|
-
const o = r, c = re(), h = Je(),
|
|
5720
|
-
|
|
5719
|
+
const o = r, c = re(), h = Je(), v = de(), b = De(), y = Me(), { applySize: S } = Ke(c, h, o), { applyMargin: x } = uo(o), { applyPadding: n } = lo(o), { applyBorder: t } = so(v, o), { color: e } = Yt(
|
|
5720
|
+
v,
|
|
5721
5721
|
(u = o.node.settings) == null ? void 0 : u.backgroundColor
|
|
5722
5722
|
), i = T(() => {
|
|
5723
|
-
const s = {}, l =
|
|
5723
|
+
const s = {}, l = y.value.type;
|
|
5724
5724
|
return b === "page" ? l === "common" ? (S(s), x(s), n(s), t(s), e.value && (s.backgroundColor = e.value)) : console.assert(!1) : b === "comp" && l === "common" ? (S(s), x(s), n(s), t(s), e.value && (s.backgroundColor = e.value)) : console.assert(!1), s;
|
|
5725
5725
|
});
|
|
5726
5726
|
return (s, l) => (F(), ce("div", {
|
|
@@ -5739,13 +5739,13 @@ const Wf = /* @__PURE__ */ Xt(Vf, [["render", Gf]]), Yf = { key: 0 }, zf = /* @_
|
|
|
5739
5739
|
const o = r, c = de(), h = T(() => {
|
|
5740
5740
|
var l;
|
|
5741
5741
|
return (l = o.node.size) == null ? void 0 : l.width;
|
|
5742
|
-
}),
|
|
5742
|
+
}), v = T(() => {
|
|
5743
5743
|
var l;
|
|
5744
5744
|
return (l = o.node.size) == null ? void 0 : l.height;
|
|
5745
5745
|
}), b = T(() => {
|
|
5746
5746
|
var l;
|
|
5747
5747
|
return (l = o.node.settings) == null ? void 0 : l.headers;
|
|
5748
|
-
}),
|
|
5748
|
+
}), y = T(() => {
|
|
5749
5749
|
var l;
|
|
5750
5750
|
return (l = o.node.settings) == null ? void 0 : l.items;
|
|
5751
5751
|
}), S = T(() => {
|
|
@@ -5777,9 +5777,9 @@ const Wf = /* @__PURE__ */ Xt(Vf, [["render", Gf]]), Yf = { key: 0 }, zf = /* @_
|
|
|
5777
5777
|
const p = se("v-data-table");
|
|
5778
5778
|
return F(), te(p, {
|
|
5779
5779
|
width: h.value,
|
|
5780
|
-
height:
|
|
5780
|
+
height: v.value,
|
|
5781
5781
|
headers: b.value,
|
|
5782
|
-
items:
|
|
5782
|
+
items: y.value,
|
|
5783
5783
|
density: S.value,
|
|
5784
5784
|
hover: x.value,
|
|
5785
5785
|
"fixed-header": n.value,
|
|
@@ -5788,10 +5788,10 @@ const Wf = /* @__PURE__ */ Xt(Vf, [["render", Gf]]), Yf = { key: 0 }, zf = /* @_
|
|
|
5788
5788
|
"multi-sort": i.value,
|
|
5789
5789
|
theme: u.value
|
|
5790
5790
|
}, _r({ _: 2 }, [
|
|
5791
|
-
|
|
5791
|
+
ya(s.value, (m) => ({
|
|
5792
5792
|
name: `item.${m.column}`,
|
|
5793
5793
|
fn: ee(({ value: E }) => [
|
|
5794
|
-
oe(
|
|
5794
|
+
oe(ve, {
|
|
5795
5795
|
"ref-context": { refid: m.comp },
|
|
5796
5796
|
state: { value: E }
|
|
5797
5797
|
}, null, 8, ["ref-context", "state"])
|
|
@@ -5807,7 +5807,7 @@ const Wf = /* @__PURE__ */ Xt(Vf, [["render", Gf]]), Yf = { key: 0 }, zf = /* @_
|
|
|
5807
5807
|
outer: { type: Boolean }
|
|
5808
5808
|
},
|
|
5809
5809
|
setup(r) {
|
|
5810
|
-
const o = r, c = re(), h = Kr(),
|
|
5810
|
+
const o = r, c = re(), h = Kr(), v = T(() => {
|
|
5811
5811
|
var S;
|
|
5812
5812
|
return (S = o.node.basic) == null ? void 0 : S.id;
|
|
5813
5813
|
}), { open: b } = $i(`runtimeDlg/${Ii()}`);
|
|
@@ -5820,12 +5820,13 @@ const Wf = /* @__PURE__ */ Xt(Vf, [["render", Gf]]), Yf = { key: 0 }, zf = /* @_
|
|
|
5820
5820
|
const n = se("v-dialog");
|
|
5821
5821
|
return F(), te(n, {
|
|
5822
5822
|
modelValue: ge(b),
|
|
5823
|
-
"onUpdate:modelValue": x[0] || (x[0] = (t) => Li(b) ? b.value = t : null)
|
|
5823
|
+
"onUpdate:modelValue": x[0] || (x[0] = (t) => Li(b) ? b.value = t : null),
|
|
5824
|
+
attach: "#dialogContainer"
|
|
5824
5825
|
}, {
|
|
5825
5826
|
activator: ee(() => [
|
|
5826
5827
|
ge(c) === "editor" ? (F(), ce("div", {
|
|
5827
5828
|
key: 0,
|
|
5828
|
-
id: `__node__@${
|
|
5829
|
+
id: `__node__@${v.value}`
|
|
5829
5830
|
}, null, 8, Jf)) : Di("", !0)
|
|
5830
5831
|
]),
|
|
5831
5832
|
default: ee(() => [
|
|
@@ -5843,8 +5844,8 @@ const Wf = /* @__PURE__ */ Xt(Vf, [["render", Gf]]), Yf = { key: 0 }, zf = /* @_
|
|
|
5843
5844
|
},
|
|
5844
5845
|
setup(r) {
|
|
5845
5846
|
var s;
|
|
5846
|
-
const o = r, c = re(), h = Je(),
|
|
5847
|
-
|
|
5847
|
+
const o = r, c = re(), h = Je(), v = de(), b = De(), y = Me(), { applySize: S } = Ke(c, h, o), { applyMargin: x } = uo(o), { applyPadding: n } = lo(o), { applyBorder: t } = so(v, o), { color: e } = Yt(
|
|
5848
|
+
v,
|
|
5848
5849
|
(s = o.node.settings) == null ? void 0 : s.backgroundColor
|
|
5849
5850
|
), i = (l) => {
|
|
5850
5851
|
var g, N, w, P;
|
|
@@ -5858,7 +5859,7 @@ const Wf = /* @__PURE__ */ Xt(Vf, [["render", Gf]]), Yf = { key: 0 }, zf = /* @_
|
|
|
5858
5859
|
const R = kt(a, (P = o.node.settings) == null ? void 0 : P.crossAlign);
|
|
5859
5860
|
R === "start" ? l.alignItems = "flex-start" : R === "end" ? l.alignItems = "flex-end" : R === "center" ? l.alignItems = "center" : R === "baseline" ? l.alignItems = "baseline" : R === "stretch" && (l.alignItems = "stretch");
|
|
5860
5861
|
}, u = T(() => {
|
|
5861
|
-
const l = {}, a =
|
|
5862
|
+
const l = {}, a = y.value.type;
|
|
5862
5863
|
return b === "page" ? a === "common" ? (S(l), x(l), n(l), t(l), i(l)) : console.assert(!1) : b === "comp" && a === "common" ? (S(l), x(l), n(l), t(l), i(l)) : console.assert(!1), l;
|
|
5863
5864
|
});
|
|
5864
5865
|
return (l, a) => (F(), ce("div", {
|
|
@@ -5874,7 +5875,7 @@ const Wf = /* @__PURE__ */ Xt(Vf, [["render", Gf]]), Yf = { key: 0 }, zf = /* @_
|
|
|
5874
5875
|
outer: { type: Boolean }
|
|
5875
5876
|
},
|
|
5876
5877
|
setup(r) {
|
|
5877
|
-
const o = r, c = re(), h = Je(),
|
|
5878
|
+
const o = r, c = re(), h = Je(), v = De(), b = Me(), { applySize: y } = Ke(c, h, o), S = T(() => {
|
|
5878
5879
|
var t;
|
|
5879
5880
|
return (t = o.node.settings) == null ? void 0 : t.grow;
|
|
5880
5881
|
}), x = T(() => {
|
|
@@ -5882,7 +5883,7 @@ const Wf = /* @__PURE__ */ Xt(Vf, [["render", Gf]]), Yf = { key: 0 }, zf = /* @_
|
|
|
5882
5883
|
return (t = o.node.settings) == null ? void 0 : t.shrink;
|
|
5883
5884
|
}), n = T(() => {
|
|
5884
5885
|
const t = {}, e = b.value.type;
|
|
5885
|
-
return
|
|
5886
|
+
return v === "page" ? e === "common" ? (y(t), t.flexGrow = S.value ? 1 : 0, t.flexShrink = x.value ? 1 : 0) : console.assert(!1) : v === "comp" && e === "common" ? (y(t), t.flexGrow = S.value ? 1 : 0, t.flexShrink = x.value ? 1 : 0) : console.assert(!1), t;
|
|
5886
5887
|
});
|
|
5887
5888
|
return (t, e) => (F(), ce("div", {
|
|
5888
5889
|
style: ht(n.value)
|
|
@@ -5897,7 +5898,7 @@ const Wf = /* @__PURE__ */ Xt(Vf, [["render", Gf]]), Yf = { key: 0 }, zf = /* @_
|
|
|
5897
5898
|
outer: { type: Boolean }
|
|
5898
5899
|
},
|
|
5899
5900
|
setup(r) {
|
|
5900
|
-
const o = r, c = re(), h = Kr(),
|
|
5901
|
+
const o = r, c = re(), h = Kr(), v = Ge(0), b = Ge(0), y = T(() => [v.value, b.value]), S = T(() => {
|
|
5901
5902
|
var t;
|
|
5902
5903
|
return (t = o.node.basic) == null ? void 0 : t.id;
|
|
5903
5904
|
}), { open: x } = $i(`runtimeMenu/${Ii()}`);
|
|
@@ -5908,14 +5909,15 @@ const Wf = /* @__PURE__ */ Xt(Vf, [["render", Gf]]), Yf = { key: 0 }, zf = /* @_
|
|
|
5908
5909
|
if (!e)
|
|
5909
5910
|
return;
|
|
5910
5911
|
const { name: i } = t;
|
|
5911
|
-
i === "open" ? (
|
|
5912
|
+
i === "open" ? (v.value = e.getProperty(e.globalObject, "__pointerPosX__"), b.value = e.getProperty(e.globalObject, "__pointerPosY__"), x.value = !0) : i === "close" && (x.value = !1);
|
|
5912
5913
|
}), (t, e) => {
|
|
5913
5914
|
const i = se("v-menu");
|
|
5914
5915
|
return F(), te(i, {
|
|
5915
5916
|
modelValue: ge(x),
|
|
5916
5917
|
"onUpdate:modelValue": e[0] || (e[0] = (u) => Li(x) ? x.value = u : null),
|
|
5917
5918
|
"location-strategy": "connected",
|
|
5918
|
-
target:
|
|
5919
|
+
target: y.value,
|
|
5920
|
+
attach: "menuContainer",
|
|
5919
5921
|
scrim: "transparent"
|
|
5920
5922
|
}, {
|
|
5921
5923
|
activator: ee(() => [
|
|
@@ -5938,13 +5940,13 @@ const Wf = /* @__PURE__ */ Xt(Vf, [["render", Gf]]), Yf = { key: 0 }, zf = /* @_
|
|
|
5938
5940
|
outer: { type: Boolean }
|
|
5939
5941
|
},
|
|
5940
5942
|
setup(r) {
|
|
5941
|
-
const o = r, c = re(), h = de(),
|
|
5943
|
+
const o = r, c = re(), h = de(), v = T(() => {
|
|
5942
5944
|
var e;
|
|
5943
5945
|
return (e = o.node.settings) == null ? void 0 : e.value;
|
|
5944
5946
|
}), b = T(() => {
|
|
5945
5947
|
var e;
|
|
5946
5948
|
return (e = o.node.settings) == null ? void 0 : e.label;
|
|
5947
|
-
}),
|
|
5949
|
+
}), y = T(() => {
|
|
5948
5950
|
var e;
|
|
5949
5951
|
return (e = o.node.settings) == null ? void 0 : e.placeholder;
|
|
5950
5952
|
}), S = T(() => {
|
|
@@ -5961,9 +5963,9 @@ const Wf = /* @__PURE__ */ Xt(Vf, [["render", Gf]]), Yf = { key: 0 }, zf = /* @_
|
|
|
5961
5963
|
const u = se("v-number-input");
|
|
5962
5964
|
return ge(c) === "editor" ? (F(), ce("div", tp, [
|
|
5963
5965
|
oe(u, {
|
|
5964
|
-
"model-value":
|
|
5966
|
+
"model-value": v.value,
|
|
5965
5967
|
label: b.value,
|
|
5966
|
-
placeholder:
|
|
5968
|
+
placeholder: y.value,
|
|
5967
5969
|
"hide-details": S.value,
|
|
5968
5970
|
"single-line": x.value,
|
|
5969
5971
|
readonly: n.value,
|
|
@@ -5971,9 +5973,9 @@ const Wf = /* @__PURE__ */ Xt(Vf, [["render", Gf]]), Yf = { key: 0 }, zf = /* @_
|
|
|
5971
5973
|
}, null, 8, ["model-value", "label", "placeholder", "hide-details", "single-line", "readonly", "theme"])
|
|
5972
5974
|
])) : (F(), te(u, {
|
|
5973
5975
|
key: 1,
|
|
5974
|
-
"model-value":
|
|
5976
|
+
"model-value": v.value,
|
|
5975
5977
|
label: b.value,
|
|
5976
|
-
placeholder:
|
|
5978
|
+
placeholder: y.value,
|
|
5977
5979
|
"hide-details": S.value,
|
|
5978
5980
|
"single-line": x.value,
|
|
5979
5981
|
readonly: n.value,
|
|
@@ -5993,13 +5995,13 @@ const op = /* @__PURE__ */ Xt(np, [["render", ip]]), ap = { key: 0 }, sp = /* @_
|
|
|
5993
5995
|
outer: { type: Boolean }
|
|
5994
5996
|
},
|
|
5995
5997
|
setup(r) {
|
|
5996
|
-
const o = r, c = re(), h = de(),
|
|
5998
|
+
const o = r, c = re(), h = de(), v = T(() => {
|
|
5997
5999
|
var e;
|
|
5998
6000
|
return (e = o.node.settings) == null ? void 0 : e.value;
|
|
5999
6001
|
}), b = T(() => {
|
|
6000
6002
|
var e;
|
|
6001
6003
|
return (e = o.node.settings) == null ? void 0 : e.label;
|
|
6002
|
-
}),
|
|
6004
|
+
}), y = T(() => {
|
|
6003
6005
|
var e;
|
|
6004
6006
|
return (e = o.node.settings) == null ? void 0 : e.placeholder;
|
|
6005
6007
|
}), S = T(() => {
|
|
@@ -6016,9 +6018,9 @@ const op = /* @__PURE__ */ Xt(np, [["render", ip]]), ap = { key: 0 }, sp = /* @_
|
|
|
6016
6018
|
const u = se("v-select");
|
|
6017
6019
|
return ge(c) === "editor" ? (F(), ce("div", ap, [
|
|
6018
6020
|
oe(u, {
|
|
6019
|
-
"model-value":
|
|
6021
|
+
"model-value": v.value,
|
|
6020
6022
|
label: b.value,
|
|
6021
|
-
placeholder:
|
|
6023
|
+
placeholder: y.value,
|
|
6022
6024
|
"hide-details": S.value,
|
|
6023
6025
|
"single-line": x.value,
|
|
6024
6026
|
readonly: n.value,
|
|
@@ -6026,9 +6028,9 @@ const op = /* @__PURE__ */ Xt(np, [["render", ip]]), ap = { key: 0 }, sp = /* @_
|
|
|
6026
6028
|
}, null, 8, ["model-value", "label", "placeholder", "hide-details", "single-line", "readonly", "theme"])
|
|
6027
6029
|
])) : (F(), te(u, {
|
|
6028
6030
|
key: 1,
|
|
6029
|
-
"model-value":
|
|
6031
|
+
"model-value": v.value,
|
|
6030
6032
|
label: b.value,
|
|
6031
|
-
placeholder:
|
|
6033
|
+
placeholder: y.value,
|
|
6032
6034
|
"hide-details": S.value,
|
|
6033
6035
|
"single-line": x.value,
|
|
6034
6036
|
readonly: n.value,
|
|
@@ -6048,13 +6050,13 @@ const cp = /* @__PURE__ */ Xt(up, [["render", lp]]), fp = { key: 0 }, pp = /* @_
|
|
|
6048
6050
|
outer: { type: Boolean }
|
|
6049
6051
|
},
|
|
6050
6052
|
setup(r) {
|
|
6051
|
-
const o = r, c = re(), h = de(),
|
|
6053
|
+
const o = r, c = re(), h = de(), v = T(() => {
|
|
6052
6054
|
var s;
|
|
6053
6055
|
return (s = o.node.settings) == null ? void 0 : s.label;
|
|
6054
6056
|
}), b = T(() => {
|
|
6055
6057
|
var s;
|
|
6056
6058
|
return (s = o.node.settings) == null ? void 0 : s.placeholder;
|
|
6057
|
-
}),
|
|
6059
|
+
}), y = T(() => {
|
|
6058
6060
|
var s;
|
|
6059
6061
|
return (s = o.node.settings) == null ? void 0 : s.hideDetails;
|
|
6060
6062
|
}), S = T(() => {
|
|
@@ -6080,9 +6082,9 @@ const cp = /* @__PURE__ */ Xt(up, [["render", lp]]), fp = { key: 0 }, pp = /* @_
|
|
|
6080
6082
|
const a = se("v-text-field");
|
|
6081
6083
|
return ge(c) === "editor" ? (F(), ce("div", fp, [
|
|
6082
6084
|
oe(a, {
|
|
6083
|
-
label:
|
|
6085
|
+
label: v.value,
|
|
6084
6086
|
placeholder: b.value,
|
|
6085
|
-
"hide-details":
|
|
6087
|
+
"hide-details": y.value,
|
|
6086
6088
|
"single-line": S.value,
|
|
6087
6089
|
readonly: x.value,
|
|
6088
6090
|
theme: n.value
|
|
@@ -6090,7 +6092,7 @@ const cp = /* @__PURE__ */ Xt(up, [["render", lp]]), fp = { key: 0 }, pp = /* @_
|
|
|
6090
6092
|
t.value ? {
|
|
6091
6093
|
name: "append",
|
|
6092
6094
|
fn: ee(() => [
|
|
6093
|
-
oe(
|
|
6095
|
+
oe(ve, {
|
|
6094
6096
|
"ref-context": { refid: t.value },
|
|
6095
6097
|
state: {}
|
|
6096
6098
|
}, null, 8, ["ref-context"])
|
|
@@ -6100,7 +6102,7 @@ const cp = /* @__PURE__ */ Xt(up, [["render", lp]]), fp = { key: 0 }, pp = /* @_
|
|
|
6100
6102
|
e.value ? {
|
|
6101
6103
|
name: "append-inner",
|
|
6102
6104
|
fn: ee(() => [
|
|
6103
|
-
oe(
|
|
6105
|
+
oe(ve, {
|
|
6104
6106
|
"ref-context": { refid: e.value },
|
|
6105
6107
|
state: {}
|
|
6106
6108
|
}, null, 8, ["ref-context"])
|
|
@@ -6110,7 +6112,7 @@ const cp = /* @__PURE__ */ Xt(up, [["render", lp]]), fp = { key: 0 }, pp = /* @_
|
|
|
6110
6112
|
i.value ? {
|
|
6111
6113
|
name: "prepend",
|
|
6112
6114
|
fn: ee(() => [
|
|
6113
|
-
oe(
|
|
6115
|
+
oe(ve, {
|
|
6114
6116
|
"ref-context": { refid: i.value },
|
|
6115
6117
|
state: {}
|
|
6116
6118
|
}, null, 8, ["ref-context"])
|
|
@@ -6120,7 +6122,7 @@ const cp = /* @__PURE__ */ Xt(up, [["render", lp]]), fp = { key: 0 }, pp = /* @_
|
|
|
6120
6122
|
u.value ? {
|
|
6121
6123
|
name: "prepend-inner",
|
|
6122
6124
|
fn: ee(() => [
|
|
6123
|
-
oe(
|
|
6125
|
+
oe(ve, {
|
|
6124
6126
|
"ref-context": { refid: u.value },
|
|
6125
6127
|
state: {}
|
|
6126
6128
|
}, null, 8, ["ref-context"])
|
|
@@ -6130,9 +6132,9 @@ const cp = /* @__PURE__ */ Xt(up, [["render", lp]]), fp = { key: 0 }, pp = /* @_
|
|
|
6130
6132
|
]), 1032, ["label", "placeholder", "hide-details", "single-line", "readonly", "theme"])
|
|
6131
6133
|
])) : (F(), te(a, {
|
|
6132
6134
|
key: 1,
|
|
6133
|
-
label:
|
|
6135
|
+
label: v.value,
|
|
6134
6136
|
placeholder: b.value,
|
|
6135
|
-
"hide-details":
|
|
6137
|
+
"hide-details": y.value,
|
|
6136
6138
|
"single-line": S.value,
|
|
6137
6139
|
readonly: x.value,
|
|
6138
6140
|
theme: n.value
|
|
@@ -6140,7 +6142,7 @@ const cp = /* @__PURE__ */ Xt(up, [["render", lp]]), fp = { key: 0 }, pp = /* @_
|
|
|
6140
6142
|
t.value ? {
|
|
6141
6143
|
name: "append",
|
|
6142
6144
|
fn: ee(() => [
|
|
6143
|
-
oe(
|
|
6145
|
+
oe(ve, {
|
|
6144
6146
|
"ref-context": { refid: t.value },
|
|
6145
6147
|
state: {}
|
|
6146
6148
|
}, null, 8, ["ref-context"])
|
|
@@ -6150,7 +6152,7 @@ const cp = /* @__PURE__ */ Xt(up, [["render", lp]]), fp = { key: 0 }, pp = /* @_
|
|
|
6150
6152
|
e.value ? {
|
|
6151
6153
|
name: "append-inner",
|
|
6152
6154
|
fn: ee(() => [
|
|
6153
|
-
oe(
|
|
6155
|
+
oe(ve, {
|
|
6154
6156
|
"ref-context": { refid: e.value },
|
|
6155
6157
|
state: {}
|
|
6156
6158
|
}, null, 8, ["ref-context"])
|
|
@@ -6160,7 +6162,7 @@ const cp = /* @__PURE__ */ Xt(up, [["render", lp]]), fp = { key: 0 }, pp = /* @_
|
|
|
6160
6162
|
i.value ? {
|
|
6161
6163
|
name: "prepend",
|
|
6162
6164
|
fn: ee(() => [
|
|
6163
|
-
oe(
|
|
6165
|
+
oe(ve, {
|
|
6164
6166
|
"ref-context": { refid: i.value },
|
|
6165
6167
|
state: {}
|
|
6166
6168
|
}, null, 8, ["ref-context"])
|
|
@@ -6170,7 +6172,7 @@ const cp = /* @__PURE__ */ Xt(up, [["render", lp]]), fp = { key: 0 }, pp = /* @_
|
|
|
6170
6172
|
u.value ? {
|
|
6171
6173
|
name: "prepend-inner",
|
|
6172
6174
|
fn: ee(() => [
|
|
6173
|
-
oe(
|
|
6175
|
+
oe(ve, {
|
|
6174
6176
|
"ref-context": { refid: u.value },
|
|
6175
6177
|
state: {}
|
|
6176
6178
|
}, null, 8, ["ref-context"])
|
|
@@ -6206,7 +6208,7 @@ const cp = /* @__PURE__ */ Xt(up, [["render", lp]]), fp = { key: 0 }, pp = /* @_
|
|
|
6206
6208
|
}
|
|
6207
6209
|
]
|
|
6208
6210
|
}, dp = [
|
|
6209
|
-
{ title: "x-runtime-lib.notSet", value:
|
|
6211
|
+
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6210
6212
|
{ title: "x-runtime-lib.solid", value: "solid" },
|
|
6211
6213
|
{ title: "x-runtime-lib.dashed", value: "dashed" },
|
|
6212
6214
|
{ title: "x-runtime-lib.dotted", value: "dotted" }
|
|
@@ -6273,43 +6275,40 @@ const cp = /* @__PURE__ */ Xt(up, [["render", lp]]), fp = { key: 0 }, pp = /* @_
|
|
|
6273
6275
|
step: 1
|
|
6274
6276
|
}
|
|
6275
6277
|
], wo = [
|
|
6276
|
-
{ title: "x-runtime-lib.notSet", value: void 0 },
|
|
6277
6278
|
{ title: "x-runtime-lib.value", value: "value" },
|
|
6278
6279
|
{ title: "x-runtime-lib.category", value: "category" },
|
|
6279
6280
|
{ title: "x-runtime-lib.time", value: "time" },
|
|
6280
6281
|
{ title: "x-runtime-lib.log", value: "log" }
|
|
6281
6282
|
], mp = [
|
|
6282
|
-
{ title: "x-runtime-lib.notSet", value: void 0 },
|
|
6283
6283
|
{ title: "x-runtime-lib.elevated", value: "elevated" },
|
|
6284
6284
|
{ title: "x-runtime-lib.flat", value: "flat" },
|
|
6285
6285
|
{ title: "x-runtime-lib.tonal", value: "tonal" },
|
|
6286
6286
|
{ title: "x-runtime-lib.outlined", value: "outlined" },
|
|
6287
6287
|
{ title: "x-runtime-lib.text", value: "text" },
|
|
6288
6288
|
{ title: "x-runtime-lib.plain", value: "plain" }
|
|
6289
|
-
],
|
|
6290
|
-
{ title: "x-runtime-lib.notSet", value:
|
|
6289
|
+
], yp = [
|
|
6290
|
+
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6291
6291
|
{ title: "x-runtime-lib.theme", value: "theme" },
|
|
6292
6292
|
{ title: "x-runtime-lib.custom", value: "custom" }
|
|
6293
6293
|
], ko = [
|
|
6294
|
-
{ title: "x-runtime-lib.notSet", value: void 0 },
|
|
6295
6294
|
{ title: "x-runtime-lib.default", value: "default" },
|
|
6296
6295
|
{ title: "x-runtime-lib.comfortable", value: "comfortable" },
|
|
6297
6296
|
{ title: "x-runtime-lib.compact", value: "compact" }
|
|
6298
6297
|
], at = [
|
|
6299
|
-
{ title: "x-runtime-lib.notSet", value:
|
|
6298
|
+
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6300
6299
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6301
6300
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
6302
6301
|
{ title: "x-runtime-lib.center", value: "center" },
|
|
6303
6302
|
{ title: "x-runtime-lib.baseline", value: "baseline" },
|
|
6304
6303
|
{ title: "x-runtime-lib.stretch", value: "stretch" }
|
|
6305
6304
|
], st = [
|
|
6306
|
-
{ title: "x-runtime-lib.notSet", value:
|
|
6305
|
+
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6307
6306
|
{ title: "x-runtime-lib.row", value: "row" },
|
|
6308
6307
|
{ title: "x-runtime-lib.rowReverse", value: "rowReverse" },
|
|
6309
6308
|
{ title: "x-runtime-lib.column", value: "column" },
|
|
6310
6309
|
{ title: "x-runtime-lib.columnReverse", value: "columnReverse" }
|
|
6311
6310
|
], ut = [
|
|
6312
|
-
{ title: "x-runtime-lib.notSet", value:
|
|
6311
|
+
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6313
6312
|
{ title: "x-runtime-lib.start", value: "start" },
|
|
6314
6313
|
{ title: "x-runtime-lib.end", value: "end" },
|
|
6315
6314
|
{ title: "x-runtime-lib.center", value: "center" },
|
|
@@ -6317,12 +6316,12 @@ const cp = /* @__PURE__ */ Xt(up, [["render", lp]]), fp = { key: 0 }, pp = /* @_
|
|
|
6317
6316
|
{ title: "x-runtime-lib.spaceAround", value: "spaceAround" },
|
|
6318
6317
|
{ title: "x-runtime-lib.spaceEvenly", value: "spaceEvenly" }
|
|
6319
6318
|
], lt = [
|
|
6320
|
-
{ title: "x-runtime-lib.notSet", value:
|
|
6319
|
+
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6321
6320
|
{ title: "x-runtime-lib.no", value: "no" },
|
|
6322
6321
|
{ title: "x-runtime-lib.yes", value: "yes" },
|
|
6323
6322
|
{ title: "x-runtime-lib.reverse", value: "reverse" }
|
|
6324
|
-
],
|
|
6325
|
-
{ title: "x-runtime-lib.notSet", value:
|
|
6323
|
+
], vp = [
|
|
6324
|
+
{ title: "x-runtime-lib.notSet", value: "" },
|
|
6326
6325
|
{ title: "x-runtime-lib.primary", value: "primary" },
|
|
6327
6326
|
{ title: "x-runtime-lib.secondary", value: "secondary" },
|
|
6328
6327
|
{ title: "x-runtime-lib.success", value: "success" },
|
|
@@ -6332,7 +6331,7 @@ const cp = /* @__PURE__ */ Xt(up, [["render", lp]]), fp = { key: 0 }, pp = /* @_
|
|
|
6332
6331
|
{ title: "x-runtime-lib.background0", value: "background0" },
|
|
6333
6332
|
{ title: "x-runtime-lib.background1", value: "background1" },
|
|
6334
6333
|
{ title: "x-runtime-lib.background2", value: "background2" }
|
|
6335
|
-
],
|
|
6334
|
+
], vt = {
|
|
6336
6335
|
key: "color",
|
|
6337
6336
|
name: "x-runtime-lib.color",
|
|
6338
6337
|
children: [
|
|
@@ -6340,15 +6339,15 @@ const cp = /* @__PURE__ */ Xt(up, [["render", lp]]), fp = { key: 0 }, pp = /* @_
|
|
|
6340
6339
|
key: "mode",
|
|
6341
6340
|
name: "x-runtime-lib.mode",
|
|
6342
6341
|
ui: "select",
|
|
6343
|
-
items:
|
|
6344
|
-
default:
|
|
6342
|
+
items: yp,
|
|
6343
|
+
default: ""
|
|
6345
6344
|
},
|
|
6346
6345
|
{
|
|
6347
6346
|
key: "theme",
|
|
6348
6347
|
name: "x-runtime-lib.theme",
|
|
6349
6348
|
ui: "select",
|
|
6350
|
-
items:
|
|
6351
|
-
default:
|
|
6349
|
+
items: vp,
|
|
6350
|
+
default: ""
|
|
6352
6351
|
},
|
|
6353
6352
|
{
|
|
6354
6353
|
key: "custom",
|
|
@@ -6369,7 +6368,7 @@ const cp = /* @__PURE__ */ Xt(up, [["render", lp]]), fp = { key: 0 }, pp = /* @_
|
|
|
6369
6368
|
]
|
|
6370
6369
|
}
|
|
6371
6370
|
]
|
|
6372
|
-
}, bp = Z(
|
|
6371
|
+
}, bp = Z(vt), Dt = {
|
|
6373
6372
|
key: "border",
|
|
6374
6373
|
name: "x-runtime-lib.border",
|
|
6375
6374
|
children: [
|
|
@@ -6378,7 +6377,7 @@ const cp = /* @__PURE__ */ Xt(up, [["render", lp]]), fp = { key: 0 }, pp = /* @_
|
|
|
6378
6377
|
name: "x-runtime-lib.style",
|
|
6379
6378
|
ui: "select",
|
|
6380
6379
|
items: dp,
|
|
6381
|
-
default:
|
|
6380
|
+
default: ""
|
|
6382
6381
|
},
|
|
6383
6382
|
{
|
|
6384
6383
|
key: "width",
|
|
@@ -6815,7 +6814,7 @@ const di = {
|
|
|
6815
6814
|
}, xp = {
|
|
6816
6815
|
key: Tr,
|
|
6817
6816
|
name: "x-runtime-lib.barChart",
|
|
6818
|
-
comp:
|
|
6817
|
+
comp: yf,
|
|
6819
6818
|
slots: [],
|
|
6820
6819
|
events: [],
|
|
6821
6820
|
methods: [],
|
|
@@ -6865,7 +6864,7 @@ const hi = {
|
|
|
6865
6864
|
}, Sp = {
|
|
6866
6865
|
key: Mr,
|
|
6867
6866
|
name: "x-runtime-lib.lineChart",
|
|
6868
|
-
comp:
|
|
6867
|
+
comp: vf,
|
|
6869
6868
|
slots: [],
|
|
6870
6869
|
events: [],
|
|
6871
6870
|
methods: [],
|
|
@@ -6873,7 +6872,7 @@ const hi = {
|
|
|
6873
6872
|
pageCommon: [M, ae, jt, Ft, Ut, Mt, hi],
|
|
6874
6873
|
compCommon: [M, ae, jt, Ft, Ut, Mt, hi]
|
|
6875
6874
|
}
|
|
6876
|
-
}, qr = Z(
|
|
6875
|
+
}, qr = Z(vt);
|
|
6877
6876
|
qr.key = "backgroundColor";
|
|
6878
6877
|
qr.name = "x-runtime-lib.backgroundColor";
|
|
6879
6878
|
const mi = {
|
|
@@ -6927,7 +6926,7 @@ const mi = {
|
|
|
6927
6926
|
compCommon: [mi]
|
|
6928
6927
|
},
|
|
6929
6928
|
internal: !0
|
|
6930
|
-
},
|
|
6929
|
+
}, yi = {
|
|
6931
6930
|
key: "ref",
|
|
6932
6931
|
name: "x-runtime-lib.ref",
|
|
6933
6932
|
children: [
|
|
@@ -6946,10 +6945,10 @@ const mi = {
|
|
|
6946
6945
|
events: [],
|
|
6947
6946
|
methods: [],
|
|
6948
6947
|
props: {
|
|
6949
|
-
pageCommon: [M, ae,
|
|
6950
|
-
compCommon: [M, ae,
|
|
6948
|
+
pageCommon: [M, ae, yi],
|
|
6949
|
+
compCommon: [M, ae, yi]
|
|
6951
6950
|
}
|
|
6952
|
-
}, Np = Z(
|
|
6951
|
+
}, Np = Z(vt), vi = {
|
|
6953
6952
|
key: "settings",
|
|
6954
6953
|
name: "x-runtime-lib.settings",
|
|
6955
6954
|
children: [
|
|
@@ -6970,14 +6969,14 @@ const mi = {
|
|
|
6970
6969
|
name: "x-runtime-lib.variant",
|
|
6971
6970
|
ui: "select",
|
|
6972
6971
|
items: mp,
|
|
6973
|
-
default:
|
|
6972
|
+
default: "elevated"
|
|
6974
6973
|
},
|
|
6975
6974
|
{
|
|
6976
6975
|
key: "density",
|
|
6977
6976
|
name: "x-runtime-lib.density",
|
|
6978
6977
|
ui: "select",
|
|
6979
6978
|
items: ko,
|
|
6980
|
-
default:
|
|
6979
|
+
default: "default"
|
|
6981
6980
|
},
|
|
6982
6981
|
Np,
|
|
6983
6982
|
{
|
|
@@ -7001,8 +7000,8 @@ const mi = {
|
|
|
7001
7000
|
],
|
|
7002
7001
|
methods: [],
|
|
7003
7002
|
props: {
|
|
7004
|
-
pageCommon: [M,
|
|
7005
|
-
compCommon: [M,
|
|
7003
|
+
pageCommon: [M, vi],
|
|
7004
|
+
compCommon: [M, vi]
|
|
7006
7005
|
}
|
|
7007
7006
|
}, kp = {
|
|
7008
7007
|
key: Nr,
|
|
@@ -7083,7 +7082,7 @@ const mi = {
|
|
|
7083
7082
|
pageCommon: [M, bi],
|
|
7084
7083
|
compCommon: [M, bi]
|
|
7085
7084
|
}
|
|
7086
|
-
}, Zr = Z(
|
|
7085
|
+
}, Zr = Z(vt);
|
|
7087
7086
|
Zr.key = "backgroundColor";
|
|
7088
7087
|
Zr.name = "x-runtime-lib.backgroundColor";
|
|
7089
7088
|
const gi = {
|
|
@@ -7305,7 +7304,7 @@ const gi = {
|
|
|
7305
7304
|
compCommon: [M]
|
|
7306
7305
|
},
|
|
7307
7306
|
teleport: !0
|
|
7308
|
-
}, Qr = Z(
|
|
7307
|
+
}, Qr = Z(vt);
|
|
7309
7308
|
Qr.key = "backgroundColor";
|
|
7310
7309
|
Qr.name = "x-runtime-lib.backgroundColor";
|
|
7311
7310
|
const Ri = {
|
|
@@ -7322,35 +7321,35 @@ const Ri = {
|
|
|
7322
7321
|
name: "x-runtime-lib.bp.xs",
|
|
7323
7322
|
ui: "select",
|
|
7324
7323
|
items: st,
|
|
7325
|
-
default:
|
|
7324
|
+
default: ""
|
|
7326
7325
|
},
|
|
7327
7326
|
{
|
|
7328
7327
|
key: "sm",
|
|
7329
7328
|
name: "x-runtime-lib.bp.sm",
|
|
7330
7329
|
ui: "select",
|
|
7331
7330
|
items: st,
|
|
7332
|
-
default:
|
|
7331
|
+
default: ""
|
|
7333
7332
|
},
|
|
7334
7333
|
{
|
|
7335
7334
|
key: "md",
|
|
7336
7335
|
name: "x-runtime-lib.bp.md",
|
|
7337
7336
|
ui: "select",
|
|
7338
7337
|
items: st,
|
|
7339
|
-
default:
|
|
7338
|
+
default: ""
|
|
7340
7339
|
},
|
|
7341
7340
|
{
|
|
7342
7341
|
key: "lg",
|
|
7343
7342
|
name: "x-runtime-lib.bp.lg",
|
|
7344
7343
|
ui: "select",
|
|
7345
7344
|
items: st,
|
|
7346
|
-
default:
|
|
7345
|
+
default: ""
|
|
7347
7346
|
},
|
|
7348
7347
|
{
|
|
7349
7348
|
key: "xl",
|
|
7350
7349
|
name: "x-runtime-lib.bp.xl",
|
|
7351
7350
|
ui: "select",
|
|
7352
7351
|
items: st,
|
|
7353
|
-
default:
|
|
7352
|
+
default: ""
|
|
7354
7353
|
}
|
|
7355
7354
|
]
|
|
7356
7355
|
},
|
|
@@ -7363,35 +7362,35 @@ const Ri = {
|
|
|
7363
7362
|
name: "x-runtime-lib.bp.xs",
|
|
7364
7363
|
ui: "select",
|
|
7365
7364
|
items: lt,
|
|
7366
|
-
default:
|
|
7365
|
+
default: ""
|
|
7367
7366
|
},
|
|
7368
7367
|
{
|
|
7369
7368
|
key: "sm",
|
|
7370
7369
|
name: "x-runtime-lib.bp.sm",
|
|
7371
7370
|
ui: "select",
|
|
7372
7371
|
items: lt,
|
|
7373
|
-
default:
|
|
7372
|
+
default: ""
|
|
7374
7373
|
},
|
|
7375
7374
|
{
|
|
7376
7375
|
key: "md",
|
|
7377
7376
|
name: "x-runtime-lib.bp.md",
|
|
7378
7377
|
ui: "select",
|
|
7379
7378
|
items: lt,
|
|
7380
|
-
default:
|
|
7379
|
+
default: ""
|
|
7381
7380
|
},
|
|
7382
7381
|
{
|
|
7383
7382
|
key: "lg",
|
|
7384
7383
|
name: "x-runtime-lib.bp.lg",
|
|
7385
7384
|
ui: "select",
|
|
7386
7385
|
items: lt,
|
|
7387
|
-
default:
|
|
7386
|
+
default: ""
|
|
7388
7387
|
},
|
|
7389
7388
|
{
|
|
7390
7389
|
key: "xl",
|
|
7391
7390
|
name: "x-runtime-lib.bp.xl",
|
|
7392
7391
|
ui: "select",
|
|
7393
7392
|
items: lt,
|
|
7394
|
-
default:
|
|
7393
|
+
default: ""
|
|
7395
7394
|
}
|
|
7396
7395
|
]
|
|
7397
7396
|
},
|
|
@@ -7404,35 +7403,35 @@ const Ri = {
|
|
|
7404
7403
|
name: "x-runtime-lib.bp.xs",
|
|
7405
7404
|
ui: "select",
|
|
7406
7405
|
items: ut,
|
|
7407
|
-
default:
|
|
7406
|
+
default: ""
|
|
7408
7407
|
},
|
|
7409
7408
|
{
|
|
7410
7409
|
key: "sm",
|
|
7411
7410
|
name: "x-runtime-lib.bp.sm",
|
|
7412
7411
|
ui: "select",
|
|
7413
7412
|
items: ut,
|
|
7414
|
-
default:
|
|
7413
|
+
default: ""
|
|
7415
7414
|
},
|
|
7416
7415
|
{
|
|
7417
7416
|
key: "md",
|
|
7418
7417
|
name: "x-runtime-lib.bp.md",
|
|
7419
7418
|
ui: "select",
|
|
7420
7419
|
items: ut,
|
|
7421
|
-
default:
|
|
7420
|
+
default: ""
|
|
7422
7421
|
},
|
|
7423
7422
|
{
|
|
7424
7423
|
key: "lg",
|
|
7425
7424
|
name: "x-runtime-lib.bp.lg",
|
|
7426
7425
|
ui: "select",
|
|
7427
7426
|
items: ut,
|
|
7428
|
-
default:
|
|
7427
|
+
default: ""
|
|
7429
7428
|
},
|
|
7430
7429
|
{
|
|
7431
7430
|
key: "xl",
|
|
7432
7431
|
name: "x-runtime-lib.bp.xl",
|
|
7433
7432
|
ui: "select",
|
|
7434
7433
|
items: ut,
|
|
7435
|
-
default:
|
|
7434
|
+
default: ""
|
|
7436
7435
|
}
|
|
7437
7436
|
]
|
|
7438
7437
|
},
|
|
@@ -7445,35 +7444,35 @@ const Ri = {
|
|
|
7445
7444
|
name: "x-runtime-lib.bp.xs",
|
|
7446
7445
|
ui: "select",
|
|
7447
7446
|
items: at,
|
|
7448
|
-
default:
|
|
7447
|
+
default: ""
|
|
7449
7448
|
},
|
|
7450
7449
|
{
|
|
7451
7450
|
key: "sm",
|
|
7452
7451
|
name: "x-runtime-lib.bp.sm",
|
|
7453
7452
|
ui: "select",
|
|
7454
7453
|
items: at,
|
|
7455
|
-
default:
|
|
7454
|
+
default: ""
|
|
7456
7455
|
},
|
|
7457
7456
|
{
|
|
7458
7457
|
key: "md",
|
|
7459
7458
|
name: "x-runtime-lib.bp.md",
|
|
7460
7459
|
ui: "select",
|
|
7461
7460
|
items: at,
|
|
7462
|
-
default:
|
|
7461
|
+
default: ""
|
|
7463
7462
|
},
|
|
7464
7463
|
{
|
|
7465
7464
|
key: "lg",
|
|
7466
7465
|
name: "x-runtime-lib.bp.lg",
|
|
7467
7466
|
ui: "select",
|
|
7468
7467
|
items: at,
|
|
7469
|
-
default:
|
|
7468
|
+
default: ""
|
|
7470
7469
|
},
|
|
7471
7470
|
{
|
|
7472
7471
|
key: "xl",
|
|
7473
7472
|
name: "x-runtime-lib.bp.xl",
|
|
7474
7473
|
ui: "select",
|
|
7475
7474
|
items: at,
|
|
7476
|
-
default:
|
|
7475
|
+
default: ""
|
|
7477
7476
|
}
|
|
7478
7477
|
]
|
|
7479
7478
|
}
|
|
@@ -7884,7 +7883,7 @@ Y(Up);
|
|
|
7884
7883
|
Y(Vp);
|
|
7885
7884
|
const Yp = (r, o, c) => {
|
|
7886
7885
|
const h = r[o];
|
|
7887
|
-
return h ? typeof h == "function" ? h() : Promise.resolve(h) : new Promise((
|
|
7886
|
+
return h ? typeof h == "function" ? h() : Promise.resolve(h) : new Promise((v, b) => {
|
|
7888
7887
|
(typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(
|
|
7889
7888
|
b.bind(
|
|
7890
7889
|
null,
|