@everymatrix/casino-tournaments-thumbnail-rule 1.77.25 → 1.77.26

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.
@@ -2,15 +2,15 @@ var dn = Object.defineProperty, pn = Object.defineProperties;
2
2
  var bn = Object.getOwnPropertyDescriptors;
3
3
  var ut = Object.getOwnPropertySymbols;
4
4
  var gn = Object.prototype.hasOwnProperty, yn = Object.prototype.propertyIsEnumerable;
5
- var ke = (e, t, n) => t in e ? dn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, lt = (e, t) => {
5
+ var Ie = (e, t, n) => t in e ? dn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, lt = (e, t) => {
6
6
  for (var n in t || (t = {}))
7
- gn.call(t, n) && ke(e, n, t[n]);
7
+ gn.call(t, n) && Ie(e, n, t[n]);
8
8
  if (ut)
9
9
  for (var n of ut(t))
10
- yn.call(t, n) && ke(e, n, t[n]);
10
+ yn.call(t, n) && Ie(e, n, t[n]);
11
11
  return e;
12
12
  }, ht = (e, t) => pn(e, bn(t));
13
- var R = (e, t, n) => (ke(e, typeof t != "symbol" ? t + "" : t, n), n);
13
+ var R = (e, t, n) => (Ie(e, typeof t != "symbol" ? t + "" : t, n), n);
14
14
  var ct = (e, t, n) => new Promise((r, i) => {
15
15
  var s = (h) => {
16
16
  try {
@@ -35,10 +35,10 @@ function Ut(e) {
35
35
  function ft() {
36
36
  return /* @__PURE__ */ Object.create(null);
37
37
  }
38
- function Ce(e) {
38
+ function Ee(e) {
39
39
  e.forEach(Ut);
40
40
  }
41
- function it(e) {
41
+ function nt(e) {
42
42
  return typeof e == "function";
43
43
  }
44
44
  function Gt(e, t) {
@@ -65,7 +65,7 @@ function b(e, t) {
65
65
  function En(e, t, n) {
66
66
  const r = Cn(e);
67
67
  if (!r.getElementById(t)) {
68
- const i = _("style");
68
+ const i = T("style");
69
69
  i.id = t, i.textContent = n, _n(r, i);
70
70
  }
71
71
  }
@@ -86,7 +86,7 @@ function _n(e, t) {
86
86
  t
87
87
  ), t.sheet;
88
88
  }
89
- function W(e, t, n) {
89
+ function X(e, t, n) {
90
90
  e.insertBefore(t, n || null);
91
91
  }
92
92
  function z(e) {
@@ -96,32 +96,32 @@ function Tn(e, t) {
96
96
  for (let n = 0; n < e.length; n += 1)
97
97
  e[n] && e[n].d(t);
98
98
  }
99
- function _(e) {
99
+ function T(e) {
100
100
  return document.createElement(e);
101
101
  }
102
102
  function wn(e) {
103
103
  return document.createElementNS("http://www.w3.org/2000/svg", e);
104
104
  }
105
- function K(e) {
105
+ function Y(e) {
106
106
  return document.createTextNode(e);
107
107
  }
108
108
  function O() {
109
- return K(" ");
109
+ return Y(" ");
110
110
  }
111
- function Ae() {
112
- return K("");
111
+ function Me() {
112
+ return Y("");
113
113
  }
114
114
  function p(e, t, n) {
115
115
  n == null ? e.removeAttribute(t) : e.getAttribute(t) !== n && e.setAttribute(t, n);
116
116
  }
117
- function Sn(e) {
117
+ function Bn(e) {
118
118
  return Array.from(e.childNodes);
119
119
  }
120
120
  function Be(e, t) {
121
121
  t = "" + t, e.data !== t && (e.data = /** @type {string} */
122
122
  t);
123
123
  }
124
- class fe {
124
+ class ce {
125
125
  constructor(t = !1) {
126
126
  /**
127
127
  * @private
@@ -155,7 +155,7 @@ class fe {
155
155
  this.e || (this.is_svg ? this.e = wn(
156
156
  /** @type {keyof SVGElementTagNameMap} */
157
157
  n.nodeName
158
- ) : this.e = _(
158
+ ) : this.e = T(
159
159
  /** @type {keyof HTMLElementTagNameMap} */
160
160
  n.nodeType === 11 ? "TEMPLATE" : n.nodeName
161
161
  ), this.t = n.tagName !== "TEMPLATE" ? n : (
@@ -176,7 +176,7 @@ class fe {
176
176
  * @returns {void} */
177
177
  i(t) {
178
178
  for (let n = 0; n < this.n.length; n += 1)
179
- W(this.t, this.n[n], t);
179
+ X(this.t, this.n[n], t);
180
180
  }
181
181
  /**
182
182
  * @param {string} html
@@ -191,7 +191,7 @@ class fe {
191
191
  this.n.forEach(z);
192
192
  }
193
193
  }
194
- function Bn(e) {
194
+ function Sn(e) {
195
195
  const t = {};
196
196
  return e.childNodes.forEach(
197
197
  /** @param {Element} node */
@@ -200,90 +200,90 @@ function Bn(e) {
200
200
  }
201
201
  ), t;
202
202
  }
203
- let ve;
204
- function ye(e) {
205
- ve = e;
203
+ let ye;
204
+ function ge(e) {
205
+ ye = e;
206
206
  }
207
207
  function Hn() {
208
- if (!ve)
208
+ if (!ye)
209
209
  throw new Error("Function called outside component initialization");
210
- return ve;
210
+ return ye;
211
211
  }
212
212
  function Mn(e) {
213
213
  Hn().$$.on_mount.push(e);
214
214
  }
215
- const ae = [], Ze = [];
216
- let oe = [];
215
+ const se = [], Ve = [];
216
+ let ae = [];
217
217
  const mt = [], Rn = /* @__PURE__ */ Promise.resolve();
218
- let Xe = !1;
218
+ let ze = !1;
219
219
  function An() {
220
- Xe || (Xe = !0, Rn.then(D));
220
+ ze || (ze = !0, Rn.then(D));
221
221
  }
222
- function We(e) {
223
- oe.push(e);
222
+ function Ze(e) {
223
+ ae.push(e);
224
224
  }
225
- const Ue = /* @__PURE__ */ new Set();
226
- let ie = 0;
225
+ const $e = /* @__PURE__ */ new Set();
226
+ let re = 0;
227
227
  function D() {
228
- if (ie !== 0)
228
+ if (re !== 0)
229
229
  return;
230
- const e = ve;
230
+ const e = ye;
231
231
  do {
232
232
  try {
233
- for (; ie < ae.length; ) {
234
- const t = ae[ie];
235
- ie++, ye(t), Ln(t.$$);
233
+ for (; re < se.length; ) {
234
+ const t = se[re];
235
+ re++, ge(t), Ln(t.$$);
236
236
  }
237
237
  } catch (t) {
238
- throw ae.length = 0, ie = 0, t;
238
+ throw se.length = 0, re = 0, t;
239
239
  }
240
- for (ye(null), ae.length = 0, ie = 0; Ze.length; )
241
- Ze.pop()();
242
- for (let t = 0; t < oe.length; t += 1) {
243
- const n = oe[t];
244
- Ue.has(n) || (Ue.add(n), n());
240
+ for (ge(null), se.length = 0, re = 0; Ve.length; )
241
+ Ve.pop()();
242
+ for (let t = 0; t < ae.length; t += 1) {
243
+ const n = ae[t];
244
+ $e.has(n) || ($e.add(n), n());
245
245
  }
246
- oe.length = 0;
247
- } while (ae.length);
246
+ ae.length = 0;
247
+ } while (se.length);
248
248
  for (; mt.length; )
249
249
  mt.pop()();
250
- Xe = !1, Ue.clear(), ye(e);
250
+ ze = !1, $e.clear(), ge(e);
251
251
  }
252
252
  function Ln(e) {
253
253
  if (e.fragment !== null) {
254
- e.update(), Ce(e.before_update);
254
+ e.update(), Ee(e.before_update);
255
255
  const t = e.dirty;
256
- e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(We);
256
+ e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Ze);
257
257
  }
258
258
  }
259
259
  function On(e) {
260
260
  const t = [], n = [];
261
- oe.forEach((r) => e.indexOf(r) === -1 ? t.push(r) : n.push(r)), n.forEach((r) => r()), oe = t;
261
+ ae.forEach((r) => e.indexOf(r) === -1 ? t.push(r) : n.push(r)), n.forEach((r) => r()), ae = t;
262
262
  }
263
- const Pn = /* @__PURE__ */ new Set();
264
- function Nn(e, t) {
265
- e && e.i && (Pn.delete(e), e.i(t));
263
+ const Nn = /* @__PURE__ */ new Set();
264
+ function Pn(e, t) {
265
+ e && e.i && (Nn.delete(e), e.i(t));
266
266
  }
267
267
  function dt(e) {
268
268
  return (e == null ? void 0 : e.length) !== void 0 ? e : Array.from(e);
269
269
  }
270
270
  function In(e, t, n) {
271
271
  const { fragment: r, after_update: i } = e.$$;
272
- r && r.m(t, n), We(() => {
273
- const s = e.$$.on_mount.map(Ut).filter(it);
274
- e.$$.on_destroy ? e.$$.on_destroy.push(...s) : Ce(s), e.$$.on_mount = [];
275
- }), i.forEach(We);
272
+ r && r.m(t, n), Ze(() => {
273
+ const s = e.$$.on_mount.map(Ut).filter(nt);
274
+ e.$$.on_destroy ? e.$$.on_destroy.push(...s) : Ee(s), e.$$.on_mount = [];
275
+ }), i.forEach(Ze);
276
276
  }
277
277
  function $n(e, t) {
278
278
  const n = e.$$;
279
- n.fragment !== null && (On(n.after_update), Ce(n.on_destroy), n.fragment && n.fragment.d(t), n.on_destroy = n.fragment = null, n.ctx = []);
279
+ n.fragment !== null && (On(n.after_update), Ee(n.on_destroy), n.fragment && n.fragment.d(t), n.on_destroy = n.fragment = null, n.ctx = []);
280
280
  }
281
281
  function kn(e, t) {
282
- e.$$.dirty[0] === -1 && (ae.push(e), An(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
282
+ e.$$.dirty[0] === -1 && (se.push(e), An(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
283
283
  }
284
284
  function Un(e, t, n, r, i, s, u = null, l = [-1]) {
285
- const h = ve;
286
- ye(e);
285
+ const h = ye;
286
+ ge(e);
287
287
  const a = e.$$ = {
288
288
  fragment: null,
289
289
  ctx: [],
@@ -310,15 +310,15 @@ function Un(e, t, n, r, i, s, u = null, l = [-1]) {
310
310
  if (a.ctx = n ? n(e, t.props || {}, (c, f, ...m) => {
311
311
  const g = m.length ? m[0] : f;
312
312
  return a.ctx && i(a.ctx[c], a.ctx[c] = g) && (!a.skip_bound && a.bound[c] && a.bound[c](g), o && kn(e, c)), f;
313
- }) : [], a.update(), o = !0, Ce(a.before_update), a.fragment = r ? r(a.ctx) : !1, t.target) {
313
+ }) : [], a.update(), o = !0, Ee(a.before_update), a.fragment = r ? r(a.ctx) : !1, t.target) {
314
314
  if (t.hydrate) {
315
- const c = Sn(t.target);
315
+ const c = Bn(t.target);
316
316
  a.fragment && a.fragment.l(c), c.forEach(z);
317
317
  } else
318
318
  a.fragment && a.fragment.c();
319
- t.intro && Nn(e.$$.fragment), In(e, t.target, t.anchor), D();
319
+ t.intro && Pn(e.$$.fragment), In(e, t.target, t.anchor), D();
320
320
  }
321
- ye(h);
321
+ ge(h);
322
322
  }
323
323
  let Ft;
324
324
  typeof HTMLElement == "function" && (Ft = class extends HTMLElement {
@@ -365,14 +365,14 @@ typeof HTMLElement == "function" && (Ft = class extends HTMLElement {
365
365
  let u;
366
366
  return {
367
367
  c: function() {
368
- u = _("slot"), s !== "default" && p(u, "name", s);
368
+ u = T("slot"), s !== "default" && p(u, "name", s);
369
369
  },
370
370
  /**
371
371
  * @param {HTMLElement} target
372
372
  * @param {HTMLElement} [anchor]
373
373
  */
374
374
  m: function(a, o) {
375
- W(a, u, o);
375
+ X(a, u, o);
376
376
  },
377
377
  d: function(a) {
378
378
  a && z(u);
@@ -382,12 +382,12 @@ typeof HTMLElement == "function" && (Ft = class extends HTMLElement {
382
382
  };
383
383
  if (yield Promise.resolve(), !this.$$cn || this.$$c)
384
384
  return;
385
- const n = {}, r = Bn(this);
385
+ const n = {}, r = Sn(this);
386
386
  for (const s of this.$$s)
387
387
  s in r && (n[s] = [t(s)]);
388
388
  for (const s of this.attributes) {
389
389
  const u = this.$$g_p(s.name);
390
- u in this.$$d || (this.$$d[u] = Te(u, s.value, this.$$p_d, "toProp"));
390
+ u in this.$$d || (this.$$d[u] = _e(u, s.value, this.$$p_d, "toProp"));
391
391
  }
392
392
  for (const s in this.$$p_d)
393
393
  !(s in this.$$d) && this[s] !== void 0 && (this.$$d[s] = this[s], delete this[s]);
@@ -404,7 +404,7 @@ typeof HTMLElement == "function" && (Ft = class extends HTMLElement {
404
404
  this.$$r = !0;
405
405
  for (const s in this.$$p_d)
406
406
  if (this.$$d[s] = this.$$c.$$.ctx[this.$$c.$$.props[s]], this.$$p_d[s].reflect) {
407
- const u = Te(
407
+ const u = _e(
408
408
  s,
409
409
  this.$$d[s],
410
410
  this.$$p_d,
@@ -428,7 +428,7 @@ typeof HTMLElement == "function" && (Ft = class extends HTMLElement {
428
428
  // and setting attributes through setAttribute etc, this is helpful
429
429
  attributeChangedCallback(t, n, r) {
430
430
  var i;
431
- this.$$r || (t = this.$$g_p(t), this.$$d[t] = Te(t, r, this.$$p_d, "toProp"), (i = this.$$c) == null || i.$set({ [t]: this.$$d[t] }));
431
+ this.$$r || (t = this.$$g_p(t), this.$$d[t] = _e(t, r, this.$$p_d, "toProp"), (i = this.$$c) == null || i.$set({ [t]: this.$$d[t] }));
432
432
  }
433
433
  disconnectedCallback() {
434
434
  this.$$cn = !1, Promise.resolve().then(() => {
@@ -441,7 +441,7 @@ typeof HTMLElement == "function" && (Ft = class extends HTMLElement {
441
441
  ) || t;
442
442
  }
443
443
  });
444
- function Te(e, t, n, r) {
444
+ function _e(e, t, n, r) {
445
445
  var s;
446
446
  const i = (s = n[e]) == null ? void 0 : s.type;
447
447
  if (t = i === "Boolean" && typeof t != "boolean" ? t != null : t, !r || !n[e])
@@ -489,7 +489,7 @@ function Gn(e, t, n, r, i, s) {
489
489
  },
490
490
  set(h) {
491
491
  var a;
492
- h = Te(l, h, t), this.$$d[l] = h, (a = this.$$c) == null || a.$set({ [l]: h });
492
+ h = _e(l, h, t), this.$$d[l] = h, (a = this.$$c) == null || a.$set({ [l]: h });
493
493
  }
494
494
  });
495
495
  }), r.forEach((l) => {
@@ -532,7 +532,7 @@ class Dn {
532
532
  * @returns {() => void}
533
533
  */
534
534
  $on(t, n) {
535
- if (!it(n))
535
+ if (!nt(n))
536
536
  return V;
537
537
  const r = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
538
538
  return r.push(n), () => {
@@ -550,24 +550,24 @@ class Dn {
550
550
  }
551
551
  const Fn = "4";
552
552
  typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Fn);
553
- const se = [];
553
+ const ie = [];
554
554
  function jn(e, t) {
555
555
  return {
556
- subscribe: Le(e, t).subscribe
556
+ subscribe: Re(e, t).subscribe
557
557
  };
558
558
  }
559
- function Le(e, t = V) {
559
+ function Re(e, t = V) {
560
560
  let n;
561
561
  const r = /* @__PURE__ */ new Set();
562
562
  function i(l) {
563
563
  if (Gt(e, l) && (e = l, n)) {
564
- const h = !se.length;
564
+ const h = !ie.length;
565
565
  for (const a of r)
566
- a[1](), se.push(a, e);
566
+ a[1](), ie.push(a, e);
567
567
  if (h) {
568
- for (let a = 0; a < se.length; a += 2)
569
- se[a][0](se[a + 1]);
570
- se.length = 0;
568
+ for (let a = 0; a < ie.length; a += 2)
569
+ ie[a][0](ie[a + 1]);
570
+ ie.length = 0;
571
571
  }
572
572
  }
573
573
  }
@@ -582,7 +582,7 @@ function Le(e, t = V) {
582
582
  }
583
583
  return { set: i, update: s, subscribe: u };
584
584
  }
585
- function me(e, t, n) {
585
+ function fe(e, t, n) {
586
586
  const r = !Array.isArray(e), i = r ? [e] : e;
587
587
  if (!i.every(Boolean))
588
588
  throw new Error("derived() expects stores as input, got a falsy value");
@@ -596,20 +596,20 @@ function me(e, t, n) {
596
596
  return;
597
597
  c();
598
598
  const g = t(r ? a[0] : a, u, l);
599
- s ? u(g) : c = it(g) ? g : V;
599
+ s ? u(g) : c = nt(g) ? g : V;
600
600
  }, m = i.map(
601
- (g, E) => Dt(
601
+ (g, C) => Dt(
602
602
  g,
603
- (C) => {
604
- a[E] = C, o &= ~(1 << E), h && f();
603
+ (_) => {
604
+ a[C] = _, o &= ~(1 << C), h && f();
605
605
  },
606
606
  () => {
607
- o |= 1 << E;
607
+ o |= 1 << C;
608
608
  }
609
609
  )
610
610
  );
611
611
  return h = !0, f(), function() {
612
- Ce(m), c(), h = !1;
612
+ Ee(m), c(), h = !1;
613
613
  };
614
614
  });
615
615
  }
@@ -633,19 +633,19 @@ function Qn(e) {
633
633
  function Jn(e) {
634
634
  return Array.isArray(e) ? [] : {};
635
635
  }
636
- function xe(e, t) {
637
- return t.clone !== !1 && t.isMergeableObject(e) ? ue(Jn(e), e, t) : e;
636
+ function ve(e, t) {
637
+ return t.clone !== !1 && t.isMergeableObject(e) ? oe(Jn(e), e, t) : e;
638
638
  }
639
639
  function Yn(e, t, n) {
640
640
  return e.concat(t).map(function(r) {
641
- return xe(r, n);
641
+ return ve(r, n);
642
642
  });
643
643
  }
644
644
  function Kn(e, t) {
645
645
  if (!t.customMerge)
646
- return ue;
646
+ return oe;
647
647
  var n = t.customMerge(e);
648
- return typeof n == "function" ? n : ue;
648
+ return typeof n == "function" ? n : oe;
649
649
  }
650
650
  function er(e) {
651
651
  return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
@@ -668,51 +668,65 @@ function tr(e, t) {
668
668
  function nr(e, t, n) {
669
669
  var r = {};
670
670
  return n.isMergeableObject(e) && pt(e).forEach(function(i) {
671
- r[i] = xe(e[i], n);
671
+ r[i] = ve(e[i], n);
672
672
  }), pt(t).forEach(function(i) {
673
- tr(e, i) || (jt(e, i) && n.isMergeableObject(t[i]) ? r[i] = Kn(i, n)(e[i], t[i], n) : r[i] = xe(t[i], n));
673
+ tr(e, i) || (jt(e, i) && n.isMergeableObject(t[i]) ? r[i] = Kn(i, n)(e[i], t[i], n) : r[i] = ve(t[i], n));
674
674
  }), r;
675
675
  }
676
- function ue(e, t, n) {
677
- n = n || {}, n.arrayMerge = n.arrayMerge || Yn, n.isMergeableObject = n.isMergeableObject || zn, n.cloneUnlessOtherwiseSpecified = xe;
676
+ function oe(e, t, n) {
677
+ n = n || {}, n.arrayMerge = n.arrayMerge || Yn, n.isMergeableObject = n.isMergeableObject || zn, n.cloneUnlessOtherwiseSpecified = ve;
678
678
  var r = Array.isArray(t), i = Array.isArray(e), s = r === i;
679
- return s ? r ? n.arrayMerge(e, t, n) : nr(e, t, n) : xe(t, n);
679
+ return s ? r ? n.arrayMerge(e, t, n) : nr(e, t, n) : ve(t, n);
680
680
  }
681
- ue.all = function(t, n) {
681
+ oe.all = function(t, n) {
682
682
  if (!Array.isArray(t))
683
683
  throw new Error("first argument should be an array");
684
684
  return t.reduce(function(r, i) {
685
- return ue(r, i, n);
685
+ return oe(r, i, n);
686
686
  }, {});
687
687
  };
688
- var rr = ue, ir = rr;
688
+ var rr = oe, ir = rr;
689
689
  const sr = /* @__PURE__ */ Vn(ir);
690
- var qe = function(e, t) {
691
- return qe = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, r) {
690
+ /*! *****************************************************************************
691
+ Copyright (c) Microsoft Corporation.
692
+
693
+ Permission to use, copy, modify, and/or distribute this software for any
694
+ purpose with or without fee is hereby granted.
695
+
696
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
697
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
698
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
699
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
700
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
701
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
702
+ PERFORMANCE OF THIS SOFTWARE.
703
+ ***************************************************************************** */
704
+ var Xe = function(e, t) {
705
+ return Xe = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, r) {
692
706
  n.__proto__ = r;
693
707
  } || function(n, r) {
694
708
  for (var i in r)
695
709
  Object.prototype.hasOwnProperty.call(r, i) && (n[i] = r[i]);
696
- }, qe(e, t);
710
+ }, Xe(e, t);
697
711
  };
698
- function Oe(e, t) {
712
+ function Ae(e, t) {
699
713
  if (typeof t != "function" && t !== null)
700
714
  throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
701
- qe(e, t);
715
+ Xe(e, t);
702
716
  function n() {
703
717
  this.constructor = e;
704
718
  }
705
719
  e.prototype = t === null ? Object.create(t) : (n.prototype = t.prototype, new n());
706
720
  }
707
- var X = function() {
708
- return X = Object.assign || function(t) {
721
+ var x = function() {
722
+ return x = Object.assign || function(t) {
709
723
  for (var n, r = 1, i = arguments.length; r < i; r++) {
710
724
  n = arguments[r];
711
725
  for (var s in n)
712
726
  Object.prototype.hasOwnProperty.call(n, s) && (t[s] = n[s]);
713
727
  }
714
728
  return t;
715
- }, X.apply(this, arguments);
729
+ }, x.apply(this, arguments);
716
730
  };
717
731
  function ar(e, t) {
718
732
  var n = {};
@@ -723,14 +737,14 @@ function ar(e, t) {
723
737
  t.indexOf(r[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, r[i]) && (n[r[i]] = e[r[i]]);
724
738
  return n;
725
739
  }
726
- function Ge(e, t, n) {
727
- if (n || arguments.length === 2)
740
+ function ke(e, t, n) {
741
+ if (arguments.length === 2)
728
742
  for (var r = 0, i = t.length, s; r < i; r++)
729
743
  (s || !(r in t)) && (s || (s = Array.prototype.slice.call(t, 0, r)), s[r] = t[r]);
730
- return e.concat(s || Array.prototype.slice.call(t));
744
+ return e.concat(s || t);
731
745
  }
732
- function De(e, t) {
733
- var n = t && t.cache ? t.cache : mr, r = t && t.serializer ? t.serializer : cr, i = t && t.strategy ? t.strategy : lr;
746
+ function Ue(e, t) {
747
+ var n = t && t.cache ? t.cache : fr, r = t && t.serializer ? t.serializer : cr, i = t && t.strategy ? t.strategy : ur;
734
748
  return i(e, {
735
749
  cache: n,
736
750
  serializer: r
@@ -739,103 +753,95 @@ function De(e, t) {
739
753
  function or(e) {
740
754
  return e == null || typeof e == "number" || typeof e == "boolean";
741
755
  }
742
- function ur(e, t, n, r) {
756
+ function Vt(e, t, n, r) {
743
757
  var i = or(r) ? r : n(r), s = t.get(i);
744
758
  return typeof s == "undefined" && (s = e.call(this, r), t.set(i, s)), s;
745
759
  }
746
- function Vt(e, t, n) {
760
+ function zt(e, t, n) {
747
761
  var r = Array.prototype.slice.call(arguments, 3), i = n(r), s = t.get(i);
748
762
  return typeof s == "undefined" && (s = e.apply(this, r), t.set(i, s)), s;
749
763
  }
750
- function zt(e, t, n, r, i) {
764
+ function rt(e, t, n, r, i) {
751
765
  return n.bind(t, e, r, i);
752
766
  }
767
+ function ur(e, t) {
768
+ var n = e.length === 1 ? Vt : zt;
769
+ return rt(e, this, n, t.cache.create(), t.serializer);
770
+ }
753
771
  function lr(e, t) {
754
- var n = e.length === 1 ? ur : Vt;
755
- return zt(e, this, n, t.cache.create(), t.serializer);
772
+ return rt(e, this, zt, t.cache.create(), t.serializer);
756
773
  }
757
774
  function hr(e, t) {
758
- return zt(e, this, Vt, t.cache.create(), t.serializer);
775
+ return rt(e, this, Vt, t.cache.create(), t.serializer);
759
776
  }
760
777
  var cr = function() {
761
778
  return JSON.stringify(arguments);
762
- }, fr = (
763
- /** @class */
764
- function() {
765
- function e() {
766
- this.cache = /* @__PURE__ */ Object.create(null);
767
- }
768
- return e.prototype.get = function(t) {
769
- return this.cache[t];
770
- }, e.prototype.set = function(t, n) {
771
- this.cache[t] = n;
772
- }, e;
773
- }()
774
- ), mr = {
779
+ };
780
+ function it() {
781
+ this.cache = /* @__PURE__ */ Object.create(null);
782
+ }
783
+ it.prototype.get = function(e) {
784
+ return this.cache[e];
785
+ };
786
+ it.prototype.set = function(e, t) {
787
+ this.cache[e] = t;
788
+ };
789
+ var fr = {
775
790
  create: function() {
776
- return new fr();
791
+ return new it();
777
792
  }
778
- }, Fe = {
779
- variadic: hr
780
- }, He = function() {
781
- return He = Object.assign || function(t) {
782
- for (var n, r = 1, i = arguments.length; r < i; r++) {
783
- n = arguments[r];
784
- for (var s in n)
785
- Object.prototype.hasOwnProperty.call(n, s) && (t[s] = n[s]);
786
- }
787
- return t;
788
- }, He.apply(this, arguments);
789
- };
790
- var y;
793
+ }, Ge = {
794
+ variadic: lr,
795
+ monadic: hr
796
+ }, y;
791
797
  (function(e) {
792
798
  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";
793
799
  })(y || (y = {}));
794
- var T;
800
+ var w;
795
801
  (function(e) {
796
802
  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";
797
- })(T || (T = {}));
798
- var le;
803
+ })(w || (w = {}));
804
+ var ue;
799
805
  (function(e) {
800
806
  e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
801
- })(le || (le = {}));
807
+ })(ue || (ue = {}));
802
808
  function bt(e) {
803
- return e.type === T.literal;
809
+ return e.type === w.literal;
804
810
  }
805
- function dr(e) {
806
- return e.type === T.argument;
811
+ function mr(e) {
812
+ return e.type === w.argument;
807
813
  }
808
814
  function Zt(e) {
809
- return e.type === T.number;
815
+ return e.type === w.number;
810
816
  }
811
817
  function Xt(e) {
812
- return e.type === T.date;
818
+ return e.type === w.date;
813
819
  }
814
820
  function Wt(e) {
815
- return e.type === T.time;
821
+ return e.type === w.time;
816
822
  }
817
823
  function qt(e) {
818
- return e.type === T.select;
824
+ return e.type === w.select;
819
825
  }
820
826
  function Qt(e) {
821
- return e.type === T.plural;
827
+ return e.type === w.plural;
822
828
  }
823
- function pr(e) {
824
- return e.type === T.pound;
829
+ function dr(e) {
830
+ return e.type === w.pound;
825
831
  }
826
832
  function Jt(e) {
827
- return e.type === T.tag;
833
+ return e.type === w.tag;
828
834
  }
829
835
  function Yt(e) {
830
- return !!(e && typeof e == "object" && e.type === le.number);
836
+ return !!(e && typeof e == "object" && e.type === ue.number);
831
837
  }
832
- function Qe(e) {
833
- return !!(e && typeof e == "object" && e.type === le.dateTime);
838
+ function We(e) {
839
+ return !!(e && typeof e == "object" && e.type === ue.dateTime);
834
840
  }
835
- var Kt = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, br = /(?:[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;
836
- function gr(e) {
841
+ var Kt = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, pr = /(?:[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;
842
+ function br(e) {
837
843
  var t = {};
838
- return e.replace(br, function(n) {
844
+ return e.replace(pr, function(n) {
839
845
  var r = n.length;
840
846
  switch (n[0]) {
841
847
  case "G":
@@ -924,21 +930,11 @@ function gr(e) {
924
930
  return "";
925
931
  }), t;
926
932
  }
927
- var w = function() {
928
- return w = Object.assign || function(t) {
929
- for (var n, r = 1, i = arguments.length; r < i; r++) {
930
- n = arguments[r];
931
- for (var s in n)
932
- Object.prototype.hasOwnProperty.call(n, s) && (t[s] = n[s]);
933
- }
934
- return t;
935
- }, w.apply(this, arguments);
936
- };
937
- var yr = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
938
- function vr(e) {
933
+ var gr = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
934
+ function yr(e) {
939
935
  if (e.length === 0)
940
936
  throw new Error("Number skeleton cannot be empty");
941
- for (var t = e.split(yr).filter(function(f) {
937
+ for (var t = e.split(gr).filter(function(f) {
942
938
  return f.length > 0;
943
939
  }), n = [], r = 0, i = t; r < i.length; r++) {
944
940
  var s = i[r], u = s.split("/");
@@ -953,10 +949,10 @@ function vr(e) {
953
949
  }
954
950
  return n;
955
951
  }
956
- function xr(e) {
952
+ function vr(e) {
957
953
  return e.replace(/^(.*?)-/, "");
958
954
  }
959
- var gt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, en = /^(@+)?(\+|#+)?[rs]?$/g, Er = /(\*)(0+)|(#+)(0+)|(0+)/g, tn = /^(0+)$/;
955
+ var gt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, en = /^(@+)?(\+|#+)?[rs]?$/g, xr = /(\*)(0+)|(#+)(0+)|(0+)/g, tn = /^(0+)$/;
960
956
  function yt(e) {
961
957
  var t = {};
962
958
  return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(en, function(n, r, i) {
@@ -1003,7 +999,7 @@ function nn(e) {
1003
999
  };
1004
1000
  }
1005
1001
  }
1006
- function Cr(e) {
1002
+ function Er(e) {
1007
1003
  var t;
1008
1004
  if (e[0] === "E" && e[1] === "E" ? (t = {
1009
1005
  notation: "engineering"
@@ -1021,7 +1017,7 @@ function vt(e) {
1021
1017
  var t = {}, n = nn(e);
1022
1018
  return n || t;
1023
1019
  }
1024
- function _r(e) {
1020
+ function Cr(e) {
1025
1021
  for (var t = {}, n = 0, r = e; n < r.length; n++) {
1026
1022
  var i = r[n];
1027
1023
  switch (i.stem) {
@@ -1045,7 +1041,7 @@ function _r(e) {
1045
1041
  continue;
1046
1042
  case "measure-unit":
1047
1043
  case "unit":
1048
- t.style = "unit", t.unit = xr(i.options[0]);
1044
+ t.style = "unit", t.unit = vr(i.options[0]);
1049
1045
  continue;
1050
1046
  case "compact-short":
1051
1047
  case "K":
@@ -1056,13 +1052,13 @@ function _r(e) {
1056
1052
  t.notation = "compact", t.compactDisplay = "long";
1057
1053
  continue;
1058
1054
  case "scientific":
1059
- t = w(w(w({}, t), { notation: "scientific" }), i.options.reduce(function(h, a) {
1060
- return w(w({}, h), vt(a));
1055
+ t = x(x(x({}, t), { notation: "scientific" }), i.options.reduce(function(h, a) {
1056
+ return x(x({}, h), vt(a));
1061
1057
  }, {}));
1062
1058
  continue;
1063
1059
  case "engineering":
1064
- t = w(w(w({}, t), { notation: "engineering" }), i.options.reduce(function(h, a) {
1065
- return w(w({}, h), vt(a));
1060
+ t = x(x(x({}, t), { notation: "engineering" }), i.options.reduce(function(h, a) {
1061
+ return x(x({}, h), vt(a));
1066
1062
  }, {}));
1067
1063
  continue;
1068
1064
  case "notation-simple":
@@ -1107,7 +1103,7 @@ function _r(e) {
1107
1103
  case "integer-width":
1108
1104
  if (i.options.length > 1)
1109
1105
  throw new RangeError("integer-width stems only accept a single optional option");
1110
- i.options[0].replace(Er, function(h, a, o, c, f, m) {
1106
+ i.options[0].replace(xr, function(h, a, o, c, f, m) {
1111
1107
  if (a)
1112
1108
  t.minimumIntegerDigits = o.length;
1113
1109
  else {
@@ -1131,21 +1127,21 @@ function _r(e) {
1131
1127
  return o === "*" ? t.minimumFractionDigits = a.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : f && m ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + m.length) : (t.minimumFractionDigits = a.length, t.maximumFractionDigits = a.length), "";
1132
1128
  });
1133
1129
  var s = i.options[0];
1134
- s === "w" ? t = w(w({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = w(w({}, t), yt(s)));
1130
+ s === "w" ? t = x(x({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = x(x({}, t), yt(s)));
1135
1131
  continue;
1136
1132
  }
1137
1133
  if (en.test(i.stem)) {
1138
- t = w(w({}, t), yt(i.stem));
1134
+ t = x(x({}, t), yt(i.stem));
1139
1135
  continue;
1140
1136
  }
1141
1137
  var u = nn(i.stem);
1142
- u && (t = w(w({}, t), u));
1143
- var l = Cr(i.stem);
1144
- l && (t = w(w({}, t), l));
1138
+ u && (t = x(x({}, t), u));
1139
+ var l = Er(i.stem);
1140
+ l && (t = x(x({}, t), l));
1145
1141
  }
1146
1142
  return t;
1147
1143
  }
1148
- var _e = {
1144
+ var Ce = {
1149
1145
  "001": [
1150
1146
  "H",
1151
1147
  "h"
@@ -2560,13 +2556,13 @@ var _e = {
2560
2556
  "h"
2561
2557
  ]
2562
2558
  };
2563
- function Tr(e, t) {
2559
+ function _r(e, t) {
2564
2560
  for (var n = "", r = 0; r < e.length; r++) {
2565
2561
  var i = e.charAt(r);
2566
2562
  if (i === "j") {
2567
2563
  for (var s = 0; r + 1 < e.length && e.charAt(r + 1) === i; )
2568
2564
  s++, r++;
2569
- var u = 1 + (s & 1), l = s < 2 ? 1 : 3 + (s >> 1), h = "a", a = wr(t);
2565
+ var u = 1 + (s & 1), l = s < 2 ? 1 : 3 + (s >> 1), h = "a", a = Tr(t);
2570
2566
  for ((a == "H" || a == "k") && (l = 0); l-- > 0; )
2571
2567
  n += h;
2572
2568
  for (; u-- > 0; )
@@ -2576,7 +2572,7 @@ function Tr(e, t) {
2576
2572
  }
2577
2573
  return n;
2578
2574
  }
2579
- function wr(e) {
2575
+ function Tr(e) {
2580
2576
  var t = e.hourCycle;
2581
2577
  if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
2582
2578
  e.hourCycles && // @ts-ignore
@@ -2595,23 +2591,23 @@ function wr(e) {
2595
2591
  }
2596
2592
  var n = e.language, r;
2597
2593
  n !== "root" && (r = e.maximize().region);
2598
- var i = _e[r || ""] || _e[n || ""] || _e["".concat(n, "-001")] || _e["001"];
2594
+ var i = Ce[r || ""] || Ce[n || ""] || Ce["".concat(n, "-001")] || Ce["001"];
2599
2595
  return i[0];
2600
2596
  }
2601
- var je, Sr = new RegExp("^".concat(Kt.source, "*")), Br = new RegExp("".concat(Kt.source, "*$"));
2597
+ var De, wr = new RegExp("^".concat(Kt.source, "*")), Br = new RegExp("".concat(Kt.source, "*$"));
2602
2598
  function v(e, t) {
2603
2599
  return { start: e, end: t };
2604
2600
  }
2605
- var Hr = !!String.prototype.startsWith && "_a".startsWith("a", 1), Mr = !!String.fromCodePoint, Rr = !!Object.fromEntries, Ar = !!String.prototype.codePointAt, Lr = !!String.prototype.trimStart, Or = !!String.prototype.trimEnd, Pr = !!Number.isSafeInteger, Nr = Pr ? Number.isSafeInteger : function(e) {
2601
+ var Sr = !!String.prototype.startsWith && "_a".startsWith("a", 1), Hr = !!String.fromCodePoint, Mr = !!Object.fromEntries, Rr = !!String.prototype.codePointAt, Ar = !!String.prototype.trimStart, Lr = !!String.prototype.trimEnd, Or = !!Number.isSafeInteger, Nr = Or ? Number.isSafeInteger : function(e) {
2606
2602
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
2607
- }, Je = !0;
2603
+ }, qe = !0;
2608
2604
  try {
2609
- var Ir = sn("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2610
- Je = ((je = Ir.exec("a")) === null || je === void 0 ? void 0 : je[0]) === "a";
2605
+ var Pr = sn("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2606
+ qe = ((De = Pr.exec("a")) === null || De === void 0 ? void 0 : De[0]) === "a";
2611
2607
  } catch (e) {
2612
- Je = !1;
2608
+ qe = !1;
2613
2609
  }
2614
- var xt = Hr ? (
2610
+ var xt = Sr ? (
2615
2611
  // Native
2616
2612
  function(t, n, r) {
2617
2613
  return t.startsWith(n, r);
@@ -2621,7 +2617,7 @@ var xt = Hr ? (
2621
2617
  function(t, n, r) {
2622
2618
  return t.slice(r, r + n.length) === n;
2623
2619
  }
2624
- ), Ye = Mr ? String.fromCodePoint : (
2620
+ ), Qe = Hr ? String.fromCodePoint : (
2625
2621
  // IE11
2626
2622
  function() {
2627
2623
  for (var t = [], n = 0; n < arguments.length; n++)
@@ -2635,7 +2631,7 @@ var xt = Hr ? (
2635
2631
  }
2636
2632
  ), Et = (
2637
2633
  // native
2638
- Rr ? Object.fromEntries : (
2634
+ Mr ? Object.fromEntries : (
2639
2635
  // Ponyfill
2640
2636
  function(t) {
2641
2637
  for (var n = {}, r = 0, i = t; r < i.length; r++) {
@@ -2645,7 +2641,7 @@ var xt = Hr ? (
2645
2641
  return n;
2646
2642
  }
2647
2643
  )
2648
- ), rn = Ar ? (
2644
+ ), rn = Rr ? (
2649
2645
  // Native
2650
2646
  function(t, n) {
2651
2647
  return t.codePointAt(n);
@@ -2659,7 +2655,7 @@ var xt = Hr ? (
2659
2655
  return i < 55296 || i > 56319 || n + 1 === r || (s = t.charCodeAt(n + 1)) < 56320 || s > 57343 ? i : (i - 55296 << 10) + (s - 56320) + 65536;
2660
2656
  }
2661
2657
  }
2662
- ), $r = Lr ? (
2658
+ ), Ir = Ar ? (
2663
2659
  // Native
2664
2660
  function(t) {
2665
2661
  return t.trimStart();
@@ -2667,9 +2663,9 @@ var xt = Hr ? (
2667
2663
  ) : (
2668
2664
  // Ponyfill
2669
2665
  function(t) {
2670
- return t.replace(Sr, "");
2666
+ return t.replace(wr, "");
2671
2667
  }
2672
- ), kr = Or ? (
2668
+ ), $r = Lr ? (
2673
2669
  // Native
2674
2670
  function(t) {
2675
2671
  return t.trimEnd();
@@ -2683,26 +2679,26 @@ var xt = Hr ? (
2683
2679
  function sn(e, t) {
2684
2680
  return new RegExp(e, t);
2685
2681
  }
2686
- var Ke;
2687
- if (Je) {
2682
+ var Je;
2683
+ if (qe) {
2688
2684
  var Ct = sn("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2689
- Ke = function(t, n) {
2685
+ Je = function(t, n) {
2690
2686
  var r;
2691
2687
  Ct.lastIndex = n;
2692
2688
  var i = Ct.exec(t);
2693
2689
  return (r = i[1]) !== null && r !== void 0 ? r : "";
2694
2690
  };
2695
2691
  } else
2696
- Ke = function(t, n) {
2692
+ Je = function(t, n) {
2697
2693
  for (var r = []; ; ) {
2698
2694
  var i = rn(t, n);
2699
- if (i === void 0 || an(i) || Fr(i))
2695
+ if (i === void 0 || an(i) || Dr(i))
2700
2696
  break;
2701
2697
  r.push(i), n += i >= 65536 ? 2 : 1;
2702
2698
  }
2703
- return Ye.apply(void 0, r);
2699
+ return Qe.apply(void 0, r);
2704
2700
  };
2705
- var Ur = (
2701
+ var kr = (
2706
2702
  /** @class */
2707
2703
  function() {
2708
2704
  function e(t, n) {
@@ -2726,14 +2722,14 @@ var Ur = (
2726
2722
  if (s === 35 && (n === "plural" || n === "selectordinal")) {
2727
2723
  var l = this.clonePosition();
2728
2724
  this.bump(), i.push({
2729
- type: T.pound,
2725
+ type: w.pound,
2730
2726
  location: v(l, this.clonePosition())
2731
2727
  });
2732
2728
  } else if (s === 60 && !this.ignoreTag && this.peek() === 47) {
2733
2729
  if (r)
2734
2730
  break;
2735
2731
  return this.error(y.UNMATCHED_CLOSING_TAG, v(this.clonePosition(), this.clonePosition()));
2736
- } else if (s === 60 && !this.ignoreTag && et(this.peek() || 0)) {
2732
+ } else if (s === 60 && !this.ignoreTag && Ye(this.peek() || 0)) {
2737
2733
  var u = this.parseTag(t, n);
2738
2734
  if (u.err)
2739
2735
  return u;
@@ -2754,7 +2750,7 @@ var Ur = (
2754
2750
  if (this.bumpSpace(), this.bumpIf("/>"))
2755
2751
  return {
2756
2752
  val: {
2757
- type: T.literal,
2753
+ type: w.literal,
2758
2754
  value: "<".concat(i, "/>"),
2759
2755
  location: v(r, this.clonePosition())
2760
2756
  },
@@ -2766,12 +2762,12 @@ var Ur = (
2766
2762
  return s;
2767
2763
  var u = s.val, l = this.clonePosition();
2768
2764
  if (this.bumpIf("</")) {
2769
- if (this.isEOF() || !et(this.char()))
2765
+ if (this.isEOF() || !Ye(this.char()))
2770
2766
  return this.error(y.INVALID_TAG, v(l, this.clonePosition()));
2771
2767
  var h = this.clonePosition(), a = this.parseTagName();
2772
2768
  return i !== a ? this.error(y.UNMATCHED_CLOSING_TAG, v(h, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
2773
2769
  val: {
2774
- type: T.tag,
2770
+ type: w.tag,
2775
2771
  value: i,
2776
2772
  children: u,
2777
2773
  location: v(r, this.clonePosition())
@@ -2784,7 +2780,7 @@ var Ur = (
2784
2780
  return this.error(y.INVALID_TAG, v(r, this.clonePosition()));
2785
2781
  }, e.prototype.parseTagName = function() {
2786
2782
  var t = this.offset();
2787
- for (this.bump(); !this.isEOF() && Dr(this.char()); )
2783
+ for (this.bump(); !this.isEOF() && Gr(this.char()); )
2788
2784
  this.bump();
2789
2785
  return this.message.slice(t, this.offset());
2790
2786
  }, e.prototype.parseLiteral = function(t, n) {
@@ -2808,12 +2804,12 @@ var Ur = (
2808
2804
  }
2809
2805
  var h = v(r, this.clonePosition());
2810
2806
  return {
2811
- val: { type: T.literal, value: i, location: h },
2807
+ val: { type: w.literal, value: i, location: h },
2812
2808
  err: null
2813
2809
  };
2814
2810
  }, e.prototype.tryParseLeftAngleBracket = function() {
2815
2811
  return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
2816
- !Gr(this.peek() || 0)) ? (this.bump(), "<") : null;
2812
+ !Ur(this.peek() || 0)) ? (this.bump(), "<") : null;
2817
2813
  }, e.prototype.tryParseQuote = function(t) {
2818
2814
  if (this.isEOF() || this.char() !== 39)
2819
2815
  return null;
@@ -2847,12 +2843,12 @@ var Ur = (
2847
2843
  n.push(r);
2848
2844
  this.bump();
2849
2845
  }
2850
- return Ye.apply(void 0, n);
2846
+ return Qe.apply(void 0, n);
2851
2847
  }, e.prototype.tryParseUnquoted = function(t, n) {
2852
2848
  if (this.isEOF())
2853
2849
  return null;
2854
2850
  var r = this.char();
2855
- return r === 60 || r === 123 || r === 35 && (n === "plural" || n === "selectordinal") || r === 125 && t > 0 ? null : (this.bump(), Ye(r));
2851
+ return r === 60 || r === 123 || r === 35 && (n === "plural" || n === "selectordinal") || r === 125 && t > 0 ? null : (this.bump(), Qe(r));
2856
2852
  }, e.prototype.parseArgument = function(t, n) {
2857
2853
  var r = this.clonePosition();
2858
2854
  if (this.bump(), this.bumpSpace(), this.isEOF())
@@ -2868,7 +2864,7 @@ var Ur = (
2868
2864
  case 125:
2869
2865
  return this.bump(), {
2870
2866
  val: {
2871
- type: T.argument,
2867
+ type: w.argument,
2872
2868
  // value does not include the opening and closing braces.
2873
2869
  value: i,
2874
2870
  location: v(r, this.clonePosition())
@@ -2881,7 +2877,7 @@ var Ur = (
2881
2877
  return this.error(y.MALFORMED_ARGUMENT, v(r, this.clonePosition()));
2882
2878
  }
2883
2879
  }, e.prototype.parseIdentifierIfPossible = function() {
2884
- var t = this.clonePosition(), n = this.offset(), r = Ke(this.message, n), i = n + r.length;
2880
+ var t = this.clonePosition(), n = this.offset(), r = Je(this.message, n), i = n + r.length;
2885
2881
  this.bumpTo(i);
2886
2882
  var s = this.clonePosition(), u = v(t, s);
2887
2883
  return { value: r, location: u };
@@ -2900,7 +2896,7 @@ var Ur = (
2900
2896
  var o = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
2901
2897
  if (c.err)
2902
2898
  return c;
2903
- var f = kr(c.val);
2899
+ var f = $r(c.val);
2904
2900
  if (f.length === 0)
2905
2901
  return this.error(y.EXPECT_ARGUMENT_STYLE, v(this.clonePosition(), this.clonePosition()));
2906
2902
  var m = v(o, this.clonePosition());
@@ -2909,37 +2905,37 @@ var Ur = (
2909
2905
  var g = this.tryParseArgumentClose(i);
2910
2906
  if (g.err)
2911
2907
  return g;
2912
- var E = v(i, this.clonePosition());
2908
+ var C = v(i, this.clonePosition());
2913
2909
  if (a && xt(a == null ? void 0 : a.style, "::", 0)) {
2914
- var C = $r(a.style.slice(2));
2910
+ var _ = Ir(a.style.slice(2));
2915
2911
  if (l === "number") {
2916
- var c = this.parseNumberSkeletonFromString(C, a.styleLocation);
2912
+ var c = this.parseNumberSkeletonFromString(_, a.styleLocation);
2917
2913
  return c.err ? c : {
2918
- val: { type: T.number, value: r, location: E, style: c.val },
2914
+ val: { type: w.number, value: r, location: C, style: c.val },
2919
2915
  err: null
2920
2916
  };
2921
2917
  } else {
2922
- if (C.length === 0)
2923
- return this.error(y.EXPECT_DATE_TIME_SKELETON, E);
2924
- var S = C;
2925
- this.locale && (S = Tr(C, this.locale));
2918
+ if (_.length === 0)
2919
+ return this.error(y.EXPECT_DATE_TIME_SKELETON, C);
2920
+ var B = _;
2921
+ this.locale && (B = _r(_, this.locale));
2926
2922
  var f = {
2927
- type: le.dateTime,
2928
- pattern: S,
2923
+ type: ue.dateTime,
2924
+ pattern: B,
2929
2925
  location: a.styleLocation,
2930
- parsedOptions: this.shouldParseSkeletons ? gr(S) : {}
2931
- }, B = l === "date" ? T.date : T.time;
2926
+ parsedOptions: this.shouldParseSkeletons ? br(B) : {}
2927
+ }, S = l === "date" ? w.date : w.time;
2932
2928
  return {
2933
- val: { type: B, value: r, location: E, style: f },
2929
+ val: { type: S, value: r, location: C, style: f },
2934
2930
  err: null
2935
2931
  };
2936
2932
  }
2937
2933
  }
2938
2934
  return {
2939
2935
  val: {
2940
- type: l === "number" ? T.number : l === "date" ? T.date : T.time,
2936
+ type: l === "number" ? w.number : l === "date" ? w.date : w.time,
2941
2937
  value: r,
2942
- location: E,
2938
+ location: C,
2943
2939
  style: (s = a == null ? void 0 : a.style) !== null && s !== void 0 ? s : null
2944
2940
  },
2945
2941
  err: null
@@ -2950,7 +2946,7 @@ var Ur = (
2950
2946
  case "select": {
2951
2947
  var H = this.clonePosition();
2952
2948
  if (this.bumpSpace(), !this.bumpIf(","))
2953
- return this.error(y.EXPECT_SELECT_ARGUMENT_OPTIONS, v(H, He({}, H)));
2949
+ return this.error(y.EXPECT_SELECT_ARGUMENT_OPTIONS, v(H, x({}, H)));
2954
2950
  this.bumpSpace();
2955
2951
  var A = this.parseIdentifierIfPossible(), M = 0;
2956
2952
  if (l !== "select" && A.value === "offset") {
@@ -2971,7 +2967,7 @@ var Ur = (
2971
2967
  var Z = v(i, this.clonePosition());
2972
2968
  return l === "select" ? {
2973
2969
  val: {
2974
- type: T.select,
2970
+ type: w.select,
2975
2971
  value: r,
2976
2972
  options: Et(F.val),
2977
2973
  location: Z
@@ -2979,7 +2975,7 @@ var Ur = (
2979
2975
  err: null
2980
2976
  } : {
2981
2977
  val: {
2982
- type: T.plural,
2978
+ type: w.plural,
2983
2979
  value: r,
2984
2980
  options: Et(F.val),
2985
2981
  offset: M,
@@ -3032,16 +3028,16 @@ var Ur = (
3032
3028
  }, e.prototype.parseNumberSkeletonFromString = function(t, n) {
3033
3029
  var r = [];
3034
3030
  try {
3035
- r = vr(t);
3031
+ r = yr(t);
3036
3032
  } catch (i) {
3037
3033
  return this.error(y.INVALID_NUMBER_SKELETON, n);
3038
3034
  }
3039
3035
  return {
3040
3036
  val: {
3041
- type: le.number,
3037
+ type: ue.number,
3042
3038
  tokens: r,
3043
3039
  location: n,
3044
- parsedOptions: this.shouldParseSkeletons ? _r(r) : {}
3040
+ parsedOptions: this.shouldParseSkeletons ? Cr(r) : {}
3045
3041
  },
3046
3042
  err: null
3047
3043
  };
@@ -3066,9 +3062,9 @@ var Ur = (
3066
3062
  var g = this.parseMessage(t + 1, n, r);
3067
3063
  if (g.err)
3068
3064
  return g;
3069
- var E = this.tryParseArgumentClose(m);
3070
- if (E.err)
3071
- return E;
3065
+ var C = this.tryParseArgumentClose(m);
3066
+ if (C.err)
3067
+ return C;
3072
3068
  l.push([
3073
3069
  a,
3074
3070
  {
@@ -3155,47 +3151,47 @@ var Ur = (
3155
3151
  }, e;
3156
3152
  }()
3157
3153
  );
3158
- function et(e) {
3154
+ function Ye(e) {
3159
3155
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3160
3156
  }
3161
- function Gr(e) {
3162
- return et(e) || e === 47;
3157
+ function Ur(e) {
3158
+ return Ye(e) || e === 47;
3163
3159
  }
3164
- function Dr(e) {
3160
+ function Gr(e) {
3165
3161
  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;
3166
3162
  }
3167
3163
  function an(e) {
3168
3164
  return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3169
3165
  }
3170
- function Fr(e) {
3166
+ function Dr(e) {
3171
3167
  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;
3172
3168
  }
3173
- function tt(e) {
3169
+ function Ke(e) {
3174
3170
  e.forEach(function(t) {
3175
3171
  if (delete t.location, qt(t) || Qt(t))
3176
3172
  for (var n in t.options)
3177
- delete t.options[n].location, tt(t.options[n].value);
3173
+ delete t.options[n].location, Ke(t.options[n].value);
3178
3174
  else
3179
- Zt(t) && Yt(t.style) || (Xt(t) || Wt(t)) && Qe(t.style) ? delete t.style.location : Jt(t) && tt(t.children);
3175
+ Zt(t) && Yt(t.style) || (Xt(t) || Wt(t)) && We(t.style) ? delete t.style.location : Jt(t) && Ke(t.children);
3180
3176
  });
3181
3177
  }
3182
- function jr(e, t) {
3183
- t === void 0 && (t = {}), t = He({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3184
- var n = new Ur(e, t).parse();
3178
+ function Fr(e, t) {
3179
+ t === void 0 && (t = {}), t = x({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3180
+ var n = new kr(e, t).parse();
3185
3181
  if (n.err) {
3186
3182
  var r = SyntaxError(y[n.err.kind]);
3187
3183
  throw r.location = n.err.location, r.originalMessage = n.err.message, r;
3188
3184
  }
3189
- return t != null && t.captureLocation || tt(n.val), n.val;
3185
+ return t != null && t.captureLocation || Ke(n.val), n.val;
3190
3186
  }
3191
- var he;
3187
+ var le;
3192
3188
  (function(e) {
3193
3189
  e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
3194
- })(he || (he = {}));
3195
- var Pe = (
3190
+ })(le || (le = {}));
3191
+ var Le = (
3196
3192
  /** @class */
3197
3193
  function(e) {
3198
- Oe(t, e);
3194
+ Ae(t, e);
3199
3195
  function t(n, r, i) {
3200
3196
  var s = e.call(this, n) || this;
3201
3197
  return s.code = r, s.originalMessage = i, s;
@@ -3207,48 +3203,48 @@ var Pe = (
3207
3203
  ), _t = (
3208
3204
  /** @class */
3209
3205
  function(e) {
3210
- Oe(t, e);
3206
+ Ae(t, e);
3211
3207
  function t(n, r, i, s) {
3212
- return e.call(this, 'Invalid values for "'.concat(n, '": "').concat(r, '". Options are "').concat(Object.keys(i).join('", "'), '"'), he.INVALID_VALUE, s) || this;
3208
+ return e.call(this, 'Invalid values for "'.concat(n, '": "').concat(r, '". Options are "').concat(Object.keys(i).join('", "'), '"'), le.INVALID_VALUE, s) || this;
3213
3209
  }
3214
3210
  return t;
3215
- }(Pe)
3216
- ), Vr = (
3211
+ }(Le)
3212
+ ), jr = (
3217
3213
  /** @class */
3218
3214
  function(e) {
3219
- Oe(t, e);
3215
+ Ae(t, e);
3220
3216
  function t(n, r, i) {
3221
- return e.call(this, 'Value for "'.concat(n, '" must be of type ').concat(r), he.INVALID_VALUE, i) || this;
3217
+ return e.call(this, 'Value for "'.concat(n, '" must be of type ').concat(r), le.INVALID_VALUE, i) || this;
3222
3218
  }
3223
3219
  return t;
3224
- }(Pe)
3225
- ), zr = (
3220
+ }(Le)
3221
+ ), Vr = (
3226
3222
  /** @class */
3227
3223
  function(e) {
3228
- Oe(t, e);
3224
+ Ae(t, e);
3229
3225
  function t(n, r) {
3230
- return e.call(this, 'The intl string context variable "'.concat(n, '" was not provided to the string "').concat(r, '"'), he.MISSING_VALUE, r) || this;
3226
+ return e.call(this, 'The intl string context variable "'.concat(n, '" was not provided to the string "').concat(r, '"'), le.MISSING_VALUE, r) || this;
3231
3227
  }
3232
3228
  return t;
3233
- }(Pe)
3234
- ), P;
3229
+ }(Le)
3230
+ ), N;
3235
3231
  (function(e) {
3236
3232
  e[e.literal = 0] = "literal", e[e.object = 1] = "object";
3237
- })(P || (P = {}));
3238
- function Zr(e) {
3233
+ })(N || (N = {}));
3234
+ function zr(e) {
3239
3235
  return e.length < 2 ? e : e.reduce(function(t, n) {
3240
3236
  var r = t[t.length - 1];
3241
- return !r || r.type !== P.literal || n.type !== P.literal ? t.push(n) : r.value += n.value, t;
3237
+ return !r || r.type !== N.literal || n.type !== N.literal ? t.push(n) : r.value += n.value, t;
3242
3238
  }, []);
3243
3239
  }
3244
- function Xr(e) {
3240
+ function Zr(e) {
3245
3241
  return typeof e == "function";
3246
3242
  }
3247
- function we(e, t, n, r, i, s, u) {
3243
+ function Te(e, t, n, r, i, s, u) {
3248
3244
  if (e.length === 1 && bt(e[0]))
3249
3245
  return [
3250
3246
  {
3251
- type: P.literal,
3247
+ type: N.literal,
3252
3248
  value: e[0].value
3253
3249
  }
3254
3250
  ];
@@ -3256,41 +3252,41 @@ function we(e, t, n, r, i, s, u) {
3256
3252
  var o = a[h];
3257
3253
  if (bt(o)) {
3258
3254
  l.push({
3259
- type: P.literal,
3255
+ type: N.literal,
3260
3256
  value: o.value
3261
3257
  });
3262
3258
  continue;
3263
3259
  }
3264
- if (pr(o)) {
3260
+ if (dr(o)) {
3265
3261
  typeof s == "number" && l.push({
3266
- type: P.literal,
3262
+ type: N.literal,
3267
3263
  value: n.getNumberFormat(t).format(s)
3268
3264
  });
3269
3265
  continue;
3270
3266
  }
3271
3267
  var c = o.value;
3272
3268
  if (!(i && c in i))
3273
- throw new zr(c, u);
3269
+ throw new Vr(c, u);
3274
3270
  var f = i[c];
3275
- if (dr(o)) {
3271
+ if (mr(o)) {
3276
3272
  (!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), l.push({
3277
- type: typeof f == "string" ? P.literal : P.object,
3273
+ type: typeof f == "string" ? N.literal : N.object,
3278
3274
  value: f
3279
3275
  });
3280
3276
  continue;
3281
3277
  }
3282
3278
  if (Xt(o)) {
3283
- var m = typeof o.style == "string" ? r.date[o.style] : Qe(o.style) ? o.style.parsedOptions : void 0;
3279
+ var m = typeof o.style == "string" ? r.date[o.style] : We(o.style) ? o.style.parsedOptions : void 0;
3284
3280
  l.push({
3285
- type: P.literal,
3281
+ type: N.literal,
3286
3282
  value: n.getDateTimeFormat(t, m).format(f)
3287
3283
  });
3288
3284
  continue;
3289
3285
  }
3290
3286
  if (Wt(o)) {
3291
- var m = typeof o.style == "string" ? r.time[o.style] : Qe(o.style) ? o.style.parsedOptions : r.time.medium;
3287
+ var m = typeof o.style == "string" ? r.time[o.style] : We(o.style) ? o.style.parsedOptions : r.time.medium;
3292
3288
  l.push({
3293
- type: P.literal,
3289
+ type: N.literal,
3294
3290
  value: n.getDateTimeFormat(t, m).format(f)
3295
3291
  });
3296
3292
  continue;
@@ -3298,21 +3294,21 @@ function we(e, t, n, r, i, s, u) {
3298
3294
  if (Zt(o)) {
3299
3295
  var m = typeof o.style == "string" ? r.number[o.style] : Yt(o.style) ? o.style.parsedOptions : void 0;
3300
3296
  m && m.scale && (f = f * (m.scale || 1)), l.push({
3301
- type: P.literal,
3297
+ type: N.literal,
3302
3298
  value: n.getNumberFormat(t, m).format(f)
3303
3299
  });
3304
3300
  continue;
3305
3301
  }
3306
3302
  if (Jt(o)) {
3307
- var g = o.children, E = o.value, C = i[E];
3308
- if (!Xr(C))
3309
- throw new Vr(E, "function", u);
3310
- var S = we(g, t, n, r, i, s), B = C(S.map(function(M) {
3303
+ var g = o.children, C = o.value, _ = i[C];
3304
+ if (!Zr(_))
3305
+ throw new jr(C, "function", u);
3306
+ var B = Te(g, t, n, r, i, s), S = _(B.map(function(M) {
3311
3307
  return M.value;
3312
3308
  }));
3313
- Array.isArray(B) || (B = [B]), l.push.apply(l, B.map(function(M) {
3309
+ Array.isArray(S) || (S = [S]), l.push.apply(l, S.map(function(M) {
3314
3310
  return {
3315
- type: typeof M == "string" ? P.literal : P.object,
3311
+ type: typeof M == "string" ? N.literal : N.object,
3316
3312
  value: M
3317
3313
  };
3318
3314
  }));
@@ -3321,38 +3317,38 @@ function we(e, t, n, r, i, s, u) {
3321
3317
  var H = o.options[f] || o.options.other;
3322
3318
  if (!H)
3323
3319
  throw new _t(o.value, f, Object.keys(o.options), u);
3324
- l.push.apply(l, we(H.value, t, n, r, i));
3320
+ l.push.apply(l, Te(H.value, t, n, r, i));
3325
3321
  continue;
3326
3322
  }
3327
3323
  if (Qt(o)) {
3328
3324
  var H = o.options["=".concat(f)];
3329
3325
  if (!H) {
3330
3326
  if (!Intl.PluralRules)
3331
- throw new Pe(`Intl.PluralRules is not available in this environment.
3327
+ throw new Le(`Intl.PluralRules is not available in this environment.
3332
3328
  Try polyfilling it using "@formatjs/intl-pluralrules"
3333
- `, he.MISSING_INTL_API, u);
3329
+ `, le.MISSING_INTL_API, u);
3334
3330
  var A = n.getPluralRules(t, { type: o.pluralType }).select(f - (o.offset || 0));
3335
3331
  H = o.options[A] || o.options.other;
3336
3332
  }
3337
3333
  if (!H)
3338
3334
  throw new _t(o.value, f, Object.keys(o.options), u);
3339
- l.push.apply(l, we(H.value, t, n, r, i, f - (o.offset || 0)));
3335
+ l.push.apply(l, Te(H.value, t, n, r, i, f - (o.offset || 0)));
3340
3336
  continue;
3341
3337
  }
3342
3338
  }
3343
- return Zr(l);
3339
+ return zr(l);
3344
3340
  }
3345
- function Wr(e, t) {
3346
- return t ? X(X(X({}, e || {}), t || {}), Object.keys(e).reduce(function(n, r) {
3347
- return n[r] = X(X({}, e[r]), t[r] || {}), n;
3341
+ function Xr(e, t) {
3342
+ return t ? x(x(x({}, e || {}), t || {}), Object.keys(e).reduce(function(n, r) {
3343
+ return n[r] = x(x({}, e[r]), t[r] || {}), n;
3348
3344
  }, {})) : e;
3349
3345
  }
3350
- function qr(e, t) {
3346
+ function Wr(e, t) {
3351
3347
  return t ? Object.keys(e).reduce(function(n, r) {
3352
- return n[r] = Wr(e[r], t[r]), n;
3353
- }, X({}, e)) : e;
3348
+ return n[r] = Xr(e[r], t[r]), n;
3349
+ }, x({}, e)) : e;
3354
3350
  }
3355
- function Ve(e) {
3351
+ function Fe(e) {
3356
3352
  return {
3357
3353
  create: function() {
3358
3354
  return {
@@ -3366,39 +3362,39 @@ function Ve(e) {
3366
3362
  }
3367
3363
  };
3368
3364
  }
3369
- function Qr(e) {
3365
+ function qr(e) {
3370
3366
  return e === void 0 && (e = {
3371
3367
  number: {},
3372
3368
  dateTime: {},
3373
3369
  pluralRules: {}
3374
3370
  }), {
3375
- getNumberFormat: De(function() {
3371
+ getNumberFormat: Ue(function() {
3376
3372
  for (var t, n = [], r = 0; r < arguments.length; r++)
3377
3373
  n[r] = arguments[r];
3378
- return new ((t = Intl.NumberFormat).bind.apply(t, Ge([void 0], n, !1)))();
3374
+ return new ((t = Intl.NumberFormat).bind.apply(t, ke([void 0], n, !1)))();
3379
3375
  }, {
3380
- cache: Ve(e.number),
3381
- strategy: Fe.variadic
3376
+ cache: Fe(e.number),
3377
+ strategy: Ge.variadic
3382
3378
  }),
3383
- getDateTimeFormat: De(function() {
3379
+ getDateTimeFormat: Ue(function() {
3384
3380
  for (var t, n = [], r = 0; r < arguments.length; r++)
3385
3381
  n[r] = arguments[r];
3386
- return new ((t = Intl.DateTimeFormat).bind.apply(t, Ge([void 0], n, !1)))();
3382
+ return new ((t = Intl.DateTimeFormat).bind.apply(t, ke([void 0], n, !1)))();
3387
3383
  }, {
3388
- cache: Ve(e.dateTime),
3389
- strategy: Fe.variadic
3384
+ cache: Fe(e.dateTime),
3385
+ strategy: Ge.variadic
3390
3386
  }),
3391
- getPluralRules: De(function() {
3387
+ getPluralRules: Ue(function() {
3392
3388
  for (var t, n = [], r = 0; r < arguments.length; r++)
3393
3389
  n[r] = arguments[r];
3394
- return new ((t = Intl.PluralRules).bind.apply(t, Ge([void 0], n, !1)))();
3390
+ return new ((t = Intl.PluralRules).bind.apply(t, ke([void 0], n, !1)))();
3395
3391
  }, {
3396
- cache: Ve(e.pluralRules),
3397
- strategy: Fe.variadic
3392
+ cache: Fe(e.pluralRules),
3393
+ strategy: Ge.variadic
3398
3394
  })
3399
3395
  };
3400
3396
  }
3401
- var Jr = (
3397
+ var Qr = (
3402
3398
  /** @class */
3403
3399
  function() {
3404
3400
  function e(t, n, r, i) {
@@ -3413,11 +3409,11 @@ var Jr = (
3413
3409
  if (a.length === 1)
3414
3410
  return a[0].value;
3415
3411
  var o = a.reduce(function(c, f) {
3416
- return !c.length || f.type !== P.literal || typeof c[c.length - 1] != "string" ? c.push(f.value) : c[c.length - 1] += f.value, c;
3412
+ return !c.length || f.type !== N.literal || typeof c[c.length - 1] != "string" ? c.push(f.value) : c[c.length - 1] += f.value, c;
3417
3413
  }, []);
3418
3414
  return o.length <= 1 ? o[0] || "" : o;
3419
3415
  }, this.formatToParts = function(h) {
3420
- return we(s.ast, s.locales, s.formatters, s.formats, h, void 0, s.message);
3416
+ return Te(s.ast, s.locales, s.formatters, s.formats, h, void 0, s.message);
3421
3417
  }, this.resolvedOptions = function() {
3422
3418
  var h;
3423
3419
  return {
@@ -3431,12 +3427,12 @@ var Jr = (
3431
3427
  var u = i || {};
3432
3428
  u.formatters;
3433
3429
  var l = ar(u, ["formatters"]);
3434
- this.ast = e.__parse(t, X(X({}, l), { locale: this.resolvedLocale }));
3430
+ this.ast = e.__parse(t, x(x({}, l), { locale: this.resolvedLocale }));
3435
3431
  } else
3436
3432
  this.ast = t;
3437
3433
  if (!Array.isArray(this.ast))
3438
3434
  throw new TypeError("A message must be provided as a String or AST.");
3439
- this.formats = qr(e.formats, r), this.formatters = i && i.formatters || Qr(this.formatterCache);
3435
+ this.formats = Wr(e.formats, r), this.formatters = i && i.formatters || qr(this.formatterCache);
3440
3436
  }
3441
3437
  return Object.defineProperty(e, "defaultLocale", {
3442
3438
  get: function() {
@@ -3449,7 +3445,7 @@ var Jr = (
3449
3445
  var n = Intl.NumberFormat.supportedLocalesOf(t);
3450
3446
  return n.length > 0 ? new Intl.Locale(n[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
3451
3447
  }
3452
- }, e.__parse = jr, e.formats = {
3448
+ }, e.__parse = Fr, e.formats = {
3453
3449
  number: {
3454
3450
  integer: {
3455
3451
  maximumFractionDigits: 0
@@ -3510,7 +3506,7 @@ var Jr = (
3510
3506
  }, e;
3511
3507
  }()
3512
3508
  );
3513
- function Yr(e, t) {
3509
+ function Jr(e, t) {
3514
3510
  if (t == null)
3515
3511
  return;
3516
3512
  if (t in e)
@@ -3531,36 +3527,36 @@ function Yr(e, t) {
3531
3527
  r = void 0;
3532
3528
  return r;
3533
3529
  }
3534
- const Y = {}, Kr = (e, t, n) => n && (t in Y || (Y[t] = {}), e in Y[t] || (Y[t][e] = n), n), on = (e, t) => {
3530
+ const J = {}, Yr = (e, t, n) => n && (t in J || (J[t] = {}), e in J[t] || (J[t][e] = n), n), on = (e, t) => {
3535
3531
  if (t == null)
3536
3532
  return;
3537
- if (t in Y && e in Y[t])
3538
- return Y[t][e];
3539
- const n = Ne(t);
3533
+ if (t in J && e in J[t])
3534
+ return J[t][e];
3535
+ const n = Oe(t);
3540
3536
  for (let r = 0; r < n.length; r++) {
3541
- const i = n[r], s = ti(i, e);
3537
+ const i = n[r], s = ei(i, e);
3542
3538
  if (s)
3543
- return Kr(e, t, s);
3539
+ return Yr(e, t, s);
3544
3540
  }
3545
3541
  };
3546
3542
  let st;
3547
- const de = Le({});
3548
- function ei(e) {
3543
+ const me = Re({});
3544
+ function Kr(e) {
3549
3545
  return st[e] || null;
3550
3546
  }
3551
3547
  function un(e) {
3552
3548
  return e in st;
3553
3549
  }
3554
- function ti(e, t) {
3550
+ function ei(e, t) {
3555
3551
  if (!un(e))
3556
3552
  return null;
3557
- const n = ei(e);
3558
- return Yr(n, t);
3553
+ const n = Kr(e);
3554
+ return Jr(n, t);
3559
3555
  }
3560
- function ni(e) {
3556
+ function ti(e) {
3561
3557
  if (e == null)
3562
3558
  return;
3563
- const t = Ne(e);
3559
+ const t = Oe(e);
3564
3560
  for (let n = 0; n < t.length; n++) {
3565
3561
  const r = t[n];
3566
3562
  if (un(r))
@@ -3568,55 +3564,55 @@ function ni(e) {
3568
3564
  }
3569
3565
  }
3570
3566
  function ln(e, ...t) {
3571
- delete Y[e], de.update((n) => (n[e] = sr.all([n[e] || {}, ...t]), n));
3567
+ delete J[e], me.update((n) => (n[e] = sr.all([n[e] || {}, ...t]), n));
3572
3568
  }
3573
- me(
3574
- [de],
3569
+ fe(
3570
+ [me],
3575
3571
  ([e]) => Object.keys(e)
3576
3572
  );
3577
- de.subscribe((e) => st = e);
3578
- const Se = {};
3579
- function ri(e, t) {
3580
- Se[e].delete(t), Se[e].size === 0 && delete Se[e];
3573
+ me.subscribe((e) => st = e);
3574
+ const we = {};
3575
+ function ni(e, t) {
3576
+ we[e].delete(t), we[e].size === 0 && delete we[e];
3581
3577
  }
3582
3578
  function hn(e) {
3583
- return Se[e];
3579
+ return we[e];
3584
3580
  }
3585
- function ii(e) {
3586
- return Ne(e).map((t) => {
3581
+ function ri(e) {
3582
+ return Oe(e).map((t) => {
3587
3583
  const n = hn(t);
3588
3584
  return [t, n ? [...n] : []];
3589
3585
  }).filter(([, t]) => t.length > 0);
3590
3586
  }
3591
- function nt(e) {
3592
- return e == null ? !1 : Ne(e).some(
3587
+ function et(e) {
3588
+ return e == null ? !1 : Oe(e).some(
3593
3589
  (t) => {
3594
3590
  var n;
3595
3591
  return (n = hn(t)) == null ? void 0 : n.size;
3596
3592
  }
3597
3593
  );
3598
3594
  }
3599
- function si(e, t) {
3595
+ function ii(e, t) {
3600
3596
  return Promise.all(
3601
- t.map((r) => (ri(e, r), r().then((i) => i.default || i)))
3597
+ t.map((r) => (ni(e, r), r().then((i) => i.default || i)))
3602
3598
  ).then((r) => ln(e, ...r));
3603
3599
  }
3604
- const ge = {};
3600
+ const be = {};
3605
3601
  function cn(e) {
3606
- if (!nt(e))
3607
- return e in ge ? ge[e] : Promise.resolve();
3608
- const t = ii(e);
3609
- return ge[e] = Promise.all(
3602
+ if (!et(e))
3603
+ return e in be ? be[e] : Promise.resolve();
3604
+ const t = ri(e);
3605
+ return be[e] = Promise.all(
3610
3606
  t.map(
3611
- ([n, r]) => si(n, r)
3607
+ ([n, r]) => ii(n, r)
3612
3608
  )
3613
3609
  ).then(() => {
3614
- if (nt(e))
3610
+ if (et(e))
3615
3611
  return cn(e);
3616
- delete ge[e];
3617
- }), ge[e];
3612
+ delete be[e];
3613
+ }), be[e];
3618
3614
  }
3619
- const ai = {
3615
+ const si = {
3620
3616
  number: {
3621
3617
  scientific: { notation: "scientific" },
3622
3618
  engineering: { notation: "engineering" },
@@ -3645,141 +3641,141 @@ const ai = {
3645
3641
  timeZoneName: "short"
3646
3642
  }
3647
3643
  }
3648
- }, oi = {
3644
+ }, ai = {
3649
3645
  fallbackLocale: null,
3650
3646
  loadingDelay: 200,
3651
- formats: ai,
3647
+ formats: si,
3652
3648
  warnOnMissingMessages: !0,
3653
3649
  handleMissingMessage: void 0,
3654
3650
  ignoreTag: !0
3655
- }, ui = oi;
3656
- function ce() {
3657
- return ui;
3651
+ }, oi = ai;
3652
+ function he() {
3653
+ return oi;
3658
3654
  }
3659
- const ze = Le(!1);
3660
- var li = Object.defineProperty, hi = Object.defineProperties, ci = Object.getOwnPropertyDescriptors, Tt = Object.getOwnPropertySymbols, fi = Object.prototype.hasOwnProperty, mi = Object.prototype.propertyIsEnumerable, wt = (e, t, n) => t in e ? li(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, di = (e, t) => {
3655
+ const je = Re(!1);
3656
+ var ui = Object.defineProperty, li = Object.defineProperties, hi = Object.getOwnPropertyDescriptors, Tt = Object.getOwnPropertySymbols, ci = Object.prototype.hasOwnProperty, fi = Object.prototype.propertyIsEnumerable, wt = (e, t, n) => t in e ? ui(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, mi = (e, t) => {
3661
3657
  for (var n in t || (t = {}))
3662
- fi.call(t, n) && wt(e, n, t[n]);
3658
+ ci.call(t, n) && wt(e, n, t[n]);
3663
3659
  if (Tt)
3664
3660
  for (var n of Tt(t))
3665
- mi.call(t, n) && wt(e, n, t[n]);
3661
+ fi.call(t, n) && wt(e, n, t[n]);
3666
3662
  return e;
3667
- }, pi = (e, t) => hi(e, ci(t));
3668
- let rt;
3669
- const Me = Le(null);
3670
- function St(e) {
3663
+ }, di = (e, t) => li(e, hi(t));
3664
+ let tt;
3665
+ const Se = Re(null);
3666
+ function Bt(e) {
3671
3667
  return e.split("-").map((t, n, r) => r.slice(0, n + 1).join("-")).reverse();
3672
3668
  }
3673
- function Ne(e, t = ce().fallbackLocale) {
3674
- const n = St(e);
3675
- return t ? [.../* @__PURE__ */ new Set([...n, ...St(t)])] : n;
3669
+ function Oe(e, t = he().fallbackLocale) {
3670
+ const n = Bt(e);
3671
+ return t ? [.../* @__PURE__ */ new Set([...n, ...Bt(t)])] : n;
3676
3672
  }
3677
- function re() {
3678
- return rt != null ? rt : void 0;
3673
+ function ne() {
3674
+ return tt != null ? tt : void 0;
3679
3675
  }
3680
- Me.subscribe((e) => {
3681
- rt = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
3676
+ Se.subscribe((e) => {
3677
+ tt = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
3682
3678
  });
3683
- const bi = (e) => {
3684
- if (e && ni(e) && nt(e)) {
3685
- const { loadingDelay: t } = ce();
3679
+ const pi = (e) => {
3680
+ if (e && ti(e) && et(e)) {
3681
+ const { loadingDelay: t } = he();
3686
3682
  let n;
3687
- return typeof window != "undefined" && re() != null && t ? n = window.setTimeout(
3688
- () => ze.set(!0),
3683
+ return typeof window != "undefined" && ne() != null && t ? n = window.setTimeout(
3684
+ () => je.set(!0),
3689
3685
  t
3690
- ) : ze.set(!0), cn(e).then(() => {
3691
- Me.set(e);
3686
+ ) : je.set(!0), cn(e).then(() => {
3687
+ Se.set(e);
3692
3688
  }).finally(() => {
3693
- clearTimeout(n), ze.set(!1);
3689
+ clearTimeout(n), je.set(!1);
3694
3690
  });
3695
3691
  }
3696
- return Me.set(e);
3697
- }, ee = pi(di({}, Me), {
3698
- set: bi
3699
- }), Ie = (e) => {
3692
+ return Se.set(e);
3693
+ }, K = di(mi({}, Se), {
3694
+ set: pi
3695
+ }), Ne = (e) => {
3700
3696
  const t = /* @__PURE__ */ Object.create(null);
3701
3697
  return (r) => {
3702
3698
  const i = JSON.stringify(r);
3703
3699
  return i in t ? t[i] : t[i] = e(r);
3704
3700
  };
3705
3701
  };
3706
- var gi = Object.defineProperty, Re = Object.getOwnPropertySymbols, fn = Object.prototype.hasOwnProperty, mn = Object.prototype.propertyIsEnumerable, Bt = (e, t, n) => t in e ? gi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, at = (e, t) => {
3702
+ var bi = Object.defineProperty, He = Object.getOwnPropertySymbols, fn = Object.prototype.hasOwnProperty, mn = Object.prototype.propertyIsEnumerable, St = (e, t, n) => t in e ? bi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, at = (e, t) => {
3707
3703
  for (var n in t || (t = {}))
3708
- fn.call(t, n) && Bt(e, n, t[n]);
3709
- if (Re)
3710
- for (var n of Re(t))
3711
- mn.call(t, n) && Bt(e, n, t[n]);
3704
+ fn.call(t, n) && St(e, n, t[n]);
3705
+ if (He)
3706
+ for (var n of He(t))
3707
+ mn.call(t, n) && St(e, n, t[n]);
3712
3708
  return e;
3713
- }, pe = (e, t) => {
3709
+ }, de = (e, t) => {
3714
3710
  var n = {};
3715
3711
  for (var r in e)
3716
3712
  fn.call(e, r) && t.indexOf(r) < 0 && (n[r] = e[r]);
3717
- if (e != null && Re)
3718
- for (var r of Re(e))
3713
+ if (e != null && He)
3714
+ for (var r of He(e))
3719
3715
  t.indexOf(r) < 0 && mn.call(e, r) && (n[r] = e[r]);
3720
3716
  return n;
3721
3717
  };
3722
- const Ee = (e, t) => {
3723
- const { formats: n } = ce();
3718
+ const xe = (e, t) => {
3719
+ const { formats: n } = he();
3724
3720
  if (e in n && t in n[e])
3725
3721
  return n[e][t];
3726
3722
  throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
3727
- }, yi = Ie(
3723
+ }, gi = Ne(
3728
3724
  (e) => {
3729
- var t = e, { locale: n, format: r } = t, i = pe(t, ["locale", "format"]);
3725
+ var t = e, { locale: n, format: r } = t, i = de(t, ["locale", "format"]);
3730
3726
  if (n == null)
3731
3727
  throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
3732
- return r && (i = Ee("number", r)), new Intl.NumberFormat(n, i);
3728
+ return r && (i = xe("number", r)), new Intl.NumberFormat(n, i);
3733
3729
  }
3734
- ), vi = Ie(
3730
+ ), yi = Ne(
3735
3731
  (e) => {
3736
- var t = e, { locale: n, format: r } = t, i = pe(t, ["locale", "format"]);
3732
+ var t = e, { locale: n, format: r } = t, i = de(t, ["locale", "format"]);
3737
3733
  if (n == null)
3738
3734
  throw new Error('[svelte-i18n] A "locale" must be set to format dates');
3739
- return r ? i = Ee("date", r) : Object.keys(i).length === 0 && (i = Ee("date", "short")), new Intl.DateTimeFormat(n, i);
3735
+ return r ? i = xe("date", r) : Object.keys(i).length === 0 && (i = xe("date", "short")), new Intl.DateTimeFormat(n, i);
3740
3736
  }
3741
- ), xi = Ie(
3737
+ ), vi = Ne(
3742
3738
  (e) => {
3743
- var t = e, { locale: n, format: r } = t, i = pe(t, ["locale", "format"]);
3739
+ var t = e, { locale: n, format: r } = t, i = de(t, ["locale", "format"]);
3744
3740
  if (n == null)
3745
3741
  throw new Error(
3746
3742
  '[svelte-i18n] A "locale" must be set to format time values'
3747
3743
  );
3748
- return r ? i = Ee("time", r) : Object.keys(i).length === 0 && (i = Ee("time", "short")), new Intl.DateTimeFormat(n, i);
3744
+ return r ? i = xe("time", r) : Object.keys(i).length === 0 && (i = xe("time", "short")), new Intl.DateTimeFormat(n, i);
3749
3745
  }
3750
- ), Ei = (e = {}) => {
3746
+ ), xi = (e = {}) => {
3751
3747
  var t = e, {
3752
- locale: n = re()
3753
- } = t, r = pe(t, [
3748
+ locale: n = ne()
3749
+ } = t, r = de(t, [
3754
3750
  "locale"
3755
3751
  ]);
3756
- return yi(at({ locale: n }, r));
3757
- }, Ci = (e = {}) => {
3752
+ return gi(at({ locale: n }, r));
3753
+ }, Ei = (e = {}) => {
3758
3754
  var t = e, {
3759
- locale: n = re()
3760
- } = t, r = pe(t, [
3755
+ locale: n = ne()
3756
+ } = t, r = de(t, [
3761
3757
  "locale"
3762
3758
  ]);
3763
- return vi(at({ locale: n }, r));
3764
- }, _i = (e = {}) => {
3759
+ return yi(at({ locale: n }, r));
3760
+ }, Ci = (e = {}) => {
3765
3761
  var t = e, {
3766
- locale: n = re()
3767
- } = t, r = pe(t, [
3762
+ locale: n = ne()
3763
+ } = t, r = de(t, [
3768
3764
  "locale"
3769
3765
  ]);
3770
- return xi(at({ locale: n }, r));
3771
- }, Ti = Ie(
3766
+ return vi(at({ locale: n }, r));
3767
+ }, _i = Ne(
3772
3768
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
3773
- (e, t = re()) => new Jr(e, t, ce().formats, {
3774
- ignoreTag: ce().ignoreTag
3769
+ (e, t = ne()) => new Qr(e, t, he().formats, {
3770
+ ignoreTag: he().ignoreTag
3775
3771
  })
3776
- ), wi = (e, t = {}) => {
3772
+ ), Ti = (e, t = {}) => {
3777
3773
  var n, r, i, s;
3778
3774
  let u = t;
3779
3775
  typeof e == "object" && (u = e, e = u.id);
3780
3776
  const {
3781
3777
  values: l,
3782
- locale: h = re(),
3778
+ locale: h = ne(),
3783
3779
  default: a
3784
3780
  } = u;
3785
3781
  if (h == null)
@@ -3788,7 +3784,7 @@ const Ee = (e, t) => {
3788
3784
  );
3789
3785
  let o = on(e, h);
3790
3786
  if (!o)
3791
- o = (s = (i = (r = (n = ce()).handleMissingMessage) == null ? void 0 : r.call(n, { locale: h, id: e, defaultValue: a })) != null ? i : a) != null ? s : e;
3787
+ o = (s = (i = (r = (n = he()).handleMissingMessage) == null ? void 0 : r.call(n, { locale: h, id: e, defaultValue: a })) != null ? i : a) != null ? s : e;
3792
3788
  else if (typeof o != "string")
3793
3789
  return console.warn(
3794
3790
  `[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof o}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
@@ -3797,7 +3793,7 @@ const Ee = (e, t) => {
3797
3793
  return o;
3798
3794
  let c = o;
3799
3795
  try {
3800
- c = Ti(o, h).format(l);
3796
+ c = _i(o, h).format(l);
3801
3797
  } catch (f) {
3802
3798
  f instanceof Error && console.warn(
3803
3799
  `[svelte-i18n] Message "${e}" has syntax error:`,
@@ -3805,21 +3801,21 @@ const Ee = (e, t) => {
3805
3801
  );
3806
3802
  }
3807
3803
  return c;
3808
- }, Si = (e, t) => _i(t).format(e), Bi = (e, t) => Ci(t).format(e), Hi = (e, t) => Ei(t).format(e), Mi = (e, t = re()) => on(e, t), Ri = me([ee, de], () => wi);
3809
- me([ee], () => Si);
3810
- me([ee], () => Bi);
3811
- me([ee], () => Hi);
3812
- me([ee, de], () => Mi);
3813
- function Ai({ withLocale: e, translations: t }) {
3814
- ee.subscribe((n) => {
3815
- n == null && (de.set(t), ee.set(e));
3804
+ }, wi = (e, t) => Ci(t).format(e), Bi = (e, t) => Ei(t).format(e), Si = (e, t) => xi(t).format(e), Hi = (e, t = ne()) => on(e, t), Mi = fe([K, me], () => Ti);
3805
+ fe([K], () => wi);
3806
+ fe([K], () => Bi);
3807
+ fe([K], () => Si);
3808
+ fe([K, me], () => Hi);
3809
+ function Ri({ withLocale: e, translations: t }) {
3810
+ K.subscribe((n) => {
3811
+ n == null && (me.set(t), K.set(e));
3816
3812
  });
3817
3813
  }
3818
3814
  function Ht(e, t) {
3819
3815
  ln(e, t);
3820
3816
  }
3821
- function Li(e) {
3822
- ee.set(e);
3817
+ function Ai(e) {
3818
+ K.set(e);
3823
3819
  }
3824
3820
  const Mt = {
3825
3821
  en: {
@@ -3915,13 +3911,13 @@ const Mt = {
3915
3911
  productMaxBet: "Para {productName}, o valor máximo da aposta aceita é {maxBet}."
3916
3912
  }
3917
3913
  };
3918
- function Oi(e, t) {
3914
+ function Li(e, t) {
3919
3915
  if (e) {
3920
3916
  const n = document.createElement("style");
3921
3917
  n.innerHTML = t, e.appendChild(n);
3922
3918
  }
3923
3919
  }
3924
- function Pi(e, t) {
3920
+ function Oi(e, t) {
3925
3921
  const n = new URL(t);
3926
3922
  fetch(n.href).then((r) => r.text()).then((r) => {
3927
3923
  const i = document.createElement("style");
@@ -3938,7 +3934,7 @@ function Ni(e, t, n) {
3938
3934
  });
3939
3935
  }
3940
3936
  }
3941
- const Ii = "data:image/svg+xml,%3csvg%20width='35'%20height='20'%20viewBox='0%200%2035%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.2075%202.87946H1.125C0.642%202.87946%200.25%203.27134%200.25%203.7542C0.25%203.7542%200.25%204.57383%200.25%205.50367C0.25%206.43177%200.618372%207.32138%201.2755%207.97743C1.93175%208.63436%202.82162%209.00262%203.75%209.00262H4.62062C5.23137%2010.0611%206.37412%2010.7521%207.65162%2010.7521H8.125V13.3763H7.25C6.5535%2013.3763%205.88587%2013.6527%205.39412%2014.1452C4.9015%2014.6368%204.625%2015.3042%204.625%2016.0005C4.625%2016.4344%204.625%2016.8639%204.625%2016.8639L5.5%2017.75H12.5C12.5%2017.75%2013.375%2017.6826%2013.375%2016.8639V16.0005C13.375%2015.3042%2013.0985%2014.6368%2012.6059%2014.1452C12.1141%2013.6527%2011.4465%2013.3763%2010.75%2013.3763H9.875V10.7521H10.3475C11.6259%2010.7521%2012.7678%2010.0611%2013.3794%209.00262H14.25C15.1784%209.00262%2016.0683%208.63436%2016.7245%207.97743C17.3816%207.32138%2017.75%206.43177%2017.75%205.50367V3.7542C17.75%203.27134%2017.358%202.87946%2016.875%202.87946H14.7916L15.1084%201.29619C15.1591%201.03901%2015.0926%200.772216%2014.9264%200.570152C14.7601%200.367213%2014.5116%200.25%2014.2491%200.25L3.74912%200.255246C3.48749%200.255246%203.239%200.373333%203.07275%200.575397C2.90737%200.778336%202.84087%201.04426%202.89162%201.30143L3.2075%202.87946ZM11.625%2016.0005H6.375C6.375%2015.7687%206.46687%2015.5457%206.63137%2015.3821C6.795%2015.2176%207.01813%2015.1258%207.25%2015.1258H10.75C10.9819%2015.1258%2011.205%2015.2176%2011.3686%2015.3821C11.5331%2015.5457%2011.625%2015.7687%2011.625%2016.0005ZM13.1825%201.99948L12.0642%207.59604C11.9006%208.41392%2011.1822%209.00262%2010.3475%209.00262H7.65162C6.81775%209.00262%206.09938%208.41392%205.93575%207.59604L4.8175%202.00384L13.1825%201.99948ZM3.5575%204.62893C3.10337%204.62893%202%204.62893%202%204.62893V5.50367C2%205.96728%202.18462%206.41253%202.51275%206.74055C2.84087%207.06858%203.28625%207.25315%203.75%207.25315H4.0825L3.5575%204.62893ZM14.4416%204.62893L13.9166%207.25315H14.25C14.7137%207.25315%2015.1591%207.06858%2015.4873%206.74055C15.8154%206.41253%2016%205.96728%2016%205.50367V4.62893H14.4416Z'%20fill='white'/%3e%3c/svg%3e", $i = "data:image/svg+xml,%3csvg%20width='35'%20height='20'%20viewBox='0%200%2030%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2.551%204.16666C2.55684%204.17198%202.56317%204.1776%202.57004%204.18349C2.69809%204.29358%202.93213%204.43049%203.2938%204.56201C4.01028%204.82255%205.05531%204.99999%206.24992%204.99999C7.44453%204.99999%208.48956%204.82255%209.20604%204.56201C9.56771%204.43049%209.80175%204.29358%209.9298%204.18349C9.93666%204.1776%209.943%204.17198%209.94884%204.16666C9.943%204.16133%209.93666%204.15572%209.9298%204.14982C9.80175%204.03973%209.56771%203.90282%209.20604%203.77131C8.48956%203.51077%207.44453%203.33332%206.24992%203.33332C5.05531%203.33332%204.01028%203.51077%203.2938%203.77131C2.93213%203.90282%202.69809%204.03973%202.57004%204.14982C2.56317%204.15572%202.55684%204.16133%202.551%204.16666ZM9.99992%206.04163C9.92615%206.07193%209.85128%206.10081%209.77561%206.12833C8.83325%206.47101%207.58661%206.66666%206.24992%206.66666C4.91322%206.66666%203.66659%206.47101%202.72423%206.12833C2.64856%206.10081%202.57369%206.07193%202.49992%206.04163V7.86398C2.5121%207.87898%202.53366%207.90222%202.57004%207.93349C2.69809%208.04358%202.93213%208.18049%203.2938%208.31201C4.01028%208.57254%205.05531%208.74999%206.24992%208.74999C7.44453%208.74999%208.48956%208.57254%209.20604%208.31201C9.56771%208.18049%209.80175%208.04358%209.9298%207.93349C9.96618%207.90222%209.98774%207.87898%209.99992%207.86398V6.04163ZM9.99992%209.79163C9.92615%209.82193%209.85128%209.85081%209.77561%209.87833C8.83325%2010.221%207.58661%2010.4167%206.24992%2010.4167C4.91322%2010.4167%203.66659%2010.221%202.72423%209.87833C2.64856%209.85081%202.57369%209.82193%202.49992%209.79163V11.614C2.5121%2011.629%202.53366%2011.6522%202.57004%2011.6835C2.69809%2011.7936%202.93213%2011.9305%203.2938%2012.062C4.01028%2012.3225%205.05531%2012.5%206.24992%2012.5C7.10597%2012.5%207.89151%2012.4088%208.53614%2012.258C9.09478%2012.1273%209.50237%2011.9625%209.75771%2011.8062C9.83221%2011.6674%209.91307%2011.5324%209.99992%2011.4018V9.79163ZM11.6666%209.83557V4.16666C11.6666%203.60229%2011.3494%203.17239%2011.0163%202.88601C10.6805%202.59731%2010.2434%202.37508%209.77561%202.20498C8.83325%201.86231%207.58661%201.66666%206.24992%201.66666C4.91322%201.66666%203.66659%201.86231%202.72423%202.20498C2.25647%202.37508%201.8193%202.59731%201.4835%202.88601C1.15039%203.17239%200.833252%203.60229%200.833252%204.16666V15.4167C0.833252%2015.981%201.15039%2016.4109%201.4835%2016.6973C1.8193%2016.986%202.25647%2017.2082%202.72423%2017.3783C3.66659%2017.721%204.91322%2017.9167%206.24992%2017.9167C7.25171%2017.9167%208.19625%2017.8069%208.99817%2017.6112C9.42337%2017.5074%209.83222%2017.3738%2010.1963%2017.2062C11.1101%2018.3981%2012.5486%2019.1667%2014.1666%2019.1667C16.928%2019.1667%2019.1666%2016.9281%2019.1666%2014.1667C19.1666%2011.4052%2016.928%209.16666%2014.1666%209.16666C13.2559%209.16666%2012.402%209.41014%2011.6666%209.83557ZM9.16822%2014.2957C9.18087%2014.7953%209.2668%2015.2766%209.41565%2015.7294C9.19988%2015.8216%208.9295%2015.9124%208.60306%2015.992C7.94665%2016.1522%207.13633%2016.25%206.24992%2016.25C5.05531%2016.25%204.01028%2016.0725%203.2938%2015.812C2.93213%2015.6805%202.69809%2015.5436%202.57004%2015.4335C2.53366%2015.4022%202.5121%2015.379%202.49992%2015.364V13.5416C2.57369%2013.5719%202.64856%2013.6008%202.72423%2013.6283C3.66659%2013.971%204.91322%2014.1667%206.24992%2014.1667C7.21803%2014.1667%208.13221%2014.0641%208.9157%2013.8809C9.00426%2013.8602%209.09202%2013.8382%209.17876%2013.815C9.17069%2013.9312%209.16658%2014.0484%209.16658%2014.1667C9.16658%2014.2098%209.16713%2014.2528%209.16822%2014.2957ZM10.8333%2014.1667C10.8333%2016.0076%2012.3256%2017.5%2014.1666%2017.5C16.0075%2017.5%2017.4999%2016.0076%2017.4999%2014.1667C17.4999%2012.3257%2016.0075%2010.8333%2014.1666%2010.8333C12.3256%2010.8333%2010.8333%2012.3257%2010.8333%2014.1667Z'%20fill='white'/%3e%3c/svg%3e", ki = "data:image/svg+xml,%3csvg%20width='35'%20height='20'%20viewBox='0%200%2035%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.4167%203.33332C15.0986%203.33332%2018.0833%206.31809%2018.0833%209.99999C18.0833%2013.6819%2015.0986%2016.6667%2011.4167%2016.6667C9.32275%2016.6667%207.45468%2015.7023%206.23114%2014.1902C5.94163%2013.8325%205.4169%2013.7771%205.05913%2014.0666C4.70135%2014.3561%204.64602%2014.8809%204.93553%2015.2386C6.46191%2017.1249%208.79848%2018.3333%2011.4167%2018.3333C16.019%2018.3333%2019.75%2014.6024%2019.75%209.99999C19.75%205.39762%2016.019%201.66666%2011.4167%201.66666C7.13809%201.66666%203.61263%204.8911%203.13774%209.04253L3.08938%208.99416C2.76399%208.66867%202.23636%208.66859%201.91087%208.99398C1.58539%209.31937%201.58531%209.84701%201.9107%2010.1725L3.57687%2011.8392C3.73313%2011.9955%203.94507%2012.0833%204.16609%2012.0833C4.3871%2012.0834%204.59908%2011.9956%204.75538%2011.8393L6.42254%2010.1727C6.74803%209.84728%206.74811%209.31964%206.42272%208.99415C6.09733%208.66867%205.56969%208.66859%205.2442%208.99398L4.77099%209.46705C5.0425%206.03433%207.91416%203.33332%2011.4167%203.33332ZM11.4167%204.99999C10.9564%204.99999%2010.5833%205.37309%2010.5833%205.83332V9.554L8.45442%2010.9733C8.07148%2011.2286%207.968%2011.746%208.22329%2012.1289C8.47858%2012.5118%208.99598%2012.6153%209.37892%2012.36L11.8789%2010.6934C12.1107%2010.5388%2012.25%2010.2786%2012.25%209.99999V5.83332C12.25%205.37309%2011.8769%204.99999%2011.4167%204.99999Z'%20fill='white'/%3e%3c/svg%3e", Ui = "data:image/svg+xml,%3csvg%20width='35'%20height='20'%20viewBox='0%200%2035%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.666748%202.00001C0.666748%201.07954%201.41294%200.333344%202.33341%200.333344C3.25389%200.333344%204.00008%201.07954%204.00008%202.00001C4.00008%202.92048%203.25389%203.66668%202.33341%203.66668C1.41294%203.66668%200.666748%202.92048%200.666748%202.00001ZM5.66675%202.00001C5.66675%201.53977%206.03984%201.16668%206.50008%201.16668H16.5001C16.9603%201.16668%2017.3334%201.53977%2017.3334%202.00001C17.3334%202.46025%2016.9603%202.83334%2016.5001%202.83334L6.50008%202.83334C6.03984%202.83334%205.66675%202.46025%205.66675%202.00001ZM0.666748%207.00001C0.666748%206.07954%201.41294%205.33334%202.33341%205.33334C3.25389%205.33334%204.00008%206.07954%204.00008%207.00001C4.00008%207.92048%203.25389%208.66668%202.33341%208.66668C1.41294%208.66668%200.666748%207.92048%200.666748%207.00001ZM5.66675%207.00001C5.66675%206.53977%206.03984%206.16668%206.50008%206.16668L16.5001%206.16668C16.9603%206.16668%2017.3334%206.53977%2017.3334%207.00001C17.3334%207.46025%2016.9603%207.83334%2016.5001%207.83334L6.50008%207.83334C6.03984%207.83334%205.66675%207.46025%205.66675%207.00001ZM0.666748%2012C0.666748%2011.0795%201.41294%2010.3333%202.33341%2010.3333C3.25389%2010.3333%204.00008%2011.0795%204.00008%2012C4.00008%2012.9205%203.25389%2013.6667%202.33341%2013.6667C1.41294%2013.6667%200.666748%2012.9205%200.666748%2012ZM5.66675%2012C5.66675%2011.5398%206.03984%2011.1667%206.50008%2011.1667L16.5001%2011.1667C16.9603%2011.1667%2017.3334%2011.5398%2017.3334%2012C17.3334%2012.4602%2016.9603%2012.8333%2016.5001%2012.8333L6.50008%2012.8333C6.03984%2012.8333%205.66675%2012.4602%205.66675%2012Z'%20fill='white'/%3e%3c/svg%3e", Gi = "data:image/svg+xml,%3csvg%20width='35'%20height='20'%20viewBox='0%200%2035%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.9992%203.75C6.52525%203.75%203.75%206.55828%203.75%2010C3.75%2013.4417%206.52525%2016.25%209.9992%2016.25C13.427%2016.25%2016.2484%2013.4441%2016.2484%2010C16.2505%209.98168%2016.2505%209.96318%2016.2484%209.94487C16.2212%206.52543%2013.456%203.75%209.9992%203.75ZM8.7787%204.35471V5.7477C8.4566%205.83981%208.14646%205.96894%207.85461%206.13246L6.85596%205.16118C7.44132%204.77727%208.09317%204.50386%208.7787%204.35471ZM11.2197%204.35471C11.9052%204.50386%2012.5571%204.77727%2013.1424%205.16118L12.1621%206.13246C11.8646%205.96647%2011.5551%205.8216%2011.2197%205.72952V4.35471ZM9.9992%206.05915C12.1876%206.01398%2013.9742%207.82458%2013.9742%2010C13.9741%2011.0451%2013.5552%2012.0474%2012.8098%2012.7864C12.0644%2013.5255%2011.0534%2013.9407%209.9992%2013.9409C8.945%2013.9407%207.93403%2013.5255%207.18859%2012.7864C6.44316%2012.0474%206.02431%2011.0451%206.02416%2010C6.02431%208.95487%206.44316%207.95259%207.18859%207.21357C7.93403%206.47455%208.945%206.0593%209.9992%206.05915ZM5.15508%206.8838L6.09811%207.87385C5.9331%208.16337%205.80285%208.47104%205.71001%208.79059H4.36054C4.50654%208.11266%204.77577%207.46614%205.15508%206.8838ZM14.8427%206.8838C15.2223%207.46607%2015.4917%208.11201%2015.6379%208.79H14.2706C14.1826%208.47178%2014.0585%208.16445%2013.9009%207.87385L14.8427%206.8838ZM9.70339%207.30609V7.6539C9.17094%207.75009%208.88993%208.16594%208.88993%208.79059C8.88993%2010.1355%2010.3873%2010.2493%2010.3873%2011.2094C10.3873%2011.5461%2010.2412%2011.6863%209.9992%2011.6863C9.75664%2011.6863%209.6111%2011.5455%209.6111%2011.2094V10.8247H8.88993V11.1549C8.88993%2011.827%209.17035%2012.2135%209.70339%2012.3091V12.6394H10.3323V12.3091C10.8647%2012.2135%2011.1641%2011.7789%2011.1641%2011.1549C11.1641%209.80997%209.66612%209.76246%209.66612%208.75364C9.66612%208.41756%209.81225%208.27679%2010.0548%208.27679C10.2974%208.27679%2010.4429%208.41756%2010.4429%208.75364V8.93722H11.1641V8.79059C11.1641%208.16594%2010.8647%207.75009%2010.3317%207.6539V7.30551L9.70339%207.30609ZM4.36054%2011.2094H5.71001C5.80349%2011.5379%205.93482%2011.8335%206.09811%2012.1261L5.15508%2013.1162C4.77574%2012.5339%204.5065%2011.8874%204.36054%2011.2094ZM14.2884%2011.2094H15.6379C15.4914%2011.8872%2015.2222%2012.5331%2014.8433%2013.1156L13.9003%2012.1261C14.0653%2011.8366%2014.1956%2011.529%2014.2884%2011.2094ZM7.85461%2013.8675C8.14662%2014.0312%208.45696%2014.1603%208.7793%2014.2523V15.6453C8.09376%2015.4961%207.44191%2015.2227%206.85656%2014.8388L7.85461%2013.8675ZM12.1438%2013.8675H12.1621L13.1235%2014.8388C12.5433%2015.2156%2011.8978%2015.4828%2011.2197%2015.6271V14.2523C11.5418%2014.1603%2011.852%2014.0311%2012.1438%2013.8675Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10%2018.0208C14.4298%2018.0208%2018.0208%2014.4298%2018.0208%2010C18.0208%205.57022%2014.4298%201.97917%2010%201.97917C5.57022%201.97917%201.97917%205.57022%201.97917%2010C1.97917%2014.4298%205.57022%2018.0208%2010%2018.0208ZM10%2018.75C14.8325%2018.75%2018.75%2014.8325%2018.75%2010C18.75%205.16751%2014.8325%201.25%2010%201.25C5.16751%201.25%201.25%205.16751%201.25%2010C1.25%2014.8325%205.16751%2018.75%2010%2018.75Z'%20fill='white'/%3e%3c/svg%3e", Di = "data:image/svg+xml,%3csvg%20width='35'%20height='20'%20viewBox='0%200%2035%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.2125%209.09375C7.44853%209.77601%206.51801%2010.2445%205.51497%2010.4519C4.51192%2010.6593%203.4719%2010.5983%202.5%2010.275C2.55651%2011.9499%203.17514%2013.557%204.25625%2014.8375L9.11875%2010L8.2125%209.09375ZM7.31875%208.20625L4.275%205.1625C3.37411%206.23087%202.78964%207.52969%202.5875%208.9125C3.95%209.675%205.8375%209.375%207.31875%208.20625ZM12.6813%2011.7938L15.725%2014.8375C16.6259%2013.7691%2017.2104%2012.4703%2017.4125%2011.0875C16.05%2010.325%2014.1625%2010.625%2012.6813%2011.7938ZM11.7938%2012.6813C10.6063%2014.1625%2010.325%2016.05%2011.0625%2017.4125C12.4453%2017.2104%2013.7441%2016.6259%2014.8125%2015.725L11.7938%2012.6813ZM10.8813%2010L11.7875%2010.9062C12.5515%2010.224%2013.482%209.75549%2014.485%209.54808C15.4881%209.34066%2016.5281%209.40169%2017.5%209.725C17.4435%208.05011%2016.8249%206.44299%2015.7438%205.1625L10.8813%2010ZM10.9062%2011.7875L10%2010.8813L5.1625%2015.725C6.44047%2016.8129%208.04784%2017.4382%209.725%2017.5C9.40169%2016.5281%209.34066%2015.4881%209.54808%2014.485C9.75549%2013.482%2010.224%2012.5515%2010.9062%2011.7875ZM10%209.11875L14.8375%204.275C13.5595%203.18712%2011.9522%202.56179%2010.275%202.5C10.5948%203.46928%2010.654%204.50563%2010.4466%205.50501C10.2393%206.5044%209.77272%207.43167%209.09375%208.19375L10%209.11875ZM8.20625%207.31875C9.375%205.8375%209.675%203.95%208.9375%202.5875C7.55469%202.78964%206.25587%203.37411%205.1875%204.275L8.20625%207.31875Z'%20fill='white'/%3e%3c/svg%3e";
3937
+ const Pi = "data:image/svg+xml,%3csvg%20width='35'%20height='20'%20viewBox='0%200%2035%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.2075%202.87946H1.125C0.642%202.87946%200.25%203.27134%200.25%203.7542C0.25%203.7542%200.25%204.57383%200.25%205.50367C0.25%206.43177%200.618372%207.32138%201.2755%207.97743C1.93175%208.63436%202.82162%209.00262%203.75%209.00262H4.62062C5.23137%2010.0611%206.37412%2010.7521%207.65162%2010.7521H8.125V13.3763H7.25C6.5535%2013.3763%205.88587%2013.6527%205.39412%2014.1452C4.9015%2014.6368%204.625%2015.3042%204.625%2016.0005C4.625%2016.4344%204.625%2016.8639%204.625%2016.8639L5.5%2017.75H12.5C12.5%2017.75%2013.375%2017.6826%2013.375%2016.8639V16.0005C13.375%2015.3042%2013.0985%2014.6368%2012.6059%2014.1452C12.1141%2013.6527%2011.4465%2013.3763%2010.75%2013.3763H9.875V10.7521H10.3475C11.6259%2010.7521%2012.7678%2010.0611%2013.3794%209.00262H14.25C15.1784%209.00262%2016.0683%208.63436%2016.7245%207.97743C17.3816%207.32138%2017.75%206.43177%2017.75%205.50367V3.7542C17.75%203.27134%2017.358%202.87946%2016.875%202.87946H14.7916L15.1084%201.29619C15.1591%201.03901%2015.0926%200.772216%2014.9264%200.570152C14.7601%200.367213%2014.5116%200.25%2014.2491%200.25L3.74912%200.255246C3.48749%200.255246%203.239%200.373333%203.07275%200.575397C2.90737%200.778336%202.84087%201.04426%202.89162%201.30143L3.2075%202.87946ZM11.625%2016.0005H6.375C6.375%2015.7687%206.46687%2015.5457%206.63137%2015.3821C6.795%2015.2176%207.01813%2015.1258%207.25%2015.1258H10.75C10.9819%2015.1258%2011.205%2015.2176%2011.3686%2015.3821C11.5331%2015.5457%2011.625%2015.7687%2011.625%2016.0005ZM13.1825%201.99948L12.0642%207.59604C11.9006%208.41392%2011.1822%209.00262%2010.3475%209.00262H7.65162C6.81775%209.00262%206.09938%208.41392%205.93575%207.59604L4.8175%202.00384L13.1825%201.99948ZM3.5575%204.62893C3.10337%204.62893%202%204.62893%202%204.62893V5.50367C2%205.96728%202.18462%206.41253%202.51275%206.74055C2.84087%207.06858%203.28625%207.25315%203.75%207.25315H4.0825L3.5575%204.62893ZM14.4416%204.62893L13.9166%207.25315H14.25C14.7137%207.25315%2015.1591%207.06858%2015.4873%206.74055C15.8154%206.41253%2016%205.96728%2016%205.50367V4.62893H14.4416Z'%20fill='white'/%3e%3c/svg%3e", Ii = "data:image/svg+xml,%3csvg%20width='35'%20height='20'%20viewBox='0%200%2030%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2.551%204.16666C2.55684%204.17198%202.56317%204.1776%202.57004%204.18349C2.69809%204.29358%202.93213%204.43049%203.2938%204.56201C4.01028%204.82255%205.05531%204.99999%206.24992%204.99999C7.44453%204.99999%208.48956%204.82255%209.20604%204.56201C9.56771%204.43049%209.80175%204.29358%209.9298%204.18349C9.93666%204.1776%209.943%204.17198%209.94884%204.16666C9.943%204.16133%209.93666%204.15572%209.9298%204.14982C9.80175%204.03973%209.56771%203.90282%209.20604%203.77131C8.48956%203.51077%207.44453%203.33332%206.24992%203.33332C5.05531%203.33332%204.01028%203.51077%203.2938%203.77131C2.93213%203.90282%202.69809%204.03973%202.57004%204.14982C2.56317%204.15572%202.55684%204.16133%202.551%204.16666ZM9.99992%206.04163C9.92615%206.07193%209.85128%206.10081%209.77561%206.12833C8.83325%206.47101%207.58661%206.66666%206.24992%206.66666C4.91322%206.66666%203.66659%206.47101%202.72423%206.12833C2.64856%206.10081%202.57369%206.07193%202.49992%206.04163V7.86398C2.5121%207.87898%202.53366%207.90222%202.57004%207.93349C2.69809%208.04358%202.93213%208.18049%203.2938%208.31201C4.01028%208.57254%205.05531%208.74999%206.24992%208.74999C7.44453%208.74999%208.48956%208.57254%209.20604%208.31201C9.56771%208.18049%209.80175%208.04358%209.9298%207.93349C9.96618%207.90222%209.98774%207.87898%209.99992%207.86398V6.04163ZM9.99992%209.79163C9.92615%209.82193%209.85128%209.85081%209.77561%209.87833C8.83325%2010.221%207.58661%2010.4167%206.24992%2010.4167C4.91322%2010.4167%203.66659%2010.221%202.72423%209.87833C2.64856%209.85081%202.57369%209.82193%202.49992%209.79163V11.614C2.5121%2011.629%202.53366%2011.6522%202.57004%2011.6835C2.69809%2011.7936%202.93213%2011.9305%203.2938%2012.062C4.01028%2012.3225%205.05531%2012.5%206.24992%2012.5C7.10597%2012.5%207.89151%2012.4088%208.53614%2012.258C9.09478%2012.1273%209.50237%2011.9625%209.75771%2011.8062C9.83221%2011.6674%209.91307%2011.5324%209.99992%2011.4018V9.79163ZM11.6666%209.83557V4.16666C11.6666%203.60229%2011.3494%203.17239%2011.0163%202.88601C10.6805%202.59731%2010.2434%202.37508%209.77561%202.20498C8.83325%201.86231%207.58661%201.66666%206.24992%201.66666C4.91322%201.66666%203.66659%201.86231%202.72423%202.20498C2.25647%202.37508%201.8193%202.59731%201.4835%202.88601C1.15039%203.17239%200.833252%203.60229%200.833252%204.16666V15.4167C0.833252%2015.981%201.15039%2016.4109%201.4835%2016.6973C1.8193%2016.986%202.25647%2017.2082%202.72423%2017.3783C3.66659%2017.721%204.91322%2017.9167%206.24992%2017.9167C7.25171%2017.9167%208.19625%2017.8069%208.99817%2017.6112C9.42337%2017.5074%209.83222%2017.3738%2010.1963%2017.2062C11.1101%2018.3981%2012.5486%2019.1667%2014.1666%2019.1667C16.928%2019.1667%2019.1666%2016.9281%2019.1666%2014.1667C19.1666%2011.4052%2016.928%209.16666%2014.1666%209.16666C13.2559%209.16666%2012.402%209.41014%2011.6666%209.83557ZM9.16822%2014.2957C9.18087%2014.7953%209.2668%2015.2766%209.41565%2015.7294C9.19988%2015.8216%208.9295%2015.9124%208.60306%2015.992C7.94665%2016.1522%207.13633%2016.25%206.24992%2016.25C5.05531%2016.25%204.01028%2016.0725%203.2938%2015.812C2.93213%2015.6805%202.69809%2015.5436%202.57004%2015.4335C2.53366%2015.4022%202.5121%2015.379%202.49992%2015.364V13.5416C2.57369%2013.5719%202.64856%2013.6008%202.72423%2013.6283C3.66659%2013.971%204.91322%2014.1667%206.24992%2014.1667C7.21803%2014.1667%208.13221%2014.0641%208.9157%2013.8809C9.00426%2013.8602%209.09202%2013.8382%209.17876%2013.815C9.17069%2013.9312%209.16658%2014.0484%209.16658%2014.1667C9.16658%2014.2098%209.16713%2014.2528%209.16822%2014.2957ZM10.8333%2014.1667C10.8333%2016.0076%2012.3256%2017.5%2014.1666%2017.5C16.0075%2017.5%2017.4999%2016.0076%2017.4999%2014.1667C17.4999%2012.3257%2016.0075%2010.8333%2014.1666%2010.8333C12.3256%2010.8333%2010.8333%2012.3257%2010.8333%2014.1667Z'%20fill='white'/%3e%3c/svg%3e", $i = "data:image/svg+xml,%3csvg%20width='35'%20height='20'%20viewBox='0%200%2035%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.4167%203.33332C15.0986%203.33332%2018.0833%206.31809%2018.0833%209.99999C18.0833%2013.6819%2015.0986%2016.6667%2011.4167%2016.6667C9.32275%2016.6667%207.45468%2015.7023%206.23114%2014.1902C5.94163%2013.8325%205.4169%2013.7771%205.05913%2014.0666C4.70135%2014.3561%204.64602%2014.8809%204.93553%2015.2386C6.46191%2017.1249%208.79848%2018.3333%2011.4167%2018.3333C16.019%2018.3333%2019.75%2014.6024%2019.75%209.99999C19.75%205.39762%2016.019%201.66666%2011.4167%201.66666C7.13809%201.66666%203.61263%204.8911%203.13774%209.04253L3.08938%208.99416C2.76399%208.66867%202.23636%208.66859%201.91087%208.99398C1.58539%209.31937%201.58531%209.84701%201.9107%2010.1725L3.57687%2011.8392C3.73313%2011.9955%203.94507%2012.0833%204.16609%2012.0833C4.3871%2012.0834%204.59908%2011.9956%204.75538%2011.8393L6.42254%2010.1727C6.74803%209.84728%206.74811%209.31964%206.42272%208.99415C6.09733%208.66867%205.56969%208.66859%205.2442%208.99398L4.77099%209.46705C5.0425%206.03433%207.91416%203.33332%2011.4167%203.33332ZM11.4167%204.99999C10.9564%204.99999%2010.5833%205.37309%2010.5833%205.83332V9.554L8.45442%2010.9733C8.07148%2011.2286%207.968%2011.746%208.22329%2012.1289C8.47858%2012.5118%208.99598%2012.6153%209.37892%2012.36L11.8789%2010.6934C12.1107%2010.5388%2012.25%2010.2786%2012.25%209.99999V5.83332C12.25%205.37309%2011.8769%204.99999%2011.4167%204.99999Z'%20fill='white'/%3e%3c/svg%3e", ki = "data:image/svg+xml,%3csvg%20width='35'%20height='20'%20viewBox='0%200%2035%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.666748%202.00001C0.666748%201.07954%201.41294%200.333344%202.33341%200.333344C3.25389%200.333344%204.00008%201.07954%204.00008%202.00001C4.00008%202.92048%203.25389%203.66668%202.33341%203.66668C1.41294%203.66668%200.666748%202.92048%200.666748%202.00001ZM5.66675%202.00001C5.66675%201.53977%206.03984%201.16668%206.50008%201.16668H16.5001C16.9603%201.16668%2017.3334%201.53977%2017.3334%202.00001C17.3334%202.46025%2016.9603%202.83334%2016.5001%202.83334L6.50008%202.83334C6.03984%202.83334%205.66675%202.46025%205.66675%202.00001ZM0.666748%207.00001C0.666748%206.07954%201.41294%205.33334%202.33341%205.33334C3.25389%205.33334%204.00008%206.07954%204.00008%207.00001C4.00008%207.92048%203.25389%208.66668%202.33341%208.66668C1.41294%208.66668%200.666748%207.92048%200.666748%207.00001ZM5.66675%207.00001C5.66675%206.53977%206.03984%206.16668%206.50008%206.16668L16.5001%206.16668C16.9603%206.16668%2017.3334%206.53977%2017.3334%207.00001C17.3334%207.46025%2016.9603%207.83334%2016.5001%207.83334L6.50008%207.83334C6.03984%207.83334%205.66675%207.46025%205.66675%207.00001ZM0.666748%2012C0.666748%2011.0795%201.41294%2010.3333%202.33341%2010.3333C3.25389%2010.3333%204.00008%2011.0795%204.00008%2012C4.00008%2012.9205%203.25389%2013.6667%202.33341%2013.6667C1.41294%2013.6667%200.666748%2012.9205%200.666748%2012ZM5.66675%2012C5.66675%2011.5398%206.03984%2011.1667%206.50008%2011.1667L16.5001%2011.1667C16.9603%2011.1667%2017.3334%2011.5398%2017.3334%2012C17.3334%2012.4602%2016.9603%2012.8333%2016.5001%2012.8333L6.50008%2012.8333C6.03984%2012.8333%205.66675%2012.4602%205.66675%2012Z'%20fill='white'/%3e%3c/svg%3e", Ui = "data:image/svg+xml,%3csvg%20width='35'%20height='20'%20viewBox='0%200%2035%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.9992%203.75C6.52525%203.75%203.75%206.55828%203.75%2010C3.75%2013.4417%206.52525%2016.25%209.9992%2016.25C13.427%2016.25%2016.2484%2013.4441%2016.2484%2010C16.2505%209.98168%2016.2505%209.96318%2016.2484%209.94487C16.2212%206.52543%2013.456%203.75%209.9992%203.75ZM8.7787%204.35471V5.7477C8.4566%205.83981%208.14646%205.96894%207.85461%206.13246L6.85596%205.16118C7.44132%204.77727%208.09317%204.50386%208.7787%204.35471ZM11.2197%204.35471C11.9052%204.50386%2012.5571%204.77727%2013.1424%205.16118L12.1621%206.13246C11.8646%205.96647%2011.5551%205.8216%2011.2197%205.72952V4.35471ZM9.9992%206.05915C12.1876%206.01398%2013.9742%207.82458%2013.9742%2010C13.9741%2011.0451%2013.5552%2012.0474%2012.8098%2012.7864C12.0644%2013.5255%2011.0534%2013.9407%209.9992%2013.9409C8.945%2013.9407%207.93403%2013.5255%207.18859%2012.7864C6.44316%2012.0474%206.02431%2011.0451%206.02416%2010C6.02431%208.95487%206.44316%207.95259%207.18859%207.21357C7.93403%206.47455%208.945%206.0593%209.9992%206.05915ZM5.15508%206.8838L6.09811%207.87385C5.9331%208.16337%205.80285%208.47104%205.71001%208.79059H4.36054C4.50654%208.11266%204.77577%207.46614%205.15508%206.8838ZM14.8427%206.8838C15.2223%207.46607%2015.4917%208.11201%2015.6379%208.79H14.2706C14.1826%208.47178%2014.0585%208.16445%2013.9009%207.87385L14.8427%206.8838ZM9.70339%207.30609V7.6539C9.17094%207.75009%208.88993%208.16594%208.88993%208.79059C8.88993%2010.1355%2010.3873%2010.2493%2010.3873%2011.2094C10.3873%2011.5461%2010.2412%2011.6863%209.9992%2011.6863C9.75664%2011.6863%209.6111%2011.5455%209.6111%2011.2094V10.8247H8.88993V11.1549C8.88993%2011.827%209.17035%2012.2135%209.70339%2012.3091V12.6394H10.3323V12.3091C10.8647%2012.2135%2011.1641%2011.7789%2011.1641%2011.1549C11.1641%209.80997%209.66612%209.76246%209.66612%208.75364C9.66612%208.41756%209.81225%208.27679%2010.0548%208.27679C10.2974%208.27679%2010.4429%208.41756%2010.4429%208.75364V8.93722H11.1641V8.79059C11.1641%208.16594%2010.8647%207.75009%2010.3317%207.6539V7.30551L9.70339%207.30609ZM4.36054%2011.2094H5.71001C5.80349%2011.5379%205.93482%2011.8335%206.09811%2012.1261L5.15508%2013.1162C4.77574%2012.5339%204.5065%2011.8874%204.36054%2011.2094ZM14.2884%2011.2094H15.6379C15.4914%2011.8872%2015.2222%2012.5331%2014.8433%2013.1156L13.9003%2012.1261C14.0653%2011.8366%2014.1956%2011.529%2014.2884%2011.2094ZM7.85461%2013.8675C8.14662%2014.0312%208.45696%2014.1603%208.7793%2014.2523V15.6453C8.09376%2015.4961%207.44191%2015.2227%206.85656%2014.8388L7.85461%2013.8675ZM12.1438%2013.8675H12.1621L13.1235%2014.8388C12.5433%2015.2156%2011.8978%2015.4828%2011.2197%2015.6271V14.2523C11.5418%2014.1603%2011.852%2014.0311%2012.1438%2013.8675Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10%2018.0208C14.4298%2018.0208%2018.0208%2014.4298%2018.0208%2010C18.0208%205.57022%2014.4298%201.97917%2010%201.97917C5.57022%201.97917%201.97917%205.57022%201.97917%2010C1.97917%2014.4298%205.57022%2018.0208%2010%2018.0208ZM10%2018.75C14.8325%2018.75%2018.75%2014.8325%2018.75%2010C18.75%205.16751%2014.8325%201.25%2010%201.25C5.16751%201.25%201.25%205.16751%201.25%2010C1.25%2014.8325%205.16751%2018.75%2010%2018.75Z'%20fill='white'/%3e%3c/svg%3e", Gi = "data:image/svg+xml,%3csvg%20width='35'%20height='20'%20viewBox='0%200%2035%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.2125%209.09375C7.44853%209.77601%206.51801%2010.2445%205.51497%2010.4519C4.51192%2010.6593%203.4719%2010.5983%202.5%2010.275C2.55651%2011.9499%203.17514%2013.557%204.25625%2014.8375L9.11875%2010L8.2125%209.09375ZM7.31875%208.20625L4.275%205.1625C3.37411%206.23087%202.78964%207.52969%202.5875%208.9125C3.95%209.675%205.8375%209.375%207.31875%208.20625ZM12.6813%2011.7938L15.725%2014.8375C16.6259%2013.7691%2017.2104%2012.4703%2017.4125%2011.0875C16.05%2010.325%2014.1625%2010.625%2012.6813%2011.7938ZM11.7938%2012.6813C10.6063%2014.1625%2010.325%2016.05%2011.0625%2017.4125C12.4453%2017.2104%2013.7441%2016.6259%2014.8125%2015.725L11.7938%2012.6813ZM10.8813%2010L11.7875%2010.9062C12.5515%2010.224%2013.482%209.75549%2014.485%209.54808C15.4881%209.34066%2016.5281%209.40169%2017.5%209.725C17.4435%208.05011%2016.8249%206.44299%2015.7438%205.1625L10.8813%2010ZM10.9062%2011.7875L10%2010.8813L5.1625%2015.725C6.44047%2016.8129%208.04784%2017.4382%209.725%2017.5C9.40169%2016.5281%209.34066%2015.4881%209.54808%2014.485C9.75549%2013.482%2010.224%2012.5515%2010.9062%2011.7875ZM10%209.11875L14.8375%204.275C13.5595%203.18712%2011.9522%202.56179%2010.275%202.5C10.5948%203.46928%2010.654%204.50563%2010.4466%205.50501C10.2393%206.5044%209.77272%207.43167%209.09375%208.19375L10%209.11875ZM8.20625%207.31875C9.375%205.8375%209.675%203.95%208.9375%202.5875C7.55469%202.78964%206.25587%203.37411%205.1875%204.275L8.20625%207.31875Z'%20fill='white'/%3e%3c/svg%3e";
3942
3938
  class Rt {
3943
3939
  constructor() {
3944
3940
  }
@@ -3954,7 +3950,7 @@ class Rt {
3954
3950
  return t("casinoRuleMinMaxBet", { values: { minBet: s, maxBet: u } });
3955
3951
  }
3956
3952
  static generateSportsRule(t, n) {
3957
- var F, Z, d, L, Q, q, te, be, J, ne;
3953
+ var F, Z, d, L, q, W, ee, pe, Q, te;
3958
3954
  const r = [], i = ` ~ ${t("unlimited")}`, s = n.currency || "EUR", u = (F = n.minStake) != null && F.amount[s] ? `: ${n.minStake.amount[s]} ${s}` : i, l = (Z = n.maxStake) != null && Z.amount[s] ? `: ${n.maxStake.amount[s]} ${s}` : i;
3959
3955
  r.push(t("sportsRuleMinMaxBet", { values: { sportMinBet: u, sportMaxBet: l } }));
3960
3956
  const h = n.config.liveMatch === "true", a = n.config.preLiveMatch === "true";
@@ -3970,22 +3966,22 @@ class Rt {
3970
3966
  all: t("betBuilderOnly"),
3971
3967
  none: t("notBuilderOnly")
3972
3968
  };
3973
- let E = "", C = "";
3974
- const S = `${t("oddsPerSelection")}: ${n.config.minOdds || t("unlimited")} - ${n.config.maxOdds || t("unlimited")}`, B = o.system.isEligible, H = o.multiple.isEligible;
3975
- B && (E = ` ${t("betTypeSystem")}
3969
+ let C = "", _ = "";
3970
+ const B = `${t("oddsPerSelection")}: ${n.config.minOdds || t("unlimited")} - ${n.config.maxOdds || t("unlimited")}`, S = o.system.isEligible, H = o.multiple.isEligible;
3971
+ S && (C = ` ${t("betTypeSystem")}
3976
3972
  ( ${t("typeOfSelection")}: ${m[((L = (d = n.combination.system.banker) == null ? void 0 : d.include) == null ? void 0 : L.toString()) || "null"]},
3977
3973
  ${t("numberOfSelection")}:
3978
- ${((Q = o.system.minSelection) == null ? void 0 : Q.number) || t("unlimited")} - ${((q = o.system.maxSelection) == null ? void 0 : q.number) || t("unlimited")},
3979
- ${S} ) `), H && (C = ` ${t("betTypeMultiple")}
3980
- ( ${t("typeOfSelection")}: ${g[((be = (te = n.combination.multiple.betBuilder) == null ? void 0 : te.mode) == null ? void 0 : be.toString()) || "unspecific"]},
3974
+ ${((q = o.system.minSelection) == null ? void 0 : q.number) || t("unlimited")} - ${((W = o.system.maxSelection) == null ? void 0 : W.number) || t("unlimited")},
3975
+ ${B} ) `), H && (_ = ` ${t("betTypeMultiple")}
3976
+ ( ${t("typeOfSelection")}: ${g[((pe = (ee = n.combination.multiple.betBuilder) == null ? void 0 : ee.mode) == null ? void 0 : pe.toString()) || "unspecific"]},
3981
3977
  ${t("numberOfSelection")}:
3982
- ${((J = o.multiple.minSelection) == null ? void 0 : J.number) || t("unlimited")} - ${((ne = o.multiple.maxSelection) == null ? void 0 : ne.number) || t("unlimited")},
3983
- ${S} ) `), B && H ? c.push(C + t("and") + E) : B ? c.push(E) : H && c.push(C), r.push(c.join(", "));
3978
+ ${((Q = o.multiple.minSelection) == null ? void 0 : Q.number) || t("unlimited")} - ${((te = o.multiple.maxSelection) == null ? void 0 : te.number) || t("unlimited")},
3979
+ ${B} ) `), S && H ? c.push(_ + t("and") + C) : S ? c.push(C) : H && c.push(_), r.push(c.join(", "));
3984
3980
  const A = n.config.minTotalOdds ? `: ${n.config.minTotalOdds}` : i, M = n.config.maxTotalOdds ? `: ${n.config.maxTotalOdds}` : i;
3985
3981
  return r.push(`${t("sportsRuleMinMaxOdds", { values: { sportMinOdds: A, sportMaxOdds: M } })}`), r;
3986
3982
  }
3987
3983
  }
3988
- function Fi(e) {
3984
+ function Di(e) {
3989
3985
  En(e, "svelte-1mcwcv2", "*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.casino-tournaments-thumbnail-rule{color:#fff;font-size:12px;line-height:15px;letter-spacing:-0.177807px;color:var(--emw--color-gray-100, #B5B5B5)}.casino-tournaments-thumbnail-rule .RulesRow{padding:10px;display:flex;border-bottom:1px solid #424242}.casino-tournaments-thumbnail-rule .RulesRow .RuleTxt{padding:3px 5px}.casino-tournaments-thumbnail-rule .RulesRow .RuleTxt a{color:#ff8364;cursor:pointer}.casino-tournaments-thumbnail-rule .RulesRow .RuleTxt ul.SportsRules{padding-left:20px}.casino-tournaments-thumbnail-rule .RulesRow .RuleTxt ul.SportsRules li{padding-left:0px;list-style-type:initial}.casino-tournaments-thumbnail-rule .RuleIcon{width:38px;height:30px}");
3990
3986
  }
3991
3987
  function At(e, t, n) {
@@ -3999,10 +3995,10 @@ function Lt(e) {
3999
3995
  ), r;
4000
3996
  return {
4001
3997
  c() {
4002
- t = new fe(!1), r = Ae(), t.a = r;
3998
+ t = new ce(!1), r = Me(), t.a = r;
4003
3999
  },
4004
4000
  m(i, s) {
4005
- t.m(n, i, s), W(i, r, s);
4001
+ t.m(n, i, s), X(i, r, s);
4006
4002
  },
4007
4003
  p(i, s) {
4008
4004
  s & /*$_*/
@@ -4021,10 +4017,10 @@ function Ot(e) {
4021
4017
  ), r;
4022
4018
  return {
4023
4019
  c() {
4024
- t = new fe(!1), r = Ae(), t.a = r;
4020
+ t = new ce(!1), r = Me(), t.a = r;
4025
4021
  },
4026
4022
  m(i, s) {
4027
- t.m(n, i, s), W(i, r, s);
4023
+ t.m(n, i, s), X(i, r, s);
4028
4024
  },
4029
4025
  p(i, s) {
4030
4026
  s & /*$_*/
@@ -4036,17 +4032,17 @@ function Ot(e) {
4036
4032
  }
4037
4033
  };
4038
4034
  }
4039
- function Pt(e) {
4035
+ function Nt(e) {
4040
4036
  let t, n = (
4041
4037
  /*$_*/
4042
4038
  e[10]("scoreCriteriaType.maxWinStateRatio") + ""
4043
4039
  ), r;
4044
4040
  return {
4045
4041
  c() {
4046
- t = new fe(!1), r = Ae(), t.a = r;
4042
+ t = new ce(!1), r = Me(), t.a = r;
4047
4043
  },
4048
4044
  m(i, s) {
4049
- t.m(n, i, s), W(i, r, s);
4045
+ t.m(n, i, s), X(i, r, s);
4050
4046
  },
4051
4047
  p(i, s) {
4052
4048
  s & /*$_*/
@@ -4058,17 +4054,17 @@ function Pt(e) {
4058
4054
  }
4059
4055
  };
4060
4056
  }
4061
- function Nt(e) {
4057
+ function Pt(e) {
4062
4058
  let t, n = (
4063
4059
  /*$_*/
4064
4060
  e[10]("scoreCriteriaType.stake") + ""
4065
4061
  ), r;
4066
4062
  return {
4067
4063
  c() {
4068
- t = new fe(!1), r = Ae(), t.a = r;
4064
+ t = new ce(!1), r = Me(), t.a = r;
4069
4065
  },
4070
4066
  m(i, s) {
4071
- t.m(n, i, s), W(i, r, s);
4067
+ t.m(n, i, s), X(i, r, s);
4072
4068
  },
4073
4069
  p(i, s) {
4074
4070
  s & /*$_*/
@@ -4087,13 +4083,13 @@ function It(e) {
4087
4083
  ), l, h;
4088
4084
  return {
4089
4085
  c() {
4090
- t = _("div"), n = _("div"), n.innerHTML = `<img src="${Gi}"/>`, r = O(), i = _("div"), s = new fe(!1), l = K(":"), h = K(
4086
+ t = T("div"), n = T("div"), n.innerHTML = `<img src="${Ui}"/>`, r = O(), i = T("div"), s = new ce(!1), l = Y(":"), h = Y(
4091
4087
  /*casinoRules*/
4092
4088
  e[9]
4093
4089
  ), p(n, "class", "RuleIcon"), p(n, "part", "RuleIcon"), s.a = l, p(i, "class", "RuleTxt"), p(i, "part", "RuleTxt"), p(t, "class", "RulesRow"), p(t, "part", "rule");
4094
4090
  },
4095
4091
  m(a, o) {
4096
- W(a, t, o), b(t, n), b(t, r), b(t, i), s.m(u, i), b(i, l), b(i, h);
4092
+ X(a, t, o), b(t, n), b(t, r), b(t, i), s.m(u, i), b(i, l), b(i, h);
4097
4093
  },
4098
4094
  p(a, o) {
4099
4095
  o & /*$_*/
@@ -4122,14 +4118,14 @@ function $t(e) {
4122
4118
  o[c] = kt(At(e, a, c));
4123
4119
  return {
4124
4120
  c() {
4125
- t = _("div"), n = _("div"), n.innerHTML = `<img src="${Di}"/>`, r = O(), i = _("div"), s = new fe(!1), l = K(`:
4126
- `), h = _("ul");
4121
+ t = T("div"), n = T("div"), n.innerHTML = `<img src="${Gi}"/>`, r = O(), i = T("div"), s = new ce(!1), l = Y(`:
4122
+ `), h = T("ul");
4127
4123
  for (let c = 0; c < o.length; c += 1)
4128
4124
  o[c].c();
4129
4125
  p(n, "class", "RuleIcon"), p(n, "part", "RuleIcon"), s.a = l, p(h, "class", "SportsRules"), p(i, "class", "RuleTxt"), p(i, "part", "RuleTxt"), p(t, "class", "RulesRow"), p(t, "part", "rule");
4130
4126
  },
4131
4127
  m(c, f) {
4132
- W(c, t, f), b(t, n), b(t, r), b(t, i), s.m(u, i), b(i, l), b(i, h);
4128
+ X(c, t, f), b(t, n), b(t, r), b(t, i), s.m(u, i), b(i, l), b(i, h);
4133
4129
  for (let m = 0; m < o.length; m += 1)
4134
4130
  o[m] && o[m].m(h, null);
4135
4131
  },
@@ -4164,10 +4160,10 @@ function kt(e) {
4164
4160
  ), r;
4165
4161
  return {
4166
4162
  c() {
4167
- t = _("li"), r = K(n), p(t, "class", "RuleTxt"), p(t, "part", "RuleTxt");
4163
+ t = T("li"), r = Y(n), p(t, "class", "RuleTxt"), p(t, "part", "RuleTxt");
4168
4164
  },
4169
4165
  m(i, s) {
4170
- W(i, t, s), b(t, r);
4166
+ X(i, t, s), b(t, r);
4171
4167
  },
4172
4168
  p(i, s) {
4173
4169
  s & /*sportRules*/
@@ -4179,7 +4175,7 @@ function kt(e) {
4179
4175
  }
4180
4176
  };
4181
4177
  }
4182
- function ji(e) {
4178
+ function Fi(e) {
4183
4179
  let t, n, r, i, s, u, l, h, a, o, c, f, m, g = (
4184
4180
  /*$_*/
4185
4181
  e[10]("miniBetCount", {
@@ -4188,7 +4184,7 @@ function ji(e) {
4188
4184
  e[3]
4189
4185
  ) }
4190
4186
  }) + ""
4191
- ), E, C, S, B, H, A, M = (
4187
+ ), C, _, B, S, H, A, M = (
4192
4188
  /*$_*/
4193
4189
  e[10]("timePeriod", {
4194
4190
  values: {
@@ -4202,13 +4198,13 @@ function ji(e) {
4202
4198
  )
4203
4199
  }
4204
4200
  }) + ""
4205
- ), F, Z, d, L, Q, q, te = (
4201
+ ), F, Z, d, L, q, W, ee = (
4206
4202
  /*$_*/
4207
4203
  e[10]("terms", { values: { tcUrl: (
4208
4204
  /*tcurl*/
4209
4205
  e[6]
4210
4206
  ) } }) + ""
4211
- ), be, J, ne, ot, $e, N = (
4207
+ ), pe, Q, te, ot, Pe, P = (
4212
4208
  /*scorecriterial*/
4213
4209
  e[2] == "BetCount" && Lt(e)
4214
4210
  ), I = (
@@ -4216,10 +4212,10 @@ function ji(e) {
4216
4212
  e[2] == "WinStakeRatio" && Ot(e)
4217
4213
  ), $ = (
4218
4214
  /*scorecriterial*/
4219
- e[2] == "MaxWinStakeRatio" && Pt(e)
4215
+ e[2] == "MaxWinStakeRatio" && Nt(e)
4220
4216
  ), k = (
4221
4217
  /*scorecriterial*/
4222
- e[2] == "Stake" && Nt(e)
4218
+ e[2] == "Stake" && Pt(e)
4223
4219
  ), U = (
4224
4220
  /*casinowallet*/
4225
4221
  e[1] && It(e)
@@ -4230,69 +4226,69 @@ function ji(e) {
4230
4226
  );
4231
4227
  return {
4232
4228
  c() {
4233
- t = _("div"), n = _("div"), r = _("div"), r.innerHTML = `<img src="${Ii}"/>`, i = O(), s = _("div"), N && N.c(), u = O(), I && I.c(), l = O(), $ && $.c(), h = O(), k && k.c(), a = O(), o = _("div"), c = _("div"), c.innerHTML = `<img src="${$i}"/>`, f = O(), m = _("div"), E = K(g), C = O(), S = _("div"), B = _("div"), B.innerHTML = `<img src="${ki}"/>`, H = O(), A = _("div"), F = K(M), Z = O(), d = _("div"), L = _("div"), L.innerHTML = `<img src="${Ui}"/>`, Q = O(), q = _("div"), be = O(), J = _("span"), ot = O(), U && U.c(), $e = O(), G && G.c(), p(r, "class", "RuleIcon"), p(r, "part", "RuleIcon"), p(s, "class", "RuleTxt"), p(s, "part", "RuleTxt"), p(n, "class", "RulesRow"), p(n, "part", "rule"), p(c, "class", "RuleIcon"), p(c, "part", "RuleIcon"), p(m, "class", "RuleTxt"), p(m, "part", "RuleTxt"), p(o, "class", "RulesRow"), p(o, "part", "rule"), p(B, "class", "RuleIcon"), p(B, "part", "RuleIcon"), p(A, "class", "RuleTxt"), p(A, "part", "RuleTxt"), p(S, "class", "RulesRow"), p(S, "part", "rule"), p(L, "class", "RuleIcon"), p(L, "part", "RuleIcon"), p(q, "class", "RuleTxt"), p(q, "part", "RuleTxt"), p(d, "class", "RulesRow"), p(d, "part", "rule"), p(J, "type", "hidden"), p(J, "href", ne = { tcurl: (
4229
+ t = T("div"), n = T("div"), r = T("div"), r.innerHTML = `<img src="${Pi}"/>`, i = O(), s = T("div"), P && P.c(), u = O(), I && I.c(), l = O(), $ && $.c(), h = O(), k && k.c(), a = O(), o = T("div"), c = T("div"), c.innerHTML = `<img src="${Ii}"/>`, f = O(), m = T("div"), C = Y(g), _ = O(), B = T("div"), S = T("div"), S.innerHTML = `<img src="${$i}"/>`, H = O(), A = T("div"), F = Y(M), Z = O(), d = T("div"), L = T("div"), L.innerHTML = `<img src="${ki}"/>`, q = O(), W = T("div"), pe = O(), Q = T("span"), ot = O(), U && U.c(), Pe = O(), G && G.c(), p(r, "class", "RuleIcon"), p(r, "part", "RuleIcon"), p(s, "class", "RuleTxt"), p(s, "part", "RuleTxt"), p(n, "class", "RulesRow"), p(n, "part", "rule"), p(c, "class", "RuleIcon"), p(c, "part", "RuleIcon"), p(m, "class", "RuleTxt"), p(m, "part", "RuleTxt"), p(o, "class", "RulesRow"), p(o, "part", "rule"), p(S, "class", "RuleIcon"), p(S, "part", "RuleIcon"), p(A, "class", "RuleTxt"), p(A, "part", "RuleTxt"), p(B, "class", "RulesRow"), p(B, "part", "rule"), p(L, "class", "RuleIcon"), p(L, "part", "RuleIcon"), p(W, "class", "RuleTxt"), p(W, "part", "RuleTxt"), p(d, "class", "RulesRow"), p(d, "part", "rule"), p(Q, "type", "hidden"), p(Q, "href", te = { tcurl: (
4234
4230
  /*tcurl*/
4235
4231
  e[6]
4236
4232
  ) }), p(t, "class", "casino-tournaments-thumbnail-rule"), p(t, "part", "casino-tournaments-thumbnail-rule");
4237
4233
  },
4238
- m(x, j) {
4239
- W(x, t, j), b(t, n), b(n, r), b(n, i), b(n, s), N && N.m(s, null), b(s, u), I && I.m(s, null), b(s, l), $ && $.m(s, null), b(s, h), k && k.m(s, null), b(t, a), b(t, o), b(o, c), b(o, f), b(o, m), b(m, E), b(t, C), b(t, S), b(S, B), b(S, H), b(S, A), b(A, F), b(t, Z), b(t, d), b(d, L), b(d, Q), b(d, q), q.innerHTML = te, b(t, be), b(t, J), b(t, ot), U && U.m(t, null), b(t, $e), G && G.m(t, null), e[16](t);
4234
+ m(E, j) {
4235
+ X(E, t, j), b(t, n), b(n, r), b(n, i), b(n, s), P && P.m(s, null), b(s, u), I && I.m(s, null), b(s, l), $ && $.m(s, null), b(s, h), k && k.m(s, null), b(t, a), b(t, o), b(o, c), b(o, f), b(o, m), b(m, C), b(t, _), b(t, B), b(B, S), b(B, H), b(B, A), b(A, F), b(t, Z), b(t, d), b(d, L), b(d, q), b(d, W), W.innerHTML = ee, b(t, pe), b(t, Q), b(t, ot), U && U.m(t, null), b(t, Pe), G && G.m(t, null), e[16](t);
4240
4236
  },
4241
- p(x, [j]) {
4237
+ p(E, [j]) {
4242
4238
  /*scorecriterial*/
4243
- x[2] == "BetCount" ? N ? N.p(x, j) : (N = Lt(x), N.c(), N.m(s, u)) : N && (N.d(1), N = null), /*scorecriterial*/
4244
- x[2] == "WinStakeRatio" ? I ? I.p(x, j) : (I = Ot(x), I.c(), I.m(s, l)) : I && (I.d(1), I = null), /*scorecriterial*/
4245
- x[2] == "MaxWinStakeRatio" ? $ ? $.p(x, j) : ($ = Pt(x), $.c(), $.m(s, h)) : $ && ($.d(1), $ = null), /*scorecriterial*/
4246
- x[2] == "Stake" ? k ? k.p(x, j) : (k = Nt(x), k.c(), k.m(s, null)) : k && (k.d(1), k = null), j & /*$_, betcount*/
4239
+ E[2] == "BetCount" ? P ? P.p(E, j) : (P = Lt(E), P.c(), P.m(s, u)) : P && (P.d(1), P = null), /*scorecriterial*/
4240
+ E[2] == "WinStakeRatio" ? I ? I.p(E, j) : (I = Ot(E), I.c(), I.m(s, l)) : I && (I.d(1), I = null), /*scorecriterial*/
4241
+ E[2] == "MaxWinStakeRatio" ? $ ? $.p(E, j) : ($ = Nt(E), $.c(), $.m(s, h)) : $ && ($.d(1), $ = null), /*scorecriterial*/
4242
+ E[2] == "Stake" ? k ? k.p(E, j) : (k = Pt(E), k.c(), k.m(s, null)) : k && (k.d(1), k = null), j & /*$_, betcount*/
4247
4243
  1032 && g !== (g = /*$_*/
4248
- x[10]("miniBetCount", {
4244
+ E[10]("miniBetCount", {
4249
4245
  values: { betCount: (
4250
4246
  /*betcount*/
4251
- x[3]
4247
+ E[3]
4252
4248
  ) }
4253
- }) + "") && Be(E, g), j & /*$_, starttime, endtime*/
4249
+ }) + "") && Be(C, g), j & /*$_, starttime, endtime*/
4254
4250
  1072 && M !== (M = /*$_*/
4255
- x[10]("timePeriod", {
4251
+ E[10]("timePeriod", {
4256
4252
  values: {
4257
4253
  startTime: (
4258
4254
  /*starttime*/
4259
- x[4]
4255
+ E[4]
4260
4256
  ),
4261
4257
  endTime: (
4262
4258
  /*endtime*/
4263
- x[5]
4259
+ E[5]
4264
4260
  )
4265
4261
  }
4266
4262
  }) + "") && Be(F, M), j & /*$_, tcurl*/
4267
- 1088 && te !== (te = /*$_*/
4268
- x[10]("terms", { values: { tcUrl: (
4263
+ 1088 && ee !== (ee = /*$_*/
4264
+ E[10]("terms", { values: { tcUrl: (
4269
4265
  /*tcurl*/
4270
- x[6]
4271
- ) } }) + "") && (q.innerHTML = te), j & /*tcurl*/
4272
- 64 && ne !== (ne = { tcurl: (
4266
+ E[6]
4267
+ ) } }) + "") && (W.innerHTML = ee), j & /*tcurl*/
4268
+ 64 && te !== (te = { tcurl: (
4273
4269
  /*tcurl*/
4274
- x[6]
4275
- ) }) && p(J, "href", ne), /*casinowallet*/
4276
- x[1] ? U ? U.p(x, j) : (U = It(x), U.c(), U.m(t, $e)) : U && (U.d(1), U = null), /*sportswallet*/
4277
- x[0] && /*sportRules*/
4278
- x[8].length ? G ? G.p(x, j) : (G = $t(x), G.c(), G.m(t, null)) : G && (G.d(1), G = null);
4270
+ E[6]
4271
+ ) }) && p(Q, "href", te), /*casinowallet*/
4272
+ E[1] ? U ? U.p(E, j) : (U = It(E), U.c(), U.m(t, Pe)) : U && (U.d(1), U = null), /*sportswallet*/
4273
+ E[0] && /*sportRules*/
4274
+ E[8].length ? G ? G.p(E, j) : (G = $t(E), G.c(), G.m(t, null)) : G && (G.d(1), G = null);
4279
4275
  },
4280
4276
  i: V,
4281
4277
  o: V,
4282
- d(x) {
4283
- x && z(t), N && N.d(), I && I.d(), $ && $.d(), k && k.d(), U && U.d(), G && G.d(), e[16](null);
4278
+ d(E) {
4279
+ E && z(t), P && P.d(), I && I.d(), $ && $.d(), k && k.d(), U && U.d(), G && G.d(), e[16](null);
4284
4280
  }
4285
4281
  };
4286
4282
  }
4287
- function Vi(e, t, n) {
4283
+ function ji(e, t, n) {
4288
4284
  let r;
4289
- xn(e, Ri, (d) => n(10, r = d));
4290
- let { lang: i = "tr" } = t, { scorecriterial: s = "BetCount" } = t, { betcount: u } = t, { starttime: l } = t, { endtime: h } = t, { tcurl: a } = t, { clientstyling: o = "" } = t, { clientstylingurl: c = "" } = t, { translationurl: f = "" } = t, { mbsource: m } = t, { sportswallet: g } = t, { casinowallet: E } = t, C, S = [], B = "";
4291
- Ai({ withLocale: "en", translations: {} });
4285
+ xn(e, Mi, (d) => n(10, r = d));
4286
+ let { lang: i = "tr" } = t, { scorecriterial: s = "BetCount" } = t, { betcount: u } = t, { starttime: l } = t, { endtime: h } = t, { tcurl: a } = t, { clientstyling: o = "" } = t, { clientstylingurl: c = "" } = t, { translationurl: f = "" } = t, { mbsource: m } = t, { sportswallet: g } = t, { casinowallet: C } = t, _, B = [], S = "";
4287
+ Ri({ withLocale: "en", translations: {} });
4292
4288
  const H = () => {
4293
4289
  fetch(f).then((L) => L.json()).then((L) => {
4294
- Object.keys(L).forEach((Q) => {
4295
- Ht(Q, L[Q]);
4290
+ Object.keys(L).forEach((q) => {
4291
+ Ht(q, L[q]);
4296
4292
  });
4297
4293
  }).catch((L) => {
4298
4294
  console.error(L);
@@ -4302,41 +4298,41 @@ function Vi(e, t, n) {
4302
4298
  Ht(d, Mt[d]);
4303
4299
  });
4304
4300
  const A = () => {
4305
- Li(i);
4301
+ Ai(i);
4306
4302
  }, M = (d) => {
4307
- d.data && d.data.type && d.type == "TournamentsWalletsUpdate" && (n(1, E = d.data.wallet.casino), n(0, g = d.data.wallet.sports));
4303
+ d.data && d.data.type && d.type == "TournamentsWalletsUpdate" && (n(1, C = d.data.wallet.casino), n(0, g = d.data.wallet.sports));
4308
4304
  }, F = () => {
4309
- n(9, B = E ? Rt.generateCasinoRule(r, E) : ""), n(8, S = g ? Rt.generateSportsRule(r, g) : []);
4305
+ n(9, S = C ? Rt.generateCasinoRule(r, C) : ""), n(8, B = g ? Rt.generateSportsRule(r, g) : []);
4310
4306
  };
4311
4307
  Mn(() => (window.addEventListener("message", M, !1), window.postMessage({ type: "TournamentsRuleListenerLoaded" }, window.location.href), () => {
4312
4308
  window.removeEventListener("message", M);
4313
4309
  }));
4314
4310
  function Z(d) {
4315
- Ze[d ? "unshift" : "push"](() => {
4316
- C = d, n(7, C);
4311
+ Ve[d ? "unshift" : "push"](() => {
4312
+ _ = d, n(7, _);
4317
4313
  });
4318
4314
  }
4319
4315
  return e.$$set = (d) => {
4320
- "lang" in d && n(11, i = d.lang), "scorecriterial" in d && n(2, s = d.scorecriterial), "betcount" in d && n(3, u = d.betcount), "starttime" in d && n(4, l = d.starttime), "endtime" in d && n(5, h = d.endtime), "tcurl" in d && n(6, a = d.tcurl), "clientstyling" in d && n(12, o = d.clientstyling), "clientstylingurl" in d && n(13, c = d.clientstylingurl), "translationurl" in d && n(14, f = d.translationurl), "mbsource" in d && n(15, m = d.mbsource), "sportswallet" in d && n(0, g = d.sportswallet), "casinowallet" in d && n(1, E = d.casinowallet);
4316
+ "lang" in d && n(11, i = d.lang), "scorecriterial" in d && n(2, s = d.scorecriterial), "betcount" in d && n(3, u = d.betcount), "starttime" in d && n(4, l = d.starttime), "endtime" in d && n(5, h = d.endtime), "tcurl" in d && n(6, a = d.tcurl), "clientstyling" in d && n(12, o = d.clientstyling), "clientstylingurl" in d && n(13, c = d.clientstylingurl), "translationurl" in d && n(14, f = d.translationurl), "mbsource" in d && n(15, m = d.mbsource), "sportswallet" in d && n(0, g = d.sportswallet), "casinowallet" in d && n(1, C = d.casinowallet);
4321
4317
  }, e.$$.update = () => {
4322
4318
  e.$$.dirty & /*lang*/
4323
4319
  2048 && i && A(), e.$$.dirty & /*sportswallet, casinowallet*/
4324
- 3 && (g || E) && F(), e.$$.dirty & /*clientstyling, customStylingContainer*/
4325
- 4224 && o && C && Oi(C, o), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
4326
- 8320 && c && C && Pi(C, c), e.$$.dirty & /*mbsource, customStylingContainer*/
4327
- 32896 && m && C && Ni(C, `${m}.Style`), e.$$.dirty & /*translationurl*/
4320
+ 3 && (g || C) && F(), e.$$.dirty & /*clientstyling, customStylingContainer*/
4321
+ 4224 && o && _ && Li(_, o), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
4322
+ 8320 && c && _ && Oi(_, c), e.$$.dirty & /*mbsource, customStylingContainer*/
4323
+ 32896 && m && _ && Ni(_, `${m}.Style`), e.$$.dirty & /*translationurl*/
4328
4324
  16384 && f && H();
4329
4325
  }, [
4330
4326
  g,
4331
- E,
4327
+ C,
4332
4328
  s,
4333
4329
  u,
4334
4330
  l,
4335
4331
  h,
4336
4332
  a,
4337
- C,
4338
- S,
4333
+ _,
4339
4334
  B,
4335
+ S,
4340
4336
  r,
4341
4337
  i,
4342
4338
  o,
@@ -4346,13 +4342,13 @@ function Vi(e, t, n) {
4346
4342
  Z
4347
4343
  ];
4348
4344
  }
4349
- class zi extends Dn {
4345
+ class Vi extends Dn {
4350
4346
  constructor(t) {
4351
4347
  super(), Un(
4352
4348
  this,
4353
4349
  t,
4354
- Vi,
4355
4350
  ji,
4351
+ Fi,
4356
4352
  Gt,
4357
4353
  {
4358
4354
  lang: 11,
@@ -4368,7 +4364,7 @@ class zi extends Dn {
4368
4364
  sportswallet: 0,
4369
4365
  casinowallet: 1
4370
4366
  },
4371
- Fi
4367
+ Di
4372
4368
  );
4373
4369
  }
4374
4370
  get lang() {
@@ -4444,7 +4440,7 @@ class zi extends Dn {
4444
4440
  this.$$set({ casinowallet: t }), D();
4445
4441
  }
4446
4442
  }
4447
- Gn(zi, { lang: {}, scorecriterial: {}, betcount: {}, starttime: {}, endtime: {}, tcurl: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, mbsource: {}, sportswallet: {}, casinowallet: {} }, [], [], !0);
4443
+ Gn(Vi, { lang: {}, scorecriterial: {}, betcount: {}, starttime: {}, endtime: {}, tcurl: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, mbsource: {}, sportswallet: {}, casinowallet: {} }, [], [], !0);
4448
4444
  export {
4449
- zi as default
4445
+ Vi as default
4450
4446
  };