x-runtime-lib 0.5.17 → 0.5.18

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,15 +1,15 @@
1
- var ha = Object.defineProperty;
2
- var va = (n, o, f) => o in n ? ha(n, o, { enumerable: !0, configurable: !0, writable: !0, value: f }) : n[o] = f;
3
- var Wt = (n, o, f) => va(n, typeof o != "symbol" ? o + "" : o, f);
4
- import { provide as de, inject as he, readonly as bt, isReactive as zn, defineComponent as se, computed as N, resolveComponent as Re, openBlock as J, createBlock as ve, unref as Ae, createElementBlock as Le, createVNode as Et, normalizeStyle as ya, renderSlot as ee, onBeforeMount as ma, onUnmounted as _a, isRef as ga, withCtx as te, createCommentVNode as ba, watchEffect as Ea, onBeforeUnmount as Ra, h as Je } from "vue";
5
- import { eventBus as qe, useViewStack as Oa, messageInfo as Ta, messageSuccess as Na, messageWarning as Sa, messageError as xa, openConfirmDlg as wa, openPromptDlg as Pa } from "x-essential-lib";
6
- import { useI18n as Ca } from "vue-i18n";
7
- const on = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
8
- function Xn(n) {
1
+ var ma = Object.defineProperty;
2
+ var _a = (n, o, c) => o in n ? ma(n, o, { enumerable: !0, configurable: !0, writable: !0, value: c }) : n[o] = c;
3
+ var Wt = (n, o, c) => _a(n, typeof o != "symbol" ? o + "" : o, c);
4
+ import { provide as ye, inject as me, readonly as Et, isReactive as Wn, defineComponent as re, computed as N, resolveComponent as Te, openBlock as J, createBlock as ce, unref as Ie, createElementBlock as Fe, createVNode as K, normalizeStyle as ga, renderSlot as Jn, onBeforeMount as ba, onUnmounted as Ea, isRef as Ra, withCtx as te, createCommentVNode as Oa, watchEffect as Ta, onBeforeUnmount as Na, h as se, watch as Sa, createSlots as on } from "vue";
5
+ import { eventBus as Ze, useViewStack as xa, messageInfo as Pa, messageSuccess as wa, messageWarning as Ca, messageError as ka, openConfirmDlg as Aa, openPromptDlg as Ia } from "x-essential-lib";
6
+ import { useI18n as Da } from "vue-i18n";
7
+ const un = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
8
+ function Hn(n) {
9
9
  let o = "";
10
- for (let f = 0; f < n; f++) {
11
- const h = Math.floor(Math.random() * on.length);
12
- o += on[h];
10
+ for (let c = 0; c < n; c++) {
11
+ const h = Math.floor(Math.random() * un.length);
12
+ o += un[h];
13
13
  }
14
14
  return o;
15
15
  }
@@ -19,75 +19,75 @@ function cr(n) {
19
19
  function fr(n) {
20
20
  if (typeof n != "string" || !n.endsWith("px"))
21
21
  return !1;
22
- const o = n.substring(0, n.length - 2), f = parseFloat(o);
23
- return !(isNaN(f) || f % 1 !== 0);
22
+ const o = n.substring(0, n.length - 2), c = parseFloat(o);
23
+ return !(isNaN(c) || c % 1 !== 0);
24
24
  }
25
25
  function pr(n) {
26
26
  if (typeof n != "string" || !n.endsWith("%"))
27
27
  return !1;
28
- const o = n.substring(0, n.length - 1), f = parseFloat(o);
29
- return !isNaN(f);
28
+ const o = n.substring(0, n.length - 1), c = parseFloat(o);
29
+ return !isNaN(c);
30
30
  }
31
- function vc(n) {
31
+ function bc(n) {
32
32
  if (typeof n != "string" || !n.endsWith("px"))
33
33
  return;
34
- const o = n.substring(0, n.length - 2), f = parseFloat(o);
35
- if (!isNaN(f) && f % 1 === 0)
36
- return f;
34
+ const o = n.substring(0, n.length - 2), c = parseFloat(o);
35
+ if (!isNaN(c) && c % 1 === 0)
36
+ return c;
37
37
  }
38
38
  function Jt(n) {
39
39
  if (typeof n != "string" || !n.endsWith("%"))
40
40
  return;
41
- const o = n.substring(0, n.length - 1), f = parseFloat(o);
42
- if (!isNaN(f))
43
- return f;
41
+ const o = n.substring(0, n.length - 1), c = parseFloat(o);
42
+ if (!isNaN(c))
43
+ return c;
44
44
  }
45
- var Wn = typeof global == "object" && global && global.Object === Object && global, Aa = typeof self == "object" && self && self.Object === Object && self, re = Wn || Aa || Function("return this")(), ke = re.Symbol, Jn = Object.prototype, ka = Jn.hasOwnProperty, Ia = Jn.toString, He = ke ? ke.toStringTag : void 0;
46
- function Da(n) {
47
- var o = ka.call(n, He), f = n[He];
45
+ var Kn = typeof global == "object" && global && global.Object === Object && global, La = typeof self == "object" && self && self.Object === Object && self, ne = Kn || La || Function("return this")(), De = ne.Symbol, qn = Object.prototype, Ma = qn.hasOwnProperty, Fa = qn.toString, Ke = De ? De.toStringTag : void 0;
46
+ function Ua(n) {
47
+ var o = Ma.call(n, Ke), c = n[Ke];
48
48
  try {
49
- n[He] = void 0;
49
+ n[Ke] = void 0;
50
50
  var h = !0;
51
51
  } catch {
52
52
  }
53
- var _ = Ia.call(n);
54
- return h && (o ? n[He] = f : delete n[He]), _;
55
- }
56
- var La = Object.prototype, Ma = La.toString;
57
- function Fa(n) {
58
- return Ma.call(n);
53
+ var _ = Fa.call(n);
54
+ return h && (o ? n[Ke] = c : delete n[Ke]), _;
59
55
  }
60
- var Ua = "[object Null]", ja = "[object Undefined]", un = ke ? ke.toStringTag : void 0;
61
- function et(n) {
62
- return n == null ? n === void 0 ? ja : Ua : un && un in Object(n) ? Da(n) : Fa(n);
56
+ var ja = Object.prototype, Ba = ja.toString;
57
+ function $a(n) {
58
+ return Ba.call(n);
63
59
  }
60
+ var Va = "[object Null]", Ga = "[object Undefined]", sn = De ? De.toStringTag : void 0;
64
61
  function tt(n) {
62
+ return n == null ? n === void 0 ? Ga : Va : sn && sn in Object(n) ? Ua(n) : $a(n);
63
+ }
64
+ function rt(n) {
65
65
  return n != null && typeof n == "object";
66
66
  }
67
67
  var dr = Array.isArray;
68
- function rt(n) {
68
+ function nt(n) {
69
69
  var o = typeof n;
70
70
  return n != null && (o == "object" || o == "function");
71
71
  }
72
- var Ba = "[object AsyncFunction]", $a = "[object Function]", Va = "[object GeneratorFunction]", Ga = "[object Proxy]";
73
- function Hn(n) {
74
- if (!rt(n))
72
+ var Ya = "[object AsyncFunction]", za = "[object Function]", Xa = "[object GeneratorFunction]", Wa = "[object Proxy]";
73
+ function Zn(n) {
74
+ if (!nt(n))
75
75
  return !1;
76
- var o = et(n);
77
- return o == $a || o == Va || o == Ba || o == Ga;
76
+ var o = tt(n);
77
+ return o == za || o == Xa || o == Ya || o == Wa;
78
78
  }
79
- var Ht = re["__core-js_shared__"], sn = function() {
79
+ var Ht = ne["__core-js_shared__"], ln = function() {
80
80
  var n = /[^.]+$/.exec(Ht && Ht.keys && Ht.keys.IE_PROTO || "");
81
81
  return n ? "Symbol(src)_1." + n : "";
82
82
  }();
83
- function Ya(n) {
84
- return !!sn && sn in n;
83
+ function Ja(n) {
84
+ return !!ln && ln in n;
85
85
  }
86
- var za = Function.prototype, Xa = za.toString;
87
- function Oe(n) {
86
+ var Ha = Function.prototype, Ka = Ha.toString;
87
+ function Ne(n) {
88
88
  if (n != null) {
89
89
  try {
90
- return Xa.call(n);
90
+ return Ka.call(n);
91
91
  } catch {
92
92
  }
93
93
  try {
@@ -97,520 +97,520 @@ function Oe(n) {
97
97
  }
98
98
  return "";
99
99
  }
100
- var Wa = /[\\^$.*+?()[\]{}|]/g, Ja = /^\[object .+?Constructor\]$/, Ha = Function.prototype, Ka = Object.prototype, qa = Ha.toString, Za = Ka.hasOwnProperty, Qa = RegExp(
101
- "^" + qa.call(Za).replace(Wa, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
100
+ var qa = /[\\^$.*+?()[\]{}|]/g, Za = /^\[object .+?Constructor\]$/, Qa = Function.prototype, eo = Object.prototype, to = Qa.toString, ro = eo.hasOwnProperty, no = RegExp(
101
+ "^" + to.call(ro).replace(qa, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
102
102
  );
103
- function eo(n) {
104
- if (!rt(n) || Ya(n))
103
+ function io(n) {
104
+ if (!nt(n) || Ja(n))
105
105
  return !1;
106
- var o = Hn(n) ? Qa : Ja;
107
- return o.test(Oe(n));
106
+ var o = Zn(n) ? no : Za;
107
+ return o.test(Ne(n));
108
108
  }
109
- function to(n, o) {
109
+ function ao(n, o) {
110
110
  return n == null ? void 0 : n[o];
111
111
  }
112
- function Te(n, o) {
113
- var f = to(n, o);
114
- return eo(f) ? f : void 0;
112
+ function Se(n, o) {
113
+ var c = ao(n, o);
114
+ return io(c) ? c : void 0;
115
115
  }
116
- var qt = Te(re, "WeakMap"), ln = Object.create, ro = /* @__PURE__ */ function() {
116
+ var qt = Se(ne, "WeakMap"), cn = Object.create, oo = /* @__PURE__ */ function() {
117
117
  function n() {
118
118
  }
119
119
  return function(o) {
120
- if (!rt(o))
120
+ if (!nt(o))
121
121
  return {};
122
- if (ln)
123
- return ln(o);
122
+ if (cn)
123
+ return cn(o);
124
124
  n.prototype = o;
125
- var f = new n();
126
- return n.prototype = void 0, f;
125
+ var c = new n();
126
+ return n.prototype = void 0, c;
127
127
  };
128
128
  }();
129
- function no(n, o) {
130
- var f = -1, h = n.length;
131
- for (o || (o = Array(h)); ++f < h; )
132
- o[f] = n[f];
129
+ function uo(n, o) {
130
+ var c = -1, h = n.length;
131
+ for (o || (o = Array(h)); ++c < h; )
132
+ o[c] = n[c];
133
133
  return o;
134
134
  }
135
- var cn = function() {
135
+ var fn = function() {
136
136
  try {
137
- var n = Te(Object, "defineProperty");
137
+ var n = Se(Object, "defineProperty");
138
138
  return n({}, "", {}), n;
139
139
  } catch {
140
140
  }
141
141
  }();
142
- function io(n, o) {
143
- for (var f = -1, h = n == null ? 0 : n.length; ++f < h && o(n[f], f, n) !== !1; )
142
+ function so(n, o) {
143
+ for (var c = -1, h = n == null ? 0 : n.length; ++c < h && o(n[c], c, n) !== !1; )
144
144
  ;
145
145
  return n;
146
146
  }
147
- var ao = 9007199254740991, oo = /^(?:0|[1-9]\d*)$/;
148
- function uo(n, o) {
149
- var f = typeof n;
150
- return o = o ?? ao, !!o && (f == "number" || f != "symbol" && oo.test(n)) && n > -1 && n % 1 == 0 && n < o;
147
+ var lo = 9007199254740991, co = /^(?:0|[1-9]\d*)$/;
148
+ function fo(n, o) {
149
+ var c = typeof n;
150
+ return o = o ?? lo, !!o && (c == "number" || c != "symbol" && co.test(n)) && n > -1 && n % 1 == 0 && n < o;
151
151
  }
152
- function Kn(n, o, f) {
153
- o == "__proto__" && cn ? cn(n, o, {
152
+ function Qn(n, o, c) {
153
+ o == "__proto__" && fn ? fn(n, o, {
154
154
  configurable: !0,
155
155
  enumerable: !0,
156
- value: f,
156
+ value: c,
157
157
  writable: !0
158
- }) : n[o] = f;
158
+ }) : n[o] = c;
159
159
  }
160
- function qn(n, o) {
160
+ function ei(n, o) {
161
161
  return n === o || n !== n && o !== o;
162
162
  }
163
- var so = Object.prototype, lo = so.hasOwnProperty;
164
- function Zn(n, o, f) {
163
+ var po = Object.prototype, ho = po.hasOwnProperty;
164
+ function ti(n, o, c) {
165
165
  var h = n[o];
166
- (!(lo.call(n, o) && qn(h, f)) || f === void 0 && !(o in n)) && Kn(n, o, f);
166
+ (!(ho.call(n, o) && ei(h, c)) || c === void 0 && !(o in n)) && Qn(n, o, c);
167
167
  }
168
- function Rt(n, o, f, h) {
169
- var _ = !f;
170
- f || (f = {});
168
+ function Rt(n, o, c, h) {
169
+ var _ = !c;
170
+ c || (c = {});
171
171
  for (var b = -1, m = o.length; ++b < m; ) {
172
172
  var R = o[b], O = void 0;
173
- O === void 0 && (O = n[R]), _ ? Kn(f, R, O) : Zn(f, R, O);
173
+ O === void 0 && (O = n[R]), _ ? Qn(c, R, O) : ti(c, R, O);
174
174
  }
175
- return f;
175
+ return c;
176
176
  }
177
- var co = 9007199254740991;
178
- function Qn(n) {
179
- return typeof n == "number" && n > -1 && n % 1 == 0 && n <= co;
177
+ var vo = 9007199254740991;
178
+ function ri(n) {
179
+ return typeof n == "number" && n > -1 && n % 1 == 0 && n <= vo;
180
180
  }
181
- function ei(n) {
182
- return n != null && Qn(n.length) && !Hn(n);
181
+ function ni(n) {
182
+ return n != null && ri(n.length) && !Zn(n);
183
183
  }
184
- var fo = Object.prototype;
184
+ var yo = Object.prototype;
185
185
  function hr(n) {
186
- var o = n && n.constructor, f = typeof o == "function" && o.prototype || fo;
187
- return n === f;
186
+ var o = n && n.constructor, c = typeof o == "function" && o.prototype || yo;
187
+ return n === c;
188
188
  }
189
- function po(n, o) {
190
- for (var f = -1, h = Array(n); ++f < n; )
191
- h[f] = o(f);
189
+ function mo(n, o) {
190
+ for (var c = -1, h = Array(n); ++c < n; )
191
+ h[c] = o(c);
192
192
  return h;
193
193
  }
194
- var ho = "[object Arguments]";
195
- function fn(n) {
196
- return tt(n) && et(n) == ho;
194
+ var _o = "[object Arguments]";
195
+ function pn(n) {
196
+ return rt(n) && tt(n) == _o;
197
197
  }
198
- var ti = Object.prototype, vo = ti.hasOwnProperty, yo = ti.propertyIsEnumerable, mo = fn(/* @__PURE__ */ function() {
198
+ var ii = Object.prototype, go = ii.hasOwnProperty, bo = ii.propertyIsEnumerable, Eo = pn(/* @__PURE__ */ function() {
199
199
  return arguments;
200
- }()) ? fn : function(n) {
201
- return tt(n) && vo.call(n, "callee") && !yo.call(n, "callee");
200
+ }()) ? pn : function(n) {
201
+ return rt(n) && go.call(n, "callee") && !bo.call(n, "callee");
202
202
  };
203
- function _o() {
203
+ function Ro() {
204
204
  return !1;
205
205
  }
206
- var ri = typeof exports == "object" && exports && !exports.nodeType && exports, pn = ri && typeof module == "object" && module && !module.nodeType && module, go = pn && pn.exports === ri, dn = go ? re.Buffer : void 0, bo = dn ? dn.isBuffer : void 0, ni = bo || _o, Eo = "[object Arguments]", Ro = "[object Array]", Oo = "[object Boolean]", To = "[object Date]", No = "[object Error]", So = "[object Function]", xo = "[object Map]", wo = "[object Number]", Po = "[object Object]", Co = "[object RegExp]", Ao = "[object Set]", ko = "[object String]", Io = "[object WeakMap]", Do = "[object ArrayBuffer]", Lo = "[object DataView]", Mo = "[object Float32Array]", Fo = "[object Float64Array]", Uo = "[object Int8Array]", jo = "[object Int16Array]", Bo = "[object Int32Array]", $o = "[object Uint8Array]", Vo = "[object Uint8ClampedArray]", Go = "[object Uint16Array]", Yo = "[object Uint32Array]", F = {};
207
- F[Mo] = F[Fo] = F[Uo] = F[jo] = F[Bo] = F[$o] = F[Vo] = F[Go] = F[Yo] = !0;
208
- F[Eo] = F[Ro] = F[Do] = F[Oo] = F[Lo] = F[To] = F[No] = F[So] = F[xo] = F[wo] = F[Po] = F[Co] = F[Ao] = F[ko] = F[Io] = !1;
209
- function zo(n) {
210
- return tt(n) && Qn(n.length) && !!F[et(n)];
206
+ var ai = typeof exports == "object" && exports && !exports.nodeType && exports, dn = ai && typeof module == "object" && module && !module.nodeType && module, Oo = dn && dn.exports === ai, hn = Oo ? ne.Buffer : void 0, To = hn ? hn.isBuffer : void 0, oi = To || Ro, No = "[object Arguments]", So = "[object Array]", xo = "[object Boolean]", Po = "[object Date]", wo = "[object Error]", Co = "[object Function]", ko = "[object Map]", Ao = "[object Number]", Io = "[object Object]", Do = "[object RegExp]", Lo = "[object Set]", Mo = "[object String]", Fo = "[object WeakMap]", Uo = "[object ArrayBuffer]", jo = "[object DataView]", Bo = "[object Float32Array]", $o = "[object Float64Array]", Vo = "[object Int8Array]", Go = "[object Int16Array]", Yo = "[object Int32Array]", zo = "[object Uint8Array]", Xo = "[object Uint8ClampedArray]", Wo = "[object Uint16Array]", Jo = "[object Uint32Array]", F = {};
207
+ F[Bo] = F[$o] = F[Vo] = F[Go] = F[Yo] = F[zo] = F[Xo] = F[Wo] = F[Jo] = !0;
208
+ F[No] = F[So] = F[Uo] = F[xo] = F[jo] = F[Po] = F[wo] = F[Co] = F[ko] = F[Ao] = F[Io] = F[Do] = F[Lo] = F[Mo] = F[Fo] = !1;
209
+ function Ho(n) {
210
+ return rt(n) && ri(n.length) && !!F[tt(n)];
211
211
  }
212
212
  function vr(n) {
213
213
  return function(o) {
214
214
  return n(o);
215
215
  };
216
216
  }
217
- var ii = typeof exports == "object" && exports && !exports.nodeType && exports, Ke = ii && typeof module == "object" && module && !module.nodeType && module, Xo = Ke && Ke.exports === ii, Kt = Xo && Wn.process, Ie = function() {
217
+ var ui = typeof exports == "object" && exports && !exports.nodeType && exports, qe = ui && typeof module == "object" && module && !module.nodeType && module, Ko = qe && qe.exports === ui, Kt = Ko && Kn.process, Le = function() {
218
218
  try {
219
- var n = Ke && Ke.require && Ke.require("util").types;
219
+ var n = qe && qe.require && qe.require("util").types;
220
220
  return n || Kt && Kt.binding && Kt.binding("util");
221
221
  } catch {
222
222
  }
223
- }(), hn = Ie && Ie.isTypedArray, Wo = hn ? vr(hn) : zo, Jo = Object.prototype, Ho = Jo.hasOwnProperty;
224
- function ai(n, o) {
225
- var f = dr(n), h = !f && mo(n), _ = !f && !h && ni(n), b = !f && !h && !_ && Wo(n), m = f || h || _ || b, R = m ? po(n.length, String) : [], O = R.length;
223
+ }(), vn = Le && Le.isTypedArray, qo = vn ? vr(vn) : Ho, Zo = Object.prototype, Qo = Zo.hasOwnProperty;
224
+ function si(n, o) {
225
+ var c = dr(n), h = !c && Eo(n), _ = !c && !h && oi(n), b = !c && !h && !_ && qo(n), m = c || h || _ || b, R = m ? mo(n.length, String) : [], O = R.length;
226
226
  for (var r in n)
227
- (o || Ho.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
  _ && (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
- uo(r, O))) && R.push(r);
231
+ fo(r, O))) && R.push(r);
232
232
  return R;
233
233
  }
234
- function oi(n, o) {
235
- return function(f) {
236
- return n(o(f));
234
+ function li(n, o) {
235
+ return function(c) {
236
+ return n(o(c));
237
237
  };
238
238
  }
239
- var Ko = oi(Object.keys, Object), qo = Object.prototype, Zo = qo.hasOwnProperty;
240
- function Qo(n) {
239
+ var eu = li(Object.keys, Object), tu = Object.prototype, ru = tu.hasOwnProperty;
240
+ function nu(n) {
241
241
  if (!hr(n))
242
- return Ko(n);
242
+ return eu(n);
243
243
  var o = [];
244
- for (var f in Object(n))
245
- Zo.call(n, f) && f != "constructor" && o.push(f);
244
+ for (var c in Object(n))
245
+ ru.call(n, c) && c != "constructor" && o.push(c);
246
246
  return o;
247
247
  }
248
248
  function yr(n) {
249
- return ei(n) ? ai(n) : Qo(n);
249
+ return ni(n) ? si(n) : nu(n);
250
250
  }
251
- function eu(n) {
251
+ function iu(n) {
252
252
  var o = [];
253
253
  if (n != null)
254
- for (var f in Object(n))
255
- o.push(f);
254
+ for (var c in Object(n))
255
+ o.push(c);
256
256
  return o;
257
257
  }
258
- var tu = Object.prototype, ru = tu.hasOwnProperty;
259
- function nu(n) {
260
- if (!rt(n))
261
- return eu(n);
262
- var o = hr(n), f = [];
258
+ var au = Object.prototype, ou = au.hasOwnProperty;
259
+ function uu(n) {
260
+ if (!nt(n))
261
+ return iu(n);
262
+ var o = hr(n), c = [];
263
263
  for (var h in n)
264
- h == "constructor" && (o || !ru.call(n, h)) || f.push(h);
265
- return f;
264
+ h == "constructor" && (o || !ou.call(n, h)) || c.push(h);
265
+ return c;
266
266
  }
267
267
  function mr(n) {
268
- return ei(n) ? ai(n, !0) : nu(n);
268
+ return ni(n) ? si(n, !0) : uu(n);
269
269
  }
270
- var Ze = Te(Object, "create");
271
- function iu() {
272
- this.__data__ = Ze ? Ze(null) : {}, this.size = 0;
270
+ var Qe = Se(Object, "create");
271
+ function su() {
272
+ this.__data__ = Qe ? Qe(null) : {}, this.size = 0;
273
273
  }
274
- function au(n) {
274
+ function lu(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 ou = "__lodash_hash_undefined__", uu = Object.prototype, su = uu.hasOwnProperty;
279
- function lu(n) {
278
+ var cu = "__lodash_hash_undefined__", fu = Object.prototype, pu = fu.hasOwnProperty;
279
+ function du(n) {
280
280
  var o = this.__data__;
281
- if (Ze) {
282
- var f = o[n];
283
- return f === ou ? void 0 : f;
281
+ if (Qe) {
282
+ var c = o[n];
283
+ return c === cu ? void 0 : c;
284
284
  }
285
- return su.call(o, n) ? o[n] : void 0;
285
+ return pu.call(o, n) ? o[n] : void 0;
286
286
  }
287
- var cu = Object.prototype, fu = cu.hasOwnProperty;
288
- function pu(n) {
287
+ var hu = Object.prototype, vu = hu.hasOwnProperty;
288
+ function yu(n) {
289
289
  var o = this.__data__;
290
- return Ze ? o[n] !== void 0 : fu.call(o, n);
290
+ return Qe ? o[n] !== void 0 : vu.call(o, n);
291
291
  }
292
- var du = "__lodash_hash_undefined__";
293
- function hu(n, o) {
294
- var f = this.__data__;
295
- return this.size += this.has(n) ? 0 : 1, f[n] = Ze && o === void 0 ? du : o, this;
292
+ var mu = "__lodash_hash_undefined__";
293
+ function _u(n, o) {
294
+ var c = this.__data__;
295
+ return this.size += this.has(n) ? 0 : 1, c[n] = Qe && o === void 0 ? mu : o, this;
296
296
  }
297
- function Ee(n) {
298
- var o = -1, f = n == null ? 0 : n.length;
299
- for (this.clear(); ++o < f; ) {
297
+ function Oe(n) {
298
+ var o = -1, c = n == null ? 0 : n.length;
299
+ for (this.clear(); ++o < c; ) {
300
300
  var h = n[o];
301
301
  this.set(h[0], h[1]);
302
302
  }
303
303
  }
304
- Ee.prototype.clear = iu;
305
- Ee.prototype.delete = au;
306
- Ee.prototype.get = lu;
307
- Ee.prototype.has = pu;
308
- Ee.prototype.set = hu;
309
- function vu() {
304
+ Oe.prototype.clear = su;
305
+ Oe.prototype.delete = lu;
306
+ Oe.prototype.get = du;
307
+ Oe.prototype.has = yu;
308
+ Oe.prototype.set = _u;
309
+ function gu() {
310
310
  this.__data__ = [], this.size = 0;
311
311
  }
312
312
  function Ot(n, o) {
313
- for (var f = n.length; f--; )
314
- if (qn(n[f][0], o))
315
- return f;
313
+ for (var c = n.length; c--; )
314
+ if (ei(n[c][0], o))
315
+ return c;
316
316
  return -1;
317
317
  }
318
- var yu = Array.prototype, mu = yu.splice;
319
- function _u(n) {
320
- var o = this.__data__, f = Ot(o, n);
321
- if (f < 0)
318
+ var bu = Array.prototype, Eu = bu.splice;
319
+ function Ru(n) {
320
+ var o = this.__data__, c = Ot(o, n);
321
+ if (c < 0)
322
322
  return !1;
323
323
  var h = o.length - 1;
324
- return f == h ? o.pop() : mu.call(o, f, 1), --this.size, !0;
324
+ return c == h ? o.pop() : Eu.call(o, c, 1), --this.size, !0;
325
325
  }
326
- function gu(n) {
327
- var o = this.__data__, f = Ot(o, n);
328
- return f < 0 ? void 0 : o[f][1];
326
+ function Ou(n) {
327
+ var o = this.__data__, c = Ot(o, n);
328
+ return c < 0 ? void 0 : o[c][1];
329
329
  }
330
- function bu(n) {
330
+ function Tu(n) {
331
331
  return Ot(this.__data__, n) > -1;
332
332
  }
333
- function Eu(n, o) {
334
- var f = this.__data__, h = Ot(f, n);
335
- return h < 0 ? (++this.size, f.push([n, o])) : f[h][1] = o, this;
333
+ function Nu(n, o) {
334
+ var c = this.__data__, h = Ot(c, n);
335
+ return h < 0 ? (++this.size, c.push([n, o])) : c[h][1] = o, this;
336
336
  }
337
- function le(n) {
338
- var o = -1, f = n == null ? 0 : n.length;
339
- for (this.clear(); ++o < f; ) {
337
+ function fe(n) {
338
+ var o = -1, c = n == null ? 0 : n.length;
339
+ for (this.clear(); ++o < c; ) {
340
340
  var h = n[o];
341
341
  this.set(h[0], h[1]);
342
342
  }
343
343
  }
344
- le.prototype.clear = vu;
345
- le.prototype.delete = _u;
346
- le.prototype.get = gu;
347
- le.prototype.has = bu;
348
- le.prototype.set = Eu;
349
- var Qe = Te(re, "Map");
350
- function Ru() {
344
+ fe.prototype.clear = gu;
345
+ fe.prototype.delete = Ru;
346
+ fe.prototype.get = Ou;
347
+ fe.prototype.has = Tu;
348
+ fe.prototype.set = Nu;
349
+ var et = Se(ne, "Map");
350
+ function Su() {
351
351
  this.size = 0, this.__data__ = {
352
- hash: new Ee(),
353
- map: new (Qe || le)(),
354
- string: new Ee()
352
+ hash: new Oe(),
353
+ map: new (et || fe)(),
354
+ string: new Oe()
355
355
  };
356
356
  }
357
- function Ou(n) {
357
+ function xu(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 Tt(n, o) {
362
- var f = n.__data__;
363
- return Ou(o) ? f[typeof o == "string" ? "string" : "hash"] : f.map;
362
+ var c = n.__data__;
363
+ return xu(o) ? c[typeof o == "string" ? "string" : "hash"] : c.map;
364
364
  }
365
- function Tu(n) {
365
+ function Pu(n) {
366
366
  var o = Tt(this, n).delete(n);
367
367
  return this.size -= o ? 1 : 0, o;
368
368
  }
369
- function Nu(n) {
369
+ function wu(n) {
370
370
  return Tt(this, n).get(n);
371
371
  }
372
- function Su(n) {
372
+ function Cu(n) {
373
373
  return Tt(this, n).has(n);
374
374
  }
375
- function xu(n, o) {
376
- var f = Tt(this, n), h = f.size;
377
- return f.set(n, o), this.size += f.size == h ? 0 : 1, this;
375
+ function ku(n, o) {
376
+ var c = Tt(this, n), h = c.size;
377
+ return c.set(n, o), this.size += c.size == h ? 0 : 1, this;
378
378
  }
379
- function Me(n) {
380
- var o = -1, f = n == null ? 0 : n.length;
381
- for (this.clear(); ++o < f; ) {
379
+ function Ue(n) {
380
+ var o = -1, c = n == null ? 0 : n.length;
381
+ for (this.clear(); ++o < c; ) {
382
382
  var h = n[o];
383
383
  this.set(h[0], h[1]);
384
384
  }
385
385
  }
386
- Me.prototype.clear = Ru;
387
- Me.prototype.delete = Tu;
388
- Me.prototype.get = Nu;
389
- Me.prototype.has = Su;
390
- Me.prototype.set = xu;
391
- function ui(n, o) {
392
- for (var f = -1, h = o.length, _ = n.length; ++f < h; )
393
- n[_ + f] = o[f];
386
+ Ue.prototype.clear = Su;
387
+ Ue.prototype.delete = Pu;
388
+ Ue.prototype.get = wu;
389
+ Ue.prototype.has = Cu;
390
+ Ue.prototype.set = ku;
391
+ function ci(n, o) {
392
+ for (var c = -1, h = o.length, _ = n.length; ++c < h; )
393
+ n[_ + c] = o[c];
394
394
  return n;
395
395
  }
396
- var si = oi(Object.getPrototypeOf, Object);
397
- function wu() {
398
- this.__data__ = new le(), this.size = 0;
396
+ var fi = li(Object.getPrototypeOf, Object);
397
+ function Au() {
398
+ this.__data__ = new fe(), this.size = 0;
399
399
  }
400
- function Pu(n) {
401
- var o = this.__data__, f = o.delete(n);
402
- return this.size = o.size, f;
400
+ function Iu(n) {
401
+ var o = this.__data__, c = o.delete(n);
402
+ return this.size = o.size, c;
403
403
  }
404
- function Cu(n) {
404
+ function Du(n) {
405
405
  return this.__data__.get(n);
406
406
  }
407
- function Au(n) {
407
+ function Lu(n) {
408
408
  return this.__data__.has(n);
409
409
  }
410
- var ku = 200;
411
- function Iu(n, o) {
412
- var f = this.__data__;
413
- if (f instanceof le) {
414
- var h = f.__data__;
415
- if (!Qe || h.length < ku - 1)
416
- return h.push([n, o]), this.size = ++f.size, this;
417
- f = this.__data__ = new Me(h);
410
+ var Mu = 200;
411
+ function Fu(n, o) {
412
+ var c = this.__data__;
413
+ if (c instanceof fe) {
414
+ var h = c.__data__;
415
+ if (!et || h.length < Mu - 1)
416
+ return h.push([n, o]), this.size = ++c.size, this;
417
+ c = this.__data__ = new Ue(h);
418
418
  }
419
- return f.set(n, o), this.size = f.size, this;
419
+ return c.set(n, o), this.size = c.size, this;
420
420
  }
421
- function Fe(n) {
422
- var o = this.__data__ = new le(n);
421
+ function je(n) {
422
+ var o = this.__data__ = new fe(n);
423
423
  this.size = o.size;
424
424
  }
425
- Fe.prototype.clear = wu;
426
- Fe.prototype.delete = Pu;
427
- Fe.prototype.get = Cu;
428
- Fe.prototype.has = Au;
429
- Fe.prototype.set = Iu;
430
- function Du(n, o) {
425
+ je.prototype.clear = Au;
426
+ je.prototype.delete = Iu;
427
+ je.prototype.get = Du;
428
+ je.prototype.has = Lu;
429
+ je.prototype.set = Fu;
430
+ function Uu(n, o) {
431
431
  return n && Rt(o, yr(o), n);
432
432
  }
433
- function Lu(n, o) {
433
+ function ju(n, o) {
434
434
  return n && Rt(o, mr(o), n);
435
435
  }
436
- var li = typeof exports == "object" && exports && !exports.nodeType && exports, vn = li && typeof module == "object" && module && !module.nodeType && module, Mu = vn && vn.exports === li, yn = Mu ? re.Buffer : void 0, mn = yn ? yn.allocUnsafe : void 0;
437
- function Fu(n, o) {
436
+ var pi = typeof exports == "object" && exports && !exports.nodeType && exports, yn = pi && typeof module == "object" && module && !module.nodeType && module, Bu = yn && yn.exports === pi, mn = Bu ? ne.Buffer : void 0, _n = mn ? mn.allocUnsafe : void 0;
437
+ function $u(n, o) {
438
438
  if (o)
439
439
  return n.slice();
440
- var f = n.length, h = mn ? mn(f) : new n.constructor(f);
440
+ var c = n.length, h = _n ? _n(c) : new n.constructor(c);
441
441
  return n.copy(h), h;
442
442
  }
443
- function Uu(n, o) {
444
- for (var f = -1, h = n == null ? 0 : n.length, _ = 0, b = []; ++f < h; ) {
445
- var m = n[f];
446
- o(m, f, n) && (b[_++] = m);
443
+ function Vu(n, o) {
444
+ for (var c = -1, h = n == null ? 0 : n.length, _ = 0, b = []; ++c < h; ) {
445
+ var m = n[c];
446
+ o(m, c, n) && (b[_++] = m);
447
447
  }
448
448
  return b;
449
449
  }
450
- function ci() {
450
+ function di() {
451
451
  return [];
452
452
  }
453
- var ju = Object.prototype, Bu = ju.propertyIsEnumerable, _n = Object.getOwnPropertySymbols, _r = _n ? function(n) {
454
- return n == null ? [] : (n = Object(n), Uu(_n(n), function(o) {
455
- return Bu.call(n, o);
453
+ var Gu = Object.prototype, Yu = Gu.propertyIsEnumerable, gn = Object.getOwnPropertySymbols, _r = gn ? function(n) {
454
+ return n == null ? [] : (n = Object(n), Vu(gn(n), function(o) {
455
+ return Yu.call(n, o);
456
456
  }));
457
- } : ci;
458
- function $u(n, o) {
457
+ } : di;
458
+ function zu(n, o) {
459
459
  return Rt(n, _r(n), o);
460
460
  }
461
- var Vu = Object.getOwnPropertySymbols, fi = Vu ? function(n) {
461
+ var Xu = Object.getOwnPropertySymbols, hi = Xu ? function(n) {
462
462
  for (var o = []; n; )
463
- ui(o, _r(n)), n = si(n);
463
+ ci(o, _r(n)), n = fi(n);
464
464
  return o;
465
- } : ci;
466
- function Gu(n, o) {
467
- return Rt(n, fi(n), o);
465
+ } : di;
466
+ function Wu(n, o) {
467
+ return Rt(n, hi(n), o);
468
468
  }
469
- function pi(n, o, f) {
469
+ function vi(n, o, c) {
470
470
  var h = o(n);
471
- return dr(n) ? h : ui(h, f(n));
471
+ return dr(n) ? h : ci(h, c(n));
472
472
  }
473
- function Yu(n) {
474
- return pi(n, yr, _r);
473
+ function Ju(n) {
474
+ return vi(n, yr, _r);
475
475
  }
476
- function zu(n) {
477
- return pi(n, mr, fi);
476
+ function Hu(n) {
477
+ return vi(n, mr, hi);
478
478
  }
479
- var Zt = Te(re, "DataView"), Qt = Te(re, "Promise"), er = Te(re, "Set"), gn = "[object Map]", Xu = "[object Object]", bn = "[object Promise]", En = "[object Set]", Rn = "[object WeakMap]", On = "[object DataView]", Wu = Oe(Zt), Ju = Oe(Qe), Hu = Oe(Qt), Ku = Oe(er), qu = Oe(qt), ue = et;
480
- (Zt && ue(new Zt(new ArrayBuffer(1))) != On || Qe && ue(new Qe()) != gn || Qt && ue(Qt.resolve()) != bn || er && ue(new er()) != En || qt && ue(new qt()) != Rn) && (ue = function(n) {
481
- var o = et(n), f = o == Xu ? n.constructor : void 0, h = f ? Oe(f) : "";
479
+ var Zt = Se(ne, "DataView"), Qt = Se(ne, "Promise"), er = Se(ne, "Set"), bn = "[object Map]", Ku = "[object Object]", En = "[object Promise]", Rn = "[object Set]", On = "[object WeakMap]", Tn = "[object DataView]", qu = Ne(Zt), Zu = Ne(et), Qu = Ne(Qt), es = Ne(er), ts = Ne(qt), le = tt;
480
+ (Zt && le(new Zt(new ArrayBuffer(1))) != Tn || et && le(new et()) != bn || Qt && le(Qt.resolve()) != En || er && le(new er()) != Rn || qt && le(new qt()) != On) && (le = function(n) {
481
+ var o = tt(n), c = o == Ku ? n.constructor : void 0, h = c ? Ne(c) : "";
482
482
  if (h)
483
483
  switch (h) {
484
- case Wu:
485
- return On;
486
- case Ju:
487
- return gn;
488
- case Hu:
484
+ case qu:
485
+ return Tn;
486
+ case Zu:
489
487
  return bn;
490
- case Ku:
488
+ case Qu:
491
489
  return En;
492
- case qu:
490
+ case es:
493
491
  return Rn;
492
+ case ts:
493
+ return On;
494
494
  }
495
495
  return o;
496
496
  });
497
- var Zu = Object.prototype, Qu = Zu.hasOwnProperty;
498
- function es(n) {
499
- var o = n.length, f = new n.constructor(o);
500
- return o && typeof n[0] == "string" && Qu.call(n, "index") && (f.index = n.index, f.input = n.input), f;
497
+ var rs = Object.prototype, ns = rs.hasOwnProperty;
498
+ function is(n) {
499
+ var o = n.length, c = new n.constructor(o);
500
+ return o && typeof n[0] == "string" && ns.call(n, "index") && (c.index = n.index, c.input = n.input), c;
501
501
  }
502
- var Tn = re.Uint8Array;
502
+ var Nn = ne.Uint8Array;
503
503
  function gr(n) {
504
504
  var o = new n.constructor(n.byteLength);
505
- return new Tn(o).set(new Tn(n)), o;
505
+ return new Nn(o).set(new Nn(n)), o;
506
506
  }
507
- function ts(n, o) {
508
- var f = o ? gr(n.buffer) : n.buffer;
509
- return new n.constructor(f, n.byteOffset, n.byteLength);
507
+ function as(n, o) {
508
+ var c = o ? gr(n.buffer) : n.buffer;
509
+ return new n.constructor(c, n.byteOffset, n.byteLength);
510
510
  }
511
- var rs = /\w*$/;
512
- function ns(n) {
513
- var o = new n.constructor(n.source, rs.exec(n));
511
+ var os = /\w*$/;
512
+ function us(n) {
513
+ var o = new n.constructor(n.source, os.exec(n));
514
514
  return o.lastIndex = n.lastIndex, o;
515
515
  }
516
- var Nn = ke ? ke.prototype : void 0, Sn = Nn ? Nn.valueOf : void 0;
517
- function is(n) {
518
- return Sn ? Object(Sn.call(n)) : {};
516
+ var Sn = De ? De.prototype : void 0, xn = Sn ? Sn.valueOf : void 0;
517
+ function ss(n) {
518
+ return xn ? Object(xn.call(n)) : {};
519
519
  }
520
- function as(n, o) {
521
- var f = o ? gr(n.buffer) : n.buffer;
522
- return new n.constructor(f, n.byteOffset, n.length);
520
+ function ls(n, o) {
521
+ var c = o ? gr(n.buffer) : n.buffer;
522
+ return new n.constructor(c, n.byteOffset, n.length);
523
523
  }
524
- var os = "[object Boolean]", us = "[object Date]", ss = "[object Map]", ls = "[object Number]", cs = "[object RegExp]", fs = "[object Set]", ps = "[object String]", ds = "[object Symbol]", hs = "[object ArrayBuffer]", vs = "[object DataView]", ys = "[object Float32Array]", ms = "[object Float64Array]", _s = "[object Int8Array]", gs = "[object Int16Array]", bs = "[object Int32Array]", Es = "[object Uint8Array]", Rs = "[object Uint8ClampedArray]", Os = "[object Uint16Array]", Ts = "[object Uint32Array]";
525
- function Ns(n, o, f) {
524
+ var cs = "[object Boolean]", fs = "[object Date]", ps = "[object Map]", ds = "[object Number]", hs = "[object RegExp]", vs = "[object Set]", ys = "[object String]", ms = "[object Symbol]", _s = "[object ArrayBuffer]", gs = "[object DataView]", bs = "[object Float32Array]", Es = "[object Float64Array]", Rs = "[object Int8Array]", Os = "[object Int16Array]", Ts = "[object Int32Array]", Ns = "[object Uint8Array]", Ss = "[object Uint8ClampedArray]", xs = "[object Uint16Array]", Ps = "[object Uint32Array]";
525
+ function ws(n, o, c) {
526
526
  var h = n.constructor;
527
527
  switch (o) {
528
- case hs:
528
+ case _s:
529
529
  return gr(n);
530
- case os:
531
- case us:
530
+ case cs:
531
+ case fs:
532
532
  return new h(+n);
533
- case vs:
534
- return ts(n, f);
535
- case ys:
536
- case ms:
537
- case _s:
538
533
  case gs:
534
+ return as(n, c);
539
535
  case bs:
540
536
  case Es:
541
537
  case Rs:
542
538
  case Os:
543
539
  case Ts:
544
- return as(n, f);
545
- case ss:
546
- return new h();
547
- case ls:
540
+ case Ns:
541
+ case Ss:
542
+ case xs:
543
+ case Ps:
544
+ return ls(n, c);
548
545
  case ps:
549
- return new h(n);
550
- case cs:
551
- return ns(n);
552
- case fs:
553
546
  return new h();
554
547
  case ds:
555
- return is(n);
548
+ case ys:
549
+ return new h(n);
550
+ case hs:
551
+ return us(n);
552
+ case vs:
553
+ return new h();
554
+ case ms:
555
+ return ss(n);
556
556
  }
557
557
  }
558
- function Ss(n) {
559
- return typeof n.constructor == "function" && !hr(n) ? ro(si(n)) : {};
560
- }
561
- var xs = "[object Map]";
562
- function ws(n) {
563
- return tt(n) && ue(n) == xs;
558
+ function Cs(n) {
559
+ return typeof n.constructor == "function" && !hr(n) ? oo(fi(n)) : {};
564
560
  }
565
- var xn = Ie && Ie.isMap, Ps = xn ? vr(xn) : ws, Cs = "[object Set]";
561
+ var ks = "[object Map]";
566
562
  function As(n) {
567
- return tt(n) && ue(n) == Cs;
563
+ return rt(n) && le(n) == ks;
568
564
  }
569
- var wn = Ie && Ie.isSet, ks = wn ? vr(wn) : As, Is = 1, Ds = 2, Ls = 4, di = "[object Arguments]", Ms = "[object Array]", Fs = "[object Boolean]", Us = "[object Date]", js = "[object Error]", hi = "[object Function]", Bs = "[object GeneratorFunction]", $s = "[object Map]", Vs = "[object Number]", vi = "[object Object]", Gs = "[object RegExp]", Ys = "[object Set]", zs = "[object String]", Xs = "[object Symbol]", Ws = "[object WeakMap]", Js = "[object ArrayBuffer]", Hs = "[object DataView]", Ks = "[object Float32Array]", qs = "[object Float64Array]", Zs = "[object Int8Array]", Qs = "[object Int16Array]", el = "[object Int32Array]", tl = "[object Uint8Array]", rl = "[object Uint8ClampedArray]", nl = "[object Uint16Array]", il = "[object Uint32Array]", M = {};
570
- M[di] = M[Ms] = M[Js] = M[Hs] = M[Fs] = M[Us] = M[Ks] = M[qs] = M[Zs] = M[Qs] = M[el] = M[$s] = M[Vs] = M[vi] = M[Gs] = M[Ys] = M[zs] = M[Xs] = M[tl] = M[rl] = M[nl] = M[il] = !0;
571
- M[js] = M[hi] = M[Ws] = !1;
572
- function yt(n, o, f, h, _, b) {
573
- var m, R = o & Is, O = o & Ds, r = o & Ls;
565
+ var Pn = Le && Le.isMap, Is = Pn ? vr(Pn) : As, Ds = "[object Set]";
566
+ function Ls(n) {
567
+ return rt(n) && le(n) == Ds;
568
+ }
569
+ var wn = Le && Le.isSet, Ms = wn ? vr(wn) : Ls, Fs = 1, Us = 2, js = 4, yi = "[object Arguments]", Bs = "[object Array]", $s = "[object Boolean]", Vs = "[object Date]", Gs = "[object Error]", mi = "[object Function]", Ys = "[object GeneratorFunction]", zs = "[object Map]", Xs = "[object Number]", _i = "[object Object]", Ws = "[object RegExp]", Js = "[object Set]", Hs = "[object String]", Ks = "[object Symbol]", qs = "[object WeakMap]", Zs = "[object ArrayBuffer]", Qs = "[object DataView]", el = "[object Float32Array]", tl = "[object Float64Array]", rl = "[object Int8Array]", nl = "[object Int16Array]", il = "[object Int32Array]", al = "[object Uint8Array]", ol = "[object Uint8ClampedArray]", ul = "[object Uint16Array]", sl = "[object Uint32Array]", M = {};
570
+ M[yi] = M[Bs] = M[Zs] = M[Qs] = M[$s] = M[Vs] = M[el] = M[tl] = M[rl] = M[nl] = M[il] = M[zs] = M[Xs] = M[_i] = M[Ws] = M[Js] = M[Hs] = M[Ks] = M[al] = M[ol] = M[ul] = M[sl] = !0;
571
+ M[Gs] = M[mi] = M[qs] = !1;
572
+ function mt(n, o, c, h, _, b) {
573
+ var m, R = o & Fs, O = o & Us, r = o & js;
574
574
  if (m !== void 0)
575
575
  return m;
576
- if (!rt(n))
576
+ if (!nt(n))
577
577
  return n;
578
578
  var t = dr(n);
579
579
  if (t) {
580
- if (m = es(n), !R)
581
- return no(n, m);
580
+ if (m = is(n), !R)
581
+ return uo(n, m);
582
582
  } else {
583
- var e = ue(n), i = e == hi || e == Bs;
584
- if (ni(n))
585
- return Fu(n, R);
586
- if (e == vi || e == di || i && !_) {
587
- if (m = O || i ? {} : Ss(n), !R)
588
- return O ? Gu(n, Lu(m, n)) : $u(n, Du(m, n));
583
+ var e = le(n), i = e == mi || e == Ys;
584
+ if (oi(n))
585
+ return $u(n, R);
586
+ if (e == _i || e == yi || i && !_) {
587
+ if (m = O || i ? {} : Cs(n), !R)
588
+ return O ? Wu(n, ju(m, n)) : zu(n, Uu(m, n));
589
589
  } else {
590
590
  if (!M[e])
591
591
  return _ ? n : {};
592
- m = Ns(n, e, R);
592
+ m = ws(n, e, R);
593
593
  }
594
594
  }
595
- b || (b = new Fe());
595
+ b || (b = new je());
596
596
  var u = b.get(n);
597
597
  if (u)
598
598
  return u;
599
- b.set(n, m), ks(n) ? n.forEach(function(a) {
600
- m.add(yt(a, o, f, a, n, b));
601
- }) : Ps(n) && n.forEach(function(a, p) {
602
- m.set(p, yt(a, o, f, p, n, b));
599
+ b.set(n, m), Ms(n) ? n.forEach(function(a) {
600
+ m.add(mt(a, o, c, a, n, b));
601
+ }) : Is(n) && n.forEach(function(a, p) {
602
+ m.set(p, mt(a, o, c, p, n, b));
603
603
  });
604
- var s = r ? O ? zu : Yu : O ? mr : yr, l = t ? void 0 : s(n);
605
- return io(l || n, function(a, p) {
606
- l && (p = a, a = n[p]), Zn(m, p, yt(a, o, f, p, n, b));
604
+ var s = r ? O ? Hu : Ju : O ? mr : yr, l = t ? void 0 : s(n);
605
+ return so(l || n, function(a, p) {
606
+ l && (p = a, a = n[p]), ti(m, p, mt(a, o, c, p, n, b));
607
607
  }), m;
608
608
  }
609
- var al = 1, ol = 4;
610
- function mt(n) {
611
- return yt(n, al | ol);
609
+ var ll = 1, cl = 4;
610
+ function _t(n) {
611
+ return mt(n, ll | cl);
612
612
  }
613
- function ul(n, o) {
613
+ function fl(n, o) {
614
614
  if (n === "page") {
615
615
  if (o == "common")
616
616
  return "pageCommon";
@@ -622,29 +622,29 @@ function ul(n, o) {
622
622
  } else
623
623
  console.assert(!1);
624
624
  }
625
- function Pn(n, o) {
626
- return n.array ? mt(o ? n.default : n.defaultArray) : mt(n.default);
627
- }
628
625
  function Cn(n, o) {
629
- function f(h, _) {
626
+ return n.array ? _t(o ? n.default : n.defaultArray) : _t(n.default);
627
+ }
628
+ function kn(n, o) {
629
+ function c(h, _) {
630
630
  if (_.ui) {
631
631
  if (_.ui === "strInput" && _.static)
632
632
  return;
633
- h[_.key] = Pn(_);
633
+ h[_.key] = Cn(_);
634
634
  } else
635
- _.array ? h[_.key] = Pn(_) : _.children.forEach((b) => {
636
- h[_.key] = {}, f(h[_.key], b);
635
+ _.array ? h[_.key] = Cn(_) : _.children.forEach((b) => {
636
+ h[_.key] = {}, c(h[_.key], b);
637
637
  });
638
638
  }
639
- o.forEach((h) => f(n, h));
639
+ o.forEach((h) => c(n, h));
640
640
  }
641
- function sl(n, o, f, h, _) {
642
- const b = `type=${n} subtype=${o} version=${f} ref=${h} keyOrRefid=${_}`, m = ul(n, o);
641
+ function pl(n, o, c, h, _) {
642
+ const b = `type=${n} subtype=${o} version=${c} ref=${h} keyOrRefid=${_}`, m = fl(n, o);
643
643
  if (!m) {
644
644
  console.error(`spawnNode prop tag not found, ${b}`);
645
645
  return;
646
646
  }
647
- const R = Ci[f];
647
+ const R = Ii[c];
648
648
  if (!R) {
649
649
  console.error(`spawnNode pkg not found version, ${b}`);
650
650
  return;
@@ -654,14 +654,14 @@ function sl(n, o, f, h, _) {
654
654
  id: "",
655
655
  key: ""
656
656
  }
657
- }, r = Xn(16);
657
+ }, r = Hn(16);
658
658
  if (h) {
659
659
  const t = R.refKey, e = _;
660
660
  if (!R.elements.has(t)) {
661
661
  console.error(`spawnNode [ref] element not found in pkg, ${b}`);
662
662
  return;
663
663
  }
664
- const i = De[t];
664
+ const i = Me[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 sl(n, o, f, h, _) {
671
671
  console.error(`spawnNode [ref] props not found, ${b}`);
672
672
  return;
673
673
  }
674
- Cn(O, u), O.basic.id = r, O.basic.key = t, O.ref = {
674
+ kn(O, u), O.basic.id = r, O.basic.key = t, O.ref = {
675
675
  id: e
676
676
  };
677
677
  } else {
@@ -680,7 +680,7 @@ function sl(n, o, f, h, _) {
680
680
  console.error(`spawnNode [key] element not found in pkg, ${b}`);
681
681
  return;
682
682
  }
683
- const e = De[t];
683
+ const e = Me[t];
684
684
  if (!e) {
685
685
  console.error(`spawnNode [key] element not found in global, ${b}`);
686
686
  return;
@@ -690,92 +690,98 @@ function sl(n, o, f, h, _) {
690
690
  console.error(`spawnNode [key] props not found, ${b}`);
691
691
  return;
692
692
  }
693
- Cn(O, i), O.basic.id = r, O.basic.key = t, e.slots.length > 0 && (O.children = []);
693
+ kn(O, i), O.basic.id = r, O.basic.key = t, e.slots.some((u) => u.key === "default") && (O.children = []);
694
694
  }
695
695
  return O;
696
696
  }
697
- function yc(n, o) {
698
- function f(h) {
697
+ function Ec(n, o) {
698
+ function c(h) {
699
699
  if (h.basic.id === o)
700
700
  return h;
701
701
  if (h.children)
702
702
  for (let _ = 0; _ < h.children.length; _++) {
703
- const b = f(h.children[_]);
703
+ const b = c(h.children[_]);
704
704
  if (b)
705
705
  return b;
706
706
  }
707
707
  }
708
708
  for (let h = 0; h < n.length; h++) {
709
- const _ = f(n[h]);
709
+ const _ = c(n[h]);
710
710
  if (_)
711
711
  return _;
712
712
  }
713
713
  }
714
- function mc(n) {
714
+ function dl(n) {
715
715
  function o(h) {
716
716
  var _;
717
- h.basic.id = Xn(16), (_ = h.children) == null || _.forEach((b) => o(b));
717
+ h.basic.id = Hn(16), (_ = h.children) == null || _.forEach((b) => o(b));
718
718
  }
719
- const f = mt(n);
720
- return o(f), f;
719
+ const c = _t(n);
720
+ return o(c), c;
721
721
  }
722
- const yi = "runtimeEnv", mi = "runtimeMode", _i = "runtimeDevice", gi = "runtimeDark", bi = "runtimeType", Ei = "runtimeData", Ri = "runtimeDepends", Oi = "runtimeInterpreter";
723
- function _c(n) {
724
- de(yi, n);
722
+ function Rc(n) {
723
+ const o = [];
724
+ return n.forEach((c) => {
725
+ o.push(dl(c));
726
+ }), o;
725
727
  }
726
- function ll() {
727
- return he(yi);
728
+ const gi = "runtimeEnv", bi = "runtimeMode", Ei = "runtimeDevice", Ri = "runtimeDark", Oi = "runtimeType", Ti = "runtimeData", Ni = "runtimeDepends", Si = "runtimeInterpreter";
729
+ function Oc(n) {
730
+ ye(gi, n);
728
731
  }
729
- function gc(n) {
730
- de(mi, n);
732
+ function hl() {
733
+ return me(gi);
731
734
  }
732
- function ye() {
733
- return he(mi);
735
+ function Tc(n) {
736
+ ye(bi, n);
734
737
  }
735
- function bc(n) {
736
- de(_i, bt(n));
738
+ function _e() {
739
+ return me(bi);
737
740
  }
738
- function Ti() {
739
- return he(_i);
741
+ function Nc(n) {
742
+ ye(Ei, Et(n));
740
743
  }
741
- function Ec(n) {
742
- de(gi, bt(n));
744
+ function xi() {
745
+ return me(Ei);
743
746
  }
744
- function Ue() {
745
- return he(gi);
747
+ function Sc(n) {
748
+ ye(Ri, Et(n));
746
749
  }
747
- function Rc(n) {
748
- de(bi, n);
750
+ function Be() {
751
+ return me(Ri);
749
752
  }
750
- function Ni() {
751
- return he(bi);
753
+ function xc(n) {
754
+ ye(Oi, n);
752
755
  }
753
- function Oc(n) {
754
- console.assert(zn(n)), de(Ei, bt(n));
756
+ function Pi() {
757
+ return me(Oi);
755
758
  }
756
- function Si() {
757
- return he(Ei);
759
+ function Pc(n) {
760
+ console.assert(Wn(n)), ye(Ti, Et(n));
758
761
  }
759
- function Tc(n) {
760
- console.assert(zn(n)), de(Ri, bt(n));
762
+ function wi() {
763
+ return me(Ti);
764
+ }
765
+ function wc(n) {
766
+ console.assert(Wn(n)), ye(Ni, Et(n));
761
767
  }
762
- function cl() {
763
- return he(Ri);
768
+ function vl() {
769
+ return me(Ni);
764
770
  }
765
- function fl(n) {
766
- de(Oi, n);
771
+ function yl(n) {
772
+ ye(Si, n);
767
773
  }
768
- function pl() {
769
- return he(Oi);
774
+ function ml() {
775
+ return me(Si);
770
776
  }
771
- const dl = /* @__PURE__ */ se({
777
+ const _l = /* @__PURE__ */ re({
772
778
  __name: "index",
773
779
  props: {
774
780
  node: {},
775
781
  outer: { type: Boolean }
776
782
  },
777
783
  setup(n) {
778
- const o = n, f = ye(), h = Ue(), _ = pl(), b = N(() => {
784
+ const o = n, c = _e(), h = Be(), _ = ml(), b = N(() => {
779
785
  var i;
780
786
  return (i = o.node.settings) == null ? void 0 : i.text;
781
787
  }), m = N(() => {
@@ -791,14 +797,14 @@ const dl = /* @__PURE__ */ se({
791
797
  var i;
792
798
  return (i = o.node.settings) == null ? void 0 : i.block;
793
799
  }), t = N(() => h.value ? "dark" : "light"), e = () => {
794
- if (f !== "runtime" || !_)
800
+ if (c !== "runtime" || !_)
795
801
  return;
796
802
  const i = _.nativeToPseudo(o.node.basic.id);
797
803
  _.appendCode(`__triggerEvent__('${i}', 'click');`), _.run();
798
804
  };
799
805
  return (i, u) => {
800
- const s = Re("v-btn");
801
- return J(), ve(s, {
806
+ const s = Te("v-btn");
807
+ return J(), ce(s, {
802
808
  text: b.value,
803
809
  disabled: m.value,
804
810
  variant: R.value,
@@ -809,18 +815,18 @@ const dl = /* @__PURE__ */ se({
809
815
  }, null, 8, ["text", "disabled", "variant", "density", "block", "theme"]);
810
816
  };
811
817
  }
812
- }), hl = [
818
+ }), gl = [
813
819
  { title: "x-runtime-lib.elevated", value: "elevated" },
814
820
  { title: "x-runtime-lib.flat", value: "flat" },
815
821
  { title: "x-runtime-lib.tonal", value: "tonal" },
816
822
  { title: "x-runtime-lib.outlined", value: "outlined" },
817
823
  { title: "x-runtime-lib.text", value: "text" },
818
824
  { title: "x-runtime-lib.plain", value: "plain" }
819
- ], xi = [
825
+ ], Ci = [
820
826
  { title: "x-runtime-lib.default", value: "default" },
821
827
  { title: "x-runtime-lib.comfortable", value: "comfortable" },
822
828
  { title: "x-runtime-lib.compact", value: "compact" }
823
- ], tr = "btn_v1", rr = "combobox_v1", nr = "container_v1", ir = "data_table_v1", ar = "dialog_v1", or = "globality_v1", ur = "number_input_v1", _t = "ref_v1", sr = "select_v1", lr = "text_field_v1", Y = {
829
+ ], tr = "btn_v1", rr = "combobox_v1", nr = "container_v1", ir = "data_table_v1", ar = "dialog_v1", or = "globality_v1", ur = "number_input_v1", gt = "ref_v1", sr = "select_v1", lr = "text_field_v1", Y = {
824
830
  key: "basic",
825
831
  name: "x-runtime-lib.basic",
826
832
  children: [
@@ -865,14 +871,14 @@ const dl = /* @__PURE__ */ se({
865
871
  key: "variant",
866
872
  name: "x-runtime-lib.variant",
867
873
  ui: "select",
868
- items: hl,
874
+ items: gl,
869
875
  default: "elevated"
870
876
  },
871
877
  {
872
878
  key: "density",
873
879
  name: "x-runtime-lib.density",
874
880
  ui: "select",
875
- items: xi,
881
+ items: Ci,
876
882
  default: "default"
877
883
  },
878
884
  {
@@ -882,10 +888,10 @@ const dl = /* @__PURE__ */ se({
882
888
  default: !1
883
889
  }
884
890
  ]
885
- }, vl = {
891
+ }, bl = {
886
892
  key: tr,
887
893
  name: "x-runtime-lib.button",
888
- comp: dl,
894
+ comp: _l,
889
895
  slots: [],
890
896
  events: [
891
897
  {
@@ -899,14 +905,14 @@ const dl = /* @__PURE__ */ se({
899
905
  pageCommon: [Y, An],
900
906
  compCommon: [Y, An]
901
907
  }
902
- }, yl = { key: 0 }, ml = /* @__PURE__ */ se({
908
+ }, El = { key: 0 }, Rl = /* @__PURE__ */ re({
903
909
  __name: "index",
904
910
  props: {
905
911
  node: {},
906
912
  outer: { type: Boolean }
907
913
  },
908
914
  setup(n) {
909
- const o = n, f = ye(), h = Ue(), _ = N(() => {
915
+ const o = n, c = _e(), h = Be(), _ = N(() => {
910
916
  var e;
911
917
  return (e = o.node.settings) == null ? void 0 : e.value;
912
918
  }), b = N(() => {
@@ -923,12 +929,12 @@ const dl = /* @__PURE__ */ se({
923
929
  return (e = o.node.settings) == null ? void 0 : e.singleLine;
924
930
  }), r = N(() => {
925
931
  var e;
926
- return f !== "runtime" ? !0 : (e = o.node.settings) == null ? void 0 : e.readonly;
932
+ return c !== "runtime" ? !0 : (e = o.node.settings) == null ? void 0 : e.readonly;
927
933
  }), t = N(() => h.value ? "dark" : "light");
928
934
  return (e, i) => {
929
- const u = Re("v-combobox");
930
- return Ae(f) === "editor" ? (J(), Le("div", yl, [
931
- Et(u, {
935
+ const u = Te("v-combobox");
936
+ return Ie(c) === "editor" ? (J(), Fe("div", El, [
937
+ K(u, {
932
938
  "model-value": _.value,
933
939
  label: b.value,
934
940
  placeholder: m.value,
@@ -937,7 +943,7 @@ const dl = /* @__PURE__ */ se({
937
943
  readonly: r.value,
938
944
  theme: t.value
939
945
  }, null, 8, ["model-value", "label", "placeholder", "hide-details", "single-line", "readonly", "theme"])
940
- ])) : (J(), ve(u, {
946
+ ])) : (J(), ce(u, {
941
947
  key: 1,
942
948
  "model-value": _.value,
943
949
  label: b.value,
@@ -949,7 +955,7 @@ const dl = /* @__PURE__ */ se({
949
955
  }, null, 8, ["model-value", "label", "placeholder", "hide-details", "single-line", "readonly", "theme"]));
950
956
  };
951
957
  }
952
- }), kn = {
958
+ }), In = {
953
959
  key: "settings",
954
960
  name: "x-runtime-lib.settings",
955
961
  children: [
@@ -990,63 +996,63 @@ const dl = /* @__PURE__ */ se({
990
996
  default: !1
991
997
  }
992
998
  ]
993
- }, _l = {
999
+ }, Ol = {
994
1000
  key: rr,
995
1001
  name: "x-runtime-lib.combobox",
996
- comp: ml,
1002
+ comp: Rl,
997
1003
  slots: [],
998
1004
  events: [],
999
1005
  methods: [],
1000
1006
  props: {
1001
- pageCommon: [Y, kn],
1002
- compCommon: [Y, kn]
1007
+ pageCommon: [Y, In],
1008
+ compCommon: [Y, In]
1003
1009
  }
1004
1010
  };
1005
- function wi(n, o, f) {
1011
+ function ki(n, o, c) {
1006
1012
  const h = N(() => {
1007
1013
  var t;
1008
- return (t = f.node.size) == null ? void 0 : t.width;
1014
+ return (t = c.node.size) == null ? void 0 : t.width;
1009
1015
  }), _ = N(() => {
1010
1016
  var t;
1011
- return (t = f.node.size) == null ? void 0 : t.minWidth;
1017
+ return (t = c.node.size) == null ? void 0 : t.minWidth;
1012
1018
  }), b = N(() => {
1013
1019
  var t;
1014
- return (t = f.node.size) == null ? void 0 : t.maxWidth;
1020
+ return (t = c.node.size) == null ? void 0 : t.maxWidth;
1015
1021
  }), m = N(() => {
1016
1022
  var t, e;
1017
- if (f.outer && n === "editor") {
1018
- const i = Jt((t = f.node.size) == null ? void 0 : t.height);
1023
+ if (c.outer && n === "editor") {
1024
+ const i = Jt((t = c.node.size) == null ? void 0 : t.height);
1019
1025
  if (i)
1020
1026
  return i / 100 * o.value.height + "px";
1021
1027
  }
1022
- return (e = f.node.size) == null ? void 0 : e.height;
1028
+ return (e = c.node.size) == null ? void 0 : e.height;
1023
1029
  }), R = N(() => {
1024
1030
  var t, e;
1025
- if (f.outer && n === "editor") {
1026
- const i = Jt((t = f.node.size) == null ? void 0 : t.minHeight);
1031
+ if (c.outer && n === "editor") {
1032
+ const i = Jt((t = c.node.size) == null ? void 0 : t.minHeight);
1027
1033
  if (i)
1028
1034
  return i / 100 * o.value.height + "px";
1029
1035
  }
1030
- return (e = f.node.size) == null ? void 0 : e.minHeight;
1036
+ return (e = c.node.size) == null ? void 0 : e.minHeight;
1031
1037
  }), O = N(() => {
1032
1038
  var t, e;
1033
- if (f.outer && n === "editor") {
1034
- const i = Jt((t = f.node.size) == null ? void 0 : t.maxHeight);
1039
+ if (c.outer && n === "editor") {
1040
+ const i = Jt((t = c.node.size) == null ? void 0 : t.maxHeight);
1035
1041
  if (i)
1036
1042
  return i / 100 * o.value.height + "px";
1037
1043
  }
1038
- return (e = f.node.size) == null ? void 0 : e.maxHeight;
1044
+ return (e = c.node.size) == null ? void 0 : e.maxHeight;
1039
1045
  });
1040
1046
  function r(t) {
1041
1047
  h.value && (t.width = h.value), _.value && (t.minWidth = _.value), b.value && (t.maxWidth = b.value), m.value && (t.height = m.value), R.value && (t.minHeight = R.value), O.value && (t.maxHeight = O.value);
1042
1048
  }
1043
1049
  return { width: h, minWidth: _, maxWidth: b, height: m, minHeight: R, maxHeight: O, applySize: r };
1044
1050
  }
1045
- function gl(n) {
1051
+ function Tl(n) {
1046
1052
  const o = N(() => {
1047
1053
  var m;
1048
1054
  return (m = n.node.margin) == null ? void 0 : m.top;
1049
- }), f = N(() => {
1055
+ }), c = N(() => {
1050
1056
  var m;
1051
1057
  return (m = n.node.margin) == null ? void 0 : m.left;
1052
1058
  }), h = N(() => {
@@ -1057,15 +1063,15 @@ function gl(n) {
1057
1063
  return (m = n.node.margin) == null ? void 0 : m.right;
1058
1064
  });
1059
1065
  function b(m) {
1060
- o.value && (m.marginTop = o.value), f.value && (m.marginLeft = f.value), h.value && (m.marginBottom = h.value), _.value && (m.marginRight = _.value);
1066
+ o.value && (m.marginTop = o.value), c.value && (m.marginLeft = c.value), h.value && (m.marginBottom = h.value), _.value && (m.marginRight = _.value);
1061
1067
  }
1062
- return { marginTop: o, marginLeft: f, marginBottom: h, marginRight: _, applyMargin: b };
1068
+ return { marginTop: o, marginLeft: c, marginBottom: h, marginRight: _, applyMargin: b };
1063
1069
  }
1064
- function bl(n) {
1070
+ function Nl(n) {
1065
1071
  const o = N(() => {
1066
1072
  var m;
1067
1073
  return (m = n.node.padding) == null ? void 0 : m.top;
1068
- }), f = N(() => {
1074
+ }), c = N(() => {
1069
1075
  var m;
1070
1076
  return (m = n.node.padding) == null ? void 0 : m.left;
1071
1077
  }), h = N(() => {
@@ -1076,15 +1082,15 @@ function bl(n) {
1076
1082
  return (m = n.node.padding) == null ? void 0 : m.right;
1077
1083
  });
1078
1084
  function b(m) {
1079
- o.value && (m.paddingTop = o.value), f.value && (m.paddingLeft = f.value), h.value && (m.paddingBottom = h.value), _.value && (m.paddingRight = _.value);
1085
+ o.value && (m.paddingTop = o.value), c.value && (m.paddingLeft = c.value), h.value && (m.paddingBottom = h.value), _.value && (m.paddingRight = _.value);
1080
1086
  }
1081
- return { paddingTop: o, paddingLeft: f, paddingBottom: h, paddingRight: _, applyPadding: b };
1087
+ return { paddingTop: o, paddingLeft: c, paddingBottom: h, paddingRight: _, applyPadding: b };
1082
1088
  }
1083
- function El(n) {
1089
+ function Sl(n) {
1084
1090
  const o = N(() => {
1085
1091
  var b;
1086
1092
  return (b = n.node.border) == null ? void 0 : b.style;
1087
- }), f = N(() => {
1093
+ }), c = N(() => {
1088
1094
  var b;
1089
1095
  return (b = n.node.border) == null ? void 0 : b.width;
1090
1096
  }), h = N(() => {
@@ -1092,33 +1098,33 @@ function El(n) {
1092
1098
  return (b = n.node.border) == null ? void 0 : b.color;
1093
1099
  });
1094
1100
  function _(b) {
1095
- o.value && (b.borderStyle = o.value), f.value && (b.borderWidth = f.value), h.value && (b.borderColor = h.value);
1101
+ o.value && (b.borderStyle = o.value), c.value && (b.borderWidth = c.value), h.value && (b.borderColor = h.value);
1096
1102
  }
1097
- return { borderStyle: o, borderWidth: f, borderColor: h, applyBorder: _ };
1103
+ return { borderStyle: o, borderWidth: c, borderColor: h, applyBorder: _ };
1098
1104
  }
1099
- const Rl = /* @__PURE__ */ se({
1105
+ const xl = /* @__PURE__ */ re({
1100
1106
  __name: "index",
1101
1107
  props: {
1102
1108
  node: {},
1103
1109
  outer: { type: Boolean }
1104
1110
  },
1105
1111
  setup(n) {
1106
- const o = n, f = ye(), h = Ti(), _ = Ni(), b = Si(), { applySize: m } = wi(f, h, o), { applyMargin: R } = gl(o), { applyPadding: O } = bl(o), { applyBorder: r } = El(o), t = N(() => {
1112
+ const o = n, c = _e(), h = xi(), _ = Pi(), b = wi(), { applySize: m } = ki(c, h, o), { applyMargin: R } = Tl(o), { applyPadding: O } = Nl(o), { applyBorder: r } = Sl(o), t = N(() => {
1107
1113
  const e = {}, i = b.type;
1108
1114
  return _ === "page" ? i === "common" ? (m(e), R(e), O(e), r(e)) : console.assert(!1) : _ === "comp" && i === "common" ? (m(e), R(e), O(e), r(e)) : console.assert(!1), e;
1109
1115
  });
1110
- return (e, i) => (J(), Le("div", {
1111
- style: ya(t.value)
1116
+ return (e, i) => (J(), Fe("div", {
1117
+ style: ga(t.value)
1112
1118
  }, [
1113
- ee(e.$slots, "default")
1119
+ Jn(e.$slots, "default")
1114
1120
  ], 4));
1115
1121
  }
1116
- }), Ol = [
1122
+ }), Pl = [
1117
1123
  { title: "x-runtime-lib.default", value: "" },
1118
1124
  { title: "x-runtime-lib.solid", value: "solid" },
1119
1125
  { title: "x-runtime-lib.dashed", value: "dashed" },
1120
1126
  { title: "x-runtime-lib.dotted", value: "dotted" }
1121
- ], K = [
1127
+ ], q = [
1122
1128
  {
1123
1129
  name: "x-runtime-lib.default",
1124
1130
  ui: "word",
@@ -1145,7 +1151,7 @@ const Rl = /* @__PURE__ */ se({
1145
1151
  max: 1 / 0,
1146
1152
  step: 1
1147
1153
  }
1148
- ], In = {
1154
+ ], Dn = {
1149
1155
  key: "border",
1150
1156
  name: "x-runtime-lib.border",
1151
1157
  children: [
@@ -1153,7 +1159,7 @@ const Rl = /* @__PURE__ */ se({
1153
1159
  key: "style",
1154
1160
  name: "x-runtime-lib.style",
1155
1161
  ui: "select",
1156
- items: Ol,
1162
+ items: Pl,
1157
1163
  default: ""
1158
1164
  },
1159
1165
  {
@@ -1180,7 +1186,7 @@ const Rl = /* @__PURE__ */ se({
1180
1186
  key: "radius",
1181
1187
  name: "x-runtime-lib.radius",
1182
1188
  ui: "multiTypes",
1183
- types: K,
1189
+ types: q,
1184
1190
  default: ""
1185
1191
  },
1186
1192
  {
@@ -1210,7 +1216,7 @@ const Rl = /* @__PURE__ */ se({
1210
1216
  ]
1211
1217
  }
1212
1218
  ]
1213
- }, ht = [
1219
+ }, vt = [
1214
1220
  {
1215
1221
  name: "x-runtime-lib.default",
1216
1222
  ui: "word",
@@ -1243,7 +1249,7 @@ const Rl = /* @__PURE__ */ se({
1243
1249
  max: 1 / 0,
1244
1250
  step: 1
1245
1251
  }
1246
- ], Dn = {
1252
+ ], Ln = {
1247
1253
  key: "margin",
1248
1254
  name: "x-runtime-lib.margin",
1249
1255
  children: [
@@ -1251,32 +1257,32 @@ const Rl = /* @__PURE__ */ se({
1251
1257
  key: "top",
1252
1258
  name: "x-runtime-lib.top",
1253
1259
  ui: "multiTypes",
1254
- types: ht,
1260
+ types: vt,
1255
1261
  default: ""
1256
1262
  },
1257
1263
  {
1258
1264
  key: "left",
1259
1265
  name: "x-runtime-lib.left",
1260
1266
  ui: "multiTypes",
1261
- types: ht,
1267
+ types: vt,
1262
1268
  default: ""
1263
1269
  },
1264
1270
  {
1265
1271
  key: "bottom",
1266
1272
  name: "x-runtime-lib.bottom",
1267
1273
  ui: "multiTypes",
1268
- types: ht,
1274
+ types: vt,
1269
1275
  default: ""
1270
1276
  },
1271
1277
  {
1272
1278
  key: "right",
1273
1279
  name: "x-runtime-lib.right",
1274
1280
  ui: "multiTypes",
1275
- types: ht,
1281
+ types: vt,
1276
1282
  default: ""
1277
1283
  }
1278
1284
  ]
1279
- }, vt = [
1285
+ }, yt = [
1280
1286
  {
1281
1287
  name: "x-runtime-lib.default",
1282
1288
  ui: "word",
@@ -1303,7 +1309,7 @@ const Rl = /* @__PURE__ */ se({
1303
1309
  max: 1 / 0,
1304
1310
  step: 1
1305
1311
  }
1306
- ], Ln = {
1312
+ ], Mn = {
1307
1313
  key: "padding",
1308
1314
  name: "x-runtime-lib.padding",
1309
1315
  children: [
@@ -1311,32 +1317,32 @@ const Rl = /* @__PURE__ */ se({
1311
1317
  key: "top",
1312
1318
  name: "x-runtime-lib.top",
1313
1319
  ui: "multiTypes",
1314
- types: vt,
1320
+ types: yt,
1315
1321
  default: ""
1316
1322
  },
1317
1323
  {
1318
1324
  key: "left",
1319
1325
  name: "x-runtime-lib.left",
1320
1326
  ui: "multiTypes",
1321
- types: vt,
1327
+ types: yt,
1322
1328
  default: ""
1323
1329
  },
1324
1330
  {
1325
1331
  key: "bottom",
1326
1332
  name: "x-runtime-lib.bottom",
1327
1333
  ui: "multiTypes",
1328
- types: vt,
1334
+ types: yt,
1329
1335
  default: ""
1330
1336
  },
1331
1337
  {
1332
1338
  key: "right",
1333
1339
  name: "x-runtime-lib.right",
1334
1340
  ui: "multiTypes",
1335
- types: vt,
1341
+ types: yt,
1336
1342
  default: ""
1337
1343
  }
1338
1344
  ]
1339
- }, gt = {
1345
+ }, bt = {
1340
1346
  key: "size",
1341
1347
  name: "x-runtime-lib.size",
1342
1348
  children: [
@@ -1344,53 +1350,53 @@ const Rl = /* @__PURE__ */ se({
1344
1350
  key: "width",
1345
1351
  name: "x-runtime-lib.width",
1346
1352
  ui: "multiTypes",
1347
- types: K,
1353
+ types: q,
1348
1354
  default: ""
1349
1355
  },
1350
1356
  {
1351
1357
  key: "minWidth",
1352
1358
  name: "x-runtime-lib.minWidth",
1353
1359
  ui: "multiTypes",
1354
- types: K,
1360
+ types: q,
1355
1361
  default: ""
1356
1362
  },
1357
1363
  {
1358
1364
  key: "maxWidth",
1359
1365
  name: "x-runtime-lib.maxWidth",
1360
1366
  ui: "multiTypes",
1361
- types: K,
1367
+ types: q,
1362
1368
  default: ""
1363
1369
  },
1364
1370
  {
1365
1371
  key: "height",
1366
1372
  name: "x-runtime-lib.height",
1367
1373
  ui: "multiTypes",
1368
- types: K,
1374
+ types: q,
1369
1375
  default: ""
1370
1376
  },
1371
1377
  {
1372
1378
  key: "minHeight",
1373
1379
  name: "x-runtime-lib.minHeight",
1374
1380
  ui: "multiTypes",
1375
- types: K,
1381
+ types: q,
1376
1382
  default: ""
1377
1383
  },
1378
1384
  {
1379
1385
  key: "maxHeight",
1380
1386
  name: "x-runtime-lib.maxHeight",
1381
1387
  ui: "multiTypes",
1382
- types: K,
1388
+ types: q,
1383
1389
  default: ""
1384
1390
  }
1385
1391
  ]
1386
- }, Mn = {
1392
+ }, Fn = {
1387
1393
  key: "settings",
1388
1394
  name: "x-runtime-lib.settings",
1389
1395
  children: []
1390
- }, Tl = {
1396
+ }, wl = {
1391
1397
  key: nr,
1392
1398
  name: "x-runtime-lib.container",
1393
- comp: Rl,
1399
+ comp: xl,
1394
1400
  slots: [
1395
1401
  {
1396
1402
  key: "default",
@@ -1406,17 +1412,17 @@ const Rl = /* @__PURE__ */ se({
1406
1412
  ],
1407
1413
  methods: [],
1408
1414
  props: {
1409
- pageCommon: [Y, gt, In, Dn, Ln, Mn],
1410
- compCommon: [Y, gt, In, Dn, Ln, Mn]
1415
+ pageCommon: [Y, bt, Dn, Ln, Mn, Fn],
1416
+ compCommon: [Y, bt, Dn, Ln, Mn, Fn]
1411
1417
  }
1412
- }, Nl = /* @__PURE__ */ se({
1418
+ }, Cl = /* @__PURE__ */ re({
1413
1419
  __name: "index",
1414
1420
  props: {
1415
1421
  node: {},
1416
1422
  outer: { type: Boolean }
1417
1423
  },
1418
1424
  setup(n) {
1419
- const o = n, f = Ue(), h = N(() => {
1425
+ const o = n, c = Be(), h = N(() => {
1420
1426
  var u;
1421
1427
  return (u = o.node.size) == null ? void 0 : u.width;
1422
1428
  }), _ = N(() => {
@@ -1443,10 +1449,10 @@ const Rl = /* @__PURE__ */ se({
1443
1449
  }), e = N(() => {
1444
1450
  var u;
1445
1451
  return (u = o.node.settings) == null ? void 0 : u.multiSort;
1446
- }), i = N(() => f.value ? "dark" : "light");
1452
+ }), i = N(() => c.value ? "dark" : "light");
1447
1453
  return (u, s) => {
1448
- const l = Re("v-data-table");
1449
- return J(), ve(l, {
1454
+ const l = Te("v-data-table");
1455
+ return J(), ce(l, {
1450
1456
  width: h.value,
1451
1457
  height: _.value,
1452
1458
  headers: b.value,
@@ -1460,7 +1466,7 @@ const Rl = /* @__PURE__ */ se({
1460
1466
  }, null, 8, ["width", "height", "headers", "items", "density", "fixed-header", "fixed-footer", "loading", "multi-sort", "theme"]);
1461
1467
  };
1462
1468
  }
1463
- }), Sl = [
1469
+ }), kl = [
1464
1470
  {
1465
1471
  name: "x-runtime-lib.start",
1466
1472
  ui: "word",
@@ -1479,7 +1485,7 @@ const Rl = /* @__PURE__ */ se({
1479
1485
  validator: (n) => n === "end",
1480
1486
  default: "end"
1481
1487
  }
1482
- ], Fn = {
1488
+ ], Un = {
1483
1489
  key: "size",
1484
1490
  name: "x-runtime-lib.size",
1485
1491
  children: [
@@ -1487,18 +1493,18 @@ const Rl = /* @__PURE__ */ se({
1487
1493
  key: "width",
1488
1494
  name: "x-runtime-lib.width",
1489
1495
  ui: "multiTypes",
1490
- types: K,
1496
+ types: q,
1491
1497
  default: ""
1492
1498
  },
1493
1499
  {
1494
1500
  key: "height",
1495
1501
  name: "x-runtime-lib.height",
1496
1502
  ui: "multiTypes",
1497
- types: K,
1503
+ types: q,
1498
1504
  default: ""
1499
1505
  }
1500
1506
  ]
1501
- }, Un = {
1507
+ }, jn = {
1502
1508
  key: "settings",
1503
1509
  name: "x-runtime-lib.settings",
1504
1510
  children: [
@@ -1528,28 +1534,28 @@ const Rl = /* @__PURE__ */ se({
1528
1534
  key: "align",
1529
1535
  name: "x-runtime-lib.align",
1530
1536
  ui: "multiTypes",
1531
- types: Sl,
1537
+ types: kl,
1532
1538
  default: "start"
1533
1539
  },
1534
1540
  {
1535
1541
  key: "width",
1536
1542
  name: "x-runtime-lib.width",
1537
1543
  ui: "multiTypes",
1538
- types: K,
1544
+ types: q,
1539
1545
  default: ""
1540
1546
  },
1541
1547
  {
1542
1548
  key: "minWidth",
1543
1549
  name: "x-runtime-lib.minWidth",
1544
1550
  ui: "multiTypes",
1545
- types: K,
1551
+ types: q,
1546
1552
  default: ""
1547
1553
  },
1548
1554
  {
1549
1555
  key: "maxWidth",
1550
1556
  name: "x-runtime-lib.maxWidth",
1551
1557
  ui: "multiTypes",
1552
- types: K,
1558
+ types: q,
1553
1559
  default: ""
1554
1560
  },
1555
1561
  {
@@ -1572,7 +1578,7 @@ const Rl = /* @__PURE__ */ se({
1572
1578
  key: "density",
1573
1579
  name: "x-runtime-lib.density",
1574
1580
  ui: "select",
1575
- items: xi,
1581
+ items: Ci,
1576
1582
  default: "default"
1577
1583
  },
1578
1584
  {
@@ -1600,63 +1606,63 @@ const Rl = /* @__PURE__ */ se({
1600
1606
  default: !1
1601
1607
  }
1602
1608
  ]
1603
- }, xl = {
1609
+ }, Al = {
1604
1610
  key: ir,
1605
1611
  name: "x-runtime-lib.dataTable",
1606
- comp: Nl,
1612
+ comp: Cl,
1607
1613
  slots: [],
1608
1614
  events: [],
1609
1615
  methods: [],
1610
1616
  props: {
1611
- pageCommon: [Y, Fn, Un],
1612
- compCommon: [Y, Fn, Un]
1617
+ pageCommon: [Y, Un, jn],
1618
+ compCommon: [Y, Un, jn]
1613
1619
  }
1614
1620
  };
1615
- function wl(n, o) {
1616
- const f = N(() => n.node.basic.id), h = N(() => `callMethod@${f.value}`);
1617
- ma(() => {
1618
- qe.on(h.value, o);
1619
- }), _a(() => {
1620
- qe.off(h.value, o);
1621
+ function Il(n, o) {
1622
+ const c = N(() => n.node.basic.id), h = N(() => `callMethod@${c.value}`);
1623
+ ba(() => {
1624
+ Ze.on(h.value, o);
1625
+ }), Ea(() => {
1626
+ Ze.off(h.value, o);
1621
1627
  });
1622
1628
  }
1623
- const Pl = ["id"], Cl = /* @__PURE__ */ se({
1629
+ const Dl = ["id"], Ll = /* @__PURE__ */ re({
1624
1630
  __name: "index",
1625
1631
  props: {
1626
1632
  node: {},
1627
1633
  outer: { type: Boolean }
1628
1634
  },
1629
1635
  setup(n) {
1630
- const o = n, f = ye(), h = N(() => {
1636
+ const o = n, c = _e(), h = N(() => {
1631
1637
  var m;
1632
1638
  return (m = o.node.basic) == null ? void 0 : m.id;
1633
- }), { open: _ } = Oa(`runtimeDlg/${h.value}`);
1634
- return wl(o, (m) => {
1639
+ }), { open: _ } = xa(`runtimeDlg/${h.value}`);
1640
+ return Il(o, (m) => {
1635
1641
  const { name: R } = m;
1636
1642
  R === "open" ? _.value = !0 : R === "close" && (_.value = !1);
1637
1643
  }), (m, R) => {
1638
- const O = Re("v-dialog");
1639
- return J(), ve(O, {
1640
- modelValue: Ae(_),
1641
- "onUpdate:modelValue": R[0] || (R[0] = (r) => ga(_) ? _.value = r : null)
1644
+ const O = Te("v-dialog");
1645
+ return J(), ce(O, {
1646
+ modelValue: Ie(_),
1647
+ "onUpdate:modelValue": R[0] || (R[0] = (r) => Ra(_) ? _.value = r : null)
1642
1648
  }, {
1643
1649
  activator: te(() => [
1644
- Ae(f) === "editor" ? (J(), Le("div", {
1650
+ Ie(c) === "editor" ? (J(), Fe("div", {
1645
1651
  key: 0,
1646
1652
  id: `__node__@${h.value}`
1647
- }, null, 8, Pl)) : ba("", !0)
1653
+ }, null, 8, Dl)) : Oa("", !0)
1648
1654
  ]),
1649
1655
  default: te(() => [
1650
- ee(m.$slots, "default")
1656
+ Jn(m.$slots, "default")
1651
1657
  ]),
1652
1658
  _: 3
1653
1659
  }, 8, ["modelValue"]);
1654
1660
  };
1655
1661
  }
1656
- }), Al = {
1662
+ }), Ml = {
1657
1663
  key: ar,
1658
1664
  name: "x-runtime-lib.dialog",
1659
- comp: Cl,
1665
+ comp: Ll,
1660
1666
  slots: [
1661
1667
  {
1662
1668
  key: "default",
@@ -1683,7 +1689,7 @@ const Pl = ["id"], Cl = /* @__PURE__ */ se({
1683
1689
  compCommon: [Y]
1684
1690
  },
1685
1691
  teleport: !0
1686
- }, jn = {
1692
+ }, Bn = {
1687
1693
  key: "globalSettings",
1688
1694
  name: "x-runtime-lib.globalSettings",
1689
1695
  children: [
@@ -1694,7 +1700,7 @@ const Pl = ["id"], Cl = /* @__PURE__ */ se({
1694
1700
  default: "#00000000"
1695
1701
  }
1696
1702
  ]
1697
- }, kl = {
1703
+ }, Fl = {
1698
1704
  key: or,
1699
1705
  name: "x-runtime-lib.globality",
1700
1706
  comp: "",
@@ -1732,18 +1738,18 @@ const Pl = ["id"], Cl = /* @__PURE__ */ se({
1732
1738
  ],
1733
1739
  methods: [],
1734
1740
  props: {
1735
- pageCommon: [jn],
1736
- compCommon: [jn]
1741
+ pageCommon: [Bn],
1742
+ compCommon: [Bn]
1737
1743
  },
1738
1744
  internal: !0
1739
- }, Il = { key: 0 }, Dl = /* @__PURE__ */ se({
1745
+ }, Ul = { key: 0 }, jl = /* @__PURE__ */ re({
1740
1746
  __name: "index",
1741
1747
  props: {
1742
1748
  node: {},
1743
1749
  outer: { type: Boolean }
1744
1750
  },
1745
1751
  setup(n) {
1746
- const o = n, f = ye(), h = Ue(), _ = N(() => {
1752
+ const o = n, c = _e(), h = Be(), _ = N(() => {
1747
1753
  var e;
1748
1754
  return (e = o.node.settings) == null ? void 0 : e.value;
1749
1755
  }), b = N(() => {
@@ -1760,12 +1766,12 @@ const Pl = ["id"], Cl = /* @__PURE__ */ se({
1760
1766
  return (e = o.node.settings) == null ? void 0 : e.singleLine;
1761
1767
  }), r = N(() => {
1762
1768
  var e;
1763
- return f !== "runtime" ? !0 : (e = o.node.settings) == null ? void 0 : e.readonly;
1769
+ return c !== "runtime" ? !0 : (e = o.node.settings) == null ? void 0 : e.readonly;
1764
1770
  }), t = N(() => h.value ? "dark" : "light");
1765
1771
  return (e, i) => {
1766
- const u = Re("v-number-input");
1767
- return Ae(f) === "editor" ? (J(), Le("div", Il, [
1768
- Et(u, {
1772
+ const u = Te("v-number-input");
1773
+ return Ie(c) === "editor" ? (J(), Fe("div", Ul, [
1774
+ K(u, {
1769
1775
  "model-value": _.value,
1770
1776
  label: b.value,
1771
1777
  placeholder: m.value,
@@ -1774,7 +1780,7 @@ const Pl = ["id"], Cl = /* @__PURE__ */ se({
1774
1780
  readonly: r.value,
1775
1781
  theme: t.value
1776
1782
  }, null, 8, ["model-value", "label", "placeholder", "hide-details", "single-line", "readonly", "theme"])
1777
- ])) : (J(), ve(u, {
1783
+ ])) : (J(), ce(u, {
1778
1784
  key: 1,
1779
1785
  "model-value": _.value,
1780
1786
  label: b.value,
@@ -1786,7 +1792,7 @@ const Pl = ["id"], Cl = /* @__PURE__ */ se({
1786
1792
  }, null, 8, ["model-value", "label", "placeholder", "hide-details", "single-line", "readonly", "theme"]));
1787
1793
  };
1788
1794
  }
1789
- }), Bn = {
1795
+ }), $n = {
1790
1796
  key: "settings",
1791
1797
  name: "x-runtime-lib.settings",
1792
1798
  children: [
@@ -1831,53 +1837,53 @@ const Pl = ["id"], Cl = /* @__PURE__ */ se({
1831
1837
  default: !1
1832
1838
  }
1833
1839
  ]
1834
- }, Ll = {
1840
+ }, Bl = {
1835
1841
  key: ur,
1836
1842
  name: "x-runtime-lib.numberInput",
1837
- comp: Dl,
1843
+ comp: jl,
1838
1844
  slots: [],
1839
1845
  events: [],
1840
1846
  methods: [],
1841
1847
  props: {
1842
- pageCommon: [Y, Bn],
1843
- compCommon: [Y, Bn]
1848
+ pageCommon: [Y, $n],
1849
+ compCommon: [Y, $n]
1844
1850
  }
1845
1851
  };
1846
- var Ml = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
1847
- function Fl(n) {
1852
+ var $l = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
1853
+ function Vl(n) {
1848
1854
  return n && n.__esModule && Object.prototype.hasOwnProperty.call(n, "default") ? n.default : n;
1849
1855
  }
1850
- function Ul(n) {
1856
+ function Gl(n) {
1851
1857
  if (n.__esModule) return n;
1852
1858
  var o = n.default;
1853
1859
  if (typeof o == "function") {
1854
- var f = function h() {
1860
+ var c = function h() {
1855
1861
  return this instanceof h ? Reflect.construct(o, arguments, this.constructor) : o.apply(this, arguments);
1856
1862
  };
1857
- f.prototype = o.prototype;
1858
- } else f = {};
1859
- return Object.defineProperty(f, "__esModule", { value: !0 }), Object.keys(n).forEach(function(h) {
1863
+ c.prototype = o.prototype;
1864
+ } else c = {};
1865
+ return Object.defineProperty(c, "__esModule", { value: !0 }), Object.keys(n).forEach(function(h) {
1860
1866
  var _ = Object.getOwnPropertyDescriptor(n, h);
1861
- Object.defineProperty(f, h, _.get ? _ : {
1867
+ Object.defineProperty(c, h, _.get ? _ : {
1862
1868
  enumerable: !0,
1863
1869
  get: function() {
1864
1870
  return n[h];
1865
1871
  }
1866
1872
  });
1867
- }), f;
1873
+ }), c;
1868
1874
  }
1869
- var Pi = { exports: {} };
1870
- const jl = {}, Bl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1875
+ var Ai = { exports: {} };
1876
+ const Yl = {}, zl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1871
1877
  __proto__: null,
1872
- default: jl
1873
- }, Symbol.toStringTag, { value: "Module" })), $l = /* @__PURE__ */ Ul(Bl);
1878
+ default: Yl
1879
+ }, Symbol.toStringTag, { value: "Module" })), Xl = /* @__PURE__ */ Gl(zl);
1874
1880
  (function(n, o) {
1875
1881
  (function(h, _) {
1876
1882
  n.exports = _();
1877
- })(Ml, () => (
1883
+ })($l, () => (
1878
1884
  /******/
1879
1885
  (() => {
1880
- var f = {
1886
+ var c = {
1881
1887
  /***/
1882
1888
  "./original-repo/interpreter.js": (
1883
1889
  /*!**************************************!*\
@@ -2188,10 +2194,10 @@ const jl = {}, Bl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
2188
2194
  "(function(" + p + ") {" + a + "})",
2189
2195
  "function" + e.functionCodeNumber_++
2190
2196
  );
2191
- } catch (I) {
2197
+ } catch (A) {
2192
2198
  e.throwException(
2193
2199
  e.SYNTAX_ERROR,
2194
- "Invalid code: " + I.message
2200
+ "Invalid code: " + A.message
2195
2201
  );
2196
2202
  }
2197
2203
  T.body.length !== 1 && e.throwException(
@@ -3028,13 +3034,13 @@ const jl = {}, Bl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
3028
3034
  }, T = "string.split(separator, limit)", L = e.vmCall(T, S, a, v);
3029
3035
  L !== r.REGEXP_TIMEOUT && v(e.nativeToPseudo(L));
3030
3036
  } else {
3031
- var x = e.createWorker(), I = e.regExpTimeout(
3037
+ var x = e.createWorker(), A = e.regExpTimeout(
3032
3038
  a,
3033
3039
  x,
3034
3040
  v
3035
3041
  );
3036
3042
  x.onmessage = function(W) {
3037
- clearTimeout(I), v(e.nativeToPseudo(W.data));
3043
+ clearTimeout(A), v(e.nativeToPseudo(W.data));
3038
3044
  }, x.postMessage(["split", E, a, p]);
3039
3045
  }
3040
3046
  return;
@@ -3048,8 +3054,8 @@ const jl = {}, Bl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
3048
3054
  var E = {
3049
3055
  string: v,
3050
3056
  regexp: a
3051
- }, S = "string.match(regexp)", I = e.vmCall(S, E, a, p);
3052
- I !== r.REGEXP_TIMEOUT && p(I && e.matchToPseudo_(I));
3057
+ }, S = "string.match(regexp)", A = e.vmCall(S, E, a, p);
3058
+ A !== r.REGEXP_TIMEOUT && p(A && e.matchToPseudo_(A));
3053
3059
  } else {
3054
3060
  var T = e.createWorker(), x = e.regExpTimeout(a, T, p);
3055
3061
  T.onmessage = function(L) {
@@ -3058,8 +3064,8 @@ const jl = {}, Bl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
3058
3064
  }
3059
3065
  return;
3060
3066
  }
3061
- var I = v.match(a);
3062
- p(I && e.matchToPseudo_(I));
3067
+ var A = v.match(a);
3068
+ p(A && e.matchToPseudo_(A));
3063
3069
  }, this.setAsyncFunctionPrototype(this.STRING, "match", i), i = function(a, p) {
3064
3070
  var v = String(this);
3065
3071
  if (e.isa(a, e.REGEXP) ? a = a.data : a = new RegExp(a), e.maybeThrowRegExp(a, p), e.REGEXP_MODE === 2) {
@@ -3070,9 +3076,9 @@ const jl = {}, Bl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
3070
3076
  }, S = "string.search(regexp)", T = e.vmCall(S, E, a, p);
3071
3077
  T !== r.REGEXP_TIMEOUT && p(T);
3072
3078
  } else {
3073
- var x = e.createWorker(), I = e.regExpTimeout(a, x, p);
3079
+ var x = e.createWorker(), A = e.regExpTimeout(a, x, p);
3074
3080
  x.onmessage = function(L) {
3075
- clearTimeout(I), p(L.data);
3081
+ clearTimeout(A), p(L.data);
3076
3082
  }, x.postMessage(["search", v, a]);
3077
3083
  }
3078
3084
  return;
@@ -3089,14 +3095,14 @@ const jl = {}, Bl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
3089
3095
  }, T = "string.replace(substr, newSubstr)", x = e.vmCall(T, S, a, v);
3090
3096
  x !== r.REGEXP_TIMEOUT && v(x);
3091
3097
  } else {
3092
- var I = e.createWorker(), L = e.regExpTimeout(
3098
+ var A = e.createWorker(), L = e.regExpTimeout(
3093
3099
  a,
3094
- I,
3100
+ A,
3095
3101
  v
3096
3102
  );
3097
- I.onmessage = function(W) {
3103
+ A.onmessage = function(W) {
3098
3104
  clearTimeout(L), v(W.data);
3099
- }, I.postMessage(["replace", E, a, p]);
3105
+ }, A.postMessage(["replace", E, a, p]);
3100
3106
  }
3101
3107
  return;
3102
3108
  }
@@ -3376,8 +3382,8 @@ const jl = {}, Bl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
3376
3382
  x !== r.REGEXP_TIMEOUT && (e.setProperty(this, "lastIndex", a.lastIndex), l(e.matchToPseudo_(x)));
3377
3383
  } else {
3378
3384
  var E = e.createWorker(), S = e.regExpTimeout(a, E, l), T = this;
3379
- E.onmessage = function(I) {
3380
- clearTimeout(S), e.setProperty(T, "lastIndex", I.data[1]), l(e.matchToPseudo_(I.data[0]));
3385
+ E.onmessage = function(A) {
3386
+ clearTimeout(S), e.setProperty(T, "lastIndex", A.data[1]), l(e.matchToPseudo_(A.data[0]));
3381
3387
  }, E.postMessage(["exec", a, a.lastIndex, s]);
3382
3388
  }
3383
3389
  return;
@@ -3735,8 +3741,8 @@ const jl = {}, Bl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
3735
3741
  var a = this, p = function() {
3736
3742
  var x = Array.prototype.slice.call(arguments).map(function(L) {
3737
3743
  return a.pseudoToNative(L);
3738
- }), I = t.apply(a, x);
3739
- return a.nativeToPseudo(I);
3744
+ }), A = t.apply(a, x);
3745
+ return a.nativeToPseudo(A);
3740
3746
  }, v = Object.getOwnPropertyDescriptor(t, "prototype"), E = this.createNativeFunction(p, !!v);
3741
3747
  return i.pseudo.push(E), E;
3742
3748
  }
@@ -4130,14 +4136,14 @@ const jl = {}, Bl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
4130
4136
  var S = i.node.arguments[0], T = S ? S.start : void 0, x = S ? S.end : void 0;
4131
4137
  r.stripLocations_(a, T, x), p = this.globalScope, u.length = 0;
4132
4138
  }
4133
- var I = new r.Task(
4139
+ var A = new r.Task(
4134
4140
  v,
4135
4141
  u,
4136
4142
  p,
4137
4143
  a,
4138
4144
  t ? l : -1
4139
4145
  );
4140
- return this.scheduleTask_(I, l), I.pid;
4146
+ return this.scheduleTask_(A, l), A.pid;
4141
4147
  }, r.prototype.scheduleTask_ = function(t, e) {
4142
4148
  t.time = Date.now() + e, this.tasks.push(t), this.tasks.sort(function(i, u) {
4143
4149
  return i.time - u.time;
@@ -4486,7 +4492,7 @@ const jl = {}, Bl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
4486
4492
  e.value = x;
4487
4493
  else {
4488
4494
  try {
4489
- var I = this.parse_(
4495
+ var A = this.parse_(
4490
4496
  String(x),
4491
4497
  "eval" + this.evalCodeNumber_++
4492
4498
  );
@@ -4494,19 +4500,19 @@ const jl = {}, Bl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
4494
4500
  this.throwException(this.SYNTAX_ERROR, "Invalid code: " + B.message);
4495
4501
  }
4496
4502
  var L = this.newNode();
4497
- L.type = "EvalProgram_", L.body = I.body, r.stripLocations_(L, i.start, i.end);
4503
+ L.type = "EvalProgram_", L.body = A.body, r.stripLocations_(L, i.start, i.end);
4498
4504
  var p = e.directEval_ ? e.scope : this.globalScope;
4499
- return p.strict ? p = this.createScope(I, p) : this.populateScope_(I, p), this.value = void 0, new r.State(L, p);
4505
+ return p.strict ? p = this.createScope(A, p) : this.populateScope_(A, p), this.value = void 0, new r.State(L, p);
4500
4506
  }
4501
4507
  } else if (s.nativeFunc)
4502
4508
  e.scope.strict || (e.funcThis_ = this.boxThis_(e.funcThis_)), e.value = s.nativeFunc.apply(e.funcThis_, e.arguments_);
4503
4509
  else if (s.asyncFunc) {
4504
- var W = this, je = function(me) {
4505
- e.value = me, W.paused_ = !1;
4506
- }, q = s.asyncFunc.length - 1, Ne = e.arguments_.concat(
4507
- new Array(q)
4508
- ).slice(0, q);
4509
- Ne.push(je), this.paused_ = !0, e.scope.strict || (e.funcThis_ = this.boxThis_(e.funcThis_)), s.asyncFunc.apply(e.funcThis_, Ne);
4510
+ var W = this, $e = function(ge) {
4511
+ e.value = ge, W.paused_ = !1;
4512
+ }, Z = s.asyncFunc.length - 1, xe = e.arguments_.concat(
4513
+ new Array(Z)
4514
+ ).slice(0, Z);
4515
+ xe.push($e), this.paused_ = !0, e.scope.strict || (e.funcThis_ = this.boxThis_(e.funcThis_)), s.asyncFunc.apply(e.funcThis_, xe);
4510
4516
  return;
4511
4517
  } else
4512
4518
  this.throwException(
@@ -4913,8 +4919,8 @@ const jl = {}, Bl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
4913
4919
  })(typeof globalThis > "u" ? this || window : globalThis, function(O) {
4914
4920
  O.version = "0.5.0";
4915
4921
  var r, t = "", e, i;
4916
- O.parse = function(c, d) {
4917
- return t = String(c), e = t.length, s(d), Wi(), oa(r.program);
4922
+ O.parse = function(f, d) {
4923
+ return t = String(f), e = t.length, s(d), Ki(), la(r.program);
4918
4924
  };
4919
4925
  var u = {
4920
4926
  // JS-Interpreter change:
@@ -4974,32 +4980,32 @@ const jl = {}, Bl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
4974
4980
  // `locations` is on or off.
4975
4981
  directSourceFile: null
4976
4982
  };
4977
- function s(c) {
4978
- r = c || {};
4983
+ function s(f) {
4984
+ r = f || {};
4979
4985
  for (var d in u)
4980
4986
  Object.prototype.hasOwnProperty.call(r, d) || (r[d] = u[d]);
4981
4987
  i = r.sourceFile;
4982
4988
  }
4983
- var l = function(c, d) {
4989
+ var l = function(f, d) {
4984
4990
  for (var y = 1, g = 0; ; ) {
4985
- st.lastIndex = g;
4986
- var C = st.exec(c);
4991
+ lt.lastIndex = g;
4992
+ var C = lt.exec(f);
4987
4993
  if (C && C.index < d)
4988
4994
  ++y, g = C.index + C[0].length;
4989
4995
  else
4990
4996
  break;
4991
4997
  }
4992
4998
  return { line: y, column: d - g };
4993
- }, a = 0, p = 0, v = 0, E, S, T, x, I, L, W, je = 0, q = 0, Ne, me, B, H;
4994
- function k(c, d) {
4995
- var y = l(t, c);
4999
+ }, a = 0, p = 0, v = 0, E, S, T, x, A, L, W, $e = 0, Z = 0, xe, ge, B, H;
5000
+ function I(f, d) {
5001
+ var y = l(t, f);
4996
5002
  d += " (" + y.line + ":" + y.column + ")";
4997
5003
  var g = new SyntaxError(d);
4998
- throw g.pos = c, g.loc = y, g.raisedAt = a, g;
5004
+ throw g.pos = f, g.loc = y, g.raisedAt = a, g;
4999
5005
  }
5000
- var Ai = [], nt = { type: "num" }, br = { type: "regexp" }, Nt = { type: "string" }, Se = { type: "name" }, St = { type: "eof" }, xt = { keyword: "break" }, wt = { keyword: "case", beforeExpr: !0 }, Er = { keyword: "catch" }, Rr = { keyword: "continue" }, Or = { keyword: "debugger" }, Tr = { keyword: "default" }, Nr = { keyword: "do", isLoop: !0 }, Sr = { keyword: "else", beforeExpr: !0 }, xr = { keyword: "finally" }, wr = { keyword: "for", isLoop: !0 }, Pt = { keyword: "function" }, Pr = { keyword: "if" }, Cr = { keyword: "return", beforeExpr: !0 }, Ct = { keyword: "switch" }, Ar = { keyword: "throw", beforeExpr: !0 }, kr = { keyword: "try" }, At = { keyword: "var" }, kt = { keyword: "while", isLoop: !0 }, Ir = { keyword: "with" }, Dr = { keyword: "new", beforeExpr: !0 }, Lr = { keyword: "this" }, Mr = { keyword: "null", atomValue: null }, Fr = { keyword: "true", atomValue: !0 }, Ur = { keyword: "false", atomValue: !1 }, it = { keyword: "in", binop: 7, beforeExpr: !0 }, ki = {
5006
+ var Di = [], it = { type: "num" }, br = { type: "regexp" }, Nt = { type: "string" }, Pe = { type: "name" }, St = { type: "eof" }, xt = { keyword: "break" }, Pt = { keyword: "case", beforeExpr: !0 }, Er = { keyword: "catch" }, Rr = { keyword: "continue" }, Or = { keyword: "debugger" }, Tr = { keyword: "default" }, Nr = { keyword: "do", isLoop: !0 }, Sr = { keyword: "else", beforeExpr: !0 }, xr = { keyword: "finally" }, Pr = { keyword: "for", isLoop: !0 }, wt = { keyword: "function" }, wr = { keyword: "if" }, Cr = { keyword: "return", beforeExpr: !0 }, Ct = { keyword: "switch" }, kr = { keyword: "throw", beforeExpr: !0 }, Ar = { keyword: "try" }, kt = { keyword: "var" }, At = { keyword: "while", isLoop: !0 }, Ir = { keyword: "with" }, Dr = { keyword: "new", beforeExpr: !0 }, Lr = { keyword: "this" }, Mr = { keyword: "null", atomValue: null }, Fr = { keyword: "true", atomValue: !0 }, Ur = { keyword: "false", atomValue: !1 }, at = { keyword: "in", binop: 7, beforeExpr: !0 }, Li = {
5001
5007
  break: xt,
5002
- case: wt,
5008
+ case: Pt,
5003
5009
  catch: Er,
5004
5010
  continue: Rr,
5005
5011
  debugger: Or,
@@ -5007,53 +5013,53 @@ const jl = {}, Bl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5007
5013
  do: Nr,
5008
5014
  else: Sr,
5009
5015
  finally: xr,
5010
- for: wr,
5011
- function: Pt,
5012
- if: Pr,
5016
+ for: Pr,
5017
+ function: wt,
5018
+ if: wr,
5013
5019
  return: Cr,
5014
5020
  switch: Ct,
5015
- throw: Ar,
5016
- try: kr,
5017
- var: At,
5018
- while: kt,
5021
+ throw: kr,
5022
+ try: Ar,
5023
+ var: kt,
5024
+ while: At,
5019
5025
  with: Ir,
5020
5026
  null: Mr,
5021
5027
  true: Fr,
5022
5028
  false: Ur,
5023
5029
  new: Dr,
5024
- in: it,
5030
+ in: at,
5025
5031
  instanceof: { keyword: "instanceof", binop: 7, beforeExpr: !0 },
5026
5032
  this: Lr,
5027
5033
  typeof: { keyword: "typeof", prefix: !0, beforeExpr: !0 },
5028
5034
  void: { keyword: "void", prefix: !0, beforeExpr: !0 },
5029
5035
  delete: { keyword: "delete", prefix: !0, beforeExpr: !0 }
5030
- }, It = { type: "[", beforeExpr: !0 }, Dt = { type: "]" }, Be = { type: "{", beforeExpr: !0 }, xe = { type: "}" }, ie = { type: "(", beforeExpr: !0 }, Q = { type: ")" }, ce = { type: ",", beforeExpr: !0 }, ae = { type: ";", beforeExpr: !0 }, $e = { type: ":", beforeExpr: !0 }, jr = { type: "." }, Br = { type: "?", beforeExpr: !0 }, $r = { binop: 10, beforeExpr: !0 }, Vr = { isAssign: !0, beforeExpr: !0 }, _e = { isAssign: !0, beforeExpr: !0 }, Ii = { postfix: !0, prefix: !0, isUpdate: !0 }, Gr = { prefix: !0, beforeExpr: !0 }, Yr = { binop: 1, beforeExpr: !0 }, zr = { binop: 2, beforeExpr: !0 }, Di = { binop: 3, beforeExpr: !0 }, Li = { binop: 4, beforeExpr: !0 }, Mi = { binop: 5, beforeExpr: !0 }, Fi = { binop: 6, beforeExpr: !0 }, Ui = { binop: 7, beforeExpr: !0 }, ji = { binop: 8, beforeExpr: !0 }, Bi = { binop: 9, prefix: !0, beforeExpr: !0 }, $i = { binop: 10, beforeExpr: !0 };
5031
- function at(c) {
5032
- for (var d = c.split(" "), y = /* @__PURE__ */ Object.create(null), g = 0; g < d.length; g++)
5036
+ }, It = { type: "[", beforeExpr: !0 }, Dt = { type: "]" }, Ve = { type: "{", beforeExpr: !0 }, we = { type: "}" }, ae = { type: "(", beforeExpr: !0 }, ee = { type: ")" }, pe = { type: ",", beforeExpr: !0 }, oe = { type: ";", beforeExpr: !0 }, Ge = { type: ":", beforeExpr: !0 }, jr = { type: "." }, Br = { type: "?", beforeExpr: !0 }, $r = { binop: 10, beforeExpr: !0 }, Vr = { isAssign: !0, beforeExpr: !0 }, be = { isAssign: !0, beforeExpr: !0 }, Mi = { postfix: !0, prefix: !0, isUpdate: !0 }, Gr = { prefix: !0, beforeExpr: !0 }, Yr = { binop: 1, beforeExpr: !0 }, zr = { binop: 2, beforeExpr: !0 }, Fi = { binop: 3, beforeExpr: !0 }, Ui = { binop: 4, beforeExpr: !0 }, ji = { binop: 5, beforeExpr: !0 }, Bi = { binop: 6, beforeExpr: !0 }, $i = { binop: 7, beforeExpr: !0 }, Vi = { binop: 8, beforeExpr: !0 }, Gi = { binop: 9, prefix: !0, beforeExpr: !0 }, Yi = { binop: 10, beforeExpr: !0 };
5037
+ function ot(f) {
5038
+ for (var d = f.split(" "), y = /* @__PURE__ */ Object.create(null), g = 0; g < d.length; g++)
5033
5039
  y[d[g]] = !0;
5034
5040
  return function(C) {
5035
5041
  return y[C] || !1;
5036
5042
  };
5037
5043
  }
5038
- var Vi = at("class enum extends super const export import"), Xr = at("implements interface let package private protected public static yield"), ot = at("eval arguments"), Gi = at("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"), Yi = /[\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff]/, Wr = "ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԧԱ-Ֆՙա-ևא-תװ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࢠࢢ-ࢬऄ-हऽॐक़-ॡॱ-ॷॹ-ॿঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-ళవ-హఽౘౙౠౡಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠೡೱೲഅ-ഌഎ-ഐഒ-ഺഽൎൠൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄງຈຊຍດ-ທນ-ຟມ-ຣລວສຫອ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏼᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛰᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡷᢀ-ᢨᢪᢰ-ᣵᤀ-ᤜᥐ-ᥭᥰ-ᥴᦀ-ᦫᧁ-ᧇᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᳩ-ᳬᳮ-ᳱᳵᳶᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕℙ-ℝℤΩℨK-ℭℯ-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞⸯ々-〇〡-〩〱-〵〸-〼ぁ-ゖゝ-ゟァ-ヺー-ヿㄅ-ㄭㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿌ꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚗꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꪀ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ", zi = "̀-ͯ҃-֑҇-ׇֽֿׁׂׅׄؐ-ؚؠ-ىٲ-ۓۧ-ۨۻ-ۼܰ-݊ࠀ-ࠔࠛ-ࠣࠥ-ࠧࠩ-࠭ࡀ-ࡗࣤ-ࣾऀ-ःऺ-़ा-ॏ॑-ॗॢ-ॣ०-९ঁ-ঃ়া-ৄেৈৗয়-ৠਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢ-ૣ૦-૯ଁ-ଃ଼ା-ୄେୈୋ-୍ୖୗୟ-ୠ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఁ-ఃె-ైొ-్ౕౖౢ-ౣ౦-౯ಂಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢ-ೣ೦-೯ംഃെ-ൈൗൢ-ൣ൦-൯ංඃ්ා-ුූෘ-ෟෲෳิ-ฺเ-ๅ๐-๙ິ-ູ່-ໍ໐-໙༘༙༠-༩༹༵༷ཁ-ཇཱ-྄྆-྇ྍ-ྗྙ-ྼ࿆က-ဩ၀-၉ၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟ᜎ-ᜐᜠ-ᜰᝀ-ᝐᝲᝳក-ឲ៝០-៩᠋-᠍᠐-᠙ᤠ-ᤫᤰ-᤻ᥑ-ᥭᦰ-ᧀᧈ-ᧉ᧐-᧙ᨀ-ᨕᨠ-ᩓ᩠-᩿᩼-᪉᪐-᪙ᭆ-ᭋ᭐-᭙᭫-᭳᮰-᮹᯦-᯳ᰀ-ᰢ᱀-᱉ᱛ-ᱽ᳐-᳒ᴀ-ᶾḁ-ἕ‌‍‿⁀⁔⃐-⃥⃜⃡-⃰ⶁ-ⶖⷠ-ⷿ〡-〨゙゚Ꙁ-ꙭꙴ-꙽ꚟ꛰-꛱ꟸ-ꠀ꠆ꠋꠣ-ꠧꢀ-ꢁꢴ-꣄꣐-꣙ꣳ-ꣷ꤀-꤉ꤦ-꤭ꤰ-ꥅꦀ-ꦃ꦳-꧀ꨀ-ꨧꩀ-ꩁꩌ-ꩍ꩐-꩙ꩻꫠ-ꫩꫲ-ꫳꯀ-ꯡ꯬꯭꯰-꯹ﬠ-ﬨ︀-️︠-︦︳︴﹍-﹏0-9_", Jr = new RegExp("[" + Wr + "]"), Xi = new RegExp("[" + Wr + zi + "]"), ut = /[\n\r\u2028\u2029]/, st = /\r\n|[\n\r\u2028\u2029]/g, lt = function(c) {
5039
- return c < 65 ? c === 36 : c < 91 ? !0 : c < 97 ? c === 95 : c < 123 ? !0 : c >= 170 && Jr.test(String.fromCharCode(c));
5040
- }, Hr = function(c) {
5041
- return c < 48 ? c === 36 : c < 58 ? !0 : c < 65 ? !1 : c < 91 ? !0 : c < 97 ? c === 95 : c < 123 ? !0 : c >= 170 && Xi.test(String.fromCharCode(c));
5044
+ var zi = ot("class enum extends super const export import"), Xr = ot("implements interface let package private protected public static yield"), ut = ot("eval arguments"), Xi = ot("break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this"), Wi = /[\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff]/, Wr = "ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԧԱ-Ֆՙա-ևא-תװ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࢠࢢ-ࢬऄ-हऽॐक़-ॡॱ-ॷॹ-ॿঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-ళవ-హఽౘౙౠౡಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠೡೱೲഅ-ഌഎ-ഐഒ-ഺഽൎൠൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄງຈຊຍດ-ທນ-ຟມ-ຣລວສຫອ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏼᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛰᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡷᢀ-ᢨᢪᢰ-ᣵᤀ-ᤜᥐ-ᥭᥰ-ᥴᦀ-ᦫᧁ-ᧇᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᳩ-ᳬᳮ-ᳱᳵᳶᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕℙ-ℝℤΩℨK-ℭℯ-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞⸯ々-〇〡-〩〱-〵〸-〼ぁ-ゖゝ-ゟァ-ヺー-ヿㄅ-ㄭㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿌ꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚗꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꪀ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ", Ji = "̀-ͯ҃-֑҇-ׇֽֿׁׂׅׄؐ-ؚؠ-ىٲ-ۓۧ-ۨۻ-ۼܰ-݊ࠀ-ࠔࠛ-ࠣࠥ-ࠧࠩ-࠭ࡀ-ࡗࣤ-ࣾऀ-ःऺ-़ा-ॏ॑-ॗॢ-ॣ०-९ঁ-ঃ়া-ৄেৈৗয়-ৠਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢ-ૣ૦-૯ଁ-ଃ଼ା-ୄେୈୋ-୍ୖୗୟ-ୠ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఁ-ఃె-ైొ-్ౕౖౢ-ౣ౦-౯ಂಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢ-ೣ೦-೯ംഃെ-ൈൗൢ-ൣ൦-൯ංඃ්ා-ුූෘ-ෟෲෳิ-ฺเ-ๅ๐-๙ິ-ູ່-ໍ໐-໙༘༙༠-༩༹༵༷ཁ-ཇཱ-྄྆-྇ྍ-ྗྙ-ྼ࿆က-ဩ၀-၉ၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟ᜎ-ᜐᜠ-ᜰᝀ-ᝐᝲᝳក-ឲ៝០-៩᠋-᠍᠐-᠙ᤠ-ᤫᤰ-᤻ᥑ-ᥭᦰ-ᧀᧈ-ᧉ᧐-᧙ᨀ-ᨕᨠ-ᩓ᩠-᩿᩼-᪉᪐-᪙ᭆ-ᭋ᭐-᭙᭫-᭳᮰-᮹᯦-᯳ᰀ-ᰢ᱀-᱉ᱛ-ᱽ᳐-᳒ᴀ-ᶾḁ-ἕ‌‍‿⁀⁔⃐-⃥⃜⃡-⃰ⶁ-ⶖⷠ-ⷿ〡-〨゙゚Ꙁ-ꙭꙴ-꙽ꚟ꛰-꛱ꟸ-ꠀ꠆ꠋꠣ-ꠧꢀ-ꢁꢴ-꣄꣐-꣙ꣳ-ꣷ꤀-꤉ꤦ-꤭ꤰ-ꥅꦀ-ꦃ꦳-꧀ꨀ-ꨧꩀ-ꩁꩌ-ꩍ꩐-꩙ꩻꫠ-ꫩꫲ-ꫳꯀ-ꯡ꯬꯭꯰-꯹ﬠ-ﬨ︀-️︠-︦︳︴﹍-﹏0-9_", Jr = new RegExp("[" + Wr + "]"), Hi = new RegExp("[" + Wr + Ji + "]"), st = /[\n\r\u2028\u2029]/, lt = /\r\n|[\n\r\u2028\u2029]/g, ct = function(f) {
5045
+ return f < 65 ? f === 36 : f < 91 ? !0 : f < 97 ? f === 95 : f < 123 ? !0 : f >= 170 && Jr.test(String.fromCharCode(f));
5046
+ }, Hr = function(f) {
5047
+ return f < 48 ? f === 36 : f < 58 ? !0 : f < 65 ? !1 : f < 91 ? !0 : f < 97 ? f === 95 : f < 123 ? !0 : f >= 170 && Hi.test(String.fromCharCode(f));
5042
5048
  };
5043
- function ge() {
5049
+ function Ee() {
5044
5050
  this.line = L, this.column = a - W;
5045
5051
  }
5046
- function Wi() {
5047
- L = 1, a = W = 0, I = !0, Ve();
5052
+ function Ki() {
5053
+ L = 1, a = W = 0, A = !0, Ye();
5048
5054
  }
5049
- function V(c, d) {
5050
- v = a, r.locations && (S = new ge()), T = c, Ve(), x = d, I = c.beforeExpr;
5055
+ function V(f, d) {
5056
+ v = a, r.locations && (S = new Ee()), T = f, Ye(), x = d, A = f.beforeExpr;
5051
5057
  }
5052
- function Ji() {
5053
- var c = r.onComment && r.locations && new ge(), d = a, y = t.indexOf("*/", a += 2);
5054
- if (y === -1 && k(a - 2, "Unterminated comment"), a = y + 2, r.locations) {
5055
- st.lastIndex = d;
5056
- for (var g; (g = st.exec(t)) && g.index < a; )
5058
+ function qi() {
5059
+ var f = r.onComment && r.locations && new Ee(), d = a, y = t.indexOf("*/", a += 2);
5060
+ if (y === -1 && I(a - 2, "Unterminated comment"), a = y + 2, r.locations) {
5061
+ lt.lastIndex = d;
5062
+ for (var g; (g = lt.exec(t)) && g.index < a; )
5057
5063
  ++L, W = g.index + g[0].length;
5058
5064
  }
5059
5065
  r.onComment && r.onComment(
@@ -5061,123 +5067,123 @@ const jl = {}, Bl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5061
5067
  t.slice(d + 2, y),
5062
5068
  d,
5063
5069
  a,
5064
- c,
5065
- r.locations && new ge()
5070
+ f,
5071
+ r.locations && new Ee()
5066
5072
  );
5067
5073
  }
5068
5074
  function Lt() {
5069
- for (var c = a, d = r.onComment && r.locations && new ge(), y = t.charCodeAt(a += 2); a < e && y !== 10 && y !== 13 && y !== 8232 && y !== 8233; )
5075
+ for (var f = a, d = r.onComment && r.locations && new Ee(), y = t.charCodeAt(a += 2); a < e && y !== 10 && y !== 13 && y !== 8232 && y !== 8233; )
5070
5076
  ++a, y = t.charCodeAt(a);
5071
5077
  r.onComment && r.onComment(
5072
5078
  !1,
5073
- t.slice(c + 2, a),
5074
- c,
5079
+ t.slice(f + 2, a),
5080
+ f,
5075
5081
  a,
5076
5082
  d,
5077
- r.locations && new ge()
5083
+ r.locations && new Ee()
5078
5084
  );
5079
5085
  }
5080
- function Ve() {
5086
+ function Ye() {
5081
5087
  for (; a < e; ) {
5082
- var c = t.charCodeAt(a);
5083
- if (c === 32)
5088
+ var f = t.charCodeAt(a);
5089
+ if (f === 32)
5084
5090
  ++a;
5085
- else if (c === 13) {
5091
+ else if (f === 13) {
5086
5092
  ++a;
5087
5093
  var d = t.charCodeAt(a);
5088
5094
  d === 10 && ++a, r.locations && (++L, W = a);
5089
- } else if (c === 10 || c === 8232 || c === 8233)
5095
+ } else if (f === 10 || f === 8232 || f === 8233)
5090
5096
  ++a, r.locations && (++L, W = a);
5091
- else if (c > 8 && c < 14)
5097
+ else if (f > 8 && f < 14)
5092
5098
  ++a;
5093
- else if (c === 47) {
5099
+ else if (f === 47) {
5094
5100
  var d = t.charCodeAt(a + 1);
5095
5101
  if (d === 42)
5096
- Ji();
5102
+ qi();
5097
5103
  else if (d === 47)
5098
5104
  Lt();
5099
5105
  else break;
5100
- } else if (c === 160)
5106
+ } else if (f === 160)
5101
5107
  ++a;
5102
- else if (c >= 5760 && Yi.test(String.fromCharCode(c)))
5108
+ else if (f >= 5760 && Wi.test(String.fromCharCode(f)))
5103
5109
  ++a;
5104
5110
  else
5105
5111
  break;
5106
5112
  }
5107
5113
  }
5108
- function Hi() {
5109
- var c = t.charCodeAt(a + 1);
5110
- c >= 48 && c <= 57 ? qr(!0) : (++a, V(jr));
5114
+ function Zi() {
5115
+ var f = t.charCodeAt(a + 1);
5116
+ f >= 48 && f <= 57 ? qr(!0) : (++a, V(jr));
5111
5117
  }
5112
- function Ki() {
5113
- var c = t.charCodeAt(a + 1);
5114
- I ? (++a, Kr()) : c === 61 ? G(_e, 2) : G($r, 1);
5118
+ function Qi() {
5119
+ var f = t.charCodeAt(a + 1);
5120
+ A ? (++a, Kr()) : f === 61 ? G(be, 2) : G($r, 1);
5115
5121
  }
5116
- function qi() {
5117
- var c = t.charCodeAt(a + 1);
5118
- c === 61 ? G(_e, 2) : G($i, 1);
5122
+ function ea() {
5123
+ var f = t.charCodeAt(a + 1);
5124
+ f === 61 ? G(be, 2) : G(Yi, 1);
5119
5125
  }
5120
- function Zi(c) {
5126
+ function ta(f) {
5121
5127
  var d = t.charCodeAt(a + 1);
5122
- d === c ? G(c === 124 ? Yr : zr, 2) : d === 61 ? G(_e, 2) : G(c === 124 ? Di : Mi, 1);
5128
+ d === f ? G(f === 124 ? Yr : zr, 2) : d === 61 ? G(be, 2) : G(f === 124 ? Fi : ji, 1);
5123
5129
  }
5124
- function Qi() {
5125
- var c = t.charCodeAt(a + 1);
5126
- c === 61 ? G(_e, 2) : G(Li, 1);
5130
+ function ra() {
5131
+ var f = t.charCodeAt(a + 1);
5132
+ f === 61 ? G(be, 2) : G(Ui, 1);
5127
5133
  }
5128
- function ea(c) {
5134
+ function na(f) {
5129
5135
  var d = t.charCodeAt(a + 1);
5130
- if (d === c) {
5131
- if (d === 45 && t.charCodeAt(a + 2) === 62 && ut.test(t.slice(q, a))) {
5132
- a += 3, Lt(), Ve(), we();
5136
+ if (d === f) {
5137
+ if (d === 45 && t.charCodeAt(a + 2) === 62 && st.test(t.slice(Z, a))) {
5138
+ a += 3, Lt(), Ye(), Ce();
5133
5139
  return;
5134
5140
  }
5135
- G(Ii, 2);
5136
- } else d === 61 ? G(_e, 2) : G(Bi, 1);
5141
+ G(Mi, 2);
5142
+ } else d === 61 ? G(be, 2) : G(Gi, 1);
5137
5143
  }
5138
- function ta(c) {
5144
+ function ia(f) {
5139
5145
  var d = t.charCodeAt(a + 1), y = 1;
5140
- if (d === c) {
5141
- y = c === 62 && t.charCodeAt(a + 2) === 62 ? 3 : 2, t.charCodeAt(a + y) === 61 ? G(_e, y + 1) : G(ji, y);
5146
+ if (d === f) {
5147
+ y = f === 62 && t.charCodeAt(a + 2) === 62 ? 3 : 2, t.charCodeAt(a + y) === 61 ? G(be, y + 1) : G(Vi, y);
5142
5148
  return;
5143
5149
  }
5144
- if (d === 33 && c === 60 && t.charCodeAt(a + 2) === 45 && t.charCodeAt(a + 3) === 45) {
5145
- a += 4, Lt(), Ve(), we();
5150
+ if (d === 33 && f === 60 && t.charCodeAt(a + 2) === 45 && t.charCodeAt(a + 3) === 45) {
5151
+ a += 4, Lt(), Ye(), Ce();
5146
5152
  return;
5147
5153
  }
5148
- d === 61 && (y = t.charCodeAt(a + 2) === 61 ? 3 : 2), G(Ui, y);
5154
+ d === 61 && (y = t.charCodeAt(a + 2) === 61 ? 3 : 2), G($i, y);
5149
5155
  }
5150
- function ra(c) {
5156
+ function aa(f) {
5151
5157
  var d = t.charCodeAt(a + 1);
5152
- d === 61 ? G(Fi, t.charCodeAt(a + 2) === 61 ? 3 : 2) : G(c === 61 ? Vr : Gr, 1);
5158
+ d === 61 ? G(Bi, t.charCodeAt(a + 2) === 61 ? 3 : 2) : G(f === 61 ? Vr : Gr, 1);
5153
5159
  }
5154
- function na(c) {
5155
- switch (c) {
5160
+ function oa(f) {
5161
+ switch (f) {
5156
5162
  case 46:
5157
- return Hi();
5163
+ return Zi();
5158
5164
  case 40:
5159
- return ++a, V(ie);
5165
+ return ++a, V(ae);
5160
5166
  case 41:
5161
- return ++a, V(Q);
5167
+ return ++a, V(ee);
5162
5168
  case 59:
5163
- return ++a, V(ae);
5169
+ return ++a, V(oe);
5164
5170
  case 44:
5165
- return ++a, V(ce);
5171
+ return ++a, V(pe);
5166
5172
  case 91:
5167
5173
  return ++a, V(It);
5168
5174
  case 93:
5169
5175
  return ++a, V(Dt);
5170
5176
  case 123:
5171
- return ++a, V(Be);
5177
+ return ++a, V(Ve);
5172
5178
  case 125:
5173
- return ++a, V(xe);
5179
+ return ++a, V(we);
5174
5180
  case 58:
5175
- return ++a, V($e);
5181
+ return ++a, V(Ge);
5176
5182
  case 63:
5177
5183
  return ++a, V(Br);
5178
5184
  case 48:
5179
5185
  var d = t.charCodeAt(a + 1);
5180
- if (d === 120 || d === 88) return ia();
5186
+ if (d === 120 || d === 88) return ua();
5181
5187
  case 49:
5182
5188
  case 50:
5183
5189
  case 51:
@@ -5190,55 +5196,55 @@ const jl = {}, Bl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5190
5196
  return qr(!1);
5191
5197
  case 34:
5192
5198
  case 39:
5193
- return aa(c);
5199
+ return sa(f);
5194
5200
  case 47:
5195
- return Ki();
5201
+ return Qi();
5196
5202
  case 37:
5197
5203
  case 42:
5198
- return qi();
5204
+ return ea();
5199
5205
  case 124:
5200
5206
  case 38:
5201
- return Zi(c);
5207
+ return ta(f);
5202
5208
  case 94:
5203
- return Qi();
5209
+ return ra();
5204
5210
  case 43:
5205
5211
  case 45:
5206
- return ea(c);
5212
+ return na(f);
5207
5213
  case 60:
5208
5214
  case 62:
5209
- return ta(c);
5215
+ return ia(f);
5210
5216
  case 61:
5211
5217
  case 33:
5212
- return ra(c);
5218
+ return aa(f);
5213
5219
  case 126:
5214
5220
  return G(Gr, 1);
5215
5221
  }
5216
5222
  return !1;
5217
5223
  }
5218
- function we(c) {
5219
- if (c ? a = p + 1 : p = a, r.locations && (E = new ge()), c) return Kr();
5224
+ function Ce(f) {
5225
+ if (f ? a = p + 1 : p = a, r.locations && (E = new Ee()), f) return Kr();
5220
5226
  if (a >= e) return V(St);
5221
5227
  var d = t.charCodeAt(a);
5222
- if (lt(d) || d === 92)
5228
+ if (ct(d) || d === 92)
5223
5229
  return Qr();
5224
- var y = na(d);
5230
+ var y = oa(d);
5225
5231
  if (y === !1) {
5226
5232
  var g = String.fromCharCode(d);
5227
5233
  if (g === "\\" || Jr.test(g))
5228
5234
  return Qr();
5229
- k(a, "Unexpected character '" + g + "'");
5235
+ I(a, "Unexpected character '" + g + "'");
5230
5236
  }
5231
5237
  }
5232
- function G(c, d) {
5238
+ function G(f, d) {
5233
5239
  var y = t.slice(a, a + d);
5234
- a += d, V(c, y);
5240
+ a += d, V(f, y);
5235
5241
  }
5236
5242
  function Kr() {
5237
- for (var c, d, y = a; ; ) {
5238
- a >= e && k(y, "Unterminated regexp");
5243
+ for (var f, d, y = a; ; ) {
5244
+ a >= e && I(y, "Unterminated regexp");
5239
5245
  var g = t.charAt(a);
5240
- if (ut.test(g) && k(y, "Unterminated regexp"), c)
5241
- c = !1;
5246
+ if (st.test(g) && I(y, "Unterminated regexp"), f)
5247
+ f = !1;
5242
5248
  else {
5243
5249
  if (g === "[")
5244
5250
  d = !0;
@@ -5246,48 +5252,48 @@ const jl = {}, Bl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5246
5252
  d = !1;
5247
5253
  else if (g === "/" && !d)
5248
5254
  break;
5249
- c = g === "\\";
5255
+ f = g === "\\";
5250
5256
  }
5251
5257
  ++a;
5252
5258
  }
5253
5259
  var C = t.slice(y, a);
5254
5260
  ++a;
5255
- var w = Zr();
5256
- w && !/^[gmi]*$/.test(w) && k(y, "Invalid regexp flag");
5261
+ var P = Zr();
5262
+ P && !/^[gmi]*$/.test(P) && I(y, "Invalid regexp flag");
5257
5263
  try {
5258
- var A = new RegExp(C, w);
5264
+ var k = new RegExp(C, P);
5259
5265
  } catch (U) {
5260
- throw U instanceof SyntaxError && k(y, U.message), U;
5266
+ throw U instanceof SyntaxError && I(y, U.message), U;
5261
5267
  }
5262
- V(br, A);
5268
+ V(br, k);
5263
5269
  }
5264
- function Ge(c, d) {
5265
- for (var y = a, g = 0, C = d === void 0 ? 1 / 0 : d, w = 0; w < C; ++w) {
5266
- var A = t.charCodeAt(a), U;
5267
- if (A >= 97 ? U = A - 97 + 10 : A >= 65 ? U = A - 65 + 10 : A >= 48 && A <= 57 ? U = A - 48 : U = 1 / 0, U >= c) break;
5268
- ++a, g = g * c + U;
5270
+ function ze(f, d) {
5271
+ for (var y = a, g = 0, C = d === void 0 ? 1 / 0 : d, P = 0; P < C; ++P) {
5272
+ var k = t.charCodeAt(a), U;
5273
+ if (k >= 97 ? U = k - 97 + 10 : k >= 65 ? U = k - 65 + 10 : k >= 48 && k <= 57 ? U = k - 48 : U = 1 / 0, U >= f) break;
5274
+ ++a, g = g * f + U;
5269
5275
  }
5270
5276
  return a === y || d !== void 0 && a - y !== d ? null : g;
5271
5277
  }
5272
- function ia() {
5278
+ function ua() {
5273
5279
  a += 2;
5274
- var c = Ge(16);
5275
- c === null && k(p + 2, "Expected hexadecimal number"), lt(t.charCodeAt(a)) && k(a, "Identifier directly after number"), V(nt, c);
5280
+ var f = ze(16);
5281
+ f === null && I(p + 2, "Expected hexadecimal number"), ct(t.charCodeAt(a)) && I(a, "Identifier directly after number"), V(it, f);
5276
5282
  }
5277
- function qr(c) {
5283
+ function qr(f) {
5278
5284
  var d = a, y = !1, g = t.charCodeAt(a) === 48;
5279
- !c && Ge(10) === null && k(d, "Invalid number"), t.charCodeAt(a) === 46 && (++a, Ge(10), y = !0);
5285
+ !f && ze(10) === null && I(d, "Invalid number"), t.charCodeAt(a) === 46 && (++a, ze(10), y = !0);
5280
5286
  var C = t.charCodeAt(a);
5281
- (C === 69 || C === 101) && (C = t.charCodeAt(++a), (C === 43 || C === 45) && ++a, Ge(10) === null && k(d, "Invalid number"), y = !0), lt(t.charCodeAt(a)) && k(a, "Identifier directly after number");
5282
- var w = t.slice(d, a), A;
5283
- y ? A = parseFloat(w) : !g || w.length === 1 ? A = parseInt(w, 10) : /[89]/.test(w) || H ? k(d, "Invalid number") : A = parseInt(w, 8), V(nt, A);
5287
+ (C === 69 || C === 101) && (C = t.charCodeAt(++a), (C === 43 || C === 45) && ++a, ze(10) === null && I(d, "Invalid number"), y = !0), ct(t.charCodeAt(a)) && I(a, "Identifier directly after number");
5288
+ var P = t.slice(d, a), k;
5289
+ y ? k = parseFloat(P) : !g || P.length === 1 ? k = parseInt(P, 10) : /[89]/.test(P) || H ? I(d, "Invalid number") : k = parseInt(P, 8), V(it, k);
5284
5290
  }
5285
- function aa(c) {
5291
+ function sa(f) {
5286
5292
  a++;
5287
5293
  for (var d = ""; ; ) {
5288
- a >= e && k(p, "Unterminated string constant");
5294
+ a >= e && I(p, "Unterminated string constant");
5289
5295
  var y = t.charCodeAt(a);
5290
- if (y === c) {
5296
+ if (y === f) {
5291
5297
  ++a, V(Nt, d);
5292
5298
  return;
5293
5299
  }
@@ -5297,7 +5303,7 @@ const jl = {}, Bl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5297
5303
  for (g && (g = g[0]); g && parseInt(g, 8) > 255; )
5298
5304
  g = g.slice(0, -1);
5299
5305
  if (g === "0" && (g = null), ++a, g)
5300
- H && k(a - 2, "Octal literal in strict mode"), d += String.fromCharCode(parseInt(g, 8)), a += g.length - 1;
5306
+ H && I(a - 2, "Octal literal in strict mode"), d += String.fromCharCode(parseInt(g, 8)), a += g.length - 1;
5301
5307
  else
5302
5308
  switch (y) {
5303
5309
  case 110:
@@ -5308,13 +5314,13 @@ const jl = {}, Bl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5308
5314
  d += "\r";
5309
5315
  break;
5310
5316
  case 120:
5311
- d += String.fromCharCode(ct(2));
5317
+ d += String.fromCharCode(ft(2));
5312
5318
  break;
5313
5319
  case 117:
5314
- d += String.fromCharCode(ct(4));
5320
+ d += String.fromCharCode(ft(4));
5315
5321
  break;
5316
5322
  case 85:
5317
- d += String.fromCharCode(ct(8));
5323
+ d += String.fromCharCode(ft(8));
5318
5324
  break;
5319
5325
  case 116:
5320
5326
  d += " ";
@@ -5341,44 +5347,44 @@ const jl = {}, Bl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5341
5347
  break;
5342
5348
  }
5343
5349
  } else
5344
- (y === 13 || y === 10 || y === 8232 || y === 8233) && k(p, "Unterminated string constant"), d += String.fromCharCode(y), ++a;
5350
+ (y === 13 || y === 10 || y === 8232 || y === 8233) && I(p, "Unterminated string constant"), d += String.fromCharCode(y), ++a;
5345
5351
  }
5346
5352
  }
5347
- function ct(c) {
5348
- var d = Ge(16, c);
5349
- return d === null && k(p, "Bad character escape sequence"), /** @type {number} */
5353
+ function ft(f) {
5354
+ var d = ze(16, f);
5355
+ return d === null && I(p, "Bad character escape sequence"), /** @type {number} */
5350
5356
  d;
5351
5357
  }
5352
- var Pe;
5358
+ var ke;
5353
5359
  function Zr() {
5354
- Pe = !1;
5355
- for (var c, d = !0, y = a; ; ) {
5360
+ ke = !1;
5361
+ for (var f, d = !0, y = a; ; ) {
5356
5362
  var g = t.charCodeAt(a);
5357
5363
  if (Hr(g))
5358
- Pe && (c += t.charAt(a)), ++a;
5364
+ ke && (f += t.charAt(a)), ++a;
5359
5365
  else if (g === 92) {
5360
- Pe || (c = t.slice(y, a)), Pe = !0, t.charCodeAt(++a) !== 117 && k(a, "Expecting Unicode escape sequence \\uXXXX"), ++a;
5361
- var C = ct(4), w = String.fromCharCode(C);
5362
- w || k(a - 1, "Invalid Unicode escape"), (d ? lt(C) : Hr(C)) || k(a - 4, "Invalid Unicode escape"), c += w;
5366
+ ke || (f = t.slice(y, a)), ke = !0, t.charCodeAt(++a) !== 117 && I(a, "Expecting Unicode escape sequence \\uXXXX"), ++a;
5367
+ var C = ft(4), P = String.fromCharCode(C);
5368
+ P || I(a - 1, "Invalid Unicode escape"), (d ? ct(C) : Hr(C)) || I(a - 4, "Invalid Unicode escape"), f += P;
5363
5369
  } else
5364
5370
  break;
5365
5371
  d = !1;
5366
5372
  }
5367
- return Pe ? c : t.slice(y, a);
5373
+ return ke ? f : t.slice(y, a);
5368
5374
  }
5369
5375
  function Qr() {
5370
- var c = Zr(), d = Se;
5371
- !Pe && Gi(c) && (d = ki[c]), V(d, c);
5376
+ var f = Zr(), d = Pe;
5377
+ !ke && Xi(f) && (d = Li[f]), V(d, f);
5372
5378
  }
5373
5379
  function D() {
5374
- je = p, q = v, Ne = S, we();
5380
+ $e = p, Z = v, xe = S, Ce();
5375
5381
  }
5376
- function Mt(c) {
5377
- if (H = c, a = p, r.locations)
5382
+ function Mt(f) {
5383
+ if (H = f, a = p, r.locations)
5378
5384
  for (; a < W; )
5379
5385
  W = t.lastIndexOf(`
5380
5386
  `, W - 2) + 1, --L;
5381
- Ve(), we();
5387
+ Ye(), Ce();
5382
5388
  }
5383
5389
  function en() {
5384
5390
  this.type = null, this.start = p, this.end = null;
@@ -5387,287 +5393,287 @@ const jl = {}, Bl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5387
5393
  this.start = E, this.end = null, i && (this.source = i);
5388
5394
  }
5389
5395
  function z() {
5390
- var c = new en();
5391
- return r.locations && (c.loc = new tn()), r.directSourceFile && (c.sourceFile = r.directSourceFile), r.ranges && (c.range = [p, 0]), c;
5396
+ var f = new en();
5397
+ return r.locations && (f.loc = new tn()), r.directSourceFile && (f.sourceFile = r.directSourceFile), r.ranges && (f.range = [p, 0]), f;
5392
5398
  }
5393
- function fe(c) {
5399
+ function de(f) {
5394
5400
  var d = new en();
5395
- return d.start = c.start, r.locations && (d.loc = new tn(), d.loc.start = c.loc.start), r.ranges && (d.range = [c.range[0], 0]), d;
5401
+ return d.start = f.start, r.locations && (d.loc = new tn(), d.loc.start = f.loc.start), r.ranges && (d.range = [f.range[0], 0]), d;
5396
5402
  }
5397
- function P(c, d) {
5398
- return c.type = d, c.end = q, r.locations && (c.loc.end = Ne), r.ranges && (c.range[1] = q), c;
5403
+ function w(f, d) {
5404
+ return f.type = d, f.end = Z, r.locations && (f.loc.end = xe), r.ranges && (f.range[1] = Z), f;
5399
5405
  }
5400
- function Ft(c) {
5401
- return c.type === "ExpressionStatement" && c.expression.type === "Literal" && c.expression.value === "use strict";
5406
+ function Ft(f) {
5407
+ return f.type === "ExpressionStatement" && f.expression.type === "Literal" && f.expression.value === "use strict";
5402
5408
  }
5403
- function j(c) {
5404
- return T === c ? (D(), !0) : !1;
5409
+ function j(f) {
5410
+ return T === f ? (D(), !0) : !1;
5405
5411
  }
5406
- function ft() {
5407
- return !r.strictSemicolons && (T === St || T === xe || ut.test(t.slice(q, p)));
5412
+ function pt() {
5413
+ return !r.strictSemicolons && (T === St || T === we || st.test(t.slice(Z, p)));
5408
5414
  }
5409
- function be() {
5410
- !j(ae) && !ft() && oe();
5415
+ function Re() {
5416
+ !j(oe) && !pt() && ue();
5411
5417
  }
5412
- function $(c) {
5413
- T === c ? D() : oe();
5418
+ function $(f) {
5419
+ T === f ? D() : ue();
5414
5420
  }
5415
- function oe() {
5416
- k(p, "Unexpected token");
5421
+ function ue() {
5422
+ I(p, "Unexpected token");
5417
5423
  }
5418
- function pt(c) {
5419
- c.type !== "Identifier" && c.type !== "MemberExpression" && k(c.start, "Assigning to rvalue"), H && c.type === "Identifier" && ot(c.name) && k(c.start, "Assigning to " + c.name + " in strict mode");
5424
+ function dt(f) {
5425
+ f.type !== "Identifier" && f.type !== "MemberExpression" && I(f.start, "Assigning to rvalue"), H && f.type === "Identifier" && ut(f.name) && I(f.start, "Assigning to " + f.name + " in strict mode");
5420
5426
  }
5421
- function oa(c) {
5422
- je = q = a, r.locations && (Ne = new ge()), me = H = !1, B = [], we();
5423
- var d = c || z(), y = !0;
5424
- for (c || (d.body = []); T !== St; ) {
5425
- var g = Z();
5427
+ function la(f) {
5428
+ $e = Z = a, r.locations && (xe = new Ee()), ge = H = !1, B = [], Ce();
5429
+ var d = f || z(), y = !0;
5430
+ for (f || (d.body = []); T !== St; ) {
5431
+ var g = Q();
5426
5432
  d.body.push(g), y && Ft(g) && Mt(!0), y = !1;
5427
5433
  }
5428
- return P(d, "Program");
5434
+ return w(d, "Program");
5429
5435
  }
5430
- var Ut = { kind: "loop" }, ua = { kind: "switch" };
5431
- function Z() {
5432
- (T === $r || T === _e && x === "/=") && we(!0);
5433
- var c = T, d = z();
5434
- switch (c) {
5436
+ var Ut = { kind: "loop" }, ca = { kind: "switch" };
5437
+ function Q() {
5438
+ (T === $r || T === be && x === "/=") && Ce(!0);
5439
+ var f = T, d = z();
5440
+ switch (f) {
5435
5441
  case xt:
5436
5442
  case Rr:
5437
5443
  D();
5438
- var y = c === xt;
5439
- j(ae) || ft() ? d.label = null : T !== Se ? oe() : (d.label = pe(), be());
5444
+ var y = f === xt;
5445
+ j(oe) || pt() ? d.label = null : T !== Pe ? ue() : (d.label = he(), Re());
5440
5446
  for (var g = 0; g < B.length; ++g) {
5441
5447
  var C = B[g];
5442
5448
  if ((d.label === null || C.name === d.label.name) && (C.kind !== null && (y || C.kind === "loop") || d.label && y))
5443
5449
  break;
5444
5450
  }
5445
- return g === B.length && k(d.start, "Unsyntactic " + c.keyword), P(d, y ? "BreakStatement" : "ContinueStatement");
5451
+ return g === B.length && I(d.start, "Unsyntactic " + f.keyword), w(d, y ? "BreakStatement" : "ContinueStatement");
5446
5452
  case Or:
5447
- return D(), be(), P(d, "DebuggerStatement");
5453
+ return D(), Re(), w(d, "DebuggerStatement");
5448
5454
  case Nr:
5449
- return D(), B.push(Ut), d.body = Z(), B.pop(), $(kt), d.test = Ye(), be(), P(d, "DoWhileStatement");
5450
- case wr:
5451
- if (D(), B.push(Ut), $(ie), T === ae) return jt(d, null);
5452
- if (T === At) {
5453
- var w = z();
5454
- return D(), nn(w, !0), P(w, "VariableDeclaration"), w.declarations.length === 1 && j(it) ? rn(d, w) : jt(d, w);
5455
+ return D(), B.push(Ut), d.body = Q(), B.pop(), $(At), d.test = Xe(), Re(), w(d, "DoWhileStatement");
5456
+ case Pr:
5457
+ if (D(), B.push(Ut), $(ae), T === oe) return jt(d, null);
5458
+ if (T === kt) {
5459
+ var P = z();
5460
+ return D(), nn(P, !0), w(P, "VariableDeclaration"), P.declarations.length === 1 && j(at) ? rn(d, P) : jt(d, P);
5455
5461
  }
5456
- var w = X(!1, !0);
5457
- return j(it) ? (pt(w), rn(d, w)) : jt(d, w);
5458
- case Pt:
5462
+ var P = X(!1, !0);
5463
+ return j(at) ? (dt(P), rn(d, P)) : jt(d, P);
5464
+ case wt:
5459
5465
  return D(), Yt(d, !0);
5460
- case Pr:
5461
- return D(), d.test = Ye(), d.consequent = Z(), d.alternate = j(Sr) ? Z() : null, P(d, "IfStatement");
5466
+ case wr:
5467
+ return D(), d.test = Xe(), d.consequent = Q(), d.alternate = j(Sr) ? Q() : null, w(d, "IfStatement");
5462
5468
  case Cr:
5463
- return !me && !r.allowReturnOutsideFunction && k(p, "'return' outside of function"), D(), j(ae) || ft() ? d.argument = null : (d.argument = X(), be()), P(d, "ReturnStatement");
5469
+ return !ge && !r.allowReturnOutsideFunction && I(p, "'return' outside of function"), D(), j(oe) || pt() ? d.argument = null : (d.argument = X(), Re()), w(d, "ReturnStatement");
5464
5470
  case Ct:
5465
- D(), d.discriminant = Ye(), d.cases = [], $(Be), B.push(ua);
5466
- for (var A, U; T !== xe; )
5467
- if (T === wt || T === Tr) {
5468
- var We = T === wt;
5469
- A && P(A, "SwitchCase"), d.cases.push(A = z()), A.consequent = [], D(), We ? A.test = X() : (U && k(je, "Multiple default clauses"), U = !0, A.test = null), $($e);
5471
+ D(), d.discriminant = Xe(), d.cases = [], $(Ve), B.push(ca);
5472
+ for (var k, U; T !== we; )
5473
+ if (T === Pt || T === Tr) {
5474
+ var He = T === Pt;
5475
+ k && w(k, "SwitchCase"), d.cases.push(k = z()), k.consequent = [], D(), He ? k.test = X() : (U && I($e, "Multiple default clauses"), U = !0, k.test = null), $(Ge);
5470
5476
  } else
5471
- A || oe(), A.consequent.push(Z());
5472
- return A && P(A, "SwitchCase"), D(), B.pop(), P(d, "SwitchStatement");
5473
- case Ar:
5474
- return D(), ut.test(t.slice(q, p)) && k(q, "Illegal newline after throw"), d.argument = X(), be(), P(d, "ThrowStatement");
5477
+ k || ue(), k.consequent.push(Q());
5478
+ return k && w(k, "SwitchCase"), D(), B.pop(), w(d, "SwitchStatement");
5475
5479
  case kr:
5476
- if (D(), d.block = ze(), d.handler = null, T === Er) {
5477
- var Ce = z();
5478
- D(), $(ie), Ce.param = pe(), H && ot(Ce.param.name) && k(Ce.param.start, "Binding " + Ce.param.name + " in strict mode"), $(Q), Ce.body = ze(), d.handler = P(Ce, "CatchClause");
5480
+ return D(), st.test(t.slice(Z, p)) && I(Z, "Illegal newline after throw"), d.argument = X(), Re(), w(d, "ThrowStatement");
5481
+ case Ar:
5482
+ if (D(), d.block = We(), d.handler = null, T === Er) {
5483
+ var Ae = z();
5484
+ D(), $(ae), Ae.param = he(), H && ut(Ae.param.name) && I(Ae.param.start, "Binding " + Ae.param.name + " in strict mode"), $(ee), Ae.body = We(), d.handler = w(Ae, "CatchClause");
5479
5485
  }
5480
- return d.finalizer = j(xr) ? ze() : null, !d.handler && !d.finalizer && k(d.start, "Missing catch or finally clause"), P(d, "TryStatement");
5481
- case At:
5482
- return D(), nn(d), be(), P(d, "VariableDeclaration");
5486
+ return d.finalizer = j(xr) ? We() : null, !d.handler && !d.finalizer && I(d.start, "Missing catch or finally clause"), w(d, "TryStatement");
5483
5487
  case kt:
5484
- return D(), d.test = Ye(), B.push(Ut), d.body = Z(), B.pop(), P(d, "WhileStatement");
5488
+ return D(), nn(d), Re(), w(d, "VariableDeclaration");
5489
+ case At:
5490
+ return D(), d.test = Xe(), B.push(Ut), d.body = Q(), B.pop(), w(d, "WhileStatement");
5485
5491
  case Ir:
5486
- return H && k(p, "'with' in strict mode"), D(), d.object = Ye(), d.body = Z(), P(d, "WithStatement");
5487
- case Be:
5488
- return ze();
5489
- case ae:
5490
- return D(), P(d, "EmptyStatement");
5492
+ return H && I(p, "'with' in strict mode"), D(), d.object = Xe(), d.body = Q(), w(d, "WithStatement");
5493
+ case Ve:
5494
+ return We();
5495
+ case oe:
5496
+ return D(), w(d, "EmptyStatement");
5491
5497
  default:
5492
- var Xt = x, dt = X();
5493
- if (c === Se && dt.type === "Identifier" && j($e)) {
5498
+ var Xt = x, ht = X();
5499
+ if (f === Pe && ht.type === "Identifier" && j(Ge)) {
5494
5500
  for (var g = 0; g < B.length; ++g)
5495
- B[g].name === Xt && k(dt.start, "Label '" + Xt + "' is already declared");
5496
- var da = T.isLoop ? "loop" : T === Ct ? "switch" : null;
5497
- return B.push({ name: Xt, kind: da }), d.body = Z(), B.pop(), d.label = dt, P(d, "LabeledStatement");
5501
+ B[g].name === Xt && I(ht.start, "Label '" + Xt + "' is already declared");
5502
+ var ya = T.isLoop ? "loop" : T === Ct ? "switch" : null;
5503
+ return B.push({ name: Xt, kind: ya }), d.body = Q(), B.pop(), d.label = ht, w(d, "LabeledStatement");
5498
5504
  } else
5499
- return d.expression = dt, be(), P(d, "ExpressionStatement");
5505
+ return d.expression = ht, Re(), w(d, "ExpressionStatement");
5500
5506
  }
5501
5507
  }
5502
- function Ye() {
5503
- $(ie);
5504
- var c = X();
5505
- return $(Q), c;
5508
+ function Xe() {
5509
+ $(ae);
5510
+ var f = X();
5511
+ return $(ee), f;
5506
5512
  }
5507
- function ze(c) {
5513
+ function We(f) {
5508
5514
  var d = z(), y = !0, g = !1, C;
5509
- for (d.body = [], $(Be); !j(xe); ) {
5510
- var w = Z();
5511
- d.body.push(w), y && c && Ft(w) && (C = g, Mt(g = !0)), y = !1;
5515
+ for (d.body = [], $(Ve); !j(we); ) {
5516
+ var P = Q();
5517
+ d.body.push(P), y && f && Ft(P) && (C = g, Mt(g = !0)), y = !1;
5512
5518
  }
5513
- return g && !C && Mt(!1), P(d, "BlockStatement");
5519
+ return g && !C && Mt(!1), w(d, "BlockStatement");
5514
5520
  }
5515
- function jt(c, d) {
5516
- return c.init = d, $(ae), c.test = T === ae ? null : X(), $(ae), c.update = T === Q ? null : X(), $(Q), c.body = Z(), B.pop(), P(c, "ForStatement");
5521
+ function jt(f, d) {
5522
+ return f.init = d, $(oe), f.test = T === oe ? null : X(), $(oe), f.update = T === ee ? null : X(), $(ee), f.body = Q(), B.pop(), w(f, "ForStatement");
5517
5523
  }
5518
- function rn(c, d) {
5519
- return c.left = d, c.right = X(), $(Q), c.body = Z(), B.pop(), P(c, "ForInStatement");
5524
+ function rn(f, d) {
5525
+ return f.left = d, f.right = X(), $(ee), f.body = Q(), B.pop(), w(f, "ForInStatement");
5520
5526
  }
5521
- function nn(c, d) {
5522
- for (c.declarations = [], c.kind = "var"; ; ) {
5527
+ function nn(f, d) {
5528
+ for (f.declarations = [], f.kind = "var"; ; ) {
5523
5529
  var y = z();
5524
- if (y.id = pe(), H && ot(y.id.name) && k(y.id.start, "Binding " + y.id.name + " in strict mode"), y.init = j(Vr) ? X(!0, d) : null, c.declarations.push(P(y, "VariableDeclarator")), !j(ce)) break;
5530
+ if (y.id = he(), H && ut(y.id.name) && I(y.id.start, "Binding " + y.id.name + " in strict mode"), y.init = j(Vr) ? X(!0, d) : null, f.declarations.push(w(y, "VariableDeclarator")), !j(pe)) break;
5525
5531
  }
5526
5532
  }
5527
- function X(c, d) {
5533
+ function X(f, d) {
5528
5534
  var y = Bt(d);
5529
- if (!c && T === ce) {
5530
- var g = fe(y);
5531
- for (g.expressions = [y]; j(ce); ) g.expressions.push(Bt(d));
5532
- return P(g, "SequenceExpression");
5535
+ if (!f && T === pe) {
5536
+ var g = de(y);
5537
+ for (g.expressions = [y]; j(pe); ) g.expressions.push(Bt(d));
5538
+ return w(g, "SequenceExpression");
5533
5539
  }
5534
5540
  return y;
5535
5541
  }
5536
- function Bt(c) {
5537
- var d = sa(c);
5542
+ function Bt(f) {
5543
+ var d = fa(f);
5538
5544
  if (T.isAssign) {
5539
- var y = fe(d);
5540
- return y.operator = x, y.left = d, D(), y.right = Bt(c), pt(d), P(y, "AssignmentExpression");
5545
+ var y = de(d);
5546
+ return y.operator = x, y.left = d, D(), y.right = Bt(f), dt(d), w(y, "AssignmentExpression");
5541
5547
  }
5542
5548
  return d;
5543
5549
  }
5544
- function sa(c) {
5545
- var d = la(c);
5550
+ function fa(f) {
5551
+ var d = pa(f);
5546
5552
  if (j(Br)) {
5547
- var y = fe(d);
5548
- return y.test = d, y.consequent = X(!0), $($e), y.alternate = X(!0, c), P(y, "ConditionalExpression");
5553
+ var y = de(d);
5554
+ return y.test = d, y.consequent = X(!0), $(Ge), y.alternate = X(!0, f), w(y, "ConditionalExpression");
5549
5555
  }
5550
5556
  return d;
5551
5557
  }
5552
- function la(c) {
5553
- return $t(Vt(), -1, c);
5558
+ function pa(f) {
5559
+ return $t(Vt(), -1, f);
5554
5560
  }
5555
- function $t(c, d, y) {
5561
+ function $t(f, d, y) {
5556
5562
  var g = T.binop;
5557
- if (g !== null && (!y || T !== it) && g > d) {
5558
- var C = fe(c);
5559
- C.left = c, C.operator = x;
5560
- var w = T;
5563
+ if (g !== null && (!y || T !== at) && g > d) {
5564
+ var C = de(f);
5565
+ C.left = f, C.operator = x;
5566
+ var P = T;
5561
5567
  D(), C.right = $t(Vt(), g, y);
5562
- var A = P(C, w === Yr || w === zr ? "LogicalExpression" : "BinaryExpression");
5563
- return $t(A, d, y);
5568
+ var k = w(C, P === Yr || P === zr ? "LogicalExpression" : "BinaryExpression");
5569
+ return $t(k, d, y);
5564
5570
  }
5565
- return c;
5571
+ return f;
5566
5572
  }
5567
5573
  function Vt() {
5568
5574
  if (T.prefix) {
5569
- var c = z(), d = T.isUpdate;
5570
- return c.operator = x, c.prefix = !0, I = !0, D(), c.argument = Vt(), d ? pt(c.argument) : H && c.operator === "delete" && c.argument.type === "Identifier" && k(c.start, "Deleting local variable in strict mode"), P(c, d ? "UpdateExpression" : "UnaryExpression");
5575
+ var f = z(), d = T.isUpdate;
5576
+ return f.operator = x, f.prefix = !0, A = !0, D(), f.argument = Vt(), d ? dt(f.argument) : H && f.operator === "delete" && f.argument.type === "Identifier" && I(f.start, "Deleting local variable in strict mode"), w(f, d ? "UpdateExpression" : "UnaryExpression");
5571
5577
  }
5572
- for (var y = ca(); T.postfix && !ft(); ) {
5573
- var c = fe(y);
5574
- c.operator = x, c.prefix = !1, c.argument = y, pt(y), D(), y = P(c, "UpdateExpression");
5578
+ for (var y = da(); T.postfix && !pt(); ) {
5579
+ var f = de(y);
5580
+ f.operator = x, f.prefix = !1, f.argument = y, dt(y), D(), y = w(f, "UpdateExpression");
5575
5581
  }
5576
5582
  return y;
5577
5583
  }
5578
- function ca() {
5579
- return Xe(Gt());
5584
+ function da() {
5585
+ return Je(Gt());
5580
5586
  }
5581
- function Xe(c, d) {
5587
+ function Je(f, d) {
5582
5588
  var y;
5583
- return j(jr) ? (y = fe(c), y.object = c, y.property = pe(!0), y.computed = !1, Xe(P(y, "MemberExpression"), d)) : j(It) ? (y = fe(c), y.object = c, y.property = X(), y.computed = !0, $(Dt), Xe(P(y, "MemberExpression"), d)) : !d && j(ie) ? (y = fe(c), y.callee = c, y.arguments = zt(Q, !1), Xe(P(y, "CallExpression"), d)) : c;
5589
+ return j(jr) ? (y = de(f), y.object = f, y.property = he(!0), y.computed = !1, Je(w(y, "MemberExpression"), d)) : j(It) ? (y = de(f), y.object = f, y.property = X(), y.computed = !0, $(Dt), Je(w(y, "MemberExpression"), d)) : !d && j(ae) ? (y = de(f), y.callee = f, y.arguments = zt(ee, !1), Je(w(y, "CallExpression"), d)) : f;
5584
5590
  }
5585
5591
  function Gt() {
5586
- var c;
5592
+ var f;
5587
5593
  switch (T) {
5588
5594
  case Lr:
5589
- return c = z(), D(), P(c, "ThisExpression");
5590
- case Se:
5591
- return pe();
5592
- case nt:
5595
+ return f = z(), D(), w(f, "ThisExpression");
5596
+ case Pe:
5597
+ return he();
5598
+ case it:
5593
5599
  case Nt:
5594
5600
  case br:
5595
- return c = z(), c.value = x, c.raw = t.slice(p, v), D(), P(c, "Literal");
5601
+ return f = z(), f.value = x, f.raw = t.slice(p, v), D(), w(f, "Literal");
5596
5602
  case Mr:
5597
5603
  case Fr:
5598
5604
  case Ur:
5599
- return c = z(), c.value = T.atomValue, c.raw = T.keyword, D(), P(c, "Literal");
5600
- case ie:
5605
+ return f = z(), f.value = T.atomValue, f.raw = T.keyword, D(), w(f, "Literal");
5606
+ case ae:
5601
5607
  var d = E, y = p;
5602
5608
  D();
5603
5609
  var g = X();
5604
- return g.start = y, g.end = v, r.locations && (g.loc.start = d, g.loc.end = S), r.ranges && (g.range = [y, v]), $(Q), g;
5610
+ return g.start = y, g.end = v, r.locations && (g.loc.start = d, g.loc.end = S), r.ranges && (g.range = [y, v]), $(ee), g;
5605
5611
  case It:
5606
- return c = z(), D(), c.elements = zt(Dt, !0, !0), P(c, "ArrayExpression");
5607
- case Be:
5608
- return pa();
5609
- case Pt:
5610
- return c = z(), D(), Yt(c, !1);
5612
+ return f = z(), D(), f.elements = zt(Dt, !0, !0), w(f, "ArrayExpression");
5613
+ case Ve:
5614
+ return va();
5615
+ case wt:
5616
+ return f = z(), D(), Yt(f, !1);
5611
5617
  case Dr:
5612
- return fa();
5618
+ return ha();
5613
5619
  }
5614
- oe();
5620
+ ue();
5615
5621
  }
5616
- function fa() {
5617
- var c = z();
5618
- return D(), c.callee = Xe(Gt(), !0), c.arguments = j(ie) ? zt(Q, !1) : Ai, P(c, "NewExpression");
5622
+ function ha() {
5623
+ var f = z();
5624
+ return D(), f.callee = Je(Gt(), !0), f.arguments = j(ae) ? zt(ee, !1) : Di, w(f, "NewExpression");
5619
5625
  }
5620
- function pa() {
5621
- var c = z(), d = !0, y = !1;
5622
- for (c.properties = [], D(); !j(xe); ) {
5626
+ function va() {
5627
+ var f = z(), d = !0, y = !1;
5628
+ for (f.properties = [], D(); !j(we); ) {
5623
5629
  if (d)
5624
5630
  d = !1;
5625
- else if ($(ce), r.allowTrailingCommas && j(xe))
5631
+ else if ($(pe), r.allowTrailingCommas && j(we))
5626
5632
  break;
5627
- var g = { key: an() }, C = !1, w;
5628
- if (j($e) ? (g.value = X(!0), w = g.kind = "init") : g.key.type === "Identifier" && (g.key.name === "get" || g.key.name === "set") ? (C = y = !0, w = g.kind = g.key.name, g.key = an(), T !== ie && oe(), g.value = Yt(z(), !1)) : oe(), g.key.type === "Identifier" && (H || y))
5629
- for (var A = 0; A < c.properties.length; ++A) {
5630
- var U = c.properties[A];
5633
+ var g = { key: an() }, C = !1, P;
5634
+ if (j(Ge) ? (g.value = X(!0), P = g.kind = "init") : g.key.type === "Identifier" && (g.key.name === "get" || g.key.name === "set") ? (C = y = !0, P = g.kind = g.key.name, g.key = an(), T !== ae && ue(), g.value = Yt(z(), !1)) : ue(), g.key.type === "Identifier" && (H || y))
5635
+ for (var k = 0; k < f.properties.length; ++k) {
5636
+ var U = f.properties[k];
5631
5637
  if (U.key.name === g.key.name) {
5632
- var We = w === U.kind || C && U.kind === "init" || w === "init" && (U.kind === "get" || U.kind === "set");
5633
- We && !H && w === "init" && U.kind === "init" && (We = !1), We && k(g.key.start, "Redefinition of property");
5638
+ var He = P === U.kind || C && U.kind === "init" || P === "init" && (U.kind === "get" || U.kind === "set");
5639
+ He && !H && P === "init" && U.kind === "init" && (He = !1), He && I(g.key.start, "Redefinition of property");
5634
5640
  }
5635
5641
  }
5636
- c.properties.push(g);
5642
+ f.properties.push(g);
5637
5643
  }
5638
- return P(c, "ObjectExpression");
5644
+ return w(f, "ObjectExpression");
5639
5645
  }
5640
5646
  function an() {
5641
- return T === nt || T === Nt ? Gt() : pe(!0);
5647
+ return T === it || T === Nt ? Gt() : he(!0);
5642
5648
  }
5643
- function Yt(c, d) {
5644
- T === Se ? c.id = pe() : d ? oe() : c.id = null, c.params = [];
5649
+ function Yt(f, d) {
5650
+ T === Pe ? f.id = he() : d ? ue() : f.id = null, f.params = [];
5645
5651
  var y = !0;
5646
- for ($(ie); !j(Q); )
5647
- y ? y = !1 : $(ce), c.params.push(pe());
5648
- var g = me, C = B;
5649
- if (me = !0, B = [], c.body = ze(!0), me = g, B = C, H || c.body.body.length && Ft(c.body.body[0]))
5650
- for (var w = c.id ? -1 : 0; w < c.params.length; ++w) {
5651
- var A = w < 0 ? c.id : c.params[w];
5652
- if ((Xr(A.name) || ot(A.name)) && k(A.start, "Defining '" + A.name + "' in strict mode"), w >= 0)
5653
- for (var U = 0; U < w; ++U)
5654
- A.name === c.params[U].name && k(A.start, "Argument name clash in strict mode");
5652
+ for ($(ae); !j(ee); )
5653
+ y ? y = !1 : $(pe), f.params.push(he());
5654
+ var g = ge, C = B;
5655
+ if (ge = !0, B = [], f.body = We(!0), ge = g, B = C, H || f.body.body.length && Ft(f.body.body[0]))
5656
+ for (var P = f.id ? -1 : 0; P < f.params.length; ++P) {
5657
+ var k = P < 0 ? f.id : f.params[P];
5658
+ if ((Xr(k.name) || ut(k.name)) && I(k.start, "Defining '" + k.name + "' in strict mode"), P >= 0)
5659
+ for (var U = 0; U < P; ++U)
5660
+ k.name === f.params[U].name && I(k.start, "Argument name clash in strict mode");
5655
5661
  }
5656
- return P(c, d ? "FunctionDeclaration" : "FunctionExpression");
5662
+ return w(f, d ? "FunctionDeclaration" : "FunctionExpression");
5657
5663
  }
5658
- function zt(c, d, y) {
5659
- for (var g = [], C = !0; !j(c); ) {
5664
+ function zt(f, d, y) {
5665
+ for (var g = [], C = !0; !j(f); ) {
5660
5666
  if (C)
5661
5667
  C = !1;
5662
- else if ($(ce), d && r.allowTrailingCommas && j(c))
5668
+ else if ($(pe), d && r.allowTrailingCommas && j(f))
5663
5669
  break;
5664
- g.push(y && T === ce ? null : X(!0));
5670
+ g.push(y && T === pe ? null : X(!0));
5665
5671
  }
5666
5672
  return g;
5667
5673
  }
5668
- function pe(c) {
5674
+ function he(f) {
5669
5675
  var d = z();
5670
- return c && r.forbidReserved === "everywhere" && (c = !1), T === Se ? (!c && (r.forbidReserved && Vi(x) || H && Xr(x)) && t.slice(p, v).indexOf("\\") === -1 && k(p, "The keyword '" + x + "' is reserved"), d.name = x) : c && T.keyword ? d.name = T.keyword : oe(), I = !1, D(), P(d, "Identifier");
5676
+ return f && r.forbidReserved === "everywhere" && (f = !1), T === Pe ? (!f && (r.forbidReserved && zi(x) || H && Xr(x)) && t.slice(p, v).indexOf("\\") === -1 && I(p, "The keyword '" + x + "' is reserved"), d.name = x) : f && T.keyword ? d.name = T.keyword : ue(), A = !1, D(), w(d, "Identifier");
5671
5677
  }
5672
5678
  });
5673
5679
  }
@@ -5679,7 +5685,7 @@ const jl = {}, Bl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5679
5685
  \*********************/
5680
5686
  /***/
5681
5687
  (m) => {
5682
- m.exports = $l;
5688
+ m.exports = Xl;
5683
5689
  }
5684
5690
  )
5685
5691
  /******/
@@ -5697,7 +5703,7 @@ const jl = {}, Bl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5697
5703
  exports: {}
5698
5704
  /******/
5699
5705
  };
5700
- return f[m].call(O.exports, O, O.exports, _), O.exports;
5706
+ return c[m].call(O.exports, O, O.exports, _), O.exports;
5701
5707
  }
5702
5708
  _.d = (m, R) => {
5703
5709
  for (var O in R)
@@ -5727,22 +5733,22 @@ const jl = {}, Bl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineP
5727
5733
  })(), b = b.default, b;
5728
5734
  })()
5729
5735
  ));
5730
- })(Pi);
5731
- var Vl = Pi.exports;
5732
- const Gl = /* @__PURE__ */ Fl(Vl);
5733
- function Yl(n, o) {
5734
- function f(R) {
5736
+ })(Ai);
5737
+ var Wl = Ai.exports;
5738
+ const Jl = /* @__PURE__ */ Vl(Wl);
5739
+ function Hl(n, o) {
5740
+ function c(R) {
5735
5741
  const O = n.pseudoToNative(R);
5736
5742
  console.log(O);
5737
5743
  }
5738
5744
  function h(R) {
5739
5745
  const O = n.pseudoToNative(R);
5740
5746
  let r = "";
5741
- typeof O == "object" ? r = JSON.stringify(O) : r = String(O), qe.emit("consoleAppend", r);
5747
+ typeof O == "object" ? r = JSON.stringify(O) : r = String(O), Ze.emit("consoleAppend", r);
5742
5748
  }
5743
5749
  function _(R, O) {
5744
5750
  const r = n.pseudoToNative(R), t = n.pseudoToNative(O);
5745
- r === "info" ? Ta(t) : r === "success" ? Na(t) : r === "warning" ? Sa(t) : r === "error" && xa(t);
5751
+ r === "info" ? Pa(t) : r === "success" ? wa(t) : r === "warning" ? Ca(t) : r === "error" && ka(t);
5746
5752
  }
5747
5753
  function b(R, O) {
5748
5754
  const r = n.pseudoToNative(R), t = n.pseudoToNative(O);
@@ -5759,7 +5765,7 @@ function Yl(n, o) {
5759
5765
  n.setProperty(
5760
5766
  o,
5761
5767
  "__consoleLogV1__",
5762
- n.createNativeFunction(f)
5768
+ n.createNativeFunction(c)
5763
5769
  ), n.setProperty(
5764
5770
  o,
5765
5771
  "__debugTraceV1__",
@@ -5778,22 +5784,22 @@ function Yl(n, o) {
5778
5784
  n.createAsyncFunction(m)
5779
5785
  );
5780
5786
  }
5781
- class zl {
5787
+ class Kl {
5782
5788
  constructor(o) {
5783
5789
  Wt(this, "context");
5784
5790
  Wt(this, "nodes");
5785
5791
  this.context = o, this.nodes = {};
5786
- const f = (h) => {
5792
+ const c = (h) => {
5787
5793
  var _;
5788
- this.nodes[h.basic.id] = h, (_ = h.children) == null || _.forEach((b) => f(b));
5794
+ this.nodes[h.basic.id] = h, (_ = h.children) == null || _.forEach((b) => c(b));
5789
5795
  };
5790
- this.context.data.view.nodes.forEach((h) => f(h));
5796
+ this.context.data.view.nodes.forEach((h) => c(h));
5791
5797
  }
5792
5798
  getNode(o) {
5793
5799
  return this.nodes[o];
5794
5800
  }
5795
- addNode(o, f, h) {
5796
- const _ = `parent=${o} ref=${f} keyOrRefid=${h}`;
5801
+ addNode(o, c, h) {
5802
+ const _ = `parent=${o} ref=${c} keyOrRefid=${h}`;
5797
5803
  let b;
5798
5804
  if (o) {
5799
5805
  const R = this.getNode(o);
@@ -5806,11 +5812,11 @@ class zl {
5806
5812
  b = this.context.data.view.nodes;
5807
5813
  if (!b)
5808
5814
  return "";
5809
- const m = sl(
5815
+ const m = pl(
5810
5816
  this.context.type,
5811
5817
  this.context.data.type,
5812
5818
  this.context.data.version,
5813
- f,
5819
+ c,
5814
5820
  h
5815
5821
  );
5816
5822
  return m ? (b.push(m), this.nodes[m.basic.id] = m, m.basic.id) : (console.error(`NodeMgr/addNode spawn node failed, ${_}`), "");
@@ -5819,8 +5825,8 @@ class zl {
5819
5825
  this.getNode(o);
5820
5826
  }
5821
5827
  }
5822
- function Xl(n, o, f) {
5823
- const h = new zl(n);
5828
+ function ql(n, o, c) {
5829
+ const h = new Kl(n);
5824
5830
  function _(e, i, u) {
5825
5831
  const s = o.pseudoToNative(e), l = o.pseudoToNative(i), a = o.pseudoToNative(u), p = h.addNode(s, l, a);
5826
5832
  return o.nativeToPseudo(p);
@@ -5871,60 +5877,60 @@ function Xl(n, o, f) {
5871
5877
  }
5872
5878
  function O(e, i, u, s) {
5873
5879
  const l = o.pseudoToNative(e), a = o.pseudoToNative(i), p = o.pseudoToNative(u), v = { outputs: [] };
5874
- qe.emit(`callMethod@${l}`, { name: a, inputs: p, result: v }), s(o.nativeToPseudo(v.outputs)), o.run();
5880
+ Ze.emit(`callMethod@${l}`, { name: a, inputs: p, result: v }), s(o.nativeToPseudo(v.outputs)), o.run();
5875
5881
  }
5876
5882
  function r(e, i, u) {
5877
5883
  const s = o.pseudoToNative(e), l = o.pseudoToNative(i);
5878
- wa({ title: s, text: l }).then((a) => {
5884
+ Aa({ title: s, text: l }).then((a) => {
5879
5885
  u(o.nativeToPseudo(a)), o.run();
5880
5886
  });
5881
5887
  }
5882
5888
  function t(e, i, u, s) {
5883
5889
  const l = o.pseudoToNative(e), a = o.pseudoToNative(i), p = o.pseudoToNative(u);
5884
- Pa({ title: l, label: a, value: p }).then((v) => {
5890
+ Ia({ title: l, label: a, value: p }).then((v) => {
5885
5891
  s(o.nativeToPseudo(v)), o.run();
5886
5892
  });
5887
5893
  }
5888
5894
  o.setProperty(
5889
- f,
5895
+ c,
5890
5896
  "__addNodeV1__",
5891
5897
  o.createNativeFunction(_)
5892
5898
  ), o.setProperty(
5893
- f,
5899
+ c,
5894
5900
  "__deleteNodeV1__",
5895
5901
  o.createNativeFunction(b)
5896
5902
  ), o.setProperty(
5897
- f,
5903
+ c,
5898
5904
  "__getNodePropV1__",
5899
5905
  o.createNativeFunction(m)
5900
5906
  ), o.setProperty(
5901
- f,
5907
+ c,
5902
5908
  "__setNodePropV1__",
5903
5909
  o.createNativeFunction(R)
5904
5910
  ), o.setProperty(
5905
- f,
5911
+ c,
5906
5912
  "__callNodeMethodV1__",
5907
5913
  o.createAsyncFunction(O)
5908
5914
  ), o.setProperty(
5909
- f,
5915
+ c,
5910
5916
  "__openConfirmDlgV1__",
5911
5917
  o.createAsyncFunction(r)
5912
5918
  ), o.setProperty(
5913
- f,
5919
+ c,
5914
5920
  "__openPromptDlgV1__",
5915
5921
  o.createAsyncFunction(t)
5916
5922
  );
5917
5923
  }
5918
- function Wl(n, o, f) {
5919
- Yl(o, f), Xl(n, o, f);
5924
+ function Zl(n, o, c) {
5925
+ Hl(o, c), ql(n, o, c);
5920
5926
  }
5921
- const Jl = `
5927
+ const Ql = `
5922
5928
  var __env__ = 'dev'
5923
5929
 
5924
5930
  function __getEnvV1__() {
5925
5931
  return __env__
5926
5932
  }
5927
- `, Hl = `
5933
+ `, ec = `
5928
5934
  var __events__ = {}
5929
5935
 
5930
5936
  function __addEventListenerV1__(id, event, callback) {
@@ -5995,7 +6001,7 @@ function __triggerEvent__(id, event, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p1
5995
6001
  callbacks[i](p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, p16)
5996
6002
  }
5997
6003
  }
5998
- `, Kl = `
6004
+ `, tc = `
5999
6005
  var __timers__ = {}
6000
6006
  var __currTimerId__ = 0
6001
6007
 
@@ -6037,26 +6043,26 @@ function __timeoutCallbackV1__(timerId) {
6037
6043
  }
6038
6044
  }
6039
6045
  }
6040
- `, ql = `
6046
+ `, rc = `
6041
6047
  function __destroy__() {
6042
6048
  }
6043
- `, Zl = Jl + Hl + Kl + ql;
6044
- function Ql(n, o) {
6045
- const f = new Gl(
6046
- Zl,
6049
+ `, nc = Ql + ec + tc + rc;
6050
+ function ic(n, o) {
6051
+ const c = new Jl(
6052
+ nc,
6047
6053
  (h, _) => {
6048
- Wl(n, h, _);
6054
+ Zl(n, h, _);
6049
6055
  }
6050
6056
  );
6051
- return f.appendCode(o), f.appendCode(`
6057
+ return c.appendCode(o), c.appendCode(`
6052
6058
  __env__ = '${n.env}';
6053
6059
  __triggerEvent__('globality', 'startup');
6054
- `), f.run(), f;
6060
+ `), c.run(), c;
6055
6061
  }
6056
- function $n(n) {
6062
+ function Vn(n) {
6057
6063
  n.appendCode("__destroy__();"), n.run();
6058
6064
  }
6059
- const ec = /* @__PURE__ */ se({
6065
+ const ac = /* @__PURE__ */ re({
6060
6066
  __name: "index",
6061
6067
  props: {
6062
6068
  id: {},
@@ -6065,73 +6071,74 @@ const ec = /* @__PURE__ */ se({
6065
6071
  outer: { type: Boolean }
6066
6072
  },
6067
6073
  setup(n) {
6068
- const { t: o } = Ca(), f = n, h = ll(), _ = ye(), b = Ti(), m = Ni(), R = Si(), O = cl(), r = N(() => O[f.refContext.refid]);
6074
+ const { t: o } = Da(), c = n, h = hl(), _ = _e(), b = xi(), m = Pi(), R = wi(), O = vl(), r = N(() => O[c.refContext.refid]);
6069
6075
  let t;
6070
- Ea(() => {
6071
- r.value || qe.emit("compNotAvail", f.refContext.refid), t && ($n(t), t = void 0), r.value && _ === "runtime" && (t = Ql(
6076
+ Ta(() => {
6077
+ r.value || Ze.emit("compNotAvail", c.refContext.refid), t && (Vn(t), t = void 0), r.value && _ === "runtime" && (t = ic(
6072
6078
  {
6073
6079
  env: h,
6074
6080
  type: m,
6075
6081
  data: R
6076
6082
  },
6077
6083
  r.value.data.code.script
6078
- ), fl(t));
6079
- }), Ra(() => {
6080
- t && ($n(t), t = void 0);
6084
+ ), yl(t));
6085
+ }), Na(() => {
6086
+ t && (Vn(t), t = void 0);
6081
6087
  });
6082
- const { applySize: e } = wi(_, b, f), i = N(() => {
6088
+ const { applySize: e } = ki(_, b, c), i = N(() => {
6083
6089
  const v = {}, E = R.type;
6084
6090
  return m === "page" ? E === "common" ? e(v) : console.assert(!1) : m === "comp" && E === "common" ? e(v) : console.assert(!1), v;
6085
6091
  });
6086
- function u() {
6087
- let v = f.refContext.parent;
6088
- for (; v; ) {
6089
- if (v.refid === f.refContext.refid)
6090
- return !0;
6091
- v = v.parent;
6092
- }
6093
- return !1;
6094
- }
6095
- function s(v) {
6096
- let E;
6097
- return v.ref ? E = l(v) : E = a(v), E;
6098
- }
6099
- function l(v) {
6100
- const E = Ci[R.version].refKey, S = De[E];
6101
- let T;
6102
- return S ? T = Je(S.comp, {
6092
+ function u(v) {
6093
+ const E = Ii[R.version].refKey, S = Me[E];
6094
+ return S ? se(S.comp, {
6103
6095
  refContext: {
6104
- parent: f.refContext,
6096
+ parent: c.refContext,
6105
6097
  refid: v.ref.id
6106
6098
  },
6107
6099
  node: v
6108
- }) : console.assert(!1), T;
6100
+ }) : (console.assert(!1, `ref element not found key=${E}`), se("div", `ref element not found key=${E}`));
6109
6101
  }
6110
- function a(v) {
6102
+ function s(v) {
6111
6103
  var T;
6112
- let E;
6113
- const S = De[v.basic.key];
6114
- return S ? ((T = v.children) == null || T.forEach((x) => {
6115
- s(x);
6116
- }), E = Je(S.comp, { node: v })) : console.assert(!1, `invalid element key=${v.basic.key}`), E;
6104
+ const E = Me[v.basic.key];
6105
+ if (!E)
6106
+ return console.assert(!1, `element not found key=${v.basic.key}`), se("div", `element not found key=${v.basic.key}`);
6107
+ const S = [];
6108
+ return E.slots.some((x) => x.key === "default") && ((T = v.children) == null || T.forEach((x) => {
6109
+ const A = l(x);
6110
+ S.push(A);
6111
+ })), se(E.comp, { node: v }, { default: () => S });
6112
+ }
6113
+ function l(v) {
6114
+ return v.ref ? u(v) : s(v);
6115
+ }
6116
+ function a() {
6117
+ let v = c.refContext.parent;
6118
+ for (; v; ) {
6119
+ if (v.refid === c.refContext.refid)
6120
+ return !0;
6121
+ v = v.parent;
6122
+ }
6123
+ return !1;
6117
6124
  }
6118
6125
  const p = () => {
6119
6126
  const v = [];
6120
- if (u())
6121
- v.push(Je("div", o("x-runtime-lib.circularRef")));
6127
+ if (a())
6128
+ v.push(se("div", o("x-runtime-lib.circularRef")));
6122
6129
  else if (r.value) {
6123
6130
  const E = r.value.data.type;
6124
6131
  E === "common" ? r.value.data.view.nodes.forEach((S) => {
6125
- const T = s(S);
6132
+ const T = l(S);
6126
6133
  v.push(T);
6127
- }) : console.assert(!1, `invalid subtype=${E}`);
6134
+ }) : (console.assert(!1, `invalid subtype=${E}`), v.push(se("div", `invalid subtype=${E}`)));
6128
6135
  } else
6129
- v.push(Je("div", o("x-runtime-lib.compNotAvail")));
6130
- return Je("div", { id: f.id, style: i.value }, v);
6136
+ v.push(se("div", o("x-runtime-lib.compNotAvail")));
6137
+ return se("div", { id: c.id, style: i.value }, v);
6131
6138
  };
6132
- return (v, E) => (J(), ve(p));
6139
+ return (v, E) => (J(), ce(p));
6133
6140
  }
6134
- }), Vn = {
6141
+ }), Gn = {
6135
6142
  key: "ref",
6136
6143
  name: "x-runtime-lib.ref",
6137
6144
  children: [
@@ -6142,25 +6149,25 @@ const ec = /* @__PURE__ */ se({
6142
6149
  default: ""
6143
6150
  }
6144
6151
  ]
6145
- }, tc = {
6146
- key: _t,
6152
+ }, oc = {
6153
+ key: gt,
6147
6154
  name: "x-runtime-lib.ref",
6148
- comp: ec,
6155
+ comp: ac,
6149
6156
  slots: [],
6150
6157
  events: [],
6151
6158
  methods: [],
6152
6159
  props: {
6153
- pageCommon: [Y, gt, Vn],
6154
- compCommon: [Y, gt, Vn]
6160
+ pageCommon: [Y, bt, Gn],
6161
+ compCommon: [Y, bt, Gn]
6155
6162
  }
6156
- }, rc = { key: 0 }, nc = /* @__PURE__ */ se({
6163
+ }, uc = { key: 0 }, sc = /* @__PURE__ */ re({
6157
6164
  __name: "index",
6158
6165
  props: {
6159
6166
  node: {},
6160
6167
  outer: { type: Boolean }
6161
6168
  },
6162
6169
  setup(n) {
6163
- const o = n, f = ye(), h = Ue(), _ = N(() => {
6170
+ const o = n, c = _e(), h = Be(), _ = N(() => {
6164
6171
  var e;
6165
6172
  return (e = o.node.settings) == null ? void 0 : e.value;
6166
6173
  }), b = N(() => {
@@ -6177,12 +6184,12 @@ const ec = /* @__PURE__ */ se({
6177
6184
  return (e = o.node.settings) == null ? void 0 : e.singleLine;
6178
6185
  }), r = N(() => {
6179
6186
  var e;
6180
- return f !== "runtime" ? !0 : (e = o.node.settings) == null ? void 0 : e.readonly;
6187
+ return c !== "runtime" ? !0 : (e = o.node.settings) == null ? void 0 : e.readonly;
6181
6188
  }), t = N(() => h.value ? "dark" : "light");
6182
6189
  return (e, i) => {
6183
- const u = Re("v-select");
6184
- return Ae(f) === "editor" ? (J(), Le("div", rc, [
6185
- Et(u, {
6190
+ const u = Te("v-select");
6191
+ return Ie(c) === "editor" ? (J(), Fe("div", uc, [
6192
+ K(u, {
6186
6193
  "model-value": _.value,
6187
6194
  label: b.value,
6188
6195
  placeholder: m.value,
@@ -6191,7 +6198,7 @@ const ec = /* @__PURE__ */ se({
6191
6198
  readonly: r.value,
6192
6199
  theme: t.value
6193
6200
  }, null, 8, ["model-value", "label", "placeholder", "hide-details", "single-line", "readonly", "theme"])
6194
- ])) : (J(), ve(u, {
6201
+ ])) : (J(), ce(u, {
6195
6202
  key: 1,
6196
6203
  "model-value": _.value,
6197
6204
  label: b.value,
@@ -6203,7 +6210,7 @@ const ec = /* @__PURE__ */ se({
6203
6210
  }, null, 8, ["model-value", "label", "placeholder", "hide-details", "single-line", "readonly", "theme"]));
6204
6211
  };
6205
6212
  }
6206
- }), Gn = {
6213
+ }), Yn = {
6207
6214
  key: "settings",
6208
6215
  name: "x-runtime-lib.settings",
6209
6216
  children: [
@@ -6244,66 +6251,112 @@ const ec = /* @__PURE__ */ se({
6244
6251
  default: !1
6245
6252
  }
6246
6253
  ]
6247
- }, ic = {
6254
+ }, lc = {
6248
6255
  key: sr,
6249
6256
  name: "x-runtime-lib.select",
6250
- comp: nc,
6257
+ comp: sc,
6251
6258
  slots: [],
6252
6259
  events: [],
6253
6260
  methods: [],
6254
6261
  props: {
6255
- pageCommon: [Y, Gn],
6256
- compCommon: [Y, Gn]
6262
+ pageCommon: [Y, Yn],
6263
+ compCommon: [Y, Yn]
6257
6264
  }
6258
- }, ac = { key: 0 }, oc = /* @__PURE__ */ se({
6265
+ }, ve = /* @__PURE__ */ re({
6266
+ __name: "index",
6267
+ props: {
6268
+ state: {}
6269
+ },
6270
+ setup(n) {
6271
+ const o = () => {
6272
+ console.log("triggerUpdate");
6273
+ };
6274
+ Sa(
6275
+ () => n.state,
6276
+ () => {
6277
+ o();
6278
+ },
6279
+ { deep: !0 }
6280
+ );
6281
+ const c = () => se("div", "slot");
6282
+ return (h, _) => (J(), ce(c));
6283
+ }
6284
+ }), cc = { key: 0 }, fc = /* @__PURE__ */ re({
6259
6285
  __name: "index",
6260
6286
  props: {
6261
6287
  node: {},
6262
6288
  outer: { type: Boolean }
6263
6289
  },
6264
6290
  setup(n) {
6265
- const o = n, f = ye(), h = Ue(), _ = N(() => {
6266
- var t;
6267
- return (t = o.node.settings) == null ? void 0 : t.label;
6291
+ const o = n, c = _e(), h = Be(), _ = N(() => {
6292
+ var s;
6293
+ return (s = o.node.settings) == null ? void 0 : s.label;
6268
6294
  }), b = N(() => {
6269
- var t;
6270
- return (t = o.node.settings) == null ? void 0 : t.placeholder;
6295
+ var s;
6296
+ return (s = o.node.settings) == null ? void 0 : s.placeholder;
6271
6297
  }), m = N(() => {
6272
- var t;
6273
- return (t = o.node.settings) == null ? void 0 : t.hideDetails;
6298
+ var s;
6299
+ return (s = o.node.settings) == null ? void 0 : s.hideDetails;
6274
6300
  }), R = N(() => {
6275
- var t;
6276
- return (t = o.node.settings) == null ? void 0 : t.singleLine;
6301
+ var s;
6302
+ return (s = o.node.settings) == null ? void 0 : s.singleLine;
6277
6303
  }), O = N(() => {
6278
- var t;
6279
- return f !== "runtime" ? !0 : (t = o.node.settings) == null ? void 0 : t.readonly;
6280
- }), r = N(() => h.value ? "dark" : "light");
6281
- return (t, e) => {
6282
- const i = Re("v-text-field");
6283
- return Ae(f) === "editor" ? (J(), Le("div", ac, [
6284
- Et(i, {
6304
+ var s;
6305
+ return c !== "runtime" ? !0 : (s = o.node.settings) == null ? void 0 : s.readonly;
6306
+ }), r = N(() => h.value ? "dark" : "light"), t = N(() => {
6307
+ var s;
6308
+ return (s = o.node.slots) == null ? void 0 : s.append;
6309
+ }), e = N(() => {
6310
+ var s;
6311
+ return (s = o.node.slots) == null ? void 0 : s.appendInner;
6312
+ }), i = N(() => {
6313
+ var s;
6314
+ return (s = o.node.slots) == null ? void 0 : s.prepend;
6315
+ }), u = N(() => {
6316
+ var s;
6317
+ return (s = o.node.slots) == null ? void 0 : s.prependInner;
6318
+ });
6319
+ return (s, l) => {
6320
+ const a = Te("v-text-field");
6321
+ return Ie(c) === "editor" ? (J(), Fe("div", cc, [
6322
+ K(a, {
6285
6323
  label: _.value,
6286
6324
  placeholder: b.value,
6287
6325
  "hide-details": m.value,
6288
6326
  "single-line": R.value,
6289
6327
  readonly: O.value,
6290
6328
  theme: r.value
6291
- }, {
6292
- append: te(() => [
6293
- ee(t.$slots, "append")
6294
- ]),
6295
- "append-inner": te(() => [
6296
- ee(t.$slots, "appendInner")
6297
- ]),
6298
- prepend: te(() => [
6299
- ee(t.$slots, "prepend")
6300
- ]),
6301
- "prepend-inner": te(() => [
6302
- ee(t.$slots, "prependInner")
6303
- ]),
6304
- _: 3
6305
- }, 8, ["label", "placeholder", "hide-details", "single-line", "readonly", "theme"])
6306
- ])) : (J(), ve(i, {
6329
+ }, on({ _: 2 }, [
6330
+ t.value ? {
6331
+ name: "append",
6332
+ fn: te(() => [
6333
+ K(ve, { state: {} })
6334
+ ]),
6335
+ key: "0"
6336
+ } : void 0,
6337
+ e.value ? {
6338
+ name: "append-inner",
6339
+ fn: te(() => [
6340
+ K(ve, { state: {} })
6341
+ ]),
6342
+ key: "1"
6343
+ } : void 0,
6344
+ i.value ? {
6345
+ name: "prepend",
6346
+ fn: te(() => [
6347
+ K(ve, { state: {} })
6348
+ ]),
6349
+ key: "2"
6350
+ } : void 0,
6351
+ u.value ? {
6352
+ name: "prepend-inner",
6353
+ fn: te(() => [
6354
+ K(ve, { state: {} })
6355
+ ]),
6356
+ key: "3"
6357
+ } : void 0
6358
+ ]), 1032, ["label", "placeholder", "hide-details", "single-line", "readonly", "theme"])
6359
+ ])) : (J(), ce(a, {
6307
6360
  key: 1,
6308
6361
  label: _.value,
6309
6362
  placeholder: b.value,
@@ -6311,24 +6364,39 @@ const ec = /* @__PURE__ */ se({
6311
6364
  "single-line": R.value,
6312
6365
  readonly: O.value,
6313
6366
  theme: r.value
6314
- }, {
6315
- append: te(() => [
6316
- ee(t.$slots, "append")
6317
- ]),
6318
- "append-inner": te(() => [
6319
- ee(t.$slots, "appendInner")
6320
- ]),
6321
- prepend: te(() => [
6322
- ee(t.$slots, "prepend")
6323
- ]),
6324
- "prepend-inner": te(() => [
6325
- ee(t.$slots, "prependInner")
6326
- ]),
6327
- _: 3
6328
- }, 8, ["label", "placeholder", "hide-details", "single-line", "readonly", "theme"]));
6367
+ }, on({ _: 2 }, [
6368
+ t.value ? {
6369
+ name: "append",
6370
+ fn: te(() => [
6371
+ K(ve, { state: {} })
6372
+ ]),
6373
+ key: "0"
6374
+ } : void 0,
6375
+ e.value ? {
6376
+ name: "append-inner",
6377
+ fn: te(() => [
6378
+ K(ve, { state: {} })
6379
+ ]),
6380
+ key: "1"
6381
+ } : void 0,
6382
+ i.value ? {
6383
+ name: "prepend",
6384
+ fn: te(() => [
6385
+ K(ve, { state: {} })
6386
+ ]),
6387
+ key: "2"
6388
+ } : void 0,
6389
+ u.value ? {
6390
+ name: "prepend-inner",
6391
+ fn: te(() => [
6392
+ K(ve, { state: {} })
6393
+ ]),
6394
+ key: "3"
6395
+ } : void 0
6396
+ ]), 1032, ["label", "placeholder", "hide-details", "single-line", "readonly", "theme"]));
6329
6397
  };
6330
6398
  }
6331
- }), Yn = {
6399
+ }), zn = {
6332
6400
  key: "settings",
6333
6401
  name: "x-runtime-lib.settings",
6334
6402
  children: [
@@ -6363,10 +6431,39 @@ const ec = /* @__PURE__ */ se({
6363
6431
  default: !1
6364
6432
  }
6365
6433
  ]
6366
- }, uc = {
6434
+ }, Xn = {
6435
+ key: "slots",
6436
+ name: "x-runtime-lib.slots",
6437
+ children: [
6438
+ {
6439
+ key: "append",
6440
+ name: "x-runtime-lib.append",
6441
+ ui: "compSelect",
6442
+ default: ""
6443
+ },
6444
+ {
6445
+ key: "appendInner",
6446
+ name: "x-runtime-lib.appendInner",
6447
+ ui: "compSelect",
6448
+ default: ""
6449
+ },
6450
+ {
6451
+ key: "prepend",
6452
+ name: "x-runtime-lib.prepend",
6453
+ ui: "compSelect",
6454
+ default: ""
6455
+ },
6456
+ {
6457
+ key: "prependInner",
6458
+ name: "x-runtime-lib.prependInner",
6459
+ ui: "compSelect",
6460
+ default: ""
6461
+ }
6462
+ ]
6463
+ }, pc = {
6367
6464
  key: lr,
6368
6465
  name: "x-runtime-lib.textField",
6369
- comp: oc,
6466
+ comp: fc,
6370
6467
  slots: [
6371
6468
  {
6372
6469
  key: "append",
@@ -6388,13 +6485,13 @@ const ec = /* @__PURE__ */ se({
6388
6485
  events: [],
6389
6486
  methods: [],
6390
6487
  props: {
6391
- pageCommon: [Y, Yn],
6392
- compCommon: [Y, Yn]
6488
+ pageCommon: [Y, zn, Xn],
6489
+ compCommon: [Y, zn, Xn]
6393
6490
  }
6394
- }, sc = {
6491
+ }, dc = {
6395
6492
  version: "v1",
6396
6493
  globalityKey: or,
6397
- refKey: _t,
6494
+ refKey: gt,
6398
6495
  elements: /* @__PURE__ */ new Set([
6399
6496
  tr,
6400
6497
  rr,
@@ -6403,7 +6500,7 @@ const ec = /* @__PURE__ */ se({
6403
6500
  ar,
6404
6501
  or,
6405
6502
  ur,
6406
- _t,
6503
+ gt,
6407
6504
  sr,
6408
6505
  lr
6409
6506
  ]),
@@ -6418,15 +6515,15 @@ const ec = /* @__PURE__ */ se({
6418
6515
  ir,
6419
6516
  ar,
6420
6517
  ur,
6421
- _t,
6518
+ gt,
6422
6519
  sr,
6423
6520
  lr
6424
6521
  ]
6425
6522
  }
6426
6523
  ]
6427
- }, Ci = {
6428
- v1: sc
6429
- }, De = {}, lc = {
6524
+ }, Ii = {
6525
+ v1: dc
6526
+ }, Me = {}, hc = {
6430
6527
  key: "add",
6431
6528
  name: "METHOD_ADD",
6432
6529
  inputs: [],
@@ -6436,67 +6533,68 @@ const ec = /* @__PURE__ */ se({
6436
6533
  name: "PARAM_NEW_NODE"
6437
6534
  }
6438
6535
  ]
6439
- }, ne = (n) => {
6440
- De[n.key] && console.assert(!1, `element duplicate key=${n.key}`), n.slots.length > 0 && n.methods.unshift(lc), De[n.key] = n;
6536
+ }, ie = (n) => {
6537
+ Me[n.key] && console.assert(!1, `element duplicate key=${n.key}`), n.slots.length > 0 && n.methods.unshift(hc), Me[n.key] = n;
6441
6538
  };
6442
- ne(vl);
6443
- ne(_l);
6444
- ne(Tl);
6445
- ne(xl);
6446
- ne(Al);
6447
- ne(kl);
6448
- ne(Ll);
6449
- ne(tc);
6450
- ne(ic);
6451
- ne(uc);
6452
- const cc = (n, o, f) => {
6539
+ ie(bl);
6540
+ ie(Ol);
6541
+ ie(wl);
6542
+ ie(Al);
6543
+ ie(Ml);
6544
+ ie(Fl);
6545
+ ie(Bl);
6546
+ ie(oc);
6547
+ ie(lc);
6548
+ ie(pc);
6549
+ const vc = (n, o, c) => {
6453
6550
  const h = n[o];
6454
6551
  return h ? typeof h == "function" ? h() : Promise.resolve(h) : new Promise((_, b) => {
6455
6552
  (typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(
6456
6553
  b.bind(
6457
6554
  null,
6458
6555
  new Error(
6459
- "Unknown variable dynamic import: " + o + (o.split("/").length !== f ? ". Note that variables only represent file names one level deep." : "")
6556
+ "Unknown variable dynamic import: " + o + (o.split("/").length !== c ? ". Note that variables only represent file names one level deep." : "")
6460
6557
  )
6461
6558
  )
6462
6559
  );
6463
6560
  });
6464
6561
  };
6465
- async function Nc(n) {
6466
- return (await cc(/* @__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;
6562
+ async function Cc(n) {
6563
+ return (await vc(/* @__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;
6467
6564
  }
6468
6565
  export {
6469
- mc as duplicateNode,
6470
- De as elements,
6471
- Xn as genId,
6472
- yc as getNode,
6473
- Pn as getPropDefault,
6474
- ul as getPropTag,
6475
- Cn as initProps,
6476
- Ue as injectDark,
6477
- Si as injectData,
6478
- cl as injectDepends,
6479
- Ti as injectDevice,
6480
- ll as injectEnv,
6481
- pl as injectInterpreter,
6482
- ye as injectMode,
6483
- Ni as injectType,
6566
+ dl as duplicateNode,
6567
+ Rc as duplicateNodes,
6568
+ Me as elements,
6569
+ Hn as genId,
6570
+ Ec as getNode,
6571
+ Cn as getPropDefault,
6572
+ fl as getPropTag,
6573
+ kn as initProps,
6574
+ Be as injectDark,
6575
+ wi as injectData,
6576
+ vl as injectDepends,
6577
+ xi as injectDevice,
6578
+ hl as injectEnv,
6579
+ ml as injectInterpreter,
6580
+ _e as injectMode,
6581
+ Pi as injectType,
6484
6582
  cr as isEmptyStr,
6485
6583
  pr as isPercentStr,
6486
6584
  fr as isPixelStr,
6487
- Nc as loadLocaleMessageRuntime,
6585
+ Cc as loadLocaleMessageRuntime,
6488
6586
  Jt as parsePercentStr,
6489
- vc as parsePixelStr,
6490
- Ci as pkgs,
6491
- Ec as provideDark,
6492
- Oc as provideData,
6493
- Tc as provideDepends,
6494
- bc as provideDevice,
6495
- _c as provideEnv,
6496
- fl as provideInterpreter,
6497
- gc as provideMode,
6498
- Rc as provideType,
6499
- sl as spawnNode,
6500
- Ql as startInterpreter,
6501
- $n as stopInterpreter
6587
+ bc as parsePixelStr,
6588
+ Ii as pkgs,
6589
+ Sc as provideDark,
6590
+ Pc as provideData,
6591
+ wc as provideDepends,
6592
+ Nc as provideDevice,
6593
+ Oc as provideEnv,
6594
+ yl as provideInterpreter,
6595
+ Tc as provideMode,
6596
+ xc as provideType,
6597
+ pl as spawnNode,
6598
+ ic as startInterpreter,
6599
+ Vn as stopInterpreter
6502
6600
  };