@everymatrix/general-player-login-form 1.55.0 → 1.56.2

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,28 +1,28 @@
1
1
  function Z() {
2
2
  }
3
- function xr(e) {
3
+ function wr(e) {
4
4
  return e();
5
5
  }
6
6
  function Xt() {
7
7
  return /* @__PURE__ */ Object.create(null);
8
8
  }
9
- function Oe(e) {
10
- e.forEach(xr);
9
+ function Me(e) {
10
+ e.forEach(wr);
11
11
  }
12
12
  function kt(e) {
13
13
  return typeof e == "function";
14
14
  }
15
- function Sr(e, t) {
15
+ function xr(e, t) {
16
16
  return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
17
17
  }
18
18
  let tt;
19
19
  function Wt(e, t) {
20
20
  return e === t ? !0 : (tt || (tt = document.createElement("a")), tt.href = t, e === tt.href);
21
21
  }
22
- function ln(e) {
22
+ function sn(e) {
23
23
  return Object.keys(e).length === 0;
24
24
  }
25
- function Pr(e, ...t) {
25
+ function Sr(e, ...t) {
26
26
  if (e == null) {
27
27
  for (const n of t)
28
28
  n(void 0);
@@ -31,25 +31,22 @@ function Pr(e, ...t) {
31
31
  const r = e.subscribe(...t);
32
32
  return r.unsubscribe ? () => r.unsubscribe() : r;
33
33
  }
34
- function un(e, t, r) {
35
- e.$$.on_destroy.push(Pr(t, r));
34
+ function an(e, t, r) {
35
+ e.$$.on_destroy.push(Sr(t, r));
36
36
  }
37
- const cn = typeof window < "u" ? window : typeof globalThis < "u" ? globalThis : (
38
- // @ts-ignore Node typings have this
39
- global
40
- );
41
37
  function m(e, t) {
42
38
  e.appendChild(t);
43
39
  }
44
- function hn(e, t, r) {
45
- const n = fn(e);
40
+ function ln(e, t, r) {
41
+ const n = un(e);
46
42
  if (!n.getElementById(t)) {
47
- const i = S("style");
48
- i.id = t, i.textContent = r, dn(n, i);
43
+ const i = x("style");
44
+ i.id = t, i.textContent = r, cn(n, i);
49
45
  }
50
46
  }
51
- function fn(e) {
52
- if (!e) return document;
47
+ function un(e) {
48
+ if (!e)
49
+ return document;
53
50
  const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
54
51
  return t && /** @type {ShadowRoot} */
55
52
  t.host ? (
@@ -57,45 +54,45 @@ function fn(e) {
57
54
  t
58
55
  ) : e.ownerDocument;
59
56
  }
60
- function dn(e, t) {
57
+ function cn(e, t) {
61
58
  return m(
62
59
  /** @type {Document} */
63
60
  e.head || e,
64
61
  t
65
62
  ), t.sheet;
66
63
  }
67
- function L(e, t, r) {
64
+ function M(e, t, r) {
68
65
  e.insertBefore(t, r || null);
69
66
  }
70
67
  function I(e) {
71
68
  e.parentNode && e.parentNode.removeChild(e);
72
69
  }
73
- function S(e) {
70
+ function x(e) {
74
71
  return document.createElement(e);
75
72
  }
76
- function O(e) {
73
+ function L(e) {
77
74
  return document.createElementNS("http://www.w3.org/2000/svg", e);
78
75
  }
79
76
  function N(e) {
80
77
  return document.createTextNode(e);
81
78
  }
82
- function z() {
79
+ function j() {
83
80
  return N(" ");
84
81
  }
85
- function mn() {
82
+ function hn() {
86
83
  return N("");
87
84
  }
88
- function se(e, t, r, n) {
85
+ function oe(e, t, r, n) {
89
86
  return e.addEventListener(t, r, n), () => e.removeEventListener(t, r, n);
90
87
  }
91
88
  function h(e, t, r) {
92
89
  r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
93
90
  }
94
- function Y(e, t, r) {
91
+ function W(e, t, r) {
95
92
  const n = t.toLowerCase();
96
93
  n in e ? e[n] = typeof e[n] == "boolean" && r === "" ? !0 : r : t in e ? e[t] = typeof e[t] == "boolean" && r === "" ? !0 : r : h(e, t, r);
97
94
  }
98
- function pn(e) {
95
+ function fn(e) {
99
96
  return Array.from(e.childNodes);
100
97
  }
101
98
  function te(e, t) {
@@ -105,7 +102,7 @@ function te(e, t) {
105
102
  function rt(e, t) {
106
103
  e.value = t ?? "";
107
104
  }
108
- function gn(e) {
105
+ function dn(e) {
109
106
  const t = {};
110
107
  return e.childNodes.forEach(
111
108
  /** @param {Element} node */
@@ -114,85 +111,87 @@ function gn(e) {
114
111
  }
115
112
  ), t;
116
113
  }
117
- let Xe;
118
- function ze(e) {
119
- Xe = e;
114
+ let ze;
115
+ function Ve(e) {
116
+ ze = e;
120
117
  }
121
- function bn() {
122
- if (!Xe) throw new Error("Function called outside component initialization");
123
- return Xe;
118
+ function mn() {
119
+ if (!ze)
120
+ throw new Error("Function called outside component initialization");
121
+ return ze;
124
122
  }
125
- function vn(e) {
126
- bn().$$.on_mount.push(e);
123
+ function pn(e) {
124
+ mn().$$.on_mount.push(e);
127
125
  }
128
- const Pe = [], ut = [];
129
- let Te = [];
130
- const Zt = [], yn = /* @__PURE__ */ Promise.resolve();
126
+ const He = [], ut = [];
127
+ let Be = [];
128
+ const Zt = [], gn = /* @__PURE__ */ Promise.resolve();
131
129
  let Pt = !1;
132
- function _n() {
133
- Pt || (Pt = !0, yn.then(ee));
130
+ function bn() {
131
+ Pt || (Pt = !0, gn.then(K));
134
132
  }
135
133
  function Tt(e) {
136
- Te.push(e);
134
+ Be.push(e);
137
135
  }
138
136
  const bt = /* @__PURE__ */ new Set();
139
- let xe = 0;
140
- function ee() {
141
- if (xe !== 0)
137
+ let Pe = 0;
138
+ function K() {
139
+ if (Pe !== 0)
142
140
  return;
143
- const e = Xe;
141
+ const e = ze;
144
142
  do {
145
143
  try {
146
- for (; xe < Pe.length; ) {
147
- const t = Pe[xe];
148
- xe++, ze(t), En(t.$$);
144
+ for (; Pe < He.length; ) {
145
+ const t = He[Pe];
146
+ Pe++, Ve(t), vn(t.$$);
149
147
  }
150
148
  } catch (t) {
151
- throw Pe.length = 0, xe = 0, t;
149
+ throw He.length = 0, Pe = 0, t;
152
150
  }
153
- for (ze(null), Pe.length = 0, xe = 0; ut.length; ) ut.pop()();
154
- for (let t = 0; t < Te.length; t += 1) {
155
- const r = Te[t];
151
+ for (Ve(null), He.length = 0, Pe = 0; ut.length; )
152
+ ut.pop()();
153
+ for (let t = 0; t < Be.length; t += 1) {
154
+ const r = Be[t];
156
155
  bt.has(r) || (bt.add(r), r());
157
156
  }
158
- Te.length = 0;
159
- } while (Pe.length);
157
+ Be.length = 0;
158
+ } while (He.length);
160
159
  for (; Zt.length; )
161
160
  Zt.pop()();
162
- Pt = !1, bt.clear(), ze(e);
161
+ Pt = !1, bt.clear(), Ve(e);
163
162
  }
164
- function En(e) {
163
+ function vn(e) {
165
164
  if (e.fragment !== null) {
166
- e.update(), Oe(e.before_update);
165
+ e.update(), Me(e.before_update);
167
166
  const t = e.dirty;
168
167
  e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Tt);
169
168
  }
170
169
  }
171
- function wn(e) {
170
+ function yn(e) {
172
171
  const t = [], r = [];
173
- Te.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), Te = t;
172
+ Be.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), Be = t;
174
173
  }
175
- const xn = /* @__PURE__ */ new Set();
176
- function Sn(e, t) {
177
- e && e.i && (xn.delete(e), e.i(t));
174
+ const _n = /* @__PURE__ */ new Set();
175
+ function En(e, t) {
176
+ e && e.i && (_n.delete(e), e.i(t));
178
177
  }
179
- function Pn(e, t, r) {
178
+ function wn(e, t, r) {
180
179
  const { fragment: n, after_update: i } = e.$$;
181
180
  n && n.m(t, r), Tt(() => {
182
- const o = e.$$.on_mount.map(xr).filter(kt);
183
- e.$$.on_destroy ? e.$$.on_destroy.push(...o) : Oe(o), e.$$.on_mount = [];
181
+ const o = e.$$.on_mount.map(wr).filter(kt);
182
+ e.$$.on_destroy ? e.$$.on_destroy.push(...o) : Me(o), e.$$.on_mount = [];
184
183
  }), i.forEach(Tt);
185
184
  }
186
- function Tn(e, t) {
185
+ function xn(e, t) {
187
186
  const r = e.$$;
188
- r.fragment !== null && (wn(r.after_update), Oe(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
187
+ r.fragment !== null && (yn(r.after_update), Me(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
189
188
  }
190
- function Hn(e, t) {
191
- e.$$.dirty[0] === -1 && (Pe.push(e), _n(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
189
+ function Sn(e, t) {
190
+ e.$$.dirty[0] === -1 && (He.push(e), bn(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
192
191
  }
193
- function Bn(e, t, r, n, i, o, s = null, a = [-1]) {
194
- const c = Xe;
195
- ze(e);
192
+ function Pn(e, t, r, n, i, o, s = null, a = [-1]) {
193
+ const c = ze;
194
+ Ve(e);
196
195
  const l = e.$$ = {
197
196
  fragment: null,
198
197
  ctx: [],
@@ -218,19 +217,19 @@ function Bn(e, t, r, n, i, o, s = null, a = [-1]) {
218
217
  let u = !1;
219
218
  if (l.ctx = r ? r(e, t.props || {}, (f, d, ...b) => {
220
219
  const y = b.length ? b[0] : d;
221
- return l.ctx && i(l.ctx[f], l.ctx[f] = y) && (!l.skip_bound && l.bound[f] && l.bound[f](y), u && Hn(e, f)), d;
222
- }) : [], l.update(), u = !0, Oe(l.before_update), l.fragment = n ? n(l.ctx) : !1, t.target) {
220
+ return l.ctx && i(l.ctx[f], l.ctx[f] = y) && (!l.skip_bound && l.bound[f] && l.bound[f](y), u && Sn(e, f)), d;
221
+ }) : [], l.update(), u = !0, Me(l.before_update), l.fragment = n ? n(l.ctx) : !1, t.target) {
223
222
  if (t.hydrate) {
224
- const f = pn(t.target);
223
+ const f = fn(t.target);
225
224
  l.fragment && l.fragment.l(f), f.forEach(I);
226
225
  } else
227
226
  l.fragment && l.fragment.c();
228
- t.intro && Sn(e.$$.fragment), Pn(e, t.target, t.anchor), ee();
227
+ t.intro && En(e.$$.fragment), wn(e, t.target, t.anchor), K();
229
228
  }
230
- ze(c);
229
+ Ve(c);
231
230
  }
232
- let Tr;
233
- typeof HTMLElement == "function" && (Tr = class extends HTMLElement {
231
+ let Pr;
232
+ typeof HTMLElement == "function" && (Pr = class extends HTMLElement {
234
233
  /** The Svelte component constructor */
235
234
  $$ctor;
236
235
  /** Slots */
@@ -272,14 +271,14 @@ typeof HTMLElement == "function" && (Tr = class extends HTMLElement {
272
271
  let o;
273
272
  return {
274
273
  c: function() {
275
- o = S("slot"), i !== "default" && h(o, "name", i);
274
+ o = x("slot"), i !== "default" && h(o, "name", i);
276
275
  },
277
276
  /**
278
277
  * @param {HTMLElement} target
279
278
  * @param {HTMLElement} [anchor]
280
279
  */
281
280
  m: function(c, l) {
282
- L(c, o, l);
281
+ M(c, o, l);
283
282
  },
284
283
  d: function(c) {
285
284
  c && I(o);
@@ -289,7 +288,7 @@ typeof HTMLElement == "function" && (Tr = class extends HTMLElement {
289
288
  };
290
289
  if (await Promise.resolve(), !this.$$cn || this.$$c)
291
290
  return;
292
- const t = {}, r = gn(this);
291
+ const t = {}, r = dn(this);
293
292
  for (const i of this.$$s)
294
293
  i in r && (t[i] = [e(i)]);
295
294
  for (const i of this.attributes) {
@@ -376,8 +375,8 @@ function ot(e, t, r, n) {
376
375
  return t;
377
376
  }
378
377
  }
379
- function An(e, t, r, n, i, o) {
380
- let s = class extends Tr {
378
+ function Tn(e, t, r, n, i, o) {
379
+ let s = class extends Pr {
381
380
  constructor() {
382
381
  super(e, r, i), this.$$p_d = t;
383
382
  }
@@ -405,7 +404,7 @@ function An(e, t, r, n, i, o) {
405
404
  }), e.element = /** @type {any} */
406
405
  s, s;
407
406
  }
408
- class In {
407
+ class Hn {
409
408
  /**
410
409
  * ### PRIVATE API
411
410
  *
@@ -424,7 +423,7 @@ class In {
424
423
  $$set = void 0;
425
424
  /** @returns {void} */
426
425
  $destroy() {
427
- Tn(this, 1), this.$destroy = Z;
426
+ xn(this, 1), this.$destroy = Z;
428
427
  }
429
428
  /**
430
429
  * @template {Extract<keyof Events, string>} K
@@ -446,19 +445,34 @@ class In {
446
445
  * @returns {void}
447
446
  */
448
447
  $set(t) {
449
- this.$$set && !ln(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
448
+ this.$$set && !sn(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
450
449
  }
451
450
  }
452
- const Cn = "4";
453
- typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Cn);
451
+ const Bn = "4";
452
+ typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Bn);
453
+ /*! *****************************************************************************
454
+ Copyright (c) Microsoft Corporation.
455
+
456
+ Permission to use, copy, modify, and/or distribute this software for any
457
+ purpose with or without fee is hereby granted.
458
+
459
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
460
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
461
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
462
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
463
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
464
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
465
+ PERFORMANCE OF THIS SOFTWARE.
466
+ ***************************************************************************** */
454
467
  var Ht = function(e, t) {
455
468
  return Ht = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
456
469
  r.__proto__ = n;
457
470
  } || function(r, n) {
458
- for (var i in n) Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
471
+ for (var i in n)
472
+ Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
459
473
  }, Ht(e, t);
460
474
  };
461
- function le(e, t) {
475
+ function ae(e, t) {
462
476
  if (typeof t != "function" && t !== null)
463
477
  throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
464
478
  Ht(e, t);
@@ -471,14 +485,16 @@ var w = function() {
471
485
  return w = Object.assign || function(t) {
472
486
  for (var r, n = 1, i = arguments.length; n < i; n++) {
473
487
  r = arguments[n];
474
- for (var o in r) Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
488
+ for (var o in r)
489
+ Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
475
490
  }
476
491
  return t;
477
492
  }, w.apply(this, arguments);
478
493
  };
479
- function On(e, t) {
494
+ function An(e, t) {
480
495
  var r = {};
481
- for (var n in e) Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
496
+ for (var n in e)
497
+ Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
482
498
  if (e != null && typeof Object.getOwnPropertySymbols == "function")
483
499
  for (var i = 0, n = Object.getOwnPropertySymbols(e); i < n.length; i++)
484
500
  t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
@@ -486,46 +502,52 @@ function On(e, t) {
486
502
  }
487
503
  function Bt(e) {
488
504
  var t = typeof Symbol == "function" && Symbol.iterator, r = t && e[t], n = 0;
489
- if (r) return r.call(e);
490
- if (e && typeof e.length == "number") return {
491
- next: function() {
492
- return e && n >= e.length && (e = void 0), { value: e && e[n++], done: !e };
493
- }
494
- };
505
+ if (r)
506
+ return r.call(e);
507
+ if (e && typeof e.length == "number")
508
+ return {
509
+ next: function() {
510
+ return e && n >= e.length && (e = void 0), { value: e && e[n++], done: !e };
511
+ }
512
+ };
495
513
  throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
496
514
  }
497
515
  function At(e, t) {
498
516
  var r = typeof Symbol == "function" && e[Symbol.iterator];
499
- if (!r) return e;
517
+ if (!r)
518
+ return e;
500
519
  var n = r.call(e), i, o = [], s;
501
520
  try {
502
- for (; (t === void 0 || t-- > 0) && !(i = n.next()).done; ) o.push(i.value);
521
+ for (; (t === void 0 || t-- > 0) && !(i = n.next()).done; )
522
+ o.push(i.value);
503
523
  } catch (a) {
504
524
  s = { error: a };
505
525
  } finally {
506
526
  try {
507
527
  i && !i.done && (r = n.return) && r.call(n);
508
528
  } finally {
509
- if (s) throw s.error;
529
+ if (s)
530
+ throw s.error;
510
531
  }
511
532
  }
512
533
  return o;
513
534
  }
514
- function He(e, t, r) {
515
- if (r || arguments.length === 2) for (var n = 0, i = t.length, o; n < i; n++)
516
- (o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
517
- return e.concat(o || Array.prototype.slice.call(t));
535
+ function Ae(e, t, r) {
536
+ if (r || arguments.length === 2)
537
+ for (var n = 0, i = t.length, o; n < i; n++)
538
+ (o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
539
+ return e.concat(o || t);
518
540
  }
519
- function ae(e) {
541
+ function se(e) {
520
542
  return typeof e == "function";
521
543
  }
522
- function Hr(e) {
544
+ function Tr(e) {
523
545
  var t = function(n) {
524
546
  Error.call(n), n.stack = new Error().stack;
525
547
  }, r = e(t);
526
548
  return r.prototype = Object.create(Error.prototype), r.prototype.constructor = r, r;
527
549
  }
528
- var vt = Hr(function(e) {
550
+ var vt = Tr(function(e) {
529
551
  return function(r) {
530
552
  e(this), this.message = r ? r.length + ` errors occurred during unsubscription:
531
553
  ` + r.map(function(n, i) {
@@ -562,13 +584,14 @@ var ft = function() {
562
584
  try {
563
585
  c && !c.done && (r = a.return) && r.call(a);
564
586
  } finally {
565
- if (t) throw t.error;
587
+ if (t)
588
+ throw t.error;
566
589
  }
567
590
  }
568
591
  else
569
592
  s.remove(this);
570
593
  var u = this.initialTeardown;
571
- if (ae(u))
594
+ if (se(u))
572
595
  try {
573
596
  u();
574
597
  } catch (g) {
@@ -583,7 +606,7 @@ var ft = function() {
583
606
  try {
584
607
  qt(y);
585
608
  } catch (g) {
586
- o = o ?? [], g instanceof vt ? o = He(He([], At(o)), At(g.errors)) : o.push(g);
609
+ o = o ?? [], g instanceof vt ? o = Ae(Ae([], At(o)), At(g.errors)) : o.push(g);
587
610
  }
588
611
  }
589
612
  } catch (g) {
@@ -592,7 +615,8 @@ var ft = function() {
592
615
  try {
593
616
  b && !b.done && (i = d.return) && i.call(d);
594
617
  } finally {
595
- if (n) throw n.error;
618
+ if (n)
619
+ throw n.error;
596
620
  }
597
621
  }
598
622
  }
@@ -628,32 +652,32 @@ var ft = function() {
628
652
  var t = new e();
629
653
  return t.closed = !0, t;
630
654
  }(), e;
631
- }(), Br = ft.EMPTY;
632
- function Ar(e) {
633
- return e instanceof ft || e && "closed" in e && ae(e.remove) && ae(e.add) && ae(e.unsubscribe);
655
+ }(), Hr = ft.EMPTY;
656
+ function Br(e) {
657
+ return e instanceof ft || e && "closed" in e && se(e.remove) && se(e.add) && se(e.unsubscribe);
634
658
  }
635
659
  function qt(e) {
636
- ae(e) ? e() : e.unsubscribe();
660
+ se(e) ? e() : e.unsubscribe();
637
661
  }
638
- var Ir = {
662
+ var Ar = {
639
663
  onUnhandledError: null,
640
664
  onStoppedNotification: null,
641
665
  Promise: void 0,
642
666
  useDeprecatedSynchronousErrorHandling: !1,
643
667
  useDeprecatedNextContext: !1
644
- }, Ln = {
668
+ }, In = {
645
669
  setTimeout: function(e, t) {
646
670
  for (var r = [], n = 2; n < arguments.length; n++)
647
671
  r[n - 2] = arguments[n];
648
- return setTimeout.apply(void 0, He([e, t], At(r)));
672
+ return setTimeout.apply(void 0, Ae([e, t], At(r)));
649
673
  },
650
674
  clearTimeout: function(e) {
651
675
  return clearTimeout(e);
652
676
  },
653
677
  delegate: void 0
654
678
  };
655
- function Mn(e) {
656
- Ln.setTimeout(function() {
679
+ function Cn(e) {
680
+ In.setTimeout(function() {
657
681
  throw e;
658
682
  });
659
683
  }
@@ -662,11 +686,11 @@ function Jt() {
662
686
  function st(e) {
663
687
  e();
664
688
  }
665
- var Cr = function(e) {
666
- le(t, e);
689
+ var Ir = function(e) {
690
+ ae(t, e);
667
691
  function t(r) {
668
692
  var n = e.call(this) || this;
669
- return n.isStopped = !1, r ? (n.destination = r, Ar(r) && r.add(n)) : n.destination = Fn, n;
693
+ return n.isStopped = !1, r ? (n.destination = r, Br(r) && r.add(n)) : n.destination = Nn, n;
670
694
  }
671
695
  return t.create = function(r, n, i) {
672
696
  return new Ct(r, n, i);
@@ -693,11 +717,11 @@ var Cr = function(e) {
693
717
  this.unsubscribe();
694
718
  }
695
719
  }, t;
696
- }(ft), Nn = Function.prototype.bind;
720
+ }(ft), On = Function.prototype.bind;
697
721
  function yt(e, t) {
698
- return Nn.call(e, t);
722
+ return On.call(e, t);
699
723
  }
700
- var Rn = function() {
724
+ var Ln = function() {
701
725
  function e(t) {
702
726
  this.partialObserver = t;
703
727
  }
@@ -729,10 +753,10 @@ var Rn = function() {
729
753
  }
730
754
  }, e;
731
755
  }(), Ct = function(e) {
732
- le(t, e);
756
+ ae(t, e);
733
757
  function t(r, n, i) {
734
758
  var o = e.call(this) || this, s;
735
- if (ae(r) || !r)
759
+ if (se(r) || !r)
736
760
  s = {
737
761
  next: r ?? void 0,
738
762
  error: n ?? void 0,
@@ -740,7 +764,7 @@ var Rn = function() {
740
764
  };
741
765
  else {
742
766
  var a;
743
- o && Ir.useDeprecatedNextContext ? (a = Object.create(r), a.unsubscribe = function() {
767
+ o && Ar.useDeprecatedNextContext ? (a = Object.create(r), a.unsubscribe = function() {
744
768
  return o.unsubscribe();
745
769
  }, s = {
746
770
  next: r.next && yt(r.next, a),
@@ -748,29 +772,29 @@ var Rn = function() {
748
772
  complete: r.complete && yt(r.complete, a)
749
773
  }) : s = r;
750
774
  }
751
- return o.destination = new Rn(s), o;
775
+ return o.destination = new Ln(s), o;
752
776
  }
753
777
  return t;
754
- }(Cr);
778
+ }(Ir);
755
779
  function nt(e) {
756
- Mn(e);
780
+ Cn(e);
757
781
  }
758
- function Un(e) {
782
+ function Mn(e) {
759
783
  throw e;
760
784
  }
761
- var Fn = {
785
+ var Nn = {
762
786
  closed: !0,
763
787
  next: Jt,
764
- error: Un,
788
+ error: Mn,
765
789
  complete: Jt
766
- }, Dn = function() {
790
+ }, Rn = function() {
767
791
  return typeof Symbol == "function" && Symbol.observable || "@@observable";
768
792
  }();
769
- function kn(e) {
793
+ function Un(e) {
770
794
  return e;
771
795
  }
772
- function $n(e) {
773
- return e.length === 0 ? kn : e.length === 1 ? e[0] : function(r) {
796
+ function Fn(e) {
797
+ return e.length === 0 ? Un : e.length === 1 ? e[0] : function(r) {
774
798
  return e.reduce(function(n, i) {
775
799
  return i(n);
776
800
  }, r);
@@ -784,7 +808,7 @@ var Qt = function() {
784
808
  var r = new e();
785
809
  return r.source = this, r.operator = t, r;
786
810
  }, e.prototype.subscribe = function(t, r, n) {
787
- var i = this, o = jn(t) ? t : new Ct(t, r, n);
811
+ var i = this, o = kn(t) ? t : new Ct(t, r, n);
788
812
  return st(function() {
789
813
  var s = i, a = s.operator, c = s.source;
790
814
  o.add(a ? a.call(o, c) : c ? i._subscribe(o) : i._trySubscribe(o));
@@ -814,12 +838,12 @@ var Qt = function() {
814
838
  }, e.prototype._subscribe = function(t) {
815
839
  var r;
816
840
  return (r = this.source) === null || r === void 0 ? void 0 : r.subscribe(t);
817
- }, e.prototype[Dn] = function() {
841
+ }, e.prototype[Rn] = function() {
818
842
  return this;
819
843
  }, e.prototype.pipe = function() {
820
844
  for (var t = [], r = 0; r < arguments.length; r++)
821
845
  t[r] = arguments[r];
822
- return $n(t)(this);
846
+ return Fn(t)(this);
823
847
  }, e.prototype.toPromise = function(t) {
824
848
  var r = this;
825
849
  return t = Yt(t), new t(function(n, i) {
@@ -838,20 +862,20 @@ var Qt = function() {
838
862
  }();
839
863
  function Yt(e) {
840
864
  var t;
841
- return (t = e ?? Ir.Promise) !== null && t !== void 0 ? t : Promise;
865
+ return (t = e ?? Ar.Promise) !== null && t !== void 0 ? t : Promise;
842
866
  }
843
- function Gn(e) {
844
- return e && ae(e.next) && ae(e.error) && ae(e.complete);
867
+ function Dn(e) {
868
+ return e && se(e.next) && se(e.error) && se(e.complete);
845
869
  }
846
- function jn(e) {
847
- return e && e instanceof Cr || Gn(e) && Ar(e);
870
+ function kn(e) {
871
+ return e && e instanceof Ir || Dn(e) && Br(e);
848
872
  }
849
- var Vn = Hr(function(e) {
873
+ var Gn = Tr(function(e) {
850
874
  return function() {
851
875
  e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
852
876
  };
853
- }), Or = function(e) {
854
- le(t, e);
877
+ }), Cr = function(e) {
878
+ ae(t, e);
855
879
  function t() {
856
880
  var r = e.call(this) || this;
857
881
  return r.closed = !1, r.currentObservers = null, r.observers = [], r.isStopped = !1, r.hasError = !1, r.thrownError = null, r;
@@ -861,7 +885,7 @@ var Vn = Hr(function(e) {
861
885
  return n.operator = r, n;
862
886
  }, t.prototype._throwIfClosed = function() {
863
887
  if (this.closed)
864
- throw new Vn();
888
+ throw new Gn();
865
889
  }, t.prototype.next = function(r) {
866
890
  var n = this;
867
891
  st(function() {
@@ -879,7 +903,8 @@ var Vn = Hr(function(e) {
879
903
  try {
880
904
  a && !a.done && (o = s.return) && o.call(s);
881
905
  } finally {
882
- if (i) throw i.error;
906
+ if (i)
907
+ throw i.error;
883
908
  }
884
909
  }
885
910
  }
@@ -917,7 +942,7 @@ var Vn = Hr(function(e) {
917
942
  return this._throwIfClosed(), this._checkFinalizedStatuses(r), this._innerSubscribe(r);
918
943
  }, t.prototype._innerSubscribe = function(r) {
919
944
  var n = this, i = this, o = i.hasError, s = i.isStopped, a = i.observers;
920
- return o || s ? Br : (this.currentObservers = null, a.push(r), new ft(function() {
945
+ return o || s ? Hr : (this.currentObservers = null, a.push(r), new ft(function() {
921
946
  n.currentObservers = null, It(a, r);
922
947
  }));
923
948
  }, t.prototype._checkFinalizedStatuses = function(r) {
@@ -930,7 +955,7 @@ var Vn = Hr(function(e) {
930
955
  return new Kt(r, n);
931
956
  }, t;
932
957
  }(Qt), Kt = function(e) {
933
- le(t, e);
958
+ ae(t, e);
934
959
  function t(r, n) {
935
960
  var i = e.call(this) || this;
936
961
  return i.destination = r, i.source = n, i;
@@ -946,17 +971,17 @@ var Vn = Hr(function(e) {
946
971
  (n = (r = this.destination) === null || r === void 0 ? void 0 : r.complete) === null || n === void 0 || n.call(r);
947
972
  }, t.prototype._subscribe = function(r) {
948
973
  var n, i;
949
- return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : Br;
974
+ return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : Hr;
950
975
  }, t;
951
- }(Or), Lr = {
976
+ }(Cr), Or = {
952
977
  now: function() {
953
- return (Lr.delegate || Date).now();
978
+ return (Or.delegate || Date).now();
954
979
  },
955
980
  delegate: void 0
956
- }, zn = function(e) {
957
- le(t, e);
981
+ }, $n = function(e) {
982
+ ae(t, e);
958
983
  function t(r, n, i) {
959
- r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = Lr);
984
+ r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = Or);
960
985
  var o = e.call(this) || this;
961
986
  return o._bufferSize = r, o._windowTime = n, o._timestampProvider = i, o._buffer = [], o._infiniteTimeWindow = !0, o._infiniteTimeWindow = n === 1 / 0, o._bufferSize = Math.max(1, r), o._windowTime = Math.max(1, n), o;
962
987
  }
@@ -976,15 +1001,15 @@ var Vn = Hr(function(e) {
976
1001
  l && o.splice(0, l + 1);
977
1002
  }
978
1003
  }, t;
979
- }(Or);
980
- const er = [], tr = {}, Xn = (e, t = 0) => {
1004
+ }(Cr);
1005
+ const er = [], tr = {}, jn = (e, t = 0) => {
981
1006
  if (er.indexOf(e) == -1) {
982
- const r = new zn(t);
1007
+ const r = new $n(t);
983
1008
  tr[e] = r, er.push(e);
984
1009
  }
985
1010
  return tr[e];
986
- }, Se = [];
987
- function Wn(e, t) {
1011
+ }, Te = [];
1012
+ function Vn(e, t) {
988
1013
  return {
989
1014
  subscribe: dt(e, t).subscribe
990
1015
  };
@@ -993,14 +1018,14 @@ function dt(e, t = Z) {
993
1018
  let r;
994
1019
  const n = /* @__PURE__ */ new Set();
995
1020
  function i(a) {
996
- if (Sr(e, a) && (e = a, r)) {
997
- const c = !Se.length;
1021
+ if (xr(e, a) && (e = a, r)) {
1022
+ const c = !Te.length;
998
1023
  for (const l of n)
999
- l[1](), Se.push(l, e);
1024
+ l[1](), Te.push(l, e);
1000
1025
  if (c) {
1001
- for (let l = 0; l < Se.length; l += 2)
1002
- Se[l][0](Se[l + 1]);
1003
- Se.length = 0;
1026
+ for (let l = 0; l < Te.length; l += 2)
1027
+ Te[l][0](Te[l + 1]);
1028
+ Te.length = 0;
1004
1029
  }
1005
1030
  }
1006
1031
  }
@@ -1015,12 +1040,12 @@ function dt(e, t = Z) {
1015
1040
  }
1016
1041
  return { set: i, update: o, subscribe: s };
1017
1042
  }
1018
- function Le(e, t, r) {
1043
+ function Ne(e, t, r) {
1019
1044
  const n = !Array.isArray(e), i = n ? [e] : e;
1020
1045
  if (!i.every(Boolean))
1021
1046
  throw new Error("derived() expects stores as input, got a falsy value");
1022
1047
  const o = t.length < 2;
1023
- return Wn(r, (s, a) => {
1048
+ return Vn(r, (s, a) => {
1024
1049
  let c = !1;
1025
1050
  const l = [];
1026
1051
  let u = 0, f = Z;
@@ -1031,10 +1056,10 @@ function Le(e, t, r) {
1031
1056
  const y = t(n ? l[0] : l, s, a);
1032
1057
  o ? s(y) : f = kt(y) ? y : Z;
1033
1058
  }, b = i.map(
1034
- (y, g) => Pr(
1059
+ (y, g) => Sr(
1035
1060
  y,
1036
- (x) => {
1037
- l[g] = x, u &= ~(1 << g), c && d();
1061
+ (S) => {
1062
+ l[g] = S, u &= ~(1 << g), c && d();
1038
1063
  },
1039
1064
  () => {
1040
1065
  u |= 1 << g;
@@ -1042,134 +1067,134 @@ function Le(e, t, r) {
1042
1067
  )
1043
1068
  );
1044
1069
  return c = !0, d(), function() {
1045
- Oe(b), f(), c = !1;
1070
+ Me(b), f(), c = !1;
1046
1071
  };
1047
1072
  });
1048
1073
  }
1049
- function Zn(e) {
1074
+ function zn(e) {
1050
1075
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
1051
1076
  }
1052
- var qn = function(t) {
1053
- return Jn(t) && !Qn(t);
1077
+ var Xn = function(t) {
1078
+ return Wn(t) && !Zn(t);
1054
1079
  };
1055
- function Jn(e) {
1080
+ function Wn(e) {
1056
1081
  return !!e && typeof e == "object";
1057
1082
  }
1058
- function Qn(e) {
1083
+ function Zn(e) {
1059
1084
  var t = Object.prototype.toString.call(e);
1060
- return t === "[object RegExp]" || t === "[object Date]" || ei(e);
1085
+ return t === "[object RegExp]" || t === "[object Date]" || Qn(e);
1061
1086
  }
1062
- var Yn = typeof Symbol == "function" && Symbol.for, Kn = Yn ? Symbol.for("react.element") : 60103;
1063
- function ei(e) {
1064
- return e.$$typeof === Kn;
1087
+ var qn = typeof Symbol == "function" && Symbol.for, Jn = qn ? Symbol.for("react.element") : 60103;
1088
+ function Qn(e) {
1089
+ return e.$$typeof === Jn;
1065
1090
  }
1066
- function ti(e) {
1091
+ function Yn(e) {
1067
1092
  return Array.isArray(e) ? [] : {};
1068
1093
  }
1069
- function We(e, t) {
1070
- return t.clone !== !1 && t.isMergeableObject(e) ? Be(ti(e), e, t) : e;
1094
+ function Xe(e, t) {
1095
+ return t.clone !== !1 && t.isMergeableObject(e) ? Ie(Yn(e), e, t) : e;
1071
1096
  }
1072
- function ri(e, t, r) {
1097
+ function Kn(e, t, r) {
1073
1098
  return e.concat(t).map(function(n) {
1074
- return We(n, r);
1099
+ return Xe(n, r);
1075
1100
  });
1076
1101
  }
1077
- function ni(e, t) {
1102
+ function ei(e, t) {
1078
1103
  if (!t.customMerge)
1079
- return Be;
1104
+ return Ie;
1080
1105
  var r = t.customMerge(e);
1081
- return typeof r == "function" ? r : Be;
1106
+ return typeof r == "function" ? r : Ie;
1082
1107
  }
1083
- function ii(e) {
1108
+ function ti(e) {
1084
1109
  return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
1085
1110
  return Object.propertyIsEnumerable.call(e, t);
1086
1111
  }) : [];
1087
1112
  }
1088
1113
  function rr(e) {
1089
- return Object.keys(e).concat(ii(e));
1114
+ return Object.keys(e).concat(ti(e));
1090
1115
  }
1091
- function Mr(e, t) {
1116
+ function Lr(e, t) {
1092
1117
  try {
1093
1118
  return t in e;
1094
1119
  } catch {
1095
1120
  return !1;
1096
1121
  }
1097
1122
  }
1098
- function oi(e, t) {
1099
- return Mr(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
1123
+ function ri(e, t) {
1124
+ return Lr(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
1100
1125
  }
1101
- function si(e, t, r) {
1126
+ function ni(e, t, r) {
1102
1127
  var n = {};
1103
1128
  return r.isMergeableObject(e) && rr(e).forEach(function(i) {
1104
- n[i] = We(e[i], r);
1129
+ n[i] = Xe(e[i], r);
1105
1130
  }), rr(t).forEach(function(i) {
1106
- oi(e, i) || (Mr(e, i) && r.isMergeableObject(t[i]) ? n[i] = ni(i, r)(e[i], t[i], r) : n[i] = We(t[i], r));
1131
+ ri(e, i) || (Lr(e, i) && r.isMergeableObject(t[i]) ? n[i] = ei(i, r)(e[i], t[i], r) : n[i] = Xe(t[i], r));
1107
1132
  }), n;
1108
1133
  }
1109
- function Be(e, t, r) {
1110
- r = r || {}, r.arrayMerge = r.arrayMerge || ri, r.isMergeableObject = r.isMergeableObject || qn, r.cloneUnlessOtherwiseSpecified = We;
1134
+ function Ie(e, t, r) {
1135
+ r = r || {}, r.arrayMerge = r.arrayMerge || Kn, r.isMergeableObject = r.isMergeableObject || Xn, r.cloneUnlessOtherwiseSpecified = Xe;
1111
1136
  var n = Array.isArray(t), i = Array.isArray(e), o = n === i;
1112
- return o ? n ? r.arrayMerge(e, t, r) : si(e, t, r) : We(t, r);
1137
+ return o ? n ? r.arrayMerge(e, t, r) : ni(e, t, r) : Xe(t, r);
1113
1138
  }
1114
- Be.all = function(t, r) {
1139
+ Ie.all = function(t, r) {
1115
1140
  if (!Array.isArray(t))
1116
1141
  throw new Error("first argument should be an array");
1117
1142
  return t.reduce(function(n, i) {
1118
- return Be(n, i, r);
1143
+ return Ie(n, i, r);
1119
1144
  }, {});
1120
1145
  };
1121
- var ai = Be, li = ai;
1122
- const ui = /* @__PURE__ */ Zn(li);
1146
+ var ii = Ie, oi = ii;
1147
+ const si = /* @__PURE__ */ zn(oi);
1123
1148
  function _t(e, t) {
1124
- var r = t && t.cache ? t.cache : pi, n = t && t.serializer ? t.serializer : mi, i = t && t.strategy ? t.strategy : hi;
1149
+ var r = t && t.cache ? t.cache : fi, n = t && t.serializer ? t.serializer : hi, i = t && t.strategy ? t.strategy : li;
1125
1150
  return i(e, {
1126
1151
  cache: r,
1127
1152
  serializer: n
1128
1153
  });
1129
1154
  }
1130
- function ci(e) {
1155
+ function ai(e) {
1131
1156
  return e == null || typeof e == "number" || typeof e == "boolean";
1132
1157
  }
1133
- function Nr(e, t, r, n) {
1134
- var i = ci(n) ? n : r(n), o = t.get(i);
1158
+ function Mr(e, t, r, n) {
1159
+ var i = ai(n) ? n : r(n), o = t.get(i);
1135
1160
  return typeof o > "u" && (o = e.call(this, n), t.set(i, o)), o;
1136
1161
  }
1137
- function Rr(e, t, r) {
1162
+ function Nr(e, t, r) {
1138
1163
  var n = Array.prototype.slice.call(arguments, 3), i = r(n), o = t.get(i);
1139
1164
  return typeof o > "u" && (o = e.apply(this, n), t.set(i, o)), o;
1140
1165
  }
1141
- function $t(e, t, r, n, i) {
1166
+ function Gt(e, t, r, n, i) {
1142
1167
  return r.bind(t, e, n, i);
1143
1168
  }
1144
- function hi(e, t) {
1145
- var r = e.length === 1 ? Nr : Rr;
1146
- return $t(e, this, r, t.cache.create(), t.serializer);
1169
+ function li(e, t) {
1170
+ var r = e.length === 1 ? Mr : Nr;
1171
+ return Gt(e, this, r, t.cache.create(), t.serializer);
1147
1172
  }
1148
- function fi(e, t) {
1149
- return $t(e, this, Rr, t.cache.create(), t.serializer);
1173
+ function ui(e, t) {
1174
+ return Gt(e, this, Nr, t.cache.create(), t.serializer);
1150
1175
  }
1151
- function di(e, t) {
1152
- return $t(e, this, Nr, t.cache.create(), t.serializer);
1176
+ function ci(e, t) {
1177
+ return Gt(e, this, Mr, t.cache.create(), t.serializer);
1153
1178
  }
1154
- var mi = function() {
1179
+ var hi = function() {
1155
1180
  return JSON.stringify(arguments);
1156
1181
  };
1157
- function Gt() {
1182
+ function $t() {
1158
1183
  this.cache = /* @__PURE__ */ Object.create(null);
1159
1184
  }
1160
- Gt.prototype.get = function(e) {
1185
+ $t.prototype.get = function(e) {
1161
1186
  return this.cache[e];
1162
1187
  };
1163
- Gt.prototype.set = function(e, t) {
1188
+ $t.prototype.set = function(e, t) {
1164
1189
  this.cache[e] = t;
1165
1190
  };
1166
- var pi = {
1191
+ var fi = {
1167
1192
  create: function() {
1168
- return new Gt();
1193
+ return new $t();
1169
1194
  }
1170
1195
  }, Et = {
1171
- variadic: fi,
1172
- monadic: di
1196
+ variadic: ui,
1197
+ monadic: ci
1173
1198
  }, _;
1174
1199
  (function(e) {
1175
1200
  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";
@@ -1178,47 +1203,47 @@ var T;
1178
1203
  (function(e) {
1179
1204
  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";
1180
1205
  })(T || (T = {}));
1181
- var Ae;
1206
+ var Ce;
1182
1207
  (function(e) {
1183
1208
  e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
1184
- })(Ae || (Ae = {}));
1209
+ })(Ce || (Ce = {}));
1185
1210
  function nr(e) {
1186
1211
  return e.type === T.literal;
1187
1212
  }
1188
- function gi(e) {
1213
+ function di(e) {
1189
1214
  return e.type === T.argument;
1190
1215
  }
1191
- function Ur(e) {
1216
+ function Rr(e) {
1192
1217
  return e.type === T.number;
1193
1218
  }
1194
- function Fr(e) {
1219
+ function Ur(e) {
1195
1220
  return e.type === T.date;
1196
1221
  }
1197
- function Dr(e) {
1222
+ function Fr(e) {
1198
1223
  return e.type === T.time;
1199
1224
  }
1200
- function kr(e) {
1225
+ function Dr(e) {
1201
1226
  return e.type === T.select;
1202
1227
  }
1203
- function $r(e) {
1228
+ function kr(e) {
1204
1229
  return e.type === T.plural;
1205
1230
  }
1206
- function bi(e) {
1231
+ function mi(e) {
1207
1232
  return e.type === T.pound;
1208
1233
  }
1209
1234
  function Gr(e) {
1210
1235
  return e.type === T.tag;
1211
1236
  }
1212
- function jr(e) {
1213
- return !!(e && typeof e == "object" && e.type === Ae.number);
1237
+ function $r(e) {
1238
+ return !!(e && typeof e == "object" && e.type === Ce.number);
1214
1239
  }
1215
1240
  function Ot(e) {
1216
- return !!(e && typeof e == "object" && e.type === Ae.dateTime);
1241
+ return !!(e && typeof e == "object" && e.type === Ce.dateTime);
1217
1242
  }
1218
- var Vr = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, vi = /(?:[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;
1219
- function yi(e) {
1243
+ var jr = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, pi = /(?:[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;
1244
+ function gi(e) {
1220
1245
  var t = {};
1221
- return e.replace(vi, function(r) {
1246
+ return e.replace(pi, function(r) {
1222
1247
  var n = r.length;
1223
1248
  switch (r[0]) {
1224
1249
  case "G":
@@ -1307,11 +1332,11 @@ function yi(e) {
1307
1332
  return "";
1308
1333
  }), t;
1309
1334
  }
1310
- var _i = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
1311
- function Ei(e) {
1335
+ var bi = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
1336
+ function vi(e) {
1312
1337
  if (e.length === 0)
1313
1338
  throw new Error("Number skeleton cannot be empty");
1314
- for (var t = e.split(_i).filter(function(d) {
1339
+ for (var t = e.split(bi).filter(function(d) {
1315
1340
  return d.length > 0;
1316
1341
  }), r = [], n = 0, i = t; n < i.length; n++) {
1317
1342
  var o = i[n], s = o.split("/");
@@ -1326,17 +1351,17 @@ function Ei(e) {
1326
1351
  }
1327
1352
  return r;
1328
1353
  }
1329
- function wi(e) {
1354
+ function yi(e) {
1330
1355
  return e.replace(/^(.*?)-/, "");
1331
1356
  }
1332
- var ir = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, zr = /^(@+)?(\+|#+)?[rs]?$/g, xi = /(\*)(0+)|(#+)(0+)|(0+)/g, Xr = /^(0+)$/;
1357
+ var ir = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Vr = /^(@+)?(\+|#+)?[rs]?$/g, _i = /(\*)(0+)|(#+)(0+)|(0+)/g, zr = /^(0+)$/;
1333
1358
  function or(e) {
1334
1359
  var t = {};
1335
- return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(zr, function(r, n, i) {
1360
+ return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Vr, function(r, n, i) {
1336
1361
  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)), "";
1337
1362
  }), t;
1338
1363
  }
1339
- function Wr(e) {
1364
+ function Xr(e) {
1340
1365
  switch (e) {
1341
1366
  case "sign-auto":
1342
1367
  return {
@@ -1376,7 +1401,7 @@ function Wr(e) {
1376
1401
  };
1377
1402
  }
1378
1403
  }
1379
- function Si(e) {
1404
+ function Ei(e) {
1380
1405
  var t;
1381
1406
  if (e[0] === "E" && e[1] === "E" ? (t = {
1382
1407
  notation: "engineering"
@@ -1384,17 +1409,17 @@ function Si(e) {
1384
1409
  notation: "scientific"
1385
1410
  }, e = e.slice(1)), t) {
1386
1411
  var r = e.slice(0, 2);
1387
- if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Xr.test(e))
1412
+ if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !zr.test(e))
1388
1413
  throw new Error("Malformed concise eng/scientific notation");
1389
1414
  t.minimumIntegerDigits = e.length;
1390
1415
  }
1391
1416
  return t;
1392
1417
  }
1393
1418
  function sr(e) {
1394
- var t = {}, r = Wr(e);
1419
+ var t = {}, r = Xr(e);
1395
1420
  return r || t;
1396
1421
  }
1397
- function Pi(e) {
1422
+ function wi(e) {
1398
1423
  for (var t = {}, r = 0, n = e; r < n.length; r++) {
1399
1424
  var i = n[r];
1400
1425
  switch (i.stem) {
@@ -1418,7 +1443,7 @@ function Pi(e) {
1418
1443
  continue;
1419
1444
  case "measure-unit":
1420
1445
  case "unit":
1421
- t.style = "unit", t.unit = wi(i.options[0]);
1446
+ t.style = "unit", t.unit = yi(i.options[0]);
1422
1447
  continue;
1423
1448
  case "compact-short":
1424
1449
  case "K":
@@ -1480,7 +1505,7 @@ function Pi(e) {
1480
1505
  case "integer-width":
1481
1506
  if (i.options.length > 1)
1482
1507
  throw new RangeError("integer-width stems only accept a single optional option");
1483
- i.options[0].replace(xi, function(c, l, u, f, d, b) {
1508
+ i.options[0].replace(_i, function(c, l, u, f, d, b) {
1484
1509
  if (l)
1485
1510
  t.minimumIntegerDigits = u.length;
1486
1511
  else {
@@ -1493,7 +1518,7 @@ function Pi(e) {
1493
1518
  });
1494
1519
  continue;
1495
1520
  }
1496
- if (Xr.test(i.stem)) {
1521
+ if (zr.test(i.stem)) {
1497
1522
  t.minimumIntegerDigits = i.stem.length;
1498
1523
  continue;
1499
1524
  }
@@ -1507,13 +1532,13 @@ function Pi(e) {
1507
1532
  o === "w" ? t = w(w({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = w(w({}, t), or(o)));
1508
1533
  continue;
1509
1534
  }
1510
- if (zr.test(i.stem)) {
1535
+ if (Vr.test(i.stem)) {
1511
1536
  t = w(w({}, t), or(i.stem));
1512
1537
  continue;
1513
1538
  }
1514
- var s = Wr(i.stem);
1539
+ var s = Xr(i.stem);
1515
1540
  s && (t = w(w({}, t), s));
1516
- var a = Si(i.stem);
1541
+ var a = Ei(i.stem);
1517
1542
  a && (t = w(w({}, t), a));
1518
1543
  }
1519
1544
  return t;
@@ -2933,22 +2958,23 @@ var it = {
2933
2958
  "h"
2934
2959
  ]
2935
2960
  };
2936
- function Ti(e, t) {
2961
+ function xi(e, t) {
2937
2962
  for (var r = "", n = 0; n < e.length; n++) {
2938
2963
  var i = e.charAt(n);
2939
2964
  if (i === "j") {
2940
2965
  for (var o = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
2941
2966
  o++, n++;
2942
- var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), c = "a", l = Hi(t);
2967
+ var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), c = "a", l = Si(t);
2943
2968
  for ((l == "H" || l == "k") && (a = 0); a-- > 0; )
2944
2969
  r += c;
2945
2970
  for (; s-- > 0; )
2946
2971
  r = l + r;
2947
- } else i === "J" ? r += "H" : r += i;
2972
+ } else
2973
+ i === "J" ? r += "H" : r += i;
2948
2974
  }
2949
2975
  return r;
2950
2976
  }
2951
- function Hi(e) {
2977
+ function Si(e) {
2952
2978
  var t = e.hourCycle;
2953
2979
  if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
2954
2980
  e.hourCycles && // @ts-ignore
@@ -2970,20 +2996,20 @@ function Hi(e) {
2970
2996
  var i = it[n || ""] || it[r || ""] || it["".concat(r, "-001")] || it["001"];
2971
2997
  return i[0];
2972
2998
  }
2973
- var wt, Bi = new RegExp("^".concat(Vr.source, "*")), Ai = new RegExp("".concat(Vr.source, "*$"));
2999
+ var wt, Pi = new RegExp("^".concat(jr.source, "*")), Ti = new RegExp("".concat(jr.source, "*$"));
2974
3000
  function E(e, t) {
2975
3001
  return { start: e, end: t };
2976
3002
  }
2977
- var Ii = !!String.prototype.startsWith && "_a".startsWith("a", 1), Ci = !!String.fromCodePoint, Oi = !!Object.fromEntries, Li = !!String.prototype.codePointAt, Mi = !!String.prototype.trimStart, Ni = !!String.prototype.trimEnd, Ri = !!Number.isSafeInteger, Ui = Ri ? Number.isSafeInteger : function(e) {
3003
+ var Hi = !!String.prototype.startsWith && "_a".startsWith("a", 1), Bi = !!String.fromCodePoint, Ai = !!Object.fromEntries, Ii = !!String.prototype.codePointAt, Ci = !!String.prototype.trimStart, Oi = !!String.prototype.trimEnd, Li = !!Number.isSafeInteger, Mi = Li ? Number.isSafeInteger : function(e) {
2978
3004
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
2979
3005
  }, Lt = !0;
2980
3006
  try {
2981
- var Fi = qr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2982
- Lt = ((wt = Fi.exec("a")) === null || wt === void 0 ? void 0 : wt[0]) === "a";
3007
+ var Ni = Zr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3008
+ Lt = ((wt = Ni.exec("a")) === null || wt === void 0 ? void 0 : wt[0]) === "a";
2983
3009
  } catch {
2984
3010
  Lt = !1;
2985
3011
  }
2986
- var ar = Ii ? (
3012
+ var ar = Hi ? (
2987
3013
  // Native
2988
3014
  function(t, r, n) {
2989
3015
  return t.startsWith(r, n);
@@ -2993,7 +3019,7 @@ var ar = Ii ? (
2993
3019
  function(t, r, n) {
2994
3020
  return t.slice(n, n + r.length) === r;
2995
3021
  }
2996
- ), Mt = Ci ? String.fromCodePoint : (
3022
+ ), Mt = Bi ? String.fromCodePoint : (
2997
3023
  // IE11
2998
3024
  function() {
2999
3025
  for (var t = [], r = 0; r < arguments.length; r++)
@@ -3007,7 +3033,7 @@ var ar = Ii ? (
3007
3033
  }
3008
3034
  ), lr = (
3009
3035
  // native
3010
- Oi ? Object.fromEntries : (
3036
+ Ai ? Object.fromEntries : (
3011
3037
  // Ponyfill
3012
3038
  function(t) {
3013
3039
  for (var r = {}, n = 0, i = t; n < i.length; n++) {
@@ -3017,7 +3043,7 @@ var ar = Ii ? (
3017
3043
  return r;
3018
3044
  }
3019
3045
  )
3020
- ), Zr = Li ? (
3046
+ ), Wr = Ii ? (
3021
3047
  // Native
3022
3048
  function(t, r) {
3023
3049
  return t.codePointAt(r);
@@ -3031,7 +3057,7 @@ var ar = Ii ? (
3031
3057
  return i < 55296 || i > 56319 || r + 1 === n || (o = t.charCodeAt(r + 1)) < 56320 || o > 57343 ? i : (i - 55296 << 10) + (o - 56320) + 65536;
3032
3058
  }
3033
3059
  }
3034
- ), Di = Mi ? (
3060
+ ), Ri = Ci ? (
3035
3061
  // Native
3036
3062
  function(t) {
3037
3063
  return t.trimStart();
@@ -3039,9 +3065,9 @@ var ar = Ii ? (
3039
3065
  ) : (
3040
3066
  // Ponyfill
3041
3067
  function(t) {
3042
- return t.replace(Bi, "");
3068
+ return t.replace(Pi, "");
3043
3069
  }
3044
- ), ki = Ni ? (
3070
+ ), Ui = Oi ? (
3045
3071
  // Native
3046
3072
  function(t) {
3047
3073
  return t.trimEnd();
@@ -3049,15 +3075,15 @@ var ar = Ii ? (
3049
3075
  ) : (
3050
3076
  // Ponyfill
3051
3077
  function(t) {
3052
- return t.replace(Ai, "");
3078
+ return t.replace(Ti, "");
3053
3079
  }
3054
3080
  );
3055
- function qr(e, t) {
3081
+ function Zr(e, t) {
3056
3082
  return new RegExp(e, t);
3057
3083
  }
3058
3084
  var Nt;
3059
3085
  if (Lt) {
3060
- var ur = qr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3086
+ var ur = Zr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3061
3087
  Nt = function(t, r) {
3062
3088
  var n;
3063
3089
  ur.lastIndex = r;
@@ -3067,14 +3093,14 @@ if (Lt) {
3067
3093
  } else
3068
3094
  Nt = function(t, r) {
3069
3095
  for (var n = []; ; ) {
3070
- var i = Zr(t, r);
3071
- if (i === void 0 || Jr(i) || Vi(i))
3096
+ var i = Wr(t, r);
3097
+ if (i === void 0 || qr(i) || Gi(i))
3072
3098
  break;
3073
3099
  n.push(i), r += i >= 65536 ? 2 : 1;
3074
3100
  }
3075
3101
  return Mt.apply(void 0, n);
3076
3102
  };
3077
- var $i = (
3103
+ var Fi = (
3078
3104
  /** @class */
3079
3105
  function() {
3080
3106
  function e(t, r) {
@@ -3156,7 +3182,7 @@ var $i = (
3156
3182
  return this.error(_.INVALID_TAG, E(n, this.clonePosition()));
3157
3183
  }, e.prototype.parseTagName = function() {
3158
3184
  var t = this.offset();
3159
- for (this.bump(); !this.isEOF() && ji(this.char()); )
3185
+ for (this.bump(); !this.isEOF() && ki(this.char()); )
3160
3186
  this.bump();
3161
3187
  return this.message.slice(t, this.offset());
3162
3188
  }, e.prototype.parseLiteral = function(t, r) {
@@ -3185,7 +3211,7 @@ var $i = (
3185
3211
  };
3186
3212
  }, e.prototype.tryParseLeftAngleBracket = function() {
3187
3213
  return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
3188
- !Gi(this.peek() || 0)) ? (this.bump(), "<") : null;
3214
+ !Di(this.peek() || 0)) ? (this.bump(), "<") : null;
3189
3215
  }, e.prototype.tryParseQuote = function(t) {
3190
3216
  if (this.isEOF() || this.char() !== 39)
3191
3217
  return null;
@@ -3272,7 +3298,7 @@ var $i = (
3272
3298
  var u = this.clonePosition(), f = this.parseSimpleArgStyleIfPossible();
3273
3299
  if (f.err)
3274
3300
  return f;
3275
- var d = ki(f.val);
3301
+ var d = Ui(f.val);
3276
3302
  if (d.length === 0)
3277
3303
  return this.error(_.EXPECT_ARGUMENT_STYLE, E(this.clonePosition(), this.clonePosition()));
3278
3304
  var b = E(u, this.clonePosition());
@@ -3283,26 +3309,26 @@ var $i = (
3283
3309
  return y;
3284
3310
  var g = E(i, this.clonePosition());
3285
3311
  if (l && ar(l?.style, "::", 0)) {
3286
- var x = Di(l.style.slice(2));
3312
+ var S = Ri(l.style.slice(2));
3287
3313
  if (a === "number") {
3288
- var f = this.parseNumberSkeletonFromString(x, l.styleLocation);
3314
+ var f = this.parseNumberSkeletonFromString(S, l.styleLocation);
3289
3315
  return f.err ? f : {
3290
3316
  val: { type: T.number, value: n, location: g, style: f.val },
3291
3317
  err: null
3292
3318
  };
3293
3319
  } else {
3294
- if (x.length === 0)
3320
+ if (S.length === 0)
3295
3321
  return this.error(_.EXPECT_DATE_TIME_SKELETON, g);
3296
- var M = x;
3297
- this.locale && (M = Ti(x, this.locale));
3322
+ var C = S;
3323
+ this.locale && (C = xi(S, this.locale));
3298
3324
  var d = {
3299
- type: Ae.dateTime,
3300
- pattern: M,
3325
+ type: Ce.dateTime,
3326
+ pattern: C,
3301
3327
  location: l.styleLocation,
3302
- parsedOptions: this.shouldParseSkeletons ? yi(M) : {}
3303
- }, q = a === "date" ? T.date : T.time;
3328
+ parsedOptions: this.shouldParseSkeletons ? gi(C) : {}
3329
+ }, z = a === "date" ? T.date : T.time;
3304
3330
  return {
3305
- val: { type: q, value: n, location: g, style: d },
3331
+ val: { type: z, value: n, location: g, style: d },
3306
3332
  err: null
3307
3333
  };
3308
3334
  }
@@ -3320,43 +3346,43 @@ var $i = (
3320
3346
  case "plural":
3321
3347
  case "selectordinal":
3322
3348
  case "select": {
3323
- var H = this.clonePosition();
3349
+ var R = this.clonePosition();
3324
3350
  if (this.bumpSpace(), !this.bumpIf(","))
3325
- return this.error(_.EXPECT_SELECT_ARGUMENT_OPTIONS, E(H, w({}, H)));
3351
+ return this.error(_.EXPECT_SELECT_ARGUMENT_OPTIONS, E(R, w({}, R)));
3326
3352
  this.bumpSpace();
3327
- var R = this.parseIdentifierIfPossible(), G = 0;
3328
- if (a !== "select" && R.value === "offset") {
3353
+ var U = this.parseIdentifierIfPossible(), A = 0;
3354
+ if (a !== "select" && U.value === "offset") {
3329
3355
  if (!this.bumpIf(":"))
3330
3356
  return this.error(_.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, E(this.clonePosition(), this.clonePosition()));
3331
3357
  this.bumpSpace();
3332
3358
  var f = this.tryParseDecimalInteger(_.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, _.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
3333
3359
  if (f.err)
3334
3360
  return f;
3335
- this.bumpSpace(), R = this.parseIdentifierIfPossible(), G = f.val;
3361
+ this.bumpSpace(), U = this.parseIdentifierIfPossible(), A = f.val;
3336
3362
  }
3337
- var J = this.tryParsePluralOrSelectOptions(t, a, r, R);
3338
- if (J.err)
3339
- return J;
3363
+ var re = this.tryParsePluralOrSelectOptions(t, a, r, U);
3364
+ if (re.err)
3365
+ return re;
3340
3366
  var y = this.tryParseArgumentClose(i);
3341
3367
  if (y.err)
3342
3368
  return y;
3343
- var B = E(i, this.clonePosition());
3369
+ var H = E(i, this.clonePosition());
3344
3370
  return a === "select" ? {
3345
3371
  val: {
3346
3372
  type: T.select,
3347
3373
  value: n,
3348
- options: lr(J.val),
3349
- location: B
3374
+ options: lr(re.val),
3375
+ location: H
3350
3376
  },
3351
3377
  err: null
3352
3378
  } : {
3353
3379
  val: {
3354
3380
  type: T.plural,
3355
3381
  value: n,
3356
- options: lr(J.val),
3357
- offset: G,
3382
+ options: lr(re.val),
3383
+ offset: A,
3358
3384
  pluralType: a === "plural" ? "cardinal" : "ordinal",
3359
- location: B
3385
+ location: H
3360
3386
  },
3361
3387
  err: null
3362
3388
  };
@@ -3404,16 +3430,16 @@ var $i = (
3404
3430
  }, e.prototype.parseNumberSkeletonFromString = function(t, r) {
3405
3431
  var n = [];
3406
3432
  try {
3407
- n = Ei(t);
3433
+ n = vi(t);
3408
3434
  } catch {
3409
3435
  return this.error(_.INVALID_NUMBER_SKELETON, r);
3410
3436
  }
3411
3437
  return {
3412
3438
  val: {
3413
- type: Ae.number,
3439
+ type: Ce.number,
3414
3440
  tokens: n,
3415
3441
  location: r,
3416
- parsedOptions: this.shouldParseSkeletons ? Pi(n) : {}
3442
+ parsedOptions: this.shouldParseSkeletons ? wi(n) : {}
3417
3443
  },
3418
3444
  err: null
3419
3445
  };
@@ -3461,7 +3487,7 @@ var $i = (
3461
3487
  break;
3462
3488
  }
3463
3489
  var c = E(i, this.clonePosition());
3464
- return o ? (s *= n, Ui(s) ? { val: s, err: null } : this.error(r, c)) : this.error(t, c);
3490
+ return o ? (s *= n, Mi(s) ? { val: s, err: null } : this.error(r, c)) : this.error(t, c);
3465
3491
  }, e.prototype.offset = function() {
3466
3492
  return this.position.offset;
3467
3493
  }, e.prototype.isEOF = function() {
@@ -3476,7 +3502,7 @@ var $i = (
3476
3502
  var t = this.position.offset;
3477
3503
  if (t >= this.message.length)
3478
3504
  throw Error("out of bound");
3479
- var r = Zr(this.message, t);
3505
+ var r = Wr(this.message, t);
3480
3506
  if (r === void 0)
3481
3507
  throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
3482
3508
  return r;
@@ -3517,7 +3543,7 @@ var $i = (
3517
3543
  break;
3518
3544
  }
3519
3545
  }, e.prototype.bumpSpace = function() {
3520
- for (; !this.isEOF() && Jr(this.char()); )
3546
+ for (; !this.isEOF() && qr(this.char()); )
3521
3547
  this.bump();
3522
3548
  }, e.prototype.peek = function() {
3523
3549
  if (this.isEOF())
@@ -3530,43 +3556,44 @@ var $i = (
3530
3556
  function Rt(e) {
3531
3557
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3532
3558
  }
3533
- function Gi(e) {
3559
+ function Di(e) {
3534
3560
  return Rt(e) || e === 47;
3535
3561
  }
3536
- function ji(e) {
3562
+ function ki(e) {
3537
3563
  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;
3538
3564
  }
3539
- function Jr(e) {
3565
+ function qr(e) {
3540
3566
  return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3541
3567
  }
3542
- function Vi(e) {
3568
+ function Gi(e) {
3543
3569
  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;
3544
3570
  }
3545
3571
  function Ut(e) {
3546
3572
  e.forEach(function(t) {
3547
- if (delete t.location, kr(t) || $r(t))
3573
+ if (delete t.location, Dr(t) || kr(t))
3548
3574
  for (var r in t.options)
3549
3575
  delete t.options[r].location, Ut(t.options[r].value);
3550
- else Ur(t) && jr(t.style) || (Fr(t) || Dr(t)) && Ot(t.style) ? delete t.style.location : Gr(t) && Ut(t.children);
3576
+ else
3577
+ Rr(t) && $r(t.style) || (Ur(t) || Fr(t)) && Ot(t.style) ? delete t.style.location : Gr(t) && Ut(t.children);
3551
3578
  });
3552
3579
  }
3553
- function zi(e, t) {
3580
+ function $i(e, t) {
3554
3581
  t === void 0 && (t = {}), t = w({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3555
- var r = new $i(e, t).parse();
3582
+ var r = new Fi(e, t).parse();
3556
3583
  if (r.err) {
3557
3584
  var n = SyntaxError(_[r.err.kind]);
3558
3585
  throw n.location = r.err.location, n.originalMessage = r.err.message, n;
3559
3586
  }
3560
3587
  return t?.captureLocation || Ut(r.val), r.val;
3561
3588
  }
3562
- var Ie;
3589
+ var Oe;
3563
3590
  (function(e) {
3564
3591
  e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
3565
- })(Ie || (Ie = {}));
3592
+ })(Oe || (Oe = {}));
3566
3593
  var mt = (
3567
3594
  /** @class */
3568
3595
  function(e) {
3569
- le(t, e);
3596
+ ae(t, e);
3570
3597
  function t(r, n, i) {
3571
3598
  var o = e.call(this, r) || this;
3572
3599
  return o.code = n, o.originalMessage = i, o;
@@ -3578,48 +3605,48 @@ var mt = (
3578
3605
  ), cr = (
3579
3606
  /** @class */
3580
3607
  function(e) {
3581
- le(t, e);
3608
+ ae(t, e);
3582
3609
  function t(r, n, i, o) {
3583
- return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), Ie.INVALID_VALUE, o) || this;
3610
+ return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), Oe.INVALID_VALUE, o) || this;
3584
3611
  }
3585
3612
  return t;
3586
3613
  }(mt)
3587
- ), Xi = (
3614
+ ), ji = (
3588
3615
  /** @class */
3589
3616
  function(e) {
3590
- le(t, e);
3617
+ ae(t, e);
3591
3618
  function t(r, n, i) {
3592
- return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), Ie.INVALID_VALUE, i) || this;
3619
+ return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), Oe.INVALID_VALUE, i) || this;
3593
3620
  }
3594
3621
  return t;
3595
3622
  }(mt)
3596
- ), Wi = (
3623
+ ), Vi = (
3597
3624
  /** @class */
3598
3625
  function(e) {
3599
- le(t, e);
3626
+ ae(t, e);
3600
3627
  function t(r, n) {
3601
- return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), Ie.MISSING_VALUE, n) || this;
3628
+ return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), Oe.MISSING_VALUE, n) || this;
3602
3629
  }
3603
3630
  return t;
3604
3631
  }(mt)
3605
- ), X;
3632
+ ), V;
3606
3633
  (function(e) {
3607
3634
  e[e.literal = 0] = "literal", e[e.object = 1] = "object";
3608
- })(X || (X = {}));
3609
- function Zi(e) {
3635
+ })(V || (V = {}));
3636
+ function zi(e) {
3610
3637
  return e.length < 2 ? e : e.reduce(function(t, r) {
3611
3638
  var n = t[t.length - 1];
3612
- return !n || n.type !== X.literal || r.type !== X.literal ? t.push(r) : n.value += r.value, t;
3639
+ return !n || n.type !== V.literal || r.type !== V.literal ? t.push(r) : n.value += r.value, t;
3613
3640
  }, []);
3614
3641
  }
3615
- function qi(e) {
3642
+ function Xi(e) {
3616
3643
  return typeof e == "function";
3617
3644
  }
3618
3645
  function at(e, t, r, n, i, o, s) {
3619
3646
  if (e.length === 1 && nr(e[0]))
3620
3647
  return [
3621
3648
  {
3622
- type: X.literal,
3649
+ type: V.literal,
3623
3650
  value: e[0].value
3624
3651
  }
3625
3652
  ];
@@ -3627,100 +3654,100 @@ function at(e, t, r, n, i, o, s) {
3627
3654
  var u = l[c];
3628
3655
  if (nr(u)) {
3629
3656
  a.push({
3630
- type: X.literal,
3657
+ type: V.literal,
3631
3658
  value: u.value
3632
3659
  });
3633
3660
  continue;
3634
3661
  }
3635
- if (bi(u)) {
3662
+ if (mi(u)) {
3636
3663
  typeof o == "number" && a.push({
3637
- type: X.literal,
3664
+ type: V.literal,
3638
3665
  value: r.getNumberFormat(t).format(o)
3639
3666
  });
3640
3667
  continue;
3641
3668
  }
3642
3669
  var f = u.value;
3643
3670
  if (!(i && f in i))
3644
- throw new Wi(f, s);
3671
+ throw new Vi(f, s);
3645
3672
  var d = i[f];
3646
- if (gi(u)) {
3673
+ if (di(u)) {
3647
3674
  (!d || typeof d == "string" || typeof d == "number") && (d = typeof d == "string" || typeof d == "number" ? String(d) : ""), a.push({
3648
- type: typeof d == "string" ? X.literal : X.object,
3675
+ type: typeof d == "string" ? V.literal : V.object,
3649
3676
  value: d
3650
3677
  });
3651
3678
  continue;
3652
3679
  }
3653
- if (Fr(u)) {
3680
+ if (Ur(u)) {
3654
3681
  var b = typeof u.style == "string" ? n.date[u.style] : Ot(u.style) ? u.style.parsedOptions : void 0;
3655
3682
  a.push({
3656
- type: X.literal,
3683
+ type: V.literal,
3657
3684
  value: r.getDateTimeFormat(t, b).format(d)
3658
3685
  });
3659
3686
  continue;
3660
3687
  }
3661
- if (Dr(u)) {
3688
+ if (Fr(u)) {
3662
3689
  var b = typeof u.style == "string" ? n.time[u.style] : Ot(u.style) ? u.style.parsedOptions : n.time.medium;
3663
3690
  a.push({
3664
- type: X.literal,
3691
+ type: V.literal,
3665
3692
  value: r.getDateTimeFormat(t, b).format(d)
3666
3693
  });
3667
3694
  continue;
3668
3695
  }
3669
- if (Ur(u)) {
3670
- var b = typeof u.style == "string" ? n.number[u.style] : jr(u.style) ? u.style.parsedOptions : void 0;
3696
+ if (Rr(u)) {
3697
+ var b = typeof u.style == "string" ? n.number[u.style] : $r(u.style) ? u.style.parsedOptions : void 0;
3671
3698
  b && b.scale && (d = d * (b.scale || 1)), a.push({
3672
- type: X.literal,
3699
+ type: V.literal,
3673
3700
  value: r.getNumberFormat(t, b).format(d)
3674
3701
  });
3675
3702
  continue;
3676
3703
  }
3677
3704
  if (Gr(u)) {
3678
- var y = u.children, g = u.value, x = i[g];
3679
- if (!qi(x))
3680
- throw new Xi(g, "function", s);
3681
- var M = at(y, t, r, n, i, o), q = x(M.map(function(G) {
3682
- return G.value;
3705
+ var y = u.children, g = u.value, S = i[g];
3706
+ if (!Xi(S))
3707
+ throw new ji(g, "function", s);
3708
+ var C = at(y, t, r, n, i, o), z = S(C.map(function(A) {
3709
+ return A.value;
3683
3710
  }));
3684
- Array.isArray(q) || (q = [q]), a.push.apply(a, q.map(function(G) {
3711
+ Array.isArray(z) || (z = [z]), a.push.apply(a, z.map(function(A) {
3685
3712
  return {
3686
- type: typeof G == "string" ? X.literal : X.object,
3687
- value: G
3713
+ type: typeof A == "string" ? V.literal : V.object,
3714
+ value: A
3688
3715
  };
3689
3716
  }));
3690
3717
  }
3691
- if (kr(u)) {
3692
- var H = u.options[d] || u.options.other;
3693
- if (!H)
3718
+ if (Dr(u)) {
3719
+ var R = u.options[d] || u.options.other;
3720
+ if (!R)
3694
3721
  throw new cr(u.value, d, Object.keys(u.options), s);
3695
- a.push.apply(a, at(H.value, t, r, n, i));
3722
+ a.push.apply(a, at(R.value, t, r, n, i));
3696
3723
  continue;
3697
3724
  }
3698
- if ($r(u)) {
3699
- var H = u.options["=".concat(d)];
3700
- if (!H) {
3725
+ if (kr(u)) {
3726
+ var R = u.options["=".concat(d)];
3727
+ if (!R) {
3701
3728
  if (!Intl.PluralRules)
3702
3729
  throw new mt(`Intl.PluralRules is not available in this environment.
3703
3730
  Try polyfilling it using "@formatjs/intl-pluralrules"
3704
- `, Ie.MISSING_INTL_API, s);
3705
- var R = r.getPluralRules(t, { type: u.pluralType }).select(d - (u.offset || 0));
3706
- H = u.options[R] || u.options.other;
3731
+ `, Oe.MISSING_INTL_API, s);
3732
+ var U = r.getPluralRules(t, { type: u.pluralType }).select(d - (u.offset || 0));
3733
+ R = u.options[U] || u.options.other;
3707
3734
  }
3708
- if (!H)
3735
+ if (!R)
3709
3736
  throw new cr(u.value, d, Object.keys(u.options), s);
3710
- a.push.apply(a, at(H.value, t, r, n, i, d - (u.offset || 0)));
3737
+ a.push.apply(a, at(R.value, t, r, n, i, d - (u.offset || 0)));
3711
3738
  continue;
3712
3739
  }
3713
3740
  }
3714
- return Zi(a);
3741
+ return zi(a);
3715
3742
  }
3716
- function Ji(e, t) {
3743
+ function Wi(e, t) {
3717
3744
  return t ? w(w(w({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
3718
3745
  return r[n] = w(w({}, e[n]), t[n] || {}), r;
3719
3746
  }, {})) : e;
3720
3747
  }
3721
- function Qi(e, t) {
3748
+ function Zi(e, t) {
3722
3749
  return t ? Object.keys(e).reduce(function(r, n) {
3723
- return r[n] = Ji(e[n], t[n]), r;
3750
+ return r[n] = Wi(e[n], t[n]), r;
3724
3751
  }, w({}, e)) : e;
3725
3752
  }
3726
3753
  function xt(e) {
@@ -3737,7 +3764,7 @@ function xt(e) {
3737
3764
  }
3738
3765
  };
3739
3766
  }
3740
- function Yi(e) {
3767
+ function qi(e) {
3741
3768
  return e === void 0 && (e = {
3742
3769
  number: {},
3743
3770
  dateTime: {},
@@ -3746,7 +3773,7 @@ function Yi(e) {
3746
3773
  getNumberFormat: _t(function() {
3747
3774
  for (var t, r = [], n = 0; n < arguments.length; n++)
3748
3775
  r[n] = arguments[n];
3749
- return new ((t = Intl.NumberFormat).bind.apply(t, He([void 0], r, !1)))();
3776
+ return new ((t = Intl.NumberFormat).bind.apply(t, Ae([void 0], r, !1)))();
3750
3777
  }, {
3751
3778
  cache: xt(e.number),
3752
3779
  strategy: Et.variadic
@@ -3754,7 +3781,7 @@ function Yi(e) {
3754
3781
  getDateTimeFormat: _t(function() {
3755
3782
  for (var t, r = [], n = 0; n < arguments.length; n++)
3756
3783
  r[n] = arguments[n];
3757
- return new ((t = Intl.DateTimeFormat).bind.apply(t, He([void 0], r, !1)))();
3784
+ return new ((t = Intl.DateTimeFormat).bind.apply(t, Ae([void 0], r, !1)))();
3758
3785
  }, {
3759
3786
  cache: xt(e.dateTime),
3760
3787
  strategy: Et.variadic
@@ -3762,14 +3789,14 @@ function Yi(e) {
3762
3789
  getPluralRules: _t(function() {
3763
3790
  for (var t, r = [], n = 0; n < arguments.length; n++)
3764
3791
  r[n] = arguments[n];
3765
- return new ((t = Intl.PluralRules).bind.apply(t, He([void 0], r, !1)))();
3792
+ return new ((t = Intl.PluralRules).bind.apply(t, Ae([void 0], r, !1)))();
3766
3793
  }, {
3767
3794
  cache: xt(e.pluralRules),
3768
3795
  strategy: Et.variadic
3769
3796
  })
3770
3797
  };
3771
3798
  }
3772
- var Ki = (
3799
+ var Ji = (
3773
3800
  /** @class */
3774
3801
  function() {
3775
3802
  function e(t, r, n, i) {
@@ -3784,7 +3811,7 @@ var Ki = (
3784
3811
  if (l.length === 1)
3785
3812
  return l[0].value;
3786
3813
  var u = l.reduce(function(f, d) {
3787
- return !f.length || d.type !== X.literal || typeof f[f.length - 1] != "string" ? f.push(d.value) : f[f.length - 1] += d.value, f;
3814
+ return !f.length || d.type !== V.literal || typeof f[f.length - 1] != "string" ? f.push(d.value) : f[f.length - 1] += d.value, f;
3788
3815
  }, []);
3789
3816
  return u.length <= 1 ? u[0] || "" : u;
3790
3817
  }, this.formatToParts = function(c) {
@@ -3801,13 +3828,13 @@ var Ki = (
3801
3828
  throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
3802
3829
  var s = i || {};
3803
3830
  s.formatters;
3804
- var a = On(s, ["formatters"]);
3831
+ var a = An(s, ["formatters"]);
3805
3832
  this.ast = e.__parse(t, w(w({}, a), { locale: this.resolvedLocale }));
3806
3833
  } else
3807
3834
  this.ast = t;
3808
3835
  if (!Array.isArray(this.ast))
3809
3836
  throw new TypeError("A message must be provided as a String or AST.");
3810
- this.formats = Qi(e.formats, n), this.formatters = i && i.formatters || Yi(this.formatterCache);
3837
+ this.formats = Zi(e.formats, n), this.formatters = i && i.formatters || qi(this.formatterCache);
3811
3838
  }
3812
3839
  return Object.defineProperty(e, "defaultLocale", {
3813
3840
  get: function() {
@@ -3820,7 +3847,7 @@ var Ki = (
3820
3847
  var r = Intl.NumberFormat.supportedLocalesOf(t);
3821
3848
  return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
3822
3849
  }
3823
- }, e.__parse = zi, e.formats = {
3850
+ }, e.__parse = $i, e.formats = {
3824
3851
  number: {
3825
3852
  integer: {
3826
3853
  maximumFractionDigits: 0
@@ -3881,7 +3908,7 @@ var Ki = (
3881
3908
  }, e;
3882
3909
  }()
3883
3910
  );
3884
- function eo(e, t) {
3911
+ function Qi(e, t) {
3885
3912
  if (t == null)
3886
3913
  return;
3887
3914
  if (t in e)
@@ -3902,60 +3929,60 @@ function eo(e, t) {
3902
3929
  n = void 0;
3903
3930
  return n;
3904
3931
  }
3905
- const ce = {}, to = (e, t, r) => r && (t in ce || (ce[t] = {}), e in ce[t] || (ce[t][e] = r), r), Qr = (e, t) => {
3932
+ const ue = {}, Yi = (e, t, r) => r && (t in ue || (ue[t] = {}), e in ue[t] || (ue[t][e] = r), r), Jr = (e, t) => {
3906
3933
  if (t == null)
3907
3934
  return;
3908
- if (t in ce && e in ce[t])
3909
- return ce[t][e];
3935
+ if (t in ue && e in ue[t])
3936
+ return ue[t][e];
3910
3937
  const r = pt(t);
3911
3938
  for (let n = 0; n < r.length; n++) {
3912
- const i = r[n], o = no(i, e);
3939
+ const i = r[n], o = eo(i, e);
3913
3940
  if (o)
3914
- return to(e, t, o);
3941
+ return Yi(e, t, o);
3915
3942
  }
3916
3943
  };
3917
3944
  let jt;
3918
- const Me = dt({});
3919
- function ro(e) {
3945
+ const Re = dt({});
3946
+ function Ki(e) {
3920
3947
  return jt[e] || null;
3921
3948
  }
3922
- function Yr(e) {
3949
+ function Qr(e) {
3923
3950
  return e in jt;
3924
3951
  }
3925
- function no(e, t) {
3926
- if (!Yr(e))
3952
+ function eo(e, t) {
3953
+ if (!Qr(e))
3927
3954
  return null;
3928
- const r = ro(e);
3929
- return eo(r, t);
3955
+ const r = Ki(e);
3956
+ return Qi(r, t);
3930
3957
  }
3931
- function io(e) {
3958
+ function to(e) {
3932
3959
  if (e == null)
3933
3960
  return;
3934
3961
  const t = pt(e);
3935
3962
  for (let r = 0; r < t.length; r++) {
3936
3963
  const n = t[r];
3937
- if (Yr(n))
3964
+ if (Qr(n))
3938
3965
  return n;
3939
3966
  }
3940
3967
  }
3941
- function Kr(e, ...t) {
3942
- delete ce[e], Me.update((r) => (r[e] = ui.all([r[e] || {}, ...t]), r));
3968
+ function Yr(e, ...t) {
3969
+ delete ue[e], Re.update((r) => (r[e] = si.all([r[e] || {}, ...t]), r));
3943
3970
  }
3944
- Le(
3945
- [Me],
3971
+ Ne(
3972
+ [Re],
3946
3973
  ([e]) => Object.keys(e)
3947
3974
  );
3948
- Me.subscribe((e) => jt = e);
3975
+ Re.subscribe((e) => jt = e);
3949
3976
  const lt = {};
3950
- function oo(e, t) {
3977
+ function ro(e, t) {
3951
3978
  lt[e].delete(t), lt[e].size === 0 && delete lt[e];
3952
3979
  }
3953
- function en(e) {
3980
+ function Kr(e) {
3954
3981
  return lt[e];
3955
3982
  }
3956
- function so(e) {
3983
+ function no(e) {
3957
3984
  return pt(e).map((t) => {
3958
- const r = en(t);
3985
+ const r = Kr(t);
3959
3986
  return [t, r ? [...r] : []];
3960
3987
  }).filter(([, t]) => t.length > 0);
3961
3988
  }
@@ -3963,31 +3990,31 @@ function Ft(e) {
3963
3990
  return e == null ? !1 : pt(e).some(
3964
3991
  (t) => {
3965
3992
  var r;
3966
- return (r = en(t)) == null ? void 0 : r.size;
3993
+ return (r = Kr(t)) == null ? void 0 : r.size;
3967
3994
  }
3968
3995
  );
3969
3996
  }
3970
- function ao(e, t) {
3997
+ function io(e, t) {
3971
3998
  return Promise.all(
3972
- t.map((n) => (oo(e, n), n().then((i) => i.default || i)))
3973
- ).then((n) => Kr(e, ...n));
3999
+ t.map((n) => (ro(e, n), n().then((i) => i.default || i)))
4000
+ ).then((n) => Yr(e, ...n));
3974
4001
  }
3975
- const Ve = {};
3976
- function tn(e) {
4002
+ const je = {};
4003
+ function en(e) {
3977
4004
  if (!Ft(e))
3978
- return e in Ve ? Ve[e] : Promise.resolve();
3979
- const t = so(e);
3980
- return Ve[e] = Promise.all(
4005
+ return e in je ? je[e] : Promise.resolve();
4006
+ const t = no(e);
4007
+ return je[e] = Promise.all(
3981
4008
  t.map(
3982
- ([r, n]) => ao(r, n)
4009
+ ([r, n]) => io(r, n)
3983
4010
  )
3984
4011
  ).then(() => {
3985
4012
  if (Ft(e))
3986
- return tn(e);
3987
- delete Ve[e];
3988
- }), Ve[e];
4013
+ return en(e);
4014
+ delete je[e];
4015
+ }), je[e];
3989
4016
  }
3990
- const lo = {
4017
+ const oo = {
3991
4018
  number: {
3992
4019
  scientific: { notation: "scientific" },
3993
4020
  engineering: { notation: "engineering" },
@@ -4016,57 +4043,57 @@ const lo = {
4016
4043
  timeZoneName: "short"
4017
4044
  }
4018
4045
  }
4019
- }, uo = {
4046
+ }, so = {
4020
4047
  fallbackLocale: null,
4021
4048
  loadingDelay: 200,
4022
- formats: lo,
4049
+ formats: oo,
4023
4050
  warnOnMissingMessages: !0,
4024
4051
  handleMissingMessage: void 0,
4025
4052
  ignoreTag: !0
4026
- }, co = uo;
4027
- function Ce() {
4028
- return co;
4053
+ }, ao = so;
4054
+ function Le() {
4055
+ return ao;
4029
4056
  }
4030
4057
  const St = dt(!1);
4031
- var ho = Object.defineProperty, fo = Object.defineProperties, mo = Object.getOwnPropertyDescriptors, hr = Object.getOwnPropertySymbols, po = Object.prototype.hasOwnProperty, go = Object.prototype.propertyIsEnumerable, fr = (e, t, r) => t in e ? ho(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, bo = (e, t) => {
4058
+ var lo = Object.defineProperty, uo = Object.defineProperties, co = Object.getOwnPropertyDescriptors, hr = Object.getOwnPropertySymbols, ho = Object.prototype.hasOwnProperty, fo = Object.prototype.propertyIsEnumerable, fr = (e, t, r) => t in e ? lo(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, mo = (e, t) => {
4032
4059
  for (var r in t || (t = {}))
4033
- po.call(t, r) && fr(e, r, t[r]);
4060
+ ho.call(t, r) && fr(e, r, t[r]);
4034
4061
  if (hr)
4035
4062
  for (var r of hr(t))
4036
- go.call(t, r) && fr(e, r, t[r]);
4063
+ fo.call(t, r) && fr(e, r, t[r]);
4037
4064
  return e;
4038
- }, vo = (e, t) => fo(e, mo(t));
4065
+ }, po = (e, t) => uo(e, co(t));
4039
4066
  let Dt;
4040
4067
  const ct = dt(null);
4041
4068
  function dr(e) {
4042
4069
  return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
4043
4070
  }
4044
- function pt(e, t = Ce().fallbackLocale) {
4071
+ function pt(e, t = Le().fallbackLocale) {
4045
4072
  const r = dr(e);
4046
4073
  return t ? [.../* @__PURE__ */ new Set([...r, ...dr(t)])] : r;
4047
4074
  }
4048
- function ge() {
4075
+ function ve() {
4049
4076
  return Dt ?? void 0;
4050
4077
  }
4051
4078
  ct.subscribe((e) => {
4052
4079
  Dt = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
4053
4080
  });
4054
- const yo = (e) => {
4055
- if (e && io(e) && Ft(e)) {
4056
- const { loadingDelay: t } = Ce();
4081
+ const go = (e) => {
4082
+ if (e && to(e) && Ft(e)) {
4083
+ const { loadingDelay: t } = Le();
4057
4084
  let r;
4058
- return typeof window < "u" && ge() != null && t ? r = window.setTimeout(
4085
+ return typeof window < "u" && ve() != null && t ? r = window.setTimeout(
4059
4086
  () => St.set(!0),
4060
4087
  t
4061
- ) : St.set(!0), tn(e).then(() => {
4088
+ ) : St.set(!0), en(e).then(() => {
4062
4089
  ct.set(e);
4063
4090
  }).finally(() => {
4064
4091
  clearTimeout(r), St.set(!1);
4065
4092
  });
4066
4093
  }
4067
4094
  return ct.set(e);
4068
- }, he = vo(bo({}, ct), {
4069
- set: yo
4095
+ }, ce = po(mo({}, ct), {
4096
+ set: go
4070
4097
  }), gt = (e) => {
4071
4098
  const t = /* @__PURE__ */ Object.create(null);
4072
4099
  return (n) => {
@@ -4074,92 +4101,92 @@ const yo = (e) => {
4074
4101
  return i in t ? t[i] : t[i] = e(n);
4075
4102
  };
4076
4103
  };
4077
- var _o = Object.defineProperty, ht = Object.getOwnPropertySymbols, rn = Object.prototype.hasOwnProperty, nn = Object.prototype.propertyIsEnumerable, mr = (e, t, r) => t in e ? _o(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Vt = (e, t) => {
4104
+ var bo = Object.defineProperty, ht = Object.getOwnPropertySymbols, tn = Object.prototype.hasOwnProperty, rn = Object.prototype.propertyIsEnumerable, mr = (e, t, r) => t in e ? bo(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Vt = (e, t) => {
4078
4105
  for (var r in t || (t = {}))
4079
- rn.call(t, r) && mr(e, r, t[r]);
4106
+ tn.call(t, r) && mr(e, r, t[r]);
4080
4107
  if (ht)
4081
4108
  for (var r of ht(t))
4082
- nn.call(t, r) && mr(e, r, t[r]);
4109
+ rn.call(t, r) && mr(e, r, t[r]);
4083
4110
  return e;
4084
- }, Ne = (e, t) => {
4111
+ }, Ue = (e, t) => {
4085
4112
  var r = {};
4086
4113
  for (var n in e)
4087
- rn.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
4114
+ tn.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
4088
4115
  if (e != null && ht)
4089
4116
  for (var n of ht(e))
4090
- t.indexOf(n) < 0 && nn.call(e, n) && (r[n] = e[n]);
4117
+ t.indexOf(n) < 0 && rn.call(e, n) && (r[n] = e[n]);
4091
4118
  return r;
4092
4119
  };
4093
- const Ze = (e, t) => {
4094
- const { formats: r } = Ce();
4120
+ const We = (e, t) => {
4121
+ const { formats: r } = Le();
4095
4122
  if (e in r && t in r[e])
4096
4123
  return r[e][t];
4097
4124
  throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
4098
- }, Eo = gt(
4125
+ }, vo = gt(
4099
4126
  (e) => {
4100
- var t = e, { locale: r, format: n } = t, i = Ne(t, ["locale", "format"]);
4127
+ var t = e, { locale: r, format: n } = t, i = Ue(t, ["locale", "format"]);
4101
4128
  if (r == null)
4102
4129
  throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
4103
- return n && (i = Ze("number", n)), new Intl.NumberFormat(r, i);
4130
+ return n && (i = We("number", n)), new Intl.NumberFormat(r, i);
4104
4131
  }
4105
- ), wo = gt(
4132
+ ), yo = gt(
4106
4133
  (e) => {
4107
- var t = e, { locale: r, format: n } = t, i = Ne(t, ["locale", "format"]);
4134
+ var t = e, { locale: r, format: n } = t, i = Ue(t, ["locale", "format"]);
4108
4135
  if (r == null)
4109
4136
  throw new Error('[svelte-i18n] A "locale" must be set to format dates');
4110
- return n ? i = Ze("date", n) : Object.keys(i).length === 0 && (i = Ze("date", "short")), new Intl.DateTimeFormat(r, i);
4137
+ return n ? i = We("date", n) : Object.keys(i).length === 0 && (i = We("date", "short")), new Intl.DateTimeFormat(r, i);
4111
4138
  }
4112
- ), xo = gt(
4139
+ ), _o = gt(
4113
4140
  (e) => {
4114
- var t = e, { locale: r, format: n } = t, i = Ne(t, ["locale", "format"]);
4141
+ var t = e, { locale: r, format: n } = t, i = Ue(t, ["locale", "format"]);
4115
4142
  if (r == null)
4116
4143
  throw new Error(
4117
4144
  '[svelte-i18n] A "locale" must be set to format time values'
4118
4145
  );
4119
- return n ? i = Ze("time", n) : Object.keys(i).length === 0 && (i = Ze("time", "short")), new Intl.DateTimeFormat(r, i);
4146
+ return n ? i = We("time", n) : Object.keys(i).length === 0 && (i = We("time", "short")), new Intl.DateTimeFormat(r, i);
4120
4147
  }
4121
- ), So = (e = {}) => {
4148
+ ), Eo = (e = {}) => {
4122
4149
  var t = e, {
4123
- locale: r = ge()
4124
- } = t, n = Ne(t, [
4150
+ locale: r = ve()
4151
+ } = t, n = Ue(t, [
4125
4152
  "locale"
4126
4153
  ]);
4127
- return Eo(Vt({ locale: r }, n));
4128
- }, Po = (e = {}) => {
4154
+ return vo(Vt({ locale: r }, n));
4155
+ }, wo = (e = {}) => {
4129
4156
  var t = e, {
4130
- locale: r = ge()
4131
- } = t, n = Ne(t, [
4157
+ locale: r = ve()
4158
+ } = t, n = Ue(t, [
4132
4159
  "locale"
4133
4160
  ]);
4134
- return wo(Vt({ locale: r }, n));
4135
- }, To = (e = {}) => {
4161
+ return yo(Vt({ locale: r }, n));
4162
+ }, xo = (e = {}) => {
4136
4163
  var t = e, {
4137
- locale: r = ge()
4138
- } = t, n = Ne(t, [
4164
+ locale: r = ve()
4165
+ } = t, n = Ue(t, [
4139
4166
  "locale"
4140
4167
  ]);
4141
- return xo(Vt({ locale: r }, n));
4142
- }, Ho = gt(
4168
+ return _o(Vt({ locale: r }, n));
4169
+ }, So = gt(
4143
4170
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
4144
- (e, t = ge()) => new Ki(e, t, Ce().formats, {
4145
- ignoreTag: Ce().ignoreTag
4171
+ (e, t = ve()) => new Ji(e, t, Le().formats, {
4172
+ ignoreTag: Le().ignoreTag
4146
4173
  })
4147
- ), Bo = (e, t = {}) => {
4174
+ ), Po = (e, t = {}) => {
4148
4175
  var r, n, i, o;
4149
4176
  let s = t;
4150
4177
  typeof e == "object" && (s = e, e = s.id);
4151
4178
  const {
4152
4179
  values: a,
4153
- locale: c = ge(),
4180
+ locale: c = ve(),
4154
4181
  default: l
4155
4182
  } = s;
4156
4183
  if (c == null)
4157
4184
  throw new Error(
4158
4185
  "[svelte-i18n] Cannot format a message without first setting the initial locale."
4159
4186
  );
4160
- let u = Qr(e, c);
4187
+ let u = Jr(e, c);
4161
4188
  if (!u)
4162
- u = (o = (i = (n = (r = Ce()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: c, id: e, defaultValue: l })) != null ? i : l) != null ? o : e;
4189
+ u = (o = (i = (n = (r = Le()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: c, id: e, defaultValue: l })) != null ? i : l) != null ? o : e;
4163
4190
  else if (typeof u != "string")
4164
4191
  return console.warn(
4165
4192
  `[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof u}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
@@ -4168,7 +4195,7 @@ const Ze = (e, t) => {
4168
4195
  return u;
4169
4196
  let f = u;
4170
4197
  try {
4171
- f = Ho(u, c).format(a);
4198
+ f = So(u, c).format(a);
4172
4199
  } catch (d) {
4173
4200
  d instanceof Error && console.warn(
4174
4201
  `[svelte-i18n] Message "${e}" has syntax error:`,
@@ -4176,13 +4203,36 @@ const Ze = (e, t) => {
4176
4203
  );
4177
4204
  }
4178
4205
  return f;
4179
- }, Ao = (e, t) => To(t).format(e), Io = (e, t) => Po(t).format(e), Co = (e, t) => So(t).format(e), Oo = (e, t = ge()) => Qr(e, t), Lo = Le([he, Me], () => Bo);
4180
- Le([he], () => Ao);
4181
- Le([he], () => Io);
4182
- Le([he], () => Co);
4183
- Le([he, Me], () => Oo);
4184
- window.emWidgets = { topic: Xn };
4185
- const Mo = (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));
4206
+ }, To = (e, t) => xo(t).format(e), Ho = (e, t) => wo(t).format(e), Bo = (e, t) => Eo(t).format(e), Ao = (e, t = ve()) => Jr(e, t), Io = Ne([ce, Re], () => Po);
4207
+ Ne([ce], () => To);
4208
+ Ne([ce], () => Ho);
4209
+ Ne([ce], () => Bo);
4210
+ Ne([ce, Re], () => Ao);
4211
+ window.emWidgets = { topic: jn };
4212
+ const Co = (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));
4213
+ function Oo(e, t) {
4214
+ if (e) {
4215
+ const r = document.createElement("style");
4216
+ r.innerHTML = t, e.appendChild(r);
4217
+ }
4218
+ }
4219
+ function Lo(e, t) {
4220
+ const r = new URL(t);
4221
+ fetch(r.href).then((n) => n.text()).then((n) => {
4222
+ const i = document.createElement("style");
4223
+ i.innerHTML = n, e && e.appendChild(i);
4224
+ }).catch((n) => {
4225
+ console.error("There was an error while trying to load client styling from URL", n);
4226
+ });
4227
+ }
4228
+ function Mo(e, t, r) {
4229
+ if (window.emMessageBus) {
4230
+ const n = document.createElement("style");
4231
+ window.emMessageBus.subscribe(t, (i) => {
4232
+ n.innerHTML = i, e && e.appendChild(n);
4233
+ });
4234
+ }
4235
+ }
4186
4236
  if (typeof window < "u") {
4187
4237
  let e = function(t) {
4188
4238
  return function(...r) {
@@ -4195,20 +4245,20 @@ if (typeof window < "u") {
4195
4245
  }
4196
4246
  };
4197
4247
  };
4198
- customElements.define = e(customElements.define), import("./GeneralPlayerSmsVerificationForm-ClUWo_HF.js").then(({ default: t }) => {
4248
+ customElements.define = e(customElements.define), import("./GeneralPlayerSmsVerificationForm-BH31XK9j.js").then(({ default: t }) => {
4199
4249
  !customElements.get("general-player-sms-verification-form") && customElements.define("general-player-sms-verification-form", t.element);
4200
4250
  });
4201
4251
  }
4202
4252
  function No({ withLocale: e, translations: t }) {
4203
- he.subscribe((r) => {
4204
- r == null && (Me.set(t), he.set(e));
4253
+ ce.subscribe((r) => {
4254
+ r == null && (Re.set(t), ce.set(e));
4205
4255
  });
4206
4256
  }
4207
4257
  function pr(e, t) {
4208
- Kr(e, t);
4258
+ Yr(e, t);
4209
4259
  }
4210
4260
  function Ro(e) {
4211
- he.set(e);
4261
+ ce.set(e);
4212
4262
  }
4213
4263
  const gr = {
4214
4264
  en: {
@@ -4354,19 +4404,19 @@ const gr = {
4354
4404
  loginForgotPassword: "I forgot my password",
4355
4405
  successMessage: "Login successful"
4356
4406
  }
4357
- }, { document: br } = cn;
4407
+ };
4358
4408
  function Uo(e) {
4359
- hn(e, "svelte-b3dr9t", '.grecaptcha-badge{opacity:0}.PlayerLoginFormWrapper{height:100%}.FormContainer{width:100%}.FormLogin{background:var(--emw--registration-color-bg, var(--emw--color-gray-50, #F9F8F8));padding:50px}.FormHeaderTitle{color:var(--emw--registration-typography, var(--emw--color-contrast, #07072A));font-size:20px;font-weight:300;padding:0;text-transform:uppercase;margin:0}.PasswordContainer{position:relative}.FormRequired{color:var(--emw--color-error, var(--emw--color-red, #ed0909))}.FormHeaderSubtitle{color:var(--emw--registration-contrast, var(--emw--color-gray-300, #58586B));font-size:14px;font-weight:300;margin:5px 0 0 0}.FormRegisterCallToAction{color:var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C));font-size:14px;font-weight:400;text-decoration:none;cursor:pointer}.FormContent{padding-top:20px}.UserContainer,.PasswordContainer,.CaptchaContainer{color:var(--emw--registration-contrast, var(--emw--color-gray-300, #58586B));display:flex;flex-direction:column;position:relative}.UserContainer label,.PasswordContainer label,.CaptchaContainer label{font-size:14px;font-weight:300;padding-bottom:5px}.UserContainer input,.PasswordContainer input,.CaptchaContainer input{width:100%;height:44px;border:1px solid var(--emw--color-gray-100, #E6E6E6);border-radius:5px;box-sizing:border-box;padding:5px 15px;font-size:16px;line-height:18px}.UserContainer.InvalidField input,.PasswordContainer.InvalidField input,.CaptchaContainer.InvalidField input{border:1px solid var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C));background:var(--emw--color-pale, #FBECF4);color:var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C))}.PasswordContainer input{padding:5px 30px 5px 15px}.TogglePasswordVisibility{height:13px;position:absolute;right:8px;bottom:55px}.TogglePasswordVisibility.InvalidToggle path,.TogglePasswordVisibility.InvalidToggle circle,.TogglePasswordVisibility.InvalidToggle rect{fill:var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C))}.TogglePasswordVisibility path,.TogglePasswordVisibility circle,.TogglePasswordVisibility rect{fill:var(--emw--registration-contrast, var(--emw--color-gray-300, #58586B))}.SignInButton{color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));background:var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C));border:1px solid var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C));border-radius:5px;width:100%;height:60px;padding:0;text-transform:uppercase;font-size:18px;cursor:pointer}.SignInButton[disabled]{background:var(--emw--color-gray-100, #E6E6E6);border:1px solid var(--emw--color-gray-150, #828282);cursor:not-allowed}.ForgotPasswordButton{border:0;background:transparent;font-size:14px;font-weight:300;color:var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C));margin-top:15px;cursor:pointer}.PasswordContainer,.UserContainer{padding-bottom:40px}.InvalidInput{color:var(--emw--color-error, var(--emw--color-red, #ed0909));font-size:10px;position:absolute;top:55px;padding-top:5px;line-height:10px}.ErrorMessage{margin:0 0 15px 0;font-size:12px;color:var(--emw--color-error, var(--emw--color-red, #ed0909))}.FormMobileContainer{height:100%}.FormMobileContainer .FormLogin{padding:40px 20px}.FormMobileContainer .SignInButton,.FormMobileContainer .UserContainer input,.FormMobileContainer .PasswordContainer input,.FormMobileContainer .CaptchaContainer{max-width:unset}.ModalLoaderWrapper{display:flex;height:100%;align-items:center}.ModalLoader{display:block;width:80px;height:80px;margin:0 auto}.ModalLoader:after{content:" ";display:block;width:64px;height:64px;margin:8px;border-radius:50%;border:6px solid var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C));border-color:var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C)) transparent var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C)) transparent;animation:Loader 1.2s linear infinite}input::-ms-reveal,input::-ms-clear{display:none}@keyframes Loader{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}');
4409
+ ln(e, "svelte-b3dr9t", '.grecaptcha-badge{opacity:0}.PlayerLoginFormWrapper{height:100%}.FormContainer{width:100%}.FormLogin{background:var(--emw--registration-color-bg, var(--emw--color-gray-50, #F9F8F8));padding:50px}.FormHeaderTitle{color:var(--emw--registration-typography, var(--emw--color-contrast, #07072A));font-size:20px;font-weight:300;padding:0;text-transform:uppercase;margin:0}.PasswordContainer{position:relative}.FormRequired{color:var(--emw--color-error, var(--emw--color-red, #ed0909))}.FormHeaderSubtitle{color:var(--emw--registration-contrast, var(--emw--color-gray-300, #58586B));font-size:14px;font-weight:300;margin:5px 0 0 0}.FormRegisterCallToAction{color:var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C));font-size:14px;font-weight:400;text-decoration:none;cursor:pointer}.FormContent{padding-top:20px}.UserContainer,.PasswordContainer,.CaptchaContainer{color:var(--emw--registration-contrast, var(--emw--color-gray-300, #58586B));display:flex;flex-direction:column;position:relative}.UserContainer label,.PasswordContainer label,.CaptchaContainer label{font-size:14px;font-weight:300;padding-bottom:5px}.UserContainer input,.PasswordContainer input,.CaptchaContainer input{width:100%;height:44px;border:1px solid var(--emw--color-gray-100, #E6E6E6);border-radius:5px;box-sizing:border-box;padding:5px 15px;font-size:16px;line-height:18px}.UserContainer.InvalidField input,.PasswordContainer.InvalidField input,.CaptchaContainer.InvalidField input{border:1px solid var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C));background:var(--emw--color-pale, #FBECF4);color:var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C))}.PasswordContainer input{padding:5px 30px 5px 15px}.TogglePasswordVisibility{height:13px;position:absolute;right:8px;bottom:55px}.TogglePasswordVisibility.InvalidToggle path,.TogglePasswordVisibility.InvalidToggle circle,.TogglePasswordVisibility.InvalidToggle rect{fill:var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C))}.TogglePasswordVisibility path,.TogglePasswordVisibility circle,.TogglePasswordVisibility rect{fill:var(--emw--registration-contrast, var(--emw--color-gray-300, #58586B))}.SignInButton{color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));background:var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C));border:1px solid var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C));border-radius:5px;width:100%;height:60px;padding:0;text-transform:uppercase;font-size:18px;cursor:pointer}.SignInButton[disabled]{background:var(--emw--color-gray-100, #E6E6E6);border:1px solid var(--emw--color-gray-150, #828282);cursor:not-allowed}.ForgotPasswordButton{border:0;background:transparent;font-size:14px;font-weight:300;color:var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C));margin-top:15px;cursor:pointer}.PasswordContainer,.UserContainer{padding-bottom:40px}.InvalidInput{color:var(--emw--color-error, var(--emw--color-red, #ed0909));font-size:10px;position:absolute;top:55px;padding-top:5px;line-height:10px}.ErrorMessage{margin:0 0 15px 0;font-size:12px;color:var(--emw--color-error, var(--emw--color-red, #ed0909))}.FormMobileContainer{height:100%}.FormMobileContainer .FormLogin{padding:40px 20px}.FormMobileContainer .SignInButton,.FormMobileContainer .UserContainer input,.FormMobileContainer .PasswordContainer input,.FormMobileContainer .CaptchaContainer{max-width:unset}.ModalLoaderWrapper{display:flex;height:100%;align-items:center}.ModalLoader{display:block;width:80px;height:80px;margin:0 auto}.ModalLoader:after{content:" ";display:block;width:64px;height:64px;margin:8px;border-radius:50%;border:6px solid var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C));border-color:var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C)) transparent var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C)) transparent;animation:Loader 1.2s linear infinite}input::-ms-reveal,input::-ms-clear{display:none}@keyframes Loader{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}');
4360
4410
  }
4361
- function vr(e) {
4411
+ function br(e) {
4362
4412
  let t, r;
4363
4413
  return {
4364
4414
  c() {
4365
- t = S("script"), Wt(t.src, r = "//www.google.com/recaptcha/api.js?render=" + /*captchakey*/
4415
+ t = x("script"), Wt(t.src, r = "//www.google.com/recaptcha/api.js?render=" + /*captchakey*/
4366
4416
  e[1]) || h(t, "src", r), t.async = !0, t.defer = !0;
4367
4417
  },
4368
4418
  m(n, i) {
4369
- L(n, t, i);
4419
+ M(n, t, i);
4370
4420
  },
4371
4421
  p(n, i) {
4372
4422
  i[0] & /*captchakey*/
@@ -4383,22 +4433,22 @@ function Fo(e) {
4383
4433
  function i(a, c) {
4384
4434
  return (
4385
4435
  /*startSmsValidation*/
4386
- a[20] ? $o : ko
4436
+ a[21] ? Go : ko
4387
4437
  );
4388
4438
  }
4389
4439
  let o = i(e), s = o(e);
4390
4440
  return {
4391
4441
  c() {
4392
- t = S("div"), r = S("div"), s.c(), h(r, "class", "FormLogin"), h(t, "class", n = "FormContainer " + /*mobileView*/
4393
- (e[10] ? "FormMobileContainer" : ""));
4442
+ t = x("div"), r = x("div"), s.c(), h(r, "class", "FormLogin"), h(t, "class", n = "FormContainer " + /*mobileView*/
4443
+ (e[11] ? "FormMobileContainer" : ""));
4394
4444
  },
4395
4445
  m(a, c) {
4396
- L(a, t, c), m(t, r), s.m(r, null);
4446
+ M(a, t, c), m(t, r), s.m(r, null);
4397
4447
  },
4398
4448
  p(a, c) {
4399
4449
  o === (o = i(a)) && s ? s.p(a, c) : (s.d(1), s = o(a), s && (s.c(), s.m(r, null))), c[0] & /*mobileView*/
4400
- 1024 && n !== (n = "FormContainer " + /*mobileView*/
4401
- (a[10] ? "FormMobileContainer" : "")) && h(t, "class", n);
4450
+ 2048 && n !== (n = "FormContainer " + /*mobileView*/
4451
+ (a[11] ? "FormMobileContainer" : "")) && h(t, "class", n);
4402
4452
  },
4403
4453
  d(a) {
4404
4454
  a && I(t), s.d();
@@ -4409,10 +4459,10 @@ function Do(e) {
4409
4459
  let t;
4410
4460
  return {
4411
4461
  c() {
4412
- t = S("div"), t.innerHTML = '<div class="ModalLoader"></div>', h(t, "class", "ModalLoaderWrapper");
4462
+ t = x("div"), t.innerHTML = '<div class="ModalLoader"></div>', h(t, "class", "ModalLoaderWrapper");
4413
4463
  },
4414
4464
  m(r, n) {
4415
- L(r, t, n);
4465
+ M(r, t, n);
4416
4466
  },
4417
4467
  p: Z,
4418
4468
  d(r) {
@@ -4423,236 +4473,247 @@ function Do(e) {
4423
4473
  function ko(e) {
4424
4474
  let t, r, n = (
4425
4475
  /*$_*/
4426
- e[21]("loginTitle") + ""
4476
+ e[22]("loginTitle") + ""
4427
4477
  ), i, o, s, a = (
4428
4478
  /*$_*/
4429
- e[21]("loginSubtitle") + ""
4479
+ e[22]("loginSubtitle") + ""
4430
4480
  ), c, l, u, f = (
4431
4481
  /*$_*/
4432
- e[21]("loginSubtitleRegister") + ""
4433
- ), d, b, y, g, x, M, q = (
4482
+ e[22]("loginSubtitleRegister") + ""
4483
+ ), d, b, y, g, S, C, z = (
4434
4484
  /*$_*/
4435
- e[21]("loginUsername") + ""
4436
- ), H, R, G, J, B, ie, re, ne, fe, A, W, be = (
4485
+ e[22]("loginUsername") + ""
4486
+ ), R, U, A, re, H, ie, he, J, le, B, ne, X = (
4437
4487
  /*$_*/
4438
- e[21]("loginPassword") + ""
4439
- ), Re, Ue, oe, qe, C, ve, Fe, ye, _e, de, De, me, K, pe = (
4488
+ e[22]("loginPassword") + ""
4489
+ ), Fe, Ze, fe, de, O, ye, qe, _e, Ee, me, De, we, Q, pe = (
4440
4490
  /*$_*/
4441
- e[21]("loginButton") + ""
4442
- ), ke, Je, ue, Ee = (
4491
+ e[22]("loginButton") + ""
4492
+ ), xe, Je, ge, be = (
4443
4493
  /*$_*/
4444
- e[21]("loginForgotPassword") + ""
4445
- ), $e, Ge, Qe, U = (
4494
+ e[22]("loginForgotPassword") + ""
4495
+ ), ke, Ge, Qe, F = (
4446
4496
  /*invalidName*/
4447
- e[13] && yr(e)
4497
+ e[14] && vr(e)
4448
4498
  );
4449
4499
  function Ye(v, P) {
4450
4500
  return (
4451
4501
  /*isPasswordVisible*/
4452
- v[18] ? jo : Go
4502
+ v[19] ? jo : $o
4453
4503
  );
4454
4504
  }
4455
- let we = Ye(e), Q = we(e), F = (
4456
- /*invalidPassword*/
4457
- e[14] && /*simplepasswordvalidation*/
4458
- e[2] !== "true" && _r(e)
4459
- ), D = (
4505
+ let Se = Ye(e), Y = Se(e), D = (
4460
4506
  /*invalidPassword*/
4461
- e[14] && /*simplepasswordvalidation*/
4462
- e[2] === "true" && Er(e)
4507
+ e[15] && /*simplepasswordvalidation*/
4508
+ e[2] !== "true" && yr(e)
4463
4509
  ), k = (
4510
+ /*invalidPassword*/
4511
+ e[15] && /*simplepasswordvalidation*/
4512
+ e[2] === "true" && _r(e)
4513
+ ), G = (
4464
4514
  /*errorMessage*/
4465
- e[15] && wr(e)
4515
+ e[16] && Er(e)
4466
4516
  );
4467
4517
  return {
4468
4518
  c() {
4469
- t = S("div"), r = S("h4"), i = N(n), o = z(), s = S("p"), c = N(a), l = z(), u = S("span"), d = N(f), b = z(), y = S("div"), g = S("form"), x = S("div"), M = S("label"), H = N(q), R = N(":"), G = S("span"), G.textContent = "*", J = z(), B = S("input"), re = z(), U && U.c(), fe = z(), A = S("div"), W = S("label"), Re = N(be), Ue = N(":"), oe = S("span"), oe.textContent = "*", qe = z(), C = S("input"), Fe = z(), Q.c(), ye = z(), F && F.c(), _e = z(), D && D.c(), De = z(), k && k.c(), me = z(), K = S("button"), ke = N(pe), Je = z(), ue = S("button"), $e = N(Ee), h(r, "class", "FormHeaderTitle"), h(u, "class", "FormRegisterCallToAction"), h(s, "class", "FormHeaderSubtitle"), h(t, "class", "FormHeader"), h(G, "class", "FormRequired"), h(M, "for", "username"), h(B, "type", "text"), h(B, "id", "email"), h(B, "name", "email"), h(B, "autocapitalize", "none"), h(B, "autocomplete", ie = /*savecredentials*/
4470
- e[5] ? "username email" : "off"), B.required = !0, h(x, "class", ne = "UserContainer " + /*invalidName*/
4471
- (e[13] ? "InvalidField" : "")), h(oe, "class", "FormRequired"), h(W, "for", "current-password"), h(C, "type", "password"), h(C, "name", "current-password"), h(C, "id", "current-password"), h(C, "autocapitalize", "none"), h(C, "autocomplete", ve = /*savecredentials*/
4472
- e[5] ? "current-password" : "off"), h(C, "aria-describedby", "password-constraints"), C.required = !0, h(A, "class", de = "PasswordContainer " + /*invalidPassword*/
4473
- (e[14] ? "InvalidField" : "")), h(K, "class", "SignInButton"), K.disabled = /*isFormDataInvalid*/
4474
- e[19], h(K, "id", "signin-button"), h(ue, "class", "ForgotPasswordButton"), h(g, "id", "signin"), h(y, "class", "FormContent");
4519
+ t = x("div"), r = x("h4"), i = N(n), o = j(), s = x("p"), c = N(a), l = j(), u = x("span"), d = N(f), b = j(), y = x("div"), g = x("form"), S = x("div"), C = x("label"), R = N(z), U = N(":"), A = x("span"), A.textContent = "*", re = j(), H = x("input"), he = j(), F && F.c(), le = j(), B = x("div"), ne = x("label"), Fe = N(X), Ze = N(":"), fe = x("span"), fe.textContent = "*", de = j(), O = x("input"), qe = j(), Y.c(), _e = j(), D && D.c(), Ee = j(), k && k.c(), De = j(), G && G.c(), we = j(), Q = x("button"), xe = N(pe), Je = j(), ge = x("button"), ke = N(be), h(r, "class", "FormHeaderTitle"), h(u, "class", "FormRegisterCallToAction"), h(s, "class", "FormHeaderSubtitle"), h(t, "class", "FormHeader"), h(A, "class", "FormRequired"), h(C, "for", "username"), h(H, "type", "text"), h(H, "id", "email"), h(H, "name", "email"), h(H, "autocapitalize", "none"), h(H, "autocomplete", ie = /*savecredentials*/
4520
+ e[6] ? "username email" : "off"), H.required = !0, h(S, "class", J = "UserContainer " + /*invalidName*/
4521
+ (e[14] ? "InvalidField" : "")), h(fe, "class", "FormRequired"), h(ne, "for", "current-password"), h(O, "type", "password"), h(O, "name", "current-password"), h(O, "id", "current-password"), h(O, "autocapitalize", "none"), h(O, "autocomplete", ye = /*savecredentials*/
4522
+ e[6] ? "current-password" : "off"), h(O, "aria-describedby", "password-constraints"), O.required = !0, h(B, "class", me = "PasswordContainer " + /*invalidPassword*/
4523
+ (e[15] ? "InvalidField" : "")), h(Q, "class", "SignInButton"), Q.disabled = /*isFormDataInvalid*/
4524
+ e[20], h(Q, "id", "signin-button"), h(ge, "class", "ForgotPasswordButton"), h(g, "id", "signin"), h(y, "class", "FormContent");
4475
4525
  },
4476
4526
  m(v, P) {
4477
- L(v, t, P), m(t, r), m(r, i), m(t, o), m(t, s), m(s, c), m(s, l), m(s, u), m(u, d), L(v, b, P), L(v, y, P), m(y, g), m(g, x), m(x, M), m(M, H), m(M, R), m(M, G), m(x, J), m(x, B), rt(
4478
- B,
4527
+ M(v, t, P), m(t, r), m(r, i), m(t, o), m(t, s), m(s, c), m(s, l), m(s, u), m(u, d), M(v, b, P), M(v, y, P), m(y, g), m(g, S), m(S, C), m(C, R), m(C, U), m(C, A), m(S, re), m(S, H), rt(
4528
+ H,
4479
4529
  /*userValue*/
4480
- e[11]
4481
- ), m(x, re), U && U.m(x, null), m(g, fe), m(g, A), m(A, W), m(W, Re), m(W, Ue), m(W, oe), m(A, qe), m(A, C), rt(
4482
- C,
4483
- /*userPassword*/
4484
4530
  e[12]
4485
- ), e[35](C), m(A, Fe), Q.m(A, null), m(A, ye), F && F.m(A, null), m(A, _e), D && D.m(A, null), m(g, De), k && k.m(g, null), m(g, me), m(g, K), m(K, ke), m(g, Je), m(g, ue), m(ue, $e), Ge || (Qe = [
4486
- se(
4531
+ ), m(S, he), F && F.m(S, null), m(g, le), m(g, B), m(B, ne), m(ne, Fe), m(ne, Ze), m(ne, fe), m(B, de), m(B, O), rt(
4532
+ O,
4533
+ /*userPassword*/
4534
+ e[13]
4535
+ ), e[36](O), m(B, qe), Y.m(B, null), m(B, _e), D && D.m(B, null), m(B, Ee), k && k.m(B, null), m(g, De), G && G.m(g, null), m(g, we), m(g, Q), m(Q, xe), m(g, Je), m(g, ge), m(ge, ke), Ge || (Qe = [
4536
+ oe(
4487
4537
  u,
4488
4538
  "click",
4489
4539
  /*click_handler*/
4490
- e[32]
4540
+ e[33]
4491
4541
  ),
4492
- se(
4493
- B,
4542
+ oe(
4543
+ H,
4494
4544
  "input",
4495
4545
  /*input0_input_handler*/
4496
- e[33]
4546
+ e[34]
4497
4547
  ),
4498
- se(
4499
- B,
4548
+ oe(
4549
+ H,
4500
4550
  "input",
4501
4551
  /*validateUserName*/
4502
- e[27]
4552
+ e[28]
4503
4553
  ),
4504
- se(
4505
- C,
4554
+ oe(
4555
+ O,
4506
4556
  "input",
4507
4557
  /*input1_input_handler*/
4508
- e[34]
4558
+ e[35]
4509
4559
  ),
4510
- se(
4511
- C,
4560
+ oe(
4561
+ O,
4512
4562
  "input",
4513
4563
  /*validatePassword*/
4514
- e[28]
4564
+ e[29]
4515
4565
  ),
4516
- se(
4517
- K,
4566
+ oe(
4567
+ Q,
4518
4568
  "click",
4519
4569
  /*click_handler_3*/
4520
- e[38]
4570
+ e[39]
4521
4571
  ),
4522
- se(
4523
- ue,
4572
+ oe(
4573
+ ge,
4524
4574
  "click",
4525
4575
  /*click_handler_4*/
4526
- e[39]
4576
+ e[40]
4527
4577
  )
4528
4578
  ], Ge = !0);
4529
4579
  },
4530
4580
  p(v, P) {
4531
4581
  P[0] & /*$_*/
4532
- 2097152 && n !== (n = /*$_*/
4533
- v[21]("loginTitle") + "") && te(i, n), P[0] & /*$_*/
4534
- 2097152 && a !== (a = /*$_*/
4535
- v[21]("loginSubtitle") + "") && te(c, a), P[0] & /*$_*/
4536
- 2097152 && f !== (f = /*$_*/
4537
- v[21]("loginSubtitleRegister") + "") && te(d, f), P[0] & /*$_*/
4538
- 2097152 && q !== (q = /*$_*/
4539
- v[21]("loginUsername") + "") && te(H, q), P[0] & /*savecredentials*/
4540
- 32 && ie !== (ie = /*savecredentials*/
4541
- v[5] ? "username email" : "off") && h(B, "autocomplete", ie), P[0] & /*userValue*/
4542
- 2048 && B.value !== /*userValue*/
4543
- v[11] && rt(
4544
- B,
4582
+ 4194304 && n !== (n = /*$_*/
4583
+ v[22]("loginTitle") + "") && te(i, n), P[0] & /*$_*/
4584
+ 4194304 && a !== (a = /*$_*/
4585
+ v[22]("loginSubtitle") + "") && te(c, a), P[0] & /*$_*/
4586
+ 4194304 && f !== (f = /*$_*/
4587
+ v[22]("loginSubtitleRegister") + "") && te(d, f), P[0] & /*$_*/
4588
+ 4194304 && z !== (z = /*$_*/
4589
+ v[22]("loginUsername") + "") && te(R, z), P[0] & /*savecredentials*/
4590
+ 64 && ie !== (ie = /*savecredentials*/
4591
+ v[6] ? "username email" : "off") && h(H, "autocomplete", ie), P[0] & /*userValue*/
4592
+ 4096 && H.value !== /*userValue*/
4593
+ v[12] && rt(
4594
+ H,
4545
4595
  /*userValue*/
4546
- v[11]
4596
+ v[12]
4547
4597
  ), /*invalidName*/
4548
- v[13] ? U ? U.p(v, P) : (U = yr(v), U.c(), U.m(x, null)) : U && (U.d(1), U = null), P[0] & /*invalidName*/
4549
- 8192 && ne !== (ne = "UserContainer " + /*invalidName*/
4550
- (v[13] ? "InvalidField" : "")) && h(x, "class", ne), P[0] & /*$_*/
4551
- 2097152 && be !== (be = /*$_*/
4552
- v[21]("loginPassword") + "") && te(Re, be), P[0] & /*savecredentials*/
4553
- 32 && ve !== (ve = /*savecredentials*/
4554
- v[5] ? "current-password" : "off") && h(C, "autocomplete", ve), P[0] & /*userPassword*/
4555
- 4096 && C.value !== /*userPassword*/
4556
- v[12] && rt(
4557
- C,
4598
+ v[14] ? F ? F.p(v, P) : (F = vr(v), F.c(), F.m(S, null)) : F && (F.d(1), F = null), P[0] & /*invalidName*/
4599
+ 16384 && J !== (J = "UserContainer " + /*invalidName*/
4600
+ (v[14] ? "InvalidField" : "")) && h(S, "class", J), P[0] & /*$_*/
4601
+ 4194304 && X !== (X = /*$_*/
4602
+ v[22]("loginPassword") + "") && te(Fe, X), P[0] & /*savecredentials*/
4603
+ 64 && ye !== (ye = /*savecredentials*/
4604
+ v[6] ? "current-password" : "off") && h(O, "autocomplete", ye), P[0] & /*userPassword*/
4605
+ 8192 && O.value !== /*userPassword*/
4606
+ v[13] && rt(
4607
+ O,
4558
4608
  /*userPassword*/
4559
- v[12]
4560
- ), we === (we = Ye(v)) && Q ? Q.p(v, P) : (Q.d(1), Q = we(v), Q && (Q.c(), Q.m(A, ye))), /*invalidPassword*/
4561
- v[14] && /*simplepasswordvalidation*/
4562
- v[2] !== "true" ? F ? F.p(v, P) : (F = _r(v), F.c(), F.m(A, _e)) : F && (F.d(1), F = null), /*invalidPassword*/
4563
- v[14] && /*simplepasswordvalidation*/
4564
- v[2] === "true" ? D ? D.p(v, P) : (D = Er(v), D.c(), D.m(A, null)) : D && (D.d(1), D = null), P[0] & /*invalidPassword*/
4565
- 16384 && de !== (de = "PasswordContainer " + /*invalidPassword*/
4566
- (v[14] ? "InvalidField" : "")) && h(A, "class", de), /*errorMessage*/
4567
- v[15] ? k ? k.p(v, P) : (k = wr(v), k.c(), k.m(g, me)) : k && (k.d(1), k = null), P[0] & /*$_*/
4568
- 2097152 && pe !== (pe = /*$_*/
4569
- v[21]("loginButton") + "") && te(ke, pe), P[0] & /*isFormDataInvalid*/
4570
- 524288 && (K.disabled = /*isFormDataInvalid*/
4571
- v[19]), P[0] & /*$_*/
4572
- 2097152 && Ee !== (Ee = /*$_*/
4573
- v[21]("loginForgotPassword") + "") && te($e, Ee);
4609
+ v[13]
4610
+ ), Se === (Se = Ye(v)) && Y ? Y.p(v, P) : (Y.d(1), Y = Se(v), Y && (Y.c(), Y.m(B, _e))), /*invalidPassword*/
4611
+ v[15] && /*simplepasswordvalidation*/
4612
+ v[2] !== "true" ? D ? D.p(v, P) : (D = yr(v), D.c(), D.m(B, Ee)) : D && (D.d(1), D = null), /*invalidPassword*/
4613
+ v[15] && /*simplepasswordvalidation*/
4614
+ v[2] === "true" ? k ? k.p(v, P) : (k = _r(v), k.c(), k.m(B, null)) : k && (k.d(1), k = null), P[0] & /*invalidPassword*/
4615
+ 32768 && me !== (me = "PasswordContainer " + /*invalidPassword*/
4616
+ (v[15] ? "InvalidField" : "")) && h(B, "class", me), /*errorMessage*/
4617
+ v[16] ? G ? G.p(v, P) : (G = Er(v), G.c(), G.m(g, we)) : G && (G.d(1), G = null), P[0] & /*$_*/
4618
+ 4194304 && pe !== (pe = /*$_*/
4619
+ v[22]("loginButton") + "") && te(xe, pe), P[0] & /*isFormDataInvalid*/
4620
+ 1048576 && (Q.disabled = /*isFormDataInvalid*/
4621
+ v[20]), P[0] & /*$_*/
4622
+ 4194304 && be !== (be = /*$_*/
4623
+ v[22]("loginForgotPassword") + "") && te(ke, be);
4574
4624
  },
4575
4625
  d(v) {
4576
- v && (I(t), I(b), I(y)), U && U.d(), e[35](null), Q.d(), F && F.d(), D && D.d(), k && k.d(), Ge = !1, Oe(Qe);
4626
+ v && (I(t), I(b), I(y)), F && F.d(), e[36](null), Y.d(), D && D.d(), k && k.d(), G && G.d(), Ge = !1, Me(Qe);
4577
4627
  }
4578
4628
  };
4579
4629
  }
4580
- function $o(e) {
4630
+ function Go(e) {
4581
4631
  let t;
4582
4632
  return {
4583
4633
  c() {
4584
- t = S("general-player-sms-verification-form"), Y(
4634
+ t = x("general-player-sms-verification-form"), W(
4585
4635
  t,
4586
4636
  "endpoint",
4587
4637
  /*endpoint*/
4588
4638
  e[0]
4589
- ), Y(
4639
+ ), W(
4590
4640
  t,
4591
4641
  "number",
4592
4642
  /*number*/
4593
- e[9]
4594
- ), Y(
4643
+ e[10]
4644
+ ), W(
4595
4645
  t,
4596
4646
  "clientstyling",
4597
4647
  /*clientstyling*/
4598
- e[3]
4599
- ), Y(
4648
+ e[4]
4649
+ ), W(
4600
4650
  t,
4601
4651
  "clientstylingurl",
4602
4652
  /*clientstylingurl*/
4603
- e[4]
4604
- ), Y(
4653
+ e[5]
4654
+ ), W(
4605
4655
  t,
4606
4656
  "playerid",
4607
4657
  /*playerId*/
4608
- e[7]
4609
- ), Y(
4658
+ e[8]
4659
+ ), W(
4610
4660
  t,
4611
4661
  "tokenid",
4612
4662
  /*smsTokenId*/
4613
- e[8]
4663
+ e[9]
4664
+ ), W(
4665
+ t,
4666
+ "mbsource",
4667
+ /*mbsource*/
4668
+ e[3]
4614
4669
  );
4615
4670
  },
4616
4671
  m(r, n) {
4617
- L(r, t, n);
4672
+ M(r, t, n);
4618
4673
  },
4619
4674
  p(r, n) {
4620
4675
  n[0] & /*endpoint*/
4621
- 1 && Y(
4676
+ 1 && W(
4622
4677
  t,
4623
4678
  "endpoint",
4624
4679
  /*endpoint*/
4625
4680
  r[0]
4626
4681
  ), n[0] & /*number*/
4627
- 512 && Y(
4682
+ 1024 && W(
4628
4683
  t,
4629
4684
  "number",
4630
4685
  /*number*/
4631
- r[9]
4686
+ r[10]
4632
4687
  ), n[0] & /*clientstyling*/
4633
- 8 && Y(
4688
+ 16 && W(
4634
4689
  t,
4635
4690
  "clientstyling",
4636
4691
  /*clientstyling*/
4637
- r[3]
4692
+ r[4]
4638
4693
  ), n[0] & /*clientstylingurl*/
4639
- 16 && Y(
4694
+ 32 && W(
4640
4695
  t,
4641
4696
  "clientstylingurl",
4642
4697
  /*clientstylingurl*/
4643
- r[4]
4698
+ r[5]
4644
4699
  ), n[0] & /*playerId*/
4645
- 128 && Y(
4700
+ 256 && W(
4646
4701
  t,
4647
4702
  "playerid",
4648
4703
  /*playerId*/
4649
- r[7]
4704
+ r[8]
4650
4705
  ), n[0] & /*smsTokenId*/
4651
- 256 && Y(
4706
+ 512 && W(
4652
4707
  t,
4653
4708
  "tokenid",
4654
4709
  /*smsTokenId*/
4655
- r[8]
4710
+ r[9]
4711
+ ), n[0] & /*mbsource*/
4712
+ 8 && W(
4713
+ t,
4714
+ "mbsource",
4715
+ /*mbsource*/
4716
+ r[3]
4656
4717
  );
4657
4718
  },
4658
4719
  d(r) {
@@ -4660,40 +4721,40 @@ function $o(e) {
4660
4721
  }
4661
4722
  };
4662
4723
  }
4663
- function yr(e) {
4724
+ function vr(e) {
4664
4725
  let t, r = (
4665
4726
  /*$_*/
4666
- e[21]("loginUsernameError") + ""
4727
+ e[22]("loginUsernameError") + ""
4667
4728
  ), n;
4668
4729
  return {
4669
4730
  c() {
4670
- t = S("p"), n = N(r), h(t, "class", "InvalidInput");
4731
+ t = x("p"), n = N(r), h(t, "class", "InvalidInput");
4671
4732
  },
4672
4733
  m(i, o) {
4673
- L(i, t, o), m(t, n);
4734
+ M(i, t, o), m(t, n);
4674
4735
  },
4675
4736
  p(i, o) {
4676
4737
  o[0] & /*$_*/
4677
- 2097152 && r !== (r = /*$_*/
4678
- i[21]("loginUsernameError") + "") && te(n, r);
4738
+ 4194304 && r !== (r = /*$_*/
4739
+ i[22]("loginUsernameError") + "") && te(n, r);
4679
4740
  },
4680
4741
  d(i) {
4681
4742
  i && I(t);
4682
4743
  }
4683
4744
  };
4684
4745
  }
4685
- function Go(e) {
4746
+ function $o(e) {
4686
4747
  let t, r, n, i, o, s, a, c, l;
4687
4748
  return {
4688
4749
  c() {
4689
- t = O("svg"), r = O("defs"), n = O("style"), i = N(".a{fill:var(--emw--registration-typography, var(--emw--color-background, #07072A));}"), o = O("g"), s = O("path"), a = O("circle"), h(s, "class", "a"), h(s, "d", "M23.541,38.332a11.467,11.467,0,0,1-4.886-1.611,34.413,34.413,0,0,1-3.976-2.469,1.1,1.1,0,0,1-.494-.936,1.21,1.21,0,0,1,.442-.962A37.986,37.986,0,0,1,18.6,29.625a16.06,16.06,0,0,1,2.521-1.248,6.862,6.862,0,0,1,2.417-.546,6.862,6.862,0,0,1,2.417.546,20.541,20.541,0,0,1,2.547,1.248,45.872,45.872,0,0,1,4.054,2.729,1.159,1.159,0,0,1,.468.962,1.067,1.067,0,0,1-.52.936,36.353,36.353,0,0,1-4.054,2.469A11.2,11.2,0,0,1,23.541,38.332Zm0-9.46a9.813,9.813,0,0,0-4.392,1.663,44.138,44.138,0,0,0-3.873,2.651.13.13,0,0,0,0,.208,36.5,36.5,0,0,0,3.873,2.391,10.372,10.372,0,0,0,4.392,1.481,11.051,11.051,0,0,0,4.444-1.481,40.2,40.2,0,0,0,3.925-2.391.13.13,0,0,0,0-.208h0a34.132,34.132,0,0,0-3.925-2.651A10.072,10.072,0,0,0,23.541,28.872Z"), h(s, "transform", "translate(0)"), h(a, "class", "a"), h(a, "cx", "2.779"), h(a, "cy", "2.779"), h(a, "r", "2.779"), h(a, "transform", "translate(20.827 30.303)"), h(o, "transform", "translate(-14.185 -27.832)"), h(t, "class", "TogglePasswordVisibility"), h(t, "xmlns", "http://www.w3.org/2000/svg"), h(t, "width", "18.843"), h(t, "height", "10.5"), h(t, "viewBox", "0 0 18.843 10.5");
4750
+ t = L("svg"), r = L("defs"), n = L("style"), i = N(".a{fill:var(--emw--registration-typography, var(--emw--color-background, #07072A));}"), o = L("g"), s = L("path"), a = L("circle"), h(s, "class", "a"), h(s, "d", "M23.541,38.332a11.467,11.467,0,0,1-4.886-1.611,34.413,34.413,0,0,1-3.976-2.469,1.1,1.1,0,0,1-.494-.936,1.21,1.21,0,0,1,.442-.962A37.986,37.986,0,0,1,18.6,29.625a16.06,16.06,0,0,1,2.521-1.248,6.862,6.862,0,0,1,2.417-.546,6.862,6.862,0,0,1,2.417.546,20.541,20.541,0,0,1,2.547,1.248,45.872,45.872,0,0,1,4.054,2.729,1.159,1.159,0,0,1,.468.962,1.067,1.067,0,0,1-.52.936,36.353,36.353,0,0,1-4.054,2.469A11.2,11.2,0,0,1,23.541,38.332Zm0-9.46a9.813,9.813,0,0,0-4.392,1.663,44.138,44.138,0,0,0-3.873,2.651.13.13,0,0,0,0,.208,36.5,36.5,0,0,0,3.873,2.391,10.372,10.372,0,0,0,4.392,1.481,11.051,11.051,0,0,0,4.444-1.481,40.2,40.2,0,0,0,3.925-2.391.13.13,0,0,0,0-.208h0a34.132,34.132,0,0,0-3.925-2.651A10.072,10.072,0,0,0,23.541,28.872Z"), h(s, "transform", "translate(0)"), h(a, "class", "a"), h(a, "cx", "2.779"), h(a, "cy", "2.779"), h(a, "r", "2.779"), h(a, "transform", "translate(20.827 30.303)"), h(o, "transform", "translate(-14.185 -27.832)"), h(t, "class", "TogglePasswordVisibility"), h(t, "xmlns", "http://www.w3.org/2000/svg"), h(t, "width", "18.843"), h(t, "height", "10.5"), h(t, "viewBox", "0 0 18.843 10.5");
4690
4751
  },
4691
4752
  m(u, f) {
4692
- L(u, t, f), m(t, r), m(r, n), m(n, i), m(t, o), m(o, s), m(o, a), c || (l = se(
4753
+ M(u, t, f), m(t, r), m(r, n), m(n, i), m(t, o), m(o, s), m(o, a), c || (l = oe(
4693
4754
  t,
4694
4755
  "click",
4695
4756
  /*click_handler_2*/
4696
- e[37]
4757
+ e[38]
4697
4758
  ), c = !0);
4698
4759
  },
4699
4760
  p: Z,
@@ -4706,84 +4767,84 @@ function jo(e) {
4706
4767
  let t, r, n, i, o, s, a, c, l, u, f, d, b, y, g;
4707
4768
  return {
4708
4769
  c() {
4709
- t = O("svg"), r = O("defs"), n = O("style"), i = N(".a{fill:var(--emw--registration-typography, var(--emw--color-background, #07072A));}"), o = O("g"), s = O("circle"), a = O("g"), c = O("path"), l = O("path"), u = O("g"), f = O("path"), d = O("path"), b = O("rect"), h(s, "class", "a"), h(s, "cx", "0.05"), h(s, "cy", "0.05"), h(s, "r", "0.05"), h(s, "transform", "translate(121.017 31.148)"), h(c, "class", "a"), h(c, "d", "M147.413,43.174a2.774,2.774,0,0,0-3.229-3.943Z"), h(c, "transform", "translate(-142.164 -39.123)"), h(l, "class", "a"), h(l, "d", "M137.031,43.1a2.778,2.778,0,0,0,3.447,4.209Z"), h(l, "transform", "translate(-136.413 -42.068)"), h(a, "transform", "translate(117.499 27.37)"), h(f, "class", "a"), h(f, "d", "M122.538,42.061a7.043,7.043,0,0,1-2.325.53,10.373,10.373,0,0,1-4.393-1.482,36.509,36.509,0,0,1-3.873-2.391.13.13,0,0,1,0-.208,44.141,44.141,0,0,1,3.873-2.651c.394-.233.768-.437,1.13-.622l-.686-.838c-.322.167-.651.347-.99.55a37.989,37.989,0,0,0-3.977,2.729,1.21,1.21,0,0,0-.442.962,1.1,1.1,0,0,0,.494.936,34.416,34.416,0,0,0,3.977,2.469,11.468,11.468,0,0,0,4.886,1.611,8.427,8.427,0,0,0,3.039-.725Z"), h(f, "transform", "translate(-110.856 -33.157)"), h(d, "class", "a"), h(d, "d", "M149.119,34.14a45.875,45.875,0,0,0-4.055-2.729,20.541,20.541,0,0,0-2.547-1.248,5.6,5.6,0,0,0-4.79-.017l.7.856a5.254,5.254,0,0,1,1.672-.346,10.072,10.072,0,0,1,4.445,1.663,34.132,34.132,0,0,1,3.925,2.651.13.13,0,0,1,0,.208,40.2,40.2,0,0,1-3.925,2.391c-.179.092-.352.176-.525.26l.684.835c.1-.054.2-.1.309-.159a36.356,36.356,0,0,0,4.055-2.469,1.067,1.067,0,0,0,.52-.936A1.159,1.159,0,0,0,149.119,34.14Z"), h(d, "transform", "translate(-130.743 -29.617)"), h(u, "transform", "translate(110.856 24.899)"), h(b, "class", "a"), h(b, "width", "0.972"), h(b, "height", "15.861"), h(b, "rx", "0.486"), h(b, "transform", "translate(114.827 23.858) rotate(-39.315)"), h(o, "transform", "translate(-110.856 -23.242)"), h(t, "class", "TogglePasswordVisibility"), h(t, "xmlns", "http://www.w3.org/2000/svg"), h(t, "width", "18.844"), h(t, "height", "12.887"), h(t, "viewBox", "0 0 18.844 12.887");
4770
+ t = L("svg"), r = L("defs"), n = L("style"), i = N(".a{fill:var(--emw--registration-typography, var(--emw--color-background, #07072A));}"), o = L("g"), s = L("circle"), a = L("g"), c = L("path"), l = L("path"), u = L("g"), f = L("path"), d = L("path"), b = L("rect"), h(s, "class", "a"), h(s, "cx", "0.05"), h(s, "cy", "0.05"), h(s, "r", "0.05"), h(s, "transform", "translate(121.017 31.148)"), h(c, "class", "a"), h(c, "d", "M147.413,43.174a2.774,2.774,0,0,0-3.229-3.943Z"), h(c, "transform", "translate(-142.164 -39.123)"), h(l, "class", "a"), h(l, "d", "M137.031,43.1a2.778,2.778,0,0,0,3.447,4.209Z"), h(l, "transform", "translate(-136.413 -42.068)"), h(a, "transform", "translate(117.499 27.37)"), h(f, "class", "a"), h(f, "d", "M122.538,42.061a7.043,7.043,0,0,1-2.325.53,10.373,10.373,0,0,1-4.393-1.482,36.509,36.509,0,0,1-3.873-2.391.13.13,0,0,1,0-.208,44.141,44.141,0,0,1,3.873-2.651c.394-.233.768-.437,1.13-.622l-.686-.838c-.322.167-.651.347-.99.55a37.989,37.989,0,0,0-3.977,2.729,1.21,1.21,0,0,0-.442.962,1.1,1.1,0,0,0,.494.936,34.416,34.416,0,0,0,3.977,2.469,11.468,11.468,0,0,0,4.886,1.611,8.427,8.427,0,0,0,3.039-.725Z"), h(f, "transform", "translate(-110.856 -33.157)"), h(d, "class", "a"), h(d, "d", "M149.119,34.14a45.875,45.875,0,0,0-4.055-2.729,20.541,20.541,0,0,0-2.547-1.248,5.6,5.6,0,0,0-4.79-.017l.7.856a5.254,5.254,0,0,1,1.672-.346,10.072,10.072,0,0,1,4.445,1.663,34.132,34.132,0,0,1,3.925,2.651.13.13,0,0,1,0,.208,40.2,40.2,0,0,1-3.925,2.391c-.179.092-.352.176-.525.26l.684.835c.1-.054.2-.1.309-.159a36.356,36.356,0,0,0,4.055-2.469,1.067,1.067,0,0,0,.52-.936A1.159,1.159,0,0,0,149.119,34.14Z"), h(d, "transform", "translate(-130.743 -29.617)"), h(u, "transform", "translate(110.856 24.899)"), h(b, "class", "a"), h(b, "width", "0.972"), h(b, "height", "15.861"), h(b, "rx", "0.486"), h(b, "transform", "translate(114.827 23.858) rotate(-39.315)"), h(o, "transform", "translate(-110.856 -23.242)"), h(t, "class", "TogglePasswordVisibility"), h(t, "xmlns", "http://www.w3.org/2000/svg"), h(t, "width", "18.844"), h(t, "height", "12.887"), h(t, "viewBox", "0 0 18.844 12.887");
4710
4771
  },
4711
- m(x, M) {
4712
- L(x, t, M), m(t, r), m(r, n), m(n, i), m(t, o), m(o, s), m(o, a), m(a, c), m(a, l), m(o, u), m(u, f), m(u, d), m(o, b), y || (g = se(
4772
+ m(S, C) {
4773
+ M(S, t, C), m(t, r), m(r, n), m(n, i), m(t, o), m(o, s), m(o, a), m(a, c), m(a, l), m(o, u), m(u, f), m(u, d), m(o, b), y || (g = oe(
4713
4774
  t,
4714
4775
  "click",
4715
4776
  /*click_handler_1*/
4716
- e[36]
4777
+ e[37]
4717
4778
  ), y = !0);
4718
4779
  },
4719
4780
  p: Z,
4720
- d(x) {
4721
- x && I(t), y = !1, g();
4781
+ d(S) {
4782
+ S && I(t), y = !1, g();
4722
4783
  }
4723
4784
  };
4724
4785
  }
4725
- function _r(e) {
4786
+ function yr(e) {
4726
4787
  let t, r = (
4727
4788
  /*$_*/
4728
- e[21]("loginPasswordError") + ""
4789
+ e[22]("loginPasswordError") + ""
4729
4790
  ), n;
4730
4791
  return {
4731
4792
  c() {
4732
- t = S("p"), n = N(r), h(t, "class", "InvalidInput");
4793
+ t = x("p"), n = N(r), h(t, "class", "InvalidInput");
4733
4794
  },
4734
4795
  m(i, o) {
4735
- L(i, t, o), m(t, n);
4796
+ M(i, t, o), m(t, n);
4736
4797
  },
4737
4798
  p(i, o) {
4738
4799
  o[0] & /*$_*/
4739
- 2097152 && r !== (r = /*$_*/
4740
- i[21]("loginPasswordError") + "") && te(n, r);
4800
+ 4194304 && r !== (r = /*$_*/
4801
+ i[22]("loginPasswordError") + "") && te(n, r);
4741
4802
  },
4742
4803
  d(i) {
4743
4804
  i && I(t);
4744
4805
  }
4745
4806
  };
4746
4807
  }
4747
- function Er(e) {
4808
+ function _r(e) {
4748
4809
  let t, r = (
4749
4810
  /*$_*/
4750
- e[21]("loginSimplePasswordError") + ""
4811
+ e[22]("loginSimplePasswordError") + ""
4751
4812
  ), n;
4752
4813
  return {
4753
4814
  c() {
4754
- t = S("p"), n = N(r), h(t, "class", "InvalidInput");
4815
+ t = x("p"), n = N(r), h(t, "class", "InvalidInput");
4755
4816
  },
4756
4817
  m(i, o) {
4757
- L(i, t, o), m(t, n);
4818
+ M(i, t, o), m(t, n);
4758
4819
  },
4759
4820
  p(i, o) {
4760
4821
  o[0] & /*$_*/
4761
- 2097152 && r !== (r = /*$_*/
4762
- i[21]("loginSimplePasswordError") + "") && te(n, r);
4822
+ 4194304 && r !== (r = /*$_*/
4823
+ i[22]("loginSimplePasswordError") + "") && te(n, r);
4763
4824
  },
4764
4825
  d(i) {
4765
4826
  i && I(t);
4766
4827
  }
4767
4828
  };
4768
4829
  }
4769
- function wr(e) {
4830
+ function Er(e) {
4770
4831
  let t, r;
4771
4832
  return {
4772
4833
  c() {
4773
- t = S("p"), r = N(
4834
+ t = x("p"), r = N(
4774
4835
  /*errorMessage*/
4775
- e[15]
4836
+ e[16]
4776
4837
  ), h(t, "class", "ErrorMessage");
4777
4838
  },
4778
4839
  m(n, i) {
4779
- L(n, t, i), m(t, r);
4840
+ M(n, t, i), m(t, r);
4780
4841
  },
4781
4842
  p(n, i) {
4782
4843
  i[0] & /*errorMessage*/
4783
- 32768 && te(
4844
+ 65536 && te(
4784
4845
  r,
4785
4846
  /*errorMessage*/
4786
- n[15]
4847
+ n[16]
4787
4848
  );
4788
4849
  },
4789
4850
  d(n) {
@@ -4794,18 +4855,18 @@ function wr(e) {
4794
4855
  function Vo(e) {
4795
4856
  let t, r, n, i, o, s = (
4796
4857
  /*captchakey*/
4797
- e[1] && vr(e)
4858
+ e[1] && br(e)
4798
4859
  );
4799
4860
  function a(u, f) {
4800
4861
  return (
4801
4862
  /*isLoading*/
4802
- u[16] ? Do : Fo
4863
+ u[17] ? Do : Fo
4803
4864
  );
4804
4865
  }
4805
4866
  let c = a(e), l = c(e);
4806
4867
  return {
4807
4868
  c() {
4808
- s && s.c(), t = mn(), r = z(), n = S("div"), i = z(), o = S("div"), l.c(), h(n, "class", "g-recaptcha"), h(
4869
+ s && s.c(), t = hn(), r = j(), n = x("div"), i = j(), o = x("div"), l.c(), h(n, "class", "g-recaptcha"), h(
4809
4870
  n,
4810
4871
  "data-sitekey",
4811
4872
  /*captchakey*/
@@ -4813,11 +4874,11 @@ function Vo(e) {
4813
4874
  ), h(o, "class", "PlayerLoginFormWrapper");
4814
4875
  },
4815
4876
  m(u, f) {
4816
- s && s.m(br.head, null), m(br.head, t), L(u, r, f), L(u, n, f), L(u, i, f), L(u, o, f), l.m(o, null), e[40](o);
4877
+ s && s.m(document.head, null), m(document.head, t), M(u, r, f), M(u, n, f), M(u, i, f), M(u, o, f), l.m(o, null), e[41](o);
4817
4878
  },
4818
4879
  p(u, f) {
4819
4880
  /*captchakey*/
4820
- u[1] ? s ? s.p(u, f) : (s = vr(u), s.c(), s.m(t.parentNode, t)) : s && (s.d(1), s = null), f[0] & /*captchakey*/
4881
+ u[1] ? s ? s.p(u, f) : (s = br(u), s.c(), s.m(t.parentNode, t)) : s && (s.d(1), s = null), f[0] & /*captchakey*/
4821
4882
  2 && h(
4822
4883
  n,
4823
4884
  "data-sitekey",
@@ -4828,89 +4889,89 @@ function Vo(e) {
4828
4889
  i: Z,
4829
4890
  o: Z,
4830
4891
  d(u) {
4831
- u && (I(r), I(n), I(i), I(o)), s && s.d(u), I(t), l.d(), e[40](null);
4892
+ u && (I(r), I(n), I(i), I(o)), s && s.d(u), I(t), l.d(), e[41](null);
4832
4893
  }
4833
4894
  };
4834
4895
  }
4835
4896
  let zo = "Please use this code {0} to activate your account";
4836
4897
  function Xo(e, t, r) {
4837
4898
  let n;
4838
- un(e, Lo, (p) => r(21, n = p));
4839
- let { endpoint: i = "" } = t, { captchakey: o = "" } = t, { lang: s = "en" } = t, { smsverification: a = "false" } = t, { simplepasswordvalidation: c = "false" } = t, { clientstyling: l = "" } = t, { clientstylingurl: u = "" } = t, { translationurl: f = "" } = t, { savecredentials: d = "" } = t, b, y, g = !1, x, M = !1, q = window.navigator.userAgent, H = "", R = "", G = { username: "", password: "" }, J = !1, B = !1, ie = "", re = !1, ne, fe = !1, A = !0, W, be = +localStorage.getItem("smsTimer") || 0, Re = Date.now() / 1e3 - be, Ue = localStorage.getItem("smsValidation") == "true" && Re < 60, oe = {
4899
+ an(e, Io, (p) => r(22, n = p));
4900
+ let { endpoint: i = "" } = t, { captchakey: o = "" } = t, { lang: s = "en" } = t, { smsverification: a = "false" } = t, { simplepasswordvalidation: c = "false" } = t, { mbsource: l } = t, { clientstyling: u = "" } = t, { clientstylingurl: f = "" } = t, { translationurl: d = "" } = t, { savecredentials: b = "" } = t, y, g, S = !1, C, z = !1, R = window.navigator.userAgent, U = "", A = "", re = { username: "", password: "" }, H = !1, ie = !1, he = "", J = !1, le, B = !1, ne = !0, X, Fe = +localStorage.getItem("smsTimer") || 0, Ze = Date.now() / 1e3 - Fe, fe = localStorage.getItem("smsValidation") == "true" && Ze < 60, de = {
4840
4901
  user: /^(?!(?:.*\d){9})(?=(?:.*[a-zA-Z]){4})^[a-zA-Z\d]*$/,
4841
4902
  email: /^[^<>()*{}=/|?`~[\]\\,;:\%#^\s@\"$&!@]+@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z0-9]+\.)+[a-zA-Z]{2,}))$/i,
4842
4903
  password: /^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=.*?[^\w\s]).{8,20}$/
4843
4904
  };
4844
4905
  No({ withLocale: "en", translations: {} });
4845
- const qe = () => {
4846
- fetch(f).then(($) => $.json()).then(($) => {
4847
- Object.keys($).forEach((j) => {
4848
- pr(j, $[j]);
4906
+ const O = () => {
4907
+ fetch(d).then((q) => q.json()).then((q) => {
4908
+ Object.keys(q).forEach((ee) => {
4909
+ pr(ee, q[ee]);
4849
4910
  });
4850
- }).catch(($) => {
4851
- console.log($);
4911
+ }).catch((q) => {
4912
+ console.log(q);
4852
4913
  });
4853
4914
  };
4854
4915
  Object.keys(gr).forEach((p) => {
4855
4916
  pr(p, gr[p]);
4856
4917
  });
4857
- const C = () => new Promise((p, $) => {
4918
+ const ye = () => new Promise((p, q) => {
4858
4919
  grecaptcha.ready(() => {
4859
- grecaptcha.execute(o, { action: "submit" }).then((j) => {
4860
- p(j);
4920
+ grecaptcha.execute(o, { action: "submit" }).then((ee) => {
4921
+ p(ee);
4861
4922
  });
4862
4923
  });
4863
- }), ve = () => {
4864
- c == "true" && (oe.password = /^(?!.* ).{8,20}$/);
4865
- }, Fe = () => {
4866
- r(18, fe = !0), _e();
4867
- }, ye = () => {
4868
- r(18, fe = !1), _e();
4924
+ }), qe = () => {
4925
+ c == "true" && (de.password = /^(?!.* ).{8,20}$/);
4869
4926
  }, _e = () => {
4870
- r(17, ne.type = fe ? "text" : "password", ne);
4871
- }, de = () => {
4927
+ r(19, B = !0), me();
4928
+ }, Ee = () => {
4929
+ r(19, B = !1), me();
4930
+ }, me = () => {
4931
+ r(18, le.type = B ? "text" : "password", le);
4932
+ }, De = () => {
4872
4933
  window.postMessage({ type: "ToRegister" }, window.location.href);
4873
- }, De = (p) => {
4934
+ }, we = (p) => {
4874
4935
  p.preventDefault(), window.postMessage({ type: "NavForgotPassword" }, window.location.href);
4875
- }, me = (p) => {
4876
- p?.preventDefault(), C().then(($) => {
4877
- K(H) && pe(R) && (G = {
4878
- username: H,
4879
- password: R,
4880
- token: $
4881
- }, r(16, re = !0), $e(G));
4936
+ }, Q = (p) => {
4937
+ p?.preventDefault(), ye().then((q) => {
4938
+ pe(U) && xe(A) && (re = {
4939
+ username: U,
4940
+ password: A,
4941
+ token: q
4942
+ }, r(17, J = !0), Ge(re));
4882
4943
  });
4883
- }, K = (p) => !!((oe.user.test(p) || oe.email.test(p)) && p.length <= 100), pe = (p) => !!oe.password.test(p), ke = () => {
4884
- r(13, J = !K(H)), r(19, A = !(!J && !B && R));
4885
- }, Je = () => {
4886
- r(14, B = !pe(R)), r(19, A = !(!J && !B && H));
4887
- }, ue = (p) => {
4944
+ }, pe = (p) => !!((de.user.test(p) || de.email.test(p)) && p.length <= 100), xe = (p) => !!de.password.test(p), Je = () => {
4945
+ r(14, H = !pe(U)), r(20, ne = !(!H && !ie && A));
4946
+ }, ge = () => {
4947
+ r(15, ie = !xe(A)), r(20, ne = !(!H && !ie && U));
4948
+ }, be = (p) => {
4888
4949
  if (p.data)
4889
4950
  switch (p.data.type) {
4890
4951
  case "ModalLoader":
4891
- r(16, re = !1);
4952
+ r(17, J = !1);
4892
4953
  break;
4893
4954
  case "UserSessionID":
4894
- r(16, re = !1);
4955
+ r(17, J = !1);
4895
4956
  break;
4896
4957
  case "SmsHasBeenValidated":
4897
- me();
4958
+ Q();
4898
4959
  break;
4899
4960
  }
4900
- }, Ee = (p) => {
4961
+ }, ke = (p) => {
4901
4962
  typeof gtag == "function" && gtag("event", "Login", {
4902
4963
  context: "GeneralPlayerLoginRegisterPage"
4903
4964
  });
4904
- }, $e = async ({ username: p, password: $, token: j }) => {
4965
+ }, Ge = async ({ username: p, password: q, token: ee }) => {
4905
4966
  let Ke = {
4906
4967
  "Content-Type": "application/json",
4907
- "g-recaptcha-response": j
4908
- }, et = { username: p, password: $ }, an = {
4968
+ "g-recaptcha-response": ee
4969
+ }, et = { username: p, password: q }, on = {
4909
4970
  method: "POST",
4910
4971
  headers: Ke,
4911
4972
  body: JSON.stringify(et)
4912
4973
  };
4913
- fetch(`${i}/v1/player/login/player`, an).then((V) => (V.status >= 500 && (r(15, ie = "Server might not be responsing"), r(16, re = !1), window.postMessage(
4974
+ fetch(`${i}/v1/player/login/player`, on).then(($) => ($.status >= 500 && (r(16, he = "Server might not be responsing"), r(17, J = !1), window.postMessage(
4914
4975
  {
4915
4976
  type: "WidgetNotification",
4916
4977
  data: {
@@ -4919,13 +4980,13 @@ function Xo(e, t, r) {
4919
4980
  }
4920
4981
  },
4921
4982
  window.location.href
4922
- )), V.json())).then((V) => {
4923
- if (V.actions !== void 0 && window.postMessage({ type: "PlayerActions" }, window.location.href), a === "true" && V.code === 4 && (r(7, b = V.detail.userId), r(9, x = V.detail.phonePrefix + V.detail.phone), r(20, Ue = !0), Ge(x, b), localStorage.setItem("smsValidation", "true"), localStorage.setItem("playerData", JSON.stringify({ playerid: b, number: x }))), V.sessionID) {
4983
+ )), $.json())).then(($) => {
4984
+ if ($.actions !== void 0 && window.postMessage({ type: "PlayerActions" }, window.location.href), a === "true" && $.code === 4 && (r(8, y = $.detail.userId), r(10, C = $.detail.phonePrefix + $.detail.phone), r(21, fe = !0), Qe(C, y), localStorage.setItem("smsValidation", "true"), localStorage.setItem("playerData", JSON.stringify({ playerid: y, number: C }))), $.sessionID) {
4924
4985
  if (window.postMessage(
4925
4986
  {
4926
4987
  type: "UserSessionID",
4927
- session: V.sessionID,
4928
- userid: V.universalID
4988
+ session: $.sessionID,
4989
+ userid: $.universalID
4929
4990
  },
4930
4991
  window.location.href
4931
4992
  ), window.postMessage(
@@ -4937,27 +4998,27 @@ function Xo(e, t, r) {
4937
4998
  }
4938
4999
  },
4939
5000
  window.location.href
4940
- ), window.PasswordCredential && d == "true") {
4941
- const je = new PasswordCredential({
5001
+ ), window.PasswordCredential && b == "true") {
5002
+ const $e = new PasswordCredential({
4942
5003
  password: et.password,
4943
5004
  id: et.username
4944
5005
  });
4945
- navigator.credentials.store(je);
5006
+ navigator.credentials.store($e);
4946
5007
  }
4947
- Ee();
5008
+ ke();
4948
5009
  } else
4949
5010
  try {
4950
- let je = V.error;
4951
- r(15, ie = je), r(16, re = !1), window.postMessage(
5011
+ let $e = $.error;
5012
+ r(16, he = $e), r(17, J = !1), window.postMessage(
4952
5013
  {
4953
5014
  type: "WidgetNotification",
4954
- data: { type: "error", message: je }
5015
+ data: { type: "error", message: $e }
4955
5016
  },
4956
5017
  window.location.href
4957
5018
  );
4958
5019
  } catch {
4959
- let zt = V.error.substring(V.error.indexOf("errorMessage") + 13, V.error.length);
4960
- r(15, ie = zt), r(16, re = !1), window.postMessage(
5020
+ let zt = $.error.substring($.error.indexOf("errorMessage") + 13, $.error.length);
5021
+ r(16, he = zt), r(17, J = !1), window.postMessage(
4961
5022
  {
4962
5023
  type: "WidgetNotification",
4963
5024
  data: { type: "error", message: zt }
@@ -4966,142 +5027,128 @@ function Xo(e, t, r) {
4966
5027
  );
4967
5028
  }
4968
5029
  });
4969
- }, Ge = async (p, $) => {
5030
+ }, Qe = async (p, q) => {
4970
5031
  localStorage.setItem("smsTimer", JSON.stringify(Math.floor(Date.now() / 1e3)));
4971
5032
  try {
4972
- const j = await fetch(`${i}/v1/player/sms/token`, {
5033
+ const ee = await fetch(`${i}/v1/player/sms/token`, {
4973
5034
  method: "POST",
4974
5035
  headers: {
4975
5036
  "Content-Type": "application/json",
4976
5037
  accept: "application/json"
4977
5038
  },
4978
5039
  body: JSON.stringify({
4979
- userId: $,
5040
+ userId: q,
4980
5041
  messageTemplate: zo,
4981
5042
  destination: p
4982
5043
  })
4983
- }), Ke = await j.json();
4984
- if (j.ok) {
4985
- r(8, y = Ke.id);
5044
+ }), Ke = await ee.json();
5045
+ if (ee.ok) {
5046
+ r(9, g = Ke.id);
4986
5047
  let et = Ke.maxValidationAttempts;
4987
- g = !1;
5048
+ S = !1;
4988
5049
  } else
4989
- throw g = !0, new Error("Failed to fetch");
4990
- } catch (j) {
4991
- g = !0, console.error(j);
5050
+ throw S = !0, new Error("Failed to fetch");
5051
+ } catch (ee) {
5052
+ S = !0, console.error(ee);
4992
5053
  }
4993
- }, Qe = () => {
5054
+ }, F = () => {
4994
5055
  Ro(s);
4995
- }, U = () => {
4996
- let p = document.createElement("style");
4997
- p.innerHTML = l, W.appendChild(p);
4998
- }, Ye = () => {
4999
- let p = new URL(u), $ = document.createElement("style");
5000
- fetch(p.href).then((j) => j.text()).then((j) => {
5001
- $.innerHTML = j, setTimeout(
5002
- () => {
5003
- W.appendChild($);
5004
- },
5005
- 1
5006
- ), setTimeout(
5007
- () => {
5008
- },
5009
- 500
5010
- );
5011
- });
5012
5056
  };
5013
- vn(() => (window.addEventListener("message", ue, !1), window.postMessage({ type: "LoginRegisterModalActive" }, window.location.href), r(10, M = Mo(q)), () => {
5014
- window.removeEventListener("message", ue);
5057
+ pn(() => (window.addEventListener("message", be, !1), window.postMessage({ type: "LoginRegisterModalActive" }, window.location.href), r(11, z = Co(R)), () => {
5058
+ window.removeEventListener("message", be);
5015
5059
  }));
5016
- const we = () => de();
5017
- function Q() {
5018
- H = this.value, r(11, H);
5060
+ const Ye = () => De();
5061
+ function Se() {
5062
+ U = this.value, r(12, U);
5019
5063
  }
5020
- function F() {
5021
- R = this.value, r(12, R);
5064
+ function Y() {
5065
+ A = this.value, r(13, A);
5022
5066
  }
5023
5067
  function D(p) {
5024
5068
  ut[p ? "unshift" : "push"](() => {
5025
- ne = p, r(17, ne);
5069
+ le = p, r(18, le);
5026
5070
  });
5027
5071
  }
5028
- const k = () => ye(), v = () => Fe(), P = (p) => me(p), on = (p) => De(p);
5029
- function sn(p) {
5072
+ const k = () => Ee(), G = () => _e(), v = (p) => Q(p), P = (p) => we(p);
5073
+ function nn(p) {
5030
5074
  ut[p ? "unshift" : "push"](() => {
5031
- W = p, r(6, W);
5075
+ X = p, r(7, X);
5032
5076
  });
5033
5077
  }
5034
5078
  return e.$$set = (p) => {
5035
- "endpoint" in p && r(0, i = p.endpoint), "captchakey" in p && r(1, o = p.captchakey), "lang" in p && r(29, s = p.lang), "smsverification" in p && r(30, a = p.smsverification), "simplepasswordvalidation" in p && r(2, c = p.simplepasswordvalidation), "clientstyling" in p && r(3, l = p.clientstyling), "clientstylingurl" in p && r(4, u = p.clientstylingurl), "translationurl" in p && r(31, f = p.translationurl), "savecredentials" in p && r(5, d = p.savecredentials);
5079
+ "endpoint" in p && r(0, i = p.endpoint), "captchakey" in p && r(1, o = p.captchakey), "lang" in p && r(30, s = p.lang), "smsverification" in p && r(31, a = p.smsverification), "simplepasswordvalidation" in p && r(2, c = p.simplepasswordvalidation), "mbsource" in p && r(3, l = p.mbsource), "clientstyling" in p && r(4, u = p.clientstyling), "clientstylingurl" in p && r(5, f = p.clientstylingurl), "translationurl" in p && r(32, d = p.translationurl), "savecredentials" in p && r(6, b = p.savecredentials);
5036
5080
  }, e.$$.update = () => {
5037
5081
  e.$$.dirty[0] & /*endpoint, lang*/
5038
- 536870913 && i && s && Qe(), e.$$.dirty[0] & /*simplepasswordvalidation*/
5039
- 4 && c && ve(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
5040
- 72 && l && W && U(), e.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
5041
- 80 && u && W && Ye(), e.$$.dirty[1] & /*translationurl*/
5042
- 1 && f && qe();
5082
+ 1073741825 && i && s && F(), e.$$.dirty[0] & /*simplepasswordvalidation*/
5083
+ 4 && c && qe(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
5084
+ 144 && u && X && Oo(X, u), e.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
5085
+ 160 && f && X && Lo(X, f), e.$$.dirty[0] & /*mbsource, customStylingContainer*/
5086
+ 136 && l && X && Mo(X, `${l}.Style`), e.$$.dirty[1] & /*translationurl*/
5087
+ 2 && d && O();
5043
5088
  }, [
5044
5089
  i,
5045
5090
  o,
5046
5091
  c,
5047
5092
  l,
5048
5093
  u,
5049
- d,
5050
- W,
5094
+ f,
5051
5095
  b,
5096
+ X,
5052
5097
  y,
5053
- x,
5054
- M,
5098
+ g,
5099
+ C,
5100
+ z,
5101
+ U,
5102
+ A,
5055
5103
  H,
5056
- R,
5104
+ ie,
5105
+ he,
5057
5106
  J,
5107
+ le,
5058
5108
  B,
5059
- ie,
5060
- re,
5061
5109
  ne,
5062
5110
  fe,
5063
- A,
5064
- Ue,
5065
5111
  n,
5066
- Fe,
5067
- ye,
5068
- de,
5112
+ _e,
5113
+ Ee,
5069
5114
  De,
5070
- me,
5071
- ke,
5115
+ we,
5116
+ Q,
5072
5117
  Je,
5118
+ ge,
5073
5119
  s,
5074
5120
  a,
5075
- f,
5076
- we,
5077
- Q,
5078
- F,
5121
+ d,
5122
+ Ye,
5123
+ Se,
5124
+ Y,
5079
5125
  D,
5080
5126
  k,
5127
+ G,
5081
5128
  v,
5082
5129
  P,
5083
- on,
5084
- sn
5130
+ nn
5085
5131
  ];
5086
5132
  }
5087
- class Wo extends In {
5133
+ class Wo extends Hn {
5088
5134
  constructor(t) {
5089
- super(), Bn(
5135
+ super(), Pn(
5090
5136
  this,
5091
5137
  t,
5092
5138
  Xo,
5093
5139
  Vo,
5094
- Sr,
5140
+ xr,
5095
5141
  {
5096
5142
  endpoint: 0,
5097
5143
  captchakey: 1,
5098
- lang: 29,
5099
- smsverification: 30,
5144
+ lang: 30,
5145
+ smsverification: 31,
5100
5146
  simplepasswordvalidation: 2,
5101
- clientstyling: 3,
5102
- clientstylingurl: 4,
5103
- translationurl: 31,
5104
- savecredentials: 5
5147
+ mbsource: 3,
5148
+ clientstyling: 4,
5149
+ clientstylingurl: 5,
5150
+ translationurl: 32,
5151
+ savecredentials: 6
5105
5152
  },
5106
5153
  Uo,
5107
5154
  [-1, -1]
@@ -5111,83 +5158,92 @@ class Wo extends In {
5111
5158
  return this.$$.ctx[0];
5112
5159
  }
5113
5160
  set endpoint(t) {
5114
- this.$$set({ endpoint: t }), ee();
5161
+ this.$$set({ endpoint: t }), K();
5115
5162
  }
5116
5163
  get captchakey() {
5117
5164
  return this.$$.ctx[1];
5118
5165
  }
5119
5166
  set captchakey(t) {
5120
- this.$$set({ captchakey: t }), ee();
5167
+ this.$$set({ captchakey: t }), K();
5121
5168
  }
5122
5169
  get lang() {
5123
- return this.$$.ctx[29];
5170
+ return this.$$.ctx[30];
5124
5171
  }
5125
5172
  set lang(t) {
5126
- this.$$set({ lang: t }), ee();
5173
+ this.$$set({ lang: t }), K();
5127
5174
  }
5128
5175
  get smsverification() {
5129
- return this.$$.ctx[30];
5176
+ return this.$$.ctx[31];
5130
5177
  }
5131
5178
  set smsverification(t) {
5132
- this.$$set({ smsverification: t }), ee();
5179
+ this.$$set({ smsverification: t }), K();
5133
5180
  }
5134
5181
  get simplepasswordvalidation() {
5135
5182
  return this.$$.ctx[2];
5136
5183
  }
5137
5184
  set simplepasswordvalidation(t) {
5138
- this.$$set({ simplepasswordvalidation: t }), ee();
5185
+ this.$$set({ simplepasswordvalidation: t }), K();
5139
5186
  }
5140
- get clientstyling() {
5187
+ get mbsource() {
5141
5188
  return this.$$.ctx[3];
5142
5189
  }
5190
+ set mbsource(t) {
5191
+ this.$$set({ mbsource: t }), K();
5192
+ }
5193
+ get clientstyling() {
5194
+ return this.$$.ctx[4];
5195
+ }
5143
5196
  set clientstyling(t) {
5144
- this.$$set({ clientstyling: t }), ee();
5197
+ this.$$set({ clientstyling: t }), K();
5145
5198
  }
5146
5199
  get clientstylingurl() {
5147
- return this.$$.ctx[4];
5200
+ return this.$$.ctx[5];
5148
5201
  }
5149
5202
  set clientstylingurl(t) {
5150
- this.$$set({ clientstylingurl: t }), ee();
5203
+ this.$$set({ clientstylingurl: t }), K();
5151
5204
  }
5152
5205
  get translationurl() {
5153
- return this.$$.ctx[31];
5206
+ return this.$$.ctx[32];
5154
5207
  }
5155
5208
  set translationurl(t) {
5156
- this.$$set({ translationurl: t }), ee();
5209
+ this.$$set({ translationurl: t }), K();
5157
5210
  }
5158
5211
  get savecredentials() {
5159
- return this.$$.ctx[5];
5212
+ return this.$$.ctx[6];
5160
5213
  }
5161
5214
  set savecredentials(t) {
5162
- this.$$set({ savecredentials: t }), ee();
5215
+ this.$$set({ savecredentials: t }), K();
5163
5216
  }
5164
5217
  }
5165
- An(Wo, { endpoint: {}, captchakey: {}, lang: {}, smsverification: {}, simplepasswordvalidation: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, savecredentials: {} }, [], [], !0);
5218
+ Tn(Wo, { endpoint: {}, captchakey: {}, lang: {}, smsverification: {}, simplepasswordvalidation: {}, mbsource: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, savecredentials: {} }, [], [], !0);
5166
5219
  export {
5167
- he as $,
5220
+ ce as $,
5168
5221
  Wo as G,
5169
- In as S,
5170
- Me as a,
5171
- Kr as b,
5172
- An as c,
5173
- hn as d,
5174
- S as e,
5175
- ee as f,
5176
- z as g,
5222
+ Hn as S,
5223
+ Re as a,
5224
+ Yr as b,
5225
+ Tn as c,
5226
+ ln as d,
5227
+ x as e,
5228
+ K as f,
5229
+ j as g,
5177
5230
  h,
5178
- Bn as i,
5179
- L as j,
5231
+ Pn as i,
5232
+ M as j,
5180
5233
  m as k,
5181
5234
  rt as l,
5182
- se as m,
5235
+ oe as m,
5183
5236
  te as n,
5184
5237
  Z as o,
5185
5238
  I as p,
5186
- un as q,
5187
- Oe as r,
5188
- Sr as s,
5239
+ an as q,
5240
+ Me as r,
5241
+ xr as s,
5189
5242
  N as t,
5190
- vn as u,
5191
- ut as v,
5192
- Lo as w
5243
+ pn as u,
5244
+ Lo as v,
5245
+ Mo as w,
5246
+ ut as x,
5247
+ Oo as y,
5248
+ Io as z
5193
5249
  };