x-runtime-lib 0.5.12 → 0.5.14

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,51 @@ 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
+ {
1840
+ key: "dummy",
1841
+ name: "x-runtime-lib.dummy",
1842
+ params: []
1843
+ }
1844
+ ],
1845
+ events: [],
1846
+ methods: [],
1847
+ props: {
1848
+ pageCommon: [V, Bn],
1849
+ compCommon: [V, Bn]
1822
1850
  }
1823
1851
  };
1824
- var Ll = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
1825
- function Fl(n) {
1852
+ var Ml = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
1853
+ function Ul(n) {
1826
1854
  return n && n.__esModule && Object.prototype.hasOwnProperty.call(n, "default") ? n.default : n;
1827
1855
  }
1828
- function Ml(n) {
1856
+ function jl(n) {
1829
1857
  if (n.__esModule) return n;
1830
1858
  var o = n.default;
1831
1859
  if (typeof o == "function") {
@@ -1844,15 +1872,15 @@ function Ml(n) {
1844
1872
  });
1845
1873
  }), f;
1846
1874
  }
1847
- var Ci = { exports: {} };
1848
- const Ul = {}, jl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1875
+ var ki = { exports: {} };
1876
+ const Bl = {}, $l = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1849
1877
  __proto__: null,
1850
- default: Ul
1851
- }, Symbol.toStringTag, { value: "Module" })), Bl = /* @__PURE__ */ Ml(jl);
1878
+ default: Bl
1879
+ }, Symbol.toStringTag, { value: "Module" })), Vl = /* @__PURE__ */ jl($l);
1852
1880
  (function(n, o) {
1853
1881
  (function(h, g) {
1854
1882
  n.exports = g();
1855
- })(Ll, () => (
1883
+ })(Ml, () => (
1856
1884
  /******/
1857
1885
  (() => {
1858
1886
  var f = {
@@ -4969,43 +4997,43 @@ const Ul = {}, jl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
4969
4997
  }
4970
4998
  return { line: y, column: d - _ };
4971
4999
  }, 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) {
5000
+ function A(c, d) {
4973
5001
  var y = l(t, c);
4974
5002
  d += " (" + y.line + ":" + y.column + ")";
4975
5003
  var _ = new SyntaxError(d);
4976
5004
  throw _.pos = c, _.loc = y, _.raisedAt = a, _;
4977
5005
  }
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,
5006
+ 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 = {
5007
+ break: Pt,
5008
+ case: wt,
5009
+ catch: Or,
5010
+ continue: Tr,
5011
+ debugger: Nr,
5012
+ default: Sr,
5013
+ do: xr,
5014
+ else: Pr,
5015
+ finally: wr,
5016
+ for: Cr,
5017
+ function: Ct,
5018
+ if: kr,
5019
+ return: Ar,
5020
+ switch: kt,
5021
+ throw: Ir,
5022
+ try: Dr,
5023
+ var: At,
5024
+ while: It,
5025
+ with: Lr,
5026
+ null: Ur,
5027
+ true: jr,
5028
+ false: Br,
5029
+ new: Fr,
5002
5030
  in: rt,
5003
5031
  instanceof: { keyword: "instanceof", binop: 7, beforeExpr: !0 },
5004
- this: Dr,
5032
+ this: Mr,
5005
5033
  typeof: { keyword: "typeof", prefix: !0, beforeExpr: !0 },
5006
5034
  void: { keyword: "void", prefix: !0, beforeExpr: !0 },
5007
5035
  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 };
5036
+ }, 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
5037
  function nt(c) {
5010
5038
  for (var d = c.split(" "), y = /* @__PURE__ */ Object.create(null), _ = 0; _ < d.length; _++)
5011
5039
  y[d[_]] = !0;
@@ -5013,9 +5041,9 @@ const Ul = {}, jl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5013
5041
  return y[C] || !1;
5014
5042
  };
5015
5043
  }
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) {
5044
+ 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) {
5045
+ return c < 65 ? c === 36 : c < 91 ? !0 : c < 97 ? c === 95 : c < 123 ? !0 : c >= 170 && Kr.test(String.fromCharCode(c));
5046
+ }, qr = function(c) {
5019
5047
  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
5048
  };
5021
5049
  function me() {
@@ -5024,12 +5052,12 @@ const Ul = {}, jl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5024
5052
  function Hi() {
5025
5053
  L = 1, a = W = 0, I = !0, Ue();
5026
5054
  }
5027
- function V(c, d) {
5055
+ function G(c, d) {
5028
5056
  v = a, r.locations && (S = new me()), O = c, Ue(), x = d, I = c.beforeExpr;
5029
5057
  }
5030
5058
  function Ki() {
5031
5059
  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) {
5060
+ if (y === -1 && A(a - 2, "Unterminated comment"), a = y + 2, r.locations) {
5033
5061
  ot.lastIndex = d;
5034
5062
  for (var _; (_ = ot.exec(t)) && _.index < a; )
5035
5063
  ++L, W = _.index + _[0].length;
@@ -5043,7 +5071,7 @@ const Ul = {}, jl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5043
5071
  r.locations && new me()
5044
5072
  );
5045
5073
  }
5046
- function Dt() {
5074
+ function Ft() {
5047
5075
  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
5076
  ++a, y = t.charCodeAt(a);
5049
5077
  r.onComment && r.onComment(
@@ -5073,7 +5101,7 @@ const Ul = {}, jl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5073
5101
  if (d === 42)
5074
5102
  Ki();
5075
5103
  else if (d === 47)
5076
- Dt();
5104
+ Ft();
5077
5105
  else break;
5078
5106
  } else if (c === 160)
5079
5107
  ++a;
@@ -5085,74 +5113,74 @@ const Ul = {}, jl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5085
5113
  }
5086
5114
  function qi() {
5087
5115
  var c = t.charCodeAt(a + 1);
5088
- c >= 48 && c <= 57 ? Kr(!0) : (++a, V(Ur));
5116
+ c >= 48 && c <= 57 ? Qr(!0) : (++a, G($r));
5089
5117
  }
5090
5118
  function Zi() {
5091
5119
  var c = t.charCodeAt(a + 1);
5092
- I ? (++a, Hr()) : c === 61 ? G(ye, 2) : G(Br, 1);
5120
+ I ? (++a, Zr()) : c === 61 ? Y(ye, 2) : Y(Gr, 1);
5093
5121
  }
5094
5122
  function Qi() {
5095
5123
  var c = t.charCodeAt(a + 1);
5096
- c === 61 ? G(ye, 2) : G(Gi, 1);
5124
+ c === 61 ? Y(ye, 2) : Y(Gi, 1);
5097
5125
  }
5098
5126
  function ea(c) {
5099
5127
  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);
5128
+ d === c ? Y(c === 124 ? Xr : Wr, 2) : d === 61 ? Y(ye, 2) : Y(c === 124 ? Fi : Ui, 1);
5101
5129
  }
5102
5130
  function ta() {
5103
5131
  var c = t.charCodeAt(a + 1);
5104
- c === 61 ? G(ye, 2) : G(Mi, 1);
5132
+ c === 61 ? Y(ye, 2) : Y(Mi, 1);
5105
5133
  }
5106
5134
  function ra(c) {
5107
5135
  var d = t.charCodeAt(a + 1);
5108
5136
  if (d === c) {
5109
5137
  if (d === 45 && t.charCodeAt(a + 2) === 62 && at.test(t.slice(q, a))) {
5110
- a += 3, Dt(), Ue(), Se();
5138
+ a += 3, Ft(), Ue(), Se();
5111
5139
  return;
5112
5140
  }
5113
- G(Li, 2);
5114
- } else d === 61 ? G(ye, 2) : G(Vi, 1);
5141
+ Y(Li, 2);
5142
+ } else d === 61 ? Y(ye, 2) : Y(Vi, 1);
5115
5143
  }
5116
5144
  function na(c) {
5117
5145
  var d = t.charCodeAt(a + 1), y = 1;
5118
5146
  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);
5147
+ y = c === 62 && t.charCodeAt(a + 2) === 62 ? 3 : 2, t.charCodeAt(a + y) === 61 ? Y(ye, y + 1) : Y($i, y);
5120
5148
  return;
5121
5149
  }
5122
5150
  if (d === 33 && c === 60 && t.charCodeAt(a + 2) === 45 && t.charCodeAt(a + 3) === 45) {
5123
- a += 4, Dt(), Ue(), Se();
5151
+ a += 4, Ft(), Ue(), Se();
5124
5152
  return;
5125
5153
  }
5126
- d === 61 && (y = t.charCodeAt(a + 2) === 61 ? 3 : 2), G(Bi, y);
5154
+ d === 61 && (y = t.charCodeAt(a + 2) === 61 ? 3 : 2), Y(Bi, y);
5127
5155
  }
5128
5156
  function ia(c) {
5129
5157
  var d = t.charCodeAt(a + 1);
5130
- d === 61 ? G(ji, t.charCodeAt(a + 2) === 61 ? 3 : 2) : G(c === 61 ? $r : Vr, 1);
5158
+ d === 61 ? Y(ji, t.charCodeAt(a + 2) === 61 ? 3 : 2) : Y(c === 61 ? Yr : zr, 1);
5131
5159
  }
5132
5160
  function aa(c) {
5133
5161
  switch (c) {
5134
5162
  case 46:
5135
5163
  return qi();
5136
5164
  case 40:
5137
- return ++a, V(re);
5165
+ return ++a, G(re);
5138
5166
  case 41:
5139
- return ++a, V(Q);
5167
+ return ++a, G(ee);
5140
5168
  case 59:
5141
- return ++a, V(ne);
5169
+ return ++a, G(ne);
5142
5170
  case 44:
5143
- return ++a, V(se);
5171
+ return ++a, G(se);
5144
5172
  case 91:
5145
- return ++a, V(kt);
5173
+ return ++a, G(Dt);
5146
5174
  case 93:
5147
- return ++a, V(It);
5175
+ return ++a, G(Lt);
5148
5176
  case 123:
5149
- return ++a, V(Fe);
5177
+ return ++a, G(Fe);
5150
5178
  case 125:
5151
- return ++a, V(Ne);
5179
+ return ++a, G(Ne);
5152
5180
  case 58:
5153
- return ++a, V(Me);
5181
+ return ++a, G(Me);
5154
5182
  case 63:
5155
- return ++a, V(jr);
5183
+ return ++a, G(Vr);
5156
5184
  case 48:
5157
5185
  var d = t.charCodeAt(a + 1);
5158
5186
  if (d === 120 || d === 88) return oa();
@@ -5165,7 +5193,7 @@ const Ul = {}, jl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5165
5193
  case 55:
5166
5194
  case 56:
5167
5195
  case 57:
5168
- return Kr(!1);
5196
+ return Qr(!1);
5169
5197
  case 34:
5170
5198
  case 39:
5171
5199
  return ua(c);
@@ -5189,33 +5217,33 @@ const Ul = {}, jl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5189
5217
  case 33:
5190
5218
  return ia(c);
5191
5219
  case 126:
5192
- return G(Vr, 1);
5220
+ return Y(zr, 1);
5193
5221
  }
5194
5222
  return !1;
5195
5223
  }
5196
5224
  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);
