x-runtime-lib 0.5.10 → 0.5.12

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,93 +1,93 @@
1
- var da = Object.defineProperty;
2
- var ha = (n, o, f) => o in n ? da(n, o, { enumerable: !0, configurable: !0, writable: !0, value: f }) : n[o] = f;
3
- var Xt = (n, o, f) => ha(n, typeof o != "symbol" ? o + "" : o, f);
4
- import { provide as ce, inject as fe, readonly as gt, isReactive as jn, defineComponent as pe, computed as N, resolveComponent as Ae, openBlock as K, createBlock as ge, unref as _t, createElementBlock as He, createVNode as bt, normalizeStyle as va, renderSlot as ya, watchEffect as ma, onBeforeUnmount as ga, h as Ye } from "vue";
5
- import { useI18n as _a } from "vue-i18n";
6
- import { eventBus as Bn, messageInfo as ba, messageSuccess as Ea, messageWarning as Ra, messageError as Oa, openConfirmDlg as Ta, openPromptDlg as Na } from "x-essential-lib";
7
- const rn = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
8
- function $n(n) {
1
+ var ya = Object.defineProperty;
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) {
9
9
  let o = "";
10
10
  for (let f = 0; f < n; f++) {
11
- const h = Math.floor(Math.random() * rn.length);
12
- o += rn[h];
11
+ const h = Math.floor(Math.random() * an.length);
12
+ o += an[h];
13
13
  }
14
14
  return o;
15
15
  }
