x-runtime-lib 0.5.21 → 0.5.23
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 +340 -340
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
var Ta = Object.defineProperty;
|
|
2
2
|
var Na = (n, o, c) => o in n ? Ta(n, o, { enumerable: !0, configurable: !0, writable: !0, value: c }) : n[o] = c;
|
|
3
3
|
var Xt = (n, o, c) => Na(n, typeof o != "symbol" ? o + "" : o, c);
|
|
4
|
-
import { provide as me, inject as _e, readonly as
|
|
4
|
+
import { provide as me, inject as _e, readonly as Kn, isReactive as qn, defineComponent as ne, computed as N, resolveComponent as Ne, openBlock as J, createBlock as fe, unref as De, createElementBlock as Ue, createVNode as q, normalizeStyle as Sa, renderSlot as Zn, onUnmounted as cr, watch as xa, h as H, createSlots as Kt, renderList as Pa, withCtx as te, onBeforeMount as wa, isRef as Ca, createCommentVNode as ka } from "vue";
|
|
5
5
|
import { useI18n as Qn } from "vue-i18n";
|
|
6
6
|
import { eventBus as Le, messageInfo as Aa, messageSuccess as Ia, messageWarning as Da, messageError as La, openConfirmDlg as Ma, openPromptDlg as Fa, useViewStack as Ua } from "x-essential-lib";
|
|
7
|
-
const
|
|
7
|
+
const cn = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
|
|
8
8
|
function ei(n) {
|
|
9
9
|
let o = "";
|
|
10
10
|
for (let c = 0; c < n; c++) {
|
|
11
|
-
const v = Math.floor(Math.random() *
|
|
12
|
-
o +=
|
|
11
|
+
const v = Math.floor(Math.random() * cn.length);
|
|
12
|
+
o += cn[v];
|
|
13
13
|
}
|
|
14
14
|
return o;
|
|
15
15
|
}
|
|
16
|
-
function
|
|
16
|
+
function fr(n) {
|
|
17
17
|
return n === "";
|
|
18
18
|
}
|
|
19
|
-
function
|
|
19
|
+
function pr(n) {
|
|
20
20
|
if (typeof n != "string" || !n.endsWith("px"))
|
|
21
21
|
return !1;
|
|
22
22
|
const o = n.substring(0, n.length - 2), c = parseFloat(o);
|
|
23
23
|
return !(isNaN(c) || c % 1 !== 0);
|
|
24
24
|
}
|
|
25
|
-
function
|
|
25
|
+
function dr(n) {
|
|
26
26
|
if (typeof n != "string" || !n.endsWith("%"))
|
|
27
27
|
return !1;
|
|
28
28
|
const o = n.substring(0, n.length - 1), c = parseFloat(o);
|
|
@@ -57,14 +57,14 @@ var Ga = Object.prototype, Ya = Ga.toString;
|
|
|
57
57
|
function za(n) {
|
|
58
58
|
return Ya.call(n);
|
|
59
59
|
}
|
|
60
|
-
var Xa = "[object Null]", Wa = "[object Undefined]",
|
|
60
|
+
var Xa = "[object Null]", Wa = "[object Undefined]", fn = Me ? Me.toStringTag : void 0;
|
|
61
61
|
function tt(n) {
|
|
62
|
-
return n == null ? n === void 0 ? Wa : Xa :
|
|
62
|
+
return n == null ? n === void 0 ? Wa : Xa : fn && fn in Object(n) ? Va(n) : za(n);
|
|
63
63
|
}
|
|
64
64
|
function rt(n) {
|
|
65
65
|
return n != null && typeof n == "object";
|
|
66
66
|
}
|
|
67
|
-
var
|
|
67
|
+
var hr = Array.isArray;
|
|
68
68
|
function nt(n) {
|
|
69
69
|
var o = typeof n;
|
|
70
70
|
return n != null && (o == "object" || o == "function");
|
|
@@ -76,12 +76,12 @@ function ni(n) {
|
|
|
76
76
|
var o = tt(n);
|
|
77
77
|
return o == Ja || o == Ka || o == Ha || o == qa;
|
|
78
78
|
}
|
|
79
|
-
var Ht = ie["__core-js_shared__"],
|
|
79
|
+
var Ht = ie["__core-js_shared__"], pn = function() {
|
|
80
80
|
var n = /[^.]+$/.exec(Ht && Ht.keys && Ht.keys.IE_PROTO || "");
|
|
81
81
|
return n ? "Symbol(src)_1." + n : "";
|
|
82
82
|
}();
|
|
83
83
|
function Za(n) {
|
|
84
|
-
return !!
|
|
84
|
+
return !!pn && pn in n;
|
|
85
85
|
}
|
|
86
86
|
var Qa = Function.prototype, eo = Qa.toString;
|
|
87
87
|
function Se(n) {
|
|
@@ -113,14 +113,14 @@ function xe(n, o) {
|
|
|
113
113
|
var c = lo(n, o);
|
|
114
114
|
return so(c) ? c : void 0;
|
|
115
115
|
}
|
|
116
|
-
var qt = xe(ie, "WeakMap"),
|
|
116
|
+
var qt = xe(ie, "WeakMap"), dn = Object.create, co = /* @__PURE__ */ function() {
|
|
117
117
|
function n() {
|
|
118
118
|
}
|
|
119
119
|
return function(o) {
|
|
120
120
|
if (!nt(o))
|
|
121
121
|
return {};
|
|
122
|
-
if (
|
|
123
|
-
return
|
|
122
|
+
if (dn)
|
|
123
|
+
return dn(o);
|
|
124
124
|
n.prototype = o;
|
|
125
125
|
var c = new n();
|
|
126
126
|
return n.prototype = void 0, c;
|
|
@@ -132,7 +132,7 @@ function fo(n, o) {
|
|
|
132
132
|
o[c] = n[c];
|
|
133
133
|
return o;
|
|
134
134
|
}
|
|
135
|
-
var
|
|
135
|
+
var hn = function() {
|
|
136
136
|
try {
|
|
137
137
|
var n = xe(Object, "defineProperty");
|
|
138
138
|
return n({}, "", {}), n;
|
|
@@ -150,7 +150,7 @@ function yo(n, o) {
|
|
|
150
150
|
return o = o ?? ho, !!o && (c == "number" || c != "symbol" && vo.test(n)) && n > -1 && n % 1 == 0 && n < o;
|
|
151
151
|
}
|
|
152
152
|
function ii(n, o, c) {
|
|
153
|
-
o == "__proto__" &&
|
|
153
|
+
o == "__proto__" && hn ? hn(n, o, {
|
|
154
154
|
configurable: !0,
|
|
155
155
|
enumerable: !0,
|
|
156
156
|
value: c,
|
|
@@ -182,7 +182,7 @@ function si(n) {
|
|
|
182
182
|
return n != null && ui(n.length) && !ni(n);
|
|
183
183
|
}
|
|
184
184
|
var go = Object.prototype;
|
|
185
|
-
function
|
|
185
|
+
function vr(n) {
|
|
186
186
|
var o = n && n.constructor, c = typeof o == "function" && o.prototype || go;
|
|
187
187
|
return n === c;
|
|
188
188
|
}
|
|
@@ -192,24 +192,24 @@ function Eo(n, o) {
|
|
|
192
192
|
return v;
|
|
193
193
|
}
|
|
194
194
|
var Ro = "[object Arguments]";
|
|
195
|
-
function
|
|
195
|
+
function vn(n) {
|
|
196
196
|
return rt(n) && tt(n) == Ro;
|
|
197
197
|
}
|
|
198
|
-
var li = Object.prototype, Oo = li.hasOwnProperty, To = li.propertyIsEnumerable, No =
|
|
198
|
+
var li = Object.prototype, Oo = li.hasOwnProperty, To = li.propertyIsEnumerable, No = vn(/* @__PURE__ */ function() {
|
|
199
199
|
return arguments;
|
|
200
|
-
}()) ?
|
|
200
|
+
}()) ? vn : function(n) {
|
|
201
201
|
return rt(n) && Oo.call(n, "callee") && !To.call(n, "callee");
|
|
202
202
|
};
|
|
203
203
|
function So() {
|
|
204
204
|
return !1;
|
|
205
205
|
}
|
|
206
|
-
var ci = typeof exports == "object" && exports && !exports.nodeType && exports,
|
|
206
|
+
var ci = typeof exports == "object" && exports && !exports.nodeType && exports, yn = ci && typeof module == "object" && module && !module.nodeType && module, xo = yn && yn.exports === ci, mn = xo ? ie.Buffer : void 0, Po = mn ? mn.isBuffer : void 0, fi = Po || So, wo = "[object Arguments]", Co = "[object Array]", ko = "[object Boolean]", Ao = "[object Date]", Io = "[object Error]", Do = "[object Function]", Lo = "[object Map]", Mo = "[object Number]", Fo = "[object Object]", Uo = "[object RegExp]", jo = "[object Set]", Bo = "[object String]", $o = "[object WeakMap]", Vo = "[object ArrayBuffer]", Go = "[object DataView]", Yo = "[object Float32Array]", zo = "[object Float64Array]", Xo = "[object Int8Array]", Wo = "[object Int16Array]", Ho = "[object Int32Array]", Jo = "[object Uint8Array]", Ko = "[object Uint8ClampedArray]", qo = "[object Uint16Array]", Zo = "[object Uint32Array]", F = {};
|
|
207
207
|
F[Yo] = F[zo] = F[Xo] = F[Wo] = F[Ho] = F[Jo] = F[Ko] = F[qo] = F[Zo] = !0;
|
|
208
208
|
F[wo] = F[Co] = F[Vo] = F[ko] = F[Go] = F[Ao] = F[Io] = F[Do] = F[Lo] = F[Mo] = F[Fo] = F[Uo] = F[jo] = F[Bo] = F[$o] = !1;
|
|
209
209
|
function Qo(n) {
|
|
210
210
|
return rt(n) && ui(n.length) && !!F[tt(n)];
|
|
211
211
|
}
|
|
212
|
-
function
|
|
212
|
+
function yr(n) {
|
|
213
213
|
return function(o) {
|
|
214
214
|
return n(o);
|
|
215
215
|
};
|
|
@@ -220,9 +220,9 @@ var pi = typeof exports == "object" && exports && !exports.nodeType && exports,
|
|
|
220
220
|
return n || Jt && Jt.binding && Jt.binding("util");
|
|
221
221
|
} catch {
|
|
222
222
|
}
|
|
223
|
-
}(),
|
|
223
|
+
}(), _n = Fe && Fe.isTypedArray, tu = _n ? yr(_n) : Qo, ru = Object.prototype, nu = ru.hasOwnProperty;
|
|
224
224
|
function di(n, o) {
|
|
225
|
-
var c =
|
|
225
|
+
var c = hr(n), v = !c && No(n), _ = !c && !v && fi(n), E = !c && !v && !_ && tu(n), y = c || v || _ || E, O = y ? Eo(n.length, String) : [], R = O.length;
|
|
226
226
|
for (var r in n)
|
|
227
227
|
(o || nu.call(n, r)) && !(y && // Safari 9 has enumerable `arguments.length` in strict mode.
|
|
228
228
|
(r == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
|
|
@@ -238,14 +238,14 @@ function hi(n, o) {
|
|
|
238
238
|
}
|
|
239
239
|
var iu = hi(Object.keys, Object), au = Object.prototype, ou = au.hasOwnProperty;
|
|
240
240
|
function uu(n) {
|
|
241
|
-
if (!
|
|
241
|
+
if (!vr(n))
|
|
242
242
|
return iu(n);
|
|
243
243
|
var o = [];
|
|
244
244
|
for (var c in Object(n))
|
|
245
245
|
ou.call(n, c) && c != "constructor" && o.push(c);
|
|
246
246
|
return o;
|
|
247
247
|
}
|
|
248
|
-
function
|
|
248
|
+
function mr(n) {
|
|
249
249
|
return si(n) ? di(n) : uu(n);
|
|
250
250
|
}
|
|
251
251
|
function su(n) {
|
|
@@ -259,12 +259,12 @@ var lu = Object.prototype, cu = lu.hasOwnProperty;
|
|
|
259
259
|
function fu(n) {
|
|
260
260
|
if (!nt(n))
|
|
261
261
|
return su(n);
|
|
262
|
-
var o =
|
|
262
|
+
var o = vr(n), c = [];
|
|
263
263
|
for (var v in n)
|
|
264
264
|
v == "constructor" && (o || !cu.call(n, v)) || c.push(v);
|
|
265
265
|
return c;
|
|
266
266
|
}
|
|
267
|
-
function
|
|
267
|
+
function _r(n) {
|
|
268
268
|
return si(n) ? di(n, !0) : fu(n);
|
|
269
269
|
}
|
|
270
270
|
var Qe = xe(Object, "create");
|
|
@@ -428,16 +428,16 @@ Be.prototype.get = Uu;
|
|
|
428
428
|
Be.prototype.has = ju;
|
|
429
429
|
Be.prototype.set = $u;
|
|
430
430
|
function Vu(n, o) {
|
|
431
|
-
return n && Et(o,
|
|
431
|
+
return n && Et(o, mr(o), n);
|
|
432
432
|
}
|
|
433
433
|
function Gu(n, o) {
|
|
434
|
-
return n && Et(o,
|
|
434
|
+
return n && Et(o, _r(o), n);
|
|
435
435
|
}
|
|
436
|
-
var mi = typeof exports == "object" && exports && !exports.nodeType && exports,
|
|
436
|
+
var mi = typeof exports == "object" && exports && !exports.nodeType && exports, bn = mi && typeof module == "object" && module && !module.nodeType && module, Yu = bn && bn.exports === mi, gn = Yu ? ie.Buffer : void 0, En = gn ? gn.allocUnsafe : void 0;
|
|
437
437
|
function zu(n, o) {
|
|
438
438
|
if (o)
|
|
439
439
|
return n.slice();
|
|
440
|
-
var c = n.length, v =
|
|
440
|
+
var c = n.length, v = En ? En(c) : new n.constructor(c);
|
|
441
441
|
return n.copy(v), v;
|
|
442
442
|
}
|
|
443
443
|
function Xu(n, o) {
|
|
@@ -450,17 +450,17 @@ function Xu(n, o) {
|
|
|
450
450
|
function _i() {
|
|
451
451
|
return [];
|
|
452
452
|
}
|
|
453
|
-
var Wu = Object.prototype, Hu = Wu.propertyIsEnumerable,
|
|
454
|
-
return n == null ? [] : (n = Object(n), Xu(
|
|
453
|
+
var Wu = Object.prototype, Hu = Wu.propertyIsEnumerable, Rn = Object.getOwnPropertySymbols, br = Rn ? function(n) {
|
|
454
|
+
return n == null ? [] : (n = Object(n), Xu(Rn(n), function(o) {
|
|
455
455
|
return Hu.call(n, o);
|
|
456
456
|
}));
|
|
457
457
|
} : _i;
|
|
458
458
|
function Ju(n, o) {
|
|
459
|
-
return Et(n,
|
|
459
|
+
return Et(n, br(n), o);
|
|
460
460
|
}
|
|
461
461
|
var Ku = Object.getOwnPropertySymbols, bi = Ku ? function(n) {
|
|
462
462
|
for (var o = []; n; )
|
|
463
|
-
vi(o,
|
|
463
|
+
vi(o, br(n)), n = yi(n);
|
|
464
464
|
return o;
|
|
465
465
|
} : _i;
|
|
466
466
|
function qu(n, o) {
|
|
@@ -468,29 +468,29 @@ function qu(n, o) {
|
|
|
468
468
|
}
|
|
469
469
|
function gi(n, o, c) {
|
|
470
470
|
var v = o(n);
|
|
471
|
-
return
|
|
471
|
+
return hr(n) ? v : vi(v, c(n));
|
|
472
472
|
}
|
|
473
473
|
function Zu(n) {
|
|
474
|
-
return gi(n,
|
|
474
|
+
return gi(n, mr, br);
|
|
475
475
|
}
|
|
476
476
|
function Qu(n) {
|
|
477
|
-
return gi(n,
|
|
477
|
+
return gi(n, _r, bi);
|
|
478
478
|
}
|
|
479
|
-
var Zt = xe(ie, "DataView"), Qt = xe(ie, "Promise"), er = xe(ie, "Set"),
|
|
480
|
-
(Zt && ce(new Zt(new ArrayBuffer(1))) !=
|
|
479
|
+
var Zt = xe(ie, "DataView"), Qt = xe(ie, "Promise"), er = xe(ie, "Set"), On = "[object Map]", es = "[object Object]", Tn = "[object Promise]", Nn = "[object Set]", Sn = "[object WeakMap]", xn = "[object DataView]", ts = Se(Zt), rs = Se(et), ns = Se(Qt), is = Se(er), as = Se(qt), ce = tt;
|
|
480
|
+
(Zt && ce(new Zt(new ArrayBuffer(1))) != xn || et && ce(new et()) != On || Qt && ce(Qt.resolve()) != Tn || er && ce(new er()) != Nn || qt && ce(new qt()) != Sn) && (ce = function(n) {
|
|
481
481
|
var o = tt(n), c = o == es ? n.constructor : void 0, v = c ? Se(c) : "";
|
|
482
482
|
if (v)
|
|
483
483
|
switch (v) {
|
|
484
484
|
case ts:
|
|
485
|
-
return
|
|
485
|
+
return xn;
|
|
486
486
|
case rs:
|
|
487
|
-
return
|
|
487
|
+
return On;
|
|
488
488
|
case ns:
|
|
489
|
-
return
|
|
489
|
+
return Tn;
|
|
490
490
|
case is:
|
|
491
|
-
return
|
|
491
|
+
return Nn;
|
|
492
492
|
case as:
|
|
493
|
-
return
|
|
493
|
+
return Sn;
|
|
494
494
|
}
|
|
495
495
|
return o;
|
|
496
496
|
});
|
|
@@ -499,13 +499,13 @@ function ss(n) {
|
|
|
499
499
|
var o = n.length, c = new n.constructor(o);
|
|
500
500
|
return o && typeof n[0] == "string" && us.call(n, "index") && (c.index = n.index, c.input = n.input), c;
|
|
501
501
|
}
|
|
502
|
-
var
|
|
503
|
-
function
|
|
502
|
+
var Pn = ie.Uint8Array;
|
|
503
|
+
function gr(n) {
|
|
504
504
|
var o = new n.constructor(n.byteLength);
|
|
505
|
-
return new
|
|
505
|
+
return new Pn(o).set(new Pn(n)), o;
|
|
506
506
|
}
|
|
507
507
|
function ls(n, o) {
|
|
508
|
-
var c = o ?
|
|
508
|
+
var c = o ? gr(n.buffer) : n.buffer;
|
|
509
509
|
return new n.constructor(c, n.byteOffset, n.byteLength);
|
|
510
510
|
}
|
|
511
511
|
var cs = /\w*$/;
|
|
@@ -513,12 +513,12 @@ function fs(n) {
|
|
|
513
513
|
var o = new n.constructor(n.source, cs.exec(n));
|
|
514
514
|
return o.lastIndex = n.lastIndex, o;
|
|
515
515
|
}
|
|
516
|
-
var
|
|
516
|
+
var wn = Me ? Me.prototype : void 0, Cn = wn ? wn.valueOf : void 0;
|
|
517
517
|
function ps(n) {
|
|
518
|
-
return
|
|
518
|
+
return Cn ? Object(Cn.call(n)) : {};
|
|
519
519
|
}
|
|
520
520
|
function ds(n, o) {
|
|
521
|
-
var c = o ?
|
|
521
|
+
var c = o ? gr(n.buffer) : n.buffer;
|
|
522
522
|
return new n.constructor(c, n.byteOffset, n.length);
|
|
523
523
|
}
|
|
524
524
|
var hs = "[object Boolean]", vs = "[object Date]", ys = "[object Map]", ms = "[object Number]", _s = "[object RegExp]", bs = "[object Set]", gs = "[object String]", Es = "[object Symbol]", Rs = "[object ArrayBuffer]", Os = "[object DataView]", Ts = "[object Float32Array]", Ns = "[object Float64Array]", Ss = "[object Int8Array]", xs = "[object Int16Array]", Ps = "[object Int32Array]", ws = "[object Uint8Array]", Cs = "[object Uint8ClampedArray]", ks = "[object Uint16Array]", As = "[object Uint32Array]";
|
|
@@ -526,7 +526,7 @@ function Is(n, o, c) {
|
|
|
526
526
|
var v = n.constructor;
|
|
527
527
|
switch (o) {
|
|
528
528
|
case Rs:
|
|
529
|
-
return
|
|
529
|
+
return gr(n);
|
|
530
530
|
case hs:
|
|
531
531
|
case vs:
|
|
532
532
|
return new v(+n);
|
|
@@ -556,17 +556,17 @@ function Is(n, o, c) {
|
|
|
556
556
|
}
|
|
557
557
|
}
|
|
558
558
|
function Ds(n) {
|
|
559
|
-
return typeof n.constructor == "function" && !
|
|
559
|
+
return typeof n.constructor == "function" && !vr(n) ? co(yi(n)) : {};
|
|
560
560
|
}
|
|
561
561
|
var Ls = "[object Map]";
|
|
562
562
|
function Ms(n) {
|
|
563
563
|
return rt(n) && ce(n) == Ls;
|
|
564
564
|
}
|
|
565
|
-
var
|
|
565
|
+
var kn = Fe && Fe.isMap, Fs = kn ? yr(kn) : Ms, Us = "[object Set]";
|
|
566
566
|
function js(n) {
|
|
567
567
|
return rt(n) && ce(n) == Us;
|
|
568
568
|
}
|
|
569
|
-
var
|
|
569
|
+
var An = Fe && Fe.isSet, Bs = An ? yr(An) : js, $s = 1, Vs = 2, Gs = 4, Ei = "[object Arguments]", Ys = "[object Array]", zs = "[object Boolean]", Xs = "[object Date]", Ws = "[object Error]", Ri = "[object Function]", Hs = "[object GeneratorFunction]", Js = "[object Map]", Ks = "[object Number]", Oi = "[object Object]", qs = "[object RegExp]", Zs = "[object Set]", Qs = "[object String]", el = "[object Symbol]", tl = "[object WeakMap]", rl = "[object ArrayBuffer]", nl = "[object DataView]", il = "[object Float32Array]", al = "[object Float64Array]", ol = "[object Int8Array]", ul = "[object Int16Array]", sl = "[object Int32Array]", ll = "[object Uint8Array]", cl = "[object Uint8ClampedArray]", fl = "[object Uint16Array]", pl = "[object Uint32Array]", M = {};
|
|
570
570
|
M[Ei] = M[Ys] = M[rl] = M[nl] = M[zs] = M[Xs] = M[il] = M[al] = M[ol] = M[ul] = M[sl] = M[Js] = M[Ks] = M[Oi] = M[qs] = M[Zs] = M[Qs] = M[el] = M[ll] = M[cl] = M[fl] = M[pl] = !0;
|
|
571
571
|
M[Ws] = M[Ri] = M[tl] = !1;
|
|
572
572
|
function mt(n, o, c, v, _, E) {
|
|
@@ -575,7 +575,7 @@ function mt(n, o, c, v, _, E) {
|
|
|
575
575
|
return y;
|
|
576
576
|
if (!nt(n))
|
|
577
577
|
return n;
|
|
578
|
-
var t =
|
|
578
|
+
var t = hr(n);
|
|
579
579
|
if (t) {
|
|
580
580
|
if (y = ss(n), !O)
|
|
581
581
|
return fo(n, y);
|
|
@@ -601,7 +601,7 @@ function mt(n, o, c, v, _, E) {
|
|
|
601
601
|
}) : Fs(n) && n.forEach(function(a, p) {
|
|
602
602
|
y.set(p, mt(a, o, c, p, n, E));
|
|
603
603
|
});
|
|
604
|
-
var u = r ? R ? Qu : Zu : R ?
|
|
604
|
+
var u = r ? R ? Qu : Zu : R ? _r : mr, l = t ? void 0 : u(n);
|
|
605
605
|
return po(l || n, function(a, p) {
|
|
606
606
|
l && (p = a, a = n[p]), oi(y, p, mt(a, o, c, p, n, E));
|
|
607
607
|
}), y;
|
|
@@ -622,17 +622,17 @@ function vl(n, o) {
|
|
|
622
622
|
} else
|
|
623
623
|
console.assert(!1);
|
|
624
624
|
}
|
|
625
|
-
function
|
|
625
|
+
function In(n, o) {
|
|
626
626
|
return n.array ? _t(o ? n.default : n.defaultArray) : _t(n.default);
|
|
627
627
|
}
|
|
628
|
-
function
|
|
628
|
+
function Dn(n, o) {
|
|
629
629
|
function c(v, _) {
|
|
630
630
|
if (_.ui) {
|
|
631
631
|
if (_.ui === "strInput" && _.static)
|
|
632
632
|
return;
|
|
633
|
-
v[_.key] =
|
|
633
|
+
v[_.key] = In(_);
|
|
634
634
|
} else
|
|
635
|
-
_.array ? v[_.key] =
|
|
635
|
+
_.array ? v[_.key] = In(_) : _.children.forEach((E) => {
|
|
636
636
|
v[_.key] = {}, c(v[_.key], E);
|
|
637
637
|
});
|
|
638
638
|
}
|
|
@@ -644,7 +644,7 @@ function yl(n, o, c, v, _) {
|
|
|
644
644
|
console.error(`spawnNode prop tag not found, ${E}`);
|
|
645
645
|
return;
|
|
646
646
|
}
|
|
647
|
-
const O =
|
|
647
|
+
const O = Or[c];
|
|
648
648
|
if (!O) {
|
|
649
649
|
console.error(`spawnNode pkg not found version, ${E}`);
|
|
650
650
|
return;
|
|
@@ -671,7 +671,7 @@ function yl(n, o, c, v, _) {
|
|
|
671
671
|
console.error(`spawnNode [ref] props not found, ${E}`);
|
|
672
672
|
return;
|
|
673
673
|
}
|
|
674
|
-
|
|
674
|
+
Dn(R, s), R.basic.id = r, R.basic.key = t, R.ref = {
|
|
675
675
|
id: e
|
|
676
676
|
};
|
|
677
677
|
} else {
|
|
@@ -690,7 +690,7 @@ function yl(n, o, c, v, _) {
|
|
|
690
690
|
console.error(`spawnNode [key] props not found, ${E}`);
|
|
691
691
|
return;
|
|
692
692
|
}
|
|
693
|
-
|
|
693
|
+
Dn(R, i), R.basic.id = r, R.basic.key = t, e.slots.some((s) => s.key === "default") && (R.children = []);
|
|
694
694
|
}
|
|
695
695
|
return R;
|
|
696
696
|
}
|
|
@@ -739,13 +739,13 @@ function de() {
|
|
|
739
739
|
return _e(Ni);
|
|
740
740
|
}
|
|
741
741
|
function Nc(n) {
|
|
742
|
-
me(Si,
|
|
742
|
+
me(Si, Kn(n));
|
|
743
743
|
}
|
|
744
744
|
function Ii() {
|
|
745
745
|
return _e(Si);
|
|
746
746
|
}
|
|
747
747
|
function Sc(n) {
|
|
748
|
-
me(xi,
|
|
748
|
+
me(xi, Kn(n));
|
|
749
749
|
}
|
|
750
750
|
function $e() {
|
|
751
751
|
return _e(xi);
|
|
@@ -753,17 +753,17 @@ function $e() {
|
|
|
753
753
|
function xc(n) {
|
|
754
754
|
me(Pi, n);
|
|
755
755
|
}
|
|
756
|
-
function
|
|
756
|
+
function Er() {
|
|
757
757
|
return _e(Pi);
|
|
758
758
|
}
|
|
759
759
|
function Pc(n) {
|
|
760
760
|
console.assert(qn(n)), me(wi, n);
|
|
761
761
|
}
|
|
762
|
-
function
|
|
762
|
+
function Rr() {
|
|
763
763
|
return _e(wi);
|
|
764
764
|
}
|
|
765
765
|
function wc(n) {
|
|
766
|
-
console.assert(qn(n)), me(Ci,
|
|
766
|
+
console.assert(qn(n)), me(Ci, n);
|
|
767
767
|
}
|
|
768
768
|
function Di() {
|
|
769
769
|
return _e(Ci);
|
|
@@ -851,7 +851,7 @@ const bl = /* @__PURE__ */ ne({
|
|
|
851
851
|
default: ""
|
|
852
852
|
}
|
|
853
853
|
]
|
|
854
|
-
},
|
|
854
|
+
}, Ln = {
|
|
855
855
|
key: "settings",
|
|
856
856
|
name: "x-runtime-lib.settings",
|
|
857
857
|
children: [
|
|
@@ -902,8 +902,8 @@ const bl = /* @__PURE__ */ ne({
|
|
|
902
902
|
],
|
|
903
903
|
methods: [],
|
|
904
904
|
props: {
|
|
905
|
-
pageCommon: [Y,
|
|
906
|
-
compCommon: [Y,
|
|
905
|
+
pageCommon: [Y, Ln],
|
|
906
|
+
compCommon: [Y, Ln]
|
|
907
907
|
}
|
|
908
908
|
}, Rl = { key: 0 }, Ol = /* @__PURE__ */ ne({
|
|
909
909
|
__name: "index",
|
|
@@ -955,7 +955,7 @@ const bl = /* @__PURE__ */ ne({
|
|
|
955
955
|
}, null, 8, ["model-value", "label", "placeholder", "hide-details", "single-line", "readonly", "theme"]));
|
|
956
956
|
};
|
|
957
957
|
}
|
|
958
|
-
}),
|
|
958
|
+
}), Mn = {
|
|
959
959
|
key: "settings",
|
|
960
960
|
name: "x-runtime-lib.settings",
|
|
961
961
|
children: [
|
|
@@ -1004,8 +1004,8 @@ const bl = /* @__PURE__ */ ne({
|
|
|
1004
1004
|
events: [],
|
|
1005
1005
|
methods: [],
|
|
1006
1006
|
props: {
|
|
1007
|
-
pageCommon: [Y,
|
|
1008
|
-
compCommon: [Y,
|
|
1007
|
+
pageCommon: [Y, Mn],
|
|
1008
|
+
compCommon: [Y, Mn]
|
|
1009
1009
|
}
|
|
1010
1010
|
};
|
|
1011
1011
|
function Fi(n, o, c) {
|
|
@@ -1109,7 +1109,7 @@ const Pl = /* @__PURE__ */ ne({
|
|
|
1109
1109
|
outer: { type: Boolean }
|
|
1110
1110
|
},
|
|
1111
1111
|
setup(n) {
|
|
1112
|
-
const o = n, c = de(), v = Ii(), _ =
|
|
1112
|
+
const o = n, c = de(), v = Ii(), _ = Er(), E = Rr(), { applySize: y } = Fi(c, v, o), { applyMargin: O } = Nl(o), { applyPadding: R } = Sl(o), { applyBorder: r } = xl(o), t = N(() => {
|
|
1113
1113
|
const e = {}, i = E.type;
|
|
1114
1114
|
return _ === "page" ? i === "common" ? (y(e), O(e), R(e), r(e)) : console.assert(!1) : _ === "comp" && i === "common" ? (y(e), O(e), R(e), r(e)) : console.assert(!1), e;
|
|
1115
1115
|
});
|
|
@@ -1128,13 +1128,13 @@ const Pl = /* @__PURE__ */ ne({
|
|
|
1128
1128
|
{
|
|
1129
1129
|
name: "x-runtime-lib.default",
|
|
1130
1130
|
ui: "word",
|
|
1131
|
-
validator:
|
|
1131
|
+
validator: fr,
|
|
1132
1132
|
default: ""
|
|
1133
1133
|
},
|
|
1134
1134
|
{
|
|
1135
1135
|
name: "x-runtime-lib.pixel",
|
|
1136
1136
|
ui: "pixelInput",
|
|
1137
|
-
validator:
|
|
1137
|
+
validator: pr,
|
|
1138
1138
|
default: "0px",
|
|
1139
1139
|
precision: 0,
|
|
1140
1140
|
min: 0,
|
|
@@ -1144,14 +1144,14 @@ const Pl = /* @__PURE__ */ ne({
|
|
|
1144
1144
|
{
|
|
1145
1145
|
name: "x-runtime-lib.percent",
|
|
1146
1146
|
ui: "percentInput",
|
|
1147
|
-
validator:
|
|
1147
|
+
validator: dr,
|
|
1148
1148
|
default: "0%",
|
|
1149
1149
|
precision: 4,
|
|
1150
1150
|
min: 0,
|
|
1151
1151
|
max: 1 / 0,
|
|
1152
1152
|
step: 1
|
|
1153
1153
|
}
|
|
1154
|
-
],
|
|
1154
|
+
], Fn = {
|
|
1155
1155
|
key: "border",
|
|
1156
1156
|
name: "x-runtime-lib.border",
|
|
1157
1157
|
children: [
|
|
@@ -1220,7 +1220,7 @@ const Pl = /* @__PURE__ */ ne({
|
|
|
1220
1220
|
{
|
|
1221
1221
|
name: "x-runtime-lib.default",
|
|
1222
1222
|
ui: "word",
|
|
1223
|
-
validator:
|
|
1223
|
+
validator: fr,
|
|
1224
1224
|
default: ""
|
|
1225
1225
|
},
|
|
1226
1226
|
{
|
|
@@ -1232,7 +1232,7 @@ const Pl = /* @__PURE__ */ ne({
|
|
|
1232
1232
|
{
|
|
1233
1233
|
name: "x-runtime-lib.pixel",
|
|
1234
1234
|
ui: "pixelInput",
|
|
1235
|
-
validator:
|
|
1235
|
+
validator: pr,
|
|
1236
1236
|
default: "0px",
|
|
1237
1237
|
precision: 0,
|
|
1238
1238
|
min: 0,
|
|
@@ -1242,14 +1242,14 @@ const Pl = /* @__PURE__ */ ne({
|
|
|
1242
1242
|
{
|
|
1243
1243
|
name: "x-runtime-lib.percent",
|
|
1244
1244
|
ui: "percentInput",
|
|
1245
|
-
validator:
|
|
1245
|
+
validator: dr,
|
|
1246
1246
|
default: "0%",
|
|
1247
1247
|
precision: 4,
|
|
1248
1248
|
min: 0,
|
|
1249
1249
|
max: 1 / 0,
|
|
1250
1250
|
step: 1
|
|
1251
1251
|
}
|
|
1252
|
-
],
|
|
1252
|
+
], Un = {
|
|
1253
1253
|
key: "margin",
|
|
1254
1254
|
name: "x-runtime-lib.margin",
|
|
1255
1255
|
children: [
|
|
@@ -1286,13 +1286,13 @@ const Pl = /* @__PURE__ */ ne({
|
|
|
1286
1286
|
{
|
|
1287
1287
|
name: "x-runtime-lib.default",
|
|
1288
1288
|
ui: "word",
|
|
1289
|
-
validator:
|
|
1289
|
+
validator: fr,
|
|
1290
1290
|
default: ""
|
|
1291
1291
|
},
|
|
1292
1292
|
{
|
|
1293
1293
|
name: "x-runtime-lib.pixel",
|
|
1294
1294
|
ui: "pixelInput",
|
|
1295
|
-
validator:
|
|
1295
|
+
validator: pr,
|
|
1296
1296
|
default: "0px",
|
|
1297
1297
|
precision: 0,
|
|
1298
1298
|
min: 0,
|
|
@@ -1302,14 +1302,14 @@ const Pl = /* @__PURE__ */ ne({
|
|
|
1302
1302
|
{
|
|
1303
1303
|
name: "x-runtime-lib.percent",
|
|
1304
1304
|
ui: "percentInput",
|
|
1305
|
-
validator:
|
|
1305
|
+
validator: dr,
|
|
1306
1306
|
default: "0%",
|
|
1307
1307
|
precision: 4,
|
|
1308
1308
|
min: 0,
|
|
1309
1309
|
max: 1 / 0,
|
|
1310
1310
|
step: 1
|
|
1311
1311
|
}
|
|
1312
|
-
],
|
|
1312
|
+
], jn = {
|
|
1313
1313
|
key: "padding",
|
|
1314
1314
|
name: "x-runtime-lib.padding",
|
|
1315
1315
|
children: [
|
|
@@ -1389,7 +1389,7 @@ const Pl = /* @__PURE__ */ ne({
|
|
|
1389
1389
|
default: ""
|
|
1390
1390
|
}
|
|
1391
1391
|
]
|
|
1392
|
-
},
|
|
1392
|
+
}, Bn = {
|
|
1393
1393
|
key: "settings",
|
|
1394
1394
|
name: "x-runtime-lib.settings",
|
|
1395
1395
|
children: []
|
|
@@ -1412,8 +1412,8 @@ const Pl = /* @__PURE__ */ ne({
|
|
|
1412
1412
|
],
|
|
1413
1413
|
methods: [],
|
|
1414
1414
|
props: {
|
|
1415
|
-
pageCommon: [Y, gt, Un, jn, Bn
|
|
1416
|
-
compCommon: [Y, gt, Un, jn, Bn
|
|
1415
|
+
pageCommon: [Y, gt, Fn, Un, jn, Bn],
|
|
1416
|
+
compCommon: [Y, gt, Fn, Un, jn, Bn]
|
|
1417
1417
|
}
|
|
1418
1418
|
};
|
|
1419
1419
|
var kl = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
@@ -1747,8 +1747,8 @@ const Dl = {}, Ll = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
1747
1747
|
var a = "";
|
|
1748
1748
|
var p = Array.prototype.slice.call(arguments, 0, -1).join(",").trim();
|
|
1749
1749
|
if (p) {
|
|
1750
|
-
for (var h = p.split(/\s*,\s*/),
|
|
1751
|
-
var S = h[
|
|
1750
|
+
for (var h = p.split(/\s*,\s*/), b = 0; b < h.length; b++) {
|
|
1751
|
+
var S = h[b];
|
|
1752
1752
|
s.test(S) || e.throwException(
|
|
1753
1753
|
e.SYNTAX_ERROR,
|
|
1754
1754
|
"Invalid function argument: " + S
|
|
@@ -1994,8 +1994,8 @@ const Dl = {}, Ll = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
1994
1994
|
e.TYPE_ERROR,
|
|
1995
1995
|
"Object.getOwnPropertyDescriptor called on non-object: " + l
|
|
1996
1996
|
), a = String(a), a in l.properties) {
|
|
1997
|
-
var p = Object.getOwnPropertyDescriptor(l.properties, a), h = l.getter[a],
|
|
1998
|
-
return h ||
|
|
1997
|
+
var p = Object.getOwnPropertyDescriptor(l.properties, a), h = l.getter[a], b = l.setter[a], S = e.createObjectProto(e.OBJECT_PROTO);
|
|
1998
|
+
return h || b ? (e.setProperty(S, "get", h), e.setProperty(S, "set", b)) : (e.setProperty(
|
|
1999
1999
|
S,
|
|
2000
2000
|
"value",
|
|
2001
2001
|
/** @type {!Interpreter.Value} */
|
|
@@ -2584,18 +2584,18 @@ const Dl = {}, Ll = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
2584
2584
|
/** @type {?} */
|
|
2585
2585
|
h
|
|
2586
2586
|
);
|
|
2587
|
-
} catch (
|
|
2587
|
+
} catch (b) {
|
|
2588
2588
|
e.throwException(
|
|
2589
2589
|
e.ERROR,
|
|
2590
|
-
"localeCompare: " +
|
|
2590
|
+
"localeCompare: " + b.message
|
|
2591
2591
|
);
|
|
2592
2592
|
}
|
|
2593
2593
|
}, this.setNativeFunctionPrototype(this.STRING, "localeCompare", i), i = function(a, p, h) {
|
|
2594
|
-
var
|
|
2594
|
+
var b = String(this);
|
|
2595
2595
|
if (p = p ? Number(p) : void 0, e.isa(a, e.REGEXP) && (a = a.data, e.maybeThrowRegExp(a, h), e.REGEXP_MODE === 2)) {
|
|
2596
2596
|
if (r.vm) {
|
|
2597
2597
|
var S = {
|
|
2598
|
-
string:
|
|
2598
|
+
string: b,
|
|
2599
2599
|
separator: a,
|
|
2600
2600
|
limit: p
|
|
2601
2601
|
}, T = "string.split(separator, limit)", L = e.vmCall(T, S, a, h);
|
|
@@ -2608,20 +2608,20 @@ const Dl = {}, Ll = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
2608
2608
|
);
|
|
2609
2609
|
x.onmessage = function(W) {
|
|
2610
2610
|
clearTimeout(A), h(e.nativeToPseudo(W.data));
|
|
2611
|
-
}, x.postMessage(["split",
|
|
2611
|
+
}, x.postMessage(["split", b, a, p]);
|
|
2612
2612
|
}
|
|
2613
2613
|
return;
|
|
2614
2614
|
}
|
|
2615
|
-
var L =
|
|
2615
|
+
var L = b.split(a, p);
|
|
2616
2616
|
h(e.nativeToPseudo(L));
|
|
2617
2617
|
}, this.setAsyncFunctionPrototype(this.STRING, "split", i), i = function(a, p) {
|
|
2618
2618
|
var h = String(this);
|
|
2619
2619
|
if (a = e.isa(a, e.REGEXP) ? a.data : new RegExp(a), e.maybeThrowRegExp(a, p), e.REGEXP_MODE === 2) {
|
|
2620
2620
|
if (r.vm) {
|
|
2621
|
-
var
|
|
2621
|
+
var b = {
|
|
2622
2622
|
string: h,
|
|
2623
2623
|
regexp: a
|
|
2624
|
-
}, S = "string.match(regexp)", A = e.vmCall(S,
|
|
2624
|
+
}, S = "string.match(regexp)", A = e.vmCall(S, b, a, p);
|
|
2625
2625
|
A !== r.REGEXP_TIMEOUT && p(A && e.matchToPseudo_(A));
|
|
2626
2626
|
} else {
|
|
2627
2627
|
var T = e.createWorker(), x = e.regExpTimeout(a, T, p);
|
|
@@ -2637,10 +2637,10 @@ const Dl = {}, Ll = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
2637
2637
|
var h = String(this);
|
|
2638
2638
|
if (e.isa(a, e.REGEXP) ? a = a.data : a = new RegExp(a), e.maybeThrowRegExp(a, p), e.REGEXP_MODE === 2) {
|
|
2639
2639
|
if (r.vm) {
|
|
2640
|
-
var
|
|
2640
|
+
var b = {
|
|
2641
2641
|
string: h,
|
|
2642
2642
|
regexp: a
|
|
2643
|
-
}, S = "string.search(regexp)", T = e.vmCall(S,
|
|
2643
|
+
}, S = "string.search(regexp)", T = e.vmCall(S, b, a, p);
|
|
2644
2644
|
T !== r.REGEXP_TIMEOUT && p(T);
|
|
2645
2645
|
} else {
|
|
2646
2646
|
var x = e.createWorker(), A = e.regExpTimeout(a, x, p);
|
|
@@ -2652,11 +2652,11 @@ const Dl = {}, Ll = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
2652
2652
|
}
|
|
2653
2653
|
p(h.search(a));
|
|
2654
2654
|
}, this.setAsyncFunctionPrototype(this.STRING, "search", i), i = function(a, p, h) {
|
|
2655
|
-
var
|
|
2655
|
+
var b = String(this);
|
|
2656
2656
|
if (p = String(p), e.isa(a, e.REGEXP) && (a = a.data, e.maybeThrowRegExp(a, h), e.REGEXP_MODE === 2)) {
|
|
2657
2657
|
if (r.vm) {
|
|
2658
2658
|
var S = {
|
|
2659
|
-
string:
|
|
2659
|
+
string: b,
|
|
2660
2660
|
substr: a,
|
|
2661
2661
|
newSubstr: p
|
|
2662
2662
|
}, T = "string.replace(substr, newSubstr)", x = e.vmCall(T, S, a, h);
|
|
@@ -2669,11 +2669,11 @@ const Dl = {}, Ll = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
2669
2669
|
);
|
|
2670
2670
|
A.onmessage = function(W) {
|
|
2671
2671
|
clearTimeout(L), h(W.data);
|
|
2672
|
-
}, A.postMessage(["replace",
|
|
2672
|
+
}, A.postMessage(["replace", b, a, p]);
|
|
2673
2673
|
}
|
|
2674
2674
|
return;
|
|
2675
2675
|
}
|
|
2676
|
-
h(
|
|
2676
|
+
h(b.replace(a, p));
|
|
2677
2677
|
}, this.setAsyncFunctionPrototype(this.STRING, "replace", i), this.polyfills_.push(
|
|
2678
2678
|
/* POLYFILL START */
|
|
2679
2679
|
"(function() {",
|
|
@@ -2869,8 +2869,8 @@ const Dl = {}, Ll = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
2869
2869
|
e.TYPE_ERROR,
|
|
2870
2870
|
l + " not called on a Date"
|
|
2871
2871
|
);
|
|
2872
|
-
for (var h = [],
|
|
2873
|
-
h[
|
|
2872
|
+
for (var h = [], b = 0; b < arguments.length; b++)
|
|
2873
|
+
h[b] = e.pseudoToNative(arguments[b]);
|
|
2874
2874
|
return p[l].apply(p, h);
|
|
2875
2875
|
};
|
|
2876
2876
|
}(s[u]), this.setNativeFunctionPrototype(this.DATE, s[u], i);
|
|
@@ -2948,10 +2948,10 @@ const Dl = {}, Ll = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
2948
2948
|
}, h = "regexp.exec(string)", x = e.vmCall(h, p, a, l);
|
|
2949
2949
|
x !== r.REGEXP_TIMEOUT && (e.setProperty(this, "lastIndex", a.lastIndex), l(e.matchToPseudo_(x)));
|
|
2950
2950
|
} else {
|
|
2951
|
-
var
|
|
2952
|
-
|
|
2951
|
+
var b = e.createWorker(), S = e.regExpTimeout(a, b, l), T = this;
|
|
2952
|
+
b.onmessage = function(A) {
|
|
2953
2953
|
clearTimeout(S), e.setProperty(T, "lastIndex", A.data[1]), l(e.matchToPseudo_(A.data[0]));
|
|
2954
|
-
},
|
|
2954
|
+
}, b.postMessage(["exec", a, a.lastIndex, u]);
|
|
2955
2955
|
}
|
|
2956
2956
|
return;
|
|
2957
2957
|
}
|
|
@@ -3096,11 +3096,11 @@ const Dl = {}, Ll = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
3096
3096
|
})) : a = null, typeof p != "string" && typeof p != "number" && (p = void 0);
|
|
3097
3097
|
var h = i.pseudoToNative(l);
|
|
3098
3098
|
try {
|
|
3099
|
-
var
|
|
3099
|
+
var b = JSON.stringify(h, a, p);
|
|
3100
3100
|
} catch (S) {
|
|
3101
3101
|
i.throwException(i.TYPE_ERROR, S.message);
|
|
3102
3102
|
}
|
|
3103
|
-
return
|
|
3103
|
+
return b;
|
|
3104
3104
|
}, this.setProperty(
|
|
3105
3105
|
s,
|
|
3106
3106
|
"stringify",
|
|
@@ -3160,17 +3160,17 @@ const Dl = {}, Ll = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
3160
3160
|
}
|
|
3161
3161
|
l.loc && (!i.length || l.type === "CallExpression") && i.push({ datumLoc: l.loc });
|
|
3162
3162
|
}
|
|
3163
|
-
for (var p = String(this.getProperty(t, "name")), h = String(this.getProperty(t, "message")),
|
|
3163
|
+
for (var p = String(this.getProperty(t, "name")), h = String(this.getProperty(t, "message")), b = p + ": " + h + `
|
|
3164
3164
|
`, s = 0; s < i.length; s++) {
|
|
3165
3165
|
var S = i[s].datumLoc, T = i[s].datumName, x = S.source + ":" + S.start.line + ":" + S.start.column;
|
|
3166
|
-
T ?
|
|
3167
|
-
` :
|
|
3166
|
+
T ? b += " at " + T + " (" + x + `)
|
|
3167
|
+
` : b += " at " + x + `
|
|
3168
3168
|
`;
|
|
3169
3169
|
}
|
|
3170
3170
|
this.setProperty(
|
|
3171
3171
|
t,
|
|
3172
3172
|
"stack",
|
|
3173
|
-
|
|
3173
|
+
b.trim(),
|
|
3174
3174
|
r.NONENUMERABLE_DESCRIPTOR
|
|
3175
3175
|
);
|
|
3176
3176
|
}, r.prototype.createWorker = function() {
|
|
@@ -3310,8 +3310,8 @@ const Dl = {}, Ll = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
3310
3310
|
return a.pseudoToNative(L);
|
|
3311
3311
|
}), A = t.apply(a, x);
|
|
3312
3312
|
return a.nativeToPseudo(A);
|
|
3313
|
-
}, h = Object.getOwnPropertyDescriptor(t, "prototype"),
|
|
3314
|
-
return i.pseudo.push(
|
|
3313
|
+
}, h = Object.getOwnPropertyDescriptor(t, "prototype"), b = this.createNativeFunction(p, !!h);
|
|
3314
|
+
return i.pseudo.push(b), b;
|
|
3315
3315
|
}
|
|
3316
3316
|
var S;
|
|
3317
3317
|
Array.isArray(t) ? S = this.createArray() : S = this.createObjectProto(this.OBJECT_PROTO), i.pseudo.push(S);
|
|
@@ -3453,14 +3453,14 @@ const Dl = {}, Ll = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
3453
3453
|
} else {
|
|
3454
3454
|
if (i === r.VALUE_IN_DESCRIPTOR)
|
|
3455
3455
|
throw ReferenceError("Value not specified");
|
|
3456
|
-
for (var
|
|
3457
|
-
if (
|
|
3458
|
-
|
|
3456
|
+
for (var b = t; !(e in b.properties); )
|
|
3457
|
+
if (b = this.getPrototype(b), !b) {
|
|
3458
|
+
b = t;
|
|
3459
3459
|
break;
|
|
3460
3460
|
}
|
|
3461
|
-
if (
|
|
3462
|
-
return this.setterStep_ = !0,
|
|
3463
|
-
if (
|
|
3461
|
+
if (b.setter && b.setter[e])
|
|
3462
|
+
return this.setterStep_ = !0, b.setter[e];
|
|
3463
|
+
if (b.getter && b.getter[e])
|
|
3464
3464
|
u && this.throwException(this.TYPE_ERROR, "Cannot set property '" + e + "' of object '" + t + "' which only has a getter");
|
|
3465
3465
|
else
|
|
3466
3466
|
try {
|
|
@@ -3653,8 +3653,8 @@ const Dl = {}, Ll = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
3653
3653
|
SyntaxError,
|
|
3654
3654
|
TypeError,
|
|
3655
3655
|
URIError
|
|
3656
|
-
}, p = String(this.getProperty(e, "name")), h = this.getProperty(e, "message").valueOf(),
|
|
3657
|
-
l =
|
|
3656
|
+
}, p = String(this.getProperty(e, "name")), h = this.getProperty(e, "message").valueOf(), b = a[p] || Error;
|
|
3657
|
+
l = b(h), l.stack = String(this.getProperty(e, "stack"));
|
|
3658
3658
|
} else
|
|
3659
3659
|
l = String(e);
|
|
3660
3660
|
throw this.value = l, l;
|
|
@@ -3690,16 +3690,16 @@ const Dl = {}, Ll = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
3690
3690
|
}
|
|
3691
3691
|
return "???";
|
|
3692
3692
|
}, r.prototype.createTask_ = function(t, e) {
|
|
3693
|
-
var i = this.stateStack[this.stateStack.length - 1], s = Array.from(e), u = s.shift(), l = Math.max(Number(s.shift() || 0), 0), a = this.newNode(), p, h,
|
|
3693
|
+
var i = this.stateStack[this.stateStack.length - 1], s = Array.from(e), u = s.shift(), l = Math.max(Number(s.shift() || 0), 0), a = this.newNode(), p, h, b;
|
|
3694
3694
|
if (u instanceof r.Object && u.class === "Function")
|
|
3695
3695
|
h = u, a.type = "CallExpression", p = i.scope;
|
|
3696
3696
|
else {
|
|
3697
3697
|
try {
|
|
3698
|
-
|
|
3698
|
+
b = this.parse_(String(u), "taskCode" + this.taskCodeNumber_++);
|
|
3699
3699
|
} catch (L) {
|
|
3700
3700
|
this.throwException(this.SYNTAX_ERROR, "Invalid code: " + L.message);
|
|
3701
3701
|
}
|
|
3702
|
-
a.type = "EvalProgram_", a.body =
|
|
3702
|
+
a.type = "EvalProgram_", a.body = b.body;
|
|
3703
3703
|
var S = i.node.arguments[0], T = S ? S.start : void 0, x = S ? S.end : void 0;
|
|
3704
3704
|
r.stripLocations_(a, T, x), p = this.globalScope, s.length = 0;
|
|
3705
3705
|
}
|
|
@@ -4040,11 +4040,11 @@ const Dl = {}, Ll = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
4040
4040
|
);
|
|
4041
4041
|
var a = u.node;
|
|
4042
4042
|
if (a) {
|
|
4043
|
-
for (var p = this.createScope(a.body, u.parentScope), h = this.createArray(),
|
|
4044
|
-
this.setProperty(h,
|
|
4043
|
+
for (var p = this.createScope(a.body, u.parentScope), h = this.createArray(), b = 0; b < e.arguments_.length; b++)
|
|
4044
|
+
this.setProperty(h, b, e.arguments_[b]);
|
|
4045
4045
|
this.setProperty(p.object, "arguments", h);
|
|
4046
|
-
for (var
|
|
4047
|
-
var S = a.params[
|
|
4046
|
+
for (var b = 0; b < a.params.length; b++) {
|
|
4047
|
+
var S = a.params[b].name, T = e.arguments_.length > b ? e.arguments_[b] : void 0;
|
|
4048
4048
|
this.setProperty(p.object, S, T);
|
|
4049
4049
|
}
|
|
4050
4050
|
return p.strict || (e.funcThis_ = this.boxThis_(e.funcThis_)), this.setProperty(
|
|
@@ -4554,63 +4554,63 @@ const Dl = {}, Ll = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
4554
4554
|
i = r.sourceFile;
|
|
4555
4555
|
}
|
|
4556
4556
|
var l = function(f, d) {
|
|
4557
|
-
for (var m = 1,
|
|
4558
|
-
lt.lastIndex =
|
|
4557
|
+
for (var m = 1, g = 0; ; ) {
|
|
4558
|
+
lt.lastIndex = g;
|
|
4559
4559
|
var C = lt.exec(f);
|
|
4560
4560
|
if (C && C.index < d)
|
|
4561
|
-
++m,
|
|
4561
|
+
++m, g = C.index + C[0].length;
|
|
4562
4562
|
else
|
|
4563
4563
|
break;
|
|
4564
4564
|
}
|
|
4565
|
-
return { line: m, column: d -
|
|
4566
|
-
}, a = 0, p = 0, h = 0,
|
|
4565
|
+
return { line: m, column: d - g };
|
|
4566
|
+
}, a = 0, p = 0, h = 0, b, S, T, x, A, L, W, Ve = 0, Q = 0, Pe, be, B, K;
|
|
4567
4567
|
function I(f, d) {
|
|
4568
4568
|
var m = l(t, f);
|
|
4569
4569
|
d += " (" + m.line + ":" + m.column + ")";
|
|
4570
|
-
var
|
|
4571
|
-
throw
|
|
4570
|
+
var g = new SyntaxError(d);
|
|
4571
|
+
throw g.pos = f, g.loc = m, g.raisedAt = a, g;
|
|
4572
4572
|
}
|
|
4573
|
-
var $i = [], it = { type: "num" },
|
|
4573
|
+
var $i = [], it = { type: "num" }, Tr = { type: "regexp" }, Tt = { type: "string" }, we = { type: "name" }, Nt = { type: "eof" }, St = { keyword: "break" }, xt = { keyword: "case", beforeExpr: !0 }, Nr = { keyword: "catch" }, Sr = { keyword: "continue" }, xr = { keyword: "debugger" }, Pr = { keyword: "default" }, wr = { keyword: "do", isLoop: !0 }, Cr = { keyword: "else", beforeExpr: !0 }, kr = { keyword: "finally" }, Ar = { keyword: "for", isLoop: !0 }, Pt = { keyword: "function" }, Ir = { keyword: "if" }, Dr = { keyword: "return", beforeExpr: !0 }, wt = { keyword: "switch" }, Lr = { keyword: "throw", beforeExpr: !0 }, Mr = { keyword: "try" }, Ct = { keyword: "var" }, kt = { keyword: "while", isLoop: !0 }, Fr = { keyword: "with" }, Ur = { keyword: "new", beforeExpr: !0 }, jr = { keyword: "this" }, Br = { keyword: "null", atomValue: null }, $r = { keyword: "true", atomValue: !0 }, Vr = { keyword: "false", atomValue: !1 }, at = { keyword: "in", binop: 7, beforeExpr: !0 }, Vi = {
|
|
4574
4574
|
break: St,
|
|
4575
4575
|
case: xt,
|
|
4576
|
-
catch:
|
|
4577
|
-
continue:
|
|
4578
|
-
debugger:
|
|
4579
|
-
default:
|
|
4580
|
-
do:
|
|
4581
|
-
else:
|
|
4582
|
-
finally:
|
|
4583
|
-
for:
|
|
4576
|
+
catch: Nr,
|
|
4577
|
+
continue: Sr,
|
|
4578
|
+
debugger: xr,
|
|
4579
|
+
default: Pr,
|
|
4580
|
+
do: wr,
|
|
4581
|
+
else: Cr,
|
|
4582
|
+
finally: kr,
|
|
4583
|
+
for: Ar,
|
|
4584
4584
|
function: Pt,
|
|
4585
|
-
if:
|
|
4586
|
-
return:
|
|
4585
|
+
if: Ir,
|
|
4586
|
+
return: Dr,
|
|
4587
4587
|
switch: wt,
|
|
4588
|
-
throw:
|
|
4589
|
-
try:
|
|
4588
|
+
throw: Lr,
|
|
4589
|
+
try: Mr,
|
|
4590
4590
|
var: Ct,
|
|
4591
4591
|
while: kt,
|
|
4592
|
-
with:
|
|
4593
|
-
null:
|
|
4594
|
-
true:
|
|
4595
|
-
false:
|
|
4596
|
-
new:
|
|
4592
|
+
with: Fr,
|
|
4593
|
+
null: Br,
|
|
4594
|
+
true: $r,
|
|
4595
|
+
false: Vr,
|
|
4596
|
+
new: Ur,
|
|
4597
4597
|
in: at,
|
|
4598
4598
|
instanceof: { keyword: "instanceof", binop: 7, beforeExpr: !0 },
|
|
4599
|
-
this:
|
|
4599
|
+
this: jr,
|
|
4600
4600
|
typeof: { keyword: "typeof", prefix: !0, beforeExpr: !0 },
|
|
4601
4601
|
void: { keyword: "void", prefix: !0, beforeExpr: !0 },
|
|
4602
4602
|
delete: { keyword: "delete", prefix: !0, beforeExpr: !0 }
|
|
4603
|
-
}, At = { type: "[", beforeExpr: !0 }, It = { type: "]" }, Ge = { type: "{", beforeExpr: !0 }, Ce = { type: "}" }, oe = { type: "(", beforeExpr: !0 }, re = { type: ")" }, he = { type: ",", beforeExpr: !0 }, ue = { type: ";", beforeExpr: !0 }, Ye = { type: ":", beforeExpr: !0 },
|
|
4603
|
+
}, At = { type: "[", beforeExpr: !0 }, It = { type: "]" }, Ge = { type: "{", beforeExpr: !0 }, Ce = { type: "}" }, oe = { type: "(", beforeExpr: !0 }, re = { type: ")" }, he = { type: ",", beforeExpr: !0 }, ue = { type: ";", beforeExpr: !0 }, Ye = { type: ":", beforeExpr: !0 }, Gr = { type: "." }, Yr = { type: "?", beforeExpr: !0 }, zr = { binop: 10, beforeExpr: !0 }, Xr = { isAssign: !0, beforeExpr: !0 }, ge = { isAssign: !0, beforeExpr: !0 }, Gi = { postfix: !0, prefix: !0, isUpdate: !0 }, Wr = { prefix: !0, beforeExpr: !0 }, Hr = { binop: 1, beforeExpr: !0 }, Jr = { binop: 2, beforeExpr: !0 }, Yi = { binop: 3, beforeExpr: !0 }, zi = { binop: 4, beforeExpr: !0 }, Xi = { binop: 5, beforeExpr: !0 }, Wi = { binop: 6, beforeExpr: !0 }, Hi = { binop: 7, beforeExpr: !0 }, Ji = { binop: 8, beforeExpr: !0 }, Ki = { binop: 9, prefix: !0, beforeExpr: !0 }, qi = { binop: 10, beforeExpr: !0 };
|
|
4604
4604
|
function ot(f) {
|
|
4605
|
-
for (var d = f.split(" "), m = /* @__PURE__ */ Object.create(null),
|
|
4606
|
-
m[d[
|
|
4605
|
+
for (var d = f.split(" "), m = /* @__PURE__ */ Object.create(null), g = 0; g < d.length; g++)
|
|
4606
|
+
m[d[g]] = !0;
|
|
4607
4607
|
return function(C) {
|
|
4608
4608
|
return m[C] || !1;
|
|
4609
4609
|
};
|
|
4610
4610
|
}
|
|
4611
|
-
var Zi = ot("class enum extends super const export import"),
|
|
4612
|
-
return f < 65 ? f === 36 : f < 91 ? !0 : f < 97 ? f === 95 : f < 123 ? !0 : f >= 170 &&
|
|
4613
|
-
},
|
|
4611
|
+
var Zi = ot("class enum extends super const export import"), Kr = ot("implements interface let package private protected public static yield"), ut = ot("eval arguments"), Qi = ot("break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this"), ea = /[\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff]/, qr = "ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԧԱ-Ֆՙա-ևא-תװ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࢠࢢ-ࢬऄ-हऽॐक़-ॡॱ-ॷॹ-ॿঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-ళవ-హఽౘౙౠౡಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠೡೱೲഅ-ഌഎ-ഐഒ-ഺഽൎൠൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄງຈຊຍດ-ທນ-ຟມ-ຣລວສຫອ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏼᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛰᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡷᢀ-ᢨᢪᢰ-ᣵᤀ-ᤜᥐ-ᥭᥰ-ᥴᦀ-ᦫᧁ-ᧇᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᳩ-ᳬᳮ-ᳱᳵᳶᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕℙ-ℝℤΩℨK-ℭℯ-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞⸯ々-〇〡-〩〱-〵〸-〼ぁ-ゖゝ-ゟァ-ヺー-ヿㄅ-ㄭㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿌ꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚗꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꪀ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ", ta = "̀-ͯ҃-֑҇-ׇֽֿׁׂׅׄؐ-ؚؠ-ىٲ-ۓۧ-ۨۻ-ۼܰ-݊ࠀ-ࠔࠛ-ࠣࠥ-ࠧࠩ-࠭ࡀ-ࡗࣤ-ࣾऀ-ःऺ-़ा-ॏ॑-ॗॢ-ॣ०-९ঁ-ঃ়া-ৄেৈৗয়-ৠਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢ-ૣ૦-૯ଁ-ଃ଼ା-ୄେୈୋ-୍ୖୗୟ-ୠ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఁ-ఃె-ైొ-్ౕౖౢ-ౣ౦-౯ಂಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢ-ೣ೦-೯ംഃെ-ൈൗൢ-ൣ൦-൯ංඃ්ා-ුූෘ-ෟෲෳิ-ฺเ-ๅ๐-๙ິ-ູ່-ໍ໐-໙༘༙༠-༩༹༵༷ཁ-ཇཱ-྄྆-྇ྍ-ྗྙ-ྼ࿆က-ဩ၀-၉ၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟ᜎ-ᜐᜠ-ᜰᝀ-ᝐᝲᝳក-ឲ៝០-៩᠋-᠍᠐-᠙ᤠ-ᤫᤰ-᤻ᥑ-ᥭᦰ-ᧀᧈ-ᧉ᧐-᧙ᨀ-ᨕᨠ-ᩓ᩠-᩿᩼-᪉᪐-᪙ᭆ-ᭋ᭐-᭙᭫-᭳᮰-᮹᯦-᯳ᰀ-ᰢ᱀-᱉ᱛ-ᱽ᳐-᳒ᴀ-ᶾḁ-ἕ‿⁀⁔⃐-⃥⃜⃡-⃰ⶁ-ⶖⷠ-ⷿ〡-〨゙゚Ꙁ-ꙭꙴ-꙽ꚟ꛰-꛱ꟸ-ꠀ꠆ꠋꠣ-ꠧꢀ-ꢁꢴ-꣄꣐-꣙ꣳ-ꣷ꤀-꤉ꤦ-꤭ꤰ-ꥅꦀ-ꦃ꦳-꧀ꨀ-ꨧꩀ-ꩁꩌ-ꩍ꩐-꩙ꩻꫠ-ꫩꫲ-ꫳꯀ-ꯡ꯬꯭꯰-꯹ﬠ-ﬨ︀-️︠-︦︳︴﹍-﹏0-9_", Zr = new RegExp("[" + qr + "]"), ra = new RegExp("[" + qr + ta + "]"), st = /[\n\r\u2028\u2029]/, lt = /\r\n|[\n\r\u2028\u2029]/g, ct = function(f) {
|
|
4612
|
+
return f < 65 ? f === 36 : f < 91 ? !0 : f < 97 ? f === 95 : f < 123 ? !0 : f >= 170 && Zr.test(String.fromCharCode(f));
|
|
4613
|
+
}, Qr = function(f) {
|
|
4614
4614
|
return f < 48 ? f === 36 : f < 58 ? !0 : f < 65 ? !1 : f < 91 ? !0 : f < 97 ? f === 95 : f < 123 ? !0 : f >= 170 && ra.test(String.fromCharCode(f));
|
|
4615
4615
|
};
|
|
4616
4616
|
function Ee() {
|
|
@@ -4626,8 +4626,8 @@ const Dl = {}, Ll = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
4626
4626
|
var f = r.onComment && r.locations && new Ee(), d = a, m = t.indexOf("*/", a += 2);
|
|
4627
4627
|
if (m === -1 && I(a - 2, "Unterminated comment"), a = m + 2, r.locations) {
|
|
4628
4628
|
lt.lastIndex = d;
|
|
4629
|
-
for (var
|
|
4630
|
-
++L, W =
|
|
4629
|
+
for (var g; (g = lt.exec(t)) && g.index < a; )
|
|
4630
|
+
++L, W = g.index + g[0].length;
|
|
4631
4631
|
}
|
|
4632
4632
|
r.onComment && r.onComment(
|
|
4633
4633
|
!0,
|
|
@@ -4680,11 +4680,11 @@ const Dl = {}, Ll = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
4680
4680
|
}
|
|
4681
4681
|
function aa() {
|
|
4682
4682
|
var f = t.charCodeAt(a + 1);
|
|
4683
|
-
f >= 48 && f <= 57 ?
|
|
4683
|
+
f >= 48 && f <= 57 ? tn(!0) : (++a, V(Gr));
|
|
4684
4684
|
}
|
|
4685
4685
|
function oa() {
|
|
4686
4686
|
var f = t.charCodeAt(a + 1);
|
|
4687
|
-
A ? (++a,
|
|
4687
|
+
A ? (++a, en()) : f === 61 ? G(ge, 2) : G(zr, 1);
|
|
4688
4688
|
}
|
|
4689
4689
|
function ua() {
|
|
4690
4690
|
var f = t.charCodeAt(a + 1);
|
|
@@ -4692,7 +4692,7 @@ const Dl = {}, Ll = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
4692
4692
|
}
|
|
4693
4693
|
function sa(f) {
|
|
4694
4694
|
var d = t.charCodeAt(a + 1);
|
|
4695
|
-
d === f ? G(f === 124 ?
|
|
4695
|
+
d === f ? G(f === 124 ? Hr : Jr, 2) : d === 61 ? G(ge, 2) : G(f === 124 ? Yi : Xi, 1);
|
|
4696
4696
|
}
|
|
4697
4697
|
function la() {
|
|
4698
4698
|
var f = t.charCodeAt(a + 1);
|
|
@@ -4722,7 +4722,7 @@ const Dl = {}, Ll = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
4722
4722
|
}
|
|
4723
4723
|
function pa(f) {
|
|
4724
4724
|
var d = t.charCodeAt(a + 1);
|
|
4725
|
-
d === 61 ? G(Wi, t.charCodeAt(a + 2) === 61 ? 3 : 2) : G(f === 61 ?
|
|
4725
|
+
d === 61 ? G(Wi, t.charCodeAt(a + 2) === 61 ? 3 : 2) : G(f === 61 ? Xr : Wr, 1);
|
|
4726
4726
|
}
|
|
4727
4727
|
function da(f) {
|
|
4728
4728
|
switch (f) {
|
|
@@ -4747,7 +4747,7 @@ const Dl = {}, Ll = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
4747
4747
|
case 58:
|
|
4748
4748
|
return ++a, V(Ye);
|
|
4749
4749
|
case 63:
|
|
4750
|
-
return ++a, V(
|
|
4750
|
+
return ++a, V(Yr);
|
|
4751
4751
|
case 48:
|
|
4752
4752
|
var d = t.charCodeAt(a + 1);
|
|
4753
4753
|
if (d === 120 || d === 88) return ha();
|
|
@@ -4760,7 +4760,7 @@ const Dl = {}, Ll = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
4760
4760
|
case 55:
|
|
4761
4761
|
case 56:
|
|
4762
4762
|
case 57:
|
|
4763
|
-
return
|
|
4763
|
+
return tn(!1);
|
|
4764
4764
|
case 34:
|
|
4765
4765
|
case 39:
|
|
4766
4766
|
return va(f);
|
|
@@ -4784,76 +4784,76 @@ const Dl = {}, Ll = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
4784
4784
|
case 33:
|
|
4785
4785
|
return pa(f);
|
|
4786
4786
|
case 126:
|
|
4787
|
-
return G(
|
|
4787
|
+
return G(Wr, 1);
|
|
4788
4788
|
}
|
|
4789
4789
|
return !1;
|
|
4790
4790
|
}
|
|
4791
4791
|
function ke(f) {
|
|
4792
|
-
if (f ? a = p + 1 : p = a, r.locations && (
|
|
4792
|
+
if (f ? a = p + 1 : p = a, r.locations && (b = new Ee()), f) return en();
|
|
4793
4793
|
if (a >= e) return V(Nt);
|
|
4794
4794
|
var d = t.charCodeAt(a);
|
|
4795
4795
|
if (ct(d) || d === 92)
|
|
4796
|
-
return
|
|
4796
|
+
return nn();
|
|
4797
4797
|
var m = da(d);
|
|
4798
4798
|
if (m === !1) {
|
|
4799
|
-
var
|
|
4800
|
-
if (
|
|
4801
|
-
return
|
|
4802
|
-
I(a, "Unexpected character '" +
|
|
4799
|
+
var g = String.fromCharCode(d);
|
|
4800
|
+
if (g === "\\" || Zr.test(g))
|
|
4801
|
+
return nn();
|
|
4802
|
+
I(a, "Unexpected character '" + g + "'");
|
|
4803
4803
|
}
|
|
4804
4804
|
}
|
|
4805
4805
|
function G(f, d) {
|
|
4806
4806
|
var m = t.slice(a, a + d);
|
|
4807
4807
|
a += d, V(f, m);
|
|
4808
4808
|
}
|
|
4809
|
-
function
|
|
4809
|
+
function en() {
|
|
4810
4810
|
for (var f, d, m = a; ; ) {
|
|
4811
4811
|
a >= e && I(m, "Unterminated regexp");
|
|
4812
|
-
var
|
|
4813
|
-
if (st.test(
|
|
4812
|
+
var g = t.charAt(a);
|
|
4813
|
+
if (st.test(g) && I(m, "Unterminated regexp"), f)
|
|
4814
4814
|
f = !1;
|
|
4815
4815
|
else {
|
|
4816
|
-
if (
|
|
4816
|
+
if (g === "[")
|
|
4817
4817
|
d = !0;
|
|
4818
|
-
else if (
|
|
4818
|
+
else if (g === "]" && d)
|
|
4819
4819
|
d = !1;
|
|
4820
|
-
else if (
|
|
4820
|
+
else if (g === "/" && !d)
|
|
4821
4821
|
break;
|
|
4822
|
-
f =
|
|
4822
|
+
f = g === "\\";
|
|
4823
4823
|
}
|
|
4824
4824
|
++a;
|
|
4825
4825
|
}
|
|
4826
4826
|
var C = t.slice(m, a);
|
|
4827
4827
|
++a;
|
|
4828
|
-
var P =
|
|
4828
|
+
var P = rn();
|
|
4829
4829
|
P && !/^[gmi]*$/.test(P) && I(m, "Invalid regexp flag");
|
|
4830
4830
|
try {
|
|
4831
4831
|
var k = new RegExp(C, P);
|
|
4832
4832
|
} catch (U) {
|
|
4833
4833
|
throw U instanceof SyntaxError && I(m, U.message), U;
|
|
4834
4834
|
}
|
|
4835
|
-
V(
|
|
4835
|
+
V(Tr, k);
|
|
4836
4836
|
}
|
|
4837
4837
|
function Xe(f, d) {
|
|
4838
|
-
for (var m = a,
|
|
4838
|
+
for (var m = a, g = 0, C = d === void 0 ? 1 / 0 : d, P = 0; P < C; ++P) {
|
|
4839
4839
|
var k = t.charCodeAt(a), U;
|
|
4840
4840
|
if (k >= 97 ? U = k - 97 + 10 : k >= 65 ? U = k - 65 + 10 : k >= 48 && k <= 57 ? U = k - 48 : U = 1 / 0, U >= f) break;
|
|
4841
|
-
++a,
|
|
4841
|
+
++a, g = g * f + U;
|
|
4842
4842
|
}
|
|
4843
|
-
return a === m || d !== void 0 && a - m !== d ? null :
|
|
4843
|
+
return a === m || d !== void 0 && a - m !== d ? null : g;
|
|
4844
4844
|
}
|
|
4845
4845
|
function ha() {
|
|
4846
4846
|
a += 2;
|
|
4847
4847
|
var f = Xe(16);
|
|
4848
4848
|
f === null && I(p + 2, "Expected hexadecimal number"), ct(t.charCodeAt(a)) && I(a, "Identifier directly after number"), V(it, f);
|
|
4849
4849
|
}
|
|
4850
|
-
function
|
|
4851
|
-
var d = a, m = !1,
|
|
4850
|
+
function tn(f) {
|
|
4851
|
+
var d = a, m = !1, g = t.charCodeAt(a) === 48;
|
|
4852
4852
|
!f && Xe(10) === null && I(d, "Invalid number"), t.charCodeAt(a) === 46 && (++a, Xe(10), m = !0);
|
|
4853
4853
|
var C = t.charCodeAt(a);
|
|
4854
4854
|
(C === 69 || C === 101) && (C = t.charCodeAt(++a), (C === 43 || C === 45) && ++a, Xe(10) === null && I(d, "Invalid number"), m = !0), ct(t.charCodeAt(a)) && I(a, "Identifier directly after number");
|
|
4855
4855
|
var P = t.slice(d, a), k;
|
|
4856
|
-
m ? k = parseFloat(P) : !
|
|
4856
|
+
m ? k = parseFloat(P) : !g || P.length === 1 ? k = parseInt(P, 10) : /[89]/.test(P) || K ? I(d, "Invalid number") : k = parseInt(P, 8), V(it, k);
|
|
4857
4857
|
}
|
|
4858
4858
|
function va(f) {
|
|
4859
4859
|
a++;
|
|
@@ -4866,11 +4866,11 @@ const Dl = {}, Ll = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
4866
4866
|
}
|
|
4867
4867
|
if (m === 92) {
|
|
4868
4868
|
m = t.charCodeAt(++a);
|
|
4869
|
-
var
|
|
4870
|
-
for (
|
|
4871
|
-
|
|
4872
|
-
if (
|
|
4873
|
-
K && I(a - 2, "Octal literal in strict mode"), d += String.fromCharCode(parseInt(
|
|
4869
|
+
var g = /^[0-7]+/.exec(t.slice(a, a + 3));
|
|
4870
|
+
for (g && (g = g[0]); g && parseInt(g, 8) > 255; )
|
|
4871
|
+
g = g.slice(0, -1);
|
|
4872
|
+
if (g === "0" && (g = null), ++a, g)
|
|
4873
|
+
K && I(a - 2, "Octal literal in strict mode"), d += String.fromCharCode(parseInt(g, 8)), a += g.length - 1;
|
|
4874
4874
|
else
|
|
4875
4875
|
switch (m) {
|
|
4876
4876
|
case 110:
|
|
@@ -4923,24 +4923,24 @@ const Dl = {}, Ll = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
4923
4923
|
d;
|
|
4924
4924
|
}
|
|
4925
4925
|
var Ae;
|
|
4926
|
-
function
|
|
4926
|
+
function rn() {
|
|
4927
4927
|
Ae = !1;
|
|
4928
4928
|
for (var f, d = !0, m = a; ; ) {
|
|
4929
|
-
var
|
|
4930
|
-
if (
|
|
4929
|
+
var g = t.charCodeAt(a);
|
|
4930
|
+
if (Qr(g))
|
|
4931
4931
|
Ae && (f += t.charAt(a)), ++a;
|
|
4932
|
-
else if (
|
|
4932
|
+
else if (g === 92) {
|
|
4933
4933
|
Ae || (f = t.slice(m, a)), Ae = !0, t.charCodeAt(++a) !== 117 && I(a, "Expecting Unicode escape sequence \\uXXXX"), ++a;
|
|
4934
4934
|
var C = ft(4), P = String.fromCharCode(C);
|
|
4935
|
-
P || I(a - 1, "Invalid Unicode escape"), (d ? ct(C) :
|
|
4935
|
+
P || I(a - 1, "Invalid Unicode escape"), (d ? ct(C) : Qr(C)) || I(a - 4, "Invalid Unicode escape"), f += P;
|
|
4936
4936
|
} else
|
|
4937
4937
|
break;
|
|
4938
4938
|
d = !1;
|
|
4939
4939
|
}
|
|
4940
4940
|
return Ae ? f : t.slice(m, a);
|
|
4941
4941
|
}
|
|
4942
|
-
function
|
|
4943
|
-
var f =
|
|
4942
|
+
function nn() {
|
|
4943
|
+
var f = rn(), d = we;
|
|
4944
4944
|
!Ae && Qi(f) && (d = Vi[f]), V(d, f);
|
|
4945
4945
|
}
|
|
4946
4946
|
function D() {
|
|
@@ -4953,19 +4953,19 @@ const Dl = {}, Ll = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
4953
4953
|
`, W - 2) + 1, --L;
|
|
4954
4954
|
ze(), ke();
|
|
4955
4955
|
}
|
|
4956
|
-
function
|
|
4956
|
+
function an() {
|
|
4957
4957
|
this.type = null, this.start = p, this.end = null;
|
|
4958
4958
|
}
|
|
4959
|
-
function
|
|
4960
|
-
this.start =
|
|
4959
|
+
function on() {
|
|
4960
|
+
this.start = b, this.end = null, i && (this.source = i);
|
|
4961
4961
|
}
|
|
4962
4962
|
function z() {
|
|
4963
|
-
var f = new
|
|
4964
|
-
return r.locations && (f.loc = new
|
|
4963
|
+
var f = new an();
|
|
4964
|
+
return r.locations && (f.loc = new on()), r.directSourceFile && (f.sourceFile = r.directSourceFile), r.ranges && (f.range = [p, 0]), f;
|
|
4965
4965
|
}
|
|
4966
4966
|
function ve(f) {
|
|
4967
|
-
var d = new
|
|
4968
|
-
return d.start = f.start, r.locations && (d.loc = new
|
|
4967
|
+
var d = new an();
|
|
4968
|
+
return d.start = f.start, r.locations && (d.loc = new on(), d.loc.start = f.loc.start), r.ranges && (d.range = [f.range[0], 0]), d;
|
|
4969
4969
|
}
|
|
4970
4970
|
function w(f, d) {
|
|
4971
4971
|
return f.type = d, f.end = Q, r.locations && (f.loc.end = Pe), r.ranges && (f.range[1] = Q), f;
|
|
@@ -4995,67 +4995,67 @@ const Dl = {}, Ll = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
4995
4995
|
Ve = Q = a, r.locations && (Pe = new Ee()), be = K = !1, B = [], ke();
|
|
4996
4996
|
var d = f || z(), m = !0;
|
|
4997
4997
|
for (f || (d.body = []); T !== Nt; ) {
|
|
4998
|
-
var
|
|
4999
|
-
d.body.push(
|
|
4998
|
+
var g = ee();
|
|
4999
|
+
d.body.push(g), m && Mt(g) && Lt(!0), m = !1;
|
|
5000
5000
|
}
|
|
5001
5001
|
return w(d, "Program");
|
|
5002
5002
|
}
|
|
5003
5003
|
var Ft = { kind: "loop" }, ma = { kind: "switch" };
|
|
5004
5004
|
function ee() {
|
|
5005
|
-
(T ===
|
|
5005
|
+
(T === zr || T === ge && x === "/=") && ke(!0);
|
|
5006
5006
|
var f = T, d = z();
|
|
5007
5007
|
switch (f) {
|
|
5008
5008
|
case St:
|
|
5009
|
-
case
|
|
5009
|
+
case Sr:
|
|
5010
5010
|
D();
|
|
5011
5011
|
var m = f === St;
|
|
5012
5012
|
j(ue) || pt() ? d.label = null : T !== we ? se() : (d.label = ye(), Re());
|
|
5013
|
-
for (var
|
|
5014
|
-
var C = B[
|
|
5013
|
+
for (var g = 0; g < B.length; ++g) {
|
|
5014
|
+
var C = B[g];
|
|
5015
5015
|
if ((d.label === null || C.name === d.label.name) && (C.kind !== null && (m || C.kind === "loop") || d.label && m))
|
|
5016
5016
|
break;
|
|
5017
5017
|
}
|
|
5018
|
-
return
|
|
5019
|
-
case
|
|
5018
|
+
return g === B.length && I(d.start, "Unsyntactic " + f.keyword), w(d, m ? "BreakStatement" : "ContinueStatement");
|
|
5019
|
+
case xr:
|
|
5020
5020
|
return D(), Re(), w(d, "DebuggerStatement");
|
|
5021
|
-
case
|
|
5021
|
+
case wr:
|
|
5022
5022
|
return D(), B.push(Ft), d.body = ee(), B.pop(), $(kt), d.test = We(), Re(), w(d, "DoWhileStatement");
|
|
5023
|
-
case
|
|
5023
|
+
case Ar:
|
|
5024
5024
|
if (D(), B.push(Ft), $(oe), T === ue) return Ut(d, null);
|
|
5025
5025
|
if (T === Ct) {
|
|
5026
5026
|
var P = z();
|
|
5027
|
-
return D(),
|
|
5027
|
+
return D(), sn(P, !0), w(P, "VariableDeclaration"), P.declarations.length === 1 && j(at) ? un(d, P) : Ut(d, P);
|
|
5028
5028
|
}
|
|
5029
5029
|
var P = X(!1, !0);
|
|
5030
|
-
return j(at) ? (dt(P),
|
|
5030
|
+
return j(at) ? (dt(P), un(d, P)) : Ut(d, P);
|
|
5031
5031
|
case Pt:
|
|
5032
5032
|
return D(), Gt(d, !0);
|
|
5033
|
+
case Ir:
|
|
5034
|
+
return D(), d.test = We(), d.consequent = ee(), d.alternate = j(Cr) ? ee() : null, w(d, "IfStatement");
|
|
5033
5035
|
case Dr:
|
|
5034
|
-
return D(), d.test = We(), d.consequent = ee(), d.alternate = j(kr) ? ee() : null, w(d, "IfStatement");
|
|
5035
|
-
case Lr:
|
|
5036
5036
|
return !be && !r.allowReturnOutsideFunction && I(p, "'return' outside of function"), D(), j(ue) || pt() ? d.argument = null : (d.argument = X(), Re()), w(d, "ReturnStatement");
|
|
5037
5037
|
case wt:
|
|
5038
5038
|
D(), d.discriminant = We(), d.cases = [], $(Ge), B.push(ma);
|
|
5039
5039
|
for (var k, U; T !== Ce; )
|
|
5040
|
-
if (T === xt || T ===
|
|
5040
|
+
if (T === xt || T === Pr) {
|
|
5041
5041
|
var Ke = T === xt;
|
|
5042
5042
|
k && w(k, "SwitchCase"), d.cases.push(k = z()), k.consequent = [], D(), Ke ? k.test = X() : (U && I(Ve, "Multiple default clauses"), U = !0, k.test = null), $(Ye);
|
|
5043
5043
|
} else
|
|
5044
5044
|
k || se(), k.consequent.push(ee());
|
|
5045
5045
|
return k && w(k, "SwitchCase"), D(), B.pop(), w(d, "SwitchStatement");
|
|
5046
|
-
case
|
|
5046
|
+
case Lr:
|
|
5047
5047
|
return D(), st.test(t.slice(Q, p)) && I(Q, "Illegal newline after throw"), d.argument = X(), Re(), w(d, "ThrowStatement");
|
|
5048
|
-
case
|
|
5049
|
-
if (D(), d.block = He(), d.handler = null, T ===
|
|
5048
|
+
case Mr:
|
|
5049
|
+
if (D(), d.block = He(), d.handler = null, T === Nr) {
|
|
5050
5050
|
var Ie = z();
|
|
5051
5051
|
D(), $(oe), Ie.param = ye(), K && ut(Ie.param.name) && I(Ie.param.start, "Binding " + Ie.param.name + " in strict mode"), $(re), Ie.body = He(), d.handler = w(Ie, "CatchClause");
|
|
5052
5052
|
}
|
|
5053
|
-
return d.finalizer = j(
|
|
5053
|
+
return d.finalizer = j(kr) ? He() : null, !d.handler && !d.finalizer && I(d.start, "Missing catch or finally clause"), w(d, "TryStatement");
|
|
5054
5054
|
case Ct:
|
|
5055
|
-
return D(),
|
|
5055
|
+
return D(), sn(d), Re(), w(d, "VariableDeclaration");
|
|
5056
5056
|
case kt:
|
|
5057
5057
|
return D(), d.test = We(), B.push(Ft), d.body = ee(), B.pop(), w(d, "WhileStatement");
|
|
5058
|
-
case
|
|
5058
|
+
case Fr:
|
|
5059
5059
|
return K && I(p, "'with' in strict mode"), D(), d.object = We(), d.body = ee(), w(d, "WithStatement");
|
|
5060
5060
|
case Ge:
|
|
5061
5061
|
return He();
|
|
@@ -5064,8 +5064,8 @@ const Dl = {}, Ll = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
5064
5064
|
default:
|
|
5065
5065
|
var zt = x, ht = X();
|
|
5066
5066
|
if (f === we && ht.type === "Identifier" && j(Ye)) {
|
|
5067
|
-
for (var
|
|
5068
|
-
B[
|
|
5067
|
+
for (var g = 0; g < B.length; ++g)
|
|
5068
|
+
B[g].name === zt && I(ht.start, "Label '" + zt + "' is already declared");
|
|
5069
5069
|
var Oa = T.isLoop ? "loop" : T === wt ? "switch" : null;
|
|
5070
5070
|
return B.push({ name: zt, kind: Oa }), d.body = ee(), B.pop(), d.label = ht, w(d, "LabeledStatement");
|
|
5071
5071
|
} else
|
|
@@ -5078,31 +5078,31 @@ const Dl = {}, Ll = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
5078
5078
|
return $(re), f;
|
|
5079
5079
|
}
|
|
5080
5080
|
function He(f) {
|
|
5081
|
-
var d = z(), m = !0,
|
|
5081
|
+
var d = z(), m = !0, g = !1, C;
|
|
5082
5082
|
for (d.body = [], $(Ge); !j(Ce); ) {
|
|
5083
5083
|
var P = ee();
|
|
5084
|
-
d.body.push(P), m && f && Mt(P) && (C =
|
|
5084
|
+
d.body.push(P), m && f && Mt(P) && (C = g, Lt(g = !0)), m = !1;
|
|
5085
5085
|
}
|
|
5086
|
-
return
|
|
5086
|
+
return g && !C && Lt(!1), w(d, "BlockStatement");
|
|
5087
5087
|
}
|
|
5088
5088
|
function Ut(f, d) {
|
|
5089
5089
|
return f.init = d, $(ue), f.test = T === ue ? null : X(), $(ue), f.update = T === re ? null : X(), $(re), f.body = ee(), B.pop(), w(f, "ForStatement");
|
|
5090
5090
|
}
|
|
5091
|
-
function
|
|
5091
|
+
function un(f, d) {
|
|
5092
5092
|
return f.left = d, f.right = X(), $(re), f.body = ee(), B.pop(), w(f, "ForInStatement");
|
|
5093
5093
|
}
|
|
5094
|
-
function
|
|
5094
|
+
function sn(f, d) {
|
|
5095
5095
|
for (f.declarations = [], f.kind = "var"; ; ) {
|
|
5096
5096
|
var m = z();
|
|
5097
|
-
if (m.id = ye(), K && ut(m.id.name) && I(m.id.start, "Binding " + m.id.name + " in strict mode"), m.init = j(
|
|
5097
|
+
if (m.id = ye(), K && ut(m.id.name) && I(m.id.start, "Binding " + m.id.name + " in strict mode"), m.init = j(Xr) ? X(!0, d) : null, f.declarations.push(w(m, "VariableDeclarator")), !j(he)) break;
|
|
5098
5098
|
}
|
|
5099
5099
|
}
|
|
5100
5100
|
function X(f, d) {
|
|
5101
5101
|
var m = jt(d);
|
|
5102
5102
|
if (!f && T === he) {
|
|
5103
|
-
var
|
|
5104
|
-
for (
|
|
5105
|
-
return w(
|
|
5103
|
+
var g = ve(m);
|
|
5104
|
+
for (g.expressions = [m]; j(he); ) g.expressions.push(jt(d));
|
|
5105
|
+
return w(g, "SequenceExpression");
|
|
5106
5106
|
}
|
|
5107
5107
|
return m;
|
|
5108
5108
|
}
|
|
@@ -5116,7 +5116,7 @@ const Dl = {}, Ll = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
5116
5116
|
}
|
|
5117
5117
|
function _a(f) {
|
|
5118
5118
|
var d = ba(f);
|
|
5119
|
-
if (j(
|
|
5119
|
+
if (j(Yr)) {
|
|
5120
5120
|
var m = ve(d);
|
|
5121
5121
|
return m.test = d, m.consequent = X(!0), $(Ye), m.alternate = X(!0, f), w(m, "ConditionalExpression");
|
|
5122
5122
|
}
|
|
@@ -5126,13 +5126,13 @@ const Dl = {}, Ll = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
5126
5126
|
return Bt($t(), -1, f);
|
|
5127
5127
|
}
|
|
5128
5128
|
function Bt(f, d, m) {
|
|
5129
|
-
var
|
|
5130
|
-
if (
|
|
5129
|
+
var g = T.binop;
|
|
5130
|
+
if (g !== null && (!m || T !== at) && g > d) {
|
|
5131
5131
|
var C = ve(f);
|
|
5132
5132
|
C.left = f, C.operator = x;
|
|
5133
5133
|
var P = T;
|
|
5134
|
-
D(), C.right = Bt($t(),
|
|
5135
|
-
var k = w(C, P ===
|
|
5134
|
+
D(), C.right = Bt($t(), g, m);
|
|
5135
|
+
var k = w(C, P === Hr || P === Jr ? "LogicalExpression" : "BinaryExpression");
|
|
5136
5136
|
return Bt(k, d, m);
|
|
5137
5137
|
}
|
|
5138
5138
|
return f;
|
|
@@ -5153,35 +5153,35 @@ const Dl = {}, Ll = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
5153
5153
|
}
|
|
5154
5154
|
function Je(f, d) {
|
|
5155
5155
|
var m;
|
|
5156
|
-
return j(
|
|
5156
|
+
return j(Gr) ? (m = ve(f), m.object = f, m.property = ye(!0), m.computed = !1, Je(w(m, "MemberExpression"), d)) : j(At) ? (m = ve(f), m.object = f, m.property = X(), m.computed = !0, $(It), Je(w(m, "MemberExpression"), d)) : !d && j(oe) ? (m = ve(f), m.callee = f, m.arguments = Yt(re, !1), Je(w(m, "CallExpression"), d)) : f;
|
|
5157
5157
|
}
|
|
5158
5158
|
function Vt() {
|
|
5159
5159
|
var f;
|
|
5160
5160
|
switch (T) {
|
|
5161
|
-
case
|
|
5161
|
+
case jr:
|
|
5162
5162
|
return f = z(), D(), w(f, "ThisExpression");
|
|
5163
5163
|
case we:
|
|
5164
5164
|
return ye();
|
|
5165
5165
|
case it:
|
|
5166
5166
|
case Tt:
|
|
5167
|
-
case
|
|
5167
|
+
case Tr:
|
|
5168
5168
|
return f = z(), f.value = x, f.raw = t.slice(p, h), D(), w(f, "Literal");
|
|
5169
|
+
case Br:
|
|
5169
5170
|
case $r:
|
|
5170
5171
|
case Vr:
|
|
5171
|
-
case Gr:
|
|
5172
5172
|
return f = z(), f.value = T.atomValue, f.raw = T.keyword, D(), w(f, "Literal");
|
|
5173
5173
|
case oe:
|
|
5174
|
-
var d =
|
|
5174
|
+
var d = b, m = p;
|
|
5175
5175
|
D();
|
|
5176
|
-
var
|
|
5177
|
-
return
|
|
5176
|
+
var g = X();
|
|
5177
|
+
return g.start = m, g.end = h, r.locations && (g.loc.start = d, g.loc.end = S), r.ranges && (g.range = [m, h]), $(re), g;
|
|
5178
5178
|
case At:
|
|
5179
5179
|
return f = z(), D(), f.elements = Yt(It, !0, !0), w(f, "ArrayExpression");
|
|
5180
5180
|
case Ge:
|
|
5181
5181
|
return Ra();
|
|
5182
5182
|
case Pt:
|
|
5183
5183
|
return f = z(), D(), Gt(f, !1);
|
|
5184
|
-
case
|
|
5184
|
+
case Ur:
|
|
5185
5185
|
return Ea();
|
|
5186
5186
|
}
|
|
5187
5187
|
se();
|
|
@@ -5197,20 +5197,20 @@ const Dl = {}, Ll = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
5197
5197
|
d = !1;
|
|
5198
5198
|
else if ($(he), r.allowTrailingCommas && j(Ce))
|
|
5199
5199
|
break;
|
|
5200
|
-
var
|
|
5201
|
-
if (j(Ye) ? (
|
|
5200
|
+
var g = { key: ln() }, C = !1, P;
|
|
5201
|
+
if (j(Ye) ? (g.value = X(!0), P = g.kind = "init") : g.key.type === "Identifier" && (g.key.name === "get" || g.key.name === "set") ? (C = m = !0, P = g.kind = g.key.name, g.key = ln(), T !== oe && se(), g.value = Gt(z(), !1)) : se(), g.key.type === "Identifier" && (K || m))
|
|
5202
5202
|
for (var k = 0; k < f.properties.length; ++k) {
|
|
5203
5203
|
var U = f.properties[k];
|
|
5204
|
-
if (U.key.name ===
|
|
5204
|
+
if (U.key.name === g.key.name) {
|
|
5205
5205
|
var Ke = P === U.kind || C && U.kind === "init" || P === "init" && (U.kind === "get" || U.kind === "set");
|
|
5206
|
-
Ke && !K && P === "init" && U.kind === "init" && (Ke = !1), Ke && I(
|
|
5206
|
+
Ke && !K && P === "init" && U.kind === "init" && (Ke = !1), Ke && I(g.key.start, "Redefinition of property");
|
|
5207
5207
|
}
|
|
5208
5208
|
}
|
|
5209
|
-
f.properties.push(
|
|
5209
|
+
f.properties.push(g);
|
|
5210
5210
|
}
|
|
5211
5211
|
return w(f, "ObjectExpression");
|
|
5212
5212
|
}
|
|
5213
|
-
function
|
|
5213
|
+
function ln() {
|
|
5214
5214
|
return T === it || T === Tt ? Vt() : ye(!0);
|
|
5215
5215
|
}
|
|
5216
5216
|
function Gt(f, d) {
|
|
@@ -5218,29 +5218,29 @@ const Dl = {}, Ll = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
|
|
|
5218
5218
|
var m = !0;
|
|
5219
5219
|
for ($(oe); !j(re); )
|
|
5220
5220
|
m ? m = !1 : $(he), f.params.push(ye());
|
|
5221
|
-
var
|
|
5222
|
-
if (be = !0, B = [], f.body = He(!0), be =
|
|
5221
|
+
var g = be, C = B;
|
|
5222
|
+
if (be = !0, B = [], f.body = He(!0), be = g, B = C, K || f.body.body.length && Mt(f.body.body[0]))
|
|
5223
5223
|
for (var P = f.id ? -1 : 0; P < f.params.length; ++P) {
|
|
5224
5224
|
var k = P < 0 ? f.id : f.params[P];
|
|
5225
|
-
if ((
|
|
5225
|
+
if ((Kr(k.name) || ut(k.name)) && I(k.start, "Defining '" + k.name + "' in strict mode"), P >= 0)
|
|
5226
5226
|
for (var U = 0; U < P; ++U)
|
|
5227
5227
|
k.name === f.params[U].name && I(k.start, "Argument name clash in strict mode");
|
|
5228
5228
|
}
|
|
5229
5229
|
return w(f, d ? "FunctionDeclaration" : "FunctionExpression");
|
|
5230
5230
|
}
|
|
5231
5231
|
function Yt(f, d, m) {
|
|
5232
|
-
for (var
|
|
5232
|
+
for (var g = [], C = !0; !j(f); ) {
|
|
5233
5233
|
if (C)
|
|
5234
5234
|
C = !1;
|
|
5235
5235
|
else if ($(he), d && r.allowTrailingCommas && j(f))
|
|
5236
5236
|
break;
|
|
5237
|
-
|
|
5237
|
+
g.push(m && T === he ? null : X(!0));
|
|
5238
5238
|
}
|
|
5239
|
-
return
|
|
5239
|
+
return g;
|
|
5240
5240
|
}
|
|
5241
5241
|
function ye(f) {
|
|
5242
5242
|
var d = z();
|
|
5243
|
-
return f && r.forbidReserved === "everywhere" && (f = !1), T === we ? (!f && (r.forbidReserved && Zi(x) || K &&
|
|
5243
|
+
return f && r.forbidReserved === "everywhere" && (f = !1), T === we ? (!f && (r.forbidReserved && Zi(x) || K && Kr(x)) && t.slice(p, h).indexOf("\\") === -1 && I(p, "The keyword '" + x + "' is reserved"), d.name = x) : f && T.keyword ? d.name = T.keyword : se(), A = !1, D(), w(d, "Identifier");
|
|
5244
5244
|
}
|
|
5245
5245
|
});
|
|
5246
5246
|
}
|
|
@@ -5410,9 +5410,9 @@ function $l(n, o, c) {
|
|
|
5410
5410
|
return;
|
|
5411
5411
|
}
|
|
5412
5412
|
const p = u.split("."), h = p.length;
|
|
5413
|
-
for (let
|
|
5414
|
-
const S = p[
|
|
5415
|
-
if (
|
|
5413
|
+
for (let b = 0; b < h; b++) {
|
|
5414
|
+
const S = p[b];
|
|
5415
|
+
if (b === h - 1)
|
|
5416
5416
|
return o.nativeToPseudo(a[S]);
|
|
5417
5417
|
if (!a) {
|
|
5418
5418
|
console.error(`getNodePropV1 unpkg failed, ${l}`);
|
|
@@ -5428,9 +5428,9 @@ function $l(n, o, c) {
|
|
|
5428
5428
|
console.error(`setNodePropV1 node not found, ${p}`);
|
|
5429
5429
|
return;
|
|
5430
5430
|
}
|
|
5431
|
-
const
|
|
5431
|
+
const b = l.split("."), S = b.length;
|
|
5432
5432
|
for (let T = 0; T < S; T++) {
|
|
5433
|
-
const x =
|
|
5433
|
+
const x = b[T];
|
|
5434
5434
|
if (T === S - 1)
|
|
5435
5435
|
h[x] = a;
|
|
5436
5436
|
else {
|
|
@@ -5636,14 +5636,14 @@ const le = /* @__PURE__ */ ne({
|
|
|
5636
5636
|
state: {}
|
|
5637
5637
|
},
|
|
5638
5638
|
setup(n) {
|
|
5639
|
-
const { t: o } = Qn(), c = n, v = Ai(), _ = de(), E =
|
|
5639
|
+
const { t: o } = Qn(), c = n, v = Ai(), _ = de(), E = Er(), y = Rr(), O = Di(), R = N(() => O[c.refContext.refid]);
|
|
5640
5640
|
R.value || Le.emit("compNotAvail", c.refContext.refid);
|
|
5641
5641
|
let r;
|
|
5642
5642
|
if (R.value && _ === "runtime") {
|
|
5643
|
-
const a = R.value.data.code.script;
|
|
5644
|
-
|
|
5643
|
+
const a = R.value.data, p = R.value.data.code.script;
|
|
5644
|
+
p && (r = ji({ env: v, type: E, data: a }, p));
|
|
5645
5645
|
}
|
|
5646
|
-
Li(r),
|
|
5646
|
+
Li(r), cr(() => {
|
|
5647
5647
|
r && Bi(r);
|
|
5648
5648
|
});
|
|
5649
5649
|
const t = () => {
|
|
@@ -5657,7 +5657,7 @@ const le = /* @__PURE__ */ ne({
|
|
|
5657
5657
|
{ deep: !0, immediate: !0 }
|
|
5658
5658
|
);
|
|
5659
5659
|
function e(a) {
|
|
5660
|
-
const p =
|
|
5660
|
+
const p = Or[y.version].refKey, h = Te[p];
|
|
5661
5661
|
return h ? H(h.comp, {
|
|
5662
5662
|
refContext: {
|
|
5663
5663
|
parent: c.refContext,
|
|
@@ -5667,12 +5667,12 @@ const le = /* @__PURE__ */ ne({
|
|
|
5667
5667
|
}) : (console.assert(!1, `ref element not found key=${p}`), H("div", `ref element not found key=${p}`));
|
|
5668
5668
|
}
|
|
5669
5669
|
function i(a) {
|
|
5670
|
-
var
|
|
5670
|
+
var b;
|
|
5671
5671
|
const p = Te[a.basic.key];
|
|
5672
5672
|
if (!p)
|
|
5673
5673
|
return console.assert(!1, `element not found key=${a.basic.key}`), H("div", `element not found key=${a.basic.key}`);
|
|
5674
5674
|
const h = [];
|
|
5675
|
-
return p.slots.some((S) => S.key === "default") && ((
|
|
5675
|
+
return p.slots.some((S) => S.key === "default") && ((b = a.children) == null || b.forEach((S) => {
|
|
5676
5676
|
h.push(s(S));
|
|
5677
5677
|
})), H(p.comp, { node: a }, { default: () => h });
|
|
5678
5678
|
}
|
|
@@ -5761,10 +5761,10 @@ const le = /* @__PURE__ */ ne({
|
|
|
5761
5761
|
}, Kt({ _: 2 }, [
|
|
5762
5762
|
Pa(s.value, (p, h) => ({
|
|
5763
5763
|
name: `item.${p.column}`,
|
|
5764
|
-
fn: te(({ value:
|
|
5764
|
+
fn: te(({ value: b }) => [
|
|
5765
5765
|
q(le, {
|
|
5766
5766
|
"ref-context": { refid: p.comp },
|
|
5767
|
-
state: { value:
|
|
5767
|
+
state: { value: b }
|
|
5768
5768
|
}, null, 8, ["ref-context", "state"])
|
|
5769
5769
|
])
|
|
5770
5770
|
}))
|
|
@@ -5790,7 +5790,7 @@ const le = /* @__PURE__ */ ne({
|
|
|
5790
5790
|
validator: (n) => n === "end",
|
|
5791
5791
|
default: "end"
|
|
5792
5792
|
}
|
|
5793
|
-
],
|
|
5793
|
+
], $n = {
|
|
5794
5794
|
key: "size",
|
|
5795
5795
|
name: "x-runtime-lib.size",
|
|
5796
5796
|
children: [
|
|
@@ -5809,7 +5809,7 @@ const le = /* @__PURE__ */ ne({
|
|
|
5809
5809
|
default: ""
|
|
5810
5810
|
}
|
|
5811
5811
|
]
|
|
5812
|
-
},
|
|
5812
|
+
}, Vn = {
|
|
5813
5813
|
key: "settings",
|
|
5814
5814
|
name: "x-runtime-lib.settings",
|
|
5815
5815
|
children: [
|
|
@@ -5911,7 +5911,7 @@ const le = /* @__PURE__ */ ne({
|
|
|
5911
5911
|
default: !1
|
|
5912
5912
|
}
|
|
5913
5913
|
]
|
|
5914
|
-
},
|
|
5914
|
+
}, Gn = {
|
|
5915
5915
|
key: "slots",
|
|
5916
5916
|
name: "x-runtime-lib.slots",
|
|
5917
5917
|
children: [
|
|
@@ -5944,15 +5944,15 @@ const le = /* @__PURE__ */ ne({
|
|
|
5944
5944
|
events: [],
|
|
5945
5945
|
methods: [],
|
|
5946
5946
|
props: {
|
|
5947
|
-
pageCommon: [Y, Vn, Gn
|
|
5948
|
-
compCommon: [Y, Vn, Gn
|
|
5947
|
+
pageCommon: [Y, $n, Vn, Gn],
|
|
5948
|
+
compCommon: [Y, $n, Vn, Gn]
|
|
5949
5949
|
}
|
|
5950
5950
|
};
|
|
5951
5951
|
function ql(n, o) {
|
|
5952
5952
|
const c = N(() => n.node.basic.id), v = N(() => `callMethod@${c.value}`);
|
|
5953
5953
|
wa(() => {
|
|
5954
5954
|
Le.on(v.value, o);
|
|
5955
|
-
}),
|
|
5955
|
+
}), cr(() => {
|
|
5956
5956
|
Le.off(v.value, o);
|
|
5957
5957
|
});
|
|
5958
5958
|
}
|
|
@@ -6019,7 +6019,7 @@ const Zl = ["id"], Ql = /* @__PURE__ */ ne({
|
|
|
6019
6019
|
compCommon: [Y]
|
|
6020
6020
|
},
|
|
6021
6021
|
teleport: !0
|
|
6022
|
-
},
|
|
6022
|
+
}, Yn = {
|
|
6023
6023
|
key: "globalSettings",
|
|
6024
6024
|
name: "x-runtime-lib.globalSettings",
|
|
6025
6025
|
children: [
|
|
@@ -6073,8 +6073,8 @@ const Zl = ["id"], Ql = /* @__PURE__ */ ne({
|
|
|
6073
6073
|
],
|
|
6074
6074
|
methods: [],
|
|
6075
6075
|
props: {
|
|
6076
|
-
pageCommon: [
|
|
6077
|
-
compCommon: [
|
|
6076
|
+
pageCommon: [Yn],
|
|
6077
|
+
compCommon: [Yn]
|
|
6078
6078
|
},
|
|
6079
6079
|
internal: !0
|
|
6080
6080
|
}, rc = { key: 0 }, nc = /* @__PURE__ */ ne({
|
|
@@ -6127,7 +6127,7 @@ const Zl = ["id"], Ql = /* @__PURE__ */ ne({
|
|
|
6127
6127
|
}, null, 8, ["model-value", "label", "placeholder", "hide-details", "single-line", "readonly", "theme"]));
|
|
6128
6128
|
};
|
|
6129
6129
|
}
|
|
6130
|
-
}),
|
|
6130
|
+
}), zn = {
|
|
6131
6131
|
key: "settings",
|
|
6132
6132
|
name: "x-runtime-lib.settings",
|
|
6133
6133
|
children: [
|
|
@@ -6180,8 +6180,8 @@ const Zl = ["id"], Ql = /* @__PURE__ */ ne({
|
|
|
6180
6180
|
events: [],
|
|
6181
6181
|
methods: [],
|
|
6182
6182
|
props: {
|
|
6183
|
-
pageCommon: [Y,
|
|
6184
|
-
compCommon: [Y,
|
|
6183
|
+
pageCommon: [Y, zn],
|
|
6184
|
+
compCommon: [Y, zn]
|
|
6185
6185
|
}
|
|
6186
6186
|
}, ac = /* @__PURE__ */ ne({
|
|
6187
6187
|
__name: "index",
|
|
@@ -6192,40 +6192,40 @@ const Zl = ["id"], Ql = /* @__PURE__ */ ne({
|
|
|
6192
6192
|
outer: { type: Boolean }
|
|
6193
6193
|
},
|
|
6194
6194
|
setup(n) {
|
|
6195
|
-
const { t: o } = Qn(), c = n, v = Ai(), _ = de(), E = Ii(), y =
|
|
6195
|
+
const { t: o } = Qn(), c = n, v = Ai(), _ = de(), E = Ii(), y = Er(), O = Rr(), R = Di(), r = N(() => R[c.refContext.refid]);
|
|
6196
6196
|
r.value || Le.emit("compNotAvail", c.refContext.refid);
|
|
6197
6197
|
let t;
|
|
6198
6198
|
if (r.value && _ === "runtime") {
|
|
6199
|
-
const h = r.value.data.code.script;
|
|
6200
|
-
|
|
6199
|
+
const h = r.value.data, b = r.value.data.code.script;
|
|
6200
|
+
b && (t = ji({ env: v, type: y, data: h }, b));
|
|
6201
6201
|
}
|
|
6202
|
-
Li(t),
|
|
6202
|
+
Li(t), cr(() => {
|
|
6203
6203
|
t && Bi(t);
|
|
6204
6204
|
});
|
|
6205
6205
|
const { applySize: e } = Fi(_, E, c), i = N(() => {
|
|
6206
|
-
const h = {},
|
|
6207
|
-
return y === "page" ?
|
|
6206
|
+
const h = {}, b = O.type;
|
|
6207
|
+
return y === "page" ? b === "common" ? e(h) : console.assert(!1) : y === "comp" && b === "common" ? e(h) : console.assert(!1), h;
|
|
6208
6208
|
});
|
|
6209
6209
|
function s(h) {
|
|
6210
|
-
const
|
|
6210
|
+
const b = Or[O.version].refKey, S = Te[b];
|
|
6211
6211
|
return S ? H(S.comp, {
|
|
6212
6212
|
refContext: {
|
|
6213
6213
|
parent: c.refContext,
|
|
6214
6214
|
refid: h.ref.id
|
|
6215
6215
|
},
|
|
6216
6216
|
node: h
|
|
6217
|
-
}) : (console.assert(!1, `ref element not found key=${
|
|
6217
|
+
}) : (console.assert(!1, `ref element not found key=${b}`), H("div", `ref element not found key=${b}`));
|
|
6218
6218
|
}
|
|
6219
6219
|
function u(h) {
|
|
6220
6220
|
var T;
|
|
6221
|
-
const
|
|
6222
|
-
if (!
|
|
6221
|
+
const b = Te[h.basic.key];
|
|
6222
|
+
if (!b)
|
|
6223
6223
|
return console.assert(!1, `element not found key=${h.basic.key}`), H("div", `element not found key=${h.basic.key}`);
|
|
6224
6224
|
const S = [];
|
|
6225
|
-
return
|
|
6225
|
+
return b.slots.some((x) => x.key === "default") && ((T = h.children) == null || T.forEach((x) => {
|
|
6226
6226
|
const A = l(x);
|
|
6227
6227
|
S.push(A);
|
|
6228
|
-
})), H(
|
|
6228
|
+
})), H(b.comp, { node: h }, { default: () => S });
|
|
6229
6229
|
}
|
|
6230
6230
|
function l(h) {
|
|
6231
6231
|
return h.ref ? s(h) : u(h);
|
|
@@ -6246,16 +6246,16 @@ const Zl = ["id"], Ql = /* @__PURE__ */ ne({
|
|
|
6246
6246
|
return H("div", { id: c.id }, o("x-runtime-lib.compNotAvail"));
|
|
6247
6247
|
const h = r.value.data.type;
|
|
6248
6248
|
if (h === "common") {
|
|
6249
|
-
const
|
|
6249
|
+
const b = [];
|
|
6250
6250
|
return r.value.data.view.nodes.forEach((S) => {
|
|
6251
|
-
|
|
6252
|
-
}), H("div", { id: c.id, style: i.value },
|
|
6251
|
+
b.push(l(S));
|
|
6252
|
+
}), H("div", { id: c.id, style: i.value }, b);
|
|
6253
6253
|
} else
|
|
6254
6254
|
return console.assert(!1, `invalid subtype=${h}`), H("div", { id: c.id }, `invalid subtype=${h}`);
|
|
6255
6255
|
};
|
|
6256
|
-
return (h,
|
|
6256
|
+
return (h, b) => (J(), fe(p));
|
|
6257
6257
|
}
|
|
6258
|
-
}),
|
|
6258
|
+
}), Xn = {
|
|
6259
6259
|
key: "ref",
|
|
6260
6260
|
name: "x-runtime-lib.ref",
|
|
6261
6261
|
children: [
|
|
@@ -6274,8 +6274,8 @@ const Zl = ["id"], Ql = /* @__PURE__ */ ne({
|
|
|
6274
6274
|
events: [],
|
|
6275
6275
|
methods: [],
|
|
6276
6276
|
props: {
|
|
6277
|
-
pageCommon: [Y, gt,
|
|
6278
|
-
compCommon: [Y, gt,
|
|
6277
|
+
pageCommon: [Y, gt, Xn],
|
|
6278
|
+
compCommon: [Y, gt, Xn]
|
|
6279
6279
|
}
|
|
6280
6280
|
}, uc = { key: 0 }, sc = /* @__PURE__ */ ne({
|
|
6281
6281
|
__name: "index",
|
|
@@ -6327,7 +6327,7 @@ const Zl = ["id"], Ql = /* @__PURE__ */ ne({
|
|
|
6327
6327
|
}, null, 8, ["model-value", "label", "placeholder", "hide-details", "single-line", "readonly", "theme"]));
|
|
6328
6328
|
};
|
|
6329
6329
|
}
|
|
6330
|
-
}),
|
|
6330
|
+
}), Wn = {
|
|
6331
6331
|
key: "settings",
|
|
6332
6332
|
name: "x-runtime-lib.settings",
|
|
6333
6333
|
children: [
|
|
@@ -6376,8 +6376,8 @@ const Zl = ["id"], Ql = /* @__PURE__ */ ne({
|
|
|
6376
6376
|
events: [],
|
|
6377
6377
|
methods: [],
|
|
6378
6378
|
props: {
|
|
6379
|
-
pageCommon: [Y,
|
|
6380
|
-
compCommon: [Y,
|
|
6379
|
+
pageCommon: [Y, Wn],
|
|
6380
|
+
compCommon: [Y, Wn]
|
|
6381
6381
|
}
|
|
6382
6382
|
}, cc = { key: 0 }, fc = /* @__PURE__ */ ne({
|
|
6383
6383
|
__name: "index",
|
|
@@ -6518,7 +6518,7 @@ const Zl = ["id"], Ql = /* @__PURE__ */ ne({
|
|
|
6518
6518
|
]), 1032, ["label", "placeholder", "hide-details", "single-line", "readonly", "theme"]));
|
|
6519
6519
|
};
|
|
6520
6520
|
}
|
|
6521
|
-
}),
|
|
6521
|
+
}), Hn = {
|
|
6522
6522
|
key: "settings",
|
|
6523
6523
|
name: "x-runtime-lib.settings",
|
|
6524
6524
|
children: [
|
|
@@ -6553,7 +6553,7 @@ const Zl = ["id"], Ql = /* @__PURE__ */ ne({
|
|
|
6553
6553
|
default: !1
|
|
6554
6554
|
}
|
|
6555
6555
|
]
|
|
6556
|
-
},
|
|
6556
|
+
}, Jn = {
|
|
6557
6557
|
key: "slots",
|
|
6558
6558
|
name: "x-runtime-lib.slots",
|
|
6559
6559
|
children: [
|
|
@@ -6607,8 +6607,8 @@ const Zl = ["id"], Ql = /* @__PURE__ */ ne({
|
|
|
6607
6607
|
events: [],
|
|
6608
6608
|
methods: [],
|
|
6609
6609
|
props: {
|
|
6610
|
-
pageCommon: [Y,
|
|
6611
|
-
compCommon: [Y,
|
|
6610
|
+
pageCommon: [Y, Hn, Jn],
|
|
6611
|
+
compCommon: [Y, Hn, Jn]
|
|
6612
6612
|
}
|
|
6613
6613
|
}, dc = {
|
|
6614
6614
|
version: "v1",
|
|
@@ -6643,7 +6643,7 @@ const Zl = ["id"], Ql = /* @__PURE__ */ ne({
|
|
|
6643
6643
|
]
|
|
6644
6644
|
}
|
|
6645
6645
|
]
|
|
6646
|
-
},
|
|
6646
|
+
}, Or = {
|
|
6647
6647
|
v1: dc
|
|
6648
6648
|
}, Te = {}, hc = {
|
|
6649
6649
|
key: "add",
|
|
@@ -6690,24 +6690,24 @@ export {
|
|
|
6690
6690
|
Te as elements,
|
|
6691
6691
|
ei as genId,
|
|
6692
6692
|
Ec as getNode,
|
|
6693
|
-
|
|
6693
|
+
In as getPropDefault,
|
|
6694
6694
|
vl as getPropTag,
|
|
6695
|
-
|
|
6695
|
+
Dn as initProps,
|
|
6696
6696
|
$e as injectDark,
|
|
6697
|
-
|
|
6697
|
+
Rr as injectData,
|
|
6698
6698
|
Di as injectDepends,
|
|
6699
6699
|
Ii as injectDevice,
|
|
6700
6700
|
Ai as injectEnv,
|
|
6701
6701
|
_l as injectInterpreter,
|
|
6702
6702
|
de as injectMode,
|
|
6703
|
-
|
|
6704
|
-
|
|
6705
|
-
|
|
6706
|
-
|
|
6703
|
+
Er as injectType,
|
|
6704
|
+
fr as isEmptyStr,
|
|
6705
|
+
dr as isPercentStr,
|
|
6706
|
+
pr as isPixelStr,
|
|
6707
6707
|
Cc as loadLocaleMessageRuntime,
|
|
6708
6708
|
Wt as parsePercentStr,
|
|
6709
6709
|
gc as parsePixelStr,
|
|
6710
|
-
|
|
6710
|
+
Or as pkgs,
|
|
6711
6711
|
Sc as provideDark,
|
|
6712
6712
|
Pc as provideData,
|
|
6713
6713
|
wc as provideDepends,
|