@everymatrix/general-player-register-form-step1 1.57.0 → 1.58.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,24 +1,24 @@
1
1
  function z() {
2
2
  }
3
- function ei(e) {
3
+ function Yt(e) {
4
4
  return e();
5
5
  }
6
- function Bt() {
6
+ function Tt() {
7
7
  return /* @__PURE__ */ Object.create(null);
8
8
  }
9
9
  function lr(e) {
10
- e.forEach(ei);
10
+ e.forEach(Yt);
11
11
  }
12
12
  function _t(e) {
13
13
  return typeof e == "function";
14
14
  }
15
- function ri(e, r) {
15
+ function Kt(e, r) {
16
16
  return e != e ? r == r : e !== r || e && typeof e == "object" || typeof e == "function";
17
17
  }
18
- function Ti(e) {
18
+ function Ci(e) {
19
19
  return Object.keys(e).length === 0;
20
20
  }
21
- function ti(e, ...r) {
21
+ function ei(e, ...r) {
22
22
  if (e == null) {
23
23
  for (const i of r)
24
24
  i(void 0);
@@ -27,20 +27,20 @@ function ti(e, ...r) {
27
27
  const t = e.subscribe(...r);
28
28
  return t.unsubscribe ? () => t.unsubscribe() : t;
29
29
  }
30
- function Hi(e, r, t) {
31
- e.$$.on_destroy.push(ti(r, t));
30
+ function Ai(e, r, t) {
31
+ e.$$.on_destroy.push(ei(r, t));
32
32
  }
33
33
  function l(e, r) {
34
34
  e.appendChild(r);
35
35
  }
36
- function Bi(e, r, t) {
37
- const i = Ii(e);
36
+ function Ti(e, r, t) {
37
+ const i = Hi(e);
38
38
  if (!i.getElementById(r)) {
39
39
  const n = E("style");
40
- n.id = r, n.textContent = t, Ni(i, n);
40
+ n.id = r, n.textContent = t, Bi(i, n);
41
41
  }
42
42
  }
43
- function Ii(e) {
43
+ function Hi(e) {
44
44
  if (!e)
45
45
  return document;
46
46
  const r = e.getRootNode ? e.getRootNode() : e.ownerDocument;
@@ -50,7 +50,7 @@ function Ii(e) {
50
50
  r
51
51
  ) : e.ownerDocument;
52
52
  }
53
- function Ni(e, r) {
53
+ function Bi(e, r) {
54
54
  return l(
55
55
  /** @type {Document} */
56
56
  e.head || e,
@@ -81,7 +81,7 @@ function x(e, r, t, i) {
81
81
  function o(e, r, t) {
82
82
  t == null ? e.removeAttribute(r) : e.getAttribute(r) !== t && e.setAttribute(r, t);
83
83
  }
84
- function Oi(e) {
84
+ function Ii(e) {
85
85
  return Array.from(e.childNodes);
86
86
  }
87
87
  function D(e, r) {
@@ -91,7 +91,7 @@ function D(e, r) {
91
91
  function te(e, r) {
92
92
  e.value = r ?? "";
93
93
  }
94
- function Li(e) {
94
+ function Ni(e) {
95
95
  const r = {};
96
96
  return e.childNodes.forEach(
97
97
  /** @param {Element} node */
@@ -104,20 +104,20 @@ let Sr;
104
104
  function wr(e) {
105
105
  Sr = e;
106
106
  }
107
- function Mi() {
107
+ function Oi() {
108
108
  if (!Sr)
109
109
  throw new Error("Function called outside component initialization");
110
110
  return Sr;
111
111
  }
112
- function Ri(e) {
113
- Mi().$$.on_mount.push(e);
112
+ function Li(e) {
113
+ Oi().$$.on_mount.push(e);
114
114
  }
115
115
  const tr = [], _r = [];
116
116
  let ir = [];
117
- const It = [], Ui = /* @__PURE__ */ Promise.resolve();
117
+ const Ht = [], Mi = /* @__PURE__ */ Promise.resolve();
118
118
  let ht = !1;
119
- function ki() {
120
- ht || (ht = !0, Ui.then(be));
119
+ function Ri() {
120
+ ht || (ht = !0, Mi.then(be));
121
121
  }
122
122
  function ft(e) {
123
123
  ir.push(e);
@@ -132,7 +132,7 @@ function be() {
132
132
  try {
133
133
  for (; er < tr.length; ) {
134
134
  const r = tr[er];
135
- er++, wr(r), Fi(r.$$);
135
+ er++, wr(r), Ui(r.$$);
136
136
  }
137
137
  } catch (r) {
138
138
  throw tr.length = 0, er = 0, r;
@@ -145,40 +145,40 @@ function be() {
145
145
  }
146
146
  ir.length = 0;
147
147
  } while (tr.length);
148
- for (; It.length; )
149
- It.pop()();
148
+ for (; Ht.length; )
149
+ Ht.pop()();
150
150
  ht = !1, nt.clear(), wr(e);
151
151
  }
152
- function Fi(e) {
152
+ function Ui(e) {
153
153
  if (e.fragment !== null) {
154
154
  e.update(), lr(e.before_update);
155
155
  const r = e.dirty;
156
156
  e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, r), e.after_update.forEach(ft);
157
157
  }
158
158
  }
159
- function Di(e) {
159
+ function ki(e) {
160
160
  const r = [], t = [];
161
161
  ir.forEach((i) => e.indexOf(i) === -1 ? r.push(i) : t.push(i)), t.forEach((i) => i()), ir = r;
162
162
  }
163
- const Gi = /* @__PURE__ */ new Set();
164
- function ji(e, r) {
165
- e && e.i && (Gi.delete(e), e.i(r));
163
+ const Fi = /* @__PURE__ */ new Set();
164
+ function Di(e, r) {
165
+ e && e.i && (Fi.delete(e), e.i(r));
166
166
  }
167
- function Vi(e, r, t) {
167
+ function Gi(e, r, t) {
168
168
  const { fragment: i, after_update: n } = e.$$;
169
169
  i && i.m(r, t), ft(() => {
170
- const s = e.$$.on_mount.map(ei).filter(_t);
170
+ const s = e.$$.on_mount.map(Yt).filter(_t);
171
171
  e.$$.on_destroy ? e.$$.on_destroy.push(...s) : lr(s), e.$$.on_mount = [];
172
172
  }), n.forEach(ft);
173
173
  }
174
- function $i(e, r) {
174
+ function ji(e, r) {
175
175
  const t = e.$$;
176
- t.fragment !== null && (Di(t.after_update), lr(t.on_destroy), t.fragment && t.fragment.d(r), t.on_destroy = t.fragment = null, t.ctx = []);
176
+ t.fragment !== null && (ki(t.after_update), lr(t.on_destroy), t.fragment && t.fragment.d(r), t.on_destroy = t.fragment = null, t.ctx = []);
177
177
  }
178
- function Qi(e, r) {
179
- e.$$.dirty[0] === -1 && (tr.push(e), ki(), e.$$.dirty.fill(0)), e.$$.dirty[r / 31 | 0] |= 1 << r % 31;
178
+ function Vi(e, r) {
179
+ e.$$.dirty[0] === -1 && (tr.push(e), Ri(), e.$$.dirty.fill(0)), e.$$.dirty[r / 31 | 0] |= 1 << r % 31;
180
180
  }
181
- function zi(e, r, t, i, n, s, u = null, a = [-1]) {
181
+ function $i(e, r, t, i, n, s, u = null, a = [-1]) {
182
182
  const f = Sr;
183
183
  wr(e);
184
184
  const c = e.$$ = {
@@ -188,7 +188,7 @@ function zi(e, r, t, i, n, s, u = null, a = [-1]) {
188
188
  props: s,
189
189
  update: z,
190
190
  not_equal: n,
191
- bound: Bt(),
191
+ bound: Tt(),
192
192
  // lifecycle
193
193
  on_mount: [],
194
194
  on_destroy: [],
@@ -197,7 +197,7 @@ function zi(e, r, t, i, n, s, u = null, a = [-1]) {
197
197
  after_update: [],
198
198
  context: new Map(r.context || (f ? f.$$.context : [])),
199
199
  // everything else
200
- callbacks: Bt(),
200
+ callbacks: Tt(),
201
201
  dirty: a,
202
202
  skip_bound: !1,
203
203
  root: r.target || f.$$.root
@@ -206,19 +206,19 @@ function zi(e, r, t, i, n, s, u = null, a = [-1]) {
206
206
  let h = !1;
207
207
  if (c.ctx = t ? t(e, r.props || {}, (m, g, ...b) => {
208
208
  const w = b.length ? b[0] : g;
209
- return c.ctx && n(c.ctx[m], c.ctx[m] = w) && (!c.skip_bound && c.bound[m] && c.bound[m](w), h && Qi(e, m)), g;
209
+ return c.ctx && n(c.ctx[m], c.ctx[m] = w) && (!c.skip_bound && c.bound[m] && c.bound[m](w), h && Vi(e, m)), g;
210
210
  }) : [], c.update(), h = !0, lr(c.before_update), c.fragment = i ? i(c.ctx) : !1, r.target) {
211
211
  if (r.hydrate) {
212
- const m = Oi(r.target);
212
+ const m = Ii(r.target);
213
213
  c.fragment && c.fragment.l(m), m.forEach(ie);
214
214
  } else
215
215
  c.fragment && c.fragment.c();
216
- r.intro && ji(e.$$.fragment), Vi(e, r.target, r.anchor), be();
216
+ r.intro && Di(e.$$.fragment), Gi(e, r.target, r.anchor), be();
217
217
  }
218
218
  wr(f);
219
219
  }
220
- let ii;
221
- typeof HTMLElement == "function" && (ii = class extends HTMLElement {
220
+ let ri;
221
+ typeof HTMLElement == "function" && (ri = class extends HTMLElement {
222
222
  /** The Svelte component constructor */
223
223
  $$ctor;
224
224
  /** Slots */
@@ -277,7 +277,7 @@ typeof HTMLElement == "function" && (ii = class extends HTMLElement {
277
277
  };
278
278
  if (await Promise.resolve(), !this.$$cn || this.$$c)
279
279
  return;
280
- const r = {}, t = Li(this);
280
+ const r = {}, t = Ni(this);
281
281
  for (const n of this.$$s)
282
282
  n in t && (r[n] = [e(n)]);
283
283
  for (const n of this.attributes) {
@@ -364,8 +364,8 @@ function zr(e, r, t, i) {
364
364
  return r;
365
365
  }
366
366
  }
367
- function Xi(e, r, t, i, n, s) {
368
- let u = class extends ii {
367
+ function Qi(e, r, t, i, n, s) {
368
+ let u = class extends ri {
369
369
  constructor() {
370
370
  super(e, t, n), this.$$p_d = r;
371
371
  }
@@ -393,7 +393,7 @@ function Xi(e, r, t, i, n, s) {
393
393
  }), e.element = /** @type {any} */
394
394
  u, u;
395
395
  }
396
- class Zi {
396
+ class zi {
397
397
  /**
398
398
  * ### PRIVATE API
399
399
  *
@@ -412,7 +412,7 @@ class Zi {
412
412
  $$set = void 0;
413
413
  /** @returns {void} */
414
414
  $destroy() {
415
- $i(this, 1), this.$destroy = z;
415
+ ji(this, 1), this.$destroy = z;
416
416
  }
417
417
  /**
418
418
  * @template {Extract<keyof Events, string>} K
@@ -434,13 +434,13 @@ class Zi {
434
434
  * @returns {void}
435
435
  */
436
436
  $set(r) {
437
- this.$$set && !Ti(r) && (this.$$.skip_bound = !0, this.$$set(r), this.$$.skip_bound = !1);
437
+ this.$$set && !Ci(r) && (this.$$.skip_bound = !0, this.$$set(r), this.$$.skip_bound = !1);
438
438
  }
439
439
  }
440
- const Wi = "4";
441
- typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Wi);
440
+ const Xi = "4";
441
+ typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Xi);
442
442
  const rr = [];
443
- function qi(e, r) {
443
+ function Zi(e, r) {
444
444
  return {
445
445
  subscribe: Jr(e, r).subscribe
446
446
  };
@@ -449,7 +449,7 @@ function Jr(e, r = z) {
449
449
  let t;
450
450
  const i = /* @__PURE__ */ new Set();
451
451
  function n(a) {
452
- if (ri(e, a) && (e = a, t)) {
452
+ if (Kt(e, a) && (e = a, t)) {
453
453
  const f = !rr.length;
454
454
  for (const c of i)
455
455
  c[1](), rr.push(c, e);
@@ -476,7 +476,7 @@ function ur(e, r, t) {
476
476
  if (!n.every(Boolean))
477
477
  throw new Error("derived() expects stores as input, got a falsy value");
478
478
  const s = r.length < 2;
479
- return qi(t, (u, a) => {
479
+ return Zi(t, (u, a) => {
480
480
  let f = !1;
481
481
  const c = [];
482
482
  let h = 0, m = z;
@@ -487,7 +487,7 @@ function ur(e, r, t) {
487
487
  const w = r(i ? c[0] : c, u, a);
488
488
  s ? u(w) : m = _t(w) ? w : z;
489
489
  }, b = n.map(
490
- (w, y) => ti(
490
+ (w, y) => ei(
491
491
  w,
492
492
  (A) => {
493
493
  c[y] = A, h &= ~(1 << y), f && g();
@@ -502,70 +502,70 @@ function ur(e, r, t) {
502
502
  };
503
503
  });
504
504
  }
505
- function Ji(e) {
505
+ function Wi(e) {
506
506
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
507
507
  }
508
- var Yi = function(r) {
509
- return Ki(r) && !en(r);
508
+ var qi = function(r) {
509
+ return Ji(r) && !Yi(r);
510
510
  };
511
- function Ki(e) {
511
+ function Ji(e) {
512
512
  return !!e && typeof e == "object";
513
513
  }
514
- function en(e) {
514
+ function Yi(e) {
515
515
  var r = Object.prototype.toString.call(e);
516
- return r === "[object RegExp]" || r === "[object Date]" || nn(e);
516
+ return r === "[object RegExp]" || r === "[object Date]" || rn(e);
517
517
  }
518
- var rn = typeof Symbol == "function" && Symbol.for, tn = rn ? Symbol.for("react.element") : 60103;
519
- function nn(e) {
520
- return e.$$typeof === tn;
518
+ var Ki = typeof Symbol == "function" && Symbol.for, en = Ki ? Symbol.for("react.element") : 60103;
519
+ function rn(e) {
520
+ return e.$$typeof === en;
521
521
  }
522
- function sn(e) {
522
+ function tn(e) {
523
523
  return Array.isArray(e) ? [] : {};
524
524
  }
525
525
  function Pr(e, r) {
526
- return r.clone !== !1 && r.isMergeableObject(e) ? nr(sn(e), e, r) : e;
526
+ return r.clone !== !1 && r.isMergeableObject(e) ? nr(tn(e), e, r) : e;
527
527
  }
528
- function on(e, r, t) {
528
+ function nn(e, r, t) {
529
529
  return e.concat(r).map(function(i) {
530
530
  return Pr(i, t);
531
531
  });
532
532
  }
533
- function an(e, r) {
533
+ function sn(e, r) {
534
534
  if (!r.customMerge)
535
535
  return nr;
536
536
  var t = r.customMerge(e);
537
537
  return typeof t == "function" ? t : nr;
538
538
  }
539
- function ln(e) {
539
+ function on(e) {
540
540
  return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(r) {
541
541
  return Object.propertyIsEnumerable.call(e, r);
542
542
  }) : [];
543
543
  }
544
- function Nt(e) {
545
- return Object.keys(e).concat(ln(e));
544
+ function Bt(e) {
545
+ return Object.keys(e).concat(on(e));
546
546
  }
547
- function ni(e, r) {
547
+ function ti(e, r) {
548
548
  try {
549
549
  return r in e;
550
550
  } catch {
551
551
  return !1;
552
552
  }
553
553
  }
554
- function un(e, r) {
555
- return ni(e, r) && !(Object.hasOwnProperty.call(e, r) && Object.propertyIsEnumerable.call(e, r));
554
+ function an(e, r) {
555
+ return ti(e, r) && !(Object.hasOwnProperty.call(e, r) && Object.propertyIsEnumerable.call(e, r));
556
556
  }
557
- function cn(e, r, t) {
557
+ function ln(e, r, t) {
558
558
  var i = {};
559
- return t.isMergeableObject(e) && Nt(e).forEach(function(n) {
559
+ return t.isMergeableObject(e) && Bt(e).forEach(function(n) {
560
560
  i[n] = Pr(e[n], t);
561
- }), Nt(r).forEach(function(n) {
562
- un(e, n) || (ni(e, n) && t.isMergeableObject(r[n]) ? i[n] = an(n, t)(e[n], r[n], t) : i[n] = Pr(r[n], t));
561
+ }), Bt(r).forEach(function(n) {
562
+ an(e, n) || (ti(e, n) && t.isMergeableObject(r[n]) ? i[n] = sn(n, t)(e[n], r[n], t) : i[n] = Pr(r[n], t));
563
563
  }), i;
564
564
  }
565
565
  function nr(e, r, t) {
566
- t = t || {}, t.arrayMerge = t.arrayMerge || on, t.isMergeableObject = t.isMergeableObject || Yi, t.cloneUnlessOtherwiseSpecified = Pr;
566
+ t = t || {}, t.arrayMerge = t.arrayMerge || nn, t.isMergeableObject = t.isMergeableObject || qi, t.cloneUnlessOtherwiseSpecified = Pr;
567
567
  var i = Array.isArray(r), n = Array.isArray(e), s = i === n;
568
- return s ? i ? t.arrayMerge(e, r, t) : cn(e, r, t) : Pr(r, t);
568
+ return s ? i ? t.arrayMerge(e, r, t) : ln(e, r, t) : Pr(r, t);
569
569
  }
570
570
  nr.all = function(r, t) {
571
571
  if (!Array.isArray(r))
@@ -574,8 +574,8 @@ nr.all = function(r, t) {
574
574
  return nr(i, n, t);
575
575
  }, {});
576
576
  };
577
- var hn = nr, fn = hn;
578
- const dn = /* @__PURE__ */ Ji(fn);
577
+ var un = nr, cn = un;
578
+ const hn = /* @__PURE__ */ Wi(cn);
579
579
  /*! *****************************************************************************
580
580
  Copyright (c) Microsoft Corporation.
581
581
 
@@ -617,7 +617,7 @@ var T = function() {
617
617
  return r;
618
618
  }, T.apply(this, arguments);
619
619
  };
620
- function mn(e, r) {
620
+ function fn(e, r) {
621
621
  var t = {};
622
622
  for (var i in e)
623
623
  Object.prototype.hasOwnProperty.call(e, i) && r.indexOf(i) < 0 && (t[i] = e[i]);
@@ -633,55 +633,53 @@ function st(e, r, t) {
633
633
  return e.concat(s || r);
634
634
  }
635
635
  function ot(e, r) {
636
- var t = r && r.cache ? r.cache : vn, i = r && r.serializer ? r.serializer : En, n = r && r.strategy ? r.strategy : pn;
636
+ var t = r && r.cache ? r.cache : En, i = r && r.serializer ? r.serializer : bn, n = r && r.strategy ? r.strategy : gn;
637
637
  return n(e, {
638
638
  cache: t,
639
639
  serializer: i
640
640
  });
641
641
  }
642
- function gn(e) {
642
+ function dn(e) {
643
643
  return e == null || typeof e == "number" || typeof e == "boolean";
644
644
  }
645
- function si(e, r, t, i) {
646
- var n = gn(i) ? i : t(i), s = r.get(n);
645
+ function mn(e, r, t, i) {
646
+ var n = dn(i) ? i : t(i), s = r.get(n);
647
647
  return typeof s > "u" && (s = e.call(this, i), r.set(n, s)), s;
648
648
  }
649
- function oi(e, r, t) {
649
+ function ii(e, r, t) {
650
650
  var i = Array.prototype.slice.call(arguments, 3), n = t(i), s = r.get(n);
651
651
  return typeof s > "u" && (s = e.apply(this, i), r.set(n, s)), s;
652
652
  }
653
- function St(e, r, t, i, n) {
653
+ function ni(e, r, t, i, n) {
654
654
  return t.bind(r, e, i, n);
655
655
  }
656
- function pn(e, r) {
657
- var t = e.length === 1 ? si : oi;
658
- return St(e, this, t, r.cache.create(), r.serializer);
659
- }
660
- function bn(e, r) {
661
- return St(e, this, oi, r.cache.create(), r.serializer);
656
+ function gn(e, r) {
657
+ var t = e.length === 1 ? mn : ii;
658
+ return ni(e, this, t, r.cache.create(), r.serializer);
662
659
  }
663
- function yn(e, r) {
664
- return St(e, this, si, r.cache.create(), r.serializer);
660
+ function pn(e, r) {
661
+ return ni(e, this, ii, r.cache.create(), r.serializer);
665
662
  }
666
- var En = function() {
663
+ var bn = function() {
667
664
  return JSON.stringify(arguments);
668
- };
669
- function Pt() {
670
- this.cache = /* @__PURE__ */ Object.create(null);
671
- }
672
- Pt.prototype.get = function(e) {
673
- return this.cache[e];
674
- };
675
- Pt.prototype.set = function(e, r) {
676
- this.cache[e] = r;
677
- };
678
- var vn = {
665
+ }, yn = (
666
+ /** @class */
667
+ function() {
668
+ function e() {
669
+ this.cache = /* @__PURE__ */ Object.create(null);
670
+ }
671
+ return e.prototype.get = function(r) {
672
+ return this.cache[r];
673
+ }, e.prototype.set = function(r, t) {
674
+ this.cache[r] = t;
675
+ }, e;
676
+ }()
677
+ ), En = {
679
678
  create: function() {
680
- return new Pt();
679
+ return new yn();
681
680
  }
682
681
  }, at = {
683
- variadic: bn,
684
- monadic: yn
682
+ variadic: pn
685
683
  }, S;
686
684
  (function(e) {
687
685
  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";
@@ -694,43 +692,43 @@ var sr;
694
692
  (function(e) {
695
693
  e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
696
694
  })(sr || (sr = {}));
697
- function Ot(e) {
695
+ function It(e) {
698
696
  return e.type === L.literal;
699
697
  }
700
- function wn(e) {
698
+ function vn(e) {
701
699
  return e.type === L.argument;
702
700
  }
703
- function ai(e) {
701
+ function si(e) {
704
702
  return e.type === L.number;
705
703
  }
706
- function li(e) {
704
+ function oi(e) {
707
705
  return e.type === L.date;
708
706
  }
709
- function ui(e) {
707
+ function ai(e) {
710
708
  return e.type === L.time;
711
709
  }
712
- function ci(e) {
710
+ function li(e) {
713
711
  return e.type === L.select;
714
712
  }
715
- function hi(e) {
713
+ function ui(e) {
716
714
  return e.type === L.plural;
717
715
  }
718
- function _n(e) {
716
+ function wn(e) {
719
717
  return e.type === L.pound;
720
718
  }
721
- function fi(e) {
719
+ function ci(e) {
722
720
  return e.type === L.tag;
723
721
  }
724
- function di(e) {
722
+ function hi(e) {
725
723
  return !!(e && typeof e == "object" && e.type === sr.number);
726
724
  }
727
725
  function mt(e) {
728
726
  return !!(e && typeof e == "object" && e.type === sr.dateTime);
729
727
  }
730
- var mi = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Sn = /(?:[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;
731
- function Pn(e) {
728
+ var fi = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, _n = /(?:[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;
729
+ function Sn(e) {
732
730
  var r = {};
733
- return e.replace(Sn, function(t) {
731
+ return e.replace(_n, function(t) {
734
732
  var i = t.length;
735
733
  switch (t[0]) {
736
734
  case "G":
@@ -819,11 +817,11 @@ function Pn(e) {
819
817
  return "";
820
818
  }), r;
821
819
  }
822
- var xn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
823
- function Cn(e) {
820
+ var Pn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
821
+ function xn(e) {
824
822
  if (e.length === 0)
825
823
  throw new Error("Number skeleton cannot be empty");
826
- for (var r = e.split(xn).filter(function(g) {
824
+ for (var r = e.split(Pn).filter(function(g) {
827
825
  return g.length > 0;
828
826
  }), t = [], i = 0, n = r; i < n.length; i++) {
829
827
  var s = n[i], u = s.split("/");
@@ -838,17 +836,17 @@ function Cn(e) {
838
836
  }
839
837
  return t;
840
838
  }
841
- function An(e) {
839
+ function Cn(e) {
842
840
  return e.replace(/^(.*?)-/, "");
843
841
  }
844
- var Lt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, gi = /^(@+)?(\+|#+)?[rs]?$/g, Tn = /(\*)(0+)|(#+)(0+)|(0+)/g, pi = /^(0+)$/;
845
- function Mt(e) {
842
+ var Nt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, di = /^(@+)?(\+|#+)?[rs]?$/g, An = /(\*)(0+)|(#+)(0+)|(0+)/g, mi = /^(0+)$/;
843
+ function Ot(e) {
846
844
  var r = {};
847
- return e[e.length - 1] === "r" ? r.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (r.roundingPriority = "lessPrecision"), e.replace(gi, function(t, i, n) {
845
+ return e[e.length - 1] === "r" ? r.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (r.roundingPriority = "lessPrecision"), e.replace(di, function(t, i, n) {
848
846
  return typeof n != "string" ? (r.minimumSignificantDigits = i.length, r.maximumSignificantDigits = i.length) : n === "+" ? r.minimumSignificantDigits = i.length : i[0] === "#" ? r.maximumSignificantDigits = i.length : (r.minimumSignificantDigits = i.length, r.maximumSignificantDigits = i.length + (typeof n == "string" ? n.length : 0)), "";
849
847
  }), r;
850
848
  }
851
- function bi(e) {
849
+ function gi(e) {
852
850
  switch (e) {
853
851
  case "sign-auto":
854
852
  return {
@@ -888,7 +886,7 @@ function bi(e) {
888
886
  };
889
887
  }
890
888
  }
891
- function Hn(e) {
889
+ function Tn(e) {
892
890
  var r;
893
891
  if (e[0] === "E" && e[1] === "E" ? (r = {
894
892
  notation: "engineering"
@@ -896,17 +894,17 @@ function Hn(e) {
896
894
  notation: "scientific"
897
895
  }, e = e.slice(1)), r) {
898
896
  var t = e.slice(0, 2);
899
- if (t === "+!" ? (r.signDisplay = "always", e = e.slice(2)) : t === "+?" && (r.signDisplay = "exceptZero", e = e.slice(2)), !pi.test(e))
897
+ if (t === "+!" ? (r.signDisplay = "always", e = e.slice(2)) : t === "+?" && (r.signDisplay = "exceptZero", e = e.slice(2)), !mi.test(e))
900
898
  throw new Error("Malformed concise eng/scientific notation");
901
899
  r.minimumIntegerDigits = e.length;
902
900
  }
903
901
  return r;
904
902
  }
905
- function Rt(e) {
906
- var r = {}, t = bi(e);
903
+ function Lt(e) {
904
+ var r = {}, t = gi(e);
907
905
  return t || r;
908
906
  }
909
- function Bn(e) {
907
+ function Hn(e) {
910
908
  for (var r = {}, t = 0, i = e; t < i.length; t++) {
911
909
  var n = i[t];
912
910
  switch (n.stem) {
@@ -930,7 +928,7 @@ function Bn(e) {
930
928
  continue;
931
929
  case "measure-unit":
932
930
  case "unit":
933
- r.style = "unit", r.unit = An(n.options[0]);
931
+ r.style = "unit", r.unit = Cn(n.options[0]);
934
932
  continue;
935
933
  case "compact-short":
936
934
  case "K":
@@ -942,12 +940,12 @@ function Bn(e) {
942
940
  continue;
943
941
  case "scientific":
944
942
  r = T(T(T({}, r), { notation: "scientific" }), n.options.reduce(function(f, c) {
945
- return T(T({}, f), Rt(c));
943
+ return T(T({}, f), Lt(c));
946
944
  }, {}));
947
945
  continue;
948
946
  case "engineering":
949
947
  r = T(T(T({}, r), { notation: "engineering" }), n.options.reduce(function(f, c) {
950
- return T(T({}, f), Rt(c));
948
+ return T(T({}, f), Lt(c));
951
949
  }, {}));
952
950
  continue;
953
951
  case "notation-simple":
@@ -992,7 +990,7 @@ function Bn(e) {
992
990
  case "integer-width":
993
991
  if (n.options.length > 1)
994
992
  throw new RangeError("integer-width stems only accept a single optional option");
995
- n.options[0].replace(Tn, function(f, c, h, m, g, b) {
993
+ n.options[0].replace(An, function(f, c, h, m, g, b) {
996
994
  if (c)
997
995
  r.minimumIntegerDigits = h.length;
998
996
  else {
@@ -1005,27 +1003,27 @@ function Bn(e) {
1005
1003
  });
1006
1004
  continue;
1007
1005
  }
1008
- if (pi.test(n.stem)) {
1006
+ if (mi.test(n.stem)) {
1009
1007
  r.minimumIntegerDigits = n.stem.length;
1010
1008
  continue;
1011
1009
  }
1012
- if (Lt.test(n.stem)) {
1010
+ if (Nt.test(n.stem)) {
1013
1011
  if (n.options.length > 1)
1014
1012
  throw new RangeError("Fraction-precision stems only accept a single optional option");
1015
- n.stem.replace(Lt, function(f, c, h, m, g, b) {
1013
+ n.stem.replace(Nt, function(f, c, h, m, g, b) {
1016
1014
  return h === "*" ? r.minimumFractionDigits = c.length : m && m[0] === "#" ? r.maximumFractionDigits = m.length : g && b ? (r.minimumFractionDigits = g.length, r.maximumFractionDigits = g.length + b.length) : (r.minimumFractionDigits = c.length, r.maximumFractionDigits = c.length), "";
1017
1015
  });
1018
1016
  var s = n.options[0];
1019
- s === "w" ? r = T(T({}, r), { trailingZeroDisplay: "stripIfInteger" }) : s && (r = T(T({}, r), Mt(s)));
1017
+ s === "w" ? r = T(T({}, r), { trailingZeroDisplay: "stripIfInteger" }) : s && (r = T(T({}, r), Ot(s)));
1020
1018
  continue;
1021
1019
  }
1022
- if (gi.test(n.stem)) {
1023
- r = T(T({}, r), Mt(n.stem));
1020
+ if (di.test(n.stem)) {
1021
+ r = T(T({}, r), Ot(n.stem));
1024
1022
  continue;
1025
1023
  }
1026
- var u = bi(n.stem);
1024
+ var u = gi(n.stem);
1027
1025
  u && (r = T(T({}, r), u));
1028
- var a = Hn(n.stem);
1026
+ var a = Tn(n.stem);
1029
1027
  a && (r = T(T({}, r), a));
1030
1028
  }
1031
1029
  return r;
@@ -2445,13 +2443,13 @@ var Qr = {
2445
2443
  "h"
2446
2444
  ]
2447
2445
  };
2448
- function In(e, r) {
2446
+ function Bn(e, r) {
2449
2447
  for (var t = "", i = 0; i < e.length; i++) {
2450
2448
  var n = e.charAt(i);
2451
2449
  if (n === "j") {
2452
2450
  for (var s = 0; i + 1 < e.length && e.charAt(i + 1) === n; )
2453
2451
  s++, i++;
2454
- var u = 1 + (s & 1), a = s < 2 ? 1 : 3 + (s >> 1), f = "a", c = Nn(r);
2452
+ var u = 1 + (s & 1), a = s < 2 ? 1 : 3 + (s >> 1), f = "a", c = In(r);
2455
2453
  for ((c == "H" || c == "k") && (a = 0); a-- > 0; )
2456
2454
  t += f;
2457
2455
  for (; u-- > 0; )
@@ -2461,7 +2459,7 @@ function In(e, r) {
2461
2459
  }
2462
2460
  return t;
2463
2461
  }
2464
- function Nn(e) {
2462
+ function In(e) {
2465
2463
  var r = e.hourCycle;
2466
2464
  if (r === void 0 && // @ts-ignore hourCycle(s) is not identified yet
2467
2465
  e.hourCycles && // @ts-ignore
@@ -2483,20 +2481,20 @@ function Nn(e) {
2483
2481
  var n = Qr[i || ""] || Qr[t || ""] || Qr["".concat(t, "-001")] || Qr["001"];
2484
2482
  return n[0];
2485
2483
  }
2486
- var lt, On = new RegExp("^".concat(mi.source, "*")), Ln = new RegExp("".concat(mi.source, "*$"));
2484
+ var lt, Nn = new RegExp("^".concat(fi.source, "*")), On = new RegExp("".concat(fi.source, "*$"));
2487
2485
  function P(e, r) {
2488
2486
  return { start: e, end: r };
2489
2487
  }
2490
- var Mn = !!String.prototype.startsWith && "_a".startsWith("a", 1), Rn = !!String.fromCodePoint, Un = !!Object.fromEntries, kn = !!String.prototype.codePointAt, Fn = !!String.prototype.trimStart, Dn = !!String.prototype.trimEnd, Gn = !!Number.isSafeInteger, jn = Gn ? Number.isSafeInteger : function(e) {
2488
+ var Ln = !!String.prototype.startsWith && "_a".startsWith("a", 1), Mn = !!String.fromCodePoint, Rn = !!Object.fromEntries, Un = !!String.prototype.codePointAt, kn = !!String.prototype.trimStart, Fn = !!String.prototype.trimEnd, Dn = !!Number.isSafeInteger, Gn = Dn ? Number.isSafeInteger : function(e) {
2491
2489
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
2492
2490
  }, gt = !0;
2493
2491
  try {
2494
- var Vn = Ei("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2495
- gt = ((lt = Vn.exec("a")) === null || lt === void 0 ? void 0 : lt[0]) === "a";
2492
+ var jn = bi("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2493
+ gt = ((lt = jn.exec("a")) === null || lt === void 0 ? void 0 : lt[0]) === "a";
2496
2494
  } catch {
2497
2495
  gt = !1;
2498
2496
  }
2499
- var Ut = Mn ? (
2497
+ var Mt = Ln ? (
2500
2498
  // Native
2501
2499
  function(r, t, i) {
2502
2500
  return r.startsWith(t, i);
@@ -2506,7 +2504,7 @@ var Ut = Mn ? (
2506
2504
  function(r, t, i) {
2507
2505
  return r.slice(i, i + t.length) === t;
2508
2506
  }
2509
- ), pt = Rn ? String.fromCodePoint : (
2507
+ ), pt = Mn ? String.fromCodePoint : (
2510
2508
  // IE11
2511
2509
  function() {
2512
2510
  for (var r = [], t = 0; t < arguments.length; t++)
@@ -2518,9 +2516,9 @@ var Ut = Mn ? (
2518
2516
  }
2519
2517
  return i;
2520
2518
  }
2521
- ), kt = (
2519
+ ), Rt = (
2522
2520
  // native
2523
- Un ? Object.fromEntries : (
2521
+ Rn ? Object.fromEntries : (
2524
2522
  // Ponyfill
2525
2523
  function(r) {
2526
2524
  for (var t = {}, i = 0, n = r; i < n.length; i++) {
@@ -2530,7 +2528,7 @@ var Ut = Mn ? (
2530
2528
  return t;
2531
2529
  }
2532
2530
  )
2533
- ), yi = kn ? (
2531
+ ), pi = Un ? (
2534
2532
  // Native
2535
2533
  function(r, t) {
2536
2534
  return r.codePointAt(t);
@@ -2544,7 +2542,7 @@ var Ut = Mn ? (
2544
2542
  return n < 55296 || n > 56319 || t + 1 === i || (s = r.charCodeAt(t + 1)) < 56320 || s > 57343 ? n : (n - 55296 << 10) + (s - 56320) + 65536;
2545
2543
  }
2546
2544
  }
2547
- ), $n = Fn ? (
2545
+ ), Vn = kn ? (
2548
2546
  // Native
2549
2547
  function(r) {
2550
2548
  return r.trimStart();
@@ -2552,9 +2550,9 @@ var Ut = Mn ? (
2552
2550
  ) : (
2553
2551
  // Ponyfill
2554
2552
  function(r) {
2555
- return r.replace(On, "");
2553
+ return r.replace(Nn, "");
2556
2554
  }
2557
- ), Qn = Dn ? (
2555
+ ), $n = Fn ? (
2558
2556
  // Native
2559
2557
  function(r) {
2560
2558
  return r.trimEnd();
@@ -2562,32 +2560,32 @@ var Ut = Mn ? (
2562
2560
  ) : (
2563
2561
  // Ponyfill
2564
2562
  function(r) {
2565
- return r.replace(Ln, "");
2563
+ return r.replace(On, "");
2566
2564
  }
2567
2565
  );
2568
- function Ei(e, r) {
2566
+ function bi(e, r) {
2569
2567
  return new RegExp(e, r);
2570
2568
  }
2571
2569
  var bt;
2572
2570
  if (gt) {
2573
- var Ft = Ei("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2571
+ var Ut = bi("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2574
2572
  bt = function(r, t) {
2575
2573
  var i;
2576
- Ft.lastIndex = t;
2577
- var n = Ft.exec(r);
2574
+ Ut.lastIndex = t;
2575
+ var n = Ut.exec(r);
2578
2576
  return (i = n[1]) !== null && i !== void 0 ? i : "";
2579
2577
  };
2580
2578
  } else
2581
2579
  bt = function(r, t) {
2582
2580
  for (var i = []; ; ) {
2583
- var n = yi(r, t);
2584
- if (n === void 0 || vi(n) || Wn(n))
2581
+ var n = pi(r, t);
2582
+ if (n === void 0 || yi(n) || Zn(n))
2585
2583
  break;
2586
2584
  i.push(n), t += n >= 65536 ? 2 : 1;
2587
2585
  }
2588
2586
  return pt.apply(void 0, i);
2589
2587
  };
2590
- var zn = (
2588
+ var Qn = (
2591
2589
  /** @class */
2592
2590
  function() {
2593
2591
  function e(r, t) {
@@ -2669,7 +2667,7 @@ var zn = (
2669
2667
  return this.error(S.INVALID_TAG, P(i, this.clonePosition()));
2670
2668
  }, e.prototype.parseTagName = function() {
2671
2669
  var r = this.offset();
2672
- for (this.bump(); !this.isEOF() && Zn(this.char()); )
2670
+ for (this.bump(); !this.isEOF() && Xn(this.char()); )
2673
2671
  this.bump();
2674
2672
  return this.message.slice(r, this.offset());
2675
2673
  }, e.prototype.parseLiteral = function(r, t) {
@@ -2698,7 +2696,7 @@ var zn = (
2698
2696
  };
2699
2697
  }, e.prototype.tryParseLeftAngleBracket = function() {
2700
2698
  return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
2701
- !Xn(this.peek() || 0)) ? (this.bump(), "<") : null;
2699
+ !zn(this.peek() || 0)) ? (this.bump(), "<") : null;
2702
2700
  }, e.prototype.tryParseQuote = function(r) {
2703
2701
  if (this.isEOF() || this.char() !== 39)
2704
2702
  return null;
@@ -2785,7 +2783,7 @@ var zn = (
2785
2783
  var h = this.clonePosition(), m = this.parseSimpleArgStyleIfPossible();
2786
2784
  if (m.err)
2787
2785
  return m;
2788
- var g = Qn(m.val);
2786
+ var g = $n(m.val);
2789
2787
  if (g.length === 0)
2790
2788
  return this.error(S.EXPECT_ARGUMENT_STYLE, P(this.clonePosition(), this.clonePosition()));
2791
2789
  var b = P(h, this.clonePosition());
@@ -2795,8 +2793,8 @@ var zn = (
2795
2793
  if (w.err)
2796
2794
  return w;
2797
2795
  var y = P(n, this.clonePosition());
2798
- if (c && Ut(c?.style, "::", 0)) {
2799
- var A = $n(c.style.slice(2));
2796
+ if (c && Mt(c?.style, "::", 0)) {
2797
+ var A = Vn(c.style.slice(2));
2800
2798
  if (a === "number") {
2801
2799
  var m = this.parseNumberSkeletonFromString(A, c.styleLocation);
2802
2800
  return m.err ? m : {
@@ -2807,12 +2805,12 @@ var zn = (
2807
2805
  if (A.length === 0)
2808
2806
  return this.error(S.EXPECT_DATE_TIME_SKELETON, y);
2809
2807
  var O = A;
2810
- this.locale && (O = In(A, this.locale));
2808
+ this.locale && (O = Bn(A, this.locale));
2811
2809
  var g = {
2812
2810
  type: sr.dateTime,
2813
2811
  pattern: O,
2814
2812
  location: c.styleLocation,
2815
- parsedOptions: this.shouldParseSkeletons ? Pn(O) : {}
2813
+ parsedOptions: this.shouldParseSkeletons ? Sn(O) : {}
2816
2814
  }, M = a === "date" ? L.date : L.time;
2817
2815
  return {
2818
2816
  val: { type: M, value: i, location: y, style: g },
@@ -2858,7 +2856,7 @@ var zn = (
2858
2856
  val: {
2859
2857
  type: L.select,
2860
2858
  value: i,
2861
- options: kt(me.val),
2859
+ options: Rt(me.val),
2862
2860
  location: U
2863
2861
  },
2864
2862
  err: null
@@ -2866,7 +2864,7 @@ var zn = (
2866
2864
  val: {
2867
2865
  type: L.plural,
2868
2866
  value: i,
2869
- options: kt(me.val),
2867
+ options: Rt(me.val),
2870
2868
  offset: G,
2871
2869
  pluralType: a === "plural" ? "cardinal" : "ordinal",
2872
2870
  location: U
@@ -2917,7 +2915,7 @@ var zn = (
2917
2915
  }, e.prototype.parseNumberSkeletonFromString = function(r, t) {
2918
2916
  var i = [];
2919
2917
  try {
2920
- i = Cn(r);
2918
+ i = xn(r);
2921
2919
  } catch {
2922
2920
  return this.error(S.INVALID_NUMBER_SKELETON, t);
2923
2921
  }
@@ -2926,7 +2924,7 @@ var zn = (
2926
2924
  type: sr.number,
2927
2925
  tokens: i,
2928
2926
  location: t,
2929
- parsedOptions: this.shouldParseSkeletons ? Bn(i) : {}
2927
+ parsedOptions: this.shouldParseSkeletons ? Hn(i) : {}
2930
2928
  },
2931
2929
  err: null
2932
2930
  };
@@ -2974,7 +2972,7 @@ var zn = (
2974
2972
  break;
2975
2973
  }
2976
2974
  var f = P(n, this.clonePosition());
2977
- return s ? (u *= i, jn(u) ? { val: u, err: null } : this.error(t, f)) : this.error(r, f);
2975
+ return s ? (u *= i, Gn(u) ? { val: u, err: null } : this.error(t, f)) : this.error(r, f);
2978
2976
  }, e.prototype.offset = function() {
2979
2977
  return this.position.offset;
2980
2978
  }, e.prototype.isEOF = function() {
@@ -2989,7 +2987,7 @@ var zn = (
2989
2987
  var r = this.position.offset;
2990
2988
  if (r >= this.message.length)
2991
2989
  throw Error("out of bound");
2992
- var t = yi(this.message, r);
2990
+ var t = pi(this.message, r);
2993
2991
  if (t === void 0)
2994
2992
  throw Error("Offset ".concat(r, " is at invalid UTF-16 code unit boundary"));
2995
2993
  return t;
@@ -3008,7 +3006,7 @@ var zn = (
3008
3006
  r === 10 ? (this.position.line += 1, this.position.column = 1, this.position.offset += 1) : (this.position.column += 1, this.position.offset += r < 65536 ? 1 : 2);
3009
3007
  }
3010
3008
  }, e.prototype.bumpIf = function(r) {
3011
- if (Ut(this.message, r, this.offset())) {
3009
+ if (Mt(this.message, r, this.offset())) {
3012
3010
  for (var t = 0; t < r.length; t++)
3013
3011
  this.bump();
3014
3012
  return !0;
@@ -3030,7 +3028,7 @@ var zn = (
3030
3028
  break;
3031
3029
  }
3032
3030
  }, e.prototype.bumpSpace = function() {
3033
- for (; !this.isEOF() && vi(this.char()); )
3031
+ for (; !this.isEOF() && yi(this.char()); )
3034
3032
  this.bump();
3035
3033
  }, e.prototype.peek = function() {
3036
3034
  if (this.isEOF())
@@ -3043,30 +3041,30 @@ var zn = (
3043
3041
  function yt(e) {
3044
3042
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3045
3043
  }
3046
- function Xn(e) {
3044
+ function zn(e) {
3047
3045
  return yt(e) || e === 47;
3048
3046
  }
3049
- function Zn(e) {
3047
+ function Xn(e) {
3050
3048
  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;
3051
3049
  }
3052
- function vi(e) {
3050
+ function yi(e) {
3053
3051
  return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3054
3052
  }
3055
- function Wn(e) {
3053
+ function Zn(e) {
3056
3054
  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;
3057
3055
  }
3058
3056
  function Et(e) {
3059
3057
  e.forEach(function(r) {
3060
- if (delete r.location, ci(r) || hi(r))
3058
+ if (delete r.location, li(r) || ui(r))
3061
3059
  for (var t in r.options)
3062
3060
  delete r.options[t].location, Et(r.options[t].value);
3063
3061
  else
3064
- ai(r) && di(r.style) || (li(r) || ui(r)) && mt(r.style) ? delete r.style.location : fi(r) && Et(r.children);
3062
+ si(r) && hi(r.style) || (oi(r) || ai(r)) && mt(r.style) ? delete r.style.location : ci(r) && Et(r.children);
3065
3063
  });
3066
3064
  }
3067
- function qn(e, r) {
3065
+ function Wn(e, r) {
3068
3066
  r === void 0 && (r = {}), r = T({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, r);
3069
- var t = new zn(e, r).parse();
3067
+ var t = new Qn(e, r).parse();
3070
3068
  if (t.err) {
3071
3069
  var i = SyntaxError(S[t.err.kind]);
3072
3070
  throw i.location = t.err.location, i.originalMessage = t.err.message, i;
@@ -3089,7 +3087,7 @@ var Kr = (
3089
3087
  return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
3090
3088
  }, r;
3091
3089
  }(Error)
3092
- ), Dt = (
3090
+ ), kt = (
3093
3091
  /** @class */
3094
3092
  function(e) {
3095
3093
  Yr(r, e);
@@ -3098,7 +3096,7 @@ var Kr = (
3098
3096
  }
3099
3097
  return r;
3100
3098
  }(Kr)
3101
- ), Jn = (
3099
+ ), qn = (
3102
3100
  /** @class */
3103
3101
  function(e) {
3104
3102
  Yr(r, e);
@@ -3107,7 +3105,7 @@ var Kr = (
3107
3105
  }
3108
3106
  return r;
3109
3107
  }(Kr)
3110
- ), Yn = (
3108
+ ), Jn = (
3111
3109
  /** @class */
3112
3110
  function(e) {
3113
3111
  Yr(r, e);
@@ -3120,17 +3118,17 @@ var Kr = (
3120
3118
  (function(e) {
3121
3119
  e[e.literal = 0] = "literal", e[e.object = 1] = "object";
3122
3120
  })(Q || (Q = {}));
3123
- function Kn(e) {
3121
+ function Yn(e) {
3124
3122
  return e.length < 2 ? e : e.reduce(function(r, t) {
3125
3123
  var i = r[r.length - 1];
3126
3124
  return !i || i.type !== Q.literal || t.type !== Q.literal ? r.push(t) : i.value += t.value, r;
3127
3125
  }, []);
3128
3126
  }
3129
- function es(e) {
3127
+ function Kn(e) {
3130
3128
  return typeof e == "function";
3131
3129
  }
3132
3130
  function Xr(e, r, t, i, n, s, u) {
3133
- if (e.length === 1 && Ot(e[0]))
3131
+ if (e.length === 1 && It(e[0]))
3134
3132
  return [
3135
3133
  {
3136
3134
  type: Q.literal,
@@ -3139,14 +3137,14 @@ function Xr(e, r, t, i, n, s, u) {
3139
3137
  ];
3140
3138
  for (var a = [], f = 0, c = e; f < c.length; f++) {
3141
3139
  var h = c[f];
3142
- if (Ot(h)) {
3140
+ if (It(h)) {
3143
3141
  a.push({
3144
3142
  type: Q.literal,
3145
3143
  value: h.value
3146
3144
  });
3147
3145
  continue;
3148
3146
  }
3149
- if (_n(h)) {
3147
+ if (wn(h)) {
3150
3148
  typeof s == "number" && a.push({
3151
3149
  type: Q.literal,
3152
3150
  value: t.getNumberFormat(r).format(s)
@@ -3155,16 +3153,16 @@ function Xr(e, r, t, i, n, s, u) {
3155
3153
  }
3156
3154
  var m = h.value;
3157
3155
  if (!(n && m in n))
3158
- throw new Yn(m, u);
3156
+ throw new Jn(m, u);
3159
3157
  var g = n[m];
3160
- if (wn(h)) {
3158
+ if (vn(h)) {
3161
3159
  (!g || typeof g == "string" || typeof g == "number") && (g = typeof g == "string" || typeof g == "number" ? String(g) : ""), a.push({
3162
3160
  type: typeof g == "string" ? Q.literal : Q.object,
3163
3161
  value: g
3164
3162
  });
3165
3163
  continue;
3166
3164
  }
3167
- if (li(h)) {
3165
+ if (oi(h)) {
3168
3166
  var b = typeof h.style == "string" ? i.date[h.style] : mt(h.style) ? h.style.parsedOptions : void 0;
3169
3167
  a.push({
3170
3168
  type: Q.literal,
@@ -3172,7 +3170,7 @@ function Xr(e, r, t, i, n, s, u) {
3172
3170
  });
3173
3171
  continue;
3174
3172
  }
3175
- if (ui(h)) {
3173
+ if (ai(h)) {
3176
3174
  var b = typeof h.style == "string" ? i.time[h.style] : mt(h.style) ? h.style.parsedOptions : i.time.medium;
3177
3175
  a.push({
3178
3176
  type: Q.literal,
@@ -3180,18 +3178,18 @@ function Xr(e, r, t, i, n, s, u) {
3180
3178
  });
3181
3179
  continue;
3182
3180
  }
3183
- if (ai(h)) {
3184
- var b = typeof h.style == "string" ? i.number[h.style] : di(h.style) ? h.style.parsedOptions : void 0;
3181
+ if (si(h)) {
3182
+ var b = typeof h.style == "string" ? i.number[h.style] : hi(h.style) ? h.style.parsedOptions : void 0;
3185
3183
  b && b.scale && (g = g * (b.scale || 1)), a.push({
3186
3184
  type: Q.literal,
3187
3185
  value: t.getNumberFormat(r, b).format(g)
3188
3186
  });
3189
3187
  continue;
3190
3188
  }
3191
- if (fi(h)) {
3189
+ if (ci(h)) {
3192
3190
  var w = h.children, y = h.value, A = n[y];
3193
- if (!es(A))
3194
- throw new Jn(y, "function", u);
3191
+ if (!Kn(A))
3192
+ throw new qn(y, "function", u);
3195
3193
  var O = Xr(w, r, t, i, n, s), M = A(O.map(function(G) {
3196
3194
  return G.value;
3197
3195
  }));
@@ -3202,14 +3200,14 @@ function Xr(e, r, t, i, n, s, u) {
3202
3200
  };
3203
3201
  }));
3204
3202
  }
3205
- if (ci(h)) {
3203
+ if (li(h)) {
3206
3204
  var R = h.options[g] || h.options.other;
3207
3205
  if (!R)
3208
- throw new Dt(h.value, g, Object.keys(h.options), u);
3206
+ throw new kt(h.value, g, Object.keys(h.options), u);
3209
3207
  a.push.apply(a, Xr(R.value, r, t, i, n));
3210
3208
  continue;
3211
3209
  }
3212
- if (hi(h)) {
3210
+ if (ui(h)) {
3213
3211
  var R = h.options["=".concat(g)];
3214
3212
  if (!R) {
3215
3213
  if (!Intl.PluralRules)
@@ -3220,21 +3218,21 @@ Try polyfilling it using "@formatjs/intl-pluralrules"
3220
3218
  R = h.options[ce] || h.options.other;
3221
3219
  }
3222
3220
  if (!R)
3223
- throw new Dt(h.value, g, Object.keys(h.options), u);
3221
+ throw new kt(h.value, g, Object.keys(h.options), u);
3224
3222
  a.push.apply(a, Xr(R.value, r, t, i, n, g - (h.offset || 0)));
3225
3223
  continue;
3226
3224
  }
3227
3225
  }
3228
- return Kn(a);
3226
+ return Yn(a);
3229
3227
  }
3230
- function rs(e, r) {
3228
+ function es(e, r) {
3231
3229
  return r ? T(T(T({}, e || {}), r || {}), Object.keys(e).reduce(function(t, i) {
3232
3230
  return t[i] = T(T({}, e[i]), r[i] || {}), t;
3233
3231
  }, {})) : e;
3234
3232
  }
3235
- function ts(e, r) {
3233
+ function rs(e, r) {
3236
3234
  return r ? Object.keys(e).reduce(function(t, i) {
3237
- return t[i] = rs(e[i], r[i]), t;
3235
+ return t[i] = es(e[i], r[i]), t;
3238
3236
  }, T({}, e)) : e;
3239
3237
  }
3240
3238
  function ut(e) {
@@ -3251,7 +3249,7 @@ function ut(e) {
3251
3249
  }
3252
3250
  };
3253
3251
  }
3254
- function is(e) {
3252
+ function ts(e) {
3255
3253
  return e === void 0 && (e = {
3256
3254
  number: {},
3257
3255
  dateTime: {},
@@ -3283,7 +3281,7 @@ function is(e) {
3283
3281
  })
3284
3282
  };
3285
3283
  }
3286
- var ns = (
3284
+ var is = (
3287
3285
  /** @class */
3288
3286
  function() {
3289
3287
  function e(r, t, i, n) {
@@ -3315,13 +3313,13 @@ var ns = (
3315
3313
  throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
3316
3314
  var u = n || {};
3317
3315
  u.formatters;
3318
- var a = mn(u, ["formatters"]);
3316
+ var a = fn(u, ["formatters"]);
3319
3317
  this.ast = e.__parse(r, T(T({}, a), { locale: this.resolvedLocale }));
3320
3318
  } else
3321
3319
  this.ast = r;
3322
3320
  if (!Array.isArray(this.ast))
3323
3321
  throw new TypeError("A message must be provided as a String or AST.");
3324
- this.formats = ts(e.formats, i), this.formatters = n && n.formatters || is(this.formatterCache);
3322
+ this.formats = rs(e.formats, i), this.formatters = n && n.formatters || ts(this.formatterCache);
3325
3323
  }
3326
3324
  return Object.defineProperty(e, "defaultLocale", {
3327
3325
  get: function() {
@@ -3334,7 +3332,7 @@ var ns = (
3334
3332
  var t = Intl.NumberFormat.supportedLocalesOf(r);
3335
3333
  return t.length > 0 ? new Intl.Locale(t[0]) : new Intl.Locale(typeof r == "string" ? r : r[0]);
3336
3334
  }
3337
- }, e.__parse = qn, e.formats = {
3335
+ }, e.__parse = Wn, e.formats = {
3338
3336
  number: {
3339
3337
  integer: {
3340
3338
  maximumFractionDigits: 0
@@ -3395,7 +3393,7 @@ var ns = (
3395
3393
  }, e;
3396
3394
  }()
3397
3395
  );
3398
- function ss(e, r) {
3396
+ function ns(e, r) {
3399
3397
  if (r == null)
3400
3398
  return;
3401
3399
  if (r in e)
@@ -3416,60 +3414,60 @@ function ss(e, r) {
3416
3414
  i = void 0;
3417
3415
  return i;
3418
3416
  }
3419
- const Ne = {}, os = (e, r, t) => t && (r in Ne || (Ne[r] = {}), e in Ne[r] || (Ne[r][e] = t), t), wi = (e, r) => {
3417
+ const Ne = {}, ss = (e, r, t) => t && (r in Ne || (Ne[r] = {}), e in Ne[r] || (Ne[r][e] = t), t), Ei = (e, r) => {
3420
3418
  if (r == null)
3421
3419
  return;
3422
3420
  if (r in Ne && e in Ne[r])
3423
3421
  return Ne[r][e];
3424
3422
  const t = et(r);
3425
3423
  for (let i = 0; i < t.length; i++) {
3426
- const n = t[i], s = ls(n, e);
3424
+ const n = t[i], s = as(n, e);
3427
3425
  if (s)
3428
- return os(e, r, s);
3426
+ return ss(e, r, s);
3429
3427
  }
3430
3428
  };
3431
- let xt;
3429
+ let St;
3432
3430
  const Cr = Jr({});
3433
- function as(e) {
3434
- return xt[e] || null;
3431
+ function os(e) {
3432
+ return St[e] || null;
3435
3433
  }
3436
- function _i(e) {
3437
- return e in xt;
3434
+ function vi(e) {
3435
+ return e in St;
3438
3436
  }
3439
- function ls(e, r) {
3440
- if (!_i(e))
3437
+ function as(e, r) {
3438
+ if (!vi(e))
3441
3439
  return null;
3442
- const t = as(e);
3443
- return ss(t, r);
3440
+ const t = os(e);
3441
+ return ns(t, r);
3444
3442
  }
3445
- function us(e) {
3443
+ function ls(e) {
3446
3444
  if (e == null)
3447
3445
  return;
3448
3446
  const r = et(e);
3449
3447
  for (let t = 0; t < r.length; t++) {
3450
3448
  const i = r[t];
3451
- if (_i(i))
3449
+ if (vi(i))
3452
3450
  return i;
3453
3451
  }
3454
3452
  }
3455
- function Si(e, ...r) {
3456
- delete Ne[e], Cr.update((t) => (t[e] = dn.all([t[e] || {}, ...r]), t));
3453
+ function wi(e, ...r) {
3454
+ delete Ne[e], Cr.update((t) => (t[e] = hn.all([t[e] || {}, ...r]), t));
3457
3455
  }
3458
3456
  ur(
3459
3457
  [Cr],
3460
3458
  ([e]) => Object.keys(e)
3461
3459
  );
3462
- Cr.subscribe((e) => xt = e);
3460
+ Cr.subscribe((e) => St = e);
3463
3461
  const Zr = {};
3464
- function cs(e, r) {
3462
+ function us(e, r) {
3465
3463
  Zr[e].delete(r), Zr[e].size === 0 && delete Zr[e];
3466
3464
  }
3467
- function Pi(e) {
3465
+ function _i(e) {
3468
3466
  return Zr[e];
3469
3467
  }
3470
- function hs(e) {
3468
+ function cs(e) {
3471
3469
  return et(e).map((r) => {
3472
- const t = Pi(r);
3470
+ const t = _i(r);
3473
3471
  return [r, t ? [...t] : []];
3474
3472
  }).filter(([, r]) => r.length > 0);
3475
3473
  }
@@ -3477,31 +3475,31 @@ function vt(e) {
3477
3475
  return e == null ? !1 : et(e).some(
3478
3476
  (r) => {
3479
3477
  var t;
3480
- return (t = Pi(r)) == null ? void 0 : t.size;
3478
+ return (t = _i(r)) == null ? void 0 : t.size;
3481
3479
  }
3482
3480
  );
3483
3481
  }
3484
- function fs(e, r) {
3482
+ function hs(e, r) {
3485
3483
  return Promise.all(
3486
- r.map((i) => (cs(e, i), i().then((n) => n.default || n)))
3487
- ).then((i) => Si(e, ...i));
3484
+ r.map((i) => (us(e, i), i().then((n) => n.default || n)))
3485
+ ).then((i) => wi(e, ...i));
3488
3486
  }
3489
3487
  const vr = {};
3490
- function xi(e) {
3488
+ function Si(e) {
3491
3489
  if (!vt(e))
3492
3490
  return e in vr ? vr[e] : Promise.resolve();
3493
- const r = hs(e);
3491
+ const r = cs(e);
3494
3492
  return vr[e] = Promise.all(
3495
3493
  r.map(
3496
- ([t, i]) => fs(t, i)
3494
+ ([t, i]) => hs(t, i)
3497
3495
  )
3498
3496
  ).then(() => {
3499
3497
  if (vt(e))
3500
- return xi(e);
3498
+ return Si(e);
3501
3499
  delete vr[e];
3502
3500
  }), vr[e];
3503
3501
  }
3504
- const ds = {
3502
+ const fs = {
3505
3503
  number: {
3506
3504
  scientific: { notation: "scientific" },
3507
3505
  engineering: { notation: "engineering" },
@@ -3530,34 +3528,34 @@ const ds = {
3530
3528
  timeZoneName: "short"
3531
3529
  }
3532
3530
  }
3533
- }, ms = {
3531
+ }, ds = {
3534
3532
  fallbackLocale: null,
3535
3533
  loadingDelay: 200,
3536
- formats: ds,
3534
+ formats: fs,
3537
3535
  warnOnMissingMessages: !0,
3538
3536
  handleMissingMessage: void 0,
3539
3537
  ignoreTag: !0
3540
- }, gs = ms;
3538
+ }, ms = ds;
3541
3539
  function ar() {
3542
- return gs;
3540
+ return ms;
3543
3541
  }
3544
3542
  const ct = Jr(!1);
3545
- var ps = Object.defineProperty, bs = Object.defineProperties, ys = Object.getOwnPropertyDescriptors, Gt = Object.getOwnPropertySymbols, Es = Object.prototype.hasOwnProperty, vs = Object.prototype.propertyIsEnumerable, jt = (e, r, t) => r in e ? ps(e, r, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[r] = t, ws = (e, r) => {
3543
+ var gs = Object.defineProperty, ps = Object.defineProperties, bs = Object.getOwnPropertyDescriptors, Ft = Object.getOwnPropertySymbols, ys = Object.prototype.hasOwnProperty, Es = Object.prototype.propertyIsEnumerable, Dt = (e, r, t) => r in e ? gs(e, r, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[r] = t, vs = (e, r) => {
3546
3544
  for (var t in r || (r = {}))
3547
- Es.call(r, t) && jt(e, t, r[t]);
3548
- if (Gt)
3549
- for (var t of Gt(r))
3550
- vs.call(r, t) && jt(e, t, r[t]);
3545
+ ys.call(r, t) && Dt(e, t, r[t]);
3546
+ if (Ft)
3547
+ for (var t of Ft(r))
3548
+ Es.call(r, t) && Dt(e, t, r[t]);
3551
3549
  return e;
3552
- }, _s = (e, r) => bs(e, ys(r));
3550
+ }, ws = (e, r) => ps(e, bs(r));
3553
3551
  let wt;
3554
3552
  const Wr = Jr(null);
3555
- function Vt(e) {
3553
+ function Gt(e) {
3556
3554
  return e.split("-").map((r, t, i) => i.slice(0, t + 1).join("-")).reverse();
3557
3555
  }
3558
3556
  function et(e, r = ar().fallbackLocale) {
3559
- const t = Vt(e);
3560
- return r ? [.../* @__PURE__ */ new Set([...t, ...Vt(r)])] : t;
3557
+ const t = Gt(e);
3558
+ return r ? [.../* @__PURE__ */ new Set([...t, ...Gt(r)])] : t;
3561
3559
  }
3562
3560
  function Fe() {
3563
3561
  return wt ?? void 0;
@@ -3565,22 +3563,22 @@ function Fe() {
3565
3563
  Wr.subscribe((e) => {
3566
3564
  wt = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
3567
3565
  });
3568
- const Ss = (e) => {
3569
- if (e && us(e) && vt(e)) {
3566
+ const _s = (e) => {
3567
+ if (e && ls(e) && vt(e)) {
3570
3568
  const { loadingDelay: r } = ar();
3571
3569
  let t;
3572
3570
  return typeof window < "u" && Fe() != null && r ? t = window.setTimeout(
3573
3571
  () => ct.set(!0),
3574
3572
  r
3575
- ) : ct.set(!0), xi(e).then(() => {
3573
+ ) : ct.set(!0), Si(e).then(() => {
3576
3574
  Wr.set(e);
3577
3575
  }).finally(() => {
3578
3576
  clearTimeout(t), ct.set(!1);
3579
3577
  });
3580
3578
  }
3581
3579
  return Wr.set(e);
3582
- }, cr = _s(ws({}, Wr), {
3583
- set: Ss
3580
+ }, cr = ws(vs({}, Wr), {
3581
+ set: _s
3584
3582
  }), rt = (e) => {
3585
3583
  const r = /* @__PURE__ */ Object.create(null);
3586
3584
  return (i) => {
@@ -3588,20 +3586,20 @@ const Ss = (e) => {
3588
3586
  return n in r ? r[n] : r[n] = e(i);
3589
3587
  };
3590
3588
  };
3591
- var Ps = Object.defineProperty, qr = Object.getOwnPropertySymbols, Ci = Object.prototype.hasOwnProperty, Ai = Object.prototype.propertyIsEnumerable, $t = (e, r, t) => r in e ? Ps(e, r, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[r] = t, Ct = (e, r) => {
3589
+ var Ss = Object.defineProperty, qr = Object.getOwnPropertySymbols, Pi = Object.prototype.hasOwnProperty, xi = Object.prototype.propertyIsEnumerable, jt = (e, r, t) => r in e ? Ss(e, r, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[r] = t, Pt = (e, r) => {
3592
3590
  for (var t in r || (r = {}))
3593
- Ci.call(r, t) && $t(e, t, r[t]);
3591
+ Pi.call(r, t) && jt(e, t, r[t]);
3594
3592
  if (qr)
3595
3593
  for (var t of qr(r))
3596
- Ai.call(r, t) && $t(e, t, r[t]);
3594
+ xi.call(r, t) && jt(e, t, r[t]);
3597
3595
  return e;
3598
3596
  }, hr = (e, r) => {
3599
3597
  var t = {};
3600
3598
  for (var i in e)
3601
- Ci.call(e, i) && r.indexOf(i) < 0 && (t[i] = e[i]);
3599
+ Pi.call(e, i) && r.indexOf(i) < 0 && (t[i] = e[i]);
3602
3600
  if (e != null && qr)
3603
3601
  for (var i of qr(e))
3604
- r.indexOf(i) < 0 && Ai.call(e, i) && (t[i] = e[i]);
3602
+ r.indexOf(i) < 0 && xi.call(e, i) && (t[i] = e[i]);
3605
3603
  return t;
3606
3604
  };
3607
3605
  const xr = (e, r) => {
@@ -3609,21 +3607,21 @@ const xr = (e, r) => {
3609
3607
  if (e in t && r in t[e])
3610
3608
  return t[e][r];
3611
3609
  throw new Error(`[svelte-i18n] Unknown "${r}" ${e} format.`);
3612
- }, xs = rt(
3610
+ }, Ps = rt(
3613
3611
  (e) => {
3614
3612
  var r = e, { locale: t, format: i } = r, n = hr(r, ["locale", "format"]);
3615
3613
  if (t == null)
3616
3614
  throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
3617
3615
  return i && (n = xr("number", i)), new Intl.NumberFormat(t, n);
3618
3616
  }
3619
- ), Cs = rt(
3617
+ ), xs = rt(
3620
3618
  (e) => {
3621
3619
  var r = e, { locale: t, format: i } = r, n = hr(r, ["locale", "format"]);
3622
3620
  if (t == null)
3623
3621
  throw new Error('[svelte-i18n] A "locale" must be set to format dates');
3624
3622
  return i ? n = xr("date", i) : Object.keys(n).length === 0 && (n = xr("date", "short")), new Intl.DateTimeFormat(t, n);
3625
3623
  }
3626
- ), As = rt(
3624
+ ), Cs = rt(
3627
3625
  (e) => {
3628
3626
  var r = e, { locale: t, format: i } = r, n = hr(r, ["locale", "format"]);
3629
3627
  if (t == null)
@@ -3632,33 +3630,33 @@ const xr = (e, r) => {
3632
3630
  );
3633
3631
  return i ? n = xr("time", i) : Object.keys(n).length === 0 && (n = xr("time", "short")), new Intl.DateTimeFormat(t, n);
3634
3632
  }
3635
- ), Ts = (e = {}) => {
3633
+ ), As = (e = {}) => {
3636
3634
  var r = e, {
3637
3635
  locale: t = Fe()
3638
3636
  } = r, i = hr(r, [
3639
3637
  "locale"
3640
3638
  ]);
3641
- return xs(Ct({ locale: t }, i));
3642
- }, Hs = (e = {}) => {
3639
+ return Ps(Pt({ locale: t }, i));
3640
+ }, Ts = (e = {}) => {
3643
3641
  var r = e, {
3644
3642
  locale: t = Fe()
3645
3643
  } = r, i = hr(r, [
3646
3644
  "locale"
3647
3645
  ]);
3648
- return Cs(Ct({ locale: t }, i));
3649
- }, Bs = (e = {}) => {
3646
+ return xs(Pt({ locale: t }, i));
3647
+ }, Hs = (e = {}) => {
3650
3648
  var r = e, {
3651
3649
  locale: t = Fe()
3652
3650
  } = r, i = hr(r, [
3653
3651
  "locale"
3654
3652
  ]);
3655
- return As(Ct({ locale: t }, i));
3656
- }, Is = rt(
3653
+ return Cs(Pt({ locale: t }, i));
3654
+ }, Bs = rt(
3657
3655
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
3658
- (e, r = Fe()) => new ns(e, r, ar().formats, {
3656
+ (e, r = Fe()) => new is(e, r, ar().formats, {
3659
3657
  ignoreTag: ar().ignoreTag
3660
3658
  })
3661
- ), Ns = (e, r = {}) => {
3659
+ ), Is = (e, r = {}) => {
3662
3660
  var t, i, n, s;
3663
3661
  let u = r;
3664
3662
  typeof e == "object" && (u = e, e = u.id);
@@ -3671,7 +3669,7 @@ const xr = (e, r) => {
3671
3669
  throw new Error(
3672
3670
  "[svelte-i18n] Cannot format a message without first setting the initial locale."
3673
3671
  );
3674
- let h = wi(e, f);
3672
+ let h = Ei(e, f);
3675
3673
  if (!h)
3676
3674
  h = (s = (n = (i = (t = ar()).handleMissingMessage) == null ? void 0 : i.call(t, { locale: f, id: e, defaultValue: c })) != null ? n : c) != null ? s : e;
3677
3675
  else if (typeof h != "string")
@@ -3682,7 +3680,7 @@ const xr = (e, r) => {
3682
3680
  return h;
3683
3681
  let m = h;
3684
3682
  try {
3685
- m = Is(h, f).format(a);
3683
+ m = Bs(h, f).format(a);
3686
3684
  } catch (g) {
3687
3685
  g instanceof Error && console.warn(
3688
3686
  `[svelte-i18n] Message "${e}" has syntax error:`,
@@ -3690,18 +3688,18 @@ const xr = (e, r) => {
3690
3688
  );
3691
3689
  }
3692
3690
  return m;
3693
- }, Os = (e, r) => Bs(r).format(e), Ls = (e, r) => Hs(r).format(e), Ms = (e, r) => Ts(r).format(e), Rs = (e, r = Fe()) => wi(e, r), Us = ur([cr, Cr], () => Ns);
3691
+ }, Ns = (e, r) => Hs(r).format(e), Os = (e, r) => Ts(r).format(e), Ls = (e, r) => As(r).format(e), Ms = (e, r = Fe()) => Ei(e, r), Rs = ur([cr, Cr], () => Is);
3692
+ ur([cr], () => Ns);
3694
3693
  ur([cr], () => Os);
3695
3694
  ur([cr], () => Ls);
3696
- ur([cr], () => Ms);
3697
- ur([cr, Cr], () => Rs);
3698
- function Qt(e, r) {
3699
- Si(e, r);
3695
+ ur([cr, Cr], () => Ms);
3696
+ function Vt(e, r) {
3697
+ wi(e, r);
3700
3698
  }
3701
- function ks(e) {
3699
+ function Us(e) {
3702
3700
  cr.set(e);
3703
3701
  }
3704
- const zt = {
3702
+ const $t = {
3705
3703
  en: {
3706
3704
  registerTitle: "Create your account",
3707
3705
  registerSubtitle: "Already have an account?",
@@ -3956,13 +3954,13 @@ const zt = {
3956
3954
  registerNext: "Next"
3957
3955
  }
3958
3956
  };
3959
- function Fs(e, r) {
3957
+ function ks(e, r) {
3960
3958
  if (e) {
3961
3959
  const t = document.createElement("style");
3962
3960
  t.innerHTML = r, e.appendChild(t);
3963
3961
  }
3964
3962
  }
3965
- function Ds(e, r) {
3963
+ function Fs(e, r) {
3966
3964
  const t = new URL(r);
3967
3965
  fetch(t.href).then((i) => i.text()).then((i) => {
3968
3966
  const n = document.createElement("style");
@@ -3971,7 +3969,7 @@ function Ds(e, r) {
3971
3969
  console.error("There was an error while trying to load client styling from URL", i);
3972
3970
  });
3973
3971
  }
3974
- function Gs(e, r, t) {
3972
+ function Ds(e, r, t) {
3975
3973
  if (window.emMessageBus) {
3976
3974
  const i = document.createElement("style");
3977
3975
  window.emMessageBus.subscribe(r, (n) => {
@@ -3979,10 +3977,10 @@ function Gs(e, r, t) {
3979
3977
  });
3980
3978
  }
3981
3979
  }
3982
- function js(e) {
3983
- Bi(e, "svelte-6m40jp", ".RegisterFormTitle{font-size:20px;text-transform:uppercase;font-weight:300;margin:0;padding-bottom:8px}.RegisterFormSubtitle{font-size:14px;margin:0;padding-bottom:20px}.FormLoginCallToAction{color:var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C));font-size:14px;font-weight:400;text-decoration:none;cursor:pointer}.EmailContainer,.UserContainer,.PasswordContainer,.ConfirmPasswordContainer,.PromoCodeContainer,.SecurityQuestionContainer,.SecurityAnswerContainer{color:var(--emw--registration-contrast, var(--emw--color-gray-300, #58586B));display:flex;flex-direction:column;padding-bottom:40px;position:relative}.EmailContainer label,.UserContainer label,.PasswordContainer label,.ConfirmPasswordContainer label,.PromoCodeContainer label,.SecurityQuestionContainer label,.SecurityAnswerContainer label{font-size:14px;font-weight:300;padding-bottom:5px}.EmailContainer input,.UserContainer input,.PasswordContainer input,.ConfirmPasswordContainer input,.PromoCodeContainer input,.SecurityQuestionContainer input,.SecurityAnswerContainer 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}.EmailContainer.InvalidField input,.UserContainer.InvalidField input,.PasswordContainer.InvalidField input,.ConfirmPasswordContainer.InvalidField input,.PromoCodeContainer.InvalidField input,.SecurityQuestionContainer.InvalidField input,.SecurityAnswerContainer.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))}.EmailContainer.Hidden,.UserContainer.Hidden,.PasswordContainer.Hidden,.ConfirmPasswordContainer.Hidden,.PromoCodeContainer.Hidden,.SecurityQuestionContainer.Hidden,.SecurityAnswerContainer.Hidden{display:none}.PasswordContainer,.ConfirmPasswordContainer{position:relative}.PasswordContainer input,.ConfirmPasswordContainer input{padding:5px 30px 5px 15px}.FormRequired{color:var(--emw--categories-color-secondary, var(--emw--color-secondary, #FD2839))}.TogglePasswordVisibility,.ToggleConfirmPasswordVisibility{height:13px;position:absolute;right:8px;bottom:55px}.TogglePasswordVisibility.InvalidToggle path,.TogglePasswordVisibility.InvalidToggle circle,.TogglePasswordVisibility.InvalidToggle rect,.ToggleConfirmPasswordVisibility.InvalidToggle path,.ToggleConfirmPasswordVisibility.InvalidToggle circle,.ToggleConfirmPasswordVisibility.InvalidToggle rect{fill:var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C))}.TogglePasswordVisibility path,.TogglePasswordVisibility circle,.TogglePasswordVisibility rect,.ToggleConfirmPasswordVisibility path,.ToggleConfirmPasswordVisibility circle,.ToggleConfirmPasswordVisibility rect{fill:var(--emw--registration-contrast, var(--emw--color-gray-300, #58586B))}.InvalidInput{color:var(--emw--color-error, var(--emw--color-red, #ed0909));font-size:10px;position:absolute;padding-top:5px;top:55px;line-height:10px}.ErrorMessage{margin:0 0 15px 0;font-size:12px;color:var(--emw--color-error, var(--emw--color-red, #ed0909))}.RegisterStepNext{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;margin-top:24px}.RegisterStepNext[disabled]{background:var(--emw--color-gray-100, #E6E6E6);border:1px solid var(--emw--color-gray-150, #828282);cursor:not-allowed}input::-ms-reveal,input::-ms-clear{display:none}");
3980
+ function Gs(e) {
3981
+ Ti(e, "svelte-6m40jp", ".RegisterFormTitle{font-size:20px;text-transform:uppercase;font-weight:300;margin:0;padding-bottom:8px}.RegisterFormSubtitle{font-size:14px;margin:0;padding-bottom:20px}.FormLoginCallToAction{color:var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C));font-size:14px;font-weight:400;text-decoration:none;cursor:pointer}.EmailContainer,.UserContainer,.PasswordContainer,.ConfirmPasswordContainer,.PromoCodeContainer,.SecurityQuestionContainer,.SecurityAnswerContainer{color:var(--emw--registration-contrast, var(--emw--color-gray-300, #58586B));display:flex;flex-direction:column;padding-bottom:40px;position:relative}.EmailContainer label,.UserContainer label,.PasswordContainer label,.ConfirmPasswordContainer label,.PromoCodeContainer label,.SecurityQuestionContainer label,.SecurityAnswerContainer label{font-size:14px;font-weight:300;padding-bottom:5px}.EmailContainer input,.UserContainer input,.PasswordContainer input,.ConfirmPasswordContainer input,.PromoCodeContainer input,.SecurityQuestionContainer input,.SecurityAnswerContainer 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}.EmailContainer.InvalidField input,.UserContainer.InvalidField input,.PasswordContainer.InvalidField input,.ConfirmPasswordContainer.InvalidField input,.PromoCodeContainer.InvalidField input,.SecurityQuestionContainer.InvalidField input,.SecurityAnswerContainer.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))}.EmailContainer.Hidden,.UserContainer.Hidden,.PasswordContainer.Hidden,.ConfirmPasswordContainer.Hidden,.PromoCodeContainer.Hidden,.SecurityQuestionContainer.Hidden,.SecurityAnswerContainer.Hidden{display:none}.PasswordContainer,.ConfirmPasswordContainer{position:relative}.PasswordContainer input,.ConfirmPasswordContainer input{padding:5px 30px 5px 15px}.FormRequired{color:var(--emw--categories-color-secondary, var(--emw--color-secondary, #FD2839))}.TogglePasswordVisibility,.ToggleConfirmPasswordVisibility{height:13px;position:absolute;right:8px;bottom:55px}.TogglePasswordVisibility.InvalidToggle path,.TogglePasswordVisibility.InvalidToggle circle,.TogglePasswordVisibility.InvalidToggle rect,.ToggleConfirmPasswordVisibility.InvalidToggle path,.ToggleConfirmPasswordVisibility.InvalidToggle circle,.ToggleConfirmPasswordVisibility.InvalidToggle rect{fill:var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C))}.TogglePasswordVisibility path,.TogglePasswordVisibility circle,.TogglePasswordVisibility rect,.ToggleConfirmPasswordVisibility path,.ToggleConfirmPasswordVisibility circle,.ToggleConfirmPasswordVisibility rect{fill:var(--emw--registration-contrast, var(--emw--color-gray-300, #58586B))}.InvalidInput{color:var(--emw--color-error, var(--emw--color-red, #ed0909));font-size:10px;position:absolute;padding-top:5px;top:55px;line-height:10px}.ErrorMessage{margin:0 0 15px 0;font-size:12px;color:var(--emw--color-error, var(--emw--color-red, #ed0909))}.RegisterStepNext{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;margin-top:24px}.RegisterStepNext[disabled]{background:var(--emw--color-gray-100, #E6E6E6);border:1px solid var(--emw--color-gray-150, #828282);cursor:not-allowed}input::-ms-reveal,input::-ms-clear{display:none}");
3984
3982
  }
3985
- function Xt(e) {
3983
+ function Qt(e) {
3986
3984
  let r, t = (
3987
3985
  /*$_*/
3988
3986
  e[30]("registerEmailError") + ""
@@ -4004,7 +4002,7 @@ function Xt(e) {
4004
4002
  }
4005
4003
  };
4006
4004
  }
4007
- function Zt(e) {
4005
+ function zt(e) {
4008
4006
  let r, t = (
4009
4007
  /*$_*/
4010
4008
  e[30]("registerUsernameError") + ""
@@ -4026,7 +4024,7 @@ function Zt(e) {
4026
4024
  }
4027
4025
  };
4028
4026
  }
4029
- function Vs(e) {
4027
+ function js(e) {
4030
4028
  let r, t, i, n, s, u, a, f, c;
4031
4029
  return {
4032
4030
  c() {
@@ -4046,7 +4044,7 @@ function Vs(e) {
4046
4044
  }
4047
4045
  };
4048
4046
  }
4049
- function $s(e) {
4047
+ function Vs(e) {
4050
4048
  let r, t, i, n, s, u, a, f, c, h, m, g, b, w, y;
4051
4049
  return {
4052
4050
  c() {
@@ -4066,7 +4064,7 @@ function $s(e) {
4066
4064
  }
4067
4065
  };
4068
4066
  }
4069
- function Wt(e) {
4067
+ function Xt(e) {
4070
4068
  let r, t = (
4071
4069
  /*$_*/
4072
4070
  e[30]("registerPasswordError") + ""
@@ -4088,7 +4086,7 @@ function Wt(e) {
4088
4086
  }
4089
4087
  };
4090
4088
  }
4091
- function qt(e) {
4089
+ function Zt(e) {
4092
4090
  let r, t = (
4093
4091
  /*$_*/
4094
4092
  e[30]("registerSimplePasswordError") + ""
@@ -4110,7 +4108,7 @@ function qt(e) {
4110
4108
  }
4111
4109
  };
4112
4110
  }
4113
- function Qs(e) {
4111
+ function $s(e) {
4114
4112
  let r, t, i, n, s, u, a, f, c;
4115
4113
  return {
4116
4114
  c() {
@@ -4130,7 +4128,7 @@ function Qs(e) {
4130
4128
  }
4131
4129
  };
4132
4130
  }
4133
- function zs(e) {
4131
+ function Qs(e) {
4134
4132
  let r, t, i, n, s, u, a, f, c, h, m, g, b, w, y;
4135
4133
  return {
4136
4134
  c() {
@@ -4150,7 +4148,7 @@ function zs(e) {
4150
4148
  }
4151
4149
  };
4152
4150
  }
4153
- function Jt(e) {
4151
+ function Wt(e) {
4154
4152
  let r, t = (
4155
4153
  /*$_*/
4156
4154
  e[30]("registerConfirmPasswordError") + ""
@@ -4172,7 +4170,7 @@ function Jt(e) {
4172
4170
  }
4173
4171
  };
4174
4172
  }
4175
- function Yt(e) {
4173
+ function qt(e) {
4176
4174
  let r, t = (
4177
4175
  /*custominputtextswitch*/
4178
4176
  (e[2] == "true" ? (
@@ -4206,7 +4204,7 @@ function Yt(e) {
4206
4204
  }
4207
4205
  };
4208
4206
  }
4209
- function Kt(e) {
4207
+ function Jt(e) {
4210
4208
  let r, t = (
4211
4209
  /*custominputtextswitch*/
4212
4210
  (e[2] == "true" ? (
@@ -4240,7 +4238,7 @@ function Kt(e) {
4240
4238
  }
4241
4239
  };
4242
4240
  }
4243
- function Xs(e) {
4241
+ function zs(e) {
4244
4242
  let r, t, i, n = (
4245
4243
  /*$_*/
4246
4244
  e[30]("registerTitle") + ""
@@ -4286,43 +4284,43 @@ function Xs(e) {
4286
4284
  ), Er, Fr, Ye, Dr, ae, Gr, Ke, p, N, le = (
4287
4285
  /*$_*/
4288
4286
  e[30]("registerNext") + ""
4289
- ), tt, jr, it, At, W = (
4287
+ ), tt, jr, it, xt, W = (
4290
4288
  /*invalidEmail*/
4291
- e[4] && Xt(e)
4289
+ e[4] && Qt(e)
4292
4290
  ), q = (
4293
4291
  /*invalidName*/
4294
- e[5] && Zt(e)
4292
+ e[5] && zt(e)
4295
4293
  );
4296
- function Tt(d, v) {
4294
+ function Ct(d, v) {
4297
4295
  return (
4298
4296
  /*isPasswordVisible*/
4299
- d[25] ? $s : Vs
4297
+ d[25] ? Vs : js
4300
4298
  );
4301
4299
  }
4302
- let Vr = Tt(e), _e = Vr(e), J = (
4300
+ let Vr = Ct(e), _e = Vr(e), J = (
4303
4301
  /*invalidPassword*/
4304
4302
  e[6] && /*simplepasswordvalidation*/
4305
- e[0] !== "true" && Wt(e)
4303
+ e[0] !== "true" && Xt(e)
4306
4304
  ), Y = (
4307
4305
  /*invalidPassword*/
4308
4306
  e[6] && /*simplepasswordvalidation*/
4309
- e[0] === "true" && qt(e)
4307
+ e[0] === "true" && Zt(e)
4310
4308
  );
4311
- function Ht(d, v) {
4309
+ function At(d, v) {
4312
4310
  return (
4313
4311
  /*isConfirmPasswordVisible*/
4314
- d[26] ? zs : Qs
4312
+ d[26] ? Qs : $s
4315
4313
  );
4316
4314
  }
4317
- let $r = Ht(e), Se = $r(e), K = (
4315
+ let $r = At(e), Se = $r(e), K = (
4318
4316
  /*invalidConfirmPassword*/
4319
- e[7] && Jt(e)
4317
+ e[7] && Wt(e)
4320
4318
  ), ee = (
4321
4319
  /*invalidSecurityQuestion*/
4322
- e[8] && Yt(e)
4320
+ e[8] && qt(e)
4323
4321
  ), re = (
4324
4322
  /*invalidSecurityAnswer*/
4325
- e[9] && Kt(e)
4323
+ e[9] && Jt(e)
4326
4324
  );
4327
4325
  return {
4328
4326
  c() {
@@ -4380,7 +4378,7 @@ function Xs(e) {
4380
4378
  ae,
4381
4379
  /*securityAnswer*/
4382
4380
  e[23]
4383
- ), l(de, Gr), re && re.m(de, null), l(y, p), l(y, N), l(N, tt), e[79](r), it || (At = [
4381
+ ), l(de, Gr), re && re.m(de, null), l(y, p), l(y, N), l(N, tt), e[79](r), it || (xt = [
4384
4382
  x(
4385
4383
  m,
4386
4384
  "click",
@@ -4579,7 +4577,7 @@ function Xs(e) {
4579
4577
  /*userEmail*/
4580
4578
  d[19]
4581
4579
  ), /*invalidEmail*/
4582
- d[4] ? W ? W.p(d, v) : (W = Xt(d), W.c(), W.m(A, null)) : W && (W.d(1), W = null), v[0] & /*invalidEmail, emailFocus, disabledFieldsList*/
4580
+ d[4] ? W ? W.p(d, v) : (W = Qt(d), W.c(), W.m(A, null)) : W && (W.d(1), W = null), v[0] & /*invalidEmail, emailFocus, disabledFieldsList*/
4583
4581
  132112 && Ce !== (Ce = "EmailContainer " + /*invalidEmail*/
4584
4582
  (d[4] && !/*emailFocus*/
4585
4583
  d[10] ? "InvalidField" : "") + /*disabledFieldsList*/
@@ -4594,7 +4592,7 @@ function Xs(e) {
4594
4592
  /*userValue*/
4595
4593
  d[18]
4596
4594
  ), /*invalidName*/
4597
- d[5] ? q ? q.p(d, v) : (q = Zt(d), q.c(), q.m(k, null)) : q && (q.d(1), q = null), v[0] & /*invalidName, usernameFocus, disabledFieldsList*/
4595
+ d[5] ? q ? q.p(d, v) : (q = zt(d), q.c(), q.m(k, null)) : q && (q.d(1), q = null), v[0] & /*invalidName, usernameFocus, disabledFieldsList*/
4598
4596
  133152 && ye !== (ye = "UserContainer " + /*invalidName*/
4599
4597
  (d[5] && !/*usernameFocus*/
4600
4598
  d[11] ? "InvalidField" : "") + /*disabledFieldsList*/
@@ -4608,11 +4606,11 @@ function Xs(e) {
4608
4606
  B,
4609
4607
  /*userPassword*/
4610
4608
  d[20]
4611
- ), Vr === (Vr = Tt(d)) && _e ? _e.p(d, v) : (_e.d(1), _e = Vr(d), _e && (_e.c(), _e.m(C, dr))), /*invalidPassword*/
4609
+ ), Vr === (Vr = Ct(d)) && _e ? _e.p(d, v) : (_e.d(1), _e = Vr(d), _e && (_e.c(), _e.m(C, dr))), /*invalidPassword*/
4612
4610
  d[6] && /*simplepasswordvalidation*/
4613
- d[0] !== "true" ? J ? J.p(d, v) : (J = Wt(d), J.c(), J.m(C, je)) : J && (J.d(1), J = null), /*invalidPassword*/
4611
+ d[0] !== "true" ? J ? J.p(d, v) : (J = Xt(d), J.c(), J.m(C, je)) : J && (J.d(1), J = null), /*invalidPassword*/
4614
4612
  d[6] && /*simplepasswordvalidation*/
4615
- d[0] === "true" ? Y ? Y.p(d, v) : (Y = qt(d), Y.c(), Y.m(C, null)) : Y && (Y.d(1), Y = null), v[0] & /*invalidPassword, passwordFocus, disabledFieldsList*/
4613
+ d[0] === "true" ? Y ? Y.p(d, v) : (Y = Zt(d), Y.c(), Y.m(C, null)) : Y && (Y.d(1), Y = null), v[0] & /*invalidPassword, passwordFocus, disabledFieldsList*/
4616
4614
  135232 && Me !== (Me = "PasswordContainer " + /*invalidPassword*/
4617
4615
  (d[6] && !/*passwordFocus*/
4618
4616
  d[12] ? "InvalidField" : "") + /*disabledFieldsList*/
@@ -4626,8 +4624,8 @@ function Xs(e) {
4626
4624
  $,
4627
4625
  /*confirmUserPassword*/
4628
4626
  d[21]
4629
- ), $r === ($r = Ht(d)) && Se ? Se.p(d, v) : (Se.d(1), Se = $r(d), Se && (Se.c(), Se.m(j, Qe))), /*invalidConfirmPassword*/
4630
- d[7] ? K ? K.p(d, v) : (K = Jt(d), K.c(), K.m(j, null)) : K && (K.d(1), K = null), v[0] & /*invalidConfirmPassword, confirmPasswordFocus, disabledFieldsList*/
4627
+ ), $r === ($r = At(d)) && Se ? Se.p(d, v) : (Se.d(1), Se = $r(d), Se && (Se.c(), Se.m(j, Qe))), /*invalidConfirmPassword*/
4628
+ d[7] ? K ? K.p(d, v) : (K = Wt(d), K.c(), K.m(j, null)) : K && (K.d(1), K = null), v[0] & /*invalidConfirmPassword, confirmPasswordFocus, disabledFieldsList*/
4631
4629
  139392 && Ue !== (Ue = "ConfirmPasswordContainer " + /*invalidConfirmPassword*/
4632
4630
  (d[7] && !/*confirmPasswordFocus*/
4633
4631
  d[13] ? "InvalidField" : "") + /*disabledFieldsList*/
@@ -4656,7 +4654,7 @@ function Xs(e) {
4656
4654
  /*securityQuestion*/
4657
4655
  d[22]
4658
4656
  ), /*invalidSecurityQuestion*/
4659
- d[8] ? ee ? ee.p(d, v) : (ee = Yt(d), ee.c(), ee.m(fe, null)) : ee && (ee.d(1), ee = null), v[0] & /*invalidSecurityQuestion, securityQFocus, disabledFieldsList*/
4657
+ d[8] ? ee ? ee.p(d, v) : (ee = qt(d), ee.c(), ee.m(fe, null)) : ee && (ee.d(1), ee = null), v[0] & /*invalidSecurityQuestion, securityQFocus, disabledFieldsList*/
4660
4658
  147712 && qe !== (qe = "SecurityQuestionContainer " + /*invalidSecurityQuestion*/
4661
4659
  (d[8] && !/*securityQFocus*/
4662
4660
  d[14] ? "InvalidField" : "") + /*disabledFieldsList*/
@@ -4675,7 +4673,7 @@ function Xs(e) {
4675
4673
  /*securityAnswer*/
4676
4674
  d[23]
4677
4675
  ), /*invalidSecurityAnswer*/
4678
- d[9] ? re ? re.p(d, v) : (re = Kt(d), re.c(), re.m(de, null)) : re && (re.d(1), re = null), v[0] & /*invalidSecurityAnswer, securityAFocus, disabledFieldsList*/
4676
+ d[9] ? re ? re.p(d, v) : (re = Jt(d), re.c(), re.m(de, null)) : re && (re.d(1), re = null), v[0] & /*invalidSecurityAnswer, securityAFocus, disabledFieldsList*/
4679
4677
  164352 && Ke !== (Ke = "SecurityAnswerContainer " + /*invalidSecurityAnswer*/
4680
4678
  (d[9] && !/*securityAFocus*/
4681
4679
  d[15] ? "InvalidField" : "") + /*disabledFieldsList*/
@@ -4688,13 +4686,13 @@ function Xs(e) {
4688
4686
  i: z,
4689
4687
  o: z,
4690
4688
  d(d) {
4691
- d && ie(r), W && W.d(), q && q.d(), e[60](null), _e.d(), J && J.d(), Y && Y.d(), e[66](null), Se.d(), K && K.d(), ee && ee.d(), re && re.d(), e[79](null), it = !1, lr(At);
4689
+ d && ie(r), W && W.d(), q && q.d(), e[60](null), _e.d(), J && J.d(), Y && Y.d(), e[66](null), Se.d(), K && K.d(), ee && ee.d(), re && re.d(), e[79](null), it = !1, lr(xt);
4692
4690
  }
4693
4691
  };
4694
4692
  }
4695
- function Zs(e, r, t) {
4693
+ function Xs(e, r, t) {
4696
4694
  let i;
4697
- Hi(e, Us, (p) => t(30, i = p));
4695
+ Ai(e, Rs, (p) => t(30, i = p));
4698
4696
  let { lang: n = "" } = r, { disabledfields: s = "" } = r, { simplepasswordvalidation: u = "false" } = r, { mbsource: a } = r, { clientstyling: f = "" } = r, { clientstylingurl: c = "" } = r, { translationurl: h = "" } = r, { savecredentials: m = "" } = r, { custominputtextswitch: g = "false" } = r, b = !1, w = !1, y = !1, A = !1, O = !1, M = !1, R = !1, ce = !1, G = !1, me = !1, U = !1, De = !1, Ce = !1, Ge, k = "", X = "", he = "", ge = "", ne = "", V = "", Ae = "", F = !1, Pe = !1, Te, ye, pe = {}, C = {
4699
4697
  username: !1,
4700
4698
  email: !1,
@@ -4712,14 +4710,14 @@ function Zs(e, r, t) {
4712
4710
  const Ar = () => {
4713
4711
  fetch(h).then((N) => N.json()).then((N) => {
4714
4712
  Object.keys(N).forEach((le) => {
4715
- Qt(le, N[le]);
4713
+ Vt(le, N[le]);
4716
4714
  });
4717
4715
  }).catch((N) => {
4718
4716
  console.log(N);
4719
4717
  });
4720
4718
  };
4721
- Object.keys(zt).forEach((p) => {
4722
- Qt(p, zt[p]);
4719
+ Object.keys($t).forEach((p) => {
4720
+ Vt(p, $t[p]);
4723
4721
  });
4724
4722
  const Oe = () => {
4725
4723
  window.postMessage({ type: "ToLogin" }, window.location.href);
@@ -4829,9 +4827,9 @@ function Zs(e, r, t) {
4829
4827
  }, Br = () => {
4830
4828
  t(17, Ge = s.split(","));
4831
4829
  }, we = () => {
4832
- ks(n);
4830
+ Us(n);
4833
4831
  };
4834
- Ri(() => (window.addEventListener("message", Ue, !1), () => {
4832
+ Li(() => (window.addEventListener("message", Ue, !1), () => {
4835
4833
  window.removeEventListener("message", Ue);
4836
4834
  }));
4837
4835
  const ke = () => Oe();
@@ -4888,11 +4886,11 @@ function Zs(e, r, t) {
4888
4886
  16384 && s && Br(), e.$$.dirty[0] & /*simplepasswordvalidation*/
4889
4887
  1 && u && dr(), e.$$.dirty[0] & /*customStylingContainer*/
4890
4888
  8 | e.$$.dirty[1] & /*clientstyling*/
4891
- 65536 && f && Z && Fs(Z, f), e.$$.dirty[0] & /*customStylingContainer*/
4889
+ 65536 && f && Z && ks(Z, f), e.$$.dirty[0] & /*customStylingContainer*/
4892
4890
  8 | e.$$.dirty[1] & /*clientstylingurl*/
4893
- 131072 && c && Z && Ds(Z, c), e.$$.dirty[0] & /*customStylingContainer*/
4891
+ 131072 && c && Z && Fs(Z, c), e.$$.dirty[0] & /*customStylingContainer*/
4894
4892
  8 | e.$$.dirty[1] & /*mbsource*/
4895
- 32768 && a && Z && Gs(Z, `${a}.Style`), e.$$.dirty[1] & /*translationurl*/
4893
+ 32768 && a && Z && Ds(Z, `${a}.Style`), e.$$.dirty[1] & /*translationurl*/
4896
4894
  262144 && h && Ar();
4897
4895
  }, [
4898
4896
  u,
@@ -4977,14 +4975,14 @@ function Zs(e, r, t) {
4977
4975
  Ke
4978
4976
  ];
4979
4977
  }
4980
- class Ws extends Zi {
4978
+ class Zs extends zi {
4981
4979
  constructor(r) {
4982
- super(), zi(
4980
+ super(), $i(
4983
4981
  this,
4984
4982
  r,
4985
- Zs,
4986
4983
  Xs,
4987
- ri,
4984
+ zs,
4985
+ Kt,
4988
4986
  {
4989
4987
  lang: 44,
4990
4988
  disabledfields: 45,
@@ -4996,7 +4994,7 @@ class Ws extends Zi {
4996
4994
  savecredentials: 1,
4997
4995
  custominputtextswitch: 2
4998
4996
  },
4999
- js,
4997
+ Gs,
5000
4998
  [-1, -1, -1, -1]
5001
4999
  );
5002
5000
  }
@@ -5055,7 +5053,7 @@ class Ws extends Zi {
5055
5053
  this.$$set({ custominputtextswitch: r }), be();
5056
5054
  }
5057
5055
  }
5058
- Xi(Ws, { lang: {}, disabledfields: {}, simplepasswordvalidation: {}, mbsource: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, savecredentials: {}, custominputtextswitch: {} }, [], [], !0);
5056
+ Qi(Zs, { lang: {}, disabledfields: {}, simplepasswordvalidation: {}, mbsource: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, savecredentials: {}, custominputtextswitch: {} }, [], [], !0);
5059
5057
  export {
5060
- Ws as G
5058
+ Zs as G
5061
5059
  };