@everymatrix/casino-tournaments-thumbnail-rule 1.55.0 → 1.56.2

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.
@@ -10,21 +10,21 @@ var Ie = (e, t, r) => t in e ? cr(e, t, { enumerable: !0, configurable: !0, writ
10
10
  pr.call(t, r) && Ie(e, r, t[r]);
11
11
  return e;
12
12
  }, ct = (e, t) => fr(e, mr(t));
13
- var M = (e, t, r) => Ie(e, typeof t != "symbol" ? t + "" : t, r);
13
+ var M = (e, t, r) => (Ie(e, typeof t != "symbol" ? t + "" : t, r), r);
14
14
  var ft = (e, t, r) => new Promise((n, i) => {
15
- var o = (l) => {
15
+ var a = (l) => {
16
16
  try {
17
17
  s(r.next(l));
18
18
  } catch (u) {
19
19
  i(u);
20
20
  }
21
- }, a = (l) => {
21
+ }, o = (l) => {
22
22
  try {
23
23
  s(r.throw(l));
24
24
  } catch (u) {
25
25
  i(u);
26
26
  }
27
- }, s = (l) => l.done ? n(l.value) : Promise.resolve(l.value).then(o, a);
27
+ }, s = (l) => l.done ? n(l.value) : Promise.resolve(l.value).then(a, o);
28
28
  s((r = r.apply(e, t)).next());
29
29
  });
30
30
  function Z() {
@@ -70,7 +70,8 @@ function yr(e, t, r) {
70
70
  }
71
71
  }
72
72
  function vr(e) {
73
- if (!e) return document;
73
+ if (!e)
74
+ return document;
74
75
  const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
75
76
  return t && /** @type {ShadowRoot} */
76
77
  t.host ? (
@@ -200,7 +201,8 @@ function ge(e) {
200
201
  ye = e;
201
202
  }
202
203
  function Br() {
203
- if (!ye) throw new Error("Function called outside component initialization");
204
+ if (!ye)
205
+ throw new Error("Function called outside component initialization");
204
206
  return ye;
205
207
  }
206
208
  function wr(e) {
@@ -217,21 +219,22 @@ function We(e) {
217
219
  ue.push(e);
218
220
  }
219
221
  const $e = /* @__PURE__ */ new Set();
220
- let oe = 0;
222
+ let ae = 0;
221
223
  function z() {
222
- if (oe !== 0)
224
+ if (ae !== 0)
223
225
  return;
224
226
  const e = ye;
225
227
  do {
226
228
  try {
227
- for (; oe < se.length; ) {
228
- const t = se[oe];
229
- oe++, ge(t), Sr(t.$$);
229
+ for (; ae < se.length; ) {
230
+ const t = se[ae];
231
+ ae++, ge(t), Sr(t.$$);
230
232
  }
231
233
  } catch (t) {
232
- throw se.length = 0, oe = 0, t;
234
+ throw se.length = 0, ae = 0, t;
233
235
  }
234
- for (ge(null), se.length = 0, oe = 0; ze.length; ) ze.pop()();
236
+ for (ge(null), se.length = 0, ae = 0; ze.length; )
237
+ ze.pop()();
235
238
  for (let t = 0; t < ue.length; t += 1) {
236
239
  const r = ue[t];
237
240
  $e.has(r) || ($e.add(r), r());
@@ -260,8 +263,8 @@ function kr(e, t) {
260
263
  function Nr(e, t, r) {
261
264
  const { fragment: n, after_update: i } = e.$$;
262
265
  n && n.m(t, r), We(() => {
263
- const o = e.$$.on_mount.map(Ot).filter(nt);
264
- e.$$.on_destroy ? e.$$.on_destroy.push(...o) : Ee(o), e.$$.on_mount = [];
266
+ const a = e.$$.on_mount.map(Ot).filter(nt);
267
+ e.$$.on_destroy ? e.$$.on_destroy.push(...a) : Ee(a), e.$$.on_mount = [];
265
268
  }), i.forEach(We);
266
269
  }
267
270
  function Ar(e, t) {
@@ -271,14 +274,14 @@ function Ar(e, t) {
271
274
  function Lr(e, t) {
272
275
  e.$$.dirty[0] === -1 && (se.push(e), Cr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
273
276
  }
274
- function Pr(e, t, r, n, i, o, a = null, s = [-1]) {
277
+ function Pr(e, t, r, n, i, a, o = null, s = [-1]) {
275
278
  const l = ye;
276
279
  ge(e);
277
280
  const u = e.$$ = {
278
281
  fragment: null,
279
282
  ctx: [],
280
283
  // state
281
- props: o,
284
+ props: a,
282
285
  update: Z,
283
286
  not_equal: i,
284
287
  bound: mt(),
@@ -295,7 +298,7 @@ function Pr(e, t, r, n, i, o, a = null, s = [-1]) {
295
298
  skip_bound: !1,
296
299
  root: t.target || l.$$.root
297
300
  };
298
- a && a(u.root);
301
+ o && o(u.root);
299
302
  let h = !1;
300
303
  if (u.ctx = r ? r(e, t.props || {}, (c, f, ...g) => {
301
304
  const y = g.length ? g[0] : f;
@@ -350,22 +353,22 @@ typeof HTMLElement == "function" && (Dt = class extends HTMLElement {
350
353
  connectedCallback() {
351
354
  return ft(this, null, function* () {
352
355
  if (this.$$cn = !0, !this.$$c) {
353
- let t = function(o) {
356
+ let t = function(a) {
354
357
  return () => {
355
- let a;
358
+ let o;
356
359
  return {
357
360
  c: function() {
358
- a = x("slot"), o !== "default" && m(a, "name", o);
361
+ o = x("slot"), a !== "default" && m(o, "name", a);
359
362
  },
360
363
  /**
361
364
  * @param {HTMLElement} target
362
365
  * @param {HTMLElement} [anchor]
363
366
  */
364
367
  m: function(u, h) {
365
- R(u, a, h);
368
+ R(u, o, h);
366
369
  },
367
370
  d: function(u) {
368
- u && H(a);
371
+ u && H(o);
369
372
  }
370
373
  };
371
374
  };
@@ -373,14 +376,14 @@ typeof HTMLElement == "function" && (Dt = class extends HTMLElement {
373
376
  if (yield Promise.resolve(), !this.$$cn || this.$$c)
374
377
  return;
375
378
  const r = {}, n = Tr(this);
376
- for (const o of this.$$s)
377
- o in n && (r[o] = [t(o)]);
378
- for (const o of this.attributes) {
379
- const a = this.$$g_p(o.name);
380
- a in this.$$d || (this.$$d[a] = we(a, o.value, this.$$p_d, "toProp"));
379
+ for (const a of this.$$s)
380
+ a in n && (r[a] = [t(a)]);
381
+ for (const a of this.attributes) {
382
+ const o = this.$$g_p(a.name);
383
+ o in this.$$d || (this.$$d[o] = we(o, a.value, this.$$p_d, "toProp"));
381
384
  }
382
- for (const o in this.$$p_d)
383
- !(o in this.$$d) && this[o] !== void 0 && (this.$$d[o] = this[o], delete this[o]);
385
+ for (const a in this.$$p_d)
386
+ !(a in this.$$d) && this[a] !== void 0 && (this.$$d[a] = this[a], delete this[a]);
384
387
  this.$$c = new this.$$ctor({
385
388
  target: this.shadowRoot || this,
386
389
  props: ct(ht({}, this.$$d), {
@@ -392,23 +395,23 @@ typeof HTMLElement == "function" && (Dt = class extends HTMLElement {
392
395
  });
393
396
  const i = () => {
394
397
  this.$$r = !0;
395
- for (const o in this.$$p_d)
396
- if (this.$$d[o] = this.$$c.$$.ctx[this.$$c.$$.props[o]], this.$$p_d[o].reflect) {
397
- const a = we(
398
- o,
399
- this.$$d[o],
398
+ for (const a in this.$$p_d)
399
+ if (this.$$d[a] = this.$$c.$$.ctx[this.$$c.$$.props[a]], this.$$p_d[a].reflect) {
400
+ const o = we(
401
+ a,
402
+ this.$$d[a],
400
403
  this.$$p_d,
401
404
  "toAttribute"
402
405
  );
403
- a == null ? this.removeAttribute(this.$$p_d[o].attribute || o) : this.setAttribute(this.$$p_d[o].attribute || o, a);
406
+ o == null ? this.removeAttribute(this.$$p_d[a].attribute || a) : this.setAttribute(this.$$p_d[a].attribute || a, o);
404
407
  }
405
408
  this.$$r = !1;
406
409
  };
407
410
  this.$$c.$$.after_update.push(i), i();
408
- for (const o in this.$$l)
409
- for (const a of this.$$l[o]) {
410
- const s = this.$$c.$on(o, a);
411
- this.$$l_u.set(a, s);
411
+ for (const a in this.$$l)
412
+ for (const o of this.$$l[a]) {
413
+ const s = this.$$c.$on(a, o);
414
+ this.$$l_u.set(o, s);
412
415
  }
413
416
  this.$$l = {};
414
417
  }
@@ -432,8 +435,8 @@ typeof HTMLElement == "function" && (Dt = class extends HTMLElement {
432
435
  }
433
436
  });
434
437
  function we(e, t, r, n) {
435
- var o;
436
- const i = (o = r[e]) == null ? void 0 : o.type;
438
+ var a;
439
+ const i = (a = r[e]) == null ? void 0 : a.type;
437
440
  if (t = i === "Boolean" && typeof t != "boolean" ? t != null : t, !n || !r[e])
438
441
  return t;
439
442
  if (n === "toAttribute")
@@ -461,8 +464,8 @@ function we(e, t, r, n) {
461
464
  return t;
462
465
  }
463
466
  }
464
- function Or(e, t, r, n, i, o) {
465
- let a = class extends Dt {
467
+ function Or(e, t, r, n, i, a) {
468
+ let o = class extends Dt {
466
469
  constructor() {
467
470
  super(e, r, i), this.$$p_d = t;
468
471
  }
@@ -473,7 +476,7 @@ function Or(e, t, r, n, i, o) {
473
476
  }
474
477
  };
475
478
  return Object.keys(t).forEach((s) => {
476
- Object.defineProperty(a.prototype, s, {
479
+ Object.defineProperty(o.prototype, s, {
477
480
  get() {
478
481
  return this.$$c && s in this.$$c ? this.$$c[s] : this.$$d[s];
479
482
  },
@@ -483,14 +486,14 @@ function Or(e, t, r, n, i, o) {
483
486
  }
484
487
  });
485
488
  }), n.forEach((s) => {
486
- Object.defineProperty(a.prototype, s, {
489
+ Object.defineProperty(o.prototype, s, {
487
490
  get() {
488
491
  var l;
489
492
  return (l = this.$$c) == null ? void 0 : l[s];
490
493
  }
491
494
  });
492
495
  }), e.element = /** @type {any} */
493
- a, a;
496
+ o, o;
494
497
  }
495
498
  class Ir {
496
499
  constructor() {
@@ -540,7 +543,7 @@ class Ir {
540
543
  }
541
544
  const $r = "4";
542
545
  typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add($r);
543
- const ae = [];
546
+ const oe = [];
544
547
  function Dr(e, t) {
545
548
  return {
546
549
  subscribe: Ne(e, t).subscribe
@@ -551,33 +554,33 @@ function Ne(e, t = Z) {
551
554
  const n = /* @__PURE__ */ new Set();
552
555
  function i(s) {
553
556
  if (It(e, s) && (e = s, r)) {
554
- const l = !ae.length;
557
+ const l = !oe.length;
555
558
  for (const u of n)
556
- u[1](), ae.push(u, e);
559
+ u[1](), oe.push(u, e);
557
560
  if (l) {
558
- for (let u = 0; u < ae.length; u += 2)
559
- ae[u][0](ae[u + 1]);
560
- ae.length = 0;
561
+ for (let u = 0; u < oe.length; u += 2)
562
+ oe[u][0](oe[u + 1]);
563
+ oe.length = 0;
561
564
  }
562
565
  }
563
566
  }
564
- function o(s) {
567
+ function a(s) {
565
568
  i(s(e));
566
569
  }
567
- function a(s, l = Z) {
570
+ function o(s, l = Z) {
568
571
  const u = [s, l];
569
- return n.add(u), n.size === 1 && (r = t(i, o) || Z), s(e), () => {
572
+ return n.add(u), n.size === 1 && (r = t(i, a) || Z), s(e), () => {
570
573
  n.delete(u), n.size === 0 && r && (r(), r = null);
571
574
  };
572
575
  }
573
- return { set: i, update: o, subscribe: a };
576
+ return { set: i, update: a, subscribe: o };
574
577
  }
575
578
  function me(e, t, r) {
576
579
  const n = !Array.isArray(e), i = n ? [e] : e;
577
580
  if (!i.every(Boolean))
578
581
  throw new Error("derived() expects stores as input, got a falsy value");
579
- const o = t.length < 2;
580
- return Dr(r, (a, s) => {
582
+ const a = t.length < 2;
583
+ return Dr(r, (o, s) => {
581
584
  let l = !1;
582
585
  const u = [];
583
586
  let h = 0, c = Z;
@@ -585,8 +588,8 @@ function me(e, t, r) {
585
588
  if (h)
586
589
  return;
587
590
  c();
588
- const y = t(n ? u[0] : u, a, s);
589
- o ? a(y) : c = nt(y) ? y : Z;
591
+ const y = t(n ? u[0] : u, o, s);
592
+ a ? o(y) : c = nt(y) ? y : Z;
590
593
  }, g = i.map(
591
594
  (y, T) => $t(
592
595
  y,
@@ -665,8 +668,8 @@ function qr(e, t, r) {
665
668
  }
666
669
  function le(e, t, r) {
667
670
  r = r || {}, r.arrayMerge = r.arrayMerge || Zr, r.isMergeableObject = r.isMergeableObject || Gr, r.cloneUnlessOtherwiseSpecified = ve;
668
- var n = Array.isArray(t), i = Array.isArray(e), o = n === i;
669
- return o ? n ? r.arrayMerge(e, t, r) : qr(e, t, r) : ve(t, r);
671
+ var n = Array.isArray(t), i = Array.isArray(e), a = n === i;
672
+ return a ? n ? r.arrayMerge(e, t, r) : qr(e, t, r) : ve(t, r);
670
673
  }
671
674
  le.all = function(t, r) {
672
675
  if (!Array.isArray(t))
@@ -677,11 +680,26 @@ le.all = function(t, r) {
677
680
  };
678
681
  var Qr = le, en = Qr;
679
682
  const tn = /* @__PURE__ */ Ur(en);
683
+ /*! *****************************************************************************
684
+ Copyright (c) Microsoft Corporation.
685
+
686
+ Permission to use, copy, modify, and/or distribute this software for any
687
+ purpose with or without fee is hereby granted.
688
+
689
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
690
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
691
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
692
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
693
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
694
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
695
+ PERFORMANCE OF THIS SOFTWARE.
696
+ ***************************************************************************** */
680
697
  var Ze = function(e, t) {
681
698
  return Ze = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
682
699
  r.__proto__ = n;
683
700
  } || function(r, n) {
684
- for (var i in n) Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
701
+ for (var i in n)
702
+ Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
685
703
  }, Ze(e, t);
686
704
  };
687
705
  function Ae(e, t) {
@@ -697,26 +715,29 @@ var _ = function() {
697
715
  return _ = Object.assign || function(t) {
698
716
  for (var r, n = 1, i = arguments.length; n < i; n++) {
699
717
  r = arguments[n];
700
- for (var o in r) Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
718
+ for (var a in r)
719
+ Object.prototype.hasOwnProperty.call(r, a) && (t[a] = r[a]);
701
720
  }
702
721
  return t;
703
722
  }, _.apply(this, arguments);
704
723
  };
705
724
  function rn(e, t) {
706
725
  var r = {};
707
- for (var n in e) Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
726
+ for (var n in e)
727
+ Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
708
728
  if (e != null && typeof Object.getOwnPropertySymbols == "function")
709
729
  for (var i = 0, n = Object.getOwnPropertySymbols(e); i < n.length; i++)
710
730
  t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
711
731
  return r;
712
732
  }
713
733
  function De(e, t, r) {
714
- if (r || arguments.length === 2) for (var n = 0, i = t.length, o; n < i; n++)
715
- (o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
716
- return e.concat(o || Array.prototype.slice.call(t));
734
+ if (arguments.length === 2)
735
+ for (var n = 0, i = t.length, a; n < i; n++)
736
+ (a || !(n in t)) && (a || (a = Array.prototype.slice.call(t, 0, n)), a[n] = t[n]);
737
+ return e.concat(a || t);
717
738
  }
718
739
  function Ue(e, t) {
719
- var r = t && t.cache ? t.cache : ln, n = t && t.serializer ? t.serializer : un, i = t && t.strategy ? t.strategy : on;
740
+ var r = t && t.cache ? t.cache : ln, n = t && t.serializer ? t.serializer : un, i = t && t.strategy ? t.strategy : an;
720
741
  return i(e, {
721
742
  cache: r,
722
743
  serializer: n
@@ -726,21 +747,21 @@ function nn(e) {
726
747
  return e == null || typeof e == "number" || typeof e == "boolean";
727
748
  }
728
749
  function Gt(e, t, r, n) {
729
- var i = nn(n) ? n : r(n), o = t.get(i);
730
- return typeof o == "undefined" && (o = e.call(this, n), t.set(i, o)), o;
750
+ var i = nn(n) ? n : r(n), a = t.get(i);
751
+ return typeof a == "undefined" && (a = e.call(this, n), t.set(i, a)), a;
731
752
  }
732
753
  function Ft(e, t, r) {
733
- var n = Array.prototype.slice.call(arguments, 3), i = r(n), o = t.get(i);
734
- return typeof o == "undefined" && (o = e.apply(this, n), t.set(i, o)), o;
754
+ var n = Array.prototype.slice.call(arguments, 3), i = r(n), a = t.get(i);
755
+ return typeof a == "undefined" && (a = e.apply(this, n), t.set(i, a)), a;
735
756
  }
736
757
  function it(e, t, r, n, i) {
737
758
  return r.bind(t, e, n, i);
738
759
  }
739
- function on(e, t) {
760
+ function an(e, t) {
740
761
  var r = e.length === 1 ? Gt : Ft;
741
762
  return it(e, this, r, t.cache.create(), t.serializer);
742
763
  }
743
- function an(e, t) {
764
+ function on(e, t) {
744
765
  return it(e, this, Ft, t.cache.create(), t.serializer);
745
766
  }
746
767
  function sn(e, t) {
@@ -749,21 +770,21 @@ function sn(e, t) {
749
770
  var un = function() {
750
771
  return JSON.stringify(arguments);
751
772
  };
752
- function ot() {
773
+ function at() {
753
774
  this.cache = /* @__PURE__ */ Object.create(null);
754
775
  }
755
- ot.prototype.get = function(e) {
776
+ at.prototype.get = function(e) {
756
777
  return this.cache[e];
757
778
  };
758
- ot.prototype.set = function(e, t) {
779
+ at.prototype.set = function(e, t) {
759
780
  this.cache[e] = t;
760
781
  };
761
782
  var ln = {
762
783
  create: function() {
763
- return new ot();
784
+ return new at();
764
785
  }
765
786
  }, Ge = {
766
- variadic: an,
787
+ variadic: on,
767
788
  monadic: sn
768
789
  }, b;
769
790
  (function(e) {
@@ -909,10 +930,10 @@ function pn(e) {
909
930
  for (var t = e.split(dn).filter(function(f) {
910
931
  return f.length > 0;
911
932
  }), r = [], n = 0, i = t; n < i.length; n++) {
912
- var o = i[n], a = o.split("/");
913
- if (a.length === 0)
933
+ var a = i[n], o = a.split("/");
934
+ if (o.length === 0)
914
935
  throw new Error("Invalid number skeleton");
915
- for (var s = a[0], l = a.slice(1), u = 0, h = l; u < h.length; u++) {
936
+ for (var s = o[0], l = o.slice(1), u = 0, h = l; u < h.length; u++) {
916
937
  var c = h[u];
917
938
  if (c.length === 0)
918
939
  throw new Error("Invalid number skeleton");
@@ -1098,16 +1119,16 @@ function vn(e) {
1098
1119
  i.stem.replace(gt, function(l, u, h, c, f, g) {
1099
1120
  return h === "*" ? 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), "";
1100
1121
  });
1101
- var o = i.options[0];
1102
- o === "w" ? t = _(_({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = _(_({}, t), yt(o)));
1122
+ var a = i.options[0];
1123
+ a === "w" ? t = _(_({}, t), { trailingZeroDisplay: "stripIfInteger" }) : a && (t = _(_({}, t), yt(a)));
1103
1124
  continue;
1104
1125
  }
1105
1126
  if (Kt.test(i.stem)) {
1106
1127
  t = _(_({}, t), yt(i.stem));
1107
1128
  continue;
1108
1129
  }
1109
- var a = Qt(i.stem);
1110
- a && (t = _(_({}, t), a));
1130
+ var o = Qt(i.stem);
1131
+ o && (t = _(_({}, t), o));
1111
1132
  var s = yn(i.stem);
1112
1133
  s && (t = _(_({}, t), s));
1113
1134
  }
@@ -2532,14 +2553,15 @@ function _n(e, t) {
2532
2553
  for (var r = "", n = 0; n < e.length; n++) {
2533
2554
  var i = e.charAt(n);
2534
2555
  if (i === "j") {
2535
- for (var o = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
2536
- o++, n++;
2537
- var a = 1 + (o & 1), s = o < 2 ? 1 : 3 + (o >> 1), l = "a", u = En(t);
2556
+ for (var a = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
2557
+ a++, n++;
2558
+ var o = 1 + (a & 1), s = a < 2 ? 1 : 3 + (a >> 1), l = "a", u = En(t);
2538
2559
  for ((u == "H" || u == "k") && (s = 0); s-- > 0; )
2539
2560
  r += l;
2540
- for (; a-- > 0; )
2561
+ for (; o-- > 0; )
2541
2562
  r = u + r;
2542
- } else i === "J" ? r += "H" : r += i;
2563
+ } else
2564
+ i === "J" ? r += "H" : r += i;
2543
2565
  }
2544
2566
  return r;
2545
2567
  }
@@ -2593,10 +2615,10 @@ var _t = Bn ? (
2593
2615
  function() {
2594
2616
  for (var t = [], r = 0; r < arguments.length; r++)
2595
2617
  t[r] = arguments[r];
2596
- for (var n = "", i = t.length, o = 0, a; i > o; ) {
2597
- if (a = t[o++], a > 1114111)
2598
- throw RangeError(a + " is not a valid code point");
2599
- n += a < 65536 ? String.fromCharCode(a) : String.fromCharCode(((a -= 65536) >> 10) + 55296, a % 1024 + 56320);
2618
+ for (var n = "", i = t.length, a = 0, o; i > a; ) {
2619
+ if (o = t[a++], o > 1114111)
2620
+ throw RangeError(o + " is not a valid code point");
2621
+ n += o < 65536 ? String.fromCharCode(o) : String.fromCharCode(((o -= 65536) >> 10) + 55296, o % 1024 + 56320);
2600
2622
  }
2601
2623
  return n;
2602
2624
  }
@@ -2606,8 +2628,8 @@ var _t = Bn ? (
2606
2628
  // Ponyfill
2607
2629
  function(t) {
2608
2630
  for (var r = {}, n = 0, i = t; n < i.length; n++) {
2609
- var o = i[n], a = o[0], s = o[1];
2610
- r[a] = s;
2631
+ var a = i[n], o = a[0], s = a[1];
2632
+ r[o] = s;
2611
2633
  }
2612
2634
  return r;
2613
2635
  }
@@ -2622,8 +2644,8 @@ var _t = Bn ? (
2622
2644
  function(t, r) {
2623
2645
  var n = t.length;
2624
2646
  if (!(r < 0 || r >= n)) {
2625
- var i = t.charCodeAt(r), o;
2626
- return i < 55296 || i > 56319 || r + 1 === n || (o = t.charCodeAt(r + 1)) < 56320 || o > 57343 ? i : (i - 55296 << 10) + (o - 56320) + 65536;
2647
+ var i = t.charCodeAt(r), a;
2648
+ return i < 55296 || i > 56319 || r + 1 === n || (a = t.charCodeAt(r + 1)) < 56320 || a > 57343 ? i : (i - 55296 << 10) + (a - 56320) + 65536;
2627
2649
  }
2628
2650
  }
2629
2651
  ), An = Sn ? (
@@ -2681,35 +2703,35 @@ var Pn = (
2681
2703
  return this.parseMessage(0, "", !1);
2682
2704
  }, e.prototype.parseMessage = function(t, r, n) {
2683
2705
  for (var i = []; !this.isEOF(); ) {
2684
- var o = this.char();
2685
- if (o === 123) {
2686
- var a = this.parseArgument(t, n);
2687
- if (a.err)
2688
- return a;
2689
- i.push(a.val);
2706
+ var a = this.char();
2707
+ if (a === 123) {
2708
+ var o = this.parseArgument(t, n);
2709
+ if (o.err)
2710
+ return o;
2711
+ i.push(o.val);
2690
2712
  } else {
2691
- if (o === 125 && t > 0)
2713
+ if (a === 125 && t > 0)
2692
2714
  break;
2693
- if (o === 35 && (r === "plural" || r === "selectordinal")) {
2715
+ if (a === 35 && (r === "plural" || r === "selectordinal")) {
2694
2716
  var s = this.clonePosition();
2695
2717
  this.bump(), i.push({
2696
2718
  type: B.pound,
2697
2719
  location: v(s, this.clonePosition())
2698
2720
  });
2699
- } else if (o === 60 && !this.ignoreTag && this.peek() === 47) {
2721
+ } else if (a === 60 && !this.ignoreTag && this.peek() === 47) {
2700
2722
  if (n)
2701
2723
  break;
2702
2724
  return this.error(b.UNMATCHED_CLOSING_TAG, v(this.clonePosition(), this.clonePosition()));
2703
- } else if (o === 60 && !this.ignoreTag && Qe(this.peek() || 0)) {
2704
- var a = this.parseTag(t, r);
2705
- if (a.err)
2706
- return a;
2707
- i.push(a.val);
2725
+ } else if (a === 60 && !this.ignoreTag && Qe(this.peek() || 0)) {
2726
+ var o = this.parseTag(t, r);
2727
+ if (o.err)
2728
+ return o;
2729
+ i.push(o.val);
2708
2730
  } else {
2709
- var a = this.parseLiteral(t, r);
2710
- if (a.err)
2711
- return a;
2712
- i.push(a.val);
2731
+ var o = this.parseLiteral(t, r);
2732
+ if (o.err)
2733
+ return o;
2734
+ i.push(o.val);
2713
2735
  }
2714
2736
  }
2715
2737
  }
@@ -2728,10 +2750,10 @@ var Pn = (
2728
2750
  err: null
2729
2751
  };
2730
2752
  if (this.bumpIf(">")) {
2731
- var o = this.parseMessage(t + 1, r, !0);
2732
- if (o.err)
2733
- return o;
2734
- var a = o.val, s = this.clonePosition();
2753
+ var a = this.parseMessage(t + 1, r, !0);
2754
+ if (a.err)
2755
+ return a;
2756
+ var o = a.val, s = this.clonePosition();
2735
2757
  if (this.bumpIf("</")) {
2736
2758
  if (this.isEOF() || !Qe(this.char()))
2737
2759
  return this.error(b.INVALID_TAG, v(s, this.clonePosition()));
@@ -2740,7 +2762,7 @@ var Pn = (
2740
2762
  val: {
2741
2763
  type: B.tag,
2742
2764
  value: i,
2743
- children: a,
2765
+ children: o,
2744
2766
  location: v(n, this.clonePosition())
2745
2767
  },
2746
2768
  err: null
@@ -2756,16 +2778,16 @@ var Pn = (
2756
2778
  return this.message.slice(t, this.offset());
2757
2779
  }, e.prototype.parseLiteral = function(t, r) {
2758
2780
  for (var n = this.clonePosition(), i = ""; ; ) {
2759
- var o = this.tryParseQuote(r);
2760
- if (o) {
2761
- i += o;
2762
- continue;
2763
- }
2764
- var a = this.tryParseUnquoted(t, r);
2781
+ var a = this.tryParseQuote(r);
2765
2782
  if (a) {
2766
2783
  i += a;
2767
2784
  continue;
2768
2785
  }
2786
+ var o = this.tryParseUnquoted(t, r);
2787
+ if (o) {
2788
+ i += o;
2789
+ continue;
2790
+ }
2769
2791
  var s = this.tryParseLeftAngleBracket();
2770
2792
  if (s) {
2771
2793
  i += s;
@@ -2850,13 +2872,13 @@ var Pn = (
2850
2872
  }, e.prototype.parseIdentifierIfPossible = function() {
2851
2873
  var t = this.clonePosition(), r = this.offset(), n = qe(this.message, r), i = r + n.length;
2852
2874
  this.bumpTo(i);
2853
- var o = this.clonePosition(), a = v(t, o);
2854
- return { value: n, location: a };
2875
+ var a = this.clonePosition(), o = v(t, a);
2876
+ return { value: n, location: o };
2855
2877
  }, e.prototype.parseArgumentOptions = function(t, r, n, i) {
2856
- var o, a = this.clonePosition(), s = this.parseIdentifierIfPossible().value, l = this.clonePosition();
2878
+ var a, o = this.clonePosition(), s = this.parseIdentifierIfPossible().value, l = this.clonePosition();
2857
2879
  switch (s) {
2858
2880
  case "":
2859
- return this.error(b.EXPECT_ARGUMENT_TYPE, v(a, l));
2881
+ return this.error(b.EXPECT_ARGUMENT_TYPE, v(o, l));
2860
2882
  case "number":
2861
2883
  case "date":
2862
2884
  case "time": {
@@ -2907,7 +2929,7 @@ var Pn = (
2907
2929
  type: s === "number" ? B.number : s === "date" ? B.date : B.time,
2908
2930
  value: n,
2909
2931
  location: T,
2910
- style: (o = u == null ? void 0 : u.style) !== null && o !== void 0 ? o : null
2932
+ style: (a = u == null ? void 0 : u.style) !== null && a !== void 0 ? a : null
2911
2933
  },
2912
2934
  err: null
2913
2935
  };
@@ -2957,7 +2979,7 @@ var Pn = (
2957
2979
  };
2958
2980
  }
2959
2981
  default:
2960
- return this.error(b.INVALID_ARGUMENT_TYPE, v(a, l));
2982
+ return this.error(b.INVALID_ARGUMENT_TYPE, v(o, l));
2961
2983
  }
2962
2984
  }, e.prototype.tryParseArgumentClose = function(t) {
2963
2985
  return this.isEOF() || this.char() !== 125 ? this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE, v(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
@@ -3013,7 +3035,7 @@ var Pn = (
3013
3035
  err: null
3014
3036
  };
3015
3037
  }, e.prototype.tryParsePluralOrSelectOptions = function(t, r, n, i) {
3016
- for (var o, a = !1, s = [], l = /* @__PURE__ */ new Set(), u = i.value, h = i.location; ; ) {
3038
+ for (var a, o = !1, s = [], l = /* @__PURE__ */ new Set(), u = i.value, h = i.location; ; ) {
3017
3039
  if (u.length === 0) {
3018
3040
  var c = this.clonePosition();
3019
3041
  if (r !== "select" && this.bumpIf("=")) {
@@ -3026,7 +3048,7 @@ var Pn = (
3026
3048
  }
3027
3049
  if (l.has(u))
3028
3050
  return this.error(r === "select" ? b.DUPLICATE_SELECT_ARGUMENT_SELECTOR : b.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, h);
3029
- u === "other" && (a = !0), this.bumpSpace();
3051
+ u === "other" && (o = !0), this.bumpSpace();
3030
3052
  var g = this.clonePosition();
3031
3053
  if (!this.bumpIf("{"))
3032
3054
  return this.error(r === "select" ? b.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : b.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, v(this.clonePosition(), this.clonePosition()));
@@ -3042,21 +3064,21 @@ var Pn = (
3042
3064
  value: y.val,
3043
3065
  location: v(g, this.clonePosition())
3044
3066
  }
3045
- ]), l.add(u), this.bumpSpace(), o = this.parseIdentifierIfPossible(), u = o.value, h = o.location;
3067
+ ]), l.add(u), this.bumpSpace(), a = this.parseIdentifierIfPossible(), u = a.value, h = a.location;
3046
3068
  }
3047
- return s.length === 0 ? this.error(r === "select" ? b.EXPECT_SELECT_ARGUMENT_SELECTOR : b.EXPECT_PLURAL_ARGUMENT_SELECTOR, v(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !a ? this.error(b.MISSING_OTHER_CLAUSE, v(this.clonePosition(), this.clonePosition())) : { val: s, err: null };
3069
+ return s.length === 0 ? this.error(r === "select" ? b.EXPECT_SELECT_ARGUMENT_SELECTOR : b.EXPECT_PLURAL_ARGUMENT_SELECTOR, v(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !o ? this.error(b.MISSING_OTHER_CLAUSE, v(this.clonePosition(), this.clonePosition())) : { val: s, err: null };
3048
3070
  }, e.prototype.tryParseDecimalInteger = function(t, r) {
3049
3071
  var n = 1, i = this.clonePosition();
3050
3072
  this.bumpIf("+") || this.bumpIf("-") && (n = -1);
3051
- for (var o = !1, a = 0; !this.isEOF(); ) {
3073
+ for (var a = !1, o = 0; !this.isEOF(); ) {
3052
3074
  var s = this.char();
3053
3075
  if (s >= 48 && s <= 57)
3054
- o = !0, a = a * 10 + (s - 48), this.bump();
3076
+ a = !0, o = o * 10 + (s - 48), this.bump();
3055
3077
  else
3056
3078
  break;
3057
3079
  }
3058
3080
  var l = v(i, this.clonePosition());
3059
- return o ? (a *= n, kn(a) ? { val: a, err: null } : this.error(r, l)) : this.error(t, l);
3081
+ return a ? (o *= n, kn(o) ? { val: o, err: null } : this.error(r, l)) : this.error(t, l);
3060
3082
  }, e.prototype.offset = function() {
3061
3083
  return this.position.offset;
3062
3084
  }, e.prototype.isEOF = function() {
@@ -3142,7 +3164,8 @@ function et(e) {
3142
3164
  if (delete t.location, Xt(t) || Wt(t))
3143
3165
  for (var r in t.options)
3144
3166
  delete t.options[r].location, et(t.options[r].value);
3145
- else jt(t) && Jt(t.style) || (Vt(t) || zt(t)) && Je(t.style) ? delete t.style.location : Zt(t) && et(t.children);
3167
+ else
3168
+ jt(t) && Jt(t.style) || (Vt(t) || zt(t)) && Je(t.style) ? delete t.style.location : Zt(t) && et(t.children);
3146
3169
  });
3147
3170
  }
3148
3171
  function Dn(e, t) {
@@ -3163,8 +3186,8 @@ var Le = (
3163
3186
  function(e) {
3164
3187
  Ae(t, e);
3165
3188
  function t(r, n, i) {
3166
- var o = e.call(this, r) || this;
3167
- return o.code = n, o.originalMessage = i, o;
3189
+ var a = e.call(this, r) || this;
3190
+ return a.code = n, a.originalMessage = i, a;
3168
3191
  }
3169
3192
  return t.prototype.toString = function() {
3170
3193
  return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
@@ -3174,8 +3197,8 @@ var Le = (
3174
3197
  /** @class */
3175
3198
  function(e) {
3176
3199
  Ae(t, e);
3177
- function t(r, n, i, o) {
3178
- return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), ce.INVALID_VALUE, o) || this;
3200
+ function t(r, n, i, a) {
3201
+ return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), ce.INVALID_VALUE, a) || this;
3179
3202
  }
3180
3203
  return t;
3181
3204
  }(Le)
@@ -3210,7 +3233,7 @@ function Fn(e) {
3210
3233
  function jn(e) {
3211
3234
  return typeof e == "function";
3212
3235
  }
3213
- function He(e, t, r, n, i, o, a) {
3236
+ function He(e, t, r, n, i, a, o) {
3214
3237
  if (e.length === 1 && bt(e[0]))
3215
3238
  return [
3216
3239
  {
@@ -3228,15 +3251,15 @@ function He(e, t, r, n, i, o, a) {
3228
3251
  continue;
3229
3252
  }
3230
3253
  if (cn(h)) {
3231
- typeof o == "number" && s.push({
3254
+ typeof a == "number" && s.push({
3232
3255
  type: I.literal,
3233
- value: r.getNumberFormat(t).format(o)
3256
+ value: r.getNumberFormat(t).format(a)
3234
3257
  });
3235
3258
  continue;
3236
3259
  }
3237
3260
  var c = h.value;
3238
3261
  if (!(i && c in i))
3239
- throw new Gn(c, a);
3262
+ throw new Gn(c, o);
3240
3263
  var f = i[c];
3241
3264
  if (hn(h)) {
3242
3265
  (!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), s.push({
@@ -3272,8 +3295,8 @@ function He(e, t, r, n, i, o, a) {
3272
3295
  if (Zt(h)) {
3273
3296
  var y = h.children, T = h.value, w = i[T];
3274
3297
  if (!jn(w))
3275
- throw new Un(T, "function", a);
3276
- var C = He(y, t, r, n, i, o), k = w(C.map(function(L) {
3298
+ throw new Un(T, "function", o);
3299
+ var C = He(y, t, r, n, i, a), k = w(C.map(function(L) {
3277
3300
  return L.value;
3278
3301
  }));
3279
3302
  Array.isArray(k) || (k = [k]), s.push.apply(s, k.map(function(L) {
@@ -3286,7 +3309,7 @@ function He(e, t, r, n, i, o, a) {
3286
3309
  if (Xt(h)) {
3287
3310
  var S = h.options[f] || h.options.other;
3288
3311
  if (!S)
3289
- throw new Tt(h.value, f, Object.keys(h.options), a);
3312
+ throw new Tt(h.value, f, Object.keys(h.options), o);
3290
3313
  s.push.apply(s, He(S.value, t, r, n, i));
3291
3314
  continue;
3292
3315
  }
@@ -3296,12 +3319,12 @@ function He(e, t, r, n, i, o, a) {
3296
3319
  if (!Intl.PluralRules)
3297
3320
  throw new Le(`Intl.PluralRules is not available in this environment.
3298
3321
  Try polyfilling it using "@formatjs/intl-pluralrules"
3299
- `, ce.MISSING_INTL_API, a);
3322
+ `, ce.MISSING_INTL_API, o);
3300
3323
  var A = r.getPluralRules(t, { type: h.pluralType }).select(f - (h.offset || 0));
3301
3324
  S = h.options[A] || h.options.other;
3302
3325
  }
3303
3326
  if (!S)
3304
- throw new Tt(h.value, f, Object.keys(h.options), a);
3327
+ throw new Tt(h.value, f, Object.keys(h.options), o);
3305
3328
  s.push.apply(s, He(S.value, t, r, n, i, f - (h.offset || 0)));
3306
3329
  continue;
3307
3330
  }
@@ -3369,13 +3392,13 @@ var Wn = (
3369
3392
  function() {
3370
3393
  function e(t, r, n, i) {
3371
3394
  r === void 0 && (r = e.defaultLocale);
3372
- var o = this;
3395
+ var a = this;
3373
3396
  if (this.formatterCache = {
3374
3397
  number: {},
3375
3398
  dateTime: {},
3376
3399
  pluralRules: {}
3377
3400
  }, this.format = function(l) {
3378
- var u = o.formatToParts(l);
3401
+ var u = a.formatToParts(l);
3379
3402
  if (u.length === 1)
3380
3403
  return u[0].value;
3381
3404
  var h = u.reduce(function(c, f) {
@@ -3383,20 +3406,20 @@ var Wn = (
3383
3406
  }, []);
3384
3407
  return h.length <= 1 ? h[0] || "" : h;
3385
3408
  }, this.formatToParts = function(l) {
3386
- return He(o.ast, o.locales, o.formatters, o.formats, l, void 0, o.message);
3409
+ return He(a.ast, a.locales, a.formatters, a.formats, l, void 0, a.message);
3387
3410
  }, this.resolvedOptions = function() {
3388
3411
  var l;
3389
3412
  return {
3390
- locale: ((l = o.resolvedLocale) === null || l === void 0 ? void 0 : l.toString()) || Intl.NumberFormat.supportedLocalesOf(o.locales)[0]
3413
+ locale: ((l = a.resolvedLocale) === null || l === void 0 ? void 0 : l.toString()) || Intl.NumberFormat.supportedLocalesOf(a.locales)[0]
3391
3414
  };
3392
3415
  }, this.getAst = function() {
3393
- return o.ast;
3416
+ return a.ast;
3394
3417
  }, this.locales = r, this.resolvedLocale = e.resolveLocale(r), typeof t == "string") {
3395
3418
  if (this.message = t, !e.__parse)
3396
3419
  throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
3397
- var a = i || {};
3398
- a.formatters;
3399
- var s = rn(a, ["formatters"]);
3420
+ var o = i || {};
3421
+ o.formatters;
3422
+ var s = rn(o, ["formatters"]);
3400
3423
  this.ast = e.__parse(t, _(_({}, s), { locale: this.resolvedLocale }));
3401
3424
  } else
3402
3425
  this.ast = t;
@@ -3486,9 +3509,9 @@ function Zn(e, t) {
3486
3509
  for (let i = 0; i < r.length; i++)
3487
3510
  if (typeof n == "object") {
3488
3511
  if (i > 0) {
3489
- const o = r.slice(i, r.length).join(".");
3490
- if (o in n) {
3491
- n = n[o];
3512
+ const a = r.slice(i, r.length).join(".");
3513
+ if (a in n) {
3514
+ n = n[a];
3492
3515
  break;
3493
3516
  }
3494
3517
  }
@@ -3504,18 +3527,18 @@ const Q = {}, Jn = (e, t, r) => r && (t in Q || (Q[t] = {}), e in Q[t] || (Q[t][
3504
3527
  return Q[t][e];
3505
3528
  const r = Pe(t);
3506
3529
  for (let n = 0; n < r.length; n++) {
3507
- const i = r[n], o = Kn(i, e);
3508
- if (o)
3509
- return Jn(e, t, o);
3530
+ const i = r[n], a = Kn(i, e);
3531
+ if (a)
3532
+ return Jn(e, t, a);
3510
3533
  }
3511
3534
  };
3512
- let at;
3535
+ let ot;
3513
3536
  const de = Ne({});
3514
3537
  function Yn(e) {
3515
- return at[e] || null;
3538
+ return ot[e] || null;
3516
3539
  }
3517
3540
  function ir(e) {
3518
- return e in at;
3541
+ return e in ot;
3519
3542
  }
3520
3543
  function Kn(e, t) {
3521
3544
  if (!ir(e))
@@ -3533,24 +3556,24 @@ function qn(e) {
3533
3556
  return n;
3534
3557
  }
3535
3558
  }
3536
- function or(e, ...t) {
3559
+ function ar(e, ...t) {
3537
3560
  delete Q[e], de.update((r) => (r[e] = tn.all([r[e] || {}, ...t]), r));
3538
3561
  }
3539
3562
  me(
3540
3563
  [de],
3541
3564
  ([e]) => Object.keys(e)
3542
3565
  );
3543
- de.subscribe((e) => at = e);
3566
+ de.subscribe((e) => ot = e);
3544
3567
  const Ce = {};
3545
3568
  function Qn(e, t) {
3546
3569
  Ce[e].delete(t), Ce[e].size === 0 && delete Ce[e];
3547
3570
  }
3548
- function ar(e) {
3571
+ function or(e) {
3549
3572
  return Ce[e];
3550
3573
  }
3551
3574
  function ei(e) {
3552
3575
  return Pe(e).map((t) => {
3553
- const r = ar(t);
3576
+ const r = or(t);
3554
3577
  return [t, r ? [...r] : []];
3555
3578
  }).filter(([, t]) => t.length > 0);
3556
3579
  }
@@ -3558,14 +3581,14 @@ function tt(e) {
3558
3581
  return e == null ? !1 : Pe(e).some(
3559
3582
  (t) => {
3560
3583
  var r;
3561
- return (r = ar(t)) == null ? void 0 : r.size;
3584
+ return (r = or(t)) == null ? void 0 : r.size;
3562
3585
  }
3563
3586
  );
3564
3587
  }
3565
3588
  function ti(e, t) {
3566
3589
  return Promise.all(
3567
3590
  t.map((n) => (Qn(e, n), n().then((i) => i.default || i)))
3568
- ).then((n) => or(e, ...n));
3591
+ ).then((n) => ar(e, ...n));
3569
3592
  }
3570
3593
  const be = {};
3571
3594
  function sr(e) {
@@ -3623,14 +3646,14 @@ function fe() {
3623
3646
  return ii;
3624
3647
  }
3625
3648
  const Ve = Ne(!1);
3626
- var oi = Object.defineProperty, ai = Object.defineProperties, si = Object.getOwnPropertyDescriptors, Bt = Object.getOwnPropertySymbols, ui = Object.prototype.hasOwnProperty, li = Object.prototype.propertyIsEnumerable, wt = (e, t, r) => t in e ? oi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, hi = (e, t) => {
3649
+ var ai = Object.defineProperty, oi = Object.defineProperties, si = Object.getOwnPropertyDescriptors, Bt = Object.getOwnPropertySymbols, ui = Object.prototype.hasOwnProperty, li = Object.prototype.propertyIsEnumerable, wt = (e, t, r) => t in e ? ai(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, hi = (e, t) => {
3627
3650
  for (var r in t || (t = {}))
3628
3651
  ui.call(t, r) && wt(e, r, t[r]);
3629
3652
  if (Bt)
3630
3653
  for (var r of Bt(t))
3631
3654
  li.call(t, r) && wt(e, r, t[r]);
3632
3655
  return e;
3633
- }, ci = (e, t) => ai(e, si(t));
3656
+ }, ci = (e, t) => oi(e, si(t));
3634
3657
  let rt;
3635
3658
  const Se = Ne(null);
3636
3659
  function Ht(e) {
@@ -3740,21 +3763,21 @@ const _e = (e, t) => {
3740
3763
  ignoreTag: fe().ignoreTag
3741
3764
  })
3742
3765
  ), Ei = (e, t = {}) => {
3743
- var r, n, i, o;
3744
- let a = t;
3745
- typeof e == "object" && (a = e, e = a.id);
3766
+ var r, n, i, a;
3767
+ let o = t;
3768
+ typeof e == "object" && (o = e, e = o.id);
3746
3769
  const {
3747
3770
  values: s,
3748
3771
  locale: l = ie(),
3749
3772
  default: u
3750
- } = a;
3773
+ } = o;
3751
3774
  if (l == null)
3752
3775
  throw new Error(
3753
3776
  "[svelte-i18n] Cannot format a message without first setting the initial locale."
3754
3777
  );
3755
3778
  let h = nr(e, l);
3756
3779
  if (!h)
3757
- h = (o = (i = (n = (r = fe()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: l, id: e, defaultValue: u })) != null ? i : u) != null ? o : e;
3780
+ h = (a = (i = (n = (r = fe()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: l, id: e, defaultValue: u })) != null ? i : u) != null ? a : e;
3758
3781
  else if (typeof h != "string")
3759
3782
  return console.warn(
3760
3783
  `[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof h}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
@@ -3782,7 +3805,7 @@ function Ci({ withLocale: e, translations: t }) {
3782
3805
  });
3783
3806
  }
3784
3807
  function St(e, t) {
3785
- or(e, t);
3808
+ ar(e, t);
3786
3809
  }
3787
3810
  function Si(e) {
3788
3811
  ee.set(e);
@@ -4047,11 +4070,11 @@ function Rt(e) {
4047
4070
  c() {
4048
4071
  t = new ke(!1), n = Re(), t.a = n;
4049
4072
  },
4050
- m(i, o) {
4051
- t.m(r, i, o), R(i, n, o);
4073
+ m(i, a) {
4074
+ t.m(r, i, a), R(i, n, a);
4052
4075
  },
4053
- p(i, o) {
4054
- o & /*$_*/
4076
+ p(i, a) {
4077
+ a & /*$_*/
4055
4078
  8192 && r !== (r = /*$_*/
4056
4079
  i[13]("scoreCriteriaType.mostRounds") + "") && t.p(r);
4057
4080
  },
@@ -4069,11 +4092,11 @@ function kt(e) {
4069
4092
  c() {
4070
4093
  t = new ke(!1), n = Re(), t.a = n;
4071
4094
  },
4072
- m(i, o) {
4073
- t.m(r, i, o), R(i, n, o);
4095
+ m(i, a) {
4096
+ t.m(r, i, a), R(i, n, a);
4074
4097
  },
4075
- p(i, o) {
4076
- o & /*$_*/
4098
+ p(i, a) {
4099
+ a & /*$_*/
4077
4100
  8192 && r !== (r = /*$_*/
4078
4101
  i[13]("scoreCriteriaType.winStateRatio") + "") && t.p(r);
4079
4102
  },
@@ -4091,11 +4114,11 @@ function Nt(e) {
4091
4114
  c() {
4092
4115
  t = new ke(!1), n = Re(), t.a = n;
4093
4116
  },
4094
- m(i, o) {
4095
- t.m(r, i, o), R(i, n, o);
4117
+ m(i, a) {
4118
+ t.m(r, i, a), R(i, n, a);
4096
4119
  },
4097
- p(i, o) {
4098
- o & /*$_*/
4120
+ p(i, a) {
4121
+ a & /*$_*/
4099
4122
  8192 && r !== (r = /*$_*/
4100
4123
  i[13]("scoreCriteriaType.maxWinStateRatio") + "") && t.p(r);
4101
4124
  },
@@ -4113,11 +4136,11 @@ function At(e) {
4113
4136
  c() {
4114
4137
  t = new ke(!1), n = Re(), t.a = n;
4115
4138
  },
4116
- m(i, o) {
4117
- t.m(r, i, o), R(i, n, o);
4139
+ m(i, a) {
4140
+ t.m(r, i, a), R(i, n, a);
4118
4141
  },
4119
- p(i, o) {
4120
- o & /*$_*/
4142
+ p(i, a) {
4143
+ a & /*$_*/
4121
4144
  8192 && r !== (r = /*$_*/
4122
4145
  i[13]("scoreCriteriaType.stake") + "") && t.p(r);
4123
4146
  },
@@ -4141,19 +4164,19 @@ function Lt(e) {
4141
4164
  )
4142
4165
  );
4143
4166
  }
4144
- let o = i(e), a = o(e);
4167
+ let a = i(e), o = a(e);
4145
4168
  return {
4146
4169
  c() {
4147
- t = x("div"), r = x("div"), r.innerHTML = `<img src="${hr}"/>`, n = O(), a.c(), m(r, "class", "RuleIcon"), m(r, "part", "RuleIcon"), m(t, "class", "RulesRow"), m(t, "part", "rule");
4170
+ t = x("div"), r = x("div"), r.innerHTML = `<img src="${hr}"/>`, n = O(), o.c(), m(r, "class", "RuleIcon"), m(r, "part", "RuleIcon"), m(t, "class", "RulesRow"), m(t, "part", "rule");
4148
4171
  },
4149
4172
  m(s, l) {
4150
- R(s, t, l), p(t, r), p(t, n), a.m(t, null);
4173
+ R(s, t, l), p(t, r), p(t, n), o.m(t, null);
4151
4174
  },
4152
4175
  p(s, l) {
4153
- o === (o = i(s)) && a ? a.p(s, l) : (a.d(1), a = o(s), a && (a.c(), a.m(t, null)));
4176
+ a === (a = i(s)) && o ? o.p(s, l) : (o.d(1), o = a(s), o && (o.c(), o.m(t, null)));
4154
4177
  },
4155
4178
  d(s) {
4156
- s && H(t), a.d();
4179
+ s && H(t), o.d();
4157
4180
  }
4158
4181
  };
4159
4182
  }
@@ -4191,11 +4214,11 @@ function Li(e) {
4191
4214
  c() {
4192
4215
  t = x("div"), n = X(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4193
4216
  },
4194
- m(i, o) {
4195
- R(i, t, o), p(t, n);
4217
+ m(i, a) {
4218
+ R(i, t, a), p(t, n);
4196
4219
  },
4197
- p(i, o) {
4198
- o & /*$_, casino, currency*/
4220
+ p(i, a) {
4221
+ a & /*$_, casino, currency*/
4199
4222
  12352 && r !== (r = /*$_*/
4200
4223
  i[13]("productMinMaxBet", {
4201
4224
  values: {
@@ -4254,11 +4277,11 @@ function Pi(e) {
4254
4277
  c() {
4255
4278
  t = x("div"), n = X(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4256
4279
  },
4257
- m(i, o) {
4258
- R(i, t, o), p(t, n);
4280
+ m(i, a) {
4281
+ R(i, t, a), p(t, n);
4259
4282
  },
4260
- p(i, o) {
4261
- o & /*$_, casino, currency*/
4283
+ p(i, a) {
4284
+ a & /*$_, casino, currency*/
4262
4285
  12352 && r !== (r = /*$_*/
4263
4286
  i[13]("productMinBet", {
4264
4287
  values: {
@@ -4308,11 +4331,11 @@ function Oi(e) {
4308
4331
  c() {
4309
4332
  t = x("div"), n = X(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4310
4333
  },
4311
- m(i, o) {
4312
- R(i, t, o), p(t, n);
4334
+ m(i, a) {
4335
+ R(i, t, a), p(t, n);
4313
4336
  },
4314
- p(i, o) {
4315
- o & /*$_, casino, currency*/
4337
+ p(i, a) {
4338
+ a & /*$_, casino, currency*/
4316
4339
  12352 && r !== (r = /*$_*/
4317
4340
  i[13]("productMaxBet", {
4318
4341
  values: {
@@ -4351,11 +4374,11 @@ function Ii(e) {
4351
4374
  c() {
4352
4375
  t = x("div"), n = X(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4353
4376
  },
4354
- m(i, o) {
4355
- R(i, t, o), p(t, n);
4377
+ m(i, a) {
4378
+ R(i, t, a), p(t, n);
4356
4379
  },
4357
- p(i, o) {
4358
- o & /*$_, casino*/
4380
+ p(i, a) {
4381
+ a & /*$_, casino*/
4359
4382
  8256 && r !== (r = /*$_*/
4360
4383
  i[13]("productNoLimitsBet", {
4361
4384
  values: { productName: (
@@ -4384,19 +4407,19 @@ function Pt(e) {
4384
4407
  )
4385
4408
  );
4386
4409
  }
4387
- let o = i(e), a = o(e);
4410
+ let a = i(e), o = a(e);
4388
4411
  return {
4389
4412
  c() {
4390
- t = x("div"), r = x("div"), r.innerHTML = `<img src="${hr}"/>`, n = O(), a.c(), m(r, "class", "RuleIcon"), m(r, "part", "RuleIcon"), m(t, "class", "RulesRow"), m(t, "part", "rule");
4413
+ t = x("div"), r = x("div"), r.innerHTML = `<img src="${hr}"/>`, n = O(), o.c(), m(r, "class", "RuleIcon"), m(r, "part", "RuleIcon"), m(t, "class", "RulesRow"), m(t, "part", "rule");
4391
4414
  },
4392
4415
  m(s, l) {
4393
- R(s, t, l), p(t, r), p(t, n), a.m(t, null);
4416
+ R(s, t, l), p(t, r), p(t, n), o.m(t, null);
4394
4417
  },
4395
4418
  p(s, l) {
4396
- o === (o = i(s)) && a ? a.p(s, l) : (a.d(1), a = o(s), a && (a.c(), a.m(t, null)));
4419
+ a === (a = i(s)) && o ? o.p(s, l) : (o.d(1), o = a(s), o && (o.c(), o.m(t, null)));
4397
4420
  },
4398
4421
  d(s) {
4399
- s && H(t), a.d();
4422
+ s && H(t), o.d();
4400
4423
  }
4401
4424
  };
4402
4425
  }
@@ -4434,11 +4457,11 @@ function $i(e) {
4434
4457
  c() {
4435
4458
  t = x("div"), n = X(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4436
4459
  },
4437
- m(i, o) {
4438
- R(i, t, o), p(t, n);
4460
+ m(i, a) {
4461
+ R(i, t, a), p(t, n);
4439
4462
  },
4440
- p(i, o) {
4441
- o & /*$_, sports, currency*/
4463
+ p(i, a) {
4464
+ a & /*$_, sports, currency*/
4442
4465
  12416 && r !== (r = /*$_*/
4443
4466
  i[13]("productMinMaxBet", {
4444
4467
  values: {
@@ -4497,11 +4520,11 @@ function Di(e) {
4497
4520
  c() {
4498
4521
  t = x("div"), n = X(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4499
4522
  },
4500
- m(i, o) {
4501
- R(i, t, o), p(t, n);
4523
+ m(i, a) {
4524
+ R(i, t, a), p(t, n);
4502
4525
  },
4503
- p(i, o) {
4504
- o & /*$_, sports, currency*/
4526
+ p(i, a) {
4527
+ a & /*$_, sports, currency*/
4505
4528
  12416 && r !== (r = /*$_*/
4506
4529
  i[13]("productMinBet", {
4507
4530
  values: {
@@ -4551,11 +4574,11 @@ function Ui(e) {
4551
4574
  c() {
4552
4575
  t = x("div"), n = X(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4553
4576
  },
4554
- m(i, o) {
4555
- R(i, t, o), p(t, n);
4577
+ m(i, a) {
4578
+ R(i, t, a), p(t, n);
4556
4579
  },
4557
- p(i, o) {
4558
- o & /*$_, sports, currency*/
4580
+ p(i, a) {
4581
+ a & /*$_, sports, currency*/
4559
4582
  12416 && r !== (r = /*$_*/
4560
4583
  i[13]("productMaxBet", {
4561
4584
  values: {
@@ -4594,11 +4617,11 @@ function Gi(e) {
4594
4617
  c() {
4595
4618
  t = x("div"), n = X(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4596
4619
  },
4597
- m(i, o) {
4598
- R(i, t, o), p(t, n);
4620
+ m(i, a) {
4621
+ R(i, t, a), p(t, n);
4599
4622
  },
4600
- p(i, o) {
4601
- o & /*$_, sports*/
4623
+ p(i, a) {
4624
+ a & /*$_, sports*/
4602
4625
  8320 && r !== (r = /*$_*/
4603
4626
  i[13]("productNoLimitsBet", {
4604
4627
  values: { productName: (
@@ -4613,7 +4636,7 @@ function Gi(e) {
4613
4636
  };
4614
4637
  }
4615
4638
  function Fi(e) {
4616
- let t, r, n, i, o, a, s, l, u, h, c, f, g, y = (
4639
+ let t, r, n, i, a, o, s, l, u, h, c, f, g, y = (
4617
4640
  /*$_*/
4618
4641
  e[13]("miniBetCount", {
4619
4642
  values: { betCount: (
@@ -4662,20 +4685,20 @@ function Fi(e) {
4662
4685
  );
4663
4686
  return {
4664
4687
  c() {
4665
- t = x("div"), r = x("div"), n = x("div"), n.innerHTML = `<img src="${Ri}"/>`, i = O(), o = x("div"), $ && $.c(), a = O(), D && D.c(), s = O(), U && U.c(), l = O(), G && G.c(), u = O(), h = x("div"), c = x("div"), c.innerHTML = `<img src="${Mi}"/>`, f = O(), g = x("div"), T = X(y), w = O(), C = x("div"), k = x("div"), k.innerHTML = `<img src="${ki}"/>`, S = O(), A = x("div"), J = X(L), te = O(), K = x("div"), re = x("div"), re.innerHTML = `<img src="${Ni}"/>`, xe = O(), q = x("div"), Te = O(), F && F.c(), d = O(), P = x("span"), ut = O(), j && j.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(h, "class", "RulesRow"), m(h, "part", "rule"), m(k, "class", "RuleIcon"), m(k, "part", "RuleIcon"), m(A, "class", "RuleTxt"), m(A, "part", "RuleTxt"), m(C, "class", "RulesRow"), m(C, "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(P, "type", "hidden"), m(P, "href", W = { tcurl: (
4688
+ t = x("div"), r = x("div"), n = x("div"), n.innerHTML = `<img src="${Ri}"/>`, i = O(), a = x("div"), $ && $.c(), o = O(), D && D.c(), s = O(), U && U.c(), l = O(), G && G.c(), u = O(), h = x("div"), c = x("div"), c.innerHTML = `<img src="${Mi}"/>`, f = O(), g = x("div"), T = X(y), w = O(), C = x("div"), k = x("div"), k.innerHTML = `<img src="${ki}"/>`, S = O(), A = x("div"), J = X(L), te = O(), K = x("div"), re = x("div"), re.innerHTML = `<img src="${Ni}"/>`, xe = O(), q = x("div"), Te = O(), F && F.c(), d = O(), P = x("span"), ut = O(), j && j.c(), m(n, "class", "RuleIcon"), m(n, "part", "RuleIcon"), m(a, "class", "RuleTxt"), m(a, "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(h, "class", "RulesRow"), m(h, "part", "rule"), m(k, "class", "RuleIcon"), m(k, "part", "RuleIcon"), m(A, "class", "RuleTxt"), m(A, "part", "RuleTxt"), m(C, "class", "RulesRow"), m(C, "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(P, "type", "hidden"), m(P, "href", W = { tcurl: (
4666
4689
  /*tcurl*/
4667
4690
  e[4]
4668
4691
  ) }), m(t, "class", "casino-tournaments-thumbnail-rule"), m(t, "part", "casino-tournaments-thumbnail-rule");
4669
4692
  },
4670
4693
  m(E, V) {
4671
- R(E, t, V), p(t, r), p(r, n), p(r, i), p(r, o), $ && $.m(o, null), p(o, a), D && D.m(o, null), p(o, s), U && U.m(o, null), p(o, l), G && G.m(o, null), p(t, u), p(t, h), p(h, c), p(h, f), p(h, g), p(g, T), p(t, w), p(t, C), p(C, k), p(C, S), p(C, A), p(A, J), p(t, te), p(t, K), p(K, re), p(K, xe), p(K, q), q.innerHTML = ne, p(t, Te), F && F.m(t, null), p(t, d), p(t, P), p(t, ut), j && j.m(t, null), e[20](t);
4694
+ R(E, t, V), p(t, r), p(r, n), p(r, i), p(r, a), $ && $.m(a, null), p(a, o), D && D.m(a, null), p(a, s), U && U.m(a, null), p(a, l), G && G.m(a, null), p(t, u), p(t, h), p(h, c), p(h, f), p(h, g), p(g, T), p(t, w), p(t, C), p(C, k), p(C, S), p(C, A), p(A, J), p(t, te), p(t, K), p(K, re), p(K, xe), p(K, q), q.innerHTML = ne, p(t, Te), F && F.m(t, null), p(t, d), p(t, P), p(t, ut), j && j.m(t, null), e[20](t);
4672
4695
  },
4673
4696
  p(E, [V]) {
4674
4697
  /*scorecriterial*/
4675
- E[0] == "BetCount" ? $ ? $.p(E, V) : ($ = Rt(E), $.c(), $.m(o, a)) : $ && ($.d(1), $ = null), /*scorecriterial*/
4676
- E[0] == "WinStakeRatio" ? D ? D.p(E, V) : (D = kt(E), D.c(), D.m(o, s)) : D && (D.d(1), D = null), /*scorecriterial*/
4677
- E[0] == "MaxWinStakeRatio" ? U ? U.p(E, V) : (U = Nt(E), U.c(), U.m(o, l)) : U && (U.d(1), U = null), /*scorecriterial*/
4678
- E[0] == "Stake" ? G ? G.p(E, V) : (G = At(E), G.c(), G.m(o, null)) : G && (G.d(1), G = null), V & /*$_, betcount*/
4698
+ E[0] == "BetCount" ? $ ? $.p(E, V) : ($ = Rt(E), $.c(), $.m(a, o)) : $ && ($.d(1), $ = null), /*scorecriterial*/
4699
+ E[0] == "WinStakeRatio" ? D ? D.p(E, V) : (D = kt(E), D.c(), D.m(a, s)) : D && (D.d(1), D = null), /*scorecriterial*/
4700
+ E[0] == "MaxWinStakeRatio" ? U ? U.p(E, V) : (U = Nt(E), U.c(), U.m(a, l)) : U && (U.d(1), U = null), /*scorecriterial*/
4701
+ E[0] == "Stake" ? G ? G.p(E, V) : (G = At(E), G.c(), G.m(a, null)) : G && (G.d(1), G = null), V & /*$_, betcount*/
4679
4702
  8194 && y !== (y = /*$_*/
4680
4703
  E[13]("miniBetCount", {
4681
4704
  values: { betCount: (
@@ -4718,7 +4741,7 @@ function Fi(e) {
4718
4741
  function ji(e, t, r) {
4719
4742
  let n;
4720
4743
  gr(e, Hi, (d) => r(13, n = d));
4721
- let { lang: i = "tr" } = t, { scorecriterial: o = "BetCount" } = t, { betcount: a } = t, { starttime: s } = t, { endtime: l } = t, { tcurl: u } = t, { products: h = "{}" } = t, { clientstyling: c = "" } = t, { clientstylingurl: f = "" } = t, { translationurl: g = "" } = t, y, T, w, C = !1, k = !1, S = !1, A = !1, L = "EUR";
4744
+ let { lang: i = "tr" } = t, { scorecriterial: a = "BetCount" } = t, { betcount: o } = t, { starttime: s } = t, { endtime: l } = t, { tcurl: u } = t, { products: h = "{}" } = t, { clientstyling: c = "" } = t, { clientstylingurl: f = "" } = t, { translationurl: g = "" } = t, y, T, w, C = !1, k = !1, S = !1, A = !1, L = "EUR";
4722
4745
  Ci({ withLocale: "en", translations: {} });
4723
4746
  const J = (d) => typeof d == "number" || Object.prototype.toString.call(d) === "[object Number]", te = () => {
4724
4747
  fetch(g).then((P) => P.json()).then((P) => {
@@ -4765,7 +4788,7 @@ function ji(e, t, r) {
4765
4788
  });
4766
4789
  }
4767
4790
  return e.$$set = (d) => {
4768
- "lang" in d && r(16, i = d.lang), "scorecriterial" in d && r(0, o = d.scorecriterial), "betcount" in d && r(1, a = d.betcount), "starttime" in d && r(2, s = d.starttime), "endtime" in d && r(3, l = d.endtime), "tcurl" in d && r(4, u = d.tcurl), "products" in d && r(15, h = 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);
4791
+ "lang" in d && r(16, i = d.lang), "scorecriterial" in d && r(0, a = d.scorecriterial), "betcount" in d && r(1, o = d.betcount), "starttime" in d && r(2, s = d.starttime), "endtime" in d && r(3, l = d.endtime), "tcurl" in d && r(4, u = d.tcurl), "products" in d && r(15, h = 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);
4769
4792
  }, e.$$.update = () => {
4770
4793
  e.$$.dirty & /*lang*/
4771
4794
  65536 && i && re(), e.$$.dirty & /*products*/
@@ -4774,8 +4797,8 @@ function ji(e, t, r) {
4774
4797
  262176 && f && y && q(), e.$$.dirty & /*translationurl*/
4775
4798
  524288 && g && te();
4776
4799
  }, [
4777
- o,
4778
4800
  a,
4801
+ o,
4779
4802
  s,
4780
4803
  l,
4781
4804
  u,