@everymatrix/player-account-gaming-limits-page-2-gmcore 1.86.3 → 1.86.5

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.
@@ -1,17 +1,17 @@
1
- var cr = Object.defineProperty, hr = Object.defineProperties;
1
+ var hr = Object.defineProperty, fr = Object.defineProperties;
2
2
  var mr = Object.getOwnPropertyDescriptors;
3
- var Tt = Object.getOwnPropertySymbols;
4
- var fr = Object.prototype.hasOwnProperty, pr = Object.prototype.propertyIsEnumerable;
5
- var We = (e, t, i) => t in e ? cr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: i }) : e[t] = i, wt = (e, t) => {
3
+ var St = Object.getOwnPropertySymbols;
4
+ var pr = Object.prototype.hasOwnProperty, dr = Object.prototype.propertyIsEnumerable;
5
+ var Xe = (e, t, i) => t in e ? hr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: i }) : e[t] = i, Pt = (e, t) => {
6
6
  for (var i in t || (t = {}))
7
- fr.call(t, i) && We(e, i, t[i]);
8
- if (Tt)
9
- for (var i of Tt(t))
10
- pr.call(t, i) && We(e, i, t[i]);
7
+ pr.call(t, i) && Xe(e, i, t[i]);
8
+ if (St)
9
+ for (var i of St(t))
10
+ dr.call(t, i) && Xe(e, i, t[i]);
11
11
  return e;
12
- }, St = (e, t) => hr(e, mr(t));
13
- var V = (e, t, i) => (We(e, typeof t != "symbol" ? t + "" : t, i), i);
14
- var Pt = (e, t, i) => new Promise((r, n) => {
12
+ }, At = (e, t) => fr(e, mr(t));
13
+ var V = (e, t, i) => (Xe(e, typeof t != "symbol" ? t + "" : t, i), i);
14
+ var Bt = (e, t, i) => new Promise((r, n) => {
15
15
  var o = (c) => {
16
16
  try {
17
17
  a(i.next(c));
@@ -27,49 +27,49 @@ var Pt = (e, t, i) => new Promise((r, n) => {
27
27
  }, a = (c) => c.done ? r(c.value) : Promise.resolve(c.value).then(o, s);
28
28
  a((i = i.apply(e, t)).next());
29
29
  });
30
- function U() {
30
+ function j() {
31
31
  }
32
- function hi(e) {
32
+ function mi(e) {
33
33
  return e();
34
34
  }
35
- function At() {
35
+ function Nt() {
36
36
  return /* @__PURE__ */ Object.create(null);
37
37
  }
38
38
  function ie(e) {
39
- e.forEach(hi);
39
+ e.forEach(mi);
40
40
  }
41
- function dt(e) {
41
+ function vt(e) {
42
42
  return typeof e == "function";
43
43
  }
44
- function mi(e, t) {
44
+ function pi(e, t) {
45
45
  return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
46
46
  }
47
- function dr(e) {
47
+ function br(e) {
48
48
  return Object.keys(e).length === 0;
49
49
  }
50
- function fi(e, ...t) {
50
+ function di(e, ...t) {
51
51
  if (e == null) {
52
52
  for (const r of t)
53
53
  r(void 0);
54
- return U;
54
+ return j;
55
55
  }
56
56
  const i = e.subscribe(...t);
57
57
  return i.unsubscribe ? () => i.unsubscribe() : i;
58
58
  }
59
- function br(e, t, i) {
60
- e.$$.on_destroy.push(fi(t, i));
59
+ function gr(e, t, i) {
60
+ e.$$.on_destroy.push(di(t, i));
61
61
  }
62
62
  function d(e, t) {
63
63
  e.appendChild(t);
64
64
  }
65
- function gr(e, t, i) {
66
- const r = yr(e);
65
+ function yr(e, t, i) {
66
+ const r = vr(e);
67
67
  if (!r.getElementById(t)) {
68
68
  const n = v("style");
69
- n.id = t, n.textContent = i, vr(r, n);
69
+ n.id = t, n.textContent = i, _r(r, n);
70
70
  }
71
71
  }
72
- function yr(e) {
72
+ function vr(e) {
73
73
  if (!e)
74
74
  return document;
75
75
  const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
@@ -79,61 +79,61 @@ function yr(e) {
79
79
  t
80
80
  ) : e.ownerDocument;
81
81
  }
82
- function vr(e, t) {
82
+ function _r(e, t) {
83
83
  return d(
84
84
  /** @type {Document} */
85
85
  e.head || e,
86
86
  t
87
87
  ), t.sheet;
88
88
  }
89
- function N(e, t, i) {
89
+ function B(e, t, i) {
90
90
  e.insertBefore(t, i || null);
91
91
  }
92
- function B(e) {
92
+ function A(e) {
93
93
  e.parentNode && e.parentNode.removeChild(e);
94
94
  }
95
- function Ce(e, t) {
95
+ function De(e, t) {
96
96
  for (let i = 0; i < e.length; i += 1)
97
97
  e[i] && e[i].d(t);
98
98
  }
99
99
  function v(e) {
100
100
  return document.createElement(e);
101
101
  }
102
- function be(e) {
102
+ function de(e) {
103
103
  return document.createElementNS("http://www.w3.org/2000/svg", e);
104
104
  }
105
- function F(e) {
105
+ function $(e) {
106
106
  return document.createTextNode(e);
107
107
  }
108
- function j() {
109
- return F(" ");
108
+ function U() {
109
+ return $(" ");
110
110
  }
111
- function _r() {
112
- return F("");
111
+ function Er() {
112
+ return $("");
113
113
  }
114
- function Y(e, t, i, r) {
114
+ function q(e, t, i, r) {
115
115
  return e.addEventListener(t, i, r), () => e.removeEventListener(t, i, r);
116
116
  }
117
117
  function g(e, t, i) {
118
118
  i == null ? e.removeAttribute(t) : e.getAttribute(t) !== i && e.setAttribute(t, i);
119
119
  }
120
- function pi(e) {
120
+ function bi(e) {
121
121
  return e === "" ? null : +e;
122
122
  }
123
- function Er(e) {
123
+ function Lr(e) {
124
124
  return Array.from(e.childNodes);
125
125
  }
126
126
  function W(e, t) {
127
127
  t = "" + t, e.data !== t && (e.data = /** @type {string} */
128
128
  t);
129
129
  }
130
- function ve(e, t) {
130
+ function ye(e, t) {
131
131
  e.value = t == null ? "" : t;
132
132
  }
133
- function Ve(e, t, i, r) {
133
+ function Ze(e, t, i, r) {
134
134
  i == null ? e.style.removeProperty(t) : e.style.setProperty(t, i, "");
135
135
  }
136
- function He(e, t, i) {
136
+ function Ie(e, t, i) {
137
137
  for (let r = 0; r < e.options.length; r += 1) {
138
138
  const n = e.options[r];
139
139
  if (n.__value === t) {
@@ -143,11 +143,11 @@ function He(e, t, i) {
143
143
  }
144
144
  (!i || t !== void 0) && (e.selectedIndex = -1);
145
145
  }
146
- function Bt(e) {
146
+ function Ot(e) {
147
147
  const t = e.querySelector(":checked");
148
148
  return t && t.__value;
149
149
  }
150
- function Lr(e) {
150
+ function xr(e) {
151
151
  const t = {};
152
152
  return e.childNodes.forEach(
153
153
  /** @param {Element} node */
@@ -156,98 +156,98 @@ function Lr(e) {
156
156
  }
157
157
  ), t;
158
158
  }
159
- let _e;
160
- function ye(e) {
161
- _e = e;
159
+ let ve;
160
+ function ge(e) {
161
+ ve = e;
162
162
  }
163
- function xr() {
164
- if (!_e)
163
+ function Tr() {
164
+ if (!ve)
165
165
  throw new Error("Function called outside component initialization");
166
- return _e;
166
+ return ve;
167
167
  }
168
- function Tr(e) {
169
- xr().$$.on_mount.push(e);
168
+ function wr(e) {
169
+ Tr().$$.on_mount.push(e);
170
170
  }
171
- const se = [], Oe = [];
171
+ const se = [], He = [];
172
172
  let ae = [];
173
- const Nt = [], wr = /* @__PURE__ */ Promise.resolve();
174
- let tt = !1;
175
- function Sr() {
176
- tt || (tt = !0, wr.then(X));
173
+ const It = [], Sr = /* @__PURE__ */ Promise.resolve();
174
+ let rt = !1;
175
+ function Pr() {
176
+ rt || (rt = !0, Sr.then(X));
177
177
  }
178
- function Ee(e) {
178
+ function _e(e) {
179
179
  ae.push(e);
180
180
  }
181
- const Xe = /* @__PURE__ */ new Set();
181
+ const Ye = /* @__PURE__ */ new Set();
182
182
  let ne = 0;
183
183
  function X() {
184
184
  if (ne !== 0)
185
185
  return;
186
- const e = _e;
186
+ const e = ve;
187
187
  do {
188
188
  try {
189
189
  for (; ne < se.length; ) {
190
190
  const t = se[ne];
191
- ne++, ye(t), Pr(t.$$);
191
+ ne++, ge(t), Ar(t.$$);
192
192
  }
193
193
  } catch (t) {
194
194
  throw se.length = 0, ne = 0, t;
195
195
  }
196
- for (ye(null), se.length = 0, ne = 0; Oe.length; )
197
- Oe.pop()();
196
+ for (ge(null), se.length = 0, ne = 0; He.length; )
197
+ He.pop()();
198
198
  for (let t = 0; t < ae.length; t += 1) {
199
199
  const i = ae[t];
200
- Xe.has(i) || (Xe.add(i), i());
200
+ Ye.has(i) || (Ye.add(i), i());
201
201
  }
202
202
  ae.length = 0;
203
203
  } while (se.length);
204
- for (; Nt.length; )
205
- Nt.pop()();
206
- tt = !1, Xe.clear(), ye(e);
204
+ for (; It.length; )
205
+ It.pop()();
206
+ rt = !1, Ye.clear(), ge(e);
207
207
  }
208
- function Pr(e) {
208
+ function Ar(e) {
209
209
  if (e.fragment !== null) {
210
210
  e.update(), ie(e.before_update);
211
211
  const t = e.dirty;
212
- e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Ee);
212
+ e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(_e);
213
213
  }
214
214
  }
215
- function Ar(e) {
215
+ function Br(e) {
216
216
  const t = [], i = [];
217
217
  ae.forEach((r) => e.indexOf(r) === -1 ? t.push(r) : i.push(r)), i.forEach((r) => r()), ae = t;
218
218
  }
219
- const Br = /* @__PURE__ */ new Set();
220
- function Nr(e, t) {
221
- e && e.i && (Br.delete(e), e.i(t));
219
+ const Nr = /* @__PURE__ */ new Set();
220
+ function Or(e, t) {
221
+ e && e.i && (Nr.delete(e), e.i(t));
222
222
  }
223
223
  function te(e) {
224
224
  return (e == null ? void 0 : e.length) !== void 0 ? e : Array.from(e);
225
225
  }
226
226
  function Ir(e, t, i) {
227
227
  const { fragment: r, after_update: n } = e.$$;
228
- r && r.m(t, i), Ee(() => {
229
- const o = e.$$.on_mount.map(hi).filter(dt);
228
+ r && r.m(t, i), _e(() => {
229
+ const o = e.$$.on_mount.map(mi).filter(vt);
230
230
  e.$$.on_destroy ? e.$$.on_destroy.push(...o) : ie(o), e.$$.on_mount = [];
231
- }), n.forEach(Ee);
231
+ }), n.forEach(_e);
232
232
  }
233
233
  function Hr(e, t) {
234
234
  const i = e.$$;
235
- i.fragment !== null && (Ar(i.after_update), ie(i.on_destroy), i.fragment && i.fragment.d(t), i.on_destroy = i.fragment = null, i.ctx = []);
235
+ i.fragment !== null && (Br(i.after_update), ie(i.on_destroy), i.fragment && i.fragment.d(t), i.on_destroy = i.fragment = null, i.ctx = []);
236
236
  }
237
- function Or(e, t) {
238
- e.$$.dirty[0] === -1 && (se.push(e), Sr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
237
+ function Mr(e, t) {
238
+ e.$$.dirty[0] === -1 && (se.push(e), Pr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
239
239
  }
240
- function Mr(e, t, i, r, n, o, s = null, a = [-1]) {
241
- const c = _e;
242
- ye(e);
240
+ function kr(e, t, i, r, n, o, s = null, a = [-1]) {
241
+ const c = ve;
242
+ ge(e);
243
243
  const u = e.$$ = {
244
244
  fragment: null,
245
245
  ctx: [],
246
246
  // state
247
247
  props: o,
248
- update: U,
248
+ update: j,
249
249
  not_equal: n,
250
- bound: At(),
250
+ bound: Nt(),
251
251
  // lifecycle
252
252
  on_mount: [],
253
253
  on_destroy: [],
@@ -256,28 +256,28 @@ function Mr(e, t, i, r, n, o, s = null, a = [-1]) {
256
256
  after_update: [],
257
257
  context: new Map(t.context || (c ? c.$$.context : [])),
258
258
  // everything else
259
- callbacks: At(),
259
+ callbacks: Nt(),
260
260
  dirty: a,
261
261
  skip_bound: !1,
262
262
  root: t.target || c.$$.root
263
263
  };
264
264
  s && s(u.root);
265
265
  let l = !1;
266
- if (u.ctx = i ? i(e, t.props || {}, (h, f, ...m) => {
267
- const p = m.length ? m[0] : f;
268
- return u.ctx && n(u.ctx[h], u.ctx[h] = p) && (!u.skip_bound && u.bound[h] && u.bound[h](p), l && Or(e, h)), f;
266
+ if (u.ctx = i ? i(e, t.props || {}, (h, m, ...f) => {
267
+ const p = f.length ? f[0] : m;
268
+ return u.ctx && n(u.ctx[h], u.ctx[h] = p) && (!u.skip_bound && u.bound[h] && u.bound[h](p), l && Mr(e, h)), m;
269
269
  }) : [], u.update(), l = !0, ie(u.before_update), u.fragment = r ? r(u.ctx) : !1, t.target) {
270
270
  if (t.hydrate) {
271
- const h = Er(t.target);
272
- u.fragment && u.fragment.l(h), h.forEach(B);
271
+ const h = Lr(t.target);
272
+ u.fragment && u.fragment.l(h), h.forEach(A);
273
273
  } else
274
274
  u.fragment && u.fragment.c();
275
- t.intro && Nr(e.$$.fragment), Ir(e, t.target, t.anchor), X();
275
+ t.intro && Or(e.$$.fragment), Ir(e, t.target, t.anchor), X();
276
276
  }
277
- ye(c);
277
+ ge(c);
278
278
  }
279
- let di;
280
- typeof HTMLElement == "function" && (di = class extends HTMLElement {
279
+ let gi;
280
+ typeof HTMLElement == "function" && (gi = class extends HTMLElement {
281
281
  constructor(t, i, r) {
282
282
  super();
283
283
  /** The Svelte component constructor */
@@ -314,7 +314,7 @@ typeof HTMLElement == "function" && (di = class extends HTMLElement {
314
314
  }
315
315
  }
316
316
  connectedCallback() {
317
- return Pt(this, null, function* () {
317
+ return Bt(this, null, function* () {
318
318
  if (this.$$cn = !0, !this.$$c) {
319
319
  let t = function(o) {
320
320
  return () => {
@@ -328,17 +328,17 @@ typeof HTMLElement == "function" && (di = class extends HTMLElement {
328
328
  * @param {HTMLElement} [anchor]
329
329
  */
330
330
  m: function(u, l) {
331
- N(u, s, l);
331
+ B(u, s, l);
332
332
  },
333
333
  d: function(u) {
334
- u && B(s);
334
+ u && A(s);
335
335
  }
336
336
  };
337
337
  };
338
338
  };
339
339
  if (yield Promise.resolve(), !this.$$cn || this.$$c)
340
340
  return;
341
- const i = {}, r = Lr(this);
341
+ const i = {}, r = xr(this);
342
342
  for (const o of this.$$s)
343
343
  o in r && (i[o] = [t(o)]);
344
344
  for (const o of this.attributes) {
@@ -349,7 +349,7 @@ typeof HTMLElement == "function" && (di = class extends HTMLElement {
349
349
  !(o in this.$$d) && this[o] !== void 0 && (this.$$d[o] = this[o], delete this[o]);
350
350
  this.$$c = new this.$$ctor({
351
351
  target: this.shadowRoot || this,
352
- props: St(wt({}, this.$$d), {
352
+ props: At(Pt({}, this.$$d), {
353
353
  $$slots: i,
354
354
  $$scope: {
355
355
  ctx: []
@@ -427,8 +427,8 @@ function Ae(e, t, i, r) {
427
427
  return t;
428
428
  }
429
429
  }
430
- function kr(e, t, i, r, n, o) {
431
- let s = class extends di {
430
+ function Cr(e, t, i, r, n, o) {
431
+ let s = class extends gi {
432
432
  constructor() {
433
433
  super(e, i, n), this.$$p_d = t;
434
434
  }
@@ -458,7 +458,7 @@ function kr(e, t, i, r, n, o) {
458
458
  }), e.element = /** @type {any} */
459
459
  s, s;
460
460
  }
461
- class Cr {
461
+ class Dr {
462
462
  constructor() {
463
463
  /**
464
464
  * ### PRIVATE API
@@ -479,7 +479,7 @@ class Cr {
479
479
  }
480
480
  /** @returns {void} */
481
481
  $destroy() {
482
- Hr(this, 1), this.$destroy = U;
482
+ Hr(this, 1), this.$destroy = j;
483
483
  }
484
484
  /**
485
485
  * @template {Extract<keyof Events, string>} K
@@ -488,8 +488,8 @@ class Cr {
488
488
  * @returns {() => void}
489
489
  */
490
490
  $on(t, i) {
491
- if (!dt(i))
492
- return U;
491
+ if (!vt(i))
492
+ return j;
493
493
  const r = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
494
494
  return r.push(i), () => {
495
495
  const n = r.indexOf(i);
@@ -501,11 +501,11 @@ class Cr {
501
501
  * @returns {void}
502
502
  */
503
503
  $set(t) {
504
- this.$$set && !dr(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
504
+ this.$$set && !br(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
505
505
  }
506
506
  }
507
- const Dr = "4";
508
- typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Dr);
507
+ const Rr = "4";
508
+ typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Rr);
509
509
  const Z = {
510
510
  deposit: {
511
511
  title: "Deposit Limit",
@@ -532,16 +532,16 @@ const Z = {
532
532
  periods: ["Monthly"]
533
533
  }
534
534
  }, oe = [];
535
- function Rr(e, t) {
535
+ function jr(e, t) {
536
536
  return {
537
- subscribe: De(e, t).subscribe
537
+ subscribe: Re(e, t).subscribe
538
538
  };
539
539
  }
540
- function De(e, t = U) {
540
+ function Re(e, t = j) {
541
541
  let i;
542
542
  const r = /* @__PURE__ */ new Set();
543
543
  function n(a) {
544
- if (mi(e, a) && (e = a, i)) {
544
+ if (pi(e, a) && (e = a, i)) {
545
545
  const c = !oe.length;
546
546
  for (const u of r)
547
547
  u[1](), oe.push(u, e);
@@ -555,9 +555,9 @@ function De(e, t = U) {
555
555
  function o(a) {
556
556
  n(a(e));
557
557
  }
558
- function s(a, c = U) {
558
+ function s(a, c = j) {
559
559
  const u = [a, c];
560
- return r.add(u), r.size === 1 && (i = t(n, o) || U), a(e), () => {
560
+ return r.add(u), r.size === 1 && (i = t(n, o) || j), a(e), () => {
561
561
  r.delete(u), r.size === 0 && i && (i(), i = null);
562
562
  };
563
563
  }
@@ -568,148 +568,134 @@ function fe(e, t, i) {
568
568
  if (!n.every(Boolean))
569
569
  throw new Error("derived() expects stores as input, got a falsy value");
570
570
  const o = t.length < 2;
571
- return Rr(i, (s, a) => {
571
+ return jr(i, (s, a) => {
572
572
  let c = !1;
573
573
  const u = [];
574
- let l = 0, h = U;
575
- const f = () => {
574
+ let l = 0, h = j;
575
+ const m = () => {
576
576
  if (l)
577
577
  return;
578
578
  h();
579
579
  const p = t(r ? u[0] : u, s, a);
580
- o ? s(p) : h = dt(p) ? p : U;
581
- }, m = n.map(
582
- (p, _) => fi(
580
+ o ? s(p) : h = vt(p) ? p : j;
581
+ }, f = n.map(
582
+ (p, _) => di(
583
583
  p,
584
584
  (R) => {
585
- u[_] = R, l &= ~(1 << _), c && f();
585
+ u[_] = R, l &= ~(1 << _), c && m();
586
586
  },
587
587
  () => {
588
588
  l |= 1 << _;
589
589
  }
590
590
  )
591
591
  );
592
- return c = !0, f(), function() {
593
- ie(m), h(), c = !1;
592
+ return c = !0, m(), function() {
593
+ ie(f), h(), c = !1;
594
594
  };
595
595
  });
596
596
  }
597
597
  function Ur(e) {
598
598
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
599
599
  }
600
- var jr = function(t) {
601
- return Fr(t) && !$r(t);
600
+ var $r = function(t) {
601
+ return Fr(t) && !Gr(t);
602
602
  };
603
603
  function Fr(e) {
604
604
  return !!e && typeof e == "object";
605
605
  }
606
- function $r(e) {
606
+ function Gr(e) {
607
607
  var t = Object.prototype.toString.call(e);
608
- return t === "[object RegExp]" || t === "[object Date]" || Wr(e);
609
- }
610
- var Gr = typeof Symbol == "function" && Symbol.for, zr = Gr ? Symbol.for("react.element") : 60103;
611
- function Wr(e) {
612
- return e.$$typeof === zr;
608
+ return t === "[object RegExp]" || t === "[object Date]" || Vr(e);
613
609
  }
610
+ var zr = typeof Symbol == "function" && Symbol.for, Wr = zr ? Symbol.for("react.element") : 60103;
614
611
  function Vr(e) {
612
+ return e.$$typeof === Wr;
613
+ }
614
+ function Xr(e) {
615
615
  return Array.isArray(e) ? [] : {};
616
616
  }
617
- function Le(e, t) {
618
- return t.clone !== !1 && t.isMergeableObject(e) ? le(Vr(e), e, t) : e;
617
+ function Ee(e, t) {
618
+ return t.clone !== !1 && t.isMergeableObject(e) ? ue(Xr(e), e, t) : e;
619
619
  }
620
- function Xr(e, t, i) {
620
+ function Zr(e, t, i) {
621
621
  return e.concat(t).map(function(r) {
622
- return Le(r, i);
622
+ return Ee(r, i);
623
623
  });
624
624
  }
625
- function Zr(e, t) {
625
+ function Yr(e, t) {
626
626
  if (!t.customMerge)
627
- return le;
627
+ return ue;
628
628
  var i = t.customMerge(e);
629
- return typeof i == "function" ? i : le;
629
+ return typeof i == "function" ? i : ue;
630
630
  }
631
- function Yr(e) {
631
+ function qr(e) {
632
632
  return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
633
633
  return Object.propertyIsEnumerable.call(e, t);
634
634
  }) : [];
635
635
  }
636
- function It(e) {
637
- return Object.keys(e).concat(Yr(e));
636
+ function Ht(e) {
637
+ return Object.keys(e).concat(qr(e));
638
638
  }
639
- function bi(e, t) {
639
+ function yi(e, t) {
640
640
  try {
641
641
  return t in e;
642
642
  } catch (i) {
643
643
  return !1;
644
644
  }
645
645
  }
646
- function qr(e, t) {
647
- return bi(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
646
+ function Jr(e, t) {
647
+ return yi(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
648
648
  }
649
- function Jr(e, t, i) {
649
+ function Qr(e, t, i) {
650
650
  var r = {};
651
- return i.isMergeableObject(e) && It(e).forEach(function(n) {
652
- r[n] = Le(e[n], i);
653
- }), It(t).forEach(function(n) {
654
- qr(e, n) || (bi(e, n) && i.isMergeableObject(t[n]) ? r[n] = Zr(n, i)(e[n], t[n], i) : r[n] = Le(t[n], i));
651
+ return i.isMergeableObject(e) && Ht(e).forEach(function(n) {
652
+ r[n] = Ee(e[n], i);
653
+ }), Ht(t).forEach(function(n) {
654
+ Jr(e, n) || (yi(e, n) && i.isMergeableObject(t[n]) ? r[n] = Yr(n, i)(e[n], t[n], i) : r[n] = Ee(t[n], i));
655
655
  }), r;
656
656
  }
657
- function le(e, t, i) {
658
- i = i || {}, i.arrayMerge = i.arrayMerge || Xr, i.isMergeableObject = i.isMergeableObject || jr, i.cloneUnlessOtherwiseSpecified = Le;
657
+ function ue(e, t, i) {
658
+ i = i || {}, i.arrayMerge = i.arrayMerge || Zr, i.isMergeableObject = i.isMergeableObject || $r, i.cloneUnlessOtherwiseSpecified = Ee;
659
659
  var r = Array.isArray(t), n = Array.isArray(e), o = r === n;
660
- return o ? r ? i.arrayMerge(e, t, i) : Jr(e, t, i) : Le(t, i);
660
+ return o ? r ? i.arrayMerge(e, t, i) : Qr(e, t, i) : Ee(t, i);
661
661
  }
662
- le.all = function(t, i) {
662
+ ue.all = function(t, i) {
663
663
  if (!Array.isArray(t))
664
664
  throw new Error("first argument should be an array");
665
665
  return t.reduce(function(r, n) {
666
- return le(r, n, i);
666
+ return ue(r, n, i);
667
667
  }, {});
668
668
  };
669
- var Qr = le, Kr = Qr;
670
- const en = /* @__PURE__ */ Ur(Kr);
671
- /*! *****************************************************************************
672
- Copyright (c) Microsoft Corporation.
673
-
674
- Permission to use, copy, modify, and/or distribute this software for any
675
- purpose with or without fee is hereby granted.
676
-
677
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
678
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
679
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
680
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
681
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
682
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
683
- PERFORMANCE OF THIS SOFTWARE.
684
- ***************************************************************************** */
685
- var it = function(e, t) {
686
- return it = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(i, r) {
669
+ var Kr = ue, en = Kr;
670
+ const tn = /* @__PURE__ */ Ur(en);
671
+ var nt = function(e, t) {
672
+ return nt = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(i, r) {
687
673
  i.__proto__ = r;
688
674
  } || function(i, r) {
689
675
  for (var n in r)
690
676
  Object.prototype.hasOwnProperty.call(r, n) && (i[n] = r[n]);
691
- }, it(e, t);
677
+ }, nt(e, t);
692
678
  };
693
- function Q(e, t) {
679
+ function je(e, t) {
694
680
  if (typeof t != "function" && t !== null)
695
681
  throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
696
- it(e, t);
682
+ nt(e, t);
697
683
  function i() {
698
684
  this.constructor = e;
699
685
  }
700
686
  e.prototype = t === null ? Object.create(t) : (i.prototype = t.prototype, new i());
701
687
  }
702
- var S = function() {
703
- return S = Object.assign || function(t) {
688
+ var Y = function() {
689
+ return Y = Object.assign || function(t) {
704
690
  for (var i, r = 1, n = arguments.length; r < n; r++) {
705
691
  i = arguments[r];
706
692
  for (var o in i)
707
693
  Object.prototype.hasOwnProperty.call(i, o) && (t[o] = i[o]);
708
694
  }
709
695
  return t;
710
- }, S.apply(this, arguments);
696
+ }, Y.apply(this, arguments);
711
697
  };
712
- function tn(e, t) {
698
+ function rn(e, t) {
713
699
  var i = {};
714
700
  for (var r in e)
715
701
  Object.prototype.hasOwnProperty.call(e, r) && t.indexOf(r) < 0 && (i[r] = e[r]);
@@ -718,143 +704,119 @@ function tn(e, t) {
718
704
  t.indexOf(r[n]) < 0 && Object.prototype.propertyIsEnumerable.call(e, r[n]) && (i[r[n]] = e[r[n]]);
719
705
  return i;
720
706
  }
721
- function rt(e) {
722
- var t = typeof Symbol == "function" && Symbol.iterator, i = t && e[t], r = 0;
723
- if (i)
724
- return i.call(e);
725
- if (e && typeof e.length == "number")
726
- return {
727
- next: function() {
728
- return e && r >= e.length && (e = void 0), { value: e && e[r++], done: !e };
729
- }
730
- };
731
- throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
732
- }
733
- function nt(e, t) {
734
- var i = typeof Symbol == "function" && e[Symbol.iterator];
735
- if (!i)
736
- return e;
737
- var r = i.call(e), n, o = [], s;
738
- try {
739
- for (; (t === void 0 || t-- > 0) && !(n = r.next()).done; )
740
- o.push(n.value);
741
- } catch (a) {
742
- s = { error: a };
743
- } finally {
744
- try {
745
- n && !n.done && (i = r.return) && i.call(r);
746
- } finally {
747
- if (s)
748
- throw s.error;
749
- }
750
- }
751
- return o;
752
- }
753
- function ue(e, t, i) {
707
+ function qe(e, t, i) {
754
708
  if (i || arguments.length === 2)
755
709
  for (var r = 0, n = t.length, o; r < n; r++)
756
710
  (o || !(r in t)) && (o || (o = Array.prototype.slice.call(t, 0, r)), o[r] = t[r]);
757
- return e.concat(o || t);
711
+ return e.concat(o || Array.prototype.slice.call(t));
758
712
  }
759
- function Ze(e, t) {
760
- var i = t && t.cache ? t.cache : un, r = t && t.serializer ? t.serializer : an, n = t && t.strategy ? t.strategy : nn;
713
+ function Je(e, t) {
714
+ var i = t && t.cache ? t.cache : cn, r = t && t.serializer ? t.serializer : un, n = t && t.strategy ? t.strategy : sn;
761
715
  return n(e, {
762
716
  cache: i,
763
717
  serializer: r
764
718
  });
765
719
  }
766
- function rn(e) {
720
+ function nn(e) {
767
721
  return e == null || typeof e == "number" || typeof e == "boolean";
768
722
  }
769
- function gi(e, t, i, r) {
770
- var n = rn(r) ? r : i(r), o = t.get(n);
723
+ function on(e, t, i, r) {
724
+ var n = nn(r) ? r : i(r), o = t.get(n);
771
725
  return typeof o == "undefined" && (o = e.call(this, r), t.set(n, o)), o;
772
726
  }
773
- function yi(e, t, i) {
727
+ function vi(e, t, i) {
774
728
  var r = Array.prototype.slice.call(arguments, 3), n = i(r), o = t.get(n);
775
729
  return typeof o == "undefined" && (o = e.apply(this, r), t.set(n, o)), o;
776
730
  }
777
- function bt(e, t, i, r, n) {
731
+ function _i(e, t, i, r, n) {
778
732
  return i.bind(t, e, r, n);
779
733
  }
780
- function nn(e, t) {
781
- var i = e.length === 1 ? gi : yi;
782
- return bt(e, this, i, t.cache.create(), t.serializer);
783
- }
784
- function on(e, t) {
785
- return bt(e, this, yi, t.cache.create(), t.serializer);
786
- }
787
734
  function sn(e, t) {
788
- return bt(e, this, gi, t.cache.create(), t.serializer);
735
+ var i = e.length === 1 ? on : vi;
736
+ return _i(e, this, i, t.cache.create(), t.serializer);
789
737
  }
790
- var an = function() {
791
- return JSON.stringify(arguments);
792
- };
793
- function gt() {
794
- this.cache = /* @__PURE__ */ Object.create(null);
738
+ function an(e, t) {
739
+ return _i(e, this, vi, t.cache.create(), t.serializer);
795
740
  }
796
- gt.prototype.get = function(e) {
797
- return this.cache[e];
798
- };
799
- gt.prototype.set = function(e, t) {
800
- this.cache[e] = t;
801
- };
802
- var un = {
741
+ var un = function() {
742
+ return JSON.stringify(arguments);
743
+ }, ln = (
744
+ /** @class */
745
+ function() {
746
+ function e() {
747
+ this.cache = /* @__PURE__ */ Object.create(null);
748
+ }
749
+ return e.prototype.get = function(t) {
750
+ return this.cache[t];
751
+ }, e.prototype.set = function(t, i) {
752
+ this.cache[t] = i;
753
+ }, e;
754
+ }()
755
+ ), cn = {
803
756
  create: function() {
804
- return new gt();
757
+ return new ln();
805
758
  }
806
- }, Ye = {
807
- variadic: on,
808
- monadic: sn
809
- }, x;
759
+ }, Qe = {
760
+ variadic: an
761
+ }, Me = function() {
762
+ return Me = Object.assign || function(t) {
763
+ for (var i, r = 1, n = arguments.length; r < n; r++) {
764
+ i = arguments[r];
765
+ for (var o in i)
766
+ Object.prototype.hasOwnProperty.call(i, o) && (t[o] = i[o]);
767
+ }
768
+ return t;
769
+ }, Me.apply(this, arguments);
770
+ };
771
+ var x;
810
772
  (function(e) {
811
773
  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";
812
774
  })(x || (x = {}));
813
- var O;
775
+ var I;
814
776
  (function(e) {
815
777
  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";
816
- })(O || (O = {}));
817
- var ce;
778
+ })(I || (I = {}));
779
+ var le;
818
780
  (function(e) {
819
781
  e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
820
- })(ce || (ce = {}));
821
- function Ht(e) {
822
- return e.type === O.literal;
823
- }
824
- function ln(e) {
825
- return e.type === O.argument;
826
- }
827
- function vi(e) {
828
- return e.type === O.number;
782
+ })(le || (le = {}));
783
+ function Mt(e) {
784
+ return e.type === I.literal;
829
785
  }
830
- function _i(e) {
831
- return e.type === O.date;
786
+ function hn(e) {
787
+ return e.type === I.argument;
832
788
  }
833
789
  function Ei(e) {
834
- return e.type === O.time;
790
+ return e.type === I.number;
835
791
  }
836
792
  function Li(e) {
837
- return e.type === O.select;
793
+ return e.type === I.date;
838
794
  }
839
795
  function xi(e) {
840
- return e.type === O.plural;
841
- }
842
- function cn(e) {
843
- return e.type === O.pound;
796
+ return e.type === I.time;
844
797
  }
845
798
  function Ti(e) {
846
- return e.type === O.tag;
799
+ return e.type === I.select;
847
800
  }
848
801
  function wi(e) {
849
- return !!(e && typeof e == "object" && e.type === ce.number);
802
+ return e.type === I.plural;
803
+ }
804
+ function fn(e) {
805
+ return e.type === I.pound;
806
+ }
807
+ function Si(e) {
808
+ return e.type === I.tag;
809
+ }
810
+ function Pi(e) {
811
+ return !!(e && typeof e == "object" && e.type === le.number);
850
812
  }
851
813
  function ot(e) {
852
- return !!(e && typeof e == "object" && e.type === ce.dateTime);
814
+ return !!(e && typeof e == "object" && e.type === le.dateTime);
853
815
  }
854
- var Si = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, hn = /(?:[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;
855
- function mn(e) {
816
+ var Ai = /[ \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;
817
+ function pn(e) {
856
818
  var t = {};
857
- return e.replace(hn, function(i) {
819
+ return e.replace(mn, function(i) {
858
820
  var r = i.length;
859
821
  switch (i[0]) {
860
822
  case "G":
@@ -943,12 +905,22 @@ function mn(e) {
943
905
  return "";
944
906
  }), t;
945
907
  }
946
- var fn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
947
- function pn(e) {
908
+ var C = function() {
909
+ return C = Object.assign || function(t) {
910
+ for (var i, r = 1, n = arguments.length; r < n; r++) {
911
+ i = arguments[r];
912
+ for (var o in i)
913
+ Object.prototype.hasOwnProperty.call(i, o) && (t[o] = i[o]);
914
+ }
915
+ return t;
916
+ }, C.apply(this, arguments);
917
+ };
918
+ var dn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
919
+ function bn(e) {
948
920
  if (e.length === 0)
949
921
  throw new Error("Number skeleton cannot be empty");
950
- for (var t = e.split(fn).filter(function(f) {
951
- return f.length > 0;
922
+ for (var t = e.split(dn).filter(function(m) {
923
+ return m.length > 0;
952
924
  }), i = [], r = 0, n = t; r < n.length; r++) {
953
925
  var o = n[r], s = o.split("/");
954
926
  if (s.length === 0)
@@ -962,17 +934,17 @@ function pn(e) {
962
934
  }
963
935
  return i;
964
936
  }
965
- function dn(e) {
937
+ function gn(e) {
966
938
  return e.replace(/^(.*?)-/, "");
967
939
  }
968
- var Ot = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Pi = /^(@+)?(\+|#+)?[rs]?$/g, bn = /(\*)(0+)|(#+)(0+)|(0+)/g, Ai = /^(0+)$/;
969
- function Mt(e) {
940
+ var kt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Bi = /^(@+)?(\+|#+)?[rs]?$/g, yn = /(\*)(0+)|(#+)(0+)|(0+)/g, Ni = /^(0+)$/;
941
+ function Ct(e) {
970
942
  var t = {};
971
- return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Pi, function(i, r, n) {
943
+ return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Bi, function(i, r, n) {
972
944
  return typeof n != "string" ? (t.minimumSignificantDigits = r.length, t.maximumSignificantDigits = r.length) : n === "+" ? t.minimumSignificantDigits = r.length : r[0] === "#" ? t.maximumSignificantDigits = r.length : (t.minimumSignificantDigits = r.length, t.maximumSignificantDigits = r.length + (typeof n == "string" ? n.length : 0)), "";
973
945
  }), t;
974
946
  }
975
- function Bi(e) {
947
+ function Oi(e) {
976
948
  switch (e) {
977
949
  case "sign-auto":
978
950
  return {
@@ -1012,7 +984,7 @@ function Bi(e) {
1012
984
  };
1013
985
  }
1014
986
  }
1015
- function gn(e) {
987
+ function vn(e) {
1016
988
  var t;
1017
989
  if (e[0] === "E" && e[1] === "E" ? (t = {
1018
990
  notation: "engineering"
@@ -1020,17 +992,17 @@ function gn(e) {
1020
992
  notation: "scientific"
1021
993
  }, e = e.slice(1)), t) {
1022
994
  var i = e.slice(0, 2);
1023
- if (i === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : i === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Ai.test(e))
995
+ if (i === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : i === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Ni.test(e))
1024
996
  throw new Error("Malformed concise eng/scientific notation");
1025
997
  t.minimumIntegerDigits = e.length;
1026
998
  }
1027
999
  return t;
1028
1000
  }
1029
- function kt(e) {
1030
- var t = {}, i = Bi(e);
1001
+ function Dt(e) {
1002
+ var t = {}, i = Oi(e);
1031
1003
  return i || t;
1032
1004
  }
1033
- function yn(e) {
1005
+ function _n(e) {
1034
1006
  for (var t = {}, i = 0, r = e; i < r.length; i++) {
1035
1007
  var n = r[i];
1036
1008
  switch (n.stem) {
@@ -1054,7 +1026,7 @@ function yn(e) {
1054
1026
  continue;
1055
1027
  case "measure-unit":
1056
1028
  case "unit":
1057
- t.style = "unit", t.unit = dn(n.options[0]);
1029
+ t.style = "unit", t.unit = gn(n.options[0]);
1058
1030
  continue;
1059
1031
  case "compact-short":
1060
1032
  case "K":
@@ -1065,13 +1037,13 @@ function yn(e) {
1065
1037
  t.notation = "compact", t.compactDisplay = "long";
1066
1038
  continue;
1067
1039
  case "scientific":
1068
- t = S(S(S({}, t), { notation: "scientific" }), n.options.reduce(function(c, u) {
1069
- return S(S({}, c), kt(u));
1040
+ t = C(C(C({}, t), { notation: "scientific" }), n.options.reduce(function(c, u) {
1041
+ return C(C({}, c), Dt(u));
1070
1042
  }, {}));
1071
1043
  continue;
1072
1044
  case "engineering":
1073
- t = S(S(S({}, t), { notation: "engineering" }), n.options.reduce(function(c, u) {
1074
- return S(S({}, c), kt(u));
1045
+ t = C(C(C({}, t), { notation: "engineering" }), n.options.reduce(function(c, u) {
1046
+ return C(C({}, c), Dt(u));
1075
1047
  }, {}));
1076
1048
  continue;
1077
1049
  case "notation-simple":
@@ -1116,41 +1088,41 @@ function yn(e) {
1116
1088
  case "integer-width":
1117
1089
  if (n.options.length > 1)
1118
1090
  throw new RangeError("integer-width stems only accept a single optional option");
1119
- n.options[0].replace(bn, function(c, u, l, h, f, m) {
1091
+ n.options[0].replace(yn, function(c, u, l, h, m, f) {
1120
1092
  if (u)
1121
1093
  t.minimumIntegerDigits = l.length;
1122
1094
  else {
1123
- if (h && f)
1095
+ if (h && m)
1124
1096
  throw new Error("We currently do not support maximum integer digits");
1125
- if (m)
1097
+ if (f)
1126
1098
  throw new Error("We currently do not support exact integer digits");
1127
1099
  }
1128
1100
  return "";
1129
1101
  });
1130
1102
  continue;
1131
1103
  }
1132
- if (Ai.test(n.stem)) {
1104
+ if (Ni.test(n.stem)) {
1133
1105
  t.minimumIntegerDigits = n.stem.length;
1134
1106
  continue;
1135
1107
  }
1136
- if (Ot.test(n.stem)) {
1108
+ if (kt.test(n.stem)) {
1137
1109
  if (n.options.length > 1)
1138
1110
  throw new RangeError("Fraction-precision stems only accept a single optional option");
1139
- n.stem.replace(Ot, function(c, u, l, h, f, m) {
1140
- return l === "*" ? t.minimumFractionDigits = u.length : h && h[0] === "#" ? t.maximumFractionDigits = h.length : f && m ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + m.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
1111
+ n.stem.replace(kt, function(c, u, l, h, m, f) {
1112
+ return l === "*" ? t.minimumFractionDigits = u.length : h && h[0] === "#" ? t.maximumFractionDigits = h.length : m && f ? (t.minimumFractionDigits = m.length, t.maximumFractionDigits = m.length + f.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
1141
1113
  });
1142
1114
  var o = n.options[0];
1143
- o === "w" ? t = S(S({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = S(S({}, t), Mt(o)));
1115
+ o === "w" ? t = C(C({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = C(C({}, t), Ct(o)));
1144
1116
  continue;
1145
1117
  }
1146
- if (Pi.test(n.stem)) {
1147
- t = S(S({}, t), Mt(n.stem));
1118
+ if (Bi.test(n.stem)) {
1119
+ t = C(C({}, t), Ct(n.stem));
1148
1120
  continue;
1149
1121
  }
1150
- var s = Bi(n.stem);
1151
- s && (t = S(S({}, t), s));
1152
- var a = gn(n.stem);
1153
- a && (t = S(S({}, t), a));
1122
+ var s = Oi(n.stem);
1123
+ s && (t = C(C({}, t), s));
1124
+ var a = vn(n.stem);
1125
+ a && (t = C(C({}, t), a));
1154
1126
  }
1155
1127
  return t;
1156
1128
  }
@@ -2569,13 +2541,13 @@ var Se = {
2569
2541
  "h"
2570
2542
  ]
2571
2543
  };
2572
- function vn(e, t) {
2544
+ function En(e, t) {
2573
2545
  for (var i = "", r = 0; r < e.length; r++) {
2574
2546
  var n = e.charAt(r);
2575
2547
  if (n === "j") {
2576
2548
  for (var o = 0; r + 1 < e.length && e.charAt(r + 1) === n; )
2577
2549
  o++, r++;
2578
- var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), c = "a", u = _n(t);
2550
+ var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), c = "a", u = Ln(t);
2579
2551
  for ((u == "H" || u == "k") && (a = 0); a-- > 0; )
2580
2552
  i += c;
2581
2553
  for (; s-- > 0; )
@@ -2585,7 +2557,7 @@ function vn(e, t) {
2585
2557
  }
2586
2558
  return i;
2587
2559
  }
2588
- function _n(e) {
2560
+ function Ln(e) {
2589
2561
  var t = e.hourCycle;
2590
2562
  if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
2591
2563
  e.hourCycles && // @ts-ignore
@@ -2607,20 +2579,20 @@ function _n(e) {
2607
2579
  var n = Se[r || ""] || Se[i || ""] || Se["".concat(i, "-001")] || Se["001"];
2608
2580
  return n[0];
2609
2581
  }
2610
- var qe, En = new RegExp("^".concat(Si.source, "*")), Ln = new RegExp("".concat(Si.source, "*$"));
2582
+ var Ke, xn = new RegExp("^".concat(Ai.source, "*")), Tn = new RegExp("".concat(Ai.source, "*$"));
2611
2583
  function T(e, t) {
2612
2584
  return { start: e, end: t };
2613
2585
  }
2614
- var xn = !!String.prototype.startsWith && "_a".startsWith("a", 1), Tn = !!String.fromCodePoint, wn = !!Object.fromEntries, Sn = !!String.prototype.codePointAt, Pn = !!String.prototype.trimStart, An = !!String.prototype.trimEnd, Bn = !!Number.isSafeInteger, Nn = Bn ? Number.isSafeInteger : function(e) {
2586
+ var wn = !!String.prototype.startsWith && "_a".startsWith("a", 1), Sn = !!String.fromCodePoint, Pn = !!Object.fromEntries, An = !!String.prototype.codePointAt, Bn = !!String.prototype.trimStart, Nn = !!String.prototype.trimEnd, On = !!Number.isSafeInteger, In = On ? Number.isSafeInteger : function(e) {
2615
2587
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
2616
2588
  }, st = !0;
2617
2589
  try {
2618
- var In = Ii("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2619
- st = ((qe = In.exec("a")) === null || qe === void 0 ? void 0 : qe[0]) === "a";
2590
+ var Hn = Hi("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2591
+ st = ((Ke = Hn.exec("a")) === null || Ke === void 0 ? void 0 : Ke[0]) === "a";
2620
2592
  } catch (e) {
2621
2593
  st = !1;
2622
2594
  }
2623
- var Ct = xn ? (
2595
+ var Rt = wn ? (
2624
2596
  // Native
2625
2597
  function(t, i, r) {
2626
2598
  return t.startsWith(i, r);
@@ -2630,7 +2602,7 @@ var Ct = xn ? (
2630
2602
  function(t, i, r) {
2631
2603
  return t.slice(r, r + i.length) === i;
2632
2604
  }
2633
- ), at = Tn ? String.fromCodePoint : (
2605
+ ), at = Sn ? String.fromCodePoint : (
2634
2606
  // IE11
2635
2607
  function() {
2636
2608
  for (var t = [], i = 0; i < arguments.length; i++)
@@ -2642,9 +2614,9 @@ var Ct = xn ? (
2642
2614
  }
2643
2615
  return r;
2644
2616
  }
2645
- ), Dt = (
2617
+ ), jt = (
2646
2618
  // native
2647
- wn ? Object.fromEntries : (
2619
+ Pn ? Object.fromEntries : (
2648
2620
  // Ponyfill
2649
2621
  function(t) {
2650
2622
  for (var i = {}, r = 0, n = t; r < n.length; r++) {
@@ -2654,7 +2626,7 @@ var Ct = xn ? (
2654
2626
  return i;
2655
2627
  }
2656
2628
  )
2657
- ), Ni = Sn ? (
2629
+ ), Ii = An ? (
2658
2630
  // Native
2659
2631
  function(t, i) {
2660
2632
  return t.codePointAt(i);
@@ -2668,7 +2640,7 @@ var Ct = xn ? (
2668
2640
  return n < 55296 || n > 56319 || i + 1 === r || (o = t.charCodeAt(i + 1)) < 56320 || o > 57343 ? n : (n - 55296 << 10) + (o - 56320) + 65536;
2669
2641
  }
2670
2642
  }
2671
- ), Hn = Pn ? (
2643
+ ), Mn = Bn ? (
2672
2644
  // Native
2673
2645
  function(t) {
2674
2646
  return t.trimStart();
@@ -2676,9 +2648,9 @@ var Ct = xn ? (
2676
2648
  ) : (
2677
2649
  // Ponyfill
2678
2650
  function(t) {
2679
- return t.replace(En, "");
2651
+ return t.replace(xn, "");
2680
2652
  }
2681
- ), On = An ? (
2653
+ ), kn = Nn ? (
2682
2654
  // Native
2683
2655
  function(t) {
2684
2656
  return t.trimEnd();
@@ -2686,32 +2658,32 @@ var Ct = xn ? (
2686
2658
  ) : (
2687
2659
  // Ponyfill
2688
2660
  function(t) {
2689
- return t.replace(Ln, "");
2661
+ return t.replace(Tn, "");
2690
2662
  }
2691
2663
  );
2692
- function Ii(e, t) {
2664
+ function Hi(e, t) {
2693
2665
  return new RegExp(e, t);
2694
2666
  }
2695
2667
  var ut;
2696
2668
  if (st) {
2697
- var Rt = Ii("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2669
+ var Ut = Hi("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2698
2670
  ut = function(t, i) {
2699
2671
  var r;
2700
- Rt.lastIndex = i;
2701
- var n = Rt.exec(t);
2672
+ Ut.lastIndex = i;
2673
+ var n = Ut.exec(t);
2702
2674
  return (r = n[1]) !== null && r !== void 0 ? r : "";
2703
2675
  };
2704
2676
  } else
2705
2677
  ut = function(t, i) {
2706
2678
  for (var r = []; ; ) {
2707
- var n = Ni(t, i);
2708
- if (n === void 0 || Hi(n) || Dn(n))
2679
+ var n = Ii(t, i);
2680
+ if (n === void 0 || Mi(n) || jn(n))
2709
2681
  break;
2710
2682
  r.push(n), i += n >= 65536 ? 2 : 1;
2711
2683
  }
2712
2684
  return at.apply(void 0, r);
2713
2685
  };
2714
- var Mn = (
2686
+ var Cn = (
2715
2687
  /** @class */
2716
2688
  function() {
2717
2689
  function e(t, i) {
@@ -2735,7 +2707,7 @@ var Mn = (
2735
2707
  if (o === 35 && (i === "plural" || i === "selectordinal")) {
2736
2708
  var a = this.clonePosition();
2737
2709
  this.bump(), n.push({
2738
- type: O.pound,
2710
+ type: I.pound,
2739
2711
  location: T(a, this.clonePosition())
2740
2712
  });
2741
2713
  } else if (o === 60 && !this.ignoreTag && this.peek() === 47) {
@@ -2763,7 +2735,7 @@ var Mn = (
2763
2735
  if (this.bumpSpace(), this.bumpIf("/>"))
2764
2736
  return {
2765
2737
  val: {
2766
- type: O.literal,
2738
+ type: I.literal,
2767
2739
  value: "<".concat(n, "/>"),
2768
2740
  location: T(r, this.clonePosition())
2769
2741
  },
@@ -2780,7 +2752,7 @@ var Mn = (
2780
2752
  var c = this.clonePosition(), u = this.parseTagName();
2781
2753
  return n !== u ? this.error(x.UNMATCHED_CLOSING_TAG, T(c, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
2782
2754
  val: {
2783
- type: O.tag,
2755
+ type: I.tag,
2784
2756
  value: n,
2785
2757
  children: s,
2786
2758
  location: T(r, this.clonePosition())
@@ -2793,7 +2765,7 @@ var Mn = (
2793
2765
  return this.error(x.INVALID_TAG, T(r, this.clonePosition()));
2794
2766
  }, e.prototype.parseTagName = function() {
2795
2767
  var t = this.offset();
2796
- for (this.bump(); !this.isEOF() && Cn(this.char()); )
2768
+ for (this.bump(); !this.isEOF() && Rn(this.char()); )
2797
2769
  this.bump();
2798
2770
  return this.message.slice(t, this.offset());
2799
2771
  }, e.prototype.parseLiteral = function(t, i) {
@@ -2817,12 +2789,12 @@ var Mn = (
2817
2789
  }
2818
2790
  var c = T(r, this.clonePosition());
2819
2791
  return {
2820
- val: { type: O.literal, value: n, location: c },
2792
+ val: { type: I.literal, value: n, location: c },
2821
2793
  err: null
2822
2794
  };
2823
2795
  }, e.prototype.tryParseLeftAngleBracket = function() {
2824
2796
  return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
2825
- !kn(this.peek() || 0)) ? (this.bump(), "<") : null;
2797
+ !Dn(this.peek() || 0)) ? (this.bump(), "<") : null;
2826
2798
  }, e.prototype.tryParseQuote = function(t) {
2827
2799
  if (this.isEOF() || this.char() !== 39)
2828
2800
  return null;
@@ -2877,7 +2849,7 @@ var Mn = (
2877
2849
  case 125:
2878
2850
  return this.bump(), {
2879
2851
  val: {
2880
- type: O.argument,
2852
+ type: I.argument,
2881
2853
  // value does not include the opening and closing braces.
2882
2854
  value: n,
2883
2855
  location: T(r, this.clonePosition())
@@ -2909,44 +2881,44 @@ var Mn = (
2909
2881
  var l = this.clonePosition(), h = this.parseSimpleArgStyleIfPossible();
2910
2882
  if (h.err)
2911
2883
  return h;
2912
- var f = On(h.val);
2913
- if (f.length === 0)
2884
+ var m = kn(h.val);
2885
+ if (m.length === 0)
2914
2886
  return this.error(x.EXPECT_ARGUMENT_STYLE, T(this.clonePosition(), this.clonePosition()));
2915
- var m = T(l, this.clonePosition());
2916
- u = { style: f, styleLocation: m };
2887
+ var f = T(l, this.clonePosition());
2888
+ u = { style: m, styleLocation: f };
2917
2889
  }
2918
2890
  var p = this.tryParseArgumentClose(n);
2919
2891
  if (p.err)
2920
2892
  return p;
2921
2893
  var _ = T(n, this.clonePosition());
2922
- if (u && Ct(u == null ? void 0 : u.style, "::", 0)) {
2923
- var R = Hn(u.style.slice(2));
2894
+ if (u && Rt(u == null ? void 0 : u.style, "::", 0)) {
2895
+ var R = Mn(u.style.slice(2));
2924
2896
  if (a === "number") {
2925
2897
  var h = this.parseNumberSkeletonFromString(R, u.styleLocation);
2926
2898
  return h.err ? h : {
2927
- val: { type: O.number, value: r, location: _, style: h.val },
2899
+ val: { type: I.number, value: r, location: _, style: h.val },
2928
2900
  err: null
2929
2901
  };
2930
2902
  } else {
2931
2903
  if (R.length === 0)
2932
2904
  return this.error(x.EXPECT_DATE_TIME_SKELETON, _);
2933
- var P = R;
2934
- this.locale && (P = vn(R, this.locale));
2935
- var f = {
2936
- type: ce.dateTime,
2937
- pattern: P,
2905
+ var S = R;
2906
+ this.locale && (S = En(R, this.locale));
2907
+ var m = {
2908
+ type: le.dateTime,
2909
+ pattern: S,
2938
2910
  location: u.styleLocation,
2939
- parsedOptions: this.shouldParseSkeletons ? mn(P) : {}
2940
- }, L = a === "date" ? O.date : O.time;
2911
+ parsedOptions: this.shouldParseSkeletons ? pn(S) : {}
2912
+ }, L = a === "date" ? I.date : I.time;
2941
2913
  return {
2942
- val: { type: L, value: r, location: _, style: f },
2914
+ val: { type: L, value: r, location: _, style: m },
2943
2915
  err: null
2944
2916
  };
2945
2917
  }
2946
2918
  }
2947
2919
  return {
2948
2920
  val: {
2949
- type: a === "number" ? O.number : a === "date" ? O.date : O.time,
2921
+ type: a === "number" ? I.number : a === "date" ? I.date : I.time,
2950
2922
  value: r,
2951
2923
  location: _,
2952
2924
  style: (o = u == null ? void 0 : u.style) !== null && o !== void 0 ? o : null
@@ -2959,39 +2931,39 @@ var Mn = (
2959
2931
  case "select": {
2960
2932
  var w = this.clonePosition();
2961
2933
  if (this.bumpSpace(), !this.bumpIf(","))
2962
- return this.error(x.EXPECT_SELECT_ARGUMENT_OPTIONS, T(w, S({}, w)));
2934
+ return this.error(x.EXPECT_SELECT_ARGUMENT_OPTIONS, T(w, Me({}, w)));
2963
2935
  this.bumpSpace();
2964
- var H = this.parseIdentifierIfPossible(), A = 0;
2965
- if (a !== "select" && H.value === "offset") {
2936
+ var O = this.parseIdentifierIfPossible(), P = 0;
2937
+ if (a !== "select" && O.value === "offset") {
2966
2938
  if (!this.bumpIf(":"))
2967
2939
  return this.error(x.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, T(this.clonePosition(), this.clonePosition()));
2968
2940
  this.bumpSpace();
2969
2941
  var h = this.tryParseDecimalInteger(x.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, x.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
2970
2942
  if (h.err)
2971
2943
  return h;
2972
- this.bumpSpace(), H = this.parseIdentifierIfPossible(), A = h.val;
2944
+ this.bumpSpace(), O = this.parseIdentifierIfPossible(), P = h.val;
2973
2945
  }
2974
- var M = this.tryParsePluralOrSelectOptions(t, a, i, H);
2975
- if (M.err)
2976
- return M;
2946
+ var H = this.tryParsePluralOrSelectOptions(t, a, i, O);
2947
+ if (H.err)
2948
+ return H;
2977
2949
  var p = this.tryParseArgumentClose(n);
2978
2950
  if (p.err)
2979
2951
  return p;
2980
2952
  var D = T(n, this.clonePosition());
2981
2953
  return a === "select" ? {
2982
2954
  val: {
2983
- type: O.select,
2955
+ type: I.select,
2984
2956
  value: r,
2985
- options: Dt(M.val),
2957
+ options: jt(H.val),
2986
2958
  location: D
2987
2959
  },
2988
2960
  err: null
2989
2961
  } : {
2990
2962
  val: {
2991
- type: O.plural,
2963
+ type: I.plural,
2992
2964
  value: r,
2993
- options: Dt(M.val),
2994
- offset: A,
2965
+ options: jt(H.val),
2966
+ offset: P,
2995
2967
  pluralType: a === "plural" ? "cardinal" : "ordinal",
2996
2968
  location: D
2997
2969
  },
@@ -3041,16 +3013,16 @@ var Mn = (
3041
3013
  }, e.prototype.parseNumberSkeletonFromString = function(t, i) {
3042
3014
  var r = [];
3043
3015
  try {
3044
- r = pn(t);
3016
+ r = bn(t);
3045
3017
  } catch (n) {
3046
3018
  return this.error(x.INVALID_NUMBER_SKELETON, i);
3047
3019
  }
3048
3020
  return {
3049
3021
  val: {
3050
- type: ce.number,
3022
+ type: le.number,
3051
3023
  tokens: r,
3052
3024
  location: i,
3053
- parsedOptions: this.shouldParseSkeletons ? yn(r) : {}
3025
+ parsedOptions: this.shouldParseSkeletons ? _n(r) : {}
3054
3026
  },
3055
3027
  err: null
3056
3028
  };
@@ -3059,9 +3031,9 @@ var Mn = (
3059
3031
  if (u.length === 0) {
3060
3032
  var h = this.clonePosition();
3061
3033
  if (i !== "select" && this.bumpIf("=")) {
3062
- var f = this.tryParseDecimalInteger(x.EXPECT_PLURAL_ARGUMENT_SELECTOR, x.INVALID_PLURAL_ARGUMENT_SELECTOR);
3063
- if (f.err)
3064
- return f;
3034
+ var m = this.tryParseDecimalInteger(x.EXPECT_PLURAL_ARGUMENT_SELECTOR, x.INVALID_PLURAL_ARGUMENT_SELECTOR);
3035
+ if (m.err)
3036
+ return m;
3065
3037
  l = T(h, this.clonePosition()), u = this.message.slice(h.offset, this.offset());
3066
3038
  } else
3067
3039
  break;
@@ -3069,20 +3041,20 @@ var Mn = (
3069
3041
  if (c.has(u))
3070
3042
  return this.error(i === "select" ? x.DUPLICATE_SELECT_ARGUMENT_SELECTOR : x.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, l);
3071
3043
  u === "other" && (s = !0), this.bumpSpace();
3072
- var m = this.clonePosition();
3044
+ var f = this.clonePosition();
3073
3045
  if (!this.bumpIf("{"))
3074
3046
  return this.error(i === "select" ? x.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : x.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, T(this.clonePosition(), this.clonePosition()));
3075
3047
  var p = this.parseMessage(t + 1, i, r);
3076
3048
  if (p.err)
3077
3049
  return p;
3078
- var _ = this.tryParseArgumentClose(m);
3050
+ var _ = this.tryParseArgumentClose(f);
3079
3051
  if (_.err)
3080
3052
  return _;
3081
3053
  a.push([
3082
3054
  u,
3083
3055
  {
3084
3056
  value: p.val,
3085
- location: T(m, this.clonePosition())
3057
+ location: T(f, this.clonePosition())
3086
3058
  }
3087
3059
  ]), c.add(u), this.bumpSpace(), o = this.parseIdentifierIfPossible(), u = o.value, l = o.location;
3088
3060
  }
@@ -3098,7 +3070,7 @@ var Mn = (
3098
3070
  break;
3099
3071
  }
3100
3072
  var c = T(n, this.clonePosition());
3101
- return o ? (s *= r, Nn(s) ? { val: s, err: null } : this.error(i, c)) : this.error(t, c);
3073
+ return o ? (s *= r, In(s) ? { val: s, err: null } : this.error(i, c)) : this.error(t, c);
3102
3074
  }, e.prototype.offset = function() {
3103
3075
  return this.position.offset;
3104
3076
  }, e.prototype.isEOF = function() {
@@ -3113,7 +3085,7 @@ var Mn = (
3113
3085
  var t = this.position.offset;
3114
3086
  if (t >= this.message.length)
3115
3087
  throw Error("out of bound");
3116
- var i = Ni(this.message, t);
3088
+ var i = Ii(this.message, t);
3117
3089
  if (i === void 0)
3118
3090
  throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
3119
3091
  return i;
@@ -3132,7 +3104,7 @@ var Mn = (
3132
3104
  t === 10 ? (this.position.line += 1, this.position.column = 1, this.position.offset += 1) : (this.position.column += 1, this.position.offset += t < 65536 ? 1 : 2);
3133
3105
  }
3134
3106
  }, e.prototype.bumpIf = function(t) {
3135
- if (Ct(this.message, t, this.offset())) {
3107
+ if (Rt(this.message, t, this.offset())) {
3136
3108
  for (var i = 0; i < t.length; i++)
3137
3109
  this.bump();
3138
3110
  return !0;
@@ -3154,7 +3126,7 @@ var Mn = (
3154
3126
  break;
3155
3127
  }
3156
3128
  }, e.prototype.bumpSpace = function() {
3157
- for (; !this.isEOF() && Hi(this.char()); )
3129
+ for (; !this.isEOF() && Mi(this.char()); )
3158
3130
  this.bump();
3159
3131
  }, e.prototype.peek = function() {
3160
3132
  if (this.isEOF())
@@ -3167,44 +3139,44 @@ var Mn = (
3167
3139
  function lt(e) {
3168
3140
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3169
3141
  }
3170
- function kn(e) {
3142
+ function Dn(e) {
3171
3143
  return lt(e) || e === 47;
3172
3144
  }
3173
- function Cn(e) {
3145
+ function Rn(e) {
3174
3146
  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;
3175
3147
  }
3176
- function Hi(e) {
3148
+ function Mi(e) {
3177
3149
  return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3178
3150
  }
3179
- function Dn(e) {
3151
+ function jn(e) {
3180
3152
  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;
3181
3153
  }
3182
3154
  function ct(e) {
3183
3155
  e.forEach(function(t) {
3184
- if (delete t.location, Li(t) || xi(t))
3156
+ if (delete t.location, Ti(t) || wi(t))
3185
3157
  for (var i in t.options)
3186
3158
  delete t.options[i].location, ct(t.options[i].value);
3187
3159
  else
3188
- vi(t) && wi(t.style) || (_i(t) || Ei(t)) && ot(t.style) ? delete t.style.location : Ti(t) && ct(t.children);
3160
+ Ei(t) && Pi(t.style) || (Li(t) || xi(t)) && ot(t.style) ? delete t.style.location : Si(t) && ct(t.children);
3189
3161
  });
3190
3162
  }
3191
- function Rn(e, t) {
3192
- t === void 0 && (t = {}), t = S({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3193
- var i = new Mn(e, t).parse();
3163
+ function Un(e, t) {
3164
+ t === void 0 && (t = {}), t = Me({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3165
+ var i = new Cn(e, t).parse();
3194
3166
  if (i.err) {
3195
3167
  var r = SyntaxError(x[i.err.kind]);
3196
3168
  throw r.location = i.err.location, r.originalMessage = i.err.message, r;
3197
3169
  }
3198
3170
  return t != null && t.captureLocation || ct(i.val), i.val;
3199
3171
  }
3200
- var he;
3172
+ var ce;
3201
3173
  (function(e) {
3202
3174
  e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
3203
- })(he || (he = {}));
3204
- var Re = (
3175
+ })(ce || (ce = {}));
3176
+ var Ue = (
3205
3177
  /** @class */
3206
3178
  function(e) {
3207
- Q(t, e);
3179
+ je(t, e);
3208
3180
  function t(i, r, n) {
3209
3181
  var o = e.call(this, i) || this;
3210
3182
  return o.code = r, o.originalMessage = n, o;
@@ -3213,48 +3185,48 @@ var Re = (
3213
3185
  return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
3214
3186
  }, t;
3215
3187
  }(Error)
3216
- ), Ut = (
3188
+ ), $t = (
3217
3189
  /** @class */
3218
3190
  function(e) {
3219
- Q(t, e);
3191
+ je(t, e);
3220
3192
  function t(i, r, n, o) {
3221
- return e.call(this, 'Invalid values for "'.concat(i, '": "').concat(r, '". Options are "').concat(Object.keys(n).join('", "'), '"'), he.INVALID_VALUE, o) || this;
3193
+ return e.call(this, 'Invalid values for "'.concat(i, '": "').concat(r, '". Options are "').concat(Object.keys(n).join('", "'), '"'), ce.INVALID_VALUE, o) || this;
3222
3194
  }
3223
3195
  return t;
3224
- }(Re)
3225
- ), Un = (
3196
+ }(Ue)
3197
+ ), $n = (
3226
3198
  /** @class */
3227
3199
  function(e) {
3228
- Q(t, e);
3200
+ je(t, e);
3229
3201
  function t(i, r, n) {
3230
- return e.call(this, 'Value for "'.concat(i, '" must be of type ').concat(r), he.INVALID_VALUE, n) || this;
3202
+ return e.call(this, 'Value for "'.concat(i, '" must be of type ').concat(r), ce.INVALID_VALUE, n) || this;
3231
3203
  }
3232
3204
  return t;
3233
- }(Re)
3234
- ), jn = (
3205
+ }(Ue)
3206
+ ), Fn = (
3235
3207
  /** @class */
3236
3208
  function(e) {
3237
- Q(t, e);
3209
+ je(t, e);
3238
3210
  function t(i, r) {
3239
- return e.call(this, 'The intl string context variable "'.concat(i, '" was not provided to the string "').concat(r, '"'), he.MISSING_VALUE, r) || this;
3211
+ return e.call(this, 'The intl string context variable "'.concat(i, '" was not provided to the string "').concat(r, '"'), ce.MISSING_VALUE, r) || this;
3240
3212
  }
3241
3213
  return t;
3242
- }(Re)
3214
+ }(Ue)
3243
3215
  ), z;
3244
3216
  (function(e) {
3245
3217
  e[e.literal = 0] = "literal", e[e.object = 1] = "object";
3246
3218
  })(z || (z = {}));
3247
- function Fn(e) {
3219
+ function Gn(e) {
3248
3220
  return e.length < 2 ? e : e.reduce(function(t, i) {
3249
3221
  var r = t[t.length - 1];
3250
3222
  return !r || r.type !== z.literal || i.type !== z.literal ? t.push(i) : r.value += i.value, t;
3251
3223
  }, []);
3252
3224
  }
3253
- function $n(e) {
3225
+ function zn(e) {
3254
3226
  return typeof e == "function";
3255
3227
  }
3256
3228
  function Be(e, t, i, r, n, o, s) {
3257
- if (e.length === 1 && Ht(e[0]))
3229
+ if (e.length === 1 && Mt(e[0]))
3258
3230
  return [
3259
3231
  {
3260
3232
  type: z.literal,
@@ -3263,14 +3235,14 @@ function Be(e, t, i, r, n, o, s) {
3263
3235
  ];
3264
3236
  for (var a = [], c = 0, u = e; c < u.length; c++) {
3265
3237
  var l = u[c];
3266
- if (Ht(l)) {
3238
+ if (Mt(l)) {
3267
3239
  a.push({
3268
3240
  type: z.literal,
3269
3241
  value: l.value
3270
3242
  });
3271
3243
  continue;
3272
3244
  }
3273
- if (cn(l)) {
3245
+ if (fn(l)) {
3274
3246
  typeof o == "number" && a.push({
3275
3247
  type: z.literal,
3276
3248
  value: i.getNumberFormat(t).format(o)
@@ -3279,89 +3251,89 @@ function Be(e, t, i, r, n, o, s) {
3279
3251
  }
3280
3252
  var h = l.value;
3281
3253
  if (!(n && h in n))
3282
- throw new jn(h, s);
3283
- var f = n[h];
3284
- if (ln(l)) {
3285
- (!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), a.push({
3286
- type: typeof f == "string" ? z.literal : z.object,
3287
- value: f
3254
+ throw new Fn(h, s);
3255
+ var m = n[h];
3256
+ if (hn(l)) {
3257
+ (!m || typeof m == "string" || typeof m == "number") && (m = typeof m == "string" || typeof m == "number" ? String(m) : ""), a.push({
3258
+ type: typeof m == "string" ? z.literal : z.object,
3259
+ value: m
3288
3260
  });
3289
3261
  continue;
3290
3262
  }
3291
- if (_i(l)) {
3292
- var m = typeof l.style == "string" ? r.date[l.style] : ot(l.style) ? l.style.parsedOptions : void 0;
3263
+ if (Li(l)) {
3264
+ var f = typeof l.style == "string" ? r.date[l.style] : ot(l.style) ? l.style.parsedOptions : void 0;
3293
3265
  a.push({
3294
3266
  type: z.literal,
3295
- value: i.getDateTimeFormat(t, m).format(f)
3267
+ value: i.getDateTimeFormat(t, f).format(m)
3296
3268
  });
3297
3269
  continue;
3298
3270
  }
3299
- if (Ei(l)) {
3300
- var m = typeof l.style == "string" ? r.time[l.style] : ot(l.style) ? l.style.parsedOptions : r.time.medium;
3271
+ if (xi(l)) {
3272
+ var f = typeof l.style == "string" ? r.time[l.style] : ot(l.style) ? l.style.parsedOptions : r.time.medium;
3301
3273
  a.push({
3302
3274
  type: z.literal,
3303
- value: i.getDateTimeFormat(t, m).format(f)
3275
+ value: i.getDateTimeFormat(t, f).format(m)
3304
3276
  });
3305
3277
  continue;
3306
3278
  }
3307
- if (vi(l)) {
3308
- var m = typeof l.style == "string" ? r.number[l.style] : wi(l.style) ? l.style.parsedOptions : void 0;
3309
- m && m.scale && (f = f * (m.scale || 1)), a.push({
3279
+ if (Ei(l)) {
3280
+ var f = typeof l.style == "string" ? r.number[l.style] : Pi(l.style) ? l.style.parsedOptions : void 0;
3281
+ f && f.scale && (m = m * (f.scale || 1)), a.push({
3310
3282
  type: z.literal,
3311
- value: i.getNumberFormat(t, m).format(f)
3283
+ value: i.getNumberFormat(t, f).format(m)
3312
3284
  });
3313
3285
  continue;
3314
3286
  }
3315
- if (Ti(l)) {
3287
+ if (Si(l)) {
3316
3288
  var p = l.children, _ = l.value, R = n[_];
3317
- if (!$n(R))
3318
- throw new Un(_, "function", s);
3319
- var P = Be(p, t, i, r, n, o), L = R(P.map(function(A) {
3320
- return A.value;
3289
+ if (!zn(R))
3290
+ throw new $n(_, "function", s);
3291
+ var S = Be(p, t, i, r, n, o), L = R(S.map(function(P) {
3292
+ return P.value;
3321
3293
  }));
3322
- Array.isArray(L) || (L = [L]), a.push.apply(a, L.map(function(A) {
3294
+ Array.isArray(L) || (L = [L]), a.push.apply(a, L.map(function(P) {
3323
3295
  return {
3324
- type: typeof A == "string" ? z.literal : z.object,
3325
- value: A
3296
+ type: typeof P == "string" ? z.literal : z.object,
3297
+ value: P
3326
3298
  };
3327
3299
  }));
3328
3300
  }
3329
- if (Li(l)) {
3330
- var w = l.options[f] || l.options.other;
3301
+ if (Ti(l)) {
3302
+ var w = l.options[m] || l.options.other;
3331
3303
  if (!w)
3332
- throw new Ut(l.value, f, Object.keys(l.options), s);
3304
+ throw new $t(l.value, m, Object.keys(l.options), s);
3333
3305
  a.push.apply(a, Be(w.value, t, i, r, n));
3334
3306
  continue;
3335
3307
  }
3336
- if (xi(l)) {
3337
- var w = l.options["=".concat(f)];
3308
+ if (wi(l)) {
3309
+ var w = l.options["=".concat(m)];
3338
3310
  if (!w) {
3339
3311
  if (!Intl.PluralRules)
3340
- throw new Re(`Intl.PluralRules is not available in this environment.
3312
+ throw new Ue(`Intl.PluralRules is not available in this environment.
3341
3313
  Try polyfilling it using "@formatjs/intl-pluralrules"
3342
- `, he.MISSING_INTL_API, s);
3343
- var H = i.getPluralRules(t, { type: l.pluralType }).select(f - (l.offset || 0));
3344
- w = l.options[H] || l.options.other;
3314
+ `, ce.MISSING_INTL_API, s);
3315
+ var O = i.getPluralRules(t, { type: l.pluralType }).select(m - (l.offset || 0));
3316
+ w = l.options[O] || l.options.other;
3345
3317
  }
3346
3318
  if (!w)
3347
- throw new Ut(l.value, f, Object.keys(l.options), s);
3348
- a.push.apply(a, Be(w.value, t, i, r, n, f - (l.offset || 0)));
3319
+ throw new $t(l.value, m, Object.keys(l.options), s);
3320
+ a.push.apply(a, Be(w.value, t, i, r, n, m - (l.offset || 0)));
3349
3321
  continue;
3350
3322
  }
3351
3323
  }
3352
- return Fn(a);
3324
+ return Gn(a);
3353
3325
  }
3354
- function Gn(e, t) {
3355
- return t ? S(S(S({}, e || {}), t || {}), Object.keys(e).reduce(function(i, r) {
3356
- return i[r] = S(S({}, e[r]), t[r] || {}), i;
3326
+ function Wn(e, t) {
3327
+ return t ? Y(Y(Y({}, e || {}), t || {}), Object.keys(e).reduce(function(i, r) {
3328
+ return i[r] = Y(Y({}, e[r]), t[r] || {}), i;
3357
3329
  }, {})) : e;
3358
3330
  }
3359
- function zn(e, t) {
3331
+ function Vn(e, t) {
3360
3332
  return t ? Object.keys(e).reduce(function(i, r) {
3361
- return i[r] = Gn(e[r], t[r]), i;
3362
- }, S({}, e)) : e;
3333
+ return i[r] = Wn(e[r], t[r]), i;
3334
+ }, Y({}, e)) : e;
3363
3335
  }
3364
- function Je(e) {
3336
+ function et(e) {
3365
3337
  return {
3366
3338
  create: function() {
3367
3339
  return {
@@ -3375,39 +3347,39 @@ function Je(e) {
3375
3347
  }
3376
3348
  };
3377
3349
  }
3378
- function Wn(e) {
3350
+ function Xn(e) {
3379
3351
  return e === void 0 && (e = {
3380
3352
  number: {},
3381
3353
  dateTime: {},
3382
3354
  pluralRules: {}
3383
3355
  }), {
3384
- getNumberFormat: Ze(function() {
3356
+ getNumberFormat: Je(function() {
3385
3357
  for (var t, i = [], r = 0; r < arguments.length; r++)
3386
3358
  i[r] = arguments[r];
3387
- return new ((t = Intl.NumberFormat).bind.apply(t, ue([void 0], i, !1)))();
3359
+ return new ((t = Intl.NumberFormat).bind.apply(t, qe([void 0], i, !1)))();
3388
3360
  }, {
3389
- cache: Je(e.number),
3390
- strategy: Ye.variadic
3361
+ cache: et(e.number),
3362
+ strategy: Qe.variadic
3391
3363
  }),
3392
- getDateTimeFormat: Ze(function() {
3364
+ getDateTimeFormat: Je(function() {
3393
3365
  for (var t, i = [], r = 0; r < arguments.length; r++)
3394
3366
  i[r] = arguments[r];
3395
- return new ((t = Intl.DateTimeFormat).bind.apply(t, ue([void 0], i, !1)))();
3367
+ return new ((t = Intl.DateTimeFormat).bind.apply(t, qe([void 0], i, !1)))();
3396
3368
  }, {
3397
- cache: Je(e.dateTime),
3398
- strategy: Ye.variadic
3369
+ cache: et(e.dateTime),
3370
+ strategy: Qe.variadic
3399
3371
  }),
3400
- getPluralRules: Ze(function() {
3372
+ getPluralRules: Je(function() {
3401
3373
  for (var t, i = [], r = 0; r < arguments.length; r++)
3402
3374
  i[r] = arguments[r];
3403
- return new ((t = Intl.PluralRules).bind.apply(t, ue([void 0], i, !1)))();
3375
+ return new ((t = Intl.PluralRules).bind.apply(t, qe([void 0], i, !1)))();
3404
3376
  }, {
3405
- cache: Je(e.pluralRules),
3406
- strategy: Ye.variadic
3377
+ cache: et(e.pluralRules),
3378
+ strategy: Qe.variadic
3407
3379
  })
3408
3380
  };
3409
3381
  }
3410
- var Vn = (
3382
+ var Zn = (
3411
3383
  /** @class */
3412
3384
  function() {
3413
3385
  function e(t, i, r, n) {
@@ -3421,8 +3393,8 @@ var Vn = (
3421
3393
  var u = o.formatToParts(c);
3422
3394
  if (u.length === 1)
3423
3395
  return u[0].value;
3424
- var l = u.reduce(function(h, f) {
3425
- return !h.length || f.type !== z.literal || typeof h[h.length - 1] != "string" ? h.push(f.value) : h[h.length - 1] += f.value, h;
3396
+ var l = u.reduce(function(h, m) {
3397
+ return !h.length || m.type !== z.literal || typeof h[h.length - 1] != "string" ? h.push(m.value) : h[h.length - 1] += m.value, h;
3426
3398
  }, []);
3427
3399
  return l.length <= 1 ? l[0] || "" : l;
3428
3400
  }, this.formatToParts = function(c) {
@@ -3439,13 +3411,13 @@ var Vn = (
3439
3411
  throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
3440
3412
  var s = n || {};
3441
3413
  s.formatters;
3442
- var a = tn(s, ["formatters"]);
3443
- this.ast = e.__parse(t, S(S({}, a), { locale: this.resolvedLocale }));
3414
+ var a = rn(s, ["formatters"]);
3415
+ this.ast = e.__parse(t, Y(Y({}, a), { locale: this.resolvedLocale }));
3444
3416
  } else
3445
3417
  this.ast = t;
3446
3418
  if (!Array.isArray(this.ast))
3447
3419
  throw new TypeError("A message must be provided as a String or AST.");
3448
- this.formats = zn(e.formats, r), this.formatters = n && n.formatters || Wn(this.formatterCache);
3420
+ this.formats = Vn(e.formats, r), this.formatters = n && n.formatters || Xn(this.formatterCache);
3449
3421
  }
3450
3422
  return Object.defineProperty(e, "defaultLocale", {
3451
3423
  get: function() {
@@ -3458,7 +3430,7 @@ var Vn = (
3458
3430
  var i = Intl.NumberFormat.supportedLocalesOf(t);
3459
3431
  return i.length > 0 ? new Intl.Locale(i[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
3460
3432
  }
3461
- }, e.__parse = Rn, e.formats = {
3433
+ }, e.__parse = Un, e.formats = {
3462
3434
  number: {
3463
3435
  integer: {
3464
3436
  maximumFractionDigits: 0
@@ -3519,7 +3491,7 @@ var Vn = (
3519
3491
  }, e;
3520
3492
  }()
3521
3493
  );
3522
- function Xn(e, t) {
3494
+ function Yn(e, t) {
3523
3495
  if (t == null)
3524
3496
  return;
3525
3497
  if (t in e)
@@ -3540,92 +3512,92 @@ function Xn(e, t) {
3540
3512
  r = void 0;
3541
3513
  return r;
3542
3514
  }
3543
- const ee = {}, Zn = (e, t, i) => i && (t in ee || (ee[t] = {}), e in ee[t] || (ee[t][e] = i), i), Oi = (e, t) => {
3515
+ const ee = {}, qn = (e, t, i) => i && (t in ee || (ee[t] = {}), e in ee[t] || (ee[t][e] = i), i), ki = (e, t) => {
3544
3516
  if (t == null)
3545
3517
  return;
3546
3518
  if (t in ee && e in ee[t])
3547
3519
  return ee[t][e];
3548
- const i = Ue(t);
3520
+ const i = $e(t);
3549
3521
  for (let r = 0; r < i.length; r++) {
3550
- const n = i[r], o = qn(n, e);
3522
+ const n = i[r], o = Qn(n, e);
3551
3523
  if (o)
3552
- return Zn(e, t, o);
3524
+ return qn(e, t, o);
3553
3525
  }
3554
3526
  };
3555
- let yt;
3556
- const Te = De({});
3557
- function Yn(e) {
3558
- return yt[e] || null;
3527
+ let _t;
3528
+ const xe = Re({});
3529
+ function Jn(e) {
3530
+ return _t[e] || null;
3559
3531
  }
3560
- function Mi(e) {
3561
- return e in yt;
3532
+ function Ci(e) {
3533
+ return e in _t;
3562
3534
  }
3563
- function qn(e, t) {
3564
- if (!Mi(e))
3535
+ function Qn(e, t) {
3536
+ if (!Ci(e))
3565
3537
  return null;
3566
- const i = Yn(e);
3567
- return Xn(i, t);
3538
+ const i = Jn(e);
3539
+ return Yn(i, t);
3568
3540
  }
3569
- function Jn(e) {
3541
+ function Kn(e) {
3570
3542
  if (e == null)
3571
3543
  return;
3572
- const t = Ue(e);
3544
+ const t = $e(e);
3573
3545
  for (let i = 0; i < t.length; i++) {
3574
3546
  const r = t[i];
3575
- if (Mi(r))
3547
+ if (Ci(r))
3576
3548
  return r;
3577
3549
  }
3578
3550
  }
3579
- function ki(e, ...t) {
3580
- delete ee[e], Te.update((i) => (i[e] = en.all([i[e] || {}, ...t]), i));
3551
+ function Di(e, ...t) {
3552
+ delete ee[e], xe.update((i) => (i[e] = tn.all([i[e] || {}, ...t]), i));
3581
3553
  }
3582
3554
  fe(
3583
- [Te],
3555
+ [xe],
3584
3556
  ([e]) => Object.keys(e)
3585
3557
  );
3586
- Te.subscribe((e) => yt = e);
3558
+ xe.subscribe((e) => _t = e);
3587
3559
  const Ne = {};
3588
- function Qn(e, t) {
3560
+ function eo(e, t) {
3589
3561
  Ne[e].delete(t), Ne[e].size === 0 && delete Ne[e];
3590
3562
  }
3591
- function Ci(e) {
3563
+ function Ri(e) {
3592
3564
  return Ne[e];
3593
3565
  }
3594
- function Kn(e) {
3595
- return Ue(e).map((t) => {
3596
- const i = Ci(t);
3566
+ function to(e) {
3567
+ return $e(e).map((t) => {
3568
+ const i = Ri(t);
3597
3569
  return [t, i ? [...i] : []];
3598
3570
  }).filter(([, t]) => t.length > 0);
3599
3571
  }
3600
3572
  function ht(e) {
3601
- return e == null ? !1 : Ue(e).some(
3573
+ return e == null ? !1 : $e(e).some(
3602
3574
  (t) => {
3603
3575
  var i;
3604
- return (i = Ci(t)) == null ? void 0 : i.size;
3576
+ return (i = Ri(t)) == null ? void 0 : i.size;
3605
3577
  }
3606
3578
  );
3607
3579
  }
3608
- function eo(e, t) {
3580
+ function io(e, t) {
3609
3581
  return Promise.all(
3610
- t.map((r) => (Qn(e, r), r().then((n) => n.default || n)))
3611
- ).then((r) => ki(e, ...r));
3582
+ t.map((r) => (eo(e, r), r().then((n) => n.default || n)))
3583
+ ).then((r) => Di(e, ...r));
3612
3584
  }
3613
- const ge = {};
3614
- function Di(e) {
3585
+ const be = {};
3586
+ function ji(e) {
3615
3587
  if (!ht(e))
3616
- return e in ge ? ge[e] : Promise.resolve();
3617
- const t = Kn(e);
3618
- return ge[e] = Promise.all(
3588
+ return e in be ? be[e] : Promise.resolve();
3589
+ const t = to(e);
3590
+ return be[e] = Promise.all(
3619
3591
  t.map(
3620
- ([i, r]) => eo(i, r)
3592
+ ([i, r]) => io(i, r)
3621
3593
  )
3622
3594
  ).then(() => {
3623
3595
  if (ht(e))
3624
- return Di(e);
3625
- delete ge[e];
3626
- }), ge[e];
3596
+ return ji(e);
3597
+ delete be[e];
3598
+ }), be[e];
3627
3599
  }
3628
- const to = {
3600
+ const ro = {
3629
3601
  number: {
3630
3602
  scientific: { notation: "scientific" },
3631
3603
  engineering: { notation: "engineering" },
@@ -3654,135 +3626,135 @@ const to = {
3654
3626
  timeZoneName: "short"
3655
3627
  }
3656
3628
  }
3657
- }, io = {
3629
+ }, no = {
3658
3630
  fallbackLocale: null,
3659
3631
  loadingDelay: 200,
3660
- formats: to,
3632
+ formats: ro,
3661
3633
  warnOnMissingMessages: !0,
3662
3634
  handleMissingMessage: void 0,
3663
3635
  ignoreTag: !0
3664
- }, ro = io;
3665
- function me() {
3666
- return ro;
3636
+ }, oo = no;
3637
+ function he() {
3638
+ return oo;
3667
3639
  }
3668
- const Qe = De(!1);
3669
- var no = Object.defineProperty, oo = Object.defineProperties, so = Object.getOwnPropertyDescriptors, jt = Object.getOwnPropertySymbols, ao = Object.prototype.hasOwnProperty, uo = Object.prototype.propertyIsEnumerable, Ft = (e, t, i) => t in e ? no(e, t, { enumerable: !0, configurable: !0, writable: !0, value: i }) : e[t] = i, lo = (e, t) => {
3640
+ const tt = Re(!1);
3641
+ var so = Object.defineProperty, ao = Object.defineProperties, uo = Object.getOwnPropertyDescriptors, Ft = Object.getOwnPropertySymbols, lo = Object.prototype.hasOwnProperty, co = Object.prototype.propertyIsEnumerable, Gt = (e, t, i) => t in e ? so(e, t, { enumerable: !0, configurable: !0, writable: !0, value: i }) : e[t] = i, ho = (e, t) => {
3670
3642
  for (var i in t || (t = {}))
3671
- ao.call(t, i) && Ft(e, i, t[i]);
3672
- if (jt)
3673
- for (var i of jt(t))
3674
- uo.call(t, i) && Ft(e, i, t[i]);
3643
+ lo.call(t, i) && Gt(e, i, t[i]);
3644
+ if (Ft)
3645
+ for (var i of Ft(t))
3646
+ co.call(t, i) && Gt(e, i, t[i]);
3675
3647
  return e;
3676
- }, co = (e, t) => oo(e, so(t));
3677
- let mt;
3678
- const Me = De(null);
3679
- function $t(e) {
3648
+ }, fo = (e, t) => ao(e, uo(t));
3649
+ let ft;
3650
+ const ke = Re(null);
3651
+ function zt(e) {
3680
3652
  return e.split("-").map((t, i, r) => r.slice(0, i + 1).join("-")).reverse();
3681
3653
  }
3682
- function Ue(e, t = me().fallbackLocale) {
3683
- const i = $t(e);
3684
- return t ? [.../* @__PURE__ */ new Set([...i, ...$t(t)])] : i;
3654
+ function $e(e, t = he().fallbackLocale) {
3655
+ const i = zt(e);
3656
+ return t ? [.../* @__PURE__ */ new Set([...i, ...zt(t)])] : i;
3685
3657
  }
3686
3658
  function re() {
3687
- return mt != null ? mt : void 0;
3659
+ return ft != null ? ft : void 0;
3688
3660
  }
3689
- Me.subscribe((e) => {
3690
- mt = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
3661
+ ke.subscribe((e) => {
3662
+ ft = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
3691
3663
  });
3692
- const ho = (e) => {
3693
- if (e && Jn(e) && ht(e)) {
3694
- const { loadingDelay: t } = me();
3664
+ const mo = (e) => {
3665
+ if (e && Kn(e) && ht(e)) {
3666
+ const { loadingDelay: t } = he();
3695
3667
  let i;
3696
3668
  return typeof window != "undefined" && re() != null && t ? i = window.setTimeout(
3697
- () => Qe.set(!0),
3669
+ () => tt.set(!0),
3698
3670
  t
3699
- ) : Qe.set(!0), Di(e).then(() => {
3700
- Me.set(e);
3671
+ ) : tt.set(!0), ji(e).then(() => {
3672
+ ke.set(e);
3701
3673
  }).finally(() => {
3702
- clearTimeout(i), Qe.set(!1);
3674
+ clearTimeout(i), tt.set(!1);
3703
3675
  });
3704
3676
  }
3705
- return Me.set(e);
3706
- }, pe = co(lo({}, Me), {
3707
- set: ho
3708
- }), je = (e) => {
3677
+ return ke.set(e);
3678
+ }, me = fo(ho({}, ke), {
3679
+ set: mo
3680
+ }), Fe = (e) => {
3709
3681
  const t = /* @__PURE__ */ Object.create(null);
3710
3682
  return (r) => {
3711
3683
  const n = JSON.stringify(r);
3712
3684
  return n in t ? t[n] : t[n] = e(r);
3713
3685
  };
3714
3686
  };
3715
- var mo = Object.defineProperty, ke = Object.getOwnPropertySymbols, Ri = Object.prototype.hasOwnProperty, Ui = Object.prototype.propertyIsEnumerable, Gt = (e, t, i) => t in e ? mo(e, t, { enumerable: !0, configurable: !0, writable: !0, value: i }) : e[t] = i, vt = (e, t) => {
3687
+ var po = Object.defineProperty, Ce = Object.getOwnPropertySymbols, Ui = Object.prototype.hasOwnProperty, $i = Object.prototype.propertyIsEnumerable, Wt = (e, t, i) => t in e ? po(e, t, { enumerable: !0, configurable: !0, writable: !0, value: i }) : e[t] = i, Et = (e, t) => {
3716
3688
  for (var i in t || (t = {}))
3717
- Ri.call(t, i) && Gt(e, i, t[i]);
3718
- if (ke)
3719
- for (var i of ke(t))
3720
- Ui.call(t, i) && Gt(e, i, t[i]);
3689
+ Ui.call(t, i) && Wt(e, i, t[i]);
3690
+ if (Ce)
3691
+ for (var i of Ce(t))
3692
+ $i.call(t, i) && Wt(e, i, t[i]);
3721
3693
  return e;
3722
- }, de = (e, t) => {
3694
+ }, pe = (e, t) => {
3723
3695
  var i = {};
3724
3696
  for (var r in e)
3725
- Ri.call(e, r) && t.indexOf(r) < 0 && (i[r] = e[r]);
3726
- if (e != null && ke)
3727
- for (var r of ke(e))
3728
- t.indexOf(r) < 0 && Ui.call(e, r) && (i[r] = e[r]);
3697
+ Ui.call(e, r) && t.indexOf(r) < 0 && (i[r] = e[r]);
3698
+ if (e != null && Ce)
3699
+ for (var r of Ce(e))
3700
+ t.indexOf(r) < 0 && $i.call(e, r) && (i[r] = e[r]);
3729
3701
  return i;
3730
3702
  };
3731
- const xe = (e, t) => {
3732
- const { formats: i } = me();
3703
+ const Le = (e, t) => {
3704
+ const { formats: i } = he();
3733
3705
  if (e in i && t in i[e])
3734
3706
  return i[e][t];
3735
3707
  throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
3736
- }, fo = je(
3708
+ }, bo = Fe(
3737
3709
  (e) => {
3738
- var t = e, { locale: i, format: r } = t, n = de(t, ["locale", "format"]);
3710
+ var t = e, { locale: i, format: r } = t, n = pe(t, ["locale", "format"]);
3739
3711
  if (i == null)
3740
3712
  throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
3741
- return r && (n = xe("number", r)), new Intl.NumberFormat(i, n);
3713
+ return r && (n = Le("number", r)), new Intl.NumberFormat(i, n);
3742
3714
  }
3743
- ), po = je(
3715
+ ), go = Fe(
3744
3716
  (e) => {
3745
- var t = e, { locale: i, format: r } = t, n = de(t, ["locale", "format"]);
3717
+ var t = e, { locale: i, format: r } = t, n = pe(t, ["locale", "format"]);
3746
3718
  if (i == null)
3747
3719
  throw new Error('[svelte-i18n] A "locale" must be set to format dates');
3748
- return r ? n = xe("date", r) : Object.keys(n).length === 0 && (n = xe("date", "short")), new Intl.DateTimeFormat(i, n);
3720
+ return r ? n = Le("date", r) : Object.keys(n).length === 0 && (n = Le("date", "short")), new Intl.DateTimeFormat(i, n);
3749
3721
  }
3750
- ), bo = je(
3722
+ ), yo = Fe(
3751
3723
  (e) => {
3752
- var t = e, { locale: i, format: r } = t, n = de(t, ["locale", "format"]);
3724
+ var t = e, { locale: i, format: r } = t, n = pe(t, ["locale", "format"]);
3753
3725
  if (i == null)
3754
3726
  throw new Error(
3755
3727
  '[svelte-i18n] A "locale" must be set to format time values'
3756
3728
  );
3757
- return r ? n = xe("time", r) : Object.keys(n).length === 0 && (n = xe("time", "short")), new Intl.DateTimeFormat(i, n);
3729
+ return r ? n = Le("time", r) : Object.keys(n).length === 0 && (n = Le("time", "short")), new Intl.DateTimeFormat(i, n);
3758
3730
  }
3759
- ), go = (e = {}) => {
3731
+ ), vo = (e = {}) => {
3760
3732
  var t = e, {
3761
3733
  locale: i = re()
3762
- } = t, r = de(t, [
3734
+ } = t, r = pe(t, [
3763
3735
  "locale"
3764
3736
  ]);
3765
- return fo(vt({ locale: i }, r));
3766
- }, yo = (e = {}) => {
3737
+ return bo(Et({ locale: i }, r));
3738
+ }, _o = (e = {}) => {
3767
3739
  var t = e, {
3768
3740
  locale: i = re()
3769
- } = t, r = de(t, [
3741
+ } = t, r = pe(t, [
3770
3742
  "locale"
3771
3743
  ]);
3772
- return po(vt({ locale: i }, r));
3773
- }, vo = (e = {}) => {
3744
+ return go(Et({ locale: i }, r));
3745
+ }, Eo = (e = {}) => {
3774
3746
  var t = e, {
3775
3747
  locale: i = re()
3776
- } = t, r = de(t, [
3748
+ } = t, r = pe(t, [
3777
3749
  "locale"
3778
3750
  ]);
3779
- return bo(vt({ locale: i }, r));
3780
- }, _o = je(
3751
+ return yo(Et({ locale: i }, r));
3752
+ }, Lo = Fe(
3781
3753
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
3782
- (e, t = re()) => new Vn(e, t, me().formats, {
3783
- ignoreTag: me().ignoreTag
3754
+ (e, t = re()) => new Zn(e, t, he().formats, {
3755
+ ignoreTag: he().ignoreTag
3784
3756
  })
3785
- ), Eo = (e, t = {}) => {
3757
+ ), xo = (e, t = {}) => {
3786
3758
  var i, r, n, o;
3787
3759
  let s = t;
3788
3760
  typeof e == "object" && (s = e, e = s.id);
@@ -3795,9 +3767,9 @@ const xe = (e, t) => {
3795
3767
  throw new Error(
3796
3768
  "[svelte-i18n] Cannot format a message without first setting the initial locale."
3797
3769
  );
3798
- let l = Oi(e, c);
3770
+ let l = ki(e, c);
3799
3771
  if (!l)
3800
- l = (o = (n = (r = (i = me()).handleMissingMessage) == null ? void 0 : r.call(i, { locale: c, id: e, defaultValue: u })) != null ? n : u) != null ? o : e;
3772
+ l = (o = (n = (r = (i = he()).handleMissingMessage) == null ? void 0 : r.call(i, { locale: c, id: e, defaultValue: u })) != null ? n : u) != null ? o : e;
3801
3773
  else if (typeof l != "string")
3802
3774
  return console.warn(
3803
3775
  `[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof l}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
@@ -3806,26 +3778,26 @@ const xe = (e, t) => {
3806
3778
  return l;
3807
3779
  let h = l;
3808
3780
  try {
3809
- h = _o(l, c).format(a);
3810
- } catch (f) {
3811
- f instanceof Error && console.warn(
3781
+ h = Lo(l, c).format(a);
3782
+ } catch (m) {
3783
+ m instanceof Error && console.warn(
3812
3784
  `[svelte-i18n] Message "${e}" has syntax error:`,
3813
- f.message
3785
+ m.message
3814
3786
  );
3815
3787
  }
3816
3788
  return h;
3817
- }, Lo = (e, t) => vo(t).format(e), xo = (e, t) => yo(t).format(e), To = (e, t) => go(t).format(e), wo = (e, t = re()) => Oi(e, t), So = fe([pe, Te], () => Eo);
3818
- fe([pe], () => Lo);
3819
- fe([pe], () => xo);
3820
- fe([pe], () => To);
3821
- fe([pe, Te], () => wo);
3822
- function zt(e, t) {
3823
- ki(e, t);
3824
- }
3825
- function Po(e) {
3826
- pe.set(e);
3827
- }
3828
- const Wt = {
3789
+ }, To = (e, t) => Eo(t).format(e), wo = (e, t) => _o(t).format(e), So = (e, t) => vo(t).format(e), Po = (e, t = re()) => ki(e, t), Ao = fe([me, xe], () => xo);
3790
+ fe([me], () => To);
3791
+ fe([me], () => wo);
3792
+ fe([me], () => So);
3793
+ fe([me, xe], () => Po);
3794
+ function Vt(e, t) {
3795
+ Di(e, t);
3796
+ }
3797
+ function Bo(e) {
3798
+ me.set(e);
3799
+ }
3800
+ const Xt = {
3829
3801
  en: {
3830
3802
  loadingText: "Loading, please wait...",
3831
3803
  Monthly: "per month",
@@ -4278,16 +4250,85 @@ const Wt = {
4278
4250
  closeButton: "CLOSE"
4279
4251
  }
4280
4252
  };
4281
- function J(e) {
4253
+ /*! *****************************************************************************
4254
+ Copyright (c) Microsoft Corporation.
4255
+
4256
+ Permission to use, copy, modify, and/or distribute this software for any
4257
+ purpose with or without fee is hereby granted.
4258
+
4259
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
4260
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
4261
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
4262
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
4263
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
4264
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
4265
+ PERFORMANCE OF THIS SOFTWARE.
4266
+ ***************************************************************************** */
4267
+ var mt = function(e, t) {
4268
+ return mt = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(i, r) {
4269
+ i.__proto__ = r;
4270
+ } || function(i, r) {
4271
+ for (var n in r)
4272
+ Object.prototype.hasOwnProperty.call(r, n) && (i[n] = r[n]);
4273
+ }, mt(e, t);
4274
+ };
4275
+ function Te(e, t) {
4276
+ if (typeof t != "function" && t !== null)
4277
+ throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
4278
+ mt(e, t);
4279
+ function i() {
4280
+ this.constructor = e;
4281
+ }
4282
+ e.prototype = t === null ? Object.create(t) : (i.prototype = t.prototype, new i());
4283
+ }
4284
+ function pt(e) {
4285
+ var t = typeof Symbol == "function" && Symbol.iterator, i = t && e[t], r = 0;
4286
+ if (i)
4287
+ return i.call(e);
4288
+ if (e && typeof e.length == "number")
4289
+ return {
4290
+ next: function() {
4291
+ return e && r >= e.length && (e = void 0), { value: e && e[r++], done: !e };
4292
+ }
4293
+ };
4294
+ throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
4295
+ }
4296
+ function dt(e, t) {
4297
+ var i = typeof Symbol == "function" && e[Symbol.iterator];
4298
+ if (!i)
4299
+ return e;
4300
+ var r = i.call(e), n, o = [], s;
4301
+ try {
4302
+ for (; (t === void 0 || t-- > 0) && !(n = r.next()).done; )
4303
+ o.push(n.value);
4304
+ } catch (a) {
4305
+ s = { error: a };
4306
+ } finally {
4307
+ try {
4308
+ n && !n.done && (i = r.return) && i.call(r);
4309
+ } finally {
4310
+ if (s)
4311
+ throw s.error;
4312
+ }
4313
+ }
4314
+ return o;
4315
+ }
4316
+ function bt(e, t, i) {
4317
+ if (arguments.length === 2)
4318
+ for (var r = 0, n = t.length, o; r < n; r++)
4319
+ (o || !(r in t)) && (o || (o = Array.prototype.slice.call(t, 0, r)), o[r] = t[r]);
4320
+ return e.concat(o || t);
4321
+ }
4322
+ function Q(e) {
4282
4323
  return typeof e == "function";
4283
4324
  }
4284
- function ji(e) {
4325
+ function Fi(e) {
4285
4326
  var t = function(r) {
4286
4327
  Error.call(r), r.stack = new Error().stack;
4287
4328
  }, i = e(t);
4288
4329
  return i.prototype = Object.create(Error.prototype), i.prototype.constructor = i, i;
4289
4330
  }
4290
- var Ke = ji(function(e) {
4331
+ var it = Fi(function(e) {
4291
4332
  return function(i) {
4292
4333
  e(this), this.message = i ? i.length + ` errors occurred during unsubscription:
4293
4334
  ` + i.map(function(r, n) {
@@ -4296,13 +4337,13 @@ var Ke = ji(function(e) {
4296
4337
  `) : "", this.name = "UnsubscriptionError", this.errors = i;
4297
4338
  };
4298
4339
  });
4299
- function ft(e, t) {
4340
+ function gt(e, t) {
4300
4341
  if (e) {
4301
4342
  var i = e.indexOf(t);
4302
4343
  0 <= i && e.splice(i, 1);
4303
4344
  }
4304
4345
  }
4305
- var Fe = function() {
4346
+ var Ge = function() {
4306
4347
  function e(t) {
4307
4348
  this.initialTeardown = t, this.closed = !1, this._parentage = null, this._finalizers = null;
4308
4349
  }
@@ -4314,7 +4355,7 @@ var Fe = function() {
4314
4355
  if (s)
4315
4356
  if (this._parentage = null, Array.isArray(s))
4316
4357
  try {
4317
- for (var a = rt(s), c = a.next(); !c.done; c = a.next()) {
4358
+ for (var a = pt(s), c = a.next(); !c.done; c = a.next()) {
4318
4359
  var u = c.value;
4319
4360
  u.remove(this);
4320
4361
  }
@@ -4331,29 +4372,29 @@ var Fe = function() {
4331
4372
  else
4332
4373
  s.remove(this);
4333
4374
  var l = this.initialTeardown;
4334
- if (J(l))
4375
+ if (Q(l))
4335
4376
  try {
4336
4377
  l();
4337
4378
  } catch (_) {
4338
- o = _ instanceof Ke ? _.errors : [_];
4379
+ o = _ instanceof it ? _.errors : [_];
4339
4380
  }
4340
4381
  var h = this._finalizers;
4341
4382
  if (h) {
4342
4383
  this._finalizers = null;
4343
4384
  try {
4344
- for (var f = rt(h), m = f.next(); !m.done; m = f.next()) {
4345
- var p = m.value;
4385
+ for (var m = pt(h), f = m.next(); !f.done; f = m.next()) {
4386
+ var p = f.value;
4346
4387
  try {
4347
- Vt(p);
4388
+ Zt(p);
4348
4389
  } catch (_) {
4349
- o = o != null ? o : [], _ instanceof Ke ? o = ue(ue([], nt(o)), nt(_.errors)) : o.push(_);
4390
+ o = o != null ? o : [], _ instanceof it ? o = bt(bt([], dt(o)), dt(_.errors)) : o.push(_);
4350
4391
  }
4351
4392
  }
4352
4393
  } catch (_) {
4353
4394
  r = { error: _ };
4354
4395
  } finally {
4355
4396
  try {
4356
- m && !m.done && (n = f.return) && n.call(f);
4397
+ f && !f.done && (n = m.return) && n.call(m);
4357
4398
  } finally {
4358
4399
  if (r)
4359
4400
  throw r.error;
@@ -4361,13 +4402,13 @@ var Fe = function() {
4361
4402
  }
4362
4403
  }
4363
4404
  if (o)
4364
- throw new Ke(o);
4405
+ throw new it(o);
4365
4406
  }
4366
4407
  }, e.prototype.add = function(t) {
4367
4408
  var i;
4368
4409
  if (t && t !== this)
4369
4410
  if (this.closed)
4370
- Vt(t);
4411
+ Zt(t);
4371
4412
  else {
4372
4413
  if (t instanceof e) {
4373
4414
  if (t.closed || t._hasParent(this))
@@ -4384,56 +4425,52 @@ var Fe = function() {
4384
4425
  this._parentage = Array.isArray(i) ? (i.push(t), i) : i ? [i, t] : t;
4385
4426
  }, e.prototype._removeParent = function(t) {
4386
4427
  var i = this._parentage;
4387
- i === t ? this._parentage = null : Array.isArray(i) && ft(i, t);
4428
+ i === t ? this._parentage = null : Array.isArray(i) && gt(i, t);
4388
4429
  }, e.prototype.remove = function(t) {
4389
4430
  var i = this._finalizers;
4390
- i && ft(i, t), t instanceof e && t._removeParent(this);
4431
+ i && gt(i, t), t instanceof e && t._removeParent(this);
4391
4432
  }, e.EMPTY = function() {
4392
4433
  var t = new e();
4393
4434
  return t.closed = !0, t;
4394
4435
  }(), e;
4395
- }(), Fi = Fe.EMPTY;
4396
- function $i(e) {
4397
- return e instanceof Fe || e && "closed" in e && J(e.remove) && J(e.add) && J(e.unsubscribe);
4398
- }
4399
- function Vt(e) {
4400
- J(e) ? e() : e.unsubscribe();
4401
- }
4402
- var Gi = {
4403
- onUnhandledError: null,
4404
- onStoppedNotification: null,
4405
- Promise: void 0,
4406
- useDeprecatedSynchronousErrorHandling: !1,
4407
- useDeprecatedNextContext: !1
4408
- }, Ao = {
4436
+ }(), Gi = Ge.EMPTY;
4437
+ function zi(e) {
4438
+ return e instanceof Ge || e && "closed" in e && Q(e.remove) && Q(e.add) && Q(e.unsubscribe);
4439
+ }
4440
+ function Zt(e) {
4441
+ Q(e) ? e() : e.unsubscribe();
4442
+ }
4443
+ var No = {
4444
+ Promise: void 0
4445
+ }, Oo = {
4409
4446
  setTimeout: function(e, t) {
4410
4447
  for (var i = [], r = 2; r < arguments.length; r++)
4411
4448
  i[r - 2] = arguments[r];
4412
- return setTimeout.apply(void 0, ue([e, t], nt(i)));
4449
+ return setTimeout.apply(void 0, bt([e, t], dt(i)));
4413
4450
  },
4414
4451
  clearTimeout: function(e) {
4415
4452
  return clearTimeout(e);
4416
4453
  },
4417
4454
  delegate: void 0
4418
4455
  };
4419
- function Bo(e) {
4420
- Ao.setTimeout(function() {
4456
+ function Io(e) {
4457
+ Oo.setTimeout(function() {
4421
4458
  throw e;
4422
4459
  });
4423
4460
  }
4424
- function Xt() {
4461
+ function Yt() {
4425
4462
  }
4426
- function Ie(e) {
4463
+ function Oe(e) {
4427
4464
  e();
4428
4465
  }
4429
- var zi = function(e) {
4430
- Q(t, e);
4466
+ var Wi = function(e) {
4467
+ Te(t, e);
4431
4468
  function t(i) {
4432
4469
  var r = e.call(this) || this;
4433
- return r.isStopped = !1, i ? (r.destination = i, $i(i) && i.add(r)) : r.destination = Oo, r;
4470
+ return r.isStopped = !1, i ? (r.destination = i, zi(i) && i.add(r)) : r.destination = ko, r;
4434
4471
  }
4435
4472
  return t.create = function(i, r, n) {
4436
- return new pt(i, r, n);
4473
+ return new yt(i, r, n);
4437
4474
  }, t.prototype.next = function(i) {
4438
4475
  this.isStopped || this._next(i);
4439
4476
  }, t.prototype.error = function(i) {
@@ -4457,11 +4494,7 @@ var zi = function(e) {
4457
4494
  this.unsubscribe();
4458
4495
  }
4459
4496
  }, t;
4460
- }(Fe), No = Function.prototype.bind;
4461
- function et(e, t) {
4462
- return No.call(e, t);
4463
- }
4464
- var Io = function() {
4497
+ }(Ge), Ho = function() {
4465
4498
  function e(t) {
4466
4499
  this.partialObserver = t;
4467
4500
  }
@@ -4492,55 +4525,43 @@ var Io = function() {
4492
4525
  Pe(i);
4493
4526
  }
4494
4527
  }, e;
4495
- }(), pt = function(e) {
4496
- Q(t, e);
4528
+ }(), yt = function(e) {
4529
+ Te(t, e);
4497
4530
  function t(i, r, n) {
4498
4531
  var o = e.call(this) || this, s;
4499
- if (J(i) || !i)
4500
- s = {
4501
- next: i != null ? i : void 0,
4502
- error: r != null ? r : void 0,
4503
- complete: n != null ? n : void 0
4504
- };
4505
- else {
4506
- var a;
4507
- o && Gi.useDeprecatedNextContext ? (a = Object.create(i), a.unsubscribe = function() {
4508
- return o.unsubscribe();
4509
- }, s = {
4510
- next: i.next && et(i.next, a),
4511
- error: i.error && et(i.error, a),
4512
- complete: i.complete && et(i.complete, a)
4513
- }) : s = i;
4514
- }
4515
- return o.destination = new Io(s), o;
4532
+ return Q(i) || !i ? s = {
4533
+ next: i != null ? i : void 0,
4534
+ error: r != null ? r : void 0,
4535
+ complete: n != null ? n : void 0
4536
+ } : s = i, o.destination = new Ho(s), o;
4516
4537
  }
4517
4538
  return t;
4518
- }(zi);
4539
+ }(Wi);
4519
4540
  function Pe(e) {
4520
- Bo(e);
4541
+ Io(e);
4521
4542
  }
4522
- function Ho(e) {
4543
+ function Mo(e) {
4523
4544
  throw e;
4524
4545
  }
4525
- var Oo = {
4546
+ var ko = {
4526
4547
  closed: !0,
4527
- next: Xt,
4528
- error: Ho,
4529
- complete: Xt
4530
- }, Mo = function() {
4548
+ next: Yt,
4549
+ error: Mo,
4550
+ complete: Yt
4551
+ }, Co = function() {
4531
4552
  return typeof Symbol == "function" && Symbol.observable || "@@observable";
4532
4553
  }();
4533
- function ko(e) {
4554
+ function Do(e) {
4534
4555
  return e;
4535
4556
  }
4536
- function Co(e) {
4537
- return e.length === 0 ? ko : e.length === 1 ? e[0] : function(i) {
4557
+ function Ro(e) {
4558
+ return e.length === 0 ? Do : e.length === 1 ? e[0] : function(i) {
4538
4559
  return e.reduce(function(r, n) {
4539
4560
  return n(r);
4540
4561
  }, i);
4541
4562
  };
4542
4563
  }
4543
- var Zt = function() {
4564
+ var qt = function() {
4544
4565
  function e(t) {
4545
4566
  t && (this._subscribe = t);
4546
4567
  }
@@ -4548,8 +4569,8 @@ var Zt = function() {
4548
4569
  var i = new e();
4549
4570
  return i.source = this, i.operator = t, i;
4550
4571
  }, e.prototype.subscribe = function(t, i, r) {
4551
- var n = this, o = Ro(t) ? t : new pt(t, i, r);
4552
- return Ie(function() {
4572
+ var n = this, o = Uo(t) ? t : new yt(t, i, r);
4573
+ return Oe(function() {
4553
4574
  var s = n, a = s.operator, c = s.source;
4554
4575
  o.add(a ? a.call(o, c) : c ? n._subscribe(o) : n._trySubscribe(o));
4555
4576
  }), o;
@@ -4561,8 +4582,8 @@ var Zt = function() {
4561
4582
  }
4562
4583
  }, e.prototype.forEach = function(t, i) {
4563
4584
  var r = this;
4564
- return i = Yt(i), new i(function(n, o) {
4565
- var s = new pt({
4585
+ return i = Jt(i), new i(function(n, o) {
4586
+ var s = new yt({
4566
4587
  next: function(a) {
4567
4588
  try {
4568
4589
  t(a);
@@ -4578,15 +4599,15 @@ var Zt = function() {
4578
4599
  }, e.prototype._subscribe = function(t) {
4579
4600
  var i;
4580
4601
  return (i = this.source) === null || i === void 0 ? void 0 : i.subscribe(t);
4581
- }, e.prototype[Mo] = function() {
4602
+ }, e.prototype[Co] = function() {
4582
4603
  return this;
4583
4604
  }, e.prototype.pipe = function() {
4584
4605
  for (var t = [], i = 0; i < arguments.length; i++)
4585
4606
  t[i] = arguments[i];
4586
- return Co(t)(this);
4607
+ return Ro(t)(this);
4587
4608
  }, e.prototype.toPromise = function(t) {
4588
4609
  var i = this;
4589
- return t = Yt(t), new t(function(r, n) {
4610
+ return t = Jt(t), new t(function(r, n) {
4590
4611
  var o;
4591
4612
  i.subscribe(function(s) {
4592
4613
  return o = s;
@@ -4600,40 +4621,40 @@ var Zt = function() {
4600
4621
  return new e(t);
4601
4622
  }, e;
4602
4623
  }();
4603
- function Yt(e) {
4624
+ function Jt(e) {
4604
4625
  var t;
4605
- return (t = e != null ? e : Gi.Promise) !== null && t !== void 0 ? t : Promise;
4626
+ return (t = e != null ? e : No.Promise) !== null && t !== void 0 ? t : Promise;
4606
4627
  }
4607
- function Do(e) {
4608
- return e && J(e.next) && J(e.error) && J(e.complete);
4628
+ function jo(e) {
4629
+ return e && Q(e.next) && Q(e.error) && Q(e.complete);
4609
4630
  }
4610
- function Ro(e) {
4611
- return e && e instanceof zi || Do(e) && $i(e);
4631
+ function Uo(e) {
4632
+ return e && e instanceof Wi || jo(e) && zi(e);
4612
4633
  }
4613
- var Uo = ji(function(e) {
4634
+ var $o = Fi(function(e) {
4614
4635
  return function() {
4615
4636
  e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
4616
4637
  };
4617
- }), Wi = function(e) {
4618
- Q(t, e);
4638
+ }), Vi = function(e) {
4639
+ Te(t, e);
4619
4640
  function t() {
4620
4641
  var i = e.call(this) || this;
4621
4642
  return i.closed = !1, i.currentObservers = null, i.observers = [], i.isStopped = !1, i.hasError = !1, i.thrownError = null, i;
4622
4643
  }
4623
4644
  return t.prototype.lift = function(i) {
4624
- var r = new qt(this, this);
4645
+ var r = new Qt(this, this);
4625
4646
  return r.operator = i, r;
4626
4647
  }, t.prototype._throwIfClosed = function() {
4627
4648
  if (this.closed)
4628
- throw new Uo();
4649
+ throw new $o();
4629
4650
  }, t.prototype.next = function(i) {
4630
4651
  var r = this;
4631
- Ie(function() {
4652
+ Oe(function() {
4632
4653
  var n, o;
4633
4654
  if (r._throwIfClosed(), !r.isStopped) {
4634
4655
  r.currentObservers || (r.currentObservers = Array.from(r.observers));
4635
4656
  try {
4636
- for (var s = rt(r.currentObservers), a = s.next(); !a.done; a = s.next()) {
4657
+ for (var s = pt(r.currentObservers), a = s.next(); !a.done; a = s.next()) {
4637
4658
  var c = a.value;
4638
4659
  c.next(i);
4639
4660
  }
@@ -4651,7 +4672,7 @@ var Uo = ji(function(e) {
4651
4672
  });
4652
4673
  }, t.prototype.error = function(i) {
4653
4674
  var r = this;
4654
- Ie(function() {
4675
+ Oe(function() {
4655
4676
  if (r._throwIfClosed(), !r.isStopped) {
4656
4677
  r.hasError = r.isStopped = !0, r.thrownError = i;
4657
4678
  for (var n = r.observers; n.length; )
@@ -4660,7 +4681,7 @@ var Uo = ji(function(e) {
4660
4681
  });
4661
4682
  }, t.prototype.complete = function() {
4662
4683
  var i = this;
4663
- Ie(function() {
4684
+ Oe(function() {
4664
4685
  if (i._throwIfClosed(), !i.isStopped) {
4665
4686
  i.isStopped = !0;
4666
4687
  for (var r = i.observers; r.length; )
@@ -4682,20 +4703,20 @@ var Uo = ji(function(e) {
4682
4703
  return this._throwIfClosed(), this._checkFinalizedStatuses(i), this._innerSubscribe(i);
4683
4704
  }, t.prototype._innerSubscribe = function(i) {
4684
4705
  var r = this, n = this, o = n.hasError, s = n.isStopped, a = n.observers;
4685
- return o || s ? Fi : (this.currentObservers = null, a.push(i), new Fe(function() {
4686
- r.currentObservers = null, ft(a, i);
4706
+ return o || s ? Gi : (this.currentObservers = null, a.push(i), new Ge(function() {
4707
+ r.currentObservers = null, gt(a, i);
4687
4708
  }));
4688
4709
  }, t.prototype._checkFinalizedStatuses = function(i) {
4689
4710
  var r = this, n = r.hasError, o = r.thrownError, s = r.isStopped;
4690
4711
  n ? i.error(o) : s && i.complete();
4691
4712
  }, t.prototype.asObservable = function() {
4692
- var i = new Zt();
4713
+ var i = new qt();
4693
4714
  return i.source = this, i;
4694
4715
  }, t.create = function(i, r) {
4695
- return new qt(i, r);
4716
+ return new Qt(i, r);
4696
4717
  }, t;
4697
- }(Zt), qt = function(e) {
4698
- Q(t, e);
4718
+ }(qt), Qt = function(e) {
4719
+ Te(t, e);
4699
4720
  function t(i, r) {
4700
4721
  var n = e.call(this) || this;
4701
4722
  return n.destination = i, n.source = r, n;
@@ -4711,17 +4732,17 @@ var Uo = ji(function(e) {
4711
4732
  (r = (i = this.destination) === null || i === void 0 ? void 0 : i.complete) === null || r === void 0 || r.call(i);
4712
4733
  }, t.prototype._subscribe = function(i) {
4713
4734
  var r, n;
4714
- return (n = (r = this.source) === null || r === void 0 ? void 0 : r.subscribe(i)) !== null && n !== void 0 ? n : Fi;
4735
+ return (n = (r = this.source) === null || r === void 0 ? void 0 : r.subscribe(i)) !== null && n !== void 0 ? n : Gi;
4715
4736
  }, t;
4716
- }(Wi), Vi = {
4737
+ }(Vi), Xi = {
4717
4738
  now: function() {
4718
- return (Vi.delegate || Date).now();
4739
+ return (Xi.delegate || Date).now();
4719
4740
  },
4720
4741
  delegate: void 0
4721
- }, jo = function(e) {
4722
- Q(t, e);
4742
+ }, Fo = function(e) {
4743
+ Te(t, e);
4723
4744
  function t(i, r, n) {
4724
- i === void 0 && (i = 1 / 0), r === void 0 && (r = 1 / 0), n === void 0 && (n = Vi);
4745
+ i === void 0 && (i = 1 / 0), r === void 0 && (r = 1 / 0), n === void 0 && (n = Xi);
4725
4746
  var o = e.call(this) || this;
4726
4747
  return o._bufferSize = i, o._windowTime = r, o._timestampProvider = n, o._buffer = [], o._infiniteTimeWindow = !0, o._infiniteTimeWindow = r === 1 / 0, o._bufferSize = Math.max(1, i), o._windowTime = Math.max(1, r), o;
4727
4748
  }
@@ -4741,24 +4762,24 @@ var Uo = ji(function(e) {
4741
4762
  u && o.splice(0, u + 1);
4742
4763
  }
4743
4764
  }, t;
4744
- }(Wi);
4745
- const Jt = [], Qt = {}, Fo = (e, t = 0) => {
4746
- if (Jt.indexOf(e) == -1) {
4747
- const i = new jo(t);
4748
- Qt[e] = i, Jt.push(e);
4765
+ }(Vi);
4766
+ const Kt = [], ei = {}, Go = (e, t = 0) => {
4767
+ if (Kt.indexOf(e) == -1) {
4768
+ const i = new Fo(t);
4769
+ ei[e] = i, Kt.push(e);
4749
4770
  }
4750
- return Qt[e];
4771
+ return ei[e];
4751
4772
  };
4752
- window.emWidgets = { topic: Fo };
4753
- const $o = (e) => !!(e.toLowerCase().match(/android/i) || e.toLowerCase().match(/blackberry|bb/i) || e.toLowerCase().match(/iphone|ipad|ipod/i) || e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i));
4773
+ window.emWidgets = { topic: Go };
4774
+ const zo = (e) => !!(e.toLowerCase().match(/android/i) || e.toLowerCase().match(/blackberry|bb/i) || e.toLowerCase().match(/iphone|ipad|ipod/i) || e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i));
4754
4775
  String(Number.MAX_SAFE_INTEGER).length;
4755
- function Go(e, t) {
4776
+ function Wo(e, t) {
4756
4777
  if (e) {
4757
4778
  const i = document.createElement("style");
4758
4779
  i.innerHTML = t, e.appendChild(i);
4759
4780
  }
4760
4781
  }
4761
- function zo(e, t) {
4782
+ function Vo(e, t) {
4762
4783
  if (!e || !t)
4763
4784
  return;
4764
4785
  const i = new URL(t);
@@ -4769,7 +4790,7 @@ function zo(e, t) {
4769
4790
  console.error("There was an error while trying to load client styling from URL", r);
4770
4791
  });
4771
4792
  }
4772
- function Wo(e, t, i) {
4793
+ function Xo(e, t, i) {
4773
4794
  if (window.emMessageBus) {
4774
4795
  const r = document.createElement("style");
4775
4796
  window.emMessageBus.subscribe(t, (n) => {
@@ -4777,31 +4798,31 @@ function Wo(e, t, i) {
4777
4798
  });
4778
4799
  }
4779
4800
  }
4780
- function Vo(e) {
4781
- gr(e, "svelte-1uoztsw", ':host{font-family:system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";font-size:1.3rem}*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}input{width:100%;height:38px;padding:8px 4px;padding-right:8px;margin:12px 0;border-radius:4px;box-shadow:none;font-size:1.4rem;min-height:3.5rem;border:1px solid var(--emw--color-gray-100, #E6E6E6);background:var(--emw--color-white, #FFFFFF);color:var(--emw--pam-contrast, var(--emw--color-contrast, #07072A))}input:focus,input :focus-within,input :focus-visible,input :visited{border:1px solid var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));box-shadow:0 0 0 1pt var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}select{width:100%;height:38px;padding:8px 4px;padding-right:8px;margin:12px 0;border-radius:4px;box-shadow:none;font-size:1.4rem;min-height:3.5rem;cursor:pointer;color:var(--emw--pam-contrast, var(--emw--color-contrast, #07072A));border:1px solid var(--emw--color-gray-100, #E6E6E6);background:var(--emw--color-white, #FFFFFF)}select:focus,select :focus-within,select :focus-visible,select :visited{border:1px solid var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));box-shadow:0 0 0 1pt var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}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-page-2-gmcore{color:var(--emw--pam-contrast, var(--emw--color-contrast, #07072A))}.LimitsInteractionArea{display:flex;flex-direction:column;margin-top:12px}.LimitsInteractionArea.Desktop{width:320px;padding:0 12px}.LimitsList.Desktop{display:flex;justify-content:space-between;margin:0 auto}.LimitWrapper{background:var(--emw--color-white, #fff);font-size:1.3rem;border:1px solid var(--emw--color-gray-300, #58586B);padding:8px 12px;border-radius:4px}.LimitWrapper:not(:first-child){margin-top:12px}.LimitWrapper.Desktop{width:45%;margin:12px}.LimitSubmitButton,.ConfirmButton{background:var(--emw--color-valid, var(--emw--color-green, #48952a));color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));border:0;border-radius:2px;padding:12px;cursor:pointer}.LimitSubmitButton:disabled,.ConfirmButton:disabled{background:rgba(116, 180, 27, 0.322);cursor:not-allowed}.LimitDetails{padding:12px 0 12px 4px}.LimitDetails:not(:last-child){border-bottom:1px solid var(--emw--color-gray-50, #F9F8F8)}.LimitDetailsTextWrapper{font-size:1.3rem;color:var(--emw--pam-typography, var(--emw--color-contrast, #07072A))}.PendingLimit{color:var(--emw--pam-typography, var(--emw--color-contrast, #07072A))}.LimitTitle{font-size:1.5rem}.PopupOverlay{position:absolute;top:0;left:0;background-color:rgba(0, 0, 0, 0.5);height:100vh;width:100vw;display:flex;justify-content:center;align-items:center}.PopupContainer{background:var(--emw--color-white, #FFFFFF);font-size:1rem;color:var(--emw--color-black, #000000);width:80vw;height:350px;padding:12px;border-radius:4px;display:flex;flex-direction:column;justify-content:space-between}.PopupContainer.Desktop{width:30vw}.PopupTitleWrapper{display:flex;justify-content:space-between;font-size:1.3rem}.PopupTitleWrapper button{background:var(--emw--color-white, #FFFFFF);font-size:1rem;border:0;cursor:pointer}.DescriptionParagraph{text-align:center;font-size:1.3rem;padding:12px}.ResultIconWrapper{display:flex;flex-direction:column;align-items:center}.ResultIconWrapper svg{height:auto;width:60px;margin:12px}.ResultIconWrapper p{color:#666}.LimitDetails{display:flex;justify-content:space-between;align-items:center}.RemoveLimitButton{height:28px;font-size:0.7rem;background:var(--emw--color-white, #FFFFFF);color:var(--emw--color-gray-300, #58586B);border:1px solid var(--emw--color-gray-300, #58586B);border-radius:4px;padding:0 4px;cursor:pointer}.RemoveLimitButton:hover{background:var(--emw--color-gray-300, #58586B)}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}.LoadingIndicator{width:100px;height:100px;margin:110px auto 0;border:solid 10px rgb(122, 195, 23);border-radius:50%;border-right-color:transparent;border-bottom-color:transparent;-webkit-transition:all 0.5s ease-in;-webkit-animation-name:rotate;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;transition:all 0.5s ease-in;animation-name:rotate;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear}');
4801
+ function Zo(e) {
4802
+ yr(e, "svelte-1uoztsw", ':host{font-family:system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";font-size:1.3rem}*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}input{width:100%;height:38px;padding:8px 4px;padding-right:8px;margin:12px 0;border-radius:4px;box-shadow:none;font-size:1.4rem;min-height:3.5rem;border:1px solid var(--emw--color-gray-100, #E6E6E6);background:var(--emw--color-white, #FFFFFF);color:var(--emw--pam-contrast, var(--emw--color-contrast, #07072A))}input:focus,input :focus-within,input :focus-visible,input :visited{border:1px solid var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));box-shadow:0 0 0 1pt var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}select{width:100%;height:38px;padding:8px 4px;padding-right:8px;margin:12px 0;border-radius:4px;box-shadow:none;font-size:1.4rem;min-height:3.5rem;cursor:pointer;color:var(--emw--pam-contrast, var(--emw--color-contrast, #07072A));border:1px solid var(--emw--color-gray-100, #E6E6E6);background:var(--emw--color-white, #FFFFFF)}select:focus,select :focus-within,select :focus-visible,select :visited{border:1px solid var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));box-shadow:0 0 0 1pt var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}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-page-2-gmcore{color:var(--emw--pam-contrast, var(--emw--color-contrast, #07072A))}.LimitsInteractionArea{display:flex;flex-direction:column;margin-top:12px}.LimitsInteractionArea.Desktop{width:320px;padding:0 12px}.LimitsList.Desktop{display:flex;justify-content:space-between;margin:0 auto}.LimitWrapper{background:var(--emw--color-white, #fff);font-size:1.3rem;border:1px solid var(--emw--color-gray-300, #58586B);padding:8px 12px;border-radius:4px}.LimitWrapper:not(:first-child){margin-top:12px}.LimitWrapper.Desktop{width:45%;margin:12px}.LimitSubmitButton,.ConfirmButton{background:var(--emw--color-valid, var(--emw--color-green, #48952a));color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));border:0;border-radius:2px;padding:12px;cursor:pointer}.LimitSubmitButton:disabled,.ConfirmButton:disabled{background:rgba(116, 180, 27, 0.322);cursor:not-allowed}.LimitDetails{padding:12px 0 12px 4px}.LimitDetails:not(:last-child){border-bottom:1px solid var(--emw--color-gray-50, #F9F8F8)}.LimitDetailsTextWrapper{font-size:1.3rem;color:var(--emw--pam-typography, var(--emw--color-contrast, #07072A))}.PendingLimit{color:var(--emw--pam-typography, var(--emw--color-contrast, #07072A))}.LimitTitle{font-size:1.5rem}.PopupOverlay{position:absolute;top:0;left:0;background-color:rgba(0, 0, 0, 0.5);height:100vh;width:100vw;display:flex;justify-content:center;align-items:center}.PopupContainer{background:var(--emw--color-white, #FFFFFF);font-size:1rem;color:var(--emw--color-black, #000000);width:80vw;height:350px;padding:12px;border-radius:4px;display:flex;flex-direction:column;justify-content:space-between}.PopupContainer.Desktop{width:30vw}.PopupTitleWrapper{display:flex;justify-content:space-between;font-size:1.3rem}.PopupTitleWrapper button{background:var(--emw--color-white, #FFFFFF);font-size:1rem;border:0;cursor:pointer}.DescriptionParagraph{text-align:center;font-size:1.3rem;padding:12px}.ResultIconWrapper{display:flex;flex-direction:column;align-items:center}.ResultIconWrapper svg{height:auto;width:60px;margin:12px}.ResultIconWrapper p{color:#666}.LimitDetails{display:flex;justify-content:space-between;align-items:center}.RemoveLimitButton{height:28px;font-size:0.7rem;background:var(--emw--color-white, #FFFFFF);color:var(--emw--color-gray-300, #58586B);border:1px solid var(--emw--color-gray-300, #58586B);border-radius:4px;padding:0 4px;cursor:pointer}.RemoveLimitButton:hover{background:var(--emw--color-gray-300, #58586B)}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}.LoadingIndicator{width:100px;height:100px;margin:110px auto 0;border:solid 10px rgb(122, 195, 23);border-radius:50%;border-right-color:transparent;border-bottom-color:transparent;-webkit-transition:all 0.5s ease-in;-webkit-animation-name:rotate;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;transition:all 0.5s ease-in;animation-name:rotate;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear}');
4782
4803
  }
4783
- function Kt(e, t, i) {
4804
+ function ti(e, t, i) {
4784
4805
  const r = e.slice();
4785
4806
  return r[50] = t[i], r;
4786
4807
  }
4787
- function ei(e, t, i) {
4808
+ function ii(e, t, i) {
4788
4809
  const r = e.slice();
4789
4810
  return r[53] = t[i], r;
4790
4811
  }
4791
- function ti(e, t, i) {
4812
+ function ri(e, t, i) {
4792
4813
  const r = e.slice();
4793
4814
  return r[53] = t[i], r;
4794
4815
  }
4795
- function ii(e, t, i) {
4816
+ function ni(e, t, i) {
4796
4817
  const r = e.slice();
4797
4818
  return r[58] = t[i], r;
4798
4819
  }
4799
- function ri(e) {
4820
+ function oi(e) {
4800
4821
  let t, i;
4801
4822
  function r(s, a) {
4802
4823
  return (
4803
4824
  /*popupReady*/
4804
- s[11] ? Xo : Zo
4825
+ s[11] ? Yo : qo
4805
4826
  );
4806
4827
  }
4807
4828
  let n = r(e), o = n(e);
@@ -4811,38 +4832,38 @@ function ri(e) {
4811
4832
  (e[14] ? "Desktop" : "")), g(t, "class", "PopupOverlay");
4812
4833
  },
4813
4834
  m(s, a) {
4814
- N(s, t, a), d(t, i), o.m(i, null);
4835
+ B(s, t, a), d(t, i), o.m(i, null);
4815
4836
  },
4816
4837
  p(s, a) {
4817
4838
  n === (n = r(s)) && o ? o.p(s, a) : (o.d(1), o = n(s), o && (o.c(), o.m(i, null)));
4818
4839
  },
4819
4840
  d(s) {
4820
- s && B(t), o.d();
4841
+ s && A(t), o.d();
4821
4842
  }
4822
4843
  };
4823
4844
  }
4824
- function Xo(e) {
4845
+ function Yo(e) {
4825
4846
  let t, i, r = (
4826
4847
  /*$_*/
4827
4848
  e[13]("popupTitle") + ""
4828
- ), n, o, s, a, c, u, l, h, f, m, p, _, R, P = !/*limitError*/
4829
- e[9] && ni(e);
4849
+ ), n, o, s, a, c, u, l, h, m, f, p, _, R, S = !/*limitError*/
4850
+ e[9] && si(e);
4830
4851
  return {
4831
4852
  c() {
4832
- t = v("div"), i = v("span"), n = F(r), o = j(), s = v("button"), s.textContent = "X", a = j(), c = v("div"), u = v("div"), P && P.c(), l = j(), h = v("p"), f = F(
4853
+ t = v("div"), i = v("span"), n = $(r), o = U(), s = v("button"), s.textContent = "X", a = U(), c = v("div"), u = v("div"), S && S.c(), l = U(), h = v("p"), m = $(
4833
4854
  /*popupContent*/
4834
4855
  e[12]
4835
- ), m = j(), p = v("button"), p.textContent = "OK", g(i, "class", "PopupTitle"), g(s, "class", "ClosePopup"), g(t, "class", "PopupTitleWrapper"), g(u, "class", "ResultIconWrapper"), g(h, "class", "DescriptionParagraph"), g(c, "class", "DescriptionWrapper"), g(p, "class", "ConfirmButton");
4856
+ ), f = U(), p = v("button"), p.textContent = "OK", g(i, "class", "PopupTitle"), g(s, "class", "ClosePopup"), g(t, "class", "PopupTitleWrapper"), g(u, "class", "ResultIconWrapper"), g(h, "class", "DescriptionParagraph"), g(c, "class", "DescriptionWrapper"), g(p, "class", "ConfirmButton");
4836
4857
  },
4837
4858
  m(L, w) {
4838
- N(L, t, w), d(t, i), d(i, n), d(t, o), d(t, s), N(L, a, w), N(L, c, w), d(c, u), P && P.m(u, null), d(c, l), d(c, h), d(h, f), N(L, m, w), N(L, p, w), _ || (R = [
4839
- Y(
4859
+ B(L, t, w), d(t, i), d(i, n), d(t, o), d(t, s), B(L, a, w), B(L, c, w), d(c, u), S && S.m(u, null), d(c, l), d(c, h), d(h, m), B(L, f, w), B(L, p, w), _ || (R = [
4860
+ q(
4840
4861
  s,
4841
4862
  "click",
4842
4863
  /*closePopup*/
4843
4864
  e[20]
4844
4865
  ),
4845
- Y(
4866
+ q(
4846
4867
  p,
4847
4868
  "click",
4848
4869
  /*closePopup*/
@@ -4854,57 +4875,57 @@ function Xo(e) {
4854
4875
  w[0] & /*$_*/
4855
4876
  8192 && r !== (r = /*$_*/
4856
4877
  L[13]("popupTitle") + "") && W(n, r), /*limitError*/
4857
- L[9] ? P && (P.d(1), P = null) : P ? P.p(L, w) : (P = ni(L), P.c(), P.m(u, null)), w[0] & /*popupContent*/
4878
+ L[9] ? S && (S.d(1), S = null) : S ? S.p(L, w) : (S = si(L), S.c(), S.m(u, null)), w[0] & /*popupContent*/
4858
4879
  4096 && W(
4859
- f,
4880
+ m,
4860
4881
  /*popupContent*/
4861
4882
  L[12]
4862
4883
  );
4863
4884
  },
4864
4885
  d(L) {
4865
- L && (B(t), B(a), B(c), B(m), B(p)), P && P.d(), _ = !1, ie(R);
4886
+ L && (A(t), A(a), A(c), A(f), A(p)), S && S.d(), _ = !1, ie(R);
4866
4887
  }
4867
4888
  };
4868
4889
  }
4869
- function Zo(e) {
4890
+ function qo(e) {
4870
4891
  let t;
4871
4892
  return {
4872
4893
  c() {
4873
4894
  t = v("div"), g(t, "class", "LoadingIndicator");
4874
4895
  },
4875
4896
  m(i, r) {
4876
- N(i, t, r);
4897
+ B(i, t, r);
4877
4898
  },
4878
- p: U,
4899
+ p: j,
4879
4900
  d(i) {
4880
- i && B(t);
4901
+ i && A(t);
4881
4902
  }
4882
4903
  };
4883
4904
  }
4884
- function ni(e) {
4905
+ function si(e) {
4885
4906
  let t, i, r, n, o, s, a, c, u = (
4886
4907
  /*$_*/
4887
4908
  e[13]("popupSuccess") + ""
4888
4909
  ), l;
4889
4910
  return {
4890
4911
  c() {
4891
- t = be("svg"), i = be("defs"), r = be("style"), n = F(`.fil0 {fill:black;fill-rule:nonzero}
4892
- `), o = be("g"), s = be("polygon"), a = j(), c = v("p"), l = F(u), g(r, "type", "text/css"), g(s, "class", "fil0"), g(s, "points", "0,38 10,25 36,47 78,0 90,11 37,69 "), g(t, "xmlns", "http://www.w3.org/2000/svg"), g(t, "xmlns:xlink", "http://www.w3.org/1999/xlink"), g(t, "xml:space", "preserve"), g(t, "version", "1.1"), Ve(t, "shape-rendering", "geometricPrecision"), Ve(t, "text-rendering", "geometricPrecision"), Ve(t, "image-rendering", "optimizeQuality"), g(t, "viewBox", "0 0 90 69"), g(t, "x", "0px"), g(t, "y", "0px"), g(t, "fill-rule", "evenodd"), g(t, "clip-rule", "evenodd");
4912
+ t = de("svg"), i = de("defs"), r = de("style"), n = $(`.fil0 {fill:black;fill-rule:nonzero}
4913
+ `), o = de("g"), s = de("polygon"), a = U(), c = v("p"), l = $(u), g(r, "type", "text/css"), g(s, "class", "fil0"), g(s, "points", "0,38 10,25 36,47 78,0 90,11 37,69 "), g(t, "xmlns", "http://www.w3.org/2000/svg"), g(t, "xmlns:xlink", "http://www.w3.org/1999/xlink"), g(t, "xml:space", "preserve"), g(t, "version", "1.1"), Ze(t, "shape-rendering", "geometricPrecision"), Ze(t, "text-rendering", "geometricPrecision"), Ze(t, "image-rendering", "optimizeQuality"), g(t, "viewBox", "0 0 90 69"), g(t, "x", "0px"), g(t, "y", "0px"), g(t, "fill-rule", "evenodd"), g(t, "clip-rule", "evenodd");
4893
4914
  },
4894
- m(h, f) {
4895
- N(h, t, f), d(t, i), d(i, r), d(r, n), d(t, o), d(o, s), N(h, a, f), N(h, c, f), d(c, l);
4915
+ m(h, m) {
4916
+ B(h, t, m), d(t, i), d(i, r), d(r, n), d(t, o), d(o, s), B(h, a, m), B(h, c, m), d(c, l);
4896
4917
  },
4897
- p(h, f) {
4898
- f[0] & /*$_*/
4918
+ p(h, m) {
4919
+ m[0] & /*$_*/
4899
4920
  8192 && u !== (u = /*$_*/
4900
4921
  h[13]("popupSuccess") + "") && W(l, u);
4901
4922
  },
4902
4923
  d(h) {
4903
- h && (B(t), B(a), B(c));
4924
+ h && (A(t), A(a), A(c));
4904
4925
  }
4905
4926
  };
4906
4927
  }
4907
- function Yo(e) {
4928
+ function Jo(e) {
4908
4929
  let t, i, r, n, o, s, a, c, u, l = (
4909
4930
  /*multiplePeriods*/
4910
4931
  e[6] ? `${/*$_*/
@@ -4913,59 +4934,59 @@ function Yo(e) {
4913
4934
  e[13](`gamingLimits.${/*selectedPeriod*/
4914
4935
  e[2]}`)} ${/*$_*/
4915
4936
  e[13]("limit")}`
4916
- ), h, f, m, p, _, R = (
4937
+ ), h, m, f, p, _, R = (
4917
4938
  /*$_*/
4918
4939
  e[13]("setLimit") + ""
4919
- ), P, L, w, H = te(
4940
+ ), S, L, w, O = te(
4920
4941
  /*availableLimits*/
4921
4942
  e[15]
4922
- ), A = [];
4923
- for (let E = 0; E < H.length; E += 1)
4924
- A[E] = si(ti(e, H, E));
4925
- let M = (
4943
+ ), P = [];
4944
+ for (let E = 0; E < O.length; E += 1)
4945
+ P[E] = ui(ri(e, O, E));
4946
+ let H = (
4926
4947
  /*multipleLimits*/
4927
- e[5] && ai(e)
4948
+ e[5] && li(e)
4928
4949
  ), D = (
4929
4950
  /*multiplePeriods*/
4930
- e[6] && li(e)
4951
+ e[6] && hi(e)
4931
4952
  );
4932
4953
  return {
4933
4954
  c() {
4934
4955
  t = v("div"), i = v("div"), r = v("div");
4935
- for (let E = 0; E < A.length; E += 1)
4936
- A[E].c();
4937
- n = j(), o = v("form"), M && M.c(), s = j(), D && D.c(), a = j(), c = v("label"), u = v("span"), h = F(l), f = j(), m = v("input"), p = j(), _ = v("button"), P = F(R), g(r, "class", "LimitsList " + /*isDesktop*/
4938
- (e[14] ? "Desktop" : "")), g(u, "class", "LimitInputText"), g(c, "class", "LimitAmountInputWrapper"), g(m, "type", "number"), g(m, "pattern", "[0-9]*"), g(_, "class", "LimitSubmitButton"), g(_, "type", "button"), _.disabled = !0, g(o, "class", "LimitsInteractionArea " + /*isDesktop*/
4956
+ for (let E = 0; E < P.length; E += 1)
4957
+ P[E].c();
4958
+ n = U(), o = v("form"), H && H.c(), s = U(), D && D.c(), a = U(), c = v("label"), u = v("span"), h = $(l), m = U(), f = v("input"), p = U(), _ = v("button"), S = $(R), g(r, "class", "LimitsList " + /*isDesktop*/
4959
+ (e[14] ? "Desktop" : "")), g(u, "class", "LimitInputText"), g(c, "class", "LimitAmountInputWrapper"), g(f, "type", "number"), g(f, "pattern", "[0-9]*"), g(_, "class", "LimitSubmitButton"), g(_, "type", "button"), _.disabled = !0, g(o, "class", "LimitsInteractionArea " + /*isDesktop*/
4939
4960
  (e[14] ? "Desktop" : "")), g(i, "class", "LimitsPageContainer"), g(t, "class", "player-account-gaming-limits-page-2-gmcore");
4940
4961
  },
4941
4962
  m(E, G) {
4942
- N(E, t, G), d(t, i), d(i, r);
4943
- for (let k = 0; k < A.length; k += 1)
4944
- A[k] && A[k].m(r, null);
4945
- d(i, n), d(i, o), M && M.m(o, null), d(o, s), D && D.m(o, null), d(o, a), d(o, c), d(c, u), d(u, h), d(o, f), d(o, m), ve(
4946
- m,
4963
+ B(E, t, G), d(t, i), d(i, r);
4964
+ for (let M = 0; M < P.length; M += 1)
4965
+ P[M] && P[M].m(r, null);
4966
+ d(i, n), d(i, o), H && H.m(o, null), d(o, s), D && D.m(o, null), d(o, a), d(o, c), d(c, u), d(u, h), d(o, m), d(o, f), ye(
4967
+ f,
4947
4968
  /*inputAmount*/
4948
4969
  e[3]
4949
- ), d(o, p), d(o, _), d(_, P), e[35](_), L || (w = [
4950
- Y(
4951
- m,
4970
+ ), d(o, p), d(o, _), d(_, S), e[35](_), L || (w = [
4971
+ q(
4972
+ f,
4952
4973
  "input",
4953
4974
  /*input_input_handler*/
4954
4975
  e[34]
4955
4976
  ),
4956
- Y(
4957
- m,
4977
+ q(
4978
+ f,
4958
4979
  "keyup",
4959
4980
  /*updateInputValue*/
4960
4981
  e[18]
4961
4982
  ),
4962
- Y(
4983
+ q(
4963
4984
  _,
4964
4985
  "click",
4965
4986
  /*updateLimits*/
4966
4987
  e[17]
4967
4988
  ),
4968
- Y(
4989
+ q(
4969
4990
  o,
4970
4991
  "submit",
4971
4992
  /*updateLimits*/
@@ -4976,22 +4997,22 @@ function Yo(e) {
4976
4997
  p(E, G) {
4977
4998
  if (G[0] & /*isDesktop, availableLimits, removeLimit, $_*/
4978
4999
  581632) {
4979
- H = te(
5000
+ O = te(
4980
5001
  /*availableLimits*/
4981
5002
  E[15]
4982
5003
  );
4983
- let k;
4984
- for (k = 0; k < H.length; k += 1) {
4985
- const K = ti(E, H, k);
4986
- A[k] ? A[k].p(K, G) : (A[k] = si(K), A[k].c(), A[k].m(r, null));
5004
+ let M;
5005
+ for (M = 0; M < O.length; M += 1) {
5006
+ const K = ri(E, O, M);
5007
+ P[M] ? P[M].p(K, G) : (P[M] = ui(K), P[M].c(), P[M].m(r, null));
4987
5008
  }
4988
- for (; k < A.length; k += 1)
4989
- A[k].d(1);
4990
- A.length = H.length;
5009
+ for (; M < P.length; M += 1)
5010
+ P[M].d(1);
5011
+ P.length = O.length;
4991
5012
  }
4992
5013
  /*multipleLimits*/
4993
- E[5] ? M ? M.p(E, G) : (M = ai(E), M.c(), M.m(o, s)) : M && (M.d(1), M = null), /*multiplePeriods*/
4994
- E[6] ? D ? D.p(E, G) : (D = li(E), D.c(), D.m(o, a)) : D && (D.d(1), D = null), G[0] & /*multiplePeriods, $_, selectedPeriod*/
5014
+ E[5] ? H ? H.p(E, G) : (H = li(E), H.c(), H.m(o, s)) : H && (H.d(1), H = null), /*multiplePeriods*/
5015
+ E[6] ? D ? D.p(E, G) : (D = hi(E), D.c(), D.m(o, a)) : D && (D.d(1), D = null), G[0] & /*multiplePeriods, $_, selectedPeriod*/
4995
5016
  8260 && l !== (l = /*multiplePeriods*/
4996
5017
  E[6] ? `${/*$_*/
4997
5018
  E[13]("amount")}` : `${/*$_*/
@@ -4999,64 +5020,64 @@ function Yo(e) {
4999
5020
  E[13](`gamingLimits.${/*selectedPeriod*/
5000
5021
  E[2]}`)} ${/*$_*/
5001
5022
  E[13]("limit")}`) && W(h, l), G[0] & /*inputAmount*/
5002
- 8 && pi(m.value) !== /*inputAmount*/
5003
- E[3] && ve(
5004
- m,
5023
+ 8 && bi(f.value) !== /*inputAmount*/
5024
+ E[3] && ye(
5025
+ f,
5005
5026
  /*inputAmount*/
5006
5027
  E[3]
5007
5028
  ), G[0] & /*$_*/
5008
5029
  8192 && R !== (R = /*$_*/
5009
- E[13]("setLimit") + "") && W(P, R);
5030
+ E[13]("setLimit") + "") && W(S, R);
5010
5031
  },
5011
5032
  d(E) {
5012
- E && B(t), Ce(A, E), M && M.d(), D && D.d(), e[35](null), L = !1, ie(w);
5033
+ E && A(t), De(P, E), H && H.d(), D && D.d(), e[35](null), L = !1, ie(w);
5013
5034
  }
5014
5035
  };
5015
5036
  }
5016
- function qo(e) {
5037
+ function Qo(e) {
5017
5038
  let t;
5018
5039
  return {
5019
5040
  c() {
5020
5041
  t = v("p"), t.textContent = "500 Server error";
5021
5042
  },
5022
5043
  m(i, r) {
5023
- N(i, t, r);
5044
+ B(i, t, r);
5024
5045
  },
5025
- p: U,
5046
+ p: j,
5026
5047
  d(i) {
5027
- i && B(t);
5048
+ i && A(t);
5028
5049
  }
5029
5050
  };
5030
5051
  }
5031
- function Jo(e) {
5032
- return { c: U, m: U, p: U, d: U };
5052
+ function Ko(e) {
5053
+ return { c: j, m: j, p: j, d: j };
5033
5054
  }
5034
- function Qo(e) {
5055
+ function es(e) {
5035
5056
  let t;
5036
5057
  return {
5037
5058
  c() {
5038
5059
  t = v("div"), g(t, "class", "LoadingIndicator");
5039
5060
  },
5040
5061
  m(i, r) {
5041
- N(i, t, r);
5062
+ B(i, t, r);
5042
5063
  },
5043
- p: U,
5064
+ p: j,
5044
5065
  d(i) {
5045
- i && B(t);
5066
+ i && A(t);
5046
5067
  }
5047
5068
  };
5048
5069
  }
5049
- function Ko(e) {
5070
+ function ts(e) {
5050
5071
  let t, i, r, n = (
5051
5072
  /*$_*/
5052
5073
  e[13]("noLimitText") + ""
5053
5074
  ), o;
5054
5075
  return {
5055
5076
  c() {
5056
- t = v("div"), i = v("div"), r = v("div"), o = F(n), g(r, "class", "LimitDetailsTextWrapper"), g(i, "class", "LimitDetailsWrapper"), g(t, "class", "LimitDetails");
5077
+ t = v("div"), i = v("div"), r = v("div"), o = $(n), g(r, "class", "LimitDetailsTextWrapper"), g(i, "class", "LimitDetailsWrapper"), g(t, "class", "LimitDetails");
5057
5078
  },
5058
5079
  m(s, a) {
5059
- N(s, t, a), d(t, i), d(i, r), d(r, o);
5080
+ B(s, t, a), d(t, i), d(i, r), d(r, o);
5060
5081
  },
5061
5082
  p(s, a) {
5062
5083
  a[0] & /*$_*/
@@ -5064,27 +5085,27 @@ function Ko(e) {
5064
5085
  s[13]("noLimitText") + "") && W(o, n);
5065
5086
  },
5066
5087
  d(s) {
5067
- s && B(t);
5088
+ s && A(t);
5068
5089
  }
5069
5090
  };
5070
5091
  }
5071
- function es(e) {
5092
+ function is(e) {
5072
5093
  let t, i = te(
5073
5094
  /*limit*/
5074
5095
  e[53].currentLimits
5075
5096
  ), r = [];
5076
5097
  for (let n = 0; n < i.length; n += 1)
5077
- r[n] = oi(ii(e, i, n));
5098
+ r[n] = ai(ni(e, i, n));
5078
5099
  return {
5079
5100
  c() {
5080
5101
  for (let n = 0; n < r.length; n += 1)
5081
5102
  r[n].c();
5082
- t = _r();
5103
+ t = Er();
5083
5104
  },
5084
5105
  m(n, o) {
5085
5106
  for (let s = 0; s < r.length; s += 1)
5086
5107
  r[s] && r[s].m(n, o);
5087
- N(n, t, o);
5108
+ B(n, t, o);
5088
5109
  },
5089
5110
  p(n, o) {
5090
5111
  if (o[0] & /*removeLimit, availableLimits, $_*/
@@ -5095,8 +5116,8 @@ function es(e) {
5095
5116
  );
5096
5117
  let s;
5097
5118
  for (s = 0; s < i.length; s += 1) {
5098
- const a = ii(n, i, s);
5099
- r[s] ? r[s].p(a, o) : (r[s] = oi(a), r[s].c(), r[s].m(t.parentNode, t));
5119
+ const a = ni(n, i, s);
5120
+ r[s] ? r[s].p(a, o) : (r[s] = ai(a), r[s].c(), r[s].m(t.parentNode, t));
5100
5121
  }
5101
5122
  for (; s < r.length; s += 1)
5102
5123
  r[s].d(1);
@@ -5104,20 +5125,20 @@ function es(e) {
5104
5125
  }
5105
5126
  },
5106
5127
  d(n) {
5107
- n && B(t), Ce(r, n);
5128
+ n && A(t), De(r, n);
5108
5129
  }
5109
5130
  };
5110
5131
  }
5111
- function ts(e) {
5132
+ function rs(e) {
5112
5133
  let t, i = `${/*$_*/
5113
5134
  e[13]("removedLimitText")} ${/*currentLimit*/
5114
5135
  e[58].expiryDate}`, r;
5115
5136
  return {
5116
5137
  c() {
5117
- t = v("div"), r = F(i), g(t, "class", "PendingLimit");
5138
+ t = v("div"), r = $(i), g(t, "class", "PendingLimit");
5118
5139
  },
5119
5140
  m(n, o) {
5120
- N(n, t, o), d(t, r);
5141
+ B(n, t, o), d(t, r);
5121
5142
  },
5122
5143
  p(n, o) {
5123
5144
  o[0] & /*$_*/
@@ -5126,11 +5147,11 @@ function ts(e) {
5126
5147
  n[58].expiryDate}`) && W(r, i);
5127
5148
  },
5128
5149
  d(n) {
5129
- n && B(t);
5150
+ n && A(t);
5130
5151
  }
5131
5152
  };
5132
5153
  }
5133
- function is(e) {
5154
+ function ns(e) {
5134
5155
  let t, i = `${/*currentLimit*/
5135
5156
  e[58].updateAmount}${/*currentLimit*/
5136
5157
  e[58].currency} ${/*$_*/
@@ -5140,10 +5161,10 @@ function is(e) {
5140
5161
  e[58].expiryDate}`, r;
5141
5162
  return {
5142
5163
  c() {
5143
- t = v("div"), r = F(i), g(t, "class", "PendingLimit");
5164
+ t = v("div"), r = $(i), g(t, "class", "PendingLimit");
5144
5165
  },
5145
5166
  m(n, o) {
5146
- N(n, t, o), d(t, r);
5167
+ B(n, t, o), d(t, r);
5147
5168
  },
5148
5169
  p(n, o) {
5149
5170
  o[0] & /*$_*/
@@ -5156,11 +5177,11 @@ function is(e) {
5156
5177
  n[58].expiryDate}`) && W(r, i);
5157
5178
  },
5158
5179
  d(n) {
5159
- n && B(t);
5180
+ n && A(t);
5160
5181
  }
5161
5182
  };
5162
5183
  }
5163
- function rs(e) {
5184
+ function os(e) {
5164
5185
  let t, i = (
5165
5186
  /*$_*/
5166
5187
  e[13]("gamingLimits.removeLimit") + ""
@@ -5176,10 +5197,10 @@ function rs(e) {
5176
5197
  }
5177
5198
  return {
5178
5199
  c() {
5179
- t = v("button"), r = F(i), g(t, "class", "RemoveLimitButton");
5200
+ t = v("button"), r = $(i), g(t, "class", "RemoveLimitButton");
5180
5201
  },
5181
5202
  m(a, c) {
5182
- N(a, t, c), d(t, r), n || (o = Y(t, "click", s), n = !0);
5203
+ B(a, t, c), d(t, r), n || (o = q(t, "click", s), n = !0);
5183
5204
  },
5184
5205
  p(a, c) {
5185
5206
  e = a, c[0] & /*$_*/
@@ -5187,53 +5208,53 @@ function rs(e) {
5187
5208
  e[13]("gamingLimits.removeLimit") + "") && W(r, i);
5188
5209
  },
5189
5210
  d(a) {
5190
- a && B(t), n = !1, o();
5211
+ a && A(t), n = !1, o();
5191
5212
  }
5192
5213
  };
5193
5214
  }
5194
- function oi(e) {
5215
+ function ai(e) {
5195
5216
  let t, i, r, n = `${/*currentLimit*/
5196
5217
  e[58].amount}${/*currentLimit*/
5197
5218
  e[58].currency} ${/*$_*/
5198
5219
  e[13](`gamingLimits.${/*currentLimit*/
5199
5220
  e[58].period}`)}`, o, s, a, c;
5200
- function u(m, p) {
5221
+ function u(f, p) {
5201
5222
  if (
5202
5223
  /*currentLimit*/
5203
- m[58].isModified && /*currentLimit*/
5204
- m[58].updateAmount != "-1"
5224
+ f[58].isModified && /*currentLimit*/
5225
+ f[58].updateAmount != "-1"
5205
5226
  )
5206
- return is;
5227
+ return ns;
5207
5228
  if (
5208
5229
  /*currentLimit*/
5209
- m[58].isModified
5230
+ f[58].isModified
5210
5231
  )
5211
- return ts;
5232
+ return rs;
5212
5233
  }
5213
- let l = u(e), h = l && l(e), f = !/*currentLimit*/
5214
- e[58].isModified && rs(e);
5234
+ let l = u(e), h = l && l(e), m = !/*currentLimit*/
5235
+ e[58].isModified && os(e);
5215
5236
  return {
5216
5237
  c() {
5217
- t = v("div"), i = v("div"), r = v("div"), o = F(n), s = j(), h && h.c(), a = j(), f && f.c(), c = j(), g(r, "class", "CurrentLimit"), g(i, "class", "LimitDetailsTextWrapper"), g(t, "class", "LimitDetails");
5238
+ t = v("div"), i = v("div"), r = v("div"), o = $(n), s = U(), h && h.c(), a = U(), m && m.c(), c = U(), g(r, "class", "CurrentLimit"), g(i, "class", "LimitDetailsTextWrapper"), g(t, "class", "LimitDetails");
5218
5239
  },
5219
- m(m, p) {
5220
- N(m, t, p), d(t, i), d(i, r), d(r, o), d(i, s), h && h.m(i, null), d(t, a), f && f.m(t, null), d(t, c);
5240
+ m(f, p) {
5241
+ B(f, t, p), d(t, i), d(i, r), d(r, o), d(i, s), h && h.m(i, null), d(t, a), m && m.m(t, null), d(t, c);
5221
5242
  },
5222
- p(m, p) {
5243
+ p(f, p) {
5223
5244
  p[0] & /*$_*/
5224
5245
  8192 && n !== (n = `${/*currentLimit*/
5225
- m[58].amount}${/*currentLimit*/
5226
- m[58].currency} ${/*$_*/
5227
- m[13](`gamingLimits.${/*currentLimit*/
5228
- m[58].period}`)}`) && W(o, n), h && h.p(m, p), /*currentLimit*/
5229
- m[58].isModified || f.p(m, p);
5246
+ f[58].amount}${/*currentLimit*/
5247
+ f[58].currency} ${/*$_*/
5248
+ f[13](`gamingLimits.${/*currentLimit*/
5249
+ f[58].period}`)}`) && W(o, n), h && h.p(f, p), /*currentLimit*/
5250
+ f[58].isModified || m.p(f, p);
5230
5251
  },
5231
- d(m) {
5232
- m && B(t), h && h.d(), f && f.d();
5252
+ d(f) {
5253
+ f && A(t), h && h.d(), m && m.d();
5233
5254
  }
5234
5255
  };
5235
5256
  }
5236
- function si(e) {
5257
+ function ui(e) {
5237
5258
  let t, i, r = (
5238
5259
  /*$_*/
5239
5260
  e[13](`gamingLimits.${/*limit*/
@@ -5242,17 +5263,17 @@ function si(e) {
5242
5263
  function a(l, h) {
5243
5264
  return (
5244
5265
  /*limit*/
5245
- l[53].currentLimits.length > 0 ? es : Ko
5266
+ l[53].currentLimits.length > 0 ? is : ts
5246
5267
  );
5247
5268
  }
5248
5269
  let u = a(e)(e);
5249
5270
  return {
5250
5271
  c() {
5251
- t = v("div"), i = v("p"), n = F(r), o = j(), u.c(), s = j(), g(i, "class", "LimitTitle"), g(t, "class", "LimitWrapper " + /*isDesktop*/
5272
+ t = v("div"), i = v("p"), n = $(r), o = U(), u.c(), s = U(), g(i, "class", "LimitTitle"), g(t, "class", "LimitWrapper " + /*isDesktop*/
5252
5273
  (e[14] ? "Desktop" : ""));
5253
5274
  },
5254
5275
  m(l, h) {
5255
- N(l, t, h), d(t, i), d(i, n), d(t, o), u.m(t, null), d(t, s);
5276
+ B(l, t, h), d(t, i), d(i, n), d(t, o), u.m(t, null), d(t, s);
5256
5277
  },
5257
5278
  p(l, h) {
5258
5279
  h[0] & /*$_*/
@@ -5261,11 +5282,11 @@ function si(e) {
5261
5282
  l[53].value}`) + "") && W(n, r), u.p(l, h);
5262
5283
  },
5263
5284
  d(l) {
5264
- l && B(t), u.d();
5285
+ l && A(t), u.d();
5265
5286
  }
5266
5287
  };
5267
5288
  }
5268
- function ai(e) {
5289
+ function li(e) {
5269
5290
  let t, i, r = (
5270
5291
  /*$_*/
5271
5292
  e[13]("limitType") + ""
@@ -5274,35 +5295,35 @@ function ai(e) {
5274
5295
  e[15]
5275
5296
  ), l = [];
5276
5297
  for (let h = 0; h < u.length; h += 1)
5277
- l[h] = ui(ei(e, u, h));
5298
+ l[h] = ci(ii(e, u, h));
5278
5299
  return {
5279
5300
  c() {
5280
- t = v("label"), i = v("span"), n = F(r), o = j(), s = v("select");
5301
+ t = v("label"), i = v("span"), n = $(r), o = U(), s = v("select");
5281
5302
  for (let h = 0; h < l.length; h += 1)
5282
5303
  l[h].c();
5283
5304
  g(i, "class", "LimitSelectText"), g(s, "name", ""), g(s, "id", ""), /*selectedLimit*/
5284
- e[1] === void 0 && Ee(() => (
5305
+ e[1] === void 0 && _e(() => (
5285
5306
  /*select_change_handler*/
5286
5307
  e[32].call(s)
5287
5308
  )), g(t, "class", "LimitTypeDropdownWrapper");
5288
5309
  },
5289
- m(h, f) {
5290
- N(h, t, f), d(t, i), d(i, n), d(t, o), d(t, s);
5291
- for (let m = 0; m < l.length; m += 1)
5292
- l[m] && l[m].m(s, null);
5293
- He(
5310
+ m(h, m) {
5311
+ B(h, t, m), d(t, i), d(i, n), d(t, o), d(t, s);
5312
+ for (let f = 0; f < l.length; f += 1)
5313
+ l[f] && l[f].m(s, null);
5314
+ Ie(
5294
5315
  s,
5295
5316
  /*selectedLimit*/
5296
5317
  e[1],
5297
5318
  !0
5298
5319
  ), a || (c = [
5299
- Y(
5320
+ q(
5300
5321
  s,
5301
5322
  "change",
5302
5323
  /*select_change_handler*/
5303
5324
  e[32]
5304
5325
  ),
5305
- Y(
5326
+ q(
5306
5327
  s,
5307
5328
  "change",
5308
5329
  /*updateLimitSelection*/
@@ -5310,56 +5331,56 @@ function ai(e) {
5310
5331
  )
5311
5332
  ], a = !0);
5312
5333
  },
5313
- p(h, f) {
5314
- if (f[0] & /*$_*/
5334
+ p(h, m) {
5335
+ if (m[0] & /*$_*/
5315
5336
  8192 && r !== (r = /*$_*/
5316
- h[13]("limitType") + "") && W(n, r), f[0] & /*availableLimits*/
5337
+ h[13]("limitType") + "") && W(n, r), m[0] & /*availableLimits*/
5317
5338
  32768) {
5318
5339
  u = te(
5319
5340
  /*availableLimits*/
5320
5341
  h[15]
5321
5342
  );
5322
- let m;
5323
- for (m = 0; m < u.length; m += 1) {
5324
- const p = ei(h, u, m);
5325
- l[m] ? l[m].p(p, f) : (l[m] = ui(p), l[m].c(), l[m].m(s, null));
5343
+ let f;
5344
+ for (f = 0; f < u.length; f += 1) {
5345
+ const p = ii(h, u, f);
5346
+ l[f] ? l[f].p(p, m) : (l[f] = ci(p), l[f].c(), l[f].m(s, null));
5326
5347
  }
5327
- for (; m < l.length; m += 1)
5328
- l[m].d(1);
5348
+ for (; f < l.length; f += 1)
5349
+ l[f].d(1);
5329
5350
  l.length = u.length;
5330
5351
  }
5331
- f[0] & /*selectedLimit, availableLimits*/
5332
- 32770 && He(
5352
+ m[0] & /*selectedLimit, availableLimits*/
5353
+ 32770 && Ie(
5333
5354
  s,
5334
5355
  /*selectedLimit*/
5335
5356
  h[1]
5336
5357
  );
5337
5358
  },
5338
5359
  d(h) {
5339
- h && B(t), Ce(l, h), a = !1, ie(c);
5360
+ h && A(t), De(l, h), a = !1, ie(c);
5340
5361
  }
5341
5362
  };
5342
5363
  }
5343
- function ui(e) {
5364
+ function ci(e) {
5344
5365
  let t, i = (
5345
5366
  /*limit*/
5346
5367
  e[53].title + ""
5347
5368
  ), r;
5348
5369
  return {
5349
5370
  c() {
5350
- t = v("option"), r = F(i), t.__value = /*limit*/
5351
- e[53].value, ve(t, t.__value);
5371
+ t = v("option"), r = $(i), t.__value = /*limit*/
5372
+ e[53].value, ye(t, t.__value);
5352
5373
  },
5353
5374
  m(n, o) {
5354
- N(n, t, o), d(t, r);
5375
+ B(n, t, o), d(t, r);
5355
5376
  },
5356
- p: U,
5377
+ p: j,
5357
5378
  d(n) {
5358
- n && B(t);
5379
+ n && A(t);
5359
5380
  }
5360
5381
  };
5361
5382
  }
5362
- function li(e) {
5383
+ function hi(e) {
5363
5384
  let t, i, r = (
5364
5385
  /*$_*/
5365
5386
  e[13]("period") + ""
@@ -5368,65 +5389,65 @@ function li(e) {
5368
5389
  e[1]
5369
5390
  ].periods), l = [];
5370
5391
  for (let h = 0; h < u.length; h += 1)
5371
- l[h] = ci(Kt(e, u, h));
5392
+ l[h] = fi(ti(e, u, h));
5372
5393
  return {
5373
5394
  c() {
5374
- t = v("label"), i = v("span"), n = F(r), o = j(), s = v("select");
5395
+ t = v("label"), i = v("span"), n = $(r), o = U(), s = v("select");
5375
5396
  for (let h = 0; h < l.length; h += 1)
5376
5397
  l[h].c();
5377
5398
  g(i, "class", "PeriodSelectText"), g(t, "class", "LimitPeriodDropdownWrapper"), g(s, "name", ""), g(s, "id", ""), /*selectedPeriod*/
5378
- e[2] === void 0 && Ee(() => (
5399
+ e[2] === void 0 && _e(() => (
5379
5400
  /*select_change_handler_1*/
5380
5401
  e[33].call(s)
5381
5402
  ));
5382
5403
  },
5383
- m(h, f) {
5384
- N(h, t, f), d(t, i), d(i, n), N(h, o, f), N(h, s, f);
5385
- for (let m = 0; m < l.length; m += 1)
5386
- l[m] && l[m].m(s, null);
5387
- He(
5404
+ m(h, m) {
5405
+ B(h, t, m), d(t, i), d(i, n), B(h, o, m), B(h, s, m);
5406
+ for (let f = 0; f < l.length; f += 1)
5407
+ l[f] && l[f].m(s, null);
5408
+ Ie(
5388
5409
  s,
5389
5410
  /*selectedPeriod*/
5390
5411
  e[2],
5391
5412
  !0
5392
- ), a || (c = Y(
5413
+ ), a || (c = q(
5393
5414
  s,
5394
5415
  "change",
5395
5416
  /*select_change_handler_1*/
5396
5417
  e[33]
5397
5418
  ), a = !0);
5398
5419
  },
5399
- p(h, f) {
5400
- if (f[0] & /*$_*/
5420
+ p(h, m) {
5421
+ if (m[0] & /*$_*/
5401
5422
  8192 && r !== (r = /*$_*/
5402
- h[13]("period") + "") && W(n, r), f[0] & /*selectedLimit, $_*/
5423
+ h[13]("period") + "") && W(n, r), m[0] & /*selectedLimit, $_*/
5403
5424
  8194) {
5404
5425
  u = te(Z[
5405
5426
  /*selectedLimit*/
5406
5427
  h[1]
5407
5428
  ].periods);
5408
- let m;
5409
- for (m = 0; m < u.length; m += 1) {
5410
- const p = Kt(h, u, m);
5411
- l[m] ? l[m].p(p, f) : (l[m] = ci(p), l[m].c(), l[m].m(s, null));
5429
+ let f;
5430
+ for (f = 0; f < u.length; f += 1) {
5431
+ const p = ti(h, u, f);
5432
+ l[f] ? l[f].p(p, m) : (l[f] = fi(p), l[f].c(), l[f].m(s, null));
5412
5433
  }
5413
- for (; m < l.length; m += 1)
5414
- l[m].d(1);
5434
+ for (; f < l.length; f += 1)
5435
+ l[f].d(1);
5415
5436
  l.length = u.length;
5416
5437
  }
5417
- f[0] & /*selectedPeriod, selectedLimit*/
5418
- 6 && He(
5438
+ m[0] & /*selectedPeriod, selectedLimit*/
5439
+ 6 && Ie(
5419
5440
  s,
5420
5441
  /*selectedPeriod*/
5421
5442
  h[2]
5422
5443
  );
5423
5444
  },
5424
5445
  d(h) {
5425
- h && (B(t), B(o), B(s)), Ce(l, h), a = !1, c();
5446
+ h && (A(t), A(o), A(s)), De(l, h), a = !1, c();
5426
5447
  }
5427
5448
  };
5428
5449
  }
5429
- function ci(e) {
5450
+ function fi(e) {
5430
5451
  let t, i = (
5431
5452
  /*$_*/
5432
5453
  e[13](`gamingLimits.${/*period*/
@@ -5434,11 +5455,11 @@ function ci(e) {
5434
5455
  ), r, n;
5435
5456
  return {
5436
5457
  c() {
5437
- t = v("option"), r = F(i), t.__value = n = /*period*/
5438
- e[50], ve(t, t.__value), t.selected = !0;
5458
+ t = v("option"), r = $(i), t.__value = n = /*period*/
5459
+ e[50], ye(t, t.__value), t.selected = !0;
5439
5460
  },
5440
5461
  m(o, s) {
5441
- N(o, t, s), d(t, r);
5462
+ B(o, t, s), d(t, r);
5442
5463
  },
5443
5464
  p(o, s) {
5444
5465
  s[0] & /*$_, selectedLimit*/
@@ -5446,27 +5467,27 @@ function ci(e) {
5446
5467
  o[13](`gamingLimits.${/*period*/
5447
5468
  o[50]}`) + "") && W(r, i), s[0] & /*selectedLimit, availableLimits*/
5448
5469
  32770 && n !== (n = /*period*/
5449
- o[50]) && (t.__value = n, ve(t, t.__value));
5470
+ o[50]) && (t.__value = n, ye(t, t.__value));
5450
5471
  },
5451
5472
  d(o) {
5452
- o && B(t);
5473
+ o && A(t);
5453
5474
  }
5454
5475
  };
5455
5476
  }
5456
- function ns(e) {
5477
+ function ss(e) {
5457
5478
  let t, i, r = (
5458
5479
  /*popupVisible*/
5459
- e[10] && ri(e)
5480
+ e[10] && oi(e)
5460
5481
  );
5461
5482
  function n(a, c) {
5462
5483
  return (
5463
5484
  /*isLoading*/
5464
5485
  a[7] && !/*popupVisible*/
5465
- a[10] ? Qo : (
5486
+ a[10] ? es : (
5466
5487
  /*isLoading*/
5467
- a[7] ? Jo : (
5488
+ a[7] ? Ko : (
5468
5489
  /*fetchError*/
5469
- a[8] ? qo : Yo
5490
+ a[8] ? Qo : Jo
5470
5491
  )
5471
5492
  )
5472
5493
  );
@@ -5474,48 +5495,48 @@ function ns(e) {
5474
5495
  let o = n(e), s = o(e);
5475
5496
  return {
5476
5497
  c() {
5477
- t = v("div"), r && r.c(), i = j(), s.c();
5498
+ t = v("div"), r && r.c(), i = U(), s.c();
5478
5499
  },
5479
5500
  m(a, c) {
5480
- N(a, t, c), r && r.m(t, null), d(t, i), s.m(t, null), e[36](t);
5501
+ B(a, t, c), r && r.m(t, null), d(t, i), s.m(t, null), e[36](t);
5481
5502
  },
5482
5503
  p(a, c) {
5483
5504
  /*popupVisible*/
5484
- a[10] ? r ? r.p(a, c) : (r = ri(a), r.c(), r.m(t, i)) : r && (r.d(1), r = null), o === (o = n(a)) && s ? s.p(a, c) : (s.d(1), s = o(a), s && (s.c(), s.m(t, null)));
5505
+ a[10] ? r ? r.p(a, c) : (r = oi(a), r.c(), r.m(t, i)) : r && (r.d(1), r = null), o === (o = n(a)) && s ? s.p(a, c) : (s.d(1), s = o(a), s && (s.c(), s.m(t, null)));
5485
5506
  },
5486
- i: U,
5487
- o: U,
5507
+ i: j,
5508
+ o: j,
5488
5509
  d(a) {
5489
- a && B(t), r && r.d(), s.d(), e[36](null);
5510
+ a && A(t), r && r.d(), s.d(), e[36](null);
5490
5511
  }
5491
5512
  };
5492
5513
  }
5493
- function os(e, t, i) {
5514
+ function as(e, t, i) {
5494
5515
  let r;
5495
- br(e, So, (b) => i(13, r = b));
5496
- let { lang: n = "en" } = t, { currency: o = "" } = t, { limits: s = "" } = t, { session: a = "" } = t, { userid: c = "" } = t, { endpoint: u = "" } = t, { clientstyling: l = "" } = t, { clientstylingurl: h = "" } = t, { translationurl: f = "" } = t, { mbsource: m } = t, p, _ = window.navigator.userAgent, R = !$o(_), P = [], L = "", w = "", H, A, M = !1, D = !1, E = !0, G = !1, k = !1, K = !1, $e = !1, Ge = "", we;
5497
- const _t = { EUR: "€", RON: " lei" }, Xi = {
5516
+ gr(e, Ao, (b) => i(13, r = b));
5517
+ let { lang: n = "en" } = t, { currency: o = "" } = t, { limits: s = "" } = t, { session: a = "" } = t, { userid: c = "" } = t, { endpoint: u = "" } = t, { clientstyling: l = "" } = t, { clientstylingurl: h = "" } = t, { translationurl: m = "" } = t, { mbsource: f } = t, p, _ = window.navigator.userAgent, R = !zo(_), S = [], L = "", w = "", O, P, H = !1, D = !1, E = !0, G = !1, M = !1, K = !1, ze = !1, We = "", we;
5518
+ const Lt = { EUR: "€", RON: " lei" }, Zi = {
5498
5519
  updatePendingError: ["SYS_1037", "SYS_1142", "SYS_1140"]
5499
- }, Zi = () => {
5500
- fetch(f).then((y) => y.json()).then((y) => {
5501
- Object.keys(y).forEach((I) => {
5502
- zt(I, y[I]);
5520
+ }, Yi = () => {
5521
+ fetch(m).then((y) => y.json()).then((y) => {
5522
+ Object.keys(y).forEach((N) => {
5523
+ Vt(N, y[N]);
5503
5524
  });
5504
5525
  }).catch((y) => {
5505
5526
  console.log(y);
5506
5527
  });
5507
5528
  };
5508
- Object.keys(Wt).forEach((b) => {
5509
- zt(b, Wt[b]);
5529
+ Object.keys(Xt).forEach((b) => {
5530
+ Vt(b, Xt[b]);
5510
5531
  });
5511
- const Yi = () => {
5532
+ const qi = () => {
5512
5533
  s.split(" ").forEach((y) => {
5513
- Z[y] ? P.push(Z[y]) : console.error(`Unknown limit: ${y}`);
5514
- }), i(1, L = P[0].value), i(2, w = Z[L].periods[0]), i(5, M = P.length > 1), i(6, D = Z[L].periods.length > 1);
5515
- }, qi = () => {
5516
- i(2, w = Z[L].periods[0]), i(6, D = Z[L].periods.length > 1);
5534
+ Z[y] ? S.push(Z[y]) : console.error(`Unknown limit: ${y}`);
5535
+ }), i(1, L = S[0].value), i(2, w = Z[L].periods[0]), i(5, H = S.length > 1), i(6, D = Z[L].periods.length > 1);
5517
5536
  }, Ji = () => {
5518
- if (!(H > 0))
5537
+ i(2, w = Z[L].periods[0]), i(6, D = Z[L].periods.length > 1);
5538
+ }, Qi = () => {
5539
+ if (!(O > 0))
5519
5540
  return;
5520
5541
  i(10, K = !0), i(7, E = !0);
5521
5542
  let b = new URL(`/v2/player/${c}/limits`, u);
@@ -5523,11 +5544,11 @@ function os(e, t, i) {
5523
5544
  y[Z[L].callValue] = [
5524
5545
  {
5525
5546
  period: w,
5526
- amount: H,
5547
+ amount: O,
5527
5548
  currency: o
5528
5549
  }
5529
5550
  ];
5530
- let I = {
5551
+ let N = {
5531
5552
  method: "PUT",
5532
5553
  headers: {
5533
5554
  "X-SessionID": a,
@@ -5536,20 +5557,20 @@ function os(e, t, i) {
5536
5557
  },
5537
5558
  body: JSON.stringify(y)
5538
5559
  };
5539
- fetch(b.href, I).then((C) => (C.status >= 300 && i(9, k = !0), C.json())).then((C) => {
5540
- ze(), k && Qi(C);
5541
- }).catch((C) => {
5542
- console.log(C), i(7, E = !1), i(8, G = !0);
5560
+ fetch(b.href, N).then((k) => (k.status >= 300 && i(9, M = !0), k.json())).then((k) => {
5561
+ Ve(), M && Ki(k);
5562
+ }).catch((k) => {
5563
+ console.log(k), i(7, E = !1), i(8, G = !0);
5543
5564
  });
5544
- }, Qi = (b) => {
5565
+ }, Ki = (b) => {
5545
5566
  const y = b.error.match(/errorCode:(.*)\)/)[1];
5546
5567
  console.error(`API response error: ${y}`);
5547
- let I;
5548
- for (const [C, $] of Object.entries(Xi))
5549
- $.includes(y) && (I = r(`gamingLimits.${C}`));
5550
- I = I != null ? I : r("gamingLimits.genericError"), Et(y, I);
5551
- }, ze = () => {
5552
- let b = new URL(`/v2/player/${c}/limits`, u), y = !k, I = {
5568
+ let N;
5569
+ for (const [k, F] of Object.entries(Zi))
5570
+ F.includes(y) && (N = r(`gamingLimits.${k}`));
5571
+ N = N != null ? N : r("gamingLimits.genericError"), xt(y, N);
5572
+ }, Ve = () => {
5573
+ let b = new URL(`/v2/player/${c}/limits`, u), y = !M, N = {
5553
5574
  method: "GET",
5554
5575
  headers: {
5555
5576
  "X-SessionID": a,
@@ -5557,49 +5578,49 @@ function os(e, t, i) {
5557
5578
  Accept: "application/json"
5558
5579
  }
5559
5580
  };
5560
- fetch(b.href, I).then((C) => {
5561
- if (C.status >= 300)
5581
+ fetch(b.href, N).then((k) => {
5582
+ if (k.status >= 300)
5562
5583
  throw i(7, E = !1), i(8, G = !0), new Error("There was an error fetching the limits");
5563
- return C.json();
5564
- }).then((C) => {
5565
- we = C, K && y && Et(), Ki(we), i(7, E = !1), i(3, H = null);
5566
- }).catch((C) => {
5567
- console.log(C), i(7, E = !1), i(8, G = !0);
5568
- });
5569
- }, Ki = (b) => {
5570
- P.forEach((y) => {
5571
- var I;
5572
- y.currentLimits = [], (I = b[Z[y.value].callValue]) == null || I.forEach((C, $) => {
5573
- var xt;
5574
- const q = b[Z[y.value].callValue][$];
5575
- y.currentLimits.push({}), y.currentLimits[$].limitType = y.value, y.currentLimits[$].amount = Intl.NumberFormat("en-US", { maximumFractionDigits: 0 }).format(q.amount), y.currentLimits[$].currency = (xt = _t[q.currency]) != null ? xt : q.currency, y.currentLimits[$].period = q.period, y.currentLimits[$].updateAmount = Intl.NumberFormat("en-US", { maximumFractionDigits: 0 }).format(q.updateAmount), y.currentLimits[$].isModified = q.isModified, y.currentLimits[$].expiryDate = `${new Date(q.expiryDate).toLocaleDateString("en-de", { hour: "numeric", minute: "numeric" }).replaceAll("/", ".")} (GMT)`;
5576
- }), y.currentLimits = er(y.currentLimits);
5584
+ return k.json();
5585
+ }).then((k) => {
5586
+ we = k, K && y && xt(), er(we), i(7, E = !1), i(3, O = null);
5587
+ }).catch((k) => {
5588
+ console.log(k), i(7, E = !1), i(8, G = !0);
5577
5589
  });
5578
5590
  }, er = (b) => {
5591
+ S.forEach((y) => {
5592
+ var N;
5593
+ y.currentLimits = [], (N = b[Z[y.value].callValue]) == null || N.forEach((k, F) => {
5594
+ var wt;
5595
+ const J = b[Z[y.value].callValue][F];
5596
+ y.currentLimits.push({}), y.currentLimits[F].limitType = y.value, y.currentLimits[F].amount = Intl.NumberFormat("en-US", { maximumFractionDigits: 0 }).format(J.amount), y.currentLimits[F].currency = (wt = Lt[J.currency]) != null ? wt : J.currency, y.currentLimits[F].period = J.period, y.currentLimits[F].updateAmount = Intl.NumberFormat("en-US", { maximumFractionDigits: 0 }).format(J.updateAmount), y.currentLimits[F].isModified = J.isModified, y.currentLimits[F].expiryDate = `${new Date(J.expiryDate).toLocaleDateString("en-de", { hour: "numeric", minute: "numeric" }).replaceAll("/", ".")} (GMT)`;
5597
+ }), y.currentLimits = tr(y.currentLimits);
5598
+ });
5599
+ }, tr = (b) => {
5579
5600
  const y = { Daily: 0, Weekly: 1, Monthly: 2 };
5580
- return b.sort((I, C) => y[I.period] - y[C.period]), b;
5581
- }, tr = () => {
5582
- H > 999999999999999 && i(3, H = 999999999999999);
5583
- const y = H - Math.floor(H) === 0;
5584
- H > 0 && y ? A.removeAttribute("disabled") : A.setAttribute("disabled", "true");
5585
- }, Et = (b, y) => {
5601
+ return b.sort((N, k) => y[N.period] - y[k.period]), b;
5602
+ }, ir = () => {
5603
+ O > 999999999999999 && i(3, O = 999999999999999);
5604
+ const y = O - Math.floor(O) === 0;
5605
+ O > 0 && y ? P.removeAttribute("disabled") : P.setAttribute("disabled", "true");
5606
+ }, xt = (b, y) => {
5586
5607
  if (b)
5587
- i(12, Ge = y);
5608
+ i(12, We = y);
5588
5609
  else if (we) {
5589
- const I = we[Z[L].callValue].filter((q) => q.period === w)[0], C = Intl.NumberFormat("en-US", { maximumFractionDigits: 0 }).format(I.amount);
5590
- let $ = r("gamingLimits.popupImmediateUpdate").replace("{selectedLimit}", r(`gamingLimits.${L}`).toLowerCase()).replace("{updatedAmount}", C).replace("{currency}", _t[I.currency] || I.currency).replace("{selectedPeriod}", r(`gamingLimits.${w}`).toLowerCase());
5591
- i(12, Ge = I.isModified ? `${r("popupPendingUpdate")} ${new Date(I.expiryDate).toLocaleDateString("en-de", { hour: "numeric", minute: "numeric" }).replaceAll("/", ".")} (GMT)` : $);
5610
+ const N = we[Z[L].callValue].filter((J) => J.period === w)[0], k = Intl.NumberFormat("en-US", { maximumFractionDigits: 0 }).format(N.amount);
5611
+ let F = r("gamingLimits.popupImmediateUpdate").replace("{selectedLimit}", r(`gamingLimits.${L}`).toLowerCase()).replace("{updatedAmount}", k).replace("{currency}", Lt[N.currency] || N.currency).replace("{selectedPeriod}", r(`gamingLimits.${w}`).toLowerCase());
5612
+ i(12, We = N.isModified ? `${r("popupPendingUpdate")} ${new Date(N.expiryDate).toLocaleDateString("en-de", { hour: "numeric", minute: "numeric" }).replaceAll("/", ".")} (GMT)` : F);
5592
5613
  } else
5593
5614
  console.error("Couldn't populate popupContent");
5594
- i(11, $e = !0);
5595
- }, Lt = (b) => {
5615
+ i(11, ze = !0);
5616
+ }, Tt = (b) => {
5596
5617
  const y = {
5597
5618
  wager: "wagering",
5598
5619
  loss: "loss",
5599
5620
  deposit: "deposit"
5600
5621
  };
5601
5622
  i(10, K = !0), i(7, E = !0);
5602
- let I = new URL(`/v2/player/${c}/limits/${y[b.limitType]}?periods=${b.period}`, u), C = {
5623
+ let N = new URL(`/v2/player/${c}/limits/${y[b.limitType]}?periods=${b.period}`, u), k = {
5603
5624
  method: "DELETE",
5604
5625
  headers: {
5605
5626
  "X-SessionID": a,
@@ -5607,71 +5628,71 @@ function os(e, t, i) {
5607
5628
  Accept: "application/json"
5608
5629
  }
5609
5630
  };
5610
- fetch(I.href, C).then(($) => $.json()).then(($) => {
5611
- ze();
5612
- }).catch(($) => {
5613
- console.log($), i(7, E = !1), i(8, G = !0);
5631
+ fetch(N.href, k).then((F) => F.json()).then((F) => {
5632
+ Ve();
5633
+ }).catch((F) => {
5634
+ console.log(F), i(7, E = !1), i(8, G = !0);
5614
5635
  });
5615
- }, ir = () => {
5616
- i(11, $e = i(10, K = !1));
5617
5636
  }, rr = () => {
5618
- Po(n);
5637
+ i(11, ze = i(10, K = !1));
5638
+ }, nr = () => {
5639
+ Bo(n);
5619
5640
  };
5620
- Tr(() => () => {
5641
+ wr(() => () => {
5621
5642
  });
5622
- const nr = (b) => Lt(b);
5623
- function or() {
5624
- L = Bt(this), i(1, L), i(15, P);
5625
- }
5643
+ const or = (b) => Tt(b);
5626
5644
  function sr() {
5627
- w = Bt(this), i(2, w), i(1, L);
5645
+ L = Ot(this), i(1, L), i(15, S);
5628
5646
  }
5629
5647
  function ar() {
5630
- H = pi(this.value), i(3, H);
5648
+ w = Ot(this), i(2, w), i(1, L);
5631
5649
  }
5632
- function ur(b) {
5633
- Oe[b ? "unshift" : "push"](() => {
5634
- A = b, i(4, A);
5635
- });
5650
+ function ur() {
5651
+ O = bi(this.value), i(3, O);
5636
5652
  }
5637
5653
  function lr(b) {
5638
- Oe[b ? "unshift" : "push"](() => {
5654
+ He[b ? "unshift" : "push"](() => {
5655
+ P = b, i(4, P);
5656
+ });
5657
+ }
5658
+ function cr(b) {
5659
+ He[b ? "unshift" : "push"](() => {
5639
5660
  p = b, i(0, p);
5640
5661
  });
5641
5662
  }
5642
5663
  return e.$$set = (b) => {
5643
- "lang" in b && i(21, n = b.lang), "currency" in b && i(22, o = b.currency), "limits" in b && i(23, s = b.limits), "session" in b && i(24, a = b.session), "userid" in b && i(25, c = b.userid), "endpoint" in b && i(26, u = b.endpoint), "clientstyling" in b && i(27, l = b.clientstyling), "clientstylingurl" in b && i(28, h = b.clientstylingurl), "translationurl" in b && i(29, f = b.translationurl), "mbsource" in b && i(30, m = b.mbsource);
5664
+ "lang" in b && i(21, n = b.lang), "currency" in b && i(22, o = b.currency), "limits" in b && i(23, s = b.limits), "session" in b && i(24, a = b.session), "userid" in b && i(25, c = b.userid), "endpoint" in b && i(26, u = b.endpoint), "clientstyling" in b && i(27, l = b.clientstyling), "clientstylingurl" in b && i(28, h = b.clientstylingurl), "translationurl" in b && i(29, m = b.translationurl), "mbsource" in b && i(30, f = b.mbsource);
5644
5665
  }, e.$$.update = () => {
5645
5666
  e.$$.dirty[0] & /*limits*/
5646
- 8388608 && s && Yi(), e.$$.dirty[0] & /*lang*/
5647
- 2097152 && n && rr(), e.$$.dirty[0] & /*userid, session, endpoint*/
5648
- 117440512 && c && a && u && ze(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
5649
- 134217729 && l && p && Go(p, l), e.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
5650
- 268435457 && h && p && zo(p, h), e.$$.dirty[0] & /*mbsource, customStylingContainer*/
5651
- 1073741825 && m && p && Wo(p, `${m}.Style`), e.$$.dirty[0] & /*translationurl*/
5652
- 536870912 && f && Zi();
5667
+ 8388608 && s && qi(), e.$$.dirty[0] & /*lang*/
5668
+ 2097152 && n && nr(), e.$$.dirty[0] & /*userid, session, endpoint*/
5669
+ 117440512 && c && a && u && Ve(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
5670
+ 134217729 && l && p && Wo(p, l), e.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
5671
+ 268435457 && h && p && Vo(p, h), e.$$.dirty[0] & /*mbsource, customStylingContainer*/
5672
+ 1073741825 && f && p && Xo(p, `${f}.Style`), e.$$.dirty[0] & /*translationurl*/
5673
+ 536870912 && m && Yi();
5653
5674
  }, [
5654
5675
  p,
5655
5676
  L,
5656
5677
  w,
5678
+ O,
5679
+ P,
5657
5680
  H,
5658
- A,
5659
- M,
5660
5681
  D,
5661
5682
  E,
5662
5683
  G,
5663
- k,
5684
+ M,
5664
5685
  K,
5665
- $e,
5666
- Ge,
5686
+ ze,
5687
+ We,
5667
5688
  r,
5668
5689
  R,
5669
- P,
5670
- qi,
5690
+ S,
5671
5691
  Ji,
5672
- tr,
5673
- Lt,
5692
+ Qi,
5674
5693
  ir,
5694
+ Tt,
5695
+ rr,
5675
5696
  n,
5676
5697
  o,
5677
5698
  s,
@@ -5680,24 +5701,24 @@ function os(e, t, i) {
5680
5701
  u,
5681
5702
  l,
5682
5703
  h,
5683
- f,
5684
5704
  m,
5685
- nr,
5705
+ f,
5686
5706
  or,
5687
5707
  sr,
5688
5708
  ar,
5689
5709
  ur,
5690
- lr
5710
+ lr,
5711
+ cr
5691
5712
  ];
5692
5713
  }
5693
- class ss extends Cr {
5714
+ class us extends Dr {
5694
5715
  constructor(t) {
5695
- super(), Mr(
5716
+ super(), kr(
5696
5717
  this,
5697
5718
  t,
5698
- os,
5699
- ns,
5700
- mi,
5719
+ as,
5720
+ ss,
5721
+ pi,
5701
5722
  {
5702
5723
  lang: 21,
5703
5724
  currency: 22,
@@ -5710,7 +5731,7 @@ class ss extends Cr {
5710
5731
  translationurl: 29,
5711
5732
  mbsource: 30
5712
5733
  },
5713
- Vo,
5734
+ Zo,
5714
5735
  [-1, -1]
5715
5736
  );
5716
5737
  }
@@ -5775,7 +5796,7 @@ class ss extends Cr {
5775
5796
  this.$$set({ mbsource: t }), X();
5776
5797
  }
5777
5798
  }
5778
- kr(ss, { lang: {}, currency: {}, limits: {}, session: {}, userid: {}, endpoint: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, mbsource: {} }, [], [], !0);
5799
+ Cr(us, { lang: {}, currency: {}, limits: {}, session: {}, userid: {}, endpoint: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, mbsource: {} }, [], [], !0);
5779
5800
  export {
5780
- ss as default
5801
+ us as default
5781
5802
  };