@everymatrix/general-player-register-form-nd 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.
Files changed (23) hide show
  1. package/components/{GeneralPlayerRegisterFormNd-Dr0PY5XW.js → GeneralPlayerRegisterFormNd-8VTYGxnW.js} +1075 -985
  2. package/components/{GeneralPlayerRegisterFormNd-QoCxLCNr.js → GeneralPlayerRegisterFormNd-BjOJLme-.js} +1137 -1047
  3. package/components/GeneralPlayerRegisterFormNd-COjoPcnq.cjs +18 -0
  4. package/components/{GeneralPlayerRegisterFormStep1-JRIJq5z_.cjs → GeneralPlayerRegisterFormStep1-BsCbmcDH.cjs} +1 -1
  5. package/components/{GeneralPlayerRegisterFormStep1-I6tVsjST.js → GeneralPlayerRegisterFormStep1-CCva_4Fo.js} +539 -544
  6. package/components/{GeneralPlayerRegisterFormStep1-DOTUzvZi.js → GeneralPlayerRegisterFormStep1-DugGIjlq.js} +538 -543
  7. package/components/GeneralPlayerRegisterFormStep2-BeQ6H63w.cjs +10 -0
  8. package/components/{GeneralPlayerRegisterFormStep2-BDIjqPh7.js → GeneralPlayerRegisterFormStep2-JKnXlklk.js} +1647 -1704
  9. package/components/{GeneralPlayerRegisterFormStep2-BRIurvy3.js → GeneralPlayerRegisterFormStep2-p71LzdWX.js} +1500 -1565
  10. package/components/{GeneralPlayerRegisterFormStep3-B7AqiDVg.js → GeneralPlayerRegisterFormStep3-8H6c1Q-J.js} +484 -491
  11. package/components/{GeneralPlayerRegisterFormStep3-3yVHwKDi.js → GeneralPlayerRegisterFormStep3-CZTxpXVK.js} +495 -502
  12. package/components/GeneralPlayerRegisterFormStep3-Cpht1p_r.cjs +1 -0
  13. package/components/GeneralPlayerSmsVerificationForm-CnRSLLl4.cjs +1 -0
  14. package/components/{GeneralPlayerSmsVerificationForm-I_smD871.js → GeneralPlayerSmsVerificationForm-gWDpjIxA.js} +180 -187
  15. package/components/{GeneralPlayerSmsVerificationForm-D93ijZa3.js → GeneralPlayerSmsVerificationForm-us-I-beF.js} +183 -190
  16. package/es2015/general-player-register-form-nd.cjs +1 -1
  17. package/es2015/general-player-register-form-nd.js +1 -1
  18. package/esnext/general-player-register-form-nd.js +1 -1
  19. package/package.json +1 -1
  20. package/components/GeneralPlayerRegisterFormNd-B3B0HgIH.cjs +0 -5
  21. package/components/GeneralPlayerRegisterFormStep2-DwejkktO.cjs +0 -10
  22. package/components/GeneralPlayerRegisterFormStep3-DGNV6yud.cjs +0 -1
  23. package/components/GeneralPlayerSmsVerificationForm-BkFD5fn4.cjs +0 -1
@@ -1,28 +1,28 @@
1
1
  function k() {
2
2
  }
