@everymatrix/casino-search 1.52.6 → 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 ? Eo(e, t, { enumerable: !0, configurable: !0, writ
10
10
  ko.call(t, r) && rn(e, r, t[r]);
11
11
  return e;
12
12
  }, Ii = (e, t) => Mo(e, To(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);
@@ -120,38 +120,38 @@ function Un(e, t, r, n) {
120
120
  function w(e, t, r) {
121
121
  r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
122
122
  }
123
- function g0(e, t, r) {
123
+ function gm(e, t, r) {
124
124
  const n = t.toLowerCase();
125
125
  n in e ? e[n] = typeof e[n] == "boolean" && r === "" ? !0 : r : t in e ? e[t] = typeof e[t] == "boolean" && r === "" ? !0 : r : w(e, t, r);
126
126
  }
127
127
  function Po(e) {
128
128
  return Array.from(e.childNodes);
129
129
  }
130
- function Ye(e, t) {
130
+ function Ue(e, t) {
131
131
  t = "" + t, e.data !== t && (e.data = /** @type {string} */
132
132
  t);
133
133
  }
134
- function y0(e, t) {
134
+ function ym(e, t) {
135
135
  e.value = t == null ? "" : t;
136
136
  }
137
137
  function Fi(e, t, r) {
138
138
  e.classList.toggle(t, !!r);
139
139
  }
140
- class Ue {
140
+ class We {
141
141
  constructor(t = !1) {
142
142
  /**
143
143
  * @private
144
144
  * @default false
145
145
  */
146
- ne(this, "is_svg", !1);
146
+ ie(this, "is_svg", !1);
147
147
  /** parent for creating node */
148
- ne(this, "e");
148
+ ie(this, "e");
149
149
  /** html tag nodes */
150
- ne(this, "n");
150
+ ie(this, "n");
151
151
  /** target */
152
- ne(this, "t");
152
+ ie(this, "t");
153
153
  /** anchor */
154
- ne(this, "a");
154
+ ie(this, "a");
155
155
  this.is_svg = t, this.e = this.n = null;
156
156
  }
157
157
  /**
@@ -306,7 +306,7 @@ function Vo(e, t, r, n, i, a, s = null, o = [-1]) {
306
306
  ctx: [],
307
307
  // state
308
308
  props: a,
309
- update: ue,
309
+ update: he,
310
310
  not_equal: i,
311
311
  bound: Ci(),
312
312
  // lifecycle
@@ -324,8 +324,8 @@ function Vo(e, t, r, n, i, a, s = null, o = [-1]) {
324
324
  };
325
325
  s && s(u.root);
326
326
  let h = !1;
327
- if (u.ctx = r ? r(e, t.props || {}, (c, d, ...g) => {
328
- const E = g.length ? g[0] : d;
327
+ if (u.ctx = r ? r(e, t.props || {}, (c, d, ...p) => {
328
+ const E = p.length ? p[0] : d;
329
329
  return u.ctx && i(u.ctx[c], u.ctx[c] = E) && (!u.skip_bound && u.bound[c] && u.bound[c](E), h && jo(e, c)), d;
330
330
  }) : [], u.update(), h = !0, zt(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
331
331
  if (t.hydrate) {
@@ -342,23 +342,23 @@ typeof HTMLElement == "function" && (Ga = class extends HTMLElement {
342
342
  constructor(t, r, n) {
343
343
  super();
344
344
  /** The Svelte component constructor */
345
- ne(this, "$$ctor");
345
+ ie(this, "$$ctor");
346
346
  /** Slots */
347
- ne(this, "$$s");
347
+ ie(this, "$$s");
348
348
  /** The Svelte component instance */
349
- ne(this, "$$c");
349
+ ie(this, "$$c");
350
350
  /** Whether or not the custom element is connected */
351
- ne(this, "$$cn", !1);
351
+ ie(this, "$$cn", !1);
352
352
  /** Component props data */
353
- ne(this, "$$d", {});
353
+ ie(this, "$$d", {});
354
354
  /** `true` if currently in the process of reflecting component props back to attributes */
355
- ne(this, "$$r", !1);
355
+ ie(this, "$$r", !1);
356
356
  /** @type {Record<string, CustomElementPropDefinition>} Props definition (name, reflected, type etc) */
357
- ne(this, "$$p_d", {});
357
+ ie(this, "$$p_d", {});
358
358
  /** @type {Record<string, Function[]>} Event listeners */
359
- ne(this, "$$l", {});
359
+ ie(this, "$$l", {});
360
360
  /** @type {Map<Function, Function>} Event listener unsubscribe functions */
361
- ne(this, "$$l_u", /* @__PURE__ */ new Map());
361
+ ie(this, "$$l_u", /* @__PURE__ */ new Map());
362
362
  this.$$ctor = t, this.$$s = r, n && this.attachShadow({ mode: "open" });
363
363
  }
364
364
  addEventListener(t, r, n) {
@@ -528,7 +528,7 @@ class zo {
528
528
  *
529
529
  * @type {any}
530
530
  */
531
- ne(this, "$$");
531
+ ie(this, "$$");
532
532
  /**
533
533
  * ### PRIVATE API
534
534
  *
@@ -536,11 +536,11 @@ class zo {
536
536
  *
537
537
  * @type {any}
538
538
  */
539
- ne(this, "$$set");
539
+ ie(this, "$$set");
540
540
  }
541
541
  /** @returns {void} */
542
542
  $destroy() {
543
- Wo(this, 1), this.$destroy = ue;
543
+ Wo(this, 1), this.$destroy = he;
544
544
  }
545
545
  /**
546
546
  * @template {Extract<keyof Events, string>} K
@@ -550,7 +550,7 @@ class zo {
550
550
  */
551
551
  $on(t, r) {
552
552
  if (!Yn(r))
553
- return ue;
553
+ return he;
554
554
  const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
555
555
  return n.push(r), () => {
556
556
  const i = n.indexOf(r);
@@ -573,7 +573,7 @@ function Xo(e, t) {
573
573
  subscribe: Tr(e, t).subscribe
574
574
  };
575
575
  }
576
- function Tr(e, t = ue) {
576
+ function Tr(e, t = he) {
577
577
  let r;
578
578
  const n = /* @__PURE__ */ new Set();
579
579
  function i(o) {
@@ -591,9 +591,9 @@ function Tr(e, t = ue) {
591
591
  function a(o) {
592
592
  i(o(e));
593
593
  }
594
- function s(o, l = ue) {
594
+ function s(o, l = he) {
595
595
  const u = [o, l];
596
- return n.add(u), n.size === 1 && (r = t(i, a) || ue), o(e), () => {
596
+ return n.add(u), n.size === 1 && (r = t(i, a) || he), o(e), () => {
597
597
  n.delete(u), n.size === 0 && r && (r(), r = null);
598
598
  };
599
599
  }
@@ -607,14 +607,14 @@ function xt(e, t, r) {
607
607
  return Xo(r, (s, o) => {
608
608
  let l = !1;
609
609
  const u = [];
610
- let h = 0, c = ue;
610
+ let h = 0, c = he;
611
611
  const d = () => {
612
612
  if (h)
613
613
  return;
614
614
  c();
615
615
  const E = t(n ? u[0] : u, s, o);
616
- a ? s(E) : c = Yn(E) ? E : ue;
617
- }, g = i.map(
616
+ a ? s(E) : c = Yn(E) ? E : he;
617
+ }, p = i.map(
618
618
  (E, v) => Ta(
619
619
  E,
620
620
  (V) => {
@@ -626,7 +626,7 @@ function xt(e, t, r) {
626
626
  )
627
627
  );
628
628
  return l = !0, d(), function() {
629
- zt(g), c(), l = !1;
629
+ zt(p), c(), l = !1;
630
630
  };
631
631
  });
632
632
  }
@@ -711,7 +711,7 @@ var _n = function(e, t) {
711
711
  for (var i in n) Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
712
712
  }, _n(e, t);
713
713
  };
714
- function je(e, t) {
714
+ function Ve(e, t) {
715
715
  if (typeof t != "function" && t !== null)
716
716
  throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
717
717
  _n(e, t);
@@ -1129,13 +1129,13 @@ function kl(e) {
1129
1129
  case "integer-width":
1130
1130
  if (i.options.length > 1)
1131
1131
  throw new RangeError("integer-width stems only accept a single optional option");
1132
- i.options[0].replace(Tl, function(l, u, h, c, d, g) {
1132
+ i.options[0].replace(Tl, function(l, u, h, c, d, p) {
1133
1133
  if (u)
1134
1134
  t.minimumIntegerDigits = h.length;
1135
1135
  else {
1136
1136
  if (c && d)
1137
1137
  throw new Error("We currently do not support maximum integer digits");
1138
- if (g)
1138
+ if (p)
1139
1139
  throw new Error("We currently do not support exact integer digits");
1140
1140
  }
1141
1141
  return "";
@@ -1149,8 +1149,8 @@ function kl(e) {
1149
1149
  if (Hi.test(i.stem)) {
1150
1150
  if (i.options.length > 1)
1151
1151
  throw new RangeError("Fraction-precision stems only accept a single optional option");
1152
- i.stem.replace(Hi, function(l, u, h, c, d, g) {
1153
- 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), "";
1152
+ i.stem.replace(Hi, function(l, u, h, c, d, p) {
1153
+ 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), "";
1154
1154
  });
1155
1155
  var a = i.options[0];
1156
1156
  a === "w" ? t = D(D({}, t), { trailingZeroDisplay: "stripIfInteger" }) : a && (t = D(D({}, t), Bi(a)));
@@ -2924,8 +2924,8 @@ var jl = (
2924
2924
  var d = Wl(c.val);
2925
2925
  if (d.length === 0)
2926
2926
  return this.error(k.EXPECT_ARGUMENT_STYLE, L(this.clonePosition(), this.clonePosition()));
2927
- var g = L(h, this.clonePosition());
2928
- u = { style: d, styleLocation: g };
2927
+ var p = L(h, this.clonePosition());
2928
+ u = { style: d, styleLocation: p };
2929
2929
  }
2930
2930
  var E = this.tryParseArgumentClose(i);
2931
2931
  if (E.err)
@@ -2942,13 +2942,13 @@ var jl = (
2942
2942
  } else {
2943
2943
  if (V.length === 0)
2944
2944
  return this.error(k.EXPECT_DATE_TIME_SKELETON, v);
2945
- var ie = V;
2946
- this.locale && (ie = Ll(V, this.locale));
2945
+ var ae = V;
2946
+ this.locale && (ae = Ll(V, this.locale));
2947
2947
  var d = {
2948
2948
  type: vt.dateTime,
2949
- pattern: ie,
2949
+ pattern: ae,
2950
2950
  location: u.styleLocation,
2951
- parsedOptions: this.shouldParseSkeletons ? Sl(ie) : {}
2951
+ parsedOptions: this.shouldParseSkeletons ? Sl(ae) : {}
2952
2952
  }, W = o === "date" ? Y.date : Y.time;
2953
2953
  return {
2954
2954
  val: { type: W, value: n, location: v, style: d },
@@ -2973,29 +2973,29 @@ var jl = (
2973
2973
  if (this.bumpSpace(), !this.bumpIf(","))
2974
2974
  return this.error(k.EXPECT_SELECT_ARGUMENT_OPTIONS, L(X, D({}, X)));
2975
2975
  this.bumpSpace();
2976
- var he = this.parseIdentifierIfPossible(), se = 0;
2977
- if (o !== "select" && he.value === "offset") {
2976
+ var fe = this.parseIdentifierIfPossible(), oe = 0;
2977
+ if (o !== "select" && fe.value === "offset") {
2978
2978
  if (!this.bumpIf(":"))
2979
2979
  return this.error(k.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, L(this.clonePosition(), this.clonePosition()));
2980
2980
  this.bumpSpace();
2981
2981
  var c = this.tryParseDecimalInteger(k.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, k.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
2982
2982
  if (c.err)
2983
2983
  return c;
2984
- this.bumpSpace(), he = this.parseIdentifierIfPossible(), se = c.val;
2984
+ this.bumpSpace(), fe = this.parseIdentifierIfPossible(), oe = c.val;
2985
2985
  }
2986
- var de = this.tryParsePluralOrSelectOptions(t, o, r, he);
2986
+ var de = this.tryParsePluralOrSelectOptions(t, o, r, fe);
2987
2987
  if (de.err)
2988
2988
  return de;
2989
2989
  var E = this.tryParseArgumentClose(i);
2990
2990
  if (E.err)
2991
2991
  return E;
2992
- var fe = L(i, this.clonePosition());
2992
+ var re = L(i, this.clonePosition());
2993
2993
  return o === "select" ? {
2994
2994
  val: {
2995
2995
  type: Y.select,
2996
2996
  value: n,
2997
2997
  options: Wi(de.val),
2998
- location: fe
2998
+ location: re
2999
2999
  },
3000
3000
  err: null
3001
3001
  } : {
@@ -3003,9 +3003,9 @@ var jl = (
3003
3003
  type: Y.plural,
3004
3004
  value: n,
3005
3005
  options: Wi(de.val),
3006
- offset: se,
3006
+ offset: oe,
3007
3007
  pluralType: o === "plural" ? "cardinal" : "ordinal",
3008
- location: fe
3008
+ location: re
3009
3009
  },
3010
3010
  err: null
3011
3011
  };
@@ -3081,20 +3081,20 @@ var jl = (
3081
3081
  if (l.has(u))
3082
3082
  return this.error(r === "select" ? k.DUPLICATE_SELECT_ARGUMENT_SELECTOR : k.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, h);
3083
3083
  u === "other" && (s = !0), this.bumpSpace();
3084
- var g = this.clonePosition();
3084
+ var p = this.clonePosition();
3085
3085
  if (!this.bumpIf("{"))
3086
3086
  return this.error(r === "select" ? k.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : k.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, L(this.clonePosition(), this.clonePosition()));
3087
3087
  var E = this.parseMessage(t + 1, r, n);
3088
3088
  if (E.err)
3089
3089
  return E;
3090
- var v = this.tryParseArgumentClose(g);
3090
+ var v = this.tryParseArgumentClose(p);
3091
3091
  if (v.err)
3092
3092
  return v;
3093
3093
  o.push([
3094
3094
  u,
3095
3095
  {
3096
3096
  value: E.val,
3097
- location: L(g, this.clonePosition())
3097
+ location: L(p, this.clonePosition())
3098
3098
  }
3099
3099
  ]), l.add(u), this.bumpSpace(), a = this.parseIdentifierIfPossible(), u = a.value, h = a.location;
3100
3100
  }
@@ -3215,7 +3215,7 @@ var wt;
3215
3215
  var Or = (
3216
3216
  /** @class */
3217
3217
  function(e) {
3218
- je(t, e);
3218
+ Ve(t, e);
3219
3219
  function t(r, n, i) {
3220
3220
  var a = e.call(this, r) || this;
3221
3221
  return a.code = n, a.originalMessage = i, a;
@@ -3227,7 +3227,7 @@ var Or = (
3227
3227
  ), Vi = (
3228
3228
  /** @class */
3229
3229
  function(e) {
3230
- je(t, e);
3230
+ Ve(t, e);
3231
3231
  function t(r, n, i, a) {
3232
3232
  return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), wt.INVALID_VALUE, a) || this;
3233
3233
  }
@@ -3236,7 +3236,7 @@ var Or = (
3236
3236
  ), Xl = (
3237
3237
  /** @class */
3238
3238
  function(e) {
3239
- je(t, e);
3239
+ Ve(t, e);
3240
3240
  function t(r, n, i) {
3241
3241
  return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), wt.INVALID_VALUE, i) || this;
3242
3242
  }
@@ -3245,20 +3245,20 @@ var Or = (
3245
3245
  ), Jl = (
3246
3246
  /** @class */
3247
3247
  function(e) {
3248
- je(t, e);
3248
+ Ve(t, e);
3249
3249
  function t(r, n) {
3250
3250
  return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), wt.MISSING_VALUE, n) || this;
3251
3251
  }
3252
3252
  return t;
3253
3253
  }(Or)
3254
- ), oe;
3254
+ ), le;
3255
3255
  (function(e) {
3256
3256
  e[e.literal = 0] = "literal", e[e.object = 1] = "object";
3257
- })(oe || (oe = {}));
3257
+ })(le || (le = {}));
3258
3258
  function ql(e) {
3259
3259
  return e.length < 2 ? e : e.reduce(function(t, r) {
3260
3260
  var n = t[t.length - 1];
3261
- return !n || n.type !== oe.literal || r.type !== oe.literal ? t.push(r) : n.value += r.value, t;
3261
+ return !n || n.type !== le.literal || r.type !== le.literal ? t.push(r) : n.value += r.value, t;
3262
3262
  }, []);
3263
3263
  }
3264
3264
  function Ql(e) {
@@ -3268,7 +3268,7 @@ function cr(e, t, r, n, i, a, s) {
3268
3268
  if (e.length === 1 && Ai(e[0]))
3269
3269
  return [
3270
3270
  {
3271
- type: oe.literal,
3271
+ type: le.literal,
3272
3272
  value: e[0].value
3273
3273
  }
3274
3274
  ];
@@ -3276,14 +3276,14 @@ function cr(e, t, r, n, i, a, s) {
3276
3276
  var h = u[l];
3277
3277
  if (Ai(h)) {
3278
3278
  o.push({
3279
- type: oe.literal,
3279
+ type: le.literal,
3280
3280
  value: h.value
3281
3281
  });
3282
3282
  continue;
3283
3283
  }
3284
3284
  if (vl(h)) {
3285
3285
  typeof a == "number" && o.push({
3286
- type: oe.literal,
3286
+ type: le.literal,
3287
3287
  value: r.getNumberFormat(t).format(a)
3288
3288
  });
3289
3289
  continue;
@@ -3294,32 +3294,32 @@ function cr(e, t, r, n, i, a, s) {
3294
3294
  var d = i[c];
3295
3295
  if (_l(h)) {
3296
3296
  (!d || typeof d == "string" || typeof d == "number") && (d = typeof d == "string" || typeof d == "number" ? String(d) : ""), o.push({
3297
- type: typeof d == "string" ? oe.literal : oe.object,
3297
+ type: typeof d == "string" ? le.literal : le.object,
3298
3298
  value: d
3299
3299
  });
3300
3300
  continue;
3301
3301
  }
3302
3302
  if (Fa(h)) {
3303
- var g = typeof h.style == "string" ? n.date[h.style] : Sn(h.style) ? h.style.parsedOptions : void 0;
3303
+ var p = typeof h.style == "string" ? n.date[h.style] : Sn(h.style) ? h.style.parsedOptions : void 0;
3304
3304
  o.push({
3305
- type: oe.literal,
3306
- value: r.getDateTimeFormat(t, g).format(d)
3305
+ type: le.literal,
3306
+ value: r.getDateTimeFormat(t, p).format(d)
3307
3307
  });
3308
3308
  continue;
3309
3309
  }
3310
3310
  if (Na(h)) {
3311
- var g = typeof h.style == "string" ? n.time[h.style] : Sn(h.style) ? h.style.parsedOptions : n.time.medium;
3311
+ var p = typeof h.style == "string" ? n.time[h.style] : Sn(h.style) ? h.style.parsedOptions : n.time.medium;
3312
3312
  o.push({
3313
- type: oe.literal,
3314
- value: r.getDateTimeFormat(t, g).format(d)
3313
+ type: le.literal,
3314
+ value: r.getDateTimeFormat(t, p).format(d)
3315
3315
  });
3316
3316
  continue;
3317
3317
  }
3318
3318
  if (Pa(h)) {
3319
- var g = typeof h.style == "string" ? n.number[h.style] : Ba(h.style) ? h.style.parsedOptions : void 0;
3320
- g && g.scale && (d = d * (g.scale || 1)), o.push({
3321
- type: oe.literal,
3322
- value: r.getNumberFormat(t, g).format(d)
3319
+ var p = typeof h.style == "string" ? n.number[h.style] : Ba(h.style) ? h.style.parsedOptions : void 0;
3320
+ p && p.scale && (d = d * (p.scale || 1)), o.push({
3321
+ type: le.literal,
3322
+ value: r.getNumberFormat(t, p).format(d)
3323
3323
  });
3324
3324
  continue;
3325
3325
  }
@@ -3327,13 +3327,13 @@ function cr(e, t, r, n, i, a, s) {
3327
3327
  var E = h.children, v = h.value, V = i[v];
3328
3328
  if (!Ql(V))
3329
3329
  throw new Xl(v, "function", s);
3330
- var ie = cr(E, t, r, n, i, a), W = V(ie.map(function(se) {
3331
- return se.value;
3330
+ var ae = cr(E, t, r, n, i, a), W = V(ae.map(function(oe) {
3331
+ return oe.value;
3332
3332
  }));
3333
- Array.isArray(W) || (W = [W]), o.push.apply(o, W.map(function(se) {
3333
+ Array.isArray(W) || (W = [W]), o.push.apply(o, W.map(function(oe) {
3334
3334
  return {
3335
- type: typeof se == "string" ? oe.literal : oe.object,
3336
- value: se
3335
+ type: typeof oe == "string" ? le.literal : le.object,
3336
+ value: oe
3337
3337
  };
3338
3338
  }));
3339
3339
  }
@@ -3351,8 +3351,8 @@ function cr(e, t, r, n, i, a, s) {
3351
3351
  throw new Or(`Intl.PluralRules is not available in this environment.
3352
3352
  Try polyfilling it using "@formatjs/intl-pluralrules"
3353
3353
  `, wt.MISSING_INTL_API, s);
3354
- var he = r.getPluralRules(t, { type: h.pluralType }).select(d - (h.offset || 0));
3355
- X = h.options[he] || h.options.other;
3354
+ var fe = r.getPluralRules(t, { type: h.pluralType }).select(d - (h.offset || 0));
3355
+ X = h.options[fe] || h.options.other;
3356
3356
  }
3357
3357
  if (!X)
3358
3358
  throw new Vi(h.value, d, Object.keys(h.options), s);
@@ -3433,7 +3433,7 @@ var ru = (
3433
3433
  if (u.length === 1)
3434
3434
  return u[0].value;
3435
3435
  var h = u.reduce(function(c, d) {
3436
- return !c.length || d.type !== oe.literal || typeof c[c.length - 1] != "string" ? c.push(d.value) : c[c.length - 1] += d.value, c;
3436
+ return !c.length || d.type !== le.literal || typeof c[c.length - 1] != "string" ? c.push(d.value) : c[c.length - 1] += d.value, c;
3437
3437
  }, []);
3438
3438
  return h.length <= 1 ? h[0] || "" : h;
3439
3439
  }, this.formatToParts = function(l) {
@@ -3551,11 +3551,11 @@ function nu(e, t) {
3551
3551
  n = void 0;
3552
3552
  return n;
3553
3553
  }
3554
- const Je = {}, iu = (e, t, r) => r && (t in Je || (Je[t] = {}), e in Je[t] || (Je[t][e] = r), r), Za = (e, t) => {
3554
+ const qe = {}, iu = (e, t, r) => r && (t in qe || (qe[t] = {}), e in qe[t] || (qe[t][e] = r), r), Za = (e, t) => {
3555
3555
  if (t == null)
3556
3556
  return;
3557
- if (t in Je && e in Je[t])
3558
- return Je[t][e];
3557
+ if (t in qe && e in qe[t])
3558
+ return qe[t][e];
3559
3559
  const r = kr(t);
3560
3560
  for (let n = 0; n < r.length; n++) {
3561
3561
  const i = r[n], a = su(i, e);
@@ -3588,7 +3588,7 @@ function ou(e) {
3588
3588
  }
3589
3589
  }
3590
3590
  function Ja(e, ...t) {
3591
- delete Je[e], Xt.update((r) => (r[e] = fl.all([r[e] || {}, ...t]), r));
3591
+ delete qe[e], Xt.update((r) => (r[e] = fl.all([r[e] || {}, ...t]), r));
3592
3592
  }
3593
3593
  xt(
3594
3594
  [Xt],
@@ -3830,7 +3830,7 @@ xt([Et], () => Du);
3830
3830
  xt([Et], () => Iu);
3831
3831
  xt([Et], () => Cu);
3832
3832
  xt([Et, Xt], () => Pu);
3833
- function Ae(e) {
3833
+ function He(e) {
3834
3834
  return typeof e == "function";
3835
3835
  }
3836
3836
  function ts(e) {
@@ -3882,7 +3882,7 @@ var Gr = function() {
3882
3882
  else
3883
3883
  s.remove(this);
3884
3884
  var h = this.initialTeardown;
3885
- if (Ae(h))
3885
+ if (He(h))
3886
3886
  try {
3887
3887
  h();
3888
3888
  } catch (v) {
@@ -3892,8 +3892,8 @@ var Gr = function() {
3892
3892
  if (c) {
3893
3893
  this._finalizers = null;
3894
3894
  try {
3895
- for (var d = vn(c), g = d.next(); !g.done; g = d.next()) {
3896
- var E = g.value;
3895
+ for (var d = vn(c), p = d.next(); !p.done; p = d.next()) {
3896
+ var E = p.value;
3897
3897
  try {
3898
3898
  Ji(E);
3899
3899
  } catch (v) {
@@ -3904,7 +3904,7 @@ var Gr = function() {
3904
3904
  n = { error: v };
3905
3905
  } finally {
3906
3906
  try {
3907
- g && !g.done && (i = d.return) && i.call(d);
3907
+ p && !p.done && (i = d.return) && i.call(d);
3908
3908
  } finally {
3909
3909
  if (n) throw n.error;
3910
3910
  }
@@ -3944,10 +3944,10 @@ var Gr = function() {
3944
3944
  }(), e;
3945
3945
  }(), rs = Gr.EMPTY;
3946
3946
  function ns(e) {
3947
- return e instanceof Gr || e && "closed" in e && Ae(e.remove) && Ae(e.add) && Ae(e.unsubscribe);
3947
+ return e instanceof Gr || e && "closed" in e && He(e.remove) && He(e.add) && He(e.unsubscribe);
3948
3948
  }
3949
3949
  function Ji(e) {
3950
- Ae(e) ? e() : e.unsubscribe();
3950
+ He(e) ? e() : e.unsubscribe();
3951
3951
  }
3952
3952
  var is = {
3953
3953
  onUnhandledError: null,
@@ -3977,7 +3977,7 @@ function mr(e) {
3977
3977
  e();
3978
3978
  }
3979
3979
  var as = function(e) {
3980
- je(t, e);
3980
+ Ve(t, e);
3981
3981
  function t(r) {
3982
3982
  var n = e.call(this) || this;
3983
3983
  return n.isStopped = !1, r ? (n.destination = r, ns(r) && r.add(n)) : n.destination = Yu, n;
@@ -4043,10 +4043,10 @@ var Hu = function() {
4043
4043
  }
4044
4044
  }, e;
4045
4045
  }(), Dn = function(e) {
4046
- je(t, e);
4046
+ Ve(t, e);
4047
4047
  function t(r, n, i) {
4048
4048
  var a = e.call(this) || this, s;
4049
- if (Ae(r) || !r)
4049
+ if (He(r) || !r)
4050
4050
  s = {
4051
4051
  next: r != null ? r : void 0,
4052
4052
  error: n != null ? n : void 0,
@@ -4155,7 +4155,7 @@ function Ki(e) {
4155
4155
  return (t = e != null ? e : is.Promise) !== null && t !== void 0 ? t : Promise;
4156
4156
  }
4157
4157
  function Vu(e) {
4158
- return e && Ae(e.next) && Ae(e.error) && Ae(e.complete);
4158
+ return e && He(e.next) && He(e.error) && He(e.complete);
4159
4159
  }
4160
4160
  function $u(e) {
4161
4161
  return e && e instanceof as || Vu(e) && ns(e);
@@ -4165,7 +4165,7 @@ var zu = ts(function(e) {
4165
4165
  e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
4166
4166
  };
4167
4167
  }), ss = function(e) {
4168
- je(t, e);
4168
+ Ve(t, e);
4169
4169
  function t() {
4170
4170
  var r = e.call(this) || this;
4171
4171
  return r.closed = !1, r.currentObservers = null, r.observers = [], r.isStopped = !1, r.hasError = !1, r.thrownError = null, r;
@@ -4244,7 +4244,7 @@ var zu = ts(function(e) {
4244
4244
  return new ea(r, n);
4245
4245
  }, t;
4246
4246
  }(Qi), ea = function(e) {
4247
- je(t, e);
4247
+ Ve(t, e);
4248
4248
  function t(r, n) {
4249
4249
  var i = e.call(this) || this;
4250
4250
  return i.destination = r, i.source = n, i;
@@ -4268,7 +4268,7 @@ var zu = ts(function(e) {
4268
4268
  },
4269
4269
  delegate: void 0
4270
4270
  }, Zu = function(e) {
4271
- je(t, e);
4271
+ Ve(t, e);
4272
4272
  function t(r, n, i) {
4273
4273
  r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = os);
4274
4274
  var a = e.call(this) || this;
@@ -4299,7 +4299,7 @@ const ta = [], ra = {}, Xu = (e, t = 0) => {
4299
4299
  return ra[e];
4300
4300
  };
4301
4301
  window.emWidgets = { topic: Xu };
4302
- 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)), Ju = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
4302
+ 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)), Ju = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
4303
4303
  function qu(e) {
4304
4304
  throw new Error('Could not dynamically require "' + e + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
4305
4305
  }
@@ -4309,13 +4309,13 @@ function qu(e) {
4309
4309
  //! license : MIT
4310
4310
  //! momentjs.com
4311
4311
  var ls;
4312
- function p() {
4312
+ function g() {
4313
4313
  return ls.apply(null, arguments);
4314
4314
  }
4315
4315
  function Qu(e) {
4316
4316
  ls = e;
4317
4317
  }
4318
- function Se(e) {
4318
+ function xe(e) {
4319
4319
  return e instanceof Array || Object.prototype.toString.call(e) === "[object Array]";
4320
4320
  }
4321
4321
  function it(e) {
@@ -4333,10 +4333,10 @@ function zn(e) {
4333
4333
  return !1;
4334
4334
  return !0;
4335
4335
  }
4336
- function le(e) {
4336
+ function ue(e) {
4337
4337
  return e === void 0;
4338
4338
  }
4339
- function We(e) {
4339
+ function je(e) {
4340
4340
  return typeof e == "number" || Object.prototype.toString.call(e) === "[object Number]";
4341
4341
  }
4342
4342
  function Jt(e) {
@@ -4348,12 +4348,12 @@ function us(e, t) {
4348
4348
  r.push(t(e[n], n));
4349
4349
  return r;
4350
4350
  }
4351
- function qe(e, t) {
4351
+ function Qe(e, t) {
4352
4352
  for (var r in t)
4353
4353
  I(t, r) && (e[r] = t[r]);
4354
4354
  return I(t, "toString") && (e.toString = t.toString), I(t, "valueOf") && (e.valueOf = t.valueOf), e;
4355
4355
  }
4356
- function De(e, t, r, n) {
4356
+ function Ie(e, t, r, n) {
4357
4357
  return Is(e, t, r, n, !0).utc();
4358
4358
  }
4359
4359
  function Ku() {
@@ -4398,30 +4398,30 @@ function Zn(e) {
4398
4398
  return e._isValid;
4399
4399
  }
4400
4400
  function Dr(e) {
4401
- var t = De(NaN);
4402
- return e != null ? qe(M(t), e) : M(t).userInvalidated = !0, t;
4401
+ var t = Ie(NaN);
4402
+ return e != null ? Qe(M(t), e) : M(t).userInvalidated = !0, t;
4403
4403
  }
4404
- var na = p.momentProperties = [], dn = !1;
4404
+ var na = g.momentProperties = [], dn = !1;
4405
4405
  function Xn(e, t) {
4406
4406
  var r, n, i, a = na.length;
4407
- 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)
4407
+ 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)
4408
4408
  for (r = 0; r < a; r++)
4409
- n = na[r], i = t[n], le(i) || (e[n] = i);
4409
+ n = na[r], i = t[n], ue(i) || (e[n] = i);
4410
4410
  return e;
4411
4411
  }
4412
4412
  function qt(e) {
4413
- Xn(this, e), this._d = new Date(e._d != null ? e._d.getTime() : NaN), this.isValid() || (this._d = /* @__PURE__ */ new Date(NaN)), dn === !1 && (dn = !0, p.updateOffset(this), dn = !1);
4413
+ Xn(this, e), this._d = new Date(e._d != null ? e._d.getTime() : NaN), this.isValid() || (this._d = /* @__PURE__ */ new Date(NaN)), dn === !1 && (dn = !0, g.updateOffset(this), dn = !1);
4414
4414
  }
4415
- function xe(e) {
4415
+ function Ee(e) {
4416
4416
  return e instanceof qt || e != null && e._isAMomentObject != null;
4417
4417
  }
4418
4418
  function hs(e) {
4419
- p.suppressDeprecationWarnings === !1 && typeof console != "undefined" && console.warn && console.warn("Deprecation warning: " + e);
4419
+ g.suppressDeprecationWarnings === !1 && typeof console != "undefined" && console.warn && console.warn("Deprecation warning: " + e);
4420
4420
  }
4421
4421
  function ge(e, t) {
4422
4422
  var r = !0;
4423
- return qe(function() {
4424
- if (p.deprecationHandler != null && p.deprecationHandler(null, e), r) {
4423
+ return Qe(function() {
4424
+ if (g.deprecationHandler != null && g.deprecationHandler(null, e), r) {
4425
4425
  var n = [], i, a, s, o = arguments.length;
4426
4426
  for (a = 0; a < o; a++) {
4427
4427
  if (i = "", typeof arguments[a] == "object") {
@@ -4445,27 +4445,27 @@ Arguments: ` + Array.prototype.slice.call(n).join("") + `
4445
4445
  }
4446
4446
  var ia = {};
4447
4447
  function fs(e, t) {
4448
- p.deprecationHandler != null && p.deprecationHandler(e, t), ia[e] || (hs(t), ia[e] = !0);
4448
+ g.deprecationHandler != null && g.deprecationHandler(e, t), ia[e] || (hs(t), ia[e] = !0);
4449
4449
  }
4450
- p.suppressDeprecationWarnings = !1;
4451
- p.deprecationHandler = null;
4452
- function Ie(e) {
4450
+ g.suppressDeprecationWarnings = !1;
4451
+ g.deprecationHandler = null;
4452
+ function Ce(e) {
4453
4453
  return typeof Function != "undefined" && e instanceof Function || Object.prototype.toString.call(e) === "[object Function]";
4454
4454
  }
4455
4455
  function eh(e) {
4456
4456
  var t, r;
4457
4457
  for (r in e)
4458
- I(e, r) && (t = e[r], Ie(t) ? this[r] = t : this["_" + r] = t);
4458
+ I(e, r) && (t = e[r], Ce(t) ? this[r] = t : this["_" + r] = t);
4459
4459
  this._config = e, this._dayOfMonthOrdinalParseLenient = new RegExp(
4460
4460
  (this._dayOfMonthOrdinalParse.source || this._ordinalParse.source) + "|" + /\d{1,2}/.source
4461
4461
  );
4462
4462
  }
4463
4463
  function Cn(e, t) {
4464
- var r = qe({}, e), n;
4464
+ var r = Qe({}, e), n;
4465
4465
  for (n in t)
4466
- 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]);
4466
+ 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]);
4467
4467
  for (n in e)
4468
- I(e, n) && !I(t, n) && it(e[n]) && (r[n] = qe({}, r[n]));
4468
+ I(e, n) && !I(t, n) && it(e[n]) && (r[n] = Qe({}, r[n]));
4469
4469
  return r;
4470
4470
  }
4471
4471
  function Jn(e) {
@@ -4488,9 +4488,9 @@ var th = {
4488
4488
  };
4489
4489
  function rh(e, t, r) {
4490
4490
  var n = this._calendar[e] || this._calendar.sameElse;
4491
- return Ie(n) ? n.call(t, r) : n;
4491
+ return Ce(n) ? n.call(t, r) : n;
4492
4492
  }
4493
- function Ge(e, t, r) {
4493
+ function De(e, t, r) {
4494
4494
  var n = "" + Math.abs(e), i = t - n.length, a = e >= 0;
4495
4495
  return (a ? r ? "+" : "" : "-") + Math.pow(10, Math.max(0, i)).toString().substr(1) + n;
4496
4496
  }
@@ -4500,7 +4500,7 @@ function _(e, t, r, n) {
4500
4500
  typeof n == "string" && (i = function() {
4501
4501
  return this[n]();
4502
4502
  }), e && (gt[e] = i), t && (gt[t[0]] = function() {
4503
- return Ge(i.apply(this, arguments), t[1], t[2]);
4503
+ return De(i.apply(this, arguments), t[1], t[2]);
4504
4504
  }), r && (gt[r] = function() {
4505
4505
  return this.localeData().ordinal(
4506
4506
  i.apply(this, arguments),
@@ -4518,7 +4518,7 @@ function ih(e) {
4518
4518
  return function(i) {
4519
4519
  var a = "", s;
4520
4520
  for (s = 0; s < n; s++)
4521
- a += Ie(t[s]) ? t[s].call(i, e) : t[s];
4521
+ a += Ce(t[s]) ? t[s].call(i, e) : t[s];
4522
4522
  return a;
4523
4523
  };
4524
4524
  }
@@ -4579,11 +4579,11 @@ var ch = {
4579
4579
  };
4580
4580
  function dh(e, t, r, n) {
4581
4581
  var i = this._relativeTime[r];
4582
- return Ie(i) ? i(e, t, r, n) : i.replace(/%d/i, e);
4582
+ return Ce(i) ? i(e, t, r, n) : i.replace(/%d/i, e);
4583
4583
  }
4584
4584
  function mh(e, t) {
4585
4585
  var r = this._relativeTime[e > 0 ? "future" : "past"];
4586
- return Ie(r) ? r(t) : r.replace(/%s/i, t);
4586
+ return Ce(r) ? r(t) : r.replace(/%s/i, t);
4587
4587
  }
4588
4588
  var aa = {
4589
4589
  D: "date",
@@ -4673,7 +4673,7 @@ function gh(e) {
4673
4673
  var ds = /\d/, ce = /\d\d/, ms = /\d{3}/, Kn = /\d{4}/, Ir = /[+-]?\d{6}/, B = /\d\d?/, ps = /\d\d\d\d?/, gs = /\d\d\d\d\d\d?/, Cr = /\d{1,3}/, ei = /\d{1,4}/, Pr = /[+-]?\d{1,6}/, Tt = /\d+/, Fr = /[+-]?\d+/, yh = /Z|[+-]\d\d:?\d\d/gi, Nr = /Z|[+-]\d\d(?::?\d\d)?/gi, bh = /[+-]?\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, Ot = /^[1-9]\d?/, ti = /^([1-9]\d|\d)/, wr;
4674
4674
  wr = {};
4675
4675
  function y(e, t, r) {
4676
- wr[e] = Ie(t) ? t : function(n, i) {
4676
+ wr[e] = Ce(t) ? t : function(n, i) {
4677
4677
  return n && r ? r : t;
4678
4678
  };
4679
4679
  }
@@ -4681,7 +4681,7 @@ function _h(e, t) {
4681
4681
  return I(wr, e) ? wr[e](t._strict, t._locale) : new RegExp(vh(e));
4682
4682
  }
4683
4683
  function vh(e) {
4684
- return He(
4684
+ return Be(
4685
4685
  e.replace("\\", "").replace(
4686
4686
  /\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,
4687
4687
  function(t, r, n, i, a) {
@@ -4690,7 +4690,7 @@ function vh(e) {
4690
4690
  )
4691
4691
  );
4692
4692
  }
4693
- function He(e) {
4693
+ function Be(e) {
4694
4694
  return e.replace(/[-\/\\^$*+?.()|[\]{}]/g, "\\$&");
4695
4695
  }
4696
4696
  function pe(e) {
@@ -4703,7 +4703,7 @@ function T(e) {
4703
4703
  var Fn = {};
4704
4704
  function R(e, t) {
4705
4705
  var r, n = t, i;
4706
- for (typeof e == "string" && (e = [e]), We(t) && (n = function(a, s) {
4706
+ for (typeof e == "string" && (e = [e]), je(t) && (n = function(a, s) {
4707
4707
  s[t] = T(a);
4708
4708
  }), i = e.length, r = 0; r < i; r++)
4709
4709
  Fn[e[r]] = n;
@@ -4719,10 +4719,10 @@ function wh(e, t, r) {
4719
4719
  function Rr(e) {
4720
4720
  return e % 4 === 0 && e % 100 !== 0 || e % 400 === 0;
4721
4721
  }
4722
- var ae = 0, Ne = 1, Le = 2, te = 3, ve = 4, Re = 5, nt = 6, Sh = 7, xh = 8;
4722
+ var se = 0, Re = 1, Ge = 2, te = 3, we = 4, Ae = 5, nt = 6, Sh = 7, xh = 8;
4723
4723
  _("Y", 0, 0, function() {
4724
4724
  var e = this.year();
4725
- return e <= 9999 ? Ge(e, 4) : "+" + e;
4725
+ return e <= 9999 ? De(e, 4) : "+" + e;
4726
4726
  });
4727
4727
  _(0, ["YY", 2], 0, function() {
4728
4728
  return this.year() % 100;
@@ -4735,20 +4735,20 @@ y("YY", B, ce);
4735
4735
  y("YYYY", ei, Kn);
4736
4736
  y("YYYYY", Pr, Ir);
4737
4737
  y("YYYYYY", Pr, Ir);
4738
- R(["YYYYY", "YYYYYY"], ae);
4738
+ R(["YYYYY", "YYYYYY"], se);
4739
4739
  R("YYYY", function(e, t) {
4740
- t[ae] = e.length === 2 ? p.parseTwoDigitYear(e) : T(e);
4740
+ t[se] = e.length === 2 ? g.parseTwoDigitYear(e) : T(e);
4741
4741
  });
4742
4742
  R("YY", function(e, t) {
4743
- t[ae] = p.parseTwoDigitYear(e);
4743
+ t[se] = g.parseTwoDigitYear(e);
4744
4744
  });
4745
4745
  R("Y", function(e, t) {
4746
- t[ae] = parseInt(e, 10);
4746
+ t[se] = parseInt(e, 10);
4747
4747
  });
4748
4748
  function Ht(e) {
4749
4749
  return Rr(e) ? 366 : 365;
4750
4750
  }
4751
- p.parseTwoDigitYear = function(e) {
4751
+ g.parseTwoDigitYear = function(e) {
4752
4752
  return T(e) + (T(e) > 68 ? 1900 : 2e3);
4753
4753
  };
4754
4754
  var ys = kt("FullYear", !0);
@@ -4757,7 +4757,7 @@ function Eh() {
4757
4757
  }
4758
4758
  function kt(e, t) {
4759
4759
  return function(r) {
4760
- return r != null ? (bs(this, e, r), p.updateOffset(this, t), this) : Wt(this, e);
4760
+ return r != null ? (bs(this, e, r), g.updateOffset(this, t), this) : Wt(this, e);
4761
4761
  };
4762
4762
  }
4763
4763
  function Wt(e, t) {
@@ -4808,7 +4808,7 @@ function bs(e, t, r) {
4808
4808
  }
4809
4809
  }
4810
4810
  function Mh(e) {
4811
- return e = ye(e), Ie(this[e]) ? this[e]() : this;
4811
+ return e = ye(e), Ce(this[e]) ? this[e]() : this;
4812
4812
  }
4813
4813
  function Th(e, t) {
4814
4814
  if (typeof e == "object") {
@@ -4816,7 +4816,7 @@ function Th(e, t) {
4816
4816
  var r = gh(e), n, i = r.length;
4817
4817
  for (n = 0; n < i; n++)
4818
4818
  this[r[n].unit](e[r[n].unit]);
4819
- } else if (e = ye(e), Ie(this[e]))
4819
+ } else if (e = ye(e), Ce(this[e]))
4820
4820
  return this[e](t);
4821
4821
  return this;
4822
4822
  }
@@ -4855,26 +4855,26 @@ y("MMMM", function(e, t) {
4855
4855
  return t.monthsRegex(e);
4856
4856
  });
4857
4857
  R(["M", "MM"], function(e, t) {
4858
- t[Ne] = T(e) - 1;
4858
+ t[Re] = T(e) - 1;
4859
4859
  });
4860
4860
  R(["MMM", "MMMM"], function(e, t, r, n) {
4861
4861
  var i = r._locale.monthsParse(e, n, r._strict);
4862
- i != null ? t[Ne] = i : M(r).invalidMonth = e;
4862
+ i != null ? t[Re] = i : M(r).invalidMonth = e;
4863
4863
  });
4864
4864
  var kh = "January_February_March_April_May_June_July_August_September_October_November_December".split(
4865
4865
  "_"
4866
4866
  ), _s = "Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"), vs = /D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/, Lh = Qt, Gh = Qt;
4867
4867
  function Dh(e, t) {
4868
- return e ? Se(this._months) ? this._months[e.month()] : this._months[(this._months.isFormat || vs).test(t) ? "format" : "standalone"][e.month()] : Se(this._months) ? this._months : this._months.standalone;
4868
+ return e ? xe(this._months) ? this._months[e.month()] : this._months[(this._months.isFormat || vs).test(t) ? "format" : "standalone"][e.month()] : xe(this._months) ? this._months : this._months.standalone;
4869
4869
  }
4870
4870
  function Ih(e, t) {
4871
- return e ? Se(this._monthsShort) ? this._monthsShort[e.month()] : this._monthsShort[vs.test(t) ? "format" : "standalone"][e.month()] : Se(this._monthsShort) ? this._monthsShort : this._monthsShort.standalone;
4871
+ return e ? xe(this._monthsShort) ? this._monthsShort[e.month()] : this._monthsShort[vs.test(t) ? "format" : "standalone"][e.month()] : xe(this._monthsShort) ? this._monthsShort : this._monthsShort.standalone;
4872
4872
  }
4873
4873
  function Ch(e, t, r) {
4874
4874
  var n, i, a, s = e.toLocaleLowerCase();
4875
4875
  if (!this._monthsParse)
4876
4876
  for (this._monthsParse = [], this._longMonthsParse = [], this._shortMonthsParse = [], n = 0; n < 12; ++n)
4877
- a = De([2e3, n]), this._shortMonthsParse[n] = this.monthsShort(
4877
+ a = Ie([2e3, n]), this._shortMonthsParse[n] = this.monthsShort(
4878
4878
  a,
4879
4879
  ""
4880
4880
  ).toLocaleLowerCase(), this._longMonthsParse[n] = this.months(a, "").toLocaleLowerCase();
@@ -4885,7 +4885,7 @@ function Ph(e, t, r) {
4885
4885
  if (this._monthsParseExact)
4886
4886
  return Ch.call(this, e, t, r);
4887
4887
  for (this._monthsParse || (this._monthsParse = [], this._longMonthsParse = [], this._shortMonthsParse = []), n = 0; n < 12; n++) {
4888
- if (i = De([2e3, n]), r && !this._longMonthsParse[n] && (this._longMonthsParse[n] = new RegExp(
4888
+ if (i = Ie([2e3, n]), r && !this._longMonthsParse[n] && (this._longMonthsParse[n] = new RegExp(
4889
4889
  "^" + this.months(i, "").replace(".", "") + "$",
4890
4890
  "i"
4891
4891
  ), this._shortMonthsParse[n] = new RegExp(
@@ -4905,14 +4905,14 @@ function ws(e, t) {
4905
4905
  if (typeof t == "string") {
4906
4906
  if (/^\d+$/.test(t))
4907
4907
  t = T(t);
4908
- else if (t = e.localeData().monthsParse(t), !We(t))
4908
+ else if (t = e.localeData().monthsParse(t), !je(t))
4909
4909
  return e;
4910
4910
  }
4911
4911
  var r = t, n = e.date();
4912
4912
  return n = n < 29 ? n : Math.min(n, ri(e.year(), r)), e._isUTC ? e._d.setUTCMonth(r, n) : e._d.setMonth(r, n), e;
4913
4913
  }
4914
4914
  function Ss(e) {
4915
- return e != null ? (ws(this, e), p.updateOffset(this, !0), this) : Wt(this, "Month");
4915
+ return e != null ? (ws(this, e), g.updateOffset(this, !0), this) : Wt(this, "Month");
4916
4916
  }
4917
4917
  function Fh() {
4918
4918
  return ri(this.year(), this.month());
@@ -4929,7 +4929,7 @@ function xs() {
4929
4929
  }
4930
4930
  var t = [], r = [], n = [], i, a, s, o;
4931
4931
  for (i = 0; i < 12; i++)
4932
- a = De([2e3, i]), s = He(this.monthsShort(a, "")), o = He(this.months(a, "")), t.push(s), r.push(o), n.push(o), n.push(s);
4932
+ a = Ie([2e3, i]), s = Be(this.monthsShort(a, "")), o = Be(this.months(a, "")), t.push(s), r.push(o), n.push(o), n.push(s);
4933
4933
  t.sort(e), r.sort(e), n.sort(e), this._monthsRegex = new RegExp("^(" + n.join("|") + ")", "i"), this._monthsShortRegex = this._monthsRegex, this._monthsStrictRegex = new RegExp(
4934
4934
  "^(" + r.join("|") + ")",
4935
4935
  "i"
@@ -4959,12 +4959,12 @@ function Es(e, t, r, n, i) {
4959
4959
  }
4960
4960
  function Vt(e, t, r) {
4961
4961
  var n = Sr(e.year(), t, r), i = Math.floor((e.dayOfYear() - n - 1) / 7) + 1, a, s;
4962
- 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), {
4962
+ return i < 1 ? (s = e.year() - 1, a = i + Ye(s, t, r)) : i > Ye(e.year(), t, r) ? (a = i - Ye(e.year(), t, r), s = e.year() + 1) : (s = e.year(), a = i), {
4963
4963
  week: a,
4964
4964
  year: s
4965
4965
  };
4966
4966
  }
4967
- function Be(e, t, r) {
4967
+ function Ye(e, t, r) {
4968
4968
  var n = Sr(e, t, r), i = Sr(e + 1, t, r);
4969
4969
  return (Ht(e) - n + i) / 7;
4970
4970
  }
@@ -5045,7 +5045,7 @@ function ni(e, t) {
5045
5045
  }
5046
5046
  var zh = "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), Ms = "Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"), Zh = "Su_Mo_Tu_We_Th_Fr_Sa".split("_"), Xh = Qt, Jh = Qt, qh = Qt;
5047
5047
  function Qh(e, t) {
5048
- var r = Se(this._weekdays) ? this._weekdays : this._weekdays[e && e !== !0 && this._weekdays.isFormat.test(t) ? "format" : "standalone"];
5048
+ var r = xe(this._weekdays) ? this._weekdays : this._weekdays[e && e !== !0 && this._weekdays.isFormat.test(t) ? "format" : "standalone"];
5049
5049
  return e === !0 ? ni(r, this._week.dow) : e ? r[e.day()] : r;
5050
5050
  }
5051
5051
  function Kh(e) {
@@ -5058,7 +5058,7 @@ function tf(e, t, r) {
5058
5058
  var n, i, a, s = e.toLocaleLowerCase();
5059
5059
  if (!this._weekdaysParse)
5060
5060
  for (this._weekdaysParse = [], this._shortWeekdaysParse = [], this._minWeekdaysParse = [], n = 0; n < 7; ++n)
5061
- a = De([2e3, 1]).day(n), this._minWeekdaysParse[n] = this.weekdaysMin(
5061
+ a = Ie([2e3, 1]).day(n), this._minWeekdaysParse[n] = this.weekdaysMin(
5062
5062
  a,
5063
5063
  ""
5064
5064
  ).toLocaleLowerCase(), this._shortWeekdaysParse[n] = this.weekdaysShort(
@@ -5072,7 +5072,7 @@ function rf(e, t, r) {
5072
5072
  if (this._weekdaysParseExact)
5073
5073
  return tf.call(this, e, t, r);
5074
5074
  for (this._weekdaysParse || (this._weekdaysParse = [], this._minWeekdaysParse = [], this._shortWeekdaysParse = [], this._fullWeekdaysParse = []), n = 0; n < 7; n++) {
5075
- if (i = De([2e3, 1]).day(n), r && !this._fullWeekdaysParse[n] && (this._fullWeekdaysParse[n] = new RegExp(
5075
+ if (i = Ie([2e3, 1]).day(n), r && !this._fullWeekdaysParse[n] && (this._fullWeekdaysParse[n] = new RegExp(
5076
5076
  "^" + this.weekdays(i, "").replace(".", "\\.?") + "$",
5077
5077
  "i"
5078
5078
  ), this._shortWeekdaysParse[n] = new RegExp(
@@ -5127,7 +5127,7 @@ function ii() {
5127
5127
  }
5128
5128
  var t = [], r = [], n = [], i = [], a, s, o, l, u;
5129
5129
  for (a = 0; a < 7; a++)
5130
- s = De([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);
5130
+ s = Ie([2e3, 1]).day(a), o = Be(this.weekdaysMin(s, "")), l = Be(this.weekdaysShort(s, "")), u = Be(this.weekdays(s, "")), t.push(o), r.push(l), n.push(u), i.push(o), i.push(l), i.push(u);
5131
5131
  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(
5132
5132
  "^(" + n.join("|") + ")",
5133
5133
  "i"
@@ -5149,16 +5149,16 @@ _("H", ["HH", 2], 0, "hour");
5149
5149
  _("h", ["hh", 2], 0, ai);
5150
5150
  _("k", ["kk", 2], 0, hf);
5151
5151
  _("hmm", 0, 0, function() {
5152
- return "" + ai.apply(this) + Ge(this.minutes(), 2);
5152
+ return "" + ai.apply(this) + De(this.minutes(), 2);
5153
5153
  });
5154
5154
  _("hmmss", 0, 0, function() {
5155
- return "" + ai.apply(this) + Ge(this.minutes(), 2) + Ge(this.seconds(), 2);
5155
+ return "" + ai.apply(this) + De(this.minutes(), 2) + De(this.seconds(), 2);
5156
5156
  });
5157
5157
  _("Hmm", 0, 0, function() {
5158
- return "" + this.hours() + Ge(this.minutes(), 2);
5158
+ return "" + this.hours() + De(this.minutes(), 2);
5159
5159
  });
5160
5160
  _("Hmmss", 0, 0, function() {
5161
- return "" + this.hours() + Ge(this.minutes(), 2) + Ge(this.seconds(), 2);
5161
+ return "" + this.hours() + De(this.minutes(), 2) + De(this.seconds(), 2);
5162
5162
  });
5163
5163
  function Ts(e, t) {
5164
5164
  _(e, 0, 0, function() {
@@ -5199,19 +5199,19 @@ R(["h", "hh"], function(e, t, r) {
5199
5199
  });
5200
5200
  R("hmm", function(e, t, r) {
5201
5201
  var n = e.length - 2;
5202
- t[te] = T(e.substr(0, n)), t[ve] = T(e.substr(n)), M(r).bigHour = !0;
5202
+ t[te] = T(e.substr(0, n)), t[we] = T(e.substr(n)), M(r).bigHour = !0;
5203
5203
  });
5204
5204
  R("hmmss", function(e, t, r) {
5205
5205
  var n = e.length - 4, i = e.length - 2;
5206
- t[te] = T(e.substr(0, n)), t[ve] = T(e.substr(n, 2)), t[Re] = T(e.substr(i)), M(r).bigHour = !0;
5206
+ t[te] = T(e.substr(0, n)), t[we] = T(e.substr(n, 2)), t[Ae] = T(e.substr(i)), M(r).bigHour = !0;
5207
5207
  });
5208
5208
  R("Hmm", function(e, t, r) {
5209
5209
  var n = e.length - 2;
5210
- t[te] = T(e.substr(0, n)), t[ve] = T(e.substr(n));
5210
+ t[te] = T(e.substr(0, n)), t[we] = T(e.substr(n));
5211
5211
  });
5212
5212
  R("Hmmss", function(e, t, r) {
5213
5213
  var n = e.length - 4, i = e.length - 2;
5214
- t[te] = T(e.substr(0, n)), t[ve] = T(e.substr(n, 2)), t[Re] = T(e.substr(i));
5214
+ t[te] = T(e.substr(0, n)), t[we] = T(e.substr(n, 2)), t[Ae] = T(e.substr(i));
5215
5215
  });
5216
5216
  function ff(e) {
5217
5217
  return (e + "").toLowerCase().charAt(0) === "p";
@@ -5265,15 +5265,15 @@ function Ar(e) {
5265
5265
  var t = null, r;
5266
5266
  if (U[e] === void 0 && typeof module != "undefined" && module && module.exports && yf(e))
5267
5267
  try {
5268
- t = $t._abbr, r = qu, r("./locale/" + e), Ke(t);
5268
+ t = $t._abbr, r = qu, r("./locale/" + e), et(t);
5269
5269
  } catch (n) {
5270
5270
  U[e] = null;
5271
5271
  }
5272
5272
  return U[e];
5273
5273
  }
5274
- function Ke(e, t) {
5274
+ function et(e, t) {
5275
5275
  var r;
5276
- return e && (le(t) ? r = Ve(e) : r = si(e, t), r ? $t = r : typeof console != "undefined" && console.warn && console.warn(
5276
+ return e && (ue(t) ? r = $e(e) : r = si(e, t), r ? $t = r : typeof console != "undefined" && console.warn && console.warn(
5277
5277
  "Locale " + e + " not found. Did you forget to load it?"
5278
5278
  )), $t._abbr;
5279
5279
  }
@@ -5297,23 +5297,23 @@ function si(e, t) {
5297
5297
  }), null;
5298
5298
  return U[e] = new Jn(Cn(n, t)), Ft[e] && Ft[e].forEach(function(i) {
5299
5299
  si(i.name, i.config);
5300
- }), Ke(e), U[e];
5300
+ }), et(e), U[e];
5301
5301
  } else
5302
5302
  return delete U[e], null;
5303
5303
  }
5304
5304
  function bf(e, t) {
5305
5305
  if (t != null) {
5306
5306
  var r, n, i = ks;
5307
- U[e] != null && U[e].parentLocale != null ? U[e].set(Cn(U[e]._config, t)) : (n = Ar(e), n != null && (i = n._config), t = Cn(i, t), n == null && (t.abbr = e), r = new Jn(t), r.parentLocale = U[e], U[e] = r), Ke(e);
5307
+ U[e] != null && U[e].parentLocale != null ? U[e].set(Cn(U[e]._config, t)) : (n = Ar(e), n != null && (i = n._config), t = Cn(i, t), n == null && (t.abbr = e), r = new Jn(t), r.parentLocale = U[e], U[e] = r), et(e);
5308
5308
  } else
5309
- U[e] != null && (U[e].parentLocale != null ? (U[e] = U[e].parentLocale, e === Ke() && Ke(e)) : U[e] != null && delete U[e]);
5309
+ U[e] != null && (U[e].parentLocale != null ? (U[e] = U[e].parentLocale, e === et() && et(e)) : U[e] != null && delete U[e]);
5310
5310
  return U[e];
5311
5311
  }
5312
- function Ve(e) {
5312
+ function $e(e) {
5313
5313
  var t;
5314
5314
  if (e && e._locale && e._locale._abbr && (e = e._locale._abbr), !e)
5315
5315
  return $t;
5316
- if (!Se(e)) {
5316
+ if (!xe(e)) {
5317
5317
  if (t = Ar(e), t)
5318
5318
  return t;
5319
5319
  e = [e];
@@ -5325,7 +5325,7 @@ function _f() {
5325
5325
  }
5326
5326
  function oi(e) {
5327
5327
  var t, r = e._a;
5328
- return r && M(e).overflow === -2 && (t = r[Ne] < 0 || r[Ne] > 11 ? Ne : r[Le] < 1 || r[Le] > ri(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 = Sh), M(e)._overflowWeekday && t === -1 && (t = xh), M(e).overflow = t), e;
5328
+ return r && M(e).overflow === -2 && (t = r[Re] < 0 || r[Re] > 11 ? Re : r[Ge] < 1 || r[Ge] > ri(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 = Sh), M(e)._overflowWeekday && t === -1 && (t = xh), M(e).overflow = t), e;
5329
5329
  }
5330
5330
  var vf = /^\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)?)?$/, wf = /^\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)?)?$/, Sf = /Z|[+-]\d\d(?::?\d\d)?/, ur = [
5331
5331
  ["YYYYYY-MM-DD", /[+-]\d{6}-\d\d-\d\d/],
@@ -5468,9 +5468,9 @@ function Df(e) {
5468
5468
  delete e._isValid;
5469
5469
  else
5470
5470
  return;
5471
- e._strict ? e._isValid = !1 : p.createFromInputFallback(e);
5471
+ e._strict ? e._isValid = !1 : g.createFromInputFallback(e);
5472
5472
  }
5473
- p.createFromInputFallback = ge(
5473
+ g.createFromInputFallback = ge(
5474
5474
  "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.",
5475
5475
  function(e) {
5476
5476
  e._d = /* @__PURE__ */ new Date(e._i + (e._useUTC ? " UTC" : ""));
@@ -5480,7 +5480,7 @@ function ct(e, t, r) {
5480
5480
  return e != null ? e : t != null ? t : r;
5481
5481
  }
5482
5482
  function If(e) {
5483
- var t = new Date(p.now());
5483
+ var t = new Date(g.now());
5484
5484
  return e._useUTC ? [
5485
5485
  t.getUTCFullYear(),
5486
5486
  t.getUTCMonth(),
@@ -5490,11 +5490,11 @@ function If(e) {
5490
5490
  function li(e) {
5491
5491
  var t, r, n = [], i, a, s;
5492
5492
  if (!e._d) {
5493
- for (i = If(e), e._w && e._a[Le] == null && e._a[Ne] == null && Cf(e), e._dayOfYear != null && (s = ct(e._a[ae], i[ae]), (e._dayOfYear > Ht(s) || e._dayOfYear === 0) && (M(e)._overflowDayOfYear = !0), r = jt(s, 0, e._dayOfYear), e._a[Ne] = r.getUTCMonth(), e._a[Le] = r.getUTCDate()), t = 0; t < 3 && e._a[t] == null; ++t)
5493
+ for (i = If(e), e._w && e._a[Ge] == null && e._a[Re] == null && Cf(e), e._dayOfYear != null && (s = ct(e._a[se], i[se]), (e._dayOfYear > Ht(s) || e._dayOfYear === 0) && (M(e)._overflowDayOfYear = !0), r = jt(s, 0, e._dayOfYear), e._a[Re] = r.getUTCMonth(), e._a[Ge] = r.getUTCDate()), t = 0; t < 3 && e._a[t] == null; ++t)
5494
5494
  e._a[t] = n[t] = i[t];
5495
5495
  for (; t < 7; t++)
5496
5496
  e._a[t] = n[t] = e._a[t] == null ? t === 2 ? 1 : 0 : e._a[t];
5497
- 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 ? jt : Ah).apply(
5497
+ 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 ? jt : Ah).apply(
5498
5498
  null,
5499
5499
  n
5500
5500
  ), 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);
@@ -5504,20 +5504,20 @@ function Cf(e) {
5504
5504
  var t, r, n, i, a, s, o, l, u;
5505
5505
  t = e._w, t.GG != null || t.W != null || t.E != null ? (a = 1, s = 4, r = ct(
5506
5506
  t.GG,
5507
- e._a[ae],
5507
+ e._a[se],
5508
5508
  Vt(H(), 1, 4).year
5509
- ), 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 = Vt(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 > Be(r, a, s) ? M(e)._overflowWeeks = !0 : l != null ? M(e)._overflowWeekday = !0 : (o = Es(r, n, i, a, s), e._a[ae] = o.year, e._dayOfYear = o.dayOfYear);
5509
+ ), 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 = Vt(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 > Ye(r, a, s) ? M(e)._overflowWeeks = !0 : l != null ? M(e)._overflowWeekday = !0 : (o = Es(r, n, i, a, s), e._a[se] = o.year, e._dayOfYear = o.dayOfYear);
5510
5510
  }
5511
- p.ISO_8601 = function() {
5511
+ g.ISO_8601 = function() {
5512
5512
  };
5513
- p.RFC_2822 = function() {
5513
+ g.RFC_2822 = function() {
5514
5514
  };
5515
5515
  function ui(e) {
5516
- if (e._f === p.ISO_8601) {
5516
+ if (e._f === g.ISO_8601) {
5517
5517
  Ls(e);
5518
5518
  return;
5519
5519
  }
5520
- if (e._f === p.RFC_2822) {
5520
+ if (e._f === g.RFC_2822) {
5521
5521
  Gs(e);
5522
5522
  return;
5523
5523
  }
@@ -5531,7 +5531,7 @@ function ui(e) {
5531
5531
  e._locale,
5532
5532
  e._a[te],
5533
5533
  e._meridiem
5534
- ), u = M(e).era, u !== null && (e._a[ae] = e._locale.erasConvertYear(u, e._a[ae])), li(e), oi(e);
5534
+ ), u = M(e).era, u !== null && (e._a[se] = e._locale.erasConvertYear(u, e._a[se])), li(e), oi(e);
5535
5535
  }
5536
5536
  function Pf(e, t, r) {
5537
5537
  var n;
@@ -5545,7 +5545,7 @@ function Ff(e) {
5545
5545
  }
5546
5546
  for (i = 0; i < l; i++)
5547
5547
  a = 0, s = !1, t = Xn({}, e), e._useUTC != null && (t._useUTC = e._useUTC), t._f = e._f[i], ui(t), Zn(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));
5548
- qe(e, r || t);
5548
+ Qe(e, r || t);
5549
5549
  }
5550
5550
  function Nf(e) {
5551
5551
  if (!e._d) {
@@ -5564,17 +5564,17 @@ function Rf(e) {
5564
5564
  }
5565
5565
  function Ds(e) {
5566
5566
  var t = e._i, r = e._f;
5567
- return e._locale = e._locale || Ve(e._l), t === null || r === void 0 && t === "" ? Dr({ nullInput: !0 }) : (typeof t == "string" && (e._i = t = e._locale.preparse(t)), xe(t) ? new qt(oi(t)) : (Jt(t) ? e._d = t : Se(r) ? Ff(e) : r ? ui(e) : Af(e), Zn(e) || (e._d = null), e));
5567
+ return e._locale = e._locale || $e(e._l), t === null || r === void 0 && t === "" ? Dr({ nullInput: !0 }) : (typeof t == "string" && (e._i = t = e._locale.preparse(t)), Ee(t) ? new qt(oi(t)) : (Jt(t) ? e._d = t : xe(r) ? Ff(e) : r ? ui(e) : Af(e), Zn(e) || (e._d = null), e));
5568
5568
  }
5569
5569
  function Af(e) {
5570
5570
  var t = e._i;
5571
- le(t) ? e._d = new Date(p.now()) : Jt(t) ? e._d = new Date(t.valueOf()) : typeof t == "string" ? Df(e) : Se(t) ? (e._a = us(t.slice(0), function(r) {
5571
+ ue(t) ? e._d = new Date(g.now()) : Jt(t) ? e._d = new Date(t.valueOf()) : typeof t == "string" ? Df(e) : xe(t) ? (e._a = us(t.slice(0), function(r) {
5572
5572
  return parseInt(r, 10);
5573
- }), li(e)) : it(t) ? Nf(e) : We(t) ? e._d = new Date(t) : p.createFromInputFallback(e);
5573
+ }), li(e)) : it(t) ? Nf(e) : je(t) ? e._d = new Date(t) : g.createFromInputFallback(e);
5574
5574
  }
5575
5575
  function Is(e, t, r, n, i) {
5576
5576
  var a = {};
5577
- return (t === !0 || t === !1) && (n = t, t = void 0), (r === !0 || r === !1) && (n = r, r = void 0), (it(e) && zn(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, Rf(a);
5577
+ return (t === !0 || t === !1) && (n = t, t = void 0), (r === !0 || r === !1) && (n = r, r = void 0), (it(e) && zn(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, Rf(a);
5578
5578
  }
5579
5579
  function H(e, t, r, n) {
5580
5580
  return Is(e, t, r, n, !1);
@@ -5594,7 +5594,7 @@ var Hf = ge(
5594
5594
  );
5595
5595
  function Cs(e, t) {
5596
5596
  var r, n;
5597
- if (t.length === 1 && Se(t[0]) && (t = t[0]), !t.length)
5597
+ if (t.length === 1 && xe(t[0]) && (t = t[0]), !t.length)
5598
5598
  return H();
5599
5599
  for (r = t[0], n = 1; n < t.length; ++n)
5600
5600
  (!t[n].isValid() || t[n][e](r)) && (r = t[n]);
@@ -5638,13 +5638,13 @@ function Vf() {
5638
5638
  return this._isValid;
5639
5639
  }
5640
5640
  function $f() {
5641
- return Ee(NaN);
5641
+ return Me(NaN);
5642
5642
  }
5643
5643
  function Hr(e) {
5644
5644
  var t = Qn(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;
5645
5645
  this._isValid = jf(t), this._milliseconds = +h + u * 1e3 + // 1000
5646
5646
  l * 6e4 + // 1000 * 60
5647
- o * 1e3 * 60 * 60, this._days = +s + a * 7, this._months = +i + n * 3 + r * 12, this._data = {}, this._locale = Ve(), this._bubble();
5647
+ o * 1e3 * 60 * 60, this._days = +s + a * 7, this._months = +i + n * 3 + r * 12, this._data = {}, this._locale = $e(), this._bubble();
5648
5648
  }
5649
5649
  function gr(e) {
5650
5650
  return e instanceof Hr;
@@ -5661,7 +5661,7 @@ function zf(e, t, r) {
5661
5661
  function Ps(e, t) {
5662
5662
  _(e, 0, 0, function() {
5663
5663
  var r = this.utcOffset(), n = "+";
5664
- return r < 0 && (r = -r, n = "-"), n + Ge(~~(r / 60), 2) + t + Ge(~~r % 60, 2);
5664
+ return r < 0 && (r = -r, n = "-"), n + De(~~(r / 60), 2) + t + De(~~r % 60, 2);
5665
5665
  });
5666
5666
  }
5667
5667
  Ps("Z", ":");
@@ -5678,12 +5678,12 @@ function hi(e, t) {
5678
5678
  }
5679
5679
  function fi(e, t) {
5680
5680
  var r, n;
5681
- return t._isUTC ? (r = t.clone(), n = (xe(e) || Jt(e) ? e.valueOf() : H(e).valueOf()) - r.valueOf(), r._d.setTime(r._d.valueOf() + n), p.updateOffset(r, !1), r) : H(e).local();
5681
+ return t._isUTC ? (r = t.clone(), n = (Ee(e) || Jt(e) ? e.valueOf() : H(e).valueOf()) - r.valueOf(), r._d.setTime(r._d.valueOf() + n), g.updateOffset(r, !1), r) : H(e).local();
5682
5682
  }
5683
5683
  function Rn(e) {
5684
5684
  return -Math.round(e._d.getTimezoneOffset());
5685
5685
  }
5686
- p.updateOffset = function() {
5686
+ g.updateOffset = function() {
5687
5687
  };
5688
5688
  function Xf(e, t, r) {
5689
5689
  var n = this._offset || 0, i;
@@ -5696,10 +5696,10 @@ function Xf(e, t, r) {
5696
5696
  } else Math.abs(e) < 16 && !r && (e = e * 60);
5697
5697
  return !this._isUTC && t && (i = Rn(this)), this._offset = e, this._isUTC = !0, i != null && this.add(i, "m"), n !== e && (!t || this._changeInProgress ? Rs(
5698
5698
  this,
5699
- Ee(e - n, "m"),
5699
+ Me(e - n, "m"),
5700
5700
  1,
5701
5701
  !1
5702
- ) : this._changeInProgress || (this._changeInProgress = !0, p.updateOffset(this, !0), this._changeInProgress = null)), this;
5702
+ ) : this._changeInProgress || (this._changeInProgress = !0, g.updateOffset(this, !0), this._changeInProgress = null)), this;
5703
5703
  } else
5704
5704
  return this._isUTC ? n : Rn(this);
5705
5705
  }
@@ -5728,10 +5728,10 @@ function tc() {
5728
5728
  return this.utcOffset() > this.clone().month(0).utcOffset() || this.utcOffset() > this.clone().month(5).utcOffset();
5729
5729
  }
5730
5730
  function rc() {
5731
- if (!le(this._isDSTShifted))
5731
+ if (!ue(this._isDSTShifted))
5732
5732
  return this._isDSTShifted;
5733
5733
  var e = {}, t;
5734
- return Xn(e, this), e = Ds(e), e._a ? (t = e._isUTC ? De(e._a) : H(e._a), this._isDSTShifted = this.isValid() && zf(e._a, t.toArray()) > 0) : this._isDSTShifted = !1, this._isDSTShifted;
5734
+ return Xn(e, this), e = Ds(e), e._a ? (t = e._isUTC ? Ie(e._a) : H(e._a), this._isDSTShifted = this.isValid() && zf(e._a, t.toArray()) > 0) : this._isDSTShifted = !1, this._isDSTShifted;
5735
5735
  }
5736
5736
  function nc() {
5737
5737
  return this.isValid() ? !this._isUTC : !1;
@@ -5743,18 +5743,18 @@ function Fs() {
5743
5743
  return this.isValid() ? this._isUTC && this._offset === 0 : !1;
5744
5744
  }
5745
5745
  var ac = /^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/, sc = /^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;
5746
- function Ee(e, t) {
5746
+ function Me(e, t) {
5747
5747
  var r = e, n = null, i, a, s;
5748
5748
  return gr(e) ? r = {
5749
5749
  ms: e._milliseconds,
5750
5750
  d: e._days,
5751
5751
  M: e._months
5752
- } : We(e) || !isNaN(+e) ? (r = {}, t ? r[t] = +e : r.milliseconds = +e) : (n = ac.exec(e)) ? (i = n[1] === "-" ? -1 : 1, r = {
5752
+ } : je(e) || !isNaN(+e) ? (r = {}, t ? r[t] = +e : r.milliseconds = +e) : (n = ac.exec(e)) ? (i = n[1] === "-" ? -1 : 1, r = {
5753
5753
  y: 0,
5754
- d: T(n[Le]) * i,
5754
+ d: T(n[Ge]) * i,
5755
5755
  h: T(n[te]) * i,
5756
- m: T(n[ve]) * i,
5757
- s: T(n[Re]) * i,
5756
+ m: T(n[we]) * i,
5757
+ s: T(n[Ae]) * i,
5758
5758
  ms: T(Nn(n[nt] * 1e3)) * i
5759
5759
  // the millisecond decimal point is included in the match
5760
5760
  }) : (n = sc.exec(e)) ? (i = n[1] === "-" ? -1 : 1, r = {
@@ -5770,8 +5770,8 @@ function Ee(e, t) {
5770
5770
  H(r.to)
5771
5771
  ), r = {}, r.ms = s.milliseconds, r.M = s.months), a = new Hr(r), gr(e) && I(e, "_locale") && (a._locale = e._locale), gr(e) && I(e, "_isValid") && (a._isValid = e._isValid), a;
5772
5772
  }
5773
- Ee.fn = Hr.prototype;
5774
- Ee.invalid = $f;
5773
+ Me.fn = Hr.prototype;
5774
+ Me.invalid = $f;
5775
5775
  function rt(e, t) {
5776
5776
  var r = e && parseFloat(e.replace(",", "."));
5777
5777
  return (isNaN(r) ? 0 : r) * t;
@@ -5790,19 +5790,19 @@ function Ns(e, t) {
5790
5790
  return n !== null && !isNaN(+n) && (fs(
5791
5791
  t,
5792
5792
  "moment()." + t + "(period, number) is deprecated. Please use moment()." + t + "(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."
5793
- ), a = r, r = n, n = a), i = Ee(r, n), Rs(this, i, e), this;
5793
+ ), a = r, r = n, n = a), i = Me(r, n), Rs(this, i, e), this;
5794
5794
  };
5795
5795
  }
5796
5796
  function Rs(e, t, r, n) {
5797
5797
  var i = t._milliseconds, a = Nn(t._days), s = Nn(t._months);
5798
- e.isValid() && (n = n == null ? !0 : n, s && ws(e, Wt(e, "Month") + s * r), a && bs(e, "Date", Wt(e, "Date") + a * r), i && e._d.setTime(e._d.valueOf() + i * r), n && p.updateOffset(e, a || s));
5798
+ e.isValid() && (n = n == null ? !0 : n, s && ws(e, Wt(e, "Month") + s * r), a && bs(e, "Date", Wt(e, "Date") + a * r), i && e._d.setTime(e._d.valueOf() + i * r), n && g.updateOffset(e, a || s));
5799
5799
  }
5800
5800
  var lc = Ns(1, "add"), uc = Ns(-1, "subtract");
5801
5801
  function As(e) {
5802
5802
  return typeof e == "string" || e instanceof String;
5803
5803
  }
5804
5804
  function hc(e) {
5805
- return xe(e) || Jt(e) || As(e) || We(e) || cc(e) || fc(e) || e === null || e === void 0;
5805
+ return Ee(e) || Jt(e) || As(e) || je(e) || cc(e) || fc(e) || e === null || e === void 0;
5806
5806
  }
5807
5807
  function fc(e) {
5808
5808
  var t = it(e) && !zn(e), r = !1, n = [
@@ -5836,9 +5836,9 @@ function fc(e) {
5836
5836
  return t && r;
5837
5837
  }
5838
5838
  function cc(e) {
5839
- var t = Se(e), r = !1;
5839
+ var t = xe(e), r = !1;
5840
5840
  return t && (r = e.filter(function(n) {
5841
- return !We(n) && As(e);
5841
+ return !je(n) && As(e);
5842
5842
  }).length === 0), t && r;
5843
5843
  }
5844
5844
  function dc(e) {
@@ -5860,7 +5860,7 @@ function mc(e, t) {
5860
5860
  }
5861
5861
  function pc(e, t) {
5862
5862
  arguments.length === 1 && (arguments[0] ? hc(arguments[0]) ? (e = arguments[0], t = void 0) : dc(arguments[0]) && (t = arguments[0], e = void 0) : (e = void 0, t = void 0));
5863
- var r = e || H(), n = fi(r, this).startOf("day"), i = p.calendarFormat(this, n) || "sameElse", a = t && (Ie(t[i]) ? t[i].call(this, r) : t[i]);
5863
+ var r = e || H(), n = fi(r, this).startOf("day"), i = g.calendarFormat(this, n) || "sameElse", a = t && (Ce(t[i]) ? t[i].call(this, r) : t[i]);
5864
5864
  return this.format(
5865
5865
  a || this.localeData().calendar(i, this, H(r))
5866
5866
  );
@@ -5869,19 +5869,19 @@ function gc() {
5869
5869
  return new qt(this);
5870
5870
  }
5871
5871
  function yc(e, t) {
5872
- var r = xe(e) ? e : H(e);
5872
+ var r = Ee(e) ? e : H(e);
5873
5873
  return this.isValid() && r.isValid() ? (t = ye(t) || "millisecond", t === "millisecond" ? this.valueOf() > r.valueOf() : r.valueOf() < this.clone().startOf(t).valueOf()) : !1;
5874
5874
  }
5875
5875
  function bc(e, t) {
5876
- var r = xe(e) ? e : H(e);
5876
+ var r = Ee(e) ? e : H(e);
5877
5877
  return this.isValid() && r.isValid() ? (t = ye(t) || "millisecond", t === "millisecond" ? this.valueOf() < r.valueOf() : this.clone().endOf(t).valueOf() < r.valueOf()) : !1;
5878
5878
  }
5879
5879
  function _c(e, t, r, n) {
5880
- var i = xe(e) ? e : H(e), a = xe(t) ? t : H(t);
5880
+ var i = Ee(e) ? e : H(e), a = Ee(t) ? t : H(t);
5881
5881
  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;
5882
5882
  }
5883
5883
  function vc(e, t) {
5884
- var r = xe(e) ? e : H(e), n;
5884
+ var r = Ee(e) ? e : H(e), n;
5885
5885
  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;
5886
5886
  }
5887
5887
  function wc(e, t) {
@@ -5932,8 +5932,8 @@ function yr(e, t) {
5932
5932
  var r = (t.year() - e.year()) * 12 + (t.month() - e.month()), n = e.clone().add(r, "months"), i, a;
5933
5933
  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;
5934
5934
  }
5935
- p.defaultFormat = "YYYY-MM-DDTHH:mm:ssZ";
5936
- p.defaultFormatUtc = "YYYY-MM-DDTHH:mm:ss[Z]";
5935
+ g.defaultFormat = "YYYY-MM-DDTHH:mm:ssZ";
5936
+ g.defaultFormatUtc = "YYYY-MM-DDTHH:mm:ss[Z]";
5937
5937
  function Ec() {
5938
5938
  return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ");
5939
5939
  }
@@ -5944,7 +5944,7 @@ function Mc(e) {
5944
5944
  return r.year() < 0 || r.year() > 9999 ? pr(
5945
5945
  r,
5946
5946
  t ? "YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]" : "YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"
5947
- ) : Ie(Date.prototype.toISOString) ? t ? this.toDate().toISOString() : new Date(this.valueOf() + this.utcOffset() * 60 * 1e3).toISOString().replace("Z", pr(r, "Z")) : pr(
5947
+ ) : Ce(Date.prototype.toISOString) ? t ? this.toDate().toISOString() : new Date(this.valueOf() + this.utcOffset() * 60 * 1e3).toISOString().replace("Z", pr(r, "Z")) : pr(
5948
5948
  r,
5949
5949
  t ? "YYYY-MM-DD[T]HH:mm:ss.SSS[Z]" : "YYYY-MM-DD[T]HH:mm:ss.SSSZ"
5950
5950
  );
@@ -5956,25 +5956,25 @@ function Tc() {
5956
5956
  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);
5957
5957
  }
5958
5958
  function Oc(e) {
5959
- e || (e = this.isUtc() ? p.defaultFormatUtc : p.defaultFormat);
5959
+ e || (e = this.isUtc() ? g.defaultFormatUtc : g.defaultFormat);
5960
5960
  var t = pr(this, e);
5961
5961
  return this.localeData().postformat(t);
5962
5962
  }
5963
5963
  function kc(e, t) {
5964
- return this.isValid() && (xe(e) && e.isValid() || H(e).isValid()) ? Ee({ to: this, from: e }).locale(this.locale()).humanize(!t) : this.localeData().invalidDate();
5964
+ return this.isValid() && (Ee(e) && e.isValid() || H(e).isValid()) ? Me({ to: this, from: e }).locale(this.locale()).humanize(!t) : this.localeData().invalidDate();
5965
5965
  }
5966
5966
  function Lc(e) {
5967
5967
  return this.from(H(), e);
5968
5968
  }
5969
5969
  function Gc(e, t) {
5970
- return this.isValid() && (xe(e) && e.isValid() || H(e).isValid()) ? Ee({ from: this, to: e }).locale(this.locale()).humanize(!t) : this.localeData().invalidDate();
5970
+ return this.isValid() && (Ee(e) && e.isValid() || H(e).isValid()) ? Me({ from: this, to: e }).locale(this.locale()).humanize(!t) : this.localeData().invalidDate();
5971
5971
  }
5972
5972
  function Dc(e) {
5973
5973
  return this.to(H(), e);
5974
5974
  }
5975
5975
  function Hs(e) {
5976
5976
  var t;
5977
- return e === void 0 ? this._locale._abbr : (t = Ve(e), t != null && (this._locale = t), this);
5977
+ return e === void 0 ? this._locale._abbr : (t = $e(e), t != null && (this._locale = t), this);
5978
5978
  }
5979
5979
  var Bs = ge(
5980
5980
  "moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",
@@ -6044,7 +6044,7 @@ function Ic(e) {
6044
6044
  t = this._d.valueOf(), t -= bt(t, xr);
6045
6045
  break;
6046
6046
  }
6047
- return this._d.setTime(t), p.updateOffset(this, !0), this;
6047
+ return this._d.setTime(t), g.updateOffset(this, !0), this;
6048
6048
  }
6049
6049
  function Cc(e) {
6050
6050
  var t, r;
@@ -6095,7 +6095,7 @@ function Cc(e) {
6095
6095
  t = this._d.valueOf(), t += xr - bt(t, xr) - 1;
6096
6096
  break;
6097
6097
  }
6098
- return this._d.setTime(t), p.updateOffset(this, !0), this;
6098
+ return this._d.setTime(t), g.updateOffset(this, !0), this;
6099
6099
  }
6100
6100
  function Pc() {
6101
6101
  return this._d.valueOf() - (this._offset || 0) * 6e4;
@@ -6137,7 +6137,7 @@ function Bc() {
6137
6137
  return Zn(this);
6138
6138
  }
6139
6139
  function Yc() {
6140
- return qe({}, M(this));
6140
+ return Qe({}, M(this));
6141
6141
  }
6142
6142
  function Uc() {
6143
6143
  return M(this).overflow;
@@ -6177,17 +6177,17 @@ y("yy", Tt);
6177
6177
  y("yyy", Tt);
6178
6178
  y("yyyy", Tt);
6179
6179
  y("yo", rd);
6180
- R(["y", "yy", "yyy", "yyyy"], ae);
6180
+ R(["y", "yy", "yyy", "yyyy"], se);
6181
6181
  R(["yo"], function(e, t, r, n) {
6182
6182
  var i;
6183
- r._locale._eraYearOrdinalRegex && (i = e.match(r._locale._eraYearOrdinalRegex)), r._locale.eraYearOrdinalParse ? t[ae] = r._locale.eraYearOrdinalParse(e, i) : t[ae] = parseInt(e, 10);
6183
+ r._locale._eraYearOrdinalRegex && (i = e.match(r._locale._eraYearOrdinalRegex)), r._locale.eraYearOrdinalParse ? t[se] = r._locale.eraYearOrdinalParse(e, i) : t[se] = parseInt(e, 10);
6184
6184
  });
6185
6185
  function jc(e, t) {
6186
- var r, n, i, a = this._eras || Ve("en")._eras;
6186
+ var r, n, i, a = this._eras || $e("en")._eras;
6187
6187
  for (r = 0, n = a.length; r < n; ++r) {
6188
6188
  switch (typeof a[r].since) {
6189
6189
  case "string":
6190
- i = p(a[r].since).startOf("day"), a[r].since = i.valueOf();
6190
+ i = g(a[r].since).startOf("day"), a[r].since = i.valueOf();
6191
6191
  break;
6192
6192
  }
6193
6193
  switch (typeof a[r].until) {
@@ -6195,7 +6195,7 @@ function jc(e, t) {
6195
6195
  a[r].until = 1 / 0;
6196
6196
  break;
6197
6197
  case "string":
6198
- i = p(a[r].until).startOf("day").valueOf(), a[r].until = i.valueOf();
6198
+ i = g(a[r].until).startOf("day").valueOf(), a[r].until = i.valueOf();
6199
6199
  break;
6200
6200
  }
6201
6201
  }
@@ -6226,7 +6226,7 @@ function Vc(e, t, r) {
6226
6226
  }
6227
6227
  function $c(e, t) {
6228
6228
  var r = e.since <= e.until ? 1 : -1;
6229
- return t === void 0 ? p(e.since).year() : p(e.since).year() + (t - e.offset) * r;
6229
+ return t === void 0 ? g(e.since).year() : g(e.since).year() + (t - e.offset) * r;
6230
6230
  }
6231
6231
  function zc() {
6232
6232
  var e, t, r, n = this.localeData().eras();
@@ -6253,7 +6253,7 @@ function Jc() {
6253
6253
  var e, t, r, n, i = this.localeData().eras();
6254
6254
  for (e = 0, t = i.length; e < t; ++e)
6255
6255
  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)
6256
- return (this.year() - p(i[e].since).year()) * r + i[e].offset;
6256
+ return (this.year() - g(i[e].since).year()) * r + i[e].offset;
6257
6257
  return this.year();
6258
6258
  }
6259
6259
  function qc(e) {
@@ -6280,7 +6280,7 @@ function rd(e, t) {
6280
6280
  function di() {
6281
6281
  var e = [], t = [], r = [], n = [], i, a, s, o, l, u = this.eras();
6282
6282
  for (i = 0, a = u.length; i < a; ++i)
6283
- 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);
6283
+ s = Be(u[i].name), o = Be(u[i].abbr), l = Be(u[i].narrow), t.push(s), e.push(o), r.push(l), n.push(s), n.push(o), n.push(l);
6284
6284
  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(
6285
6285
  "^(" + r.join("|") + ")",
6286
6286
  "i"
@@ -6314,7 +6314,7 @@ Kt(
6314
6314
  }
6315
6315
  );
6316
6316
  Kt(["gg", "GG"], function(e, t, r, n) {
6317
- t[n] = p.parseTwoDigitYear(e);
6317
+ t[n] = g.parseTwoDigitYear(e);
6318
6318
  });
6319
6319
  function nd(e) {
6320
6320
  return Vs.call(
@@ -6337,22 +6337,22 @@ function id(e) {
6337
6337
  );
6338
6338
  }
6339
6339
  function ad() {
6340
- return Be(this.year(), 1, 4);
6340
+ return Ye(this.year(), 1, 4);
6341
6341
  }
6342
6342
  function sd() {
6343
- return Be(this.isoWeekYear(), 1, 4);
6343
+ return Ye(this.isoWeekYear(), 1, 4);
6344
6344
  }
6345
6345
  function od() {
6346
6346
  var e = this.localeData()._week;
6347
- return Be(this.year(), e.dow, e.doy);
6347
+ return Ye(this.year(), e.dow, e.doy);
6348
6348
  }
6349
6349
  function ld() {
6350
6350
  var e = this.localeData()._week;
6351
- return Be(this.weekYear(), e.dow, e.doy);
6351
+ return Ye(this.weekYear(), e.dow, e.doy);
6352
6352
  }
6353
6353
  function Vs(e, t, r, n, i) {
6354
6354
  var a;
6355
- return e == null ? Vt(this, n, i).year : (a = Be(e, n, i), t > a && (t = a), ud.call(this, e, t, r, n, i));
6355
+ return e == null ? Vt(this, n, i).year : (a = Ye(e, n, i), t > a && (t = a), ud.call(this, e, t, r, n, i));
6356
6356
  }
6357
6357
  function ud(e, t, r, n, i) {
6358
6358
  var a = Es(e, t, r, n, i), s = jt(a.year, 0, a.dayOfYear);
@@ -6361,7 +6361,7 @@ function ud(e, t, r, n, i) {
6361
6361
  _("Q", 0, "Qo", "quarter");
6362
6362
  y("Q", ds);
6363
6363
  R("Q", function(e, t) {
6364
- t[Ne] = (T(e) - 1) * 3;
6364
+ t[Re] = (T(e) - 1) * 3;
6365
6365
  });
6366
6366
  function hd(e) {
6367
6367
  return e == null ? Math.ceil((this.month() + 1) / 3) : this.month((e - 1) * 3 + this.month() % 3);
@@ -6372,9 +6372,9 @@ y("DD", B, ce);
6372
6372
  y("Do", function(e, t) {
6373
6373
  return e ? t._dayOfMonthOrdinalParse || t._ordinalParse : t._dayOfMonthOrdinalParseLenient;
6374
6374
  });
6375
- R(["D", "DD"], Le);
6375
+ R(["D", "DD"], Ge);
6376
6376
  R("Do", function(e, t) {
6377
- t[Le] = T(e.match(B)[0]);
6377
+ t[Ge] = T(e.match(B)[0]);
6378
6378
  });
6379
6379
  var $s = kt("Date", !0);
6380
6380
  _("DDD", ["DDDD", 3], "DDDo", "dayOfYear");
@@ -6392,12 +6392,12 @@ function fd(e) {
6392
6392
  _("m", ["mm", 2], 0, "minute");
6393
6393
  y("m", B, ti);
6394
6394
  y("mm", B, ce);
6395
- R(["m", "mm"], ve);
6395
+ R(["m", "mm"], we);
6396
6396
  var cd = kt("Minutes", !1);
6397
6397
  _("s", ["ss", 2], 0, "second");
6398
6398
  y("s", B, ti);
6399
6399
  y("ss", B, ce);
6400
- R(["s", "ss"], Re);
6400
+ R(["s", "ss"], Ae);
6401
6401
  var dd = kt("Seconds", !1);
6402
6402
  _("S", 0, 0, function() {
6403
6403
  return ~~(this.millisecond() / 100);
@@ -6427,14 +6427,14 @@ _(0, ["SSSSSSSSS", 9], 0, function() {
6427
6427
  y("S", Cr, ds);
6428
6428
  y("SS", Cr, ce);
6429
6429
  y("SSS", Cr, ms);
6430
- var Qe, zs;
6431
- for (Qe = "SSSS"; Qe.length <= 9; Qe += "S")
6432
- y(Qe, Tt);
6430
+ var Ke, zs;
6431
+ for (Ke = "SSSS"; Ke.length <= 9; Ke += "S")
6432
+ y(Ke, Tt);
6433
6433
  function md(e, t) {
6434
6434
  t[nt] = T(("0." + e) * 1e3);
6435
6435
  }
6436
- for (Qe = "S"; Qe.length <= 9; Qe += "S")
6437
- R(Qe, md);
6436
+ for (Ke = "S"; Ke.length <= 9; Ke += "S")
6437
+ R(Ke, md);
6438
6438
  zs = kt("Milliseconds", !1);
6439
6439
  _("z", 0, 0, "zoneAbbr");
6440
6440
  _("zz", 0, 0, "zoneName");
@@ -6587,11 +6587,11 @@ C.weekdaysMinRegex = uf;
6587
6587
  C.isPM = ff;
6588
6588
  C.meridiem = mf;
6589
6589
  function Mr(e, t, r, n) {
6590
- var i = Ve(), a = De().set(n, t);
6590
+ var i = $e(), a = Ie().set(n, t);
6591
6591
  return i[r](a, e);
6592
6592
  }
6593
6593
  function Xs(e, t, r) {
6594
- if (We(e) && (t = e, e = void 0), e = e || "", t != null)
6594
+ if (je(e) && (t = e, e = void 0), e = e || "", t != null)
6595
6595
  return Mr(e, t, r, "month");
6596
6596
  var n, i = [];
6597
6597
  for (n = 0; n < 12; n++)
@@ -6599,8 +6599,8 @@ function Xs(e, t, r) {
6599
6599
  return i;
6600
6600
  }
6601
6601
  function mi(e, t, r, n) {
6602
- 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 || "");
6603
- var i = Ve(), a = e ? i._week.dow : 0, s, o = [];
6602
+ 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 || "");
6603
+ var i = $e(), a = e ? i._week.dow : 0, s, o = [];
6604
6604
  if (r != null)
6605
6605
  return Mr(t, (r + a) % 7, n, "day");
6606
6606
  for (s = 0; s < 7; s++)
@@ -6622,7 +6622,7 @@ function Sd(e, t, r) {
6622
6622
  function xd(e, t, r) {
6623
6623
  return mi(e, t, r, "weekdaysMin");
6624
6624
  }
6625
- Ke("en", {
6625
+ et("en", {
6626
6626
  eras: [
6627
6627
  {
6628
6628
  since: "0001-01-01",
@@ -6647,21 +6647,21 @@ Ke("en", {
6647
6647
  return e + r;
6648
6648
  }
6649
6649
  });
6650
- p.lang = ge(
6650
+ g.lang = ge(
6651
6651
  "moment.lang is deprecated. Use moment.locale instead.",
6652
- Ke
6652
+ et
6653
6653
  );
6654
- p.langData = ge(
6654
+ g.langData = ge(
6655
6655
  "moment.langData is deprecated. Use moment.localeData instead.",
6656
- Ve
6656
+ $e
6657
6657
  );
6658
- var Pe = Math.abs;
6658
+ var Fe = Math.abs;
6659
6659
  function Ed() {
6660
6660
  var e = this._data;
6661
- 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;
6661
+ 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;
6662
6662
  }
6663
6663
  function Js(e, t, r, n) {
6664
- var i = Ee(t, r);
6664
+ var i = Me(t, r);
6665
6665
  return e._milliseconds += n * i._milliseconds, e._days += n * i._days, e._months += n * i._months, e._bubble();
6666
6666
  }
6667
6667
  function Md(e, t) {
@@ -6714,14 +6714,14 @@ function kd(e) {
6714
6714
  throw new Error("Unknown unit " + e);
6715
6715
  }
6716
6716
  }
6717
- function $e(e) {
6717
+ function ze(e) {
6718
6718
  return function() {
6719
6719
  return this.as(e);
6720
6720
  };
6721
6721
  }
6722
- var Qs = $e("ms"), Ld = $e("s"), Gd = $e("m"), Dd = $e("h"), Id = $e("d"), Cd = $e("w"), Pd = $e("M"), Fd = $e("Q"), Nd = $e("y"), Rd = Qs;
6722
+ var Qs = ze("ms"), Ld = ze("s"), Gd = ze("m"), Dd = ze("h"), Id = ze("d"), Cd = ze("w"), Pd = ze("M"), Fd = ze("Q"), Nd = ze("y"), Rd = Qs;
6723
6723
  function Ad() {
6724
- return Ee(this);
6724
+ return Me(this);
6725
6725
  }
6726
6726
  function Hd(e) {
6727
6727
  return e = ye(e), this.isValid() ? this[e + "s"]() : NaN;
@@ -6735,7 +6735,7 @@ var Bd = st("milliseconds"), Yd = st("seconds"), Ud = st("minutes"), Wd = st("ho
6735
6735
  function zd() {
6736
6736
  return pe(this.days() / 7);
6737
6737
  }
6738
- var Fe = Math.round, dt = {
6738
+ var Ne = Math.round, dt = {
6739
6739
  ss: 44,
6740
6740
  // a few seconds to seconds
6741
6741
  s: 45,
@@ -6755,11 +6755,11 @@ function Zd(e, t, r, n, i) {
6755
6755
  return i.relativeTime(t || 1, !!r, e, n);
6756
6756
  }
6757
6757
  function Xd(e, t, r, n) {
6758
- 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];
6758
+ 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];
6759
6759
  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, Zd.apply(null, d);
6760
6760
  }
6761
6761
  function Jd(e) {
6762
- return e === void 0 ? Fe : typeof e == "function" ? (Fe = e, !0) : !1;
6762
+ return e === void 0 ? Ne : typeof e == "function" ? (Ne = e, !0) : !1;
6763
6763
  }
6764
6764
  function qd(e, t) {
6765
6765
  return dt[e] === void 0 ? !1 : t === void 0 ? dt[e] : (dt[e] = t, e === "s" && (dt.ss = t - 1), !0);
@@ -6829,36 +6829,36 @@ R("x", function(e, t, r) {
6829
6829
  r._d = new Date(T(e));
6830
6830
  });
6831
6831
  //! moment.js
6832
- p.version = "2.30.1";
6832
+ g.version = "2.30.1";
6833
6833
  Qu(H);
6834
- p.fn = m;
6835
- p.min = Yf;
6836
- p.max = Uf;
6837
- p.now = Wf;
6838
- p.utc = De;
6839
- p.unix = yd;
6840
- p.months = _d;
6841
- p.isDate = Jt;
6842
- p.locale = Ke;
6843
- p.invalid = Dr;
6844
- p.duration = Ee;
6845
- p.isMoment = xe;
6846
- p.weekdays = wd;
6847
- p.parseZone = bd;
6848
- p.localeData = Ve;
6849
- p.isDuration = gr;
6850
- p.monthsShort = vd;
6851
- p.weekdaysMin = xd;
6852
- p.defineLocale = si;
6853
- p.updateLocale = bf;
6854
- p.locales = _f;
6855
- p.weekdaysShort = Sd;
6856
- p.normalizeUnits = ye;
6857
- p.relativeTimeRounding = Jd;
6858
- p.relativeTimeThreshold = qd;
6859
- p.calendarFormat = mc;
6860
- p.prototype = m;
6861
- p.HTML5_FMT = {
6834
+ g.fn = m;
6835
+ g.min = Yf;
6836
+ g.max = Uf;
6837
+ g.now = Wf;
6838
+ g.utc = Ie;
6839
+ g.unix = yd;
6840
+ g.months = _d;
6841
+ g.isDate = Jt;
6842
+ g.locale = et;
6843
+ g.invalid = Dr;
6844
+ g.duration = Me;
6845
+ g.isMoment = Ee;
6846
+ g.weekdays = wd;
6847
+ g.parseZone = bd;
6848
+ g.localeData = $e;
6849
+ g.isDuration = gr;
6850
+ g.monthsShort = vd;
6851
+ g.weekdaysMin = xd;
6852
+ g.defineLocale = si;
6853
+ g.updateLocale = bf;
6854
+ g.locales = _f;
6855
+ g.weekdaysShort = Sd;
6856
+ g.normalizeUnits = ye;
6857
+ g.relativeTimeRounding = Jd;
6858
+ g.relativeTimeThreshold = qd;
6859
+ g.calendarFormat = mc;
6860
+ g.prototype = m;
6861
+ g.HTML5_FMT = {
6862
6862
  DATETIME_LOCAL: "YYYY-MM-DDTHH:mm",
6863
6863
  // <input type="datetime-local" />
6864
6864
  DATETIME_LOCAL_SECONDS: "YYYY-MM-DDTHH:mm:ss",
@@ -7029,7 +7029,7 @@ const ha = {
7029
7029
  full: "table full - bet behind",
7030
7030
  dealer: "Dealer"
7031
7031
  }
7032
- }, e0 = {
7032
+ }, em = {
7033
7033
  AED: "د.إ",
7034
7034
  AFN: "؋",
7035
7035
  ALL: "L",
@@ -7201,7 +7201,7 @@ const ha = {
7201
7201
  ZAR: "R",
7202
7202
  ZWD: "Z$"
7203
7203
  };
7204
- function t0(e) {
7204
+ function tm(e) {
7205
7205
  Do(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}}');
7206
7206
  }
7207
7207
  function fa(e, t, r) {
@@ -7219,7 +7219,7 @@ function da(e) {
7219
7219
  ), n, i, a;
7220
7220
  return {
7221
7221
  c() {
7222
- t = N("button"), n = we(r), w(t, "class", "GameInfoBtn");
7222
+ t = N("button"), n = Se(r), w(t, "class", "GameInfoBtn");
7223
7223
  },
7224
7224
  m(s, o) {
7225
7225
  $(s, t, o), x(t, n), i || (a = Un(
@@ -7232,7 +7232,7 @@ function da(e) {
7232
7232
  p(s, o) {
7233
7233
  o[1] & /*$_*/
7234
7234
  16 && r !== (r = /*$_*/
7235
- s[35]("playNow") + "") && Ye(n, r);
7235
+ s[35]("playNow") + "") && Ue(n, r);
7236
7236
  },
7237
7237
  d(s) {
7238
7238
  s && j(t), i = !1, a();
@@ -7246,7 +7246,7 @@ function ma(e) {
7246
7246
  ), n;
7247
7247
  return {
7248
7248
  c() {
7249
- t = N("span"), n = we(r), w(t, "class", "GameExtraInfoLabel NewGameTag");
7249
+ t = N("span"), n = Se(r), w(t, "class", "GameExtraInfoLabel NewGameTag");
7250
7250
  },
7251
7251
  m(i, a) {
7252
7252
  $(i, t, a), x(t, n);
@@ -7254,7 +7254,7 @@ function ma(e) {
7254
7254
  p(i, a) {
7255
7255
  a[1] & /*$_*/
7256
7256
  16 && r !== (r = /*$_*/
7257
- i[35]("new") + "") && Ye(n, r);
7257
+ i[35]("new") + "") && Ue(n, r);
7258
7258
  },
7259
7259
  d(i) {
7260
7260
  i && j(t);
@@ -7265,7 +7265,7 @@ function pa(e) {
7265
7265
  let t, r;
7266
7266
  return {
7267
7267
  c() {
7268
- t = N("span"), r = we(
7268
+ t = N("span"), r = Se(
7269
7269
  /*gametag*/
7270
7270
  e[8]
7271
7271
  ), w(t, "class", "GameExtraInfoLabel PopularGameTag");
@@ -7275,7 +7275,7 @@ function pa(e) {
7275
7275
  },
7276
7276
  p(n, i) {
7277
7277
  i[0] & /*gametag*/
7278
- 256 && Ye(
7278
+ 256 && Ue(
7279
7279
  r,
7280
7280
  /*gametag*/
7281
7281
  n[8]
@@ -7296,13 +7296,13 @@ function ga(e) {
7296
7296
  /*isopen*/
7297
7297
  o[22] && /*displaytype*/
7298
7298
  o[19] === Hn
7299
- ) return n0;
7299
+ ) return nm;
7300
7300
  if (
7301
7301
  /*isopen*/
7302
7302
  o[22] && /*displaytype*/
7303
7303
  o[19] && /*displaytype*/
7304
7304
  o[19] === Bn
7305
- ) return r0;
7305
+ ) return rm;
7306
7306
  }
7307
7307
  let a = i(e), s = a && a(e);
7308
7308
  return {
@@ -7327,7 +7327,7 @@ function ya(e) {
7327
7327
  let t, r, n = (
7328
7328
  /*$_*/
7329
7329
  e[35]("opens") + ""
7330
- ), i, a, s, o = p.utc(
7330
+ ), i, a, s, o = g.utc(
7331
7331
  /*starttime*/
7332
7332
  e[20]
7333
7333
  ).local().format(
@@ -7339,7 +7339,7 @@ function ya(e) {
7339
7339
  /*dealername*/
7340
7340
  e[34]
7341
7341
  ) + ""
7342
- ), d, g, E = (
7342
+ ), d, p, E = (
7343
7343
  /*renderBetLimits*/
7344
7344
  e[40](
7345
7345
  /*min*/
@@ -7352,22 +7352,22 @@ function ya(e) {
7352
7352
  );
7353
7353
  return {
7354
7354
  c() {
7355
- 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");
7355
+ 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");
7356
7356
  },
7357
7357
  m(v, V) {
7358
- $(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);
7358
+ $(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);
7359
7359
  },
7360
7360
  p(v, V) {
7361
7361
  V[1] & /*$_*/
7362
7362
  16 && n !== (n = /*$_*/
7363
- v[35]("opens") + "") && Ye(i, n), V[0] & /*starttime, timeformat*/
7364
- 3145728 && o !== (o = p.utc(
7363
+ v[35]("opens") + "") && Ue(i, n), V[0] & /*starttime, timeformat*/
7364
+ 3145728 && o !== (o = g.utc(
7365
7365
  /*starttime*/
7366
7366
  v[20]
7367
7367
  ).local().format(
7368
7368
  /*timeformat*/
7369
7369
  v[21]
7370
- ) + "") && Ye(l, o), V[1] & /*dealername*/
7370
+ ) + "") && Ue(l, o), V[1] & /*dealername*/
7371
7371
  8 && c !== (c = /*renderDealerName*/
7372
7372
  v[41](
7373
7373
  /*dealername*/
@@ -7381,14 +7381,14 @@ function ya(e) {
7381
7381
  v[27],
7382
7382
  /*currencySymbol*/
7383
7383
  v[25]
7384
- ) + "") && g.p(E);
7384
+ ) + "") && p.p(E);
7385
7385
  },
7386
7386
  d(v) {
7387
7387
  v && j(t);
7388
7388
  }
7389
7389
  };
7390
7390
  }
7391
- function r0(e) {
7391
+ function rm(e) {
7392
7392
  let t, r, n, i, a = (
7393
7393
  /*renderDealerName*/
7394
7394
  e[41](
@@ -7413,7 +7413,7 @@ function r0(e) {
7413
7413
  t = N("div"), r = N("div");
7414
7414
  for (let c = 0; c < h.length; c += 1)
7415
7415
  h[c].c();
7416
- n = ee(), i = new Ue(!1), s = ee(), o = new Ue(!1), w(r, "class", "LiveIcons"), i.a = s, o.a = null, w(
7416
+ n = ee(), i = new We(!1), s = ee(), o = new We(!1), w(r, "class", "LiveIcons"), i.a = s, o.a = null, w(
7417
7417
  t,
7418
7418
  "class",
7419
7419
  /*roulettecontainerclassname*/
@@ -7422,8 +7422,8 @@ function r0(e) {
7422
7422
  },
7423
7423
  m(c, d) {
7424
7424
  $(c, t, d), x(t, r);
7425
- for (let g = 0; g < h.length; g += 1)
7426
- h[g] && h[g].m(r, null);
7425
+ for (let p = 0; p < h.length; p += 1)
7426
+ h[p] && h[p].m(r, null);
7427
7427
  e[64](r), x(t, n), i.m(a, t), x(t, s), o.m(l, t);
7428
7428
  },
7429
7429
  p(c, d) {
@@ -7431,13 +7431,13 @@ function r0(e) {
7431
7431
  536887296 | d[1] & /*renderSpan, colorsourcearray*/
7432
7432
  2049) {
7433
7433
  u = br(new Array(xa));
7434
- let g;
7435
- for (g = 0; g < u.length; g += 1) {
7436
- const E = fa(c, u, g);
7437
- h[g] ? h[g].p(E, d) : (h[g] = _a(E), h[g].c(), h[g].m(r, null));
7434
+ let p;
7435
+ for (p = 0; p < u.length; p += 1) {
7436
+ const E = fa(c, u, p);
7437
+ h[p] ? h[p].p(E, d) : (h[p] = _a(E), h[p].c(), h[p].m(r, null));
7438
7438
  }
7439
- for (; g < h.length; g += 1)
7440
- h[g].d(1);
7439
+ for (; p < h.length; p += 1)
7440
+ h[p].d(1);
7441
7441
  h.length = u.length;
7442
7442
  }
7443
7443
  d[1] & /*dealername*/
@@ -7467,7 +7467,7 @@ function r0(e) {
7467
7467
  }
7468
7468
  };
7469
7469
  }
7470
- function n0(e) {
7470
+ function nm(e) {
7471
7471
  let t, r, n, i, a = (
7472
7472
  /*renderDealerName*/
7473
7473
  e[41](
@@ -7485,27 +7485,27 @@ function n0(e) {
7485
7485
  e[25]
7486
7486
  ) + ""
7487
7487
  );
7488
- function u(d, g) {
7488
+ function u(d, p) {
7489
7489
  return (
7490
7490
  /*istablefull*/
7491
- d[32] ? o0 : s0
7491
+ d[32] ? om : sm
7492
7492
  );
7493
7493
  }
7494
7494
  let h = u(e), c = h(e);
7495
7495
  return {
7496
7496
  c() {
7497
- 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");
7497
+ 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");
7498
7498
  },
7499
- m(d, g) {
7500
- $(d, t, g), x(t, r), c.m(r, null), x(t, n), i.m(a, t), x(t, s), o.m(l, t);
7499
+ m(d, p) {
7500
+ $(d, t, p), x(t, r), c.m(r, null), x(t, n), i.m(a, t), x(t, s), o.m(l, t);
7501
7501
  },
7502
- p(d, g) {
7503
- 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*/
7502
+ p(d, p) {
7503
+ 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*/
7504
7504
  8 && a !== (a = /*renderDealerName*/
7505
7505
  d[41](
7506
7506
  /*dealername*/
7507
7507
  d[34]
7508
- ) + "") && i.p(a), g[0] & /*min, max, currencySymbol*/
7508
+ ) + "") && i.p(a), p[0] & /*min, max, currencySymbol*/
7509
7509
  234881024 && l !== (l = /*renderBetLimits*/
7510
7510
  d[40](
7511
7511
  /*min*/
@@ -7526,7 +7526,7 @@ function ba(e) {
7526
7526
  function r(a, s) {
7527
7527
  return (
7528
7528
  /*isdouble*/
7529
- a[29] ? a0 : i0
7529
+ a[29] ? am : im
7530
7530
  );
7531
7531
  }
7532
7532
  let n = r(e), i = n(e);
@@ -7545,7 +7545,7 @@ function ba(e) {
7545
7545
  }
7546
7546
  };
7547
7547
  }
7548
- function i0(e) {
7548
+ function im(e) {
7549
7549
  let t, r = (
7550
7550
  /*renderSpan*/
7551
7551
  e[42](
@@ -7570,7 +7570,7 @@ function i0(e) {
7570
7570
  ), n;
7571
7571
  return {
7572
7572
  c() {
7573
- t = new Ue(!1), n = Zt(), t.a = n;
7573
+ t = new We(!1), n = Zt(), t.a = n;
7574
7574
  },
7575
7575
  m(i, a) {
7576
7576
  t.m(r, i, a), $(i, n, a);
@@ -7604,7 +7604,7 @@ function i0(e) {
7604
7604
  }
7605
7605
  };
7606
7606
  }
7607
- function a0(e) {
7607
+ function am(e) {
7608
7608
  let t, r, n = (
7609
7609
  /*renderSpan*/
7610
7610
  e[42](
@@ -7658,7 +7658,7 @@ function a0(e) {
7658
7658
  ), o;
7659
7659
  return {
7660
7660
  c() {
7661
- 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");
7661
+ 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");
7662
7662
  },
7663
7663
  m(l, u) {
7664
7664
  $(l, t, u), r.m(n, t), x(t, i), a.m(s, t), x(t, o);
@@ -7750,7 +7750,7 @@ function _a(e) {
7750
7750
  }
7751
7751
  };
7752
7752
  }
7753
- function s0(e) {
7753
+ function sm(e) {
7754
7754
  let t, r = br(
7755
7755
  /*seats*/
7756
7756
  e[24]
@@ -7791,14 +7791,14 @@ function s0(e) {
7791
7791
  }
7792
7792
  };
7793
7793
  }
7794
- function o0(e) {
7794
+ function om(e) {
7795
7795
  let t, r = (
7796
7796
  /*$_*/
7797
7797
  e[35]("full") + ""
7798
7798
  ), n;
7799
7799
  return {
7800
7800
  c() {
7801
- t = N("span"), n = we(r), w(t, "class", "FullTable");
7801
+ t = N("span"), n = Se(r), w(t, "class", "FullTable");
7802
7802
  },
7803
7803
  m(i, a) {
7804
7804
  $(i, t, a), x(t, n);
@@ -7806,7 +7806,7 @@ function o0(e) {
7806
7806
  p(i, a) {
7807
7807
  a[1] & /*$_*/
7808
7808
  16 && r !== (r = /*$_*/
7809
- i[35]("full") + "") && Ye(n, r);
7809
+ i[35]("full") + "") && Ue(n, r);
7810
7810
  },
7811
7811
  d(i) {
7812
7812
  i && j(t);
@@ -7843,7 +7843,7 @@ function va(e) {
7843
7843
  }
7844
7844
  };
7845
7845
  }
7846
- function l0(e) {
7846
+ function lm(e) {
7847
7847
  let t;
7848
7848
  return {
7849
7849
  c() {
@@ -7852,13 +7852,13 @@ function l0(e) {
7852
7852
  m(r, n) {
7853
7853
  $(r, t, n);
7854
7854
  },
7855
- p: ue,
7855
+ p: he,
7856
7856
  d(r) {
7857
7857
  r && j(t);
7858
7858
  }
7859
7859
  };
7860
7860
  }
7861
- function u0(e) {
7861
+ function um(e) {
7862
7862
  let t, r, n;
7863
7863
  return {
7864
7864
  c() {
@@ -7880,13 +7880,13 @@ function u0(e) {
7880
7880
  e[66]
7881
7881
  ), r = !0);
7882
7882
  },
7883
- p: ue,
7883
+ p: he,
7884
7884
  d(i) {
7885
7885
  i && j(t), r = !1, n();
7886
7886
  }
7887
7887
  };
7888
7888
  }
7889
- function h0(e) {
7889
+ function hm(e) {
7890
7890
  let t, r, n;
7891
7891
  return {
7892
7892
  c() {
@@ -7900,7 +7900,7 @@ function h0(e) {
7900
7900
  e[65]
7901
7901
  ), r = !0);
7902
7902
  },
7903
- p: ue,
7903
+ p: he,
7904
7904
  d(i) {
7905
7905
  i && j(t), r = !1, n();
7906
7906
  }
@@ -7910,7 +7910,7 @@ function wa(e) {
7910
7910
  let t, r;
7911
7911
  return {
7912
7912
  c() {
7913
- t = N("p"), r = we(
7913
+ t = N("p"), r = Se(
7914
7914
  /*gamename*/
7915
7915
  e[4]
7916
7916
  ), w(t, "class", "GameNameBelow"), w(
@@ -7925,7 +7925,7 @@ function wa(e) {
7925
7925
  },
7926
7926
  p(n, i) {
7927
7927
  i[0] & /*gamename*/
7928
- 16 && Ye(
7928
+ 16 && Ue(
7929
7929
  r,
7930
7930
  /*gamename*/
7931
7931
  n[4]
@@ -7942,14 +7942,14 @@ function wa(e) {
7942
7942
  }
7943
7943
  };
7944
7944
  }
7945
- function f0(e) {
7946
- let t, r, n, i, a, s, o, l, u, h, c, d, g, E = (
7945
+ function fm(e) {
7946
+ let t, r, n, i, a, s, o, l, u, h, c, d, p, E = (
7947
7947
  /*gamevendor*/
7948
7948
  (e[5] ? (
7949
7949
  /*gamevendor*/
7950
7950
  e[5]
7951
7951
  ) : "-") + ""
7952
- ), v, V, ie, W, X, he, se, de, fe, Ce, Me, et, Te, z = (
7952
+ ), v, V, ae, W, X, fe, oe, de, re, Pe, Te, be, Oe, z = (
7953
7953
  /*lang*/
7954
7954
  e[1] && da(e)
7955
7955
  ), J = (
@@ -7965,38 +7965,38 @@ function f0(e) {
7965
7965
  function Lt(b, O) {
7966
7966
  if (O[0] & /*gamefavorite, isLoggedIn, favorites*/
7967
7967
  65541 && (de = null), O[0] & /*gamefavorite, isLoggedIn*/
7968
- 65537 && (fe = null), O[0] & /*gamefavorite, isLoggedIn, favorites*/
7969
- 65541 && (Ce = null), de == null && (de = !!(!_e(
7968
+ 65537 && (re = null), O[0] & /*gamefavorite, isLoggedIn, favorites*/
7969
+ 65541 && (Pe = null), de == null && (de = !!(!ve(
7970
7970
  /*userAgent*/
7971
7971
  b[36]
7972
7972
  ) && /*gamefavorite*/
7973
7973
  b[0] && /*isLoggedIn*/
7974
7974
  b[16] && /*favorites*/
7975
- b[2] === "true")), de) return h0;
7976
- if (fe == null && (fe = !!(!_e(
7975
+ b[2] === "true")), de) return hm;
7976
+ if (re == null && (re = !!(!ve(
7977
7977
  /*userAgent*/
7978
7978
  b[36]
7979
7979
  ) && !/*gamefavorite*/
7980
7980
  b[0] && /*isLoggedIn*/
7981
- b[16])), fe) return u0;
7982
- if (Ce == null && (Ce = !!(_e(
7981
+ b[16])), re) return um;
7982
+ if (Pe == null && (Pe = !!(ve(
7983
7983
  /*userAgent*/
7984
7984
  b[36]
7985
7985
  ) && /*gamefavorite*/
7986
7986
  b[0] && /*isLoggedIn*/
7987
7987
  b[16] && /*favorites*/
7988
- b[2] === "true")), Ce) return l0;
7988
+ b[2] === "true")), Pe) return lm;
7989
7989
  }
7990
- let Oe = Lt(e, [-1, -1, -1, -1]), K = Oe && Oe(e), re = (
7990
+ let ke = Lt(e, [-1, -1, -1, -1]), K = ke && ke(e), ne = (
7991
7991
  /*showgamename*/
7992
7992
  e[10] === "true" && wa(e)
7993
7993
  );
7994
7994
  return {
7995
7995
  c() {
7996
- t = N("div"), r = N("div"), n = N("img"), s = ee(), o = N("div"), l = N("div"), u = N("p"), h = we(
7996
+ t = N("div"), r = N("div"), n = N("img"), s = ee(), o = N("div"), l = N("div"), u = N("p"), h = Se(
7997
7997
  /*gamename*/
7998
7998
  e[4]
7999
- ), 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*/
7999
+ ), 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*/
8000
8000
  e[3]) || w(n, "src", i), w(n, "class", a = `GameBg GameBg-${/*gamecellsize*/
8001
8001
  e[9]} ${/*loaded*/
8002
8002
  e[17] ? "Loaded" : ""}`), w(n, "alt", ""), w(n, "loading", "lazy"), w(u, "class", "GameInfoName"), w(
@@ -8004,12 +8004,12 @@ function f0(e) {
8004
8004
  "title",
8005
8005
  /*gamename*/
8006
8006
  e[4]
8007
- ), 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*/
8007
+ ), 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*/
8008
8008
  (e[13] && !/*isopen*/
8009
8009
  e[22] && /*openhours*/
8010
8010
  e[23].value || /*livegamedata*/
8011
8011
  e[13] && /*istablefull*/
8012
- e[32] ? "GameInnerContainerUnavailable" : "")), w(t, "class", Te = `GameContainer ${/*extraclassname*/
8012
+ e[32] ? "GameInnerContainerUnavailable" : "")), w(t, "class", Oe = `GameContainer ${/*extraclassname*/
8013
8013
  e[33]} ${/*casinogamesgridslider*/
8014
8014
  e[11] == "true" ? "CasinoGamesGridSlider" : ""}`), Fi(
8015
8015
  t,
@@ -8019,7 +8019,7 @@ function f0(e) {
8019
8019
  );
8020
8020
  },
8021
8021
  m(b, O) {
8022
- $(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);
8022
+ $(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);
8023
8023
  },
8024
8024
  p(b, O) {
8025
8025
  O[0] & /*gamethumbnail*/
@@ -8028,7 +8028,7 @@ function f0(e) {
8028
8028
  131584 && a !== (a = `GameBg GameBg-${/*gamecellsize*/
8029
8029
  b[9]} ${/*loaded*/
8030
8030
  b[17] ? "Loaded" : ""}`) && w(n, "class", a), O[0] & /*gamename*/
8031
- 16 && Ye(
8031
+ 16 && Ue(
8032
8032
  h,
8033
8033
  /*gamename*/
8034
8034
  b[4]
@@ -8044,22 +8044,22 @@ function f0(e) {
8044
8044
  (b[5] ? (
8045
8045
  /*gamevendor*/
8046
8046
  b[5]
8047
- ) : "-") + "") && Ye(v, E), /*gameisnew*/
8047
+ ) : "-") + "") && Ue(v, E), /*gameisnew*/
8048
8048
  b[7] ? J ? J.p(b, O) : (J = ma(b), J.c(), J.m(W, X)) : J && (J.d(1), J = null), /*gametag*/
8049
- b[8] ? q ? q.p(b, O) : (q = pa(b), q.c(), q.m(W, he)) : q && (q.d(1), q = null), /*livegamedata*/
8050
- 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*/
8049
+ b[8] ? q ? q.p(b, O) : (q = pa(b), q.c(), q.m(W, fe)) : q && (q.d(1), q = null), /*livegamedata*/
8050
+ 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*/
8051
8051
  12591104 | O[1] & /*istablefull*/
8052
- 2 && Me !== (Me = "GameInnerContainer " + /*livegamedata*/
8052
+ 2 && Te !== (Te = "GameInnerContainer " + /*livegamedata*/
8053
8053
  (b[13] && !/*isopen*/
8054
8054
  b[22] && /*openhours*/
8055
8055
  b[23].value || /*livegamedata*/
8056
8056
  b[13] && /*istablefull*/
8057
- b[32] ? "GameInnerContainerUnavailable" : "")) && w(r, "class", Me), /*showgamename*/
8058
- 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*/
8057
+ b[32] ? "GameInnerContainerUnavailable" : "")) && w(r, "class", Te), /*showgamename*/
8058
+ 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*/
8059
8059
  2048 | O[1] & /*extraclassname*/
8060
- 4 && Te !== (Te = `GameContainer ${/*extraclassname*/
8060
+ 4 && Oe !== (Oe = `GameContainer ${/*extraclassname*/
8061
8061
  b[33]} ${/*casinogamesgridslider*/
8062
- b[11] == "true" ? "CasinoGamesGridSlider" : ""}`) && w(t, "class", Te), O[0] & /*casinogamesgridslider, showgamename*/
8062
+ b[11] == "true" ? "CasinoGamesGridSlider" : ""}`) && w(t, "class", Oe), O[0] & /*casinogamesgridslider, showgamename*/
8063
8063
  3072 | O[1] & /*extraclassname*/
8064
8064
  4 && Fi(
8065
8065
  t,
@@ -8068,18 +8068,18 @@ function f0(e) {
8068
8068
  b[10]
8069
8069
  );
8070
8070
  },
8071
- i: ue,
8072
- o: ue,
8071
+ i: he,
8072
+ o: he,
8073
8073
  d(b) {
8074
- 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);
8074
+ 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);
8075
8075
  }
8076
8076
  };
8077
8077
  }
8078
- const Hn = "blackjack", Bn = "roulette", Sa = "doubleballroulette", c0 = 7, d0 = ",", xa = 5;
8079
- function m0(e, t, r) {
8078
+ const Hn = "blackjack", Bn = "roulette", Sa = "doubleballroulette", cm = 7, dm = ",", xa = 5;
8079
+ function mm(e, t, r) {
8080
8080
  let n;
8081
8081
  Go(e, Fu, (f) => r(35, n = f));
8082
- 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;
8082
+ 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;
8083
8083
  const eo = [Hn], vi = [Bn, Sa], wi = {
8084
8084
  "01": "Yellow",
8085
8085
  "02": "Blue",
@@ -8141,76 +8141,96 @@ function m0(e, t, r) {
8141
8141
  ua(f, ha[f]);
8142
8142
  });
8143
8143
  const xi = (f) => {
8144
- 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);
8144
+ 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);
8145
8145
  }, Ei = (f) => {
8146
8146
  window.postMessage({ type: "SearchedItemClicked", gameId: f }, window.location.href), typeof gtag == "function" && gtag("event", "OpenGame", {
8147
8147
  context: "GameThumbnail--Searched",
8148
8148
  gameId: `${f}`,
8149
8149
  userId: `${K || "Not logged in"}`
8150
- }), _e(O) && Q == "true" ? window.postMessage(
8150
+ }), ve(O) && Q == "true" ? window.postMessage(
8151
8151
  {
8152
8152
  type: "OpenGameFrame",
8153
8153
  gameId: f,
8154
8154
  gamefunmode: W,
8155
- gamepagemodalurl: Ce,
8156
- isMobile: _e(O),
8155
+ gamepagemodalurl: Pe,
8156
+ isMobile: ve(O),
8157
8157
  source: "GameThumbnail",
8158
8158
  identifier: "Lobby",
8159
- subVendor: g,
8160
- launchUrl: E
8159
+ subVendor: p,
8160
+ launchUrl: E,
8161
+ name: d,
8162
+ category: be,
8163
+ vendorName: p,
8164
+ image: c,
8165
+ currency: re
8161
8166
  },
8162
8167
  window.location.href
8163
- ) : _e(O) && Q == "false" && window.postMessage(
8168
+ ) : ve(O) && Q == "false" && window.postMessage(
8164
8169
  {
8165
8170
  type: "ShowGameModal",
8166
8171
  gameId: f,
8167
- isMobile: _e(O)
8172
+ isMobile: ve(O),
8173
+ name: d,
8174
+ category: be,
8175
+ vendorName: p,
8176
+ image: c,
8177
+ currency: re
8168
8178
  },
8169
8179
  window.location.href
8170
- ), !_e(O) && q == "true" ? window.postMessage(
8180
+ ), !ve(O) && q == "true" ? window.postMessage(
8171
8181
  {
8172
8182
  type: "OpenGameFrame",
8173
8183
  gameId: f,
8174
8184
  gamefunmode: W,
8175
- gamepagemodalurl: Ce,
8176
- isMobile: _e(O),
8185
+ gamepagemodalurl: Pe,
8186
+ isMobile: ve(O),
8177
8187
  identifier: "Lobby",
8178
- subVendor: g,
8179
- launchUrl: E
8188
+ subVendor: p,
8189
+ launchUrl: E,
8190
+ name: d,
8191
+ category: be,
8192
+ vendorName: p,
8193
+ image: c,
8194
+ currency: re
8180
8195
  },
8181
8196
  window.location.href
8182
- ) : !_e(O) && q == "false" && window.postMessage(
8197
+ ) : !ve(O) && q == "false" && window.postMessage(
8183
8198
  {
8184
8199
  type: "ShowGameModal",
8185
8200
  gameId: f,
8186
- isMobile: _e(O)
8201
+ isMobile: ve(O),
8202
+ name: d,
8203
+ category: be,
8204
+ vendorName: p,
8205
+ image: c,
8206
+ currency: re
8187
8207
  },
8188
8208
  window.location.href
8189
8209
  );
8190
8210
  }, tn = (f) => {
8191
8211
  X ? window.postMessage(
8192
8212
  {
8193
- type: `SetUnfavoredGame${et}`,
8213
+ type: `SetUnfavoredGame${be}`,
8194
8214
  id: f
8195
8215
  },
8196
8216
  window.location.href
8197
- ) : window.postMessage({ type: `SetFavoredGame${et}`, id: f }, window.location.href);
8217
+ ) : window.postMessage({ type: `SetFavoredGame${be}`, id: f }, window.location.href);
8198
8218
  }, ro = () => {
8199
8219
  Kd(s);
8200
8220
  }, no = () => {
8201
- r(16, Oe = !0), K = a;
8221
+ r(16, ke = !0), K = a;
8202
8222
  }, io = () => {
8203
8223
  b && r(
8204
8224
  18,
8205
8225
  b.onload = () => {
8206
- r(17, re = !0);
8226
+ r(17, ne = !0);
8207
8227
  },
8208
8228
  b
8209
8229
  );
8210
- }, ao = (f, S) => `${Me}/v1/encoder/lobby/updates/${f}/${S}`, Mi = () => {
8211
- Te && EventSource && !Ze && g && v && (Ze = new EventSource(ao(g, v)), Ze.addEventListener("message", Oi));
8230
+ }, ao = (f, S) => `${Te}/v1/encoder/lobby/updates/${f}/${S}`, Mi = () => {
8231
+ Oe && EventSource && !Xe && p && v && (Xe = new EventSource(ao(p, v)), Xe.addEventListener("message", Oi));
8212
8232
  }, Ti = () => {
8213
- Ze && (Ze.close(), Ze = void 0);
8233
+ Xe && (Xe.close(), Xe = void 0);
8214
8234
  }, Oi = (f) => nn(this, null, function* () {
8215
8235
  const { type: S, data: A } = f;
8216
8236
  let me;
@@ -8219,31 +8239,31 @@ function m0(e, t, r) {
8219
8239
  if (A)
8220
8240
  try {
8221
8241
  me = JSON.parse(A);
8222
- } catch (ke) {
8223
- console.error("MESSAGE PARSING ERROR: ", ke);
8242
+ } catch (Le) {
8243
+ console.error("MESSAGE PARSING ERROR: ", Le);
8224
8244
  }
8225
8245
  if (me) {
8226
8246
  const {
8227
- InternalTableId: ke,
8247
+ InternalTableId: Le,
8228
8248
  MessageType: rr,
8229
8249
  // TakenSeats,
8230
- Results: Xe,
8250
+ Results: Je,
8231
8251
  // Roads, // for baccarat
8232
8252
  Seats: nr,
8233
8253
  Open: ir
8234
8254
  } = me;
8235
- if (ke)
8255
+ if (Le)
8236
8256
  switch (rr) {
8237
8257
  case "SeatsUpdated": {
8238
8258
  nr && Array.isArray(nr) && (r(28, Dt = nr), r(13, F.currentOccupiedSeats = nr, F), yield Ct());
8239
8259
  break;
8240
8260
  }
8241
8261
  case "RouletteResultsUpdated": {
8242
- Xe && Array.isArray(Xe) && (Zr = Xe, r(13, F.currentRouletteNumbers = Xe, F), yield Ct());
8262
+ Je && Array.isArray(Je) && (Zr = Je, r(13, F.currentRouletteNumbers = Je, F), yield Ct());
8243
8263
  break;
8244
8264
  }
8245
8265
  case "DoubleBallRouletteResultsUpdated": {
8246
- Xe && Array.isArray(Xe) && (Xr = Xe, r(13, F.currentDoubleBallRouletteNumbers = Xe, F), yield Ct());
8266
+ Je && Array.isArray(Je) && (Xr = Je, r(13, F.currentDoubleBallRouletteNumbers = Je, F), yield Ct());
8247
8267
  break;
8248
8268
  }
8249
8269
  case "TableOpened": {
@@ -8259,12 +8279,12 @@ function m0(e, t, r) {
8259
8279
  }
8260
8280
  }
8261
8281
  }), so = () => {
8262
- let f = new URL(`${Te.split("?")[0]}`);
8282
+ let f = new URL(`${Oe.split("?")[0]}`);
8263
8283
  f.searchParams.append("platform", Ju(O)), f.searchParams.append("language", s), fetch(f).then((S) => S.json()).then((S) => {
8264
8284
  const { details: A } = S[0];
8265
8285
  r(13, F = A);
8266
8286
  });
8267
- }, ki = (f, S = d0) => f != null ? `${f}`.replace(/\B(?=(\d{3})+(?!\d))/g, S) : "", tr = (f, S) => f.some((A) => A === S), oo = (f) => {
8287
+ }, ki = (f, S = dm) => f != null ? `${f}`.replace(/\B(?=(\d{3})+(?!\d))/g, S) : "", tr = (f, S) => f.some((A) => A === S), oo = (f) => {
8268
8288
  let S = null;
8269
8289
  if (f) {
8270
8290
  const { vendorCategory: A } = f;
@@ -8275,17 +8295,17 @@ function m0(e, t, r) {
8275
8295
  }
8276
8296
  return S;
8277
8297
  }, lo = (f, S, A) => {
8278
- let me, ke;
8279
- return f != null && S !== void 0 && S !== null && (ke = `
8298
+ let me, Le;
8299
+ return f != null && S !== void 0 && S !== null && (Le = `
8280
8300
  <span>
8281
8301
  ${A}
8282
8302
  </span>
8283
8303
  ${ki(f)}-${ki(S)}`), en && (me = `
8284
8304
  <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>
8285
- <span class="NrOfPlayers">${en}</span>`), !me && !ke ? "" : `
8305
+ <span class="NrOfPlayers">${en}</span>`), !me && !Le ? "" : `
8286
8306
  <p class="LiveLimits">
8287
8307
  <span class="BetLimitLeft">
8288
- ${ke || ""}
8308
+ ${Le || ""}
8289
8309
  </span>
8290
8310
  <span class="BetLimitRight">
8291
8311
  ${me || ""}
@@ -8296,22 +8316,22 @@ function m0(e, t, r) {
8296
8316
  <span class="DealerName">${n("dealer")}: ${f}</span>
8297
8317
  </p>
8298
8318
  ` : "", ho = (f) => {
8299
- zr = f.totalSeats || c0, r(28, Dt = f.currentOccupiedSeats || []);
8319
+ zr = f.totalSeats || cm, r(28, Dt = f.currentOccupiedSeats || []);
8300
8320
  const S = [];
8301
8321
  for (let A = 1; A <= zr; A++)
8302
8322
  S.push(A);
8303
8323
  return { seats: S };
8304
8324
  }, fo = (f, S, A, me = "") => {
8305
- const ke = `${f} ${me}`, rr = S.toString().match(/first0|second0|0/g);
8325
+ const Le = `${f} ${me}`, rr = S.toString().match(/first0|second0|0/g);
8306
8326
  return S === 0 || rr && rr.length !== 0 ? `
8307
8327
  <span
8308
8328
  id=${S}
8309
- class="${ke}"
8329
+ class="${Le}"
8310
8330
  >
8311
8331
  ${A}
8312
8332
  </span>
8313
8333
  ` : `
8314
- <span id=${S} class="${ke}">
8334
+ <span id=${S} class="${Le}">
8315
8335
  ${A}
8316
8336
  </span>
8317
8337
  `;
@@ -8329,7 +8349,7 @@ function m0(e, t, r) {
8329
8349
  const { value: { startTime: f, originalTimeFormat: S } } = Gt;
8330
8350
  r(20, Ur = f), r(21, Wr = S || Wr);
8331
8351
  }
8332
- tt && r(19, pi = oo(F)), r(25, yi = e0[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", ""))));
8352
+ tt && r(19, pi = oo(F)), r(25, yi = em[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", ""))));
8333
8353
  }
8334
8354
  }, po = () => {
8335
8355
  z === "disconnect" ? Ti() : z === "connect" && Mi();
@@ -8337,20 +8357,20 @@ function m0(e, t, r) {
8337
8357
  J === "disconnect" ? Ti() : J === "connect" && z === "connect" && Mi();
8338
8358
  }, yo = () => {
8339
8359
  let f = document.createElement("style");
8340
- f.innerHTML = o, ze.appendChild(f);
8360
+ f.innerHTML = o, Ze.appendChild(f);
8341
8361
  }, Li = () => {
8342
8362
  let f = new URL(l), S = document.createElement("style");
8343
8363
  fetch(f.href).then((A) => A.text()).then((A) => {
8344
8364
  S.innerHTML = A, setTimeout(
8345
8365
  () => {
8346
- ze.appendChild(S);
8366
+ Ze.appendChild(S);
8347
8367
  },
8348
8368
  1
8349
8369
  );
8350
8370
  });
8351
8371
  };
8352
8372
  Ro(() => (window.addEventListener("message", xi, !1), () => {
8353
- window.removeEventListener("message", xi), Ze && Ze.removeEventListener("message", Oi);
8373
+ window.removeEventListener("message", xi), Xe && Xe.removeEventListener("message", Oi);
8354
8374
  }));
8355
8375
  function bo(f) {
8356
8376
  At[f ? "unshift" : "push"](() => {
@@ -8366,27 +8386,27 @@ function m0(e, t, r) {
8366
8386
  const wo = () => tn(v), So = () => tn(v);
8367
8387
  function xo(f) {
8368
8388
  At[f ? "unshift" : "push"](() => {
8369
- ze = f, r(12, ze);
8389
+ Ze = f, r(12, Ze);
8370
8390
  });
8371
8391
  }
8372
8392
  return e.$$set = (f) => {
8373
- "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);
8393
+ "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);
8374
8394
  }, e.$$.update = () => {
8375
8395
  e.$$.dirty[1] & /*connectlive*/
8376
8396
  33554432 && z && po(), e.$$.dirty[1] & /*visibilityconnect*/
8377
8397
  67108864 && J && go(), e.$$.dirty[0] & /*lang*/
8378
8398
  2 && s && ro(), e.$$.dirty[1] & /*session, userid, endpoint*/
8379
- 4206592 && i && a && Me && no(), e.$$.dirty[0] & /*gamethumbnail*/
8399
+ 4206592 && i && a && Te && no(), e.$$.dirty[0] & /*gamethumbnail*/
8380
8400
  8 && c && io(), e.$$.dirty[0] & /*customStylingContainer*/
8381
8401
  4096 | e.$$.dirty[1] & /*clientstyling*/
8382
- 16384 && o && ze && yo(), e.$$.dirty[0] & /*customStylingContainer*/
8402
+ 16384 && o && Ze && yo(), e.$$.dirty[0] & /*customStylingContainer*/
8383
8403
  4096 | e.$$.dirty[1] & /*clientstylingurl*/
8384
- 32768 && l && ze && Li(), e.$$.dirty[0] & /*favorites*/
8404
+ 32768 && l && Ze && Li(), e.$$.dirty[0] & /*favorites*/
8385
8405
  4, e.$$.dirty[1] & /*translationurl*/
8386
8406
  65536 && u && to(), e.$$.dirty[0] & /*gamecellsize*/
8387
8407
  512 | e.$$.dirty[1] & /*clientstylingurl*/
8388
- 32768 && he && l && Li(), e.$$.dirty[1] & /*endpoint, livelobbyendpoint*/
8389
- 20971520 && Me && Te && so(), e.$$.dirty[0] & /*livegamedata*/
8408
+ 32768 && fe && l && Li(), e.$$.dirty[1] & /*endpoint, livelobbyendpoint*/
8409
+ 20971520 && Te && Oe && so(), e.$$.dirty[0] & /*livegamedata*/
8390
8410
  8192 && F && mo(), e.$$.dirty[0] & /*roulletteref, roulleteresults*/
8391
8411
  49152 && It && qr && co();
8392
8412
  }, [
@@ -8395,19 +8415,19 @@ function m0(e, t, r) {
8395
8415
  h,
8396
8416
  c,
8397
8417
  d,
8398
- g,
8418
+ p,
8399
8419
  v,
8400
8420
  V,
8401
- ie,
8402
- he,
8421
+ ae,
8422
+ fe,
8403
8423
  de,
8404
8424
  Lt,
8405
- ze,
8425
+ Ze,
8406
8426
  F,
8407
8427
  qr,
8408
8428
  It,
8409
- Oe,
8410
- re,
8429
+ ke,
8430
+ ne,
8411
8431
  b,
8412
8432
  pi,
8413
8433
  Ur,
@@ -8423,7 +8443,7 @@ function m0(e, t, r) {
8423
8443
  Qr,
8424
8444
  bi,
8425
8445
  ot,
8426
- be,
8446
+ _e,
8427
8447
  _i,
8428
8448
  n,
8429
8449
  O,
@@ -8440,12 +8460,12 @@ function m0(e, t, r) {
8440
8460
  u,
8441
8461
  E,
8442
8462
  W,
8443
- se,
8444
- fe,
8445
- Ce,
8446
- Me,
8447
- et,
8463
+ oe,
8464
+ re,
8465
+ Pe,
8448
8466
  Te,
8467
+ be,
8468
+ Oe,
8449
8469
  z,
8450
8470
  J,
8451
8471
  q,
@@ -8465,8 +8485,8 @@ class Ks extends zo {
8465
8485
  super(), Vo(
8466
8486
  this,
8467
8487
  t,
8468
- m0,
8469
- f0,
8488
+ mm,
8489
+ fm,
8470
8490
  Ma,
8471
8491
  {
8472
8492
  session: 43,
@@ -8501,7 +8521,7 @@ class Ks extends zo {
8501
8521
  MONEY_WHEEL_COLOR_MAP: 60,
8502
8522
  ROULETTE_COLOR_MAP: 61
8503
8523
  },
8504
- t0,
8524
+ tm,
8505
8525
  [-1, -1, -1, -1]
8506
8526
  );
8507
8527
  }
@@ -8687,16 +8707,16 @@ class Ks extends zo {
8687
8707
  }
8688
8708
  }
8689
8709
  $o(Ks, { 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);
8690
- const b0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
8710
+ const bm = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
8691
8711
  __proto__: null,
8692
8712
  default: Ks
8693
8713
  }, Symbol.toStringTag, { value: "Module" }));
8694
8714
  export {
8695
8715
  Et as $,
8696
8716
  Oa as A,
8697
- g0 as B,
8717
+ gm as B,
8698
8718
  Fu as C,
8699
- b0 as D,
8719
+ bm as D,
8700
8720
  zo as S,
8701
8721
  Ja as a,
8702
8722
  Do as b,
@@ -8710,17 +8730,17 @@ export {
8710
8730
  Ju as j,
8711
8731
  $ as k,
8712
8732
  x as l,
8713
- y0 as m,
8733
+ ym as m,
8714
8734
  Un as n,
8715
- ue as o,
8735
+ he as o,
8716
8736
  j as p,
8717
8737
  Go as q,
8718
8738
  zt as r,
8719
8739
  Ma as s,
8720
8740
  Ro as t,
8721
- we as u,
8722
- Ye as v,
8723
- p as w,
8741
+ Se as u,
8742
+ Ue as v,
8743
+ g as w,
8724
8744
  At as x,
8725
8745
  br as y,
8726
8746
  Zt as z