@everymatrix/casino-tournaments-thumbnail-rule 1.74.4 → 1.74.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -36,7 +36,7 @@ function b(e, t) {
36
36
  function hn(e, t, n) {
37
37
  const r = cn(e);
38
38
  if (!r.getElementById(t)) {
39
- const i = _("style");
39
+ const i = T("style");
40
40
  i.id = t, i.textContent = n, fn(r, i);
41
41
  }
42
42
  }
@@ -67,7 +67,7 @@ function mn(e, t) {
67
67
  for (let n = 0; n < e.length; n += 1)
68
68
  e[n] && e[n].d(t);
69
69
  }
70
- function _(e) {
70
+ function T(e) {
71
71
  return document.createElement(e);
72
72
  }
73
73
  function dn(e) {
@@ -76,7 +76,7 @@ function dn(e) {
76
76
  function q(e) {
77
77
  return document.createTextNode(e);
78
78
  }
79
- function M() {
79
+ function A() {
80
80
  return q(" ");
81
81
  }
82
82
  function Se() {
@@ -126,7 +126,7 @@ class oe {
126
126
  this.e || (this.is_svg ? this.e = dn(
127
127
  /** @type {keyof SVGElementTagNameMap} */
128
128
  n.nodeName
129
- ) : this.e = _(
129
+ ) : this.e = T(
130
130
  /** @type {keyof HTMLElementTagNameMap} */
131
131
  n.nodeType === 11 ? "TEMPLATE" : n.nodeName
132
132
  ), this.t = n.tagName !== "TEMPLATE" ? n : (
@@ -188,14 +188,14 @@ let ne = [];
188
188
  const ot = [], vn = /* @__PURE__ */ Promise.resolve();
189
189
  let Fe = !1;
190
190
  function xn() {
191
- Fe || (Fe = !0, vn.then(R));
191
+ Fe || (Fe = !0, vn.then(L));
192
192
  }
193
193
  function je(e) {
194
194
  ne.push(e);
195
195
  }
196
196
  const Ne = /* @__PURE__ */ new Set();
197
197
  let K = 0;
198
- function R() {
198
+ function L() {
199
199
  if (K !== 0)
200
200
  return;
201
201
  const e = de;
@@ -253,9 +253,9 @@ function Sn(e, t) {
253
253
  e.$$.dirty[0] === -1 && (te.push(e), xn(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
254
254
  }
255
255
  function Hn(e, t, n, r, i, s, l = null, u = [-1]) {
256
- const h = de;
256
+ const c = de;
257
257
  me(e);
258
- const a = e.$$ = {
258
+ const o = e.$$ = {
259
259
  fragment: null,
260
260
  ctx: [],
261
261
  // state
@@ -269,27 +269,27 @@ function Hn(e, t, n, r, i, s, l = null, u = [-1]) {
269
269
  on_disconnect: [],
270
270
  before_update: [],
271
271
  after_update: [],
272
- context: new Map(t.context || (h ? h.$$.context : [])),
272
+ context: new Map(t.context || (c ? c.$$.context : [])),
273
273
  // everything else
274
274
  callbacks: at(),
275
275
  dirty: u,
276
276
  skip_bound: !1,
277
- root: t.target || h.$$.root
277
+ root: t.target || c.$$.root
278
278
  };
279
- l && l(a.root);
280
- let o = !1;
281
- if (a.ctx = n ? n(e, t.props || {}, (c, f, ...m) => {
279
+ l && l(o.root);
280
+ let a = !1;
281
+ if (o.ctx = n ? n(e, t.props || {}, (h, f, ...m) => {
282
282
  const g = m.length ? m[0] : f;
283
- return a.ctx && i(a.ctx[c], a.ctx[c] = g) && (!a.skip_bound && a.bound[c] && a.bound[c](g), o && Sn(e, c)), f;
284
- }) : [], a.update(), o = !0, ge(a.before_update), a.fragment = r ? r(a.ctx) : !1, t.target) {
283
+ return o.ctx && i(o.ctx[h], o.ctx[h] = g) && (!o.skip_bound && o.bound[h] && o.bound[h](g), a && Sn(e, h)), f;
284
+ }) : [], o.update(), a = !0, ge(o.before_update), o.fragment = r ? r(o.ctx) : !1, t.target) {
285
285
  if (t.hydrate) {
286
- const c = pn(t.target);
287
- a.fragment && a.fragment.l(c), c.forEach(j);
286
+ const h = pn(t.target);
287
+ o.fragment && o.fragment.l(h), h.forEach(j);
288
288
  } else
289
- a.fragment && a.fragment.c();
290
- t.intro && Tn(e.$$.fragment), wn(e, t.target, t.anchor), R();
289
+ o.fragment && o.fragment.c();
290
+ t.intro && Tn(e.$$.fragment), wn(e, t.target, t.anchor), L();
291
291
  }
292
- me(h);
292
+ me(c);
293
293
  }
294
294
  let It;
295
295
  typeof HTMLElement == "function" && (It = class extends HTMLElement {
@@ -334,17 +334,17 @@ typeof HTMLElement == "function" && (It = class extends HTMLElement {
334
334
  let s;
335
335
  return {
336
336
  c: function() {
337
- s = _("slot"), i !== "default" && p(s, "name", i);
337
+ s = T("slot"), i !== "default" && p(s, "name", i);
338
338
  },
339
339
  /**
340
340
  * @param {HTMLElement} target
341
341
  * @param {HTMLElement} [anchor]
342
342
  */
343
- m: function(h, a) {
344
- V(h, s, a);
343
+ m: function(c, o) {
344
+ V(c, s, o);
345
345
  },
346
- d: function(h) {
347
- h && j(s);
346
+ d: function(c) {
347
+ c && j(s);
348
348
  }
349
349
  };
350
350
  };
@@ -454,8 +454,8 @@ function Mn(e, t, n, r, i, s) {
454
454
  get() {
455
455
  return this.$$c && u in this.$$c ? this.$$c[u] : this.$$d[u];
456
456
  },
457
- set(h) {
458
- h = Ee(u, h, t), this.$$d[u] = h, this.$$c?.$set({ [u]: h });
457
+ set(c) {
458
+ c = Ee(u, c, t), this.$$d[u] = c, this.$$c?.$set({ [u]: c });
459
459
  }
460
460
  });
461
461
  }), r.forEach((u) => {
@@ -524,12 +524,12 @@ function He(e, t = F) {
524
524
  const r = /* @__PURE__ */ new Set();
525
525
  function i(u) {
526
526
  if (Nt(e, u) && (e = u, n)) {
527
- const h = !ee.length;
528
- for (const a of r)
529
- a[1](), ee.push(a, e);
530
- if (h) {
531
- for (let a = 0; a < ee.length; a += 2)
532
- ee[a][0](ee[a + 1]);
527
+ const c = !ee.length;
528
+ for (const o of r)
529
+ o[1](), ee.push(o, e);
530
+ if (c) {
531
+ for (let o = 0; o < ee.length; o += 2)
532
+ ee[o][0](ee[o + 1]);
533
533
  ee.length = 0;
534
534
  }
535
535
  }
@@ -537,10 +537,10 @@ function He(e, t = F) {
537
537
  function s(u) {
538
538
  i(u(e));
539
539
  }
540
- function l(u, h = F) {
541
- const a = [u, h];
542
- return r.add(a), r.size === 1 && (n = t(i, s) || F), u(e), () => {
543
- r.delete(a), r.size === 0 && n && (n(), n = null);
540
+ function l(u, c = F) {
541
+ const o = [u, c];
542
+ return r.add(o), r.size === 1 && (n = t(i, s) || F), u(e), () => {
543
+ r.delete(o), r.size === 0 && n && (n(), n = null);
544
544
  };
545
545
  }
546
546
  return { set: i, update: s, subscribe: l };
@@ -551,28 +551,28 @@ function ue(e, t, n) {
551
551
  throw new Error("derived() expects stores as input, got a falsy value");
552
552
  const s = t.length < 2;
553
553
  return Ln(n, (l, u) => {
554
- let h = !1;
555
- const a = [];
556
- let o = 0, c = F;
554
+ let c = !1;
555
+ const o = [];
556
+ let a = 0, h = F;
557
557
  const f = () => {
558
- if (o)
558
+ if (a)
559
559
  return;
560
- c();
561
- const g = t(r ? a[0] : a, l, u);
562
- s ? l(g) : c = Ke(g) ? g : F;
560
+ h();
561
+ const g = t(r ? o[0] : o, l, u);
562
+ s ? l(g) : h = Ke(g) ? g : F;
563
563
  }, m = i.map(
564
564
  (g, C) => Pt(
565
565
  g,
566
566
  (B) => {
567
- a[C] = B, o &= ~(1 << C), h && f();
567
+ o[C] = B, a &= ~(1 << C), c && f();
568
568
  },
569
569
  () => {
570
- o |= 1 << C;
570
+ a |= 1 << C;
571
571
  }
572
572
  )
573
573
  );
574
- return h = !0, f(), function() {
575
- ge(m), c(), h = !1;
574
+ return c = !0, f(), function() {
575
+ ge(m), h(), c = !1;
576
576
  };
577
577
  });
578
578
  }
@@ -760,40 +760,40 @@ var tr = {
760
760
  (function(e) {
761
761
  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";
762
762
  })(y || (y = {}));
763
- var T;
763
+ var w;
764
764
  (function(e) {
765
765
  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";
766
- })(T || (T = {}));
766
+ })(w || (w = {}));
767
767
  var ie;
768
768
  (function(e) {
769
769
  e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
770
770
  })(ie || (ie = {}));
771
771
  function ht(e) {
772
- return e.type === T.literal;
772
+ return e.type === w.literal;
773
773
  }
774
774
  function nr(e) {
775
- return e.type === T.argument;
775
+ return e.type === w.argument;
776
776
  }
777
777
  function Gt(e) {
778
- return e.type === T.number;
778
+ return e.type === w.number;
779
779
  }
780
780
  function Dt(e) {
781
- return e.type === T.date;
781
+ return e.type === w.date;
782
782
  }
783
783
  function Ft(e) {
784
- return e.type === T.time;
784
+ return e.type === w.time;
785
785
  }
786
786
  function jt(e) {
787
- return e.type === T.select;
787
+ return e.type === w.select;
788
788
  }
789
789
  function Vt(e) {
790
- return e.type === T.plural;
790
+ return e.type === w.plural;
791
791
  }
792
792
  function rr(e) {
793
- return e.type === T.pound;
793
+ return e.type === w.pound;
794
794
  }
795
795
  function zt(e) {
796
- return e.type === T.tag;
796
+ return e.type === w.tag;
797
797
  }
798
798
  function Zt(e) {
799
799
  return !!(e && typeof e == "object" && e.type === ie.number);
@@ -903,12 +903,12 @@ function or(e) {
903
903
  var s = i[r], l = s.split("/");
904
904
  if (l.length === 0)
905
905
  throw new Error("Invalid number skeleton");
906
- for (var u = l[0], h = l.slice(1), a = 0, o = h; a < o.length; a++) {
907
- var c = o[a];
908
- if (c.length === 0)
906
+ for (var u = l[0], c = l.slice(1), o = 0, a = c; o < a.length; o++) {
907
+ var h = a[o];
908
+ if (h.length === 0)
909
909
  throw new Error("Invalid number skeleton");
910
910
  }
911
- n.push({ stem: u, options: h });
911
+ n.push({ stem: u, options: c });
912
912
  }
913
913
  return n;
914
914
  }
@@ -1015,13 +1015,13 @@ function cr(e) {
1015
1015
  t.notation = "compact", t.compactDisplay = "long";
1016
1016
  continue;
1017
1017
  case "scientific":
1018
- t = x(x(x({}, t), { notation: "scientific" }), i.options.reduce(function(h, a) {
1019
- return x(x({}, h), mt(a));
1018
+ t = x(x(x({}, t), { notation: "scientific" }), i.options.reduce(function(c, o) {
1019
+ return x(x({}, c), mt(o));
1020
1020
  }, {}));
1021
1021
  continue;
1022
1022
  case "engineering":
1023
- t = x(x(x({}, t), { notation: "engineering" }), i.options.reduce(function(h, a) {
1024
- return x(x({}, h), mt(a));
1023
+ t = x(x(x({}, t), { notation: "engineering" }), i.options.reduce(function(c, o) {
1024
+ return x(x({}, c), mt(o));
1025
1025
  }, {}));
1026
1026
  continue;
1027
1027
  case "notation-simple":
@@ -1066,11 +1066,11 @@ function cr(e) {
1066
1066
  case "integer-width":
1067
1067
  if (i.options.length > 1)
1068
1068
  throw new RangeError("integer-width stems only accept a single optional option");
1069
- i.options[0].replace(lr, function(h, a, o, c, f, m) {
1070
- if (a)
1071
- t.minimumIntegerDigits = o.length;
1069
+ i.options[0].replace(lr, function(c, o, a, h, f, m) {
1070
+ if (o)
1071
+ t.minimumIntegerDigits = a.length;
1072
1072
  else {
1073
- if (c && f)
1073
+ if (h && f)
1074
1074
  throw new Error("We currently do not support maximum integer digits");
1075
1075
  if (m)
1076
1076
  throw new Error("We currently do not support exact integer digits");
@@ -1086,8 +1086,8 @@ function cr(e) {
1086
1086
  if (ct.test(i.stem)) {
1087
1087
  if (i.options.length > 1)
1088
1088
  throw new RangeError("Fraction-precision stems only accept a single optional option");
1089
- i.stem.replace(ct, function(h, a, o, c, f, m) {
1090
- return o === "*" ? t.minimumFractionDigits = a.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : f && m ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + m.length) : (t.minimumFractionDigits = a.length, t.maximumFractionDigits = a.length), "";
1089
+ i.stem.replace(ct, function(c, o, a, h, f, m) {
1090
+ return a === "*" ? t.minimumFractionDigits = o.length : h && h[0] === "#" ? t.maximumFractionDigits = h.length : f && m ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + m.length) : (t.minimumFractionDigits = o.length, t.maximumFractionDigits = o.length), "";
1091
1091
  });
1092
1092
  var s = i.options[0];
1093
1093
  s === "w" ? t = x(x({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = x(x({}, t), ft(s)));
@@ -2525,11 +2525,11 @@ function fr(e, t) {
2525
2525
  if (i === "j") {
2526
2526
  for (var s = 0; r + 1 < e.length && e.charAt(r + 1) === i; )
2527
2527
  s++, r++;
2528
- var l = 1 + (s & 1), u = s < 2 ? 1 : 3 + (s >> 1), h = "a", a = mr(t);
2529
- for ((a == "H" || a == "k") && (u = 0); u-- > 0; )
2530
- n += h;
2528
+ var l = 1 + (s & 1), u = s < 2 ? 1 : 3 + (s >> 1), c = "a", o = mr(t);
2529
+ for ((o == "H" || o == "k") && (u = 0); u-- > 0; )
2530
+ n += c;
2531
2531
  for (; l-- > 0; )
2532
- n = a + n;
2532
+ n = o + n;
2533
2533
  } else
2534
2534
  i === "J" ? n += "H" : n += i;
2535
2535
  }
@@ -2685,7 +2685,7 @@ var Sr = (
2685
2685
  if (s === 35 && (n === "plural" || n === "selectordinal")) {
2686
2686
  var u = this.clonePosition();
2687
2687
  this.bump(), i.push({
2688
- type: T.pound,
2688
+ type: w.pound,
2689
2689
  location: v(u, this.clonePosition())
2690
2690
  });
2691
2691
  } else if (s === 60 && !this.ignoreTag && this.peek() === 47) {
@@ -2713,7 +2713,7 @@ var Sr = (
2713
2713
  if (this.bumpSpace(), this.bumpIf("/>"))
2714
2714
  return {
2715
2715
  val: {
2716
- type: T.literal,
2716
+ type: w.literal,
2717
2717
  value: "<".concat(i, "/>"),
2718
2718
  location: v(r, this.clonePosition())
2719
2719
  },
@@ -2727,10 +2727,10 @@ var Sr = (
2727
2727
  if (this.bumpIf("</")) {
2728
2728
  if (this.isEOF() || !qe(this.char()))
2729
2729
  return this.error(y.INVALID_TAG, v(u, this.clonePosition()));
2730
- var h = this.clonePosition(), a = this.parseTagName();
2731
- return i !== a ? this.error(y.UNMATCHED_CLOSING_TAG, v(h, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
2730
+ var c = this.clonePosition(), o = this.parseTagName();
2731
+ return i !== o ? this.error(y.UNMATCHED_CLOSING_TAG, v(c, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
2732
2732
  val: {
2733
- type: T.tag,
2733
+ type: w.tag,
2734
2734
  value: i,
2735
2735
  children: l,
2736
2736
  location: v(r, this.clonePosition())
@@ -2765,9 +2765,9 @@ var Sr = (
2765
2765
  }
2766
2766
  break;
2767
2767
  }
2768
- var h = v(r, this.clonePosition());
2768
+ var c = v(r, this.clonePosition());
2769
2769
  return {
2770
- val: { type: T.literal, value: i, location: h },
2770
+ val: { type: w.literal, value: i, location: c },
2771
2771
  err: null
2772
2772
  };
2773
2773
  }, e.prototype.tryParseLeftAngleBracket = function() {
@@ -2827,7 +2827,7 @@ var Sr = (
2827
2827
  case 125:
2828
2828
  return this.bump(), {
2829
2829
  val: {
2830
- type: T.argument,
2830
+ type: w.argument,
2831
2831
  // value does not include the opening and closing braces.
2832
2832
  value: i,
2833
2833
  location: v(r, this.clonePosition())
@@ -2845,49 +2845,49 @@ var Sr = (
2845
2845
  var s = this.clonePosition(), l = v(t, s);
2846
2846
  return { value: r, location: l };
2847
2847
  }, e.prototype.parseArgumentOptions = function(t, n, r, i) {
2848
- var s, l = this.clonePosition(), u = this.parseIdentifierIfPossible().value, h = this.clonePosition();
2848
+ var s, l = this.clonePosition(), u = this.parseIdentifierIfPossible().value, c = this.clonePosition();
2849
2849
  switch (u) {
2850
2850
  case "":
2851
- return this.error(y.EXPECT_ARGUMENT_TYPE, v(l, h));
2851
+ return this.error(y.EXPECT_ARGUMENT_TYPE, v(l, c));
2852
2852
  case "number":
2853
2853
  case "date":
2854
2854
  case "time": {
2855
2855
  this.bumpSpace();
2856
- var a = null;
2856
+ var o = null;
2857
2857
  if (this.bumpIf(",")) {
2858
2858
  this.bumpSpace();
2859
- var o = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
2860
- if (c.err)
2861
- return c;
2862
- var f = Br(c.val);
2859
+ var a = this.clonePosition(), h = this.parseSimpleArgStyleIfPossible();
2860
+ if (h.err)
2861
+ return h;
2862
+ var f = Br(h.val);
2863
2863
  if (f.length === 0)
2864
2864
  return this.error(y.EXPECT_ARGUMENT_STYLE, v(this.clonePosition(), this.clonePosition()));
2865
- var m = v(o, this.clonePosition());
2866
- a = { style: f, styleLocation: m };
2865
+ var m = v(a, this.clonePosition());
2866
+ o = { style: f, styleLocation: m };
2867
2867
  }
2868
2868
  var g = this.tryParseArgumentClose(i);
2869
2869
  if (g.err)
2870
2870
  return g;
2871
2871
  var C = v(i, this.clonePosition());
2872
- if (a && dt(a?.style, "::", 0)) {
2873
- var B = wr(a.style.slice(2));
2872
+ if (o && dt(o?.style, "::", 0)) {
2873
+ var B = wr(o.style.slice(2));
2874
2874
  if (u === "number") {
2875
- var c = this.parseNumberSkeletonFromString(B, a.styleLocation);
2876
- return c.err ? c : {
2877
- val: { type: T.number, value: r, location: C, style: c.val },
2875
+ var h = this.parseNumberSkeletonFromString(B, o.styleLocation);
2876
+ return h.err ? h : {
2877
+ val: { type: w.number, value: r, location: C, style: h.val },
2878
2878
  err: null
2879
2879
  };
2880
2880
  } else {
2881
2881
  if (B.length === 0)
2882
2882
  return this.error(y.EXPECT_DATE_TIME_SKELETON, C);
2883
- var w = B;
2884
- this.locale && (w = fr(B, this.locale));
2883
+ var _ = B;
2884
+ this.locale && (_ = fr(B, this.locale));
2885
2885
  var f = {
2886
2886
  type: ie.dateTime,
2887
- pattern: w,
2888
- location: a.styleLocation,
2889
- parsedOptions: this.shouldParseSkeletons ? sr(w) : {}
2890
- }, H = u === "date" ? T.date : T.time;
2887
+ pattern: _,
2888
+ location: o.styleLocation,
2889
+ parsedOptions: this.shouldParseSkeletons ? sr(_) : {}
2890
+ }, H = u === "date" ? w.date : w.time;
2891
2891
  return {
2892
2892
  val: { type: H, value: r, location: C, style: f },
2893
2893
  err: null
@@ -2896,10 +2896,10 @@ var Sr = (
2896
2896
  }
2897
2897
  return {
2898
2898
  val: {
2899
- type: u === "number" ? T.number : u === "date" ? T.date : T.time,
2899
+ type: u === "number" ? w.number : u === "date" ? w.date : w.time,
2900
2900
  value: r,
2901
2901
  location: C,
2902
- style: (s = a?.style) !== null && s !== void 0 ? s : null
2902
+ style: (s = o?.style) !== null && s !== void 0 ? s : null
2903
2903
  },
2904
2904
  err: null
2905
2905
  };
@@ -2911,17 +2911,17 @@ var Sr = (
2911
2911
  if (this.bumpSpace(), !this.bumpIf(","))
2912
2912
  return this.error(y.EXPECT_SELECT_ARGUMENT_OPTIONS, v(S, x({}, S)));
2913
2913
  this.bumpSpace();
2914
- var U = this.parseIdentifierIfPossible(), L = 0;
2915
- if (u !== "select" && U.value === "offset") {
2914
+ var R = this.parseIdentifierIfPossible(), M = 0;
2915
+ if (u !== "select" && R.value === "offset") {
2916
2916
  if (!this.bumpIf(":"))
2917
2917
  return this.error(y.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, v(this.clonePosition(), this.clonePosition()));
2918
2918
  this.bumpSpace();
2919
- var c = this.tryParseDecimalInteger(y.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, y.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
2920
- if (c.err)
2921
- return c;
2922
- this.bumpSpace(), U = this.parseIdentifierIfPossible(), L = c.val;
2919
+ var h = this.tryParseDecimalInteger(y.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, y.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
2920
+ if (h.err)
2921
+ return h;
2922
+ this.bumpSpace(), R = this.parseIdentifierIfPossible(), M = h.val;
2923
2923
  }
2924
- var D = this.tryParsePluralOrSelectOptions(t, u, n, U);
2924
+ var D = this.tryParsePluralOrSelectOptions(t, u, n, R);
2925
2925
  if (D.err)
2926
2926
  return D;
2927
2927
  var g = this.tryParseArgumentClose(i);
@@ -2930,7 +2930,7 @@ var Sr = (
2930
2930
  var J = v(i, this.clonePosition());
2931
2931
  return u === "select" ? {
2932
2932
  val: {
2933
- type: T.select,
2933
+ type: w.select,
2934
2934
  value: r,
2935
2935
  options: pt(D.val),
2936
2936
  location: J
@@ -2938,10 +2938,10 @@ var Sr = (
2938
2938
  err: null
2939
2939
  } : {
2940
2940
  val: {
2941
- type: T.plural,
2941
+ type: w.plural,
2942
2942
  value: r,
2943
2943
  options: pt(D.val),
2944
- offset: L,
2944
+ offset: M,
2945
2945
  pluralType: u === "plural" ? "cardinal" : "ordinal",
2946
2946
  location: J
2947
2947
  },
@@ -2949,7 +2949,7 @@ var Sr = (
2949
2949
  };
2950
2950
  }
2951
2951
  default:
2952
- return this.error(y.INVALID_ARGUMENT_TYPE, v(l, h));
2952
+ return this.error(y.INVALID_ARGUMENT_TYPE, v(l, c));
2953
2953
  }
2954
2954
  }, e.prototype.tryParseArgumentClose = function(t) {
2955
2955
  return this.isEOF() || this.char() !== 125 ? this.error(y.EXPECT_ARGUMENT_CLOSING_BRACE, v(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
@@ -3005,20 +3005,20 @@ var Sr = (
3005
3005
  err: null
3006
3006
  };
3007
3007
  }, e.prototype.tryParsePluralOrSelectOptions = function(t, n, r, i) {
3008
- for (var s, l = !1, u = [], h = /* @__PURE__ */ new Set(), a = i.value, o = i.location; ; ) {
3009
- if (a.length === 0) {
3010
- var c = this.clonePosition();
3008
+ for (var s, l = !1, u = [], c = /* @__PURE__ */ new Set(), o = i.value, a = i.location; ; ) {
3009
+ if (o.length === 0) {
3010
+ var h = this.clonePosition();
3011
3011
  if (n !== "select" && this.bumpIf("=")) {
3012
3012
  var f = this.tryParseDecimalInteger(y.EXPECT_PLURAL_ARGUMENT_SELECTOR, y.INVALID_PLURAL_ARGUMENT_SELECTOR);
3013
3013
  if (f.err)
3014
3014
  return f;
3015
- o = v(c, this.clonePosition()), a = this.message.slice(c.offset, this.offset());
3015
+ a = v(h, this.clonePosition()), o = this.message.slice(h.offset, this.offset());
3016
3016
  } else
3017
3017
  break;
3018
3018
  }
3019
- if (h.has(a))
3020
- return this.error(n === "select" ? y.DUPLICATE_SELECT_ARGUMENT_SELECTOR : y.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, o);
3021
- a === "other" && (l = !0), this.bumpSpace();
3019
+ if (c.has(o))
3020
+ return this.error(n === "select" ? y.DUPLICATE_SELECT_ARGUMENT_SELECTOR : y.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, a);
3021
+ o === "other" && (l = !0), this.bumpSpace();
3022
3022
  var m = this.clonePosition();
3023
3023
  if (!this.bumpIf("{"))
3024
3024
  return this.error(n === "select" ? y.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : y.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, v(this.clonePosition(), this.clonePosition()));
@@ -3029,12 +3029,12 @@ var Sr = (
3029
3029
  if (C.err)
3030
3030
  return C;
3031
3031
  u.push([
3032
- a,
3032
+ o,
3033
3033
  {
3034
3034
  value: g.val,
3035
3035
  location: v(m, this.clonePosition())
3036
3036
  }
3037
- ]), h.add(a), this.bumpSpace(), s = this.parseIdentifierIfPossible(), a = s.value, o = s.location;
3037
+ ]), c.add(o), this.bumpSpace(), s = this.parseIdentifierIfPossible(), o = s.value, a = s.location;
3038
3038
  }
3039
3039
  return u.length === 0 ? this.error(n === "select" ? y.EXPECT_SELECT_ARGUMENT_SELECTOR : y.EXPECT_PLURAL_ARGUMENT_SELECTOR, v(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !l ? this.error(y.MISSING_OTHER_CLAUSE, v(this.clonePosition(), this.clonePosition())) : { val: u, err: null };
3040
3040
  }, e.prototype.tryParseDecimalInteger = function(t, n) {
@@ -3047,8 +3047,8 @@ var Sr = (
3047
3047
  else
3048
3048
  break;
3049
3049
  }
3050
- var h = v(i, this.clonePosition());
3051
- return s ? (l *= r, _r(l) ? { val: l, err: null } : this.error(n, h)) : this.error(t, h);
3050
+ var c = v(i, this.clonePosition());
3051
+ return s ? (l *= r, _r(l) ? { val: l, err: null } : this.error(n, c)) : this.error(t, c);
3052
3052
  }, e.prototype.offset = function() {
3053
3053
  return this.position.offset;
3054
3054
  }, e.prototype.isEOF = function() {
@@ -3190,14 +3190,14 @@ var Re = (
3190
3190
  }
3191
3191
  return t;
3192
3192
  }(Re)
3193
- ), A;
3193
+ ), O;
3194
3194
  (function(e) {
3195
3195
  e[e.literal = 0] = "literal", e[e.object = 1] = "object";
3196
- })(A || (A = {}));
3196
+ })(O || (O = {}));
3197
3197
  function Nr(e) {
3198
3198
  return e.length < 2 ? e : e.reduce(function(t, n) {
3199
3199
  var r = t[t.length - 1];
3200
- return !r || r.type !== A.literal || n.type !== A.literal ? t.push(n) : r.value += n.value, t;
3200
+ return !r || r.type !== O.literal || n.type !== O.literal ? t.push(n) : r.value += n.value, t;
3201
3201
  }, []);
3202
3202
  }
3203
3203
  function Pr(e) {
@@ -3207,95 +3207,95 @@ function Ce(e, t, n, r, i, s, l) {
3207
3207
  if (e.length === 1 && ht(e[0]))
3208
3208
  return [
3209
3209
  {
3210
- type: A.literal,
3210
+ type: O.literal,
3211
3211
  value: e[0].value
3212
3212
  }
3213
3213
  ];
3214
- for (var u = [], h = 0, a = e; h < a.length; h++) {
3215
- var o = a[h];
3216
- if (ht(o)) {
3214
+ for (var u = [], c = 0, o = e; c < o.length; c++) {
3215
+ var a = o[c];
3216
+ if (ht(a)) {
3217
3217
  u.push({
3218
- type: A.literal,
3219
- value: o.value
3218
+ type: O.literal,
3219
+ value: a.value
3220
3220
  });
3221
3221
  continue;
3222
3222
  }
3223
- if (rr(o)) {
3223
+ if (rr(a)) {
3224
3224
  typeof s == "number" && u.push({
3225
- type: A.literal,
3225
+ type: O.literal,
3226
3226
  value: n.getNumberFormat(t).format(s)
3227
3227
  });
3228
3228
  continue;
3229
3229
  }
3230
- var c = o.value;
3231
- if (!(i && c in i))
3232
- throw new Or(c, l);
3233
- var f = i[c];
3234
- if (nr(o)) {
3230
+ var h = a.value;
3231
+ if (!(i && h in i))
3232
+ throw new Or(h, l);
3233
+ var f = i[h];
3234
+ if (nr(a)) {
3235
3235
  (!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), u.push({
3236
- type: typeof f == "string" ? A.literal : A.object,
3236
+ type: typeof f == "string" ? O.literal : O.object,
3237
3237
  value: f
3238
3238
  });
3239
3239
  continue;
3240
3240
  }
3241
- if (Dt(o)) {
3242
- var m = typeof o.style == "string" ? r.date[o.style] : ze(o.style) ? o.style.parsedOptions : void 0;
3241
+ if (Dt(a)) {
3242
+ var m = typeof a.style == "string" ? r.date[a.style] : ze(a.style) ? a.style.parsedOptions : void 0;
3243
3243
  u.push({
3244
- type: A.literal,
3244
+ type: O.literal,
3245
3245
  value: n.getDateTimeFormat(t, m).format(f)
3246
3246
  });
3247
3247
  continue;
3248
3248
  }
3249
- if (Ft(o)) {
3250
- var m = typeof o.style == "string" ? r.time[o.style] : ze(o.style) ? o.style.parsedOptions : r.time.medium;
3249
+ if (Ft(a)) {
3250
+ var m = typeof a.style == "string" ? r.time[a.style] : ze(a.style) ? a.style.parsedOptions : r.time.medium;
3251
3251
  u.push({
3252
- type: A.literal,
3252
+ type: O.literal,
3253
3253
  value: n.getDateTimeFormat(t, m).format(f)
3254
3254
  });
3255
3255
  continue;
3256
3256
  }
3257
- if (Gt(o)) {
3258
- var m = typeof o.style == "string" ? r.number[o.style] : Zt(o.style) ? o.style.parsedOptions : void 0;
3257
+ if (Gt(a)) {
3258
+ var m = typeof a.style == "string" ? r.number[a.style] : Zt(a.style) ? a.style.parsedOptions : void 0;
3259
3259
  m && m.scale && (f = f * (m.scale || 1)), u.push({
3260
- type: A.literal,
3260
+ type: O.literal,
3261
3261
  value: n.getNumberFormat(t, m).format(f)
3262
3262
  });
3263
3263
  continue;
3264
3264
  }
3265
- if (zt(o)) {
3266
- var g = o.children, C = o.value, B = i[C];
3265
+ if (zt(a)) {
3266
+ var g = a.children, C = a.value, B = i[C];
3267
3267
  if (!Pr(B))
3268
3268
  throw new Lr(C, "function", l);
3269
- var w = Ce(g, t, n, r, i, s), H = B(w.map(function(L) {
3270
- return L.value;
3269
+ var _ = Ce(g, t, n, r, i, s), H = B(_.map(function(M) {
3270
+ return M.value;
3271
3271
  }));
3272
- Array.isArray(H) || (H = [H]), u.push.apply(u, H.map(function(L) {
3272
+ Array.isArray(H) || (H = [H]), u.push.apply(u, H.map(function(M) {
3273
3273
  return {
3274
- type: typeof L == "string" ? A.literal : A.object,
3275
- value: L
3274
+ type: typeof M == "string" ? O.literal : O.object,
3275
+ value: M
3276
3276
  };
3277
3277
  }));
3278
3278
  }
3279
- if (jt(o)) {
3280
- var S = o.options[f] || o.options.other;
3279
+ if (jt(a)) {
3280
+ var S = a.options[f] || a.options.other;
3281
3281
  if (!S)
3282
- throw new gt(o.value, f, Object.keys(o.options), l);
3282
+ throw new gt(a.value, f, Object.keys(a.options), l);
3283
3283
  u.push.apply(u, Ce(S.value, t, n, r, i));
3284
3284
  continue;
3285
3285
  }
3286
- if (Vt(o)) {
3287
- var S = o.options["=".concat(f)];
3286
+ if (Vt(a)) {
3287
+ var S = a.options["=".concat(f)];
3288
3288
  if (!S) {
3289
3289
  if (!Intl.PluralRules)
3290
3290
  throw new Re(`Intl.PluralRules is not available in this environment.
3291
3291
  Try polyfilling it using "@formatjs/intl-pluralrules"
3292
3292
  `, se.MISSING_INTL_API, l);
3293
- var U = n.getPluralRules(t, { type: o.pluralType }).select(f - (o.offset || 0));
3294
- S = o.options[U] || o.options.other;
3293
+ var R = n.getPluralRules(t, { type: a.pluralType }).select(f - (a.offset || 0));
3294
+ S = a.options[R] || a.options.other;
3295
3295
  }
3296
3296
  if (!S)
3297
- throw new gt(o.value, f, Object.keys(o.options), l);
3298
- u.push.apply(u, Ce(S.value, t, n, r, i, f - (o.offset || 0)));
3297
+ throw new gt(a.value, f, Object.keys(a.options), l);
3298
+ u.push.apply(u, Ce(S.value, t, n, r, i, f - (a.offset || 0)));
3299
3299
  continue;
3300
3300
  }
3301
3301
  }
@@ -3367,20 +3367,20 @@ var Ur = (
3367
3367
  number: {},
3368
3368
  dateTime: {},
3369
3369
  pluralRules: {}
3370
- }, this.format = function(h) {
3371
- var a = s.formatToParts(h);
3372
- if (a.length === 1)
3373
- return a[0].value;
3374
- var o = a.reduce(function(c, f) {
3375
- return !c.length || f.type !== A.literal || typeof c[c.length - 1] != "string" ? c.push(f.value) : c[c.length - 1] += f.value, c;
3370
+ }, this.format = function(c) {
3371
+ var o = s.formatToParts(c);
3372
+ if (o.length === 1)
3373
+ return o[0].value;
3374
+ var a = o.reduce(function(h, f) {
3375
+ return !h.length || f.type !== O.literal || typeof h[h.length - 1] != "string" ? h.push(f.value) : h[h.length - 1] += f.value, h;
3376
3376
  }, []);
3377
- return o.length <= 1 ? o[0] || "" : o;
3378
- }, this.formatToParts = function(h) {
3379
- return Ce(s.ast, s.locales, s.formatters, s.formats, h, void 0, s.message);
3377
+ return a.length <= 1 ? a[0] || "" : a;
3378
+ }, this.formatToParts = function(c) {
3379
+ return Ce(s.ast, s.locales, s.formatters, s.formats, c, void 0, s.message);
3380
3380
  }, this.resolvedOptions = function() {
3381
- var h;
3381
+ var c;
3382
3382
  return {
3383
- locale: ((h = s.resolvedLocale) === null || h === void 0 ? void 0 : h.toString()) || Intl.NumberFormat.supportedLocalesOf(s.locales)[0]
3383
+ locale: ((c = s.resolvedLocale) === null || c === void 0 ? void 0 : c.toString()) || Intl.NumberFormat.supportedLocalesOf(s.locales)[0]
3384
3384
  };
3385
3385
  }, this.getAst = function() {
3386
3386
  return s.ast;
@@ -3738,32 +3738,32 @@ const be = (e, t) => {
3738
3738
  typeof e == "object" && (l = e, e = l.id);
3739
3739
  const {
3740
3740
  values: u,
3741
- locale: h = Y(),
3742
- default: a
3741
+ locale: c = Y(),
3742
+ default: o
3743
3743
  } = l;
3744
- if (h == null)
3744
+ if (c == null)
3745
3745
  throw new Error(
3746
3746
  "[svelte-i18n] Cannot format a message without first setting the initial locale."
3747
3747
  );
3748
- let o = en(e, h);
3749
- if (!o)
3750
- o = (s = (i = (r = (n = ae()).handleMissingMessage) == null ? void 0 : r.call(n, { locale: h, id: e, defaultValue: a })) != null ? i : a) != null ? s : e;
3751
- else if (typeof o != "string")
3748
+ let a = en(e, c);
3749
+ if (!a)
3750
+ a = (s = (i = (r = (n = ae()).handleMissingMessage) == null ? void 0 : r.call(n, { locale: c, id: e, defaultValue: o })) != null ? i : o) != null ? s : e;
3751
+ else if (typeof a != "string")
3752
3752
  return console.warn(
3753
- `[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof o}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
3754
- ), o;
3753
+ `[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof a}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
3754
+ ), a;
3755
3755
  if (!u)
3756
- return o;
3757
- let c = o;
3756
+ return a;
3757
+ let h = a;
3758
3758
  try {
3759
- c = fi(o, h).format(u);
3759
+ h = fi(a, c).format(u);
3760
3760
  } catch (f) {
3761
3761
  f instanceof Error && console.warn(
3762
3762
  `[svelte-i18n] Message "${e}" has syntax error:`,
3763
3763
  f.message
3764
3764
  );
3765
3765
  }
3766
- return c;
3766
+ return h;
3767
3767
  }, di = (e, t) => ci(t).format(e), pi = (e, t) => hi(t).format(e), bi = (e, t) => li(t).format(e), gi = (e, t = Y()) => en(e, t), yi = ue([Q, le], () => mi);
3768
3768
  ue([Q], () => di);
3769
3769
  ue([Q], () => pi);
@@ -3913,31 +3913,33 @@ class Tt {
3913
3913
  }
3914
3914
  static generateSportsRule(t, n, r = "EUR") {
3915
3915
  const i = [], s = ` ~ ${t("unlimited")}`, l = n.minStake ? `: ${n.minStake.amount[r]}` : s, u = n.maxStake ? `: ${n.maxStake.amount[r]}` : s;
3916
- i.push(t("sportsRuleMinMaxBet", { values: { sportMinBet: l, sportMaxBet: u } })), n.config.liveMatch && n.config.preLiveMatch ? i.push(t("matchTypePreAndLive")) : n.config.liveMatch ? i.push(`${t("matchTypeLive")}`) : n.config.preLiveMatch && i.push(`${t("matchTyppePre")}`);
3917
- const h = n.combination, a = [];
3918
- h.single.isEligible && a.push(t("betTypeSingle"));
3919
- const o = {
3916
+ i.push(t("sportsRuleMinMaxBet", { values: { sportMinBet: l, sportMaxBet: u } }));
3917
+ const c = n.config.liveMatch === "true", o = n.config.preLiveMatch === "true";
3918
+ c && o ? i.push(t("matchTypePreAndLive")) : c ? i.push(`${t("matchTypeLive")}`) : o && i.push(`${t("matchTyppePre")}`);
3919
+ const a = n.combination, h = [];
3920
+ a.single.isEligible === "true" && h.push(t("betTypeSingle"));
3921
+ const m = {
3920
3922
  null: t("typeOfSelectionAny"),
3921
3923
  true: t("bankerOnly"),
3922
3924
  false: t("notBankerOnly")
3923
- }, c = {
3925
+ }, g = {
3924
3926
  unspecific: t("typeOfSelectionAny"),
3925
3927
  all: t("betBuilderOnly"),
3926
3928
  none: t("notBuilderOnly")
3927
3929
  };
3928
- let f = "", m = "";
3929
- const g = `${t("oddsPerSelection")}: ${n.config.minOdds || t("unlimited")} - ${n.config.maxOdds || t("unlimited")}`;
3930
- h.system.isEligible && (f = ` ${t("betTypeSystem")}
3931
- ( ${t("typeOfSelection")}: ${o[n.combination.system.banker?.include || "null"]},
3930
+ let C = "", B = "";
3931
+ const _ = `${t("oddsPerSelection")}: ${n.config.minOdds || t("unlimited")} - ${n.config.maxOdds || t("unlimited")}`, H = a.system.isEligible === "true", S = a.multiple.isEligible === "true";
3932
+ H && (C = ` ${t("betTypeSystem")}
3933
+ ( ${t("typeOfSelection")}: ${m[n.combination.system.banker?.include || "null"]},
3932
3934
  ${t("numberOfSelection")}:
3933
- ${h.system.minSelection?.number || t("unlimited")} - ${h.system.maxSelection?.number || t("unlimited")},
3934
- ${g} ) `), h.multiple.isEligible && (m = ` ${t("betTypeMultiple")}
3935
- ( ${t("typeOfSelection")}: ${c[n.combination.multiple.betBuilder?.mode || "unspecific"]},
3935
+ ${a.system.minSelection?.number || t("unlimited")} - ${a.system.maxSelection?.number || t("unlimited")},
3936
+ ${_} ) `), S && (B = ` ${t("betTypeMultiple")}
3937
+ ( ${t("typeOfSelection")}: ${g[n.combination.multiple.betBuilder?.mode || "unspecific"]},
3936
3938
  ${t("numberOfSelection")}:
3937
- ${h.multiple.minSelection?.number || t("unlimited")} - ${h.multiple.maxSelection?.number || t("unlimited")},
3938
- ${g} ) `), h.system.isEligible && h.multiple.isEligible ? a.push(m + t("and") + f) : h.system.isEligible ? a.push(f) : h.multiple.isEligible && a.push(m), i.push(a.join(", "));
3939
- const C = n.config.minTotalOdds ? `: ${n.config.minTotalOdds}` : s, B = n.config.maxTotalOdds ? `: ${n.config.maxTotalOdds}` : s;
3940
- return i.push(`${t("sportsRuleMinMaxOdds", { values: { sportMinOdds: C, sportMaxOdds: B } })}`), i;
3939
+ ${a.multiple.minSelection?.number || t("unlimited")} - ${a.multiple.maxSelection?.number || t("unlimited")},
3940
+ ${_} ) `), H && S ? h.push(B + t("and") + C) : H ? h.push(C) : S && h.push(B), i.push(h.join(", "));
3941
+ const R = n.config.minTotalOdds ? `: ${n.config.minTotalOdds}` : s, M = n.config.maxTotalOdds ? `: ${n.config.maxTotalOdds}` : s;
3942
+ return i.push(`${t("sportsRuleMinMaxOdds", { values: { sportMinOdds: R, sportMaxOdds: M } })}`), i;
3941
3943
  }
3942
3944
  }
3943
3945
  function Ri(e) {
@@ -4039,29 +4041,29 @@ function Rt(e) {
4039
4041
  let t, n, r, i, s, l = (
4040
4042
  /*$_*/
4041
4043
  e[10]("forCasino") + ""
4042
- ), u, h;
4044
+ ), u, c;
4043
4045
  return {
4044
4046
  c() {
4045
- t = _("div"), n = _("div"), n.innerHTML = `<img src="${Hi}"/>`, r = M(), i = _("div"), s = new oe(!1), u = q(":"), h = q(
4047
+ t = T("div"), n = T("div"), n.innerHTML = `<img src="${Hi}"/>`, r = A(), i = T("div"), s = new oe(!1), u = q(":"), c = q(
4046
4048
  /*casinoRules*/
4047
4049
  e[9]
4048
4050
  ), p(n, "class", "RuleIcon"), p(n, "part", "RuleIcon"), s.a = u, p(i, "class", "RuleTxt"), p(i, "part", "RuleTxt"), p(t, "class", "RulesRow"), p(t, "part", "rule");
4049
4051
  },
4050
- m(a, o) {
4051
- V(a, t, o), b(t, n), b(t, r), b(t, i), s.m(l, i), b(i, u), b(i, h);
4052
+ m(o, a) {
4053
+ V(o, t, a), b(t, n), b(t, r), b(t, i), s.m(l, i), b(i, u), b(i, c);
4052
4054
  },
4053
- p(a, o) {
4054
- o & /*$_*/
4055
+ p(o, a) {
4056
+ a & /*$_*/
4055
4057
  1024 && l !== (l = /*$_*/
4056
- a[10]("forCasino") + "") && s.p(l), o & /*casinoRules*/
4058
+ o[10]("forCasino") + "") && s.p(l), a & /*casinoRules*/
4057
4059
  512 && Te(
4058
- h,
4060
+ c,
4059
4061
  /*casinoRules*/
4060
- a[9]
4062
+ o[9]
4061
4063
  );
4062
4064
  },
4063
- d(a) {
4064
- a && j(t);
4065
+ d(o) {
4066
+ o && j(t);
4065
4067
  }
4066
4068
  };
4067
4069
  }
@@ -4069,46 +4071,46 @@ function At(e) {
4069
4071
  let t, n, r, i, s, l = (
4070
4072
  /*$_*/
4071
4073
  e[10]("forSportsbook") + ""
4072
- ), u, h, a = ut(
4074
+ ), u, c, o = ut(
4073
4075
  /*sportRules*/
4074
4076
  e[8]
4075
- ), o = [];
4076
- for (let c = 0; c < a.length; c += 1)
4077
- o[c] = Lt(wt(e, a, c));
4077
+ ), a = [];
4078
+ for (let h = 0; h < o.length; h += 1)
4079
+ a[h] = Lt(wt(e, o, h));
4078
4080
  return {
4079
4081
  c() {
4080
- t = _("div"), n = _("div"), n.innerHTML = `<img src="${Mi}"/>`, r = M(), i = _("div"), s = new oe(!1), u = q(`:
4081
- `), h = _("ul");
4082
- for (let c = 0; c < o.length; c += 1)
4083
- o[c].c();
4084
- p(n, "class", "RuleIcon"), p(n, "part", "RuleIcon"), s.a = u, p(h, "class", "SportsRules"), p(i, "class", "RuleTxt"), p(i, "part", "RuleTxt"), p(t, "class", "RulesRow"), p(t, "part", "rule");
4082
+ t = T("div"), n = T("div"), n.innerHTML = `<img src="${Mi}"/>`, r = A(), i = T("div"), s = new oe(!1), u = q(`:
4083
+ `), c = T("ul");
4084
+ for (let h = 0; h < a.length; h += 1)
4085
+ a[h].c();
4086
+ p(n, "class", "RuleIcon"), p(n, "part", "RuleIcon"), s.a = u, p(c, "class", "SportsRules"), p(i, "class", "RuleTxt"), p(i, "part", "RuleTxt"), p(t, "class", "RulesRow"), p(t, "part", "rule");
4085
4087
  },
4086
- m(c, f) {
4087
- V(c, t, f), b(t, n), b(t, r), b(t, i), s.m(l, i), b(i, u), b(i, h);
4088
- for (let m = 0; m < o.length; m += 1)
4089
- o[m] && o[m].m(h, null);
4088
+ m(h, f) {
4089
+ V(h, t, f), b(t, n), b(t, r), b(t, i), s.m(l, i), b(i, u), b(i, c);
4090
+ for (let m = 0; m < a.length; m += 1)
4091
+ a[m] && a[m].m(c, null);
4090
4092
  },
4091
- p(c, f) {
4093
+ p(h, f) {
4092
4094
  if (f & /*$_*/
4093
4095
  1024 && l !== (l = /*$_*/
4094
- c[10]("forSportsbook") + "") && s.p(l), f & /*sportRules*/
4096
+ h[10]("forSportsbook") + "") && s.p(l), f & /*sportRules*/
4095
4097
  256) {
4096
- a = ut(
4098
+ o = ut(
4097
4099
  /*sportRules*/
4098
- c[8]
4100
+ h[8]
4099
4101
  );
4100
4102
  let m;
4101
- for (m = 0; m < a.length; m += 1) {
4102
- const g = wt(c, a, m);
4103
- o[m] ? o[m].p(g, f) : (o[m] = Lt(g), o[m].c(), o[m].m(h, null));
4103
+ for (m = 0; m < o.length; m += 1) {
4104
+ const g = wt(h, o, m);
4105
+ a[m] ? a[m].p(g, f) : (a[m] = Lt(g), a[m].c(), a[m].m(c, null));
4104
4106
  }
4105
- for (; m < o.length; m += 1)
4106
- o[m].d(1);
4107
- o.length = a.length;
4107
+ for (; m < a.length; m += 1)
4108
+ a[m].d(1);
4109
+ a.length = o.length;
4108
4110
  }
4109
4111
  },
4110
- d(c) {
4111
- c && j(t), mn(o, c);
4112
+ d(h) {
4113
+ h && j(t), mn(a, h);
4112
4114
  }
4113
4115
  };
4114
4116
  }
@@ -4119,7 +4121,7 @@ function Lt(e) {
4119
4121
  ), r;
4120
4122
  return {
4121
4123
  c() {
4122
- t = _("li"), r = q(n), p(t, "class", "RuleTxt"), p(t, "part", "RuleTxt");
4124
+ t = T("li"), r = q(n), p(t, "class", "RuleTxt"), p(t, "part", "RuleTxt");
4123
4125
  },
4124
4126
  m(i, s) {
4125
4127
  V(i, t, s), b(t, r);
@@ -4135,7 +4137,7 @@ function Lt(e) {
4135
4137
  };
4136
4138
  }
4137
4139
  function Ai(e) {
4138
- let t, n, r, i, s, l, u, h, a, o, c, f, m, g = (
4140
+ let t, n, r, i, s, l, u, c, o, a, h, f, m, g = (
4139
4141
  /*$_*/
4140
4142
  e[10]("miniBetCount", {
4141
4143
  values: { betCount: (
@@ -4143,7 +4145,7 @@ function Ai(e) {
4143
4145
  e[3]
4144
4146
  ) }
4145
4147
  }) + ""
4146
- ), C, B, w, H, S, U, L = (
4148
+ ), C, B, _, H, S, R, M = (
4147
4149
  /*$_*/
4148
4150
  e[10]("timePeriod", {
4149
4151
  values: {
@@ -4163,42 +4165,42 @@ function Ai(e) {
4163
4165
  /*tcurl*/
4164
4166
  e[6]
4165
4167
  ) } }) + ""
4166
- ), it, ce, ve, st, Oe, O = (
4168
+ ), it, ce, ve, st, Oe, N = (
4167
4169
  /*scorecriterial*/
4168
4170
  e[2] == "BetCount" && Bt(e)
4169
- ), N = (
4171
+ ), P = (
4170
4172
  /*scorecriterial*/
4171
4173
  e[2] == "WinStakeRatio" && St(e)
4172
- ), P = (
4174
+ ), I = (
4173
4175
  /*scorecriterial*/
4174
4176
  e[2] == "MaxWinStakeRatio" && Ht(e)
4175
- ), I = (
4177
+ ), k = (
4176
4178
  /*scorecriterial*/
4177
4179
  e[2] == "Stake" && Mt(e)
4178
- ), k = (
4180
+ ), $ = (
4179
4181
  /*casinowallet*/
4180
4182
  e[1] && Rt(e)
4181
- ), $ = (
4183
+ ), U = (
4182
4184
  /*sportswallet*/
4183
4185
  e[0] && /*sportRules*/
4184
4186
  e[8].length && At(e)
4185
4187
  );
4186
4188
  return {
4187
4189
  c() {
4188
- t = _("div"), n = _("div"), r = _("div"), r.innerHTML = `<img src="${Ti}"/>`, i = M(), s = _("div"), O && O.c(), l = M(), N && N.c(), u = M(), P && P.c(), h = M(), I && I.c(), a = M(), o = _("div"), c = _("div"), c.innerHTML = `<img src="${wi}"/>`, f = M(), m = _("div"), C = q(g), B = M(), w = _("div"), H = _("div"), H.innerHTML = `<img src="${Bi}"/>`, S = M(), U = _("div"), D = q(L), J = M(), z = _("div"), d = _("div"), d.innerHTML = `<img src="${Si}"/>`, Z = M(), X = _("div"), it = M(), ce = _("span"), st = M(), k && k.c(), Oe = M(), $ && $.c(), p(r, "class", "RuleIcon"), p(r, "part", "RuleIcon"), p(s, "class", "RuleTxt"), p(s, "part", "RuleTxt"), p(n, "class", "RulesRow"), p(n, "part", "rule"), p(c, "class", "RuleIcon"), p(c, "part", "RuleIcon"), p(m, "class", "RuleTxt"), p(m, "part", "RuleTxt"), p(o, "class", "RulesRow"), p(o, "part", "rule"), p(H, "class", "RuleIcon"), p(H, "part", "RuleIcon"), p(U, "class", "RuleTxt"), p(U, "part", "RuleTxt"), p(w, "class", "RulesRow"), p(w, "part", "rule"), p(d, "class", "RuleIcon"), p(d, "part", "RuleIcon"), p(X, "class", "RuleTxt"), p(X, "part", "RuleTxt"), p(z, "class", "RulesRow"), p(z, "part", "rule"), p(ce, "type", "hidden"), p(ce, "href", ve = { tcurl: (
4190
+ t = T("div"), n = T("div"), r = T("div"), r.innerHTML = `<img src="${Ti}"/>`, i = A(), s = T("div"), N && N.c(), l = A(), P && P.c(), u = A(), I && I.c(), c = A(), k && k.c(), o = A(), a = T("div"), h = T("div"), h.innerHTML = `<img src="${wi}"/>`, f = A(), m = T("div"), C = q(g), B = A(), _ = T("div"), H = T("div"), H.innerHTML = `<img src="${Bi}"/>`, S = A(), R = T("div"), D = q(M), J = A(), z = T("div"), d = T("div"), d.innerHTML = `<img src="${Si}"/>`, Z = A(), X = T("div"), it = A(), ce = T("span"), st = A(), $ && $.c(), Oe = A(), U && U.c(), p(r, "class", "RuleIcon"), p(r, "part", "RuleIcon"), p(s, "class", "RuleTxt"), p(s, "part", "RuleTxt"), p(n, "class", "RulesRow"), p(n, "part", "rule"), p(h, "class", "RuleIcon"), p(h, "part", "RuleIcon"), p(m, "class", "RuleTxt"), p(m, "part", "RuleTxt"), p(a, "class", "RulesRow"), p(a, "part", "rule"), p(H, "class", "RuleIcon"), p(H, "part", "RuleIcon"), p(R, "class", "RuleTxt"), p(R, "part", "RuleTxt"), p(_, "class", "RulesRow"), p(_, "part", "rule"), p(d, "class", "RuleIcon"), p(d, "part", "RuleIcon"), p(X, "class", "RuleTxt"), p(X, "part", "RuleTxt"), p(z, "class", "RulesRow"), p(z, "part", "rule"), p(ce, "type", "hidden"), p(ce, "href", ve = { tcurl: (
4189
4191
  /*tcurl*/
4190
4192
  e[6]
4191
4193
  ) }), p(t, "class", "casino-tournaments-thumbnail-rule"), p(t, "part", "casino-tournaments-thumbnail-rule");
4192
4194
  },
4193
4195
  m(E, G) {
4194
- V(E, t, G), b(t, n), b(n, r), b(n, i), b(n, s), O && O.m(s, null), b(s, l), N && N.m(s, null), b(s, u), P && P.m(s, null), b(s, h), I && I.m(s, null), b(t, a), b(t, o), b(o, c), b(o, f), b(o, m), b(m, C), b(t, B), b(t, w), b(w, H), b(w, S), b(w, U), b(U, D), b(t, J), b(t, z), b(z, d), b(z, Z), b(z, X), X.innerHTML = ye, b(t, it), b(t, ce), b(t, st), k && k.m(t, null), b(t, Oe), $ && $.m(t, null), e[17](t);
4196
+ V(E, t, G), b(t, n), b(n, r), b(n, i), b(n, s), N && N.m(s, null), b(s, l), P && P.m(s, null), b(s, u), I && I.m(s, null), b(s, c), k && k.m(s, null), b(t, o), b(t, a), b(a, h), b(a, f), b(a, m), b(m, C), b(t, B), b(t, _), b(_, H), b(_, S), b(_, R), b(R, D), b(t, J), b(t, z), b(z, d), b(z, Z), b(z, X), X.innerHTML = ye, b(t, it), b(t, ce), b(t, st), $ && $.m(t, null), b(t, Oe), U && U.m(t, null), e[17](t);
4195
4197
  },
4196
4198
  p(E, [G]) {
4197
4199
  /*scorecriterial*/
4198
- E[2] == "BetCount" ? O ? O.p(E, G) : (O = Bt(E), O.c(), O.m(s, l)) : O && (O.d(1), O = null), /*scorecriterial*/
4199
- E[2] == "WinStakeRatio" ? N ? N.p(E, G) : (N = St(E), N.c(), N.m(s, u)) : N && (N.d(1), N = null), /*scorecriterial*/
4200
- E[2] == "MaxWinStakeRatio" ? P ? P.p(E, G) : (P = Ht(E), P.c(), P.m(s, h)) : P && (P.d(1), P = null), /*scorecriterial*/
4201
- E[2] == "Stake" ? I ? I.p(E, G) : (I = Mt(E), I.c(), I.m(s, null)) : I && (I.d(1), I = null), G & /*$_, betcount*/
4200
+ E[2] == "BetCount" ? N ? N.p(E, G) : (N = Bt(E), N.c(), N.m(s, l)) : N && (N.d(1), N = null), /*scorecriterial*/
4201
+ E[2] == "WinStakeRatio" ? P ? P.p(E, G) : (P = St(E), P.c(), P.m(s, u)) : P && (P.d(1), P = null), /*scorecriterial*/
4202
+ E[2] == "MaxWinStakeRatio" ? I ? I.p(E, G) : (I = Ht(E), I.c(), I.m(s, c)) : I && (I.d(1), I = null), /*scorecriterial*/
4203
+ E[2] == "Stake" ? k ? k.p(E, G) : (k = Mt(E), k.c(), k.m(s, null)) : k && (k.d(1), k = null), G & /*$_, betcount*/
4202
4204
  1032 && g !== (g = /*$_*/
4203
4205
  E[10]("miniBetCount", {
4204
4206
  values: { betCount: (
@@ -4206,7 +4208,7 @@ function Ai(e) {
4206
4208
  E[3]
4207
4209
  ) }
4208
4210
  }) + "") && Te(C, g), G & /*$_, starttime, endtime*/
4209
- 1072 && L !== (L = /*$_*/
4211
+ 1072 && M !== (M = /*$_*/
4210
4212
  E[10]("timePeriod", {
4211
4213
  values: {
4212
4214
  startTime: (
@@ -4218,7 +4220,7 @@ function Ai(e) {
4218
4220
  E[5]
4219
4221
  )
4220
4222
  }
4221
- }) + "") && Te(D, L), G & /*$_, tcurl*/
4223
+ }) + "") && Te(D, M), G & /*$_, tcurl*/
4222
4224
  1088 && ye !== (ye = /*$_*/
4223
4225
  E[10]("terms", { values: { tcUrl: (
4224
4226
  /*tcurl*/
@@ -4228,23 +4230,23 @@ function Ai(e) {
4228
4230
  /*tcurl*/
4229
4231
  E[6]
4230
4232
  ) }) && p(ce, "href", ve), /*casinowallet*/
4231
- E[1] ? k ? k.p(E, G) : (k = Rt(E), k.c(), k.m(t, Oe)) : k && (k.d(1), k = null), /*sportswallet*/
4233
+ E[1] ? $ ? $.p(E, G) : ($ = Rt(E), $.c(), $.m(t, Oe)) : $ && ($.d(1), $ = null), /*sportswallet*/
4232
4234
  E[0] && /*sportRules*/
4233
- E[8].length ? $ ? $.p(E, G) : ($ = At(E), $.c(), $.m(t, null)) : $ && ($.d(1), $ = null);
4235
+ E[8].length ? U ? U.p(E, G) : (U = At(E), U.c(), U.m(t, null)) : U && (U.d(1), U = null);
4234
4236
  },
4235
4237
  i: F,
4236
4238
  o: F,
4237
4239
  d(E) {
4238
- E && j(t), O && O.d(), N && N.d(), P && P.d(), I && I.d(), k && k.d(), $ && $.d(), e[17](null);
4240
+ E && j(t), N && N.d(), P && P.d(), I && I.d(), k && k.d(), $ && $.d(), U && U.d(), e[17](null);
4239
4241
  }
4240
4242
  };
4241
4243
  }
4242
4244
  function Li(e, t, n) {
4243
4245
  let r;
4244
4246
  ln(e, yi, (d) => n(10, r = d));
4245
- let { lang: i = "tr" } = t, { scorecriterial: s = "BetCount" } = t, { betcount: l } = t, { starttime: u } = t, { endtime: h } = t, { tcurl: a } = t, { clientstyling: o = "" } = t, { clientstylingurl: c = "" } = t, { translationurl: f = "" } = t, { mbsource: m } = t, { sportswallet: g } = t, { casinowallet: C } = t, { currency: B = "EUR" } = t, w, H = [], S = "";
4247
+ let { lang: i = "tr" } = t, { scorecriterial: s = "BetCount" } = t, { betcount: l } = t, { starttime: u } = t, { endtime: c } = t, { tcurl: o } = t, { clientstyling: a = "" } = t, { clientstylingurl: h = "" } = t, { translationurl: f = "" } = t, { mbsource: m } = t, { sportswallet: g } = t, { casinowallet: C } = t, { currency: B = "EUR" } = t, _, H = [], S = "";
4246
4248
  vi({ withLocale: "en", translations: {} });
4247
- const U = () => {
4249
+ const R = () => {
4248
4250
  fetch(f).then((Z) => Z.json()).then((Z) => {
4249
4251
  Object.keys(Z).forEach((X) => {
4250
4252
  Ct(X, Z[X]);
@@ -4256,7 +4258,7 @@ function Li(e, t, n) {
4256
4258
  Object.keys(_t).forEach((d) => {
4257
4259
  Ct(d, _t[d]);
4258
4260
  });
4259
- const L = () => {
4261
+ const M = () => {
4260
4262
  xi(i);
4261
4263
  }, D = (d) => {
4262
4264
  d.data && d.data.type && d.type == "TournamentsWalletsUpdate" && (n(1, C = d.data.wallet.casino), n(0, g = d.data.wallet.sports));
@@ -4268,34 +4270,34 @@ function Li(e, t, n) {
4268
4270
  }));
4269
4271
  function z(d) {
4270
4272
  De[d ? "unshift" : "push"](() => {
4271
- w = d, n(7, w);
4273
+ _ = d, n(7, _);
4272
4274
  });
4273
4275
  }
4274
4276
  return e.$$set = (d) => {
4275
- "lang" in d && n(11, i = d.lang), "scorecriterial" in d && n(2, s = d.scorecriterial), "betcount" in d && n(3, l = d.betcount), "starttime" in d && n(4, u = d.starttime), "endtime" in d && n(5, h = d.endtime), "tcurl" in d && n(6, a = d.tcurl), "clientstyling" in d && n(12, o = d.clientstyling), "clientstylingurl" in d && n(13, c = d.clientstylingurl), "translationurl" in d && n(14, f = d.translationurl), "mbsource" in d && n(15, m = d.mbsource), "sportswallet" in d && n(0, g = d.sportswallet), "casinowallet" in d && n(1, C = d.casinowallet), "currency" in d && n(16, B = d.currency);
4277
+ "lang" in d && n(11, i = d.lang), "scorecriterial" in d && n(2, s = d.scorecriterial), "betcount" in d && n(3, l = d.betcount), "starttime" in d && n(4, u = d.starttime), "endtime" in d && n(5, c = d.endtime), "tcurl" in d && n(6, o = d.tcurl), "clientstyling" in d && n(12, a = d.clientstyling), "clientstylingurl" in d && n(13, h = d.clientstylingurl), "translationurl" in d && n(14, f = d.translationurl), "mbsource" in d && n(15, m = d.mbsource), "sportswallet" in d && n(0, g = d.sportswallet), "casinowallet" in d && n(1, C = d.casinowallet), "currency" in d && n(16, B = d.currency);
4276
4278
  }, e.$$.update = () => {
4277
4279
  e.$$.dirty & /*lang*/
4278
- 2048 && i && L(), e.$$.dirty & /*sportswallet, casinowallet*/
4280
+ 2048 && i && M(), e.$$.dirty & /*sportswallet, casinowallet*/
4279
4281
  3 && (g || C) && J(), e.$$.dirty & /*clientstyling, customStylingContainer*/
4280
- 4224 && o && w && Ei(w, o), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
4281
- 8320 && c && w && Ci(w, c), e.$$.dirty & /*mbsource, customStylingContainer*/
4282
- 32896 && m && w && _i(w, `${m}.Style`), e.$$.dirty & /*translationurl*/
4283
- 16384 && f && U();
4282
+ 4224 && a && _ && Ei(_, a), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
4283
+ 8320 && h && _ && Ci(_, h), e.$$.dirty & /*mbsource, customStylingContainer*/
4284
+ 32896 && m && _ && _i(_, `${m}.Style`), e.$$.dirty & /*translationurl*/
4285
+ 16384 && f && R();
4284
4286
  }, [
4285
4287
  g,
4286
4288
  C,
4287
4289
  s,
4288
4290
  l,
4289
4291
  u,
4290
- h,
4291
- a,
4292
- w,
4292
+ c,
4293
+ o,
4294
+ _,
4293
4295
  H,
4294
4296
  S,
4295
4297
  r,
4296
4298
  i,
4297
- o,
4298
- c,
4299
+ a,
4300
+ h,
4299
4301
  f,
4300
4302
  m,
4301
4303
  B,
@@ -4332,79 +4334,79 @@ class Oi extends Rn {
4332
4334
  return this.$$.ctx[11];
4333
4335
  }
4334
4336
  set lang(t) {
4335
- this.$$set({ lang: t }), R();
4337
+ this.$$set({ lang: t }), L();
4336
4338
  }
4337
4339
  get scorecriterial() {
4338
4340
  return this.$$.ctx[2];
4339
4341
  }
4340
4342
  set scorecriterial(t) {
4341
- this.$$set({ scorecriterial: t }), R();
4343
+ this.$$set({ scorecriterial: t }), L();
4342
4344
  }
4343
4345
  get betcount() {
4344
4346
  return this.$$.ctx[3];
4345
4347
  }
4346
4348
  set betcount(t) {
4347
- this.$$set({ betcount: t }), R();
4349
+ this.$$set({ betcount: t }), L();
4348
4350
  }
4349
4351
  get starttime() {
4350
4352
  return this.$$.ctx[4];
4351
4353
  }
4352
4354
  set starttime(t) {
4353
- this.$$set({ starttime: t }), R();
4355
+ this.$$set({ starttime: t }), L();
4354
4356
  }
4355
4357
  get endtime() {
4356
4358
  return this.$$.ctx[5];
4357
4359
  }
4358
4360
  set endtime(t) {
4359
- this.$$set({ endtime: t }), R();
4361
+ this.$$set({ endtime: t }), L();
4360
4362
  }
4361
4363
  get tcurl() {
4362
4364
  return this.$$.ctx[6];
4363
4365
  }
4364
4366
  set tcurl(t) {
4365
- this.$$set({ tcurl: t }), R();
4367
+ this.$$set({ tcurl: t }), L();
4366
4368
  }
4367
4369
  get clientstyling() {
4368
4370
  return this.$$.ctx[12];
4369
4371
  }
4370
4372
  set clientstyling(t) {
4371
- this.$$set({ clientstyling: t }), R();
4373
+ this.$$set({ clientstyling: t }), L();
4372
4374
  }
4373
4375
  get clientstylingurl() {
4374
4376
  return this.$$.ctx[13];
4375
4377
  }
4376
4378
  set clientstylingurl(t) {
4377
- this.$$set({ clientstylingurl: t }), R();
4379
+ this.$$set({ clientstylingurl: t }), L();
4378
4380
  }
4379
4381
  get translationurl() {
4380
4382
  return this.$$.ctx[14];
4381
4383
  }
4382
4384
  set translationurl(t) {
4383
- this.$$set({ translationurl: t }), R();
4385
+ this.$$set({ translationurl: t }), L();
4384
4386
  }
4385
4387
  get mbsource() {
4386
4388
  return this.$$.ctx[15];
4387
4389
  }
4388
4390
  set mbsource(t) {
4389
- this.$$set({ mbsource: t }), R();
4391
+ this.$$set({ mbsource: t }), L();
4390
4392
  }
4391
4393
  get sportswallet() {
4392
4394
  return this.$$.ctx[0];
4393
4395
  }
4394
4396
  set sportswallet(t) {
4395
- this.$$set({ sportswallet: t }), R();
4397
+ this.$$set({ sportswallet: t }), L();
4396
4398
  }
4397
4399
  get casinowallet() {
4398
4400
  return this.$$.ctx[1];
4399
4401
  }
4400
4402
  set casinowallet(t) {
4401
- this.$$set({ casinowallet: t }), R();
4403
+ this.$$set({ casinowallet: t }), L();
4402
4404
  }
4403
4405
  get currency() {
4404
4406
  return this.$$.ctx[16];
4405
4407
  }
4406
4408
  set currency(t) {
4407
- this.$$set({ currency: t }), R();
4409
+ this.$$set({ currency: t }), L();
4408
4410
  }
4409
4411
  }
4410
4412
  Mn(Oi, { lang: {}, scorecriterial: {}, betcount: {}, starttime: {}, endtime: {}, tcurl: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, mbsource: {}, sportswallet: {}, casinowallet: {}, currency: {} }, [], [], !0);