5225
+ if (c ? a = p + 1 : p = a, r.locations && (E = new me()), c) return Zr();
5226
+ if (a >= e) return G(xt);
5199
5227
  var d = t.charCodeAt(a);
5200
5228
  if (ut(d) || d === 92)
5201
- return Zr();
5229
+ return tn();
5202
5230
  var y = aa(d);
5203
5231
  if (y === !1) {
5204
5232
  var _ = String.fromCharCode(d);
5205
- if (_ === "\\" || Wr.test(_))
5206
- return Zr();
5207
- k(a, "Unexpected character '" + _ + "'");
5233
+ if (_ === "\\" || Kr.test(_))
5234
+ return tn();
5235
+ A(a, "Unexpected character '" + _ + "'");
5208
5236
  }
5209
5237
  }
5210
- function G(c, d) {
5238
+ function Y(c, d) {
5211
5239
  var y = t.slice(a, a + d);
5212
- a += d, V(c, y);
5240
+ a += d, G(c, y);
5213
5241
  }
5214
- function Hr() {
5242
+ function Zr() {
5215
5243
  for (var c, d, y = a; ; ) {
5216
- a >= e && k(y, "Unterminated regexp");
5244
+ a >= e && A(y, "Unterminated regexp");
5217
5245
  var _ = t.charAt(a);
5218
- if (at.test(_) && k(y, "Unterminated regexp"), c)
5246
+ if (at.test(_) && A(y, "Unterminated regexp"), c)
5219
5247
  c = !1;
5220
5248
  else {
5221
5249
  if (_ === "[")
@@ -5230,19 +5258,19 @@ const Ul = {}, jl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5230
5258
  }
5231
5259
  var C = t.slice(y, a);
5232
5260
  ++a;
5233
- var w = qr();
5234
- w && !/^[gmi]*$/.test(w) && k(y, "Invalid regexp flag");
5261
+ var P = en();
5262
+ P && !/^[gmi]*$/.test(P) && A(y, "Invalid regexp flag");
5235
5263
  try {
5236
- var A = new RegExp(C, w);
5264
+ var k = new RegExp(C, P);
5237
5265
  } catch (U) {
5238
- throw U instanceof SyntaxError && k(y, U.message), U;
5266
+ throw U instanceof SyntaxError && A(y, U.message), U;
5239
5267
  }
5240
- V(_r, A);
5268
+ G(Rr, k);
5241
5269
  }
5242
5270
  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;
5271
+ for (var y = a, _ = 0, C = d === void 0 ? 1 / 0 : d, P = 0; P < C; ++P) {
5272
+ var k = t.charCodeAt(a), U;
5273
+ 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
5274
  ++a, _ = _ * c + U;
5247
5275
  }
5248
5276
  return a === y || d !== void 0 && a - y !== d ? null : _;
@@ -5250,23 +5278,23 @@ const Ul = {}, jl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5250
5278
  function oa() {
5251
5279
  a += 2;
5252
5280
  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);
5281
+ c === null && A(p + 2, "Expected hexadecimal number"), ut(t.charCodeAt(a)) && A(a, "Identifier directly after number"), G(tt, c);
5254
5282
  }
5255
- function Kr(c) {
5283
+ function Qr(c) {
5256
5284
  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);
5285
+ !c && je(10) === null && A(d, "Invalid number"), t.charCodeAt(a) === 46 && (++a, je(10), y = !0);
5258
5286
  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);
5287
+ (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");
5288
+ var P = t.slice(d, a), k;
5289
+ 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
5290
  }
5263
5291
  function ua(c) {
5264
5292
  a++;
5265
5293
  for (var d = ""; ; ) {
5266
- a >= e && k(p, "Unterminated string constant");
5294
+ a >= e && A(p, "Unterminated string constant");
5267
5295
  var y = t.charCodeAt(a);
5268
5296
  if (y === c) {
5269
- ++a, V(Tt, d);
5297
+ ++a, G(St, d);
5270
5298
  return;
5271
5299
  }
5272
5300
  if (y === 92) {
@@ -5275,7 +5303,7 @@ const Ul = {}, jl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5275
5303
  for (_ && (_ = _[0]); _ && parseInt(_, 8) > 255; )
5276
5304
  _ = _.slice(0, -1);
5277
5305
  if (_ === "0" && (_ = null), ++a, _)
5278
- J && k(a - 2, "Octal literal in strict mode"), d += String.fromCharCode(parseInt(_, 8)), a += _.length - 1;
5306
+ J && A(a - 2, "Octal literal in strict mode"), d += String.fromCharCode(parseInt(_, 8)), a += _.length - 1;
5279
5307
  else
5280
5308
  switch (y) {
5281
5309
  case 110:
@@ -5319,70 +5347,70 @@ const Ul = {}, jl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5319
5347
  break;
5320
5348
  }
5321
5349
  } else
5322
- (y === 13 || y === 10 || y === 8232 || y === 8233) && k(p, "Unterminated string constant"), d += String.fromCharCode(y), ++a;
5350
+ (y === 13 || y === 10 || y === 8232 || y === 8233) && A(p, "Unterminated string constant"), d += String.fromCharCode(y), ++a;
5323
5351
  }
5324
5352
  }
5325
5353
  function st(c) {
5326
5354
  var d = je(16, c);
5327
- return d === null && k(p, "Bad character escape sequence"), /** @type {number} */
5355
+ return d === null && A(p, "Bad character escape sequence"), /** @type {number} */
5328
5356
  d;
5329
5357
  }
5330
5358
  var xe;
5331
- function qr() {
5359
+ function en() {
5332
5360
  xe = !1;
5333
5361
  for (var c, d = !0, y = a; ; ) {
5334
5362
  var _ = t.charCodeAt(a);
5335
- if (Jr(_))
5363
+ if (qr(_))
5336
5364
  xe && (c += t.charAt(a)), ++a;
5337
5365
  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;
5366
+ xe || (c = t.slice(y, a)), xe = !0, t.charCodeAt(++a) !== 117 && A(a, "Expecting Unicode escape sequence \\uXXXX"), ++a;
5367
+ var C = st(4), P = String.fromCharCode(C);
5368
+ P || A(a - 1, "Invalid Unicode escape"), (d ? ut(C) : qr(C)) || A(a - 4, "Invalid Unicode escape"), c += P;
5341
5369
  } else
5342
5370
  break;
5343
5371
  d = !1;
5344
5372
  }
5345
5373
  return xe ? c : t.slice(y, a);
5346
5374
  }
5347
- function Zr() {
5348
- var c = qr(), d = Te;
5349
- !xe && zi(c) && (d = Di[c]), V(d, c);
5375
+ function tn() {
5376
+ var c = en(), d = Te;
5377
+ !xe && zi(c) && (d = Di[c]), G(d, c);
5350
5378
  }
5351
5379
  function D() {
5352
5380
  Le = p, q = v, Oe = S, Se();
5353
5381
  }
5354
- function Lt(c) {
5382
+ function Mt(c) {
5355
5383
  if (J = c, a = p, r.locations)
5356
5384
  for (; a < W; )
5357
5385
  W = t.lastIndexOf(`
5358
5386
  `, W - 2) + 1, --L;
5359
5387
  Ue(), Se();
5360
5388
  }
5361
- function Qr() {
5389
+ function rn() {
5362
5390
  this.type = null, this.start = p, this.end = null;
5363
5391
  }
5364
- function en() {
5392
+ function nn() {
5365
5393
  this.start = E, this.end = null, i && (this.source = i);
5366
5394
  }
5367
5395
  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;
5396
+ var c = new rn();
5397
+ return r.locations && (c.loc = new nn()), r.directSourceFile && (c.sourceFile = r.directSourceFile), r.ranges && (c.range = [p, 0]), c;
5370
5398
  }
5371
5399
  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;
5400
+ var d = new rn();
5401
+ 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
5402
  }
5375
- function P(c, d) {
5403
+ function w(c, d) {
5376
5404
  return c.type = d, c.end = q, r.locations && (c.loc.end = Oe), r.ranges && (c.range[1] = q), c;
5377
5405
  }
5378
- function Ft(c) {
5406
+ function Ut(c) {
5379
5407
  return c.type === "ExpressionStatement" && c.expression.type === "Literal" && c.expression.value === "use strict";
5380
5408
  }
5381
5409
  function j(c) {
5382
5410
  return O === c ? (D(), !0) : !1;
5383
5411
  }
5384
5412
  function lt() {
5385
- return !r.strictSemicolons && (O === Nt || O === Ne || at.test(t.slice(q, p)));
5413
+ return !r.strictSemicolons && (O === xt || O === Ne || at.test(t.slice(q, p)));
5386
5414
  }
5387
5415
  function ge() {
5388
5416
  !j(ne) && !lt() && ie();
@@ -5391,209 +5419,209 @@ const Ul = {}, jl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5391
5419
  O === c ? D() : ie();
5392
5420
  }
5393
5421
  function ie() {
5394
- k(p, "Unexpected token");
5422
+ A(p, "Unexpected token");
5395
5423
  }
5396
5424
  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");
5425
+ 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
5426
  }
5399
5427
  function sa(c) {
5400
5428
  Le = q = a, r.locations && (Oe = new me()), ve = J = !1, B = [], Se();
5401
5429
  var d = c || z(), y = !0;
5402
- for (c || (d.body = []); O !== Nt; ) {
5430
+ for (c || (d.body = []); O !== xt; ) {
5403
5431
  var _ = Z();
5404
- d.body.push(_), y && Ft(_) && Lt(!0), y = !1;
5432
+ d.body.push(_), y && Ut(_) && Mt(!0), y = !1;
5405
5433
  }
5406
- return P(d, "Program");
5434
+ return w(d, "Program");
5407
5435
  }
5408
- var Mt = { kind: "loop" }, la = { kind: "switch" };
5436
+ var jt = { kind: "loop" }, la = { kind: "switch" };
5409
5437
  function Z() {
5410
- (O === Br || O === ye && x === "/=") && Se(!0);
5438
+ (O === Gr || O === ye && x === "/=") && Se(!0);
5411
5439
  var c = O, d = z();
5412
5440
  switch (c) {
5413
- case St:
5414
- case Er:
5441
+ case Pt:
5442
+ case Tr:
5415
5443
  D();
5416
- var y = c === St;
5444
+ var y = c === Pt;
5417
5445
  j(ne) || lt() ? d.label = null : O !== Te ? ie() : (d.label = ce(), ge());
5418
5446
  for (var _ = 0; _ < B.length; ++_) {
5419
5447
  var C = B[_];
5420
5448
  if ((d.label === null || C.name === d.label.name) && (C.kind !== null && (y || C.kind === "loop") || d.label && y))
5421
5449
  break;
5422
5450
  }
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");
5451
+ return _ === B.length && A(d.start, "Unsyntactic " + c.keyword), w(d, y ? "BreakStatement" : "ContinueStatement");
5452
+ case Nr:
5453
+ return D(), ge(), w(d, "DebuggerStatement");
5428
5454
  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);
5455
+ return D(), B.push(jt), d.body = Z(), B.pop(), $(It), d.test = Be(), ge(), w(d, "DoWhileStatement");
5456
+ case Cr:
5457
+ if (D(), B.push(jt), $(re), O === ne) return Bt(d, null);
5458
+ if (O === At) {
5459
+ var P = z();
5460
+ return D(), on(P, !0), w(P, "VariableDeclaration"), P.declarations.length === 1 && j(rt) ? an(d, P) : Bt(d, P);
5433
5461
  }
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:
5462
+ var P = X(!1, !0);
5463
+ return j(rt) ? (ct(P), an(d, P)) : Bt(d, P);
5464
+ case Ct:
5465
+ return D(), zt(d, !0);
5466
+ case kr:
5467
+ return D(), d.test = Be(), d.consequent = Z(), d.alternate = j(Pr) ? Z() : null, w(d, "IfStatement");
5468
+ case Ar:
5469
+ return !ve && !r.allowReturnOutsideFunction && A(p, "'return' outside of function"), D(), j(ne) || lt() ? d.argument = null : (d.argument = X(), ge()), w(d, "ReturnStatement");
5470
+ case kt:
5443
5471
  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);
5472
+ for (var k, U; O !== Ne; )
5473
+ if (O === wt || O === Sr) {
5474
+ var Ge = O === wt;
5475
+ 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
5476
  } 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");
5477
+ k || ie(), k.consequent.push(Z());
5478
+ return k && w(k, "SwitchCase"), D(), B.pop(), w(d, "SwitchStatement");
5479
+ case Ir:
5480
+ return D(), at.test(t.slice(q, p)) && A(q, "Illegal newline after throw"), d.argument = X(), ge(), w(d, "ThrowStatement");
5481
+ case Dr:
5482
+ if (D(), d.block = $e(), d.handler = null, O === Or) {
5483
+ var Pe = z();
5484
+ 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
5485
  }
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");
5486
+ return d.finalizer = j(wr) ? $e() : null, !d.handler && !d.finalizer && A(d.start, "Missing catch or finally clause"), w(d, "TryStatement");
5461
5487
  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");
5488
+ return D(), on(d), ge(), w(d, "VariableDeclaration");
5489
+ case It:
5490
+ return D(), d.test = Be(), B.push(jt), d.body = Z(), B.pop(), w(d, "WhileStatement");
5491
+ case Lr:
5492
+ return J && A(p, "'with' in strict mode"), D(), d.object = Be(), d.body = Z(), w(d, "WithStatement");
5465
5493
  case Fe:
5466
5494
  return $e();
5467
5495
  case ne:
5468
- return D(), P(d, "EmptyStatement");
5496
+ return D(), w(d, "EmptyStatement");
5469
5497
  default:
5470
- var zt = x, ft = X();
5498
+ var Wt = x, ft = X();
5471
5499
  if (c === Te && ft.type === "Identifier" && j(Me)) {
5472
5500
  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");
5501
+ B[_].name === Wt && A(ft.start, "Label '" + Wt + "' is already declared");
5502
+ var va = O.isLoop ? "loop" : O === kt ? "switch" : null;
5503
+ return B.push({ name: Wt, kind: va }), d.body = Z(), B.pop(), d.label = ft, w(d, "LabeledStatement");
5476
5504
  } else
5477
- return d.expression = ft, ge(), P(d, "ExpressionStatement");
5505
+ return d.expression = ft, ge(), w(d, "ExpressionStatement");
5478
5506
  }
5479
5507
  }
5480
5508
  function Be() {
5481
5509
  $(re);
5482
5510
  var c = X();
5483
- return $(Q), c;
5511
+ return $(ee), c;
5484
5512
  }
5485
5513
  function $e(c) {
5486
5514
  var d = z(), y = !0, _ = !1, C;
5487
5515
  for (d.body = [], $(Fe); !j(Ne); ) {
5488
- var w = Z();
5489
- d.body.push(w), y && c && Ft(w) && (C = _, Lt(_ = !0)), y = !1;
5516
+ var P = Z();
5517
+ d.body.push(P), y && c && Ut(P) && (C = _, Mt(_ = !0)), y = !1;
5490
5518
  }
5491
- return _ && !C && Lt(!1), P(d, "BlockStatement");
5519
+ return _ && !C && Mt(!1), w(d, "BlockStatement");
5492
5520
  }
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");
5521
+ function Bt(c, d) {
5522
+ 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
5523
  }
5496
- function tn(c, d) {
5497
- return c.left = d, c.right = X(), $(Q), c.body = Z(), B.pop(), P(c, "ForInStatement");
5524
+ function an(c, d) {
5525
+ return c.left = d, c.right = X(), $(ee), c.body = Z(), B.pop(), w(c, "ForInStatement");
5498
5526
  }
5499
- function rn(c, d) {
5527
+ function on(c, d) {
5500
5528
  for (c.declarations = [], c.kind = "var"; ; ) {
5501
5529
  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;
5530
+ 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
5531
  }
5504
5532
  }
5505
5533
  function X(c, d) {
5506
- var y = jt(d);
5534
+ var y = $t(d);
5507
5535
  if (!c && O === se) {
5508
5536
  var _ = le(y);
5509
- for (_.expressions = [y]; j(se); ) _.expressions.push(jt(d));
5510
- return P(_, "SequenceExpression");
5537
+ for (_.expressions = [y]; j(se); ) _.expressions.push($t(d));
5538
+ return w(_, "SequenceExpression");
5511
5539
  }
5512
5540
  return y;
5513
5541
  }
5514
- function jt(c) {
5542
+ function $t(c) {
5515
5543
  var d = ca(c);
5516
5544
  if (O.isAssign) {
5517
5545
  var y = le(d);
5518
- return y.operator = x, y.left = d, D(), y.right = jt(c), ct(d), P(y, "AssignmentExpression");
5546
+ return y.operator = x, y.left = d, D(), y.right = $t(c), ct(d), w(y, "AssignmentExpression");
5519
5547
  }
5520
5548
  return d;
5521
5549
  }
5522
5550
  function ca(c) {
5523
5551
  var d = fa(c);
5524
- if (j(jr)) {
5552
+ if (j(Vr)) {
5525
5553
  var y = le(d);
5526
- return y.test = d, y.consequent = X(!0), $(Me), y.alternate = X(!0, c), P(y, "ConditionalExpression");
5554
+ return y.test = d, y.consequent = X(!0), $(Me), y.alternate = X(!0, c), w(y, "ConditionalExpression");
5527
5555
  }
5528
5556
  return d;
5529
5557
  }
5530
5558
  function fa(c) {
5531
- return Bt($t(), -1, c);
5559
+ return Vt(Gt(), -1, c);
5532
5560
  }
5533
- function Bt(c, d, y) {
5561
+ function Vt(c, d, y) {
5534
5562
  var _ = O.binop;
5535
5563
  if (_ !== null && (!y || O !== rt) && _ > d) {
5536
5564
  var C = le(c);
5537
5565
  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);
5566
+ var P = O;
5567
+ D(), C.right = Vt(Gt(), _, y);
5568
+ var k = w(C, P === Xr || P === Wr ? "LogicalExpression" : "BinaryExpression");
5569
+ return Vt(k, d, y);
5542
5570
  }
5543
5571
  return c;
5544
5572
  }
5545
- function $t() {
5573
+ function Gt() {
5546
5574
  if (O.prefix) {
5547
5575
  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");
5576
+ 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
5577
  }
5550
5578
  for (var y = pa(); O.postfix && !lt(); ) {
5551
5579
  var c = le(y);
5552
- c.operator = x, c.prefix = !1, c.argument = y, ct(y), D(), y = P(c, "UpdateExpression");
5580
+ c.operator = x, c.prefix = !1, c.argument = y, ct(y), D(), y = w(c, "UpdateExpression");
5553
5581
  }
5554
5582
  return y;
5555
5583
  }
5556
5584
  function pa() {
5557
- return Ve(Vt());
5585
+ return Ve(Yt());
5558
5586
  }
5559
5587
  function Ve(c, d) {
5560
5588
  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;
5589
+ 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
5590
  }
5563
- function Vt() {
5591
+ function Yt() {
5564
5592
  var c;
5565
5593
  switch (O) {
5566
- case Dr:
5567
- return c = z(), D(), P(c, "ThisExpression");
5594
+ case Mr:
5595
+ return c = z(), D(), w(c, "ThisExpression");
5568
5596
  case Te:
5569
5597
  return ce();
5570
5598
  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");
5599
+ case St:
5600
+ case Rr:
5601
+ return c = z(), c.value = x, c.raw = t.slice(p, v), D(), w(c, "Literal");
5602
+ case Ur:
5603
+ case jr:
5604
+ case Br:
5605
+ return c = z(), c.value = O.atomValue, c.raw = O.keyword, D(), w(c, "Literal");
5578
5606
  case re:
5579
5607
  var d = E, y = p;
5580
5608
  D();
5581
5609
  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");
5610
+ return _.start = y, _.end = v, r.locations && (_.loc.start = d, _.loc.end = S), r.ranges && (_.range = [y, v]), $(ee), _;
5611
+ case Dt:
5612
+ return c = z(), D(), c.elements = Xt(Lt, !0, !0), w(c, "ArrayExpression");
5585
5613
  case Fe:
5586
5614
  return ha();
5587
- case wt:
5588
- return c = z(), D(), Gt(c, !1);
5589
- case Ir:
5615
+ case Ct:
5616
+ return c = z(), D(), zt(c, !1);
5617
+ case Fr:
5590
5618
  return da();
5591
5619
  }
5592
5620
  ie();
5593
5621
  }
5594
5622
  function da() {
5595
5623
  var c = z();
5596
- return D(), c.callee = Ve(Vt(), !0), c.arguments = j(re) ? Yt(Q, !1) : Ii, P(c, "NewExpression");
5624
+ return D(), c.callee = Ve(Yt(), !0), c.arguments = j(re) ? Xt(ee, !1) : Ii, w(c, "NewExpression");
5597
5625
  }
5598
5626
  function ha() {
5599
5627
  var c = z(), d = !0, y = !1;
@@ -5602,38 +5630,38 @@ const Ul = {}, jl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5602
5630
  d = !1;
5603
5631
  else if ($(se), r.allowTrailingCommas && j(Ne))
5604
5632
  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];
5633
+ var _ = { key: un() }, C = !1, P;
5634
+ 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))
5635
+ for (var k = 0; k < c.properties.length; ++k) {
5636
+ var U = c.properties[k];
5609
5637
  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");
5638
+ var Ge = P === U.kind || C && U.kind === "init" || P === "init" && (U.kind === "get" || U.kind === "set");
5639
+ Ge && !J && P === "init" && U.kind === "init" && (Ge = !1), Ge && A(_.key.start, "Redefinition of property");
5612
5640
  }
5613
5641
  }
5614
5642
  c.properties.push(_);
5615
5643
  }
5616
- return P(c, "ObjectExpression");
5644
+ return w(c, "ObjectExpression");
5617
5645
  }
5618
- function nn() {
5619
- return O === tt || O === Tt ? Vt() : ce(!0);
5646
+ function un() {
5647
+ return O === tt || O === St ? Yt() : ce(!0);
5620
5648
  }
5621
- function Gt(c, d) {
5649
+ function zt(c, d) {
5622
5650
  O === Te ? c.id = ce() : d ? ie() : c.id = null, c.params = [];
5623
5651
  var y = !0;
5624
- for ($(re); !j(Q); )
5652
+ for ($(re); !j(ee); )
5625
5653
  y ? y = !1 : $(se), c.params.push(ce());
5626
5654
  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");
5655
+ if (ve = !0, B = [], c.body = $e(!0), ve = _, B = C, J || c.body.body.length && Ut(c.body.body[0]))
5656
+ for (var P = c.id ? -1 : 0; P < c.params.length; ++P) {
5657
+ var k = P < 0 ? c.id : c.params[P];
5658
+ if ((Jr(k.name) || it(k.name)) && A(k.start, "Defining '" + k.name + "' in strict mode"), P >= 0)
5659
+ for (var U = 0; U < P; ++U)
5660
+ k.name === c.params[U].name && A(k.start, "Argument name clash in strict mode");
5633
5661
  }
5634
- return P(c, d ? "FunctionDeclaration" : "FunctionExpression");
5662
+ return w(c, d ? "FunctionDeclaration" : "FunctionExpression");
5635
5663
  }
5636
- function Yt(c, d, y) {
5664
+ function Xt(c, d, y) {
5637
5665
  for (var _ = [], C = !0; !j(c); ) {
5638
5666
  if (C)
5639
5667
  C = !1;
@@ -5645,7 +5673,7 @@ const Ul = {}, jl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5645
5673
  }
5646
5674
  function ce(c) {
5647
5675
  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");
5676
+ 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
5677
  }
5650
5678
  });
5651
5679
  }
@@ -5657,7 +5685,7 @@ const Ul = {}, jl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5657
5685
  \*********************/
5658
5686
  /***/
5659
5687
  (m) => {
5660
- m.exports = Bl;
5688
+ m.exports = Vl;
5661
5689
  }
5662
5690
  )
5663
5691
  /******/
@@ -5705,10 +5733,10 @@ const Ul = {}, jl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5705
5733
  })(), b = b.default, b;
5706
5734
  })()
5707
5735
  ));
