vue-phaserjs 1.20.2 → 1.21.0

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,8 +1,8 @@
1
- var v1 = Object.defineProperty;
2
- var p1 = (E, F, P) => F in E ? v1(E, F, { enumerable: !0, configurable: !0, writable: !0, value: P }) : E[F] = P;
3
- var La = (E, F, P) => p1(E, typeof F != "symbol" ? F + "" : F, P);
4
- import { getCurrentInstance as m1, inject as ah, toValue as Ci, watch as oh, computed as uh, ref as qt, nextTick as g1, onUnmounted as Sn, defineComponent as Wt, renderSlot as Dn, onMounted as hh, provide as lh, unref as fh, createCommentVNode as dh, openBlock as x1, createElementBlock as y1, Fragment as E1, createElementVNode as A1 } from "vue";
5
- import { defineStore as Gi, storeToRefs as Bn } from "pinia";
1
+ var p1 = Object.defineProperty;
2
+ var m1 = (E, F, P) => F in E ? p1(E, F, { enumerable: !0, configurable: !0, writable: !0, value: P }) : E[F] = P;
3
+ var La = (E, F, P) => m1(E, typeof F != "symbol" ? F + "" : F, P);
4
+ import { getCurrentInstance as g1, inject as ah, toValue as Fi, watch as oh, computed as uh, ref as qt, nextTick as x1, onUnmounted as Dn, defineComponent as Wt, renderSlot as Bn, onMounted as hh, provide as lh, unref as fh, createCommentVNode as dh, openBlock as y1, createElementBlock as E1, Fragment as A1, createElementVNode as T1 } from "vue";
5
+ import { defineStore as Ui, storeToRefs as hi } from "pinia";
6
6
  const Zn = {
7
7
  clickoutside: {},
8
8
  drag: { drag: !0 },
@@ -18,7 +18,7 @@ const Zn = {
18
18
  pointerover: { eventIndex: 3 },
19
19
  pointerup: { eventIndex: 3 },
20
20
  wheel: { eventIndex: 4 }
21
- }, T1 = (E) => E.split("on")[1].toLowerCase(), C1 = (E) => E.startsWith("on"), F1 = {
21
+ }, C1 = (E) => E.split("on")[1].toLowerCase(), F1 = (E) => E.startsWith("on"), S1 = {
22
22
  setEventEmitter(E, F) {
23
23
  return F === void 0 && (F = Phaser.Events.EventEmitter), this._privateEE = E === !0 || E === void 0, this._eventEmitter = this._privateEE ? new F() : E, this;
24
24
  },
@@ -58,31 +58,31 @@ const Zn = {
58
58
  eventNames() {
59
59
  return this._eventEmitter ? this._eventEmitter.eventNames.apply(this._eventEmitter, arguments) : [];
60
60
  }
61
- }, S1 = Phaser.Scene;
62
- var Si = function(E) {
63
- return E instanceof S1;
64
- }, D1 = function(E) {
65
- return E == null || typeof E != "object" ? null : Si(E) ? E : E.scene && Si(E.scene) ? E.scene : E.parent && E.parent.scene && Si(E.parent.scene) ? E.parent.scene : null;
61
+ }, D1 = Phaser.Scene;
62
+ var Di = function(E) {
63
+ return E instanceof D1;
64
+ }, B1 = function(E) {
65
+ return E == null || typeof E != "object" ? null : Di(E) ? E : E.scene && Di(E.scene) ? E.scene : E.parent && E.parent.scene && Di(E.parent.scene) ? E.parent.scene : null;
66
66
  };
67
- const B1 = Phaser.Game;
67
+ const w1 = Phaser.Game;
68
68
  var Oa = function(E) {
69
- return E instanceof B1;
70
- }, w1 = function(E) {
69
+ return E instanceof w1;
70
+ }, P1 = function(E) {
71
71
  if (E == null || typeof E != "object")
72
72
  return null;
73
73
  if (Oa(E))
74
74
  return E;
75
75
  if (Oa(E.game))
76
76
  return E.game;
77
- if (Si(E))
77
+ if (Di(E))
78
78
  return E.sys.game;
79
- if (Si(E.scene))
79
+ if (Di(E.scene))
80
80
  return E.scene.sys.game;
81
81
  };
82
- const P1 = Phaser.Utils.Objects.GetValue;
82
+ const M1 = Phaser.Utils.Objects.GetValue;
83
83
  class ch {
84
84
  constructor(F, P) {
85
- this.setParent(F), this.isShutdown = !1, this.setEventEmitter(P1(P, "eventEmitter", !0)), this.parent && (this.parent === this.scene ? this.scene.sys.events.once("shutdown", this.onEnvDestroy, this) : this.parent === this.game ? this.game.events.once("shutdown", this.onEnvDestroy, this) : this.parent.once && this.parent.once("destroy", this.onParentDestroy, this));
85
+ this.setParent(F), this.isShutdown = !1, this.setEventEmitter(M1(P, "eventEmitter", !0)), this.parent && (this.parent === this.scene ? this.scene.sys.events.once("shutdown", this.onEnvDestroy, this) : this.parent === this.game ? this.game.events.once("shutdown", this.onEnvDestroy, this) : this.parent.once && this.parent.once("destroy", this.onParentDestroy, this));
86
86
  }
87
87
  shutdown(F) {
88
88
  this.isShutdown || (this.parent && (this.parent === this.scene ? this.scene.sys.events.off("shutdown", this.onEnvDestroy, this) : this.parent === this.game ? this.game.events.off("shutdown", this.onEnvDestroy, this) : this.parent.once && this.parent.off("destroy", this.onParentDestroy, this)), this.destroyEventEmitter(), this.parent = void 0, this.scene = void 0, this.game = void 0, this.isShutdown = !0);
@@ -97,14 +97,14 @@ class ch {
97
97
  this.destroy(P);
98
98
  }
99
99
  setParent(F) {
100
- return this.parent = F, this.scene = D1(F), this.game = w1(F), this;
100
+ return this.parent = F, this.scene = B1(F), this.game = P1(F), this;
101
101
  }
102
102
  }
103
103
  Object.assign(
104
104
  ch.prototype,
105
- F1
105
+ S1
106
106
  );
107
- var M1 = function(E, F, P, M, Y) {
107
+ var R1 = function(E, F, P, M, Y) {
108
108
  if (F)
109
109
  return !(P && !P(E, F) || !Ia(E, F) || M && !M(E, F));
110
110
  Y === void 0 && (Y = !1);
@@ -114,16 +114,16 @@ var M1 = function(E, F, P, M, Y) {
114
114
  return !1;
115
115
  }, Ia = function(E, F) {
116
116
  for (var P = E.scene, M = P.input.cameras.getCamerasBelowPointer(F), Y = P.input.manager, b = [E], c = 0, y = M.length; c < y; c++)
117
- if (Y.hitTest(F, b, M[c], ji), ji.length > 0)
118
- return ji.length = 0, !0;
119
- return ji.length = 0, !1;
120
- }, ji = [], vi = function(E) {
117
+ if (Y.hitTest(F, b, M[c], Ji), Ji.length > 0)
118
+ return Ji.length = 0, !0;
119
+ return Ji.length = 0, !1;
120
+ }, Ji = [], pi = function(E) {
121
121
  return E.displayWidth !== void 0 ? E.displayWidth : E.width;
122
- }, pi = function(E) {
122
+ }, mi = function(E) {
123
123
  return E.displayHeight !== void 0 ? E.displayHeight : E.height;
124
124
  };
125
- const Na = Phaser.Geom.Rectangle, Ie = Phaser.Math.Vector2, R1 = Phaser.Math.RotateAround;
126
- var L1 = function(E, F) {
125
+ const Na = Phaser.Geom.Rectangle, Ie = Phaser.Math.Vector2, L1 = Phaser.Math.RotateAround;
126
+ var O1 = function(E, F) {
127
127
  if (F === void 0 ? F = new Na() : F === !0 && (Kn === void 0 && (Kn = new Na()), F = Kn), E.getBounds)
128
128
  return E.getBounds(F);
129
129
  var P, M, Y, b, c, y, t, l;
@@ -134,52 +134,52 @@ var L1 = function(E, F) {
134
134
  ba(E, F), P = F.x, M = F.y, Ga(E, F), Y = F.x, b = F.y, Ua(E, F), c = F.x, y = F.y, za(E, F), t = F.x, l = F.y;
135
135
  return F.x = Math.min(P, Y, c, t), F.y = Math.min(M, b, y, l), F.width = Math.max(P, Y, c, t) - F.x, F.height = Math.max(M, b, y, l) - F.y, F;
136
136
  }, Kn = void 0, ba = function(E, F, P) {
137
- return F === void 0 ? F = new Ie() : F === !0 && ($t === void 0 && ($t = new Ie()), F = $t), E.getTopLeft ? E.getTopLeft(F) : (F.x = E.x - vi(E) * E.originX, F.y = E.y - pi(E) * E.originY, wn(E, F, P));
137
+ return F === void 0 ? F = new Ie() : F === !0 && ($t === void 0 && ($t = new Ie()), F = $t), E.getTopLeft ? E.getTopLeft(F) : (F.x = E.x - pi(E) * E.originX, F.y = E.y - mi(E) * E.originY, wn(E, F, P));
138
138
  }, Ga = function(E, F, P) {
139
- return F === void 0 ? F = new Ie() : F === !0 && ($t === void 0 && ($t = new Ie()), F = $t), E.getTopRight ? E.getTopRight(F) : (F.x = E.x - vi(E) * E.originX + vi(E), F.y = E.y - pi(E) * E.originY, wn(E, F, P));
139
+ return F === void 0 ? F = new Ie() : F === !0 && ($t === void 0 && ($t = new Ie()), F = $t), E.getTopRight ? E.getTopRight(F) : (F.x = E.x - pi(E) * E.originX + pi(E), F.y = E.y - mi(E) * E.originY, wn(E, F, P));
140
140
  }, Ua = function(E, F, P) {
141
- return F === void 0 ? F = new Ie() : F === !0 && ($t === void 0 && ($t = new Ie()), F = $t), E.getBottomLeft ? E.getBottomLeft(F) : (F.x = E.x - vi(E) * E.originX, F.y = E.y - pi(E) * E.originY + pi(E), wn(E, F, P));
141
+ return F === void 0 ? F = new Ie() : F === !0 && ($t === void 0 && ($t = new Ie()), F = $t), E.getBottomLeft ? E.getBottomLeft(F) : (F.x = E.x - pi(E) * E.originX, F.y = E.y - mi(E) * E.originY + mi(E), wn(E, F, P));
142
142
  }, za = function(E, F, P) {
143
- return F === void 0 ? F = new Ie() : F === !0 && ($t === void 0 && ($t = new Ie()), F = $t), E.getBottomRight ? E.getBottomRight(F) : (F.x = E.x - vi(E) * E.originX + vi(E), F.y = E.y - pi(E) * E.originY + pi(E), wn(E, F, P));
143
+ return F === void 0 ? F = new Ie() : F === !0 && ($t === void 0 && ($t = new Ie()), F = $t), E.getBottomRight ? E.getBottomRight(F) : (F.x = E.x - pi(E) * E.originX + pi(E), F.y = E.y - mi(E) * E.originY + mi(E), wn(E, F, P));
144
144
  }, $t = void 0, wn = function(E, F, P) {
145
- if (P === void 0 && (P = !1), E.rotation !== 0 && R1(F, E.x, E.y, E.rotation), P && E.parentContainer) {
145
+ if (P === void 0 && (P = !1), E.rotation !== 0 && L1(F, E.x, E.y, E.rotation), P && E.parentContainer) {
146
146
  var M = E.parentContainer.getBoundsTransformMatrix();
147
147
  M.transformPoint(F.x, F.y, F);
148
148
  }
149
149
  return F;
150
- }, Ji = function(E, F, P, M, Y) {
150
+ }, Qi = function(E, F, P, M, Y) {
151
151
  if (!E || M && !M(E, F, P))
152
152
  return !1;
153
- var b = L1(E, !0);
153
+ var b = O1(E, !0);
154
154
  return !(!b.contains(F, P) || Y && !Y(E, F, P));
155
155
  }, Xa = function(E, F, P) {
156
156
  var M = E.camera;
157
- return M ? (P === void 0 ? P = {} : P === !0 && (P = O1), M === F ? (P.x = E.worldX, P.y = E.worldY) : M.getWorldPoint(E.x, E.y, P), P) : null;
158
- }, O1 = {}, I1 = function(E, F, P, M) {
157
+ return M ? (P === void 0 ? P = {} : P === !0 && (P = I1), M === F ? (P.x = E.worldX, P.y = E.worldY) : M.getWorldPoint(E.x, E.y, P), P) : null;
158
+ }, I1 = {}, N1 = function(E, F, P, M) {
159
159
  var Y = E.scene.sys.cameras.main, b, c = E.scrollFactorX === 0 && E.scrollFactorY === 0;
160
160
  if (F)
161
- return c ? Ji(E, F.x, F.y, P, M) : (b = Xa(F, Y, !0), b ? Ji(E, b.x, b.y, P, M) : !1);
161
+ return c ? Qi(E, F.x, F.y, P, M) : (b = Xa(F, Y, !0), b ? Qi(E, b.x, b.y, P, M) : !1);
162
162
  for (var y = E.scene.input.manager, t = y.pointersTotal, l = y.pointers, v = 0; v < t; v++)
163
163
  if (F = l[v], c) {
164
- if (Ji(E, F.x, F.y, P, M))
164
+ if (Qi(E, F.x, F.y, P, M))
165
165
  return !0;
166
166
  } else {
167
167
  if (b = Xa(F, Y, !0), !b)
168
168
  continue;
169
- if (Ji(E, b.x, b.y, P, M))
169
+ if (Qi(E, b.x, b.y, P, M))
170
170
  return !0;
171
171
  }
172
172
  return !1;
173
173
  };
174
- const Ai = Phaser.Utils.Objects.GetValue;
175
- class N1 extends ch {
174
+ const Ti = Phaser.Utils.Objects.GetValue;
175
+ class b1 extends ch {
176
176
  constructor(F, P) {
177
177
  super(F, P), this._enable = void 0;
178
- var M = Ai(P, "inputConfig", void 0);
178
+ var M = Ti(P, "inputConfig", void 0);
179
179
  M && F.setInteractive(M), this.resetFromJSON(P), this.boot();
180
180
  }
181
181
  resetFromJSON(F) {
182
- return this.pointer = void 0, this.lastClickTime = void 0, this.setEnable(Ai(F, "enable", !0)), this.setMode(Ai(F, "mode", 1)), this.setClickInterval(Ai(F, "clickInterval", 100)), this.setDragThreshold(Ai(F, "threshold", void 0)), this;
182
+ return this.pointer = void 0, this.lastClickTime = void 0, this.setEnable(Ti(F, "enable", !0)), this.setMode(Ti(F, "mode", 1)), this.setClickInterval(Ti(F, "clickInterval", 100)), this.setDragThreshold(Ti(F, "threshold", void 0)), this;
183
183
  }
184
184
  boot() {
185
185
  var F = this.parent.scene;
@@ -208,7 +208,7 @@ class N1 extends ch {
208
208
  return this.setEnable(!this.enable), this;
209
209
  }
210
210
  setMode(F) {
211
- return typeof F == "string" && (F = b1[F]), this.mode = F, this;
211
+ return typeof F == "string" && (F = G1[F]), this.mode = F, this;
212
212
  }
213
213
  setClickInterval(F) {
214
214
  return this.clickInterval = F, this;
@@ -217,7 +217,7 @@ class N1 extends ch {
217
217
  return this.dragThreshold = F, this;
218
218
  }
219
219
  isPointerInside(F) {
220
- var P = this.parent, M = P.input ? M1 : I1;
220
+ var P = this.parent, M = P.input ? R1 : N1;
221
221
  return M(P, F);
222
222
  }
223
223
  // internal
@@ -243,13 +243,13 @@ class N1 extends ch {
243
243
  return this.pointer = void 0, this;
244
244
  }
245
245
  }
246
- const b1 = {
246
+ const G1 = {
247
247
  press: 0,
248
248
  pointerdown: 0,
249
249
  release: 1,
250
250
  pointerup: 1
251
- }, G1 = () => {
252
- const E = m1(), F = Object.keys((E == null ? void 0 : E.attrs) ?? {}).filter(C1).map((b) => T1(b)), P = Object.keys(Zn).filter(
251
+ }, U1 = () => {
252
+ const E = g1(), F = Object.keys((E == null ? void 0 : E.attrs) ?? {}).filter(F1).map((b) => C1(b)), P = Object.keys(Zn).filter(
253
253
  (b) => F.includes(b)
254
254
  ), M = [];
255
255
  return { eventStopHandlers: M, initializeGameObjectEvents: (b, c, y) => {
@@ -260,7 +260,7 @@ const b1 = {
260
260
  "eventIndex" in l && (a[0].stopPropagation = a[l.eventIndex].stopPropagation), c(t, ...a);
261
261
  };
262
262
  if (t === "clickoutside") {
263
- const a = new N1(b);
263
+ const a = new b1(b);
264
264
  a.on(t, v), M.push(() => {
265
265
  a.off(t, v);
266
266
  });
@@ -272,12 +272,12 @@ const b1 = {
272
272
  }
273
273
  }
274
274
  } };
275
- }, wi = {
275
+ }, Pi = {
276
276
  ParentContainer: Symbol("ParentContainer"),
277
277
  SceneKey: Symbol("SceneKey")
278
278
  };
279
279
  var Tt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
280
- function U1(E) {
280
+ function z1(E) {
281
281
  return E && E.__esModule && Object.prototype.hasOwnProperty.call(E, "default") ? E.default : E;
282
282
  }
283
283
  function vh(E) {
@@ -327,11 +327,11 @@ te.collectAnHTTPQuotedString = (E, F) => {
327
327
  return [P, F];
328
328
  };
329
329
  const {
330
- asciiLowercase: Qi,
331
- solelyContainsHTTPTokenCodePoints: z1,
332
- soleyContainsHTTPQuotedStringTokenCodePoints: X1
330
+ asciiLowercase: ki,
331
+ solelyContainsHTTPTokenCodePoints: X1,
332
+ soleyContainsHTTPQuotedStringTokenCodePoints: V1
333
333
  } = te;
334
- var V1 = class {
334
+ var Y1 = class {
335
335
  constructor(F) {
336
336
  this._map = F;
337
337
  }
@@ -339,15 +339,15 @@ var V1 = class {
339
339
  return this._map.size;
340
340
  }
341
341
  get(F) {
342
- return F = Qi(String(F)), this._map.get(F);
342
+ return F = ki(String(F)), this._map.get(F);
343
343
  }
344
344
  has(F) {
345
- return F = Qi(String(F)), this._map.has(F);
345
+ return F = ki(String(F)), this._map.has(F);
346
346
  }
347
347
  set(F, P) {
348
- if (F = Qi(String(F)), P = String(P), !z1(F))
348
+ if (F = ki(String(F)), P = String(P), !X1(F))
349
349
  throw new Error(`Invalid MIME type parameter name "${F}": only HTTP token code points are valid.`);
350
- if (!X1(P))
350
+ if (!V1(P))
351
351
  throw new Error(`Invalid MIME type parameter value "${P}": only HTTP quoted-string token code points are valid.`);
352
352
  return this._map.set(F, P);
353
353
  }
@@ -355,7 +355,7 @@ var V1 = class {
355
355
  this._map.clear();
356
356
  }
357
357
  delete(F) {
358
- return F = Qi(String(F)), this._map.delete(F);
358
+ return F = ki(String(F)), this._map.delete(F);
359
359
  }
360
360
  forEach(F, P) {
361
361
  this._map.forEach(F, P);
@@ -374,16 +374,16 @@ var V1 = class {
374
374
  }
375
375
  };
376
376
  const {
377
- removeLeadingAndTrailingHTTPWhitespace: Y1,
377
+ removeLeadingAndTrailingHTTPWhitespace: W1,
378
378
  removeTrailingHTTPWhitespace: Va,
379
- isHTTPWhitespaceChar: W1,
379
+ isHTTPWhitespaceChar: H1,
380
380
  solelyContainsHTTPTokenCodePoints: $n,
381
- soleyContainsHTTPQuotedStringTokenCodePoints: H1,
381
+ soleyContainsHTTPQuotedStringTokenCodePoints: Z1,
382
382
  asciiLowercase: jn,
383
- collectAnHTTPQuotedString: Z1
383
+ collectAnHTTPQuotedString: K1
384
384
  } = te;
385
- var K1 = (E) => {
386
- E = Y1(E);
385
+ var $1 = (E) => {
386
+ E = W1(E);
387
387
  let F = 0, P = "";
388
388
  for (; F < E.length && E[F] !== "/"; )
389
389
  P += E[F], ++F;
@@ -401,7 +401,7 @@ var K1 = (E) => {
401
401
  parameters: /* @__PURE__ */ new Map()
402
402
  };
403
403
  for (; F < E.length; ) {
404
- for (++F; W1(E[F]); )
404
+ for (++F; H1(E[F]); )
405
405
  ++F;
406
406
  let b = "";
407
407
  for (; F < E.length && E[F] !== ";" && E[F] !== "="; )
@@ -413,7 +413,7 @@ var K1 = (E) => {
413
413
  }
414
414
  let c = null;
415
415
  if (E[F] === '"')
416
- for ([c, F] = Z1(E, F); F < E.length && E[F] !== ";"; )
416
+ for ([c, F] = K1(E, F); F < E.length && E[F] !== ";"; )
417
417
  ++F;
418
418
  else {
419
419
  for (c = ""; F < E.length && E[F] !== ";"; )
@@ -421,30 +421,30 @@ var K1 = (E) => {
421
421
  if (c = Va(c), c === "")
422
422
  continue;
423
423
  }
424
- b.length > 0 && $n(b) && H1(c) && !Y.parameters.has(b) && Y.parameters.set(b, c);
424
+ b.length > 0 && $n(b) && Z1(c) && !Y.parameters.has(b) && Y.parameters.set(b, c);
425
425
  }
426
426
  return Y;
427
427
  };
428
- const { solelyContainsHTTPTokenCodePoints: $1 } = te;
429
- var j1 = (E) => {
428
+ const { solelyContainsHTTPTokenCodePoints: j1 } = te;
429
+ var J1 = (E) => {
430
430
  let F = `${E.type}/${E.subtype}`;
431
431
  if (E.parameters.size === 0)
432
432
  return F;
433
433
  for (let [P, M] of E.parameters)
434
- F += ";", F += P, F += "=", (!$1(M) || M.length === 0) && (M = M.replace(/(["\\])/ug, "\\$1"), M = `"${M}"`), F += M;
434
+ F += ";", F += P, F += "=", (!j1(M) || M.length === 0) && (M = M.replace(/(["\\])/ug, "\\$1"), M = `"${M}"`), F += M;
435
435
  return F;
436
436
  };
437
- const J1 = V1, Q1 = K1, k1 = j1, {
437
+ const Q1 = Y1, k1 = $1, q1 = J1, {
438
438
  asciiLowercase: Ya,
439
439
  solelyContainsHTTPTokenCodePoints: Wa
440
440
  } = te;
441
- var q1 = class {
441
+ var _1 = class {
442
442
  constructor(F) {
443
443
  F = String(F);
444
- const P = Q1(F);
444
+ const P = k1(F);
445
445
  if (P === null)
446
446
  throw new Error(`Could not parse MIME type string "${F}"`);
447
- this._type = P.type, this._subtype = P.subtype, this._parameters = new J1(P.parameters);
447
+ this._type = P.type, this._subtype = P.subtype, this._parameters = new Q1(P.parameters);
448
448
  }
449
449
  static parse(F) {
450
450
  try {
@@ -480,7 +480,7 @@ var q1 = class {
480
480
  return this._parameters;
481
481
  }
482
482
  toString() {
483
- return k1(this);
483
+ return q1(this);
484
484
  }
485
485
  isJavaScript({ prohibitParameters: F = !1 } = {}) {
486
486
  switch (this._type) {
@@ -867,15 +867,15 @@ var gh = { exports: {} };
867
867
  };
868
868
  })(gh);
869
869
  var Gs = gh.exports, Jn = {}, xh = { exports: {} };
870
- const hi = 2147483647, de = 36, Us = 1, Pi = 26, _1 = 38, tf = 700, yh = 72, Eh = 128, Ah = "-", ef = /^xn--/, nf = /[^\0-\x7F]/, rf = /[\x2E\u3002\uFF0E\uFF61]/g, sf = {
870
+ const li = 2147483647, de = 36, Us = 1, Mi = 26, tf = 38, ef = 700, yh = 72, Eh = 128, Ah = "-", nf = /^xn--/, rf = /[^\0-\x7F]/, sf = /[\x2E\u3002\uFF0E\uFF61]/g, af = {
871
871
  overflow: "Overflow: input needs wider integers to process",
872
872
  "not-basic": "Illegal input >= 0x80 (not a basic code point)",
873
873
  "invalid-input": "Invalid input"
874
874
  }, Qn = de - Us, ce = Math.floor, kn = String.fromCharCode;
875
875
  function Pe(E) {
876
- throw new RangeError(sf[E]);
876
+ throw new RangeError(af[E]);
877
877
  }
878
- function af(E, F) {
878
+ function of(E, F) {
879
879
  const P = [];
880
880
  let M = E.length;
881
881
  for (; M--; )
@@ -885,8 +885,8 @@ function af(E, F) {
885
885
  function Th(E, F) {
886
886
  const P = E.split("@");
887
887
  let M = "";
888
- P.length > 1 && (M = P[0] + "@", E = P[1]), E = E.replace(rf, ".");
889
- const Y = E.split("."), b = af(Y, F).join(".");
888
+ P.length > 1 && (M = P[0] + "@", E = P[1]), E = E.replace(sf, ".");
889
+ const Y = E.split("."), b = of(Y, F).join(".");
890
890
  return M + b;
891
891
  }
892
892
  function zs(E) {
@@ -903,15 +903,15 @@ function zs(E) {
903
903
  }
904
904
  return F;
905
905
  }
906
- const Ch = (E) => String.fromCodePoint(...E), of = function(E) {
906
+ const Ch = (E) => String.fromCodePoint(...E), uf = function(E) {
907
907
  return E >= 48 && E < 58 ? 26 + (E - 48) : E >= 65 && E < 91 ? E - 65 : E >= 97 && E < 123 ? E - 97 : de;
908
908
  }, Ha = function(E, F) {
909
909
  return E + 22 + 75 * (E < 26) - ((F != 0) << 5);
910
910
  }, Fh = function(E, F, P) {
911
911
  let M = 0;
912
- for (E = P ? ce(E / tf) : E >> 1, E += ce(E / F); E > Qn * Pi >> 1; M += de)
912
+ for (E = P ? ce(E / ef) : E >> 1, E += ce(E / F); E > Qn * Mi >> 1; M += de)
913
913
  E = ce(E / Qn);
914
- return ce(M + (Qn + 1) * E / (E + _1));
914
+ return ce(M + (Qn + 1) * E / (E + tf));
915
915
  }, Xs = function(E) {
916
916
  const F = [], P = E.length;
917
917
  let M = 0, Y = Eh, b = yh, c = E.lastIndexOf(Ah);
@@ -922,16 +922,16 @@ const Ch = (E) => String.fromCodePoint(...E), of = function(E) {
922
922
  const t = M;
923
923
  for (let v = 1, a = de; ; a += de) {
924
924
  y >= P && Pe("invalid-input");
925
- const s = of(E.charCodeAt(y++));
926
- s >= de && Pe("invalid-input"), s > ce((hi - M) / v) && Pe("overflow"), M += s * v;
927
- const n = a <= b ? Us : a >= b + Pi ? Pi : a - b;
925
+ const s = uf(E.charCodeAt(y++));
926
+ s >= de && Pe("invalid-input"), s > ce((li - M) / v) && Pe("overflow"), M += s * v;
927
+ const n = a <= b ? Us : a >= b + Mi ? Mi : a - b;
928
928
  if (s < n)
929
929
  break;
930
930
  const e = de - n;
931
- v > ce(hi / e) && Pe("overflow"), v *= e;
931
+ v > ce(li / e) && Pe("overflow"), v *= e;
932
932
  }
933
933
  const l = F.length + 1;
934
- b = Fh(M - t, l, t == 0), ce(M / l) > hi - Y && Pe("overflow"), Y += ce(M / l), M %= l, F.splice(M++, 0, Y);
934
+ b = Fh(M - t, l, t == 0), ce(M / l) > li - Y && Pe("overflow"), Y += ce(M / l), M %= l, F.splice(M++, 0, Y);
935
935
  }
936
936
  return String.fromCodePoint(...F);
937
937
  }, Vs = function(E) {
@@ -944,16 +944,16 @@ const Ch = (E) => String.fromCodePoint(...E), of = function(E) {
944
944
  const c = F.length;
945
945
  let y = c;
946
946
  for (c && F.push(Ah); y < P; ) {
947
- let t = hi;
947
+ let t = li;
948
948
  for (const v of E)
949
949
  v >= M && v < t && (t = v);
950
950
  const l = y + 1;
951
- t - M > ce((hi - Y) / l) && Pe("overflow"), Y += (t - M) * l, M = t;
951
+ t - M > ce((li - Y) / l) && Pe("overflow"), Y += (t - M) * l, M = t;
952
952
  for (const v of E)
953
- if (v < M && ++Y > hi && Pe("overflow"), v === M) {
953
+ if (v < M && ++Y > li && Pe("overflow"), v === M) {
954
954
  let a = Y;
955
955
  for (let s = de; ; s += de) {
956
- const n = s <= b ? Us : s >= b + Pi ? Pi : s - b;
956
+ const n = s <= b ? Us : s >= b + Mi ? Mi : s - b;
957
957
  if (a < n)
958
958
  break;
959
959
  const e = a - n, r = de - n;
@@ -968,13 +968,13 @@ const Ch = (E) => String.fromCodePoint(...E), of = function(E) {
968
968
  return F.join("");
969
969
  }, Sh = function(E) {
970
970
  return Th(E, function(F) {
971
- return ef.test(F) ? Xs(F.slice(4).toLowerCase()) : F;
971
+ return nf.test(F) ? Xs(F.slice(4).toLowerCase()) : F;
972
972
  });
973
973
  }, Dh = function(E) {
974
974
  return Th(E, function(F) {
975
- return nf.test(F) ? "xn--" + Vs(F) : F;
975
+ return rf.test(F) ? "xn--" + Vs(F) : F;
976
976
  });
977
- }, uf = {
977
+ }, hf = {
978
978
  /**
979
979
  * A string representing the current Punycode.js version number.
980
980
  * @memberOf punycode
@@ -996,31 +996,31 @@ const Ch = (E) => String.fromCodePoint(...E), of = function(E) {
996
996
  encode: Vs,
997
997
  toASCII: Dh,
998
998
  toUnicode: Sh
999
- }, hf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
999
+ }, lf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1000
1000
  __proto__: null,
1001
1001
  decode: Xs,
1002
- default: uf,
1002
+ default: hf,
1003
1003
  encode: Vs,
1004
1004
  toASCII: Dh,
1005
1005
  toUnicode: Sh,
1006
1006
  ucs2decode: zs,
1007
1007
  ucs2encode: Ch
1008
- }, Symbol.toStringTag, { value: "Module" })), lf = /* @__PURE__ */ vh(hf), ff = /[\u0300-\u036F\u0483-\u0489\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0898-\u089F\u08CA-\u08E1\u08E3-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u09FE\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0AFA-\u0AFF\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B62\u0B63\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0C00-\u0C04\u0C3C\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0CF3\u0D00-\u0D03\u0D3B\u0D3C\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D81-\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0F18\u0F19\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F\u109A-\u109D\u135D-\u135F\u1712-\u1715\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u180B-\u180D\u180F\u1885\u1886\u18A9\u1920-\u192B\u1930-\u193B\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F\u1AB0-\u1ACE\u1B00-\u1B04\u1B34-\u1B44\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BE6-\u1BF3\u1C24-\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF4\u1CF7-\u1CF9\u1DC0-\u1DFF\u20D0-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\uA66F-\uA672\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA82C\uA880\uA881\uA8B4-\uA8C5\uA8E0-\uA8F1\uA8FF\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9E5\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\u{101FD}\u{102E0}\u{10376}-\u{1037A}\u{10A01}-\u{10A03}\u{10A05}\u{10A06}\u{10A0C}-\u{10A0F}\u{10A38}-\u{10A3A}\u{10A3F}\u{10AE5}\u{10AE6}\u{10D24}-\u{10D27}\u{10EAB}\u{10EAC}\u{10EFD}-\u{10EFF}\u{10F46}-\u{10F50}\u{10F82}-\u{10F85}\u{11000}-\u{11002}\u{11038}-\u{11046}\u{11070}\u{11073}\u{11074}\u{1107F}-\u{11082}\u{110B0}-\u{110BA}\u{110C2}\u{11100}-\u{11102}\u{11127}-\u{11134}\u{11145}\u{11146}\u{11173}\u{11180}-\u{11182}\u{111B3}-\u{111C0}\u{111C9}-\u{111CC}\u{111CE}\u{111CF}\u{1122C}-\u{11237}\u{1123E}\u{11241}\u{112DF}-\u{112EA}\u{11300}-\u{11303}\u{1133B}\u{1133C}\u{1133E}-\u{11344}\u{11347}\u{11348}\u{1134B}-\u{1134D}\u{11357}\u{11362}\u{11363}\u{11366}-\u{1136C}\u{11370}-\u{11374}\u{11435}-\u{11446}\u{1145E}\u{114B0}-\u{114C3}\u{115AF}-\u{115B5}\u{115B8}-\u{115C0}\u{115DC}\u{115DD}\u{11630}-\u{11640}\u{116AB}-\u{116B7}\u{1171D}-\u{1172B}\u{1182C}-\u{1183A}\u{11930}-\u{11935}\u{11937}\u{11938}\u{1193B}-\u{1193E}\u{11940}\u{11942}\u{11943}\u{119D1}-\u{119D7}\u{119DA}-\u{119E0}\u{119E4}\u{11A01}-\u{11A0A}\u{11A33}-\u{11A39}\u{11A3B}-\u{11A3E}\u{11A47}\u{11A51}-\u{11A5B}\u{11A8A}-\u{11A99}\u{11C2F}-\u{11C36}\u{11C38}-\u{11C3F}\u{11C92}-\u{11CA7}\u{11CA9}-\u{11CB6}\u{11D31}-\u{11D36}\u{11D3A}\u{11D3C}\u{11D3D}\u{11D3F}-\u{11D45}\u{11D47}\u{11D8A}-\u{11D8E}\u{11D90}\u{11D91}\u{11D93}-\u{11D97}\u{11EF3}-\u{11EF6}\u{11F00}\u{11F01}\u{11F03}\u{11F34}-\u{11F3A}\u{11F3E}-\u{11F42}\u{13440}\u{13447}-\u{13455}\u{16AF0}-\u{16AF4}\u{16B30}-\u{16B36}\u{16F4F}\u{16F51}-\u{16F87}\u{16F8F}-\u{16F92}\u{16FE4}\u{16FF0}\u{16FF1}\u{1BC9D}\u{1BC9E}\u{1CF00}-\u{1CF2D}\u{1CF30}-\u{1CF46}\u{1D165}-\u{1D169}\u{1D16D}-\u{1D172}\u{1D17B}-\u{1D182}\u{1D185}-\u{1D18B}\u{1D1AA}-\u{1D1AD}\u{1D242}-\u{1D244}\u{1DA00}-\u{1DA36}\u{1DA3B}-\u{1DA6C}\u{1DA75}\u{1DA84}\u{1DA9B}-\u{1DA9F}\u{1DAA1}-\u{1DAAF}\u{1E000}-\u{1E006}\u{1E008}-\u{1E018}\u{1E01B}-\u{1E021}\u{1E023}\u{1E024}\u{1E026}-\u{1E02A}\u{1E08F}\u{1E130}-\u{1E136}\u{1E2AE}\u{1E2EC}-\u{1E2EF}\u{1E4EC}-\u{1E4EF}\u{1E8D0}-\u{1E8D6}\u{1E944}-\u{1E94A}\u{E0100}-\u{E01EF}]/u, df = /[\u094D\u09CD\u0A4D\u0ACD\u0B4D\u0BCD\u0C4D\u0CCD\u0D3B\u0D3C\u0D4D\u0DCA\u0E3A\u0EBA\u0F84\u1039\u103A\u1714\u1715\u1734\u17D2\u1A60\u1B44\u1BAA\u1BAB\u1BF2\u1BF3\u2D7F\uA806\uA82C\uA8C4\uA953\uA9C0\uAAF6\uABED\u{10A3F}\u{11046}\u{11070}\u{1107F}\u{110B9}\u{11133}\u{11134}\u{111C0}\u{11235}\u{112EA}\u{1134D}\u{11442}\u{114C2}\u{115BF}\u{1163F}\u{116B6}\u{1172B}\u{11839}\u{1193D}\u{1193E}\u{119E0}\u{11A34}\u{11A47}\u{11A99}\u{11C3F}\u{11D44}\u{11D45}\u{11D97}\u{11F41}\u{11F42}]/u, cf = /[\u0620\u0626\u0628\u062A-\u062E\u0633-\u063F\u0641-\u0647\u0649\u064A\u066E\u066F\u0678-\u0687\u069A-\u06BF\u06C1\u06C2\u06CC\u06CE\u06D0\u06D1\u06FA-\u06FC\u06FF\u0712-\u0714\u071A-\u071D\u071F-\u0727\u0729\u072B\u072D\u072E\u074E-\u0758\u075C-\u076A\u076D-\u0770\u0772\u0775-\u0777\u077A-\u077F\u07CA-\u07EA\u0841-\u0845\u0848\u084A-\u0853\u0855\u0860\u0862-\u0865\u0868\u0886\u0889-\u088D\u08A0-\u08A9\u08AF\u08B0\u08B3-\u08B8\u08BA-\u08C8\u1807\u1820-\u1878\u1887-\u18A8\u18AA\uA840-\uA872\u{10AC0}-\u{10AC4}\u{10ACD}\u{10AD3}-\u{10ADC}\u{10ADE}-\u{10AE0}\u{10AEB}-\u{10AEE}\u{10B80}\u{10B82}\u{10B86}-\u{10B88}\u{10B8A}\u{10B8B}\u{10B8D}\u{10B90}\u{10BAD}\u{10BAE}\u{10D00}-\u{10D21}\u{10D23}\u{10F30}-\u{10F32}\u{10F34}-\u{10F44}\u{10F51}-\u{10F53}\u{10F70}-\u{10F73}\u{10F76}-\u{10F81}\u{10FB0}\u{10FB2}\u{10FB3}\u{10FB8}\u{10FBB}\u{10FBC}\u{10FBE}\u{10FBF}\u{10FC1}\u{10FC4}\u{10FCA}\u{10FCB}\u{1E900}-\u{1E943}][\xAD\u0300-\u036F\u0483-\u0489\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u061C\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u070F\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0898-\u089F\u08CA-\u08E1\u08E3-\u0902\u093A\u093C\u0941-\u0948\u094D\u0951-\u0957\u0962\u0963\u0981\u09BC\u09C1-\u09C4\u09CD\u09E2\u09E3\u09FE\u0A01\u0A02\u0A3C\u0A41\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81\u0A82\u0ABC\u0AC1-\u0AC5\u0AC7\u0AC8\u0ACD\u0AE2\u0AE3\u0AFA-\u0AFF\u0B01\u0B3C\u0B3F\u0B41-\u0B44\u0B4D\u0B55\u0B56\u0B62\u0B63\u0B82\u0BC0\u0BCD\u0C00\u0C04\u0C3C\u0C3E-\u0C40\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C81\u0CBC\u0CBF\u0CC6\u0CCC\u0CCD\u0CE2\u0CE3\u0D00\u0D01\u0D3B\u0D3C\u0D41-\u0D44\u0D4D\u0D62\u0D63\u0D81\u0DCA\u0DD2-\u0DD4\u0DD6\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0F18\u0F19\u0F35\u0F37\u0F39\u0F71-\u0F7E\u0F80-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102D-\u1030\u1032-\u1037\u1039\u103A\u103D\u103E\u1058\u1059\u105E-\u1060\u1071-\u1074\u1082\u1085\u1086\u108D\u109D\u135D-\u135F\u1712-\u1714\u1732\u1733\u1752\u1753\u1772\u1773\u17B4\u17B5\u17B7-\u17BD\u17C6\u17C9-\u17D3\u17DD\u180B-\u180D\u180F\u1885\u1886\u18A9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193B\u1A17\u1A18\u1A1B\u1A56\u1A58-\u1A5E\u1A60\u1A62\u1A65-\u1A6C\u1A73-\u1A7C\u1A7F\u1AB0-\u1ACE\u1B00-\u1B03\u1B34\u1B36-\u1B3A\u1B3C\u1B42\u1B6B-\u1B73\u1B80\u1B81\u1BA2-\u1BA5\u1BA8\u1BA9\u1BAB-\u1BAD\u1BE6\u1BE8\u1BE9\u1BED\u1BEF-\u1BF1\u1C2C-\u1C33\u1C36\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE0\u1CE2-\u1CE8\u1CED\u1CF4\u1CF8\u1CF9\u1DC0-\u1DFF\u200B\u200E\u200F\u202A-\u202E\u2060-\u2064\u206A-\u206F\u20D0-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302D\u3099\u309A\uA66F-\uA672\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA825\uA826\uA82C\uA8C4\uA8C5\uA8E0-\uA8F1\uA8FF\uA926-\uA92D\uA947-\uA951\uA980-\uA982\uA9B3\uA9B6-\uA9B9\uA9BC\uA9BD\uA9E5\uAA29-\uAA2E\uAA31\uAA32\uAA35\uAA36\uAA43\uAA4C\uAA7C\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEC\uAAED\uAAF6\uABE5\uABE8\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\uFEFF\uFFF9-\uFFFB\u{101FD}\u{102E0}\u{10376}-\u{1037A}\u{10A01}-\u{10A03}\u{10A05}\u{10A06}\u{10A0C}-\u{10A0F}\u{10A38}-\u{10A3A}\u{10A3F}\u{10AE5}\u{10AE6}\u{10D24}-\u{10D27}\u{10EAB}\u{10EAC}\u{10EFD}-\u{10EFF}\u{10F46}-\u{10F50}\u{10F82}-\u{10F85}\u{11001}\u{11038}-\u{11046}\u{11070}\u{11073}\u{11074}\u{1107F}-\u{11081}\u{110B3}-\u{110B6}\u{110B9}\u{110BA}\u{110C2}\u{11100}-\u{11102}\u{11127}-\u{1112B}\u{1112D}-\u{11134}\u{11173}\u{11180}\u{11181}\u{111B6}-\u{111BE}\u{111C9}-\u{111CC}\u{111CF}\u{1122F}-\u{11231}\u{11234}\u{11236}\u{11237}\u{1123E}\u{11241}\u{112DF}\u{112E3}-\u{112EA}\u{11300}\u{11301}\u{1133B}\u{1133C}\u{11340}\u{11366}-\u{1136C}\u{11370}-\u{11374}\u{11438}-\u{1143F}\u{11442}-\u{11444}\u{11446}\u{1145E}\u{114B3}-\u{114B8}\u{114BA}\u{114BF}\u{114C0}\u{114C2}\u{114C3}\u{115B2}-\u{115B5}\u{115BC}\u{115BD}\u{115BF}\u{115C0}\u{115DC}\u{115DD}\u{11633}-\u{1163A}\u{1163D}\u{1163F}\u{11640}\u{116AB}\u{116AD}\u{116B0}-\u{116B5}\u{116B7}\u{1171D}-\u{1171F}\u{11722}-\u{11725}\u{11727}-\u{1172B}\u{1182F}-\u{11837}\u{11839}\u{1183A}\u{1193B}\u{1193C}\u{1193E}\u{11943}\u{119D4}-\u{119D7}\u{119DA}\u{119DB}\u{119E0}\u{11A01}-\u{11A0A}\u{11A33}-\u{11A38}\u{11A3B}-\u{11A3E}\u{11A47}\u{11A51}-\u{11A56}\u{11A59}-\u{11A5B}\u{11A8A}-\u{11A96}\u{11A98}\u{11A99}\u{11C30}-\u{11C36}\u{11C38}-\u{11C3D}\u{11C3F}\u{11C92}-\u{11CA7}\u{11CAA}-\u{11CB0}\u{11CB2}\u{11CB3}\u{11CB5}\u{11CB6}\u{11D31}-\u{11D36}\u{11D3A}\u{11D3C}\u{11D3D}\u{11D3F}-\u{11D45}\u{11D47}\u{11D90}\u{11D91}\u{11D95}\u{11D97}\u{11EF3}\u{11EF4}\u{11F00}\u{11F01}\u{11F36}-\u{11F3A}\u{11F40}\u{11F42}\u{13430}-\u{13440}\u{13447}-\u{13455}\u{16AF0}-\u{16AF4}\u{16B30}-\u{16B36}\u{16F4F}\u{16F8F}-\u{16F92}\u{16FE4}\u{1BC9D}\u{1BC9E}\u{1BCA0}-\u{1BCA3}\u{1CF00}-\u{1CF2D}\u{1CF30}-\u{1CF46}\u{1D167}-\u{1D169}\u{1D173}-\u{1D182}\u{1D185}-\u{1D18B}\u{1D1AA}-\u{1D1AD}\u{1D242}-\u{1D244}\u{1DA00}-\u{1DA36}\u{1DA3B}-\u{1DA6C}\u{1DA75}\u{1DA84}\u{1DA9B}-\u{1DA9F}\u{1DAA1}-\u{1DAAF}\u{1E000}-\u{1E006}\u{1E008}-\u{1E018}\u{1E01B}-\u{1E021}\u{1E023}\u{1E024}\u{1E026}-\u{1E02A}\u{1E08F}\u{1E130}-\u{1E136}\u{1E2AE}\u{1E2EC}-\u{1E2EF}\u{1E4EC}-\u{1E4EF}\u{1E8D0}-\u{1E8D6}\u{1E944}-\u{1E94B}\u{E0001}\u{E0020}-\u{E007F}\u{E0100}-\u{E01EF}]*\u200C[\xAD\u0300-\u036F\u0483-\u0489\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u061C\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u070F\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0898-\u089F\u08CA-\u08E1\u08E3-\u0902\u093A\u093C\u0941-\u0948\u094D\u0951-\u0957\u0962\u0963\u0981\u09BC\u09C1-\u09C4\u09CD\u09E2\u09E3\u09FE\u0A01\u0A02\u0A3C\u0A41\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81\u0A82\u0ABC\u0AC1-\u0AC5\u0AC7\u0AC8\u0ACD\u0AE2\u0AE3\u0AFA-\u0AFF\u0B01\u0B3C\u0B3F\u0B41-\u0B44\u0B4D\u0B55\u0B56\u0B62\u0B63\u0B82\u0BC0\u0BCD\u0C00\u0C04\u0C3C\u0C3E-\u0C40\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C81\u0CBC\u0CBF\u0CC6\u0CCC\u0CCD\u0CE2\u0CE3\u0D00\u0D01\u0D3B\u0D3C\u0D41-\u0D44\u0D4D\u0D62\u0D63\u0D81\u0DCA\u0DD2-\u0DD4\u0DD6\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0F18\u0F19\u0F35\u0F37\u0F39\u0F71-\u0F7E\u0F80-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102D-\u1030\u1032-\u1037\u1039\u103A\u103D\u103E\u1058\u1059\u105E-\u1060\u1071-\u1074\u1082\u1085\u1086\u108D\u109D\u135D-\u135F\u1712-\u1714\u1732\u1733\u1752\u1753\u1772\u1773\u17B4\u17B5\u17B7-\u17BD\u17C6\u17C9-\u17D3\u17DD\u180B-\u180D\u180F\u1885\u1886\u18A9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193B\u1A17\u1A18\u1A1B\u1A56\u1A58-\u1A5E\u1A60\u1A62\u1A65-\u1A6C\u1A73-\u1A7C\u1A7F\u1AB0-\u1ACE\u1B00-\u1B03\u1B34\u1B36-\u1B3A\u1B3C\u1B42\u1B6B-\u1B73\u1B80\u1B81\u1BA2-\u1BA5\u1BA8\u1BA9\u1BAB-\u1BAD\u1BE6\u1BE8\u1BE9\u1BED\u1BEF-\u1BF1\u1C2C-\u1C33\u1C36\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE0\u1CE2-\u1CE8\u1CED\u1CF4\u1CF8\u1CF9\u1DC0-\u1DFF\u200B\u200E\u200F\u202A-\u202E\u2060-\u2064\u206A-\u206F\u20D0-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302D\u3099\u309A\uA66F-\uA672\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA825\uA826\uA82C\uA8C4\uA8C5\uA8E0-\uA8F1\uA8FF\uA926-\uA92D\uA947-\uA951\uA980-\uA982\uA9B3\uA9B6-\uA9B9\uA9BC\uA9BD\uA9E5\uAA29-\uAA2E\uAA31\uAA32\uAA35\uAA36\uAA43\uAA4C\uAA7C\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEC\uAAED\uAAF6\uABE5\uABE8\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\uFEFF\uFFF9-\uFFFB\u{101FD}\u{102E0}\u{10376}-\u{1037A}\u{10A01}-\u{10A03}\u{10A05}\u{10A06}\u{10A0C}-\u{10A0F}\u{10A38}-\u{10A3A}\u{10A3F}\u{10AE5}\u{10AE6}\u{10D24}-\u{10D27}\u{10EAB}\u{10EAC}\u{10EFD}-\u{10EFF}\u{10F46}-\u{10F50}\u{10F82}-\u{10F85}\u{11001}\u{11038}-\u{11046}\u{11070}\u{11073}\u{11074}\u{1107F}-\u{11081}\u{110B3}-\u{110B6}\u{110B9}\u{110BA}\u{110C2}\u{11100}-\u{11102}\u{11127}-\u{1112B}\u{1112D}-\u{11134}\u{11173}\u{11180}\u{11181}\u{111B6}-\u{111BE}\u{111C9}-\u{111CC}\u{111CF}\u{1122F}-\u{11231}\u{11234}\u{11236}\u{11237}\u{1123E}\u{11241}\u{112DF}\u{112E3}-\u{112EA}\u{11300}\u{11301}\u{1133B}\u{1133C}\u{11340}\u{11366}-\u{1136C}\u{11370}-\u{11374}\u{11438}-\u{1143F}\u{11442}-\u{11444}\u{11446}\u{1145E}\u{114B3}-\u{114B8}\u{114BA}\u{114BF}\u{114C0}\u{114C2}\u{114C3}\u{115B2}-\u{115B5}\u{115BC}\u{115BD}\u{115BF}\u{115C0}\u{115DC}\u{115DD}\u{11633}-\u{1163A}\u{1163D}\u{1163F}\u{11640}\u{116AB}\u{116AD}\u{116B0}-\u{116B5}\u{116B7}\u{1171D}-\u{1171F}\u{11722}-\u{11725}\u{11727}-\u{1172B}\u{1182F}-\u{11837}\u{11839}\u{1183A}\u{1193B}\u{1193C}\u{1193E}\u{11943}\u{119D4}-\u{119D7}\u{119DA}\u{119DB}\u{119E0}\u{11A01}-\u{11A0A}\u{11A33}-\u{11A38}\u{11A3B}-\u{11A3E}\u{11A47}\u{11A51}-\u{11A56}\u{11A59}-\u{11A5B}\u{11A8A}-\u{11A96}\u{11A98}\u{11A99}\u{11C30}-\u{11C36}\u{11C38}-\u{11C3D}\u{11C3F}\u{11C92}-\u{11CA7}\u{11CAA}-\u{11CB0}\u{11CB2}\u{11CB3}\u{11CB5}\u{11CB6}\u{11D31}-\u{11D36}\u{11D3A}\u{11D3C}\u{11D3D}\u{11D3F}-\u{11D45}\u{11D47}\u{11D90}\u{11D91}\u{11D95}\u{11D97}\u{11EF3}\u{11EF4}\u{11F00}\u{11F01}\u{11F36}-\u{11F3A}\u{11F40}\u{11F42}\u{13430}-\u{13440}\u{13447}-\u{13455}\u{16AF0}-\u{16AF4}\u{16B30}-\u{16B36}\u{16F4F}\u{16F8F}-\u{16F92}\u{16FE4}\u{1BC9D}\u{1BC9E}\u{1BCA0}-\u{1BCA3}\u{1CF00}-\u{1CF2D}\u{1CF30}-\u{1CF46}\u{1D167}-\u{1D169}\u{1D173}-\u{1D182}\u{1D185}-\u{1D18B}\u{1D1AA}-\u{1D1AD}\u{1D242}-\u{1D244}\u{1DA00}-\u{1DA36}\u{1DA3B}-\u{1DA6C}\u{1DA75}\u{1DA84}\u{1DA9B}-\u{1DA9F}\u{1DAA1}-\u{1DAAF}\u{1E000}-\u{1E006}\u{1E008}-\u{1E018}\u{1E01B}-\u{1E021}\u{1E023}\u{1E024}\u{1E026}-\u{1E02A}\u{1E08F}\u{1E130}-\u{1E136}\u{1E2AE}\u{1E2EC}-\u{1E2EF}\u{1E4EC}-\u{1E4EF}\u{1E8D0}-\u{1E8D6}\u{1E944}-\u{1E94B}\u{E0001}\u{E0020}-\u{E007F}\u{E0100}-\u{E01EF}]*[\u0620\u0622-\u063F\u0641-\u064A\u066E\u066F\u0671-\u0673\u0675-\u06D3\u06D5\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u077F\u07CA-\u07EA\u0840-\u0858\u0860\u0862-\u0865\u0867-\u086A\u0870-\u0882\u0886\u0889-\u088E\u08A0-\u08AC\u08AE-\u08C8\u1807\u1820-\u1878\u1887-\u18A8\u18AA\uA840-\uA871\u{10AC0}-\u{10AC5}\u{10AC7}\u{10AC9}\u{10ACA}\u{10ACE}-\u{10AD6}\u{10AD8}-\u{10AE1}\u{10AE4}\u{10AEB}-\u{10AEF}\u{10B80}-\u{10B91}\u{10BA9}-\u{10BAE}\u{10D01}-\u{10D23}\u{10F30}-\u{10F44}\u{10F51}-\u{10F54}\u{10F70}-\u{10F81}\u{10FB0}\u{10FB2}-\u{10FB6}\u{10FB8}-\u{10FBF}\u{10FC1}-\u{10FC4}\u{10FC9}\u{10FCA}\u{1E900}-\u{1E943}]/u, vf = /[\u05BE\u05C0\u05C3\u05C6\u05D0-\u05EA\u05EF-\u05F4\u0600-\u0605\u0608\u060B\u060D\u061B-\u064A\u0660-\u0669\u066B-\u066F\u0671-\u06D5\u06DD\u06E5\u06E6\u06EE\u06EF\u06FA-\u070D\u070F\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07C0-\u07EA\u07F4\u07F5\u07FA\u07FE-\u0815\u081A\u0824\u0828\u0830-\u083E\u0840-\u0858\u085E\u0860-\u086A\u0870-\u088E\u0890\u0891\u08A0-\u08C9\u08E2\u200F\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBC2\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFC\uFE70-\uFE74\uFE76-\uFEFC\u{10800}-\u{10805}\u{10808}\u{1080A}-\u{10835}\u{10837}\u{10838}\u{1083C}\u{1083F}-\u{10855}\u{10857}-\u{1089E}\u{108A7}-\u{108AF}\u{108E0}-\u{108F2}\u{108F4}\u{108F5}\u{108FB}-\u{1091B}\u{10920}-\u{10939}\u{1093F}\u{10980}-\u{109B7}\u{109BC}-\u{109CF}\u{109D2}-\u{10A00}\u{10A10}-\u{10A13}\u{10A15}-\u{10A17}\u{10A19}-\u{10A35}\u{10A40}-\u{10A48}\u{10A50}-\u{10A58}\u{10A60}-\u{10A9F}\u{10AC0}-\u{10AE4}\u{10AEB}-\u{10AF6}\u{10B00}-\u{10B35}\u{10B40}-\u{10B55}\u{10B58}-\u{10B72}\u{10B78}-\u{10B91}\u{10B99}-\u{10B9C}\u{10BA9}-\u{10BAF}\u{10C00}-\u{10C48}\u{10C80}-\u{10CB2}\u{10CC0}-\u{10CF2}\u{10CFA}-\u{10D23}\u{10D30}-\u{10D39}\u{10E60}-\u{10E7E}\u{10E80}-\u{10EA9}\u{10EAD}\u{10EB0}\u{10EB1}\u{10F00}-\u{10F27}\u{10F30}-\u{10F45}\u{10F51}-\u{10F59}\u{10F70}-\u{10F81}\u{10F86}-\u{10F89}\u{10FB0}-\u{10FCB}\u{10FE0}-\u{10FF6}\u{1E800}-\u{1E8C4}\u{1E8C7}-\u{1E8CF}\u{1E900}-\u{1E943}\u{1E94B}\u{1E950}-\u{1E959}\u{1E95E}\u{1E95F}\u{1EC71}-\u{1ECB4}\u{1ED01}-\u{1ED3D}\u{1EE00}-\u{1EE03}\u{1EE05}-\u{1EE1F}\u{1EE21}\u{1EE22}\u{1EE24}\u{1EE27}\u{1EE29}-\u{1EE32}\u{1EE34}-\u{1EE37}\u{1EE39}\u{1EE3B}\u{1EE42}\u{1EE47}\u{1EE49}\u{1EE4B}\u{1EE4D}-\u{1EE4F}\u{1EE51}\u{1EE52}\u{1EE54}\u{1EE57}\u{1EE59}\u{1EE5B}\u{1EE5D}\u{1EE5F}\u{1EE61}\u{1EE62}\u{1EE64}\u{1EE67}-\u{1EE6A}\u{1EE6C}-\u{1EE72}\u{1EE74}-\u{1EE77}\u{1EE79}-\u{1EE7C}\u{1EE7E}\u{1EE80}-\u{1EE89}\u{1EE8B}-\u{1EE9B}\u{1EEA1}-\u{1EEA3}\u{1EEA5}-\u{1EEA9}\u{1EEAB}-\u{1EEBB}]/u, pf = /[A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02B8\u02BB-\u02C1\u02D0\u02D1\u02E0-\u02E4\u02EE\u0370-\u0373\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0482\u048A-\u052F\u0531-\u0556\u0559-\u0589\u0903-\u0939\u093B\u093D-\u0940\u0949-\u094C\u094E-\u0950\u0958-\u0961\u0964-\u0980\u0982\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD-\u09C0\u09C7\u09C8\u09CB\u09CC\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E1\u09E6-\u09F1\u09F4-\u09FA\u09FC\u09FD\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3E-\u0A40\u0A59-\u0A5C\u0A5E\u0A66-\u0A6F\u0A72-\u0A74\u0A76\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD-\u0AC0\u0AC9\u0ACB\u0ACC\u0AD0\u0AE0\u0AE1\u0AE6-\u0AF0\u0AF9\u0B02\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B3E\u0B40\u0B47\u0B48\u0B4B\u0B4C\u0B57\u0B5C\u0B5D\u0B5F-\u0B61\u0B66-\u0B77\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE\u0BBF\u0BC1\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCC\u0BD0\u0BD7\u0BE6-\u0BF2\u0C01-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C41-\u0C44\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C66-\u0C6F\u0C77\u0C7F\u0C80\u0C82-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD-\u0CC4\u0CC6-\u0CC8\u0CCA\u0CCB\u0CD5\u0CD6\u0CDD\u0CDE\u0CE0\u0CE1\u0CE6-\u0CEF\u0CF1-\u0CF3\u0D02-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D40\u0D46-\u0D48\u0D4A-\u0D4C\u0D4E\u0D4F\u0D54-\u0D61\u0D66-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCF-\u0DD1\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2-\u0DF4\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E4F-\u0E5B\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00-\u0F17\u0F1A-\u0F34\u0F36\u0F38\u0F3E-\u0F47\u0F49-\u0F6C\u0F7F\u0F85\u0F88-\u0F8C\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE-\u0FDA\u1000-\u102C\u1031\u1038\u103B\u103C\u103F-\u1057\u105A-\u105D\u1061-\u1070\u1075-\u1081\u1083\u1084\u1087-\u108C\u108E-\u109C\u109E-\u10C5\u10C7\u10CD\u10D0-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1360-\u137C\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u167F\u1681-\u169A\u16A0-\u16F8\u1700-\u1711\u1715\u171F-\u1731\u1734-\u1736\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17B6\u17BE-\u17C5\u17C7\u17C8\u17D4-\u17DA\u17DC\u17E0-\u17E9\u1810-\u1819\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1923-\u1926\u1929-\u192B\u1930\u1931\u1933-\u1938\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A16\u1A19\u1A1A\u1A1E-\u1A55\u1A57\u1A61\u1A63\u1A64\u1A6D-\u1A72\u1A80-\u1A89\u1A90-\u1A99\u1AA0-\u1AAD\u1B04-\u1B33\u1B35\u1B3B\u1B3D-\u1B41\u1B43-\u1B4C\u1B50-\u1B6A\u1B74-\u1B7E\u1B82-\u1BA1\u1BA6\u1BA7\u1BAA\u1BAE-\u1BE5\u1BE7\u1BEA-\u1BEC\u1BEE\u1BF2\u1BF3\u1BFC-\u1C2B\u1C34\u1C35\u1C3B-\u1C49\u1C4D-\u1C88\u1C90-\u1CBA\u1CBD-\u1CC7\u1CD3\u1CE1\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5-\u1CF7\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200E\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u214F\u2160-\u2188\u2336-\u237A\u2395\u249C-\u24E9\u26AC\u2800-\u28FF\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D70\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u302E\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u3190-\u31BF\u31F0-\u321C\u3220-\u324F\u3260-\u327B\u327F-\u32B0\u32C0-\u32CB\u32D0-\u3376\u337B-\u33DD\u33E0-\u33FE\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA60C\uA610-\uA62B\uA640-\uA66E\uA680-\uA69D\uA6A0-\uA6EF\uA6F2-\uA6F7\uA722-\uA787\uA789-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA824\uA827\uA830-\uA837\uA840-\uA873\uA880-\uA8C3\uA8CE-\uA8D9\uA8F2-\uA8FE\uA900-\uA925\uA92E-\uA946\uA952\uA953\uA95F-\uA97C\uA983-\uA9B2\uA9B4\uA9B5\uA9BA\uA9BB\uA9BE-\uA9CD\uA9CF-\uA9D9\uA9DE-\uA9E4\uA9E6-\uA9FE\uAA00-\uAA28\uAA2F\uAA30\uAA33\uAA34\uAA40-\uAA42\uAA44-\uAA4B\uAA4D\uAA50-\uAA59\uAA5C-\uAA7B\uAA7D-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAAEB\uAAEE-\uAAF5\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB69\uAB70-\uABE4\uABE6\uABE7\uABE9-\uABEC\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uD800-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC\u{10000}-\u{1000B}\u{1000D}-\u{10026}\u{10028}-\u{1003A}\u{1003C}\u{1003D}\u{1003F}-\u{1004D}\u{10050}-\u{1005D}\u{10080}-\u{100FA}\u{10100}\u{10102}\u{10107}-\u{10133}\u{10137}-\u{1013F}\u{1018D}\u{1018E}\u{101D0}-\u{101FC}\u{10280}-\u{1029C}\u{102A0}-\u{102D0}\u{10300}-\u{10323}\u{1032D}-\u{1034A}\u{10350}-\u{10375}\u{10380}-\u{1039D}\u{1039F}-\u{103C3}\u{103C8}-\u{103D5}\u{10400}-\u{1049D}\u{104A0}-\u{104A9}\u{104B0}-\u{104D3}\u{104D8}-\u{104FB}\u{10500}-\u{10527}\u{10530}-\u{10563}\u{1056F}-\u{1057A}\u{1057C}-\u{1058A}\u{1058C}-\u{10592}\u{10594}\u{10595}\u{10597}-\u{105A1}\u{105A3}-\u{105B1}\u{105B3}-\u{105B9}\u{105BB}\u{105BC}\u{10600}-\u{10736}\u{10740}-\u{10755}\u{10760}-\u{10767}\u{10780}-\u{10785}\u{10787}-\u{107B0}\u{107B2}-\u{107BA}\u{11000}\u{11002}-\u{11037}\u{11047}-\u{1104D}\u{11066}-\u{1106F}\u{11071}\u{11072}\u{11075}\u{11082}-\u{110B2}\u{110B7}\u{110B8}\u{110BB}-\u{110C1}\u{110CD}\u{110D0}-\u{110E8}\u{110F0}-\u{110F9}\u{11103}-\u{11126}\u{1112C}\u{11136}-\u{11147}\u{11150}-\u{11172}\u{11174}-\u{11176}\u{11182}-\u{111B5}\u{111BF}-\u{111C8}\u{111CD}\u{111CE}\u{111D0}-\u{111DF}\u{111E1}-\u{111F4}\u{11200}-\u{11211}\u{11213}-\u{1122E}\u{11232}\u{11233}\u{11235}\u{11238}-\u{1123D}\u{1123F}\u{11240}\u{11280}-\u{11286}\u{11288}\u{1128A}-\u{1128D}\u{1128F}-\u{1129D}\u{1129F}-\u{112A9}\u{112B0}-\u{112DE}\u{112E0}-\u{112E2}\u{112F0}-\u{112F9}\u{11302}\u{11303}\u{11305}-\u{1130C}\u{1130F}\u{11310}\u{11313}-\u{11328}\u{1132A}-\u{11330}\u{11332}\u{11333}\u{11335}-\u{11339}\u{1133D}-\u{1133F}\u{11341}-\u{11344}\u{11347}\u{11348}\u{1134B}-\u{1134D}\u{11350}\u{11357}\u{1135D}-\u{11363}\u{11400}-\u{11437}\u{11440}\u{11441}\u{11445}\u{11447}-\u{1145B}\u{1145D}\u{1145F}-\u{11461}\u{11480}-\u{114B2}\u{114B9}\u{114BB}-\u{114BE}\u{114C1}\u{114C4}-\u{114C7}\u{114D0}-\u{114D9}\u{11580}-\u{115B1}\u{115B8}-\u{115BB}\u{115BE}\u{115C1}-\u{115DB}\u{11600}-\u{11632}\u{1163B}\u{1163C}\u{1163E}\u{11641}-\u{11644}\u{11650}-\u{11659}\u{11680}-\u{116AA}\u{116AC}\u{116AE}\u{116AF}\u{116B6}\u{116B8}\u{116B9}\u{116C0}-\u{116C9}\u{11700}-\u{1171A}\u{11720}\u{11721}\u{11726}\u{11730}-\u{11746}\u{11800}-\u{1182E}\u{11838}\u{1183B}\u{118A0}-\u{118F2}\u{118FF}-\u{11906}\u{11909}\u{1190C}-\u{11913}\u{11915}\u{11916}\u{11918}-\u{11935}\u{11937}\u{11938}\u{1193D}\u{1193F}-\u{11942}\u{11944}-\u{11946}\u{11950}-\u{11959}\u{119A0}-\u{119A7}\u{119AA}-\u{119D3}\u{119DC}-\u{119DF}\u{119E1}-\u{119E4}\u{11A00}\u{11A07}\u{11A08}\u{11A0B}-\u{11A32}\u{11A39}\u{11A3A}\u{11A3F}-\u{11A46}\u{11A50}\u{11A57}\u{11A58}\u{11A5C}-\u{11A89}\u{11A97}\u{11A9A}-\u{11AA2}\u{11AB0}-\u{11AF8}\u{11B00}-\u{11B09}\u{11C00}-\u{11C08}\u{11C0A}-\u{11C2F}\u{11C3E}-\u{11C45}\u{11C50}-\u{11C6C}\u{11C70}-\u{11C8F}\u{11CA9}\u{11CB1}\u{11CB4}\u{11D00}-\u{11D06}\u{11D08}\u{11D09}\u{11D0B}-\u{11D30}\u{11D46}\u{11D50}-\u{11D59}\u{11D60}-\u{11D65}\u{11D67}\u{11D68}\u{11D6A}-\u{11D8E}\u{11D93}\u{11D94}\u{11D96}\u{11D98}\u{11DA0}-\u{11DA9}\u{11EE0}-\u{11EF2}\u{11EF5}-\u{11EF8}\u{11F02}-\u{11F10}\u{11F12}-\u{11F35}\u{11F3E}\u{11F3F}\u{11F41}\u{11F43}-\u{11F59}\u{11FB0}\u{11FC0}-\u{11FD4}\u{11FFF}-\u{12399}\u{12400}-\u{1246E}\u{12470}-\u{12474}\u{12480}-\u{12543}\u{12F90}-\u{12FF2}\u{13000}-\u{1343F}\u{13441}-\u{13446}\u{14400}-\u{14646}\u{16800}-\u{16A38}\u{16A40}-\u{16A5E}\u{16A60}-\u{16A69}\u{16A6E}-\u{16ABE}\u{16AC0}-\u{16AC9}\u{16AD0}-\u{16AED}\u{16AF5}\u{16B00}-\u{16B2F}\u{16B37}-\u{16B45}\u{16B50}-\u{16B59}\u{16B5B}-\u{16B61}\u{16B63}-\u{16B77}\u{16B7D}-\u{16B8F}\u{16E40}-\u{16E9A}\u{16F00}-\u{16F4A}\u{16F50}-\u{16F87}\u{16F93}-\u{16F9F}\u{16FE0}\u{16FE1}\u{16FE3}\u{16FF0}\u{16FF1}\u{17000}-\u{187F7}\u{18800}-\u{18CD5}\u{18D00}-\u{18D08}\u{1AFF0}-\u{1AFF3}\u{1AFF5}-\u{1AFFB}\u{1AFFD}\u{1AFFE}\u{1B000}-\u{1B122}\u{1B132}\u{1B150}-\u{1B152}\u{1B155}\u{1B164}-\u{1B167}\u{1B170}-\u{1B2FB}\u{1BC00}-\u{1BC6A}\u{1BC70}-\u{1BC7C}\u{1BC80}-\u{1BC88}\u{1BC90}-\u{1BC99}\u{1BC9C}\u{1BC9F}\u{1CF50}-\u{1CFC3}\u{1D000}-\u{1D0F5}\u{1D100}-\u{1D126}\u{1D129}-\u{1D166}\u{1D16A}-\u{1D172}\u{1D183}\u{1D184}\u{1D18C}-\u{1D1A9}\u{1D1AE}-\u{1D1E8}\u{1D2C0}-\u{1D2D3}\u{1D2E0}-\u{1D2F3}\u{1D360}-\u{1D378}\u{1D400}-\u{1D454}\u{1D456}-\u{1D49C}\u{1D49E}\u{1D49F}\u{1D4A2}\u{1D4A5}\u{1D4A6}\u{1D4A9}-\u{1D4AC}\u{1D4AE}-\u{1D4B9}\u{1D4BB}\u{1D4BD}-\u{1D4C3}\u{1D4C5}-\u{1D505}\u{1D507}-\u{1D50A}\u{1D50D}-\u{1D514}\u{1D516}-\u{1D51C}\u{1D51E}-\u{1D539}\u{1D53B}-\u{1D53E}\u{1D540}-\u{1D544}\u{1D546}\u{1D54A}-\u{1D550}\u{1D552}-\u{1D6A5}\u{1D6A8}-\u{1D6DA}\u{1D6DC}-\u{1D714}\u{1D716}-\u{1D74E}\u{1D750}-\u{1D788}\u{1D78A}-\u{1D7C2}\u{1D7C4}-\u{1D7CB}\u{1D800}-\u{1D9FF}\u{1DA37}-\u{1DA3A}\u{1DA6D}-\u{1DA74}\u{1DA76}-\u{1DA83}\u{1DA85}-\u{1DA8B}\u{1DF00}-\u{1DF1E}\u{1DF25}-\u{1DF2A}\u{1E030}-\u{1E06D}\u{1E100}-\u{1E12C}\u{1E137}-\u{1E13D}\u{1E140}-\u{1E149}\u{1E14E}\u{1E14F}\u{1E290}-\u{1E2AD}\u{1E2C0}-\u{1E2EB}\u{1E2F0}-\u{1E2F9}\u{1E4D0}-\u{1E4EB}\u{1E4F0}-\u{1E4F9}\u{1E7E0}-\u{1E7E6}\u{1E7E8}-\u{1E7EB}\u{1E7ED}\u{1E7EE}\u{1E7F0}-\u{1E7FE}\u{1F110}-\u{1F12E}\u{1F130}-\u{1F169}\u{1F170}-\u{1F1AC}\u{1F1E6}-\u{1F202}\u{1F210}-\u{1F23B}\u{1F240}-\u{1F248}\u{1F250}\u{1F251}\u{20000}-\u{2A6DF}\u{2A700}-\u{2B739}\u{2B740}-\u{2B81D}\u{2B820}-\u{2CEA1}\u{2CEB0}-\u{2EBE0}\u{2EBF0}-\u{2EE5D}\u{2F800}-\u{2FA1D}\u{30000}-\u{3134A}\u{31350}-\u{323AF}\u{F0000}-\u{FFFFD}\u{100000}-\u{10FFFD}]/u, mf = /[\u05BE\u05C0\u05C3\u05C6\u05D0-\u05EA\u05EF-\u05F4\u0608\u060B\u060D\u061B-\u064A\u066D-\u066F\u0671-\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u070D\u070F\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07C0-\u07EA\u07F4\u07F5\u07FA\u07FE-\u0815\u081A\u0824\u0828\u0830-\u083E\u0840-\u0858\u085E\u0860-\u086A\u0870-\u088E\u08A0-\u08C9\u200F\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBC2\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFC\uFE70-\uFE74\uFE76-\uFEFC\u{10800}-\u{10805}\u{10808}\u{1080A}-\u{10835}\u{10837}\u{10838}\u{1083C}\u{1083F}-\u{10855}\u{10857}-\u{1089E}\u{108A7}-\u{108AF}\u{108E0}-\u{108F2}\u{108F4}\u{108F5}\u{108FB}-\u{1091B}\u{10920}-\u{10939}\u{1093F}\u{10980}-\u{109B7}\u{109BC}-\u{109CF}\u{109D2}-\u{10A00}\u{10A10}-\u{10A13}\u{10A15}-\u{10A17}\u{10A19}-\u{10A35}\u{10A40}-\u{10A48}\u{10A50}-\u{10A58}\u{10A60}-\u{10A9F}\u{10AC0}-\u{10AE4}\u{10AEB}-\u{10AF6}\u{10B00}-\u{10B35}\u{10B40}-\u{10B55}\u{10B58}-\u{10B72}\u{10B78}-\u{10B91}\u{10B99}-\u{10B9C}\u{10BA9}-\u{10BAF}\u{10C00}-\u{10C48}\u{10C80}-\u{10CB2}\u{10CC0}-\u{10CF2}\u{10CFA}-\u{10D23}\u{10E80}-\u{10EA9}\u{10EAD}\u{10EB0}\u{10EB1}\u{10F00}-\u{10F27}\u{10F30}-\u{10F45}\u{10F51}-\u{10F59}\u{10F70}-\u{10F81}\u{10F86}-\u{10F89}\u{10FB0}-\u{10FCB}\u{10FE0}-\u{10FF6}\u{1E800}-\u{1E8C4}\u{1E8C7}-\u{1E8CF}\u{1E900}-\u{1E943}\u{1E94B}\u{1E950}-\u{1E959}\u{1E95E}\u{1E95F}\u{1EC71}-\u{1ECB4}\u{1ED01}-\u{1ED3D}\u{1EE00}-\u{1EE03}\u{1EE05}-\u{1EE1F}\u{1EE21}\u{1EE22}\u{1EE24}\u{1EE27}\u{1EE29}-\u{1EE32}\u{1EE34}-\u{1EE37}\u{1EE39}\u{1EE3B}\u{1EE42}\u{1EE47}\u{1EE49}\u{1EE4B}\u{1EE4D}-\u{1EE4F}\u{1EE51}\u{1EE52}\u{1EE54}\u{1EE57}\u{1EE59}\u{1EE5B}\u{1EE5D}\u{1EE5F}\u{1EE61}\u{1EE62}\u{1EE64}\u{1EE67}-\u{1EE6A}\u{1EE6C}-\u{1EE72}\u{1EE74}-\u{1EE77}\u{1EE79}-\u{1EE7C}\u{1EE7E}\u{1EE80}-\u{1EE89}\u{1EE8B}-\u{1EE9B}\u{1EEA1}-\u{1EEA3}\u{1EEA5}-\u{1EEA9}\u{1EEAB}-\u{1EEBB}]/u, gf = /^[\0-\x08\x0E-\x1B!-@\[-`\{-\x84\x86-\xA9\xAB-\xB4\xB6-\xB9\xBB-\xBF\xD7\xF7\u02B9\u02BA\u02C2-\u02CF\u02D2-\u02DF\u02E5-\u02ED\u02EF-\u036F\u0374\u0375\u037E\u0384\u0385\u0387\u03F6\u0483-\u0489\u058A\u058D-\u058F\u0591-\u05C7\u05D0-\u05EA\u05EF-\u05F4\u0600-\u070D\u070F-\u074A\u074D-\u07B1\u07C0-\u07FA\u07FD-\u082D\u0830-\u083E\u0840-\u085B\u085E\u0860-\u086A\u0870-\u088E\u0890\u0891\u0898-\u0902\u093A\u093C\u0941-\u0948\u094D\u0951-\u0957\u0962\u0963\u0981\u09BC\u09C1-\u09C4\u09CD\u09E2\u09E3\u09F2\u09F3\u09FB\u09FE\u0A01\u0A02\u0A3C\u0A41\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81\u0A82\u0ABC\u0AC1-\u0AC5\u0AC7\u0AC8\u0ACD\u0AE2\u0AE3\u0AF1\u0AFA-\u0AFF\u0B01\u0B3C\u0B3F\u0B41-\u0B44\u0B4D\u0B55\u0B56\u0B62\u0B63\u0B82\u0BC0\u0BCD\u0BF3-\u0BFA\u0C00\u0C04\u0C3C\u0C3E-\u0C40\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C78-\u0C7E\u0C81\u0CBC\u0CCC\u0CCD\u0CE2\u0CE3\u0D00\u0D01\u0D3B\u0D3C\u0D41-\u0D44\u0D4D\u0D62\u0D63\u0D81\u0DCA\u0DD2-\u0DD4\u0DD6\u0E31\u0E34-\u0E3A\u0E3F\u0E47-\u0E4E\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0F18\u0F19\u0F35\u0F37\u0F39-\u0F3D\u0F71-\u0F7E\u0F80-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102D-\u1030\u1032-\u1037\u1039\u103A\u103D\u103E\u1058\u1059\u105E-\u1060\u1071-\u1074\u1082\u1085\u1086\u108D\u109D\u135D-\u135F\u1390-\u1399\u1400\u169B\u169C\u1712-\u1714\u1732\u1733\u1752\u1753\u1772\u1773\u17B4\u17B5\u17B7-\u17BD\u17C6\u17C9-\u17D3\u17DB\u17DD\u17F0-\u17F9\u1800-\u180F\u1885\u1886\u18A9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193B\u1940\u1944\u1945\u19DE-\u19FF\u1A17\u1A18\u1A1B\u1A56\u1A58-\u1A5E\u1A60\u1A62\u1A65-\u1A6C\u1A73-\u1A7C\u1A7F\u1AB0-\u1ACE\u1B00-\u1B03\u1B34\u1B36-\u1B3A\u1B3C\u1B42\u1B6B-\u1B73\u1B80\u1B81\u1BA2-\u1BA5\u1BA8\u1BA9\u1BAB-\u1BAD\u1BE6\u1BE8\u1BE9\u1BED\u1BEF-\u1BF1\u1C2C-\u1C33\u1C36\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE0\u1CE2-\u1CE8\u1CED\u1CF4\u1CF8\u1CF9\u1DC0-\u1DFF\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u200B-\u200D\u200F-\u2027\u202F-\u205E\u2060-\u2064\u206A-\u2070\u2074-\u207E\u2080-\u208E\u20A0-\u20C0\u20D0-\u20F0\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u2150-\u215F\u2189-\u218B\u2190-\u2335\u237B-\u2394\u2396-\u2426\u2440-\u244A\u2460-\u249B\u24EA-\u26AB\u26AD-\u27FF\u2900-\u2B73\u2B76-\u2B95\u2B97-\u2BFF\u2CE5-\u2CEA\u2CEF-\u2CF1\u2CF9-\u2CFF\u2D7F\u2DE0-\u2E5D\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFF\u3001-\u3004\u3008-\u3020\u302A-\u302D\u3030\u3036\u3037\u303D-\u303F\u3099-\u309C\u30A0\u30FB\u31C0-\u31E3\u31EF\u321D\u321E\u3250-\u325F\u327C-\u327E\u32B1-\u32BF\u32CC-\u32CF\u3377-\u337A\u33DE\u33DF\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA60D-\uA60F\uA66F-\uA67F\uA69E\uA69F\uA6F0\uA6F1\uA700-\uA721\uA788\uA802\uA806\uA80B\uA825\uA826\uA828-\uA82C\uA838\uA839\uA874-\uA877\uA8C4\uA8C5\uA8E0-\uA8F1\uA8FF\uA926-\uA92D\uA947-\uA951\uA980-\uA982\uA9B3\uA9B6-\uA9B9\uA9BC\uA9BD\uA9E5\uAA29-\uAA2E\uAA31\uAA32\uAA35\uAA36\uAA43\uAA4C\uAA7C\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEC\uAAED\uAAF6\uAB6A\uAB6B\uABE5\uABE8\uABED\uFB1D-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBC2\uFBD3-\uFD8F\uFD92-\uFDC7\uFDCF\uFDF0-\uFE19\uFE20-\uFE52\uFE54-\uFE66\uFE68-\uFE6B\uFE70-\uFE74\uFE76-\uFEFC\uFEFF\uFF01-\uFF20\uFF3B-\uFF40\uFF5B-\uFF65\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFF9-\uFFFD\u{10101}\u{10140}-\u{1018C}\u{10190}-\u{1019C}\u{101A0}\u{101FD}\u{102E0}-\u{102FB}\u{10376}-\u{1037A}\u{10800}-\u{10805}\u{10808}\u{1080A}-\u{10835}\u{10837}\u{10838}\u{1083C}\u{1083F}-\u{10855}\u{10857}-\u{1089E}\u{108A7}-\u{108AF}\u{108E0}-\u{108F2}\u{108F4}\u{108F5}\u{108FB}-\u{1091B}\u{1091F}-\u{10939}\u{1093F}\u{10980}-\u{109B7}\u{109BC}-\u{109CF}\u{109D2}-\u{10A03}\u{10A05}\u{10A06}\u{10A0C}-\u{10A13}\u{10A15}-\u{10A17}\u{10A19}-\u{10A35}\u{10A38}-\u{10A3A}\u{10A3F}-\u{10A48}\u{10A50}-\u{10A58}\u{10A60}-\u{10A9F}\u{10AC0}-\u{10AE6}\u{10AEB}-\u{10AF6}\u{10B00}-\u{10B35}\u{10B39}-\u{10B55}\u{10B58}-\u{10B72}\u{10B78}-\u{10B91}\u{10B99}-\u{10B9C}\u{10BA9}-\u{10BAF}\u{10C00}-\u{10C48}\u{10C80}-\u{10CB2}\u{10CC0}-\u{10CF2}\u{10CFA}-\u{10D27}\u{10D30}-\u{10D39}\u{10E60}-\u{10E7E}\u{10E80}-\u{10EA9}\u{10EAB}-\u{10EAD}\u{10EB0}\u{10EB1}\u{10EFD}-\u{10F27}\u{10F30}-\u{10F59}\u{10F70}-\u{10F89}\u{10FB0}-\u{10FCB}\u{10FE0}-\u{10FF6}\u{11001}\u{11038}-\u{11046}\u{11052}-\u{11065}\u{11070}\u{11073}\u{11074}\u{1107F}-\u{11081}\u{110B3}-\u{110B6}\u{110B9}\u{110BA}\u{110C2}\u{11100}-\u{11102}\u{11127}-\u{1112B}\u{1112D}-\u{11134}\u{11173}\u{11180}\u{11181}\u{111B6}-\u{111BE}\u{111C9}-\u{111CC}\u{111CF}\u{1122F}-\u{11231}\u{11234}\u{11236}\u{11237}\u{1123E}\u{11241}\u{112DF}\u{112E3}-\u{112EA}\u{11300}\u{11301}\u{1133B}\u{1133C}\u{11340}\u{11366}-\u{1136C}\u{11370}-\u{11374}\u{11438}-\u{1143F}\u{11442}-\u{11444}\u{11446}\u{1145E}\u{114B3}-\u{114B8}\u{114BA}\u{114BF}\u{114C0}\u{114C2}\u{114C3}\u{115B2}-\u{115B5}\u{115BC}\u{115BD}\u{115BF}\u{115C0}\u{115DC}\u{115DD}\u{11633}-\u{1163A}\u{1163D}\u{1163F}\u{11640}\u{11660}-\u{1166C}\u{116AB}\u{116AD}\u{116B0}-\u{116B5}\u{116B7}\u{1171D}-\u{1171F}\u{11722}-\u{11725}\u{11727}-\u{1172B}\u{1182F}-\u{11837}\u{11839}\u{1183A}\u{1193B}\u{1193C}\u{1193E}\u{11943}\u{119D4}-\u{119D7}\u{119DA}\u{119DB}\u{119E0}\u{11A01}-\u{11A06}\u{11A09}\u{11A0A}\u{11A33}-\u{11A38}\u{11A3B}-\u{11A3E}\u{11A47}\u{11A51}-\u{11A56}\u{11A59}-\u{11A5B}\u{11A8A}-\u{11A96}\u{11A98}\u{11A99}\u{11C30}-\u{11C36}\u{11C38}-\u{11C3D}\u{11C92}-\u{11CA7}\u{11CAA}-\u{11CB0}\u{11CB2}\u{11CB3}\u{11CB5}\u{11CB6}\u{11D31}-\u{11D36}\u{11D3A}\u{11D3C}\u{11D3D}\u{11D3F}-\u{11D45}\u{11D47}\u{11D90}\u{11D91}\u{11D95}\u{11D97}\u{11EF3}\u{11EF4}\u{11F00}\u{11F01}\u{11F36}-\u{11F3A}\u{11F40}\u{11F42}\u{11FD5}-\u{11FF1}\u{13440}\u{13447}-\u{13455}\u{16AF0}-\u{16AF4}\u{16B30}-\u{16B36}\u{16F4F}\u{16F8F}-\u{16F92}\u{16FE2}\u{16FE4}\u{1BC9D}\u{1BC9E}\u{1BCA0}-\u{1BCA3}\u{1CF00}-\u{1CF2D}\u{1CF30}-\u{1CF46}\u{1D167}-\u{1D169}\u{1D173}-\u{1D182}\u{1D185}-\u{1D18B}\u{1D1AA}-\u{1D1AD}\u{1D1E9}\u{1D1EA}\u{1D200}-\u{1D245}\u{1D300}-\u{1D356}\u{1D6DB}\u{1D715}\u{1D74F}\u{1D789}\u{1D7C3}\u{1D7CE}-\u{1D7FF}\u{1DA00}-\u{1DA36}\u{1DA3B}-\u{1DA6C}\u{1DA75}\u{1DA84}\u{1DA9B}-\u{1DA9F}\u{1DAA1}-\u{1DAAF}\u{1E000}-\u{1E006}\u{1E008}-\u{1E018}\u{1E01B}-\u{1E021}\u{1E023}\u{1E024}\u{1E026}-\u{1E02A}\u{1E08F}\u{1E130}-\u{1E136}\u{1E2AE}\u{1E2EC}-\u{1E2EF}\u{1E2FF}\u{1E4EC}-\u{1E4EF}\u{1E800}-\u{1E8C4}\u{1E8C7}-\u{1E8D6}\u{1E900}-\u{1E94B}\u{1E950}-\u{1E959}\u{1E95E}\u{1E95F}\u{1EC71}-\u{1ECB4}\u{1ED01}-\u{1ED3D}\u{1EE00}-\u{1EE03}\u{1EE05}-\u{1EE1F}\u{1EE21}\u{1EE22}\u{1EE24}\u{1EE27}\u{1EE29}-\u{1EE32}\u{1EE34}-\u{1EE37}\u{1EE39}\u{1EE3B}\u{1EE42}\u{1EE47}\u{1EE49}\u{1EE4B}\u{1EE4D}-\u{1EE4F}\u{1EE51}\u{1EE52}\u{1EE54}\u{1EE57}\u{1EE59}\u{1EE5B}\u{1EE5D}\u{1EE5F}\u{1EE61}\u{1EE62}\u{1EE64}\u{1EE67}-\u{1EE6A}\u{1EE6C}-\u{1EE72}\u{1EE74}-\u{1EE77}\u{1EE79}-\u{1EE7C}\u{1EE7E}\u{1EE80}-\u{1EE89}\u{1EE8B}-\u{1EE9B}\u{1EEA1}-\u{1EEA3}\u{1EEA5}-\u{1EEA9}\u{1EEAB}-\u{1EEBB}\u{1EEF0}\u{1EEF1}\u{1F000}-\u{1F02B}\u{1F030}-\u{1F093}\u{1F0A0}-\u{1F0AE}\u{1F0B1}-\u{1F0BF}\u{1F0C1}-\u{1F0CF}\u{1F0D1}-\u{1F0F5}\u{1F100}-\u{1F10F}\u{1F12F}\u{1F16A}-\u{1F16F}\u{1F1AD}\u{1F260}-\u{1F265}\u{1F300}-\u{1F6D7}\u{1F6DC}-\u{1F6EC}\u{1F6F0}-\u{1F6FC}\u{1F700}-\u{1F776}\u{1F77B}-\u{1F7D9}\u{1F7E0}-\u{1F7EB}\u{1F7F0}\u{1F800}-\u{1F80B}\u{1F810}-\u{1F847}\u{1F850}-\u{1F859}\u{1F860}-\u{1F887}\u{1F890}-\u{1F8AD}\u{1F8B0}\u{1F8B1}\u{1F900}-\u{1FA53}\u{1FA60}-\u{1FA6D}\u{1FA70}-\u{1FA7C}\u{1FA80}-\u{1FA88}\u{1FA90}-\u{1FABD}\u{1FABF}-\u{1FAC5}\u{1FACE}-\u{1FADB}\u{1FAE0}-\u{1FAE8}\u{1FAF0}-\u{1FAF8}\u{1FB00}-\u{1FB92}\u{1FB94}-\u{1FBCA}\u{1FBF0}-\u{1FBF9}\u{E0001}\u{E0020}-\u{E007F}\u{E0100}-\u{E01EF}]*$/u, xf = /[0-9\xB2\xB3\xB9\u05BE\u05C0\u05C3\u05C6\u05D0-\u05EA\u05EF-\u05F4\u0600-\u0605\u0608\u060B\u060D\u061B-\u064A\u0660-\u0669\u066B-\u066F\u0671-\u06D5\u06DD\u06E5\u06E6\u06EE-\u070D\u070F\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07C0-\u07EA\u07F4\u07F5\u07FA\u07FE-\u0815\u081A\u0824\u0828\u0830-\u083E\u0840-\u0858\u085E\u0860-\u086A\u0870-\u088E\u0890\u0891\u08A0-\u08C9\u08E2\u200F\u2070\u2074-\u2079\u2080-\u2089\u2488-\u249B\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBC2\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFC\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\u{102E1}-\u{102FB}\u{10800}-\u{10805}\u{10808}\u{1080A}-\u{10835}\u{10837}\u{10838}\u{1083C}\u{1083F}-\u{10855}\u{10857}-\u{1089E}\u{108A7}-\u{108AF}\u{108E0}-\u{108F2}\u{108F4}\u{108F5}\u{108FB}-\u{1091B}\u{10920}-\u{10939}\u{1093F}\u{10980}-\u{109B7}\u{109BC}-\u{109CF}\u{109D2}-\u{10A00}\u{10A10}-\u{10A13}\u{10A15}-\u{10A17}\u{10A19}-\u{10A35}\u{10A40}-\u{10A48}\u{10A50}-\u{10A58}\u{10A60}-\u{10A9F}\u{10AC0}-\u{10AE4}\u{10AEB}-\u{10AF6}\u{10B00}-\u{10B35}\u{10B40}-\u{10B55}\u{10B58}-\u{10B72}\u{10B78}-\u{10B91}\u{10B99}-\u{10B9C}\u{10BA9}-\u{10BAF}\u{10C00}-\u{10C48}\u{10C80}-\u{10CB2}\u{10CC0}-\u{10CF2}\u{10CFA}-\u{10D23}\u{10D30}-\u{10D39}\u{10E60}-\u{10E7E}\u{10E80}-\u{10EA9}\u{10EAD}\u{10EB0}\u{10EB1}\u{10F00}-\u{10F27}\u{10F30}-\u{10F45}\u{10F51}-\u{10F59}\u{10F70}-\u{10F81}\u{10F86}-\u{10F89}\u{10FB0}-\u{10FCB}\u{10FE0}-\u{10FF6}\u{1D7CE}-\u{1D7FF}\u{1E800}-\u{1E8C4}\u{1E8C7}-\u{1E8CF}\u{1E900}-\u{1E943}\u{1E94B}\u{1E950}-\u{1E959}\u{1E95E}\u{1E95F}\u{1EC71}-\u{1ECB4}\u{1ED01}-\u{1ED3D}\u{1EE00}-\u{1EE03}\u{1EE05}-\u{1EE1F}\u{1EE21}\u{1EE22}\u{1EE24}\u{1EE27}\u{1EE29}-\u{1EE32}\u{1EE34}-\u{1EE37}\u{1EE39}\u{1EE3B}\u{1EE42}\u{1EE47}\u{1EE49}\u{1EE4B}\u{1EE4D}-\u{1EE4F}\u{1EE51}\u{1EE52}\u{1EE54}\u{1EE57}\u{1EE59}\u{1EE5B}\u{1EE5D}\u{1EE5F}\u{1EE61}\u{1EE62}\u{1EE64}\u{1EE67}-\u{1EE6A}\u{1EE6C}-\u{1EE72}\u{1EE74}-\u{1EE77}\u{1EE79}-\u{1EE7C}\u{1EE7E}\u{1EE80}-\u{1EE89}\u{1EE8B}-\u{1EE9B}\u{1EEA1}-\u{1EEA3}\u{1EEA5}-\u{1EEA9}\u{1EEAB}-\u{1EEBB}\u{1F100}-\u{1F10A}\u{1FBF0}-\u{1FBF9}][\u0300-\u036F\u0483-\u0489\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0898-\u089F\u08CA-\u08E1\u08E3-\u0902\u093A\u093C\u0941-\u0948\u094D\u0951-\u0957\u0962\u0963\u0981\u09BC\u09C1-\u09C4\u09CD\u09E2\u09E3\u09FE\u0A01\u0A02\u0A3C\u0A41\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81\u0A82\u0ABC\u0AC1-\u0AC5\u0AC7\u0AC8\u0ACD\u0AE2\u0AE3\u0AFA-\u0AFF\u0B01\u0B3C\u0B3F\u0B41-\u0B44\u0B4D\u0B55\u0B56\u0B62\u0B63\u0B82\u0BC0\u0BCD\u0C00\u0C04\u0C3C\u0C3E-\u0C40\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C81\u0CBC\u0CCC\u0CCD\u0CE2\u0CE3\u0D00\u0D01\u0D3B\u0D3C\u0D41-\u0D44\u0D4D\u0D62\u0D63\u0D81\u0DCA\u0DD2-\u0DD4\u0DD6\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0F18\u0F19\u0F35\u0F37\u0F39\u0F71-\u0F7E\u0F80-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102D-\u1030\u1032-\u1037\u1039\u103A\u103D\u103E\u1058\u1059\u105E-\u1060\u1071-\u1074\u1082\u1085\u1086\u108D\u109D\u135D-\u135F\u1712-\u1714\u1732\u1733\u1752\u1753\u1772\u1773\u17B4\u17B5\u17B7-\u17BD\u17C6\u17C9-\u17D3\u17DD\u180B-\u180D\u180F\u1885\u1886\u18A9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193B\u1A17\u1A18\u1A1B\u1A56\u1A58-\u1A5E\u1A60\u1A62\u1A65-\u1A6C\u1A73-\u1A7C\u1A7F\u1AB0-\u1ACE\u1B00-\u1B03\u1B34\u1B36-\u1B3A\u1B3C\u1B42\u1B6B-\u1B73\u1B80\u1B81\u1BA2-\u1BA5\u1BA8\u1BA9\u1BAB-\u1BAD\u1BE6\u1BE8\u1BE9\u1BED\u1BEF-\u1BF1\u1C2C-\u1C33\u1C36\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE0\u1CE2-\u1CE8\u1CED\u1CF4\u1CF8\u1CF9\u1DC0-\u1DFF\u20D0-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302D\u3099\u309A\uA66F-\uA672\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA825\uA826\uA82C\uA8C4\uA8C5\uA8E0-\uA8F1\uA8FF\uA926-\uA92D\uA947-\uA951\uA980-\uA982\uA9B3\uA9B6-\uA9B9\uA9BC\uA9BD\uA9E5\uAA29-\uAA2E\uAA31\uAA32\uAA35\uAA36\uAA43\uAA4C\uAA7C\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEC\uAAED\uAAF6\uABE5\uABE8\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\u{101FD}\u{102E0}\u{10376}-\u{1037A}\u{10A01}-\u{10A03}\u{10A05}\u{10A06}\u{10A0C}-\u{10A0F}\u{10A38}-\u{10A3A}\u{10A3F}\u{10AE5}\u{10AE6}\u{10D24}-\u{10D27}\u{10EAB}\u{10EAC}\u{10EFD}-\u{10EFF}\u{10F46}-\u{10F50}\u{10F82}-\u{10F85}\u{11001}\u{11038}-\u{11046}\u{11070}\u{11073}\u{11074}\u{1107F}-\u{11081}\u{110B3}-\u{110B6}\u{110B9}\u{110BA}\u{110C2}\u{11100}-\u{11102}\u{11127}-\u{1112B}\u{1112D}-\u{11134}\u{11173}\u{11180}\u{11181}\u{111B6}-\u{111BE}\u{111C9}-\u{111CC}\u{111CF}\u{1122F}-\u{11231}\u{11234}\u{11236}\u{11237}\u{1123E}\u{11241}\u{112DF}\u{112E3}-\u{112EA}\u{11300}\u{11301}\u{1133B}\u{1133C}\u{11340}\u{11366}-\u{1136C}\u{11370}-\u{11374}\u{11438}-\u{1143F}\u{11442}-\u{11444}\u{11446}\u{1145E}\u{114B3}-\u{114B8}\u{114BA}\u{114BF}\u{114C0}\u{114C2}\u{114C3}\u{115B2}-\u{115B5}\u{115BC}\u{115BD}\u{115BF}\u{115C0}\u{115DC}\u{115DD}\u{11633}-\u{1163A}\u{1163D}\u{1163F}\u{11640}\u{116AB}\u{116AD}\u{116B0}-\u{116B5}\u{116B7}\u{1171D}-\u{1171F}\u{11722}-\u{11725}\u{11727}-\u{1172B}\u{1182F}-\u{11837}\u{11839}\u{1183A}\u{1193B}\u{1193C}\u{1193E}\u{11943}\u{119D4}-\u{119D7}\u{119DA}\u{119DB}\u{119E0}\u{11A01}-\u{11A06}\u{11A09}\u{11A0A}\u{11A33}-\u{11A38}\u{11A3B}-\u{11A3E}\u{11A47}\u{11A51}-\u{11A56}\u{11A59}-\u{11A5B}\u{11A8A}-\u{11A96}\u{11A98}\u{11A99}\u{11C30}-\u{11C36}\u{11C38}-\u{11C3D}\u{11C92}-\u{11CA7}\u{11CAA}-\u{11CB0}\u{11CB2}\u{11CB3}\u{11CB5}\u{11CB6}\u{11D31}-\u{11D36}\u{11D3A}\u{11D3C}\u{11D3D}\u{11D3F}-\u{11D45}\u{11D47}\u{11D90}\u{11D91}\u{11D95}\u{11D97}\u{11EF3}\u{11EF4}\u{11F00}\u{11F01}\u{11F36}-\u{11F3A}\u{11F40}\u{11F42}\u{13440}\u{13447}-\u{13455}\u{16AF0}-\u{16AF4}\u{16B30}-\u{16B36}\u{16F4F}\u{16F8F}-\u{16F92}\u{16FE4}\u{1BC9D}\u{1BC9E}\u{1CF00}-\u{1CF2D}\u{1CF30}-\u{1CF46}\u{1D167}-\u{1D169}\u{1D17B}-\u{1D182}\u{1D185}-\u{1D18B}\u{1D1AA}-\u{1D1AD}\u{1D242}-\u{1D244}\u{1DA00}-\u{1DA36}\u{1DA3B}-\u{1DA6C}\u{1DA75}\u{1DA84}\u{1DA9B}-\u{1DA9F}\u{1DAA1}-\u{1DAAF}\u{1E000}-\u{1E006}\u{1E008}-\u{1E018}\u{1E01B}-\u{1E021}\u{1E023}\u{1E024}\u{1E026}-\u{1E02A}\u{1E08F}\u{1E130}-\u{1E136}\u{1E2AE}\u{1E2EC}-\u{1E2EF}\u{1E4EC}-\u{1E4EF}\u{1E8D0}-\u{1E8D6}\u{1E944}-\u{1E94A}\u{E0100}-\u{E01EF}]*$/u, yf = /[0-9\xB2\xB3\xB9\u06F0-\u06F9\u2070\u2074-\u2079\u2080-\u2089\u2488-\u249B\uFF10-\uFF19\u{102E1}-\u{102FB}\u{1D7CE}-\u{1D7FF}\u{1F100}-\u{1F10A}\u{1FBF0}-\u{1FBF9}]/u, Ef = /[\u0600-\u0605\u0660-\u0669\u066B\u066C\u06DD\u0890\u0891\u08E2\u{10D30}-\u{10D39}\u{10E60}-\u{10E7E}]/u, Af = /^[\0-\x08\x0E-\x1B!-\x84\x86-\u0377\u037A-\u037F\u0384-\u038A\u038C\u038E-\u03A1\u03A3-\u052F\u0531-\u0556\u0559-\u058A\u058D-\u058F\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0606\u0607\u0609\u060A\u060C\u060E-\u061A\u064B-\u065F\u066A\u0670\u06D6-\u06DC\u06DE-\u06E4\u06E7-\u06ED\u06F0-\u06F9\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u07F6-\u07F9\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0898-\u089F\u08CA-\u08E1\u08E3-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09FE\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A76\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AF1\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B77\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BFA\u0C00-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3C-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C5D\u0C60-\u0C63\u0C66-\u0C6F\u0C77-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDD\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1-\u0CF3\u0D00-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4F\u0D54-\u0D63\u0D66-\u0D7F\u0D81-\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2-\u0DF4\u0E01-\u0E3A\u0E3F-\u0E5B\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECE\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00-\u0F47\u0F49-\u0F6C\u0F71-\u0F97\u0F99-\u0FBC\u0FBE-\u0FCC\u0FCE-\u0FDA\u1000-\u10C5\u10C7\u10CD\u10D0-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u137C\u1380-\u1399\u13A0-\u13F5\u13F8-\u13FD\u1400-\u167F\u1681-\u169C\u16A0-\u16F8\u1700-\u1715\u171F-\u1736\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17DD\u17E0-\u17E9\u17F0-\u17F9\u1800-\u1819\u1820-\u1878\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1940\u1944-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u19DE-\u1A1B\u1A1E-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA0-\u1AAD\u1AB0-\u1ACE\u1B00-\u1B4C\u1B50-\u1B7E\u1B80-\u1BF3\u1BFC-\u1C37\u1C3B-\u1C49\u1C4D-\u1C88\u1C90-\u1CBA\u1CBD-\u1CC7\u1CD0-\u1CFA\u1D00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FC4\u1FC6-\u1FD3\u1FD6-\u1FDB\u1FDD-\u1FEF\u1FF2-\u1FF4\u1FF6-\u1FFE\u200B-\u200E\u2010-\u2027\u202F-\u205E\u2060-\u2064\u206A-\u2071\u2074-\u208E\u2090-\u209C\u20A0-\u20C0\u20D0-\u20F0\u2100-\u218B\u2190-\u2426\u2440-\u244A\u2460-\u2B73\u2B76-\u2B95\u2B97-\u2CF3\u2CF9-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D70\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2E5D\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFF\u3001-\u303F\u3041-\u3096\u3099-\u30FF\u3105-\u312F\u3131-\u318E\u3190-\u31E3\u31EF-\u321E\u3220-\uA48C\uA490-\uA4C6\uA4D0-\uA62B\uA640-\uA6F7\uA700-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA82C\uA830-\uA839\uA840-\uA877\uA880-\uA8C5\uA8CE-\uA8D9\uA8E0-\uA953\uA95F-\uA97C\uA980-\uA9CD\uA9CF-\uA9D9\uA9DE-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA5C-\uAAC2\uAADB-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB6B\uAB70-\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uD800-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1E\uFB29\uFD3E-\uFD4F\uFDCF\uFDFD-\uFE19\uFE20-\uFE52\uFE54-\uFE66\uFE68-\uFE6B\uFEFF\uFF01-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFF9-\uFFFD\u{10000}-\u{1000B}\u{1000D}-\u{10026}\u{10028}-\u{1003A}\u{1003C}\u{1003D}\u{1003F}-\u{1004D}\u{10050}-\u{1005D}\u{10080}-\u{100FA}\u{10100}-\u{10102}\u{10107}-\u{10133}\u{10137}-\u{1018E}\u{10190}-\u{1019C}\u{101A0}\u{101D0}-\u{101FD}\u{10280}-\u{1029C}\u{102A0}-\u{102D0}\u{102E0}-\u{102FB}\u{10300}-\u{10323}\u{1032D}-\u{1034A}\u{10350}-\u{1037A}\u{10380}-\u{1039D}\u{1039F}-\u{103C3}\u{103C8}-\u{103D5}\u{10400}-\u{1049D}\u{104A0}-\u{104A9}\u{104B0}-\u{104D3}\u{104D8}-\u{104FB}\u{10500}-\u{10527}\u{10530}-\u{10563}\u{1056F}-\u{1057A}\u{1057C}-\u{1058A}\u{1058C}-\u{10592}\u{10594}\u{10595}\u{10597}-\u{105A1}\u{105A3}-\u{105B1}\u{105B3}-\u{105B9}\u{105BB}\u{105BC}\u{10600}-\u{10736}\u{10740}-\u{10755}\u{10760}-\u{10767}\u{10780}-\u{10785}\u{10787}-\u{107B0}\u{107B2}-\u{107BA}\u{1091F}\u{10A01}-\u{10A03}\u{10A05}\u{10A06}\u{10A0C}-\u{10A0F}\u{10A38}-\u{10A3A}\u{10A3F}\u{10AE5}\u{10AE6}\u{10B39}-\u{10B3F}\u{10D24}-\u{10D27}\u{10EAB}\u{10EAC}\u{10EFD}-\u{10EFF}\u{10F46}-\u{10F50}\u{10F82}-\u{10F85}\u{11000}-\u{1104D}\u{11052}-\u{11075}\u{1107F}-\u{110C2}\u{110CD}\u{110D0}-\u{110E8}\u{110F0}-\u{110F9}\u{11100}-\u{11134}\u{11136}-\u{11147}\u{11150}-\u{11176}\u{11180}-\u{111DF}\u{111E1}-\u{111F4}\u{11200}-\u{11211}\u{11213}-\u{11241}\u{11280}-\u{11286}\u{11288}\u{1128A}-\u{1128D}\u{1128F}-\u{1129D}\u{1129F}-\u{112A9}\u{112B0}-\u{112EA}\u{112F0}-\u{112F9}\u{11300}-\u{11303}\u{11305}-\u{1130C}\u{1130F}\u{11310}\u{11313}-\u{11328}\u{1132A}-\u{11330}\u{11332}\u{11333}\u{11335}-\u{11339}\u{1133B}-\u{11344}\u{11347}\u{11348}\u{1134B}-\u{1134D}\u{11350}\u{11357}\u{1135D}-\u{11363}\u{11366}-\u{1136C}\u{11370}-\u{11374}\u{11400}-\u{1145B}\u{1145D}-\u{11461}\u{11480}-\u{114C7}\u{114D0}-\u{114D9}\u{11580}-\u{115B5}\u{115B8}-\u{115DD}\u{11600}-\u{11644}\u{11650}-\u{11659}\u{11660}-\u{1166C}\u{11680}-\u{116B9}\u{116C0}-\u{116C9}\u{11700}-\u{1171A}\u{1171D}-\u{1172B}\u{11730}-\u{11746}\u{11800}-\u{1183B}\u{118A0}-\u{118F2}\u{118FF}-\u{11906}\u{11909}\u{1190C}-\u{11913}\u{11915}\u{11916}\u{11918}-\u{11935}\u{11937}\u{11938}\u{1193B}-\u{11946}\u{11950}-\u{11959}\u{119A0}-\u{119A7}\u{119AA}-\u{119D7}\u{119DA}-\u{119E4}\u{11A00}-\u{11A47}\u{11A50}-\u{11AA2}\u{11AB0}-\u{11AF8}\u{11B00}-\u{11B09}\u{11C00}-\u{11C08}\u{11C0A}-\u{11C36}\u{11C38}-\u{11C45}\u{11C50}-\u{11C6C}\u{11C70}-\u{11C8F}\u{11C92}-\u{11CA7}\u{11CA9}-\u{11CB6}\u{11D00}-\u{11D06}\u{11D08}\u{11D09}\u{11D0B}-\u{11D36}\u{11D3A}\u{11D3C}\u{11D3D}\u{11D3F}-\u{11D47}\u{11D50}-\u{11D59}\u{11D60}-\u{11D65}\u{11D67}\u{11D68}\u{11D6A}-\u{11D8E}\u{11D90}\u{11D91}\u{11D93}-\u{11D98}\u{11DA0}-\u{11DA9}\u{11EE0}-\u{11EF8}\u{11F00}-\u{11F10}\u{11F12}-\u{11F3A}\u{11F3E}-\u{11F59}\u{11FB0}\u{11FC0}-\u{11FF1}\u{11FFF}-\u{12399}\u{12400}-\u{1246E}\u{12470}-\u{12474}\u{12480}-\u{12543}\u{12F90}-\u{12FF2}\u{13000}-\u{13455}\u{14400}-\u{14646}\u{16800}-\u{16A38}\u{16A40}-\u{16A5E}\u{16A60}-\u{16A69}\u{16A6E}-\u{16ABE}\u{16AC0}-\u{16AC9}\u{16AD0}-\u{16AED}\u{16AF0}-\u{16AF5}\u{16B00}-\u{16B45}\u{16B50}-\u{16B59}\u{16B5B}-\u{16B61}\u{16B63}-\u{16B77}\u{16B7D}-\u{16B8F}\u{16E40}-\u{16E9A}\u{16F00}-\u{16F4A}\u{16F4F}-\u{16F87}\u{16F8F}-\u{16F9F}\u{16FE0}-\u{16FE4}\u{16FF0}\u{16FF1}\u{17000}-\u{187F7}\u{18800}-\u{18CD5}\u{18D00}-\u{18D08}\u{1AFF0}-\u{1AFF3}\u{1AFF5}-\u{1AFFB}\u{1AFFD}\u{1AFFE}\u{1B000}-\u{1B122}\u{1B132}\u{1B150}-\u{1B152}\u{1B155}\u{1B164}-\u{1B167}\u{1B170}-\u{1B2FB}\u{1BC00}-\u{1BC6A}\u{1BC70}-\u{1BC7C}\u{1BC80}-\u{1BC88}\u{1BC90}-\u{1BC99}\u{1BC9C}-\u{1BCA3}\u{1CF00}-\u{1CF2D}\u{1CF30}-\u{1CF46}\u{1CF50}-\u{1CFC3}\u{1D000}-\u{1D0F5}\u{1D100}-\u{1D126}\u{1D129}-\u{1D1EA}\u{1D200}-\u{1D245}\u{1D2C0}-\u{1D2D3}\u{1D2E0}-\u{1D2F3}\u{1D300}-\u{1D356}\u{1D360}-\u{1D378}\u{1D400}-\u{1D454}\u{1D456}-\u{1D49C}\u{1D49E}\u{1D49F}\u{1D4A2}\u{1D4A5}\u{1D4A6}\u{1D4A9}-\u{1D4AC}\u{1D4AE}-\u{1D4B9}\u{1D4BB}\u{1D4BD}-\u{1D4C3}\u{1D4C5}-\u{1D505}\u{1D507}-\u{1D50A}\u{1D50D}-\u{1D514}\u{1D516}-\u{1D51C}\u{1D51E}-\u{1D539}\u{1D53B}-\u{1D53E}\u{1D540}-\u{1D544}\u{1D546}\u{1D54A}-\u{1D550}\u{1D552}-\u{1D6A5}\u{1D6A8}-\u{1D7CB}\u{1D7CE}-\u{1DA8B}\u{1DA9B}-\u{1DA9F}\u{1DAA1}-\u{1DAAF}\u{1DF00}-\u{1DF1E}\u{1DF25}-\u{1DF2A}\u{1E000}-\u{1E006}\u{1E008}-\u{1E018}\u{1E01B}-\u{1E021}\u{1E023}\u{1E024}\u{1E026}-\u{1E02A}\u{1E030}-\u{1E06D}\u{1E08F}\u{1E100}-\u{1E12C}\u{1E130}-\u{1E13D}\u{1E140}-\u{1E149}\u{1E14E}\u{1E14F}\u{1E290}-\u{1E2AE}\u{1E2C0}-\u{1E2F9}\u{1E2FF}\u{1E4D0}-\u{1E4F9}\u{1E7E0}-\u{1E7E6}\u{1E7E8}-\u{1E7EB}\u{1E7ED}\u{1E7EE}\u{1E7F0}-\u{1E7FE}\u{1E8D0}-\u{1E8D6}\u{1E944}-\u{1E94A}\u{1EEF0}\u{1EEF1}\u{1F000}-\u{1F02B}\u{1F030}-\u{1F093}\u{1F0A0}-\u{1F0AE}\u{1F0B1}-\u{1F0BF}\u{1F0C1}-\u{1F0CF}\u{1F0D1}-\u{1F0F5}\u{1F100}-\u{1F1AD}\u{1F1E6}-\u{1F202}\u{1F210}-\u{1F23B}\u{1F240}-\u{1F248}\u{1F250}\u{1F251}\u{1F260}-\u{1F265}\u{1F300}-\u{1F6D7}\u{1F6DC}-\u{1F6EC}\u{1F6F0}-\u{1F6FC}\u{1F700}-\u{1F776}\u{1F77B}-\u{1F7D9}\u{1F7E0}-\u{1F7EB}\u{1F7F0}\u{1F800}-\u{1F80B}\u{1F810}-\u{1F847}\u{1F850}-\u{1F859}\u{1F860}-\u{1F887}\u{1F890}-\u{1F8AD}\u{1F8B0}\u{1F8B1}\u{1F900}-\u{1FA53}\u{1FA60}-\u{1FA6D}\u{1FA70}-\u{1FA7C}\u{1FA80}-\u{1FA88}\u{1FA90}-\u{1FABD}\u{1FABF}-\u{1FAC5}\u{1FACE}-\u{1FADB}\u{1FAE0}-\u{1FAE8}\u{1FAF0}-\u{1FAF8}\u{1FB00}-\u{1FB92}\u{1FB94}-\u{1FBCA}\u{1FBF0}-\u{1FBF9}\u{20000}-\u{2A6DF}\u{2A700}-\u{2B739}\u{2B740}-\u{2B81D}\u{2B820}-\u{2CEA1}\u{2CEB0}-\u{2EBE0}\u{2EBF0}-\u{2EE5D}\u{2F800}-\u{2FA1D}\u{30000}-\u{3134A}\u{31350}-\u{323AF}\u{E0001}\u{E0020}-\u{E007F}\u{E0100}-\u{E01EF}\u{F0000}-\u{FFFFD}\u{100000}-\u{10FFFD}]*$/u, Tf = /[0-9A-Za-z\xAA\xB2\xB3\xB5\xB9\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02B8\u02BB-\u02C1\u02D0\u02D1\u02E0-\u02E4\u02EE\u0370-\u0373\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0482\u048A-\u052F\u0531-\u0556\u0559-\u0589\u06F0-\u06F9\u0903-\u0939\u093B\u093D-\u0940\u0949-\u094C\u094E-\u0950\u0958-\u0961\u0964-\u0980\u0982\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD-\u09C0\u09C7\u09C8\u09CB\u09CC\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E1\u09E6-\u09F1\u09F4-\u09FA\u09FC\u09FD\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3E-\u0A40\u0A59-\u0A5C\u0A5E\u0A66-\u0A6F\u0A72-\u0A74\u0A76\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD-\u0AC0\u0AC9\u0ACB\u0ACC\u0AD0\u0AE0\u0AE1\u0AE6-\u0AF0\u0AF9\u0B02\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B3E\u0B40\u0B47\u0B48\u0B4B\u0B4C\u0B57\u0B5C\u0B5D\u0B5F-\u0B61\u0B66-\u0B77\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE\u0BBF\u0BC1\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCC\u0BD0\u0BD7\u0BE6-\u0BF2\u0C01-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C41-\u0C44\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C66-\u0C6F\u0C77\u0C7F\u0C80\u0C82-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD-\u0CC4\u0CC6-\u0CC8\u0CCA\u0CCB\u0CD5\u0CD6\u0CDD\u0CDE\u0CE0\u0CE1\u0CE6-\u0CEF\u0CF1-\u0CF3\u0D02-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D40\u0D46-\u0D48\u0D4A-\u0D4C\u0D4E\u0D4F\u0D54-\u0D61\u0D66-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCF-\u0DD1\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2-\u0DF4\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E4F-\u0E5B\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00-\u0F17\u0F1A-\u0F34\u0F36\u0F38\u0F3E-\u0F47\u0F49-\u0F6C\u0F7F\u0F85\u0F88-\u0F8C\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE-\u0FDA\u1000-\u102C\u1031\u1038\u103B\u103C\u103F-\u1057\u105A-\u105D\u1061-\u1070\u1075-\u1081\u1083\u1084\u1087-\u108C\u108E-\u109C\u109E-\u10C5\u10C7\u10CD\u10D0-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1360-\u137C\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u167F\u1681-\u169A\u16A0-\u16F8\u1700-\u1711\u1715\u171F-\u1731\u1734-\u1736\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17B6\u17BE-\u17C5\u17C7\u17C8\u17D4-\u17DA\u17DC\u17E0-\u17E9\u1810-\u1819\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1923-\u1926\u1929-\u192B\u1930\u1931\u1933-\u1938\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A16\u1A19\u1A1A\u1A1E-\u1A55\u1A57\u1A61\u1A63\u1A64\u1A6D-\u1A72\u1A80-\u1A89\u1A90-\u1A99\u1AA0-\u1AAD\u1B04-\u1B33\u1B35\u1B3B\u1B3D-\u1B41\u1B43-\u1B4C\u1B50-\u1B6A\u1B74-\u1B7E\u1B82-\u1BA1\u1BA6\u1BA7\u1BAA\u1BAE-\u1BE5\u1BE7\u1BEA-\u1BEC\u1BEE\u1BF2\u1BF3\u1BFC-\u1C2B\u1C34\u1C35\u1C3B-\u1C49\u1C4D-\u1C88\u1C90-\u1CBA\u1CBD-\u1CC7\u1CD3\u1CE1\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5-\u1CF7\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200E\u2070\u2071\u2074-\u2079\u207F-\u2089\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u214F\u2160-\u2188\u2336-\u237A\u2395\u2488-\u24E9\u26AC\u2800-\u28FF\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D70\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u302E\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u3190-\u31BF\u31F0-\u321C\u3220-\u324F\u3260-\u327B\u327F-\u32B0\u32C0-\u32CB\u32D0-\u3376\u337B-\u33DD\u33E0-\u33FE\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA60C\uA610-\uA62B\uA640-\uA66E\uA680-\uA69D\uA6A0-\uA6EF\uA6F2-\uA6F7\uA722-\uA787\uA789-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA824\uA827\uA830-\uA837\uA840-\uA873\uA880-\uA8C3\uA8CE-\uA8D9\uA8F2-\uA8FE\uA900-\uA925\uA92E-\uA946\uA952\uA953\uA95F-\uA97C\uA983-\uA9B2\uA9B4\uA9B5\uA9BA\uA9BB\uA9BE-\uA9CD\uA9CF-\uA9D9\uA9DE-\uA9E4\uA9E6-\uA9FE\uAA00-\uAA28\uAA2F\uAA30\uAA33\uAA34\uAA40-\uAA42\uAA44-\uAA4B\uAA4D\uAA50-\uAA59\uAA5C-\uAA7B\uAA7D-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAAEB\uAAEE-\uAAF5\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB69\uAB70-\uABE4\uABE6\uABE7\uABE9-\uABEC\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uD800-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFF10-\uFF19\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC\u{10000}-\u{1000B}\u{1000D}-\u{10026}\u{10028}-\u{1003A}\u{1003C}\u{1003D}\u{1003F}-\u{1004D}\u{10050}-\u{1005D}\u{10080}-\u{100FA}\u{10100}\u{10102}\u{10107}-\u{10133}\u{10137}-\u{1013F}\u{1018D}\u{1018E}\u{101D0}-\u{101FC}\u{10280}-\u{1029C}\u{102A0}-\u{102D0}\u{102E1}-\u{102FB}\u{10300}-\u{10323}\u{1032D}-\u{1034A}\u{10350}-\u{10375}\u{10380}-\u{1039D}\u{1039F}-\u{103C3}\u{103C8}-\u{103D5}\u{10400}-\u{1049D}\u{104A0}-\u{104A9}\u{104B0}-\u{104D3}\u{104D8}-\u{104FB}\u{10500}-\u{10527}\u{10530}-\u{10563}\u{1056F}-\u{1057A}\u{1057C}-\u{1058A}\u{1058C}-\u{10592}\u{10594}\u{10595}\u{10597}-\u{105A1}\u{105A3}-\u{105B1}\u{105B3}-\u{105B9}\u{105BB}\u{105BC}\u{10600}-\u{10736}\u{10740}-\u{10755}\u{10760}-\u{10767}\u{10780}-\u{10785}\u{10787}-\u{107B0}\u{107B2}-\u{107BA}\u{11000}\u{11002}-\u{11037}\u{11047}-\u{1104D}\u{11066}-\u{1106F}\u{11071}\u{11072}\u{11075}\u{11082}-\u{110B2}\u{110B7}\u{110B8}\u{110BB}-\u{110C1}\u{110CD}\u{110D0}-\u{110E8}\u{110F0}-\u{110F9}\u{11103}-\u{11126}\u{1112C}\u{11136}-\u{11147}\u{11150}-\u{11172}\u{11174}-\u{11176}\u{11182}-\u{111B5}\u{111BF}-\u{111C8}\u{111CD}\u{111CE}\u{111D0}-\u{111DF}\u{111E1}-\u{111F4}\u{11200}-\u{11211}\u{11213}-\u{1122E}\u{11232}\u{11233}\u{11235}\u{11238}-\u{1123D}\u{1123F}\u{11240}\u{11280}-\u{11286}\u{11288}\u{1128A}-\u{1128D}\u{1128F}-\u{1129D}\u{1129F}-\u{112A9}\u{112B0}-\u{112DE}\u{112E0}-\u{112E2}\u{112F0}-\u{112F9}\u{11302}\u{11303}\u{11305}-\u{1130C}\u{1130F}\u{11310}\u{11313}-\u{11328}\u{1132A}-\u{11330}\u{11332}\u{11333}\u{11335}-\u{11339}\u{1133D}-\u{1133F}\u{11341}-\u{11344}\u{11347}\u{11348}\u{1134B}-\u{1134D}\u{11350}\u{11357}\u{1135D}-\u{11363}\u{11400}-\u{11437}\u{11440}\u{11441}\u{11445}\u{11447}-\u{1145B}\u{1145D}\u{1145F}-\u{11461}\u{11480}-\u{114B2}\u{114B9}\u{114BB}-\u{114BE}\u{114C1}\u{114C4}-\u{114C7}\u{114D0}-\u{114D9}\u{11580}-\u{115B1}\u{115B8}-\u{115BB}\u{115BE}\u{115C1}-\u{115DB}\u{11600}-\u{11632}\u{1163B}\u{1163C}\u{1163E}\u{11641}-\u{11644}\u{11650}-\u{11659}\u{11680}-\u{116AA}\u{116AC}\u{116AE}\u{116AF}\u{116B6}\u{116B8}\u{116B9}\u{116C0}-\u{116C9}\u{11700}-\u{1171A}\u{11720}\u{11721}\u{11726}\u{11730}-\u{11746}\u{11800}-\u{1182E}\u{11838}\u{1183B}\u{118A0}-\u{118F2}\u{118FF}-\u{11906}\u{11909}\u{1190C}-\u{11913}\u{11915}\u{11916}\u{11918}-\u{11935}\u{11937}\u{11938}\u{1193D}\u{1193F}-\u{11942}\u{11944}-\u{11946}\u{11950}-\u{11959}\u{119A0}-\u{119A7}\u{119AA}-\u{119D3}\u{119DC}-\u{119DF}\u{119E1}-\u{119E4}\u{11A00}\u{11A07}\u{11A08}\u{11A0B}-\u{11A32}\u{11A39}\u{11A3A}\u{11A3F}-\u{11A46}\u{11A50}\u{11A57}\u{11A58}\u{11A5C}-\u{11A89}\u{11A97}\u{11A9A}-\u{11AA2}\u{11AB0}-\u{11AF8}\u{11B00}-\u{11B09}\u{11C00}-\u{11C08}\u{11C0A}-\u{11C2F}\u{11C3E}-\u{11C45}\u{11C50}-\u{11C6C}\u{11C70}-\u{11C8F}\u{11CA9}\u{11CB1}\u{11CB4}\u{11D00}-\u{11D06}\u{11D08}\u{11D09}\u{11D0B}-\u{11D30}\u{11D46}\u{11D50}-\u{11D59}\u{11D60}-\u{11D65}\u{11D67}\u{11D68}\u{11D6A}-\u{11D8E}\u{11D93}\u{11D94}\u{11D96}\u{11D98}\u{11DA0}-\u{11DA9}\u{11EE0}-\u{11EF2}\u{11EF5}-\u{11EF8}\u{11F02}-\u{11F10}\u{11F12}-\u{11F35}\u{11F3E}\u{11F3F}\u{11F41}\u{11F43}-\u{11F59}\u{11FB0}\u{11FC0}-\u{11FD4}\u{11FFF}-\u{12399}\u{12400}-\u{1246E}\u{12470}-\u{12474}\u{12480}-\u{12543}\u{12F90}-\u{12FF2}\u{13000}-\u{1343F}\u{13441}-\u{13446}\u{14400}-\u{14646}\u{16800}-\u{16A38}\u{16A40}-\u{16A5E}\u{16A60}-\u{16A69}\u{16A6E}-\u{16ABE}\u{16AC0}-\u{16AC9}\u{16AD0}-\u{16AED}\u{16AF5}\u{16B00}-\u{16B2F}\u{16B37}-\u{16B45}\u{16B50}-\u{16B59}\u{16B5B}-\u{16B61}\u{16B63}-\u{16B77}\u{16B7D}-\u{16B8F}\u{16E40}-\u{16E9A}\u{16F00}-\u{16F4A}\u{16F50}-\u{16F87}\u{16F93}-\u{16F9F}\u{16FE0}\u{16FE1}\u{16FE3}\u{16FF0}\u{16FF1}\u{17000}-\u{187F7}\u{18800}-\u{18CD5}\u{18D00}-\u{18D08}\u{1AFF0}-\u{1AFF3}\u{1AFF5}-\u{1AFFB}\u{1AFFD}\u{1AFFE}\u{1B000}-\u{1B122}\u{1B132}\u{1B150}-\u{1B152}\u{1B155}\u{1B164}-\u{1B167}\u{1B170}-\u{1B2FB}\u{1BC00}-\u{1BC6A}\u{1BC70}-\u{1BC7C}\u{1BC80}-\u{1BC88}\u{1BC90}-\u{1BC99}\u{1BC9C}\u{1BC9F}\u{1CF50}-\u{1CFC3}\u{1D000}-\u{1D0F5}\u{1D100}-\u{1D126}\u{1D129}-\u{1D166}\u{1D16A}-\u{1D172}\u{1D183}\u{1D184}\u{1D18C}-\u{1D1A9}\u{1D1AE}-\u{1D1E8}\u{1D2C0}-\u{1D2D3}\u{1D2E0}-\u{1D2F3}\u{1D360}-\u{1D378}\u{1D400}-\u{1D454}\u{1D456}-\u{1D49C}\u{1D49E}\u{1D49F}\u{1D4A2}\u{1D4A5}\u{1D4A6}\u{1D4A9}-\u{1D4AC}\u{1D4AE}-\u{1D4B9}\u{1D4BB}\u{1D4BD}-\u{1D4C3}\u{1D4C5}-\u{1D505}\u{1D507}-\u{1D50A}\u{1D50D}-\u{1D514}\u{1D516}-\u{1D51C}\u{1D51E}-\u{1D539}\u{1D53B}-\u{1D53E}\u{1D540}-\u{1D544}\u{1D546}\u{1D54A}-\u{1D550}\u{1D552}-\u{1D6A5}\u{1D6A8}-\u{1D6DA}\u{1D6DC}-\u{1D714}\u{1D716}-\u{1D74E}\u{1D750}-\u{1D788}\u{1D78A}-\u{1D7C2}\u{1D7C4}-\u{1D7CB}\u{1D7CE}-\u{1D9FF}\u{1DA37}-\u{1DA3A}\u{1DA6D}-\u{1DA74}\u{1DA76}-\u{1DA83}\u{1DA85}-\u{1DA8B}\u{1DF00}-\u{1DF1E}\u{1DF25}-\u{1DF2A}\u{1E030}-\u{1E06D}\u{1E100}-\u{1E12C}\u{1E137}-\u{1E13D}\u{1E140}-\u{1E149}\u{1E14E}\u{1E14F}\u{1E290}-\u{1E2AD}\u{1E2C0}-\u{1E2EB}\u{1E2F0}-\u{1E2F9}\u{1E4D0}-\u{1E4EB}\u{1E4F0}-\u{1E4F9}\u{1E7E0}-\u{1E7E6}\u{1E7E8}-\u{1E7EB}\u{1E7ED}\u{1E7EE}\u{1E7F0}-\u{1E7FE}\u{1F100}-\u{1F10A}\u{1F110}-\u{1F12E}\u{1F130}-\u{1F169}\u{1F170}-\u{1F1AC}\u{1F1E6}-\u{1F202}\u{1F210}-\u{1F23B}\u{1F240}-\u{1F248}\u{1F250}\u{1F251}\u{1FBF0}-\u{1FBF9}\u{20000}-\u{2A6DF}\u{2A700}-\u{2B739}\u{2B740}-\u{2B81D}\u{2B820}-\u{2CEA1}\u{2CEB0}-\u{2EBE0}\u{2EBF0}-\u{2EE5D}\u{2F800}-\u{2FA1D}\u{30000}-\u{3134A}\u{31350}-\u{323AF}\u{F0000}-\u{FFFFD}\u{100000}-\u{10FFFD}][\u0300-\u036F\u0483-\u0489\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0898-\u089F\u08CA-\u08E1\u08E3-\u0902\u093A\u093C\u0941-\u0948\u094D\u0951-\u0957\u0962\u0963\u0981\u09BC\u09C1-\u09C4\u09CD\u09E2\u09E3\u09FE\u0A01\u0A02\u0A3C\u0A41\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81\u0A82\u0ABC\u0AC1-\u0AC5\u0AC7\u0AC8\u0ACD\u0AE2\u0AE3\u0AFA-\u0AFF\u0B01\u0B3C\u0B3F\u0B41-\u0B44\u0B4D\u0B55\u0B56\u0B62\u0B63\u0B82\u0BC0\u0BCD\u0C00\u0C04\u0C3C\u0C3E-\u0C40\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C81\u0CBC\u0CCC\u0CCD\u0CE2\u0CE3\u0D00\u0D01\u0D3B\u0D3C\u0D41-\u0D44\u0D4D\u0D62\u0D63\u0D81\u0DCA\u0DD2-\u0DD4\u0DD6\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0F18\u0F19\u0F35\u0F37\u0F39\u0F71-\u0F7E\u0F80-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102D-\u1030\u1032-\u1037\u1039\u103A\u103D\u103E\u1058\u1059\u105E-\u1060\u1071-\u1074\u1082\u1085\u1086\u108D\u109D\u135D-\u135F\u1712-\u1714\u1732\u1733\u1752\u1753\u1772\u1773\u17B4\u17B5\u17B7-\u17BD\u17C6\u17C9-\u17D3\u17DD\u180B-\u180D\u180F\u1885\u1886\u18A9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193B\u1A17\u1A18\u1A1B\u1A56\u1A58-\u1A5E\u1A60\u1A62\u1A65-\u1A6C\u1A73-\u1A7C\u1A7F\u1AB0-\u1ACE\u1B00-\u1B03\u1B34\u1B36-\u1B3A\u1B3C\u1B42\u1B6B-\u1B73\u1B80\u1B81\u1BA2-\u1BA5\u1BA8\u1BA9\u1BAB-\u1BAD\u1BE6\u1BE8\u1BE9\u1BED\u1BEF-\u1BF1\u1C2C-\u1C33\u1C36\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE0\u1CE2-\u1CE8\u1CED\u1CF4\u1CF8\u1CF9\u1DC0-\u1DFF\u20D0-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302D\u3099\u309A\uA66F-\uA672\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA825\uA826\uA82C\uA8C4\uA8C5\uA8E0-\uA8F1\uA8FF\uA926-\uA92D\uA947-\uA951\uA980-\uA982\uA9B3\uA9B6-\uA9B9\uA9BC\uA9BD\uA9E5\uAA29-\uAA2E\uAA31\uAA32\uAA35\uAA36\uAA43\uAA4C\uAA7C\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEC\uAAED\uAAF6\uABE5\uABE8\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\u{101FD}\u{102E0}\u{10376}-\u{1037A}\u{10A01}-\u{10A03}\u{10A05}\u{10A06}\u{10A0C}-\u{10A0F}\u{10A38}-\u{10A3A}\u{10A3F}\u{10AE5}\u{10AE6}\u{10D24}-\u{10D27}\u{10EAB}\u{10EAC}\u{10EFD}-\u{10EFF}\u{10F46}-\u{10F50}\u{10F82}-\u{10F85}\u{11001}\u{11038}-\u{11046}\u{11070}\u{11073}\u{11074}\u{1107F}-\u{11081}\u{110B3}-\u{110B6}\u{110B9}\u{110BA}\u{110C2}\u{11100}-\u{11102}\u{11127}-\u{1112B}\u{1112D}-\u{11134}\u{11173}\u{11180}\u{11181}\u{111B6}-\u{111BE}\u{111C9}-\u{111CC}\u{111CF}\u{1122F}-\u{11231}\u{11234}\u{11236}\u{11237}\u{1123E}\u{11241}\u{112DF}\u{112E3}-\u{112EA}\u{11300}\u{11301}\u{1133B}\u{1133C}\u{11340}\u{11366}-\u{1136C}\u{11370}-\u{11374}\u{11438}-\u{1143F}\u{11442}-\u{11444}\u{11446}\u{1145E}\u{114B3}-\u{114B8}\u{114BA}\u{114BF}\u{114C0}\u{114C2}\u{114C3}\u{115B2}-\u{115B5}\u{115BC}\u{115BD}\u{115BF}\u{115C0}\u{115DC}\u{115DD}\u{11633}-\u{1163A}\u{1163D}\u{1163F}\u{11640}\u{116AB}\u{116AD}\u{116B0}-\u{116B5}\u{116B7}\u{1171D}-\u{1171F}\u{11722}-\u{11725}\u{11727}-\u{1172B}\u{1182F}-\u{11837}\u{11839}\u{1183A}\u{1193B}\u{1193C}\u{1193E}\u{11943}\u{119D4}-\u{119D7}\u{119DA}\u{119DB}\u{119E0}\u{11A01}-\u{11A06}\u{11A09}\u{11A0A}\u{11A33}-\u{11A38}\u{11A3B}-\u{11A3E}\u{11A47}\u{11A51}-\u{11A56}\u{11A59}-\u{11A5B}\u{11A8A}-\u{11A96}\u{11A98}\u{11A99}\u{11C30}-\u{11C36}\u{11C38}-\u{11C3D}\u{11C92}-\u{11CA7}\u{11CAA}-\u{11CB0}\u{11CB2}\u{11CB3}\u{11CB5}\u{11CB6}\u{11D31}-\u{11D36}\u{11D3A}\u{11D3C}\u{11D3D}\u{11D3F}-\u{11D45}\u{11D47}\u{11D90}\u{11D91}\u{11D95}\u{11D97}\u{11EF3}\u{11EF4}\u{11F00}\u{11F01}\u{11F36}-\u{11F3A}\u{11F40}\u{11F42}\u{13440}\u{13447}-\u{13455}\u{16AF0}-\u{16AF4}\u{16B30}-\u{16B36}\u{16F4F}\u{16F8F}-\u{16F92}\u{16FE4}\u{1BC9D}\u{1BC9E}\u{1CF00}-\u{1CF2D}\u{1CF30}-\u{1CF46}\u{1D167}-\u{1D169}\u{1D17B}-\u{1D182}\u{1D185}-\u{1D18B}\u{1D1AA}-\u{1D1AD}\u{1D242}-\u{1D244}\u{1DA00}-\u{1DA36}\u{1DA3B}-\u{1DA6C}\u{1DA75}\u{1DA84}\u{1DA9B}-\u{1DA9F}\u{1DAA1}-\u{1DAAF}\u{1E000}-\u{1E006}\u{1E008}-\u{1E018}\u{1E01B}-\u{1E021}\u{1E023}\u{1E024}\u{1E026}-\u{1E02A}\u{1E08F}\u{1E130}-\u{1E136}\u{1E2AE}\u{1E2EC}-\u{1E2EF}\u{1E4EC}-\u{1E4EF}\u{1E8D0}-\u{1E8D6}\u{1E944}-\u{1E94A}\u{E0100}-\u{E01EF}]*$/u;
1009
- var Cf = {
1010
- combiningMarks: ff,
1011
- combiningClassVirama: df,
1012
- validZWNJ: cf,
1013
- bidiDomain: vf,
1014
- bidiS1LTR: pf,
1015
- bidiS1RTL: mf,
1016
- bidiS2: gf,
1017
- bidiS3: xf,
1018
- bidiS4EN: yf,
1019
- bidiS4AN: Ef,
1020
- bidiS5: Af,
1021
- bidiS6: Tf
1008
+ }, Symbol.toStringTag, { value: "Module" })), ff = /* @__PURE__ */ vh(lf), df = /[\u0300-\u036F\u0483-\u0489\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0898-\u089F\u08CA-\u08E1\u08E3-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u09FE\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0AFA-\u0AFF\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B62\u0B63\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0C00-\u0C04\u0C3C\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0CF3\u0D00-\u0D03\u0D3B\u0D3C\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D81-\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0F18\u0F19\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F\u109A-\u109D\u135D-\u135F\u1712-\u1715\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u180B-\u180D\u180F\u1885\u1886\u18A9\u1920-\u192B\u1930-\u193B\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F\u1AB0-\u1ACE\u1B00-\u1B04\u1B34-\u1B44\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BE6-\u1BF3\u1C24-\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF4\u1CF7-\u1CF9\u1DC0-\u1DFF\u20D0-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\uA66F-\uA672\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA82C\uA880\uA881\uA8B4-\uA8C5\uA8E0-\uA8F1\uA8FF\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9E5\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\u{101FD}\u{102E0}\u{10376}-\u{1037A}\u{10A01}-\u{10A03}\u{10A05}\u{10A06}\u{10A0C}-\u{10A0F}\u{10A38}-\u{10A3A}\u{10A3F}\u{10AE5}\u{10AE6}\u{10D24}-\u{10D27}\u{10EAB}\u{10EAC}\u{10EFD}-\u{10EFF}\u{10F46}-\u{10F50}\u{10F82}-\u{10F85}\u{11000}-\u{11002}\u{11038}-\u{11046}\u{11070}\u{11073}\u{11074}\u{1107F}-\u{11082}\u{110B0}-\u{110BA}\u{110C2}\u{11100}-\u{11102}\u{11127}-\u{11134}\u{11145}\u{11146}\u{11173}\u{11180}-\u{11182}\u{111B3}-\u{111C0}\u{111C9}-\u{111CC}\u{111CE}\u{111CF}\u{1122C}-\u{11237}\u{1123E}\u{11241}\u{112DF}-\u{112EA}\u{11300}-\u{11303}\u{1133B}\u{1133C}\u{1133E}-\u{11344}\u{11347}\u{11348}\u{1134B}-\u{1134D}\u{11357}\u{11362}\u{11363}\u{11366}-\u{1136C}\u{11370}-\u{11374}\u{11435}-\u{11446}\u{1145E}\u{114B0}-\u{114C3}\u{115AF}-\u{115B5}\u{115B8}-\u{115C0}\u{115DC}\u{115DD}\u{11630}-\u{11640}\u{116AB}-\u{116B7}\u{1171D}-\u{1172B}\u{1182C}-\u{1183A}\u{11930}-\u{11935}\u{11937}\u{11938}\u{1193B}-\u{1193E}\u{11940}\u{11942}\u{11943}\u{119D1}-\u{119D7}\u{119DA}-\u{119E0}\u{119E4}\u{11A01}-\u{11A0A}\u{11A33}-\u{11A39}\u{11A3B}-\u{11A3E}\u{11A47}\u{11A51}-\u{11A5B}\u{11A8A}-\u{11A99}\u{11C2F}-\u{11C36}\u{11C38}-\u{11C3F}\u{11C92}-\u{11CA7}\u{11CA9}-\u{11CB6}\u{11D31}-\u{11D36}\u{11D3A}\u{11D3C}\u{11D3D}\u{11D3F}-\u{11D45}\u{11D47}\u{11D8A}-\u{11D8E}\u{11D90}\u{11D91}\u{11D93}-\u{11D97}\u{11EF3}-\u{11EF6}\u{11F00}\u{11F01}\u{11F03}\u{11F34}-\u{11F3A}\u{11F3E}-\u{11F42}\u{13440}\u{13447}-\u{13455}\u{16AF0}-\u{16AF4}\u{16B30}-\u{16B36}\u{16F4F}\u{16F51}-\u{16F87}\u{16F8F}-\u{16F92}\u{16FE4}\u{16FF0}\u{16FF1}\u{1BC9D}\u{1BC9E}\u{1CF00}-\u{1CF2D}\u{1CF30}-\u{1CF46}\u{1D165}-\u{1D169}\u{1D16D}-\u{1D172}\u{1D17B}-\u{1D182}\u{1D185}-\u{1D18B}\u{1D1AA}-\u{1D1AD}\u{1D242}-\u{1D244}\u{1DA00}-\u{1DA36}\u{1DA3B}-\u{1DA6C}\u{1DA75}\u{1DA84}\u{1DA9B}-\u{1DA9F}\u{1DAA1}-\u{1DAAF}\u{1E000}-\u{1E006}\u{1E008}-\u{1E018}\u{1E01B}-\u{1E021}\u{1E023}\u{1E024}\u{1E026}-\u{1E02A}\u{1E08F}\u{1E130}-\u{1E136}\u{1E2AE}\u{1E2EC}-\u{1E2EF}\u{1E4EC}-\u{1E4EF}\u{1E8D0}-\u{1E8D6}\u{1E944}-\u{1E94A}\u{E0100}-\u{E01EF}]/u, cf = /[\u094D\u09CD\u0A4D\u0ACD\u0B4D\u0BCD\u0C4D\u0CCD\u0D3B\u0D3C\u0D4D\u0DCA\u0E3A\u0EBA\u0F84\u1039\u103A\u1714\u1715\u1734\u17D2\u1A60\u1B44\u1BAA\u1BAB\u1BF2\u1BF3\u2D7F\uA806\uA82C\uA8C4\uA953\uA9C0\uAAF6\uABED\u{10A3F}\u{11046}\u{11070}\u{1107F}\u{110B9}\u{11133}\u{11134}\u{111C0}\u{11235}\u{112EA}\u{1134D}\u{11442}\u{114C2}\u{115BF}\u{1163F}\u{116B6}\u{1172B}\u{11839}\u{1193D}\u{1193E}\u{119E0}\u{11A34}\u{11A47}\u{11A99}\u{11C3F}\u{11D44}\u{11D45}\u{11D97}\u{11F41}\u{11F42}]/u, vf = /[\u0620\u0626\u0628\u062A-\u062E\u0633-\u063F\u0641-\u0647\u0649\u064A\u066E\u066F\u0678-\u0687\u069A-\u06BF\u06C1\u06C2\u06CC\u06CE\u06D0\u06D1\u06FA-\u06FC\u06FF\u0712-\u0714\u071A-\u071D\u071F-\u0727\u0729\u072B\u072D\u072E\u074E-\u0758\u075C-\u076A\u076D-\u0770\u0772\u0775-\u0777\u077A-\u077F\u07CA-\u07EA\u0841-\u0845\u0848\u084A-\u0853\u0855\u0860\u0862-\u0865\u0868\u0886\u0889-\u088D\u08A0-\u08A9\u08AF\u08B0\u08B3-\u08B8\u08BA-\u08C8\u1807\u1820-\u1878\u1887-\u18A8\u18AA\uA840-\uA872\u{10AC0}-\u{10AC4}\u{10ACD}\u{10AD3}-\u{10ADC}\u{10ADE}-\u{10AE0}\u{10AEB}-\u{10AEE}\u{10B80}\u{10B82}\u{10B86}-\u{10B88}\u{10B8A}\u{10B8B}\u{10B8D}\u{10B90}\u{10BAD}\u{10BAE}\u{10D00}-\u{10D21}\u{10D23}\u{10F30}-\u{10F32}\u{10F34}-\u{10F44}\u{10F51}-\u{10F53}\u{10F70}-\u{10F73}\u{10F76}-\u{10F81}\u{10FB0}\u{10FB2}\u{10FB3}\u{10FB8}\u{10FBB}\u{10FBC}\u{10FBE}\u{10FBF}\u{10FC1}\u{10FC4}\u{10FCA}\u{10FCB}\u{1E900}-\u{1E943}][\xAD\u0300-\u036F\u0483-\u0489\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u061C\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u070F\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0898-\u089F\u08CA-\u08E1\u08E3-\u0902\u093A\u093C\u0941-\u0948\u094D\u0951-\u0957\u0962\u0963\u0981\u09BC\u09C1-\u09C4\u09CD\u09E2\u09E3\u09FE\u0A01\u0A02\u0A3C\u0A41\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81\u0A82\u0ABC\u0AC1-\u0AC5\u0AC7\u0AC8\u0ACD\u0AE2\u0AE3\u0AFA-\u0AFF\u0B01\u0B3C\u0B3F\u0B41-\u0B44\u0B4D\u0B55\u0B56\u0B62\u0B63\u0B82\u0BC0\u0BCD\u0C00\u0C04\u0C3C\u0C3E-\u0C40\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C81\u0CBC\u0CBF\u0CC6\u0CCC\u0CCD\u0CE2\u0CE3\u0D00\u0D01\u0D3B\u0D3C\u0D41-\u0D44\u0D4D\u0D62\u0D63\u0D81\u0DCA\u0DD2-\u0DD4\u0DD6\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0F18\u0F19\u0F35\u0F37\u0F39\u0F71-\u0F7E\u0F80-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102D-\u1030\u1032-\u1037\u1039\u103A\u103D\u103E\u1058\u1059\u105E-\u1060\u1071-\u1074\u1082\u1085\u1086\u108D\u109D\u135D-\u135F\u1712-\u1714\u1732\u1733\u1752\u1753\u1772\u1773\u17B4\u17B5\u17B7-\u17BD\u17C6\u17C9-\u17D3\u17DD\u180B-\u180D\u180F\u1885\u1886\u18A9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193B\u1A17\u1A18\u1A1B\u1A56\u1A58-\u1A5E\u1A60\u1A62\u1A65-\u1A6C\u1A73-\u1A7C\u1A7F\u1AB0-\u1ACE\u1B00-\u1B03\u1B34\u1B36-\u1B3A\u1B3C\u1B42\u1B6B-\u1B73\u1B80\u1B81\u1BA2-\u1BA5\u1BA8\u1BA9\u1BAB-\u1BAD\u1BE6\u1BE8\u1BE9\u1BED\u1BEF-\u1BF1\u1C2C-\u1C33\u1C36\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE0\u1CE2-\u1CE8\u1CED\u1CF4\u1CF8\u1CF9\u1DC0-\u1DFF\u200B\u200E\u200F\u202A-\u202E\u2060-\u2064\u206A-\u206F\u20D0-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302D\u3099\u309A\uA66F-\uA672\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA825\uA826\uA82C\uA8C4\uA8C5\uA8E0-\uA8F1\uA8FF\uA926-\uA92D\uA947-\uA951\uA980-\uA982\uA9B3\uA9B6-\uA9B9\uA9BC\uA9BD\uA9E5\uAA29-\uAA2E\uAA31\uAA32\uAA35\uAA36\uAA43\uAA4C\uAA7C\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEC\uAAED\uAAF6\uABE5\uABE8\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\uFEFF\uFFF9-\uFFFB\u{101FD}\u{102E0}\u{10376}-\u{1037A}\u{10A01}-\u{10A03}\u{10A05}\u{10A06}\u{10A0C}-\u{10A0F}\u{10A38}-\u{10A3A}\u{10A3F}\u{10AE5}\u{10AE6}\u{10D24}-\u{10D27}\u{10EAB}\u{10EAC}\u{10EFD}-\u{10EFF}\u{10F46}-\u{10F50}\u{10F82}-\u{10F85}\u{11001}\u{11038}-\u{11046}\u{11070}\u{11073}\u{11074}\u{1107F}-\u{11081}\u{110B3}-\u{110B6}\u{110B9}\u{110BA}\u{110C2}\u{11100}-\u{11102}\u{11127}-\u{1112B}\u{1112D}-\u{11134}\u{11173}\u{11180}\u{11181}\u{111B6}-\u{111BE}\u{111C9}-\u{111CC}\u{111CF}\u{1122F}-\u{11231}\u{11234}\u{11236}\u{11237}\u{1123E}\u{11241}\u{112DF}\u{112E3}-\u{112EA}\u{11300}\u{11301}\u{1133B}\u{1133C}\u{11340}\u{11366}-\u{1136C}\u{11370}-\u{11374}\u{11438}-\u{1143F}\u{11442}-\u{11444}\u{11446}\u{1145E}\u{114B3}-\u{114B8}\u{114BA}\u{114BF}\u{114C0}\u{114C2}\u{114C3}\u{115B2}-\u{115B5}\u{115BC}\u{115BD}\u{115BF}\u{115C0}\u{115DC}\u{115DD}\u{11633}-\u{1163A}\u{1163D}\u{1163F}\u{11640}\u{116AB}\u{116AD}\u{116B0}-\u{116B5}\u{116B7}\u{1171D}-\u{1171F}\u{11722}-\u{11725}\u{11727}-\u{1172B}\u{1182F}-\u{11837}\u{11839}\u{1183A}\u{1193B}\u{1193C}\u{1193E}\u{11943}\u{119D4}-\u{119D7}\u{119DA}\u{119DB}\u{119E0}\u{11A01}-\u{11A0A}\u{11A33}-\u{11A38}\u{11A3B}-\u{11A3E}\u{11A47}\u{11A51}-\u{11A56}\u{11A59}-\u{11A5B}\u{11A8A}-\u{11A96}\u{11A98}\u{11A99}\u{11C30}-\u{11C36}\u{11C38}-\u{11C3D}\u{11C3F}\u{11C92}-\u{11CA7}\u{11CAA}-\u{11CB0}\u{11CB2}\u{11CB3}\u{11CB5}\u{11CB6}\u{11D31}-\u{11D36}\u{11D3A}\u{11D3C}\u{11D3D}\u{11D3F}-\u{11D45}\u{11D47}\u{11D90}\u{11D91}\u{11D95}\u{11D97}\u{11EF3}\u{11EF4}\u{11F00}\u{11F01}\u{11F36}-\u{11F3A}\u{11F40}\u{11F42}\u{13430}-\u{13440}\u{13447}-\u{13455}\u{16AF0}-\u{16AF4}\u{16B30}-\u{16B36}\u{16F4F}\u{16F8F}-\u{16F92}\u{16FE4}\u{1BC9D}\u{1BC9E}\u{1BCA0}-\u{1BCA3}\u{1CF00}-\u{1CF2D}\u{1CF30}-\u{1CF46}\u{1D167}-\u{1D169}\u{1D173}-\u{1D182}\u{1D185}-\u{1D18B}\u{1D1AA}-\u{1D1AD}\u{1D242}-\u{1D244}\u{1DA00}-\u{1DA36}\u{1DA3B}-\u{1DA6C}\u{1DA75}\u{1DA84}\u{1DA9B}-\u{1DA9F}\u{1DAA1}-\u{1DAAF}\u{1E000}-\u{1E006}\u{1E008}-\u{1E018}\u{1E01B}-\u{1E021}\u{1E023}\u{1E024}\u{1E026}-\u{1E02A}\u{1E08F}\u{1E130}-\u{1E136}\u{1E2AE}\u{1E2EC}-\u{1E2EF}\u{1E4EC}-\u{1E4EF}\u{1E8D0}-\u{1E8D6}\u{1E944}-\u{1E94B}\u{E0001}\u{E0020}-\u{E007F}\u{E0100}-\u{E01EF}]*\u200C[\xAD\u0300-\u036F\u0483-\u0489\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u061C\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u070F\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0898-\u089F\u08CA-\u08E1\u08E3-\u0902\u093A\u093C\u0941-\u0948\u094D\u0951-\u0957\u0962\u0963\u0981\u09BC\u09C1-\u09C4\u09CD\u09E2\u09E3\u09FE\u0A01\u0A02\u0A3C\u0A41\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81\u0A82\u0ABC\u0AC1-\u0AC5\u0AC7\u0AC8\u0ACD\u0AE2\u0AE3\u0AFA-\u0AFF\u0B01\u0B3C\u0B3F\u0B41-\u0B44\u0B4D\u0B55\u0B56\u0B62\u0B63\u0B82\u0BC0\u0BCD\u0C00\u0C04\u0C3C\u0C3E-\u0C40\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C81\u0CBC\u0CBF\u0CC6\u0CCC\u0CCD\u0CE2\u0CE3\u0D00\u0D01\u0D3B\u0D3C\u0D41-\u0D44\u0D4D\u0D62\u0D63\u0D81\u0DCA\u0DD2-\u0DD4\u0DD6\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0F18\u0F19\u0F35\u0F37\u0F39\u0F71-\u0F7E\u0F80-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102D-\u1030\u1032-\u1037\u1039\u103A\u103D\u103E\u1058\u1059\u105E-\u1060\u1071-\u1074\u1082\u1085\u1086\u108D\u109D\u135D-\u135F\u1712-\u1714\u1732\u1733\u1752\u1753\u1772\u1773\u17B4\u17B5\u17B7-\u17BD\u17C6\u17C9-\u17D3\u17DD\u180B-\u180D\u180F\u1885\u1886\u18A9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193B\u1A17\u1A18\u1A1B\u1A56\u1A58-\u1A5E\u1A60\u1A62\u1A65-\u1A6C\u1A73-\u1A7C\u1A7F\u1AB0-\u1ACE\u1B00-\u1B03\u1B34\u1B36-\u1B3A\u1B3C\u1B42\u1B6B-\u1B73\u1B80\u1B81\u1BA2-\u1BA5\u1BA8\u1BA9\u1BAB-\u1BAD\u1BE6\u1BE8\u1BE9\u1BED\u1BEF-\u1BF1\u1C2C-\u1C33\u1C36\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE0\u1CE2-\u1CE8\u1CED\u1CF4\u1CF8\u1CF9\u1DC0-\u1DFF\u200B\u200E\u200F\u202A-\u202E\u2060-\u2064\u206A-\u206F\u20D0-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302D\u3099\u309A\uA66F-\uA672\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA825\uA826\uA82C\uA8C4\uA8C5\uA8E0-\uA8F1\uA8FF\uA926-\uA92D\uA947-\uA951\uA980-\uA982\uA9B3\uA9B6-\uA9B9\uA9BC\uA9BD\uA9E5\uAA29-\uAA2E\uAA31\uAA32\uAA35\uAA36\uAA43\uAA4C\uAA7C\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEC\uAAED\uAAF6\uABE5\uABE8\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\uFEFF\uFFF9-\uFFFB\u{101FD}\u{102E0}\u{10376}-\u{1037A}\u{10A01}-\u{10A03}\u{10A05}\u{10A06}\u{10A0C}-\u{10A0F}\u{10A38}-\u{10A3A}\u{10A3F}\u{10AE5}\u{10AE6}\u{10D24}-\u{10D27}\u{10EAB}\u{10EAC}\u{10EFD}-\u{10EFF}\u{10F46}-\u{10F50}\u{10F82}-\u{10F85}\u{11001}\u{11038}-\u{11046}\u{11070}\u{11073}\u{11074}\u{1107F}-\u{11081}\u{110B3}-\u{110B6}\u{110B9}\u{110BA}\u{110C2}\u{11100}-\u{11102}\u{11127}-\u{1112B}\u{1112D}-\u{11134}\u{11173}\u{11180}\u{11181}\u{111B6}-\u{111BE}\u{111C9}-\u{111CC}\u{111CF}\u{1122F}-\u{11231}\u{11234}\u{11236}\u{11237}\u{1123E}\u{11241}\u{112DF}\u{112E3}-\u{112EA}\u{11300}\u{11301}\u{1133B}\u{1133C}\u{11340}\u{11366}-\u{1136C}\u{11370}-\u{11374}\u{11438}-\u{1143F}\u{11442}-\u{11444}\u{11446}\u{1145E}\u{114B3}-\u{114B8}\u{114BA}\u{114BF}\u{114C0}\u{114C2}\u{114C3}\u{115B2}-\u{115B5}\u{115BC}\u{115BD}\u{115BF}\u{115C0}\u{115DC}\u{115DD}\u{11633}-\u{1163A}\u{1163D}\u{1163F}\u{11640}\u{116AB}\u{116AD}\u{116B0}-\u{116B5}\u{116B7}\u{1171D}-\u{1171F}\u{11722}-\u{11725}\u{11727}-\u{1172B}\u{1182F}-\u{11837}\u{11839}\u{1183A}\u{1193B}\u{1193C}\u{1193E}\u{11943}\u{119D4}-\u{119D7}\u{119DA}\u{119DB}\u{119E0}\u{11A01}-\u{11A0A}\u{11A33}-\u{11A38}\u{11A3B}-\u{11A3E}\u{11A47}\u{11A51}-\u{11A56}\u{11A59}-\u{11A5B}\u{11A8A}-\u{11A96}\u{11A98}\u{11A99}\u{11C30}-\u{11C36}\u{11C38}-\u{11C3D}\u{11C3F}\u{11C92}-\u{11CA7}\u{11CAA}-\u{11CB0}\u{11CB2}\u{11CB3}\u{11CB5}\u{11CB6}\u{11D31}-\u{11D36}\u{11D3A}\u{11D3C}\u{11D3D}\u{11D3F}-\u{11D45}\u{11D47}\u{11D90}\u{11D91}\u{11D95}\u{11D97}\u{11EF3}\u{11EF4}\u{11F00}\u{11F01}\u{11F36}-\u{11F3A}\u{11F40}\u{11F42}\u{13430}-\u{13440}\u{13447}-\u{13455}\u{16AF0}-\u{16AF4}\u{16B30}-\u{16B36}\u{16F4F}\u{16F8F}-\u{16F92}\u{16FE4}\u{1BC9D}\u{1BC9E}\u{1BCA0}-\u{1BCA3}\u{1CF00}-\u{1CF2D}\u{1CF30}-\u{1CF46}\u{1D167}-\u{1D169}\u{1D173}-\u{1D182}\u{1D185}-\u{1D18B}\u{1D1AA}-\u{1D1AD}\u{1D242}-\u{1D244}\u{1DA00}-\u{1DA36}\u{1DA3B}-\u{1DA6C}\u{1DA75}\u{1DA84}\u{1DA9B}-\u{1DA9F}\u{1DAA1}-\u{1DAAF}\u{1E000}-\u{1E006}\u{1E008}-\u{1E018}\u{1E01B}-\u{1E021}\u{1E023}\u{1E024}\u{1E026}-\u{1E02A}\u{1E08F}\u{1E130}-\u{1E136}\u{1E2AE}\u{1E2EC}-\u{1E2EF}\u{1E4EC}-\u{1E4EF}\u{1E8D0}-\u{1E8D6}\u{1E944}-\u{1E94B}\u{E0001}\u{E0020}-\u{E007F}\u{E0100}-\u{E01EF}]*[\u0620\u0622-\u063F\u0641-\u064A\u066E\u066F\u0671-\u0673\u0675-\u06D3\u06D5\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u077F\u07CA-\u07EA\u0840-\u0858\u0860\u0862-\u0865\u0867-\u086A\u0870-\u0882\u0886\u0889-\u088E\u08A0-\u08AC\u08AE-\u08C8\u1807\u1820-\u1878\u1887-\u18A8\u18AA\uA840-\uA871\u{10AC0}-\u{10AC5}\u{10AC7}\u{10AC9}\u{10ACA}\u{10ACE}-\u{10AD6}\u{10AD8}-\u{10AE1}\u{10AE4}\u{10AEB}-\u{10AEF}\u{10B80}-\u{10B91}\u{10BA9}-\u{10BAE}\u{10D01}-\u{10D23}\u{10F30}-\u{10F44}\u{10F51}-\u{10F54}\u{10F70}-\u{10F81}\u{10FB0}\u{10FB2}-\u{10FB6}\u{10FB8}-\u{10FBF}\u{10FC1}-\u{10FC4}\u{10FC9}\u{10FCA}\u{1E900}-\u{1E943}]/u, pf = /[\u05BE\u05C0\u05C3\u05C6\u05D0-\u05EA\u05EF-\u05F4\u0600-\u0605\u0608\u060B\u060D\u061B-\u064A\u0660-\u0669\u066B-\u066F\u0671-\u06D5\u06DD\u06E5\u06E6\u06EE\u06EF\u06FA-\u070D\u070F\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07C0-\u07EA\u07F4\u07F5\u07FA\u07FE-\u0815\u081A\u0824\u0828\u0830-\u083E\u0840-\u0858\u085E\u0860-\u086A\u0870-\u088E\u0890\u0891\u08A0-\u08C9\u08E2\u200F\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBC2\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFC\uFE70-\uFE74\uFE76-\uFEFC\u{10800}-\u{10805}\u{10808}\u{1080A}-\u{10835}\u{10837}\u{10838}\u{1083C}\u{1083F}-\u{10855}\u{10857}-\u{1089E}\u{108A7}-\u{108AF}\u{108E0}-\u{108F2}\u{108F4}\u{108F5}\u{108FB}-\u{1091B}\u{10920}-\u{10939}\u{1093F}\u{10980}-\u{109B7}\u{109BC}-\u{109CF}\u{109D2}-\u{10A00}\u{10A10}-\u{10A13}\u{10A15}-\u{10A17}\u{10A19}-\u{10A35}\u{10A40}-\u{10A48}\u{10A50}-\u{10A58}\u{10A60}-\u{10A9F}\u{10AC0}-\u{10AE4}\u{10AEB}-\u{10AF6}\u{10B00}-\u{10B35}\u{10B40}-\u{10B55}\u{10B58}-\u{10B72}\u{10B78}-\u{10B91}\u{10B99}-\u{10B9C}\u{10BA9}-\u{10BAF}\u{10C00}-\u{10C48}\u{10C80}-\u{10CB2}\u{10CC0}-\u{10CF2}\u{10CFA}-\u{10D23}\u{10D30}-\u{10D39}\u{10E60}-\u{10E7E}\u{10E80}-\u{10EA9}\u{10EAD}\u{10EB0}\u{10EB1}\u{10F00}-\u{10F27}\u{10F30}-\u{10F45}\u{10F51}-\u{10F59}\u{10F70}-\u{10F81}\u{10F86}-\u{10F89}\u{10FB0}-\u{10FCB}\u{10FE0}-\u{10FF6}\u{1E800}-\u{1E8C4}\u{1E8C7}-\u{1E8CF}\u{1E900}-\u{1E943}\u{1E94B}\u{1E950}-\u{1E959}\u{1E95E}\u{1E95F}\u{1EC71}-\u{1ECB4}\u{1ED01}-\u{1ED3D}\u{1EE00}-\u{1EE03}\u{1EE05}-\u{1EE1F}\u{1EE21}\u{1EE22}\u{1EE24}\u{1EE27}\u{1EE29}-\u{1EE32}\u{1EE34}-\u{1EE37}\u{1EE39}\u{1EE3B}\u{1EE42}\u{1EE47}\u{1EE49}\u{1EE4B}\u{1EE4D}-\u{1EE4F}\u{1EE51}\u{1EE52}\u{1EE54}\u{1EE57}\u{1EE59}\u{1EE5B}\u{1EE5D}\u{1EE5F}\u{1EE61}\u{1EE62}\u{1EE64}\u{1EE67}-\u{1EE6A}\u{1EE6C}-\u{1EE72}\u{1EE74}-\u{1EE77}\u{1EE79}-\u{1EE7C}\u{1EE7E}\u{1EE80}-\u{1EE89}\u{1EE8B}-\u{1EE9B}\u{1EEA1}-\u{1EEA3}\u{1EEA5}-\u{1EEA9}\u{1EEAB}-\u{1EEBB}]/u, mf = /[A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02B8\u02BB-\u02C1\u02D0\u02D1\u02E0-\u02E4\u02EE\u0370-\u0373\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0482\u048A-\u052F\u0531-\u0556\u0559-\u0589\u0903-\u0939\u093B\u093D-\u0940\u0949-\u094C\u094E-\u0950\u0958-\u0961\u0964-\u0980\u0982\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD-\u09C0\u09C7\u09C8\u09CB\u09CC\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E1\u09E6-\u09F1\u09F4-\u09FA\u09FC\u09FD\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3E-\u0A40\u0A59-\u0A5C\u0A5E\u0A66-\u0A6F\u0A72-\u0A74\u0A76\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD-\u0AC0\u0AC9\u0ACB\u0ACC\u0AD0\u0AE0\u0AE1\u0AE6-\u0AF0\u0AF9\u0B02\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B3E\u0B40\u0B47\u0B48\u0B4B\u0B4C\u0B57\u0B5C\u0B5D\u0B5F-\u0B61\u0B66-\u0B77\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE\u0BBF\u0BC1\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCC\u0BD0\u0BD7\u0BE6-\u0BF2\u0C01-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C41-\u0C44\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C66-\u0C6F\u0C77\u0C7F\u0C80\u0C82-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD-\u0CC4\u0CC6-\u0CC8\u0CCA\u0CCB\u0CD5\u0CD6\u0CDD\u0CDE\u0CE0\u0CE1\u0CE6-\u0CEF\u0CF1-\u0CF3\u0D02-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D40\u0D46-\u0D48\u0D4A-\u0D4C\u0D4E\u0D4F\u0D54-\u0D61\u0D66-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCF-\u0DD1\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2-\u0DF4\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E4F-\u0E5B\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00-\u0F17\u0F1A-\u0F34\u0F36\u0F38\u0F3E-\u0F47\u0F49-\u0F6C\u0F7F\u0F85\u0F88-\u0F8C\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE-\u0FDA\u1000-\u102C\u1031\u1038\u103B\u103C\u103F-\u1057\u105A-\u105D\u1061-\u1070\u1075-\u1081\u1083\u1084\u1087-\u108C\u108E-\u109C\u109E-\u10C5\u10C7\u10CD\u10D0-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1360-\u137C\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u167F\u1681-\u169A\u16A0-\u16F8\u1700-\u1711\u1715\u171F-\u1731\u1734-\u1736\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17B6\u17BE-\u17C5\u17C7\u17C8\u17D4-\u17DA\u17DC\u17E0-\u17E9\u1810-\u1819\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1923-\u1926\u1929-\u192B\u1930\u1931\u1933-\u1938\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A16\u1A19\u1A1A\u1A1E-\u1A55\u1A57\u1A61\u1A63\u1A64\u1A6D-\u1A72\u1A80-\u1A89\u1A90-\u1A99\u1AA0-\u1AAD\u1B04-\u1B33\u1B35\u1B3B\u1B3D-\u1B41\u1B43-\u1B4C\u1B50-\u1B6A\u1B74-\u1B7E\u1B82-\u1BA1\u1BA6\u1BA7\u1BAA\u1BAE-\u1BE5\u1BE7\u1BEA-\u1BEC\u1BEE\u1BF2\u1BF3\u1BFC-\u1C2B\u1C34\u1C35\u1C3B-\u1C49\u1C4D-\u1C88\u1C90-\u1CBA\u1CBD-\u1CC7\u1CD3\u1CE1\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5-\u1CF7\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200E\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u214F\u2160-\u2188\u2336-\u237A\u2395\u249C-\u24E9\u26AC\u2800-\u28FF\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D70\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u302E\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u3190-\u31BF\u31F0-\u321C\u3220-\u324F\u3260-\u327B\u327F-\u32B0\u32C0-\u32CB\u32D0-\u3376\u337B-\u33DD\u33E0-\u33FE\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA60C\uA610-\uA62B\uA640-\uA66E\uA680-\uA69D\uA6A0-\uA6EF\uA6F2-\uA6F7\uA722-\uA787\uA789-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA824\uA827\uA830-\uA837\uA840-\uA873\uA880-\uA8C3\uA8CE-\uA8D9\uA8F2-\uA8FE\uA900-\uA925\uA92E-\uA946\uA952\uA953\uA95F-\uA97C\uA983-\uA9B2\uA9B4\uA9B5\uA9BA\uA9BB\uA9BE-\uA9CD\uA9CF-\uA9D9\uA9DE-\uA9E4\uA9E6-\uA9FE\uAA00-\uAA28\uAA2F\uAA30\uAA33\uAA34\uAA40-\uAA42\uAA44-\uAA4B\uAA4D\uAA50-\uAA59\uAA5C-\uAA7B\uAA7D-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAAEB\uAAEE-\uAAF5\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB69\uAB70-\uABE4\uABE6\uABE7\uABE9-\uABEC\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uD800-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC\u{10000}-\u{1000B}\u{1000D}-\u{10026}\u{10028}-\u{1003A}\u{1003C}\u{1003D}\u{1003F}-\u{1004D}\u{10050}-\u{1005D}\u{10080}-\u{100FA}\u{10100}\u{10102}\u{10107}-\u{10133}\u{10137}-\u{1013F}\u{1018D}\u{1018E}\u{101D0}-\u{101FC}\u{10280}-\u{1029C}\u{102A0}-\u{102D0}\u{10300}-\u{10323}\u{1032D}-\u{1034A}\u{10350}-\u{10375}\u{10380}-\u{1039D}\u{1039F}-\u{103C3}\u{103C8}-\u{103D5}\u{10400}-\u{1049D}\u{104A0}-\u{104A9}\u{104B0}-\u{104D3}\u{104D8}-\u{104FB}\u{10500}-\u{10527}\u{10530}-\u{10563}\u{1056F}-\u{1057A}\u{1057C}-\u{1058A}\u{1058C}-\u{10592}\u{10594}\u{10595}\u{10597}-\u{105A1}\u{105A3}-\u{105B1}\u{105B3}-\u{105B9}\u{105BB}\u{105BC}\u{10600}-\u{10736}\u{10740}-\u{10755}\u{10760}-\u{10767}\u{10780}-\u{10785}\u{10787}-\u{107B0}\u{107B2}-\u{107BA}\u{11000}\u{11002}-\u{11037}\u{11047}-\u{1104D}\u{11066}-\u{1106F}\u{11071}\u{11072}\u{11075}\u{11082}-\u{110B2}\u{110B7}\u{110B8}\u{110BB}-\u{110C1}\u{110CD}\u{110D0}-\u{110E8}\u{110F0}-\u{110F9}\u{11103}-\u{11126}\u{1112C}\u{11136}-\u{11147}\u{11150}-\u{11172}\u{11174}-\u{11176}\u{11182}-\u{111B5}\u{111BF}-\u{111C8}\u{111CD}\u{111CE}\u{111D0}-\u{111DF}\u{111E1}-\u{111F4}\u{11200}-\u{11211}\u{11213}-\u{1122E}\u{11232}\u{11233}\u{11235}\u{11238}-\u{1123D}\u{1123F}\u{11240}\u{11280}-\u{11286}\u{11288}\u{1128A}-\u{1128D}\u{1128F}-\u{1129D}\u{1129F}-\u{112A9}\u{112B0}-\u{112DE}\u{112E0}-\u{112E2}\u{112F0}-\u{112F9}\u{11302}\u{11303}\u{11305}-\u{1130C}\u{1130F}\u{11310}\u{11313}-\u{11328}\u{1132A}-\u{11330}\u{11332}\u{11333}\u{11335}-\u{11339}\u{1133D}-\u{1133F}\u{11341}-\u{11344}\u{11347}\u{11348}\u{1134B}-\u{1134D}\u{11350}\u{11357}\u{1135D}-\u{11363}\u{11400}-\u{11437}\u{11440}\u{11441}\u{11445}\u{11447}-\u{1145B}\u{1145D}\u{1145F}-\u{11461}\u{11480}-\u{114B2}\u{114B9}\u{114BB}-\u{114BE}\u{114C1}\u{114C4}-\u{114C7}\u{114D0}-\u{114D9}\u{11580}-\u{115B1}\u{115B8}-\u{115BB}\u{115BE}\u{115C1}-\u{115DB}\u{11600}-\u{11632}\u{1163B}\u{1163C}\u{1163E}\u{11641}-\u{11644}\u{11650}-\u{11659}\u{11680}-\u{116AA}\u{116AC}\u{116AE}\u{116AF}\u{116B6}\u{116B8}\u{116B9}\u{116C0}-\u{116C9}\u{11700}-\u{1171A}\u{11720}\u{11721}\u{11726}\u{11730}-\u{11746}\u{11800}-\u{1182E}\u{11838}\u{1183B}\u{118A0}-\u{118F2}\u{118FF}-\u{11906}\u{11909}\u{1190C}-\u{11913}\u{11915}\u{11916}\u{11918}-\u{11935}\u{11937}\u{11938}\u{1193D}\u{1193F}-\u{11942}\u{11944}-\u{11946}\u{11950}-\u{11959}\u{119A0}-\u{119A7}\u{119AA}-\u{119D3}\u{119DC}-\u{119DF}\u{119E1}-\u{119E4}\u{11A00}\u{11A07}\u{11A08}\u{11A0B}-\u{11A32}\u{11A39}\u{11A3A}\u{11A3F}-\u{11A46}\u{11A50}\u{11A57}\u{11A58}\u{11A5C}-\u{11A89}\u{11A97}\u{11A9A}-\u{11AA2}\u{11AB0}-\u{11AF8}\u{11B00}-\u{11B09}\u{11C00}-\u{11C08}\u{11C0A}-\u{11C2F}\u{11C3E}-\u{11C45}\u{11C50}-\u{11C6C}\u{11C70}-\u{11C8F}\u{11CA9}\u{11CB1}\u{11CB4}\u{11D00}-\u{11D06}\u{11D08}\u{11D09}\u{11D0B}-\u{11D30}\u{11D46}\u{11D50}-\u{11D59}\u{11D60}-\u{11D65}\u{11D67}\u{11D68}\u{11D6A}-\u{11D8E}\u{11D93}\u{11D94}\u{11D96}\u{11D98}\u{11DA0}-\u{11DA9}\u{11EE0}-\u{11EF2}\u{11EF5}-\u{11EF8}\u{11F02}-\u{11F10}\u{11F12}-\u{11F35}\u{11F3E}\u{11F3F}\u{11F41}\u{11F43}-\u{11F59}\u{11FB0}\u{11FC0}-\u{11FD4}\u{11FFF}-\u{12399}\u{12400}-\u{1246E}\u{12470}-\u{12474}\u{12480}-\u{12543}\u{12F90}-\u{12FF2}\u{13000}-\u{1343F}\u{13441}-\u{13446}\u{14400}-\u{14646}\u{16800}-\u{16A38}\u{16A40}-\u{16A5E}\u{16A60}-\u{16A69}\u{16A6E}-\u{16ABE}\u{16AC0}-\u{16AC9}\u{16AD0}-\u{16AED}\u{16AF5}\u{16B00}-\u{16B2F}\u{16B37}-\u{16B45}\u{16B50}-\u{16B59}\u{16B5B}-\u{16B61}\u{16B63}-\u{16B77}\u{16B7D}-\u{16B8F}\u{16E40}-\u{16E9A}\u{16F00}-\u{16F4A}\u{16F50}-\u{16F87}\u{16F93}-\u{16F9F}\u{16FE0}\u{16FE1}\u{16FE3}\u{16FF0}\u{16FF1}\u{17000}-\u{187F7}\u{18800}-\u{18CD5}\u{18D00}-\u{18D08}\u{1AFF0}-\u{1AFF3}\u{1AFF5}-\u{1AFFB}\u{1AFFD}\u{1AFFE}\u{1B000}-\u{1B122}\u{1B132}\u{1B150}-\u{1B152}\u{1B155}\u{1B164}-\u{1B167}\u{1B170}-\u{1B2FB}\u{1BC00}-\u{1BC6A}\u{1BC70}-\u{1BC7C}\u{1BC80}-\u{1BC88}\u{1BC90}-\u{1BC99}\u{1BC9C}\u{1BC9F}\u{1CF50}-\u{1CFC3}\u{1D000}-\u{1D0F5}\u{1D100}-\u{1D126}\u{1D129}-\u{1D166}\u{1D16A}-\u{1D172}\u{1D183}\u{1D184}\u{1D18C}-\u{1D1A9}\u{1D1AE}-\u{1D1E8}\u{1D2C0}-\u{1D2D3}\u{1D2E0}-\u{1D2F3}\u{1D360}-\u{1D378}\u{1D400}-\u{1D454}\u{1D456}-\u{1D49C}\u{1D49E}\u{1D49F}\u{1D4A2}\u{1D4A5}\u{1D4A6}\u{1D4A9}-\u{1D4AC}\u{1D4AE}-\u{1D4B9}\u{1D4BB}\u{1D4BD}-\u{1D4C3}\u{1D4C5}-\u{1D505}\u{1D507}-\u{1D50A}\u{1D50D}-\u{1D514}\u{1D516}-\u{1D51C}\u{1D51E}-\u{1D539}\u{1D53B}-\u{1D53E}\u{1D540}-\u{1D544}\u{1D546}\u{1D54A}-\u{1D550}\u{1D552}-\u{1D6A5}\u{1D6A8}-\u{1D6DA}\u{1D6DC}-\u{1D714}\u{1D716}-\u{1D74E}\u{1D750}-\u{1D788}\u{1D78A}-\u{1D7C2}\u{1D7C4}-\u{1D7CB}\u{1D800}-\u{1D9FF}\u{1DA37}-\u{1DA3A}\u{1DA6D}-\u{1DA74}\u{1DA76}-\u{1DA83}\u{1DA85}-\u{1DA8B}\u{1DF00}-\u{1DF1E}\u{1DF25}-\u{1DF2A}\u{1E030}-\u{1E06D}\u{1E100}-\u{1E12C}\u{1E137}-\u{1E13D}\u{1E140}-\u{1E149}\u{1E14E}\u{1E14F}\u{1E290}-\u{1E2AD}\u{1E2C0}-\u{1E2EB}\u{1E2F0}-\u{1E2F9}\u{1E4D0}-\u{1E4EB}\u{1E4F0}-\u{1E4F9}\u{1E7E0}-\u{1E7E6}\u{1E7E8}-\u{1E7EB}\u{1E7ED}\u{1E7EE}\u{1E7F0}-\u{1E7FE}\u{1F110}-\u{1F12E}\u{1F130}-\u{1F169}\u{1F170}-\u{1F1AC}\u{1F1E6}-\u{1F202}\u{1F210}-\u{1F23B}\u{1F240}-\u{1F248}\u{1F250}\u{1F251}\u{20000}-\u{2A6DF}\u{2A700}-\u{2B739}\u{2B740}-\u{2B81D}\u{2B820}-\u{2CEA1}\u{2CEB0}-\u{2EBE0}\u{2EBF0}-\u{2EE5D}\u{2F800}-\u{2FA1D}\u{30000}-\u{3134A}\u{31350}-\u{323AF}\u{F0000}-\u{FFFFD}\u{100000}-\u{10FFFD}]/u, gf = /[\u05BE\u05C0\u05C3\u05C6\u05D0-\u05EA\u05EF-\u05F4\u0608\u060B\u060D\u061B-\u064A\u066D-\u066F\u0671-\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u070D\u070F\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07C0-\u07EA\u07F4\u07F5\u07FA\u07FE-\u0815\u081A\u0824\u0828\u0830-\u083E\u0840-\u0858\u085E\u0860-\u086A\u0870-\u088E\u08A0-\u08C9\u200F\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBC2\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFC\uFE70-\uFE74\uFE76-\uFEFC\u{10800}-\u{10805}\u{10808}\u{1080A}-\u{10835}\u{10837}\u{10838}\u{1083C}\u{1083F}-\u{10855}\u{10857}-\u{1089E}\u{108A7}-\u{108AF}\u{108E0}-\u{108F2}\u{108F4}\u{108F5}\u{108FB}-\u{1091B}\u{10920}-\u{10939}\u{1093F}\u{10980}-\u{109B7}\u{109BC}-\u{109CF}\u{109D2}-\u{10A00}\u{10A10}-\u{10A13}\u{10A15}-\u{10A17}\u{10A19}-\u{10A35}\u{10A40}-\u{10A48}\u{10A50}-\u{10A58}\u{10A60}-\u{10A9F}\u{10AC0}-\u{10AE4}\u{10AEB}-\u{10AF6}\u{10B00}-\u{10B35}\u{10B40}-\u{10B55}\u{10B58}-\u{10B72}\u{10B78}-\u{10B91}\u{10B99}-\u{10B9C}\u{10BA9}-\u{10BAF}\u{10C00}-\u{10C48}\u{10C80}-\u{10CB2}\u{10CC0}-\u{10CF2}\u{10CFA}-\u{10D23}\u{10E80}-\u{10EA9}\u{10EAD}\u{10EB0}\u{10EB1}\u{10F00}-\u{10F27}\u{10F30}-\u{10F45}\u{10F51}-\u{10F59}\u{10F70}-\u{10F81}\u{10F86}-\u{10F89}\u{10FB0}-\u{10FCB}\u{10FE0}-\u{10FF6}\u{1E800}-\u{1E8C4}\u{1E8C7}-\u{1E8CF}\u{1E900}-\u{1E943}\u{1E94B}\u{1E950}-\u{1E959}\u{1E95E}\u{1E95F}\u{1EC71}-\u{1ECB4}\u{1ED01}-\u{1ED3D}\u{1EE00}-\u{1EE03}\u{1EE05}-\u{1EE1F}\u{1EE21}\u{1EE22}\u{1EE24}\u{1EE27}\u{1EE29}-\u{1EE32}\u{1EE34}-\u{1EE37}\u{1EE39}\u{1EE3B}\u{1EE42}\u{1EE47}\u{1EE49}\u{1EE4B}\u{1EE4D}-\u{1EE4F}\u{1EE51}\u{1EE52}\u{1EE54}\u{1EE57}\u{1EE59}\u{1EE5B}\u{1EE5D}\u{1EE5F}\u{1EE61}\u{1EE62}\u{1EE64}\u{1EE67}-\u{1EE6A}\u{1EE6C}-\u{1EE72}\u{1EE74}-\u{1EE77}\u{1EE79}-\u{1EE7C}\u{1EE7E}\u{1EE80}-\u{1EE89}\u{1EE8B}-\u{1EE9B}\u{1EEA1}-\u{1EEA3}\u{1EEA5}-\u{1EEA9}\u{1EEAB}-\u{1EEBB}]/u, xf = /^[\0-\x08\x0E-\x1B!-@\[-`\{-\x84\x86-\xA9\xAB-\xB4\xB6-\xB9\xBB-\xBF\xD7\xF7\u02B9\u02BA\u02C2-\u02CF\u02D2-\u02DF\u02E5-\u02ED\u02EF-\u036F\u0374\u0375\u037E\u0384\u0385\u0387\u03F6\u0483-\u0489\u058A\u058D-\u058F\u0591-\u05C7\u05D0-\u05EA\u05EF-\u05F4\u0600-\u070D\u070F-\u074A\u074D-\u07B1\u07C0-\u07FA\u07FD-\u082D\u0830-\u083E\u0840-\u085B\u085E\u0860-\u086A\u0870-\u088E\u0890\u0891\u0898-\u0902\u093A\u093C\u0941-\u0948\u094D\u0951-\u0957\u0962\u0963\u0981\u09BC\u09C1-\u09C4\u09CD\u09E2\u09E3\u09F2\u09F3\u09FB\u09FE\u0A01\u0A02\u0A3C\u0A41\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81\u0A82\u0ABC\u0AC1-\u0AC5\u0AC7\u0AC8\u0ACD\u0AE2\u0AE3\u0AF1\u0AFA-\u0AFF\u0B01\u0B3C\u0B3F\u0B41-\u0B44\u0B4D\u0B55\u0B56\u0B62\u0B63\u0B82\u0BC0\u0BCD\u0BF3-\u0BFA\u0C00\u0C04\u0C3C\u0C3E-\u0C40\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C78-\u0C7E\u0C81\u0CBC\u0CCC\u0CCD\u0CE2\u0CE3\u0D00\u0D01\u0D3B\u0D3C\u0D41-\u0D44\u0D4D\u0D62\u0D63\u0D81\u0DCA\u0DD2-\u0DD4\u0DD6\u0E31\u0E34-\u0E3A\u0E3F\u0E47-\u0E4E\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0F18\u0F19\u0F35\u0F37\u0F39-\u0F3D\u0F71-\u0F7E\u0F80-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102D-\u1030\u1032-\u1037\u1039\u103A\u103D\u103E\u1058\u1059\u105E-\u1060\u1071-\u1074\u1082\u1085\u1086\u108D\u109D\u135D-\u135F\u1390-\u1399\u1400\u169B\u169C\u1712-\u1714\u1732\u1733\u1752\u1753\u1772\u1773\u17B4\u17B5\u17B7-\u17BD\u17C6\u17C9-\u17D3\u17DB\u17DD\u17F0-\u17F9\u1800-\u180F\u1885\u1886\u18A9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193B\u1940\u1944\u1945\u19DE-\u19FF\u1A17\u1A18\u1A1B\u1A56\u1A58-\u1A5E\u1A60\u1A62\u1A65-\u1A6C\u1A73-\u1A7C\u1A7F\u1AB0-\u1ACE\u1B00-\u1B03\u1B34\u1B36-\u1B3A\u1B3C\u1B42\u1B6B-\u1B73\u1B80\u1B81\u1BA2-\u1BA5\u1BA8\u1BA9\u1BAB-\u1BAD\u1BE6\u1BE8\u1BE9\u1BED\u1BEF-\u1BF1\u1C2C-\u1C33\u1C36\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE0\u1CE2-\u1CE8\u1CED\u1CF4\u1CF8\u1CF9\u1DC0-\u1DFF\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u200B-\u200D\u200F-\u2027\u202F-\u205E\u2060-\u2064\u206A-\u2070\u2074-\u207E\u2080-\u208E\u20A0-\u20C0\u20D0-\u20F0\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u2150-\u215F\u2189-\u218B\u2190-\u2335\u237B-\u2394\u2396-\u2426\u2440-\u244A\u2460-\u249B\u24EA-\u26AB\u26AD-\u27FF\u2900-\u2B73\u2B76-\u2B95\u2B97-\u2BFF\u2CE5-\u2CEA\u2CEF-\u2CF1\u2CF9-\u2CFF\u2D7F\u2DE0-\u2E5D\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFF\u3001-\u3004\u3008-\u3020\u302A-\u302D\u3030\u3036\u3037\u303D-\u303F\u3099-\u309C\u30A0\u30FB\u31C0-\u31E3\u31EF\u321D\u321E\u3250-\u325F\u327C-\u327E\u32B1-\u32BF\u32CC-\u32CF\u3377-\u337A\u33DE\u33DF\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA60D-\uA60F\uA66F-\uA67F\uA69E\uA69F\uA6F0\uA6F1\uA700-\uA721\uA788\uA802\uA806\uA80B\uA825\uA826\uA828-\uA82C\uA838\uA839\uA874-\uA877\uA8C4\uA8C5\uA8E0-\uA8F1\uA8FF\uA926-\uA92D\uA947-\uA951\uA980-\uA982\uA9B3\uA9B6-\uA9B9\uA9BC\uA9BD\uA9E5\uAA29-\uAA2E\uAA31\uAA32\uAA35\uAA36\uAA43\uAA4C\uAA7C\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEC\uAAED\uAAF6\uAB6A\uAB6B\uABE5\uABE8\uABED\uFB1D-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBC2\uFBD3-\uFD8F\uFD92-\uFDC7\uFDCF\uFDF0-\uFE19\uFE20-\uFE52\uFE54-\uFE66\uFE68-\uFE6B\uFE70-\uFE74\uFE76-\uFEFC\uFEFF\uFF01-\uFF20\uFF3B-\uFF40\uFF5B-\uFF65\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFF9-\uFFFD\u{10101}\u{10140}-\u{1018C}\u{10190}-\u{1019C}\u{101A0}\u{101FD}\u{102E0}-\u{102FB}\u{10376}-\u{1037A}\u{10800}-\u{10805}\u{10808}\u{1080A}-\u{10835}\u{10837}\u{10838}\u{1083C}\u{1083F}-\u{10855}\u{10857}-\u{1089E}\u{108A7}-\u{108AF}\u{108E0}-\u{108F2}\u{108F4}\u{108F5}\u{108FB}-\u{1091B}\u{1091F}-\u{10939}\u{1093F}\u{10980}-\u{109B7}\u{109BC}-\u{109CF}\u{109D2}-\u{10A03}\u{10A05}\u{10A06}\u{10A0C}-\u{10A13}\u{10A15}-\u{10A17}\u{10A19}-\u{10A35}\u{10A38}-\u{10A3A}\u{10A3F}-\u{10A48}\u{10A50}-\u{10A58}\u{10A60}-\u{10A9F}\u{10AC0}-\u{10AE6}\u{10AEB}-\u{10AF6}\u{10B00}-\u{10B35}\u{10B39}-\u{10B55}\u{10B58}-\u{10B72}\u{10B78}-\u{10B91}\u{10B99}-\u{10B9C}\u{10BA9}-\u{10BAF}\u{10C00}-\u{10C48}\u{10C80}-\u{10CB2}\u{10CC0}-\u{10CF2}\u{10CFA}-\u{10D27}\u{10D30}-\u{10D39}\u{10E60}-\u{10E7E}\u{10E80}-\u{10EA9}\u{10EAB}-\u{10EAD}\u{10EB0}\u{10EB1}\u{10EFD}-\u{10F27}\u{10F30}-\u{10F59}\u{10F70}-\u{10F89}\u{10FB0}-\u{10FCB}\u{10FE0}-\u{10FF6}\u{11001}\u{11038}-\u{11046}\u{11052}-\u{11065}\u{11070}\u{11073}\u{11074}\u{1107F}-\u{11081}\u{110B3}-\u{110B6}\u{110B9}\u{110BA}\u{110C2}\u{11100}-\u{11102}\u{11127}-\u{1112B}\u{1112D}-\u{11134}\u{11173}\u{11180}\u{11181}\u{111B6}-\u{111BE}\u{111C9}-\u{111CC}\u{111CF}\u{1122F}-\u{11231}\u{11234}\u{11236}\u{11237}\u{1123E}\u{11241}\u{112DF}\u{112E3}-\u{112EA}\u{11300}\u{11301}\u{1133B}\u{1133C}\u{11340}\u{11366}-\u{1136C}\u{11370}-\u{11374}\u{11438}-\u{1143F}\u{11442}-\u{11444}\u{11446}\u{1145E}\u{114B3}-\u{114B8}\u{114BA}\u{114BF}\u{114C0}\u{114C2}\u{114C3}\u{115B2}-\u{115B5}\u{115BC}\u{115BD}\u{115BF}\u{115C0}\u{115DC}\u{115DD}\u{11633}-\u{1163A}\u{1163D}\u{1163F}\u{11640}\u{11660}-\u{1166C}\u{116AB}\u{116AD}\u{116B0}-\u{116B5}\u{116B7}\u{1171D}-\u{1171F}\u{11722}-\u{11725}\u{11727}-\u{1172B}\u{1182F}-\u{11837}\u{11839}\u{1183A}\u{1193B}\u{1193C}\u{1193E}\u{11943}\u{119D4}-\u{119D7}\u{119DA}\u{119DB}\u{119E0}\u{11A01}-\u{11A06}\u{11A09}\u{11A0A}\u{11A33}-\u{11A38}\u{11A3B}-\u{11A3E}\u{11A47}\u{11A51}-\u{11A56}\u{11A59}-\u{11A5B}\u{11A8A}-\u{11A96}\u{11A98}\u{11A99}\u{11C30}-\u{11C36}\u{11C38}-\u{11C3D}\u{11C92}-\u{11CA7}\u{11CAA}-\u{11CB0}\u{11CB2}\u{11CB3}\u{11CB5}\u{11CB6}\u{11D31}-\u{11D36}\u{11D3A}\u{11D3C}\u{11D3D}\u{11D3F}-\u{11D45}\u{11D47}\u{11D90}\u{11D91}\u{11D95}\u{11D97}\u{11EF3}\u{11EF4}\u{11F00}\u{11F01}\u{11F36}-\u{11F3A}\u{11F40}\u{11F42}\u{11FD5}-\u{11FF1}\u{13440}\u{13447}-\u{13455}\u{16AF0}-\u{16AF4}\u{16B30}-\u{16B36}\u{16F4F}\u{16F8F}-\u{16F92}\u{16FE2}\u{16FE4}\u{1BC9D}\u{1BC9E}\u{1BCA0}-\u{1BCA3}\u{1CF00}-\u{1CF2D}\u{1CF30}-\u{1CF46}\u{1D167}-\u{1D169}\u{1D173}-\u{1D182}\u{1D185}-\u{1D18B}\u{1D1AA}-\u{1D1AD}\u{1D1E9}\u{1D1EA}\u{1D200}-\u{1D245}\u{1D300}-\u{1D356}\u{1D6DB}\u{1D715}\u{1D74F}\u{1D789}\u{1D7C3}\u{1D7CE}-\u{1D7FF}\u{1DA00}-\u{1DA36}\u{1DA3B}-\u{1DA6C}\u{1DA75}\u{1DA84}\u{1DA9B}-\u{1DA9F}\u{1DAA1}-\u{1DAAF}\u{1E000}-\u{1E006}\u{1E008}-\u{1E018}\u{1E01B}-\u{1E021}\u{1E023}\u{1E024}\u{1E026}-\u{1E02A}\u{1E08F}\u{1E130}-\u{1E136}\u{1E2AE}\u{1E2EC}-\u{1E2EF}\u{1E2FF}\u{1E4EC}-\u{1E4EF}\u{1E800}-\u{1E8C4}\u{1E8C7}-\u{1E8D6}\u{1E900}-\u{1E94B}\u{1E950}-\u{1E959}\u{1E95E}\u{1E95F}\u{1EC71}-\u{1ECB4}\u{1ED01}-\u{1ED3D}\u{1EE00}-\u{1EE03}\u{1EE05}-\u{1EE1F}\u{1EE21}\u{1EE22}\u{1EE24}\u{1EE27}\u{1EE29}-\u{1EE32}\u{1EE34}-\u{1EE37}\u{1EE39}\u{1EE3B}\u{1EE42}\u{1EE47}\u{1EE49}\u{1EE4B}\u{1EE4D}-\u{1EE4F}\u{1EE51}\u{1EE52}\u{1EE54}\u{1EE57}\u{1EE59}\u{1EE5B}\u{1EE5D}\u{1EE5F}\u{1EE61}\u{1EE62}\u{1EE64}\u{1EE67}-\u{1EE6A}\u{1EE6C}-\u{1EE72}\u{1EE74}-\u{1EE77}\u{1EE79}-\u{1EE7C}\u{1EE7E}\u{1EE80}-\u{1EE89}\u{1EE8B}-\u{1EE9B}\u{1EEA1}-\u{1EEA3}\u{1EEA5}-\u{1EEA9}\u{1EEAB}-\u{1EEBB}\u{1EEF0}\u{1EEF1}\u{1F000}-\u{1F02B}\u{1F030}-\u{1F093}\u{1F0A0}-\u{1F0AE}\u{1F0B1}-\u{1F0BF}\u{1F0C1}-\u{1F0CF}\u{1F0D1}-\u{1F0F5}\u{1F100}-\u{1F10F}\u{1F12F}\u{1F16A}-\u{1F16F}\u{1F1AD}\u{1F260}-\u{1F265}\u{1F300}-\u{1F6D7}\u{1F6DC}-\u{1F6EC}\u{1F6F0}-\u{1F6FC}\u{1F700}-\u{1F776}\u{1F77B}-\u{1F7D9}\u{1F7E0}-\u{1F7EB}\u{1F7F0}\u{1F800}-\u{1F80B}\u{1F810}-\u{1F847}\u{1F850}-\u{1F859}\u{1F860}-\u{1F887}\u{1F890}-\u{1F8AD}\u{1F8B0}\u{1F8B1}\u{1F900}-\u{1FA53}\u{1FA60}-\u{1FA6D}\u{1FA70}-\u{1FA7C}\u{1FA80}-\u{1FA88}\u{1FA90}-\u{1FABD}\u{1FABF}-\u{1FAC5}\u{1FACE}-\u{1FADB}\u{1FAE0}-\u{1FAE8}\u{1FAF0}-\u{1FAF8}\u{1FB00}-\u{1FB92}\u{1FB94}-\u{1FBCA}\u{1FBF0}-\u{1FBF9}\u{E0001}\u{E0020}-\u{E007F}\u{E0100}-\u{E01EF}]*$/u, yf = /[0-9\xB2\xB3\xB9\u05BE\u05C0\u05C3\u05C6\u05D0-\u05EA\u05EF-\u05F4\u0600-\u0605\u0608\u060B\u060D\u061B-\u064A\u0660-\u0669\u066B-\u066F\u0671-\u06D5\u06DD\u06E5\u06E6\u06EE-\u070D\u070F\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07C0-\u07EA\u07F4\u07F5\u07FA\u07FE-\u0815\u081A\u0824\u0828\u0830-\u083E\u0840-\u0858\u085E\u0860-\u086A\u0870-\u088E\u0890\u0891\u08A0-\u08C9\u08E2\u200F\u2070\u2074-\u2079\u2080-\u2089\u2488-\u249B\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBC2\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFC\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\u{102E1}-\u{102FB}\u{10800}-\u{10805}\u{10808}\u{1080A}-\u{10835}\u{10837}\u{10838}\u{1083C}\u{1083F}-\u{10855}\u{10857}-\u{1089E}\u{108A7}-\u{108AF}\u{108E0}-\u{108F2}\u{108F4}\u{108F5}\u{108FB}-\u{1091B}\u{10920}-\u{10939}\u{1093F}\u{10980}-\u{109B7}\u{109BC}-\u{109CF}\u{109D2}-\u{10A00}\u{10A10}-\u{10A13}\u{10A15}-\u{10A17}\u{10A19}-\u{10A35}\u{10A40}-\u{10A48}\u{10A50}-\u{10A58}\u{10A60}-\u{10A9F}\u{10AC0}-\u{10AE4}\u{10AEB}-\u{10AF6}\u{10B00}-\u{10B35}\u{10B40}-\u{10B55}\u{10B58}-\u{10B72}\u{10B78}-\u{10B91}\u{10B99}-\u{10B9C}\u{10BA9}-\u{10BAF}\u{10C00}-\u{10C48}\u{10C80}-\u{10CB2}\u{10CC0}-\u{10CF2}\u{10CFA}-\u{10D23}\u{10D30}-\u{10D39}\u{10E60}-\u{10E7E}\u{10E80}-\u{10EA9}\u{10EAD}\u{10EB0}\u{10EB1}\u{10F00}-\u{10F27}\u{10F30}-\u{10F45}\u{10F51}-\u{10F59}\u{10F70}-\u{10F81}\u{10F86}-\u{10F89}\u{10FB0}-\u{10FCB}\u{10FE0}-\u{10FF6}\u{1D7CE}-\u{1D7FF}\u{1E800}-\u{1E8C4}\u{1E8C7}-\u{1E8CF}\u{1E900}-\u{1E943}\u{1E94B}\u{1E950}-\u{1E959}\u{1E95E}\u{1E95F}\u{1EC71}-\u{1ECB4}\u{1ED01}-\u{1ED3D}\u{1EE00}-\u{1EE03}\u{1EE05}-\u{1EE1F}\u{1EE21}\u{1EE22}\u{1EE24}\u{1EE27}\u{1EE29}-\u{1EE32}\u{1EE34}-\u{1EE37}\u{1EE39}\u{1EE3B}\u{1EE42}\u{1EE47}\u{1EE49}\u{1EE4B}\u{1EE4D}-\u{1EE4F}\u{1EE51}\u{1EE52}\u{1EE54}\u{1EE57}\u{1EE59}\u{1EE5B}\u{1EE5D}\u{1EE5F}\u{1EE61}\u{1EE62}\u{1EE64}\u{1EE67}-\u{1EE6A}\u{1EE6C}-\u{1EE72}\u{1EE74}-\u{1EE77}\u{1EE79}-\u{1EE7C}\u{1EE7E}\u{1EE80}-\u{1EE89}\u{1EE8B}-\u{1EE9B}\u{1EEA1}-\u{1EEA3}\u{1EEA5}-\u{1EEA9}\u{1EEAB}-\u{1EEBB}\u{1F100}-\u{1F10A}\u{1FBF0}-\u{1FBF9}][\u0300-\u036F\u0483-\u0489\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0898-\u089F\u08CA-\u08E1\u08E3-\u0902\u093A\u093C\u0941-\u0948\u094D\u0951-\u0957\u0962\u0963\u0981\u09BC\u09C1-\u09C4\u09CD\u09E2\u09E3\u09FE\u0A01\u0A02\u0A3C\u0A41\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81\u0A82\u0ABC\u0AC1-\u0AC5\u0AC7\u0AC8\u0ACD\u0AE2\u0AE3\u0AFA-\u0AFF\u0B01\u0B3C\u0B3F\u0B41-\u0B44\u0B4D\u0B55\u0B56\u0B62\u0B63\u0B82\u0BC0\u0BCD\u0C00\u0C04\u0C3C\u0C3E-\u0C40\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C81\u0CBC\u0CCC\u0CCD\u0CE2\u0CE3\u0D00\u0D01\u0D3B\u0D3C\u0D41-\u0D44\u0D4D\u0D62\u0D63\u0D81\u0DCA\u0DD2-\u0DD4\u0DD6\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0F18\u0F19\u0F35\u0F37\u0F39\u0F71-\u0F7E\u0F80-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102D-\u1030\u1032-\u1037\u1039\u103A\u103D\u103E\u1058\u1059\u105E-\u1060\u1071-\u1074\u1082\u1085\u1086\u108D\u109D\u135D-\u135F\u1712-\u1714\u1732\u1733\u1752\u1753\u1772\u1773\u17B4\u17B5\u17B7-\u17BD\u17C6\u17C9-\u17D3\u17DD\u180B-\u180D\u180F\u1885\u1886\u18A9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193B\u1A17\u1A18\u1A1B\u1A56\u1A58-\u1A5E\u1A60\u1A62\u1A65-\u1A6C\u1A73-\u1A7C\u1A7F\u1AB0-\u1ACE\u1B00-\u1B03\u1B34\u1B36-\u1B3A\u1B3C\u1B42\u1B6B-\u1B73\u1B80\u1B81\u1BA2-\u1BA5\u1BA8\u1BA9\u1BAB-\u1BAD\u1BE6\u1BE8\u1BE9\u1BED\u1BEF-\u1BF1\u1C2C-\u1C33\u1C36\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE0\u1CE2-\u1CE8\u1CED\u1CF4\u1CF8\u1CF9\u1DC0-\u1DFF\u20D0-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302D\u3099\u309A\uA66F-\uA672\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA825\uA826\uA82C\uA8C4\uA8C5\uA8E0-\uA8F1\uA8FF\uA926-\uA92D\uA947-\uA951\uA980-\uA982\uA9B3\uA9B6-\uA9B9\uA9BC\uA9BD\uA9E5\uAA29-\uAA2E\uAA31\uAA32\uAA35\uAA36\uAA43\uAA4C\uAA7C\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEC\uAAED\uAAF6\uABE5\uABE8\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\u{101FD}\u{102E0}\u{10376}-\u{1037A}\u{10A01}-\u{10A03}\u{10A05}\u{10A06}\u{10A0C}-\u{10A0F}\u{10A38}-\u{10A3A}\u{10A3F}\u{10AE5}\u{10AE6}\u{10D24}-\u{10D27}\u{10EAB}\u{10EAC}\u{10EFD}-\u{10EFF}\u{10F46}-\u{10F50}\u{10F82}-\u{10F85}\u{11001}\u{11038}-\u{11046}\u{11070}\u{11073}\u{11074}\u{1107F}-\u{11081}\u{110B3}-\u{110B6}\u{110B9}\u{110BA}\u{110C2}\u{11100}-\u{11102}\u{11127}-\u{1112B}\u{1112D}-\u{11134}\u{11173}\u{11180}\u{11181}\u{111B6}-\u{111BE}\u{111C9}-\u{111CC}\u{111CF}\u{1122F}-\u{11231}\u{11234}\u{11236}\u{11237}\u{1123E}\u{11241}\u{112DF}\u{112E3}-\u{112EA}\u{11300}\u{11301}\u{1133B}\u{1133C}\u{11340}\u{11366}-\u{1136C}\u{11370}-\u{11374}\u{11438}-\u{1143F}\u{11442}-\u{11444}\u{11446}\u{1145E}\u{114B3}-\u{114B8}\u{114BA}\u{114BF}\u{114C0}\u{114C2}\u{114C3}\u{115B2}-\u{115B5}\u{115BC}\u{115BD}\u{115BF}\u{115C0}\u{115DC}\u{115DD}\u{11633}-\u{1163A}\u{1163D}\u{1163F}\u{11640}\u{116AB}\u{116AD}\u{116B0}-\u{116B5}\u{116B7}\u{1171D}-\u{1171F}\u{11722}-\u{11725}\u{11727}-\u{1172B}\u{1182F}-\u{11837}\u{11839}\u{1183A}\u{1193B}\u{1193C}\u{1193E}\u{11943}\u{119D4}-\u{119D7}\u{119DA}\u{119DB}\u{119E0}\u{11A01}-\u{11A06}\u{11A09}\u{11A0A}\u{11A33}-\u{11A38}\u{11A3B}-\u{11A3E}\u{11A47}\u{11A51}-\u{11A56}\u{11A59}-\u{11A5B}\u{11A8A}-\u{11A96}\u{11A98}\u{11A99}\u{11C30}-\u{11C36}\u{11C38}-\u{11C3D}\u{11C92}-\u{11CA7}\u{11CAA}-\u{11CB0}\u{11CB2}\u{11CB3}\u{11CB5}\u{11CB6}\u{11D31}-\u{11D36}\u{11D3A}\u{11D3C}\u{11D3D}\u{11D3F}-\u{11D45}\u{11D47}\u{11D90}\u{11D91}\u{11D95}\u{11D97}\u{11EF3}\u{11EF4}\u{11F00}\u{11F01}\u{11F36}-\u{11F3A}\u{11F40}\u{11F42}\u{13440}\u{13447}-\u{13455}\u{16AF0}-\u{16AF4}\u{16B30}-\u{16B36}\u{16F4F}\u{16F8F}-\u{16F92}\u{16FE4}\u{1BC9D}\u{1BC9E}\u{1CF00}-\u{1CF2D}\u{1CF30}-\u{1CF46}\u{1D167}-\u{1D169}\u{1D17B}-\u{1D182}\u{1D185}-\u{1D18B}\u{1D1AA}-\u{1D1AD}\u{1D242}-\u{1D244}\u{1DA00}-\u{1DA36}\u{1DA3B}-\u{1DA6C}\u{1DA75}\u{1DA84}\u{1DA9B}-\u{1DA9F}\u{1DAA1}-\u{1DAAF}\u{1E000}-\u{1E006}\u{1E008}-\u{1E018}\u{1E01B}-\u{1E021}\u{1E023}\u{1E024}\u{1E026}-\u{1E02A}\u{1E08F}\u{1E130}-\u{1E136}\u{1E2AE}\u{1E2EC}-\u{1E2EF}\u{1E4EC}-\u{1E4EF}\u{1E8D0}-\u{1E8D6}\u{1E944}-\u{1E94A}\u{E0100}-\u{E01EF}]*$/u, Ef = /[0-9\xB2\xB3\xB9\u06F0-\u06F9\u2070\u2074-\u2079\u2080-\u2089\u2488-\u249B\uFF10-\uFF19\u{102E1}-\u{102FB}\u{1D7CE}-\u{1D7FF}\u{1F100}-\u{1F10A}\u{1FBF0}-\u{1FBF9}]/u, Af = /[\u0600-\u0605\u0660-\u0669\u066B\u066C\u06DD\u0890\u0891\u08E2\u{10D30}-\u{10D39}\u{10E60}-\u{10E7E}]/u, Tf = /^[\0-\x08\x0E-\x1B!-\x84\x86-\u0377\u037A-\u037F\u0384-\u038A\u038C\u038E-\u03A1\u03A3-\u052F\u0531-\u0556\u0559-\u058A\u058D-\u058F\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0606\u0607\u0609\u060A\u060C\u060E-\u061A\u064B-\u065F\u066A\u0670\u06D6-\u06DC\u06DE-\u06E4\u06E7-\u06ED\u06F0-\u06F9\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u07F6-\u07F9\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0898-\u089F\u08CA-\u08E1\u08E3-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09FE\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A76\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AF1\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B77\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BFA\u0C00-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3C-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C5D\u0C60-\u0C63\u0C66-\u0C6F\u0C77-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDD\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1-\u0CF3\u0D00-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4F\u0D54-\u0D63\u0D66-\u0D7F\u0D81-\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2-\u0DF4\u0E01-\u0E3A\u0E3F-\u0E5B\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECE\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00-\u0F47\u0F49-\u0F6C\u0F71-\u0F97\u0F99-\u0FBC\u0FBE-\u0FCC\u0FCE-\u0FDA\u1000-\u10C5\u10C7\u10CD\u10D0-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u137C\u1380-\u1399\u13A0-\u13F5\u13F8-\u13FD\u1400-\u167F\u1681-\u169C\u16A0-\u16F8\u1700-\u1715\u171F-\u1736\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17DD\u17E0-\u17E9\u17F0-\u17F9\u1800-\u1819\u1820-\u1878\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1940\u1944-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u19DE-\u1A1B\u1A1E-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA0-\u1AAD\u1AB0-\u1ACE\u1B00-\u1B4C\u1B50-\u1B7E\u1B80-\u1BF3\u1BFC-\u1C37\u1C3B-\u1C49\u1C4D-\u1C88\u1C90-\u1CBA\u1CBD-\u1CC7\u1CD0-\u1CFA\u1D00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FC4\u1FC6-\u1FD3\u1FD6-\u1FDB\u1FDD-\u1FEF\u1FF2-\u1FF4\u1FF6-\u1FFE\u200B-\u200E\u2010-\u2027\u202F-\u205E\u2060-\u2064\u206A-\u2071\u2074-\u208E\u2090-\u209C\u20A0-\u20C0\u20D0-\u20F0\u2100-\u218B\u2190-\u2426\u2440-\u244A\u2460-\u2B73\u2B76-\u2B95\u2B97-\u2CF3\u2CF9-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D70\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2E5D\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFF\u3001-\u303F\u3041-\u3096\u3099-\u30FF\u3105-\u312F\u3131-\u318E\u3190-\u31E3\u31EF-\u321E\u3220-\uA48C\uA490-\uA4C6\uA4D0-\uA62B\uA640-\uA6F7\uA700-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA82C\uA830-\uA839\uA840-\uA877\uA880-\uA8C5\uA8CE-\uA8D9\uA8E0-\uA953\uA95F-\uA97C\uA980-\uA9CD\uA9CF-\uA9D9\uA9DE-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA5C-\uAAC2\uAADB-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB6B\uAB70-\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uD800-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1E\uFB29\uFD3E-\uFD4F\uFDCF\uFDFD-\uFE19\uFE20-\uFE52\uFE54-\uFE66\uFE68-\uFE6B\uFEFF\uFF01-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFF9-\uFFFD\u{10000}-\u{1000B}\u{1000D}-\u{10026}\u{10028}-\u{1003A}\u{1003C}\u{1003D}\u{1003F}-\u{1004D}\u{10050}-\u{1005D}\u{10080}-\u{100FA}\u{10100}-\u{10102}\u{10107}-\u{10133}\u{10137}-\u{1018E}\u{10190}-\u{1019C}\u{101A0}\u{101D0}-\u{101FD}\u{10280}-\u{1029C}\u{102A0}-\u{102D0}\u{102E0}-\u{102FB}\u{10300}-\u{10323}\u{1032D}-\u{1034A}\u{10350}-\u{1037A}\u{10380}-\u{1039D}\u{1039F}-\u{103C3}\u{103C8}-\u{103D5}\u{10400}-\u{1049D}\u{104A0}-\u{104A9}\u{104B0}-\u{104D3}\u{104D8}-\u{104FB}\u{10500}-\u{10527}\u{10530}-\u{10563}\u{1056F}-\u{1057A}\u{1057C}-\u{1058A}\u{1058C}-\u{10592}\u{10594}\u{10595}\u{10597}-\u{105A1}\u{105A3}-\u{105B1}\u{105B3}-\u{105B9}\u{105BB}\u{105BC}\u{10600}-\u{10736}\u{10740}-\u{10755}\u{10760}-\u{10767}\u{10780}-\u{10785}\u{10787}-\u{107B0}\u{107B2}-\u{107BA}\u{1091F}\u{10A01}-\u{10A03}\u{10A05}\u{10A06}\u{10A0C}-\u{10A0F}\u{10A38}-\u{10A3A}\u{10A3F}\u{10AE5}\u{10AE6}\u{10B39}-\u{10B3F}\u{10D24}-\u{10D27}\u{10EAB}\u{10EAC}\u{10EFD}-\u{10EFF}\u{10F46}-\u{10F50}\u{10F82}-\u{10F85}\u{11000}-\u{1104D}\u{11052}-\u{11075}\u{1107F}-\u{110C2}\u{110CD}\u{110D0}-\u{110E8}\u{110F0}-\u{110F9}\u{11100}-\u{11134}\u{11136}-\u{11147}\u{11150}-\u{11176}\u{11180}-\u{111DF}\u{111E1}-\u{111F4}\u{11200}-\u{11211}\u{11213}-\u{11241}\u{11280}-\u{11286}\u{11288}\u{1128A}-\u{1128D}\u{1128F}-\u{1129D}\u{1129F}-\u{112A9}\u{112B0}-\u{112EA}\u{112F0}-\u{112F9}\u{11300}-\u{11303}\u{11305}-\u{1130C}\u{1130F}\u{11310}\u{11313}-\u{11328}\u{1132A}-\u{11330}\u{11332}\u{11333}\u{11335}-\u{11339}\u{1133B}-\u{11344}\u{11347}\u{11348}\u{1134B}-\u{1134D}\u{11350}\u{11357}\u{1135D}-\u{11363}\u{11366}-\u{1136C}\u{11370}-\u{11374}\u{11400}-\u{1145B}\u{1145D}-\u{11461}\u{11480}-\u{114C7}\u{114D0}-\u{114D9}\u{11580}-\u{115B5}\u{115B8}-\u{115DD}\u{11600}-\u{11644}\u{11650}-\u{11659}\u{11660}-\u{1166C}\u{11680}-\u{116B9}\u{116C0}-\u{116C9}\u{11700}-\u{1171A}\u{1171D}-\u{1172B}\u{11730}-\u{11746}\u{11800}-\u{1183B}\u{118A0}-\u{118F2}\u{118FF}-\u{11906}\u{11909}\u{1190C}-\u{11913}\u{11915}\u{11916}\u{11918}-\u{11935}\u{11937}\u{11938}\u{1193B}-\u{11946}\u{11950}-\u{11959}\u{119A0}-\u{119A7}\u{119AA}-\u{119D7}\u{119DA}-\u{119E4}\u{11A00}-\u{11A47}\u{11A50}-\u{11AA2}\u{11AB0}-\u{11AF8}\u{11B00}-\u{11B09}\u{11C00}-\u{11C08}\u{11C0A}-\u{11C36}\u{11C38}-\u{11C45}\u{11C50}-\u{11C6C}\u{11C70}-\u{11C8F}\u{11C92}-\u{11CA7}\u{11CA9}-\u{11CB6}\u{11D00}-\u{11D06}\u{11D08}\u{11D09}\u{11D0B}-\u{11D36}\u{11D3A}\u{11D3C}\u{11D3D}\u{11D3F}-\u{11D47}\u{11D50}-\u{11D59}\u{11D60}-\u{11D65}\u{11D67}\u{11D68}\u{11D6A}-\u{11D8E}\u{11D90}\u{11D91}\u{11D93}-\u{11D98}\u{11DA0}-\u{11DA9}\u{11EE0}-\u{11EF8}\u{11F00}-\u{11F10}\u{11F12}-\u{11F3A}\u{11F3E}-\u{11F59}\u{11FB0}\u{11FC0}-\u{11FF1}\u{11FFF}-\u{12399}\u{12400}-\u{1246E}\u{12470}-\u{12474}\u{12480}-\u{12543}\u{12F90}-\u{12FF2}\u{13000}-\u{13455}\u{14400}-\u{14646}\u{16800}-\u{16A38}\u{16A40}-\u{16A5E}\u{16A60}-\u{16A69}\u{16A6E}-\u{16ABE}\u{16AC0}-\u{16AC9}\u{16AD0}-\u{16AED}\u{16AF0}-\u{16AF5}\u{16B00}-\u{16B45}\u{16B50}-\u{16B59}\u{16B5B}-\u{16B61}\u{16B63}-\u{16B77}\u{16B7D}-\u{16B8F}\u{16E40}-\u{16E9A}\u{16F00}-\u{16F4A}\u{16F4F}-\u{16F87}\u{16F8F}-\u{16F9F}\u{16FE0}-\u{16FE4}\u{16FF0}\u{16FF1}\u{17000}-\u{187F7}\u{18800}-\u{18CD5}\u{18D00}-\u{18D08}\u{1AFF0}-\u{1AFF3}\u{1AFF5}-\u{1AFFB}\u{1AFFD}\u{1AFFE}\u{1B000}-\u{1B122}\u{1B132}\u{1B150}-\u{1B152}\u{1B155}\u{1B164}-\u{1B167}\u{1B170}-\u{1B2FB}\u{1BC00}-\u{1BC6A}\u{1BC70}-\u{1BC7C}\u{1BC80}-\u{1BC88}\u{1BC90}-\u{1BC99}\u{1BC9C}-\u{1BCA3}\u{1CF00}-\u{1CF2D}\u{1CF30}-\u{1CF46}\u{1CF50}-\u{1CFC3}\u{1D000}-\u{1D0F5}\u{1D100}-\u{1D126}\u{1D129}-\u{1D1EA}\u{1D200}-\u{1D245}\u{1D2C0}-\u{1D2D3}\u{1D2E0}-\u{1D2F3}\u{1D300}-\u{1D356}\u{1D360}-\u{1D378}\u{1D400}-\u{1D454}\u{1D456}-\u{1D49C}\u{1D49E}\u{1D49F}\u{1D4A2}\u{1D4A5}\u{1D4A6}\u{1D4A9}-\u{1D4AC}\u{1D4AE}-\u{1D4B9}\u{1D4BB}\u{1D4BD}-\u{1D4C3}\u{1D4C5}-\u{1D505}\u{1D507}-\u{1D50A}\u{1D50D}-\u{1D514}\u{1D516}-\u{1D51C}\u{1D51E}-\u{1D539}\u{1D53B}-\u{1D53E}\u{1D540}-\u{1D544}\u{1D546}\u{1D54A}-\u{1D550}\u{1D552}-\u{1D6A5}\u{1D6A8}-\u{1D7CB}\u{1D7CE}-\u{1DA8B}\u{1DA9B}-\u{1DA9F}\u{1DAA1}-\u{1DAAF}\u{1DF00}-\u{1DF1E}\u{1DF25}-\u{1DF2A}\u{1E000}-\u{1E006}\u{1E008}-\u{1E018}\u{1E01B}-\u{1E021}\u{1E023}\u{1E024}\u{1E026}-\u{1E02A}\u{1E030}-\u{1E06D}\u{1E08F}\u{1E100}-\u{1E12C}\u{1E130}-\u{1E13D}\u{1E140}-\u{1E149}\u{1E14E}\u{1E14F}\u{1E290}-\u{1E2AE}\u{1E2C0}-\u{1E2F9}\u{1E2FF}\u{1E4D0}-\u{1E4F9}\u{1E7E0}-\u{1E7E6}\u{1E7E8}-\u{1E7EB}\u{1E7ED}\u{1E7EE}\u{1E7F0}-\u{1E7FE}\u{1E8D0}-\u{1E8D6}\u{1E944}-\u{1E94A}\u{1EEF0}\u{1EEF1}\u{1F000}-\u{1F02B}\u{1F030}-\u{1F093}\u{1F0A0}-\u{1F0AE}\u{1F0B1}-\u{1F0BF}\u{1F0C1}-\u{1F0CF}\u{1F0D1}-\u{1F0F5}\u{1F100}-\u{1F1AD}\u{1F1E6}-\u{1F202}\u{1F210}-\u{1F23B}\u{1F240}-\u{1F248}\u{1F250}\u{1F251}\u{1F260}-\u{1F265}\u{1F300}-\u{1F6D7}\u{1F6DC}-\u{1F6EC}\u{1F6F0}-\u{1F6FC}\u{1F700}-\u{1F776}\u{1F77B}-\u{1F7D9}\u{1F7E0}-\u{1F7EB}\u{1F7F0}\u{1F800}-\u{1F80B}\u{1F810}-\u{1F847}\u{1F850}-\u{1F859}\u{1F860}-\u{1F887}\u{1F890}-\u{1F8AD}\u{1F8B0}\u{1F8B1}\u{1F900}-\u{1FA53}\u{1FA60}-\u{1FA6D}\u{1FA70}-\u{1FA7C}\u{1FA80}-\u{1FA88}\u{1FA90}-\u{1FABD}\u{1FABF}-\u{1FAC5}\u{1FACE}-\u{1FADB}\u{1FAE0}-\u{1FAE8}\u{1FAF0}-\u{1FAF8}\u{1FB00}-\u{1FB92}\u{1FB94}-\u{1FBCA}\u{1FBF0}-\u{1FBF9}\u{20000}-\u{2A6DF}\u{2A700}-\u{2B739}\u{2B740}-\u{2B81D}\u{2B820}-\u{2CEA1}\u{2CEB0}-\u{2EBE0}\u{2EBF0}-\u{2EE5D}\u{2F800}-\u{2FA1D}\u{30000}-\u{3134A}\u{31350}-\u{323AF}\u{E0001}\u{E0020}-\u{E007F}\u{E0100}-\u{E01EF}\u{F0000}-\u{FFFFD}\u{100000}-\u{10FFFD}]*$/u, Cf = /[0-9A-Za-z\xAA\xB2\xB3\xB5\xB9\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02B8\u02BB-\u02C1\u02D0\u02D1\u02E0-\u02E4\u02EE\u0370-\u0373\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0482\u048A-\u052F\u0531-\u0556\u0559-\u0589\u06F0-\u06F9\u0903-\u0939\u093B\u093D-\u0940\u0949-\u094C\u094E-\u0950\u0958-\u0961\u0964-\u0980\u0982\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD-\u09C0\u09C7\u09C8\u09CB\u09CC\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E1\u09E6-\u09F1\u09F4-\u09FA\u09FC\u09FD\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3E-\u0A40\u0A59-\u0A5C\u0A5E\u0A66-\u0A6F\u0A72-\u0A74\u0A76\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD-\u0AC0\u0AC9\u0ACB\u0ACC\u0AD0\u0AE0\u0AE1\u0AE6-\u0AF0\u0AF9\u0B02\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B3E\u0B40\u0B47\u0B48\u0B4B\u0B4C\u0B57\u0B5C\u0B5D\u0B5F-\u0B61\u0B66-\u0B77\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE\u0BBF\u0BC1\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCC\u0BD0\u0BD7\u0BE6-\u0BF2\u0C01-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C41-\u0C44\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C66-\u0C6F\u0C77\u0C7F\u0C80\u0C82-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD-\u0CC4\u0CC6-\u0CC8\u0CCA\u0CCB\u0CD5\u0CD6\u0CDD\u0CDE\u0CE0\u0CE1\u0CE6-\u0CEF\u0CF1-\u0CF3\u0D02-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D40\u0D46-\u0D48\u0D4A-\u0D4C\u0D4E\u0D4F\u0D54-\u0D61\u0D66-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCF-\u0DD1\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2-\u0DF4\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E4F-\u0E5B\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00-\u0F17\u0F1A-\u0F34\u0F36\u0F38\u0F3E-\u0F47\u0F49-\u0F6C\u0F7F\u0F85\u0F88-\u0F8C\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE-\u0FDA\u1000-\u102C\u1031\u1038\u103B\u103C\u103F-\u1057\u105A-\u105D\u1061-\u1070\u1075-\u1081\u1083\u1084\u1087-\u108C\u108E-\u109C\u109E-\u10C5\u10C7\u10CD\u10D0-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1360-\u137C\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u167F\u1681-\u169A\u16A0-\u16F8\u1700-\u1711\u1715\u171F-\u1731\u1734-\u1736\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17B6\u17BE-\u17C5\u17C7\u17C8\u17D4-\u17DA\u17DC\u17E0-\u17E9\u1810-\u1819\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1923-\u1926\u1929-\u192B\u1930\u1931\u1933-\u1938\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A16\u1A19\u1A1A\u1A1E-\u1A55\u1A57\u1A61\u1A63\u1A64\u1A6D-\u1A72\u1A80-\u1A89\u1A90-\u1A99\u1AA0-\u1AAD\u1B04-\u1B33\u1B35\u1B3B\u1B3D-\u1B41\u1B43-\u1B4C\u1B50-\u1B6A\u1B74-\u1B7E\u1B82-\u1BA1\u1BA6\u1BA7\u1BAA\u1BAE-\u1BE5\u1BE7\u1BEA-\u1BEC\u1BEE\u1BF2\u1BF3\u1BFC-\u1C2B\u1C34\u1C35\u1C3B-\u1C49\u1C4D-\u1C88\u1C90-\u1CBA\u1CBD-\u1CC7\u1CD3\u1CE1\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5-\u1CF7\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200E\u2070\u2071\u2074-\u2079\u207F-\u2089\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u214F\u2160-\u2188\u2336-\u237A\u2395\u2488-\u24E9\u26AC\u2800-\u28FF\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D70\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u302E\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u3190-\u31BF\u31F0-\u321C\u3220-\u324F\u3260-\u327B\u327F-\u32B0\u32C0-\u32CB\u32D0-\u3376\u337B-\u33DD\u33E0-\u33FE\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA60C\uA610-\uA62B\uA640-\uA66E\uA680-\uA69D\uA6A0-\uA6EF\uA6F2-\uA6F7\uA722-\uA787\uA789-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA824\uA827\uA830-\uA837\uA840-\uA873\uA880-\uA8C3\uA8CE-\uA8D9\uA8F2-\uA8FE\uA900-\uA925\uA92E-\uA946\uA952\uA953\uA95F-\uA97C\uA983-\uA9B2\uA9B4\uA9B5\uA9BA\uA9BB\uA9BE-\uA9CD\uA9CF-\uA9D9\uA9DE-\uA9E4\uA9E6-\uA9FE\uAA00-\uAA28\uAA2F\uAA30\uAA33\uAA34\uAA40-\uAA42\uAA44-\uAA4B\uAA4D\uAA50-\uAA59\uAA5C-\uAA7B\uAA7D-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAAEB\uAAEE-\uAAF5\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB69\uAB70-\uABE4\uABE6\uABE7\uABE9-\uABEC\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uD800-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFF10-\uFF19\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC\u{10000}-\u{1000B}\u{1000D}-\u{10026}\u{10028}-\u{1003A}\u{1003C}\u{1003D}\u{1003F}-\u{1004D}\u{10050}-\u{1005D}\u{10080}-\u{100FA}\u{10100}\u{10102}\u{10107}-\u{10133}\u{10137}-\u{1013F}\u{1018D}\u{1018E}\u{101D0}-\u{101FC}\u{10280}-\u{1029C}\u{102A0}-\u{102D0}\u{102E1}-\u{102FB}\u{10300}-\u{10323}\u{1032D}-\u{1034A}\u{10350}-\u{10375}\u{10380}-\u{1039D}\u{1039F}-\u{103C3}\u{103C8}-\u{103D5}\u{10400}-\u{1049D}\u{104A0}-\u{104A9}\u{104B0}-\u{104D3}\u{104D8}-\u{104FB}\u{10500}-\u{10527}\u{10530}-\u{10563}\u{1056F}-\u{1057A}\u{1057C}-\u{1058A}\u{1058C}-\u{10592}\u{10594}\u{10595}\u{10597}-\u{105A1}\u{105A3}-\u{105B1}\u{105B3}-\u{105B9}\u{105BB}\u{105BC}\u{10600}-\u{10736}\u{10740}-\u{10755}\u{10760}-\u{10767}\u{10780}-\u{10785}\u{10787}-\u{107B0}\u{107B2}-\u{107BA}\u{11000}\u{11002}-\u{11037}\u{11047}-\u{1104D}\u{11066}-\u{1106F}\u{11071}\u{11072}\u{11075}\u{11082}-\u{110B2}\u{110B7}\u{110B8}\u{110BB}-\u{110C1}\u{110CD}\u{110D0}-\u{110E8}\u{110F0}-\u{110F9}\u{11103}-\u{11126}\u{1112C}\u{11136}-\u{11147}\u{11150}-\u{11172}\u{11174}-\u{11176}\u{11182}-\u{111B5}\u{111BF}-\u{111C8}\u{111CD}\u{111CE}\u{111D0}-\u{111DF}\u{111E1}-\u{111F4}\u{11200}-\u{11211}\u{11213}-\u{1122E}\u{11232}\u{11233}\u{11235}\u{11238}-\u{1123D}\u{1123F}\u{11240}\u{11280}-\u{11286}\u{11288}\u{1128A}-\u{1128D}\u{1128F}-\u{1129D}\u{1129F}-\u{112A9}\u{112B0}-\u{112DE}\u{112E0}-\u{112E2}\u{112F0}-\u{112F9}\u{11302}\u{11303}\u{11305}-\u{1130C}\u{1130F}\u{11310}\u{11313}-\u{11328}\u{1132A}-\u{11330}\u{11332}\u{11333}\u{11335}-\u{11339}\u{1133D}-\u{1133F}\u{11341}-\u{11344}\u{11347}\u{11348}\u{1134B}-\u{1134D}\u{11350}\u{11357}\u{1135D}-\u{11363}\u{11400}-\u{11437}\u{11440}\u{11441}\u{11445}\u{11447}-\u{1145B}\u{1145D}\u{1145F}-\u{11461}\u{11480}-\u{114B2}\u{114B9}\u{114BB}-\u{114BE}\u{114C1}\u{114C4}-\u{114C7}\u{114D0}-\u{114D9}\u{11580}-\u{115B1}\u{115B8}-\u{115BB}\u{115BE}\u{115C1}-\u{115DB}\u{11600}-\u{11632}\u{1163B}\u{1163C}\u{1163E}\u{11641}-\u{11644}\u{11650}-\u{11659}\u{11680}-\u{116AA}\u{116AC}\u{116AE}\u{116AF}\u{116B6}\u{116B8}\u{116B9}\u{116C0}-\u{116C9}\u{11700}-\u{1171A}\u{11720}\u{11721}\u{11726}\u{11730}-\u{11746}\u{11800}-\u{1182E}\u{11838}\u{1183B}\u{118A0}-\u{118F2}\u{118FF}-\u{11906}\u{11909}\u{1190C}-\u{11913}\u{11915}\u{11916}\u{11918}-\u{11935}\u{11937}\u{11938}\u{1193D}\u{1193F}-\u{11942}\u{11944}-\u{11946}\u{11950}-\u{11959}\u{119A0}-\u{119A7}\u{119AA}-\u{119D3}\u{119DC}-\u{119DF}\u{119E1}-\u{119E4}\u{11A00}\u{11A07}\u{11A08}\u{11A0B}-\u{11A32}\u{11A39}\u{11A3A}\u{11A3F}-\u{11A46}\u{11A50}\u{11A57}\u{11A58}\u{11A5C}-\u{11A89}\u{11A97}\u{11A9A}-\u{11AA2}\u{11AB0}-\u{11AF8}\u{11B00}-\u{11B09}\u{11C00}-\u{11C08}\u{11C0A}-\u{11C2F}\u{11C3E}-\u{11C45}\u{11C50}-\u{11C6C}\u{11C70}-\u{11C8F}\u{11CA9}\u{11CB1}\u{11CB4}\u{11D00}-\u{11D06}\u{11D08}\u{11D09}\u{11D0B}-\u{11D30}\u{11D46}\u{11D50}-\u{11D59}\u{11D60}-\u{11D65}\u{11D67}\u{11D68}\u{11D6A}-\u{11D8E}\u{11D93}\u{11D94}\u{11D96}\u{11D98}\u{11DA0}-\u{11DA9}\u{11EE0}-\u{11EF2}\u{11EF5}-\u{11EF8}\u{11F02}-\u{11F10}\u{11F12}-\u{11F35}\u{11F3E}\u{11F3F}\u{11F41}\u{11F43}-\u{11F59}\u{11FB0}\u{11FC0}-\u{11FD4}\u{11FFF}-\u{12399}\u{12400}-\u{1246E}\u{12470}-\u{12474}\u{12480}-\u{12543}\u{12F90}-\u{12FF2}\u{13000}-\u{1343F}\u{13441}-\u{13446}\u{14400}-\u{14646}\u{16800}-\u{16A38}\u{16A40}-\u{16A5E}\u{16A60}-\u{16A69}\u{16A6E}-\u{16ABE}\u{16AC0}-\u{16AC9}\u{16AD0}-\u{16AED}\u{16AF5}\u{16B00}-\u{16B2F}\u{16B37}-\u{16B45}\u{16B50}-\u{16B59}\u{16B5B}-\u{16B61}\u{16B63}-\u{16B77}\u{16B7D}-\u{16B8F}\u{16E40}-\u{16E9A}\u{16F00}-\u{16F4A}\u{16F50}-\u{16F87}\u{16F93}-\u{16F9F}\u{16FE0}\u{16FE1}\u{16FE3}\u{16FF0}\u{16FF1}\u{17000}-\u{187F7}\u{18800}-\u{18CD5}\u{18D00}-\u{18D08}\u{1AFF0}-\u{1AFF3}\u{1AFF5}-\u{1AFFB}\u{1AFFD}\u{1AFFE}\u{1B000}-\u{1B122}\u{1B132}\u{1B150}-\u{1B152}\u{1B155}\u{1B164}-\u{1B167}\u{1B170}-\u{1B2FB}\u{1BC00}-\u{1BC6A}\u{1BC70}-\u{1BC7C}\u{1BC80}-\u{1BC88}\u{1BC90}-\u{1BC99}\u{1BC9C}\u{1BC9F}\u{1CF50}-\u{1CFC3}\u{1D000}-\u{1D0F5}\u{1D100}-\u{1D126}\u{1D129}-\u{1D166}\u{1D16A}-\u{1D172}\u{1D183}\u{1D184}\u{1D18C}-\u{1D1A9}\u{1D1AE}-\u{1D1E8}\u{1D2C0}-\u{1D2D3}\u{1D2E0}-\u{1D2F3}\u{1D360}-\u{1D378}\u{1D400}-\u{1D454}\u{1D456}-\u{1D49C}\u{1D49E}\u{1D49F}\u{1D4A2}\u{1D4A5}\u{1D4A6}\u{1D4A9}-\u{1D4AC}\u{1D4AE}-\u{1D4B9}\u{1D4BB}\u{1D4BD}-\u{1D4C3}\u{1D4C5}-\u{1D505}\u{1D507}-\u{1D50A}\u{1D50D}-\u{1D514}\u{1D516}-\u{1D51C}\u{1D51E}-\u{1D539}\u{1D53B}-\u{1D53E}\u{1D540}-\u{1D544}\u{1D546}\u{1D54A}-\u{1D550}\u{1D552}-\u{1D6A5}\u{1D6A8}-\u{1D6DA}\u{1D6DC}-\u{1D714}\u{1D716}-\u{1D74E}\u{1D750}-\u{1D788}\u{1D78A}-\u{1D7C2}\u{1D7C4}-\u{1D7CB}\u{1D7CE}-\u{1D9FF}\u{1DA37}-\u{1DA3A}\u{1DA6D}-\u{1DA74}\u{1DA76}-\u{1DA83}\u{1DA85}-\u{1DA8B}\u{1DF00}-\u{1DF1E}\u{1DF25}-\u{1DF2A}\u{1E030}-\u{1E06D}\u{1E100}-\u{1E12C}\u{1E137}-\u{1E13D}\u{1E140}-\u{1E149}\u{1E14E}\u{1E14F}\u{1E290}-\u{1E2AD}\u{1E2C0}-\u{1E2EB}\u{1E2F0}-\u{1E2F9}\u{1E4D0}-\u{1E4EB}\u{1E4F0}-\u{1E4F9}\u{1E7E0}-\u{1E7E6}\u{1E7E8}-\u{1E7EB}\u{1E7ED}\u{1E7EE}\u{1E7F0}-\u{1E7FE}\u{1F100}-\u{1F10A}\u{1F110}-\u{1F12E}\u{1F130}-\u{1F169}\u{1F170}-\u{1F1AC}\u{1F1E6}-\u{1F202}\u{1F210}-\u{1F23B}\u{1F240}-\u{1F248}\u{1F250}\u{1F251}\u{1FBF0}-\u{1FBF9}\u{20000}-\u{2A6DF}\u{2A700}-\u{2B739}\u{2B740}-\u{2B81D}\u{2B820}-\u{2CEA1}\u{2CEB0}-\u{2EBE0}\u{2EBF0}-\u{2EE5D}\u{2F800}-\u{2FA1D}\u{30000}-\u{3134A}\u{31350}-\u{323AF}\u{F0000}-\u{FFFFD}\u{100000}-\u{10FFFD}][\u0300-\u036F\u0483-\u0489\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0898-\u089F\u08CA-\u08E1\u08E3-\u0902\u093A\u093C\u0941-\u0948\u094D\u0951-\u0957\u0962\u0963\u0981\u09BC\u09C1-\u09C4\u09CD\u09E2\u09E3\u09FE\u0A01\u0A02\u0A3C\u0A41\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81\u0A82\u0ABC\u0AC1-\u0AC5\u0AC7\u0AC8\u0ACD\u0AE2\u0AE3\u0AFA-\u0AFF\u0B01\u0B3C\u0B3F\u0B41-\u0B44\u0B4D\u0B55\u0B56\u0B62\u0B63\u0B82\u0BC0\u0BCD\u0C00\u0C04\u0C3C\u0C3E-\u0C40\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C81\u0CBC\u0CCC\u0CCD\u0CE2\u0CE3\u0D00\u0D01\u0D3B\u0D3C\u0D41-\u0D44\u0D4D\u0D62\u0D63\u0D81\u0DCA\u0DD2-\u0DD4\u0DD6\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0F18\u0F19\u0F35\u0F37\u0F39\u0F71-\u0F7E\u0F80-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102D-\u1030\u1032-\u1037\u1039\u103A\u103D\u103E\u1058\u1059\u105E-\u1060\u1071-\u1074\u1082\u1085\u1086\u108D\u109D\u135D-\u135F\u1712-\u1714\u1732\u1733\u1752\u1753\u1772\u1773\u17B4\u17B5\u17B7-\u17BD\u17C6\u17C9-\u17D3\u17DD\u180B-\u180D\u180F\u1885\u1886\u18A9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193B\u1A17\u1A18\u1A1B\u1A56\u1A58-\u1A5E\u1A60\u1A62\u1A65-\u1A6C\u1A73-\u1A7C\u1A7F\u1AB0-\u1ACE\u1B00-\u1B03\u1B34\u1B36-\u1B3A\u1B3C\u1B42\u1B6B-\u1B73\u1B80\u1B81\u1BA2-\u1BA5\u1BA8\u1BA9\u1BAB-\u1BAD\u1BE6\u1BE8\u1BE9\u1BED\u1BEF-\u1BF1\u1C2C-\u1C33\u1C36\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE0\u1CE2-\u1CE8\u1CED\u1CF4\u1CF8\u1CF9\u1DC0-\u1DFF\u20D0-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302D\u3099\u309A\uA66F-\uA672\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA825\uA826\uA82C\uA8C4\uA8C5\uA8E0-\uA8F1\uA8FF\uA926-\uA92D\uA947-\uA951\uA980-\uA982\uA9B3\uA9B6-\uA9B9\uA9BC\uA9BD\uA9E5\uAA29-\uAA2E\uAA31\uAA32\uAA35\uAA36\uAA43\uAA4C\uAA7C\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEC\uAAED\uAAF6\uABE5\uABE8\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\u{101FD}\u{102E0}\u{10376}-\u{1037A}\u{10A01}-\u{10A03}\u{10A05}\u{10A06}\u{10A0C}-\u{10A0F}\u{10A38}-\u{10A3A}\u{10A3F}\u{10AE5}\u{10AE6}\u{10D24}-\u{10D27}\u{10EAB}\u{10EAC}\u{10EFD}-\u{10EFF}\u{10F46}-\u{10F50}\u{10F82}-\u{10F85}\u{11001}\u{11038}-\u{11046}\u{11070}\u{11073}\u{11074}\u{1107F}-\u{11081}\u{110B3}-\u{110B6}\u{110B9}\u{110BA}\u{110C2}\u{11100}-\u{11102}\u{11127}-\u{1112B}\u{1112D}-\u{11134}\u{11173}\u{11180}\u{11181}\u{111B6}-\u{111BE}\u{111C9}-\u{111CC}\u{111CF}\u{1122F}-\u{11231}\u{11234}\u{11236}\u{11237}\u{1123E}\u{11241}\u{112DF}\u{112E3}-\u{112EA}\u{11300}\u{11301}\u{1133B}\u{1133C}\u{11340}\u{11366}-\u{1136C}\u{11370}-\u{11374}\u{11438}-\u{1143F}\u{11442}-\u{11444}\u{11446}\u{1145E}\u{114B3}-\u{114B8}\u{114BA}\u{114BF}\u{114C0}\u{114C2}\u{114C3}\u{115B2}-\u{115B5}\u{115BC}\u{115BD}\u{115BF}\u{115C0}\u{115DC}\u{115DD}\u{11633}-\u{1163A}\u{1163D}\u{1163F}\u{11640}\u{116AB}\u{116AD}\u{116B0}-\u{116B5}\u{116B7}\u{1171D}-\u{1171F}\u{11722}-\u{11725}\u{11727}-\u{1172B}\u{1182F}-\u{11837}\u{11839}\u{1183A}\u{1193B}\u{1193C}\u{1193E}\u{11943}\u{119D4}-\u{119D7}\u{119DA}\u{119DB}\u{119E0}\u{11A01}-\u{11A06}\u{11A09}\u{11A0A}\u{11A33}-\u{11A38}\u{11A3B}-\u{11A3E}\u{11A47}\u{11A51}-\u{11A56}\u{11A59}-\u{11A5B}\u{11A8A}-\u{11A96}\u{11A98}\u{11A99}\u{11C30}-\u{11C36}\u{11C38}-\u{11C3D}\u{11C92}-\u{11CA7}\u{11CAA}-\u{11CB0}\u{11CB2}\u{11CB3}\u{11CB5}\u{11CB6}\u{11D31}-\u{11D36}\u{11D3A}\u{11D3C}\u{11D3D}\u{11D3F}-\u{11D45}\u{11D47}\u{11D90}\u{11D91}\u{11D95}\u{11D97}\u{11EF3}\u{11EF4}\u{11F00}\u{11F01}\u{11F36}-\u{11F3A}\u{11F40}\u{11F42}\u{13440}\u{13447}-\u{13455}\u{16AF0}-\u{16AF4}\u{16B30}-\u{16B36}\u{16F4F}\u{16F8F}-\u{16F92}\u{16FE4}\u{1BC9D}\u{1BC9E}\u{1CF00}-\u{1CF2D}\u{1CF30}-\u{1CF46}\u{1D167}-\u{1D169}\u{1D17B}-\u{1D182}\u{1D185}-\u{1D18B}\u{1D1AA}-\u{1D1AD}\u{1D242}-\u{1D244}\u{1DA00}-\u{1DA36}\u{1DA3B}-\u{1DA6C}\u{1DA75}\u{1DA84}\u{1DA9B}-\u{1DA9F}\u{1DAA1}-\u{1DAAF}\u{1E000}-\u{1E006}\u{1E008}-\u{1E018}\u{1E01B}-\u{1E021}\u{1E023}\u{1E024}\u{1E026}-\u{1E02A}\u{1E08F}\u{1E130}-\u{1E136}\u{1E2AE}\u{1E2EC}-\u{1E2EF}\u{1E4EC}-\u{1E4EF}\u{1E8D0}-\u{1E8D6}\u{1E944}-\u{1E94A}\u{E0100}-\u{E01EF}]*$/u;
1009
+ var Ff = {
1010
+ combiningMarks: df,
1011
+ combiningClassVirama: cf,
1012
+ validZWNJ: vf,
1013
+ bidiDomain: pf,
1014
+ bidiS1LTR: mf,
1015
+ bidiS1RTL: gf,
1016
+ bidiS2: xf,
1017
+ bidiS3: yf,
1018
+ bidiS4EN: Ef,
1019
+ bidiS4AN: Af,
1020
+ bidiS5: Tf,
1021
+ bidiS6: Cf
1022
1022
  };
1023
- const Ff = [
1023
+ const Sf = [
1024
1024
  [
1025
1025
  [
1026
1026
  0,
@@ -48682,7 +48682,7 @@ Bh.STATUS_MAPPING = {
48682
48682
  deviation: 6,
48683
48683
  ignored: 7
48684
48684
  };
48685
- const Ys = lf, Ht = Cf, Za = Ff, { STATUS_MAPPING: zt } = Bh;
48685
+ const Ys = ff, Ht = Ff, Za = Sf, { STATUS_MAPPING: zt } = Bh;
48686
48686
  function wh(E) {
48687
48687
  return /[^\x00-\x7F]/u.test(E);
48688
48688
  }
@@ -48696,7 +48696,7 @@ function Ph(E, { useSTD3ASCIIRules: F }) {
48696
48696
  }
48697
48697
  return null;
48698
48698
  }
48699
- function Sf(E, { useSTD3ASCIIRules: F, transitionalProcessing: P }) {
48699
+ function Df(E, { useSTD3ASCIIRules: F, transitionalProcessing: P }) {
48700
48700
  let M = "";
48701
48701
  for (const Y of E) {
48702
48702
  const [b, c] = Ph(Y.codePointAt(0), { useSTD3ASCIIRules: F });
@@ -48719,7 +48719,7 @@ function Sf(E, { useSTD3ASCIIRules: F, transitionalProcessing: P }) {
48719
48719
  }
48720
48720
  return M;
48721
48721
  }
48722
- function Df(E, {
48722
+ function Bf(E, {
48723
48723
  checkHyphens: F,
48724
48724
  checkBidi: P,
48725
48725
  checkJoiners: M,
@@ -48776,7 +48776,7 @@ function Df(E, {
48776
48776
  }
48777
48777
  return !0;
48778
48778
  }
48779
- function Bf(E) {
48779
+ function wf(E) {
48780
48780
  const F = E.map((P) => {
48781
48781
  if (P.startsWith("xn--"))
48782
48782
  try {
@@ -48789,9 +48789,9 @@ function Bf(E) {
48789
48789
  return Ht.bidiDomain.test(F);
48790
48790
  }
48791
48791
  function Mh(E, F) {
48792
- let P = Sf(E, F);
48792
+ let P = Df(E, F);
48793
48793
  P = P.normalize("NFC");
48794
- const M = P.split("."), Y = Bf(M);
48794
+ const M = P.split("."), Y = wf(M);
48795
48795
  let b = !1;
48796
48796
  for (const [c, y] of M.entries()) {
48797
48797
  let t = y, l = F.transitionalProcessing;
@@ -48812,7 +48812,7 @@ function Mh(E, F) {
48812
48812
  }
48813
48813
  if (b)
48814
48814
  continue;
48815
- Df(t, {
48815
+ Bf(t, {
48816
48816
  ...F,
48817
48817
  transitionalProcessing: l,
48818
48818
  isBidi: Y
@@ -48823,7 +48823,7 @@ function Mh(E, F) {
48823
48823
  error: b
48824
48824
  };
48825
48825
  }
48826
- function wf(E, {
48826
+ function Pf(E, {
48827
48827
  checkHyphens: F = !1,
48828
48828
  checkBidi: P = !1,
48829
48829
  checkJoiners: M = !1,
@@ -48860,7 +48860,7 @@ function wf(E, {
48860
48860
  }
48861
48861
  return t.error ? null : l.join(".");
48862
48862
  }
48863
- function Pf(E, {
48863
+ function Mf(E, {
48864
48864
  checkHyphens: F = !1,
48865
48865
  checkBidi: P = !1,
48866
48866
  checkJoiners: M = !1,
@@ -48881,9 +48881,9 @@ function Pf(E, {
48881
48881
  error: y.error
48882
48882
  };
48883
48883
  }
48884
- var Mf = {
48885
- toASCII: wf,
48886
- toUnicode: Pf
48884
+ var Rf = {
48885
+ toASCII: Pf,
48886
+ toUnicode: Mf
48887
48887
  };
48888
48888
  function Ws(E) {
48889
48889
  return E >= 48 && E <= 57;
@@ -48891,34 +48891,34 @@ function Ws(E) {
48891
48891
  function Rh(E) {
48892
48892
  return E >= 65 && E <= 90 || E >= 97 && E <= 122;
48893
48893
  }
48894
- function Rf(E) {
48894
+ function Lf(E) {
48895
48895
  return Rh(E) || Ws(E);
48896
48896
  }
48897
- function Lf(E) {
48897
+ function Of(E) {
48898
48898
  return Ws(E) || E >= 65 && E <= 70 || E >= 97 && E <= 102;
48899
48899
  }
48900
48900
  var Lh = {
48901
48901
  isASCIIDigit: Ws,
48902
48902
  isASCIIAlpha: Rh,
48903
- isASCIIAlphanumeric: Rf,
48904
- isASCIIHex: Lf
48903
+ isASCIIAlphanumeric: Lf,
48904
+ isASCIIHex: Of
48905
48905
  };
48906
- const Of = new TextEncoder(), If = new TextDecoder("utf-8", { ignoreBOM: !0 });
48907
- function Nf(E) {
48908
- return Of.encode(E);
48909
- }
48906
+ const If = new TextEncoder(), Nf = new TextDecoder("utf-8", { ignoreBOM: !0 });
48910
48907
  function bf(E) {
48911
- return If.decode(E);
48908
+ return If.encode(E);
48909
+ }
48910
+ function Gf(E) {
48911
+ return Nf.decode(E);
48912
48912
  }
48913
48913
  var Hs = {
48914
- utf8Encode: Nf,
48915
- utf8DecodeWithoutBOM: bf
48914
+ utf8Encode: bf,
48915
+ utf8DecodeWithoutBOM: Gf
48916
48916
  };
48917
48917
  const { isASCIIHex: Ka } = Lh, { utf8Encode: Oh } = Hs;
48918
48918
  function Dt(E) {
48919
48919
  return E.codePointAt(0);
48920
48920
  }
48921
- function Gf(E) {
48921
+ function Uf(E) {
48922
48922
  let F = E.toString(16).toUpperCase();
48923
48923
  return F.length === 1 && (F = `0${F}`), `%${F}`;
48924
48924
  }
@@ -48938,51 +48938,51 @@ function Ih(E) {
48938
48938
  }
48939
48939
  return F.slice(0, P);
48940
48940
  }
48941
- function Uf(E) {
48941
+ function zf(E) {
48942
48942
  const F = Oh(E);
48943
48943
  return Ih(F);
48944
48944
  }
48945
48945
  function Zs(E) {
48946
48946
  return E <= 31 || E > 126;
48947
48947
  }
48948
- const zf = /* @__PURE__ */ new Set([Dt(" "), Dt('"'), Dt("<"), Dt(">"), Dt("`")]);
48949
- function Xf(E) {
48950
- return Zs(E) || zf.has(E);
48948
+ const Xf = /* @__PURE__ */ new Set([Dt(" "), Dt('"'), Dt("<"), Dt(">"), Dt("`")]);
48949
+ function Vf(E) {
48950
+ return Zs(E) || Xf.has(E);
48951
48951
  }
48952
- const Vf = /* @__PURE__ */ new Set([Dt(" "), Dt('"'), Dt("#"), Dt("<"), Dt(">")]);
48952
+ const Yf = /* @__PURE__ */ new Set([Dt(" "), Dt('"'), Dt("#"), Dt("<"), Dt(">")]);
48953
48953
  function Ks(E) {
48954
- return Zs(E) || Vf.has(E);
48954
+ return Zs(E) || Yf.has(E);
48955
48955
  }
48956
- function Yf(E) {
48956
+ function Wf(E) {
48957
48957
  return Ks(E) || E === Dt("'");
48958
48958
  }
48959
- const Wf = /* @__PURE__ */ new Set([Dt("?"), Dt("`"), Dt("{"), Dt("}")]);
48959
+ const Hf = /* @__PURE__ */ new Set([Dt("?"), Dt("`"), Dt("{"), Dt("}")]);
48960
48960
  function Nh(E) {
48961
- return Ks(E) || Wf.has(E);
48961
+ return Ks(E) || Hf.has(E);
48962
48962
  }
48963
- const Hf = /* @__PURE__ */ new Set([Dt("/"), Dt(":"), Dt(";"), Dt("="), Dt("@"), Dt("["), Dt("\\"), Dt("]"), Dt("^"), Dt("|")]);
48963
+ const Zf = /* @__PURE__ */ new Set([Dt("/"), Dt(":"), Dt(";"), Dt("="), Dt("@"), Dt("["), Dt("\\"), Dt("]"), Dt("^"), Dt("|")]);
48964
48964
  function bh(E) {
48965
- return Nh(E) || Hf.has(E);
48965
+ return Nh(E) || Zf.has(E);
48966
48966
  }
48967
- const Zf = /* @__PURE__ */ new Set([Dt("$"), Dt("%"), Dt("&"), Dt("+"), Dt(",")]);
48968
- function Kf(E) {
48969
- return bh(E) || Zf.has(E);
48967
+ const Kf = /* @__PURE__ */ new Set([Dt("$"), Dt("%"), Dt("&"), Dt("+"), Dt(",")]);
48968
+ function $f(E) {
48969
+ return bh(E) || Kf.has(E);
48970
48970
  }
48971
- const $f = /* @__PURE__ */ new Set([Dt("!"), Dt("'"), Dt("("), Dt(")"), Dt("~")]);
48972
- function jf(E) {
48973
- return Kf(E) || $f.has(E);
48971
+ const jf = /* @__PURE__ */ new Set([Dt("!"), Dt("'"), Dt("("), Dt(")"), Dt("~")]);
48972
+ function Jf(E) {
48973
+ return $f(E) || jf.has(E);
48974
48974
  }
48975
48975
  function Gh(E, F) {
48976
48976
  const P = Oh(E);
48977
48977
  let M = "";
48978
48978
  for (const Y of P)
48979
- F(Y) ? M += Gf(Y) : M += String.fromCharCode(Y);
48979
+ F(Y) ? M += Uf(Y) : M += String.fromCharCode(Y);
48980
48980
  return M;
48981
48981
  }
48982
- function Jf(E, F) {
48982
+ function Qf(E, F) {
48983
48983
  return Gh(String.fromCodePoint(E), F);
48984
48984
  }
48985
- function Qf(E, F, P = !1) {
48985
+ function kf(E, F, P = !1) {
48986
48986
  let M = "";
48987
48987
  for (const Y of E)
48988
48988
  P && Y === " " ? M += "+" : M += Gh(Y, F);
@@ -48990,19 +48990,19 @@ function Qf(E, F, P = !1) {
48990
48990
  }
48991
48991
  var $s = {
48992
48992
  isC0ControlPercentEncode: Zs,
48993
- isFragmentPercentEncode: Xf,
48993
+ isFragmentPercentEncode: Vf,
48994
48994
  isQueryPercentEncode: Ks,
48995
- isSpecialQueryPercentEncode: Yf,
48995
+ isSpecialQueryPercentEncode: Wf,
48996
48996
  isPathPercentEncode: Nh,
48997
48997
  isUserinfoPercentEncode: bh,
48998
- isURLEncodedPercentEncode: jf,
48999
- percentDecodeString: Uf,
48998
+ isURLEncodedPercentEncode: Jf,
48999
+ percentDecodeString: zf,
49000
49000
  percentDecodeBytes: Ih,
49001
- utf8PercentEncodeString: Qf,
49002
- utf8PercentEncodeCodePoint: Jf
49001
+ utf8PercentEncodeString: kf,
49002
+ utf8PercentEncodeCodePoint: Qf
49003
49003
  };
49004
49004
  (function(E) {
49005
- const F = Mf, P = Lh, { utf8DecodeWithoutBOM: M } = Hs, {
49005
+ const F = Rf, P = Lh, { utf8DecodeWithoutBOM: M } = Hs, {
49006
49006
  percentDecodeString: Y,
49007
49007
  utf8PercentEncodeCodePoint: b,
49008
49008
  utf8PercentEncodeString: c,
@@ -49517,26 +49517,26 @@ function zh() {
49517
49517
  }, qn;
49518
49518
  }
49519
49519
  var js = {}, Xh = {};
49520
- const ja = Pn, ki = Gs;
49520
+ const ja = Pn, qi = Gs;
49521
49521
  Xh.convert = (E, F, { context: P = "The provided value" } = {}) => {
49522
49522
  if (typeof F != "function")
49523
49523
  throw new E.TypeError(P + " is not a function");
49524
49524
  function M(...Y) {
49525
- const b = ki.tryWrapperForImpl(this);
49525
+ const b = qi.tryWrapperForImpl(this);
49526
49526
  let c;
49527
49527
  for (let y = 0; y < Y.length; y++)
49528
- Y[y] = ki.tryWrapperForImpl(Y[y]);
49528
+ Y[y] = qi.tryWrapperForImpl(Y[y]);
49529
49529
  return c = Reflect.apply(F, b, Y), c = ja.any(c, { context: P, globals: E }), c;
49530
49530
  }
49531
49531
  return M.construct = (...Y) => {
49532
49532
  for (let c = 0; c < Y.length; c++)
49533
- Y[c] = ki.tryWrapperForImpl(Y[c]);
49533
+ Y[c] = qi.tryWrapperForImpl(Y[c]);
49534
49534
  let b = Reflect.construct(F, Y);
49535
49535
  return b = ja.any(b, { context: P, globals: E }), b;
49536
- }, M[ki.wrapperSymbol] = F, M.objectReference = F, M;
49536
+ }, M[qi.wrapperSymbol] = F, M.objectReference = F, M;
49537
49537
  };
49538
49538
  var _n = {}, Ja;
49539
- function kf() {
49539
+ function qf() {
49540
49540
  if (Ja) return _n;
49541
49541
  Ja = 1;
49542
49542
  const E = zh();
@@ -49953,10 +49953,10 @@ function kf() {
49953
49953
  value: e
49954
49954
  });
49955
49955
  };
49956
- const v = kf();
49956
+ const v = qf();
49957
49957
  })(js);
49958
49958
  var Qa;
49959
- function qf() {
49959
+ function _f() {
49960
49960
  if (Qa) return Jn;
49961
49961
  Qa = 1;
49962
49962
  const E = Uh, F = zh(), P = js;
@@ -50348,14 +50348,14 @@ function qf() {
50348
50348
  value: s
50349
50349
  });
50350
50350
  };
50351
- const t = qf();
50351
+ const t = _f();
50352
50352
  })(mh);
50353
- const _f = mh, t0 = js;
50354
- bs.URL = _f;
50355
- bs.URLSearchParams = t0;
50356
- const { URL: e0, URLSearchParams: i0 } = bs, ee = Uh, Vh = $s, Mn = { Array, Object, Promise, String, TypeError };
50357
- e0.install(Mn, ["Window"]);
50353
+ const t0 = mh, e0 = js;
50354
+ bs.URL = t0;
50355
+ bs.URLSearchParams = e0;
50356
+ const { URL: i0, URLSearchParams: n0 } = bs, ee = Uh, Vh = $s, Mn = { Array, Object, Promise, String, TypeError };
50358
50357
  i0.install(Mn, ["Window"]);
50358
+ n0.install(Mn, ["Window"]);
50359
50359
  Gt.URL = Mn.URL;
50360
50360
  Gt.URLSearchParams = Mn.URLSearchParams;
50361
50361
  Gt.parseURL = ee.parseURL;
@@ -50384,7 +50384,7 @@ Rn.forgivingBase64Decode = (E) => {
50384
50384
  return Uint8Array.from(F, (P) => P.codePointAt(0));
50385
50385
  };
50386
50386
  (function(E) {
50387
- const F = q1, { parseURL: P, serializeURL: M, percentDecodeString: Y } = Gt, { stripLeadingAndTrailingASCIIWhitespace: b, isomorphicDecode: c, forgivingBase64Decode: y } = Rn;
50387
+ const F = _1, { parseURL: P, serializeURL: M, percentDecodeString: Y } = Gt, { stripLeadingAndTrailingASCIIWhitespace: b, isomorphicDecode: c, forgivingBase64Decode: y } = Rn;
50388
50388
  E.exports = (t) => {
50389
50389
  const l = P(t);
50390
50390
  return l === null ? null : E.exports.fromURLRecord(l);
@@ -50420,8 +50420,8 @@ Rn.forgivingBase64Decode = (E) => {
50420
50420
  };
50421
50421
  };
50422
50422
  })(ph);
50423
- var n0 = ph.exports;
50424
- const r0 = /* @__PURE__ */ U1(n0);
50423
+ var r0 = ph.exports;
50424
+ const s0 = /* @__PURE__ */ z1(r0);
50425
50425
  var tr = {}, ka;
50426
50426
  function Js() {
50427
50427
  return ka || (ka = 1, (function() {
@@ -50554,7 +50554,7 @@ function Yh() {
50554
50554
  }).call(Tt)), ir.exports;
50555
50555
  }
50556
50556
  var nr = { exports: {} }, rr = { exports: {} }, sr = { exports: {} }, to;
50557
- function s0() {
50557
+ function a0() {
50558
50558
  return to || (to = 1, (function() {
50559
50559
  sr.exports = function() {
50560
50560
  function E() {
@@ -50566,7 +50566,7 @@ function s0() {
50566
50566
  }).call(Tt)), sr.exports;
50567
50567
  }
50568
50568
  var ar = { exports: {} }, eo;
50569
- function a0() {
50569
+ function o0() {
50570
50570
  return eo || (eo = 1, (function() {
50571
50571
  ar.exports = function() {
50572
50572
  function E(F) {
@@ -50585,10 +50585,10 @@ function a0() {
50585
50585
  }).call(Tt)), ar.exports;
50586
50586
  }
50587
50587
  var io;
50588
- function o0() {
50588
+ function u0() {
50589
50589
  return io || (io = 1, (function() {
50590
50590
  var E, F;
50591
- E = s0(), F = a0(), rr.exports = function() {
50591
+ E = a0(), F = o0(), rr.exports = function() {
50592
50592
  function P() {
50593
50593
  this.defaultParams = {
50594
50594
  "canonical-form": !1,
@@ -50625,7 +50625,7 @@ function o0() {
50625
50625
  }).call(Tt)), rr.exports;
50626
50626
  }
50627
50627
  var or = { exports: {} }, ur = { exports: {} }, hr = { exports: {} }, no;
50628
- function Lt() {
50628
+ function Ot() {
50629
50629
  return no || (no = 1, (function() {
50630
50630
  hr.exports = {
50631
50631
  Element: 1,
@@ -50652,7 +50652,7 @@ var lr = { exports: {} }, ro;
50652
50652
  function Wh() {
50653
50653
  return ro || (ro = 1, (function() {
50654
50654
  var E;
50655
- E = Lt(), kt(), lr.exports = function() {
50655
+ E = Ot(), kt(), lr.exports = function() {
50656
50656
  function F(P, M, Y) {
50657
50657
  if (this.parent = P, this.parent && (this.options = this.parent.options, this.stringify = this.parent.stringify), M == null)
50658
50658
  throw new Error("Missing attribute name. " + this.debugInfo(M));
@@ -50745,7 +50745,7 @@ function ks() {
50745
50745
  }
50746
50746
  return n.prototype = a.prototype, v.prototype = new n(), v.__super__ = a.prototype, v;
50747
50747
  }, l = {}.hasOwnProperty;
50748
- y = Te(), c = y.isObject, b = y.isFunction, Y = y.getValue, M = kt(), E = Lt(), F = Wh(), P = Qs(), ur.exports = function(v) {
50748
+ y = Te(), c = y.isObject, b = y.isFunction, Y = y.getValue, M = kt(), E = Ot(), F = Wh(), P = Qs(), ur.exports = function(v) {
50749
50749
  t(a, v);
50750
50750
  function a(s, n, e) {
50751
50751
  var r, f, i, o;
@@ -50939,7 +50939,7 @@ function qs() {
50939
50939
  }
50940
50940
  return y.prototype = b.prototype, Y.prototype = new y(), Y.__super__ = b.prototype, Y;
50941
50941
  }, M = {}.hasOwnProperty;
50942
- E = Lt(), F = Ln(), dr.exports = function(Y) {
50942
+ E = Ot(), F = Ln(), dr.exports = function(Y) {
50943
50943
  P(b, Y);
50944
50944
  function b(c, y) {
50945
50945
  if (b.__super__.constructor.call(this, c), y == null)
@@ -50965,7 +50965,7 @@ function _s() {
50965
50965
  }
50966
50966
  return y.prototype = b.prototype, Y.prototype = new y(), Y.__super__ = b.prototype, Y;
50967
50967
  }, M = {}.hasOwnProperty;
50968
- E = Lt(), F = Ln(), vr.exports = function(Y) {
50968
+ E = Ot(), F = Ln(), vr.exports = function(Y) {
50969
50969
  P(b, Y);
50970
50970
  function b(c, y) {
50971
50971
  if (b.__super__.constructor.call(this, c), y == null)
@@ -50991,7 +50991,7 @@ function ta() {
50991
50991
  }
50992
50992
  return t.prototype = c.prototype, b.prototype = new t(), b.__super__ = c.prototype, b;
50993
50993
  }, Y = {}.hasOwnProperty;
50994
- P = Te().isObject, F = kt(), E = Lt(), pr.exports = function(b) {
50994
+ P = Te().isObject, F = kt(), E = Ot(), pr.exports = function(b) {
50995
50995
  M(c, b);
50996
50996
  function c(y, t, l, v) {
50997
50997
  var a;
@@ -51014,7 +51014,7 @@ function ea() {
51014
51014
  }
51015
51015
  return y.prototype = b.prototype, Y.prototype = new y(), Y.__super__ = b.prototype, Y;
51016
51016
  }, M = {}.hasOwnProperty;
51017
- F = kt(), E = Lt(), gr.exports = function(Y) {
51017
+ F = kt(), E = Ot(), gr.exports = function(Y) {
51018
51018
  P(b, Y);
51019
51019
  function b(c, y, t, l, v, a) {
51020
51020
  if (b.__super__.constructor.call(this, c), y == null)
@@ -51048,7 +51048,7 @@ function ia() {
51048
51048
  }
51049
51049
  return t.prototype = c.prototype, b.prototype = new t(), b.__super__ = c.prototype, b;
51050
51050
  }, Y = {}.hasOwnProperty;
51051
- P = Te().isObject, F = kt(), E = Lt(), xr.exports = function(b) {
51051
+ P = Te().isObject, F = kt(), E = Ot(), xr.exports = function(b) {
51052
51052
  M(c, b);
51053
51053
  function c(y, t, l, v) {
51054
51054
  if (c.__super__.constructor.call(this, y), l == null)
@@ -51107,7 +51107,7 @@ function na() {
51107
51107
  }
51108
51108
  return y.prototype = b.prototype, Y.prototype = new y(), Y.__super__ = b.prototype, Y;
51109
51109
  }, M = {}.hasOwnProperty;
51110
- F = kt(), E = Lt(), yr.exports = function(Y) {
51110
+ F = kt(), E = Ot(), yr.exports = function(Y) {
51111
51111
  P(b, Y);
51112
51112
  function b(c, y, t) {
51113
51113
  if (b.__super__.constructor.call(this, c), y == null)
@@ -51131,7 +51131,7 @@ function ra() {
51131
51131
  }
51132
51132
  return y.prototype = b.prototype, Y.prototype = new y(), Y.__super__ = b.prototype, Y;
51133
51133
  }, M = {}.hasOwnProperty;
51134
- F = kt(), E = Lt(), Er.exports = function(Y) {
51134
+ F = kt(), E = Ot(), Er.exports = function(Y) {
51135
51135
  P(b, Y);
51136
51136
  function b(c, y, t) {
51137
51137
  if (b.__super__.constructor.call(this, c), y == null)
@@ -51165,7 +51165,7 @@ function sa() {
51165
51165
  }
51166
51166
  return n.prototype = a.prototype, v.prototype = new n(), v.__super__ = a.prototype, v;
51167
51167
  }, l = {}.hasOwnProperty;
51168
- y = Te().isObject, c = kt(), E = Lt(), F = ea(), M = ia(), P = na(), Y = ra(), b = Qs(), mr.exports = function(v) {
51168
+ y = Te().isObject, c = kt(), E = Ot(), F = ea(), M = ia(), P = na(), Y = ra(), b = Qs(), mr.exports = function(v) {
51169
51169
  t(a, v);
51170
51170
  function a(s, n, e) {
51171
51171
  var r, f, i, o, u, h;
@@ -51250,7 +51250,7 @@ function aa() {
51250
51250
  }
51251
51251
  return y.prototype = b.prototype, Y.prototype = new y(), Y.__super__ = b.prototype, Y;
51252
51252
  }, M = {}.hasOwnProperty;
51253
- E = Lt(), F = kt(), Ar.exports = function(Y) {
51253
+ E = Ot(), F = kt(), Ar.exports = function(Y) {
51254
51254
  P(b, Y);
51255
51255
  function b(c, y) {
51256
51256
  if (b.__super__.constructor.call(this, c), y == null)
@@ -51276,7 +51276,7 @@ function oa() {
51276
51276
  }
51277
51277
  return y.prototype = b.prototype, Y.prototype = new y(), Y.__super__ = b.prototype, Y;
51278
51278
  }, M = {}.hasOwnProperty;
51279
- E = Lt(), F = Ln(), Tr.exports = function(Y) {
51279
+ E = Ot(), F = Ln(), Tr.exports = function(Y) {
51280
51280
  P(b, Y);
51281
51281
  function b(c, y) {
51282
51282
  if (b.__super__.constructor.call(this, c), y == null)
@@ -51319,7 +51319,7 @@ function ua() {
51319
51319
  }
51320
51320
  return y.prototype = b.prototype, Y.prototype = new y(), Y.__super__ = b.prototype, Y;
51321
51321
  }, M = {}.hasOwnProperty;
51322
- E = Lt(), F = Ln(), Cr.exports = function(Y) {
51322
+ E = Ot(), F = Ln(), Cr.exports = function(Y) {
51323
51323
  P(b, Y);
51324
51324
  function b(c, y, t) {
51325
51325
  if (b.__super__.constructor.call(this, c), y == null)
@@ -51347,7 +51347,7 @@ function Hh() {
51347
51347
  }
51348
51348
  return y.prototype = b.prototype, Y.prototype = new y(), Y.__super__ = b.prototype, Y;
51349
51349
  }, M = {}.hasOwnProperty;
51350
- F = kt(), E = Lt(), Fr.exports = function(Y) {
51350
+ F = kt(), E = Ot(), Fr.exports = function(Y) {
51351
51351
  P(b, Y);
51352
51352
  function b(c) {
51353
51353
  b.__super__.constructor.call(this, c), this.type = E.Dummy;
@@ -51361,7 +51361,7 @@ function Hh() {
51361
51361
  }).call(Tt)), Fr.exports;
51362
51362
  }
51363
51363
  var Sr = { exports: {} }, Ao;
51364
- function u0() {
51364
+ function h0() {
51365
51365
  return Ao || (Ao = 1, (function() {
51366
51366
  Sr.exports = function() {
51367
51367
  function E(F) {
@@ -51380,7 +51380,7 @@ function u0() {
51380
51380
  }).call(Tt)), Sr.exports;
51381
51381
  }
51382
51382
  var Dr = { exports: {} }, To;
51383
- function h0() {
51383
+ function l0() {
51384
51384
  return To || (To = 1, (function() {
51385
51385
  Dr.exports = {
51386
51386
  Disconnected: 1,
@@ -51398,7 +51398,7 @@ function kt() {
51398
51398
  var E, F, P, M, Y, b, c, y, t, l, v, a, s, n, e, r, f, i = {}.hasOwnProperty;
51399
51399
  f = Te(), r = f.isObject, e = f.isFunction, n = f.isEmpty, s = f.getValue, y = null, P = null, M = null, Y = null, b = null, v = null, a = null, l = null, c = null, F = null, t = null, E = null, or.exports = function() {
51400
51400
  function o(u) {
51401
- this.parent = u, this.parent && (this.options = this.parent.options, this.stringify = this.parent.stringify), this.value = null, this.children = [], this.baseURI = null, y || (y = ks(), P = qs(), M = _s(), Y = ta(), b = sa(), v = aa(), a = oa(), l = ua(), c = Hh(), F = Lt(), t = u0(), Qs(), E = h0());
51401
+ this.parent = u, this.parent && (this.options = this.parent.options, this.stringify = this.parent.stringify), this.value = null, this.children = [], this.baseURI = null, y || (y = ks(), P = qs(), M = _s(), Y = ta(), b = sa(), v = aa(), a = oa(), l = ua(), c = Hh(), F = Ot(), t = h0(), Qs(), E = l0());
51402
51402
  }
51403
51403
  return Object.defineProperty(o.prototype, "nodeName", {
51404
51404
  get: function() {
@@ -51813,7 +51813,7 @@ var Do;
51813
51813
  function Kh() {
51814
51814
  return Do || (Do = 1, (function() {
51815
51815
  var E, F, P, M = {}.hasOwnProperty;
51816
- P = Te().assign, E = Lt(), ta(), sa(), qs(), _s(), ks(), aa(), oa(), ua(), Hh(), ea(), na(), ia(), ra(), F = On(), Pr.exports = function() {
51816
+ P = Te().assign, E = Ot(), ta(), sa(), qs(), _s(), ks(), aa(), oa(), ua(), Hh(), ea(), na(), ia(), ra(), F = On(), Pr.exports = function() {
51817
51817
  function Y(b) {
51818
51818
  var c, y, t;
51819
51819
  b || (b = {}), this.options = b, y = b.writer || {};
@@ -51971,7 +51971,7 @@ function $h() {
51971
51971
  }
51972
51972
  return s.prototype = v.prototype, l.prototype = new s(), l.__super__ = v.prototype, l;
51973
51973
  }, t = {}.hasOwnProperty;
51974
- c = Te().isPlainObject, P = Yh(), F = o0(), M = kt(), E = Lt(), b = Zh(), Y = ha(), nr.exports = function(l) {
51974
+ c = Te().isPlainObject, P = Yh(), F = u0(), M = kt(), E = Ot(), b = Zh(), Y = ha(), nr.exports = function(l) {
51975
51975
  y(v, l);
51976
51976
  function v(a) {
51977
51977
  v.__super__.constructor.call(this, null), this.name = "#document", this.type = E.Document, this.documentURI = null, this.domConfig = new F(), a || (a = {}), a.writer || (a.writer = new Y()), this.options = a, this.stringify = new b(a);
@@ -52084,10 +52084,10 @@ function $h() {
52084
52084
  }).call(Tt)), nr.exports;
52085
52085
  }
52086
52086
  var Rr = { exports: {} }, Po;
52087
- function l0() {
52087
+ function f0() {
52088
52088
  return Po || (Po = 1, (function() {
52089
52089
  var E, F, P, M, Y, b, c, y, t, l, v, a, s, n, e, r, f, i, o, u, h, d, p, g = {}.hasOwnProperty;
52090
- p = Te(), h = p.isObject, u = p.isFunction, d = p.isPlainObject, o = p.getValue, E = Lt(), a = $h(), s = ks(), M = qs(), Y = _s(), e = aa(), i = oa(), n = ua(), l = ta(), v = sa(), b = ea(), y = ia(), c = na(), t = ra(), P = Wh(), f = Zh(), r = ha(), F = On(), Rr.exports = function() {
52090
+ p = Te(), h = p.isObject, u = p.isFunction, d = p.isPlainObject, o = p.getValue, E = Ot(), a = $h(), s = ks(), M = qs(), Y = _s(), e = aa(), i = oa(), n = ua(), l = ta(), v = sa(), b = ea(), y = ia(), c = na(), t = ra(), P = Wh(), f = Zh(), r = ha(), F = On(), Rr.exports = function() {
52091
52091
  function x(m, A, T) {
52092
52092
  var C;
52093
52093
  this.name = "?xml", this.type = E.Document, m || (m = {}), C = {}, m.writer ? d(m.writer) && (C = m.writer, m.writer = new r()) : m.writer = new r(), this.options = m, this.writer = m.writer, this.writerOptions = this.writer.filterOptions(C), this.stringify = new f(m), this.onDataCallback = A || function() {
@@ -52283,7 +52283,7 @@ function l0() {
52283
52283
  }).call(Tt)), Rr.exports;
52284
52284
  }
52285
52285
  var Lr = { exports: {} }, Mo;
52286
- function f0() {
52286
+ function d0() {
52287
52287
  return Mo || (Mo = 1, (function() {
52288
52288
  var E, F, P, M = function(b, c) {
52289
52289
  for (var y in c)
@@ -52293,7 +52293,7 @@ function f0() {
52293
52293
  }
52294
52294
  return t.prototype = c.prototype, b.prototype = new t(), b.__super__ = c.prototype, b;
52295
52295
  }, Y = {}.hasOwnProperty;
52296
- E = Lt(), P = Kh(), F = On(), Lr.exports = function(b) {
52296
+ E = Ot(), P = Kh(), F = On(), Lr.exports = function(b) {
52297
52297
  M(c, b);
52298
52298
  function c(y, t) {
52299
52299
  this.stream = y, c.__super__.constructor.call(this, t);
@@ -52359,10 +52359,10 @@ function f0() {
52359
52359
  }).call(Tt)), Lr.exports;
52360
52360
  }
52361
52361
  var Ro;
52362
- function d0() {
52362
+ function c0() {
52363
52363
  return Ro || (Ro = 1, (function() {
52364
52364
  var E, F, P, M, Y, b, c, y, t, l;
52365
- l = Te(), y = l.assign, t = l.isFunction, P = Yh(), M = $h(), Y = l0(), c = ha(), b = f0(), E = Lt(), F = On(), ge.create = function(v, a, s, n) {
52365
+ l = Te(), y = l.assign, t = l.isFunction, P = Yh(), M = $h(), Y = f0(), c = ha(), b = d0(), E = Ot(), F = On(), ge.create = function(v, a, s, n) {
52366
52366
  var e, r;
52367
52367
  if (v == null)
52368
52368
  throw new Error("Root element needs a name.");
@@ -52378,10 +52378,10 @@ function d0() {
52378
52378
  }).call(Tt)), ge;
52379
52379
  }
52380
52380
  var Lo;
52381
- function c0() {
52381
+ function v0() {
52382
52382
  return Lo || (Lo = 1, (function() {
52383
52383
  var E, F, P, M, Y, b = {}.hasOwnProperty;
52384
- E = d0(), F = Js().defaults, M = function(c) {
52384
+ E = c0(), F = Js().defaults, M = function(c) {
52385
52385
  return typeof c == "string" && (c.indexOf("&") >= 0 || c.indexOf(">") >= 0 || c.indexOf("<") >= 0);
52386
52386
  }, Y = function(c) {
52387
52387
  return "<![CDATA[" + P(c) + "]]>";
@@ -52434,11 +52434,11 @@ function c0() {
52434
52434
  }).call(Tt)), er;
52435
52435
  }
52436
52436
  var Or = {}, jh = {}, In = {};
52437
- In.byteLength = m0;
52438
- In.toByteArray = x0;
52439
- In.fromByteArray = A0;
52440
- var ue = [], Zt = [], v0 = typeof Uint8Array < "u" ? Uint8Array : Array, Ir = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
52441
- for (var qe = 0, p0 = Ir.length; qe < p0; ++qe)
52437
+ In.byteLength = g0;
52438
+ In.toByteArray = y0;
52439
+ In.fromByteArray = T0;
52440
+ var ue = [], Zt = [], p0 = typeof Uint8Array < "u" ? Uint8Array : Array, Ir = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
52441
+ for (var qe = 0, m0 = Ir.length; qe < m0; ++qe)
52442
52442
  ue[qe] = Ir[qe], Zt[Ir.charCodeAt(qe)] = qe;
52443
52443
  Zt[45] = 62;
52444
52444
  Zt[95] = 63;
@@ -52451,30 +52451,30 @@ function Jh(E) {
52451
52451
  var M = P === F ? 0 : 4 - P % 4;
52452
52452
  return [P, M];
52453
52453
  }
52454
- function m0(E) {
52454
+ function g0(E) {
52455
52455
  var F = Jh(E), P = F[0], M = F[1];
52456
52456
  return (P + M) * 3 / 4 - M;
52457
52457
  }
52458
- function g0(E, F, P) {
52458
+ function x0(E, F, P) {
52459
52459
  return (F + P) * 3 / 4 - P;
52460
52460
  }
52461
- function x0(E) {
52462
- var F, P = Jh(E), M = P[0], Y = P[1], b = new v0(g0(E, M, Y)), c = 0, y = Y > 0 ? M - 4 : M, t;
52461
+ function y0(E) {
52462
+ var F, P = Jh(E), M = P[0], Y = P[1], b = new p0(x0(E, M, Y)), c = 0, y = Y > 0 ? M - 4 : M, t;
52463
52463
  for (t = 0; t < y; t += 4)
52464
52464
  F = Zt[E.charCodeAt(t)] << 18 | Zt[E.charCodeAt(t + 1)] << 12 | Zt[E.charCodeAt(t + 2)] << 6 | Zt[E.charCodeAt(t + 3)], b[c++] = F >> 16 & 255, b[c++] = F >> 8 & 255, b[c++] = F & 255;
52465
52465
  return Y === 2 && (F = Zt[E.charCodeAt(t)] << 2 | Zt[E.charCodeAt(t + 1)] >> 4, b[c++] = F & 255), Y === 1 && (F = Zt[E.charCodeAt(t)] << 10 | Zt[E.charCodeAt(t + 1)] << 4 | Zt[E.charCodeAt(t + 2)] >> 2, b[c++] = F >> 8 & 255, b[c++] = F & 255), b;
52466
52466
  }
52467
- function y0(E) {
52467
+ function E0(E) {
52468
52468
  return ue[E >> 18 & 63] + ue[E >> 12 & 63] + ue[E >> 6 & 63] + ue[E & 63];
52469
52469
  }
52470
- function E0(E, F, P) {
52470
+ function A0(E, F, P) {
52471
52471
  for (var M, Y = [], b = F; b < P; b += 3)
52472
- M = (E[b] << 16 & 16711680) + (E[b + 1] << 8 & 65280) + (E[b + 2] & 255), Y.push(y0(M));
52472
+ M = (E[b] << 16 & 16711680) + (E[b + 1] << 8 & 65280) + (E[b + 2] & 255), Y.push(E0(M));
52473
52473
  return Y.join("");
52474
52474
  }
52475
- function A0(E) {
52475
+ function T0(E) {
52476
52476
  for (var F, P = E.length, M = P % 3, Y = [], b = 16383, c = 0, y = P - M; c < y; c += b)
52477
- Y.push(E0(E, c, c + b > y ? y : c + b));
52477
+ Y.push(A0(E, c, c + b > y ? y : c + b));
52478
52478
  return M === 1 ? (F = E[P - 1], Y.push(
52479
52479
  ue[F >> 2] + ue[F << 4 & 63] + "=="
52480
52480
  )) : M === 2 && (F = (E[P - 2] << 8) + E[P - 1], Y.push(
@@ -53452,18 +53452,18 @@ la.write = function(E, F, P, M, Y, b) {
53452
53452
  throw new Error("BigInt not supported");
53453
53453
  }
53454
53454
  })(jh);
53455
- const an = jh.Buffer;
53455
+ const on = jh.Buffer;
53456
53456
  var Nr = {};
53457
- const T0 = {}, C0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
53457
+ const C0 = {}, F0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
53458
53458
  __proto__: null,
53459
- default: T0
53460
- }, Symbol.toStringTag, { value: "Module" })), fa = /* @__PURE__ */ vh(C0);
53461
- var br = {}, qi = { exports: {} }, gn = {}, Nn = {};
53462
- Nn.byteLength = D0;
53463
- Nn.toByteArray = w0;
53464
- Nn.fromByteArray = R0;
53465
- var he = [], Kt = [], F0 = typeof Uint8Array < "u" ? Uint8Array : Array, Gr = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
53466
- for (var _e = 0, S0 = Gr.length; _e < S0; ++_e)
53459
+ default: C0
53460
+ }, Symbol.toStringTag, { value: "Module" })), fa = /* @__PURE__ */ vh(F0);
53461
+ var br = {}, _i = { exports: {} }, xn = {}, Nn = {};
53462
+ Nn.byteLength = B0;
53463
+ Nn.toByteArray = P0;
53464
+ Nn.fromByteArray = L0;
53465
+ var he = [], Kt = [], S0 = typeof Uint8Array < "u" ? Uint8Array : Array, Gr = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
53466
+ for (var _e = 0, D0 = Gr.length; _e < D0; ++_e)
53467
53467
  he[_e] = Gr[_e], Kt[Gr.charCodeAt(_e)] = _e;
53468
53468
  Kt[45] = 62;
53469
53469
  Kt[95] = 63;
@@ -53476,30 +53476,30 @@ function Qh(E) {
53476
53476
  var M = P === F ? 0 : 4 - P % 4;
53477
53477
  return [P, M];
53478
53478
  }
53479
- function D0(E) {
53479
+ function B0(E) {
53480
53480
  var F = Qh(E), P = F[0], M = F[1];
53481
53481
  return (P + M) * 3 / 4 - M;
53482
53482
  }
53483
- function B0(E, F, P) {
53483
+ function w0(E, F, P) {
53484
53484
  return (F + P) * 3 / 4 - P;
53485
53485
  }
53486
- function w0(E) {
53487
- var F, P = Qh(E), M = P[0], Y = P[1], b = new F0(B0(E, M, Y)), c = 0, y = Y > 0 ? M - 4 : M, t;
53486
+ function P0(E) {
53487
+ var F, P = Qh(E), M = P[0], Y = P[1], b = new S0(w0(E, M, Y)), c = 0, y = Y > 0 ? M - 4 : M, t;
53488
53488
  for (t = 0; t < y; t += 4)
53489
53489
  F = Kt[E.charCodeAt(t)] << 18 | Kt[E.charCodeAt(t + 1)] << 12 | Kt[E.charCodeAt(t + 2)] << 6 | Kt[E.charCodeAt(t + 3)], b[c++] = F >> 16 & 255, b[c++] = F >> 8 & 255, b[c++] = F & 255;
53490
53490
  return Y === 2 && (F = Kt[E.charCodeAt(t)] << 2 | Kt[E.charCodeAt(t + 1)] >> 4, b[c++] = F & 255), Y === 1 && (F = Kt[E.charCodeAt(t)] << 10 | Kt[E.charCodeAt(t + 1)] << 4 | Kt[E.charCodeAt(t + 2)] >> 2, b[c++] = F >> 8 & 255, b[c++] = F & 255), b;
53491
53491
  }
53492
- function P0(E) {
53492
+ function M0(E) {
53493
53493
  return he[E >> 18 & 63] + he[E >> 12 & 63] + he[E >> 6 & 63] + he[E & 63];
53494
53494
  }
53495
- function M0(E, F, P) {
53495
+ function R0(E, F, P) {
53496
53496
  for (var M, Y = [], b = F; b < P; b += 3)
53497
- M = (E[b] << 16 & 16711680) + (E[b + 1] << 8 & 65280) + (E[b + 2] & 255), Y.push(P0(M));
53497
+ M = (E[b] << 16 & 16711680) + (E[b + 1] << 8 & 65280) + (E[b + 2] & 255), Y.push(M0(M));
53498
53498
  return Y.join("");
53499
53499
  }
53500
- function R0(E) {
53500
+ function L0(E) {
53501
53501
  for (var F, P = E.length, M = P % 3, Y = [], b = 16383, c = 0, y = P - M; c < y; c += b)
53502
- Y.push(M0(E, c, c + b > y ? y : c + b));
53502
+ Y.push(R0(E, c, c + b > y ? y : c + b));
53503
53503
  return M === 1 ? (F = E[P - 1], Y.push(
53504
53504
  he[F >> 2] + he[F << 4 & 63] + "=="
53505
53505
  )) : M === 2 && (F = (E[P - 2] << 8) + E[P - 1], Y.push(
@@ -54315,12 +54315,12 @@ da.write = function(E, F, P, M, Y, b) {
54315
54315
  H[k + nt] = _[Z] + _[nt];
54316
54316
  return H;
54317
54317
  }();
54318
- })(gn);
54318
+ })(xn);
54319
54319
  /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
54320
54320
  var Oo;
54321
- function L0() {
54321
+ function O0() {
54322
54322
  return Oo || (Oo = 1, function(E, F) {
54323
- var P = gn, M = P.Buffer;
54323
+ var P = xn, M = P.Buffer;
54324
54324
  function Y(c, y) {
54325
54325
  for (var t in c)
54326
54326
  y[t] = c[t];
@@ -54347,13 +54347,13 @@ function L0() {
54347
54347
  throw new TypeError("Argument must be a number");
54348
54348
  return P.SlowBuffer(c);
54349
54349
  };
54350
- }(qi, qi.exports)), qi.exports;
54350
+ }(_i, _i.exports)), _i.exports;
54351
54351
  }
54352
54352
  var Io;
54353
- function O0() {
54353
+ function I0() {
54354
54354
  if (Io) return br;
54355
54355
  Io = 1;
54356
- var E = L0().Buffer, F = E.isEncoding || function(i) {
54356
+ var E = O0().Buffer, F = E.isEncoding || function(i) {
54357
54357
  switch (i = "" + i, i && i.toLowerCase()) {
54358
54358
  case "hex":
54359
54359
  case "utf8":
@@ -54508,7 +54508,7 @@ function O0() {
54508
54508
  return br;
54509
54509
  }
54510
54510
  var No;
54511
- function I0() {
54511
+ function N0() {
54512
54512
  return No || (No = 1, function(E) {
54513
54513
  (function(F) {
54514
54514
  F.parser = function(I, U) {
@@ -54653,9 +54653,9 @@ function I0() {
54653
54653
  value: v
54654
54654
  }
54655
54655
  }), v.prototype.write = function(I) {
54656
- if (typeof an == "function" && typeof an.isBuffer == "function" && an.isBuffer(I)) {
54656
+ if (typeof on == "function" && typeof on.isBuffer == "function" && on.isBuffer(I)) {
54657
54657
  if (!this._decoder) {
54658
- var U = O0().StringDecoder;
54658
+ var U = I0().StringDecoder;
54659
54659
  this._decoder = new U("utf8");
54660
54660
  }
54661
54661
  I = this._decoder.write(I);
@@ -55395,9 +55395,9 @@ Actual: ` + I.attribValue
55395
55395
  })(E);
55396
55396
  }(Nr)), Nr;
55397
55397
  }
55398
- var _i = { exports: {} }, bo;
55399
- function N0() {
55400
- if (bo) return _i.exports;
55398
+ var tn = { exports: {} }, bo;
55399
+ function b0() {
55400
+ if (bo) return tn.exports;
55401
55401
  bo = 1;
55402
55402
  var E = typeof Reflect == "object" ? Reflect : null, F = E && typeof E.apply == "function" ? E.apply : function(d, p, g) {
55403
55403
  return Function.prototype.apply.call(d, p, g);
@@ -55416,7 +55416,7 @@ function N0() {
55416
55416
  function b() {
55417
55417
  b.init.call(this);
55418
55418
  }
55419
- _i.exports = b, _i.exports.once = i, b.EventEmitter = b, b.prototype._events = void 0, b.prototype._eventsCount = 0, b.prototype._maxListeners = void 0;
55419
+ tn.exports = b, tn.exports.once = i, b.EventEmitter = b, b.prototype._events = void 0, b.prototype._eventsCount = 0, b.prototype._maxListeners = void 0;
55420
55420
  var c = 10;
55421
55421
  function y(h) {
55422
55422
  if (typeof h != "function")
@@ -55605,10 +55605,10 @@ function N0() {
55605
55605
  else
55606
55606
  throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type ' + typeof h);
55607
55607
  }
55608
- return _i.exports;
55608
+ return tn.exports;
55609
55609
  }
55610
55610
  var Ur = {}, Go;
55611
- function b0() {
55611
+ function G0() {
55612
55612
  return Go || (Go = 1, (function() {
55613
55613
  Ur.stripBOM = function(E) {
55614
55614
  return E[0] === "\uFEFF" ? E.substring(1) : E;
@@ -55633,7 +55633,7 @@ function kh() {
55633
55633
  }).call(Tt)), ze;
55634
55634
  }
55635
55635
  var zo;
55636
- function G0() {
55636
+ function U0() {
55637
55637
  return zo || (zo = 1, function(E) {
55638
55638
  (function() {
55639
55639
  var F, P, M, Y, b, c, y, t, l, v = function(n, e) {
@@ -55648,7 +55648,7 @@ function G0() {
55648
55648
  }
55649
55649
  return f.prototype = e.prototype, n.prototype = new f(), n.__super__ = e.prototype, n;
55650
55650
  }, s = {}.hasOwnProperty;
55651
- t = I0(), Y = N0(), F = b0(), y = kh(), l = fa.setImmediate, P = Js().defaults, b = function(n) {
55651
+ t = N0(), Y = b0(), F = G0(), y = kh(), l = fa.setImmediate, P = Js().defaults, b = function(n) {
55652
55652
  return typeof n == "object" && n != null && Object.keys(n).length === 0;
55653
55653
  }, c = function(n, e, r) {
55654
55654
  var f, i, o;
@@ -55797,7 +55797,7 @@ var qh;
55797
55797
  }
55798
55798
  return t.prototype = c.prototype, b.prototype = new t(), b.__super__ = c.prototype, b;
55799
55799
  }, Y = {}.hasOwnProperty;
55800
- F = Js(), E = c0(), P = G0(), kh(), F.defaults, function(b) {
55800
+ F = Js(), E = v0(), P = U0(), kh(), F.defaults, function(b) {
55801
55801
  M(c, b);
55802
55802
  function c(y) {
55803
55803
  this.message = y;
@@ -55805,7 +55805,7 @@ var qh;
55805
55805
  return c;
55806
55806
  }(Error), E.Builder, P.Parser, P.parseString, qh = P.parseStringPromise;
55807
55807
  }).call(Tt);
55808
- const U0 = (E) => {
55808
+ const z0 = (E) => {
55809
55809
  if (E === "true")
55810
55810
  return !0;
55811
55811
  if (E === "false")
@@ -55815,10 +55815,10 @@ const U0 = (E) => {
55815
55815
  return isNaN(F) ? E : F;
55816
55816
  }
55817
55817
  return E;
55818
- }, z0 = async (E) => {
55819
- const F = r0(E) ?? E;
55818
+ }, X0 = async (E) => {
55819
+ const F = s0(E) ?? E;
55820
55820
  return qh(F, {
55821
- attrValueProcessors: [(P) => U0(P)],
55821
+ attrValueProcessors: [(P) => z0(P)],
55822
55822
  explicitChildren: !0,
55823
55823
  preserveChildrenOrder: !0
55824
55824
  });
@@ -55828,7 +55828,7 @@ class ca extends Error {
55828
55828
  super(`Invalid operation: ${F}, name: ${P}, ${M}`), this.name = "InvalidOperationError";
55829
55829
  }
55830
55830
  }
55831
- class X0 extends Error {
55831
+ class V0 extends Error {
55832
55832
  constructor(F, P) {
55833
55833
  super(`${F} is not found for id: ${P}`), this.name = "NotFoundError";
55834
55834
  }
@@ -55838,11 +55838,11 @@ class _h extends Error {
55838
55838
  super(`${F} is not initialized`), this.name = "NotInitializedError";
55839
55839
  }
55840
55840
  }
55841
- var Mi;
55841
+ var Ri;
55842
55842
  (function(E) {
55843
55843
  E.Create = "Create", E.Delete = "Delete", E.Push = "Push", E.Read = "Read", E.Update = "Update";
55844
- })(Mi || (Mi = {}));
55845
- const Xo = "|", V0 = (E) => {
55844
+ })(Ri || (Ri = {}));
55845
+ const Xo = "|", Y0 = (E) => {
55846
55846
  if (!E || typeof E != "object" || Object.hasOwn(E, "TMXNodeType") || Object.hasOwn(E, "window"))
55847
55847
  return !1;
55848
55848
  try {
@@ -55852,20 +55852,20 @@ const Xo = "|", V0 = (E) => {
55852
55852
  return !1;
55853
55853
  }
55854
55854
  return !0;
55855
- }, Y0 = (E) => {
55855
+ }, W0 = (E) => {
55856
55856
  var F;
55857
55857
  return ((F = E.match(/[A-Z]{2,}(?=[A-Z][a-z]+[0-9]*|\b)|[A-Z]?[a-z]+[0-9]*|[A-Z]|[0-9]+/g)) == null ? void 0 : F.map((P) => P.toLowerCase()).join("-")) ?? "";
55858
- }, Ui = () => {
55859
- const E = ah(wi.SceneKey);
55860
- if (!E) throw new _h(wi.SceneKey.description ?? "");
55858
+ }, zi = () => {
55859
+ const E = ah(Pi.SceneKey);
55860
+ if (!E) throw new _h(Pi.SceneKey.description ?? "");
55861
55861
  return E;
55862
55862
  };
55863
55863
  var Ut = /* @__PURE__ */ ((E) => (E.Create = "Create", E.Init = "Init", E.NextTick = "NextTick", E.Preload = "Preload", E.Shutdown = "Shutdown", E.Update = "Update", E))(Ut || {});
55864
55864
  const Ze = {
55865
55865
  lifecycleListenersMap: /* @__PURE__ */ new Map(),
55866
55866
  sceneReadyMap: /* @__PURE__ */ new Map()
55867
- }, gi = (E, F, P) => {
55868
- const M = P ?? Ui(), Y = Ze.lifecycleListenersMap.get(E);
55867
+ }, xi = (E, F, P) => {
55868
+ const M = P ?? zi(), Y = Ze.lifecycleListenersMap.get(E);
55869
55869
  if (!Y) {
55870
55870
  Ze.lifecycleListenersMap.set(E, /* @__PURE__ */ new Map([[M, [F]]]));
55871
55871
  return;
@@ -55873,39 +55873,39 @@ const Ze = {
55873
55873
  const b = Y.get(M);
55874
55874
  b ? b.push(F) : Y.set(M, [F]);
55875
55875
  }, va = (...E) => {
55876
- gi(Ut.NextTick, ...E);
55877
- }, zr = (E) => `update:${Y0(E)}`, W0 = (E, F, P, M, Y) => {
55878
- const b = Ui(), c = [], y = [];
55879
- for (const [l, v] of Object.entries(Ci(F))) {
55876
+ xi(Ut.NextTick, ...E);
55877
+ }, zr = (E) => `update:${W0(E)}`, H0 = (E, F, P, M, Y) => {
55878
+ const b = zi(), c = [], y = [];
55879
+ for (const [l, v] of Object.entries(Fi(F))) {
55880
55880
  const a = M[l];
55881
55881
  a && (c.push((s) => {
55882
55882
  a(s, P)(v), v !== void 0 ? P(zr(l), v) : l in s && P(zr(l), s[l]);
55883
55883
  }), y.push(
55884
55884
  oh(
55885
- () => Ci(F)[l],
55885
+ () => Fi(F)[l],
55886
55886
  (s) => {
55887
55887
  const n = () => {
55888
- a(Ci(E), P)(s), P(zr(l), s);
55888
+ a(Fi(E), P)(s), P(zr(l), s);
55889
55889
  };
55890
55890
  Y ? n() : va(() => {
55891
55891
  n();
55892
55892
  }, b);
55893
55893
  },
55894
- { deep: typeof Ci(F)[l] == "object" }
55894
+ { deep: typeof Fi(F)[l] == "object" }
55895
55895
  )
55896
55896
  ));
55897
55897
  }
55898
55898
  return { initializeGameObjectSetters: (l) => {
55899
55899
  for (const v of c) v(l);
55900
55900
  }, setterStopHandlers: y };
55901
- }, H0 = Gi("phaser/parentContainer", () => ({
55901
+ }, Z0 = Ui("phaser/parentContainer", () => ({
55902
55902
  pushGameObject: (F, P, M) => {
55903
55903
  const Y = F.list.findIndex(
55904
55904
  (b) => "depth" in b && typeof b.depth == "number" && "depth" in P && typeof P.depth == "number" && b.depth > P.depth
55905
55905
  );
55906
55906
  Y === -1 ? F.add(M) : F.addAt(M, Y);
55907
55907
  }
55908
- })), pa = Gi("phaser", () => {
55908
+ })), pa = Ui("phaser", () => {
55909
55909
  let E = null;
55910
55910
  const F = uh({
55911
55911
  get: () => E,
@@ -55914,10 +55914,11 @@ const Ze = {
55914
55914
  }
55915
55915
  }), P = qt(null), M = P, Y = (v) => v === P.value, b = async (v) => {
55916
55916
  if (Y(v)) return;
55917
- const a = Ri(), s = P.value;
55918
- P.value = v, await g1(), s && a.scene.isActive(s) && a.scene.stop(s), a.scene.start(v);
55917
+ const a = Li(), s = P.value;
55918
+ P.value = v, await x1(), s && a.scene.isActive(s) && a.scene.stop(s), a.scene.start(v);
55919
55919
  }, c = qt([]), y = qt([]);
55920
55920
  return {
55921
+ // @TODO: https://github.com/vuejs/pinia/issues/2767
55921
55922
  game: F,
55922
55923
  isSameScene: Y,
55923
55924
  launchParallelScene: (v, a) => {
@@ -55940,10 +55941,10 @@ const Ze = {
55940
55941
  switchToScene: b
55941
55942
  };
55942
55943
  });
55943
- function Z0(E) {
55944
+ function K0(E) {
55944
55945
  return E && E.__esModule && Object.prototype.hasOwnProperty.call(E, "default") ? E.default : E;
55945
55946
  }
55946
- var tl = { exports: {} }, Rt = tl.exports = {}, ae, oe;
55947
+ var tl = { exports: {} }, Lt = tl.exports = {}, ae, oe;
55947
55948
  function Es() {
55948
55949
  throw new Error("setTimeout has not been defined");
55949
55950
  }
@@ -55977,7 +55978,7 @@ function el(E) {
55977
55978
  }
55978
55979
  }
55979
55980
  }
55980
- function K0(E) {
55981
+ function $0(E) {
55981
55982
  if (oe === clearTimeout)
55982
55983
  return clearTimeout(E);
55983
55984
  if ((oe === As || !oe) && clearTimeout)
@@ -55992,28 +55993,28 @@ function K0(E) {
55992
55993
  }
55993
55994
  }
55994
55995
  }
55995
- var Ae = [], li = !1, Xe, on = -1;
55996
- function $0() {
55997
- !li || !Xe || (li = !1, Xe.length ? Ae = Xe.concat(Ae) : on = -1, Ae.length && il());
55996
+ var Ae = [], fi = !1, Xe, un = -1;
55997
+ function j0() {
55998
+ !fi || !Xe || (fi = !1, Xe.length ? Ae = Xe.concat(Ae) : un = -1, Ae.length && il());
55998
55999
  }
55999
56000
  function il() {
56000
- if (!li) {
56001
- var E = el($0);
56002
- li = !0;
56001
+ if (!fi) {
56002
+ var E = el(j0);
56003
+ fi = !0;
56003
56004
  for (var F = Ae.length; F; ) {
56004
- for (Xe = Ae, Ae = []; ++on < F; )
56005
- Xe && Xe[on].run();
56006
- on = -1, F = Ae.length;
56005
+ for (Xe = Ae, Ae = []; ++un < F; )
56006
+ Xe && Xe[un].run();
56007
+ un = -1, F = Ae.length;
56007
56008
  }
56008
- Xe = null, li = !1, K0(E);
56009
+ Xe = null, fi = !1, $0(E);
56009
56010
  }
56010
56011
  }
56011
- Rt.nextTick = function(E) {
56012
+ Lt.nextTick = function(E) {
56012
56013
  var F = new Array(arguments.length - 1);
56013
56014
  if (arguments.length > 1)
56014
56015
  for (var P = 1; P < arguments.length; P++)
56015
56016
  F[P - 1] = arguments[P];
56016
- Ae.push(new nl(E, F)), Ae.length === 1 && !li && el(il);
56017
+ Ae.push(new nl(E, F)), Ae.length === 1 && !fi && el(il);
56017
56018
  };
56018
56019
  function nl(E, F) {
56019
56020
  this.fun = E, this.array = F;
@@ -56021,40 +56022,40 @@ function nl(E, F) {
56021
56022
  nl.prototype.run = function() {
56022
56023
  this.fun.apply(null, this.array);
56023
56024
  };
56024
- Rt.title = "browser";
56025
- Rt.browser = !0;
56026
- Rt.env = {};
56027
- Rt.argv = [];
56028
- Rt.version = "";
56029
- Rt.versions = {};
56025
+ Lt.title = "browser";
56026
+ Lt.browser = !0;
56027
+ Lt.env = {};
56028
+ Lt.argv = [];
56029
+ Lt.version = "";
56030
+ Lt.versions = {};
56030
56031
  function Ce() {
56031
56032
  }
56032
- Rt.on = Ce;
56033
- Rt.addListener = Ce;
56034
- Rt.once = Ce;
56035
- Rt.off = Ce;
56036
- Rt.removeListener = Ce;
56037
- Rt.removeAllListeners = Ce;
56038
- Rt.emit = Ce;
56039
- Rt.prependListener = Ce;
56040
- Rt.prependOnceListener = Ce;
56041
- Rt.listeners = function(E) {
56033
+ Lt.on = Ce;
56034
+ Lt.addListener = Ce;
56035
+ Lt.once = Ce;
56036
+ Lt.off = Ce;
56037
+ Lt.removeListener = Ce;
56038
+ Lt.removeAllListeners = Ce;
56039
+ Lt.emit = Ce;
56040
+ Lt.prependListener = Ce;
56041
+ Lt.prependOnceListener = Ce;
56042
+ Lt.listeners = function(E) {
56042
56043
  return [];
56043
56044
  };
56044
- Rt.binding = function(E) {
56045
+ Lt.binding = function(E) {
56045
56046
  throw new Error("process.binding is not supported");
56046
56047
  };
56047
- Rt.cwd = function() {
56048
+ Lt.cwd = function() {
56048
56049
  return "/";
56049
56050
  };
56050
- Rt.chdir = function(E) {
56051
+ Lt.chdir = function(E) {
56051
56052
  throw new Error("process.chdir is not supported");
56052
56053
  };
56053
- Rt.umask = function() {
56054
+ Lt.umask = function() {
56054
56055
  return 0;
56055
56056
  };
56056
- var j0 = tl.exports;
56057
- const Pt = /* @__PURE__ */ Z0(j0);
56057
+ var J0 = tl.exports;
56058
+ const Pt = /* @__PURE__ */ K0(J0);
56058
56059
  var rl = { exports: {} };
56059
56060
  (function(E, F) {
56060
56061
  (function(M, Y) {
@@ -70970,11 +70971,11 @@ var rl = { exports: {} };
70970
70971
  scaleY: 0
70971
70972
  }, a;
70972
70973
  var s = t.text, n = s.length, e = t.maxWidth, r = t.wordWrapCharCode, f = Number.MAX_VALUE, i = Number.MAX_VALUE, o = 0, u = 0, h = t.fontData.chars, d = t.fontData.lineHeight, p = t.letterSpacing, g = t.lineSpacing, x = 0, m = 0, A = 0, T = null, C = t._align, S = 0, w = 0, D = t.fontSize / t.fontData.size, B = D * t.scaleX, R = D * t.scaleY, N = null, X = 0, V = [], K = Number.MAX_VALUE, W = 0, G = 0, z = 0, L, O, I, U = [], $ = [], j = null, q = function(Ct, Bt) {
70973
- for (var $i = 0, Hn = 0; Hn < Ct.length; Hn++) {
70974
- var c1 = Ct.charCodeAt(Hn), Ra = Bt.chars[c1];
70975
- Ra && ($i += Ra.xAdvance);
70974
+ for (var ji = 0, Hn = 0; Hn < Ct.length; Hn++) {
70975
+ var v1 = Ct.charCodeAt(Hn), Ra = Bt.chars[v1];
70976
+ Ra && (ji += Ra.xAdvance);
70976
70977
  }
70977
- return $i * B;
70978
+ return ji * B;
70978
70979
  };
70979
70980
  if (e > 0) {
70980
70981
  I = s.split(`
@@ -71004,8 +71005,8 @@ var rl = { exports: {} };
71004
71005
  var vt = ct - nt, mt = rt - nt;
71005
71006
  vt > e || mt > e ? (ht.push(st.i - 1), st.cr ? (ht.push(st.i + st.word.length), nt = 0, k = null) : k = st) : st.cr && (ht.push(st.i + st.word.length), nt = 0, k = null);
71006
71007
  }
71007
- var gt = function(Ct, Bt, $i) {
71008
- return Ct.substr(0, Bt) + $i + Ct.substr(Bt + 1);
71008
+ var gt = function(Ct, Bt, ji) {
71009
+ return Ct.substr(0, Bt) + ji + Ct.substr(Bt + 1);
71009
71010
  };
71010
71011
  for (L = ht.length - 1; L >= 0; L--)
71011
71012
  ht[L] > -1 && (s = gt(s, ht[L], `
@@ -163552,28 +163553,28 @@ return new ` + this.key + `();
163552
163553
  })()
163553
163554
  ));
163554
163555
  })(rl);
163555
- var Nt = rl.exports;
163556
- const Ri = () => {
163557
- const E = pa(), { game: F } = Bn(E);
163558
- if (!F.value) throw new _h(Nt.Game.name);
163556
+ var Rt = rl.exports;
163557
+ const Li = () => {
163558
+ const E = pa(), { game: F } = hi(E);
163559
+ if (!F.value) throw new _h(Rt.Game.name);
163559
163560
  return F.value;
163560
- }, Li = (E) => Ri().scene.getScene(E), sl = (...E) => {
163561
- gi(Ut.Create, ...E);
163562
- }, J0 = (E) => Ze.sceneReadyMap.get(E) ? va : sl, ve = (E, F, P, M, Y) => {
163561
+ }, Oi = (E) => Li().scene.getScene(E), sl = (...E) => {
163562
+ xi(Ut.Create, ...E);
163563
+ }, Q0 = (E) => Ze.sceneReadyMap.get(E) ? va : sl, ve = (E, F, P, M, Y) => {
163563
163564
  let b;
163564
- const c = H0(), { pushGameObject: y } = c, { initializeGameObjectSetters: t, setterStopHandlers: l } = W0(
163565
+ const c = Z0(), { pushGameObject: y } = c, { initializeGameObjectSetters: t, setterStopHandlers: l } = H0(
163565
163566
  () => b,
163566
163567
  F,
163567
163568
  P,
163568
163569
  M,
163569
163570
  Y
163570
- ), { eventStopHandlers: v, initializeGameObjectEvents: a } = G1(), s = ah(wi.ParentContainer, null), n = Ui(), e = J0(n), r = (i) => {
163571
+ ), { eventStopHandlers: v, initializeGameObjectEvents: a } = U1(), s = ah(Pi.ParentContainer, null), n = zi(), e = Q0(n), r = (i) => {
163571
163572
  b = E(i), t(b), a(b, P, i);
163572
163573
  }, f = () => {
163573
- s && y(s.value, Ci(F), b);
163574
+ s && y(s.value, Fi(F), b);
163574
163575
  };
163575
163576
  if (Y) {
163576
- const i = Li(n);
163577
+ const i = Oi(n);
163577
163578
  r(i), e(() => {
163578
163579
  f();
163579
163580
  });
@@ -163581,7 +163582,7 @@ const Ri = () => {
163581
163582
  e((i) => {
163582
163583
  r(i), f();
163583
163584
  });
163584
- Sn(() => {
163585
+ Dn(() => {
163585
163586
  for (const i of l) i();
163586
163587
  for (const i of v) i();
163587
163588
  b && b.destroy();
@@ -163624,28 +163625,28 @@ const Ri = () => {
163624
163625
  visible: (E) => (F) => {
163625
163626
  F !== void 0 && E.setVisible(F);
163626
163627
  }
163627
- }, Q0 = {
163628
+ }, k0 = {
163628
163629
  active: (E) => (F) => {
163629
163630
  F !== void 0 && E.setActive(F);
163630
163631
  }
163631
- }, k0 = {
163632
+ }, q0 = {
163632
163633
  tween: (E, F) => (P) => {
163633
163634
  if (!P) return;
163634
- E.scene.add.tween({ ...P, targets: E }).on(Nt.Tweens.Events.TWEEN_COMPLETE, () => {
163635
+ E.scene.add.tween({ ...P, targets: E }).on(Rt.Tweens.Events.TWEEN_COMPLETE, () => {
163635
163636
  F("update:tween", void 0);
163636
163637
  });
163637
163638
  },
163638
163639
  tweenchain: (E, F) => (P) => {
163639
163640
  if (!P) return;
163640
163641
  const M = E.scene.add.tweenchain(P.map((Y) => ({ ...Y, targets: E })));
163641
- return M.on(Nt.Tweens.Events.TWEEN_COMPLETE, () => {
163642
+ return M.on(Rt.Tweens.Events.TWEEN_COMPLETE, () => {
163642
163643
  F("update:tweenchain", void 0);
163643
163644
  }), M;
163644
163645
  }
163645
163646
  }, pe = {
163646
- ...k0,
163647
- ...Q0
163648
- }, q0 = {
163647
+ ...q0,
163648
+ ...k0
163649
+ }, _0 = {
163649
163650
  displayHeight: (E) => (F) => {
163650
163651
  F !== void 0 && E.setDisplaySize(E.displayWidth, F);
163651
163652
  },
@@ -163664,7 +163665,7 @@ const Ri = () => {
163664
163665
  ...be,
163665
163666
  ...De,
163666
163667
  ...pe
163667
- }, hp = /* @__PURE__ */ Wt({
163668
+ }, lp = /* @__PURE__ */ Wt({
163668
163669
  __name: "Zone",
163669
163670
  props: {
163670
163671
  configuration: {}
@@ -163677,10 +163678,10 @@ const Ri = () => {
163677
163678
  },
163678
163679
  () => E.configuration,
163679
163680
  F,
163680
- q0
163681
+ _0
163681
163682
  ), (M, Y) => null;
163682
163683
  }
163683
- }), zi = {
163684
+ }), Xi = {
163684
163685
  alpha: (E) => (F) => E.setAlpha(F, F, F, F),
163685
163686
  alphaBottomLeft: (E) => (F) => E.setAlpha(E.alphaTopLeft, E.alphaTopRight, F, E.alphaBottomRight),
163686
163687
  alphaBottomRight: (E) => (F) => E.setAlpha(E.alphaTopLeft, E.alphaTopRight, E.alphaBottomLeft, F),
@@ -163703,7 +163704,7 @@ const Ri = () => {
163703
163704
  width: (E) => (F) => {
163704
163705
  F !== void 0 && E.setSize(F, E.height);
163705
163706
  }
163706
- }, Xi = {
163707
+ }, Vi = {
163707
163708
  flipX: (E) => (F) => {
163708
163709
  F !== void 0 && E.setFlipX(F);
163709
163710
  },
@@ -163727,28 +163728,28 @@ const Ri = () => {
163727
163728
  }
163728
163729
  }, bn = {
163729
163730
  ...al
163730
- }, Vi = {
163731
+ }, Yi = {
163731
163732
  tint: (E) => (F) => E.setTint(F, F, F, F),
163732
163733
  tintBottomLeft: (E) => (F) => E.setTint(E.tintTopLeft, E.tintTopRight, F, E.tintBottomRight),
163733
163734
  tintBottomRight: (E) => (F) => E.setTint(E.tintTopLeft, E.tintTopRight, E.tintBottomLeft, F),
163734
163735
  tintTopLeft: (E) => (F) => E.setTint(F, E.tintTopRight, E.tintBottomLeft, E.tintBottomRight),
163735
163736
  tintTopRight: (E) => (F) => E.setTint(E.tintTopLeft, F, E.tintBottomLeft, E.tintBottomRight)
163736
- }, _0 = {
163737
- ...zi,
163737
+ }, td = {
163738
+ ...Xi,
163738
163739
  ...Ge,
163739
163740
  ...ma,
163740
163741
  ...Fe,
163741
- ...Xi,
163742
+ ...Vi,
163742
163743
  ...Ue,
163743
163744
  ...Ne,
163744
163745
  ...Qe,
163745
163746
  ...be,
163746
163747
  ...bn,
163747
- ...Vi,
163748
+ ...Yi,
163748
163749
  ...Se,
163749
163750
  ...De,
163750
163751
  ...pe
163751
- }, lp = /* @__PURE__ */ Wt({
163752
+ }, fp = /* @__PURE__ */ Wt({
163752
163753
  __name: "TileSprite",
163753
163754
  props: {
163754
163755
  configuration: {}
@@ -163761,17 +163762,17 @@ const Ri = () => {
163761
163762
  },
163762
163763
  () => E.configuration,
163763
163764
  F,
163764
- _0
163765
+ td
163765
163766
  ), (M, Y) => null;
163766
163767
  }
163767
- }), fp = /* @__PURE__ */ Wt({
163768
+ }), dp = /* @__PURE__ */ Wt({
163768
163769
  __name: "Tilemap",
163769
163770
  props: {
163770
163771
  configuration: {},
163771
163772
  onComplete: { type: Function }
163772
163773
  },
163773
163774
  setup(E) {
163774
- const F = Ui(), P = qt();
163775
+ const F = zi(), P = qt();
163775
163776
  return sl((M) => {
163776
163777
  var Y;
163777
163778
  P.value = M.make.tilemap(E.configuration), (Y = E.onComplete) == null || Y.call(E, M, P.value);
@@ -163779,16 +163780,16 @@ const Ri = () => {
163779
163780
  () => E.configuration.key,
163780
163781
  (M) => {
163781
163782
  var c;
163782
- const Y = Li(F), b = P.value;
163783
+ const Y = Oi(F), b = P.value;
163783
163784
  M ? (P.value = Y.make.tilemap(E.configuration), (c = E.onComplete) == null || c.call(E, Y, P.value)) : P.value = void 0, b && b.destroy();
163784
163785
  }
163785
- ), Sn(() => {
163786
+ ), Dn(() => {
163786
163787
  P.value && P.value.destroy();
163787
- }), (M, Y) => Dn(M.$slots, "default");
163788
+ }), (M, Y) => Bn(M.$slots, "default");
163788
163789
  }
163789
- }), td = Gi("phaser/text", () => ({
163790
+ }), ed = Ui("phaser/text", () => ({
163790
163791
  defaultTextStyle: qt()
163791
- })), ed = {
163792
+ })), id = {
163792
163793
  padding: (E) => (F) => {
163793
163794
  F && E.setPadding(F);
163794
163795
  },
@@ -163798,27 +163799,27 @@ const Ri = () => {
163798
163799
  text: (E, F) => (P) => {
163799
163800
  P !== void 0 && (E.setText(P), F("update:width", E.width), F("update:displayWidth", E.displayWidth));
163800
163801
  },
163801
- ...zi,
163802
+ ...Xi,
163802
163803
  ...Ge,
163803
163804
  ...ma,
163804
163805
  ...Fe,
163805
- ...Xi,
163806
+ ...Vi,
163806
163807
  ...Ue,
163807
163808
  ...Ne,
163808
163809
  ...Qe,
163809
163810
  ...be,
163810
- ...Vi,
163811
+ ...Yi,
163811
163812
  ...Se,
163812
163813
  ...De,
163813
163814
  ...pe
163814
- }, dp = /* @__PURE__ */ Wt({
163815
+ }, cp = /* @__PURE__ */ Wt({
163815
163816
  __name: "Text",
163816
163817
  props: {
163817
163818
  configuration: {},
163818
163819
  immediate: { type: Boolean }
163819
163820
  },
163820
163821
  setup(E, { emit: F }) {
163821
- const P = F, M = td(), { defaultTextStyle: Y } = Bn(M);
163822
+ const P = F, M = ed(), { defaultTextStyle: Y } = hi(M);
163822
163823
  return ve(
163823
163824
  (b) => {
163824
163825
  const { style: c, text: y, x: t, y: l } = E.configuration;
@@ -163826,7 +163827,7 @@ const Ri = () => {
163826
163827
  },
163827
163828
  () => E.configuration,
163828
163829
  P,
163829
- ed,
163830
+ id,
163830
163831
  E.immediate
163831
163832
  ), (b, c) => null;
163832
163833
  }
@@ -163843,16 +163844,16 @@ const Ri = () => {
163843
163844
  width: (E) => (F) => {
163844
163845
  F !== void 0 && E.setSize(F, E.height);
163845
163846
  }
163846
- }, id = {
163847
+ }, nd = {
163847
163848
  animations: (E, F) => (P) => {
163848
163849
  if (P && P.length > 0)
163849
163850
  for (const M of P) {
163850
163851
  if (!M.key) continue;
163851
- const Y = `${Nt.Animations.Events.ANIMATION_COMPLETE_KEY}${M.key}`;
163852
+ const Y = `${Rt.Animations.Events.ANIMATION_COMPLETE_KEY}${M.key}`;
163852
163853
  if (E.once(Y, () => {
163853
163854
  F(Y);
163854
163855
  }), !E.scene.anims.exists(M.key) && !E.scene.anims.create(M))
163855
- throw new ca(Mi.Create, "Animation", M.key);
163856
+ throw new ca(Ri.Create, "Animation", M.key);
163856
163857
  }
163857
163858
  },
163858
163859
  playAnimationKey: (E) => (F) => {
@@ -163862,23 +163863,23 @@ const Ri = () => {
163862
163863
  }
163863
163864
  E.play(F);
163864
163865
  }
163865
- }, nd = {
163866
- ...zi,
163866
+ }, rd = {
163867
+ ...Xi,
163867
163868
  ...Ge,
163868
163869
  ...Fe,
163869
- ...Xi,
163870
+ ...Vi,
163870
163871
  ...Ue,
163871
163872
  ...Ne,
163872
163873
  ...Qe,
163873
163874
  ...be,
163874
163875
  ...ga,
163875
163876
  ...bn,
163876
- ...Vi,
163877
+ ...Yi,
163877
163878
  ...Se,
163878
163879
  ...De,
163879
- ...id,
163880
+ ...nd,
163880
163881
  ...pe
163881
- }, cp = /* @__PURE__ */ Wt({
163882
+ }, vp = /* @__PURE__ */ Wt({
163882
163883
  __name: "Sprite",
163883
163884
  props: {
163884
163885
  configuration: {},
@@ -163894,10 +163895,21 @@ const Ri = () => {
163894
163895
  },
163895
163896
  () => E.configuration,
163896
163897
  F,
163897
- nd,
163898
+ rd,
163898
163899
  E.immediate
163899
163900
  ), (M, Y) => null;
163900
163901
  }
163902
+ }), ol = Ui("phaser/input", () => ({ isInputActive: qt(!1) })), sd = Ui("phaser/camera", () => {
163903
+ const E = ol(), F = qt(!1);
163904
+ return {
163905
+ fadeIn: (Y, ...b) => {
163906
+ F.value = !0, E.isInputActive = !1, Y.cameras.main.fadeIn(...b);
163907
+ },
163908
+ fadeOut: (Y, ...b) => {
163909
+ F.value = !0, E.isInputActive = !1, Y.cameras.main.fadeOut(...b);
163910
+ },
163911
+ isFading: F
163912
+ };
163901
163913
  }), Ts = (E, F) => {
163902
163914
  const P = Ze.lifecycleListenersMap.get(F);
163903
163915
  !P || !P.get(E.scene.key) || P.set(E.scene.key, []);
@@ -163909,7 +163921,7 @@ const Ri = () => {
163909
163921
  for (const b of Y) b(E);
163910
163922
  P && Ts(E, F);
163911
163923
  }
163912
- }, vp = /* @__PURE__ */ Wt({
163924
+ }, pp = /* @__PURE__ */ Wt({
163913
163925
  __name: "Scene",
163914
163926
  props: {
163915
163927
  autoStart: { type: Boolean },
@@ -163917,9 +163929,9 @@ const Ri = () => {
163917
163929
  },
163918
163930
  emits: ["create", "init", "preload", "shutdown", "update"],
163919
163931
  setup(E, { emit: F }) {
163920
- const P = F, M = pa(), { isSameScene: Y, switchToScene: b } = M, { parallelSceneKeys: c } = Bn(M), y = uh(() => Y(E.sceneKey) || c.value.includes(E.sceneKey)), t = class extends Nt.Scene {
163932
+ const P = F, M = pa(), { isSameScene: Y, switchToScene: b } = M, c = sd(), { isFading: y } = hi(c), t = ol(), { isInputActive: l } = hi(t), { parallelSceneKeys: v } = hi(M), a = uh(() => Y(E.sceneKey) || v.value.includes(E.sceneKey)), s = class extends Rt.Scene {
163921
163933
  create() {
163922
- P("create", this), ti(this, Ut.Create);
163934
+ P("create", this), ti(this, Ut.Create), this.cameras.main.on(Rt.Cameras.Scene2D.Events.FADE_IN_COMPLETE, e), this.cameras.main.on(Rt.Cameras.Scene2D.Events.FADE_OUT_COMPLETE, r), l.value || (l.value = !0);
163923
163935
  }
163924
163936
  init() {
163925
163937
  P("init", this), ti(this, Ut.Init);
@@ -163927,26 +163939,30 @@ const Ri = () => {
163927
163939
  preload() {
163928
163940
  P("preload", this), ti(this, Ut.Preload);
163929
163941
  }
163930
- update(...a) {
163931
- P("update", this, ...a), ti(this, Ut.Update, !1), ti(this, Ut.NextTick);
163942
+ update(...i) {
163943
+ P("update", this, ...i), ti(this, Ut.Update, !1), ti(this, Ut.NextTick);
163932
163944
  }
163933
- }, l = () => {
163945
+ }, n = () => {
163934
163946
  Ze.sceneReadyMap.set(E.sceneKey, !0);
163935
- }, v = () => {
163936
- const a = Li(E.sceneKey);
163937
- Ts(a, Ut.Update), Ts(a, Ut.NextTick), ti(a, Ut.Shutdown), P("shutdown", a), Ze.sceneReadyMap.set(E.sceneKey, !1);
163947
+ }, e = () => {
163948
+ y.value = !1, l.value || (l.value = !0);
163949
+ }, r = () => {
163950
+ y.value = !1, l.value || (l.value = !0);
163951
+ }, f = () => {
163952
+ const i = Oi(E.sceneKey);
163953
+ Ts(i, Ut.Update), Ts(i, Ut.NextTick), ti(i, Ut.Shutdown), i.cameras.main.off(Rt.Cameras.Scene2D.Events.FADE_IN_COMPLETE, e), i.cameras.main.off(Rt.Cameras.Scene2D.Events.FADE_OUT_COMPLETE, r), Ze.sceneReadyMap.set(E.sceneKey, !1), P("shutdown", i);
163938
163954
  };
163939
163955
  return hh(async () => {
163940
- const s = Ri().scene.add(E.sceneKey, t);
163941
- s.events.on(Nt.Scenes.Events.READY, l), s.events.on(Nt.Scenes.Events.SHUTDOWN, v), E.autoStart && await b(E.sceneKey);
163942
- }), Sn(() => {
163943
- const a = Ri(), s = Li(E.sceneKey);
163944
- s.events.off(Nt.Scenes.Events.READY, l), s.events.off(Nt.Scenes.Events.SHUTDOWN, v), a.scene.remove(E.sceneKey);
163945
- }), lh(wi.SceneKey, E.sceneKey), (a, s) => fh(y) ? Dn(a.$slots, "default", { key: 0 }) : dh("", !0);
163956
+ const o = Li().scene.add(E.sceneKey, s);
163957
+ o.events.on(Rt.Scenes.Events.READY, n), o.events.on(Rt.Scenes.Events.SHUTDOWN, f), E.autoStart && await b(E.sceneKey);
163958
+ }), Dn(() => {
163959
+ const i = Li(), o = Oi(E.sceneKey);
163960
+ o.events.off(Rt.Scenes.Events.READY, n), o.events.off(Rt.Scenes.Events.SHUTDOWN, f), i.scene.remove(E.sceneKey);
163961
+ }), lh(Pi.SceneKey, E.sceneKey), (i, o) => fh(a) ? Bn(i.$slots, "default", { key: 0 }) : dh("", !0);
163946
163962
  }
163947
163963
  }), xa = {
163948
163964
  alpha: (E) => (F) => E.setAlpha(F)
163949
- }, ol = {
163965
+ }, ul = {
163950
163966
  ...xa,
163951
163967
  ...Ge,
163952
163968
  ...Fe,
@@ -163970,16 +163986,16 @@ const Ri = () => {
163970
163986
  strokeStyle: (E) => (F) => {
163971
163987
  F && E.setStrokeStyle(...F);
163972
163988
  }
163973
- }, rd = {
163989
+ }, ad = {
163974
163990
  height: (E) => (F) => {
163975
163991
  F !== void 0 && E.setSize(E.width, F);
163976
163992
  },
163977
163993
  width: (E) => (F) => {
163978
163994
  F !== void 0 && E.setSize(F, E.height);
163979
163995
  },
163980
- ...ol,
163996
+ ...ul,
163981
163997
  ...pe
163982
- }, pp = /* @__PURE__ */ Wt({
163998
+ }, mp = /* @__PURE__ */ Wt({
163983
163999
  __name: "Rectangle",
163984
164000
  props: {
163985
164001
  configuration: {},
@@ -163995,31 +164011,31 @@ const Ri = () => {
163995
164011
  },
163996
164012
  () => E.configuration,
163997
164013
  F,
163998
- rd,
164014
+ ad,
163999
164015
  E.immediate
164000
164016
  ), (M, Y) => null;
164001
164017
  }
164002
- }), sd = {
164018
+ }), od = {
164003
164019
  path: (E) => (F) => {
164004
164020
  F && E.setPath(F);
164005
164021
  }
164006
- }, ad = {
164007
- ...zi,
164022
+ }, ud = {
164023
+ ...Xi,
164008
164024
  ...Ge,
164009
164025
  ...Fe,
164010
- ...Xi,
164026
+ ...Vi,
164011
164027
  ...Ue,
164012
164028
  ...Ne,
164013
- ...sd,
164029
+ ...od,
164014
164030
  ...Qe,
164015
164031
  ...be,
164016
164032
  ...ga,
164017
164033
  ...bn,
164018
- ...Vi,
164034
+ ...Yi,
164019
164035
  ...Se,
164020
164036
  ...De,
164021
164037
  ...pe
164022
- }, mp = /* @__PURE__ */ Wt({
164038
+ }, gp = /* @__PURE__ */ Wt({
164023
164039
  __name: "PathFollower",
164024
164040
  props: {
164025
164041
  configuration: {},
@@ -164034,10 +164050,10 @@ const Ri = () => {
164034
164050
  },
164035
164051
  () => E.configuration,
164036
164052
  F,
164037
- ad
164053
+ ud
164038
164054
  ), (M, Y) => null;
164039
164055
  }
164040
- }), od = {
164056
+ }), hd = {
164041
164057
  height: (E) => (F) => {
164042
164058
  F !== void 0 && E.setSize(E.width, F);
164043
164059
  },
@@ -164055,7 +164071,7 @@ const Ri = () => {
164055
164071
  ...Se,
164056
164072
  ...De,
164057
164073
  ...pe
164058
- }, gp = /* @__PURE__ */ Wt({
164074
+ }, xp = /* @__PURE__ */ Wt({
164059
164075
  __name: "Nineslice",
164060
164076
  props: {
164061
164077
  configuration: {}
@@ -164079,27 +164095,27 @@ const Ri = () => {
164079
164095
  },
164080
164096
  () => E.configuration,
164081
164097
  F,
164082
- od
164098
+ hd
164083
164099
  ), (M, Y) => null;
164084
164100
  }
164085
- }), ud = {
164101
+ }), ld = {
164086
164102
  ...al
164087
- }, hd = {
164088
- ...zi,
164103
+ }, fd = {
164104
+ ...Xi,
164089
164105
  ...Ge,
164090
164106
  ...Fe,
164091
- ...Xi,
164107
+ ...Vi,
164092
164108
  ...Ue,
164093
164109
  ...Ne,
164094
164110
  ...Qe,
164095
164111
  ...be,
164096
164112
  ...ga,
164097
- ...ud,
164098
- ...Vi,
164113
+ ...ld,
164114
+ ...Yi,
164099
164115
  ...Se,
164100
164116
  ...De,
164101
164117
  ...pe
164102
- }, xp = /* @__PURE__ */ Wt({
164118
+ }, yp = /* @__PURE__ */ Wt({
164103
164119
  __name: "Image",
164104
164120
  props: {
164105
164121
  configuration: {},
@@ -164114,18 +164130,18 @@ const Ri = () => {
164114
164130
  },
164115
164131
  () => E.configuration,
164116
164132
  F,
164117
- hd
164133
+ fd
164118
164134
  ), (M, Y) => null;
164119
164135
  }
164120
- }), ld = Nt.Loader.FileTypes.XMLFile;
164121
- class fd extends ld {
164136
+ }), dd = Rt.Loader.FileTypes.XMLFile;
164137
+ class cd extends dd {
164122
164138
  constructor(P, ...M) {
164123
164139
  super(...M);
164124
164140
  La(this, "tilesetIndex");
164125
164141
  this.tilesetIndex = P;
164126
164142
  }
164127
164143
  }
164128
- var dd = {}, ul = {}, Xr = { exports: {} }, Vr = {}, Ke = {}, hl = {}, ya = function() {
164144
+ var vd = {}, hl = {}, Xr = { exports: {} }, Vr = {}, Ke = {}, ll = {}, ya = function() {
164129
164145
  if (typeof Symbol != "function" || typeof Object.getOwnPropertySymbols != "function")
164130
164146
  return !1;
164131
164147
  if (typeof Symbol.iterator == "symbol")
@@ -164148,34 +164164,34 @@ var dd = {}, ul = {}, Xr = { exports: {} }, Vr = {}, Ke = {}, hl = {}, ya = func
164148
164164
  return !1;
164149
164165
  }
164150
164166
  return !0;
164151
- }, cd = ya, Ea = function() {
164152
- return cd() && !!Symbol.toStringTag;
164153
- }, vd = Error, pd = EvalError, md = RangeError, gd = ReferenceError, ll = SyntaxError, Gn = TypeError, xd = URIError, Vo = typeof Symbol < "u" && Symbol, yd = ya, Ed = function() {
164154
- return typeof Vo != "function" || typeof Symbol != "function" || typeof Vo("foo") != "symbol" || typeof Symbol("bar") != "symbol" ? !1 : yd();
164167
+ }, pd = ya, Ea = function() {
164168
+ return pd() && !!Symbol.toStringTag;
164169
+ }, md = Error, gd = EvalError, xd = RangeError, yd = ReferenceError, fl = SyntaxError, Gn = TypeError, Ed = URIError, Vo = typeof Symbol < "u" && Symbol, Ad = ya, Td = function() {
164170
+ return typeof Vo != "function" || typeof Symbol != "function" || typeof Vo("foo") != "symbol" || typeof Symbol("bar") != "symbol" ? !1 : Ad();
164155
164171
  }, Yr = {
164156
164172
  __proto__: null,
164157
164173
  foo: {}
164158
- }, Ad = Object, Td = function() {
164159
- return { __proto__: Yr }.foo === Yr.foo && !(Yr instanceof Ad);
164160
- }, Cd = "Function.prototype.bind called on incompatible ", Fd = Object.prototype.toString, Sd = Math.max, Dd = "[object Function]", Yo = function(F, P) {
164174
+ }, Cd = Object, Fd = function() {
164175
+ return { __proto__: Yr }.foo === Yr.foo && !(Yr instanceof Cd);
164176
+ }, Sd = "Function.prototype.bind called on incompatible ", Dd = Object.prototype.toString, Bd = Math.max, wd = "[object Function]", Yo = function(F, P) {
164161
164177
  for (var M = [], Y = 0; Y < F.length; Y += 1)
164162
164178
  M[Y] = F[Y];
164163
164179
  for (var b = 0; b < P.length; b += 1)
164164
164180
  M[b + F.length] = P[b];
164165
164181
  return M;
164166
- }, Bd = function(F, P) {
164182
+ }, Pd = function(F, P) {
164167
164183
  for (var M = [], Y = P, b = 0; Y < F.length; Y += 1, b += 1)
164168
164184
  M[b] = F[Y];
164169
164185
  return M;
164170
- }, wd = function(E, F) {
164186
+ }, Md = function(E, F) {
164171
164187
  for (var P = "", M = 0; M < E.length; M += 1)
164172
164188
  P += E[M], M + 1 < E.length && (P += F);
164173
164189
  return P;
164174
- }, Pd = function(F) {
164190
+ }, Rd = function(F) {
164175
164191
  var P = this;
164176
- if (typeof P != "function" || Fd.apply(P) !== Dd)
164177
- throw new TypeError(Cd + P);
164178
- for (var M = Bd(arguments, 1), Y, b = function() {
164192
+ if (typeof P != "function" || Dd.apply(P) !== wd)
164193
+ throw new TypeError(Sd + P);
164194
+ for (var M = Pd(arguments, 1), Y, b = function() {
164179
164195
  if (this instanceof Y) {
164180
164196
  var v = P.apply(
164181
164197
  this,
@@ -164187,17 +164203,17 @@ var dd = {}, ul = {}, Xr = { exports: {} }, Vr = {}, Ke = {}, hl = {}, ya = func
164187
164203
  F,
164188
164204
  Yo(M, arguments)
164189
164205
  );
164190
- }, c = Sd(0, P.length - M.length), y = [], t = 0; t < c; t++)
164206
+ }, c = Bd(0, P.length - M.length), y = [], t = 0; t < c; t++)
164191
164207
  y[t] = "$" + t;
164192
- if (Y = Function("binder", "return function (" + wd(y, ",") + "){ return binder.apply(this,arguments); }")(b), P.prototype) {
164208
+ if (Y = Function("binder", "return function (" + Md(y, ",") + "){ return binder.apply(this,arguments); }")(b), P.prototype) {
164193
164209
  var l = function() {
164194
164210
  };
164195
164211
  l.prototype = P.prototype, Y.prototype = new l(), l.prototype = null;
164196
164212
  }
164197
164213
  return Y;
164198
- }, Md = Pd, Aa = Function.prototype.bind || Md, Rd = Function.prototype.call, Ld = Object.prototype.hasOwnProperty, Od = Aa, Id = Od.call(Rd, Ld), Ft, Nd = vd, bd = pd, Gd = md, Ud = gd, mi = ll, fi = Gn, zd = xd, fl = Function, Wr = function(E) {
164214
+ }, Ld = Rd, Aa = Function.prototype.bind || Ld, Od = Function.prototype.call, Id = Object.prototype.hasOwnProperty, Nd = Aa, bd = Nd.call(Od, Id), Ft, Gd = md, Ud = gd, zd = xd, Xd = yd, gi = fl, di = Gn, Vd = Ed, dl = Function, Wr = function(E) {
164199
164215
  try {
164200
- return fl('"use strict"; return (' + E + ").constructor;")();
164216
+ return dl('"use strict"; return (' + E + ").constructor;")();
164201
164217
  } catch {
164202
164218
  }
164203
164219
  }, We = Object.getOwnPropertyDescriptor;
@@ -164208,8 +164224,8 @@ if (We)
164208
164224
  We = null;
164209
164225
  }
164210
164226
  var Hr = function() {
164211
- throw new fi();
164212
- }, Xd = We ? function() {
164227
+ throw new di();
164228
+ }, Yd = We ? function() {
164213
164229
  try {
164214
164230
  return arguments.callee, Hr;
164215
164231
  } catch {
@@ -164219,14 +164235,14 @@ var Hr = function() {
164219
164235
  return Hr;
164220
164236
  }
164221
164237
  }
164222
- }() : Hr, ei = Ed(), Vd = Td(), It = Object.getPrototypeOf || (Vd ? function(E) {
164238
+ }() : Hr, ei = Td(), Wd = Fd(), Nt = Object.getPrototypeOf || (Wd ? function(E) {
164223
164239
  return E.__proto__;
164224
- } : null), si = {}, Yd = typeof Uint8Array > "u" || !It ? Ft : It(Uint8Array), He = {
164240
+ } : null), si = {}, Hd = typeof Uint8Array > "u" || !Nt ? Ft : Nt(Uint8Array), He = {
164225
164241
  __proto__: null,
164226
164242
  "%AggregateError%": typeof AggregateError > "u" ? Ft : AggregateError,
164227
164243
  "%Array%": Array,
164228
164244
  "%ArrayBuffer%": typeof ArrayBuffer > "u" ? Ft : ArrayBuffer,
164229
- "%ArrayIteratorPrototype%": ei && It ? It([][Symbol.iterator]()) : Ft,
164245
+ "%ArrayIteratorPrototype%": ei && Nt ? Nt([][Symbol.iterator]()) : Ft,
164230
164246
  "%AsyncFromSyncIteratorPrototype%": Ft,
164231
164247
  "%AsyncFunction%": si,
164232
164248
  "%AsyncGenerator%": si,
@@ -164243,24 +164259,24 @@ var Hr = function() {
164243
164259
  "%decodeURIComponent%": decodeURIComponent,
164244
164260
  "%encodeURI%": encodeURI,
164245
164261
  "%encodeURIComponent%": encodeURIComponent,
164246
- "%Error%": Nd,
164262
+ "%Error%": Gd,
164247
164263
  "%eval%": eval,
164248
164264
  // eslint-disable-line no-eval
164249
- "%EvalError%": bd,
164265
+ "%EvalError%": Ud,
164250
164266
  "%Float32Array%": typeof Float32Array > "u" ? Ft : Float32Array,
164251
164267
  "%Float64Array%": typeof Float64Array > "u" ? Ft : Float64Array,
164252
164268
  "%FinalizationRegistry%": typeof FinalizationRegistry > "u" ? Ft : FinalizationRegistry,
164253
- "%Function%": fl,
164269
+ "%Function%": dl,
164254
164270
  "%GeneratorFunction%": si,
164255
164271
  "%Int8Array%": typeof Int8Array > "u" ? Ft : Int8Array,
164256
164272
  "%Int16Array%": typeof Int16Array > "u" ? Ft : Int16Array,
164257
164273
  "%Int32Array%": typeof Int32Array > "u" ? Ft : Int32Array,
164258
164274
  "%isFinite%": isFinite,
164259
164275
  "%isNaN%": isNaN,
164260
- "%IteratorPrototype%": ei && It ? It(It([][Symbol.iterator]())) : Ft,
164276
+ "%IteratorPrototype%": ei && Nt ? Nt(Nt([][Symbol.iterator]())) : Ft,
164261
164277
  "%JSON%": typeof JSON == "object" ? JSON : Ft,
164262
164278
  "%Map%": typeof Map > "u" ? Ft : Map,
164263
- "%MapIteratorPrototype%": typeof Map > "u" || !ei || !It ? Ft : It((/* @__PURE__ */ new Map())[Symbol.iterator]()),
164279
+ "%MapIteratorPrototype%": typeof Map > "u" || !ei || !Nt ? Ft : Nt((/* @__PURE__ */ new Map())[Symbol.iterator]()),
164264
164280
  "%Math%": Math,
164265
164281
  "%Number%": Number,
164266
164282
  "%Object%": Object,
@@ -164268,37 +164284,37 @@ var Hr = function() {
164268
164284
  "%parseInt%": parseInt,
164269
164285
  "%Promise%": typeof Promise > "u" ? Ft : Promise,
164270
164286
  "%Proxy%": typeof Proxy > "u" ? Ft : Proxy,
164271
- "%RangeError%": Gd,
164272
- "%ReferenceError%": Ud,
164287
+ "%RangeError%": zd,
164288
+ "%ReferenceError%": Xd,
164273
164289
  "%Reflect%": typeof Reflect > "u" ? Ft : Reflect,
164274
164290
  "%RegExp%": RegExp,
164275
164291
  "%Set%": typeof Set > "u" ? Ft : Set,
164276
- "%SetIteratorPrototype%": typeof Set > "u" || !ei || !It ? Ft : It((/* @__PURE__ */ new Set())[Symbol.iterator]()),
164292
+ "%SetIteratorPrototype%": typeof Set > "u" || !ei || !Nt ? Ft : Nt((/* @__PURE__ */ new Set())[Symbol.iterator]()),
164277
164293
  "%SharedArrayBuffer%": typeof SharedArrayBuffer > "u" ? Ft : SharedArrayBuffer,
164278
164294
  "%String%": String,
164279
- "%StringIteratorPrototype%": ei && It ? It(""[Symbol.iterator]()) : Ft,
164295
+ "%StringIteratorPrototype%": ei && Nt ? Nt(""[Symbol.iterator]()) : Ft,
164280
164296
  "%Symbol%": ei ? Symbol : Ft,
164281
- "%SyntaxError%": mi,
164282
- "%ThrowTypeError%": Xd,
164283
- "%TypedArray%": Yd,
164284
- "%TypeError%": fi,
164297
+ "%SyntaxError%": gi,
164298
+ "%ThrowTypeError%": Yd,
164299
+ "%TypedArray%": Hd,
164300
+ "%TypeError%": di,
164285
164301
  "%Uint8Array%": typeof Uint8Array > "u" ? Ft : Uint8Array,
164286
164302
  "%Uint8ClampedArray%": typeof Uint8ClampedArray > "u" ? Ft : Uint8ClampedArray,
164287
164303
  "%Uint16Array%": typeof Uint16Array > "u" ? Ft : Uint16Array,
164288
164304
  "%Uint32Array%": typeof Uint32Array > "u" ? Ft : Uint32Array,
164289
- "%URIError%": zd,
164305
+ "%URIError%": Vd,
164290
164306
  "%WeakMap%": typeof WeakMap > "u" ? Ft : WeakMap,
164291
164307
  "%WeakRef%": typeof WeakRef > "u" ? Ft : WeakRef,
164292
164308
  "%WeakSet%": typeof WeakSet > "u" ? Ft : WeakSet
164293
164309
  };
164294
- if (It)
164310
+ if (Nt)
164295
164311
  try {
164296
164312
  null.error;
164297
164313
  } catch (E) {
164298
- var Wd = It(It(E));
164299
- He["%Error.prototype%"] = Wd;
164314
+ var Zd = Nt(Nt(E));
164315
+ He["%Error.prototype%"] = Zd;
164300
164316
  }
164301
- var Hd = function E(F) {
164317
+ var Kd = function E(F) {
164302
164318
  var P;
164303
164319
  if (F === "%AsyncFunction%")
164304
164320
  P = Wr("async function () {}");
@@ -164311,7 +164327,7 @@ var Hd = function E(F) {
164311
164327
  M && (P = M.prototype);
164312
164328
  } else if (F === "%AsyncIteratorPrototype%") {
164313
164329
  var Y = E("%AsyncGenerator%");
164314
- Y && It && (P = It(Y.prototype));
164330
+ Y && Nt && (P = Nt(Y.prototype));
164315
164331
  }
164316
164332
  return He[F] = P, P;
164317
164333
  }, Wo = {
@@ -164367,64 +164383,64 @@ var Hd = function E(F) {
164367
164383
  "%URIErrorPrototype%": ["URIError", "prototype"],
164368
164384
  "%WeakMapPrototype%": ["WeakMap", "prototype"],
164369
164385
  "%WeakSetPrototype%": ["WeakSet", "prototype"]
164370
- }, Yi = Aa, xn = Id, Zd = Yi.call(Function.call, Array.prototype.concat), Kd = Yi.call(Function.apply, Array.prototype.splice), Ho = Yi.call(Function.call, String.prototype.replace), yn = Yi.call(Function.call, String.prototype.slice), $d = Yi.call(Function.call, RegExp.prototype.exec), jd = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g, Jd = /\\(\\)?/g, Qd = function(F) {
164371
- var P = yn(F, 0, 1), M = yn(F, -1);
164386
+ }, Wi = Aa, yn = bd, $d = Wi.call(Function.call, Array.prototype.concat), jd = Wi.call(Function.apply, Array.prototype.splice), Ho = Wi.call(Function.call, String.prototype.replace), En = Wi.call(Function.call, String.prototype.slice), Jd = Wi.call(Function.call, RegExp.prototype.exec), Qd = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g, kd = /\\(\\)?/g, qd = function(F) {
164387
+ var P = En(F, 0, 1), M = En(F, -1);
164372
164388
  if (P === "%" && M !== "%")
164373
- throw new mi("invalid intrinsic syntax, expected closing `%`");
164389
+ throw new gi("invalid intrinsic syntax, expected closing `%`");
164374
164390
  if (M === "%" && P !== "%")
164375
- throw new mi("invalid intrinsic syntax, expected opening `%`");
164391
+ throw new gi("invalid intrinsic syntax, expected opening `%`");
164376
164392
  var Y = [];
164377
- return Ho(F, jd, function(b, c, y, t) {
164378
- Y[Y.length] = y ? Ho(t, Jd, "$1") : c || b;
164393
+ return Ho(F, Qd, function(b, c, y, t) {
164394
+ Y[Y.length] = y ? Ho(t, kd, "$1") : c || b;
164379
164395
  }), Y;
164380
- }, kd = function(F, P) {
164396
+ }, _d = function(F, P) {
164381
164397
  var M = F, Y;
164382
- if (xn(Wo, M) && (Y = Wo[M], M = "%" + Y[0] + "%"), xn(He, M)) {
164398
+ if (yn(Wo, M) && (Y = Wo[M], M = "%" + Y[0] + "%"), yn(He, M)) {
164383
164399
  var b = He[M];
164384
- if (b === si && (b = Hd(M)), typeof b > "u" && !P)
164385
- throw new fi("intrinsic " + F + " exists, but is not available. Please file an issue!");
164400
+ if (b === si && (b = Kd(M)), typeof b > "u" && !P)
164401
+ throw new di("intrinsic " + F + " exists, but is not available. Please file an issue!");
164386
164402
  return {
164387
164403
  alias: Y,
164388
164404
  name: M,
164389
164405
  value: b
164390
164406
  };
164391
164407
  }
164392
- throw new mi("intrinsic " + F + " does not exist!");
164393
- }, Wi = function(F, P) {
164408
+ throw new gi("intrinsic " + F + " does not exist!");
164409
+ }, Hi = function(F, P) {
164394
164410
  if (typeof F != "string" || F.length === 0)
164395
- throw new fi("intrinsic name must be a non-empty string");
164411
+ throw new di("intrinsic name must be a non-empty string");
164396
164412
  if (arguments.length > 1 && typeof P != "boolean")
164397
- throw new fi('"allowMissing" argument must be a boolean');
164398
- if ($d(/^%?[^%]*%?$/, F) === null)
164399
- throw new mi("`%` may not be present anywhere but at the beginning and end of the intrinsic name");
164400
- var M = Qd(F), Y = M.length > 0 ? M[0] : "", b = kd("%" + Y + "%", P), c = b.name, y = b.value, t = !1, l = b.alias;
164401
- l && (Y = l[0], Kd(M, Zd([0, 1], l)));
164413
+ throw new di('"allowMissing" argument must be a boolean');
164414
+ if (Jd(/^%?[^%]*%?$/, F) === null)
164415
+ throw new gi("`%` may not be present anywhere but at the beginning and end of the intrinsic name");
164416
+ var M = qd(F), Y = M.length > 0 ? M[0] : "", b = _d("%" + Y + "%", P), c = b.name, y = b.value, t = !1, l = b.alias;
164417
+ l && (Y = l[0], jd(M, $d([0, 1], l)));
164402
164418
  for (var v = 1, a = !0; v < M.length; v += 1) {
164403
- var s = M[v], n = yn(s, 0, 1), e = yn(s, -1);
164419
+ var s = M[v], n = En(s, 0, 1), e = En(s, -1);
164404
164420
  if ((n === '"' || n === "'" || n === "`" || e === '"' || e === "'" || e === "`") && n !== e)
164405
- throw new mi("property names with quotes must have matching quotes");
164406
- if ((s === "constructor" || !a) && (t = !0), Y += "." + s, c = "%" + Y + "%", xn(He, c))
164421
+ throw new gi("property names with quotes must have matching quotes");
164422
+ if ((s === "constructor" || !a) && (t = !0), Y += "." + s, c = "%" + Y + "%", yn(He, c))
164407
164423
  y = He[c];
164408
164424
  else if (y != null) {
164409
164425
  if (!(s in y)) {
164410
164426
  if (!P)
164411
- throw new fi("base intrinsic for " + F + " exists, but the property is not available.");
164427
+ throw new di("base intrinsic for " + F + " exists, but the property is not available.");
164412
164428
  return;
164413
164429
  }
164414
164430
  if (We && v + 1 >= M.length) {
164415
164431
  var r = We(y, s);
164416
164432
  a = !!r, a && "get" in r && !("originalValue" in r.get) ? y = r.get : y = y[s];
164417
164433
  } else
164418
- a = xn(y, s), y = y[s];
164434
+ a = yn(y, s), y = y[s];
164419
164435
  a && !t && (He[c] = y);
164420
164436
  }
164421
164437
  }
164422
164438
  return y;
164423
- }, dl = { exports: {} }, Zr, Zo;
164439
+ }, cl = { exports: {} }, Zr, Zo;
164424
164440
  function Ta() {
164425
164441
  if (Zo) return Zr;
164426
164442
  Zo = 1;
164427
- var E = Wi, F = E("%Object.defineProperty%", !0) || !1;
164443
+ var E = Hi, F = E("%Object.defineProperty%", !0) || !1;
164428
164444
  if (F)
164429
164445
  try {
164430
164446
  F({}, "a", { value: 1 });
@@ -164433,14 +164449,14 @@ function Ta() {
164433
164449
  }
164434
164450
  return Zr = F, Zr;
164435
164451
  }
164436
- var qd = Wi, un = qd("%Object.getOwnPropertyDescriptor%", !0);
164437
- if (un)
164452
+ var tc = Hi, hn = tc("%Object.getOwnPropertyDescriptor%", !0);
164453
+ if (hn)
164438
164454
  try {
164439
- un([], "length");
164455
+ hn([], "length");
164440
164456
  } catch {
164441
- un = null;
164457
+ hn = null;
164442
164458
  }
164443
- var Ca = un, Ko = Ta(), _d = ll, ii = Gn, $o = Ca, cl = function(F, P, M) {
164459
+ var Ca = hn, Ko = Ta(), ec = fl, ii = Gn, $o = Ca, vl = function(F, P, M) {
164444
164460
  if (!F || typeof F != "object" && typeof F != "function")
164445
164461
  throw new ii("`obj` must be an object or a function`");
164446
164462
  if (typeof P != "string" && typeof P != "symbol")
@@ -164464,11 +164480,11 @@ var Ca = un, Ko = Ta(), _d = ll, ii = Gn, $o = Ca, cl = function(F, P, M) {
164464
164480
  else if (y || !Y && !b && !c)
164465
164481
  F[P] = M;
164466
164482
  else
164467
- throw new _d("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");
164468
- }, Cs = Ta(), vl = function() {
164483
+ throw new ec("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");
164484
+ }, Cs = Ta(), pl = function() {
164469
164485
  return !!Cs;
164470
164486
  };
164471
- vl.hasArrayLengthDefineBug = function() {
164487
+ pl.hasArrayLengthDefineBug = function() {
164472
164488
  if (!Cs)
164473
164489
  return null;
164474
164490
  try {
@@ -164477,17 +164493,17 @@ vl.hasArrayLengthDefineBug = function() {
164477
164493
  return !0;
164478
164494
  }
164479
164495
  };
164480
- var pl = vl, tc = Wi, jo = cl, ec = pl(), Jo = Ca, Qo = Gn, ic = tc("%Math.floor%"), nc = function(F, P) {
164496
+ var ml = pl, ic = Hi, jo = vl, nc = ml(), Jo = Ca, Qo = Gn, rc = ic("%Math.floor%"), sc = function(F, P) {
164481
164497
  if (typeof F != "function")
164482
164498
  throw new Qo("`fn` is not a function");
164483
- if (typeof P != "number" || P < 0 || P > 4294967295 || ic(P) !== P)
164499
+ if (typeof P != "number" || P < 0 || P > 4294967295 || rc(P) !== P)
164484
164500
  throw new Qo("`length` must be a positive 32-bit integer");
164485
164501
  var M = arguments.length > 2 && !!arguments[2], Y = !0, b = !0;
164486
164502
  if ("length" in F && Jo) {
164487
164503
  var c = Jo(F, "length");
164488
164504
  c && !c.configurable && (Y = !1), c && !c.writable && (b = !1);
164489
164505
  }
164490
- return (Y || b || !M) && (ec ? jo(
164506
+ return (Y || b || !M) && (nc ? jo(
164491
164507
  /** @type {Parameters<define>[0]} */
164492
164508
  F,
164493
164509
  "length",
@@ -164502,7 +164518,7 @@ var pl = vl, tc = Wi, jo = cl, ec = pl(), Jo = Ca, Qo = Gn, ic = tc("%Math.floor
164502
164518
  )), F;
164503
164519
  };
164504
164520
  (function(E) {
164505
- var F = Aa, P = Wi, M = nc, Y = Gn, b = P("%Function.prototype.apply%"), c = P("%Function.prototype.call%"), y = P("%Reflect.apply%", !0) || F.call(c, b), t = Ta(), l = P("%Math.max%");
164521
+ var F = Aa, P = Hi, M = sc, Y = Gn, b = P("%Function.prototype.apply%"), c = P("%Function.prototype.call%"), y = P("%Reflect.apply%", !0) || F.call(c, b), t = Ta(), l = P("%Math.max%");
164506
164522
  E.exports = function(s) {
164507
164523
  if (typeof s != "function")
164508
164524
  throw new Y("a function is required");
@@ -164517,85 +164533,85 @@ var pl = vl, tc = Wi, jo = cl, ec = pl(), Jo = Ca, Qo = Gn, ic = tc("%Math.floor
164517
164533
  return y(F, b, arguments);
164518
164534
  };
164519
164535
  t ? t(E.exports, "apply", { value: v }) : E.exports.apply = v;
164520
- })(dl);
164521
- var Un = dl.exports, ml = Wi, gl = Un, rc = gl(ml("String.prototype.indexOf")), zn = function(F, P) {
164522
- var M = ml(F, !!P);
164523
- return typeof M == "function" && rc(F, ".prototype.") > -1 ? gl(M) : M;
164524
- }, sc = Ea(), ac = zn, Fs = ac("Object.prototype.toString"), Xn = function(F) {
164525
- return sc && F && typeof F == "object" && Symbol.toStringTag in F ? !1 : Fs(F) === "[object Arguments]";
164526
- }, xl = function(F) {
164536
+ })(cl);
164537
+ var Un = cl.exports, gl = Hi, xl = Un, ac = xl(gl("String.prototype.indexOf")), zn = function(F, P) {
164538
+ var M = gl(F, !!P);
164539
+ return typeof M == "function" && ac(F, ".prototype.") > -1 ? xl(M) : M;
164540
+ }, oc = Ea(), uc = zn, Fs = uc("Object.prototype.toString"), Xn = function(F) {
164541
+ return oc && F && typeof F == "object" && Symbol.toStringTag in F ? !1 : Fs(F) === "[object Arguments]";
164542
+ }, yl = function(F) {
164527
164543
  return Xn(F) ? !0 : F !== null && typeof F == "object" && typeof F.length == "number" && F.length >= 0 && Fs(F) !== "[object Array]" && Fs(F.callee) === "[object Function]";
164528
- }, oc = function() {
164544
+ }, hc = function() {
164529
164545
  return Xn(arguments);
164530
164546
  }();
164531
- Xn.isLegacyArguments = xl;
164532
- var uc = oc ? Xn : xl, hc = Object.prototype.toString, lc = Function.prototype.toString, fc = /^\s*(?:function)?\*/, yl = Ea(), Kr = Object.getPrototypeOf, dc = function() {
164533
- if (!yl)
164547
+ Xn.isLegacyArguments = yl;
164548
+ var lc = hc ? Xn : yl, fc = Object.prototype.toString, dc = Function.prototype.toString, cc = /^\s*(?:function)?\*/, El = Ea(), Kr = Object.getPrototypeOf, vc = function() {
164549
+ if (!El)
164534
164550
  return !1;
164535
164551
  try {
164536
164552
  return Function("return function*() {}")();
164537
164553
  } catch {
164538
164554
  }
164539
- }, $r, cc = function(F) {
164555
+ }, $r, pc = function(F) {
164540
164556
  if (typeof F != "function")
164541
164557
  return !1;
164542
- if (fc.test(lc.call(F)))
164558
+ if (cc.test(dc.call(F)))
164543
164559
  return !0;
164544
- if (!yl) {
164545
- var P = hc.call(F);
164560
+ if (!El) {
164561
+ var P = fc.call(F);
164546
164562
  return P === "[object GeneratorFunction]";
164547
164563
  }
164548
164564
  if (!Kr)
164549
164565
  return !1;
164550
164566
  if (typeof $r > "u") {
164551
- var M = dc();
164567
+ var M = vc();
164552
164568
  $r = M ? Kr(M) : !1;
164553
164569
  }
164554
164570
  return Kr(F) === $r;
164555
- }, El = Function.prototype.toString, ai = typeof Reflect == "object" && Reflect !== null && Reflect.apply, Ss, hn;
164571
+ }, Al = Function.prototype.toString, ai = typeof Reflect == "object" && Reflect !== null && Reflect.apply, Ss, ln;
164556
164572
  if (typeof ai == "function" && typeof Object.defineProperty == "function")
164557
164573
  try {
164558
164574
  Ss = Object.defineProperty({}, "length", {
164559
164575
  get: function() {
164560
- throw hn;
164576
+ throw ln;
164561
164577
  }
164562
- }), hn = {}, ai(function() {
164578
+ }), ln = {}, ai(function() {
164563
164579
  throw 42;
164564
164580
  }, null, Ss);
164565
164581
  } catch (E) {
164566
- E !== hn && (ai = null);
164582
+ E !== ln && (ai = null);
164567
164583
  }
164568
164584
  else
164569
164585
  ai = null;
164570
- var vc = /^\s*class\b/, Ds = function(F) {
164586
+ var mc = /^\s*class\b/, Ds = function(F) {
164571
164587
  try {
164572
- var P = El.call(F);
164573
- return vc.test(P);
164588
+ var P = Al.call(F);
164589
+ return mc.test(P);
164574
164590
  } catch {
164575
164591
  return !1;
164576
164592
  }
164577
164593
  }, jr = function(F) {
164578
164594
  try {
164579
- return Ds(F) ? !1 : (El.call(F), !0);
164595
+ return Ds(F) ? !1 : (Al.call(F), !0);
164580
164596
  } catch {
164581
164597
  return !1;
164582
164598
  }
164583
- }, ln = Object.prototype.toString, pc = "[object Object]", mc = "[object Function]", gc = "[object GeneratorFunction]", xc = "[object HTMLAllCollection]", yc = "[object HTML document.all class]", Ec = "[object HTMLCollection]", Ac = typeof Symbol == "function" && !!Symbol.toStringTag, Tc = !(0 in [,]), Bs = function() {
164599
+ }, fn = Object.prototype.toString, gc = "[object Object]", xc = "[object Function]", yc = "[object GeneratorFunction]", Ec = "[object HTMLAllCollection]", Ac = "[object HTML document.all class]", Tc = "[object HTMLCollection]", Cc = typeof Symbol == "function" && !!Symbol.toStringTag, Fc = !(0 in [,]), Bs = function() {
164584
164600
  return !1;
164585
164601
  };
164586
164602
  if (typeof document == "object") {
164587
- var Cc = document.all;
164588
- ln.call(Cc) === ln.call(document.all) && (Bs = function(F) {
164589
- if ((Tc || !F) && (typeof F > "u" || typeof F == "object"))
164603
+ var Sc = document.all;
164604
+ fn.call(Sc) === fn.call(document.all) && (Bs = function(F) {
164605
+ if ((Fc || !F) && (typeof F > "u" || typeof F == "object"))
164590
164606
  try {
164591
- var P = ln.call(F);
164592
- return (P === xc || P === yc || P === Ec || P === pc) && F("") == null;
164607
+ var P = fn.call(F);
164608
+ return (P === Ec || P === Ac || P === Tc || P === gc) && F("") == null;
164593
164609
  } catch {
164594
164610
  }
164595
164611
  return !1;
164596
164612
  });
164597
164613
  }
164598
- var Fc = ai ? function(F) {
164614
+ var Dc = ai ? function(F) {
164599
164615
  if (Bs(F))
164600
164616
  return !0;
164601
164617
  if (!F || typeof F != "function" && typeof F != "object")
@@ -164603,7 +164619,7 @@ var Fc = ai ? function(F) {
164603
164619
  try {
164604
164620
  ai(F, null, Ss);
164605
164621
  } catch (P) {
164606
- if (P !== hn)
164622
+ if (P !== ln)
164607
164623
  return !1;
164608
164624
  }
164609
164625
  return !Ds(F) && jr(F);
@@ -164612,27 +164628,27 @@ var Fc = ai ? function(F) {
164612
164628
  return !0;
164613
164629
  if (!F || typeof F != "function" && typeof F != "object")
164614
164630
  return !1;
164615
- if (Ac)
164631
+ if (Cc)
164616
164632
  return jr(F);
164617
164633
  if (Ds(F))
164618
164634
  return !1;
164619
- var P = ln.call(F);
164620
- return P !== mc && P !== gc && !/^\[object HTML/.test(P) ? !1 : jr(F);
164621
- }, Sc = Fc, Dc = Object.prototype.toString, Al = Object.prototype.hasOwnProperty, Bc = function(F, P, M) {
164635
+ var P = fn.call(F);
164636
+ return P !== xc && P !== yc && !/^\[object HTML/.test(P) ? !1 : jr(F);
164637
+ }, Bc = Dc, wc = Object.prototype.toString, Tl = Object.prototype.hasOwnProperty, Pc = function(F, P, M) {
164622
164638
  for (var Y = 0, b = F.length; Y < b; Y++)
164623
- Al.call(F, Y) && (M == null ? P(F[Y], Y, F) : P.call(M, F[Y], Y, F));
164624
- }, wc = function(F, P, M) {
164639
+ Tl.call(F, Y) && (M == null ? P(F[Y], Y, F) : P.call(M, F[Y], Y, F));
164640
+ }, Mc = function(F, P, M) {
164625
164641
  for (var Y = 0, b = F.length; Y < b; Y++)
164626
164642
  M == null ? P(F.charAt(Y), Y, F) : P.call(M, F.charAt(Y), Y, F);
164627
- }, Pc = function(F, P, M) {
164643
+ }, Rc = function(F, P, M) {
164628
164644
  for (var Y in F)
164629
- Al.call(F, Y) && (M == null ? P(F[Y], Y, F) : P.call(M, F[Y], Y, F));
164630
- }, Mc = function(F, P, M) {
164631
- if (!Sc(P))
164645
+ Tl.call(F, Y) && (M == null ? P(F[Y], Y, F) : P.call(M, F[Y], Y, F));
164646
+ }, Lc = function(F, P, M) {
164647
+ if (!Bc(P))
164632
164648
  throw new TypeError("iterator must be a function");
164633
164649
  var Y;
164634
- arguments.length >= 3 && (Y = M), Dc.call(F) === "[object Array]" ? Bc(F, P, Y) : typeof F == "string" ? wc(F, P, Y) : Pc(F, P, Y);
164635
- }, Rc = Mc, Lc = [
164650
+ arguments.length >= 3 && (Y = M), wc.call(F) === "[object Array]" ? Pc(F, P, Y) : typeof F == "string" ? Mc(F, P, Y) : Rc(F, P, Y);
164651
+ }, Oc = Lc, Ic = [
164636
164652
  "Float32Array",
164637
164653
  "Float64Array",
164638
164654
  "Int8Array",
@@ -164644,37 +164660,37 @@ var Fc = ai ? function(F) {
164644
164660
  "Uint32Array",
164645
164661
  "BigInt64Array",
164646
164662
  "BigUint64Array"
164647
- ], Jr = Lc, Oc = typeof globalThis > "u" ? Tt : globalThis, Ic = function() {
164663
+ ], Jr = Ic, Nc = typeof globalThis > "u" ? Tt : globalThis, bc = function() {
164648
164664
  for (var F = [], P = 0; P < Jr.length; P++)
164649
- typeof Oc[Jr[P]] == "function" && (F[F.length] = Jr[P]);
164665
+ typeof Nc[Jr[P]] == "function" && (F[F.length] = Jr[P]);
164650
164666
  return F;
164651
- }, En = Rc, Nc = Ic, ko = Un, Fa = zn, fn = Ca, bc = Fa("Object.prototype.toString"), Tl = Ea(), qo = typeof globalThis > "u" ? Tt : globalThis, ws = Nc(), Sa = Fa("String.prototype.slice"), Qr = Object.getPrototypeOf, Gc = Fa("Array.prototype.indexOf", !0) || function(F, P) {
164667
+ }, An = Oc, Gc = bc, ko = Un, Fa = zn, dn = Ca, Uc = Fa("Object.prototype.toString"), Cl = Ea(), qo = typeof globalThis > "u" ? Tt : globalThis, ws = Gc(), Sa = Fa("String.prototype.slice"), Qr = Object.getPrototypeOf, zc = Fa("Array.prototype.indexOf", !0) || function(F, P) {
164652
164668
  for (var M = 0; M < F.length; M += 1)
164653
164669
  if (F[M] === P)
164654
164670
  return M;
164655
164671
  return -1;
164656
- }, An = { __proto__: null };
164657
- Tl && fn && Qr ? En(ws, function(E) {
164672
+ }, Tn = { __proto__: null };
164673
+ Cl && dn && Qr ? An(ws, function(E) {
164658
164674
  var F = new qo[E]();
164659
164675
  if (Symbol.toStringTag in F) {
164660
- var P = Qr(F), M = fn(P, Symbol.toStringTag);
164676
+ var P = Qr(F), M = dn(P, Symbol.toStringTag);
164661
164677
  if (!M) {
164662
164678
  var Y = Qr(P);
164663
- M = fn(Y, Symbol.toStringTag);
164679
+ M = dn(Y, Symbol.toStringTag);
164664
164680
  }
164665
- An["$" + E] = ko(M.get);
164681
+ Tn["$" + E] = ko(M.get);
164666
164682
  }
164667
- }) : En(ws, function(E) {
164683
+ }) : An(ws, function(E) {
164668
164684
  var F = new qo[E](), P = F.slice || F.set;
164669
- P && (An["$" + E] = ko(P));
164685
+ P && (Tn["$" + E] = ko(P));
164670
164686
  });
164671
- var Uc = function(F) {
164687
+ var Xc = function(F) {
164672
164688
  var P = !1;
164673
- return En(
164689
+ return An(
164674
164690
  // eslint-disable-next-line no-extra-parens
164675
164691
  /** @type {Record<`\$${TypedArrayName}`, Getter>} */
164676
164692
  /** @type {any} */
164677
- An,
164693
+ Tn,
164678
164694
  /** @type {(getter: Getter, name: `\$${import('.').TypedArrayName}`) => void} */
164679
164695
  function(M, Y) {
164680
164696
  if (!P)
@@ -164684,13 +164700,13 @@ var Uc = function(F) {
164684
164700
  }
164685
164701
  }
164686
164702
  ), P;
164687
- }, zc = function(F) {
164703
+ }, Vc = function(F) {
164688
164704
  var P = !1;
164689
- return En(
164705
+ return An(
164690
164706
  // eslint-disable-next-line no-extra-parens
164691
164707
  /** @type {Record<`\$${TypedArrayName}`, Getter>} */
164692
164708
  /** @type {any} */
164693
- An,
164709
+ Tn,
164694
164710
  /** @type {(getter: typeof cache, name: `\$${import('.').TypedArrayName}`) => void} */
164695
164711
  function(M, Y) {
164696
164712
  if (!P)
@@ -164700,19 +164716,19 @@ var Uc = function(F) {
164700
164716
  }
164701
164717
  }
164702
164718
  ), P;
164703
- }, Cl = function(F) {
164719
+ }, Fl = function(F) {
164704
164720
  if (!F || typeof F != "object")
164705
164721
  return !1;
164706
- if (!Tl) {
164707
- var P = Sa(bc(F), 8, -1);
164708
- return Gc(ws, P) > -1 ? P : P !== "Object" ? !1 : zc(F);
164722
+ if (!Cl) {
164723
+ var P = Sa(Uc(F), 8, -1);
164724
+ return zc(ws, P) > -1 ? P : P !== "Object" ? !1 : Vc(F);
164709
164725
  }
164710
- return fn ? Uc(F) : null;
164711
- }, Xc = Cl, Vc = function(F) {
164712
- return !!Xc(F);
164726
+ return dn ? Xc(F) : null;
164727
+ }, Yc = Fl, Wc = function(F) {
164728
+ return !!Yc(F);
164713
164729
  };
164714
164730
  (function(E) {
164715
- var F = uc, P = cc, M = Cl, Y = Vc;
164731
+ var F = lc, P = pc, M = Fl, Y = Wc;
164716
164732
  function b(k) {
164717
164733
  return k.call.bind(k);
164718
164734
  }
@@ -164894,8 +164910,8 @@ var Uc = function(F) {
164894
164910
  }
164895
164911
  });
164896
164912
  });
164897
- })(hl);
164898
- var Yc = function(F) {
164913
+ })(ll);
164914
+ var Hc = function(F) {
164899
164915
  return F && typeof F == "object" && typeof F.copy == "function" && typeof F.fill == "function" && typeof F.readUInt8 == "function";
164900
164916
  }, Ps = { exports: {} };
164901
164917
  typeof Object.create == "function" ? Ps.exports = function(F, P) {
@@ -164915,7 +164931,7 @@ typeof Object.create == "function" ? Ps.exports = function(F, P) {
164915
164931
  M.prototype = P.prototype, F.prototype = new M(), F.prototype.constructor = F;
164916
164932
  }
164917
164933
  };
164918
- var Wc = Ps.exports;
164934
+ var Zc = Ps.exports;
164919
164935
  (function(E) {
164920
164936
  var F = Object.getOwnPropertyDescriptors || function(G) {
164921
164937
  for (var z = Object.keys(G), L = {}, O = 0; O < z.length; O++)
@@ -165135,7 +165151,7 @@ var Wc = Ps.exports;
165135
165151
  `) + " " + W.join(`,
165136
165152
  `) + " " + z[1] : z[0] + G + " " + W.join(", ") + " " + z[1];
165137
165153
  }
165138
- E.types = hl;
165154
+ E.types = ll;
165139
165155
  function f(W) {
165140
165156
  return Array.isArray(W);
165141
165157
  }
@@ -165192,7 +165208,7 @@ var Wc = Ps.exports;
165192
165208
  return W === null || typeof W == "boolean" || typeof W == "number" || typeof W == "string" || typeof W == "symbol" || // ES6 symbol
165193
165209
  typeof W > "u";
165194
165210
  }
165195
- E.isPrimitive = S, E.isBuffer = Yc;
165211
+ E.isPrimitive = S, E.isBuffer = Hc;
165196
165212
  function w(W) {
165197
165213
  return Object.prototype.toString.call(W);
165198
165214
  }
@@ -165223,7 +165239,7 @@ var Wc = Ps.exports;
165223
165239
  }
165224
165240
  E.log = function() {
165225
165241
  console.log("%s - %s", R(), E.format.apply(E, arguments));
165226
- }, E.inherits = Wc, E._extend = function(W, G) {
165242
+ }, E.inherits = Zc, E._extend = function(W, G) {
165227
165243
  if (!G || !m(G)) return W;
165228
165244
  for (var z = Object.keys(G), L = z.length; L--; )
165229
165245
  W[z[L]] = G[z[L]];
@@ -165308,7 +165324,7 @@ var Wc = Ps.exports;
165308
165324
  E.callbackify = K;
165309
165325
  })(Ke);
165310
165326
  var _o;
165311
- function Fl() {
165327
+ function Sl() {
165312
165328
  if (_o) return Vr;
165313
165329
  _o = 1;
165314
165330
  function E(o) {
@@ -165411,7 +165427,7 @@ function Fl() {
165411
165427
  return typeof h != "number" && (h = 0), h + u.length > o.length ? !1 : o.indexOf(u, h) !== -1;
165412
165428
  }
165413
165429
  return n("ERR_AMBIGUOUS_ARGUMENT", 'The "%s" argument is ambiguous. %s', TypeError), n("ERR_INVALID_ARG_TYPE", function(o, u, h) {
165414
- a === void 0 && (a = Tn()), a(typeof o == "string", "'name' must be a string");
165430
+ a === void 0 && (a = Cn()), a(typeof o == "string", "'name' must be a string");
165415
165431
  var d;
165416
165432
  typeof u == "string" && r(u, "not ") ? (d = "must not be", u = u.replace(/^not /, "")) : d = "must be";
165417
165433
  var p;
@@ -165433,7 +165449,7 @@ function Fl() {
165433
165449
  }, TypeError), n("ERR_MISSING_ARGS", function() {
165434
165450
  for (var o = arguments.length, u = new Array(o), h = 0; h < o; h++)
165435
165451
  u[h] = arguments[h];
165436
- a === void 0 && (a = Tn()), a(u.length > 0, "At least one arg needs to be specified");
165452
+ a === void 0 && (a = Cn()), a(u.length > 0, "At least one arg needs to be specified");
165437
165453
  var d = "The ", p = u.length;
165438
165454
  switch (u = u.map(function(g) {
165439
165455
  return '"'.concat(g, '"');
@@ -165452,7 +165468,7 @@ function Fl() {
165452
165468
  }, TypeError), Vr.codes = v, Vr;
165453
165469
  }
165454
165470
  var kr, tu;
165455
- function Hc() {
165471
+ function Kc() {
165456
165472
  if (tu) return kr;
165457
165473
  tu = 1;
165458
165474
  function E(X, V) {
@@ -165590,7 +165606,7 @@ function Hc() {
165590
165606
  return V && typeof Symbol == "function" && V.constructor === Symbol && V !== Symbol.prototype ? "symbol" : typeof V;
165591
165607
  }, o(X);
165592
165608
  }
165593
- var u = Ke, h = u.inspect, d = Fl(), p = d.codes.ERR_INVALID_ARG_TYPE;
165609
+ var u = Ke, h = u.inspect, d = Sl(), p = d.codes.ERR_INVALID_ARG_TYPE;
165594
165610
  function g(X, V, K) {
165595
165611
  return (K === void 0 || K > X.length) && (K = X.length), X.substring(K - V.length, K) === V;
165596
165612
  }
@@ -165778,16 +165794,16 @@ should equal
165778
165794
  }(/* @__PURE__ */ s(Error), h.custom);
165779
165795
  return kr = N, kr;
165780
165796
  }
165781
- var eu = Object.prototype.toString, Sl = function(F) {
165797
+ var eu = Object.prototype.toString, Dl = function(F) {
165782
165798
  var P = eu.call(F), M = P === "[object Arguments]";
165783
165799
  return M || (M = P !== "[object Array]" && F !== null && typeof F == "object" && typeof F.length == "number" && F.length >= 0 && eu.call(F.callee) === "[object Function]"), M;
165784
165800
  }, qr, iu;
165785
- function Zc() {
165801
+ function $c() {
165786
165802
  if (iu) return qr;
165787
165803
  iu = 1;
165788
165804
  var E;
165789
165805
  if (!Object.keys) {
165790
- var F = Object.prototype.hasOwnProperty, P = Object.prototype.toString, M = Sl, Y = Object.prototype.propertyIsEnumerable, b = !Y.call({ toString: null }, "toString"), c = Y.call(function() {
165806
+ var F = Object.prototype.hasOwnProperty, P = Object.prototype.toString, M = Dl, Y = Object.prototype.propertyIsEnumerable, b = !Y.call({ toString: null }, "toString"), c = Y.call(function() {
165791
165807
  }, "prototype"), y = [
165792
165808
  "toString",
165793
165809
  "toLocaleString",
@@ -165869,34 +165885,34 @@ function Zc() {
165869
165885
  }
165870
165886
  return qr = E, qr;
165871
165887
  }
165872
- var Kc = Array.prototype.slice, $c = Sl, nu = Object.keys, dn = nu ? function(F) {
165888
+ var jc = Array.prototype.slice, Jc = Dl, nu = Object.keys, cn = nu ? function(F) {
165873
165889
  return nu(F);
165874
- } : Zc(), ru = Object.keys;
165875
- dn.shim = function() {
165890
+ } : $c(), ru = Object.keys;
165891
+ cn.shim = function() {
165876
165892
  if (Object.keys) {
165877
165893
  var F = function() {
165878
165894
  var P = Object.keys(arguments);
165879
165895
  return P && P.length === arguments.length;
165880
165896
  }(1, 2);
165881
165897
  F || (Object.keys = function(M) {
165882
- return $c(M) ? ru(Kc.call(M)) : ru(M);
165898
+ return Jc(M) ? ru(jc.call(M)) : ru(M);
165883
165899
  });
165884
165900
  } else
165885
- Object.keys = dn;
165886
- return Object.keys || dn;
165901
+ Object.keys = cn;
165902
+ return Object.keys || cn;
165887
165903
  };
165888
- var Dl = dn, jc = Dl, Bl = ya(), wl = zn, su = Object, Jc = wl("Array.prototype.push"), au = wl("Object.prototype.propertyIsEnumerable"), Qc = Bl ? Object.getOwnPropertySymbols : null, kc = function(F, P) {
165904
+ var Bl = cn, Qc = Bl, wl = ya(), Pl = zn, su = Object, kc = Pl("Array.prototype.push"), au = Pl("Object.prototype.propertyIsEnumerable"), qc = wl ? Object.getOwnPropertySymbols : null, _c = function(F, P) {
165889
165905
  if (F == null)
165890
165906
  throw new TypeError("target must be an object");
165891
165907
  var M = su(F);
165892
165908
  if (arguments.length === 1)
165893
165909
  return M;
165894
165910
  for (var Y = 1; Y < arguments.length; ++Y) {
165895
- var b = su(arguments[Y]), c = jc(b), y = Bl && (Object.getOwnPropertySymbols || Qc);
165911
+ var b = su(arguments[Y]), c = Qc(b), y = wl && (Object.getOwnPropertySymbols || qc);
165896
165912
  if (y)
165897
165913
  for (var t = y(b), l = 0; l < t.length; ++l) {
165898
165914
  var v = t[l];
165899
- au(b, v) && Jc(c, v);
165915
+ au(b, v) && kc(c, v);
165900
165916
  }
165901
165917
  for (var a = 0; a < c.length; ++a) {
165902
165918
  var s = c[a];
@@ -165907,7 +165923,7 @@ var Dl = dn, jc = Dl, Bl = ya(), wl = zn, su = Object, Jc = wl("Array.prototype.
165907
165923
  }
165908
165924
  }
165909
165925
  return M;
165910
- }, _r = kc, qc = function() {
165926
+ }, _r = _c, tv = function() {
165911
165927
  if (!Object.assign)
165912
165928
  return !1;
165913
165929
  for (var E = "abcdefghijklmnopqrst", F = E.split(""), P = {}, M = 0; M < F.length; ++M)
@@ -165916,7 +165932,7 @@ var Dl = dn, jc = Dl, Bl = ya(), wl = zn, su = Object, Jc = wl("Array.prototype.
165916
165932
  for (var c in Y)
165917
165933
  b += c;
165918
165934
  return E !== b;
165919
- }, _c = function() {
165935
+ }, ev = function() {
165920
165936
  if (!Object.assign || !Object.preventExtensions)
165921
165937
  return !1;
165922
165938
  var E = Object.preventExtensions({ 1: 2 });
@@ -165926,21 +165942,21 @@ var Dl = dn, jc = Dl, Bl = ya(), wl = zn, su = Object, Jc = wl("Array.prototype.
165926
165942
  return E[1] === "y";
165927
165943
  }
165928
165944
  return !1;
165929
- }, tv = function() {
165930
- return !Object.assign || qc() || _c() ? _r : Object.assign;
165945
+ }, iv = function() {
165946
+ return !Object.assign || tv() || ev() ? _r : Object.assign;
165931
165947
  }, ou = function(E) {
165932
165948
  return E !== E;
165933
- }, Pl = function(F, P) {
165949
+ }, Ml = function(F, P) {
165934
165950
  return F === 0 && P === 0 ? 1 / F === 1 / P : !!(F === P || ou(F) && ou(P));
165935
- }, ev = Pl, Da = function() {
165936
- return typeof Object.is == "function" ? Object.is : ev;
165951
+ }, nv = Ml, Da = function() {
165952
+ return typeof Object.is == "function" ? Object.is : nv;
165937
165953
  }, ts, uu;
165938
165954
  function Vn() {
165939
165955
  if (uu) return ts;
165940
165956
  uu = 1;
165941
- var E = Dl, F = typeof Symbol == "function" && typeof Symbol("foo") == "symbol", P = Object.prototype.toString, M = Array.prototype.concat, Y = cl, b = function(l) {
165957
+ var E = Bl, F = typeof Symbol == "function" && typeof Symbol("foo") == "symbol", P = Object.prototype.toString, M = Array.prototype.concat, Y = vl, b = function(l) {
165942
165958
  return typeof l == "function" && P.call(l) === "[object Function]";
165943
- }, c = pl(), y = function(l, v, a, s) {
165959
+ }, c = ml(), y = function(l, v, a, s) {
165944
165960
  if (v in l) {
165945
165961
  if (s === !0) {
165946
165962
  if (l[v] === a)
@@ -165958,7 +165974,7 @@ function Vn() {
165958
165974
  return t.supportsDescriptors = !!c, ts = t, ts;
165959
165975
  }
165960
165976
  var es, hu;
165961
- function iv() {
165977
+ function rv() {
165962
165978
  if (hu) return es;
165963
165979
  hu = 1;
165964
165980
  var E = Da, F = Vn();
@@ -165972,10 +165988,10 @@ function iv() {
165972
165988
  }, es;
165973
165989
  }
165974
165990
  var is, lu;
165975
- function nv() {
165991
+ function sv() {
165976
165992
  if (lu) return is;
165977
165993
  lu = 1;
165978
- var E = Vn(), F = Un, P = Pl, M = Da, Y = iv(), b = F(M(), Object);
165994
+ var E = Vn(), F = Un, P = Ml, M = Da, Y = rv(), b = F(M(), Object);
165979
165995
  return E(b, {
165980
165996
  getPolyfill: M,
165981
165997
  implementation: P,
@@ -165983,25 +165999,25 @@ function nv() {
165983
165999
  }), is = b, is;
165984
166000
  }
165985
166001
  var ns, fu;
165986
- function Ml() {
166002
+ function Rl() {
165987
166003
  return fu || (fu = 1, ns = function(F) {
165988
166004
  return F !== F;
165989
166005
  }), ns;
165990
166006
  }
165991
166007
  var rs, du;
165992
- function Rl() {
166008
+ function Ll() {
165993
166009
  if (du) return rs;
165994
166010
  du = 1;
165995
- var E = Ml();
166011
+ var E = Rl();
165996
166012
  return rs = function() {
165997
166013
  return Number.isNaN && Number.isNaN(NaN) && !Number.isNaN("a") ? Number.isNaN : E;
165998
166014
  }, rs;
165999
166015
  }
166000
166016
  var ss, cu;
166001
- function rv() {
166017
+ function av() {
166002
166018
  if (cu) return ss;
166003
166019
  cu = 1;
166004
- var E = Vn(), F = Rl();
166020
+ var E = Vn(), F = Ll();
166005
166021
  return ss = function() {
166006
166022
  var M = F();
166007
166023
  return E(Number, { isNaN: M }, {
@@ -166012,10 +166028,10 @@ function rv() {
166012
166028
  }, ss;
166013
166029
  }
166014
166030
  var as, vu;
166015
- function sv() {
166031
+ function ov() {
166016
166032
  if (vu) return as;
166017
166033
  vu = 1;
166018
- var E = Un, F = Vn(), P = Ml(), M = Rl(), Y = rv(), b = E(M(), Number);
166034
+ var E = Un, F = Vn(), P = Rl(), M = Ll(), Y = av(), b = E(M(), Number);
166019
166035
  return F(b, {
166020
166036
  getPolyfill: M,
166021
166037
  implementation: P,
@@ -166023,7 +166039,7 @@ function sv() {
166023
166039
  }), as = b, as;
166024
166040
  }
166025
166041
  var os, pu;
166026
- function av() {
166042
+ function uv() {
166027
166043
  if (pu) return os;
166028
166044
  pu = 1;
166029
166045
  function E(rt, ot) {
@@ -166085,9 +166101,9 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
166085
166101
  return ot.forEach(function(mt, gt) {
166086
166102
  return vt.push([gt, mt]);
166087
166103
  }), vt;
166088
- }, v = Object.is ? Object.is : nv(), a = Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols : function() {
166104
+ }, v = Object.is ? Object.is : sv(), a = Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols : function() {
166089
166105
  return [];
166090
- }, s = Number.isNaN ? Number.isNaN : sv();
166106
+ }, s = Number.isNaN ? Number.isNaN : ov();
166091
166107
  function n(rt) {
166092
166108
  return rt.call.bind(rt);
166093
166109
  }
@@ -166386,7 +166402,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
166386
166402
  }, os;
166387
166403
  }
166388
166404
  var mu;
166389
- function Tn() {
166405
+ function Cn() {
166390
166406
  if (mu) return Xr.exports;
166391
166407
  mu = 1;
166392
166408
  function E(z) {
@@ -166404,9 +166420,9 @@ function Tn() {
166404
166420
  if (!(z instanceof L))
166405
166421
  throw new TypeError("Cannot call a class as a function");
166406
166422
  }
166407
- var M = Fl(), Y = M.codes, b = Y.ERR_AMBIGUOUS_ARGUMENT, c = Y.ERR_INVALID_ARG_TYPE, y = Y.ERR_INVALID_ARG_VALUE, t = Y.ERR_INVALID_RETURN_VALUE, l = Y.ERR_MISSING_ARGS, v = Hc(), a = Ke, s = a.inspect, n = Ke.types, e = n.isPromise, r = n.isRegExp, f = tv(), i = Da(), o = zn("RegExp.prototype.test"), u, h;
166423
+ var M = Sl(), Y = M.codes, b = Y.ERR_AMBIGUOUS_ARGUMENT, c = Y.ERR_INVALID_ARG_TYPE, y = Y.ERR_INVALID_ARG_VALUE, t = Y.ERR_INVALID_RETURN_VALUE, l = Y.ERR_MISSING_ARGS, v = Kc(), a = Ke, s = a.inspect, n = Ke.types, e = n.isPromise, r = n.isRegExp, f = iv(), i = Da(), o = zn("RegExp.prototype.test"), u, h;
166408
166424
  function d() {
166409
- var z = av();
166425
+ var z = uv();
166410
166426
  u = z.isDeepEqual, h = z.isDeepStrictEqual;
166411
166427
  }
166412
166428
  var p = !1, g = Xr.exports = C, x = {};
@@ -166761,10 +166777,10 @@ function Tn() {
166761
166777
  notDeepEqual: g.notDeepStrictEqual
166762
166778
  }), g.strict.strict = g.strict, Xr.exports;
166763
166779
  }
166764
- function ov() {
166780
+ function hv() {
166765
166781
  this.input = null, this.next_in = 0, this.avail_in = 0, this.total_in = 0, this.output = null, this.next_out = 0, this.avail_out = 0, this.total_out = 0, this.msg = "", this.state = null, this.data_type = 2, this.adler = 0;
166766
166782
  }
166767
- var uv = ov, me = {}, Hi = {};
166783
+ var lv = hv, me = {}, Zi = {};
166768
166784
  (function(E) {
166769
166785
  var F = typeof Uint8Array < "u" && typeof Uint16Array < "u" && typeof Int32Array < "u";
166770
166786
  function P(b, c) {
@@ -166815,48 +166831,48 @@ var uv = ov, me = {}, Hi = {};
166815
166831
  E.setTyped = function(b) {
166816
166832
  b ? (E.Buf8 = Uint8Array, E.Buf16 = Uint16Array, E.Buf32 = Int32Array, E.assign(E, M)) : (E.Buf8 = Array, E.Buf16 = Array, E.Buf32 = Array, E.assign(E, Y));
166817
166833
  }, E.setTyped(F);
166818
- })(Hi);
166819
- var xi = {}, hv = Hi, lv = 4, gu = 0, xu = 1, fv = 2;
166820
- function yi(E) {
166834
+ })(Zi);
166835
+ var yi = {}, fv = Zi, dv = 4, gu = 0, xu = 1, cv = 2;
166836
+ function Ei(E) {
166821
166837
  for (var F = E.length; --F >= 0; )
166822
166838
  E[F] = 0;
166823
166839
  }
166824
- var dv = 0, Ll = 1, cv = 2, vv = 3, pv = 258, Ba = 29, Zi = 256, Oi = Zi + 1 + Ba, di = 30, wa = 19, Ol = 2 * Oi + 1, Ve = 15, us = 16, mv = 7, Pa = 256, Il = 16, Nl = 17, bl = 18, Ms = (
166840
+ var vv = 0, Ol = 1, pv = 2, mv = 3, gv = 258, Ba = 29, Ki = 256, Ii = Ki + 1 + Ba, ci = 30, wa = 19, Il = 2 * Ii + 1, Ve = 15, us = 16, xv = 7, Pa = 256, Nl = 16, bl = 17, Gl = 18, Ms = (
166825
166841
  /* extra bits for each length code */
166826
166842
  [0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 0]
166827
- ), cn = (
166843
+ ), vn = (
166828
166844
  /* extra bits for each distance code */
166829
166845
  [0, 0, 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13]
166830
- ), gv = (
166846
+ ), yv = (
166831
166847
  /* extra bits for each bit length code */
166832
166848
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 7]
166833
- ), Gl = [16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15], xv = 512, Ee = new Array((Oi + 2) * 2);
166834
- yi(Ee);
166835
- var Di = new Array(di * 2);
166836
- yi(Di);
166837
- var Ii = new Array(xv);
166838
- yi(Ii);
166839
- var Ni = new Array(pv - vv + 1);
166840
- yi(Ni);
166849
+ ), Ul = [16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15], Ev = 512, Ee = new Array((Ii + 2) * 2);
166850
+ Ei(Ee);
166851
+ var Bi = new Array(ci * 2);
166852
+ Ei(Bi);
166853
+ var Ni = new Array(Ev);
166854
+ Ei(Ni);
166855
+ var bi = new Array(gv - mv + 1);
166856
+ Ei(bi);
166841
166857
  var Ma = new Array(Ba);
166842
- yi(Ma);
166843
- var Cn = new Array(di);
166844
- yi(Cn);
166858
+ Ei(Ma);
166859
+ var Fn = new Array(ci);
166860
+ Ei(Fn);
166845
166861
  function hs(E, F, P, M, Y) {
166846
166862
  this.static_tree = E, this.extra_bits = F, this.extra_base = P, this.elems = M, this.max_length = Y, this.has_stree = E && E.length;
166847
166863
  }
166848
- var Ul, zl, Xl;
166864
+ var zl, Xl, Vl;
166849
166865
  function ls(E, F) {
166850
166866
  this.dyn_tree = E, this.max_code = 0, this.stat_desc = F;
166851
166867
  }
166852
- function Vl(E) {
166853
- return E < 256 ? Ii[E] : Ii[256 + (E >>> 7)];
166868
+ function Yl(E) {
166869
+ return E < 256 ? Ni[E] : Ni[256 + (E >>> 7)];
166854
166870
  }
166855
- function bi(E, F) {
166871
+ function Gi(E, F) {
166856
166872
  E.pending_buf[E.pending++] = F & 255, E.pending_buf[E.pending++] = F >>> 8 & 255;
166857
166873
  }
166858
166874
  function Vt(E, F, P) {
166859
- E.bi_valid > us - P ? (E.bi_buf |= F << E.bi_valid & 65535, bi(E, E.bi_buf), E.bi_buf = F >> us - E.bi_valid, E.bi_valid += P - us) : (E.bi_buf |= F << E.bi_valid & 65535, E.bi_valid += P);
166875
+ E.bi_valid > us - P ? (E.bi_buf |= F << E.bi_valid & 65535, Gi(E, E.bi_buf), E.bi_buf = F >> us - E.bi_valid, E.bi_valid += P - us) : (E.bi_buf |= F << E.bi_valid & 65535, E.bi_valid += P);
166860
166876
  }
166861
166877
  function le(E, F, P) {
166862
166878
  Vt(
@@ -166866,21 +166882,21 @@ function le(E, F, P) {
166866
166882
  /*.Len*/
166867
166883
  );
166868
166884
  }
166869
- function Yl(E, F) {
166885
+ function Wl(E, F) {
166870
166886
  var P = 0;
166871
166887
  do
166872
166888
  P |= E & 1, E >>>= 1, P <<= 1;
166873
166889
  while (--F > 0);
166874
166890
  return P >>> 1;
166875
166891
  }
166876
- function yv(E) {
166877
- E.bi_valid === 16 ? (bi(E, E.bi_buf), E.bi_buf = 0, E.bi_valid = 0) : E.bi_valid >= 8 && (E.pending_buf[E.pending++] = E.bi_buf & 255, E.bi_buf >>= 8, E.bi_valid -= 8);
166892
+ function Av(E) {
166893
+ E.bi_valid === 16 ? (Gi(E, E.bi_buf), E.bi_buf = 0, E.bi_valid = 0) : E.bi_valid >= 8 && (E.pending_buf[E.pending++] = E.bi_buf & 255, E.bi_buf >>= 8, E.bi_valid -= 8);
166878
166894
  }
166879
- function Ev(E, F) {
166895
+ function Tv(E, F) {
166880
166896
  var P = F.dyn_tree, M = F.max_code, Y = F.stat_desc.static_tree, b = F.stat_desc.has_stree, c = F.stat_desc.extra_bits, y = F.stat_desc.extra_base, t = F.stat_desc.max_length, l, v, a, s, n, e, r = 0;
166881
166897
  for (s = 0; s <= Ve; s++)
166882
166898
  E.bl_count[s] = 0;
166883
- for (P[E.heap[E.heap_max] * 2 + 1] = 0, l = E.heap_max + 1; l < Ol; l++)
166899
+ for (P[E.heap[E.heap_max] * 2 + 1] = 0, l = E.heap_max + 1; l < Il; l++)
166884
166900
  v = E.heap[l], s = P[P[v * 2 + 1] * 2 + 1] + 1, s > t && (s = t, r++), P[v * 2 + 1] = s, !(v > M) && (E.bl_count[s]++, n = 0, v >= y && (n = c[v - y]), e = P[v * 2], E.opt_len += e * (s + n), b && (E.static_len += e * (Y[v * 2 + 1] + n)));
166885
166901
  if (r !== 0) {
166886
166902
  do {
@@ -166893,26 +166909,26 @@ function Ev(E, F) {
166893
166909
  a = E.heap[--l], !(a > M) && (P[a * 2 + 1] !== s && (E.opt_len += (s - P[a * 2 + 1]) * P[a * 2], P[a * 2 + 1] = s), v--);
166894
166910
  }
166895
166911
  }
166896
- function Wl(E, F, P) {
166912
+ function Hl(E, F, P) {
166897
166913
  var M = new Array(Ve + 1), Y = 0, b, c;
166898
166914
  for (b = 1; b <= Ve; b++)
166899
166915
  M[b] = Y = Y + P[b - 1] << 1;
166900
166916
  for (c = 0; c <= F; c++) {
166901
166917
  var y = E[c * 2 + 1];
166902
- y !== 0 && (E[c * 2] = Yl(M[y]++, y));
166918
+ y !== 0 && (E[c * 2] = Wl(M[y]++, y));
166903
166919
  }
166904
166920
  }
166905
- function Av() {
166921
+ function Cv() {
166906
166922
  var E, F, P, M, Y, b = new Array(Ve + 1);
166907
166923
  for (P = 0, M = 0; M < Ba - 1; M++)
166908
166924
  for (Ma[M] = P, E = 0; E < 1 << Ms[M]; E++)
166909
- Ni[P++] = M;
166910
- for (Ni[P - 1] = M, Y = 0, M = 0; M < 16; M++)
166911
- for (Cn[M] = Y, E = 0; E < 1 << cn[M]; E++)
166912
- Ii[Y++] = M;
166913
- for (Y >>= 7; M < di; M++)
166914
- for (Cn[M] = Y << 7, E = 0; E < 1 << cn[M] - 7; E++)
166915
- Ii[256 + Y++] = M;
166925
+ bi[P++] = M;
166926
+ for (bi[P - 1] = M, Y = 0, M = 0; M < 16; M++)
166927
+ for (Fn[M] = Y, E = 0; E < 1 << vn[M]; E++)
166928
+ Ni[Y++] = M;
166929
+ for (Y >>= 7; M < ci; M++)
166930
+ for (Fn[M] = Y << 7, E = 0; E < 1 << vn[M] - 7; E++)
166931
+ Ni[256 + Y++] = M;
166916
166932
  for (F = 0; F <= Ve; F++)
166917
166933
  b[F] = 0;
166918
166934
  for (E = 0; E <= 143; )
@@ -166923,25 +166939,25 @@ function Av() {
166923
166939
  Ee[E * 2 + 1] = 7, E++, b[7]++;
166924
166940
  for (; E <= 287; )
166925
166941
  Ee[E * 2 + 1] = 8, E++, b[8]++;
166926
- for (Wl(Ee, Oi + 1, b), E = 0; E < di; E++)
166927
- Di[E * 2 + 1] = 5, Di[E * 2] = Yl(E, 5);
166928
- Ul = new hs(Ee, Ms, Zi + 1, Oi, Ve), zl = new hs(Di, cn, 0, di, Ve), Xl = new hs(new Array(0), gv, 0, wa, mv);
166942
+ for (Hl(Ee, Ii + 1, b), E = 0; E < ci; E++)
166943
+ Bi[E * 2 + 1] = 5, Bi[E * 2] = Wl(E, 5);
166944
+ zl = new hs(Ee, Ms, Ki + 1, Ii, Ve), Xl = new hs(Bi, vn, 0, ci, Ve), Vl = new hs(new Array(0), yv, 0, wa, xv);
166929
166945
  }
166930
- function Hl(E) {
166946
+ function Zl(E) {
166931
166947
  var F;
166932
- for (F = 0; F < Oi; F++)
166948
+ for (F = 0; F < Ii; F++)
166933
166949
  E.dyn_ltree[F * 2] = 0;
166934
- for (F = 0; F < di; F++)
166950
+ for (F = 0; F < ci; F++)
166935
166951
  E.dyn_dtree[F * 2] = 0;
166936
166952
  for (F = 0; F < wa; F++)
166937
166953
  E.bl_tree[F * 2] = 0;
166938
166954
  E.dyn_ltree[Pa * 2] = 1, E.opt_len = E.static_len = 0, E.last_lit = E.matches = 0;
166939
166955
  }
166940
- function Zl(E) {
166941
- E.bi_valid > 8 ? bi(E, E.bi_buf) : E.bi_valid > 0 && (E.pending_buf[E.pending++] = E.bi_buf), E.bi_buf = 0, E.bi_valid = 0;
166956
+ function Kl(E) {
166957
+ E.bi_valid > 8 ? Gi(E, E.bi_buf) : E.bi_valid > 0 && (E.pending_buf[E.pending++] = E.bi_buf), E.bi_buf = 0, E.bi_valid = 0;
166942
166958
  }
166943
- function Tv(E, F, P, M) {
166944
- Zl(E), bi(E, P), bi(E, ~P), hv.arraySet(E.pending_buf, E.window, F, P, E.pending), E.pending += P;
166959
+ function Fv(E, F, P, M) {
166960
+ Kl(E), Gi(E, P), Gi(E, ~P), fv.arraySet(E.pending_buf, E.window, F, P, E.pending), E.pending += P;
166945
166961
  }
166946
166962
  function yu(E, F, P, M) {
166947
166963
  var Y = F * 2, b = P * 2;
@@ -166956,13 +166972,13 @@ function Eu(E, F, P) {
166956
166972
  var M, Y, b = 0, c, y;
166957
166973
  if (E.last_lit !== 0)
166958
166974
  do
166959
- M = E.pending_buf[E.d_buf + b * 2] << 8 | E.pending_buf[E.d_buf + b * 2 + 1], Y = E.pending_buf[E.l_buf + b], b++, M === 0 ? le(E, Y, F) : (c = Ni[Y], le(E, c + Zi + 1, F), y = Ms[c], y !== 0 && (Y -= Ma[c], Vt(E, Y, y)), M--, c = Vl(M), le(E, c, P), y = cn[c], y !== 0 && (M -= Cn[c], Vt(E, M, y)));
166975
+ M = E.pending_buf[E.d_buf + b * 2] << 8 | E.pending_buf[E.d_buf + b * 2 + 1], Y = E.pending_buf[E.l_buf + b], b++, M === 0 ? le(E, Y, F) : (c = bi[Y], le(E, c + Ki + 1, F), y = Ms[c], y !== 0 && (Y -= Ma[c], Vt(E, Y, y)), M--, c = Yl(M), le(E, c, P), y = vn[c], y !== 0 && (M -= Fn[c], Vt(E, M, y)));
166960
166976
  while (b < E.last_lit);
166961
166977
  le(E, Pa, F);
166962
166978
  }
166963
166979
  function Rs(E, F) {
166964
166980
  var P = F.dyn_tree, M = F.stat_desc.static_tree, Y = F.stat_desc.has_stree, b = F.stat_desc.elems, c, y, t = -1, l;
166965
- for (E.heap_len = 0, E.heap_max = Ol, c = 0; c < b; c++)
166981
+ for (E.heap_len = 0, E.heap_max = Il, c = 0; c < b; c++)
166966
166982
  P[c * 2] !== 0 ? (E.heap[++E.heap_len] = t = c, E.depth[c] = 0) : P[c * 2 + 1] = 0;
166967
166983
  for (; E.heap_len < 2; )
166968
166984
  l = E.heap[++E.heap_len] = t < 2 ? ++t : 0, P[l * 2] = 1, E.depth[l] = 0, E.opt_len--, Y && (E.static_len -= M[l * 2 + 1]);
@@ -166997,12 +167013,12 @@ function Rs(E, F) {
166997
167013
  E.heap[--E.heap_max] = E.heap[
166998
167014
  1
166999
167015
  /*SMALLEST*/
167000
- ], Ev(E, F), Wl(P, t, E.bl_count);
167016
+ ], Tv(E, F), Hl(P, t, E.bl_count);
167001
167017
  }
167002
167018
  function Au(E, F, P) {
167003
167019
  var M, Y = -1, b, c = F[0 * 2 + 1], y = 0, t = 7, l = 4;
167004
167020
  for (c === 0 && (t = 138, l = 3), F[(P + 1) * 2 + 1] = 65535, M = 0; M <= P; M++)
167005
- b = c, c = F[(M + 1) * 2 + 1], !(++y < t && b === c) && (y < l ? E.bl_tree[b * 2] += y : b !== 0 ? (b !== Y && E.bl_tree[b * 2]++, E.bl_tree[Il * 2]++) : y <= 10 ? E.bl_tree[Nl * 2]++ : E.bl_tree[bl * 2]++, y = 0, Y = b, c === 0 ? (t = 138, l = 3) : b === c ? (t = 6, l = 3) : (t = 7, l = 4));
167021
+ b = c, c = F[(M + 1) * 2 + 1], !(++y < t && b === c) && (y < l ? E.bl_tree[b * 2] += y : b !== 0 ? (b !== Y && E.bl_tree[b * 2]++, E.bl_tree[Nl * 2]++) : y <= 10 ? E.bl_tree[bl * 2]++ : E.bl_tree[Gl * 2]++, y = 0, Y = b, c === 0 ? (t = 138, l = 3) : b === c ? (t = 6, l = 3) : (t = 7, l = 4));
167006
167022
  }
167007
167023
  function Tu(E, F, P) {
167008
167024
  var M, Y = -1, b, c = F[0 * 2 + 1], y = 0, t = 7, l = 4;
@@ -167012,57 +167028,57 @@ function Tu(E, F, P) {
167012
167028
  do
167013
167029
  le(E, b, E.bl_tree);
167014
167030
  while (--y !== 0);
167015
- else b !== 0 ? (b !== Y && (le(E, b, E.bl_tree), y--), le(E, Il, E.bl_tree), Vt(E, y - 3, 2)) : y <= 10 ? (le(E, Nl, E.bl_tree), Vt(E, y - 3, 3)) : (le(E, bl, E.bl_tree), Vt(E, y - 11, 7));
167031
+ else b !== 0 ? (b !== Y && (le(E, b, E.bl_tree), y--), le(E, Nl, E.bl_tree), Vt(E, y - 3, 2)) : y <= 10 ? (le(E, bl, E.bl_tree), Vt(E, y - 3, 3)) : (le(E, Gl, E.bl_tree), Vt(E, y - 11, 7));
167016
167032
  y = 0, Y = b, c === 0 ? (t = 138, l = 3) : b === c ? (t = 6, l = 3) : (t = 7, l = 4);
167017
167033
  }
167018
167034
  }
167019
- function Cv(E) {
167035
+ function Sv(E) {
167020
167036
  var F;
167021
- for (Au(E, E.dyn_ltree, E.l_desc.max_code), Au(E, E.dyn_dtree, E.d_desc.max_code), Rs(E, E.bl_desc), F = wa - 1; F >= 3 && E.bl_tree[Gl[F] * 2 + 1] === 0; F--)
167037
+ for (Au(E, E.dyn_ltree, E.l_desc.max_code), Au(E, E.dyn_dtree, E.d_desc.max_code), Rs(E, E.bl_desc), F = wa - 1; F >= 3 && E.bl_tree[Ul[F] * 2 + 1] === 0; F--)
167022
167038
  ;
167023
167039
  return E.opt_len += 3 * (F + 1) + 5 + 5 + 4, F;
167024
167040
  }
167025
- function Fv(E, F, P, M) {
167041
+ function Dv(E, F, P, M) {
167026
167042
  var Y;
167027
167043
  for (Vt(E, F - 257, 5), Vt(E, P - 1, 5), Vt(E, M - 4, 4), Y = 0; Y < M; Y++)
167028
- Vt(E, E.bl_tree[Gl[Y] * 2 + 1], 3);
167044
+ Vt(E, E.bl_tree[Ul[Y] * 2 + 1], 3);
167029
167045
  Tu(E, E.dyn_ltree, F - 1), Tu(E, E.dyn_dtree, P - 1);
167030
167046
  }
167031
- function Sv(E) {
167047
+ function Bv(E) {
167032
167048
  var F = 4093624447, P;
167033
167049
  for (P = 0; P <= 31; P++, F >>>= 1)
167034
167050
  if (F & 1 && E.dyn_ltree[P * 2] !== 0)
167035
167051
  return gu;
167036
167052
  if (E.dyn_ltree[9 * 2] !== 0 || E.dyn_ltree[10 * 2] !== 0 || E.dyn_ltree[13 * 2] !== 0)
167037
167053
  return xu;
167038
- for (P = 32; P < Zi; P++)
167054
+ for (P = 32; P < Ki; P++)
167039
167055
  if (E.dyn_ltree[P * 2] !== 0)
167040
167056
  return xu;
167041
167057
  return gu;
167042
167058
  }
167043
167059
  var Cu = !1;
167044
- function Dv(E) {
167045
- Cu || (Av(), Cu = !0), E.l_desc = new ls(E.dyn_ltree, Ul), E.d_desc = new ls(E.dyn_dtree, zl), E.bl_desc = new ls(E.bl_tree, Xl), E.bi_buf = 0, E.bi_valid = 0, Hl(E);
167060
+ function wv(E) {
167061
+ Cu || (Cv(), Cu = !0), E.l_desc = new ls(E.dyn_ltree, zl), E.d_desc = new ls(E.dyn_dtree, Xl), E.bl_desc = new ls(E.bl_tree, Vl), E.bi_buf = 0, E.bi_valid = 0, Zl(E);
167046
167062
  }
167047
- function Kl(E, F, P, M) {
167048
- Vt(E, (dv << 1) + (M ? 1 : 0), 3), Tv(E, F, P);
167063
+ function $l(E, F, P, M) {
167064
+ Vt(E, (vv << 1) + (M ? 1 : 0), 3), Fv(E, F, P);
167049
167065
  }
167050
- function Bv(E) {
167051
- Vt(E, Ll << 1, 3), le(E, Pa, Ee), yv(E);
167066
+ function Pv(E) {
167067
+ Vt(E, Ol << 1, 3), le(E, Pa, Ee), Av(E);
167052
167068
  }
167053
- function wv(E, F, P, M) {
167069
+ function Mv(E, F, P, M) {
167054
167070
  var Y, b, c = 0;
167055
- E.level > 0 ? (E.strm.data_type === fv && (E.strm.data_type = Sv(E)), Rs(E, E.l_desc), Rs(E, E.d_desc), c = Cv(E), Y = E.opt_len + 3 + 7 >>> 3, b = E.static_len + 3 + 7 >>> 3, b <= Y && (Y = b)) : Y = b = P + 5, P + 4 <= Y && F !== -1 ? Kl(E, F, P, M) : E.strategy === lv || b === Y ? (Vt(E, (Ll << 1) + (M ? 1 : 0), 3), Eu(E, Ee, Di)) : (Vt(E, (cv << 1) + (M ? 1 : 0), 3), Fv(E, E.l_desc.max_code + 1, E.d_desc.max_code + 1, c + 1), Eu(E, E.dyn_ltree, E.dyn_dtree)), Hl(E), M && Zl(E);
167071
+ E.level > 0 ? (E.strm.data_type === cv && (E.strm.data_type = Bv(E)), Rs(E, E.l_desc), Rs(E, E.d_desc), c = Sv(E), Y = E.opt_len + 3 + 7 >>> 3, b = E.static_len + 3 + 7 >>> 3, b <= Y && (Y = b)) : Y = b = P + 5, P + 4 <= Y && F !== -1 ? $l(E, F, P, M) : E.strategy === dv || b === Y ? (Vt(E, (Ol << 1) + (M ? 1 : 0), 3), Eu(E, Ee, Bi)) : (Vt(E, (pv << 1) + (M ? 1 : 0), 3), Dv(E, E.l_desc.max_code + 1, E.d_desc.max_code + 1, c + 1), Eu(E, E.dyn_ltree, E.dyn_dtree)), Zl(E), M && Kl(E);
167056
167072
  }
167057
- function Pv(E, F, P) {
167058
- return E.pending_buf[E.d_buf + E.last_lit * 2] = F >>> 8 & 255, E.pending_buf[E.d_buf + E.last_lit * 2 + 1] = F & 255, E.pending_buf[E.l_buf + E.last_lit] = P & 255, E.last_lit++, F === 0 ? E.dyn_ltree[P * 2]++ : (E.matches++, F--, E.dyn_ltree[(Ni[P] + Zi + 1) * 2]++, E.dyn_dtree[Vl(F) * 2]++), E.last_lit === E.lit_bufsize - 1;
167073
+ function Rv(E, F, P) {
167074
+ return E.pending_buf[E.d_buf + E.last_lit * 2] = F >>> 8 & 255, E.pending_buf[E.d_buf + E.last_lit * 2 + 1] = F & 255, E.pending_buf[E.l_buf + E.last_lit] = P & 255, E.last_lit++, F === 0 ? E.dyn_ltree[P * 2]++ : (E.matches++, F--, E.dyn_ltree[(bi[P] + Ki + 1) * 2]++, E.dyn_dtree[Yl(F) * 2]++), E.last_lit === E.lit_bufsize - 1;
167059
167075
  }
167060
- xi._tr_init = Dv;
167061
- xi._tr_stored_block = Kl;
167062
- xi._tr_flush_block = wv;
167063
- xi._tr_tally = Pv;
167064
- xi._tr_align = Bv;
167065
- function Mv(E, F, P, M) {
167076
+ yi._tr_init = wv;
167077
+ yi._tr_stored_block = $l;
167078
+ yi._tr_flush_block = Mv;
167079
+ yi._tr_tally = Rv;
167080
+ yi._tr_align = Pv;
167081
+ function Lv(E, F, P, M) {
167066
167082
  for (var Y = E & 65535 | 0, b = E >>> 16 & 65535 | 0, c = 0; P !== 0; ) {
167067
167083
  c = P > 2e3 ? 2e3 : P, P -= c;
167068
167084
  do
@@ -167072,8 +167088,8 @@ function Mv(E, F, P, M) {
167072
167088
  }
167073
167089
  return Y | b << 16 | 0;
167074
167090
  }
167075
- var $l = Mv;
167076
- function Rv() {
167091
+ var jl = Lv;
167092
+ function Ov() {
167077
167093
  for (var E, F = [], P = 0; P < 256; P++) {
167078
167094
  E = P;
167079
167095
  for (var M = 0; M < 8; M++)
@@ -167082,15 +167098,15 @@ function Rv() {
167082
167098
  }
167083
167099
  return F;
167084
167100
  }
167085
- var Lv = Rv();
167086
- function Ov(E, F, P, M) {
167087
- var Y = Lv, b = M + P;
167101
+ var Iv = Ov();
167102
+ function Nv(E, F, P, M) {
167103
+ var Y = Iv, b = M + P;
167088
167104
  E ^= -1;
167089
167105
  for (var c = M; c < b; c++)
167090
167106
  E = E >>> 8 ^ Y[(E ^ F[c]) & 255];
167091
167107
  return E ^ -1;
167092
167108
  }
167093
- var jl = Ov, Iv = {
167109
+ var Jl = Nv, bv = {
167094
167110
  2: "need dictionary",
167095
167111
  /* Z_NEED_DICT 2 */
167096
167112
  1: "stream end",
@@ -167109,9 +167125,9 @@ var jl = Ov, Iv = {
167109
167125
  /* Z_BUF_ERROR (-5) */
167110
167126
  "-6": "incompatible version"
167111
167127
  /* Z_VERSION_ERROR (-6) */
167112
- }, Xt = Hi, jt = xi, Jl = $l, Be = jl, Nv = Iv, ke = 0, bv = 1, Gv = 3, Oe = 4, Fu = 5, fe = 0, Su = 1, Jt = -2, Uv = -3, ds = -5, zv = -1, Xv = 1, tn = 2, Vv = 3, Yv = 4, Wv = 0, Hv = 2, Yn = 8, Zv = 9, Kv = 15, $v = 8, jv = 29, Jv = 256, Ls = Jv + 1 + jv, Qv = 30, kv = 19, qv = 2 * Ls + 1, _v = 15, St = 3, Re = 258, _t = Re + St + 1, t2 = 32, Wn = 42, Os = 69, vn = 73, pn = 91, mn = 103, Ye = 113, Fi = 666, Ot = 1, Ki = 2, $e = 3, Ei = 4, e2 = 3;
167128
+ }, Xt = Zi, jt = yi, Ql = jl, Be = Jl, Gv = bv, ke = 0, Uv = 1, zv = 3, Oe = 4, Fu = 5, fe = 0, Su = 1, Jt = -2, Xv = -3, ds = -5, Vv = -1, Yv = 1, en = 2, Wv = 3, Hv = 4, Zv = 0, Kv = 2, Yn = 8, $v = 9, jv = 15, Jv = 8, Qv = 29, kv = 256, Ls = kv + 1 + Qv, qv = 30, _v = 19, t2 = 2 * Ls + 1, e2 = 15, St = 3, Re = 258, _t = Re + St + 1, i2 = 32, Wn = 42, Os = 69, pn = 73, mn = 91, gn = 103, Ye = 113, Si = 666, It = 1, $i = 2, $e = 3, Ai = 4, n2 = 3;
167113
167129
  function Le(E, F) {
167114
- return E.msg = Nv[F], F;
167130
+ return E.msg = Gv[F], F;
167115
167131
  }
167116
167132
  function Du(E) {
167117
167133
  return (E << 1) - (E > 4 ? 9 : 0);
@@ -167130,14 +167146,14 @@ function bt(E, F) {
167130
167146
  function wt(E, F) {
167131
167147
  E.pending_buf[E.pending++] = F;
167132
167148
  }
167133
- function Ti(E, F) {
167149
+ function Ci(E, F) {
167134
167150
  E.pending_buf[E.pending++] = F >>> 8 & 255, E.pending_buf[E.pending++] = F & 255;
167135
167151
  }
167136
- function i2(E, F, P, M) {
167152
+ function r2(E, F, P, M) {
167137
167153
  var Y = E.avail_in;
167138
- return Y > M && (Y = M), Y === 0 ? 0 : (E.avail_in -= Y, Xt.arraySet(F, E.input, E.next_in, Y, P), E.state.wrap === 1 ? E.adler = Jl(E.adler, F, Y, P) : E.state.wrap === 2 && (E.adler = Be(E.adler, F, Y, P)), E.next_in += Y, E.total_in += Y, Y);
167154
+ return Y > M && (Y = M), Y === 0 ? 0 : (E.avail_in -= Y, Xt.arraySet(F, E.input, E.next_in, Y, P), E.state.wrap === 1 ? E.adler = Ql(E.adler, F, Y, P) : E.state.wrap === 2 && (E.adler = Be(E.adler, F, Y, P)), E.next_in += Y, E.total_in += Y, Y);
167139
167155
  }
167140
- function Ql(E, F) {
167156
+ function kl(E, F) {
167141
167157
  var P = E.max_chain_length, M = E.strstart, Y, b, c = E.prev_length, y = E.nice_match, t = E.strstart > E.w_size - _t ? E.strstart - (E.w_size - _t) : 0, l = E.window, v = E.w_mask, a = E.prev, s = E.strstart + Re, n = l[M + c - 1], e = l[M + c];
167142
167158
  E.prev_length >= E.good_match && (P >>= 2), y > E.lookahead && (y = E.lookahead);
167143
167159
  do
@@ -167171,36 +167187,36 @@ function je(E) {
167171
167187
  }
167172
167188
  if (E.strm.avail_in === 0)
167173
167189
  break;
167174
- if (M = i2(E.strm, E.window, E.strstart + E.lookahead, b), E.lookahead += M, E.lookahead + E.insert >= St)
167190
+ if (M = r2(E.strm, E.window, E.strstart + E.lookahead, b), E.lookahead += M, E.lookahead + E.insert >= St)
167175
167191
  for (c = E.strstart - E.insert, E.ins_h = E.window[c], E.ins_h = (E.ins_h << E.hash_shift ^ E.window[c + 1]) & E.hash_mask; E.insert && (E.ins_h = (E.ins_h << E.hash_shift ^ E.window[c + St - 1]) & E.hash_mask, E.prev[c & E.w_mask] = E.head[E.ins_h], E.head[E.ins_h] = c, c++, E.insert--, !(E.lookahead + E.insert < St)); )
167176
167192
  ;
167177
167193
  } while (E.lookahead < _t && E.strm.avail_in !== 0);
167178
167194
  }
167179
- function n2(E, F) {
167195
+ function s2(E, F) {
167180
167196
  var P = 65535;
167181
167197
  for (P > E.pending_buf_size - 5 && (P = E.pending_buf_size - 5); ; ) {
167182
167198
  if (E.lookahead <= 1) {
167183
167199
  if (je(E), E.lookahead === 0 && F === ke)
167184
- return Ot;
167200
+ return It;
167185
167201
  if (E.lookahead === 0)
167186
167202
  break;
167187
167203
  }
167188
167204
  E.strstart += E.lookahead, E.lookahead = 0;
167189
167205
  var M = E.block_start + P;
167190
167206
  if ((E.strstart === 0 || E.strstart >= M) && (E.lookahead = E.strstart - M, E.strstart = M, bt(E, !1), E.strm.avail_out === 0) || E.strstart - E.block_start >= E.w_size - _t && (bt(E, !1), E.strm.avail_out === 0))
167191
- return Ot;
167207
+ return It;
167192
167208
  }
167193
- return E.insert = 0, F === Oe ? (bt(E, !0), E.strm.avail_out === 0 ? $e : Ei) : (E.strstart > E.block_start && (bt(E, !1), E.strm.avail_out === 0), Ot);
167209
+ return E.insert = 0, F === Oe ? (bt(E, !0), E.strm.avail_out === 0 ? $e : Ai) : (E.strstart > E.block_start && (bt(E, !1), E.strm.avail_out === 0), It);
167194
167210
  }
167195
167211
  function cs(E, F) {
167196
167212
  for (var P, M; ; ) {
167197
167213
  if (E.lookahead < _t) {
167198
167214
  if (je(E), E.lookahead < _t && F === ke)
167199
- return Ot;
167215
+ return It;
167200
167216
  if (E.lookahead === 0)
167201
167217
  break;
167202
167218
  }
167203
- if (P = 0, E.lookahead >= St && (E.ins_h = (E.ins_h << E.hash_shift ^ E.window[E.strstart + St - 1]) & E.hash_mask, P = E.prev[E.strstart & E.w_mask] = E.head[E.ins_h], E.head[E.ins_h] = E.strstart), P !== 0 && E.strstart - P <= E.w_size - _t && (E.match_length = Ql(E, P)), E.match_length >= St)
167219
+ if (P = 0, E.lookahead >= St && (E.ins_h = (E.ins_h << E.hash_shift ^ E.window[E.strstart + St - 1]) & E.hash_mask, P = E.prev[E.strstart & E.w_mask] = E.head[E.ins_h], E.head[E.ins_h] = E.strstart), P !== 0 && E.strstart - P <= E.w_size - _t && (E.match_length = kl(E, P)), E.match_length >= St)
167204
167220
  if (M = jt._tr_tally(E, E.strstart - E.match_start, E.match_length - St), E.lookahead -= E.match_length, E.match_length <= E.max_lazy_match && E.lookahead >= St) {
167205
167221
  E.match_length--;
167206
167222
  do
@@ -167212,38 +167228,38 @@ function cs(E, F) {
167212
167228
  else
167213
167229
  M = jt._tr_tally(E, 0, E.window[E.strstart]), E.lookahead--, E.strstart++;
167214
167230
  if (M && (bt(E, !1), E.strm.avail_out === 0))
167215
- return Ot;
167231
+ return It;
167216
167232
  }
167217
- return E.insert = E.strstart < St - 1 ? E.strstart : St - 1, F === Oe ? (bt(E, !0), E.strm.avail_out === 0 ? $e : Ei) : E.last_lit && (bt(E, !1), E.strm.avail_out === 0) ? Ot : Ki;
167233
+ return E.insert = E.strstart < St - 1 ? E.strstart : St - 1, F === Oe ? (bt(E, !0), E.strm.avail_out === 0 ? $e : Ai) : E.last_lit && (bt(E, !1), E.strm.avail_out === 0) ? It : $i;
167218
167234
  }
167219
167235
  function ni(E, F) {
167220
167236
  for (var P, M, Y; ; ) {
167221
167237
  if (E.lookahead < _t) {
167222
167238
  if (je(E), E.lookahead < _t && F === ke)
167223
- return Ot;
167239
+ return It;
167224
167240
  if (E.lookahead === 0)
167225
167241
  break;
167226
167242
  }
167227
- if (P = 0, E.lookahead >= St && (E.ins_h = (E.ins_h << E.hash_shift ^ E.window[E.strstart + St - 1]) & E.hash_mask, P = E.prev[E.strstart & E.w_mask] = E.head[E.ins_h], E.head[E.ins_h] = E.strstart), E.prev_length = E.match_length, E.prev_match = E.match_start, E.match_length = St - 1, P !== 0 && E.prev_length < E.max_lazy_match && E.strstart - P <= E.w_size - _t && (E.match_length = Ql(E, P), E.match_length <= 5 && (E.strategy === Xv || E.match_length === St && E.strstart - E.match_start > 4096) && (E.match_length = St - 1)), E.prev_length >= St && E.match_length <= E.prev_length) {
167243
+ if (P = 0, E.lookahead >= St && (E.ins_h = (E.ins_h << E.hash_shift ^ E.window[E.strstart + St - 1]) & E.hash_mask, P = E.prev[E.strstart & E.w_mask] = E.head[E.ins_h], E.head[E.ins_h] = E.strstart), E.prev_length = E.match_length, E.prev_match = E.match_start, E.match_length = St - 1, P !== 0 && E.prev_length < E.max_lazy_match && E.strstart - P <= E.w_size - _t && (E.match_length = kl(E, P), E.match_length <= 5 && (E.strategy === Yv || E.match_length === St && E.strstart - E.match_start > 4096) && (E.match_length = St - 1)), E.prev_length >= St && E.match_length <= E.prev_length) {
167228
167244
  Y = E.strstart + E.lookahead - St, M = jt._tr_tally(E, E.strstart - 1 - E.prev_match, E.prev_length - St), E.lookahead -= E.prev_length - 1, E.prev_length -= 2;
167229
167245
  do
167230
167246
  ++E.strstart <= Y && (E.ins_h = (E.ins_h << E.hash_shift ^ E.window[E.strstart + St - 1]) & E.hash_mask, P = E.prev[E.strstart & E.w_mask] = E.head[E.ins_h], E.head[E.ins_h] = E.strstart);
167231
167247
  while (--E.prev_length !== 0);
167232
167248
  if (E.match_available = 0, E.match_length = St - 1, E.strstart++, M && (bt(E, !1), E.strm.avail_out === 0))
167233
- return Ot;
167249
+ return It;
167234
167250
  } else if (E.match_available) {
167235
167251
  if (M = jt._tr_tally(E, 0, E.window[E.strstart - 1]), M && bt(E, !1), E.strstart++, E.lookahead--, E.strm.avail_out === 0)
167236
- return Ot;
167252
+ return It;
167237
167253
  } else
167238
167254
  E.match_available = 1, E.strstart++, E.lookahead--;
167239
167255
  }
167240
- return E.match_available && (M = jt._tr_tally(E, 0, E.window[E.strstart - 1]), E.match_available = 0), E.insert = E.strstart < St - 1 ? E.strstart : St - 1, F === Oe ? (bt(E, !0), E.strm.avail_out === 0 ? $e : Ei) : E.last_lit && (bt(E, !1), E.strm.avail_out === 0) ? Ot : Ki;
167256
+ return E.match_available && (M = jt._tr_tally(E, 0, E.window[E.strstart - 1]), E.match_available = 0), E.insert = E.strstart < St - 1 ? E.strstart : St - 1, F === Oe ? (bt(E, !0), E.strm.avail_out === 0 ? $e : Ai) : E.last_lit && (bt(E, !1), E.strm.avail_out === 0) ? It : $i;
167241
167257
  }
167242
- function r2(E, F) {
167258
+ function a2(E, F) {
167243
167259
  for (var P, M, Y, b, c = E.window; ; ) {
167244
167260
  if (E.lookahead <= Re) {
167245
167261
  if (je(E), E.lookahead <= Re && F === ke)
167246
- return Ot;
167262
+ return It;
167247
167263
  if (E.lookahead === 0)
167248
167264
  break;
167249
167265
  }
@@ -167255,21 +167271,21 @@ function r2(E, F) {
167255
167271
  E.match_length = Re - (b - Y), E.match_length > E.lookahead && (E.match_length = E.lookahead);
167256
167272
  }
167257
167273
  if (E.match_length >= St ? (P = jt._tr_tally(E, 1, E.match_length - St), E.lookahead -= E.match_length, E.strstart += E.match_length, E.match_length = 0) : (P = jt._tr_tally(E, 0, E.window[E.strstart]), E.lookahead--, E.strstart++), P && (bt(E, !1), E.strm.avail_out === 0))
167258
- return Ot;
167274
+ return It;
167259
167275
  }
167260
- return E.insert = 0, F === Oe ? (bt(E, !0), E.strm.avail_out === 0 ? $e : Ei) : E.last_lit && (bt(E, !1), E.strm.avail_out === 0) ? Ot : Ki;
167276
+ return E.insert = 0, F === Oe ? (bt(E, !0), E.strm.avail_out === 0 ? $e : Ai) : E.last_lit && (bt(E, !1), E.strm.avail_out === 0) ? It : $i;
167261
167277
  }
167262
- function s2(E, F) {
167278
+ function o2(E, F) {
167263
167279
  for (var P; ; ) {
167264
167280
  if (E.lookahead === 0 && (je(E), E.lookahead === 0)) {
167265
167281
  if (F === ke)
167266
- return Ot;
167282
+ return It;
167267
167283
  break;
167268
167284
  }
167269
167285
  if (E.match_length = 0, P = jt._tr_tally(E, 0, E.window[E.strstart]), E.lookahead--, E.strstart++, P && (bt(E, !1), E.strm.avail_out === 0))
167270
- return Ot;
167286
+ return It;
167271
167287
  }
167272
- return E.insert = 0, F === Oe ? (bt(E, !0), E.strm.avail_out === 0 ? $e : Ei) : E.last_lit && (bt(E, !1), E.strm.avail_out === 0) ? Ot : Ki;
167288
+ return E.insert = 0, F === Oe ? (bt(E, !0), E.strm.avail_out === 0 ? $e : Ai) : E.last_lit && (bt(E, !1), E.strm.avail_out === 0) ? It : $i;
167273
167289
  }
167274
167290
  function ne(E, F, P, M, Y) {
167275
167291
  this.good_length = E, this.max_lazy = F, this.nice_length = P, this.max_chain = M, this.func = Y;
@@ -167277,7 +167293,7 @@ function ne(E, F, P, M, Y) {
167277
167293
  var oi;
167278
167294
  oi = [
167279
167295
  /* good lazy nice chain */
167280
- new ne(0, 0, 0, 0, n2),
167296
+ new ne(0, 0, 0, 0, s2),
167281
167297
  /* 0 store only */
167282
167298
  new ne(4, 4, 8, 4, cs),
167283
167299
  /* 1 max speed, no lazy matches */
@@ -167298,60 +167314,60 @@ oi = [
167298
167314
  new ne(32, 258, 258, 4096, ni)
167299
167315
  /* 9 max compression */
167300
167316
  ];
167301
- function a2(E) {
167317
+ function u2(E) {
167302
167318
  E.window_size = 2 * E.w_size, Me(E.head), E.max_lazy_match = oi[E.level].max_lazy, E.good_match = oi[E.level].good_length, E.nice_match = oi[E.level].nice_length, E.max_chain_length = oi[E.level].max_chain, E.strstart = 0, E.block_start = 0, E.lookahead = 0, E.insert = 0, E.match_length = E.prev_length = St - 1, E.match_available = 0, E.ins_h = 0;
167303
167319
  }
167304
- function o2() {
167305
- this.strm = null, this.status = 0, this.pending_buf = null, this.pending_buf_size = 0, this.pending_out = 0, this.pending = 0, this.wrap = 0, this.gzhead = null, this.gzindex = 0, this.method = Yn, this.last_flush = -1, this.w_size = 0, this.w_bits = 0, this.w_mask = 0, this.window = null, this.window_size = 0, this.prev = null, this.head = null, this.ins_h = 0, this.hash_size = 0, this.hash_bits = 0, this.hash_mask = 0, this.hash_shift = 0, this.block_start = 0, this.match_length = 0, this.prev_match = 0, this.match_available = 0, this.strstart = 0, this.match_start = 0, this.lookahead = 0, this.prev_length = 0, this.max_chain_length = 0, this.max_lazy_match = 0, this.level = 0, this.strategy = 0, this.good_match = 0, this.nice_match = 0, this.dyn_ltree = new Xt.Buf16(qv * 2), this.dyn_dtree = new Xt.Buf16((2 * Qv + 1) * 2), this.bl_tree = new Xt.Buf16((2 * kv + 1) * 2), Me(this.dyn_ltree), Me(this.dyn_dtree), Me(this.bl_tree), this.l_desc = null, this.d_desc = null, this.bl_desc = null, this.bl_count = new Xt.Buf16(_v + 1), this.heap = new Xt.Buf16(2 * Ls + 1), Me(this.heap), this.heap_len = 0, this.heap_max = 0, this.depth = new Xt.Buf16(2 * Ls + 1), Me(this.depth), this.l_buf = 0, this.lit_bufsize = 0, this.last_lit = 0, this.d_buf = 0, this.opt_len = 0, this.static_len = 0, this.matches = 0, this.insert = 0, this.bi_buf = 0, this.bi_valid = 0;
167320
+ function h2() {
167321
+ this.strm = null, this.status = 0, this.pending_buf = null, this.pending_buf_size = 0, this.pending_out = 0, this.pending = 0, this.wrap = 0, this.gzhead = null, this.gzindex = 0, this.method = Yn, this.last_flush = -1, this.w_size = 0, this.w_bits = 0, this.w_mask = 0, this.window = null, this.window_size = 0, this.prev = null, this.head = null, this.ins_h = 0, this.hash_size = 0, this.hash_bits = 0, this.hash_mask = 0, this.hash_shift = 0, this.block_start = 0, this.match_length = 0, this.prev_match = 0, this.match_available = 0, this.strstart = 0, this.match_start = 0, this.lookahead = 0, this.prev_length = 0, this.max_chain_length = 0, this.max_lazy_match = 0, this.level = 0, this.strategy = 0, this.good_match = 0, this.nice_match = 0, this.dyn_ltree = new Xt.Buf16(t2 * 2), this.dyn_dtree = new Xt.Buf16((2 * qv + 1) * 2), this.bl_tree = new Xt.Buf16((2 * _v + 1) * 2), Me(this.dyn_ltree), Me(this.dyn_dtree), Me(this.bl_tree), this.l_desc = null, this.d_desc = null, this.bl_desc = null, this.bl_count = new Xt.Buf16(e2 + 1), this.heap = new Xt.Buf16(2 * Ls + 1), Me(this.heap), this.heap_len = 0, this.heap_max = 0, this.depth = new Xt.Buf16(2 * Ls + 1), Me(this.depth), this.l_buf = 0, this.lit_bufsize = 0, this.last_lit = 0, this.d_buf = 0, this.opt_len = 0, this.static_len = 0, this.matches = 0, this.insert = 0, this.bi_buf = 0, this.bi_valid = 0;
167306
167322
  }
167307
- function kl(E) {
167323
+ function ql(E) {
167308
167324
  var F;
167309
- return !E || !E.state ? Le(E, Jt) : (E.total_in = E.total_out = 0, E.data_type = Hv, F = E.state, F.pending = 0, F.pending_out = 0, F.wrap < 0 && (F.wrap = -F.wrap), F.status = F.wrap ? Wn : Ye, E.adler = F.wrap === 2 ? 0 : 1, F.last_flush = ke, jt._tr_init(F), fe);
167325
+ return !E || !E.state ? Le(E, Jt) : (E.total_in = E.total_out = 0, E.data_type = Kv, F = E.state, F.pending = 0, F.pending_out = 0, F.wrap < 0 && (F.wrap = -F.wrap), F.status = F.wrap ? Wn : Ye, E.adler = F.wrap === 2 ? 0 : 1, F.last_flush = ke, jt._tr_init(F), fe);
167310
167326
  }
167311
- function ql(E) {
167312
- var F = kl(E);
167313
- return F === fe && a2(E.state), F;
167327
+ function _l(E) {
167328
+ var F = ql(E);
167329
+ return F === fe && u2(E.state), F;
167314
167330
  }
167315
- function u2(E, F) {
167331
+ function l2(E, F) {
167316
167332
  return !E || !E.state || E.state.wrap !== 2 ? Jt : (E.state.gzhead = F, fe);
167317
167333
  }
167318
- function _l(E, F, P, M, Y, b) {
167334
+ function t1(E, F, P, M, Y, b) {
167319
167335
  if (!E)
167320
167336
  return Jt;
167321
167337
  var c = 1;
167322
- if (F === zv && (F = 6), M < 0 ? (c = 0, M = -M) : M > 15 && (c = 2, M -= 16), Y < 1 || Y > Zv || P !== Yn || M < 8 || M > 15 || F < 0 || F > 9 || b < 0 || b > Yv)
167338
+ if (F === Vv && (F = 6), M < 0 ? (c = 0, M = -M) : M > 15 && (c = 2, M -= 16), Y < 1 || Y > $v || P !== Yn || M < 8 || M > 15 || F < 0 || F > 9 || b < 0 || b > Hv)
167323
167339
  return Le(E, Jt);
167324
167340
  M === 8 && (M = 9);
167325
- var y = new o2();
167326
- return E.state = y, y.strm = E, y.wrap = c, y.gzhead = null, y.w_bits = M, y.w_size = 1 << y.w_bits, y.w_mask = y.w_size - 1, y.hash_bits = Y + 7, y.hash_size = 1 << y.hash_bits, y.hash_mask = y.hash_size - 1, y.hash_shift = ~~((y.hash_bits + St - 1) / St), y.window = new Xt.Buf8(y.w_size * 2), y.head = new Xt.Buf16(y.hash_size), y.prev = new Xt.Buf16(y.w_size), y.lit_bufsize = 1 << Y + 6, y.pending_buf_size = y.lit_bufsize * 4, y.pending_buf = new Xt.Buf8(y.pending_buf_size), y.d_buf = 1 * y.lit_bufsize, y.l_buf = 3 * y.lit_bufsize, y.level = F, y.strategy = b, y.method = P, ql(E);
167341
+ var y = new h2();
167342
+ return E.state = y, y.strm = E, y.wrap = c, y.gzhead = null, y.w_bits = M, y.w_size = 1 << y.w_bits, y.w_mask = y.w_size - 1, y.hash_bits = Y + 7, y.hash_size = 1 << y.hash_bits, y.hash_mask = y.hash_size - 1, y.hash_shift = ~~((y.hash_bits + St - 1) / St), y.window = new Xt.Buf8(y.w_size * 2), y.head = new Xt.Buf16(y.hash_size), y.prev = new Xt.Buf16(y.w_size), y.lit_bufsize = 1 << Y + 6, y.pending_buf_size = y.lit_bufsize * 4, y.pending_buf = new Xt.Buf8(y.pending_buf_size), y.d_buf = 1 * y.lit_bufsize, y.l_buf = 3 * y.lit_bufsize, y.level = F, y.strategy = b, y.method = P, _l(E);
167327
167343
  }
167328
- function h2(E, F) {
167329
- return _l(E, F, Yn, Kv, $v, Wv);
167344
+ function f2(E, F) {
167345
+ return t1(E, F, Yn, jv, Jv, Zv);
167330
167346
  }
167331
- function l2(E, F) {
167347
+ function d2(E, F) {
167332
167348
  var P, M, Y, b;
167333
167349
  if (!E || !E.state || F > Fu || F < 0)
167334
167350
  return E ? Le(E, Jt) : Jt;
167335
- if (M = E.state, !E.output || !E.input && E.avail_in !== 0 || M.status === Fi && F !== Oe)
167351
+ if (M = E.state, !E.output || !E.input && E.avail_in !== 0 || M.status === Si && F !== Oe)
167336
167352
  return Le(E, E.avail_out === 0 ? ds : Jt);
167337
167353
  if (M.strm = E, P = M.last_flush, M.last_flush = F, M.status === Wn)
167338
167354
  if (M.wrap === 2)
167339
167355
  E.adler = 0, wt(M, 31), wt(M, 139), wt(M, 8), M.gzhead ? (wt(
167340
167356
  M,
167341
167357
  (M.gzhead.text ? 1 : 0) + (M.gzhead.hcrc ? 2 : 0) + (M.gzhead.extra ? 4 : 0) + (M.gzhead.name ? 8 : 0) + (M.gzhead.comment ? 16 : 0)
167342
- ), wt(M, M.gzhead.time & 255), wt(M, M.gzhead.time >> 8 & 255), wt(M, M.gzhead.time >> 16 & 255), wt(M, M.gzhead.time >> 24 & 255), wt(M, M.level === 9 ? 2 : M.strategy >= tn || M.level < 2 ? 4 : 0), wt(M, M.gzhead.os & 255), M.gzhead.extra && M.gzhead.extra.length && (wt(M, M.gzhead.extra.length & 255), wt(M, M.gzhead.extra.length >> 8 & 255)), M.gzhead.hcrc && (E.adler = Be(E.adler, M.pending_buf, M.pending, 0)), M.gzindex = 0, M.status = Os) : (wt(M, 0), wt(M, 0), wt(M, 0), wt(M, 0), wt(M, 0), wt(M, M.level === 9 ? 2 : M.strategy >= tn || M.level < 2 ? 4 : 0), wt(M, e2), M.status = Ye);
167358
+ ), wt(M, M.gzhead.time & 255), wt(M, M.gzhead.time >> 8 & 255), wt(M, M.gzhead.time >> 16 & 255), wt(M, M.gzhead.time >> 24 & 255), wt(M, M.level === 9 ? 2 : M.strategy >= en || M.level < 2 ? 4 : 0), wt(M, M.gzhead.os & 255), M.gzhead.extra && M.gzhead.extra.length && (wt(M, M.gzhead.extra.length & 255), wt(M, M.gzhead.extra.length >> 8 & 255)), M.gzhead.hcrc && (E.adler = Be(E.adler, M.pending_buf, M.pending, 0)), M.gzindex = 0, M.status = Os) : (wt(M, 0), wt(M, 0), wt(M, 0), wt(M, 0), wt(M, 0), wt(M, M.level === 9 ? 2 : M.strategy >= en || M.level < 2 ? 4 : 0), wt(M, n2), M.status = Ye);
167343
167359
  else {
167344
167360
  var c = Yn + (M.w_bits - 8 << 4) << 8, y = -1;
167345
- M.strategy >= tn || M.level < 2 ? y = 0 : M.level < 6 ? y = 1 : M.level === 6 ? y = 2 : y = 3, c |= y << 6, M.strstart !== 0 && (c |= t2), c += 31 - c % 31, M.status = Ye, Ti(M, c), M.strstart !== 0 && (Ti(M, E.adler >>> 16), Ti(M, E.adler & 65535)), E.adler = 1;
167361
+ M.strategy >= en || M.level < 2 ? y = 0 : M.level < 6 ? y = 1 : M.level === 6 ? y = 2 : y = 3, c |= y << 6, M.strstart !== 0 && (c |= i2), c += 31 - c % 31, M.status = Ye, Ci(M, c), M.strstart !== 0 && (Ci(M, E.adler >>> 16), Ci(M, E.adler & 65535)), E.adler = 1;
167346
167362
  }
167347
167363
  if (M.status === Os)
167348
167364
  if (M.gzhead.extra) {
167349
167365
  for (Y = M.pending; M.gzindex < (M.gzhead.extra.length & 65535) && !(M.pending === M.pending_buf_size && (M.gzhead.hcrc && M.pending > Y && (E.adler = Be(E.adler, M.pending_buf, M.pending - Y, Y)), we(E), Y = M.pending, M.pending === M.pending_buf_size)); )
167350
167366
  wt(M, M.gzhead.extra[M.gzindex] & 255), M.gzindex++;
167351
- M.gzhead.hcrc && M.pending > Y && (E.adler = Be(E.adler, M.pending_buf, M.pending - Y, Y)), M.gzindex === M.gzhead.extra.length && (M.gzindex = 0, M.status = vn);
167367
+ M.gzhead.hcrc && M.pending > Y && (E.adler = Be(E.adler, M.pending_buf, M.pending - Y, Y)), M.gzindex === M.gzhead.extra.length && (M.gzindex = 0, M.status = pn);
167352
167368
  } else
167353
- M.status = vn;
167354
- if (M.status === vn)
167369
+ M.status = pn;
167370
+ if (M.status === pn)
167355
167371
  if (M.gzhead.name) {
167356
167372
  Y = M.pending;
167357
167373
  do {
@@ -167361,10 +167377,10 @@ function l2(E, F) {
167361
167377
  }
167362
167378
  M.gzindex < M.gzhead.name.length ? b = M.gzhead.name.charCodeAt(M.gzindex++) & 255 : b = 0, wt(M, b);
167363
167379
  } while (b !== 0);
167364
- M.gzhead.hcrc && M.pending > Y && (E.adler = Be(E.adler, M.pending_buf, M.pending - Y, Y)), b === 0 && (M.gzindex = 0, M.status = pn);
167380
+ M.gzhead.hcrc && M.pending > Y && (E.adler = Be(E.adler, M.pending_buf, M.pending - Y, Y)), b === 0 && (M.gzindex = 0, M.status = mn);
167365
167381
  } else
167366
- M.status = pn;
167367
- if (M.status === pn)
167382
+ M.status = mn;
167383
+ if (M.status === mn)
167368
167384
  if (M.gzhead.comment) {
167369
167385
  Y = M.pending;
167370
167386
  do {
@@ -167374,34 +167390,34 @@ function l2(E, F) {
167374
167390
  }
167375
167391
  M.gzindex < M.gzhead.comment.length ? b = M.gzhead.comment.charCodeAt(M.gzindex++) & 255 : b = 0, wt(M, b);
167376
167392
  } while (b !== 0);
167377
- M.gzhead.hcrc && M.pending > Y && (E.adler = Be(E.adler, M.pending_buf, M.pending - Y, Y)), b === 0 && (M.status = mn);
167393
+ M.gzhead.hcrc && M.pending > Y && (E.adler = Be(E.adler, M.pending_buf, M.pending - Y, Y)), b === 0 && (M.status = gn);
167378
167394
  } else
167379
- M.status = mn;
167380
- if (M.status === mn && (M.gzhead.hcrc ? (M.pending + 2 > M.pending_buf_size && we(E), M.pending + 2 <= M.pending_buf_size && (wt(M, E.adler & 255), wt(M, E.adler >> 8 & 255), E.adler = 0, M.status = Ye)) : M.status = Ye), M.pending !== 0) {
167395
+ M.status = gn;
167396
+ if (M.status === gn && (M.gzhead.hcrc ? (M.pending + 2 > M.pending_buf_size && we(E), M.pending + 2 <= M.pending_buf_size && (wt(M, E.adler & 255), wt(M, E.adler >> 8 & 255), E.adler = 0, M.status = Ye)) : M.status = Ye), M.pending !== 0) {
167381
167397
  if (we(E), E.avail_out === 0)
167382
167398
  return M.last_flush = -1, fe;
167383
167399
  } else if (E.avail_in === 0 && Du(F) <= Du(P) && F !== Oe)
167384
167400
  return Le(E, ds);
167385
- if (M.status === Fi && E.avail_in !== 0)
167401
+ if (M.status === Si && E.avail_in !== 0)
167386
167402
  return Le(E, ds);
167387
- if (E.avail_in !== 0 || M.lookahead !== 0 || F !== ke && M.status !== Fi) {
167388
- var t = M.strategy === tn ? s2(M, F) : M.strategy === Vv ? r2(M, F) : oi[M.level].func(M, F);
167389
- if ((t === $e || t === Ei) && (M.status = Fi), t === Ot || t === $e)
167403
+ if (E.avail_in !== 0 || M.lookahead !== 0 || F !== ke && M.status !== Si) {
167404
+ var t = M.strategy === en ? o2(M, F) : M.strategy === Wv ? a2(M, F) : oi[M.level].func(M, F);
167405
+ if ((t === $e || t === Ai) && (M.status = Si), t === It || t === $e)
167390
167406
  return E.avail_out === 0 && (M.last_flush = -1), fe;
167391
- if (t === Ki && (F === bv ? jt._tr_align(M) : F !== Fu && (jt._tr_stored_block(M, 0, 0, !1), F === Gv && (Me(M.head), M.lookahead === 0 && (M.strstart = 0, M.block_start = 0, M.insert = 0))), we(E), E.avail_out === 0))
167407
+ if (t === $i && (F === Uv ? jt._tr_align(M) : F !== Fu && (jt._tr_stored_block(M, 0, 0, !1), F === zv && (Me(M.head), M.lookahead === 0 && (M.strstart = 0, M.block_start = 0, M.insert = 0))), we(E), E.avail_out === 0))
167392
167408
  return M.last_flush = -1, fe;
167393
167409
  }
167394
- return F !== Oe ? fe : M.wrap <= 0 ? Su : (M.wrap === 2 ? (wt(M, E.adler & 255), wt(M, E.adler >> 8 & 255), wt(M, E.adler >> 16 & 255), wt(M, E.adler >> 24 & 255), wt(M, E.total_in & 255), wt(M, E.total_in >> 8 & 255), wt(M, E.total_in >> 16 & 255), wt(M, E.total_in >> 24 & 255)) : (Ti(M, E.adler >>> 16), Ti(M, E.adler & 65535)), we(E), M.wrap > 0 && (M.wrap = -M.wrap), M.pending !== 0 ? fe : Su);
167410
+ return F !== Oe ? fe : M.wrap <= 0 ? Su : (M.wrap === 2 ? (wt(M, E.adler & 255), wt(M, E.adler >> 8 & 255), wt(M, E.adler >> 16 & 255), wt(M, E.adler >> 24 & 255), wt(M, E.total_in & 255), wt(M, E.total_in >> 8 & 255), wt(M, E.total_in >> 16 & 255), wt(M, E.total_in >> 24 & 255)) : (Ci(M, E.adler >>> 16), Ci(M, E.adler & 65535)), we(E), M.wrap > 0 && (M.wrap = -M.wrap), M.pending !== 0 ? fe : Su);
167395
167411
  }
167396
- function f2(E) {
167412
+ function c2(E) {
167397
167413
  var F;
167398
- return !E || !E.state ? Jt : (F = E.state.status, F !== Wn && F !== Os && F !== vn && F !== pn && F !== mn && F !== Ye && F !== Fi ? Le(E, Jt) : (E.state = null, F === Ye ? Le(E, Uv) : fe));
167414
+ return !E || !E.state ? Jt : (F = E.state.status, F !== Wn && F !== Os && F !== pn && F !== mn && F !== gn && F !== Ye && F !== Si ? Le(E, Jt) : (E.state = null, F === Ye ? Le(E, Xv) : fe));
167399
167415
  }
167400
- function d2(E, F) {
167416
+ function v2(E, F) {
167401
167417
  var P = F.length, M, Y, b, c, y, t, l, v;
167402
167418
  if (!E || !E.state || (M = E.state, c = M.wrap, c === 2 || c === 1 && M.status !== Wn || M.lookahead))
167403
167419
  return Jt;
167404
- for (c === 1 && (E.adler = Jl(E.adler, F, P, 0)), M.wrap = 0, P >= M.w_size && (c === 0 && (Me(M.head), M.strstart = 0, M.block_start = 0, M.insert = 0), v = new Xt.Buf8(M.w_size), Xt.arraySet(v, F, P - M.w_size, M.w_size, 0), F = v, P = M.w_size), y = E.avail_in, t = E.next_in, l = E.input, E.avail_in = P, E.next_in = 0, E.input = F, je(M); M.lookahead >= St; ) {
167420
+ for (c === 1 && (E.adler = Ql(E.adler, F, P, 0)), M.wrap = 0, P >= M.w_size && (c === 0 && (Me(M.head), M.strstart = 0, M.block_start = 0, M.insert = 0), v = new Xt.Buf8(M.w_size), Xt.arraySet(v, F, P - M.w_size, M.w_size, 0), F = v, P = M.w_size), y = E.avail_in, t = E.next_in, l = E.input, E.avail_in = P, E.next_in = 0, E.input = F, je(M); M.lookahead >= St; ) {
167405
167421
  Y = M.strstart, b = M.lookahead - (St - 1);
167406
167422
  do
167407
167423
  M.ins_h = (M.ins_h << M.hash_shift ^ M.window[Y + St - 1]) & M.hash_mask, M.prev[Y & M.w_mask] = M.head[M.ins_h], M.head[M.ins_h] = Y, Y++;
@@ -167410,16 +167426,16 @@ function d2(E, F) {
167410
167426
  }
167411
167427
  return M.strstart += M.lookahead, M.block_start = M.strstart, M.insert = M.lookahead, M.lookahead = 0, M.match_length = M.prev_length = St - 1, M.match_available = 0, E.next_in = t, E.input = l, E.avail_in = y, M.wrap = c, fe;
167412
167428
  }
167413
- me.deflateInit = h2;
167414
- me.deflateInit2 = _l;
167415
- me.deflateReset = ql;
167416
- me.deflateResetKeep = kl;
167417
- me.deflateSetHeader = u2;
167418
- me.deflate = l2;
167419
- me.deflateEnd = f2;
167420
- me.deflateSetDictionary = d2;
167429
+ me.deflateInit = f2;
167430
+ me.deflateInit2 = t1;
167431
+ me.deflateReset = _l;
167432
+ me.deflateResetKeep = ql;
167433
+ me.deflateSetHeader = l2;
167434
+ me.deflate = d2;
167435
+ me.deflateEnd = c2;
167436
+ me.deflateSetDictionary = v2;
167421
167437
  me.deflateInfo = "pako deflate (from Nodeca project)";
167422
- var ie = {}, en = 30, c2 = 12, v2 = function(F, P) {
167438
+ var ie = {}, nn = 30, p2 = 12, m2 = function(F, P) {
167423
167439
  var M, Y, b, c, y, t, l, v, a, s, n, e, r, f, i, o, u, h, d, p, g, x, m, A, T;
167424
167440
  M = F.state, Y = F.next_in, A = F.input, b = Y + (F.avail_in - 5), c = F.next_out, T = F.output, y = c - (P - F.avail_out), t = c + (F.avail_out - 257), l = M.dmax, v = M.wsize, a = M.whave, s = M.wnext, n = M.window, e = M.hold, r = M.bits, f = M.lencode, i = M.distcode, o = (1 << M.lenbits) - 1, u = (1 << M.distbits) - 1;
167425
167441
  t:
@@ -167435,12 +167451,12 @@ var ie = {}, en = 30, c2 = 12, v2 = function(F, P) {
167435
167451
  for (; ; ) {
167436
167452
  if (d = h >>> 24, e >>>= d, r -= d, d = h >>> 16 & 255, d & 16) {
167437
167453
  if (g = h & 65535, d &= 15, r < d && (e += A[Y++] << r, r += 8, r < d && (e += A[Y++] << r, r += 8)), g += e & (1 << d) - 1, g > l) {
167438
- F.msg = "invalid distance too far back", M.mode = en;
167454
+ F.msg = "invalid distance too far back", M.mode = nn;
167439
167455
  break t;
167440
167456
  }
167441
167457
  if (e >>>= d, r -= d, d = c - y, g > d) {
167442
167458
  if (d = g - d, d > a && M.sane) {
167443
- F.msg = "invalid distance too far back", M.mode = en;
167459
+ F.msg = "invalid distance too far back", M.mode = nn;
167444
167460
  break t;
167445
167461
  }
167446
167462
  if (x = 0, m = n, s === 0) {
@@ -167483,7 +167499,7 @@ var ie = {}, en = 30, c2 = 12, v2 = function(F, P) {
167483
167499
  p && (T[c++] = T[x++], p > 1 && (T[c++] = T[x++]));
167484
167500
  }
167485
167501
  } else if (d & 64) {
167486
- F.msg = "invalid distance code", M.mode = en;
167502
+ F.msg = "invalid distance code", M.mode = nn;
167487
167503
  break t;
167488
167504
  } else {
167489
167505
  h = i[(h & 65535) + (e & (1 << d) - 1)];
@@ -167493,10 +167509,10 @@ var ie = {}, en = 30, c2 = 12, v2 = function(F, P) {
167493
167509
  }
167494
167510
  } else if (d & 64)
167495
167511
  if (d & 32) {
167496
- M.mode = c2;
167512
+ M.mode = p2;
167497
167513
  break t;
167498
167514
  } else {
167499
- F.msg = "invalid literal/length code", M.mode = en;
167515
+ F.msg = "invalid literal/length code", M.mode = nn;
167500
167516
  break t;
167501
167517
  }
167502
167518
  else {
@@ -167507,7 +167523,7 @@ var ie = {}, en = 30, c2 = 12, v2 = function(F, P) {
167507
167523
  }
167508
167524
  } while (Y < b && c < t);
167509
167525
  p = r >> 3, Y -= p, r -= p << 3, e &= (1 << r) - 1, F.next_in = Y, F.next_out = c, F.avail_in = Y < b ? 5 + (b - Y) : 5 - (Y - b), F.avail_out = c < t ? 257 + (t - c) : 257 - (c - t), M.hold = e, M.bits = r;
167510
- }, Bu = Hi, ri = 15, wu = 852, Pu = 592, Mu = 0, vs = 1, Ru = 2, p2 = [
167526
+ }, Bu = Zi, ri = 15, wu = 852, Pu = 592, Mu = 0, vs = 1, Ru = 2, g2 = [
167511
167527
  /* Length codes 257..285 base */
167512
167528
  3,
167513
167529
  4,
@@ -167540,7 +167556,7 @@ var ie = {}, en = 30, c2 = 12, v2 = function(F, P) {
167540
167556
  258,
167541
167557
  0,
167542
167558
  0
167543
- ], m2 = [
167559
+ ], x2 = [
167544
167560
  /* Length codes 257..285 extra */
167545
167561
  16,
167546
167562
  16,
@@ -167573,7 +167589,7 @@ var ie = {}, en = 30, c2 = 12, v2 = function(F, P) {
167573
167589
  16,
167574
167590
  72,
167575
167591
  78
167576
- ], g2 = [
167592
+ ], y2 = [
167577
167593
  /* Distance codes 0..29 base */
167578
167594
  1,
167579
167595
  2,
@@ -167607,7 +167623,7 @@ var ie = {}, en = 30, c2 = 12, v2 = function(F, P) {
167607
167623
  24577,
167608
167624
  0,
167609
167625
  0
167610
- ], x2 = [
167626
+ ], E2 = [
167611
167627
  /* Distance codes 0..29 extra */
167612
167628
  16,
167613
167629
  16,
@@ -167641,7 +167657,7 @@ var ie = {}, en = 30, c2 = 12, v2 = function(F, P) {
167641
167657
  29,
167642
167658
  64,
167643
167659
  64
167644
- ], y2 = function(F, P, M, Y, b, c, y, t) {
167660
+ ], A2 = function(F, P, M, Y, b, c, y, t) {
167645
167661
  var l = t.bits, v = 0, a = 0, s = 0, n = 0, e = 0, r = 0, f = 0, i = 0, o = 0, u = 0, h, d, p, g, x, m = null, A = 0, T, C = new Bu.Buf16(ri + 1), S = new Bu.Buf16(ri + 1), w = null, D = 0, B, R, N;
167646
167662
  for (v = 0; v <= ri; v++)
167647
167663
  C[v] = 0;
@@ -167662,7 +167678,7 @@ var ie = {}, en = 30, c2 = 12, v2 = function(F, P) {
167662
167678
  S[v + 1] = S[v] + C[v];
167663
167679
  for (a = 0; a < Y; a++)
167664
167680
  P[M + a] !== 0 && (y[S[P[M + a]]++] = a);
167665
- if (F === Mu ? (m = w = y, T = 19) : F === vs ? (m = p2, A -= 257, w = m2, D -= 257, T = 256) : (m = g2, w = x2, T = -1), u = 0, a = 0, v = s, x = c, r = e, f = 0, p = -1, o = 1 << e, g = o - 1, F === vs && o > wu || F === Ru && o > Pu)
167681
+ if (F === Mu ? (m = w = y, T = 19) : F === vs ? (m = g2, A -= 257, w = x2, D -= 257, T = 256) : (m = y2, w = E2, T = -1), u = 0, a = 0, v = s, x = c, r = e, f = 0, p = -1, o = 1 << e, g = o - 1, F === vs && o > wu || F === Ru && o > Pu)
167666
167682
  return 1;
167667
167683
  for (; ; ) {
167668
167684
  B = v - f, y[a] < T ? (R = 0, N = y[a]) : y[a] > T ? (R = w[D + y[a]], N = m[A + y[a]]) : (R = 96, N = 0), h = 1 << v - f, d = 1 << r, s = d;
@@ -167685,34 +167701,34 @@ var ie = {}, en = 30, c2 = 12, v2 = function(F, P) {
167685
167701
  }
167686
167702
  }
167687
167703
  return u !== 0 && (b[x + u] = v - f << 24 | 64 << 16 | 0), t.bits = e, 0;
167688
- }, Yt = Hi, Is = $l, re = jl, E2 = v2, Bi = y2, A2 = 0, t1 = 1, e1 = 2, Lu = 4, T2 = 5, nn = 6, Je = 0, C2 = 1, F2 = 2, Qt = -2, i1 = -3, n1 = -4, S2 = -5, Ou = 8, r1 = 1, Iu = 2, Nu = 3, bu = 4, Gu = 5, Uu = 6, zu = 7, Xu = 8, Vu = 9, Yu = 10, Fn = 11, ye = 12, ps = 13, Wu = 14, ms = 15, Hu = 16, Zu = 17, Ku = 18, $u = 19, rn = 20, sn = 21, ju = 22, Ju = 23, Qu = 24, ku = 25, qu = 26, gs = 27, _u = 28, th = 29, Mt = 30, s1 = 31, D2 = 32, B2 = 852, w2 = 592, P2 = 15, M2 = P2;
167704
+ }, Yt = Zi, Is = jl, re = Jl, T2 = m2, wi = A2, C2 = 0, e1 = 1, i1 = 2, Lu = 4, F2 = 5, rn = 6, Je = 0, S2 = 1, D2 = 2, Qt = -2, n1 = -3, r1 = -4, B2 = -5, Ou = 8, s1 = 1, Iu = 2, Nu = 3, bu = 4, Gu = 5, Uu = 6, zu = 7, Xu = 8, Vu = 9, Yu = 10, Sn = 11, ye = 12, ps = 13, Wu = 14, ms = 15, Hu = 16, Zu = 17, Ku = 18, $u = 19, sn = 20, an = 21, ju = 22, Ju = 23, Qu = 24, ku = 25, qu = 26, gs = 27, _u = 28, th = 29, Mt = 30, a1 = 31, w2 = 32, P2 = 852, M2 = 592, R2 = 15, L2 = R2;
167689
167705
  function eh(E) {
167690
167706
  return (E >>> 24 & 255) + (E >>> 8 & 65280) + ((E & 65280) << 8) + ((E & 255) << 24);
167691
167707
  }
167692
- function R2() {
167708
+ function O2() {
167693
167709
  this.mode = 0, this.last = !1, this.wrap = 0, this.havedict = !1, this.flags = 0, this.dmax = 0, this.check = 0, this.total = 0, this.head = null, this.wbits = 0, this.wsize = 0, this.whave = 0, this.wnext = 0, this.window = null, this.hold = 0, this.bits = 0, this.length = 0, this.offset = 0, this.extra = 0, this.lencode = null, this.distcode = null, this.lenbits = 0, this.distbits = 0, this.ncode = 0, this.nlen = 0, this.ndist = 0, this.have = 0, this.next = null, this.lens = new Yt.Buf16(320), this.work = new Yt.Buf16(288), this.lendyn = null, this.distdyn = null, this.sane = 0, this.back = 0, this.was = 0;
167694
167710
  }
167695
- function a1(E) {
167711
+ function o1(E) {
167696
167712
  var F;
167697
- return !E || !E.state ? Qt : (F = E.state, E.total_in = E.total_out = F.total = 0, E.msg = "", F.wrap && (E.adler = F.wrap & 1), F.mode = r1, F.last = 0, F.havedict = 0, F.dmax = 32768, F.head = null, F.hold = 0, F.bits = 0, F.lencode = F.lendyn = new Yt.Buf32(B2), F.distcode = F.distdyn = new Yt.Buf32(w2), F.sane = 1, F.back = -1, Je);
167713
+ return !E || !E.state ? Qt : (F = E.state, E.total_in = E.total_out = F.total = 0, E.msg = "", F.wrap && (E.adler = F.wrap & 1), F.mode = s1, F.last = 0, F.havedict = 0, F.dmax = 32768, F.head = null, F.hold = 0, F.bits = 0, F.lencode = F.lendyn = new Yt.Buf32(P2), F.distcode = F.distdyn = new Yt.Buf32(M2), F.sane = 1, F.back = -1, Je);
167698
167714
  }
167699
- function o1(E) {
167715
+ function u1(E) {
167700
167716
  var F;
167701
- return !E || !E.state ? Qt : (F = E.state, F.wsize = 0, F.whave = 0, F.wnext = 0, a1(E));
167717
+ return !E || !E.state ? Qt : (F = E.state, F.wsize = 0, F.whave = 0, F.wnext = 0, o1(E));
167702
167718
  }
167703
- function u1(E, F) {
167719
+ function h1(E, F) {
167704
167720
  var P, M;
167705
- return !E || !E.state || (M = E.state, F < 0 ? (P = 0, F = -F) : (P = (F >> 4) + 1, F < 48 && (F &= 15)), F && (F < 8 || F > 15)) ? Qt : (M.window !== null && M.wbits !== F && (M.window = null), M.wrap = P, M.wbits = F, o1(E));
167721
+ return !E || !E.state || (M = E.state, F < 0 ? (P = 0, F = -F) : (P = (F >> 4) + 1, F < 48 && (F &= 15)), F && (F < 8 || F > 15)) ? Qt : (M.window !== null && M.wbits !== F && (M.window = null), M.wrap = P, M.wbits = F, u1(E));
167706
167722
  }
167707
- function h1(E, F) {
167723
+ function l1(E, F) {
167708
167724
  var P, M;
167709
- return E ? (M = new R2(), E.state = M, M.window = null, P = u1(E, F), P !== Je && (E.state = null), P) : Qt;
167725
+ return E ? (M = new O2(), E.state = M, M.window = null, P = h1(E, F), P !== Je && (E.state = null), P) : Qt;
167710
167726
  }
167711
- function L2(E) {
167712
- return h1(E, M2);
167727
+ function I2(E) {
167728
+ return l1(E, L2);
167713
167729
  }
167714
167730
  var ih = !0, xs, ys;
167715
- function O2(E) {
167731
+ function N2(E) {
167716
167732
  if (ih) {
167717
167733
  var F;
167718
167734
  for (xs = new Yt.Buf32(512), ys = new Yt.Buf32(32), F = 0; F < 144; )
@@ -167723,17 +167739,17 @@ function O2(E) {
167723
167739
  E.lens[F++] = 7;
167724
167740
  for (; F < 288; )
167725
167741
  E.lens[F++] = 8;
167726
- for (Bi(t1, E.lens, 0, 288, xs, 0, E.work, { bits: 9 }), F = 0; F < 32; )
167742
+ for (wi(e1, E.lens, 0, 288, xs, 0, E.work, { bits: 9 }), F = 0; F < 32; )
167727
167743
  E.lens[F++] = 5;
167728
- Bi(e1, E.lens, 0, 32, ys, 0, E.work, { bits: 5 }), ih = !1;
167744
+ wi(i1, E.lens, 0, 32, ys, 0, E.work, { bits: 5 }), ih = !1;
167729
167745
  }
167730
167746
  E.lencode = xs, E.lenbits = 9, E.distcode = ys, E.distbits = 5;
167731
167747
  }
167732
- function l1(E, F, P, M) {
167748
+ function f1(E, F, P, M) {
167733
167749
  var Y, b = E.state;
167734
167750
  return b.window === null && (b.wsize = 1 << b.wbits, b.wnext = 0, b.whave = 0, b.window = new Yt.Buf8(b.wsize)), M >= b.wsize ? (Yt.arraySet(b.window, F, P - b.wsize, b.wsize, 0), b.wnext = 0, b.whave = b.wsize) : (Y = b.wsize - b.wnext, Y > M && (Y = M), Yt.arraySet(b.window, F, P - M, Y, b.wnext), M -= Y, M ? (Yt.arraySet(b.window, F, P - M, M, 0), b.wnext = M, b.whave = b.wsize) : (b.wnext += Y, b.wnext === b.wsize && (b.wnext = 0), b.whave < b.wsize && (b.whave += Y))), 0;
167735
167751
  }
167736
- function I2(E, F) {
167752
+ function b2(E, F) {
167737
167753
  var P, M, Y, b, c, y, t, l, v, a, s, n, e, r, f = 0, i, o, u, h, d, p, g, x, m = new Yt.Buf8(4), A, T, C = (
167738
167754
  /* permutation of code lengths */
167739
167755
  [16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15]
@@ -167744,7 +167760,7 @@ function I2(E, F) {
167744
167760
  t:
167745
167761
  for (; ; )
167746
167762
  switch (P.mode) {
167747
- case r1:
167763
+ case s1:
167748
167764
  if (P.wrap === 0) {
167749
167765
  P.mode = ps;
167750
167766
  break;
@@ -167872,13 +167888,13 @@ function I2(E, F) {
167872
167888
  break t;
167873
167889
  y--, l += M[b++] << v, v += 8;
167874
167890
  }
167875
- E.adler = P.check = eh(l), l = 0, v = 0, P.mode = Fn;
167876
- case Fn:
167891
+ E.adler = P.check = eh(l), l = 0, v = 0, P.mode = Sn;
167892
+ case Sn:
167877
167893
  if (P.havedict === 0)
167878
- return E.next_out = c, E.avail_out = t, E.next_in = b, E.avail_in = y, P.hold = l, P.bits = v, F2;
167894
+ return E.next_out = c, E.avail_out = t, E.next_in = b, E.avail_in = y, P.hold = l, P.bits = v, D2;
167879
167895
  E.adler = P.check = 1, P.mode = ye;
167880
167896
  case ye:
167881
- if (F === T2 || F === nn)
167897
+ if (F === F2 || F === rn)
167882
167898
  break t;
167883
167899
  case ps:
167884
167900
  if (P.last) {
@@ -167895,7 +167911,7 @@ function I2(E, F) {
167895
167911
  P.mode = Wu;
167896
167912
  break;
167897
167913
  case 1:
167898
- if (O2(P), P.mode = rn, F === nn) {
167914
+ if (N2(P), P.mode = sn, F === rn) {
167899
167915
  l >>>= 2, v -= 2;
167900
167916
  break t;
167901
167917
  }
@@ -167918,7 +167934,7 @@ function I2(E, F) {
167918
167934
  E.msg = "invalid stored block lengths", P.mode = Mt;
167919
167935
  break;
167920
167936
  }
167921
- if (P.length = l & 65535, l = 0, v = 0, P.mode = ms, F === nn)
167937
+ if (P.length = l & 65535, l = 0, v = 0, P.mode = ms, F === rn)
167922
167938
  break t;
167923
167939
  case ms:
167924
167940
  P.mode = Hu;
@@ -167953,7 +167969,7 @@ function I2(E, F) {
167953
167969
  }
167954
167970
  for (; P.have < 19; )
167955
167971
  P.lens[C[P.have++]] = 0;
167956
- if (P.lencode = P.lendyn, P.lenbits = 7, A = { bits: P.lenbits }, x = Bi(A2, P.lens, 0, 19, P.lencode, 0, P.work, A), P.lenbits = A.bits, x) {
167972
+ if (P.lencode = P.lendyn, P.lenbits = 7, A = { bits: P.lenbits }, x = wi(C2, P.lens, 0, 19, P.lencode, 0, P.work, A), P.lenbits = A.bits, x) {
167957
167973
  E.msg = "invalid code lengths set", P.mode = Mt;
167958
167974
  break;
167959
167975
  }
@@ -168008,21 +168024,21 @@ function I2(E, F) {
168008
168024
  E.msg = "invalid code -- missing end-of-block", P.mode = Mt;
168009
168025
  break;
168010
168026
  }
168011
- if (P.lenbits = 9, A = { bits: P.lenbits }, x = Bi(t1, P.lens, 0, P.nlen, P.lencode, 0, P.work, A), P.lenbits = A.bits, x) {
168027
+ if (P.lenbits = 9, A = { bits: P.lenbits }, x = wi(e1, P.lens, 0, P.nlen, P.lencode, 0, P.work, A), P.lenbits = A.bits, x) {
168012
168028
  E.msg = "invalid literal/lengths set", P.mode = Mt;
168013
168029
  break;
168014
168030
  }
168015
- if (P.distbits = 6, P.distcode = P.distdyn, A = { bits: P.distbits }, x = Bi(e1, P.lens, P.nlen, P.ndist, P.distcode, 0, P.work, A), P.distbits = A.bits, x) {
168031
+ if (P.distbits = 6, P.distcode = P.distdyn, A = { bits: P.distbits }, x = wi(i1, P.lens, P.nlen, P.ndist, P.distcode, 0, P.work, A), P.distbits = A.bits, x) {
168016
168032
  E.msg = "invalid distances set", P.mode = Mt;
168017
168033
  break;
168018
168034
  }
168019
- if (P.mode = rn, F === nn)
168035
+ if (P.mode = sn, F === rn)
168020
168036
  break t;
168021
- case rn:
168022
- P.mode = sn;
168023
168037
  case sn:
168038
+ P.mode = an;
168039
+ case an:
168024
168040
  if (y >= 6 && t >= 258) {
168025
- E.next_out = c, E.avail_out = t, E.next_in = b, E.avail_in = y, P.hold = l, P.bits = v, E2(E, s), c = E.next_out, Y = E.output, t = E.avail_out, b = E.next_in, M = E.input, y = E.avail_in, l = P.hold, v = P.bits, P.mode === ye && (P.back = -1);
168041
+ E.next_out = c, E.avail_out = t, E.next_in = b, E.avail_in = y, P.hold = l, P.bits = v, T2(E, s), c = E.next_out, Y = E.output, t = E.avail_out, b = E.next_in, M = E.input, y = E.avail_in, l = P.hold, v = P.bits, P.mode === ye && (P.back = -1);
168026
168042
  break;
168027
168043
  }
168028
168044
  for (P.back = 0; f = P.lencode[l & (1 << P.lenbits) - 1], i = f >>> 24, o = f >>> 16 & 255, u = f & 65535, !(i <= v); ) {
@@ -168109,12 +168125,12 @@ function I2(E, F) {
168109
168125
  do
168110
168126
  Y[c++] = r[e++];
168111
168127
  while (--n);
168112
- P.length === 0 && (P.mode = sn);
168128
+ P.length === 0 && (P.mode = an);
168113
168129
  break;
168114
168130
  case qu:
168115
168131
  if (t === 0)
168116
168132
  break t;
168117
- Y[c++] = P.length, t--, P.mode = sn;
168133
+ Y[c++] = P.length, t--, P.mode = an;
168118
168134
  break;
168119
168135
  case gs:
168120
168136
  if (P.wrap) {
@@ -168146,45 +168162,45 @@ function I2(E, F) {
168146
168162
  }
168147
168163
  P.mode = th;
168148
168164
  case th:
168149
- x = C2;
168165
+ x = S2;
168150
168166
  break t;
168151
168167
  case Mt:
168152
- x = i1;
168168
+ x = n1;
168153
168169
  break t;
168154
- case s1:
168155
- return n1;
168156
- case D2:
168170
+ case a1:
168171
+ return r1;
168172
+ case w2:
168157
168173
  default:
168158
168174
  return Qt;
168159
168175
  }
168160
- return E.next_out = c, E.avail_out = t, E.next_in = b, E.avail_in = y, P.hold = l, P.bits = v, (P.wsize || s !== E.avail_out && P.mode < Mt && (P.mode < gs || F !== Lu)) && l1(E, E.output, E.next_out, s - E.avail_out), a -= E.avail_in, s -= E.avail_out, E.total_in += a, E.total_out += s, P.total += s, P.wrap && s && (E.adler = P.check = /*UPDATE(state.check, strm.next_out - _out, _out);*/
168161
- P.flags ? re(P.check, Y, s, E.next_out - s) : Is(P.check, Y, s, E.next_out - s)), E.data_type = P.bits + (P.last ? 64 : 0) + (P.mode === ye ? 128 : 0) + (P.mode === rn || P.mode === ms ? 256 : 0), (a === 0 && s === 0 || F === Lu) && x === Je && (x = S2), x;
168176
+ return E.next_out = c, E.avail_out = t, E.next_in = b, E.avail_in = y, P.hold = l, P.bits = v, (P.wsize || s !== E.avail_out && P.mode < Mt && (P.mode < gs || F !== Lu)) && f1(E, E.output, E.next_out, s - E.avail_out), a -= E.avail_in, s -= E.avail_out, E.total_in += a, E.total_out += s, P.total += s, P.wrap && s && (E.adler = P.check = /*UPDATE(state.check, strm.next_out - _out, _out);*/
168177
+ P.flags ? re(P.check, Y, s, E.next_out - s) : Is(P.check, Y, s, E.next_out - s)), E.data_type = P.bits + (P.last ? 64 : 0) + (P.mode === ye ? 128 : 0) + (P.mode === sn || P.mode === ms ? 256 : 0), (a === 0 && s === 0 || F === Lu) && x === Je && (x = B2), x;
168162
168178
  }
168163
- function N2(E) {
168179
+ function G2(E) {
168164
168180
  if (!E || !E.state)
168165
168181
  return Qt;
168166
168182
  var F = E.state;
168167
168183
  return F.window && (F.window = null), E.state = null, Je;
168168
168184
  }
168169
- function b2(E, F) {
168185
+ function U2(E, F) {
168170
168186
  var P;
168171
168187
  return !E || !E.state || (P = E.state, !(P.wrap & 2)) ? Qt : (P.head = F, F.done = !1, Je);
168172
168188
  }
168173
- function G2(E, F) {
168189
+ function z2(E, F) {
168174
168190
  var P = F.length, M, Y, b;
168175
- return !E || !E.state || (M = E.state, M.wrap !== 0 && M.mode !== Fn) ? Qt : M.mode === Fn && (Y = 1, Y = Is(Y, F, P, 0), Y !== M.check) ? i1 : (b = l1(E, F, P, P), b ? (M.mode = s1, n1) : (M.havedict = 1, Je));
168191
+ return !E || !E.state || (M = E.state, M.wrap !== 0 && M.mode !== Sn) ? Qt : M.mode === Sn && (Y = 1, Y = Is(Y, F, P, 0), Y !== M.check) ? n1 : (b = f1(E, F, P, P), b ? (M.mode = a1, r1) : (M.havedict = 1, Je));
168176
168192
  }
168177
- ie.inflateReset = o1;
168178
- ie.inflateReset2 = u1;
168179
- ie.inflateResetKeep = a1;
168180
- ie.inflateInit = L2;
168181
- ie.inflateInit2 = h1;
168182
- ie.inflate = I2;
168183
- ie.inflateEnd = N2;
168184
- ie.inflateGetHeader = b2;
168185
- ie.inflateSetDictionary = G2;
168193
+ ie.inflateReset = u1;
168194
+ ie.inflateReset2 = h1;
168195
+ ie.inflateResetKeep = o1;
168196
+ ie.inflateInit = I2;
168197
+ ie.inflateInit2 = l1;
168198
+ ie.inflate = b2;
168199
+ ie.inflateEnd = G2;
168200
+ ie.inflateGetHeader = U2;
168201
+ ie.inflateSetDictionary = z2;
168186
168202
  ie.inflateInfo = "pako inflate (from Nodeca project)";
168187
- var U2 = {
168203
+ var X2 = {
168188
168204
  /* Allowed flush values; see deflate() and inflate() below for details */
168189
168205
  Z_NO_FLUSH: 0,
168190
168206
  Z_PARTIAL_FLUSH: 1,
@@ -168225,7 +168241,7 @@ var U2 = {
168225
168241
  //Z_NULL: null // Use -1 or null inline, depending on var type
168226
168242
  };
168227
168243
  (function(E) {
168228
- var F = Tn(), P = uv, M = me, Y = ie, b = U2;
168244
+ var F = Cn(), P = lv, M = me, Y = ie, b = X2;
168229
168245
  for (var c in b)
168230
168246
  E[c] = b[c];
168231
168247
  E.NONE = 0, E.DEFLATE = 1, E.INFLATE = 2, E.GZIP = 3, E.GUNZIP = 4, E.DEFLATERAW = 5, E.INFLATERAW = 6, E.UNZIP = 7;
@@ -168248,7 +168264,7 @@ var U2 = {
168248
168264
  }, l.prototype._write = function(v, a, s, n, e, r, f, i) {
168249
168265
  if (F.equal(arguments.length, 8), F(this.init_done, "write before init"), F(this.mode !== E.NONE, "already finalized"), F.equal(!1, this.write_in_progress, "write already in progress"), F.equal(!1, this.pending_close, "close is pending"), this.write_in_progress = !0, F.equal(!1, a === void 0, "must provide flush value"), this.write_in_progress = !0, a !== E.Z_NO_FLUSH && a !== E.Z_PARTIAL_FLUSH && a !== E.Z_SYNC_FLUSH && a !== E.Z_FULL_FLUSH && a !== E.Z_FINISH && a !== E.Z_BLOCK)
168250
168266
  throw new Error("Invalid flush value");
168251
- if (s == null && (s = an.alloc(0), e = 0, n = 0), this.strm.avail_in = e, this.strm.input = s, this.strm.next_in = n, this.strm.avail_out = i, this.strm.output = r, this.strm.next_out = f, this.flush = a, !v)
168267
+ if (s == null && (s = on.alloc(0), e = 0, n = 0), this.strm.avail_in = e, this.strm.input = s, this.strm.next_in = n, this.strm.avail_out = i, this.strm.output = r, this.strm.next_out = f, this.flush = a, !v)
168252
168268
  return this._process(), this._checkError() ? this._afterSync() : void 0;
168253
168269
  var o = this;
168254
168270
  return Pt.nextTick(function() {
@@ -168372,9 +168388,9 @@ var U2 = {
168372
168388
  }
168373
168389
  this.err !== E.Z_OK && this._error("Failed to reset stream");
168374
168390
  }, E.Zlib = l;
168375
- })(ul);
168391
+ })(hl);
168376
168392
  (function(E) {
168377
- var F = gn.Buffer, P = fa.Transform, M = ul, Y = Ke, b = Tn().ok, c = gn.kMaxLength, y = "Cannot create final Buffer. It would be larger than 0x" + c.toString(16) + " bytes";
168393
+ var F = xn.Buffer, P = fa.Transform, M = hl, Y = Ke, b = Cn().ok, c = xn.kMaxLength, y = "Cannot create final Buffer. It would be larger than 0x" + c.toString(16) + " bytes";
168378
168394
  M.Z_MIN_WINDOWBITS = 8, M.Z_MAX_WINDOWBITS = 15, M.Z_DEFAULT_WINDOWBITS = 15, M.Z_MIN_CHUNK = 64, M.Z_MAX_CHUNK = 1 / 0, M.Z_DEFAULT_CHUNK = 16 * 1024, M.Z_MIN_MEMLEVEL = 1, M.Z_MAX_MEMLEVEL = 9, M.Z_DEFAULT_MEMLEVEL = 8, M.Z_MIN_LEVEL = -1, M.Z_MAX_LEVEL = 9, M.Z_DEFAULT_LEVEL = M.Z_DEFAULT_COMPRESSION;
168379
168395
  for (var t = Object.keys(M), l = 0; l < t.length; l++) {
168380
168396
  var v = t[l];
@@ -168632,37 +168648,37 @@ var U2 = {
168632
168648
  }
168633
168649
  }
168634
168650
  }, Y.inherits(i, m), Y.inherits(o, m), Y.inherits(u, m), Y.inherits(h, m), Y.inherits(d, m), Y.inherits(p, m), Y.inherits(g, m);
168635
- })(dd);
168651
+ })(vd);
168636
168652
  var Ns;
168637
168653
  (function(E) {
168638
168654
  E.EditorSettings = "editorsettings", E.Export = "export", E.Group = "group", E.Image = "image", E.ImageLayer = "imagelayer", E.Layer = "layer", E.Object = "object", E.Objectgroup = "objectgroup", E.Properties = "properties", E.Property = "property", E.Tileset = "tileset";
168639
168655
  })(Ns || (Ns = {}));
168640
- var ci;
168656
+ var vi;
168641
168657
  (function(E) {
168642
168658
  E[E.Diagonally = 536870912] = "Diagonally", E[E.Horizontally = 2147483648] = "Horizontally", E[E.Vertically = 1073741824] = "Vertically";
168643
- })(ci || (ci = {}));
168644
- const z2 = (E) => ({
168645
- D: !!(E & ci.Diagonally),
168646
- H: !!(E & ci.Horizontally),
168647
- V: !!(E & ci.Vertically)
168659
+ })(vi || (vi = {}));
168660
+ const V2 = (E) => ({
168661
+ D: !!(E & vi.Diagonally),
168662
+ H: !!(E & vi.Horizontally),
168663
+ V: !!(E & vi.Vertically)
168648
168664
  });
168649
168665
  var ui;
168650
168666
  (function(E) {
168651
168667
  E.Ellipse = "ellipse", E.Point = "point", E.Polygon = "polygon", E.Rectangle = "rectangle";
168652
168668
  })(ui || (ui = {}));
168653
- const X2 = (E) => "point" in E ? ui.Point : "ellipse" in E ? ui.Ellipse : "polygon" in E ? ui.Polygon : ui.Rectangle, f1 = (E) => E ? E.map(({ property: F }) => {
168669
+ const Y2 = (E) => "point" in E ? ui.Point : "ellipse" in E ? ui.Ellipse : "polygon" in E ? ui.Polygon : ui.Rectangle, d1 = (E) => E ? E.map(({ property: F }) => {
168654
168670
  const { _: P, $: M } = F[0], { name: Y, value: b } = M;
168655
168671
  return { name: Y, value: b ?? P };
168656
- }) : void 0, V2 = (E) => E &= ~Object.values(ci).reduce((F, P) => F | P, 0), Y2 = (E) => {
168672
+ }) : void 0, W2 = (E) => E &= ~Object.values(vi).reduce((F, P) => F | P, 0), H2 = (E) => {
168657
168673
  const { $: F, polygon: P, properties: M, text: Y } = E, b = structuredClone(F);
168658
- if (b.shape = X2(E), M && (b.properties = f1(M)), P && (b.points = P[0].$.points.split(" ").map((c) => {
168674
+ if (b.shape = Y2(E), M && (b.properties = d1(M)), P && (b.points = P[0].$.points.split(" ").map((c) => {
168659
168675
  const [y, t] = c.split(",");
168660
168676
  return [parseFloat(y), parseFloat(t)];
168661
168677
  })), Y) {
168662
168678
  const c = Y[0];
168663
168679
  b.text = c._, b.properties = Object.assign({}, b.properties, c.$);
168664
168680
  }
168665
- return b.gid && (b.flips = z2(b.gid), b.gid = V2(b.gid)), b;
168681
+ return b.gid && (b.flips = V2(b.gid), b.gid = W2(b.gid)), b;
168666
168682
  };
168667
168683
  var nh;
168668
168684
  (function(E) {
@@ -168672,30 +168688,30 @@ var rh;
168672
168688
  (function(E) {
168673
168689
  E.Base64 = "base64", E.Csv = "csv";
168674
168690
  })(rh || (rh = {}));
168675
- const W2 = (E) => "source" in E, H2 = (E) => {
168691
+ const Z2 = (E) => "source" in E, K2 = (E) => {
168676
168692
  const { $: F, animation: P, objectgroup: M, properties: Y } = E, b = structuredClone(F);
168677
168693
  return P && (b.animation = {
168678
168694
  frames: P[0].frame.map(({ $: c }) => structuredClone(c))
168679
- }), M && (b.objects = M[0].object.map((c) => Y2(c))), Y && (b.properties = f1(Y)), b;
168680
- }, d1 = (E) => {
168681
- if (W2(E.$))
168695
+ }), M && (b.objects = M[0].object.map((c) => H2(c))), Y && (b.properties = d1(Y)), b;
168696
+ }, c1 = (E) => {
168697
+ if (Z2(E.$))
168682
168698
  return structuredClone(E.$);
168683
168699
  const { $: F, $$: P, tile: M } = E;
168684
168700
  for (const Y of P ?? []) {
168685
168701
  if (Y["#name"] !== Ns.Image)
168686
168702
  continue;
168687
- const c = structuredClone(Y.$), y = (M == null ? void 0 : M.map((t) => H2(t))) ?? [];
168703
+ const c = structuredClone(Y.$), y = (M == null ? void 0 : M.map((t) => K2(t))) ?? [];
168688
168704
  return { ...F, image: c, tiles: y };
168689
168705
  }
168690
- throw new ca(Mi.Read, d1.name, F.name);
168691
- }, se = Nt.Utils.Objects.GetFastValue, Z2 = Nt.Loader.FileTypes.JSONFile, K2 = Nt.Loader.MultiFile;
168692
- class sh extends K2 {
168706
+ throw new ca(Ri.Read, c1.name, F.name);
168707
+ }, se = Rt.Utils.Objects.GetFastValue, $2 = Rt.Loader.FileTypes.JSONFile, j2 = Rt.Loader.MultiFile;
168708
+ class sh extends j2 {
168693
168709
  constructor(F, P, M, Y, b, c, y) {
168694
- if (V0(P)) {
168710
+ if (Y0(P)) {
168695
168711
  const l = P;
168696
168712
  P = se(l, "key"), M = se(l, "url"), c = se(l, "xhrSettings"), Y = se(l, "path"), b = se(l, "baseURL"), y = se(l, "tilesetXhrSettings");
168697
168713
  }
168698
- const t = new Z2(F, P, M, c);
168714
+ const t = new $2(F, P, M, c);
168699
168715
  super(F, "tilemapJSON", P, [t]), this.config.path = Y, this.config.baseURL = b, this.config.tilesetXhrSettings = y;
168700
168716
  }
168701
168717
  async addToCache() {
@@ -168704,8 +168720,8 @@ class sh extends K2 {
168704
168720
  const [F, ...P] = this.files;
168705
168721
  for (const Y of P) {
168706
168722
  const b = (M = Y.xhrLoader) == null ? void 0 : M.responseText;
168707
- if (!b) throw new ca(Mi.Read, this.addToCache.name, Y.url.toString());
168708
- const c = await z0(b), y = d1(c.tileset), t = Y.tilesetIndex;
168723
+ if (!b) throw new ca(Ri.Read, this.addToCache.name, Y.url.toString());
168724
+ const c = await X0(b), y = c1(c.tileset), t = Y.tilesetIndex;
168709
168725
  F.data.tilesets[t] = {
168710
168726
  ...F.data.tilesets[t],
168711
168727
  ...y,
@@ -168717,7 +168733,7 @@ class sh extends K2 {
168717
168733
  }
168718
168734
  this.loader.cacheManager.tilemap.add(F.key, {
168719
168735
  data: F.data,
168720
- format: Nt.Tilemaps.Formats.TILED_JSON
168736
+ format: Rt.Tilemaps.Formats.TILED_JSON
168721
168737
  }), this.complete = !0;
168722
168738
  for (const Y of this.files) Y.pendingDestroy();
168723
168739
  }
@@ -168727,8 +168743,8 @@ class sh extends K2 {
168727
168743
  b.setBaseURL(l), b.setPath(v), b.setPrefix(a);
168728
168744
  for (const [n, e] of M.entries()) {
168729
168745
  const r = "public", f = e.source.indexOf(r);
168730
- if (f === -1) throw new X0(this.onFileComplete.name, e.source);
168731
- const i = e.source.substring(f + r.length), o = new fd(
168746
+ if (f === -1) throw new V0(this.onFileComplete.name, e.source);
168747
+ const i = e.source.substring(f + r.length), o = new cd(
168732
168748
  n,
168733
168749
  b,
168734
168750
  `${F.key}${Xo}Tileset${Xo}${i}`,
@@ -168741,9 +168757,9 @@ class sh extends K2 {
168741
168757
  }
168742
168758
  }
168743
168759
  }
168744
- const $2 = "tilemapTiledJSONExternal", j2 = Nt.Loader.FileTypesManager, J2 = () => {
168745
- j2.register(
168746
- $2,
168760
+ const J2 = "tilemapTiledJSONExternal", Q2 = Rt.Loader.FileTypesManager, k2 = () => {
168761
+ Q2.register(
168762
+ J2,
168747
168763
  function(...E) {
168748
168764
  const [F, P, M, Y, b, c] = E;
168749
168765
  if (Array.isArray(F))
@@ -168766,29 +168782,29 @@ const $2 = "tilemapTiledJSONExternal", j2 = Nt.Loader.FileTypesManager, J2 = ()
168766
168782
  return this;
168767
168783
  }
168768
168784
  );
168769
- }, yp = /* @__PURE__ */ Wt({
168785
+ }, Ep = /* @__PURE__ */ Wt({
168770
168786
  __name: "Game",
168771
168787
  props: {
168772
168788
  configuration: {}
168773
168789
  },
168774
168790
  setup(E) {
168775
- const F = pa(), { game: P } = Bn(F), M = qt(), Y = qt(!1), b = () => {
168791
+ const F = pa(), { game: P } = hi(F), M = qt(), Y = qt(!1), b = () => {
168776
168792
  Y.value = !0;
168777
168793
  };
168778
168794
  return hh(() => {
168779
- J2(), P.value = new Nt.Game({ ...E.configuration, parent: M.value }), P.value.events.on("ready", b);
168780
- }), Sn(() => {
168781
- const c = Ri();
168795
+ k2(), P.value = new Rt.Game({ ...E.configuration, parent: M.value }), P.value.events.on("ready", b);
168796
+ }), Dn(() => {
168797
+ const c = Li();
168782
168798
  c.events.off("ready", b), c.destroy(!0), P.value = null;
168783
- }), (c, y) => (x1(), y1(E1, null, [
168784
- A1("div", {
168799
+ }), (c, y) => (y1(), E1(A1, null, [
168800
+ T1("div", {
168785
168801
  ref_key: "canvasRoot",
168786
168802
  ref: M
168787
168803
  }, null, 512),
168788
- fh(Y) ? Dn(c.$slots, "default", { key: 0 }) : dh("", !0)
168804
+ fh(Y) ? Bn(c.$slots, "default", { key: 0 }) : dh("", !0)
168789
168805
  ], 64));
168790
168806
  }
168791
- }), Q2 = {
168807
+ }), q2 = {
168792
168808
  ...xa,
168793
168809
  ...Ge,
168794
168810
  ...ma,
@@ -168797,7 +168813,7 @@ const $2 = "tilemapTiledJSONExternal", j2 = Nt.Loader.FileTypesManager, J2 = ()
168797
168813
  ...Se,
168798
168814
  ...De,
168799
168815
  ...pe
168800
- }, Ep = /* @__PURE__ */ Wt({
168816
+ }, Ap = /* @__PURE__ */ Wt({
168801
168817
  __name: "Container",
168802
168818
  props: {
168803
168819
  configuration: { default: () => ({}) }
@@ -168811,10 +168827,10 @@ const $2 = "tilemapTiledJSONExternal", j2 = Nt.Loader.FileTypesManager, J2 = ()
168811
168827
  },
168812
168828
  () => E.configuration,
168813
168829
  P,
168814
- Q2
168815
- ), lh(wi.ParentContainer, M), (Y, b) => Dn(Y.$slots, "default");
168830
+ q2
168831
+ ), lh(Pi.ParentContainer, M), (Y, b) => Bn(Y.$slots, "default");
168816
168832
  }
168817
- }), k2 = {
168833
+ }), _2 = {
168818
168834
  closePath: (E) => (F) => {
168819
168835
  F !== void 0 && E.setClosePath(F);
168820
168836
  },
@@ -168827,9 +168843,9 @@ const $2 = "tilemapTiledJSONExternal", j2 = Nt.Loader.FileTypesManager, J2 = ()
168827
168843
  startAngle: (E) => (F) => {
168828
168844
  F !== void 0 && E.setStartAngle(F);
168829
168845
  },
168830
- ...ol,
168846
+ ...ul,
168831
168847
  ...pe
168832
- }, Ap = /* @__PURE__ */ Wt({
168848
+ }, Tp = /* @__PURE__ */ Wt({
168833
168849
  __name: "Circle",
168834
168850
  props: {
168835
168851
  configuration: {}
@@ -168842,25 +168858,25 @@ const $2 = "tilemapTiledJSONExternal", j2 = Nt.Loader.FileTypesManager, J2 = ()
168842
168858
  },
168843
168859
  () => E.configuration,
168844
168860
  F,
168845
- k2
168861
+ _2
168846
168862
  ), (M, Y) => null;
168847
168863
  }
168848
- }), q2 = (...E) => {
168849
- gi(Ut.Shutdown, ...E);
168850
- }, Tp = (E, F) => {
168864
+ }), tp = (...E) => {
168865
+ xi(Ut.Shutdown, ...E);
168866
+ }, Cp = (E, F) => {
168851
168867
  const P = qt([]);
168852
168868
  if (F) {
168853
- const M = Ui(), Y = Li(M);
168869
+ const M = zi(), Y = Oi(M);
168854
168870
  P.value = E(Y);
168855
168871
  } else
168856
168872
  va((M) => {
168857
168873
  P.value = E(M);
168858
168874
  });
168859
- return q2((M) => {
168875
+ return tp((M) => {
168860
168876
  for (const { key: Y } of P.value)
168861
168877
  Y && M.anims.remove(Y);
168862
168878
  }), P;
168863
- }, Cp = (E, F) => {
168879
+ }, Fp = (E, F) => {
168864
168880
  E.value = {
168865
168881
  ...F,
168866
168882
  onComplete: (...P) => {
@@ -168868,110 +168884,99 @@ const $2 = "tilemapTiledJSONExternal", j2 = Nt.Loader.FileTypesManager, J2 = ()
168868
168884
  E.value = void 0, (M = F.onComplete) == null || M.call(F, ...P);
168869
168885
  }
168870
168886
  };
168871
- }, Fp = (...E) => {
168872
- gi(Ut.Init, ...E);
168873
168887
  }, Sp = (...E) => {
168874
- gi(Ut.Preload, ...E);
168888
+ xi(Ut.Init, ...E);
168875
168889
  }, Dp = (...E) => {
168876
- gi(Ut.Update, ...E);
168877
- }, _2 = Gi("phaser/input", () => ({ isInputActive: qt(!1) })), Bp = Gi("phaser/camera", () => {
168878
- const E = _2(), F = qt(!1);
168879
- return {
168880
- fadeIn: (Y, ...b) => {
168881
- F.value = !0, E.isInputActive = !1, Y.cameras.main.fadeIn(...b);
168882
- },
168883
- fadeOut: (Y, ...b) => {
168884
- F.value = !0, E.isInputActive = !1, Y.cameras.main.fadeOut(...b);
168885
- },
168886
- isFading: F
168887
- };
168888
- }), tp = Nt.Loader.FileTypes.JSONFile;
168889
- class wp extends tp {
168890
+ xi(Ut.Preload, ...E);
168891
+ }, Bp = (...E) => {
168892
+ xi(Ut.Update, ...E);
168893
+ }, ep = Rt.Loader.FileTypes.JSONFile;
168894
+ class wp extends ep {
168890
168895
  }
168891
168896
  const Pp = {
168892
168897
  padding: (E) => (F) => E.setPadding(F)
168893
168898
  };
168894
168899
  export {
168895
- zi as AlphaSetterMap,
168900
+ Xi as AlphaSetterMap,
168896
168901
  xa as AlphaSingleSetterMap,
168897
- id as AnimationSetterMap,
168898
- k2 as ArcSetterMap,
168902
+ nd as AnimationSetterMap,
168903
+ _2 as ArcSetterMap,
168899
168904
  al as BaseTextureSetterMap,
168900
168905
  Ge as BlendModeSetterMap,
168901
- Ap as Circle,
168906
+ Tp as Circle,
168902
168907
  ma as ComputedSizeSetterMap,
168903
- Ep as Container,
168904
- Q2 as ContainerSetterMap,
168908
+ Ap as Container,
168909
+ q2 as ContainerSetterMap,
168905
168910
  Fe as DepthSetterMap,
168906
168911
  Ze as ExternalSceneStore,
168907
168912
  Pp as FXSetterMap,
168908
- Xi as FlipSetterMap,
168909
- yp as Game,
168913
+ Vi as FlipSetterMap,
168914
+ Ep as Game,
168910
168915
  Zn as GameObjectEventMap,
168911
- Q0 as GameObjectSetterMap,
168916
+ k0 as GameObjectSetterMap,
168912
168917
  pe as GlobalSetterMap,
168913
- xp as Image,
168914
- hd as ImageSetterMap,
168915
- wi as InjectionKeyMap,
168918
+ yp as Image,
168919
+ fd as ImageSetterMap,
168920
+ Pi as InjectionKeyMap,
168916
168921
  Ut as Lifecycle,
168917
168922
  Ue as MaskSetterMap,
168918
- od as NineSliceSetterMap,
168919
- gp as Nineslice,
168923
+ hd as NineSliceSetterMap,
168924
+ xp as Nineslice,
168920
168925
  Ne as OriginSetterMap,
168921
- mp as PathFollower,
168922
- sd as PathFollowerComponentSetterMap,
168923
- ad as PathFollowerSetterMap,
168926
+ gp as PathFollower,
168927
+ od as PathFollowerComponentSetterMap,
168928
+ ud as PathFollowerSetterMap,
168924
168929
  Qe as PipelineSetterMap,
168925
- pp as Rectangle,
168926
- rd as RectangleSetterMap,
168927
- vp as Scene,
168930
+ mp as Rectangle,
168931
+ ad as RectangleSetterMap,
168932
+ pp as Scene,
168928
168933
  be as ScrollFactorSetterMap,
168929
- ol as ShapeSetterMap,
168934
+ ul as ShapeSetterMap,
168930
168935
  ga as SizeSetterMap,
168931
- cp as Sprite,
168932
- nd as SpriteSetterMap,
168933
- $2 as TILEMAP_TILED_JSON_EXTERNAL_KEY,
168934
- dp as Text,
168935
- ed as TextSetterMap,
168936
- ud as TextureCropSetterMap,
168936
+ vp as Sprite,
168937
+ rd as SpriteSetterMap,
168938
+ J2 as TILEMAP_TILED_JSON_EXTERNAL_KEY,
168939
+ cp as Text,
168940
+ id as TextSetterMap,
168941
+ ld as TextureCropSetterMap,
168937
168942
  bn as TextureSetterMap,
168938
- lp as TileSprite,
168939
- _0 as TileSpriteSetterMap,
168943
+ fp as TileSprite,
168944
+ td as TileSpriteSetterMap,
168940
168945
  sh as TiledJSONExternalFile,
168941
- fp as Tilemap,
168946
+ dp as Tilemap,
168942
168947
  wp as TilemapFile,
168943
- fd as TilesetFile,
168944
- Vi as TintSetterMap,
168948
+ cd as TilesetFile,
168949
+ Yi as TintSetterMap,
168945
168950
  Se as TransformSetterMap,
168946
- k0 as TweenSetterMap,
168951
+ q0 as TweenSetterMap,
168947
168952
  De as VisibleSetterMap,
168948
- hp as Zone,
168949
- q0 as ZoneSetterMap,
168950
- T1 as getEventName,
168951
- J0 as getInitializeGameObjectLifecycleHook,
168952
- Li as getScene,
168953
+ lp as Zone,
168954
+ _0 as ZoneSetterMap,
168955
+ C1 as getEventName,
168956
+ Q0 as getInitializeGameObjectLifecycleHook,
168957
+ Oi as getScene,
168953
168958
  zr as getUpdateEvent,
168954
- C1 as isEvent,
168959
+ F1 as isEvent,
168955
168960
  sl as onCreate,
168956
- Fp as onInit,
168961
+ Sp as onInit,
168957
168962
  va as onNextTick,
168958
- Sp as onPreload,
168959
- q2 as onShutdown,
168960
- Dp as onUpdate,
168961
- gi as pushListener,
168962
- J2 as registerTiledJSONExternalLoader,
168963
+ Dp as onPreload,
168964
+ tp as onShutdown,
168965
+ Bp as onUpdate,
168966
+ xi as pushListener,
168967
+ k2 as registerTiledJSONExternalLoader,
168963
168968
  Ts as resetLifecycleListeners,
168964
168969
  ti as runLifecycleListeners,
168965
- Tp as useAnimations,
168966
- Bp as useCameraStore,
168967
- Ri as useGame,
168970
+ Cp as useAnimations,
168971
+ sd as useCameraStore,
168972
+ Li as useGame,
168968
168973
  ve as useInitializeGameObject,
168969
- G1 as useInitializeGameObjectEvents,
168970
- W0 as useInitializeGameObjectSetters,
168971
- Ui as useInjectSceneKey,
168972
- _2 as useInputStore,
168973
- H0 as useParentContainerStore,
168974
+ U1 as useInitializeGameObjectEvents,
168975
+ H0 as useInitializeGameObjectSetters,
168976
+ zi as useInjectSceneKey,
168977
+ ol as useInputStore,
168978
+ Z0 as useParentContainerStore,
168974
168979
  pa as usePhaserStore,
168975
- td as useTextStore,
168976
- Cp as useTween
168980
+ ed as useTextStore,
168981
+ Fp as useTween
168977
168982
  };