16
- function ur(n) {
16
+ function lr(n) {
17
17
  return n === "";
18
18
  }
19
- function sr(n) {
19
+ function cr(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 lr(n) {
25
+ function fr(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 ic(n) {
31
+ function dc(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 Wt(n) {
38
+ function Jt(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 Vn = typeof global == "object" && global && global.Object === Object && global, Sa = typeof self == "object" && self && self.Object === Object && self, ee = Vn || Sa || Function("return this")(), we = ee.Symbol, Gn = Object.prototype, xa = Gn.hasOwnProperty, wa = Gn.toString, ze = we ? we.toStringTag : void 0;
46
- function Pa(n) {
47
- var o = xa.call(n, ze), f = n[ze];
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;
46
+ function Fa(n) {
47
+ var o = Da.call(n, ze), f = n[ze];
48
48
  try {
49
49
  n[ze] = void 0;
50
50
  var h = !0;
51
51
  } catch {
52
52
  }
53
- var g = wa.call(n);
53
+ var g = La.call(n);
54
54
  return h && (o ? n[ze] = f : delete n[ze]), g;
55
55
  }
56
- var Ca = Object.prototype, Aa = Ca.toString;
57
- function ka(n) {
58
- return Aa.call(n);
56
+ var Ma = Object.prototype, Ua = Ma.toString;
57
+ function ja(n) {
58
+ return Ua.call(n);
59
59
  }
60
- var Ia = "[object Null]", Da = "[object Undefined]", nn = we ? we.toStringTag : void 0;
61
- function Ke(n) {
62
- return n == null ? n === void 0 ? Da : Ia : nn && nn in Object(n) ? Pa(n) : ka(n);
60
+ var Ba = "[object Null]", $a = "[object Undefined]", on = Pe ? Pe.toStringTag : void 0;
61
+ function Ze(n) {
62
+ return n == null ? n === void 0 ? $a : Ba : on && on in Object(n) ? Fa(n) : ja(n);
63
63
  }
64
- function qe(n) {
64
+ function Qe(n) {
65
65
  return n != null && typeof n == "object";
66
66
  }
67
- var cr = Array.isArray;
68
- function Ze(n) {
67
+ var pr = Array.isArray;
68
+ function et(n) {
69
69
  var o = typeof n;
70
70
  return n != null && (o == "object" || o == "function");
71
71
  }
72
- var La = "[object AsyncFunction]", Fa = "[object Function]", Ma = "[object GeneratorFunction]", Ua = "[object Proxy]";
73
- function Yn(n) {
74
- if (!Ze(n))
72
+ var Va = "[object AsyncFunction]", Ga = "[object Function]", Ya = "[object GeneratorFunction]", za = "[object Proxy]";
73
+ function Wn(n) {
74
+ if (!et(n))
75
75
  return !1;
76
- var o = Ke(n);
77
- return o == Fa || o == Ma || o == La || o == Ua;
76
+ var o = Ze(n);
77
+ return o == Ga || o == Ya || o == Va || o == za;
78
78
  }
79
- var Jt = ee["__core-js_shared__"], an = function() {
80
- var n = /[^.]+$/.exec(Jt && Jt.keys && Jt.keys.IE_PROTO || "");
79
+ var Ht = ee["__core-js_shared__"], un = function() {
80
+ var n = /[^.]+$/.exec(Ht && Ht.keys && Ht.keys.IE_PROTO || "");
81
81
  return n ? "Symbol(src)_1." + n : "";
82
82
  }();
83
- function ja(n) {
84
- return !!an && an in n;
83
+ function Xa(n) {
84
+ return !!un && un in n;
85
85
  }
86
- var Ba = Function.prototype, $a = Ba.toString;
87
- function _e(n) {
86
+ var Wa = Function.prototype, Ja = Wa.toString;
87
+ function be(n) {
88
88
  if (n != null) {
89
89
  try {
90
- return $a.call(n);
90
+ return Ja.call(n);
91
91
  } catch {
92
92
  }
93
93
  try {
@@ -97,282 +97,282 @@ function _e(n) {
97
97
  }
98
98
  return "";
99
99
  }
100
- var Va = /[\\^$.*+?()[\]{}|]/g, Ga = /^\[object .+?Constructor\]$/, Ya = Function.prototype, za = Object.prototype, Xa = Ya.toString, Wa = za.hasOwnProperty, Ja = RegExp(
101
- "^" + Xa.call(Wa).replace(Va, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
100
+ var Ha = /[\\^$.*+?()[\]{}|]/g, Ka = /^\[object .+?Constructor\]$/, qa = Function.prototype, Za = Object.prototype, Qa = qa.toString, eo = Za.hasOwnProperty, to = RegExp(
101
+ "^" + Qa.call(eo).replace(Ha, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
102
102
  );
103
- function Ha(n) {
104
- if (!Ze(n) || ja(n))
103
+ function ro(n) {
104
+ if (!et(n) || Xa(n))
105
105
  return !1;
106
- var o = Yn(n) ? Ja : Ga;
107
- return o.test(_e(n));
106
+ var o = Wn(n) ? to : Ka;
107
+ return o.test(be(n));
108
108
  }
109
- function Ka(n, o) {
109
+ function no(n, o) {
110
110
  return n == null ? void 0 : n[o];
111
111
  }
112
- function be(n, o) {
113
- var f = Ka(n, o);
114
- return Ha(f) ? f : void 0;
112
+ function Ee(n, o) {
113
+ var f = no(n, o);
114
+ return ro(f) ? f : void 0;
115
115
  }
116
- var Kt = be(ee, "WeakMap"), on = Object.create, qa = /* @__PURE__ */ function() {
116
+ var qt = Ee(ee, "WeakMap"), sn = Object.create, io = /* @__PURE__ */ function() {
117
117
  function n() {
118
118
  }
119
119
  return function(o) {
120
- if (!Ze(o))
120
+ if (!et(o))
121
121
  return {};
122
- if (on)
123
- return on(o);
122
+ if (sn)
123
+ return sn(o);
124
124
  n.prototype = o;
125
125
  var f = new n();
126
126
  return n.prototype = void 0, f;
127
127
  };
128
128
  }();
129
- function Za(n, o) {
129
+ function ao(n, o) {
130
130
  var f = -1, h = n.length;
131
131
  for (o || (o = Array(h)); ++f < h; )
132
132
  o[f] = n[f];
133
133
  return o;
134
134
  }
135
- var un = function() {
135
+ var ln = function() {
136
136
  try {
137
- var n = be(Object, "defineProperty");
137
+ var n = Ee(Object, "defineProperty");
138
138
  return n({}, "", {}), n;
139
139
  } catch {
140
140
  }
141
141
  }();
142
- function Qa(n, o) {
142
+ function oo(n, o) {
143
143
  for (var f = -1, h = n == null ? 0 : n.length; ++f < h && o(n[f], f, n) !== !1; )
144
144
  ;
145
145
  return n;
146
146
  }
147
- var eo = 9007199254740991, to = /^(?:0|[1-9]\d*)$/;
148
- function ro(n, o) {
147
+ var uo = 9007199254740991, so = /^(?:0|[1-9]\d*)$/;
148
+ function lo(n, o) {
149
149
  var f = typeof n;
150
- return o = o ?? eo, !!o && (f == "number" || f != "symbol" && to.test(n)) && n > -1 && n % 1 == 0 && n < o;
150
+ return o = o ?? uo, !!o && (f == "number" || f != "symbol" && so.test(n)) && n > -1 && n % 1 == 0 && n < o;
151
151
  }
152
- function zn(n, o, f) {
153
- o == "__proto__" && un ? un(n, o, {
152
+ function Jn(n, o, f) {
153
+ o == "__proto__" && ln ? ln(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 Xn(n, o) {
160
+ function Hn(n, o) {
161
161
  return n === o || n !== n && o !== o;
162
162
  }
163
- var no = Object.prototype, io = no.hasOwnProperty;
164
- function Wn(n, o, f) {
163
+ var co = Object.prototype, fo = co.hasOwnProperty;
164
+ function Kn(n, o, f) {
165
165
  var h = n[o];
166
- (!(io.call(n, o) && Xn(h, f)) || f === void 0 && !(o in n)) && zn(n, o, f);
166
+ (!(fo.call(n, o) && Hn(h, f)) || f === void 0 && !(o in n)) && Jn(n, o, f);
167
167
  }
168
168
  function Et(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 ? zn(f, T, R) : Wn(f, T, R);
173
+ R === void 0 && (R = n[T]), g ? Jn(f, T, R) : Kn(f, T, R);
174
174
  }
175
175
  return f;
176
176
  }
177
- var ao = 9007199254740991;
178
- function Jn(n) {
179
- return typeof n == "number" && n > -1 && n % 1 == 0 && n <= ao;
177
+ var po = 9007199254740991;
178
+ function qn(n) {
179
+ return typeof n == "number" && n > -1 && n % 1 == 0 && n <= po;
180
180
  }
181
- function Hn(n) {
182
- return n != null && Jn(n.length) && !Yn(n);
181
+ function Zn(n) {
182
+ return n != null && qn(n.length) && !Wn(n);
183
183
  }
184
- var oo = Object.prototype;
185
- function fr(n) {
186
- var o = n && n.constructor, f = typeof o == "function" && o.prototype || oo;
184
+ var ho = Object.prototype;
185
+ function dr(n) {
186
+ var o = n && n.constructor, f = typeof o == "function" && o.prototype || ho;
187
187
  return n === f;
188
188
  }
189
- function uo(n, o) {
189
+ function vo(n, o) {
190
190
  for (var f = -1, h = Array(n); ++f < n; )
191
191
  h[f] = o(f);
192
192
  return h;
193
193
  }
194
- var so = "[object Arguments]";
195
- function sn(n) {
196
- return qe(n) && Ke(n) == so;
194
+ var yo = "[object Arguments]";
195
+ function cn(n) {
196
+ return Qe(n) && Ze(n) == yo;
197
197
  }
198
- var Kn = Object.prototype, lo = Kn.hasOwnProperty, co = Kn.propertyIsEnumerable, fo = sn(/* @__PURE__ */ function() {
198
+ var Qn = Object.prototype, mo = Qn.hasOwnProperty, go = Qn.propertyIsEnumerable, _o = cn(/* @__PURE__ */ function() {
199
199
  return arguments;
200
- }()) ? sn : function(n) {
201
- return qe(n) && lo.call(n, "callee") && !co.call(n, "callee");
200
+ }()) ? cn : function(n) {
201
+ return Qe(n) && mo.call(n, "callee") && !go.call(n, "callee");
202
202
  };
203
- function po() {
203
+ function bo() {
204
204
  return !1;
205
205
  }
206
- var qn = typeof exports == "object" && exports && !exports.nodeType && exports, ln = qn && typeof module == "object" && module && !module.nodeType && module, ho = ln && ln.exports === qn, cn = ho ? ee.Buffer : void 0, vo = cn ? cn.isBuffer : void 0, Zn = vo || po, yo = "[object Arguments]", mo = "[object Array]", go = "[object Boolean]", _o = "[object Date]", bo = "[object Error]", Eo = "[object Function]", Ro = "[object Map]", Oo = "[object Number]", To = "[object Object]", No = "[object RegExp]", So = "[object Set]", xo = "[object String]", wo = "[object WeakMap]", Po = "[object ArrayBuffer]", Co = "[object DataView]", Ao = "[object Float32Array]", ko = "[object Float64Array]", Io = "[object Int8Array]", Do = "[object Int16Array]", Lo = "[object Int32Array]", Fo = "[object Uint8Array]", Mo = "[object Uint8ClampedArray]", Uo = "[object Uint16Array]", jo = "[object Uint32Array]", M = {};
207
- M[Ao] = M[ko] = M[Io] = M[Do] = M[Lo] = M[Fo] = M[Mo] = M[Uo] = M[jo] = !0;
208
- M[yo] = M[mo] = M[Po] = M[go] = M[Co] = M[_o] = M[bo] = M[Eo] = M[Ro] = M[Oo] = M[To] = M[No] = M[So] = M[xo] = M[wo] = !1;
209
- function Bo(n) {
210
- return qe(n) && Jn(n.length) && !!M[Ke(n)];
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 = {};
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;
209
+ function Wo(n) {
210
+ return Qe(n) && qn(n.length) && !!M[Ze(n)];
211
211
  }
212
- function pr(n) {
212
+ function hr(n) {
213
213
  return function(o) {
214
214
  return n(o);
215
215
  };
216
216
  }
217
- var Qn = typeof exports == "object" && exports && !exports.nodeType && exports, Xe = Qn && typeof module == "object" && module && !module.nodeType && module, $o = Xe && Xe.exports === Qn, Ht = $o && Vn.process, Pe = function() {
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() {
218
218
  try {
219
219
  var n = Xe && Xe.require && Xe.require("util").types;
220
- return n || Ht && Ht.binding && Ht.binding("util");
220
+ return n || Kt && Kt.binding && Kt.binding("util");
221
221
  } catch {
222
222
  }
223
- }(), fn = Pe && Pe.isTypedArray, Vo = fn ? pr(fn) : Bo, Go = Object.prototype, Yo = Go.hasOwnProperty;
224
- function ei(n, o) {
225
- var f = cr(n), h = !f && fo(n), g = !f && !h && Zn(n), b = !f && !h && !g && Vo(n), m = f || h || g || b, T = m ? uo(n.length, String) : [], R = T.length;
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;
226
226
  for (var r in n)
227
- (o || Yo.call(n, r)) && !(m && // Safari 9 has enumerable `arguments.length` in strict mode.
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.
229
229
  g && (r == "offset" || r == "parent") || // PhantomJS 2 has enumerable non-index properties on typed arrays.
230
230
  b && (r == "buffer" || r == "byteLength" || r == "byteOffset") || // Skip index properties.
231
- ro(r, R))) && T.push(r);
231
+ lo(r, R))) && T.push(r);
232
232
  return T;
233
233
  }
234
- function ti(n, o) {
234
+ function ii(n, o) {
235
235
  return function(f) {
236
236
  return n(o(f));
237
237
  };
238
238
  }
239
- var zo = ti(Object.keys, Object), Xo = Object.prototype, Wo = Xo.hasOwnProperty;
240
- function Jo(n) {
241
- if (!fr(n))
242
- return zo(n);
239
+ var Zo = ii(Object.keys, Object), Qo = Object.prototype, eu = Qo.hasOwnProperty;
240
+ function tu(n) {
241
+ if (!dr(n))
242
+ return Zo(n);
243
243
  var o = [];
244
244
  for (var f in Object(n))
245
- Wo.call(n, f) && f != "constructor" && o.push(f);
245
+ eu.call(n, f) && f != "constructor" && o.push(f);
246
246
  return o;
247
247
  }
248
- function dr(n) {
249
- return Hn(n) ? ei(n) : Jo(n);
248
+ function vr(n) {
249
+ return Zn(n) ? ni(n) : tu(n);
250
250
  }
251
- function Ho(n) {
251
+ function ru(n) {
252
252
  var o = [];
253
253
  if (n != null)
254
254
  for (var f in Object(n))
255
255
  o.push(f);
256
256
  return o;
257
257
  }
258
- var Ko = Object.prototype, qo = Ko.hasOwnProperty;
259
- function Zo(n) {
260
- if (!Ze(n))
261
- return Ho(n);
262
- var o = fr(n), f = [];
258
+ var nu = Object.prototype, iu = nu.hasOwnProperty;
259
+ function au(n) {
260
+ if (!et(n))
261
+ return ru(n);
262
+ var o = dr(n), f = [];
263
263
  for (var h in n)
264
- h == "constructor" && (o || !qo.call(n, h)) || f.push(h);
264
+ h == "constructor" && (o || !iu.call(n, h)) || f.push(h);
265
265
  return f;
266
266
  }
267
- function hr(n) {
268
- return Hn(n) ? ei(n, !0) : Zo(n);
267
+ function yr(n) {
268
+ return Zn(n) ? ni(n, !0) : au(n);
269
269
  }
270
- var We = be(Object, "create");
271
- function Qo() {
270
+ var We = Ee(Object, "create");
271
+ function ou() {
272
272
  this.__data__ = We ? We(null) : {}, this.size = 0;
273
273
  }
274
- function eu(n) {
274
+ function uu(n) {
275
275
  var o = this.has(n) && delete this.__data__[n];
276
276
  return this.size -= o ? 1 : 0, o;
277
277
  }
278
- var tu = "__lodash_hash_undefined__", ru = Object.prototype, nu = ru.hasOwnProperty;
279
- function iu(n) {
278
+ var su = "__lodash_hash_undefined__", lu = Object.prototype, cu = lu.hasOwnProperty;
279
+ function fu(n) {
280
280
  var o = this.__data__;
281
281
  if (We) {
282
282
  var f = o[n];
283
- return f === tu ? void 0 : f;
283
+ return f === su ? void 0 : f;
284
284
  }
285
- return nu.call(o, n) ? o[n] : void 0;
285
+ return cu.call(o, n) ? o[n] : void 0;
286
286
  }
287
- var au = Object.prototype, ou = au.hasOwnProperty;
288
- function uu(n) {
287
+ var pu = Object.prototype, du = pu.hasOwnProperty;
288
+ function hu(n) {
289
289
  var o = this.__data__;
290
- return We ? o[n] !== void 0 : ou.call(o, n);
290
+ return We ? o[n] !== void 0 : du.call(o, n);
291
291
  }
292
- var su = "__lodash_hash_undefined__";
293
- function lu(n, o) {
292
+ var vu = "__lodash_hash_undefined__";
293
+ function yu(n, o) {
294
294
  var f = this.__data__;
295
- return this.size += this.has(n) ? 0 : 1, f[n] = We && o === void 0 ? su : o, this;
295
+ return this.size += this.has(n) ? 0 : 1, f[n] = We && o === void 0 ? vu : o, this;
296
296
  }
297
- function me(n) {
297
+ function _e(n) {
298
298
  var o = -1, f = n == null ? 0 : n.length;
299
299
  for (this.clear(); ++o < f; ) {
300
300
  var h = n[o];
301
301
  this.set(h[0], h[1]);
302
302
  }
303
303
  }
304
- me.prototype.clear = Qo;
305
- me.prototype.delete = eu;
306
- me.prototype.get = iu;
307
- me.prototype.has = uu;
308
- me.prototype.set = lu;
309
- function cu() {
304
+ _e.prototype.clear = ou;
305
+ _e.prototype.delete = uu;
306
+ _e.prototype.get = fu;
307
+ _e.prototype.has = hu;
308
+ _e.prototype.set = yu;
309
+ function mu() {
310
310
  this.__data__ = [], this.size = 0;
311
311
  }
312
312
  function Rt(n, o) {
313
313
  for (var f = n.length; f--; )
314
- if (Xn(n[f][0], o))
314
+ if (Hn(n[f][0], o))
315
315
  return f;
316
316
  return -1;
317
317
  }
318
- var fu = Array.prototype, pu = fu.splice;
319
- function du(n) {
318
+ var gu = Array.prototype, _u = gu.splice;
319
+ function bu(n) {
320
320
  var o = this.__data__, f = Rt(o, n);
321
321
  if (f < 0)
322
322
  return !1;
323
323
  var h = o.length - 1;
324
- return f == h ? o.pop() : pu.call(o, f, 1), --this.size, !0;
324
+ return f == h ? o.pop() : _u.call(o, f, 1), --this.size, !0;
325
325
  }
326
- function hu(n) {
326
+ function Eu(n) {
327
327
  var o = this.__data__, f = Rt(o, n);
328
328
  return f < 0 ? void 0 : o[f][1];
329
329
  }
330
- function vu(n) {
330
+ function Ru(n) {
331
331
  return Rt(this.__data__, n) > -1;
332
332
  }
333
- function yu(n, o) {
333
+ function Ou(n, o) {
334
334
  var f = this.__data__, h = Rt(f, n);
335
335
  return h < 0 ? (++this.size, f.push([n, o])) : f[h][1] = o, this;
336
336
  }
337
- function ae(n) {
337
+ function ue(n) {
338
338
  var o = -1, f = n == null ? 0 : n.length;
339
339
  for (this.clear(); ++o < f; ) {
340
340
  var h = n[o];
341
341
  this.set(h[0], h[1]);
342
342
  }
343
343
  }
344
- ae.prototype.clear = cu;
345
- ae.prototype.delete = du;
346
- ae.prototype.get = hu;
347
- ae.prototype.has = vu;
348
- ae.prototype.set = yu;
349
- var Je = be(ee, "Map");
350
- function mu() {
344
+ ue.prototype.clear = mu;
345
+ ue.prototype.delete = bu;
346
+ ue.prototype.get = Eu;
347
+ ue.prototype.has = Ru;
348
+ ue.prototype.set = Ou;
349
+ var Je = Ee(ee, "Map");
350
+ function Tu() {
351
351
  this.size = 0, this.__data__ = {
352
- hash: new me(),
353
- map: new (Je || ae)(),
354
- string: new me()
352
+ hash: new _e(),
353
+ map: new (Je || ue)(),
354
+ string: new _e()
355
355
  };
356
356
  }
357
- function gu(n) {
357
+ 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
361
  function Ot(n, o) {
362
362
  var f = n.__data__;
363
- return gu(o) ? f[typeof o == "string" ? "string" : "hash"] : f.map;
363
+ return Nu(o) ? f[typeof o == "string" ? "string" : "hash"] : f.map;
364
364
  }
365
- function _u(n) {
365
+ function Su(n) {
366
366
  var o = Ot(this, n).delete(n);
367
367
  return this.size -= o ? 1 : 0, o;
368
368
  }
369
- function bu(n) {
369
+ function xu(n) {
370
370
  return Ot(this, n).get(n);
371
371
  }
372
- function Eu(n) {
372
+ function wu(n) {
373
373
  return Ot(this, n).has(n);
374
374
  }
375
- function Ru(n, o) {
375
+ function Pu(n, o) {
376
376
  var f = Ot(this, n), h = f.size;
377
377
  return f.set(n, o), this.size += f.size == h ? 0 : 1, this;
378
378
  }
@@ -383,234 +383,234 @@ function ke(n) {
383
383
  this.set(h[0], h[1]);
384
384
  }
385
385
  }
386
- ke.prototype.clear = mu;
387
- ke.prototype.delete = _u;
388
- ke.prototype.get = bu;
389
- ke.prototype.has = Eu;
390
- ke.prototype.set = Ru;
391
- function ri(n, o) {
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) {
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 ni = ti(Object.getPrototypeOf, Object);
397
- function Ou() {
398
- this.__data__ = new ae(), this.size = 0;
396
+ var oi = ii(Object.getPrototypeOf, Object);
397
+ function Cu() {
398
+ this.__data__ = new ue(), this.size = 0;
399
399
  }
400
- function Tu(n) {
400
+ function Au(n) {
401
401
  var o = this.__data__, f = o.delete(n);
402
402
  return this.size = o.size, f;
403
403
  }
404
- function Nu(n) {
404
+ function ku(n) {
405
405
  return this.__data__.get(n);
406
406
  }
407
- function Su(n) {
407
+ function Iu(n) {
408
408
  return this.__data__.has(n);
409
409
  }
410
- var xu = 200;
411
- function wu(n, o) {
410
+ var Du = 200;
411
+ function Lu(n, o) {
412
412
  var f = this.__data__;
413
- if (f instanceof ae) {
413
+ if (f instanceof ue) {
414
414
  var h = f.__data__;
415
- if (!Je || h.length < xu - 1)
415
+ if (!Je || h.length < Du - 1)
416
416
  return h.push([n, o]), this.size = ++f.size, this;
417
417
  f = this.__data__ = new ke(h);
418
418
  }
419
419
  return f.set(n, o), this.size = f.size, this;
420
420
  }
421
421
  function Ie(n) {
422
- var o = this.__data__ = new ae(n);
422
+ var o = this.__data__ = new ue(n);
423
423
  this.size = o.size;
424
424
  }
425
- Ie.prototype.clear = Ou;
426
- Ie.prototype.delete = Tu;
427
- Ie.prototype.get = Nu;
428
- Ie.prototype.has = Su;
429
- Ie.prototype.set = wu;
430
- function Pu(n, o) {
431
- return n && Et(o, dr(o), n);
425
+ Ie.prototype.clear = Cu;
426
+ Ie.prototype.delete = Au;
427
+ Ie.prototype.get = ku;
428
+ Ie.prototype.has = Iu;
429
+ Ie.prototype.set = Lu;
430
+ function Fu(n, o) {
431
+ return n && Et(o, vr(o), n);
432
432
  }
433
- function Cu(n, o) {
434
- return n && Et(o, hr(o), n);
433
+ function Mu(n, o) {
434
+ return n && Et(o, yr(o), n);
435
435
  }
436
- var ii = typeof exports == "object" && exports && !exports.nodeType && exports, pn = ii && typeof module == "object" && module && !module.nodeType && module, Au = pn && pn.exports === ii, dn = Au ? ee.Buffer : void 0, hn = dn ? dn.allocUnsafe : void 0;
437
- function ku(n, o) {
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;
437
+ function ju(n, o) {
438
438
  if (o)
439
439
  return n.slice();
440
- var f = n.length, h = hn ? hn(f) : new n.constructor(f);
440
+ var f = n.length, h = yn ? yn(f) : new n.constructor(f);
441
441
  return n.copy(h), h;
442
442
  }
443
- function Iu(n, o) {
443
+ function Bu(n, o) {
444
444
  for (var f = -1, h = n == null ? 0 : n.length, g = 0, b = []; ++f < h; ) {
445
445
  var m = n[f];
446
446
  o(m, f, n) && (b[g++] = m);
447
447
  }
448
448
  return b;
449
449
  }
450
- function ai() {
450
+ function si() {
451
451
  return [];
452
452
  }
453
- var Du = Object.prototype, Lu = Du.propertyIsEnumerable, vn = Object.getOwnPropertySymbols, vr = vn ? function(n) {
454
- return n == null ? [] : (n = Object(n), Iu(vn(n), function(o) {
455
- return Lu.call(n, o);
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) {
455
+ return Vu.call(n, o);
456
456
  }));
457
- } : ai;
458
- function Fu(n, o) {
459
- return Et(n, vr(n), o);
457
+ } : si;
458
+ function Gu(n, o) {
459
+ return Et(n, mr(n), o);
460
460
  }
461
- var Mu = Object.getOwnPropertySymbols, oi = Mu ? function(n) {
461
+ var Yu = Object.getOwnPropertySymbols, li = Yu ? function(n) {
462
462
  for (var o = []; n; )
463
- ri(o, vr(n)), n = ni(n);
463
+ ai(o, mr(n)), n = oi(n);
464
464
  return o;
465
- } : ai;
466
- function Uu(n, o) {
467
- return Et(n, oi(n), o);
465
+ } : si;
466
+ function zu(n, o) {
467
+ return Et(n, li(n), o);
468
468
  }
469
- function ui(n, o, f) {
469
+ function ci(n, o, f) {
470
470
  var h = o(n);
471
- return cr(n) ? h : ri(h, f(n));
471
+ return pr(n) ? h : ai(h, f(n));
472
472
  }
473
- function ju(n) {
474
- return ui(n, dr, vr);
473
+ function Xu(n) {
474
+ return ci(n, vr, mr);
475
475
  }
476
- function Bu(n) {
477
- return ui(n, hr, oi);
476
+ function Wu(n) {
477
+ return ci(n, yr, li);
478
478
  }
479
- var qt = be(ee, "DataView"), Zt = be(ee, "Promise"), Qt = be(ee, "Set"), yn = "[object Map]", $u = "[object Object]", mn = "[object Promise]", gn = "[object Set]", _n = "[object WeakMap]", bn = "[object DataView]", Vu = _e(qt), Gu = _e(Je), Yu = _e(Zt), zu = _e(Qt), Xu = _e(Kt), ie = Ke;
480
- (qt && ie(new qt(new ArrayBuffer(1))) != bn || Je && ie(new Je()) != yn || Zt && ie(Zt.resolve()) != mn || Qt && ie(new Qt()) != gn || Kt && ie(new Kt()) != _n) && (ie = function(n) {
481
- var o = Ke(n), f = o == $u ? n.constructor : void 0, h = f ? _e(f) : "";
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) {
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
- case Vu:
485
- return bn;
486
- case Gu:
487
- return yn;
488
- case Yu:
489
- return mn;
490
- case zu:
484
+ case Hu:
485
+ return Rn;
486
+ case Ku:
491
487
  return gn;
492
- case Xu:
488
+ case qu:
493
489
  return _n;
490
+ case Zu:
491
+ return bn;
492
+ case Qu:
493
+ return En;
494
494
  }
495
495
  return o;
496
496
  });
497
- var Wu = Object.prototype, Ju = Wu.hasOwnProperty;
498
- function Hu(n) {
497
+ var es = Object.prototype, ts = es.hasOwnProperty;
498
+ function rs(n) {
499
499
  var o = n.length, f = new n.constructor(o);
500
- return o && typeof n[0] == "string" && Ju.call(n, "index") && (f.index = n.index, f.input = n.input), f;
500
+ return o && typeof n[0] == "string" && ts.call(n, "index") && (f.index = n.index, f.input = n.input), f;
501
501
  }
502
- var En = ee.Uint8Array;
503
- function yr(n) {
502
+ var On = ee.Uint8Array;
503
+ function gr(n) {
504
504
  var o = new n.constructor(n.byteLength);
505
- return new En(o).set(new En(n)), o;
505
+ return new On(o).set(new On(n)), o;
506
506
  }
507
- function Ku(n, o) {
508
- var f = o ? yr(n.buffer) : n.buffer;
507
+ function ns(n, o) {
508
+ var f = o ? gr(n.buffer) : n.buffer;
509
509
  return new n.constructor(f, n.byteOffset, n.byteLength);
510
510
  }
511
- var qu = /\w*$/;
512
- function Zu(n) {
513
- var o = new n.constructor(n.source, qu.exec(n));
511
+ var is = /\w*$/;
512
+ function as(n) {
513
+ var o = new n.constructor(n.source, is.exec(n));
514
514
  return o.lastIndex = n.lastIndex, o;
515
515
  }
516
- var Rn = we ? we.prototype : void 0, On = Rn ? Rn.valueOf : void 0;
517
- function Qu(n) {
518
- return On ? Object(On.call(n)) : {};
516
+ var Tn = Pe ? Pe.prototype : void 0, Nn = Tn ? Tn.valueOf : void 0;
517
+ function os(n) {
518
+ return Nn ? Object(Nn.call(n)) : {};
519
519
  }
520
- function es(n, o) {
521
- var f = o ? yr(n.buffer) : n.buffer;
520
+ function us(n, o) {
521
+ var f = o ? gr(n.buffer) : n.buffer;
522
522
  return new n.constructor(f, n.byteOffset, n.length);
523
523
  }
524
- var ts = "[object Boolean]", rs = "[object Date]", ns = "[object Map]", is = "[object Number]", as = "[object RegExp]", os = "[object Set]", us = "[object String]", ss = "[object Symbol]", ls = "[object ArrayBuffer]", cs = "[object DataView]", fs = "[object Float32Array]", ps = "[object Float64Array]", ds = "[object Int8Array]", hs = "[object Int16Array]", vs = "[object Int32Array]", ys = "[object Uint8Array]", ms = "[object Uint8ClampedArray]", gs = "[object Uint16Array]", _s = "[object Uint32Array]";
525
- function bs(n, o, f) {
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]";
525
+ function xs(n, o, f) {
526
526
  var h = n.constructor;
527
527
  switch (o) {
528
+ case ys:
529
+ return gr(n);
530
+ case ss:
528
531
  case ls:
529
- return yr(n);
530
- case ts:
531
- case rs:
532
532
  return new h(+n);
533
- case cs:
534
- return Ku(n, f);
535
- case fs:
536
- case ps:
537
- case ds:
538
- case hs:
539
- case vs:
540
- case ys:
541
533
  case ms:
534
+ return ns(n, f);
542
535
  case gs:
543
536
  case _s:
544
- return es(n, f);
545
- case ns:
537
+ case bs:
538
+ case Es:
539
+ case Rs:
540
+ case Os:
541
+ case Ts:
542
+ case Ns:
543
+ case Ss:
544
+ return us(n, f);
545
+ case cs:
546
546
  return new h();
547
- case is:
548
- case us:
547
+ case fs:
548
+ case hs:
549
549
  return new h(n);
550
- case as:
551
- return Zu(n);
552
- case os:
550
+ case ps:
551
+ return as(n);
552
+ case ds:
553
553
  return new h();
554
- case ss:
555
- return Qu(n);
554
+ case vs:
555
+ return os(n);
556
556
  }
557
557
  }
558
- function Es(n) {
559
- return typeof n.constructor == "function" && !fr(n) ? qa(ni(n)) : {};
558
+ function ws(n) {
559
+ return typeof n.constructor == "function" && !dr(n) ? io(oi(n)) : {};
560
560
  }
561
- var Rs = "[object Map]";
562
- function Os(n) {
563
- return qe(n) && ie(n) == Rs;
561
+ var Ps = "[object Map]";
562
+ function Cs(n) {
563
+ return Qe(n) && ae(n) == Ps;
564
564
  }
565
- var Tn = Pe && Pe.isMap, Ts = Tn ? pr(Tn) : Os, Ns = "[object Set]";
566
- function Ss(n) {
567
- return qe(n) && ie(n) == Ns;
565
+ var Sn = Ce && Ce.isMap, As = Sn ? hr(Sn) : Cs, ks = "[object Set]";
566
+ function Is(n) {
567
+ return Qe(n) && ae(n) == ks;
568
568
  }
569
- var Nn = Pe && Pe.isSet, xs = Nn ? pr(Nn) : Ss, ws = 1, Ps = 2, Cs = 4, si = "[object Arguments]", As = "[object Array]", ks = "[object Boolean]", Is = "[object Date]", Ds = "[object Error]", li = "[object Function]", Ls = "[object GeneratorFunction]", Fs = "[object Map]", Ms = "[object Number]", ci = "[object Object]", Us = "[object RegExp]", js = "[object Set]", Bs = "[object String]", $s = "[object Symbol]", Vs = "[object WeakMap]", Gs = "[object ArrayBuffer]", Ys = "[object DataView]", zs = "[object Float32Array]", Xs = "[object Float64Array]", Ws = "[object Int8Array]", Js = "[object Int16Array]", Hs = "[object Int32Array]", Ks = "[object Uint8Array]", qs = "[object Uint8ClampedArray]", Zs = "[object Uint16Array]", Qs = "[object Uint32Array]", F = {};
570
- F[si] = F[As] = F[Gs] = F[Ys] = F[ks] = F[Is] = F[zs] = F[Xs] = F[Ws] = F[Js] = F[Hs] = F[Fs] = F[Ms] = F[ci] = F[Us] = F[js] = F[Bs] = F[$s] = F[Ks] = F[qs] = F[Zs] = F[Qs] = !0;
571
- F[Ds] = F[li] = F[Vs] = !1;
572
- function pt(n, o, f, h, g, b) {
573
- var m, T = o & ws, R = o & Ps, r = o & Cs;
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;
572
+ function ht(n, o, f, h, g, b) {
573
+ var m, T = o & Ls, R = o & Fs, r = o & Ms;
574
574
  if (m !== void 0)
575
575
  return m;
576
- if (!Ze(n))
576
+ if (!et(n))
577
577
  return n;
578
- var t = cr(n);
578
+ var t = pr(n);
579
579
  if (t) {
580
- if (m = Hu(n), !T)
581
- return Za(n, m);
580
+ if (m = rs(n), !T)
581
+ return ao(n, m);
582
582
  } else {
583
- var e = ie(n), i = e == li || e == Ls;
584
- if (Zn(n))
585
- return ku(n, T);
586
- if (e == ci || e == si || i && !g) {
587
- if (m = R || i ? {} : Es(n), !T)
588
- return R ? Uu(n, Cu(m, n)) : Fu(n, Pu(m, n));
583
+ var e = ae(n), i = e == pi || e == Vs;
584
+ if (ti(n))
585
+ return ju(n, T);
586
+ if (e == di || e == fi || i && !g) {
587
+ if (m = R || i ? {} : ws(n), !T)
588
+ return R ? zu(n, Mu(m, n)) : Gu(n, Fu(m, n));
589
589
  } else {
590
590
  if (!F[e])
591
591
  return g ? n : {};
592
- m = bs(n, e, T);
592
+ m = xs(n, e, T);
593
593
  }
594
594
  }
595
595
  b || (b = new Ie());
596
596
  var u = b.get(n);
597
597
  if (u)
598
598
  return u;
599
- b.set(n, m), xs(n) ? n.forEach(function(a) {
600
- m.add(pt(a, o, f, a, n, b));
601
- }) : Ts(n) && n.forEach(function(a, p) {
602
- m.set(p, pt(a, o, f, p, n, b));
599
+ b.set(n, m), Ds(n) ? n.forEach(function(a) {
600
+ m.add(ht(a, o, f, a, n, b));
601
+ }) : As(n) && n.forEach(function(a, p) {
602
+ m.set(p, ht(a, o, f, p, n, b));
603
603
  });
604
- var s = r ? R ? Bu : ju : R ? hr : dr, l = t ? void 0 : s(n);
605
- return Qa(l || n, function(a, p) {
606
- l && (p = a, a = n[p]), Wn(m, p, pt(a, o, f, p, n, b));
604
+ var s = r ? R ? Wu : Xu : R ? yr : vr, l = t ? void 0 : s(n);
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));
607
607
  }), m;
608
608
  }
609
- var el = 1, tl = 4;
610
- function dt(n) {
611
- return pt(n, el | tl);
609
+ var ul = 1, sl = 4;
610
+ function vt(n) {
611
+ return ht(n, ul | sl);
612
612
  }
613
- function rl(n, o) {
613
+ function ll(n, o) {
614
614
  if (n === "page") {
615
615
  if (o == "common")
616
616
  return "pageCommon";
@@ -622,29 +622,29 @@ function rl(n, o) {
622
622
  } else
623
623
  console.assert(!1);
624
624
  }
625
- function Sn(n, o) {
626
- return n.array ? dt(o ? n.default : n.defaultArray) : dt(n.default);
625
+ function wn(n, o) {
626
+ return n.array ? vt(o ? n.default : n.defaultArray) : vt(n.default);
627
627
  }
628
- function xn(n, o) {
628
+ function Pn(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] = Sn(g);
633
+ h[g.key] = wn(g);
634
634
  } else
635
- g.array ? h[g.key] = Sn(g) : g.children.forEach((b) => {
635
+ g.array ? h[g.key] = wn(g) : g.children.forEach((b) => {
636
636
  h[g.key] = {}, f(h[g.key], b);
637
637
  });
638
638
  }
639
639
  o.forEach((h) => f(n, h));
640
640
  }
641
- function nl(n, o, f, h, g) {
642
- const b = `type=${n} subtype=${o} version=${f} ref=${h} keyOrRefid=${g}`, m = rl(n, o);
641
+ function cl(n, o, f, h, g) {
642
+ const b = `type=${n} subtype=${o} version=${f} ref=${h} keyOrRefid=${g}`, m = ll(n, o);
643
643
  if (!m) {
644
644
  console.error(`spawnNode prop tag not found, ${b}`);
645
645
  return;
646
646
  }
647
- const T = Pi[f];
647
+ const T = ki[f];
648
648
  if (!T) {
649
649
  console.error(`spawnNode pkg not found version, ${b}`);
650
650
  return;
@@ -654,14 +654,14 @@ function nl(n, o, f, h, g) {
654
654
  id: "",
655
655
  key: ""
656
656
  }
657
- }, r = $n(16);
657
+ }, r = Yn(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 = Ce[t];
664
+ const i = Ae[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 nl(n, o, f, h, g) {
671
671
  console.error(`spawnNode [ref] props not found, ${b}`);
672
672
  return;
673
673
  }
674
- xn(R, u), R.basic.id = r, R.basic.key = t, R.ref = {
674
+ Pn(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 nl(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 = Ce[t];
683
+ const e = Ae[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 nl(n, o, f, h, g) {
690
690
  console.error(`spawnNode [key] props not found, ${b}`);
691
691
  return;
692
692
  }
693
- xn(R, i), R.basic.id = r, R.basic.key = t, e.leaf || (R.children = []);
693
+ Pn(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 ac(n, o) {
697
+ function hc(n, o) {
698
698
  function f(h) {
699
699
  if (h.basic.id === o)
700
700
  return h;
@@ -711,71 +711,71 @@ function ac(n, o) {
711
711
  return g;
712
712
  }
713
713
  }
714
- function oc(n) {
714
+ function vc(n) {
715
715
  function o(h) {
716
716
  var g;
717
- h.basic.id = $n(16), (g = h.children) == null || g.forEach((b) => o(b));
717
+ h.basic.id = Yn(16), (g = h.children) == null || g.forEach((b) => o(b));
718
718
  }
719
- const f = dt(n);
719
+ const f = vt(n);
720
720
  return o(f), f;
721
721
  }
722
- const fi = "runtimeEnv", pi = "runtimeMode", di = "runtimeDevice", hi = "runtimeDark", vi = "runtimeType", yi = "runtimeData", mi = "runtimeDepends", gi = "runtimeInterpreter";
723
- function uc(n) {
724
- ce(fi, n);
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);
725
725
  }
726
- function il() {
727
- return fe(fi);
726
+ function fl() {
727
+ return de(hi);
728
728
  }
729
- function sc(n) {
730
- ce(pi, n);
729
+ function mc(n) {
730
+ pe(vi, n);
731
731
  }
732
- function Ee() {
733
- return fe(pi);
732
+ function Re() {
733
+ return de(vi);
734
734
  }
735
- function lc(n) {
736
- ce(di, gt(n));
735
+ function gc(n) {
736
+ pe(yi, bt(n));
737
737
  }
738
- function _i() {
739
- return fe(di);
738
+ function Ri() {
739
+ return de(yi);
740
740
  }
741
- function cc(n) {
742
- ce(hi, gt(n));
741
+ function _c(n) {
742
+ pe(mi, bt(n));
743
743
  }
744
744
  function De() {
745
- return fe(hi);
745
+ return de(mi);
746
746
  }
747
- function fc(n) {
748
- ce(vi, n);
747
+ function bc(n) {
748
+ pe(gi, n);
749
749
  }
750
- function bi() {
751
- return fe(vi);
750
+ function Oi() {
751
+ return de(gi);
752
752
  }
753
- function pc(n) {
754
- console.assert(jn(n)), ce(yi, gt(n));
753
+ function Ec(n) {
754
+ console.assert($n(n)), pe(_i, bt(n));
755
755
  }
756
- function Ei() {
757
- return fe(yi);
756
+ function Ti() {
757
+ return de(_i);
758
758
  }
759
- function dc(n) {
760
- console.assert(jn(n)), ce(mi, gt(n));
759
+ function Rc(n) {
760
+ console.assert($n(n)), pe(bi, bt(n));
761
761
  }
762
- function al() {
763
- return fe(mi);
762
+ function pl() {
763
+ return de(bi);
764
764
  }
765
- function ol(n) {
766
- ce(gi, n);
765
+ function dl(n) {
766
+ pe(Ei, n);
767
767
  }
768
- function ul() {
769
- return fe(gi);
768
+ function hl() {
769
+ return de(Ei);
770
770
  }
771
- const sl = /* @__PURE__ */ pe({
771
+ const vl = /* @__PURE__ */ oe({
772
772
  __name: "index",
773
773
  props: {
774
774
  node: {},
775
775
  outer: { type: Boolean }
776
776
  },
777
777
  setup(n) {
778
- const o = n, f = Ee(), h = De(), g = ul(), b = N(() => {
778
+ const o = n, f = Re(), h = De(), g = hl(), b = N(() => {
779
779
  var i;
780
780
  return (i = o.node.settings) == null ? void 0 : i.text;
781
781
  }), m = N(() => {
@@ -797,8 +797,8 @@ const sl = /* @__PURE__ */ pe({
797
797
  g.appendCode(`__triggerEvent__('${i}', 'click');`), g.run();
798
798
  };
799
799
  return (i, u) => {
800
- const s = Ae("v-btn");
801
- return K(), ge(s, {
800
+ const s = fe("v-btn");
801
+ return H(), he(s, {
802
802
  text: b.value,
803
803
  disabled: m.value,
804
804
  variant: T.value,
@@ -809,18 +809,18 @@ const sl = /* @__PURE__ */ pe({
809
809
  }, null, 8, ["text", "disabled", "variant", "density", "block", "theme"]);
810
810
  };
811
811
  }
812
- }), ll = [
812
+ }), yl = [
813
813
  { title: "x-runtime-lib.elevated", value: "elevated" },
814
814
  { title: "x-runtime-lib.flat", value: "flat" },
815
815
  { title: "x-runtime-lib.tonal", value: "tonal" },
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
- ], Ri = [
819
+ ], Ni = [
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
- ], er = "btn_v1", tr = "combobox_v1", rr = "container_v1", nr = "data_table_v1", Oi = "globality_v1", ir = "number_input_v1", Ti = "ref_v1", ar = "select_v1", or = "text_field_v1", X = {
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 = {
824
824
  key: "basic",
825
825
  name: "x-runtime-lib.basic",
826
826
  children: [
@@ -845,7 +845,7 @@ const sl = /* @__PURE__ */ pe({
845
845
  default: ""
846
846
  }
847
847
  ]
848
- }, wn = {
848
+ }, Cn = {
849
849
  key: "settings",
850
850
  name: "x-runtime-lib.settings",
851
851
  children: [
@@ -865,14 +865,14 @@ const sl = /* @__PURE__ */ pe({
865
865
  key: "variant",
866
866
  name: "x-runtime-lib.variant",
867
867
  ui: "select",
868
- items: ll,
868
+ items: yl,
869
869
  default: "elevated"
870
870
  },
871
871
  {
872
872
  key: "density",
873
873
  name: "x-runtime-lib.density",
874
874
  ui: "select",
875
- items: Ri,
875
+ items: Ni,
876
876
  default: "default"
877
877
  },
878
878
  {
@@ -882,11 +882,11 @@ const sl = /* @__PURE__ */ pe({
882
882
  default: !1
883
883
  }
884
884
  ]
885
- }, cl = {
886
- key: er,
885
+ }, ml = {
886
+ key: tr,
887
887
  name: "x-runtime-lib.button",
888
- comp: sl,
889
- leaf: !0,
888
+ comp: vl,
889
+ slots: [],
890
890
  events: [
891
891
  {
892
892
  key: "click",
@@ -896,17 +896,17 @@ const sl = /* @__PURE__ */ pe({
896
896
  ],
897
897
  methods: [],
898
898
  props: {
899
- pageCommon: [X, wn],
900
- compCommon: [X, wn]
899
+ pageCommon: [Y, Cn],
900
+ compCommon: [Y, Cn]
901
901
  }
902
- }, fl = { key: 0 }, pl = /* @__PURE__ */ pe({
902
+ }, gl = { key: 0 }, _l = /* @__PURE__ */ oe({
903
903
  __name: "index",
904
904
  props: {
905
905
  node: {},
906
906
  outer: { type: Boolean }
907
907
  },
908
908
  setup(n) {
909
- const o = n, f = Ee(), h = De(), g = N(() => {
909
+ const o = n, f = Re(), h = De(), g = N(() => {
910
910
  var e;
911
911
  return (e = o.node.settings) == null ? void 0 : e.value;
912
912
  }), b = N(() => {
@@ -926,9 +926,9 @@ const sl = /* @__PURE__ */ pe({
926
926
  return f !== "runtime" ? !0 : (e = o.node.settings) == null ? void 0 : e.readonly;
927
927
  }), t = N(() => h.value ? "dark" : "light");
928
928
  return (e, i) => {
929
- const u = Ae("v-combobox");
930
- return _t(f) === "editor" ? (K(), He("div", fl, [
931
- bt(u, {
929
+ const u = fe("v-combobox");
930
+ return He(f) === "editor" ? (H(), Ke("div", gl, [
931
+ qe(u, {
932
932
  "model-value": g.value,
933
933
  label: b.value,
934
934
  placeholder: m.value,
@@ -937,7 +937,7 @@ const sl = /* @__PURE__ */ pe({
937
937
  readonly: r.value,
938
938
  theme: t.value
939
939
  }, null, 8, ["model-value", "label", "placeholder", "hide-details", "single-line", "readonly", "theme"])
940
- ])) : (K(), ge(u, {
940
+ ])) : (H(), he(u, {
941
941
  key: 1,
942
942
  "model-value": g.value,
943
943
  label: b.value,
@@ -949,7 +949,7 @@ const sl = /* @__PURE__ */ pe({
949
949
  }, null, 8, ["model-value", "label", "placeholder", "hide-details", "single-line", "readonly", "theme"]));
950
950
  };
951
951
  }
952
- }), Pn = {
952
+ }), An = {
953
953
  key: "settings",
954
954
  name: "x-runtime-lib.settings",
955
955
  children: [
@@ -990,19 +990,19 @@ const sl = /* @__PURE__ */ pe({
990
990
  default: !1
991
991
  }
992
992
  ]
993
- }, dl = {
994
- key: tr,
993
+ }, bl = {
994
+ key: rr,
995
995
  name: "x-runtime-lib.combobox",
996
- comp: pl,
997
- leaf: !1,
996
+ comp: _l,
997
+ slots: [],
998
998
  events: [],
999
999
  methods: [],
1000
1000
  props: {
1001
- pageCommon: [X, Pn],
1002
- compCommon: [X, Pn]
1001
+ pageCommon: [Y, An],
1002
+ compCommon: [Y, An]
1003
1003
  }
1004
1004
  };
1005
- function Ni(n, o, f) {
1005
+ function wi(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 Ni(n, o, f) {
1015
1015
  }), m = N(() => {
1016
1016
  var t, e;
1017
1017
  if (f.outer && n === "editor") {
1018
- const i = Wt((t = f.node.size) == null ? void 0 : t.height);
1018
+ const i = Jt((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 Ni(n, o, f) {
1023
1023
  }), T = N(() => {
1024
1024
  var t, e;
1025
1025
  if (f.outer && n === "editor") {
1026
- const i = Wt((t = f.node.size) == null ? void 0 : t.minHeight);
1026
+ const i = Jt((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 Ni(n, o, f) {
1031
1031
  }), R = N(() => {
1032
1032
  var t, e;
1033
1033
  if (f.outer && n === "editor") {
1034
- const i = Wt((t = f.node.size) == null ? void 0 : t.maxHeight);
1034
+ const i = Jt((t = f.node.size) == null ? void 0 : t.maxHeight);
1035
1035
  if (i)
1036
1036
  return i / 100 * o.value.height + "px";
1037
1037
  }
@@ -1042,7 +1042,7 @@ function Ni(n, o, f) {
1042
1042
  }
1043
1043
  return { width: h, minWidth: g, maxWidth: b, height: m, minHeight: T, maxHeight: R, applySize: r };
1044
1044
  }
1045
- function hl(n) {
1045
+ function El(n) {
1046
1046
  const o = N(() => {
1047
1047
  var m;
1048
1048
  return (m = n.node.margin) == null ? void 0 : m.top;
@@ -1061,7 +1061,7 @@ function hl(n) {
1061
1061
  }
1062
1062
  return { marginTop: o, marginLeft: f, marginBottom: h, marginRight: g, applyMargin: b };
1063
1063
  }
1064
- function vl(n) {
1064
+ function Rl(n) {
1065
1065
  const o = N(() => {
1066
1066
  var m;
1067
1067
  return (m = n.node.padding) == null ? void 0 : m.top;
@@ -1080,7 +1080,7 @@ function vl(n) {
1080
1080
  }
1081
1081
  return { paddingTop: o, paddingLeft: f, paddingBottom: h, paddingRight: g, applyPadding: b };
1082
1082
  }
1083
- function yl(n) {
1083
+ function Ol(n) {
1084
1084
  const o = N(() => {
1085
1085
  var b;
1086
1086
  return (b = n.node.border) == null ? void 0 : b.style;
@@ -1096,39 +1096,39 @@ function yl(n) {
1096
1096
  }
1097
1097
  return { borderStyle: o, borderWidth: f, borderColor: h, applyBorder: g };
1098
1098
  }
1099
- const ml = /* @__PURE__ */ pe({
1099
+ const Tl = /* @__PURE__ */ oe({
1100
1100
  __name: "index",
1101
1101
  props: {
1102
1102
  node: {},
1103
1103
  outer: { type: Boolean }
1104
1104
  },
1105
1105
  setup(n) {
1106
- const o = n, f = Ee(), h = _i(), g = bi(), b = Ei(), { applySize: m } = Ni(f, h, o), { applyMargin: T } = hl(o), { applyPadding: R } = vl(o), { applyBorder: r } = yl(o), t = 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(() => {
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
- return (e, i) => (K(), He("div", {
1111
- style: va(t.value)
1110
+ return (e, i) => (H(), Ke("div", {
1111
+ style: ga(t.value)
1112
1112
  }, [
1113
- ya(e.$slots, "default")
1113
+ Vn(e.$slots, "default")
1114
1114
  ], 4));
1115
1115
  }
1116
- }), gl = [
1116
+ }), Nl = [
1117
1117
  { title: "x-runtime-lib.default", value: "" },
1118
1118
  { title: "x-runtime-lib.solid", value: "solid" },
1119
1119
  { title: "x-runtime-lib.dashed", value: "dashed" },
1120
1120
  { title: "x-runtime-lib.dotted", value: "dotted" }
1121
- ], H = [
1121
+ ], K = [
1122
1122
  {
1123
1123
  name: "x-runtime-lib.default",
1124
1124
  ui: "word",
1125
- validator: ur,
1125
+ validator: lr,
1126
1126
  default: ""
1127
1127
  },
1128
1128
  {
1129
1129
  name: "x-runtime-lib.pixel",
1130
1130
  ui: "pixelInput",
1131
- validator: sr,
1131
+ validator: cr,
1132
1132
  default: "0px",
1133
1133
  precision: 0,
1134
1134
  min: 0,
@@ -1138,14 +1138,14 @@ const ml = /* @__PURE__ */ pe({
1138
1138
  {
1139
1139
  name: "x-runtime-lib.percent",
1140
1140
  ui: "percentInput",
1141
- validator: lr,
1141
+ validator: fr,
1142
1142
  default: "0%",
1143
1143
  precision: 4,
1144
1144
  min: 0,
1145
1145
  max: 1 / 0,
1146
1146
  step: 1
1147
1147
  }
1148
- ], ht = {
1148
+ ], yt = {
1149
1149
  key: "border",
1150
1150
  name: "x-runtime-lib.border",
1151
1151
  children: [
@@ -1153,7 +1153,7 @@ const ml = /* @__PURE__ */ pe({
1153
1153
  key: "style",
1154
1154
  name: "x-runtime-lib.style",
1155
1155
  ui: "select",
1156
- items: gl,
1156
+ items: Nl,
1157
1157
  default: ""
1158
1158
  },
1159
1159
  {
@@ -1180,7 +1180,7 @@ const ml = /* @__PURE__ */ pe({
1180
1180
  key: "radius",
1181
1181
  name: "x-runtime-lib.radius",
1182
1182
  ui: "multiTypes",
1183
- types: H,
1183
+ types: K,
1184
1184
  default: ""
1185
1185
  },
1186
1186
  {
@@ -1210,11 +1210,11 @@ const ml = /* @__PURE__ */ pe({
1210
1210
  ]
1211
1211
  }
1212
1212
  ]
1213
- }, ct = [
1213
+ }, pt = [
1214
1214
  {
1215
1215
  name: "x-runtime-lib.default",
1216
1216
  ui: "word",
1217
- validator: ur,
1217
+ validator: lr,
1218
1218
  default: ""
1219
1219
  },
1220
1220
  {
@@ -1226,7 +1226,7 @@ const ml = /* @__PURE__ */ pe({
1226
1226
  {
1227
1227
  name: "x-runtime-lib.pixel",
1228
1228
  ui: "pixelInput",
1229
- validator: sr,
1229
+ validator: cr,
1230
1230
  default: "0px",
1231
1231
  precision: 0,
1232
1232
  min: 0,
@@ -1236,14 +1236,14 @@ const ml = /* @__PURE__ */ pe({
1236
1236
  {
1237
1237
  name: "x-runtime-lib.percent",
1238
1238
  ui: "percentInput",
1239
- validator: lr,
1239
+ validator: fr,
1240
1240
  default: "0%",
1241
1241
  precision: 4,
1242
1242
  min: 0,
1243
1243
  max: 1 / 0,
1244
1244
  step: 1
1245
1245
  }
1246
- ], vt = {
1246
+ ], mt = {
1247
1247
  key: "margin",
1248
1248
  name: "x-runtime-lib.margin",
1249
1249
  children: [
@@ -1251,42 +1251,42 @@ const ml = /* @__PURE__ */ pe({
1251
1251
  key: "top",
1252
1252
  name: "x-runtime-lib.top",
1253
1253
  ui: "multiTypes",
1254
- types: ct,
1254
+ types: pt,
1255
1255
  default: ""
1256
1256
  },
1257
1257
  {
1258
1258
  key: "left",
1259
1259
  name: "x-runtime-lib.left",
1260
1260
  ui: "multiTypes",
1261
- types: ct,
1261
+ types: pt,
1262
1262
  default: ""
1263
1263
  },
1264
1264
  {
1265
1265
  key: "bottom",
1266
1266
  name: "x-runtime-lib.bottom",
1267
1267
  ui: "multiTypes",
1268
- types: ct,
1268
+ types: pt,
1269
1269
  default: ""
1270
1270
  },
1271
1271
  {
1272
1272
  key: "right",
1273
1273
  name: "x-runtime-lib.right",
1274
1274
  ui: "multiTypes",
1275
- types: ct,
1275
+ types: pt,
1276
1276
  default: ""
1277
1277
  }
1278
1278
  ]
1279
- }, ft = [
1279
+ }, dt = [
1280
1280
  {
1281
1281
  name: "x-runtime-lib.default",
1282
1282
  ui: "word",
1283
- validator: ur,
1283
+ validator: lr,
1284
1284
  default: ""
1285
1285
  },
1286
1286
  {
1287
1287
  name: "x-runtime-lib.pixel",
1288
1288
  ui: "pixelInput",
1289
- validator: sr,
1289
+ validator: cr,
1290
1290
  default: "0px",
1291
1291
  precision: 0,
1292
1292
  min: 0,
@@ -1296,14 +1296,14 @@ const ml = /* @__PURE__ */ pe({
1296
1296
  {
1297
1297
  name: "x-runtime-lib.percent",
1298
1298
  ui: "percentInput",
1299
- validator: lr,
1299
+ validator: fr,
1300
1300
  default: "0%",
1301
1301
  precision: 4,
1302
1302
  min: 0,
1303
1303
  max: 1 / 0,
1304
1304
  step: 1
1305
1305
  }
1306
- ], yt = {
1306
+ ], gt = {
1307
1307
  key: "padding",
1308
1308
  name: "x-runtime-lib.padding",
1309
1309
  children: [
@@ -1311,32 +1311,32 @@ const ml = /* @__PURE__ */ pe({
1311
1311
  key: "top",
1312
1312
  name: "x-runtime-lib.top",
1313
1313
  ui: "multiTypes",
1314
- types: ft,
1314
+ types: dt,
1315
1315
  default: ""
1316
1316
  },
1317
1317
  {
1318
1318
  key: "left",
1319
1319
  name: "x-runtime-lib.left",
1320
1320
  ui: "multiTypes",
1321
- types: ft,
1321
+ types: dt,
1322
1322
  default: ""
1323
1323
  },
1324
1324
  {
1325
1325
  key: "bottom",
1326
1326
  name: "x-runtime-lib.bottom",
1327
1327
  ui: "multiTypes",
1328
- types: ft,
1328
+ types: dt,
1329
1329
  default: ""
1330
1330
  },
1331
1331
  {
1332
1332
  key: "right",
1333
1333
  name: "x-runtime-lib.right",
1334
1334
  ui: "multiTypes",
1335
- types: ft,
1335
+ types: dt,
1336
1336
  default: ""
1337
1337
  }
1338
1338
  ]
1339
- }, mt = {
1339
+ }, _t = {
1340
1340
  key: "size",
1341
1341
  name: "x-runtime-lib.size",
1342
1342
  children: [
@@ -1344,54 +1344,60 @@ const ml = /* @__PURE__ */ pe({
1344
1344
  key: "width",
1345
1345
  name: "x-runtime-lib.width",
1346
1346
  ui: "multiTypes",
1347
- types: H,
1347
+ types: K,
1348
1348
  default: ""
1349
1349
  },
1350
1350
  {
1351
1351
  key: "minWidth",
1352
1352
  name: "x-runtime-lib.minWidth",
1353
1353
  ui: "multiTypes",
1354
- types: H,
1354
+ types: K,
1355
1355
  default: ""
1356
1356
  },
1357
1357
  {
1358
1358
  key: "maxWidth",
1359
1359
  name: "x-runtime-lib.maxWidth",
1360
1360
  ui: "multiTypes",
1361
- types: H,
1361
+ types: K,
1362
1362
  default: ""
1363
1363
  },
1364
1364
  {
1365
1365
  key: "height",
1366
1366
  name: "x-runtime-lib.height",
1367
1367
  ui: "multiTypes",
1368
- types: H,
1368
+ types: K,
1369
1369
  default: ""
1370
1370
  },
1371
1371
  {
1372
1372
  key: "minHeight",
1373
1373
  name: "x-runtime-lib.minHeight",
1374
1374
  ui: "multiTypes",
1375
- types: H,
1375
+ types: K,
1376
1376
  default: ""
1377
1377
  },
1378
1378
  {
1379
1379
  key: "maxHeight",
1380
1380
  name: "x-runtime-lib.maxHeight",
1381
1381
  ui: "multiTypes",
1382
- types: H,
1382
+ types: K,
1383
1383
  default: ""
1384
1384
  }
1385
1385
  ]
1386
- }, Cn = {
1386
+ }, kn = {
1387
1387
  key: "settings",
1388
1388
  name: "x-runtime-lib.settings",
1389
1389
  children: []
1390
- }, _l = {
1391
- key: rr,
1390
+ }, Sl = {
1391
+ key: nr,
1392
1392
  name: "x-runtime-lib.container",
1393
- comp: ml,
1394
- leaf: !1,
1393
+ comp: Tl,
1394
+ slots: [
1395
+ {
1396
+ key: "default",
1397
+ name: "x-runtime-lib.default",
1398
+ params: []
1399
+ }
1400
+ ],
1395
1401
  events: [
1396
1402
  {
1397
1403
  key: "click",
@@ -1401,10 +1407,10 @@ const ml = /* @__PURE__ */ pe({
1401
1407
  ],
1402
1408
  methods: [],
1403
1409
  props: {
1404
- pageCommon: [X, mt, ht, vt, yt, Cn],
1405
- compCommon: [X, mt, ht, vt, yt, Cn]
1410
+ pageCommon: [Y, _t, yt, mt, gt, kn],
1411
+ compCommon: [Y, _t, yt, mt, gt, kn]
1406
1412
  }
1407
- }, bl = /* @__PURE__ */ pe({
1413
+ }, xl = /* @__PURE__ */ oe({
1408
1414
  __name: "index",
1409
1415
  props: {
1410
1416
  node: {},
@@ -1440,8 +1446,8 @@ const ml = /* @__PURE__ */ pe({
1440
1446
  return (u = o.node.settings) == null ? void 0 : u.multiSort;
1441
1447
  }), i = N(() => f.value ? "dark" : "light");
1442
1448
  return (u, s) => {
1443
- const l = Ae("v-data-table");
1444
- return K(), ge(l, {
1449
+ const l = fe("v-data-table");
1450
+ return H(), he(l, {
1445
1451
  width: h.value,
1446
1452
  height: g.value,
1447
1453
  headers: b.value,
@@ -1450,12 +1456,12 @@ const ml = /* @__PURE__ */ pe({
1450
1456
  "fixed-header": R.value,
1451
1457
  "fixed-footer": r.value,
1452
1458
  loading: t.value,
1453
- multiSort: e.value,
1459
+ "multi-sort": e.value,
1454
1460
  theme: i.value
1455
- }, null, 8, ["width", "height", "headers", "items", "density", "fixed-header", "fixed-footer", "loading", "multiSort", "theme"]);
1461
+ }, null, 8, ["width", "height", "headers", "items", "density", "fixed-header", "fixed-footer", "loading", "multi-sort", "theme"]);
1456
1462
  };
1457
1463
  }
1458
- }), El = [
1464
+ }), wl = [
1459
1465
  {
1460
1466
  name: "x-runtime-lib.start",
1461
1467
  ui: "word",
@@ -1474,7 +1480,7 @@ const ml = /* @__PURE__ */ pe({
1474
1480
  validator: (n) => n === "end",
1475
1481
  default: "end"
1476
1482
  }
1477
- ], An = {
1483
+ ], In = {
1478
1484
  key: "size",
1479
1485
  name: "x-runtime-lib.size",
1480
1486
  children: [
@@ -1482,18 +1488,18 @@ const ml = /* @__PURE__ */ pe({
1482
1488
  key: "width",
1483
1489
  name: "x-runtime-lib.width",
1484
1490
  ui: "multiTypes",
1485
- types: H,
1491
+ types: K,
1486
1492
  default: ""
1487
1493
  },
1488
1494
  {
1489
1495
  key: "height",
1490
1496
  name: "x-runtime-lib.height",
1491
1497
  ui: "multiTypes",
1492
- types: H,
1498
+ types: K,
1493
1499
  default: ""
1494
1500
  }
1495
1501
  ]
1496
- }, kn = {
1502
+ }, Dn = {
1497
1503
  key: "settings",
1498
1504
  name: "x-runtime-lib.settings",
1499
1505
  children: [
@@ -1523,28 +1529,28 @@ const ml = /* @__PURE__ */ pe({
1523
1529
  key: "align",
1524
1530
  name: "x-runtime-lib.align",
1525
1531
  ui: "multiTypes",
1526
- types: El,
1532
+ types: wl,
1527
1533
  default: "start"
1528
1534
  },
1529
1535
  {
1530
1536
  key: "width",
1531
1537
  name: "x-runtime-lib.width",
1532
1538
  ui: "multiTypes",
1533
- types: H,
1539
+ types: K,
1534
1540
  default: ""
1535
1541
  },
1536
1542
  {
1537
1543
  key: "minWidth",
1538
1544
  name: "x-runtime-lib.minWidth",
1539
1545
  ui: "multiTypes",
1540
- types: H,
1546
+ types: K,
1541
1547
  default: ""
1542
1548
  },
1543
1549
  {
1544
1550
  key: "maxWidth",
1545
1551
  name: "x-runtime-lib.maxWidth",
1546
1552
  ui: "multiTypes",
1547
- types: H,
1553
+ types: K,
1548
1554
  default: ""
1549
1555
  },
1550
1556
  {
@@ -1567,7 +1573,7 @@ const ml = /* @__PURE__ */ pe({
1567
1573
  key: "density",
1568
1574
  name: "x-runtime-lib.density",
1569
1575
  ui: "select",
1570
- items: Ri,
1576
+ items: Ni,
1571
1577
  default: "default"
1572
1578
  },
1573
1579
  {
@@ -1595,18 +1601,67 @@ const ml = /* @__PURE__ */ pe({
1595
1601
  default: !1
1596
1602
  }
1597
1603
  ]
1598
- }, Rl = {
1599
- key: nr,
1604
+ }, Pl = {
1605
+ key: ir,
1600
1606
  name: "x-runtime-lib.dataTable",
1601
- comp: bl,
1602
- leaf: !1,
1607
+ comp: xl,
1608
+ slots: [],
1603
1609
  events: [],
1604
1610
  methods: [],
1605
1611
  props: {
1606
- pageCommon: [X, An, kn],
1607
- compCommon: [X, An, kn]
1612
+ pageCommon: [Y, In, Dn],
1613
+ compCommon: [Y, In, Dn]
1608
1614
  }
1609
- }, In = {
1615
+ }, Cl = /* @__PURE__ */ oe({
1616
+ __name: "index",
1617
+ props: {
1618
+ node: {},
1619
+ outer: { type: Boolean }
1620
+ },
1621
+ setup(n) {
1622
+ const o = n, f = N(() => {
1623
+ var g;
1624
+ return (g = o.node.basic) == null ? void 0 : g.id;
1625
+ }), { open: h } = Na(`runtimeDlg/${f.value}`);
1626
+ return (g, b) => {
1627
+ const m = fe("v-btn"), T = fe("v-dialog");
1628
+ return H(), he(T, {
1629
+ modelValue: He(h),
1630
+ "onUpdate:modelValue": b[0] || (b[0] = (R) => _a(h) ? h.value = R : null)
1631
+ }, {
1632
+ activator: Wt(({ props: R }) => [
1633
+ qe(m, ba(Ea(R)), {
1634
+ default: Wt(() => b[1] || (b[1] = [
1635
+ Ra("dialog")
1636
+ ])),
1637
+ _: 2
1638
+ }, 1040)
1639
+ ]),
1640
+ default: Wt(() => [
1641
+ Vn(g.$slots, "default")
1642
+ ]),
1643
+ _: 3
1644
+ }, 8, ["modelValue"]);
1645
+ };
1646
+ }
1647
+ }), Al = {
1648
+ key: ar,
1649
+ name: "x-runtime-lib.dialog",
1650
+ comp: Cl,
1651
+ slots: [
1652
+ {
1653
+ key: "default",
1654
+ name: "x-runtime-lib.default",
1655
+ params: []
1656
+ }
1657
+ ],
1658
+ events: [],
1659
+ methods: [],
1660
+ props: {
1661
+ pageCommon: [Y],
1662
+ compCommon: [Y]
1663
+ }
1664
+ }, Ln = {
1610
1665
  key: "globalSettings",
1611
1666
  name: "x-runtime-lib.globalSettings",
1612
1667
  children: [
@@ -1617,11 +1672,11 @@ const ml = /* @__PURE__ */ pe({
1617
1672
  default: "#00000000"
1618
1673
  }
1619
1674
  ]
1620
- }, Si = {
1621
- key: Oi,
1675
+ }, Pi = {
1676
+ key: Si,
1622
1677
  name: "x-runtime-lib.globality",
1623
1678
  comp: "",
1624
- leaf: !1,
1679
+ slots: [],
1625
1680
  events: [
1626
1681
  {
1627
1682
  key: "startup",
@@ -1655,18 +1710,18 @@ const ml = /* @__PURE__ */ pe({
1655
1710
  ],
1656
1711
  methods: [],
1657
1712
  props: {
1658
- pageCommon: [In],
1659
- compCommon: [In]
1713
+ pageCommon: [Ln],
1714
+ compCommon: [Ln]
1660
1715
  },
1661
1716
  internal: !0
1662
- }, Ol = { key: 0 }, Tl = /* @__PURE__ */ pe({
1717
+ }, kl = { key: 0 }, Il = /* @__PURE__ */ oe({
1663
1718
  __name: "index",
1664
1719
  props: {
1665
1720
  node: {},
1666
1721
  outer: { type: Boolean }
1667
1722
  },
1668
1723
  setup(n) {
1669
- const o = n, f = Ee(), h = De(), g = N(() => {
1724
+ const o = n, f = Re(), h = De(), g = N(() => {
1670
1725
  var e;
1671
1726
  return (e = o.node.settings) == null ? void 0 : e.value;
1672
1727
  }), b = N(() => {
@@ -1686,9 +1741,9 @@ const ml = /* @__PURE__ */ pe({
1686
1741
  return f !== "runtime" ? !0 : (e = o.node.settings) == null ? void 0 : e.readonly;
1687
1742
  }), t = N(() => h.value ? "dark" : "light");
1688
1743
  return (e, i) => {
1689
- const u = Ae("v-number-input");
1690
- return _t(f) === "editor" ? (K(), He("div", Ol, [
1691
- bt(u, {
1744
+ const u = fe("v-number-input");
1745
+ return He(f) === "editor" ? (H(), Ke("div", kl, [
1746
+ qe(u, {
1692
1747
  "model-value": g.value,
1693
1748
  label: b.value,
1694
1749
  placeholder: m.value,
@@ -1697,7 +1752,7 @@ const ml = /* @__PURE__ */ pe({
1697
1752
  readonly: r.value,
1698
1753
  theme: t.value
1699
1754
  }, null, 8, ["model-value", "label", "placeholder", "hide-details", "single-line", "readonly", "theme"])
1700
- ])) : (K(), ge(u, {
1755
+ ])) : (H(), he(u, {
1701
1756
  key: 1,
1702
1757
  "model-value": g.value,
1703
1758
  label: b.value,
@@ -1709,7 +1764,7 @@ const ml = /* @__PURE__ */ pe({
1709
1764
  }, null, 8, ["model-value", "label", "placeholder", "hide-details", "single-line", "readonly", "theme"]));
1710
1765
  };
1711
1766
  }
1712
- }), Dn = {
1767
+ }), Fn = {
1713
1768
  key: "settings",
1714
1769
  name: "x-runtime-lib.settings",
1715
1770
  children: [
@@ -1754,23 +1809,23 @@ const ml = /* @__PURE__ */ pe({
1754
1809
  default: !1
1755
1810
  }
1756
1811
  ]
1757
- }, Nl = {
1758
- key: ir,
1812
+ }, Dl = {
1813
+ key: or,
1759
1814
  name: "x-runtime-lib.numberInput",
1760
- comp: Tl,
1761
- leaf: !1,
1815
+ comp: Il,
1816
+ slots: [],
1762
1817
  events: [],
1763
1818
  methods: [],
1764
1819
  props: {
1765
- pageCommon: [X, Dn],
1766
- compCommon: [X, Dn]
1820
+ pageCommon: [Y, Fn],
1821
+ compCommon: [Y, Fn]
1767
1822
  }
1768
1823
  };
1769
- var Sl = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
1770
- function xl(n) {
1824
+ var Ll = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
1825
+ function Fl(n) {
1771
1826
  return n && n.__esModule && Object.prototype.hasOwnProperty.call(n, "default") ? n.default : n;
1772
1827
  }
1773
- function wl(n) {
1828
+ function Ml(n) {
1774
1829
  if (n.__esModule) return n;
1775
1830
  var o = n.default;
1776
1831
  if (typeof o == "function") {
@@ -1789,15 +1844,15 @@ function wl(n) {
1789
1844
  });
1790
1845
  }), f;
1791
1846
  }
1792
- var xi = { exports: {} };
1793
- const Pl = {}, Cl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1847
+ var Ci = { exports: {} };
1848
+ const Ul = {}, jl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1794
1849
  __proto__: null,
1795
- default: Pl
1796
- }, Symbol.toStringTag, { value: "Module" })), Al = /* @__PURE__ */ wl(Cl);
1850
+ default: Ul
1851
+ }, Symbol.toStringTag, { value: "Module" })), Bl = /* @__PURE__ */ Ml(jl);
1797
1852
  (function(n, o) {
1798
1853
  (function(h, g) {
1799
1854
  n.exports = g();
1800
- })(Sl, () => (
1855
+ })(Ll, () => (
1801
1856
  /******/
1802
1857
  (() => {
1803
1858
  var f = {
@@ -4424,12 +4479,12 @@ const Pl = {}, Cl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
4424
4479
  } else if (s.nativeFunc)
4425
4480
  e.scope.strict || (e.funcThis_ = this.boxThis_(e.funcThis_)), e.value = s.nativeFunc.apply(e.funcThis_, e.arguments_);
4426
4481
  else if (s.asyncFunc) {
4427
- var W = this, Le = function(de) {
4428
- e.value = de, W.paused_ = !1;
4429
- }, q = s.asyncFunc.length - 1, Re = e.arguments_.concat(
4482
+ var W = this, Le = function(ve) {
4483
+ e.value = ve, W.paused_ = !1;
4484
+ }, q = s.asyncFunc.length - 1, Oe = e.arguments_.concat(
4430
4485
  new Array(q)
4431
4486
  ).slice(0, q);
4432
- Re.push(Le), this.paused_ = !0, e.scope.strict || (e.funcThis_ = this.boxThis_(e.funcThis_)), s.asyncFunc.apply(e.funcThis_, Re);
4487
+ Oe.push(Le), this.paused_ = !0, e.scope.strict || (e.funcThis_ = this.boxThis_(e.funcThis_)), s.asyncFunc.apply(e.funcThis_, Oe);
4433
4488
  return;
4434
4489
  } else
4435
4490
  this.throwException(
@@ -4837,7 +4892,7 @@ const Pl = {}, Cl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
4837
4892
  R.version = "0.5.0";
4838
4893
  var r, t = "", e, i;
4839
4894
  R.parse = function(c, d) {
4840
- return t = String(c), e = t.length, s(d), Xi(), aa(r.program);
4895
+ return t = String(c), e = t.length, s(d), Hi(), sa(r.program);
4841
4896
  };
4842
4897
  var u = {
4843
4898
  // JS-Interpreter change:
@@ -4905,78 +4960,78 @@ const Pl = {}, Cl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
4905
4960
  }
4906
4961
  var l = function(c, d) {
4907
4962
  for (var y = 1, _ = 0; ; ) {
4908
- it.lastIndex = _;
4909
- var C = it.exec(c);
4963
+ ot.lastIndex = _;
4964
+ var C = ot.exec(c);
4910
4965
  if (C && C.index < d)
4911
4966
  ++y, _ = C.index + C[0].length;
4912
4967
  else
4913
4968
  break;
4914
4969
  }
4915
4970
  return { line: y, column: d - _ };
4916
- }, a = 0, p = 0, v = 0, E, S, O, x, I, L, W, Le = 0, q = 0, Re, de, B, J;
4971
+ }, a = 0, p = 0, v = 0, E, S, O, x, I, L, W, Le = 0, q = 0, Oe, ve, B, J;
4917
4972
  function k(c, d) {
4918
4973
  var y = l(t, c);
4919
4974
  d += " (" + y.line + ":" + y.column + ")";
4920
4975
  var _ = new SyntaxError(d);
4921
4976
  throw _.pos = c, _.loc = y, _.raisedAt = a, _;
4922
4977
  }
4923
- var Ci = [], Qe = { type: "num" }, mr = { type: "regexp" }, Tt = { type: "string" }, Oe = { type: "name" }, Nt = { type: "eof" }, St = { keyword: "break" }, xt = { keyword: "case", beforeExpr: !0 }, gr = { keyword: "catch" }, _r = { keyword: "continue" }, br = { keyword: "debugger" }, Er = { keyword: "default" }, Rr = { keyword: "do", isLoop: !0 }, Or = { keyword: "else", beforeExpr: !0 }, Tr = { keyword: "finally" }, Nr = { keyword: "for", isLoop: !0 }, wt = { keyword: "function" }, Sr = { keyword: "if" }, xr = { keyword: "return", beforeExpr: !0 }, Pt = { keyword: "switch" }, wr = { keyword: "throw", beforeExpr: !0 }, Pr = { keyword: "try" }, Ct = { keyword: "var" }, At = { keyword: "while", isLoop: !0 }, Cr = { keyword: "with" }, Ar = { keyword: "new", beforeExpr: !0 }, kr = { keyword: "this" }, Ir = { keyword: "null", atomValue: null }, Dr = { keyword: "true", atomValue: !0 }, Lr = { keyword: "false", atomValue: !1 }, et = { keyword: "in", binop: 7, beforeExpr: !0 }, Ai = {
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 = {
4924
4979
  break: St,
4925
4980
  case: xt,
4926
- catch: gr,
4927
- continue: _r,
4928
- debugger: br,
4929
- default: Er,
4930
- do: Rr,
4931
- else: Or,
4932
- finally: Tr,
4933
- for: Nr,
4981
+ catch: br,
4982
+ continue: Er,
4983
+ debugger: Rr,
4984
+ default: Or,
4985
+ do: Tr,
4986
+ else: Nr,
4987
+ finally: Sr,
4988
+ for: xr,
4934
4989
  function: wt,
4935
- if: Sr,
4936
- return: xr,
4990
+ if: wr,
4991
+ return: Pr,
4937
4992
  switch: Pt,
4938
- throw: wr,
4939
- try: Pr,
4993
+ throw: Cr,
4994
+ try: Ar,
4940
4995
  var: Ct,
4941
4996
  while: At,
4942
- with: Cr,
4943
- null: Ir,
4944
- true: Dr,
4945
- false: Lr,
4946
- new: Ar,
4947
- in: et,
4997
+ with: kr,
4998
+ null: Lr,
4999
+ true: Fr,
5000
+ false: Mr,
5001
+ new: Ir,
5002
+ in: rt,
4948
5003
  instanceof: { keyword: "instanceof", binop: 7, beforeExpr: !0 },
4949
- this: kr,
5004
+ this: Dr,
4950
5005
  typeof: { keyword: "typeof", prefix: !0, beforeExpr: !0 },
4951
5006
  void: { keyword: "void", prefix: !0, beforeExpr: !0 },
4952
5007
  delete: { keyword: "delete", prefix: !0, beforeExpr: !0 }
4953
- }, kt = { type: "[", beforeExpr: !0 }, It = { type: "]" }, Fe = { type: "{", beforeExpr: !0 }, Te = { type: "}" }, te = { type: "(", beforeExpr: !0 }, Q = { type: ")" }, ue = { type: ",", beforeExpr: !0 }, re = { type: ";", beforeExpr: !0 }, Me = { type: ":", beforeExpr: !0 }, Fr = { type: "." }, Mr = { type: "?", beforeExpr: !0 }, Ur = { binop: 10, beforeExpr: !0 }, jr = { isAssign: !0, beforeExpr: !0 }, he = { isAssign: !0, beforeExpr: !0 }, ki = { postfix: !0, prefix: !0, isUpdate: !0 }, Br = { prefix: !0, beforeExpr: !0 }, $r = { binop: 1, beforeExpr: !0 }, Vr = { binop: 2, beforeExpr: !0 }, Ii = { binop: 3, beforeExpr: !0 }, Di = { binop: 4, beforeExpr: !0 }, Li = { binop: 5, beforeExpr: !0 }, Fi = { binop: 6, beforeExpr: !0 }, Mi = { binop: 7, beforeExpr: !0 }, Ui = { binop: 8, beforeExpr: !0 }, ji = { binop: 9, prefix: !0, beforeExpr: !0 }, Bi = { binop: 10, beforeExpr: !0 };
4954
- function tt(c) {
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 };
5009
+ function nt(c) {
4955
5010
  for (var d = c.split(" "), y = /* @__PURE__ */ Object.create(null), _ = 0; _ < d.length; _++)
4956
5011
  y[d[_]] = !0;
4957
5012
  return function(C) {
4958
5013
  return y[C] || !1;
4959
5014
  };
4960
5015
  }
4961
- var $i = tt("class enum extends super const export import"), Gr = tt("implements interface let package private protected public static yield"), rt = tt("eval arguments"), Vi = tt("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"), Gi = /[\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff]/, Yr = "ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԧԱ-Ֆՙա-ևא-תװ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࢠࢢ-ࢬऄ-हऽॐक़-ॡॱ-ॷॹ-ॿঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-ళవ-హఽౘౙౠౡಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠೡೱೲഅ-ഌഎ-ഐഒ-ഺഽൎൠൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄງຈຊຍດ-ທນ-ຟມ-ຣລວສຫອ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏼᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛰᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡷᢀ-ᢨᢪᢰ-ᣵᤀ-ᤜᥐ-ᥭᥰ-ᥴᦀ-ᦫᧁ-ᧇᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᳩ-ᳬᳮ-ᳱᳵᳶᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕℙ-ℝℤΩℨK-ℭℯ-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞⸯ々-〇〡-〩〱-〵〸-〼ぁ-ゖゝ-ゟァ-ヺー-ヿㄅ-ㄭㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿌ꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚗꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꪀ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ", Yi = "̀-ͯ҃-֑҇-ׇֽֿׁׂׅׄؐ-ؚؠ-ىٲ-ۓۧ-ۨۻ-ۼܰ-݊ࠀ-ࠔࠛ-ࠣࠥ-ࠧࠩ-࠭ࡀ-ࡗࣤ-ࣾऀ-ःऺ-़ा-ॏ॑-ॗॢ-ॣ०-९ঁ-ঃ়া-ৄেৈৗয়-ৠਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢ-ૣ૦-૯ଁ-ଃ଼ା-ୄେୈୋ-୍ୖୗୟ-ୠ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఁ-ఃె-ైొ-్ౕౖౢ-ౣ౦-౯ಂಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢ-ೣ೦-೯ംഃെ-ൈൗൢ-ൣ൦-൯ංඃ්ා-ුූෘ-ෟෲෳิ-ฺเ-ๅ๐-๙ິ-ູ່-ໍ໐-໙༘༙༠-༩༹༵༷ཁ-ཇཱ-྄྆-྇ྍ-ྗྙ-ྼ࿆က-ဩ၀-၉ၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟ᜎ-ᜐᜠ-ᜰᝀ-ᝐᝲᝳក-ឲ៝០-៩᠋-᠍᠐-᠙ᤠ-ᤫᤰ-᤻ᥑ-ᥭᦰ-ᧀᧈ-ᧉ᧐-᧙ᨀ-ᨕᨠ-ᩓ᩠-᩿᩼-᪉᪐-᪙ᭆ-ᭋ᭐-᭙᭫-᭳᮰-᮹᯦-᯳ᰀ-ᰢ᱀-᱉ᱛ-ᱽ᳐-᳒ᴀ-ᶾḁ-ἕ‌‍‿⁀⁔⃐-⃥⃜⃡-⃰ⶁ-ⶖⷠ-ⷿ〡-〨゙゚Ꙁ-ꙭꙴ-꙽ꚟ꛰-꛱ꟸ-ꠀ꠆ꠋꠣ-ꠧꢀ-ꢁꢴ-꣄꣐-꣙ꣳ-ꣷ꤀-꤉ꤦ-꤭ꤰ-ꥅꦀ-ꦃ꦳-꧀ꨀ-ꨧꩀ-ꩁꩌ-ꩍ꩐-꩙ꩻꫠ-ꫩꫲ-ꫳꯀ-ꯡ꯬꯭꯰-꯹ﬠ-ﬨ︀-️︠-︦︳︴﹍-﹏0-9_", zr = new RegExp("[" + Yr + "]"), zi = new RegExp("[" + Yr + Yi + "]"), nt = /[\n\r\u2028\u2029]/, it = /\r\n|[\n\r\u2028\u2029]/g, at = function(c) {
4962
- return c < 65 ? c === 36 : c < 91 ? !0 : c < 97 ? c === 95 : c < 123 ? !0 : c >= 170 && zr.test(String.fromCharCode(c));
4963
- }, Xr = function(c) {
4964
- return c < 48 ? c === 36 : c < 58 ? !0 : c < 65 ? !1 : c < 91 ? !0 : c < 97 ? c === 95 : c < 123 ? !0 : c >= 170 && zi.test(String.fromCharCode(c));
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) {
5019
+ 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));
4965
5020
  };
4966
- function ve() {
5021
+ function me() {
4967
5022
  this.line = L, this.column = a - W;
4968
5023
  }
4969
- function Xi() {
5024
+ function Hi() {
4970
5025
  L = 1, a = W = 0, I = !0, Ue();
4971
5026
  }
4972
5027
  function V(c, d) {
4973
- v = a, r.locations && (S = new ve()), O = c, Ue(), x = d, I = c.beforeExpr;
5028
+ v = a, r.locations && (S = new me()), O = c, Ue(), x = d, I = c.beforeExpr;
4974
5029
  }
4975
- function Wi() {
4976
- var c = r.onComment && r.locations && new ve(), d = a, y = t.indexOf("*/", a += 2);
5030
+ function Ki() {
5031
+ var c = r.onComment && r.locations && new me(), d = a, y = t.indexOf("*/", a += 2);
4977
5032
  if (y === -1 && k(a - 2, "Unterminated comment"), a = y + 2, r.locations) {
4978
- it.lastIndex = d;
4979
- for (var _; (_ = it.exec(t)) && _.index < a; )
5033
+ ot.lastIndex = d;
5034
+ for (var _; (_ = ot.exec(t)) && _.index < a; )
4980
5035
  ++L, W = _.index + _[0].length;
4981
5036
  }
4982
5037
  r.onComment && r.onComment(
@@ -4985,11 +5040,11 @@ const Pl = {}, Cl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
4985
5040
  d,
4986
5041
  a,
4987
5042
  c,
4988
- r.locations && new ve()
5043
+ r.locations && new me()
4989
5044
  );
4990
5045
  }
4991
5046
  function Dt() {
4992
- for (var c = a, d = r.onComment && r.locations && new ve(), y = t.charCodeAt(a += 2); a < e && y !== 10 && y !== 13 && y !== 8232 && y !== 8233; )
5047
+ 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; )
4993
5048
  ++a, y = t.charCodeAt(a);
4994
5049
  r.onComment && r.onComment(
4995
5050
  !1,
@@ -4997,7 +5052,7 @@ const Pl = {}, Cl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
4997
5052
  c,
4998
5053
  a,
4999
5054
  d,
5000
- r.locations && new ve()
5055
+ r.locations && new me()
5001
5056
  );
5002
5057
  }
5003
5058
  function Ue() {
@@ -5016,76 +5071,76 @@ const Pl = {}, Cl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5016
5071
  else if (c === 47) {
5017
5072
  var d = t.charCodeAt(a + 1);
5018
5073
  if (d === 42)
5019
- Wi();
5074
+ Ki();
5020
5075
  else if (d === 47)
5021
5076
  Dt();
5022
5077
  else break;
5023
5078
  } else if (c === 160)
5024
5079
  ++a;
5025
- else if (c >= 5760 && Gi.test(String.fromCharCode(c)))
5080
+ else if (c >= 5760 && Xi.test(String.fromCharCode(c)))
5026
5081
  ++a;
5027
5082
  else
5028
5083
  break;
5029
5084
  }
5030
5085
  }
5031
- function Ji() {
5086
+ function qi() {
5032
5087
  var c = t.charCodeAt(a + 1);
5033
- c >= 48 && c <= 57 ? Jr(!0) : (++a, V(Fr));
5088
+ c >= 48 && c <= 57 ? Kr(!0) : (++a, V(Ur));
5034
5089
  }
5035
- function Hi() {
5090
+ function Zi() {
5036
5091
  var c = t.charCodeAt(a + 1);
5037
- I ? (++a, Wr()) : c === 61 ? G(he, 2) : G(Ur, 1);
5092
+ I ? (++a, Hr()) : c === 61 ? G(ye, 2) : G(Br, 1);
5038
5093
  }
5039
- function Ki() {
5094
+ function Qi() {
5040
5095
  var c = t.charCodeAt(a + 1);
5041
- c === 61 ? G(he, 2) : G(Bi, 1);
5096
+ c === 61 ? G(ye, 2) : G(Gi, 1);
5042
5097
  }
5043
- function qi(c) {
5098
+ function ea(c) {
5044
5099
  var d = t.charCodeAt(a + 1);
5045
- d === c ? G(c === 124 ? $r : Vr, 2) : d === 61 ? G(he, 2) : G(c === 124 ? Ii : Li, 1);
5100
+ d === c ? G(c === 124 ? Gr : Yr, 2) : d === 61 ? G(ye, 2) : G(c === 124 ? Fi : Ui, 1);
5046
5101
  }
5047
- function Zi() {
5102
+ function ta() {
5048
5103
  var c = t.charCodeAt(a + 1);
5049
- c === 61 ? G(he, 2) : G(Di, 1);
5104
+ c === 61 ? G(ye, 2) : G(Mi, 1);
5050
5105
  }
5051
- function Qi(c) {
5106
+ function ra(c) {
5052
5107
  var d = t.charCodeAt(a + 1);
5053
5108
  if (d === c) {
5054
- if (d === 45 && t.charCodeAt(a + 2) === 62 && nt.test(t.slice(q, a))) {
5055
- a += 3, Dt(), Ue(), Ne();
5109
+ if (d === 45 && t.charCodeAt(a + 2) === 62 && at.test(t.slice(q, a))) {
5110
+ a += 3, Dt(), Ue(), Se();
5056
5111
  return;
5057
5112
  }
5058
- G(ki, 2);
5059
- } else d === 61 ? G(he, 2) : G(ji, 1);
5113
+ G(Li, 2);
5114
+ } else d === 61 ? G(ye, 2) : G(Vi, 1);
5060
5115
  }
5061
- function ea(c) {
5116
+ function na(c) {
5062
5117
  var d = t.charCodeAt(a + 1), y = 1;
5063
5118
  if (d === c) {
5064
- y = c === 62 && t.charCodeAt(a + 2) === 62 ? 3 : 2, t.charCodeAt(a + y) === 61 ? G(he, y + 1) : G(Ui, y);
5119
+ y = c === 62 && t.charCodeAt(a + 2) === 62 ? 3 : 2, t.charCodeAt(a + y) === 61 ? G(ye, y + 1) : G($i, y);
5065
5120
  return;
5066
5121
  }
5067
5122
  if (d === 33 && c === 60 && t.charCodeAt(a + 2) === 45 && t.charCodeAt(a + 3) === 45) {
5068
- a += 4, Dt(), Ue(), Ne();
5123
+ a += 4, Dt(), Ue(), Se();
5069
5124
  return;
5070
5125
  }
5071
- d === 61 && (y = t.charCodeAt(a + 2) === 61 ? 3 : 2), G(Mi, y);
5126
+ d === 61 && (y = t.charCodeAt(a + 2) === 61 ? 3 : 2), G(Bi, y);
5072
5127
  }
5073
- function ta(c) {
5128
+ function ia(c) {
5074
5129
  var d = t.charCodeAt(a + 1);
5075
- d === 61 ? G(Fi, t.charCodeAt(a + 2) === 61 ? 3 : 2) : G(c === 61 ? jr : Br, 1);
5130
+ d === 61 ? G(ji, t.charCodeAt(a + 2) === 61 ? 3 : 2) : G(c === 61 ? $r : Vr, 1);
5076
5131
  }
5077
- function ra(c) {
5132
+ function aa(c) {
5078
5133
  switch (c) {
5079
5134
  case 46:
5080
- return Ji();
5135
+ return qi();
5081
5136
  case 40:
5082
- return ++a, V(te);
5137
+ return ++a, V(re);
5083
5138
  case 41:
5084
5139
  return ++a, V(Q);
5085
5140
  case 59:
5086
- return ++a, V(re);
5141
+ return ++a, V(ne);
5087
5142
  case 44:
5088
- return ++a, V(ue);
5143
+ return ++a, V(se);
5089
5144
  case 91:
5090
5145
  return ++a, V(kt);
5091
5146
  case 93:
@@ -5093,14 +5148,14 @@ const Pl = {}, Cl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5093
5148
  case 123:
5094
5149
  return ++a, V(Fe);
5095
5150
  case 125:
5096
- return ++a, V(Te);
5151
+ return ++a, V(Ne);
5097
5152
  case 58:
5098
5153
  return ++a, V(Me);
5099
5154
  case 63:
5100
- return ++a, V(Mr);
5155
+ return ++a, V(jr);
5101
5156
  case 48:
5102
5157
  var d = t.charCodeAt(a + 1);
5103
- if (d === 120 || d === 88) return na();
5158
+ if (d === 120 || d === 88) return oa();
5104
5159
  case 49:
5105
5160
  case 50:
5106
5161
  case 51:
@@ -5110,45 +5165,45 @@ const Pl = {}, Cl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5110
5165
  case 55:
5111
5166
  case 56:
5112
5167
  case 57:
5113
- return Jr(!1);
5168
+ return Kr(!1);
5114
5169
  case 34:
5115
5170
  case 39:
5116
- return ia(c);
5171
+ return ua(c);
5117
5172
  case 47:
5118
- return Hi();
5173
+ return Zi();
5119
5174
  case 37:
5120
5175
  case 42:
5121
- return Ki();
5176
+ return Qi();
5122
5177
  case 124:
5123
5178
  case 38:
5124
- return qi(c);
5179
+ return ea(c);
5125
5180
  case 94:
5126
- return Zi();
5181
+ return ta();
5127
5182
  case 43:
5128
5183
  case 45:
5129
- return Qi(c);
5184
+ return ra(c);
5130
5185
  case 60:
5131
5186
  case 62:
5132
- return ea(c);
5187
+ return na(c);
5133
5188
  case 61:
5134
5189
  case 33:
5135
- return ta(c);
5190
+ return ia(c);
5136
5191
  case 126:
5137
- return G(Br, 1);
5192
+ return G(Vr, 1);
5138
5193
  }
5139
5194
  return !1;
5140
5195
  }
5141
- function Ne(c) {
5142
- if (c ? a = p + 1 : p = a, r.locations && (E = new ve()), c) return Wr();
5196
+ function Se(c) {
5197
+ if (c ? a = p + 1 : p = a, r.locations && (E = new me()), c) return Hr();
5143
5198
  if (a >= e) return V(Nt);
5144
5199
  var d = t.charCodeAt(a);
5145
- if (at(d) || d === 92)
5146
- return Kr();
5147
- var y = ra(d);
5200
+ if (ut(d) || d === 92)
5201
+ return Zr();
5202
+ var y = aa(d);
5148
5203
  if (y === !1) {
5149
5204
  var _ = String.fromCharCode(d);
5150
- if (_ === "\\" || zr.test(_))
5151
- return Kr();
5205
+ if (_ === "\\" || Wr.test(_))
5206
+ return Zr();
5152
5207
  k(a, "Unexpected character '" + _ + "'");
5153
5208
  }
5154
5209
  }
@@ -5156,11 +5211,11 @@ const Pl = {}, Cl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5156
5211
  var y = t.slice(a, a + d);
5157
5212
  a += d, V(c, y);
5158
5213
  }
5159
- function Wr() {
5214
+ function Hr() {
5160
5215
  for (var c, d, y = a; ; ) {
5161
5216
  a >= e && k(y, "Unterminated regexp");
5162
5217
  var _ = t.charAt(a);
5163
- if (nt.test(_) && k(y, "Unterminated regexp"), c)
5218
+ if (at.test(_) && k(y, "Unterminated regexp"), c)
5164
5219
  c = !1;
5165
5220
  else {
5166
5221
  if (_ === "[")
@@ -5175,14 +5230,14 @@ const Pl = {}, Cl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5175
5230
  }
5176
5231
  var C = t.slice(y, a);
5177
5232
  ++a;
5178
- var w = Hr();
5233
+ var w = qr();
5179
5234
  w && !/^[gmi]*$/.test(w) && k(y, "Invalid regexp flag");
5180
5235
  try {
5181
5236
  var A = new RegExp(C, w);
5182
5237
  } catch (U) {
5183
5238
  throw U instanceof SyntaxError && k(y, U.message), U;
5184
5239
  }
5185
- V(mr, A);
5240
+ V(_r, A);
5186
5241
  }
5187
5242
  function je(c, d) {
5188
5243
  for (var y = a, _ = 0, C = d === void 0 ? 1 / 0 : d, w = 0; w < C; ++w) {
@@ -5192,20 +5247,20 @@ const Pl = {}, Cl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5192
5247
  }
5193
5248
  return a === y || d !== void 0 && a - y !== d ? null : _;
5194
5249
  }
5195
- function na() {
5250
+ function oa() {
5196
5251
  a += 2;
5197
5252
  var c = je(16);
5198
- c === null && k(p + 2, "Expected hexadecimal number"), at(t.charCodeAt(a)) && k(a, "Identifier directly after number"), V(Qe, c);
5253
+ c === null && k(p + 2, "Expected hexadecimal number"), ut(t.charCodeAt(a)) && k(a, "Identifier directly after number"), V(tt, c);
5199
5254
  }
5200
- function Jr(c) {
5255
+ function Kr(c) {
5201
5256
  var d = a, y = !1, _ = t.charCodeAt(a) === 48;
5202
5257
  !c && je(10) === null && k(d, "Invalid number"), t.charCodeAt(a) === 46 && (++a, je(10), y = !0);
5203
5258
  var C = t.charCodeAt(a);
5204
- (C === 69 || C === 101) && (C = t.charCodeAt(++a), (C === 43 || C === 45) && ++a, je(10) === null && k(d, "Invalid number"), y = !0), at(t.charCodeAt(a)) && k(a, "Identifier directly after number");
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");
5205
5260
  var w = t.slice(d, a), A;
5206
- y ? A = parseFloat(w) : !_ || w.length === 1 ? A = parseInt(w, 10) : /[89]/.test(w) || J ? k(d, "Invalid number") : A = parseInt(w, 8), V(Qe, 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);
5207
5262
  }
5208
- function ia(c) {
5263
+ function ua(c) {
5209
5264
  a++;
5210
5265
  for (var d = ""; ; ) {
5211
5266
  a >= e && k(p, "Unterminated string constant");
@@ -5231,13 +5286,13 @@ const Pl = {}, Cl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5231
5286
  d += "\r";
5232
5287
  break;
5233
5288
  case 120:
5234
- d += String.fromCharCode(ot(2));
5289
+ d += String.fromCharCode(st(2));
5235
5290
  break;
5236
5291
  case 117:
5237
- d += String.fromCharCode(ot(4));
5292
+ d += String.fromCharCode(st(4));
5238
5293
  break;
5239
5294
  case 85:
5240
- d += String.fromCharCode(ot(8));
5295
+ d += String.fromCharCode(st(8));
5241
5296
  break;
5242
5297
  case 116:
5243
5298
  d += " ";
@@ -5267,58 +5322,58 @@ const Pl = {}, Cl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5267
5322
  (y === 13 || y === 10 || y === 8232 || y === 8233) && k(p, "Unterminated string constant"), d += String.fromCharCode(y), ++a;
5268
5323
  }
5269
5324
  }
5270
- function ot(c) {
5325
+ function st(c) {
5271
5326
  var d = je(16, c);
5272
5327
  return d === null && k(p, "Bad character escape sequence"), /** @type {number} */
5273
5328
  d;
5274
5329
  }
5275
- var Se;
5276
- function Hr() {
5277
- Se = !1;
5330
+ var xe;
5331
+ function qr() {
5332
+ xe = !1;
5278
5333
  for (var c, d = !0, y = a; ; ) {
5279
5334
  var _ = t.charCodeAt(a);
5280
- if (Xr(_))
5281
- Se && (c += t.charAt(a)), ++a;
5335
+ if (Jr(_))
5336
+ xe && (c += t.charAt(a)), ++a;
5282
5337
  else if (_ === 92) {
5283
- Se || (c = t.slice(y, a)), Se = !0, t.charCodeAt(++a) !== 117 && k(a, "Expecting Unicode escape sequence \\uXXXX"), ++a;
5284
- var C = ot(4), w = String.fromCharCode(C);
5285
- w || k(a - 1, "Invalid Unicode escape"), (d ? at(C) : Xr(C)) || k(a - 4, "Invalid Unicode escape"), c += w;
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;
5286
5341
  } else
5287
5342
  break;
5288
5343
  d = !1;
5289
5344
  }
5290
- return Se ? c : t.slice(y, a);
5345
+ return xe ? c : t.slice(y, a);
5291
5346
  }
5292
- function Kr() {
5293
- var c = Hr(), d = Oe;
5294
- !Se && Vi(c) && (d = Ai[c]), V(d, c);
5347
+ function Zr() {
5348
+ var c = qr(), d = Te;
5349
+ !xe && zi(c) && (d = Di[c]), V(d, c);
5295
5350
  }
5296
5351
  function D() {
5297
- Le = p, q = v, Re = S, Ne();
5352
+ Le = p, q = v, Oe = S, Se();
5298
5353
  }
5299
5354
  function Lt(c) {
5300
5355
  if (J = c, a = p, r.locations)
5301
5356
  for (; a < W; )
5302
5357
  W = t.lastIndexOf(`
5303
5358
  `, W - 2) + 1, --L;
5304
- Ue(), Ne();
5359
+ Ue(), Se();
5305
5360
  }
5306
- function qr() {
5361
+ function Qr() {
5307
5362
  this.type = null, this.start = p, this.end = null;
5308
5363
  }
5309
- function Zr() {
5364
+ function en() {
5310
5365
  this.start = E, this.end = null, i && (this.source = i);
5311
5366
  }
5312
- function Y() {
5313
- var c = new qr();
5314
- return r.locations && (c.loc = new Zr()), r.directSourceFile && (c.sourceFile = r.directSourceFile), r.ranges && (c.range = [p, 0]), c;
5367
+ 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;
5315
5370
  }
5316
- function se(c) {
5317
- var d = new qr();
5318
- return d.start = c.start, r.locations && (d.loc = new Zr(), d.loc.start = c.loc.start), r.ranges && (d.range = [c.range[0], 0]), d;
5371
+ 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;
5319
5374
  }
5320
5375
  function P(c, d) {
5321
- return c.type = d, c.end = q, r.locations && (c.loc.end = Re), r.ranges && (c.range[1] = q), c;
5376
+ return c.type = d, c.end = q, r.locations && (c.loc.end = Oe), r.ranges && (c.range[1] = q), c;
5322
5377
  }
5323
5378
  function Ft(c) {
5324
5379
  return c.type === "ExpressionStatement" && c.expression.type === "Literal" && c.expression.value === "use strict";
@@ -5326,229 +5381,229 @@ const Pl = {}, Cl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5326
5381
  function j(c) {
5327
5382
  return O === c ? (D(), !0) : !1;
5328
5383
  }
5329
- function ut() {
5330
- return !r.strictSemicolons && (O === Nt || O === Te || nt.test(t.slice(q, p)));
5384
+ function lt() {
5385
+ return !r.strictSemicolons && (O === Nt || O === Ne || at.test(t.slice(q, p)));
5331
5386
  }
5332
- function ye() {
5333
- !j(re) && !ut() && ne();
5387
+ function ge() {
5388
+ !j(ne) && !lt() && ie();
5334
5389
  }
5335
5390
  function $(c) {
5336
- O === c ? D() : ne();
5391
+ O === c ? D() : ie();
5337
5392
  }
5338
- function ne() {
5393
+ function ie() {
5339
5394
  k(p, "Unexpected token");
5340
5395
  }
5341
- function st(c) {
5342
- c.type !== "Identifier" && c.type !== "MemberExpression" && k(c.start, "Assigning to rvalue"), J && c.type === "Identifier" && rt(c.name) && k(c.start, "Assigning to " + c.name + " in strict mode");
5396
+ 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");
5343
5398
  }
5344
- function aa(c) {
5345
- Le = q = a, r.locations && (Re = new ve()), de = J = !1, B = [], Ne();
5346
- var d = c || Y(), y = !0;
5399
+ function sa(c) {
5400
+ Le = q = a, r.locations && (Oe = new me()), ve = J = !1, B = [], Se();
5401
+ var d = c || z(), y = !0;
5347
5402
  for (c || (d.body = []); O !== Nt; ) {
5348
5403
  var _ = Z();
5349
5404
  d.body.push(_), y && Ft(_) && Lt(!0), y = !1;
5350
5405
  }
5351
5406
  return P(d, "Program");
5352
5407
  }
5353
- var Mt = { kind: "loop" }, oa = { kind: "switch" };
5408
+ var Mt = { kind: "loop" }, la = { kind: "switch" };
5354
5409
  function Z() {
5355
- (O === Ur || O === he && x === "/=") && Ne(!0);
5356
- var c = O, d = Y();
5410
+ (O === Br || O === ye && x === "/=") && Se(!0);
5411
+ var c = O, d = z();
5357
5412
  switch (c) {
5358
5413
  case St:
5359
- case _r:
5414
+ case Er:
5360
5415
  D();
5361
5416
  var y = c === St;
5362
- j(re) || ut() ? d.label = null : O !== Oe ? ne() : (d.label = le(), ye());
5417
+ j(ne) || lt() ? d.label = null : O !== Te ? ie() : (d.label = ce(), ge());
5363
5418
  for (var _ = 0; _ < B.length; ++_) {
5364
5419
  var C = B[_];
5365
5420
  if ((d.label === null || C.name === d.label.name) && (C.kind !== null && (y || C.kind === "loop") || d.label && y))
5366
5421
  break;
5367
5422
  }
5368
5423
  return _ === B.length && k(d.start, "Unsyntactic " + c.keyword), P(d, y ? "BreakStatement" : "ContinueStatement");
5369
- case br:
5370
- return D(), ye(), P(d, "DebuggerStatement");
5371
5424
  case Rr:
5372
- return D(), B.push(Mt), d.body = Z(), B.pop(), $(At), d.test = Be(), ye(), P(d, "DoWhileStatement");
5373
- case Nr:
5374
- if (D(), B.push(Mt), $(te), O === re) return Ut(d, null);
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");
5428
+ case xr:
5429
+ if (D(), B.push(Mt), $(re), O === ne) return Ut(d, null);
5375
5430
  if (O === Ct) {
5376
- var w = Y();
5377
- return D(), en(w, !0), P(w, "VariableDeclaration"), w.declarations.length === 1 && j(et) ? Qr(d, w) : Ut(d, w);
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);
5378
5433
  }
5379
- var w = z(!1, !0);
5380
- return j(et) ? (st(w), Qr(d, w)) : Ut(d, w);
5434
+ var w = X(!1, !0);
5435
+ return j(rt) ? (ct(w), tn(d, w)) : Ut(d, w);
5381
5436
  case wt:
5382
5437
  return D(), Gt(d, !0);
5383
- case Sr:
5384
- return D(), d.test = Be(), d.consequent = Z(), d.alternate = j(Or) ? Z() : null, P(d, "IfStatement");
5385
- case xr:
5386
- return !de && !r.allowReturnOutsideFunction && k(p, "'return' outside of function"), D(), j(re) || ut() ? d.argument = null : (d.argument = z(), ye()), P(d, "ReturnStatement");
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");
5387
5442
  case Pt:
5388
- D(), d.discriminant = Be(), d.cases = [], $(Fe), B.push(oa);
5389
- for (var A, U; O !== Te; )
5390
- if (O === xt || O === Er) {
5443
+ D(), d.discriminant = Be(), d.cases = [], $(Fe), B.push(la);
5444
+ for (var A, U; O !== Ne; )
5445
+ if (O === xt || O === Or) {
5391
5446
  var Ge = O === xt;
5392
- A && P(A, "SwitchCase"), d.cases.push(A = Y()), A.consequent = [], D(), Ge ? A.test = z() : (U && k(Le, "Multiple default clauses"), U = !0, A.test = null), $(Me);
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);
5393
5448
  } else
5394
- A || ne(), A.consequent.push(Z());
5449
+ A || ie(), A.consequent.push(Z());
5395
5450
  return A && P(A, "SwitchCase"), D(), B.pop(), P(d, "SwitchStatement");
5396
- case wr:
5397
- return D(), nt.test(t.slice(q, p)) && k(q, "Illegal newline after throw"), d.argument = z(), ye(), P(d, "ThrowStatement");
5398
- case Pr:
5399
- if (D(), d.block = $e(), d.handler = null, O === gr) {
5400
- var xe = Y();
5401
- D(), $(te), xe.param = le(), J && rt(xe.param.name) && k(xe.param.start, "Binding " + xe.param.name + " in strict mode"), $(Q), xe.body = $e(), d.handler = P(xe, "CatchClause");
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");
5402
5457
  }
5403
- return d.finalizer = j(Tr) ? $e() : null, !d.handler && !d.finalizer && k(d.start, "Missing catch or finally clause"), P(d, "TryStatement");
5458
+ return d.finalizer = j(Sr) ? $e() : null, !d.handler && !d.finalizer && k(d.start, "Missing catch or finally clause"), P(d, "TryStatement");
5404
5459
  case Ct:
5405
- return D(), en(d), ye(), P(d, "VariableDeclaration");
5460
+ return D(), rn(d), ge(), P(d, "VariableDeclaration");
5406
5461
  case At:
5407
5462
  return D(), d.test = Be(), B.push(Mt), d.body = Z(), B.pop(), P(d, "WhileStatement");
5408
- case Cr:
5463
+ case kr:
5409
5464
  return J && k(p, "'with' in strict mode"), D(), d.object = Be(), d.body = Z(), P(d, "WithStatement");
5410
5465
  case Fe:
5411
5466
  return $e();
5412
- case re:
5467
+ case ne:
5413
5468
  return D(), P(d, "EmptyStatement");
5414
5469
  default:
5415
- var zt = x, lt = z();
5416
- if (c === Oe && lt.type === "Identifier" && j(Me)) {
5470
+ var zt = x, ft = X();
5471
+ if (c === Te && ft.type === "Identifier" && j(Me)) {
5417
5472
  for (var _ = 0; _ < B.length; ++_)
5418
- B[_].name === zt && k(lt.start, "Label '" + zt + "' is already declared");
5419
- var pa = O.isLoop ? "loop" : O === Pt ? "switch" : null;
5420
- return B.push({ name: zt, kind: pa }), d.body = Z(), B.pop(), d.label = lt, P(d, "LabeledStatement");
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");
5421
5476
  } else
5422
- return d.expression = lt, ye(), P(d, "ExpressionStatement");
5477
+ return d.expression = ft, ge(), P(d, "ExpressionStatement");
5423
5478
  }
5424
5479
  }
5425
5480
  function Be() {
5426
- $(te);
5427
- var c = z();
5481
+ $(re);
5482
+ var c = X();
5428
5483
  return $(Q), c;
5429
5484
  }
5430
5485
  function $e(c) {
5431
- var d = Y(), y = !0, _ = !1, C;
5432
- for (d.body = [], $(Fe); !j(Te); ) {
5486
+ var d = z(), y = !0, _ = !1, C;
5487
+ for (d.body = [], $(Fe); !j(Ne); ) {
5433
5488
  var w = Z();
5434
5489
  d.body.push(w), y && c && Ft(w) && (C = _, Lt(_ = !0)), y = !1;
5435
5490
  }
5436
5491
  return _ && !C && Lt(!1), P(d, "BlockStatement");
5437
5492
  }
5438
5493
  function Ut(c, d) {
5439
- return c.init = d, $(re), c.test = O === re ? null : z(), $(re), c.update = O === Q ? null : z(), $(Q), c.body = Z(), B.pop(), P(c, "ForStatement");
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");
5440
5495
  }
5441
- function Qr(c, d) {
5442
- return c.left = d, c.right = z(), $(Q), c.body = Z(), B.pop(), P(c, "ForInStatement");
5496
+ function tn(c, d) {
5497
+ return c.left = d, c.right = X(), $(Q), c.body = Z(), B.pop(), P(c, "ForInStatement");
5443
5498
  }
5444
- function en(c, d) {
5499
+ function rn(c, d) {
5445
5500
  for (c.declarations = [], c.kind = "var"; ; ) {
5446
- var y = Y();
5447
- if (y.id = le(), J && rt(y.id.name) && k(y.id.start, "Binding " + y.id.name + " in strict mode"), y.init = j(jr) ? z(!0, d) : null, c.declarations.push(P(y, "VariableDeclarator")), !j(ue)) break;
5501
+ 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;
5448
5503
  }
5449
5504
  }
5450
- function z(c, d) {
5505
+ function X(c, d) {
5451
5506
  var y = jt(d);
5452
- if (!c && O === ue) {
5453
- var _ = se(y);
5454
- for (_.expressions = [y]; j(ue); ) _.expressions.push(jt(d));
5507
+ if (!c && O === se) {
5508
+ var _ = le(y);
5509
+ for (_.expressions = [y]; j(se); ) _.expressions.push(jt(d));
5455
5510
  return P(_, "SequenceExpression");
5456
5511
  }
5457
5512
  return y;
5458
5513
  }
5459
5514
  function jt(c) {
5460
- var d = ua(c);
5515
+ var d = ca(c);
5461
5516
  if (O.isAssign) {
5462
- var y = se(d);
5463
- return y.operator = x, y.left = d, D(), y.right = jt(c), st(d), P(y, "AssignmentExpression");
5517
+ var y = le(d);
5518
+ return y.operator = x, y.left = d, D(), y.right = jt(c), ct(d), P(y, "AssignmentExpression");
5464
5519
  }
5465
5520
  return d;
5466
5521
  }
5467
- function ua(c) {
5468
- var d = sa(c);
5469
- if (j(Mr)) {
5470
- var y = se(d);
5471
- return y.test = d, y.consequent = z(!0), $(Me), y.alternate = z(!0, c), P(y, "ConditionalExpression");
5522
+ function ca(c) {
5523
+ var d = fa(c);
5524
+ if (j(jr)) {
5525
+ var y = le(d);
5526
+ return y.test = d, y.consequent = X(!0), $(Me), y.alternate = X(!0, c), P(y, "ConditionalExpression");
5472
5527
  }
5473
5528
  return d;
5474
5529
  }
5475
- function sa(c) {
5530
+ function fa(c) {
5476
5531
  return Bt($t(), -1, c);
5477
5532
  }
5478
5533
  function Bt(c, d, y) {
5479
5534
  var _ = O.binop;
5480
- if (_ !== null && (!y || O !== et) && _ > d) {
5481
- var C = se(c);
5535
+ if (_ !== null && (!y || O !== rt) && _ > d) {
5536
+ var C = le(c);
5482
5537
  C.left = c, C.operator = x;
5483
5538
  var w = O;
5484
5539
  D(), C.right = Bt($t(), _, y);
5485
- var A = P(C, w === $r || w === Vr ? "LogicalExpression" : "BinaryExpression");
5540
+ var A = P(C, w === Gr || w === Yr ? "LogicalExpression" : "BinaryExpression");
5486
5541
  return Bt(A, d, y);
5487
5542
  }
5488
5543
  return c;
5489
5544
  }
5490
5545
  function $t() {
5491
5546
  if (O.prefix) {
5492
- var c = Y(), d = O.isUpdate;
5493
- return c.operator = x, c.prefix = !0, I = !0, D(), c.argument = $t(), d ? st(c.argument) : J && c.operator === "delete" && c.argument.type === "Identifier" && k(c.start, "Deleting local variable in strict mode"), P(c, d ? "UpdateExpression" : "UnaryExpression");
5547
+ 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");
5494
5549
  }
5495
- for (var y = la(); O.postfix && !ut(); ) {
5496
- var c = se(y);
5497
- c.operator = x, c.prefix = !1, c.argument = y, st(y), D(), y = P(c, "UpdateExpression");
5550
+ for (var y = pa(); O.postfix && !lt(); ) {
5551
+ var c = le(y);
5552
+ c.operator = x, c.prefix = !1, c.argument = y, ct(y), D(), y = P(c, "UpdateExpression");
5498
5553
  }
5499
5554
  return y;
5500
5555
  }
5501
- function la() {
5556
+ function pa() {
5502
5557
  return Ve(Vt());
5503
5558
  }
5504
5559
  function Ve(c, d) {
5505
5560
  var y;
5506
- return j(Fr) ? (y = se(c), y.object = c, y.property = le(!0), y.computed = !1, Ve(P(y, "MemberExpression"), d)) : j(kt) ? (y = se(c), y.object = c, y.property = z(), y.computed = !0, $(It), Ve(P(y, "MemberExpression"), d)) : !d && j(te) ? (y = se(c), y.callee = c, y.arguments = Yt(Q, !1), Ve(P(y, "CallExpression"), d)) : c;
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;
5507
5562
  }
5508
5563
  function Vt() {
5509
5564
  var c;
5510
5565
  switch (O) {
5511
- case kr:
5512
- return c = Y(), D(), P(c, "ThisExpression");
5513
- case Oe:
5514
- return le();
5515
- case Qe:
5516
- case Tt:
5517
- case mr:
5518
- return c = Y(), c.value = x, c.raw = t.slice(p, v), D(), P(c, "Literal");
5519
- case Ir:
5520
5566
  case Dr:
5567
+ return c = z(), D(), P(c, "ThisExpression");
5568
+ case Te:
5569
+ return ce();
5570
+ 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");
5521
5574
  case Lr:
5522
- return c = Y(), c.value = O.atomValue, c.raw = O.keyword, D(), P(c, "Literal");
5523
- case te:
5575
+ case Fr:
5576
+ case Mr:
5577
+ return c = z(), c.value = O.atomValue, c.raw = O.keyword, D(), P(c, "Literal");
5578
+ case re:
5524
5579
  var d = E, y = p;
5525
5580
  D();
5526
- var _ = z();
5581
+ var _ = X();
5527
5582
  return _.start = y, _.end = v, r.locations && (_.loc.start = d, _.loc.end = S), r.ranges && (_.range = [y, v]), $(Q), _;
5528
5583
  case kt:
5529
- return c = Y(), D(), c.elements = Yt(It, !0, !0), P(c, "ArrayExpression");
5584
+ return c = z(), D(), c.elements = Yt(It, !0, !0), P(c, "ArrayExpression");
5530
5585
  case Fe:
5531
- return fa();
5586
+ return ha();
5532
5587
  case wt:
5533
- return c = Y(), D(), Gt(c, !1);
5534
- case Ar:
5535
- return ca();
5588
+ return c = z(), D(), Gt(c, !1);
5589
+ case Ir:
5590
+ return da();
5536
5591
  }
5537
- ne();
5592
+ ie();
5538
5593
  }
5539
- function ca() {
5540
- var c = Y();
5541
- return D(), c.callee = Ve(Vt(), !0), c.arguments = j(te) ? Yt(Q, !1) : Ci, P(c, "NewExpression");
5594
+ function da() {
5595
+ var c = z();
5596
+ return D(), c.callee = Ve(Vt(), !0), c.arguments = j(re) ? Yt(Q, !1) : Ii, P(c, "NewExpression");
5542
5597
  }
5543
- function fa() {
5544
- var c = Y(), d = !0, y = !1;
5545
- for (c.properties = [], D(); !j(Te); ) {
5598
+ function ha() {
5599
+ var c = z(), d = !0, y = !1;
5600
+ for (c.properties = [], D(); !j(Ne); ) {
5546
5601
  if (d)
5547
5602
  d = !1;
5548
- else if ($(ue), r.allowTrailingCommas && j(Te))
5603
+ else if ($(se), r.allowTrailingCommas && j(Ne))
5549
5604
  break;
5550
- var _ = { key: tn() }, C = !1, w;
5551
- if (j(Me) ? (_.value = z(!0), w = _.kind = "init") : _.key.type === "Identifier" && (_.key.name === "get" || _.key.name === "set") ? (C = y = !0, w = _.kind = _.key.name, _.key = tn(), O !== te && ne(), _.value = Gt(Y(), !1)) : ne(), _.key.type === "Identifier" && (J || y))
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))
5552
5607
  for (var A = 0; A < c.properties.length; ++A) {
5553
5608
  var U = c.properties[A];
5554
5609
  if (U.key.name === _.key.name) {
@@ -5560,19 +5615,19 @@ const Pl = {}, Cl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5560
5615
  }
5561
5616
  return P(c, "ObjectExpression");
5562
5617
  }
5563
- function tn() {
5564
- return O === Qe || O === Tt ? Vt() : le(!0);
5618
+ function nn() {
5619
+ return O === tt || O === Tt ? Vt() : ce(!0);
5565
5620
  }
5566
5621
  function Gt(c, d) {
5567
- O === Oe ? c.id = le() : d ? ne() : c.id = null, c.params = [];
5622
+ O === Te ? c.id = ce() : d ? ie() : c.id = null, c.params = [];
5568
5623
  var y = !0;
5569
- for ($(te); !j(Q); )
5570
- y ? y = !1 : $(ue), c.params.push(le());
5571
- var _ = de, C = B;
5572
- if (de = !0, B = [], c.body = $e(!0), de = _, B = C, J || c.body.body.length && Ft(c.body.body[0]))
5624
+ for ($(re); !j(Q); )
5625
+ y ? y = !1 : $(se), c.params.push(ce());
5626
+ 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]))
5573
5628
  for (var w = c.id ? -1 : 0; w < c.params.length; ++w) {
5574
5629
  var A = w < 0 ? c.id : c.params[w];
5575
- if ((Gr(A.name) || rt(A.name)) && k(A.start, "Defining '" + A.name + "' in strict mode"), w >= 0)
5630
+ if ((zr(A.name) || it(A.name)) && k(A.start, "Defining '" + A.name + "' in strict mode"), w >= 0)
5576
5631
  for (var U = 0; U < w; ++U)
5577
5632
  A.name === c.params[U].name && k(A.start, "Argument name clash in strict mode");
5578
5633
  }
@@ -5582,15 +5637,15 @@ const Pl = {}, Cl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5582
5637
  for (var _ = [], C = !0; !j(c); ) {
5583
5638
  if (C)
5584
5639
  C = !1;
5585
- else if ($(ue), d && r.allowTrailingCommas && j(c))
5640
+ else if ($(se), d && r.allowTrailingCommas && j(c))
5586
5641
  break;
5587
- _.push(y && O === ue ? null : z(!0));
5642
+ _.push(y && O === se ? null : X(!0));
5588
5643
  }
5589
5644
  return _;
5590
5645
  }
5591
- function le(c) {
5592
- var d = Y();
5593
- return c && r.forbidReserved === "everywhere" && (c = !1), O === Oe ? (!c && (r.forbidReserved && $i(x) || J && Gr(x)) && t.slice(p, v).indexOf("\\") === -1 && k(p, "The keyword '" + x + "' is reserved"), d.name = x) : c && O.keyword ? d.name = O.keyword : ne(), I = !1, D(), P(d, "Identifier");
5646
+ function ce(c) {
5647
+ 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");
5594
5649
  }
5595
5650
  });
5596
5651
  }
@@ -5602,7 +5657,7 @@ const Pl = {}, Cl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5602
5657
  \*********************/
5603
5658
  /***/
5604
5659
  (m) => {
5605
- m.exports = Al;
5660
+ m.exports = Bl;
5606
5661
  }
5607
5662
  )
5608
5663
  /******/
@@ -5650,10 +5705,10 @@ const Pl = {}, Cl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5650
5705
  })(), b = b.default, b;
5651
5706
  })()
5652
5707
  ));
5653
- })(xi);
5654
- var kl = xi.exports;
5655
- const Il = /* @__PURE__ */ xl(kl);
5656
- function Dl(n, o) {
5708
+ })(Ci);
5709
+ var $l = Ci.exports;
5710
+ const Vl = /* @__PURE__ */ Fl($l);
5711
+ function Gl(n, o) {
5657
5712
  function f(T) {
5658
5713
  const R = n.pseudoToNative(T);
5659
5714
  console.log(R);
@@ -5661,11 +5716,11 @@ function Dl(n, o) {
5661
5716
  function h(T) {
5662
5717
  const R = n.pseudoToNative(T);
5663
5718
  let r = "";
5664
- typeof R == "object" ? r = JSON.stringify(R) : r = String(R), Bn.emit("consoleAppend", r);
5719
+ typeof R == "object" ? r = JSON.stringify(R) : r = String(R), Gn.emit("consoleAppend", r);
5665
5720
  }
5666
5721
  function g(T, R) {
5667
5722
  const r = n.pseudoToNative(T), t = n.pseudoToNative(R);
5668
- r === "info" ? ba(t) : r === "success" ? Ea(t) : r === "warning" ? Ra(t) : r === "error" && Oa(t);
5723
+ r === "info" ? Sa(t) : r === "success" ? xa(t) : r === "warning" ? wa(t) : r === "error" && Pa(t);
5669
5724
  }
5670
5725
  function b(T, R) {
5671
5726
  const r = n.pseudoToNative(T), t = n.pseudoToNative(R);
@@ -5701,7 +5756,7 @@ function Dl(n, o) {
5701
5756
  n.createAsyncFunction(m)
5702
5757
  );
5703
5758
  }
5704
- class Ll {
5759
+ class Yl {
5705
5760
  constructor(o) {
5706
5761
  Xt(this, "context");
5707
5762
  Xt(this, "nodes");
@@ -5729,7 +5784,7 @@ class Ll {
5729
5784
  b = this.context.data.view.nodes;
5730
5785
  if (!b)
5731
5786
  return "";
5732
- const m = nl(
5787
+ const m = cl(
5733
5788
  this.context.type,
5734
5789
  this.context.data.type,
5735
5790
  this.context.data.version,
@@ -5742,8 +5797,8 @@ class Ll {
5742
5797
  this.getNode(o);
5743
5798
  }
5744
5799
  }
5745
- function Fl(n, o, f) {
5746
- const h = new Ll(n);
5800
+ function zl(n, o, f) {
5801
+ const h = new Yl(n);
5747
5802
  function g(t, e, i) {
5748
5803
  const u = o.pseudoToNative(t), s = o.pseudoToNative(e), l = o.pseudoToNative(i), a = h.addNode(u, s, l);
5749
5804
  return o.nativeToPseudo(a);
@@ -5764,10 +5819,11 @@ function Fl(n, o, f) {
5764
5819
  const E = a[v];
5765
5820
  if (v === p - 1)
5766
5821
  return o.nativeToPseudo(l[E]);
5767
- if (l = l[E], !l) {
5822
+ if (!l) {
5768
5823
  console.error(`getNodePropV1 unpkg failed, ${s}`);
5769
5824
  return;
5770
5825
  }
5826
+ l = l[E];
5771
5827
  }
5772
5828
  }
5773
5829
  function T(t, e, i) {
@@ -5782,21 +5838,24 @@ function Fl(n, o, f) {
5782
5838
  const O = v[S];
5783
5839
  if (S === E - 1)
5784
5840
  p[O] = l;
5785
- else if (p = p[O], !p) {
5786
- console.error(`setNodePropV1 unpkg failed, ${a}`);
5787
- return;
5841
+ else {
5842
+ if (!p) {
5843
+ console.error(`setNodePropV1 unpkg failed, ${a}`);
5844
+ return;
5845
+ }
5846
+ p = p[O];
5788
5847
  }
5789
5848
  }
5790
5849
  }
5791
5850
  function R(t, e, i) {
5792
5851
  const u = o.pseudoToNative(t), s = o.pseudoToNative(e);
5793
- Ta({ title: u, text: s }).then((l) => {
5852
+ Ca({ title: u, text: s }).then((l) => {
5794
5853
  i(o.nativeToPseudo(l)), o.run();
5795
5854
  });
5796
5855
  }
5797
5856
  function r(t, e, i, u) {
5798
5857
  const s = o.pseudoToNative(t), l = o.pseudoToNative(e), a = o.pseudoToNative(i);
5799
- Na({ title: s, label: l, value: a }).then((p) => {
5858
+ Aa({ title: s, label: l, value: a }).then((p) => {
5800
5859
  u(o.nativeToPseudo(p)), o.run();
5801
5860
  });
5802
5861
  }
@@ -5826,16 +5885,16 @@ function Fl(n, o, f) {
5826
5885
  o.createAsyncFunction(r)
5827
5886
  );
5828
5887
  }
5829
- function Ml(n, o, f) {
5830
- Dl(o, f), Fl(n, o, f);
5888
+ function Xl(n, o, f) {
5889
+ Gl(o, f), zl(n, o, f);
5831
5890
  }
5832
- const Ul = `
5891
+ const Wl = `
5833
5892
  var __env__ = 'dev'
5834
5893
 
5835
5894
  function __getEnvV1__() {
5836
5895
  return __env__
5837
5896
  }
5838
- `, jl = `
5897
+ `, Jl = `
5839
5898
  var __events__ = {}
5840
5899
 
5841
5900
  function __addEventListenerV1__(id, event, callback) {
@@ -5906,7 +5965,7 @@ function __triggerEvent__(id, event, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p1
5906
5965
  callbacks[i](p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, p16)
5907
5966
  }
5908
5967
  }
5909
- `, Bl = `
5968
+ `, Hl = `
5910
5969
  var __timers__ = {}
5911
5970
  var __currTimerId__ = 0
5912
5971
 
@@ -5948,15 +6007,15 @@ function __timeoutCallbackV1__(timerId) {
5948
6007
  }
5949
6008
  }
5950
6009
  }
5951
- `, $l = `
6010
+ `, Kl = `
5952
6011
  function __destroy__() {
5953
6012
  }
5954
- `, Vl = Ul + jl + Bl + $l;
5955
- function Gl(n, o) {
5956
- const f = new Il(
5957
- Vl,
6013
+ `, ql = Wl + Jl + Hl + Kl;
6014
+ function Zl(n, o) {
6015
+ const f = new Vl(
6016
+ ql,
5958
6017
  (h, g) => {
5959
- Ml(n, h, g);
6018
+ Xl(n, h, g);
5960
6019
  }
5961
6020
  );
5962
6021
  return f.appendCode(o), f.appendCode(`
@@ -5964,10 +6023,10 @@ __env__ = '${n.env}';
5964
6023
  __triggerEvent__('globality', 'startup');
5965
6024
  `), f.run(), f;
5966
6025
  }
5967
- function Ln(n) {
6026
+ function Mn(n) {
5968
6027
  n.appendCode("__destroy__();"), n.run();
5969
6028
  }
5970
- const Yl = /* @__PURE__ */ pe({
6029
+ const Ql = /* @__PURE__ */ oe({
5971
6030
  __name: "index",
5972
6031
  props: {
5973
6032
  id: {},
@@ -5976,21 +6035,21 @@ const Yl = /* @__PURE__ */ pe({
5976
6035
  outer: { type: Boolean }
5977
6036
  },
5978
6037
  setup(n) {
5979
- const { t: o } = _a(), f = n, h = il(), g = Ee(), b = _i(), m = bi(), T = Ei(), R = al(), r = N(() => R[f.refContext.refid]);
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]);
5980
6039
  let t;
5981
- ma(() => {
5982
- r.value || Bn.emit("compNotAvail", f.refContext.refid), t && (Ln(t), t = void 0), r.value && g === "runtime" && (t = Gl(
6040
+ Oa(() => {
6041
+ r.value || Gn.emit("compNotAvail", f.refContext.refid), t && (Mn(t), t = void 0), r.value && g === "runtime" && (t = Zl(
5983
6042
  {
5984
6043
  env: h,
5985
6044
  type: m,
5986
6045
  data: T
5987
6046
  },
5988
6047
  r.value.data.code.script
5989
- ), ol(t));
5990
- }), ga(() => {
5991
- t && (Ln(t), t = void 0);
6048
+ ), dl(t));
6049
+ }), Ta(() => {
6050
+ t && (Mn(t), t = void 0);
5992
6051
  });
5993
- const { applySize: e } = Ni(g, b, f), i = N(() => {
6052
+ const { applySize: e } = wi(g, b, f), i = N(() => {
5994
6053
  const v = {}, E = T.type;
5995
6054
  return m === "page" ? E === "common" ? e(v) : console.assert(!1) : m === "comp" && E === "common" ? e(v) : console.assert(!1), v;
5996
6055
  });
@@ -6008,7 +6067,7 @@ const Yl = /* @__PURE__ */ pe({
6008
6067
  return v.ref ? E = l(v) : E = a(v), E;
6009
6068
  }
6010
6069
  function l(v) {
6011
- const E = Pi[T.version].refKey, S = Ce[E];
6070
+ const E = ki[T.version].refKey, S = Ae[E];
6012
6071
  let O;
6013
6072
  return S ? O = Ye(S.comp, {
6014
6073
  refContext: {
@@ -6021,7 +6080,7 @@ const Yl = /* @__PURE__ */ pe({
6021
6080
  function a(v) {
6022
6081
  var O;
6023
6082
  let E;
6024
- const S = Ce[v.basic.key];
6083
+ const S = Ae[v.basic.key];
6025
6084
  return S ? ((O = v.children) == null || O.forEach((x) => {
6026
6085
  s(x);
6027
6086
  }), E = Ye(S.comp, { node: v })) : console.assert(!1, `invalid element key=${v.basic.key}`), E;
@@ -6040,9 +6099,9 @@ const Yl = /* @__PURE__ */ pe({
6040
6099
  v.push(Ye("div", o("x-runtime-lib.compNotAvail")));
6041
6100
  return Ye("div", { id: f.id, style: i.value }, v);
6042
6101
  };
6043
- return (v, E) => (K(), ge(p));
6102
+ return (v, E) => (H(), he(p));
6044
6103
  }
6045
- }), Fn = {
6104
+ }), Un = {
6046
6105
  key: "ref",
6047
6106
  name: "x-runtime-lib.ref",
6048
6107
  children: [
@@ -6053,25 +6112,25 @@ const Yl = /* @__PURE__ */ pe({
6053
6112
  default: ""
6054
6113
  }
6055
6114
  ]
6056
- }, wi = {
6057
- key: Ti,
6115
+ }, Ai = {
6116
+ key: xi,
6058
6117
  name: "x-runtime-lib.ref",
6059
- comp: Yl,
6060
- leaf: !0,
6118
+ comp: Ql,
6119
+ slots: [],
6061
6120
  events: [],
6062
6121
  methods: [],
6063
6122
  props: {
6064
- pageCommon: [X, Fn, mt, ht, vt, yt],
6065
- compCommon: [X, Fn, mt, ht, vt, yt]
6123
+ pageCommon: [Y, Un, _t, yt, mt, gt],
6124
+ compCommon: [Y, Un, _t, yt, mt, gt]
6066
6125
  }
6067
- }, zl = { key: 0 }, Xl = /* @__PURE__ */ pe({
6126
+ }, ec = { key: 0 }, tc = /* @__PURE__ */ oe({
6068
6127
  __name: "index",
6069
6128
  props: {
6070
6129
  node: {},
6071
6130
  outer: { type: Boolean }
6072
6131
  },
6073
6132
  setup(n) {
6074
- const o = n, f = Ee(), h = De(), g = N(() => {
6133
+ const o = n, f = Re(), h = De(), g = N(() => {
6075
6134
  var e;
6076
6135
  return (e = o.node.settings) == null ? void 0 : e.value;
6077
6136
  }), b = N(() => {
@@ -6091,9 +6150,9 @@ const Yl = /* @__PURE__ */ pe({
6091
6150
  return f !== "runtime" ? !0 : (e = o.node.settings) == null ? void 0 : e.readonly;
6092
6151
  }), t = N(() => h.value ? "dark" : "light");
6093
6152
  return (e, i) => {
6094
- const u = Ae("v-select");
6095
- return _t(f) === "editor" ? (K(), He("div", zl, [
6096
- bt(u, {
6153
+ const u = fe("v-select");
6154
+ return He(f) === "editor" ? (H(), Ke("div", ec, [
6155
+ qe(u, {
6097
6156
  "model-value": g.value,
6098
6157
  label: b.value,
6099
6158
  placeholder: m.value,
@@ -6102,7 +6161,7 @@ const Yl = /* @__PURE__ */ pe({
6102
6161
  readonly: r.value,
6103
6162
  theme: t.value
6104
6163
  }, null, 8, ["model-value", "label", "placeholder", "hide-details", "single-line", "readonly", "theme"])
6105
- ])) : (K(), ge(u, {
6164
+ ])) : (H(), he(u, {
6106
6165
  key: 1,
6107
6166
  "model-value": g.value,
6108
6167
  label: b.value,
@@ -6114,7 +6173,7 @@ const Yl = /* @__PURE__ */ pe({
6114
6173
  }, null, 8, ["model-value", "label", "placeholder", "hide-details", "single-line", "readonly", "theme"]));
6115
6174
  };
6116
6175
  }
6117
- }), Mn = {
6176
+ }), jn = {
6118
6177
  key: "settings",
6119
6178
  name: "x-runtime-lib.settings",
6120
6179
  children: [
@@ -6155,25 +6214,25 @@ const Yl = /* @__PURE__ */ pe({
6155
6214
  default: !1
6156
6215
  }
6157
6216
  ]
6158
- }, Wl = {
6159
- key: ar,
6217
+ }, rc = {
6218
+ key: ur,
6160
6219
  name: "x-runtime-lib.select",
6161
- comp: Xl,
6162
- leaf: !1,
6220
+ comp: tc,
6221
+ slots: [],
6163
6222
  events: [],
6164
6223
  methods: [],
6165
6224
  props: {
6166
- pageCommon: [X, Mn],
6167
- compCommon: [X, Mn]
6225
+ pageCommon: [Y, jn],
6226
+ compCommon: [Y, jn]
6168
6227
  }
6169
- }, Jl = { key: 0 }, Hl = /* @__PURE__ */ pe({
6228
+ }, nc = { key: 0 }, ic = /* @__PURE__ */ oe({
6170
6229
  __name: "index",
6171
6230
  props: {
6172
6231
  node: {},
6173
6232
  outer: { type: Boolean }
6174
6233
  },
6175
6234
  setup(n) {
6176
- const o = n, f = Ee(), h = De(), g = N(() => {
6235
+ const o = n, f = Re(), h = De(), g = N(() => {
6177
6236
  var t;
6178
6237
  return (t = o.node.settings) == null ? void 0 : t.label;
6179
6238
  }), b = N(() => {
@@ -6190,9 +6249,9 @@ const Yl = /* @__PURE__ */ pe({
6190
6249
  return f !== "runtime" ? !0 : (t = o.node.settings) == null ? void 0 : t.readonly;
6191
6250
  }), r = N(() => h.value ? "dark" : "light");
6192
6251
  return (t, e) => {
6193
- const i = Ae("v-text-field");
6194
- return _t(f) === "editor" ? (K(), He("div", Jl, [
6195
- bt(i, {
6252
+ const i = fe("v-text-field");
6253
+ return He(f) === "editor" ? (H(), Ke("div", nc, [
6254
+ qe(i, {
6196
6255
  label: g.value,
6197
6256
  placeholder: b.value,
6198
6257
  "hide-details": m.value,
@@ -6200,7 +6259,7 @@ const Yl = /* @__PURE__ */ pe({
6200
6259
  readonly: R.value,
6201
6260
  theme: r.value
6202
6261
  }, null, 8, ["label", "placeholder", "hide-details", "single-line", "readonly", "theme"])
6203
- ])) : (K(), ge(i, {
6262
+ ])) : (H(), he(i, {
6204
6263
  key: 1,
6205
6264
  label: g.value,
6206
6265
  placeholder: b.value,
@@ -6211,7 +6270,7 @@ const Yl = /* @__PURE__ */ pe({
6211
6270
  }, null, 8, ["label", "placeholder", "hide-details", "single-line", "readonly", "theme"]));
6212
6271
  };
6213
6272
  }
6214
- }), Un = {
6273
+ }), Bn = {
6215
6274
  key: "settings",
6216
6275
  name: "x-runtime-lib.settings",
6217
6276
  children: [
@@ -6246,50 +6305,52 @@ const Yl = /* @__PURE__ */ pe({
6246
6305
  default: !1
6247
6306
  }
6248
6307
  ]
6249
- }, Kl = {
6250
- key: or,
6308
+ }, ac = {
6309
+ key: sr,
6251
6310
  name: "x-runtime-lib.textField",
6252
- comp: Hl,
6253
- leaf: !1,
6311
+ comp: ic,
6312
+ slots: [],
6254
6313
  events: [],
6255
6314
  methods: [],
6256
6315
  props: {
6257
- pageCommon: [X, Un],
6258
- compCommon: [X, Un]
6316
+ pageCommon: [Y, Bn],
6317
+ compCommon: [Y, Bn]
6259
6318
  }
6260
- }, ql = {
6319
+ }, oc = {
6261
6320
  version: "v1",
6262
- globalityKey: Si.key,
6263
- refKey: wi.key,
6321
+ globalityKey: Pi.key,
6322
+ refKey: Ai.key,
6264
6323
  elements: /* @__PURE__ */ new Set([
6265
- er,
6266
6324
  tr,
6267
6325
  rr,
6268
6326
  nr,
6269
- Oi,
6270
6327
  ir,
6271
- Ti,
6272
6328
  ar,
6273
- or
6329
+ Si,
6330
+ or,
6331
+ xi,
6332
+ ur,
6333
+ sr
6274
6334
  ]),
6275
6335
  groups: [
6276
6336
  {
6277
6337
  key: "basic",
6278
6338
  name: "x-runtime-lib.basic",
6279
6339
  items: [
6280
- er,
6281
6340
  tr,
6282
6341
  rr,
6283
6342
  nr,
6284
6343
  ir,
6285
6344
  ar,
6286
- or
6345
+ or,
6346
+ ur,
6347
+ sr
6287
6348
  ]
6288
6349
  }
6289
6350
  ]
6290
- }, Pi = {
6291
- v1: ql
6292
- }, Ce = {}, Zl = {
6351
+ }, ki = {
6352
+ v1: oc
6353
+ }, Ae = {}, uc = {
6293
6354
  key: "add",
6294
6355
  name: "METHOD_ADD",
6295
6356
  inputs: [],
@@ -6299,19 +6360,20 @@ const Yl = /* @__PURE__ */ pe({
6299
6360
  name: "PARAM_NEW_NODE"
6300
6361
  }
6301
6362
  ]
6302
- }, oe = (n) => {
6303
- Ce[n.key] && console.assert(!1, `element duplicate key=${n.key}`), n.leaf || n.methods.unshift(Zl), Ce[n.key] = n;
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;
6304
6365
  };
6305
- oe(cl);
6306
- oe(dl);
6307
- oe(_l);
6308
- oe(Rl);
6309
- oe(Si);
6310
- oe(Nl);
6311
- oe(wi);
6312
- oe(Wl);
6313
- oe(Kl);
6314
- const Ql = (n, o, f) => {
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) => {
6315
6377
  const h = n[o];
6316
6378
  return h ? typeof h == "function" ? h() : Promise.resolve(h) : new Promise((g, b) => {
6317
6379
  (typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(
@@ -6324,41 +6386,41 @@ const Ql = (n, o, f) => {
6324
6386
  );
6325
6387
  });
6326
6388
  };
6327
- async function hc(n) {
6328
- return (await Ql(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en-g5917ung.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans-ehanwg1n.js") }), `./locales/${n}/index.ts`, 4)).default;
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;
6329
6391
  }
6330
6392
  export {
6331
- oc as duplicateNode,
6332
- Ce as elements,
6333
- $n as genId,
6334
- ac as getNode,
6335
- Sn as getPropDefault,
6336
- rl as getPropTag,
6337
- xn as initProps,
6393
+ vc as duplicateNode,
6394
+ Ae as elements,
6395
+ Yn as genId,
6396
+ hc as getNode,
6397
+ wn as getPropDefault,
6398
+ ll as getPropTag,
6399
+ Pn as initProps,
6338
6400
  De as injectDark,
6339
- Ei as injectData,
6340
- al as injectDepends,
6341
- _i as injectDevice,
6342
- il as injectEnv,
6343
- ul as injectInterpreter,
6344
- Ee as injectMode,
6345
- bi as injectType,
6346
- ur as isEmptyStr,
6347
- lr as isPercentStr,
6348
- sr as isPixelStr,
6349
- hc as loadLocaleMessageRuntime,
6350
- Wt as parsePercentStr,
6351
- ic as parsePixelStr,
6352
- Pi as pkgs,
6353
- cc as provideDark,
6354
- pc as provideData,
6355
- dc as provideDepends,
6356
- lc as provideDevice,
6357
- uc as provideEnv,
6358
- ol as provideInterpreter,
6359
- sc as provideMode,
6360
- fc as provideType,
6361
- nl as spawnNode,
6362
- Gl as startInterpreter,
6363
- Ln as stopInterpreter
6401
+ Ti as injectData,
6402
+ pl as injectDepends,
6403
+ Ri as injectDevice,
6404
+ fl as injectEnv,
6405
+ hl as injectInterpreter,
6406
+ 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,
6420
+ dl as provideInterpreter,
6421
+ mc as provideMode,
6422
+ bc as provideType,
6423
+ cl as spawnNode,
6424
+ Zl as startInterpreter,
6425
+ Mn as stopInterpreter
6364
6426
  };