@everymatrix/casino-tournaments-list-controller 1.45.13 → 1.46.0

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.
Files changed (15) hide show
  1. package/components/{CasinoTournamentsListController-CfGCrga5.cjs → CasinoTournamentsListController-Cxsmg-6n.cjs} +4 -4
  2. package/components/{CasinoTournamentsListController-CzWUrKNT.js → CasinoTournamentsListController-PcWspDKS.js} +129 -118
  3. package/components/{CasinoTournamentsThumbnail-BLJDtW59.js → CasinoTournamentsThumbnail-DxtaOxqQ.js} +1 -1
  4. package/components/{CasinoTournamentsThumbnail-HFzVNG-4.cjs → CasinoTournamentsThumbnail-XMLcET84.cjs} +1 -1
  5. package/components/{CasinoTournamentsThumbnailController-D5sRsv84.cjs → CasinoTournamentsThumbnailController-BTxn-X2-.cjs} +2 -2
  6. package/components/{CasinoTournamentsThumbnailController-C0oOIMYt.js → CasinoTournamentsThumbnailController-DyP-rW3L.js} +5 -5
  7. package/components/{CasinoTournamentsThumbnailDuration-DSw-cSpH.js → CasinoTournamentsThumbnailDuration-D17-2Boa.js} +1 -1
  8. package/components/{CasinoTournamentsThumbnailDuration-lIzk79P7.cjs → CasinoTournamentsThumbnailDuration-DudTK268.cjs} +1 -1
  9. package/components/{CasinoTournamentsThumbnailGamesSlider-CeKf3-8y.cjs → CasinoTournamentsThumbnailGamesSlider-CPK0ENHp.cjs} +1 -1
  10. package/components/{CasinoTournamentsThumbnailGamesSlider-V4tz-uaQ.js → CasinoTournamentsThumbnailGamesSlider-CVKovxLa.js} +2 -2
  11. package/components/{CasinoTournamentsThumbnailPrizes-p7cyaJ_K.js → CasinoTournamentsThumbnailPrizes-CayMGRtL.js} +1 -1
  12. package/components/{CasinoTournamentsThumbnailPrizes-DDmo8rw_.cjs → CasinoTournamentsThumbnailPrizes-DDxs3iOp.cjs} +1 -1
  13. package/es2015/casino-tournaments-list-controller.cjs +1 -1
  14. package/es2015/casino-tournaments-list-controller.js +1 -1
  15. package/package.json +1 -1
