@everymatrix/casino-tournaments-filter-controller 1.72.2 → 1.73.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -36,7 +36,7 @@ function B(e, t) {
36
36
  function gr(e, t, r) {
37
37
  const n = yr(e);
38
38
  if (!n.getElementById(t)) {
39
- const i = D("style");
39
+ const i = L("style");
40
40
  i.id = t, i.textContent = r, vr(n, i);
41
41
  }
42
42
  }
@@ -57,7 +57,7 @@ function vr(e, t) {
57
57
  t
58
58
  ), t.sheet;
59
59
  }
60
- function R(e, t, r) {
60
+ function $(e, t, r) {
61
61
  e.insertBefore(t, r || null);
62
62
  }
63
63
  function N(e) {
@@ -67,7 +67,7 @@ function _r(e, t) {
67
67
  for (let r = 0; r < e.length; r += 1)
68
68
  e[r] && e[r].d(t);
69
69
  }
70
- function D(e) {
70
+ function L(e) {
71
71
  return document.createElement(e);
72
72
  }
73
73
  function rt(e) {
@@ -118,14 +118,14 @@ let W = [];
118
118
  const nt = [], Hr = /* @__PURE__ */ Promise.resolve();
119
119
  let Le = !1;
120
120
  function Ar() {
121
- Le || (Le = !0, Hr.then(F));
121
+ Le || (Le = !0, Hr.then(U));
122
122
  }
123
123
  function Re(e) {
124
124
  W.push(e);
125
125
  }
126
126
  const He = /* @__PURE__ */ new Set();
127
127
  let k = 0;
128
- function F() {
128
+ function U() {
129
129
  if (k !== 0)
130
130
  return;
131
131
  const e = re;
@@ -183,7 +183,7 @@ function Mr(e, t) {
183
183
  e.$$.dirty[0] === -1 && (z.push(e), Ar(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
184
184
  }
185
185
  function Lr(e, t, r, n, i, o, s = null, a = [-1]) {
186
- const l = re;
186
+ const h = re;
187
187
  te(e);
188
188
  const u = e.$$ = {
189
189
  fragment: null,
@@ -199,27 +199,27 @@ function Lr(e, t, r, n, i, o, s = null, a = [-1]) {
199
199
  on_disconnect: [],
200
200
  before_update: [],
201
201
  after_update: [],
202
- context: new Map(t.context || (l ? l.$$.context : [])),
202
+ context: new Map(t.context || (h ? h.$$.context : [])),
203
203
  // everything else
204
204
  callbacks: tt(),
205
205
  dirty: a,
206
206
  skip_bound: !1,
207
- root: t.target || l.$$.root
207
+ root: t.target || h.$$.root
208
208
  };
209
209
  s && s(u.root);
210
- let h = !1;
211
- if (u.ctx = r ? r(e, t.props || {}, (f, c, ...p) => {
212
- const m = p.length ? p[0] : c;
213
- return u.ctx && i(u.ctx[f], u.ctx[f] = m) && (!u.skip_bound && u.bound[f] && u.bound[f](m), h && Mr(e, f)), c;
214
- }) : [], u.update(), h = !0, oe(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
210
+ let l = !1;
211
+ if (u.ctx = r ? r(e, t.props || {}, (c, f, ...p) => {
212
+ const m = p.length ? p[0] : f;
213
+ return u.ctx && i(u.ctx[c], u.ctx[c] = m) && (!u.skip_bound && u.bound[c] && u.bound[c](m), l && Mr(e, c)), f;
214
+ }) : [], u.update(), l = !0, oe(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
215
215
  if (t.hydrate) {
216
- const f = xr(t.target);
217
- u.fragment && u.fragment.l(f), f.forEach(N);
216
+ const c = xr(t.target);
217
+ u.fragment && u.fragment.l(c), c.forEach(N);
218
218
  } else
219
219
  u.fragment && u.fragment.c();
220
- t.intro && Cr(e.$$.fragment), Ir(e, t.target, t.anchor), F();
220
+ t.intro && Cr(e.$$.fragment), Ir(e, t.target, t.anchor), U();
221
221
  }
222
- te(l);
222
+ te(h);
223
223
  }
224
224
  let Ft;
225
225
  typeof HTMLElement == "function" && (Ft = class extends HTMLElement {
@@ -264,17 +264,17 @@ typeof HTMLElement == "function" && (Ft = class extends HTMLElement {
264
264
  let o;
265
265
  return {
266
266
  c: function() {
267
- o = D("slot"), i !== "default" && x(o, "name", i);
267
+ o = L("slot"), i !== "default" && x(o, "name", i);
268
268
  },
269
269
  /**
270
270
  * @param {HTMLElement} target
271
271
  * @param {HTMLElement} [anchor]
272
272
  */
273
- m: function(l, u) {
274
- R(l, o, u);
273
+ m: function(h, u) {
274
+ $(h, o, u);
275
275
  },
276
- d: function(l) {
277
- l && N(o);
276
+ d: function(h) {
277
+ h && N(o);
278
278
  }
279
279
  };
280
280
  };
@@ -384,8 +384,8 @@ function Rr(e, t, r, n, i, o) {
384
384
  get() {
385
385
  return this.$$c && a in this.$$c ? this.$$c[a] : this.$$d[a];
386
386
  },
387
- set(l) {
388
- l = pe(a, l, t), this.$$d[a] = l, this.$$c?.$set({ [a]: l });
387
+ set(h) {
388
+ h = pe(a, h, t), this.$$d[a] = h, this.$$c?.$set({ [a]: h });
389
389
  }
390
390
  });
391
391
  }), n.forEach((a) => {
@@ -512,7 +512,7 @@ function De(e, t, r) {
512
512
  (o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
513
513
  return e.concat(o || t);
514
514
  }
515
- function L(e) {
515
+ function R(e) {
516
516
  return typeof e == "function";
517
517
  }
518
518
  function Ut(e) {
@@ -548,15 +548,15 @@ var _e = function() {
548
548
  if (s)
549
549
  if (this._parentage = null, Array.isArray(s))
550
550
  try {
551
- for (var a = Fe(s), l = a.next(); !l.done; l = a.next()) {
552
- var u = l.value;
551
+ for (var a = Fe(s), h = a.next(); !h.done; h = a.next()) {
552
+ var u = h.value;
553
553
  u.remove(this);
554
554
  }
555
555
  } catch (d) {
556
556
  t = { error: d };
557
557
  } finally {
558
558
  try {
559
- l && !l.done && (r = a.return) && r.call(a);
559
+ h && !h.done && (r = a.return) && r.call(a);
560
560
  } finally {
561
561
  if (t)
562
562
  throw t.error;
@@ -564,18 +564,18 @@ var _e = function() {
564
564
  }
565
565
  else
566
566
  s.remove(this);
567
- var h = this.initialTeardown;
568
- if (L(h))
567
+ var l = this.initialTeardown;
568
+ if (R(l))
569
569
  try {
570
- h();
570
+ l();
571
571
  } catch (d) {
572
572
  o = d instanceof Ae ? d.errors : [d];
573
573
  }
574
- var f = this._finalizers;
575
- if (f) {
574
+ var c = this._finalizers;
575
+ if (c) {
576
576
  this._finalizers = null;
577
577
  try {
578
- for (var c = Fe(f), p = c.next(); !p.done; p = c.next()) {
578
+ for (var f = Fe(c), p = f.next(); !p.done; p = f.next()) {
579
579
  var m = p.value;
580
580
  try {
581
581
  ot(m);
@@ -587,7 +587,7 @@ var _e = function() {
587
587
  n = { error: d };
588
588
  } finally {
589
589
  try {
590
- p && !p.done && (i = c.return) && i.call(c);
590
+ p && !p.done && (i = f.return) && i.call(f);
591
591
  } finally {
592
592
  if (n)
593
593
  throw n.error;
@@ -628,10 +628,10 @@ var _e = function() {
628
628
  }(), e;
629
629
  }(), Dt = _e.EMPTY;
630
630
  function Gt(e) {
631
- return e instanceof _e || e && "closed" in e && L(e.remove) && L(e.add) && L(e.unsubscribe);
631
+ return e instanceof _e || e && "closed" in e && R(e.remove) && R(e.add) && R(e.unsubscribe);
632
632
  }
633
633
  function ot(e) {
634
- L(e) ? e() : e.unsubscribe();
634
+ R(e) ? e() : e.unsubscribe();
635
635
  }
636
636
  var Ur = {
637
637
  Promise: void 0
@@ -722,7 +722,7 @@ var jt = function(e) {
722
722
  ae(t, e);
723
723
  function t(r, n, i) {
724
724
  var o = e.call(this) || this, s;
725
- return L(r) || !r ? s = {
725
+ return R(r) || !r ? s = {
726
726
  next: r ?? void 0,
727
727
  error: n ?? void 0,
728
728
  complete: i ?? void 0
@@ -764,8 +764,8 @@ var at = function() {
764
764
  }, e.prototype.subscribe = function(t, r, n) {
765
765
  var i = this, o = Qr(t) ? t : new je(t, r, n);
766
766
  return me(function() {
767
- var s = i, a = s.operator, l = s.source;
768
- o.add(a ? a.call(o, l) : l ? i._subscribe(o) : i._trySubscribe(o));
767
+ var s = i, a = s.operator, h = s.source;
768
+ o.add(a ? a.call(o, h) : h ? i._subscribe(o) : i._trySubscribe(o));
769
769
  }), o;
770
770
  }, e.prototype._trySubscribe = function(t) {
771
771
  try {
@@ -780,8 +780,8 @@ var at = function() {
780
780
  next: function(a) {
781
781
  try {
782
782
  t(a);
783
- } catch (l) {
784
- o(l), s.unsubscribe();
783
+ } catch (h) {
784
+ o(h), s.unsubscribe();
785
785
  }
786
786
  },
787
787
  error: o,
@@ -819,7 +819,7 @@ function ut(e) {
819
819
  return (t = e ?? Ur.Promise) !== null && t !== void 0 ? t : Promise;
820
820
  }
821
821
  function Zr(e) {
822
- return e && L(e.next) && L(e.error) && L(e.complete);
822
+ return e && R(e.next) && R(e.error) && R(e.complete);
823
823
  }
824
824
  function Qr(e) {
825
825
  return e && e instanceof jt || Zr(e) && Gt(e);
@@ -848,8 +848,8 @@ var Jr = Ut(function(e) {
848
848
  n.currentObservers || (n.currentObservers = Array.from(n.observers));
849
849
  try {
850
850
  for (var s = Fe(n.currentObservers), a = s.next(); !a.done; a = s.next()) {
851
- var l = a.value;
852
- l.next(r);
851
+ var h = a.value;
852
+ h.next(r);
853
853
  }
854
854
  } catch (u) {
855
855
  i = { error: u };
@@ -940,18 +940,18 @@ var Jr = Ut(function(e) {
940
940
  return o._bufferSize = r, o._windowTime = n, o._timestampProvider = i, o._buffer = [], o._infiniteTimeWindow = !0, o._infiniteTimeWindow = n === 1 / 0, o._bufferSize = Math.max(1, r), o._windowTime = Math.max(1, n), o;
941
941
  }
942
942
  return t.prototype.next = function(r) {
943
- var n = this, i = n.isStopped, o = n._buffer, s = n._infiniteTimeWindow, a = n._timestampProvider, l = n._windowTime;
944
- i || (o.push(r), !s && o.push(a.now() + l)), this._trimBuffer(), e.prototype.next.call(this, r);
943
+ var n = this, i = n.isStopped, o = n._buffer, s = n._infiniteTimeWindow, a = n._timestampProvider, h = n._windowTime;
944
+ i || (o.push(r), !s && o.push(a.now() + h)), this._trimBuffer(), e.prototype.next.call(this, r);
945
945
  }, t.prototype._subscribe = function(r) {
946
946
  this._throwIfClosed(), this._trimBuffer();
947
- for (var n = this._innerSubscribe(r), i = this, o = i._infiniteTimeWindow, s = i._buffer, a = s.slice(), l = 0; l < a.length && !r.closed; l += o ? 1 : 2)
948
- r.next(a[l]);
947
+ for (var n = this._innerSubscribe(r), i = this, o = i._infiniteTimeWindow, s = i._buffer, a = s.slice(), h = 0; h < a.length && !r.closed; h += o ? 1 : 2)
948
+ r.next(a[h]);
949
949
  return this._checkFinalizedStatuses(r), n;
950
950
  }, t.prototype._trimBuffer = function() {
951
951
  var r = this, n = r._bufferSize, i = r._timestampProvider, o = r._buffer, s = r._infiniteTimeWindow, a = (s ? 1 : 2) * n;
952
952
  if (n < 1 / 0 && a < o.length && o.splice(0, o.length - a), !s) {
953
- for (var l = i.now(), u = 0, h = 1; h < o.length && o[h] <= l; h += 2)
954
- u = h;
953
+ for (var h = i.now(), u = 0, l = 1; l < o.length && o[l] <= h; l += 2)
954
+ u = l;
955
955
  u && o.splice(0, u + 1);
956
956
  }
957
957
  }, t;
@@ -973,10 +973,10 @@ function Ee(e, t = P) {
973
973
  const n = /* @__PURE__ */ new Set();
974
974
  function i(a) {
975
975
  if (Rt(e, a) && (e = a, r)) {
976
- const l = !V.length;
976
+ const h = !V.length;
977
977
  for (const u of n)
978
978
  u[1](), V.push(u, e);
979
- if (l) {
979
+ if (h) {
980
980
  for (let u = 0; u < V.length; u += 2)
981
981
  V[u][0](V[u + 1]);
982
982
  V.length = 0;
@@ -986,8 +986,8 @@ function Ee(e, t = P) {
986
986
  function o(a) {
987
987
  i(a(e));
988
988
  }
989
- function s(a, l = P) {
990
- const u = [a, l];
989
+ function s(a, h = P) {
990
+ const u = [a, h];
991
991
  return n.add(u), n.size === 1 && (r = t(i, o) || P), a(e), () => {
992
992
  n.delete(u), n.size === 0 && r && (r(), r = null);
993
993
  };
@@ -1000,28 +1000,28 @@ function q(e, t, r) {
1000
1000
  throw new Error("derived() expects stores as input, got a falsy value");
1001
1001
  const o = t.length < 2;
1002
1002
  return Kr(r, (s, a) => {
1003
- let l = !1;
1003
+ let h = !1;
1004
1004
  const u = [];
1005
- let h = 0, f = P;
1006
- const c = () => {
1007
- if (h)
1005
+ let l = 0, c = P;
1006
+ const f = () => {
1007
+ if (l)
1008
1008
  return;
1009
- f();
1009
+ c();
1010
1010
  const m = t(n ? u[0] : u, s, a);
1011
- o ? s(m) : f = qe(m) ? m : P;
1011
+ o ? s(m) : c = qe(m) ? m : P;
1012
1012
  }, p = i.map(
1013
1013
  (m, d) => $t(
1014
1014
  m,
1015
1015
  (v) => {
1016
- u[d] = v, h &= ~(1 << d), l && c();
1016
+ u[d] = v, l &= ~(1 << d), h && f();
1017
1017
  },
1018
1018
  () => {
1019
- h |= 1 << d;
1019
+ l |= 1 << d;
1020
1020
  }
1021
1021
  )
1022
1022
  );
1023
- return l = !0, c(), function() {
1024
- oe(p), f(), l = !1;
1023
+ return h = !0, f(), function() {
1024
+ oe(p), c(), h = !1;
1025
1025
  };
1026
1026
  });
1027
1027
  }
@@ -1350,18 +1350,18 @@ var On = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
1350
1350
  function Pn(e) {
1351
1351
  if (e.length === 0)
1352
1352
  throw new Error("Number skeleton cannot be empty");
1353
- for (var t = e.split(On).filter(function(c) {
1354
- return c.length > 0;
1353
+ for (var t = e.split(On).filter(function(f) {
1354
+ return f.length > 0;
1355
1355
  }), r = [], n = 0, i = t; n < i.length; n++) {
1356
1356
  var o = i[n], s = o.split("/");
1357
1357
  if (s.length === 0)
1358
1358
  throw new Error("Invalid number skeleton");
1359
- for (var a = s[0], l = s.slice(1), u = 0, h = l; u < h.length; u++) {
1360
- var f = h[u];
1361
- if (f.length === 0)
1359
+ for (var a = s[0], h = s.slice(1), u = 0, l = h; u < l.length; u++) {
1360
+ var c = l[u];
1361
+ if (c.length === 0)
1362
1362
  throw new Error("Invalid number skeleton");
1363
1363
  }
1364
- r.push({ stem: a, options: l });
1364
+ r.push({ stem: a, options: h });
1365
1365
  }
1366
1366
  return r;
1367
1367
  }
@@ -1468,13 +1468,13 @@ function Mn(e) {
1468
1468
  t.notation = "compact", t.compactDisplay = "long";
1469
1469
  continue;
1470
1470
  case "scientific":
1471
- t = S(S(S({}, t), { notation: "scientific" }), i.options.reduce(function(l, u) {
1472
- return S(S({}, l), bt(u));
1471
+ t = S(S(S({}, t), { notation: "scientific" }), i.options.reduce(function(h, u) {
1472
+ return S(S({}, h), bt(u));
1473
1473
  }, {}));
1474
1474
  continue;
1475
1475
  case "engineering":
1476
- t = S(S(S({}, t), { notation: "engineering" }), i.options.reduce(function(l, u) {
1477
- return S(S({}, l), bt(u));
1476
+ t = S(S(S({}, t), { notation: "engineering" }), i.options.reduce(function(h, u) {
1477
+ return S(S({}, h), bt(u));
1478
1478
  }, {}));
1479
1479
  continue;
1480
1480
  case "notation-simple":
@@ -1519,11 +1519,11 @@ function Mn(e) {
1519
1519
  case "integer-width":
1520
1520
  if (i.options.length > 1)
1521
1521
  throw new RangeError("integer-width stems only accept a single optional option");
1522
- i.options[0].replace(In, function(l, u, h, f, c, p) {
1522
+ i.options[0].replace(In, function(h, u, l, c, f, p) {
1523
1523
  if (u)
1524
- t.minimumIntegerDigits = h.length;
1524
+ t.minimumIntegerDigits = l.length;
1525
1525
  else {
1526
- if (f && c)
1526
+ if (c && f)
1527
1527
  throw new Error("We currently do not support maximum integer digits");
1528
1528
  if (p)
1529
1529
  throw new Error("We currently do not support exact integer digits");
@@ -1539,8 +1539,8 @@ function Mn(e) {
1539
1539
  if (mt.test(i.stem)) {
1540
1540
  if (i.options.length > 1)
1541
1541
  throw new RangeError("Fraction-precision stems only accept a single optional option");
1542
- i.stem.replace(mt, function(l, u, h, f, c, p) {
1543
- return h === "*" ? t.minimumFractionDigits = u.length : f && f[0] === "#" ? t.maximumFractionDigits = f.length : c && p ? (t.minimumFractionDigits = c.length, t.maximumFractionDigits = c.length + p.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
1542
+ i.stem.replace(mt, function(h, u, l, c, f, p) {
1543
+ return l === "*" ? t.minimumFractionDigits = u.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : f && p ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + p.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
1544
1544
  });
1545
1545
  var o = i.options[0];
1546
1546
  o === "w" ? t = S(S({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = S(S({}, t), dt(o)));
@@ -2978,9 +2978,9 @@ function Ln(e, t) {
2978
2978
  if (i === "j") {
2979
2979
  for (var o = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
2980
2980
  o++, n++;
2981
- var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), l = "a", u = Rn(t);
2981
+ var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), h = "a", u = Rn(t);
2982
2982
  for ((u == "H" || u == "k") && (a = 0); a-- > 0; )
2983
- r += l;
2983
+ r += h;
2984
2984
  for (; s-- > 0; )
2985
2985
  r = u + r;
2986
2986
  } else
@@ -3180,8 +3180,8 @@ var Jn = (
3180
3180
  if (this.bumpIf("</")) {
3181
3181
  if (this.isEOF() || !Ze(this.char()))
3182
3182
  return this.error(b.INVALID_TAG, g(a, this.clonePosition()));
3183
- var l = this.clonePosition(), u = this.parseTagName();
3184
- return i !== u ? this.error(b.UNMATCHED_CLOSING_TAG, g(l, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
3183
+ var h = this.clonePosition(), u = this.parseTagName();
3184
+ return i !== u ? this.error(b.UNMATCHED_CLOSING_TAG, g(h, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
3185
3185
  val: {
3186
3186
  type: _.tag,
3187
3187
  value: i,
@@ -3218,9 +3218,9 @@ var Jn = (
3218
3218
  }
3219
3219
  break;
3220
3220
  }
3221
- var l = g(n, this.clonePosition());
3221
+ var h = g(n, this.clonePosition());
3222
3222
  return {
3223
- val: { type: _.literal, value: i, location: l },
3223
+ val: { type: _.literal, value: i, location: h },
3224
3224
  err: null
3225
3225
  };
3226
3226
  }, e.prototype.tryParseLeftAngleBracket = function() {
@@ -3298,10 +3298,10 @@ var Jn = (
3298
3298
  var o = this.clonePosition(), s = g(t, o);
3299
3299
  return { value: n, location: s };
3300
3300
  }, e.prototype.parseArgumentOptions = function(t, r, n, i) {
3301
- var o, s = this.clonePosition(), a = this.parseIdentifierIfPossible().value, l = this.clonePosition();
3301
+ var o, s = this.clonePosition(), a = this.parseIdentifierIfPossible().value, h = this.clonePosition();
3302
3302
  switch (a) {
3303
3303
  case "":
3304
- return this.error(b.EXPECT_ARGUMENT_TYPE, g(s, l));
3304
+ return this.error(b.EXPECT_ARGUMENT_TYPE, g(s, h));
3305
3305
  case "number":
3306
3306
  case "date":
3307
3307
  case "time": {
@@ -3309,14 +3309,14 @@ var Jn = (
3309
3309
  var u = null;
3310
3310
  if (this.bumpIf(",")) {
3311
3311
  this.bumpSpace();
3312
- var h = this.clonePosition(), f = this.parseSimpleArgStyleIfPossible();
3313
- if (f.err)
3314
- return f;
3315
- var c = Qn(f.val);
3316
- if (c.length === 0)
3312
+ var l = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
3313
+ if (c.err)
3314
+ return c;
3315
+ var f = Qn(c.val);
3316
+ if (f.length === 0)
3317
3317
  return this.error(b.EXPECT_ARGUMENT_STYLE, g(this.clonePosition(), this.clonePosition()));
3318
- var p = g(h, this.clonePosition());
3319
- u = { style: c, styleLocation: p };
3318
+ var p = g(l, this.clonePosition());
3319
+ u = { style: f, styleLocation: p };
3320
3320
  }
3321
3321
  var m = this.tryParseArgumentClose(i);
3322
3322
  if (m.err)
@@ -3325,9 +3325,9 @@ var Jn = (
3325
3325
  if (u && gt(u?.style, "::", 0)) {
3326
3326
  var v = Zn(u.style.slice(2));
3327
3327
  if (a === "number") {
3328
- var f = this.parseNumberSkeletonFromString(v, u.styleLocation);
3329
- return f.err ? f : {
3330
- val: { type: _.number, value: n, location: d, style: f.val },
3328
+ var c = this.parseNumberSkeletonFromString(v, u.styleLocation);
3329
+ return c.err ? c : {
3330
+ val: { type: _.number, value: n, location: d, style: c.val },
3331
3331
  err: null
3332
3332
  };
3333
3333
  } else {
@@ -3335,14 +3335,14 @@ var Jn = (
3335
3335
  return this.error(b.EXPECT_DATE_TIME_SKELETON, d);
3336
3336
  var E = v;
3337
3337
  this.locale && (E = Ln(v, this.locale));
3338
- var c = {
3338
+ var f = {
3339
3339
  type: Q.dateTime,
3340
3340
  pattern: E,
3341
3341
  location: u.styleLocation,
3342
3342
  parsedOptions: this.shouldParseSkeletons ? Bn(E) : {}
3343
3343
  }, C = a === "date" ? _.date : _.time;
3344
3344
  return {
3345
- val: { type: C, value: n, location: d, style: c },
3345
+ val: { type: C, value: n, location: d, style: f },
3346
3346
  err: null
3347
3347
  };
3348
3348
  }
@@ -3369,10 +3369,10 @@ var Jn = (
3369
3369
  if (!this.bumpIf(":"))
3370
3370
  return this.error(b.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, g(this.clonePosition(), this.clonePosition()));
3371
3371
  this.bumpSpace();
3372
- var f = this.tryParseDecimalInteger(b.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, b.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
3373
- if (f.err)
3374
- return f;
3375
- this.bumpSpace(), H = this.parseIdentifierIfPossible(), M = f.val;
3372
+ var c = this.tryParseDecimalInteger(b.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, b.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
3373
+ if (c.err)
3374
+ return c;
3375
+ this.bumpSpace(), H = this.parseIdentifierIfPossible(), M = c.val;
3376
3376
  }
3377
3377
  var y = this.tryParsePluralOrSelectOptions(t, a, r, H);
3378
3378
  if (y.err)
@@ -3402,7 +3402,7 @@ var Jn = (
3402
3402
  };
3403
3403
  }
3404
3404
  default:
3405
- return this.error(b.INVALID_ARGUMENT_TYPE, g(s, l));
3405
+ return this.error(b.INVALID_ARGUMENT_TYPE, g(s, h));
3406
3406
  }
3407
3407
  }, e.prototype.tryParseArgumentClose = function(t) {
3408
3408
  return this.isEOF() || this.char() !== 125 ? this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE, g(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
@@ -3458,19 +3458,19 @@ var Jn = (
3458
3458
  err: null
3459
3459
  };
3460
3460
  }, e.prototype.tryParsePluralOrSelectOptions = function(t, r, n, i) {
3461
- for (var o, s = !1, a = [], l = /* @__PURE__ */ new Set(), u = i.value, h = i.location; ; ) {
3461
+ for (var o, s = !1, a = [], h = /* @__PURE__ */ new Set(), u = i.value, l = i.location; ; ) {
3462
3462
  if (u.length === 0) {
3463
- var f = this.clonePosition();
3463
+ var c = this.clonePosition();
3464
3464
  if (r !== "select" && this.bumpIf("=")) {
3465
- var c = this.tryParseDecimalInteger(b.EXPECT_PLURAL_ARGUMENT_SELECTOR, b.INVALID_PLURAL_ARGUMENT_SELECTOR);
3466
- if (c.err)
3467
- return c;
3468
- h = g(f, this.clonePosition()), u = this.message.slice(f.offset, this.offset());
3465
+ var f = this.tryParseDecimalInteger(b.EXPECT_PLURAL_ARGUMENT_SELECTOR, b.INVALID_PLURAL_ARGUMENT_SELECTOR);
3466
+ if (f.err)
3467
+ return f;
3468
+ l = g(c, this.clonePosition()), u = this.message.slice(c.offset, this.offset());
3469
3469
  } else
3470
3470
  break;
3471
3471
  }
3472
- if (l.has(u))
3473
- return this.error(r === "select" ? b.DUPLICATE_SELECT_ARGUMENT_SELECTOR : b.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, h);
3472
+ if (h.has(u))
3473
+ return this.error(r === "select" ? b.DUPLICATE_SELECT_ARGUMENT_SELECTOR : b.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, l);
3474
3474
  u === "other" && (s = !0), this.bumpSpace();
3475
3475
  var p = this.clonePosition();
3476
3476
  if (!this.bumpIf("{"))
@@ -3487,7 +3487,7 @@ var Jn = (
3487
3487
  value: m.val,
3488
3488
  location: g(p, this.clonePosition())
3489
3489
  }
3490
- ]), l.add(u), this.bumpSpace(), o = this.parseIdentifierIfPossible(), u = o.value, h = o.location;
3490
+ ]), h.add(u), this.bumpSpace(), o = this.parseIdentifierIfPossible(), u = o.value, l = o.location;
3491
3491
  }
3492
3492
  return a.length === 0 ? this.error(r === "select" ? b.EXPECT_SELECT_ARGUMENT_SELECTOR : b.EXPECT_PLURAL_ARGUMENT_SELECTOR, g(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !s ? this.error(b.MISSING_OTHER_CLAUSE, g(this.clonePosition(), this.clonePosition())) : { val: a, err: null };
3493
3493
  }, e.prototype.tryParseDecimalInteger = function(t, r) {
@@ -3500,8 +3500,8 @@ var Jn = (
3500
3500
  else
3501
3501
  break;
3502
3502
  }
3503
- var l = g(i, this.clonePosition());
3504
- return o ? (s *= n, zn(s) ? { val: s, err: null } : this.error(r, l)) : this.error(t, l);
3503
+ var h = g(i, this.clonePosition());
3504
+ return o ? (s *= n, zn(s) ? { val: s, err: null } : this.error(r, h)) : this.error(t, h);
3505
3505
  }, e.prototype.offset = function() {
3506
3506
  return this.position.offset;
3507
3507
  }, e.prototype.isEOF = function() {
@@ -3664,59 +3664,59 @@ function de(e, t, r, n, i, o, s) {
3664
3664
  value: e[0].value
3665
3665
  }
3666
3666
  ];
3667
- for (var a = [], l = 0, u = e; l < u.length; l++) {
3668
- var h = u[l];
3669
- if (pt(h)) {
3667
+ for (var a = [], h = 0, u = e; h < u.length; h++) {
3668
+ var l = u[h];
3669
+ if (pt(l)) {
3670
3670
  a.push({
3671
3671
  type: A.literal,
3672
- value: h.value
3672
+ value: l.value
3673
3673
  });
3674
3674
  continue;
3675
3675
  }
3676
- if (Hn(h)) {
3676
+ if (Hn(l)) {
3677
3677
  typeof o == "number" && a.push({
3678
3678
  type: A.literal,
3679
3679
  value: r.getNumberFormat(t).format(o)
3680
3680
  });
3681
3681
  continue;
3682
3682
  }
3683
- var f = h.value;
3684
- if (!(i && f in i))
3685
- throw new ri(f, s);
3686
- var c = i[f];
3687
- if (wn(h)) {
3688
- (!c || typeof c == "string" || typeof c == "number") && (c = typeof c == "string" || typeof c == "number" ? String(c) : ""), a.push({
3689
- type: typeof c == "string" ? A.literal : A.object,
3690
- value: c
3683
+ var c = l.value;
3684
+ if (!(i && c in i))
3685
+ throw new ri(c, s);
3686
+ var f = i[c];
3687
+ if (wn(l)) {
3688
+ (!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), a.push({
3689
+ type: typeof f == "string" ? A.literal : A.object,
3690
+ value: f
3691
3691
  });
3692
3692
  continue;
3693
3693
  }
3694
- if (Qt(h)) {
3695
- var p = typeof h.style == "string" ? n.date[h.style] : Ve(h.style) ? h.style.parsedOptions : void 0;
3694
+ if (Qt(l)) {
3695
+ var p = typeof l.style == "string" ? n.date[l.style] : Ve(l.style) ? l.style.parsedOptions : void 0;
3696
3696
  a.push({
3697
3697
  type: A.literal,
3698
- value: r.getDateTimeFormat(t, p).format(c)
3698
+ value: r.getDateTimeFormat(t, p).format(f)
3699
3699
  });
3700
3700
  continue;
3701
3701
  }
3702
- if (Jt(h)) {
3703
- var p = typeof h.style == "string" ? n.time[h.style] : Ve(h.style) ? h.style.parsedOptions : n.time.medium;
3702
+ if (Jt(l)) {
3703
+ var p = typeof l.style == "string" ? n.time[l.style] : Ve(l.style) ? l.style.parsedOptions : n.time.medium;
3704
3704
  a.push({
3705
3705
  type: A.literal,
3706
- value: r.getDateTimeFormat(t, p).format(c)
3706
+ value: r.getDateTimeFormat(t, p).format(f)
3707
3707
  });
3708
3708
  continue;
3709
3709
  }
3710
- if (Zt(h)) {
3711
- var p = typeof h.style == "string" ? n.number[h.style] : er(h.style) ? h.style.parsedOptions : void 0;
3712
- p && p.scale && (c = c * (p.scale || 1)), a.push({
3710
+ if (Zt(l)) {
3711
+ var p = typeof l.style == "string" ? n.number[l.style] : er(l.style) ? l.style.parsedOptions : void 0;
3712
+ p && p.scale && (f = f * (p.scale || 1)), a.push({
3713
3713
  type: A.literal,
3714
- value: r.getNumberFormat(t, p).format(c)
3714
+ value: r.getNumberFormat(t, p).format(f)
3715
3715
  });
3716
3716
  continue;
3717
3717
  }
3718
- if (Kt(h)) {
3719
- var m = h.children, d = h.value, v = i[d];
3718
+ if (Kt(l)) {
3719
+ var m = l.children, d = l.value, v = i[d];
3720
3720
  if (!ii(v))
3721
3721
  throw new ti(d, "function", s);
3722
3722
  var E = de(m, t, r, n, i, o), C = v(E.map(function(M) {
@@ -3729,26 +3729,26 @@ function de(e, t, r, n, i, o, s) {
3729
3729
  };
3730
3730
  }));
3731
3731
  }
3732
- if (Yt(h)) {
3733
- var T = h.options[c] || h.options.other;
3732
+ if (Yt(l)) {
3733
+ var T = l.options[f] || l.options.other;
3734
3734
  if (!T)
3735
- throw new _t(h.value, c, Object.keys(h.options), s);
3735
+ throw new _t(l.value, f, Object.keys(l.options), s);
3736
3736
  a.push.apply(a, de(T.value, t, r, n, i));
3737
3737
  continue;
3738
3738
  }
3739
- if (qt(h)) {
3740
- var T = h.options["=".concat(c)];
3739
+ if (qt(l)) {
3740
+ var T = l.options["=".concat(f)];
3741
3741
  if (!T) {
3742
3742
  if (!Intl.PluralRules)
3743
3743
  throw new Se(`Intl.PluralRules is not available in this environment.
3744
3744
  Try polyfilling it using "@formatjs/intl-pluralrules"
3745
3745
  `, J.MISSING_INTL_API, s);
3746
- var H = r.getPluralRules(t, { type: h.pluralType }).select(c - (h.offset || 0));
3747
- T = h.options[H] || h.options.other;
3746
+ var H = r.getPluralRules(t, { type: l.pluralType }).select(f - (l.offset || 0));
3747
+ T = l.options[H] || l.options.other;
3748
3748
  }
3749
3749
  if (!T)
3750
- throw new _t(h.value, c, Object.keys(h.options), s);
3751
- a.push.apply(a, de(T.value, t, r, n, i, c - (h.offset || 0)));
3750
+ throw new _t(l.value, f, Object.keys(l.options), s);
3751
+ a.push.apply(a, de(T.value, t, r, n, i, f - (l.offset || 0)));
3752
3752
  continue;
3753
3753
  }
3754
3754
  }
@@ -3820,20 +3820,20 @@ var ui = (
3820
3820
  number: {},
3821
3821
  dateTime: {},
3822
3822
  pluralRules: {}
3823
- }, this.format = function(l) {
3824
- var u = o.formatToParts(l);
3823
+ }, this.format = function(h) {
3824
+ var u = o.formatToParts(h);
3825
3825
  if (u.length === 1)
3826
3826
  return u[0].value;
3827
- var h = u.reduce(function(f, c) {
3828
- return !f.length || c.type !== A.literal || typeof f[f.length - 1] != "string" ? f.push(c.value) : f[f.length - 1] += c.value, f;
3827
+ var l = u.reduce(function(c, f) {
3828
+ return !c.length || f.type !== A.literal || typeof c[c.length - 1] != "string" ? c.push(f.value) : c[c.length - 1] += f.value, c;
3829
3829
  }, []);
3830
- return h.length <= 1 ? h[0] || "" : h;
3831
- }, this.formatToParts = function(l) {
3832
- return de(o.ast, o.locales, o.formatters, o.formats, l, void 0, o.message);
3830
+ return l.length <= 1 ? l[0] || "" : l;
3831
+ }, this.formatToParts = function(h) {
3832
+ return de(o.ast, o.locales, o.formatters, o.formats, h, void 0, o.message);
3833
3833
  }, this.resolvedOptions = function() {
3834
- var l;
3834
+ var h;
3835
3835
  return {
3836
- locale: ((l = o.resolvedLocale) === null || l === void 0 ? void 0 : l.toString()) || Intl.NumberFormat.supportedLocalesOf(o.locales)[0]
3836
+ locale: ((h = o.resolvedLocale) === null || h === void 0 ? void 0 : h.toString()) || Intl.NumberFormat.supportedLocalesOf(o.locales)[0]
3837
3837
  };
3838
3838
  }, this.getAst = function() {
3839
3839
  return o.ast;
@@ -3943,11 +3943,11 @@ function li(e, t) {
3943
3943
  n = void 0;
3944
3944
  return n;
3945
3945
  }
3946
- const U = {}, hi = (e, t, r) => r && (t in U || (U[t] = {}), e in U[t] || (U[t][e] = r), r), ur = (e, t) => {
3946
+ const D = {}, hi = (e, t, r) => r && (t in D || (D[t] = {}), e in D[t] || (D[t][e] = r), r), ur = (e, t) => {
3947
3947
  if (t == null)
3948
3948
  return;
3949
- if (t in U && e in U[t])
3950
- return U[t][e];
3949
+ if (t in D && e in D[t])
3950
+ return D[t][e];
3951
3951
  const r = Te(t);
3952
3952
  for (let n = 0; n < r.length; n++) {
3953
3953
  const i = r[n], o = ci(i, e);
@@ -3980,7 +3980,7 @@ function pi(e) {
3980
3980
  }
3981
3981
  }
3982
3982
  function hr(e, ...t) {
3983
- delete U[e], ue.update((r) => (r[e] = bn.all([r[e] || {}, ...t]), r));
3983
+ delete D[e], ue.update((r) => (r[e] = bn.all([r[e] || {}, ...t]), r));
3984
3984
  }
3985
3985
  q(
3986
3986
  [ue],
@@ -4191,32 +4191,32 @@ const ie = (e, t) => {
4191
4191
  typeof e == "object" && (s = e, e = s.id);
4192
4192
  const {
4193
4193
  values: a,
4194
- locale: l = j(),
4194
+ locale: h = j(),
4195
4195
  default: u
4196
4196
  } = s;
4197
- if (l == null)
4197
+ if (h == null)
4198
4198
  throw new Error(
4199
4199
  "[svelte-i18n] Cannot format a message without first setting the initial locale."
4200
4200
  );
4201
- let h = ur(e, l);
4202
- if (!h)
4203
- h = (o = (i = (n = (r = Y()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: l, id: e, defaultValue: u })) != null ? i : u) != null ? o : e;
4204
- else if (typeof h != "string")
4201
+ let l = ur(e, h);
4202
+ if (!l)
4203
+ l = (o = (i = (n = (r = Y()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: h, id: e, defaultValue: u })) != null ? i : u) != null ? o : e;
4204
+ else if (typeof l != "string")
4205
4205
  return console.warn(
4206
- `[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.`
4207
- ), h;
4206
+ `[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof l}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
4207
+ ), l;
4208
4208
  if (!a)
4209
- return h;
4210
- let f = h;
4209
+ return l;
4210
+ let c = l;
4211
4211
  try {
4212
- f = Li(h, l).format(a);
4213
- } catch (c) {
4214
- c instanceof Error && console.warn(
4212
+ c = Li(l, h).format(a);
4213
+ } catch (f) {
4214
+ f instanceof Error && console.warn(
4215
4215
  `[svelte-i18n] Message "${e}" has syntax error:`,
4216
- c.message
4216
+ f.message
4217
4217
  );
4218
4218
  }
4219
- return f;
4219
+ return c;
4220
4220
  }, $i = (e, t) => Mi(t).format(e), Fi = (e, t) => Ni(t).format(e), Ui = (e, t) => Ii(t).format(e), Di = (e, t = j()) => ur(e, t), Gi = q([le, ue], () => Ri);
4221
4221
  q([le], () => $i);
4222
4222
  q([le], () => Fi);
@@ -4330,7 +4330,7 @@ function Vi(e, t, r) {
4330
4330
  }
4331
4331
  }
4332
4332
  function Xi(e) {
4333
- gr(e, "svelte-szp116", "*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}ul{display:flex;gap:10px;overflow-x:auto}ul.MobileClass{padding-top:21px}li:first-child{height:100%;position:realtive;padding:1em 0;margin:0;font-size:14px;text-align:center;letter-spacing:0px;color:var(--emw--color-white, #FFFFFF);opacity:1}li.MobileClass{position:absolute;left:10px;top:-15px;font-size:14px;height:auto}button{display:flex;align-items:center;background-color:transparent;justify-content:center;padding:10px;height:40px;border:1px solid var(--emw--color-white, #FFFFFF);min-width:40px;text-align:center;color:var(--emw--color-white, #FFFFFF)}button.MobileClass{height:30px}button:hover{background-color:var(--emw--color-gray-100, #E6E6E6);border:1px solid var(--emw--color-gray-100, #E6E6E6);color:var(--emw--color-black, #000000);cursor:pointer}.FiltersController{color:var(--emw--color-white, #FFFFFF);display:flex;justify-content:flex-end;margin-bottom:20px}.FiltersController.MobileClass{justify-content:flex-start;margin-bottom:10px}.FiltersController .FilterButton{font-size:14px;letter-spacing:0px;opacity:1;text-transform:uppercase}.FiltersController .FilterButton.MobileClass{font-size:10px}.FiltersController .Active{background-color:var(--emw--color-gray-300, #58586B);border:1px solid var(--emw--color-gray-300, #58586B)}.FiltersController .Active:hover{background-color:var(--emw--color-gray-300, #58586B);border:1px solid var(--emw--color-gray-300, #58586B)}");
4333
+ gr(e, "svelte-f5g69n", "*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}ul{display:flex;gap:10px;overflow-x:auto;min-height:max-content}ul.MobileClass{padding-top:21px}li:first-child{position:relative;padding:0;margin:0;font-size:14px;text-align:center;letter-spacing:0px;color:var(--emw--color-white, #FFFFFF);opacity:1}.FiltersList.MobileClass{flex-direction:column}.FiltersTitle{width:min-content;display:flex;align-items:center}button{display:flex;align-items:center;background-color:transparent;justify-content:center;padding:10px;height:40px;border:1px solid var(--emw--color-white, #FFFFFF);min-width:40px;text-align:center;color:var(--emw--color-white, #FFFFFF)}button.MobileClass{height:30px}button:hover{background-color:var(--emw--color-gray-100, #E6E6E6);border:1px solid var(--emw--color-gray-100, #E6E6E6);color:var(--emw--color-black, #000000);cursor:pointer}.FiltersController{color:var(--emw--color-white, #FFFFFF);display:flex;justify-content:flex-end;margin-bottom:20px}.FiltersController.MobileClass{justify-content:flex-start;margin-bottom:10px}.FiltersController .FilterButton{font-size:14px;letter-spacing:0px;opacity:1;text-transform:uppercase}.FiltersController .FilterButton.MobileClass{font-size:10px}.FiltersController .Active{background-color:var(--emw--color-gray-300, #58586B);border:1px solid var(--emw--color-gray-300, #58586B)}.FiltersController .Active:hover{background-color:var(--emw--color-gray-300, #58586B);border:1px solid var(--emw--color-gray-300, #58586B)}");
4334
4334
  }
4335
4335
  function At(e, t, r) {
4336
4336
  const n = e.slice();
@@ -4340,17 +4340,17 @@ function Bt(e) {
4340
4340
  let t, r, n = (
4341
4341
  /*$_*/
4342
4342
  e[4]("tournaments") + ""
4343
- ), i, o, s, a = it(
4343
+ ), i, o, s, a, h = it(
4344
4344
  /*filterItems*/
4345
4345
  e[1]
4346
- ), l = [];
4347
- for (let u = 0; u < a.length; u += 1)
4348
- l[u] = Mt(At(e, a, u));
4346
+ ), u = [];
4347
+ for (let l = 0; l < h.length; l += 1)
4348
+ u[l] = Mt(At(e, h, l));
4349
4349
  return {
4350
4350
  c() {
4351
- t = D("ul"), r = D("li"), i = G(n), o = G(":"), s = X();
4352
- for (let u = 0; u < l.length; u += 1)
4353
- l[u].c();
4351
+ t = L("ul"), r = L("li"), i = G(n), o = G(":"), s = X(), a = L("ul");
4352
+ for (let l = 0; l < u.length; l += 1)
4353
+ u[l].c();
4354
4354
  x(r, "class", "FiltersTitle " + (O(
4355
4355
  /*userAgent*/
4356
4356
  e[5]
@@ -4365,32 +4365,32 @@ function Bt(e) {
4365
4365
  e[5]
4366
4366
  ) ? "MobileClass" : "Non-MobileClass/empty"));
4367
4367
  },
4368
- m(u, h) {
4369
- R(u, t, h), B(t, r), B(r, i), B(r, o), B(t, s);
4370
- for (let f = 0; f < l.length; f += 1)
4371
- l[f] && l[f].m(t, null);
4368
+ m(l, c) {
4369
+ $(l, t, c), B(t, r), B(r, i), B(r, o), B(t, s), B(t, a);
4370
+ for (let f = 0; f < u.length; f += 1)
4371
+ u[f] && u[f].m(a, null);
4372
4372
  },
4373
- p(u, h) {
4374
- if (h & /*$_*/
4373
+ p(l, c) {
4374
+ if (c & /*$_*/
4375
4375
  16 && n !== (n = /*$_*/
4376
- u[4]("tournaments") + "") && se(i, n), h & /*makeButtonActive, filterItems, activeIndexes, allActive, userAgent, $_*/
4376
+ l[4]("tournaments") + "") && se(i, n), c & /*makeButtonActive, filterItems, activeIndexes, allActive, userAgent, $_*/
4377
4377
  126) {
4378
- a = it(
4378
+ h = it(
4379
4379
  /*filterItems*/
4380
- u[1]
4380
+ l[1]
4381
4381
  );
4382
4382
  let f;
4383
- for (f = 0; f < a.length; f += 1) {
4384
- const c = At(u, a, f);
4385
- l[f] ? l[f].p(c, h) : (l[f] = Mt(c), l[f].c(), l[f].m(t, null));
4383
+ for (f = 0; f < h.length; f += 1) {
4384
+ const p = At(l, h, f);
4385
+ u[f] ? u[f].p(p, c) : (u[f] = Mt(p), u[f].c(), u[f].m(a, null));
4386
4386
  }
4387
- for (; f < l.length; f += 1)
4388
- l[f].d(1);
4389
- l.length = a.length;
4387
+ for (; f < u.length; f += 1)
4388
+ u[f].d(1);
4389
+ u.length = h.length;
4390
4390
  }
4391
4391
  },
4392
- d(u) {
4393
- u && N(t), _r(l, u);
4392
+ d(l) {
4393
+ l && N(t), _r(u, l);
4394
4394
  }
4395
4395
  };
4396
4396
  }
@@ -4401,7 +4401,7 @@ function Ot(e) {
4401
4401
  t = rt("svg"), r = rt("path"), x(r, "d", "M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z"), x(t, "xmlns", "http://www.w3.org/2000/svg"), x(t, "width", "16"), x(t, "height", "16"), x(t, "fill", "currentColor"), x(t, "class", "bi bi-check"), x(t, "part", "bi bi-check"), x(t, "viewBox", "0 0 16 16");
4402
4402
  },
4403
4403
  m(n, i) {
4404
- R(n, t, i), B(t, r);
4404
+ $(n, t, i), B(t, r);
4405
4405
  },
4406
4406
  d(n) {
4407
4407
  n && N(t);
@@ -4418,7 +4418,7 @@ function Pt(e) {
4418
4418
  r = G(t);
4419
4419
  },
4420
4420
  m(n, i) {
4421
- R(n, r, i);
4421
+ $(n, r, i);
4422
4422
  },
4423
4423
  p(n, i) {
4424
4424
  i & /*$_*/
@@ -4440,7 +4440,7 @@ function Ct(e) {
4440
4440
  r = G(t);
4441
4441
  },
4442
4442
  m(n, i) {
4443
- R(n, r, i);
4443
+ $(n, r, i);
4444
4444
  },
4445
4445
  p(n, i) {
4446
4446
  i & /*$_*/
@@ -4462,7 +4462,7 @@ function It(e) {
4462
4462
  r = G(t);
4463
4463
  },
4464
4464
  m(n, i) {
4465
- R(n, r, i);
4465
+ $(n, r, i);
4466
4466
  },
4467
4467
  p(n, i) {
4468
4468
  i & /*$_*/
@@ -4484,7 +4484,7 @@ function Nt(e) {
4484
4484
  r = G(t);
4485
4485
  },
4486
4486
  m(n, i) {
4487
- R(n, r, i);
4487
+ $(n, r, i);
4488
4488
  },
4489
4489
  p(n, i) {
4490
4490
  i & /*$_*/
@@ -4497,7 +4497,7 @@ function Nt(e) {
4497
4497
  };
4498
4498
  }
4499
4499
  function Mt(e) {
4500
- let t, r, n, i, o, s, a, l, u, h, f, c, p = (
4500
+ let t, r, n, i, o, s, a, h, u, l, c, f, p = (
4501
4501
  /*activeIndexes*/
4502
4502
  (e[2][
4503
4503
  /*index*/
@@ -4531,13 +4531,13 @@ function Mt(e) {
4531
4531
  }
4532
4532
  return {
4533
4533
  c() {
4534
- t = D("li"), r = D("button"), p && p.c(), n = X(), i = D("div"), m && m.c(), o = X(), d && d.c(), s = X(), v && v.c(), a = X(), E && E.c(), h = X(), x(i, "class", "FilterButton " + (O(
4534
+ t = L("li"), r = L("button"), p && p.c(), n = X(), i = L("div"), m && m.c(), o = X(), d && d.c(), s = X(), v && v.c(), a = X(), E && E.c(), l = X(), x(i, "class", "FilterButton " + (O(
4535
4535
  /*userAgent*/
4536
4536
  e[5]
4537
4537
  ) ? "MobileClass" : "Non-MobileClass/empty")), x(i, "part", "FilterButton " + (O(
4538
4538
  /*userAgent*/
4539
4539
  e[5]
4540
- ) ? "MobileClass" : "Non-MobileClass/empty")), x(r, "class", l = /*activeIndexes*/
4540
+ ) ? "MobileClass" : "Non-MobileClass/empty")), x(r, "class", h = /*activeIndexes*/
4541
4541
  (e[2][
4542
4542
  /*index*/
4543
4543
  e[23]
@@ -4558,7 +4558,7 @@ function Mt(e) {
4558
4558
  ) ? "MobileClass" : "Non-MobileClass/empty")), x(t, "class", "FiltersItem"), x(t, "part", "FiltersItem");
4559
4559
  },
4560
4560
  m(T, H) {
4561
- R(T, t, H), B(t, r), p && p.m(r, null), B(r, n), B(r, i), m && m.m(i, null), B(i, o), d && d.m(i, null), B(i, s), v && v.m(i, null), B(i, a), E && E.m(i, null), B(t, h), f || (c = Er(t, "click", C), f = !0);
4561
+ $(T, t, H), B(t, r), p && p.m(r, null), B(r, n), B(r, i), m && m.m(i, null), B(i, o), d && d.m(i, null), B(i, s), v && v.m(i, null), B(i, a), E && E.m(i, null), B(t, l), c || (f = Er(t, "click", C), c = !0);
4562
4562
  },
4563
4563
  p(T, H) {
4564
4564
  e = T, /*activeIndexes*/
@@ -4572,7 +4572,7 @@ function Mt(e) {
4572
4572
  e[21] == "Ongoing" ? d ? d.p(e, H) : (d = Ct(e), d.c(), d.m(i, s)) : d && (d.d(1), d = null), /*filter*/
4573
4573
  e[21] == "Finished" ? v ? v.p(e, H) : (v = It(e), v.c(), v.m(i, a)) : v && (v.d(1), v = null), /*filter*/
4574
4574
  e[21] == "All" ? E ? E.p(e, H) : (E = Nt(e), E.c(), E.m(i, null)) : E && (E.d(1), E = null), H & /*activeIndexes, allActive*/
4575
- 12 && l !== (l = /*activeIndexes*/
4575
+ 12 && h !== (h = /*activeIndexes*/
4576
4576
  (e[2][
4577
4577
  /*index*/
4578
4578
  e[23]
@@ -4581,7 +4581,7 @@ function Mt(e) {
4581
4581
  e[23] == 0 ? "Active" : "") + " " + (O(
4582
4582
  /*userAgent*/
4583
4583
  e[5]
4584
- ) ? "MobileClass" : "Non-MobileClass/empty")) && x(r, "class", l), H & /*activeIndexes, allActive*/
4584
+ ) ? "MobileClass" : "Non-MobileClass/empty")) && x(r, "class", h), H & /*activeIndexes, allActive*/
4585
4585
  12 && u !== (u = /*activeIndexes*/
4586
4586
  (e[2][
4587
4587
  /*index*/
@@ -4594,7 +4594,7 @@ function Mt(e) {
4594
4594
  ) ? "MobileClass" : "Non-MobileClass/empty")) && x(r, "part", u);
4595
4595
  },
4596
4596
  d(T) {
4597
- T && N(t), p && p.d(), m && m.d(), d && d.d(), v && v.d(), E && E.d(), f = !1, c();
4597
+ T && N(t), p && p.d(), m && m.d(), d && d.d(), v && v.d(), E && E.d(), c = !1, f();
4598
4598
  }
4599
4599
  };
4600
4600
  }
@@ -4605,7 +4605,7 @@ function zi(e) {
4605
4605
  );
4606
4606
  return {
4607
4607
  c() {
4608
- t = D("div"), r && r.c(), x(t, "class", "FiltersController " + (O(
4608
+ t = L("div"), r && r.c(), x(t, "class", "FiltersController " + (O(
4609
4609
  /*userAgent*/
4610
4610
  e[5]
4611
4611
  ) ? "MobileClass" : "Non-MobileClass/empty")), x(t, "part", "FiltersController " + (O(
@@ -4614,7 +4614,7 @@ function zi(e) {
4614
4614
  ) ? "MobileClass" : "Non-MobileClass/empty"));
4615
4615
  },
4616
4616
  m(n, i) {
4617
- R(n, t, i), r && r.m(t, null), e[14](t);
4617
+ $(n, t, i), r && r.m(t, null), e[14](t);
4618
4618
  },
4619
4619
  p(n, [i]) {
4620
4620
  /*filterItems*/
@@ -4630,11 +4630,11 @@ function zi(e) {
4630
4630
  function Wi(e, t, r) {
4631
4631
  let n;
4632
4632
  br(e, Gi, (y) => r(4, n = y));
4633
- let { filters: i = "" } = t, { activefilters: o = "" } = t, { translationurl: s = "" } = t, { clientstyling: a = "" } = t, { clientstylingurl: l = "" } = t, { mbsource: u } = t, h, f = [], c = 0, p = new Array(100), m = !0, d = window.navigator.userAgent;
4633
+ let { filters: i = "" } = t, { activefilters: o = "" } = t, { translationurl: s = "" } = t, { clientstyling: a = "" } = t, { clientstylingurl: h = "" } = t, { mbsource: u } = t, l, c = [], f = 0, p = new Array(100), m = !0, d = window.navigator.userAgent;
4634
4634
  const v = () => {
4635
4635
  fetch(s).then((w) => w.json()).then((w) => {
4636
- Object.keys(w).forEach(($) => {
4637
- wt($, w[$]);
4636
+ Object.keys(w).forEach((F) => {
4637
+ wt(F, w[F]);
4638
4638
  });
4639
4639
  }).catch((w) => {
4640
4640
  console.log(w);
@@ -4645,7 +4645,7 @@ function Wi(e, t, r) {
4645
4645
  });
4646
4646
  const E = (y, w) => {
4647
4647
  if (w == 0)
4648
- r(3, m = !0), r(2, p = new Array(c)), window.postMessage(
4648
+ r(3, m = !0), r(2, p = new Array(f)), window.postMessage(
4649
4649
  {
4650
4650
  type: "TournamentsFiltersSelected",
4651
4651
  filters: ["All"]
@@ -4661,24 +4661,24 @@ function Wi(e, t, r) {
4661
4661
  window.location.href
4662
4662
  );
4663
4663
  else {
4664
- let $ = [];
4665
- for (let he = 0; he < f.length; he++)
4666
- p[he] == 1 && $.push(f[he]);
4664
+ let F = [];
4665
+ for (let he = 0; he < c.length; he++)
4666
+ p[he] == 1 && F.push(c[he]);
4667
4667
  window.postMessage(
4668
4668
  {
4669
4669
  type: "TournamentsFiltersSelected",
4670
- filters: $
4670
+ filters: F
4671
4671
  },
4672
4672
  window.location.href
4673
4673
  );
4674
4674
  }
4675
4675
  }, C = () => {
4676
- r(1, f = i.split(",")), c = f.length;
4676
+ r(1, c = i.split(",")), f = c.length;
4677
4677
  }, T = () => {
4678
4678
  let y = o.split(",");
4679
- r(2, p = new Array(c)), y.indexOf("All") != -1 ? r(3, m = !0) : (r(3, m = !1), y.forEach((w) => {
4680
- let $ = f.indexOf(w);
4681
- $ > 0 && r(2, p[$] = 1, p);
4679
+ r(2, p = new Array(f)), y.indexOf("All") != -1 ? r(3, m = !0) : (r(3, m = !1), y.forEach((w) => {
4680
+ let F = c.indexOf(w);
4681
+ F > 0 && r(2, p[F] = 1, p);
4682
4682
  }));
4683
4683
  };
4684
4684
  wr(() => () => {
@@ -4686,22 +4686,22 @@ function Wi(e, t, r) {
4686
4686
  const H = (y, w) => E(y, w);
4687
4687
  function M(y) {
4688
4688
  Me[y ? "unshift" : "push"](() => {
4689
- h = y, r(0, h);
4689
+ l = y, r(0, l);
4690
4690
  });
4691
4691
  }
4692
4692
  return e.$$set = (y) => {
4693
- "filters" in y && r(7, i = y.filters), "activefilters" in y && r(8, o = y.activefilters), "translationurl" in y && r(9, s = y.translationurl), "clientstyling" in y && r(10, a = y.clientstyling), "clientstylingurl" in y && r(11, l = y.clientstylingurl), "mbsource" in y && r(12, u = y.mbsource);
4693
+ "filters" in y && r(7, i = y.filters), "activefilters" in y && r(8, o = y.activefilters), "translationurl" in y && r(9, s = y.translationurl), "clientstyling" in y && r(10, a = y.clientstyling), "clientstylingurl" in y && r(11, h = y.clientstylingurl), "mbsource" in y && r(12, u = y.mbsource);
4694
4694
  }, e.$$.update = () => {
4695
4695
  e.$$.dirty & /*translationurl*/
4696
4696
  512 && s && v(), e.$$.dirty & /*filters*/
4697
4697
  128 && i && C(), e.$$.dirty & /*activefilters*/
4698
4698
  256 && o && T(), e.$$.dirty & /*clientstyling, customStylingContainer*/
4699
- 1025 && a && h && ji(h, a), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
4700
- 2049 && l && h && ki(h, l), e.$$.dirty & /*mbsource, customStylingContainer*/
4701
- 4097 && u && h && Vi(h, `${u}.Style`);
4699
+ 1025 && a && l && ji(l, a), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
4700
+ 2049 && h && l && ki(l, h), e.$$.dirty & /*mbsource, customStylingContainer*/
4701
+ 4097 && u && l && Vi(l, `${u}.Style`);
4702
4702
  }, [
4703
- h,
4704
- f,
4703
+ l,
4704
+ c,
4705
4705
  p,
4706
4706
  m,
4707
4707
  n,
@@ -4711,7 +4711,7 @@ function Wi(e, t, r) {
4711
4711
  o,
4712
4712
  s,
4713
4713
  a,
4714
- l,
4714
+ h,
4715
4715
  u,
4716
4716
  H,
4717
4717
  M
@@ -4740,37 +4740,37 @@ class Zi extends $r {
4740
4740
  return this.$$.ctx[7];
4741
4741
  }
4742
4742
  set filters(t) {
4743
- this.$$set({ filters: t }), F();
4743
+ this.$$set({ filters: t }), U();
4744
4744
  }
4745
4745
  get activefilters() {
4746
4746
  return this.$$.ctx[8];
4747
4747
  }
4748
4748
  set activefilters(t) {
4749
- this.$$set({ activefilters: t }), F();
4749
+ this.$$set({ activefilters: t }), U();
4750
4750
  }
4751
4751
  get translationurl() {
4752
4752
  return this.$$.ctx[9];
4753
4753
  }
4754
4754
  set translationurl(t) {
4755
- this.$$set({ translationurl: t }), F();
4755
+ this.$$set({ translationurl: t }), U();
4756
4756
  }
4757
4757
  get clientstyling() {
4758
4758
  return this.$$.ctx[10];
4759
4759
  }
4760
4760
  set clientstyling(t) {
4761
- this.$$set({ clientstyling: t }), F();
4761
+ this.$$set({ clientstyling: t }), U();
4762
4762
  }
4763
4763
  get clientstylingurl() {
4764
4764
  return this.$$.ctx[11];
4765
4765
  }
4766
4766
  set clientstylingurl(t) {
4767
- this.$$set({ clientstylingurl: t }), F();
4767
+ this.$$set({ clientstylingurl: t }), U();
4768
4768
  }
4769
4769
  get mbsource() {
4770
4770
  return this.$$.ctx[12];
4771
4771
  }
4772
4772
  set mbsource(t) {
4773
- this.$$set({ mbsource: t }), F();
4773
+ this.$$set({ mbsource: t }), U();
4774
4774
  }
4775
4775
  }
4776
4776
  Rr(Zi, { filters: {}, activefilters: {}, translationurl: {}, clientstyling: {}, clientstylingurl: {}, mbsource: {} }, [], [], !0);