5708
- })(Ci);
5709
- var $l = Ci.exports;
5710
- const Vl = /* @__PURE__ */ Fl($l);
5711
- function Gl(n, o) {
5736
+ })(ki);
5737
+ var Gl = ki.exports;
5738
+ const Yl = /* @__PURE__ */ Ul(Gl);
5739
+ function zl(n, o) {
5712
5740
  function f(T) {
5713
5741
  const R = n.pseudoToNative(T);
5714
5742
  console.log(R);
@@ -5716,11 +5744,11 @@ function Gl(n, o) {
5716
5744
  function h(T) {
5717
5745
  const R = n.pseudoToNative(T);
5718
5746
  let r = "";
5719
- typeof R == "object" ? r = JSON.stringify(R) : r = String(R), Gn.emit("consoleAppend", r);
5747
+ typeof R == "object" ? r = JSON.stringify(R) : r = String(R), Wn.emit("consoleAppend", r);
5720
5748
  }
5721
5749
  function g(T, R) {
5722
5750
  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);
5751
+ r === "info" ? Sa(t) : r === "success" ? xa(t) : r === "warning" ? Pa(t) : r === "error" && wa(t);
5724
5752
  }
5725
5753
  function b(T, R) {
5726
5754
  const r = n.pseudoToNative(T), t = n.pseudoToNative(R);
@@ -5756,10 +5784,10 @@ function Gl(n, o) {
5756
5784
  n.createAsyncFunction(m)
5757
5785
  );
5758
5786
  }
5759
- class Yl {
5787
+ class Xl {
5760
5788
  constructor(o) {
5761
- Xt(this, "context");
5762
- Xt(this, "nodes");
5789
+ Jt(this, "context");
5790
+ Jt(this, "nodes");
5763
5791
  this.context = o, this.nodes = {};
5764
5792
  const f = (h) => {
5765
5793
  var g;
@@ -5797,8 +5825,8 @@ class Yl {
5797
5825
  this.getNode(o);
5798
5826
  }
5799
5827
  }
5800
- function zl(n, o, f) {
5801
- const h = new Yl(n);
5828
+ function Wl(n, o, f) {
5829
+ const h = new Xl(n);
5802
5830
  function g(t, e, i) {
5803
5831
  const u = o.pseudoToNative(t), s = o.pseudoToNative(e), l = o.pseudoToNative(i), a = h.addNode(u, s, l);
5804
5832
  return o.nativeToPseudo(a);
@@ -5855,7 +5883,7 @@ function zl(n, o, f) {
5855
5883
  }
5856
5884
  function r(t, e, i, u) {
5857
5885
  const s = o.pseudoToNative(t), l = o.pseudoToNative(e), a = o.pseudoToNative(i);
5858
- Aa({ title: s, label: l, value: a }).then((p) => {
5886
+ ka({ title: s, label: l, value: a }).then((p) => {
5859
5887
  u(o.nativeToPseudo(p)), o.run();
5860
5888
  });
5861
5889
  }
@@ -5885,16 +5913,16 @@ function zl(n, o, f) {
5885
5913
  o.createAsyncFunction(r)
5886
5914
  );
5887
5915
  }
5888
- function Xl(n, o, f) {
5889
- Gl(o, f), zl(n, o, f);
5916
+ function Jl(n, o, f) {
5917
+ zl(o, f), Wl(n, o, f);
5890
5918
  }
5891
- const Wl = `
5919
+ const Hl = `
5892
5920
  var __env__ = 'dev'
5893
5921
 
5894
5922
  function __getEnvV1__() {
5895
5923
  return __env__
5896
5924
  }
5897
- `, Jl = `
5925
+ `, Kl = `
5898
5926
  var __events__ = {}
5899
5927
 
5900
5928
  function __addEventListenerV1__(id, event, callback) {
@@ -5965,7 +5993,7 @@ function __triggerEvent__(id, event, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p1
5965
5993
  callbacks[i](p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, p16)
5966
5994
  }
5967
5995
  }
5968
- `, Hl = `
5996
+ `, ql = `
5969
5997
  var __timers__ = {}
5970
5998
  var __currTimerId__ = 0
5971
5999
 
@@ -6007,15 +6035,15 @@ function __timeoutCallbackV1__(timerId) {
6007
6035
  }
6008
6036
  }
6009
6037
  }
6010
- `, Kl = `
6038
+ `, Zl = `
6011
6039
  function __destroy__() {
6012
6040
  }
6013
- `, ql = Wl + Jl + Hl + Kl;
6014
- function Zl(n, o) {
6015
- const f = new Vl(
6016
- ql,
6041
+ `, Ql = Hl + Kl + ql + Zl;
6042
+ function ec(n, o) {
6043
+ const f = new Yl(
6044
+ Ql,
6017
6045
  (h, g) => {
6018
- Xl(n, h, g);
6046
+ Jl(n, h, g);
6019
6047
  }
6020
6048
  );
6021
6049
  return f.appendCode(o), f.appendCode(`
@@ -6023,10 +6051,10 @@ __env__ = '${n.env}';
6023
6051
  __triggerEvent__('globality', 'startup');
6024
6052
  `), f.run(), f;
6025
6053
  }
6026
- function Mn(n) {
6054
+ function $n(n) {
6027
6055
  n.appendCode("__destroy__();"), n.run();
6028
6056
  }
6029
- const Ql = /* @__PURE__ */ oe({
6057
+ const tc = /* @__PURE__ */ oe({
6030
6058
  __name: "index",
6031
6059
  props: {
6032
6060
  id: {},
@@ -6035,10 +6063,10 @@ const Ql = /* @__PURE__ */ oe({
6035
6063
  outer: { type: Boolean }
6036
6064
  },
6037
6065
  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]);
6066
+ 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
6067
  let t;
6040
6068
  Oa(() => {
6041
- r.value || Gn.emit("compNotAvail", f.refContext.refid), t && (Mn(t), t = void 0), r.value && g === "runtime" && (t = Zl(
6069
+ r.value || Wn.emit("compNotAvail", f.refContext.refid), t && ($n(t), t = void 0), r.value && g === "runtime" && (t = ec(
6042
6070
  {
6043
6071
  env: h,
6044
6072
  type: m,
@@ -6047,9 +6075,9 @@ const Ql = /* @__PURE__ */ oe({
6047
6075
  r.value.data.code.script
6048
6076
  ), dl(t));
6049
6077
  }), Ta(() => {
6050
- t && (Mn(t), t = void 0);
6078
+ t && ($n(t), t = void 0);
6051
6079
  });
6052
- const { applySize: e } = wi(g, b, f), i = N(() => {
6080
+ const { applySize: e } = Ci(g, b, f), i = N(() => {
6053
6081
  const v = {}, E = T.type;
6054
6082
  return m === "page" ? E === "common" ? e(v) : console.assert(!1) : m === "comp" && E === "common" ? e(v) : console.assert(!1), v;
6055
6083
  });
@@ -6067,7 +6095,7 @@ const Ql = /* @__PURE__ */ oe({
6067
6095
  return v.ref ? E = l(v) : E = a(v), E;
6068
6096
  }
6069
6097
  function l(v) {
6070
- const E = ki[T.version].refKey, S = Ae[E];
6098
+ const E = Ai[T.version].refKey, S = ke[E];
6071
6099
  let O;
6072
6100
  return S ? O = Ye(S.comp, {
6073
6101
  refContext: {
@@ -6080,7 +6108,7 @@ const Ql = /* @__PURE__ */ oe({
6080
6108
  function a(v) {
6081
6109
  var O;
6082
6110
  let E;
6083
- const S = Ae[v.basic.key];
6111
+ const S = ke[v.basic.key];
6084
6112
  return S ? ((O = v.children) == null || O.forEach((x) => {
6085
6113
  s(x);
6086
6114
  }), E = Ye(S.comp, { node: v })) : console.assert(!1, `invalid element key=${v.basic.key}`), E;
@@ -6101,7 +6129,7 @@ const Ql = /* @__PURE__ */ oe({
6101
6129
  };
6102
6130
  return (v, E) => (H(), he(p));
6103
6131
  }
6104
- }), Un = {
6132
+ }), Vn = {
6105
6133
  key: "ref",
6106
6134
  name: "x-runtime-lib.ref",
6107
6135
  children: [
@@ -6112,18 +6140,18 @@ const Ql = /* @__PURE__ */ oe({
6112
6140
  default: ""
6113
6141
  }
6114
6142
  ]
6115
- }, Ai = {
6116
- key: xi,
6143
+ }, rc = {
6144
+ key: mt,
6117
6145
  name: "x-runtime-lib.ref",
6118
- comp: Ql,
6146
+ comp: tc,
6119
6147
  slots: [],
6120
6148
  events: [],
6121
6149
  methods: [],
6122
6150
  props: {
6123
- pageCommon: [Y, Un, _t, yt, mt, gt],
6124
- compCommon: [Y, Un, _t, yt, mt, gt]
6151
+ pageCommon: [V, Vn, Et, gt, _t, bt],
6152
+ compCommon: [V, Vn, Et, gt, _t, bt]
6125
6153
  }
6126
- }, ec = { key: 0 }, tc = /* @__PURE__ */ oe({
6154
+ }, nc = { key: 0 }, ic = /* @__PURE__ */ oe({
6127
6155
  __name: "index",
6128
6156
  props: {
6129
6157
  node: {},
@@ -6151,7 +6179,7 @@ const Ql = /* @__PURE__ */ oe({
6151
6179
  }), t = N(() => h.value ? "dark" : "light");
6152
6180
  return (e, i) => {
6153
6181
  const u = fe("v-select");
6154
- return He(f) === "editor" ? (H(), Ke("div", ec, [
6182
+ return He(f) === "editor" ? (H(), Ke("div", nc, [
6155
6183
  qe(u, {
6156
6184
  "model-value": g.value,
6157
6185
  label: b.value,
@@ -6173,7 +6201,7 @@ const Ql = /* @__PURE__ */ oe({
6173
6201
  }, null, 8, ["model-value", "label", "placeholder", "hide-details", "single-line", "readonly", "theme"]));
6174
6202
  };
6175
6203
  }
6176
- }), jn = {
6204
+ }), Gn = {
6177
6205
  key: "settings",
6178
6206
  name: "x-runtime-lib.settings",
6179
6207
  children: [
@@ -6214,18 +6242,18 @@ const Ql = /* @__PURE__ */ oe({
6214
6242
  default: !1
6215
6243
  }
6216
6244
  ]
6217
- }, rc = {
6218
- key: ur,
6245
+ }, ac = {
6246
+ key: cr,
6219
6247
  name: "x-runtime-lib.select",
6220
- comp: tc,
6248
+ comp: ic,
6221
6249
  slots: [],
6222
6250
  events: [],
6223
6251
  methods: [],
6224
6252
  props: {
6225
- pageCommon: [Y, jn],
6226
- compCommon: [Y, jn]
6253
+ pageCommon: [V, Gn],
6254
+ compCommon: [V, Gn]
6227
6255
  }
6228
- }, nc = { key: 0 }, ic = /* @__PURE__ */ oe({
6256
+ }, oc = { key: 0 }, uc = /* @__PURE__ */ oe({
6229
6257
  __name: "index",
6230
6258
  props: {
6231
6259
  node: {},
@@ -6250,7 +6278,7 @@ const Ql = /* @__PURE__ */ oe({
6250
6278
  }), r = N(() => h.value ? "dark" : "light");
6251
6279
  return (t, e) => {
6252
6280
  const i = fe("v-text-field");
6253
- return He(f) === "editor" ? (H(), Ke("div", nc, [
6281
+ return He(f) === "editor" ? (H(), Ke("div", oc, [
6254
6282
  qe(i, {
6255
6283
  label: g.value,
6256
6284
  placeholder: b.value,
@@ -6270,7 +6298,7 @@ const Ql = /* @__PURE__ */ oe({
6270
6298
  }, null, 8, ["label", "placeholder", "hide-details", "single-line", "readonly", "theme"]));
6271
6299
  };
6272
6300
  }
6273
- }), Bn = {
6301
+ }), Yn = {
6274
6302
  key: "settings",
6275
6303
  name: "x-runtime-lib.settings",
6276
6304
  children: [
@@ -6305,52 +6333,56 @@ const Ql = /* @__PURE__ */ oe({
6305
6333
  default: !1
6306
6334
  }
6307
6335
  ]
6308
- }, ac = {
6309
- key: sr,
6336
+ }, sc = {
6337
+ key: fr,
6310
6338
  name: "x-runtime-lib.textField",
6311
- comp: ic,
6339
+ comp: uc,
6312
6340
  slots: [],
6313
6341
  events: [],
6314
6342
  methods: [],
6315
6343
  props: {
6316
- pageCommon: [Y, Bn],
6317
- compCommon: [Y, Bn]
6344
+ pageCommon: [V, Yn],
6345
+ compCommon: [V, Yn]
6318
6346
  }
6319
- }, oc = {
6347
+ }, lc = {
6320
6348
  version: "v1",
6321
- globalityKey: Pi.key,
6322
- refKey: Ai.key,
6349
+ globalityKey: sr,
6350
+ refKey: mt,
6351
+ packageKey: yt,
6323
6352
  elements: /* @__PURE__ */ new Set([
6324
- tr,
6325
- rr,
6326
6353
  nr,
6327
6354
  ir,
6328
6355
  ar,
6329
- Si,
6330
6356
  or,
6331
- xi,
6332
6357
  ur,
6333
- sr
6358
+ sr,
6359
+ lr,
6360
+ yt,
6361
+ mt,
6362
+ cr,
6363
+ fr
6334
6364
  ]),
6335
6365
  groups: [
6336
6366
  {
6337
6367
  key: "basic",
6338
6368
  name: "x-runtime-lib.basic",
6339
6369
  items: [
6340
- tr,
6341
- rr,
6342
6370
  nr,
6343
6371
  ir,
6344
6372
  ar,
6345
6373
  or,
6346
6374
  ur,
6347
- sr
6375
+ lr,
6376
+ yt,
6377
+ mt,
6378
+ cr,
6379
+ fr
6348
6380
  ]
6349
6381
  }
6350
6382
  ]
6351
- }, ki = {
6352
- v1: oc
6353
- }, Ae = {}, uc = {
6383
+ }, Ai = {
6384
+ v1: lc
6385
+ }, ke = {}, cc = {
6354
6386
  key: "add",
6355
6387
  name: "METHOD_ADD",
6356
6388
  inputs: [],
@@ -6360,20 +6392,21 @@ const Ql = /* @__PURE__ */ oe({
6360
6392
  name: "PARAM_NEW_NODE"
6361
6393
  }
6362
6394
  ]
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;
6395
+ }, Q = (n) => {
6396
+ ke[n.key] && console.assert(!1, `element duplicate key=${n.key}`), n.slots.length > 0 && n.methods.unshift(cc), ke[n.key] = n;
6365
6397
  };
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) => {
6398
+ Q(ml);
6399
+ Q(bl);
6400
+ Q(Sl);
6401
+ Q(wl);
6402
+ Q(kl);
6403
+ Q(Al);
6404
+ Q(Ll);
6405
+ Q(Fl);
6406
+ Q(rc);
6407
+ Q(ac);
6408
+ Q(sc);
6409
+ const fc = (n, o, f) => {
6377
6410
  const h = n[o];
6378
6411
  return h ? typeof h == "function" ? h() : Promise.resolve(h) : new Promise((g, b) => {
6379
6412
  (typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(
@@ -6386,41 +6419,41 @@ const sc = (n, o, f) => {
6386
6419
  );
6387
6420
  });
6388
6421
  };
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;
6422
+ async function Sc(n) {
6423
+ return (await fc(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en-b8zhxb60.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans-mqoymcvp.js") }), `./locales/${n}/index.ts`, 4)).default;
6391
6424
  }
6392
6425
  export {
6393
- vc as duplicateNode,
6394
- Ae as elements,
6395
- Yn as genId,
6396
- hc as getNode,
6397
- wn as getPropDefault,
6426
+ gc as duplicateNode,
6427
+ ke as elements,
6428
+ Jn as genId,
6429
+ mc as getNode,
6430
+ kn as getPropDefault,
6398
6431
  ll as getPropTag,
6399
- Pn as initProps,
6432
+ An as initProps,
6400
6433
  De as injectDark,
6401
- Ti as injectData,
6434
+ Pi as injectData,
6402
6435
  pl as injectDepends,
6403
- Ri as injectDevice,
6436
+ Si as injectDevice,
6404
6437
  fl as injectEnv,
6405
6438
  hl as injectInterpreter,
6406
6439
  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,
6440
+ xi as injectType,
6441
+ pr as isEmptyStr,
6442
+ hr as isPercentStr,
6443
+ dr as isPixelStr,
6444
+ Sc as loadLocaleMessageRuntime,
6445
+ Kt as parsePercentStr,
6446
+ yc as parsePixelStr,
6447
+ Ai as pkgs,
6448
+ Rc as provideDark,
6449
+ Tc as provideData,
6450
+ Nc as provideDepends,
6451
+ Ec as provideDevice,
6452
+ _c as provideEnv,
6420
6453
  dl as provideInterpreter,
6421
- mc as provideMode,
6422
- bc as provideType,
6454
+ bc as provideMode,
6455
+ Oc as provideType,
6423
6456
  cl as spawnNode,
6424
- Zl as startInterpreter,
6425
- Mn as stopInterpreter
6457
+ ec as startInterpreter,
6458
+ $n as stopInterpreter
6426
6459
  };