@everymatrix/casino-game-page 1.50.0 → 1.51.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.
@@ -1,15 +1,15 @@
1
- var Yo = Object.defineProperty, Uo = Object.defineProperties;
2
- var Go = Object.getOwnPropertyDescriptors;
1
+ var Bo = Object.defineProperty, Yo = Object.defineProperties;
2
+ var Uo = Object.getOwnPropertyDescriptors;
3
3
  var Li = Object.getOwnPropertySymbols;
4
- var Wo = Object.prototype.hasOwnProperty, jo = Object.prototype.propertyIsEnumerable;
5
- var dn = (e, t, r) => t in e ? Yo(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ci = (e, t) => {
4
+ var Go = Object.prototype.hasOwnProperty, Wo = Object.prototype.propertyIsEnumerable;
5
+ var dn = (e, t, r) => t in e ? Bo(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ri = (e, t) => {
6
6
  for (var r in t || (t = {}))
7
- Wo.call(t, r) && dn(e, r, t[r]);
7
+ Go.call(t, r) && dn(e, r, t[r]);
8
8
  if (Li)
9
9
  for (var r of Li(t))
10
- jo.call(t, r) && dn(e, r, t[r]);
10
+ Wo.call(t, r) && dn(e, r, t[r]);
11
11
  return e;
12
- }, Ri = (e, t) => Uo(e, Go(t));
12
+ }, Ci = (e, t) => Yo(e, Uo(t));
13
13
  var _e = (e, t, r) => dn(e, typeof t != "symbol" ? t + "" : t, r);
14
14
  var mn = (e, t, r) => new Promise((n, i) => {
15
15
  var s = (l) => {
@@ -35,7 +35,7 @@ function bs(e) {
35
35
  function Ai() {
36
36
  return /* @__PURE__ */ Object.create(null);
37
37
  }
38
- function Pe(e) {
38
+ function Fe(e) {
39
39
  e.forEach(bs);
40
40
  }
41
41
  function Xn(e) {
@@ -48,7 +48,7 @@ let br;
48
48
  function ve(e, t) {
49
49
  return e === t ? !0 : (br || (br = document.createElement("a")), br.href = t, e === br.href);
50
50
  }
51
- function Vo(e) {
51
+ function jo(e) {
52
52
  return Object.keys(e).length === 0;
53
53
  }
54
54
  function ws(e, ...t) {
@@ -60,20 +60,20 @@ function ws(e, ...t) {
60
60
  const r = e.subscribe(...t);
61
61
  return r.unsubscribe ? () => r.unsubscribe() : r;
62
62
  }
63
- function zo(e, t, r) {
63
+ function Vo(e, t, r) {
64
64
  e.$$.on_destroy.push(ws(t, r));
65
65
  }
66
66
  function d(e, t) {
67
67
  e.appendChild(t);
68
68
  }
69
- function Zo(e, t, r) {
70
- const n = $o(e);
69
+ function zo(e, t, r) {
70
+ const n = Zo(e);
71
71
  if (!n.getElementById(t)) {
72
72
  const i = b("style");
73
- i.id = t, i.textContent = r, Xo(n, i);
73
+ i.id = t, i.textContent = r, $o(n, i);
74
74
  }
75
75
  }
76
- function $o(e) {
76
+ function Zo(e) {
77
77
  if (!e) return document;
78
78
  const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
79
79
  return t && /** @type {ShadowRoot} */
@@ -82,7 +82,7 @@ function $o(e) {
82
82
  t
83
83
  ) : e.ownerDocument;
84
84
  }
85
- function Xo(e, t) {
85
+ function $o(e, t) {
86
86
  return d(
87
87
  /** @type {Document} */
88
88
  e.head || e,
@@ -98,7 +98,7 @@ function J(e) {
98
98
  function b(e) {
99
99
  return document.createElement(e);
100
100
  }
101
- function Fr(e) {
101
+ function Pr(e) {
102
102
  return document.createElementNS("http://www.w3.org/2000/svg", e);
103
103
  }
104
104
  function q(e) {
@@ -116,7 +116,7 @@ function he(e, t, r, n) {
116
116
  function c(e, t, r) {
117
117
  r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
118
118
  }
119
- function qo(e) {
119
+ function Xo(e) {
120
120
  return Array.from(e.childNodes);
121
121
  }
122
122
  function K(e, t) {
@@ -129,7 +129,7 @@ function le(e, t, r, n) {
129
129
  function et(e, t, r) {
130
130
  e.classList.toggle(t, !!r);
131
131
  }
132
- function Jo(e) {
132
+ function qo(e) {
133
133
  const t = {};
134
134
  return e.childNodes.forEach(
135
135
  /** @param {Element} node */
@@ -146,18 +146,18 @@ function Ss() {
146
146
  if (!$t) throw new Error("Function called outside component initialization");
147
147
  return $t;
148
148
  }
149
- function Qo(e) {
149
+ function Jo(e) {
150
150
  Ss().$$.before_update.push(e);
151
151
  }
152
- function Ko(e) {
152
+ function Qo(e) {
153
153
  Ss().$$.on_mount.push(e);
154
154
  }
155
155
  const bt = [], fe = [];
156
156
  let St = [];
157
- const Bi = [], el = /* @__PURE__ */ Promise.resolve();
157
+ const Bi = [], Ko = /* @__PURE__ */ Promise.resolve();
158
158
  let Tn = !1;
159
- function tl() {
160
- Tn || (Tn = !0, el.then(ne));
159
+ function el() {
160
+ Tn || (Tn = !0, Ko.then(ne));
161
161
  }
162
162
  function On(e) {
163
163
  St.push(e);
@@ -172,7 +172,7 @@ function ne() {
172
172
  try {
173
173
  for (; pt < bt.length; ) {
174
174
  const t = bt[pt];
175
- pt++, zt(t), rl(t.$$);
175
+ pt++, zt(t), tl(t.$$);
176
176
  }
177
177
  } catch (t) {
178
178
  throw bt.length = 0, pt = 0, t;
@@ -188,36 +188,36 @@ function ne() {
188
188
  Bi.pop()();
189
189
  Tn = !1, pn.clear(), zt(e);
190
190
  }
191
- function rl(e) {
191
+ function tl(e) {
192
192
  if (e.fragment !== null) {
193
- e.update(), Pe(e.before_update);
193
+ e.update(), Fe(e.before_update);
194
194
  const t = e.dirty;
195
195
  e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(On);
196
196
  }
197
197
  }
198
- function nl(e) {
198
+ function rl(e) {
199
199
  const t = [], r = [];
200
200
  St.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), St = t;
201
201
  }
202
- const il = /* @__PURE__ */ new Set();
203
- function sl(e, t) {
204
- e && e.i && (il.delete(e), e.i(t));
202
+ const nl = /* @__PURE__ */ new Set();
203
+ function il(e, t) {
204
+ e && e.i && (nl.delete(e), e.i(t));
205
205
  }
206
- function al(e, t, r) {
206
+ function sl(e, t, r) {
207
207
  const { fragment: n, after_update: i } = e.$$;
208
208
  n && n.m(t, r), On(() => {
209
209
  const s = e.$$.on_mount.map(bs).filter(Xn);
210
- e.$$.on_destroy ? e.$$.on_destroy.push(...s) : Pe(s), e.$$.on_mount = [];
210
+ e.$$.on_destroy ? e.$$.on_destroy.push(...s) : Fe(s), e.$$.on_mount = [];
211
211
  }), i.forEach(On);
212
212
  }
213
- function ol(e, t) {
213
+ function al(e, t) {
214
214
  const r = e.$$;
215
- r.fragment !== null && (nl(r.after_update), Pe(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
215
+ r.fragment !== null && (rl(r.after_update), Fe(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
216
216
  }
217
- function ll(e, t) {
218
- e.$$.dirty[0] === -1 && (bt.push(e), tl(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
217
+ function ol(e, t) {
218
+ e.$$.dirty[0] === -1 && (bt.push(e), el(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
219
219
  }
220
- function ul(e, t, r, n, i, s, a = null, o = [-1]) {
220
+ function ll(e, t, r, n, i, s, a = null, o = [-1]) {
221
221
  const l = $t;
222
222
  zt(e);
223
223
  const u = e.$$ = {
@@ -245,14 +245,14 @@ function ul(e, t, r, n, i, s, a = null, o = [-1]) {
245
245
  let f = !1;
246
246
  if (u.ctx = r ? r(e, t.props || {}, (m, p, ...S) => {
247
247
  const E = S.length ? S[0] : p;
248
- return u.ctx && i(u.ctx[m], u.ctx[m] = E) && (!u.skip_bound && u.bound[m] && u.bound[m](E), f && ll(e, m)), p;
249
- }) : [], u.update(), f = !0, Pe(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
248
+ return u.ctx && i(u.ctx[m], u.ctx[m] = E) && (!u.skip_bound && u.bound[m] && u.bound[m](E), f && ol(e, m)), p;
249
+ }) : [], u.update(), f = !0, Fe(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
250
250
  if (t.hydrate) {
251
- const m = qo(t.target);
251
+ const m = Xo(t.target);
252
252
  u.fragment && u.fragment.l(m), m.forEach(J);
253
253
  } else
254
254
  u.fragment && u.fragment.c();
255
- t.intro && sl(e.$$.fragment), al(e, t.target, t.anchor), ne();
255
+ t.intro && il(e.$$.fragment), sl(e, t.target, t.anchor), ne();
256
256
  }
257
257
  zt(l);
258
258
  }
@@ -318,7 +318,7 @@ typeof HTMLElement == "function" && (Es = class extends HTMLElement {
318
318
  };
319
319
  if (yield Promise.resolve(), !this.$$cn || this.$$c)
320
320
  return;
321
- const r = {}, n = Jo(this);
321
+ const r = {}, n = qo(this);
322
322
  for (const s of this.$$s)
323
323
  s in n && (r[s] = [t(s)]);
324
324
  for (const s of this.attributes) {
@@ -329,7 +329,7 @@ typeof HTMLElement == "function" && (Es = class extends HTMLElement {
329
329
  !(s in this.$$d) && this[s] !== void 0 && (this.$$d[s] = this[s], delete this[s]);
330
330
  this.$$c = new this.$$ctor({
331
331
  target: this.shadowRoot || this,
332
- props: Ri(Ci({}, this.$$d), {
332
+ props: Ci(Ri({}, this.$$d), {
333
333
  $$slots: r,
334
334
  $$scope: {
335
335
  ctx: []
@@ -407,7 +407,7 @@ function xr(e, t, r, n) {
407
407
  return t;
408
408
  }
409
409
  }
410
- function hl(e, t, r, n, i, s) {
410
+ function ul(e, t, r, n, i, s) {
411
411
  let a = class extends Es {
412
412
  constructor() {
413
413
  super(e, r, i), this.$$p_d = t;
@@ -438,7 +438,7 @@ function hl(e, t, r, n, i, s) {
438
438
  }), e.element = /** @type {any} */
439
439
  a, a;
440
440
  }
441
- class fl {
441
+ class hl {
442
442
  constructor() {
443
443
  /**
444
444
  * ### PRIVATE API
@@ -459,7 +459,7 @@ class fl {
459
459
  }
460
460
  /** @returns {void} */
461
461
  $destroy() {
462
- ol(this, 1), this.$destroy = ce;
462
+ al(this, 1), this.$destroy = ce;
463
463
  }
464
464
  /**
465
465
  * @template {Extract<keyof Events, string>} K
@@ -481,11 +481,11 @@ class fl {
481
481
  * @returns {void}
482
482
  */
483
483
  $set(t) {
484
- this.$$set && !Vo(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
484
+ this.$$set && !jo(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
485
485
  }
486
486
  }
487
- const cl = "4";
488
- typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(cl);
487
+ const fl = "4";
488
+ typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(fl);
489
489
  var Dn = function(e, t) {
490
490
  return Dn = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
491
491
  r.__proto__ = n;
@@ -511,7 +511,7 @@ var U = function() {
511
511
  return t;
512
512
  }, U.apply(this, arguments);
513
513
  };
514
- function dl(e, t) {
514
+ function cl(e, t) {
515
515
  var r = {};
516
516
  for (var n in e) Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
517
517
  if (e != null && typeof Object.getOwnPropertySymbols == "function")
@@ -519,7 +519,7 @@ function dl(e, t) {
519
519
  t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
520
520
  return r;
521
521
  }
522
- function Pn(e) {
522
+ function Fn(e) {
523
523
  var t = typeof Symbol == "function" && Symbol.iterator, r = t && e[t], n = 0;
524
524
  if (r) return r.call(e);
525
525
  if (e && typeof e.length == "number") return {
@@ -529,7 +529,7 @@ function Pn(e) {
529
529
  };
530
530
  throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
531
531
  }
532
- function Fn(e, t) {
532
+ function Pn(e, t) {
533
533
  var r = typeof Symbol == "function" && e[Symbol.iterator];
534
534
  if (!r) return e;
535
535
  var n = r.call(e), i, s = [], a;
@@ -587,7 +587,7 @@ var Br = function() {
587
587
  if (a)
588
588
  if (this._parentage = null, Array.isArray(a))
589
589
  try {
590
- for (var o = Pn(a), l = o.next(); !l.done; l = o.next()) {
590
+ for (var o = Fn(a), l = o.next(); !l.done; l = o.next()) {
591
591
  var u = l.value;
592
592
  u.remove(this);
593
593
  }
@@ -613,12 +613,12 @@ var Br = function() {
613
613
  if (m) {
614
614
  this._finalizers = null;
615
615
  try {
616
- for (var p = Pn(m), S = p.next(); !S.done; S = p.next()) {
616
+ for (var p = Fn(m), S = p.next(); !S.done; S = p.next()) {
617
617
  var E = S.value;
618
618
  try {
619
619
  Yi(E);
620
620
  } catch (v) {
621
- s = s != null ? s : [], v instanceof gn ? s = Et(Et([], Fn(s)), Fn(v.errors)) : s.push(v);
621
+ s = s != null ? s : [], v instanceof gn ? s = Et(Et([], Pn(s)), Pn(v.errors)) : s.push(v);
622
622
  }
623
623
  }
624
624
  } catch (v) {
@@ -676,20 +676,19 @@ var Ts = {
676
676
  Promise: void 0,
677
677
  useDeprecatedSynchronousErrorHandling: !1,
678
678
  useDeprecatedNextContext: !1
679
- }, Os = {
679
+ }, dl = {
680
680
  setTimeout: function(e, t) {
681
681
  for (var r = [], n = 2; n < arguments.length; n++)
682
682
  r[n - 2] = arguments[n];
683
- return setTimeout.apply(void 0, Et([e, t], Fn(r)));
683
+ return setTimeout.apply(void 0, Et([e, t], Pn(r)));
684
684
  },
685
685
  clearTimeout: function(e) {
686
- var t = Os.delegate;
687
- return ((t == null ? void 0 : t.clearTimeout) || clearTimeout)(e);
686
+ return clearTimeout(e);
688
687
  },
689
688
  delegate: void 0
690
689
  };
691
690
  function ml(e) {
692
- Os.setTimeout(function() {
691
+ dl.setTimeout(function() {
693
692
  throw e;
694
693
  });
695
694
  }
@@ -698,14 +697,14 @@ function Ui() {
698
697
  function kr(e) {
699
698
  e();
700
699
  }
701
- var Ds = function(e) {
700
+ var Os = function(e) {
702
701
  Ge(t, e);
703
702
  function t(r) {
704
703
  var n = e.call(this) || this;
705
704
  return n.isStopped = !1, r ? (n.destination = r, Ms(r) && r.add(n)) : n.destination = _l, n;
706
705
  }
707
706
  return t.create = function(r, n, i) {
708
- return new Nn(r, n, i);
707
+ return new Hn(r, n, i);
709
708
  }, t.prototype.next = function(r) {
710
709
  this.isStopped || this._next(r);
711
710
  }, t.prototype.error = function(r) {
@@ -764,7 +763,7 @@ var gl = function() {
764
763
  vr(r);
765
764
  }
766
765
  }, e;
767
- }(), Nn = function(e) {
766
+ }(), Hn = function(e) {
768
767
  Ge(t, e);
769
768
  function t(r, n, i) {
770
769
  var s = e.call(this) || this, a;
@@ -787,7 +786,7 @@ var gl = function() {
787
786
  return s.destination = new gl(a), s;
788
787
  }
789
788
  return t;
790
- }(Ds);
789
+ }(Os);
791
790
  function vr(e) {
792
791
  ml(e);
793
792
  }
@@ -820,7 +819,7 @@ var Gi = function() {
820
819
  var r = new e();
821
820
  return r.source = this, r.operator = t, r;
822
821
  }, e.prototype.subscribe = function(t, r, n) {
823
- var i = this, s = El(t) ? t : new Nn(t, r, n);
822
+ var i = this, s = El(t) ? t : new Hn(t, r, n);
824
823
  return kr(function() {
825
824
  var a = i, o = a.operator, l = a.source;
826
825
  s.add(o ? o.call(s, l) : l ? i._subscribe(s) : i._trySubscribe(s));
@@ -834,7 +833,7 @@ var Gi = function() {
834
833
  }, e.prototype.forEach = function(t, r) {
835
834
  var n = this;
836
835
  return r = Wi(r), new r(function(i, s) {
837
- var a = new Nn({
836
+ var a = new Hn({
838
837
  next: function(o) {
839
838
  try {
840
839
  t(o);
@@ -880,13 +879,13 @@ function Sl(e) {
880
879
  return e && Ae(e.next) && Ae(e.error) && Ae(e.complete);
881
880
  }
882
881
  function El(e) {
883
- return e && e instanceof Ds || Sl(e) && Ms(e);
882
+ return e && e instanceof Os || Sl(e) && Ms(e);
884
883
  }
885
884
  var xl = xs(function(e) {
886
885
  return function() {
887
886
  e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
888
887
  };
889
- }), Ps = function(e) {
888
+ }), Ds = function(e) {
890
889
  Ge(t, e);
891
890
  function t() {
892
891
  var r = e.call(this) || this;
@@ -905,7 +904,7 @@ var xl = xs(function(e) {
905
904
  if (n._throwIfClosed(), !n.isStopped) {
906
905
  n.currentObservers || (n.currentObservers = Array.from(n.observers));
907
906
  try {
908
- for (var a = Pn(n.currentObservers), o = a.next(); !o.done; o = a.next()) {
907
+ for (var a = Fn(n.currentObservers), o = a.next(); !o.done; o = a.next()) {
909
908
  var l = o.value;
910
909
  l.next(r);
911
910
  }
@@ -984,7 +983,7 @@ var xl = xs(function(e) {
984
983
  var n, i;
985
984
  return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : ks;
986
985
  }, t;
987
- }(Ps), Fs = {
986
+ }(Ds), Fs = {
988
987
  now: function() {
989
988
  return (Fs.delegate || Date).now();
990
989
  },
@@ -1012,7 +1011,7 @@ var xl = xs(function(e) {
1012
1011
  u && s.splice(0, u + 1);
1013
1012
  }
1014
1013
  }, t;
1015
- }(Ps);
1014
+ }(Ds);
1016
1015
  const Vi = [], zi = {}, Ml = (e, t = 0) => {
1017
1016
  if (Vi.indexOf(e) == -1) {
1018
1017
  const r = new kl(t);
@@ -1051,7 +1050,7 @@ function Yr(e, t = ce) {
1051
1050
  }
1052
1051
  return { set: i, update: s, subscribe: a };
1053
1052
  }
1054
- function Ft(e, t, r) {
1053
+ function Pt(e, t, r) {
1055
1054
  const n = !Array.isArray(e), i = n ? [e] : e;
1056
1055
  if (!i.every(Boolean))
1057
1056
  throw new Error("derived() expects stores as input, got a falsy value");
@@ -1078,7 +1077,7 @@ function Ft(e, t, r) {
1078
1077
  )
1079
1078
  );
1080
1079
  return l = !0, p(), function() {
1081
- Pe(S), m(), l = !1;
1080
+ Fe(S), m(), l = !1;
1082
1081
  };
1083
1082
  });
1084
1083
  }
@@ -1086,18 +1085,18 @@ function Ol(e) {
1086
1085
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
1087
1086
  }
1088
1087
  var Dl = function(t) {
1089
- return Pl(t) && !Fl(t);
1088
+ return Fl(t) && !Pl(t);
1090
1089
  };
1091
- function Pl(e) {
1090
+ function Fl(e) {
1092
1091
  return !!e && typeof e == "object";
1093
1092
  }
1094
- function Fl(e) {
1093
+ function Pl(e) {
1095
1094
  var t = Object.prototype.toString.call(e);
1096
- return t === "[object RegExp]" || t === "[object Date]" || Hl(e);
1095
+ return t === "[object RegExp]" || t === "[object Date]" || Nl(e);
1097
1096
  }
1098
- var Il = typeof Symbol == "function" && Symbol.for, Nl = Il ? Symbol.for("react.element") : 60103;
1099
- function Hl(e) {
1100
- return e.$$typeof === Nl;
1097
+ var Il = typeof Symbol == "function" && Symbol.for, Hl = Il ? Symbol.for("react.element") : 60103;
1098
+ function Nl(e) {
1099
+ return e.$$typeof === Hl;
1101
1100
  }
1102
1101
  function Ll(e) {
1103
1102
  return Array.isArray(e) ? [] : {};
@@ -1105,12 +1104,12 @@ function Ll(e) {
1105
1104
  function Xt(e, t) {
1106
1105
  return t.clone !== !1 && t.isMergeableObject(e) ? Tt(Ll(e), e, t) : e;
1107
1106
  }
1108
- function Cl(e, t, r) {
1107
+ function Rl(e, t, r) {
1109
1108
  return e.concat(t).map(function(n) {
1110
1109
  return Xt(n, r);
1111
1110
  });
1112
1111
  }
1113
- function Rl(e, t) {
1112
+ function Cl(e, t) {
1114
1113
  if (!t.customMerge)
1115
1114
  return Tt;
1116
1115
  var r = t.customMerge(e);
@@ -1124,7 +1123,7 @@ function Al(e) {
1124
1123
  function Zi(e) {
1125
1124
  return Object.keys(e).concat(Al(e));
1126
1125
  }
1127
- function Is(e, t) {
1126
+ function Ps(e, t) {
1128
1127
  try {
1129
1128
  return t in e;
1130
1129
  } catch (r) {
@@ -1132,18 +1131,18 @@ function Is(e, t) {
1132
1131
  }
1133
1132
  }
1134
1133
  function Bl(e, t) {
1135
- return Is(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
1134
+ return Ps(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
1136
1135
  }
1137
1136
  function Yl(e, t, r) {
1138
1137
  var n = {};
1139
1138
  return r.isMergeableObject(e) && Zi(e).forEach(function(i) {
1140
1139
  n[i] = Xt(e[i], r);
1141
1140
  }), Zi(t).forEach(function(i) {
1142
- Bl(e, i) || (Is(e, i) && r.isMergeableObject(t[i]) ? n[i] = Rl(i, r)(e[i], t[i], r) : n[i] = Xt(t[i], r));
1141
+ Bl(e, i) || (Ps(e, i) && r.isMergeableObject(t[i]) ? n[i] = Cl(i, r)(e[i], t[i], r) : n[i] = Xt(t[i], r));
1143
1142
  }), n;
1144
1143
  }
1145
1144
  function Tt(e, t, r) {
1146
- r = r || {}, r.arrayMerge = r.arrayMerge || Cl, r.isMergeableObject = r.isMergeableObject || Dl, r.cloneUnlessOtherwiseSpecified = Xt;
1145
+ r = r || {}, r.arrayMerge = r.arrayMerge || Rl, r.isMergeableObject = r.isMergeableObject || Dl, r.cloneUnlessOtherwiseSpecified = Xt;
1147
1146
  var n = Array.isArray(t), i = Array.isArray(e), s = n === i;
1148
1147
  return s ? n ? r.arrayMerge(e, t, r) : Yl(e, t, r) : Xt(t, r);
1149
1148
  }
@@ -1156,10 +1155,60 @@ Tt.all = function(t, r) {
1156
1155
  };
1157
1156
  var Ul = Tt, Gl = Ul;
1158
1157
  const Wl = /* @__PURE__ */ Ol(Gl);
1159
- var C;
1158
+ function _n(e, t) {
1159
+ var r = t && t.cache ? t.cache : Xl, n = t && t.serializer ? t.serializer : $l, i = t && t.strategy ? t.strategy : Vl;
1160
+ return i(e, {
1161
+ cache: r,
1162
+ serializer: n
1163
+ });
1164
+ }
1165
+ function jl(e) {
1166
+ return e == null || typeof e == "number" || typeof e == "boolean";
1167
+ }
1168
+ function Is(e, t, r, n) {
1169
+ var i = jl(n) ? n : r(n), s = t.get(i);
1170
+ return typeof s == "undefined" && (s = e.call(this, n), t.set(i, s)), s;
1171
+ }
1172
+ function Hs(e, t, r) {
1173
+ var n = Array.prototype.slice.call(arguments, 3), i = r(n), s = t.get(i);
1174
+ return typeof s == "undefined" && (s = e.apply(this, n), t.set(i, s)), s;
1175
+ }
1176
+ function qn(e, t, r, n, i) {
1177
+ return r.bind(t, e, n, i);
1178
+ }
1179
+ function Vl(e, t) {
1180
+ var r = e.length === 1 ? Is : Hs;
1181
+ return qn(e, this, r, t.cache.create(), t.serializer);
1182
+ }
1183
+ function zl(e, t) {
1184
+ return qn(e, this, Hs, t.cache.create(), t.serializer);
1185
+ }
1186
+ function Zl(e, t) {
1187
+ return qn(e, this, Is, t.cache.create(), t.serializer);
1188
+ }
1189
+ var $l = function() {
1190
+ return JSON.stringify(arguments);
1191
+ };
1192
+ function Jn() {
1193
+ this.cache = /* @__PURE__ */ Object.create(null);
1194
+ }
1195
+ Jn.prototype.get = function(e) {
1196
+ return this.cache[e];
1197
+ };
1198
+ Jn.prototype.set = function(e, t) {
1199
+ this.cache[e] = t;
1200
+ };
1201
+ var Xl = {
1202
+ create: function() {
1203
+ return new Jn();
1204
+ }
1205
+ }, bn = {
1206
+ variadic: zl,
1207
+ monadic: Zl
1208
+ }, R;
1160
1209
  (function(e) {
1161
1210
  e[e.EXPECT_ARGUMENT_CLOSING_BRACE = 1] = "EXPECT_ARGUMENT_CLOSING_BRACE", e[e.EMPTY_ARGUMENT = 2] = "EMPTY_ARGUMENT", e[e.MALFORMED_ARGUMENT = 3] = "MALFORMED_ARGUMENT", e[e.EXPECT_ARGUMENT_TYPE = 4] = "EXPECT_ARGUMENT_TYPE", e[e.INVALID_ARGUMENT_TYPE = 5] = "INVALID_ARGUMENT_TYPE", e[e.EXPECT_ARGUMENT_STYLE = 6] = "EXPECT_ARGUMENT_STYLE", e[e.INVALID_NUMBER_SKELETON = 7] = "INVALID_NUMBER_SKELETON", e[e.INVALID_DATE_TIME_SKELETON = 8] = "INVALID_DATE_TIME_SKELETON", e[e.EXPECT_NUMBER_SKELETON = 9] = "EXPECT_NUMBER_SKELETON", e[e.EXPECT_DATE_TIME_SKELETON = 10] = "EXPECT_DATE_TIME_SKELETON", e[e.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE = 11] = "UNCLOSED_QUOTE_IN_ARGUMENT_STYLE", e[e.EXPECT_SELECT_ARGUMENT_OPTIONS = 12] = "EXPECT_SELECT_ARGUMENT_OPTIONS", e[e.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE = 13] = "EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE", e[e.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE = 14] = "INVALID_PLURAL_ARGUMENT_OFFSET_VALUE", e[e.EXPECT_SELECT_ARGUMENT_SELECTOR = 15] = "EXPECT_SELECT_ARGUMENT_SELECTOR", e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR = 16] = "EXPECT_PLURAL_ARGUMENT_SELECTOR", e[e.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT = 17] = "EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT", e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT = 18] = "EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT", e[e.INVALID_PLURAL_ARGUMENT_SELECTOR = 19] = "INVALID_PLURAL_ARGUMENT_SELECTOR", e[e.DUPLICATE_PLURAL_ARGUMENT_SELECTOR = 20] = "DUPLICATE_PLURAL_ARGUMENT_SELECTOR", e[e.DUPLICATE_SELECT_ARGUMENT_SELECTOR = 21] = "DUPLICATE_SELECT_ARGUMENT_SELECTOR", e[e.MISSING_OTHER_CLAUSE = 22] = "MISSING_OTHER_CLAUSE", e[e.INVALID_TAG = 23] = "INVALID_TAG", e[e.INVALID_TAG_NAME = 25] = "INVALID_TAG_NAME", e[e.UNMATCHED_CLOSING_TAG = 26] = "UNMATCHED_CLOSING_TAG", e[e.UNCLOSED_TAG = 27] = "UNCLOSED_TAG";
1162
- })(C || (C = {}));
1211
+ })(R || (R = {}));
1163
1212
  var ie;
1164
1213
  (function(e) {
1165
1214
  e[e.literal = 0] = "literal", e[e.argument = 1] = "argument", e[e.number = 2] = "number", e[e.date = 3] = "date", e[e.time = 4] = "time", e[e.select = 5] = "select", e[e.plural = 6] = "plural", e[e.pound = 7] = "pound", e[e.tag = 8] = "tag";
@@ -1171,40 +1220,40 @@ var Ot;
1171
1220
  function $i(e) {
1172
1221
  return e.type === ie.literal;
1173
1222
  }
1174
- function jl(e) {
1223
+ function ql(e) {
1175
1224
  return e.type === ie.argument;
1176
1225
  }
1177
1226
  function Ns(e) {
1178
1227
  return e.type === ie.number;
1179
1228
  }
1180
- function Hs(e) {
1229
+ function Ls(e) {
1181
1230
  return e.type === ie.date;
1182
1231
  }
1183
- function Ls(e) {
1232
+ function Rs(e) {
1184
1233
  return e.type === ie.time;
1185
1234
  }
1186
1235
  function Cs(e) {
1187
1236
  return e.type === ie.select;
1188
1237
  }
1189
- function Rs(e) {
1238
+ function As(e) {
1190
1239
  return e.type === ie.plural;
1191
1240
  }
1192
- function Vl(e) {
1241
+ function Jl(e) {
1193
1242
  return e.type === ie.pound;
1194
1243
  }
1195
- function As(e) {
1244
+ function Bs(e) {
1196
1245
  return e.type === ie.tag;
1197
1246
  }
1198
- function Bs(e) {
1247
+ function Ys(e) {
1199
1248
  return !!(e && typeof e == "object" && e.type === Ot.number);
1200
1249
  }
1201
- function Hn(e) {
1250
+ function Nn(e) {
1202
1251
  return !!(e && typeof e == "object" && e.type === Ot.dateTime);
1203
1252
  }
1204
- var Ys = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, zl = /(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;
1205
- function Zl(e) {
1253
+ var Us = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Ql = /(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;
1254
+ function Kl(e) {
1206
1255
  var t = {};
1207
- return e.replace(zl, function(r) {
1256
+ return e.replace(Ql, function(r) {
1208
1257
  var n = r.length;
1209
1258
  switch (r[0]) {
1210
1259
  case "G":
@@ -1293,11 +1342,11 @@ function Zl(e) {
1293
1342
  return "";
1294
1343
  }), t;
1295
1344
  }
1296
- var $l = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
1297
- function Xl(e) {
1345
+ var eu = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
1346
+ function tu(e) {
1298
1347
  if (e.length === 0)
1299
1348
  throw new Error("Number skeleton cannot be empty");
1300
- for (var t = e.split($l).filter(function(p) {
1349
+ for (var t = e.split(eu).filter(function(p) {
1301
1350
  return p.length > 0;
1302
1351
  }), r = [], n = 0, i = t; n < i.length; n++) {
1303
1352
  var s = i[n], a = s.split("/");
@@ -1312,17 +1361,17 @@ function Xl(e) {
1312
1361
  }
1313
1362
  return r;
1314
1363
  }
1315
- function ql(e) {
1364
+ function ru(e) {
1316
1365
  return e.replace(/^(.*?)-/, "");
1317
1366
  }
1318
- var Xi = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Us = /^(@+)?(\+|#+)?[rs]?$/g, Jl = /(\*)(0+)|(#+)(0+)|(0+)/g, Gs = /^(0+)$/;
1367
+ var Xi = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Gs = /^(@+)?(\+|#+)?[rs]?$/g, nu = /(\*)(0+)|(#+)(0+)|(0+)/g, Ws = /^(0+)$/;
1319
1368
  function qi(e) {
1320
1369
  var t = {};
1321
- return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Us, function(r, n, i) {
1370
+ return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Gs, function(r, n, i) {
1322
1371
  return typeof i != "string" ? (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length) : i === "+" ? t.minimumSignificantDigits = n.length : n[0] === "#" ? t.maximumSignificantDigits = n.length : (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length + (typeof i == "string" ? i.length : 0)), "";
1323
1372
  }), t;
1324
1373
  }
1325
- function Ws(e) {
1374
+ function js(e) {
1326
1375
  switch (e) {
1327
1376
  case "sign-auto":
1328
1377
  return {
@@ -1362,7 +1411,7 @@ function Ws(e) {
1362
1411
  };
1363
1412
  }
1364
1413
  }
1365
- function Ql(e) {
1414
+ function iu(e) {
1366
1415
  var t;
1367
1416
  if (e[0] === "E" && e[1] === "E" ? (t = {
1368
1417
  notation: "engineering"
@@ -1370,17 +1419,17 @@ function Ql(e) {
1370
1419
  notation: "scientific"
1371
1420
  }, e = e.slice(1)), t) {
1372
1421
  var r = e.slice(0, 2);
1373
- if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Gs.test(e))
1422
+ if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Ws.test(e))
1374
1423
  throw new Error("Malformed concise eng/scientific notation");
1375
1424
  t.minimumIntegerDigits = e.length;
1376
1425
  }
1377
1426
  return t;
1378
1427
  }
1379
1428
  function Ji(e) {
1380
- var t = {}, r = Ws(e);
1429
+ var t = {}, r = js(e);
1381
1430
  return r || t;
1382
1431
  }
1383
- function Kl(e) {
1432
+ function su(e) {
1384
1433
  for (var t = {}, r = 0, n = e; r < n.length; r++) {
1385
1434
  var i = n[r];
1386
1435
  switch (i.stem) {
@@ -1404,7 +1453,7 @@ function Kl(e) {
1404
1453
  continue;
1405
1454
  case "measure-unit":
1406
1455
  case "unit":
1407
- t.style = "unit", t.unit = ql(i.options[0]);
1456
+ t.style = "unit", t.unit = ru(i.options[0]);
1408
1457
  continue;
1409
1458
  case "compact-short":
1410
1459
  case "K":
@@ -1466,7 +1515,7 @@ function Kl(e) {
1466
1515
  case "integer-width":
1467
1516
  if (i.options.length > 1)
1468
1517
  throw new RangeError("integer-width stems only accept a single optional option");
1469
- i.options[0].replace(Jl, function(l, u, f, m, p, S) {
1518
+ i.options[0].replace(nu, function(l, u, f, m, p, S) {
1470
1519
  if (u)
1471
1520
  t.minimumIntegerDigits = f.length;
1472
1521
  else {
@@ -1479,7 +1528,7 @@ function Kl(e) {
1479
1528
  });
1480
1529
  continue;
1481
1530
  }
1482
- if (Gs.test(i.stem)) {
1531
+ if (Ws.test(i.stem)) {
1483
1532
  t.minimumIntegerDigits = i.stem.length;
1484
1533
  continue;
1485
1534
  }
@@ -1493,13 +1542,13 @@ function Kl(e) {
1493
1542
  s === "w" ? t = U(U({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = U(U({}, t), qi(s)));
1494
1543
  continue;
1495
1544
  }
1496
- if (Us.test(i.stem)) {
1545
+ if (Gs.test(i.stem)) {
1497
1546
  t = U(U({}, t), qi(i.stem));
1498
1547
  continue;
1499
1548
  }
1500
- var a = Ws(i.stem);
1549
+ var a = js(i.stem);
1501
1550
  a && (t = U(U({}, t), a));
1502
- var o = Ql(i.stem);
1551
+ var o = iu(i.stem);
1503
1552
  o && (t = U(U({}, t), o));
1504
1553
  }
1505
1554
  return t;
@@ -1509,6 +1558,12 @@ var wr = {
1509
1558
  "H",
1510
1559
  "h"
1511
1560
  ],
1561
+ 419: [
1562
+ "h",
1563
+ "H",
1564
+ "hB",
1565
+ "hb"
1566
+ ],
1512
1567
  AC: [
1513
1568
  "H",
1514
1569
  "h",
@@ -1557,8 +1612,8 @@ var wr = {
1557
1612
  "hB"
1558
1613
  ],
1559
1614
  AR: [
1560
- "H",
1561
1615
  "h",
1616
+ "H",
1562
1617
  "hB",
1563
1618
  "hb"
1564
1619
  ],
@@ -1648,9 +1703,9 @@ var wr = {
1648
1703
  "H"
1649
1704
  ],
1650
1705
  BO: [
1706
+ "h",
1651
1707
  "H",
1652
1708
  "hB",
1653
- "h",
1654
1709
  "hb"
1655
1710
  ],
1656
1711
  BQ: [
@@ -1727,8 +1782,8 @@ var wr = {
1727
1782
  "hB"
1728
1783
  ],
1729
1784
  CL: [
1730
- "H",
1731
1785
  "h",
1786
+ "H",
1732
1787
  "hB",
1733
1788
  "hb"
1734
1789
  ],
@@ -1753,14 +1808,14 @@ var wr = {
1753
1808
  "H"
1754
1809
  ],
1755
1810
  CR: [
1756
- "H",
1757
1811
  "h",
1812
+ "H",
1758
1813
  "hB",
1759
1814
  "hb"
1760
1815
  ],
1761
1816
  CU: [
1762
- "H",
1763
1817
  "h",
1818
+ "H",
1764
1819
  "hB",
1765
1820
  "hb"
1766
1821
  ],
@@ -1829,9 +1884,9 @@ var wr = {
1829
1884
  "hb"
1830
1885
  ],
1831
1886
  EC: [
1887
+ "h",
1832
1888
  "H",
1833
1889
  "hB",
1834
- "h",
1835
1890
  "hb"
1836
1891
  ],
1837
1892
  EE: [
@@ -1967,8 +2022,8 @@ var wr = {
1967
2022
  "hB"
1968
2023
  ],
1969
2024
  GT: [
1970
- "H",
1971
2025
  "h",
2026
+ "H",
1972
2027
  "hB",
1973
2028
  "hb"
1974
2029
  ],
@@ -1995,8 +2050,8 @@ var wr = {
1995
2050
  "H"
1996
2051
  ],
1997
2052
  HN: [
1998
- "H",
1999
2053
  "h",
2054
+ "H",
2000
2055
  "hB",
2001
2056
  "hb"
2002
2057
  ],
@@ -2310,8 +2365,8 @@ var wr = {
2310
2365
  "hB"
2311
2366
  ],
2312
2367
  MX: [
2313
- "H",
2314
2368
  "h",
2369
+ "H",
2315
2370
  "hB",
2316
2371
  "hb"
2317
2372
  ],
@@ -2351,8 +2406,8 @@ var wr = {
2351
2406
  "hB"
2352
2407
  ],
2353
2408
  NI: [
2354
- "H",
2355
2409
  "h",
2410
+ "H",
2356
2411
  "hB",
2357
2412
  "hb"
2358
2413
  ],
@@ -2400,9 +2455,9 @@ var wr = {
2400
2455
  "hb"
2401
2456
  ],
2402
2457
  PE: [
2458
+ "h",
2403
2459
  "H",
2404
2460
  "hB",
2405
- "h",
2406
2461
  "hb"
2407
2462
  ],
2408
2463
  PF: [
@@ -2460,8 +2515,8 @@ var wr = {
2460
2515
  "H"
2461
2516
  ],
2462
2517
  PY: [
2463
- "H",
2464
2518
  "h",
2519
+ "H",
2465
2520
  "hB",
2466
2521
  "hb"
2467
2522
  ],
@@ -2574,8 +2629,8 @@ var wr = {
2574
2629
  "hB"
2575
2630
  ],
2576
2631
  SV: [
2577
- "H",
2578
2632
  "h",
2633
+ "H",
2579
2634
  "hB",
2580
2635
  "hb"
2581
2636
  ],
@@ -2697,8 +2752,8 @@ var wr = {
2697
2752
  "hB"
2698
2753
  ],
2699
2754
  UY: [
2700
- "H",
2701
2755
  "h",
2756
+ "H",
2702
2757
  "hB",
2703
2758
  "hb"
2704
2759
  ],
@@ -2806,37 +2861,37 @@ var wr = {
2806
2861
  "H",
2807
2862
  "hB"
2808
2863
  ],
2809
- "es-BO": [
2810
- "H",
2864
+ "en-HK": [
2811
2865
  "h",
2812
- "hB",
2813
- "hb"
2866
+ "hb",
2867
+ "H",
2868
+ "hB"
2814
2869
  ],
2815
- "es-BR": [
2870
+ "en-IL": [
2816
2871
  "H",
2817
2872
  "h",
2818
- "hB",
2819
- "hb"
2873
+ "hb",
2874
+ "hB"
2820
2875
  ],
2821
- "es-EC": [
2822
- "H",
2876
+ "en-MY": [
2823
2877
  "h",
2824
- "hB",
2825
- "hb"
2878
+ "hb",
2879
+ "H",
2880
+ "hB"
2826
2881
  ],
2827
- "es-ES": [
2882
+ "es-BR": [
2828
2883
  "H",
2829
2884
  "h",
2830
2885
  "hB",
2831
2886
  "hb"
2832
2887
  ],
2833
- "es-GQ": [
2888
+ "es-ES": [
2834
2889
  "H",
2835
2890
  "h",
2836
2891
  "hB",
2837
2892
  "hb"
2838
2893
  ],
2839
- "es-PE": [
2894
+ "es-GQ": [
2840
2895
  "H",
2841
2896
  "h",
2842
2897
  "hB",
@@ -2913,13 +2968,13 @@ var wr = {
2913
2968
  "h"
2914
2969
  ]
2915
2970
  };
2916
- function eu(e, t) {
2971
+ function au(e, t) {
2917
2972
  for (var r = "", n = 0; n < e.length; n++) {
2918
2973
  var i = e.charAt(n);
2919
2974
  if (i === "j") {
2920
2975
  for (var s = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
2921
2976
  s++, n++;
2922
- var a = 1 + (s & 1), o = s < 2 ? 1 : 3 + (s >> 1), l = "a", u = tu(t);
2977
+ var a = 1 + (s & 1), o = s < 2 ? 1 : 3 + (s >> 1), l = "a", u = ou(t);
2923
2978
  for ((u == "H" || u == "k") && (o = 0); o-- > 0; )
2924
2979
  r += l;
2925
2980
  for (; a-- > 0; )
@@ -2928,7 +2983,7 @@ function eu(e, t) {
2928
2983
  }
2929
2984
  return r;
2930
2985
  }
2931
- function tu(e) {
2986
+ function ou(e) {
2932
2987
  var t = e.hourCycle;
2933
2988
  if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
2934
2989
  e.hourCycles && // @ts-ignore
@@ -2950,20 +3005,20 @@ function tu(e) {
2950
3005
  var i = wr[n || ""] || wr[r || ""] || wr["".concat(r, "-001")] || wr["001"];
2951
3006
  return i[0];
2952
3007
  }
2953
- var _n, ru = new RegExp("^".concat(Ys.source, "*")), nu = new RegExp("".concat(Ys.source, "*$"));
2954
- function R(e, t) {
3008
+ var vn, lu = new RegExp("^".concat(Us.source, "*")), uu = new RegExp("".concat(Us.source, "*$"));
3009
+ function C(e, t) {
2955
3010
  return { start: e, end: t };
2956
3011
  }
2957
- var iu = !!String.prototype.startsWith && "_a".startsWith("a", 1), su = !!String.fromCodePoint, au = !!Object.fromEntries, ou = !!String.prototype.codePointAt, lu = !!String.prototype.trimStart, uu = !!String.prototype.trimEnd, hu = !!Number.isSafeInteger, fu = hu ? Number.isSafeInteger : function(e) {
3012
+ var hu = !!String.prototype.startsWith && "_a".startsWith("a", 1), fu = !!String.fromCodePoint, cu = !!Object.fromEntries, du = !!String.prototype.codePointAt, mu = !!String.prototype.trimStart, pu = !!String.prototype.trimEnd, gu = !!Number.isSafeInteger, yu = gu ? Number.isSafeInteger : function(e) {
2958
3013
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
2959
3014
  }, Ln = !0;
2960
3015
  try {
2961
- var cu = Vs("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2962
- Ln = ((_n = cu.exec("a")) === null || _n === void 0 ? void 0 : _n[0]) === "a";
3016
+ var _u = zs("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3017
+ Ln = ((vn = _u.exec("a")) === null || vn === void 0 ? void 0 : vn[0]) === "a";
2963
3018
  } catch (e) {
2964
3019
  Ln = !1;
2965
3020
  }
2966
- var Qi = iu ? (
3021
+ var Qi = hu ? (
2967
3022
  // Native
2968
3023
  function(t, r, n) {
2969
3024
  return t.startsWith(r, n);
@@ -2973,7 +3028,7 @@ var Qi = iu ? (
2973
3028
  function(t, r, n) {
2974
3029
  return t.slice(n, n + r.length) === r;
2975
3030
  }
2976
- ), Cn = su ? String.fromCodePoint : (
3031
+ ), Rn = fu ? String.fromCodePoint : (
2977
3032
  // IE11
2978
3033
  function() {
2979
3034
  for (var t = [], r = 0; r < arguments.length; r++)
@@ -2987,7 +3042,7 @@ var Qi = iu ? (
2987
3042
  }
2988
3043
  ), Ki = (
2989
3044
  // native
2990
- au ? Object.fromEntries : (
3045
+ cu ? Object.fromEntries : (
2991
3046
  // Ponyfill
2992
3047
  function(t) {
2993
3048
  for (var r = {}, n = 0, i = t; n < i.length; n++) {
@@ -2997,7 +3052,7 @@ var Qi = iu ? (
2997
3052
  return r;
2998
3053
  }
2999
3054
  )
3000
- ), js = ou ? (
3055
+ ), Vs = du ? (
3001
3056
  // Native
3002
3057
  function(t, r) {
3003
3058
  return t.codePointAt(r);
@@ -3011,7 +3066,7 @@ var Qi = iu ? (
3011
3066
  return i < 55296 || i > 56319 || r + 1 === n || (s = t.charCodeAt(r + 1)) < 56320 || s > 57343 ? i : (i - 55296 << 10) + (s - 56320) + 65536;
3012
3067
  }
3013
3068
  }
3014
- ), du = lu ? (
3069
+ ), bu = mu ? (
3015
3070
  // Native
3016
3071
  function(t) {
3017
3072
  return t.trimStart();
@@ -3019,9 +3074,9 @@ var Qi = iu ? (
3019
3074
  ) : (
3020
3075
  // Ponyfill
3021
3076
  function(t) {
3022
- return t.replace(ru, "");
3077
+ return t.replace(lu, "");
3023
3078
  }
3024
- ), mu = uu ? (
3079
+ ), vu = pu ? (
3025
3080
  // Native
3026
3081
  function(t) {
3027
3082
  return t.trimEnd();
@@ -3029,32 +3084,32 @@ var Qi = iu ? (
3029
3084
  ) : (
3030
3085
  // Ponyfill
3031
3086
  function(t) {
3032
- return t.replace(nu, "");
3087
+ return t.replace(uu, "");
3033
3088
  }
3034
3089
  );
3035
- function Vs(e, t) {
3090
+ function zs(e, t) {
3036
3091
  return new RegExp(e, t);
3037
3092
  }
3038
- var Rn;
3093
+ var Cn;
3039
3094
  if (Ln) {
3040
- var es = Vs("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3041
- Rn = function(t, r) {
3095
+ var es = zs("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3096
+ Cn = function(t, r) {
3042
3097
  var n;
3043
3098
  es.lastIndex = r;
3044
3099
  var i = es.exec(t);
3045
3100
  return (n = i[1]) !== null && n !== void 0 ? n : "";
3046
3101
  };
3047
3102
  } else
3048
- Rn = function(t, r) {
3103
+ Cn = function(t, r) {
3049
3104
  for (var n = []; ; ) {
3050
- var i = js(t, r);
3051
- if (i === void 0 || zs(i) || _u(i))
3105
+ var i = Vs(t, r);
3106
+ if (i === void 0 || Zs(i) || xu(i))
3052
3107
  break;
3053
3108
  n.push(i), r += i >= 65536 ? 2 : 1;
3054
3109
  }
3055
- return Cn.apply(void 0, n);
3110
+ return Rn.apply(void 0, n);
3056
3111
  };
3057
- var pu = (
3112
+ var wu = (
3058
3113
  /** @class */
3059
3114
  function() {
3060
3115
  function e(t, r) {
@@ -3079,12 +3134,12 @@ var pu = (
3079
3134
  var o = this.clonePosition();
3080
3135
  this.bump(), i.push({
3081
3136
  type: ie.pound,
3082
- location: R(o, this.clonePosition())
3137
+ location: C(o, this.clonePosition())
3083
3138
  });
3084
3139
  } else if (s === 60 && !this.ignoreTag && this.peek() === 47) {
3085
3140
  if (n)
3086
3141
  break;
3087
- return this.error(C.UNMATCHED_CLOSING_TAG, R(this.clonePosition(), this.clonePosition()));
3142
+ return this.error(R.UNMATCHED_CLOSING_TAG, C(this.clonePosition(), this.clonePosition()));
3088
3143
  } else if (s === 60 && !this.ignoreTag && An(this.peek() || 0)) {
3089
3144
  var a = this.parseTag(t, r);
3090
3145
  if (a.err)
@@ -3108,7 +3163,7 @@ var pu = (
3108
3163
  val: {
3109
3164
  type: ie.literal,
3110
3165
  value: "<".concat(i, "/>"),
3111
- location: R(n, this.clonePosition())
3166
+ location: C(n, this.clonePosition())
3112
3167
  },
3113
3168
  err: null
3114
3169
  };
@@ -3119,24 +3174,24 @@ var pu = (
3119
3174
  var a = s.val, o = this.clonePosition();
3120
3175
  if (this.bumpIf("</")) {
3121
3176
  if (this.isEOF() || !An(this.char()))
3122
- return this.error(C.INVALID_TAG, R(o, this.clonePosition()));
3177
+ return this.error(R.INVALID_TAG, C(o, this.clonePosition()));
3123
3178
  var l = this.clonePosition(), u = this.parseTagName();
3124
- return i !== u ? this.error(C.UNMATCHED_CLOSING_TAG, R(l, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
3179
+ return i !== u ? this.error(R.UNMATCHED_CLOSING_TAG, C(l, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
3125
3180
  val: {
3126
3181
  type: ie.tag,
3127
3182
  value: i,
3128
3183
  children: a,
3129
- location: R(n, this.clonePosition())
3184
+ location: C(n, this.clonePosition())
3130
3185
  },
3131
3186
  err: null
3132
- } : this.error(C.INVALID_TAG, R(o, this.clonePosition())));
3187
+ } : this.error(R.INVALID_TAG, C(o, this.clonePosition())));
3133
3188
  } else
3134
- return this.error(C.UNCLOSED_TAG, R(n, this.clonePosition()));
3189
+ return this.error(R.UNCLOSED_TAG, C(n, this.clonePosition()));
3135
3190
  } else
3136
- return this.error(C.INVALID_TAG, R(n, this.clonePosition()));
3191
+ return this.error(R.INVALID_TAG, C(n, this.clonePosition()));
3137
3192
  }, e.prototype.parseTagName = function() {
3138
3193
  var t = this.offset();
3139
- for (this.bump(); !this.isEOF() && yu(this.char()); )
3194
+ for (this.bump(); !this.isEOF() && Eu(this.char()); )
3140
3195
  this.bump();
3141
3196
  return this.message.slice(t, this.offset());
3142
3197
  }, e.prototype.parseLiteral = function(t, r) {
@@ -3158,14 +3213,14 @@ var pu = (
3158
3213
  }
3159
3214
  break;
3160
3215
  }
3161
- var l = R(n, this.clonePosition());
3216
+ var l = C(n, this.clonePosition());
3162
3217
  return {
3163
3218
  val: { type: ie.literal, value: i, location: l },
3164
3219
  err: null
3165
3220
  };
3166
3221
  }, e.prototype.tryParseLeftAngleBracket = function() {
3167
3222
  return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
3168
- !gu(this.peek() || 0)) ? (this.bump(), "<") : null;
3223
+ !Su(this.peek() || 0)) ? (this.bump(), "<") : null;
3169
3224
  }, e.prototype.tryParseQuote = function(t) {
3170
3225
  if (this.isEOF() || this.char() !== 39)
3171
3226
  return null;
@@ -3199,23 +3254,23 @@ var pu = (
3199
3254
  r.push(n);
3200
3255
  this.bump();
3201
3256
  }
3202
- return Cn.apply(void 0, r);
3257
+ return Rn.apply(void 0, r);
3203
3258
  }, e.prototype.tryParseUnquoted = function(t, r) {
3204
3259
  if (this.isEOF())
3205
3260
  return null;
3206
3261
  var n = this.char();
3207
- return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), Cn(n));
3262
+ return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), Rn(n));
3208
3263
  }, e.prototype.parseArgument = function(t, r) {
3209
3264
  var n = this.clonePosition();
3210
3265
  if (this.bump(), this.bumpSpace(), this.isEOF())
3211
- return this.error(C.EXPECT_ARGUMENT_CLOSING_BRACE, R(n, this.clonePosition()));
3266
+ return this.error(R.EXPECT_ARGUMENT_CLOSING_BRACE, C(n, this.clonePosition()));
3212
3267
  if (this.char() === 125)
3213
- return this.bump(), this.error(C.EMPTY_ARGUMENT, R(n, this.clonePosition()));
3268
+ return this.bump(), this.error(R.EMPTY_ARGUMENT, C(n, this.clonePosition()));
3214
3269
  var i = this.parseIdentifierIfPossible().value;
3215
3270
  if (!i)
3216
- return this.error(C.MALFORMED_ARGUMENT, R(n, this.clonePosition()));
3271
+ return this.error(R.MALFORMED_ARGUMENT, C(n, this.clonePosition()));
3217
3272
  if (this.bumpSpace(), this.isEOF())
3218
- return this.error(C.EXPECT_ARGUMENT_CLOSING_BRACE, R(n, this.clonePosition()));
3273
+ return this.error(R.EXPECT_ARGUMENT_CLOSING_BRACE, C(n, this.clonePosition()));
3219
3274
  switch (this.char()) {
3220
3275
  case 125:
3221
3276
  return this.bump(), {
@@ -3223,25 +3278,25 @@ var pu = (
3223
3278
  type: ie.argument,
3224
3279
  // value does not include the opening and closing braces.
3225
3280
  value: i,
3226
- location: R(n, this.clonePosition())
3281
+ location: C(n, this.clonePosition())
3227
3282
  },
3228
3283
  err: null
3229
3284
  };
3230
3285
  case 44:
3231
- return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(C.EXPECT_ARGUMENT_CLOSING_BRACE, R(n, this.clonePosition())) : this.parseArgumentOptions(t, r, i, n);
3286
+ return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(R.EXPECT_ARGUMENT_CLOSING_BRACE, C(n, this.clonePosition())) : this.parseArgumentOptions(t, r, i, n);
3232
3287
  default:
3233
- return this.error(C.MALFORMED_ARGUMENT, R(n, this.clonePosition()));
3288
+ return this.error(R.MALFORMED_ARGUMENT, C(n, this.clonePosition()));
3234
3289
  }
3235
3290
  }, e.prototype.parseIdentifierIfPossible = function() {
3236
- var t = this.clonePosition(), r = this.offset(), n = Rn(this.message, r), i = r + n.length;
3291
+ var t = this.clonePosition(), r = this.offset(), n = Cn(this.message, r), i = r + n.length;
3237
3292
  this.bumpTo(i);
3238
- var s = this.clonePosition(), a = R(t, s);
3293
+ var s = this.clonePosition(), a = C(t, s);
3239
3294
  return { value: n, location: a };
3240
3295
  }, e.prototype.parseArgumentOptions = function(t, r, n, i) {
3241
3296
  var s, a = this.clonePosition(), o = this.parseIdentifierIfPossible().value, l = this.clonePosition();
3242
3297
  switch (o) {
3243
3298
  case "":
3244
- return this.error(C.EXPECT_ARGUMENT_TYPE, R(a, l));
3299
+ return this.error(R.EXPECT_ARGUMENT_TYPE, C(a, l));
3245
3300
  case "number":
3246
3301
  case "date":
3247
3302
  case "time": {
@@ -3252,18 +3307,18 @@ var pu = (
3252
3307
  var f = this.clonePosition(), m = this.parseSimpleArgStyleIfPossible();
3253
3308
  if (m.err)
3254
3309
  return m;
3255
- var p = mu(m.val);
3310
+ var p = vu(m.val);
3256
3311
  if (p.length === 0)
3257
- return this.error(C.EXPECT_ARGUMENT_STYLE, R(this.clonePosition(), this.clonePosition()));
3258
- var S = R(f, this.clonePosition());
3312
+ return this.error(R.EXPECT_ARGUMENT_STYLE, C(this.clonePosition(), this.clonePosition()));
3313
+ var S = C(f, this.clonePosition());
3259
3314
  u = { style: p, styleLocation: S };
3260
3315
  }
3261
3316
  var E = this.tryParseArgumentClose(i);
3262
3317
  if (E.err)
3263
3318
  return E;
3264
- var v = R(i, this.clonePosition());
3319
+ var v = C(i, this.clonePosition());
3265
3320
  if (u && Qi(u == null ? void 0 : u.style, "::", 0)) {
3266
- var D = du(u.style.slice(2));
3321
+ var D = bu(u.style.slice(2));
3267
3322
  if (o === "number") {
3268
3323
  var m = this.parseNumberSkeletonFromString(D, u.styleLocation);
3269
3324
  return m.err ? m : {
@@ -3272,14 +3327,14 @@ var pu = (
3272
3327
  };
3273
3328
  } else {
3274
3329
  if (D.length === 0)
3275
- return this.error(C.EXPECT_DATE_TIME_SKELETON, v);
3330
+ return this.error(R.EXPECT_DATE_TIME_SKELETON, v);
3276
3331
  var j = D;
3277
- this.locale && (j = eu(D, this.locale));
3332
+ this.locale && (j = au(D, this.locale));
3278
3333
  var p = {
3279
3334
  type: Ot.dateTime,
3280
3335
  pattern: j,
3281
3336
  location: u.styleLocation,
3282
- parsedOptions: this.shouldParseSkeletons ? Zl(j) : {}
3337
+ parsedOptions: this.shouldParseSkeletons ? Kl(j) : {}
3283
3338
  }, L = o === "date" ? ie.date : ie.time;
3284
3339
  return {
3285
3340
  val: { type: L, value: n, location: v, style: p },
@@ -3302,14 +3357,14 @@ var pu = (
3302
3357
  case "select": {
3303
3358
  var T = this.clonePosition();
3304
3359
  if (this.bumpSpace(), !this.bumpIf(","))
3305
- return this.error(C.EXPECT_SELECT_ARGUMENT_OPTIONS, R(T, U({}, T)));
3360
+ return this.error(R.EXPECT_SELECT_ARGUMENT_OPTIONS, C(T, U({}, T)));
3306
3361
  this.bumpSpace();
3307
3362
  var B = this.parseIdentifierIfPossible(), V = 0;
3308
3363
  if (o !== "select" && B.value === "offset") {
3309
3364
  if (!this.bumpIf(":"))
3310
- return this.error(C.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, R(this.clonePosition(), this.clonePosition()));
3365
+ return this.error(R.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, C(this.clonePosition(), this.clonePosition()));
3311
3366
  this.bumpSpace();
3312
- var m = this.tryParseDecimalInteger(C.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, C.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
3367
+ var m = this.tryParseDecimalInteger(R.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, R.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
3313
3368
  if (m.err)
3314
3369
  return m;
3315
3370
  this.bumpSpace(), B = this.parseIdentifierIfPossible(), V = m.val;
@@ -3320,7 +3375,7 @@ var pu = (
3320
3375
  var E = this.tryParseArgumentClose(i);
3321
3376
  if (E.err)
3322
3377
  return E;
3323
- var w = R(i, this.clonePosition());
3378
+ var w = C(i, this.clonePosition());
3324
3379
  return o === "select" ? {
3325
3380
  val: {
3326
3381
  type: ie.select,
@@ -3342,10 +3397,10 @@ var pu = (
3342
3397
  };
3343
3398
  }
3344
3399
  default:
3345
- return this.error(C.INVALID_ARGUMENT_TYPE, R(a, l));
3400
+ return this.error(R.INVALID_ARGUMENT_TYPE, C(a, l));
3346
3401
  }
3347
3402
  }, e.prototype.tryParseArgumentClose = function(t) {
3348
- return this.isEOF() || this.char() !== 125 ? this.error(C.EXPECT_ARGUMENT_CLOSING_BRACE, R(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
3403
+ return this.isEOF() || this.char() !== 125 ? this.error(R.EXPECT_ARGUMENT_CLOSING_BRACE, C(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
3349
3404
  }, e.prototype.parseSimpleArgStyleIfPossible = function() {
3350
3405
  for (var t = 0, r = this.clonePosition(); !this.isEOF(); ) {
3351
3406
  var n = this.char();
@@ -3354,7 +3409,7 @@ var pu = (
3354
3409
  this.bump();
3355
3410
  var i = this.clonePosition();
3356
3411
  if (!this.bumpUntil("'"))
3357
- return this.error(C.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, R(i, this.clonePosition()));
3412
+ return this.error(R.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, C(i, this.clonePosition()));
3358
3413
  this.bump();
3359
3414
  break;
3360
3415
  }
@@ -3384,16 +3439,16 @@ var pu = (
3384
3439
  }, e.prototype.parseNumberSkeletonFromString = function(t, r) {
3385
3440
  var n = [];
3386
3441
  try {
3387
- n = Xl(t);
3442
+ n = tu(t);
3388
3443
  } catch (i) {
3389
- return this.error(C.INVALID_NUMBER_SKELETON, r);
3444
+ return this.error(R.INVALID_NUMBER_SKELETON, r);
3390
3445
  }
3391
3446
  return {
3392
3447
  val: {
3393
3448
  type: Ot.number,
3394
3449
  tokens: n,
3395
3450
  location: r,
3396
- parsedOptions: this.shouldParseSkeletons ? Kl(n) : {}
3451
+ parsedOptions: this.shouldParseSkeletons ? su(n) : {}
3397
3452
  },
3398
3453
  err: null
3399
3454
  };
@@ -3402,19 +3457,19 @@ var pu = (
3402
3457
  if (u.length === 0) {
3403
3458
  var m = this.clonePosition();
3404
3459
  if (r !== "select" && this.bumpIf("=")) {
3405
- var p = this.tryParseDecimalInteger(C.EXPECT_PLURAL_ARGUMENT_SELECTOR, C.INVALID_PLURAL_ARGUMENT_SELECTOR);
3460
+ var p = this.tryParseDecimalInteger(R.EXPECT_PLURAL_ARGUMENT_SELECTOR, R.INVALID_PLURAL_ARGUMENT_SELECTOR);
3406
3461
  if (p.err)
3407
3462
  return p;
3408
- f = R(m, this.clonePosition()), u = this.message.slice(m.offset, this.offset());
3463
+ f = C(m, this.clonePosition()), u = this.message.slice(m.offset, this.offset());
3409
3464
  } else
3410
3465
  break;
3411
3466
  }
3412
3467
  if (l.has(u))
3413
- return this.error(r === "select" ? C.DUPLICATE_SELECT_ARGUMENT_SELECTOR : C.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, f);
3468
+ return this.error(r === "select" ? R.DUPLICATE_SELECT_ARGUMENT_SELECTOR : R.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, f);
3414
3469
  u === "other" && (a = !0), this.bumpSpace();
3415
3470
  var S = this.clonePosition();
3416
3471
  if (!this.bumpIf("{"))
3417
- return this.error(r === "select" ? C.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : C.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, R(this.clonePosition(), this.clonePosition()));
3472
+ return this.error(r === "select" ? R.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : R.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, C(this.clonePosition(), this.clonePosition()));
3418
3473
  var E = this.parseMessage(t + 1, r, n);
3419
3474
  if (E.err)
3420
3475
  return E;
@@ -3425,11 +3480,11 @@ var pu = (
3425
3480
  u,
3426
3481
  {
3427
3482
  value: E.val,
3428
- location: R(S, this.clonePosition())
3483
+ location: C(S, this.clonePosition())
3429
3484
  }
3430
3485
  ]), l.add(u), this.bumpSpace(), s = this.parseIdentifierIfPossible(), u = s.value, f = s.location;
3431
3486
  }
3432
- return o.length === 0 ? this.error(r === "select" ? C.EXPECT_SELECT_ARGUMENT_SELECTOR : C.EXPECT_PLURAL_ARGUMENT_SELECTOR, R(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !a ? this.error(C.MISSING_OTHER_CLAUSE, R(this.clonePosition(), this.clonePosition())) : { val: o, err: null };
3487
+ return o.length === 0 ? this.error(r === "select" ? R.EXPECT_SELECT_ARGUMENT_SELECTOR : R.EXPECT_PLURAL_ARGUMENT_SELECTOR, C(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !a ? this.error(R.MISSING_OTHER_CLAUSE, C(this.clonePosition(), this.clonePosition())) : { val: o, err: null };
3433
3488
  }, e.prototype.tryParseDecimalInteger = function(t, r) {
3434
3489
  var n = 1, i = this.clonePosition();
3435
3490
  this.bumpIf("+") || this.bumpIf("-") && (n = -1);
@@ -3440,8 +3495,8 @@ var pu = (
3440
3495
  else
3441
3496
  break;
3442
3497
  }
3443
- var l = R(i, this.clonePosition());
3444
- return s ? (a *= n, fu(a) ? { val: a, err: null } : this.error(r, l)) : this.error(t, l);
3498
+ var l = C(i, this.clonePosition());
3499
+ return s ? (a *= n, yu(a) ? { val: a, err: null } : this.error(r, l)) : this.error(t, l);
3445
3500
  }, e.prototype.offset = function() {
3446
3501
  return this.position.offset;
3447
3502
  }, e.prototype.isEOF = function() {
@@ -3456,7 +3511,7 @@ var pu = (
3456
3511
  var t = this.position.offset;
3457
3512
  if (t >= this.message.length)
3458
3513
  throw Error("out of bound");
3459
- var r = js(this.message, t);
3514
+ var r = Vs(this.message, t);
3460
3515
  if (r === void 0)
3461
3516
  throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
3462
3517
  return r;
@@ -3497,7 +3552,7 @@ var pu = (
3497
3552
  break;
3498
3553
  }
3499
3554
  }, e.prototype.bumpSpace = function() {
3500
- for (; !this.isEOF() && zs(this.char()); )
3555
+ for (; !this.isEOF() && Zs(this.char()); )
3501
3556
  this.bump();
3502
3557
  }, e.prototype.peek = function() {
3503
3558
  if (this.isEOF())
@@ -3510,86 +3565,36 @@ var pu = (
3510
3565
  function An(e) {
3511
3566
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3512
3567
  }
3513
- function gu(e) {
3568
+ function Su(e) {
3514
3569
  return An(e) || e === 47;
3515
3570
  }
3516
- function yu(e) {
3571
+ function Eu(e) {
3517
3572
  return e === 45 || e === 46 || e >= 48 && e <= 57 || e === 95 || e >= 97 && e <= 122 || e >= 65 && e <= 90 || e == 183 || e >= 192 && e <= 214 || e >= 216 && e <= 246 || e >= 248 && e <= 893 || e >= 895 && e <= 8191 || e >= 8204 && e <= 8205 || e >= 8255 && e <= 8256 || e >= 8304 && e <= 8591 || e >= 11264 && e <= 12271 || e >= 12289 && e <= 55295 || e >= 63744 && e <= 64975 || e >= 65008 && e <= 65533 || e >= 65536 && e <= 983039;
3518
3573
  }
3519
- function zs(e) {
3574
+ function Zs(e) {
3520
3575
  return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3521
3576
  }
3522
- function _u(e) {
3577
+ function xu(e) {
3523
3578
  return e >= 33 && e <= 35 || e === 36 || e >= 37 && e <= 39 || e === 40 || e === 41 || e === 42 || e === 43 || e === 44 || e === 45 || e >= 46 && e <= 47 || e >= 58 && e <= 59 || e >= 60 && e <= 62 || e >= 63 && e <= 64 || e === 91 || e === 92 || e === 93 || e === 94 || e === 96 || e === 123 || e === 124 || e === 125 || e === 126 || e === 161 || e >= 162 && e <= 165 || e === 166 || e === 167 || e === 169 || e === 171 || e === 172 || e === 174 || e === 176 || e === 177 || e === 182 || e === 187 || e === 191 || e === 215 || e === 247 || e >= 8208 && e <= 8213 || e >= 8214 && e <= 8215 || e === 8216 || e === 8217 || e === 8218 || e >= 8219 && e <= 8220 || e === 8221 || e === 8222 || e === 8223 || e >= 8224 && e <= 8231 || e >= 8240 && e <= 8248 || e === 8249 || e === 8250 || e >= 8251 && e <= 8254 || e >= 8257 && e <= 8259 || e === 8260 || e === 8261 || e === 8262 || e >= 8263 && e <= 8273 || e === 8274 || e === 8275 || e >= 8277 && e <= 8286 || e >= 8592 && e <= 8596 || e >= 8597 && e <= 8601 || e >= 8602 && e <= 8603 || e >= 8604 && e <= 8607 || e === 8608 || e >= 8609 && e <= 8610 || e === 8611 || e >= 8612 && e <= 8613 || e === 8614 || e >= 8615 && e <= 8621 || e === 8622 || e >= 8623 && e <= 8653 || e >= 8654 && e <= 8655 || e >= 8656 && e <= 8657 || e === 8658 || e === 8659 || e === 8660 || e >= 8661 && e <= 8691 || e >= 8692 && e <= 8959 || e >= 8960 && e <= 8967 || e === 8968 || e === 8969 || e === 8970 || e === 8971 || e >= 8972 && e <= 8991 || e >= 8992 && e <= 8993 || e >= 8994 && e <= 9e3 || e === 9001 || e === 9002 || e >= 9003 && e <= 9083 || e === 9084 || e >= 9085 && e <= 9114 || e >= 9115 && e <= 9139 || e >= 9140 && e <= 9179 || e >= 9180 && e <= 9185 || e >= 9186 && e <= 9254 || e >= 9255 && e <= 9279 || e >= 9280 && e <= 9290 || e >= 9291 && e <= 9311 || e >= 9472 && e <= 9654 || e === 9655 || e >= 9656 && e <= 9664 || e === 9665 || e >= 9666 && e <= 9719 || e >= 9720 && e <= 9727 || e >= 9728 && e <= 9838 || e === 9839 || e >= 9840 && e <= 10087 || e === 10088 || e === 10089 || e === 10090 || e === 10091 || e === 10092 || e === 10093 || e === 10094 || e === 10095 || e === 10096 || e === 10097 || e === 10098 || e === 10099 || e === 10100 || e === 10101 || e >= 10132 && e <= 10175 || e >= 10176 && e <= 10180 || e === 10181 || e === 10182 || e >= 10183 && e <= 10213 || e === 10214 || e === 10215 || e === 10216 || e === 10217 || e === 10218 || e === 10219 || e === 10220 || e === 10221 || e === 10222 || e === 10223 || e >= 10224 && e <= 10239 || e >= 10240 && e <= 10495 || e >= 10496 && e <= 10626 || e === 10627 || e === 10628 || e === 10629 || e === 10630 || e === 10631 || e === 10632 || e === 10633 || e === 10634 || e === 10635 || e === 10636 || e === 10637 || e === 10638 || e === 10639 || e === 10640 || e === 10641 || e === 10642 || e === 10643 || e === 10644 || e === 10645 || e === 10646 || e === 10647 || e === 10648 || e >= 10649 && e <= 10711 || e === 10712 || e === 10713 || e === 10714 || e === 10715 || e >= 10716 && e <= 10747 || e === 10748 || e === 10749 || e >= 10750 && e <= 11007 || e >= 11008 && e <= 11055 || e >= 11056 && e <= 11076 || e >= 11077 && e <= 11078 || e >= 11079 && e <= 11084 || e >= 11085 && e <= 11123 || e >= 11124 && e <= 11125 || e >= 11126 && e <= 11157 || e === 11158 || e >= 11159 && e <= 11263 || e >= 11776 && e <= 11777 || e === 11778 || e === 11779 || e === 11780 || e === 11781 || e >= 11782 && e <= 11784 || e === 11785 || e === 11786 || e === 11787 || e === 11788 || e === 11789 || e >= 11790 && e <= 11798 || e === 11799 || e >= 11800 && e <= 11801 || e === 11802 || e === 11803 || e === 11804 || e === 11805 || e >= 11806 && e <= 11807 || e === 11808 || e === 11809 || e === 11810 || e === 11811 || e === 11812 || e === 11813 || e === 11814 || e === 11815 || e === 11816 || e === 11817 || e >= 11818 && e <= 11822 || e === 11823 || e >= 11824 && e <= 11833 || e >= 11834 && e <= 11835 || e >= 11836 && e <= 11839 || e === 11840 || e === 11841 || e === 11842 || e >= 11843 && e <= 11855 || e >= 11856 && e <= 11857 || e === 11858 || e >= 11859 && e <= 11903 || e >= 12289 && e <= 12291 || e === 12296 || e === 12297 || e === 12298 || e === 12299 || e === 12300 || e === 12301 || e === 12302 || e === 12303 || e === 12304 || e === 12305 || e >= 12306 && e <= 12307 || e === 12308 || e === 12309 || e === 12310 || e === 12311 || e === 12312 || e === 12313 || e === 12314 || e === 12315 || e === 12316 || e === 12317 || e >= 12318 && e <= 12319 || e === 12320 || e === 12336 || e === 64830 || e === 64831 || e >= 65093 && e <= 65094;
3524
3579
  }
3525
3580
  function Bn(e) {
3526
3581
  e.forEach(function(t) {
3527
- if (delete t.location, Cs(t) || Rs(t))
3582
+ if (delete t.location, Cs(t) || As(t))
3528
3583
  for (var r in t.options)
3529
3584
  delete t.options[r].location, Bn(t.options[r].value);
3530
- else Ns(t) && Bs(t.style) || (Hs(t) || Ls(t)) && Hn(t.style) ? delete t.style.location : As(t) && Bn(t.children);
3585
+ else Ns(t) && Ys(t.style) || (Ls(t) || Rs(t)) && Nn(t.style) ? delete t.style.location : Bs(t) && Bn(t.children);
3531
3586
  });
3532
3587
  }
3533
- function bu(e, t) {
3588
+ function ku(e, t) {
3534
3589
  t === void 0 && (t = {}), t = U({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3535
- var r = new pu(e, t).parse();
3590
+ var r = new wu(e, t).parse();
3536
3591
  if (r.err) {
3537
- var n = SyntaxError(C[r.err.kind]);
3592
+ var n = SyntaxError(R[r.err.kind]);
3538
3593
  throw n.location = r.err.location, n.originalMessage = r.err.message, n;
3539
3594
  }
3540
3595
  return t != null && t.captureLocation || Bn(r.val), r.val;
3541
3596
  }
3542
- function bn(e, t) {
3543
- var r = t && t.cache ? t.cache : ku, n = t && t.serializer ? t.serializer : xu, i = t && t.strategy ? t.strategy : wu;
3544
- return i(e, {
3545
- cache: r,
3546
- serializer: n
3547
- });
3548
- }
3549
- function vu(e) {
3550
- return e == null || typeof e == "number" || typeof e == "boolean";
3551
- }
3552
- function Zs(e, t, r, n) {
3553
- var i = vu(n) ? n : r(n), s = t.get(i);
3554
- return typeof s == "undefined" && (s = e.call(this, n), t.set(i, s)), s;
3555
- }
3556
- function $s(e, t, r) {
3557
- var n = Array.prototype.slice.call(arguments, 3), i = r(n), s = t.get(i);
3558
- return typeof s == "undefined" && (s = e.apply(this, n), t.set(i, s)), s;
3559
- }
3560
- function qn(e, t, r, n, i) {
3561
- return r.bind(t, e, n, i);
3562
- }
3563
- function wu(e, t) {
3564
- var r = e.length === 1 ? Zs : $s;
3565
- return qn(e, this, r, t.cache.create(), t.serializer);
3566
- }
3567
- function Su(e, t) {
3568
- return qn(e, this, $s, t.cache.create(), t.serializer);
3569
- }
3570
- function Eu(e, t) {
3571
- return qn(e, this, Zs, t.cache.create(), t.serializer);
3572
- }
3573
- var xu = function() {
3574
- return JSON.stringify(arguments);
3575
- };
3576
- function Jn() {
3577
- this.cache = /* @__PURE__ */ Object.create(null);
3578
- }
3579
- Jn.prototype.get = function(e) {
3580
- return this.cache[e];
3581
- };
3582
- Jn.prototype.set = function(e, t) {
3583
- this.cache[e] = t;
3584
- };
3585
- var ku = {
3586
- create: function() {
3587
- return new Jn();
3588
- }
3589
- }, vn = {
3590
- variadic: Su,
3591
- monadic: Eu
3592
- }, Dt;
3597
+ var Dt;
3593
3598
  (function(e) {
3594
3599
  e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
3595
3600
  })(Dt || (Dt = {}));
@@ -3662,7 +3667,7 @@ function Mr(e, t, r, n, i, s, a) {
3662
3667
  });
3663
3668
  continue;
3664
3669
  }
3665
- if (Vl(f)) {
3670
+ if (Jl(f)) {
3666
3671
  typeof s == "number" && o.push({
3667
3672
  type: me.literal,
3668
3673
  value: r.getNumberFormat(t).format(s)
@@ -3673,23 +3678,23 @@ function Mr(e, t, r, n, i, s, a) {
3673
3678
  if (!(i && m in i))
3674
3679
  throw new Tu(m, a);
3675
3680
  var p = i[m];
3676
- if (jl(f)) {
3681
+ if (ql(f)) {
3677
3682
  (!p || typeof p == "string" || typeof p == "number") && (p = typeof p == "string" || typeof p == "number" ? String(p) : ""), o.push({
3678
3683
  type: typeof p == "string" ? me.literal : me.object,
3679
3684
  value: p
3680
3685
  });
3681
3686
  continue;
3682
3687
  }
3683
- if (Hs(f)) {
3684
- var S = typeof f.style == "string" ? n.date[f.style] : Hn(f.style) ? f.style.parsedOptions : void 0;
3688
+ if (Ls(f)) {
3689
+ var S = typeof f.style == "string" ? n.date[f.style] : Nn(f.style) ? f.style.parsedOptions : void 0;
3685
3690
  o.push({
3686
3691
  type: me.literal,
3687
3692
  value: r.getDateTimeFormat(t, S).format(p)
3688
3693
  });
3689
3694
  continue;
3690
3695
  }
3691
- if (Ls(f)) {
3692
- var S = typeof f.style == "string" ? n.time[f.style] : Hn(f.style) ? f.style.parsedOptions : n.time.medium;
3696
+ if (Rs(f)) {
3697
+ var S = typeof f.style == "string" ? n.time[f.style] : Nn(f.style) ? f.style.parsedOptions : n.time.medium;
3693
3698
  o.push({
3694
3699
  type: me.literal,
3695
3700
  value: r.getDateTimeFormat(t, S).format(p)
@@ -3697,14 +3702,14 @@ function Mr(e, t, r, n, i, s, a) {
3697
3702
  continue;
3698
3703
  }
3699
3704
  if (Ns(f)) {
3700
- var S = typeof f.style == "string" ? n.number[f.style] : Bs(f.style) ? f.style.parsedOptions : void 0;
3705
+ var S = typeof f.style == "string" ? n.number[f.style] : Ys(f.style) ? f.style.parsedOptions : void 0;
3701
3706
  S && S.scale && (p = p * (S.scale || 1)), o.push({
3702
3707
  type: me.literal,
3703
3708
  value: r.getNumberFormat(t, S).format(p)
3704
3709
  });
3705
3710
  continue;
3706
3711
  }
3707
- if (As(f)) {
3712
+ if (Bs(f)) {
3708
3713
  var E = f.children, v = f.value, D = i[v];
3709
3714
  if (!Du(D))
3710
3715
  throw new Mu(v, "function", a);
@@ -3725,7 +3730,7 @@ function Mr(e, t, r, n, i, s, a) {
3725
3730
  o.push.apply(o, Mr(T.value, t, r, n, i));
3726
3731
  continue;
3727
3732
  }
3728
- if (Rs(f)) {
3733
+ if (As(f)) {
3729
3734
  var T = f.options["=".concat(p)];
3730
3735
  if (!T) {
3731
3736
  if (!Intl.PluralRules)
@@ -3743,14 +3748,14 @@ Try polyfilling it using "@formatjs/intl-pluralrules"
3743
3748
  }
3744
3749
  return Ou(o);
3745
3750
  }
3746
- function Pu(e, t) {
3751
+ function Fu(e, t) {
3747
3752
  return t ? U(U(U({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
3748
3753
  return r[n] = U(U({}, e[n]), t[n] || {}), r;
3749
3754
  }, {})) : e;
3750
3755
  }
3751
- function Fu(e, t) {
3756
+ function Pu(e, t) {
3752
3757
  return t ? Object.keys(e).reduce(function(r, n) {
3753
- return r[n] = Pu(e[n], t[n]), r;
3758
+ return r[n] = Fu(e[n], t[n]), r;
3754
3759
  }, U({}, e)) : e;
3755
3760
  }
3756
3761
  function wn(e) {
@@ -3773,38 +3778,39 @@ function Iu(e) {
3773
3778
  dateTime: {},
3774
3779
  pluralRules: {}
3775
3780
  }), {
3776
- getNumberFormat: bn(function() {
3781
+ getNumberFormat: _n(function() {
3777
3782
  for (var t, r = [], n = 0; n < arguments.length; n++)
3778
3783
  r[n] = arguments[n];
3779
3784
  return new ((t = Intl.NumberFormat).bind.apply(t, Et([void 0], r, !1)))();
3780
3785
  }, {
3781
3786
  cache: wn(e.number),
3782
- strategy: vn.variadic
3787
+ strategy: bn.variadic
3783
3788
  }),
3784
- getDateTimeFormat: bn(function() {
3789
+ getDateTimeFormat: _n(function() {
3785
3790
  for (var t, r = [], n = 0; n < arguments.length; n++)
3786
3791
  r[n] = arguments[n];
3787
3792
  return new ((t = Intl.DateTimeFormat).bind.apply(t, Et([void 0], r, !1)))();
3788
3793
  }, {
3789
3794
  cache: wn(e.dateTime),
3790
- strategy: vn.variadic
3795
+ strategy: bn.variadic
3791
3796
  }),
3792
- getPluralRules: bn(function() {
3797
+ getPluralRules: _n(function() {
3793
3798
  for (var t, r = [], n = 0; n < arguments.length; n++)
3794
3799
  r[n] = arguments[n];
3795
3800
  return new ((t = Intl.PluralRules).bind.apply(t, Et([void 0], r, !1)))();
3796
3801
  }, {
3797
3802
  cache: wn(e.pluralRules),
3798
- strategy: vn.variadic
3803
+ strategy: bn.variadic
3799
3804
  })
3800
3805
  };
3801
3806
  }
3802
- var Nu = (
3807
+ var Hu = (
3803
3808
  /** @class */
3804
3809
  function() {
3805
3810
  function e(t, r, n, i) {
3811
+ r === void 0 && (r = e.defaultLocale);
3806
3812
  var s = this;
3807
- if (r === void 0 && (r = e.defaultLocale), this.formatterCache = {
3813
+ if (this.formatterCache = {
3808
3814
  number: {},
3809
3815
  dateTime: {},
3810
3816
  pluralRules: {}
@@ -3830,13 +3836,13 @@ var Nu = (
3830
3836
  throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
3831
3837
  var a = i || {};
3832
3838
  a.formatters;
3833
- var o = dl(a, ["formatters"]);
3839
+ var o = cl(a, ["formatters"]);
3834
3840
  this.ast = e.__parse(t, U(U({}, o), { locale: this.resolvedLocale }));
3835
3841
  } else
3836
3842
  this.ast = t;
3837
3843
  if (!Array.isArray(this.ast))
3838
3844
  throw new TypeError("A message must be provided as a String or AST.");
3839
- this.formats = Fu(e.formats, n), this.formatters = i && i.formatters || Iu(this.formatterCache);
3845
+ this.formats = Pu(e.formats, n), this.formatters = i && i.formatters || Iu(this.formatterCache);
3840
3846
  }
3841
3847
  return Object.defineProperty(e, "defaultLocale", {
3842
3848
  get: function() {
@@ -3849,7 +3855,7 @@ var Nu = (
3849
3855
  var r = Intl.NumberFormat.supportedLocalesOf(t);
3850
3856
  return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
3851
3857
  }
3852
- }, e.__parse = bu, e.formats = {
3858
+ }, e.__parse = ku, e.formats = {
3853
3859
  number: {
3854
3860
  integer: {
3855
3861
  maximumFractionDigits: 0
@@ -3910,7 +3916,7 @@ var Nu = (
3910
3916
  }, e;
3911
3917
  }()
3912
3918
  );
3913
- function Hu(e, t) {
3919
+ function Nu(e, t) {
3914
3920
  if (t == null)
3915
3921
  return;
3916
3922
  if (t in e)
@@ -3931,31 +3937,31 @@ function Hu(e, t) {
3931
3937
  n = void 0;
3932
3938
  return n;
3933
3939
  }
3934
- const qe = {}, Lu = (e, t, r) => r && (t in qe || (qe[t] = {}), e in qe[t] || (qe[t][e] = r), r), Xs = (e, t) => {
3940
+ const qe = {}, Lu = (e, t, r) => r && (t in qe || (qe[t] = {}), e in qe[t] || (qe[t][e] = r), r), $s = (e, t) => {
3935
3941
  if (t == null)
3936
3942
  return;
3937
3943
  if (t in qe && e in qe[t])
3938
3944
  return qe[t][e];
3939
3945
  const r = Gr(t);
3940
3946
  for (let n = 0; n < r.length; n++) {
3941
- const i = r[n], s = Ru(i, e);
3947
+ const i = r[n], s = Cu(i, e);
3942
3948
  if (s)
3943
3949
  return Lu(e, t, s);
3944
3950
  }
3945
3951
  };
3946
3952
  let Qn;
3947
3953
  const It = Yr({});
3948
- function Cu(e) {
3954
+ function Ru(e) {
3949
3955
  return Qn[e] || null;
3950
3956
  }
3951
- function qs(e) {
3957
+ function Xs(e) {
3952
3958
  return e in Qn;
3953
3959
  }
3954
- function Ru(e, t) {
3955
- if (!qs(e))
3960
+ function Cu(e, t) {
3961
+ if (!Xs(e))
3956
3962
  return null;
3957
- const r = Cu(e);
3958
- return Hu(r, t);
3963
+ const r = Ru(e);
3964
+ return Nu(r, t);
3959
3965
  }
3960
3966
  function Au(e) {
3961
3967
  if (e == null)
@@ -3963,14 +3969,14 @@ function Au(e) {
3963
3969
  const t = Gr(e);
3964
3970
  for (let r = 0; r < t.length; r++) {
3965
3971
  const n = t[r];
3966
- if (qs(n))
3972
+ if (Xs(n))
3967
3973
  return n;
3968
3974
  }
3969
3975
  }
3970
- function Js(e, ...t) {
3976
+ function qs(e, ...t) {
3971
3977
  delete qe[e], It.update((r) => (r[e] = Wl.all([r[e] || {}, ...t]), r));
3972
3978
  }
3973
- Ft(
3979
+ Pt(
3974
3980
  [It],
3975
3981
  ([e]) => Object.keys(e)
3976
3982
  );
@@ -3979,12 +3985,12 @@ const Tr = {};
3979
3985
  function Bu(e, t) {
3980
3986
  Tr[e].delete(t), Tr[e].size === 0 && delete Tr[e];
3981
3987
  }
3982
- function Qs(e) {
3988
+ function Js(e) {
3983
3989
  return Tr[e];
3984
3990
  }
3985
3991
  function Yu(e) {
3986
3992
  return Gr(e).map((t) => {
3987
- const r = Qs(t);
3993
+ const r = Js(t);
3988
3994
  return [t, r ? [...r] : []];
3989
3995
  }).filter(([, t]) => t.length > 0);
3990
3996
  }
@@ -3992,17 +3998,17 @@ function Yn(e) {
3992
3998
  return e == null ? !1 : Gr(e).some(
3993
3999
  (t) => {
3994
4000
  var r;
3995
- return (r = Qs(t)) == null ? void 0 : r.size;
4001
+ return (r = Js(t)) == null ? void 0 : r.size;
3996
4002
  }
3997
4003
  );
3998
4004
  }
3999
4005
  function Uu(e, t) {
4000
4006
  return Promise.all(
4001
4007
  t.map((n) => (Bu(e, n), n().then((i) => i.default || i)))
4002
- ).then((n) => Js(e, ...n));
4008
+ ).then((n) => qs(e, ...n));
4003
4009
  }
4004
4010
  const Wt = {};
4005
- function Ks(e) {
4011
+ function Qs(e) {
4006
4012
  if (!Yn(e))
4007
4013
  return e in Wt ? Wt[e] : Promise.resolve();
4008
4014
  const t = Yu(e);
@@ -4012,7 +4018,7 @@ function Ks(e) {
4012
4018
  )
4013
4019
  ).then(() => {
4014
4020
  if (Yn(e))
4015
- return Ks(e);
4021
+ return Qs(e);
4016
4022
  delete Wt[e];
4017
4023
  }), Wt[e];
4018
4024
  }
@@ -4053,7 +4059,7 @@ const Gu = {
4053
4059
  handleMissingMessage: void 0,
4054
4060
  ignoreTag: !0
4055
4061
  }, ju = Wu;
4056
- function Pt() {
4062
+ function Ft() {
4057
4063
  return ju;
4058
4064
  }
4059
4065
  const Sn = Yr(!1);
@@ -4070,7 +4076,7 @@ const Ir = Yr(null);
4070
4076
  function is(e) {
4071
4077
  return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
4072
4078
  }
4073
- function Gr(e, t = Pt().fallbackLocale) {
4079
+ function Gr(e, t = Ft().fallbackLocale) {
4074
4080
  const r = is(e);
4075
4081
  return t ? [.../* @__PURE__ */ new Set([...r, ...is(t)])] : r;
4076
4082
  }
@@ -4082,12 +4088,12 @@ Ir.subscribe((e) => {
4082
4088
  });
4083
4089
  const Qu = (e) => {
4084
4090
  if (e && Au(e) && Yn(e)) {
4085
- const { loadingDelay: t } = Pt();
4091
+ const { loadingDelay: t } = Ft();
4086
4092
  let r;
4087
4093
  return typeof window != "undefined" && ft() != null && t ? r = window.setTimeout(
4088
4094
  () => Sn.set(!0),
4089
4095
  t
4090
- ) : Sn.set(!0), Ks(e).then(() => {
4096
+ ) : Sn.set(!0), Qs(e).then(() => {
4091
4097
  Ir.set(e);
4092
4098
  }).finally(() => {
4093
4099
  clearTimeout(r), Sn.set(!1);
@@ -4103,44 +4109,44 @@ const Qu = (e) => {
4103
4109
  return i in t ? t[i] : t[i] = e(n);
4104
4110
  };
4105
4111
  };
4106
- var Ku = Object.defineProperty, Nr = Object.getOwnPropertySymbols, ea = Object.prototype.hasOwnProperty, ta = Object.prototype.propertyIsEnumerable, ss = (e, t, r) => t in e ? Ku(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Kn = (e, t) => {
4112
+ var Ku = Object.defineProperty, Hr = Object.getOwnPropertySymbols, Ks = Object.prototype.hasOwnProperty, ea = Object.prototype.propertyIsEnumerable, ss = (e, t, r) => t in e ? Ku(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Kn = (e, t) => {
4107
4113
  for (var r in t || (t = {}))
4108
- ea.call(t, r) && ss(e, r, t[r]);
4109
- if (Nr)
4110
- for (var r of Nr(t))
4111
- ta.call(t, r) && ss(e, r, t[r]);
4114
+ Ks.call(t, r) && ss(e, r, t[r]);
4115
+ if (Hr)
4116
+ for (var r of Hr(t))
4117
+ ea.call(t, r) && ss(e, r, t[r]);
4112
4118
  return e;
4113
- }, Nt = (e, t) => {
4119
+ }, Ht = (e, t) => {
4114
4120
  var r = {};
4115
4121
  for (var n in e)
4116
- ea.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
4117
- if (e != null && Nr)
4118
- for (var n of Nr(e))
4119
- t.indexOf(n) < 0 && ta.call(e, n) && (r[n] = e[n]);
4122
+ Ks.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
4123
+ if (e != null && Hr)
4124
+ for (var n of Hr(e))
4125
+ t.indexOf(n) < 0 && ea.call(e, n) && (r[n] = e[n]);
4120
4126
  return r;
4121
4127
  };
4122
4128
  const qt = (e, t) => {
4123
- const { formats: r } = Pt();
4129
+ const { formats: r } = Ft();
4124
4130
  if (e in r && t in r[e])
4125
4131
  return r[e][t];
4126
4132
  throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
4127
4133
  }, eh = Wr(
4128
4134
  (e) => {
4129
- var t = e, { locale: r, format: n } = t, i = Nt(t, ["locale", "format"]);
4135
+ var t = e, { locale: r, format: n } = t, i = Ht(t, ["locale", "format"]);
4130
4136
  if (r == null)
4131
4137
  throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
4132
4138
  return n && (i = qt("number", n)), new Intl.NumberFormat(r, i);
4133
4139
  }
4134
4140
  ), th = Wr(
4135
4141
  (e) => {
4136
- var t = e, { locale: r, format: n } = t, i = Nt(t, ["locale", "format"]);
4142
+ var t = e, { locale: r, format: n } = t, i = Ht(t, ["locale", "format"]);
4137
4143
  if (r == null)
4138
4144
  throw new Error('[svelte-i18n] A "locale" must be set to format dates');
4139
4145
  return n ? i = qt("date", n) : Object.keys(i).length === 0 && (i = qt("date", "short")), new Intl.DateTimeFormat(r, i);
4140
4146
  }
4141
4147
  ), rh = Wr(
4142
4148
  (e) => {
4143
- var t = e, { locale: r, format: n } = t, i = Nt(t, ["locale", "format"]);
4149
+ var t = e, { locale: r, format: n } = t, i = Ht(t, ["locale", "format"]);
4144
4150
  if (r == null)
4145
4151
  throw new Error(
4146
4152
  '[svelte-i18n] A "locale" must be set to format time values'
@@ -4150,28 +4156,28 @@ const qt = (e, t) => {
4150
4156
  ), nh = (e = {}) => {
4151
4157
  var t = e, {
4152
4158
  locale: r = ft()
4153
- } = t, n = Nt(t, [
4159
+ } = t, n = Ht(t, [
4154
4160
  "locale"
4155
4161
  ]);
4156
4162
  return eh(Kn({ locale: r }, n));
4157
4163
  }, ih = (e = {}) => {
4158
4164
  var t = e, {
4159
4165
  locale: r = ft()
4160
- } = t, n = Nt(t, [
4166
+ } = t, n = Ht(t, [
4161
4167
  "locale"
4162
4168
  ]);
4163
4169
  return th(Kn({ locale: r }, n));
4164
4170
  }, sh = (e = {}) => {
4165
4171
  var t = e, {
4166
4172
  locale: r = ft()
4167
- } = t, n = Nt(t, [
4173
+ } = t, n = Ht(t, [
4168
4174
  "locale"
4169
4175
  ]);
4170
4176
  return rh(Kn({ locale: r }, n));
4171
4177
  }, ah = Wr(
4172
4178
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
4173
- (e, t = ft()) => new Nu(e, t, Pt().formats, {
4174
- ignoreTag: Pt().ignoreTag
4179
+ (e, t = ft()) => new Hu(e, t, Ft().formats, {
4180
+ ignoreTag: Ft().ignoreTag
4175
4181
  })
4176
4182
  ), oh = (e, t = {}) => {
4177
4183
  var r, n, i, s;
@@ -4186,9 +4192,9 @@ const qt = (e, t) => {
4186
4192
  throw new Error(
4187
4193
  "[svelte-i18n] Cannot format a message without first setting the initial locale."
4188
4194
  );
4189
- let f = Xs(e, l);
4195
+ let f = $s(e, l);
4190
4196
  if (!f)
4191
- f = (s = (i = (n = (r = Pt()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: l, id: e, defaultValue: u })) != null ? i : u) != null ? s : e;
4197
+ f = (s = (i = (n = (r = Ft()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: l, id: e, defaultValue: u })) != null ? i : u) != null ? s : e;
4192
4198
  else if (typeof f != "string")
4193
4199
  return console.warn(
4194
4200
  `[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof f}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
@@ -4205,11 +4211,11 @@ const qt = (e, t) => {
4205
4211
  );
4206
4212
  }
4207
4213
  return m;
4208
- }, lh = (e, t) => sh(t).format(e), uh = (e, t) => ih(t).format(e), hh = (e, t) => nh(t).format(e), fh = (e, t = ft()) => Xs(e, t), ch = Ft([tt, It], () => oh);
4209
- Ft([tt], () => lh);
4210
- Ft([tt], () => uh);
4211
- Ft([tt], () => hh);
4212
- Ft([tt, It], () => fh);
4214
+ }, lh = (e, t) => sh(t).format(e), uh = (e, t) => ih(t).format(e), hh = (e, t) => nh(t).format(e), fh = (e, t = ft()) => $s(e, t), ch = Pt([tt, It], () => oh);
4215
+ Pt([tt], () => lh);
4216
+ Pt([tt], () => uh);
4217
+ Pt([tt], () => hh);
4218
+ Pt([tt, It], () => fh);
4213
4219
  window.emWidgets = { topic: Ml };
4214
4220
  const yt = (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)), as = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
4215
4221
  function dh(e, t) {
@@ -4229,7 +4235,7 @@ function mh({ withLocale: e, translations: t }) {
4229
4235
  });
4230
4236
  }
4231
4237
  function os(e, t) {
4232
- Js(e, t);
4238
+ qs(e, t);
4233
4239
  }
4234
4240
  function ph(e) {
4235
4241
  tt.set(e);
@@ -4388,6 +4394,15 @@ const ls = {
4388
4394
  playNow: "Comenzar ahora!",
4389
4395
  breakButton: "Presionar botón 3 segundos para un bloqueo de 24 horas",
4390
4396
  Loading: "Cargando, por favor espere..."
4397
+ },
4398
+ "en-us": {
4399
+ signIn: "LOGIN",
4400
+ register: "REGISTER",
4401
+ deposit: "DEPOSIT",
4402
+ playForFun: "Play for fun",
4403
+ playNow: "Start now!",
4404
+ breakButton: "Hold button for 3 seconds to take 24-hours instant lock",
4405
+ loading: "Loading, please wait ..."
4391
4406
  }
4392
4407
  };
4393
4408
  function gh(e) {
@@ -4398,12 +4413,12 @@ function gh(e) {
4398
4413
  //! authors : Tim Wood, Iskren Chernev, Moment.js contributors
4399
4414
  //! license : MIT
4400
4415
  //! momentjs.com
4401
- var ra;
4416
+ var ta;
4402
4417
  function y() {
4403
- return ra.apply(null, arguments);
4418
+ return ta.apply(null, arguments);
4404
4419
  }
4405
4420
  function yh(e) {
4406
- ra = e;
4421
+ ta = e;
4407
4422
  }
4408
4423
  function xe(e) {
4409
4424
  return e instanceof Array || Object.prototype.toString.call(e) === "[object Array]";
@@ -4432,7 +4447,7 @@ function Ue(e) {
4432
4447
  function rr(e) {
4433
4448
  return e instanceof Date || Object.prototype.toString.call(e) === "[object Date]";
4434
4449
  }
4435
- function na(e, t) {
4450
+ function ra(e, t) {
4436
4451
  var r = [], n, i = e.length;
4437
4452
  for (n = 0; n < i; ++n)
4438
4453
  r.push(t(e[n], n));
@@ -4443,8 +4458,8 @@ function Je(e, t) {
4443
4458
  G(t, r) && (e[r] = t[r]);
4444
4459
  return G(t, "toString") && (e.toString = t.toString), G(t, "valueOf") && (e.valueOf = t.valueOf), e;
4445
4460
  }
4446
- function Fe(e, t, r, n) {
4447
- return Ma(e, t, r, n, !0).utc();
4461
+ function Pe(e, t, r, n) {
4462
+ return ka(e, t, r, n, !0).utc();
4448
4463
  }
4449
4464
  function _h() {
4450
4465
  return {
@@ -4488,7 +4503,7 @@ function ti(e) {
4488
4503
  return e._isValid;
4489
4504
  }
4490
4505
  function jr(e) {
4491
- var t = Fe(NaN);
4506
+ var t = Pe(NaN);
4492
4507
  return e != null ? Je(I(t), e) : I(t).userInvalidated = !0, t;
4493
4508
  }
4494
4509
  var us = y.momentProperties = [], En = !1;
@@ -4505,7 +4520,7 @@ function nr(e) {
4505
4520
  function ke(e) {
4506
4521
  return e instanceof nr || e != null && e._isAMomentObject != null;
4507
4522
  }
4508
- function ia(e) {
4523
+ function na(e) {
4509
4524
  y.suppressDeprecationWarnings === !1 && typeof console != "undefined" && console.warn && console.warn("Deprecation warning: " + e);
4510
4525
  }
4511
4526
  function we(e, t) {
@@ -4524,7 +4539,7 @@ function we(e, t) {
4524
4539
  i = arguments[s];
4525
4540
  n.push(i);
4526
4541
  }
4527
- ia(
4542
+ na(
4528
4543
  e + `
4529
4544
  Arguments: ` + Array.prototype.slice.call(n).join("") + `
4530
4545
  ` + new Error().stack
@@ -4534,8 +4549,8 @@ Arguments: ` + Array.prototype.slice.call(n).join("") + `
4534
4549
  }, t);
4535
4550
  }
4536
4551
  var hs = {};
4537
- function sa(e, t) {
4538
- y.deprecationHandler != null && y.deprecationHandler(e, t), hs[e] || (ia(t), hs[e] = !0);
4552
+ function ia(e, t) {
4553
+ y.deprecationHandler != null && y.deprecationHandler(e, t), hs[e] || (na(t), hs[e] = !0);
4539
4554
  }
4540
4555
  y.suppressDeprecationWarnings = !1;
4541
4556
  y.deprecationHandler = null;
@@ -4613,9 +4628,9 @@ function Eh(e) {
4613
4628
  };
4614
4629
  }
4615
4630
  function Or(e, t) {
4616
- return e.isValid() ? (t = aa(t, e.localeData()), xn[t] = xn[t] || Eh(t), xn[t](e)) : e.localeData().invalidDate();
4631
+ return e.isValid() ? (t = sa(t, e.localeData()), xn[t] = xn[t] || Eh(t), xn[t](e)) : e.localeData().invalidDate();
4617
4632
  }
4618
- function aa(e, t) {
4633
+ function sa(e, t) {
4619
4634
  var r = 5;
4620
4635
  function n(i) {
4621
4636
  return t.longDateFormat(i) || i;
@@ -4646,10 +4661,10 @@ function Th() {
4646
4661
  return this._invalidDate;
4647
4662
  }
4648
4663
  var Oh = "%d", Dh = /\d{1,2}/;
4649
- function Ph(e) {
4664
+ function Fh(e) {
4650
4665
  return this._ordinal.replace("%d", e);
4651
4666
  }
4652
- var Fh = {
4667
+ var Ph = {
4653
4668
  future: "in %s",
4654
4669
  past: "%s ago",
4655
4670
  s: "a few seconds",
@@ -4671,7 +4686,7 @@ function Ih(e, t, r, n) {
4671
4686
  var i = this._relativeTime[r];
4672
4687
  return Ie(i) ? i(e, t, r, n) : i.replace(/%d/i, e);
4673
4688
  }
4674
- function Nh(e, t) {
4689
+ function Hh(e, t) {
4675
4690
  var r = this._relativeTime[e > 0 ? "future" : "past"];
4676
4691
  return Ie(r) ? r(t) : r.replace(/%s/i, t);
4677
4692
  }
@@ -4734,7 +4749,7 @@ function si(e) {
4734
4749
  G(e, n) && (r = Se(n), r && (t[r] = e[n]));
4735
4750
  return t;
4736
4751
  }
4737
- var Hh = {
4752
+ var Nh = {
4738
4753
  date: 9,
4739
4754
  day: 11,
4740
4755
  weekday: 11,
@@ -4755,20 +4770,20 @@ var Hh = {
4755
4770
  function Lh(e) {
4756
4771
  var t = [], r;
4757
4772
  for (r in e)
4758
- G(e, r) && t.push({ unit: r, priority: Hh[r] });
4773
+ G(e, r) && t.push({ unit: r, priority: Nh[r] });
4759
4774
  return t.sort(function(n, i) {
4760
4775
  return n.priority - i.priority;
4761
4776
  }), t;
4762
4777
  }
4763
- var oa = /\d/, ge = /\d\d/, la = /\d{3}/, ai = /\d{4}/, Vr = /[+-]?\d{6}/, te = /\d\d?/, ua = /\d\d\d\d?/, ha = /\d\d\d\d\d\d?/, zr = /\d{1,3}/, oi = /\d{1,4}/, Zr = /[+-]?\d{1,6}/, Ht = /\d+/, $r = /[+-]?\d+/, Ch = /Z|[+-]\d\d:?\d\d/gi, Xr = /Z|[+-]\d\d(?::?\d\d)?/gi, Rh = /[+-]?\d+(\.\d{1,3})?/, ir = /[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, Lt = /^[1-9]\d?/, li = /^([1-9]\d|\d)/, Hr;
4764
- Hr = {};
4778
+ var aa = /\d/, ge = /\d\d/, oa = /\d{3}/, ai = /\d{4}/, Vr = /[+-]?\d{6}/, te = /\d\d?/, la = /\d\d\d\d?/, ua = /\d\d\d\d\d\d?/, zr = /\d{1,3}/, oi = /\d{1,4}/, Zr = /[+-]?\d{1,6}/, Nt = /\d+/, $r = /[+-]?\d+/, Rh = /Z|[+-]\d\d:?\d\d/gi, Xr = /Z|[+-]\d\d(?::?\d\d)?/gi, Ch = /[+-]?\d+(\.\d{1,3})?/, ir = /[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, Lt = /^[1-9]\d?/, li = /^([1-9]\d|\d)/, Nr;
4779
+ Nr = {};
4765
4780
  function _(e, t, r) {
4766
- Hr[e] = Ie(t) ? t : function(n, i) {
4781
+ Nr[e] = Ie(t) ? t : function(n, i) {
4767
4782
  return n && r ? r : t;
4768
4783
  };
4769
4784
  }
4770
4785
  function Ah(e, t) {
4771
- return G(Hr, e) ? Hr[e](t._strict, t._locale) : new RegExp(Bh(e));
4786
+ return G(Nr, e) ? Nr[e](t._strict, t._locale) : new RegExp(Bh(e));
4772
4787
  }
4773
4788
  function Bh(e) {
4774
4789
  return Be(
@@ -4786,7 +4801,7 @@ function Be(e) {
4786
4801
  function be(e) {
4787
4802
  return e < 0 ? Math.ceil(e) || 0 : Math.floor(e);
4788
4803
  }
4789
- function H(e) {
4804
+ function N(e) {
4790
4805
  var t = +e, r = 0;
4791
4806
  return t !== 0 && isFinite(t) && (r = be(t)), r;
4792
4807
  }
@@ -4794,7 +4809,7 @@ var Vn = {};
4794
4809
  function Z(e, t) {
4795
4810
  var r, n = t, i;
4796
4811
  for (typeof e == "string" && (e = [e]), Ue(t) && (n = function(s, a) {
4797
- a[t] = H(s);
4812
+ a[t] = N(s);
4798
4813
  }), i = e.length, r = 0; r < i; r++)
4799
4814
  Vn[e[r]] = n;
4800
4815
  }
@@ -4809,7 +4824,7 @@ function Yh(e, t, r) {
4809
4824
  function qr(e) {
4810
4825
  return e % 4 === 0 && e % 100 !== 0 || e % 400 === 0;
4811
4826
  }
4812
- var de = 0, Ce = 1, Oe = 2, ue = 3, Ee = 4, Re = 5, ut = 6, Uh = 7, Gh = 8;
4827
+ var de = 0, Re = 1, Oe = 2, ue = 3, Ee = 4, Ce = 5, ut = 6, Uh = 7, Gh = 8;
4813
4828
  x("Y", 0, 0, function() {
4814
4829
  var e = this.year();
4815
4830
  return e <= 9999 ? De(e, 4) : "+" + e;
@@ -4827,7 +4842,7 @@ _("YYYYY", Zr, Vr);
4827
4842
  _("YYYYYY", Zr, Vr);
4828
4843
  Z(["YYYYY", "YYYYYY"], de);
4829
4844
  Z("YYYY", function(e, t) {
4830
- t[de] = e.length === 2 ? y.parseTwoDigitYear(e) : H(e);
4845
+ t[de] = e.length === 2 ? y.parseTwoDigitYear(e) : N(e);
4831
4846
  });
4832
4847
  Z("YY", function(e, t) {
4833
4848
  t[de] = y.parseTwoDigitYear(e);
@@ -4839,15 +4854,15 @@ function Zt(e) {
4839
4854
  return qr(e) ? 366 : 365;
4840
4855
  }
4841
4856
  y.parseTwoDigitYear = function(e) {
4842
- return H(e) + (H(e) > 68 ? 1900 : 2e3);
4857
+ return N(e) + (N(e) > 68 ? 1900 : 2e3);
4843
4858
  };
4844
- var fa = Ct("FullYear", !0);
4859
+ var ha = Rt("FullYear", !0);
4845
4860
  function Wh() {
4846
4861
  return qr(this.year());
4847
4862
  }
4848
- function Ct(e, t) {
4863
+ function Rt(e, t) {
4849
4864
  return function(r) {
4850
- return r != null ? (ca(this, e, r), y.updateOffset(this, t), this) : Jt(this, e);
4865
+ return r != null ? (fa(this, e, r), y.updateOffset(this, t), this) : Jt(this, e);
4851
4866
  };
4852
4867
  }
4853
4868
  function Jt(e, t) {
@@ -4875,7 +4890,7 @@ function Jt(e, t) {
4875
4890
  return NaN;
4876
4891
  }
4877
4892
  }
4878
- function ca(e, t, r) {
4893
+ function fa(e, t, r) {
4879
4894
  var n, i, s, a, o;
4880
4895
  if (!(!e.isValid() || isNaN(r))) {
4881
4896
  switch (n = e._d, i = e._isUTC, t) {
@@ -4945,26 +4960,26 @@ _("MMMM", function(e, t) {
4945
4960
  return t.monthsRegex(e);
4946
4961
  });
4947
4962
  Z(["M", "MM"], function(e, t) {
4948
- t[Ce] = H(e) - 1;
4963
+ t[Re] = N(e) - 1;
4949
4964
  });
4950
4965
  Z(["MMM", "MMMM"], function(e, t, r, n) {
4951
4966
  var i = r._locale.monthsParse(e, n, r._strict);
4952
- i != null ? t[Ce] = i : I(r).invalidMonth = e;
4967
+ i != null ? t[Re] = i : I(r).invalidMonth = e;
4953
4968
  });
4954
4969
  var Zh = "January_February_March_April_May_June_July_August_September_October_November_December".split(
4955
4970
  "_"
4956
- ), da = "Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"), ma = /D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/, $h = ir, Xh = ir;
4971
+ ), ca = "Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"), da = /D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/, $h = ir, Xh = ir;
4957
4972
  function qh(e, t) {
4958
- return e ? xe(this._months) ? this._months[e.month()] : this._months[(this._months.isFormat || ma).test(t) ? "format" : "standalone"][e.month()] : xe(this._months) ? this._months : this._months.standalone;
4973
+ return e ? xe(this._months) ? this._months[e.month()] : this._months[(this._months.isFormat || da).test(t) ? "format" : "standalone"][e.month()] : xe(this._months) ? this._months : this._months.standalone;
4959
4974
  }
4960
4975
  function Jh(e, t) {
4961
- return e ? xe(this._monthsShort) ? this._monthsShort[e.month()] : this._monthsShort[ma.test(t) ? "format" : "standalone"][e.month()] : xe(this._monthsShort) ? this._monthsShort : this._monthsShort.standalone;
4976
+ return e ? xe(this._monthsShort) ? this._monthsShort[e.month()] : this._monthsShort[da.test(t) ? "format" : "standalone"][e.month()] : xe(this._monthsShort) ? this._monthsShort : this._monthsShort.standalone;
4962
4977
  }
4963
4978
  function Qh(e, t, r) {
4964
4979
  var n, i, s, a = e.toLocaleLowerCase();
4965
4980
  if (!this._monthsParse)
4966
4981
  for (this._monthsParse = [], this._longMonthsParse = [], this._shortMonthsParse = [], n = 0; n < 12; ++n)
4967
- s = Fe([2e3, n]), this._shortMonthsParse[n] = this.monthsShort(
4982
+ s = Pe([2e3, n]), this._shortMonthsParse[n] = this.monthsShort(
4968
4983
  s,
4969
4984
  ""
4970
4985
  ).toLocaleLowerCase(), this._longMonthsParse[n] = this.months(s, "").toLocaleLowerCase();
@@ -4975,7 +4990,7 @@ function Kh(e, t, r) {
4975
4990
  if (this._monthsParseExact)
4976
4991
  return Qh.call(this, e, t, r);
4977
4992
  for (this._monthsParse || (this._monthsParse = [], this._longMonthsParse = [], this._shortMonthsParse = []), n = 0; n < 12; n++) {
4978
- if (i = Fe([2e3, n]), r && !this._longMonthsParse[n] && (this._longMonthsParse[n] = new RegExp(
4993
+ if (i = Pe([2e3, n]), r && !this._longMonthsParse[n] && (this._longMonthsParse[n] = new RegExp(
4979
4994
  "^" + this.months(i, "").replace(".", "") + "$",
4980
4995
  "i"
4981
4996
  ), this._shortMonthsParse[n] = new RegExp(
@@ -4989,37 +5004,37 @@ function Kh(e, t, r) {
4989
5004
  return n;
4990
5005
  }
4991
5006
  }
4992
- function pa(e, t) {
5007
+ function ma(e, t) {
4993
5008
  if (!e.isValid())
4994
5009
  return e;
4995
5010
  if (typeof t == "string") {
4996
5011
  if (/^\d+$/.test(t))
4997
- t = H(t);
5012
+ t = N(t);
4998
5013
  else if (t = e.localeData().monthsParse(t), !Ue(t))
4999
5014
  return e;
5000
5015
  }
5001
5016
  var r = t, n = e.date();
5002
5017
  return n = n < 29 ? n : Math.min(n, ui(e.year(), r)), e._isUTC ? e._d.setUTCMonth(r, n) : e._d.setMonth(r, n), e;
5003
5018
  }
5004
- function ga(e) {
5005
- return e != null ? (pa(this, e), y.updateOffset(this, !0), this) : Jt(this, "Month");
5019
+ function pa(e) {
5020
+ return e != null ? (ma(this, e), y.updateOffset(this, !0), this) : Jt(this, "Month");
5006
5021
  }
5007
5022
  function ef() {
5008
5023
  return ui(this.year(), this.month());
5009
5024
  }
5010
5025
  function tf(e) {
5011
- return this._monthsParseExact ? (G(this, "_monthsRegex") || ya.call(this), e ? this._monthsShortStrictRegex : this._monthsShortRegex) : (G(this, "_monthsShortRegex") || (this._monthsShortRegex = $h), this._monthsShortStrictRegex && e ? this._monthsShortStrictRegex : this._monthsShortRegex);
5026
+ return this._monthsParseExact ? (G(this, "_monthsRegex") || ga.call(this), e ? this._monthsShortStrictRegex : this._monthsShortRegex) : (G(this, "_monthsShortRegex") || (this._monthsShortRegex = $h), this._monthsShortStrictRegex && e ? this._monthsShortStrictRegex : this._monthsShortRegex);
5012
5027
  }
5013
5028
  function rf(e) {
5014
- return this._monthsParseExact ? (G(this, "_monthsRegex") || ya.call(this), e ? this._monthsStrictRegex : this._monthsRegex) : (G(this, "_monthsRegex") || (this._monthsRegex = Xh), this._monthsStrictRegex && e ? this._monthsStrictRegex : this._monthsRegex);
5029
+ return this._monthsParseExact ? (G(this, "_monthsRegex") || ga.call(this), e ? this._monthsStrictRegex : this._monthsRegex) : (G(this, "_monthsRegex") || (this._monthsRegex = Xh), this._monthsStrictRegex && e ? this._monthsStrictRegex : this._monthsRegex);
5015
5030
  }
5016
- function ya() {
5031
+ function ga() {
5017
5032
  function e(l, u) {
5018
5033
  return u.length - l.length;
5019
5034
  }
5020
5035
  var t = [], r = [], n = [], i, s, a, o;
5021
5036
  for (i = 0; i < 12; i++)
5022
- s = Fe([2e3, i]), a = Be(this.monthsShort(s, "")), o = Be(this.months(s, "")), t.push(a), r.push(o), n.push(o), n.push(a);
5037
+ s = Pe([2e3, i]), a = Be(this.monthsShort(s, "")), o = Be(this.months(s, "")), t.push(a), r.push(o), n.push(o), n.push(a);
5023
5038
  t.sort(e), r.sort(e), n.sort(e), this._monthsRegex = new RegExp("^(" + n.join("|") + ")", "i"), this._monthsShortRegex = this._monthsRegex, this._monthsStrictRegex = new RegExp(
5024
5039
  "^(" + r.join("|") + ")",
5025
5040
  "i"
@@ -5040,7 +5055,7 @@ function Lr(e, t, r) {
5040
5055
  var n = 7 + t - r, i = (7 + Qt(e, 0, n).getUTCDay() - t) % 7;
5041
5056
  return -i + n - 1;
5042
5057
  }
5043
- function _a(e, t, r, n, i) {
5058
+ function ya(e, t, r, n, i) {
5044
5059
  var s = (7 + r - n) % 7, a = Lr(e, n, i), o = 1 + 7 * (t - 1) + s + a, l, u;
5045
5060
  return o <= 0 ? (l = e - 1, u = Zt(l) + o) : o > Zt(e) ? (l = e + 1, u = o - Zt(e)) : (l = e, u = o), {
5046
5061
  year: l,
@@ -5067,7 +5082,7 @@ _("WW", te, ge);
5067
5082
  sr(
5068
5083
  ["w", "ww", "W", "WW"],
5069
5084
  function(e, t, r, n) {
5070
- t[n.substr(0, 1)] = H(e);
5085
+ t[n.substr(0, 1)] = N(e);
5071
5086
  }
5072
5087
  );
5073
5088
  function sf(e) {
@@ -5122,7 +5137,7 @@ sr(["dd", "ddd", "dddd"], function(e, t, r, n) {
5122
5137
  i != null ? t.d = i : I(r).invalidWeekday = e;
5123
5138
  });
5124
5139
  sr(["d", "e", "E"], function(e, t, r, n) {
5125
- t[n] = H(e);
5140
+ t[n] = N(e);
5126
5141
  });
5127
5142
  function ff(e, t) {
5128
5143
  return typeof e != "string" ? e : isNaN(e) ? (e = t.weekdaysParse(e), typeof e == "number" ? e : null) : parseInt(e, 10);
@@ -5133,7 +5148,7 @@ function cf(e, t) {
5133
5148
  function hi(e, t) {
5134
5149
  return e.slice(t, 7).concat(e.slice(0, t));
5135
5150
  }
5136
- var df = "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), ba = "Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"), mf = "Su_Mo_Tu_We_Th_Fr_Sa".split("_"), pf = ir, gf = ir, yf = ir;
5151
+ var df = "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), _a = "Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"), mf = "Su_Mo_Tu_We_Th_Fr_Sa".split("_"), pf = ir, gf = ir, yf = ir;
5137
5152
  function _f(e, t) {
5138
5153
  var r = xe(this._weekdays) ? this._weekdays : this._weekdays[e && e !== !0 && this._weekdays.isFormat.test(t) ? "format" : "standalone"];
5139
5154
  return e === !0 ? hi(r, this._week.dow) : e ? r[e.day()] : r;
@@ -5148,7 +5163,7 @@ function wf(e, t, r) {
5148
5163
  var n, i, s, a = e.toLocaleLowerCase();
5149
5164
  if (!this._weekdaysParse)
5150
5165
  for (this._weekdaysParse = [], this._shortWeekdaysParse = [], this._minWeekdaysParse = [], n = 0; n < 7; ++n)
5151
- s = Fe([2e3, 1]).day(n), this._minWeekdaysParse[n] = this.weekdaysMin(
5166
+ s = Pe([2e3, 1]).day(n), this._minWeekdaysParse[n] = this.weekdaysMin(
5152
5167
  s,
5153
5168
  ""
5154
5169
  ).toLocaleLowerCase(), this._shortWeekdaysParse[n] = this.weekdaysShort(
@@ -5162,7 +5177,7 @@ function Sf(e, t, r) {
5162
5177
  if (this._weekdaysParseExact)
5163
5178
  return wf.call(this, e, t, r);
5164
5179
  for (this._weekdaysParse || (this._weekdaysParse = [], this._minWeekdaysParse = [], this._shortWeekdaysParse = [], this._fullWeekdaysParse = []), n = 0; n < 7; n++) {
5165
- if (i = Fe([2e3, 1]).day(n), r && !this._fullWeekdaysParse[n] && (this._fullWeekdaysParse[n] = new RegExp(
5180
+ if (i = Pe([2e3, 1]).day(n), r && !this._fullWeekdaysParse[n] && (this._fullWeekdaysParse[n] = new RegExp(
5166
5181
  "^" + this.weekdays(i, "").replace(".", "\\.?") + "$",
5167
5182
  "i"
5168
5183
  ), this._shortWeekdaysParse[n] = new RegExp(
@@ -5217,7 +5232,7 @@ function fi() {
5217
5232
  }
5218
5233
  var t = [], r = [], n = [], i = [], s, a, o, l, u;
5219
5234
  for (s = 0; s < 7; s++)
5220
- a = Fe([2e3, 1]).day(s), o = Be(this.weekdaysMin(a, "")), l = Be(this.weekdaysShort(a, "")), u = Be(this.weekdays(a, "")), t.push(o), r.push(l), n.push(u), i.push(o), i.push(l), i.push(u);
5235
+ a = Pe([2e3, 1]).day(s), o = Be(this.weekdaysMin(a, "")), l = Be(this.weekdaysShort(a, "")), u = Be(this.weekdays(a, "")), t.push(o), r.push(l), n.push(u), i.push(o), i.push(l), i.push(u);
5221
5236
  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(
5222
5237
  "^(" + n.join("|") + ")",
5223
5238
  "i"
@@ -5250,7 +5265,7 @@ x("Hmm", 0, 0, function() {
5250
5265
  x("Hmmss", 0, 0, function() {
5251
5266
  return "" + this.hours() + De(this.minutes(), 2) + De(this.seconds(), 2);
5252
5267
  });
5253
- function va(e, t) {
5268
+ function ba(e, t) {
5254
5269
  x(e, 0, 0, function() {
5255
5270
  return this.localeData().meridiem(
5256
5271
  this.hours(),
@@ -5259,73 +5274,73 @@ function va(e, t) {
5259
5274
  );
5260
5275
  });
5261
5276
  }
5262
- va("a", !0);
5263
- va("A", !1);
5264
- function wa(e, t) {
5277
+ ba("a", !0);
5278
+ ba("A", !1);
5279
+ function va(e, t) {
5265
5280
  return t._meridiemParse;
5266
5281
  }
5267
- _("a", wa);
5268
- _("A", wa);
5282
+ _("a", va);
5283
+ _("A", va);
5269
5284
  _("H", te, li);
5270
5285
  _("h", te, Lt);
5271
5286
  _("k", te, Lt);
5272
5287
  _("HH", te, ge);
5273
5288
  _("hh", te, ge);
5274
5289
  _("kk", te, ge);
5275
- _("hmm", ua);
5276
- _("hmmss", ha);
5277
- _("Hmm", ua);
5278
- _("Hmmss", ha);
5290
+ _("hmm", la);
5291
+ _("hmmss", ua);
5292
+ _("Hmm", la);
5293
+ _("Hmmss", ua);
5279
5294
  Z(["H", "HH"], ue);
5280
5295
  Z(["k", "kk"], function(e, t, r) {
5281
- var n = H(e);
5296
+ var n = N(e);
5282
5297
  t[ue] = n === 24 ? 0 : n;
5283
5298
  });
5284
5299
  Z(["a", "A"], function(e, t, r) {
5285
5300
  r._isPm = r._locale.isPM(e), r._meridiem = e;
5286
5301
  });
5287
5302
  Z(["h", "hh"], function(e, t, r) {
5288
- t[ue] = H(e), I(r).bigHour = !0;
5303
+ t[ue] = N(e), I(r).bigHour = !0;
5289
5304
  });
5290
5305
  Z("hmm", function(e, t, r) {
5291
5306
  var n = e.length - 2;
5292
- t[ue] = H(e.substr(0, n)), t[Ee] = H(e.substr(n)), I(r).bigHour = !0;
5307
+ t[ue] = N(e.substr(0, n)), t[Ee] = N(e.substr(n)), I(r).bigHour = !0;
5293
5308
  });
5294
5309
  Z("hmmss", function(e, t, r) {
5295
5310
  var n = e.length - 4, i = e.length - 2;
5296
- t[ue] = H(e.substr(0, n)), t[Ee] = H(e.substr(n, 2)), t[Re] = H(e.substr(i)), I(r).bigHour = !0;
5311
+ t[ue] = N(e.substr(0, n)), t[Ee] = N(e.substr(n, 2)), t[Ce] = N(e.substr(i)), I(r).bigHour = !0;
5297
5312
  });
5298
5313
  Z("Hmm", function(e, t, r) {
5299
5314
  var n = e.length - 2;
5300
- t[ue] = H(e.substr(0, n)), t[Ee] = H(e.substr(n));
5315
+ t[ue] = N(e.substr(0, n)), t[Ee] = N(e.substr(n));
5301
5316
  });
5302
5317
  Z("Hmmss", function(e, t, r) {
5303
5318
  var n = e.length - 4, i = e.length - 2;
5304
- t[ue] = H(e.substr(0, n)), t[Ee] = H(e.substr(n, 2)), t[Re] = H(e.substr(i));
5319
+ t[ue] = N(e.substr(0, n)), t[Ee] = N(e.substr(n, 2)), t[Ce] = N(e.substr(i));
5305
5320
  });
5306
- function Pf(e) {
5321
+ function Ff(e) {
5307
5322
  return (e + "").toLowerCase().charAt(0) === "p";
5308
5323
  }
5309
- var Ff = /[ap]\.?m?\.?/i, If = Ct("Hours", !0);
5310
- function Nf(e, t, r) {
5324
+ var Pf = /[ap]\.?m?\.?/i, If = Rt("Hours", !0);
5325
+ function Hf(e, t, r) {
5311
5326
  return e > 11 ? r ? "pm" : "PM" : r ? "am" : "AM";
5312
5327
  }
5313
- var Sa = {
5328
+ var wa = {
5314
5329
  calendar: vh,
5315
5330
  longDateFormat: xh,
5316
5331
  invalidDate: Mh,
5317
5332
  ordinal: Oh,
5318
5333
  dayOfMonthOrdinalParse: Dh,
5319
- relativeTime: Fh,
5334
+ relativeTime: Ph,
5320
5335
  months: Zh,
5321
- monthsShort: da,
5336
+ monthsShort: ca,
5322
5337
  week: af,
5323
5338
  weekdays: df,
5324
5339
  weekdaysMin: mf,
5325
- weekdaysShort: ba,
5326
- meridiemParse: Ff
5340
+ weekdaysShort: _a,
5341
+ meridiemParse: Pf
5327
5342
  }, se = {}, jt = {}, er;
5328
- function Hf(e, t) {
5343
+ function Nf(e, t) {
5329
5344
  var r, n = Math.min(e.length, t.length);
5330
5345
  for (r = 0; r < n; r += 1)
5331
5346
  if (e[r] !== t[r])
@@ -5340,7 +5355,7 @@ function Lf(e) {
5340
5355
  for (s = cs(e[t]).split("-"), r = s.length, n = cs(e[t + 1]), n = n ? n.split("-") : null; r > 0; ) {
5341
5356
  if (i = Jr(s.slice(0, r).join("-")), i)
5342
5357
  return i;
5343
- if (n && n.length >= r && Hf(s, n) >= r - 1)
5358
+ if (n && n.length >= r && Nf(s, n) >= r - 1)
5344
5359
  break;
5345
5360
  r--;
5346
5361
  }
@@ -5348,12 +5363,12 @@ function Lf(e) {
5348
5363
  }
5349
5364
  return er;
5350
5365
  }
5351
- function Cf(e) {
5366
+ function Rf(e) {
5352
5367
  return !!(e && e.match("^[^/\\\\]*$"));
5353
5368
  }
5354
5369
  function Jr(e) {
5355
5370
  var t = null, r;
5356
- if (se[e] === void 0 && typeof module != "undefined" && module && module.exports && Cf(e))
5371
+ if (se[e] === void 0 && typeof module != "undefined" && module && module.exports && Rf(e))
5357
5372
  try {
5358
5373
  t = er._abbr, r = gh, r("./locale/" + e), Ke(t);
5359
5374
  } catch (n) {
@@ -5369,9 +5384,9 @@ function Ke(e, t) {
5369
5384
  }
5370
5385
  function di(e, t) {
5371
5386
  if (t !== null) {
5372
- var r, n = Sa;
5387
+ var r, n = wa;
5373
5388
  if (t.abbr = e, se[e] != null)
5374
- sa(
5389
+ ia(
5375
5390
  "defineLocaleOverride",
5376
5391
  "use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."
5377
5392
  ), n = se[e]._config;
@@ -5391,9 +5406,9 @@ function di(e, t) {
5391
5406
  } else
5392
5407
  return delete se[e], null;
5393
5408
  }
5394
- function Rf(e, t) {
5409
+ function Cf(e, t) {
5395
5410
  if (t != null) {
5396
- var r, n, i = Sa;
5411
+ var r, n, i = wa;
5397
5412
  se[e] != null && se[e].parentLocale != null ? se[e].set(Wn(se[e]._config, t)) : (n = Jr(e), n != null && (i = n._config), t = Wn(i, t), n == null && (t.abbr = e), r = new ni(t), r.parentLocale = se[e], se[e] = r), Ke(e);
5398
5413
  } else
5399
5414
  se[e] != null && (se[e].parentLocale != null ? (se[e] = se[e].parentLocale, e === Ke() && Ke(e)) : se[e] != null && delete se[e]);
@@ -5415,7 +5430,7 @@ function Af() {
5415
5430
  }
5416
5431
  function mi(e) {
5417
5432
  var t, r = e._a;
5418
- return r && I(e).overflow === -2 && (t = r[Ce] < 0 || r[Ce] > 11 ? Ce : r[Oe] < 1 || r[Oe] > ui(r[de], r[Ce]) ? Oe : r[ue] < 0 || r[ue] > 24 || r[ue] === 24 && (r[Ee] !== 0 || r[Re] !== 0 || r[ut] !== 0) ? ue : r[Ee] < 0 || r[Ee] > 59 ? Ee : r[Re] < 0 || r[Re] > 59 ? Re : r[ut] < 0 || r[ut] > 999 ? ut : -1, I(e)._overflowDayOfYear && (t < de || t > Oe) && (t = Oe), I(e)._overflowWeeks && t === -1 && (t = Uh), I(e)._overflowWeekday && t === -1 && (t = Gh), I(e).overflow = t), e;
5433
+ return r && I(e).overflow === -2 && (t = r[Re] < 0 || r[Re] > 11 ? Re : r[Oe] < 1 || r[Oe] > ui(r[de], r[Re]) ? Oe : r[ue] < 0 || r[ue] > 24 || r[ue] === 24 && (r[Ee] !== 0 || r[Ce] !== 0 || r[ut] !== 0) ? ue : r[Ee] < 0 || r[Ee] > 59 ? Ee : r[Ce] < 0 || r[Ce] > 59 ? Ce : r[ut] < 0 || r[ut] > 999 ? ut : -1, I(e)._overflowDayOfYear && (t < de || t > Oe) && (t = Oe), I(e)._overflowWeeks && t === -1 && (t = Uh), I(e)._overflowWeekday && t === -1 && (t = Gh), I(e).overflow = t), e;
5419
5434
  }
5420
5435
  var Bf = /^\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)?)?$/, Yf = /^\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)?)?$/, Uf = /Z|[+-]\d\d(?::?\d\d)?/, Er = [
5421
5436
  ["YYYYYY-MM-DD", /[+-]\d{6}-\d\d-\d\d/],
@@ -5453,7 +5468,7 @@ var Bf = /^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(
5453
5468
  PDT: -7 * 60,
5454
5469
  PST: -8 * 60
5455
5470
  };
5456
- function Ea(e) {
5471
+ function Sa(e) {
5457
5472
  var t, r, n = e._i, i = Bf.exec(n) || Yf.exec(n), s, a, o, l, u = Er.length, f = kn.length;
5458
5473
  if (i) {
5459
5474
  for (I(e).iso = !0, t = 0, r = u; t < r; t++)
@@ -5494,7 +5509,7 @@ function Ea(e) {
5494
5509
  function Vf(e, t, r, n, i, s) {
5495
5510
  var a = [
5496
5511
  zf(e),
5497
- da.indexOf(t),
5512
+ ca.indexOf(t),
5498
5513
  parseInt(r, 10),
5499
5514
  parseInt(n, 10),
5500
5515
  parseInt(i, 10)
@@ -5510,7 +5525,7 @@ function Zf(e) {
5510
5525
  }
5511
5526
  function $f(e, t, r) {
5512
5527
  if (e) {
5513
- var n = ba.indexOf(e), i = new Date(
5528
+ var n = _a.indexOf(e), i = new Date(
5514
5529
  t[0],
5515
5530
  t[1],
5516
5531
  t[2]
@@ -5528,7 +5543,7 @@ function Xf(e, t, r) {
5528
5543
  var n = parseInt(r, 10), i = n % 100, s = (n - i) / 100;
5529
5544
  return s * 60 + i;
5530
5545
  }
5531
- function xa(e) {
5546
+ function Ea(e) {
5532
5547
  var t = Wf.exec(Zf(e._i)), r;
5533
5548
  if (t) {
5534
5549
  if (r = Vf(
@@ -5550,11 +5565,11 @@ function qf(e) {
5550
5565
  e._d = /* @__PURE__ */ new Date(+t[1]);
5551
5566
  return;
5552
5567
  }
5553
- if (Ea(e), e._isValid === !1)
5568
+ if (Sa(e), e._isValid === !1)
5554
5569
  delete e._isValid;
5555
5570
  else
5556
5571
  return;
5557
- if (xa(e), e._isValid === !1)
5572
+ if (Ea(e), e._isValid === !1)
5558
5573
  delete e._isValid;
5559
5574
  else
5560
5575
  return;
@@ -5580,11 +5595,11 @@ function Jf(e) {
5580
5595
  function pi(e) {
5581
5596
  var t, r, n = [], i, s, a;
5582
5597
  if (!e._d) {
5583
- for (i = Jf(e), e._w && e._a[Oe] == null && e._a[Ce] == null && Qf(e), e._dayOfYear != null && (a = vt(e._a[de], i[de]), (e._dayOfYear > Zt(a) || e._dayOfYear === 0) && (I(e)._overflowDayOfYear = !0), r = Qt(a, 0, e._dayOfYear), e._a[Ce] = r.getUTCMonth(), e._a[Oe] = r.getUTCDate()), t = 0; t < 3 && e._a[t] == null; ++t)
5598
+ for (i = Jf(e), e._w && e._a[Oe] == null && e._a[Re] == null && Qf(e), e._dayOfYear != null && (a = vt(e._a[de], i[de]), (e._dayOfYear > Zt(a) || e._dayOfYear === 0) && (I(e)._overflowDayOfYear = !0), r = Qt(a, 0, e._dayOfYear), e._a[Re] = r.getUTCMonth(), e._a[Oe] = r.getUTCDate()), t = 0; t < 3 && e._a[t] == null; ++t)
5584
5599
  e._a[t] = n[t] = i[t];
5585
5600
  for (; t < 7; t++)
5586
5601
  e._a[t] = n[t] = e._a[t] == null ? t === 2 ? 1 : 0 : e._a[t];
5587
- e._a[ue] === 24 && e._a[Ee] === 0 && e._a[Re] === 0 && e._a[ut] === 0 && (e._nextDay = !0, e._a[ue] = 0), e._d = (e._useUTC ? Qt : nf).apply(
5602
+ e._a[ue] === 24 && e._a[Ee] === 0 && e._a[Ce] === 0 && e._a[ut] === 0 && (e._nextDay = !0, e._a[ue] = 0), e._d = (e._useUTC ? Qt : nf).apply(
5588
5603
  null,
5589
5604
  n
5590
5605
  ), s = e._useUTC ? e._d.getUTCDay() : e._d.getDay(), e._tzm != null && e._d.setUTCMinutes(e._d.getUTCMinutes() - e._tzm), e._nextDay && (e._a[ue] = 24), e._w && typeof e._w.d != "undefined" && e._w.d !== s && (I(e).weekdayMismatch = !0);
@@ -5596,7 +5611,7 @@ function Qf(e) {
5596
5611
  t.GG,
5597
5612
  e._a[de],
5598
5613
  Kt(ee(), 1, 4).year
5599
- ), n = vt(t.W, 1), i = vt(t.E, 1), (i < 1 || i > 7) && (l = !0)) : (s = e._locale._week.dow, a = e._locale._week.doy, u = Kt(ee(), s, a), r = vt(t.gg, e._a[de], u.year), n = vt(t.w, u.week), t.d != null ? (i = t.d, (i < 0 || i > 6) && (l = !0)) : t.e != null ? (i = t.e + s, (t.e < 0 || t.e > 6) && (l = !0)) : i = s), n < 1 || n > Ye(r, s, a) ? I(e)._overflowWeeks = !0 : l != null ? I(e)._overflowWeekday = !0 : (o = _a(r, n, i, s, a), e._a[de] = o.year, e._dayOfYear = o.dayOfYear);
5614
+ ), n = vt(t.W, 1), i = vt(t.E, 1), (i < 1 || i > 7) && (l = !0)) : (s = e._locale._week.dow, a = e._locale._week.doy, u = Kt(ee(), s, a), r = vt(t.gg, e._a[de], u.year), n = vt(t.w, u.week), t.d != null ? (i = t.d, (i < 0 || i > 6) && (l = !0)) : t.e != null ? (i = t.e + s, (t.e < 0 || t.e > 6) && (l = !0)) : i = s), n < 1 || n > Ye(r, s, a) ? I(e)._overflowWeeks = !0 : l != null ? I(e)._overflowWeekday = !0 : (o = ya(r, n, i, s, a), e._a[de] = o.year, e._dayOfYear = o.dayOfYear);
5600
5615
  }
5601
5616
  y.ISO_8601 = function() {
5602
5617
  };
@@ -5604,16 +5619,16 @@ y.RFC_2822 = function() {
5604
5619
  };
5605
5620
  function gi(e) {
5606
5621
  if (e._f === y.ISO_8601) {
5607
- Ea(e);
5622
+ Sa(e);
5608
5623
  return;
5609
5624
  }
5610
5625
  if (e._f === y.RFC_2822) {
5611
- xa(e);
5626
+ Ea(e);
5612
5627
  return;
5613
5628
  }
5614
5629
  e._a = [], I(e).empty = !0;
5615
5630
  var t = "" + e._i, r, n, i, s, a, o = t.length, l = 0, u, f;
5616
- for (i = aa(e._f, e._locale).match(ii) || [], f = i.length, r = 0; r < f; r++)
5631
+ for (i = sa(e._f, e._locale).match(ii) || [], f = i.length, r = 0; r < f; r++)
5617
5632
  s = i[r], n = (t.match(Ah(s, e)) || [])[0], n && (a = t.substr(0, t.indexOf(n)), a.length > 0 && I(e).unusedInput.push(a), t = t.slice(
5618
5633
  t.indexOf(n) + n.length
5619
5634
  ), l += n.length), xt[s] ? (n ? I(e).empty = !1 : I(e).unusedTokens.push(s), Yh(s, n, e)) : e._strict && !n && I(e).unusedTokens.push(s);
@@ -5640,7 +5655,7 @@ function ec(e) {
5640
5655
  function tc(e) {
5641
5656
  if (!e._d) {
5642
5657
  var t = si(e._i), r = t.day === void 0 ? t.date : t.day;
5643
- e._a = na(
5658
+ e._a = ra(
5644
5659
  [t.year, t.month, r, t.hour, t.minute, t.second, t.millisecond],
5645
5660
  function(n) {
5646
5661
  return n && parseInt(n, 10);
@@ -5649,25 +5664,25 @@ function tc(e) {
5649
5664
  }
5650
5665
  }
5651
5666
  function rc(e) {
5652
- var t = new nr(mi(ka(e)));
5667
+ var t = new nr(mi(xa(e)));
5653
5668
  return t._nextDay && (t.add(1, "d"), t._nextDay = void 0), t;
5654
5669
  }
5655
- function ka(e) {
5670
+ function xa(e) {
5656
5671
  var t = e._i, r = e._f;
5657
5672
  return e._locale = e._locale || We(e._l), t === null || r === void 0 && t === "" ? jr({ nullInput: !0 }) : (typeof t == "string" && (e._i = t = e._locale.preparse(t)), ke(t) ? new nr(mi(t)) : (rr(t) ? e._d = t : xe(r) ? ec(e) : r ? gi(e) : nc(e), ti(e) || (e._d = null), e));
5658
5673
  }
5659
5674
  function nc(e) {
5660
5675
  var t = e._i;
5661
- pe(t) ? e._d = new Date(y.now()) : rr(t) ? e._d = new Date(t.valueOf()) : typeof t == "string" ? qf(e) : xe(t) ? (e._a = na(t.slice(0), function(r) {
5676
+ pe(t) ? e._d = new Date(y.now()) : rr(t) ? e._d = new Date(t.valueOf()) : typeof t == "string" ? qf(e) : xe(t) ? (e._a = ra(t.slice(0), function(r) {
5662
5677
  return parseInt(r, 10);
5663
5678
  }), pi(e)) : ht(t) ? tc(e) : Ue(t) ? e._d = new Date(t) : y.createFromInputFallback(e);
5664
5679
  }
5665
- function Ma(e, t, r, n, i) {
5680
+ function ka(e, t, r, n, i) {
5666
5681
  var s = {};
5667
5682
  return (t === !0 || t === !1) && (n = t, t = void 0), (r === !0 || r === !1) && (n = r, r = void 0), (ht(e) && ei(e) || xe(e) && e.length === 0) && (e = void 0), s._isAMomentObject = !0, s._useUTC = s._isUTC = i, s._l = r, s._i = e, s._f = t, s._strict = n, rc(s);
5668
5683
  }
5669
5684
  function ee(e, t, r, n) {
5670
- return Ma(e, t, r, n, !1);
5685
+ return ka(e, t, r, n, !1);
5671
5686
  }
5672
5687
  var ic = we(
5673
5688
  "moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",
@@ -5682,7 +5697,7 @@ var ic = we(
5682
5697
  return this.isValid() && e.isValid() ? e > this ? this : e : jr();
5683
5698
  }
5684
5699
  );
5685
- function Ta(e, t) {
5700
+ function Ma(e, t) {
5686
5701
  var r, n;
5687
5702
  if (t.length === 1 && xe(t[0]) && (t = t[0]), !t.length)
5688
5703
  return ee();
@@ -5692,11 +5707,11 @@ function Ta(e, t) {
5692
5707
  }
5693
5708
  function ac() {
5694
5709
  var e = [].slice.call(arguments, 0);
5695
- return Ta("isBefore", e);
5710
+ return Ma("isBefore", e);
5696
5711
  }
5697
5712
  function oc() {
5698
5713
  var e = [].slice.call(arguments, 0);
5699
- return Ta("isAfter", e);
5714
+ return Ma("isAfter", e);
5700
5715
  }
5701
5716
  var lc = function() {
5702
5717
  return Date.now ? Date.now() : +/* @__PURE__ */ new Date();
@@ -5720,7 +5735,7 @@ function uc(e) {
5720
5735
  if (e[Vt[n]]) {
5721
5736
  if (r)
5722
5737
  return !1;
5723
- parseFloat(e[Vt[n]]) !== H(e[Vt[n]]) && (r = !0);
5738
+ parseFloat(e[Vt[n]]) !== N(e[Vt[n]]) && (r = !0);
5724
5739
  }
5725
5740
  return !0;
5726
5741
  }
@@ -5745,17 +5760,17 @@ function zn(e) {
5745
5760
  function cc(e, t, r) {
5746
5761
  var n = Math.min(e.length, t.length), i = Math.abs(e.length - t.length), s = 0, a;
5747
5762
  for (a = 0; a < n; a++)
5748
- H(e[a]) !== H(t[a]) && s++;
5763
+ N(e[a]) !== N(t[a]) && s++;
5749
5764
  return s + i;
5750
5765
  }
5751
- function Oa(e, t) {
5766
+ function Ta(e, t) {
5752
5767
  x(e, 0, 0, function() {
5753
5768
  var r = this.utcOffset(), n = "+";
5754
5769
  return r < 0 && (r = -r, n = "-"), n + De(~~(r / 60), 2) + t + De(~~r % 60, 2);
5755
5770
  });
5756
5771
  }
5757
- Oa("Z", ":");
5758
- Oa("ZZ", "");
5772
+ Ta("Z", ":");
5773
+ Ta("ZZ", "");
5759
5774
  _("Z", Xr);
5760
5775
  _("ZZ", Xr);
5761
5776
  Z(["Z", "ZZ"], function(e, t, r) {
@@ -5764,7 +5779,7 @@ Z(["Z", "ZZ"], function(e, t, r) {
5764
5779
  var dc = /([\+\-]|\d\d)/gi;
5765
5780
  function yi(e, t) {
5766
5781
  var r = (t || "").match(e), n, i, s;
5767
- return r === null ? null : (n = r[r.length - 1] || [], i = (n + "").match(dc) || ["-", 0, 0], s = +(i[1] * 60) + H(i[2]), s === 0 ? 0 : i[0] === "+" ? s : -s);
5782
+ return r === null ? null : (n = r[r.length - 1] || [], i = (n + "").match(dc) || ["-", 0, 0], s = +(i[1] * 60) + N(i[2]), s === 0 ? 0 : i[0] === "+" ? s : -s);
5768
5783
  }
5769
5784
  function _i(e, t) {
5770
5785
  var r, n;
@@ -5806,7 +5821,7 @@ function _c() {
5806
5821
  if (this._tzm != null)
5807
5822
  this.utcOffset(this._tzm, !1, !0);
5808
5823
  else if (typeof this._i == "string") {
5809
- var e = yi(Ch, this._i);
5824
+ var e = yi(Rh, this._i);
5810
5825
  e != null ? this.utcOffset(e) : this.utcOffset(0, !0);
5811
5826
  }
5812
5827
  return this;
@@ -5821,7 +5836,7 @@ function wc() {
5821
5836
  if (!pe(this._isDSTShifted))
5822
5837
  return this._isDSTShifted;
5823
5838
  var e = {}, t;
5824
- return ri(e, this), e = ka(e), e._a ? (t = e._isUTC ? Fe(e._a) : ee(e._a), this._isDSTShifted = this.isValid() && cc(e._a, t.toArray()) > 0) : this._isDSTShifted = !1, this._isDSTShifted;
5839
+ return ri(e, this), e = xa(e), e._a ? (t = e._isUTC ? Pe(e._a) : ee(e._a), this._isDSTShifted = this.isValid() && cc(e._a, t.toArray()) > 0) : this._isDSTShifted = !1, this._isDSTShifted;
5825
5840
  }
5826
5841
  function Sc() {
5827
5842
  return this.isValid() ? !this._isUTC : !1;
@@ -5829,7 +5844,7 @@ function Sc() {
5829
5844
  function Ec() {
5830
5845
  return this.isValid() ? this._isUTC : !1;
5831
5846
  }
5832
- function Da() {
5847
+ function Oa() {
5833
5848
  return this.isValid() ? this._isUTC && this._offset === 0 : !1;
5834
5849
  }
5835
5850
  var xc = /^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/, kc = /^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;
@@ -5841,11 +5856,11 @@ function Me(e, t) {
5841
5856
  M: e._months
5842
5857
  } : Ue(e) || !isNaN(+e) ? (r = {}, t ? r[t] = +e : r.milliseconds = +e) : (n = xc.exec(e)) ? (i = n[1] === "-" ? -1 : 1, r = {
5843
5858
  y: 0,
5844
- d: H(n[Oe]) * i,
5845
- h: H(n[ue]) * i,
5846
- m: H(n[Ee]) * i,
5847
- s: H(n[Re]) * i,
5848
- ms: H(zn(n[ut] * 1e3)) * i
5859
+ d: N(n[Oe]) * i,
5860
+ h: N(n[ue]) * i,
5861
+ m: N(n[Ee]) * i,
5862
+ s: N(n[Ce]) * i,
5863
+ ms: N(zn(n[ut] * 1e3)) * i
5849
5864
  // the millisecond decimal point is included in the match
5850
5865
  }) : (n = kc.exec(e)) ? (i = n[1] === "-" ? -1 : 1, r = {
5851
5866
  y: lt(n[2], i),
@@ -5874,10 +5889,10 @@ function Mc(e, t) {
5874
5889
  var r;
5875
5890
  return e.isValid() && t.isValid() ? (t = _i(t, e), e.isBefore(t) ? r = ds(e, t) : (r = ds(t, e), r.milliseconds = -r.milliseconds, r.months = -r.months), r) : { milliseconds: 0, months: 0 };
5876
5891
  }
5877
- function Pa(e, t) {
5892
+ function Da(e, t) {
5878
5893
  return function(r, n) {
5879
5894
  var i, s;
5880
- return n !== null && !isNaN(+n) && (sa(
5895
+ return n !== null && !isNaN(+n) && (ia(
5881
5896
  t,
5882
5897
  "moment()." + t + "(period, number) is deprecated. Please use moment()." + t + "(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."
5883
5898
  ), s = r, r = n, n = s), i = Me(r, n), Fa(this, i, e), this;
@@ -5885,16 +5900,16 @@ function Pa(e, t) {
5885
5900
  }
5886
5901
  function Fa(e, t, r, n) {
5887
5902
  var i = t._milliseconds, s = zn(t._days), a = zn(t._months);
5888
- e.isValid() && (n = n == null ? !0 : n, a && pa(e, Jt(e, "Month") + a * r), s && ca(e, "Date", Jt(e, "Date") + s * r), i && e._d.setTime(e._d.valueOf() + i * r), n && y.updateOffset(e, s || a));
5903
+ e.isValid() && (n = n == null ? !0 : n, a && ma(e, Jt(e, "Month") + a * r), s && fa(e, "Date", Jt(e, "Date") + s * r), i && e._d.setTime(e._d.valueOf() + i * r), n && y.updateOffset(e, s || a));
5889
5904
  }
5890
- var Tc = Pa(1, "add"), Oc = Pa(-1, "subtract");
5891
- function Ia(e) {
5905
+ var Tc = Da(1, "add"), Oc = Da(-1, "subtract");
5906
+ function Pa(e) {
5892
5907
  return typeof e == "string" || e instanceof String;
5893
5908
  }
5894
5909
  function Dc(e) {
5895
- return ke(e) || rr(e) || Ia(e) || Ue(e) || Fc(e) || Pc(e) || e === null || e === void 0;
5910
+ return ke(e) || rr(e) || Pa(e) || Ue(e) || Pc(e) || Fc(e) || e === null || e === void 0;
5896
5911
  }
5897
- function Pc(e) {
5912
+ function Fc(e) {
5898
5913
  var t = ht(e) && !ei(e), r = !1, n = [
5899
5914
  "years",
5900
5915
  "year",
@@ -5925,10 +5940,10 @@ function Pc(e) {
5925
5940
  s = n[i], r = r || G(e, s);
5926
5941
  return t && r;
5927
5942
  }
5928
- function Fc(e) {
5943
+ function Pc(e) {
5929
5944
  var t = xe(e), r = !1;
5930
5945
  return t && (r = e.filter(function(n) {
5931
- return !Ue(n) && Ia(e);
5946
+ return !Ue(n) && Pa(e);
5932
5947
  }).length === 0), t && r;
5933
5948
  }
5934
5949
  function Ic(e) {
@@ -5944,11 +5959,11 @@ function Ic(e) {
5944
5959
  s = n[i], r = r || G(e, s);
5945
5960
  return t && r;
5946
5961
  }
5947
- function Nc(e, t) {
5962
+ function Hc(e, t) {
5948
5963
  var r = e.diff(t, "days", !0);
5949
5964
  return r < -6 ? "sameElse" : r < -1 ? "lastWeek" : r < 0 ? "lastDay" : r < 1 ? "sameDay" : r < 2 ? "nextDay" : r < 7 ? "nextWeek" : "sameElse";
5950
5965
  }
5951
- function Hc(e, t) {
5966
+ function Nc(e, t) {
5952
5967
  arguments.length === 1 && (arguments[0] ? Dc(arguments[0]) ? (e = arguments[0], t = void 0) : Ic(arguments[0]) && (t = arguments[0], e = void 0) : (e = void 0, t = void 0));
5953
5968
  var r = e || ee(), n = _i(r, this).startOf("day"), i = y.calendarFormat(this, n) || "sameElse", s = t && (Ie(t[i]) ? t[i].call(this, r) : t[i]);
5954
5969
  return this.format(
@@ -5958,11 +5973,11 @@ function Hc(e, t) {
5958
5973
  function Lc() {
5959
5974
  return new nr(this);
5960
5975
  }
5961
- function Cc(e, t) {
5976
+ function Rc(e, t) {
5962
5977
  var r = ke(e) ? e : ee(e);
5963
5978
  return this.isValid() && r.isValid() ? (t = Se(t) || "millisecond", t === "millisecond" ? this.valueOf() > r.valueOf() : r.valueOf() < this.clone().startOf(t).valueOf()) : !1;
5964
5979
  }
5965
- function Rc(e, t) {
5980
+ function Cc(e, t) {
5966
5981
  var r = ke(e) ? e : ee(e);
5967
5982
  return this.isValid() && r.isValid() ? (t = Se(t) || "millisecond", t === "millisecond" ? this.valueOf() < r.valueOf() : this.clone().endOf(t).valueOf() < r.valueOf()) : !1;
5968
5983
  }
@@ -5988,13 +6003,13 @@ function Gc(e, t, r) {
5988
6003
  return NaN;
5989
6004
  switch (i = (n.utcOffset() - this.utcOffset()) * 6e4, t = Se(t), t) {
5990
6005
  case "year":
5991
- s = Pr(this, n) / 12;
6006
+ s = Fr(this, n) / 12;
5992
6007
  break;
5993
6008
  case "month":
5994
- s = Pr(this, n);
6009
+ s = Fr(this, n);
5995
6010
  break;
5996
6011
  case "quarter":
5997
- s = Pr(this, n) / 3;
6012
+ s = Fr(this, n) / 3;
5998
6013
  break;
5999
6014
  case "second":
6000
6015
  s = (this - n) / 1e3;
@@ -6016,9 +6031,9 @@ function Gc(e, t, r) {
6016
6031
  }
6017
6032
  return r ? s : be(s);
6018
6033
  }
6019
- function Pr(e, t) {
6034
+ function Fr(e, t) {
6020
6035
  if (e.date() < t.date())
6021
- return -Pr(t, e);
6036
+ return -Fr(t, e);
6022
6037
  var r = (t.year() - e.year()) * 12 + (t.month() - e.month()), n = e.clone().add(r, "months"), i, s;
6023
6038
  return t - n < 0 ? (i = e.clone().add(r - 1, "months"), s = (t - n) / (n - i)) : (i = e.clone().add(r + 1, "months"), s = (t - n) / (i - n)), -(r + s) || 0;
6024
6039
  }
@@ -6062,7 +6077,7 @@ function Xc(e, t) {
6062
6077
  function qc(e) {
6063
6078
  return this.to(ee(), e);
6064
6079
  }
6065
- function Na(e) {
6080
+ function Ia(e) {
6066
6081
  var t;
6067
6082
  return e === void 0 ? this._locale._abbr : (t = We(e), t != null && (this._locale = t), this);
6068
6083
  }
@@ -6072,24 +6087,24 @@ var Ha = we(
6072
6087
  return e === void 0 ? this.localeData() : this.locale(e);
6073
6088
  }
6074
6089
  );
6075
- function La() {
6090
+ function Na() {
6076
6091
  return this._locale;
6077
6092
  }
6078
- var Cr = 1e3, kt = 60 * Cr, Rr = 60 * kt, Ca = (365 * 400 + 97) * 24 * Rr;
6093
+ var Rr = 1e3, kt = 60 * Rr, Cr = 60 * kt, La = (365 * 400 + 97) * 24 * Cr;
6079
6094
  function Mt(e, t) {
6080
6095
  return (e % t + t) % t;
6081
6096
  }
6082
6097
  function Ra(e, t, r) {
6083
- return e < 100 && e >= 0 ? new Date(e + 400, t, r) - Ca : new Date(e, t, r).valueOf();
6098
+ return e < 100 && e >= 0 ? new Date(e + 400, t, r) - La : new Date(e, t, r).valueOf();
6084
6099
  }
6085
- function Aa(e, t, r) {
6086
- return e < 100 && e >= 0 ? Date.UTC(e + 400, t, r) - Ca : Date.UTC(e, t, r);
6100
+ function Ca(e, t, r) {
6101
+ return e < 100 && e >= 0 ? Date.UTC(e + 400, t, r) - La : Date.UTC(e, t, r);
6087
6102
  }
6088
6103
  function Jc(e) {
6089
6104
  var t, r;
6090
6105
  if (e = Se(e), e === void 0 || e === "millisecond" || !this.isValid())
6091
6106
  return this;
6092
- switch (r = this._isUTC ? Aa : Ra, e) {
6107
+ switch (r = this._isUTC ? Ca : Ra, e) {
6093
6108
  case "year":
6094
6109
  t = r(this.year(), 0, 1);
6095
6110
  break;
@@ -6124,14 +6139,14 @@ function Jc(e) {
6124
6139
  case "hour":
6125
6140
  t = this._d.valueOf(), t -= Mt(
6126
6141
  t + (this._isUTC ? 0 : this.utcOffset() * kt),
6127
- Rr
6142
+ Cr
6128
6143
  );
6129
6144
  break;
6130
6145
  case "minute":
6131
6146
  t = this._d.valueOf(), t -= Mt(t, kt);
6132
6147
  break;
6133
6148
  case "second":
6134
- t = this._d.valueOf(), t -= Mt(t, Cr);
6149
+ t = this._d.valueOf(), t -= Mt(t, Rr);
6135
6150
  break;
6136
6151
  }
6137
6152
  return this._d.setTime(t), y.updateOffset(this, !0), this;
@@ -6140,7 +6155,7 @@ function Qc(e) {
6140
6155
  var t, r;
6141
6156
  if (e = Se(e), e === void 0 || e === "millisecond" || !this.isValid())
6142
6157
  return this;
6143
- switch (r = this._isUTC ? Aa : Ra, e) {
6158
+ switch (r = this._isUTC ? Ca : Ra, e) {
6144
6159
  case "year":
6145
6160
  t = r(this.year() + 1, 0, 1) - 1;
6146
6161
  break;
@@ -6173,16 +6188,16 @@ function Qc(e) {
6173
6188
  t = r(this.year(), this.month(), this.date() + 1) - 1;
6174
6189
  break;
6175
6190
  case "hour":
6176
- t = this._d.valueOf(), t += Rr - Mt(
6191
+ t = this._d.valueOf(), t += Cr - Mt(
6177
6192
  t + (this._isUTC ? 0 : this.utcOffset() * kt),
6178
- Rr
6193
+ Cr
6179
6194
  ) - 1;
6180
6195
  break;
6181
6196
  case "minute":
6182
6197
  t = this._d.valueOf(), t += kt - Mt(t, kt) - 1;
6183
6198
  break;
6184
6199
  case "second":
6185
- t = this._d.valueOf(), t += Cr - Mt(t, Cr) - 1;
6200
+ t = this._d.valueOf(), t += Rr - Mt(t, Rr) - 1;
6186
6201
  break;
6187
6202
  }
6188
6203
  return this._d.setTime(t), y.updateOffset(this, !0), this;
@@ -6262,10 +6277,10 @@ Z(
6262
6277
  i ? I(r).era = i : I(r).invalidEra = e;
6263
6278
  }
6264
6279
  );
6265
- _("y", Ht);
6266
- _("yy", Ht);
6267
- _("yyy", Ht);
6268
- _("yyyy", Ht);
6280
+ _("y", Nt);
6281
+ _("yy", Nt);
6282
+ _("yyy", Nt);
6283
+ _("yyyy", Nt);
6269
6284
  _("yo", wd);
6270
6285
  Z(["y", "yy", "yyy", "yyyy"], de);
6271
6286
  Z(["yo"], function(e, t, r, n) {
@@ -6365,7 +6380,7 @@ function vd(e, t) {
6365
6380
  return t.erasNarrowRegex(e);
6366
6381
  }
6367
6382
  function wd(e, t) {
6368
- return t._eraYearOrdinalRegex || Ht;
6383
+ return t._eraYearOrdinalRegex || Nt;
6369
6384
  }
6370
6385
  function vi() {
6371
6386
  var e = [], t = [], r = [], n = [], i, s, a, o, l, u = this.eras();
@@ -6400,14 +6415,14 @@ _("ggggg", Zr, Vr);
6400
6415
  sr(
6401
6416
  ["gggg", "ggggg", "GGGG", "GGGGG"],
6402
6417
  function(e, t, r, n) {
6403
- t[n.substr(0, 2)] = H(e);
6418
+ t[n.substr(0, 2)] = N(e);
6404
6419
  }
6405
6420
  );
6406
6421
  sr(["gg", "GG"], function(e, t, r, n) {
6407
6422
  t[n] = y.parseTwoDigitYear(e);
6408
6423
  });
6409
6424
  function Sd(e) {
6410
- return Ba.call(
6425
+ return Aa.call(
6411
6426
  this,
6412
6427
  e,
6413
6428
  this.week(),
@@ -6417,7 +6432,7 @@ function Sd(e) {
6417
6432
  );
6418
6433
  }
6419
6434
  function Ed(e) {
6420
- return Ba.call(
6435
+ return Aa.call(
6421
6436
  this,
6422
6437
  e,
6423
6438
  this.isoWeek(),
@@ -6440,18 +6455,18 @@ function Td() {
6440
6455
  var e = this.localeData()._week;
6441
6456
  return Ye(this.weekYear(), e.dow, e.doy);
6442
6457
  }
6443
- function Ba(e, t, r, n, i) {
6458
+ function Aa(e, t, r, n, i) {
6444
6459
  var s;
6445
6460
  return e == null ? Kt(this, n, i).year : (s = Ye(e, n, i), t > s && (t = s), Od.call(this, e, t, r, n, i));
6446
6461
  }
6447
6462
  function Od(e, t, r, n, i) {
6448
- var s = _a(e, t, r, n, i), a = Qt(s.year, 0, s.dayOfYear);
6463
+ var s = ya(e, t, r, n, i), a = Qt(s.year, 0, s.dayOfYear);
6449
6464
  return this.year(a.getUTCFullYear()), this.month(a.getUTCMonth()), this.date(a.getUTCDate()), this;
6450
6465
  }
6451
6466
  x("Q", 0, "Qo", "quarter");
6452
- _("Q", oa);
6467
+ _("Q", aa);
6453
6468
  Z("Q", function(e, t) {
6454
- t[Ce] = (H(e) - 1) * 3;
6469
+ t[Re] = (N(e) - 1) * 3;
6455
6470
  });
6456
6471
  function Dd(e) {
6457
6472
  return e == null ? Math.ceil((this.month() + 1) / 3) : this.month((e - 1) * 3 + this.month() % 3);
@@ -6464,16 +6479,16 @@ _("Do", function(e, t) {
6464
6479
  });
6465
6480
  Z(["D", "DD"], Oe);
6466
6481
  Z("Do", function(e, t) {
6467
- t[Oe] = H(e.match(te)[0]);
6482
+ t[Oe] = N(e.match(te)[0]);
6468
6483
  });
6469
- var Ya = Ct("Date", !0);
6484
+ var Ba = Rt("Date", !0);
6470
6485
  x("DDD", ["DDDD", 3], "DDDo", "dayOfYear");
6471
6486
  _("DDD", zr);
6472
- _("DDDD", la);
6487
+ _("DDDD", oa);
6473
6488
  Z(["DDD", "DDDD"], function(e, t, r) {
6474
- r._dayOfYear = H(e);
6489
+ r._dayOfYear = N(e);
6475
6490
  });
6476
- function Pd(e) {
6491
+ function Fd(e) {
6477
6492
  var t = Math.round(
6478
6493
  (this.clone().startOf("day") - this.clone().startOf("year")) / 864e5
6479
6494
  ) + 1;
@@ -6483,12 +6498,12 @@ x("m", ["mm", 2], 0, "minute");
6483
6498
  _("m", te, li);
6484
6499
  _("mm", te, ge);
6485
6500
  Z(["m", "mm"], Ee);
6486
- var Fd = Ct("Minutes", !1);
6501
+ var Pd = Rt("Minutes", !1);
6487
6502
  x("s", ["ss", 2], 0, "second");
6488
6503
  _("s", te, li);
6489
6504
  _("ss", te, ge);
6490
- Z(["s", "ss"], Re);
6491
- var Id = Ct("Seconds", !1);
6505
+ Z(["s", "ss"], Ce);
6506
+ var Id = Rt("Seconds", !1);
6492
6507
  x("S", 0, 0, function() {
6493
6508
  return ~~(this.millisecond() / 100);
6494
6509
  });
@@ -6514,21 +6529,21 @@ x(0, ["SSSSSSSS", 8], 0, function() {
6514
6529
  x(0, ["SSSSSSSSS", 9], 0, function() {
6515
6530
  return this.millisecond() * 1e6;
6516
6531
  });
6517
- _("S", zr, oa);
6532
+ _("S", zr, aa);
6518
6533
  _("SS", zr, ge);
6519
- _("SSS", zr, la);
6520
- var Qe, Ua;
6534
+ _("SSS", zr, oa);
6535
+ var Qe, Ya;
6521
6536
  for (Qe = "SSSS"; Qe.length <= 9; Qe += "S")
6522
- _(Qe, Ht);
6523
- function Nd(e, t) {
6524
- t[ut] = H(("0." + e) * 1e3);
6537
+ _(Qe, Nt);
6538
+ function Hd(e, t) {
6539
+ t[ut] = N(("0." + e) * 1e3);
6525
6540
  }
6526
6541
  for (Qe = "S"; Qe.length <= 9; Qe += "S")
6527
- Z(Qe, Nd);
6528
- Ua = Ct("Milliseconds", !1);
6542
+ Z(Qe, Hd);
6543
+ Ya = Rt("Milliseconds", !1);
6529
6544
  x("z", 0, 0, "zoneAbbr");
6530
6545
  x("zz", 0, 0, "zoneName");
6531
- function Hd() {
6546
+ function Nd() {
6532
6547
  return this._isUTC ? "UTC" : "";
6533
6548
  }
6534
6549
  function Ld() {
@@ -6536,7 +6551,7 @@ function Ld() {
6536
6551
  }
6537
6552
  var g = nr.prototype;
6538
6553
  g.add = Tc;
6539
- g.calendar = Hc;
6554
+ g.calendar = Nc;
6540
6555
  g.clone = Lc;
6541
6556
  g.diff = Gc;
6542
6557
  g.endOf = Qc;
@@ -6547,16 +6562,16 @@ g.to = Xc;
6547
6562
  g.toNow = qc;
6548
6563
  g.get = jh;
6549
6564
  g.invalidAt = od;
6550
- g.isAfter = Cc;
6551
- g.isBefore = Rc;
6565
+ g.isAfter = Rc;
6566
+ g.isBefore = Cc;
6552
6567
  g.isBetween = Ac;
6553
6568
  g.isSame = Bc;
6554
6569
  g.isSameOrAfter = Yc;
6555
6570
  g.isSameOrBefore = Uc;
6556
6571
  g.isValid = sd;
6557
6572
  g.lang = Ha;
6558
- g.locale = Na;
6559
- g.localeData = La;
6573
+ g.locale = Ia;
6574
+ g.localeData = Na;
6560
6575
  g.max = sc;
6561
6576
  g.min = ic;
6562
6577
  g.parsingFlags = ad;
@@ -6580,12 +6595,12 @@ g.eraName = cd;
6580
6595
  g.eraNarrow = dd;
6581
6596
  g.eraAbbr = md;
6582
6597
  g.eraYear = pd;
6583
- g.year = fa;
6598
+ g.year = ha;
6584
6599
  g.isLeapYear = Wh;
6585
6600
  g.weekYear = Sd;
6586
6601
  g.isoWeekYear = Ed;
6587
6602
  g.quarter = g.quarters = Dd;
6588
- g.month = ga;
6603
+ g.month = pa;
6589
6604
  g.daysInMonth = ef;
6590
6605
  g.week = g.weeks = uf;
6591
6606
  g.isoWeek = g.isoWeeks = hf;
@@ -6593,15 +6608,15 @@ g.weeksInYear = Md;
6593
6608
  g.weeksInWeekYear = Td;
6594
6609
  g.isoWeeksInYear = xd;
6595
6610
  g.isoWeeksInISOWeekYear = kd;
6596
- g.date = Ya;
6611
+ g.date = Ba;
6597
6612
  g.day = g.days = Ef;
6598
6613
  g.weekday = xf;
6599
6614
  g.isoWeekday = kf;
6600
- g.dayOfYear = Pd;
6615
+ g.dayOfYear = Fd;
6601
6616
  g.hour = g.hours = If;
6602
- g.minute = g.minutes = Fd;
6617
+ g.minute = g.minutes = Pd;
6603
6618
  g.second = g.seconds = Id;
6604
- g.millisecond = g.milliseconds = Ua;
6619
+ g.millisecond = g.milliseconds = Ya;
6605
6620
  g.utcOffset = mc;
6606
6621
  g.utc = gc;
6607
6622
  g.local = yc;
@@ -6610,21 +6625,21 @@ g.hasAlignedHourOffset = bc;
6610
6625
  g.isDST = vc;
6611
6626
  g.isLocal = Sc;
6612
6627
  g.isUtcOffset = Ec;
6613
- g.isUtc = Da;
6614
- g.isUTC = Da;
6615
- g.zoneAbbr = Hd;
6628
+ g.isUtc = Oa;
6629
+ g.isUTC = Oa;
6630
+ g.zoneAbbr = Nd;
6616
6631
  g.zoneName = Ld;
6617
6632
  g.dates = we(
6618
6633
  "dates accessor is deprecated. Use date instead.",
6619
- Ya
6634
+ Ba
6620
6635
  );
6621
6636
  g.months = we(
6622
6637
  "months accessor is deprecated. Use month instead",
6623
- ga
6638
+ pa
6624
6639
  );
6625
6640
  g.years = we(
6626
6641
  "years accessor is deprecated. Use year instead",
6627
- fa
6642
+ ha
6628
6643
  );
6629
6644
  g.zone = we(
6630
6645
  "moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",
@@ -6634,24 +6649,24 @@ g.isDSTShifted = we(
6634
6649
  "isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",
6635
6650
  wc
6636
6651
  );
6637
- function Cd(e) {
6652
+ function Rd(e) {
6638
6653
  return ee(e * 1e3);
6639
6654
  }
6640
- function Rd() {
6655
+ function Cd() {
6641
6656
  return ee.apply(null, arguments).parseZone();
6642
6657
  }
6643
- function Ga(e) {
6658
+ function Ua(e) {
6644
6659
  return e;
6645
6660
  }
6646
6661
  var W = ni.prototype;
6647
6662
  W.calendar = wh;
6648
6663
  W.longDateFormat = kh;
6649
6664
  W.invalidDate = Th;
6650
- W.ordinal = Ph;
6651
- W.preparse = Ga;
6652
- W.postformat = Ga;
6665
+ W.ordinal = Fh;
6666
+ W.preparse = Ua;
6667
+ W.postformat = Ua;
6653
6668
  W.relativeTime = Ih;
6654
- W.pastFuture = Nh;
6669
+ W.pastFuture = Hh;
6655
6670
  W.set = bh;
6656
6671
  W.eras = ud;
6657
6672
  W.erasParse = hd;
@@ -6674,13 +6689,13 @@ W.weekdaysParse = Sf;
6674
6689
  W.weekdaysRegex = Mf;
6675
6690
  W.weekdaysShortRegex = Tf;
6676
6691
  W.weekdaysMinRegex = Of;
6677
- W.isPM = Pf;
6678
- W.meridiem = Nf;
6692
+ W.isPM = Ff;
6693
+ W.meridiem = Hf;
6679
6694
  function Ar(e, t, r, n) {
6680
- var i = We(), s = Fe().set(n, t);
6695
+ var i = We(), s = Pe().set(n, t);
6681
6696
  return i[r](s, e);
6682
6697
  }
6683
- function Wa(e, t, r) {
6698
+ function Ga(e, t, r) {
6684
6699
  if (Ue(e) && (t = e, e = void 0), e = e || "", t != null)
6685
6700
  return Ar(e, t, r, "month");
6686
6701
  var n, i = [];
@@ -6698,10 +6713,10 @@ function wi(e, t, r, n) {
6698
6713
  return o;
6699
6714
  }
6700
6715
  function Ad(e, t) {
6701
- return Wa(e, t, "months");
6716
+ return Ga(e, t, "months");
6702
6717
  }
6703
6718
  function Bd(e, t) {
6704
- return Wa(e, t, "monthsShort");
6719
+ return Ga(e, t, "monthsShort");
6705
6720
  }
6706
6721
  function Yd(e, t, r) {
6707
6722
  return wi(e, t, r, "weekdays");
@@ -6733,7 +6748,7 @@ Ke("en", {
6733
6748
  ],
6734
6749
  dayOfMonthOrdinalParse: /\d{1,2}(th|st|nd|rd)/,
6735
6750
  ordinal: function(e) {
6736
- var t = e % 10, r = H(e % 100 / 10) === 1 ? "th" : t === 1 ? "st" : t === 2 ? "nd" : t === 3 ? "rd" : "th";
6751
+ var t = e % 10, r = N(e % 100 / 10) === 1 ? "th" : t === 1 ? "st" : t === 2 ? "nd" : t === 3 ? "rd" : "th";
6737
6752
  return e + r;
6738
6753
  }
6739
6754
  });
@@ -6745,29 +6760,29 @@ y.langData = we(
6745
6760
  "moment.langData is deprecated. Use moment.localeData instead.",
6746
6761
  We
6747
6762
  );
6748
- var He = Math.abs;
6763
+ var Ne = Math.abs;
6749
6764
  function Wd() {
6750
6765
  var e = this._data;
6751
- return this._milliseconds = He(this._milliseconds), this._days = He(this._days), this._months = He(this._months), e.milliseconds = He(e.milliseconds), e.seconds = He(e.seconds), e.minutes = He(e.minutes), e.hours = He(e.hours), e.months = He(e.months), e.years = He(e.years), this;
6766
+ return this._milliseconds = Ne(this._milliseconds), this._days = Ne(this._days), this._months = Ne(this._months), e.milliseconds = Ne(e.milliseconds), e.seconds = Ne(e.seconds), e.minutes = Ne(e.minutes), e.hours = Ne(e.hours), e.months = Ne(e.months), e.years = Ne(e.years), this;
6752
6767
  }
6753
- function ja(e, t, r, n) {
6768
+ function Wa(e, t, r, n) {
6754
6769
  var i = Me(t, r);
6755
6770
  return e._milliseconds += n * i._milliseconds, e._days += n * i._days, e._months += n * i._months, e._bubble();
6756
6771
  }
6757
6772
  function jd(e, t) {
6758
- return ja(this, e, t, 1);
6773
+ return Wa(this, e, t, 1);
6759
6774
  }
6760
6775
  function Vd(e, t) {
6761
- return ja(this, e, t, -1);
6776
+ return Wa(this, e, t, -1);
6762
6777
  }
6763
6778
  function ms(e) {
6764
6779
  return e < 0 ? Math.floor(e) : Math.ceil(e);
6765
6780
  }
6766
6781
  function zd() {
6767
6782
  var e = this._milliseconds, t = this._days, r = this._months, n = this._data, i, s, a, o, l;
6768
- return e >= 0 && t >= 0 && r >= 0 || e <= 0 && t <= 0 && r <= 0 || (e += ms($n(r) + t) * 864e5, t = 0, r = 0), n.milliseconds = e % 1e3, i = be(e / 1e3), n.seconds = i % 60, s = be(i / 60), n.minutes = s % 60, a = be(s / 60), n.hours = a % 24, t += be(a / 24), l = be(Va(t)), r += l, t -= ms($n(l)), o = be(r / 12), r %= 12, n.days = t, n.months = r, n.years = o, this;
6783
+ return e >= 0 && t >= 0 && r >= 0 || e <= 0 && t <= 0 && r <= 0 || (e += ms($n(r) + t) * 864e5, t = 0, r = 0), n.milliseconds = e % 1e3, i = be(e / 1e3), n.seconds = i % 60, s = be(i / 60), n.minutes = s % 60, a = be(s / 60), n.hours = a % 24, t += be(a / 24), l = be(ja(t)), r += l, t -= ms($n(l)), o = be(r / 12), r %= 12, n.days = t, n.months = r, n.years = o, this;
6769
6784
  }
6770
- function Va(e) {
6785
+ function ja(e) {
6771
6786
  return e * 4800 / 146097;
6772
6787
  }
6773
6788
  function $n(e) {
@@ -6778,7 +6793,7 @@ function Zd(e) {
6778
6793
  return NaN;
6779
6794
  var t, r, n = this._milliseconds;
6780
6795
  if (e = Se(e), e === "month" || e === "quarter" || e === "year")
6781
- switch (t = this._days + n / 864e5, r = this._months + Va(t), e) {
6796
+ switch (t = this._days + n / 864e5, r = this._months + ja(t), e) {
6782
6797
  case "month":
6783
6798
  return r;
6784
6799
  case "quarter":
@@ -6809,7 +6824,7 @@ function je(e) {
6809
6824
  return this.as(e);
6810
6825
  };
6811
6826
  }
6812
- var za = je("ms"), $d = je("s"), Xd = je("m"), qd = je("h"), Jd = je("d"), Qd = je("w"), Kd = je("M"), e0 = je("Q"), t0 = je("y"), r0 = za;
6827
+ var Va = je("ms"), $d = je("s"), Xd = je("m"), qd = je("h"), Jd = je("d"), Qd = je("w"), Kd = je("M"), e0 = je("Q"), t0 = je("y"), r0 = Va;
6813
6828
  function n0() {
6814
6829
  return Me(this);
6815
6830
  }
@@ -6876,7 +6891,7 @@ A.abs = Wd;
6876
6891
  A.add = jd;
6877
6892
  A.subtract = Vd;
6878
6893
  A.as = Zd;
6879
- A.asMilliseconds = za;
6894
+ A.asMilliseconds = Va;
6880
6895
  A.asSeconds = $d;
6881
6896
  A.asMinutes = Xd;
6882
6897
  A.asHours = qd;
@@ -6901,8 +6916,8 @@ A.humanize = y0;
6901
6916
  A.toISOString = en;
6902
6917
  A.toString = en;
6903
6918
  A.toJSON = en;
6904
- A.locale = Na;
6905
- A.localeData = La;
6919
+ A.locale = Ia;
6920
+ A.localeData = Na;
6906
6921
  A.toIsoString = we(
6907
6922
  "toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",
6908
6923
  en
@@ -6911,12 +6926,12 @@ A.lang = Ha;
6911
6926
  x("X", 0, 0, "unix");
6912
6927
  x("x", 0, 0, "valueOf");
6913
6928
  _("x", $r);
6914
- _("X", Rh);
6929
+ _("X", Ch);
6915
6930
  Z("X", function(e, t, r) {
6916
6931
  r._d = new Date(parseFloat(e) * 1e3);
6917
6932
  });
6918
6933
  Z("x", function(e, t, r) {
6919
- r._d = new Date(H(e));
6934
+ r._d = new Date(N(e));
6920
6935
  });
6921
6936
  //! moment.js
6922
6937
  y.version = "2.30.1";
@@ -6925,8 +6940,8 @@ y.fn = g;
6925
6940
  y.min = ac;
6926
6941
  y.max = oc;
6927
6942
  y.now = lc;
6928
- y.utc = Fe;
6929
- y.unix = Cd;
6943
+ y.utc = Pe;
6944
+ y.unix = Rd;
6930
6945
  y.months = Ad;
6931
6946
  y.isDate = rr;
6932
6947
  y.locale = Ke;
@@ -6934,19 +6949,19 @@ y.invalid = jr;
6934
6949
  y.duration = Me;
6935
6950
  y.isMoment = ke;
6936
6951
  y.weekdays = Yd;
6937
- y.parseZone = Rd;
6952
+ y.parseZone = Cd;
6938
6953
  y.localeData = We;
6939
6954
  y.isDuration = Dr;
6940
6955
  y.monthsShort = Bd;
6941
6956
  y.weekdaysMin = Gd;
6942
6957
  y.defineLocale = di;
6943
- y.updateLocale = Rf;
6958
+ y.updateLocale = Cf;
6944
6959
  y.locales = Af;
6945
6960
  y.weekdaysShort = Ud;
6946
6961
  y.normalizeUnits = Se;
6947
6962
  y.relativeTimeRounding = p0;
6948
6963
  y.relativeTimeThreshold = g0;
6949
- y.calendarFormat = Nc;
6964
+ y.calendarFormat = Hc;
6950
6965
  y.prototype = g;
6951
6966
  y.HTML5_FMT = {
6952
6967
  DATETIME_LOCAL: "YYYY-MM-DDTHH:mm",
@@ -6969,7 +6984,7 @@ y.HTML5_FMT = {
6969
6984
  // <input type="month" />
6970
6985
  };
6971
6986
  function _0(e) {
6972
- Zo(e, "svelte-zjzbwv", ".CasinoGamePageContainer{background:var(--emw--casino-color-bg, var(--emw--color-background, #07072A));margin:0 auto;height:100%;max-width:100%;padding:0;display:flex;flex-direction:column;justify-content:center;align-items:center}.BottomGame{padding:4px 16px;min-height:85px;background-color:var(--emw--casino-color-bg, var(--emw--color-background, #07072A));align-items:center;display:grid;grid-auto-columns:1fr;grid-auto-rows:1fr;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr;gap:0px 0px;justify-items:center;border-radius:0 0 6px 6px}.BottomGame button{cursor:pointer}.BottomGame.BottomGamePanicSection{grid-template-columns:1fr 1fr 1fr 1fr}.DepositButton,.PlayNowButton{border:none;justify-self:left;width:130px;height:60px;background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));border-radius:2px}.GameThumbnail{border-radius:2px;width:270px;height:180px;margin-bottom:20px}.FullscreenButton{border-radius:5px;justify-self:end;border:none;width:60px;height:60px;background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C))}.GameDetails{display:flex;flex-direction:column;align-items:center}.GameDetails h3{color:var(--emw--color-white, #FFFFFF);font-size:18px;text-align:center;padding:0 10px}.ButtonsContainer{display:grid;grid-gap:16px;grid-template-columns:1fr 1fr}.FullWidthButton{grid-column:span 2}.BottomGame .ButtonsContainer{width:275px;display:flex;justify-self:start;flex-direction:row;justify-content:space-between}.BottomGame .ButtonsContainer button{cursor:pointer}.RegisterButton{color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));border-radius:5px;border:none;width:129px;height:60px}.LoginButton{color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));background-color:var(--emw--casino-contrast, var(--emw--color-background, #07072A));border-radius:5px;border:1px solid var(--emw--button-typography, var(--emw--color-white, #FFFFFF));width:129px;height:60px}.FullWidthButton{color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));background-color:var(--emw--casino-contrast, var(--emw--color-background, #07072A));border-radius:5px;border:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));width:100%;height:60px}.GamesContainer{width:calc(100% - 4px);height:100%;max-width:calc(100% - 4px)}.Time{height:20px;margin:0;display:flex;align-items:center;justify-content:center}svg{fill:var(--emw--button-typography, var(--emw--color-white, #FFFFFF))}p{color:var(--emw--casino-typography, var(--emw--color-contrast, #FFFFFF))}#IframeContainer{height:100%;max-width:1300px;margin:10px;display:flex;align-items:center;justify-content:center}.FullsScreenLayout .GamesContainer{width:100% !important;height:calc(100% - 100px) !important}.FavoredIcon,.UnfavoredIcon{width:35px;height:35px}.FavIconContainer{position:absolute;top:15px;left:15px;cursor:pointer}.FavIconPanicButton{margin-top:45px}.PanicSection{display:flex;align-items:center;gap:10px;margin:20px 0}.PanicSection .Button{border-radius:5px;border:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));width:280px;height:60px;color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));cursor:pointer}.PanicSectionMobile{position:absolute;top:0;left:0;width:100%;text-align:center;margin:10px 0 0 0 !important}.PanicButtonMobile{border-radius:5px;margin:0 10px;border:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));width:100% !important;height:30px;color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.PanicButtonAnimation{background:-webkit-linear-gradient(135deg, rgba(20, 20, 20, 0) 55%, rgba(20, 20, 20, 0.3) 100%);background:-moz-linear-gradient(135deg, rgba(20, 20, 20, 0) 55%, rgba(20, 20, 20, 0.3) 100%);background:-o-linear-gradient(135deg, rgba(20, 20, 20, 0) 55%, rgba(20, 20, 20, 0.3) 100%);background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));width:280px;color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));-webkit-animation:bar-animation 2s linear}@-webkit-keyframes bar-animation{0%{background-position:0}100%{background-position:280px}}.LoaderRipple{width:80px;height:80px;position:absolute;top:0;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}.LoaderRipple.LoaderWithPanicButton{top:40px}@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}}");
6987
+ zo(e, "svelte-zjzbwv", ".CasinoGamePageContainer{background:var(--emw--casino-color-bg, var(--emw--color-background, #07072A));margin:0 auto;height:100%;max-width:100%;padding:0;display:flex;flex-direction:column;justify-content:center;align-items:center}.BottomGame{padding:4px 16px;min-height:85px;background-color:var(--emw--casino-color-bg, var(--emw--color-background, #07072A));align-items:center;display:grid;grid-auto-columns:1fr;grid-auto-rows:1fr;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr;gap:0px 0px;justify-items:center;border-radius:0 0 6px 6px}.BottomGame button{cursor:pointer}.BottomGame.BottomGamePanicSection{grid-template-columns:1fr 1fr 1fr 1fr}.DepositButton,.PlayNowButton{border:none;justify-self:left;width:130px;height:60px;background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));border-radius:2px}.GameThumbnail{border-radius:2px;width:270px;height:180px;margin-bottom:20px}.FullscreenButton{border-radius:5px;justify-self:end;border:none;width:60px;height:60px;background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C))}.GameDetails{display:flex;flex-direction:column;align-items:center}.GameDetails h3{color:var(--emw--color-white, #FFFFFF);font-size:18px;text-align:center;padding:0 10px}.ButtonsContainer{display:grid;grid-gap:16px;grid-template-columns:1fr 1fr}.FullWidthButton{grid-column:span 2}.BottomGame .ButtonsContainer{width:275px;display:flex;justify-self:start;flex-direction:row;justify-content:space-between}.BottomGame .ButtonsContainer button{cursor:pointer}.RegisterButton{color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));border-radius:5px;border:none;width:129px;height:60px}.LoginButton{color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));background-color:var(--emw--casino-contrast, var(--emw--color-background, #07072A));border-radius:5px;border:1px solid var(--emw--button-typography, var(--emw--color-white, #FFFFFF));width:129px;height:60px}.FullWidthButton{color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));background-color:var(--emw--casino-contrast, var(--emw--color-background, #07072A));border-radius:5px;border:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));width:100%;height:60px}.GamesContainer{width:calc(100% - 4px);height:100%;max-width:calc(100% - 4px)}.Time{height:20px;margin:0;display:flex;align-items:center;justify-content:center}svg{fill:var(--emw--button-typography, var(--emw--color-white, #FFFFFF))}p{color:var(--emw--casino-typography, var(--emw--color-contrast, #FFFFFF))}#IframeContainer{height:100%;max-width:1300px;margin:10px;display:flex;align-items:center;justify-content:center}.FullsScreenLayout .GamesContainer{width:100% !important;height:calc(100% - 100px) !important}.FavoredIcon,.UnfavoredIcon{width:35px;height:35px}.FavIconContainer{position:absolute;top:15px;left:15px;cursor:pointer}.FavIconPanicButton{margin-top:45px}.PanicSection{display:flex;align-items:center;gap:10px;margin:20px 0}.PanicSection .Button{border-radius:5px;border:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));width:280px;height:60px;color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));cursor:pointer}.PanicSectionMobile{position:absolute;top:0;left:0;width:100%;text-align:center;margin:10px 0 0 0 !important}.PanicButtonMobile{border-radius:5px;margin:0 10px;border:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));width:100% !important;height:30px;color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.PanicButtonAnimation{background:-webkit-linear-gradient(135deg, rgba(20, 20, 20, 0) 55%, rgba(20, 20, 20, 0.3) 100%);background:-moz-linear-gradient(135deg, rgba(20, 20, 20, 0) 55%, rgba(20, 20, 20, 0.3) 100%);background:-o-linear-gradient(135deg, rgba(20, 20, 20, 0) 55%, rgba(20, 20, 20, 0.3) 100%);background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));width:280px;color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));-webkit-animation:bar-animation 2s linear}@-webkit-keyframes bar-animation{0%{background-position:0}100%{background-position:280px}}.LoaderRipple{width:80px;height:80px;position:absolute;top:0;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}.LoaderRipple.LoaderWithPanicButton{top:40px}@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}}");
6973
6988
  }
6974
6989
  function b0(e) {
6975
6990
  let t, r, n = (
@@ -7101,7 +7116,7 @@ function E0(e) {
7101
7116
  function B(w, M) {
7102
7117
  return (
7103
7118
  /*isFullscreen*/
7104
- w[20] ? P0 : D0
7119
+ w[20] ? F0 : D0
7105
7120
  );
7106
7121
  }
7107
7122
  let V = B(e), k = V(e);
@@ -7195,14 +7210,14 @@ function x0(e) {
7195
7210
  if (
7196
7211
  /*isLoggedIn*/
7197
7212
  s[6]
7198
- ) return N0;
7213
+ ) return H0;
7199
7214
  if (
7200
7215
  /*anonymousFunMode*/
7201
7216
  s[16] && !/*determiningIsLoggedIn*/
7202
7217
  s[7]
7203
7218
  ) return I0;
7204
7219
  if (!/*determiningIsLoggedIn*/
7205
- s[7]) return F0;
7220
+ s[7]) return P0;
7206
7221
  }
7207
7222
  let n = r(e), i = n && n(e);
7208
7223
  return {
@@ -7272,7 +7287,7 @@ function k0(e) {
7272
7287
  );
7273
7288
  },
7274
7289
  d(k) {
7275
- k && J(t), B = !1, Pe(V);
7290
+ k && J(t), B = !1, Fe(V);
7276
7291
  }
7277
7292
  };
7278
7293
  }
@@ -7284,10 +7299,10 @@ function M0(e) {
7284
7299
  /*$_*/
7285
7300
  e[28]("register") + ""
7286
7301
  ), E, v, D, j, L, T, B, V;
7287
- function k(P, O) {
7302
+ function k(F, O) {
7288
7303
  return (
7289
7304
  /*isFullscreen*/
7290
- P[20] ? O0 : T0
7305
+ F[20] ? O0 : T0
7291
7306
  );
7292
7307
  }
7293
7308
  let w = k(e), M = w(e);
@@ -7320,8 +7335,8 @@ function M0(e) {
7320
7335
  e[20]
7321
7336
  );
7322
7337
  },
7323
- m(P, O) {
7324
- Q(P, t, O), d(t, r), d(r, n), e[76](n), d(r, s), d(r, a), d(a, o), d(o, l), d(l, f), d(o, m), d(o, p), d(p, E), d(a, v), d(a, D), d(D, j), d(j, L), e[79](D), d(a, T), M.m(a, null), e[82](a), e[83](r), e[84](t), B || (V = [
7338
+ m(F, O) {
7339
+ Q(F, t, O), d(t, r), d(r, n), e[76](n), d(r, s), d(r, a), d(a, o), d(o, l), d(l, f), d(o, m), d(o, p), d(p, E), d(a, v), d(a, D), d(D, j), d(j, L), e[79](D), d(a, T), M.m(a, null), e[82](a), e[83](r), e[84](t), B || (V = [
7325
7340
  he(
7326
7341
  l,
7327
7342
  "click",
@@ -7336,48 +7351,48 @@ function M0(e) {
7336
7351
  )
7337
7352
  ], B = !0);
7338
7353
  },
7339
- p(P, O) {
7354
+ p(F, O) {
7340
7355
  O[0] & /*game*/
7341
7356
  4096 && !ve(n.src, i = /*game*/
7342
- P[12].launchUrl) && c(n, "src", i), O[0] & /*adjustableHeightDifference*/
7357
+ F[12].launchUrl) && c(n, "src", i), O[0] & /*adjustableHeightDifference*/
7343
7358
  67108864 && le(n, "max-height", "calc(100% - " + /*adjustableHeightDifference*/
7344
- P[26] + "px)"), O[0] & /*$_*/
7359
+ F[26] + "px)"), O[0] & /*$_*/
7345
7360
  268435456 && u !== (u = /*$_*/
7346
- P[28]("signIn") + "") && K(f, u), O[0] & /*$_*/
7361
+ F[28]("signIn") + "") && K(f, u), O[0] & /*$_*/
7347
7362
  268435456 && S !== (S = /*$_*/
7348
- P[28]("register") + "") && K(E, S), O[0] & /*time*/
7363
+ F[28]("register") + "") && K(E, S), O[0] & /*time*/
7349
7364
  16 && K(
7350
7365
  L,
7351
7366
  /*time*/
7352
- P[4]
7353
- ), w === (w = k(P)) && M ? M.p(P, O) : (M.d(1), M = w(P), M && (M.c(), M.m(a, null))), O[0] & /*gameStyle*/
7367
+ F[4]
7368
+ ), w === (w = k(F)) && M ? M.p(F, O) : (M.d(1), M = w(F), M && (M.c(), M.m(a, null))), O[0] & /*gameStyle*/
7354
7369
  134217728 && c(
7355
7370
  r,
7356
7371
  "style",
7357
7372
  /*gameStyle*/
7358
- P[27]
7373
+ F[27]
7359
7374
  ), O[0] & /*modalFrameWidth*/
7360
7375
  2097152 && le(
7361
7376
  t,
7362
7377
  "width",
7363
7378
  /*modalFrameWidth*/
7364
- P[21]
7379
+ F[21]
7365
7380
  ), O[0] & /*modalFrameHeight*/
7366
7381
  4194304 && le(
7367
7382
  t,
7368
7383
  "height",
7369
7384
  /*modalFrameHeight*/
7370
- P[22]
7385
+ F[22]
7371
7386
  ), O[0] & /*isFullscreen*/
7372
7387
  1048576 && et(
7373
7388
  t,
7374
7389
  "FullsScreenLayout",
7375
7390
  /*isFullscreen*/
7376
- P[20]
7391
+ F[20]
7377
7392
  );
7378
7393
  },
7379
- d(P) {
7380
- P && J(t), e[76](null), e[79](null), M.d(), e[82](null), e[83](null), e[84](null), B = !1, Pe(V);
7394
+ d(F) {
7395
+ F && J(t), e[76](null), e[79](null), M.d(), e[82](null), e[83](null), e[84](null), B = !1, Fe(V);
7381
7396
  }
7382
7397
  };
7383
7398
  }
@@ -7474,7 +7489,7 @@ function D0(e) {
7474
7489
  }
7475
7490
  };
7476
7491
  }
7477
- function P0(e) {
7492
+ function F0(e) {
7478
7493
  let t, r, n;
7479
7494
  return {
7480
7495
  c() {
@@ -7494,7 +7509,7 @@ function P0(e) {
7494
7509
  }
7495
7510
  };
7496
7511
  }
7497
- function F0(e) {
7512
+ function P0(e) {
7498
7513
  let t, r, n = (
7499
7514
  /*game*/
7500
7515
  e[12].name + ""
@@ -7546,7 +7561,7 @@ function F0(e) {
7546
7561
  );
7547
7562
  },
7548
7563
  d(k) {
7549
- k && J(t), B = !1, Pe(V);
7564
+ k && J(t), B = !1, Fe(V);
7550
7565
  }
7551
7566
  };
7552
7567
  }
@@ -7563,7 +7578,7 @@ function I0(e) {
7563
7578
  ), D, j, L, T = (
7564
7579
  /*$_*/
7565
7580
  e[28]("playForFun") + ""
7566
- ), B, V, k, w, M, P;
7581
+ ), B, V, k, w, M, F;
7567
7582
  return {
7568
7583
  c() {
7569
7584
  t = b("div"), r = b("h3"), i = q(n), s = X(), a = b("img"), l = X(), u = b("div"), f = b("button"), p = q(m), S = X(), E = b("button"), D = q(v), j = X(), L = b("button"), B = q(T), V = X(), k = b("p"), w = q(
@@ -7573,7 +7588,7 @@ function I0(e) {
7573
7588
  e[12].thumbnail) || c(a, "src", o), c(a, "class", "GameThumbnail"), c(a, "alt", "game thumbnail"), c(a, "loading", "lazy"), c(f, "class", "LoginButton"), c(E, "class", "RegisterButton"), c(L, "class", "FullWidthButton"), c(u, "class", "ButtonsContainer"), c(t, "class", "GameDetails");
7574
7589
  },
7575
7590
  m(O, re) {
7576
- Q(O, t, re), d(t, r), d(r, i), d(t, s), d(t, a), d(t, l), d(t, u), d(u, f), d(f, p), d(u, S), d(u, E), d(E, D), d(u, j), d(u, L), d(L, B), d(t, V), d(t, k), d(k, w), M || (P = [
7591
+ Q(O, t, re), d(t, r), d(r, i), d(t, s), d(t, a), d(t, l), d(t, u), d(u, f), d(f, p), d(u, S), d(u, E), d(E, D), d(u, j), d(u, L), d(L, B), d(t, V), d(t, k), d(k, w), M || (F = [
7577
7592
  he(
7578
7593
  f,
7579
7594
  "click",
@@ -7613,11 +7628,11 @@ function I0(e) {
7613
7628
  );
7614
7629
  },
7615
7630
  d(O) {
7616
- O && J(t), M = !1, Pe(P);
7631
+ O && J(t), M = !1, Fe(F);
7617
7632
  }
7618
7633
  };
7619
7634
  }
7620
- function N0(e) {
7635
+ function H0(e) {
7621
7636
  let t, r, n, i = (
7622
7637
  /*game*/
7623
7638
  e[12].name + ""
@@ -7630,20 +7645,20 @@ function N0(e) {
7630
7645
  ), j, L, T, B, V, k, w, M = (
7631
7646
  /*favorites*/
7632
7647
  e[0] == "true" && ys(e)
7633
- ), P = (
7648
+ ), F = (
7634
7649
  /*haspanicbutton*/
7635
7650
  e[1] === "true" && _s(e)
7636
7651
  );
7637
7652
  return {
7638
7653
  c() {
7639
- M && M.c(), t = X(), r = b("div"), n = b("h3"), s = q(i), a = X(), o = b("img"), u = X(), f = b("div"), m = b("button"), S = q(p), E = X(), v = b("button"), j = q(D), L = X(), P && P.c(), T = X(), B = b("p"), V = q(
7654
+ M && M.c(), t = X(), r = b("div"), n = b("h3"), s = q(i), a = X(), o = b("img"), u = X(), f = b("div"), m = b("button"), S = q(p), E = X(), v = b("button"), j = q(D), L = X(), F && F.c(), T = X(), B = b("p"), V = q(
7640
7655
  /*time*/
7641
7656
  e[4]
7642
7657
  ), ve(o.src, l = /*game*/
7643
7658
  e[12].thumbnail) || c(o, "src", l), c(o, "class", "GameThumbnail"), c(o, "alt", "game thumbnail"), c(o, "loading", "lazy"), c(m, "class", "DepositButton"), c(v, "class", "PlayNowButton"), c(f, "class", "ButtonsContainer"), c(r, "class", "GameDetails");
7644
7659
  },
7645
7660
  m(O, re) {
7646
- M && M.m(O, re), Q(O, t, re), Q(O, r, re), d(r, n), d(n, s), d(r, a), d(r, o), d(r, u), d(r, f), d(f, m), d(m, S), d(f, E), d(f, v), d(v, j), d(r, L), P && P.m(r, null), d(r, T), d(r, B), d(B, V), k || (w = [
7661
+ M && M.m(O, re), Q(O, t, re), Q(O, r, re), d(r, n), d(n, s), d(r, a), d(r, o), d(r, u), d(r, f), d(f, m), d(m, S), d(f, E), d(f, v), d(v, j), d(r, L), F && F.m(r, null), d(r, T), d(r, B), d(B, V), k || (w = [
7647
7662
  he(
7648
7663
  m,
7649
7664
  "click",
@@ -7669,7 +7684,7 @@ function N0(e) {
7669
7684
  O[28]("deposit") + "") && K(S, p), re[0] & /*$_*/
7670
7685
  268435456 && D !== (D = /*$_*/
7671
7686
  O[28]("playNow") + "") && K(j, D), /*haspanicbutton*/
7672
- O[1] === "true" ? P ? P.p(O, re) : (P = _s(O), P.c(), P.m(r, T)) : P && (P.d(1), P = null), re[0] & /*time*/
7687
+ O[1] === "true" ? F ? F.p(O, re) : (F = _s(O), F.c(), F.m(r, T)) : F && (F.d(1), F = null), re[0] & /*time*/
7673
7688
  16 && K(
7674
7689
  V,
7675
7690
  /*time*/
@@ -7677,7 +7692,7 @@ function N0(e) {
7677
7692
  );
7678
7693
  },
7679
7694
  d(O) {
7680
- O && (J(t), J(r)), M && M.d(O), P && P.d(), k = !1, Pe(w);
7695
+ O && (J(t), J(r)), M && M.d(O), F && F.d(), k = !1, Fe(w);
7681
7696
  }
7682
7697
  };
7683
7698
  }
@@ -7686,7 +7701,7 @@ function ys(e) {
7686
7701
  function r(s, a) {
7687
7702
  return (
7688
7703
  /*isFavLoading*/
7689
- s[8] ? H0 : L0
7704
+ s[8] ? N0 : L0
7690
7705
  );
7691
7706
  }
7692
7707
  let n = r(e), i = n(e);
@@ -7705,7 +7720,7 @@ function ys(e) {
7705
7720
  }
7706
7721
  };
7707
7722
  }
7708
- function H0(e) {
7723
+ function N0(e) {
7709
7724
  let t, r, n, i;
7710
7725
  return {
7711
7726
  c() {
@@ -7730,7 +7745,7 @@ function L0(e) {
7730
7745
  function r(s, a) {
7731
7746
  return (
7732
7747
  /*isGameFavorite*/
7733
- s[13] ? R0 : C0
7748
+ s[13] ? C0 : R0
7734
7749
  );
7735
7750
  }
7736
7751
  let n = r(e), i = n(e);
@@ -7749,11 +7764,11 @@ function L0(e) {
7749
7764
  }
7750
7765
  };
7751
7766
  }
7752
- function C0(e) {
7767
+ function R0(e) {
7753
7768
  let t, r, n, i, s, a;
7754
7769
  return {
7755
7770
  c() {
7756
- t = b("div"), r = Fr("svg"), n = Fr("path"), le(n, "fill", "var(--emw--color-white, #FFFFFF)"), c(n, "d", `M511.266,197.256c-1.764-5.431-6.458-9.388-12.108-10.209l-158.722-23.065L269.452,20.155
7771
+ t = b("div"), r = Pr("svg"), n = Pr("path"), le(n, "fill", "var(--emw--color-white, #FFFFFF)"), c(n, "d", `M511.266,197.256c-1.764-5.431-6.458-9.388-12.108-10.209l-158.722-23.065L269.452,20.155
7757
7772
  c-2.527-5.12-7.741-8.361-13.451-8.361c-5.709,0-10.924,3.242-13.451,8.361l-70.988,143.828L12.843,187.047
7758
7773
  c-5.65,0.821-10.344,4.779-12.108,10.209c-1.765,5.43-0.293,11.391,3.795,15.376l114.848,111.955L92.27,482.67
7759
7774
  c-0.965,5.627,1.349,11.315,5.968,14.67c4.618,3.355,10.74,3.798,15.797,1.142L256,423.846l141.961,74.637
@@ -7782,11 +7797,11 @@ function C0(e) {
7782
7797
  }
7783
7798
  };
7784
7799
  }
7785
- function R0(e) {
7800
+ function C0(e) {
7786
7801
  let t, r, n, i, s, a;
7787
7802
  return {
7788
7803
  c() {
7789
- t = b("div"), r = Fr("svg"), n = Fr("path"), le(n, "fill", "var(--emw--color-white, #FFFFFF)"), c(n, "d", "m10.201,.758l2.478,5.865 6.344,.545c0.44,0.038 0.619,0.587 0.285,0.876l-4.812,4.169 1.442,6.202c0.1,0.431-0.367,0.77-0.745,0.541l-5.452-3.288-5.452,3.288c-0.379,0.228-0.845-0.111-0.745-0.541l1.442-6.202-4.813-4.17c-0.334-0.289-0.156-0.838 0.285-0.876l6.344-.545 2.478-5.864c0.172-0.408 0.749-0.408 0.921,0z"), c(r, "version", "1.1"), c(r, "class", "FavoredIcon"), c(r, "part", "FavoredIcon"), c(r, "xmlns", "http://www.w3.org/2000/svg"), c(r, "viewBox", "0 0 19.481 19.481"), c(r, "xmlns:xlink", "http://www.w3.org/1999/xlink"), c(r, "enable-background", "new 0 0 19.481 19.481"), c(t, "class", i = "FavIconContainer " + /*haspanicbutton*/
7804
+ t = b("div"), r = Pr("svg"), n = Pr("path"), le(n, "fill", "var(--emw--color-white, #FFFFFF)"), c(n, "d", "m10.201,.758l2.478,5.865 6.344,.545c0.44,0.038 0.619,0.587 0.285,0.876l-4.812,4.169 1.442,6.202c0.1,0.431-0.367,0.77-0.745,0.541l-5.452-3.288-5.452,3.288c-0.379,0.228-0.845-0.111-0.745-0.541l1.442-6.202-4.813-4.17c-0.334-0.289-0.156-0.838 0.285-0.876l6.344-.545 2.478-5.864c0.172-0.408 0.749-0.408 0.921,0z"), c(r, "version", "1.1"), c(r, "class", "FavoredIcon"), c(r, "part", "FavoredIcon"), c(r, "xmlns", "http://www.w3.org/2000/svg"), c(r, "viewBox", "0 0 19.481 19.481"), c(r, "xmlns:xlink", "http://www.w3.org/1999/xlink"), c(r, "enable-background", "new 0 0 19.481 19.481"), c(t, "class", i = "FavIconContainer " + /*haspanicbutton*/
7790
7805
  (e[1] == "true" ? "FavIconPanicButton" : ""));
7791
7806
  },
7792
7807
  m(o, l) {
@@ -7877,55 +7892,55 @@ function A0(e) {
7877
7892
  }
7878
7893
  function B0(e, t, r) {
7879
7894
  let n, i;
7880
- zo(e, ch, (h) => r(28, i = h));
7881
- let { endpoint: s = "" } = t, { lang: a = "" } = t, { session: o = "" } = t, { userid: l = "" } = t, { clientstyling: u = "" } = t, { clientstylingurl: f = "" } = t, { translationurl: m = "" } = t, { favorites: p = "" } = t, { loginurl: S = "" } = t, { registerurl: E = "" } = t, { depositurl: v = "" } = t, { loginevent: D = "" } = t, { registerevent: j = "" } = t, { depositevent: L = "" } = t, { shortcashierenabled: T = "" } = t, { clockformat: B = "" } = t, { haspanicbutton: V = "false" } = t, { playforfun: k = "true" } = t, { checksession: w = "true" } = t, { integratedgameframedesktop: M = "false" } = t, { integratedgameframemobile: P = "false" } = t, { gameid: O = "" } = t, re, Rt, rt = !1, Si = !1, At = !1, Ei = !1, nt = !0, it, z, ar = !1, or = 0, tn, N, st = !1, dt = !1, xi = !1, ki = !1, lr = !0, ae, Ve, Bt, Te = !1, rn, nn, ur, hr, sn, an, at = window.navigator.userAgent, fr = !1, ze = [], Ze = [], ot, $e, Yt, on = "false", cr = 0, Mi = "", dr;
7895
+ Vo(e, ch, (h) => r(28, i = h));
7896
+ let { endpoint: s = "" } = t, { lang: a = "" } = t, { session: o = "" } = t, { userid: l = "" } = t, { clientstyling: u = "" } = t, { clientstylingurl: f = "" } = t, { translationurl: m = "" } = t, { favorites: p = "" } = t, { loginurl: S = "" } = t, { registerurl: E = "" } = t, { depositurl: v = "" } = t, { loginevent: D = "" } = t, { registerevent: j = "" } = t, { depositevent: L = "" } = t, { shortcashierenabled: T = "" } = t, { clockformat: B = "" } = t, { haspanicbutton: V = "false" } = t, { playforfun: k = "true" } = t, { checksession: w = "true" } = t, { integratedgameframedesktop: M = "false" } = t, { integratedgameframemobile: F = "false" } = t, { gameid: O = "" } = t, re, Ct, rt = !1, Si = !1, At = !1, Ei = !1, nt = !0, it, z, ar = !1, or = 0, tn, H, st = !1, dt = !1, xi = !1, ki = !1, lr = !0, ae, Ve, Bt, Te = !1, rn, nn, ur, hr, sn, an, at = window.navigator.userAgent, fr = !1, ze = [], Ze = [], ot, $e, Yt, on = "false", cr = 0, Mi = "", dr;
7882
7897
  mh({ withLocale: "en", translations: {} });
7883
- const Za = () => {
7884
- fetch(m).then((F) => F.json()).then((F) => {
7885
- Object.keys(F).forEach((Y) => {
7886
- os(Y, F[Y]);
7898
+ const za = () => {
7899
+ fetch(m).then((P) => P.json()).then((P) => {
7900
+ Object.keys(P).forEach((Y) => {
7901
+ os(Y, P[Y]);
7887
7902
  });
7888
- }).catch((F) => {
7889
- console.log(F);
7903
+ }).catch((P) => {
7904
+ console.log(P);
7890
7905
  });
7891
7906
  };
7892
7907
  Object.keys(ls).forEach((h) => {
7893
7908
  os(h, ls[h]);
7894
7909
  });
7895
7910
  const Ti = (h) => {
7896
- let F = new URL(h.launchUrl);
7897
- return F.searchParams.append("language", a), it && it.length > 0 && (r(6, rt = !0), F.searchParams.append("_sid", it), F.searchParams.append("funMode", "false")), h.launchUrl = F, h;
7898
- }, Oi = (h, F) => {
7911
+ let P = new URL(h.launchUrl);
7912
+ return P.searchParams.append("language", a), it && it.length > 0 && (r(6, rt = !0), P.searchParams.append("_sid", it), P.searchParams.append("funMode", "false")), h.launchUrl = P, h;
7913
+ }, Oi = (h, P) => {
7899
7914
  let Y = new URL(`${s}/v1/casino/games/${h}`);
7900
- Y.searchParams.append("language", a), Y.searchParams.append("expand", "vendor"), lr = F, fetch(Y.href).then(($) => $.json()).then(
7915
+ Y.searchParams.append("language", a), Y.searchParams.append("expand", "vendor"), lr = P, fetch(Y.href).then(($) => $.json()).then(
7901
7916
  ($) => {
7902
- r(12, N = Ti($[0])), r(10, nt = !1), N.launchUrl && (r(13, st = Fi(N, N.hasFunMode)), r(8, At = !1));
7917
+ r(12, H = Ti($[0])), r(10, nt = !1), H.launchUrl && (r(13, st = Pi(H, H.hasFunMode)), r(8, At = !1));
7903
7918
  },
7904
7919
  ($) => {
7905
7920
  console.error("There was an error", $), r(9, Ei = !0);
7906
7921
  }
7907
7922
  ).then(() => {
7908
- ae && (lr ? hn() : Ka());
7923
+ ae && (lr ? hn() : Qa());
7909
7924
  }).finally(() => {
7910
- r(10, nt = !1), $a(o, l);
7925
+ r(10, nt = !1), Za(o, l);
7911
7926
  }), window.postMessage({ type: "RequestModalSize" }, window.location.href);
7912
7927
  }, Di = () => {
7913
7928
  z == null || z.addEventListener("mousedown", gr, !1), z == null || z.addEventListener("touchstart", gr, !1), z == null || z.addEventListener("mouseup", yr, !1), z == null || z.addEventListener("touchend", yr, !1);
7914
- }, Pi = () => {
7929
+ }, Fi = () => {
7915
7930
  r(11, ar = !1), z == null || z.removeEventListener("mousedown", gr), z == null || z.removeEventListener("touchstart", gr), z == null || z.removeEventListener("mouseup", yr), z == null || z.removeEventListener("touchend", yr);
7916
7931
  }, ln = (h) => {
7917
- var F;
7932
+ var P;
7918
7933
  switch (h.data.type) {
7919
7934
  case "GameLaunchID":
7920
7935
  Oi(h.data.gameId, !0);
7921
7936
  break;
7922
7937
  case "LaunchGameFrame":
7923
- Ja(h.data.gameId, h.data.gameFunMode);
7938
+ qa(h.data.gameId, h.data.gameFunMode);
7924
7939
  break;
7925
7940
  case "ModalClosed":
7926
- M === "true" || yt(at) ? (r(56, on = "false"), Pi(), yt(at) ? setTimeout(
7941
+ M === "true" || yt(at) ? (r(56, on = "false"), Fi(), yt(at) ? setTimeout(
7927
7942
  () => {
7928
- r(14, dt = P === "true");
7943
+ r(14, dt = F === "true");
7929
7944
  },
7930
7945
  500
7931
7946
  ) : setTimeout(
@@ -7933,16 +7948,16 @@ function B0(e, t, r) {
7933
7948
  r(14, dt = M === "true");
7934
7949
  },
7935
7950
  500
7936
- )) : M === "false" && ((F = h.data) == null ? void 0 : F.closeIntegratedGameFrameDesktop) !== !0 && window.postMessage({ type: "DisableScroll" }, window.location.href);
7951
+ )) : M === "false" && ((P = h.data) == null ? void 0 : P.closeIntegratedGameFrameDesktop) !== !0 && window.postMessage({ type: "DisableScroll" }, window.location.href);
7937
7952
  break;
7938
7953
  case "UserSessionID":
7939
7954
  if (h.data.session.length > 0) {
7940
7955
  it = h.data.session, h.data.userID, r(6, rt = !0);
7941
7956
  let Y = setInterval(
7942
7957
  () => {
7943
- if (N) {
7944
- let $ = new URL(N.launchUrl);
7945
- $.searchParams.get("_sid") || $.searchParams.append("_sid", it), $.searchParams.get("funMode") || $.searchParams.append("funMode", !1), $.searchParams.get("_sid") || $.searchParams.append("language", a), r(12, N.launchUrl = $, N), clearInterval(Y);
7958
+ if (H) {
7959
+ let $ = new URL(H.launchUrl);
7960
+ $.searchParams.get("_sid") || $.searchParams.append("_sid", it), $.searchParams.get("funMode") || $.searchParams.append("funMode", !1), $.searchParams.get("_sid") || $.searchParams.append("language", a), r(12, H.launchUrl = $, H), clearInterval(Y);
7946
7961
  }
7947
7962
  },
7948
7963
  250
@@ -7953,50 +7968,50 @@ function B0(e, t, r) {
7953
7968
  r(21, rn = h.data.modalContainerSize.modalWidth), r(22, nn = h.data.modalContainerSize.modalHeight);
7954
7969
  break;
7955
7970
  }
7956
- }, $a = (h, F) => {
7957
- let Y = `${s}/v1/player/${F}/favorites/`;
7971
+ }, Za = (h, P) => {
7972
+ let Y = `${s}/v1/player/${P}/favorites/`;
7958
7973
  r(10, nt = !0);
7959
7974
  let $ = {
7960
7975
  method: "GET",
7961
7976
  headers: { "X-SessionID": h }
7962
7977
  };
7963
- return new Promise((ye, Ne) => {
7978
+ return new Promise((ye, He) => {
7964
7979
  fetch(Y, $).then((Xe) => Xe.json()).then((Xe) => {
7965
- r(10, nt = !1), ze = Xe.items, ze ? (N && N.id && r(13, st = mr(N.id)), r(8, At = !1), ze.forEach((_r) => {
7980
+ r(10, nt = !1), ze = Xe.items, ze ? (H && H.id && r(13, st = mr(H.id)), r(8, At = !1), ze.forEach((_r) => {
7966
7981
  Ze.includes(_r.id) || Ze.push(_r.id);
7967
7982
  })) : ze = [], ye(ze);
7968
7983
  }).catch((Xe) => {
7969
- console.error(Xe), Ne(Xe);
7984
+ console.error(Xe), He(Xe);
7970
7985
  });
7971
7986
  });
7972
7987
  }, un = (h) => {
7973
- st ? qa(`${s}/v1/player/${l}/favorites`, o, N.id) : Xa(`${s}/v1/player/${l}/favorites`, o, N);
7988
+ st ? Xa(`${s}/v1/player/${l}/favorites`, o, H.id) : $a(`${s}/v1/player/${l}/favorites`, o, H);
7974
7989
  };
7975
- let Xa = (h, F, Y) => mn(this, null, function* () {
7990
+ let $a = (h, P, Y) => mn(this, null, function* () {
7976
7991
  Ze.includes(Y.id) || Ze.push(Y.id);
7977
7992
  let ye = {
7978
7993
  method: "POST",
7979
7994
  headers: {
7980
- "X-SessionID": F,
7995
+ "X-SessionID": P,
7981
7996
  "Content-Type": "application/json",
7982
7997
  Accept: "application/json"
7983
7998
  },
7984
7999
  body: JSON.stringify({ items: Ze })
7985
8000
  };
7986
- fetch(h, ye).then((Ne) => Ne.json()).then((Ne) => {
8001
+ fetch(h, ye).then((He) => He.json()).then((He) => {
7987
8002
  window.postMessage({ type: `AddFavoriteThumbnail_${Y.id}` }, window.location.href), window.postMessage({
7988
8003
  type: "UpdateFavoredList",
7989
8004
  url: h,
7990
- sessionID: F
7991
- }), Ne.items && (ze = Ne.items), r(13, st = mr(Y.id));
7992
- }).catch((Ne) => {
7993
- console.error("Err", Ne);
8005
+ sessionID: P
8006
+ }), He.items && (ze = He.items), r(13, st = mr(Y.id));
8007
+ }).catch((He) => {
8008
+ console.error("Err", He);
7994
8009
  });
7995
8010
  });
7996
- const qa = (h, F, Y) => {
8011
+ const Xa = (h, P, Y) => {
7997
8012
  let $ = {
7998
8013
  method: "DELETE",
7999
- headers: { "X-SessionID": F }
8014
+ headers: { "X-SessionID": P }
8000
8015
  };
8001
8016
  fetch(`${h}/${Y}`, $).then((ye) => ye.json()).then((ye) => {
8002
8017
  window.postMessage(
@@ -8007,45 +8022,45 @@ function B0(e, t, r) {
8007
8022
  ), window.postMessage({
8008
8023
  type: "UpdateFavoredList",
8009
8024
  url: h,
8010
- sessionID: F
8011
- }), ye.items && (ze = ye.items), r(13, st = mr(N.id));
8025
+ sessionID: P
8026
+ }), ye.items && (ze = ye.items), r(13, st = mr(H.id));
8012
8027
  }), Ze.includes(Y) && (Ze = Ze.filter((ye) => ye != Y));
8013
- }, mr = (h) => ze.findIndex((F) => F.id == h) !== -1, Fi = (h, F) => (r(16, ki = k == "true" ? h.hasAnonymousFunMode : !1), r(15, xi = k == "true" ? F : !1), r(14, dt = !0), mr(h.id)), Ja = (h, F) => {
8028
+ }, mr = (h) => ze.findIndex((P) => P.id == h) !== -1, Pi = (h, P) => (r(16, ki = k == "true" ? h.hasAnonymousFunMode : !1), r(15, xi = k == "true" ? P : !1), r(14, dt = !0), mr(h.id)), qa = (h, P) => {
8014
8029
  let Y = new URL(`${s}/v1/casino/games/${h}`);
8015
8030
  Y.searchParams.append("language", a), fetch(Y.href).then(($) => $.json()).then(($) => {
8016
- r(12, N = Ti($[0])), r(10, nt = !1), N.launchUrl && (r(13, st = Fi(N, F)), r(8, At = !1));
8031
+ r(12, H = Ti($[0])), r(10, nt = !1), H.launchUrl && (r(13, st = Pi(H, P)), r(8, At = !1));
8017
8032
  }).finally(() => {
8018
8033
  r(10, nt = !1);
8019
8034
  });
8020
- }, Qa = () => {
8035
+ }, Ja = () => {
8021
8036
  if (Te) return;
8022
8037
  const h = ($, ye) => {
8023
- const Xe = $[0].intersectionRatio, _r = $[0].isIntersecting, Bo = parseInt(getComputedStyle(ae).height);
8024
- dr || (dr = Bo * Math.max(Xe, 0.5)), r(17, ae.style.height = `${dr}px`, ae), r(18, Ve.style.height = `${dr}px`, Ve), _r && r(19, Bt.style.height = `${ae.style.height}px`, Bt), ye.unobserve(ae);
8025
- }, F = { threshold: 0 };
8026
- new IntersectionObserver(h, F).observe(ae);
8027
- }, Ka = () => {
8028
- r(21, rn = N.width), r(22, nn = N.height), sn = `${N.width}px`, an = `${N.height}px`, ur = N.width, hr = N.height, hn();
8038
+ const Xe = $[0].intersectionRatio, _r = $[0].isIntersecting, Ao = parseInt(getComputedStyle(ae).height);
8039
+ dr || (dr = Ao * Math.max(Xe, 0.5)), r(17, ae.style.height = `${dr}px`, ae), r(18, Ve.style.height = `${dr}px`, Ve), _r && r(19, Bt.style.height = `${ae.style.height}px`, Bt), ye.unobserve(ae);
8040
+ }, P = { threshold: 0 };
8041
+ new IntersectionObserver(h, P).observe(ae);
8042
+ }, Qa = () => {
8043
+ r(21, rn = H.width), r(22, nn = H.height), sn = `${H.width}px`, an = `${H.height}px`, ur = H.width, hr = H.height, hn();
8029
8044
  }, hn = () => {
8030
8045
  var Y;
8031
8046
  let h = getComputedStyle(ae);
8032
8047
  getComputedStyle(Ve), parseInt(h.width.slice(0, -2)), parseInt(h.height.slice(0, -2)), r(26, cr = ((Y = $e == null ? void 0 : $e.getBoundingClientRect()) == null ? void 0 : Y.height) || 100);
8033
- const F = N.width / (N.height + cr);
8034
- ur = parseInt(N.width) * F, hr = parseInt(N.height) + cr, sn = ur ? `${Math.floor(ur)}px` : "1280px", an = hr ? `${Math.floor(hr)}px` : "720px", ro();
8048
+ const P = H.width / (H.height + cr);
8049
+ ur = parseInt(H.width) * P, hr = parseInt(H.height) + cr, sn = ur ? `${Math.floor(ur)}px` : "1280px", an = hr ? `${Math.floor(hr)}px` : "720px", to();
8035
8050
  }, fn = (h) => {
8036
- yt(at) ? Ii(P) : Ii(M);
8051
+ yt(at) ? Ii(F) : Ii(M);
8037
8052
  }, Ii = (h) => {
8038
- var F;
8039
- h == "false" ? window.open(N.launchUrl, "_blank") : h == "true" && window.postMessage(
8053
+ var P;
8054
+ h == "false" ? window.open(H.launchUrl, "_blank") : h == "true" && window.postMessage(
8040
8055
  {
8041
8056
  type: "OpenIntegratedGameFrame",
8042
- subVendor: N.subVendor,
8043
- gameId: N.id,
8044
- launchUrl: (F = N.launchUrl) == null ? void 0 : F.href
8057
+ subVendor: H.subVendor,
8058
+ gameId: H.id,
8059
+ launchUrl: (P = H.launchUrl) == null ? void 0 : P.href
8045
8060
  },
8046
8061
  window.location.href
8047
8062
  );
8048
- }, Ni = () => {
8063
+ }, Hi = () => {
8049
8064
  window.postMessage(
8050
8065
  {
8051
8066
  type: "GameStateOnResize",
@@ -8072,18 +8087,18 @@ function B0(e, t, r) {
8072
8087
  }
8073
8088
  const mt = () => {
8074
8089
  (document.fullscreenEnabled || document.webkitFullscreenEnabled || document.mozFullScreenEnabled || document.msFullscreenEnabled) && (Te ? (document.exitFullscreen ? document.exitFullscreen() : document.webkitExitFullscreen ? document.webkitExitFullscreen() : document.msExitFullscreen && document.msExitFullscreen(), r(20, Te = !1)) : (ae.requestFullscreen ? ae.requestFullscreen() : ae.webkitRequestFullscreen ? ae.webkitRequestFullscreen() : ae.mozRequestFullScreen ? ae.mozRequestFullScreen() : ae.msRequestFullscreen && ae.msRequestFullscreen(), r(20, Te = !0)));
8075
- }, eo = () => {
8090
+ }, Ka = () => {
8076
8091
  B ? r(4, re = y().format(B)) : r(4, re = y().format("LTS"));
8077
8092
  };
8078
8093
  setInterval(
8079
8094
  () => {
8080
- eo();
8095
+ Ka();
8081
8096
  },
8082
8097
  100
8083
8098
  );
8084
- const to = () => {
8099
+ const eo = () => {
8085
8100
  ph(a), r(23, fr = yt(at));
8086
- }, Hi = () => {
8101
+ }, Ni = () => {
8087
8102
  w == "true" ? dh(s, o).then(
8088
8103
  (h) => {
8089
8104
  it = h.Guid, h.UserID, r(6, rt = !0);
@@ -8101,17 +8116,17 @@ function B0(e, t, r) {
8101
8116
  );
8102
8117
  }, yr = (h) => {
8103
8118
  or < 3 && r(11, ar = !1), clearInterval(tn);
8119
+ }, to = () => {
8120
+ let h = Te ? "100%" : sn, P = Te ? "100%" : an, Y = Te || !lr ? "none" : H.width ? `${Math.floor(H.width)}px` : "1280px", $ = Te || !lr ? "none" : H.height ? `${Math.floor(H.height) + 100}px` : "720px";
8121
+ r(27, Mi = `width: ${h}; height: ${P}; max-width: ${Y}; max-height: ${$}; padding-bottom: 10px`), Ja();
8104
8122
  }, ro = () => {
8105
- let h = Te ? "100%" : sn, F = Te ? "100%" : an, Y = Te || !lr ? "none" : N.width ? `${Math.floor(N.width)}px` : "1280px", $ = Te || !lr ? "none" : N.height ? `${Math.floor(N.height) + 100}px` : "720px";
8106
- r(27, Mi = `width: ${h}; height: ${F}; max-width: ${Y}; max-height: ${$}; padding-bottom: 10px`), Qa();
8107
- }, no = () => {
8108
8123
  let h = document.createElement("style");
8109
8124
  h.innerHTML = u, ot.appendChild(h);
8110
- }, io = () => {
8125
+ }, no = () => {
8111
8126
  let h = document.createElement("style");
8112
8127
  if (f) {
8113
- let F = new URL(f);
8114
- fetch(F.href).then((Y) => Y.text()).then((Y) => {
8128
+ let P = new URL(f);
8129
+ fetch(P.href).then((Y) => Y.text()).then((Y) => {
8115
8130
  h.innerHTML = Y, setTimeout(
8116
8131
  () => {
8117
8132
  ot.appendChild(h);
@@ -8121,74 +8136,74 @@ function B0(e, t, r) {
8121
8136
  });
8122
8137
  }
8123
8138
  };
8124
- Qo(() => {
8139
+ Jo(() => {
8125
8140
  r(7, Si = (o || l) && !rt);
8126
- }), Ko(() => (window.addEventListener("resize", Ni, !1), window.addEventListener("message", ln, !1), () => {
8127
- Pi(), window.removeEventListener("resize", Ni), window.removeEventListener("message", ln);
8141
+ }), Qo(() => (window.addEventListener("resize", Hi, !1), window.addEventListener("message", ln, !1), () => {
8142
+ Fi(), window.removeEventListener("resize", Hi), window.removeEventListener("message", ln);
8128
8143
  }));
8129
- const so = () => {
8144
+ const io = () => {
8130
8145
  r(8, At = !0);
8131
- }, ao = () => un(N.id), oo = () => un(N.id), lo = () => cn(fr), uo = () => {
8146
+ }, so = () => un(H.id), ao = () => un(H.id), oo = () => cn(fr), lo = () => {
8132
8147
  fn();
8133
8148
  };
8134
- function ho(h) {
8149
+ function uo(h) {
8135
8150
  fe[h ? "unshift" : "push"](() => {
8136
8151
  z = h, r(2, z);
8137
8152
  });
8138
8153
  }
8139
- const fo = () => Ut(), co = () => Gt(), mo = () => {
8154
+ const ho = () => Ut(), fo = () => Gt(), co = () => {
8140
8155
  fn();
8141
- }, po = () => Ut(), go = () => Gt();
8142
- function yo(h) {
8156
+ }, mo = () => Ut(), po = () => Gt();
8157
+ function go(h) {
8143
8158
  fe[h ? "unshift" : "push"](() => {
8144
- Rt = h, r(5, Rt);
8159
+ Ct = h, r(5, Ct);
8145
8160
  });
8146
8161
  }
8147
- const _o = () => cn(fr);
8148
- function bo(h) {
8162
+ const yo = () => cn(fr);
8163
+ function _o(h) {
8149
8164
  fe[h ? "unshift" : "push"](() => {
8150
8165
  Yt = h, r(25, Yt);
8151
8166
  });
8152
8167
  }
8153
- function vo(h) {
8168
+ function bo(h) {
8154
8169
  fe[h ? "unshift" : "push"](() => {
8155
8170
  z = h, r(2, z);
8156
8171
  });
8157
8172
  }
8158
- const wo = () => mt(), So = () => mt();
8159
- function Eo(h) {
8173
+ const vo = () => mt(), wo = () => mt();
8174
+ function So(h) {
8160
8175
  fe[h ? "unshift" : "push"](() => {
8161
8176
  $e = h, r(24, $e);
8162
8177
  });
8163
8178
  }
8164
- function xo(h) {
8179
+ function Eo(h) {
8165
8180
  fe[h ? "unshift" : "push"](() => {
8166
8181
  Ve = h, r(18, Ve);
8167
8182
  });
8168
8183
  }
8169
- function ko(h) {
8184
+ function xo(h) {
8170
8185
  fe[h ? "unshift" : "push"](() => {
8171
8186
  ae = h, r(17, ae);
8172
8187
  });
8173
8188
  }
8174
- function Mo(h) {
8189
+ function ko(h) {
8175
8190
  fe[h ? "unshift" : "push"](() => {
8176
- Rt = h, r(5, Rt);
8191
+ Ct = h, r(5, Ct);
8177
8192
  });
8178
8193
  }
8179
- const To = () => Ut(), Oo = () => Gt();
8180
- function Do(h) {
8194
+ const Mo = () => Ut(), To = () => Gt();
8195
+ function Oo(h) {
8181
8196
  fe[h ? "unshift" : "push"](() => {
8182
8197
  Yt = h, r(25, Yt);
8183
8198
  });
8184
8199
  }
8185
- const Po = () => mt(), Fo = () => mt();
8186
- function Io(h) {
8200
+ const Do = () => mt(), Fo = () => mt();
8201
+ function Po(h) {
8187
8202
  fe[h ? "unshift" : "push"](() => {
8188
8203
  $e = h, r(24, $e);
8189
8204
  });
8190
8205
  }
8191
- function No(h) {
8206
+ function Io(h) {
8192
8207
  fe[h ? "unshift" : "push"](() => {
8193
8208
  Ve = h, r(18, Ve);
8194
8209
  });
@@ -8198,32 +8213,32 @@ function B0(e, t, r) {
8198
8213
  ae = h, r(17, ae);
8199
8214
  });
8200
8215
  }
8201
- const Lo = () => Ut(), Co = () => Gt();
8216
+ const No = () => Ut(), Lo = () => Gt();
8202
8217
  function Ro(h) {
8203
8218
  fe[h ? "unshift" : "push"](() => {
8204
8219
  Bt = h, r(19, Bt);
8205
8220
  });
8206
8221
  }
8207
- function Ao(h) {
8222
+ function Co(h) {
8208
8223
  fe[h ? "unshift" : "push"](() => {
8209
8224
  ot = h, r(3, ot);
8210
8225
  });
8211
8226
  }
8212
8227
  return e.$$set = (h) => {
8213
- "endpoint" in h && r(36, s = h.endpoint), "lang" in h && r(37, a = h.lang), "session" in h && r(38, o = h.session), "userid" in h && r(39, l = h.userid), "clientstyling" in h && r(40, u = h.clientstyling), "clientstylingurl" in h && r(41, f = h.clientstylingurl), "translationurl" in h && r(42, m = h.translationurl), "favorites" in h && r(0, p = h.favorites), "loginurl" in h && r(43, S = h.loginurl), "registerurl" in h && r(44, E = h.registerurl), "depositurl" in h && r(45, v = h.depositurl), "loginevent" in h && r(46, D = h.loginevent), "registerevent" in h && r(47, j = h.registerevent), "depositevent" in h && r(48, L = h.depositevent), "shortcashierenabled" in h && r(49, T = h.shortcashierenabled), "clockformat" in h && r(50, B = h.clockformat), "haspanicbutton" in h && r(1, V = h.haspanicbutton), "playforfun" in h && r(51, k = h.playforfun), "checksession" in h && r(52, w = h.checksession), "integratedgameframedesktop" in h && r(53, M = h.integratedgameframedesktop), "integratedgameframemobile" in h && r(54, P = h.integratedgameframemobile), "gameid" in h && r(55, O = h.gameid);
8228
+ "endpoint" in h && r(36, s = h.endpoint), "lang" in h && r(37, a = h.lang), "session" in h && r(38, o = h.session), "userid" in h && r(39, l = h.userid), "clientstyling" in h && r(40, u = h.clientstyling), "clientstylingurl" in h && r(41, f = h.clientstylingurl), "translationurl" in h && r(42, m = h.translationurl), "favorites" in h && r(0, p = h.favorites), "loginurl" in h && r(43, S = h.loginurl), "registerurl" in h && r(44, E = h.registerurl), "depositurl" in h && r(45, v = h.depositurl), "loginevent" in h && r(46, D = h.loginevent), "registerevent" in h && r(47, j = h.registerevent), "depositevent" in h && r(48, L = h.depositevent), "shortcashierenabled" in h && r(49, T = h.shortcashierenabled), "clockformat" in h && r(50, B = h.clockformat), "haspanicbutton" in h && r(1, V = h.haspanicbutton), "playforfun" in h && r(51, k = h.playforfun), "checksession" in h && r(52, w = h.checksession), "integratedgameframedesktop" in h && r(53, M = h.integratedgameframedesktop), "integratedgameframemobile" in h && r(54, F = h.integratedgameframemobile), "gameid" in h && r(55, O = h.gameid);
8214
8229
  }, e.$$.update = () => {
8215
8230
  e.$$.dirty[1] & /*lang*/
8216
- 64 && a && to(), e.$$.dirty[1] & /*shortcashierenabled*/
8231
+ 64 && a && eo(), e.$$.dirty[1] & /*shortcashierenabled*/
8217
8232
  262144 && (n = T.toLocaleLowerCase() === "true"), e.$$.dirty[1] & /*endpoint, gameid, lang*/
8218
8233
  16777312 && s && O && a && Oi(O, !0), e.$$.dirty[1] & /*session, userid, endpoint*/
8219
- 416 && o && l && s && Hi(), e.$$.dirty[1] & /*checksession, session, endpoint*/
8220
- 2097312 && w == "false" && o && s && Hi(), e.$$.dirty[1] & /*translationurl*/
8221
- 2048 && m && Za(), e.$$.dirty[0] & /*favorites*/
8222
- 1 && p && so(), e.$$.dirty[0] & /*customStylingContainer*/
8234
+ 416 && o && l && s && Ni(), e.$$.dirty[1] & /*checksession, session, endpoint*/
8235
+ 2097312 && w == "false" && o && s && Ni(), e.$$.dirty[1] & /*translationurl*/
8236
+ 2048 && m && za(), e.$$.dirty[0] & /*favorites*/
8237
+ 1 && p && io(), e.$$.dirty[0] & /*customStylingContainer*/
8223
8238
  8 | e.$$.dirty[1] & /*clientstyling*/
8224
- 512 && u && ot && no(), e.$$.dirty[0] & /*customStylingContainer*/
8239
+ 512 && u && ot && ro(), e.$$.dirty[0] & /*customStylingContainer*/
8225
8240
  8 | e.$$.dirty[1] & /*clientstylingurl*/
8226
- 1024 && f && ot && io(), e.$$.dirty[0] & /*panicButton*/
8241
+ 1024 && f && ot && no(), e.$$.dirty[0] & /*panicButton*/
8227
8242
  4 | e.$$.dirty[1] & /*showModal*/
8228
8243
  33554432 && on == "true" && z && Di(), e.$$.dirty[0] & /*panicButton*/
8229
8244
  4 && z && Di();
@@ -8233,14 +8248,14 @@ function B0(e, t, r) {
8233
8248
  z,
8234
8249
  ot,
8235
8250
  re,
8236
- Rt,
8251
+ Ct,
8237
8252
  rt,
8238
8253
  Si,
8239
8254
  At,
8240
8255
  Ei,
8241
8256
  nt,
8242
8257
  ar,
8243
- N,
8258
+ H,
8244
8259
  st,
8245
8260
  dt,
8246
8261
  xi,
@@ -8282,9 +8297,10 @@ function B0(e, t, r) {
8282
8297
  k,
8283
8298
  w,
8284
8299
  M,
8285
- P,
8300
+ F,
8286
8301
  O,
8287
8302
  on,
8303
+ so,
8288
8304
  ao,
8289
8305
  oo,
8290
8306
  lo,
@@ -8308,20 +8324,19 @@ function B0(e, t, r) {
8308
8324
  To,
8309
8325
  Oo,
8310
8326
  Do,
8311
- Po,
8312
8327
  Fo,
8328
+ Po,
8313
8329
  Io,
8314
- No,
8315
8330
  Ho,
8331
+ No,
8316
8332
  Lo,
8317
- Co,
8318
8333
  Ro,
8319
- Ao
8334
+ Co
8320
8335
  ];
8321
8336
  }
8322
- class Y0 extends fl {
8337
+ class Y0 extends hl {
8323
8338
  constructor(t) {
8324
- super(), ul(
8339
+ super(), ll(
8325
8340
  this,
8326
8341
  t,
8327
8342
  B0,
@@ -8488,7 +8503,7 @@ class Y0 extends fl {
8488
8503
  this.$$set({ gameid: t }), ne();
8489
8504
  }
8490
8505
  }
8491
- hl(Y0, { endpoint: {}, lang: {}, session: {}, userid: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, favorites: {}, loginurl: {}, registerurl: {}, depositurl: {}, loginevent: {}, registerevent: {}, depositevent: {}, shortcashierenabled: {}, clockformat: {}, haspanicbutton: {}, playforfun: {}, checksession: {}, integratedgameframedesktop: {}, integratedgameframemobile: {}, gameid: {} }, [], [], !0);
8506
+ ul(Y0, { endpoint: {}, lang: {}, session: {}, userid: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, favorites: {}, loginurl: {}, registerurl: {}, depositurl: {}, loginevent: {}, registerevent: {}, depositevent: {}, shortcashierenabled: {}, clockformat: {}, haspanicbutton: {}, playforfun: {}, checksession: {}, integratedgameframedesktop: {}, integratedgameframemobile: {}, gameid: {} }, [], [], !0);
8492
8507
  export {
8493
8508
  Y0 as default
8494
8509
  };