x-runtime-lib 0.5.12 → 0.5.13

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 CHANGED
@@ -1,48 +1,48 @@
1
1
  var ya = Object.defineProperty;
2
2
  var ma = (n, o, f) => o in n ? ya(n, o, { enumerable: !0, configurable: !0, writable: !0, value: f }) : n[o] = f;
3
- var Xt = (n, o, f) => ma(n, typeof o != "symbol" ? o + "" : o, f);
4
- import { provide as pe, inject as de, readonly as bt, isReactive as $n, defineComponent as oe, computed as N, resolveComponent as fe, openBlock as H, createBlock as he, unref as He, createElementBlock as Ke, createVNode as qe, normalizeStyle as ga, renderSlot as Vn, isRef as _a, withCtx as Wt, normalizeProps as ba, guardReactiveProps as Ea, createTextVNode as Ra, watchEffect as Oa, onBeforeUnmount as Ta, h as Ye } from "vue";
5
- import { useViewStack as Na, eventBus as Gn, messageInfo as Sa, messageSuccess as xa, messageWarning as wa, messageError as Pa, openConfirmDlg as Ca, openPromptDlg as Aa } from "x-essential-lib";
6
- import { useI18n as ka } from "vue-i18n";
7
- const an = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
8
- function Yn(n) {
3
+ var Jt = (n, o, f) => ma(n, typeof o != "symbol" ? o + "" : o, f);
4
+ import { provide as pe, inject as de, readonly as Rt, isReactive as zn, defineComponent as oe, computed as N, resolveComponent as fe, openBlock as H, createBlock as he, unref as He, createElementBlock as Ke, createVNode as qe, normalizeStyle as ga, renderSlot as Xn, isRef as _a, withCtx as Ht, normalizeProps as ba, guardReactiveProps as Ea, createTextVNode as Ra, watchEffect as Oa, onBeforeUnmount as Ta, h as Ye } from "vue";
5
+ import { useViewStack as Na, eventBus as Wn, messageInfo as Sa, messageSuccess as xa, messageWarning as Pa, messageError as wa, openConfirmDlg as Ca, openPromptDlg as ka } from "x-essential-lib";
6
+ import { useI18n as Aa } from "vue-i18n";
7
+ const sn = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
8
+ function Jn(n) {
9
9
  let o = "";
10
10
  for (let f = 0; f < n; f++) {
11
- const h = Math.floor(Math.random() * an.length);
12
- o += an[h];
11
+ const h = Math.floor(Math.random() * sn.length);
12
+ o += sn[h];
13
13
  }
14
14
  return o;
15
15
  }
16
- function lr(n) {
16
+ function pr(n) {
17
17
  return n === "";
18
18
  }
19
- function cr(n) {
19
+ function dr(n) {
20
20
  if (typeof n != "string" || !n.endsWith("px"))
21
21
  return !1;
22
22
  const o = n.substring(0, n.length - 2), f = parseFloat(o);
23
23
  return !(isNaN(f) || f % 1 !== 0);
24
24
  }
25
- function fr(n) {
25
+ function hr(n) {
26
26
  if (typeof n != "string" || !n.endsWith("%"))
27
27
  return !1;
28
28
  const o = n.substring(0, n.length - 1), f = parseFloat(o);
29
29
  return !isNaN(f);
30
30
  }
31
- function dc(n) {
31
+ function yc(n) {
32
32
  if (typeof n != "string" || !n.endsWith("px"))
33
33
  return;
34
34
  const o = n.substring(0, n.length - 2), f = parseFloat(o);
35
35
  if (!isNaN(f) && f % 1 === 0)
36
36
  return f;
37
37
  }
38
- function Jt(n) {
38
+ function Kt(n) {
39
39
  if (typeof n != "string" || !n.endsWith("%"))
40
40
  return;
41
41
  const o = n.substring(0, n.length - 1), f = parseFloat(o);
42
42
  if (!isNaN(f))
43
43
  return f;
44
44
  }
45
- var zn = typeof global == "object" && global && global.Object === Object && global, Ia = typeof self == "object" && self && self.Object === Object && self, ee = zn || Ia || Function("return this")(), Pe = ee.Symbol, Xn = Object.prototype, Da = Xn.hasOwnProperty, La = Xn.toString, ze = Pe ? Pe.toStringTag : void 0;
45
+ var Hn = typeof global == "object" && global && global.Object === Object && global, Ia = typeof self == "object" && self && self.Object === Object && self, te = Hn || Ia || Function("return this")(), we = te.Symbol, Kn = Object.prototype, Da = Kn.hasOwnProperty, La = Kn.toString, ze = we ? we.toStringTag : void 0;
46
46
  function Fa(n) {
47
47
  var o = Da.call(n, ze), f = n[ze];
48
48
  try {
@@ -57,31 +57,31 @@ var Ma = Object.prototype, Ua = Ma.toString;
57
57
  function ja(n) {
58
58
  return Ua.call(n);
59
59
  }
60
- var Ba = "[object Null]", $a = "[object Undefined]", on = Pe ? Pe.toStringTag : void 0;
60
+ var Ba = "[object Null]", $a = "[object Undefined]", ln = we ? we.toStringTag : void 0;
61
61
  function Ze(n) {
62
- return n == null ? n === void 0 ? $a : Ba : on && on in Object(n) ? Fa(n) : ja(n);
62
+ return n == null ? n === void 0 ? $a : Ba : ln && ln in Object(n) ? Fa(n) : ja(n);
63
63
  }
64
64
  function Qe(n) {
65
65
  return n != null && typeof n == "object";
66
66
  }
67
- var pr = Array.isArray;
67
+ var vr = Array.isArray;
68
68
  function et(n) {
69
69
  var o = typeof n;
70
70
  return n != null && (o == "object" || o == "function");
71
71
  }
72
72
  var Va = "[object AsyncFunction]", Ga = "[object Function]", Ya = "[object GeneratorFunction]", za = "[object Proxy]";
73
- function Wn(n) {
73
+ function qn(n) {
74
74
  if (!et(n))
75
75
  return !1;
76
76
  var o = Ze(n);
77
77
  return o == Ga || o == Ya || o == Va || o == za;
78
78
  }
79
- var Ht = ee["__core-js_shared__"], un = function() {
80
- var n = /[^.]+$/.exec(Ht && Ht.keys && Ht.keys.IE_PROTO || "");
79
+ var qt = te["__core-js_shared__"], cn = function() {
80
+ var n = /[^.]+$/.exec(qt && qt.keys && qt.keys.IE_PROTO || "");
81
81
  return n ? "Symbol(src)_1." + n : "";
82
82
  }();
83
83
  function Xa(n) {
84
- return !!un && un in n;
84
+ return !!cn && cn in n;
85
85
  }
86
86
  var Wa = Function.prototype, Ja = Wa.toString;
87
87
  function be(n) {
@@ -103,7 +103,7 @@ var Ha = /[\\^$.*+?()[\]{}|]/g, Ka = /^\[object .+?Constructor\]$/, qa = Functio
103
103
  function ro(n) {
104
104
  if (!et(n) || Xa(n))
105
105
  return !1;
106
- var o = Wn(n) ? to : Ka;
106
+ var o = qn(n) ? to : Ka;
107
107
  return o.test(be(n));
108
108
  }
109
109
  function no(n, o) {
@@ -113,14 +113,14 @@ function Ee(n, o) {
113
113
  var f = no(n, o);
114
114
  return ro(f) ? f : void 0;
115
115
  }
116
- var qt = Ee(ee, "WeakMap"), sn = Object.create, io = /* @__PURE__ */ function() {
116
+ var Qt = Ee(te, "WeakMap"), fn = Object.create, io = /* @__PURE__ */ function() {
117
117
  function n() {
118
118
  }
119
119
  return function(o) {
120
120
  if (!et(o))
121
121
  return {};
122
- if (sn)
123
- return sn(o);
122
+ if (fn)
123
+ return fn(o);
124
124
  n.prototype = o;
125
125
  var f = new n();
126
126
  return n.prototype = void 0, f;
@@ -132,7 +132,7 @@ function ao(n, o) {
132
132
  o[f] = n[f];
133
133
  return o;
134
134
  }
135
- var ln = function() {
135
+ var pn = function() {
136
136
  try {
137
137
  var n = Ee(Object, "defineProperty");
138
138
  return n({}, "", {}), n;
@@ -149,40 +149,40 @@ function lo(n, o) {
149
149
  var f = typeof n;
150
150
  return o = o ?? uo, !!o && (f == "number" || f != "symbol" && so.test(n)) && n > -1 && n % 1 == 0 && n < o;
151
151
  }
152
- function Jn(n, o, f) {
153
- o == "__proto__" && ln ? ln(n, o, {
152
+ function Zn(n, o, f) {
153
+ o == "__proto__" && pn ? pn(n, o, {
154
154
  configurable: !0,
155
155
  enumerable: !0,
156
156
  value: f,
157
157
  writable: !0
158
158
  }) : n[o] = f;
159
159
  }
160
- function Hn(n, o) {
160
+ function Qn(n, o) {
161
161
  return n === o || n !== n && o !== o;
162
162
  }
163
163
  var co = Object.prototype, fo = co.hasOwnProperty;
164
- function Kn(n, o, f) {
164
+ function ei(n, o, f) {
165
165
  var h = n[o];
166
- (!(fo.call(n, o) && Hn(h, f)) || f === void 0 && !(o in n)) && Jn(n, o, f);
166
+ (!(fo.call(n, o) && Qn(h, f)) || f === void 0 && !(o in n)) && Zn(n, o, f);
167
167
  }
168
- function Et(n, o, f, h) {
168
+ function Ot(n, o, f, h) {
169
169
  var g = !f;
170
170
  f || (f = {});
171
171
  for (var b = -1, m = o.length; ++b < m; ) {
172
172
  var T = o[b], R = void 0;
173
- R === void 0 && (R = n[T]), g ? Jn(f, T, R) : Kn(f, T, R);
173
+ R === void 0 && (R = n[T]), g ? Zn(f, T, R) : ei(f, T, R);
174
174
  }
175
175
  return f;
176
176
  }
177
177
  var po = 9007199254740991;
178
- function qn(n) {
178
+ function ti(n) {
179
179
  return typeof n == "number" && n > -1 && n % 1 == 0 && n <= po;
180
180
  }
181
- function Zn(n) {
182
- return n != null && qn(n.length) && !Wn(n);
181
+ function ri(n) {
182
+ return n != null && ti(n.length) && !qn(n);
183
183
  }
184
184
  var ho = Object.prototype;
185
- function dr(n) {
185
+ function yr(n) {
186
186
  var o = n && n.constructor, f = typeof o == "function" && o.prototype || ho;
187
187
  return n === f;
188
188
  }
@@ -192,37 +192,37 @@ function vo(n, o) {
192
192
  return h;
193
193
  }
194
194
  var yo = "[object Arguments]";
195
- function cn(n) {
195
+ function dn(n) {
196
196
  return Qe(n) && Ze(n) == yo;
197
197
  }
198
- var Qn = Object.prototype, mo = Qn.hasOwnProperty, go = Qn.propertyIsEnumerable, _o = cn(/* @__PURE__ */ function() {
198
+ var ni = Object.prototype, mo = ni.hasOwnProperty, go = ni.propertyIsEnumerable, _o = dn(/* @__PURE__ */ function() {
199
199
  return arguments;
200
- }()) ? cn : function(n) {
200
+ }()) ? dn : function(n) {
201
201
  return Qe(n) && mo.call(n, "callee") && !go.call(n, "callee");
202
202
  };
203
203
  function bo() {
204
204
  return !1;
205
205
  }
206
- var ei = typeof exports == "object" && exports && !exports.nodeType && exports, fn = ei && typeof module == "object" && module && !module.nodeType && module, Eo = fn && fn.exports === ei, pn = Eo ? ee.Buffer : void 0, Ro = pn ? pn.isBuffer : void 0, ti = Ro || bo, Oo = "[object Arguments]", To = "[object Array]", No = "[object Boolean]", So = "[object Date]", xo = "[object Error]", wo = "[object Function]", Po = "[object Map]", Co = "[object Number]", Ao = "[object Object]", ko = "[object RegExp]", Io = "[object Set]", Do = "[object String]", Lo = "[object WeakMap]", Fo = "[object ArrayBuffer]", Mo = "[object DataView]", Uo = "[object Float32Array]", jo = "[object Float64Array]", Bo = "[object Int8Array]", $o = "[object Int16Array]", Vo = "[object Int32Array]", Go = "[object Uint8Array]", Yo = "[object Uint8ClampedArray]", zo = "[object Uint16Array]", Xo = "[object Uint32Array]", M = {};
206
+ var ii = typeof exports == "object" && exports && !exports.nodeType && exports, hn = ii && typeof module == "object" && module && !module.nodeType && module, Eo = hn && hn.exports === ii, vn = Eo ? te.Buffer : void 0, Ro = vn ? vn.isBuffer : void 0, ai = Ro || bo, Oo = "[object Arguments]", To = "[object Array]", No = "[object Boolean]", So = "[object Date]", xo = "[object Error]", Po = "[object Function]", wo = "[object Map]", Co = "[object Number]", ko = "[object Object]", Ao = "[object RegExp]", Io = "[object Set]", Do = "[object String]", Lo = "[object WeakMap]", Fo = "[object ArrayBuffer]", Mo = "[object DataView]", Uo = "[object Float32Array]", jo = "[object Float64Array]", Bo = "[object Int8Array]", $o = "[object Int16Array]", Vo = "[object Int32Array]", Go = "[object Uint8Array]", Yo = "[object Uint8ClampedArray]", zo = "[object Uint16Array]", Xo = "[object Uint32Array]", M = {};
207
207
  M[Uo] = M[jo] = M[Bo] = M[$o] = M[Vo] = M[Go] = M[Yo] = M[zo] = M[Xo] = !0;
208
- M[Oo] = M[To] = M[Fo] = M[No] = M[Mo] = M[So] = M[xo] = M[wo] = M[Po] = M[Co] = M[Ao] = M[ko] = M[Io] = M[Do] = M[Lo] = !1;
208
+ M[Oo] = M[To] = M[Fo] = M[No] = M[Mo] = M[So] = M[xo] = M[Po] = M[wo] = M[Co] = M[ko] = M[Ao] = M[Io] = M[Do] = M[Lo] = !1;
209
209
  function Wo(n) {
210
- return Qe(n) && qn(n.length) && !!M[Ze(n)];
210
+ return Qe(n) && ti(n.length) && !!M[Ze(n)];
211
211
  }
212
- function hr(n) {
212
+ function mr(n) {
213
213
  return function(o) {
214
214
  return n(o);
215
215
  };
216
216
  }
217
- var ri = typeof exports == "object" && exports && !exports.nodeType && exports, Xe = ri && typeof module == "object" && module && !module.nodeType && module, Jo = Xe && Xe.exports === ri, Kt = Jo && zn.process, Ce = function() {
217
+ var oi = typeof exports == "object" && exports && !exports.nodeType && exports, Xe = oi && typeof module == "object" && module && !module.nodeType && module, Jo = Xe && Xe.exports === oi, Zt = Jo && Hn.process, Ce = function() {
218
218
  try {
219
219
  var n = Xe && Xe.require && Xe.require("util").types;
220
- return n || Kt && Kt.binding && Kt.binding("util");
220
+ return n || Zt && Zt.binding && Zt.binding("util");
221
221
  } catch {
222
222
  }
223
- }(), dn = Ce && Ce.isTypedArray, Ho = dn ? hr(dn) : Wo, Ko = Object.prototype, qo = Ko.hasOwnProperty;
224
- function ni(n, o) {
225
- var f = pr(n), h = !f && _o(n), g = !f && !h && ti(n), b = !f && !h && !g && Ho(n), m = f || h || g || b, T = m ? vo(n.length, String) : [], R = T.length;
223
+ }(), yn = Ce && Ce.isTypedArray, Ho = yn ? mr(yn) : Wo, Ko = Object.prototype, qo = Ko.hasOwnProperty;
224
+ function ui(n, o) {
225
+ var f = vr(n), h = !f && _o(n), g = !f && !h && ai(n), b = !f && !h && !g && Ho(n), m = f || h || g || b, T = m ? vo(n.length, String) : [], R = T.length;
226
226
  for (var r in n)
227
227
  (o || qo.call(n, r)) && !(m && // Safari 9 has enumerable `arguments.length` in strict mode.
228
228
  (r == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
@@ -231,22 +231,22 @@ function ni(n, o) {
231
231
  lo(r, R))) && T.push(r);
232
232
  return T;
233
233
  }
234
- function ii(n, o) {
234
+ function si(n, o) {
235
235
  return function(f) {
236
236
  return n(o(f));
237
237
  };
238
238
  }
239
- var Zo = ii(Object.keys, Object), Qo = Object.prototype, eu = Qo.hasOwnProperty;
239
+ var Zo = si(Object.keys, Object), Qo = Object.prototype, eu = Qo.hasOwnProperty;
240
240
  function tu(n) {
241
- if (!dr(n))
241
+ if (!yr(n))
242
242
  return Zo(n);
243
243
  var o = [];
244
244
  for (var f in Object(n))
245
245
  eu.call(n, f) && f != "constructor" && o.push(f);
246
246
  return o;
247
247
  }
248
- function vr(n) {
249
- return Zn(n) ? ni(n) : tu(n);
248
+ function gr(n) {
249
+ return ri(n) ? ui(n) : tu(n);
250
250
  }
251
251
  function ru(n) {
252
252
  var o = [];
@@ -259,13 +259,13 @@ var nu = Object.prototype, iu = nu.hasOwnProperty;
259
259
  function au(n) {
260
260
  if (!et(n))
261
261
  return ru(n);
262
- var o = dr(n), f = [];
262
+ var o = yr(n), f = [];
263
263
  for (var h in n)
264
264
  h == "constructor" && (o || !iu.call(n, h)) || f.push(h);
265
265
  return f;
266
266
  }
267
- function yr(n) {
268
- return Zn(n) ? ni(n, !0) : au(n);
267
+ function _r(n) {
268
+ return ri(n) ? ui(n, !0) : au(n);
269
269
  }
270
270
  var We = Ee(Object, "create");
271
271
  function ou() {
@@ -309,29 +309,29 @@ _e.prototype.set = yu;
309
309
  function mu() {
310
310
  this.__data__ = [], this.size = 0;
311
311
  }
312
- function Rt(n, o) {
312
+ function Tt(n, o) {
313
313
  for (var f = n.length; f--; )
314
- if (Hn(n[f][0], o))
314
+ if (Qn(n[f][0], o))
315
315
  return f;
316
316
  return -1;
317
317
  }
318
318
  var gu = Array.prototype, _u = gu.splice;
319
319
  function bu(n) {
320
- var o = this.__data__, f = Rt(o, n);
320
+ var o = this.__data__, f = Tt(o, n);
321
321
  if (f < 0)
322
322
  return !1;
323
323
  var h = o.length - 1;
324
324
  return f == h ? o.pop() : _u.call(o, f, 1), --this.size, !0;
325
325
  }
326
326
  function Eu(n) {
327
- var o = this.__data__, f = Rt(o, n);
327
+ var o = this.__data__, f = Tt(o, n);
328
328
  return f < 0 ? void 0 : o[f][1];
329
329
  }
330
330
  function Ru(n) {
331
- return Rt(this.__data__, n) > -1;
331
+ return Tt(this.__data__, n) > -1;
332
332
  }
333
333
  function Ou(n, o) {
334
- var f = this.__data__, h = Rt(f, n);
334
+ var f = this.__data__, h = Tt(f, n);
335
335
  return h < 0 ? (++this.size, f.push([n, o])) : f[h][1] = o, this;
336
336
  }
337
337
  function ue(n) {
@@ -346,7 +346,7 @@ ue.prototype.delete = bu;
346
346
  ue.prototype.get = Eu;
347
347
  ue.prototype.has = Ru;
348
348
  ue.prototype.set = Ou;
349
- var Je = Ee(ee, "Map");
349
+ var Je = Ee(te, "Map");
350
350
  function Tu() {
351
351
  this.size = 0, this.__data__ = {
352
352
  hash: new _e(),
@@ -358,50 +358,50 @@ function Nu(n) {
358
358
  var o = typeof n;
359
359
  return o == "string" || o == "number" || o == "symbol" || o == "boolean" ? n !== "__proto__" : n === null;
360
360
  }
361
- function Ot(n, o) {
361
+ function Nt(n, o) {
362
362
  var f = n.__data__;
363
363
  return Nu(o) ? f[typeof o == "string" ? "string" : "hash"] : f.map;
364
364
  }
365
365
  function Su(n) {
366
- var o = Ot(this, n).delete(n);
366
+ var o = Nt(this, n).delete(n);
367
367
  return this.size -= o ? 1 : 0, o;
368
368
  }
369
369
  function xu(n) {
370
- return Ot(this, n).get(n);
370
+ return Nt(this, n).get(n);
371
371
  }
372
- function wu(n) {
373
- return Ot(this, n).has(n);
372
+ function Pu(n) {
373
+ return Nt(this, n).has(n);
374
374
  }
375
- function Pu(n, o) {
376
- var f = Ot(this, n), h = f.size;
375
+ function wu(n, o) {
376
+ var f = Nt(this, n), h = f.size;
377
377
  return f.set(n, o), this.size += f.size == h ? 0 : 1, this;
378
378
  }
379
- function ke(n) {
379
+ function Ae(n) {
380
380
  var o = -1, f = n == null ? 0 : n.length;
381
381
  for (this.clear(); ++o < f; ) {
382
382
  var h = n[o];
383
383
  this.set(h[0], h[1]);
384
384
  }
385
385
  }
386
- ke.prototype.clear = Tu;
387
- ke.prototype.delete = Su;
388
- ke.prototype.get = xu;
389
- ke.prototype.has = wu;
390
- ke.prototype.set = Pu;
391
- function ai(n, o) {
386
+ Ae.prototype.clear = Tu;
387
+ Ae.prototype.delete = Su;
388
+ Ae.prototype.get = xu;
389
+ Ae.prototype.has = Pu;
390
+ Ae.prototype.set = wu;
391
+ function li(n, o) {
392
392
  for (var f = -1, h = o.length, g = n.length; ++f < h; )
393
393
  n[g + f] = o[f];
394
394
  return n;
395
395
  }
396
- var oi = ii(Object.getPrototypeOf, Object);
396
+ var ci = si(Object.getPrototypeOf, Object);
397
397
  function Cu() {
398
398
  this.__data__ = new ue(), this.size = 0;
399
399
  }
400
- function Au(n) {
400
+ function ku(n) {
401
401
  var o = this.__data__, f = o.delete(n);
402
402
  return this.size = o.size, f;
403
403
  }
404
- function ku(n) {
404
+ function Au(n) {
405
405
  return this.__data__.get(n);
406
406
  }
407
407
  function Iu(n) {
@@ -414,7 +414,7 @@ function Lu(n, o) {
414
414
  var h = f.__data__;
415
415
  if (!Je || h.length < Du - 1)
416
416
  return h.push([n, o]), this.size = ++f.size, this;
417
- f = this.__data__ = new ke(h);
417
+ f = this.__data__ = new Ae(h);
418
418
  }
419
419
  return f.set(n, o), this.size = f.size, this;
420
420
  }
@@ -423,21 +423,21 @@ function Ie(n) {
423
423
  this.size = o.size;
424
424
  }
425
425
  Ie.prototype.clear = Cu;
426
- Ie.prototype.delete = Au;
427
- Ie.prototype.get = ku;
426
+ Ie.prototype.delete = ku;
427
+ Ie.prototype.get = Au;
428
428
  Ie.prototype.has = Iu;
429
429
  Ie.prototype.set = Lu;
430
430
  function Fu(n, o) {
431
- return n && Et(o, vr(o), n);
431
+ return n && Ot(o, gr(o), n);
432
432
  }
433
433
  function Mu(n, o) {
434
- return n && Et(o, yr(o), n);
434
+ return n && Ot(o, _r(o), n);
435
435
  }
436
- var ui = typeof exports == "object" && exports && !exports.nodeType && exports, hn = ui && typeof module == "object" && module && !module.nodeType && module, Uu = hn && hn.exports === ui, vn = Uu ? ee.Buffer : void 0, yn = vn ? vn.allocUnsafe : void 0;
436
+ var fi = typeof exports == "object" && exports && !exports.nodeType && exports, mn = fi && typeof module == "object" && module && !module.nodeType && module, Uu = mn && mn.exports === fi, gn = Uu ? te.Buffer : void 0, _n = gn ? gn.allocUnsafe : void 0;
437
437
  function ju(n, o) {
438
438
  if (o)
439
439
  return n.slice();
440
- var f = n.length, h = yn ? yn(f) : new n.constructor(f);
440
+ var f = n.length, h = _n ? _n(f) : new n.constructor(f);
441
441
  return n.copy(h), h;
442
442
  }
443
443
  function Bu(n, o) {
@@ -447,50 +447,50 @@ function Bu(n, o) {
447
447
  }
448
448
  return b;
449
449
  }
450
- function si() {
450
+ function pi() {
451
451
  return [];
452
452
  }
453
- var $u = Object.prototype, Vu = $u.propertyIsEnumerable, mn = Object.getOwnPropertySymbols, mr = mn ? function(n) {
454
- return n == null ? [] : (n = Object(n), Bu(mn(n), function(o) {
453
+ var $u = Object.prototype, Vu = $u.propertyIsEnumerable, bn = Object.getOwnPropertySymbols, br = bn ? function(n) {
454
+ return n == null ? [] : (n = Object(n), Bu(bn(n), function(o) {
455
455
  return Vu.call(n, o);
456
456
  }));
457
- } : si;
457
+ } : pi;
458
458
  function Gu(n, o) {
459
- return Et(n, mr(n), o);
459
+ return Ot(n, br(n), o);
460
460
  }
461
- var Yu = Object.getOwnPropertySymbols, li = Yu ? function(n) {
461
+ var Yu = Object.getOwnPropertySymbols, di = Yu ? function(n) {
462
462
  for (var o = []; n; )
463
- ai(o, mr(n)), n = oi(n);
463
+ li(o, br(n)), n = ci(n);
464
464
  return o;
465
- } : si;
465
+ } : pi;
466
466
  function zu(n, o) {
467
- return Et(n, li(n), o);
467
+ return Ot(n, di(n), o);
468
468
  }
469
- function ci(n, o, f) {
469
+ function hi(n, o, f) {
470
470
  var h = o(n);
471
- return pr(n) ? h : ai(h, f(n));
471
+ return vr(n) ? h : li(h, f(n));
472
472
  }
473
473
  function Xu(n) {
474
- return ci(n, vr, mr);
474
+ return hi(n, gr, br);
475
475
  }
476
476
  function Wu(n) {
477
- return ci(n, yr, li);
477
+ return hi(n, _r, di);
478
478
  }
479
- var Zt = Ee(ee, "DataView"), Qt = Ee(ee, "Promise"), er = Ee(ee, "Set"), gn = "[object Map]", Ju = "[object Object]", _n = "[object Promise]", bn = "[object Set]", En = "[object WeakMap]", Rn = "[object DataView]", Hu = be(Zt), Ku = be(Je), qu = be(Qt), Zu = be(er), Qu = be(qt), ae = Ze;
480
- (Zt && ae(new Zt(new ArrayBuffer(1))) != Rn || Je && ae(new Je()) != gn || Qt && ae(Qt.resolve()) != _n || er && ae(new er()) != bn || qt && ae(new qt()) != En) && (ae = function(n) {
479
+ var er = Ee(te, "DataView"), tr = Ee(te, "Promise"), rr = Ee(te, "Set"), En = "[object Map]", Ju = "[object Object]", Rn = "[object Promise]", On = "[object Set]", Tn = "[object WeakMap]", Nn = "[object DataView]", Hu = be(er), Ku = be(Je), qu = be(tr), Zu = be(rr), Qu = be(Qt), ae = Ze;
480
+ (er && ae(new er(new ArrayBuffer(1))) != Nn || Je && ae(new Je()) != En || tr && ae(tr.resolve()) != Rn || rr && ae(new rr()) != On || Qt && ae(new Qt()) != Tn) && (ae = function(n) {
481
481
  var o = Ze(n), f = o == Ju ? n.constructor : void 0, h = f ? be(f) : "";
482
482
  if (h)
483
483
  switch (h) {
484
484
  case Hu:
485
- return Rn;
485
+ return Nn;
486
486
  case Ku:
487
- return gn;
487
+ return En;
488
488
  case qu:
489
- return _n;
489
+ return Rn;
490
490
  case Zu:
491
- return bn;
491
+ return On;
492
492
  case Qu:
493
- return En;
493
+ return Tn;
494
494
  }
495
495
  return o;
496
496
  });
@@ -499,13 +499,13 @@ function rs(n) {
499
499
  var o = n.length, f = new n.constructor(o);
500
500
  return o && typeof n[0] == "string" && ts.call(n, "index") && (f.index = n.index, f.input = n.input), f;
501
501
  }
502
- var On = ee.Uint8Array;
503
- function gr(n) {
502
+ var Sn = te.Uint8Array;
503
+ function Er(n) {
504
504
  var o = new n.constructor(n.byteLength);
505
- return new On(o).set(new On(n)), o;
505
+ return new Sn(o).set(new Sn(n)), o;
506
506
  }
507
507
  function ns(n, o) {
508
- var f = o ? gr(n.buffer) : n.buffer;
508
+ var f = o ? Er(n.buffer) : n.buffer;
509
509
  return new n.constructor(f, n.byteOffset, n.byteLength);
510
510
  }
511
511
  var is = /\w*$/;
@@ -513,12 +513,12 @@ function as(n) {
513
513
  var o = new n.constructor(n.source, is.exec(n));
514
514
  return o.lastIndex = n.lastIndex, o;
515
515
  }
516
- var Tn = Pe ? Pe.prototype : void 0, Nn = Tn ? Tn.valueOf : void 0;
516
+ var xn = we ? we.prototype : void 0, Pn = xn ? xn.valueOf : void 0;
517
517
  function os(n) {
518
- return Nn ? Object(Nn.call(n)) : {};
518
+ return Pn ? Object(Pn.call(n)) : {};
519
519
  }
520
520
  function us(n, o) {
521
- var f = o ? gr(n.buffer) : n.buffer;
521
+ var f = o ? Er(n.buffer) : n.buffer;
522
522
  return new n.constructor(f, n.byteOffset, n.length);
523
523
  }
524
524
  var ss = "[object Boolean]", ls = "[object Date]", cs = "[object Map]", fs = "[object Number]", ps = "[object RegExp]", ds = "[object Set]", hs = "[object String]", vs = "[object Symbol]", ys = "[object ArrayBuffer]", ms = "[object DataView]", gs = "[object Float32Array]", _s = "[object Float64Array]", bs = "[object Int8Array]", Es = "[object Int16Array]", Rs = "[object Int32Array]", Os = "[object Uint8Array]", Ts = "[object Uint8ClampedArray]", Ns = "[object Uint16Array]", Ss = "[object Uint32Array]";
@@ -526,7 +526,7 @@ function xs(n, o, f) {
526
526
  var h = n.constructor;
527
527
  switch (o) {
528
528
  case ys:
529
- return gr(n);
529
+ return Er(n);
530
530
  case ss:
531
531
  case ls:
532
532
  return new h(+n);
@@ -555,36 +555,36 @@ function xs(n, o, f) {
555
555
  return os(n);
556
556
  }
557
557
  }
558
- function ws(n) {
559
- return typeof n.constructor == "function" && !dr(n) ? io(oi(n)) : {};
558
+ function Ps(n) {
559
+ return typeof n.constructor == "function" && !yr(n) ? io(ci(n)) : {};
560
560
  }
561
- var Ps = "[object Map]";
561
+ var ws = "[object Map]";
562
562
  function Cs(n) {
563
- return Qe(n) && ae(n) == Ps;
563
+ return Qe(n) && ae(n) == ws;
564
564
  }
565
- var Sn = Ce && Ce.isMap, As = Sn ? hr(Sn) : Cs, ks = "[object Set]";
565
+ var wn = Ce && Ce.isMap, ks = wn ? mr(wn) : Cs, As = "[object Set]";
566
566
  function Is(n) {
567
- return Qe(n) && ae(n) == ks;
567
+ return Qe(n) && ae(n) == As;
568
568
  }
569
- var xn = Ce && Ce.isSet, Ds = xn ? hr(xn) : Is, Ls = 1, Fs = 2, Ms = 4, fi = "[object Arguments]", Us = "[object Array]", js = "[object Boolean]", Bs = "[object Date]", $s = "[object Error]", pi = "[object Function]", Vs = "[object GeneratorFunction]", Gs = "[object Map]", Ys = "[object Number]", di = "[object Object]", zs = "[object RegExp]", Xs = "[object Set]", Ws = "[object String]", Js = "[object Symbol]", Hs = "[object WeakMap]", Ks = "[object ArrayBuffer]", qs = "[object DataView]", Zs = "[object Float32Array]", Qs = "[object Float64Array]", el = "[object Int8Array]", tl = "[object Int16Array]", rl = "[object Int32Array]", nl = "[object Uint8Array]", il = "[object Uint8ClampedArray]", al = "[object Uint16Array]", ol = "[object Uint32Array]", F = {};
570
- F[fi] = F[Us] = F[Ks] = F[qs] = F[js] = F[Bs] = F[Zs] = F[Qs] = F[el] = F[tl] = F[rl] = F[Gs] = F[Ys] = F[di] = F[zs] = F[Xs] = F[Ws] = F[Js] = F[nl] = F[il] = F[al] = F[ol] = !0;
571
- F[$s] = F[pi] = F[Hs] = !1;
569
+ var Cn = Ce && Ce.isSet, Ds = Cn ? mr(Cn) : Is, Ls = 1, Fs = 2, Ms = 4, vi = "[object Arguments]", Us = "[object Array]", js = "[object Boolean]", Bs = "[object Date]", $s = "[object Error]", yi = "[object Function]", Vs = "[object GeneratorFunction]", Gs = "[object Map]", Ys = "[object Number]", mi = "[object Object]", zs = "[object RegExp]", Xs = "[object Set]", Ws = "[object String]", Js = "[object Symbol]", Hs = "[object WeakMap]", Ks = "[object ArrayBuffer]", qs = "[object DataView]", Zs = "[object Float32Array]", Qs = "[object Float64Array]", el = "[object Int8Array]", tl = "[object Int16Array]", rl = "[object Int32Array]", nl = "[object Uint8Array]", il = "[object Uint8ClampedArray]", al = "[object Uint16Array]", ol = "[object Uint32Array]", F = {};
570
+ F[vi] = F[Us] = F[Ks] = F[qs] = F[js] = F[Bs] = F[Zs] = F[Qs] = F[el] = F[tl] = F[rl] = F[Gs] = F[Ys] = F[mi] = F[zs] = F[Xs] = F[Ws] = F[Js] = F[nl] = F[il] = F[al] = F[ol] = !0;
571
+ F[$s] = F[yi] = F[Hs] = !1;
572
572
  function ht(n, o, f, h, g, b) {
573
573
  var m, T = o & Ls, R = o & Fs, r = o & Ms;
574
574
  if (m !== void 0)
575
575
  return m;
576
576
  if (!et(n))
577
577
  return n;
578
- var t = pr(n);
578
+ var t = vr(n);
579
579
  if (t) {
580
580
  if (m = rs(n), !T)
581
581
  return ao(n, m);
582
582
  } else {
583
- var e = ae(n), i = e == pi || e == Vs;
584
- if (ti(n))
583
+ var e = ae(n), i = e == yi || e == Vs;
584
+ if (ai(n))
585
585
  return ju(n, T);
586
- if (e == di || e == fi || i && !g) {
587
- if (m = R || i ? {} : ws(n), !T)
586
+ if (e == mi || e == vi || i && !g) {
587
+ if (m = R || i ? {} : Ps(n), !T)
588
588
  return R ? zu(n, Mu(m, n)) : Gu(n, Fu(m, n));
589
589
  } else {
590
590
  if (!F[e])
@@ -598,12 +598,12 @@ function ht(n, o, f, h, g, b) {
598
598
  return u;
599
599
  b.set(n, m), Ds(n) ? n.forEach(function(a) {
600
600
  m.add(ht(a, o, f, a, n, b));
601
- }) : As(n) && n.forEach(function(a, p) {
601
+ }) : ks(n) && n.forEach(function(a, p) {
602
602
  m.set(p, ht(a, o, f, p, n, b));
603
603
  });
604
- var s = r ? R ? Wu : Xu : R ? yr : vr, l = t ? void 0 : s(n);
604
+ var s = r ? R ? Wu : Xu : R ? _r : gr, l = t ? void 0 : s(n);
605
605
  return oo(l || n, function(a, p) {
606
- l && (p = a, a = n[p]), Kn(m, p, ht(a, o, f, p, n, b));
606
+ l && (p = a, a = n[p]), ei(m, p, ht(a, o, f, p, n, b));
607
607
  }), m;
608
608
  }
609
609
  var ul = 1, sl = 4;
@@ -622,17 +622,17 @@ function ll(n, o) {
622
622
  } else
623
623
  console.assert(!1);
624
624
  }
625
- function wn(n, o) {
625
+ function kn(n, o) {
626
626
  return n.array ? vt(o ? n.default : n.defaultArray) : vt(n.default);
627
627
  }
628
- function Pn(n, o) {
628
+ function An(n, o) {
629
629
  function f(h, g) {
630
630
  if (g.ui) {
631
631
  if (g.ui === "strInput" && g.static)
632
632
  return;
633
- h[g.key] = wn(g);
633
+ h[g.key] = kn(g);
634
634
  } else
635
- g.array ? h[g.key] = wn(g) : g.children.forEach((b) => {
635
+ g.array ? h[g.key] = kn(g) : g.children.forEach((b) => {
636
636
  h[g.key] = {}, f(h[g.key], b);
637
637
  });
638
638
  }
@@ -644,7 +644,7 @@ function cl(n, o, f, h, g) {
644
644
  console.error(`spawnNode prop tag not found, ${b}`);
645
645
  return;
646
646
  }
647
- const T = ki[f];
647
+ const T = Ai[f];
648
648
  if (!T) {
649
649
  console.error(`spawnNode pkg not found version, ${b}`);
650
650
  return;
@@ -654,14 +654,14 @@ function cl(n, o, f, h, g) {
654
654
  id: "",
655
655
  key: ""
656
656
  }
657
- }, r = Yn(16);
657
+ }, r = Jn(16);
658
658
  if (h) {
659
659
  const t = T.refKey, e = g;
660
660
  if (!T.elements.has(t)) {
661
661
  console.error(`spawnNode [ref] element not found in pkg, ${b}`);
662
662
  return;
663
663
  }
664
- const i = Ae[t];
664
+ const i = ke[t];
665
665
  if (!i) {
666
666
  console.error(`spawnNode [ref] element not found in global, ${b}`);
667
667
  return;
@@ -671,7 +671,7 @@ function cl(n, o, f, h, g) {
671
671
  console.error(`spawnNode [ref] props not found, ${b}`);
672
672
  return;
673
673
  }
674
- Pn(R, u), R.basic.id = r, R.basic.key = t, R.ref = {
674
+ An(R, u), R.basic.id = r, R.basic.key = t, R.ref = {
675
675
  id: e
676
676
  };
677
677
  } else {
@@ -680,7 +680,7 @@ function cl(n, o, f, h, g) {
680
680
  console.error(`spawnNode [key] element not found in pkg, ${b}`);
681
681
  return;
682
682
  }
683
- const e = Ae[t];
683
+ const e = ke[t];
684
684
  if (!e) {
685
685
  console.error(`spawnNode [key] element not found in global, ${b}`);
686
686
  return;
@@ -690,11 +690,11 @@ function cl(n, o, f, h, g) {
690
690
  console.error(`spawnNode [key] props not found, ${b}`);
691
691
  return;
692
692
  }
693
- Pn(R, i), R.basic.id = r, R.basic.key = t, e.slots.length > 0 && (R.children = []);
693
+ An(R, i), R.basic.id = r, R.basic.key = t, e.slots.length > 0 && (R.children = []);
694
694
  }
695
695
  return R;
696
696
  }
697
- function hc(n, o) {
697
+ function mc(n, o) {
698
698
  function f(h) {
699
699
  if (h.basic.id === o)
700
700
  return h;
@@ -711,62 +711,62 @@ function hc(n, o) {
711
711
  return g;
712
712
  }
713
713
  }
714
- function vc(n) {
714
+ function gc(n) {
715
715
  function o(h) {
716
716
  var g;
717
- h.basic.id = Yn(16), (g = h.children) == null || g.forEach((b) => o(b));
717
+ h.basic.id = Jn(16), (g = h.children) == null || g.forEach((b) => o(b));
718
718
  }
719
719
  const f = vt(n);
720
720
  return o(f), f;
721
721
  }
722
- const hi = "runtimeEnv", vi = "runtimeMode", yi = "runtimeDevice", mi = "runtimeDark", gi = "runtimeType", _i = "runtimeData", bi = "runtimeDepends", Ei = "runtimeInterpreter";
723
- function yc(n) {
724
- pe(hi, n);
722
+ const gi = "runtimeEnv", _i = "runtimeMode", bi = "runtimeDevice", Ei = "runtimeDark", Ri = "runtimeType", Oi = "runtimeData", Ti = "runtimeDepends", Ni = "runtimeInterpreter";
723
+ function _c(n) {
724
+ pe(gi, n);
725
725
  }
726
726
  function fl() {
727
- return de(hi);
727
+ return de(gi);
728
728
  }
729
- function mc(n) {
730
- pe(vi, n);
729
+ function bc(n) {
730
+ pe(_i, n);
731
731
  }
732
732
  function Re() {
733
- return de(vi);
733
+ return de(_i);
734
734
  }
735
- function gc(n) {
736
- pe(yi, bt(n));
735
+ function Ec(n) {
736
+ pe(bi, Rt(n));
737
737
  }
738
- function Ri() {
739
- return de(yi);
738
+ function Si() {
739
+ return de(bi);
740
740
  }
741
- function _c(n) {
742
- pe(mi, bt(n));
741
+ function Rc(n) {
742
+ pe(Ei, Rt(n));
743
743
  }
744
744
  function De() {
745
- return de(mi);
745
+ return de(Ei);
746
746
  }
747
- function bc(n) {
748
- pe(gi, n);
747
+ function Oc(n) {
748
+ pe(Ri, n);
749
749
  }
750
- function Oi() {
751
- return de(gi);
750
+ function xi() {
751
+ return de(Ri);
752
752
  }
753
- function Ec(n) {
754
- console.assert($n(n)), pe(_i, bt(n));
753
+ function Tc(n) {
754
+ console.assert(zn(n)), pe(Oi, Rt(n));
755
755
  }
756
- function Ti() {
757
- return de(_i);
756
+ function Pi() {
757
+ return de(Oi);
758
758
  }
759
- function Rc(n) {
760
- console.assert($n(n)), pe(bi, bt(n));
759
+ function Nc(n) {
760
+ console.assert(zn(n)), pe(Ti, Rt(n));
761
761
  }
762
762
  function pl() {
763
- return de(bi);
763
+ return de(Ti);
764
764
  }
765
765
  function dl(n) {
766
- pe(Ei, n);
766
+ pe(Ni, n);
767
767
  }
768
768
  function hl() {
769
- return de(Ei);
769
+ return de(Ni);
770
770
  }
771
771
  const vl = /* @__PURE__ */ oe({
772
772
  __name: "index",
@@ -816,11 +816,11 @@ const vl = /* @__PURE__ */ oe({
816
816
  { title: "x-runtime-lib.outlined", value: "outlined" },
817
817
  { title: "x-runtime-lib.text", value: "text" },
818
818
  { title: "x-runtime-lib.plain", value: "plain" }
819
- ], Ni = [
819
+ ], wi = [
820
820
  { title: "x-runtime-lib.default", value: "default" },
821
821
  { title: "x-runtime-lib.comfortable", value: "comfortable" },
822
822
  { title: "x-runtime-lib.compact", value: "compact" }
823
- ], tr = "btn_v1", rr = "combobox_v1", nr = "container_v1", ir = "data_table_v1", ar = "dialog_v1", Si = "globality_v1", or = "number_input_v1", xi = "ref_v1", ur = "select_v1", sr = "text_field_v1", Y = {
823
+ ], nr = "btn_v1", ir = "combobox_v1", ar = "container_v1", or = "data_table_v1", ur = "dialog_v1", sr = "globality_v1", lr = "number_input_v1", yt = "package_v1", mt = "ref_v1", cr = "select_v1", fr = "text_field_v1", V = {
824
824
  key: "basic",
825
825
  name: "x-runtime-lib.basic",
826
826
  children: [
@@ -845,7 +845,7 @@ const vl = /* @__PURE__ */ oe({
845
845
  default: ""
846
846
  }
847
847
  ]
848
- }, Cn = {
848
+ }, In = {
849
849
  key: "settings",
850
850
  name: "x-runtime-lib.settings",
851
851
  children: [
@@ -872,7 +872,7 @@ const vl = /* @__PURE__ */ oe({
872
872
  key: "density",
873
873
  name: "x-runtime-lib.density",
874
874
  ui: "select",
875
- items: Ni,
875
+ items: wi,
876
876
  default: "default"
877
877
  },
878
878
  {
@@ -883,7 +883,7 @@ const vl = /* @__PURE__ */ oe({
883
883
  }
884
884
  ]
885
885
  }, ml = {
886
- key: tr,
886
+ key: nr,
887
887
  name: "x-runtime-lib.button",
888
888
  comp: vl,
889
889
  slots: [],
@@ -896,8 +896,8 @@ const vl = /* @__PURE__ */ oe({
896
896
  ],
897
897
  methods: [],
898
898
  props: {
899
- pageCommon: [Y, Cn],
900
- compCommon: [Y, Cn]
899
+ pageCommon: [V, In],
900
+ compCommon: [V, In]
901
901
  }
902
902
  }, gl = { key: 0 }, _l = /* @__PURE__ */ oe({
903
903
  __name: "index",
@@ -949,7 +949,7 @@ const vl = /* @__PURE__ */ oe({
949
949
  }, null, 8, ["model-value", "label", "placeholder", "hide-details", "single-line", "readonly", "theme"]));
950
950
  };
951
951
  }
952
- }), An = {
952
+ }), Dn = {
953
953
  key: "settings",
954
954
  name: "x-runtime-lib.settings",
955
955
  children: [
@@ -991,18 +991,18 @@ const vl = /* @__PURE__ */ oe({
991
991
  }
992
992
  ]
993
993
  }, bl = {
994
- key: rr,
994
+ key: ir,
995
995
  name: "x-runtime-lib.combobox",
996
996
  comp: _l,
997
997
  slots: [],
998
998
  events: [],
999
999
  methods: [],
1000
1000
  props: {
1001
- pageCommon: [Y, An],
1002
- compCommon: [Y, An]
1001
+ pageCommon: [V, Dn],
1002
+ compCommon: [V, Dn]
1003
1003
  }
1004
1004
  };
1005
- function wi(n, o, f) {
1005
+ function Ci(n, o, f) {
1006
1006
  const h = N(() => {
1007
1007
  var t;
1008
1008
  return (t = f.node.size) == null ? void 0 : t.width;
@@ -1015,7 +1015,7 @@ function wi(n, o, f) {
1015
1015
  }), m = N(() => {
1016
1016
  var t, e;
1017
1017
  if (f.outer && n === "editor") {
1018
- const i = Jt((t = f.node.size) == null ? void 0 : t.height);
1018
+ const i = Kt((t = f.node.size) == null ? void 0 : t.height);
1019
1019
  if (i)
1020
1020
  return i / 100 * o.value.height + "px";
1021
1021
  }
@@ -1023,7 +1023,7 @@ function wi(n, o, f) {
1023
1023
  }), T = N(() => {
1024
1024
  var t, e;
1025
1025
  if (f.outer && n === "editor") {
1026
- const i = Jt((t = f.node.size) == null ? void 0 : t.minHeight);
1026
+ const i = Kt((t = f.node.size) == null ? void 0 : t.minHeight);
1027
1027
  if (i)
1028
1028
  return i / 100 * o.value.height + "px";
1029
1029
  }
@@ -1031,7 +1031,7 @@ function wi(n, o, f) {
1031
1031
  }), R = N(() => {
1032
1032
  var t, e;
1033
1033
  if (f.outer && n === "editor") {
1034
- const i = Jt((t = f.node.size) == null ? void 0 : t.maxHeight);
1034
+ const i = Kt((t = f.node.size) == null ? void 0 : t.maxHeight);
1035
1035
  if (i)
1036
1036
  return i / 100 * o.value.height + "px";
1037
1037
  }
@@ -1103,14 +1103,14 @@ const Tl = /* @__PURE__ */ oe({
1103
1103
  outer: { type: Boolean }
1104
1104
  },
1105
1105
  setup(n) {
1106
- const o = n, f = Re(), h = Ri(), g = Oi(), b = Ti(), { applySize: m } = wi(f, h, o), { applyMargin: T } = El(o), { applyPadding: R } = Rl(o), { applyBorder: r } = Ol(o), t = N(() => {
1106
+ const o = n, f = Re(), h = Si(), g = xi(), b = Pi(), { applySize: m } = Ci(f, h, o), { applyMargin: T } = El(o), { applyPadding: R } = Rl(o), { applyBorder: r } = Ol(o), t = N(() => {
1107
1107
  const e = {}, i = b.type;
1108
1108
  return g === "page" ? i === "common" ? (m(e), T(e), R(e), r(e)) : console.assert(!1) : g === "comp" && i === "common" ? (m(e), T(e), R(e), r(e)) : console.assert(!1), e;
1109
1109
  });
1110
1110
  return (e, i) => (H(), Ke("div", {
1111
1111
  style: ga(t.value)
1112
1112
  }, [
1113
- Vn(e.$slots, "default")
1113
+ Xn(e.$slots, "default")
1114
1114
  ], 4));
1115
1115
  }
1116
1116
  }), Nl = [
@@ -1122,13 +1122,13 @@ const Tl = /* @__PURE__ */ oe({
1122
1122
  {
1123
1123
  name: "x-runtime-lib.default",
1124
1124
  ui: "word",
1125
- validator: lr,
1125
+ validator: pr,
1126
1126
  default: ""
1127
1127
  },
1128
1128
  {
1129
1129
  name: "x-runtime-lib.pixel",
1130
1130
  ui: "pixelInput",
1131
- validator: cr,
1131
+ validator: dr,
1132
1132
  default: "0px",
1133
1133
  precision: 0,
1134
1134
  min: 0,
@@ -1138,14 +1138,14 @@ const Tl = /* @__PURE__ */ oe({
1138
1138
  {
1139
1139
  name: "x-runtime-lib.percent",
1140
1140
  ui: "percentInput",
1141
- validator: fr,
1141
+ validator: hr,
1142
1142
  default: "0%",
1143
1143
  precision: 4,
1144
1144
  min: 0,
1145
1145
  max: 1 / 0,
1146
1146
  step: 1
1147
1147
  }
1148
- ], yt = {
1148
+ ], gt = {
1149
1149
  key: "border",
1150
1150
  name: "x-runtime-lib.border",
1151
1151
  children: [
@@ -1214,7 +1214,7 @@ const Tl = /* @__PURE__ */ oe({
1214
1214
  {
1215
1215
  name: "x-runtime-lib.default",
1216
1216
  ui: "word",
1217
- validator: lr,
1217
+ validator: pr,
1218
1218
  default: ""
1219
1219
  },
1220
1220
  {
@@ -1226,7 +1226,7 @@ const Tl = /* @__PURE__ */ oe({
1226
1226
  {
1227
1227
  name: "x-runtime-lib.pixel",
1228
1228
  ui: "pixelInput",
1229
- validator: cr,
1229
+ validator: dr,
1230
1230
  default: "0px",
1231
1231
  precision: 0,
1232
1232
  min: 0,
@@ -1236,14 +1236,14 @@ const Tl = /* @__PURE__ */ oe({
1236
1236
  {
1237
1237
  name: "x-runtime-lib.percent",
1238
1238
  ui: "percentInput",
1239
- validator: fr,
1239
+ validator: hr,
1240
1240
  default: "0%",
1241
1241
  precision: 4,
1242
1242
  min: 0,
1243
1243
  max: 1 / 0,
1244
1244
  step: 1
1245
1245
  }
1246
- ], mt = {
1246
+ ], _t = {
1247
1247
  key: "margin",
1248
1248
  name: "x-runtime-lib.margin",
1249
1249
  children: [
@@ -1280,13 +1280,13 @@ const Tl = /* @__PURE__ */ oe({
1280
1280
  {
1281
1281
  name: "x-runtime-lib.default",
1282
1282
  ui: "word",
1283
- validator: lr,
1283
+ validator: pr,
1284
1284
  default: ""
1285
1285
  },
1286
1286
  {
1287
1287
  name: "x-runtime-lib.pixel",
1288
1288
  ui: "pixelInput",
1289
- validator: cr,
1289
+ validator: dr,
1290
1290
  default: "0px",
1291
1291
  precision: 0,
1292
1292
  min: 0,
@@ -1296,14 +1296,14 @@ const Tl = /* @__PURE__ */ oe({
1296
1296
  {
1297
1297
  name: "x-runtime-lib.percent",
1298
1298
  ui: "percentInput",
1299
- validator: fr,
1299
+ validator: hr,
1300
1300
  default: "0%",
1301
1301
  precision: 4,
1302
1302
  min: 0,
1303
1303
  max: 1 / 0,
1304
1304
  step: 1
1305
1305
  }
1306
- ], gt = {
1306
+ ], bt = {
1307
1307
  key: "padding",
1308
1308
  name: "x-runtime-lib.padding",
1309
1309
  children: [
@@ -1336,7 +1336,7 @@ const Tl = /* @__PURE__ */ oe({
1336
1336
  default: ""
1337
1337
  }
1338
1338
  ]
1339
- }, _t = {
1339
+ }, Et = {
1340
1340
  key: "size",
1341
1341
  name: "x-runtime-lib.size",
1342
1342
  children: [
@@ -1383,12 +1383,12 @@ const Tl = /* @__PURE__ */ oe({
1383
1383
  default: ""
1384
1384
  }
1385
1385
  ]
1386
- }, kn = {
1386
+ }, Ln = {
1387
1387
  key: "settings",
1388
1388
  name: "x-runtime-lib.settings",
1389
1389
  children: []
1390
1390
  }, Sl = {
1391
- key: nr,
1391
+ key: ar,
1392
1392
  name: "x-runtime-lib.container",
1393
1393
  comp: Tl,
1394
1394
  slots: [
@@ -1407,8 +1407,8 @@ const Tl = /* @__PURE__ */ oe({
1407
1407
  ],
1408
1408
  methods: [],
1409
1409
  props: {
1410
- pageCommon: [Y, _t, yt, mt, gt, kn],
1411
- compCommon: [Y, _t, yt, mt, gt, kn]
1410
+ pageCommon: [V, Et, gt, _t, bt, Ln],
1411
+ compCommon: [V, Et, gt, _t, bt, Ln]
1412
1412
  }
1413
1413
  }, xl = /* @__PURE__ */ oe({
1414
1414
  __name: "index",
@@ -1461,7 +1461,7 @@ const Tl = /* @__PURE__ */ oe({
1461
1461
  }, null, 8, ["width", "height", "headers", "items", "density", "fixed-header", "fixed-footer", "loading", "multi-sort", "theme"]);
1462
1462
  };
1463
1463
  }
1464
- }), wl = [
1464
+ }), Pl = [
1465
1465
  {
1466
1466
  name: "x-runtime-lib.start",
1467
1467
  ui: "word",
@@ -1480,7 +1480,7 @@ const Tl = /* @__PURE__ */ oe({
1480
1480
  validator: (n) => n === "end",
1481
1481
  default: "end"
1482
1482
  }
1483
- ], In = {
1483
+ ], Fn = {
1484
1484
  key: "size",
1485
1485
  name: "x-runtime-lib.size",
1486
1486
  children: [
@@ -1499,7 +1499,7 @@ const Tl = /* @__PURE__ */ oe({
1499
1499
  default: ""
1500
1500
  }
1501
1501
  ]
1502
- }, Dn = {
1502
+ }, Mn = {
1503
1503
  key: "settings",
1504
1504
  name: "x-runtime-lib.settings",
1505
1505
  children: [
@@ -1529,7 +1529,7 @@ const Tl = /* @__PURE__ */ oe({
1529
1529
  key: "align",
1530
1530
  name: "x-runtime-lib.align",
1531
1531
  ui: "multiTypes",
1532
- types: wl,
1532
+ types: Pl,
1533
1533
  default: "start"
1534
1534
  },
1535
1535
  {
@@ -1573,7 +1573,7 @@ const Tl = /* @__PURE__ */ oe({
1573
1573
  key: "density",
1574
1574
  name: "x-runtime-lib.density",
1575
1575
  ui: "select",
1576
- items: Ni,
1576
+ items: wi,
1577
1577
  default: "default"
1578
1578
  },
1579
1579
  {
@@ -1601,16 +1601,16 @@ const Tl = /* @__PURE__ */ oe({
1601
1601
  default: !1
1602
1602
  }
1603
1603
  ]
1604
- }, Pl = {
1605
- key: ir,
1604
+ }, wl = {
1605
+ key: or,
1606
1606
  name: "x-runtime-lib.dataTable",
1607
1607
  comp: xl,
1608
1608
  slots: [],
1609
1609
  events: [],
1610
1610
  methods: [],
1611
1611
  props: {
1612
- pageCommon: [Y, In, Dn],
1613
- compCommon: [Y, In, Dn]
1612
+ pageCommon: [V, Fn, Mn],
1613
+ compCommon: [V, Fn, Mn]
1614
1614
  }
1615
1615
  }, Cl = /* @__PURE__ */ oe({
1616
1616
  __name: "index",
@@ -1629,23 +1629,23 @@ const Tl = /* @__PURE__ */ oe({
1629
1629
  modelValue: He(h),
1630
1630
  "onUpdate:modelValue": b[0] || (b[0] = (R) => _a(h) ? h.value = R : null)
1631
1631
  }, {
1632
- activator: Wt(({ props: R }) => [
1632
+ activator: Ht(({ props: R }) => [
1633
1633
  qe(m, ba(Ea(R)), {
1634
- default: Wt(() => b[1] || (b[1] = [
1634
+ default: Ht(() => b[1] || (b[1] = [
1635
1635
  Ra("dialog")
1636
1636
  ])),
1637
1637
  _: 2
1638
1638
  }, 1040)
1639
1639
  ]),
1640
- default: Wt(() => [
1641
- Vn(g.$slots, "default")
1640
+ default: Ht(() => [
1641
+ Xn(g.$slots, "default")
1642
1642
  ]),
1643
1643
  _: 3
1644
1644
  }, 8, ["modelValue"]);
1645
1645
  };
1646
1646
  }
1647
- }), Al = {
1648
- key: ar,
1647
+ }), kl = {
1648
+ key: ur,
1649
1649
  name: "x-runtime-lib.dialog",
1650
1650
  comp: Cl,
1651
1651
  slots: [
@@ -1658,10 +1658,10 @@ const Tl = /* @__PURE__ */ oe({
1658
1658
  events: [],
1659
1659
  methods: [],
1660
1660
  props: {
1661
- pageCommon: [Y],
1662
- compCommon: [Y]
1661
+ pageCommon: [V],
1662
+ compCommon: [V]
1663
1663
  }
1664
- }, Ln = {
1664
+ }, Un = {
1665
1665
  key: "globalSettings",
1666
1666
  name: "x-runtime-lib.globalSettings",
1667
1667
  children: [
@@ -1672,8 +1672,8 @@ const Tl = /* @__PURE__ */ oe({
1672
1672
  default: "#00000000"
1673
1673
  }
1674
1674
  ]
1675
- }, Pi = {
1676
- key: Si,
1675
+ }, Al = {
1676
+ key: sr,
1677
1677
  name: "x-runtime-lib.globality",
1678
1678
  comp: "",
1679
1679
  slots: [],
@@ -1710,11 +1710,11 @@ const Tl = /* @__PURE__ */ oe({
1710
1710
  ],
1711
1711
  methods: [],
1712
1712
  props: {
1713
- pageCommon: [Ln],
1714
- compCommon: [Ln]
1713
+ pageCommon: [Un],
1714
+ compCommon: [Un]
1715
1715
  },
1716
1716
  internal: !0
1717
- }, kl = { key: 0 }, Il = /* @__PURE__ */ oe({
1717
+ }, Il = { key: 0 }, Dl = /* @__PURE__ */ oe({
1718
1718
  __name: "index",
1719
1719
  props: {
1720
1720
  node: {},
@@ -1742,7 +1742,7 @@ const Tl = /* @__PURE__ */ oe({
1742
1742
  }), t = N(() => h.value ? "dark" : "light");
1743
1743
  return (e, i) => {
1744
1744
  const u = fe("v-number-input");
1745
- return He(f) === "editor" ? (H(), Ke("div", kl, [
1745
+ return He(f) === "editor" ? (H(), Ke("div", Il, [
1746
1746
  qe(u, {
1747
1747
  "model-value": g.value,
1748
1748
  label: b.value,
@@ -1764,7 +1764,7 @@ const Tl = /* @__PURE__ */ oe({
1764
1764
  }, null, 8, ["model-value", "label", "placeholder", "hide-details", "single-line", "readonly", "theme"]));
1765
1765
  };
1766
1766
  }
1767
- }), Fn = {
1767
+ }), jn = {
1768
1768
  key: "settings",
1769
1769
  name: "x-runtime-lib.settings",
1770
1770
  children: [
@@ -1809,23 +1809,45 @@ const Tl = /* @__PURE__ */ oe({
1809
1809
  default: !1
1810
1810
  }
1811
1811
  ]
1812
- }, Dl = {
1813
- key: or,
1812
+ }, Ll = {
1813
+ key: lr,
1814
1814
  name: "x-runtime-lib.numberInput",
1815
- comp: Il,
1815
+ comp: Dl,
1816
1816
  slots: [],
1817
1817
  events: [],
1818
1818
  methods: [],
1819
1819
  props: {
1820
- pageCommon: [Y, Fn],
1821
- compCommon: [Y, Fn]
1820
+ pageCommon: [V, jn],
1821
+ compCommon: [V, jn]
1822
+ }
1823
+ }, Bn = {
1824
+ key: "settings",
1825
+ name: "x-runtime-lib.settings",
1826
+ children: [
1827
+ {
1828
+ key: "slot",
1829
+ name: "x-runtime-lib.slot",
1830
+ ui: "slotSelect",
1831
+ default: ""
1832
+ }
1833
+ ]
1834
+ }, Fl = {
1835
+ key: yt,
1836
+ name: "x-runtime-lib.package",
1837
+ comp: null,
1838
+ slots: [],
1839
+ events: [],
1840
+ methods: [],
1841
+ props: {
1842
+ pageCommon: [V, Bn],
1843
+ compCommon: [V, Bn]
1822
1844
  }
1823
1845
  };
1824
- var Ll = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
1825
- function Fl(n) {
1846
+ var Ml = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
1847
+ function Ul(n) {
1826
1848
  return n && n.__esModule && Object.prototype.hasOwnProperty.call(n, "default") ? n.default : n;
1827
1849
  }
1828
- function Ml(n) {
1850
+ function jl(n) {
1829
1851
  if (n.__esModule) return n;
1830
1852
  var o = n.default;
1831
1853
  if (typeof o == "function") {
@@ -1844,15 +1866,15 @@ function Ml(n) {
1844
1866
  });
1845
1867
  }), f;
1846
1868
  }
1847
- var Ci = { exports: {} };
1848
- const Ul = {}, jl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1869
+ var ki = { exports: {} };
1870
+ const Bl = {}, $l = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1849
1871
  __proto__: null,
1850
- default: Ul
1851
- }, Symbol.toStringTag, { value: "Module" })), Bl = /* @__PURE__ */ Ml(jl);
1872
+ default: Bl
1873
+ }, Symbol.toStringTag, { value: "Module" })), Vl = /* @__PURE__ */ jl($l);
1852
1874
  (function(n, o) {
1853
1875
  (function(h, g) {
1854
1876
  n.exports = g();
1855
- })(Ll, () => (
1877
+ })(Ml, () => (
1856
1878
  /******/
1857
1879
  (() => {
1858
1880
  var f = {
@@ -4969,43 +4991,43 @@ const Ul = {}, jl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
4969
4991
  }
4970
4992
  return { line: y, column: d - _ };
4971
4993
  }, a = 0, p = 0, v = 0, E, S, O, x, I, L, W, Le = 0, q = 0, Oe, ve, B, J;
4972
- function k(c, d) {
4994
+ function A(c, d) {
4973
4995
  var y = l(t, c);
4974
4996
  d += " (" + y.line + ":" + y.column + ")";
4975
4997
  var _ = new SyntaxError(d);
4976
4998
  throw _.pos = c, _.loc = y, _.raisedAt = a, _;
4977
4999
  }
4978
- var Ii = [], tt = { type: "num" }, _r = { type: "regexp" }, Tt = { type: "string" }, Te = { type: "name" }, Nt = { type: "eof" }, St = { keyword: "break" }, xt = { keyword: "case", beforeExpr: !0 }, br = { keyword: "catch" }, Er = { keyword: "continue" }, Rr = { keyword: "debugger" }, Or = { keyword: "default" }, Tr = { keyword: "do", isLoop: !0 }, Nr = { keyword: "else", beforeExpr: !0 }, Sr = { keyword: "finally" }, xr = { keyword: "for", isLoop: !0 }, wt = { keyword: "function" }, wr = { keyword: "if" }, Pr = { keyword: "return", beforeExpr: !0 }, Pt = { keyword: "switch" }, Cr = { keyword: "throw", beforeExpr: !0 }, Ar = { keyword: "try" }, Ct = { keyword: "var" }, At = { keyword: "while", isLoop: !0 }, kr = { keyword: "with" }, Ir = { keyword: "new", beforeExpr: !0 }, Dr = { keyword: "this" }, Lr = { keyword: "null", atomValue: null }, Fr = { keyword: "true", atomValue: !0 }, Mr = { keyword: "false", atomValue: !1 }, rt = { keyword: "in", binop: 7, beforeExpr: !0 }, Di = {
4979
- break: St,
4980
- case: xt,
4981
- catch: br,
4982
- continue: Er,
4983
- debugger: Rr,
4984
- default: Or,
4985
- do: Tr,
4986
- else: Nr,
4987
- finally: Sr,
4988
- for: xr,
4989
- function: wt,
4990
- if: wr,
4991
- return: Pr,
4992
- switch: Pt,
4993
- throw: Cr,
4994
- try: Ar,
4995
- var: Ct,
4996
- while: At,
4997
- with: kr,
4998
- null: Lr,
4999
- true: Fr,
5000
- false: Mr,
5001
- new: Ir,
5000
+ var Ii = [], tt = { type: "num" }, Rr = { type: "regexp" }, St = { type: "string" }, Te = { type: "name" }, xt = { type: "eof" }, Pt = { keyword: "break" }, wt = { keyword: "case", beforeExpr: !0 }, Or = { keyword: "catch" }, Tr = { keyword: "continue" }, Nr = { keyword: "debugger" }, Sr = { keyword: "default" }, xr = { keyword: "do", isLoop: !0 }, Pr = { keyword: "else", beforeExpr: !0 }, wr = { keyword: "finally" }, Cr = { keyword: "for", isLoop: !0 }, Ct = { keyword: "function" }, kr = { keyword: "if" }, Ar = { keyword: "return", beforeExpr: !0 }, kt = { keyword: "switch" }, Ir = { keyword: "throw", beforeExpr: !0 }, Dr = { keyword: "try" }, At = { keyword: "var" }, It = { keyword: "while", isLoop: !0 }, Lr = { keyword: "with" }, Fr = { keyword: "new", beforeExpr: !0 }, Mr = { keyword: "this" }, Ur = { keyword: "null", atomValue: null }, jr = { keyword: "true", atomValue: !0 }, Br = { keyword: "false", atomValue: !1 }, rt = { keyword: "in", binop: 7, beforeExpr: !0 }, Di = {
5001
+ break: Pt,
5002
+ case: wt,
5003
+ catch: Or,
5004
+ continue: Tr,
5005
+ debugger: Nr,
5006
+ default: Sr,
5007
+ do: xr,
5008
+ else: Pr,
5009
+ finally: wr,
5010
+ for: Cr,
5011
+ function: Ct,
5012
+ if: kr,
5013
+ return: Ar,
5014
+ switch: kt,
5015
+ throw: Ir,
5016
+ try: Dr,
5017
+ var: At,
5018
+ while: It,
5019
+ with: Lr,
5020
+ null: Ur,
5021
+ true: jr,
5022
+ false: Br,
5023
+ new: Fr,
5002
5024
  in: rt,
5003
5025
  instanceof: { keyword: "instanceof", binop: 7, beforeExpr: !0 },
5004
- this: Dr,
5026
+ this: Mr,
5005
5027
  typeof: { keyword: "typeof", prefix: !0, beforeExpr: !0 },
5006
5028
  void: { keyword: "void", prefix: !0, beforeExpr: !0 },
5007
5029
  delete: { keyword: "delete", prefix: !0, beforeExpr: !0 }
5008
- }, kt = { type: "[", beforeExpr: !0 }, It = { type: "]" }, Fe = { type: "{", beforeExpr: !0 }, Ne = { type: "}" }, re = { type: "(", beforeExpr: !0 }, Q = { type: ")" }, se = { type: ",", beforeExpr: !0 }, ne = { type: ";", beforeExpr: !0 }, Me = { type: ":", beforeExpr: !0 }, Ur = { type: "." }, jr = { type: "?", beforeExpr: !0 }, Br = { binop: 10, beforeExpr: !0 }, $r = { isAssign: !0, beforeExpr: !0 }, ye = { isAssign: !0, beforeExpr: !0 }, Li = { postfix: !0, prefix: !0, isUpdate: !0 }, Vr = { prefix: !0, beforeExpr: !0 }, Gr = { binop: 1, beforeExpr: !0 }, Yr = { binop: 2, beforeExpr: !0 }, Fi = { binop: 3, beforeExpr: !0 }, Mi = { binop: 4, beforeExpr: !0 }, Ui = { binop: 5, beforeExpr: !0 }, ji = { binop: 6, beforeExpr: !0 }, Bi = { binop: 7, beforeExpr: !0 }, $i = { binop: 8, beforeExpr: !0 }, Vi = { binop: 9, prefix: !0, beforeExpr: !0 }, Gi = { binop: 10, beforeExpr: !0 };
5030
+ }, Dt = { type: "[", beforeExpr: !0 }, Lt = { type: "]" }, Fe = { type: "{", beforeExpr: !0 }, Ne = { type: "}" }, re = { type: "(", beforeExpr: !0 }, ee = { type: ")" }, se = { type: ",", beforeExpr: !0 }, ne = { type: ";", beforeExpr: !0 }, Me = { type: ":", beforeExpr: !0 }, $r = { type: "." }, Vr = { type: "?", beforeExpr: !0 }, Gr = { binop: 10, beforeExpr: !0 }, Yr = { isAssign: !0, beforeExpr: !0 }, ye = { isAssign: !0, beforeExpr: !0 }, Li = { postfix: !0, prefix: !0, isUpdate: !0 }, zr = { prefix: !0, beforeExpr: !0 }, Xr = { binop: 1, beforeExpr: !0 }, Wr = { binop: 2, beforeExpr: !0 }, Fi = { binop: 3, beforeExpr: !0 }, Mi = { binop: 4, beforeExpr: !0 }, Ui = { binop: 5, beforeExpr: !0 }, ji = { binop: 6, beforeExpr: !0 }, Bi = { binop: 7, beforeExpr: !0 }, $i = { binop: 8, beforeExpr: !0 }, Vi = { binop: 9, prefix: !0, beforeExpr: !0 }, Gi = { binop: 10, beforeExpr: !0 };
5009
5031
  function nt(c) {
5010
5032
  for (var d = c.split(" "), y = /* @__PURE__ */ Object.create(null), _ = 0; _ < d.length; _++)
5011
5033
  y[d[_]] = !0;
@@ -5013,9 +5035,9 @@ const Ul = {}, jl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5013
5035
  return y[C] || !1;
5014
5036
  };
5015
5037
  }
5016
- var Yi = nt("class enum extends super const export import"), zr = nt("implements interface let package private protected public static yield"), it = nt("eval arguments"), zi = nt("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"), Xi = /[\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff]/, Xr = "ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԧԱ-Ֆՙա-ևא-תװ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࢠࢢ-ࢬऄ-हऽॐक़-ॡॱ-ॷॹ-ॿঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-ళవ-హఽౘౙౠౡಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠೡೱೲഅ-ഌഎ-ഐഒ-ഺഽൎൠൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄງຈຊຍດ-ທນ-ຟມ-ຣລວສຫອ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏼᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛰᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡷᢀ-ᢨᢪᢰ-ᣵᤀ-ᤜᥐ-ᥭᥰ-ᥴᦀ-ᦫᧁ-ᧇᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᳩ-ᳬᳮ-ᳱᳵᳶᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕℙ-ℝℤΩℨK-ℭℯ-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞⸯ々-〇〡-〩〱-〵〸-〼ぁ-ゖゝ-ゟァ-ヺー-ヿㄅ-ㄭㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿌ꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚗꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꪀ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ", Wi = "̀-ͯ҃-֑҇-ׇֽֿׁׂׅׄؐ-ؚؠ-ىٲ-ۓۧ-ۨۻ-ۼܰ-݊ࠀ-ࠔࠛ-ࠣࠥ-ࠧࠩ-࠭ࡀ-ࡗࣤ-ࣾऀ-ःऺ-़ा-ॏ॑-ॗॢ-ॣ०-९ঁ-ঃ়া-ৄেৈৗয়-ৠਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢ-ૣ૦-૯ଁ-ଃ଼ା-ୄେୈୋ-୍ୖୗୟ-ୠ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఁ-ఃె-ైొ-్ౕౖౢ-ౣ౦-౯ಂಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢ-ೣ೦-೯ംഃെ-ൈൗൢ-ൣ൦-൯ංඃ්ා-ුූෘ-ෟෲෳิ-ฺเ-ๅ๐-๙ິ-ູ່-ໍ໐-໙༘༙༠-༩༹༵༷ཁ-ཇཱ-྄྆-྇ྍ-ྗྙ-ྼ࿆က-ဩ၀-၉ၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟ᜎ-ᜐᜠ-ᜰᝀ-ᝐᝲᝳក-ឲ៝០-៩᠋-᠍᠐-᠙ᤠ-ᤫᤰ-᤻ᥑ-ᥭᦰ-ᧀᧈ-ᧉ᧐-᧙ᨀ-ᨕᨠ-ᩓ᩠-᩿᩼-᪉᪐-᪙ᭆ-ᭋ᭐-᭙᭫-᭳᮰-᮹᯦-᯳ᰀ-ᰢ᱀-᱉ᱛ-ᱽ᳐-᳒ᴀ-ᶾḁ-ἕ‌‍‿⁀⁔⃐-⃥⃜⃡-⃰ⶁ-ⶖⷠ-ⷿ〡-〨゙゚Ꙁ-ꙭꙴ-꙽ꚟ꛰-꛱ꟸ-ꠀ꠆ꠋꠣ-ꠧꢀ-ꢁꢴ-꣄꣐-꣙ꣳ-ꣷ꤀-꤉ꤦ-꤭ꤰ-ꥅꦀ-ꦃ꦳-꧀ꨀ-ꨧꩀ-ꩁꩌ-ꩍ꩐-꩙ꩻꫠ-ꫩꫲ-ꫳꯀ-ꯡ꯬꯭꯰-꯹ﬠ-ﬨ︀-️︠-︦︳︴﹍-﹏0-9_", Wr = new RegExp("[" + Xr + "]"), Ji = new RegExp("[" + Xr + Wi + "]"), at = /[\n\r\u2028\u2029]/, ot = /\r\n|[\n\r\u2028\u2029]/g, ut = function(c) {
5017
- return c < 65 ? c === 36 : c < 91 ? !0 : c < 97 ? c === 95 : c < 123 ? !0 : c >= 170 && Wr.test(String.fromCharCode(c));
5018
- }, Jr = function(c) {
5038
+ var Yi = nt("class enum extends super const export import"), Jr = nt("implements interface let package private protected public static yield"), it = nt("eval arguments"), zi = nt("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"), Xi = /[\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff]/, Hr = "ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԧԱ-Ֆՙա-ևא-תװ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࢠࢢ-ࢬऄ-हऽॐक़-ॡॱ-ॷॹ-ॿঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-ళవ-హఽౘౙౠౡಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠೡೱೲഅ-ഌഎ-ഐഒ-ഺഽൎൠൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄງຈຊຍດ-ທນ-ຟມ-ຣລວສຫອ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏼᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛰᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡷᢀ-ᢨᢪᢰ-ᣵᤀ-ᤜᥐ-ᥭᥰ-ᥴᦀ-ᦫᧁ-ᧇᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᳩ-ᳬᳮ-ᳱᳵᳶᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕℙ-ℝℤΩℨK-ℭℯ-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞⸯ々-〇〡-〩〱-〵〸-〼ぁ-ゖゝ-ゟァ-ヺー-ヿㄅ-ㄭㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿌ꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚗꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꪀ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ", Wi = "̀-ͯ҃-֑҇-ׇֽֿׁׂׅׄؐ-ؚؠ-ىٲ-ۓۧ-ۨۻ-ۼܰ-݊ࠀ-ࠔࠛ-ࠣࠥ-ࠧࠩ-࠭ࡀ-ࡗࣤ-ࣾऀ-ःऺ-़ा-ॏ॑-ॗॢ-ॣ०-९ঁ-ঃ়া-ৄেৈৗয়-ৠਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢ-ૣ૦-૯ଁ-ଃ଼ା-ୄେୈୋ-୍ୖୗୟ-ୠ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఁ-ఃె-ైొ-్ౕౖౢ-ౣ౦-౯ಂಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢ-ೣ೦-೯ംഃെ-ൈൗൢ-ൣ൦-൯ංඃ්ා-ුූෘ-ෟෲෳิ-ฺเ-ๅ๐-๙ິ-ູ່-ໍ໐-໙༘༙༠-༩༹༵༷ཁ-ཇཱ-྄྆-྇ྍ-ྗྙ-ྼ࿆က-ဩ၀-၉ၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟ᜎ-ᜐᜠ-ᜰᝀ-ᝐᝲᝳក-ឲ៝០-៩᠋-᠍᠐-᠙ᤠ-ᤫᤰ-᤻ᥑ-ᥭᦰ-ᧀᧈ-ᧉ᧐-᧙ᨀ-ᨕᨠ-ᩓ᩠-᩿᩼-᪉᪐-᪙ᭆ-ᭋ᭐-᭙᭫-᭳᮰-᮹᯦-᯳ᰀ-ᰢ᱀-᱉ᱛ-ᱽ᳐-᳒ᴀ-ᶾḁ-ἕ‌‍‿⁀⁔⃐-⃥⃜⃡-⃰ⶁ-ⶖⷠ-ⷿ〡-〨゙゚Ꙁ-ꙭꙴ-꙽ꚟ꛰-꛱ꟸ-ꠀ꠆ꠋꠣ-ꠧꢀ-ꢁꢴ-꣄꣐-꣙ꣳ-ꣷ꤀-꤉ꤦ-꤭ꤰ-ꥅꦀ-ꦃ꦳-꧀ꨀ-ꨧꩀ-ꩁꩌ-ꩍ꩐-꩙ꩻꫠ-ꫩꫲ-ꫳꯀ-ꯡ꯬꯭꯰-꯹ﬠ-ﬨ︀-️︠-︦︳︴﹍-﹏0-9_", Kr = new RegExp("[" + Hr + "]"), Ji = new RegExp("[" + Hr + Wi + "]"), at = /[\n\r\u2028\u2029]/, ot = /\r\n|[\n\r\u2028\u2029]/g, ut = function(c) {
5039
+ return c < 65 ? c === 36 : c < 91 ? !0 : c < 97 ? c === 95 : c < 123 ? !0 : c >= 170 && Kr.test(String.fromCharCode(c));
5040
+ }, qr = function(c) {
5019
5041
  return c < 48 ? c === 36 : c < 58 ? !0 : c < 65 ? !1 : c < 91 ? !0 : c < 97 ? c === 95 : c < 123 ? !0 : c >= 170 && Ji.test(String.fromCharCode(c));
5020
5042
  };
5021
5043
  function me() {
@@ -5024,12 +5046,12 @@ const Ul = {}, jl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5024
5046
  function Hi() {
5025
5047
  L = 1, a = W = 0, I = !0, Ue();
5026
5048
  }
5027
- function V(c, d) {
5049
+ function G(c, d) {
5028
5050
  v = a, r.locations && (S = new me()), O = c, Ue(), x = d, I = c.beforeExpr;
5029
5051
  }
5030
5052
  function Ki() {
5031
5053
  var c = r.onComment && r.locations && new me(), d = a, y = t.indexOf("*/", a += 2);
5032
- if (y === -1 && k(a - 2, "Unterminated comment"), a = y + 2, r.locations) {
5054
+ if (y === -1 && A(a - 2, "Unterminated comment"), a = y + 2, r.locations) {
5033
5055
  ot.lastIndex = d;
5034
5056
  for (var _; (_ = ot.exec(t)) && _.index < a; )
5035
5057
  ++L, W = _.index + _[0].length;
@@ -5043,7 +5065,7 @@ const Ul = {}, jl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5043
5065
  r.locations && new me()
5044
5066
  );
5045
5067
  }
5046
- function Dt() {
5068
+ function Ft() {
5047
5069
  for (var c = a, d = r.onComment && r.locations && new me(), y = t.charCodeAt(a += 2); a < e && y !== 10 && y !== 13 && y !== 8232 && y !== 8233; )
5048
5070
  ++a, y = t.charCodeAt(a);
5049
5071
  r.onComment && r.onComment(
@@ -5073,7 +5095,7 @@ const Ul = {}, jl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5073
5095
  if (d === 42)
5074
5096
  Ki();
5075
5097
  else if (d === 47)
5076
- Dt();
5098
+ Ft();
5077
5099
  else break;
5078
5100
  } else if (c === 160)
5079
5101
  ++a;
@@ -5085,74 +5107,74 @@ const Ul = {}, jl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5085
5107
  }
5086
5108
  function qi() {
5087
5109
  var c = t.charCodeAt(a + 1);
5088
- c >= 48 && c <= 57 ? Kr(!0) : (++a, V(Ur));
5110
+ c >= 48 && c <= 57 ? Qr(!0) : (++a, G($r));
5089
5111
  }
5090
5112
  function Zi() {
5091
5113
  var c = t.charCodeAt(a + 1);
5092
- I ? (++a, Hr()) : c === 61 ? G(ye, 2) : G(Br, 1);
5114
+ I ? (++a, Zr()) : c === 61 ? Y(ye, 2) : Y(Gr, 1);
5093
5115
  }
5094
5116
  function Qi() {
5095
5117
  var c = t.charCodeAt(a + 1);
5096
- c === 61 ? G(ye, 2) : G(Gi, 1);
5118
+ c === 61 ? Y(ye, 2) : Y(Gi, 1);
5097
5119
  }
5098
5120
  function ea(c) {
5099
5121
  var d = t.charCodeAt(a + 1);
5100
- d === c ? G(c === 124 ? Gr : Yr, 2) : d === 61 ? G(ye, 2) : G(c === 124 ? Fi : Ui, 1);
5122
+ d === c ? Y(c === 124 ? Xr : Wr, 2) : d === 61 ? Y(ye, 2) : Y(c === 124 ? Fi : Ui, 1);
5101
5123
  }
5102
5124
  function ta() {
5103
5125
  var c = t.charCodeAt(a + 1);
5104
- c === 61 ? G(ye, 2) : G(Mi, 1);
5126
+ c === 61 ? Y(ye, 2) : Y(Mi, 1);
5105
5127
  }
5106
5128
  function ra(c) {
5107
5129
  var d = t.charCodeAt(a + 1);
5108
5130
  if (d === c) {
5109
5131
  if (d === 45 && t.charCodeAt(a + 2) === 62 && at.test(t.slice(q, a))) {
5110
- a += 3, Dt(), Ue(), Se();
5132
+ a += 3, Ft(), Ue(), Se();
5111
5133
  return;
5112
5134
  }
5113
- G(Li, 2);
5114
- } else d === 61 ? G(ye, 2) : G(Vi, 1);
5135
+ Y(Li, 2);
5136
+ } else d === 61 ? Y(ye, 2) : Y(Vi, 1);
5115
5137
  }
5116
5138
  function na(c) {
5117
5139
  var d = t.charCodeAt(a + 1), y = 1;
5118
5140
  if (d === c) {
5119
- y = c === 62 && t.charCodeAt(a + 2) === 62 ? 3 : 2, t.charCodeAt(a + y) === 61 ? G(ye, y + 1) : G($i, y);
5141
+ y = c === 62 && t.charCodeAt(a + 2) === 62 ? 3 : 2, t.charCodeAt(a + y) === 61 ? Y(ye, y + 1) : Y($i, y);
5120
5142
  return;
5121
5143
  }
5122
5144
  if (d === 33 && c === 60 && t.charCodeAt(a + 2) === 45 && t.charCodeAt(a + 3) === 45) {
5123
- a += 4, Dt(), Ue(), Se();
5145
+ a += 4, Ft(), Ue(), Se();
5124
5146
  return;
5125
5147
  }
5126
- d === 61 && (y = t.charCodeAt(a + 2) === 61 ? 3 : 2), G(Bi, y);
5148
+ d === 61 && (y = t.charCodeAt(a + 2) === 61 ? 3 : 2), Y(Bi, y);
5127
5149
  }
5128
5150
  function ia(c) {
5129
5151
  var d = t.charCodeAt(a + 1);
5130
- d === 61 ? G(ji, t.charCodeAt(a + 2) === 61 ? 3 : 2) : G(c === 61 ? $r : Vr, 1);
5152
+ d === 61 ? Y(ji, t.charCodeAt(a + 2) === 61 ? 3 : 2) : Y(c === 61 ? Yr : zr, 1);
5131
5153
  }
5132
5154
  function aa(c) {
5133
5155
  switch (c) {
5134
5156
  case 46:
5135
5157
  return qi();
5136
5158
  case 40:
5137
- return ++a, V(re);
5159
+ return ++a, G(re);
5138
5160
  case 41:
5139
- return ++a, V(Q);
5161
+ return ++a, G(ee);
5140
5162
  case 59:
5141
- return ++a, V(ne);
5163
+ return ++a, G(ne);
5142
5164
  case 44:
5143
- return ++a, V(se);
5165
+ return ++a, G(se);
5144
5166
  case 91:
5145
- return ++a, V(kt);
5167
+ return ++a, G(Dt);
5146
5168
  case 93:
5147
- return ++a, V(It);
5169
+ return ++a, G(Lt);
5148
5170
  case 123:
5149
- return ++a, V(Fe);
5171
+ return ++a, G(Fe);
5150
5172
  case 125:
5151
- return ++a, V(Ne);
5173
+ return ++a, G(Ne);
5152
5174
  case 58:
5153
- return ++a, V(Me);
5175
+ return ++a, G(Me);
5154
5176
  case 63:
5155
- return ++a, V(jr);
5177
+ return ++a, G(Vr);
5156
5178
  case 48:
5157
5179
  var d = t.charCodeAt(a + 1);
5158
5180
  if (d === 120 || d === 88) return oa();
@@ -5165,7 +5187,7 @@ const Ul = {}, jl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5165
5187
  case 55:
5166
5188
  case 56:
5167
5189
  case 57:
5168
- return Kr(!1);
5190
+ return Qr(!1);
5169
5191
  case 34:
5170
5192
  case 39:
5171
5193
  return ua(c);
@@ -5189,33 +5211,33 @@ const Ul = {}, jl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5189
5211
  case 33:
5190
5212
  return ia(c);
5191
5213
  case 126:
5192
- return G(Vr, 1);
5214
+ return Y(zr, 1);
5193
5215
  }
5194
5216
  return !1;
5195
5217
  }
5196
5218
  function Se(c) {
5197
- if (c ? a = p + 1 : p = a, r.locations && (E = new me()), c) return Hr();
5198
- if (a >= e) return V(Nt);
5219
+ if (c ? a = p + 1 : p = a, r.locations && (E = new me()), c) return Zr();
5220
+ if (a >= e) return G(xt);
5199
5221
  var d = t.charCodeAt(a);
5200
5222
  if (ut(d) || d === 92)
5201
- return Zr();
5223
+ return tn();
5202
5224
  var y = aa(d);
5203
5225
  if (y === !1) {
5204
5226
  var _ = String.fromCharCode(d);
5205
- if (_ === "\\" || Wr.test(_))
5206
- return Zr();
5207
- k(a, "Unexpected character '" + _ + "'");
5227
+ if (_ === "\\" || Kr.test(_))
5228
+ return tn();
5229
+ A(a, "Unexpected character '" + _ + "'");
5208
5230
  }
5209
5231
  }
5210
- function G(c, d) {
5232
+ function Y(c, d) {
5211
5233
  var y = t.slice(a, a + d);
5212
- a += d, V(c, y);
5234
+ a += d, G(c, y);
5213
5235
  }
5214
- function Hr() {
5236
+ function Zr() {
5215
5237
  for (var c, d, y = a; ; ) {
5216
- a >= e && k(y, "Unterminated regexp");
5238
+ a >= e && A(y, "Unterminated regexp");
5217
5239
  var _ = t.charAt(a);
5218
- if (at.test(_) && k(y, "Unterminated regexp"), c)
5240
+ if (at.test(_) && A(y, "Unterminated regexp"), c)
5219
5241
  c = !1;
5220
5242
  else {
5221
5243
  if (_ === "[")
@@ -5230,19 +5252,19 @@ const Ul = {}, jl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5230
5252
  }
5231
5253
  var C = t.slice(y, a);
5232
5254
  ++a;
5233
- var w = qr();
5234
- w && !/^[gmi]*$/.test(w) && k(y, "Invalid regexp flag");
5255
+ var P = en();
5256
+ P && !/^[gmi]*$/.test(P) && A(y, "Invalid regexp flag");
5235
5257
  try {
5236
- var A = new RegExp(C, w);
5258
+ var k = new RegExp(C, P);
5237
5259
  } catch (U) {
5238
- throw U instanceof SyntaxError && k(y, U.message), U;
5260
+ throw U instanceof SyntaxError && A(y, U.message), U;
5239
5261
  }
5240
- V(_r, A);
5262
+ G(Rr, k);
5241
5263
  }
5242
5264
  function je(c, d) {
5243
- for (var y = a, _ = 0, C = d === void 0 ? 1 / 0 : d, w = 0; w < C; ++w) {
5244
- var A = t.charCodeAt(a), U;
5245
- if (A >= 97 ? U = A - 97 + 10 : A >= 65 ? U = A - 65 + 10 : A >= 48 && A <= 57 ? U = A - 48 : U = 1 / 0, U >= c) break;
5265
+ for (var y = a, _ = 0, C = d === void 0 ? 1 / 0 : d, P = 0; P < C; ++P) {
5266
+ var k = t.charCodeAt(a), U;
5267
+ if (k >= 97 ? U = k - 97 + 10 : k >= 65 ? U = k - 65 + 10 : k >= 48 && k <= 57 ? U = k - 48 : U = 1 / 0, U >= c) break;
5246
5268
  ++a, _ = _ * c + U;
5247
5269
  }
5248
5270
  return a === y || d !== void 0 && a - y !== d ? null : _;
@@ -5250,23 +5272,23 @@ const Ul = {}, jl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5250
5272
  function oa() {
5251
5273
  a += 2;
5252
5274
  var c = je(16);
5253
- c === null && k(p + 2, "Expected hexadecimal number"), ut(t.charCodeAt(a)) && k(a, "Identifier directly after number"), V(tt, c);
5275
+ c === null && A(p + 2, "Expected hexadecimal number"), ut(t.charCodeAt(a)) && A(a, "Identifier directly after number"), G(tt, c);
5254
5276
  }
5255
- function Kr(c) {
5277
+ function Qr(c) {
5256
5278
  var d = a, y = !1, _ = t.charCodeAt(a) === 48;
5257
- !c && je(10) === null && k(d, "Invalid number"), t.charCodeAt(a) === 46 && (++a, je(10), y = !0);
5279
+ !c && je(10) === null && A(d, "Invalid number"), t.charCodeAt(a) === 46 && (++a, je(10), y = !0);
5258
5280
  var C = t.charCodeAt(a);
5259
- (C === 69 || C === 101) && (C = t.charCodeAt(++a), (C === 43 || C === 45) && ++a, je(10) === null && k(d, "Invalid number"), y = !0), ut(t.charCodeAt(a)) && k(a, "Identifier directly after number");
5260
- var w = t.slice(d, a), A;
5261
- y ? A = parseFloat(w) : !_ || w.length === 1 ? A = parseInt(w, 10) : /[89]/.test(w) || J ? k(d, "Invalid number") : A = parseInt(w, 8), V(tt, A);
5281
+ (C === 69 || C === 101) && (C = t.charCodeAt(++a), (C === 43 || C === 45) && ++a, je(10) === null && A(d, "Invalid number"), y = !0), ut(t.charCodeAt(a)) && A(a, "Identifier directly after number");
5282
+ var P = t.slice(d, a), k;
5283
+ y ? k = parseFloat(P) : !_ || P.length === 1 ? k = parseInt(P, 10) : /[89]/.test(P) || J ? A(d, "Invalid number") : k = parseInt(P, 8), G(tt, k);
5262
5284
  }
5263
5285
  function ua(c) {
5264
5286
  a++;
5265
5287
  for (var d = ""; ; ) {
5266
- a >= e && k(p, "Unterminated string constant");
5288
+ a >= e && A(p, "Unterminated string constant");
5267
5289
  var y = t.charCodeAt(a);
5268
5290
  if (y === c) {
5269
- ++a, V(Tt, d);
5291
+ ++a, G(St, d);
5270
5292
  return;
5271
5293
  }
5272
5294
  if (y === 92) {
@@ -5275,7 +5297,7 @@ const Ul = {}, jl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5275
5297
  for (_ && (_ = _[0]); _ && parseInt(_, 8) > 255; )
5276
5298
  _ = _.slice(0, -1);
5277
5299
  if (_ === "0" && (_ = null), ++a, _)
5278
- J && k(a - 2, "Octal literal in strict mode"), d += String.fromCharCode(parseInt(_, 8)), a += _.length - 1;
5300
+ J && A(a - 2, "Octal literal in strict mode"), d += String.fromCharCode(parseInt(_, 8)), a += _.length - 1;
5279
5301
  else
5280
5302
  switch (y) {
5281
5303
  case 110:
@@ -5319,70 +5341,70 @@ const Ul = {}, jl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5319
5341
  break;
5320
5342
  }
5321
5343
  } else
5322
- (y === 13 || y === 10 || y === 8232 || y === 8233) && k(p, "Unterminated string constant"), d += String.fromCharCode(y), ++a;
5344
+ (y === 13 || y === 10 || y === 8232 || y === 8233) && A(p, "Unterminated string constant"), d += String.fromCharCode(y), ++a;
5323
5345
  }
5324
5346
  }
5325
5347
  function st(c) {
5326
5348
  var d = je(16, c);
5327
- return d === null && k(p, "Bad character escape sequence"), /** @type {number} */
5349
+ return d === null && A(p, "Bad character escape sequence"), /** @type {number} */
5328
5350
  d;
5329
5351
  }
5330
5352
  var xe;
5331
- function qr() {
5353
+ function en() {
5332
5354
  xe = !1;
5333
5355
  for (var c, d = !0, y = a; ; ) {
5334
5356
  var _ = t.charCodeAt(a);
5335
- if (Jr(_))
5357
+ if (qr(_))
5336
5358
  xe && (c += t.charAt(a)), ++a;
5337
5359
  else if (_ === 92) {
5338
- xe || (c = t.slice(y, a)), xe = !0, t.charCodeAt(++a) !== 117 && k(a, "Expecting Unicode escape sequence \\uXXXX"), ++a;
5339
- var C = st(4), w = String.fromCharCode(C);
5340
- w || k(a - 1, "Invalid Unicode escape"), (d ? ut(C) : Jr(C)) || k(a - 4, "Invalid Unicode escape"), c += w;
5360
+ xe || (c = t.slice(y, a)), xe = !0, t.charCodeAt(++a) !== 117 && A(a, "Expecting Unicode escape sequence \\uXXXX"), ++a;
5361
+ var C = st(4), P = String.fromCharCode(C);
5362
+ P || A(a - 1, "Invalid Unicode escape"), (d ? ut(C) : qr(C)) || A(a - 4, "Invalid Unicode escape"), c += P;
5341
5363
  } else
5342
5364
  break;
5343
5365
  d = !1;
5344
5366
  }
5345
5367
  return xe ? c : t.slice(y, a);
5346
5368
  }
5347
- function Zr() {
5348
- var c = qr(), d = Te;
5349
- !xe && zi(c) && (d = Di[c]), V(d, c);
5369
+ function tn() {
5370
+ var c = en(), d = Te;
5371
+ !xe && zi(c) && (d = Di[c]), G(d, c);
5350
5372
  }
5351
5373
  function D() {
5352
5374
  Le = p, q = v, Oe = S, Se();
5353
5375
  }
5354
- function Lt(c) {
5376
+ function Mt(c) {
5355
5377
  if (J = c, a = p, r.locations)
5356
5378
  for (; a < W; )
5357
5379
  W = t.lastIndexOf(`
5358
5380
  `, W - 2) + 1, --L;
5359
5381
  Ue(), Se();
5360
5382
  }
5361
- function Qr() {
5383
+ function rn() {
5362
5384
  this.type = null, this.start = p, this.end = null;
5363
5385
  }
5364
- function en() {
5386
+ function nn() {
5365
5387
  this.start = E, this.end = null, i && (this.source = i);
5366
5388
  }
5367
5389
  function z() {
5368
- var c = new Qr();
5369
- return r.locations && (c.loc = new en()), r.directSourceFile && (c.sourceFile = r.directSourceFile), r.ranges && (c.range = [p, 0]), c;
5390
+ var c = new rn();
5391
+ return r.locations && (c.loc = new nn()), r.directSourceFile && (c.sourceFile = r.directSourceFile), r.ranges && (c.range = [p, 0]), c;
5370
5392
  }
5371
5393
  function le(c) {
5372
- var d = new Qr();
5373
- return d.start = c.start, r.locations && (d.loc = new en(), d.loc.start = c.loc.start), r.ranges && (d.range = [c.range[0], 0]), d;
5394
+ var d = new rn();
5395
+ return d.start = c.start, r.locations && (d.loc = new nn(), d.loc.start = c.loc.start), r.ranges && (d.range = [c.range[0], 0]), d;
5374
5396
  }
5375
- function P(c, d) {
5397
+ function w(c, d) {
5376
5398
  return c.type = d, c.end = q, r.locations && (c.loc.end = Oe), r.ranges && (c.range[1] = q), c;
5377
5399
  }
5378
- function Ft(c) {
5400
+ function Ut(c) {
5379
5401
  return c.type === "ExpressionStatement" && c.expression.type === "Literal" && c.expression.value === "use strict";
5380
5402
  }
5381
5403
  function j(c) {
5382
5404
  return O === c ? (D(), !0) : !1;
5383
5405
  }
5384
5406
  function lt() {
5385
- return !r.strictSemicolons && (O === Nt || O === Ne || at.test(t.slice(q, p)));
5407
+ return !r.strictSemicolons && (O === xt || O === Ne || at.test(t.slice(q, p)));
5386
5408
  }
5387
5409
  function ge() {
5388
5410
  !j(ne) && !lt() && ie();
@@ -5391,209 +5413,209 @@ const Ul = {}, jl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5391
5413
  O === c ? D() : ie();
5392
5414
  }
5393
5415
  function ie() {
5394
- k(p, "Unexpected token");
5416
+ A(p, "Unexpected token");
5395
5417
  }
5396
5418
  function ct(c) {
5397
- c.type !== "Identifier" && c.type !== "MemberExpression" && k(c.start, "Assigning to rvalue"), J && c.type === "Identifier" && it(c.name) && k(c.start, "Assigning to " + c.name + " in strict mode");
5419
+ c.type !== "Identifier" && c.type !== "MemberExpression" && A(c.start, "Assigning to rvalue"), J && c.type === "Identifier" && it(c.name) && A(c.start, "Assigning to " + c.name + " in strict mode");
5398
5420
  }
5399
5421
  function sa(c) {
5400
5422
  Le = q = a, r.locations && (Oe = new me()), ve = J = !1, B = [], Se();
5401
5423
  var d = c || z(), y = !0;
5402
- for (c || (d.body = []); O !== Nt; ) {
5424
+ for (c || (d.body = []); O !== xt; ) {
5403
5425
  var _ = Z();
5404
- d.body.push(_), y && Ft(_) && Lt(!0), y = !1;
5426
+ d.body.push(_), y && Ut(_) && Mt(!0), y = !1;
5405
5427
  }
5406
- return P(d, "Program");
5428
+ return w(d, "Program");
5407
5429
  }
5408
- var Mt = { kind: "loop" }, la = { kind: "switch" };
5430
+ var jt = { kind: "loop" }, la = { kind: "switch" };
5409
5431
  function Z() {
5410
- (O === Br || O === ye && x === "/=") && Se(!0);
5432
+ (O === Gr || O === ye && x === "/=") && Se(!0);
5411
5433
  var c = O, d = z();
5412
5434
  switch (c) {
5413
- case St:
5414
- case Er:
5435
+ case Pt:
5436
+ case Tr:
5415
5437
  D();
5416
- var y = c === St;
5438
+ var y = c === Pt;
5417
5439
  j(ne) || lt() ? d.label = null : O !== Te ? ie() : (d.label = ce(), ge());
5418
5440
  for (var _ = 0; _ < B.length; ++_) {
5419
5441
  var C = B[_];
5420
5442
  if ((d.label === null || C.name === d.label.name) && (C.kind !== null && (y || C.kind === "loop") || d.label && y))
5421
5443
  break;
5422
5444
  }
5423
- return _ === B.length && k(d.start, "Unsyntactic " + c.keyword), P(d, y ? "BreakStatement" : "ContinueStatement");
5424
- case Rr:
5425
- return D(), ge(), P(d, "DebuggerStatement");
5426
- case Tr:
5427
- return D(), B.push(Mt), d.body = Z(), B.pop(), $(At), d.test = Be(), ge(), P(d, "DoWhileStatement");
5445
+ return _ === B.length && A(d.start, "Unsyntactic " + c.keyword), w(d, y ? "BreakStatement" : "ContinueStatement");
5446
+ case Nr:
5447
+ return D(), ge(), w(d, "DebuggerStatement");
5428
5448
  case xr:
5429
- if (D(), B.push(Mt), $(re), O === ne) return Ut(d, null);
5430
- if (O === Ct) {
5431
- var w = z();
5432
- return D(), rn(w, !0), P(w, "VariableDeclaration"), w.declarations.length === 1 && j(rt) ? tn(d, w) : Ut(d, w);
5449
+ return D(), B.push(jt), d.body = Z(), B.pop(), $(It), d.test = Be(), ge(), w(d, "DoWhileStatement");
5450
+ case Cr:
5451
+ if (D(), B.push(jt), $(re), O === ne) return Bt(d, null);
5452
+ if (O === At) {
5453
+ var P = z();
5454
+ return D(), on(P, !0), w(P, "VariableDeclaration"), P.declarations.length === 1 && j(rt) ? an(d, P) : Bt(d, P);
5433
5455
  }
5434
- var w = X(!1, !0);
5435
- return j(rt) ? (ct(w), tn(d, w)) : Ut(d, w);
5436
- case wt:
5437
- return D(), Gt(d, !0);
5438
- case wr:
5439
- return D(), d.test = Be(), d.consequent = Z(), d.alternate = j(Nr) ? Z() : null, P(d, "IfStatement");
5440
- case Pr:
5441
- return !ve && !r.allowReturnOutsideFunction && k(p, "'return' outside of function"), D(), j(ne) || lt() ? d.argument = null : (d.argument = X(), ge()), P(d, "ReturnStatement");
5442
- case Pt:
5456
+ var P = X(!1, !0);
5457
+ return j(rt) ? (ct(P), an(d, P)) : Bt(d, P);
5458
+ case Ct:
5459
+ return D(), zt(d, !0);
5460
+ case kr:
5461
+ return D(), d.test = Be(), d.consequent = Z(), d.alternate = j(Pr) ? Z() : null, w(d, "IfStatement");
5462
+ case Ar:
5463
+ return !ve && !r.allowReturnOutsideFunction && A(p, "'return' outside of function"), D(), j(ne) || lt() ? d.argument = null : (d.argument = X(), ge()), w(d, "ReturnStatement");
5464
+ case kt:
5443
5465
  D(), d.discriminant = Be(), d.cases = [], $(Fe), B.push(la);
5444
- for (var A, U; O !== Ne; )
5445
- if (O === xt || O === Or) {
5446
- var Ge = O === xt;
5447
- A && P(A, "SwitchCase"), d.cases.push(A = z()), A.consequent = [], D(), Ge ? A.test = X() : (U && k(Le, "Multiple default clauses"), U = !0, A.test = null), $(Me);
5466
+ for (var k, U; O !== Ne; )
5467
+ if (O === wt || O === Sr) {
5468
+ var Ge = O === wt;
5469
+ k && w(k, "SwitchCase"), d.cases.push(k = z()), k.consequent = [], D(), Ge ? k.test = X() : (U && A(Le, "Multiple default clauses"), U = !0, k.test = null), $(Me);
5448
5470
  } else
5449
- A || ie(), A.consequent.push(Z());
5450
- return A && P(A, "SwitchCase"), D(), B.pop(), P(d, "SwitchStatement");
5451
- case Cr:
5452
- return D(), at.test(t.slice(q, p)) && k(q, "Illegal newline after throw"), d.argument = X(), ge(), P(d, "ThrowStatement");
5453
- case Ar:
5454
- if (D(), d.block = $e(), d.handler = null, O === br) {
5455
- var we = z();
5456
- D(), $(re), we.param = ce(), J && it(we.param.name) && k(we.param.start, "Binding " + we.param.name + " in strict mode"), $(Q), we.body = $e(), d.handler = P(we, "CatchClause");
5471
+ k || ie(), k.consequent.push(Z());
5472
+ return k && w(k, "SwitchCase"), D(), B.pop(), w(d, "SwitchStatement");
5473
+ case Ir:
5474
+ return D(), at.test(t.slice(q, p)) && A(q, "Illegal newline after throw"), d.argument = X(), ge(), w(d, "ThrowStatement");
5475
+ case Dr:
5476
+ if (D(), d.block = $e(), d.handler = null, O === Or) {
5477
+ var Pe = z();
5478
+ D(), $(re), Pe.param = ce(), J && it(Pe.param.name) && A(Pe.param.start, "Binding " + Pe.param.name + " in strict mode"), $(ee), Pe.body = $e(), d.handler = w(Pe, "CatchClause");
5457
5479
  }
5458
- return d.finalizer = j(Sr) ? $e() : null, !d.handler && !d.finalizer && k(d.start, "Missing catch or finally clause"), P(d, "TryStatement");
5459
- case Ct:
5460
- return D(), rn(d), ge(), P(d, "VariableDeclaration");
5480
+ return d.finalizer = j(wr) ? $e() : null, !d.handler && !d.finalizer && A(d.start, "Missing catch or finally clause"), w(d, "TryStatement");
5461
5481
  case At:
5462
- return D(), d.test = Be(), B.push(Mt), d.body = Z(), B.pop(), P(d, "WhileStatement");
5463
- case kr:
5464
- return J && k(p, "'with' in strict mode"), D(), d.object = Be(), d.body = Z(), P(d, "WithStatement");
5482
+ return D(), on(d), ge(), w(d, "VariableDeclaration");
5483
+ case It:
5484
+ return D(), d.test = Be(), B.push(jt), d.body = Z(), B.pop(), w(d, "WhileStatement");
5485
+ case Lr:
5486
+ return J && A(p, "'with' in strict mode"), D(), d.object = Be(), d.body = Z(), w(d, "WithStatement");
5465
5487
  case Fe:
5466
5488
  return $e();
5467
5489
  case ne:
5468
- return D(), P(d, "EmptyStatement");
5490
+ return D(), w(d, "EmptyStatement");
5469
5491
  default:
5470
- var zt = x, ft = X();
5492
+ var Wt = x, ft = X();
5471
5493
  if (c === Te && ft.type === "Identifier" && j(Me)) {
5472
5494
  for (var _ = 0; _ < B.length; ++_)
5473
- B[_].name === zt && k(ft.start, "Label '" + zt + "' is already declared");
5474
- var va = O.isLoop ? "loop" : O === Pt ? "switch" : null;
5475
- return B.push({ name: zt, kind: va }), d.body = Z(), B.pop(), d.label = ft, P(d, "LabeledStatement");
5495
+ B[_].name === Wt && A(ft.start, "Label '" + Wt + "' is already declared");
5496
+ var va = O.isLoop ? "loop" : O === kt ? "switch" : null;
5497
+ return B.push({ name: Wt, kind: va }), d.body = Z(), B.pop(), d.label = ft, w(d, "LabeledStatement");
5476
5498
  } else
5477
- return d.expression = ft, ge(), P(d, "ExpressionStatement");
5499
+ return d.expression = ft, ge(), w(d, "ExpressionStatement");
5478
5500
  }
5479
5501
  }
5480
5502
  function Be() {
5481
5503
  $(re);
5482
5504
  var c = X();
5483
- return $(Q), c;
5505
+ return $(ee), c;
5484
5506
  }
5485
5507
  function $e(c) {
5486
5508
  var d = z(), y = !0, _ = !1, C;
5487
5509
  for (d.body = [], $(Fe); !j(Ne); ) {
5488
- var w = Z();
5489
- d.body.push(w), y && c && Ft(w) && (C = _, Lt(_ = !0)), y = !1;
5510
+ var P = Z();
5511
+ d.body.push(P), y && c && Ut(P) && (C = _, Mt(_ = !0)), y = !1;
5490
5512
  }
5491
- return _ && !C && Lt(!1), P(d, "BlockStatement");
5513
+ return _ && !C && Mt(!1), w(d, "BlockStatement");
5492
5514
  }
5493
- function Ut(c, d) {
5494
- return c.init = d, $(ne), c.test = O === ne ? null : X(), $(ne), c.update = O === Q ? null : X(), $(Q), c.body = Z(), B.pop(), P(c, "ForStatement");
5515
+ function Bt(c, d) {
5516
+ return c.init = d, $(ne), c.test = O === ne ? null : X(), $(ne), c.update = O === ee ? null : X(), $(ee), c.body = Z(), B.pop(), w(c, "ForStatement");
5495
5517
  }
5496
- function tn(c, d) {
5497
- return c.left = d, c.right = X(), $(Q), c.body = Z(), B.pop(), P(c, "ForInStatement");
5518
+ function an(c, d) {
5519
+ return c.left = d, c.right = X(), $(ee), c.body = Z(), B.pop(), w(c, "ForInStatement");
5498
5520
  }
5499
- function rn(c, d) {
5521
+ function on(c, d) {
5500
5522
  for (c.declarations = [], c.kind = "var"; ; ) {
5501
5523
  var y = z();
5502
- if (y.id = ce(), J && it(y.id.name) && k(y.id.start, "Binding " + y.id.name + " in strict mode"), y.init = j($r) ? X(!0, d) : null, c.declarations.push(P(y, "VariableDeclarator")), !j(se)) break;
5524
+ if (y.id = ce(), J && it(y.id.name) && A(y.id.start, "Binding " + y.id.name + " in strict mode"), y.init = j(Yr) ? X(!0, d) : null, c.declarations.push(w(y, "VariableDeclarator")), !j(se)) break;
5503
5525
  }
5504
5526
  }
5505
5527
  function X(c, d) {
5506
- var y = jt(d);
5528
+ var y = $t(d);
5507
5529
  if (!c && O === se) {
5508
5530
  var _ = le(y);
5509
- for (_.expressions = [y]; j(se); ) _.expressions.push(jt(d));
5510
- return P(_, "SequenceExpression");
5531
+ for (_.expressions = [y]; j(se); ) _.expressions.push($t(d));
5532
+ return w(_, "SequenceExpression");
5511
5533
  }
5512
5534
  return y;
5513
5535
  }
5514
- function jt(c) {
5536
+ function $t(c) {
5515
5537
  var d = ca(c);
5516
5538
  if (O.isAssign) {
5517
5539
  var y = le(d);
5518
- return y.operator = x, y.left = d, D(), y.right = jt(c), ct(d), P(y, "AssignmentExpression");
5540
+ return y.operator = x, y.left = d, D(), y.right = $t(c), ct(d), w(y, "AssignmentExpression");
5519
5541
  }
5520
5542
  return d;
5521
5543
  }
5522
5544
  function ca(c) {
5523
5545
  var d = fa(c);
5524
- if (j(jr)) {
5546
+ if (j(Vr)) {
5525
5547
  var y = le(d);
5526
- return y.test = d, y.consequent = X(!0), $(Me), y.alternate = X(!0, c), P(y, "ConditionalExpression");
5548
+ return y.test = d, y.consequent = X(!0), $(Me), y.alternate = X(!0, c), w(y, "ConditionalExpression");
5527
5549
  }
5528
5550
  return d;
5529
5551
  }
5530
5552
  function fa(c) {
5531
- return Bt($t(), -1, c);
5553
+ return Vt(Gt(), -1, c);
5532
5554
  }
5533
- function Bt(c, d, y) {
5555
+ function Vt(c, d, y) {
5534
5556
  var _ = O.binop;
5535
5557
  if (_ !== null && (!y || O !== rt) && _ > d) {
5536
5558
  var C = le(c);
5537
5559
  C.left = c, C.operator = x;
5538
- var w = O;
5539
- D(), C.right = Bt($t(), _, y);
5540
- var A = P(C, w === Gr || w === Yr ? "LogicalExpression" : "BinaryExpression");
5541
- return Bt(A, d, y);
5560
+ var P = O;
5561
+ D(), C.right = Vt(Gt(), _, y);
5562
+ var k = w(C, P === Xr || P === Wr ? "LogicalExpression" : "BinaryExpression");
5563
+ return Vt(k, d, y);
5542
5564
  }
5543
5565
  return c;
5544
5566
  }
5545
- function $t() {
5567
+ function Gt() {
5546
5568
  if (O.prefix) {
5547
5569
  var c = z(), d = O.isUpdate;
5548
- return c.operator = x, c.prefix = !0, I = !0, D(), c.argument = $t(), d ? ct(c.argument) : J && c.operator === "delete" && c.argument.type === "Identifier" && k(c.start, "Deleting local variable in strict mode"), P(c, d ? "UpdateExpression" : "UnaryExpression");
5570
+ return c.operator = x, c.prefix = !0, I = !0, D(), c.argument = Gt(), d ? ct(c.argument) : J && c.operator === "delete" && c.argument.type === "Identifier" && A(c.start, "Deleting local variable in strict mode"), w(c, d ? "UpdateExpression" : "UnaryExpression");
5549
5571
  }
5550
5572
  for (var y = pa(); O.postfix && !lt(); ) {
5551
5573
  var c = le(y);
5552
- c.operator = x, c.prefix = !1, c.argument = y, ct(y), D(), y = P(c, "UpdateExpression");
5574
+ c.operator = x, c.prefix = !1, c.argument = y, ct(y), D(), y = w(c, "UpdateExpression");
5553
5575
  }
5554
5576
  return y;
5555
5577
  }
5556
5578
  function pa() {
5557
- return Ve(Vt());
5579
+ return Ve(Yt());
5558
5580
  }
5559
5581
  function Ve(c, d) {
5560
5582
  var y;
5561
- return j(Ur) ? (y = le(c), y.object = c, y.property = ce(!0), y.computed = !1, Ve(P(y, "MemberExpression"), d)) : j(kt) ? (y = le(c), y.object = c, y.property = X(), y.computed = !0, $(It), Ve(P(y, "MemberExpression"), d)) : !d && j(re) ? (y = le(c), y.callee = c, y.arguments = Yt(Q, !1), Ve(P(y, "CallExpression"), d)) : c;
5583
+ return j($r) ? (y = le(c), y.object = c, y.property = ce(!0), y.computed = !1, Ve(w(y, "MemberExpression"), d)) : j(Dt) ? (y = le(c), y.object = c, y.property = X(), y.computed = !0, $(Lt), Ve(w(y, "MemberExpression"), d)) : !d && j(re) ? (y = le(c), y.callee = c, y.arguments = Xt(ee, !1), Ve(w(y, "CallExpression"), d)) : c;
5562
5584
  }
5563
- function Vt() {
5585
+ function Yt() {
5564
5586
  var c;
5565
5587
  switch (O) {
5566
- case Dr:
5567
- return c = z(), D(), P(c, "ThisExpression");
5588
+ case Mr:
5589
+ return c = z(), D(), w(c, "ThisExpression");
5568
5590
  case Te:
5569
5591
  return ce();
5570
5592
  case tt:
5571
- case Tt:
5572
- case _r:
5573
- return c = z(), c.value = x, c.raw = t.slice(p, v), D(), P(c, "Literal");
5574
- case Lr:
5575
- case Fr:
5576
- case Mr:
5577
- return c = z(), c.value = O.atomValue, c.raw = O.keyword, D(), P(c, "Literal");
5593
+ case St:
5594
+ case Rr:
5595
+ return c = z(), c.value = x, c.raw = t.slice(p, v), D(), w(c, "Literal");
5596
+ case Ur:
5597
+ case jr:
5598
+ case Br:
5599
+ return c = z(), c.value = O.atomValue, c.raw = O.keyword, D(), w(c, "Literal");
5578
5600
  case re:
5579
5601
  var d = E, y = p;
5580
5602
  D();
5581
5603
  var _ = X();
5582
- return _.start = y, _.end = v, r.locations && (_.loc.start = d, _.loc.end = S), r.ranges && (_.range = [y, v]), $(Q), _;
5583
- case kt:
5584
- return c = z(), D(), c.elements = Yt(It, !0, !0), P(c, "ArrayExpression");
5604
+ return _.start = y, _.end = v, r.locations && (_.loc.start = d, _.loc.end = S), r.ranges && (_.range = [y, v]), $(ee), _;
5605
+ case Dt:
5606
+ return c = z(), D(), c.elements = Xt(Lt, !0, !0), w(c, "ArrayExpression");
5585
5607
  case Fe:
5586
5608
  return ha();
5587
- case wt:
5588
- return c = z(), D(), Gt(c, !1);
5589
- case Ir:
5609
+ case Ct:
5610
+ return c = z(), D(), zt(c, !1);
5611
+ case Fr:
5590
5612
  return da();
5591
5613
  }
5592
5614
  ie();
5593
5615
  }
5594
5616
  function da() {
5595
5617
  var c = z();
5596
- return D(), c.callee = Ve(Vt(), !0), c.arguments = j(re) ? Yt(Q, !1) : Ii, P(c, "NewExpression");
5618
+ return D(), c.callee = Ve(Yt(), !0), c.arguments = j(re) ? Xt(ee, !1) : Ii, w(c, "NewExpression");
5597
5619
  }
5598
5620
  function ha() {
5599
5621
  var c = z(), d = !0, y = !1;
@@ -5602,38 +5624,38 @@ const Ul = {}, jl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5602
5624
  d = !1;
5603
5625
  else if ($(se), r.allowTrailingCommas && j(Ne))
5604
5626
  break;
5605
- var _ = { key: nn() }, C = !1, w;
5606
- if (j(Me) ? (_.value = X(!0), w = _.kind = "init") : _.key.type === "Identifier" && (_.key.name === "get" || _.key.name === "set") ? (C = y = !0, w = _.kind = _.key.name, _.key = nn(), O !== re && ie(), _.value = Gt(z(), !1)) : ie(), _.key.type === "Identifier" && (J || y))
5607
- for (var A = 0; A < c.properties.length; ++A) {
5608
- var U = c.properties[A];
5627
+ var _ = { key: un() }, C = !1, P;
5628
+ if (j(Me) ? (_.value = X(!0), P = _.kind = "init") : _.key.type === "Identifier" && (_.key.name === "get" || _.key.name === "set") ? (C = y = !0, P = _.kind = _.key.name, _.key = un(), O !== re && ie(), _.value = zt(z(), !1)) : ie(), _.key.type === "Identifier" && (J || y))
5629
+ for (var k = 0; k < c.properties.length; ++k) {
5630
+ var U = c.properties[k];
5609
5631
  if (U.key.name === _.key.name) {
5610
- var Ge = w === U.kind || C && U.kind === "init" || w === "init" && (U.kind === "get" || U.kind === "set");
5611
- Ge && !J && w === "init" && U.kind === "init" && (Ge = !1), Ge && k(_.key.start, "Redefinition of property");
5632
+ var Ge = P === U.kind || C && U.kind === "init" || P === "init" && (U.kind === "get" || U.kind === "set");
5633
+ Ge && !J && P === "init" && U.kind === "init" && (Ge = !1), Ge && A(_.key.start, "Redefinition of property");
5612
5634
  }
5613
5635
  }
5614
5636
  c.properties.push(_);
5615
5637
  }
5616
- return P(c, "ObjectExpression");
5638
+ return w(c, "ObjectExpression");
5617
5639
  }
5618
- function nn() {
5619
- return O === tt || O === Tt ? Vt() : ce(!0);
5640
+ function un() {
5641
+ return O === tt || O === St ? Yt() : ce(!0);
5620
5642
  }
5621
- function Gt(c, d) {
5643
+ function zt(c, d) {
5622
5644
  O === Te ? c.id = ce() : d ? ie() : c.id = null, c.params = [];
5623
5645
  var y = !0;
5624
- for ($(re); !j(Q); )
5646
+ for ($(re); !j(ee); )
5625
5647
  y ? y = !1 : $(se), c.params.push(ce());
5626
5648
  var _ = ve, C = B;
5627
- if (ve = !0, B = [], c.body = $e(!0), ve = _, B = C, J || c.body.body.length && Ft(c.body.body[0]))
5628
- for (var w = c.id ? -1 : 0; w < c.params.length; ++w) {
5629
- var A = w < 0 ? c.id : c.params[w];
5630
- if ((zr(A.name) || it(A.name)) && k(A.start, "Defining '" + A.name + "' in strict mode"), w >= 0)
5631
- for (var U = 0; U < w; ++U)
5632
- A.name === c.params[U].name && k(A.start, "Argument name clash in strict mode");
5649
+ if (ve = !0, B = [], c.body = $e(!0), ve = _, B = C, J || c.body.body.length && Ut(c.body.body[0]))
5650
+ for (var P = c.id ? -1 : 0; P < c.params.length; ++P) {
5651
+ var k = P < 0 ? c.id : c.params[P];
5652
+ if ((Jr(k.name) || it(k.name)) && A(k.start, "Defining '" + k.name + "' in strict mode"), P >= 0)
5653
+ for (var U = 0; U < P; ++U)
5654
+ k.name === c.params[U].name && A(k.start, "Argument name clash in strict mode");
5633
5655
  }
5634
- return P(c, d ? "FunctionDeclaration" : "FunctionExpression");
5656
+ return w(c, d ? "FunctionDeclaration" : "FunctionExpression");
5635
5657
  }
5636
- function Yt(c, d, y) {
5658
+ function Xt(c, d, y) {
5637
5659
  for (var _ = [], C = !0; !j(c); ) {
5638
5660
  if (C)
5639
5661
  C = !1;
@@ -5645,7 +5667,7 @@ const Ul = {}, jl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5645
5667
  }
5646
5668
  function ce(c) {
5647
5669
  var d = z();
5648
- return c && r.forbidReserved === "everywhere" && (c = !1), O === Te ? (!c && (r.forbidReserved && Yi(x) || J && zr(x)) && t.slice(p, v).indexOf("\\") === -1 && k(p, "The keyword '" + x + "' is reserved"), d.name = x) : c && O.keyword ? d.name = O.keyword : ie(), I = !1, D(), P(d, "Identifier");
5670
+ return c && r.forbidReserved === "everywhere" && (c = !1), O === Te ? (!c && (r.forbidReserved && Yi(x) || J && Jr(x)) && t.slice(p, v).indexOf("\\") === -1 && A(p, "The keyword '" + x + "' is reserved"), d.name = x) : c && O.keyword ? d.name = O.keyword : ie(), I = !1, D(), w(d, "Identifier");
5649
5671
  }
5650
5672
  });
5651
5673
  }
@@ -5657,7 +5679,7 @@ const Ul = {}, jl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5657
5679
  \*********************/
5658
5680
  /***/
5659
5681
  (m) => {
5660
- m.exports = Bl;
5682
+ m.exports = Vl;
5661
5683
  }
5662
5684
  )
5663
5685
  /******/
@@ -5705,10 +5727,10 @@ const Ul = {}, jl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5705
5727
  })(), b = b.default, b;
5706
5728
  })()
5707
5729
  ));
5708
- })(Ci);
5709
- var $l = Ci.exports;
5710
- const Vl = /* @__PURE__ */ Fl($l);
5711
- function Gl(n, o) {
5730
+ })(ki);
5731
+ var Gl = ki.exports;
5732
+ const Yl = /* @__PURE__ */ Ul(Gl);
5733
+ function zl(n, o) {
5712
5734
  function f(T) {
5713
5735
  const R = n.pseudoToNative(T);
5714
5736
  console.log(R);
@@ -5716,11 +5738,11 @@ function Gl(n, o) {
5716
5738
  function h(T) {
5717
5739
  const R = n.pseudoToNative(T);
5718
5740
  let r = "";
5719
- typeof R == "object" ? r = JSON.stringify(R) : r = String(R), Gn.emit("consoleAppend", r);
5741
+ typeof R == "object" ? r = JSON.stringify(R) : r = String(R), Wn.emit("consoleAppend", r);
5720
5742
  }
5721
5743
  function g(T, R) {
5722
5744
  const r = n.pseudoToNative(T), t = n.pseudoToNative(R);
5723
- r === "info" ? Sa(t) : r === "success" ? xa(t) : r === "warning" ? wa(t) : r === "error" && Pa(t);
5745
+ r === "info" ? Sa(t) : r === "success" ? xa(t) : r === "warning" ? Pa(t) : r === "error" && wa(t);
5724
5746
  }
5725
5747
  function b(T, R) {
5726
5748
  const r = n.pseudoToNative(T), t = n.pseudoToNative(R);
@@ -5756,10 +5778,10 @@ function Gl(n, o) {
5756
5778
  n.createAsyncFunction(m)
5757
5779
  );
5758
5780
  }
5759
- class Yl {
5781
+ class Xl {
5760
5782
  constructor(o) {
5761
- Xt(this, "context");
5762
- Xt(this, "nodes");
5783
+ Jt(this, "context");
5784
+ Jt(this, "nodes");
5763
5785
  this.context = o, this.nodes = {};
5764
5786
  const f = (h) => {
5765
5787
  var g;
@@ -5797,8 +5819,8 @@ class Yl {
5797
5819
  this.getNode(o);
5798
5820
  }
5799
5821
  }
5800
- function zl(n, o, f) {
5801
- const h = new Yl(n);
5822
+ function Wl(n, o, f) {
5823
+ const h = new Xl(n);
5802
5824
  function g(t, e, i) {
5803
5825
  const u = o.pseudoToNative(t), s = o.pseudoToNative(e), l = o.pseudoToNative(i), a = h.addNode(u, s, l);
5804
5826
  return o.nativeToPseudo(a);
@@ -5855,7 +5877,7 @@ function zl(n, o, f) {
5855
5877
  }
5856
5878
  function r(t, e, i, u) {
5857
5879
  const s = o.pseudoToNative(t), l = o.pseudoToNative(e), a = o.pseudoToNative(i);
5858
- Aa({ title: s, label: l, value: a }).then((p) => {
5880
+ ka({ title: s, label: l, value: a }).then((p) => {
5859
5881
  u(o.nativeToPseudo(p)), o.run();
5860
5882
  });
5861
5883
  }
@@ -5885,16 +5907,16 @@ function zl(n, o, f) {
5885
5907
  o.createAsyncFunction(r)
5886
5908
  );
5887
5909
  }
5888
- function Xl(n, o, f) {
5889
- Gl(o, f), zl(n, o, f);
5910
+ function Jl(n, o, f) {
5911
+ zl(o, f), Wl(n, o, f);
5890
5912
  }
5891
- const Wl = `
5913
+ const Hl = `
5892
5914
  var __env__ = 'dev'
5893
5915
 
5894
5916
  function __getEnvV1__() {
5895
5917
  return __env__
5896
5918
  }
5897
- `, Jl = `
5919
+ `, Kl = `
5898
5920
  var __events__ = {}
5899
5921
 
5900
5922
  function __addEventListenerV1__(id, event, callback) {
@@ -5965,7 +5987,7 @@ function __triggerEvent__(id, event, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p1
5965
5987
  callbacks[i](p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, p16)
5966
5988
  }
5967
5989
  }
5968
- `, Hl = `
5990
+ `, ql = `
5969
5991
  var __timers__ = {}
5970
5992
  var __currTimerId__ = 0
5971
5993
 
@@ -6007,15 +6029,15 @@ function __timeoutCallbackV1__(timerId) {
6007
6029
  }
6008
6030
  }
6009
6031
  }
6010
- `, Kl = `
6032
+ `, Zl = `
6011
6033
  function __destroy__() {
6012
6034
  }
6013
- `, ql = Wl + Jl + Hl + Kl;
6014
- function Zl(n, o) {
6015
- const f = new Vl(
6016
- ql,
6035
+ `, Ql = Hl + Kl + ql + Zl;
6036
+ function ec(n, o) {
6037
+ const f = new Yl(
6038
+ Ql,
6017
6039
  (h, g) => {
6018
- Xl(n, h, g);
6040
+ Jl(n, h, g);
6019
6041
  }
6020
6042
  );
6021
6043
  return f.appendCode(o), f.appendCode(`
@@ -6023,10 +6045,10 @@ __env__ = '${n.env}';
6023
6045
  __triggerEvent__('globality', 'startup');
6024
6046
  `), f.run(), f;
6025
6047
  }
6026
- function Mn(n) {
6048
+ function $n(n) {
6027
6049
  n.appendCode("__destroy__();"), n.run();
6028
6050
  }
6029
- const Ql = /* @__PURE__ */ oe({
6051
+ const tc = /* @__PURE__ */ oe({
6030
6052
  __name: "index",
6031
6053
  props: {
6032
6054
  id: {},
@@ -6035,10 +6057,10 @@ const Ql = /* @__PURE__ */ oe({
6035
6057
  outer: { type: Boolean }
6036
6058
  },
6037
6059
  setup(n) {
6038
- const { t: o } = ka(), f = n, h = fl(), g = Re(), b = Ri(), m = Oi(), T = Ti(), R = pl(), r = N(() => R[f.refContext.refid]);
6060
+ const { t: o } = Aa(), f = n, h = fl(), g = Re(), b = Si(), m = xi(), T = Pi(), R = pl(), r = N(() => R[f.refContext.refid]);
6039
6061
  let t;
6040
6062
  Oa(() => {
6041
- r.value || Gn.emit("compNotAvail", f.refContext.refid), t && (Mn(t), t = void 0), r.value && g === "runtime" && (t = Zl(
6063
+ r.value || Wn.emit("compNotAvail", f.refContext.refid), t && ($n(t), t = void 0), r.value && g === "runtime" && (t = ec(
6042
6064
  {
6043
6065
  env: h,
6044
6066
  type: m,
@@ -6047,9 +6069,9 @@ const Ql = /* @__PURE__ */ oe({
6047
6069
  r.value.data.code.script
6048
6070
  ), dl(t));
6049
6071
  }), Ta(() => {
6050
- t && (Mn(t), t = void 0);
6072
+ t && ($n(t), t = void 0);
6051
6073
  });
6052
- const { applySize: e } = wi(g, b, f), i = N(() => {
6074
+ const { applySize: e } = Ci(g, b, f), i = N(() => {
6053
6075
  const v = {}, E = T.type;
6054
6076
  return m === "page" ? E === "common" ? e(v) : console.assert(!1) : m === "comp" && E === "common" ? e(v) : console.assert(!1), v;
6055
6077
  });
@@ -6067,7 +6089,7 @@ const Ql = /* @__PURE__ */ oe({
6067
6089
  return v.ref ? E = l(v) : E = a(v), E;
6068
6090
  }
6069
6091
  function l(v) {
6070
- const E = ki[T.version].refKey, S = Ae[E];
6092
+ const E = Ai[T.version].refKey, S = ke[E];
6071
6093
  let O;
6072
6094
  return S ? O = Ye(S.comp, {
6073
6095
  refContext: {
@@ -6080,7 +6102,7 @@ const Ql = /* @__PURE__ */ oe({
6080
6102
  function a(v) {
6081
6103
  var O;
6082
6104
  let E;
6083
- const S = Ae[v.basic.key];
6105
+ const S = ke[v.basic.key];
6084
6106
  return S ? ((O = v.children) == null || O.forEach((x) => {
6085
6107
  s(x);
6086
6108
  }), E = Ye(S.comp, { node: v })) : console.assert(!1, `invalid element key=${v.basic.key}`), E;
@@ -6101,7 +6123,7 @@ const Ql = /* @__PURE__ */ oe({
6101
6123
  };
6102
6124
  return (v, E) => (H(), he(p));
6103
6125
  }
6104
- }), Un = {
6126
+ }), Vn = {
6105
6127
  key: "ref",
6106
6128
  name: "x-runtime-lib.ref",
6107
6129
  children: [
@@ -6112,18 +6134,18 @@ const Ql = /* @__PURE__ */ oe({
6112
6134
  default: ""
6113
6135
  }
6114
6136
  ]
6115
- }, Ai = {
6116
- key: xi,
6137
+ }, rc = {
6138
+ key: mt,
6117
6139
  name: "x-runtime-lib.ref",
6118
- comp: Ql,
6140
+ comp: tc,
6119
6141
  slots: [],
6120
6142
  events: [],
6121
6143
  methods: [],
6122
6144
  props: {
6123
- pageCommon: [Y, Un, _t, yt, mt, gt],
6124
- compCommon: [Y, Un, _t, yt, mt, gt]
6145
+ pageCommon: [V, Vn, Et, gt, _t, bt],
6146
+ compCommon: [V, Vn, Et, gt, _t, bt]
6125
6147
  }
6126
- }, ec = { key: 0 }, tc = /* @__PURE__ */ oe({
6148
+ }, nc = { key: 0 }, ic = /* @__PURE__ */ oe({
6127
6149
  __name: "index",
6128
6150
  props: {
6129
6151
  node: {},
@@ -6151,7 +6173,7 @@ const Ql = /* @__PURE__ */ oe({
6151
6173
  }), t = N(() => h.value ? "dark" : "light");
6152
6174
  return (e, i) => {
6153
6175
  const u = fe("v-select");
6154
- return He(f) === "editor" ? (H(), Ke("div", ec, [
6176
+ return He(f) === "editor" ? (H(), Ke("div", nc, [
6155
6177
  qe(u, {
6156
6178
  "model-value": g.value,
6157
6179
  label: b.value,
@@ -6173,7 +6195,7 @@ const Ql = /* @__PURE__ */ oe({
6173
6195
  }, null, 8, ["model-value", "label", "placeholder", "hide-details", "single-line", "readonly", "theme"]));
6174
6196
  };
6175
6197
  }
6176
- }), jn = {
6198
+ }), Gn = {
6177
6199
  key: "settings",
6178
6200
  name: "x-runtime-lib.settings",
6179
6201
  children: [
@@ -6214,18 +6236,18 @@ const Ql = /* @__PURE__ */ oe({
6214
6236
  default: !1
6215
6237
  }
6216
6238
  ]
6217
- }, rc = {
6218
- key: ur,
6239
+ }, ac = {
6240
+ key: cr,
6219
6241
  name: "x-runtime-lib.select",
6220
- comp: tc,
6242
+ comp: ic,
6221
6243
  slots: [],
6222
6244
  events: [],
6223
6245
  methods: [],
6224
6246
  props: {
6225
- pageCommon: [Y, jn],
6226
- compCommon: [Y, jn]
6247
+ pageCommon: [V, Gn],
6248
+ compCommon: [V, Gn]
6227
6249
  }
6228
- }, nc = { key: 0 }, ic = /* @__PURE__ */ oe({
6250
+ }, oc = { key: 0 }, uc = /* @__PURE__ */ oe({
6229
6251
  __name: "index",
6230
6252
  props: {
6231
6253
  node: {},
@@ -6250,7 +6272,7 @@ const Ql = /* @__PURE__ */ oe({
6250
6272
  }), r = N(() => h.value ? "dark" : "light");
6251
6273
  return (t, e) => {
6252
6274
  const i = fe("v-text-field");
6253
- return He(f) === "editor" ? (H(), Ke("div", nc, [
6275
+ return He(f) === "editor" ? (H(), Ke("div", oc, [
6254
6276
  qe(i, {
6255
6277
  label: g.value,
6256
6278
  placeholder: b.value,
@@ -6270,7 +6292,7 @@ const Ql = /* @__PURE__ */ oe({
6270
6292
  }, null, 8, ["label", "placeholder", "hide-details", "single-line", "readonly", "theme"]));
6271
6293
  };
6272
6294
  }
6273
- }), Bn = {
6295
+ }), Yn = {
6274
6296
  key: "settings",
6275
6297
  name: "x-runtime-lib.settings",
6276
6298
  children: [
@@ -6305,52 +6327,56 @@ const Ql = /* @__PURE__ */ oe({
6305
6327
  default: !1
6306
6328
  }
6307
6329
  ]
6308
- }, ac = {
6309
- key: sr,
6330
+ }, sc = {
6331
+ key: fr,
6310
6332
  name: "x-runtime-lib.textField",
6311
- comp: ic,
6333
+ comp: uc,
6312
6334
  slots: [],
6313
6335
  events: [],
6314
6336
  methods: [],
6315
6337
  props: {
6316
- pageCommon: [Y, Bn],
6317
- compCommon: [Y, Bn]
6338
+ pageCommon: [V, Yn],
6339
+ compCommon: [V, Yn]
6318
6340
  }
6319
- }, oc = {
6341
+ }, lc = {
6320
6342
  version: "v1",
6321
- globalityKey: Pi.key,
6322
- refKey: Ai.key,
6343
+ globalityKey: sr,
6344
+ refKey: mt,
6345
+ packageKey: yt,
6323
6346
  elements: /* @__PURE__ */ new Set([
6324
- tr,
6325
- rr,
6326
6347
  nr,
6327
6348
  ir,
6328
6349
  ar,
6329
- Si,
6330
6350
  or,
6331
- xi,
6332
6351
  ur,
6333
- sr
6352
+ sr,
6353
+ lr,
6354
+ yt,
6355
+ mt,
6356
+ cr,
6357
+ fr
6334
6358
  ]),
6335
6359
  groups: [
6336
6360
  {
6337
6361
  key: "basic",
6338
6362
  name: "x-runtime-lib.basic",
6339
6363
  items: [
6340
- tr,
6341
- rr,
6342
6364
  nr,
6343
6365
  ir,
6344
6366
  ar,
6345
6367
  or,
6346
6368
  ur,
6347
- sr
6369
+ lr,
6370
+ yt,
6371
+ mt,
6372
+ cr,
6373
+ fr
6348
6374
  ]
6349
6375
  }
6350
6376
  ]
6351
- }, ki = {
6352
- v1: oc
6353
- }, Ae = {}, uc = {
6377
+ }, Ai = {
6378
+ v1: lc
6379
+ }, ke = {}, cc = {
6354
6380
  key: "add",
6355
6381
  name: "METHOD_ADD",
6356
6382
  inputs: [],
@@ -6360,20 +6386,21 @@ const Ql = /* @__PURE__ */ oe({
6360
6386
  name: "PARAM_NEW_NODE"
6361
6387
  }
6362
6388
  ]
6363
- }, te = (n) => {
6364
- Ae[n.key] && console.assert(!1, `element duplicate key=${n.key}`), n.slots.length > 0 && n.methods.unshift(uc), Ae[n.key] = n;
6389
+ }, Q = (n) => {
6390
+ ke[n.key] && console.assert(!1, `element duplicate key=${n.key}`), n.slots.length > 0 && n.methods.unshift(cc), ke[n.key] = n;
6365
6391
  };
6366
- te(ml);
6367
- te(bl);
6368
- te(Sl);
6369
- te(Pl);
6370
- te(Al);
6371
- te(Pi);
6372
- te(Dl);
6373
- te(Ai);
6374
- te(rc);
6375
- te(ac);
6376
- const sc = (n, o, f) => {
6392
+ Q(ml);
6393
+ Q(bl);
6394
+ Q(Sl);
6395
+ Q(wl);
6396
+ Q(kl);
6397
+ Q(Al);
6398
+ Q(Ll);
6399
+ Q(Fl);
6400
+ Q(rc);
6401
+ Q(ac);
6402
+ Q(sc);
6403
+ const fc = (n, o, f) => {
6377
6404
  const h = n[o];
6378
6405
  return h ? typeof h == "function" ? h() : Promise.resolve(h) : new Promise((g, b) => {
6379
6406
  (typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(
@@ -6386,41 +6413,41 @@ const sc = (n, o, f) => {
6386
6413
  );
6387
6414
  });
6388
6415
  };
6389
- async function Oc(n) {
6390
- return (await sc(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en-chxvg9av.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans-irh3vhql.js") }), `./locales/${n}/index.ts`, 4)).default;
6416
+ async function Sc(n) {
6417
+ return (await fc(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en-or78iu3w.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans-gsf2tqo3.js") }), `./locales/${n}/index.ts`, 4)).default;
6391
6418
  }
6392
6419
  export {
6393
- vc as duplicateNode,
6394
- Ae as elements,
6395
- Yn as genId,
6396
- hc as getNode,
6397
- wn as getPropDefault,
6420
+ gc as duplicateNode,
6421
+ ke as elements,
6422
+ Jn as genId,
6423
+ mc as getNode,
6424
+ kn as getPropDefault,
6398
6425
  ll as getPropTag,
6399
- Pn as initProps,
6426
+ An as initProps,
6400
6427
  De as injectDark,
6401
- Ti as injectData,
6428
+ Pi as injectData,
6402
6429
  pl as injectDepends,
6403
- Ri as injectDevice,
6430
+ Si as injectDevice,
6404
6431
  fl as injectEnv,
6405
6432
  hl as injectInterpreter,
6406
6433
  Re as injectMode,
6407
- Oi as injectType,
6408
- lr as isEmptyStr,
6409
- fr as isPercentStr,
6410
- cr as isPixelStr,
6411
- Oc as loadLocaleMessageRuntime,
6412
- Jt as parsePercentStr,
6413
- dc as parsePixelStr,
6414
- ki as pkgs,
6415
- _c as provideDark,
6416
- Ec as provideData,
6417
- Rc as provideDepends,
6418
- gc as provideDevice,
6419
- yc as provideEnv,
6434
+ xi as injectType,
6435
+ pr as isEmptyStr,
6436
+ hr as isPercentStr,
6437
+ dr as isPixelStr,
6438
+ Sc as loadLocaleMessageRuntime,
6439
+ Kt as parsePercentStr,
6440
+ yc as parsePixelStr,
6441
+ Ai as pkgs,
6442
+ Rc as provideDark,
6443
+ Tc as provideData,
6444
+ Nc as provideDepends,
6445
+ Ec as provideDevice,
6446
+ _c as provideEnv,
6420
6447
  dl as provideInterpreter,
6421
- mc as provideMode,
6422
- bc as provideType,
6448
+ bc as provideMode,
6449
+ Oc as provideType,
6423
6450
  cl as spawnNode,
6424
- Zl as startInterpreter,
6425
- Mn as stopInterpreter
6451
+ ec as startInterpreter,
6452
+ $n as stopInterpreter
6426
6453
  };