3
- function or(e) {
3
+ function ar(e) {
4
4
  return e();
5
5
  }
6
6
  function Ct() {
7
7
  return /* @__PURE__ */ Object.create(null);
8
8
  }
9
- function de(e) {
10
- e.forEach(or);
9
+ function ge(e) {
10
+ e.forEach(ar);
11
11
  }
12
- function ht(e) {
12
+ function ft(e) {
13
13
  return typeof e == "function";
14
14
  }
15
- function ar(e, t) {
15
+ function ur(e, t) {
16
16
  return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
17
17
  }
18
- let Ee;
19
- function ks(e, t) {
20
- return e === t ? !0 : (Ee || (Ee = document.createElement("a")), Ee.href = t, e === Ee.href);
18
+ let we;
19
+ function js(e, t) {
20
+ return e === t ? !0 : (we || (we = document.createElement("a")), we.href = t, e === we.href);
21
21
  }
22
- function tn(e) {
22
+ function en(e) {
23
23
  return Object.keys(e).length === 0;
24
24
  }
25
- function ur(e, ...t) {
25
+ function lr(e, ...t) {
26
26
  if (e == null) {
27
27
  for (const n of t)
28
28
  n(void 0);
@@ -31,25 +31,22 @@ function ur(e, ...t) {
31
31
  const r = e.subscribe(...t);
32
32
  return r.unsubscribe ? () => r.unsubscribe() : r;
33
33
  }
34
- function rn(e, t, r) {
35
- e.$$.on_destroy.push(ur(t, r));
34
+ function tn(e, t, r) {
35
+ e.$$.on_destroy.push(lr(t, r));
36
36
  }
37
- const Gs = typeof window < "u" ? window : typeof globalThis < "u" ? globalThis : (
38
- // @ts-ignore Node typings have this
39
- global
40
- );
41
37
  function E(e, t) {
42
38
  e.appendChild(t);
43
39
  }
44
- function nn(e, t, r) {
45
- const n = sn(e);
40
+ function rn(e, t, r) {
41
+ const n = nn(e);
46
42
  if (!n.getElementById(t)) {
47
43
  const i = B("style");
48
- i.id = t, i.textContent = r, on(n, i);
44
+ i.id = t, i.textContent = r, sn(n, i);
49
45
  }
50
46
  }
51
- function sn(e) {
52
- if (!e) return document;
47
+ function nn(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,7 +54,7 @@ function sn(e) {
57
54
  t
58
55
  ) : e.ownerDocument;
59
56
  }
60
- function on(e, t) {
57
+ function sn(e, t) {
61
58
  return E(
62
59
  /** @type {Document} */
63
60
  e.head || e,
@@ -70,46 +67,46 @@ function F(e, t, r) {
70
67
  function N(e) {
71
68
  e.parentNode && e.parentNode.removeChild(e);
72
69
  }
73
- function js(e, t) {
70
+ function $s(e, t) {
74
71
  for (let r = 0; r < e.length; r += 1)
75
72
  e[r] && e[r].d(t);
76
73
  }
77
74
  function B(e) {
78
75
  return document.createElement(e);
79
76
  }
80
- function we(e) {
77
+ function Se(e) {
81
78
  return document.createElementNS("http://www.w3.org/2000/svg", e);
82
79
  }
83
- function j(e) {
80
+ function $(e) {
84
81
  return document.createTextNode(e);
85
82
  }
86
83
  function U() {
87
- return j(" ");
84
+ return $(" ");
88
85
  }
89
- function an() {
90
- return j("");
86
+ function on() {
87
+ return $("");
91
88
  }
92
- function un(e, t, r, n) {
89
+ function an(e, t, r, n) {
93
90
  return e.addEventListener(t, r, n), () => e.removeEventListener(t, r, n);
94
91
  }
95
- function T(e, t, r) {
92
+ function x(e, t, r) {
96
93
  r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
97
94
  }
98
95
  function m(e, t, r) {
99
96
  const n = t.toLowerCase();
100
- n in e ? e[n] = typeof e[n] == "boolean" && r === "" ? !0 : r : t in e ? e[t] = typeof e[t] == "boolean" && r === "" ? !0 : r : T(e, t, r);
97
+ n in e ? e[n] = typeof e[n] == "boolean" && r === "" ? !0 : r : t in e ? e[t] = typeof e[t] == "boolean" && r === "" ? !0 : r : x(e, t, r);
101
98
  }
102
- function ln(e) {
99
+ function un(e) {
103
100
  return Array.from(e.childNodes);
104
101
  }
105
- function Y(e, t) {
102
+ function K(e, t) {
106
103
  t = "" + t, e.data !== t && (e.data = /** @type {string} */
107
104
  t);
108
105
  }
109
- function $s(e, t) {
106
+ function Vs(e, t) {
110
107
  e.value = t ?? "";
111
108
  }
112
- function Vs(e, t, r) {
109
+ function Xs(e, t, r) {
113
110
  for (let n = 0; n < e.options.length; n += 1) {
114
111
  const i = e.options[n];
115
112
  if (i.__value === t) {
@@ -119,11 +116,11 @@ function Vs(e, t, r) {
119
116
  }
120
117
  (!r || t !== void 0) && (e.selectedIndex = -1);
121
118
  }
122
- function Xs(e) {
119
+ function Ws(e) {
123
120
  const t = e.querySelector(":checked");
124
121
  return t && t.__value;
125
122
  }
126
- function hn(e) {
123
+ function ln(e) {
127
124
  const t = {};
128
125
  return e.childNodes.forEach(
129
126
  /** @param {Element} node */
@@ -132,88 +129,90 @@ function hn(e) {
132
129
  }
133
130
  ), t;
134
131
  }
135
- let ce;
136
- function fe(e) {
137
- ce = e;
132
+ let me;
133
+ function ce(e) {
134
+ me = e;
138
135
  }
139
- function fn() {
140
- if (!ce) throw new Error("Function called outside component initialization");
141
- return ce;
136
+ function hn() {
137
+ if (!me)
138
+ throw new Error("Function called outside component initialization");
139
+ return me;
142
140
  }
143
- function cn(e) {
144
- fn().$$.on_mount.push(e);
141
+ function fn(e) {
142
+ hn().$$.on_mount.push(e);
145
143
  }
146
- const Q = [], Pe = [];
147
- let K = [];
148
- const Ot = [], mn = /* @__PURE__ */ Promise.resolve();
149
- let Je = !1;
150
- function pn() {
151
- Je || (Je = !0, mn.then(A));
144
+ const Y = [], Oe = [];
145
+ let ee = [];
146
+ const It = [], cn = /* @__PURE__ */ Promise.resolve();
147
+ let qe = !1;
148
+ function mn() {
149
+ qe || (qe = !0, cn.then(A));
152
150
  }
153
- function qe(e) {
154
- K.push(e);
151
+ function Qe(e) {
152
+ ee.push(e);
155
153
  }
156
- const Ge = /* @__PURE__ */ new Set();
157
- let J = 0;
154
+ const je = /* @__PURE__ */ new Set();
155
+ let q = 0;
158
156
  function A() {
159
- if (J !== 0)
157
+ if (q !== 0)
160
158
  return;
161
- const e = ce;
159
+ const e = me;
162
160
  do {
163
161
  try {
164
- for (; J < Q.length; ) {
165
- const t = Q[J];
166
- J++, fe(t), dn(t.$$);
162
+ for (; q < Y.length; ) {
163
+ const t = Y[q];
164
+ q++, ce(t), pn(t.$$);
167
165
  }
168
166
  } catch (t) {
169
- throw Q.length = 0, J = 0, t;
167
+ throw Y.length = 0, q = 0, t;
170
168
  }
171
- for (fe(null), Q.length = 0, J = 0; Pe.length; ) Pe.pop()();
172
- for (let t = 0; t < K.length; t += 1) {
173
- const r = K[t];
174
- Ge.has(r) || (Ge.add(r), r());
169
+ for (ce(null), Y.length = 0, q = 0; Oe.length; )
170
+ Oe.pop()();
171
+ for (let t = 0; t < ee.length; t += 1) {
172
+ const r = ee[t];
173
+ je.has(r) || (je.add(r), r());
175
174
  }
176
- K.length = 0;
177
- } while (Q.length);
178
- for (; Ot.length; )
179
- Ot.pop()();
180
- Je = !1, Ge.clear(), fe(e);
175
+ ee.length = 0;
176
+ } while (Y.length);
177
+ for (; It.length; )
178
+ It.pop()();
179
+ qe = !1, je.clear(), ce(e);
181
180
  }
182
- function dn(e) {
181
+ function pn(e) {
183
182
  if (e.fragment !== null) {
184
- e.update(), de(e.before_update);
183
+ e.update(), ge(e.before_update);
185
184
  const t = e.dirty;
186
- e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(qe);
185
+ e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Qe);
187
186
  }
188
187
  }
189
- function gn(e) {
188
+ function dn(e) {
190
189
  const t = [], r = [];
191
- K.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), K = t;
190
+ ee.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), ee = t;
192
191
  }
193
- const bn = /* @__PURE__ */ new Set();
194
- function yn(e, t) {
195
- e && e.i && (bn.delete(e), e.i(t));
192
+ const gn = /* @__PURE__ */ new Set();
193
+ function bn(e, t) {
194
+ e && e.i && (gn.delete(e), e.i(t));
196
195
  }
197
- function Ws(e) {
196
+ function zs(e) {
198
197
  return e?.length !== void 0 ? e : Array.from(e);
199
198
  }
200
- function vn(e, t, r) {
199
+ function yn(e, t, r) {
201
200
  const { fragment: n, after_update: i } = e.$$;
202
- n && n.m(t, r), qe(() => {
203
- const s = e.$$.on_mount.map(or).filter(ht);
204
- e.$$.on_destroy ? e.$$.on_destroy.push(...s) : de(s), e.$$.on_mount = [];
205
- }), i.forEach(qe);
201
+ n && n.m(t, r), Qe(() => {
202
+ const s = e.$$.on_mount.map(ar).filter(ft);
203
+ e.$$.on_destroy ? e.$$.on_destroy.push(...s) : ge(s), e.$$.on_mount = [];
204
+ }), i.forEach(Qe);
206
205
  }
207
- function _n(e, t) {
206
+ function vn(e, t) {
208
207
  const r = e.$$;
209
- r.fragment !== null && (gn(r.after_update), de(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
208
+ r.fragment !== null && (dn(r.after_update), ge(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
210
209
  }
211
- function En(e, t) {
212
- e.$$.dirty[0] === -1 && (Q.push(e), pn(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
210
+ function _n(e, t) {
211
+ e.$$.dirty[0] === -1 && (Y.push(e), mn(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
213
212
  }
214
- function wn(e, t, r, n, i, s, o = null, a = [-1]) {
215
- const h = ce;
216
- fe(e);
213
+ function En(e, t, r, n, i, s, o = null, a = [-1]) {
214
+ const h = me;
215
+ ce(e);
217
216
  const l = e.$$ = {
218
217
  fragment: null,
219
218
  ctx: [],
@@ -239,19 +238,19 @@ function wn(e, t, r, n, i, s, o = null, a = [-1]) {
239
238
  let u = !1;
240
239
  if (l.ctx = r ? r(e, t.props || {}, (c, p, ...y) => {
241
240
  const g = y.length ? y[0] : p;
242
- return l.ctx && i(l.ctx[c], l.ctx[c] = g) && (!l.skip_bound && l.bound[c] && l.bound[c](g), u && En(e, c)), p;
243
- }) : [], l.update(), u = !0, de(l.before_update), l.fragment = n ? n(l.ctx) : !1, t.target) {
241
+ return l.ctx && i(l.ctx[c], l.ctx[c] = g) && (!l.skip_bound && l.bound[c] && l.bound[c](g), u && _n(e, c)), p;
242
+ }) : [], l.update(), u = !0, ge(l.before_update), l.fragment = n ? n(l.ctx) : !1, t.target) {
244
243
  if (t.hydrate) {
245
- const c = ln(t.target);
244
+ const c = un(t.target);
246
245
  l.fragment && l.fragment.l(c), c.forEach(N);
247
246
  } else
248
247
  l.fragment && l.fragment.c();
249
- t.intro && yn(e.$$.fragment), vn(e, t.target, t.anchor), A();
248
+ t.intro && bn(e.$$.fragment), yn(e, t.target, t.anchor), A();
250
249
  }
251
- fe(h);
250
+ ce(h);
252
251
  }
253
- let lr;
254
- typeof HTMLElement == "function" && (lr = class extends HTMLElement {
252
+ let hr;
253
+ typeof HTMLElement == "function" && (hr = class extends HTMLElement {
255
254
  /** The Svelte component constructor */
256
255
  $$ctor;
257
256
  /** Slots */
@@ -293,7 +292,7 @@ typeof HTMLElement == "function" && (lr = class extends HTMLElement {
293
292
  let s;
294
293
  return {
295
294
  c: function() {
296
- s = B("slot"), i !== "default" && T(s, "name", i);
295
+ s = B("slot"), i !== "default" && x(s, "name", i);
297
296
  },
298
297
  /**
299
298
  * @param {HTMLElement} target
@@ -310,12 +309,12 @@ typeof HTMLElement == "function" && (lr = class extends HTMLElement {
310
309
  };
311
310
  if (await Promise.resolve(), !this.$$cn || this.$$c)
312
311
  return;
313
- const t = {}, r = hn(this);
312
+ const t = {}, r = ln(this);
314
313
  for (const i of this.$$s)
315
314
  i in r && (t[i] = [e(i)]);
316
315
  for (const i of this.attributes) {
317
316
  const s = this.$$g_p(i.name);
318
- s in this.$$d || (this.$$d[s] = Te(s, i.value, this.$$p_d, "toProp"));
317
+ s in this.$$d || (this.$$d[s] = He(s, i.value, this.$$p_d, "toProp"));
319
318
  }
320
319
  for (const i in this.$$p_d)
321
320
  !(i in this.$$d) && this[i] !== void 0 && (this.$$d[i] = this[i], delete this[i]);
@@ -333,7 +332,7 @@ typeof HTMLElement == "function" && (lr = class extends HTMLElement {
333
332
  this.$$r = !0;
334
333
  for (const i in this.$$p_d)
335
334
  if (this.$$d[i] = this.$$c.$$.ctx[this.$$c.$$.props[i]], this.$$p_d[i].reflect) {
336
- const s = Te(
335
+ const s = He(
337
336
  i,
338
337
  this.$$d[i],
339
338
  this.$$p_d,
@@ -355,7 +354,7 @@ typeof HTMLElement == "function" && (lr = class extends HTMLElement {
355
354
  // We don't need this when working within Svelte code, but for compatibility of people using this outside of Svelte
356
355
  // and setting attributes through setAttribute etc, this is helpful
357
356
  attributeChangedCallback(e, t, r) {
358
- this.$$r || (e = this.$$g_p(e), this.$$d[e] = Te(e, r, this.$$p_d, "toProp"), this.$$c?.$set({ [e]: this.$$d[e] }));
357
+ this.$$r || (e = this.$$g_p(e), this.$$d[e] = He(e, r, this.$$p_d, "toProp"), this.$$c?.$set({ [e]: this.$$d[e] }));
359
358
  }
360
359
  disconnectedCallback() {
361
360
  this.$$cn = !1, Promise.resolve().then(() => {
@@ -368,7 +367,7 @@ typeof HTMLElement == "function" && (lr = class extends HTMLElement {
368
367
  ) || e;
369
368
  }
370
369
  });
371
- function Te(e, t, r, n) {
370
+ function He(e, t, r, n) {
372
371
  const i = r[e]?.type;
373
372
  if (t = i === "Boolean" && typeof t != "boolean" ? t != null : t, !n || !r[e])
374
373
  return t;
@@ -397,8 +396,8 @@ function Te(e, t, r, n) {
397
396
  return t;
398
397
  }
399
398
  }
400
- function xn(e, t, r, n, i, s) {
401
- let o = class extends lr {
399
+ function wn(e, t, r, n, i, s) {
400
+ let o = class extends hr {
402
401
  constructor() {
403
402
  super(e, r, i), this.$$p_d = t;
404
403
  }
@@ -414,7 +413,7 @@ function xn(e, t, r, n, i, s) {
414
413
  return this.$$c && a in this.$$c ? this.$$c[a] : this.$$d[a];
415
414
  },
416
415
  set(h) {
417
- h = Te(a, h, t), this.$$d[a] = h, this.$$c?.$set({ [a]: h });
416
+ h = He(a, h, t), this.$$d[a] = h, this.$$c?.$set({ [a]: h });
418
417
  }
419
418
  });
420
419
  }), n.forEach((a) => {
@@ -445,7 +444,7 @@ class Sn {
445
444
  $$set = void 0;
446
445
  /** @returns {void} */
447
446
  $destroy() {
448
- _n(this, 1), this.$destroy = k;
447
+ vn(this, 1), this.$destroy = k;
449
448
  }
450
449
  /**
451
450
  * @template {Extract<keyof Events, string>} K
@@ -454,7 +453,7 @@ class Sn {
454
453
  * @returns {() => void}
455
454
  */
456
455
  $on(t, r) {
457
- if (!ht(r))
456
+ if (!ft(r))
458
457
  return k;
459
458
  const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
460
459
  return n.push(r), () => {
@@ -467,22 +466,37 @@ class Sn {
467
466
  * @returns {void}
468
467
  */
469
468
  $set(t) {
470
- this.$$set && !tn(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
469
+ this.$$set && !en(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
471
470
  }
472
471
  }
473
- const Tn = "4";
474
- typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Tn);
475
- var Qe = function(e, t) {
476
- return Qe = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
472
+ const xn = "4";
473
+ typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(xn);
474
+ /*! *****************************************************************************
475
+ Copyright (c) Microsoft Corporation.
476
+
477
+ Permission to use, copy, modify, and/or distribute this software for any
478
+ purpose with or without fee is hereby granted.
479
+
480
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
481
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
482
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
483
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
484
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
485
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
486
+ PERFORMANCE OF THIS SOFTWARE.
487
+ ***************************************************************************** */
488
+ var Ye = function(e, t) {
489
+ return Ye = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
477
490
  r.__proto__ = n;
478
491
  } || function(r, n) {
479
- for (var i in n) Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
480
- }, Qe(e, t);
492
+ for (var i in n)
493
+ Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
494
+ }, Ye(e, t);
481
495
  };
482
- function V(e, t) {
496
+ function X(e, t) {
483
497
  if (typeof t != "function" && t !== null)
484
498
  throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
485
- Qe(e, t);
499
+ Ye(e, t);
486
500
  function r() {
487
501
  this.constructor = e;
488
502
  }
@@ -492,61 +506,69 @@ var w = function() {
492
506
  return w = Object.assign || function(t) {
493
507
  for (var r, n = 1, i = arguments.length; n < i; n++) {
494
508
  r = arguments[n];
495
- for (var s in r) Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
509
+ for (var s in r)
510
+ Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
496
511
  }
497
512
  return t;
498
513
  }, w.apply(this, arguments);
499
514
  };
500
- function Hn(e, t) {
515
+ function Tn(e, t) {
501
516
  var r = {};
502
- for (var n in e) Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
517
+ for (var n in e)
518
+ Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
503
519
  if (e != null && typeof Object.getOwnPropertySymbols == "function")
504
520
  for (var i = 0, n = Object.getOwnPropertySymbols(e); i < n.length; i++)
505
521
  t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
506
522
  return r;
507
523
  }
508
- function Ye(e) {
524
+ function Ke(e) {
509
525
  var t = typeof Symbol == "function" && Symbol.iterator, r = t && e[t], n = 0;
510
- if (r) return r.call(e);
511
- if (e && typeof e.length == "number") return {
512
- next: function() {
513
- return e && n >= e.length && (e = void 0), { value: e && e[n++], done: !e };
514
- }
515
- };
526
+ if (r)
527
+ return r.call(e);
528
+ if (e && typeof e.length == "number")
529
+ return {
530
+ next: function() {
531
+ return e && n >= e.length && (e = void 0), { value: e && e[n++], done: !e };
532
+ }
533
+ };
516
534
  throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
517
535
  }
518
- function Ke(e, t) {
536
+ function et(e, t) {
519
537
  var r = typeof Symbol == "function" && e[Symbol.iterator];
520
- if (!r) return e;
538
+ if (!r)
539
+ return e;
521
540
  var n = r.call(e), i, s = [], o;
522
541
  try {
523
- for (; (t === void 0 || t-- > 0) && !(i = n.next()).done; ) s.push(i.value);
542
+ for (; (t === void 0 || t-- > 0) && !(i = n.next()).done; )
543
+ s.push(i.value);
524
544
  } catch (a) {
525
545
  o = { error: a };
526
546
  } finally {
527
547
  try {
528
548
  i && !i.done && (r = n.return) && r.call(n);
529
549
  } finally {
530
- if (o) throw o.error;
550
+ if (o)
551
+ throw o.error;
531
552
  }
532
553
  }
533
554
  return s;
534
555
  }
535
- function ee(e, t, r) {
536
- if (r || arguments.length === 2) for (var n = 0, i = t.length, s; n < i; n++)
537
- (s || !(n in t)) && (s || (s = Array.prototype.slice.call(t, 0, n)), s[n] = t[n]);
538
- return e.concat(s || Array.prototype.slice.call(t));
556
+ function te(e, t, r) {
557
+ if (r || arguments.length === 2)
558
+ for (var n = 0, i = t.length, s; n < i; n++)
559
+ (s || !(n in t)) && (s || (s = Array.prototype.slice.call(t, 0, n)), s[n] = t[n]);
560
+ return e.concat(s || t);
539
561
  }
540
- function $(e) {
562
+ function V(e) {
541
563
  return typeof e == "function";
542
564
  }
543
- function hr(e) {
565
+ function fr(e) {
544
566
  var t = function(n) {
545
567
  Error.call(n), n.stack = new Error().stack;
546
568
  }, r = e(t);
547
569
  return r.prototype = Object.create(Error.prototype), r.prototype.constructor = r, r;
548
570
  }
549
- var je = hr(function(e) {
571
+ var $e = fr(function(e) {
550
572
  return function(r) {
551
573
  e(this), this.message = r ? r.length + ` errors occurred during unsubscription:
552
574
  ` + r.map(function(n, i) {
@@ -555,13 +577,13 @@ var je = hr(function(e) {
555
577
  `) : "", this.name = "UnsubscriptionError", this.errors = r;
556
578
  };
557
579
  });
558
- function et(e, t) {
580
+ function tt(e, t) {
559
581
  if (e) {
560
582
  var r = e.indexOf(t);
561
583
  0 <= r && e.splice(r, 1);
562
584
  }
563
585
  }
564
- var Ie = function() {
586
+ var Le = function() {
565
587
  function e(t) {
566
588
  this.initialTeardown = t, this.closed = !1, this._parentage = null, this._finalizers = null;
567
589
  }
@@ -573,7 +595,7 @@ var Ie = function() {
573
595
  if (o)
574
596
  if (this._parentage = null, Array.isArray(o))
575
597
  try {
576
- for (var a = Ye(o), h = a.next(); !h.done; h = a.next()) {
598
+ for (var a = Ke(o), h = a.next(); !h.done; h = a.next()) {
577
599
  var l = h.value;
578
600
  l.remove(this);
579
601
  }
@@ -583,28 +605,29 @@ var Ie = function() {
583
605
  try {
584
606
  h && !h.done && (r = a.return) && r.call(a);
585
607
  } finally {
586
- if (t) throw t.error;
608
+ if (t)
609
+ throw t.error;
587
610
  }
588
611
  }
589
612
  else
590
613
  o.remove(this);
591
614
  var u = this.initialTeardown;
592
- if ($(u))
615
+ if (V(u))
593
616
  try {
594
617
  u();
595
618
  } catch (d) {
596
- s = d instanceof je ? d.errors : [d];
619
+ s = d instanceof $e ? d.errors : [d];
597
620
  }
598
621
  var c = this._finalizers;
599
622
  if (c) {
600
623
  this._finalizers = null;
601
624
  try {
602
- for (var p = Ye(c), y = p.next(); !y.done; y = p.next()) {
625
+ for (var p = Ke(c), y = p.next(); !y.done; y = p.next()) {
603
626
  var g = y.value;
604
627
  try {
605
- It(g);
628
+ Lt(g);
606
629
  } catch (d) {
607
- s = s ?? [], d instanceof je ? s = ee(ee([], Ke(s)), Ke(d.errors)) : s.push(d);
630
+ s = s ?? [], d instanceof $e ? s = te(te([], et(s)), et(d.errors)) : s.push(d);
608
631
  }
609
632
  }
610
633
  } catch (d) {
@@ -613,18 +636,19 @@ var Ie = function() {
613
636
  try {
614
637
  y && !y.done && (i = p.return) && i.call(p);
615
638
  } finally {
616
- if (n) throw n.error;
639
+ if (n)
640
+ throw n.error;
617
641
  }
618
642
  }
619
643
  }
620
644
  if (s)
621
- throw new je(s);
645
+ throw new $e(s);
622
646
  }
623
647
  }, e.prototype.add = function(t) {
624
648
  var r;
625
649
  if (t && t !== this)
626
650
  if (this.closed)
627
- It(t);
651
+ Lt(t);
628
652
  else {
629
653
  if (t instanceof e) {
630
654
  if (t.closed || t._hasParent(this))
@@ -641,56 +665,56 @@ var Ie = function() {
641
665
  this._parentage = Array.isArray(r) ? (r.push(t), r) : r ? [r, t] : t;
642
666
  }, e.prototype._removeParent = function(t) {
643
667
  var r = this._parentage;
644
- r === t ? this._parentage = null : Array.isArray(r) && et(r, t);
668
+ r === t ? this._parentage = null : Array.isArray(r) && tt(r, t);
645
669
  }, e.prototype.remove = function(t) {
646
670
  var r = this._finalizers;
647
- r && et(r, t), t instanceof e && t._removeParent(this);
671
+ r && tt(r, t), t instanceof e && t._removeParent(this);
648
672
  }, e.EMPTY = function() {
649
673
  var t = new e();
650
674
  return t.closed = !0, t;
651
675
  }(), e;
652
- }(), fr = Ie.EMPTY;
653
- function cr(e) {
654
- return e instanceof Ie || e && "closed" in e && $(e.remove) && $(e.add) && $(e.unsubscribe);
676
+ }(), cr = Le.EMPTY;
677
+ function mr(e) {
678
+ return e instanceof Le || e && "closed" in e && V(e.remove) && V(e.add) && V(e.unsubscribe);
655
679
  }
656
- function It(e) {
657
- $(e) ? e() : e.unsubscribe();
680
+ function Lt(e) {
681
+ V(e) ? e() : e.unsubscribe();
658
682
  }
659
- var mr = {
683
+ var pr = {
660
684
  onUnhandledError: null,
661
685
  onStoppedNotification: null,
662
686
  Promise: void 0,
663
687
  useDeprecatedSynchronousErrorHandling: !1,
664
688
  useDeprecatedNextContext: !1
665
- }, Bn = {
689
+ }, Hn = {
666
690
  setTimeout: function(e, t) {
667
691
  for (var r = [], n = 2; n < arguments.length; n++)
668
692
  r[n - 2] = arguments[n];
669
- return setTimeout.apply(void 0, ee([e, t], Ke(r)));
693
+ return setTimeout.apply(void 0, te([e, t], et(r)));
670
694
  },
671
695
  clearTimeout: function(e) {
672
696
  return clearTimeout(e);
673
697
  },
674
698
  delegate: void 0
675
699
  };
676
- function An(e) {
677
- Bn.setTimeout(function() {
700
+ function Bn(e) {
701
+ Hn.setTimeout(function() {
678
702
  throw e;
679
703
  });
680
704
  }
681
705
  function Rt() {
682
706
  }
683
- function He(e) {
707
+ function Be(e) {
684
708
  e();
685
709
  }
686
- var pr = function(e) {
687
- V(t, e);
710
+ var dr = function(e) {
711
+ X(t, e);
688
712
  function t(r) {
689
713
  var n = e.call(this) || this;
690
- return n.isStopped = !1, r ? (n.destination = r, cr(r) && r.add(n)) : n.destination = In, n;
714
+ return n.isStopped = !1, r ? (n.destination = r, mr(r) && r.add(n)) : n.destination = Cn, n;
691
715
  }
692
716
  return t.create = function(r, n, i) {
693
- return new tt(r, n, i);
717
+ return new rt(r, n, i);
694
718
  }, t.prototype.next = function(r) {
695
719
  this.isStopped || this._next(r);
696
720
  }, t.prototype.error = function(r) {
@@ -714,11 +738,11 @@ var pr = function(e) {
714
738
  this.unsubscribe();
715
739
  }
716
740
  }, t;
717
- }(Ie), Pn = Function.prototype.bind;
718
- function $e(e, t) {
719
- return Pn.call(e, t);
741
+ }(Le), An = Function.prototype.bind;
742
+ function Ve(e, t) {
743
+ return An.call(e, t);
720
744
  }
721
- var Cn = function() {
745
+ var Pn = function() {
722
746
  function e(t) {
723
747
  this.partialObserver = t;
724
748
  }
@@ -749,11 +773,11 @@ var Cn = function() {
749
773
  xe(r);
750
774
  }
751
775
  }, e;
752
- }(), tt = function(e) {
753
- V(t, e);
776
+ }(), rt = function(e) {
777
+ X(t, e);
754
778
  function t(r, n, i) {
755
779
  var s = e.call(this) || this, o;
756
- if ($(r) || !r)
780
+ if (V(r) || !r)
757
781
  o = {
758
782
  next: r ?? void 0,
759
783
  error: n ?? void 0,
@@ -761,43 +785,43 @@ var Cn = function() {
761
785
  };
762
786
  else {
763
787
  var a;
764
- s && mr.useDeprecatedNextContext ? (a = Object.create(r), a.unsubscribe = function() {
788
+ s && pr.useDeprecatedNextContext ? (a = Object.create(r), a.unsubscribe = function() {
765
789
  return s.unsubscribe();
766
790
  }, o = {
767
- next: r.next && $e(r.next, a),
768
- error: r.error && $e(r.error, a),
769
- complete: r.complete && $e(r.complete, a)
791
+ next: r.next && Ve(r.next, a),
792
+ error: r.error && Ve(r.error, a),
793
+ complete: r.complete && Ve(r.complete, a)
770
794
  }) : o = r;
771
795
  }
772
- return s.destination = new Cn(o), s;
796
+ return s.destination = new Pn(o), s;
773
797
  }
774
798
  return t;
775
- }(pr);
799
+ }(dr);
776
800
  function xe(e) {
777
- An(e);
801
+ Bn(e);
778
802
  }
779
803
  function On(e) {
780
804
  throw e;
781
805
  }
782
- var In = {
806
+ var Cn = {
783
807
  closed: !0,
784
808
  next: Rt,
785
809
  error: On,
786
810
  complete: Rt
787
- }, Rn = function() {
811
+ }, In = function() {
788
812
  return typeof Symbol == "function" && Symbol.observable || "@@observable";
789
813
  }();
790
814
  function Ln(e) {
791
815
  return e;
792
816
  }
793
- function Mn(e) {
817
+ function Rn(e) {
794
818
  return e.length === 0 ? Ln : e.length === 1 ? e[0] : function(r) {
795
819
  return e.reduce(function(n, i) {
796
820
  return i(n);
797
821
  }, r);
798
822
  };
799
823
  }
800
- var Lt = function() {
824
+ var Mt = function() {
801
825
  function e(t) {
802
826
  t && (this._subscribe = t);
803
827
  }
@@ -805,8 +829,8 @@ var Lt = function() {
805
829
  var r = new e();
806
830
  return r.source = this, r.operator = t, r;
807
831
  }, e.prototype.subscribe = function(t, r, n) {
808
- var i = this, s = Dn(t) ? t : new tt(t, r, n);
809
- return He(function() {
832
+ var i = this, s = Nn(t) ? t : new rt(t, r, n);
833
+ return Be(function() {
810
834
  var o = i, a = o.operator, h = o.source;
811
835
  s.add(a ? a.call(s, h) : h ? i._subscribe(s) : i._trySubscribe(s));
812
836
  }), s;
@@ -818,8 +842,8 @@ var Lt = function() {
818
842
  }
819
843
  }, e.prototype.forEach = function(t, r) {
820
844
  var n = this;
821
- return r = Mt(r), new r(function(i, s) {
822
- var o = new tt({
845
+ return r = Nt(r), new r(function(i, s) {
846
+ var o = new rt({
823
847
  next: function(a) {
824
848
  try {
825
849
  t(a);
@@ -835,15 +859,15 @@ var Lt = function() {
835
859
  }, e.prototype._subscribe = function(t) {
836
860
  var r;
837
861
  return (r = this.source) === null || r === void 0 ? void 0 : r.subscribe(t);
838
- }, e.prototype[Rn] = function() {
862
+ }, e.prototype[In] = function() {
839
863
  return this;
840
864
  }, e.prototype.pipe = function() {
841
865
  for (var t = [], r = 0; r < arguments.length; r++)
842
866
  t[r] = arguments[r];
843
- return Mn(t)(this);
867
+ return Rn(t)(this);
844
868
  }, e.prototype.toPromise = function(t) {
845
869
  var r = this;
846
- return t = Mt(t), new t(function(n, i) {
870
+ return t = Nt(t), new t(function(n, i) {
847
871
  var s;
848
872
  r.subscribe(function(o) {
849
873
  return s = o;
@@ -857,40 +881,40 @@ var Lt = function() {
857
881
  return new e(t);
858
882
  }, e;
859
883
  }();
860
- function Mt(e) {
884
+ function Nt(e) {
861
885
  var t;
862
- return (t = e ?? mr.Promise) !== null && t !== void 0 ? t : Promise;
886
+ return (t = e ?? pr.Promise) !== null && t !== void 0 ? t : Promise;
863
887
  }
864
- function Nn(e) {
865
- return e && $(e.next) && $(e.error) && $(e.complete);
888
+ function Mn(e) {
889
+ return e && V(e.next) && V(e.error) && V(e.complete);
866
890
  }
867
- function Dn(e) {
868
- return e && e instanceof pr || Nn(e) && cr(e);
891
+ function Nn(e) {
892
+ return e && e instanceof dr || Mn(e) && mr(e);
869
893
  }
870
- var Fn = hr(function(e) {
894
+ var Dn = fr(function(e) {
871
895
  return function() {
872
896
  e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
873
897
  };
874
- }), dr = function(e) {
875
- V(t, e);
898
+ }), gr = function(e) {
899
+ X(t, e);
876
900
  function t() {
877
901
  var r = e.call(this) || this;
878
902
  return r.closed = !1, r.currentObservers = null, r.observers = [], r.isStopped = !1, r.hasError = !1, r.thrownError = null, r;
879
903
  }
880
904
  return t.prototype.lift = function(r) {
881
- var n = new Nt(this, this);
905
+ var n = new Dt(this, this);
882
906
  return n.operator = r, n;
883
907
  }, t.prototype._throwIfClosed = function() {
884
908
  if (this.closed)
885
- throw new Fn();
909
+ throw new Dn();
886
910
  }, t.prototype.next = function(r) {
887
911
  var n = this;
888
- He(function() {
912
+ Be(function() {
889
913
  var i, s;
890
914
  if (n._throwIfClosed(), !n.isStopped) {
891
915
  n.currentObservers || (n.currentObservers = Array.from(n.observers));
892
916
  try {
893
- for (var o = Ye(n.currentObservers), a = o.next(); !a.done; a = o.next()) {
917
+ for (var o = Ke(n.currentObservers), a = o.next(); !a.done; a = o.next()) {
894
918
  var h = a.value;
895
919
  h.next(r);
896
920
  }
@@ -900,14 +924,15 @@ var Fn = hr(function(e) {
900
924
  try {
901
925
  a && !a.done && (s = o.return) && s.call(o);
902
926
  } finally {
903
- if (i) throw i.error;
927
+ if (i)
928
+ throw i.error;
904
929
  }
905
930
  }
906
931
  }
907
932
  });
908
933
  }, t.prototype.error = function(r) {
909
934
  var n = this;
910
- He(function() {
935
+ Be(function() {
911
936
  if (n._throwIfClosed(), !n.isStopped) {
912
937
  n.hasError = n.isStopped = !0, n.thrownError = r;
913
938
  for (var i = n.observers; i.length; )
@@ -916,7 +941,7 @@ var Fn = hr(function(e) {
916
941
  });
917
942
  }, t.prototype.complete = function() {
918
943
  var r = this;
919
- He(function() {
944
+ Be(function() {
920
945
  if (r._throwIfClosed(), !r.isStopped) {
921
946
  r.isStopped = !0;
922
947
  for (var n = r.observers; n.length; )
@@ -938,20 +963,20 @@ var Fn = hr(function(e) {
938
963
  return this._throwIfClosed(), this._checkFinalizedStatuses(r), this._innerSubscribe(r);
939
964
  }, t.prototype._innerSubscribe = function(r) {
940
965
  var n = this, i = this, s = i.hasError, o = i.isStopped, a = i.observers;
941
- return s || o ? fr : (this.currentObservers = null, a.push(r), new Ie(function() {
942
- n.currentObservers = null, et(a, r);
966
+ return s || o ? cr : (this.currentObservers = null, a.push(r), new Le(function() {
967
+ n.currentObservers = null, tt(a, r);
943
968
  }));
944
969
  }, t.prototype._checkFinalizedStatuses = function(r) {
945
970
  var n = this, i = n.hasError, s = n.thrownError, o = n.isStopped;
946
971
  i ? r.error(s) : o && r.complete();
947
972
  }, t.prototype.asObservable = function() {
948
- var r = new Lt();
973
+ var r = new Mt();
949
974
  return r.source = this, r;
950
975
  }, t.create = function(r, n) {
951
- return new Nt(r, n);
976
+ return new Dt(r, n);
952
977
  }, t;
953
- }(Lt), Nt = function(e) {
954
- V(t, e);
978
+ }(Mt), Dt = function(e) {
979
+ X(t, e);
955
980
  function t(r, n) {
956
981
  var i = e.call(this) || this;
957
982
  return i.destination = r, i.source = n, i;
@@ -967,17 +992,17 @@ var Fn = hr(function(e) {
967
992
  (n = (r = this.destination) === null || r === void 0 ? void 0 : r.complete) === null || n === void 0 || n.call(r);
968
993
  }, t.prototype._subscribe = function(r) {
969
994
  var n, i;
970
- return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : fr;
995
+ return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : cr;
971
996
  }, t;
972
- }(dr), gr = {
997
+ }(gr), br = {
973
998
  now: function() {
974
- return (gr.delegate || Date).now();
999
+ return (br.delegate || Date).now();
975
1000
  },
976
1001
  delegate: void 0
977
- }, Un = function(e) {
978
- V(t, e);
1002
+ }, Fn = function(e) {
1003
+ X(t, e);
979
1004
  function t(r, n, i) {
980
- r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = gr);
1005
+ r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = br);
981
1006
  var s = e.call(this) || this;
982
1007
  return s._bufferSize = r, s._windowTime = n, s._timestampProvider = i, s._buffer = [], s._infiniteTimeWindow = !0, s._infiniteTimeWindow = n === 1 / 0, s._bufferSize = Math.max(1, r), s._windowTime = Math.max(1, n), s;
983
1008
  }
@@ -997,15 +1022,15 @@ var Fn = hr(function(e) {
997
1022
  l && s.splice(0, l + 1);
998
1023
  }
999
1024
  }, t;
1000
- }(dr);
1001
- const Dt = [], Ft = {}, kn = (e, t = 0) => {
1002
- if (Dt.indexOf(e) == -1) {
1003
- const r = new Un(t);
1004
- Ft[e] = r, Dt.push(e);
1025
+ }(gr);
1026
+ const Ft = [], Ut = {}, Un = (e, t = 0) => {
1027
+ if (Ft.indexOf(e) == -1) {
1028
+ const r = new Fn(t);
1029
+ Ut[e] = r, Ft.push(e);
1005
1030
  }
1006
- return Ft[e];
1007
- }, q = [];
1008
- function Gn(e, t) {
1031
+ return Ut[e];
1032
+ }, Q = [];
1033
+ function kn(e, t) {
1009
1034
  return {
1010
1035
  subscribe: Re(e, t).subscribe
1011
1036
  };
@@ -1014,14 +1039,14 @@ function Re(e, t = k) {
1014
1039
  let r;
1015
1040
  const n = /* @__PURE__ */ new Set();
1016
1041
  function i(a) {
1017
- if (ar(e, a) && (e = a, r)) {
1018
- const h = !q.length;
1042
+ if (ur(e, a) && (e = a, r)) {
1043
+ const h = !Q.length;
1019
1044
  for (const l of n)
1020
- l[1](), q.push(l, e);
1045
+ l[1](), Q.push(l, e);
1021
1046
  if (h) {
1022
- for (let l = 0; l < q.length; l += 2)
1023
- q[l][0](q[l + 1]);
1024
- q.length = 0;
1047
+ for (let l = 0; l < Q.length; l += 2)
1048
+ Q[l][0](Q[l + 1]);
1049
+ Q.length = 0;
1025
1050
  }
1026
1051
  }
1027
1052
  }
@@ -1036,12 +1061,12 @@ function Re(e, t = k) {
1036
1061
  }
1037
1062
  return { set: i, update: s, subscribe: o };
1038
1063
  }
1039
- function se(e, t, r) {
1064
+ function oe(e, t, r) {
1040
1065
  const n = !Array.isArray(e), i = n ? [e] : e;
1041
1066
  if (!i.every(Boolean))
1042
1067
  throw new Error("derived() expects stores as input, got a falsy value");
1043
1068
  const s = t.length < 2;
1044
- return Gn(r, (o, a) => {
1069
+ return kn(r, (o, a) => {
1045
1070
  let h = !1;
1046
1071
  const l = [];
1047
1072
  let u = 0, c = k;
@@ -1050,9 +1075,9 @@ function se(e, t, r) {
1050
1075
  return;
1051
1076
  c();
1052
1077
  const g = t(n ? l[0] : l, o, a);
1053
- s ? o(g) : c = ht(g) ? g : k;
1078
+ s ? o(g) : c = ft(g) ? g : k;
1054
1079
  }, y = i.map(
1055
- (g, d) => ur(
1080
+ (g, d) => lr(
1056
1081
  g,
1057
1082
  (b) => {
1058
1083
  l[d] = b, u &= ~(1 << d), h && p();
@@ -1063,183 +1088,183 @@ function se(e, t, r) {
1063
1088
  )
1064
1089
  );
1065
1090
  return h = !0, p(), function() {
1066
- de(y), c(), h = !1;
1091
+ ge(y), c(), h = !1;
1067
1092
  };
1068
1093
  });
1069
1094
  }
1070
- function jn(e) {
1095
+ function Gn(e) {
1071
1096
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
1072
1097
  }
1073
- var $n = function(t) {
1074
- return Vn(t) && !Xn(t);
1098
+ var jn = function(t) {
1099
+ return $n(t) && !Vn(t);
1075
1100
  };
1076
- function Vn(e) {
1101
+ function $n(e) {
1077
1102
  return !!e && typeof e == "object";
1078
1103
  }
1079
- function Xn(e) {
1104
+ function Vn(e) {
1080
1105
  var t = Object.prototype.toString.call(e);
1081
- return t === "[object RegExp]" || t === "[object Date]" || Zn(e);
1106
+ return t === "[object RegExp]" || t === "[object Date]" || zn(e);
1082
1107
  }
1083
- var Wn = typeof Symbol == "function" && Symbol.for, zn = Wn ? Symbol.for("react.element") : 60103;
1084
- function Zn(e) {
1085
- return e.$$typeof === zn;
1108
+ var Xn = typeof Symbol == "function" && Symbol.for, Wn = Xn ? Symbol.for("react.element") : 60103;
1109
+ function zn(e) {
1110
+ return e.$$typeof === Wn;
1086
1111
  }
1087
- function Jn(e) {
1112
+ function Zn(e) {
1088
1113
  return Array.isArray(e) ? [] : {};
1089
1114
  }
1090
- function me(e, t) {
1091
- return t.clone !== !1 && t.isMergeableObject(e) ? te(Jn(e), e, t) : e;
1115
+ function pe(e, t) {
1116
+ return t.clone !== !1 && t.isMergeableObject(e) ? re(Zn(e), e, t) : e;
1092
1117
  }
1093
- function qn(e, t, r) {
1118
+ function Jn(e, t, r) {
1094
1119
  return e.concat(t).map(function(n) {
1095
- return me(n, r);
1120
+ return pe(n, r);
1096
1121
  });
1097
1122
  }
1098
- function Qn(e, t) {
1123
+ function qn(e, t) {
1099
1124
  if (!t.customMerge)
1100
- return te;
1125
+ return re;
1101
1126
  var r = t.customMerge(e);
1102
- return typeof r == "function" ? r : te;
1127
+ return typeof r == "function" ? r : re;
1103
1128
  }
1104
- function Yn(e) {
1129
+ function Qn(e) {
1105
1130
  return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
1106
1131
  return Object.propertyIsEnumerable.call(e, t);
1107
1132
  }) : [];
1108
1133
  }
1109
- function Ut(e) {
1110
- return Object.keys(e).concat(Yn(e));
1134
+ function kt(e) {
1135
+ return Object.keys(e).concat(Qn(e));
1111
1136
  }
1112
- function br(e, t) {
1137
+ function yr(e, t) {
1113
1138
  try {
1114
1139
  return t in e;
1115
1140
  } catch {
1116
1141
  return !1;
1117
1142
  }
1118
1143
  }
1119
- function Kn(e, t) {
1120
- return br(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
1144
+ function Yn(e, t) {
1145
+ return yr(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
1121
1146
  }
1122
- function ei(e, t, r) {
1147
+ function Kn(e, t, r) {
1123
1148
  var n = {};
1124
- return r.isMergeableObject(e) && Ut(e).forEach(function(i) {
1125
- n[i] = me(e[i], r);
1126
- }), Ut(t).forEach(function(i) {
1127
- Kn(e, i) || (br(e, i) && r.isMergeableObject(t[i]) ? n[i] = Qn(i, r)(e[i], t[i], r) : n[i] = me(t[i], r));
1149
+ return r.isMergeableObject(e) && kt(e).forEach(function(i) {
1150
+ n[i] = pe(e[i], r);
1151
+ }), kt(t).forEach(function(i) {
1152
+ Yn(e, i) || (yr(e, i) && r.isMergeableObject(t[i]) ? n[i] = qn(i, r)(e[i], t[i], r) : n[i] = pe(t[i], r));
1128
1153
  }), n;
1129
1154
  }
1130
- function te(e, t, r) {
1131
- r = r || {}, r.arrayMerge = r.arrayMerge || qn, r.isMergeableObject = r.isMergeableObject || $n, r.cloneUnlessOtherwiseSpecified = me;
1155
+ function re(e, t, r) {
1156
+ r = r || {}, r.arrayMerge = r.arrayMerge || Jn, r.isMergeableObject = r.isMergeableObject || jn, r.cloneUnlessOtherwiseSpecified = pe;
1132
1157
  var n = Array.isArray(t), i = Array.isArray(e), s = n === i;
1133
- return s ? n ? r.arrayMerge(e, t, r) : ei(e, t, r) : me(t, r);
1158
+ return s ? n ? r.arrayMerge(e, t, r) : Kn(e, t, r) : pe(t, r);
1134
1159
  }
1135
- te.all = function(t, r) {
1160
+ re.all = function(t, r) {
1136
1161
  if (!Array.isArray(t))
1137
1162
  throw new Error("first argument should be an array");
1138
1163
  return t.reduce(function(n, i) {
1139
- return te(n, i, r);
1164
+ return re(n, i, r);
1140
1165
  }, {});
1141
1166
  };
1142
- var ti = te, ri = ti;
1143
- const ni = /* @__PURE__ */ jn(ri);
1144
- function Ve(e, t) {
1145
- var r = t && t.cache ? t.cache : li, n = t && t.serializer ? t.serializer : ui, i = t && t.strategy ? t.strategy : si;
1167
+ var ei = re, ti = ei;
1168
+ const ri = /* @__PURE__ */ Gn(ti);
1169
+ function Xe(e, t) {
1170
+ var r = t && t.cache ? t.cache : ui, n = t && t.serializer ? t.serializer : ai, i = t && t.strategy ? t.strategy : ii;
1146
1171
  return i(e, {
1147
1172
  cache: r,
1148
1173
  serializer: n
1149
1174
  });
1150
1175
  }
1151
- function ii(e) {
1176
+ function ni(e) {
1152
1177
  return e == null || typeof e == "number" || typeof e == "boolean";
1153
1178
  }
1154
- function yr(e, t, r, n) {
1155
- var i = ii(n) ? n : r(n), s = t.get(i);
1179
+ function vr(e, t, r, n) {
1180
+ var i = ni(n) ? n : r(n), s = t.get(i);
1156
1181
  return typeof s > "u" && (s = e.call(this, n), t.set(i, s)), s;
1157
1182
  }
1158
- function vr(e, t, r) {
1183
+ function _r(e, t, r) {
1159
1184
  var n = Array.prototype.slice.call(arguments, 3), i = r(n), s = t.get(i);
1160
1185
  return typeof s > "u" && (s = e.apply(this, n), t.set(i, s)), s;
1161
1186
  }
1162
- function ft(e, t, r, n, i) {
1187
+ function ct(e, t, r, n, i) {
1163
1188
  return r.bind(t, e, n, i);
1164
1189
  }
1190
+ function ii(e, t) {
1191
+ var r = e.length === 1 ? vr : _r;
1192
+ return ct(e, this, r, t.cache.create(), t.serializer);
1193
+ }
1165
1194
  function si(e, t) {
1166
- var r = e.length === 1 ? yr : vr;
1167
- return ft(e, this, r, t.cache.create(), t.serializer);
1195
+ return ct(e, this, _r, t.cache.create(), t.serializer);
1168
1196
  }
1169
1197
  function oi(e, t) {
1170
- return ft(e, this, vr, t.cache.create(), t.serializer);
1171
- }
1172
- function ai(e, t) {
1173
- return ft(e, this, yr, t.cache.create(), t.serializer);
1198
+ return ct(e, this, vr, t.cache.create(), t.serializer);
1174
1199
  }
1175
- var ui = function() {
1200
+ var ai = function() {
1176
1201
  return JSON.stringify(arguments);
1177
1202
  };
1178
- function ct() {
1203
+ function mt() {
1179
1204
  this.cache = /* @__PURE__ */ Object.create(null);
1180
1205
  }
1181
- ct.prototype.get = function(e) {
1206
+ mt.prototype.get = function(e) {
1182
1207
  return this.cache[e];
1183
1208
  };
1184
- ct.prototype.set = function(e, t) {
1209
+ mt.prototype.set = function(e, t) {
1185
1210
  this.cache[e] = t;
1186
1211
  };
1187
- var li = {
1212
+ var ui = {
1188
1213
  create: function() {
1189
- return new ct();
1214
+ return new mt();
1190
1215
  }
1191
- }, Xe = {
1192
- variadic: oi,
1193
- monadic: ai
1216
+ }, We = {
1217
+ variadic: si,
1218
+ monadic: oi
1194
1219
  }, v;
1195
1220
  (function(e) {
1196
1221
  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";
1197
1222
  })(v || (v = {}));
1198
- var H;
1223
+ var T;
1199
1224
  (function(e) {
1200
1225
  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";
1201
- })(H || (H = {}));
1202
- var re;
1226
+ })(T || (T = {}));
1227
+ var ne;
1203
1228
  (function(e) {
1204
1229
  e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
1205
- })(re || (re = {}));
1206
- function kt(e) {
1207
- return e.type === H.literal;
1208
- }
1209
- function hi(e) {
1210
- return e.type === H.argument;
1230
+ })(ne || (ne = {}));
1231
+ function Gt(e) {
1232
+ return e.type === T.literal;
1211
1233
  }
1212
- function _r(e) {
1213
- return e.type === H.number;
1234
+ function li(e) {
1235
+ return e.type === T.argument;
1214
1236
  }
1215
1237
  function Er(e) {
1216
- return e.type === H.date;
1238
+ return e.type === T.number;
1217
1239
  }
1218
1240
  function wr(e) {
1219
- return e.type === H.time;
1220
- }
1221
- function xr(e) {
1222
- return e.type === H.select;
1241
+ return e.type === T.date;
1223
1242
  }
1224
1243
  function Sr(e) {
1225
- return e.type === H.plural;
1244
+ return e.type === T.time;
1226
1245
  }
1227
- function fi(e) {
1228
- return e.type === H.pound;
1246
+ function xr(e) {
1247
+ return e.type === T.select;
1229
1248
  }
1230
1249
  function Tr(e) {
1231
- return e.type === H.tag;
1250
+ return e.type === T.plural;
1251
+ }
1252
+ function hi(e) {
1253
+ return e.type === T.pound;
1232
1254
  }
1233
1255
  function Hr(e) {
1234
- return !!(e && typeof e == "object" && e.type === re.number);
1256
+ return e.type === T.tag;
1235
1257
  }
1236
- function rt(e) {
1237
- return !!(e && typeof e == "object" && e.type === re.dateTime);
1258
+ function Br(e) {
1259
+ return !!(e && typeof e == "object" && e.type === ne.number);
1238
1260
  }
1239
- var Br = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, ci = /(?:[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;
1240
- function mi(e) {
1261
+ function nt(e) {
1262
+ return !!(e && typeof e == "object" && e.type === ne.dateTime);
1263
+ }
1264
+ var Ar = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, fi = /(?:[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;
1265
+ function ci(e) {
1241
1266
  var t = {};
1242
- return e.replace(ci, function(r) {
1267
+ return e.replace(fi, function(r) {
1243
1268
  var n = r.length;
1244
1269
  switch (r[0]) {
1245
1270
  case "G":
@@ -1328,11 +1353,11 @@ function mi(e) {
1328
1353
  return "";
1329
1354
  }), t;
1330
1355
  }
1331
- var pi = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
1332
- function di(e) {
1356
+ var mi = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
1357
+ function pi(e) {
1333
1358
  if (e.length === 0)
1334
1359
  throw new Error("Number skeleton cannot be empty");
1335
- for (var t = e.split(pi).filter(function(p) {
1360
+ for (var t = e.split(mi).filter(function(p) {
1336
1361
  return p.length > 0;
1337
1362
  }), r = [], n = 0, i = t; n < i.length; n++) {
1338
1363
  var s = i[n], o = s.split("/");
@@ -1347,13 +1372,13 @@ function di(e) {
1347
1372
  }
1348
1373
  return r;
1349
1374
  }
1350
- function gi(e) {
1375
+ function di(e) {
1351
1376
  return e.replace(/^(.*?)-/, "");
1352
1377
  }
1353
- var Gt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Ar = /^(@+)?(\+|#+)?[rs]?$/g, bi = /(\*)(0+)|(#+)(0+)|(0+)/g, Pr = /^(0+)$/;
1354
- function jt(e) {
1378
+ var jt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Pr = /^(@+)?(\+|#+)?[rs]?$/g, gi = /(\*)(0+)|(#+)(0+)|(0+)/g, Or = /^(0+)$/;
1379
+ function $t(e) {
1355
1380
  var t = {};
1356
- return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Ar, function(r, n, i) {
1381
+ return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Pr, function(r, n, i) {
1357
1382
  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)), "";
1358
1383
  }), t;
1359
1384
  }
@@ -1397,7 +1422,7 @@ function Cr(e) {
1397
1422
  };
1398
1423
  }
1399
1424
  }
1400
- function yi(e) {
1425
+ function bi(e) {
1401
1426
  var t;
1402
1427
  if (e[0] === "E" && e[1] === "E" ? (t = {
1403
1428
  notation: "engineering"
@@ -1405,17 +1430,17 @@ function yi(e) {
1405
1430
  notation: "scientific"
1406
1431
  }, e = e.slice(1)), t) {
1407
1432
  var r = e.slice(0, 2);
1408
- if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Pr.test(e))
1433
+ if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Or.test(e))
1409
1434
  throw new Error("Malformed concise eng/scientific notation");
1410
1435
  t.minimumIntegerDigits = e.length;
1411
1436
  }
1412
1437
  return t;
1413
1438
  }
1414
- function $t(e) {
1439
+ function Vt(e) {
1415
1440
  var t = {}, r = Cr(e);
1416
1441
  return r || t;
1417
1442
  }
1418
- function vi(e) {
1443
+ function yi(e) {
1419
1444
  for (var t = {}, r = 0, n = e; r < n.length; r++) {
1420
1445
  var i = n[r];
1421
1446
  switch (i.stem) {
@@ -1439,7 +1464,7 @@ function vi(e) {
1439
1464
  continue;
1440
1465
  case "measure-unit":
1441
1466
  case "unit":
1442
- t.style = "unit", t.unit = gi(i.options[0]);
1467
+ t.style = "unit", t.unit = di(i.options[0]);
1443
1468
  continue;
1444
1469
  case "compact-short":
1445
1470
  case "K":
@@ -1451,12 +1476,12 @@ function vi(e) {
1451
1476
  continue;
1452
1477
  case "scientific":
1453
1478
  t = w(w(w({}, t), { notation: "scientific" }), i.options.reduce(function(h, l) {
1454
- return w(w({}, h), $t(l));
1479
+ return w(w({}, h), Vt(l));
1455
1480
  }, {}));
1456
1481
  continue;
1457
1482
  case "engineering":
1458
1483
  t = w(w(w({}, t), { notation: "engineering" }), i.options.reduce(function(h, l) {
1459
- return w(w({}, h), $t(l));
1484
+ return w(w({}, h), Vt(l));
1460
1485
  }, {}));
1461
1486
  continue;
1462
1487
  case "notation-simple":
@@ -1501,7 +1526,7 @@ function vi(e) {
1501
1526
  case "integer-width":
1502
1527
  if (i.options.length > 1)
1503
1528
  throw new RangeError("integer-width stems only accept a single optional option");
1504
- i.options[0].replace(bi, function(h, l, u, c, p, y) {
1529
+ i.options[0].replace(gi, function(h, l, u, c, p, y) {
1505
1530
  if (l)
1506
1531
  t.minimumIntegerDigits = u.length;
1507
1532
  else {
@@ -1514,32 +1539,32 @@ function vi(e) {
1514
1539
  });
1515
1540
  continue;
1516
1541
  }
1517
- if (Pr.test(i.stem)) {
1542
+ if (Or.test(i.stem)) {
1518
1543
  t.minimumIntegerDigits = i.stem.length;
1519
1544
  continue;
1520
1545
  }
1521
- if (Gt.test(i.stem)) {
1546
+ if (jt.test(i.stem)) {
1522
1547
  if (i.options.length > 1)
1523
1548
  throw new RangeError("Fraction-precision stems only accept a single optional option");
1524
- i.stem.replace(Gt, function(h, l, u, c, p, y) {
1549
+ i.stem.replace(jt, function(h, l, u, c, p, y) {
1525
1550
  return u === "*" ? t.minimumFractionDigits = l.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : p && y ? (t.minimumFractionDigits = p.length, t.maximumFractionDigits = p.length + y.length) : (t.minimumFractionDigits = l.length, t.maximumFractionDigits = l.length), "";
1526
1551
  });
1527
1552
  var s = i.options[0];
1528
- s === "w" ? t = w(w({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = w(w({}, t), jt(s)));
1553
+ s === "w" ? t = w(w({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = w(w({}, t), $t(s)));
1529
1554
  continue;
1530
1555
  }
1531
- if (Ar.test(i.stem)) {
1532
- t = w(w({}, t), jt(i.stem));
1556
+ if (Pr.test(i.stem)) {
1557
+ t = w(w({}, t), $t(i.stem));
1533
1558
  continue;
1534
1559
  }
1535
1560
  var o = Cr(i.stem);
1536
1561
  o && (t = w(w({}, t), o));
1537
- var a = yi(i.stem);
1562
+ var a = bi(i.stem);
1538
1563
  a && (t = w(w({}, t), a));
1539
1564
  }
1540
1565
  return t;
1541
1566
  }
1542
- var Se = {
1567
+ var Te = {
1543
1568
  "001": [
1544
1569
  "H",
1545
1570
  "h"
@@ -2954,22 +2979,23 @@ var Se = {
2954
2979
  "h"
2955
2980
  ]
2956
2981
  };
2957
- function _i(e, t) {
2982
+ function vi(e, t) {
2958
2983
  for (var r = "", n = 0; n < e.length; n++) {
2959
2984
  var i = e.charAt(n);
2960
2985
  if (i === "j") {
2961
2986
  for (var s = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
2962
2987
  s++, n++;
2963
- var o = 1 + (s & 1), a = s < 2 ? 1 : 3 + (s >> 1), h = "a", l = Ei(t);
2988
+ var o = 1 + (s & 1), a = s < 2 ? 1 : 3 + (s >> 1), h = "a", l = _i(t);
2964
2989
  for ((l == "H" || l == "k") && (a = 0); a-- > 0; )
2965
2990
  r += h;
2966
2991
  for (; o-- > 0; )
2967
2992
  r = l + r;
2968
- } else i === "J" ? r += "H" : r += i;
2993
+ } else
2994
+ i === "J" ? r += "H" : r += i;
2969
2995
  }
2970
2996
  return r;
2971
2997
  }
2972
- function Ei(e) {
2998
+ function _i(e) {
2973
2999
  var t = e.hourCycle;
2974
3000
  if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
2975
3001
  e.hourCycles && // @ts-ignore
@@ -2988,23 +3014,23 @@ function Ei(e) {
2988
3014
  }
2989
3015
  var r = e.language, n;
2990
3016
  r !== "root" && (n = e.maximize().region);
2991
- var i = Se[n || ""] || Se[r || ""] || Se["".concat(r, "-001")] || Se["001"];
3017
+ var i = Te[n || ""] || Te[r || ""] || Te["".concat(r, "-001")] || Te["001"];
2992
3018
  return i[0];
2993
3019
  }
2994
- var We, wi = new RegExp("^".concat(Br.source, "*")), xi = new RegExp("".concat(Br.source, "*$"));
3020
+ var ze, Ei = new RegExp("^".concat(Ar.source, "*")), wi = new RegExp("".concat(Ar.source, "*$"));
2995
3021
  function _(e, t) {
2996
3022
  return { start: e, end: t };
2997
3023
  }
2998
- var Si = !!String.prototype.startsWith && "_a".startsWith("a", 1), Ti = !!String.fromCodePoint, Hi = !!Object.fromEntries, Bi = !!String.prototype.codePointAt, Ai = !!String.prototype.trimStart, Pi = !!String.prototype.trimEnd, Ci = !!Number.isSafeInteger, Oi = Ci ? Number.isSafeInteger : function(e) {
3024
+ var Si = !!String.prototype.startsWith && "_a".startsWith("a", 1), xi = !!String.fromCodePoint, Ti = !!Object.fromEntries, Hi = !!String.prototype.codePointAt, Bi = !!String.prototype.trimStart, Ai = !!String.prototype.trimEnd, Pi = !!Number.isSafeInteger, Oi = Pi ? Number.isSafeInteger : function(e) {
2999
3025
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
3000
- }, nt = !0;
3026
+ }, it = !0;
3001
3027
  try {
3002
- var Ii = Ir("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3003
- nt = ((We = Ii.exec("a")) === null || We === void 0 ? void 0 : We[0]) === "a";
3028
+ var Ci = Lr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3029
+ it = ((ze = Ci.exec("a")) === null || ze === void 0 ? void 0 : ze[0]) === "a";
3004
3030
  } catch {
3005
- nt = !1;
3031
+ it = !1;
3006
3032
  }
3007
- var Vt = Si ? (
3033
+ var Xt = Si ? (
3008
3034
  // Native
3009
3035
  function(t, r, n) {
3010
3036
  return t.startsWith(r, n);
@@ -3014,7 +3040,7 @@ var Vt = Si ? (
3014
3040
  function(t, r, n) {
3015
3041
  return t.slice(n, n + r.length) === r;
3016
3042
  }
3017
- ), it = Ti ? String.fromCodePoint : (
3043
+ ), st = xi ? String.fromCodePoint : (
3018
3044
  // IE11
3019
3045
  function() {
3020
3046
  for (var t = [], r = 0; r < arguments.length; r++)
@@ -3026,9 +3052,9 @@ var Vt = Si ? (
3026
3052
  }
3027
3053
  return n;
3028
3054
  }
3029
- ), Xt = (
3055
+ ), Wt = (
3030
3056
  // native
3031
- Hi ? Object.fromEntries : (
3057
+ Ti ? Object.fromEntries : (
3032
3058
  // Ponyfill
3033
3059
  function(t) {
3034
3060
  for (var r = {}, n = 0, i = t; n < i.length; n++) {
@@ -3038,7 +3064,7 @@ var Vt = Si ? (
3038
3064
  return r;
3039
3065
  }
3040
3066
  )
3041
- ), Or = Bi ? (
3067
+ ), Ir = Hi ? (
3042
3068
  // Native
3043
3069
  function(t, r) {
3044
3070
  return t.codePointAt(r);
@@ -3052,7 +3078,7 @@ var Vt = Si ? (
3052
3078
  return i < 55296 || i > 56319 || r + 1 === n || (s = t.charCodeAt(r + 1)) < 56320 || s > 57343 ? i : (i - 55296 << 10) + (s - 56320) + 65536;
3053
3079
  }
3054
3080
  }
3055
- ), Ri = Ai ? (
3081
+ ), Ii = Bi ? (
3056
3082
  // Native
3057
3083
  function(t) {
3058
3084
  return t.trimStart();
@@ -3060,9 +3086,9 @@ var Vt = Si ? (
3060
3086
  ) : (
3061
3087
  // Ponyfill
3062
3088
  function(t) {
3063
- return t.replace(wi, "");
3089
+ return t.replace(Ei, "");
3064
3090
  }
3065
- ), Li = Pi ? (
3091
+ ), Li = Ai ? (
3066
3092
  // Native
3067
3093
  function(t) {
3068
3094
  return t.trimEnd();
@@ -3070,32 +3096,32 @@ var Vt = Si ? (
3070
3096
  ) : (
3071
3097
  // Ponyfill
3072
3098
  function(t) {
3073
- return t.replace(xi, "");
3099
+ return t.replace(wi, "");
3074
3100
  }
3075
3101
  );
3076
- function Ir(e, t) {
3102
+ function Lr(e, t) {
3077
3103
  return new RegExp(e, t);
3078
3104
  }
3079
- var st;
3080
- if (nt) {
3081
- var Wt = Ir("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3082
- st = function(t, r) {
3105
+ var ot;
3106
+ if (it) {
3107
+ var zt = Lr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3108
+ ot = function(t, r) {
3083
3109
  var n;
3084
- Wt.lastIndex = r;
3085
- var i = Wt.exec(t);
3110
+ zt.lastIndex = r;
3111
+ var i = zt.exec(t);
3086
3112
  return (n = i[1]) !== null && n !== void 0 ? n : "";
3087
3113
  };
3088
3114
  } else
3089
- st = function(t, r) {
3115
+ ot = function(t, r) {
3090
3116
  for (var n = []; ; ) {
3091
- var i = Or(t, r);
3092
- if (i === void 0 || Rr(i) || Fi(i))
3117
+ var i = Ir(t, r);
3118
+ if (i === void 0 || Rr(i) || Di(i))
3093
3119
  break;
3094
3120
  n.push(i), r += i >= 65536 ? 2 : 1;
3095
3121
  }
3096
- return it.apply(void 0, n);
3122
+ return st.apply(void 0, n);
3097
3123
  };
3098
- var Mi = (
3124
+ var Ri = (
3099
3125
  /** @class */
3100
3126
  function() {
3101
3127
  function e(t, r) {
@@ -3119,14 +3145,14 @@ var Mi = (
3119
3145
  if (s === 35 && (r === "plural" || r === "selectordinal")) {
3120
3146
  var a = this.clonePosition();
3121
3147
  this.bump(), i.push({
3122
- type: H.pound,
3148
+ type: T.pound,
3123
3149
  location: _(a, this.clonePosition())
3124
3150
  });
3125
3151
  } else if (s === 60 && !this.ignoreTag && this.peek() === 47) {
3126
3152
  if (n)
3127
3153
  break;
3128
3154
  return this.error(v.UNMATCHED_CLOSING_TAG, _(this.clonePosition(), this.clonePosition()));
3129
- } else if (s === 60 && !this.ignoreTag && ot(this.peek() || 0)) {
3155
+ } else if (s === 60 && !this.ignoreTag && at(this.peek() || 0)) {
3130
3156
  var o = this.parseTag(t, r);
3131
3157
  if (o.err)
3132
3158
  return o;
@@ -3147,7 +3173,7 @@ var Mi = (
3147
3173
  if (this.bumpSpace(), this.bumpIf("/>"))
3148
3174
  return {
3149
3175
  val: {
3150
- type: H.literal,
3176
+ type: T.literal,
3151
3177
  value: "<".concat(i, "/>"),
3152
3178
  location: _(n, this.clonePosition())
3153
3179
  },
@@ -3159,12 +3185,12 @@ var Mi = (
3159
3185
  return s;
3160
3186
  var o = s.val, a = this.clonePosition();
3161
3187
  if (this.bumpIf("</")) {
3162
- if (this.isEOF() || !ot(this.char()))
3188
+ if (this.isEOF() || !at(this.char()))
3163
3189
  return this.error(v.INVALID_TAG, _(a, this.clonePosition()));
3164
3190
  var h = this.clonePosition(), l = this.parseTagName();
3165
3191
  return i !== l ? this.error(v.UNMATCHED_CLOSING_TAG, _(h, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
3166
3192
  val: {
3167
- type: H.tag,
3193
+ type: T.tag,
3168
3194
  value: i,
3169
3195
  children: o,
3170
3196
  location: _(n, this.clonePosition())
@@ -3177,7 +3203,7 @@ var Mi = (
3177
3203
  return this.error(v.INVALID_TAG, _(n, this.clonePosition()));
3178
3204
  }, e.prototype.parseTagName = function() {
3179
3205
  var t = this.offset();
3180
- for (this.bump(); !this.isEOF() && Di(this.char()); )
3206
+ for (this.bump(); !this.isEOF() && Ni(this.char()); )
3181
3207
  this.bump();
3182
3208
  return this.message.slice(t, this.offset());
3183
3209
  }, e.prototype.parseLiteral = function(t, r) {
@@ -3201,12 +3227,12 @@ var Mi = (
3201
3227
  }
3202
3228
  var h = _(n, this.clonePosition());
3203
3229
  return {
3204
- val: { type: H.literal, value: i, location: h },
3230
+ val: { type: T.literal, value: i, location: h },
3205
3231
  err: null
3206
3232
  };
3207
3233
  }, e.prototype.tryParseLeftAngleBracket = function() {
3208
3234
  return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
3209
- !Ni(this.peek() || 0)) ? (this.bump(), "<") : null;
3235
+ !Mi(this.peek() || 0)) ? (this.bump(), "<") : null;
3210
3236
  }, e.prototype.tryParseQuote = function(t) {
3211
3237
  if (this.isEOF() || this.char() !== 39)
3212
3238
  return null;
@@ -3240,12 +3266,12 @@ var Mi = (
3240
3266
  r.push(n);
3241
3267
  this.bump();
3242
3268
  }
3243
- return it.apply(void 0, r);
3269
+ return st.apply(void 0, r);
3244
3270
  }, e.prototype.tryParseUnquoted = function(t, r) {
3245
3271
  if (this.isEOF())
3246
3272
  return null;
3247
3273
  var n = this.char();
3248
- return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), it(n));
3274
+ return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), st(n));
3249
3275
  }, e.prototype.parseArgument = function(t, r) {
3250
3276
  var n = this.clonePosition();
3251
3277
  if (this.bump(), this.bumpSpace(), this.isEOF())
@@ -3261,7 +3287,7 @@ var Mi = (
3261
3287
  case 125:
3262
3288
  return this.bump(), {
3263
3289
  val: {
3264
- type: H.argument,
3290
+ type: T.argument,
3265
3291
  // value does not include the opening and closing braces.
3266
3292
  value: i,
3267
3293
  location: _(n, this.clonePosition())
@@ -3274,7 +3300,7 @@ var Mi = (
3274
3300
  return this.error(v.MALFORMED_ARGUMENT, _(n, this.clonePosition()));
3275
3301
  }
3276
3302
  }, e.prototype.parseIdentifierIfPossible = function() {
3277
- var t = this.clonePosition(), r = this.offset(), n = st(this.message, r), i = r + n.length;
3303
+ var t = this.clonePosition(), r = this.offset(), n = ot(this.message, r), i = r + n.length;
3278
3304
  this.bumpTo(i);
3279
3305
  var s = this.clonePosition(), o = _(t, s);
3280
3306
  return { value: n, location: o };
@@ -3303,34 +3329,34 @@ var Mi = (
3303
3329
  if (g.err)
3304
3330
  return g;
3305
3331
  var d = _(i, this.clonePosition());
3306
- if (l && Vt(l?.style, "::", 0)) {
3307
- var b = Ri(l.style.slice(2));
3332
+ if (l && Xt(l?.style, "::", 0)) {
3333
+ var b = Ii(l.style.slice(2));
3308
3334
  if (a === "number") {
3309
3335
  var c = this.parseNumberSkeletonFromString(b, l.styleLocation);
3310
3336
  return c.err ? c : {
3311
- val: { type: H.number, value: n, location: d, style: c.val },
3337
+ val: { type: T.number, value: n, location: d, style: c.val },
3312
3338
  err: null
3313
3339
  };
3314
3340
  } else {
3315
3341
  if (b.length === 0)
3316
3342
  return this.error(v.EXPECT_DATE_TIME_SKELETON, d);
3317
- var x = b;
3318
- this.locale && (x = _i(b, this.locale));
3343
+ var S = b;
3344
+ this.locale && (S = vi(b, this.locale));
3319
3345
  var p = {
3320
- type: re.dateTime,
3321
- pattern: x,
3346
+ type: ne.dateTime,
3347
+ pattern: S,
3322
3348
  location: l.styleLocation,
3323
- parsedOptions: this.shouldParseSkeletons ? mi(x) : {}
3324
- }, I = a === "date" ? H.date : H.time;
3349
+ parsedOptions: this.shouldParseSkeletons ? ci(S) : {}
3350
+ }, O = a === "date" ? T.date : T.time;
3325
3351
  return {
3326
- val: { type: I, value: n, location: d, style: p },
3352
+ val: { type: O, value: n, location: d, style: p },
3327
3353
  err: null
3328
3354
  };
3329
3355
  }
3330
3356
  }
3331
3357
  return {
3332
3358
  val: {
3333
- type: a === "number" ? H.number : a === "date" ? H.date : H.time,
3359
+ type: a === "number" ? T.number : a === "date" ? T.date : T.time,
3334
3360
  value: n,
3335
3361
  location: d,
3336
3362
  style: (s = l?.style) !== null && s !== void 0 ? s : null
@@ -3341,43 +3367,43 @@ var Mi = (
3341
3367
  case "plural":
3342
3368
  case "selectordinal":
3343
3369
  case "select": {
3344
- var C = this.clonePosition();
3370
+ var P = this.clonePosition();
3345
3371
  if (this.bumpSpace(), !this.bumpIf(","))
3346
- return this.error(v.EXPECT_SELECT_ARGUMENT_OPTIONS, _(C, w({}, C)));
3372
+ return this.error(v.EXPECT_SELECT_ARGUMENT_OPTIONS, _(P, w({}, P)));
3347
3373
  this.bumpSpace();
3348
- var D = this.parseIdentifierIfPossible(), M = 0;
3349
- if (a !== "select" && D.value === "offset") {
3374
+ var R = this.parseIdentifierIfPossible(), M = 0;
3375
+ if (a !== "select" && R.value === "offset") {
3350
3376
  if (!this.bumpIf(":"))
3351
3377
  return this.error(v.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, _(this.clonePosition(), this.clonePosition()));
3352
3378
  this.bumpSpace();
3353
3379
  var c = this.tryParseDecimalInteger(v.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, v.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
3354
3380
  if (c.err)
3355
3381
  return c;
3356
- this.bumpSpace(), D = this.parseIdentifierIfPossible(), M = c.val;
3382
+ this.bumpSpace(), R = this.parseIdentifierIfPossible(), M = c.val;
3357
3383
  }
3358
- var R = this.tryParsePluralOrSelectOptions(t, a, r, D);
3359
- if (R.err)
3360
- return R;
3384
+ var C = this.tryParsePluralOrSelectOptions(t, a, r, R);
3385
+ if (C.err)
3386
+ return C;
3361
3387
  var g = this.tryParseArgumentClose(i);
3362
3388
  if (g.err)
3363
3389
  return g;
3364
- var O = _(i, this.clonePosition());
3390
+ var D = _(i, this.clonePosition());
3365
3391
  return a === "select" ? {
3366
3392
  val: {
3367
- type: H.select,
3393
+ type: T.select,
3368
3394
  value: n,
3369
- options: Xt(R.val),
3370
- location: O
3395
+ options: Wt(C.val),
3396
+ location: D
3371
3397
  },
3372
3398
  err: null
3373
3399
  } : {
3374
3400
  val: {
3375
- type: H.plural,
3401
+ type: T.plural,
3376
3402
  value: n,
3377
- options: Xt(R.val),
3403
+ options: Wt(C.val),
3378
3404
  offset: M,
3379
3405
  pluralType: a === "plural" ? "cardinal" : "ordinal",
3380
- location: O
3406
+ location: D
3381
3407
  },
3382
3408
  err: null
3383
3409
  };
@@ -3425,16 +3451,16 @@ var Mi = (
3425
3451
  }, e.prototype.parseNumberSkeletonFromString = function(t, r) {
3426
3452
  var n = [];
3427
3453
  try {
3428
- n = di(t);
3454
+ n = pi(t);
3429
3455
  } catch {
3430
3456
  return this.error(v.INVALID_NUMBER_SKELETON, r);
3431
3457
  }
3432
3458
  return {
3433
3459
  val: {
3434
- type: re.number,
3460
+ type: ne.number,
3435
3461
  tokens: n,
3436
3462
  location: r,
3437
- parsedOptions: this.shouldParseSkeletons ? vi(n) : {}
3463
+ parsedOptions: this.shouldParseSkeletons ? yi(n) : {}
3438
3464
  },
3439
3465
  err: null
3440
3466
  };
@@ -3497,7 +3523,7 @@ var Mi = (
3497
3523
  var t = this.position.offset;
3498
3524
  if (t >= this.message.length)
3499
3525
  throw Error("out of bound");
3500
- var r = Or(this.message, t);
3526
+ var r = Ir(this.message, t);
3501
3527
  if (r === void 0)
3502
3528
  throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
3503
3529
  return r;
@@ -3516,7 +3542,7 @@ var Mi = (
3516
3542
  t === 10 ? (this.position.line += 1, this.position.column = 1, this.position.offset += 1) : (this.position.column += 1, this.position.offset += t < 65536 ? 1 : 2);
3517
3543
  }
3518
3544
  }, e.prototype.bumpIf = function(t) {
3519
- if (Vt(this.message, t, this.offset())) {
3545
+ if (Xt(this.message, t, this.offset())) {
3520
3546
  for (var r = 0; r < t.length; r++)
3521
3547
  this.bump();
3522
3548
  return !0;
@@ -3548,46 +3574,47 @@ var Mi = (
3548
3574
  }, e;
3549
3575
  }()
3550
3576
  );
3551
- function ot(e) {
3577
+ function at(e) {
3552
3578
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3553
3579
  }
3554
- function Ni(e) {
3555
- return ot(e) || e === 47;
3580
+ function Mi(e) {
3581
+ return at(e) || e === 47;
3556
3582
  }
3557
- function Di(e) {
3583
+ function Ni(e) {
3558
3584
  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;
3559
3585
  }
3560
3586
  function Rr(e) {
3561
3587
  return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3562
3588
  }
3563
- function Fi(e) {
3589
+ function Di(e) {
3564
3590
  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;
3565
3591
  }
3566
- function at(e) {
3592
+ function ut(e) {
3567
3593
  e.forEach(function(t) {
3568
- if (delete t.location, xr(t) || Sr(t))
3594
+ if (delete t.location, xr(t) || Tr(t))
3569
3595
  for (var r in t.options)
3570
- delete t.options[r].location, at(t.options[r].value);
3571
- else _r(t) && Hr(t.style) || (Er(t) || wr(t)) && rt(t.style) ? delete t.style.location : Tr(t) && at(t.children);
3596
+ delete t.options[r].location, ut(t.options[r].value);
3597
+ else
3598
+ Er(t) && Br(t.style) || (wr(t) || Sr(t)) && nt(t.style) ? delete t.style.location : Hr(t) && ut(t.children);
3572
3599
  });
3573
3600
  }
3574
- function Ui(e, t) {
3601
+ function Fi(e, t) {
3575
3602
  t === void 0 && (t = {}), t = w({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3576
- var r = new Mi(e, t).parse();
3603
+ var r = new Ri(e, t).parse();
3577
3604
  if (r.err) {
3578
3605
  var n = SyntaxError(v[r.err.kind]);
3579
3606
  throw n.location = r.err.location, n.originalMessage = r.err.message, n;
3580
3607
  }
3581
- return t?.captureLocation || at(r.val), r.val;
3608
+ return t?.captureLocation || ut(r.val), r.val;
3582
3609
  }
3583
- var ne;
3610
+ var ie;
3584
3611
  (function(e) {
3585
3612
  e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
3586
- })(ne || (ne = {}));
3587
- var Le = (
3613
+ })(ie || (ie = {}));
3614
+ var Me = (
3588
3615
  /** @class */
3589
3616
  function(e) {
3590
- V(t, e);
3617
+ X(t, e);
3591
3618
  function t(r, n, i) {
3592
3619
  var s = e.call(this, r) || this;
3593
3620
  return s.code = n, s.originalMessage = i, s;
@@ -3596,48 +3623,48 @@ var Le = (
3596
3623
  return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
3597
3624
  }, t;
3598
3625
  }(Error)
3599
- ), zt = (
3626
+ ), Zt = (
3600
3627
  /** @class */
3601
3628
  function(e) {
3602
- V(t, e);
3629
+ X(t, e);
3603
3630
  function t(r, n, i, s) {
3604
- return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), ne.INVALID_VALUE, s) || this;
3631
+ return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), ie.INVALID_VALUE, s) || this;
3605
3632
  }
3606
3633
  return t;
3607
- }(Le)
3608
- ), ki = (
3634
+ }(Me)
3635
+ ), Ui = (
3609
3636
  /** @class */
3610
3637
  function(e) {
3611
- V(t, e);
3638
+ X(t, e);
3612
3639
  function t(r, n, i) {
3613
- return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), ne.INVALID_VALUE, i) || this;
3640
+ return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), ie.INVALID_VALUE, i) || this;
3614
3641
  }
3615
3642
  return t;
3616
- }(Le)
3617
- ), Gi = (
3643
+ }(Me)
3644
+ ), ki = (
3618
3645
  /** @class */
3619
3646
  function(e) {
3620
- V(t, e);
3647
+ X(t, e);
3621
3648
  function t(r, n) {
3622
- return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), ne.MISSING_VALUE, n) || this;
3649
+ return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), ie.MISSING_VALUE, n) || this;
3623
3650
  }
3624
3651
  return t;
3625
- }(Le)
3652
+ }(Me)
3626
3653
  ), L;
3627
3654
  (function(e) {
3628
3655
  e[e.literal = 0] = "literal", e[e.object = 1] = "object";
3629
3656
  })(L || (L = {}));
3630
- function ji(e) {
3657
+ function Gi(e) {
3631
3658
  return e.length < 2 ? e : e.reduce(function(t, r) {
3632
3659
  var n = t[t.length - 1];
3633
3660
  return !n || n.type !== L.literal || r.type !== L.literal ? t.push(r) : n.value += r.value, t;
3634
3661
  }, []);
3635
3662
  }
3636
- function $i(e) {
3663
+ function ji(e) {
3637
3664
  return typeof e == "function";
3638
3665
  }
3639
- function Be(e, t, r, n, i, s, o) {
3640
- if (e.length === 1 && kt(e[0]))
3666
+ function Ae(e, t, r, n, i, s, o) {
3667
+ if (e.length === 1 && Gt(e[0]))
3641
3668
  return [
3642
3669
  {
3643
3670
  type: L.literal,
@@ -3646,14 +3673,14 @@ function Be(e, t, r, n, i, s, o) {
3646
3673
  ];
3647
3674
  for (var a = [], h = 0, l = e; h < l.length; h++) {
3648
3675
  var u = l[h];
3649
- if (kt(u)) {
3676
+ if (Gt(u)) {
3650
3677
  a.push({
3651
3678
  type: L.literal,
3652
3679
  value: u.value
3653
3680
  });
3654
3681
  continue;
3655
3682
  }
3656
- if (fi(u)) {
3683
+ if (hi(u)) {
3657
3684
  typeof s == "number" && a.push({
3658
3685
  type: L.literal,
3659
3686
  value: r.getNumberFormat(t).format(s)
@@ -3662,47 +3689,47 @@ function Be(e, t, r, n, i, s, o) {
3662
3689
  }
3663
3690
  var c = u.value;
3664
3691
  if (!(i && c in i))
3665
- throw new Gi(c, o);
3692
+ throw new ki(c, o);
3666
3693
  var p = i[c];
3667
- if (hi(u)) {
3694
+ if (li(u)) {
3668
3695
  (!p || typeof p == "string" || typeof p == "number") && (p = typeof p == "string" || typeof p == "number" ? String(p) : ""), a.push({
3669
3696
  type: typeof p == "string" ? L.literal : L.object,
3670
3697
  value: p
3671
3698
  });
3672
3699
  continue;
3673
3700
  }
3674
- if (Er(u)) {
3675
- var y = typeof u.style == "string" ? n.date[u.style] : rt(u.style) ? u.style.parsedOptions : void 0;
3701
+ if (wr(u)) {
3702
+ var y = typeof u.style == "string" ? n.date[u.style] : nt(u.style) ? u.style.parsedOptions : void 0;
3676
3703
  a.push({
3677
3704
  type: L.literal,
3678
3705
  value: r.getDateTimeFormat(t, y).format(p)
3679
3706
  });
3680
3707
  continue;
3681
3708
  }
3682
- if (wr(u)) {
3683
- var y = typeof u.style == "string" ? n.time[u.style] : rt(u.style) ? u.style.parsedOptions : n.time.medium;
3709
+ if (Sr(u)) {
3710
+ var y = typeof u.style == "string" ? n.time[u.style] : nt(u.style) ? u.style.parsedOptions : n.time.medium;
3684
3711
  a.push({
3685
3712
  type: L.literal,
3686
3713
  value: r.getDateTimeFormat(t, y).format(p)
3687
3714
  });
3688
3715
  continue;
3689
3716
  }
3690
- if (_r(u)) {
3691
- var y = typeof u.style == "string" ? n.number[u.style] : Hr(u.style) ? u.style.parsedOptions : void 0;
3717
+ if (Er(u)) {
3718
+ var y = typeof u.style == "string" ? n.number[u.style] : Br(u.style) ? u.style.parsedOptions : void 0;
3692
3719
  y && y.scale && (p = p * (y.scale || 1)), a.push({
3693
3720
  type: L.literal,
3694
3721
  value: r.getNumberFormat(t, y).format(p)
3695
3722
  });
3696
3723
  continue;
3697
3724
  }
3698
- if (Tr(u)) {
3725
+ if (Hr(u)) {
3699
3726
  var g = u.children, d = u.value, b = i[d];
3700
- if (!$i(b))
3701
- throw new ki(d, "function", o);
3702
- var x = Be(g, t, r, n, i, s), I = b(x.map(function(M) {
3727
+ if (!ji(b))
3728
+ throw new Ui(d, "function", o);
3729
+ var S = Ae(g, t, r, n, i, s), O = b(S.map(function(M) {
3703
3730
  return M.value;
3704
3731
  }));
3705
- Array.isArray(I) || (I = [I]), a.push.apply(a, I.map(function(M) {
3732
+ Array.isArray(O) || (O = [O]), a.push.apply(a, O.map(function(M) {
3706
3733
  return {
3707
3734
  type: typeof M == "string" ? L.literal : L.object,
3708
3735
  value: M
@@ -3710,41 +3737,41 @@ function Be(e, t, r, n, i, s, o) {
3710
3737
  }));
3711
3738
  }
3712
3739
  if (xr(u)) {
3713
- var C = u.options[p] || u.options.other;
3714
- if (!C)
3715
- throw new zt(u.value, p, Object.keys(u.options), o);
3716
- a.push.apply(a, Be(C.value, t, r, n, i));
3740
+ var P = u.options[p] || u.options.other;
3741
+ if (!P)
3742
+ throw new Zt(u.value, p, Object.keys(u.options), o);
3743
+ a.push.apply(a, Ae(P.value, t, r, n, i));
3717
3744
  continue;
3718
3745
  }
3719
- if (Sr(u)) {
3720
- var C = u.options["=".concat(p)];
3721
- if (!C) {
3746
+ if (Tr(u)) {
3747
+ var P = u.options["=".concat(p)];
3748
+ if (!P) {
3722
3749
  if (!Intl.PluralRules)
3723
- throw new Le(`Intl.PluralRules is not available in this environment.
3750
+ throw new Me(`Intl.PluralRules is not available in this environment.
3724
3751
  Try polyfilling it using "@formatjs/intl-pluralrules"
3725
- `, ne.MISSING_INTL_API, o);
3726
- var D = r.getPluralRules(t, { type: u.pluralType }).select(p - (u.offset || 0));
3727
- C = u.options[D] || u.options.other;
3752
+ `, ie.MISSING_INTL_API, o);
3753
+ var R = r.getPluralRules(t, { type: u.pluralType }).select(p - (u.offset || 0));
3754
+ P = u.options[R] || u.options.other;
3728
3755
  }
3729
- if (!C)
3730
- throw new zt(u.value, p, Object.keys(u.options), o);
3731
- a.push.apply(a, Be(C.value, t, r, n, i, p - (u.offset || 0)));
3756
+ if (!P)
3757
+ throw new Zt(u.value, p, Object.keys(u.options), o);
3758
+ a.push.apply(a, Ae(P.value, t, r, n, i, p - (u.offset || 0)));
3732
3759
  continue;
3733
3760
  }
3734
3761
  }
3735
- return ji(a);
3762
+ return Gi(a);
3736
3763
  }
3737
- function Vi(e, t) {
3764
+ function $i(e, t) {
3738
3765
  return t ? w(w(w({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
3739
3766
  return r[n] = w(w({}, e[n]), t[n] || {}), r;
3740
3767
  }, {})) : e;
3741
3768
  }
3742
- function Xi(e, t) {
3769
+ function Vi(e, t) {
3743
3770
  return t ? Object.keys(e).reduce(function(r, n) {
3744
- return r[n] = Vi(e[n], t[n]), r;
3771
+ return r[n] = $i(e[n], t[n]), r;
3745
3772
  }, w({}, e)) : e;
3746
3773
  }
3747
- function ze(e) {
3774
+ function Ze(e) {
3748
3775
  return {
3749
3776
  create: function() {
3750
3777
  return {
@@ -3758,39 +3785,39 @@ function ze(e) {
3758
3785
  }
3759
3786
  };
3760
3787
  }
3761
- function Wi(e) {
3788
+ function Xi(e) {
3762
3789
  return e === void 0 && (e = {
3763
3790
  number: {},
3764
3791
  dateTime: {},
3765
3792
  pluralRules: {}
3766
3793
  }), {
3767
- getNumberFormat: Ve(function() {
3794
+ getNumberFormat: Xe(function() {
3768
3795
  for (var t, r = [], n = 0; n < arguments.length; n++)
3769
3796
  r[n] = arguments[n];
3770
- return new ((t = Intl.NumberFormat).bind.apply(t, ee([void 0], r, !1)))();
3797
+ return new ((t = Intl.NumberFormat).bind.apply(t, te([void 0], r, !1)))();
3771
3798
  }, {
3772
- cache: ze(e.number),
3773
- strategy: Xe.variadic
3799
+ cache: Ze(e.number),
3800
+ strategy: We.variadic
3774
3801
  }),
3775
- getDateTimeFormat: Ve(function() {
3802
+ getDateTimeFormat: Xe(function() {
3776
3803
  for (var t, r = [], n = 0; n < arguments.length; n++)
3777
3804
  r[n] = arguments[n];
3778
- return new ((t = Intl.DateTimeFormat).bind.apply(t, ee([void 0], r, !1)))();
3805
+ return new ((t = Intl.DateTimeFormat).bind.apply(t, te([void 0], r, !1)))();
3779
3806
  }, {
3780
- cache: ze(e.dateTime),
3781
- strategy: Xe.variadic
3807
+ cache: Ze(e.dateTime),
3808
+ strategy: We.variadic
3782
3809
  }),
3783
- getPluralRules: Ve(function() {
3810
+ getPluralRules: Xe(function() {
3784
3811
  for (var t, r = [], n = 0; n < arguments.length; n++)
3785
3812
  r[n] = arguments[n];
3786
- return new ((t = Intl.PluralRules).bind.apply(t, ee([void 0], r, !1)))();
3813
+ return new ((t = Intl.PluralRules).bind.apply(t, te([void 0], r, !1)))();
3787
3814
  }, {
3788
- cache: ze(e.pluralRules),
3789
- strategy: Xe.variadic
3815
+ cache: Ze(e.pluralRules),
3816
+ strategy: We.variadic
3790
3817
  })
3791
3818
  };
3792
3819
  }
3793
- var zi = (
3820
+ var Wi = (
3794
3821
  /** @class */
3795
3822
  function() {
3796
3823
  function e(t, r, n, i) {
@@ -3809,7 +3836,7 @@ var zi = (
3809
3836
  }, []);
3810
3837
  return u.length <= 1 ? u[0] || "" : u;
3811
3838
  }, this.formatToParts = function(h) {
3812
- return Be(s.ast, s.locales, s.formatters, s.formats, h, void 0, s.message);
3839
+ return Ae(s.ast, s.locales, s.formatters, s.formats, h, void 0, s.message);
3813
3840
  }, this.resolvedOptions = function() {
3814
3841
  var h;
3815
3842
  return {
@@ -3822,13 +3849,13 @@ var zi = (
3822
3849
  throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
3823
3850
  var o = i || {};
3824
3851
  o.formatters;
3825
- var a = Hn(o, ["formatters"]);
3852
+ var a = Tn(o, ["formatters"]);
3826
3853
  this.ast = e.__parse(t, w(w({}, a), { locale: this.resolvedLocale }));
3827
3854
  } else
3828
3855
  this.ast = t;
3829
3856
  if (!Array.isArray(this.ast))
3830
3857
  throw new TypeError("A message must be provided as a String or AST.");
3831
- this.formats = Xi(e.formats, n), this.formatters = i && i.formatters || Wi(this.formatterCache);
3858
+ this.formats = Vi(e.formats, n), this.formatters = i && i.formatters || Xi(this.formatterCache);
3832
3859
  }
3833
3860
  return Object.defineProperty(e, "defaultLocale", {
3834
3861
  get: function() {
@@ -3841,7 +3868,7 @@ var zi = (
3841
3868
  var r = Intl.NumberFormat.supportedLocalesOf(t);
3842
3869
  return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
3843
3870
  }
3844
- }, e.__parse = Ui, e.formats = {
3871
+ }, e.__parse = Fi, e.formats = {
3845
3872
  number: {
3846
3873
  integer: {
3847
3874
  maximumFractionDigits: 0
@@ -3902,7 +3929,7 @@ var zi = (
3902
3929
  }, e;
3903
3930
  }()
3904
3931
  );
3905
- function Zi(e, t) {
3932
+ function zi(e, t) {
3906
3933
  if (t == null)
3907
3934
  return;
3908
3935
  if (t in e)
@@ -3923,92 +3950,92 @@ function Zi(e, t) {
3923
3950
  n = void 0;
3924
3951
  return n;
3925
3952
  }
3926
- const W = {}, Ji = (e, t, r) => r && (t in W || (W[t] = {}), e in W[t] || (W[t][e] = r), r), Lr = (e, t) => {
3953
+ const z = {}, Zi = (e, t, r) => r && (t in z || (z[t] = {}), e in z[t] || (z[t][e] = r), r), Mr = (e, t) => {
3927
3954
  if (t == null)
3928
3955
  return;
3929
- if (t in W && e in W[t])
3930
- return W[t][e];
3931
- const r = Me(t);
3956
+ if (t in z && e in z[t])
3957
+ return z[t][e];
3958
+ const r = Ne(t);
3932
3959
  for (let n = 0; n < r.length; n++) {
3933
- const i = r[n], s = Qi(i, e);
3960
+ const i = r[n], s = qi(i, e);
3934
3961
  if (s)
3935
- return Ji(e, t, s);
3962
+ return Zi(e, t, s);
3936
3963
  }
3937
3964
  };
3938
- let mt;
3939
- const oe = Re({});
3940
- function qi(e) {
3941
- return mt[e] || null;
3965
+ let pt;
3966
+ const ae = Re({});
3967
+ function Ji(e) {
3968
+ return pt[e] || null;
3942
3969
  }
3943
- function Mr(e) {
3944
- return e in mt;
3970
+ function Nr(e) {
3971
+ return e in pt;
3945
3972
  }
3946
- function Qi(e, t) {
3947
- if (!Mr(e))
3973
+ function qi(e, t) {
3974
+ if (!Nr(e))
3948
3975
  return null;
3949
- const r = qi(e);
3950
- return Zi(r, t);
3976
+ const r = Ji(e);
3977
+ return zi(r, t);
3951
3978
  }
3952
- function Yi(e) {
3979
+ function Qi(e) {
3953
3980
  if (e == null)
3954
3981
  return;
3955
- const t = Me(e);
3982
+ const t = Ne(e);
3956
3983
  for (let r = 0; r < t.length; r++) {
3957
3984
  const n = t[r];
3958
- if (Mr(n))
3985
+ if (Nr(n))
3959
3986
  return n;
3960
3987
  }
3961
3988
  }
3962
- function Nr(e, ...t) {
3963
- delete W[e], oe.update((r) => (r[e] = ni.all([r[e] || {}, ...t]), r));
3989
+ function Dr(e, ...t) {
3990
+ delete z[e], ae.update((r) => (r[e] = ri.all([r[e] || {}, ...t]), r));
3964
3991
  }
3965
- se(
3966
- [oe],
3992
+ oe(
3993
+ [ae],
3967
3994
  ([e]) => Object.keys(e)
3968
3995
  );
3969
- oe.subscribe((e) => mt = e);
3970
- const Ae = {};
3971
- function Ki(e, t) {
3972
- Ae[e].delete(t), Ae[e].size === 0 && delete Ae[e];
3996
+ ae.subscribe((e) => pt = e);
3997
+ const Pe = {};
3998
+ function Yi(e, t) {
3999
+ Pe[e].delete(t), Pe[e].size === 0 && delete Pe[e];
3973
4000
  }
3974
- function Dr(e) {
3975
- return Ae[e];
4001
+ function Fr(e) {
4002
+ return Pe[e];
3976
4003
  }
3977
- function es(e) {
3978
- return Me(e).map((t) => {
3979
- const r = Dr(t);
4004
+ function Ki(e) {
4005
+ return Ne(e).map((t) => {
4006
+ const r = Fr(t);
3980
4007
  return [t, r ? [...r] : []];
3981
4008
  }).filter(([, t]) => t.length > 0);
3982
4009
  }
3983
- function ut(e) {
3984
- return e == null ? !1 : Me(e).some(
4010
+ function lt(e) {
4011
+ return e == null ? !1 : Ne(e).some(
3985
4012
  (t) => {
3986
4013
  var r;
3987
- return (r = Dr(t)) == null ? void 0 : r.size;
4014
+ return (r = Fr(t)) == null ? void 0 : r.size;
3988
4015
  }
3989
4016
  );
3990
4017
  }
3991
- function ts(e, t) {
4018
+ function es(e, t) {
3992
4019
  return Promise.all(
3993
- t.map((n) => (Ki(e, n), n().then((i) => i.default || i)))
3994
- ).then((n) => Nr(e, ...n));
3995
- }
3996
- const he = {};
3997
- function Fr(e) {
3998
- if (!ut(e))
3999
- return e in he ? he[e] : Promise.resolve();
4000
- const t = es(e);
4001
- return he[e] = Promise.all(
4020
+ t.map((n) => (Yi(e, n), n().then((i) => i.default || i)))
4021
+ ).then((n) => Dr(e, ...n));
4022
+ }
4023
+ const fe = {};
4024
+ function Ur(e) {
4025
+ if (!lt(e))
4026
+ return e in fe ? fe[e] : Promise.resolve();
4027
+ const t = Ki(e);
4028
+ return fe[e] = Promise.all(
4002
4029
  t.map(
4003
- ([r, n]) => ts(r, n)
4030
+ ([r, n]) => es(r, n)
4004
4031
  )
4005
4032
  ).then(() => {
4006
- if (ut(e))
4007
- return Fr(e);
4008
- delete he[e];
4009
- }), he[e];
4033
+ if (lt(e))
4034
+ return Ur(e);
4035
+ delete fe[e];
4036
+ }), fe[e];
4010
4037
  }
4011
- const rs = {
4038
+ const ts = {
4012
4039
  number: {
4013
4040
  scientific: { notation: "scientific" },
4014
4041
  engineering: { notation: "engineering" },
@@ -4037,150 +4064,150 @@ const rs = {
4037
4064
  timeZoneName: "short"
4038
4065
  }
4039
4066
  }
4040
- }, ns = {
4067
+ }, rs = {
4041
4068
  fallbackLocale: null,
4042
4069
  loadingDelay: 200,
4043
- formats: rs,
4070
+ formats: ts,
4044
4071
  warnOnMissingMessages: !0,
4045
4072
  handleMissingMessage: void 0,
4046
4073
  ignoreTag: !0
4047
- }, is = ns;
4048
- function ie() {
4049
- return is;
4074
+ }, ns = rs;
4075
+ function se() {
4076
+ return ns;
4050
4077
  }
4051
- const Ze = Re(!1);
4052
- var ss = Object.defineProperty, os = Object.defineProperties, as = Object.getOwnPropertyDescriptors, Zt = Object.getOwnPropertySymbols, us = Object.prototype.hasOwnProperty, ls = Object.prototype.propertyIsEnumerable, Jt = (e, t, r) => t in e ? ss(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, hs = (e, t) => {
4078
+ const Je = Re(!1);
4079
+ var is = Object.defineProperty, ss = Object.defineProperties, os = Object.getOwnPropertyDescriptors, Jt = Object.getOwnPropertySymbols, as = Object.prototype.hasOwnProperty, us = Object.prototype.propertyIsEnumerable, qt = (e, t, r) => t in e ? is(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, ls = (e, t) => {
4053
4080
  for (var r in t || (t = {}))
4054
- us.call(t, r) && Jt(e, r, t[r]);
4055
- if (Zt)
4056
- for (var r of Zt(t))
4057
- ls.call(t, r) && Jt(e, r, t[r]);
4081
+ as.call(t, r) && qt(e, r, t[r]);
4082
+ if (Jt)
4083
+ for (var r of Jt(t))
4084
+ us.call(t, r) && qt(e, r, t[r]);
4058
4085
  return e;
4059
- }, fs = (e, t) => os(e, as(t));
4060
- let lt;
4086
+ }, hs = (e, t) => ss(e, os(t));
4087
+ let ht;
4061
4088
  const Ce = Re(null);
4062
- function qt(e) {
4089
+ function Qt(e) {
4063
4090
  return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
4064
4091
  }
4065
- function Me(e, t = ie().fallbackLocale) {
4066
- const r = qt(e);
4067
- return t ? [.../* @__PURE__ */ new Set([...r, ...qt(t)])] : r;
4092
+ function Ne(e, t = se().fallbackLocale) {
4093
+ const r = Qt(e);
4094
+ return t ? [.../* @__PURE__ */ new Set([...r, ...Qt(t)])] : r;
4068
4095
  }
4069
- function Z() {
4070
- return lt ?? void 0;
4096
+ function J() {
4097
+ return ht ?? void 0;
4071
4098
  }
4072
4099
  Ce.subscribe((e) => {
4073
- lt = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
4100
+ ht = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
4074
4101
  });
4075
- const cs = (e) => {
4076
- if (e && Yi(e) && ut(e)) {
4077
- const { loadingDelay: t } = ie();
4102
+ const fs = (e) => {
4103
+ if (e && Qi(e) && lt(e)) {
4104
+ const { loadingDelay: t } = se();
4078
4105
  let r;
4079
- return typeof window < "u" && Z() != null && t ? r = window.setTimeout(
4080
- () => Ze.set(!0),
4106
+ return typeof window < "u" && J() != null && t ? r = window.setTimeout(
4107
+ () => Je.set(!0),
4081
4108
  t
4082
- ) : Ze.set(!0), Fr(e).then(() => {
4109
+ ) : Je.set(!0), Ur(e).then(() => {
4083
4110
  Ce.set(e);
4084
4111
  }).finally(() => {
4085
- clearTimeout(r), Ze.set(!1);
4112
+ clearTimeout(r), Je.set(!1);
4086
4113
  });
4087
4114
  }
4088
4115
  return Ce.set(e);
4089
- }, z = fs(hs({}, Ce), {
4090
- set: cs
4091
- }), Ne = (e) => {
4116
+ }, Z = hs(ls({}, Ce), {
4117
+ set: fs
4118
+ }), De = (e) => {
4092
4119
  const t = /* @__PURE__ */ Object.create(null);
4093
4120
  return (n) => {
4094
4121
  const i = JSON.stringify(n);
4095
4122
  return i in t ? t[i] : t[i] = e(n);
4096
4123
  };
4097
4124
  };
4098
- var ms = Object.defineProperty, Oe = Object.getOwnPropertySymbols, Ur = Object.prototype.hasOwnProperty, kr = Object.prototype.propertyIsEnumerable, Qt = (e, t, r) => t in e ? ms(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, pt = (e, t) => {
4125
+ var cs = Object.defineProperty, Ie = Object.getOwnPropertySymbols, kr = Object.prototype.hasOwnProperty, Gr = Object.prototype.propertyIsEnumerable, Yt = (e, t, r) => t in e ? cs(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, dt = (e, t) => {
4099
4126
  for (var r in t || (t = {}))
4100
- Ur.call(t, r) && Qt(e, r, t[r]);
4101
- if (Oe)
4102
- for (var r of Oe(t))
4103
- kr.call(t, r) && Qt(e, r, t[r]);
4127
+ kr.call(t, r) && Yt(e, r, t[r]);
4128
+ if (Ie)
4129
+ for (var r of Ie(t))
4130
+ Gr.call(t, r) && Yt(e, r, t[r]);
4104
4131
  return e;
4105
- }, ae = (e, t) => {
4132
+ }, ue = (e, t) => {
4106
4133
  var r = {};
4107
4134
  for (var n in e)
4108
- Ur.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
4109
- if (e != null && Oe)
4110
- for (var n of Oe(e))
4111
- t.indexOf(n) < 0 && kr.call(e, n) && (r[n] = e[n]);
4135
+ kr.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
4136
+ if (e != null && Ie)
4137
+ for (var n of Ie(e))
4138
+ t.indexOf(n) < 0 && Gr.call(e, n) && (r[n] = e[n]);
4112
4139
  return r;
4113
4140
  };
4114
- const pe = (e, t) => {
4115
- const { formats: r } = ie();
4141
+ const de = (e, t) => {
4142
+ const { formats: r } = se();
4116
4143
  if (e in r && t in r[e])
4117
4144
  return r[e][t];
4118
4145
  throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
4119
- }, ps = Ne(
4146
+ }, ms = De(
4120
4147
  (e) => {
4121
- var t = e, { locale: r, format: n } = t, i = ae(t, ["locale", "format"]);
4148
+ var t = e, { locale: r, format: n } = t, i = ue(t, ["locale", "format"]);
4122
4149
  if (r == null)
4123
4150
  throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
4124
- return n && (i = pe("number", n)), new Intl.NumberFormat(r, i);
4151
+ return n && (i = de("number", n)), new Intl.NumberFormat(r, i);
4125
4152
  }
4126
- ), ds = Ne(
4153
+ ), ps = De(
4127
4154
  (e) => {
4128
- var t = e, { locale: r, format: n } = t, i = ae(t, ["locale", "format"]);
4155
+ var t = e, { locale: r, format: n } = t, i = ue(t, ["locale", "format"]);
4129
4156
  if (r == null)
4130
4157
  throw new Error('[svelte-i18n] A "locale" must be set to format dates');
4131
- return n ? i = pe("date", n) : Object.keys(i).length === 0 && (i = pe("date", "short")), new Intl.DateTimeFormat(r, i);
4158
+ return n ? i = de("date", n) : Object.keys(i).length === 0 && (i = de("date", "short")), new Intl.DateTimeFormat(r, i);
4132
4159
  }
4133
- ), gs = Ne(
4160
+ ), ds = De(
4134
4161
  (e) => {
4135
- var t = e, { locale: r, format: n } = t, i = ae(t, ["locale", "format"]);
4162
+ var t = e, { locale: r, format: n } = t, i = ue(t, ["locale", "format"]);
4136
4163
  if (r == null)
4137
4164
  throw new Error(
4138
4165
  '[svelte-i18n] A "locale" must be set to format time values'
4139
4166
  );
4140
- return n ? i = pe("time", n) : Object.keys(i).length === 0 && (i = pe("time", "short")), new Intl.DateTimeFormat(r, i);
4167
+ return n ? i = de("time", n) : Object.keys(i).length === 0 && (i = de("time", "short")), new Intl.DateTimeFormat(r, i);
4141
4168
  }
4142
- ), bs = (e = {}) => {
4169
+ ), gs = (e = {}) => {
4143
4170
  var t = e, {
4144
- locale: r = Z()
4145
- } = t, n = ae(t, [
4171
+ locale: r = J()
4172
+ } = t, n = ue(t, [
4146
4173
  "locale"
4147
4174
  ]);
4148
- return ps(pt({ locale: r }, n));
4149
- }, ys = (e = {}) => {
4175
+ return ms(dt({ locale: r }, n));
4176
+ }, bs = (e = {}) => {
4150
4177
  var t = e, {
4151
- locale: r = Z()
4152
- } = t, n = ae(t, [
4178
+ locale: r = J()
4179
+ } = t, n = ue(t, [
4153
4180
  "locale"
4154
4181
  ]);
4155
- return ds(pt({ locale: r }, n));
4156
- }, vs = (e = {}) => {
4182
+ return ps(dt({ locale: r }, n));
4183
+ }, ys = (e = {}) => {
4157
4184
  var t = e, {
4158
- locale: r = Z()
4159
- } = t, n = ae(t, [
4185
+ locale: r = J()
4186
+ } = t, n = ue(t, [
4160
4187
  "locale"
4161
4188
  ]);
4162
- return gs(pt({ locale: r }, n));
4163
- }, _s = Ne(
4189
+ return ds(dt({ locale: r }, n));
4190
+ }, vs = De(
4164
4191
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
4165
- (e, t = Z()) => new zi(e, t, ie().formats, {
4166
- ignoreTag: ie().ignoreTag
4192
+ (e, t = J()) => new Wi(e, t, se().formats, {
4193
+ ignoreTag: se().ignoreTag
4167
4194
  })
4168
- ), Es = (e, t = {}) => {
4195
+ ), _s = (e, t = {}) => {
4169
4196
  var r, n, i, s;
4170
4197
  let o = t;
4171
4198
  typeof e == "object" && (o = e, e = o.id);
4172
4199
  const {
4173
4200
  values: a,
4174
- locale: h = Z(),
4201
+ locale: h = J(),
4175
4202
  default: l
4176
4203
  } = o;
4177
4204
  if (h == null)
4178
4205
  throw new Error(
4179
4206
  "[svelte-i18n] Cannot format a message without first setting the initial locale."
4180
4207
  );
4181
- let u = Lr(e, h);
4208
+ let u = Mr(e, h);
4182
4209
  if (!u)
4183
- u = (s = (i = (n = (r = ie()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: h, id: e, defaultValue: l })) != null ? i : l) != null ? s : e;
4210
+ u = (s = (i = (n = (r = se()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: h, id: e, defaultValue: l })) != null ? i : l) != null ? s : e;
4184
4211
  else if (typeof u != "string")
4185
4212
  return console.warn(
4186
4213
  `[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.`
@@ -4189,7 +4216,7 @@ const pe = (e, t) => {
4189
4216
  return u;
4190
4217
  let c = u;
4191
4218
  try {
4192
- c = _s(u, h).format(a);
4219
+ c = vs(u, h).format(a);
4193
4220
  } catch (p) {
4194
4221
  p instanceof Error && console.warn(
4195
4222
  `[svelte-i18n] Message "${e}" has syntax error:`,
@@ -4197,25 +4224,25 @@ const pe = (e, t) => {
4197
4224
  );
4198
4225
  }
4199
4226
  return c;
4200
- }, ws = (e, t) => vs(t).format(e), xs = (e, t) => ys(t).format(e), Ss = (e, t) => bs(t).format(e), Ts = (e, t = Z()) => Lr(e, t), Hs = se([z, oe], () => Es);
4201
- se([z], () => ws);
4202
- se([z], () => xs);
4203
- se([z], () => Ss);
4204
- se([z, oe], () => Ts);
4205
- window.emWidgets = { topic: kn };
4206
- const Yt = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
4207
- function Bs({ withLocale: e, translations: t }) {
4208
- z.subscribe((r) => {
4209
- r == null && (oe.set(t), z.set(e));
4227
+ }, Es = (e, t) => ys(t).format(e), ws = (e, t) => bs(t).format(e), Ss = (e, t) => gs(t).format(e), xs = (e, t = J()) => Mr(e, t), Ts = oe([Z, ae], () => _s);
4228
+ oe([Z], () => Es);
4229
+ oe([Z], () => ws);
4230
+ oe([Z], () => Ss);
4231
+ oe([Z, ae], () => xs);
4232
+ window.emWidgets = { topic: Un };
4233
+ const Kt = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
4234
+ function Hs({ withLocale: e, translations: t }) {
4235
+ Z.subscribe((r) => {
4236
+ r == null && (ae.set(t), Z.set(e));
4210
4237
  });
4211
4238
  }
4212
- function Kt(e, t) {
4213
- Nr(e, t);
4239
+ function er(e, t) {
4240
+ Dr(e, t);
4214
4241
  }
4215
- function As(e) {
4216
- z.set(e);
4242
+ function Bs(e) {
4243
+ Z.set(e);
4217
4244
  }
4218
- const er = {
4245
+ const tr = {
4219
4246
  en: {
4220
4247
  goToLoginButton: "Go To Login",
4221
4248
  error: "We encountered an issue. Please go to Login to receive your SMS code."
@@ -4261,6 +4288,29 @@ const er = {
4261
4288
  error: "We encountered an issue. Please go to Login to receive your SMS code."
4262
4289
  }
4263
4290
  };
4291
+ function As(e, t) {
4292
+ if (e) {
4293
+ const r = document.createElement("style");
4294
+ r.innerHTML = t, e.appendChild(r);
4295
+ }
4296
+ }
4297
+ function Ps(e, t) {
4298
+ const r = new URL(t);
4299
+ fetch(r.href).then((n) => n.text()).then((n) => {
4300
+ const i = document.createElement("style");
4301
+ i.innerHTML = n, e && e.appendChild(i);
4302
+ }).catch((n) => {
4303
+ console.error("There was an error while trying to load client styling from URL", n);
4304
+ });
4305
+ }
4306
+ function Os(e, t, r) {
4307
+ if (window.emMessageBus) {
4308
+ const n = document.createElement("style");
4309
+ window.emMessageBus.subscribe(t, (i) => {
4310
+ n.innerHTML = i, e && e.appendChild(n);
4311
+ });
4312
+ }
4313
+ }
4264
4314
  if (typeof window < "u") {
4265
4315
  let e = function(t) {
4266
4316
  return function(...r) {
@@ -4273,7 +4323,7 @@ if (typeof window < "u") {
4273
4323
  }
4274
4324
  };
4275
4325
  };
4276
- customElements.define = e(customElements.define), import("./GeneralPlayerRegisterFormStep1-DOTUzvZi.js").then(({ default: t }) => {
4326
+ customElements.define = e(customElements.define), import("./GeneralPlayerRegisterFormStep1-DugGIjlq.js").then(({ default: t }) => {
4277
4327
  !customElements.get("general-player-register-form-step1") && customElements.define("general-player-register-form-step1", t.element);
4278
4328
  });
4279
4329
  }
@@ -4289,7 +4339,7 @@ if (typeof window < "u") {
4289
4339
  }
4290
4340
  };
4291
4341
  };
4292
- customElements.define = e(customElements.define), import("./GeneralPlayerRegisterFormStep2-BDIjqPh7.js").then(({ default: t }) => {
4342
+ customElements.define = e(customElements.define), import("./GeneralPlayerRegisterFormStep2-p71LzdWX.js").then(({ default: t }) => {
4293
4343
  !customElements.get("general-player-register-form-step2") && customElements.define("general-player-register-form-step2", t.element);
4294
4344
  });
4295
4345
  }
@@ -4305,7 +4355,7 @@ if (typeof window < "u") {
4305
4355
  }
4306
4356
  };
4307
4357
  };
4308
- customElements.define = e(customElements.define), import("./GeneralPlayerRegisterFormStep3-B7AqiDVg.js").then(({ default: t }) => {
4358
+ customElements.define = e(customElements.define), import("./GeneralPlayerRegisterFormStep3-8H6c1Q-J.js").then(({ default: t }) => {
4309
4359
  !customElements.get("general-player-register-form-step3") && customElements.define("general-player-register-form-step3", t.element);
4310
4360
  });
4311
4361
  }
@@ -4321,110 +4371,112 @@ if (typeof window < "u") {
4321
4371
  }
4322
4372
  };
4323
4373
  };
4324
- customElements.define = e(customElements.define), import("./GeneralPlayerSmsVerificationForm-I_smD871.js").then(({ default: t }) => {
4374
+ customElements.define = e(customElements.define), import("./GeneralPlayerSmsVerificationForm-gWDpjIxA.js").then(({ default: t }) => {
4325
4375
  !customElements.get("general-player-sms-verification-form") && customElements.define("general-player-sms-verification-form", t.element);
4326
4376
  });
4327
4377
  }
4328
- function Ps(e) {
4329
- nn(e, "svelte-1ybwcf6", ".RegisterFormWrapper{background:var(--emw--registration-color-bg, var(--emw--color-gray-50, #F9F8F8));border-radius:15px}.RegisterFormContainer{padding:25px;height:404px;overflow-y:auto;scrollbar-color:var(--emw--color-gray-100, #E6E6E6) var(--emw--color-gray-50, #F9F8F8);scrollbar-width:thin}.RegisterFormContainer.RegisterFormContainerMobile{padding:40px 20px;height:65vh;overflow-y:scroll}.RegisterFormContainer::-webkit-scrollbar{width:6px}.RegisterFormContainer::-webkit-scrollbar-track{background:var(--emw--color-gray-50, #F9F8F8)}.RegisterFormContainer::-webkit-scrollbar-thumb{background:var(--emw--color-gray-100, #E6E6E6)}.RegisterSteps{display:flex;gap:10px;padding:20px 0 30px}.RegisterFirstStepDash,.RegisterSecondStepDash,.RegisterThirdStepDash{width:50px;height:2px;background-color:var(--emw--color-gray-100, #E6E6E6)}.RegisterStepDashColor{background-color:var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E))}.RegisterStepNext{background-image:linear-gradient(to bottom, color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, black 20%), var(--emw--color-primary, #22B04E), color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, white 30%));border:2px solid var(--emw--button-border-color, #0E5924);border-radius:var(--emw--button-border-radius, 50px);color:var(--emw--button-typography, var(--emw--button-text-color, #FFFFFF));font-family:var(--emw--button-typography);width:100%;height:60px;padding:0;text-transform:uppercase;font-size:var(--emw--font-size-medium, 16px);cursor:pointer;margin-top:24px}.SMSErrorText{height:80%;display:flex;align-items:center}.RegisterConfirmation{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-top:60px}.RegisterConfirmation svg{width:74px}.RegisterConfirmation .RegisterConfirmationTitle{color:var(--emw--color-valid, var(--emw--color-valid, #48952a));font-size:24px;font-weight:var(--emw--font-weight-normal, 400);text-transform:uppercase;margin-bottom:0}.RegisterConfirmation .RegisterConfirmationSubtitle{color:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444));font-size:var(--emw--font-size-medium, 16px);line-height:19px;margin-bottom:24px}.RegisterConfirmation .RegisterConfirmationNote{color:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444));font-size:var(--emw--font-size-medium, 16px);line-height:22px}.RegisterConfirmationGoToLogin{background-image:linear-gradient(to bottom, color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, black 20%), var(--emw--color-primary, #22B04E), color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, white 30%));border:2px solid var(--emw--button-border-color, #0E5924);border-radius:var(--emw--button-border-radius, 50px);color:var(--emw--button-typography, var(--emw--button-text-color, #FFFFFF));width:100%;height:60px;padding:0;text-transform:uppercase;font-size:var(--emw--font-size-medium, 16px);cursor:pointer;margin-top:24px}");
4330
- }
4331
4378
  function Cs(e) {
4379
+ rn(e, "svelte-1ybwcf6", ".RegisterFormWrapper{background:var(--emw--registration-color-bg, var(--emw--color-gray-50, #F9F8F8));border-radius:15px}.RegisterFormContainer{padding:25px;height:404px;overflow-y:auto;scrollbar-color:var(--emw--color-gray-100, #E6E6E6) var(--emw--color-gray-50, #F9F8F8);scrollbar-width:thin}.RegisterFormContainer.RegisterFormContainerMobile{padding:40px 20px;height:65vh;overflow-y:scroll}.RegisterFormContainer::-webkit-scrollbar{width:6px}.RegisterFormContainer::-webkit-scrollbar-track{background:var(--emw--color-gray-50, #F9F8F8)}.RegisterFormContainer::-webkit-scrollbar-thumb{background:var(--emw--color-gray-100, #E6E6E6)}.RegisterSteps{display:flex;gap:10px;padding:20px 0 30px}.RegisterFirstStepDash,.RegisterSecondStepDash,.RegisterThirdStepDash{width:50px;height:2px;background-color:var(--emw--color-gray-100, #E6E6E6)}.RegisterStepDashColor{background-color:var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E))}.RegisterStepNext{background-image:linear-gradient(to bottom, color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, black 20%), var(--emw--color-primary, #22B04E), color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, white 30%));border:2px solid var(--emw--button-border-color, #0E5924);border-radius:var(--emw--button-border-radius, 50px);color:var(--emw--button-typography, var(--emw--button-text-color, #FFFFFF));font-family:var(--emw--button-typography);width:100%;height:60px;padding:0;text-transform:uppercase;font-size:var(--emw--font-size-medium, 16px);cursor:pointer;margin-top:24px}.SMSErrorText{height:80%;display:flex;align-items:center}.RegisterConfirmation{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-top:60px}.RegisterConfirmation svg{width:74px}.RegisterConfirmation .RegisterConfirmationTitle{color:var(--emw--color-valid, var(--emw--color-valid, #48952a));font-size:24px;font-weight:var(--emw--font-weight-normal, 400);text-transform:uppercase;margin-bottom:0}.RegisterConfirmation .RegisterConfirmationSubtitle{color:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444));font-size:var(--emw--font-size-medium, 16px);line-height:19px;margin-bottom:24px}.RegisterConfirmation .RegisterConfirmationNote{color:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444));font-size:var(--emw--font-size-medium, 16px);line-height:22px}.RegisterConfirmationGoToLogin{background-image:linear-gradient(to bottom, color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, black 20%), var(--emw--color-primary, #22B04E), color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, white 30%));border:2px solid var(--emw--button-border-color, #0E5924);border-radius:var(--emw--button-border-radius, 50px);color:var(--emw--button-typography, var(--emw--button-text-color, #FFFFFF));width:100%;height:60px;padding:0;text-transform:uppercase;font-size:var(--emw--font-size-medium, 16px);cursor:pointer;margin-top:24px}");
4380
+ }
4381
+ function Is(e) {
4332
4382
  let t, r, n, i, s, o, a, h = (
4333
4383
  /*showRegisterStepOne*/
4334
- (e[17] || /*showRegisterStepTwo*/
4335
- e[18] || /*showRegisterStepThree*/
4336
- e[19]) && tr(e)
4384
+ (e[18] || /*showRegisterStepTwo*/
4385
+ e[19] || /*showRegisterStepThree*/
4386
+ e[20]) && rr(e)
4337
4387
  ), l = (
4338
4388
  /*showRegisterStepOne*/
4339
- e[17] && rr(e)
4389
+ e[18] && nr(e)
4340
4390
  ), u = (
4341
4391
  /*showRegisterStepTwo*/
4342
- e[18] && nr(e)
4392
+ e[19] && ir(e)
4343
4393
  ), c = (
4344
4394
  /*showRegisterStepThree*/
4345
- e[19] && ir(e)
4395
+ e[20] && sr(e)
4346
4396
  );
4347
- function p(b, x) {
4397
+ function p(b, S) {
4348
4398
  if (
4349
4399
  /*smsverification*/
4350
4400
  b[7] && /*showSmsVerification*/
4351
- b[20]
4352
- ) return Is;
4401
+ b[21]
4402
+ )
4403
+ return Rs;
4353
4404
  if (
4354
4405
  /*smsSendApiFailed*/
4355
- b[30]
4356
- ) return Os;
4406
+ b[31]
4407
+ )
4408
+ return Ls;
4357
4409
  }
4358
4410
  let y = p(e), g = y && y(e), d = (
4359
4411
  /*showConfirmation*/
4360
- e[21] && sr(e)
4412
+ e[22] && or(e)
4361
4413
  );
4362
4414
  return {
4363
4415
  c() {
4364
- t = B("div"), r = B("div"), h && h.c(), n = U(), l && l.c(), i = U(), u && u.c(), s = U(), c && c.c(), o = U(), g && g.c(), a = U(), d && d.c(), T(r, "class", "RegisterFormContainer " + /*isMobile*/
4365
- (e[34] ? "RegisterFormContainerMobile" : "")), T(t, "class", "RegisterFormWrapper");
4416
+ t = B("div"), r = B("div"), h && h.c(), n = U(), l && l.c(), i = U(), u && u.c(), s = U(), c && c.c(), o = U(), g && g.c(), a = U(), d && d.c(), x(r, "class", "RegisterFormContainer " + /*isMobile*/
4417
+ (e[35] ? "RegisterFormContainerMobile" : "")), x(t, "class", "RegisterFormWrapper");
4366
4418
  },
4367
- m(b, x) {
4368
- F(b, t, x), E(t, r), h && h.m(r, null), E(r, n), l && l.m(r, null), E(r, i), u && u.m(r, null), E(r, s), c && c.m(r, null), E(r, o), g && g.m(r, null), E(r, a), d && d.m(r, null);
4419
+ m(b, S) {
4420
+ F(b, t, S), E(t, r), h && h.m(r, null), E(r, n), l && l.m(r, null), E(r, i), u && u.m(r, null), E(r, s), c && c.m(r, null), E(r, o), g && g.m(r, null), E(r, a), d && d.m(r, null);
4369
4421
  },
4370
- p(b, x) {
4422
+ p(b, S) {
4371
4423
  /*showRegisterStepOne*/
4372
- b[17] || /*showRegisterStepTwo*/
4373
- b[18] || /*showRegisterStepThree*/
4374
- b[19] ? h ? h.p(b, x) : (h = tr(b), h.c(), h.m(r, n)) : h && (h.d(1), h = null), /*showRegisterStepOne*/
4375
- b[17] ? l ? l.p(b, x) : (l = rr(b), l.c(), l.m(r, i)) : l && (l.d(1), l = null), /*showRegisterStepTwo*/
4376
- b[18] ? u ? u.p(b, x) : (u = nr(b), u.c(), u.m(r, s)) : u && (u.d(1), u = null), /*showRegisterStepThree*/
4377
- b[19] ? c ? c.p(b, x) : (c = ir(b), c.c(), c.m(r, o)) : c && (c.d(1), c = null), y === (y = p(b)) && g ? g.p(b, x) : (g && g.d(1), g = y && y(b), g && (g.c(), g.m(r, a))), /*showConfirmation*/
4378
- b[21] ? d ? d.p(b, x) : (d = sr(b), d.c(), d.m(r, null)) : d && (d.d(1), d = null);
4424
+ b[18] || /*showRegisterStepTwo*/
4425
+ b[19] || /*showRegisterStepThree*/
4426
+ b[20] ? h ? h.p(b, S) : (h = rr(b), h.c(), h.m(r, n)) : h && (h.d(1), h = null), /*showRegisterStepOne*/
4427
+ b[18] ? l ? l.p(b, S) : (l = nr(b), l.c(), l.m(r, i)) : l && (l.d(1), l = null), /*showRegisterStepTwo*/
4428
+ b[19] ? u ? u.p(b, S) : (u = ir(b), u.c(), u.m(r, s)) : u && (u.d(1), u = null), /*showRegisterStepThree*/
4429
+ b[20] ? c ? c.p(b, S) : (c = sr(b), c.c(), c.m(r, o)) : c && (c.d(1), c = null), y === (y = p(b)) && g ? g.p(b, S) : (g && g.d(1), g = y && y(b), g && (g.c(), g.m(r, a))), /*showConfirmation*/
4430
+ b[22] ? d ? d.p(b, S) : (d = or(b), d.c(), d.m(r, null)) : d && (d.d(1), d = null);
4379
4431
  },
4380
4432
  d(b) {
4381
4433
  b && N(t), h && h.d(), l && l.d(), u && u.d(), c && c.d(), g && g.d(), d && d.d();
4382
4434
  }
4383
4435
  };
4384
4436
  }
4385
- function tr(e) {
4437
+ function rr(e) {
4386
4438
  let t, r, n, i, s, o, a, h, l;
4387
4439
  return {
4388
4440
  c() {
4389
- t = B("div"), r = B("div"), i = U(), s = B("div"), a = U(), h = B("div"), T(r, "class", n = "RegisterFirstStepDash " + /*showRegisterStepOne*/
4390
- (e[17] || !/*showRegisterStepOne*/
4391
- e[17] && /*showRegisterStepTwo*/
4392
- e[18] || !/*showRegisterStepOne*/
4393
- e[17] && !/*showRegisterStepTwo*/
4394
- e[18] && /*showRegisterStepThree*/
4395
- e[19] ? "RegisterStepDashColor" : "")), T(s, "class", o = "RegisterSecondStepDash " + /*showRegisterStepTwo*/
4441
+ t = B("div"), r = B("div"), i = U(), s = B("div"), a = U(), h = B("div"), x(r, "class", n = "RegisterFirstStepDash " + /*showRegisterStepOne*/
4396
4442
  (e[18] || !/*showRegisterStepOne*/
4397
- e[17] && !/*showRegisterStepTwo*/
4398
- e[18] && /*showRegisterStepThree*/
4399
- e[19] ? "RegisterStepDashColor" : "")), T(h, "class", l = "RegisterThirdStepDash " + /*showRegisterStepThree*/
4400
- (e[19] ? "RegisterStepDashColor" : "")), T(t, "class", "RegisterSteps");
4443
+ e[18] && /*showRegisterStepTwo*/
4444
+ e[19] || !/*showRegisterStepOne*/
4445
+ e[18] && !/*showRegisterStepTwo*/
4446
+ e[19] && /*showRegisterStepThree*/
4447
+ e[20] ? "RegisterStepDashColor" : "")), x(s, "class", o = "RegisterSecondStepDash " + /*showRegisterStepTwo*/
4448
+ (e[19] || !/*showRegisterStepOne*/
4449
+ e[18] && !/*showRegisterStepTwo*/
4450
+ e[19] && /*showRegisterStepThree*/
4451
+ e[20] ? "RegisterStepDashColor" : "")), x(h, "class", l = "RegisterThirdStepDash " + /*showRegisterStepThree*/
4452
+ (e[20] ? "RegisterStepDashColor" : "")), x(t, "class", "RegisterSteps");
4401
4453
  },
4402
4454
  m(u, c) {
4403
- F(u, t, c), E(t, r), E(t, i), E(t, s), E(t, a), E(t, h), e[40](t);
4455
+ F(u, t, c), E(t, r), E(t, i), E(t, s), E(t, a), E(t, h), e[41](t);
4404
4456
  },
4405
4457
  p(u, c) {
4406
4458
  c[0] & /*showRegisterStepOne, showRegisterStepTwo, showRegisterStepThree*/
4407
- 917504 && n !== (n = "RegisterFirstStepDash " + /*showRegisterStepOne*/
4408
- (u[17] || !/*showRegisterStepOne*/
4409
- u[17] && /*showRegisterStepTwo*/
4410
- u[18] || !/*showRegisterStepOne*/
4411
- u[17] && !/*showRegisterStepTwo*/
4412
- u[18] && /*showRegisterStepThree*/
4413
- u[19] ? "RegisterStepDashColor" : "")) && T(r, "class", n), c[0] & /*showRegisterStepTwo, showRegisterStepOne, showRegisterStepThree*/
4414
- 917504 && o !== (o = "RegisterSecondStepDash " + /*showRegisterStepTwo*/
4459
+ 1835008 && n !== (n = "RegisterFirstStepDash " + /*showRegisterStepOne*/
4415
4460
  (u[18] || !/*showRegisterStepOne*/
4416
- u[17] && !/*showRegisterStepTwo*/
4417
- u[18] && /*showRegisterStepThree*/
4418
- u[19] ? "RegisterStepDashColor" : "")) && T(s, "class", o), c[0] & /*showRegisterStepThree*/
4419
- 524288 && l !== (l = "RegisterThirdStepDash " + /*showRegisterStepThree*/
4420
- (u[19] ? "RegisterStepDashColor" : "")) && T(h, "class", l);
4461
+ u[18] && /*showRegisterStepTwo*/
4462
+ u[19] || !/*showRegisterStepOne*/
4463
+ u[18] && !/*showRegisterStepTwo*/
4464
+ u[19] && /*showRegisterStepThree*/
4465
+ u[20] ? "RegisterStepDashColor" : "")) && x(r, "class", n), c[0] & /*showRegisterStepTwo, showRegisterStepOne, showRegisterStepThree*/
4466
+ 1835008 && o !== (o = "RegisterSecondStepDash " + /*showRegisterStepTwo*/
4467
+ (u[19] || !/*showRegisterStepOne*/
4468
+ u[18] && !/*showRegisterStepTwo*/
4469
+ u[19] && /*showRegisterStepThree*/
4470
+ u[20] ? "RegisterStepDashColor" : "")) && x(s, "class", o), c[0] & /*showRegisterStepThree*/
4471
+ 1048576 && l !== (l = "RegisterThirdStepDash " + /*showRegisterStepThree*/
4472
+ (u[20] ? "RegisterStepDashColor" : "")) && x(h, "class", l);
4421
4473
  },
4422
4474
  d(u) {
4423
- u && N(t), e[40](null);
4475
+ u && N(t), e[41](null);
4424
4476
  }
4425
4477
  };
4426
4478
  }
4427
- function rr(e) {
4479
+ function nr(e) {
4428
4480
  let t, r;
4429
4481
  return {
4430
4482
  c() {
@@ -4447,7 +4499,7 @@ function rr(e) {
4447
4499
  r,
4448
4500
  "custominputtextswitch",
4449
4501
  /*custominputtextswitch*/
4450
- e[13]
4502
+ e[14]
4451
4503
  ), m(
4452
4504
  r,
4453
4505
  "simplepasswordvalidation",
@@ -4457,23 +4509,28 @@ function rr(e) {
4457
4509
  r,
4458
4510
  "clientstyling",
4459
4511
  /*clientstyling*/
4460
- e[9]
4512
+ e[10]
4461
4513
  ), m(
4462
4514
  r,
4463
4515
  "clientstylingurl",
4464
4516
  /*clientstylingurl*/
4465
- e[10]
4517
+ e[11]
4466
4518
  ), m(
4467
4519
  r,
4468
4520
  "savecredentials",
4469
4521
  /*savecredentials*/
4470
- e[12]
4522
+ e[13]
4471
4523
  ), m(
4472
4524
  r,
4473
4525
  "translationurl",
4474
4526
  /*translationurl*/
4475
- e[11]
4476
- ), T(t, "class", "RegisterFormStep1");
4527
+ e[12]
4528
+ ), m(
4529
+ r,
4530
+ "mbsource",
4531
+ /*mbsource*/
4532
+ e[9]
4533
+ ), x(t, "class", "RegisterFormStep1");
4477
4534
  },
4478
4535
  m(n, i) {
4479
4536
  F(n, t, i), E(t, r);
@@ -4498,11 +4555,11 @@ function rr(e) {
4498
4555
  /*defaultoptions*/
4499
4556
  n[6]
4500
4557
  ), i[0] & /*custominputtextswitch*/
4501
- 8192 && m(
4558
+ 16384 && m(
4502
4559
  r,
4503
4560
  "custominputtextswitch",
4504
4561
  /*custominputtextswitch*/
4505
- n[13]
4562
+ n[14]
4506
4563
  ), i[0] & /*simplepasswordvalidation*/
4507
4564
  256 && m(
4508
4565
  r,
@@ -4510,29 +4567,35 @@ function rr(e) {
4510
4567
  /*simplepasswordvalidation*/
4511
4568
  n[8]
4512
4569
  ), i[0] & /*clientstyling*/
4513
- 512 && m(
4570
+ 1024 && m(
4514
4571
  r,
4515
4572
  "clientstyling",
4516
4573
  /*clientstyling*/
4517
- n[9]
4574
+ n[10]
4518
4575
  ), i[0] & /*clientstylingurl*/
4519
- 1024 && m(
4576
+ 2048 && m(
4520
4577
  r,
4521
4578
  "clientstylingurl",
4522
4579
  /*clientstylingurl*/
4523
- n[10]
4580
+ n[11]
4524
4581
  ), i[0] & /*savecredentials*/
4525
- 4096 && m(
4582
+ 8192 && m(
4526
4583
  r,
4527
4584
  "savecredentials",
4528
4585
  /*savecredentials*/
4529
- n[12]
4586
+ n[13]
4530
4587
  ), i[0] & /*translationurl*/
4531
- 2048 && m(
4588
+ 4096 && m(
4532
4589
  r,
4533
4590
  "translationurl",
4534
4591
  /*translationurl*/
4535
- n[11]
4592
+ n[12]
4593
+ ), i[0] & /*mbsource*/
4594
+ 512 && m(
4595
+ r,
4596
+ "mbsource",
4597
+ /*mbsource*/
4598
+ n[9]
4536
4599
  );
4537
4600
  },
4538
4601
  d(n) {
@@ -4540,7 +4603,7 @@ function rr(e) {
4540
4603
  }
4541
4604
  };
4542
4605
  }
4543
- function nr(e) {
4606
+ function ir(e) {
4544
4607
  let t, r;
4545
4608
  return {
4546
4609
  c() {
@@ -4573,23 +4636,28 @@ function nr(e) {
4573
4636
  r,
4574
4637
  "personalidlength",
4575
4638
  /*personalidlength*/
4576
- e[14]
4639
+ e[15]
4577
4640
  ), m(
4578
4641
  r,
4579
4642
  "clientstyling",
4580
4643
  /*clientstyling*/
4581
- e[9]
4644
+ e[10]
4582
4645
  ), m(
4583
4646
  r,
4584
4647
  "clientstylingurl",
4585
4648
  /*clientstylingurl*/
4586
- e[10]
4649
+ e[11]
4587
4650
  ), m(
4588
4651
  r,
4589
4652
  "translationurl",
4590
4653
  /*translationurl*/
4591
- e[11]
4592
- ), T(t, "class", "RegisterFormStep2");
4654
+ e[12]
4655
+ ), m(
4656
+ r,
4657
+ "mbsource",
4658
+ /*mbsource*/
4659
+ e[9]
4660
+ ), x(t, "class", "RegisterFormStep2");
4593
4661
  },
4594
4662
  m(n, i) {
4595
4663
  F(n, t, i), E(t, r);
@@ -4626,29 +4694,35 @@ function nr(e) {
4626
4694
  /*defaultoptions*/
4627
4695
  n[6]
4628
4696
  ), i[0] & /*personalidlength*/
4629
- 16384 && m(
4697
+ 32768 && m(
4630
4698
  r,
4631
4699
  "personalidlength",
4632
4700
  /*personalidlength*/
4633
- n[14]
4701
+ n[15]
4634
4702
  ), i[0] & /*clientstyling*/
4635
- 512 && m(
4703
+ 1024 && m(
4636
4704
  r,
4637
4705
  "clientstyling",
4638
4706
  /*clientstyling*/
4639
- n[9]
4707
+ n[10]
4640
4708
  ), i[0] & /*clientstylingurl*/
4641
- 1024 && m(
4709
+ 2048 && m(
4642
4710
  r,
4643
4711
  "clientstylingurl",
4644
4712
  /*clientstylingurl*/
4645
- n[10]
4713
+ n[11]
4646
4714
  ), i[0] & /*translationurl*/
4647
- 2048 && m(
4715
+ 4096 && m(
4648
4716
  r,
4649
4717
  "translationurl",
4650
4718
  /*translationurl*/
4651
- n[11]
4719
+ n[12]
4720
+ ), i[0] & /*mbsource*/
4721
+ 512 && m(
4722
+ r,
4723
+ "mbsource",
4724
+ /*mbsource*/
4725
+ n[9]
4652
4726
  );
4653
4727
  },
4654
4728
  d(n) {
@@ -4656,7 +4730,7 @@ function nr(e) {
4656
4730
  }
4657
4731
  };
4658
4732
  }
4659
- function ir(e) {
4733
+ function sr(e) {
4660
4734
  let t, r;
4661
4735
  return {
4662
4736
  c() {
@@ -4664,22 +4738,22 @@ function ir(e) {
4664
4738
  r,
4665
4739
  "userconsentsexist",
4666
4740
  /*userconsentsexist*/
4667
- e[25]
4741
+ e[26]
4668
4742
  ), m(
4669
4743
  r,
4670
4744
  "termsconditions",
4671
4745
  /*termsconditions*/
4672
- e[26]
4746
+ e[27]
4673
4747
  ), m(
4674
4748
  r,
4675
4749
  "smsoffers",
4676
4750
  /*smsoffers*/
4677
- e[27]
4751
+ e[28]
4678
4752
  ), m(
4679
4753
  r,
4680
4754
  "emailmarketing",
4681
4755
  /*emailmarketing*/
4682
- e[28]
4756
+ e[29]
4683
4757
  ), m(
4684
4758
  r,
4685
4759
  "endpoint",
@@ -4709,47 +4783,52 @@ function ir(e) {
4709
4783
  r,
4710
4784
  "clientstyling",
4711
4785
  /*clientstyling*/
4712
- e[9]
4786
+ e[10]
4713
4787
  ), m(
4714
4788
  r,
4715
4789
  "clientstylingurl",
4716
4790
  /*clientstylingurl*/
4717
- e[10]
4791
+ e[11]
4718
4792
  ), m(
4719
4793
  r,
4720
4794
  "translationurl",
4721
4795
  /*translationurl*/
4722
- e[11]
4723
- ), T(t, "class", "RegisterFormStep3");
4796
+ e[12]
4797
+ ), m(
4798
+ r,
4799
+ "mbsource",
4800
+ /*mbsource*/
4801
+ e[9]
4802
+ ), x(t, "class", "RegisterFormStep3");
4724
4803
  },
4725
4804
  m(n, i) {
4726
4805
  F(n, t, i), E(t, r);
4727
4806
  },
4728
4807
  p(n, i) {
4729
4808
  i[0] & /*userconsentsexist*/
4730
- 33554432 && m(
4809
+ 67108864 && m(
4731
4810
  r,
4732
4811
  "userconsentsexist",
4733
4812
  /*userconsentsexist*/
4734
- n[25]
4813
+ n[26]
4735
4814
  ), i[0] & /*termsconditions*/
4736
- 67108864 && m(
4815
+ 134217728 && m(
4737
4816
  r,
4738
4817
  "termsconditions",
4739
4818
  /*termsconditions*/
4740
- n[26]
4819
+ n[27]
4741
4820
  ), i[0] & /*smsoffers*/
4742
- 134217728 && m(
4821
+ 268435456 && m(
4743
4822
  r,
4744
4823
  "smsoffers",
4745
4824
  /*smsoffers*/
4746
- n[27]
4825
+ n[28]
4747
4826
  ), i[0] & /*emailmarketing*/
4748
- 268435456 && m(
4827
+ 536870912 && m(
4749
4828
  r,
4750
4829
  "emailmarketing",
4751
4830
  /*emailmarketing*/
4752
- n[28]
4831
+ n[29]
4753
4832
  ), i[0] & /*endpoint*/
4754
4833
  1 && m(
4755
4834
  r,
@@ -4781,23 +4860,29 @@ function ir(e) {
4781
4860
  /*disabledfields*/
4782
4861
  n[5]
4783
4862
  ), i[0] & /*clientstyling*/
4784
- 512 && m(
4863
+ 1024 && m(
4785
4864
  r,
4786
4865
  "clientstyling",
4787
4866
  /*clientstyling*/
4788
- n[9]
4867
+ n[10]
4789
4868
  ), i[0] & /*clientstylingurl*/
4790
- 1024 && m(
4869
+ 2048 && m(
4791
4870
  r,
4792
4871
  "clientstylingurl",
4793
4872
  /*clientstylingurl*/
4794
- n[10]
4873
+ n[11]
4795
4874
  ), i[0] & /*translationurl*/
4796
- 2048 && m(
4875
+ 4096 && m(
4797
4876
  r,
4798
4877
  "translationurl",
4799
4878
  /*translationurl*/
4800
- n[11]
4879
+ n[12]
4880
+ ), i[0] & /*mbsource*/
4881
+ 512 && m(
4882
+ r,
4883
+ "mbsource",
4884
+ /*mbsource*/
4885
+ n[9]
4801
4886
  );
4802
4887
  },
4803
4888
  d(n) {
@@ -4805,40 +4890,40 @@ function ir(e) {
4805
4890
  }
4806
4891
  };
4807
4892
  }
4808
- function Os(e) {
4893
+ function Ls(e) {
4809
4894
  let t, r = (
4810
4895
  /*$_*/
4811
- e[33]("error") + ""
4896
+ e[34]("error") + ""
4812
4897
  ), n;
4813
4898
  return {
4814
4899
  c() {
4815
- t = B("p"), n = j(r), T(t, "class", "SMSErrorText");
4900
+ t = B("p"), n = $(r), x(t, "class", "SMSErrorText");
4816
4901
  },
4817
4902
  m(i, s) {
4818
4903
  F(i, t, s), E(t, n);
4819
4904
  },
4820
4905
  p(i, s) {
4821
4906
  s[1] & /*$_*/
4822
- 4 && r !== (r = /*$_*/
4823
- i[33]("error") + "") && Y(n, r);
4907
+ 8 && r !== (r = /*$_*/
4908
+ i[34]("error") + "") && K(n, r);
4824
4909
  },
4825
4910
  d(i) {
4826
4911
  i && N(t);
4827
4912
  }
4828
4913
  };
4829
4914
  }
4830
- function Is(e) {
4915
+ function Rs(e) {
4831
4916
  let t;
4832
4917
  function r(s, o) {
4833
4918
  return (
4834
4919
  /*smsSendApiFailed*/
4835
- s[30] ? Rs : Ls
4920
+ s[31] ? Ms : Ns
4836
4921
  );
4837
4922
  }
4838
4923
  let n = r(e), i = n(e);
4839
4924
  return {
4840
4925
  c() {
4841
- i.c(), t = an();
4926
+ i.c(), t = on();
4842
4927
  },
4843
4928
  m(s, o) {
4844
4929
  i.m(s, o), F(s, t, o);
@@ -4851,29 +4936,29 @@ function Is(e) {
4851
4936
  }
4852
4937
  };
4853
4938
  }
4854
- function Rs(e) {
4939
+ function Ms(e) {
4855
4940
  let t, r = (
4856
4941
  /*$_*/
4857
- e[33]("error") + ""
4942
+ e[34]("error") + ""
4858
4943
  ), n;
4859
4944
  return {
4860
4945
  c() {
4861
- t = B("p"), n = j(r), T(t, "class", "SMSErrorText");
4946
+ t = B("p"), n = $(r), x(t, "class", "SMSErrorText");
4862
4947
  },
4863
4948
  m(i, s) {
4864
4949
  F(i, t, s), E(t, n);
4865
4950
  },
4866
4951
  p(i, s) {
4867
4952
  s[1] & /*$_*/
4868
- 4 && r !== (r = /*$_*/
4869
- i[33]("error") + "") && Y(n, r);
4953
+ 8 && r !== (r = /*$_*/
4954
+ i[34]("error") + "") && K(n, r);
4870
4955
  },
4871
4956
  d(i) {
4872
4957
  i && N(t);
4873
4958
  }
4874
4959
  };
4875
4960
  }
4876
- function Ls(e) {
4961
+ function Ns(e) {
4877
4962
  let t;
4878
4963
  return {
4879
4964
  c() {
@@ -4891,27 +4976,32 @@ function Ls(e) {
4891
4976
  t,
4892
4977
  "number",
4893
4978
  /*number*/
4894
- e[31]
4979
+ e[32]
4895
4980
  ), m(
4896
4981
  t,
4897
4982
  "playerid",
4898
4983
  /*playerid*/
4899
- e[16]
4984
+ e[17]
4900
4985
  ), m(
4901
4986
  t,
4902
4987
  "tokenid",
4903
4988
  /*smstokenid*/
4904
- e[29]
4989
+ e[30]
4905
4990
  ), m(
4906
4991
  t,
4907
4992
  "clientstyling",
4908
4993
  /*clientstyling*/
4909
- e[9]
4994
+ e[10]
4910
4995
  ), m(
4911
4996
  t,
4912
4997
  "clientstylingurl",
4913
4998
  /*clientstylingurl*/
4914
- e[10]
4999
+ e[11]
5000
+ ), m(
5001
+ t,
5002
+ "mbsource",
5003
+ /*mbsource*/
5004
+ e[9]
4915
5005
  );
4916
5006
  },
4917
5007
  m(r, n) {
@@ -4931,35 +5021,41 @@ function Ls(e) {
4931
5021
  /*session*/
4932
5022
  r[1]
4933
5023
  ), n[1] & /*number*/
4934
- 1 && m(
5024
+ 2 && m(
4935
5025
  t,
4936
5026
  "number",
4937
5027
  /*number*/
4938
- r[31]
5028
+ r[32]
4939
5029
  ), n[0] & /*playerid*/
4940
- 65536 && m(
5030
+ 131072 && m(
4941
5031
  t,
4942
5032
  "playerid",
4943
5033
  /*playerid*/
4944
- r[16]
5034
+ r[17]
4945
5035
  ), n[0] & /*smstokenid*/
4946
- 536870912 && m(
5036
+ 1073741824 && m(
4947
5037
  t,
4948
5038
  "tokenid",
4949
5039
  /*smstokenid*/
4950
- r[29]
5040
+ r[30]
4951
5041
  ), n[0] & /*clientstyling*/
4952
- 512 && m(
5042
+ 1024 && m(
4953
5043
  t,
4954
5044
  "clientstyling",
4955
5045
  /*clientstyling*/
4956
- r[9]
5046
+ r[10]
4957
5047
  ), n[0] & /*clientstylingurl*/
4958
- 1024 && m(
5048
+ 2048 && m(
4959
5049
  t,
4960
5050
  "clientstylingurl",
4961
5051
  /*clientstylingurl*/
4962
- r[10]
5052
+ r[11]
5053
+ ), n[0] & /*mbsource*/
5054
+ 512 && m(
5055
+ t,
5056
+ "mbsource",
5057
+ /*mbsource*/
5058
+ r[9]
4963
5059
  );
4964
5060
  },
4965
5061
  d(r) {
@@ -4967,61 +5063,61 @@ function Ls(e) {
4967
5063
  }
4968
5064
  };
4969
5065
  }
4970
- function sr(e) {
4971
- let t, r, n, i, s, o, a, h, l, u, c, p, y, g, d, b, x, I = (
5066
+ function or(e) {
5067
+ let t, r, n, i, s, o, a, h, l, u, c, p, y, g, d, b, S, O = (
4972
5068
  /*$_*/
4973
- e[33]("goToLoginButton") + ""
4974
- ), C, D, M;
5069
+ e[34]("goToLoginButton") + ""
5070
+ ), P, R, M;
4975
5071
  return {
4976
5072
  c() {
4977
- t = B("div"), r = we("svg"), n = we("defs"), i = we("style"), s = j(".a{fill:#var(--emw--color-valid, var(--emw--color-green, #48952a));}"), o = we("path"), a = U(), h = B("h2"), l = j(
5073
+ t = B("div"), r = Se("svg"), n = Se("defs"), i = Se("style"), s = $(".a{fill:#var(--emw--color-valid, var(--emw--color-green, #48952a));}"), o = Se("path"), a = U(), h = B("h2"), l = $(
4978
5074
  /*accountCreationTitle*/
4979
- e[22]
4980
- ), u = U(), c = B("p"), p = j(
4981
- /*accountCreationSubTitle*/
4982
5075
  e[23]
4983
- ), y = U(), g = B("p"), d = j(
4984
- /*accountCreationMessage*/
5076
+ ), u = U(), c = B("p"), p = $(
5077
+ /*accountCreationSubTitle*/
4985
5078
  e[24]
4986
- ), b = U(), x = B("button"), C = j(I), T(o, "class", "a"), T(o, "d", "M29.325,51,0,21.675l5.95-5.95,23.375,22.95L68,0l5.95,5.95Z"), T(r, "xmlns", "http://www.w3.org/2000/svg"), T(r, "viewBox", "0 0 73.95 51"), T(h, "class", "RegisterConfirmationTitle"), T(c, "class", "RegisterConfirmationSubtitle"), T(g, "class", "RegisterConfirmationNote"), T(x, "class", "RegisterConfirmationGoToLogin"), T(t, "class", "RegisterConfirmation");
5079
+ ), y = U(), g = B("p"), d = $(
5080
+ /*accountCreationMessage*/
5081
+ e[25]
5082
+ ), b = U(), S = B("button"), P = $(O), x(o, "class", "a"), x(o, "d", "M29.325,51,0,21.675l5.95-5.95,23.375,22.95L68,0l5.95,5.95Z"), x(r, "xmlns", "http://www.w3.org/2000/svg"), x(r, "viewBox", "0 0 73.95 51"), x(h, "class", "RegisterConfirmationTitle"), x(c, "class", "RegisterConfirmationSubtitle"), x(g, "class", "RegisterConfirmationNote"), x(S, "class", "RegisterConfirmationGoToLogin"), x(t, "class", "RegisterConfirmation");
4987
5083
  },
4988
- m(R, O) {
4989
- F(R, t, O), E(t, r), E(r, n), E(n, i), E(i, s), E(r, o), E(t, a), E(t, h), E(h, l), E(t, u), E(t, c), E(c, p), E(t, y), E(t, g), E(g, d), E(t, b), E(t, x), E(x, C), D || (M = un(
4990
- x,
5084
+ m(C, D) {
5085
+ F(C, t, D), E(t, r), E(r, n), E(n, i), E(i, s), E(r, o), E(t, a), E(t, h), E(h, l), E(t, u), E(t, c), E(c, p), E(t, y), E(t, g), E(g, d), E(t, b), E(t, S), E(S, P), R || (M = an(
5086
+ S,
4991
5087
  "click",
4992
5088
  /*switchToLogin*/
4993
- e[35]
4994
- ), D = !0);
5089
+ e[36]
5090
+ ), R = !0);
4995
5091
  },
4996
- p(R, O) {
4997
- O[0] & /*accountCreationTitle*/
4998
- 4194304 && Y(
5092
+ p(C, D) {
5093
+ D[0] & /*accountCreationTitle*/
5094
+ 8388608 && K(
4999
5095
  l,
5000
5096
  /*accountCreationTitle*/
5001
- R[22]
5002
- ), O[0] & /*accountCreationSubTitle*/
5003
- 8388608 && Y(
5097
+ C[23]
5098
+ ), D[0] & /*accountCreationSubTitle*/
5099
+ 16777216 && K(
5004
5100
  p,
5005
5101
  /*accountCreationSubTitle*/
5006
- R[23]
5007
- ), O[0] & /*accountCreationMessage*/
5008
- 16777216 && Y(
5102
+ C[24]
5103
+ ), D[0] & /*accountCreationMessage*/
5104
+ 33554432 && K(
5009
5105
  d,
5010
5106
  /*accountCreationMessage*/
5011
- R[24]
5012
- ), O[1] & /*$_*/
5013
- 4 && I !== (I = /*$_*/
5014
- R[33]("goToLoginButton") + "") && Y(C, I);
5107
+ C[25]
5108
+ ), D[1] & /*$_*/
5109
+ 8 && O !== (O = /*$_*/
5110
+ C[34]("goToLoginButton") + "") && K(P, O);
5015
5111
  },
5016
- d(R) {
5017
- R && N(t), D = !1, M();
5112
+ d(C) {
5113
+ C && N(t), R = !1, M();
5018
5114
  }
5019
5115
  };
5020
5116
  }
5021
- function Ms(e) {
5117
+ function Ds(e) {
5022
5118
  let t;
5023
5119
  function r(s, o) {
5024
- return Cs;
5120
+ return Is;
5025
5121
  }
5026
5122
  let i = r()(e);
5027
5123
  return {
@@ -5029,7 +5125,7 @@ function Ms(e) {
5029
5125
  t = B("div"), i.c();
5030
5126
  },
5031
5127
  m(s, o) {
5032
- F(s, t, o), i.m(t, null), e[41](t);
5128
+ F(s, t, o), i.m(t, null), e[42](t);
5033
5129
  },
5034
5130
  p(s, o) {
5035
5131
  i.p(s, o);
@@ -5037,84 +5133,84 @@ function Ms(e) {
5037
5133
  i: k,
5038
5134
  o: k,
5039
5135
  d(s) {
5040
- s && N(t), i.d(), e[41](null);
5136
+ s && N(t), i.d(), e[42](null);
5041
5137
  }
5042
5138
  };
5043
5139
  }
5044
- let Ns = "Please use this code {0} to activate your account";
5045
- function Ds(e, t, r) {
5140
+ let Fs = "Please use this code {0} to activate your account";
5141
+ function Us(e, t, r) {
5046
5142
  let n;
5047
- rn(e, Hs, (f) => r(33, n = f));
5048
- let { endpoint: i = "" } = t, { cmsendpoint: s = "" } = t, { env: o = "" } = t, { session: a = "" } = t, { trackedanalyticsdata: h = "" } = t, { captchakey: l = "" } = t, { lang: u = "en" } = t, { licenseyears: c = "" } = t, { disabledfields: p = "" } = t, { defaultoptions: y = "" } = t, { smsverification: g = "false" } = t, { simplepasswordvalidation: d = "false" } = t, { userroles: b = "" } = t, { clientstyling: x = "" } = t, { clientstylingurl: I = "" } = t, { translationurl: C = "" } = t, { savecredentials: D = "" } = t, { custominputtextswitch: M = "false" } = t, { personalidlength: R = "13" } = t, O, dt = "", De = !0, ue = !1, ge = !1, Fe = !1, Ue = !1, be, gt = !1, bt = "", yt = "", vt = "", _t = window.navigator.userAgent, Gr = Yt(_t) !== "PC", G = {}, Et = !1, wt = !1, ke = "false", xt = "false", St = "false", Tt = "false", Ht = "", Bt, ye = !1, At, ve;
5049
- Bs({ withLocale: "en", translations: {} });
5050
- const jr = () => {
5051
- fetch(C).then((S) => S.json()).then((S) => {
5052
- Object.keys(S).forEach((P) => {
5053
- Kt(P, S[P]);
5143
+ tn(e, Ts, (f) => r(34, n = f));
5144
+ let { endpoint: i = "" } = t, { cmsendpoint: s = "" } = t, { env: o = "" } = t, { session: a = "" } = t, { trackedanalyticsdata: h = "" } = t, { captchakey: l = "" } = t, { lang: u = "en" } = t, { licenseyears: c = "" } = t, { disabledfields: p = "" } = t, { defaultoptions: y = "" } = t, { smsverification: g = "false" } = t, { simplepasswordvalidation: d = "false" } = t, { userroles: b = "" } = t, { mbsource: S } = t, { clientstyling: O = "" } = t, { clientstylingurl: P = "" } = t, { translationurl: R = "" } = t, { savecredentials: M = "" } = t, { custominputtextswitch: C = "false" } = t, { personalidlength: D = "13" } = t, G, gt = "", Fe = !0, le = !1, be = !1, Ue = !1, ke = !1, ye, bt = !1, yt = "", vt = "", _t = "", Et = window.navigator.userAgent, jr = Kt(Et) !== "PC", j = {}, wt = !1, St = !1, Ge = "false", xt = "false", Tt = "false", Ht = "false", Bt = "", At, ve = !1, Pt, _e;
5145
+ Hs({ withLocale: "en", translations: {} });
5146
+ const $r = () => {
5147
+ fetch(R).then((H) => H.json()).then((H) => {
5148
+ Object.keys(H).forEach((I) => {
5149
+ er(I, H[I]);
5054
5150
  });
5055
- }).catch((S) => {
5056
- console.log(S);
5151
+ }).catch((H) => {
5152
+ console.log(H);
5057
5153
  });
5058
5154
  };
5059
- Object.keys(er).forEach((f) => {
5060
- Kt(f, er[f]);
5155
+ Object.keys(tr).forEach((f) => {
5156
+ er(f, tr[f]);
5061
5157
  });
5062
- const $r = () => {
5158
+ const Vr = () => {
5063
5159
  fetch(`${i}/v1/player/consentRequirements`).then((f) => f.json()).then((f) => {
5064
- f.items.length > 0 ? (r(25, ke = "true"), f.items.forEach((S) => {
5065
- switch (S.tagCode) {
5160
+ f.items.length > 0 ? (r(26, Ge = "true"), f.items.forEach((H) => {
5161
+ switch (H.tagCode) {
5066
5162
  case "termsandconditions":
5067
- r(26, xt = "true");
5163
+ r(27, xt = "true");
5068
5164
  break;
5069
5165
  case "sms":
5070
- r(27, St = "true");
5166
+ r(28, Tt = "true");
5071
5167
  break;
5072
5168
  case "emailmarketing":
5073
- r(28, Tt = "true");
5169
+ r(29, Ht = "true");
5074
5170
  break;
5075
5171
  }
5076
- })) : r(25, ke = "false");
5172
+ })) : r(26, Ge = "false");
5077
5173
  });
5078
- }, Vr = () => {
5079
- let f = new URL(`${s}/${u}/login-register-content?env=${o}`), S = Yt(_t);
5080
- S && (S === "PC" ? f.searchParams.append("device", "dk") : f.searchParams.append("device", "mtWeb")), fetch(f.href).then((P) => P.json()).then((P) => {
5081
- be = P.registerData, r(22, bt = be.title), r(23, yt = be.subtitle), r(24, vt = be.content);
5082
- }).catch((P) => {
5083
- console.error(P);
5174
+ }, Xr = () => {
5175
+ let f = new URL(`${s}/${u}/login-register-content?env=${o}`), H = Kt(Et);
5176
+ H && (H === "PC" ? f.searchParams.append("device", "dk") : f.searchParams.append("device", "mtWeb")), fetch(f.href).then((I) => I.json()).then((I) => {
5177
+ ye = I.registerData, r(23, yt = ye.title), r(24, vt = ye.subtitle), r(25, _t = ye.content);
5178
+ }).catch((I) => {
5179
+ console.error(I);
5084
5180
  });
5085
- }, _e = () => {
5086
- ve.scrollIntoView();
5087
- }, le = (f) => {
5088
- for (const S in f)
5089
- G[S] = f[S], S === "mobile" && r(31, At = `${f[S].prefix}${f[S].number}`);
5090
- G.affiliateMarker = G.promoCode ? G.promoCode : h ?? "";
5091
- }, Pt = (f) => {
5181
+ }, Ee = () => {
5182
+ _e.scrollIntoView();
5183
+ }, he = (f) => {
5184
+ for (const H in f)
5185
+ j[H] = f[H], H === "mobile" && r(32, Pt = `${f[H].prefix}${f[H].number}`);
5186
+ j.affiliateMarker = j.promoCode ? j.promoCode : h ?? "";
5187
+ }, Ot = (f) => {
5092
5188
  if (f.data)
5093
5189
  switch (f.data.type) {
5094
5190
  case "RegisterStepOne":
5095
- le(f.data.registerStepOneData), _e(), r(17, De = !1), r(18, ue = !0), Et == !1 ? Et = !0 : window.postMessage({ type: "StepTwoDataBackup", userData: G }, window.location.href);
5191
+ he(f.data.registerStepOneData), Ee(), r(18, Fe = !1), r(19, le = !0), wt == !1 ? wt = !0 : window.postMessage({ type: "StepTwoDataBackup", userData: j }, window.location.href);
5096
5192
  break;
5097
5193
  case "RegisterStepTwo":
5098
- le(f.data.registerStepTwoData), _e(), r(18, ue = !1), r(19, ge = !0), wt == !1 ? wt = !0 : window.postMessage({ type: "StepThreeDataBackup", userData: G }, window.location.href);
5194
+ he(f.data.registerStepTwoData), Ee(), r(19, le = !1), r(20, be = !0), St == !1 ? St = !0 : window.postMessage({ type: "StepThreeDataBackup", userData: j }, window.location.href);
5099
5195
  break;
5100
5196
  case "RegisterStepThree":
5101
- le(f.data.registerStepThreeData), Wr(G);
5197
+ he(f.data.registerStepThreeData), zr(j);
5102
5198
  break;
5103
5199
  case "SmsHasBeenValidated":
5104
- r(21, Ue = !0), r(20, Fe = !1);
5200
+ r(22, ke = !0), r(21, Ue = !1);
5105
5201
  break;
5106
5202
  case "GoBackStepTwo":
5107
- le(f.data.registerStepTwoData), _e(), r(17, De = !0), r(18, ue = !1), window.postMessage({ type: "StepOneDataBackup", userData: G }, window.location.href);
5203
+ he(f.data.registerStepTwoData), Ee(), r(18, Fe = !0), r(19, le = !1), window.postMessage({ type: "StepOneDataBackup", userData: j }, window.location.href);
5108
5204
  break;
5109
5205
  case "GoBackStepThree":
5110
- le(f.data.registerStepThreeData), _e(), r(18, ue = !0), r(19, ge = !1), window.postMessage({ type: "StepTwoDataBackup", userData: G }, window.location.href);
5206
+ he(f.data.registerStepThreeData), Ee(), r(19, le = !0), r(20, be = !1), window.postMessage({ type: "StepTwoDataBackup", userData: j }, window.location.href);
5111
5207
  break;
5112
5208
  }
5113
- }, Xr = () => {
5209
+ }, Wr = () => {
5114
5210
  typeof gtag == "function" && gtag("event", "Register", { context: "GeneralPlayerRegisterForm" });
5115
- }, Wr = async (f) => {
5211
+ }, zr = async (f) => {
5116
5212
  f.language = u;
5117
- let S = {
5213
+ let H = {
5118
5214
  method: "PUT",
5119
5215
  headers: {
5120
5216
  "g-recaptcha-response": f.token,
@@ -5122,89 +5218,73 @@ function Ds(e, t, r) {
5122
5218
  Accept: "application/json"
5123
5219
  },
5124
5220
  body: JSON.stringify(f)
5125
- }, P = await fetch(`${i}/v1/player/register`, S), X = await P.json();
5126
- P.ok ? (r(19, ge = !1), g === "false" ? r(21, Ue = !0) : (r(16, dt = X.id), zr(f, X.id)), f.username, f.password, Xr()) : (Ht = X.error.substring(X.error.indexOf("errorMessage") + 13, X.error.length), gt = !0, window.postMessage(
5221
+ }, I = await fetch(`${i}/v1/player/register`, H), W = await I.json();
5222
+ I.ok ? (r(20, be = !1), g === "false" ? r(22, ke = !0) : (r(17, gt = W.id), Zr(f, W.id)), f.username, f.password, Wr()) : (Bt = W.error.substring(W.error.indexOf("errorMessage") + 13, W.error.length), bt = !0, window.postMessage(
5127
5223
  {
5128
5224
  type: "ShowRegistrationError",
5129
- showError: gt,
5130
- error: Ht
5225
+ showError: bt,
5226
+ error: Bt
5131
5227
  },
5132
5228
  window.location.href
5133
5229
  ));
5134
- }, zr = async (f, S) => {
5230
+ }, Zr = async (f, H) => {
5135
5231
  localStorage.setItem("smsTimer", JSON.stringify(Math.floor(Date.now() / 1e3)));
5136
5232
  try {
5137
- const P = await fetch(`${i}/v1/player/sms/token`, {
5233
+ const I = await fetch(`${i}/v1/player/sms/token`, {
5138
5234
  method: "POST",
5139
5235
  headers: {
5140
5236
  "Content-Type": "application/json",
5141
5237
  accept: "application/json"
5142
5238
  },
5143
5239
  body: JSON.stringify({
5144
- userId: S,
5145
- messageTemplate: Ns,
5240
+ userId: H,
5241
+ messageTemplate: Fs,
5146
5242
  destination: `${f.mobile.prefix}${f.mobile.number}`
5147
5243
  })
5148
- }), X = await P.json();
5149
- if (P.ok) {
5150
- r(29, Bt = X.id);
5151
- let Us = X.maxValidationAttempts;
5152
- r(20, Fe = !0), r(30, ye = !1);
5244
+ }), W = await I.json();
5245
+ if (I.ok) {
5246
+ r(30, At = W.id);
5247
+ let Gs = W.maxValidationAttempts;
5248
+ r(21, Ue = !0), r(31, ve = !1);
5153
5249
  } else
5154
- throw r(30, ye = !0), new Error("Failed to fetch");
5155
- } catch (P) {
5156
- r(30, ye = !0), console.error(P);
5250
+ throw r(31, ve = !0), new Error("Failed to fetch");
5251
+ } catch (I) {
5252
+ r(31, ve = !0), console.error(I);
5157
5253
  }
5158
- }, Zr = () => {
5159
- p.split(",");
5160
5254
  }, Jr = () => {
5161
- window.postMessage({ type: "ToLogin" }, window.location.href);
5255
+ p.split(",");
5162
5256
  }, qr = () => {
5163
- As(u);
5257
+ window.postMessage({ type: "ToLogin" }, window.location.href);
5164
5258
  }, Qr = () => {
5165
- let f = document.createElement("style");
5166
- f.innerHTML = x, O.appendChild(f);
5167
- }, Yr = () => {
5168
- let f = new URL(I), S = document.createElement("style");
5169
- fetch(f.href).then((P) => P.text()).then((P) => {
5170
- S.innerHTML = P, setTimeout(
5171
- () => {
5172
- O.appendChild(S);
5173
- },
5174
- 1
5175
- ), setTimeout(
5176
- () => {
5177
- },
5178
- 500
5179
- );
5180
- });
5259
+ Bs(u);
5181
5260
  };
5182
- cn(() => (window.addEventListener("message", Pt, !1), () => {
5183
- window.removeEventListener("message", Pt);
5261
+ fn(() => (window.addEventListener("message", Ot, !1), () => {
5262
+ window.removeEventListener("message", Ot);
5184
5263
  }));
5185
- function Kr(f) {
5186
- Pe[f ? "unshift" : "push"](() => {
5187
- ve = f, r(32, ve);
5264
+ function Yr(f) {
5265
+ Oe[f ? "unshift" : "push"](() => {
5266
+ _e = f, r(33, _e);
5188
5267
  });
5189
5268
  }
5190
- function en(f) {
5191
- Pe[f ? "unshift" : "push"](() => {
5192
- O = f, r(15, O);
5269
+ function Kr(f) {
5270
+ Oe[f ? "unshift" : "push"](() => {
5271
+ G = f, r(16, G);
5193
5272
  });
5194
5273
  }
5195
5274
  return e.$$set = (f) => {
5196
- "endpoint" in f && r(0, i = f.endpoint), "cmsendpoint" in f && r(36, s = f.cmsendpoint), "env" in f && r(37, o = f.env), "session" in f && r(1, a = f.session), "trackedanalyticsdata" in f && r(38, h = f.trackedanalyticsdata), "captchakey" in f && r(2, l = f.captchakey), "lang" in f && r(3, u = f.lang), "licenseyears" in f && r(4, c = f.licenseyears), "disabledfields" in f && r(5, p = f.disabledfields), "defaultoptions" in f && r(6, y = f.defaultoptions), "smsverification" in f && r(7, g = f.smsverification), "simplepasswordvalidation" in f && r(8, d = f.simplepasswordvalidation), "userroles" in f && r(39, b = f.userroles), "clientstyling" in f && r(9, x = f.clientstyling), "clientstylingurl" in f && r(10, I = f.clientstylingurl), "translationurl" in f && r(11, C = f.translationurl), "savecredentials" in f && r(12, D = f.savecredentials), "custominputtextswitch" in f && r(13, M = f.custominputtextswitch), "personalidlength" in f && r(14, R = f.personalidlength);
5275
+ "endpoint" in f && r(0, i = f.endpoint), "cmsendpoint" in f && r(37, s = f.cmsendpoint), "env" in f && r(38, o = f.env), "session" in f && r(1, a = f.session), "trackedanalyticsdata" in f && r(39, h = f.trackedanalyticsdata), "captchakey" in f && r(2, l = f.captchakey), "lang" in f && r(3, u = f.lang), "licenseyears" in f && r(4, c = f.licenseyears), "disabledfields" in f && r(5, p = f.disabledfields), "defaultoptions" in f && r(6, y = f.defaultoptions), "smsverification" in f && r(7, g = f.smsverification), "simplepasswordvalidation" in f && r(8, d = f.simplepasswordvalidation), "userroles" in f && r(40, b = f.userroles), "mbsource" in f && r(9, S = f.mbsource), "clientstyling" in f && r(10, O = f.clientstyling), "clientstylingurl" in f && r(11, P = f.clientstylingurl), "translationurl" in f && r(12, R = f.translationurl), "savecredentials" in f && r(13, M = f.savecredentials), "custominputtextswitch" in f && r(14, C = f.custominputtextswitch), "personalidlength" in f && r(15, D = f.personalidlength);
5197
5276
  }, e.$$.update = () => {
5198
5277
  e.$$.dirty[0] & /*endpoint*/
5199
- 1 && i && $r(), e.$$.dirty[0] & /*lang*/
5278
+ 1 && i && Vr(), e.$$.dirty[0] & /*lang*/
5200
5279
  8 | e.$$.dirty[1] & /*cmsendpoint, env, userroles*/
5201
- 352 && s && u && o && b && Vr(), e.$$.dirty[0] & /*playerid, session*/
5202
- 65538, e.$$.dirty[0] & /*lang*/
5203
- 8 && u && qr(), e.$$.dirty[0] & /*disabledfields*/
5204
- 32 && p && Zr(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
5205
- 33280 && x && O && Qr(), e.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
5206
- 33792 && I && O && Yr(), e.$$.dirty[0] & /*translationurl*/
5207
- 2048 && C && jr();
5280
+ 704 && s && u && o && b && Xr(), e.$$.dirty[0] & /*playerid, session*/
5281
+ 131074, e.$$.dirty[0] & /*lang*/
5282
+ 8 && u && Qr(), e.$$.dirty[0] & /*disabledfields*/
5283
+ 32 && p && Jr(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
5284
+ 66560 && O && G && As(G, O), e.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
5285
+ 67584 && P && G && Ps(G, P), e.$$.dirty[0] & /*mbsource, customStylingContainer*/
5286
+ 66048 && S && G && Os(G, `${S}.Style`), e.$$.dirty[0] & /*translationurl*/
5287
+ 4096 && R && $r();
5208
5288
  }, [
5209
5289
  i,
5210
5290
  a,
@@ -5215,55 +5295,56 @@ function Ds(e, t, r) {
5215
5295
  y,
5216
5296
  g,
5217
5297
  d,
5218
- x,
5219
- I,
5298
+ S,
5299
+ O,
5300
+ P,
5301
+ R,
5302
+ M,
5220
5303
  C,
5221
5304
  D,
5222
- M,
5223
- R,
5224
- O,
5225
- dt,
5226
- De,
5227
- ue,
5228
- ge,
5305
+ G,
5306
+ gt,
5229
5307
  Fe,
5308
+ le,
5309
+ be,
5230
5310
  Ue,
5231
- bt,
5311
+ ke,
5232
5312
  yt,
5233
5313
  vt,
5234
- ke,
5314
+ _t,
5315
+ Ge,
5235
5316
  xt,
5236
- St,
5237
5317
  Tt,
5238
- Bt,
5239
- ye,
5318
+ Ht,
5240
5319
  At,
5241
5320
  ve,
5321
+ Pt,
5322
+ _e,
5242
5323
  n,
5243
- Gr,
5244
- Jr,
5324
+ jr,
5325
+ qr,
5245
5326
  s,
5246
5327
  o,
5247
5328
  h,
5248
5329
  b,
5249
- Kr,
5250
- en
5330
+ Yr,
5331
+ Kr
5251
5332
  ];
5252
5333
  }
5253
- class Fs extends Sn {
5334
+ class ks extends Sn {
5254
5335
  constructor(t) {
5255
- super(), wn(
5336
+ super(), En(
5256
5337
  this,
5257
5338
  t,
5339
+ Us,
5258
5340
  Ds,
5259
- Ms,
5260
- ar,
5341
+ ur,
5261
5342
  {
5262
5343
  endpoint: 0,
5263
- cmsendpoint: 36,
5264
- env: 37,
5344
+ cmsendpoint: 37,
5345
+ env: 38,
5265
5346
  session: 1,
5266
- trackedanalyticsdata: 38,
5347
+ trackedanalyticsdata: 39,
5267
5348
  captchakey: 2,
5268
5349
  lang: 3,
5269
5350
  licenseyears: 4,
@@ -5271,15 +5352,16 @@ class Fs extends Sn {
5271
5352
  defaultoptions: 6,
5272
5353
  smsverification: 7,
5273
5354
  simplepasswordvalidation: 8,
5274
- userroles: 39,
5275
- clientstyling: 9,
5276
- clientstylingurl: 10,
5277
- translationurl: 11,
5278
- savecredentials: 12,
5279
- custominputtextswitch: 13,
5280
- personalidlength: 14
5355
+ userroles: 40,
5356
+ mbsource: 9,
5357
+ clientstyling: 10,
5358
+ clientstylingurl: 11,
5359
+ translationurl: 12,
5360
+ savecredentials: 13,
5361
+ custominputtextswitch: 14,
5362
+ personalidlength: 15
5281
5363
  },
5282
- Ps,
5364
+ Cs,
5283
5365
  [-1, -1, -1]
5284
5366
  );
5285
5367
  }
@@ -5290,13 +5372,13 @@ class Fs extends Sn {
5290
5372
  this.$$set({ endpoint: t }), A();
5291
5373
  }
5292
5374
  get cmsendpoint() {
5293
- return this.$$.ctx[36];
5375
+ return this.$$.ctx[37];
5294
5376
  }
5295
5377
  set cmsendpoint(t) {
5296
5378
  this.$$set({ cmsendpoint: t }), A();
5297
5379
  }
5298
5380
  get env() {
5299
- return this.$$.ctx[37];
5381
+ return this.$$.ctx[38];
5300
5382
  }
5301
5383
  set env(t) {
5302
5384
  this.$$set({ env: t }), A();
@@ -5308,7 +5390,7 @@ class Fs extends Sn {
5308
5390
  this.$$set({ session: t }), A();
5309
5391
  }
5310
5392
  get trackedanalyticsdata() {
5311
- return this.$$.ctx[38];
5393
+ return this.$$.ctx[39];
5312
5394
  }
5313
5395
  set trackedanalyticsdata(t) {
5314
5396
  this.$$set({ trackedanalyticsdata: t }), A();
@@ -5356,83 +5438,91 @@ class Fs extends Sn {
5356
5438
  this.$$set({ simplepasswordvalidation: t }), A();
5357
5439
  }
5358
5440
  get userroles() {
5359
- return this.$$.ctx[39];
5441
+ return this.$$.ctx[40];
5360
5442
  }
5361
5443
  set userroles(t) {
5362
5444
  this.$$set({ userroles: t }), A();
5363
5445
  }
5364
- get clientstyling() {
5446
+ get mbsource() {
5365
5447
  return this.$$.ctx[9];
5366
5448
  }
5449
+ set mbsource(t) {
5450
+ this.$$set({ mbsource: t }), A();
5451
+ }
5452
+ get clientstyling() {
5453
+ return this.$$.ctx[10];
5454
+ }
5367
5455
  set clientstyling(t) {
5368
5456
  this.$$set({ clientstyling: t }), A();
5369
5457
  }
5370
5458
  get clientstylingurl() {
5371
- return this.$$.ctx[10];
5459
+ return this.$$.ctx[11];
5372
5460
  }
5373
5461
  set clientstylingurl(t) {
5374
5462
  this.$$set({ clientstylingurl: t }), A();
5375
5463
  }
5376
5464
  get translationurl() {
5377
- return this.$$.ctx[11];
5465
+ return this.$$.ctx[12];
5378
5466
  }
5379
5467
  set translationurl(t) {
5380
5468
  this.$$set({ translationurl: t }), A();
5381
5469
  }
5382
5470
  get savecredentials() {
5383
- return this.$$.ctx[12];
5471
+ return this.$$.ctx[13];
5384
5472
  }
5385
5473
  set savecredentials(t) {
5386
5474
  this.$$set({ savecredentials: t }), A();
5387
5475
  }
5388
5476
  get custominputtextswitch() {
5389
- return this.$$.ctx[13];
5477
+ return this.$$.ctx[14];
5390
5478
  }
5391
5479
  set custominputtextswitch(t) {
5392
5480
  this.$$set({ custominputtextswitch: t }), A();
5393
5481
  }
5394
5482
  get personalidlength() {
5395
- return this.$$.ctx[14];
5483
+ return this.$$.ctx[15];
5396
5484
  }
5397
5485
  set personalidlength(t) {
5398
5486
  this.$$set({ personalidlength: t }), A();
5399
5487
  }
5400
5488
  }
5401
- xn(Fs, { endpoint: {}, cmsendpoint: {}, env: {}, session: {}, trackedanalyticsdata: {}, captchakey: {}, lang: {}, licenseyears: {}, disabledfields: {}, defaultoptions: {}, smsverification: {}, simplepasswordvalidation: {}, userroles: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, savecredentials: {}, custominputtextswitch: {}, personalidlength: {} }, [], [], !0);
5489
+ wn(ks, { endpoint: {}, cmsendpoint: {}, env: {}, session: {}, trackedanalyticsdata: {}, captchakey: {}, lang: {}, licenseyears: {}, disabledfields: {}, defaultoptions: {}, smsverification: {}, simplepasswordvalidation: {}, userroles: {}, mbsource: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, savecredentials: {}, custominputtextswitch: {}, personalidlength: {} }, [], [], !0);
5402
5490
  export {
5403
- z as $,
5404
- js as A,
5405
- an as B,
5406
- Xs as C,
5407
- oe as D,
5408
- Gs as E,
5409
- ks as F,
5410
- Fs as G,
5491
+ Z as $,
5492
+ Qe as A,
5493
+ Xs as B,
5494
+ zs as C,
5495
+ $s as D,
5496
+ on as E,
5497
+ Ws as F,
5498
+ ae as G,
5499
+ js as H,
5500
+ ks as I,
5411
5501
  Sn as S,
5412
- Nr as a,
5413
- nn as b,
5414
- xn as c,
5502
+ Dr as a,
5503
+ rn as b,
5504
+ wn as c,
5415
5505
  U as d,
5416
5506
  B as e,
5417
5507
  A as f,
5418
- T as g,
5508
+ x as g,
5419
5509
  F as h,
5420
- wn as i,
5510
+ En as i,
5421
5511
  E as j,
5422
- $s as k,
5423
- un as l,
5424
- Y as m,
5512
+ Vs as k,
5513
+ an as l,
5514
+ K as m,
5425
5515
  k as n,
5426
5516
  N as o,
5427
- rn as p,
5428
- cn as q,
5429
- de as r,
5430
- ar as s,
5431
- j as t,
5432
- Pe as u,
5433
- we as v,
5434
- Hs as w,
5435
- qe as x,
5436
- Vs as y,
5437
- Ws as z
5517
+ tn as p,
5518
+ fn as q,
5519
+ ge as r,
5520
+ ur as s,
5521
+ $ as t,
5522
+ Ps as u,
5523
+ Os as v,
5524
+ Oe as w,
5525
+ As as x,
5526
+ Se as y,
5527
+ Ts as z
5438
5528
  };