@everymatrix/casino-tournaments-thumbnail-rule 1.61.1 → 1.62.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,24 +1,24 @@
1
1
  function W() {
2
2
  }
3
- function St(e) {
3
+ function Rt(e) {
4
4
  return e();
5
5
  }
6
- function ot() {
6
+ function st() {
7
7
  return /* @__PURE__ */ Object.create(null);
8
8
  }
9
- function _e(e) {
10
- e.forEach(St);
9
+ function Ee(e) {
10
+ e.forEach(Rt);
11
11
  }
12
- function tt(e) {
12
+ function nt(e) {
13
13
  return typeof e == "function";
14
14
  }
15
- function Mt(e, t) {
15
+ function kt(e, t) {
16
16
  return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
17
17
  }
18
- function nr(e) {
18
+ function or(e) {
19
19
  return Object.keys(e).length === 0;
20
20
  }
21
- function Rt(e, ...t) {
21
+ function Nt(e, ...t) {
22
22
  if (e == null) {
23
23
  for (const n of t)
24
24
  n(void 0);
@@ -27,20 +27,20 @@ function Rt(e, ...t) {
27
27
  const r = e.subscribe(...t);
28
28
  return r.unsubscribe ? () => r.unsubscribe() : r;
29
29
  }
30
- function ir(e, t, r) {
31
- e.$$.on_destroy.push(Rt(t, r));
30
+ function ar(e, t, r) {
31
+ e.$$.on_destroy.push(Nt(t, r));
32
32
  }
33
33
  function p(e, t) {
34
34
  e.appendChild(t);
35
35
  }
36
- function or(e, t, r) {
37
- const n = ar(e);
36
+ function sr(e, t, r) {
37
+ const n = ur(e);
38
38
  if (!n.getElementById(t)) {
39
- const i = x("style");
40
- i.id = t, i.textContent = r, sr(n, i);
39
+ const i = E("style");
40
+ i.id = t, i.textContent = r, lr(n, i);
41
41
  }
42
42
  }
43
- function ar(e) {
43
+ function ur(e) {
44
44
  if (!e)
45
45
  return document;
46
46
  const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
@@ -50,7 +50,7 @@ function ar(e) {
50
50
  t
51
51
  ) : e.ownerDocument;
52
52
  }
53
- function sr(e, t) {
53
+ function lr(e, t) {
54
54
  return p(
55
55
  /** @type {Document} */
56
56
  e.head || e,
@@ -60,13 +60,13 @@ function sr(e, t) {
60
60
  function M(e, t, r) {
61
61
  e.insertBefore(t, r || null);
62
62
  }
63
- function H(e) {
63
+ function S(e) {
64
64
  e.parentNode && e.parentNode.removeChild(e);
65
65
  }
66
- function x(e) {
66
+ function E(e) {
67
67
  return document.createElement(e);
68
68
  }
69
- function ur(e) {
69
+ function hr(e) {
70
70
  return document.createElementNS("http://www.w3.org/2000/svg", e);
71
71
  }
72
72
  function z(e) {
@@ -75,20 +75,20 @@ function z(e) {
75
75
  function P() {
76
76
  return z(" ");
77
77
  }
78
- function Me() {
78
+ function ke() {
79
79
  return z("");
80
80
  }
81
81
  function m(e, t, r) {
82
82
  r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
83
83
  }
84
- function lr(e) {
84
+ function cr(e) {
85
85
  return Array.from(e.childNodes);
86
86
  }
87
- function J(e, t) {
87
+ function Y(e, t) {
88
88
  t = "" + t, e.data !== t && (e.data = /** @type {string} */
89
89
  t);
90
90
  }
91
- class Re {
91
+ class Ne {
92
92
  /**
93
93
  * @private
94
94
  * @default false
@@ -119,10 +119,10 @@ class Re {
119
119
  * @returns {void}
120
120
  */
121
121
  m(t, r, n = null) {
122
- this.e || (this.is_svg ? this.e = ur(
122
+ this.e || (this.is_svg ? this.e = hr(
123
123
  /** @type {keyof SVGElementTagNameMap} */
124
124
  r.nodeName
125
- ) : this.e = x(
125
+ ) : this.e = E(
126
126
  /** @type {keyof HTMLElementTagNameMap} */
127
127
  r.nodeType === 11 ? "TEMPLATE" : r.nodeName
128
128
  ), this.t = r.tagName !== "TEMPLATE" ? r : (
@@ -155,10 +155,10 @@ class Re {
155
155
  /**
156
156
  * @returns {void} */
157
157
  d() {
158
- this.n.forEach(H);
158
+ this.n.forEach(S);
159
159
  }
160
160
  }
161
- function hr(e) {
161
+ function fr(e) {
162
162
  const t = {};
163
163
  return e.childNodes.forEach(
164
164
  /** @param {Element} node */
@@ -167,87 +167,87 @@ function hr(e) {
167
167
  }
168
168
  ), t;
169
169
  }
170
- let ge;
171
- function be(e) {
172
- ge = e;
170
+ let ye;
171
+ function ge(e) {
172
+ ye = e;
173
173
  }
174
- function cr() {
175
- if (!ge)
174
+ function mr() {
175
+ if (!ye)
176
176
  throw new Error("Function called outside component initialization");
177
- return ge;
177
+ return ye;
178
178
  }
179
- function fr(e) {
180
- cr().$$.on_mount.push(e);
179
+ function dr(e) {
180
+ mr().$$.on_mount.push(e);
181
181
  }
182
- const ae = [], je = [];
183
- let se = [];
184
- const at = [], mr = /* @__PURE__ */ Promise.resolve();
185
- let Ve = !1;
186
- function dr() {
187
- Ve || (Ve = !0, mr.then(V));
182
+ const se = [], ze = [];
183
+ let ue = [];
184
+ const ut = [], pr = /* @__PURE__ */ Promise.resolve();
185
+ let Xe = !1;
186
+ function br() {
187
+ Xe || (Xe = !0, pr.then(V));
188
188
  }
189
- function ze(e) {
190
- se.push(e);
189
+ function We(e) {
190
+ ue.push(e);
191
191
  }
192
- const Oe = /* @__PURE__ */ new Set();
193
- let ie = 0;
192
+ const $e = /* @__PURE__ */ new Set();
193
+ let oe = 0;
194
194
  function V() {
195
- if (ie !== 0)
195
+ if (oe !== 0)
196
196
  return;
197
- const e = ge;
197
+ const e = ye;
198
198
  do {
199
199
  try {
200
- for (; ie < ae.length; ) {
201
- const t = ae[ie];
202
- ie++, be(t), pr(t.$$);
200
+ for (; oe < se.length; ) {
201
+ const t = se[oe];
202
+ oe++, ge(t), gr(t.$$);
203
203
  }
204
204
  } catch (t) {
205
- throw ae.length = 0, ie = 0, t;
205
+ throw se.length = 0, oe = 0, t;
206
206
  }
207
- for (be(null), ae.length = 0, ie = 0; je.length; )
208
- je.pop()();
209
- for (let t = 0; t < se.length; t += 1) {
210
- const r = se[t];
211
- Oe.has(r) || (Oe.add(r), r());
207
+ for (ge(null), se.length = 0, oe = 0; ze.length; )
208
+ ze.pop()();
209
+ for (let t = 0; t < ue.length; t += 1) {
210
+ const r = ue[t];
211
+ $e.has(r) || ($e.add(r), r());
212
212
  }
213
- se.length = 0;
214
- } while (ae.length);
215
- for (; at.length; )
216
- at.pop()();
217
- Ve = !1, Oe.clear(), be(e);
213
+ ue.length = 0;
214
+ } while (se.length);
215
+ for (; ut.length; )
216
+ ut.pop()();
217
+ Xe = !1, $e.clear(), ge(e);
218
218
  }
219
- function pr(e) {
219
+ function gr(e) {
220
220
  if (e.fragment !== null) {
221
- e.update(), _e(e.before_update);
221
+ e.update(), Ee(e.before_update);
222
222
  const t = e.dirty;
223
- e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(ze);
223
+ e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(We);
224
224
  }
225
225
  }
226
- function br(e) {
226
+ function yr(e) {
227
227
  const t = [], r = [];
228
- se.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), se = t;
228
+ ue.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), ue = t;
229
229
  }
230
- const gr = /* @__PURE__ */ new Set();
231
- function yr(e, t) {
232
- e && e.i && (gr.delete(e), e.i(t));
230
+ const vr = /* @__PURE__ */ new Set();
231
+ function _r(e, t) {
232
+ e && e.i && (vr.delete(e), e.i(t));
233
233
  }
234
- function vr(e, t, r) {
234
+ function Er(e, t, r) {
235
235
  const { fragment: n, after_update: i } = e.$$;
236
- n && n.m(t, r), ze(() => {
237
- const o = e.$$.on_mount.map(St).filter(tt);
238
- e.$$.on_destroy ? e.$$.on_destroy.push(...o) : _e(o), e.$$.on_mount = [];
239
- }), i.forEach(ze);
236
+ n && n.m(t, r), We(() => {
237
+ const o = e.$$.on_mount.map(Rt).filter(nt);
238
+ e.$$.on_destroy ? e.$$.on_destroy.push(...o) : Ee(o), e.$$.on_mount = [];
239
+ }), i.forEach(We);
240
240
  }
241
- function _r(e, t) {
241
+ function xr(e, t) {
242
242
  const r = e.$$;
243
- r.fragment !== null && (br(r.after_update), _e(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
243
+ r.fragment !== null && (yr(r.after_update), Ee(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
244
244
  }
245
- function Er(e, t) {
246
- e.$$.dirty[0] === -1 && (ae.push(e), dr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
245
+ function Tr(e, t) {
246
+ e.$$.dirty[0] === -1 && (se.push(e), br(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
247
247
  }
248
- function xr(e, t, r, n, i, o, s = null, a = [-1]) {
249
- const h = ge;
250
- be(e);
248
+ function wr(e, t, r, n, i, o, s = null, a = [-1]) {
249
+ const h = ye;
250
+ ge(e);
251
251
  const u = e.$$ = {
252
252
  fragment: null,
253
253
  ctx: [],
@@ -255,7 +255,7 @@ function xr(e, t, r, n, i, o, s = null, a = [-1]) {
255
255
  props: o,
256
256
  update: W,
257
257
  not_equal: i,
258
- bound: ot(),
258
+ bound: st(),
259
259
  // lifecycle
260
260
  on_mount: [],
261
261
  on_destroy: [],
@@ -264,7 +264,7 @@ function xr(e, t, r, n, i, o, s = null, a = [-1]) {
264
264
  after_update: [],
265
265
  context: new Map(t.context || (h ? h.$$.context : [])),
266
266
  // everything else
267
- callbacks: ot(),
267
+ callbacks: st(),
268
268
  dirty: a,
269
269
  skip_bound: !1,
270
270
  root: t.target || h.$$.root
@@ -273,19 +273,19 @@ function xr(e, t, r, n, i, o, s = null, a = [-1]) {
273
273
  let l = !1;
274
274
  if (u.ctx = r ? r(e, t.props || {}, (c, f, ...g) => {
275
275
  const y = g.length ? g[0] : f;
276
- return u.ctx && i(u.ctx[c], u.ctx[c] = y) && (!u.skip_bound && u.bound[c] && u.bound[c](y), l && Er(e, c)), f;
277
- }) : [], u.update(), l = !0, _e(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
276
+ return u.ctx && i(u.ctx[c], u.ctx[c] = y) && (!u.skip_bound && u.bound[c] && u.bound[c](y), l && Tr(e, c)), f;
277
+ }) : [], u.update(), l = !0, Ee(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
278
278
  if (t.hydrate) {
279
- const c = lr(t.target);
280
- u.fragment && u.fragment.l(c), c.forEach(H);
279
+ const c = cr(t.target);
280
+ u.fragment && u.fragment.l(c), c.forEach(S);
281
281
  } else
282
282
  u.fragment && u.fragment.c();
283
- t.intro && yr(e.$$.fragment), vr(e, t.target, t.anchor), V();
283
+ t.intro && _r(e.$$.fragment), Er(e, t.target, t.anchor), V();
284
284
  }
285
- be(h);
285
+ ge(h);
286
286
  }
287
- let kt;
288
- typeof HTMLElement == "function" && (kt = class extends HTMLElement {
287
+ let At;
288
+ typeof HTMLElement == "function" && (At = class extends HTMLElement {
289
289
  /** The Svelte component constructor */
290
290
  $$ctor;
291
291
  /** Slots */
@@ -327,7 +327,7 @@ typeof HTMLElement == "function" && (kt = class extends HTMLElement {
327
327
  let o;
328
328
  return {
329
329
  c: function() {
330
- o = x("slot"), i !== "default" && m(o, "name", i);
330
+ o = E("slot"), i !== "default" && m(o, "name", i);
331
331
  },
332
332
  /**
333
333
  * @param {HTMLElement} target
@@ -337,14 +337,14 @@ typeof HTMLElement == "function" && (kt = class extends HTMLElement {
337
337
  M(h, o, u);
338
338
  },
339
339
  d: function(h) {
340
- h && H(o);
340
+ h && S(o);
341
341
  }
342
342
  };
343
343
  };
344
344
  };
345
345
  if (await Promise.resolve(), !this.$$cn || this.$$c)
346
346
  return;
347
- const t = {}, r = hr(this);
347
+ const t = {}, r = fr(this);
348
348
  for (const i of this.$$s)
349
349
  i in r && (t[i] = [e(i)]);
350
350
  for (const i of this.attributes) {
@@ -431,8 +431,8 @@ function Be(e, t, r, n) {
431
431
  return t;
432
432
  }
433
433
  }
434
- function Tr(e, t, r, n, i, o) {
435
- let s = class extends kt {
434
+ function Br(e, t, r, n, i, o) {
435
+ let s = class extends At {
436
436
  constructor() {
437
437
  super(e, r, i), this.$$p_d = t;
438
438
  }
@@ -460,7 +460,7 @@ function Tr(e, t, r, n, i, o) {
460
460
  }), e.element = /** @type {any} */
461
461
  s, s;
462
462
  }
463
- class Br {
463
+ class Sr {
464
464
  /**
465
465
  * ### PRIVATE API
466
466
  *
@@ -479,7 +479,7 @@ class Br {
479
479
  $$set = void 0;
480
480
  /** @returns {void} */
481
481
  $destroy() {
482
- _r(this, 1), this.$destroy = W;
482
+ xr(this, 1), this.$destroy = W;
483
483
  }
484
484
  /**
485
485
  * @template {Extract<keyof Events, string>} K
@@ -488,7 +488,7 @@ class Br {
488
488
  * @returns {() => void}
489
489
  */
490
490
  $on(t, r) {
491
- if (!tt(r))
491
+ if (!nt(r))
492
492
  return W;
493
493
  const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
494
494
  return n.push(r), () => {
@@ -501,29 +501,29 @@ class Br {
501
501
  * @returns {void}
502
502
  */
503
503
  $set(t) {
504
- this.$$set && !nr(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
504
+ this.$$set && !or(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
505
505
  }
506
506
  }
507
- const wr = "4";
508
- typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(wr);
509
- const oe = [];
510
- function Hr(e, t) {
507
+ const Hr = "4";
508
+ typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Hr);
509
+ const ae = [];
510
+ function Cr(e, t) {
511
511
  return {
512
- subscribe: ke(e, t).subscribe
512
+ subscribe: Ae(e, t).subscribe
513
513
  };
514
514
  }
515
- function ke(e, t = W) {
515
+ function Ae(e, t = W) {
516
516
  let r;
517
517
  const n = /* @__PURE__ */ new Set();
518
518
  function i(a) {
519
- if (Mt(e, a) && (e = a, r)) {
520
- const h = !oe.length;
519
+ if (kt(e, a) && (e = a, r)) {
520
+ const h = !ae.length;
521
521
  for (const u of n)
522
- u[1](), oe.push(u, e);
522
+ u[1](), ae.push(u, e);
523
523
  if (h) {
524
- for (let u = 0; u < oe.length; u += 2)
525
- oe[u][0](oe[u + 1]);
526
- oe.length = 0;
524
+ for (let u = 0; u < ae.length; u += 2)
525
+ ae[u][0](ae[u + 1]);
526
+ ae.length = 0;
527
527
  }
528
528
  }
529
529
  }
@@ -538,12 +538,12 @@ function ke(e, t = W) {
538
538
  }
539
539
  return { set: i, update: o, subscribe: s };
540
540
  }
541
- function fe(e, t, r) {
541
+ function me(e, t, r) {
542
542
  const n = !Array.isArray(e), i = n ? [e] : e;
543
543
  if (!i.every(Boolean))
544
544
  throw new Error("derived() expects stores as input, got a falsy value");
545
545
  const o = t.length < 2;
546
- return Hr(r, (s, a) => {
546
+ return Cr(r, (s, a) => {
547
547
  let h = !1;
548
548
  const u = [];
549
549
  let l = 0, c = W;
@@ -552,139 +552,125 @@ function fe(e, t, r) {
552
552
  return;
553
553
  c();
554
554
  const y = t(n ? u[0] : u, s, a);
555
- o ? s(y) : c = tt(y) ? y : W;
555
+ o ? s(y) : c = nt(y) ? y : W;
556
556
  }, g = i.map(
557
- (y, T) => Rt(
557
+ (y, x) => Nt(
558
558
  y,
559
- (w) => {
560
- u[T] = w, l &= ~(1 << T), h && f();
559
+ (B) => {
560
+ u[x] = B, l &= ~(1 << x), h && f();
561
561
  },
562
562
  () => {
563
- l |= 1 << T;
563
+ l |= 1 << x;
564
564
  }
565
565
  )
566
566
  );
567
567
  return h = !0, f(), function() {
568
- _e(g), c(), h = !1;
568
+ Ee(g), c(), h = !1;
569
569
  };
570
570
  });
571
571
  }
572
- function Cr(e) {
572
+ function Mr(e) {
573
573
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
574
574
  }
575
- var Sr = function(t) {
576
- return Mr(t) && !Rr(t);
575
+ var Rr = function(t) {
576
+ return kr(t) && !Nr(t);
577
577
  };
578
- function Mr(e) {
578
+ function kr(e) {
579
579
  return !!e && typeof e == "object";
580
580
  }
581
- function Rr(e) {
581
+ function Nr(e) {
582
582
  var t = Object.prototype.toString.call(e);
583
- return t === "[object RegExp]" || t === "[object Date]" || Ar(e);
583
+ return t === "[object RegExp]" || t === "[object Date]" || Pr(e);
584
584
  }
585
- var kr = typeof Symbol == "function" && Symbol.for, Nr = kr ? Symbol.for("react.element") : 60103;
586
- function Ar(e) {
587
- return e.$$typeof === Nr;
585
+ var Ar = typeof Symbol == "function" && Symbol.for, Lr = Ar ? Symbol.for("react.element") : 60103;
586
+ function Pr(e) {
587
+ return e.$$typeof === Lr;
588
588
  }
589
- function Lr(e) {
589
+ function Or(e) {
590
590
  return Array.isArray(e) ? [] : {};
591
591
  }
592
- function ye(e, t) {
593
- return t.clone !== !1 && t.isMergeableObject(e) ? ue(Lr(e), e, t) : e;
592
+ function ve(e, t) {
593
+ return t.clone !== !1 && t.isMergeableObject(e) ? le(Or(e), e, t) : e;
594
594
  }
595
- function Pr(e, t, r) {
595
+ function Ir(e, t, r) {
596
596
  return e.concat(t).map(function(n) {
597
- return ye(n, r);
597
+ return ve(n, r);
598
598
  });
599
599
  }
600
- function Or(e, t) {
600
+ function $r(e, t) {
601
601
  if (!t.customMerge)
602
- return ue;
602
+ return le;
603
603
  var r = t.customMerge(e);
604
- return typeof r == "function" ? r : ue;
604
+ return typeof r == "function" ? r : le;
605
605
  }
606
- function Ir(e) {
606
+ function Dr(e) {
607
607
  return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
608
608
  return Object.propertyIsEnumerable.call(e, t);
609
609
  }) : [];
610
610
  }
611
- function st(e) {
612
- return Object.keys(e).concat(Ir(e));
611
+ function lt(e) {
612
+ return Object.keys(e).concat(Dr(e));
613
613
  }
614
- function Nt(e, t) {
614
+ function Lt(e, t) {
615
615
  try {
616
616
  return t in e;
617
617
  } catch {
618
618
  return !1;
619
619
  }
620
620
  }
621
- function $r(e, t) {
622
- return Nt(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
621
+ function Ur(e, t) {
622
+ return Lt(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
623
623
  }
624
- function Dr(e, t, r) {
624
+ function Gr(e, t, r) {
625
625
  var n = {};
626
- return r.isMergeableObject(e) && st(e).forEach(function(i) {
627
- n[i] = ye(e[i], r);
628
- }), st(t).forEach(function(i) {
629
- $r(e, i) || (Nt(e, i) && r.isMergeableObject(t[i]) ? n[i] = Or(i, r)(e[i], t[i], r) : n[i] = ye(t[i], r));
626
+ return r.isMergeableObject(e) && lt(e).forEach(function(i) {
627
+ n[i] = ve(e[i], r);
628
+ }), lt(t).forEach(function(i) {
629
+ Ur(e, i) || (Lt(e, i) && r.isMergeableObject(t[i]) ? n[i] = $r(i, r)(e[i], t[i], r) : n[i] = ve(t[i], r));
630
630
  }), n;
631
631
  }
632
- function ue(e, t, r) {
633
- r = r || {}, r.arrayMerge = r.arrayMerge || Pr, r.isMergeableObject = r.isMergeableObject || Sr, r.cloneUnlessOtherwiseSpecified = ye;
632
+ function le(e, t, r) {
633
+ r = r || {}, r.arrayMerge = r.arrayMerge || Ir, r.isMergeableObject = r.isMergeableObject || Rr, r.cloneUnlessOtherwiseSpecified = ve;
634
634
  var n = Array.isArray(t), i = Array.isArray(e), o = n === i;
635
- return o ? n ? r.arrayMerge(e, t, r) : Dr(e, t, r) : ye(t, r);
635
+ return o ? n ? r.arrayMerge(e, t, r) : Gr(e, t, r) : ve(t, r);
636
636
  }
637
- ue.all = function(t, r) {
637
+ le.all = function(t, r) {
638
638
  if (!Array.isArray(t))
639
639
  throw new Error("first argument should be an array");
640
640
  return t.reduce(function(n, i) {
641
- return ue(n, i, r);
641
+ return le(n, i, r);
642
642
  }, {});
643
643
  };
644
- var Ur = ue, Gr = Ur;
645
- const Fr = /* @__PURE__ */ Cr(Gr);
646
- /*! *****************************************************************************
647
- Copyright (c) Microsoft Corporation.
648
-
649
- Permission to use, copy, modify, and/or distribute this software for any
650
- purpose with or without fee is hereby granted.
651
-
652
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
653
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
654
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
655
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
656
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
657
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
658
- PERFORMANCE OF THIS SOFTWARE.
659
- ***************************************************************************** */
660
- var Xe = function(e, t) {
661
- return Xe = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
644
+ var Fr = le, jr = Fr;
645
+ const Vr = /* @__PURE__ */ Mr(jr);
646
+ var Ze = function(e, t) {
647
+ return Ze = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
662
648
  r.__proto__ = n;
663
649
  } || function(r, n) {
664
650
  for (var i in n)
665
651
  Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
666
- }, Xe(e, t);
652
+ }, Ze(e, t);
667
653
  };
668
- function Ne(e, t) {
654
+ function Le(e, t) {
669
655
  if (typeof t != "function" && t !== null)
670
656
  throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
671
- Xe(e, t);
657
+ Ze(e, t);
672
658
  function r() {
673
659
  this.constructor = e;
674
660
  }
675
661
  e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
676
662
  }
677
- var _ = function() {
678
- return _ = Object.assign || function(t) {
663
+ var J = function() {
664
+ return J = Object.assign || function(t) {
679
665
  for (var r, n = 1, i = arguments.length; n < i; n++) {
680
666
  r = arguments[n];
681
667
  for (var o in r)
682
668
  Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
683
669
  }
684
670
  return t;
685
- }, _.apply(this, arguments);
671
+ }, J.apply(this, arguments);
686
672
  };
687
- function jr(e, t) {
673
+ function zr(e, t) {
688
674
  var r = {};
689
675
  for (var n in e)
690
676
  Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
@@ -693,43 +679,43 @@ function jr(e, t) {
693
679
  t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
694
680
  return r;
695
681
  }
696
- function Ie(e, t, r) {
697
- if (arguments.length === 2)
682
+ function De(e, t, r) {
683
+ if (r || arguments.length === 2)
698
684
  for (var n = 0, i = t.length, o; n < i; n++)
699
685
  (o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
700
- return e.concat(o || t);
686
+ return e.concat(o || Array.prototype.slice.call(t));
701
687
  }
702
- function $e(e, t) {
703
- var r = t && t.cache ? t.cache : Yr, n = t && t.serializer ? t.serializer : Zr, i = t && t.strategy ? t.strategy : Xr;
688
+ function Ue(e, t) {
689
+ var r = t && t.cache ? t.cache : qr, n = t && t.serializer ? t.serializer : Yr, i = t && t.strategy ? t.strategy : Zr;
704
690
  return i(e, {
705
691
  cache: r,
706
692
  serializer: n
707
693
  });
708
694
  }
709
- function Vr(e) {
695
+ function Xr(e) {
710
696
  return e == null || typeof e == "number" || typeof e == "boolean";
711
697
  }
712
- function zr(e, t, r, n) {
713
- var i = Vr(n) ? n : r(n), o = t.get(i);
698
+ function Wr(e, t, r, n) {
699
+ var i = Xr(n) ? n : r(n), o = t.get(i);
714
700
  return typeof o > "u" && (o = e.call(this, n), t.set(i, o)), o;
715
701
  }
716
- function At(e, t, r) {
702
+ function Pt(e, t, r) {
717
703
  var n = Array.prototype.slice.call(arguments, 3), i = r(n), o = t.get(i);
718
704
  return typeof o > "u" && (o = e.apply(this, n), t.set(i, o)), o;
719
705
  }
720
- function Lt(e, t, r, n, i) {
706
+ function Ot(e, t, r, n, i) {
721
707
  return r.bind(t, e, n, i);
722
708
  }
723
- function Xr(e, t) {
724
- var r = e.length === 1 ? zr : At;
725
- return Lt(e, this, r, t.cache.create(), t.serializer);
709
+ function Zr(e, t) {
710
+ var r = e.length === 1 ? Wr : Pt;
711
+ return Ot(e, this, r, t.cache.create(), t.serializer);
726
712
  }
727
- function Wr(e, t) {
728
- return Lt(e, this, At, t.cache.create(), t.serializer);
713
+ function Jr(e, t) {
714
+ return Ot(e, this, Pt, t.cache.create(), t.serializer);
729
715
  }
730
- var Zr = function() {
716
+ var Yr = function() {
731
717
  return JSON.stringify(arguments);
732
- }, Jr = (
718
+ }, Kr = (
733
719
  /** @class */
734
720
  function() {
735
721
  function e() {
@@ -741,61 +727,71 @@ var Zr = function() {
741
727
  this.cache[t] = r;
742
728
  }, e;
743
729
  }()
744
- ), Yr = {
730
+ ), qr = {
745
731
  create: function() {
746
- return new Jr();
732
+ return new Kr();
747
733
  }
748
- }, De = {
749
- variadic: Wr
750
- }, b;
734
+ }, Ge = {
735
+ variadic: Jr
736
+ }, Ce = function() {
737
+ return Ce = Object.assign || function(t) {
738
+ for (var r, n = 1, i = arguments.length; n < i; n++) {
739
+ r = arguments[n];
740
+ for (var o in r)
741
+ Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
742
+ }
743
+ return t;
744
+ }, Ce.apply(this, arguments);
745
+ };
746
+ var b;
751
747
  (function(e) {
752
748
  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";
753
749
  })(b || (b = {}));
754
- var B;
750
+ var T;
755
751
  (function(e) {
756
752
  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";
757
- })(B || (B = {}));
758
- var le;
753
+ })(T || (T = {}));
754
+ var he;
759
755
  (function(e) {
760
756
  e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
761
- })(le || (le = {}));
762
- function ut(e) {
763
- return e.type === B.literal;
764
- }
765
- function Kr(e) {
766
- return e.type === B.argument;
767
- }
768
- function Pt(e) {
769
- return e.type === B.number;
757
+ })(he || (he = {}));
758
+ function ht(e) {
759
+ return e.type === T.literal;
770
760
  }
771
- function Ot(e) {
772
- return e.type === B.date;
761
+ function Qr(e) {
762
+ return e.type === T.argument;
773
763
  }
774
764
  function It(e) {
775
- return e.type === B.time;
765
+ return e.type === T.number;
776
766
  }
777
767
  function $t(e) {
778
- return e.type === B.select;
768
+ return e.type === T.date;
779
769
  }
780
770
  function Dt(e) {
781
- return e.type === B.plural;
782
- }
783
- function qr(e) {
784
- return e.type === B.pound;
771
+ return e.type === T.time;
785
772
  }
786
773
  function Ut(e) {
787
- return e.type === B.tag;
774
+ return e.type === T.select;
788
775
  }
789
776
  function Gt(e) {
790
- return !!(e && typeof e == "object" && e.type === le.number);
791
- }
792
- function We(e) {
793
- return !!(e && typeof e == "object" && e.type === le.dateTime);
777
+ return e.type === T.plural;
794
778
  }
795
- var Ft = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Qr = /(?:[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;
796
779
  function en(e) {
780
+ return e.type === T.pound;
781
+ }
782
+ function Ft(e) {
783
+ return e.type === T.tag;
784
+ }
785
+ function jt(e) {
786
+ return !!(e && typeof e == "object" && e.type === he.number);
787
+ }
788
+ function Je(e) {
789
+ return !!(e && typeof e == "object" && e.type === he.dateTime);
790
+ }
791
+ var Vt = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, tn = /(?:[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;
792
+ function rn(e) {
797
793
  var t = {};
798
- return e.replace(Qr, function(r) {
794
+ return e.replace(tn, function(r) {
799
795
  var n = r.length;
800
796
  switch (r[0]) {
801
797
  case "G":
@@ -884,11 +880,21 @@ function en(e) {
884
880
  return "";
885
881
  }), t;
886
882
  }
887
- var tn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
888
- function rn(e) {
883
+ var w = function() {
884
+ return w = Object.assign || function(t) {
885
+ for (var r, n = 1, i = arguments.length; n < i; n++) {
886
+ r = arguments[n];
887
+ for (var o in r)
888
+ Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
889
+ }
890
+ return t;
891
+ }, w.apply(this, arguments);
892
+ };
893
+ var nn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
894
+ function on(e) {
889
895
  if (e.length === 0)
890
896
  throw new Error("Number skeleton cannot be empty");
891
- for (var t = e.split(tn).filter(function(f) {
897
+ for (var t = e.split(nn).filter(function(f) {
892
898
  return f.length > 0;
893
899
  }), r = [], n = 0, i = t; n < i.length; n++) {
894
900
  var o = i[n], s = o.split("/");
@@ -903,17 +909,17 @@ function rn(e) {
903
909
  }
904
910
  return r;
905
911
  }
906
- function nn(e) {
912
+ function an(e) {
907
913
  return e.replace(/^(.*?)-/, "");
908
914
  }
909
- var lt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, jt = /^(@+)?(\+|#+)?[rs]?$/g, on = /(\*)(0+)|(#+)(0+)|(0+)/g, Vt = /^(0+)$/;
910
- function ht(e) {
915
+ var ct = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, zt = /^(@+)?(\+|#+)?[rs]?$/g, sn = /(\*)(0+)|(#+)(0+)|(0+)/g, Xt = /^(0+)$/;
916
+ function ft(e) {
911
917
  var t = {};
912
- return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(jt, function(r, n, i) {
918
+ return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(zt, function(r, n, i) {
913
919
  return typeof i != "string" ? (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length) : i === "+" ? t.minimumSignificantDigits = n.length : n[0] === "#" ? t.maximumSignificantDigits = n.length : (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length + (typeof i == "string" ? i.length : 0)), "";
914
920
  }), t;
915
921
  }
916
- function zt(e) {
922
+ function Wt(e) {
917
923
  switch (e) {
918
924
  case "sign-auto":
919
925
  return {
@@ -953,7 +959,7 @@ function zt(e) {
953
959
  };
954
960
  }
955
961
  }
956
- function an(e) {
962
+ function un(e) {
957
963
  var t;
958
964
  if (e[0] === "E" && e[1] === "E" ? (t = {
959
965
  notation: "engineering"
@@ -961,17 +967,17 @@ function an(e) {
961
967
  notation: "scientific"
962
968
  }, e = e.slice(1)), t) {
963
969
  var r = e.slice(0, 2);
964
- if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Vt.test(e))
970
+ if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Xt.test(e))
965
971
  throw new Error("Malformed concise eng/scientific notation");
966
972
  t.minimumIntegerDigits = e.length;
967
973
  }
968
974
  return t;
969
975
  }
970
- function ct(e) {
971
- var t = {}, r = zt(e);
976
+ function mt(e) {
977
+ var t = {}, r = Wt(e);
972
978
  return r || t;
973
979
  }
974
- function sn(e) {
980
+ function ln(e) {
975
981
  for (var t = {}, r = 0, n = e; r < n.length; r++) {
976
982
  var i = n[r];
977
983
  switch (i.stem) {
@@ -995,7 +1001,7 @@ function sn(e) {
995
1001
  continue;
996
1002
  case "measure-unit":
997
1003
  case "unit":
998
- t.style = "unit", t.unit = nn(i.options[0]);
1004
+ t.style = "unit", t.unit = an(i.options[0]);
999
1005
  continue;
1000
1006
  case "compact-short":
1001
1007
  case "K":
@@ -1006,13 +1012,13 @@ function sn(e) {
1006
1012
  t.notation = "compact", t.compactDisplay = "long";
1007
1013
  continue;
1008
1014
  case "scientific":
1009
- t = _(_(_({}, t), { notation: "scientific" }), i.options.reduce(function(h, u) {
1010
- return _(_({}, h), ct(u));
1015
+ t = w(w(w({}, t), { notation: "scientific" }), i.options.reduce(function(h, u) {
1016
+ return w(w({}, h), mt(u));
1011
1017
  }, {}));
1012
1018
  continue;
1013
1019
  case "engineering":
1014
- t = _(_(_({}, t), { notation: "engineering" }), i.options.reduce(function(h, u) {
1015
- return _(_({}, h), ct(u));
1020
+ t = w(w(w({}, t), { notation: "engineering" }), i.options.reduce(function(h, u) {
1021
+ return w(w({}, h), mt(u));
1016
1022
  }, {}));
1017
1023
  continue;
1018
1024
  case "notation-simple":
@@ -1057,7 +1063,7 @@ function sn(e) {
1057
1063
  case "integer-width":
1058
1064
  if (i.options.length > 1)
1059
1065
  throw new RangeError("integer-width stems only accept a single optional option");
1060
- i.options[0].replace(on, function(h, u, l, c, f, g) {
1066
+ i.options[0].replace(sn, function(h, u, l, c, f, g) {
1061
1067
  if (u)
1062
1068
  t.minimumIntegerDigits = l.length;
1063
1069
  else {
@@ -1070,32 +1076,32 @@ function sn(e) {
1070
1076
  });
1071
1077
  continue;
1072
1078
  }
1073
- if (Vt.test(i.stem)) {
1079
+ if (Xt.test(i.stem)) {
1074
1080
  t.minimumIntegerDigits = i.stem.length;
1075
1081
  continue;
1076
1082
  }
1077
- if (lt.test(i.stem)) {
1083
+ if (ct.test(i.stem)) {
1078
1084
  if (i.options.length > 1)
1079
1085
  throw new RangeError("Fraction-precision stems only accept a single optional option");
1080
- i.stem.replace(lt, function(h, u, l, c, f, g) {
1086
+ i.stem.replace(ct, function(h, u, l, c, f, g) {
1081
1087
  return l === "*" ? t.minimumFractionDigits = u.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : f && g ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + g.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
1082
1088
  });
1083
1089
  var o = i.options[0];
1084
- o === "w" ? t = _(_({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = _(_({}, t), ht(o)));
1090
+ o === "w" ? t = w(w({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = w(w({}, t), ft(o)));
1085
1091
  continue;
1086
1092
  }
1087
- if (jt.test(i.stem)) {
1088
- t = _(_({}, t), ht(i.stem));
1093
+ if (zt.test(i.stem)) {
1094
+ t = w(w({}, t), ft(i.stem));
1089
1095
  continue;
1090
1096
  }
1091
- var s = zt(i.stem);
1092
- s && (t = _(_({}, t), s));
1093
- var a = an(i.stem);
1094
- a && (t = _(_({}, t), a));
1097
+ var s = Wt(i.stem);
1098
+ s && (t = w(w({}, t), s));
1099
+ var a = un(i.stem);
1100
+ a && (t = w(w({}, t), a));
1095
1101
  }
1096
1102
  return t;
1097
1103
  }
1098
- var Te = {
1104
+ var we = {
1099
1105
  "001": [
1100
1106
  "H",
1101
1107
  "h"
@@ -2510,13 +2516,13 @@ var Te = {
2510
2516
  "h"
2511
2517
  ]
2512
2518
  };
2513
- function un(e, t) {
2519
+ function hn(e, t) {
2514
2520
  for (var r = "", n = 0; n < e.length; n++) {
2515
2521
  var i = e.charAt(n);
2516
2522
  if (i === "j") {
2517
2523
  for (var o = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
2518
2524
  o++, n++;
2519
- var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), h = "a", u = ln(t);
2525
+ var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), h = "a", u = cn(t);
2520
2526
  for ((u == "H" || u == "k") && (a = 0); a-- > 0; )
2521
2527
  r += h;
2522
2528
  for (; s-- > 0; )
@@ -2526,7 +2532,7 @@ function un(e, t) {
2526
2532
  }
2527
2533
  return r;
2528
2534
  }
2529
- function ln(e) {
2535
+ function cn(e) {
2530
2536
  var t = e.hourCycle;
2531
2537
  if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
2532
2538
  e.hourCycles && // @ts-ignore
@@ -2545,23 +2551,23 @@ function ln(e) {
2545
2551
  }
2546
2552
  var r = e.language, n;
2547
2553
  r !== "root" && (n = e.maximize().region);
2548
- var i = Te[n || ""] || Te[r || ""] || Te["".concat(r, "-001")] || Te["001"];
2554
+ var i = we[n || ""] || we[r || ""] || we["".concat(r, "-001")] || we["001"];
2549
2555
  return i[0];
2550
2556
  }
2551
- var Ue, hn = new RegExp("^".concat(Ft.source, "*")), cn = new RegExp("".concat(Ft.source, "*$"));
2557
+ var Fe, fn = new RegExp("^".concat(Vt.source, "*")), mn = new RegExp("".concat(Vt.source, "*$"));
2552
2558
  function v(e, t) {
2553
2559
  return { start: e, end: t };
2554
2560
  }
2555
- var fn = !!String.prototype.startsWith && "_a".startsWith("a", 1), mn = !!String.fromCodePoint, dn = !!Object.fromEntries, pn = !!String.prototype.codePointAt, bn = !!String.prototype.trimStart, gn = !!String.prototype.trimEnd, yn = !!Number.isSafeInteger, vn = yn ? Number.isSafeInteger : function(e) {
2561
+ var dn = !!String.prototype.startsWith && "_a".startsWith("a", 1), pn = !!String.fromCodePoint, bn = !!Object.fromEntries, gn = !!String.prototype.codePointAt, yn = !!String.prototype.trimStart, vn = !!String.prototype.trimEnd, _n = !!Number.isSafeInteger, En = _n ? Number.isSafeInteger : function(e) {
2556
2562
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
2557
- }, Ze = !0;
2563
+ }, Ye = !0;
2558
2564
  try {
2559
- var _n = Wt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2560
- Ze = ((Ue = _n.exec("a")) === null || Ue === void 0 ? void 0 : Ue[0]) === "a";
2565
+ var xn = Jt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2566
+ Ye = ((Fe = xn.exec("a")) === null || Fe === void 0 ? void 0 : Fe[0]) === "a";
2561
2567
  } catch {
2562
- Ze = !1;
2568
+ Ye = !1;
2563
2569
  }
2564
- var ft = fn ? (
2570
+ var dt = dn ? (
2565
2571
  // Native
2566
2572
  function(t, r, n) {
2567
2573
  return t.startsWith(r, n);
@@ -2571,7 +2577,7 @@ var ft = fn ? (
2571
2577
  function(t, r, n) {
2572
2578
  return t.slice(n, n + r.length) === r;
2573
2579
  }
2574
- ), Je = mn ? String.fromCodePoint : (
2580
+ ), Ke = pn ? String.fromCodePoint : (
2575
2581
  // IE11
2576
2582
  function() {
2577
2583
  for (var t = [], r = 0; r < arguments.length; r++)
@@ -2583,9 +2589,9 @@ var ft = fn ? (
2583
2589
  }
2584
2590
  return n;
2585
2591
  }
2586
- ), mt = (
2592
+ ), pt = (
2587
2593
  // native
2588
- dn ? Object.fromEntries : (
2594
+ bn ? Object.fromEntries : (
2589
2595
  // Ponyfill
2590
2596
  function(t) {
2591
2597
  for (var r = {}, n = 0, i = t; n < i.length; n++) {
@@ -2595,7 +2601,7 @@ var ft = fn ? (
2595
2601
  return r;
2596
2602
  }
2597
2603
  )
2598
- ), Xt = pn ? (
2604
+ ), Zt = gn ? (
2599
2605
  // Native
2600
2606
  function(t, r) {
2601
2607
  return t.codePointAt(r);
@@ -2609,7 +2615,7 @@ var ft = fn ? (
2609
2615
  return i < 55296 || i > 56319 || r + 1 === n || (o = t.charCodeAt(r + 1)) < 56320 || o > 57343 ? i : (i - 55296 << 10) + (o - 56320) + 65536;
2610
2616
  }
2611
2617
  }
2612
- ), En = bn ? (
2618
+ ), Tn = yn ? (
2613
2619
  // Native
2614
2620
  function(t) {
2615
2621
  return t.trimStart();
@@ -2617,9 +2623,9 @@ var ft = fn ? (
2617
2623
  ) : (
2618
2624
  // Ponyfill
2619
2625
  function(t) {
2620
- return t.replace(hn, "");
2626
+ return t.replace(fn, "");
2621
2627
  }
2622
- ), xn = gn ? (
2628
+ ), wn = vn ? (
2623
2629
  // Native
2624
2630
  function(t) {
2625
2631
  return t.trimEnd();
@@ -2627,32 +2633,32 @@ var ft = fn ? (
2627
2633
  ) : (
2628
2634
  // Ponyfill
2629
2635
  function(t) {
2630
- return t.replace(cn, "");
2636
+ return t.replace(mn, "");
2631
2637
  }
2632
2638
  );
2633
- function Wt(e, t) {
2639
+ function Jt(e, t) {
2634
2640
  return new RegExp(e, t);
2635
2641
  }
2636
- var Ye;
2637
- if (Ze) {
2638
- var dt = Wt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2639
- Ye = function(t, r) {
2642
+ var qe;
2643
+ if (Ye) {
2644
+ var bt = Jt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2645
+ qe = function(t, r) {
2640
2646
  var n;
2641
- dt.lastIndex = r;
2642
- var i = dt.exec(t);
2647
+ bt.lastIndex = r;
2648
+ var i = bt.exec(t);
2643
2649
  return (n = i[1]) !== null && n !== void 0 ? n : "";
2644
2650
  };
2645
2651
  } else
2646
- Ye = function(t, r) {
2652
+ qe = function(t, r) {
2647
2653
  for (var n = []; ; ) {
2648
- var i = Xt(t, r);
2649
- if (i === void 0 || Zt(i) || Hn(i))
2654
+ var i = Zt(t, r);
2655
+ if (i === void 0 || Yt(i) || Cn(i))
2650
2656
  break;
2651
2657
  n.push(i), r += i >= 65536 ? 2 : 1;
2652
2658
  }
2653
- return Je.apply(void 0, n);
2659
+ return Ke.apply(void 0, n);
2654
2660
  };
2655
- var Tn = (
2661
+ var Bn = (
2656
2662
  /** @class */
2657
2663
  function() {
2658
2664
  function e(t, r) {
@@ -2676,14 +2682,14 @@ var Tn = (
2676
2682
  if (o === 35 && (r === "plural" || r === "selectordinal")) {
2677
2683
  var a = this.clonePosition();
2678
2684
  this.bump(), i.push({
2679
- type: B.pound,
2685
+ type: T.pound,
2680
2686
  location: v(a, this.clonePosition())
2681
2687
  });
2682
2688
  } else if (o === 60 && !this.ignoreTag && this.peek() === 47) {
2683
2689
  if (n)
2684
2690
  break;
2685
2691
  return this.error(b.UNMATCHED_CLOSING_TAG, v(this.clonePosition(), this.clonePosition()));
2686
- } else if (o === 60 && !this.ignoreTag && Ke(this.peek() || 0)) {
2692
+ } else if (o === 60 && !this.ignoreTag && Qe(this.peek() || 0)) {
2687
2693
  var s = this.parseTag(t, r);
2688
2694
  if (s.err)
2689
2695
  return s;
@@ -2704,7 +2710,7 @@ var Tn = (
2704
2710
  if (this.bumpSpace(), this.bumpIf("/>"))
2705
2711
  return {
2706
2712
  val: {
2707
- type: B.literal,
2713
+ type: T.literal,
2708
2714
  value: "<".concat(i, "/>"),
2709
2715
  location: v(n, this.clonePosition())
2710
2716
  },
@@ -2716,12 +2722,12 @@ var Tn = (
2716
2722
  return o;
2717
2723
  var s = o.val, a = this.clonePosition();
2718
2724
  if (this.bumpIf("</")) {
2719
- if (this.isEOF() || !Ke(this.char()))
2725
+ if (this.isEOF() || !Qe(this.char()))
2720
2726
  return this.error(b.INVALID_TAG, v(a, this.clonePosition()));
2721
2727
  var h = this.clonePosition(), u = this.parseTagName();
2722
2728
  return i !== u ? this.error(b.UNMATCHED_CLOSING_TAG, v(h, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
2723
2729
  val: {
2724
- type: B.tag,
2730
+ type: T.tag,
2725
2731
  value: i,
2726
2732
  children: s,
2727
2733
  location: v(n, this.clonePosition())
@@ -2734,7 +2740,7 @@ var Tn = (
2734
2740
  return this.error(b.INVALID_TAG, v(n, this.clonePosition()));
2735
2741
  }, e.prototype.parseTagName = function() {
2736
2742
  var t = this.offset();
2737
- for (this.bump(); !this.isEOF() && wn(this.char()); )
2743
+ for (this.bump(); !this.isEOF() && Hn(this.char()); )
2738
2744
  this.bump();
2739
2745
  return this.message.slice(t, this.offset());
2740
2746
  }, e.prototype.parseLiteral = function(t, r) {
@@ -2758,12 +2764,12 @@ var Tn = (
2758
2764
  }
2759
2765
  var h = v(n, this.clonePosition());
2760
2766
  return {
2761
- val: { type: B.literal, value: i, location: h },
2767
+ val: { type: T.literal, value: i, location: h },
2762
2768
  err: null
2763
2769
  };
2764
2770
  }, e.prototype.tryParseLeftAngleBracket = function() {
2765
2771
  return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
2766
- !Bn(this.peek() || 0)) ? (this.bump(), "<") : null;
2772
+ !Sn(this.peek() || 0)) ? (this.bump(), "<") : null;
2767
2773
  }, e.prototype.tryParseQuote = function(t) {
2768
2774
  if (this.isEOF() || this.char() !== 39)
2769
2775
  return null;
@@ -2797,12 +2803,12 @@ var Tn = (
2797
2803
  r.push(n);
2798
2804
  this.bump();
2799
2805
  }
2800
- return Je.apply(void 0, r);
2806
+ return Ke.apply(void 0, r);
2801
2807
  }, e.prototype.tryParseUnquoted = function(t, r) {
2802
2808
  if (this.isEOF())
2803
2809
  return null;
2804
2810
  var n = this.char();
2805
- return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), Je(n));
2811
+ return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), Ke(n));
2806
2812
  }, e.prototype.parseArgument = function(t, r) {
2807
2813
  var n = this.clonePosition();
2808
2814
  if (this.bump(), this.bumpSpace(), this.isEOF())
@@ -2818,7 +2824,7 @@ var Tn = (
2818
2824
  case 125:
2819
2825
  return this.bump(), {
2820
2826
  val: {
2821
- type: B.argument,
2827
+ type: T.argument,
2822
2828
  // value does not include the opening and closing braces.
2823
2829
  value: i,
2824
2830
  location: v(n, this.clonePosition())
@@ -2831,7 +2837,7 @@ var Tn = (
2831
2837
  return this.error(b.MALFORMED_ARGUMENT, v(n, this.clonePosition()));
2832
2838
  }
2833
2839
  }, e.prototype.parseIdentifierIfPossible = function() {
2834
- var t = this.clonePosition(), r = this.offset(), n = Ye(this.message, r), i = r + n.length;
2840
+ var t = this.clonePosition(), r = this.offset(), n = qe(this.message, r), i = r + n.length;
2835
2841
  this.bumpTo(i);
2836
2842
  var o = this.clonePosition(), s = v(t, o);
2837
2843
  return { value: n, location: s };
@@ -2850,7 +2856,7 @@ var Tn = (
2850
2856
  var l = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
2851
2857
  if (c.err)
2852
2858
  return c;
2853
- var f = xn(c.val);
2859
+ var f = wn(c.val);
2854
2860
  if (f.length === 0)
2855
2861
  return this.error(b.EXPECT_ARGUMENT_STYLE, v(this.clonePosition(), this.clonePosition()));
2856
2862
  var g = v(l, this.clonePosition());
@@ -2859,37 +2865,37 @@ var Tn = (
2859
2865
  var y = this.tryParseArgumentClose(i);
2860
2866
  if (y.err)
2861
2867
  return y;
2862
- var T = v(i, this.clonePosition());
2863
- if (u && ft(u?.style, "::", 0)) {
2864
- var w = En(u.style.slice(2));
2868
+ var x = v(i, this.clonePosition());
2869
+ if (u && dt(u?.style, "::", 0)) {
2870
+ var B = Tn(u.style.slice(2));
2865
2871
  if (a === "number") {
2866
- var c = this.parseNumberSkeletonFromString(w, u.styleLocation);
2872
+ var c = this.parseNumberSkeletonFromString(B, u.styleLocation);
2867
2873
  return c.err ? c : {
2868
- val: { type: B.number, value: n, location: T, style: c.val },
2874
+ val: { type: T.number, value: n, location: x, style: c.val },
2869
2875
  err: null
2870
2876
  };
2871
2877
  } else {
2872
- if (w.length === 0)
2873
- return this.error(b.EXPECT_DATE_TIME_SKELETON, T);
2874
- var C = w;
2875
- this.locale && (C = un(w, this.locale));
2878
+ if (B.length === 0)
2879
+ return this.error(b.EXPECT_DATE_TIME_SKELETON, x);
2880
+ var H = B;
2881
+ this.locale && (H = hn(B, this.locale));
2876
2882
  var f = {
2877
- type: le.dateTime,
2878
- pattern: C,
2883
+ type: he.dateTime,
2884
+ pattern: H,
2879
2885
  location: u.styleLocation,
2880
- parsedOptions: this.shouldParseSkeletons ? en(C) : {}
2881
- }, R = a === "date" ? B.date : B.time;
2886
+ parsedOptions: this.shouldParseSkeletons ? rn(H) : {}
2887
+ }, R = a === "date" ? T.date : T.time;
2882
2888
  return {
2883
- val: { type: R, value: n, location: T, style: f },
2889
+ val: { type: R, value: n, location: x, style: f },
2884
2890
  err: null
2885
2891
  };
2886
2892
  }
2887
2893
  }
2888
2894
  return {
2889
2895
  val: {
2890
- type: a === "number" ? B.number : a === "date" ? B.date : B.time,
2896
+ type: a === "number" ? T.number : a === "date" ? T.date : T.time,
2891
2897
  value: n,
2892
- location: T,
2898
+ location: x,
2893
2899
  style: (o = u?.style) !== null && o !== void 0 ? o : null
2894
2900
  },
2895
2901
  err: null
@@ -2898,9 +2904,9 @@ var Tn = (
2898
2904
  case "plural":
2899
2905
  case "selectordinal":
2900
2906
  case "select": {
2901
- var S = this.clonePosition();
2907
+ var C = this.clonePosition();
2902
2908
  if (this.bumpSpace(), !this.bumpIf(","))
2903
- return this.error(b.EXPECT_SELECT_ARGUMENT_OPTIONS, v(S, _({}, S)));
2909
+ return this.error(b.EXPECT_SELECT_ARGUMENT_OPTIONS, v(C, Ce({}, C)));
2904
2910
  this.bumpSpace();
2905
2911
  var N = this.parseIdentifierIfPossible(), A = 0;
2906
2912
  if (a !== "select" && N.value === "offset") {
@@ -2918,23 +2924,23 @@ var Tn = (
2918
2924
  var y = this.tryParseArgumentClose(i);
2919
2925
  if (y.err)
2920
2926
  return y;
2921
- var ee = v(i, this.clonePosition());
2927
+ var te = v(i, this.clonePosition());
2922
2928
  return a === "select" ? {
2923
2929
  val: {
2924
- type: B.select,
2930
+ type: T.select,
2925
2931
  value: n,
2926
- options: mt(Z.val),
2927
- location: ee
2932
+ options: pt(Z.val),
2933
+ location: te
2928
2934
  },
2929
2935
  err: null
2930
2936
  } : {
2931
2937
  val: {
2932
- type: B.plural,
2938
+ type: T.plural,
2933
2939
  value: n,
2934
- options: mt(Z.val),
2940
+ options: pt(Z.val),
2935
2941
  offset: A,
2936
2942
  pluralType: a === "plural" ? "cardinal" : "ordinal",
2937
- location: ee
2943
+ location: te
2938
2944
  },
2939
2945
  err: null
2940
2946
  };
@@ -2982,16 +2988,16 @@ var Tn = (
2982
2988
  }, e.prototype.parseNumberSkeletonFromString = function(t, r) {
2983
2989
  var n = [];
2984
2990
  try {
2985
- n = rn(t);
2991
+ n = on(t);
2986
2992
  } catch {
2987
2993
  return this.error(b.INVALID_NUMBER_SKELETON, r);
2988
2994
  }
2989
2995
  return {
2990
2996
  val: {
2991
- type: le.number,
2997
+ type: he.number,
2992
2998
  tokens: n,
2993
2999
  location: r,
2994
- parsedOptions: this.shouldParseSkeletons ? sn(n) : {}
3000
+ parsedOptions: this.shouldParseSkeletons ? ln(n) : {}
2995
3001
  },
2996
3002
  err: null
2997
3003
  };
@@ -3016,9 +3022,9 @@ var Tn = (
3016
3022
  var y = this.parseMessage(t + 1, r, n);
3017
3023
  if (y.err)
3018
3024
  return y;
3019
- var T = this.tryParseArgumentClose(g);
3020
- if (T.err)
3021
- return T;
3025
+ var x = this.tryParseArgumentClose(g);
3026
+ if (x.err)
3027
+ return x;
3022
3028
  a.push([
3023
3029
  u,
3024
3030
  {
@@ -3039,7 +3045,7 @@ var Tn = (
3039
3045
  break;
3040
3046
  }
3041
3047
  var h = v(i, this.clonePosition());
3042
- return o ? (s *= n, vn(s) ? { val: s, err: null } : this.error(r, h)) : this.error(t, h);
3048
+ return o ? (s *= n, En(s) ? { val: s, err: null } : this.error(r, h)) : this.error(t, h);
3043
3049
  }, e.prototype.offset = function() {
3044
3050
  return this.position.offset;
3045
3051
  }, e.prototype.isEOF = function() {
@@ -3054,7 +3060,7 @@ var Tn = (
3054
3060
  var t = this.position.offset;
3055
3061
  if (t >= this.message.length)
3056
3062
  throw Error("out of bound");
3057
- var r = Xt(this.message, t);
3063
+ var r = Zt(this.message, t);
3058
3064
  if (r === void 0)
3059
3065
  throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
3060
3066
  return r;
@@ -3073,7 +3079,7 @@ var Tn = (
3073
3079
  t === 10 ? (this.position.line += 1, this.position.column = 1, this.position.offset += 1) : (this.position.column += 1, this.position.offset += t < 65536 ? 1 : 2);
3074
3080
  }
3075
3081
  }, e.prototype.bumpIf = function(t) {
3076
- if (ft(this.message, t, this.offset())) {
3082
+ if (dt(this.message, t, this.offset())) {
3077
3083
  for (var r = 0; r < t.length; r++)
3078
3084
  this.bump();
3079
3085
  return !0;
@@ -3095,7 +3101,7 @@ var Tn = (
3095
3101
  break;
3096
3102
  }
3097
3103
  }, e.prototype.bumpSpace = function() {
3098
- for (; !this.isEOF() && Zt(this.char()); )
3104
+ for (; !this.isEOF() && Yt(this.char()); )
3099
3105
  this.bump();
3100
3106
  }, e.prototype.peek = function() {
3101
3107
  if (this.isEOF())
@@ -3105,47 +3111,47 @@ var Tn = (
3105
3111
  }, e;
3106
3112
  }()
3107
3113
  );
3108
- function Ke(e) {
3114
+ function Qe(e) {
3109
3115
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3110
3116
  }
3111
- function Bn(e) {
3112
- return Ke(e) || e === 47;
3117
+ function Sn(e) {
3118
+ return Qe(e) || e === 47;
3113
3119
  }
3114
- function wn(e) {
3120
+ function Hn(e) {
3115
3121
  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;
3116
3122
  }
3117
- function Zt(e) {
3123
+ function Yt(e) {
3118
3124
  return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3119
3125
  }
3120
- function Hn(e) {
3126
+ function Cn(e) {
3121
3127
  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;
3122
3128
  }
3123
- function qe(e) {
3129
+ function et(e) {
3124
3130
  e.forEach(function(t) {
3125
- if (delete t.location, $t(t) || Dt(t))
3131
+ if (delete t.location, Ut(t) || Gt(t))
3126
3132
  for (var r in t.options)
3127
- delete t.options[r].location, qe(t.options[r].value);
3133
+ delete t.options[r].location, et(t.options[r].value);
3128
3134
  else
3129
- Pt(t) && Gt(t.style) || (Ot(t) || It(t)) && We(t.style) ? delete t.style.location : Ut(t) && qe(t.children);
3135
+ It(t) && jt(t.style) || ($t(t) || Dt(t)) && Je(t.style) ? delete t.style.location : Ft(t) && et(t.children);
3130
3136
  });
3131
3137
  }
3132
- function Cn(e, t) {
3133
- t === void 0 && (t = {}), t = _({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3134
- var r = new Tn(e, t).parse();
3138
+ function Mn(e, t) {
3139
+ t === void 0 && (t = {}), t = Ce({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3140
+ var r = new Bn(e, t).parse();
3135
3141
  if (r.err) {
3136
3142
  var n = SyntaxError(b[r.err.kind]);
3137
3143
  throw n.location = r.err.location, n.originalMessage = r.err.message, n;
3138
3144
  }
3139
- return t?.captureLocation || qe(r.val), r.val;
3145
+ return t?.captureLocation || et(r.val), r.val;
3140
3146
  }
3141
- var he;
3147
+ var ce;
3142
3148
  (function(e) {
3143
3149
  e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
3144
- })(he || (he = {}));
3145
- var Ae = (
3150
+ })(ce || (ce = {}));
3151
+ var Pe = (
3146
3152
  /** @class */
3147
3153
  function(e) {
3148
- Ne(t, e);
3154
+ Le(t, e);
3149
3155
  function t(r, n, i) {
3150
3156
  var o = e.call(this, r) || this;
3151
3157
  return o.code = n, o.originalMessage = i, o;
@@ -3154,48 +3160,48 @@ var Ae = (
3154
3160
  return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
3155
3161
  }, t;
3156
3162
  }(Error)
3157
- ), pt = (
3163
+ ), gt = (
3158
3164
  /** @class */
3159
3165
  function(e) {
3160
- Ne(t, e);
3166
+ Le(t, e);
3161
3167
  function t(r, n, i, o) {
3162
- return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), he.INVALID_VALUE, o) || this;
3168
+ return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), ce.INVALID_VALUE, o) || this;
3163
3169
  }
3164
3170
  return t;
3165
- }(Ae)
3166
- ), Sn = (
3171
+ }(Pe)
3172
+ ), Rn = (
3167
3173
  /** @class */
3168
3174
  function(e) {
3169
- Ne(t, e);
3175
+ Le(t, e);
3170
3176
  function t(r, n, i) {
3171
- return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), he.INVALID_VALUE, i) || this;
3177
+ return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), ce.INVALID_VALUE, i) || this;
3172
3178
  }
3173
3179
  return t;
3174
- }(Ae)
3175
- ), Mn = (
3180
+ }(Pe)
3181
+ ), kn = (
3176
3182
  /** @class */
3177
3183
  function(e) {
3178
- Ne(t, e);
3184
+ Le(t, e);
3179
3185
  function t(r, n) {
3180
- return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), he.MISSING_VALUE, n) || this;
3186
+ return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), ce.MISSING_VALUE, n) || this;
3181
3187
  }
3182
3188
  return t;
3183
- }(Ae)
3189
+ }(Pe)
3184
3190
  ), O;
3185
3191
  (function(e) {
3186
3192
  e[e.literal = 0] = "literal", e[e.object = 1] = "object";
3187
3193
  })(O || (O = {}));
3188
- function Rn(e) {
3194
+ function Nn(e) {
3189
3195
  return e.length < 2 ? e : e.reduce(function(t, r) {
3190
3196
  var n = t[t.length - 1];
3191
3197
  return !n || n.type !== O.literal || r.type !== O.literal ? t.push(r) : n.value += r.value, t;
3192
3198
  }, []);
3193
3199
  }
3194
- function kn(e) {
3200
+ function An(e) {
3195
3201
  return typeof e == "function";
3196
3202
  }
3197
- function we(e, t, r, n, i, o, s) {
3198
- if (e.length === 1 && ut(e[0]))
3203
+ function Se(e, t, r, n, i, o, s) {
3204
+ if (e.length === 1 && ht(e[0]))
3199
3205
  return [
3200
3206
  {
3201
3207
  type: O.literal,
@@ -3204,14 +3210,14 @@ function we(e, t, r, n, i, o, s) {
3204
3210
  ];
3205
3211
  for (var a = [], h = 0, u = e; h < u.length; h++) {
3206
3212
  var l = u[h];
3207
- if (ut(l)) {
3213
+ if (ht(l)) {
3208
3214
  a.push({
3209
3215
  type: O.literal,
3210
3216
  value: l.value
3211
3217
  });
3212
3218
  continue;
3213
3219
  }
3214
- if (qr(l)) {
3220
+ if (en(l)) {
3215
3221
  typeof o == "number" && a.push({
3216
3222
  type: O.literal,
3217
3223
  value: r.getNumberFormat(t).format(o)
@@ -3220,44 +3226,44 @@ function we(e, t, r, n, i, o, s) {
3220
3226
  }
3221
3227
  var c = l.value;
3222
3228
  if (!(i && c in i))
3223
- throw new Mn(c, s);
3229
+ throw new kn(c, s);
3224
3230
  var f = i[c];
3225
- if (Kr(l)) {
3231
+ if (Qr(l)) {
3226
3232
  (!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), a.push({
3227
3233
  type: typeof f == "string" ? O.literal : O.object,
3228
3234
  value: f
3229
3235
  });
3230
3236
  continue;
3231
3237
  }
3232
- if (Ot(l)) {
3233
- var g = typeof l.style == "string" ? n.date[l.style] : We(l.style) ? l.style.parsedOptions : void 0;
3238
+ if ($t(l)) {
3239
+ var g = typeof l.style == "string" ? n.date[l.style] : Je(l.style) ? l.style.parsedOptions : void 0;
3234
3240
  a.push({
3235
3241
  type: O.literal,
3236
3242
  value: r.getDateTimeFormat(t, g).format(f)
3237
3243
  });
3238
3244
  continue;
3239
3245
  }
3240
- if (It(l)) {
3241
- var g = typeof l.style == "string" ? n.time[l.style] : We(l.style) ? l.style.parsedOptions : n.time.medium;
3246
+ if (Dt(l)) {
3247
+ var g = typeof l.style == "string" ? n.time[l.style] : Je(l.style) ? l.style.parsedOptions : n.time.medium;
3242
3248
  a.push({
3243
3249
  type: O.literal,
3244
3250
  value: r.getDateTimeFormat(t, g).format(f)
3245
3251
  });
3246
3252
  continue;
3247
3253
  }
3248
- if (Pt(l)) {
3249
- var g = typeof l.style == "string" ? n.number[l.style] : Gt(l.style) ? l.style.parsedOptions : void 0;
3254
+ if (It(l)) {
3255
+ var g = typeof l.style == "string" ? n.number[l.style] : jt(l.style) ? l.style.parsedOptions : void 0;
3250
3256
  g && g.scale && (f = f * (g.scale || 1)), a.push({
3251
3257
  type: O.literal,
3252
3258
  value: r.getNumberFormat(t, g).format(f)
3253
3259
  });
3254
3260
  continue;
3255
3261
  }
3256
- if (Ut(l)) {
3257
- var y = l.children, T = l.value, w = i[T];
3258
- if (!kn(w))
3259
- throw new Sn(T, "function", s);
3260
- var C = we(y, t, r, n, i, o), R = w(C.map(function(A) {
3262
+ if (Ft(l)) {
3263
+ var y = l.children, x = l.value, B = i[x];
3264
+ if (!An(B))
3265
+ throw new Rn(x, "function", s);
3266
+ var H = Se(y, t, r, n, i, o), R = B(H.map(function(A) {
3261
3267
  return A.value;
3262
3268
  }));
3263
3269
  Array.isArray(R) || (R = [R]), a.push.apply(a, R.map(function(A) {
@@ -3267,42 +3273,42 @@ function we(e, t, r, n, i, o, s) {
3267
3273
  };
3268
3274
  }));
3269
3275
  }
3270
- if ($t(l)) {
3271
- var S = l.options[f] || l.options.other;
3272
- if (!S)
3273
- throw new pt(l.value, f, Object.keys(l.options), s);
3274
- a.push.apply(a, we(S.value, t, r, n, i));
3276
+ if (Ut(l)) {
3277
+ var C = l.options[f] || l.options.other;
3278
+ if (!C)
3279
+ throw new gt(l.value, f, Object.keys(l.options), s);
3280
+ a.push.apply(a, Se(C.value, t, r, n, i));
3275
3281
  continue;
3276
3282
  }
3277
- if (Dt(l)) {
3278
- var S = l.options["=".concat(f)];
3279
- if (!S) {
3283
+ if (Gt(l)) {
3284
+ var C = l.options["=".concat(f)];
3285
+ if (!C) {
3280
3286
  if (!Intl.PluralRules)
3281
- throw new Ae(`Intl.PluralRules is not available in this environment.
3287
+ throw new Pe(`Intl.PluralRules is not available in this environment.
3282
3288
  Try polyfilling it using "@formatjs/intl-pluralrules"
3283
- `, he.MISSING_INTL_API, s);
3289
+ `, ce.MISSING_INTL_API, s);
3284
3290
  var N = r.getPluralRules(t, { type: l.pluralType }).select(f - (l.offset || 0));
3285
- S = l.options[N] || l.options.other;
3291
+ C = l.options[N] || l.options.other;
3286
3292
  }
3287
- if (!S)
3288
- throw new pt(l.value, f, Object.keys(l.options), s);
3289
- a.push.apply(a, we(S.value, t, r, n, i, f - (l.offset || 0)));
3293
+ if (!C)
3294
+ throw new gt(l.value, f, Object.keys(l.options), s);
3295
+ a.push.apply(a, Se(C.value, t, r, n, i, f - (l.offset || 0)));
3290
3296
  continue;
3291
3297
  }
3292
3298
  }
3293
- return Rn(a);
3299
+ return Nn(a);
3294
3300
  }
3295
- function Nn(e, t) {
3296
- return t ? _(_(_({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
3297
- return r[n] = _(_({}, e[n]), t[n] || {}), r;
3301
+ function Ln(e, t) {
3302
+ return t ? J(J(J({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
3303
+ return r[n] = J(J({}, e[n]), t[n] || {}), r;
3298
3304
  }, {})) : e;
3299
3305
  }
3300
- function An(e, t) {
3306
+ function Pn(e, t) {
3301
3307
  return t ? Object.keys(e).reduce(function(r, n) {
3302
- return r[n] = Nn(e[n], t[n]), r;
3303
- }, _({}, e)) : e;
3308
+ return r[n] = Ln(e[n], t[n]), r;
3309
+ }, J({}, e)) : e;
3304
3310
  }
3305
- function Ge(e) {
3311
+ function je(e) {
3306
3312
  return {
3307
3313
  create: function() {
3308
3314
  return {
@@ -3316,39 +3322,39 @@ function Ge(e) {
3316
3322
  }
3317
3323
  };
3318
3324
  }
3319
- function Ln(e) {
3325
+ function On(e) {
3320
3326
  return e === void 0 && (e = {
3321
3327
  number: {},
3322
3328
  dateTime: {},
3323
3329
  pluralRules: {}
3324
3330
  }), {
3325
- getNumberFormat: $e(function() {
3331
+ getNumberFormat: Ue(function() {
3326
3332
  for (var t, r = [], n = 0; n < arguments.length; n++)
3327
3333
  r[n] = arguments[n];
3328
- return new ((t = Intl.NumberFormat).bind.apply(t, Ie([void 0], r, !1)))();
3334
+ return new ((t = Intl.NumberFormat).bind.apply(t, De([void 0], r, !1)))();
3329
3335
  }, {
3330
- cache: Ge(e.number),
3331
- strategy: De.variadic
3336
+ cache: je(e.number),
3337
+ strategy: Ge.variadic
3332
3338
  }),
3333
- getDateTimeFormat: $e(function() {
3339
+ getDateTimeFormat: Ue(function() {
3334
3340
  for (var t, r = [], n = 0; n < arguments.length; n++)
3335
3341
  r[n] = arguments[n];
3336
- return new ((t = Intl.DateTimeFormat).bind.apply(t, Ie([void 0], r, !1)))();
3342
+ return new ((t = Intl.DateTimeFormat).bind.apply(t, De([void 0], r, !1)))();
3337
3343
  }, {
3338
- cache: Ge(e.dateTime),
3339
- strategy: De.variadic
3344
+ cache: je(e.dateTime),
3345
+ strategy: Ge.variadic
3340
3346
  }),
3341
- getPluralRules: $e(function() {
3347
+ getPluralRules: Ue(function() {
3342
3348
  for (var t, r = [], n = 0; n < arguments.length; n++)
3343
3349
  r[n] = arguments[n];
3344
- return new ((t = Intl.PluralRules).bind.apply(t, Ie([void 0], r, !1)))();
3350
+ return new ((t = Intl.PluralRules).bind.apply(t, De([void 0], r, !1)))();
3345
3351
  }, {
3346
- cache: Ge(e.pluralRules),
3347
- strategy: De.variadic
3352
+ cache: je(e.pluralRules),
3353
+ strategy: Ge.variadic
3348
3354
  })
3349
3355
  };
3350
3356
  }
3351
- var Pn = (
3357
+ var In = (
3352
3358
  /** @class */
3353
3359
  function() {
3354
3360
  function e(t, r, n, i) {
@@ -3367,7 +3373,7 @@ var Pn = (
3367
3373
  }, []);
3368
3374
  return l.length <= 1 ? l[0] || "" : l;
3369
3375
  }, this.formatToParts = function(h) {
3370
- return we(o.ast, o.locales, o.formatters, o.formats, h, void 0, o.message);
3376
+ return Se(o.ast, o.locales, o.formatters, o.formats, h, void 0, o.message);
3371
3377
  }, this.resolvedOptions = function() {
3372
3378
  var h;
3373
3379
  return {
@@ -3380,13 +3386,13 @@ var Pn = (
3380
3386
  throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
3381
3387
  var s = i || {};
3382
3388
  s.formatters;
3383
- var a = jr(s, ["formatters"]);
3384
- this.ast = e.__parse(t, _(_({}, a), { locale: this.resolvedLocale }));
3389
+ var a = zr(s, ["formatters"]);
3390
+ this.ast = e.__parse(t, J(J({}, a), { locale: this.resolvedLocale }));
3385
3391
  } else
3386
3392
  this.ast = t;
3387
3393
  if (!Array.isArray(this.ast))
3388
3394
  throw new TypeError("A message must be provided as a String or AST.");
3389
- this.formats = An(e.formats, n), this.formatters = i && i.formatters || Ln(this.formatterCache);
3395
+ this.formats = Pn(e.formats, n), this.formatters = i && i.formatters || On(this.formatterCache);
3390
3396
  }
3391
3397
  return Object.defineProperty(e, "defaultLocale", {
3392
3398
  get: function() {
@@ -3399,7 +3405,7 @@ var Pn = (
3399
3405
  var r = Intl.NumberFormat.supportedLocalesOf(t);
3400
3406
  return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
3401
3407
  }
3402
- }, e.__parse = Cn, e.formats = {
3408
+ }, e.__parse = Mn, e.formats = {
3403
3409
  number: {
3404
3410
  integer: {
3405
3411
  maximumFractionDigits: 0
@@ -3460,7 +3466,7 @@ var Pn = (
3460
3466
  }, e;
3461
3467
  }()
3462
3468
  );
3463
- function On(e, t) {
3469
+ function $n(e, t) {
3464
3470
  if (t == null)
3465
3471
  return;
3466
3472
  if (t in e)
@@ -3481,92 +3487,92 @@ function On(e, t) {
3481
3487
  n = void 0;
3482
3488
  return n;
3483
3489
  }
3484
- const q = {}, In = (e, t, r) => r && (t in q || (q[t] = {}), e in q[t] || (q[t][e] = r), r), Jt = (e, t) => {
3490
+ const Q = {}, Dn = (e, t, r) => r && (t in Q || (Q[t] = {}), e in Q[t] || (Q[t][e] = r), r), Kt = (e, t) => {
3485
3491
  if (t == null)
3486
3492
  return;
3487
- if (t in q && e in q[t])
3488
- return q[t][e];
3489
- const r = Le(t);
3493
+ if (t in Q && e in Q[t])
3494
+ return Q[t][e];
3495
+ const r = Oe(t);
3490
3496
  for (let n = 0; n < r.length; n++) {
3491
- const i = r[n], o = Dn(i, e);
3497
+ const i = r[n], o = Gn(i, e);
3492
3498
  if (o)
3493
- return In(e, t, o);
3499
+ return Dn(e, t, o);
3494
3500
  }
3495
3501
  };
3496
- let rt;
3497
- const me = ke({});
3498
- function $n(e) {
3499
- return rt[e] || null;
3502
+ let it;
3503
+ const de = Ae({});
3504
+ function Un(e) {
3505
+ return it[e] || null;
3500
3506
  }
3501
- function Yt(e) {
3502
- return e in rt;
3507
+ function qt(e) {
3508
+ return e in it;
3503
3509
  }
3504
- function Dn(e, t) {
3505
- if (!Yt(e))
3510
+ function Gn(e, t) {
3511
+ if (!qt(e))
3506
3512
  return null;
3507
- const r = $n(e);
3508
- return On(r, t);
3513
+ const r = Un(e);
3514
+ return $n(r, t);
3509
3515
  }
3510
- function Un(e) {
3516
+ function Fn(e) {
3511
3517
  if (e == null)
3512
3518
  return;
3513
- const t = Le(e);
3519
+ const t = Oe(e);
3514
3520
  for (let r = 0; r < t.length; r++) {
3515
3521
  const n = t[r];
3516
- if (Yt(n))
3522
+ if (qt(n))
3517
3523
  return n;
3518
3524
  }
3519
3525
  }
3520
- function Kt(e, ...t) {
3521
- delete q[e], me.update((r) => (r[e] = Fr.all([r[e] || {}, ...t]), r));
3526
+ function Qt(e, ...t) {
3527
+ delete Q[e], de.update((r) => (r[e] = Vr.all([r[e] || {}, ...t]), r));
3522
3528
  }
3523
- fe(
3524
- [me],
3529
+ me(
3530
+ [de],
3525
3531
  ([e]) => Object.keys(e)
3526
3532
  );
3527
- me.subscribe((e) => rt = e);
3533
+ de.subscribe((e) => it = e);
3528
3534
  const He = {};
3529
- function Gn(e, t) {
3535
+ function jn(e, t) {
3530
3536
  He[e].delete(t), He[e].size === 0 && delete He[e];
3531
3537
  }
3532
- function qt(e) {
3538
+ function er(e) {
3533
3539
  return He[e];
3534
3540
  }
3535
- function Fn(e) {
3536
- return Le(e).map((t) => {
3537
- const r = qt(t);
3541
+ function Vn(e) {
3542
+ return Oe(e).map((t) => {
3543
+ const r = er(t);
3538
3544
  return [t, r ? [...r] : []];
3539
3545
  }).filter(([, t]) => t.length > 0);
3540
3546
  }
3541
- function Qe(e) {
3542
- return e == null ? !1 : Le(e).some(
3547
+ function tt(e) {
3548
+ return e == null ? !1 : Oe(e).some(
3543
3549
  (t) => {
3544
3550
  var r;
3545
- return (r = qt(t)) == null ? void 0 : r.size;
3551
+ return (r = er(t)) == null ? void 0 : r.size;
3546
3552
  }
3547
3553
  );
3548
3554
  }
3549
- function jn(e, t) {
3555
+ function zn(e, t) {
3550
3556
  return Promise.all(
3551
- t.map((n) => (Gn(e, n), n().then((i) => i.default || i)))
3552
- ).then((n) => Kt(e, ...n));
3553
- }
3554
- const pe = {};
3555
- function Qt(e) {
3556
- if (!Qe(e))
3557
- return e in pe ? pe[e] : Promise.resolve();
3558
- const t = Fn(e);
3559
- return pe[e] = Promise.all(
3557
+ t.map((n) => (jn(e, n), n().then((i) => i.default || i)))
3558
+ ).then((n) => Qt(e, ...n));
3559
+ }
3560
+ const be = {};
3561
+ function tr(e) {
3562
+ if (!tt(e))
3563
+ return e in be ? be[e] : Promise.resolve();
3564
+ const t = Vn(e);
3565
+ return be[e] = Promise.all(
3560
3566
  t.map(
3561
- ([r, n]) => jn(r, n)
3567
+ ([r, n]) => zn(r, n)
3562
3568
  )
3563
3569
  ).then(() => {
3564
- if (Qe(e))
3565
- return Qt(e);
3566
- delete pe[e];
3567
- }), pe[e];
3570
+ if (tt(e))
3571
+ return tr(e);
3572
+ delete be[e];
3573
+ }), be[e];
3568
3574
  }
3569
- const Vn = {
3575
+ const Xn = {
3570
3576
  number: {
3571
3577
  scientific: { notation: "scientific" },
3572
3578
  engineering: { notation: "engineering" },
@@ -3595,150 +3601,150 @@ const Vn = {
3595
3601
  timeZoneName: "short"
3596
3602
  }
3597
3603
  }
3598
- }, zn = {
3604
+ }, Wn = {
3599
3605
  fallbackLocale: null,
3600
3606
  loadingDelay: 200,
3601
- formats: Vn,
3607
+ formats: Xn,
3602
3608
  warnOnMissingMessages: !0,
3603
3609
  handleMissingMessage: void 0,
3604
3610
  ignoreTag: !0
3605
- }, Xn = zn;
3606
- function ce() {
3607
- return Xn;
3611
+ }, Zn = Wn;
3612
+ function fe() {
3613
+ return Zn;
3608
3614
  }
3609
- const Fe = ke(!1);
3610
- var Wn = Object.defineProperty, Zn = Object.defineProperties, Jn = Object.getOwnPropertyDescriptors, bt = Object.getOwnPropertySymbols, Yn = Object.prototype.hasOwnProperty, Kn = Object.prototype.propertyIsEnumerable, gt = (e, t, r) => t in e ? Wn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, qn = (e, t) => {
3615
+ const Ve = Ae(!1);
3616
+ var Jn = Object.defineProperty, Yn = Object.defineProperties, Kn = Object.getOwnPropertyDescriptors, yt = Object.getOwnPropertySymbols, qn = Object.prototype.hasOwnProperty, Qn = Object.prototype.propertyIsEnumerable, vt = (e, t, r) => t in e ? Jn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, ei = (e, t) => {
3611
3617
  for (var r in t || (t = {}))
3612
- Yn.call(t, r) && gt(e, r, t[r]);
3613
- if (bt)
3614
- for (var r of bt(t))
3615
- Kn.call(t, r) && gt(e, r, t[r]);
3618
+ qn.call(t, r) && vt(e, r, t[r]);
3619
+ if (yt)
3620
+ for (var r of yt(t))
3621
+ Qn.call(t, r) && vt(e, r, t[r]);
3616
3622
  return e;
3617
- }, Qn = (e, t) => Zn(e, Jn(t));
3618
- let et;
3619
- const Ce = ke(null);
3620
- function yt(e) {
3623
+ }, ti = (e, t) => Yn(e, Kn(t));
3624
+ let rt;
3625
+ const Me = Ae(null);
3626
+ function _t(e) {
3621
3627
  return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
3622
3628
  }
3623
- function Le(e, t = ce().fallbackLocale) {
3624
- const r = yt(e);
3625
- return t ? [.../* @__PURE__ */ new Set([...r, ...yt(t)])] : r;
3629
+ function Oe(e, t = fe().fallbackLocale) {
3630
+ const r = _t(e);
3631
+ return t ? [.../* @__PURE__ */ new Set([...r, ..._t(t)])] : r;
3626
3632
  }
3627
- function ne() {
3628
- return et ?? void 0;
3633
+ function ie() {
3634
+ return rt ?? void 0;
3629
3635
  }
3630
- Ce.subscribe((e) => {
3631
- et = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
3636
+ Me.subscribe((e) => {
3637
+ rt = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
3632
3638
  });
3633
- const ei = (e) => {
3634
- if (e && Un(e) && Qe(e)) {
3635
- const { loadingDelay: t } = ce();
3639
+ const ri = (e) => {
3640
+ if (e && Fn(e) && tt(e)) {
3641
+ const { loadingDelay: t } = fe();
3636
3642
  let r;
3637
- return typeof window < "u" && ne() != null && t ? r = window.setTimeout(
3638
- () => Fe.set(!0),
3643
+ return typeof window < "u" && ie() != null && t ? r = window.setTimeout(
3644
+ () => Ve.set(!0),
3639
3645
  t
3640
- ) : Fe.set(!0), Qt(e).then(() => {
3641
- Ce.set(e);
3646
+ ) : Ve.set(!0), tr(e).then(() => {
3647
+ Me.set(e);
3642
3648
  }).finally(() => {
3643
- clearTimeout(r), Fe.set(!1);
3649
+ clearTimeout(r), Ve.set(!1);
3644
3650
  });
3645
3651
  }
3646
- return Ce.set(e);
3647
- }, Q = Qn(qn({}, Ce), {
3648
- set: ei
3649
- }), Pe = (e) => {
3652
+ return Me.set(e);
3653
+ }, ee = ti(ei({}, Me), {
3654
+ set: ri
3655
+ }), Ie = (e) => {
3650
3656
  const t = /* @__PURE__ */ Object.create(null);
3651
3657
  return (n) => {
3652
3658
  const i = JSON.stringify(n);
3653
3659
  return i in t ? t[i] : t[i] = e(n);
3654
3660
  };
3655
3661
  };
3656
- var ti = Object.defineProperty, Se = Object.getOwnPropertySymbols, er = Object.prototype.hasOwnProperty, tr = Object.prototype.propertyIsEnumerable, vt = (e, t, r) => t in e ? ti(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, nt = (e, t) => {
3662
+ var ni = Object.defineProperty, Re = Object.getOwnPropertySymbols, rr = Object.prototype.hasOwnProperty, nr = Object.prototype.propertyIsEnumerable, Et = (e, t, r) => t in e ? ni(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, ot = (e, t) => {
3657
3663
  for (var r in t || (t = {}))
3658
- er.call(t, r) && vt(e, r, t[r]);
3659
- if (Se)
3660
- for (var r of Se(t))
3661
- tr.call(t, r) && vt(e, r, t[r]);
3664
+ rr.call(t, r) && Et(e, r, t[r]);
3665
+ if (Re)
3666
+ for (var r of Re(t))
3667
+ nr.call(t, r) && Et(e, r, t[r]);
3662
3668
  return e;
3663
- }, de = (e, t) => {
3669
+ }, pe = (e, t) => {
3664
3670
  var r = {};
3665
3671
  for (var n in e)
3666
- er.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
3667
- if (e != null && Se)
3668
- for (var n of Se(e))
3669
- t.indexOf(n) < 0 && tr.call(e, n) && (r[n] = e[n]);
3672
+ rr.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
3673
+ if (e != null && Re)
3674
+ for (var n of Re(e))
3675
+ t.indexOf(n) < 0 && nr.call(e, n) && (r[n] = e[n]);
3670
3676
  return r;
3671
3677
  };
3672
- const ve = (e, t) => {
3673
- const { formats: r } = ce();
3678
+ const _e = (e, t) => {
3679
+ const { formats: r } = fe();
3674
3680
  if (e in r && t in r[e])
3675
3681
  return r[e][t];
3676
3682
  throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
3677
- }, ri = Pe(
3683
+ }, ii = Ie(
3678
3684
  (e) => {
3679
- var t = e, { locale: r, format: n } = t, i = de(t, ["locale", "format"]);
3685
+ var t = e, { locale: r, format: n } = t, i = pe(t, ["locale", "format"]);
3680
3686
  if (r == null)
3681
3687
  throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
3682
- return n && (i = ve("number", n)), new Intl.NumberFormat(r, i);
3688
+ return n && (i = _e("number", n)), new Intl.NumberFormat(r, i);
3683
3689
  }
3684
- ), ni = Pe(
3690
+ ), oi = Ie(
3685
3691
  (e) => {
3686
- var t = e, { locale: r, format: n } = t, i = de(t, ["locale", "format"]);
3692
+ var t = e, { locale: r, format: n } = t, i = pe(t, ["locale", "format"]);
3687
3693
  if (r == null)
3688
3694
  throw new Error('[svelte-i18n] A "locale" must be set to format dates');
3689
- return n ? i = ve("date", n) : Object.keys(i).length === 0 && (i = ve("date", "short")), new Intl.DateTimeFormat(r, i);
3695
+ return n ? i = _e("date", n) : Object.keys(i).length === 0 && (i = _e("date", "short")), new Intl.DateTimeFormat(r, i);
3690
3696
  }
3691
- ), ii = Pe(
3697
+ ), ai = Ie(
3692
3698
  (e) => {
3693
- var t = e, { locale: r, format: n } = t, i = de(t, ["locale", "format"]);
3699
+ var t = e, { locale: r, format: n } = t, i = pe(t, ["locale", "format"]);
3694
3700
  if (r == null)
3695
3701
  throw new Error(
3696
3702
  '[svelte-i18n] A "locale" must be set to format time values'
3697
3703
  );
3698
- return n ? i = ve("time", n) : Object.keys(i).length === 0 && (i = ve("time", "short")), new Intl.DateTimeFormat(r, i);
3704
+ return n ? i = _e("time", n) : Object.keys(i).length === 0 && (i = _e("time", "short")), new Intl.DateTimeFormat(r, i);
3699
3705
  }
3700
- ), oi = (e = {}) => {
3706
+ ), si = (e = {}) => {
3701
3707
  var t = e, {
3702
- locale: r = ne()
3703
- } = t, n = de(t, [
3708
+ locale: r = ie()
3709
+ } = t, n = pe(t, [
3704
3710
  "locale"
3705
3711
  ]);
3706
- return ri(nt({ locale: r }, n));
3707
- }, ai = (e = {}) => {
3712
+ return ii(ot({ locale: r }, n));
3713
+ }, ui = (e = {}) => {
3708
3714
  var t = e, {
3709
- locale: r = ne()
3710
- } = t, n = de(t, [
3715
+ locale: r = ie()
3716
+ } = t, n = pe(t, [
3711
3717
  "locale"
3712
3718
  ]);
3713
- return ni(nt({ locale: r }, n));
3714
- }, si = (e = {}) => {
3719
+ return oi(ot({ locale: r }, n));
3720
+ }, li = (e = {}) => {
3715
3721
  var t = e, {
3716
- locale: r = ne()
3717
- } = t, n = de(t, [
3722
+ locale: r = ie()
3723
+ } = t, n = pe(t, [
3718
3724
  "locale"
3719
3725
  ]);
3720
- return ii(nt({ locale: r }, n));
3721
- }, ui = Pe(
3726
+ return ai(ot({ locale: r }, n));
3727
+ }, hi = Ie(
3722
3728
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
3723
- (e, t = ne()) => new Pn(e, t, ce().formats, {
3724
- ignoreTag: ce().ignoreTag
3729
+ (e, t = ie()) => new In(e, t, fe().formats, {
3730
+ ignoreTag: fe().ignoreTag
3725
3731
  })
3726
- ), li = (e, t = {}) => {
3732
+ ), ci = (e, t = {}) => {
3727
3733
  var r, n, i, o;
3728
3734
  let s = t;
3729
3735
  typeof e == "object" && (s = e, e = s.id);
3730
3736
  const {
3731
3737
  values: a,
3732
- locale: h = ne(),
3738
+ locale: h = ie(),
3733
3739
  default: u
3734
3740
  } = s;
3735
3741
  if (h == null)
3736
3742
  throw new Error(
3737
3743
  "[svelte-i18n] Cannot format a message without first setting the initial locale."
3738
3744
  );
3739
- let l = Jt(e, h);
3745
+ let l = Kt(e, h);
3740
3746
  if (!l)
3741
- l = (o = (i = (n = (r = ce()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: h, id: e, defaultValue: u })) != null ? i : u) != null ? o : e;
3747
+ l = (o = (i = (n = (r = fe()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: h, id: e, defaultValue: u })) != null ? i : u) != null ? o : e;
3742
3748
  else if (typeof l != "string")
3743
3749
  return console.warn(
3744
3750
  `[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof l}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
@@ -3747,7 +3753,7 @@ const ve = (e, t) => {
3747
3753
  return l;
3748
3754
  let c = l;
3749
3755
  try {
3750
- c = ui(l, h).format(a);
3756
+ c = hi(l, h).format(a);
3751
3757
  } catch (f) {
3752
3758
  f instanceof Error && console.warn(
3753
3759
  `[svelte-i18n] Message "${e}" has syntax error:`,
@@ -3755,23 +3761,23 @@ const ve = (e, t) => {
3755
3761
  );
3756
3762
  }
3757
3763
  return c;
3758
- }, hi = (e, t) => si(t).format(e), ci = (e, t) => ai(t).format(e), fi = (e, t) => oi(t).format(e), mi = (e, t = ne()) => Jt(e, t), di = fe([Q, me], () => li);
3759
- fe([Q], () => hi);
3760
- fe([Q], () => ci);
3761
- fe([Q], () => fi);
3762
- fe([Q, me], () => mi);
3763
- function pi({ withLocale: e, translations: t }) {
3764
- Q.subscribe((r) => {
3765
- r == null && (me.set(t), Q.set(e));
3764
+ }, fi = (e, t) => li(t).format(e), mi = (e, t) => ui(t).format(e), di = (e, t) => si(t).format(e), pi = (e, t = ie()) => Kt(e, t), bi = me([ee, de], () => ci);
3765
+ me([ee], () => fi);
3766
+ me([ee], () => mi);
3767
+ me([ee], () => di);
3768
+ me([ee, de], () => pi);
3769
+ function gi({ withLocale: e, translations: t }) {
3770
+ ee.subscribe((r) => {
3771
+ r == null && (de.set(t), ee.set(e));
3766
3772
  });
3767
3773
  }
3768
- function _t(e, t) {
3769
- Kt(e, t);
3774
+ function xt(e, t) {
3775
+ Qt(e, t);
3770
3776
  }
3771
- function bi(e) {
3772
- Q.set(e);
3777
+ function yi(e) {
3778
+ ee.set(e);
3773
3779
  }
3774
- const Et = {
3780
+ const Tt = {
3775
3781
  en: {
3776
3782
  scoreCriteriaType: {
3777
3783
  stake: "The score criteria for this tournament is <b>Turnover</b>. For each X generated (X= amount wagered in player currency or equivalent in base currency) player will get 1 point. The player who will have the largest turnover will have the highest score and rank.",
@@ -4018,18 +4024,18 @@ const Et = {
4018
4024
  YER: "﷼",
4019
4025
  ZAR: "R",
4020
4026
  ZWD: "Z$"
4021
- }, gi = "data:image/svg+xml,%3csvg%20width='35'%20height='25'%20viewBox='0%200%2025%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_2591_521)'%3e%3cpath%20d='M22.3588%2020.1363C22.3601%2020.7949%2022.1782%2021.4408%2021.8334%2022.0019C21.6456%2022.3247%2021.4036%2022.6127%2021.1179%2022.8533C20.4473%2023.4391%2019.5846%2023.7574%2018.6942%2023.7474C17.8037%2023.7373%2016.9482%2023.3997%2016.2909%2022.7989C16.0353%2022.567%2015.8156%2022.2984%2015.6389%2022.0019C15.3424%2021.5116%2015.1664%2020.958%2015.1255%2020.3865C15.0845%2019.815%2015.1799%2019.2419%2015.4034%2018.7144C15.6399%2018.1566%2016.0124%2017.667%2016.487%2017.2905C16.9617%2016.9139%2017.5234%2016.6623%2018.1204%2016.5589C18.3103%2016.5455%2018.5009%2016.5455%2018.6908%2016.5589C19.6516%2016.5589%2020.573%2016.9406%2021.2524%2017.62C21.9318%2018.2994%2022.3135%2019.2208%2022.3135%2020.1816L22.3588%2020.1363Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M17.3242%2020.1371L18.2299%2021.0428L20.1591%2019.2314'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M22.278%206.46076C21.2037%204.5943%2019.6194%203.073%2017.711%202.0753C15.8025%201.0776%2013.6493%200.644982%2011.5036%200.828135C9.35785%201.01129%207.30885%201.8026%205.59709%203.10931C3.88533%204.41603%202.5817%206.1839%201.83935%208.20542C1.09701%2010.2269%200.9467%2012.4182%201.40598%2014.5222C1.86526%2016.6261%202.91505%2018.5555%204.43229%2020.0838C5.94953%2021.6121%207.87136%2022.6759%209.97194%2023.1504C12.0725%2023.6249%2014.2648%2023.4903%2016.2917%2022.7627C16.0361%2022.5307%2015.8163%2022.2621%2015.6396%2021.9657C15.3432%2021.4754%2015.1671%2020.9217%2015.1262%2020.3502C15.0853%2019.7788%2015.1806%2019.2057%2015.4041%2018.6781C14.4907%2019.0911%2013.4995%2019.3042%2012.497%2019.3031C11.2245%2019.3008%209.97506%2018.9635%208.87436%2018.325C7.77533%2017.6908%206.86538%2016.7747%206.23875%2015.6714V15.6714C5.33468%2014.0218%205.11294%2012.0836%205.62119%2010.2725C6.12945%208.46132%207.32717%206.92144%208.9575%205.98306C10.5878%205.04467%2012.521%204.78249%2014.3424%205.25274C16.1637%205.72298%2017.7284%206.88816%2018.7006%208.4985C18.7123%208.52746%2018.7275%208.55493%2018.746%208.58009C19.3629%209.66322%2019.6875%2010.8882%2019.6875%2012.1347C19.6875%2013.3813%2019.3629%2014.6064%2018.746%2015.6895C18.5748%2015.9855%2018.384%2016.2699%2018.1753%2016.5408C18.3652%2016.5273%2018.556%2016.5273%2018.746%2016.5408C19.3961%2016.5406%2020.0342%2016.7154%2020.5936%2017.0469C21.1529%2017.3783%2021.6128%2017.8543%2021.9249%2018.4246C23.1544%2016.5691%2023.8097%2014.3923%2023.8087%2012.1665C23.8164%2010.1621%2023.2878%208.19215%2022.278%206.46076V6.46076Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12.4785%200.819336V4.94915'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M18.1391%202.32227L16.0742%205.89962'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M22.2866%206.46094L18.7002%208.52584'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M19.6875%2012.1035L23.7992%2012.1216'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M22.2775%2017.7729L18.7363%2015.708'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12.4966%2019.3398L12.4785%2023.4153'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M8.883%2018.3613L6.82715%2021.8843'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6.24745%2015.708L2.69727%2017.7276'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M5.30577%2012.0946L1.20312%2012.0674'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6.30214%208.49903L2.75195%206.41602'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6.90918%202.29492L8.94692%205.89039'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M9.7086%2010.4202H8.7206L7.74805%2011.0146V11.9254L8.61254%2011.4082H8.6357V14.3722H9.7086V10.4202Z'%20fill='white'/%3e%3cpath%20d='M11.7885%2014.4803C12.8633%2014.4822%2013.531%2013.7123%2013.5329%2012.4039C13.5348%2011.1033%2012.8633%2010.3662%2011.7885%2010.3662C10.7117%2010.3662%2010.0479%2011.0995%2010.044%2012.4039C10.0402%2013.7065%2010.7117%2014.4783%2011.7885%2014.4803ZM11.7885%2013.6081C11.418%2013.6081%2011.1517%2013.2356%2011.1555%2012.4039C11.1594%2011.5916%2011.418%2011.2307%2011.7885%2011.2307C12.159%2011.2307%2012.4195%2011.5916%2012.4214%2012.4039C12.4233%2013.2356%2012.159%2013.6081%2011.7885%2013.6081Z'%20fill='white'/%3e%3cpath%20d='M15.305%2014.4803C16.3798%2014.4822%2017.0475%2013.7123%2017.0494%2012.4039C17.0513%2011.1033%2016.3798%2010.3662%2015.305%2010.3662C14.2282%2010.3662%2013.5644%2011.0995%2013.5605%2012.4039C13.5567%2013.7065%2014.2282%2014.4783%2015.305%2014.4803ZM15.305%2013.6081C14.9345%2013.6081%2014.6682%2013.2356%2014.672%2012.4039C14.6759%2011.5916%2014.9345%2011.2307%2015.305%2011.2307C15.6755%2011.2307%2015.936%2011.5916%2015.9379%2012.4039C15.9398%2013.2356%2015.6755%2013.6081%2015.305%2013.6081Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2591_521'%3e%3crect%20width='24'%20height='24.2989'%20fill='white'%20transform='translate(0.478516%200.139648)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", yi = "data:image/svg+xml,%3csvg%20width='35'%20height='24'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.6712%2020.9658H5.22363V23.2166H19.6712V20.9658Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13.9074%2014.8942C16.0065%2013.9267%2019.3847%2011.229%2019.3847%204.9113C19.3847%203.38619%2019.1879%202.20546%2018.7246%201.30762H6.03995C5.58078%202.20546%205.37988%203.38619%205.37988%204.9113C5.37988%2011.0978%208.76219%2013.8611%2010.8572%2014.8696V18.6906H6.40482V20.9414H18.4868V18.6906H13.9074V14.8942Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M5.41677%203.39453H0.841439C0.841439%203.39453%20-0.343394%209.90085%206.77789%2010.9586'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M19.499%203.39453H24.0743C24.0743%203.39453%2025.2592%209.90085%2018.1338%2010.9586'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12.3862%203.97656L13.2718%206.31343L15.7685%206.43642L13.8211%208.00253L14.4771%2010.4132L12.3862%209.04387L10.2953%2010.4132L10.9472%208.00253L9.00391%206.43642L11.4966%206.31343L12.3862%203.97656Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", rr = "data:image/svg+xml,%3csvg%20width='35'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.5%2013.7502C9.5%2014.7202%2010.25%2015.5002%2011.17%2015.5002H13.05C13.85%2015.5002%2014.5%2014.8202%2014.5%2013.9702C14.5%2013.0602%2014.1%2012.7302%2013.51%2012.5202L10.5%2011.4702C9.91%2011.2602%209.51001%2010.9402%209.51001%2010.0202C9.51001%209.18023%2010.16%208.49023%2010.96%208.49023H12.84C13.76%208.49023%2014.51%209.27023%2014.51%2010.2402'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12%207.5V16.5'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M22%2012C22%2017.52%2017.52%2022%2012%2022C6.48%2022%202%2017.52%202%2012C2%206.48%206.48%202%2012%202'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M22%206V2H18'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M17%207L22%202'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", vi = "data:image/svg+xml,%3csvg%20width='35'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M22%2012C22%2017.52%2017.52%2022%2012%2022C6.48%2022%202%2017.52%202%2012C2%206.48%206.48%202%2012%202C17.52%202%2022%206.48%2022%2012Z'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M15.7099%2015.1798L12.6099%2013.3298C12.0699%2013.0098%2011.6299%2012.2398%2011.6299%2011.6098V7.50977'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", _i = "data:image/svg+xml,%3csvg%20width='35'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%2019.5H21'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M11%2012.5H21'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M11%205.5H21'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M3%205.5L4%206.5L7%203.5'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M3%2012.5L4%2013.5L7%2010.5'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M3%2019.5L4%2020.5L7%2017.5'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e";
4022
- function Ei(e) {
4023
- or(e, "svelte-1aour49", "*,*::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:#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 .RuleIcon{width:38px;height:30px}");
4027
+ }, vi = "data:image/svg+xml,%3csvg%20width='35'%20height='25'%20viewBox='0%200%2025%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_2591_521)'%3e%3cpath%20d='M22.3588%2020.1363C22.3601%2020.7949%2022.1782%2021.4408%2021.8334%2022.0019C21.6456%2022.3247%2021.4036%2022.6127%2021.1179%2022.8533C20.4473%2023.4391%2019.5846%2023.7574%2018.6942%2023.7474C17.8037%2023.7373%2016.9482%2023.3997%2016.2909%2022.7989C16.0353%2022.567%2015.8156%2022.2984%2015.6389%2022.0019C15.3424%2021.5116%2015.1664%2020.958%2015.1255%2020.3865C15.0845%2019.815%2015.1799%2019.2419%2015.4034%2018.7144C15.6399%2018.1566%2016.0124%2017.667%2016.487%2017.2905C16.9617%2016.9139%2017.5234%2016.6623%2018.1204%2016.5589C18.3103%2016.5455%2018.5009%2016.5455%2018.6908%2016.5589C19.6516%2016.5589%2020.573%2016.9406%2021.2524%2017.62C21.9318%2018.2994%2022.3135%2019.2208%2022.3135%2020.1816L22.3588%2020.1363Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M17.3242%2020.1371L18.2299%2021.0428L20.1591%2019.2314'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M22.278%206.46076C21.2037%204.5943%2019.6194%203.073%2017.711%202.0753C15.8025%201.0776%2013.6493%200.644982%2011.5036%200.828135C9.35785%201.01129%207.30885%201.8026%205.59709%203.10931C3.88533%204.41603%202.5817%206.1839%201.83935%208.20542C1.09701%2010.2269%200.9467%2012.4182%201.40598%2014.5222C1.86526%2016.6261%202.91505%2018.5555%204.43229%2020.0838C5.94953%2021.6121%207.87136%2022.6759%209.97194%2023.1504C12.0725%2023.6249%2014.2648%2023.4903%2016.2917%2022.7627C16.0361%2022.5307%2015.8163%2022.2621%2015.6396%2021.9657C15.3432%2021.4754%2015.1671%2020.9217%2015.1262%2020.3502C15.0853%2019.7788%2015.1806%2019.2057%2015.4041%2018.6781C14.4907%2019.0911%2013.4995%2019.3042%2012.497%2019.3031C11.2245%2019.3008%209.97506%2018.9635%208.87436%2018.325C7.77533%2017.6908%206.86538%2016.7747%206.23875%2015.6714V15.6714C5.33468%2014.0218%205.11294%2012.0836%205.62119%2010.2725C6.12945%208.46132%207.32717%206.92144%208.9575%205.98306C10.5878%205.04467%2012.521%204.78249%2014.3424%205.25274C16.1637%205.72298%2017.7284%206.88816%2018.7006%208.4985C18.7123%208.52746%2018.7275%208.55493%2018.746%208.58009C19.3629%209.66322%2019.6875%2010.8882%2019.6875%2012.1347C19.6875%2013.3813%2019.3629%2014.6064%2018.746%2015.6895C18.5748%2015.9855%2018.384%2016.2699%2018.1753%2016.5408C18.3652%2016.5273%2018.556%2016.5273%2018.746%2016.5408C19.3961%2016.5406%2020.0342%2016.7154%2020.5936%2017.0469C21.1529%2017.3783%2021.6128%2017.8543%2021.9249%2018.4246C23.1544%2016.5691%2023.8097%2014.3923%2023.8087%2012.1665C23.8164%2010.1621%2023.2878%208.19215%2022.278%206.46076V6.46076Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12.4785%200.819336V4.94915'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M18.1391%202.32227L16.0742%205.89962'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M22.2866%206.46094L18.7002%208.52584'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M19.6875%2012.1035L23.7992%2012.1216'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M22.2775%2017.7729L18.7363%2015.708'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12.4966%2019.3398L12.4785%2023.4153'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M8.883%2018.3613L6.82715%2021.8843'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6.24745%2015.708L2.69727%2017.7276'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M5.30577%2012.0946L1.20312%2012.0674'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6.30214%208.49903L2.75195%206.41602'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6.90918%202.29492L8.94692%205.89039'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M9.7086%2010.4202H8.7206L7.74805%2011.0146V11.9254L8.61254%2011.4082H8.6357V14.3722H9.7086V10.4202Z'%20fill='white'/%3e%3cpath%20d='M11.7885%2014.4803C12.8633%2014.4822%2013.531%2013.7123%2013.5329%2012.4039C13.5348%2011.1033%2012.8633%2010.3662%2011.7885%2010.3662C10.7117%2010.3662%2010.0479%2011.0995%2010.044%2012.4039C10.0402%2013.7065%2010.7117%2014.4783%2011.7885%2014.4803ZM11.7885%2013.6081C11.418%2013.6081%2011.1517%2013.2356%2011.1555%2012.4039C11.1594%2011.5916%2011.418%2011.2307%2011.7885%2011.2307C12.159%2011.2307%2012.4195%2011.5916%2012.4214%2012.4039C12.4233%2013.2356%2012.159%2013.6081%2011.7885%2013.6081Z'%20fill='white'/%3e%3cpath%20d='M15.305%2014.4803C16.3798%2014.4822%2017.0475%2013.7123%2017.0494%2012.4039C17.0513%2011.1033%2016.3798%2010.3662%2015.305%2010.3662C14.2282%2010.3662%2013.5644%2011.0995%2013.5605%2012.4039C13.5567%2013.7065%2014.2282%2014.4783%2015.305%2014.4803ZM15.305%2013.6081C14.9345%2013.6081%2014.6682%2013.2356%2014.672%2012.4039C14.6759%2011.5916%2014.9345%2011.2307%2015.305%2011.2307C15.6755%2011.2307%2015.936%2011.5916%2015.9379%2012.4039C15.9398%2013.2356%2015.6755%2013.6081%2015.305%2013.6081Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2591_521'%3e%3crect%20width='24'%20height='24.2989'%20fill='white'%20transform='translate(0.478516%200.139648)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", _i = "data:image/svg+xml,%3csvg%20width='35'%20height='24'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.6712%2020.9658H5.22363V23.2166H19.6712V20.9658Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13.9074%2014.8942C16.0065%2013.9267%2019.3847%2011.229%2019.3847%204.9113C19.3847%203.38619%2019.1879%202.20546%2018.7246%201.30762H6.03995C5.58078%202.20546%205.37988%203.38619%205.37988%204.9113C5.37988%2011.0978%208.76219%2013.8611%2010.8572%2014.8696V18.6906H6.40482V20.9414H18.4868V18.6906H13.9074V14.8942Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M5.41677%203.39453H0.841439C0.841439%203.39453%20-0.343394%209.90085%206.77789%2010.9586'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M19.499%203.39453H24.0743C24.0743%203.39453%2025.2592%209.90085%2018.1338%2010.9586'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12.3862%203.97656L13.2718%206.31343L15.7685%206.43642L13.8211%208.00253L14.4771%2010.4132L12.3862%209.04387L10.2953%2010.4132L10.9472%208.00253L9.00391%206.43642L11.4966%206.31343L12.3862%203.97656Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", ir = "data:image/svg+xml,%3csvg%20width='35'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.5%2013.7502C9.5%2014.7202%2010.25%2015.5002%2011.17%2015.5002H13.05C13.85%2015.5002%2014.5%2014.8202%2014.5%2013.9702C14.5%2013.0602%2014.1%2012.7302%2013.51%2012.5202L10.5%2011.4702C9.91%2011.2602%209.51001%2010.9402%209.51001%2010.0202C9.51001%209.18023%2010.16%208.49023%2010.96%208.49023H12.84C13.76%208.49023%2014.51%209.27023%2014.51%2010.2402'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12%207.5V16.5'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M22%2012C22%2017.52%2017.52%2022%2012%2022C6.48%2022%202%2017.52%202%2012C2%206.48%206.48%202%2012%202'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M22%206V2H18'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M17%207L22%202'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", Ei = "data:image/svg+xml,%3csvg%20width='35'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M22%2012C22%2017.52%2017.52%2022%2012%2022C6.48%2022%202%2017.52%202%2012C2%206.48%206.48%202%2012%202C17.52%202%2022%206.48%2022%2012Z'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M15.7099%2015.1798L12.6099%2013.3298C12.0699%2013.0098%2011.6299%2012.2398%2011.6299%2011.6098V7.50977'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", xi = "data:image/svg+xml,%3csvg%20width='35'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%2019.5H21'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M11%2012.5H21'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M11%205.5H21'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M3%205.5L4%206.5L7%203.5'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M3%2012.5L4%2013.5L7%2010.5'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M3%2019.5L4%2020.5L7%2017.5'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e";
4028
+ function Ti(e) {
4029
+ sr(e, "svelte-1aour49", "*,*::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:#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 .RuleIcon{width:38px;height:30px}");
4024
4030
  }
4025
- function xt(e) {
4031
+ function wt(e) {
4026
4032
  let t, r = (
4027
4033
  /*$_*/
4028
4034
  e[13]("scoreCriteriaType.mostRounds") + ""
4029
4035
  ), n;
4030
4036
  return {
4031
4037
  c() {
4032
- t = new Re(!1), n = Me(), t.a = n;
4038
+ t = new Ne(!1), n = ke(), t.a = n;
4033
4039
  },
4034
4040
  m(i, o) {
4035
4041
  t.m(r, i, o), M(i, n, o);
@@ -4040,18 +4046,18 @@ function xt(e) {
4040
4046
  i[13]("scoreCriteriaType.mostRounds") + "") && t.p(r);
4041
4047
  },
4042
4048
  d(i) {
4043
- i && (H(n), t.d());
4049
+ i && (S(n), t.d());
4044
4050
  }
4045
4051
  };
4046
4052
  }
4047
- function Tt(e) {
4053
+ function Bt(e) {
4048
4054
  let t, r = (
4049
4055
  /*$_*/
4050
4056
  e[13]("scoreCriteriaType.winStateRatio") + ""
4051
4057
  ), n;
4052
4058
  return {
4053
4059
  c() {
4054
- t = new Re(!1), n = Me(), t.a = n;
4060
+ t = new Ne(!1), n = ke(), t.a = n;
4055
4061
  },
4056
4062
  m(i, o) {
4057
4063
  t.m(r, i, o), M(i, n, o);
@@ -4062,18 +4068,18 @@ function Tt(e) {
4062
4068
  i[13]("scoreCriteriaType.winStateRatio") + "") && t.p(r);
4063
4069
  },
4064
4070
  d(i) {
4065
- i && (H(n), t.d());
4071
+ i && (S(n), t.d());
4066
4072
  }
4067
4073
  };
4068
4074
  }
4069
- function Bt(e) {
4075
+ function St(e) {
4070
4076
  let t, r = (
4071
4077
  /*$_*/
4072
4078
  e[13]("scoreCriteriaType.maxWinStateRatio") + ""
4073
4079
  ), n;
4074
4080
  return {
4075
4081
  c() {
4076
- t = new Re(!1), n = Me(), t.a = n;
4082
+ t = new Ne(!1), n = ke(), t.a = n;
4077
4083
  },
4078
4084
  m(i, o) {
4079
4085
  t.m(r, i, o), M(i, n, o);
@@ -4084,18 +4090,18 @@ function Bt(e) {
4084
4090
  i[13]("scoreCriteriaType.maxWinStateRatio") + "") && t.p(r);
4085
4091
  },
4086
4092
  d(i) {
4087
- i && (H(n), t.d());
4093
+ i && (S(n), t.d());
4088
4094
  }
4089
4095
  };
4090
4096
  }
4091
- function wt(e) {
4097
+ function Ht(e) {
4092
4098
  let t, r = (
4093
4099
  /*$_*/
4094
4100
  e[13]("scoreCriteriaType.stake") + ""
4095
4101
  ), n;
4096
4102
  return {
4097
4103
  c() {
4098
- t = new Re(!1), n = Me(), t.a = n;
4104
+ t = new Ne(!1), n = ke(), t.a = n;
4099
4105
  },
4100
4106
  m(i, o) {
4101
4107
  t.m(r, i, o), M(i, n, o);
@@ -4106,21 +4112,21 @@ function wt(e) {
4106
4112
  i[13]("scoreCriteriaType.stake") + "") && t.p(r);
4107
4113
  },
4108
4114
  d(i) {
4109
- i && (H(n), t.d());
4115
+ i && (S(n), t.d());
4110
4116
  }
4111
4117
  };
4112
4118
  }
4113
- function Ht(e) {
4119
+ function Ct(e) {
4114
4120
  let t, r, n;
4115
4121
  function i(a, h) {
4116
4122
  return (
4117
4123
  /*noMinCasinoBet*/
4118
4124
  a[8] && /*noMaxCasinoBet*/
4119
- a[9] ? wi : (
4125
+ a[9] ? Hi : (
4120
4126
  /*noMinCasinoBet*/
4121
- a[8] ? Bi : (
4127
+ a[8] ? Si : (
4122
4128
  /*noMaxCasinoBet*/
4123
- a[9] ? Ti : xi
4129
+ a[9] ? Bi : wi
4124
4130
  )
4125
4131
  )
4126
4132
  );
@@ -4128,7 +4134,7 @@ function Ht(e) {
4128
4134
  let o = i(e), s = o(e);
4129
4135
  return {
4130
4136
  c() {
4131
- t = x("div"), r = x("div"), r.innerHTML = `<img src="${rr}"/>`, n = P(), s.c(), m(r, "class", "RuleIcon"), m(r, "part", "RuleIcon"), m(t, "class", "RulesRow"), m(t, "part", "rule");
4137
+ t = E("div"), r = E("div"), r.innerHTML = `<img src="${ir}"/>`, n = P(), s.c(), m(r, "class", "RuleIcon"), m(r, "part", "RuleIcon"), m(t, "class", "RulesRow"), m(t, "part", "rule");
4132
4138
  },
4133
4139
  m(a, h) {
4134
4140
  M(a, t, h), p(t, r), p(t, n), s.m(t, null);
@@ -4137,11 +4143,11 @@ function Ht(e) {
4137
4143
  o === (o = i(a)) && s ? s.p(a, h) : (s.d(1), s = o(a), s && (s.c(), s.m(t, null)));
4138
4144
  },
4139
4145
  d(a) {
4140
- a && H(t), s.d();
4146
+ a && S(t), s.d();
4141
4147
  }
4142
4148
  };
4143
4149
  }
4144
- function xi(e) {
4150
+ function wi(e) {
4145
4151
  let t, r = (
4146
4152
  /*$_*/
4147
4153
  e[13]("productMinMaxBet", {
@@ -4173,7 +4179,7 @@ function xi(e) {
4173
4179
  ), n;
4174
4180
  return {
4175
4181
  c() {
4176
- t = x("div"), n = z(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4182
+ t = E("div"), n = z(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4177
4183
  },
4178
4184
  m(i, o) {
4179
4185
  M(i, t, o), p(t, n);
@@ -4206,14 +4212,14 @@ function xi(e) {
4206
4212
  ] : ""}${/*casino*/
4207
4213
  i[6].maxbet}`
4208
4214
  }
4209
- }) + "") && J(n, r);
4215
+ }) + "") && Y(n, r);
4210
4216
  },
4211
4217
  d(i) {
4212
- i && H(t);
4218
+ i && S(t);
4213
4219
  }
4214
4220
  };
4215
4221
  }
4216
- function Ti(e) {
4222
+ function Bi(e) {
4217
4223
  let t, r = (
4218
4224
  /*$_*/
4219
4225
  e[13]("productMinBet", {
@@ -4236,7 +4242,7 @@ function Ti(e) {
4236
4242
  ), n;
4237
4243
  return {
4238
4244
  c() {
4239
- t = x("div"), n = z(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4245
+ t = E("div"), n = z(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4240
4246
  },
4241
4247
  m(i, o) {
4242
4248
  M(i, t, o), p(t, n);
@@ -4260,14 +4266,14 @@ function Ti(e) {
4260
4266
  ] : ""}${/*casino*/
4261
4267
  i[6].minbet}`
4262
4268
  }
4263
- }) + "") && J(n, r);
4269
+ }) + "") && Y(n, r);
4264
4270
  },
4265
4271
  d(i) {
4266
- i && H(t);
4272
+ i && S(t);
4267
4273
  }
4268
4274
  };
4269
4275
  }
4270
- function Bi(e) {
4276
+ function Si(e) {
4271
4277
  let t, r = (
4272
4278
  /*$_*/
4273
4279
  e[13]("productMaxBet", {
@@ -4290,7 +4296,7 @@ function Bi(e) {
4290
4296
  ), n;
4291
4297
  return {
4292
4298
  c() {
4293
- t = x("div"), n = z(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4299
+ t = E("div"), n = z(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4294
4300
  },
4295
4301
  m(i, o) {
4296
4302
  M(i, t, o), p(t, n);
@@ -4314,14 +4320,14 @@ function Bi(e) {
4314
4320
  ] : ""}${/*casino*/
4315
4321
  i[6].maxbet}`
4316
4322
  }
4317
- }) + "") && J(n, r);
4323
+ }) + "") && Y(n, r);
4318
4324
  },
4319
4325
  d(i) {
4320
- i && H(t);
4326
+ i && S(t);
4321
4327
  }
4322
4328
  };
4323
4329
  }
4324
- function wi(e) {
4330
+ function Hi(e) {
4325
4331
  let t, r = (
4326
4332
  /*$_*/
4327
4333
  e[13]("productNoLimitsBet", {
@@ -4333,7 +4339,7 @@ function wi(e) {
4333
4339
  ), n;
4334
4340
  return {
4335
4341
  c() {
4336
- t = x("div"), n = z(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4342
+ t = E("div"), n = z(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4337
4343
  },
4338
4344
  m(i, o) {
4339
4345
  M(i, t, o), p(t, n);
@@ -4346,24 +4352,24 @@ function wi(e) {
4346
4352
  /*casino*/
4347
4353
  i[6].name
4348
4354
  ) }
4349
- }) + "") && J(n, r);
4355
+ }) + "") && Y(n, r);
4350
4356
  },
4351
4357
  d(i) {
4352
- i && H(t);
4358
+ i && S(t);
4353
4359
  }
4354
4360
  };
4355
4361
  }
4356
- function Ct(e) {
4362
+ function Mt(e) {
4357
4363
  let t, r, n;
4358
4364
  function i(a, h) {
4359
4365
  return (
4360
4366
  /*noMinSportsBet*/
4361
4367
  a[10] && /*noMaxSportsBet*/
4362
- a[11] ? Mi : (
4368
+ a[11] ? ki : (
4363
4369
  /*noMinSportsBet*/
4364
- a[10] ? Si : (
4370
+ a[10] ? Ri : (
4365
4371
  /*noMaxSportsBet*/
4366
- a[11] ? Ci : Hi
4372
+ a[11] ? Mi : Ci
4367
4373
  )
4368
4374
  )
4369
4375
  );
@@ -4371,7 +4377,7 @@ function Ct(e) {
4371
4377
  let o = i(e), s = o(e);
4372
4378
  return {
4373
4379
  c() {
4374
- t = x("div"), r = x("div"), r.innerHTML = `<img src="${rr}"/>`, n = P(), s.c(), m(r, "class", "RuleIcon"), m(r, "part", "RuleIcon"), m(t, "class", "RulesRow"), m(t, "part", "rule");
4380
+ t = E("div"), r = E("div"), r.innerHTML = `<img src="${ir}"/>`, n = P(), s.c(), m(r, "class", "RuleIcon"), m(r, "part", "RuleIcon"), m(t, "class", "RulesRow"), m(t, "part", "rule");
4375
4381
  },
4376
4382
  m(a, h) {
4377
4383
  M(a, t, h), p(t, r), p(t, n), s.m(t, null);
@@ -4380,11 +4386,11 @@ function Ct(e) {
4380
4386
  o === (o = i(a)) && s ? s.p(a, h) : (s.d(1), s = o(a), s && (s.c(), s.m(t, null)));
4381
4387
  },
4382
4388
  d(a) {
4383
- a && H(t), s.d();
4389
+ a && S(t), s.d();
4384
4390
  }
4385
4391
  };
4386
4392
  }
4387
- function Hi(e) {
4393
+ function Ci(e) {
4388
4394
  let t, r = (
4389
4395
  /*$_*/
4390
4396
  e[13]("productMinMaxBet", {
@@ -4416,7 +4422,7 @@ function Hi(e) {
4416
4422
  ), n;
4417
4423
  return {
4418
4424
  c() {
4419
- t = x("div"), n = z(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4425
+ t = E("div"), n = z(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4420
4426
  },
4421
4427
  m(i, o) {
4422
4428
  M(i, t, o), p(t, n);
@@ -4449,14 +4455,14 @@ function Hi(e) {
4449
4455
  ] : ""}${/*sports*/
4450
4456
  i[7].maxbet}`
4451
4457
  }
4452
- }) + "") && J(n, r);
4458
+ }) + "") && Y(n, r);
4453
4459
  },
4454
4460
  d(i) {
4455
- i && H(t);
4461
+ i && S(t);
4456
4462
  }
4457
4463
  };
4458
4464
  }
4459
- function Ci(e) {
4465
+ function Mi(e) {
4460
4466
  let t, r = (
4461
4467
  /*$_*/
4462
4468
  e[13]("productMinBet", {
@@ -4479,7 +4485,7 @@ function Ci(e) {
4479
4485
  ), n;
4480
4486
  return {
4481
4487
  c() {
4482
- t = x("div"), n = z(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4488
+ t = E("div"), n = z(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4483
4489
  },
4484
4490
  m(i, o) {
4485
4491
  M(i, t, o), p(t, n);
@@ -4503,14 +4509,14 @@ function Ci(e) {
4503
4509
  ] : ""}${/*sports*/
4504
4510
  i[7].minbet}`
4505
4511
  }
4506
- }) + "") && J(n, r);
4512
+ }) + "") && Y(n, r);
4507
4513
  },
4508
4514
  d(i) {
4509
- i && H(t);
4515
+ i && S(t);
4510
4516
  }
4511
4517
  };
4512
4518
  }
4513
- function Si(e) {
4519
+ function Ri(e) {
4514
4520
  let t, r = (
4515
4521
  /*$_*/
4516
4522
  e[13]("productMaxBet", {
@@ -4533,7 +4539,7 @@ function Si(e) {
4533
4539
  ), n;
4534
4540
  return {
4535
4541
  c() {
4536
- t = x("div"), n = z(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4542
+ t = E("div"), n = z(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4537
4543
  },
4538
4544
  m(i, o) {
4539
4545
  M(i, t, o), p(t, n);
@@ -4557,14 +4563,14 @@ function Si(e) {
4557
4563
  ] : ""}${/*sports*/
4558
4564
  i[7].maxbet}`
4559
4565
  }
4560
- }) + "") && J(n, r);
4566
+ }) + "") && Y(n, r);
4561
4567
  },
4562
4568
  d(i) {
4563
- i && H(t);
4569
+ i && S(t);
4564
4570
  }
4565
4571
  };
4566
4572
  }
4567
- function Mi(e) {
4573
+ function ki(e) {
4568
4574
  let t, r = (
4569
4575
  /*$_*/
4570
4576
  e[13]("productNoLimitsBet", {
@@ -4576,7 +4582,7 @@ function Mi(e) {
4576
4582
  ), n;
4577
4583
  return {
4578
4584
  c() {
4579
- t = x("div"), n = z(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4585
+ t = E("div"), n = z(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4580
4586
  },
4581
4587
  m(i, o) {
4582
4588
  M(i, t, o), p(t, n);
@@ -4589,14 +4595,14 @@ function Mi(e) {
4589
4595
  /*sports*/
4590
4596
  i[7].name
4591
4597
  ) }
4592
- }) + "") && J(n, r);
4598
+ }) + "") && Y(n, r);
4593
4599
  },
4594
4600
  d(i) {
4595
- i && H(t);
4601
+ i && S(t);
4596
4602
  }
4597
4603
  };
4598
4604
  }
4599
- function Ri(e) {
4605
+ function Ni(e) {
4600
4606
  let t, r, n, i, o, s, a, h, u, l, c, f, g, y = (
4601
4607
  /*$_*/
4602
4608
  e[13]("miniBetCount", {
@@ -4605,7 +4611,7 @@ function Ri(e) {
4605
4611
  e[1]
4606
4612
  ) }
4607
4613
  }) + ""
4608
- ), T, w, C, R, S, N, A = (
4614
+ ), x, B, H, R, C, N, A = (
4609
4615
  /*$_*/
4610
4616
  e[13]("timePeriod", {
4611
4617
  values: {
@@ -4619,111 +4625,111 @@ function Ri(e) {
4619
4625
  )
4620
4626
  }
4621
4627
  }) + ""
4622
- ), Z, ee, Y, te, Ee, K, re = (
4628
+ ), Z, te, K, re, xe, q, ne = (
4623
4629
  /*$_*/
4624
4630
  e[13]("terms", { values: { tcUrl: (
4625
4631
  /*tcurl*/
4626
4632
  e[4]
4627
4633
  ) } }) + ""
4628
- ), xe, d, L, X, it, I = (
4634
+ ), Te, d, L, X, at, I = (
4629
4635
  /*scorecriterial*/
4630
- e[0] == "BetCount" && xt(e)
4636
+ e[0] == "BetCount" && wt(e)
4631
4637
  ), $ = (
4632
4638
  /*scorecriterial*/
4633
- e[0] == "WinStakeRatio" && Tt(e)
4639
+ e[0] == "WinStakeRatio" && Bt(e)
4634
4640
  ), D = (
4635
4641
  /*scorecriterial*/
4636
- e[0] == "MaxWinStakeRatio" && Bt(e)
4642
+ e[0] == "MaxWinStakeRatio" && St(e)
4637
4643
  ), U = (
4638
4644
  /*scorecriterial*/
4639
- e[0] == "Stake" && wt(e)
4645
+ e[0] == "Stake" && Ht(e)
4640
4646
  ), G = (
4641
4647
  /*casino*/
4642
- e[6] && Ht(e)
4648
+ e[6] && Ct(e)
4643
4649
  ), F = (
4644
4650
  /*sports*/
4645
- e[7] && Ct(e)
4651
+ e[7] && Mt(e)
4646
4652
  );
4647
4653
  return {
4648
4654
  c() {
4649
- t = x("div"), r = x("div"), n = x("div"), n.innerHTML = `<img src="${yi}"/>`, i = P(), o = x("div"), I && I.c(), s = P(), $ && $.c(), a = P(), D && D.c(), h = P(), U && U.c(), u = P(), l = x("div"), c = x("div"), c.innerHTML = `<img src="${gi}"/>`, f = P(), g = x("div"), T = z(y), w = P(), C = x("div"), R = x("div"), R.innerHTML = `<img src="${vi}"/>`, S = P(), N = x("div"), Z = z(A), ee = P(), Y = x("div"), te = x("div"), te.innerHTML = `<img src="${_i}"/>`, Ee = P(), K = x("div"), xe = P(), G && G.c(), d = P(), L = x("span"), it = P(), F && F.c(), m(n, "class", "RuleIcon"), m(n, "part", "RuleIcon"), m(o, "class", "RuleTxt"), m(o, "part", "RuleTxt"), m(r, "class", "RulesRow"), m(r, "part", "rule"), m(c, "class", "RuleIcon"), m(c, "part", "RuleIcon"), m(g, "class", "RuleTxt"), m(g, "part", "RuleTxt"), m(l, "class", "RulesRow"), m(l, "part", "rule"), m(R, "class", "RuleIcon"), m(R, "part", "RuleIcon"), m(N, "class", "RuleTxt"), m(N, "part", "RuleTxt"), m(C, "class", "RulesRow"), m(C, "part", "rule"), m(te, "class", "RuleIcon"), m(te, "part", "RuleIcon"), m(K, "class", "RuleTxt"), m(K, "part", "RuleTxt"), m(Y, "class", "RulesRow"), m(Y, "part", "rule"), m(L, "type", "hidden"), m(L, "href", X = { tcurl: (
4655
+ t = E("div"), r = E("div"), n = E("div"), n.innerHTML = `<img src="${_i}"/>`, i = P(), o = E("div"), I && I.c(), s = P(), $ && $.c(), a = P(), D && D.c(), h = P(), U && U.c(), u = P(), l = E("div"), c = E("div"), c.innerHTML = `<img src="${vi}"/>`, f = P(), g = E("div"), x = z(y), B = P(), H = E("div"), R = E("div"), R.innerHTML = `<img src="${Ei}"/>`, C = P(), N = E("div"), Z = z(A), te = P(), K = E("div"), re = E("div"), re.innerHTML = `<img src="${xi}"/>`, xe = P(), q = E("div"), Te = P(), G && G.c(), d = P(), L = E("span"), at = P(), F && F.c(), m(n, "class", "RuleIcon"), m(n, "part", "RuleIcon"), m(o, "class", "RuleTxt"), m(o, "part", "RuleTxt"), m(r, "class", "RulesRow"), m(r, "part", "rule"), m(c, "class", "RuleIcon"), m(c, "part", "RuleIcon"), m(g, "class", "RuleTxt"), m(g, "part", "RuleTxt"), m(l, "class", "RulesRow"), m(l, "part", "rule"), m(R, "class", "RuleIcon"), m(R, "part", "RuleIcon"), m(N, "class", "RuleTxt"), m(N, "part", "RuleTxt"), m(H, "class", "RulesRow"), m(H, "part", "rule"), m(re, "class", "RuleIcon"), m(re, "part", "RuleIcon"), m(q, "class", "RuleTxt"), m(q, "part", "RuleTxt"), m(K, "class", "RulesRow"), m(K, "part", "rule"), m(L, "type", "hidden"), m(L, "href", X = { tcurl: (
4650
4656
  /*tcurl*/
4651
4657
  e[4]
4652
4658
  ) }), m(t, "class", "casino-tournaments-thumbnail-rule"), m(t, "part", "casino-tournaments-thumbnail-rule");
4653
4659
  },
4654
- m(E, j) {
4655
- M(E, t, j), p(t, r), p(r, n), p(r, i), p(r, o), I && I.m(o, null), p(o, s), $ && $.m(o, null), p(o, a), D && D.m(o, null), p(o, h), U && U.m(o, null), p(t, u), p(t, l), p(l, c), p(l, f), p(l, g), p(g, T), p(t, w), p(t, C), p(C, R), p(C, S), p(C, N), p(N, Z), p(t, ee), p(t, Y), p(Y, te), p(Y, Ee), p(Y, K), K.innerHTML = re, p(t, xe), G && G.m(t, null), p(t, d), p(t, L), p(t, it), F && F.m(t, null), e[20](t);
4660
+ m(_, j) {
4661
+ M(_, t, j), p(t, r), p(r, n), p(r, i), p(r, o), I && I.m(o, null), p(o, s), $ && $.m(o, null), p(o, a), D && D.m(o, null), p(o, h), U && U.m(o, null), p(t, u), p(t, l), p(l, c), p(l, f), p(l, g), p(g, x), p(t, B), p(t, H), p(H, R), p(H, C), p(H, N), p(N, Z), p(t, te), p(t, K), p(K, re), p(K, xe), p(K, q), q.innerHTML = ne, p(t, Te), G && G.m(t, null), p(t, d), p(t, L), p(t, at), F && F.m(t, null), e[20](t);
4656
4662
  },
4657
- p(E, [j]) {
4663
+ p(_, [j]) {
4658
4664
  /*scorecriterial*/
4659
- E[0] == "BetCount" ? I ? I.p(E, j) : (I = xt(E), I.c(), I.m(o, s)) : I && (I.d(1), I = null), /*scorecriterial*/
4660
- E[0] == "WinStakeRatio" ? $ ? $.p(E, j) : ($ = Tt(E), $.c(), $.m(o, a)) : $ && ($.d(1), $ = null), /*scorecriterial*/
4661
- E[0] == "MaxWinStakeRatio" ? D ? D.p(E, j) : (D = Bt(E), D.c(), D.m(o, h)) : D && (D.d(1), D = null), /*scorecriterial*/
4662
- E[0] == "Stake" ? U ? U.p(E, j) : (U = wt(E), U.c(), U.m(o, null)) : U && (U.d(1), U = null), j & /*$_, betcount*/
4665
+ _[0] == "BetCount" ? I ? I.p(_, j) : (I = wt(_), I.c(), I.m(o, s)) : I && (I.d(1), I = null), /*scorecriterial*/
4666
+ _[0] == "WinStakeRatio" ? $ ? $.p(_, j) : ($ = Bt(_), $.c(), $.m(o, a)) : $ && ($.d(1), $ = null), /*scorecriterial*/
4667
+ _[0] == "MaxWinStakeRatio" ? D ? D.p(_, j) : (D = St(_), D.c(), D.m(o, h)) : D && (D.d(1), D = null), /*scorecriterial*/
4668
+ _[0] == "Stake" ? U ? U.p(_, j) : (U = Ht(_), U.c(), U.m(o, null)) : U && (U.d(1), U = null), j & /*$_, betcount*/
4663
4669
  8194 && y !== (y = /*$_*/
4664
- E[13]("miniBetCount", {
4670
+ _[13]("miniBetCount", {
4665
4671
  values: { betCount: (
4666
4672
  /*betcount*/
4667
- E[1]
4673
+ _[1]
4668
4674
  ) }
4669
- }) + "") && J(T, y), j & /*$_, starttime, endtime*/
4675
+ }) + "") && Y(x, y), j & /*$_, starttime, endtime*/
4670
4676
  8204 && A !== (A = /*$_*/
4671
- E[13]("timePeriod", {
4677
+ _[13]("timePeriod", {
4672
4678
  values: {
4673
4679
  startTime: (
4674
4680
  /*starttime*/
4675
- E[2]
4681
+ _[2]
4676
4682
  ),
4677
4683
  endTime: (
4678
4684
  /*endtime*/
4679
- E[3]
4685
+ _[3]
4680
4686
  )
4681
4687
  }
4682
- }) + "") && J(Z, A), j & /*$_, tcurl*/
4683
- 8208 && re !== (re = /*$_*/
4684
- E[13]("terms", { values: { tcUrl: (
4688
+ }) + "") && Y(Z, A), j & /*$_, tcurl*/
4689
+ 8208 && ne !== (ne = /*$_*/
4690
+ _[13]("terms", { values: { tcUrl: (
4685
4691
  /*tcurl*/
4686
- E[4]
4687
- ) } }) + "") && (K.innerHTML = re), /*casino*/
4688
- E[6] ? G ? G.p(E, j) : (G = Ht(E), G.c(), G.m(t, d)) : G && (G.d(1), G = null), j & /*tcurl*/
4692
+ _[4]
4693
+ ) } }) + "") && (q.innerHTML = ne), /*casino*/
4694
+ _[6] ? G ? G.p(_, j) : (G = Ct(_), G.c(), G.m(t, d)) : G && (G.d(1), G = null), j & /*tcurl*/
4689
4695
  16 && X !== (X = { tcurl: (
4690
4696
  /*tcurl*/
4691
- E[4]
4697
+ _[4]
4692
4698
  ) }) && m(L, "href", X), /*sports*/
4693
- E[7] ? F ? F.p(E, j) : (F = Ct(E), F.c(), F.m(t, null)) : F && (F.d(1), F = null);
4699
+ _[7] ? F ? F.p(_, j) : (F = Mt(_), F.c(), F.m(t, null)) : F && (F.d(1), F = null);
4694
4700
  },
4695
4701
  i: W,
4696
4702
  o: W,
4697
- d(E) {
4698
- E && H(t), I && I.d(), $ && $.d(), D && D.d(), U && U.d(), G && G.d(), F && F.d(), e[20](null);
4703
+ d(_) {
4704
+ _ && S(t), I && I.d(), $ && $.d(), D && D.d(), U && U.d(), G && G.d(), F && F.d(), e[20](null);
4699
4705
  }
4700
4706
  };
4701
4707
  }
4702
- function ki(e, t, r) {
4708
+ function Ai(e, t, r) {
4703
4709
  let n;
4704
- ir(e, di, (d) => r(13, n = d));
4705
- let { lang: i = "tr" } = t, { scorecriterial: o = "BetCount" } = t, { betcount: s } = t, { starttime: a } = t, { endtime: h } = t, { tcurl: u } = t, { products: l = "{}" } = t, { clientstyling: c = "" } = t, { clientstylingurl: f = "" } = t, { translationurl: g = "" } = t, y, T, w, C = !1, R = !1, S = !1, N = !1, A = "EUR";
4706
- pi({ withLocale: "en", translations: {} });
4707
- const Z = (d) => typeof d == "number" || Object.prototype.toString.call(d) === "[object Number]", ee = () => {
4710
+ ar(e, bi, (d) => r(13, n = d));
4711
+ let { lang: i = "tr" } = t, { scorecriterial: o = "BetCount" } = t, { betcount: s } = t, { starttime: a } = t, { endtime: h } = t, { tcurl: u } = t, { products: l = "{}" } = t, { clientstyling: c = "" } = t, { clientstylingurl: f = "" } = t, { translationurl: g = "" } = t, y, x, B, H = !1, R = !1, C = !1, N = !1, A = "EUR";
4712
+ gi({ withLocale: "en", translations: {} });
4713
+ const Z = (d) => typeof d == "number" || Object.prototype.toString.call(d) === "[object Number]", te = () => {
4708
4714
  fetch(g).then((L) => L.json()).then((L) => {
4709
4715
  Object.keys(L).forEach((X) => {
4710
- _t(X, L[X]);
4716
+ xt(X, L[X]);
4711
4717
  });
4712
4718
  }).catch((L) => {
4713
4719
  console.log(L);
4714
4720
  });
4715
4721
  };
4716
- Object.keys(Et).forEach((d) => {
4717
- _t(d, Et[d]);
4722
+ Object.keys(Tt).forEach((d) => {
4723
+ xt(d, Tt[d]);
4718
4724
  });
4719
- const Y = (d) => {
4720
- d && (r(12, A = d.currency), d.casino ? (r(6, T = d.casino), r(8, C = !(T.hasOwnProperty("minbet") && T.minbet != 0)), r(9, R = !(T.hasOwnProperty("maxbet") && T.maxbet != 0))) : (r(8, C = !0), r(9, R = !0)), d.sports ? (r(7, w = d.sports), r(10, S = !(w.hasOwnProperty("minbet") && w.minbet != 0)), r(11, N = !(w.hasOwnProperty("maxbet") && w.maxbet != 0))) : (r(10, S = !0), r(11, N = !0)));
4721
- }, te = () => {
4722
- bi(i);
4723
- }, Ee = () => {
4725
+ const K = (d) => {
4726
+ d && (r(12, A = d.currency), d.casino ? (r(6, x = d.casino), r(8, H = !(x.hasOwnProperty("minbet") && x.minbet != 0)), r(9, R = !(x.hasOwnProperty("maxbet") && x.maxbet != 0))) : (r(8, H = !0), r(9, R = !0)), d.sports ? (r(7, B = d.sports), r(10, C = !(B.hasOwnProperty("minbet") && B.minbet != 0)), r(11, N = !(B.hasOwnProperty("maxbet") && B.maxbet != 0))) : (r(10, C = !0), r(11, N = !0)));
4727
+ }, re = () => {
4728
+ yi(i);
4729
+ }, xe = () => {
4724
4730
  let d = document.createElement("style");
4725
4731
  d.innerHTML = c, y.appendChild(d);
4726
- }, K = () => {
4732
+ }, q = () => {
4727
4733
  let d = new URL(f), L = document.createElement("style");
4728
4734
  fetch(d.href).then((X) => X.text()).then((X) => {
4729
4735
  L.innerHTML = X, setTimeout(
@@ -4737,14 +4743,14 @@ function ki(e, t, r) {
4737
4743
  500
4738
4744
  );
4739
4745
  });
4740
- }, re = (d) => {
4746
+ }, ne = (d) => {
4741
4747
  d.data && d.data.type && d.type == "TournamentsProductsUpdate" && r(15, l = d.data.productInfo);
4742
4748
  };
4743
- fr(() => (window.addEventListener("message", re, !1), window.postMessage({ type: "TournamentsRuleListenerLoaded" }, window.location.href), () => {
4744
- window.removeEventListener("message", re);
4749
+ dr(() => (window.addEventListener("message", ne, !1), window.postMessage({ type: "TournamentsRuleListenerLoaded" }, window.location.href), () => {
4750
+ window.removeEventListener("message", ne);
4745
4751
  }));
4746
- function xe(d) {
4747
- je[d ? "unshift" : "push"](() => {
4752
+ function Te(d) {
4753
+ ze[d ? "unshift" : "push"](() => {
4748
4754
  y = d, r(5, y);
4749
4755
  });
4750
4756
  }
@@ -4752,11 +4758,11 @@ function ki(e, t, r) {
4752
4758
  "lang" in d && r(16, i = d.lang), "scorecriterial" in d && r(0, o = d.scorecriterial), "betcount" in d && r(1, s = d.betcount), "starttime" in d && r(2, a = d.starttime), "endtime" in d && r(3, h = d.endtime), "tcurl" in d && r(4, u = d.tcurl), "products" in d && r(15, l = d.products), "clientstyling" in d && r(17, c = d.clientstyling), "clientstylingurl" in d && r(18, f = d.clientstylingurl), "translationurl" in d && r(19, g = d.translationurl);
4753
4759
  }, e.$$.update = () => {
4754
4760
  e.$$.dirty & /*lang*/
4755
- 65536 && i && te(), e.$$.dirty & /*products*/
4756
- 32768 && l && Y(l), e.$$.dirty & /*clientstyling, customStylingContainer*/
4757
- 131104 && c && y && Ee(), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
4758
- 262176 && f && y && K(), e.$$.dirty & /*translationurl*/
4759
- 524288 && g && ee();
4761
+ 65536 && i && re(), e.$$.dirty & /*products*/
4762
+ 32768 && l && K(l), e.$$.dirty & /*clientstyling, customStylingContainer*/
4763
+ 131104 && c && y && xe(), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
4764
+ 262176 && f && y && q(), e.$$.dirty & /*translationurl*/
4765
+ 524288 && g && te();
4760
4766
  }, [
4761
4767
  o,
4762
4768
  s,
@@ -4764,11 +4770,11 @@ function ki(e, t, r) {
4764
4770
  h,
4765
4771
  u,
4766
4772
  y,
4767
- T,
4768
- w,
4769
- C,
4773
+ x,
4774
+ B,
4775
+ H,
4770
4776
  R,
4771
- S,
4777
+ C,
4772
4778
  N,
4773
4779
  A,
4774
4780
  n,
@@ -4778,17 +4784,17 @@ function ki(e, t, r) {
4778
4784
  c,
4779
4785
  f,
4780
4786
  g,
4781
- xe
4787
+ Te
4782
4788
  ];
4783
4789
  }
4784
- class Ni extends Br {
4790
+ class Li extends Sr {
4785
4791
  constructor(t) {
4786
- super(), xr(
4792
+ super(), wr(
4787
4793
  this,
4788
4794
  t,
4789
- ki,
4790
- Ri,
4791
- Mt,
4795
+ Ai,
4796
+ Ni,
4797
+ kt,
4792
4798
  {
4793
4799
  lang: 16,
4794
4800
  scorecriterial: 0,
@@ -4801,7 +4807,7 @@ class Ni extends Br {
4801
4807
  clientstylingurl: 18,
4802
4808
  translationurl: 19
4803
4809
  },
4804
- Ei
4810
+ Ti
4805
4811
  );
4806
4812
  }
4807
4813
  get lang() {
@@ -4865,7 +4871,7 @@ class Ni extends Br {
4865
4871
  this.$$set({ translationurl: t }), V();
4866
4872
  }
4867
4873
  }
4868
- Tr(Ni, { lang: {}, scorecriterial: {}, betcount: {}, starttime: {}, endtime: {}, tcurl: {}, products: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {} }, [], [], !0);
4874
+ Br(Li, { lang: {}, scorecriterial: {}, betcount: {}, starttime: {}, endtime: {}, tcurl: {}, products: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {} }, [], [], !0);
4869
4875
  export {
4870
- Ni as C
4876
+ Li as C
4871
4877
  };