@@ -123,7 +123,7 @@ function ln(e, t, r, n) {
123
123
  function Ot(e, t, r) {
124
124
  r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
125
125
  }
126
- function w(e, t, r) {
126
+ function b(e, t, r) {
127
127
  const n = t.toLowerCase();
128
128
  n in e ? e[n] = typeof e[n] == "boolean" && r === "" ? !0 : r : t in e ? e[t] = typeof e[t] == "boolean" && r === "" ? !0 : r : Ot(e, t, r);
129
129
  }
@@ -930,7 +930,7 @@ function ce(e) {
930
930
  function V(e) {
931
931
  return e < 0 ? Math.ceil(e) || 0 : Math.floor(e);
932
932
  }
933
- function b(e) {
933
+ function v(e) {
934
934
  var t = +e, r = 0;
935
935
  return t !== 0 && isFinite(t) && (r = V(t)), r;
936
936
  }
@@ -938,7 +938,7 @@ var yr = {};
938
938
  function O(e, t) {
939
939
  var r, n = t, s;
940
940
  for (typeof e == "string" && (e = [e]), me(t) && (n = function(i, a) {
941
- a[t] = b(i);
941
+ a[t] = v(i);
942
942
  }), s = e.length, r = 0; r < s; r++)
943
943
  yr[e[r]] = n;
944
944
  }
@@ -971,7 +971,7 @@ d("YYYYY", Yt, It);
971
971
  d("YYYYYY", Yt, It);
972
972
  O(["YYYYY", "YYYYYY"], B);
973
973
  O("YYYY", function(e, t) {
974
- t[B] = e.length === 2 ? c.parseTwoDigitYear(e) : b(e);
974
+ t[B] = e.length === 2 ? c.parseTwoDigitYear(e) : v(e);
975
975
  });
976
976
  O("YY", function(e, t) {
977
977
  t[B] = c.parseTwoDigitYear(e);
@@ -983,7 +983,7 @@ function Ke(e) {
983
983
  return Gt(e) ? 366 : 365;
984
984
  }
985
985
  c.parseTwoDigitYear = function(e) {
986
- return b(e) + (b(e) > 68 ? 1900 : 2e3);
986
+ return v(e) + (v(e) > 68 ? 1900 : 2e3);
987
987
  };
988
988
  var qn = Ve("FullYear", !0);
989
989
  function fa() {
@@ -1089,7 +1089,7 @@ d("MMMM", function(e, t) {
1089
1089
  return t.monthsRegex(e);
1090
1090
  });
1091
1091
  O(["M", "MM"], function(e, t) {
1092
- t[he] = b(e) - 1;
1092
+ t[he] = v(e) - 1;
1093
1093
  });
1094
1094
  O(["MMM", "MMMM"], function(e, t, r, n) {
1095
1095
  var s = r._locale.monthsParse(e, n, r._strict);
@@ -1138,7 +1138,7 @@ function es(e, t) {
1138
1138
  return e;
1139
1139
  if (typeof t == "string") {
1140
1140
  if (/^\d+$/.test(t))
1141
- t = b(t);
1141
+ t = v(t);
1142
1142
  else if (t = e.localeData().monthsParse(t), !me(t))
1143
1143
  return e;
1144
1144
  }
@@ -1211,7 +1211,7 @@ d("WW", N, W);
1211
1211
  ct(
1212
1212
  ["w", "ww", "W", "WW"],
1213
1213
  function(e, t, r, n) {
1214
- t[n.substr(0, 1)] = b(e);
1214
+ t[n.substr(0, 1)] = v(e);
1215
1215
  }
1216
1216
  );
1217
1217
  function Ta(e) {
@@ -1266,7 +1266,7 @@ ct(["dd", "ddd", "dddd"], function(e, t, r, n) {
1266
1266
  s != null ? t.d = s : p(r).invalidWeekday = e;
1267
1267
  });
1268
1268
  ct(["d", "e", "E"], function(e, t, r, n) {
1269
- t[n] = b(e);
1269
+ t[n] = v(e);
1270
1270
  });
1271
1271
  function Ha(e, t) {
1272
1272
  return typeof e != "string" ? e : isNaN(e) ? (e = t.weekdaysParse(e), typeof e == "number" ? e : null) : parseInt(e, 10);
@@ -1422,30 +1422,30 @@ d("Hmm", Zn);
1422
1422
  d("Hmmss", Xn);
1423
1423
  O(["H", "HH"], I);
1424
1424
  O(["k", "kk"], function(e, t, r) {
1425
- var n = b(e);
1425
+ var n = v(e);
1426
1426
  t[I] = n === 24 ? 0 : n;
1427
1427
  });
1428
1428
  O(["a", "A"], function(e, t, r) {
1429
1429
  r._isPm = r._locale.isPM(e), r._meridiem = e;
1430
1430
  });
1431
1431
  O(["h", "hh"], function(e, t, r) {
1432
- t[I] = b(e), p(r).bigHour = !0;
1432
+ t[I] = v(e), p(r).bigHour = !0;
1433
1433
  });
1434
1434
  O("hmm", function(e, t, r) {
1435
1435
  var n = e.length - 2;
1436
- t[I] = b(e.substr(0, n)), t[q] = b(e.substr(n)), p(r).bigHour = !0;
1436
+ t[I] = v(e.substr(0, n)), t[q] = v(e.substr(n)), p(r).bigHour = !0;
1437
1437
  });
1438
1438
  O("hmmss", function(e, t, r) {
1439
1439
  var n = e.length - 4, s = e.length - 2;
1440
- t[I] = b(e.substr(0, n)), t[q] = b(e.substr(n, 2)), t[fe] = b(e.substr(s)), p(r).bigHour = !0;
1440
+ t[I] = v(e.substr(0, n)), t[q] = v(e.substr(n, 2)), t[fe] = v(e.substr(s)), p(r).bigHour = !0;
1441
1441
  });
1442
1442
  O("Hmm", function(e, t, r) {
1443
1443
  var n = e.length - 2;
1444
- t[I] = b(e.substr(0, n)), t[q] = b(e.substr(n));
1444
+ t[I] = v(e.substr(0, n)), t[q] = v(e.substr(n));
1445
1445
  });
1446
1446
  O("Hmmss", function(e, t, r) {
1447
1447
  var n = e.length - 4, s = e.length - 2;
1448
- t[I] = b(e.substr(0, n)), t[q] = b(e.substr(n, 2)), t[fe] = b(e.substr(s));
1448
+ t[I] = v(e.substr(0, n)), t[q] = v(e.substr(n, 2)), t[fe] = v(e.substr(s));
1449
1449
  });
1450
1450
  function Ja(e) {
1451
1451
  return (e + "").toLowerCase().charAt(0) === "p";
@@ -1864,7 +1864,7 @@ function No(e) {
1864
1864
  if (e[qe[n]]) {
1865
1865
  if (r)
1866
1866
  return !1;
1867
- parseFloat(e[qe[n]]) !== b(e[qe[n]]) && (r = !0);
1867
+ parseFloat(e[qe[n]]) !== v(e[qe[n]]) && (r = !0);
1868
1868
  }
1869
1869
  return !0;
1870
1870
  }
@@ -1889,7 +1889,7 @@ function gr(e) {
1889
1889
  function Lo(e, t, r) {
1890
1890
  var n = Math.min(e.length, t.length), s = Math.abs(e.length - t.length), i = 0, a;
1891
1891
  for (a = 0; a < n; a++)
1892
- b(e[a]) !== b(t[a]) && i++;
1892
+ v(e[a]) !== v(t[a]) && i++;
1893
1893
  return i + s;
1894
1894
  }
1895
1895
  function ds(e, t) {
@@ -1908,7 +1908,7 @@ O(["Z", "ZZ"], function(e, t, r) {
1908
1908
  var Ro = /([\+\-]|\d\d)/gi;
1909
1909
  function Zr(e, t) {
1910
1910
  var r = (t || "").match(e), n, s, i;
1911
- return r === null ? null : (n = r[r.length - 1] || [], s = (n + "").match(Ro) || ["-", 0, 0], i = +(s[1] * 60) + b(s[2]), i === 0 ? 0 : s[0] === "+" ? i : -i);
1911
+ return r === null ? null : (n = r[r.length - 1] || [], s = (n + "").match(Ro) || ["-", 0, 0], i = +(s[1] * 60) + v(s[2]), i === 0 ? 0 : s[0] === "+" ? i : -i);
1912
1912
  }
1913
1913
  function Xr(e, t) {
1914
1914
  var r, n;
@@ -1985,11 +1985,11 @@ function K(e, t) {
1985
1985
  M: e._months
1986
1986
  } : me(e) || !isNaN(+e) ? (r = {}, t ? r[t] = +e : r.milliseconds = +e) : (n = Vo.exec(e)) ? (s = n[1] === "-" ? -1 : 1, r = {
1987
1987
  y: 0,
1988
- d: b(n[se]) * s,
1989
- h: b(n[I]) * s,
1990
- m: b(n[q]) * s,
1991
- s: b(n[fe]) * s,
1992
- ms: b(gr(n[xe] * 1e3)) * s
1988
+ d: v(n[se]) * s,
1989
+ h: v(n[I]) * s,
1990
+ m: v(n[q]) * s,
1991
+ s: v(n[fe]) * s,
1992
+ ms: v(gr(n[xe] * 1e3)) * s
1993
1993
  // the millisecond decimal point is included in the match
1994
1994
  }) : (n = zo.exec(e)) ? (s = n[1] === "-" ? -1 : 1, r = {
1995
1995
  y: Se(n[2], s),
@@ -2544,7 +2544,7 @@ d("ggggg", Yt, It);
2544
2544
  ct(
2545
2545
  ["gggg", "ggggg", "GGGG", "GGGGG"],
2546
2546
  function(e, t, r, n) {
2547
- t[n.substr(0, 2)] = b(e);
2547
+ t[n.substr(0, 2)] = v(e);
2548
2548
  }
2549
2549
  );
2550
2550
  ct(["gg", "GG"], function(e, t, r, n) {
@@ -2595,7 +2595,7 @@ function qu(e, t, r, n, s) {
2595
2595
  y("Q", 0, "Qo", "quarter");
2596
2596
  d("Q", Vn);
2597
2597
  O("Q", function(e, t) {
2598
- t[he] = (b(e) - 1) * 3;
2598
+ t[he] = (v(e) - 1) * 3;
2599
2599
  });
2600
2600
  function Ju(e) {
2601
2601
  return e == null ? Math.ceil((this.month() + 1) / 3) : this.month((e - 1) * 3 + this.month() % 3);
@@ -2608,14 +2608,14 @@ d("Do", function(e, t) {
2608
2608
  });
2609
2609
  O(["D", "DD"], se);
2610
2610
  O("Do", function(e, t) {
2611
- t[se] = b(e.match(N)[0]);
2611
+ t[se] = v(e.match(N)[0]);
2612
2612
  });
2613
2613
  var Ms = Ve("Date", !0);
2614
2614
  y("DDD", ["DDDD", 3], "DDDo", "dayOfYear");
2615
2615
  d("DDD", Bt);
2616
2616
  d("DDDD", zn);
2617
2617
  O(["DDD", "DDDD"], function(e, t, r) {
2618
- r._dayOfYear = b(e);
2618
+ r._dayOfYear = v(e);
2619
2619
  });
2620
2620
  function Qu(e) {
2621
2621
  var t = Math.round(
@@ -2665,7 +2665,7 @@ var pe, Ts;
2665
2665
  for (pe = "SSSS"; pe.length <= 9; pe += "S")
2666
2666
  d(pe, We);
2667
2667
  function tl(e, t) {
2668
- t[xe] = b(("0." + e) * 1e3);
2668
+ t[xe] = v(("0." + e) * 1e3);
2669
2669
  }
2670
2670
  for (pe = "S"; pe.length <= 9; pe += "S")
2671
2671
  O(pe, tl);
@@ -2877,7 +2877,7 @@ ve("en", {
2877
2877
  ],
2878
2878
  dayOfMonthOrdinalParse: /\d{1,2}(th|st|nd|rd)/,
2879
2879
  ordinal: function(e) {
2880
- var t = e % 10, r = b(e % 100 / 10) === 1 ? "th" : t === 1 ? "st" : t === 2 ? "nd" : t === 3 ? "rd" : "th";
2880
+ var t = e % 10, r = v(e % 100 / 10) === 1 ? "th" : t === 1 ? "st" : t === 2 ? "nd" : t === 3 ? "rd" : "th";
2881
2881
  return e + r;
2882
2882
  }
2883
2883
  });
@@ -3060,7 +3060,7 @@ O("X", function(e, t, r) {
3060
3060
  r._d = new Date(parseFloat(e) * 1e3);
3061
3061
  });
3062
3062
  O("x", function(e, t, r) {
3063
- r._d = new Date(b(e));
3063
+ r._d = new Date(v(e));
3064
3064
  });
3065
3065
  //! moment.js
3066
3066
  c.version = "2.30.1";
@@ -3311,10 +3311,10 @@ function sr(e, t, r) {
3311
3311
  (i || !(n in t)) && (i || (i = Array.prototype.slice.call(t, 0, n)), i[n] = t[n]);
3312
3312
  return e.concat(i || Array.prototype.slice.call(t));
3313
3313
  }
3314
- var v;
3314
+ var w;
3315
3315
  (function(e) {
3316
3316
  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";
3317
- })(v || (v = {}));
3317
+ })(w || (w = {}));
3318
3318
  var A;
3319
3319
  (function(e) {
3320
3320
  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";
@@ -5239,7 +5239,7 @@ var Dh = (
5239
5239
  } else if (i === 60 && !this.ignoreTag && this.peek() === 47) {
5240
5240
  if (n)
5241
5241
  break;
5242
- return this.error(v.UNMATCHED_CLOSING_TAG, S(this.clonePosition(), this.clonePosition()));
5242
+ return this.error(w.UNMATCHED_CLOSING_TAG, S(this.clonePosition(), this.clonePosition()));
5243
5243
  } else if (i === 60 && !this.ignoreTag && Mr(this.peek() || 0)) {
5244
5244
  var a = this.parseTag(t, r);
5245
5245
  if (a.err)
@@ -5274,9 +5274,9 @@ var Dh = (
5274
5274
  var a = i.val, o = this.clonePosition();
5275
5275
  if (this.bumpIf("</")) {
5276
5276
  if (this.isEOF() || !Mr(this.char()))
5277
- return this.error(v.INVALID_TAG, S(o, this.clonePosition()));
5277
+ return this.error(w.INVALID_TAG, S(o, this.clonePosition()));
5278
5278
  var l = this.clonePosition(), u = this.parseTagName();
5279
- return s !== u ? this.error(v.UNMATCHED_CLOSING_TAG, S(l, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
5279
+ return s !== u ? this.error(w.UNMATCHED_CLOSING_TAG, S(l, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
5280
5280
  val: {
5281
5281
  type: A.tag,
5282
5282
  value: s,
@@ -5284,11 +5284,11 @@ var Dh = (
5284
5284
  location: S(n, this.clonePosition())
5285
5285
  },
5286
5286
  err: null
5287
- } : this.error(v.INVALID_TAG, S(o, this.clonePosition())));
5287
+ } : this.error(w.INVALID_TAG, S(o, this.clonePosition())));
5288
5288
  } else
5289
- return this.error(v.UNCLOSED_TAG, S(n, this.clonePosition()));
5289
+ return this.error(w.UNCLOSED_TAG, S(n, this.clonePosition()));
5290
5290
  } else
5291
- return this.error(v.INVALID_TAG, S(n, this.clonePosition()));
5291
+ return this.error(w.INVALID_TAG, S(n, this.clonePosition()));
5292
5292
  }, e.prototype.parseTagName = function() {
5293
5293
  var t = this.offset();
5294
5294
  for (this.bump(); !this.isEOF() && Ph(this.char()); )
@@ -5363,14 +5363,14 @@ var Dh = (
5363
5363
  }, e.prototype.parseArgument = function(t, r) {
5364
5364
  var n = this.clonePosition();
5365
5365
  if (this.bump(), this.bumpSpace(), this.isEOF())
5366
- return this.error(v.EXPECT_ARGUMENT_CLOSING_BRACE, S(n, this.clonePosition()));
5366
+ return this.error(w.EXPECT_ARGUMENT_CLOSING_BRACE, S(n, this.clonePosition()));
5367
5367
  if (this.char() === 125)
5368
- return this.bump(), this.error(v.EMPTY_ARGUMENT, S(n, this.clonePosition()));
5368
+ return this.bump(), this.error(w.EMPTY_ARGUMENT, S(n, this.clonePosition()));
5369
5369
  var s = this.parseIdentifierIfPossible().value;
5370
5370
  if (!s)
5371
- return this.error(v.MALFORMED_ARGUMENT, S(n, this.clonePosition()));
5371
+ return this.error(w.MALFORMED_ARGUMENT, S(n, this.clonePosition()));
5372
5372
  if (this.bumpSpace(), this.isEOF())
5373
- return this.error(v.EXPECT_ARGUMENT_CLOSING_BRACE, S(n, this.clonePosition()));
5373
+ return this.error(w.EXPECT_ARGUMENT_CLOSING_BRACE, S(n, this.clonePosition()));
5374
5374
  switch (this.char()) {
5375
5375
  case 125:
5376
5376
  return this.bump(), {
@@ -5383,9 +5383,9 @@ var Dh = (
5383
5383
  err: null
5384
5384
  };
5385
5385
  case 44:
5386
- return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(v.EXPECT_ARGUMENT_CLOSING_BRACE, S(n, this.clonePosition())) : this.parseArgumentOptions(t, r, s, n);
5386
+ return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(w.EXPECT_ARGUMENT_CLOSING_BRACE, S(n, this.clonePosition())) : this.parseArgumentOptions(t, r, s, n);
5387
5387
  default:
5388
- return this.error(v.MALFORMED_ARGUMENT, S(n, this.clonePosition()));
5388
+ return this.error(w.MALFORMED_ARGUMENT, S(n, this.clonePosition()));
5389
5389
  }
5390
5390
  }, e.prototype.parseIdentifierIfPossible = function() {
5391
5391
  var t = this.clonePosition(), r = this.offset(), n = Er(this.message, r), s = r + n.length;
@@ -5396,7 +5396,7 @@ var Dh = (
5396
5396
  var i, a = this.clonePosition(), o = this.parseIdentifierIfPossible().value, l = this.clonePosition();
5397
5397
  switch (o) {
5398
5398
  case "":
5399
- return this.error(v.EXPECT_ARGUMENT_TYPE, S(a, l));
5399
+ return this.error(w.EXPECT_ARGUMENT_TYPE, S(a, l));
5400
5400
  case "number":
5401
5401
  case "date":
5402
5402
  case "time": {
@@ -5409,7 +5409,7 @@ var Dh = (
5409
5409
  return m;
5410
5410
  var _ = Oh(m.val);
5411
5411
  if (_.length === 0)
5412
- return this.error(v.EXPECT_ARGUMENT_STYLE, S(this.clonePosition(), this.clonePosition()));
5412
+ return this.error(w.EXPECT_ARGUMENT_STYLE, S(this.clonePosition(), this.clonePosition()));
5413
5413
  var D = S(f, this.clonePosition());
5414
5414
  u = { style: _, styleLocation: D };
5415
5415
  }
@@ -5427,7 +5427,7 @@ var Dh = (
5427
5427
  };
5428
5428
  } else {
5429
5429
  if (U.length === 0)
5430
- return this.error(v.EXPECT_DATE_TIME_SKELETON, C);
5430
+ return this.error(w.EXPECT_DATE_TIME_SKELETON, C);
5431
5431
  var $ = U;
5432
5432
  this.locale && ($ = dh(U, this.locale));
5433
5433
  var _ = {
@@ -5457,14 +5457,14 @@ var Dh = (
5457
5457
  case "select": {
5458
5458
  var L = this.clonePosition();
5459
5459
  if (this.bumpSpace(), !this.bumpIf(","))
5460
- return this.error(v.EXPECT_SELECT_ARGUMENT_OPTIONS, S(L, E({}, L)));
5460
+ return this.error(w.EXPECT_SELECT_ARGUMENT_OPTIONS, S(L, E({}, L)));
5461
5461
  this.bumpSpace();
5462
5462
  var we = this.parseIdentifierIfPossible(), te = 0;
5463
5463
  if (o !== "select" && we.value === "offset") {
5464
5464
  if (!this.bumpIf(":"))
5465
- return this.error(v.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, S(this.clonePosition(), this.clonePosition()));
5465
+ return this.error(w.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, S(this.clonePosition(), this.clonePosition()));
5466
5466
  this.bumpSpace();
5467
- var m = this.tryParseDecimalInteger(v.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, v.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
5467
+ var m = this.tryParseDecimalInteger(w.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, w.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
5468
5468
  if (m.err)
5469
5469
  return m;
5470
5470
  this.bumpSpace(), we = this.parseIdentifierIfPossible(), te = m.val;
@@ -5497,10 +5497,10 @@ var Dh = (
5497
5497
  };
5498
5498
  }
5499
5499
  default:
5500
- return this.error(v.INVALID_ARGUMENT_TYPE, S(a, l));
5500
+ return this.error(w.INVALID_ARGUMENT_TYPE, S(a, l));
5501
5501
  }
5502
5502
  }, e.prototype.tryParseArgumentClose = function(t) {
5503
- return this.isEOF() || this.char() !== 125 ? this.error(v.EXPECT_ARGUMENT_CLOSING_BRACE, S(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
5503
+ return this.isEOF() || this.char() !== 125 ? this.error(w.EXPECT_ARGUMENT_CLOSING_BRACE, S(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
5504
5504
  }, e.prototype.parseSimpleArgStyleIfPossible = function() {
5505
5505
  for (var t = 0, r = this.clonePosition(); !this.isEOF(); ) {
5506
5506
  var n = this.char();
@@ -5509,7 +5509,7 @@ var Dh = (
5509
5509
  this.bump();
5510
5510
  var s = this.clonePosition();
5511
5511
  if (!this.bumpUntil("'"))
5512
- return this.error(v.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, S(s, this.clonePosition()));
5512
+ return this.error(w.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, S(s, this.clonePosition()));
5513
5513
  this.bump();
5514
5514
  break;
5515
5515
  }
@@ -5541,7 +5541,7 @@ var Dh = (
5541
5541
  try {
5542
5542
  n = uh(t);
5543
5543
  } catch (s) {
5544
- return this.error(v.INVALID_NUMBER_SKELETON, r);
5544
+ return this.error(w.INVALID_NUMBER_SKELETON, r);
5545
5545
  }
5546
5546
  return {
5547
5547
  val: {
@@ -5557,7 +5557,7 @@ var Dh = (
5557
5557
  if (u.length === 0) {
5558
5558
  var m = this.clonePosition();
5559
5559
  if (r !== "select" && this.bumpIf("=")) {
5560
- var _ = this.tryParseDecimalInteger(v.EXPECT_PLURAL_ARGUMENT_SELECTOR, v.INVALID_PLURAL_ARGUMENT_SELECTOR);
5560
+ var _ = this.tryParseDecimalInteger(w.EXPECT_PLURAL_ARGUMENT_SELECTOR, w.INVALID_PLURAL_ARGUMENT_SELECTOR);
5561
5561
  if (_.err)
5562
5562
  return _;
5563
5563
  f = S(m, this.clonePosition()), u = this.message.slice(m.offset, this.offset());
@@ -5565,11 +5565,11 @@ var Dh = (
5565
5565
  break;
5566
5566
  }
5567
5567
  if (l.has(u))
5568
- return this.error(r === "select" ? v.DUPLICATE_SELECT_ARGUMENT_SELECTOR : v.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, f);
5568
+ return this.error(r === "select" ? w.DUPLICATE_SELECT_ARGUMENT_SELECTOR : w.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, f);
5569
5569
  u === "other" && (a = !0), this.bumpSpace();
5570
5570
  var D = this.clonePosition();
5571
5571
  if (!this.bumpIf("{"))
5572
- return this.error(r === "select" ? v.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : v.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, S(this.clonePosition(), this.clonePosition()));
5572
+ return this.error(r === "select" ? w.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : w.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, S(this.clonePosition(), this.clonePosition()));
5573
5573
  var k = this.parseMessage(t + 1, r, n);
5574
5574
  if (k.err)
5575
5575
  return k;
@@ -5584,7 +5584,7 @@ var Dh = (
5584
5584
  }
5585
5585
  ]), l.add(u), this.bumpSpace(), i = this.parseIdentifierIfPossible(), u = i.value, f = i.location;
5586
5586
  }
5587
- return o.length === 0 ? this.error(r === "select" ? v.EXPECT_SELECT_ARGUMENT_SELECTOR : v.EXPECT_PLURAL_ARGUMENT_SELECTOR, S(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !a ? this.error(v.MISSING_OTHER_CLAUSE, S(this.clonePosition(), this.clonePosition())) : { val: o, err: null };
5587
+ return o.length === 0 ? this.error(r === "select" ? w.EXPECT_SELECT_ARGUMENT_SELECTOR : w.EXPECT_PLURAL_ARGUMENT_SELECTOR, S(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !a ? this.error(w.MISSING_OTHER_CLAUSE, S(this.clonePosition(), this.clonePosition())) : { val: o, err: null };
5588
5588
  }, e.prototype.tryParseDecimalInteger = function(t, r) {
5589
5589
  var n = 1, s = this.clonePosition();
5590
5590
  this.bumpIf("+") || this.bumpIf("-") && (n = -1);
@@ -5689,7 +5689,7 @@ function Hh(e, t) {
5689
5689
  t === void 0 && (t = {}), t = E({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
5690
5690
  var r = new Dh(e, t).parse();
5691
5691
  if (r.err) {
5692
- var n = SyntaxError(v[r.err.kind]);
5692
+ var n = SyntaxError(w[r.err.kind]);
5693
5693
  throw n.location = r.err.location, n.originalMessage = r.err.message, n;
5694
5694
  }
5695
5695
  return t != null && t.captureLocation || Tr(r.val), r.val;
@@ -6412,7 +6412,7 @@ if (typeof window != "undefined") {
6412
6412
  }
6413
6413
  };
6414
6414
  };
6415
- customElements.define = e(customElements.define), import("./CasinoTournamentsThumbnailController-C0oOIMYt.js").then((t) => t.C).then(
6415
+ customElements.define = e(customElements.define), import("./CasinoTournamentsThumbnailController-DyP-rW3L.js").then((t) => t.C).then(
6416
6416
  ({ default: t }) => {
6417
6417
  !customElements.get("casino-tournaments-thumbnail-controller") && customElements.define(
6418
6418
  "casino-tournaments-thumbnail-controller",
@@ -6431,7 +6431,7 @@ function An(e, t, r) {
6431
6431
  function Ln(e) {
6432
6432
  let t, r = fn(
6433
6433
  /*tournamentList*/
6434
- e[14]
6434
+ e[15]
6435
6435
  ), n = [];
6436
6436
  for (let i = 0; i < r.length; i += 1)
6437
6437
  n[i] = Cn(An(e, r, i));
@@ -6448,11 +6448,11 @@ function Ln(e) {
6448
6448
  ut(i, t, a), s && s.m(i, a);
6449
6449
  },
6450
6450
  p(i, a) {
6451
- if (a[0] & /*userid, tournamentList, loginurl, loginevent, registerurl, registerevent, clientstyling, clientstylingurl, lang, currency, keepbrowsercontext, session, endpoint, $_*/
6452
- 53247) {
6451
+ if (a[0] & /*userid, tournamentList, loginurl, loginevent, registerurl, registerevent, clientstyling, clientstylingurl, translationurl, lang, currency, keepbrowsercontext, session, endpoint, $_*/
6452
+ 106495) {
6453
6453
  r = fn(
6454
6454
  /*tournamentList*/
6455
- i[14]
6455
+ i[15]
6456
6456
  );
6457
6457
  let o;
6458
6458
  for (o = 0; o < r.length; o += 1) {
@@ -6472,7 +6472,7 @@ function Ln(e) {
6472
6472
  function Rn(e) {
6473
6473
  let t, r = (
6474
6474
  /*$_*/
6475
- e[15]("nothing") + ""
6475
+ e[16]("nothing") + ""
6476
6476
  ), n;
6477
6477
  return {
6478
6478
  c() {
@@ -6483,8 +6483,8 @@ function Rn(e) {
6483
6483
  },
6484
6484
  p(s, i) {
6485
6485
  i[0] & /*$_*/
6486
- 32768 && r !== (r = /*$_*/
6487
- s[15]("nothing") + "") && bi(n, r);
6486
+ 65536 && r !== (r = /*$_*/
6487
+ s[16]("nothing") + "") && bi(n, r);
6488
6488
  },
6489
6489
  d(s) {
6490
6490
  s && Me(t);
@@ -6495,75 +6495,80 @@ function Cn(e) {
6495
6495
  let t, r, n, s;
6496
6496
  return {
6497
6497
  c() {
6498
- t = $e("casino-tournaments-thumbnail-controller"), w(
6498
+ t = $e("casino-tournaments-thumbnail-controller"), b(
6499
6499
  t,
6500
6500
  "touridx",
6501
6501
  /*i*/
6502
6502
  e[31] + 1
6503
- ), w(
6503
+ ), b(
6504
6504
  t,
6505
6505
  "userid",
6506
6506
  /*userid*/
6507
6507
  e[1]
6508
- ), w(t, "showdetails", "true"), w(t, "showslider", "false"), w(t, "tournamenturl", r = /*tournament*/
6509
- e[29].href), w(t, "maxwidth", n = /*tournamentList*/
6510
- e[14].length <= 2), w(
6508
+ ), b(t, "showdetails", "true"), b(t, "showslider", "false"), b(t, "tournamenturl", r = /*tournament*/
6509
+ e[29].href), b(t, "maxwidth", n = /*tournamentList*/
6510
+ e[15].length <= 2), b(
6511
6511
  t,
6512
6512
  "loginurl",
6513
6513
  /*loginurl*/
6514
6514
  e[5]
6515
- ), w(
6515
+ ), b(
6516
6516
  t,
6517
6517
  "loginevent",
6518
6518
  /*loginevent*/
6519
6519
  e[3]
6520
- ), w(
6520
+ ), b(
6521
6521
  t,
6522
6522
  "registerurl",
6523
6523
  /*registerurl*/
6524
6524
  e[6]
6525
- ), w(t, "tournamentinfo", s = /*tournament*/
6526
- e[29]), w(
6525
+ ), b(t, "tournamentinfo", s = /*tournament*/
6526
+ e[29]), b(
6527
6527
  t,
6528
6528
  "registerevent",
6529
6529
  /*registerevent*/
6530
6530
  e[4]
6531
- ), w(
6531
+ ), b(
6532
6532
  t,
6533
6533
  "clientstyling",
6534
6534
  /*clientstyling*/
6535
6535
  e[10]
6536
- ), w(
6536
+ ), b(
6537
6537
  t,
6538
6538
  "clientstylingurl",
6539
6539
  /*clientstylingurl*/
6540
6540
  e[11]
6541
- ), w(
6541
+ ), b(
6542
+ t,
6543
+ "translationurl",
6544
+ /*translationurl*/
6545
+ e[12]
6546
+ ), b(
6542
6547
  t,
6543
6548
  "lang",
6544
6549
  /*lang*/
6545
6550
  e[8]
6546
- ), w(
6551
+ ), b(
6547
6552
  t,
6548
6553
  "currency",
6549
6554
  /*currency*/
6550
6555
  e[7]
6551
- ), w(
6556
+ ), b(
6552
6557
  t,
6553
6558
  "keepbrowsercontext",
6554
6559
  /*keepbrowsercontext*/
6555
6560
  e[9]
6556
- ), w(
6561
+ ), b(
6557
6562
  t,
6558
6563
  "session",
6559
6564
  /*session*/
6560
6565
  e[0]
6561
- ), w(
6566
+ ), b(
6562
6567
  t,
6563
6568
  "endpoint",
6564
6569
  /*endpoint*/
6565
6570
  e[2]
6566
- ), w(t, "exportparts", `Thumbnail, Status, Enrolled, CardImg, CardImgFinished, Details, Title, Date, ScoreCriteria, ScoreCriteriaP, ScoreCriteriaSpan, Games, GamesP, GamesAnchor, TournamentPrizes, TournamentPrizesSvg, a, TournamentPrizesSvgA, PrizesTitle, Prizes, Prize, PrizeText, PrizeRank,
6571
+ ), b(t, "exportparts", `Thumbnail, Status, Enrolled, CardImg, CardImgFinished, Details, Title, Date, ScoreCriteria, ScoreCriteriaP, ScoreCriteriaSpan, Games, GamesP, GamesAnchor, TournamentPrizes, TournamentPrizesSvg, a, TournamentPrizesSvgA, PrizesTitle, Prizes, Prize, PrizeText, PrizeRank,
6567
6572
  TournamentDuration, TournamentDates, StartDate, EndDate, ProgressBar, ProgressBarFillEnd, Finished, ProgressBarFillStarting, Remaining, ProgressBarFill,
6568
6573
  TournamentsGamesSlider, SliderNavButton, items, item, PlayNowButton, itemHover, SliderNavButton
6569
6574
  TournamentCard, CardMaxWidth, CardFullSize, elementToFadeOut, elementToFadeIn, ph-item, ph-col-12, ph-picture, ph-row, ph-col-6, big, ph-col-4, empty, ph-col-8, TournamentButtons, LoginButton, RegisterButton, DetailsButton, EnrolledButton, JoinButton, JoinButtonSpan, JoinButtonSvg, JoinButtonSvgA, JoinButtonFullSize, spinner, DetailsLargeButton, ErrorText, StatusUnstarted, StatusRunning, StatusClosed, StatusClosing, TournamentPrizesIconSection, TournamentPrizesIconWrapper`);
@@ -6573,79 +6578,85 @@ function Cn(e) {
6573
6578
  },
6574
6579
  p(i, a) {
6575
6580
  a[0] & /*userid*/
6576
- 2 && w(
6581
+ 2 && b(
6577
6582
  t,
6578
6583
  "userid",
6579
6584
  /*userid*/
6580
6585
  i[1]
6581
6586
  ), a[0] & /*tournamentList*/
6582
- 16384 && r !== (r = /*tournament*/
6583
- i[29].href) && w(t, "tournamenturl", r), a[0] & /*tournamentList*/
6584
- 16384 && n !== (n = /*tournamentList*/
6585
- i[14].length <= 2) && w(t, "maxwidth", n), a[0] & /*loginurl*/
6586
- 32 && w(
6587
+ 32768 && r !== (r = /*tournament*/
6588
+ i[29].href) && b(t, "tournamenturl", r), a[0] & /*tournamentList*/
6589
+ 32768 && n !== (n = /*tournamentList*/
6590
+ i[15].length <= 2) && b(t, "maxwidth", n), a[0] & /*loginurl*/
6591
+ 32 && b(
6587
6592
  t,
6588
6593
  "loginurl",
6589
6594
  /*loginurl*/
6590
6595
  i[5]
6591
6596
  ), a[0] & /*loginevent*/
6592
- 8 && w(
6597
+ 8 && b(
6593
6598
  t,
6594
6599
  "loginevent",
6595
6600
  /*loginevent*/
6596
6601
  i[3]
6597
6602
  ), a[0] & /*registerurl*/
6598
- 64 && w(
6603
+ 64 && b(
6599
6604
  t,
6600
6605
  "registerurl",
6601
6606
  /*registerurl*/
6602
6607
  i[6]
6603
6608
  ), a[0] & /*tournamentList*/
6604
- 16384 && s !== (s = /*tournament*/
6605
- i[29]) && w(t, "tournamentinfo", s), a[0] & /*registerevent*/
6606
- 16 && w(
6609
+ 32768 && s !== (s = /*tournament*/
6610
+ i[29]) && b(t, "tournamentinfo", s), a[0] & /*registerevent*/
6611
+ 16 && b(
6607
6612
  t,
6608
6613
  "registerevent",
6609
6614
  /*registerevent*/
6610
6615
  i[4]
6611
6616
  ), a[0] & /*clientstyling*/
6612
- 1024 && w(
6617
+ 1024 && b(
6613
6618
  t,
6614
6619
  "clientstyling",
6615
6620
  /*clientstyling*/
6616
6621
  i[10]
6617
6622
  ), a[0] & /*clientstylingurl*/
6618
- 2048 && w(
6623
+ 2048 && b(
6619
6624
  t,
6620
6625
  "clientstylingurl",
6621
6626
  /*clientstylingurl*/
6622
6627
  i[11]
6628
+ ), a[0] & /*translationurl*/
6629
+ 4096 && b(
6630
+ t,
6631
+ "translationurl",
6632
+ /*translationurl*/
6633
+ i[12]
6623
6634
  ), a[0] & /*lang*/
6624
- 256 && w(
6635
+ 256 && b(
6625
6636
  t,
6626
6637
  "lang",
6627
6638
  /*lang*/
6628
6639
  i[8]
6629
6640
  ), a[0] & /*currency*/
6630
- 128 && w(
6641
+ 128 && b(
6631
6642
  t,
6632
6643
  "currency",
6633
6644
  /*currency*/
6634
6645
  i[7]
6635
6646
  ), a[0] & /*keepbrowsercontext*/
6636
- 512 && w(
6647
+ 512 && b(
6637
6648
  t,
6638
6649
  "keepbrowsercontext",
6639
6650
  /*keepbrowsercontext*/
6640
6651
  i[9]
6641
6652
  ), a[0] & /*session*/
6642
- 1 && w(
6653
+ 1 && b(
6643
6654
  t,
6644
6655
  "session",
6645
6656
  /*session*/
6646
6657
  i[0]
6647
6658
  ), a[0] & /*endpoint*/
6648
- 4 && w(
6659
+ 4 && b(
6649
6660
  t,
6650
6661
  "endpoint",
6651
6662
  /*endpoint*/
@@ -6659,7 +6670,7 @@ function Cn(e) {
6659
6670
  }
6660
6671
  function Df(e) {
6661
6672
  let t, r = !/*isLoading*/
6662
- e[13] && Ln(e);
6673
+ e[14] && Ln(e);
6663
6674
  return {
6664
6675
  c() {
6665
6676
  t = $e("div"), r && r.c(), Ot(t, "class", "TournamentList"), Ot(t, "part", "TournamentList");
@@ -6669,7 +6680,7 @@ function Df(e) {
6669
6680
  },
6670
6681
  p(n, s) {
6671
6682
  /*isLoading*/
6672
- n[13] ? r && (r.d(1), r = null) : r ? r.p(n, s) : (r = Ln(n), r.c(), r.m(t, null));
6683
+ n[14] ? r && (r.d(1), r = null) : r ? r.p(n, s) : (r = Ln(n), r.c(), r.m(t, null));
6673
6684
  },
6674
6685
  i: z,
6675
6686
  o: z,
@@ -6680,7 +6691,7 @@ function Df(e) {
6680
6691
  }
6681
6692
  function kf(e, t, r) {
6682
6693
  let n;
6683
- ci(e, Tf, (g) => r(15, n = g));
6694
+ ci(e, Tf, (g) => r(16, n = g));
6684
6695
  let { session: s = "" } = t, { userid: i = "" } = t, { endpoint: a = "" } = t, { loginevent: o = "" } = t, { registerevent: l = "" } = t, { loginurl: u = "" } = t, { registerurl: f = "" } = t, { currency: m = "" } = t, { lang: _ = "en" } = t, { keepbrowsercontext: D = "false" } = t, { clientstyling: k = "" } = t, { clientstylingurl: C = "" } = t, { translationurl: U = "" } = t, $, ee = !1;
6685
6696
  c();
6686
6697
  let L = "";
@@ -6697,15 +6708,15 @@ function kf(e, t, r) {
6697
6708
  Nn(g, Hn[g]);
6698
6709
  });
6699
6710
  const te = (g) => {
6700
- if (g.data && g.data.type == "TournamentList" && (r(14, L = []), r(13, ee = !0), r(14, L = g.data.tournamentList), setTimeout(
6711
+ if (g.data && g.data.type == "TournamentList" && (r(15, L = []), r(14, ee = !0), r(15, L = g.data.tournamentList), setTimeout(
6701
6712
  () => {
6702
- r(13, ee = !1);
6713
+ r(14, ee = !1);
6703
6714
  },
6704
6715
  10
6705
- )), g.data && g.data.type == "TournamentListShowMore" && r(14, L = [...L, ...g.data.tournamentList]), g.data.type == "UpdateTournamentView") {
6716
+ )), g.data && g.data.type == "TournamentListShowMore" && r(15, L = [...L, ...g.data.tournamentList]), g.data.type == "UpdateTournamentView") {
6706
6717
  if (!L)
6707
6718
  return;
6708
- L.filter((ne) => ne.id == g.data.tournamentData.id).length == 0 && (L.pop(), r(14, L = [g.data.tournamentData, ...L]), setTimeout(
6719
+ L.filter((ne) => ne.id == g.data.tournamentData.id).length == 0 && (L.pop(), r(15, L = [g.data.tournamentData, ...L]), setTimeout(
6709
6720
  () => {
6710
6721
  L.forEach((ne, ii) => {
6711
6722
  window.postMessage(
@@ -6746,16 +6757,16 @@ function kf(e, t, r) {
6746
6757
  }));
6747
6758
  function si(g) {
6748
6759
  hr[g ? "unshift" : "push"](() => {
6749
- $ = g, r(12, $);
6760
+ $ = g, r(13, $);
6750
6761
  });
6751
6762
  }
6752
6763
  return e.$$set = (g) => {
6753
- "session" in g && r(0, s = g.session), "userid" in g && r(1, i = g.userid), "endpoint" in g && r(2, a = g.endpoint), "loginevent" in g && r(3, o = g.loginevent), "registerevent" in g && r(4, l = g.registerevent), "loginurl" in g && r(5, u = g.loginurl), "registerurl" in g && r(6, f = g.registerurl), "currency" in g && r(7, m = g.currency), "lang" in g && r(8, _ = g.lang), "keepbrowsercontext" in g && r(9, D = g.keepbrowsercontext), "clientstyling" in g && r(10, k = g.clientstyling), "clientstylingurl" in g && r(11, C = g.clientstylingurl), "translationurl" in g && r(16, U = g.translationurl);
6764
+ "session" in g && r(0, s = g.session), "userid" in g && r(1, i = g.userid), "endpoint" in g && r(2, a = g.endpoint), "loginevent" in g && r(3, o = g.loginevent), "registerevent" in g && r(4, l = g.registerevent), "loginurl" in g && r(5, u = g.loginurl), "registerurl" in g && r(6, f = g.registerurl), "currency" in g && r(7, m = g.currency), "lang" in g && r(8, _ = g.lang), "keepbrowsercontext" in g && r(9, D = g.keepbrowsercontext), "clientstyling" in g && r(10, k = g.clientstyling), "clientstylingurl" in g && r(11, C = g.clientstylingurl), "translationurl" in g && r(12, U = g.translationurl);
6754
6765
  }, e.$$.update = () => {
6755
6766
  e.$$.dirty[0] & /*customStylingContainer, clientstyling*/
6756
- 5120 && $ && k && _t(), e.$$.dirty[0] & /*customStylingContainer, clientstylingurl*/
6757
- 6144 && $ && C && ni(), e.$$.dirty[0] & /*translationurl*/
6758
- 65536 && U && we(), e.$$.dirty[0] & /*session*/
6767
+ 9216 && $ && k && _t(), e.$$.dirty[0] & /*customStylingContainer, clientstylingurl*/
6768
+ 10240 && $ && C && ni(), e.$$.dirty[0] & /*translationurl*/
6769
+ 4096 && U && we(), e.$$.dirty[0] & /*session*/
6759
6770
  1 && s && De(), e.$$.dirty[0] & /*userid*/
6760
6771
  2;
6761
6772
  }, [
@@ -6771,11 +6782,11 @@ function kf(e, t, r) {
6771
6782
  D,
6772
6783
  k,
6773
6784
  C,
6785
+ U,
6774
6786
  $,
6775
6787
  ee,
6776
6788
  L,
6777
6789
  n,
6778
- U,
6779
6790
  si
6780
6791
  ];
6781
6792
  }
@@ -6800,7 +6811,7 @@ class ri extends Ri {
6800
6811
  keepbrowsercontext: 9,
6801
6812
  clientstyling: 10,
6802
6813
  clientstylingurl: 11,
6803
- translationurl: 16
6814
+ translationurl: 12
6804
6815
  },
6805
6816
  Of,
6806
6817
  [-1, -1]
@@ -6879,7 +6890,7 @@ class ri extends Ri {
6879
6890
  this.$$set({ clientstylingurl: t }), Y();
6880
6891
  }
6881
6892
  get translationurl() {
6882
- return this.$$.ctx[16];
6893
+ return this.$$.ctx[12];
6883
6894
  }
6884
6895
  set translationurl(t) {
6885
6896
  this.$$set({ translationurl: t }), Y();
@@ -6895,7 +6906,7 @@ export {
6895
6906
  Yf as A,
6896
6907
  Zt as B,
6897
6908
  dt as C,
6898
- w as D,
6909
+ b as D,
6899
6910
  Af as E,
6900
6911
  fn as F,
6901
6912
  If as G,