@everymatrix/casino-game-thumbnail 1.52.5 → 1.53.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.
@@ -10,7 +10,7 @@ var rn = (e, t, r) => t in e ? xo(e, t, { enumerable: !0, configurable: !0, writ
10
10
  Oo.call(t, r) && rn(e, r, t[r]);
11
11
  return e;
12
12
  }, Ii = (e, t) => Eo(e, Mo(t));
13
- var ne = (e, t, r) => rn(e, typeof t != "symbol" ? t + "" : t, r);
13
+ var ie = (e, t, r) => rn(e, typeof t != "symbol" ? t + "" : t, r);
14
14
  var nn = (e, t, r) => new Promise((n, i) => {
15
15
  var a = (l) => {
16
16
  try {
@@ -27,7 +27,7 @@ var nn = (e, t, r) => new Promise((n, i) => {
27
27
  }, o = (l) => l.done ? n(l.value) : Promise.resolve(l.value).then(a, s);
28
28
  o((r = r.apply(e, t)).next());
29
29
  });
30
- function ue() {
30
+ function he() {
31
31
  }
32
32
  function Ea(e) {
33
33
  return e();
@@ -55,7 +55,7 @@ function Ta(e, ...t) {
55
55
  if (e == null) {
56
56
  for (const n of t)
57
57
  n(void 0);
58
- return ue;
58
+ return he;
59
59
  }
60
60
  const r = e.subscribe(...t);
61
61
  return r.unsubscribe ? () => r.unsubscribe() : r;
@@ -105,14 +105,14 @@ function N(e) {
105
105
  function hr(e) {
106
106
  return document.createElementNS("http://www.w3.org/2000/svg", e);
107
107
  }
108
- function we(e) {
108
+ function Se(e) {
109
109
  return document.createTextNode(e);
110
110
  }
111
111
  function ee() {
112
- return we(" ");
112
+ return Se(" ");
113
113
  }
114
114
  function Zt() {
115
- return we("");
115
+ return Se("");
116
116
  }
117
117
  function Un(e, t, r, n) {
118
118
  return e.addEventListener(t, r, n), () => e.removeEventListener(t, r, n);
@@ -123,28 +123,28 @@ function w(e, t, r) {
123
123
  function Co(e) {
124
124
  return Array.from(e.childNodes);
125
125
  }
126
- function Ye(e, t) {
126
+ function Ue(e, t) {
127
127
  t = "" + t, e.data !== t && (e.data = /** @type {string} */
128
128
  t);
129
129
  }
130
130
  function Fi(e, t, r) {
131
131
  e.classList.toggle(t, !!r);
132
132
  }
133
- class Ue {
133
+ class We {
134
134
  constructor(t = !1) {
135
135
  /**
136
136
  * @private
137
137
  * @default false
138
138
  */
139
- ne(this, "is_svg", !1);
139
+ ie(this, "is_svg", !1);
140
140
  /** parent for creating node */
141
- ne(this, "e");
141
+ ie(this, "e");
142
142
  /** html tag nodes */
143
- ne(this, "n");
143
+ ie(this, "n");
144
144
  /** target */
145
- ne(this, "t");
145
+ ie(this, "t");
146
146
  /** anchor */
147
- ne(this, "a");
147
+ ie(this, "a");
148
148
  this.is_svg = t, this.e = this.n = null;
149
149
  }
150
150
  /**
@@ -299,7 +299,7 @@ function jo(e, t, r, n, i, a, s = null, o = [-1]) {
299
299
  ctx: [],
300
300
  // state
301
301
  props: a,
302
- update: ue,
302
+ update: he,
303
303
  not_equal: i,
304
304
  bound: Ci(),
305
305
  // lifecycle
@@ -317,8 +317,8 @@ function jo(e, t, r, n, i, a, s = null, o = [-1]) {
317
317
  };
318
318
  s && s(u.root);
319
319
  let h = !1;
320
- if (u.ctx = r ? r(e, t.props || {}, (c, d, ...g) => {
321
- const E = g.length ? g[0] : d;
320
+ if (u.ctx = r ? r(e, t.props || {}, (c, d, ...p) => {
321
+ const E = p.length ? p[0] : d;
322
322
  return u.ctx && i(u.ctx[c], u.ctx[c] = E) && (!u.skip_bound && u.bound[c] && u.bound[c](E), h && Wo(e, c)), d;
323
323
  }) : [], u.update(), h = !0, zt(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
324
324
  if (t.hydrate) {
@@ -335,23 +335,23 @@ typeof HTMLElement == "function" && (Ga = class extends HTMLElement {
335
335
  constructor(t, r, n) {
336
336
  super();
337
337
  /** The Svelte component constructor */
338
- ne(this, "$$ctor");
338
+ ie(this, "$$ctor");
339
339
  /** Slots */
340
- ne(this, "$$s");
340
+ ie(this, "$$s");
341
341
  /** The Svelte component instance */
342
- ne(this, "$$c");
342
+ ie(this, "$$c");
343
343
  /** Whether or not the custom element is connected */
344
- ne(this, "$$cn", !1);
344
+ ie(this, "$$cn", !1);
345
345
  /** Component props data */
346
- ne(this, "$$d", {});
346
+ ie(this, "$$d", {});
347
347
  /** `true` if currently in the process of reflecting component props back to attributes */
348
- ne(this, "$$r", !1);
348
+ ie(this, "$$r", !1);
349
349
  /** @type {Record<string, CustomElementPropDefinition>} Props definition (name, reflected, type etc) */
350
- ne(this, "$$p_d", {});
350
+ ie(this, "$$p_d", {});
351
351
  /** @type {Record<string, Function[]>} Event listeners */
352
- ne(this, "$$l", {});
352
+ ie(this, "$$l", {});
353
353
  /** @type {Map<Function, Function>} Event listener unsubscribe functions */
354
- ne(this, "$$l_u", /* @__PURE__ */ new Map());
354
+ ie(this, "$$l_u", /* @__PURE__ */ new Map());
355
355
  this.$$ctor = t, this.$$s = r, n && this.attachShadow({ mode: "open" });
356
356
  }
357
357
  addEventListener(t, r, n) {
@@ -521,7 +521,7 @@ class $o {
521
521
  *
522
522
  * @type {any}
523
523
  */
524
- ne(this, "$$");
524
+ ie(this, "$$");
525
525
  /**
526
526
  * ### PRIVATE API
527
527
  *
@@ -529,11 +529,11 @@ class $o {
529
529
  *
530
530
  * @type {any}
531
531
  */
532
- ne(this, "$$set");
532
+ ie(this, "$$set");
533
533
  }
534
534
  /** @returns {void} */
535
535
  $destroy() {
536
- Uo(this, 1), this.$destroy = ue;
536
+ Uo(this, 1), this.$destroy = he;
537
537
  }
538
538
  /**
539
539
  * @template {Extract<keyof Events, string>} K
@@ -543,7 +543,7 @@ class $o {
543
543
  */
544
544
  $on(t, r) {
545
545
  if (!Yn(r))
546
- return ue;
546
+ return he;
547
547
  const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
548
548
  return n.push(r), () => {
549
549
  const i = n.indexOf(r);
@@ -572,13 +572,13 @@ function Xo(e) {
572
572
  //! license : MIT
573
573
  //! momentjs.com
574
574
  var Da;
575
- function p() {
575
+ function g() {
576
576
  return Da.apply(null, arguments);
577
577
  }
578
578
  function Jo(e) {
579
579
  Da = e;
580
580
  }
581
- function Se(e) {
581
+ function xe(e) {
582
582
  return e instanceof Array || Object.prototype.toString.call(e) === "[object Array]";
583
583
  }
584
584
  function it(e) {
@@ -596,10 +596,10 @@ function Wn(e) {
596
596
  return !1;
597
597
  return !0;
598
598
  }
599
- function le(e) {
599
+ function ue(e) {
600
600
  return e === void 0;
601
601
  }
602
- function We(e) {
602
+ function je(e) {
603
603
  return typeof e == "number" || Object.prototype.toString.call(e) === "[object Number]";
604
604
  }
605
605
  function Xt(e) {
@@ -611,12 +611,12 @@ function Ia(e, t) {
611
611
  r.push(t(e[n], n));
612
612
  return r;
613
613
  }
614
- function Je(e, t) {
614
+ function qe(e, t) {
615
615
  for (var r in t)
616
616
  I(t, r) && (e[r] = t[r]);
617
617
  return I(t, "toString") && (e.toString = t.toString), I(t, "valueOf") && (e.valueOf = t.valueOf), e;
618
618
  }
619
- function De(e, t, r, n) {
619
+ function Ie(e, t, r, n) {
620
620
  return ts(e, t, r, n, !0).utc();
621
621
  }
622
622
  function qo() {
@@ -661,30 +661,30 @@ function jn(e) {
661
661
  return e._isValid;
662
662
  }
663
663
  function Tr(e) {
664
- var t = De(NaN);
665
- return e != null ? Je(M(t), e) : M(t).userInvalidated = !0, t;
664
+ var t = Ie(NaN);
665
+ return e != null ? qe(M(t), e) : M(t).userInvalidated = !0, t;
666
666
  }
667
- var Ri = p.momentProperties = [], sn = !1;
667
+ var Ri = g.momentProperties = [], sn = !1;
668
668
  function Vn(e, t) {
669
669
  var r, n, i, a = Ri.length;
670
- if (le(t._isAMomentObject) || (e._isAMomentObject = t._isAMomentObject), le(t._i) || (e._i = t._i), le(t._f) || (e._f = t._f), le(t._l) || (e._l = t._l), le(t._strict) || (e._strict = t._strict), le(t._tzm) || (e._tzm = t._tzm), le(t._isUTC) || (e._isUTC = t._isUTC), le(t._offset) || (e._offset = t._offset), le(t._pf) || (e._pf = M(t)), le(t._locale) || (e._locale = t._locale), a > 0)
670
+ if (ue(t._isAMomentObject) || (e._isAMomentObject = t._isAMomentObject), ue(t._i) || (e._i = t._i), ue(t._f) || (e._f = t._f), ue(t._l) || (e._l = t._l), ue(t._strict) || (e._strict = t._strict), ue(t._tzm) || (e._tzm = t._tzm), ue(t._isUTC) || (e._isUTC = t._isUTC), ue(t._offset) || (e._offset = t._offset), ue(t._pf) || (e._pf = M(t)), ue(t._locale) || (e._locale = t._locale), a > 0)
671
671
  for (r = 0; r < a; r++)
672
- n = Ri[r], i = t[n], le(i) || (e[n] = i);
672
+ n = Ri[r], i = t[n], ue(i) || (e[n] = i);
673
673
  return e;
674
674
  }
675
675
  function Jt(e) {
676
- Vn(this, e), this._d = new Date(e._d != null ? e._d.getTime() : NaN), this.isValid() || (this._d = /* @__PURE__ */ new Date(NaN)), sn === !1 && (sn = !0, p.updateOffset(this), sn = !1);
676
+ Vn(this, e), this._d = new Date(e._d != null ? e._d.getTime() : NaN), this.isValid() || (this._d = /* @__PURE__ */ new Date(NaN)), sn === !1 && (sn = !0, g.updateOffset(this), sn = !1);
677
677
  }
678
- function xe(e) {
678
+ function Ee(e) {
679
679
  return e instanceof Jt || e != null && e._isAMomentObject != null;
680
680
  }
681
681
  function Ca(e) {
682
- p.suppressDeprecationWarnings === !1 && typeof console != "undefined" && console.warn && console.warn("Deprecation warning: " + e);
682
+ g.suppressDeprecationWarnings === !1 && typeof console != "undefined" && console.warn && console.warn("Deprecation warning: " + e);
683
683
  }
684
684
  function ge(e, t) {
685
685
  var r = !0;
686
- return Je(function() {
687
- if (p.deprecationHandler != null && p.deprecationHandler(null, e), r) {
686
+ return qe(function() {
687
+ if (g.deprecationHandler != null && g.deprecationHandler(null, e), r) {
688
688
  var n = [], i, a, s, o = arguments.length;
689
689
  for (a = 0; a < o; a++) {
690
690
  if (i = "", typeof arguments[a] == "object") {
@@ -708,27 +708,27 @@ Arguments: ` + Array.prototype.slice.call(n).join("") + `
708
708
  }
709
709
  var Ai = {};
710
710
  function Pa(e, t) {
711
- p.deprecationHandler != null && p.deprecationHandler(e, t), Ai[e] || (Ca(t), Ai[e] = !0);
711
+ g.deprecationHandler != null && g.deprecationHandler(e, t), Ai[e] || (Ca(t), Ai[e] = !0);
712
712
  }
713
- p.suppressDeprecationWarnings = !1;
714
- p.deprecationHandler = null;
715
- function Ie(e) {
713
+ g.suppressDeprecationWarnings = !1;
714
+ g.deprecationHandler = null;
715
+ function Ce(e) {
716
716
  return typeof Function != "undefined" && e instanceof Function || Object.prototype.toString.call(e) === "[object Function]";
717
717
  }
718
718
  function Qo(e) {
719
719
  var t, r;
720
720
  for (r in e)
721
- I(e, r) && (t = e[r], Ie(t) ? this[r] = t : this["_" + r] = t);
721
+ I(e, r) && (t = e[r], Ce(t) ? this[r] = t : this["_" + r] = t);
722
722
  this._config = e, this._dayOfMonthOrdinalParseLenient = new RegExp(
723
723
  (this._dayOfMonthOrdinalParse.source || this._ordinalParse.source) + "|" + /\d{1,2}/.source
724
724
  );
725
725
  }
726
726
  function vn(e, t) {
727
- var r = Je({}, e), n;
727
+ var r = qe({}, e), n;
728
728
  for (n in t)
729
- I(t, n) && (it(e[n]) && it(t[n]) ? (r[n] = {}, Je(r[n], e[n]), Je(r[n], t[n])) : t[n] != null ? r[n] = t[n] : delete r[n]);
729
+ I(t, n) && (it(e[n]) && it(t[n]) ? (r[n] = {}, qe(r[n], e[n]), qe(r[n], t[n])) : t[n] != null ? r[n] = t[n] : delete r[n]);
730
730
  for (n in e)
731
- I(e, n) && !I(t, n) && it(e[n]) && (r[n] = Je({}, r[n]));
731
+ I(e, n) && !I(t, n) && it(e[n]) && (r[n] = qe({}, r[n]));
732
732
  return r;
733
733
  }
734
734
  function $n(e) {
@@ -751,9 +751,9 @@ var Ko = {
751
751
  };
752
752
  function el(e, t, r) {
753
753
  var n = this._calendar[e] || this._calendar.sameElse;
754
- return Ie(n) ? n.call(t, r) : n;
754
+ return Ce(n) ? n.call(t, r) : n;
755
755
  }
756
- function Ge(e, t, r) {
756
+ function De(e, t, r) {
757
757
  var n = "" + Math.abs(e), i = t - n.length, a = e >= 0;
758
758
  return (a ? r ? "+" : "" : "-") + Math.pow(10, Math.max(0, i)).toString().substr(1) + n;
759
759
  }
@@ -763,7 +763,7 @@ function _(e, t, r, n) {
763
763
  typeof n == "string" && (i = function() {
764
764
  return this[n]();
765
765
  }), e && (pt[e] = i), t && (pt[t[0]] = function() {
766
- return Ge(i.apply(this, arguments), t[1], t[2]);
766
+ return De(i.apply(this, arguments), t[1], t[2]);
767
767
  }), r && (pt[r] = function() {
768
768
  return this.localeData().ordinal(
769
769
  i.apply(this, arguments),
@@ -781,7 +781,7 @@ function rl(e) {
781
781
  return function(i) {
782
782
  var a = "", s;
783
783
  for (s = 0; s < n; s++)
784
- a += Ie(t[s]) ? t[s].call(i, e) : t[s];
784
+ a += Ce(t[s]) ? t[s].call(i, e) : t[s];
785
785
  return a;
786
786
  };
787
787
  }
@@ -842,11 +842,11 @@ var hl = {
842
842
  };
843
843
  function fl(e, t, r, n) {
844
844
  var i = this._relativeTime[r];
845
- return Ie(i) ? i(e, t, r, n) : i.replace(/%d/i, e);
845
+ return Ce(i) ? i(e, t, r, n) : i.replace(/%d/i, e);
846
846
  }
847
847
  function cl(e, t) {
848
848
  var r = this._relativeTime[e > 0 ? "future" : "past"];
849
- return Ie(r) ? r(t) : r.replace(/%s/i, t);
849
+ return Ce(r) ? r(t) : r.replace(/%s/i, t);
850
850
  }
851
851
  var Hi = {
852
852
  D: "date",
@@ -936,7 +936,7 @@ function ml(e) {
936
936
  var Na = /\d/, ce = /\d\d/, Ra = /\d{3}/, Xn = /\d{4}/, Or = /[+-]?\d{6}/, B = /\d\d?/, Aa = /\d\d\d\d?/, Ha = /\d\d\d\d\d\d?/, kr = /\d{1,3}/, Jn = /\d{1,4}/, Lr = /[+-]?\d{1,6}/, xt = /\d+/, Gr = /[+-]?\d+/, pl = /Z|[+-]\d\d:?\d\d/gi, Dr = /Z|[+-]\d\d(?::?\d\d)?/gi, gl = /[+-]?\d+(\.\d{1,3})?/, qt = /[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i, Et = /^[1-9]\d?/, qn = /^([1-9]\d|\d)/, _r;
937
937
  _r = {};
938
938
  function y(e, t, r) {
939
- _r[e] = Ie(t) ? t : function(n, i) {
939
+ _r[e] = Ce(t) ? t : function(n, i) {
940
940
  return n && r ? r : t;
941
941
  };
942
942
  }
@@ -944,7 +944,7 @@ function yl(e, t) {
944
944
  return I(_r, e) ? _r[e](t._strict, t._locale) : new RegExp(bl(e));
945
945
  }
946
946
  function bl(e) {
947
- return Ae(
947
+ return He(
948
948
  e.replace("\\", "").replace(
949
949
  /\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,
950
950
  function(t, r, n, i, a) {
@@ -953,7 +953,7 @@ function bl(e) {
953
953
  )
954
954
  );
955
955
  }
956
- function Ae(e) {
956
+ function He(e) {
957
957
  return e.replace(/[-\/\\^$*+?.()|[\]{}]/g, "\\$&");
958
958
  }
959
959
  function pe(e) {
@@ -966,7 +966,7 @@ function T(e) {
966
966
  var Sn = {};
967
967
  function R(e, t) {
968
968
  var r, n = t, i;
969
- for (typeof e == "string" && (e = [e]), We(t) && (n = function(a, s) {
969
+ for (typeof e == "string" && (e = [e]), je(t) && (n = function(a, s) {
970
970
  s[t] = T(a);
971
971
  }), i = e.length, r = 0; r < i; r++)
972
972
  Sn[e[r]] = n;
@@ -982,10 +982,10 @@ function _l(e, t, r) {
982
982
  function Ir(e) {
983
983
  return e % 4 === 0 && e % 100 !== 0 || e % 400 === 0;
984
984
  }
985
- var ae = 0, Ne = 1, Le = 2, te = 3, ve = 4, Re = 5, nt = 6, vl = 7, wl = 8;
985
+ var se = 0, Re = 1, Ge = 2, te = 3, we = 4, Ae = 5, nt = 6, vl = 7, wl = 8;
986
986
  _("Y", 0, 0, function() {
987
987
  var e = this.year();
988
- return e <= 9999 ? Ge(e, 4) : "+" + e;
988
+ return e <= 9999 ? De(e, 4) : "+" + e;
989
989
  });
990
990
  _(0, ["YY", 2], 0, function() {
991
991
  return this.year() % 100;
@@ -998,20 +998,20 @@ y("YY", B, ce);
998
998
  y("YYYY", Jn, Xn);
999
999
  y("YYYYY", Lr, Or);
1000
1000
  y("YYYYYY", Lr, Or);
1001
- R(["YYYYY", "YYYYYY"], ae);
1001
+ R(["YYYYY", "YYYYYY"], se);
1002
1002
  R("YYYY", function(e, t) {
1003
- t[ae] = e.length === 2 ? p.parseTwoDigitYear(e) : T(e);
1003
+ t[se] = e.length === 2 ? g.parseTwoDigitYear(e) : T(e);
1004
1004
  });
1005
1005
  R("YY", function(e, t) {
1006
- t[ae] = p.parseTwoDigitYear(e);
1006
+ t[se] = g.parseTwoDigitYear(e);
1007
1007
  });
1008
1008
  R("Y", function(e, t) {
1009
- t[ae] = parseInt(e, 10);
1009
+ t[se] = parseInt(e, 10);
1010
1010
  });
1011
1011
  function Ht(e) {
1012
1012
  return Ir(e) ? 366 : 365;
1013
1013
  }
1014
- p.parseTwoDigitYear = function(e) {
1014
+ g.parseTwoDigitYear = function(e) {
1015
1015
  return T(e) + (T(e) > 68 ? 1900 : 2e3);
1016
1016
  };
1017
1017
  var Ba = Mt("FullYear", !0);
@@ -1020,7 +1020,7 @@ function Sl() {
1020
1020
  }
1021
1021
  function Mt(e, t) {
1022
1022
  return function(r) {
1023
- return r != null ? (Ya(this, e, r), p.updateOffset(this, t), this) : Yt(this, e);
1023
+ return r != null ? (Ya(this, e, r), g.updateOffset(this, t), this) : Yt(this, e);
1024
1024
  };
1025
1025
  }
1026
1026
  function Yt(e, t) {
@@ -1071,7 +1071,7 @@ function Ya(e, t, r) {
1071
1071
  }
1072
1072
  }
1073
1073
  function xl(e) {
1074
- return e = ye(e), Ie(this[e]) ? this[e]() : this;
1074
+ return e = ye(e), Ce(this[e]) ? this[e]() : this;
1075
1075
  }
1076
1076
  function El(e, t) {
1077
1077
  if (typeof e == "object") {
@@ -1079,7 +1079,7 @@ function El(e, t) {
1079
1079
  var r = ml(e), n, i = r.length;
1080
1080
  for (n = 0; n < i; n++)
1081
1081
  this[r[n].unit](e[r[n].unit]);
1082
- } else if (e = ye(e), Ie(this[e]))
1082
+ } else if (e = ye(e), Ce(this[e]))
1083
1083
  return this[e](t);
1084
1084
  return this;
1085
1085
  }
@@ -1118,26 +1118,26 @@ y("MMMM", function(e, t) {
1118
1118
  return t.monthsRegex(e);
1119
1119
  });
1120
1120
  R(["M", "MM"], function(e, t) {
1121
- t[Ne] = T(e) - 1;
1121
+ t[Re] = T(e) - 1;
1122
1122
  });
1123
1123
  R(["MMM", "MMMM"], function(e, t, r, n) {
1124
1124
  var i = r._locale.monthsParse(e, n, r._strict);
1125
- i != null ? t[Ne] = i : M(r).invalidMonth = e;
1125
+ i != null ? t[Re] = i : M(r).invalidMonth = e;
1126
1126
  });
1127
1127
  var Tl = "January_February_March_April_May_June_July_August_September_October_November_December".split(
1128
1128
  "_"
1129
1129
  ), Ua = "Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"), Wa = /D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/, Ol = qt, kl = qt;
1130
1130
  function Ll(e, t) {
1131
- return e ? Se(this._months) ? this._months[e.month()] : this._months[(this._months.isFormat || Wa).test(t) ? "format" : "standalone"][e.month()] : Se(this._months) ? this._months : this._months.standalone;
1131
+ return e ? xe(this._months) ? this._months[e.month()] : this._months[(this._months.isFormat || Wa).test(t) ? "format" : "standalone"][e.month()] : xe(this._months) ? this._months : this._months.standalone;
1132
1132
  }
1133
1133
  function Gl(e, t) {
1134
- return e ? Se(this._monthsShort) ? this._monthsShort[e.month()] : this._monthsShort[Wa.test(t) ? "format" : "standalone"][e.month()] : Se(this._monthsShort) ? this._monthsShort : this._monthsShort.standalone;
1134
+ return e ? xe(this._monthsShort) ? this._monthsShort[e.month()] : this._monthsShort[Wa.test(t) ? "format" : "standalone"][e.month()] : xe(this._monthsShort) ? this._monthsShort : this._monthsShort.standalone;
1135
1135
  }
1136
1136
  function Dl(e, t, r) {
1137
1137
  var n, i, a, s = e.toLocaleLowerCase();
1138
1138
  if (!this._monthsParse)
1139
1139
  for (this._monthsParse = [], this._longMonthsParse = [], this._shortMonthsParse = [], n = 0; n < 12; ++n)
1140
- a = De([2e3, n]), this._shortMonthsParse[n] = this.monthsShort(
1140
+ a = Ie([2e3, n]), this._shortMonthsParse[n] = this.monthsShort(
1141
1141
  a,
1142
1142
  ""
1143
1143
  ).toLocaleLowerCase(), this._longMonthsParse[n] = this.months(a, "").toLocaleLowerCase();
@@ -1148,7 +1148,7 @@ function Il(e, t, r) {
1148
1148
  if (this._monthsParseExact)
1149
1149
  return Dl.call(this, e, t, r);
1150
1150
  for (this._monthsParse || (this._monthsParse = [], this._longMonthsParse = [], this._shortMonthsParse = []), n = 0; n < 12; n++) {
1151
- if (i = De([2e3, n]), r && !this._longMonthsParse[n] && (this._longMonthsParse[n] = new RegExp(
1151
+ if (i = Ie([2e3, n]), r && !this._longMonthsParse[n] && (this._longMonthsParse[n] = new RegExp(
1152
1152
  "^" + this.months(i, "").replace(".", "") + "$",
1153
1153
  "i"
1154
1154
  ), this._shortMonthsParse[n] = new RegExp(
@@ -1168,14 +1168,14 @@ function ja(e, t) {
1168
1168
  if (typeof t == "string") {
1169
1169
  if (/^\d+$/.test(t))
1170
1170
  t = T(t);
1171
- else if (t = e.localeData().monthsParse(t), !We(t))
1171
+ else if (t = e.localeData().monthsParse(t), !je(t))
1172
1172
  return e;
1173
1173
  }
1174
1174
  var r = t, n = e.date();
1175
1175
  return n = n < 29 ? n : Math.min(n, Qn(e.year(), r)), e._isUTC ? e._d.setUTCMonth(r, n) : e._d.setMonth(r, n), e;
1176
1176
  }
1177
1177
  function Va(e) {
1178
- return e != null ? (ja(this, e), p.updateOffset(this, !0), this) : Yt(this, "Month");
1178
+ return e != null ? (ja(this, e), g.updateOffset(this, !0), this) : Yt(this, "Month");
1179
1179
  }
1180
1180
  function Cl() {
1181
1181
  return Qn(this.year(), this.month());
@@ -1192,7 +1192,7 @@ function $a() {
1192
1192
  }
1193
1193
  var t = [], r = [], n = [], i, a, s, o;
1194
1194
  for (i = 0; i < 12; i++)
1195
- a = De([2e3, i]), s = Ae(this.monthsShort(a, "")), o = Ae(this.months(a, "")), t.push(s), r.push(o), n.push(o), n.push(s);
1195
+ a = Ie([2e3, i]), s = He(this.monthsShort(a, "")), o = He(this.months(a, "")), t.push(s), r.push(o), n.push(o), n.push(s);
1196
1196
  t.sort(e), r.sort(e), n.sort(e), this._monthsRegex = new RegExp("^(" + n.join("|") + ")", "i"), this._monthsShortRegex = this._monthsRegex, this._monthsStrictRegex = new RegExp(
1197
1197
  "^(" + r.join("|") + ")",
1198
1198
  "i"
@@ -1222,12 +1222,12 @@ function za(e, t, r, n, i) {
1222
1222
  }
1223
1223
  function Wt(e, t, r) {
1224
1224
  var n = vr(e.year(), t, r), i = Math.floor((e.dayOfYear() - n - 1) / 7) + 1, a, s;
1225
- return i < 1 ? (s = e.year() - 1, a = i + He(s, t, r)) : i > He(e.year(), t, r) ? (a = i - He(e.year(), t, r), s = e.year() + 1) : (s = e.year(), a = i), {
1225
+ return i < 1 ? (s = e.year() - 1, a = i + Be(s, t, r)) : i > Be(e.year(), t, r) ? (a = i - Be(e.year(), t, r), s = e.year() + 1) : (s = e.year(), a = i), {
1226
1226
  week: a,
1227
1227
  year: s
1228
1228
  };
1229
1229
  }
1230
- function He(e, t, r) {
1230
+ function Be(e, t, r) {
1231
1231
  var n = vr(e, t, r), i = vr(e + 1, t, r);
1232
1232
  return (Ht(e) - n + i) / 7;
1233
1233
  }
@@ -1308,7 +1308,7 @@ function Kn(e, t) {
1308
1308
  }
1309
1309
  var Vl = "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), Za = "Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"), $l = "Su_Mo_Tu_We_Th_Fr_Sa".split("_"), zl = qt, Zl = qt, Xl = qt;
1310
1310
  function Jl(e, t) {
1311
- var r = Se(this._weekdays) ? this._weekdays : this._weekdays[e && e !== !0 && this._weekdays.isFormat.test(t) ? "format" : "standalone"];
1311
+ var r = xe(this._weekdays) ? this._weekdays : this._weekdays[e && e !== !0 && this._weekdays.isFormat.test(t) ? "format" : "standalone"];
1312
1312
  return e === !0 ? Kn(r, this._week.dow) : e ? r[e.day()] : r;
1313
1313
  }
1314
1314
  function ql(e) {
@@ -1321,7 +1321,7 @@ function Kl(e, t, r) {
1321
1321
  var n, i, a, s = e.toLocaleLowerCase();
1322
1322
  if (!this._weekdaysParse)
1323
1323
  for (this._weekdaysParse = [], this._shortWeekdaysParse = [], this._minWeekdaysParse = [], n = 0; n < 7; ++n)
1324
- a = De([2e3, 1]).day(n), this._minWeekdaysParse[n] = this.weekdaysMin(
1324
+ a = Ie([2e3, 1]).day(n), this._minWeekdaysParse[n] = this.weekdaysMin(
1325
1325
  a,
1326
1326
  ""
1327
1327
  ).toLocaleLowerCase(), this._shortWeekdaysParse[n] = this.weekdaysShort(
@@ -1335,7 +1335,7 @@ function eu(e, t, r) {
1335
1335
  if (this._weekdaysParseExact)
1336
1336
  return Kl.call(this, e, t, r);
1337
1337
  for (this._weekdaysParse || (this._weekdaysParse = [], this._minWeekdaysParse = [], this._shortWeekdaysParse = [], this._fullWeekdaysParse = []), n = 0; n < 7; n++) {
1338
- if (i = De([2e3, 1]).day(n), r && !this._fullWeekdaysParse[n] && (this._fullWeekdaysParse[n] = new RegExp(
1338
+ if (i = Ie([2e3, 1]).day(n), r && !this._fullWeekdaysParse[n] && (this._fullWeekdaysParse[n] = new RegExp(
1339
1339
  "^" + this.weekdays(i, "").replace(".", "\\.?") + "$",
1340
1340
  "i"
1341
1341
  ), this._shortWeekdaysParse[n] = new RegExp(
@@ -1390,7 +1390,7 @@ function ei() {
1390
1390
  }
1391
1391
  var t = [], r = [], n = [], i = [], a, s, o, l, u;
1392
1392
  for (a = 0; a < 7; a++)
1393
- s = De([2e3, 1]).day(a), o = Ae(this.weekdaysMin(s, "")), l = Ae(this.weekdaysShort(s, "")), u = Ae(this.weekdays(s, "")), t.push(o), r.push(l), n.push(u), i.push(o), i.push(l), i.push(u);
1393
+ s = Ie([2e3, 1]).day(a), o = He(this.weekdaysMin(s, "")), l = He(this.weekdaysShort(s, "")), u = He(this.weekdays(s, "")), t.push(o), r.push(l), n.push(u), i.push(o), i.push(l), i.push(u);
1394
1394
  t.sort(e), r.sort(e), n.sort(e), i.sort(e), this._weekdaysRegex = new RegExp("^(" + i.join("|") + ")", "i"), this._weekdaysShortRegex = this._weekdaysRegex, this._weekdaysMinRegex = this._weekdaysRegex, this._weekdaysStrictRegex = new RegExp(
1395
1395
  "^(" + n.join("|") + ")",
1396
1396
  "i"
@@ -1412,16 +1412,16 @@ _("H", ["HH", 2], 0, "hour");
1412
1412
  _("h", ["hh", 2], 0, ti);
1413
1413
  _("k", ["kk", 2], 0, ou);
1414
1414
  _("hmm", 0, 0, function() {
1415
- return "" + ti.apply(this) + Ge(this.minutes(), 2);
1415
+ return "" + ti.apply(this) + De(this.minutes(), 2);
1416
1416
  });
1417
1417
  _("hmmss", 0, 0, function() {
1418
- return "" + ti.apply(this) + Ge(this.minutes(), 2) + Ge(this.seconds(), 2);
1418
+ return "" + ti.apply(this) + De(this.minutes(), 2) + De(this.seconds(), 2);
1419
1419
  });
1420
1420
  _("Hmm", 0, 0, function() {
1421
- return "" + this.hours() + Ge(this.minutes(), 2);
1421
+ return "" + this.hours() + De(this.minutes(), 2);
1422
1422
  });
1423
1423
  _("Hmmss", 0, 0, function() {
1424
- return "" + this.hours() + Ge(this.minutes(), 2) + Ge(this.seconds(), 2);
1424
+ return "" + this.hours() + De(this.minutes(), 2) + De(this.seconds(), 2);
1425
1425
  });
1426
1426
  function Xa(e, t) {
1427
1427
  _(e, 0, 0, function() {
@@ -1462,19 +1462,19 @@ R(["h", "hh"], function(e, t, r) {
1462
1462
  });
1463
1463
  R("hmm", function(e, t, r) {
1464
1464
  var n = e.length - 2;
1465
- t[te] = T(e.substr(0, n)), t[ve] = T(e.substr(n)), M(r).bigHour = !0;
1465
+ t[te] = T(e.substr(0, n)), t[we] = T(e.substr(n)), M(r).bigHour = !0;
1466
1466
  });
1467
1467
  R("hmmss", function(e, t, r) {
1468
1468
  var n = e.length - 4, i = e.length - 2;
1469
- t[te] = T(e.substr(0, n)), t[ve] = T(e.substr(n, 2)), t[Re] = T(e.substr(i)), M(r).bigHour = !0;
1469
+ t[te] = T(e.substr(0, n)), t[we] = T(e.substr(n, 2)), t[Ae] = T(e.substr(i)), M(r).bigHour = !0;
1470
1470
  });
1471
1471
  R("Hmm", function(e, t, r) {
1472
1472
  var n = e.length - 2;
1473
- t[te] = T(e.substr(0, n)), t[ve] = T(e.substr(n));
1473
+ t[te] = T(e.substr(0, n)), t[we] = T(e.substr(n));
1474
1474
  });
1475
1475
  R("Hmmss", function(e, t, r) {
1476
1476
  var n = e.length - 4, i = e.length - 2;
1477
- t[te] = T(e.substr(0, n)), t[ve] = T(e.substr(n, 2)), t[Re] = T(e.substr(i));
1477
+ t[te] = T(e.substr(0, n)), t[we] = T(e.substr(n, 2)), t[Ae] = T(e.substr(i));
1478
1478
  });
1479
1479
  function lu(e) {
1480
1480
  return (e + "").toLowerCase().charAt(0) === "p";
@@ -1528,15 +1528,15 @@ function Cr(e) {
1528
1528
  var t = null, r;
1529
1529
  if (Y[e] === void 0 && typeof module != "undefined" && module && module.exports && mu(e))
1530
1530
  try {
1531
- t = jt._abbr, r = Xo, r("./locale/" + e), Ke(t);
1531
+ t = jt._abbr, r = Xo, r("./locale/" + e), et(t);
1532
1532
  } catch (n) {
1533
1533
  Y[e] = null;
1534
1534
  }
1535
1535
  return Y[e];
1536
1536
  }
1537
- function Ke(e, t) {
1537
+ function et(e, t) {
1538
1538
  var r;
1539
- return e && (le(t) ? r = je(e) : r = ri(e, t), r ? jt = r : typeof console != "undefined" && console.warn && console.warn(
1539
+ return e && (ue(t) ? r = Ve(e) : r = ri(e, t), r ? jt = r : typeof console != "undefined" && console.warn && console.warn(
1540
1540
  "Locale " + e + " not found. Did you forget to load it?"
1541
1541
  )), jt._abbr;
1542
1542
  }
@@ -1560,23 +1560,23 @@ function ri(e, t) {
1560
1560
  }), null;
1561
1561
  return Y[e] = new $n(vn(n, t)), Pt[e] && Pt[e].forEach(function(i) {
1562
1562
  ri(i.name, i.config);
1563
- }), Ke(e), Y[e];
1563
+ }), et(e), Y[e];
1564
1564
  } else
1565
1565
  return delete Y[e], null;
1566
1566
  }
1567
1567
  function pu(e, t) {
1568
1568
  if (t != null) {
1569
1569
  var r, n, i = qa;
1570
- Y[e] != null && Y[e].parentLocale != null ? Y[e].set(vn(Y[e]._config, t)) : (n = Cr(e), n != null && (i = n._config), t = vn(i, t), n == null && (t.abbr = e), r = new $n(t), r.parentLocale = Y[e], Y[e] = r), Ke(e);
1570
+ Y[e] != null && Y[e].parentLocale != null ? Y[e].set(vn(Y[e]._config, t)) : (n = Cr(e), n != null && (i = n._config), t = vn(i, t), n == null && (t.abbr = e), r = new $n(t), r.parentLocale = Y[e], Y[e] = r), et(e);
1571
1571
  } else
1572
- Y[e] != null && (Y[e].parentLocale != null ? (Y[e] = Y[e].parentLocale, e === Ke() && Ke(e)) : Y[e] != null && delete Y[e]);
1572
+ Y[e] != null && (Y[e].parentLocale != null ? (Y[e] = Y[e].parentLocale, e === et() && et(e)) : Y[e] != null && delete Y[e]);
1573
1573
  return Y[e];
1574
1574
  }
1575
- function je(e) {
1575
+ function Ve(e) {
1576
1576
  var t;
1577
1577
  if (e && e._locale && e._locale._abbr && (e = e._locale._abbr), !e)
1578
1578
  return jt;
1579
- if (!Se(e)) {
1579
+ if (!xe(e)) {
1580
1580
  if (t = Cr(e), t)
1581
1581
  return t;
1582
1582
  e = [e];
@@ -1588,7 +1588,7 @@ function gu() {
1588
1588
  }
1589
1589
  function ni(e) {
1590
1590
  var t, r = e._a;
1591
- return r && M(e).overflow === -2 && (t = r[Ne] < 0 || r[Ne] > 11 ? Ne : r[Le] < 1 || r[Le] > Qn(r[ae], r[Ne]) ? Le : r[te] < 0 || r[te] > 24 || r[te] === 24 && (r[ve] !== 0 || r[Re] !== 0 || r[nt] !== 0) ? te : r[ve] < 0 || r[ve] > 59 ? ve : r[Re] < 0 || r[Re] > 59 ? Re : r[nt] < 0 || r[nt] > 999 ? nt : -1, M(e)._overflowDayOfYear && (t < ae || t > Le) && (t = Le), M(e)._overflowWeeks && t === -1 && (t = vl), M(e)._overflowWeekday && t === -1 && (t = wl), M(e).overflow = t), e;
1591
+ return r && M(e).overflow === -2 && (t = r[Re] < 0 || r[Re] > 11 ? Re : r[Ge] < 1 || r[Ge] > Qn(r[se], r[Re]) ? Ge : r[te] < 0 || r[te] > 24 || r[te] === 24 && (r[we] !== 0 || r[Ae] !== 0 || r[nt] !== 0) ? te : r[we] < 0 || r[we] > 59 ? we : r[Ae] < 0 || r[Ae] > 59 ? Ae : r[nt] < 0 || r[nt] > 999 ? nt : -1, M(e)._overflowDayOfYear && (t < se || t > Ge) && (t = Ge), M(e)._overflowWeeks && t === -1 && (t = vl), M(e)._overflowWeekday && t === -1 && (t = wl), M(e).overflow = t), e;
1592
1592
  }
1593
1593
  var yu = /^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/, bu = /^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/, _u = /Z|[+-]\d\d(?::?\d\d)?/, or = [
1594
1594
  ["YYYYYY-MM-DD", /[+-]\d{6}-\d\d-\d\d/],
@@ -1731,9 +1731,9 @@ function ku(e) {
1731
1731
  delete e._isValid;
1732
1732
  else
1733
1733
  return;
1734
- e._strict ? e._isValid = !1 : p.createFromInputFallback(e);
1734
+ e._strict ? e._isValid = !1 : g.createFromInputFallback(e);
1735
1735
  }
1736
- p.createFromInputFallback = ge(
1736
+ g.createFromInputFallback = ge(
1737
1737
  "value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",
1738
1738
  function(e) {
1739
1739
  e._d = /* @__PURE__ */ new Date(e._i + (e._useUTC ? " UTC" : ""));
@@ -1743,7 +1743,7 @@ function ct(e, t, r) {
1743
1743
  return e != null ? e : t != null ? t : r;
1744
1744
  }
1745
1745
  function Lu(e) {
1746
- var t = new Date(p.now());
1746
+ var t = new Date(g.now());
1747
1747
  return e._useUTC ? [
1748
1748
  t.getUTCFullYear(),
1749
1749
  t.getUTCMonth(),
@@ -1753,11 +1753,11 @@ function Lu(e) {
1753
1753
  function ii(e) {
1754
1754
  var t, r, n = [], i, a, s;
1755
1755
  if (!e._d) {
1756
- for (i = Lu(e), e._w && e._a[Le] == null && e._a[Ne] == null && Gu(e), e._dayOfYear != null && (s = ct(e._a[ae], i[ae]), (e._dayOfYear > Ht(s) || e._dayOfYear === 0) && (M(e)._overflowDayOfYear = !0), r = Ut(s, 0, e._dayOfYear), e._a[Ne] = r.getUTCMonth(), e._a[Le] = r.getUTCDate()), t = 0; t < 3 && e._a[t] == null; ++t)
1756
+ for (i = Lu(e), e._w && e._a[Ge] == null && e._a[Re] == null && Gu(e), e._dayOfYear != null && (s = ct(e._a[se], i[se]), (e._dayOfYear > Ht(s) || e._dayOfYear === 0) && (M(e)._overflowDayOfYear = !0), r = Ut(s, 0, e._dayOfYear), e._a[Re] = r.getUTCMonth(), e._a[Ge] = r.getUTCDate()), t = 0; t < 3 && e._a[t] == null; ++t)
1757
1757
  e._a[t] = n[t] = i[t];
1758
1758
  for (; t < 7; t++)
1759
1759
  e._a[t] = n[t] = e._a[t] == null ? t === 2 ? 1 : 0 : e._a[t];
1760
- e._a[te] === 24 && e._a[ve] === 0 && e._a[Re] === 0 && e._a[nt] === 0 && (e._nextDay = !0, e._a[te] = 0), e._d = (e._useUTC ? Ut : Nl).apply(
1760
+ e._a[te] === 24 && e._a[we] === 0 && e._a[Ae] === 0 && e._a[nt] === 0 && (e._nextDay = !0, e._a[te] = 0), e._d = (e._useUTC ? Ut : Nl).apply(
1761
1761
  null,
1762
1762
  n
1763
1763
  ), a = e._useUTC ? e._d.getUTCDay() : e._d.getDay(), e._tzm != null && e._d.setUTCMinutes(e._d.getUTCMinutes() - e._tzm), e._nextDay && (e._a[te] = 24), e._w && typeof e._w.d != "undefined" && e._w.d !== a && (M(e).weekdayMismatch = !0);
@@ -1767,20 +1767,20 @@ function Gu(e) {
1767
1767
  var t, r, n, i, a, s, o, l, u;
1768
1768
  t = e._w, t.GG != null || t.W != null || t.E != null ? (a = 1, s = 4, r = ct(
1769
1769
  t.GG,
1770
- e._a[ae],
1770
+ e._a[se],
1771
1771
  Wt(H(), 1, 4).year
1772
- ), n = ct(t.W, 1), i = ct(t.E, 1), (i < 1 || i > 7) && (l = !0)) : (a = e._locale._week.dow, s = e._locale._week.doy, u = Wt(H(), a, s), r = ct(t.gg, e._a[ae], u.year), n = ct(t.w, u.week), t.d != null ? (i = t.d, (i < 0 || i > 6) && (l = !0)) : t.e != null ? (i = t.e + a, (t.e < 0 || t.e > 6) && (l = !0)) : i = a), n < 1 || n > He(r, a, s) ? M(e)._overflowWeeks = !0 : l != null ? M(e)._overflowWeekday = !0 : (o = za(r, n, i, a, s), e._a[ae] = o.year, e._dayOfYear = o.dayOfYear);
1772
+ ), n = ct(t.W, 1), i = ct(t.E, 1), (i < 1 || i > 7) && (l = !0)) : (a = e._locale._week.dow, s = e._locale._week.doy, u = Wt(H(), a, s), r = ct(t.gg, e._a[se], u.year), n = ct(t.w, u.week), t.d != null ? (i = t.d, (i < 0 || i > 6) && (l = !0)) : t.e != null ? (i = t.e + a, (t.e < 0 || t.e > 6) && (l = !0)) : i = a), n < 1 || n > Be(r, a, s) ? M(e)._overflowWeeks = !0 : l != null ? M(e)._overflowWeekday = !0 : (o = za(r, n, i, a, s), e._a[se] = o.year, e._dayOfYear = o.dayOfYear);
1773
1773
  }
1774
- p.ISO_8601 = function() {
1774
+ g.ISO_8601 = function() {
1775
1775
  };
1776
- p.RFC_2822 = function() {
1776
+ g.RFC_2822 = function() {
1777
1777
  };
1778
1778
  function ai(e) {
1779
- if (e._f === p.ISO_8601) {
1779
+ if (e._f === g.ISO_8601) {
1780
1780
  Qa(e);
1781
1781
  return;
1782
1782
  }
1783
- if (e._f === p.RFC_2822) {
1783
+ if (e._f === g.RFC_2822) {
1784
1784
  Ka(e);
1785
1785
  return;
1786
1786
  }
@@ -1794,7 +1794,7 @@ function ai(e) {
1794
1794
  e._locale,
1795
1795
  e._a[te],
1796
1796
  e._meridiem
1797
- ), u = M(e).era, u !== null && (e._a[ae] = e._locale.erasConvertYear(u, e._a[ae])), ii(e), ni(e);
1797
+ ), u = M(e).era, u !== null && (e._a[se] = e._locale.erasConvertYear(u, e._a[se])), ii(e), ni(e);
1798
1798
  }
1799
1799
  function Du(e, t, r) {
1800
1800
  var n;
@@ -1808,7 +1808,7 @@ function Iu(e) {
1808
1808
  }
1809
1809
  for (i = 0; i < l; i++)
1810
1810
  a = 0, s = !1, t = Vn({}, e), e._useUTC != null && (t._useUTC = e._useUTC), t._f = e._f[i], ai(t), jn(t) && (s = !0), a += M(t).charsLeftOver, a += M(t).unusedTokens.length * 10, M(t).score = a, o ? a < n && (n = a, r = t) : (n == null || a < n || s) && (n = a, r = t, s && (o = !0));
1811
- Je(e, r || t);
1811
+ qe(e, r || t);
1812
1812
  }
1813
1813
  function Cu(e) {
1814
1814
  if (!e._d) {
@@ -1827,17 +1827,17 @@ function Pu(e) {
1827
1827
  }
1828
1828
  function es(e) {
1829
1829
  var t = e._i, r = e._f;
1830
- return e._locale = e._locale || je(e._l), t === null || r === void 0 && t === "" ? Tr({ nullInput: !0 }) : (typeof t == "string" && (e._i = t = e._locale.preparse(t)), xe(t) ? new Jt(ni(t)) : (Xt(t) ? e._d = t : Se(r) ? Iu(e) : r ? ai(e) : Fu(e), jn(e) || (e._d = null), e));
1830
+ return e._locale = e._locale || Ve(e._l), t === null || r === void 0 && t === "" ? Tr({ nullInput: !0 }) : (typeof t == "string" && (e._i = t = e._locale.preparse(t)), Ee(t) ? new Jt(ni(t)) : (Xt(t) ? e._d = t : xe(r) ? Iu(e) : r ? ai(e) : Fu(e), jn(e) || (e._d = null), e));
1831
1831
  }
1832
1832
  function Fu(e) {
1833
1833
  var t = e._i;
1834
- le(t) ? e._d = new Date(p.now()) : Xt(t) ? e._d = new Date(t.valueOf()) : typeof t == "string" ? ku(e) : Se(t) ? (e._a = Ia(t.slice(0), function(r) {
1834
+ ue(t) ? e._d = new Date(g.now()) : Xt(t) ? e._d = new Date(t.valueOf()) : typeof t == "string" ? ku(e) : xe(t) ? (e._a = Ia(t.slice(0), function(r) {
1835
1835
  return parseInt(r, 10);
1836
- }), ii(e)) : it(t) ? Cu(e) : We(t) ? e._d = new Date(t) : p.createFromInputFallback(e);
1836
+ }), ii(e)) : it(t) ? Cu(e) : je(t) ? e._d = new Date(t) : g.createFromInputFallback(e);
1837
1837
  }
1838
1838
  function ts(e, t, r, n, i) {
1839
1839
  var a = {};
1840
- return (t === !0 || t === !1) && (n = t, t = void 0), (r === !0 || r === !1) && (n = r, r = void 0), (it(e) && Wn(e) || Se(e) && e.length === 0) && (e = void 0), a._isAMomentObject = !0, a._useUTC = a._isUTC = i, a._l = r, a._i = e, a._f = t, a._strict = n, Pu(a);
1840
+ return (t === !0 || t === !1) && (n = t, t = void 0), (r === !0 || r === !1) && (n = r, r = void 0), (it(e) && Wn(e) || xe(e) && e.length === 0) && (e = void 0), a._isAMomentObject = !0, a._useUTC = a._isUTC = i, a._l = r, a._i = e, a._f = t, a._strict = n, Pu(a);
1841
1841
  }
1842
1842
  function H(e, t, r, n) {
1843
1843
  return ts(e, t, r, n, !1);
@@ -1857,7 +1857,7 @@ var Nu = ge(
1857
1857
  );
1858
1858
  function rs(e, t) {
1859
1859
  var r, n;
1860
- if (t.length === 1 && Se(t[0]) && (t = t[0]), !t.length)
1860
+ if (t.length === 1 && xe(t[0]) && (t = t[0]), !t.length)
1861
1861
  return H();
1862
1862
  for (r = t[0], n = 1; n < t.length; ++n)
1863
1863
  (!t[n].isValid() || t[n][e](r)) && (r = t[n]);
@@ -1901,13 +1901,13 @@ function Uu() {
1901
1901
  return this._isValid;
1902
1902
  }
1903
1903
  function Wu() {
1904
- return Ee(NaN);
1904
+ return Me(NaN);
1905
1905
  }
1906
1906
  function Pr(e) {
1907
1907
  var t = Zn(e), r = t.year || 0, n = t.quarter || 0, i = t.month || 0, a = t.week || t.isoWeek || 0, s = t.day || 0, o = t.hour || 0, l = t.minute || 0, u = t.second || 0, h = t.millisecond || 0;
1908
1908
  this._isValid = Yu(t), this._milliseconds = +h + u * 1e3 + // 1000
1909
1909
  l * 6e4 + // 1000 * 60
1910
- o * 1e3 * 60 * 60, this._days = +s + a * 7, this._months = +i + n * 3 + r * 12, this._data = {}, this._locale = je(), this._bubble();
1910
+ o * 1e3 * 60 * 60, this._days = +s + a * 7, this._months = +i + n * 3 + r * 12, this._data = {}, this._locale = Ve(), this._bubble();
1911
1911
  }
1912
1912
  function dr(e) {
1913
1913
  return e instanceof Pr;
@@ -1924,7 +1924,7 @@ function ju(e, t, r) {
1924
1924
  function ns(e, t) {
1925
1925
  _(e, 0, 0, function() {
1926
1926
  var r = this.utcOffset(), n = "+";
1927
- return r < 0 && (r = -r, n = "-"), n + Ge(~~(r / 60), 2) + t + Ge(~~r % 60, 2);
1927
+ return r < 0 && (r = -r, n = "-"), n + De(~~(r / 60), 2) + t + De(~~r % 60, 2);
1928
1928
  });
1929
1929
  }
1930
1930
  ns("Z", ":");
@@ -1941,12 +1941,12 @@ function si(e, t) {
1941
1941
  }
1942
1942
  function oi(e, t) {
1943
1943
  var r, n;
1944
- return t._isUTC ? (r = t.clone(), n = (xe(e) || Xt(e) ? e.valueOf() : H(e).valueOf()) - r.valueOf(), r._d.setTime(r._d.valueOf() + n), p.updateOffset(r, !1), r) : H(e).local();
1944
+ return t._isUTC ? (r = t.clone(), n = (Ee(e) || Xt(e) ? e.valueOf() : H(e).valueOf()) - r.valueOf(), r._d.setTime(r._d.valueOf() + n), g.updateOffset(r, !1), r) : H(e).local();
1945
1945
  }
1946
1946
  function En(e) {
1947
1947
  return -Math.round(e._d.getTimezoneOffset());
1948
1948
  }
1949
- p.updateOffset = function() {
1949
+ g.updateOffset = function() {
1950
1950
  };
1951
1951
  function $u(e, t, r) {
1952
1952
  var n = this._offset || 0, i;
@@ -1959,10 +1959,10 @@ function $u(e, t, r) {
1959
1959
  } else Math.abs(e) < 16 && !r && (e = e * 60);
1960
1960
  return !this._isUTC && t && (i = En(this)), this._offset = e, this._isUTC = !0, i != null && this.add(i, "m"), n !== e && (!t || this._changeInProgress ? ss(
1961
1961
  this,
1962
- Ee(e - n, "m"),
1962
+ Me(e - n, "m"),
1963
1963
  1,
1964
1964
  !1
1965
- ) : this._changeInProgress || (this._changeInProgress = !0, p.updateOffset(this, !0), this._changeInProgress = null)), this;
1965
+ ) : this._changeInProgress || (this._changeInProgress = !0, g.updateOffset(this, !0), this._changeInProgress = null)), this;
1966
1966
  } else
1967
1967
  return this._isUTC ? n : En(this);
1968
1968
  }
@@ -1991,10 +1991,10 @@ function Qu() {
1991
1991
  return this.utcOffset() > this.clone().month(0).utcOffset() || this.utcOffset() > this.clone().month(5).utcOffset();
1992
1992
  }
1993
1993
  function Ku() {
1994
- if (!le(this._isDSTShifted))
1994
+ if (!ue(this._isDSTShifted))
1995
1995
  return this._isDSTShifted;
1996
1996
  var e = {}, t;
1997
- return Vn(e, this), e = es(e), e._a ? (t = e._isUTC ? De(e._a) : H(e._a), this._isDSTShifted = this.isValid() && ju(e._a, t.toArray()) > 0) : this._isDSTShifted = !1, this._isDSTShifted;
1997
+ return Vn(e, this), e = es(e), e._a ? (t = e._isUTC ? Ie(e._a) : H(e._a), this._isDSTShifted = this.isValid() && ju(e._a, t.toArray()) > 0) : this._isDSTShifted = !1, this._isDSTShifted;
1998
1998
  }
1999
1999
  function eh() {
2000
2000
  return this.isValid() ? !this._isUTC : !1;
@@ -2006,18 +2006,18 @@ function is() {
2006
2006
  return this.isValid() ? this._isUTC && this._offset === 0 : !1;
2007
2007
  }
2008
2008
  var rh = /^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/, nh = /^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;
2009
- function Ee(e, t) {
2009
+ function Me(e, t) {
2010
2010
  var r = e, n = null, i, a, s;
2011
2011
  return dr(e) ? r = {
2012
2012
  ms: e._milliseconds,
2013
2013
  d: e._days,
2014
2014
  M: e._months
2015
- } : We(e) || !isNaN(+e) ? (r = {}, t ? r[t] = +e : r.milliseconds = +e) : (n = rh.exec(e)) ? (i = n[1] === "-" ? -1 : 1, r = {
2015
+ } : je(e) || !isNaN(+e) ? (r = {}, t ? r[t] = +e : r.milliseconds = +e) : (n = rh.exec(e)) ? (i = n[1] === "-" ? -1 : 1, r = {
2016
2016
  y: 0,
2017
- d: T(n[Le]) * i,
2017
+ d: T(n[Ge]) * i,
2018
2018
  h: T(n[te]) * i,
2019
- m: T(n[ve]) * i,
2020
- s: T(n[Re]) * i,
2019
+ m: T(n[we]) * i,
2020
+ s: T(n[Ae]) * i,
2021
2021
  ms: T(xn(n[nt] * 1e3)) * i
2022
2022
  // the millisecond decimal point is included in the match
2023
2023
  }) : (n = nh.exec(e)) ? (i = n[1] === "-" ? -1 : 1, r = {
@@ -2033,8 +2033,8 @@ function Ee(e, t) {
2033
2033
  H(r.to)
2034
2034
  ), r = {}, r.ms = s.milliseconds, r.M = s.months), a = new Pr(r), dr(e) && I(e, "_locale") && (a._locale = e._locale), dr(e) && I(e, "_isValid") && (a._isValid = e._isValid), a;
2035
2035
  }
2036
- Ee.fn = Pr.prototype;
2037
- Ee.invalid = Wu;
2036
+ Me.fn = Pr.prototype;
2037
+ Me.invalid = Wu;
2038
2038
  function rt(e, t) {
2039
2039
  var r = e && parseFloat(e.replace(",", "."));
2040
2040
  return (isNaN(r) ? 0 : r) * t;
@@ -2053,19 +2053,19 @@ function as(e, t) {
2053
2053
  return n !== null && !isNaN(+n) && (Pa(
2054
2054
  t,
2055
2055
  "moment()." + t + "(period, number) is deprecated. Please use moment()." + t + "(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."
2056
- ), a = r, r = n, n = a), i = Ee(r, n), ss(this, i, e), this;
2056
+ ), a = r, r = n, n = a), i = Me(r, n), ss(this, i, e), this;
2057
2057
  };
2058
2058
  }
2059
2059
  function ss(e, t, r, n) {
2060
2060
  var i = t._milliseconds, a = xn(t._days), s = xn(t._months);
2061
- e.isValid() && (n = n == null ? !0 : n, s && ja(e, Yt(e, "Month") + s * r), a && Ya(e, "Date", Yt(e, "Date") + a * r), i && e._d.setTime(e._d.valueOf() + i * r), n && p.updateOffset(e, a || s));
2061
+ e.isValid() && (n = n == null ? !0 : n, s && ja(e, Yt(e, "Month") + s * r), a && Ya(e, "Date", Yt(e, "Date") + a * r), i && e._d.setTime(e._d.valueOf() + i * r), n && g.updateOffset(e, a || s));
2062
2062
  }
2063
2063
  var ah = as(1, "add"), sh = as(-1, "subtract");
2064
2064
  function os(e) {
2065
2065
  return typeof e == "string" || e instanceof String;
2066
2066
  }
2067
2067
  function oh(e) {
2068
- return xe(e) || Xt(e) || os(e) || We(e) || uh(e) || lh(e) || e === null || e === void 0;
2068
+ return Ee(e) || Xt(e) || os(e) || je(e) || uh(e) || lh(e) || e === null || e === void 0;
2069
2069
  }
2070
2070
  function lh(e) {
2071
2071
  var t = it(e) && !Wn(e), r = !1, n = [
@@ -2099,9 +2099,9 @@ function lh(e) {
2099
2099
  return t && r;
2100
2100
  }
2101
2101
  function uh(e) {
2102
- var t = Se(e), r = !1;
2102
+ var t = xe(e), r = !1;
2103
2103
  return t && (r = e.filter(function(n) {
2104
- return !We(n) && os(e);
2104
+ return !je(n) && os(e);
2105
2105
  }).length === 0), t && r;
2106
2106
  }
2107
2107
  function hh(e) {
@@ -2123,7 +2123,7 @@ function fh(e, t) {
2123
2123
  }
2124
2124
  function ch(e, t) {
2125
2125
  arguments.length === 1 && (arguments[0] ? oh(arguments[0]) ? (e = arguments[0], t = void 0) : hh(arguments[0]) && (t = arguments[0], e = void 0) : (e = void 0, t = void 0));
2126
- var r = e || H(), n = oi(r, this).startOf("day"), i = p.calendarFormat(this, n) || "sameElse", a = t && (Ie(t[i]) ? t[i].call(this, r) : t[i]);
2126
+ var r = e || H(), n = oi(r, this).startOf("day"), i = g.calendarFormat(this, n) || "sameElse", a = t && (Ce(t[i]) ? t[i].call(this, r) : t[i]);
2127
2127
  return this.format(
2128
2128
  a || this.localeData().calendar(i, this, H(r))
2129
2129
  );
@@ -2132,19 +2132,19 @@ function dh() {
2132
2132
  return new Jt(this);
2133
2133
  }
2134
2134
  function mh(e, t) {
2135
- var r = xe(e) ? e : H(e);
2135
+ var r = Ee(e) ? e : H(e);
2136
2136
  return this.isValid() && r.isValid() ? (t = ye(t) || "millisecond", t === "millisecond" ? this.valueOf() > r.valueOf() : r.valueOf() < this.clone().startOf(t).valueOf()) : !1;
2137
2137
  }
2138
2138
  function ph(e, t) {
2139
- var r = xe(e) ? e : H(e);
2139
+ var r = Ee(e) ? e : H(e);
2140
2140
  return this.isValid() && r.isValid() ? (t = ye(t) || "millisecond", t === "millisecond" ? this.valueOf() < r.valueOf() : this.clone().endOf(t).valueOf() < r.valueOf()) : !1;
2141
2141
  }
2142
2142
  function gh(e, t, r, n) {
2143
- var i = xe(e) ? e : H(e), a = xe(t) ? t : H(t);
2143
+ var i = Ee(e) ? e : H(e), a = Ee(t) ? t : H(t);
2144
2144
  return this.isValid() && i.isValid() && a.isValid() ? (n = n || "()", (n[0] === "(" ? this.isAfter(i, r) : !this.isBefore(i, r)) && (n[1] === ")" ? this.isBefore(a, r) : !this.isAfter(a, r))) : !1;
2145
2145
  }
2146
2146
  function yh(e, t) {
2147
- var r = xe(e) ? e : H(e), n;
2147
+ var r = Ee(e) ? e : H(e), n;
2148
2148
  return this.isValid() && r.isValid() ? (t = ye(t) || "millisecond", t === "millisecond" ? this.valueOf() === r.valueOf() : (n = r.valueOf(), this.clone().startOf(t).valueOf() <= n && n <= this.clone().endOf(t).valueOf())) : !1;
2149
2149
  }
2150
2150
  function bh(e, t) {
@@ -2195,8 +2195,8 @@ function mr(e, t) {
2195
2195
  var r = (t.year() - e.year()) * 12 + (t.month() - e.month()), n = e.clone().add(r, "months"), i, a;
2196
2196
  return t - n < 0 ? (i = e.clone().add(r - 1, "months"), a = (t - n) / (n - i)) : (i = e.clone().add(r + 1, "months"), a = (t - n) / (i - n)), -(r + a) || 0;
2197
2197
  }
2198
- p.defaultFormat = "YYYY-MM-DDTHH:mm:ssZ";
2199
- p.defaultFormatUtc = "YYYY-MM-DDTHH:mm:ss[Z]";
2198
+ g.defaultFormat = "YYYY-MM-DDTHH:mm:ssZ";
2199
+ g.defaultFormatUtc = "YYYY-MM-DDTHH:mm:ss[Z]";
2200
2200
  function wh() {
2201
2201
  return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ");
2202
2202
  }
@@ -2207,7 +2207,7 @@ function Sh(e) {
2207
2207
  return r.year() < 0 || r.year() > 9999 ? cr(
2208
2208
  r,
2209
2209
  t ? "YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]" : "YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"
2210
- ) : Ie(Date.prototype.toISOString) ? t ? this.toDate().toISOString() : new Date(this.valueOf() + this.utcOffset() * 60 * 1e3).toISOString().replace("Z", cr(r, "Z")) : cr(
2210
+ ) : Ce(Date.prototype.toISOString) ? t ? this.toDate().toISOString() : new Date(this.valueOf() + this.utcOffset() * 60 * 1e3).toISOString().replace("Z", cr(r, "Z")) : cr(
2211
2211
  r,
2212
2212
  t ? "YYYY-MM-DD[T]HH:mm:ss.SSS[Z]" : "YYYY-MM-DD[T]HH:mm:ss.SSSZ"
2213
2213
  );
@@ -2219,25 +2219,25 @@ function xh() {
2219
2219
  return this.isLocal() || (e = this.utcOffset() === 0 ? "moment.utc" : "moment.parseZone", t = "Z"), r = "[" + e + '("]', n = 0 <= this.year() && this.year() <= 9999 ? "YYYY" : "YYYYYY", i = "-MM-DD[T]HH:mm:ss.SSS", a = t + '[")]', this.format(r + n + i + a);
2220
2220
  }
2221
2221
  function Eh(e) {
2222
- e || (e = this.isUtc() ? p.defaultFormatUtc : p.defaultFormat);
2222
+ e || (e = this.isUtc() ? g.defaultFormatUtc : g.defaultFormat);
2223
2223
  var t = cr(this, e);
2224
2224
  return this.localeData().postformat(t);
2225
2225
  }
2226
2226
  function Mh(e, t) {
2227
- return this.isValid() && (xe(e) && e.isValid() || H(e).isValid()) ? Ee({ to: this, from: e }).locale(this.locale()).humanize(!t) : this.localeData().invalidDate();
2227
+ return this.isValid() && (Ee(e) && e.isValid() || H(e).isValid()) ? Me({ to: this, from: e }).locale(this.locale()).humanize(!t) : this.localeData().invalidDate();
2228
2228
  }
2229
2229
  function Th(e) {
2230
2230
  return this.from(H(), e);
2231
2231
  }
2232
2232
  function Oh(e, t) {
2233
- return this.isValid() && (xe(e) && e.isValid() || H(e).isValid()) ? Ee({ from: this, to: e }).locale(this.locale()).humanize(!t) : this.localeData().invalidDate();
2233
+ return this.isValid() && (Ee(e) && e.isValid() || H(e).isValid()) ? Me({ from: this, to: e }).locale(this.locale()).humanize(!t) : this.localeData().invalidDate();
2234
2234
  }
2235
2235
  function kh(e) {
2236
2236
  return this.to(H(), e);
2237
2237
  }
2238
2238
  function ls(e) {
2239
2239
  var t;
2240
- return e === void 0 ? this._locale._abbr : (t = je(e), t != null && (this._locale = t), this);
2240
+ return e === void 0 ? this._locale._abbr : (t = Ve(e), t != null && (this._locale = t), this);
2241
2241
  }
2242
2242
  var us = ge(
2243
2243
  "moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",
@@ -2307,7 +2307,7 @@ function Lh(e) {
2307
2307
  t = this._d.valueOf(), t -= yt(t, wr);
2308
2308
  break;
2309
2309
  }
2310
- return this._d.setTime(t), p.updateOffset(this, !0), this;
2310
+ return this._d.setTime(t), g.updateOffset(this, !0), this;
2311
2311
  }
2312
2312
  function Gh(e) {
2313
2313
  var t, r;
@@ -2358,7 +2358,7 @@ function Gh(e) {
2358
2358
  t = this._d.valueOf(), t += wr - yt(t, wr) - 1;
2359
2359
  break;
2360
2360
  }
2361
- return this._d.setTime(t), p.updateOffset(this, !0), this;
2361
+ return this._d.setTime(t), g.updateOffset(this, !0), this;
2362
2362
  }
2363
2363
  function Dh() {
2364
2364
  return this._d.valueOf() - (this._offset || 0) * 6e4;
@@ -2400,7 +2400,7 @@ function Rh() {
2400
2400
  return jn(this);
2401
2401
  }
2402
2402
  function Ah() {
2403
- return Je({}, M(this));
2403
+ return qe({}, M(this));
2404
2404
  }
2405
2405
  function Hh() {
2406
2406
  return M(this).overflow;
@@ -2440,17 +2440,17 @@ y("yy", xt);
2440
2440
  y("yyy", xt);
2441
2441
  y("yyyy", xt);
2442
2442
  y("yo", Kh);
2443
- R(["y", "yy", "yyy", "yyyy"], ae);
2443
+ R(["y", "yy", "yyy", "yyyy"], se);
2444
2444
  R(["yo"], function(e, t, r, n) {
2445
2445
  var i;
2446
- r._locale._eraYearOrdinalRegex && (i = e.match(r._locale._eraYearOrdinalRegex)), r._locale.eraYearOrdinalParse ? t[ae] = r._locale.eraYearOrdinalParse(e, i) : t[ae] = parseInt(e, 10);
2446
+ r._locale._eraYearOrdinalRegex && (i = e.match(r._locale._eraYearOrdinalRegex)), r._locale.eraYearOrdinalParse ? t[se] = r._locale.eraYearOrdinalParse(e, i) : t[se] = parseInt(e, 10);
2447
2447
  });
2448
2448
  function Yh(e, t) {
2449
- var r, n, i, a = this._eras || je("en")._eras;
2449
+ var r, n, i, a = this._eras || Ve("en")._eras;
2450
2450
  for (r = 0, n = a.length; r < n; ++r) {
2451
2451
  switch (typeof a[r].since) {
2452
2452
  case "string":
2453
- i = p(a[r].since).startOf("day"), a[r].since = i.valueOf();
2453
+ i = g(a[r].since).startOf("day"), a[r].since = i.valueOf();
2454
2454
  break;
2455
2455
  }
2456
2456
  switch (typeof a[r].until) {
@@ -2458,7 +2458,7 @@ function Yh(e, t) {
2458
2458
  a[r].until = 1 / 0;
2459
2459
  break;
2460
2460
  case "string":
2461
- i = p(a[r].until).startOf("day").valueOf(), a[r].until = i.valueOf();
2461
+ i = g(a[r].until).startOf("day").valueOf(), a[r].until = i.valueOf();
2462
2462
  break;
2463
2463
  }
2464
2464
  }
@@ -2489,7 +2489,7 @@ function Uh(e, t, r) {
2489
2489
  }
2490
2490
  function Wh(e, t) {
2491
2491
  var r = e.since <= e.until ? 1 : -1;
2492
- return t === void 0 ? p(e.since).year() : p(e.since).year() + (t - e.offset) * r;
2492
+ return t === void 0 ? g(e.since).year() : g(e.since).year() + (t - e.offset) * r;
2493
2493
  }
2494
2494
  function jh() {
2495
2495
  var e, t, r, n = this.localeData().eras();
@@ -2516,7 +2516,7 @@ function zh() {
2516
2516
  var e, t, r, n, i = this.localeData().eras();
2517
2517
  for (e = 0, t = i.length; e < t; ++e)
2518
2518
  if (r = i[e].since <= i[e].until ? 1 : -1, n = this.clone().startOf("day").valueOf(), i[e].since <= n && n <= i[e].until || i[e].until <= n && n <= i[e].since)
2519
- return (this.year() - p(i[e].since).year()) * r + i[e].offset;
2519
+ return (this.year() - g(i[e].since).year()) * r + i[e].offset;
2520
2520
  return this.year();
2521
2521
  }
2522
2522
  function Zh(e) {
@@ -2543,7 +2543,7 @@ function Kh(e, t) {
2543
2543
  function ui() {
2544
2544
  var e = [], t = [], r = [], n = [], i, a, s, o, l, u = this.eras();
2545
2545
  for (i = 0, a = u.length; i < a; ++i)
2546
- s = Ae(u[i].name), o = Ae(u[i].abbr), l = Ae(u[i].narrow), t.push(s), e.push(o), r.push(l), n.push(s), n.push(o), n.push(l);
2546
+ s = He(u[i].name), o = He(u[i].abbr), l = He(u[i].narrow), t.push(s), e.push(o), r.push(l), n.push(s), n.push(o), n.push(l);
2547
2547
  this._erasRegex = new RegExp("^(" + n.join("|") + ")", "i"), this._erasNameRegex = new RegExp("^(" + t.join("|") + ")", "i"), this._erasAbbrRegex = new RegExp("^(" + e.join("|") + ")", "i"), this._erasNarrowRegex = new RegExp(
2548
2548
  "^(" + r.join("|") + ")",
2549
2549
  "i"
@@ -2577,7 +2577,7 @@ Qt(
2577
2577
  }
2578
2578
  );
2579
2579
  Qt(["gg", "GG"], function(e, t, r, n) {
2580
- t[n] = p.parseTwoDigitYear(e);
2580
+ t[n] = g.parseTwoDigitYear(e);
2581
2581
  });
2582
2582
  function ef(e) {
2583
2583
  return ms.call(
@@ -2600,22 +2600,22 @@ function tf(e) {
2600
2600
  );
2601
2601
  }
2602
2602
  function rf() {
2603
- return He(this.year(), 1, 4);
2603
+ return Be(this.year(), 1, 4);
2604
2604
  }
2605
2605
  function nf() {
2606
- return He(this.isoWeekYear(), 1, 4);
2606
+ return Be(this.isoWeekYear(), 1, 4);
2607
2607
  }
2608
2608
  function af() {
2609
2609
  var e = this.localeData()._week;
2610
- return He(this.year(), e.dow, e.doy);
2610
+ return Be(this.year(), e.dow, e.doy);
2611
2611
  }
2612
2612
  function sf() {
2613
2613
  var e = this.localeData()._week;
2614
- return He(this.weekYear(), e.dow, e.doy);
2614
+ return Be(this.weekYear(), e.dow, e.doy);
2615
2615
  }
2616
2616
  function ms(e, t, r, n, i) {
2617
2617
  var a;
2618
- return e == null ? Wt(this, n, i).year : (a = He(e, n, i), t > a && (t = a), of.call(this, e, t, r, n, i));
2618
+ return e == null ? Wt(this, n, i).year : (a = Be(e, n, i), t > a && (t = a), of.call(this, e, t, r, n, i));
2619
2619
  }
2620
2620
  function of(e, t, r, n, i) {
2621
2621
  var a = za(e, t, r, n, i), s = Ut(a.year, 0, a.dayOfYear);
@@ -2624,7 +2624,7 @@ function of(e, t, r, n, i) {
2624
2624
  _("Q", 0, "Qo", "quarter");
2625
2625
  y("Q", Na);
2626
2626
  R("Q", function(e, t) {
2627
- t[Ne] = (T(e) - 1) * 3;
2627
+ t[Re] = (T(e) - 1) * 3;
2628
2628
  });
2629
2629
  function lf(e) {
2630
2630
  return e == null ? Math.ceil((this.month() + 1) / 3) : this.month((e - 1) * 3 + this.month() % 3);
@@ -2635,9 +2635,9 @@ y("DD", B, ce);
2635
2635
  y("Do", function(e, t) {
2636
2636
  return e ? t._dayOfMonthOrdinalParse || t._ordinalParse : t._dayOfMonthOrdinalParseLenient;
2637
2637
  });
2638
- R(["D", "DD"], Le);
2638
+ R(["D", "DD"], Ge);
2639
2639
  R("Do", function(e, t) {
2640
- t[Le] = T(e.match(B)[0]);
2640
+ t[Ge] = T(e.match(B)[0]);
2641
2641
  });
2642
2642
  var ps = Mt("Date", !0);
2643
2643
  _("DDD", ["DDDD", 3], "DDDo", "dayOfYear");
@@ -2655,12 +2655,12 @@ function uf(e) {
2655
2655
  _("m", ["mm", 2], 0, "minute");
2656
2656
  y("m", B, qn);
2657
2657
  y("mm", B, ce);
2658
- R(["m", "mm"], ve);
2658
+ R(["m", "mm"], we);
2659
2659
  var hf = Mt("Minutes", !1);
2660
2660
  _("s", ["ss", 2], 0, "second");
2661
2661
  y("s", B, qn);
2662
2662
  y("ss", B, ce);
2663
- R(["s", "ss"], Re);
2663
+ R(["s", "ss"], Ae);
2664
2664
  var ff = Mt("Seconds", !1);
2665
2665
  _("S", 0, 0, function() {
2666
2666
  return ~~(this.millisecond() / 100);
@@ -2690,14 +2690,14 @@ _(0, ["SSSSSSSSS", 9], 0, function() {
2690
2690
  y("S", kr, Na);
2691
2691
  y("SS", kr, ce);
2692
2692
  y("SSS", kr, Ra);
2693
- var qe, gs;
2694
- for (qe = "SSSS"; qe.length <= 9; qe += "S")
2695
- y(qe, xt);
2693
+ var Qe, gs;
2694
+ for (Qe = "SSSS"; Qe.length <= 9; Qe += "S")
2695
+ y(Qe, xt);
2696
2696
  function cf(e, t) {
2697
2697
  t[nt] = T(("0." + e) * 1e3);
2698
2698
  }
2699
- for (qe = "S"; qe.length <= 9; qe += "S")
2700
- R(qe, cf);
2699
+ for (Qe = "S"; Qe.length <= 9; Qe += "S")
2700
+ R(Qe, cf);
2701
2701
  gs = Mt("Milliseconds", !1);
2702
2702
  _("z", 0, 0, "zoneAbbr");
2703
2703
  _("zz", 0, 0, "zoneName");
@@ -2850,11 +2850,11 @@ C.weekdaysMinRegex = su;
2850
2850
  C.isPM = lu;
2851
2851
  C.meridiem = fu;
2852
2852
  function xr(e, t, r, n) {
2853
- var i = je(), a = De().set(n, t);
2853
+ var i = Ve(), a = Ie().set(n, t);
2854
2854
  return i[r](a, e);
2855
2855
  }
2856
2856
  function bs(e, t, r) {
2857
- if (We(e) && (t = e, e = void 0), e = e || "", t != null)
2857
+ if (je(e) && (t = e, e = void 0), e = e || "", t != null)
2858
2858
  return xr(e, t, r, "month");
2859
2859
  var n, i = [];
2860
2860
  for (n = 0; n < 12; n++)
@@ -2862,8 +2862,8 @@ function bs(e, t, r) {
2862
2862
  return i;
2863
2863
  }
2864
2864
  function hi(e, t, r, n) {
2865
- typeof e == "boolean" ? (We(t) && (r = t, t = void 0), t = t || "") : (t = e, r = t, e = !1, We(t) && (r = t, t = void 0), t = t || "");
2866
- var i = je(), a = e ? i._week.dow : 0, s, o = [];
2865
+ typeof e == "boolean" ? (je(t) && (r = t, t = void 0), t = t || "") : (t = e, r = t, e = !1, je(t) && (r = t, t = void 0), t = t || "");
2866
+ var i = Ve(), a = e ? i._week.dow : 0, s, o = [];
2867
2867
  if (r != null)
2868
2868
  return xr(t, (r + a) % 7, n, "day");
2869
2869
  for (s = 0; s < 7; s++)
@@ -2885,7 +2885,7 @@ function vf(e, t, r) {
2885
2885
  function wf(e, t, r) {
2886
2886
  return hi(e, t, r, "weekdaysMin");
2887
2887
  }
2888
- Ke("en", {
2888
+ et("en", {
2889
2889
  eras: [
2890
2890
  {
2891
2891
  since: "0001-01-01",
@@ -2910,21 +2910,21 @@ Ke("en", {
2910
2910
  return e + r;
2911
2911
  }
2912
2912
  });
2913
- p.lang = ge(
2913
+ g.lang = ge(
2914
2914
  "moment.lang is deprecated. Use moment.locale instead.",
2915
- Ke
2915
+ et
2916
2916
  );
2917
- p.langData = ge(
2917
+ g.langData = ge(
2918
2918
  "moment.langData is deprecated. Use moment.localeData instead.",
2919
- je
2919
+ Ve
2920
2920
  );
2921
- var Pe = Math.abs;
2921
+ var Fe = Math.abs;
2922
2922
  function Sf() {
2923
2923
  var e = this._data;
2924
- return this._milliseconds = Pe(this._milliseconds), this._days = Pe(this._days), this._months = Pe(this._months), e.milliseconds = Pe(e.milliseconds), e.seconds = Pe(e.seconds), e.minutes = Pe(e.minutes), e.hours = Pe(e.hours), e.months = Pe(e.months), e.years = Pe(e.years), this;
2924
+ return this._milliseconds = Fe(this._milliseconds), this._days = Fe(this._days), this._months = Fe(this._months), e.milliseconds = Fe(e.milliseconds), e.seconds = Fe(e.seconds), e.minutes = Fe(e.minutes), e.hours = Fe(e.hours), e.months = Fe(e.months), e.years = Fe(e.years), this;
2925
2925
  }
2926
2926
  function _s(e, t, r, n) {
2927
- var i = Ee(t, r);
2927
+ var i = Me(t, r);
2928
2928
  return e._milliseconds += n * i._milliseconds, e._days += n * i._days, e._months += n * i._months, e._bubble();
2929
2929
  }
2930
2930
  function xf(e, t) {
@@ -2977,14 +2977,14 @@ function Tf(e) {
2977
2977
  throw new Error("Unknown unit " + e);
2978
2978
  }
2979
2979
  }
2980
- function Ve(e) {
2980
+ function $e(e) {
2981
2981
  return function() {
2982
2982
  return this.as(e);
2983
2983
  };
2984
2984
  }
2985
- var ws = Ve("ms"), Of = Ve("s"), kf = Ve("m"), Lf = Ve("h"), Gf = Ve("d"), Df = Ve("w"), If = Ve("M"), Cf = Ve("Q"), Pf = Ve("y"), Ff = ws;
2985
+ var ws = $e("ms"), Of = $e("s"), kf = $e("m"), Lf = $e("h"), Gf = $e("d"), Df = $e("w"), If = $e("M"), Cf = $e("Q"), Pf = $e("y"), Ff = ws;
2986
2986
  function Nf() {
2987
- return Ee(this);
2987
+ return Me(this);
2988
2988
  }
2989
2989
  function Rf(e) {
2990
2990
  return e = ye(e), this.isValid() ? this[e + "s"]() : NaN;
@@ -2998,7 +2998,7 @@ var Af = at("milliseconds"), Hf = at("seconds"), Bf = at("minutes"), Yf = at("ho
2998
2998
  function Vf() {
2999
2999
  return pe(this.days() / 7);
3000
3000
  }
3001
- var Fe = Math.round, dt = {
3001
+ var Ne = Math.round, dt = {
3002
3002
  ss: 44,
3003
3003
  // a few seconds to seconds
3004
3004
  s: 45,
@@ -3018,11 +3018,11 @@ function $f(e, t, r, n, i) {
3018
3018
  return i.relativeTime(t || 1, !!r, e, n);
3019
3019
  }
3020
3020
  function zf(e, t, r, n) {
3021
- var i = Ee(e).abs(), a = Fe(i.as("s")), s = Fe(i.as("m")), o = Fe(i.as("h")), l = Fe(i.as("d")), u = Fe(i.as("M")), h = Fe(i.as("w")), c = Fe(i.as("y")), d = a <= r.ss && ["s", a] || a < r.s && ["ss", a] || s <= 1 && ["m"] || s < r.m && ["mm", s] || o <= 1 && ["h"] || o < r.h && ["hh", o] || l <= 1 && ["d"] || l < r.d && ["dd", l];
3021
+ var i = Me(e).abs(), a = Ne(i.as("s")), s = Ne(i.as("m")), o = Ne(i.as("h")), l = Ne(i.as("d")), u = Ne(i.as("M")), h = Ne(i.as("w")), c = Ne(i.as("y")), d = a <= r.ss && ["s", a] || a < r.s && ["ss", a] || s <= 1 && ["m"] || s < r.m && ["mm", s] || o <= 1 && ["h"] || o < r.h && ["hh", o] || l <= 1 && ["d"] || l < r.d && ["dd", l];
3022
3022
  return r.w != null && (d = d || h <= 1 && ["w"] || h < r.w && ["ww", h]), d = d || u <= 1 && ["M"] || u < r.M && ["MM", u] || c <= 1 && ["y"] || ["yy", c], d[2] = t, d[3] = +e > 0, d[4] = n, $f.apply(null, d);
3023
3023
  }
3024
3024
  function Zf(e) {
3025
- return e === void 0 ? Fe : typeof e == "function" ? (Fe = e, !0) : !1;
3025
+ return e === void 0 ? Ne : typeof e == "function" ? (Ne = e, !0) : !1;
3026
3026
  }
3027
3027
  function Xf(e, t) {
3028
3028
  return dt[e] === void 0 ? !1 : t === void 0 ? dt[e] : (dt[e] = t, e === "s" && (dt.ss = t - 1), !0);
@@ -3092,36 +3092,36 @@ R("x", function(e, t, r) {
3092
3092
  r._d = new Date(T(e));
3093
3093
  });
3094
3094
  //! moment.js
3095
- p.version = "2.30.1";
3095
+ g.version = "2.30.1";
3096
3096
  Jo(H);
3097
- p.fn = m;
3098
- p.min = Au;
3099
- p.max = Hu;
3100
- p.now = Bu;
3101
- p.utc = De;
3102
- p.unix = pf;
3103
- p.months = yf;
3104
- p.isDate = Xt;
3105
- p.locale = Ke;
3106
- p.invalid = Tr;
3107
- p.duration = Ee;
3108
- p.isMoment = xe;
3109
- p.weekdays = _f;
3110
- p.parseZone = gf;
3111
- p.localeData = je;
3112
- p.isDuration = dr;
3113
- p.monthsShort = bf;
3114
- p.weekdaysMin = wf;
3115
- p.defineLocale = ri;
3116
- p.updateLocale = pu;
3117
- p.locales = gu;
3118
- p.weekdaysShort = vf;
3119
- p.normalizeUnits = ye;
3120
- p.relativeTimeRounding = Zf;
3121
- p.relativeTimeThreshold = Xf;
3122
- p.calendarFormat = fh;
3123
- p.prototype = m;
3124
- p.HTML5_FMT = {
3097
+ g.fn = m;
3098
+ g.min = Au;
3099
+ g.max = Hu;
3100
+ g.now = Bu;
3101
+ g.utc = Ie;
3102
+ g.unix = pf;
3103
+ g.months = yf;
3104
+ g.isDate = Xt;
3105
+ g.locale = et;
3106
+ g.invalid = Tr;
3107
+ g.duration = Me;
3108
+ g.isMoment = Ee;
3109
+ g.weekdays = _f;
3110
+ g.parseZone = gf;
3111
+ g.localeData = Ve;
3112
+ g.isDuration = dr;
3113
+ g.monthsShort = bf;
3114
+ g.weekdaysMin = wf;
3115
+ g.defineLocale = ri;
3116
+ g.updateLocale = pu;
3117
+ g.locales = gu;
3118
+ g.weekdaysShort = vf;
3119
+ g.normalizeUnits = ye;
3120
+ g.relativeTimeRounding = Zf;
3121
+ g.relativeTimeThreshold = Xf;
3122
+ g.calendarFormat = fh;
3123
+ g.prototype = m;
3124
+ g.HTML5_FMT = {
3125
3125
  DATETIME_LOCAL: "YYYY-MM-DDTHH:mm",
3126
3126
  // <input type="datetime-local" />
3127
3127
  DATETIME_LOCAL_SECONDS: "YYYY-MM-DDTHH:mm:ss",
@@ -3148,7 +3148,7 @@ var Tn = function(e, t) {
3148
3148
  for (var i in n) Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
3149
3149
  }, Tn(e, t);
3150
3150
  };
3151
- function $e(e, t) {
3151
+ function ze(e, t) {
3152
3152
  if (typeof t != "function" && t !== null)
3153
3153
  throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
3154
3154
  Tn(e, t);
@@ -3206,7 +3206,7 @@ function bt(e, t, r) {
3206
3206
  (a || !(n in t)) && (a || (a = Array.prototype.slice.call(t, 0, n)), a[n] = t[n]);
3207
3207
  return e.concat(a || Array.prototype.slice.call(t));
3208
3208
  }
3209
- function Be(e) {
3209
+ function Ye(e) {
3210
3210
  return typeof e == "function";
3211
3211
  }
3212
3212
  function Ss(e) {
@@ -3258,7 +3258,7 @@ var Rr = function() {
3258
3258
  else
3259
3259
  s.remove(this);
3260
3260
  var h = this.initialTeardown;
3261
- if (Be(h))
3261
+ if (Ye(h))
3262
3262
  try {
3263
3263
  h();
3264
3264
  } catch (v) {
@@ -3268,8 +3268,8 @@ var Rr = function() {
3268
3268
  if (c) {
3269
3269
  this._finalizers = null;
3270
3270
  try {
3271
- for (var d = On(c), g = d.next(); !g.done; g = d.next()) {
3272
- var E = g.value;
3271
+ for (var d = On(c), p = d.next(); !p.done; p = d.next()) {
3272
+ var E = p.value;
3273
3273
  try {
3274
3274
  Wi(E);
3275
3275
  } catch (v) {
@@ -3280,7 +3280,7 @@ var Rr = function() {
3280
3280
  n = { error: v };
3281
3281
  } finally {
3282
3282
  try {
3283
- g && !g.done && (i = d.return) && i.call(d);
3283
+ p && !p.done && (i = d.return) && i.call(d);
3284
3284
  } finally {
3285
3285
  if (n) throw n.error;
3286
3286
  }
@@ -3320,10 +3320,10 @@ var Rr = function() {
3320
3320
  }(), e;
3321
3321
  }(), xs = Rr.EMPTY;
3322
3322
  function Es(e) {
3323
- return e instanceof Rr || e && "closed" in e && Be(e.remove) && Be(e.add) && Be(e.unsubscribe);
3323
+ return e instanceof Rr || e && "closed" in e && Ye(e.remove) && Ye(e.add) && Ye(e.unsubscribe);
3324
3324
  }
3325
3325
  function Wi(e) {
3326
- Be(e) ? e() : e.unsubscribe();
3326
+ Ye(e) ? e() : e.unsubscribe();
3327
3327
  }
3328
3328
  var Ms = {
3329
3329
  onUnhandledError: null,
@@ -3353,7 +3353,7 @@ function pr(e) {
3353
3353
  e();
3354
3354
  }
3355
3355
  var Ts = function(e) {
3356
- $e(t, e);
3356
+ ze(t, e);
3357
3357
  function t(r) {
3358
3358
  var n = e.call(this) || this;
3359
3359
  return n.isStopped = !1, r ? (n.destination = r, Es(r) && r.add(n)) : n.destination = nc, n;
@@ -3419,10 +3419,10 @@ var tc = function() {
3419
3419
  }
3420
3420
  }, e;
3421
3421
  }(), Gn = function(e) {
3422
- $e(t, e);
3422
+ ze(t, e);
3423
3423
  function t(r, n, i) {
3424
3424
  var a = e.call(this) || this, s;
3425
- if (Be(r) || !r)
3425
+ if (Ye(r) || !r)
3426
3426
  s = {
3427
3427
  next: r != null ? r : void 0,
3428
3428
  error: n != null ? n : void 0,
@@ -3531,7 +3531,7 @@ function $i(e) {
3531
3531
  return (t = e != null ? e : Ms.Promise) !== null && t !== void 0 ? t : Promise;
3532
3532
  }
3533
3533
  function oc(e) {
3534
- return e && Be(e.next) && Be(e.error) && Be(e.complete);
3534
+ return e && Ye(e.next) && Ye(e.error) && Ye(e.complete);
3535
3535
  }
3536
3536
  function lc(e) {
3537
3537
  return e && e instanceof Ts || oc(e) && Es(e);
@@ -3541,7 +3541,7 @@ var uc = Ss(function(e) {
3541
3541
  e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
3542
3542
  };
3543
3543
  }), Os = function(e) {
3544
- $e(t, e);
3544
+ ze(t, e);
3545
3545
  function t() {
3546
3546
  var r = e.call(this) || this;
3547
3547
  return r.closed = !1, r.currentObservers = null, r.observers = [], r.isStopped = !1, r.hasError = !1, r.thrownError = null, r;
@@ -3620,7 +3620,7 @@ var uc = Ss(function(e) {
3620
3620
  return new zi(r, n);
3621
3621
  }, t;
3622
3622
  }(Vi), zi = function(e) {
3623
- $e(t, e);
3623
+ ze(t, e);
3624
3624
  function t(r, n) {
3625
3625
  var i = e.call(this) || this;
3626
3626
  return i.destination = r, i.source = n, i;
@@ -3644,7 +3644,7 @@ var uc = Ss(function(e) {
3644
3644
  },
3645
3645
  delegate: void 0
3646
3646
  }, hc = function(e) {
3647
- $e(t, e);
3647
+ ze(t, e);
3648
3648
  function t(r, n, i) {
3649
3649
  r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = ks);
3650
3650
  var a = e.call(this) || this;
@@ -3679,7 +3679,7 @@ function cc(e, t) {
3679
3679
  subscribe: Ar(e, t).subscribe
3680
3680
  };
3681
3681
  }
3682
- function Ar(e, t = ue) {
3682
+ function Ar(e, t = he) {
3683
3683
  let r;
3684
3684
  const n = /* @__PURE__ */ new Set();
3685
3685
  function i(o) {
@@ -3697,9 +3697,9 @@ function Ar(e, t = ue) {
3697
3697
  function a(o) {
3698
3698
  i(o(e));
3699
3699
  }
3700
- function s(o, l = ue) {
3700
+ function s(o, l = he) {
3701
3701
  const u = [o, l];
3702
- return n.add(u), n.size === 1 && (r = t(i, a) || ue), o(e), () => {
3702
+ return n.add(u), n.size === 1 && (r = t(i, a) || he), o(e), () => {
3703
3703
  n.delete(u), n.size === 0 && r && (r(), r = null);
3704
3704
  };
3705
3705
  }
@@ -3713,14 +3713,14 @@ function Tt(e, t, r) {
3713
3713
  return cc(r, (s, o) => {
3714
3714
  let l = !1;
3715
3715
  const u = [];
3716
- let h = 0, c = ue;
3716
+ let h = 0, c = he;
3717
3717
  const d = () => {
3718
3718
  if (h)
3719
3719
  return;
3720
3720
  c();
3721
3721
  const E = t(n ? u[0] : u, s, o);
3722
- a ? s(E) : c = Yn(E) ? E : ue;
3723
- }, g = i.map(
3722
+ a ? s(E) : c = Yn(E) ? E : he;
3723
+ }, p = i.map(
3724
3724
  (E, v) => Ta(
3725
3725
  E,
3726
3726
  (V) => {
@@ -3732,7 +3732,7 @@ function Tt(e, t, r) {
3732
3732
  )
3733
3733
  );
3734
3734
  return l = !0, d(), function() {
3735
- zt(g), c(), l = !1;
3735
+ zt(p), c(), l = !1;
3736
3736
  };
3737
3737
  });
3738
3738
  }
@@ -4167,13 +4167,13 @@ function Wc(e) {
4167
4167
  case "integer-width":
4168
4168
  if (i.options.length > 1)
4169
4169
  throw new RangeError("integer-width stems only accept a single optional option");
4170
- i.options[0].replace(Yc, function(l, u, h, c, d, g) {
4170
+ i.options[0].replace(Yc, function(l, u, h, c, d, p) {
4171
4171
  if (u)
4172
4172
  t.minimumIntegerDigits = h.length;
4173
4173
  else {
4174
4174
  if (c && d)
4175
4175
  throw new Error("We currently do not support maximum integer digits");
4176
- if (g)
4176
+ if (p)
4177
4177
  throw new Error("We currently do not support exact integer digits");
4178
4178
  }
4179
4179
  return "";
@@ -4187,8 +4187,8 @@ function Wc(e) {
4187
4187
  if (Qi.test(i.stem)) {
4188
4188
  if (i.options.length > 1)
4189
4189
  throw new RangeError("Fraction-precision stems only accept a single optional option");
4190
- i.stem.replace(Qi, function(l, u, h, c, d, g) {
4191
- return h === "*" ? t.minimumFractionDigits = u.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : d && g ? (t.minimumFractionDigits = d.length, t.maximumFractionDigits = d.length + g.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
4190
+ i.stem.replace(Qi, function(l, u, h, c, d, p) {
4191
+ return h === "*" ? t.minimumFractionDigits = u.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : d && p ? (t.minimumFractionDigits = d.length, t.maximumFractionDigits = d.length + p.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
4192
4192
  });
4193
4193
  var a = i.options[0];
4194
4194
  a === "w" ? t = D(D({}, t), { trailingZeroDisplay: "stripIfInteger" }) : a && (t = D(D({}, t), Ki(a)));
@@ -5962,8 +5962,8 @@ var ad = (
5962
5962
  var d = id(c.val);
5963
5963
  if (d.length === 0)
5964
5964
  return this.error(k.EXPECT_ARGUMENT_STYLE, L(this.clonePosition(), this.clonePosition()));
5965
- var g = L(h, this.clonePosition());
5966
- u = { style: d, styleLocation: g };
5965
+ var p = L(h, this.clonePosition());
5966
+ u = { style: d, styleLocation: p };
5967
5967
  }
5968
5968
  var E = this.tryParseArgumentClose(i);
5969
5969
  if (E.err)
@@ -5980,13 +5980,13 @@ var ad = (
5980
5980
  } else {
5981
5981
  if (V.length === 0)
5982
5982
  return this.error(k.EXPECT_DATE_TIME_SKELETON, v);
5983
- var ie = V;
5984
- this.locale && (ie = jc(V, this.locale));
5983
+ var ae = V;
5984
+ this.locale && (ae = jc(V, this.locale));
5985
5985
  var d = {
5986
5986
  type: vt.dateTime,
5987
- pattern: ie,
5987
+ pattern: ae,
5988
5988
  location: u.styleLocation,
5989
- parsedOptions: this.shouldParseSkeletons ? Rc(ie) : {}
5989
+ parsedOptions: this.shouldParseSkeletons ? Rc(ae) : {}
5990
5990
  }, W = o === "date" ? U.date : U.time;
5991
5991
  return {
5992
5992
  val: { type: W, value: n, location: v, style: d },
@@ -6011,29 +6011,29 @@ var ad = (
6011
6011
  if (this.bumpSpace(), !this.bumpIf(","))
6012
6012
  return this.error(k.EXPECT_SELECT_ARGUMENT_OPTIONS, L(X, D({}, X)));
6013
6013
  this.bumpSpace();
6014
- var he = this.parseIdentifierIfPossible(), se = 0;
6015
- if (o !== "select" && he.value === "offset") {
6014
+ var fe = this.parseIdentifierIfPossible(), oe = 0;
6015
+ if (o !== "select" && fe.value === "offset") {
6016
6016
  if (!this.bumpIf(":"))
6017
6017
  return this.error(k.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, L(this.clonePosition(), this.clonePosition()));
6018
6018
  this.bumpSpace();
6019
6019
  var c = this.tryParseDecimalInteger(k.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, k.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
6020
6020
  if (c.err)
6021
6021
  return c;
6022
- this.bumpSpace(), he = this.parseIdentifierIfPossible(), se = c.val;
6022
+ this.bumpSpace(), fe = this.parseIdentifierIfPossible(), oe = c.val;
6023
6023
  }
6024
- var de = this.tryParsePluralOrSelectOptions(t, o, r, he);
6024
+ var de = this.tryParsePluralOrSelectOptions(t, o, r, fe);
6025
6025
  if (de.err)
6026
6026
  return de;
6027
6027
  var E = this.tryParseArgumentClose(i);
6028
6028
  if (E.err)
6029
6029
  return E;
6030
- var fe = L(i, this.clonePosition());
6030
+ var re = L(i, this.clonePosition());
6031
6031
  return o === "select" ? {
6032
6032
  val: {
6033
6033
  type: U.select,
6034
6034
  value: n,
6035
6035
  options: ra(de.val),
6036
- location: fe
6036
+ location: re
6037
6037
  },
6038
6038
  err: null
6039
6039
  } : {
@@ -6041,9 +6041,9 @@ var ad = (
6041
6041
  type: U.plural,
6042
6042
  value: n,
6043
6043
  options: ra(de.val),
6044
- offset: se,
6044
+ offset: oe,
6045
6045
  pluralType: o === "plural" ? "cardinal" : "ordinal",
6046
- location: fe
6046
+ location: re
6047
6047
  },
6048
6048
  err: null
6049
6049
  };
@@ -6119,20 +6119,20 @@ var ad = (
6119
6119
  if (l.has(u))
6120
6120
  return this.error(r === "select" ? k.DUPLICATE_SELECT_ARGUMENT_SELECTOR : k.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, h);
6121
6121
  u === "other" && (s = !0), this.bumpSpace();
6122
- var g = this.clonePosition();
6122
+ var p = this.clonePosition();
6123
6123
  if (!this.bumpIf("{"))
6124
6124
  return this.error(r === "select" ? k.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : k.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, L(this.clonePosition(), this.clonePosition()));
6125
6125
  var E = this.parseMessage(t + 1, r, n);
6126
6126
  if (E.err)
6127
6127
  return E;
6128
- var v = this.tryParseArgumentClose(g);
6128
+ var v = this.tryParseArgumentClose(p);
6129
6129
  if (v.err)
6130
6130
  return v;
6131
6131
  o.push([
6132
6132
  u,
6133
6133
  {
6134
6134
  value: E.val,
6135
- location: L(g, this.clonePosition())
6135
+ location: L(p, this.clonePosition())
6136
6136
  }
6137
6137
  ]), l.add(u), this.bumpSpace(), a = this.parseIdentifierIfPossible(), u = a.value, h = a.location;
6138
6138
  }
@@ -6253,7 +6253,7 @@ var wt;
6253
6253
  var Hr = (
6254
6254
  /** @class */
6255
6255
  function(e) {
6256
- $e(t, e);
6256
+ ze(t, e);
6257
6257
  function t(r, n, i) {
6258
6258
  var a = e.call(this, r) || this;
6259
6259
  return a.code = n, a.originalMessage = i, a;
@@ -6265,7 +6265,7 @@ var Hr = (
6265
6265
  ), ia = (
6266
6266
  /** @class */
6267
6267
  function(e) {
6268
- $e(t, e);
6268
+ ze(t, e);
6269
6269
  function t(r, n, i, a) {
6270
6270
  return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), wt.INVALID_VALUE, a) || this;
6271
6271
  }
@@ -6274,7 +6274,7 @@ var Hr = (
6274
6274
  ), hd = (
6275
6275
  /** @class */
6276
6276
  function(e) {
6277
- $e(t, e);
6277
+ ze(t, e);
6278
6278
  function t(r, n, i) {
6279
6279
  return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), wt.INVALID_VALUE, i) || this;
6280
6280
  }
@@ -6283,20 +6283,20 @@ var Hr = (
6283
6283
  ), fd = (
6284
6284
  /** @class */
6285
6285
  function(e) {
6286
- $e(t, e);
6286
+ ze(t, e);
6287
6287
  function t(r, n) {
6288
6288
  return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), wt.MISSING_VALUE, n) || this;
6289
6289
  }
6290
6290
  return t;
6291
6291
  }(Hr)
6292
- ), oe;
6292
+ ), le;
6293
6293
  (function(e) {
6294
6294
  e[e.literal = 0] = "literal", e[e.object = 1] = "object";
6295
- })(oe || (oe = {}));
6295
+ })(le || (le = {}));
6296
6296
  function cd(e) {
6297
6297
  return e.length < 2 ? e : e.reduce(function(t, r) {
6298
6298
  var n = t[t.length - 1];
6299
- return !n || n.type !== oe.literal || r.type !== oe.literal ? t.push(r) : n.value += r.value, t;
6299
+ return !n || n.type !== le.literal || r.type !== le.literal ? t.push(r) : n.value += r.value, t;
6300
6300
  }, []);
6301
6301
  }
6302
6302
  function dd(e) {
@@ -6306,7 +6306,7 @@ function gr(e, t, r, n, i, a, s) {
6306
6306
  if (e.length === 1 && qi(e[0]))
6307
6307
  return [
6308
6308
  {
6309
- type: oe.literal,
6309
+ type: le.literal,
6310
6310
  value: e[0].value
6311
6311
  }
6312
6312
  ];
@@ -6314,14 +6314,14 @@ function gr(e, t, r, n, i, a, s) {
6314
6314
  var h = u[l];
6315
6315
  if (qi(h)) {
6316
6316
  o.push({
6317
- type: oe.literal,
6317
+ type: le.literal,
6318
6318
  value: h.value
6319
6319
  });
6320
6320
  continue;
6321
6321
  }
6322
6322
  if (Fc(h)) {
6323
6323
  typeof a == "number" && o.push({
6324
- type: oe.literal,
6324
+ type: le.literal,
6325
6325
  value: r.getNumberFormat(t).format(a)
6326
6326
  });
6327
6327
  continue;
@@ -6332,32 +6332,32 @@ function gr(e, t, r, n, i, a, s) {
6332
6332
  var d = i[c];
6333
6333
  if (Pc(h)) {
6334
6334
  (!d || typeof d == "string" || typeof d == "number") && (d = typeof d == "string" || typeof d == "number" ? String(d) : ""), o.push({
6335
- type: typeof d == "string" ? oe.literal : oe.object,
6335
+ type: typeof d == "string" ? le.literal : le.object,
6336
6336
  value: d
6337
6337
  });
6338
6338
  continue;
6339
6339
  }
6340
6340
  if (Cs(h)) {
6341
- var g = typeof h.style == "string" ? n.date[h.style] : Dn(h.style) ? h.style.parsedOptions : void 0;
6341
+ var p = typeof h.style == "string" ? n.date[h.style] : Dn(h.style) ? h.style.parsedOptions : void 0;
6342
6342
  o.push({
6343
- type: oe.literal,
6344
- value: r.getDateTimeFormat(t, g).format(d)
6343
+ type: le.literal,
6344
+ value: r.getDateTimeFormat(t, p).format(d)
6345
6345
  });
6346
6346
  continue;
6347
6347
  }
6348
6348
  if (Ps(h)) {
6349
- var g = typeof h.style == "string" ? n.time[h.style] : Dn(h.style) ? h.style.parsedOptions : n.time.medium;
6349
+ var p = typeof h.style == "string" ? n.time[h.style] : Dn(h.style) ? h.style.parsedOptions : n.time.medium;
6350
6350
  o.push({
6351
- type: oe.literal,
6352
- value: r.getDateTimeFormat(t, g).format(d)
6351
+ type: le.literal,
6352
+ value: r.getDateTimeFormat(t, p).format(d)
6353
6353
  });
6354
6354
  continue;
6355
6355
  }
6356
6356
  if (Is(h)) {
6357
- var g = typeof h.style == "string" ? n.number[h.style] : As(h.style) ? h.style.parsedOptions : void 0;
6358
- g && g.scale && (d = d * (g.scale || 1)), o.push({
6359
- type: oe.literal,
6360
- value: r.getNumberFormat(t, g).format(d)
6357
+ var p = typeof h.style == "string" ? n.number[h.style] : As(h.style) ? h.style.parsedOptions : void 0;
6358
+ p && p.scale && (d = d * (p.scale || 1)), o.push({
6359
+ type: le.literal,
6360
+ value: r.getNumberFormat(t, p).format(d)
6361
6361
  });
6362
6362
  continue;
6363
6363
  }
@@ -6365,13 +6365,13 @@ function gr(e, t, r, n, i, a, s) {
6365
6365
  var E = h.children, v = h.value, V = i[v];
6366
6366
  if (!dd(V))
6367
6367
  throw new hd(v, "function", s);
6368
- var ie = gr(E, t, r, n, i, a), W = V(ie.map(function(se) {
6369
- return se.value;
6368
+ var ae = gr(E, t, r, n, i, a), W = V(ae.map(function(oe) {
6369
+ return oe.value;
6370
6370
  }));
6371
- Array.isArray(W) || (W = [W]), o.push.apply(o, W.map(function(se) {
6371
+ Array.isArray(W) || (W = [W]), o.push.apply(o, W.map(function(oe) {
6372
6372
  return {
6373
- type: typeof se == "string" ? oe.literal : oe.object,
6374
- value: se
6373
+ type: typeof oe == "string" ? le.literal : le.object,
6374
+ value: oe
6375
6375
  };
6376
6376
  }));
6377
6377
  }
@@ -6389,8 +6389,8 @@ function gr(e, t, r, n, i, a, s) {
6389
6389
  throw new Hr(`Intl.PluralRules is not available in this environment.
6390
6390
  Try polyfilling it using "@formatjs/intl-pluralrules"
6391
6391
  `, wt.MISSING_INTL_API, s);
6392
- var he = r.getPluralRules(t, { type: h.pluralType }).select(d - (h.offset || 0));
6393
- X = h.options[he] || h.options.other;
6392
+ var fe = r.getPluralRules(t, { type: h.pluralType }).select(d - (h.offset || 0));
6393
+ X = h.options[fe] || h.options.other;
6394
6394
  }
6395
6395
  if (!X)
6396
6396
  throw new ia(h.value, d, Object.keys(h.options), s);
@@ -6471,7 +6471,7 @@ var yd = (
6471
6471
  if (u.length === 1)
6472
6472
  return u[0].value;
6473
6473
  var h = u.reduce(function(c, d) {
6474
- return !c.length || d.type !== oe.literal || typeof c[c.length - 1] != "string" ? c.push(d.value) : c[c.length - 1] += d.value, c;
6474
+ return !c.length || d.type !== le.literal || typeof c[c.length - 1] != "string" ? c.push(d.value) : c[c.length - 1] += d.value, c;
6475
6475
  }, []);
6476
6476
  return h.length <= 1 ? h[0] || "" : h;
6477
6477
  }, this.formatToParts = function(l) {
@@ -6589,11 +6589,11 @@ function bd(e, t) {
6589
6589
  n = void 0;
6590
6590
  return n;
6591
6591
  }
6592
- const Qe = {}, _d = (e, t, r) => r && (t in Qe || (Qe[t] = {}), e in Qe[t] || (Qe[t][e] = r), r), $s = (e, t) => {
6592
+ const Ke = {}, _d = (e, t, r) => r && (t in Ke || (Ke[t] = {}), e in Ke[t] || (Ke[t][e] = r), r), $s = (e, t) => {
6593
6593
  if (t == null)
6594
6594
  return;
6595
- if (t in Qe && e in Qe[t])
6596
- return Qe[t][e];
6595
+ if (t in Ke && e in Ke[t])
6596
+ return Ke[t][e];
6597
6597
  const r = Br(t);
6598
6598
  for (let n = 0; n < r.length; n++) {
6599
6599
  const i = r[n], a = wd(i, e);
@@ -6626,7 +6626,7 @@ function Sd(e) {
6626
6626
  }
6627
6627
  }
6628
6628
  function Zs(e, ...t) {
6629
- delete Qe[e], Kt.update((r) => (r[e] = Oc.all([r[e] || {}, ...t]), r));
6629
+ delete Ke[e], Kt.update((r) => (r[e] = Oc.all([r[e] || {}, ...t]), r));
6630
6630
  }
6631
6631
  Tt(
6632
6632
  [Kt],
@@ -6869,7 +6869,7 @@ Tt([Ot], () => zd);
6869
6869
  Tt([Ot], () => Zd);
6870
6870
  Tt([Ot, Kt], () => Xd);
6871
6871
  window.emWidgets = { topic: fc };
6872
- const _e = (e) => !!(e.toLowerCase().match(/android/i) || e.toLowerCase().match(/blackberry|bb/i) || e.toLowerCase().match(/iphone|ipad|ipod/i) || e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i)), qd = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
6872
+ const ve = (e) => !!(e.toLowerCase().match(/android/i) || e.toLowerCase().match(/blackberry|bb/i) || e.toLowerCase().match(/iphone|ipad|ipod/i) || e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i)), qd = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
6873
6873
  function ua(e, t) {
6874
6874
  Zs(e, t);
6875
6875
  }
@@ -7193,7 +7193,7 @@ const ha = {
7193
7193
  ZAR: "R",
7194
7194
  ZWD: "Z$"
7195
7195
  };
7196
- function e0(e) {
7196
+ function em(e) {
7197
7197
  Go(e, "svelte-1y9b7te", '*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}.GameContainer{width:100%;height:100%;position:relative}.GameContainer.WithGameName{padding-bottom:20px}.GameInnerContainer{position:relative;width:100%;height:100%;overflow:hidden;border-radius:5px}.GameInnerContainer .GameBg{width:100%;height:100%;object-fit:unset;transition:all 150ms ease-in-out}.GameInnerContainer .GameBg.GameBg-1x2,.GameInnerContainer .GameBg.GameBg-2x1,.GameInnerContainer .GameBg.GameBg-2x2{object-fit:cover}.GameInnerContainer .GameInfoWrapper{display:none;position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;background:rgba(0, 0, 0, 0.65);z-index:15;padding:8px 25px}.GameInnerContainer .GameInfoWrapper .GameInfo{display:flex;width:100%;height:100%;flex-direction:column;align-items:center;justify-content:space-evenly}.GameInnerContainer .GameInfoWrapper .GameInfoName{color:white;text-align:center;font-size:14px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.GameInnerContainer .GameInfoWrapper .GameInfoBtn{appearance:none;padding:6px;background:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));font-size:16px;border:2px solid var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));border-radius:5px;cursor:pointer;transition:border 150ms ease-in-out}.GameInnerContainer .GameInfoWrapper .GameInfoBtn:hover{border:2px solid var(--emw--color-primary-100, #F1BED9)}.GameInnerContainer .GameInfoWrapper .GameInfoVendor{display:flex;justify-content:flex-end;align-items:center;color:white;font-size:12px;font-weight:normal}.GameInnerContainer .GameExtraInfoContainer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:auto;padding:4px;position:absolute;top:0}.GameInnerContainer .GameExtraInfo{display:flex;justify-content:flex-start;align-items:center;width:100%;height:100%;z-index:0}.GameInnerContainer .GameExtraInfoLabel{font-size:11px;padding:3px;background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));font-weight:bold;text-transform:uppercase;border-radius:5px}.GameInnerContainer:hover,.GameInnerContainer:active{cursor:pointer}.GameInnerContainer:hover .GameInfoWrapper,.GameInnerContainer:active .GameInfoWrapper{display:flex;flex-direction:column;justify-content:center}.GameInnerContainer:hover .GameBg,.GameInnerContainer:active .GameBg{filter:blur(5px) grayscale(1)}.GameInnerContainer:hover .UnfavoredIcon,.GameInnerContainer:active .UnfavoredIcon{display:flex}.GameInnerContainer:hover .GameExtraInfo{opacity:0.3}.GameNameBelow{color:var(--emw--color-white, #FFFFFF);position:relative;bottom:-5px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.FavoredIcon,.UnfavoredIcon{width:20px;height:20px}.UnfavoredIcon{display:none}.FavIconContainer{display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:15}@media(min-width: 1100px){.GamesWrapper .ListGame:hover .GamePlayNowText{z-index:4}}.ListGame.GameBackdrop .GameInnerContainer::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg, rgb(0, 0, 0) 15%, rgba(0, 0, 0, 0) 100%)}.ListGame .GameInnerContainer{z-index:0}.ListGame .GameInnerContainer .GameBg{z-index:5}.ListGame .GameInnerContainer .GameExtraInfo{z-index:10}.ListGame .GameInnerContainer::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.ListGame .GameInnerContainer.GameInnerContainerUnavailable::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0, 0, 0, 0.9)}.ListGame .GameInnerContainer .ListGame.GameContainerDimmed:before{display:block;content:" ";width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:rgba(0, 0, 0, 0.4);color:var(--emw--color-white, #FFFFFF);fill:var(--emw--color-white, #FFFFFF);opacity:1;border-radius:4px}.ListGame .GameInnerContainer .ListGame.GameContainerFullyDimmed:before{display:block;content:" ";width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:rgba(0, 0, 0, 0.8);color:var(--emw--color-white, #FFFFFF);fill:var(--emw--color-white, #FFFFFF);opacity:1;border-radius:4px}.ListGame .GameInnerContainer .LiveProps{display:flex;flex-direction:column;position:absolute;bottom:0px;right:0;width:100%;padding:0;background:linear-gradient(to top, var(--emw--color-black, #000000), var(--emw--color-black, #000000), transparent);color:var(--emw--color-white, #FFFFFF);opacity:1;font-size:14px}.ListGame .GameInnerContainer .ListGame:hover .LiveProps,.ListGame .GameInnerContainer .ListGameLink:hover .LiveProps{opacity:0}@keyframes red-pulse{0%{box-shadow:0 0 2px 0 rgba(255, 0, 0, 0.75)}15%{box-shadow:0 0 10px 2px rgba(255, 0, 0, 0.75)}30%{box-shadow:0 0 2px 0 rgba(255, 0, 0, 0.75)}50%{box-shadow:0 0 10px 2px rgba(255, 0, 0, 0.75)}65%{box-shadow:0 0 2px 0 rgba(255, 0, 0, 0.75)}80%{box-shadow:0 0 10px 2px rgba(255, 0, 0, 0.75)}100%{box-shadow:0 0 0 0 rgba(255, 0, 0, 0.75)}}@keyframes green-pulse{0%{box-shadow:0 0 2px 0 rgba(86, 168, 10, 0.75)}15%{box-shadow:0 0 10px 2px rgba(86, 168, 10, 0.75)}30%{box-shadow:0 0 2px 0 rgba(86, 168, 10, 0.75)}50%{box-shadow:0 0 10px 2px rgba(86, 168, 10, 0.75)}65%{box-shadow:0 0 2px 0 rgba(86, 168, 10, 0.75)}80%{box-shadow:0 0 10px 2px rgba(86, 168, 10, 0.75)}100%{box-shadow:0 0 0 0 rgba(86, 168, 10, 0.75)}}@keyframes flip-open{0%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.ListGame .GameInnerContainer .silde-in-from-left{-webkit-animation-name:silde-in-from-left;animation-name:silde-in-from-left;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes silde-in-from-left{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes silde-in-from-left{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes flip-closed-seat{0%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.ListGame .GameInnerContainer .ListGame.PulsatingGreenShadow,.ListGame .GameInnerContainer .ListGame.PulsatingRedShadow{overflow:auto}.ListGame .GameInnerContainer .ListGame.PulsatingGreenShadow{animation:green-pulse 2s linear}.ListGame .GameInnerContainer .ListGame.PulsatingRedShadow{animation:red-pulse 2s linear}.ListGame .GameInnerContainer .LiveIcons{position:relative;display:flex;padding:0 16px;box-sizing:border-box;flex-direction:row;align-items:center;justify-content:flex-start;min-height:auto;margin-bottom:5px}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveIcons{min-height:auto}}.ListGame .GameInnerContainer .LiveIcons:first-child{margin-left:0}.ListGame .GameInnerContainer .LiveIcons:last-child{margin-right:0}.ListGame .GameInnerContainer .LiveIcons.Black,.ListGame .GameInnerContainer .LiveIcons.Red,.ListGame .GameInnerContainer .LiveIcons.Green{color:var(--emw--color-white, #FFFFFF);border:1px solid var(--emw--color-white, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .LatestResult{min-width:12px;padding:2px;margin:0 1px;margin-right:6px;font-size:14px;text-align:center}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveIcons .LatestResult{min-width:12px;font-size:14px;margin:0 2px;margin-right:5px;padding:2px}}.ListGame .GameInnerContainer .LiveIcons .LatestResult.FirstElementAnimated{animation:flip-open 2s both;-webkit-animation:flip-open 2s both;-webkit-backface-visibility:visible;backface-visibility:visible}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First{min-width:24px;padding:4px}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Black,.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Red,.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Green{color:var(--emw--color-white, #FFFFFF);border:1px solid var(--emw--color-white, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Black{background:var(--emw--color-black, #000000)}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Red{background:red}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Green{background:#56A80A}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveIcons .LatestResult.First{padding:4px}}.ListGame .GameInnerContainer .LiveIcons .Double{display:flex;flex-direction:column}.ListGame .GameInnerContainer .LiveIcons .Double .LatestResult:first-child{margin-bottom:10px}.ListGame .GameInnerContainer .LiveIcons .Double:first-child .LatestResult{margin-left:0;margin-bottom:0}.ListGame .GameInnerContainer .LiveIcons .Double:last-child .LatestResult{margin-right:0}.ListGame .GameInnerContainer .LiveIcons .Black,.ListGame .GameInnerContainer .LiveIcons .Red,.ListGame .GameInnerContainer .LiveIcons .Green{background-color:transparent}.ListGame .GameInnerContainer .LiveIcons .Black{color:var(--emw--color-white, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .Red{color:red}.ListGame .GameInnerContainer .LiveIcons .Green{color:#56A80A}.ListGame .GameInnerContainer .Blue{color:#4d90a7}.ListGame .GameInnerContainer .Red{background-color:red}.ListGame .GameInnerContainer .Black{background-color:var(--emw--color-black, #000000)}.ListGame .GameInnerContainer .Green{background-color:#56A80A}.ListGame .GameInnerContainer .White{background-color:var(--emw--color-white, #FFFFFF)}.ListGame .GameInnerContainer .Yellow{background-color:#eeca3d}.ListGame .GameInnerContainer .Gold{background-color:rgb(134.2369668246, 109.327014218, 11.7630331754)}.ListGame .GameInnerContainer .Orange{background-color:rgb(87.345971564, 71.1374407583, 7.654028436)}.ListGame .GameInnerContainer .Purple{background-color:#330033}.ListGame .GameInnerContainer .Tie{background-color:var(--emw--color-white, #FFFFFF);background-image:linear-gradient(135deg, var(--emw--color-white, #FFFFFF) 25%, transparent 25%, transparent 50%, #212121 50%, var(--emw--color-white, #FFFFFF) 75%, transparent 75%, var(--emw--color-white, #FFFFFF))}.ListGame .GameInnerContainer .OpenSeat,.ListGame .GameInnerContainer .ClosedSeat{display:inline-block;width:16px;height:16px;margin-right:4px}@media(min-width: 768px){.ListGame .GameInnerContainer .OpenSeat,.ListGame .GameInnerContainer .ClosedSeat{width:16px;height:16px}}@media(min-width: 1100px){.ListGame .GameInnerContainer .OpenSeat,.ListGame .GameInnerContainer .ClosedSeat{width:16px;height:16px}}.ListGame .GameInnerContainer .OpenSeat svg,.ListGame .GameInnerContainer .ClosedSeat svg{width:100%;height:100%}.ListGame .GameInnerContainer .OpenSeat{animation:flip-closed-seat 2s both;-webkit-animation:flip-closed-seat 2s both;-webkit-backface-visibility:visible;backface-visibility:visible}.ListGame .GameInnerContainer .ClosedSeat{animation:flip-open 2s both;-webkit-animation:flip-open 2s both;-webkit-backface-visibility:visible;backface-visibility:visible}.ListGame .GameInnerContainer .OpenSeat svg{fill:transparent;stroke:var(--emw--color-white, #FFFFFF)}.ListGame .GameInnerContainer .ClosedSeat svg{fill:var(--emw--color-white, #FFFFFF)}.ListGame .GameInnerContainer .FullTable{display:flex;position:relative;z-index:10;height:20px;padding:1px 4px 1px 0;align-items:center;border-radius:3px;font-size:12px;white-space:normal;text-transform:uppercase;-webkit-animation-name:silde-in-from-left;animation-name:silde-in-from-left;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.ListGame .GameInnerContainer .FullTable svg{width:100%;height:100%;fill:var(--emw--color-white, #FFFFFF)}.ListGame .GameInnerContainer .FullTable.ClosedSeat{margin-right:-3px}.ListGame .GameInnerContainer .PlayersDisplay{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;padding:2px 10px;background:linear-gradient(to bottom, rgba(33, 33, 33, 0.9) 0%, rgba(33, 33, 33, 0.1) 100%);color:var(--emw--color-white, #FFFFFF)}@media(min-width: 1100px){.ListGame .GameInnerContainer .PlayersDisplay{padding:2px 16px}}.ListGame .GameInnerContainer .PlayersDisplay .PlayersIcon{width:14px;height:14px;margin-right:4px}.ListGame .GameInnerContainer .PlayersDisplay .PlayersIcon svg{fill:var(--emw--color-white, #FFFFFF);width:100%;height:100%}.ListGame .GameInnerContainer .ClosedGame{opacity:1;z-index:10;padding:8px 10px;color:var(--emw--color-white, #FFFFFF);font-size:18px}@media(min-width: 1100px){.ListGame .GameInnerContainer .ClosedGame{padding:8px 16px}}.ListGame .GameInnerContainer .ClosedGame span{font-size:18px}.ListGame .GameInnerContainer .LiveLimits{opacity:1;display:flex;flex-direction:row;justify-content:space-between;padding:2px 20px 5px 20px;color:var(--emw--color-white, #FFFFFF);font-weight:normal;font-size:12px}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveLimits{padding:2px 18px 5px 18px}}.ListGame .GameInnerContainer .LiveLimits span{font-size:12px}.ListGame .GameInnerContainer .Players{display:inline-block;width:19px;height:19px}.LoaderRipple{width:80px;height:80px;position:absolute;top:40px;left:-8px}.LoaderRipple div{position:absolute;border:4px solid #fff;opacity:1;border-radius:50%;animation:ripple-effect 1s cubic-bezier(0, 0.2, 0.8, 1) infinite}.LoaderRipple div:nth-child(2){animation-delay:-0.5s}@keyframes ripple-effect{0%{top:36px;left:36px;width:0;height:0;opacity:0}4.9%{top:36px;left:36px;width:0;height:0;opacity:0}5%{top:36px;left:36px;width:0;height:0;opacity:1}100%{top:0px;left:0px;width:72px;height:72px;opacity:0}}@container (max-width: 480px){.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper{gap:0px;padding:8px 10px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoName{font-size:12px;margin-top:4px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoBtn{font-size:12px;padding:2px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoVendor{font-size:8px}.CasinoGamesGridSlider .GameInnerContainer .GameExtraInfoContainer .FavoredIcon,.CasinoGamesGridSlider .GameInnerContainer .GameExtraInfoContainer .UnfavoredIcon{width:14px;height:14px}.CasinoGamesGridSlider .GameInnerContainer .GameExtraInfoContainer .GameExtraInfoLabel{font-size:8px}}');
7198
7198
  }
7199
7199
  function fa(e, t, r) {
@@ -7211,7 +7211,7 @@ function da(e) {
7211
7211
  ), n, i, a;
7212
7212
  return {
7213
7213
  c() {
7214
- t = N("button"), n = we(r), w(t, "class", "GameInfoBtn");
7214
+ t = N("button"), n = Se(r), w(t, "class", "GameInfoBtn");
7215
7215
  },
7216
7216
  m(s, o) {
7217
7217
  $(s, t, o), x(t, n), i || (a = Un(
@@ -7224,7 +7224,7 @@ function da(e) {
7224
7224
  p(s, o) {
7225
7225
  o[1] & /*$_*/
7226
7226
  16 && r !== (r = /*$_*/
7227
- s[35]("playNow") + "") && Ye(n, r);
7227
+ s[35]("playNow") + "") && Ue(n, r);
7228
7228
  },
7229
7229
  d(s) {
7230
7230
  s && j(t), i = !1, a();
@@ -7238,7 +7238,7 @@ function ma(e) {
7238
7238
  ), n;
7239
7239
  return {
7240
7240
  c() {
7241
- t = N("span"), n = we(r), w(t, "class", "GameExtraInfoLabel NewGameTag");
7241
+ t = N("span"), n = Se(r), w(t, "class", "GameExtraInfoLabel NewGameTag");
7242
7242
  },
7243
7243
  m(i, a) {
7244
7244
  $(i, t, a), x(t, n);
@@ -7246,7 +7246,7 @@ function ma(e) {
7246
7246
  p(i, a) {
7247
7247
  a[1] & /*$_*/
7248
7248
  16 && r !== (r = /*$_*/
7249
- i[35]("new") + "") && Ye(n, r);
7249
+ i[35]("new") + "") && Ue(n, r);
7250
7250
  },
7251
7251
  d(i) {
7252
7252
  i && j(t);
@@ -7257,7 +7257,7 @@ function pa(e) {
7257
7257
  let t, r;
7258
7258
  return {
7259
7259
  c() {
7260
- t = N("span"), r = we(
7260
+ t = N("span"), r = Se(
7261
7261
  /*gametag*/
7262
7262
  e[8]
7263
7263
  ), w(t, "class", "GameExtraInfoLabel PopularGameTag");
@@ -7267,7 +7267,7 @@ function pa(e) {
7267
7267
  },
7268
7268
  p(n, i) {
7269
7269
  i[0] & /*gametag*/
7270
- 256 && Ye(
7270
+ 256 && Ue(
7271
7271
  r,
7272
7272
  /*gametag*/
7273
7273
  n[8]
@@ -7288,13 +7288,13 @@ function ga(e) {
7288
7288
  /*isopen*/
7289
7289
  o[22] && /*displaytype*/
7290
7290
  o[19] === Hn
7291
- ) return r0;
7291
+ ) return rm;
7292
7292
  if (
7293
7293
  /*isopen*/
7294
7294
  o[22] && /*displaytype*/
7295
7295
  o[19] && /*displaytype*/
7296
7296
  o[19] === Bn
7297
- ) return t0;
7297
+ ) return tm;
7298
7298
  }
7299
7299
  let a = i(e), s = a && a(e);
7300
7300
  return {
@@ -7319,7 +7319,7 @@ function ya(e) {
7319
7319
  let t, r, n = (
7320
7320
  /*$_*/
7321
7321
  e[35]("opens") + ""
7322
- ), i, a, s, o = p.utc(
7322
+ ), i, a, s, o = g.utc(
7323
7323
  /*starttime*/
7324
7324
  e[20]
7325
7325
  ).local().format(
@@ -7331,7 +7331,7 @@ function ya(e) {
7331
7331
  /*dealername*/
7332
7332
  e[34]
7333
7333
  ) + ""
7334
- ), d, g, E = (
7334
+ ), d, p, E = (
7335
7335
  /*renderBetLimits*/
7336
7336
  e[40](
7337
7337
  /*min*/
@@ -7344,22 +7344,22 @@ function ya(e) {
7344
7344
  );
7345
7345
  return {
7346
7346
  c() {
7347
- t = N("div"), r = N("div"), i = we(n), a = ee(), s = N("span"), l = we(o), u = ee(), h = new Ue(!1), d = ee(), g = new Ue(!1), w(r, "class", "ClosedGame"), h.a = d, g.a = null, w(t, "class", "GameProp LiveProps");
7347
+ t = N("div"), r = N("div"), i = Se(n), a = ee(), s = N("span"), l = Se(o), u = ee(), h = new We(!1), d = ee(), p = new We(!1), w(r, "class", "ClosedGame"), h.a = d, p.a = null, w(t, "class", "GameProp LiveProps");
7348
7348
  },
7349
7349
  m(v, V) {
7350
- $(v, t, V), x(t, r), x(r, i), x(r, a), x(r, s), x(s, l), x(t, u), h.m(c, t), x(t, d), g.m(E, t);
7350
+ $(v, t, V), x(t, r), x(r, i), x(r, a), x(r, s), x(s, l), x(t, u), h.m(c, t), x(t, d), p.m(E, t);
7351
7351
  },
7352
7352
  p(v, V) {
7353
7353
  V[1] & /*$_*/
7354
7354
  16 && n !== (n = /*$_*/
7355
- v[35]("opens") + "") && Ye(i, n), V[0] & /*starttime, timeformat*/
7356
- 3145728 && o !== (o = p.utc(
7355
+ v[35]("opens") + "") && Ue(i, n), V[0] & /*starttime, timeformat*/
7356
+ 3145728 && o !== (o = g.utc(
7357
7357
  /*starttime*/
7358
7358
  v[20]
7359
7359
  ).local().format(
7360
7360
  /*timeformat*/
7361
7361
  v[21]
7362
- ) + "") && Ye(l, o), V[1] & /*dealername*/
7362
+ ) + "") && Ue(l, o), V[1] & /*dealername*/
7363
7363
  8 && c !== (c = /*renderDealerName*/
7364
7364
  v[41](
7365
7365
  /*dealername*/
@@ -7373,14 +7373,14 @@ function ya(e) {
7373
7373
  v[27],
7374
7374
  /*currencySymbol*/
7375
7375
  v[25]
7376
- ) + "") && g.p(E);
7376
+ ) + "") && p.p(E);
7377
7377
  },
7378
7378
  d(v) {
7379
7379
  v && j(t);
7380
7380
  }
7381
7381
  };
7382
7382
  }
7383
- function t0(e) {
7383
+ function tm(e) {
7384
7384
  let t, r, n, i, a = (
7385
7385
  /*renderDealerName*/
7386
7386
  e[41](
@@ -7405,7 +7405,7 @@ function t0(e) {
7405
7405
  t = N("div"), r = N("div");
7406
7406
  for (let c = 0; c < h.length; c += 1)
7407
7407
  h[c].c();
7408
- n = ee(), i = new Ue(!1), s = ee(), o = new Ue(!1), w(r, "class", "LiveIcons"), i.a = s, o.a = null, w(
7408
+ n = ee(), i = new We(!1), s = ee(), o = new We(!1), w(r, "class", "LiveIcons"), i.a = s, o.a = null, w(
7409
7409
  t,
7410
7410
  "class",
7411
7411
  /*roulettecontainerclassname*/
@@ -7414,8 +7414,8 @@ function t0(e) {
7414
7414
  },
7415
7415
  m(c, d) {
7416
7416
  $(c, t, d), x(t, r);
7417
- for (let g = 0; g < h.length; g += 1)
7418
- h[g] && h[g].m(r, null);
7417
+ for (let p = 0; p < h.length; p += 1)
7418
+ h[p] && h[p].m(r, null);
7419
7419
  e[64](r), x(t, n), i.m(a, t), x(t, s), o.m(l, t);
7420
7420
  },
7421
7421
  p(c, d) {
@@ -7423,13 +7423,13 @@ function t0(e) {
7423
7423
  536887296 | d[1] & /*renderSpan, colorsourcearray*/
7424
7424
  2049) {
7425
7425
  u = br(new Array(xa));
7426
- let g;
7427
- for (g = 0; g < u.length; g += 1) {
7428
- const E = fa(c, u, g);
7429
- h[g] ? h[g].p(E, d) : (h[g] = _a(E), h[g].c(), h[g].m(r, null));
7426
+ let p;
7427
+ for (p = 0; p < u.length; p += 1) {
7428
+ const E = fa(c, u, p);
7429
+ h[p] ? h[p].p(E, d) : (h[p] = _a(E), h[p].c(), h[p].m(r, null));
7430
7430
  }
7431
- for (; g < h.length; g += 1)
7432
- h[g].d(1);
7431
+ for (; p < h.length; p += 1)
7432
+ h[p].d(1);
7433
7433
  h.length = u.length;
7434
7434
  }
7435
7435
  d[1] & /*dealername*/
@@ -7459,7 +7459,7 @@ function t0(e) {
7459
7459
  }
7460
7460
  };
7461
7461
  }
7462
- function r0(e) {
7462
+ function rm(e) {
7463
7463
  let t, r, n, i, a = (
7464
7464
  /*renderDealerName*/
7465
7465
  e[41](
@@ -7477,27 +7477,27 @@ function r0(e) {
7477
7477
  e[25]
7478
7478
  ) + ""
7479
7479
  );
7480
- function u(d, g) {
7480
+ function u(d, p) {
7481
7481
  return (
7482
7482
  /*istablefull*/
7483
- d[32] ? s0 : a0
7483
+ d[32] ? sm : am
7484
7484
  );
7485
7485
  }
7486
7486
  let h = u(e), c = h(e);
7487
7487
  return {
7488
7488
  c() {
7489
- t = N("div"), r = N("div"), c.c(), n = ee(), i = new Ue(!1), s = ee(), o = new Ue(!1), w(r, "class", "LiveIcons"), i.a = s, o.a = null, w(t, "class", "GameProp LiveProps BlackjackDisplay"), w(t, "part", "GameProp LiveProps BlackjackDisplay");
7489
+ t = N("div"), r = N("div"), c.c(), n = ee(), i = new We(!1), s = ee(), o = new We(!1), w(r, "class", "LiveIcons"), i.a = s, o.a = null, w(t, "class", "GameProp LiveProps BlackjackDisplay"), w(t, "part", "GameProp LiveProps BlackjackDisplay");
7490
7490
  },
7491
- m(d, g) {
7492
- $(d, t, g), x(t, r), c.m(r, null), x(t, n), i.m(a, t), x(t, s), o.m(l, t);
7491
+ m(d, p) {
7492
+ $(d, t, p), x(t, r), c.m(r, null), x(t, n), i.m(a, t), x(t, s), o.m(l, t);
7493
7493
  },
7494
- p(d, g) {
7495
- h === (h = u(d)) && c ? c.p(d, g) : (c.d(1), c = h(d), c && (c.c(), c.m(r, null))), g[1] & /*dealername*/
7494
+ p(d, p) {
7495
+ h === (h = u(d)) && c ? c.p(d, p) : (c.d(1), c = h(d), c && (c.c(), c.m(r, null))), p[1] & /*dealername*/
7496
7496
  8 && a !== (a = /*renderDealerName*/
7497
7497
  d[41](
7498
7498
  /*dealername*/
7499
7499
  d[34]
7500
- ) + "") && i.p(a), g[0] & /*min, max, currencySymbol*/
7500
+ ) + "") && i.p(a), p[0] & /*min, max, currencySymbol*/
7501
7501
  234881024 && l !== (l = /*renderBetLimits*/
7502
7502
  d[40](
7503
7503
  /*min*/
@@ -7518,7 +7518,7 @@ function ba(e) {
7518
7518
  function r(a, s) {
7519
7519
  return (
7520
7520
  /*isdouble*/
7521
- a[29] ? i0 : n0
7521
+ a[29] ? im : nm
7522
7522
  );
7523
7523
  }
7524
7524
  let n = r(e), i = n(e);
@@ -7537,7 +7537,7 @@ function ba(e) {
7537
7537
  }
7538
7538
  };
7539
7539
  }
7540
- function n0(e) {
7540
+ function nm(e) {
7541
7541
  let t, r = (
7542
7542
  /*renderSpan*/
7543
7543
  e[42](
@@ -7562,7 +7562,7 @@ function n0(e) {
7562
7562
  ), n;
7563
7563
  return {
7564
7564
  c() {
7565
- t = new Ue(!1), n = Zt(), t.a = n;
7565
+ t = new We(!1), n = Zt(), t.a = n;
7566
7566
  },
7567
7567
  m(i, a) {
7568
7568
  t.m(r, i, a), $(i, n, a);
@@ -7596,7 +7596,7 @@ function n0(e) {
7596
7596
  }
7597
7597
  };
7598
7598
  }
7599
- function i0(e) {
7599
+ function im(e) {
7600
7600
  let t, r, n = (
7601
7601
  /*renderSpan*/
7602
7602
  e[42](
@@ -7650,7 +7650,7 @@ function i0(e) {
7650
7650
  ), o;
7651
7651
  return {
7652
7652
  c() {
7653
- t = N("div"), r = new Ue(!1), i = ee(), a = new Ue(!1), o = ee(), r.a = i, a.a = o, w(t, "class", "Double");
7653
+ t = N("div"), r = new We(!1), i = ee(), a = new We(!1), o = ee(), r.a = i, a.a = o, w(t, "class", "Double");
7654
7654
  },
7655
7655
  m(l, u) {
7656
7656
  $(l, t, u), r.m(n, t), x(t, i), a.m(s, t), x(t, o);
@@ -7742,7 +7742,7 @@ function _a(e) {
7742
7742
  }
7743
7743
  };
7744
7744
  }
7745
- function a0(e) {
7745
+ function am(e) {
7746
7746
  let t, r = br(
7747
7747
  /*seats*/
7748
7748
  e[24]
@@ -7783,14 +7783,14 @@ function a0(e) {
7783
7783
  }
7784
7784
  };
7785
7785
  }
7786
- function s0(e) {
7786
+ function sm(e) {
7787
7787
  let t, r = (
7788
7788
  /*$_*/
7789
7789
  e[35]("full") + ""
7790
7790
  ), n;
7791
7791
  return {
7792
7792
  c() {
7793
- t = N("span"), n = we(r), w(t, "class", "FullTable");
7793
+ t = N("span"), n = Se(r), w(t, "class", "FullTable");
7794
7794
  },
7795
7795
  m(i, a) {
7796
7796
  $(i, t, a), x(t, n);
@@ -7798,7 +7798,7 @@ function s0(e) {
7798
7798
  p(i, a) {
7799
7799
  a[1] & /*$_*/
7800
7800
  16 && r !== (r = /*$_*/
7801
- i[35]("full") + "") && Ye(n, r);
7801
+ i[35]("full") + "") && Ue(n, r);
7802
7802
  },
7803
7803
  d(i) {
7804
7804
  i && j(t);
@@ -7835,7 +7835,7 @@ function va(e) {
7835
7835
  }
7836
7836
  };
7837
7837
  }
7838
- function o0(e) {
7838
+ function om(e) {
7839
7839
  let t;
7840
7840
  return {
7841
7841
  c() {
@@ -7844,13 +7844,13 @@ function o0(e) {
7844
7844
  m(r, n) {
7845
7845
  $(r, t, n);
7846
7846
  },
7847
- p: ue,
7847
+ p: he,
7848
7848
  d(r) {
7849
7849
  r && j(t);
7850
7850
  }
7851
7851
  };
7852
7852
  }
7853
- function l0(e) {
7853
+ function lm(e) {
7854
7854
  let t, r, n;
7855
7855
  return {
7856
7856
  c() {
@@ -7872,13 +7872,13 @@ function l0(e) {
7872
7872
  e[66]
7873
7873
  ), r = !0);
7874
7874
  },
7875
- p: ue,
7875
+ p: he,
7876
7876
  d(i) {
7877
7877
  i && j(t), r = !1, n();
7878
7878
  }
7879
7879
  };
7880
7880
  }
7881
- function u0(e) {
7881
+ function um(e) {
7882
7882
  let t, r, n;
7883
7883
  return {
7884
7884
  c() {
@@ -7892,7 +7892,7 @@ function u0(e) {
7892
7892
  e[65]
7893
7893
  ), r = !0);
7894
7894
  },
7895
- p: ue,
7895
+ p: he,
7896
7896
  d(i) {
7897
7897
  i && j(t), r = !1, n();
7898
7898
  }
@@ -7902,7 +7902,7 @@ function wa(e) {
7902
7902
  let t, r;
7903
7903
  return {
7904
7904
  c() {
7905
- t = N("p"), r = we(
7905
+ t = N("p"), r = Se(
7906
7906
  /*gamename*/
7907
7907
  e[4]
7908
7908
  ), w(t, "class", "GameNameBelow"), w(
@@ -7917,7 +7917,7 @@ function wa(e) {
7917
7917
  },
7918
7918
  p(n, i) {
7919
7919
  i[0] & /*gamename*/
7920
- 16 && Ye(
7920
+ 16 && Ue(
7921
7921
  r,
7922
7922
  /*gamename*/
7923
7923
  n[4]
@@ -7934,14 +7934,14 @@ function wa(e) {
7934
7934
  }
7935
7935
  };
7936
7936
  }
7937
- function h0(e) {
7938
- let t, r, n, i, a, s, o, l, u, h, c, d, g, E = (
7937
+ function hm(e) {
7938
+ let t, r, n, i, a, s, o, l, u, h, c, d, p, E = (
7939
7939
  /*gamevendor*/
7940
7940
  (e[5] ? (
7941
7941
  /*gamevendor*/
7942
7942
  e[5]
7943
7943
  ) : "-") + ""
7944
- ), v, V, ie, W, X, he, se, de, fe, Ce, Me, et, Te, z = (
7944
+ ), v, V, ae, W, X, fe, oe, de, re, Pe, Te, be, Oe, z = (
7945
7945
  /*lang*/
7946
7946
  e[1] && da(e)
7947
7947
  ), J = (
@@ -7957,38 +7957,38 @@ function h0(e) {
7957
7957
  function Lt(b, O) {
7958
7958
  if (O[0] & /*gamefavorite, isLoggedIn, favorites*/
7959
7959
  65541 && (de = null), O[0] & /*gamefavorite, isLoggedIn*/
7960
- 65537 && (fe = null), O[0] & /*gamefavorite, isLoggedIn, favorites*/
7961
- 65541 && (Ce = null), de == null && (de = !!(!_e(
7960
+ 65537 && (re = null), O[0] & /*gamefavorite, isLoggedIn, favorites*/
7961
+ 65541 && (Pe = null), de == null && (de = !!(!ve(
7962
7962
  /*userAgent*/
7963
7963
  b[36]
7964
7964
  ) && /*gamefavorite*/
7965
7965
  b[0] && /*isLoggedIn*/
7966
7966
  b[16] && /*favorites*/
7967
- b[2] === "true")), de) return u0;
7968
- if (fe == null && (fe = !!(!_e(
7967
+ b[2] === "true")), de) return um;
7968
+ if (re == null && (re = !!(!ve(
7969
7969
  /*userAgent*/
7970
7970
  b[36]
7971
7971
  ) && !/*gamefavorite*/
7972
7972
  b[0] && /*isLoggedIn*/
7973
- b[16])), fe) return l0;
7974
- if (Ce == null && (Ce = !!(_e(
7973
+ b[16])), re) return lm;
7974
+ if (Pe == null && (Pe = !!(ve(
7975
7975
  /*userAgent*/
7976
7976
  b[36]
7977
7977
  ) && /*gamefavorite*/
7978
7978
  b[0] && /*isLoggedIn*/
7979
7979
  b[16] && /*favorites*/
7980
- b[2] === "true")), Ce) return o0;
7980
+ b[2] === "true")), Pe) return om;
7981
7981
  }
7982
- let Oe = Lt(e, [-1, -1, -1, -1]), K = Oe && Oe(e), re = (
7982
+ let ke = Lt(e, [-1, -1, -1, -1]), K = ke && ke(e), ne = (
7983
7983
  /*showgamename*/
7984
7984
  e[10] === "true" && wa(e)
7985
7985
  );
7986
7986
  return {
7987
7987
  c() {
7988
- t = N("div"), r = N("div"), n = N("img"), s = ee(), o = N("div"), l = N("div"), u = N("p"), h = we(
7988
+ t = N("div"), r = N("div"), n = N("img"), s = ee(), o = N("div"), l = N("div"), u = N("p"), h = Se(
7989
7989
  /*gamename*/
7990
7990
  e[4]
7991
- ), c = ee(), z && z.c(), d = ee(), g = N("span"), v = we(E), V = ee(), ie = N("div"), W = N("div"), J && J.c(), X = ee(), q && q.c(), he = ee(), Q && Q.c(), se = ee(), K && K.c(), et = ee(), re && re.c(), Pi(n.src, i = /*gamethumbnail*/
7991
+ ), c = ee(), z && z.c(), d = ee(), p = N("span"), v = Se(E), V = ee(), ae = N("div"), W = N("div"), J && J.c(), X = ee(), q && q.c(), fe = ee(), Q && Q.c(), oe = ee(), K && K.c(), be = ee(), ne && ne.c(), Pi(n.src, i = /*gamethumbnail*/
7992
7992
  e[3]) || w(n, "src", i), w(n, "class", a = `GameBg GameBg-${/*gamecellsize*/
7993
7993
  e[9]} ${/*loaded*/
7994
7994
  e[17] ? "Loaded" : ""}`), w(n, "alt", ""), w(n, "loading", "lazy"), w(u, "class", "GameInfoName"), w(
@@ -7996,12 +7996,12 @@ function h0(e) {
7996
7996
  "title",
7997
7997
  /*gamename*/
7998
7998
  e[4]
7999
- ), w(l, "class", "GameInfo"), w(g, "class", "GameInfoVendor"), w(o, "class", "GameInfoWrapper"), w(W, "class", "GameExtraInfo"), w(ie, "class", "GameExtraInfoContainer"), w(r, "class", Me = "GameInnerContainer " + /*livegamedata*/
7999
+ ), w(l, "class", "GameInfo"), w(p, "class", "GameInfoVendor"), w(o, "class", "GameInfoWrapper"), w(W, "class", "GameExtraInfo"), w(ae, "class", "GameExtraInfoContainer"), w(r, "class", Te = "GameInnerContainer " + /*livegamedata*/
8000
8000
  (e[13] && !/*isopen*/
8001
8001
  e[22] && /*openhours*/
8002
8002
  e[23].value || /*livegamedata*/
8003
8003
  e[13] && /*istablefull*/
8004
- e[32] ? "GameInnerContainerUnavailable" : "")), w(t, "class", Te = `GameContainer ${/*extraclassname*/
8004
+ e[32] ? "GameInnerContainerUnavailable" : "")), w(t, "class", Oe = `GameContainer ${/*extraclassname*/
8005
8005
  e[33]} ${/*casinogamesgridslider*/
8006
8006
  e[11] == "true" ? "CasinoGamesGridSlider" : ""}`), Fi(
8007
8007
  t,
@@ -8011,7 +8011,7 @@ function h0(e) {
8011
8011
  );
8012
8012
  },
8013
8013
  m(b, O) {
8014
- $(b, t, O), x(t, r), x(r, n), e[62](n), x(r, s), x(r, o), x(o, l), x(l, u), x(u, h), x(l, c), z && z.m(l, null), x(o, d), x(o, g), x(g, v), x(r, V), x(r, ie), x(ie, W), J && J.m(W, null), x(W, X), q && q.m(W, null), x(W, he), Q && Q.m(W, null), x(ie, se), K && K.m(ie, null), x(t, et), re && re.m(t, null), e[67](t);
8014
+ $(b, t, O), x(t, r), x(r, n), e[62](n), x(r, s), x(r, o), x(o, l), x(l, u), x(u, h), x(l, c), z && z.m(l, null), x(o, d), x(o, p), x(p, v), x(r, V), x(r, ae), x(ae, W), J && J.m(W, null), x(W, X), q && q.m(W, null), x(W, fe), Q && Q.m(W, null), x(ae, oe), K && K.m(ae, null), x(t, be), ne && ne.m(t, null), e[67](t);
8015
8015
  },
8016
8016
  p(b, O) {
8017
8017
  O[0] & /*gamethumbnail*/
@@ -8020,7 +8020,7 @@ function h0(e) {
8020
8020
  131584 && a !== (a = `GameBg GameBg-${/*gamecellsize*/
8021
8021
  b[9]} ${/*loaded*/
8022
8022
  b[17] ? "Loaded" : ""}`) && w(n, "class", a), O[0] & /*gamename*/
8023
- 16 && Ye(
8023
+ 16 && Ue(
8024
8024
  h,
8025
8025
  /*gamename*/
8026
8026
  b[4]
@@ -8036,22 +8036,22 @@ function h0(e) {
8036
8036
  (b[5] ? (
8037
8037
  /*gamevendor*/
8038
8038
  b[5]
8039
- ) : "-") + "") && Ye(v, E), /*gameisnew*/
8039
+ ) : "-") + "") && Ue(v, E), /*gameisnew*/
8040
8040
  b[7] ? J ? J.p(b, O) : (J = ma(b), J.c(), J.m(W, X)) : J && (J.d(1), J = null), /*gametag*/
8041
- b[8] ? q ? q.p(b, O) : (q = pa(b), q.c(), q.m(W, he)) : q && (q.d(1), q = null), /*livegamedata*/
8042
- b[13] ? Q ? Q.p(b, O) : (Q = ga(b), Q.c(), Q.m(W, null)) : Q && (Q.d(1), Q = null), Oe === (Oe = Lt(b, O)) && K ? K.p(b, O) : (K && K.d(1), K = Oe && Oe(b), K && (K.c(), K.m(ie, null))), O[0] & /*livegamedata, isopen, openhours*/
8041
+ b[8] ? q ? q.p(b, O) : (q = pa(b), q.c(), q.m(W, fe)) : q && (q.d(1), q = null), /*livegamedata*/
8042
+ b[13] ? Q ? Q.p(b, O) : (Q = ga(b), Q.c(), Q.m(W, null)) : Q && (Q.d(1), Q = null), ke === (ke = Lt(b, O)) && K ? K.p(b, O) : (K && K.d(1), K = ke && ke(b), K && (K.c(), K.m(ae, null))), O[0] & /*livegamedata, isopen, openhours*/
8043
8043
  12591104 | O[1] & /*istablefull*/
8044
- 2 && Me !== (Me = "GameInnerContainer " + /*livegamedata*/
8044
+ 2 && Te !== (Te = "GameInnerContainer " + /*livegamedata*/
8045
8045
  (b[13] && !/*isopen*/
8046
8046
  b[22] && /*openhours*/
8047
8047
  b[23].value || /*livegamedata*/
8048
8048
  b[13] && /*istablefull*/
8049
- b[32] ? "GameInnerContainerUnavailable" : "")) && w(r, "class", Me), /*showgamename*/
8050
- b[10] === "true" ? re ? re.p(b, O) : (re = wa(b), re.c(), re.m(t, null)) : re && (re.d(1), re = null), O[0] & /*casinogamesgridslider*/
8049
+ b[32] ? "GameInnerContainerUnavailable" : "")) && w(r, "class", Te), /*showgamename*/
8050
+ b[10] === "true" ? ne ? ne.p(b, O) : (ne = wa(b), ne.c(), ne.m(t, null)) : ne && (ne.d(1), ne = null), O[0] & /*casinogamesgridslider*/
8051
8051
  2048 | O[1] & /*extraclassname*/
8052
- 4 && Te !== (Te = `GameContainer ${/*extraclassname*/
8052
+ 4 && Oe !== (Oe = `GameContainer ${/*extraclassname*/
8053
8053
  b[33]} ${/*casinogamesgridslider*/
8054
- b[11] == "true" ? "CasinoGamesGridSlider" : ""}`) && w(t, "class", Te), O[0] & /*casinogamesgridslider, showgamename*/
8054
+ b[11] == "true" ? "CasinoGamesGridSlider" : ""}`) && w(t, "class", Oe), O[0] & /*casinogamesgridslider, showgamename*/
8055
8055
  3072 | O[1] & /*extraclassname*/
8056
8056
  4 && Fi(
8057
8057
  t,
@@ -8060,18 +8060,18 @@ function h0(e) {
8060
8060
  b[10]
8061
8061
  );
8062
8062
  },
8063
- i: ue,
8064
- o: ue,
8063
+ i: he,
8064
+ o: he,
8065
8065
  d(b) {
8066
- b && j(t), e[62](null), z && z.d(), J && J.d(), q && q.d(), Q && Q.d(), K && K.d(), re && re.d(), e[67](null);
8066
+ b && j(t), e[62](null), z && z.d(), J && J.d(), q && q.d(), Q && Q.d(), K && K.d(), ne && ne.d(), e[67](null);
8067
8067
  }
8068
8068
  };
8069
8069
  }
8070
- const Hn = "blackjack", Bn = "roulette", Sa = "doubleballroulette", f0 = 7, c0 = ",", xa = 5;
8071
- function d0(e, t, r) {
8070
+ const Hn = "blackjack", Bn = "roulette", Sa = "doubleballroulette", fm = 7, cm = ",", xa = 5;
8071
+ function dm(e, t, r) {
8072
8072
  let n;
8073
8073
  Lo(e, Jd, (f) => r(35, n = f));
8074
- let { session: i = "" } = t, { userid: a = "" } = t, { lang: s = "en" } = t, { clientstyling: o = "" } = t, { clientstylingurl: l = "" } = t, { translationurl: u = "" } = t, { favorites: h = "" } = t, { gamethumbnail: c = "" } = t, { gamename: d = "" } = t, { gamevendor: g = "" } = t, { gamelaunchurl: E = "" } = t, { gameid: v = "" } = t, { gameisnew: V = "" } = t, { gametag: ie = "" } = t, { gamefunmode: W = !1 } = t, { gamefavorite: X = !1 } = t, { gamecellsize: he = "" } = t, { showfavoredcategory: se = !1 } = t, { showgamename: de = "" } = t, { currency: fe = "" } = t, { gamepagemodalurl: Ce = "false" } = t, { endpoint: Me = "" } = t, { categoryid: et = "" } = t, { livelobbyendpoint: Te = "" } = t, { connectlive: z = "" } = t, { visibilityconnect: J = "" } = t, { integratedgameframedesktop: q = "false" } = t, { integratedgameframemobile: Q = "false" } = t, { casinogamesgridslider: Lt = "false" } = t, Oe = !1, K, re = !1, b, O = window.navigator.userAgent, ze, F, Ze, pi, Ur, Wr = "HH:mm", tt, jr = {}, Gt, gi = [], yi = "EUR", Vr, $r, zr, Dt, Zr, Xr, Jr, er, qr, Qr, bi, ot, Kr, be = "", It, _i, en;
8074
+ let { session: i = "" } = t, { userid: a = "" } = t, { lang: s = "en" } = t, { clientstyling: o = "" } = t, { clientstylingurl: l = "" } = t, { translationurl: u = "" } = t, { favorites: h = "" } = t, { gamethumbnail: c = "" } = t, { gamename: d = "" } = t, { gamevendor: p = "" } = t, { gamelaunchurl: E = "" } = t, { gameid: v = "" } = t, { gameisnew: V = "" } = t, { gametag: ae = "" } = t, { gamefunmode: W = !1 } = t, { gamefavorite: X = !1 } = t, { gamecellsize: fe = "" } = t, { showfavoredcategory: oe = !1 } = t, { showgamename: de = "" } = t, { currency: re = "" } = t, { gamepagemodalurl: Pe = "false" } = t, { endpoint: Te = "" } = t, { categoryid: be = "" } = t, { livelobbyendpoint: Oe = "" } = t, { connectlive: z = "" } = t, { visibilityconnect: J = "" } = t, { integratedgameframedesktop: q = "false" } = t, { integratedgameframemobile: Q = "false" } = t, { casinogamesgridslider: Lt = "false" } = t, ke = !1, K, ne = !1, b, O = window.navigator.userAgent, Ze, F, Xe, pi, Ur, Wr = "HH:mm", tt, jr = {}, Gt, gi = [], yi = "EUR", Vr, $r, zr, Dt, Zr, Xr, Jr, er, qr, Qr, bi, ot, Kr, _e = "", It, _i, en;
8075
8075
  const Ks = [Hn], vi = [Bn, Sa], wi = {
8076
8076
  "01": "Yellow",
8077
8077
  "02": "Blue",
@@ -8133,76 +8133,96 @@ function d0(e, t, r) {
8133
8133
  ua(f, ha[f]);
8134
8134
  });
8135
8135
  const xi = (f) => {
8136
- f.data.type === `AddFavoriteThumbnail_${v}` && !se && r(0, X = !0), f.data.type === `RemoveFavoriteThumbnail_${v}` && !se && r(0, X = !1), f.data.type === "UserSessionID" && (r(16, Oe = !0), f.data.session, K = f.data.userID), f.data.type === "CategoryUpdate" && r(13, F = null);
8136
+ f.data.type === `AddFavoriteThumbnail_${v}` && !oe && r(0, X = !0), f.data.type === `RemoveFavoriteThumbnail_${v}` && !oe && r(0, X = !1), f.data.type === "UserSessionID" && (r(16, ke = !0), f.data.session, K = f.data.userID), f.data.type === "CategoryUpdate" && r(13, F = null);
8137
8137
  }, Ei = (f) => {
8138
8138
  window.postMessage({ type: "SearchedItemClicked", gameId: f }, window.location.href), typeof gtag == "function" && gtag("event", "OpenGame", {
8139
8139
  context: "GameThumbnail--Searched",
8140
8140
  gameId: `${f}`,
8141
8141
  userId: `${K || "Not logged in"}`
8142
- }), _e(O) && Q == "true" ? window.postMessage(
8142
+ }), ve(O) && Q == "true" ? window.postMessage(
8143
8143
  {
8144
8144
  type: "OpenGameFrame",
8145
8145
  gameId: f,
8146
8146
  gamefunmode: W,
8147
- gamepagemodalurl: Ce,
8148
- isMobile: _e(O),
8147
+ gamepagemodalurl: Pe,
8148
+ isMobile: ve(O),
8149
8149
  source: "GameThumbnail",
8150
8150
  identifier: "Lobby",
8151
- subVendor: g,
8152
- launchUrl: E
8151
+ subVendor: p,
8152
+ launchUrl: E,
8153
+ name: d,
8154
+ category: be,
8155
+ vendorName: p,
8156
+ image: c,
8157
+ currency: re
8153
8158
  },
8154
8159
  window.location.href
8155
- ) : _e(O) && Q == "false" && window.postMessage(
8160
+ ) : ve(O) && Q == "false" && window.postMessage(
8156
8161
  {
8157
8162
  type: "ShowGameModal",
8158
8163
  gameId: f,
8159
- isMobile: _e(O)
8164
+ isMobile: ve(O),
8165
+ name: d,
8166
+ category: be,
8167
+ vendorName: p,
8168
+ image: c,
8169
+ currency: re
8160
8170
  },
8161
8171
  window.location.href
8162
- ), !_e(O) && q == "true" ? window.postMessage(
8172
+ ), !ve(O) && q == "true" ? window.postMessage(
8163
8173
  {
8164
8174
  type: "OpenGameFrame",
8165
8175
  gameId: f,
8166
8176
  gamefunmode: W,
8167
- gamepagemodalurl: Ce,
8168
- isMobile: _e(O),
8177
+ gamepagemodalurl: Pe,
8178
+ isMobile: ve(O),
8169
8179
  identifier: "Lobby",
8170
- subVendor: g,
8171
- launchUrl: E
8180
+ subVendor: p,
8181
+ launchUrl: E,
8182
+ name: d,
8183
+ category: be,
8184
+ vendorName: p,
8185
+ image: c,
8186
+ currency: re
8172
8187
  },
8173
8188
  window.location.href
8174
- ) : !_e(O) && q == "false" && window.postMessage(
8189
+ ) : !ve(O) && q == "false" && window.postMessage(
8175
8190
  {
8176
8191
  type: "ShowGameModal",
8177
8192
  gameId: f,
8178
- isMobile: _e(O)
8193
+ isMobile: ve(O),
8194
+ name: d,
8195
+ category: be,
8196
+ vendorName: p,
8197
+ image: c,
8198
+ currency: re
8179
8199
  },
8180
8200
  window.location.href
8181
8201
  );
8182
8202
  }, tn = (f) => {
8183
8203
  X ? window.postMessage(
8184
8204
  {
8185
- type: `SetUnfavoredGame${et}`,
8205
+ type: `SetUnfavoredGame${be}`,
8186
8206
  id: f
8187
8207
  },
8188
8208
  window.location.href
8189
- ) : window.postMessage({ type: `SetFavoredGame${et}`, id: f }, window.location.href);
8209
+ ) : window.postMessage({ type: `SetFavoredGame${be}`, id: f }, window.location.href);
8190
8210
  }, to = () => {
8191
8211
  Qd(s);
8192
8212
  }, ro = () => {
8193
- r(16, Oe = !0), K = a;
8213
+ r(16, ke = !0), K = a;
8194
8214
  }, no = () => {
8195
8215
  b && r(
8196
8216
  18,
8197
8217
  b.onload = () => {
8198
- r(17, re = !0);
8218
+ r(17, ne = !0);
8199
8219
  },
8200
8220
  b
8201
8221
  );
8202
- }, io = (f, S) => `${Me}/v1/encoder/lobby/updates/${f}/${S}`, Mi = () => {
8203
- Te && EventSource && !Ze && g && v && (Ze = new EventSource(io(g, v)), Ze.addEventListener("message", Oi));
8222
+ }, io = (f, S) => `${Te}/v1/encoder/lobby/updates/${f}/${S}`, Mi = () => {
8223
+ Oe && EventSource && !Xe && p && v && (Xe = new EventSource(io(p, v)), Xe.addEventListener("message", Oi));
8204
8224
  }, Ti = () => {
8205
- Ze && (Ze.close(), Ze = void 0);
8225
+ Xe && (Xe.close(), Xe = void 0);
8206
8226
  }, Oi = (f) => nn(this, null, function* () {
8207
8227
  const { type: S, data: A } = f;
8208
8228
  let me;
@@ -8211,31 +8231,31 @@ function d0(e, t, r) {
8211
8231
  if (A)
8212
8232
  try {
8213
8233
  me = JSON.parse(A);
8214
- } catch (ke) {
8215
- console.error("MESSAGE PARSING ERROR: ", ke);
8234
+ } catch (Le) {
8235
+ console.error("MESSAGE PARSING ERROR: ", Le);
8216
8236
  }
8217
8237
  if (me) {
8218
8238
  const {
8219
- InternalTableId: ke,
8239
+ InternalTableId: Le,
8220
8240
  MessageType: rr,
8221
8241
  // TakenSeats,
8222
- Results: Xe,
8242
+ Results: Je,
8223
8243
  // Roads, // for baccarat
8224
8244
  Seats: nr,
8225
8245
  Open: ir
8226
8246
  } = me;
8227
- if (ke)
8247
+ if (Le)
8228
8248
  switch (rr) {
8229
8249
  case "SeatsUpdated": {
8230
8250
  nr && Array.isArray(nr) && (r(28, Dt = nr), r(13, F.currentOccupiedSeats = nr, F), yield Ct());
8231
8251
  break;
8232
8252
  }
8233
8253
  case "RouletteResultsUpdated": {
8234
- Xe && Array.isArray(Xe) && (Zr = Xe, r(13, F.currentRouletteNumbers = Xe, F), yield Ct());
8254
+ Je && Array.isArray(Je) && (Zr = Je, r(13, F.currentRouletteNumbers = Je, F), yield Ct());
8235
8255
  break;
8236
8256
  }
8237
8257
  case "DoubleBallRouletteResultsUpdated": {
8238
- Xe && Array.isArray(Xe) && (Xr = Xe, r(13, F.currentDoubleBallRouletteNumbers = Xe, F), yield Ct());
8258
+ Je && Array.isArray(Je) && (Xr = Je, r(13, F.currentDoubleBallRouletteNumbers = Je, F), yield Ct());
8239
8259
  break;
8240
8260
  }
8241
8261
  case "TableOpened": {
@@ -8251,12 +8271,12 @@ function d0(e, t, r) {
8251
8271
  }
8252
8272
  }
8253
8273
  }), ao = () => {
8254
- let f = new URL(`${Te.split("?")[0]}`);
8274
+ let f = new URL(`${Oe.split("?")[0]}`);
8255
8275
  f.searchParams.append("platform", qd(O)), f.searchParams.append("language", s), fetch(f).then((S) => S.json()).then((S) => {
8256
8276
  const { details: A } = S[0];
8257
8277
  r(13, F = A);
8258
8278
  });
8259
- }, ki = (f, S = c0) => f != null ? `${f}`.replace(/\B(?=(\d{3})+(?!\d))/g, S) : "", tr = (f, S) => f.some((A) => A === S), so = (f) => {
8279
+ }, ki = (f, S = cm) => f != null ? `${f}`.replace(/\B(?=(\d{3})+(?!\d))/g, S) : "", tr = (f, S) => f.some((A) => A === S), so = (f) => {
8260
8280
  let S = null;
8261
8281
  if (f) {
8262
8282
  const { vendorCategory: A } = f;
@@ -8267,17 +8287,17 @@ function d0(e, t, r) {
8267
8287
  }
8268
8288
  return S;
8269
8289
  }, oo = (f, S, A) => {
8270
- let me, ke;
8271
- return f != null && S !== void 0 && S !== null && (ke = `
8290
+ let me, Le;
8291
+ return f != null && S !== void 0 && S !== null && (Le = `
8272
8292
  <span>
8273
8293
  ${A}
8274
8294
  </span>
8275
8295
  ${ki(f)}-${ki(S)}`), en && (me = `
8276
8296
  <svg fill="var(--emw--color-white, #FFFFFF);" width="13" height="13" viewBox="0 0 13 14" xmlns="http://www.w3.org/2000/svg"><path d="M4 8.2a4.6 4.6 0 0 0 5 0c2.7.8 4 2.6 4 4.8H0c0-2.2 1.3-4 4-4.8zM6.6 8c2 0 3.8-1.7 3.8-4 0-2.1-1.7-4-3.8-4a3.9 3.9 0 0 0-3.8 4c0 2.2 1.7 4 3.8 4z"/></svg>
8277
- <span class="NrOfPlayers">${en}</span>`), !me && !ke ? "" : `
8297
+ <span class="NrOfPlayers">${en}</span>`), !me && !Le ? "" : `
8278
8298
  <p class="LiveLimits">
8279
8299
  <span class="BetLimitLeft">
8280
- ${ke || ""}
8300
+ ${Le || ""}
8281
8301
  </span>
8282
8302
  <span class="BetLimitRight">
8283
8303
  ${me || ""}
@@ -8288,22 +8308,22 @@ function d0(e, t, r) {
8288
8308
  <span class="DealerName">${n("dealer")}: ${f}</span>
8289
8309
  </p>
8290
8310
  ` : "", uo = (f) => {
8291
- zr = f.totalSeats || f0, r(28, Dt = f.currentOccupiedSeats || []);
8311
+ zr = f.totalSeats || fm, r(28, Dt = f.currentOccupiedSeats || []);
8292
8312
  const S = [];
8293
8313
  for (let A = 1; A <= zr; A++)
8294
8314
  S.push(A);
8295
8315
  return { seats: S };
8296
8316
  }, ho = (f, S, A, me = "") => {
8297
- const ke = `${f} ${me}`, rr = S.toString().match(/first0|second0|0/g);
8317
+ const Le = `${f} ${me}`, rr = S.toString().match(/first0|second0|0/g);
8298
8318
  return S === 0 || rr && rr.length !== 0 ? `
8299
8319
  <span
8300
8320
  id=${S}
8301
- class="${ke}"
8321
+ class="${Le}"
8302
8322
  >
8303
8323
  ${A}
8304
8324
  </span>
8305
8325
  ` : `
8306
- <span id=${S} class="${ke}">
8326
+ <span id=${S} class="${Le}">
8307
8327
  ${A}
8308
8328
  </span>
8309
8329
  `;
@@ -8321,7 +8341,7 @@ function d0(e, t, r) {
8321
8341
  const { value: { startTime: f, originalTimeFormat: S } } = Gt;
8322
8342
  r(20, Ur = f), r(21, Wr = S || Wr);
8323
8343
  }
8324
- tt && r(19, pi = so(F)), r(25, yi = Kd[fe]), r(26, Vr = (jr.min || {})[fe]), r(27, $r = (jr.max || {})[fe]), Zr = F.currentRouletteNumbers, Xr = F.currentDoubleBallRouletteNumbers, Jr = F.vendorCategory, r(29, er = Jr.toLowerCase() === Sa), r(14, qr = (er ? Xr : Zr) || []), r(30, Qr = "GameProp LiveProps RoulleteProps"), r(30, Qr += er ? " Double" : ""), r(31, bi = tr(vi, Jr.toLowerCase()) ? Si : wi), Kr = ot, r(32, ot = Array.isArray(Dt) && Dt.length === zr), F.dealer && r(34, _i = F.dealer.DealerName), en = F.numberOfPlayers, r(33, be = "ListGame"), F.isOpen && F.currentRouletteNumbers && r(33, be += " GameBackdrop"), tt && ot && Vr && $r && F.currentOccupiedSeats ? r(33, be += " GameContainerDimmed") : tt === !1 && Ur && r(33, be += " GameContainerFullyDimmed"), ze && (!Kr && ot ? (r(33, be += " PulsatingRedShadow"), r(33, be = be.replace(" PulsatingGreenShadow", ""))) : Kr && !ot && (r(33, be += " PulsatingGreenShadow"), r(33, be = be.replace(" PulsatingRedShadow", ""))));
8344
+ tt && r(19, pi = so(F)), r(25, yi = Kd[re]), r(26, Vr = (jr.min || {})[re]), r(27, $r = (jr.max || {})[re]), Zr = F.currentRouletteNumbers, Xr = F.currentDoubleBallRouletteNumbers, Jr = F.vendorCategory, r(29, er = Jr.toLowerCase() === Sa), r(14, qr = (er ? Xr : Zr) || []), r(30, Qr = "GameProp LiveProps RoulleteProps"), r(30, Qr += er ? " Double" : ""), r(31, bi = tr(vi, Jr.toLowerCase()) ? Si : wi), Kr = ot, r(32, ot = Array.isArray(Dt) && Dt.length === zr), F.dealer && r(34, _i = F.dealer.DealerName), en = F.numberOfPlayers, r(33, _e = "ListGame"), F.isOpen && F.currentRouletteNumbers && r(33, _e += " GameBackdrop"), tt && ot && Vr && $r && F.currentOccupiedSeats ? r(33, _e += " GameContainerDimmed") : tt === !1 && Ur && r(33, _e += " GameContainerFullyDimmed"), Ze && (!Kr && ot ? (r(33, _e += " PulsatingRedShadow"), r(33, _e = _e.replace(" PulsatingGreenShadow", ""))) : Kr && !ot && (r(33, _e += " PulsatingGreenShadow"), r(33, _e = _e.replace(" PulsatingRedShadow", ""))));
8325
8345
  }
8326
8346
  }, mo = () => {
8327
8347
  z === "disconnect" ? Ti() : z === "connect" && Mi();
@@ -8329,20 +8349,20 @@ function d0(e, t, r) {
8329
8349
  J === "disconnect" ? Ti() : J === "connect" && z === "connect" && Mi();
8330
8350
  }, go = () => {
8331
8351
  let f = document.createElement("style");
8332
- f.innerHTML = o, ze.appendChild(f);
8352
+ f.innerHTML = o, Ze.appendChild(f);
8333
8353
  }, Li = () => {
8334
8354
  let f = new URL(l), S = document.createElement("style");
8335
8355
  fetch(f.href).then((A) => A.text()).then((A) => {
8336
8356
  S.innerHTML = A, setTimeout(
8337
8357
  () => {
8338
- ze.appendChild(S);
8358
+ Ze.appendChild(S);
8339
8359
  },
8340
8360
  1
8341
8361
  );
8342
8362
  });
8343
8363
  };
8344
8364
  No(() => (window.addEventListener("message", xi, !1), () => {
8345
- window.removeEventListener("message", xi), Ze && Ze.removeEventListener("message", Oi);
8365
+ window.removeEventListener("message", xi), Xe && Xe.removeEventListener("message", Oi);
8346
8366
  }));
8347
8367
  function yo(f) {
8348
8368
  At[f ? "unshift" : "push"](() => {
@@ -8358,27 +8378,27 @@ function d0(e, t, r) {
8358
8378
  const vo = () => tn(v), wo = () => tn(v);
8359
8379
  function So(f) {
8360
8380
  At[f ? "unshift" : "push"](() => {
8361
- ze = f, r(12, ze);
8381
+ Ze = f, r(12, Ze);
8362
8382
  });
8363
8383
  }
8364
8384
  return e.$$set = (f) => {
8365
- "session" in f && r(43, i = f.session), "userid" in f && r(44, a = f.userid), "lang" in f && r(1, s = f.lang), "clientstyling" in f && r(45, o = f.clientstyling), "clientstylingurl" in f && r(46, l = f.clientstylingurl), "translationurl" in f && r(47, u = f.translationurl), "favorites" in f && r(2, h = f.favorites), "gamethumbnail" in f && r(3, c = f.gamethumbnail), "gamename" in f && r(4, d = f.gamename), "gamevendor" in f && r(5, g = f.gamevendor), "gamelaunchurl" in f && r(48, E = f.gamelaunchurl), "gameid" in f && r(6, v = f.gameid), "gameisnew" in f && r(7, V = f.gameisnew), "gametag" in f && r(8, ie = f.gametag), "gamefunmode" in f && r(49, W = f.gamefunmode), "gamefavorite" in f && r(0, X = f.gamefavorite), "gamecellsize" in f && r(9, he = f.gamecellsize), "showfavoredcategory" in f && r(50, se = f.showfavoredcategory), "showgamename" in f && r(10, de = f.showgamename), "currency" in f && r(51, fe = f.currency), "gamepagemodalurl" in f && r(52, Ce = f.gamepagemodalurl), "endpoint" in f && r(53, Me = f.endpoint), "categoryid" in f && r(54, et = f.categoryid), "livelobbyendpoint" in f && r(55, Te = f.livelobbyendpoint), "connectlive" in f && r(56, z = f.connectlive), "visibilityconnect" in f && r(57, J = f.visibilityconnect), "integratedgameframedesktop" in f && r(58, q = f.integratedgameframedesktop), "integratedgameframemobile" in f && r(59, Q = f.integratedgameframemobile), "casinogamesgridslider" in f && r(11, Lt = f.casinogamesgridslider);
8385
+ "session" in f && r(43, i = f.session), "userid" in f && r(44, a = f.userid), "lang" in f && r(1, s = f.lang), "clientstyling" in f && r(45, o = f.clientstyling), "clientstylingurl" in f && r(46, l = f.clientstylingurl), "translationurl" in f && r(47, u = f.translationurl), "favorites" in f && r(2, h = f.favorites), "gamethumbnail" in f && r(3, c = f.gamethumbnail), "gamename" in f && r(4, d = f.gamename), "gamevendor" in f && r(5, p = f.gamevendor), "gamelaunchurl" in f && r(48, E = f.gamelaunchurl), "gameid" in f && r(6, v = f.gameid), "gameisnew" in f && r(7, V = f.gameisnew), "gametag" in f && r(8, ae = f.gametag), "gamefunmode" in f && r(49, W = f.gamefunmode), "gamefavorite" in f && r(0, X = f.gamefavorite), "gamecellsize" in f && r(9, fe = f.gamecellsize), "showfavoredcategory" in f && r(50, oe = f.showfavoredcategory), "showgamename" in f && r(10, de = f.showgamename), "currency" in f && r(51, re = f.currency), "gamepagemodalurl" in f && r(52, Pe = f.gamepagemodalurl), "endpoint" in f && r(53, Te = f.endpoint), "categoryid" in f && r(54, be = f.categoryid), "livelobbyendpoint" in f && r(55, Oe = f.livelobbyendpoint), "connectlive" in f && r(56, z = f.connectlive), "visibilityconnect" in f && r(57, J = f.visibilityconnect), "integratedgameframedesktop" in f && r(58, q = f.integratedgameframedesktop), "integratedgameframemobile" in f && r(59, Q = f.integratedgameframemobile), "casinogamesgridslider" in f && r(11, Lt = f.casinogamesgridslider);
8366
8386
  }, e.$$.update = () => {
8367
8387
  e.$$.dirty[1] & /*connectlive*/
8368
8388
  33554432 && z && mo(), e.$$.dirty[1] & /*visibilityconnect*/
8369
8389
  67108864 && J && po(), e.$$.dirty[0] & /*lang*/
8370
8390
  2 && s && to(), e.$$.dirty[1] & /*session, userid, endpoint*/
8371
- 4206592 && i && a && Me && ro(), e.$$.dirty[0] & /*gamethumbnail*/
8391
+ 4206592 && i && a && Te && ro(), e.$$.dirty[0] & /*gamethumbnail*/
8372
8392
  8 && c && no(), e.$$.dirty[0] & /*customStylingContainer*/
8373
8393
  4096 | e.$$.dirty[1] & /*clientstyling*/
8374
- 16384 && o && ze && go(), e.$$.dirty[0] & /*customStylingContainer*/
8394
+ 16384 && o && Ze && go(), e.$$.dirty[0] & /*customStylingContainer*/
8375
8395
  4096 | e.$$.dirty[1] & /*clientstylingurl*/
8376
- 32768 && l && ze && Li(), e.$$.dirty[0] & /*favorites*/
8396
+ 32768 && l && Ze && Li(), e.$$.dirty[0] & /*favorites*/
8377
8397
  4, e.$$.dirty[1] & /*translationurl*/
8378
8398
  65536 && u && eo(), e.$$.dirty[0] & /*gamecellsize*/
8379
8399
  512 | e.$$.dirty[1] & /*clientstylingurl*/
8380
- 32768 && he && l && Li(), e.$$.dirty[1] & /*endpoint, livelobbyendpoint*/
8381
- 20971520 && Me && Te && ao(), e.$$.dirty[0] & /*livegamedata*/
8400
+ 32768 && fe && l && Li(), e.$$.dirty[1] & /*endpoint, livelobbyendpoint*/
8401
+ 20971520 && Te && Oe && ao(), e.$$.dirty[0] & /*livegamedata*/
8382
8402
  8192 && F && co(), e.$$.dirty[0] & /*roulletteref, roulleteresults*/
8383
8403
  49152 && It && qr && fo();
8384
8404
  }, [
@@ -8387,19 +8407,19 @@ function d0(e, t, r) {
8387
8407
  h,
8388
8408
  c,
8389
8409
  d,
8390
- g,
8410
+ p,
8391
8411
  v,
8392
8412
  V,
8393
- ie,
8394
- he,
8413
+ ae,
8414
+ fe,
8395
8415
  de,
8396
8416
  Lt,
8397
- ze,
8417
+ Ze,
8398
8418
  F,
8399
8419
  qr,
8400
8420
  It,
8401
- Oe,
8402
- re,
8421
+ ke,
8422
+ ne,
8403
8423
  b,
8404
8424
  pi,
8405
8425
  Ur,
@@ -8415,7 +8435,7 @@ function d0(e, t, r) {
8415
8435
  Qr,
8416
8436
  bi,
8417
8437
  ot,
8418
- be,
8438
+ _e,
8419
8439
  _i,
8420
8440
  n,
8421
8441
  O,
@@ -8432,12 +8452,12 @@ function d0(e, t, r) {
8432
8452
  u,
8433
8453
  E,
8434
8454
  W,
8435
- se,
8436
- fe,
8437
- Ce,
8438
- Me,
8439
- et,
8455
+ oe,
8456
+ re,
8457
+ Pe,
8440
8458
  Te,
8459
+ be,
8460
+ Oe,
8441
8461
  z,
8442
8462
  J,
8443
8463
  q,
@@ -8452,13 +8472,13 @@ function d0(e, t, r) {
8452
8472
  So
8453
8473
  ];
8454
8474
  }
8455
- class m0 extends $o {
8475
+ class mm extends $o {
8456
8476
  constructor(t) {
8457
8477
  super(), jo(
8458
8478
  this,
8459
8479
  t,
8460
- d0,
8461
- h0,
8480
+ dm,
8481
+ hm,
8462
8482
  Ma,
8463
8483
  {
8464
8484
  session: 43,
@@ -8493,7 +8513,7 @@ class m0 extends $o {
8493
8513
  MONEY_WHEEL_COLOR_MAP: 60,
8494
8514
  ROULETTE_COLOR_MAP: 61
8495
8515
  },
8496
- e0,
8516
+ em,
8497
8517
  [-1, -1, -1, -1]
8498
8518
  );
8499
8519
  }
@@ -8678,7 +8698,7 @@ class m0 extends $o {
8678
8698
  return this.$$.ctx[61];
8679
8699
  }
8680
8700
  }
8681
- Vo(m0, { session: {}, userid: {}, lang: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, favorites: {}, gamethumbnail: {}, gamename: {}, gamevendor: {}, gamelaunchurl: {}, gameid: {}, gameisnew: {}, gametag: {}, gamefunmode: { type: "Boolean" }, gamefavorite: { type: "Boolean" }, gamecellsize: {}, showfavoredcategory: { type: "Boolean" }, showgamename: {}, currency: {}, gamepagemodalurl: {}, endpoint: {}, categoryid: {}, livelobbyendpoint: {}, connectlive: {}, visibilityconnect: {}, integratedgameframedesktop: {}, integratedgameframemobile: {}, casinogamesgridslider: {} }, [], ["MONEY_WHEEL_COLOR_MAP", "ROULETTE_COLOR_MAP"], !0);
8701
+ Vo(mm, { session: {}, userid: {}, lang: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, favorites: {}, gamethumbnail: {}, gamename: {}, gamevendor: {}, gamelaunchurl: {}, gameid: {}, gameisnew: {}, gametag: {}, gamefunmode: { type: "Boolean" }, gamefavorite: { type: "Boolean" }, gamecellsize: {}, showfavoredcategory: { type: "Boolean" }, showgamename: {}, currency: {}, gamepagemodalurl: {}, endpoint: {}, categoryid: {}, livelobbyendpoint: {}, connectlive: {}, visibilityconnect: {}, integratedgameframedesktop: {}, integratedgameframemobile: {}, casinogamesgridslider: {} }, [], ["MONEY_WHEEL_COLOR_MAP", "ROULETTE_COLOR_MAP"], !0);
8682
8702
  export {
8683
- m0 as default
8703
+ mm as default
8684
8704
  };