@everymatrix/player-account-gaming-limits-popup-2 1.71.0 → 1.72.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.
@@ -6,41 +6,41 @@ function zt(e) {
6
6
  function wt() {
7
7
  return /* @__PURE__ */ Object.create(null);
8
8
  }
9
- function le(e) {
9
+ function ue(e) {
10
10
  e.forEach(zt);
11
11
  }
12
- function yt(e) {
12
+ function Et(e) {
13
13
  return typeof e == "function";
14
14
  }
15
15
  function Ft(e, t) {
16
16
  return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
17
17
  }
18
- function yi(e) {
18
+ function vn(e) {
19
19
  return Object.keys(e).length === 0;
20
20
  }
21
21
  function Vt(e, ...t) {
22
22
  if (e == null) {
23
- for (const n of t)
24
- n(void 0);
23
+ for (const i of t)
24
+ i(void 0);
25
25
  return te;
26
26
  }
27
- const i = e.subscribe(...t);
28
- return i.unsubscribe ? () => i.unsubscribe() : i;
27
+ const n = e.subscribe(...t);
28
+ return n.unsubscribe ? () => n.unsubscribe() : n;
29
29
  }
30
- function vi(e, t, i) {
31
- e.$$.on_destroy.push(Vt(t, i));
30
+ function En(e, t, n) {
31
+ e.$$.on_destroy.push(Vt(t, n));
32
32
  }
33
33
  function f(e, t) {
34
34
  e.appendChild(t);
35
35
  }
36
- function Ei(e, t, i) {
37
- const n = _i(e);
38
- if (!n.getElementById(t)) {
39
- const r = g("style");
40
- r.id = t, r.textContent = i, xi(n, r);
36
+ function _n(e, t, n) {
37
+ const i = xn(e);
38
+ if (!i.getElementById(t)) {
39
+ const r = b("style");
40
+ r.id = t, r.textContent = n, Tn(i, r);
41
41
  }
42
42
  }
43
- function _i(e) {
43
+ function xn(e) {
44
44
  if (!e)
45
45
  return document;
46
46
  const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
@@ -50,20 +50,20 @@ function _i(e) {
50
50
  t
51
51
  ) : e.ownerDocument;
52
52
  }
53
- function xi(e, t) {
53
+ function Tn(e, t) {
54
54
  return f(
55
55
  /** @type {Document} */
56
56
  e.head || e,
57
57
  t
58
58
  ), t.sheet;
59
59
  }
60
- function T(e, t, i) {
61
- e.insertBefore(t, i || null);
60
+ function T(e, t, n) {
61
+ e.insertBefore(t, n || null);
62
62
  }
63
63
  function x(e) {
64
64
  e.parentNode && e.parentNode.removeChild(e);
65
65
  }
66
- function g(e) {
66
+ function b(e) {
67
67
  return document.createElement(e);
68
68
  }
69
69
  function Y(e) {
@@ -72,124 +72,124 @@ function Y(e) {
72
72
  function L(e) {
73
73
  return document.createTextNode(e);
74
74
  }
75
- function O() {
75
+ function N() {
76
76
  return L(" ");
77
77
  }
78
- function Z(e, t, i, n) {
79
- return e.addEventListener(t, i, n), () => e.removeEventListener(t, i, n);
78
+ function Z(e, t, n, i) {
79
+ return e.addEventListener(t, n, i), () => e.removeEventListener(t, n, i);
80
80
  }
81
- function h(e, t, i) {
82
- i == null ? e.removeAttribute(t) : e.getAttribute(t) !== i && e.setAttribute(t, i);
81
+ function h(e, t, n) {
82
+ n == null ? e.removeAttribute(t) : e.getAttribute(t) !== n && e.setAttribute(t, n);
83
83
  }
84
84
  function Xt(e) {
85
85
  return e === "" ? null : +e;
86
86
  }
87
- function Ti(e) {
87
+ function Pn(e) {
88
88
  return Array.from(e.childNodes);
89
89
  }
90
- function H(e, t) {
90
+ function k(e, t) {
91
91
  t = "" + t, e.data !== t && (e.data = /** @type {string} */
92
92
  t);
93
93
  }
94
94
  function Bt(e, t) {
95
95
  e.value = t ?? "";
96
96
  }
97
- function ke(e, t, i, n) {
98
- i == null ? e.style.removeProperty(t) : e.style.setProperty(t, i, "");
97
+ function He(e, t, n, i) {
98
+ n == null ? e.style.removeProperty(t) : e.style.setProperty(t, n, "");
99
99
  }
100
- function je(e, t, i) {
101
- e.classList.toggle(t, !!i);
100
+ function Ge(e, t, n) {
101
+ e.classList.toggle(t, !!n);
102
102
  }
103
- function Pi(e) {
103
+ function wn(e) {
104
104
  const t = {};
105
105
  return e.childNodes.forEach(
106
106
  /** @param {Element} node */
107
- (i) => {
108
- t[i.slot || "default"] = !0;
107
+ (n) => {
108
+ t[n.slot || "default"] = !0;
109
109
  }
110
110
  ), t;
111
111
  }
112
- let Ce;
113
- function He(e) {
114
- Ce = e;
112
+ let Ne;
113
+ function Ce(e) {
114
+ Ne = e;
115
115
  }
116
- function wi() {
117
- if (!Ce)
116
+ function Bn() {
117
+ if (!Ne)
118
118
  throw new Error("Function called outside component initialization");
119
- return Ce;
119
+ return Ne;
120
120
  }
121
- function Bi(e) {
122
- wi().$$.on_mount.push(e);
121
+ function Ln(e) {
122
+ Bn().$$.on_mount.push(e);
123
123
  }
124
- const be = [], ge = [];
125
- let ye = [];
126
- const Lt = [], Li = /* @__PURE__ */ Promise.resolve();
127
- let at = !1;
128
- function Ai() {
129
- at || (at = !0, Li.then(ee));
124
+ const be = [], ye = [];
125
+ let ve = [];
126
+ const Lt = [], Sn = /* @__PURE__ */ Promise.resolve();
127
+ let ut = !1;
128
+ function An() {
129
+ ut || (ut = !0, Sn.then(ee));
130
130
  }
131
- function lt(e) {
132
- ye.push(e);
131
+ function ct(e) {
132
+ ve.push(e);
133
133
  }
134
- const et = /* @__PURE__ */ new Set();
135
- let pe = 0;
134
+ const nt = /* @__PURE__ */ new Set();
135
+ let de = 0;
136
136
  function ee() {
137
- if (pe !== 0)
137
+ if (de !== 0)
138
138
  return;
139
- const e = Ce;
139
+ const e = Ne;
140
140
  do {
141
141
  try {
142
- for (; pe < be.length; ) {
143
- const t = be[pe];
144
- pe++, He(t), Si(t.$$);
142
+ for (; de < be.length; ) {
143
+ const t = be[de];
144
+ de++, Ce(t), In(t.$$);
145
145
  }
146
146
  } catch (t) {
147
- throw be.length = 0, pe = 0, t;
147
+ throw be.length = 0, de = 0, t;
148
148
  }
149
- for (He(null), be.length = 0, pe = 0; ge.length; )
150
- ge.pop()();
151
- for (let t = 0; t < ye.length; t += 1) {
152
- const i = ye[t];
153
- et.has(i) || (et.add(i), i());
149
+ for (Ce(null), be.length = 0, de = 0; ye.length; )
150
+ ye.pop()();
151
+ for (let t = 0; t < ve.length; t += 1) {
152
+ const n = ve[t];
153
+ nt.has(n) || (nt.add(n), n());
154
154
  }
155
- ye.length = 0;
155
+ ve.length = 0;
156
156
  } while (be.length);
157
157
  for (; Lt.length; )
158
158
  Lt.pop()();
159
- at = !1, et.clear(), He(e);
159
+ ut = !1, nt.clear(), Ce(e);
160
160
  }
161
- function Si(e) {
161
+ function In(e) {
162
162
  if (e.fragment !== null) {
163
- e.update(), le(e.before_update);
163
+ e.update(), ue(e.before_update);
164
164
  const t = e.dirty;
165
- e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(lt);
165
+ e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(ct);
166
166
  }
167
167
  }
168
- function Ii(e) {
169
- const t = [], i = [];
170
- ye.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : i.push(n)), i.forEach((n) => n()), ye = t;
168
+ function kn(e) {
169
+ const t = [], n = [];
170
+ ve.forEach((i) => e.indexOf(i) === -1 ? t.push(i) : n.push(i)), n.forEach((i) => i()), ve = t;
171
171
  }
172
- const ki = /* @__PURE__ */ new Set();
173
- function Hi(e, t) {
174
- e && e.i && (ki.delete(e), e.i(t));
172
+ const Hn = /* @__PURE__ */ new Set();
173
+ function Cn(e, t) {
174
+ e && e.i && (Hn.delete(e), e.i(t));
175
175
  }
176
- function Ci(e, t, i) {
177
- const { fragment: n, after_update: r } = e.$$;
178
- n && n.m(t, i), lt(() => {
179
- const o = e.$$.on_mount.map(zt).filter(yt);
180
- e.$$.on_destroy ? e.$$.on_destroy.push(...o) : le(o), e.$$.on_mount = [];
181
- }), r.forEach(lt);
176
+ function Nn(e, t, n) {
177
+ const { fragment: i, after_update: r } = e.$$;
178
+ i && i.m(t, n), ct(() => {
179
+ const o = e.$$.on_mount.map(zt).filter(Et);
180
+ e.$$.on_destroy ? e.$$.on_destroy.push(...o) : ue(o), e.$$.on_mount = [];
181
+ }), r.forEach(ct);
182
182
  }
183
- function Ni(e, t) {
184
- const i = e.$$;
185
- i.fragment !== null && (Ii(i.after_update), le(i.on_destroy), i.fragment && i.fragment.d(t), i.on_destroy = i.fragment = null, i.ctx = []);
183
+ function On(e, t) {
184
+ const n = e.$$;
185
+ n.fragment !== null && (kn(n.after_update), ue(n.on_destroy), n.fragment && n.fragment.d(t), n.on_destroy = n.fragment = null, n.ctx = []);
186
186
  }
187
- function Oi(e, t) {
188
- e.$$.dirty[0] === -1 && (be.push(e), Ai(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
187
+ function Mn(e, t) {
188
+ e.$$.dirty[0] === -1 && (be.push(e), An(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
189
189
  }
190
- function Mi(e, t, i, n, r, o, a = null, s = [-1]) {
191
- const u = Ce;
192
- He(e);
190
+ function Dn(e, t, n, i, r, o, a = null, s = [-1]) {
191
+ const u = Ne;
192
+ Ce(e);
193
193
  const l = e.$$ = {
194
194
  fragment: null,
195
195
  ctx: [],
@@ -213,18 +213,18 @@ function Mi(e, t, i, n, r, o, a = null, s = [-1]) {
213
213
  };
214
214
  a && a(l.root);
215
215
  let c = !1;
216
- if (l.ctx = i ? i(e, t.props || {}, (m, p, ...d) => {
217
- const E = d.length ? d[0] : p;
218
- return l.ctx && r(l.ctx[m], l.ctx[m] = E) && (!l.skip_bound && l.bound[m] && l.bound[m](E), c && Oi(e, m)), p;
219
- }) : [], l.update(), c = !0, le(l.before_update), l.fragment = n ? n(l.ctx) : !1, t.target) {
216
+ if (l.ctx = n ? n(e, t.props || {}, (p, m, ...d) => {
217
+ const E = d.length ? d[0] : m;
218
+ return l.ctx && r(l.ctx[p], l.ctx[p] = E) && (!l.skip_bound && l.bound[p] && l.bound[p](E), c && Mn(e, p)), m;
219
+ }) : [], l.update(), c = !0, ue(l.before_update), l.fragment = i ? i(l.ctx) : !1, t.target) {
220
220
  if (t.hydrate) {
221
- const m = Ti(t.target);
222
- l.fragment && l.fragment.l(m), m.forEach(x);
221
+ const p = Pn(t.target);
222
+ l.fragment && l.fragment.l(p), p.forEach(x);
223
223
  } else
224
224
  l.fragment && l.fragment.c();
225
- t.intro && Hi(e.$$.fragment), Ci(e, t.target, t.anchor), ee();
225
+ t.intro && Cn(e.$$.fragment), Nn(e, t.target, t.anchor), ee();
226
226
  }
227
- He(u);
227
+ Ce(u);
228
228
  }
229
229
  let qt;
230
230
  typeof HTMLElement == "function" && (qt = class extends HTMLElement {
@@ -246,20 +246,20 @@ typeof HTMLElement == "function" && (qt = class extends HTMLElement {
246
246
  $$l = {};
247
247
  /** @type {Map<Function, Function>} Event listener unsubscribe functions */
248
248
  $$l_u = /* @__PURE__ */ new Map();
249
- constructor(e, t, i) {
250
- super(), this.$$ctor = e, this.$$s = t, i && this.attachShadow({ mode: "open" });
249
+ constructor(e, t, n) {
250
+ super(), this.$$ctor = e, this.$$s = t, n && this.attachShadow({ mode: "open" });
251
251
  }
252
- addEventListener(e, t, i) {
252
+ addEventListener(e, t, n) {
253
253
  if (this.$$l[e] = this.$$l[e] || [], this.$$l[e].push(t), this.$$c) {
254
- const n = this.$$c.$on(e, t);
255
- this.$$l_u.set(t, n);
254
+ const i = this.$$c.$on(e, t);
255
+ this.$$l_u.set(t, i);
256
256
  }
257
- super.addEventListener(e, t, i);
257
+ super.addEventListener(e, t, n);
258
258
  }
259
- removeEventListener(e, t, i) {
260
- if (super.removeEventListener(e, t, i), this.$$c) {
261
- const n = this.$$l_u.get(t);
262
- n && (n(), this.$$l_u.delete(t));
259
+ removeEventListener(e, t, n) {
260
+ if (super.removeEventListener(e, t, n), this.$$c) {
261
+ const i = this.$$l_u.get(t);
262
+ i && (i(), this.$$l_u.delete(t));
263
263
  }
264
264
  }
265
265
  async connectedCallback() {
@@ -269,7 +269,7 @@ typeof HTMLElement == "function" && (qt = class extends HTMLElement {
269
269
  let o;
270
270
  return {
271
271
  c: function() {
272
- o = g("slot"), r !== "default" && h(o, "name", r);
272
+ o = b("slot"), r !== "default" && h(o, "name", r);
273
273
  },
274
274
  /**
275
275
  * @param {HTMLElement} target
@@ -286,12 +286,12 @@ typeof HTMLElement == "function" && (qt = class extends HTMLElement {
286
286
  };
287
287
  if (await Promise.resolve(), !this.$$cn || this.$$c)
288
288
  return;
289
- const t = {}, i = Pi(this);
289
+ const t = {}, n = wn(this);
290
290
  for (const r of this.$$s)
291
- r in i && (t[r] = [e(r)]);
291
+ r in n && (t[r] = [e(r)]);
292
292
  for (const r of this.attributes) {
293
293
  const o = this.$$g_p(r.name);
294
- o in this.$$d || (this.$$d[o] = $e(o, r.value, this.$$p_d, "toProp"));
294
+ o in this.$$d || (this.$$d[o] = ze(o, r.value, this.$$p_d, "toProp"));
295
295
  }
296
296
  for (const r in this.$$p_d)
297
297
  !(r in this.$$d) && this[r] !== void 0 && (this.$$d[r] = this[r], delete this[r]);
@@ -305,11 +305,11 @@ typeof HTMLElement == "function" && (qt = class extends HTMLElement {
305
305
  }
306
306
  }
307
307
  });
308
- const n = () => {
308
+ const i = () => {
309
309
  this.$$r = !0;
310
310
  for (const r in this.$$p_d)
311
311
  if (this.$$d[r] = this.$$c.$$.ctx[this.$$c.$$.props[r]], this.$$p_d[r].reflect) {
312
- const o = $e(
312
+ const o = ze(
313
313
  r,
314
314
  this.$$d[r],
315
315
  this.$$p_d,
@@ -319,7 +319,7 @@ typeof HTMLElement == "function" && (qt = class extends HTMLElement {
319
319
  }
320
320
  this.$$r = !1;
321
321
  };
322
- this.$$c.$$.after_update.push(n), n();
322
+ this.$$c.$$.after_update.push(i), i();
323
323
  for (const r in this.$$l)
324
324
  for (const o of this.$$l[r]) {
325
325
  const a = this.$$c.$on(r, o);
@@ -330,8 +330,8 @@ typeof HTMLElement == "function" && (qt = class extends HTMLElement {
330
330
  }
331
331
  // We don't need this when working within Svelte code, but for compatibility of people using this outside of Svelte
332
332
  // and setting attributes through setAttribute etc, this is helpful
333
- attributeChangedCallback(e, t, i) {
334
- this.$$r || (e = this.$$g_p(e), this.$$d[e] = $e(e, i, this.$$p_d, "toProp"), this.$$c?.$set({ [e]: this.$$d[e] }));
333
+ attributeChangedCallback(e, t, n) {
334
+ this.$$r || (e = this.$$g_p(e), this.$$d[e] = ze(e, n, this.$$p_d, "toProp"), this.$$c?.$set({ [e]: this.$$d[e] }));
335
335
  }
336
336
  disconnectedCallback() {
337
337
  this.$$cn = !1, Promise.resolve().then(() => {
@@ -344,11 +344,11 @@ typeof HTMLElement == "function" && (qt = class extends HTMLElement {
344
344
  ) || e;
345
345
  }
346
346
  });
347
- function $e(e, t, i, n) {
348
- const r = i[e]?.type;
349
- if (t = r === "Boolean" && typeof t != "boolean" ? t != null : t, !n || !i[e])
347
+ function ze(e, t, n, i) {
348
+ const r = n[e]?.type;
349
+ if (t = r === "Boolean" && typeof t != "boolean" ? t != null : t, !i || !n[e])
350
350
  return t;
351
- if (n === "toAttribute")
351
+ if (i === "toAttribute")
352
352
  switch (r) {
353
353
  case "Object":
354
354
  case "Array":
@@ -373,10 +373,10 @@ function $e(e, t, i, n) {
373
373
  return t;
374
374
  }
375
375
  }
376
- function Di(e, t, i, n, r, o) {
376
+ function Rn(e, t, n, i, r, o) {
377
377
  let a = class extends qt {
378
378
  constructor() {
379
- super(e, i, r), this.$$p_d = t;
379
+ super(e, n, r), this.$$p_d = t;
380
380
  }
381
381
  static get observedAttributes() {
382
382
  return Object.keys(t).map(
@@ -390,10 +390,10 @@ function Di(e, t, i, n, r, o) {
390
390
  return this.$$c && s in this.$$c ? this.$$c[s] : this.$$d[s];
391
391
  },
392
392
  set(u) {
393
- u = $e(s, u, t), this.$$d[s] = u, this.$$c?.$set({ [s]: u });
393
+ u = ze(s, u, t), this.$$d[s] = u, this.$$c?.$set({ [s]: u });
394
394
  }
395
395
  });
396
- }), n.forEach((s) => {
396
+ }), i.forEach((s) => {
397
397
  Object.defineProperty(a.prototype, s, {
398
398
  get() {
399
399
  return this.$$c?.[s];
@@ -402,7 +402,7 @@ function Di(e, t, i, n, r, o) {
402
402
  }), e.element = /** @type {any} */
403
403
  a, a;
404
404
  }
405
- class Ri {
405
+ class Un {
406
406
  /**
407
407
  * ### PRIVATE API
408
408
  *
@@ -421,7 +421,7 @@ class Ri {
421
421
  $$set = void 0;
422
422
  /** @returns {void} */
423
423
  $destroy() {
424
- Ni(this, 1), this.$destroy = te;
424
+ On(this, 1), this.$destroy = te;
425
425
  }
426
426
  /**
427
427
  * @template {Extract<keyof Events, string>} K
@@ -429,13 +429,13 @@ class Ri {
429
429
  * @param {((e: Events[K]) => void) | null | undefined} callback
430
430
  * @returns {() => void}
431
431
  */
432
- $on(t, i) {
433
- if (!yt(i))
432
+ $on(t, n) {
433
+ if (!Et(n))
434
434
  return te;
435
- const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
436
- return n.push(i), () => {
437
- const r = n.indexOf(i);
438
- r !== -1 && n.splice(r, 1);
435
+ const i = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
436
+ return i.push(n), () => {
437
+ const r = i.indexOf(n);
438
+ r !== -1 && i.splice(r, 1);
439
439
  };
440
440
  }
441
441
  /**
@@ -443,29 +443,29 @@ class Ri {
443
443
  * @returns {void}
444
444
  */
445
445
  $set(t) {
446
- this.$$set && !yi(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
446
+ this.$$set && !vn(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
447
447
  }
448
448
  }
449
- const Ui = "4";
450
- typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Ui);
451
- const de = [];
452
- function ji(e, t) {
449
+ const jn = "4";
450
+ typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(jn);
451
+ const ge = [];
452
+ function Gn(e, t) {
453
453
  return {
454
- subscribe: qe(e, t).subscribe
454
+ subscribe: Ze(e, t).subscribe
455
455
  };
456
456
  }
457
- function qe(e, t = te) {
458
- let i;
459
- const n = /* @__PURE__ */ new Set();
457
+ function Ze(e, t = te) {
458
+ let n;
459
+ const i = /* @__PURE__ */ new Set();
460
460
  function r(s) {
461
- if (Ft(e, s) && (e = s, i)) {
462
- const u = !de.length;
463
- for (const l of n)
464
- l[1](), de.push(l, e);
461
+ if (Ft(e, s) && (e = s, n)) {
462
+ const u = !ge.length;
463
+ for (const l of i)
464
+ l[1](), ge.push(l, e);
465
465
  if (u) {
466
- for (let l = 0; l < de.length; l += 2)
467
- de[l][0](de[l + 1]);
468
- de.length = 0;
466
+ for (let l = 0; l < ge.length; l += 2)
467
+ ge[l][0](ge[l + 1]);
468
+ ge.length = 0;
469
469
  }
470
470
  }
471
471
  }
@@ -474,84 +474,84 @@ function qe(e, t = te) {
474
474
  }
475
475
  function a(s, u = te) {
476
476
  const l = [s, u];
477
- return n.add(l), n.size === 1 && (i = t(r, o) || te), s(e), () => {
478
- n.delete(l), n.size === 0 && i && (i(), i = null);
477
+ return i.add(l), i.size === 1 && (n = t(r, o) || te), s(e), () => {
478
+ i.delete(l), i.size === 0 && n && (n(), n = null);
479
479
  };
480
480
  }
481
481
  return { set: r, update: o, subscribe: a };
482
482
  }
483
- function Te(e, t, i) {
484
- const n = !Array.isArray(e), r = n ? [e] : e;
483
+ function Pe(e, t, n) {
484
+ const i = !Array.isArray(e), r = i ? [e] : e;
485
485
  if (!r.every(Boolean))
486
486
  throw new Error("derived() expects stores as input, got a falsy value");
487
487
  const o = t.length < 2;
488
- return ji(i, (a, s) => {
488
+ return Gn(n, (a, s) => {
489
489
  let u = !1;
490
490
  const l = [];
491
- let c = 0, m = te;
492
- const p = () => {
491
+ let c = 0, p = te;
492
+ const m = () => {
493
493
  if (c)
494
494
  return;
495
- m();
496
- const E = t(n ? l[0] : l, a, s);
497
- o ? a(E) : m = yt(E) ? E : te;
495
+ p();
496
+ const E = t(i ? l[0] : l, a, s);
497
+ o ? a(E) : p = Et(E) ? E : te;
498
498
  }, d = r.map(
499
499
  (E, _) => Vt(
500
500
  E,
501
501
  (y) => {
502
- l[_] = y, c &= ~(1 << _), u && p();
502
+ l[_] = y, c &= ~(1 << _), u && m();
503
503
  },
504
504
  () => {
505
505
  c |= 1 << _;
506
506
  }
507
507
  )
508
508
  );
509
- return u = !0, p(), function() {
510
- le(d), m(), u = !1;
509
+ return u = !0, m(), function() {
510
+ ue(d), p(), u = !1;
511
511
  };
512
512
  });
513
513
  }
514
- function Gi(e) {
514
+ function $n(e) {
515
515
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
516
516
  }
517
- var $i = function(t) {
518
- return zi(t) && !Fi(t);
517
+ var zn = function(t) {
518
+ return Fn(t) && !Vn(t);
519
519
  };
520
- function zi(e) {
520
+ function Fn(e) {
521
521
  return !!e && typeof e == "object";
522
522
  }
523
- function Fi(e) {
523
+ function Vn(e) {
524
524
  var t = Object.prototype.toString.call(e);
525
- return t === "[object RegExp]" || t === "[object Date]" || qi(e);
525
+ return t === "[object RegExp]" || t === "[object Date]" || Wn(e);
526
526
  }
527
- var Vi = typeof Symbol == "function" && Symbol.for, Xi = Vi ? Symbol.for("react.element") : 60103;
528
- function qi(e) {
529
- return e.$$typeof === Xi;
527
+ var Xn = typeof Symbol == "function" && Symbol.for, qn = Xn ? Symbol.for("react.element") : 60103;
528
+ function Wn(e) {
529
+ return e.$$typeof === qn;
530
530
  }
531
- function Wi(e) {
531
+ function Zn(e) {
532
532
  return Array.isArray(e) ? [] : {};
533
533
  }
534
- function Ne(e, t) {
535
- return t.clone !== !1 && t.isMergeableObject(e) ? ve(Wi(e), e, t) : e;
534
+ function Oe(e, t) {
535
+ return t.clone !== !1 && t.isMergeableObject(e) ? Ee(Zn(e), e, t) : e;
536
536
  }
537
- function Zi(e, t, i) {
538
- return e.concat(t).map(function(n) {
539
- return Ne(n, i);
537
+ function Yn(e, t, n) {
538
+ return e.concat(t).map(function(i) {
539
+ return Oe(i, n);
540
540
  });
541
541
  }
542
- function Yi(e, t) {
542
+ function Jn(e, t) {
543
543
  if (!t.customMerge)
544
- return ve;
545
- var i = t.customMerge(e);
546
- return typeof i == "function" ? i : ve;
544
+ return Ee;
545
+ var n = t.customMerge(e);
546
+ return typeof n == "function" ? n : Ee;
547
547
  }
548
- function Ji(e) {
548
+ function Qn(e) {
549
549
  return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
550
550
  return Object.propertyIsEnumerable.call(e, t);
551
551
  }) : [];
552
552
  }
553
- function At(e) {
554
- return Object.keys(e).concat(Ji(e));
553
+ function St(e) {
554
+ return Object.keys(e).concat(Qn(e));
555
555
  }
556
556
  function Wt(e, t) {
557
557
  try {
@@ -560,193 +560,187 @@ function Wt(e, t) {
560
560
  return !1;
561
561
  }
562
562
  }
563
- function Qi(e, t) {
563
+ function Kn(e, t) {
564
564
  return Wt(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
565
565
  }
566
- function Ki(e, t, i) {
567
- var n = {};
568
- return i.isMergeableObject(e) && At(e).forEach(function(r) {
569
- n[r] = Ne(e[r], i);
570
- }), At(t).forEach(function(r) {
571
- Qi(e, r) || (Wt(e, r) && i.isMergeableObject(t[r]) ? n[r] = Yi(r, i)(e[r], t[r], i) : n[r] = Ne(t[r], i));
572
- }), n;
573
- }
574
- function ve(e, t, i) {
575
- i = i || {}, i.arrayMerge = i.arrayMerge || Zi, i.isMergeableObject = i.isMergeableObject || $i, i.cloneUnlessOtherwiseSpecified = Ne;
576
- var n = Array.isArray(t), r = Array.isArray(e), o = n === r;
577
- return o ? n ? i.arrayMerge(e, t, i) : Ki(e, t, i) : Ne(t, i);
578
- }
579
- ve.all = function(t, i) {
566
+ function ei(e, t, n) {
567
+ var i = {};
568
+ return n.isMergeableObject(e) && St(e).forEach(function(r) {
569
+ i[r] = Oe(e[r], n);
570
+ }), St(t).forEach(function(r) {
571
+ Kn(e, r) || (Wt(e, r) && n.isMergeableObject(t[r]) ? i[r] = Jn(r, n)(e[r], t[r], n) : i[r] = Oe(t[r], n));
572
+ }), i;
573
+ }
574
+ function Ee(e, t, n) {
575
+ n = n || {}, n.arrayMerge = n.arrayMerge || Yn, n.isMergeableObject = n.isMergeableObject || zn, n.cloneUnlessOtherwiseSpecified = Oe;
576
+ var i = Array.isArray(t), r = Array.isArray(e), o = i === r;
577
+ return o ? i ? n.arrayMerge(e, t, n) : ei(e, t, n) : Oe(t, n);
578
+ }
579
+ Ee.all = function(t, n) {
580
580
  if (!Array.isArray(t))
581
581
  throw new Error("first argument should be an array");
582
- return t.reduce(function(n, r) {
583
- return ve(n, r, i);
582
+ return t.reduce(function(i, r) {
583
+ return Ee(i, r, n);
584
584
  }, {});
585
585
  };
586
- var en = ve, tn = en;
587
- const nn = /* @__PURE__ */ Gi(tn);
588
- /*! *****************************************************************************
589
- Copyright (c) Microsoft Corporation.
590
-
591
- Permission to use, copy, modify, and/or distribute this software for any
592
- purpose with or without fee is hereby granted.
593
-
594
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
595
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
596
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
597
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
598
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
599
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
600
- PERFORMANCE OF THIS SOFTWARE.
601
- ***************************************************************************** */
602
- var ut = function(e, t) {
603
- return ut = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(i, n) {
604
- i.__proto__ = n;
605
- } || function(i, n) {
606
- for (var r in n)
607
- Object.prototype.hasOwnProperty.call(n, r) && (i[r] = n[r]);
608
- }, ut(e, t);
586
+ var ti = Ee, ni = ti;
587
+ const ii = /* @__PURE__ */ $n(ni);
588
+ var ht = function(e, t) {
589
+ return ht = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, i) {
590
+ n.__proto__ = i;
591
+ } || function(n, i) {
592
+ for (var r in i)
593
+ Object.prototype.hasOwnProperty.call(i, r) && (n[r] = i[r]);
594
+ }, ht(e, t);
609
595
  };
610
- function We(e, t) {
596
+ function Ye(e, t) {
611
597
  if (typeof t != "function" && t !== null)
612
598
  throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
613
- ut(e, t);
614
- function i() {
599
+ ht(e, t);
600
+ function n() {
615
601
  this.constructor = e;
616
602
  }
617
- e.prototype = t === null ? Object.create(t) : (i.prototype = t.prototype, new i());
618
- }
619
- var k = function() {
620
- return k = Object.assign || function(t) {
621
- for (var i, n = 1, r = arguments.length; n < r; n++) {
622
- i = arguments[n];
623
- for (var o in i)
624
- Object.prototype.hasOwnProperty.call(i, o) && (t[o] = i[o]);
603
+ e.prototype = t === null ? Object.create(t) : (n.prototype = t.prototype, new n());
604
+ }
605
+ var oe = function() {
606
+ return oe = Object.assign || function(t) {
607
+ for (var n, i = 1, r = arguments.length; i < r; i++) {
608
+ n = arguments[i];
609
+ for (var o in n)
610
+ Object.prototype.hasOwnProperty.call(n, o) && (t[o] = n[o]);
625
611
  }
626
612
  return t;
627
- }, k.apply(this, arguments);
613
+ }, oe.apply(this, arguments);
628
614
  };
629
- function rn(e, t) {
630
- var i = {};
631
- for (var n in e)
632
- Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (i[n] = e[n]);
615
+ function ri(e, t) {
616
+ var n = {};
617
+ for (var i in e)
618
+ Object.prototype.hasOwnProperty.call(e, i) && t.indexOf(i) < 0 && (n[i] = e[i]);
633
619
  if (e != null && typeof Object.getOwnPropertySymbols == "function")
634
- for (var r = 0, n = Object.getOwnPropertySymbols(e); r < n.length; r++)
635
- t.indexOf(n[r]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[r]) && (i[n[r]] = e[n[r]]);
636
- return i;
620
+ for (var r = 0, i = Object.getOwnPropertySymbols(e); r < i.length; r++)
621
+ t.indexOf(i[r]) < 0 && Object.prototype.propertyIsEnumerable.call(e, i[r]) && (n[i[r]] = e[i[r]]);
622
+ return n;
637
623
  }
638
- function tt(e, t, i) {
639
- if (arguments.length === 2)
640
- for (var n = 0, r = t.length, o; n < r; n++)
641
- (o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
642
- return e.concat(o || t);
624
+ function it(e, t, n) {
625
+ if (n || arguments.length === 2)
626
+ for (var i = 0, r = t.length, o; i < r; i++)
627
+ (o || !(i in t)) && (o || (o = Array.prototype.slice.call(t, 0, i)), o[i] = t[i]);
628
+ return e.concat(o || Array.prototype.slice.call(t));
643
629
  }
644
- function it(e, t) {
645
- var i = t && t.cache ? t.cache : cn, n = t && t.serializer ? t.serializer : un, r = t && t.strategy ? t.strategy : sn;
630
+ function rt(e, t) {
631
+ var n = t && t.cache ? t.cache : hi, i = t && t.serializer ? t.serializer : ui, r = t && t.strategy ? t.strategy : ai;
646
632
  return r(e, {
647
- cache: i,
648
- serializer: n
633
+ cache: n,
634
+ serializer: i
649
635
  });
650
636
  }
651
- function on(e) {
637
+ function oi(e) {
652
638
  return e == null || typeof e == "number" || typeof e == "boolean";
653
639
  }
654
- function Zt(e, t, i, n) {
655
- var r = on(n) ? n : i(n), o = t.get(r);
656
- return typeof o > "u" && (o = e.call(this, n), t.set(r, o)), o;
657
- }
658
- function Yt(e, t, i) {
659
- var n = Array.prototype.slice.call(arguments, 3), r = i(n), o = t.get(r);
660
- return typeof o > "u" && (o = e.apply(this, n), t.set(r, o)), o;
640
+ function si(e, t, n, i) {
641
+ var r = oi(i) ? i : n(i), o = t.get(r);
642
+ return typeof o > "u" && (o = e.call(this, i), t.set(r, o)), o;
661
643
  }
662
- function vt(e, t, i, n, r) {
663
- return i.bind(t, e, n, r);
644
+ function Zt(e, t, n) {
645
+ var i = Array.prototype.slice.call(arguments, 3), r = n(i), o = t.get(r);
646
+ return typeof o > "u" && (o = e.apply(this, i), t.set(r, o)), o;
664
647
  }
665
- function sn(e, t) {
666
- var i = e.length === 1 ? Zt : Yt;
667
- return vt(e, this, i, t.cache.create(), t.serializer);
648
+ function Yt(e, t, n, i, r) {
649
+ return n.bind(t, e, i, r);
668
650
  }
669
- function an(e, t) {
670
- return vt(e, this, Yt, t.cache.create(), t.serializer);
651
+ function ai(e, t) {
652
+ var n = e.length === 1 ? si : Zt;
653
+ return Yt(e, this, n, t.cache.create(), t.serializer);
671
654
  }
672
- function ln(e, t) {
673
- return vt(e, this, Zt, t.cache.create(), t.serializer);
655
+ function li(e, t) {
656
+ return Yt(e, this, Zt, t.cache.create(), t.serializer);
674
657
  }
675
- var un = function() {
658
+ var ui = function() {
676
659
  return JSON.stringify(arguments);
677
- };
678
- function Et() {
679
- this.cache = /* @__PURE__ */ Object.create(null);
680
- }
681
- Et.prototype.get = function(e) {
682
- return this.cache[e];
683
- };
684
- Et.prototype.set = function(e, t) {
685
- this.cache[e] = t;
686
- };
687
- var cn = {
660
+ }, ci = (
661
+ /** @class */
662
+ function() {
663
+ function e() {
664
+ this.cache = /* @__PURE__ */ Object.create(null);
665
+ }
666
+ return e.prototype.get = function(t) {
667
+ return this.cache[t];
668
+ }, e.prototype.set = function(t, n) {
669
+ this.cache[t] = n;
670
+ }, e;
671
+ }()
672
+ ), hi = {
688
673
  create: function() {
689
- return new Et();
674
+ return new ci();
690
675
  }
691
- }, nt = {
692
- variadic: an,
693
- monadic: ln
694
- }, B;
676
+ }, ot = {
677
+ variadic: li
678
+ }, Xe = function() {
679
+ return Xe = Object.assign || function(t) {
680
+ for (var n, i = 1, r = arguments.length; i < r; i++) {
681
+ n = arguments[i];
682
+ for (var o in n)
683
+ Object.prototype.hasOwnProperty.call(n, o) && (t[o] = n[o]);
684
+ }
685
+ return t;
686
+ }, Xe.apply(this, arguments);
687
+ };
688
+ var B;
695
689
  (function(e) {
696
690
  e[e.EXPECT_ARGUMENT_CLOSING_BRACE = 1] = "EXPECT_ARGUMENT_CLOSING_BRACE", e[e.EMPTY_ARGUMENT = 2] = "EMPTY_ARGUMENT", e[e.MALFORMED_ARGUMENT = 3] = "MALFORMED_ARGUMENT", e[e.EXPECT_ARGUMENT_TYPE = 4] = "EXPECT_ARGUMENT_TYPE", e[e.INVALID_ARGUMENT_TYPE = 5] = "INVALID_ARGUMENT_TYPE", e[e.EXPECT_ARGUMENT_STYLE = 6] = "EXPECT_ARGUMENT_STYLE", e[e.INVALID_NUMBER_SKELETON = 7] = "INVALID_NUMBER_SKELETON", e[e.INVALID_DATE_TIME_SKELETON = 8] = "INVALID_DATE_TIME_SKELETON", e[e.EXPECT_NUMBER_SKELETON = 9] = "EXPECT_NUMBER_SKELETON", e[e.EXPECT_DATE_TIME_SKELETON = 10] = "EXPECT_DATE_TIME_SKELETON", e[e.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE = 11] = "UNCLOSED_QUOTE_IN_ARGUMENT_STYLE", e[e.EXPECT_SELECT_ARGUMENT_OPTIONS = 12] = "EXPECT_SELECT_ARGUMENT_OPTIONS", e[e.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE = 13] = "EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE", e[e.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE = 14] = "INVALID_PLURAL_ARGUMENT_OFFSET_VALUE", e[e.EXPECT_SELECT_ARGUMENT_SELECTOR = 15] = "EXPECT_SELECT_ARGUMENT_SELECTOR", e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR = 16] = "EXPECT_PLURAL_ARGUMENT_SELECTOR", e[e.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT = 17] = "EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT", e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT = 18] = "EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT", e[e.INVALID_PLURAL_ARGUMENT_SELECTOR = 19] = "INVALID_PLURAL_ARGUMENT_SELECTOR", e[e.DUPLICATE_PLURAL_ARGUMENT_SELECTOR = 20] = "DUPLICATE_PLURAL_ARGUMENT_SELECTOR", e[e.DUPLICATE_SELECT_ARGUMENT_SELECTOR = 21] = "DUPLICATE_SELECT_ARGUMENT_SELECTOR", e[e.MISSING_OTHER_CLAUSE = 22] = "MISSING_OTHER_CLAUSE", e[e.INVALID_TAG = 23] = "INVALID_TAG", e[e.INVALID_TAG_NAME = 25] = "INVALID_TAG_NAME", e[e.UNMATCHED_CLOSING_TAG = 26] = "UNMATCHED_CLOSING_TAG", e[e.UNCLOSED_TAG = 27] = "UNCLOSED_TAG";
697
691
  })(B || (B = {}));
698
- var z;
692
+ var $;
699
693
  (function(e) {
700
694
  e[e.literal = 0] = "literal", e[e.argument = 1] = "argument", e[e.number = 2] = "number", e[e.date = 3] = "date", e[e.time = 4] = "time", e[e.select = 5] = "select", e[e.plural = 6] = "plural", e[e.pound = 7] = "pound", e[e.tag = 8] = "tag";
701
- })(z || (z = {}));
702
- var Ee;
695
+ })($ || ($ = {}));
696
+ var _e;
703
697
  (function(e) {
704
698
  e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
705
- })(Ee || (Ee = {}));
706
- function St(e) {
707
- return e.type === z.literal;
699
+ })(_e || (_e = {}));
700
+ function At(e) {
701
+ return e.type === $.literal;
708
702
  }
709
- function hn(e) {
710
- return e.type === z.argument;
703
+ function fi(e) {
704
+ return e.type === $.argument;
711
705
  }
712
706
  function Jt(e) {
713
- return e.type === z.number;
707
+ return e.type === $.number;
714
708
  }
715
709
  function Qt(e) {
716
- return e.type === z.date;
710
+ return e.type === $.date;
717
711
  }
718
712
  function Kt(e) {
719
- return e.type === z.time;
713
+ return e.type === $.time;
720
714
  }
721
- function ei(e) {
722
- return e.type === z.select;
715
+ function en(e) {
716
+ return e.type === $.select;
723
717
  }
724
- function ti(e) {
725
- return e.type === z.plural;
718
+ function tn(e) {
719
+ return e.type === $.plural;
726
720
  }
727
- function fn(e) {
728
- return e.type === z.pound;
721
+ function pi(e) {
722
+ return e.type === $.pound;
729
723
  }
730
- function ii(e) {
731
- return e.type === z.tag;
724
+ function nn(e) {
725
+ return e.type === $.tag;
732
726
  }
733
- function ni(e) {
734
- return !!(e && typeof e == "object" && e.type === Ee.number);
727
+ function rn(e) {
728
+ return !!(e && typeof e == "object" && e.type === _e.number);
735
729
  }
736
- function ct(e) {
737
- return !!(e && typeof e == "object" && e.type === Ee.dateTime);
730
+ function ft(e) {
731
+ return !!(e && typeof e == "object" && e.type === _e.dateTime);
738
732
  }
739
- var ri = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, mn = /(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;
740
- function pn(e) {
733
+ var on = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, mi = /(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;
734
+ function di(e) {
741
735
  var t = {};
742
- return e.replace(mn, function(i) {
743
- var n = i.length;
744
- switch (i[0]) {
736
+ return e.replace(mi, function(n) {
737
+ var i = n.length;
738
+ switch (n[0]) {
745
739
  case "G":
746
- t.era = n === 4 ? "long" : n === 5 ? "narrow" : "short";
740
+ t.era = i === 4 ? "long" : i === 5 ? "narrow" : "short";
747
741
  break;
748
742
  case "y":
749
- t.year = n === 2 ? "2-digit" : "numeric";
743
+ t.year = i === 2 ? "2-digit" : "numeric";
750
744
  break;
751
745
  case "Y":
752
746
  case "u":
@@ -758,30 +752,30 @@ function pn(e) {
758
752
  throw new RangeError("`q/Q` (quarter) patterns are not supported");
759
753
  case "M":
760
754
  case "L":
761
- t.month = ["numeric", "2-digit", "short", "long", "narrow"][n - 1];
755
+ t.month = ["numeric", "2-digit", "short", "long", "narrow"][i - 1];
762
756
  break;
763
757
  case "w":
764
758
  case "W":
765
759
  throw new RangeError("`w/W` (week) patterns are not supported");
766
760
  case "d":
767
- t.day = ["numeric", "2-digit"][n - 1];
761
+ t.day = ["numeric", "2-digit"][i - 1];
768
762
  break;
769
763
  case "D":
770
764
  case "F":
771
765
  case "g":
772
766
  throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");
773
767
  case "E":
774
- t.weekday = n === 4 ? "long" : n === 5 ? "narrow" : "short";
768
+ t.weekday = i === 4 ? "long" : i === 5 ? "narrow" : "short";
775
769
  break;
776
770
  case "e":
777
- if (n < 4)
771
+ if (i < 4)
778
772
  throw new RangeError("`e..eee` (weekday) patterns are not supported");
779
- t.weekday = ["short", "long", "narrow", "short"][n - 4];
773
+ t.weekday = ["short", "long", "narrow", "short"][i - 4];
780
774
  break;
781
775
  case "c":
782
- if (n < 4)
776
+ if (i < 4)
783
777
  throw new RangeError("`c..ccc` (weekday) patterns are not supported");
784
- t.weekday = ["short", "long", "narrow", "short"][n - 4];
778
+ t.weekday = ["short", "long", "narrow", "short"][i - 4];
785
779
  break;
786
780
  case "a":
787
781
  t.hour12 = !0;
@@ -790,32 +784,32 @@ function pn(e) {
790
784
  case "B":
791
785
  throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");
792
786
  case "h":
793
- t.hourCycle = "h12", t.hour = ["numeric", "2-digit"][n - 1];
787
+ t.hourCycle = "h12", t.hour = ["numeric", "2-digit"][i - 1];
794
788
  break;
795
789
  case "H":
796
- t.hourCycle = "h23", t.hour = ["numeric", "2-digit"][n - 1];
790
+ t.hourCycle = "h23", t.hour = ["numeric", "2-digit"][i - 1];
797
791
  break;
798
792
  case "K":
799
- t.hourCycle = "h11", t.hour = ["numeric", "2-digit"][n - 1];
793
+ t.hourCycle = "h11", t.hour = ["numeric", "2-digit"][i - 1];
800
794
  break;
801
795
  case "k":
802
- t.hourCycle = "h24", t.hour = ["numeric", "2-digit"][n - 1];
796
+ t.hourCycle = "h24", t.hour = ["numeric", "2-digit"][i - 1];
803
797
  break;
804
798
  case "j":
805
799
  case "J":
806
800
  case "C":
807
801
  throw new RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");
808
802
  case "m":
809
- t.minute = ["numeric", "2-digit"][n - 1];
803
+ t.minute = ["numeric", "2-digit"][i - 1];
810
804
  break;
811
805
  case "s":
812
- t.second = ["numeric", "2-digit"][n - 1];
806
+ t.second = ["numeric", "2-digit"][i - 1];
813
807
  break;
814
808
  case "S":
815
809
  case "A":
816
810
  throw new RangeError("`S/A` (second) patterns are not supported, use `s` instead");
817
811
  case "z":
818
- t.timeZoneName = n < 4 ? "short" : "long";
812
+ t.timeZoneName = i < 4 ? "short" : "long";
819
813
  break;
820
814
  case "Z":
821
815
  case "O":
@@ -828,36 +822,46 @@ function pn(e) {
828
822
  return "";
829
823
  }), t;
830
824
  }
831
- var dn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
832
- function bn(e) {
825
+ var V = function() {
826
+ return V = Object.assign || function(t) {
827
+ for (var n, i = 1, r = arguments.length; i < r; i++) {
828
+ n = arguments[i];
829
+ for (var o in n)
830
+ Object.prototype.hasOwnProperty.call(n, o) && (t[o] = n[o]);
831
+ }
832
+ return t;
833
+ }, V.apply(this, arguments);
834
+ };
835
+ var gi = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
836
+ function bi(e) {
833
837
  if (e.length === 0)
834
838
  throw new Error("Number skeleton cannot be empty");
835
- for (var t = e.split(dn).filter(function(p) {
836
- return p.length > 0;
837
- }), i = [], n = 0, r = t; n < r.length; n++) {
838
- var o = r[n], a = o.split("/");
839
+ for (var t = e.split(gi).filter(function(m) {
840
+ return m.length > 0;
841
+ }), n = [], i = 0, r = t; i < r.length; i++) {
842
+ var o = r[i], a = o.split("/");
839
843
  if (a.length === 0)
840
844
  throw new Error("Invalid number skeleton");
841
845
  for (var s = a[0], u = a.slice(1), l = 0, c = u; l < c.length; l++) {
842
- var m = c[l];
843
- if (m.length === 0)
846
+ var p = c[l];
847
+ if (p.length === 0)
844
848
  throw new Error("Invalid number skeleton");
845
849
  }
846
- i.push({ stem: s, options: u });
850
+ n.push({ stem: s, options: u });
847
851
  }
848
- return i;
852
+ return n;
849
853
  }
850
- function gn(e) {
854
+ function yi(e) {
851
855
  return e.replace(/^(.*?)-/, "");
852
856
  }
853
- var It = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, oi = /^(@+)?(\+|#+)?[rs]?$/g, yn = /(\*)(0+)|(#+)(0+)|(0+)/g, si = /^(0+)$/;
857
+ var It = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, sn = /^(@+)?(\+|#+)?[rs]?$/g, vi = /(\*)(0+)|(#+)(0+)|(0+)/g, an = /^(0+)$/;
854
858
  function kt(e) {
855
859
  var t = {};
856
- return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(oi, function(i, n, r) {
857
- return typeof r != "string" ? (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length) : r === "+" ? t.minimumSignificantDigits = n.length : n[0] === "#" ? t.maximumSignificantDigits = n.length : (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length + (typeof r == "string" ? r.length : 0)), "";
860
+ return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(sn, function(n, i, r) {
861
+ return typeof r != "string" ? (t.minimumSignificantDigits = i.length, t.maximumSignificantDigits = i.length) : r === "+" ? t.minimumSignificantDigits = i.length : i[0] === "#" ? t.maximumSignificantDigits = i.length : (t.minimumSignificantDigits = i.length, t.maximumSignificantDigits = i.length + (typeof r == "string" ? r.length : 0)), "";
858
862
  }), t;
859
863
  }
860
- function ai(e) {
864
+ function ln(e) {
861
865
  switch (e) {
862
866
  case "sign-auto":
863
867
  return {
@@ -897,27 +901,27 @@ function ai(e) {
897
901
  };
898
902
  }
899
903
  }
900
- function vn(e) {
904
+ function Ei(e) {
901
905
  var t;
902
906
  if (e[0] === "E" && e[1] === "E" ? (t = {
903
907
  notation: "engineering"
904
908
  }, e = e.slice(2)) : e[0] === "E" && (t = {
905
909
  notation: "scientific"
906
910
  }, e = e.slice(1)), t) {
907
- var i = e.slice(0, 2);
908
- if (i === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : i === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !si.test(e))
911
+ var n = e.slice(0, 2);
912
+ if (n === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : n === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !an.test(e))
909
913
  throw new Error("Malformed concise eng/scientific notation");
910
914
  t.minimumIntegerDigits = e.length;
911
915
  }
912
916
  return t;
913
917
  }
914
918
  function Ht(e) {
915
- var t = {}, i = ai(e);
916
- return i || t;
919
+ var t = {}, n = ln(e);
920
+ return n || t;
917
921
  }
918
- function En(e) {
919
- for (var t = {}, i = 0, n = e; i < n.length; i++) {
920
- var r = n[i];
922
+ function _i(e) {
923
+ for (var t = {}, n = 0, i = e; n < i.length; n++) {
924
+ var r = i[n];
921
925
  switch (r.stem) {
922
926
  case "percent":
923
927
  case "%":
@@ -939,7 +943,7 @@ function En(e) {
939
943
  continue;
940
944
  case "measure-unit":
941
945
  case "unit":
942
- t.style = "unit", t.unit = gn(r.options[0]);
946
+ t.style = "unit", t.unit = yi(r.options[0]);
943
947
  continue;
944
948
  case "compact-short":
945
949
  case "K":
@@ -950,13 +954,13 @@ function En(e) {
950
954
  t.notation = "compact", t.compactDisplay = "long";
951
955
  continue;
952
956
  case "scientific":
953
- t = k(k(k({}, t), { notation: "scientific" }), r.options.reduce(function(u, l) {
954
- return k(k({}, u), Ht(l));
957
+ t = V(V(V({}, t), { notation: "scientific" }), r.options.reduce(function(u, l) {
958
+ return V(V({}, u), Ht(l));
955
959
  }, {}));
956
960
  continue;
957
961
  case "engineering":
958
- t = k(k(k({}, t), { notation: "engineering" }), r.options.reduce(function(u, l) {
959
- return k(k({}, u), Ht(l));
962
+ t = V(V(V({}, t), { notation: "engineering" }), r.options.reduce(function(u, l) {
963
+ return V(V({}, u), Ht(l));
960
964
  }, {}));
961
965
  continue;
962
966
  case "notation-simple":
@@ -1001,11 +1005,11 @@ function En(e) {
1001
1005
  case "integer-width":
1002
1006
  if (r.options.length > 1)
1003
1007
  throw new RangeError("integer-width stems only accept a single optional option");
1004
- r.options[0].replace(yn, function(u, l, c, m, p, d) {
1008
+ r.options[0].replace(vi, function(u, l, c, p, m, d) {
1005
1009
  if (l)
1006
1010
  t.minimumIntegerDigits = c.length;
1007
1011
  else {
1008
- if (m && p)
1012
+ if (p && m)
1009
1013
  throw new Error("We currently do not support maximum integer digits");
1010
1014
  if (d)
1011
1015
  throw new Error("We currently do not support exact integer digits");
@@ -1014,32 +1018,32 @@ function En(e) {
1014
1018
  });
1015
1019
  continue;
1016
1020
  }
1017
- if (si.test(r.stem)) {
1021
+ if (an.test(r.stem)) {
1018
1022
  t.minimumIntegerDigits = r.stem.length;
1019
1023
  continue;
1020
1024
  }
1021
1025
  if (It.test(r.stem)) {
1022
1026
  if (r.options.length > 1)
1023
1027
  throw new RangeError("Fraction-precision stems only accept a single optional option");
1024
- r.stem.replace(It, function(u, l, c, m, p, d) {
1025
- return c === "*" ? t.minimumFractionDigits = l.length : m && m[0] === "#" ? t.maximumFractionDigits = m.length : p && d ? (t.minimumFractionDigits = p.length, t.maximumFractionDigits = p.length + d.length) : (t.minimumFractionDigits = l.length, t.maximumFractionDigits = l.length), "";
1028
+ r.stem.replace(It, function(u, l, c, p, m, d) {
1029
+ return c === "*" ? t.minimumFractionDigits = l.length : p && p[0] === "#" ? t.maximumFractionDigits = p.length : m && d ? (t.minimumFractionDigits = m.length, t.maximumFractionDigits = m.length + d.length) : (t.minimumFractionDigits = l.length, t.maximumFractionDigits = l.length), "";
1026
1030
  });
1027
1031
  var o = r.options[0];
1028
- o === "w" ? t = k(k({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = k(k({}, t), kt(o)));
1032
+ o === "w" ? t = V(V({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = V(V({}, t), kt(o)));
1029
1033
  continue;
1030
1034
  }
1031
- if (oi.test(r.stem)) {
1032
- t = k(k({}, t), kt(r.stem));
1035
+ if (sn.test(r.stem)) {
1036
+ t = V(V({}, t), kt(r.stem));
1033
1037
  continue;
1034
1038
  }
1035
- var a = ai(r.stem);
1036
- a && (t = k(k({}, t), a));
1037
- var s = vn(r.stem);
1038
- s && (t = k(k({}, t), s));
1039
+ var a = ln(r.stem);
1040
+ a && (t = V(V({}, t), a));
1041
+ var s = Ei(r.stem);
1042
+ s && (t = V(V({}, t), s));
1039
1043
  }
1040
1044
  return t;
1041
1045
  }
1042
- var Ge = {
1046
+ var $e = {
1043
1047
  "001": [
1044
1048
  "H",
1045
1049
  "h"
@@ -2454,23 +2458,23 @@ var Ge = {
2454
2458
  "h"
2455
2459
  ]
2456
2460
  };
2457
- function _n(e, t) {
2458
- for (var i = "", n = 0; n < e.length; n++) {
2459
- var r = e.charAt(n);
2461
+ function xi(e, t) {
2462
+ for (var n = "", i = 0; i < e.length; i++) {
2463
+ var r = e.charAt(i);
2460
2464
  if (r === "j") {
2461
- for (var o = 0; n + 1 < e.length && e.charAt(n + 1) === r; )
2462
- o++, n++;
2463
- var a = 1 + (o & 1), s = o < 2 ? 1 : 3 + (o >> 1), u = "a", l = xn(t);
2465
+ for (var o = 0; i + 1 < e.length && e.charAt(i + 1) === r; )
2466
+ o++, i++;
2467
+ var a = 1 + (o & 1), s = o < 2 ? 1 : 3 + (o >> 1), u = "a", l = Ti(t);
2464
2468
  for ((l == "H" || l == "k") && (s = 0); s-- > 0; )
2465
- i += u;
2469
+ n += u;
2466
2470
  for (; a-- > 0; )
2467
- i = l + i;
2471
+ n = l + n;
2468
2472
  } else
2469
- r === "J" ? i += "H" : i += r;
2473
+ r === "J" ? n += "H" : n += r;
2470
2474
  }
2471
- return i;
2475
+ return n;
2472
2476
  }
2473
- function xn(e) {
2477
+ function Ti(e) {
2474
2478
  var t = e.hourCycle;
2475
2479
  if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
2476
2480
  e.hourCycles && // @ts-ignore
@@ -2487,73 +2491,73 @@ function xn(e) {
2487
2491
  default:
2488
2492
  throw new Error("Invalid hourCycle");
2489
2493
  }
2490
- var i = e.language, n;
2491
- i !== "root" && (n = e.maximize().region);
2492
- var r = Ge[n || ""] || Ge[i || ""] || Ge["".concat(i, "-001")] || Ge["001"];
2494
+ var n = e.language, i;
2495
+ n !== "root" && (i = e.maximize().region);
2496
+ var r = $e[i || ""] || $e[n || ""] || $e["".concat(n, "-001")] || $e["001"];
2493
2497
  return r[0];
2494
2498
  }
2495
- var rt, Tn = new RegExp("^".concat(ri.source, "*")), Pn = new RegExp("".concat(ri.source, "*$"));
2496
- function S(e, t) {
2499
+ var st, Pi = new RegExp("^".concat(on.source, "*")), wi = new RegExp("".concat(on.source, "*$"));
2500
+ function A(e, t) {
2497
2501
  return { start: e, end: t };
2498
2502
  }
2499
- var wn = !!String.prototype.startsWith && "_a".startsWith("a", 1), Bn = !!String.fromCodePoint, Ln = !!Object.fromEntries, An = !!String.prototype.codePointAt, Sn = !!String.prototype.trimStart, In = !!String.prototype.trimEnd, kn = !!Number.isSafeInteger, Hn = kn ? Number.isSafeInteger : function(e) {
2503
+ var Bi = !!String.prototype.startsWith && "_a".startsWith("a", 1), Li = !!String.fromCodePoint, Si = !!Object.fromEntries, Ai = !!String.prototype.codePointAt, Ii = !!String.prototype.trimStart, ki = !!String.prototype.trimEnd, Hi = !!Number.isSafeInteger, Ci = Hi ? Number.isSafeInteger : function(e) {
2500
2504
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
2501
- }, ht = !0;
2505
+ }, pt = !0;
2502
2506
  try {
2503
- var Cn = ui("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2504
- ht = ((rt = Cn.exec("a")) === null || rt === void 0 ? void 0 : rt[0]) === "a";
2507
+ var Ni = cn("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2508
+ pt = ((st = Ni.exec("a")) === null || st === void 0 ? void 0 : st[0]) === "a";
2505
2509
  } catch {
2506
- ht = !1;
2510
+ pt = !1;
2507
2511
  }
2508
- var Ct = wn ? (
2512
+ var Ct = Bi ? (
2509
2513
  // Native
2510
- function(t, i, n) {
2511
- return t.startsWith(i, n);
2514
+ function(t, n, i) {
2515
+ return t.startsWith(n, i);
2512
2516
  }
2513
2517
  ) : (
2514
2518
  // For IE11
2515
- function(t, i, n) {
2516
- return t.slice(n, n + i.length) === i;
2519
+ function(t, n, i) {
2520
+ return t.slice(i, i + n.length) === n;
2517
2521
  }
2518
- ), ft = Bn ? String.fromCodePoint : (
2522
+ ), mt = Li ? String.fromCodePoint : (
2519
2523
  // IE11
2520
2524
  function() {
2521
- for (var t = [], i = 0; i < arguments.length; i++)
2522
- t[i] = arguments[i];
2523
- for (var n = "", r = t.length, o = 0, a; r > o; ) {
2525
+ for (var t = [], n = 0; n < arguments.length; n++)
2526
+ t[n] = arguments[n];
2527
+ for (var i = "", r = t.length, o = 0, a; r > o; ) {
2524
2528
  if (a = t[o++], a > 1114111)
2525
2529
  throw RangeError(a + " is not a valid code point");
2526
- n += a < 65536 ? String.fromCharCode(a) : String.fromCharCode(((a -= 65536) >> 10) + 55296, a % 1024 + 56320);
2530
+ i += a < 65536 ? String.fromCharCode(a) : String.fromCharCode(((a -= 65536) >> 10) + 55296, a % 1024 + 56320);
2527
2531
  }
2528
- return n;
2532
+ return i;
2529
2533
  }
2530
2534
  ), Nt = (
2531
2535
  // native
2532
- Ln ? Object.fromEntries : (
2536
+ Si ? Object.fromEntries : (
2533
2537
  // Ponyfill
2534
2538
  function(t) {
2535
- for (var i = {}, n = 0, r = t; n < r.length; n++) {
2536
- var o = r[n], a = o[0], s = o[1];
2537
- i[a] = s;
2539
+ for (var n = {}, i = 0, r = t; i < r.length; i++) {
2540
+ var o = r[i], a = o[0], s = o[1];
2541
+ n[a] = s;
2538
2542
  }
2539
- return i;
2543
+ return n;
2540
2544
  }
2541
2545
  )
2542
- ), li = An ? (
2546
+ ), un = Ai ? (
2543
2547
  // Native
2544
- function(t, i) {
2545
- return t.codePointAt(i);
2548
+ function(t, n) {
2549
+ return t.codePointAt(n);
2546
2550
  }
2547
2551
  ) : (
2548
2552
  // IE 11
2549
- function(t, i) {
2550
- var n = t.length;
2551
- if (!(i < 0 || i >= n)) {
2552
- var r = t.charCodeAt(i), o;
2553
- return r < 55296 || r > 56319 || i + 1 === n || (o = t.charCodeAt(i + 1)) < 56320 || o > 57343 ? r : (r - 55296 << 10) + (o - 56320) + 65536;
2553
+ function(t, n) {
2554
+ var i = t.length;
2555
+ if (!(n < 0 || n >= i)) {
2556
+ var r = t.charCodeAt(n), o;
2557
+ return r < 55296 || r > 56319 || n + 1 === i || (o = t.charCodeAt(n + 1)) < 56320 || o > 57343 ? r : (r - 55296 << 10) + (o - 56320) + 65536;
2554
2558
  }
2555
2559
  }
2556
- ), Nn = Sn ? (
2560
+ ), Oi = Ii ? (
2557
2561
  // Native
2558
2562
  function(t) {
2559
2563
  return t.trimStart();
@@ -2561,9 +2565,9 @@ var Ct = wn ? (
2561
2565
  ) : (
2562
2566
  // Ponyfill
2563
2567
  function(t) {
2564
- return t.replace(Tn, "");
2568
+ return t.replace(Pi, "");
2565
2569
  }
2566
- ), On = In ? (
2570
+ ), Mi = ki ? (
2567
2571
  // Native
2568
2572
  function(t) {
2569
2573
  return t.trimEnd();
@@ -2571,69 +2575,69 @@ var Ct = wn ? (
2571
2575
  ) : (
2572
2576
  // Ponyfill
2573
2577
  function(t) {
2574
- return t.replace(Pn, "");
2578
+ return t.replace(wi, "");
2575
2579
  }
2576
2580
  );
2577
- function ui(e, t) {
2581
+ function cn(e, t) {
2578
2582
  return new RegExp(e, t);
2579
2583
  }
2580
- var mt;
2581
- if (ht) {
2582
- var Ot = ui("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2583
- mt = function(t, i) {
2584
- var n;
2585
- Ot.lastIndex = i;
2584
+ var dt;
2585
+ if (pt) {
2586
+ var Ot = cn("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2587
+ dt = function(t, n) {
2588
+ var i;
2589
+ Ot.lastIndex = n;
2586
2590
  var r = Ot.exec(t);
2587
- return (n = r[1]) !== null && n !== void 0 ? n : "";
2591
+ return (i = r[1]) !== null && i !== void 0 ? i : "";
2588
2592
  };
2589
2593
  } else
2590
- mt = function(t, i) {
2591
- for (var n = []; ; ) {
2592
- var r = li(t, i);
2593
- if (r === void 0 || ci(r) || Un(r))
2594
+ dt = function(t, n) {
2595
+ for (var i = []; ; ) {
2596
+ var r = un(t, n);
2597
+ if (r === void 0 || hn(r) || ji(r))
2594
2598
  break;
2595
- n.push(r), i += r >= 65536 ? 2 : 1;
2599
+ i.push(r), n += r >= 65536 ? 2 : 1;
2596
2600
  }
2597
- return ft.apply(void 0, n);
2601
+ return mt.apply(void 0, i);
2598
2602
  };
2599
- var Mn = (
2603
+ var Di = (
2600
2604
  /** @class */
2601
2605
  function() {
2602
- function e(t, i) {
2603
- i === void 0 && (i = {}), this.message = t, this.position = { offset: 0, line: 1, column: 1 }, this.ignoreTag = !!i.ignoreTag, this.locale = i.locale, this.requiresOtherClause = !!i.requiresOtherClause, this.shouldParseSkeletons = !!i.shouldParseSkeletons;
2606
+ function e(t, n) {
2607
+ n === void 0 && (n = {}), this.message = t, this.position = { offset: 0, line: 1, column: 1 }, this.ignoreTag = !!n.ignoreTag, this.locale = n.locale, this.requiresOtherClause = !!n.requiresOtherClause, this.shouldParseSkeletons = !!n.shouldParseSkeletons;
2604
2608
  }
2605
2609
  return e.prototype.parse = function() {
2606
2610
  if (this.offset() !== 0)
2607
2611
  throw Error("parser can only be used once");
2608
2612
  return this.parseMessage(0, "", !1);
2609
- }, e.prototype.parseMessage = function(t, i, n) {
2613
+ }, e.prototype.parseMessage = function(t, n, i) {
2610
2614
  for (var r = []; !this.isEOF(); ) {
2611
2615
  var o = this.char();
2612
2616
  if (o === 123) {
2613
- var a = this.parseArgument(t, n);
2617
+ var a = this.parseArgument(t, i);
2614
2618
  if (a.err)
2615
2619
  return a;
2616
2620
  r.push(a.val);
2617
2621
  } else {
2618
2622
  if (o === 125 && t > 0)
2619
2623
  break;
2620
- if (o === 35 && (i === "plural" || i === "selectordinal")) {
2624
+ if (o === 35 && (n === "plural" || n === "selectordinal")) {
2621
2625
  var s = this.clonePosition();
2622
2626
  this.bump(), r.push({
2623
- type: z.pound,
2624
- location: S(s, this.clonePosition())
2627
+ type: $.pound,
2628
+ location: A(s, this.clonePosition())
2625
2629
  });
2626
2630
  } else if (o === 60 && !this.ignoreTag && this.peek() === 47) {
2627
- if (n)
2631
+ if (i)
2628
2632
  break;
2629
- return this.error(B.UNMATCHED_CLOSING_TAG, S(this.clonePosition(), this.clonePosition()));
2630
- } else if (o === 60 && !this.ignoreTag && pt(this.peek() || 0)) {
2631
- var a = this.parseTag(t, i);
2633
+ return this.error(B.UNMATCHED_CLOSING_TAG, A(this.clonePosition(), this.clonePosition()));
2634
+ } else if (o === 60 && !this.ignoreTag && gt(this.peek() || 0)) {
2635
+ var a = this.parseTag(t, n);
2632
2636
  if (a.err)
2633
2637
  return a;
2634
2638
  r.push(a.val);
2635
2639
  } else {
2636
- var a = this.parseLiteral(t, i);
2640
+ var a = this.parseLiteral(t, n);
2637
2641
  if (a.err)
2638
2642
  return a;
2639
2643
  r.push(a.val);
@@ -2641,54 +2645,54 @@ var Mn = (
2641
2645
  }
2642
2646
  }
2643
2647
  return { val: r, err: null };
2644
- }, e.prototype.parseTag = function(t, i) {
2645
- var n = this.clonePosition();
2648
+ }, e.prototype.parseTag = function(t, n) {
2649
+ var i = this.clonePosition();
2646
2650
  this.bump();
2647
2651
  var r = this.parseTagName();
2648
2652
  if (this.bumpSpace(), this.bumpIf("/>"))
2649
2653
  return {
2650
2654
  val: {
2651
- type: z.literal,
2655
+ type: $.literal,
2652
2656
  value: "<".concat(r, "/>"),
2653
- location: S(n, this.clonePosition())
2657
+ location: A(i, this.clonePosition())
2654
2658
  },
2655
2659
  err: null
2656
2660
  };
2657
2661
  if (this.bumpIf(">")) {
2658
- var o = this.parseMessage(t + 1, i, !0);
2662
+ var o = this.parseMessage(t + 1, n, !0);
2659
2663
  if (o.err)
2660
2664
  return o;
2661
2665
  var a = o.val, s = this.clonePosition();
2662
2666
  if (this.bumpIf("</")) {
2663
- if (this.isEOF() || !pt(this.char()))
2664
- return this.error(B.INVALID_TAG, S(s, this.clonePosition()));
2667
+ if (this.isEOF() || !gt(this.char()))
2668
+ return this.error(B.INVALID_TAG, A(s, this.clonePosition()));
2665
2669
  var u = this.clonePosition(), l = this.parseTagName();
2666
- return r !== l ? this.error(B.UNMATCHED_CLOSING_TAG, S(u, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
2670
+ return r !== l ? this.error(B.UNMATCHED_CLOSING_TAG, A(u, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
2667
2671
  val: {
2668
- type: z.tag,
2672
+ type: $.tag,
2669
2673
  value: r,
2670
2674
  children: a,
2671
- location: S(n, this.clonePosition())
2675
+ location: A(i, this.clonePosition())
2672
2676
  },
2673
2677
  err: null
2674
- } : this.error(B.INVALID_TAG, S(s, this.clonePosition())));
2678
+ } : this.error(B.INVALID_TAG, A(s, this.clonePosition())));
2675
2679
  } else
2676
- return this.error(B.UNCLOSED_TAG, S(n, this.clonePosition()));
2680
+ return this.error(B.UNCLOSED_TAG, A(i, this.clonePosition()));
2677
2681
  } else
2678
- return this.error(B.INVALID_TAG, S(n, this.clonePosition()));
2682
+ return this.error(B.INVALID_TAG, A(i, this.clonePosition()));
2679
2683
  }, e.prototype.parseTagName = function() {
2680
2684
  var t = this.offset();
2681
- for (this.bump(); !this.isEOF() && Rn(this.char()); )
2685
+ for (this.bump(); !this.isEOF() && Ui(this.char()); )
2682
2686
  this.bump();
2683
2687
  return this.message.slice(t, this.offset());
2684
- }, e.prototype.parseLiteral = function(t, i) {
2685
- for (var n = this.clonePosition(), r = ""; ; ) {
2686
- var o = this.tryParseQuote(i);
2688
+ }, e.prototype.parseLiteral = function(t, n) {
2689
+ for (var i = this.clonePosition(), r = ""; ; ) {
2690
+ var o = this.tryParseQuote(n);
2687
2691
  if (o) {
2688
2692
  r += o;
2689
2693
  continue;
2690
2694
  }
2691
- var a = this.tryParseUnquoted(t, i);
2695
+ var a = this.tryParseUnquoted(t, n);
2692
2696
  if (a) {
2693
2697
  r += a;
2694
2698
  continue;
@@ -2700,14 +2704,14 @@ var Mn = (
2700
2704
  }
2701
2705
  break;
2702
2706
  }
2703
- var u = S(n, this.clonePosition());
2707
+ var u = A(i, this.clonePosition());
2704
2708
  return {
2705
- val: { type: z.literal, value: r, location: u },
2709
+ val: { type: $.literal, value: r, location: u },
2706
2710
  err: null
2707
2711
  };
2708
2712
  }, e.prototype.tryParseLeftAngleBracket = function() {
2709
2713
  return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
2710
- !Dn(this.peek() || 0)) ? (this.bump(), "<") : null;
2714
+ !Ri(this.peek() || 0)) ? (this.bump(), "<") : null;
2711
2715
  }, e.prototype.tryParseQuote = function(t) {
2712
2716
  if (this.isEOF() || this.char() !== 39)
2713
2717
  return null;
@@ -2727,63 +2731,63 @@ var Mn = (
2727
2731
  return null;
2728
2732
  }
2729
2733
  this.bump();
2730
- var i = [this.char()];
2734
+ var n = [this.char()];
2731
2735
  for (this.bump(); !this.isEOF(); ) {
2732
- var n = this.char();
2733
- if (n === 39)
2736
+ var i = this.char();
2737
+ if (i === 39)
2734
2738
  if (this.peek() === 39)
2735
- i.push(39), this.bump();
2739
+ n.push(39), this.bump();
2736
2740
  else {
2737
2741
  this.bump();
2738
2742
  break;
2739
2743
  }
2740
2744
  else
2741
- i.push(n);
2745
+ n.push(i);
2742
2746
  this.bump();
2743
2747
  }
2744
- return ft.apply(void 0, i);
2745
- }, e.prototype.tryParseUnquoted = function(t, i) {
2748
+ return mt.apply(void 0, n);
2749
+ }, e.prototype.tryParseUnquoted = function(t, n) {
2746
2750
  if (this.isEOF())
2747
2751
  return null;
2748
- var n = this.char();
2749
- return n === 60 || n === 123 || n === 35 && (i === "plural" || i === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), ft(n));
2750
- }, e.prototype.parseArgument = function(t, i) {
2751
- var n = this.clonePosition();
2752
+ var i = this.char();
2753
+ return i === 60 || i === 123 || i === 35 && (n === "plural" || n === "selectordinal") || i === 125 && t > 0 ? null : (this.bump(), mt(i));
2754
+ }, e.prototype.parseArgument = function(t, n) {
2755
+ var i = this.clonePosition();
2752
2756
  if (this.bump(), this.bumpSpace(), this.isEOF())
2753
- return this.error(B.EXPECT_ARGUMENT_CLOSING_BRACE, S(n, this.clonePosition()));
2757
+ return this.error(B.EXPECT_ARGUMENT_CLOSING_BRACE, A(i, this.clonePosition()));
2754
2758
  if (this.char() === 125)
2755
- return this.bump(), this.error(B.EMPTY_ARGUMENT, S(n, this.clonePosition()));
2759
+ return this.bump(), this.error(B.EMPTY_ARGUMENT, A(i, this.clonePosition()));
2756
2760
  var r = this.parseIdentifierIfPossible().value;
2757
2761
  if (!r)
2758
- return this.error(B.MALFORMED_ARGUMENT, S(n, this.clonePosition()));
2762
+ return this.error(B.MALFORMED_ARGUMENT, A(i, this.clonePosition()));
2759
2763
  if (this.bumpSpace(), this.isEOF())
2760
- return this.error(B.EXPECT_ARGUMENT_CLOSING_BRACE, S(n, this.clonePosition()));
2764
+ return this.error(B.EXPECT_ARGUMENT_CLOSING_BRACE, A(i, this.clonePosition()));
2761
2765
  switch (this.char()) {
2762
2766
  case 125:
2763
2767
  return this.bump(), {
2764
2768
  val: {
2765
- type: z.argument,
2769
+ type: $.argument,
2766
2770
  // value does not include the opening and closing braces.
2767
2771
  value: r,
2768
- location: S(n, this.clonePosition())
2772
+ location: A(i, this.clonePosition())
2769
2773
  },
2770
2774
  err: null
2771
2775
  };
2772
2776
  case 44:
2773
- return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(B.EXPECT_ARGUMENT_CLOSING_BRACE, S(n, this.clonePosition())) : this.parseArgumentOptions(t, i, r, n);
2777
+ return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(B.EXPECT_ARGUMENT_CLOSING_BRACE, A(i, this.clonePosition())) : this.parseArgumentOptions(t, n, r, i);
2774
2778
  default:
2775
- return this.error(B.MALFORMED_ARGUMENT, S(n, this.clonePosition()));
2779
+ return this.error(B.MALFORMED_ARGUMENT, A(i, this.clonePosition()));
2776
2780
  }
2777
2781
  }, e.prototype.parseIdentifierIfPossible = function() {
2778
- var t = this.clonePosition(), i = this.offset(), n = mt(this.message, i), r = i + n.length;
2782
+ var t = this.clonePosition(), n = this.offset(), i = dt(this.message, n), r = n + i.length;
2779
2783
  this.bumpTo(r);
2780
- var o = this.clonePosition(), a = S(t, o);
2781
- return { value: n, location: a };
2782
- }, e.prototype.parseArgumentOptions = function(t, i, n, r) {
2784
+ var o = this.clonePosition(), a = A(t, o);
2785
+ return { value: i, location: a };
2786
+ }, e.prototype.parseArgumentOptions = function(t, n, i, r) {
2783
2787
  var o, a = this.clonePosition(), s = this.parseIdentifierIfPossible().value, u = this.clonePosition();
2784
2788
  switch (s) {
2785
2789
  case "":
2786
- return this.error(B.EXPECT_ARGUMENT_TYPE, S(a, u));
2790
+ return this.error(B.EXPECT_ARGUMENT_TYPE, A(a, u));
2787
2791
  case "number":
2788
2792
  case "date":
2789
2793
  case "time": {
@@ -2791,48 +2795,48 @@ var Mn = (
2791
2795
  var l = null;
2792
2796
  if (this.bumpIf(",")) {
2793
2797
  this.bumpSpace();
2794
- var c = this.clonePosition(), m = this.parseSimpleArgStyleIfPossible();
2795
- if (m.err)
2796
- return m;
2797
- var p = On(m.val);
2798
- if (p.length === 0)
2799
- return this.error(B.EXPECT_ARGUMENT_STYLE, S(this.clonePosition(), this.clonePosition()));
2800
- var d = S(c, this.clonePosition());
2801
- l = { style: p, styleLocation: d };
2798
+ var c = this.clonePosition(), p = this.parseSimpleArgStyleIfPossible();
2799
+ if (p.err)
2800
+ return p;
2801
+ var m = Mi(p.val);
2802
+ if (m.length === 0)
2803
+ return this.error(B.EXPECT_ARGUMENT_STYLE, A(this.clonePosition(), this.clonePosition()));
2804
+ var d = A(c, this.clonePosition());
2805
+ l = { style: m, styleLocation: d };
2802
2806
  }
2803
2807
  var E = this.tryParseArgumentClose(r);
2804
2808
  if (E.err)
2805
2809
  return E;
2806
- var _ = S(r, this.clonePosition());
2810
+ var _ = A(r, this.clonePosition());
2807
2811
  if (l && Ct(l?.style, "::", 0)) {
2808
- var y = Nn(l.style.slice(2));
2812
+ var y = Oi(l.style.slice(2));
2809
2813
  if (s === "number") {
2810
- var m = this.parseNumberSkeletonFromString(y, l.styleLocation);
2811
- return m.err ? m : {
2812
- val: { type: z.number, value: n, location: _, style: m.val },
2814
+ var p = this.parseNumberSkeletonFromString(y, l.styleLocation);
2815
+ return p.err ? p : {
2816
+ val: { type: $.number, value: i, location: _, style: p.val },
2813
2817
  err: null
2814
2818
  };
2815
2819
  } else {
2816
2820
  if (y.length === 0)
2817
2821
  return this.error(B.EXPECT_DATE_TIME_SKELETON, _);
2818
2822
  var v = y;
2819
- this.locale && (v = _n(y, this.locale));
2820
- var p = {
2821
- type: Ee.dateTime,
2823
+ this.locale && (v = xi(y, this.locale));
2824
+ var m = {
2825
+ type: _e.dateTime,
2822
2826
  pattern: v,
2823
2827
  location: l.styleLocation,
2824
- parsedOptions: this.shouldParseSkeletons ? pn(v) : {}
2825
- }, M = s === "date" ? z.date : z.time;
2828
+ parsedOptions: this.shouldParseSkeletons ? di(v) : {}
2829
+ }, O = s === "date" ? $.date : $.time;
2826
2830
  return {
2827
- val: { type: M, value: n, location: _, style: p },
2831
+ val: { type: O, value: i, location: _, style: m },
2828
2832
  err: null
2829
2833
  };
2830
2834
  }
2831
2835
  }
2832
2836
  return {
2833
2837
  val: {
2834
- type: s === "number" ? z.number : s === "date" ? z.date : z.time,
2835
- value: n,
2838
+ type: s === "number" ? $.number : s === "date" ? $.date : $.time,
2839
+ value: i,
2836
2840
  location: _,
2837
2841
  style: (o = l?.style) !== null && o !== void 0 ? o : null
2838
2842
  },
@@ -2844,59 +2848,59 @@ var Mn = (
2844
2848
  case "select": {
2845
2849
  var w = this.clonePosition();
2846
2850
  if (this.bumpSpace(), !this.bumpIf(","))
2847
- return this.error(B.EXPECT_SELECT_ARGUMENT_OPTIONS, S(w, k({}, w)));
2851
+ return this.error(B.EXPECT_SELECT_ARGUMENT_OPTIONS, A(w, Xe({}, w)));
2848
2852
  this.bumpSpace();
2849
- var D = this.parseIdentifierIfPossible(), A = 0;
2850
- if (s !== "select" && D.value === "offset") {
2853
+ var M = this.parseIdentifierIfPossible(), S = 0;
2854
+ if (s !== "select" && M.value === "offset") {
2851
2855
  if (!this.bumpIf(":"))
2852
- return this.error(B.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, S(this.clonePosition(), this.clonePosition()));
2856
+ return this.error(B.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, A(this.clonePosition(), this.clonePosition()));
2853
2857
  this.bumpSpace();
2854
- var m = this.tryParseDecimalInteger(B.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, B.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
2855
- if (m.err)
2856
- return m;
2857
- this.bumpSpace(), D = this.parseIdentifierIfPossible(), A = m.val;
2858
+ var p = this.tryParseDecimalInteger(B.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, B.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
2859
+ if (p.err)
2860
+ return p;
2861
+ this.bumpSpace(), M = this.parseIdentifierIfPossible(), S = p.val;
2858
2862
  }
2859
- var R = this.tryParsePluralOrSelectOptions(t, s, i, D);
2860
- if (R.err)
2861
- return R;
2863
+ var D = this.tryParsePluralOrSelectOptions(t, s, n, M);
2864
+ if (D.err)
2865
+ return D;
2862
2866
  var E = this.tryParseArgumentClose(r);
2863
2867
  if (E.err)
2864
2868
  return E;
2865
- var F = S(r, this.clonePosition());
2869
+ var z = A(r, this.clonePosition());
2866
2870
  return s === "select" ? {
2867
2871
  val: {
2868
- type: z.select,
2869
- value: n,
2870
- options: Nt(R.val),
2871
- location: F
2872
+ type: $.select,
2873
+ value: i,
2874
+ options: Nt(D.val),
2875
+ location: z
2872
2876
  },
2873
2877
  err: null
2874
2878
  } : {
2875
2879
  val: {
2876
- type: z.plural,
2877
- value: n,
2878
- options: Nt(R.val),
2879
- offset: A,
2880
+ type: $.plural,
2881
+ value: i,
2882
+ options: Nt(D.val),
2883
+ offset: S,
2880
2884
  pluralType: s === "plural" ? "cardinal" : "ordinal",
2881
- location: F
2885
+ location: z
2882
2886
  },
2883
2887
  err: null
2884
2888
  };
2885
2889
  }
2886
2890
  default:
2887
- return this.error(B.INVALID_ARGUMENT_TYPE, S(a, u));
2891
+ return this.error(B.INVALID_ARGUMENT_TYPE, A(a, u));
2888
2892
  }
2889
2893
  }, e.prototype.tryParseArgumentClose = function(t) {
2890
- return this.isEOF() || this.char() !== 125 ? this.error(B.EXPECT_ARGUMENT_CLOSING_BRACE, S(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
2894
+ return this.isEOF() || this.char() !== 125 ? this.error(B.EXPECT_ARGUMENT_CLOSING_BRACE, A(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
2891
2895
  }, e.prototype.parseSimpleArgStyleIfPossible = function() {
2892
- for (var t = 0, i = this.clonePosition(); !this.isEOF(); ) {
2893
- var n = this.char();
2894
- switch (n) {
2896
+ for (var t = 0, n = this.clonePosition(); !this.isEOF(); ) {
2897
+ var i = this.char();
2898
+ switch (i) {
2895
2899
  case 39: {
2896
2900
  this.bump();
2897
2901
  var r = this.clonePosition();
2898
2902
  if (!this.bumpUntil("'"))
2899
- return this.error(B.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, S(r, this.clonePosition()));
2903
+ return this.error(B.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, A(r, this.clonePosition()));
2900
2904
  this.bump();
2901
2905
  break;
2902
2906
  }
@@ -2909,7 +2913,7 @@ var Mn = (
2909
2913
  t -= 1;
2910
2914
  else
2911
2915
  return {
2912
- val: this.message.slice(i.offset, this.offset()),
2916
+ val: this.message.slice(n.offset, this.offset()),
2913
2917
  err: null
2914
2918
  };
2915
2919
  break;
@@ -2920,44 +2924,44 @@ var Mn = (
2920
2924
  }
2921
2925
  }
2922
2926
  return {
2923
- val: this.message.slice(i.offset, this.offset()),
2927
+ val: this.message.slice(n.offset, this.offset()),
2924
2928
  err: null
2925
2929
  };
2926
- }, e.prototype.parseNumberSkeletonFromString = function(t, i) {
2927
- var n = [];
2930
+ }, e.prototype.parseNumberSkeletonFromString = function(t, n) {
2931
+ var i = [];
2928
2932
  try {
2929
- n = bn(t);
2933
+ i = bi(t);
2930
2934
  } catch {
2931
- return this.error(B.INVALID_NUMBER_SKELETON, i);
2935
+ return this.error(B.INVALID_NUMBER_SKELETON, n);
2932
2936
  }
2933
2937
  return {
2934
2938
  val: {
2935
- type: Ee.number,
2936
- tokens: n,
2937
- location: i,
2938
- parsedOptions: this.shouldParseSkeletons ? En(n) : {}
2939
+ type: _e.number,
2940
+ tokens: i,
2941
+ location: n,
2942
+ parsedOptions: this.shouldParseSkeletons ? _i(i) : {}
2939
2943
  },
2940
2944
  err: null
2941
2945
  };
2942
- }, e.prototype.tryParsePluralOrSelectOptions = function(t, i, n, r) {
2946
+ }, e.prototype.tryParsePluralOrSelectOptions = function(t, n, i, r) {
2943
2947
  for (var o, a = !1, s = [], u = /* @__PURE__ */ new Set(), l = r.value, c = r.location; ; ) {
2944
2948
  if (l.length === 0) {
2945
- var m = this.clonePosition();
2946
- if (i !== "select" && this.bumpIf("=")) {
2947
- var p = this.tryParseDecimalInteger(B.EXPECT_PLURAL_ARGUMENT_SELECTOR, B.INVALID_PLURAL_ARGUMENT_SELECTOR);
2948
- if (p.err)
2949
- return p;
2950
- c = S(m, this.clonePosition()), l = this.message.slice(m.offset, this.offset());
2949
+ var p = this.clonePosition();
2950
+ if (n !== "select" && this.bumpIf("=")) {
2951
+ var m = this.tryParseDecimalInteger(B.EXPECT_PLURAL_ARGUMENT_SELECTOR, B.INVALID_PLURAL_ARGUMENT_SELECTOR);
2952
+ if (m.err)
2953
+ return m;
2954
+ c = A(p, this.clonePosition()), l = this.message.slice(p.offset, this.offset());
2951
2955
  } else
2952
2956
  break;
2953
2957
  }
2954
2958
  if (u.has(l))
2955
- return this.error(i === "select" ? B.DUPLICATE_SELECT_ARGUMENT_SELECTOR : B.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, c);
2959
+ return this.error(n === "select" ? B.DUPLICATE_SELECT_ARGUMENT_SELECTOR : B.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, c);
2956
2960
  l === "other" && (a = !0), this.bumpSpace();
2957
2961
  var d = this.clonePosition();
2958
2962
  if (!this.bumpIf("{"))
2959
- return this.error(i === "select" ? B.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : B.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, S(this.clonePosition(), this.clonePosition()));
2960
- var E = this.parseMessage(t + 1, i, n);
2963
+ return this.error(n === "select" ? B.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : B.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, A(this.clonePosition(), this.clonePosition()));
2964
+ var E = this.parseMessage(t + 1, n, i);
2961
2965
  if (E.err)
2962
2966
  return E;
2963
2967
  var _ = this.tryParseArgumentClose(d);
@@ -2967,14 +2971,14 @@ var Mn = (
2967
2971
  l,
2968
2972
  {
2969
2973
  value: E.val,
2970
- location: S(d, this.clonePosition())
2974
+ location: A(d, this.clonePosition())
2971
2975
  }
2972
2976
  ]), u.add(l), this.bumpSpace(), o = this.parseIdentifierIfPossible(), l = o.value, c = o.location;
2973
2977
  }
2974
- return s.length === 0 ? this.error(i === "select" ? B.EXPECT_SELECT_ARGUMENT_SELECTOR : B.EXPECT_PLURAL_ARGUMENT_SELECTOR, S(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !a ? this.error(B.MISSING_OTHER_CLAUSE, S(this.clonePosition(), this.clonePosition())) : { val: s, err: null };
2975
- }, e.prototype.tryParseDecimalInteger = function(t, i) {
2976
- var n = 1, r = this.clonePosition();
2977
- this.bumpIf("+") || this.bumpIf("-") && (n = -1);
2978
+ return s.length === 0 ? this.error(n === "select" ? B.EXPECT_SELECT_ARGUMENT_SELECTOR : B.EXPECT_PLURAL_ARGUMENT_SELECTOR, A(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !a ? this.error(B.MISSING_OTHER_CLAUSE, A(this.clonePosition(), this.clonePosition())) : { val: s, err: null };
2979
+ }, e.prototype.tryParseDecimalInteger = function(t, n) {
2980
+ var i = 1, r = this.clonePosition();
2981
+ this.bumpIf("+") || this.bumpIf("-") && (i = -1);
2978
2982
  for (var o = !1, a = 0; !this.isEOF(); ) {
2979
2983
  var s = this.char();
2980
2984
  if (s >= 48 && s <= 57)
@@ -2982,8 +2986,8 @@ var Mn = (
2982
2986
  else
2983
2987
  break;
2984
2988
  }
2985
- var u = S(r, this.clonePosition());
2986
- return o ? (a *= n, Hn(a) ? { val: a, err: null } : this.error(i, u)) : this.error(t, u);
2989
+ var u = A(r, this.clonePosition());
2990
+ return o ? (a *= i, Ci(a) ? { val: a, err: null } : this.error(n, u)) : this.error(t, u);
2987
2991
  }, e.prototype.offset = function() {
2988
2992
  return this.position.offset;
2989
2993
  }, e.prototype.isEOF = function() {
@@ -2998,17 +3002,17 @@ var Mn = (
2998
3002
  var t = this.position.offset;
2999
3003
  if (t >= this.message.length)
3000
3004
  throw Error("out of bound");
3001
- var i = li(this.message, t);
3002
- if (i === void 0)
3005
+ var n = un(this.message, t);
3006
+ if (n === void 0)
3003
3007
  throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
3004
- return i;
3005
- }, e.prototype.error = function(t, i) {
3008
+ return n;
3009
+ }, e.prototype.error = function(t, n) {
3006
3010
  return {
3007
3011
  val: null,
3008
3012
  err: {
3009
3013
  kind: t,
3010
3014
  message: this.message,
3011
- location: i
3015
+ location: n
3012
3016
  }
3013
3017
  };
3014
3018
  }, e.prototype.bump = function() {
@@ -3018,81 +3022,81 @@ var Mn = (
3018
3022
  }
3019
3023
  }, e.prototype.bumpIf = function(t) {
3020
3024
  if (Ct(this.message, t, this.offset())) {
3021
- for (var i = 0; i < t.length; i++)
3025
+ for (var n = 0; n < t.length; n++)
3022
3026
  this.bump();
3023
3027
  return !0;
3024
3028
  }
3025
3029
  return !1;
3026
3030
  }, e.prototype.bumpUntil = function(t) {
3027
- var i = this.offset(), n = this.message.indexOf(t, i);
3028
- return n >= 0 ? (this.bumpTo(n), !0) : (this.bumpTo(this.message.length), !1);
3031
+ var n = this.offset(), i = this.message.indexOf(t, n);
3032
+ return i >= 0 ? (this.bumpTo(i), !0) : (this.bumpTo(this.message.length), !1);
3029
3033
  }, e.prototype.bumpTo = function(t) {
3030
3034
  if (this.offset() > t)
3031
3035
  throw Error("targetOffset ".concat(t, " must be greater than or equal to the current offset ").concat(this.offset()));
3032
3036
  for (t = Math.min(t, this.message.length); ; ) {
3033
- var i = this.offset();
3034
- if (i === t)
3037
+ var n = this.offset();
3038
+ if (n === t)
3035
3039
  break;
3036
- if (i > t)
3040
+ if (n > t)
3037
3041
  throw Error("targetOffset ".concat(t, " is at invalid UTF-16 code unit boundary"));
3038
3042
  if (this.bump(), this.isEOF())
3039
3043
  break;
3040
3044
  }
3041
3045
  }, e.prototype.bumpSpace = function() {
3042
- for (; !this.isEOF() && ci(this.char()); )
3046
+ for (; !this.isEOF() && hn(this.char()); )
3043
3047
  this.bump();
3044
3048
  }, e.prototype.peek = function() {
3045
3049
  if (this.isEOF())
3046
3050
  return null;
3047
- var t = this.char(), i = this.offset(), n = this.message.charCodeAt(i + (t >= 65536 ? 2 : 1));
3048
- return n ?? null;
3051
+ var t = this.char(), n = this.offset(), i = this.message.charCodeAt(n + (t >= 65536 ? 2 : 1));
3052
+ return i ?? null;
3049
3053
  }, e;
3050
3054
  }()
3051
3055
  );
3052
- function pt(e) {
3056
+ function gt(e) {
3053
3057
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3054
3058
  }
3055
- function Dn(e) {
3056
- return pt(e) || e === 47;
3059
+ function Ri(e) {
3060
+ return gt(e) || e === 47;
3057
3061
  }
3058
- function Rn(e) {
3062
+ function Ui(e) {
3059
3063
  return e === 45 || e === 46 || e >= 48 && e <= 57 || e === 95 || e >= 97 && e <= 122 || e >= 65 && e <= 90 || e == 183 || e >= 192 && e <= 214 || e >= 216 && e <= 246 || e >= 248 && e <= 893 || e >= 895 && e <= 8191 || e >= 8204 && e <= 8205 || e >= 8255 && e <= 8256 || e >= 8304 && e <= 8591 || e >= 11264 && e <= 12271 || e >= 12289 && e <= 55295 || e >= 63744 && e <= 64975 || e >= 65008 && e <= 65533 || e >= 65536 && e <= 983039;
3060
3064
  }
3061
- function ci(e) {
3065
+ function hn(e) {
3062
3066
  return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3063
3067
  }
3064
- function Un(e) {
3068
+ function ji(e) {
3065
3069
  return e >= 33 && e <= 35 || e === 36 || e >= 37 && e <= 39 || e === 40 || e === 41 || e === 42 || e === 43 || e === 44 || e === 45 || e >= 46 && e <= 47 || e >= 58 && e <= 59 || e >= 60 && e <= 62 || e >= 63 && e <= 64 || e === 91 || e === 92 || e === 93 || e === 94 || e === 96 || e === 123 || e === 124 || e === 125 || e === 126 || e === 161 || e >= 162 && e <= 165 || e === 166 || e === 167 || e === 169 || e === 171 || e === 172 || e === 174 || e === 176 || e === 177 || e === 182 || e === 187 || e === 191 || e === 215 || e === 247 || e >= 8208 && e <= 8213 || e >= 8214 && e <= 8215 || e === 8216 || e === 8217 || e === 8218 || e >= 8219 && e <= 8220 || e === 8221 || e === 8222 || e === 8223 || e >= 8224 && e <= 8231 || e >= 8240 && e <= 8248 || e === 8249 || e === 8250 || e >= 8251 && e <= 8254 || e >= 8257 && e <= 8259 || e === 8260 || e === 8261 || e === 8262 || e >= 8263 && e <= 8273 || e === 8274 || e === 8275 || e >= 8277 && e <= 8286 || e >= 8592 && e <= 8596 || e >= 8597 && e <= 8601 || e >= 8602 && e <= 8603 || e >= 8604 && e <= 8607 || e === 8608 || e >= 8609 && e <= 8610 || e === 8611 || e >= 8612 && e <= 8613 || e === 8614 || e >= 8615 && e <= 8621 || e === 8622 || e >= 8623 && e <= 8653 || e >= 8654 && e <= 8655 || e >= 8656 && e <= 8657 || e === 8658 || e === 8659 || e === 8660 || e >= 8661 && e <= 8691 || e >= 8692 && e <= 8959 || e >= 8960 && e <= 8967 || e === 8968 || e === 8969 || e === 8970 || e === 8971 || e >= 8972 && e <= 8991 || e >= 8992 && e <= 8993 || e >= 8994 && e <= 9e3 || e === 9001 || e === 9002 || e >= 9003 && e <= 9083 || e === 9084 || e >= 9085 && e <= 9114 || e >= 9115 && e <= 9139 || e >= 9140 && e <= 9179 || e >= 9180 && e <= 9185 || e >= 9186 && e <= 9254 || e >= 9255 && e <= 9279 || e >= 9280 && e <= 9290 || e >= 9291 && e <= 9311 || e >= 9472 && e <= 9654 || e === 9655 || e >= 9656 && e <= 9664 || e === 9665 || e >= 9666 && e <= 9719 || e >= 9720 && e <= 9727 || e >= 9728 && e <= 9838 || e === 9839 || e >= 9840 && e <= 10087 || e === 10088 || e === 10089 || e === 10090 || e === 10091 || e === 10092 || e === 10093 || e === 10094 || e === 10095 || e === 10096 || e === 10097 || e === 10098 || e === 10099 || e === 10100 || e === 10101 || e >= 10132 && e <= 10175 || e >= 10176 && e <= 10180 || e === 10181 || e === 10182 || e >= 10183 && e <= 10213 || e === 10214 || e === 10215 || e === 10216 || e === 10217 || e === 10218 || e === 10219 || e === 10220 || e === 10221 || e === 10222 || e === 10223 || e >= 10224 && e <= 10239 || e >= 10240 && e <= 10495 || e >= 10496 && e <= 10626 || e === 10627 || e === 10628 || e === 10629 || e === 10630 || e === 10631 || e === 10632 || e === 10633 || e === 10634 || e === 10635 || e === 10636 || e === 10637 || e === 10638 || e === 10639 || e === 10640 || e === 10641 || e === 10642 || e === 10643 || e === 10644 || e === 10645 || e === 10646 || e === 10647 || e === 10648 || e >= 10649 && e <= 10711 || e === 10712 || e === 10713 || e === 10714 || e === 10715 || e >= 10716 && e <= 10747 || e === 10748 || e === 10749 || e >= 10750 && e <= 11007 || e >= 11008 && e <= 11055 || e >= 11056 && e <= 11076 || e >= 11077 && e <= 11078 || e >= 11079 && e <= 11084 || e >= 11085 && e <= 11123 || e >= 11124 && e <= 11125 || e >= 11126 && e <= 11157 || e === 11158 || e >= 11159 && e <= 11263 || e >= 11776 && e <= 11777 || e === 11778 || e === 11779 || e === 11780 || e === 11781 || e >= 11782 && e <= 11784 || e === 11785 || e === 11786 || e === 11787 || e === 11788 || e === 11789 || e >= 11790 && e <= 11798 || e === 11799 || e >= 11800 && e <= 11801 || e === 11802 || e === 11803 || e === 11804 || e === 11805 || e >= 11806 && e <= 11807 || e === 11808 || e === 11809 || e === 11810 || e === 11811 || e === 11812 || e === 11813 || e === 11814 || e === 11815 || e === 11816 || e === 11817 || e >= 11818 && e <= 11822 || e === 11823 || e >= 11824 && e <= 11833 || e >= 11834 && e <= 11835 || e >= 11836 && e <= 11839 || e === 11840 || e === 11841 || e === 11842 || e >= 11843 && e <= 11855 || e >= 11856 && e <= 11857 || e === 11858 || e >= 11859 && e <= 11903 || e >= 12289 && e <= 12291 || e === 12296 || e === 12297 || e === 12298 || e === 12299 || e === 12300 || e === 12301 || e === 12302 || e === 12303 || e === 12304 || e === 12305 || e >= 12306 && e <= 12307 || e === 12308 || e === 12309 || e === 12310 || e === 12311 || e === 12312 || e === 12313 || e === 12314 || e === 12315 || e === 12316 || e === 12317 || e >= 12318 && e <= 12319 || e === 12320 || e === 12336 || e === 64830 || e === 64831 || e >= 65093 && e <= 65094;
3066
3070
  }
3067
- function dt(e) {
3071
+ function bt(e) {
3068
3072
  e.forEach(function(t) {
3069
- if (delete t.location, ei(t) || ti(t))
3070
- for (var i in t.options)
3071
- delete t.options[i].location, dt(t.options[i].value);
3073
+ if (delete t.location, en(t) || tn(t))
3074
+ for (var n in t.options)
3075
+ delete t.options[n].location, bt(t.options[n].value);
3072
3076
  else
3073
- Jt(t) && ni(t.style) || (Qt(t) || Kt(t)) && ct(t.style) ? delete t.style.location : ii(t) && dt(t.children);
3077
+ Jt(t) && rn(t.style) || (Qt(t) || Kt(t)) && ft(t.style) ? delete t.style.location : nn(t) && bt(t.children);
3074
3078
  });
3075
3079
  }
3076
- function jn(e, t) {
3077
- t === void 0 && (t = {}), t = k({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3078
- var i = new Mn(e, t).parse();
3079
- if (i.err) {
3080
- var n = SyntaxError(B[i.err.kind]);
3081
- throw n.location = i.err.location, n.originalMessage = i.err.message, n;
3080
+ function Gi(e, t) {
3081
+ t === void 0 && (t = {}), t = Xe({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3082
+ var n = new Di(e, t).parse();
3083
+ if (n.err) {
3084
+ var i = SyntaxError(B[n.err.kind]);
3085
+ throw i.location = n.err.location, i.originalMessage = n.err.message, i;
3082
3086
  }
3083
- return t?.captureLocation || dt(i.val), i.val;
3087
+ return t?.captureLocation || bt(n.val), n.val;
3084
3088
  }
3085
- var _e;
3089
+ var xe;
3086
3090
  (function(e) {
3087
3091
  e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
3088
- })(_e || (_e = {}));
3089
- var Ze = (
3092
+ })(xe || (xe = {}));
3093
+ var Je = (
3090
3094
  /** @class */
3091
3095
  function(e) {
3092
- We(t, e);
3093
- function t(i, n, r) {
3094
- var o = e.call(this, i) || this;
3095
- return o.code = n, o.originalMessage = r, o;
3096
+ Ye(t, e);
3097
+ function t(n, i, r) {
3098
+ var o = e.call(this, n) || this;
3099
+ return o.code = i, o.originalMessage = r, o;
3096
3100
  }
3097
3101
  return t.prototype.toString = function() {
3098
3102
  return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
@@ -3101,45 +3105,45 @@ var Ze = (
3101
3105
  ), Mt = (
3102
3106
  /** @class */
3103
3107
  function(e) {
3104
- We(t, e);
3105
- function t(i, n, r, o) {
3106
- return e.call(this, 'Invalid values for "'.concat(i, '": "').concat(n, '". Options are "').concat(Object.keys(r).join('", "'), '"'), _e.INVALID_VALUE, o) || this;
3108
+ Ye(t, e);
3109
+ function t(n, i, r, o) {
3110
+ return e.call(this, 'Invalid values for "'.concat(n, '": "').concat(i, '". Options are "').concat(Object.keys(r).join('", "'), '"'), xe.INVALID_VALUE, o) || this;
3107
3111
  }
3108
3112
  return t;
3109
- }(Ze)
3110
- ), Gn = (
3113
+ }(Je)
3114
+ ), $i = (
3111
3115
  /** @class */
3112
3116
  function(e) {
3113
- We(t, e);
3114
- function t(i, n, r) {
3115
- return e.call(this, 'Value for "'.concat(i, '" must be of type ').concat(n), _e.INVALID_VALUE, r) || this;
3117
+ Ye(t, e);
3118
+ function t(n, i, r) {
3119
+ return e.call(this, 'Value for "'.concat(n, '" must be of type ').concat(i), xe.INVALID_VALUE, r) || this;
3116
3120
  }
3117
3121
  return t;
3118
- }(Ze)
3119
- ), $n = (
3122
+ }(Je)
3123
+ ), zi = (
3120
3124
  /** @class */
3121
3125
  function(e) {
3122
- We(t, e);
3123
- function t(i, n) {
3124
- return e.call(this, 'The intl string context variable "'.concat(i, '" was not provided to the string "').concat(n, '"'), _e.MISSING_VALUE, n) || this;
3126
+ Ye(t, e);
3127
+ function t(n, i) {
3128
+ return e.call(this, 'The intl string context variable "'.concat(n, '" was not provided to the string "').concat(i, '"'), xe.MISSING_VALUE, i) || this;
3125
3129
  }
3126
3130
  return t;
3127
- }(Ze)
3131
+ }(Je)
3128
3132
  ), W;
3129
3133
  (function(e) {
3130
3134
  e[e.literal = 0] = "literal", e[e.object = 1] = "object";
3131
3135
  })(W || (W = {}));
3132
- function zn(e) {
3133
- return e.length < 2 ? e : e.reduce(function(t, i) {
3134
- var n = t[t.length - 1];
3135
- return !n || n.type !== W.literal || i.type !== W.literal ? t.push(i) : n.value += i.value, t;
3136
+ function Fi(e) {
3137
+ return e.length < 2 ? e : e.reduce(function(t, n) {
3138
+ var i = t[t.length - 1];
3139
+ return !i || i.type !== W.literal || n.type !== W.literal ? t.push(n) : i.value += n.value, t;
3136
3140
  }, []);
3137
3141
  }
3138
- function Fn(e) {
3142
+ function Vi(e) {
3139
3143
  return typeof e == "function";
3140
3144
  }
3141
- function ze(e, t, i, n, r, o, a) {
3142
- if (e.length === 1 && St(e[0]))
3145
+ function Fe(e, t, n, i, r, o, a) {
3146
+ if (e.length === 1 && At(e[0]))
3143
3147
  return [
3144
3148
  {
3145
3149
  type: W.literal,
@@ -3148,155 +3152,155 @@ function ze(e, t, i, n, r, o, a) {
3148
3152
  ];
3149
3153
  for (var s = [], u = 0, l = e; u < l.length; u++) {
3150
3154
  var c = l[u];
3151
- if (St(c)) {
3155
+ if (At(c)) {
3152
3156
  s.push({
3153
3157
  type: W.literal,
3154
3158
  value: c.value
3155
3159
  });
3156
3160
  continue;
3157
3161
  }
3158
- if (fn(c)) {
3162
+ if (pi(c)) {
3159
3163
  typeof o == "number" && s.push({
3160
3164
  type: W.literal,
3161
- value: i.getNumberFormat(t).format(o)
3165
+ value: n.getNumberFormat(t).format(o)
3162
3166
  });
3163
3167
  continue;
3164
3168
  }
3165
- var m = c.value;
3166
- if (!(r && m in r))
3167
- throw new $n(m, a);
3168
- var p = r[m];
3169
- if (hn(c)) {
3170
- (!p || typeof p == "string" || typeof p == "number") && (p = typeof p == "string" || typeof p == "number" ? String(p) : ""), s.push({
3171
- type: typeof p == "string" ? W.literal : W.object,
3172
- value: p
3169
+ var p = c.value;
3170
+ if (!(r && p in r))
3171
+ throw new zi(p, a);
3172
+ var m = r[p];
3173
+ if (fi(c)) {
3174
+ (!m || typeof m == "string" || typeof m == "number") && (m = typeof m == "string" || typeof m == "number" ? String(m) : ""), s.push({
3175
+ type: typeof m == "string" ? W.literal : W.object,
3176
+ value: m
3173
3177
  });
3174
3178
  continue;
3175
3179
  }
3176
3180
  if (Qt(c)) {
3177
- var d = typeof c.style == "string" ? n.date[c.style] : ct(c.style) ? c.style.parsedOptions : void 0;
3181
+ var d = typeof c.style == "string" ? i.date[c.style] : ft(c.style) ? c.style.parsedOptions : void 0;
3178
3182
  s.push({
3179
3183
  type: W.literal,
3180
- value: i.getDateTimeFormat(t, d).format(p)
3184
+ value: n.getDateTimeFormat(t, d).format(m)
3181
3185
  });
3182
3186
  continue;
3183
3187
  }
3184
3188
  if (Kt(c)) {
3185
- var d = typeof c.style == "string" ? n.time[c.style] : ct(c.style) ? c.style.parsedOptions : n.time.medium;
3189
+ var d = typeof c.style == "string" ? i.time[c.style] : ft(c.style) ? c.style.parsedOptions : i.time.medium;
3186
3190
  s.push({
3187
3191
  type: W.literal,
3188
- value: i.getDateTimeFormat(t, d).format(p)
3192
+ value: n.getDateTimeFormat(t, d).format(m)
3189
3193
  });
3190
3194
  continue;
3191
3195
  }
3192
3196
  if (Jt(c)) {
3193
- var d = typeof c.style == "string" ? n.number[c.style] : ni(c.style) ? c.style.parsedOptions : void 0;
3194
- d && d.scale && (p = p * (d.scale || 1)), s.push({
3197
+ var d = typeof c.style == "string" ? i.number[c.style] : rn(c.style) ? c.style.parsedOptions : void 0;
3198
+ d && d.scale && (m = m * (d.scale || 1)), s.push({
3195
3199
  type: W.literal,
3196
- value: i.getNumberFormat(t, d).format(p)
3200
+ value: n.getNumberFormat(t, d).format(m)
3197
3201
  });
3198
3202
  continue;
3199
3203
  }
3200
- if (ii(c)) {
3204
+ if (nn(c)) {
3201
3205
  var E = c.children, _ = c.value, y = r[_];
3202
- if (!Fn(y))
3203
- throw new Gn(_, "function", a);
3204
- var v = ze(E, t, i, n, r, o), M = y(v.map(function(A) {
3205
- return A.value;
3206
+ if (!Vi(y))
3207
+ throw new $i(_, "function", a);
3208
+ var v = Fe(E, t, n, i, r, o), O = y(v.map(function(S) {
3209
+ return S.value;
3206
3210
  }));
3207
- Array.isArray(M) || (M = [M]), s.push.apply(s, M.map(function(A) {
3211
+ Array.isArray(O) || (O = [O]), s.push.apply(s, O.map(function(S) {
3208
3212
  return {
3209
- type: typeof A == "string" ? W.literal : W.object,
3210
- value: A
3213
+ type: typeof S == "string" ? W.literal : W.object,
3214
+ value: S
3211
3215
  };
3212
3216
  }));
3213
3217
  }
3214
- if (ei(c)) {
3215
- var w = c.options[p] || c.options.other;
3218
+ if (en(c)) {
3219
+ var w = c.options[m] || c.options.other;
3216
3220
  if (!w)
3217
- throw new Mt(c.value, p, Object.keys(c.options), a);
3218
- s.push.apply(s, ze(w.value, t, i, n, r));
3221
+ throw new Mt(c.value, m, Object.keys(c.options), a);
3222
+ s.push.apply(s, Fe(w.value, t, n, i, r));
3219
3223
  continue;
3220
3224
  }
3221
- if (ti(c)) {
3222
- var w = c.options["=".concat(p)];
3225
+ if (tn(c)) {
3226
+ var w = c.options["=".concat(m)];
3223
3227
  if (!w) {
3224
3228
  if (!Intl.PluralRules)
3225
- throw new Ze(`Intl.PluralRules is not available in this environment.
3229
+ throw new Je(`Intl.PluralRules is not available in this environment.
3226
3230
  Try polyfilling it using "@formatjs/intl-pluralrules"
3227
- `, _e.MISSING_INTL_API, a);
3228
- var D = i.getPluralRules(t, { type: c.pluralType }).select(p - (c.offset || 0));
3229
- w = c.options[D] || c.options.other;
3231
+ `, xe.MISSING_INTL_API, a);
3232
+ var M = n.getPluralRules(t, { type: c.pluralType }).select(m - (c.offset || 0));
3233
+ w = c.options[M] || c.options.other;
3230
3234
  }
3231
3235
  if (!w)
3232
- throw new Mt(c.value, p, Object.keys(c.options), a);
3233
- s.push.apply(s, ze(w.value, t, i, n, r, p - (c.offset || 0)));
3236
+ throw new Mt(c.value, m, Object.keys(c.options), a);
3237
+ s.push.apply(s, Fe(w.value, t, n, i, r, m - (c.offset || 0)));
3234
3238
  continue;
3235
3239
  }
3236
3240
  }
3237
- return zn(s);
3241
+ return Fi(s);
3238
3242
  }
3239
- function Vn(e, t) {
3240
- return t ? k(k(k({}, e || {}), t || {}), Object.keys(e).reduce(function(i, n) {
3241
- return i[n] = k(k({}, e[n]), t[n] || {}), i;
3243
+ function Xi(e, t) {
3244
+ return t ? oe(oe(oe({}, e || {}), t || {}), Object.keys(e).reduce(function(n, i) {
3245
+ return n[i] = oe(oe({}, e[i]), t[i] || {}), n;
3242
3246
  }, {})) : e;
3243
3247
  }
3244
- function Xn(e, t) {
3245
- return t ? Object.keys(e).reduce(function(i, n) {
3246
- return i[n] = Vn(e[n], t[n]), i;
3247
- }, k({}, e)) : e;
3248
+ function qi(e, t) {
3249
+ return t ? Object.keys(e).reduce(function(n, i) {
3250
+ return n[i] = Xi(e[i], t[i]), n;
3251
+ }, oe({}, e)) : e;
3248
3252
  }
3249
- function ot(e) {
3253
+ function at(e) {
3250
3254
  return {
3251
3255
  create: function() {
3252
3256
  return {
3253
3257
  get: function(t) {
3254
3258
  return e[t];
3255
3259
  },
3256
- set: function(t, i) {
3257
- e[t] = i;
3260
+ set: function(t, n) {
3261
+ e[t] = n;
3258
3262
  }
3259
3263
  };
3260
3264
  }
3261
3265
  };
3262
3266
  }
3263
- function qn(e) {
3267
+ function Wi(e) {
3264
3268
  return e === void 0 && (e = {
3265
3269
  number: {},
3266
3270
  dateTime: {},
3267
3271
  pluralRules: {}
3268
3272
  }), {
3269
- getNumberFormat: it(function() {
3270
- for (var t, i = [], n = 0; n < arguments.length; n++)
3271
- i[n] = arguments[n];
3272
- return new ((t = Intl.NumberFormat).bind.apply(t, tt([void 0], i, !1)))();
3273
+ getNumberFormat: rt(function() {
3274
+ for (var t, n = [], i = 0; i < arguments.length; i++)
3275
+ n[i] = arguments[i];
3276
+ return new ((t = Intl.NumberFormat).bind.apply(t, it([void 0], n, !1)))();
3273
3277
  }, {
3274
- cache: ot(e.number),
3275
- strategy: nt.variadic
3278
+ cache: at(e.number),
3279
+ strategy: ot.variadic
3276
3280
  }),
3277
- getDateTimeFormat: it(function() {
3278
- for (var t, i = [], n = 0; n < arguments.length; n++)
3279
- i[n] = arguments[n];
3280
- return new ((t = Intl.DateTimeFormat).bind.apply(t, tt([void 0], i, !1)))();
3281
+ getDateTimeFormat: rt(function() {
3282
+ for (var t, n = [], i = 0; i < arguments.length; i++)
3283
+ n[i] = arguments[i];
3284
+ return new ((t = Intl.DateTimeFormat).bind.apply(t, it([void 0], n, !1)))();
3281
3285
  }, {
3282
- cache: ot(e.dateTime),
3283
- strategy: nt.variadic
3286
+ cache: at(e.dateTime),
3287
+ strategy: ot.variadic
3284
3288
  }),
3285
- getPluralRules: it(function() {
3286
- for (var t, i = [], n = 0; n < arguments.length; n++)
3287
- i[n] = arguments[n];
3288
- return new ((t = Intl.PluralRules).bind.apply(t, tt([void 0], i, !1)))();
3289
+ getPluralRules: rt(function() {
3290
+ for (var t, n = [], i = 0; i < arguments.length; i++)
3291
+ n[i] = arguments[i];
3292
+ return new ((t = Intl.PluralRules).bind.apply(t, it([void 0], n, !1)))();
3289
3293
  }, {
3290
- cache: ot(e.pluralRules),
3291
- strategy: nt.variadic
3294
+ cache: at(e.pluralRules),
3295
+ strategy: ot.variadic
3292
3296
  })
3293
3297
  };
3294
3298
  }
3295
- var Wn = (
3299
+ var Zi = (
3296
3300
  /** @class */
3297
3301
  function() {
3298
- function e(t, i, n, r) {
3299
- i === void 0 && (i = e.defaultLocale);
3302
+ function e(t, n, i, r) {
3303
+ n === void 0 && (n = e.defaultLocale);
3300
3304
  var o = this;
3301
3305
  if (this.formatterCache = {
3302
3306
  number: {},
@@ -3306,12 +3310,12 @@ var Wn = (
3306
3310
  var l = o.formatToParts(u);
3307
3311
  if (l.length === 1)
3308
3312
  return l[0].value;
3309
- var c = l.reduce(function(m, p) {
3310
- return !m.length || p.type !== W.literal || typeof m[m.length - 1] != "string" ? m.push(p.value) : m[m.length - 1] += p.value, m;
3313
+ var c = l.reduce(function(p, m) {
3314
+ return !p.length || m.type !== W.literal || typeof p[p.length - 1] != "string" ? p.push(m.value) : p[p.length - 1] += m.value, p;
3311
3315
  }, []);
3312
3316
  return c.length <= 1 ? c[0] || "" : c;
3313
3317
  }, this.formatToParts = function(u) {
3314
- return ze(o.ast, o.locales, o.formatters, o.formats, u, void 0, o.message);
3318
+ return Fe(o.ast, o.locales, o.formatters, o.formats, u, void 0, o.message);
3315
3319
  }, this.resolvedOptions = function() {
3316
3320
  var u;
3317
3321
  return {
@@ -3319,18 +3323,18 @@ var Wn = (
3319
3323
  };
3320
3324
  }, this.getAst = function() {
3321
3325
  return o.ast;
3322
- }, this.locales = i, this.resolvedLocale = e.resolveLocale(i), typeof t == "string") {
3326
+ }, this.locales = n, this.resolvedLocale = e.resolveLocale(n), typeof t == "string") {
3323
3327
  if (this.message = t, !e.__parse)
3324
3328
  throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
3325
3329
  var a = r || {};
3326
3330
  a.formatters;
3327
- var s = rn(a, ["formatters"]);
3328
- this.ast = e.__parse(t, k(k({}, s), { locale: this.resolvedLocale }));
3331
+ var s = ri(a, ["formatters"]);
3332
+ this.ast = e.__parse(t, oe(oe({}, s), { locale: this.resolvedLocale }));
3329
3333
  } else
3330
3334
  this.ast = t;
3331
3335
  if (!Array.isArray(this.ast))
3332
3336
  throw new TypeError("A message must be provided as a String or AST.");
3333
- this.formats = Xn(e.formats, n), this.formatters = r && r.formatters || qn(this.formatterCache);
3337
+ this.formats = qi(e.formats, i), this.formatters = r && r.formatters || Wi(this.formatterCache);
3334
3338
  }
3335
3339
  return Object.defineProperty(e, "defaultLocale", {
3336
3340
  get: function() {
@@ -3340,10 +3344,10 @@ var Wn = (
3340
3344
  configurable: !0
3341
3345
  }), e.memoizedDefaultLocale = null, e.resolveLocale = function(t) {
3342
3346
  if (!(typeof Intl.Locale > "u")) {
3343
- var i = Intl.NumberFormat.supportedLocalesOf(t);
3344
- return i.length > 0 ? new Intl.Locale(i[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
3347
+ var n = Intl.NumberFormat.supportedLocalesOf(t);
3348
+ return n.length > 0 ? new Intl.Locale(n[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
3345
3349
  }
3346
- }, e.__parse = jn, e.formats = {
3350
+ }, e.__parse = Gi, e.formats = {
3347
3351
  number: {
3348
3352
  integer: {
3349
3353
  maximumFractionDigits: 0
@@ -3404,113 +3408,113 @@ var Wn = (
3404
3408
  }, e;
3405
3409
  }()
3406
3410
  );
3407
- function Zn(e, t) {
3411
+ function Yi(e, t) {
3408
3412
  if (t == null)
3409
3413
  return;
3410
3414
  if (t in e)
3411
3415
  return e[t];
3412
- const i = t.split(".");
3413
- let n = e;
3414
- for (let r = 0; r < i.length; r++)
3415
- if (typeof n == "object") {
3416
+ const n = t.split(".");
3417
+ let i = e;
3418
+ for (let r = 0; r < n.length; r++)
3419
+ if (typeof i == "object") {
3416
3420
  if (r > 0) {
3417
- const o = i.slice(r, i.length).join(".");
3418
- if (o in n) {
3419
- n = n[o];
3421
+ const o = n.slice(r, n.length).join(".");
3422
+ if (o in i) {
3423
+ i = i[o];
3420
3424
  break;
3421
3425
  }
3422
3426
  }
3423
- n = n[i[r]];
3427
+ i = i[n[r]];
3424
3428
  } else
3425
- n = void 0;
3426
- return n;
3429
+ i = void 0;
3430
+ return i;
3427
3431
  }
3428
- const ae = {}, Yn = (e, t, i) => i && (t in ae || (ae[t] = {}), e in ae[t] || (ae[t][e] = i), i), hi = (e, t) => {
3432
+ const le = {}, Ji = (e, t, n) => n && (t in le || (le[t] = {}), e in le[t] || (le[t][e] = n), n), fn = (e, t) => {
3429
3433
  if (t == null)
3430
3434
  return;
3431
- if (t in ae && e in ae[t])
3432
- return ae[t][e];
3433
- const i = Ye(t);
3434
- for (let n = 0; n < i.length; n++) {
3435
- const r = i[n], o = Qn(r, e);
3435
+ if (t in le && e in le[t])
3436
+ return le[t][e];
3437
+ const n = Qe(t);
3438
+ for (let i = 0; i < n.length; i++) {
3439
+ const r = n[i], o = Ki(r, e);
3436
3440
  if (o)
3437
- return Yn(e, t, o);
3441
+ return Ji(e, t, o);
3438
3442
  }
3439
3443
  };
3440
3444
  let _t;
3441
- const Me = qe({});
3442
- function Jn(e) {
3445
+ const De = Ze({});
3446
+ function Qi(e) {
3443
3447
  return _t[e] || null;
3444
3448
  }
3445
- function fi(e) {
3449
+ function pn(e) {
3446
3450
  return e in _t;
3447
3451
  }
3448
- function Qn(e, t) {
3449
- if (!fi(e))
3452
+ function Ki(e, t) {
3453
+ if (!pn(e))
3450
3454
  return null;
3451
- const i = Jn(e);
3452
- return Zn(i, t);
3455
+ const n = Qi(e);
3456
+ return Yi(n, t);
3453
3457
  }
3454
- function Kn(e) {
3458
+ function er(e) {
3455
3459
  if (e == null)
3456
3460
  return;
3457
- const t = Ye(e);
3458
- for (let i = 0; i < t.length; i++) {
3459
- const n = t[i];
3460
- if (fi(n))
3461
- return n;
3461
+ const t = Qe(e);
3462
+ for (let n = 0; n < t.length; n++) {
3463
+ const i = t[n];
3464
+ if (pn(i))
3465
+ return i;
3462
3466
  }
3463
3467
  }
3464
- function mi(e, ...t) {
3465
- delete ae[e], Me.update((i) => (i[e] = nn.all([i[e] || {}, ...t]), i));
3468
+ function mn(e, ...t) {
3469
+ delete le[e], De.update((n) => (n[e] = ii.all([n[e] || {}, ...t]), n));
3466
3470
  }
3467
- Te(
3468
- [Me],
3471
+ Pe(
3472
+ [De],
3469
3473
  ([e]) => Object.keys(e)
3470
3474
  );
3471
- Me.subscribe((e) => _t = e);
3472
- const Fe = {};
3473
- function er(e, t) {
3474
- Fe[e].delete(t), Fe[e].size === 0 && delete Fe[e];
3475
- }
3476
- function pi(e) {
3477
- return Fe[e];
3478
- }
3479
- function tr(e) {
3480
- return Ye(e).map((t) => {
3481
- const i = pi(t);
3482
- return [t, i ? [...i] : []];
3475
+ De.subscribe((e) => _t = e);
3476
+ const Ve = {};
3477
+ function tr(e, t) {
3478
+ Ve[e].delete(t), Ve[e].size === 0 && delete Ve[e];
3479
+ }
3480
+ function dn(e) {
3481
+ return Ve[e];
3482
+ }
3483
+ function nr(e) {
3484
+ return Qe(e).map((t) => {
3485
+ const n = dn(t);
3486
+ return [t, n ? [...n] : []];
3483
3487
  }).filter(([, t]) => t.length > 0);
3484
3488
  }
3485
- function bt(e) {
3486
- return e == null ? !1 : Ye(e).some(
3489
+ function yt(e) {
3490
+ return e == null ? !1 : Qe(e).some(
3487
3491
  (t) => {
3488
- var i;
3489
- return (i = pi(t)) == null ? void 0 : i.size;
3492
+ var n;
3493
+ return (n = dn(t)) == null ? void 0 : n.size;
3490
3494
  }
3491
3495
  );
3492
3496
  }
3493
3497
  function ir(e, t) {
3494
3498
  return Promise.all(
3495
- t.map((n) => (er(e, n), n().then((r) => r.default || r)))
3496
- ).then((n) => mi(e, ...n));
3499
+ t.map((i) => (tr(e, i), i().then((r) => r.default || r)))
3500
+ ).then((i) => mn(e, ...i));
3497
3501
  }
3498
- const Ie = {};
3499
- function di(e) {
3500
- if (!bt(e))
3501
- return e in Ie ? Ie[e] : Promise.resolve();
3502
- const t = tr(e);
3503
- return Ie[e] = Promise.all(
3502
+ const ke = {};
3503
+ function gn(e) {
3504
+ if (!yt(e))
3505
+ return e in ke ? ke[e] : Promise.resolve();
3506
+ const t = nr(e);
3507
+ return ke[e] = Promise.all(
3504
3508
  t.map(
3505
- ([i, n]) => ir(i, n)
3509
+ ([n, i]) => ir(n, i)
3506
3510
  )
3507
3511
  ).then(() => {
3508
- if (bt(e))
3509
- return di(e);
3510
- delete Ie[e];
3511
- }), Ie[e];
3512
+ if (yt(e))
3513
+ return gn(e);
3514
+ delete ke[e];
3515
+ }), ke[e];
3512
3516
  }
3513
- const nr = {
3517
+ const rr = {
3514
3518
  number: {
3515
3519
  scientific: { notation: "scientific" },
3516
3520
  engineering: { notation: "engineering" },
@@ -3539,176 +3543,176 @@ const nr = {
3539
3543
  timeZoneName: "short"
3540
3544
  }
3541
3545
  }
3542
- }, rr = {
3546
+ }, or = {
3543
3547
  fallbackLocale: null,
3544
3548
  loadingDelay: 200,
3545
- formats: nr,
3549
+ formats: rr,
3546
3550
  warnOnMissingMessages: !0,
3547
3551
  handleMissingMessage: void 0,
3548
3552
  ignoreTag: !0
3549
- }, or = rr;
3550
- function xe() {
3551
- return or;
3552
- }
3553
- const st = qe(!1);
3554
- var sr = Object.defineProperty, ar = Object.defineProperties, lr = Object.getOwnPropertyDescriptors, Dt = Object.getOwnPropertySymbols, ur = Object.prototype.hasOwnProperty, cr = Object.prototype.propertyIsEnumerable, Rt = (e, t, i) => t in e ? sr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: i }) : e[t] = i, hr = (e, t) => {
3555
- for (var i in t || (t = {}))
3556
- ur.call(t, i) && Rt(e, i, t[i]);
3553
+ }, sr = or;
3554
+ function Te() {
3555
+ return sr;
3556
+ }
3557
+ const lt = Ze(!1);
3558
+ var ar = Object.defineProperty, lr = Object.defineProperties, ur = Object.getOwnPropertyDescriptors, Dt = Object.getOwnPropertySymbols, cr = Object.prototype.hasOwnProperty, hr = Object.prototype.propertyIsEnumerable, Rt = (e, t, n) => t in e ? ar(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, fr = (e, t) => {
3559
+ for (var n in t || (t = {}))
3560
+ cr.call(t, n) && Rt(e, n, t[n]);
3557
3561
  if (Dt)
3558
- for (var i of Dt(t))
3559
- cr.call(t, i) && Rt(e, i, t[i]);
3562
+ for (var n of Dt(t))
3563
+ hr.call(t, n) && Rt(e, n, t[n]);
3560
3564
  return e;
3561
- }, fr = (e, t) => ar(e, lr(t));
3562
- let gt;
3563
- const Ve = qe(null);
3565
+ }, pr = (e, t) => lr(e, ur(t));
3566
+ let vt;
3567
+ const qe = Ze(null);
3564
3568
  function Ut(e) {
3565
- return e.split("-").map((t, i, n) => n.slice(0, i + 1).join("-")).reverse();
3569
+ return e.split("-").map((t, n, i) => i.slice(0, n + 1).join("-")).reverse();
3566
3570
  }
3567
- function Ye(e, t = xe().fallbackLocale) {
3568
- const i = Ut(e);
3569
- return t ? [.../* @__PURE__ */ new Set([...i, ...Ut(t)])] : i;
3571
+ function Qe(e, t = Te().fallbackLocale) {
3572
+ const n = Ut(e);
3573
+ return t ? [.../* @__PURE__ */ new Set([...n, ...Ut(t)])] : n;
3570
3574
  }
3571
- function ce() {
3572
- return gt ?? void 0;
3575
+ function he() {
3576
+ return vt ?? void 0;
3573
3577
  }
3574
- Ve.subscribe((e) => {
3575
- gt = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
3578
+ qe.subscribe((e) => {
3579
+ vt = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
3576
3580
  });
3577
3581
  const mr = (e) => {
3578
- if (e && Kn(e) && bt(e)) {
3579
- const { loadingDelay: t } = xe();
3580
- let i;
3581
- return typeof window < "u" && ce() != null && t ? i = window.setTimeout(
3582
- () => st.set(!0),
3582
+ if (e && er(e) && yt(e)) {
3583
+ const { loadingDelay: t } = Te();
3584
+ let n;
3585
+ return typeof window < "u" && he() != null && t ? n = window.setTimeout(
3586
+ () => lt.set(!0),
3583
3587
  t
3584
- ) : st.set(!0), di(e).then(() => {
3585
- Ve.set(e);
3588
+ ) : lt.set(!0), gn(e).then(() => {
3589
+ qe.set(e);
3586
3590
  }).finally(() => {
3587
- clearTimeout(i), st.set(!1);
3591
+ clearTimeout(n), lt.set(!1);
3588
3592
  });
3589
3593
  }
3590
- return Ve.set(e);
3591
- }, Pe = fr(hr({}, Ve), {
3594
+ return qe.set(e);
3595
+ }, we = pr(fr({}, qe), {
3592
3596
  set: mr
3593
- }), Je = (e) => {
3597
+ }), Ke = (e) => {
3594
3598
  const t = /* @__PURE__ */ Object.create(null);
3595
- return (n) => {
3596
- const r = JSON.stringify(n);
3597
- return r in t ? t[r] : t[r] = e(n);
3599
+ return (i) => {
3600
+ const r = JSON.stringify(i);
3601
+ return r in t ? t[r] : t[r] = e(i);
3598
3602
  };
3599
3603
  };
3600
- var pr = Object.defineProperty, Xe = Object.getOwnPropertySymbols, bi = Object.prototype.hasOwnProperty, gi = Object.prototype.propertyIsEnumerable, jt = (e, t, i) => t in e ? pr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: i }) : e[t] = i, xt = (e, t) => {
3601
- for (var i in t || (t = {}))
3602
- bi.call(t, i) && jt(e, i, t[i]);
3603
- if (Xe)
3604
- for (var i of Xe(t))
3605
- gi.call(t, i) && jt(e, i, t[i]);
3604
+ var dr = Object.defineProperty, We = Object.getOwnPropertySymbols, bn = Object.prototype.hasOwnProperty, yn = Object.prototype.propertyIsEnumerable, jt = (e, t, n) => t in e ? dr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, xt = (e, t) => {
3605
+ for (var n in t || (t = {}))
3606
+ bn.call(t, n) && jt(e, n, t[n]);
3607
+ if (We)
3608
+ for (var n of We(t))
3609
+ yn.call(t, n) && jt(e, n, t[n]);
3606
3610
  return e;
3607
- }, we = (e, t) => {
3608
- var i = {};
3609
- for (var n in e)
3610
- bi.call(e, n) && t.indexOf(n) < 0 && (i[n] = e[n]);
3611
- if (e != null && Xe)
3612
- for (var n of Xe(e))
3613
- t.indexOf(n) < 0 && gi.call(e, n) && (i[n] = e[n]);
3614
- return i;
3611
+ }, Be = (e, t) => {
3612
+ var n = {};
3613
+ for (var i in e)
3614
+ bn.call(e, i) && t.indexOf(i) < 0 && (n[i] = e[i]);
3615
+ if (e != null && We)
3616
+ for (var i of We(e))
3617
+ t.indexOf(i) < 0 && yn.call(e, i) && (n[i] = e[i]);
3618
+ return n;
3615
3619
  };
3616
- const Oe = (e, t) => {
3617
- const { formats: i } = xe();
3618
- if (e in i && t in i[e])
3619
- return i[e][t];
3620
+ const Me = (e, t) => {
3621
+ const { formats: n } = Te();
3622
+ if (e in n && t in n[e])
3623
+ return n[e][t];
3620
3624
  throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
3621
- }, dr = Je(
3625
+ }, gr = Ke(
3622
3626
  (e) => {
3623
- var t = e, { locale: i, format: n } = t, r = we(t, ["locale", "format"]);
3624
- if (i == null)
3627
+ var t = e, { locale: n, format: i } = t, r = Be(t, ["locale", "format"]);
3628
+ if (n == null)
3625
3629
  throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
3626
- return n && (r = Oe("number", n)), new Intl.NumberFormat(i, r);
3630
+ return i && (r = Me("number", i)), new Intl.NumberFormat(n, r);
3627
3631
  }
3628
- ), br = Je(
3632
+ ), br = Ke(
3629
3633
  (e) => {
3630
- var t = e, { locale: i, format: n } = t, r = we(t, ["locale", "format"]);
3631
- if (i == null)
3634
+ var t = e, { locale: n, format: i } = t, r = Be(t, ["locale", "format"]);
3635
+ if (n == null)
3632
3636
  throw new Error('[svelte-i18n] A "locale" must be set to format dates');
3633
- return n ? r = Oe("date", n) : Object.keys(r).length === 0 && (r = Oe("date", "short")), new Intl.DateTimeFormat(i, r);
3637
+ return i ? r = Me("date", i) : Object.keys(r).length === 0 && (r = Me("date", "short")), new Intl.DateTimeFormat(n, r);
3634
3638
  }
3635
- ), gr = Je(
3639
+ ), yr = Ke(
3636
3640
  (e) => {
3637
- var t = e, { locale: i, format: n } = t, r = we(t, ["locale", "format"]);
3638
- if (i == null)
3641
+ var t = e, { locale: n, format: i } = t, r = Be(t, ["locale", "format"]);
3642
+ if (n == null)
3639
3643
  throw new Error(
3640
3644
  '[svelte-i18n] A "locale" must be set to format time values'
3641
3645
  );
3642
- return n ? r = Oe("time", n) : Object.keys(r).length === 0 && (r = Oe("time", "short")), new Intl.DateTimeFormat(i, r);
3646
+ return i ? r = Me("time", i) : Object.keys(r).length === 0 && (r = Me("time", "short")), new Intl.DateTimeFormat(n, r);
3643
3647
  }
3644
- ), yr = (e = {}) => {
3648
+ ), vr = (e = {}) => {
3645
3649
  var t = e, {
3646
- locale: i = ce()
3647
- } = t, n = we(t, [
3650
+ locale: n = he()
3651
+ } = t, i = Be(t, [
3648
3652
  "locale"
3649
3653
  ]);
3650
- return dr(xt({ locale: i }, n));
3651
- }, vr = (e = {}) => {
3654
+ return gr(xt({ locale: n }, i));
3655
+ }, Er = (e = {}) => {
3652
3656
  var t = e, {
3653
- locale: i = ce()
3654
- } = t, n = we(t, [
3657
+ locale: n = he()
3658
+ } = t, i = Be(t, [
3655
3659
  "locale"
3656
3660
  ]);
3657
- return br(xt({ locale: i }, n));
3658
- }, Er = (e = {}) => {
3661
+ return br(xt({ locale: n }, i));
3662
+ }, _r = (e = {}) => {
3659
3663
  var t = e, {
3660
- locale: i = ce()
3661
- } = t, n = we(t, [
3664
+ locale: n = he()
3665
+ } = t, i = Be(t, [
3662
3666
  "locale"
3663
3667
  ]);
3664
- return gr(xt({ locale: i }, n));
3665
- }, _r = Je(
3668
+ return yr(xt({ locale: n }, i));
3669
+ }, xr = Ke(
3666
3670
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
3667
- (e, t = ce()) => new Wn(e, t, xe().formats, {
3668
- ignoreTag: xe().ignoreTag
3671
+ (e, t = he()) => new Zi(e, t, Te().formats, {
3672
+ ignoreTag: Te().ignoreTag
3669
3673
  })
3670
- ), xr = (e, t = {}) => {
3671
- var i, n, r, o;
3674
+ ), Tr = (e, t = {}) => {
3675
+ var n, i, r, o;
3672
3676
  let a = t;
3673
3677
  typeof e == "object" && (a = e, e = a.id);
3674
3678
  const {
3675
3679
  values: s,
3676
- locale: u = ce(),
3680
+ locale: u = he(),
3677
3681
  default: l
3678
3682
  } = a;
3679
3683
  if (u == null)
3680
3684
  throw new Error(
3681
3685
  "[svelte-i18n] Cannot format a message without first setting the initial locale."
3682
3686
  );
3683
- let c = hi(e, u);
3687
+ let c = fn(e, u);
3684
3688
  if (!c)
3685
- c = (o = (r = (n = (i = xe()).handleMissingMessage) == null ? void 0 : n.call(i, { locale: u, id: e, defaultValue: l })) != null ? r : l) != null ? o : e;
3689
+ c = (o = (r = (i = (n = Te()).handleMissingMessage) == null ? void 0 : i.call(n, { locale: u, id: e, defaultValue: l })) != null ? r : l) != null ? o : e;
3686
3690
  else if (typeof c != "string")
3687
3691
  return console.warn(
3688
3692
  `[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof c}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
3689
3693
  ), c;
3690
3694
  if (!s)
3691
3695
  return c;
3692
- let m = c;
3696
+ let p = c;
3693
3697
  try {
3694
- m = _r(c, u).format(s);
3695
- } catch (p) {
3696
- p instanceof Error && console.warn(
3698
+ p = xr(c, u).format(s);
3699
+ } catch (m) {
3700
+ m instanceof Error && console.warn(
3697
3701
  `[svelte-i18n] Message "${e}" has syntax error:`,
3698
- p.message
3702
+ m.message
3699
3703
  );
3700
3704
  }
3701
- return m;
3702
- }, Tr = (e, t) => Er(t).format(e), Pr = (e, t) => vr(t).format(e), wr = (e, t) => yr(t).format(e), Br = (e, t = ce()) => hi(e, t), Lr = Te([Pe, Me], () => xr);
3703
- Te([Pe], () => Tr);
3704
- Te([Pe], () => Pr);
3705
- Te([Pe], () => wr);
3706
- Te([Pe, Me], () => Br);
3705
+ return p;
3706
+ }, Pr = (e, t) => _r(t).format(e), wr = (e, t) => Er(t).format(e), Br = (e, t) => vr(t).format(e), Lr = (e, t = he()) => fn(e, t), Sr = Pe([we, De], () => Tr);
3707
+ Pe([we], () => Pr);
3708
+ Pe([we], () => wr);
3709
+ Pe([we], () => Br);
3710
+ Pe([we, De], () => Lr);
3707
3711
  function Gt(e, t) {
3708
- mi(e, t);
3712
+ mn(e, t);
3709
3713
  }
3710
3714
  function Ar(e) {
3711
- Pe.set(e);
3715
+ we.set(e);
3712
3716
  }
3713
3717
  const $t = {
3714
3718
  en: {
@@ -3971,117 +3975,117 @@ const $t = {
3971
3975
  kyc2: "For the selected limit, we require documents that show your financial situation. Please upload your last payslip as well as a current bank statement, that shows the account balance as well as that you received the salary payment."
3972
3976
  }
3973
3977
  };
3974
- function Sr(e, t) {
3978
+ function Ir(e, t) {
3975
3979
  if (e) {
3976
- const i = document.createElement("style");
3977
- i.innerHTML = t, e.appendChild(i);
3980
+ const n = document.createElement("style");
3981
+ n.innerHTML = t, e.appendChild(n);
3978
3982
  }
3979
3983
  }
3980
- function Ir(e, t) {
3981
- const i = new URL(t);
3982
- fetch(i.href).then((n) => n.text()).then((n) => {
3984
+ function kr(e, t) {
3985
+ const n = new URL(t);
3986
+ fetch(n.href).then((i) => i.text()).then((i) => {
3983
3987
  const r = document.createElement("style");
3984
- r.innerHTML = n, e && e.appendChild(r);
3985
- }).catch((n) => {
3986
- console.error("There was an error while trying to load client styling from URL", n);
3988
+ r.innerHTML = i, e && e.appendChild(r);
3989
+ }).catch((i) => {
3990
+ console.error("There was an error while trying to load client styling from URL", i);
3987
3991
  });
3988
3992
  }
3989
- function kr(e, t, i) {
3993
+ function Hr(e, t, n) {
3990
3994
  if (window.emMessageBus) {
3991
- const n = document.createElement("style");
3995
+ const i = document.createElement("style");
3992
3996
  window.emMessageBus.subscribe(t, (r) => {
3993
- n.innerHTML = r, e && e.appendChild(n);
3997
+ i.innerHTML = r, e && e.appendChild(i);
3994
3998
  });
3995
3999
  }
3996
4000
  }
3997
- function Hr(e) {
3998
- Ei(e, "svelte-1a4l86f", ':host{font-family:"Roboto", system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";font-size:0.8rem}*,*::before,*::after{margin:0;padding:0;list-style:none;outline:none;box-sizing:border-box}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.player-account-gaming-limits-popup-2{background:var(--emw--color-black, #000000);color:var(--emw--color-white, #000)}.Title{font-weight:800;font-size:18px}button{display:block;font-size:0.75rem;padding:12px 0;border:0;border-radius:2px;cursor:pointer}button.PrimaryButtonStyle{font-size:14px;color:#fff;background:rgb(122, 195, 23)}button.SecondaryButtonStyle{border:1px solid #999;color:#666;background:#fff}.LinkButton{display:inline;padding:0;color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));text-decoration:underline;background-color:rgba(0, 0, 0, 0)}.ResultIconWrapper{display:flex;flex-direction:column;align-items:center;margin:12px 0}.ResultIconWrapper svg{height:auto;width:60px;margin:12px}.ResultIconWrapper p{color:#666}.Overlay{position:absolute;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0, 0, 0, 0.5);display:flex;justify-content:center;align-items:center}.ModalContainer{position:fixed;top:30vh;width:320px;height:auto;padding:18px 14px;background:#fff;border-radius:4px}.InitialWrapper{display:flex;flex-direction:column;gap:12px}.AdditionalInformation{margin:10px 0;font-size:14px}.TermsConditions{font-size:12px}.ExpandButton{font-size:14px;background-color:var(--emw--color-white, #FFFFFF);border:0;padding:0;margin-top:-10px;color:var(--emw--color-black, #000000);display:flex;justify-content:center;align-items:center;cursor:pointer}.ExpandButton svg{width:28px;height:auto;margin-left:-4px}.LeftAlign{text-align:left;font-size:16px}.CenterAlign{text-align:center}.SetLimitSection{display:flex;flex-direction:column;gap:6px}.DepositTextSection{display:flex;justify-content:space-between}.DepositInputSection{height:32px;display:flex;gap:4px}.DepositInput{flex-grow:1;padding:0 6px}.SubmitDepositButton{flex-grow:1;font-size:0.75rem;padding:0}.SubmitDepositButton[disabled]{align-items:center;color:var(--emw--color-gray-100, #E6E6E6);cursor:not-allowed;background:var(--emw--color-white, #FFFFFF);border:1px solid var(--emw--color-gray-300, #58586B)}.Hidden{display:none}.Extended{transform:rotate(180deg)}');
3999
- }
4000
4001
  function Cr(e) {
4002
+ _n(e, "svelte-1a4l86f", ':host{font-family:"Roboto", system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";font-size:0.8rem}*,*::before,*::after{margin:0;padding:0;list-style:none;outline:none;box-sizing:border-box}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.player-account-gaming-limits-popup-2{background:var(--emw--color-black, #000000);color:var(--emw--color-white, #000)}.Title{font-weight:800;font-size:18px}button{display:block;font-size:0.75rem;padding:12px 0;border:0;border-radius:2px;cursor:pointer}button.PrimaryButtonStyle{font-size:14px;color:#fff;background:rgb(122, 195, 23)}button.SecondaryButtonStyle{border:1px solid #999;color:#666;background:#fff}.LinkButton{display:inline;padding:0;color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));text-decoration:underline;background-color:rgba(0, 0, 0, 0)}.ResultIconWrapper{display:flex;flex-direction:column;align-items:center;margin:12px 0}.ResultIconWrapper svg{height:auto;width:60px;margin:12px}.ResultIconWrapper p{color:#666}.Overlay{position:absolute;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0, 0, 0, 0.5);display:flex;justify-content:center;align-items:center}.ModalContainer{position:fixed;top:30vh;width:320px;height:auto;padding:18px 14px;background:#fff;border-radius:4px}.InitialWrapper{display:flex;flex-direction:column;gap:12px}.AdditionalInformation{margin:10px 0;font-size:14px}.TermsConditions{font-size:12px}.ExpandButton{font-size:14px;background-color:var(--emw--color-white, #FFFFFF);border:0;padding:0;margin-top:-10px;color:var(--emw--color-black, #000000);display:flex;justify-content:center;align-items:center;cursor:pointer}.ExpandButton svg{width:28px;height:auto;margin-left:-4px}.LeftAlign{text-align:left;font-size:16px}.CenterAlign{text-align:center}.SetLimitSection{display:flex;flex-direction:column;gap:6px}.DepositTextSection{display:flex;justify-content:space-between}.DepositInputSection{height:32px;display:flex;gap:4px}.DepositInput{flex-grow:1;padding:0 6px}.SubmitDepositButton{flex-grow:1;font-size:0.75rem;padding:0}.SubmitDepositButton[disabled]{align-items:center;color:var(--emw--color-gray-100, #E6E6E6);cursor:not-allowed;background:var(--emw--color-white, #FFFFFF);border:1px solid var(--emw--color-gray-300, #58586B)}.Hidden{display:none}.Extended{transform:rotate(180deg)}');
4003
+ }
4004
+ function Nr(e) {
4001
4005
  let t;
4002
- function i(o, a) {
4006
+ function n(o, a) {
4003
4007
  if (
4004
4008
  /*popupState*/
4005
4009
  o[10] === "initial"
4006
4010
  )
4007
- return Ur;
4011
+ return jr;
4008
4012
  if (
4009
4013
  /*popupState*/
4010
4014
  o[10] === "successful"
4011
4015
  )
4012
- return Rr;
4016
+ return Ur;
4013
4017
  if (
4014
4018
  /*popupState*/
4015
4019
  o[10] === "KYC"
4016
4020
  )
4017
- return Dr;
4021
+ return Rr;
4018
4022
  if (
4019
4023
  /*popupState*/
4020
4024
  o[10] === "KYC2"
4021
4025
  )
4022
- return Mr;
4026
+ return Dr;
4023
4027
  if (
4024
4028
  /*popupState*/
4025
4029
  o[10] === "error"
4026
4030
  )
4027
- return Or;
4031
+ return Mr;
4028
4032
  }
4029
- let n = i(e), r = n && n(e);
4033
+ let i = n(e), r = i && i(e);
4030
4034
  return {
4031
4035
  c() {
4032
- t = g("div"), r && r.c(), h(t, "class", "InitialWrapper");
4036
+ t = b("div"), r && r.c(), h(t, "class", "InitialWrapper");
4033
4037
  },
4034
4038
  m(o, a) {
4035
4039
  T(o, t, a), r && r.m(t, null);
4036
4040
  },
4037
4041
  p(o, a) {
4038
- n === (n = i(o)) && r ? r.p(o, a) : (r && r.d(1), r = n && n(o), r && (r.c(), r.m(t, null)));
4042
+ i === (i = n(o)) && r ? r.p(o, a) : (r && r.d(1), r = i && i(o), r && (r.c(), r.m(t, null)));
4039
4043
  },
4040
4044
  d(o) {
4041
4045
  o && x(t), r && r.d();
4042
4046
  }
4043
4047
  };
4044
4048
  }
4045
- function Nr(e) {
4046
- let t, i = (
4049
+ function Or(e) {
4050
+ let t, n = (
4047
4051
  /*$_*/
4048
4052
  e[12]("loading") + ""
4049
- ), n;
4053
+ ), i;
4050
4054
  return {
4051
4055
  c() {
4052
- t = g("p"), n = L(i);
4056
+ t = b("p"), i = L(n);
4053
4057
  },
4054
4058
  m(r, o) {
4055
- T(r, t, o), f(t, n);
4059
+ T(r, t, o), f(t, i);
4056
4060
  },
4057
4061
  p(r, o) {
4058
4062
  o[0] & /*$_*/
4059
- 4096 && i !== (i = /*$_*/
4060
- r[12]("loading") + "") && H(n, i);
4063
+ 4096 && n !== (n = /*$_*/
4064
+ r[12]("loading") + "") && k(i, n);
4061
4065
  },
4062
4066
  d(r) {
4063
4067
  r && x(t);
4064
4068
  }
4065
4069
  };
4066
4070
  }
4067
- function Or(e) {
4068
- let t, i = (
4071
+ function Mr(e) {
4072
+ let t, n = (
4069
4073
  /*$_*/
4070
4074
  e[12]("depositError") + ""
4071
- ), n, r, o, a, s, u = (
4075
+ ), i, r, o, a, s, u = (
4072
4076
  /*$_*/
4073
4077
  e[12]("errorDescription") + ""
4074
- ), l, c, m, p = (
4078
+ ), l, c, p, m = (
4075
4079
  /*$_*/
4076
4080
  e[12]("closeButton") + ""
4077
4081
  ), d, E, _;
4078
4082
  return {
4079
4083
  c() {
4080
- t = g("p"), n = L(i), r = O(), o = g("div"), o.innerHTML = '<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1000 1000" enable-background="new 0 0 1000 1000" xml:space="preserve"><metadata>Svg Vector Icons : http://www.onlinewebfonts.com/icon </metadata><g><path d="M500,100.9c220,0,399.1,179,399.1,399.1S720.1,899.1,500,899.1c-220.1,0-399.1-179-399.1-399.1C100.9,279.9,279.9,100.9,500,100.9 M500,10C229.4,10,10,229.4,10,500c0,270.6,219.4,490,490,490c270.6,0,490-219.4,490-490C990,229.4,770.6,10,500,10L500,10z"></path><path d="M658.7,734.5L272.2,348l75-75l386.4,386.4L658.7,734.5z"></path><path d="M347.2,734.5l-75-75L658.7,273l75,75L347.2,734.5z"></path></g></svg>', a = O(), s = g("p"), l = L(u), c = O(), m = g("button"), d = L(p), h(t, "class", "Title"), h(o, "class", "ResultIconWrapper"), h(s, "class", "Description CenterAlign"), h(m, "class", "ConfirmButton SecondaryButtonStyle");
4084
+ t = b("p"), i = L(n), r = N(), o = b("div"), o.innerHTML = '<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1000 1000" enable-background="new 0 0 1000 1000" xml:space="preserve"><metadata>Svg Vector Icons : http://www.onlinewebfonts.com/icon </metadata><g><path d="M500,100.9c220,0,399.1,179,399.1,399.1S720.1,899.1,500,899.1c-220.1,0-399.1-179-399.1-399.1C100.9,279.9,279.9,100.9,500,100.9 M500,10C229.4,10,10,229.4,10,500c0,270.6,219.4,490,490,490c270.6,0,490-219.4,490-490C990,229.4,770.6,10,500,10L500,10z"></path><path d="M658.7,734.5L272.2,348l75-75l386.4,386.4L658.7,734.5z"></path><path d="M347.2,734.5l-75-75L658.7,273l75,75L347.2,734.5z"></path></g></svg>', a = N(), s = b("p"), l = L(u), c = N(), p = b("button"), d = L(m), h(t, "class", "Title"), h(o, "class", "ResultIconWrapper"), h(s, "class", "Description CenterAlign"), h(p, "class", "ConfirmButton SecondaryButtonStyle");
4081
4085
  },
4082
4086
  m(y, v) {
4083
- T(y, t, v), f(t, n), T(y, r, v), T(y, o, v), T(y, a, v), T(y, s, v), f(s, l), T(y, c, v), T(y, m, v), f(m, d), E || (_ = Z(
4084
- m,
4087
+ T(y, t, v), f(t, i), T(y, r, v), T(y, o, v), T(y, a, v), T(y, s, v), f(s, l), T(y, c, v), T(y, p, v), f(p, d), E || (_ = Z(
4088
+ p,
4085
4089
  "click",
4086
4090
  /*click_handler_10*/
4087
4091
  e[37]
@@ -4089,44 +4093,44 @@ function Or(e) {
4089
4093
  },
4090
4094
  p(y, v) {
4091
4095
  v[0] & /*$_*/
4092
- 4096 && i !== (i = /*$_*/
4093
- y[12]("depositError") + "") && H(n, i), v[0] & /*$_*/
4096
+ 4096 && n !== (n = /*$_*/
4097
+ y[12]("depositError") + "") && k(i, n), v[0] & /*$_*/
4094
4098
  4096 && u !== (u = /*$_*/
4095
- y[12]("errorDescription") + "") && H(l, u), v[0] & /*$_*/
4096
- 4096 && p !== (p = /*$_*/
4097
- y[12]("closeButton") + "") && H(d, p);
4099
+ y[12]("errorDescription") + "") && k(l, u), v[0] & /*$_*/
4100
+ 4096 && m !== (m = /*$_*/
4101
+ y[12]("closeButton") + "") && k(d, m);
4098
4102
  },
4099
4103
  d(y) {
4100
- y && (x(t), x(r), x(o), x(a), x(s), x(c), x(m)), E = !1, _();
4104
+ y && (x(t), x(r), x(o), x(a), x(s), x(c), x(p)), E = !1, _();
4101
4105
  }
4102
4106
  };
4103
4107
  }
4104
- function Mr(e) {
4105
- let t, i = (
4108
+ function Dr(e) {
4109
+ let t, n = (
4106
4110
  /*$_*/
4107
4111
  e[12]("docsRequired") + ""
4108
- ), n, r, o, a, s, u, l, c, m, p = (
4112
+ ), i, r, o, a, s, u, l, c, p, m = (
4109
4113
  /*$_*/
4110
4114
  e[12]("docsRequired") + ""
4111
4115
  ), d, E, _, y = (
4112
4116
  /*$_*/
4113
4117
  e[12]("kyc2") + ""
4114
- ), v, M, w, D = (
4118
+ ), v, O, w, M = (
4115
4119
  /*$_*/
4116
4120
  e[12]("kycButton") + ""
4117
- ), A, R, F, C = (
4121
+ ), S, D, z, H = (
4118
4122
  /*$_*/
4119
4123
  e[12]("closeButton") + ""
4120
- ), U, $, X;
4124
+ ), R, G, X;
4121
4125
  return {
4122
4126
  c() {
4123
- t = g("p"), n = L(i), r = O(), o = g("div"), a = g("div"), s = Y("svg"), u = Y("g"), l = Y("path"), c = O(), m = g("p"), d = L(p), E = O(), _ = g("p"), v = L(y), M = O(), w = g("button"), A = L(D), R = O(), F = g("button"), U = L(C), h(t, "class", "Title"), h(l, "id", "XMLID_6_"), h(l, "d", `M426.2,55h-99.8C318,23.3,290,0,255.5,0S193,23.3,184.7,55H84.9c-27,0-48.5,22.4-48.5,48.5v360
4127
+ t = b("p"), i = L(n), r = N(), o = b("div"), a = b("div"), s = Y("svg"), u = Y("g"), l = Y("path"), c = N(), p = b("p"), d = L(m), E = N(), _ = b("p"), v = L(y), O = N(), w = b("button"), S = L(M), D = N(), z = b("button"), R = L(H), h(t, "class", "Title"), h(l, "id", "XMLID_6_"), h(l, "d", `M426.2,55h-99.8C318,23.3,290,0,255.5,0S193,23.3,184.7,55H84.9c-27,0-48.5,22.4-48.5,48.5v360
4124
4128
  c0,27,22.4,48.5,48.5,48.5h342.3c27,0,48.5-22.4,48.5-48.5v-360C475.6,76.5,453.2,55,426.2,55z M255.5,55
4125
4129
  c13.1,0,24.2,11.2,24.2,24.2s-11.2,24.2-24.2,24.2s-24.2-11.2-24.2-24.2S242.5,55,255.5,55z M429.9,467.2H81.1V100.7h45.7v82.1
4126
- h256.5v-82.1H429v366.5H429.9z`), h(u, "id", "XMLID_1_"), h(s, "version", "1.1"), h(s, "id", "Layer_1"), h(s, "xmlns", "http://www.w3.org/2000/svg"), h(s, "xmlns:xlink", "http://www.w3.org/1999/xlink"), h(s, "x", "0px"), h(s, "y", "0px"), h(s, "viewBox", "0 0 512 512"), ke(s, "enable-background", "new 0 0 512 512"), h(s, "xml:space", "preserve"), h(a, "class", "ResultIconWrapper"), h(_, "class", "Description CenterAlign"), h(o, "class", "DescriptionWrapper"), h(w, "class", "KycButton PrimaryButtonStyle"), h(F, "class", "ConfirmButton SecondaryButtonStyle");
4130
+ h256.5v-82.1H429v366.5H429.9z`), h(u, "id", "XMLID_1_"), h(s, "version", "1.1"), h(s, "id", "Layer_1"), h(s, "xmlns", "http://www.w3.org/2000/svg"), h(s, "xmlns:xlink", "http://www.w3.org/1999/xlink"), h(s, "x", "0px"), h(s, "y", "0px"), h(s, "viewBox", "0 0 512 512"), He(s, "enable-background", "new 0 0 512 512"), h(s, "xml:space", "preserve"), h(a, "class", "ResultIconWrapper"), h(_, "class", "Description CenterAlign"), h(o, "class", "DescriptionWrapper"), h(w, "class", "KycButton PrimaryButtonStyle"), h(z, "class", "ConfirmButton SecondaryButtonStyle");
4127
4131
  },
4128
- m(P, j) {
4129
- T(P, t, j), f(t, n), T(P, r, j), T(P, o, j), f(o, a), f(a, s), f(s, u), f(u, l), f(a, c), f(a, m), f(m, d), f(o, E), f(o, _), f(_, v), T(P, M, j), T(P, w, j), f(w, A), T(P, R, j), T(P, F, j), f(F, U), $ || (X = [
4132
+ m(P, U) {
4133
+ T(P, t, U), f(t, i), T(P, r, U), T(P, o, U), f(o, a), f(a, s), f(s, u), f(u, l), f(a, c), f(a, p), f(p, d), f(o, E), f(o, _), f(_, v), T(P, O, U), T(P, w, U), f(w, S), T(P, D, U), T(P, z, U), f(z, R), G || (X = [
4130
4134
  Z(
4131
4135
  w,
4132
4136
  "click",
@@ -4134,68 +4138,68 @@ function Mr(e) {
4134
4138
  e[35]
4135
4139
  ),
4136
4140
  Z(
4137
- F,
4141
+ z,
4138
4142
  "click",
4139
4143
  /*click_handler_9*/
4140
4144
  e[36]
4141
4145
  )
4142
- ], $ = !0);
4146
+ ], G = !0);
4143
4147
  },
4144
- p(P, j) {
4145
- j[0] & /*$_*/
4146
- 4096 && i !== (i = /*$_*/
4147
- P[12]("docsRequired") + "") && H(n, i), j[0] & /*$_*/
4148
- 4096 && p !== (p = /*$_*/
4149
- P[12]("docsRequired") + "") && H(d, p), j[0] & /*$_*/
4148
+ p(P, U) {
4149
+ U[0] & /*$_*/
4150
+ 4096 && n !== (n = /*$_*/
4151
+ P[12]("docsRequired") + "") && k(i, n), U[0] & /*$_*/
4152
+ 4096 && m !== (m = /*$_*/
4153
+ P[12]("docsRequired") + "") && k(d, m), U[0] & /*$_*/
4150
4154
  4096 && y !== (y = /*$_*/
4151
- P[12]("kyc2") + "") && H(v, y), j[0] & /*$_*/
4152
- 4096 && D !== (D = /*$_*/
4153
- P[12]("kycButton") + "") && H(A, D), j[0] & /*$_*/
4154
- 4096 && C !== (C = /*$_*/
4155
- P[12]("closeButton") + "") && H(U, C);
4155
+ P[12]("kyc2") + "") && k(v, y), U[0] & /*$_*/
4156
+ 4096 && M !== (M = /*$_*/
4157
+ P[12]("kycButton") + "") && k(S, M), U[0] & /*$_*/
4158
+ 4096 && H !== (H = /*$_*/
4159
+ P[12]("closeButton") + "") && k(R, H);
4156
4160
  },
4157
4161
  d(P) {
4158
- P && (x(t), x(r), x(o), x(M), x(w), x(R), x(F)), $ = !1, le(X);
4162
+ P && (x(t), x(r), x(o), x(O), x(w), x(D), x(z)), G = !1, ue(X);
4159
4163
  }
4160
4164
  };
4161
4165
  }
4162
- function Dr(e) {
4163
- let t, i = (
4166
+ function Rr(e) {
4167
+ let t, n = (
4164
4168
  /*$_*/
4165
4169
  e[12]("depositLimit") + ""
4166
- ), n, r, o, a, s, u, l, c, m, p = (
4170
+ ), i, r, o, a, s, u, l, c, p, m = (
4167
4171
  /*$_*/
4168
4172
  e[12]("successful") + ""
4169
4173
  ), d, E, _, y = (
4170
4174
  /*$_*/
4171
4175
  e[12]("kyc1Part1") + ""
4172
- ), v, M, w, D, A = (
4176
+ ), v, O, w, M, S = (
4173
4177
  /*$_*/
4174
4178
  e[12]("kyc1Part2") + ""
4175
- ), R, F, C, U = (
4179
+ ), D, z, H, R = (
4176
4180
  /*$_*/
4177
4181
  e[12]("kycButton") + ""
4178
- ), $, X, P, j = (
4182
+ ), G, X, P, U = (
4179
4183
  /*$_*/
4180
4184
  e[12]("closeButton") + ""
4181
- ), ie, ne, se;
4185
+ ), ne, ie, ae;
4182
4186
  return {
4183
4187
  c() {
4184
- t = g("p"), n = L(i), r = O(), o = g("div"), a = g("div"), s = Y("svg"), u = Y("g"), l = Y("path"), c = O(), m = g("p"), d = L(p), E = O(), _ = g("p"), v = L(y), M = L(
4188
+ t = b("p"), i = L(n), r = N(), o = b("div"), a = b("div"), s = Y("svg"), u = Y("g"), l = Y("path"), c = N(), p = b("p"), d = L(m), E = N(), _ = b("p"), v = L(y), O = L(
4185
4189
  /*legislatorLimitValue*/
4186
4190
  e[11]
4187
- ), w = O(), D = L(
4191
+ ), w = N(), M = L(
4188
4192
  /*currency*/
4189
4193
  e[0]
4190
- ), R = L(A), F = O(), C = g("button"), $ = L(U), X = O(), P = g("button"), ie = L(j), h(t, "class", "Title"), h(l, "id", "XMLID_6_"), h(l, "d", `M426.2,55h-99.8C318,23.3,290,0,255.5,0S193,23.3,184.7,55H84.9c-27,0-48.5,22.4-48.5,48.5v360
4194
+ ), D = L(S), z = N(), H = b("button"), G = L(R), X = N(), P = b("button"), ne = L(U), h(t, "class", "Title"), h(l, "id", "XMLID_6_"), h(l, "d", `M426.2,55h-99.8C318,23.3,290,0,255.5,0S193,23.3,184.7,55H84.9c-27,0-48.5,22.4-48.5,48.5v360
4191
4195
  c0,27,22.4,48.5,48.5,48.5h342.3c27,0,48.5-22.4,48.5-48.5v-360C475.6,76.5,453.2,55,426.2,55z M255.5,55
4192
4196
  c13.1,0,24.2,11.2,24.2,24.2s-11.2,24.2-24.2,24.2s-24.2-11.2-24.2-24.2S242.5,55,255.5,55z M429.9,467.2H81.1V100.7h45.7v82.1
4193
- h256.5v-82.1H429v366.5H429.9z`), h(u, "id", "XMLID_1_"), h(s, "version", "1.1"), h(s, "id", "Layer_1"), h(s, "xmlns", "http://www.w3.org/2000/svg"), h(s, "xmlns:xlink", "http://www.w3.org/1999/xlink"), h(s, "x", "0px"), h(s, "y", "0px"), h(s, "viewBox", "0 0 512 512"), ke(s, "enable-background", "new 0 0 512 512"), h(s, "xml:space", "preserve"), h(a, "class", "ResultIconWrapper"), h(_, "class", "Description CenterAlign"), h(o, "class", "DescriptionWrapper"), h(C, "class", "KycButton PrimaryButtonStyle"), h(P, "class", "ConfirmButton SecondaryButtonStyle");
4197
+ h256.5v-82.1H429v366.5H429.9z`), h(u, "id", "XMLID_1_"), h(s, "version", "1.1"), h(s, "id", "Layer_1"), h(s, "xmlns", "http://www.w3.org/2000/svg"), h(s, "xmlns:xlink", "http://www.w3.org/1999/xlink"), h(s, "x", "0px"), h(s, "y", "0px"), h(s, "viewBox", "0 0 512 512"), He(s, "enable-background", "new 0 0 512 512"), h(s, "xml:space", "preserve"), h(a, "class", "ResultIconWrapper"), h(_, "class", "Description CenterAlign"), h(o, "class", "DescriptionWrapper"), h(H, "class", "KycButton PrimaryButtonStyle"), h(P, "class", "ConfirmButton SecondaryButtonStyle");
4194
4198
  },
4195
- m(V, G) {
4196
- T(V, t, G), f(t, n), T(V, r, G), T(V, o, G), f(o, a), f(a, s), f(s, u), f(u, l), f(a, c), f(a, m), f(m, d), f(o, E), f(o, _), f(_, v), f(_, M), f(_, w), f(_, D), f(_, R), T(V, F, G), T(V, C, G), f(C, $), T(V, X, G), T(V, P, G), f(P, ie), ne || (se = [
4199
+ m(F, j) {
4200
+ T(F, t, j), f(t, i), T(F, r, j), T(F, o, j), f(o, a), f(a, s), f(s, u), f(u, l), f(a, c), f(a, p), f(p, d), f(o, E), f(o, _), f(_, v), f(_, O), f(_, w), f(_, M), f(_, D), T(F, z, j), T(F, H, j), f(H, G), T(F, X, j), T(F, P, j), f(P, ne), ie || (ae = [
4197
4201
  Z(
4198
- C,
4202
+ H,
4199
4203
  "click",
4200
4204
  /*click_handler_6*/
4201
4205
  e[33]
@@ -4206,134 +4210,134 @@ function Dr(e) {
4206
4210
  /*click_handler_7*/
4207
4211
  e[34]
4208
4212
  )
4209
- ], ne = !0);
4213
+ ], ie = !0);
4210
4214
  },
4211
- p(V, G) {
4212
- G[0] & /*$_*/
4213
- 4096 && i !== (i = /*$_*/
4214
- V[12]("depositLimit") + "") && H(n, i), G[0] & /*$_*/
4215
- 4096 && p !== (p = /*$_*/
4216
- V[12]("successful") + "") && H(d, p), G[0] & /*$_*/
4215
+ p(F, j) {
4216
+ j[0] & /*$_*/
4217
+ 4096 && n !== (n = /*$_*/
4218
+ F[12]("depositLimit") + "") && k(i, n), j[0] & /*$_*/
4219
+ 4096 && m !== (m = /*$_*/
4220
+ F[12]("successful") + "") && k(d, m), j[0] & /*$_*/
4217
4221
  4096 && y !== (y = /*$_*/
4218
- V[12]("kyc1Part1") + "") && H(v, y), G[0] & /*legislatorLimitValue*/
4219
- 2048 && H(
4220
- M,
4222
+ F[12]("kyc1Part1") + "") && k(v, y), j[0] & /*legislatorLimitValue*/
4223
+ 2048 && k(
4224
+ O,
4221
4225
  /*legislatorLimitValue*/
4222
- V[11]
4223
- ), G[0] & /*currency*/
4224
- 1 && H(
4225
- D,
4226
+ F[11]
4227
+ ), j[0] & /*currency*/
4228
+ 1 && k(
4229
+ M,
4226
4230
  /*currency*/
4227
- V[0]
4228
- ), G[0] & /*$_*/
4229
- 4096 && A !== (A = /*$_*/
4230
- V[12]("kyc1Part2") + "") && H(R, A), G[0] & /*$_*/
4231
+ F[0]
4232
+ ), j[0] & /*$_*/
4233
+ 4096 && S !== (S = /*$_*/
4234
+ F[12]("kyc1Part2") + "") && k(D, S), j[0] & /*$_*/
4235
+ 4096 && R !== (R = /*$_*/
4236
+ F[12]("kycButton") + "") && k(G, R), j[0] & /*$_*/
4231
4237
  4096 && U !== (U = /*$_*/
4232
- V[12]("kycButton") + "") && H($, U), G[0] & /*$_*/
4233
- 4096 && j !== (j = /*$_*/
4234
- V[12]("closeButton") + "") && H(ie, j);
4238
+ F[12]("closeButton") + "") && k(ne, U);
4235
4239
  },
4236
- d(V) {
4237
- V && (x(t), x(r), x(o), x(F), x(C), x(X), x(P)), ne = !1, le(se);
4240
+ d(F) {
4241
+ F && (x(t), x(r), x(o), x(z), x(H), x(X), x(P)), ie = !1, ue(ae);
4238
4242
  }
4239
4243
  };
4240
4244
  }
4241
- function Rr(e) {
4242
- let t, i = (
4245
+ function Ur(e) {
4246
+ let t, n = (
4243
4247
  /*$_*/
4244
4248
  e[12]("depositLimit") + ""
4245
- ), n, r, o, a, s, u, l, c, m, p, d, E, _ = (
4249
+ ), i, r, o, a, s, u, l, c, p, m, d, E, _ = (
4246
4250
  /*$_*/
4247
4251
  e[12]("successful") + ""
4248
- ), y, v, M, w = (
4252
+ ), y, v, O, w = (
4249
4253
  /*$_*/
4250
4254
  e[12]("successDescription") + ""
4251
- ), D, A, R, F, C;
4255
+ ), M, S, D, z, H;
4252
4256
  return {
4253
4257
  c() {
4254
- t = g("p"), n = L(i), r = O(), o = g("div"), a = g("div"), s = Y("svg"), u = Y("defs"), l = Y("style"), c = L(`.fil0 {fill:black;fill-rule:nonzero}
4255
- `), m = Y("g"), p = Y("polygon"), d = O(), E = g("p"), y = L(_), v = O(), M = g("p"), D = L(w), A = O(), R = g("button"), R.textContent = "OK", h(t, "class", "Title"), h(l, "type", "text/css"), h(p, "class", "fil0"), h(p, "points", "0,38 10,25 36,47 78,0 90,11 37,69 "), h(s, "xmlns", "http://www.w3.org/2000/svg"), h(s, "xmlns:xlink", "http://www.w3.org/1999/xlink"), h(s, "xml:space", "preserve"), h(s, "version", "1.1"), ke(s, "shape-rendering", "geometricPrecision"), ke(s, "text-rendering", "geometricPrecision"), ke(s, "image-rendering", "optimizeQuality"), h(s, "viewBox", "0 0 90 69"), h(s, "x", "0px"), h(s, "y", "0px"), h(s, "fill-rule", "evenodd"), h(s, "clip-rule", "evenodd"), h(a, "class", "ResultIconWrapper"), h(M, "class", "Description CenterAlign"), h(o, "class", "DescriptionWrapper"), h(R, "class", "ConfirmButton PrimaryButtonStyle");
4258
+ t = b("p"), i = L(n), r = N(), o = b("div"), a = b("div"), s = Y("svg"), u = Y("defs"), l = Y("style"), c = L(`.fil0 {fill:black;fill-rule:nonzero}
4259
+ `), p = Y("g"), m = Y("polygon"), d = N(), E = b("p"), y = L(_), v = N(), O = b("p"), M = L(w), S = N(), D = b("button"), D.textContent = "OK", h(t, "class", "Title"), h(l, "type", "text/css"), h(m, "class", "fil0"), h(m, "points", "0,38 10,25 36,47 78,0 90,11 37,69 "), h(s, "xmlns", "http://www.w3.org/2000/svg"), h(s, "xmlns:xlink", "http://www.w3.org/1999/xlink"), h(s, "xml:space", "preserve"), h(s, "version", "1.1"), He(s, "shape-rendering", "geometricPrecision"), He(s, "text-rendering", "geometricPrecision"), He(s, "image-rendering", "optimizeQuality"), h(s, "viewBox", "0 0 90 69"), h(s, "x", "0px"), h(s, "y", "0px"), h(s, "fill-rule", "evenodd"), h(s, "clip-rule", "evenodd"), h(a, "class", "ResultIconWrapper"), h(O, "class", "Description CenterAlign"), h(o, "class", "DescriptionWrapper"), h(D, "class", "ConfirmButton PrimaryButtonStyle");
4256
4260
  },
4257
- m(U, $) {
4258
- T(U, t, $), f(t, n), T(U, r, $), T(U, o, $), f(o, a), f(a, s), f(s, u), f(u, l), f(l, c), f(s, m), f(m, p), f(a, d), f(a, E), f(E, y), f(o, v), f(o, M), f(M, D), T(U, A, $), T(U, R, $), F || (C = Z(
4259
- R,
4261
+ m(R, G) {
4262
+ T(R, t, G), f(t, i), T(R, r, G), T(R, o, G), f(o, a), f(a, s), f(s, u), f(u, l), f(l, c), f(s, p), f(p, m), f(a, d), f(a, E), f(E, y), f(o, v), f(o, O), f(O, M), T(R, S, G), T(R, D, G), z || (H = Z(
4263
+ D,
4260
4264
  "click",
4261
4265
  /*click_handler_5*/
4262
4266
  e[32]
4263
- ), F = !0);
4267
+ ), z = !0);
4264
4268
  },
4265
- p(U, $) {
4266
- $[0] & /*$_*/
4267
- 4096 && i !== (i = /*$_*/
4268
- U[12]("depositLimit") + "") && H(n, i), $[0] & /*$_*/
4269
+ p(R, G) {
4270
+ G[0] & /*$_*/
4271
+ 4096 && n !== (n = /*$_*/
4272
+ R[12]("depositLimit") + "") && k(i, n), G[0] & /*$_*/
4269
4273
  4096 && _ !== (_ = /*$_*/
4270
- U[12]("successful") + "") && H(y, _), $[0] & /*$_*/
4274
+ R[12]("successful") + "") && k(y, _), G[0] & /*$_*/
4271
4275
  4096 && w !== (w = /*$_*/
4272
- U[12]("successDescription") + "") && H(D, w);
4276
+ R[12]("successDescription") + "") && k(M, w);
4273
4277
  },
4274
- d(U) {
4275
- U && (x(t), x(r), x(o), x(A), x(R)), F = !1, C();
4278
+ d(R) {
4279
+ R && (x(t), x(r), x(o), x(S), x(D)), z = !1, H();
4276
4280
  }
4277
4281
  };
4278
4282
  }
4279
- function Ur(e) {
4280
- let t, i = (
4283
+ function jr(e) {
4284
+ let t, n = (
4281
4285
  /*$_*/
4282
4286
  e[12]("setLimit") + ""
4283
- ), n, r, o, a = (
4287
+ ), i, r, o, a = (
4284
4288
  /*$_*/
4285
4289
  e[12]("setLimitDescription") + ""
4286
4290
  ), s, u, l, c = (
4287
4291
  /*$_*/
4288
4292
  e[12]("lugasInfo1") + ""
4289
- ), m, p, d, E = (
4293
+ ), p, m, d, E = (
4290
4294
  /*$_*/
4291
4295
  e[12]("lugasInfo2") + ""
4292
- ), _, y, v, M = (
4296
+ ), _, y, v, O = (
4293
4297
  /*$_*/
4294
4298
  e[12]("keepCurrentLimit") + ""
4295
- ), w, D, A, R = (
4299
+ ), w, M, S, D = (
4296
4300
  /*$_*/
4297
4301
  e[12]("keepCurrentLimitButton") + ""
4298
- ), F, C, U, $, X, P, j, ie, ne = (
4302
+ ), z, H, R, G, X, P, U, ne, ie = (
4299
4303
  /*$_*/
4300
4304
  e[12]("depositPeriod") + ""
4301
- ), se, V, G, Q, De, re, he = (
4305
+ ), ae, F, j, Q, Re, re, fe = (
4302
4306
  /*$_*/
4303
4307
  e[12]("applyButton") + ""
4304
- ), Be, Le, J, fe = (
4308
+ ), Le, Se, J, pe = (
4305
4309
  /*$_*/
4306
4310
  e[12]("TCpart1") + ""
4307
- ), Ae, ue, me = (
4311
+ ), Ae, ce, me = (
4308
4312
  /*$_*/
4309
4313
  e[12]("TClink") + ""
4310
- ), Se, b, q = (
4314
+ ), Ie, g, q = (
4311
4315
  /*$_*/
4312
4316
  e[12]("TCpart2") + ""
4313
- ), oe, Re, K, Ue = (
4317
+ ), se, Ue, K, je = (
4314
4318
  /*$_*/
4315
4319
  e[12]("PPlink") + ""
4316
- ), Qe, Tt, Ke, Pt;
4320
+ ), et, Tt, tt, Pt;
4317
4321
  return {
4318
4322
  c() {
4319
- t = g("p"), n = L(i), r = O(), o = g("p"), s = L(a), u = O(), l = g("p"), m = L(c), p = O(), d = g("button"), _ = L(E), y = O(), v = g("button"), w = L(M), D = O(), A = g("button"), F = L(R), C = Y("svg"), U = Y("path"), $ = Y("path"), X = O(), P = g("div"), j = g("div"), ie = g("span"), se = L(ne), V = O(), G = g("div"), Q = g("input"), De = O(), re = g("button"), Be = L(he), Le = O(), J = g("p"), Ae = L(fe), ue = g("button"), Se = L(me), b = O(), oe = L(q), Re = O(), K = g("button"), Qe = L(Ue), Tt = L("."), h(t, "class", "Title"), h(o, "class", "Description LeftAlign"), h(d, "class", "LinkButton"), h(l, "class", "AdditionalInformation"), h(v, "class", "KeepCurrentButton PrimaryButtonStyle"), h(U, "d", "M10.5 15l7.5 7.5 7.5-7.5z"), h($, "d", "M0 0h36v36h-36z"), h($, "fill", "none"), h(C, "class", "ExpandArrow"), h(C, "xmlns", "http://www.w3.org/2000/svg"), h(C, "width", "36"), h(C, "height", "36"), h(C, "viewBox", "0 0 36 36"), h(C, "fill", "#999"), je(
4320
- C,
4323
+ t = b("p"), i = L(n), r = N(), o = b("p"), s = L(a), u = N(), l = b("p"), p = L(c), m = N(), d = b("button"), _ = L(E), y = N(), v = b("button"), w = L(O), M = N(), S = b("button"), z = L(D), H = Y("svg"), R = Y("path"), G = Y("path"), X = N(), P = b("div"), U = b("div"), ne = b("span"), ae = L(ie), F = N(), j = b("div"), Q = b("input"), Re = N(), re = b("button"), Le = L(fe), Se = N(), J = b("p"), Ae = L(pe), ce = b("button"), Ie = L(me), g = N(), se = L(q), Ue = N(), K = b("button"), et = L(je), Tt = L("."), h(t, "class", "Title"), h(o, "class", "Description LeftAlign"), h(d, "class", "LinkButton"), h(l, "class", "AdditionalInformation"), h(v, "class", "KeepCurrentButton PrimaryButtonStyle"), h(R, "d", "M10.5 15l7.5 7.5 7.5-7.5z"), h(G, "d", "M0 0h36v36h-36z"), h(G, "fill", "none"), h(H, "class", "ExpandArrow"), h(H, "xmlns", "http://www.w3.org/2000/svg"), h(H, "width", "36"), h(H, "height", "36"), h(H, "viewBox", "0 0 36 36"), h(H, "fill", "#999"), Ge(
4324
+ H,
4321
4325
  "Extended",
4322
4326
  /*extended*/
4323
4327
  e[5]
4324
- ), h(A, "class", "ExpandButton"), h(ie, "class", "DepositPeriodText"), h(j, "class", "DepositTextSection"), h(Q, "type", "number"), h(Q, "class", "DepositInput"), h(re, "type", "submit"), h(re, "class", "SubmitDepositButton PrimaryButtonStyle"), re.disabled = !0, h(G, "class", "DepositInputSection"), h(P, "class", "SetLimitSection"), je(
4328
+ ), h(S, "class", "ExpandButton"), h(ne, "class", "DepositPeriodText"), h(U, "class", "DepositTextSection"), h(Q, "type", "number"), h(Q, "class", "DepositInput"), h(re, "type", "submit"), h(re, "class", "SubmitDepositButton PrimaryButtonStyle"), re.disabled = !0, h(j, "class", "DepositInputSection"), h(P, "class", "SetLimitSection"), Ge(
4325
4329
  P,
4326
4330
  "Hidden",
4327
4331
  /*hidden*/
4328
4332
  e[4]
4329
- ), h(ue, "class", "LinkButton"), h(K, "class", "LinkButton"), h(J, "class", "TermsConditions");
4333
+ ), h(ce, "class", "LinkButton"), h(K, "class", "LinkButton"), h(J, "class", "TermsConditions");
4330
4334
  },
4331
- m(I, N) {
4332
- T(I, t, N), f(t, n), T(I, r, N), T(I, o, N), f(o, s), T(I, u, N), T(I, l, N), f(l, m), f(l, p), f(l, d), f(d, _), T(I, y, N), T(I, v, N), f(v, w), T(I, D, N), T(I, A, N), f(A, F), f(A, C), f(C, U), f(C, $), e[26](C), T(I, X, N), T(I, P, N), f(P, j), f(j, ie), f(ie, se), f(P, V), f(P, G), f(G, Q), Bt(
4335
+ m(I, C) {
4336
+ T(I, t, C), f(t, i), T(I, r, C), T(I, o, C), f(o, s), T(I, u, C), T(I, l, C), f(l, p), f(l, m), f(l, d), f(d, _), T(I, y, C), T(I, v, C), f(v, w), T(I, M, C), T(I, S, C), f(S, z), f(S, H), f(H, R), f(H, G), e[26](H), T(I, X, C), T(I, P, C), f(P, U), f(U, ne), f(ne, ae), f(P, F), f(P, j), f(j, Q), Bt(
4333
4337
  Q,
4334
4338
  /*inputAmount*/
4335
4339
  e[6]
4336
- ), f(G, De), f(G, re), f(re, Be), e[28](re), T(I, Le, N), T(I, J, N), f(J, Ae), f(J, ue), f(ue, Se), f(J, b), f(J, oe), f(J, Re), f(J, K), f(K, Qe), f(J, Tt), Ke || (Pt = [
4340
+ ), f(j, Re), f(j, re), f(re, Le), e[28](re), T(I, Se, C), T(I, J, C), f(J, Ae), f(J, ce), f(ce, Ie), f(J, g), f(J, se), f(J, Ue), f(J, K), f(K, et), f(J, Tt), tt || (Pt = [
4337
4341
  Z(
4338
4342
  d,
4339
4343
  "click",
@@ -4347,7 +4351,7 @@ function Ur(e) {
4347
4351
  e[25]
4348
4352
  ),
4349
4353
  Z(
4350
- A,
4354
+ S,
4351
4355
  "click",
4352
4356
  /*toggleNewLimitArea*/
4353
4357
  e[13]
@@ -4371,7 +4375,7 @@ function Ur(e) {
4371
4375
  e[29]
4372
4376
  ),
4373
4377
  Z(
4374
- ue,
4378
+ ce,
4375
4379
  "click",
4376
4380
  /*click_handler_3*/
4377
4381
  e[30]
@@ -4382,79 +4386,79 @@ function Ur(e) {
4382
4386
  /*click_handler_4*/
4383
4387
  e[31]
4384
4388
  )
4385
- ], Ke = !0);
4389
+ ], tt = !0);
4386
4390
  },
4387
- p(I, N) {
4388
- N[0] & /*$_*/
4389
- 4096 && i !== (i = /*$_*/
4390
- I[12]("setLimit") + "") && H(n, i), N[0] & /*$_*/
4391
+ p(I, C) {
4392
+ C[0] & /*$_*/
4393
+ 4096 && n !== (n = /*$_*/
4394
+ I[12]("setLimit") + "") && k(i, n), C[0] & /*$_*/
4391
4395
  4096 && a !== (a = /*$_*/
4392
- I[12]("setLimitDescription") + "") && H(s, a), N[0] & /*$_*/
4396
+ I[12]("setLimitDescription") + "") && k(s, a), C[0] & /*$_*/
4393
4397
  4096 && c !== (c = /*$_*/
4394
- I[12]("lugasInfo1") + "") && H(m, c), N[0] & /*$_*/
4398
+ I[12]("lugasInfo1") + "") && k(p, c), C[0] & /*$_*/
4395
4399
  4096 && E !== (E = /*$_*/
4396
- I[12]("lugasInfo2") + "") && H(_, E), N[0] & /*$_*/
4397
- 4096 && M !== (M = /*$_*/
4398
- I[12]("keepCurrentLimit") + "") && H(w, M), N[0] & /*$_*/
4399
- 4096 && R !== (R = /*$_*/
4400
- I[12]("keepCurrentLimitButton") + "") && H(F, R), N[0] & /*extended*/
4401
- 32 && je(
4402
- C,
4400
+ I[12]("lugasInfo2") + "") && k(_, E), C[0] & /*$_*/
4401
+ 4096 && O !== (O = /*$_*/
4402
+ I[12]("keepCurrentLimit") + "") && k(w, O), C[0] & /*$_*/
4403
+ 4096 && D !== (D = /*$_*/
4404
+ I[12]("keepCurrentLimitButton") + "") && k(z, D), C[0] & /*extended*/
4405
+ 32 && Ge(
4406
+ H,
4403
4407
  "Extended",
4404
4408
  /*extended*/
4405
4409
  I[5]
4406
- ), N[0] & /*$_*/
4407
- 4096 && ne !== (ne = /*$_*/
4408
- I[12]("depositPeriod") + "") && H(se, ne), N[0] & /*inputAmount*/
4410
+ ), C[0] & /*$_*/
4411
+ 4096 && ie !== (ie = /*$_*/
4412
+ I[12]("depositPeriod") + "") && k(ae, ie), C[0] & /*inputAmount*/
4409
4413
  64 && Xt(Q.value) !== /*inputAmount*/
4410
4414
  I[6] && Bt(
4411
4415
  Q,
4412
4416
  /*inputAmount*/
4413
4417
  I[6]
4414
- ), N[0] & /*$_*/
4415
- 4096 && he !== (he = /*$_*/
4416
- I[12]("applyButton") + "") && H(Be, he), N[0] & /*hidden*/
4417
- 16 && je(
4418
+ ), C[0] & /*$_*/
4419
+ 4096 && fe !== (fe = /*$_*/
4420
+ I[12]("applyButton") + "") && k(Le, fe), C[0] & /*hidden*/
4421
+ 16 && Ge(
4418
4422
  P,
4419
4423
  "Hidden",
4420
4424
  /*hidden*/
4421
4425
  I[4]
4422
- ), N[0] & /*$_*/
4423
- 4096 && fe !== (fe = /*$_*/
4424
- I[12]("TCpart1") + "") && H(Ae, fe), N[0] & /*$_*/
4426
+ ), C[0] & /*$_*/
4427
+ 4096 && pe !== (pe = /*$_*/
4428
+ I[12]("TCpart1") + "") && k(Ae, pe), C[0] & /*$_*/
4425
4429
  4096 && me !== (me = /*$_*/
4426
- I[12]("TClink") + "") && H(Se, me), N[0] & /*$_*/
4430
+ I[12]("TClink") + "") && k(Ie, me), C[0] & /*$_*/
4427
4431
  4096 && q !== (q = /*$_*/
4428
- I[12]("TCpart2") + "") && H(oe, q), N[0] & /*$_*/
4429
- 4096 && Ue !== (Ue = /*$_*/
4430
- I[12]("PPlink") + "") && H(Qe, Ue);
4432
+ I[12]("TCpart2") + "") && k(se, q), C[0] & /*$_*/
4433
+ 4096 && je !== (je = /*$_*/
4434
+ I[12]("PPlink") + "") && k(et, je);
4431
4435
  },
4432
4436
  d(I) {
4433
- I && (x(t), x(r), x(o), x(u), x(l), x(y), x(v), x(D), x(A), x(X), x(P), x(Le), x(J)), e[26](null), e[28](null), Ke = !1, le(Pt);
4437
+ I && (x(t), x(r), x(o), x(u), x(l), x(y), x(v), x(M), x(S), x(X), x(P), x(Se), x(J)), e[26](null), e[28](null), tt = !1, ue(Pt);
4434
4438
  }
4435
4439
  };
4436
4440
  }
4437
- function jr(e) {
4438
- let t, i, n, r;
4441
+ function Gr(e) {
4442
+ let t, n, i, r;
4439
4443
  function o(u, l) {
4440
4444
  if (
4441
4445
  /*isLoading*/
4442
4446
  u[7]
4443
4447
  )
4444
- return Nr;
4448
+ return Or;
4445
4449
  if (
4446
4450
  /*lang*/
4447
4451
  u[1]
4448
4452
  )
4449
- return Cr;
4453
+ return Nr;
4450
4454
  }
4451
4455
  let a = o(e), s = a && a(e);
4452
4456
  return {
4453
4457
  c() {
4454
- t = g("div"), i = g("div"), n = g("div"), r = g("div"), s && s.c(), h(r, "class", "ModalContainer"), h(n, "class", "Overlay"), h(i, "class", "player-account-gaming-limits-popup-2");
4458
+ t = b("div"), n = b("div"), i = b("div"), r = b("div"), s && s.c(), h(r, "class", "ModalContainer"), h(i, "class", "Overlay"), h(n, "class", "player-account-gaming-limits-popup-2");
4455
4459
  },
4456
4460
  m(u, l) {
4457
- T(u, t, l), f(t, i), f(i, n), f(n, r), s && s.m(r, null), e[38](i), e[39](t);
4461
+ T(u, t, l), f(t, n), f(n, i), f(i, r), s && s.m(r, null), e[38](n), e[39](t);
4458
4462
  },
4459
4463
  p(u, l) {
4460
4464
  a === (a = o(u)) && s ? s.p(u, l) : (s && s.d(1), s = a && a(u), s && (s.c(), s.m(r, null)));
@@ -4466,111 +4470,111 @@ function jr(e) {
4466
4470
  }
4467
4471
  };
4468
4472
  }
4469
- function Gr(e, t, i) {
4470
- let n;
4471
- vi(e, Lr, (b) => i(12, n = b));
4472
- let { userid: r = "" } = t, { session: o = "" } = t, { endpoint: a = "" } = t, { currency: s = "" } = t, { lang: u = "" } = t, { translationurl: l = "" } = t, { clientstyling: c = "" } = t, { clientstylingurl: m = "" } = t, { mbsource: p } = t, d, E, _ = !0, y = !1, v, M = !1, w, D, A = "initial", R;
4473
- const F = () => {
4473
+ function $r(e, t, n) {
4474
+ let i;
4475
+ En(e, Sr, (g) => n(12, i = g));
4476
+ let { userid: r = "" } = t, { session: o = "" } = t, { endpoint: a = "" } = t, { currency: s = "" } = t, { lang: u = "" } = t, { translationurl: l = "" } = t, { clientstyling: c = "" } = t, { clientstylingurl: p = "" } = t, { mbsource: m } = t, d, E, _ = !0, y = !1, v, O = !1, w, M, S = "initial", D;
4477
+ const z = () => {
4474
4478
  fetch(l).then((q) => q.json()).then((q) => {
4475
- Object.keys(q).forEach((oe) => {
4476
- Gt(oe, q[oe]);
4479
+ Object.keys(q).forEach((se) => {
4480
+ Gt(se, q[se]);
4477
4481
  });
4478
4482
  }).catch((q) => {
4479
4483
  console.log(q);
4480
4484
  });
4481
4485
  };
4482
- Object.keys($t).forEach((b) => {
4483
- Gt(b, $t[b]);
4486
+ Object.keys($t).forEach((g) => {
4487
+ Gt(g, $t[g]);
4484
4488
  });
4485
- const C = () => {
4486
- i(5, y = !y), i(4, _ = !_);
4487
- }, U = () => {
4488
- D.parentNode.removeChild(D);
4489
- }, $ = () => {
4490
- v > 999999999999999 && i(6, v = 999999999999999);
4489
+ const H = () => {
4490
+ n(5, y = !y), n(4, _ = !_);
4491
+ }, R = () => {
4492
+ M.parentNode.removeChild(M);
4493
+ }, G = () => {
4494
+ v > 999999999999999 && n(6, v = 999999999999999);
4491
4495
  const q = v - Math.floor(v) === 0;
4492
4496
  v > 0 && q ? w.removeAttribute("disabled") : w.setAttribute("disabled", "true");
4493
- }, X = (b) => {
4494
- switch (window.postMessage({ type: b }, window.location.href), b) {
4497
+ }, X = (g) => {
4498
+ switch (window.postMessage({ type: g }, window.location.href), g) {
4495
4499
  case "closePopup":
4496
4500
  case "uploadDocuments":
4497
- U();
4501
+ R();
4498
4502
  break;
4499
4503
  }
4500
- }, P = (b) => {
4504
+ }, P = (g) => {
4501
4505
  const q = new URL(`/v1/player/${r}/limit/lugas`, a);
4502
- let oe = {};
4503
- i(7, M = !0), oe = b === "custom" ? { amount: v } : {};
4504
- let Re = {
4506
+ let se = {};
4507
+ n(7, O = !0), se = g === "custom" ? { amount: v } : {};
4508
+ let Ue = {
4505
4509
  method: "POST",
4506
4510
  headers: {
4507
4511
  "X-SessionID": o,
4508
4512
  "Content-Type": "application/json",
4509
4513
  Accept: "application/json"
4510
4514
  },
4511
- body: JSON.stringify(oe)
4515
+ body: JSON.stringify(se)
4512
4516
  };
4513
- fetch(q.href, Re).then((K) => K.json()).then((K) => {
4514
- j(K);
4517
+ fetch(q.href, Ue).then((K) => K.json()).then((K) => {
4518
+ U(K);
4515
4519
  }).catch((K) => {
4516
4520
  console.log(K);
4517
4521
  }).finally(() => {
4518
- i(7, M = !1);
4522
+ n(7, O = !1);
4519
4523
  });
4520
- }, j = (b) => {
4521
- if (b.hasOwnProperty("kycNeeded"))
4522
- switch (b.popup) {
4524
+ }, U = (g) => {
4525
+ if (g.hasOwnProperty("kycNeeded"))
4526
+ switch (g.popup) {
4523
4527
  case 1:
4524
- i(10, A = "KYC"), i(11, R = Intl.NumberFormat("en-US", { maximumFractionDigits: 0 }).format(b.operatorDepositLimitAmount));
4528
+ n(10, S = "KYC"), n(11, D = Intl.NumberFormat("en-US", { maximumFractionDigits: 0 }).format(g.operatorDepositLimitAmount));
4525
4529
  break;
4526
4530
  case 2:
4527
- i(10, A = "successful");
4531
+ n(10, S = "successful");
4528
4532
  break;
4529
4533
  case 3:
4530
- i(10, A = "KYC2");
4534
+ n(10, S = "KYC2");
4531
4535
  break;
4532
4536
  }
4533
4537
  else
4534
- i(10, A = "error");
4535
- }, ie = () => {
4538
+ n(10, S = "error");
4539
+ }, ne = () => {
4536
4540
  Ar(u);
4537
4541
  };
4538
- Bi(() => () => {
4542
+ Ln(() => () => {
4539
4543
  });
4540
- const ne = () => X("lugasInformation"), se = () => P("default");
4541
- function V(b) {
4542
- ge[b ? "unshift" : "push"](() => {
4543
- E = b, i(3, E);
4544
+ const ie = () => X("lugasInformation"), ae = () => P("default");
4545
+ function F(g) {
4546
+ ye[g ? "unshift" : "push"](() => {
4547
+ E = g, n(3, E);
4544
4548
  });
4545
4549
  }
4546
- function G() {
4547
- v = Xt(this.value), i(6, v);
4550
+ function j() {
4551
+ v = Xt(this.value), n(6, v);
4548
4552
  }
4549
- function Q(b) {
4550
- ge[b ? "unshift" : "push"](() => {
4551
- w = b, i(8, w);
4553
+ function Q(g) {
4554
+ ye[g ? "unshift" : "push"](() => {
4555
+ w = g, n(8, w);
4552
4556
  });
4553
4557
  }
4554
- const De = () => P("custom"), re = () => X("termsConditions"), he = () => X("privacyPolicy"), Be = () => X("closePopup"), Le = () => X("uploadDocuments"), J = () => X("closePopup"), fe = () => X("uploadDocuments"), Ae = () => X("closePopup"), ue = () => X("closePopup");
4555
- function me(b) {
4556
- ge[b ? "unshift" : "push"](() => {
4557
- D = b, i(9, D);
4558
+ const Re = () => P("custom"), re = () => X("termsConditions"), fe = () => X("privacyPolicy"), Le = () => X("closePopup"), Se = () => X("uploadDocuments"), J = () => X("closePopup"), pe = () => X("uploadDocuments"), Ae = () => X("closePopup"), ce = () => X("closePopup");
4559
+ function me(g) {
4560
+ ye[g ? "unshift" : "push"](() => {
4561
+ M = g, n(9, M);
4558
4562
  });
4559
4563
  }
4560
- function Se(b) {
4561
- ge[b ? "unshift" : "push"](() => {
4562
- d = b, i(2, d);
4564
+ function Ie(g) {
4565
+ ye[g ? "unshift" : "push"](() => {
4566
+ d = g, n(2, d);
4563
4567
  });
4564
4568
  }
4565
- return e.$$set = (b) => {
4566
- "userid" in b && i(17, r = b.userid), "session" in b && i(18, o = b.session), "endpoint" in b && i(19, a = b.endpoint), "currency" in b && i(0, s = b.currency), "lang" in b && i(1, u = b.lang), "translationurl" in b && i(20, l = b.translationurl), "clientstyling" in b && i(21, c = b.clientstyling), "clientstylingurl" in b && i(22, m = b.clientstylingurl), "mbsource" in b && i(23, p = b.mbsource);
4569
+ return e.$$set = (g) => {
4570
+ "userid" in g && n(17, r = g.userid), "session" in g && n(18, o = g.session), "endpoint" in g && n(19, a = g.endpoint), "currency" in g && n(0, s = g.currency), "lang" in g && n(1, u = g.lang), "translationurl" in g && n(20, l = g.translationurl), "clientstyling" in g && n(21, c = g.clientstyling), "clientstylingurl" in g && n(22, p = g.clientstylingurl), "mbsource" in g && n(23, m = g.mbsource);
4567
4571
  }, e.$$.update = () => {
4568
4572
  e.$$.dirty[0] & /*lang*/
4569
- 2 && u && ie(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
4570
- 2097156 && c && d && Sr(d, c), e.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
4571
- 4194308 && m && d && Ir(d, m), e.$$.dirty[0] & /*mbsource, customStylingContainer*/
4572
- 8388612 && p && d && kr(d, `${p}.Style`), e.$$.dirty[0] & /*translationurl*/
4573
- 1048576 && l && F();
4573
+ 2 && u && ne(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
4574
+ 2097156 && c && d && Ir(d, c), e.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
4575
+ 4194308 && p && d && kr(d, p), e.$$.dirty[0] & /*mbsource, customStylingContainer*/
4576
+ 8388612 && m && d && Hr(d, `${m}.Style`), e.$$.dirty[0] & /*translationurl*/
4577
+ 1048576 && l && z();
4574
4578
  }, [
4575
4579
  s,
4576
4580
  u,
@@ -4579,14 +4583,14 @@ function Gr(e, t, i) {
4579
4583
  _,
4580
4584
  y,
4581
4585
  v,
4582
- M,
4586
+ O,
4583
4587
  w,
4588
+ M,
4589
+ S,
4584
4590
  D,
4585
- A,
4586
- R,
4587
- n,
4588
- C,
4589
- $,
4591
+ i,
4592
+ H,
4593
+ G,
4590
4594
  X,
4591
4595
  P,
4592
4596
  r,
@@ -4594,33 +4598,33 @@ function Gr(e, t, i) {
4594
4598
  a,
4595
4599
  l,
4596
4600
  c,
4597
- m,
4598
4601
  p,
4599
- ne,
4600
- se,
4601
- V,
4602
- G,
4602
+ m,
4603
+ ie,
4604
+ ae,
4605
+ F,
4606
+ j,
4603
4607
  Q,
4604
- De,
4608
+ Re,
4605
4609
  re,
4606
- he,
4607
- Be,
4610
+ fe,
4608
4611
  Le,
4612
+ Se,
4609
4613
  J,
4610
- fe,
4614
+ pe,
4611
4615
  Ae,
4612
- ue,
4616
+ ce,
4613
4617
  me,
4614
- Se
4618
+ Ie
4615
4619
  ];
4616
4620
  }
4617
- class $r extends Ri {
4621
+ class zr extends Un {
4618
4622
  constructor(t) {
4619
- super(), Mi(
4623
+ super(), Dn(
4620
4624
  this,
4621
4625
  t,
4626
+ $r,
4622
4627
  Gr,
4623
- jr,
4624
4628
  Ft,
4625
4629
  {
4626
4630
  userid: 17,
@@ -4633,7 +4637,7 @@ class $r extends Ri {
4633
4637
  clientstylingurl: 22,
4634
4638
  mbsource: 23
4635
4639
  },
4636
- Hr,
4640
+ Cr,
4637
4641
  [-1, -1]
4638
4642
  );
4639
4643
  }
@@ -4692,7 +4696,7 @@ class $r extends Ri {
4692
4696
  this.$$set({ mbsource: t }), ee();
4693
4697
  }
4694
4698
  }
4695
- Di($r, { userid: {}, session: {}, endpoint: {}, currency: {}, lang: {}, translationurl: {}, clientstyling: {}, clientstylingurl: {}, mbsource: {} }, [], [], !0);
4699
+ Rn(zr, { userid: {}, session: {}, endpoint: {}, currency: {}, lang: {}, translationurl: {}, clientstyling: {}, clientstylingurl: {}, mbsource: {} }, [], [], !0);
4696
4700
  export {
4697
- $r as P
4701
+ zr as P
4698
4702
  };