@everymatrix/player-profile-info 1.54.8 → 1.54.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,72 +1,72 @@
1
1
  var fo = Object.defineProperty, ho = Object.defineProperties;
2
2
  var po = Object.getOwnPropertyDescriptors;
3
- var jn = Object.getOwnPropertySymbols;
3
+ var Ui = Object.getOwnPropertySymbols;
4
4
  var mo = Object.prototype.hasOwnProperty, yo = Object.prototype.propertyIsEnumerable;
5
- var Qr = (e, t, r) => t in e ? fo(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Gn = (e, t) => {
5
+ var Qr = (e, t, r) => t in e ? fo(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, ji = (e, t) => {
6
6
  for (var r in t || (t = {}))
7
7
  mo.call(t, r) && Qr(e, r, t[r]);
8
- if (jn)
9
- for (var r of jn(t))
8
+ if (Ui)
9
+ for (var r of Ui(t))
10
10
  yo.call(t, r) && Qr(e, r, t[r]);
11
11
  return e;
12
- }, zn = (e, t) => ho(e, po(t));
12
+ }, Gi = (e, t) => ho(e, po(t));
13
13
  var ue = (e, t, r) => Qr(e, typeof t != "symbol" ? t + "" : t, r);
14
- var pr = (e, t, r) => new Promise((n, i) => {
14
+ var pr = (e, t, r) => new Promise((i, n) => {
15
15
  var o = (c) => {
16
16
  try {
17
17
  l(r.next(c));
18
18
  } catch (u) {
19
- i(u);
19
+ n(u);
20
20
  }
21
21
  }, a = (c) => {
22
22
  try {
23
23
  l(r.throw(c));
24
24
  } catch (u) {
25
- i(u);
25
+ n(u);
26
26
  }
27
- }, l = (c) => c.done ? n(c.value) : Promise.resolve(c.value).then(o, a);
27
+ }, l = (c) => c.done ? i(c.value) : Promise.resolve(c.value).then(o, a);
28
28
  l((r = r.apply(e, t)).next());
29
29
  });
30
30
  function ce() {
31
31
  }
32
- function Ii(e) {
32
+ function In(e) {
33
33
  return e();
34
34
  }
35
- function Qn() {
35
+ function zi() {
36
36
  return /* @__PURE__ */ Object.create(null);
37
37
  }
38
38
  function je(e) {
39
- e.forEach(Ii);
39
+ e.forEach(In);
40
40
  }
41
41
  function wr(e) {
42
42
  return typeof e == "function";
43
43
  }
44
- function Ti(e, t) {
44
+ function Tn(e, t) {
45
45
  return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
46
46
  }
47
47
  function bo(e) {
48
48
  return Object.keys(e).length === 0;
49
49
  }
50
- function Ni(e, ...t) {
50
+ function Nn(e, ...t) {
51
51
  if (e == null) {
52
- for (const n of t)
53
- n(void 0);
52
+ for (const i of t)
53
+ i(void 0);
54
54
  return ce;
55
55
  }
56
56
  const r = e.subscribe(...t);
57
57
  return r.unsubscribe ? () => r.unsubscribe() : r;
58
58
  }
59
- function go(e, t, r) {
60
- e.$$.on_destroy.push(Ni(t, r));
59
+ function vo(e, t, r) {
60
+ e.$$.on_destroy.push(Nn(t, r));
61
61
  }
62
62
  function s(e, t) {
63
63
  e.appendChild(t);
64
64
  }
65
- function vo(e, t, r) {
66
- const n = Eo(e);
67
- if (!n.getElementById(t)) {
68
- const i = m("style");
69
- i.id = t, i.textContent = r, _o(n, i);
65
+ function go(e, t, r) {
66
+ const i = Eo(e);
67
+ if (!i.getElementById(t)) {
68
+ const n = d("style");
69
+ n.id = t, n.textContent = r, _o(i, n);
70
70
  }
71
71
  }
72
72
  function Eo(e) {
@@ -91,11 +91,11 @@ function L(e, t, r) {
91
91
  function D(e) {
92
92
  e.parentNode && e.parentNode.removeChild(e);
93
93
  }
94
- function Hi(e, t) {
94
+ function Hn(e, t) {
95
95
  for (let r = 0; r < e.length; r += 1)
96
96
  e[r] && e[r].d(t);
97
97
  }
98
- function m(e) {
98
+ function d(e) {
99
99
  return document.createElement(e);
100
100
  }
101
101
  function st(e) {
@@ -107,11 +107,11 @@ function w(e) {
107
107
  function E() {
108
108
  return w(" ");
109
109
  }
110
- function Mi() {
110
+ function Mn() {
111
111
  return w("");
112
112
  }
113
- function F(e, t, r, n) {
114
- return e.addEventListener(t, r, n), () => e.removeEventListener(t, r, n);
113
+ function F(e, t, r, i) {
114
+ return e.addEventListener(t, r, i), () => e.removeEventListener(t, r, i);
115
115
  }
116
116
  function f(e, t, r) {
117
117
  r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
@@ -126,11 +126,11 @@ function T(e, t) {
126
126
  function G(e, t) {
127
127
  e.value = t == null ? "" : t;
128
128
  }
129
- function Vn(e, t, r) {
130
- for (let n = 0; n < e.options.length; n += 1) {
131
- const i = e.options[n];
132
- if (i.__value === t) {
133
- i.selected = !0;
129
+ function Qi(e, t, r) {
130
+ for (let i = 0; i < e.options.length; i += 1) {
131
+ const n = e.options[i];
132
+ if (n.__value === t) {
133
+ n.selected = !0;
134
134
  return;
135
135
  }
136
136
  }
@@ -149,13 +149,13 @@ function wo(e) {
149
149
  }
150
150
  ), t;
151
151
  }
152
- let dn;
152
+ let pi;
153
153
  function Nt(e) {
154
- dn = e;
154
+ pi = e;
155
155
  }
156
156
  const ct = [], Yr = [];
157
157
  let ft = [];
158
- const $n = [], xo = /* @__PURE__ */ Promise.resolve();
158
+ const Vi = [], xo = /* @__PURE__ */ Promise.resolve();
159
159
  let Kr = !1;
160
160
  function Ao() {
161
161
  Kr || (Kr = !0, xo.then(we));
@@ -168,7 +168,7 @@ let lt = 0;
168
168
  function we() {
169
169
  if (lt !== 0)
170
170
  return;
171
- const e = dn;
171
+ const e = pi;
172
172
  do {
173
173
  try {
174
174
  for (; lt < ct.length; ) {
@@ -185,8 +185,8 @@ function we() {
185
185
  }
186
186
  ft.length = 0;
187
187
  } while (ct.length);
188
- for (; $n.length; )
189
- $n.pop()();
188
+ for (; Vi.length; )
189
+ Vi.pop()();
190
190
  Kr = !1, Vr.clear(), Nt(e);
191
191
  }
192
192
  function Co(e) {
@@ -198,7 +198,7 @@ function Co(e) {
198
198
  }
199
199
  function Bo(e) {
200
200
  const t = [], r = [];
201
- ft.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), ft = t;
201
+ ft.forEach((i) => e.indexOf(i) === -1 ? t.push(i) : r.push(i)), r.forEach((i) => i()), ft = t;
202
202
  }
203
203
  const Io = /* @__PURE__ */ new Set();
204
204
  function To(e, t) {
@@ -208,11 +208,11 @@ function _r(e) {
208
208
  return (e == null ? void 0 : e.length) !== void 0 ? e : Array.from(e);
209
209
  }
210
210
  function No(e, t, r) {
211
- const { fragment: n, after_update: i } = e.$$;
212
- n && n.m(t, r), Er(() => {
213
- const o = e.$$.on_mount.map(Ii).filter(wr);
211
+ const { fragment: i, after_update: n } = e.$$;
212
+ i && i.m(t, r), Er(() => {
213
+ const o = e.$$.on_mount.map(In).filter(wr);
214
214
  e.$$.on_destroy ? e.$$.on_destroy.push(...o) : je(o), e.$$.on_mount = [];
215
- }), i.forEach(Er);
215
+ }), n.forEach(Er);
216
216
  }
217
217
  function Ho(e, t) {
218
218
  const r = e.$$;
@@ -221,8 +221,8 @@ function Ho(e, t) {
221
221
  function Mo(e, t) {
222
222
  e.$$.dirty[0] === -1 && (ct.push(e), Ao(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
223
223
  }
224
- function Oo(e, t, r, n, i, o, a = null, l = [-1]) {
225
- const c = dn;
224
+ function Oo(e, t, r, i, n, o, a = null, l = [-1]) {
225
+ const c = pi;
226
226
  Nt(e);
227
227
  const u = e.$$ = {
228
228
  fragment: null,
@@ -230,8 +230,8 @@ function Oo(e, t, r, n, i, o, a = null, l = [-1]) {
230
230
  // state
231
231
  props: o,
232
232
  update: ce,
233
- not_equal: i,
234
- bound: Qn(),
233
+ not_equal: n,
234
+ bound: zi(),
235
235
  // lifecycle
236
236
  on_mount: [],
237
237
  on_destroy: [],
@@ -240,29 +240,29 @@ function Oo(e, t, r, n, i, o, a = null, l = [-1]) {
240
240
  after_update: [],
241
241
  context: new Map(t.context || (c ? c.$$.context : [])),
242
242
  // everything else
243
- callbacks: Qn(),
243
+ callbacks: zi(),
244
244
  dirty: l,
245
245
  skip_bound: !1,
246
246
  root: t.target || c.$$.root
247
247
  };
248
248
  a && a(u.root);
249
249
  let h = !1;
250
- if (u.ctx = r ? r(e, t.props || {}, (d, p, ..._) => {
250
+ if (u.ctx = r ? r(e, t.props || {}, (m, p, ..._) => {
251
251
  const S = _.length ? _[0] : p;
252
- return u.ctx && i(u.ctx[d], u.ctx[d] = S) && (!u.skip_bound && u.bound[d] && u.bound[d](S), h && Mo(e, d)), p;
253
- }) : [], u.update(), h = !0, je(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
252
+ return u.ctx && n(u.ctx[m], u.ctx[m] = S) && (!u.skip_bound && u.bound[m] && u.bound[m](S), h && Mo(e, m)), p;
253
+ }) : [], u.update(), h = !0, je(u.before_update), u.fragment = i ? i(u.ctx) : !1, t.target) {
254
254
  if (t.hydrate) {
255
- const d = Po(t.target);
256
- u.fragment && u.fragment.l(d), d.forEach(D);
255
+ const m = Po(t.target);
256
+ u.fragment && u.fragment.l(m), m.forEach(D);
257
257
  } else
258
258
  u.fragment && u.fragment.c();
259
259
  t.intro && To(e.$$.fragment), No(e, t.target, t.anchor), we();
260
260
  }
261
261
  Nt(c);
262
262
  }
263
- let Oi;
264
- typeof HTMLElement == "function" && (Oi = class extends HTMLElement {
265
- constructor(t, r, n) {
263
+ let On;
264
+ typeof HTMLElement == "function" && (On = class extends HTMLElement {
265
+ constructor(t, r, i) {
266
266
  super();
267
267
  /** The Svelte component constructor */
268
268
  ue(this, "$$ctor");
@@ -282,19 +282,19 @@ typeof HTMLElement == "function" && (Oi = class extends HTMLElement {
282
282
  ue(this, "$$l", {});
283
283
  /** @type {Map<Function, Function>} Event listener unsubscribe functions */
284
284
  ue(this, "$$l_u", /* @__PURE__ */ new Map());
285
- this.$$ctor = t, this.$$s = r, n && this.attachShadow({ mode: "open" });
285
+ this.$$ctor = t, this.$$s = r, i && this.attachShadow({ mode: "open" });
286
286
  }
287
- addEventListener(t, r, n) {
287
+ addEventListener(t, r, i) {
288
288
  if (this.$$l[t] = this.$$l[t] || [], this.$$l[t].push(r), this.$$c) {
289
- const i = this.$$c.$on(t, r);
290
- this.$$l_u.set(r, i);
289
+ const n = this.$$c.$on(t, r);
290
+ this.$$l_u.set(r, n);
291
291
  }
292
- super.addEventListener(t, r, n);
292
+ super.addEventListener(t, r, i);
293
293
  }
294
- removeEventListener(t, r, n) {
295
- if (super.removeEventListener(t, r, n), this.$$c) {
296
- const i = this.$$l_u.get(r);
297
- i && (i(), this.$$l_u.delete(r));
294
+ removeEventListener(t, r, i) {
295
+ if (super.removeEventListener(t, r, i), this.$$c) {
296
+ const n = this.$$l_u.get(r);
297
+ n && (n(), this.$$l_u.delete(r));
298
298
  }
299
299
  }
300
300
  connectedCallback() {
@@ -305,7 +305,7 @@ typeof HTMLElement == "function" && (Oi = class extends HTMLElement {
305
305
  let a;
306
306
  return {
307
307
  c: function() {
308
- a = m("slot"), o !== "default" && f(a, "name", o);
308
+ a = d("slot"), o !== "default" && f(a, "name", o);
309
309
  },
310
310
  /**
311
311
  * @param {HTMLElement} target
@@ -322,9 +322,9 @@ typeof HTMLElement == "function" && (Oi = class extends HTMLElement {
322
322
  };
323
323
  if (yield Promise.resolve(), !this.$$cn || this.$$c)
324
324
  return;
325
- const r = {}, n = wo(this);
325
+ const r = {}, i = wo(this);
326
326
  for (const o of this.$$s)
327
- o in n && (r[o] = [t(o)]);
327
+ o in i && (r[o] = [t(o)]);
328
328
  for (const o of this.attributes) {
329
329
  const a = this.$$g_p(o.name);
330
330
  a in this.$$d || (this.$$d[a] = yr(a, o.value, this.$$p_d, "toProp"));
@@ -333,14 +333,14 @@ typeof HTMLElement == "function" && (Oi = class extends HTMLElement {
333
333
  !(o in this.$$d) && this[o] !== void 0 && (this.$$d[o] = this[o], delete this[o]);
334
334
  this.$$c = new this.$$ctor({
335
335
  target: this.shadowRoot || this,
336
- props: zn(Gn({}, this.$$d), {
336
+ props: Gi(ji({}, this.$$d), {
337
337
  $$slots: r,
338
338
  $$scope: {
339
339
  ctx: []
340
340
  }
341
341
  })
342
342
  });
343
- const i = () => {
343
+ const n = () => {
344
344
  this.$$r = !0;
345
345
  for (const o in this.$$p_d)
346
346
  if (this.$$d[o] = this.$$c.$$.ctx[this.$$c.$$.props[o]], this.$$p_d[o].reflect) {
@@ -354,7 +354,7 @@ typeof HTMLElement == "function" && (Oi = class extends HTMLElement {
354
354
  }
355
355
  this.$$r = !1;
356
356
  };
357
- this.$$c.$$.after_update.push(i), i();
357
+ this.$$c.$$.after_update.push(n), n();
358
358
  for (const o in this.$$l)
359
359
  for (const a of this.$$l[o]) {
360
360
  const l = this.$$c.$on(o, a);
@@ -366,9 +366,9 @@ typeof HTMLElement == "function" && (Oi = class extends HTMLElement {
366
366
  }
367
367
  // We don't need this when working within Svelte code, but for compatibility of people using this outside of Svelte
368
368
  // and setting attributes through setAttribute etc, this is helpful
369
- attributeChangedCallback(t, r, n) {
370
- var i;
371
- this.$$r || (t = this.$$g_p(t), this.$$d[t] = yr(t, n, this.$$p_d, "toProp"), (i = this.$$c) == null || i.$set({ [t]: this.$$d[t] }));
369
+ attributeChangedCallback(t, r, i) {
370
+ var n;
371
+ this.$$r || (t = this.$$g_p(t), this.$$d[t] = yr(t, i, this.$$p_d, "toProp"), (n = this.$$c) == null || n.$set({ [t]: this.$$d[t] }));
372
372
  }
373
373
  disconnectedCallback() {
374
374
  this.$$cn = !1, Promise.resolve().then(() => {
@@ -381,13 +381,13 @@ typeof HTMLElement == "function" && (Oi = class extends HTMLElement {
381
381
  ) || t;
382
382
  }
383
383
  });
384
- function yr(e, t, r, n) {
384
+ function yr(e, t, r, i) {
385
385
  var o;
386
- const i = (o = r[e]) == null ? void 0 : o.type;
387
- if (t = i === "Boolean" && typeof t != "boolean" ? t != null : t, !n || !r[e])
386
+ const n = (o = r[e]) == null ? void 0 : o.type;
387
+ if (t = n === "Boolean" && typeof t != "boolean" ? t != null : t, !i || !r[e])
388
388
  return t;
389
- if (n === "toAttribute")
390
- switch (i) {
389
+ if (i === "toAttribute")
390
+ switch (n) {
391
391
  case "Object":
392
392
  case "Array":
393
393
  return t == null ? null : JSON.stringify(t);
@@ -399,7 +399,7 @@ function yr(e, t, r, n) {
399
399
  return t;
400
400
  }
401
401
  else
402
- switch (i) {
402
+ switch (n) {
403
403
  case "Object":
404
404
  case "Array":
405
405
  return t && JSON.parse(t);
@@ -411,10 +411,10 @@ function yr(e, t, r, n) {
411
411
  return t;
412
412
  }
413
413
  }
414
- function Do(e, t, r, n, i, o) {
415
- let a = class extends Oi {
414
+ function Do(e, t, r, i, n, o) {
415
+ let a = class extends On {
416
416
  constructor() {
417
- super(e, r, i), this.$$p_d = t;
417
+ super(e, r, n), this.$$p_d = t;
418
418
  }
419
419
  static get observedAttributes() {
420
420
  return Object.keys(t).map(
@@ -432,7 +432,7 @@ function Do(e, t, r, n, i, o) {
432
432
  c = yr(l, c, t), this.$$d[l] = c, (u = this.$$c) == null || u.$set({ [l]: c });
433
433
  }
434
434
  });
435
- }), n.forEach((l) => {
435
+ }), i.forEach((l) => {
436
436
  Object.defineProperty(a.prototype, l, {
437
437
  get() {
438
438
  var c;
@@ -474,10 +474,10 @@ class ko {
474
474
  $on(t, r) {
475
475
  if (!wr(r))
476
476
  return ce;
477
- const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
478
- return n.push(r), () => {
479
- const i = n.indexOf(r);
480
- i !== -1 && n.splice(i, 1);
477
+ const i = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
478
+ return i.push(r), () => {
479
+ const n = i.indexOf(r);
480
+ n !== -1 && i.splice(n, 1);
481
481
  };
482
482
  }
483
483
  /**
@@ -490,17 +490,17 @@ class ko {
490
490
  }
491
491
  const Lo = "4";
492
492
  typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Lo);
493
- var en = function(e, t) {
494
- return en = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
495
- r.__proto__ = n;
496
- } || function(r, n) {
497
- for (var i in n) Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
498
- }, en(e, t);
493
+ var ei = function(e, t) {
494
+ return ei = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, i) {
495
+ r.__proto__ = i;
496
+ } || function(r, i) {
497
+ for (var n in i) Object.prototype.hasOwnProperty.call(i, n) && (r[n] = i[n]);
498
+ }, ei(e, t);
499
499
  };
500
500
  function Me(e, t) {
501
501
  if (typeof t != "function" && t !== null)
502
502
  throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
503
- en(e, t);
503
+ ei(e, t);
504
504
  function r() {
505
505
  this.constructor = e;
506
506
  }
@@ -508,8 +508,8 @@ function Me(e, t) {
508
508
  }
509
509
  var I = function() {
510
510
  return I = Object.assign || function(t) {
511
- for (var r, n = 1, i = arguments.length; n < i; n++) {
512
- r = arguments[n];
511
+ for (var r, i = 1, n = arguments.length; i < n; i++) {
512
+ r = arguments[i];
513
513
  for (var o in r) Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
514
514
  }
515
515
  return t;
@@ -517,33 +517,33 @@ var I = function() {
517
517
  };
518
518
  function Fo(e, t) {
519
519
  var r = {};
520
- for (var n in e) Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
520
+ for (var i in e) Object.prototype.hasOwnProperty.call(e, i) && t.indexOf(i) < 0 && (r[i] = e[i]);
521
521
  if (e != null && typeof Object.getOwnPropertySymbols == "function")
522
- for (var i = 0, n = Object.getOwnPropertySymbols(e); i < n.length; i++)
523
- t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
522
+ for (var n = 0, i = Object.getOwnPropertySymbols(e); n < i.length; n++)
523
+ t.indexOf(i[n]) < 0 && Object.prototype.propertyIsEnumerable.call(e, i[n]) && (r[i[n]] = e[i[n]]);
524
524
  return r;
525
525
  }
526
- function tn(e) {
527
- var t = typeof Symbol == "function" && Symbol.iterator, r = t && e[t], n = 0;
526
+ function ti(e) {
527
+ var t = typeof Symbol == "function" && Symbol.iterator, r = t && e[t], i = 0;
528
528
  if (r) return r.call(e);
529
529
  if (e && typeof e.length == "number") return {
530
530
  next: function() {
531
- return e && n >= e.length && (e = void 0), { value: e && e[n++], done: !e };
531
+ return e && i >= e.length && (e = void 0), { value: e && e[i++], done: !e };
532
532
  }
533
533
  };
534
534
  throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
535
535
  }
536
- function rn(e, t) {
536
+ function ri(e, t) {
537
537
  var r = typeof Symbol == "function" && e[Symbol.iterator];
538
538
  if (!r) return e;
539
- var n = r.call(e), i, o = [], a;
539
+ var i = r.call(e), n, o = [], a;
540
540
  try {
541
- for (; (t === void 0 || t-- > 0) && !(i = n.next()).done; ) o.push(i.value);
541
+ for (; (t === void 0 || t-- > 0) && !(n = i.next()).done; ) o.push(n.value);
542
542
  } catch (l) {
543
543
  a = { error: l };
544
544
  } finally {
545
545
  try {
546
- i && !i.done && (r = n.return) && r.call(n);
546
+ n && !n.done && (r = i.return) && r.call(i);
547
547
  } finally {
548
548
  if (a) throw a.error;
549
549
  }
@@ -551,29 +551,29 @@ function rn(e, t) {
551
551
  return o;
552
552
  }
553
553
  function ht(e, t, r) {
554
- if (r || arguments.length === 2) for (var n = 0, i = t.length, o; n < i; n++)
555
- (o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
554
+ if (r || arguments.length === 2) for (var i = 0, n = t.length, o; i < n; i++)
555
+ (o || !(i in t)) && (o || (o = Array.prototype.slice.call(t, 0, i)), o[i] = t[i]);
556
556
  return e.concat(o || Array.prototype.slice.call(t));
557
557
  }
558
558
  function He(e) {
559
559
  return typeof e == "function";
560
560
  }
561
- function Di(e) {
562
- var t = function(n) {
563
- Error.call(n), n.stack = new Error().stack;
561
+ function Dn(e) {
562
+ var t = function(i) {
563
+ Error.call(i), i.stack = new Error().stack;
564
564
  }, r = e(t);
565
565
  return r.prototype = Object.create(Error.prototype), r.prototype.constructor = r, r;
566
566
  }
567
- var $r = Di(function(e) {
567
+ var $r = Dn(function(e) {
568
568
  return function(r) {
569
569
  e(this), this.message = r ? r.length + ` errors occurred during unsubscription:
570
- ` + r.map(function(n, i) {
571
- return i + 1 + ") " + n.toString();
570
+ ` + r.map(function(i, n) {
571
+ return n + 1 + ") " + i.toString();
572
572
  }).join(`
573
573
  `) : "", this.name = "UnsubscriptionError", this.errors = r;
574
574
  };
575
575
  });
576
- function nn(e, t) {
576
+ function ii(e, t) {
577
577
  if (e) {
578
578
  var r = e.indexOf(t);
579
579
  0 <= r && e.splice(r, 1);
@@ -584,19 +584,19 @@ var xr = function() {
584
584
  this.initialTeardown = t, this.closed = !1, this._parentage = null, this._finalizers = null;
585
585
  }
586
586
  return e.prototype.unsubscribe = function() {
587
- var t, r, n, i, o;
587
+ var t, r, i, n, o;
588
588
  if (!this.closed) {
589
589
  this.closed = !0;
590
590
  var a = this._parentage;
591
591
  if (a)
592
592
  if (this._parentage = null, Array.isArray(a))
593
593
  try {
594
- for (var l = tn(a), c = l.next(); !c.done; c = l.next()) {
594
+ for (var l = ti(a), c = l.next(); !c.done; c = l.next()) {
595
595
  var u = c.value;
596
596
  u.remove(this);
597
597
  }
598
- } catch (v) {
599
- t = { error: v };
598
+ } catch (g) {
599
+ t = { error: g };
600
600
  } finally {
601
601
  try {
602
602
  c && !c.done && (r = l.return) && r.call(l);
@@ -610,28 +610,28 @@ var xr = function() {
610
610
  if (He(h))
611
611
  try {
612
612
  h();
613
- } catch (v) {
614
- o = v instanceof $r ? v.errors : [v];
613
+ } catch (g) {
614
+ o = g instanceof $r ? g.errors : [g];
615
615
  }
616
- var d = this._finalizers;
617
- if (d) {
616
+ var m = this._finalizers;
617
+ if (m) {
618
618
  this._finalizers = null;
619
619
  try {
620
- for (var p = tn(d), _ = p.next(); !_.done; _ = p.next()) {
620
+ for (var p = ti(m), _ = p.next(); !_.done; _ = p.next()) {
621
621
  var S = _.value;
622
622
  try {
623
- Wn(S);
624
- } catch (v) {
625
- o = o != null ? o : [], v instanceof $r ? o = ht(ht([], rn(o)), rn(v.errors)) : o.push(v);
623
+ $i(S);
624
+ } catch (g) {
625
+ o = o != null ? o : [], g instanceof $r ? o = ht(ht([], ri(o)), ri(g.errors)) : o.push(g);
626
626
  }
627
627
  }
628
- } catch (v) {
629
- n = { error: v };
628
+ } catch (g) {
629
+ i = { error: g };
630
630
  } finally {
631
631
  try {
632
- _ && !_.done && (i = p.return) && i.call(p);
632
+ _ && !_.done && (n = p.return) && n.call(p);
633
633
  } finally {
634
- if (n) throw n.error;
634
+ if (i) throw i.error;
635
635
  }
636
636
  }
637
637
  }
@@ -642,7 +642,7 @@ var xr = function() {
642
642
  var r;
643
643
  if (t && t !== this)
644
644
  if (this.closed)
645
- Wn(t);
645
+ $i(t);
646
646
  else {
647
647
  if (t instanceof e) {
648
648
  if (t.closed || t._hasParent(this))
@@ -659,28 +659,28 @@ var xr = function() {
659
659
  this._parentage = Array.isArray(r) ? (r.push(t), r) : r ? [r, t] : t;
660
660
  }, e.prototype._removeParent = function(t) {
661
661
  var r = this._parentage;
662
- r === t ? this._parentage = null : Array.isArray(r) && nn(r, t);
662
+ r === t ? this._parentage = null : Array.isArray(r) && ii(r, t);
663
663
  }, e.prototype.remove = function(t) {
664
664
  var r = this._finalizers;
665
- r && nn(r, t), t instanceof e && t._removeParent(this);
665
+ r && ii(r, t), t instanceof e && t._removeParent(this);
666
666
  }, e.EMPTY = function() {
667
667
  var t = new e();
668
668
  return t.closed = !0, t;
669
669
  }(), e;
670
- }(), ki = xr.EMPTY;
671
- function Li(e) {
670
+ }(), kn = xr.EMPTY;
671
+ function Ln(e) {
672
672
  return e instanceof xr || e && "closed" in e && He(e.remove) && He(e.add) && He(e.unsubscribe);
673
673
  }
674
- function Wn(e) {
674
+ function $i(e) {
675
675
  He(e) ? e() : e.unsubscribe();
676
676
  }
677
677
  var Ro = {
678
678
  Promise: void 0
679
679
  }, Uo = {
680
680
  setTimeout: function(e, t) {
681
- for (var r = [], n = 2; n < arguments.length; n++)
682
- r[n - 2] = arguments[n];
683
- return setTimeout.apply(void 0, ht([e, t], rn(r)));
681
+ for (var r = [], i = 2; i < arguments.length; i++)
682
+ r[i - 2] = arguments[i];
683
+ return setTimeout.apply(void 0, ht([e, t], ri(r)));
684
684
  },
685
685
  clearTimeout: function(e) {
686
686
  return clearTimeout(e);
@@ -692,19 +692,19 @@ function jo(e) {
692
692
  throw e;
693
693
  });
694
694
  }
695
- function Xn() {
695
+ function Wi() {
696
696
  }
697
697
  function br(e) {
698
698
  e();
699
699
  }
700
- var Fi = function(e) {
700
+ var Fn = function(e) {
701
701
  Me(t, e);
702
702
  function t(r) {
703
- var n = e.call(this) || this;
704
- return n.isStopped = !1, r ? (n.destination = r, Li(r) && r.add(n)) : n.destination = Qo, n;
703
+ var i = e.call(this) || this;
704
+ return i.isStopped = !1, r ? (i.destination = r, Ln(r) && r.add(i)) : i.destination = Qo, i;
705
705
  }
706
- return t.create = function(r, n, i) {
707
- return new on(r, n, i);
706
+ return t.create = function(r, i, n) {
707
+ return new ni(r, i, n);
708
708
  }, t.prototype.next = function(r) {
709
709
  this.isStopped || this._next(r);
710
710
  }, t.prototype.error = function(r) {
@@ -737,41 +737,41 @@ var Fi = function(e) {
737
737
  if (r.next)
738
738
  try {
739
739
  r.next(t);
740
- } catch (n) {
741
- dr(n);
740
+ } catch (i) {
741
+ mr(i);
742
742
  }
743
743
  }, e.prototype.error = function(t) {
744
744
  var r = this.partialObserver;
745
745
  if (r.error)
746
746
  try {
747
747
  r.error(t);
748
- } catch (n) {
749
- dr(n);
748
+ } catch (i) {
749
+ mr(i);
750
750
  }
751
751
  else
752
- dr(t);
752
+ mr(t);
753
753
  }, e.prototype.complete = function() {
754
754
  var t = this.partialObserver;
755
755
  if (t.complete)
756
756
  try {
757
757
  t.complete();
758
758
  } catch (r) {
759
- dr(r);
759
+ mr(r);
760
760
  }
761
761
  }, e;
762
- }(), on = function(e) {
762
+ }(), ni = function(e) {
763
763
  Me(t, e);
764
- function t(r, n, i) {
764
+ function t(r, i, n) {
765
765
  var o = e.call(this) || this, a;
766
766
  return He(r) || !r ? a = {
767
767
  next: r != null ? r : void 0,
768
- error: n != null ? n : void 0,
769
- complete: i != null ? i : void 0
768
+ error: i != null ? i : void 0,
769
+ complete: n != null ? n : void 0
770
770
  } : a = r, o.destination = new Go(a), o;
771
771
  }
772
772
  return t;
773
- }(Fi);
774
- function dr(e) {
773
+ }(Fn);
774
+ function mr(e) {
775
775
  jo(e);
776
776
  }
777
777
  function zo(e) {
@@ -779,9 +779,9 @@ function zo(e) {
779
779
  }
780
780
  var Qo = {
781
781
  closed: !0,
782
- next: Xn,
782
+ next: Wi,
783
783
  error: zo,
784
- complete: Xn
784
+ complete: Wi
785
785
  }, Vo = function() {
786
786
  return typeof Symbol == "function" && Symbol.observable || "@@observable";
787
787
  }();
@@ -790,23 +790,23 @@ function $o(e) {
790
790
  }
791
791
  function Wo(e) {
792
792
  return e.length === 0 ? $o : e.length === 1 ? e[0] : function(r) {
793
- return e.reduce(function(n, i) {
794
- return i(n);
793
+ return e.reduce(function(i, n) {
794
+ return n(i);
795
795
  }, r);
796
796
  };
797
797
  }
798
- var Zn = function() {
798
+ var Xi = function() {
799
799
  function e(t) {
800
800
  t && (this._subscribe = t);
801
801
  }
802
802
  return e.prototype.lift = function(t) {
803
803
  var r = new e();
804
804
  return r.source = this, r.operator = t, r;
805
- }, e.prototype.subscribe = function(t, r, n) {
806
- var i = this, o = Zo(t) ? t : new on(t, r, n);
805
+ }, e.prototype.subscribe = function(t, r, i) {
806
+ var n = this, o = Zo(t) ? t : new ni(t, r, i);
807
807
  return br(function() {
808
- var a = i, l = a.operator, c = a.source;
809
- o.add(l ? l.call(o, c) : c ? i._subscribe(o) : i._trySubscribe(o));
808
+ var a = n, l = a.operator, c = a.source;
809
+ o.add(l ? l.call(o, c) : c ? n._subscribe(o) : n._trySubscribe(o));
810
810
  }), o;
811
811
  }, e.prototype._trySubscribe = function(t) {
812
812
  try {
@@ -815,9 +815,9 @@ var Zn = function() {
815
815
  t.error(r);
816
816
  }
817
817
  }, e.prototype.forEach = function(t, r) {
818
- var n = this;
819
- return r = Jn(r), new r(function(i, o) {
820
- var a = new on({
818
+ var i = this;
819
+ return r = Zi(r), new r(function(n, o) {
820
+ var a = new ni({
821
821
  next: function(l) {
822
822
  try {
823
823
  t(l);
@@ -826,9 +826,9 @@ var Zn = function() {
826
826
  }
827
827
  },
828
828
  error: o,
829
- complete: i
829
+ complete: n
830
830
  });
831
- n.subscribe(a);
831
+ i.subscribe(a);
832
832
  });
833
833
  }, e.prototype._subscribe = function(t) {
834
834
  var r;
@@ -841,21 +841,21 @@ var Zn = function() {
841
841
  return Wo(t)(this);
842
842
  }, e.prototype.toPromise = function(t) {
843
843
  var r = this;
844
- return t = Jn(t), new t(function(n, i) {
844
+ return t = Zi(t), new t(function(i, n) {
845
845
  var o;
846
846
  r.subscribe(function(a) {
847
847
  return o = a;
848
848
  }, function(a) {
849
- return i(a);
849
+ return n(a);
850
850
  }, function() {
851
- return n(o);
851
+ return i(o);
852
852
  });
853
853
  });
854
854
  }, e.create = function(t) {
855
855
  return new e(t);
856
856
  }, e;
857
857
  }();
858
- function Jn(e) {
858
+ function Zi(e) {
859
859
  var t;
860
860
  return (t = e != null ? e : Ro.Promise) !== null && t !== void 0 ? t : Promise;
861
861
  }
@@ -863,53 +863,53 @@ function Xo(e) {
863
863
  return e && He(e.next) && He(e.error) && He(e.complete);
864
864
  }
865
865
  function Zo(e) {
866
- return e && e instanceof Fi || Xo(e) && Li(e);
866
+ return e && e instanceof Fn || Xo(e) && Ln(e);
867
867
  }
868
- var Jo = Di(function(e) {
868
+ var Jo = Dn(function(e) {
869
869
  return function() {
870
870
  e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
871
871
  };
872
- }), Ri = function(e) {
872
+ }), Rn = function(e) {
873
873
  Me(t, e);
874
874
  function t() {
875
875
  var r = e.call(this) || this;
876
876
  return r.closed = !1, r.currentObservers = null, r.observers = [], r.isStopped = !1, r.hasError = !1, r.thrownError = null, r;
877
877
  }
878
878
  return t.prototype.lift = function(r) {
879
- var n = new qn(this, this);
880
- return n.operator = r, n;
879
+ var i = new Ji(this, this);
880
+ return i.operator = r, i;
881
881
  }, t.prototype._throwIfClosed = function() {
882
882
  if (this.closed)
883
883
  throw new Jo();
884
884
  }, t.prototype.next = function(r) {
885
- var n = this;
885
+ var i = this;
886
886
  br(function() {
887
- var i, o;
888
- if (n._throwIfClosed(), !n.isStopped) {
889
- n.currentObservers || (n.currentObservers = Array.from(n.observers));
887
+ var n, o;
888
+ if (i._throwIfClosed(), !i.isStopped) {
889
+ i.currentObservers || (i.currentObservers = Array.from(i.observers));
890
890
  try {
891
- for (var a = tn(n.currentObservers), l = a.next(); !l.done; l = a.next()) {
891
+ for (var a = ti(i.currentObservers), l = a.next(); !l.done; l = a.next()) {
892
892
  var c = l.value;
893
893
  c.next(r);
894
894
  }
895
895
  } catch (u) {
896
- i = { error: u };
896
+ n = { error: u };
897
897
  } finally {
898
898
  try {
899
899
  l && !l.done && (o = a.return) && o.call(a);
900
900
  } finally {
901
- if (i) throw i.error;
901
+ if (n) throw n.error;
902
902
  }
903
903
  }
904
904
  }
905
905
  });
906
906
  }, t.prototype.error = function(r) {
907
- var n = this;
907
+ var i = this;
908
908
  br(function() {
909
- if (n._throwIfClosed(), !n.isStopped) {
910
- n.hasError = n.isStopped = !0, n.thrownError = r;
911
- for (var i = n.observers; i.length; )
912
- i.shift().error(r);
909
+ if (i._throwIfClosed(), !i.isStopped) {
910
+ i.hasError = i.isStopped = !0, i.thrownError = r;
911
+ for (var n = i.observers; n.length; )
912
+ n.shift().error(r);
913
913
  }
914
914
  });
915
915
  }, t.prototype.complete = function() {
@@ -917,8 +917,8 @@ var Jo = Di(function(e) {
917
917
  br(function() {
918
918
  if (r._throwIfClosed(), !r.isStopped) {
919
919
  r.isStopped = !0;
920
- for (var n = r.observers; n.length; )
921
- n.shift().complete();
920
+ for (var i = r.observers; i.length; )
921
+ i.shift().complete();
922
922
  }
923
923
  });
924
924
  }, t.prototype.unsubscribe = function() {
@@ -935,73 +935,73 @@ var Jo = Di(function(e) {
935
935
  }, t.prototype._subscribe = function(r) {
936
936
  return this._throwIfClosed(), this._checkFinalizedStatuses(r), this._innerSubscribe(r);
937
937
  }, t.prototype._innerSubscribe = function(r) {
938
- var n = this, i = this, o = i.hasError, a = i.isStopped, l = i.observers;
939
- return o || a ? ki : (this.currentObservers = null, l.push(r), new xr(function() {
940
- n.currentObservers = null, nn(l, r);
938
+ var i = this, n = this, o = n.hasError, a = n.isStopped, l = n.observers;
939
+ return o || a ? kn : (this.currentObservers = null, l.push(r), new xr(function() {
940
+ i.currentObservers = null, ii(l, r);
941
941
  }));
942
942
  }, t.prototype._checkFinalizedStatuses = function(r) {
943
- var n = this, i = n.hasError, o = n.thrownError, a = n.isStopped;
944
- i ? r.error(o) : a && r.complete();
943
+ var i = this, n = i.hasError, o = i.thrownError, a = i.isStopped;
944
+ n ? r.error(o) : a && r.complete();
945
945
  }, t.prototype.asObservable = function() {
946
- var r = new Zn();
946
+ var r = new Xi();
947
947
  return r.source = this, r;
948
- }, t.create = function(r, n) {
949
- return new qn(r, n);
948
+ }, t.create = function(r, i) {
949
+ return new Ji(r, i);
950
950
  }, t;
951
- }(Zn), qn = function(e) {
951
+ }(Xi), Ji = function(e) {
952
952
  Me(t, e);
953
- function t(r, n) {
954
- var i = e.call(this) || this;
955
- return i.destination = r, i.source = n, i;
953
+ function t(r, i) {
954
+ var n = e.call(this) || this;
955
+ return n.destination = r, n.source = i, n;
956
956
  }
957
957
  return t.prototype.next = function(r) {
958
- var n, i;
959
- (i = (n = this.destination) === null || n === void 0 ? void 0 : n.next) === null || i === void 0 || i.call(n, r);
958
+ var i, n;
959
+ (n = (i = this.destination) === null || i === void 0 ? void 0 : i.next) === null || n === void 0 || n.call(i, r);
960
960
  }, t.prototype.error = function(r) {
961
- var n, i;
962
- (i = (n = this.destination) === null || n === void 0 ? void 0 : n.error) === null || i === void 0 || i.call(n, r);
961
+ var i, n;
962
+ (n = (i = this.destination) === null || i === void 0 ? void 0 : i.error) === null || n === void 0 || n.call(i, r);
963
963
  }, t.prototype.complete = function() {
964
- var r, n;
965
- (n = (r = this.destination) === null || r === void 0 ? void 0 : r.complete) === null || n === void 0 || n.call(r);
964
+ var r, i;
965
+ (i = (r = this.destination) === null || r === void 0 ? void 0 : r.complete) === null || i === void 0 || i.call(r);
966
966
  }, t.prototype._subscribe = function(r) {
967
- var n, i;
968
- return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : ki;
967
+ var i, n;
968
+ return (n = (i = this.source) === null || i === void 0 ? void 0 : i.subscribe(r)) !== null && n !== void 0 ? n : kn;
969
969
  }, t;
970
- }(Ri), Ui = {
970
+ }(Rn), Un = {
971
971
  now: function() {
972
- return (Ui.delegate || Date).now();
972
+ return (Un.delegate || Date).now();
973
973
  },
974
974
  delegate: void 0
975
975
  }, qo = function(e) {
976
976
  Me(t, e);
977
- function t(r, n, i) {
978
- r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = Ui);
977
+ function t(r, i, n) {
978
+ r === void 0 && (r = 1 / 0), i === void 0 && (i = 1 / 0), n === void 0 && (n = Un);
979
979
  var o = e.call(this) || this;
980
- return o._bufferSize = r, o._windowTime = n, o._timestampProvider = i, o._buffer = [], o._infiniteTimeWindow = !0, o._infiniteTimeWindow = n === 1 / 0, o._bufferSize = Math.max(1, r), o._windowTime = Math.max(1, n), o;
980
+ return o._bufferSize = r, o._windowTime = i, o._timestampProvider = n, o._buffer = [], o._infiniteTimeWindow = !0, o._infiniteTimeWindow = i === 1 / 0, o._bufferSize = Math.max(1, r), o._windowTime = Math.max(1, i), o;
981
981
  }
982
982
  return t.prototype.next = function(r) {
983
- var n = this, i = n.isStopped, o = n._buffer, a = n._infiniteTimeWindow, l = n._timestampProvider, c = n._windowTime;
984
- i || (o.push(r), !a && o.push(l.now() + c)), this._trimBuffer(), e.prototype.next.call(this, r);
983
+ var i = this, n = i.isStopped, o = i._buffer, a = i._infiniteTimeWindow, l = i._timestampProvider, c = i._windowTime;
984
+ n || (o.push(r), !a && o.push(l.now() + c)), this._trimBuffer(), e.prototype.next.call(this, r);
985
985
  }, t.prototype._subscribe = function(r) {
986
986
  this._throwIfClosed(), this._trimBuffer();
987
- for (var n = this._innerSubscribe(r), i = this, o = i._infiniteTimeWindow, a = i._buffer, l = a.slice(), c = 0; c < l.length && !r.closed; c += o ? 1 : 2)
987
+ for (var i = this._innerSubscribe(r), n = this, o = n._infiniteTimeWindow, a = n._buffer, l = a.slice(), c = 0; c < l.length && !r.closed; c += o ? 1 : 2)
988
988
  r.next(l[c]);
989
- return this._checkFinalizedStatuses(r), n;
989
+ return this._checkFinalizedStatuses(r), i;
990
990
  }, t.prototype._trimBuffer = function() {
991
- var r = this, n = r._bufferSize, i = r._timestampProvider, o = r._buffer, a = r._infiniteTimeWindow, l = (a ? 1 : 2) * n;
992
- if (n < 1 / 0 && l < o.length && o.splice(0, o.length - l), !a) {
993
- for (var c = i.now(), u = 0, h = 1; h < o.length && o[h] <= c; h += 2)
991
+ var r = this, i = r._bufferSize, n = r._timestampProvider, o = r._buffer, a = r._infiniteTimeWindow, l = (a ? 1 : 2) * i;
992
+ if (i < 1 / 0 && l < o.length && o.splice(0, o.length - l), !a) {
993
+ for (var c = n.now(), u = 0, h = 1; h < o.length && o[h] <= c; h += 2)
994
994
  u = h;
995
995
  u && o.splice(0, u + 1);
996
996
  }
997
997
  }, t;
998
- }(Ri);
999
- const Yn = [], Kn = {}, Yo = (e, t = 0) => {
1000
- if (Yn.indexOf(e) == -1) {
998
+ }(Rn);
999
+ const qi = [], Yi = {}, Yo = (e, t = 0) => {
1000
+ if (qi.indexOf(e) == -1) {
1001
1001
  const r = new qo(t);
1002
- Kn[e] = r, Yn.push(e);
1002
+ Yi[e] = r, qi.push(e);
1003
1003
  }
1004
- return Kn[e];
1004
+ return Yi[e];
1005
1005
  }, ut = [];
1006
1006
  function Ko(e, t) {
1007
1007
  return {
@@ -1010,11 +1010,11 @@ function Ko(e, t) {
1010
1010
  }
1011
1011
  function Ar(e, t = ce) {
1012
1012
  let r;
1013
- const n = /* @__PURE__ */ new Set();
1014
- function i(l) {
1015
- if (Ti(e, l) && (e = l, r)) {
1013
+ const i = /* @__PURE__ */ new Set();
1014
+ function n(l) {
1015
+ if (Tn(e, l) && (e = l, r)) {
1016
1016
  const c = !ut.length;
1017
- for (const u of n)
1017
+ for (const u of i)
1018
1018
  u[1](), ut.push(u, e);
1019
1019
  if (c) {
1020
1020
  for (let u = 0; u < ut.length; u += 2)
@@ -1024,44 +1024,44 @@ function Ar(e, t = ce) {
1024
1024
  }
1025
1025
  }
1026
1026
  function o(l) {
1027
- i(l(e));
1027
+ n(l(e));
1028
1028
  }
1029
1029
  function a(l, c = ce) {
1030
1030
  const u = [l, c];
1031
- return n.add(u), n.size === 1 && (r = t(i, o) || ce), l(e), () => {
1032
- n.delete(u), n.size === 0 && r && (r(), r = null);
1031
+ return i.add(u), i.size === 1 && (r = t(n, o) || ce), l(e), () => {
1032
+ i.delete(u), i.size === 0 && r && (r(), r = null);
1033
1033
  };
1034
1034
  }
1035
- return { set: i, update: o, subscribe: a };
1035
+ return { set: n, update: o, subscribe: a };
1036
1036
  }
1037
1037
  function bt(e, t, r) {
1038
- const n = !Array.isArray(e), i = n ? [e] : e;
1039
- if (!i.every(Boolean))
1038
+ const i = !Array.isArray(e), n = i ? [e] : e;
1039
+ if (!n.every(Boolean))
1040
1040
  throw new Error("derived() expects stores as input, got a falsy value");
1041
1041
  const o = t.length < 2;
1042
1042
  return Ko(r, (a, l) => {
1043
1043
  let c = !1;
1044
1044
  const u = [];
1045
- let h = 0, d = ce;
1045
+ let h = 0, m = ce;
1046
1046
  const p = () => {
1047
1047
  if (h)
1048
1048
  return;
1049
- d();
1050
- const S = t(n ? u[0] : u, a, l);
1051
- o ? a(S) : d = wr(S) ? S : ce;
1052
- }, _ = i.map(
1053
- (S, v) => Ni(
1049
+ m();
1050
+ const S = t(i ? u[0] : u, a, l);
1051
+ o ? a(S) : m = wr(S) ? S : ce;
1052
+ }, _ = n.map(
1053
+ (S, g) => Nn(
1054
1054
  S,
1055
1055
  (O) => {
1056
- u[v] = O, h &= ~(1 << v), c && p();
1056
+ u[g] = O, h &= ~(1 << g), c && p();
1057
1057
  },
1058
1058
  () => {
1059
- h |= 1 << v;
1059
+ h |= 1 << g;
1060
1060
  }
1061
1061
  )
1062
1062
  );
1063
1063
  return c = !0, p(), function() {
1064
- je(_), d(), c = !1;
1064
+ je(_), m(), c = !1;
1065
1065
  };
1066
1066
  });
1067
1067
  }
@@ -1069,16 +1069,16 @@ function ea(e) {
1069
1069
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
1070
1070
  }
1071
1071
  var ta = function(t) {
1072
- return ra(t) && !na(t);
1072
+ return ra(t) && !ia(t);
1073
1073
  };
1074
1074
  function ra(e) {
1075
1075
  return !!e && typeof e == "object";
1076
1076
  }
1077
- function na(e) {
1077
+ function ia(e) {
1078
1078
  var t = Object.prototype.toString.call(e);
1079
1079
  return t === "[object RegExp]" || t === "[object Date]" || aa(e);
1080
1080
  }
1081
- var ia = typeof Symbol == "function" && Symbol.for, oa = ia ? Symbol.for("react.element") : 60103;
1081
+ var na = typeof Symbol == "function" && Symbol.for, oa = na ? Symbol.for("react.element") : 60103;
1082
1082
  function aa(e) {
1083
1083
  return e.$$typeof === oa;
1084
1084
  }
@@ -1089,8 +1089,8 @@ function Ht(e, t) {
1089
1089
  return t.clone !== !1 && t.isMergeableObject(e) ? pt(sa(e), e, t) : e;
1090
1090
  }
1091
1091
  function la(e, t, r) {
1092
- return e.concat(t).map(function(n) {
1093
- return Ht(n, r);
1092
+ return e.concat(t).map(function(i) {
1093
+ return Ht(i, r);
1094
1094
  });
1095
1095
  }
1096
1096
  function ua(e, t) {
@@ -1104,10 +1104,10 @@ function ca(e) {
1104
1104
  return Object.propertyIsEnumerable.call(e, t);
1105
1105
  }) : [];
1106
1106
  }
1107
- function ei(e) {
1107
+ function Ki(e) {
1108
1108
  return Object.keys(e).concat(ca(e));
1109
1109
  }
1110
- function ji(e, t) {
1110
+ function jn(e, t) {
1111
1111
  try {
1112
1112
  return t in e;
1113
1113
  } catch (r) {
@@ -1115,57 +1115,57 @@ function ji(e, t) {
1115
1115
  }
1116
1116
  }
1117
1117
  function fa(e, t) {
1118
- return ji(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
1118
+ return jn(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
1119
1119
  }
1120
1120
  function ha(e, t, r) {
1121
- var n = {};
1122
- return r.isMergeableObject(e) && ei(e).forEach(function(i) {
1123
- n[i] = Ht(e[i], r);
1124
- }), ei(t).forEach(function(i) {
1125
- fa(e, i) || (ji(e, i) && r.isMergeableObject(t[i]) ? n[i] = ua(i, r)(e[i], t[i], r) : n[i] = Ht(t[i], r));
1126
- }), n;
1121
+ var i = {};
1122
+ return r.isMergeableObject(e) && Ki(e).forEach(function(n) {
1123
+ i[n] = Ht(e[n], r);
1124
+ }), Ki(t).forEach(function(n) {
1125
+ fa(e, n) || (jn(e, n) && r.isMergeableObject(t[n]) ? i[n] = ua(n, r)(e[n], t[n], r) : i[n] = Ht(t[n], r));
1126
+ }), i;
1127
1127
  }
1128
1128
  function pt(e, t, r) {
1129
1129
  r = r || {}, r.arrayMerge = r.arrayMerge || la, r.isMergeableObject = r.isMergeableObject || ta, r.cloneUnlessOtherwiseSpecified = Ht;
1130
- var n = Array.isArray(t), i = Array.isArray(e), o = n === i;
1131
- return o ? n ? r.arrayMerge(e, t, r) : ha(e, t, r) : Ht(t, r);
1130
+ var i = Array.isArray(t), n = Array.isArray(e), o = i === n;
1131
+ return o ? i ? r.arrayMerge(e, t, r) : ha(e, t, r) : Ht(t, r);
1132
1132
  }
1133
1133
  pt.all = function(t, r) {
1134
1134
  if (!Array.isArray(t))
1135
1135
  throw new Error("first argument should be an array");
1136
- return t.reduce(function(n, i) {
1137
- return pt(n, i, r);
1136
+ return t.reduce(function(i, n) {
1137
+ return pt(i, n, r);
1138
1138
  }, {});
1139
1139
  };
1140
- var pa = pt, da = pa;
1141
- const ma = /* @__PURE__ */ ea(da);
1140
+ var pa = pt, ma = pa;
1141
+ const da = /* @__PURE__ */ ea(ma);
1142
1142
  function Wr(e, t) {
1143
- var r = t && t.cache ? t.cache : Pa, n = t && t.serializer ? t.serializer : Ea, i = t && t.strategy ? t.strategy : ga;
1144
- return i(e, {
1143
+ var r = t && t.cache ? t.cache : Pa, i = t && t.serializer ? t.serializer : Ea, n = t && t.strategy ? t.strategy : va;
1144
+ return n(e, {
1145
1145
  cache: r,
1146
- serializer: n
1146
+ serializer: i
1147
1147
  });
1148
1148
  }
1149
1149
  function ya(e) {
1150
1150
  return e == null || typeof e == "number" || typeof e == "boolean";
1151
1151
  }
1152
- function ba(e, t, r, n) {
1153
- var i = ya(n) ? n : r(n), o = t.get(i);
1154
- return typeof o == "undefined" && (o = e.call(this, n), t.set(i, o)), o;
1155
- }
1156
- function Gi(e, t, r) {
1157
- var n = Array.prototype.slice.call(arguments, 3), i = r(n), o = t.get(i);
1158
- return typeof o == "undefined" && (o = e.apply(this, n), t.set(i, o)), o;
1152
+ function ba(e, t, r, i) {
1153
+ var n = ya(i) ? i : r(i), o = t.get(n);
1154
+ return typeof o == "undefined" && (o = e.call(this, i), t.set(n, o)), o;
1159
1155
  }
1160
- function zi(e, t, r, n, i) {
1161
- return r.bind(t, e, n, i);
1156
+ function Gn(e, t, r) {
1157
+ var i = Array.prototype.slice.call(arguments, 3), n = r(i), o = t.get(n);
1158
+ return typeof o == "undefined" && (o = e.apply(this, i), t.set(n, o)), o;
1162
1159
  }
1163
- function ga(e, t) {
1164
- var r = e.length === 1 ? ba : Gi;
1165
- return zi(e, this, r, t.cache.create(), t.serializer);
1160
+ function zn(e, t, r, i, n) {
1161
+ return r.bind(t, e, i, n);
1166
1162
  }
1167
1163
  function va(e, t) {
1168
- return zi(e, this, Gi, t.cache.create(), t.serializer);
1164
+ var r = e.length === 1 ? ba : Gn;
1165
+ return zn(e, this, r, t.cache.create(), t.serializer);
1166
+ }
1167
+ function ga(e, t) {
1168
+ return zn(e, this, Gn, t.cache.create(), t.serializer);
1169
1169
  }
1170
1170
  var Ea = function() {
1171
1171
  return JSON.stringify(arguments);
@@ -1186,7 +1186,7 @@ var Ea = function() {
1186
1186
  return new _a();
1187
1187
  }
1188
1188
  }, Xr = {
1189
- variadic: va
1189
+ variadic: ga
1190
1190
  }, x;
1191
1191
  (function(e) {
1192
1192
  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";
@@ -1195,54 +1195,54 @@ var M;
1195
1195
  (function(e) {
1196
1196
  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";
1197
1197
  })(M || (M = {}));
1198
- var dt;
1198
+ var mt;
1199
1199
  (function(e) {
1200
1200
  e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
1201
- })(dt || (dt = {}));
1202
- function ti(e) {
1201
+ })(mt || (mt = {}));
1202
+ function en(e) {
1203
1203
  return e.type === M.literal;
1204
1204
  }
1205
1205
  function Sa(e) {
1206
1206
  return e.type === M.argument;
1207
1207
  }
1208
- function Qi(e) {
1208
+ function Qn(e) {
1209
1209
  return e.type === M.number;
1210
1210
  }
1211
- function Vi(e) {
1211
+ function Vn(e) {
1212
1212
  return e.type === M.date;
1213
1213
  }
1214
- function $i(e) {
1214
+ function $n(e) {
1215
1215
  return e.type === M.time;
1216
1216
  }
1217
- function Wi(e) {
1217
+ function Wn(e) {
1218
1218
  return e.type === M.select;
1219
1219
  }
1220
- function Xi(e) {
1220
+ function Xn(e) {
1221
1221
  return e.type === M.plural;
1222
1222
  }
1223
1223
  function wa(e) {
1224
1224
  return e.type === M.pound;
1225
1225
  }
1226
- function Zi(e) {
1226
+ function Zn(e) {
1227
1227
  return e.type === M.tag;
1228
1228
  }
1229
- function Ji(e) {
1230
- return !!(e && typeof e == "object" && e.type === dt.number);
1229
+ function Jn(e) {
1230
+ return !!(e && typeof e == "object" && e.type === mt.number);
1231
1231
  }
1232
- function an(e) {
1233
- return !!(e && typeof e == "object" && e.type === dt.dateTime);
1232
+ function oi(e) {
1233
+ return !!(e && typeof e == "object" && e.type === mt.dateTime);
1234
1234
  }
1235
- var qi = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, xa = /(?:[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;
1235
+ var qn = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, xa = /(?:[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;
1236
1236
  function Aa(e) {
1237
1237
  var t = {};
1238
1238
  return e.replace(xa, function(r) {
1239
- var n = r.length;
1239
+ var i = r.length;
1240
1240
  switch (r[0]) {
1241
1241
  case "G":
1242
- t.era = n === 4 ? "long" : n === 5 ? "narrow" : "short";
1242
+ t.era = i === 4 ? "long" : i === 5 ? "narrow" : "short";
1243
1243
  break;
1244
1244
  case "y":
1245
- t.year = n === 2 ? "2-digit" : "numeric";
1245
+ t.year = i === 2 ? "2-digit" : "numeric";
1246
1246
  break;
1247
1247
  case "Y":
1248
1248
  case "u":
@@ -1254,30 +1254,30 @@ function Aa(e) {
1254
1254
  throw new RangeError("`q/Q` (quarter) patterns are not supported");
1255
1255
  case "M":
1256
1256
  case "L":
1257
- t.month = ["numeric", "2-digit", "short", "long", "narrow"][n - 1];
1257
+ t.month = ["numeric", "2-digit", "short", "long", "narrow"][i - 1];
1258
1258
  break;
1259
1259
  case "w":
1260
1260
  case "W":
1261
1261
  throw new RangeError("`w/W` (week) patterns are not supported");
1262
1262
  case "d":
1263
- t.day = ["numeric", "2-digit"][n - 1];
1263
+ t.day = ["numeric", "2-digit"][i - 1];
1264
1264
  break;
1265
1265
  case "D":
1266
1266
  case "F":
1267
1267
  case "g":
1268
1268
  throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");
1269
1269
  case "E":
1270
- t.weekday = n === 4 ? "long" : n === 5 ? "narrow" : "short";
1270
+ t.weekday = i === 4 ? "long" : i === 5 ? "narrow" : "short";
1271
1271
  break;
1272
1272
  case "e":
1273
- if (n < 4)
1273
+ if (i < 4)
1274
1274
  throw new RangeError("`e..eee` (weekday) patterns are not supported");
1275
- t.weekday = ["short", "long", "narrow", "short"][n - 4];
1275
+ t.weekday = ["short", "long", "narrow", "short"][i - 4];
1276
1276
  break;
1277
1277
  case "c":
1278
- if (n < 4)
1278
+ if (i < 4)
1279
1279
  throw new RangeError("`c..ccc` (weekday) patterns are not supported");
1280
- t.weekday = ["short", "long", "narrow", "short"][n - 4];
1280
+ t.weekday = ["short", "long", "narrow", "short"][i - 4];
1281
1281
  break;
1282
1282
  case "a":
1283
1283
  t.hour12 = !0;
@@ -1286,32 +1286,32 @@ function Aa(e) {
1286
1286
  case "B":
1287
1287
  throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");
1288
1288
  case "h":
1289
- t.hourCycle = "h12", t.hour = ["numeric", "2-digit"][n - 1];
1289
+ t.hourCycle = "h12", t.hour = ["numeric", "2-digit"][i - 1];
1290
1290
  break;
1291
1291
  case "H":
1292
- t.hourCycle = "h23", t.hour = ["numeric", "2-digit"][n - 1];
1292
+ t.hourCycle = "h23", t.hour = ["numeric", "2-digit"][i - 1];
1293
1293
  break;
1294
1294
  case "K":
1295
- t.hourCycle = "h11", t.hour = ["numeric", "2-digit"][n - 1];
1295
+ t.hourCycle = "h11", t.hour = ["numeric", "2-digit"][i - 1];
1296
1296
  break;
1297
1297
  case "k":
1298
- t.hourCycle = "h24", t.hour = ["numeric", "2-digit"][n - 1];
1298
+ t.hourCycle = "h24", t.hour = ["numeric", "2-digit"][i - 1];
1299
1299
  break;
1300
1300
  case "j":
1301
1301
  case "J":
1302
1302
  case "C":
1303
1303
  throw new RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");
1304
1304
  case "m":
1305
- t.minute = ["numeric", "2-digit"][n - 1];
1305
+ t.minute = ["numeric", "2-digit"][i - 1];
1306
1306
  break;
1307
1307
  case "s":
1308
- t.second = ["numeric", "2-digit"][n - 1];
1308
+ t.second = ["numeric", "2-digit"][i - 1];
1309
1309
  break;
1310
1310
  case "S":
1311
1311
  case "A":
1312
1312
  throw new RangeError("`S/A` (second) patterns are not supported, use `s` instead");
1313
1313
  case "z":
1314
- t.timeZoneName = n < 4 ? "short" : "long";
1314
+ t.timeZoneName = i < 4 ? "short" : "long";
1315
1315
  break;
1316
1316
  case "Z":
1317
1317
  case "O":
@@ -1330,13 +1330,13 @@ function Ba(e) {
1330
1330
  throw new Error("Number skeleton cannot be empty");
1331
1331
  for (var t = e.split(Ca).filter(function(p) {
1332
1332
  return p.length > 0;
1333
- }), r = [], n = 0, i = t; n < i.length; n++) {
1334
- var o = i[n], a = o.split("/");
1333
+ }), r = [], i = 0, n = t; i < n.length; i++) {
1334
+ var o = n[i], a = o.split("/");
1335
1335
  if (a.length === 0)
1336
1336
  throw new Error("Invalid number skeleton");
1337
1337
  for (var l = a[0], c = a.slice(1), u = 0, h = c; u < h.length; u++) {
1338
- var d = h[u];
1339
- if (d.length === 0)
1338
+ var m = h[u];
1339
+ if (m.length === 0)
1340
1340
  throw new Error("Invalid number skeleton");
1341
1341
  }
1342
1342
  r.push({ stem: l, options: c });
@@ -1346,11 +1346,11 @@ function Ba(e) {
1346
1346
  function Ia(e) {
1347
1347
  return e.replace(/^(.*?)-/, "");
1348
1348
  }
1349
- var ri = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Yi = /^(@+)?(\+|#+)?[rs]?$/g, Ta = /(\*)(0+)|(#+)(0+)|(0+)/g, Ki = /^(0+)$/;
1350
- function ni(e) {
1349
+ var tn = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Yn = /^(@+)?(\+|#+)?[rs]?$/g, Ta = /(\*)(0+)|(#+)(0+)|(0+)/g, Kn = /^(0+)$/;
1350
+ function rn(e) {
1351
1351
  var t = {};
1352
- return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Yi, function(r, n, i) {
1353
- 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)), "";
1352
+ return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Yn, function(r, i, n) {
1353
+ return typeof n != "string" ? (t.minimumSignificantDigits = i.length, t.maximumSignificantDigits = i.length) : n === "+" ? t.minimumSignificantDigits = i.length : i[0] === "#" ? t.maximumSignificantDigits = i.length : (t.minimumSignificantDigits = i.length, t.maximumSignificantDigits = i.length + (typeof n == "string" ? n.length : 0)), "";
1354
1354
  }), t;
1355
1355
  }
1356
1356
  function eo(e) {
@@ -1401,20 +1401,20 @@ function Na(e) {
1401
1401
  notation: "scientific"
1402
1402
  }, e = e.slice(1)), t) {
1403
1403
  var r = e.slice(0, 2);
1404
- if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Ki.test(e))
1404
+ if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Kn.test(e))
1405
1405
  throw new Error("Malformed concise eng/scientific notation");
1406
1406
  t.minimumIntegerDigits = e.length;
1407
1407
  }
1408
1408
  return t;
1409
1409
  }
1410
- function ii(e) {
1410
+ function nn(e) {
1411
1411
  var t = {}, r = eo(e);
1412
1412
  return r || t;
1413
1413
  }
1414
1414
  function Ha(e) {
1415
- for (var t = {}, r = 0, n = e; r < n.length; r++) {
1416
- var i = n[r];
1417
- switch (i.stem) {
1415
+ for (var t = {}, r = 0, i = e; r < i.length; r++) {
1416
+ var n = i[r];
1417
+ switch (n.stem) {
1418
1418
  case "percent":
1419
1419
  case "%":
1420
1420
  t.style = "percent";
@@ -1423,7 +1423,7 @@ function Ha(e) {
1423
1423
  t.style = "percent", t.scale = 100;
1424
1424
  continue;
1425
1425
  case "currency":
1426
- t.style = "currency", t.currency = i.options[0];
1426
+ t.style = "currency", t.currency = n.options[0];
1427
1427
  continue;
1428
1428
  case "group-off":
1429
1429
  case ",_":
@@ -1435,7 +1435,7 @@ function Ha(e) {
1435
1435
  continue;
1436
1436
  case "measure-unit":
1437
1437
  case "unit":
1438
- t.style = "unit", t.unit = Ia(i.options[0]);
1438
+ t.style = "unit", t.unit = Ia(n.options[0]);
1439
1439
  continue;
1440
1440
  case "compact-short":
1441
1441
  case "K":
@@ -1446,13 +1446,13 @@ function Ha(e) {
1446
1446
  t.notation = "compact", t.compactDisplay = "long";
1447
1447
  continue;
1448
1448
  case "scientific":
1449
- t = I(I(I({}, t), { notation: "scientific" }), i.options.reduce(function(c, u) {
1450
- return I(I({}, c), ii(u));
1449
+ t = I(I(I({}, t), { notation: "scientific" }), n.options.reduce(function(c, u) {
1450
+ return I(I({}, c), nn(u));
1451
1451
  }, {}));
1452
1452
  continue;
1453
1453
  case "engineering":
1454
- t = I(I(I({}, t), { notation: "engineering" }), i.options.reduce(function(c, u) {
1455
- return I(I({}, c), ii(u));
1454
+ t = I(I(I({}, t), { notation: "engineering" }), n.options.reduce(function(c, u) {
1455
+ return I(I({}, c), nn(u));
1456
1456
  }, {}));
1457
1457
  continue;
1458
1458
  case "notation-simple":
@@ -1471,7 +1471,7 @@ function Ha(e) {
1471
1471
  t.currencyDisplay = "symbol";
1472
1472
  continue;
1473
1473
  case "scale":
1474
- t.scale = parseFloat(i.options[0]);
1474
+ t.scale = parseFloat(n.options[0]);
1475
1475
  continue;
1476
1476
  case "rounding-mode-floor":
1477
1477
  t.roundingMode = "floor";
@@ -1495,13 +1495,13 @@ function Ha(e) {
1495
1495
  t.roundingMode = "halfExpand";
1496
1496
  continue;
1497
1497
  case "integer-width":
1498
- if (i.options.length > 1)
1498
+ if (n.options.length > 1)
1499
1499
  throw new RangeError("integer-width stems only accept a single optional option");
1500
- i.options[0].replace(Ta, function(c, u, h, d, p, _) {
1500
+ n.options[0].replace(Ta, function(c, u, h, m, p, _) {
1501
1501
  if (u)
1502
1502
  t.minimumIntegerDigits = h.length;
1503
1503
  else {
1504
- if (d && p)
1504
+ if (m && p)
1505
1505
  throw new Error("We currently do not support maximum integer digits");
1506
1506
  if (_)
1507
1507
  throw new Error("We currently do not support exact integer digits");
@@ -1510,32 +1510,32 @@ function Ha(e) {
1510
1510
  });
1511
1511
  continue;
1512
1512
  }
1513
- if (Ki.test(i.stem)) {
1514
- t.minimumIntegerDigits = i.stem.length;
1513
+ if (Kn.test(n.stem)) {
1514
+ t.minimumIntegerDigits = n.stem.length;
1515
1515
  continue;
1516
1516
  }
1517
- if (ri.test(i.stem)) {
1518
- if (i.options.length > 1)
1517
+ if (tn.test(n.stem)) {
1518
+ if (n.options.length > 1)
1519
1519
  throw new RangeError("Fraction-precision stems only accept a single optional option");
1520
- i.stem.replace(ri, function(c, u, h, d, p, _) {
1521
- return h === "*" ? t.minimumFractionDigits = u.length : d && d[0] === "#" ? t.maximumFractionDigits = d.length : p && _ ? (t.minimumFractionDigits = p.length, t.maximumFractionDigits = p.length + _.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
1520
+ n.stem.replace(tn, function(c, u, h, m, p, _) {
1521
+ return h === "*" ? t.minimumFractionDigits = u.length : m && m[0] === "#" ? t.maximumFractionDigits = m.length : p && _ ? (t.minimumFractionDigits = p.length, t.maximumFractionDigits = p.length + _.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
1522
1522
  });
1523
- var o = i.options[0];
1524
- o === "w" ? t = I(I({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = I(I({}, t), ni(o)));
1523
+ var o = n.options[0];
1524
+ o === "w" ? t = I(I({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = I(I({}, t), rn(o)));
1525
1525
  continue;
1526
1526
  }
1527
- if (Yi.test(i.stem)) {
1528
- t = I(I({}, t), ni(i.stem));
1527
+ if (Yn.test(n.stem)) {
1528
+ t = I(I({}, t), rn(n.stem));
1529
1529
  continue;
1530
1530
  }
1531
- var a = eo(i.stem);
1531
+ var a = eo(n.stem);
1532
1532
  a && (t = I(I({}, t), a));
1533
- var l = Na(i.stem);
1533
+ var l = Na(n.stem);
1534
1534
  l && (t = I(I({}, t), l));
1535
1535
  }
1536
1536
  return t;
1537
1537
  }
1538
- var mr = {
1538
+ var dr = {
1539
1539
  "001": [
1540
1540
  "H",
1541
1541
  "h"
@@ -2951,17 +2951,17 @@ var mr = {
2951
2951
  ]
2952
2952
  };
2953
2953
  function Ma(e, t) {
2954
- for (var r = "", n = 0; n < e.length; n++) {
2955
- var i = e.charAt(n);
2956
- if (i === "j") {
2957
- for (var o = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
2958
- o++, n++;
2954
+ for (var r = "", i = 0; i < e.length; i++) {
2955
+ var n = e.charAt(i);
2956
+ if (n === "j") {
2957
+ for (var o = 0; i + 1 < e.length && e.charAt(i + 1) === n; )
2958
+ o++, i++;
2959
2959
  var a = 1 + (o & 1), l = o < 2 ? 1 : 3 + (o >> 1), c = "a", u = Oa(t);
2960
2960
  for ((u == "H" || u == "k") && (l = 0); l-- > 0; )
2961
2961
  r += c;
2962
2962
  for (; a-- > 0; )
2963
2963
  r = u + r;
2964
- } else i === "J" ? r += "H" : r += i;
2964
+ } else n === "J" ? r += "H" : r += n;
2965
2965
  }
2966
2966
  return r;
2967
2967
  }
@@ -2982,53 +2982,53 @@ function Oa(e) {
2982
2982
  default:
2983
2983
  throw new Error("Invalid hourCycle");
2984
2984
  }
2985
- var r = e.language, n;
2986
- r !== "root" && (n = e.maximize().region);
2987
- var i = mr[n || ""] || mr[r || ""] || mr["".concat(r, "-001")] || mr["001"];
2988
- return i[0];
2985
+ var r = e.language, i;
2986
+ r !== "root" && (i = e.maximize().region);
2987
+ var n = dr[i || ""] || dr[r || ""] || dr["".concat(r, "-001")] || dr["001"];
2988
+ return n[0];
2989
2989
  }
2990
- var Zr, Da = new RegExp("^".concat(qi.source, "*")), ka = new RegExp("".concat(qi.source, "*$"));
2990
+ var Zr, Da = new RegExp("^".concat(qn.source, "*")), ka = new RegExp("".concat(qn.source, "*$"));
2991
2991
  function C(e, t) {
2992
2992
  return { start: e, end: t };
2993
2993
  }
2994
2994
  var La = !!String.prototype.startsWith && "_a".startsWith("a", 1), Fa = !!String.fromCodePoint, Ra = !!Object.fromEntries, Ua = !!String.prototype.codePointAt, ja = !!String.prototype.trimStart, Ga = !!String.prototype.trimEnd, za = !!Number.isSafeInteger, Qa = za ? Number.isSafeInteger : function(e) {
2995
2995
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
2996
- }, sn = !0;
2996
+ }, ai = !0;
2997
2997
  try {
2998
2998
  var Va = ro("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2999
- sn = ((Zr = Va.exec("a")) === null || Zr === void 0 ? void 0 : Zr[0]) === "a";
2999
+ ai = ((Zr = Va.exec("a")) === null || Zr === void 0 ? void 0 : Zr[0]) === "a";
3000
3000
  } catch (e) {
3001
- sn = !1;
3001
+ ai = !1;
3002
3002
  }
3003
- var oi = La ? (
3003
+ var on = La ? (
3004
3004
  // Native
3005
- function(t, r, n) {
3006
- return t.startsWith(r, n);
3005
+ function(t, r, i) {
3006
+ return t.startsWith(r, i);
3007
3007
  }
3008
3008
  ) : (
3009
3009
  // For IE11
3010
- function(t, r, n) {
3011
- return t.slice(n, n + r.length) === r;
3010
+ function(t, r, i) {
3011
+ return t.slice(i, i + r.length) === r;
3012
3012
  }
3013
- ), ln = Fa ? String.fromCodePoint : (
3013
+ ), si = Fa ? String.fromCodePoint : (
3014
3014
  // IE11
3015
3015
  function() {
3016
3016
  for (var t = [], r = 0; r < arguments.length; r++)
3017
3017
  t[r] = arguments[r];
3018
- for (var n = "", i = t.length, o = 0, a; i > o; ) {
3018
+ for (var i = "", n = t.length, o = 0, a; n > o; ) {
3019
3019
  if (a = t[o++], a > 1114111)
3020
3020
  throw RangeError(a + " is not a valid code point");
3021
- n += a < 65536 ? String.fromCharCode(a) : String.fromCharCode(((a -= 65536) >> 10) + 55296, a % 1024 + 56320);
3021
+ i += a < 65536 ? String.fromCharCode(a) : String.fromCharCode(((a -= 65536) >> 10) + 55296, a % 1024 + 56320);
3022
3022
  }
3023
- return n;
3023
+ return i;
3024
3024
  }
3025
- ), ai = (
3025
+ ), an = (
3026
3026
  // native
3027
3027
  Ra ? Object.fromEntries : (
3028
3028
  // Ponyfill
3029
3029
  function(t) {
3030
- for (var r = {}, n = 0, i = t; n < i.length; n++) {
3031
- var o = i[n], a = o[0], l = o[1];
3030
+ for (var r = {}, i = 0, n = t; i < n.length; i++) {
3031
+ var o = n[i], a = o[0], l = o[1];
3032
3032
  r[a] = l;
3033
3033
  }
3034
3034
  return r;
@@ -3042,10 +3042,10 @@ var oi = La ? (
3042
3042
  ) : (
3043
3043
  // IE 11
3044
3044
  function(t, r) {
3045
- var n = t.length;
3046
- if (!(r < 0 || r >= n)) {
3047
- var i = t.charCodeAt(r), o;
3048
- return i < 55296 || i > 56319 || r + 1 === n || (o = t.charCodeAt(r + 1)) < 56320 || o > 57343 ? i : (i - 55296 << 10) + (o - 56320) + 65536;
3045
+ var i = t.length;
3046
+ if (!(r < 0 || r >= i)) {
3047
+ var n = t.charCodeAt(r), o;
3048
+ return n < 55296 || n > 56319 || r + 1 === i || (o = t.charCodeAt(r + 1)) < 56320 || o > 57343 ? n : (n - 55296 << 10) + (o - 56320) + 65536;
3049
3049
  }
3050
3050
  }
3051
3051
  ), $a = ja ? (
@@ -3072,24 +3072,24 @@ var oi = La ? (
3072
3072
  function ro(e, t) {
3073
3073
  return new RegExp(e, t);
3074
3074
  }
3075
- var un;
3076
- if (sn) {
3077
- var si = ro("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3078
- un = function(t, r) {
3079
- var n;
3080
- si.lastIndex = r;
3081
- var i = si.exec(t);
3082
- return (n = i[1]) !== null && n !== void 0 ? n : "";
3075
+ var li;
3076
+ if (ai) {
3077
+ var sn = ro("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3078
+ li = function(t, r) {
3079
+ var i;
3080
+ sn.lastIndex = r;
3081
+ var n = sn.exec(t);
3082
+ return (i = n[1]) !== null && i !== void 0 ? i : "";
3083
3083
  };
3084
3084
  } else
3085
- un = function(t, r) {
3086
- for (var n = []; ; ) {
3087
- var i = to(t, r);
3088
- if (i === void 0 || no(i) || qa(i))
3085
+ li = function(t, r) {
3086
+ for (var i = []; ; ) {
3087
+ var n = to(t, r);
3088
+ if (n === void 0 || io(n) || qa(n))
3089
3089
  break;
3090
- n.push(i), r += i >= 65536 ? 2 : 1;
3090
+ i.push(n), r += n >= 65536 ? 2 : 1;
3091
3091
  }
3092
- return ln.apply(void 0, n);
3092
+ return si.apply(void 0, i);
3093
3093
  };
3094
3094
  var Xa = (
3095
3095
  /** @class */
@@ -3101,51 +3101,51 @@ var Xa = (
3101
3101
  if (this.offset() !== 0)
3102
3102
  throw Error("parser can only be used once");
3103
3103
  return this.parseMessage(0, "", !1);
3104
- }, e.prototype.parseMessage = function(t, r, n) {
3105
- for (var i = []; !this.isEOF(); ) {
3104
+ }, e.prototype.parseMessage = function(t, r, i) {
3105
+ for (var n = []; !this.isEOF(); ) {
3106
3106
  var o = this.char();
3107
3107
  if (o === 123) {
3108
- var a = this.parseArgument(t, n);
3108
+ var a = this.parseArgument(t, i);
3109
3109
  if (a.err)
3110
3110
  return a;
3111
- i.push(a.val);
3111
+ n.push(a.val);
3112
3112
  } else {
3113
3113
  if (o === 125 && t > 0)
3114
3114
  break;
3115
3115
  if (o === 35 && (r === "plural" || r === "selectordinal")) {
3116
3116
  var l = this.clonePosition();
3117
- this.bump(), i.push({
3117
+ this.bump(), n.push({
3118
3118
  type: M.pound,
3119
3119
  location: C(l, this.clonePosition())
3120
3120
  });
3121
3121
  } else if (o === 60 && !this.ignoreTag && this.peek() === 47) {
3122
- if (n)
3122
+ if (i)
3123
3123
  break;
3124
3124
  return this.error(x.UNMATCHED_CLOSING_TAG, C(this.clonePosition(), this.clonePosition()));
3125
- } else if (o === 60 && !this.ignoreTag && cn(this.peek() || 0)) {
3125
+ } else if (o === 60 && !this.ignoreTag && ui(this.peek() || 0)) {
3126
3126
  var a = this.parseTag(t, r);
3127
3127
  if (a.err)
3128
3128
  return a;
3129
- i.push(a.val);
3129
+ n.push(a.val);
3130
3130
  } else {
3131
3131
  var a = this.parseLiteral(t, r);
3132
3132
  if (a.err)
3133
3133
  return a;
3134
- i.push(a.val);
3134
+ n.push(a.val);
3135
3135
  }
3136
3136
  }
3137
3137
  }
3138
- return { val: i, err: null };
3138
+ return { val: n, err: null };
3139
3139
  }, e.prototype.parseTag = function(t, r) {
3140
- var n = this.clonePosition();
3140
+ var i = this.clonePosition();
3141
3141
  this.bump();
3142
- var i = this.parseTagName();
3142
+ var n = this.parseTagName();
3143
3143
  if (this.bumpSpace(), this.bumpIf("/>"))
3144
3144
  return {
3145
3145
  val: {
3146
3146
  type: M.literal,
3147
- value: "<".concat(i, "/>"),
3148
- location: C(n, this.clonePosition())
3147
+ value: "<".concat(n, "/>"),
3148
+ location: C(i, this.clonePosition())
3149
3149
  },
3150
3150
  err: null
3151
3151
  };
@@ -3155,49 +3155,49 @@ var Xa = (
3155
3155
  return o;
3156
3156
  var a = o.val, l = this.clonePosition();
3157
3157
  if (this.bumpIf("</")) {
3158
- if (this.isEOF() || !cn(this.char()))
3158
+ if (this.isEOF() || !ui(this.char()))
3159
3159
  return this.error(x.INVALID_TAG, C(l, this.clonePosition()));
3160
3160
  var c = this.clonePosition(), u = this.parseTagName();
3161
- return i !== u ? this.error(x.UNMATCHED_CLOSING_TAG, C(c, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
3161
+ return n !== u ? this.error(x.UNMATCHED_CLOSING_TAG, C(c, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
3162
3162
  val: {
3163
3163
  type: M.tag,
3164
- value: i,
3164
+ value: n,
3165
3165
  children: a,
3166
- location: C(n, this.clonePosition())
3166
+ location: C(i, this.clonePosition())
3167
3167
  },
3168
3168
  err: null
3169
3169
  } : this.error(x.INVALID_TAG, C(l, this.clonePosition())));
3170
3170
  } else
3171
- return this.error(x.UNCLOSED_TAG, C(n, this.clonePosition()));
3171
+ return this.error(x.UNCLOSED_TAG, C(i, this.clonePosition()));
3172
3172
  } else
3173
- return this.error(x.INVALID_TAG, C(n, this.clonePosition()));
3173
+ return this.error(x.INVALID_TAG, C(i, this.clonePosition()));
3174
3174
  }, e.prototype.parseTagName = function() {
3175
3175
  var t = this.offset();
3176
3176
  for (this.bump(); !this.isEOF() && Ja(this.char()); )
3177
3177
  this.bump();
3178
3178
  return this.message.slice(t, this.offset());
3179
3179
  }, e.prototype.parseLiteral = function(t, r) {
3180
- for (var n = this.clonePosition(), i = ""; ; ) {
3180
+ for (var i = this.clonePosition(), n = ""; ; ) {
3181
3181
  var o = this.tryParseQuote(r);
3182
3182
  if (o) {
3183
- i += o;
3183
+ n += o;
3184
3184
  continue;
3185
3185
  }
3186
3186
  var a = this.tryParseUnquoted(t, r);
3187
3187
  if (a) {
3188
- i += a;
3188
+ n += a;
3189
3189
  continue;
3190
3190
  }
3191
3191
  var l = this.tryParseLeftAngleBracket();
3192
3192
  if (l) {
3193
- i += l;
3193
+ n += l;
3194
3194
  continue;
3195
3195
  }
3196
3196
  break;
3197
3197
  }
3198
- var c = C(n, this.clonePosition());
3198
+ var c = C(i, this.clonePosition());
3199
3199
  return {
3200
- val: { type: M.literal, value: i, location: c },
3200
+ val: { type: M.literal, value: n, location: c },
3201
3201
  err: null
3202
3202
  };
3203
3203
  }, e.prototype.tryParseLeftAngleBracket = function() {
@@ -3224,8 +3224,8 @@ var Xa = (
3224
3224
  this.bump();
3225
3225
  var r = [this.char()];
3226
3226
  for (this.bump(); !this.isEOF(); ) {
3227
- var n = this.char();
3228
- if (n === 39)
3227
+ var i = this.char();
3228
+ if (i === 39)
3229
3229
  if (this.peek() === 39)
3230
3230
  r.push(39), this.bump();
3231
3231
  else {
@@ -3233,48 +3233,48 @@ var Xa = (
3233
3233
  break;
3234
3234
  }
3235
3235
  else
3236
- r.push(n);
3236
+ r.push(i);
3237
3237
  this.bump();
3238
3238
  }
3239
- return ln.apply(void 0, r);
3239
+ return si.apply(void 0, r);
3240
3240
  }, e.prototype.tryParseUnquoted = function(t, r) {
3241
3241
  if (this.isEOF())
3242
3242
  return null;
3243
- var n = this.char();
3244
- return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), ln(n));
3243
+ var i = this.char();
3244
+ return i === 60 || i === 123 || i === 35 && (r === "plural" || r === "selectordinal") || i === 125 && t > 0 ? null : (this.bump(), si(i));
3245
3245
  }, e.prototype.parseArgument = function(t, r) {
3246
- var n = this.clonePosition();
3246
+ var i = this.clonePosition();
3247
3247
  if (this.bump(), this.bumpSpace(), this.isEOF())
3248
- return this.error(x.EXPECT_ARGUMENT_CLOSING_BRACE, C(n, this.clonePosition()));
3248
+ return this.error(x.EXPECT_ARGUMENT_CLOSING_BRACE, C(i, this.clonePosition()));
3249
3249
  if (this.char() === 125)
3250
- return this.bump(), this.error(x.EMPTY_ARGUMENT, C(n, this.clonePosition()));
3251
- var i = this.parseIdentifierIfPossible().value;
3252
- if (!i)
3253
- return this.error(x.MALFORMED_ARGUMENT, C(n, this.clonePosition()));
3250
+ return this.bump(), this.error(x.EMPTY_ARGUMENT, C(i, this.clonePosition()));
3251
+ var n = this.parseIdentifierIfPossible().value;
3252
+ if (!n)
3253
+ return this.error(x.MALFORMED_ARGUMENT, C(i, this.clonePosition()));
3254
3254
  if (this.bumpSpace(), this.isEOF())
3255
- return this.error(x.EXPECT_ARGUMENT_CLOSING_BRACE, C(n, this.clonePosition()));
3255
+ return this.error(x.EXPECT_ARGUMENT_CLOSING_BRACE, C(i, this.clonePosition()));
3256
3256
  switch (this.char()) {
3257
3257
  case 125:
3258
3258
  return this.bump(), {
3259
3259
  val: {
3260
3260
  type: M.argument,
3261
3261
  // value does not include the opening and closing braces.
3262
- value: i,
3263
- location: C(n, this.clonePosition())
3262
+ value: n,
3263
+ location: C(i, this.clonePosition())
3264
3264
  },
3265
3265
  err: null
3266
3266
  };
3267
3267
  case 44:
3268
- return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(x.EXPECT_ARGUMENT_CLOSING_BRACE, C(n, this.clonePosition())) : this.parseArgumentOptions(t, r, i, n);
3268
+ return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(x.EXPECT_ARGUMENT_CLOSING_BRACE, C(i, this.clonePosition())) : this.parseArgumentOptions(t, r, n, i);
3269
3269
  default:
3270
- return this.error(x.MALFORMED_ARGUMENT, C(n, this.clonePosition()));
3270
+ return this.error(x.MALFORMED_ARGUMENT, C(i, this.clonePosition()));
3271
3271
  }
3272
3272
  }, e.prototype.parseIdentifierIfPossible = function() {
3273
- var t = this.clonePosition(), r = this.offset(), n = un(this.message, r), i = r + n.length;
3274
- this.bumpTo(i);
3273
+ var t = this.clonePosition(), r = this.offset(), i = li(this.message, r), n = r + i.length;
3274
+ this.bumpTo(n);
3275
3275
  var o = this.clonePosition(), a = C(t, o);
3276
- return { value: n, location: a };
3277
- }, e.prototype.parseArgumentOptions = function(t, r, n, i) {
3276
+ return { value: i, location: a };
3277
+ }, e.prototype.parseArgumentOptions = function(t, r, i, n) {
3278
3278
  var o, a = this.clonePosition(), l = this.parseIdentifierIfPossible().value, c = this.clonePosition();
3279
3279
  switch (l) {
3280
3280
  case "":
@@ -3286,40 +3286,40 @@ var Xa = (
3286
3286
  var u = null;
3287
3287
  if (this.bumpIf(",")) {
3288
3288
  this.bumpSpace();
3289
- var h = this.clonePosition(), d = this.parseSimpleArgStyleIfPossible();
3290
- if (d.err)
3291
- return d;
3292
- var p = Wa(d.val);
3289
+ var h = this.clonePosition(), m = this.parseSimpleArgStyleIfPossible();
3290
+ if (m.err)
3291
+ return m;
3292
+ var p = Wa(m.val);
3293
3293
  if (p.length === 0)
3294
3294
  return this.error(x.EXPECT_ARGUMENT_STYLE, C(this.clonePosition(), this.clonePosition()));
3295
3295
  var _ = C(h, this.clonePosition());
3296
3296
  u = { style: p, styleLocation: _ };
3297
3297
  }
3298
- var S = this.tryParseArgumentClose(i);
3298
+ var S = this.tryParseArgumentClose(n);
3299
3299
  if (S.err)
3300
3300
  return S;
3301
- var v = C(i, this.clonePosition());
3302
- if (u && oi(u == null ? void 0 : u.style, "::", 0)) {
3301
+ var g = C(n, this.clonePosition());
3302
+ if (u && on(u == null ? void 0 : u.style, "::", 0)) {
3303
3303
  var O = $a(u.style.slice(2));
3304
3304
  if (l === "number") {
3305
- var d = this.parseNumberSkeletonFromString(O, u.styleLocation);
3306
- return d.err ? d : {
3307
- val: { type: M.number, value: n, location: v, style: d.val },
3305
+ var m = this.parseNumberSkeletonFromString(O, u.styleLocation);
3306
+ return m.err ? m : {
3307
+ val: { type: M.number, value: i, location: g, style: m.val },
3308
3308
  err: null
3309
3309
  };
3310
3310
  } else {
3311
3311
  if (O.length === 0)
3312
- return this.error(x.EXPECT_DATE_TIME_SKELETON, v);
3312
+ return this.error(x.EXPECT_DATE_TIME_SKELETON, g);
3313
3313
  var B = O;
3314
3314
  this.locale && (B = Ma(O, this.locale));
3315
3315
  var p = {
3316
- type: dt.dateTime,
3316
+ type: mt.dateTime,
3317
3317
  pattern: B,
3318
3318
  location: u.styleLocation,
3319
3319
  parsedOptions: this.shouldParseSkeletons ? Aa(B) : {}
3320
3320
  }, k = l === "date" ? M.date : M.time;
3321
3321
  return {
3322
- val: { type: k, value: n, location: v, style: p },
3322
+ val: { type: k, value: i, location: g, style: p },
3323
3323
  err: null
3324
3324
  };
3325
3325
  }
@@ -3327,8 +3327,8 @@ var Xa = (
3327
3327
  return {
3328
3328
  val: {
3329
3329
  type: l === "number" ? M.number : l === "date" ? M.date : M.time,
3330
- value: n,
3331
- location: v,
3330
+ value: i,
3331
+ location: g,
3332
3332
  style: (o = u == null ? void 0 : u.style) !== null && o !== void 0 ? o : null
3333
3333
  },
3334
3334
  err: null
@@ -3346,31 +3346,31 @@ var Xa = (
3346
3346
  if (!this.bumpIf(":"))
3347
3347
  return this.error(x.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, C(this.clonePosition(), this.clonePosition()));
3348
3348
  this.bumpSpace();
3349
- var d = this.tryParseDecimalInteger(x.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, x.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
3350
- if (d.err)
3351
- return d;
3352
- this.bumpSpace(), fe = this.parseIdentifierIfPossible(), y = d.val;
3349
+ var m = this.tryParseDecimalInteger(x.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, x.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
3350
+ if (m.err)
3351
+ return m;
3352
+ this.bumpSpace(), fe = this.parseIdentifierIfPossible(), y = m.val;
3353
3353
  }
3354
3354
  var A = this.tryParsePluralOrSelectOptions(t, l, r, fe);
3355
3355
  if (A.err)
3356
3356
  return A;
3357
- var S = this.tryParseArgumentClose(i);
3357
+ var S = this.tryParseArgumentClose(n);
3358
3358
  if (S.err)
3359
3359
  return S;
3360
- var xe = C(i, this.clonePosition());
3360
+ var xe = C(n, this.clonePosition());
3361
3361
  return l === "select" ? {
3362
3362
  val: {
3363
3363
  type: M.select,
3364
- value: n,
3365
- options: ai(A.val),
3364
+ value: i,
3365
+ options: an(A.val),
3366
3366
  location: xe
3367
3367
  },
3368
3368
  err: null
3369
3369
  } : {
3370
3370
  val: {
3371
3371
  type: M.plural,
3372
- value: n,
3373
- options: ai(A.val),
3372
+ value: i,
3373
+ options: an(A.val),
3374
3374
  offset: y,
3375
3375
  pluralType: l === "plural" ? "cardinal" : "ordinal",
3376
3376
  location: xe
@@ -3385,13 +3385,13 @@ var Xa = (
3385
3385
  return this.isEOF() || this.char() !== 125 ? this.error(x.EXPECT_ARGUMENT_CLOSING_BRACE, C(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
3386
3386
  }, e.prototype.parseSimpleArgStyleIfPossible = function() {
3387
3387
  for (var t = 0, r = this.clonePosition(); !this.isEOF(); ) {
3388
- var n = this.char();
3389
- switch (n) {
3388
+ var i = this.char();
3389
+ switch (i) {
3390
3390
  case 39: {
3391
3391
  this.bump();
3392
- var i = this.clonePosition();
3392
+ var n = this.clonePosition();
3393
3393
  if (!this.bumpUntil("'"))
3394
- return this.error(x.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, C(i, this.clonePosition()));
3394
+ return this.error(x.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, C(n, this.clonePosition()));
3395
3395
  this.bump();
3396
3396
  break;
3397
3397
  }
@@ -3419,30 +3419,30 @@ var Xa = (
3419
3419
  err: null
3420
3420
  };
3421
3421
  }, e.prototype.parseNumberSkeletonFromString = function(t, r) {
3422
- var n = [];
3422
+ var i = [];
3423
3423
  try {
3424
- n = Ba(t);
3425
- } catch (i) {
3424
+ i = Ba(t);
3425
+ } catch (n) {
3426
3426
  return this.error(x.INVALID_NUMBER_SKELETON, r);
3427
3427
  }
3428
3428
  return {
3429
3429
  val: {
3430
- type: dt.number,
3431
- tokens: n,
3430
+ type: mt.number,
3431
+ tokens: i,
3432
3432
  location: r,
3433
- parsedOptions: this.shouldParseSkeletons ? Ha(n) : {}
3433
+ parsedOptions: this.shouldParseSkeletons ? Ha(i) : {}
3434
3434
  },
3435
3435
  err: null
3436
3436
  };
3437
- }, e.prototype.tryParsePluralOrSelectOptions = function(t, r, n, i) {
3438
- for (var o, a = !1, l = [], c = /* @__PURE__ */ new Set(), u = i.value, h = i.location; ; ) {
3437
+ }, e.prototype.tryParsePluralOrSelectOptions = function(t, r, i, n) {
3438
+ for (var o, a = !1, l = [], c = /* @__PURE__ */ new Set(), u = n.value, h = n.location; ; ) {
3439
3439
  if (u.length === 0) {
3440
- var d = this.clonePosition();
3440
+ var m = this.clonePosition();
3441
3441
  if (r !== "select" && this.bumpIf("=")) {
3442
3442
  var p = this.tryParseDecimalInteger(x.EXPECT_PLURAL_ARGUMENT_SELECTOR, x.INVALID_PLURAL_ARGUMENT_SELECTOR);
3443
3443
  if (p.err)
3444
3444
  return p;
3445
- h = C(d, this.clonePosition()), u = this.message.slice(d.offset, this.offset());
3445
+ h = C(m, this.clonePosition()), u = this.message.slice(m.offset, this.offset());
3446
3446
  } else
3447
3447
  break;
3448
3448
  }
@@ -3452,12 +3452,12 @@ var Xa = (
3452
3452
  var _ = this.clonePosition();
3453
3453
  if (!this.bumpIf("{"))
3454
3454
  return this.error(r === "select" ? x.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : x.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, C(this.clonePosition(), this.clonePosition()));
3455
- var S = this.parseMessage(t + 1, r, n);
3455
+ var S = this.parseMessage(t + 1, r, i);
3456
3456
  if (S.err)
3457
3457
  return S;
3458
- var v = this.tryParseArgumentClose(_);
3459
- if (v.err)
3460
- return v;
3458
+ var g = this.tryParseArgumentClose(_);
3459
+ if (g.err)
3460
+ return g;
3461
3461
  l.push([
3462
3462
  u,
3463
3463
  {
@@ -3468,8 +3468,8 @@ var Xa = (
3468
3468
  }
3469
3469
  return l.length === 0 ? this.error(r === "select" ? x.EXPECT_SELECT_ARGUMENT_SELECTOR : x.EXPECT_PLURAL_ARGUMENT_SELECTOR, C(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !a ? this.error(x.MISSING_OTHER_CLAUSE, C(this.clonePosition(), this.clonePosition())) : { val: l, err: null };
3470
3470
  }, e.prototype.tryParseDecimalInteger = function(t, r) {
3471
- var n = 1, i = this.clonePosition();
3472
- this.bumpIf("+") || this.bumpIf("-") && (n = -1);
3471
+ var i = 1, n = this.clonePosition();
3472
+ this.bumpIf("+") || this.bumpIf("-") && (i = -1);
3473
3473
  for (var o = !1, a = 0; !this.isEOF(); ) {
3474
3474
  var l = this.char();
3475
3475
  if (l >= 48 && l <= 57)
@@ -3477,8 +3477,8 @@ var Xa = (
3477
3477
  else
3478
3478
  break;
3479
3479
  }
3480
- var c = C(i, this.clonePosition());
3481
- return o ? (a *= n, Qa(a) ? { val: a, err: null } : this.error(r, c)) : this.error(t, c);
3480
+ var c = C(n, this.clonePosition());
3481
+ return o ? (a *= i, Qa(a) ? { val: a, err: null } : this.error(r, c)) : this.error(t, c);
3482
3482
  }, e.prototype.offset = function() {
3483
3483
  return this.position.offset;
3484
3484
  }, e.prototype.isEOF = function() {
@@ -3512,15 +3512,15 @@ var Xa = (
3512
3512
  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);
3513
3513
  }
3514
3514
  }, e.prototype.bumpIf = function(t) {
3515
- if (oi(this.message, t, this.offset())) {
3515
+ if (on(this.message, t, this.offset())) {
3516
3516
  for (var r = 0; r < t.length; r++)
3517
3517
  this.bump();
3518
3518
  return !0;
3519
3519
  }
3520
3520
  return !1;
3521
3521
  }, e.prototype.bumpUntil = function(t) {
3522
- var r = this.offset(), n = this.message.indexOf(t, r);
3523
- return n >= 0 ? (this.bumpTo(n), !0) : (this.bumpTo(this.message.length), !1);
3522
+ var r = this.offset(), i = this.message.indexOf(t, r);
3523
+ return i >= 0 ? (this.bumpTo(i), !0) : (this.bumpTo(this.message.length), !1);
3524
3524
  }, e.prototype.bumpTo = function(t) {
3525
3525
  if (this.offset() > t)
3526
3526
  throw Error("targetOffset ".concat(t, " must be greater than or equal to the current offset ").concat(this.offset()));
@@ -3534,70 +3534,70 @@ var Xa = (
3534
3534
  break;
3535
3535
  }
3536
3536
  }, e.prototype.bumpSpace = function() {
3537
- for (; !this.isEOF() && no(this.char()); )
3537
+ for (; !this.isEOF() && io(this.char()); )
3538
3538
  this.bump();
3539
3539
  }, e.prototype.peek = function() {
3540
3540
  if (this.isEOF())
3541
3541
  return null;
3542
- var t = this.char(), r = this.offset(), n = this.message.charCodeAt(r + (t >= 65536 ? 2 : 1));
3543
- return n != null ? n : null;
3542
+ var t = this.char(), r = this.offset(), i = this.message.charCodeAt(r + (t >= 65536 ? 2 : 1));
3543
+ return i != null ? i : null;
3544
3544
  }, e;
3545
3545
  }()
3546
3546
  );
3547
- function cn(e) {
3547
+ function ui(e) {
3548
3548
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3549
3549
  }
3550
3550
  function Za(e) {
3551
- return cn(e) || e === 47;
3551
+ return ui(e) || e === 47;
3552
3552
  }
3553
3553
  function Ja(e) {
3554
3554
  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;
3555
3555
  }
3556
- function no(e) {
3556
+ function io(e) {
3557
3557
  return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3558
3558
  }
3559
3559
  function qa(e) {
3560
3560
  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;
3561
3561
  }
3562
- function fn(e) {
3562
+ function ci(e) {
3563
3563
  e.forEach(function(t) {
3564
- if (delete t.location, Wi(t) || Xi(t))
3564
+ if (delete t.location, Wn(t) || Xn(t))
3565
3565
  for (var r in t.options)
3566
- delete t.options[r].location, fn(t.options[r].value);
3567
- else Qi(t) && Ji(t.style) || (Vi(t) || $i(t)) && an(t.style) ? delete t.style.location : Zi(t) && fn(t.children);
3566
+ delete t.options[r].location, ci(t.options[r].value);
3567
+ else Qn(t) && Jn(t.style) || (Vn(t) || $n(t)) && oi(t.style) ? delete t.style.location : Zn(t) && ci(t.children);
3568
3568
  });
3569
3569
  }
3570
3570
  function Ya(e, t) {
3571
3571
  t === void 0 && (t = {}), t = I({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3572
3572
  var r = new Xa(e, t).parse();
3573
3573
  if (r.err) {
3574
- var n = SyntaxError(x[r.err.kind]);
3575
- throw n.location = r.err.location, n.originalMessage = r.err.message, n;
3574
+ var i = SyntaxError(x[r.err.kind]);
3575
+ throw i.location = r.err.location, i.originalMessage = r.err.message, i;
3576
3576
  }
3577
- return t != null && t.captureLocation || fn(r.val), r.val;
3577
+ return t != null && t.captureLocation || ci(r.val), r.val;
3578
3578
  }
3579
- var mt;
3579
+ var dt;
3580
3580
  (function(e) {
3581
3581
  e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
3582
- })(mt || (mt = {}));
3582
+ })(dt || (dt = {}));
3583
3583
  var Cr = (
3584
3584
  /** @class */
3585
3585
  function(e) {
3586
3586
  Me(t, e);
3587
- function t(r, n, i) {
3587
+ function t(r, i, n) {
3588
3588
  var o = e.call(this, r) || this;
3589
- return o.code = n, o.originalMessage = i, o;
3589
+ return o.code = i, o.originalMessage = n, o;
3590
3590
  }
3591
3591
  return t.prototype.toString = function() {
3592
3592
  return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
3593
3593
  }, t;
3594
3594
  }(Error)
3595
- ), li = (
3595
+ ), ln = (
3596
3596
  /** @class */
3597
3597
  function(e) {
3598
3598
  Me(t, e);
3599
- function t(r, n, i, o) {
3600
- return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), mt.INVALID_VALUE, o) || this;
3599
+ function t(r, i, n, o) {
3600
+ return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(i, '". Options are "').concat(Object.keys(n).join('", "'), '"'), dt.INVALID_VALUE, o) || this;
3601
3601
  }
3602
3602
  return t;
3603
3603
  }(Cr)
@@ -3605,8 +3605,8 @@ var Cr = (
3605
3605
  /** @class */
3606
3606
  function(e) {
3607
3607
  Me(t, e);
3608
- function t(r, n, i) {
3609
- return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), mt.INVALID_VALUE, i) || this;
3608
+ function t(r, i, n) {
3609
+ return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(i), dt.INVALID_VALUE, n) || this;
3610
3610
  }
3611
3611
  return t;
3612
3612
  }(Cr)
@@ -3614,8 +3614,8 @@ var Cr = (
3614
3614
  /** @class */
3615
3615
  function(e) {
3616
3616
  Me(t, e);
3617
- function t(r, n) {
3618
- return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), mt.MISSING_VALUE, n) || this;
3617
+ function t(r, i) {
3618
+ return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(i, '"'), dt.MISSING_VALUE, i) || this;
3619
3619
  }
3620
3620
  return t;
3621
3621
  }(Cr)
@@ -3625,15 +3625,15 @@ var Cr = (
3625
3625
  })($ || ($ = {}));
3626
3626
  function ts(e) {
3627
3627
  return e.length < 2 ? e : e.reduce(function(t, r) {
3628
- var n = t[t.length - 1];
3629
- return !n || n.type !== $.literal || r.type !== $.literal ? t.push(r) : n.value += r.value, t;
3628
+ var i = t[t.length - 1];
3629
+ return !i || i.type !== $.literal || r.type !== $.literal ? t.push(r) : i.value += r.value, t;
3630
3630
  }, []);
3631
3631
  }
3632
3632
  function rs(e) {
3633
3633
  return typeof e == "function";
3634
3634
  }
3635
- function gr(e, t, r, n, i, o, a) {
3636
- if (e.length === 1 && ti(e[0]))
3635
+ function vr(e, t, r, i, n, o, a) {
3636
+ if (e.length === 1 && en(e[0]))
3637
3637
  return [
3638
3638
  {
3639
3639
  type: $.literal,
@@ -3642,7 +3642,7 @@ function gr(e, t, r, n, i, o, a) {
3642
3642
  ];
3643
3643
  for (var l = [], c = 0, u = e; c < u.length; c++) {
3644
3644
  var h = u[c];
3645
- if (ti(h)) {
3645
+ if (en(h)) {
3646
3646
  l.push({
3647
3647
  type: $.literal,
3648
3648
  value: h.value
@@ -3656,10 +3656,10 @@ function gr(e, t, r, n, i, o, a) {
3656
3656
  });
3657
3657
  continue;
3658
3658
  }
3659
- var d = h.value;
3660
- if (!(i && d in i))
3661
- throw new es(d, a);
3662
- var p = i[d];
3659
+ var m = h.value;
3660
+ if (!(n && m in n))
3661
+ throw new es(m, a);
3662
+ var p = n[m];
3663
3663
  if (Sa(h)) {
3664
3664
  (!p || typeof p == "string" || typeof p == "number") && (p = typeof p == "string" || typeof p == "number" ? String(p) : ""), l.push({
3665
3665
  type: typeof p == "string" ? $.literal : $.object,
@@ -3667,35 +3667,35 @@ function gr(e, t, r, n, i, o, a) {
3667
3667
  });
3668
3668
  continue;
3669
3669
  }
3670
- if (Vi(h)) {
3671
- var _ = typeof h.style == "string" ? n.date[h.style] : an(h.style) ? h.style.parsedOptions : void 0;
3670
+ if (Vn(h)) {
3671
+ var _ = typeof h.style == "string" ? i.date[h.style] : oi(h.style) ? h.style.parsedOptions : void 0;
3672
3672
  l.push({
3673
3673
  type: $.literal,
3674
3674
  value: r.getDateTimeFormat(t, _).format(p)
3675
3675
  });
3676
3676
  continue;
3677
3677
  }
3678
- if ($i(h)) {
3679
- var _ = typeof h.style == "string" ? n.time[h.style] : an(h.style) ? h.style.parsedOptions : n.time.medium;
3678
+ if ($n(h)) {
3679
+ var _ = typeof h.style == "string" ? i.time[h.style] : oi(h.style) ? h.style.parsedOptions : i.time.medium;
3680
3680
  l.push({
3681
3681
  type: $.literal,
3682
3682
  value: r.getDateTimeFormat(t, _).format(p)
3683
3683
  });
3684
3684
  continue;
3685
3685
  }
3686
- if (Qi(h)) {
3687
- var _ = typeof h.style == "string" ? n.number[h.style] : Ji(h.style) ? h.style.parsedOptions : void 0;
3686
+ if (Qn(h)) {
3687
+ var _ = typeof h.style == "string" ? i.number[h.style] : Jn(h.style) ? h.style.parsedOptions : void 0;
3688
3688
  _ && _.scale && (p = p * (_.scale || 1)), l.push({
3689
3689
  type: $.literal,
3690
3690
  value: r.getNumberFormat(t, _).format(p)
3691
3691
  });
3692
3692
  continue;
3693
3693
  }
3694
- if (Zi(h)) {
3695
- var S = h.children, v = h.value, O = i[v];
3694
+ if (Zn(h)) {
3695
+ var S = h.children, g = h.value, O = n[g];
3696
3696
  if (!rs(O))
3697
- throw new Ka(v, "function", a);
3698
- var B = gr(S, t, r, n, i, o), k = O(B.map(function(y) {
3697
+ throw new Ka(g, "function", a);
3698
+ var B = vr(S, t, r, i, n, o), k = O(B.map(function(y) {
3699
3699
  return y.value;
3700
3700
  }));
3701
3701
  Array.isArray(k) || (k = [k]), l.push.apply(l, k.map(function(y) {
@@ -3705,39 +3705,39 @@ function gr(e, t, r, n, i, o, a) {
3705
3705
  };
3706
3706
  }));
3707
3707
  }
3708
- if (Wi(h)) {
3708
+ if (Wn(h)) {
3709
3709
  var R = h.options[p] || h.options.other;
3710
3710
  if (!R)
3711
- throw new li(h.value, p, Object.keys(h.options), a);
3712
- l.push.apply(l, gr(R.value, t, r, n, i));
3711
+ throw new ln(h.value, p, Object.keys(h.options), a);
3712
+ l.push.apply(l, vr(R.value, t, r, i, n));
3713
3713
  continue;
3714
3714
  }
3715
- if (Xi(h)) {
3715
+ if (Xn(h)) {
3716
3716
  var R = h.options["=".concat(p)];
3717
3717
  if (!R) {
3718
3718
  if (!Intl.PluralRules)
3719
3719
  throw new Cr(`Intl.PluralRules is not available in this environment.
3720
3720
  Try polyfilling it using "@formatjs/intl-pluralrules"
3721
- `, mt.MISSING_INTL_API, a);
3721
+ `, dt.MISSING_INTL_API, a);
3722
3722
  var fe = r.getPluralRules(t, { type: h.pluralType }).select(p - (h.offset || 0));
3723
3723
  R = h.options[fe] || h.options.other;
3724
3724
  }
3725
3725
  if (!R)
3726
- throw new li(h.value, p, Object.keys(h.options), a);
3727
- l.push.apply(l, gr(R.value, t, r, n, i, p - (h.offset || 0)));
3726
+ throw new ln(h.value, p, Object.keys(h.options), a);
3727
+ l.push.apply(l, vr(R.value, t, r, i, n, p - (h.offset || 0)));
3728
3728
  continue;
3729
3729
  }
3730
3730
  }
3731
3731
  return ts(l);
3732
3732
  }
3733
- function ns(e, t) {
3734
- return t ? I(I(I({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
3735
- return r[n] = I(I({}, e[n]), t[n] || {}), r;
3733
+ function is(e, t) {
3734
+ return t ? I(I(I({}, e || {}), t || {}), Object.keys(e).reduce(function(r, i) {
3735
+ return r[i] = I(I({}, e[i]), t[i] || {}), r;
3736
3736
  }, {})) : e;
3737
3737
  }
3738
- function is(e, t) {
3739
- return t ? Object.keys(e).reduce(function(r, n) {
3740
- return r[n] = ns(e[n], t[n]), r;
3738
+ function ns(e, t) {
3739
+ return t ? Object.keys(e).reduce(function(r, i) {
3740
+ return r[i] = is(e[i], t[i]), r;
3741
3741
  }, I({}, e)) : e;
3742
3742
  }
3743
3743
  function Jr(e) {
@@ -3761,24 +3761,24 @@ function os(e) {
3761
3761
  pluralRules: {}
3762
3762
  }), {
3763
3763
  getNumberFormat: Wr(function() {
3764
- for (var t, r = [], n = 0; n < arguments.length; n++)
3765
- r[n] = arguments[n];
3764
+ for (var t, r = [], i = 0; i < arguments.length; i++)
3765
+ r[i] = arguments[i];
3766
3766
  return new ((t = Intl.NumberFormat).bind.apply(t, ht([void 0], r, !1)))();
3767
3767
  }, {
3768
3768
  cache: Jr(e.number),
3769
3769
  strategy: Xr.variadic
3770
3770
  }),
3771
3771
  getDateTimeFormat: Wr(function() {
3772
- for (var t, r = [], n = 0; n < arguments.length; n++)
3773
- r[n] = arguments[n];
3772
+ for (var t, r = [], i = 0; i < arguments.length; i++)
3773
+ r[i] = arguments[i];
3774
3774
  return new ((t = Intl.DateTimeFormat).bind.apply(t, ht([void 0], r, !1)))();
3775
3775
  }, {
3776
3776
  cache: Jr(e.dateTime),
3777
3777
  strategy: Xr.variadic
3778
3778
  }),
3779
3779
  getPluralRules: Wr(function() {
3780
- for (var t, r = [], n = 0; n < arguments.length; n++)
3781
- r[n] = arguments[n];
3780
+ for (var t, r = [], i = 0; i < arguments.length; i++)
3781
+ r[i] = arguments[i];
3782
3782
  return new ((t = Intl.PluralRules).bind.apply(t, ht([void 0], r, !1)))();
3783
3783
  }, {
3784
3784
  cache: Jr(e.pluralRules),
@@ -3789,7 +3789,7 @@ function os(e) {
3789
3789
  var as = (
3790
3790
  /** @class */
3791
3791
  function() {
3792
- function e(t, r, n, i) {
3792
+ function e(t, r, i, n) {
3793
3793
  r === void 0 && (r = e.defaultLocale);
3794
3794
  var o = this;
3795
3795
  if (this.formatterCache = {
@@ -3800,12 +3800,12 @@ var as = (
3800
3800
  var u = o.formatToParts(c);
3801
3801
  if (u.length === 1)
3802
3802
  return u[0].value;
3803
- var h = u.reduce(function(d, p) {
3804
- return !d.length || p.type !== $.literal || typeof d[d.length - 1] != "string" ? d.push(p.value) : d[d.length - 1] += p.value, d;
3803
+ var h = u.reduce(function(m, p) {
3804
+ return !m.length || p.type !== $.literal || typeof m[m.length - 1] != "string" ? m.push(p.value) : m[m.length - 1] += p.value, m;
3805
3805
  }, []);
3806
3806
  return h.length <= 1 ? h[0] || "" : h;
3807
3807
  }, this.formatToParts = function(c) {
3808
- return gr(o.ast, o.locales, o.formatters, o.formats, c, void 0, o.message);
3808
+ return vr(o.ast, o.locales, o.formatters, o.formats, c, void 0, o.message);
3809
3809
  }, this.resolvedOptions = function() {
3810
3810
  var c;
3811
3811
  return {
@@ -3816,7 +3816,7 @@ var as = (
3816
3816
  }, this.locales = r, this.resolvedLocale = e.resolveLocale(r), typeof t == "string") {
3817
3817
  if (this.message = t, !e.__parse)
3818
3818
  throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
3819
- var a = i || {};
3819
+ var a = n || {};
3820
3820
  a.formatters;
3821
3821
  var l = Fo(a, ["formatters"]);
3822
3822
  this.ast = e.__parse(t, I(I({}, l), { locale: this.resolvedLocale }));
@@ -3824,7 +3824,7 @@ var as = (
3824
3824
  this.ast = t;
3825
3825
  if (!Array.isArray(this.ast))
3826
3826
  throw new TypeError("A message must be provided as a String or AST.");
3827
- this.formats = is(e.formats, n), this.formatters = i && i.formatters || os(this.formatterCache);
3827
+ this.formats = ns(e.formats, i), this.formatters = n && n.formatters || os(this.formatterCache);
3828
3828
  }
3829
3829
  return Object.defineProperty(e, "defaultLocale", {
3830
3830
  get: function() {
@@ -3904,40 +3904,40 @@ function ss(e, t) {
3904
3904
  if (t in e)
3905
3905
  return e[t];
3906
3906
  const r = t.split(".");
3907
- let n = e;
3908
- for (let i = 0; i < r.length; i++)
3909
- if (typeof n == "object") {
3910
- if (i > 0) {
3911
- const o = r.slice(i, r.length).join(".");
3912
- if (o in n) {
3913
- n = n[o];
3907
+ let i = e;
3908
+ for (let n = 0; n < r.length; n++)
3909
+ if (typeof i == "object") {
3910
+ if (n > 0) {
3911
+ const o = r.slice(n, r.length).join(".");
3912
+ if (o in i) {
3913
+ i = i[o];
3914
3914
  break;
3915
3915
  }
3916
3916
  }
3917
- n = n[r[i]];
3917
+ i = i[r[n]];
3918
3918
  } else
3919
- n = void 0;
3920
- return n;
3919
+ i = void 0;
3920
+ return i;
3921
3921
  }
3922
- const Ue = {}, ls = (e, t, r) => r && (t in Ue || (Ue[t] = {}), e in Ue[t] || (Ue[t][e] = r), r), io = (e, t) => {
3922
+ const Ue = {}, ls = (e, t, r) => r && (t in Ue || (Ue[t] = {}), e in Ue[t] || (Ue[t][e] = r), r), no = (e, t) => {
3923
3923
  if (t == null)
3924
3924
  return;
3925
3925
  if (t in Ue && e in Ue[t])
3926
3926
  return Ue[t][e];
3927
3927
  const r = Br(t);
3928
- for (let n = 0; n < r.length; n++) {
3929
- const i = r[n], o = cs(i, e);
3928
+ for (let i = 0; i < r.length; i++) {
3929
+ const n = r[i], o = cs(n, e);
3930
3930
  if (o)
3931
3931
  return ls(e, t, o);
3932
3932
  }
3933
3933
  };
3934
- let mn;
3934
+ let mi;
3935
3935
  const Ot = Ar({});
3936
3936
  function us(e) {
3937
- return mn[e] || null;
3937
+ return mi[e] || null;
3938
3938
  }
3939
3939
  function oo(e) {
3940
- return e in mn;
3940
+ return e in mi;
3941
3941
  }
3942
3942
  function cs(e, t) {
3943
3943
  if (!oo(e))
@@ -3950,25 +3950,25 @@ function fs(e) {
3950
3950
  return;
3951
3951
  const t = Br(e);
3952
3952
  for (let r = 0; r < t.length; r++) {
3953
- const n = t[r];
3954
- if (oo(n))
3955
- return n;
3953
+ const i = t[r];
3954
+ if (oo(i))
3955
+ return i;
3956
3956
  }
3957
3957
  }
3958
3958
  function ao(e, ...t) {
3959
- delete Ue[e], Ot.update((r) => (r[e] = ma.all([r[e] || {}, ...t]), r));
3959
+ delete Ue[e], Ot.update((r) => (r[e] = da.all([r[e] || {}, ...t]), r));
3960
3960
  }
3961
3961
  bt(
3962
3962
  [Ot],
3963
3963
  ([e]) => Object.keys(e)
3964
3964
  );
3965
- Ot.subscribe((e) => mn = e);
3966
- const vr = {};
3965
+ Ot.subscribe((e) => mi = e);
3966
+ const gr = {};
3967
3967
  function hs(e, t) {
3968
- vr[e].delete(t), vr[e].size === 0 && delete vr[e];
3968
+ gr[e].delete(t), gr[e].size === 0 && delete gr[e];
3969
3969
  }
3970
3970
  function so(e) {
3971
- return vr[e];
3971
+ return gr[e];
3972
3972
  }
3973
3973
  function ps(e) {
3974
3974
  return Br(e).map((t) => {
@@ -3976,7 +3976,7 @@ function ps(e) {
3976
3976
  return [t, r ? [...r] : []];
3977
3977
  }).filter(([, t]) => t.length > 0);
3978
3978
  }
3979
- function hn(e) {
3979
+ function fi(e) {
3980
3980
  return e == null ? !1 : Br(e).some(
3981
3981
  (t) => {
3982
3982
  var r;
@@ -3984,27 +3984,27 @@ function hn(e) {
3984
3984
  }
3985
3985
  );
3986
3986
  }
3987
- function ds(e, t) {
3987
+ function ms(e, t) {
3988
3988
  return Promise.all(
3989
- t.map((n) => (hs(e, n), n().then((i) => i.default || i)))
3990
- ).then((n) => ao(e, ...n));
3989
+ t.map((i) => (hs(e, i), i().then((n) => n.default || n)))
3990
+ ).then((i) => ao(e, ...i));
3991
3991
  }
3992
3992
  const Tt = {};
3993
3993
  function lo(e) {
3994
- if (!hn(e))
3994
+ if (!fi(e))
3995
3995
  return e in Tt ? Tt[e] : Promise.resolve();
3996
3996
  const t = ps(e);
3997
3997
  return Tt[e] = Promise.all(
3998
3998
  t.map(
3999
- ([r, n]) => ds(r, n)
3999
+ ([r, i]) => ms(r, i)
4000
4000
  )
4001
4001
  ).then(() => {
4002
- if (hn(e))
4002
+ if (fi(e))
4003
4003
  return lo(e);
4004
4004
  delete Tt[e];
4005
4005
  }), Tt[e];
4006
4006
  }
4007
- const ms = {
4007
+ const ds = {
4008
4008
  number: {
4009
4009
  scientific: { notation: "scientific" },
4010
4010
  engineering: { notation: "engineering" },
@@ -4036,7 +4036,7 @@ const ms = {
4036
4036
  }, ys = {
4037
4037
  fallbackLocale: null,
4038
4038
  loadingDelay: 200,
4039
- formats: ms,
4039
+ formats: ds,
4040
4040
  warnOnMissingMessages: !0,
4041
4041
  handleMissingMessage: void 0,
4042
4042
  ignoreTag: !0
@@ -4045,31 +4045,31 @@ function yt() {
4045
4045
  return bs;
4046
4046
  }
4047
4047
  const qr = Ar(!1);
4048
- var gs = Object.defineProperty, vs = Object.defineProperties, Es = Object.getOwnPropertyDescriptors, ui = Object.getOwnPropertySymbols, _s = Object.prototype.hasOwnProperty, Ps = Object.prototype.propertyIsEnumerable, ci = (e, t, r) => t in e ? gs(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ss = (e, t) => {
4048
+ var vs = Object.defineProperty, gs = Object.defineProperties, Es = Object.getOwnPropertyDescriptors, un = Object.getOwnPropertySymbols, _s = Object.prototype.hasOwnProperty, Ps = Object.prototype.propertyIsEnumerable, cn = (e, t, r) => t in e ? vs(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ss = (e, t) => {
4049
4049
  for (var r in t || (t = {}))
4050
- _s.call(t, r) && ci(e, r, t[r]);
4051
- if (ui)
4052
- for (var r of ui(t))
4053
- Ps.call(t, r) && ci(e, r, t[r]);
4050
+ _s.call(t, r) && cn(e, r, t[r]);
4051
+ if (un)
4052
+ for (var r of un(t))
4053
+ Ps.call(t, r) && cn(e, r, t[r]);
4054
4054
  return e;
4055
- }, ws = (e, t) => vs(e, Es(t));
4056
- let pn;
4055
+ }, ws = (e, t) => gs(e, Es(t));
4056
+ let hi;
4057
4057
  const Pr = Ar(null);
4058
- function fi(e) {
4059
- return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
4058
+ function fn(e) {
4059
+ return e.split("-").map((t, r, i) => i.slice(0, r + 1).join("-")).reverse();
4060
4060
  }
4061
4061
  function Br(e, t = yt().fallbackLocale) {
4062
- const r = fi(e);
4063
- return t ? [.../* @__PURE__ */ new Set([...r, ...fi(t)])] : r;
4062
+ const r = fn(e);
4063
+ return t ? [.../* @__PURE__ */ new Set([...r, ...fn(t)])] : r;
4064
4064
  }
4065
4065
  function Xe() {
4066
- return pn != null ? pn : void 0;
4066
+ return hi != null ? hi : void 0;
4067
4067
  }
4068
4068
  Pr.subscribe((e) => {
4069
- pn = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
4069
+ hi = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
4070
4070
  });
4071
4071
  const xs = (e) => {
4072
- if (e && fs(e) && hn(e)) {
4072
+ if (e && fs(e) && fi(e)) {
4073
4073
  const { loadingDelay: t } = yt();
4074
4074
  let r;
4075
4075
  return typeof window != "undefined" && Xe() != null && t ? r = window.setTimeout(
@@ -4082,29 +4082,29 @@ const xs = (e) => {
4082
4082
  });
4083
4083
  }
4084
4084
  return Pr.set(e);
4085
- }, gt = ws(Ss({}, Pr), {
4085
+ }, vt = ws(Ss({}, Pr), {
4086
4086
  set: xs
4087
4087
  }), Ir = (e) => {
4088
4088
  const t = /* @__PURE__ */ Object.create(null);
4089
- return (n) => {
4090
- const i = JSON.stringify(n);
4091
- return i in t ? t[i] : t[i] = e(n);
4089
+ return (i) => {
4090
+ const n = JSON.stringify(i);
4091
+ return n in t ? t[n] : t[n] = e(i);
4092
4092
  };
4093
4093
  };
4094
- var As = Object.defineProperty, Sr = Object.getOwnPropertySymbols, uo = Object.prototype.hasOwnProperty, co = Object.prototype.propertyIsEnumerable, hi = (e, t, r) => t in e ? As(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, yn = (e, t) => {
4094
+ var As = Object.defineProperty, Sr = Object.getOwnPropertySymbols, uo = Object.prototype.hasOwnProperty, co = Object.prototype.propertyIsEnumerable, hn = (e, t, r) => t in e ? As(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, di = (e, t) => {
4095
4095
  for (var r in t || (t = {}))
4096
- uo.call(t, r) && hi(e, r, t[r]);
4096
+ uo.call(t, r) && hn(e, r, t[r]);
4097
4097
  if (Sr)
4098
4098
  for (var r of Sr(t))
4099
- co.call(t, r) && hi(e, r, t[r]);
4099
+ co.call(t, r) && hn(e, r, t[r]);
4100
4100
  return e;
4101
- }, vt = (e, t) => {
4101
+ }, gt = (e, t) => {
4102
4102
  var r = {};
4103
- for (var n in e)
4104
- uo.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
4103
+ for (var i in e)
4104
+ uo.call(e, i) && t.indexOf(i) < 0 && (r[i] = e[i]);
4105
4105
  if (e != null && Sr)
4106
- for (var n of Sr(e))
4107
- t.indexOf(n) < 0 && co.call(e, n) && (r[n] = e[n]);
4106
+ for (var i of Sr(e))
4107
+ t.indexOf(i) < 0 && co.call(e, i) && (r[i] = e[i]);
4108
4108
  return r;
4109
4109
  };
4110
4110
  const Mt = (e, t) => {
@@ -4114,55 +4114,55 @@ const Mt = (e, t) => {
4114
4114
  throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
4115
4115
  }, Cs = Ir(
4116
4116
  (e) => {
4117
- var t = e, { locale: r, format: n } = t, i = vt(t, ["locale", "format"]);
4117
+ var t = e, { locale: r, format: i } = t, n = gt(t, ["locale", "format"]);
4118
4118
  if (r == null)
4119
4119
  throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
4120
- return n && (i = Mt("number", n)), new Intl.NumberFormat(r, i);
4120
+ return i && (n = Mt("number", i)), new Intl.NumberFormat(r, n);
4121
4121
  }
4122
4122
  ), Bs = Ir(
4123
4123
  (e) => {
4124
- var t = e, { locale: r, format: n } = t, i = vt(t, ["locale", "format"]);
4124
+ var t = e, { locale: r, format: i } = t, n = gt(t, ["locale", "format"]);
4125
4125
  if (r == null)
4126
4126
  throw new Error('[svelte-i18n] A "locale" must be set to format dates');
4127
- return n ? i = Mt("date", n) : Object.keys(i).length === 0 && (i = Mt("date", "short")), new Intl.DateTimeFormat(r, i);
4127
+ return i ? n = Mt("date", i) : Object.keys(n).length === 0 && (n = Mt("date", "short")), new Intl.DateTimeFormat(r, n);
4128
4128
  }
4129
4129
  ), Is = Ir(
4130
4130
  (e) => {
4131
- var t = e, { locale: r, format: n } = t, i = vt(t, ["locale", "format"]);
4131
+ var t = e, { locale: r, format: i } = t, n = gt(t, ["locale", "format"]);
4132
4132
  if (r == null)
4133
4133
  throw new Error(
4134
4134
  '[svelte-i18n] A "locale" must be set to format time values'
4135
4135
  );
4136
- return n ? i = Mt("time", n) : Object.keys(i).length === 0 && (i = Mt("time", "short")), new Intl.DateTimeFormat(r, i);
4136
+ return i ? n = Mt("time", i) : Object.keys(n).length === 0 && (n = Mt("time", "short")), new Intl.DateTimeFormat(r, n);
4137
4137
  }
4138
4138
  ), Ts = (e = {}) => {
4139
4139
  var t = e, {
4140
4140
  locale: r = Xe()
4141
- } = t, n = vt(t, [
4141
+ } = t, i = gt(t, [
4142
4142
  "locale"
4143
4143
  ]);
4144
- return Cs(yn({ locale: r }, n));
4144
+ return Cs(di({ locale: r }, i));
4145
4145
  }, Ns = (e = {}) => {
4146
4146
  var t = e, {
4147
4147
  locale: r = Xe()
4148
- } = t, n = vt(t, [
4148
+ } = t, i = gt(t, [
4149
4149
  "locale"
4150
4150
  ]);
4151
- return Bs(yn({ locale: r }, n));
4151
+ return Bs(di({ locale: r }, i));
4152
4152
  }, Hs = (e = {}) => {
4153
4153
  var t = e, {
4154
4154
  locale: r = Xe()
4155
- } = t, n = vt(t, [
4155
+ } = t, i = gt(t, [
4156
4156
  "locale"
4157
4157
  ]);
4158
- return Is(yn({ locale: r }, n));
4158
+ return Is(di({ locale: r }, i));
4159
4159
  }, Ms = Ir(
4160
4160
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
4161
4161
  (e, t = Xe()) => new as(e, t, yt().formats, {
4162
4162
  ignoreTag: yt().ignoreTag
4163
4163
  })
4164
4164
  ), Os = (e, t = {}) => {
4165
- var r, n, i, o;
4165
+ var r, i, n, o;
4166
4166
  let a = t;
4167
4167
  typeof e == "object" && (a = e, e = a.id);
4168
4168
  const {
@@ -4174,39 +4174,39 @@ const Mt = (e, t) => {
4174
4174
  throw new Error(
4175
4175
  "[svelte-i18n] Cannot format a message without first setting the initial locale."
4176
4176
  );
4177
- let h = io(e, c);
4177
+ let h = no(e, c);
4178
4178
  if (!h)
4179
- h = (o = (i = (n = (r = yt()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: c, id: e, defaultValue: u })) != null ? i : u) != null ? o : e;
4179
+ h = (o = (n = (i = (r = yt()).handleMissingMessage) == null ? void 0 : i.call(r, { locale: c, id: e, defaultValue: u })) != null ? n : u) != null ? o : e;
4180
4180
  else if (typeof h != "string")
4181
4181
  return console.warn(
4182
4182
  `[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof h}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
4183
4183
  ), h;
4184
4184
  if (!l)
4185
4185
  return h;
4186
- let d = h;
4186
+ let m = h;
4187
4187
  try {
4188
- d = Ms(h, c).format(l);
4188
+ m = Ms(h, c).format(l);
4189
4189
  } catch (p) {
4190
4190
  p instanceof Error && console.warn(
4191
4191
  `[svelte-i18n] Message "${e}" has syntax error:`,
4192
4192
  p.message
4193
4193
  );
4194
4194
  }
4195
- return d;
4196
- }, Ds = (e, t) => Hs(t).format(e), ks = (e, t) => Ns(t).format(e), Ls = (e, t) => Ts(t).format(e), Fs = (e, t = Xe()) => io(e, t), Rs = bt([gt, Ot], () => Os);
4197
- bt([gt], () => Ds);
4198
- bt([gt], () => ks);
4199
- bt([gt], () => Ls);
4200
- bt([gt, Ot], () => Fs);
4195
+ return m;
4196
+ }, Ds = (e, t) => Hs(t).format(e), ks = (e, t) => Ns(t).format(e), Ls = (e, t) => Ts(t).format(e), Fs = (e, t = Xe()) => no(e, t), Rs = bt([vt, Ot], () => Os);
4197
+ bt([vt], () => Ds);
4198
+ bt([vt], () => ks);
4199
+ bt([vt], () => Ls);
4200
+ bt([vt, Ot], () => Fs);
4201
4201
  window.emWidgets = { topic: Yo };
4202
4202
  const Us = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
4203
- function pi(e, t) {
4203
+ function pn(e, t) {
4204
4204
  ao(e, t);
4205
4205
  }
4206
4206
  function js(e) {
4207
- gt.set(e);
4207
+ vt.set(e);
4208
4208
  }
4209
- const di = {
4209
+ const mn = {
4210
4210
  en: {
4211
4211
  titleProfileInfo: "Profile Info",
4212
4212
  personalDetails: "Personal Details",
@@ -4633,30 +4633,30 @@ const di = {
4633
4633
  }
4634
4634
  };
4635
4635
  function Gs(e) {
4636
- vo(e, "svelte-vpzxpi", `button{font-family:var(--emw--button-typography)}input,select,option{font-family:inherit}.MyAccountCategoryTitle{font-size:var(--emw--font-size-x-large, 26px);color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));font-weight:var(--emw--font-weight-semibold, 500)}.MyAccountCategoryTitleMobile{font-size:var(--emw--size-standard, 16px);color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.MyAccountCategoryTitleNone{display:none}.PlayerInfoWrapper{color:var(--emw--pam-typography, var(--emw--color-contrast, #07072A));background:var(--emw--color-pale, var(--emw--color-gray-50, #F1F1F1));padding:50px;height:100%;border-radius:20px}.PlayerNotificationsHeader h3,.PlayerDetailsHeader h3,.PlayerLocationHeader h3{font-size:var(--emw--size-standard, 16px);color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));text-transform:capitalize;font-weight:var(--emw--font-weight-semibold, 500)}.PlayerDetailsContent{display:grid;grid-column-gap:50px;grid-row-gap:24px;grid-template-rows:auto;grid-template-columns:1fr 1fr;padding-bottom:30px}.MenuReturnButton{color:var(--emw--color-gray-300, #58586B);display:inline-flex;align-items:center;column-gap:10px;margin-bottom:10px}.PlayerInfoBox{display:flex;flex-direction:column}.PlayerInfoBox label{font-size:var(--emw--size-small, 14px);font-weight:var(--emw--font-weight-semibold, 500);margin-bottom:10px}.PlayerInfoBox input{font-size:var(--emw--size-small, 14px);font-weight:var(--emw--font-weight-light, 300);color:var(--emw--pam-contrast, var(--emw--color-contrast, #07072A));padding:10px;line-height:16px;background:var(--emw--color-white, #FFFFFF);outline:none;transition-duration:0.3s;border:1px solid var(--emw--color-gray-100, #353535);border-radius:10px}.PlayerInfoBox input:focus,.PlayerInfoBox input :focus-within,.PlayerInfoBox input :focus-visible,.PlayerInfoBox input :visited{border:1px solid var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));box-shadow:0 0 0 1pt var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.PlayerInfoBox.InvalidField input{border:1px solid var(--emw--color-error, var(--emw--color-red, #FD2839));background:var(--emw--color-pale, #FBECF4);color:var(--emw--color-error, var(--emw--color-red, #FD2839))}.PlayerInfoBox .InvalidInput{color:var(--emw--color-error, var(--emw--color-red, #FD2839));font-size:10px;line-height:10px}.PlayerInfoBox .FieldDisabled{opacity:0.5}.PlayerInfoBox .PlayerPhoneNumber{display:grid;grid-template-columns:2fr 4fr;column-gap:10px;position:relative}.PlayerInfoBox select{font-size:var(--emw--size-small, 14px);font-weight:var(--emw--font-weight-light, 300);padding:10px;color:var(--emw--pam-contrast, var(--emw--color-contrast, #07072A));border:1px solid var(--emw--color-gray-100, #353535);border-radius:10px;outline:none;transition-duration:0.3s;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat var(--emw--color-white, #FFFFFF);background-position:calc(100% - 0.75rem) center}.PlayerInfoBox select:focus,.PlayerInfoBox select :focus-within,.PlayerInfoBox select :focus-visible,.PlayerInfoBox select :visited{border:1px solid var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));box-shadow:0 0 0 1pt var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.PlayerInfoBox input::-webkit-outer-spin-button,.PlayerInfoBox input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.PlayerInfoBox input[type=number]{-moz-appearance:textfield;appearance:textfield}.PlayerLocationContent{display:grid;grid-column-gap:50px;grid-row-gap:24px;grid-template-rows:auto;grid-template-columns:1fr 1fr;padding-bottom:30px}.PlayerNotificationBox{margin-top:5px;margin-bottom:5px}.PlayerNotificationBox label{display:inline-flex;position:relative;align-items:center}.PlayerNotificationBox label span{font-size:var(--emw--size-small, 14px);font-weight:var(--emw--font-weight-light, 300)}.PlayerNotificationBox label input{height:20px;width:20px;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;appearance:none;border-radius:50px;outline:none;transition-duration:0.3s;background-color:var(--emw--color-gray-100, #E6E6E6);cursor:pointer;margin-right:10px}.PlayerNotificationBox label input:checked{background-color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.PlayerNotificationBox label .Checkmark{left:10px;top:7px;width:4px;height:8px;border:solid var(--emw--color-white, #FFFFFF);border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);position:absolute}.PlayerDetailsButtonsArea{grid-column-gap:10px;grid-template-rows:auto;grid-template-columns:1fr;margin-top:20px;width:50%}.PlayerDetailsButtonsArea .PlayerDetailsSaveButton,.PlayerDetailsButtonsArea .PlayerDetailsCancelButton{cursor:pointer;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:var(--emw--size-standard, 16px);color:var(--emw--pam-contrast, var(--emw--color-contrast, #07072A));text-transform:uppercase;transition-duration:0.3s;box-sizing:border-box;max-width:400px;min-width:200px}.PlayerDetailsButtonsArea .PlayerDetailsSaveButton{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);color:var(--emw--button-text-color, #FFFFFF);border-radius:var(--emw--button-border-radius, 50px);max-width:400px;min-width:200px;padding:13px 0;width:100%}.PlayerDetailsButtonsArea .PlayerDetailsSaveButton:active{background:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.PlayerDetailsButtonsArea .PlayerDetailsSaveButton.PlayerButtonDisabled{opacity:0.3;cursor:not-allowed}.PlayerDetailsButtonsArea .PlayerDetailsCancelButton{background:transparent;border:1px solid var(--emw--color-gray-300, #58586B)}.PlayerDetailsButtonsArea .PlayerDetailsCancelButton:active{background:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.PlayerDetailsButtonsArea .PlayerDetailsCancelButton.PlayerButtonDisabled{background:transparent;border:1px solid var(--emw--color-gray-300, #58586B);cursor:not-allowed;opacity:0.6}.PlayerDetailsButtonsArea.PlayerDetailsButtonsAreaMobile{width:100%;grid-template-columns:1fr 1fr}.PlayerDetailsButtonsArea.PlayerDetailsButtonsAreaMobile .PlayerDetailsSaveButton,.PlayerDetailsButtonsArea.PlayerDetailsButtonsAreaMobile .PlayerDetailsCancelButton{height:40px;font-size:var(--emw--size-x-small, 12px)}.PlayerNotificationsCheckboxArea{padding-bottom:30px}.PlayerInfoWrapperMobile{padding:20px 15px;background:var(--emw--color-gray-50, #F9F8F8);max-width:unset;border-radius:0}.PlayerInfoWrapperMobile .PlayerDetailsContent{grid-template-columns:1fr}.PlayerInfoWrapperMobile .PlayerNotificationsHeader h3,.PlayerInfoWrapperMobile .PlayerDetailsHeader h3,.PlayerInfoWrapperMobile .PlayerLocationHeader h3{color:ar(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));font-size:var(--emw--size-small, 14px);font-weight:var(--emw--font-weight-semibold, 500)}.PlayerInfoWrapperMobile .PlayerInfoBox label{color:var(--emw--color-gray-300, #58586B);font-size:var(--emw--size-x-small, 12px);font-weight:var(--emw--font-weight-normal, 400)}.PlayerInfoWrapperMobile .PlayerInfoBox input{color:var(--emw--color-gray-300, #58586B);font-size:var(--emw--size-x-small, 12px);font-weight:var(--emw--font-weight-light, 300)}.PlayerInfoWrapperMobile .PlayerInfoBox select{color:var(--emw--color-gray-300, #58586B)}.PlayerInfoWrapperMobile .PlayerLocationContent{grid-template-columns:1fr}.PlayerInfoWrapperMobile .PlayerNotificationsCheckboxArea .PlayerNotificationBox label{color:var(--emw--pam-typography, var(--emw--color-contrast, #07072A));font-size:var(--emw--size-x-small, 12px);font-weight:var(--emw--font-weight-light, 300)}.PlayerInfoWrapperMobile .PlayerDetailsButtonsArea{grid-column-gap:10px}.PlayerInfoWrapperMobile .PlayerDetailsSaveButton,.PlayerInfoWrapperMobile .PlayerDetailsCancelButton{font-size:var(--emw--size-x-small, 12px);height:40px;color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF))}.PlayerInfoWrapperMobile .PlayerDetailsSaveButton.PlayerButtonDisabled,.PlayerInfoWrapperMobile .PlayerDetailsCancelButton.PlayerButtonDisabled{color:var(--emw--color-gray-300, #58586B)}.PlayerInfoWrapperMobile .PlayerDetailsCancelButton{color:var(--emw--color-gray-300, #58586B)}.PlayerInfoWrapperTablet{padding:40px 25% 40px 25%}.PlayerInfoWrapperTablet .PlayerDetailsContent{grid-row-gap:20px}.PlayerInfoWrapperTablet .MenuReturnButton{margin-bottom:30px}.PlayerInfoWrapperTablet .MenuReturnButton span{font-size:var(--emw--font-size-large, 20px)}.PlayerInfoWrapperTablet .PlayerDetailsHeader h3,.PlayerInfoWrapperTablet .PlayerLocationHeader h3,.PlayerInfoWrapperTablet .PlayerNotificationsHeader h3{font-size:24px}.PlayerInfoWrapperTablet .PlayerInfoBox label{font-size:var(--emw--font-size-large, 20px)}.PlayerInfoWrapperTablet .PlayerInfoBox input{height:30px;font-size:var(--emw--font-size-large, 20px);line-height:30px}.PlayerInfoWrapperTablet .PlayerInfoBox select{font-size:var(--emw--font-size-large, 20px)}.PlayerInfoWrapperTablet .PlayerInfoBox .TogglePasswordVisibility{width:30px;top:26px}.PlayerInfoWrapperTablet .PlayerInfoBox .InvalidInput{font-size:var(--emw--size-standard, 16px);bottom:-50px}.PlayerInfoWrapperTablet .PlayerInfoBox:last-child .InvalidInput{font-size:var(--emw--size-standard, 16px);bottom:-50px}.PlayerInfoWrapperTablet .PlayerDetailsButtonsArea{font-family:var(--emw--button-typography);grid-column-gap:40px}.PlayerInfoWrapperTablet .PlayerDetailsButtonsArea .PlayerDetailsSaveButton,.PlayerInfoWrapperTablet .PlayerDetailsButtonsArea .PlayerDetailsCancelButton{font-size:var(--emw--font-size-large, 20px);height:56px}.PlayerInfoWrapperTablet .PlayerDetailsButtonsArea .PlayerDetailsSaveButton{color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF))}.PlayerInfoWrapperTablet .PlayerDetailsButtonsArea .PlayerDetailsSaveButton.PlayerButtonDisabled{color:var(--emw--color-gray-300, #58586B)}.PlayerInfoWrapperTablet .PlayerNotificationBox label span{font-size:var(--emw--font-size-large, 20px)}.PlayerInfoWrapperTablet .PlayerNotificationBox label input{height:26px;width:26px}.PlayerInfoWrapperTablet .PlayerNotificationBox label .Checkmark{left:50px;top:9px}.PlayerDetailsConfirmSave{background:var(--emw--color-valid, var(--emw--color-green, #48952a));color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));padding:16px;border-radius:5px;margin-top:16px}.PlayerDetailsConfirmSave .PlayerDetailsConfirmSaveText{padding:0;margin:0}`);
4636
+ go(e, "svelte-vpzxpi", `button{font-family:var(--emw--button-typography)}input,select,option{font-family:inherit}.MyAccountCategoryTitle{font-size:var(--emw--font-size-x-large, 26px);color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));font-weight:var(--emw--font-weight-semibold, 500)}.MyAccountCategoryTitleMobile{font-size:var(--emw--size-standard, 16px);color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.MyAccountCategoryTitleNone{display:none}.PlayerInfoWrapper{color:var(--emw--pam-typography, var(--emw--color-contrast, #07072A));background:var(--emw--color-pale, var(--emw--color-gray-50, #F1F1F1));padding:50px;height:100%;border-radius:20px}.PlayerNotificationsHeader h3,.PlayerDetailsHeader h3,.PlayerLocationHeader h3{font-size:var(--emw--size-standard, 16px);color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));text-transform:capitalize;font-weight:var(--emw--font-weight-semibold, 500)}.PlayerDetailsContent{display:grid;grid-column-gap:50px;grid-row-gap:24px;grid-template-rows:auto;grid-template-columns:1fr 1fr;padding-bottom:30px}.MenuReturnButton{color:var(--emw--color-gray-300, #58586B);display:inline-flex;align-items:center;column-gap:10px;margin-bottom:10px}.PlayerInfoBox{display:flex;flex-direction:column}.PlayerInfoBox label{font-size:var(--emw--size-small, 14px);font-weight:var(--emw--font-weight-semibold, 500);margin-bottom:10px}.PlayerInfoBox input{font-size:var(--emw--size-small, 14px);font-weight:var(--emw--font-weight-light, 300);color:var(--emw--pam-contrast, var(--emw--color-contrast, #07072A));padding:10px;line-height:16px;background:var(--emw--color-white, #FFFFFF);outline:none;transition-duration:0.3s;border:1px solid var(--emw--color-gray-100, #353535);border-radius:10px}.PlayerInfoBox input:focus,.PlayerInfoBox input :focus-within,.PlayerInfoBox input :focus-visible,.PlayerInfoBox input :visited{border:1px solid var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));box-shadow:0 0 0 1pt var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.PlayerInfoBox.InvalidField input{border:1px solid var(--emw--color-error, var(--emw--color-red, #FD2839));background:var(--emw--color-pale, #FBECF4);color:var(--emw--color-error, var(--emw--color-red, #FD2839))}.PlayerInfoBox .InvalidInput{color:var(--emw--color-error, var(--emw--color-red, #FD2839));font-size:10px;line-height:10px}.PlayerInfoBox .FieldDisabled{opacity:0.5}.PlayerInfoBox .PlayerPhoneNumber{display:grid;grid-template-columns:2fr 4fr;column-gap:10px;position:relative}.PlayerInfoBox select{font-size:var(--emw--size-small, 14px);font-weight:var(--emw--font-weight-light, 300);padding:10px;color:var(--emw--pam-contrast, var(--emw--color-contrast, #07072A));border:1px solid var(--emw--color-gray-100, #353535);border-radius:10px;outline:none;transition-duration:0.3s;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat var(--emw--color-white, #FFFFFF);background-position:calc(100% - 0.75rem) center}.PlayerInfoBox select:focus,.PlayerInfoBox select :focus-within,.PlayerInfoBox select :focus-visible,.PlayerInfoBox select :visited{border:1px solid var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));box-shadow:0 0 0 1pt var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.PlayerInfoBox input::-webkit-outer-spin-button,.PlayerInfoBox input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.PlayerInfoBox input[type=number]{-moz-appearance:textfield;appearance:textfield}.PlayerLocationContent{display:grid;grid-column-gap:50px;grid-row-gap:24px;grid-template-rows:auto;grid-template-columns:1fr 1fr;padding-bottom:30px}.PlayerNotificationBox{margin-top:5px;margin-bottom:5px}.PlayerNotificationBox label{display:inline-flex;position:relative;align-items:center}.PlayerNotificationBox label span{font-size:var(--emw--size-small, 14px);font-weight:var(--emw--font-weight-light, 300)}.PlayerNotificationBox label input{height:20px;width:20px;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;appearance:none;border-radius:50px;outline:none;transition-duration:0.3s;background-color:var(--emw--color-gray-100, #E6E6E6);cursor:pointer;margin-right:10px}.PlayerNotificationBox label input:checked{background-color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.PlayerNotificationBox label .Checkmark{left:10px;top:7px;width:4px;height:8px;border:solid var(--emw--color-white, #FFFFFF);border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);position:absolute}.PlayerDetailsButtonsArea{grid-column-gap:10px;grid-template-rows:auto;grid-template-columns:1fr;margin-top:20px;width:50%}.PlayerDetailsButtonsArea .PlayerDetailsSaveButton,.PlayerDetailsButtonsArea .PlayerDetailsCancelButton{cursor:pointer;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:var(--emw--size-standard, 16px);color:var(--emw--pam-contrast, var(--emw--color-contrast, #07072A));text-transform:uppercase;transition-duration:0.3s;box-sizing:border-box;max-width:400px;min-width:200px}.PlayerDetailsButtonsArea .PlayerDetailsSaveButton{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);color:var(--emw--button-text-color, #FFFFFF);border-radius:var(--emw--button-border-radius, 50px);max-width:400px;min-width:200px;padding:13px 0;width:100%}.PlayerDetailsButtonsArea .PlayerDetailsSaveButton:active{background:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.PlayerDetailsButtonsArea .PlayerDetailsSaveButton.PlayerButtonDisabled{opacity:0.3;cursor:not-allowed}.PlayerDetailsButtonsArea .PlayerDetailsCancelButton{background:transparent;border:1px solid var(--emw--color-gray-300, #58586B)}.PlayerDetailsButtonsArea .PlayerDetailsCancelButton:active{background:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.PlayerDetailsButtonsArea .PlayerDetailsCancelButton.PlayerButtonDisabled{background:transparent;border:1px solid var(--emw--color-gray-300, #58586B);cursor:not-allowed;opacity:0.6}.PlayerDetailsButtonsArea.PlayerDetailsButtonsAreaMobile{width:100%;grid-template-columns:1fr 1fr}.PlayerDetailsButtonsArea.PlayerDetailsButtonsAreaMobile .PlayerDetailsSaveButton,.PlayerDetailsButtonsArea.PlayerDetailsButtonsAreaMobile .PlayerDetailsCancelButton{height:40px;font-size:var(--emw--size-x-small, 12px)}.PlayerNotificationsCheckboxArea{padding-bottom:30px}.PlayerInfoWrapperMobile{padding:20px 15px;background:var(--emw--color-gray-50, #F9F8F8);max-width:unset;border-radius:0}.PlayerInfoWrapperMobile .PlayerDetailsContent{grid-template-columns:1fr}.PlayerInfoWrapperMobile .PlayerNotificationsHeader h3,.PlayerInfoWrapperMobile .PlayerDetailsHeader h3,.PlayerInfoWrapperMobile .PlayerLocationHeader h3{color:ar(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));font-size:var(--emw--size-small, 14px);font-weight:var(--emw--font-weight-semibold, 500)}.PlayerInfoWrapperMobile .PlayerInfoBox label{color:var(--emw--color-gray-300, #58586B);font-size:var(--emw--size-x-small, 12px);font-weight:var(--emw--font-weight-normal, 400)}.PlayerInfoWrapperMobile .PlayerInfoBox input{color:var(--emw--color-gray-300, #58586B);font-size:var(--emw--size-x-small, 12px);font-weight:var(--emw--font-weight-light, 300)}.PlayerInfoWrapperMobile .PlayerInfoBox select{color:var(--emw--color-gray-300, #58586B)}.PlayerInfoWrapperMobile .PlayerLocationContent{grid-template-columns:1fr}.PlayerInfoWrapperMobile .PlayerNotificationsCheckboxArea .PlayerNotificationBox label{color:var(--emw--pam-typography, var(--emw--color-contrast, #07072A));font-size:var(--emw--size-x-small, 12px);font-weight:var(--emw--font-weight-light, 300)}.PlayerInfoWrapperMobile .PlayerDetailsButtonsArea{grid-column-gap:10px}.PlayerInfoWrapperMobile .PlayerDetailsSaveButton,.PlayerInfoWrapperMobile .PlayerDetailsCancelButton{font-size:var(--emw--size-x-small, 12px);height:40px;color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF))}.PlayerInfoWrapperMobile .PlayerDetailsSaveButton.PlayerButtonDisabled,.PlayerInfoWrapperMobile .PlayerDetailsCancelButton.PlayerButtonDisabled{color:var(--emw--color-gray-300, #58586B)}.PlayerInfoWrapperMobile .PlayerDetailsCancelButton{color:var(--emw--color-gray-300, #58586B)}.PlayerInfoWrapperTablet{padding:40px 25% 40px 25%}.PlayerInfoWrapperTablet .PlayerDetailsContent{grid-row-gap:20px}.PlayerInfoWrapperTablet .MenuReturnButton{margin-bottom:30px}.PlayerInfoWrapperTablet .MenuReturnButton span{font-size:var(--emw--font-size-large, 20px)}.PlayerInfoWrapperTablet .PlayerDetailsHeader h3,.PlayerInfoWrapperTablet .PlayerLocationHeader h3,.PlayerInfoWrapperTablet .PlayerNotificationsHeader h3{font-size:24px}.PlayerInfoWrapperTablet .PlayerInfoBox label{font-size:var(--emw--font-size-large, 20px)}.PlayerInfoWrapperTablet .PlayerInfoBox input{height:30px;font-size:var(--emw--font-size-large, 20px);line-height:30px}.PlayerInfoWrapperTablet .PlayerInfoBox select{font-size:var(--emw--font-size-large, 20px)}.PlayerInfoWrapperTablet .PlayerInfoBox .TogglePasswordVisibility{width:30px;top:26px}.PlayerInfoWrapperTablet .PlayerInfoBox .InvalidInput{font-size:var(--emw--size-standard, 16px);bottom:-50px}.PlayerInfoWrapperTablet .PlayerInfoBox:last-child .InvalidInput{font-size:var(--emw--size-standard, 16px);bottom:-50px}.PlayerInfoWrapperTablet .PlayerDetailsButtonsArea{font-family:var(--emw--button-typography);grid-column-gap:40px}.PlayerInfoWrapperTablet .PlayerDetailsButtonsArea .PlayerDetailsSaveButton,.PlayerInfoWrapperTablet .PlayerDetailsButtonsArea .PlayerDetailsCancelButton{font-size:var(--emw--font-size-large, 20px);height:56px}.PlayerInfoWrapperTablet .PlayerDetailsButtonsArea .PlayerDetailsSaveButton{color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF))}.PlayerInfoWrapperTablet .PlayerDetailsButtonsArea .PlayerDetailsSaveButton.PlayerButtonDisabled{color:var(--emw--color-gray-300, #58586B)}.PlayerInfoWrapperTablet .PlayerNotificationBox label span{font-size:var(--emw--font-size-large, 20px)}.PlayerInfoWrapperTablet .PlayerNotificationBox label input{height:26px;width:26px}.PlayerInfoWrapperTablet .PlayerNotificationBox label .Checkmark{left:50px;top:9px}.PlayerDetailsConfirmSave{background:var(--emw--color-valid, var(--emw--color-green, #48952a));color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));padding:16px;border-radius:5px;margin-top:16px}.PlayerDetailsConfirmSave .PlayerDetailsConfirmSaveText{padding:0;margin:0}`);
4637
4637
  }
4638
- function mi(e, t, r) {
4639
- const n = e.slice();
4640
- return n[63] = t[r], n[64] = t, n[65] = r, n;
4638
+ function dn(e, t, r) {
4639
+ const i = e.slice();
4640
+ return i[63] = t[r], i[64] = t, i[65] = r, i;
4641
4641
  }
4642
- function yi(e, t, r) {
4643
- const n = e.slice();
4644
- return n[66] = t[r], n;
4642
+ function yn(e, t, r) {
4643
+ const i = e.slice();
4644
+ return i[66] = t[r], i;
4645
4645
  }
4646
4646
  function zs(e) {
4647
- let t, r, n, i = (
4647
+ let t, r, i, n = (
4648
4648
  /*$_*/
4649
4649
  e[15]("titleProfileInfo") + ""
4650
4650
  ), o, a, l, c, u = (
4651
4651
  /*$_*/
4652
4652
  e[15]("personalDetails") + ""
4653
- ), h, d, p, _, S, v = (
4653
+ ), h, m, p, _, S, g = (
4654
4654
  /*$_*/
4655
4655
  e[15]("userName") + ""
4656
4656
  ), O, B, k, R, fe, y, A, xe = (
4657
4657
  /*$_*/
4658
4658
  e[15]("userPhone") + ""
4659
- ), Ae, Ge, oe, W, ze, z, Oe, me, Qe, X, Ce, Ze = (
4659
+ ), Ae, Ge, oe, W, ze, z, Oe, de, Qe, X, Ce, Ze = (
4660
4660
  /*custominputtextswitch*/
4661
4661
  (e[0] == "true" ? (
4662
4662
  /*$_*/
@@ -4683,37 +4683,37 @@ function zs(e) {
4683
4683
  ), P, H, N, Z, pe, j, Gt, zt = (
4684
4684
  /*$_*/
4685
4685
  e[15]("firstName") + ""
4686
- ), Tr, bn, Be, xt, gn, tt, Qt, Vt = (
4686
+ ), Tr, yi, Be, xt, bi, tt, Qt, Vt = (
4687
4687
  /*$_*/
4688
4688
  e[15]("lastName") + ""
4689
- ), Nr, vn, Ie, At, En, rt, $t, Wt = (
4689
+ ), Nr, vi, Ie, At, gi, rt, $t, Wt = (
4690
4690
  /*$_*/
4691
4691
  e[15]("userTitle") + ""
4692
- ), Hr, _n, Te, Ct, Pn, nt, Xt, Zt = (
4692
+ ), Hr, Ei, Te, Ct, _i, it, Xt, Zt = (
4693
4693
  /*$_*/
4694
4694
  e[15]("currency") + ""
4695
- ), Mr, Sn, Ne, Bt, wn, xn, Jt, Or, qt = (
4695
+ ), Mr, Pi, Ne, Bt, Si, wi, Jt, Or, qt = (
4696
4696
  /*$_*/
4697
4697
  e[15]("locationDetails") + ""
4698
- ), Dr, An, be, it, Yt, Kt = (
4698
+ ), Dr, xi, be, nt, Yt, Kt = (
4699
4699
  /*$_*/
4700
4700
  e[15]("userCountry") + ""
4701
- ), kr, Cn, de, It, er, Bn, ge, tr, rr = (
4701
+ ), kr, Ai, me, It, er, Ci, ve, tr, rr = (
4702
4702
  /*$_*/
4703
4703
  e[15]("userCity") + ""
4704
- ), Lr, In, ve, Tn, nr, Nn, Ee, ir, or = (
4704
+ ), Lr, Bi, ge, Ii, ir, Ti, Ee, nr, or = (
4705
4705
  /*$_*/
4706
4706
  e[15]("userAddress") + ""
4707
- ), Fr, Hn, _e, Mn, ar, On, Pe, sr, lr = (
4707
+ ), Fr, Ni, _e, Hi, ar, Mi, Pe, sr, lr = (
4708
4708
  /*$_*/
4709
4709
  e[15]("userPostalCode") + ""
4710
- ), Rr, Dn, Se, kn, ur, Ln, Ur = Object.keys(
4710
+ ), Rr, Oi, Se, Di, ur, ki, Ur = Object.keys(
4711
4711
  /*updatedEditableValues*/
4712
4712
  e[4].consents
4713
4713
  ).length > 0, jr, cr, ot, fr = (
4714
4714
  /*$_*/
4715
4715
  e[15]("userProfileSaveChanges") + ""
4716
- ), Gr, hr, Fn, zr, Rn, We = (
4716
+ ), Gr, hr, Li, zr, Fi, We = (
4717
4717
  /*isMobile*/
4718
4718
  e[16] && Vs(e)
4719
4719
  ), at = _r(
@@ -4721,26 +4721,26 @@ function zs(e) {
4721
4721
  e[3]
4722
4722
  ), Q = [];
4723
4723
  for (let V = 0; V < at.length; V += 1)
4724
- Q[V] = bi(yi(e, at, V));
4724
+ Q[V] = bn(yn(e, at, V));
4725
4725
  let J = !/*isMobileValid*/
4726
- e[13] && gi(e), q = !/*isSecurityQuestionValid*/
4727
- e[11] && vi(e), Y = !/*isSecurityAnswerValid*/
4728
- e[12] && Ei(e), K = (
4726
+ e[13] && vn(e), q = !/*isSecurityQuestionValid*/
4727
+ e[11] && gn(e), Y = !/*isSecurityAnswerValid*/
4728
+ e[12] && En(e), K = (
4729
4729
  /*readOnlyValues*/
4730
- e[5].iban && _i(e)
4730
+ e[5].iban && _n(e)
4731
4731
  ), ee = !/*isCityValid*/
4732
- e[8] && Pi(e), te = !/*isAddressValid*/
4733
- e[10] && Si(e), re = !/*isPostalCodeValid*/
4734
- e[9] && wi(e), ne = Ur && xi(e), ie = (
4732
+ e[8] && Pn(e), te = !/*isAddressValid*/
4733
+ e[10] && Sn(e), re = !/*isPostalCodeValid*/
4734
+ e[9] && wn(e), ie = Ur && xn(e), ne = (
4735
4735
  /*showConfirmSave*/
4736
- e[14] && Bi(e)
4736
+ e[14] && Bn(e)
4737
4737
  );
4738
4738
  return {
4739
4739
  c() {
4740
- t = m("form"), We && We.c(), r = E(), n = m("h2"), o = w(i), a = E(), l = m("div"), c = m("h3"), h = w(u), d = E(), p = m("section"), _ = m("div"), S = m("p"), O = w(v), B = E(), k = m("input"), fe = E(), y = m("div"), A = m("p"), Ae = w(xe), Ge = E(), oe = m("div"), W = m("select");
4740
+ t = d("form"), We && We.c(), r = E(), i = d("h2"), o = w(n), a = E(), l = d("div"), c = d("h3"), h = w(u), m = E(), p = d("section"), _ = d("div"), S = d("p"), O = w(g), B = E(), k = d("input"), fe = E(), y = d("div"), A = d("p"), Ae = w(xe), Ge = E(), oe = d("div"), W = d("select");
4741
4741
  for (let V = 0; V < Q.length; V += 1)
4742
4742
  Q[V].c();
4743
- ze = E(), z = m("input"), Oe = E(), J && J.c(), Qe = E(), X = m("div"), Ce = m("label"), ye = w(Ze), Dt = w(":"), De = m("span"), De.textContent = "*", Et = E(), ae = m("input"), kt = E(), q && q.c(), _t = E(), se = m("div"), ke = m("label"), Pt = w(Ve), Lt = w(":"), Le = m("span"), Le.textContent = "*", St = E(), le = m("input"), Ft = E(), Y && Y.c(), Rt = E(), Fe = m("div"), Ye = m("label"), wt = w(Ke), Ut = E(), he = m("input"), jt = E(), Re = m("div"), et = m("label"), P = w(b), H = E(), N = m("input"), pe = E(), j = m("div"), Gt = m("label"), Tr = w(zt), bn = E(), Be = m("input"), gn = E(), tt = m("div"), Qt = m("label"), Nr = w(Vt), vn = E(), Ie = m("input"), En = E(), rt = m("div"), $t = m("label"), Hr = w(Wt), _n = E(), Te = m("input"), Pn = E(), nt = m("div"), Xt = m("label"), Mr = w(Zt), Sn = E(), Ne = m("input"), wn = E(), K && K.c(), xn = E(), Jt = m("div"), Or = m("h3"), Dr = w(qt), An = E(), be = m("section"), it = m("div"), Yt = m("label"), kr = w(Kt), Cn = E(), de = m("input"), Bn = E(), ge = m("div"), tr = m("label"), Lr = w(rr), In = E(), ve = m("input"), Tn = E(), ee && ee.c(), Nn = E(), Ee = m("div"), ir = m("label"), Fr = w(or), Hn = E(), _e = m("input"), Mn = E(), te && te.c(), On = E(), Pe = m("div"), sr = m("label"), Rr = w(lr), Dn = E(), Se = m("input"), kn = E(), re && re.c(), Ln = E(), ne && ne.c(), jr = E(), cr = m("section"), ot = m("button"), Gr = w(fr), Fn = E(), ie && ie.c(), f(n, "class", "MyAccountCategoryTitle " + /*isMobile*/
4743
+ ze = E(), z = d("input"), Oe = E(), J && J.c(), Qe = E(), X = d("div"), Ce = d("label"), ye = w(Ze), Dt = w(":"), De = d("span"), De.textContent = "*", Et = E(), ae = d("input"), kt = E(), q && q.c(), _t = E(), se = d("div"), ke = d("label"), Pt = w(Ve), Lt = w(":"), Le = d("span"), Le.textContent = "*", St = E(), le = d("input"), Ft = E(), Y && Y.c(), Rt = E(), Fe = d("div"), Ye = d("label"), wt = w(Ke), Ut = E(), he = d("input"), jt = E(), Re = d("div"), et = d("label"), P = w(b), H = E(), N = d("input"), pe = E(), j = d("div"), Gt = d("label"), Tr = w(zt), yi = E(), Be = d("input"), bi = E(), tt = d("div"), Qt = d("label"), Nr = w(Vt), vi = E(), Ie = d("input"), gi = E(), rt = d("div"), $t = d("label"), Hr = w(Wt), Ei = E(), Te = d("input"), _i = E(), it = d("div"), Xt = d("label"), Mr = w(Zt), Pi = E(), Ne = d("input"), Si = E(), K && K.c(), wi = E(), Jt = d("div"), Or = d("h3"), Dr = w(qt), xi = E(), be = d("section"), nt = d("div"), Yt = d("label"), kr = w(Kt), Ai = E(), me = d("input"), Ci = E(), ve = d("div"), tr = d("label"), Lr = w(rr), Bi = E(), ge = d("input"), Ii = E(), ee && ee.c(), Ti = E(), Ee = d("div"), nr = d("label"), Fr = w(or), Ni = E(), _e = d("input"), Hi = E(), te && te.c(), Mi = E(), Pe = d("div"), sr = d("label"), Rr = w(lr), Oi = E(), Se = d("input"), Di = E(), re && re.c(), ki = E(), ie && ie.c(), jr = E(), cr = d("section"), ot = d("button"), Gr = w(fr), Li = E(), ne && ne.c(), f(i, "class", "MyAccountCategoryTitle " + /*isMobile*/
4744
4744
  (e[16] ? "MyAccountCategoryTitleNone" : "")), f(l, "class", "PlayerNotificationsHeader"), f(k, "type", "text"), f(k, "class", "FieldDisabled"), k.value = R = /*readOnlyValues*/
4745
4745
  e[5].username, k.readOnly = !0, f(_, "class", "PlayerInfoBox"), /*updatedEditableValues*/
4746
4746
  e[4].mobile.prefix === void 0 && Er(() => (
@@ -4751,7 +4751,7 @@ function zs(e) {
4751
4751
  "placeholder",
4752
4752
  /*defaultValues*/
4753
4753
  e[17].mobile.number
4754
- ), f(oe, "class", "PlayerPhoneNumber"), f(y, "class", me = "PlayerInfoBox " + /*isMobileValid*/
4754
+ ), f(oe, "class", "PlayerPhoneNumber"), f(y, "class", de = "PlayerInfoBox " + /*isMobileValid*/
4755
4755
  (e[13] ? "" : "InvalidField")), f(De, "class", "FormRequired"), f(Ce, "for", "SecurityQuestion"), f(ae, "id", "SecurityQuestion"), f(ae, "type", "text"), f(
4756
4756
  ae,
4757
4757
  "placeholder",
@@ -4773,15 +4773,15 @@ function zs(e) {
4773
4773
  /*readOnlyValues*/
4774
4774
  e[5].userTitles
4775
4775
  ), Te.readOnly = !0, f(rt, "class", "PlayerInfoBox"), f(Xt, "for", "Currrency"), f(Ne, "id", "Currency"), f(Ne, "type", "text"), f(Ne, "class", "FieldDisabled"), Ne.value = Bt = /*readOnlyValues*/
4776
- e[5].currency, Ne.readOnly = !0, f(nt, "class", "PlayerInfoBox"), f(p, "class", "PlayerDetailsContent"), f(Jt, "class", "PlayerLocationHeader"), f(Yt, "for", "UserCountry"), f(de, "id", "UserCountry"), f(de, "type", "text"), f(de, "class", "PlayerCountry FieldDisabled"), de.value = It = /*readOnlyValues*/
4777
- e[5].countryName, f(de, "placeholder", er = /*readOnlyValues*/
4778
- e[5].countryCode), de.readOnly = !0, f(it, "class", "PlayerInfoBox"), f(tr, "for", "UserCity"), f(ve, "id", "UserCity"), f(ve, "type", "text"), f(
4779
- ve,
4776
+ e[5].currency, Ne.readOnly = !0, f(it, "class", "PlayerInfoBox"), f(p, "class", "PlayerDetailsContent"), f(Jt, "class", "PlayerLocationHeader"), f(Yt, "for", "UserCountry"), f(me, "id", "UserCountry"), f(me, "type", "text"), f(me, "class", "PlayerCountry FieldDisabled"), me.value = It = /*readOnlyValues*/
4777
+ e[5].countryName, f(me, "placeholder", er = /*readOnlyValues*/
4778
+ e[5].countryCode), me.readOnly = !0, f(nt, "class", "PlayerInfoBox"), f(tr, "for", "UserCity"), f(ge, "id", "UserCity"), f(ge, "type", "text"), f(
4779
+ ge,
4780
4780
  "placeholder",
4781
4781
  /*defaultValues*/
4782
4782
  e[17].city
4783
- ), f(ge, "class", nr = "PlayerInfoBox " + /*isCityValid*/
4784
- (e[8] ? "" : "InvalidField")), f(ir, "for", "UserAdress"), f(_e, "id", "UserAdress"), f(_e, "type", "text"), f(
4783
+ ), f(ve, "class", ir = "PlayerInfoBox " + /*isCityValid*/
4784
+ (e[8] ? "" : "InvalidField")), f(nr, "for", "UserAdress"), f(_e, "id", "UserAdress"), f(_e, "type", "text"), f(
4785
4785
  _e,
4786
4786
  "placeholder",
4787
4787
  /*defaultValues*/
@@ -4801,11 +4801,11 @@ function zs(e) {
4801
4801
  (e[18].matches && /*isMobile*/
4802
4802
  e[16] ? "PlayerInfoWrapperTablet" : ""));
4803
4803
  },
4804
- m(V, g) {
4805
- L(V, t, g), We && We.m(t, null), s(t, r), s(t, n), s(n, o), s(t, a), s(t, l), s(l, c), s(c, h), s(t, d), s(t, p), s(p, _), s(_, S), s(S, O), s(_, B), s(_, k), s(p, fe), s(p, y), s(y, A), s(A, Ae), s(y, Ge), s(y, oe), s(oe, W);
4804
+ m(V, v) {
4805
+ L(V, t, v), We && We.m(t, null), s(t, r), s(t, i), s(i, o), s(t, a), s(t, l), s(l, c), s(c, h), s(t, m), s(t, p), s(p, _), s(_, S), s(S, O), s(_, B), s(_, k), s(p, fe), s(p, y), s(y, A), s(A, Ae), s(y, Ge), s(y, oe), s(oe, W);
4806
4806
  for (let U = 0; U < Q.length; U += 1)
4807
4807
  Q[U] && Q[U].m(W, null);
4808
- Vn(
4808
+ Qi(
4809
4809
  W,
4810
4810
  /*updatedEditableValues*/
4811
4811
  e[4].mobile.prefix,
@@ -4822,19 +4822,19 @@ function zs(e) {
4822
4822
  le,
4823
4823
  /*updatedEditableValues*/
4824
4824
  e[4].securityAnswer
4825
- ), s(se, Ft), Y && Y.m(se, null), s(p, Rt), s(p, Fe), s(Fe, Ye), s(Ye, wt), s(Fe, Ut), s(Fe, he), s(p, jt), s(p, Re), s(Re, et), s(et, P), s(Re, H), s(Re, N), s(p, pe), s(p, j), s(j, Gt), s(Gt, Tr), s(j, bn), s(j, Be), s(p, gn), s(p, tt), s(tt, Qt), s(Qt, Nr), s(tt, vn), s(tt, Ie), s(p, En), s(p, rt), s(rt, $t), s($t, Hr), s(rt, _n), s(rt, Te), s(p, Pn), s(p, nt), s(nt, Xt), s(Xt, Mr), s(nt, Sn), s(nt, Ne), s(p, wn), K && K.m(p, null), s(t, xn), s(t, Jt), s(Jt, Or), s(Or, Dr), s(t, An), s(t, be), s(be, it), s(it, Yt), s(Yt, kr), s(it, Cn), s(it, de), s(be, Bn), s(be, ge), s(ge, tr), s(tr, Lr), s(ge, In), s(ge, ve), G(
4826
- ve,
4825
+ ), s(se, Ft), Y && Y.m(se, null), s(p, Rt), s(p, Fe), s(Fe, Ye), s(Ye, wt), s(Fe, Ut), s(Fe, he), s(p, jt), s(p, Re), s(Re, et), s(et, P), s(Re, H), s(Re, N), s(p, pe), s(p, j), s(j, Gt), s(Gt, Tr), s(j, yi), s(j, Be), s(p, bi), s(p, tt), s(tt, Qt), s(Qt, Nr), s(tt, vi), s(tt, Ie), s(p, gi), s(p, rt), s(rt, $t), s($t, Hr), s(rt, Ei), s(rt, Te), s(p, _i), s(p, it), s(it, Xt), s(Xt, Mr), s(it, Pi), s(it, Ne), s(p, Si), K && K.m(p, null), s(t, wi), s(t, Jt), s(Jt, Or), s(Or, Dr), s(t, xi), s(t, be), s(be, nt), s(nt, Yt), s(Yt, kr), s(nt, Ai), s(nt, me), s(be, Ci), s(be, ve), s(ve, tr), s(tr, Lr), s(ve, Bi), s(ve, ge), G(
4826
+ ge,
4827
4827
  /*updatedEditableValues*/
4828
4828
  e[4].city
4829
- ), s(ge, Tn), ee && ee.m(ge, null), s(be, Nn), s(be, Ee), s(Ee, ir), s(ir, Fr), s(Ee, Hn), s(Ee, _e), G(
4829
+ ), s(ve, Ii), ee && ee.m(ve, null), s(be, Ti), s(be, Ee), s(Ee, nr), s(nr, Fr), s(Ee, Ni), s(Ee, _e), G(
4830
4830
  _e,
4831
4831
  /*updatedEditableValues*/
4832
4832
  e[4].address1
4833
- ), s(Ee, Mn), te && te.m(Ee, null), s(be, On), s(be, Pe), s(Pe, sr), s(sr, Rr), s(Pe, Dn), s(Pe, Se), G(
4833
+ ), s(Ee, Hi), te && te.m(Ee, null), s(be, Mi), s(be, Pe), s(Pe, sr), s(sr, Rr), s(Pe, Oi), s(Pe, Se), G(
4834
4834
  Se,
4835
4835
  /*updatedEditableValues*/
4836
4836
  e[4].postalCode
4837
- ), s(Pe, kn), re && re.m(Pe, null), s(t, Ln), ne && ne.m(t, null), s(t, jr), s(t, cr), s(cr, ot), s(ot, Gr), s(t, Fn), ie && ie.m(t, null), zr || (Rn = [
4837
+ ), s(Pe, Di), re && re.m(Pe, null), s(t, ki), ie && ie.m(t, null), s(t, jr), s(t, cr), s(cr, ot), s(ot, Gr), s(t, Li), ne && ne.m(t, null), zr || (Fi = [
4838
4838
  F(
4839
4839
  W,
4840
4840
  "change",
@@ -4893,13 +4893,13 @@ function zs(e) {
4893
4893
  e[20]("securityAnswer")
4894
4894
  ),
4895
4895
  F(
4896
- ve,
4896
+ ge,
4897
4897
  "input",
4898
4898
  /*input11_input_handler*/
4899
4899
  e[37]
4900
4900
  ),
4901
4901
  F(
4902
- ve,
4902
+ ge,
4903
4903
  "keyup",
4904
4904
  /*validateAndCheckForChanges*/
4905
4905
  e[20]("city")
@@ -4936,19 +4936,19 @@ function zs(e) {
4936
4936
  )
4937
4937
  ], zr = !0);
4938
4938
  },
4939
- p(V, g) {
4939
+ p(V, v) {
4940
4940
  if (e = V, /*isMobile*/
4941
- e[16] && We.p(e, g), g[0] & /*$_*/
4942
- 32768 && i !== (i = /*$_*/
4943
- e[15]("titleProfileInfo") + "") && T(o, i), g[0] & /*$_*/
4941
+ e[16] && We.p(e, v), v[0] & /*$_*/
4942
+ 32768 && n !== (n = /*$_*/
4943
+ e[15]("titleProfileInfo") + "") && T(o, n), v[0] & /*$_*/
4944
4944
  32768 && u !== (u = /*$_*/
4945
- e[15]("personalDetails") + "") && T(h, u), g[0] & /*$_*/
4946
- 32768 && v !== (v = /*$_*/
4947
- e[15]("userName") + "") && T(O, v), g[0] & /*readOnlyValues*/
4945
+ e[15]("personalDetails") + "") && T(h, u), v[0] & /*$_*/
4946
+ 32768 && g !== (g = /*$_*/
4947
+ e[15]("userName") + "") && T(O, g), v[0] & /*readOnlyValues*/
4948
4948
  32 && R !== (R = /*readOnlyValues*/
4949
- e[5].username) && k.value !== R && (k.value = R), g[0] & /*$_*/
4949
+ e[5].username) && k.value !== R && (k.value = R), v[0] & /*$_*/
4950
4950
  32768 && xe !== (xe = /*$_*/
4951
- e[15]("userPhone") + "") && T(Ae, xe), g[0] & /*prefixesArray, updatedEditableValues*/
4951
+ e[15]("userPhone") + "") && T(Ae, xe), v[0] & /*prefixesArray, updatedEditableValues*/
4952
4952
  24) {
4953
4953
  at = _r(
4954
4954
  /*prefixesArray*/
@@ -4956,28 +4956,28 @@ function zs(e) {
4956
4956
  );
4957
4957
  let U;
4958
4958
  for (U = 0; U < at.length; U += 1) {
4959
- const Un = yi(e, at, U);
4960
- Q[U] ? Q[U].p(Un, g) : (Q[U] = bi(Un), Q[U].c(), Q[U].m(W, null));
4959
+ const Ri = yn(e, at, U);
4960
+ Q[U] ? Q[U].p(Ri, v) : (Q[U] = bn(Ri), Q[U].c(), Q[U].m(W, null));
4961
4961
  }
4962
4962
  for (; U < Q.length; U += 1)
4963
4963
  Q[U].d(1);
4964
4964
  Q.length = at.length;
4965
4965
  }
4966
- g[0] & /*updatedEditableValues, prefixesArray*/
4967
- 24 && Vn(
4966
+ v[0] & /*updatedEditableValues, prefixesArray*/
4967
+ 24 && Qi(
4968
4968
  W,
4969
4969
  /*updatedEditableValues*/
4970
4970
  e[4].mobile.prefix
4971
- ), g[0] & /*updatedEditableValues, prefixesArray*/
4971
+ ), v[0] & /*updatedEditableValues, prefixesArray*/
4972
4972
  24 && z.value !== /*updatedEditableValues*/
4973
4973
  e[4].mobile.number && G(
4974
4974
  z,
4975
4975
  /*updatedEditableValues*/
4976
4976
  e[4].mobile.number
4977
4977
  ), /*isMobileValid*/
4978
- e[13] ? J && (J.d(1), J = null) : J ? J.p(e, g) : (J = gi(e), J.c(), J.m(y, null)), g[0] & /*isMobileValid*/
4979
- 8192 && me !== (me = "PlayerInfoBox " + /*isMobileValid*/
4980
- (e[13] ? "" : "InvalidField")) && f(y, "class", me), g[0] & /*custominputtextswitch, $_*/
4978
+ e[13] ? J && (J.d(1), J = null) : J ? J.p(e, v) : (J = vn(e), J.c(), J.m(y, null)), v[0] & /*isMobileValid*/
4979
+ 8192 && de !== (de = "PlayerInfoBox " + /*isMobileValid*/
4980
+ (e[13] ? "" : "InvalidField")) && f(y, "class", de), v[0] & /*custominputtextswitch, $_*/
4981
4981
  32769 && Ze !== (Ze = /*custominputtextswitch*/
4982
4982
  (e[0] == "true" ? (
4983
4983
  /*$_*/
@@ -4985,16 +4985,16 @@ function zs(e) {
4985
4985
  ) : (
4986
4986
  /*$_*/
4987
4987
  e[15]("profileSecurityQuestion")
4988
- )) + "") && T(ye, Ze), g[0] & /*updatedEditableValues, prefixesArray*/
4988
+ )) + "") && T(ye, Ze), v[0] & /*updatedEditableValues, prefixesArray*/
4989
4989
  24 && ae.value !== /*updatedEditableValues*/
4990
4990
  e[4].securityQuestion && G(
4991
4991
  ae,
4992
4992
  /*updatedEditableValues*/
4993
4993
  e[4].securityQuestion
4994
4994
  ), /*isSecurityQuestionValid*/
4995
- e[11] ? q && (q.d(1), q = null) : q ? q.p(e, g) : (q = vi(e), q.c(), q.m(X, null)), g[0] & /*isSecurityQuestionValid*/
4995
+ e[11] ? q && (q.d(1), q = null) : q ? q.p(e, v) : (q = gn(e), q.c(), q.m(X, null)), v[0] & /*isSecurityQuestionValid*/
4996
4996
  2048 && Je !== (Je = "PlayerInfoBox " + /*isSecurityQuestionValid*/
4997
- (e[11] ? "" : "InvalidField")) && f(X, "class", Je), g[0] & /*custominputtextswitch, $_*/
4997
+ (e[11] ? "" : "InvalidField")) && f(X, "class", Je), v[0] & /*custominputtextswitch, $_*/
4998
4998
  32769 && Ve !== (Ve = /*custominputtextswitch*/
4999
4999
  (e[0] == "true" ? (
5000
5000
  /*$_*/
@@ -5002,98 +5002,98 @@ function zs(e) {
5002
5002
  ) : (
5003
5003
  /*$_*/
5004
5004
  e[15]("profileSecurityAnswer")
5005
- )) + "") && T(Pt, Ve), g[0] & /*updatedEditableValues, prefixesArray*/
5005
+ )) + "") && T(Pt, Ve), v[0] & /*updatedEditableValues, prefixesArray*/
5006
5006
  24 && le.value !== /*updatedEditableValues*/
5007
5007
  e[4].securityAnswer && G(
5008
5008
  le,
5009
5009
  /*updatedEditableValues*/
5010
5010
  e[4].securityAnswer
5011
5011
  ), /*isSecurityAnswerValid*/
5012
- e[12] ? Y && (Y.d(1), Y = null) : Y ? Y.p(e, g) : (Y = Ei(e), Y.c(), Y.m(se, null)), g[0] & /*isSecurityAnswerValid*/
5012
+ e[12] ? Y && (Y.d(1), Y = null) : Y ? Y.p(e, v) : (Y = En(e), Y.c(), Y.m(se, null)), v[0] & /*isSecurityAnswerValid*/
5013
5013
  4096 && qe !== (qe = "PlayerInfoBox " + /*isSecurityAnswerValid*/
5014
- (e[12] ? "" : "InvalidField")) && f(se, "class", qe), g[0] & /*$_*/
5014
+ (e[12] ? "" : "InvalidField")) && f(se, "class", qe), v[0] & /*$_*/
5015
5015
  32768 && Ke !== (Ke = /*$_*/
5016
- e[15]("userEmail") + "") && T(wt, Ke), g[0] & /*readOnlyValues*/
5016
+ e[15]("userEmail") + "") && T(wt, Ke), v[0] & /*readOnlyValues*/
5017
5017
  32 && $e !== ($e = /*readOnlyValues*/
5018
- e[5].email) && he.value !== $e && (he.value = $e), g[0] & /*$_*/
5018
+ e[5].email) && he.value !== $e && (he.value = $e), v[0] & /*$_*/
5019
5019
  32768 && b !== (b = /*$_*/
5020
- e[15]("dateOfBirth") + "") && T(P, b), g[0] & /*readOnlyValues*/
5020
+ e[15]("dateOfBirth") + "") && T(P, b), v[0] & /*readOnlyValues*/
5021
5021
  32 && Z !== (Z = /*readOnlyValues*/
5022
- e[5].birth) && N.value !== Z && (N.value = Z), g[0] & /*$_*/
5022
+ e[5].birth) && N.value !== Z && (N.value = Z), v[0] & /*$_*/
5023
5023
  32768 && zt !== (zt = /*$_*/
5024
- e[15]("firstName") + "") && T(Tr, zt), g[0] & /*readOnlyValues*/
5024
+ e[15]("firstName") + "") && T(Tr, zt), v[0] & /*readOnlyValues*/
5025
5025
  32 && xt !== (xt = /*readOnlyValues*/
5026
- e[5].firstname) && Be.value !== xt && (Be.value = xt), g[0] & /*$_*/
5026
+ e[5].firstname) && Be.value !== xt && (Be.value = xt), v[0] & /*$_*/
5027
5027
  32768 && Vt !== (Vt = /*$_*/
5028
- e[15]("lastName") + "") && T(Nr, Vt), g[0] & /*readOnlyValues*/
5028
+ e[15]("lastName") + "") && T(Nr, Vt), v[0] & /*readOnlyValues*/
5029
5029
  32 && At !== (At = /*readOnlyValues*/
5030
- e[5].lastname) && Ie.value !== At && (Ie.value = At), g[0] & /*$_*/
5030
+ e[5].lastname) && Ie.value !== At && (Ie.value = At), v[0] & /*$_*/
5031
5031
  32768 && Wt !== (Wt = /*$_*/
5032
- e[15]("userTitle") + "") && T(Hr, Wt), g[0] & /*$_, readOnlyValues*/
5032
+ e[15]("userTitle") + "") && T(Hr, Wt), v[0] & /*$_, readOnlyValues*/
5033
5033
  32800 && Ct !== (Ct = /*$_*/
5034
5034
  e[15](
5035
5035
  /*readOnlyValues*/
5036
5036
  e[5].userTitles
5037
- )) && Te.value !== Ct && (Te.value = Ct), g[0] & /*$_*/
5037
+ )) && Te.value !== Ct && (Te.value = Ct), v[0] & /*$_*/
5038
5038
  32768 && Zt !== (Zt = /*$_*/
5039
- e[15]("currency") + "") && T(Mr, Zt), g[0] & /*readOnlyValues*/
5039
+ e[15]("currency") + "") && T(Mr, Zt), v[0] & /*readOnlyValues*/
5040
5040
  32 && Bt !== (Bt = /*readOnlyValues*/
5041
5041
  e[5].currency) && Ne.value !== Bt && (Ne.value = Bt), /*readOnlyValues*/
5042
- e[5].iban ? K ? K.p(e, g) : (K = _i(e), K.c(), K.m(p, null)) : K && (K.d(1), K = null), g[0] & /*$_*/
5042
+ e[5].iban ? K ? K.p(e, v) : (K = _n(e), K.c(), K.m(p, null)) : K && (K.d(1), K = null), v[0] & /*$_*/
5043
5043
  32768 && qt !== (qt = /*$_*/
5044
- e[15]("locationDetails") + "") && T(Dr, qt), g[0] & /*$_*/
5044
+ e[15]("locationDetails") + "") && T(Dr, qt), v[0] & /*$_*/
5045
5045
  32768 && Kt !== (Kt = /*$_*/
5046
- e[15]("userCountry") + "") && T(kr, Kt), g[0] & /*readOnlyValues*/
5046
+ e[15]("userCountry") + "") && T(kr, Kt), v[0] & /*readOnlyValues*/
5047
5047
  32 && It !== (It = /*readOnlyValues*/
5048
- e[5].countryName) && de.value !== It && (de.value = It), g[0] & /*readOnlyValues*/
5048
+ e[5].countryName) && me.value !== It && (me.value = It), v[0] & /*readOnlyValues*/
5049
5049
  32 && er !== (er = /*readOnlyValues*/
5050
- e[5].countryCode) && f(de, "placeholder", er), g[0] & /*$_*/
5050
+ e[5].countryCode) && f(me, "placeholder", er), v[0] & /*$_*/
5051
5051
  32768 && rr !== (rr = /*$_*/
5052
- e[15]("userCity") + "") && T(Lr, rr), g[0] & /*updatedEditableValues, prefixesArray*/
5053
- 24 && ve.value !== /*updatedEditableValues*/
5052
+ e[15]("userCity") + "") && T(Lr, rr), v[0] & /*updatedEditableValues, prefixesArray*/
5053
+ 24 && ge.value !== /*updatedEditableValues*/
5054
5054
  e[4].city && G(
5055
- ve,
5055
+ ge,
5056
5056
  /*updatedEditableValues*/
5057
5057
  e[4].city
5058
5058
  ), /*isCityValid*/
5059
- e[8] ? ee && (ee.d(1), ee = null) : ee ? ee.p(e, g) : (ee = Pi(e), ee.c(), ee.m(ge, null)), g[0] & /*isCityValid*/
5060
- 256 && nr !== (nr = "PlayerInfoBox " + /*isCityValid*/
5061
- (e[8] ? "" : "InvalidField")) && f(ge, "class", nr), g[0] & /*$_*/
5059
+ e[8] ? ee && (ee.d(1), ee = null) : ee ? ee.p(e, v) : (ee = Pn(e), ee.c(), ee.m(ve, null)), v[0] & /*isCityValid*/
5060
+ 256 && ir !== (ir = "PlayerInfoBox " + /*isCityValid*/
5061
+ (e[8] ? "" : "InvalidField")) && f(ve, "class", ir), v[0] & /*$_*/
5062
5062
  32768 && or !== (or = /*$_*/
5063
- e[15]("userAddress") + "") && T(Fr, or), g[0] & /*updatedEditableValues, prefixesArray*/
5063
+ e[15]("userAddress") + "") && T(Fr, or), v[0] & /*updatedEditableValues, prefixesArray*/
5064
5064
  24 && _e.value !== /*updatedEditableValues*/
5065
5065
  e[4].address1 && G(
5066
5066
  _e,
5067
5067
  /*updatedEditableValues*/
5068
5068
  e[4].address1
5069
5069
  ), /*isAddressValid*/
5070
- e[10] ? te && (te.d(1), te = null) : te ? te.p(e, g) : (te = Si(e), te.c(), te.m(Ee, null)), g[0] & /*isAddressValid*/
5070
+ e[10] ? te && (te.d(1), te = null) : te ? te.p(e, v) : (te = Sn(e), te.c(), te.m(Ee, null)), v[0] & /*isAddressValid*/
5071
5071
  1024 && ar !== (ar = "PlayerInfoBox " + /*isAddressValid*/
5072
- (e[10] ? "" : "InvalidField")) && f(Ee, "class", ar), g[0] & /*$_*/
5072
+ (e[10] ? "" : "InvalidField")) && f(Ee, "class", ar), v[0] & /*$_*/
5073
5073
  32768 && lr !== (lr = /*$_*/
5074
- e[15]("userPostalCode") + "") && T(Rr, lr), g[0] & /*updatedEditableValues, prefixesArray*/
5074
+ e[15]("userPostalCode") + "") && T(Rr, lr), v[0] & /*updatedEditableValues, prefixesArray*/
5075
5075
  24 && Se.value !== /*updatedEditableValues*/
5076
5076
  e[4].postalCode && G(
5077
5077
  Se,
5078
5078
  /*updatedEditableValues*/
5079
5079
  e[4].postalCode
5080
5080
  ), /*isPostalCodeValid*/
5081
- e[9] ? re && (re.d(1), re = null) : re ? re.p(e, g) : (re = wi(e), re.c(), re.m(Pe, null)), g[0] & /*isPostalCodeValid*/
5081
+ e[9] ? re && (re.d(1), re = null) : re ? re.p(e, v) : (re = wn(e), re.c(), re.m(Pe, null)), v[0] & /*isPostalCodeValid*/
5082
5082
  512 && ur !== (ur = "PlayerInfoBox " + /*isPostalCodeValid*/
5083
- (e[9] ? "" : "InvalidField")) && f(Pe, "class", ur), g[0] & /*updatedEditableValues*/
5083
+ (e[9] ? "" : "InvalidField")) && f(Pe, "class", ur), v[0] & /*updatedEditableValues*/
5084
5084
  16 && (Ur = Object.keys(
5085
5085
  /*updatedEditableValues*/
5086
5086
  e[4].consents
5087
- ).length > 0), Ur ? ne ? ne.p(e, g) : (ne = xi(e), ne.c(), ne.m(t, jr)) : ne && (ne.d(1), ne = null), g[0] & /*$_*/
5087
+ ).length > 0), Ur ? ie ? ie.p(e, v) : (ie = xn(e), ie.c(), ie.m(t, jr)) : ie && (ie.d(1), ie = null), v[0] & /*$_*/
5088
5088
  32768 && fr !== (fr = /*$_*/
5089
- e[15]("userProfileSaveChanges") + "") && T(Gr, fr), g[0] & /*hasProfileInfoChanged, isValid*/
5089
+ e[15]("userProfileSaveChanges") + "") && T(Gr, fr), v[0] & /*hasProfileInfoChanged, isValid*/
5090
5090
  192 && hr !== (hr = "PlayerDetailsSaveButton " + /*hasProfileInfoChanged*/
5091
5091
  (e[6] && /*isValid*/
5092
5092
  e[7] ? "" : "PlayerButtonDisabled")) && f(ot, "class", hr), /*showConfirmSave*/
5093
- e[14] ? ie ? ie.p(e, g) : (ie = Bi(e), ie.c(), ie.m(t, null)) : ie && (ie.d(1), ie = null);
5093
+ e[14] ? ne ? ne.p(e, v) : (ne = Bn(e), ne.c(), ne.m(t, null)) : ne && (ne.d(1), ne = null);
5094
5094
  },
5095
5095
  d(V) {
5096
- V && D(t), We && We.d(), Hi(Q, V), J && J.d(), q && q.d(), Y && Y.d(), K && K.d(), ee && ee.d(), te && te.d(), re && re.d(), ne && ne.d(), ie && ie.d(), zr = !1, je(Rn);
5096
+ V && D(t), We && We.d(), Hn(Q, V), J && J.d(), q && q.d(), Y && Y.d(), K && K.d(), ee && ee.d(), te && te.d(), re && re.d(), ie && ie.d(), ne && ne.d(), zr = !1, je(Fi);
5097
5097
  }
5098
5098
  };
5099
5099
  }
@@ -5101,10 +5101,10 @@ function Qs(e) {
5101
5101
  let t;
5102
5102
  return {
5103
5103
  c() {
5104
- t = m("div"), f(t, "class", "ModalLoader");
5104
+ t = d("div"), f(t, "class", "ModalLoader");
5105
5105
  },
5106
- m(r, n) {
5107
- L(r, t, n);
5106
+ m(r, i) {
5107
+ L(r, t, i);
5108
5108
  },
5109
5109
  p: ce,
5110
5110
  d(r) {
@@ -5113,16 +5113,16 @@ function Qs(e) {
5113
5113
  };
5114
5114
  }
5115
5115
  function Vs(e) {
5116
- let t, r, n, i, o, a, l, c, u, h, d = (
5116
+ let t, r, i, n, o, a, l, c, u, h, m = (
5117
5117
  /*$_*/
5118
5118
  e[15]("titleProfileInfo") + ""
5119
5119
  ), p, _, S;
5120
5120
  return {
5121
5121
  c() {
5122
- t = m("div"), r = st("svg"), n = st("defs"), i = st("style"), o = w(".aaa{fill:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));}"), a = st("g"), l = st("g"), c = st("path"), u = E(), h = m("h2"), p = w(d), f(c, "class", "aaa"), f(c, "d", "M7.5,0,6.136,1.364,11.3,6.526H0V8.474H11.3L6.136,13.636,7.5,15,15,7.5Z"), f(c, "transform", "translate(15 15) rotate(180)"), f(l, "transform", "translate(20 158)"), f(a, "transform", "translate(-20 -158)"), f(r, "xmlns", "http://www.w3.org/2000/svg"), f(r, "width", "15"), f(r, "height", "15"), f(r, "viewBox", "0 0 15 15"), f(h, "class", "MyAccountCategoryTitleMobile"), f(t, "class", "MenuReturnButton");
5122
+ t = d("div"), r = st("svg"), i = st("defs"), n = st("style"), o = w(".aaa{fill:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));}"), a = st("g"), l = st("g"), c = st("path"), u = E(), h = d("h2"), p = w(m), f(c, "class", "aaa"), f(c, "d", "M7.5,0,6.136,1.364,11.3,6.526H0V8.474H11.3L6.136,13.636,7.5,15,15,7.5Z"), f(c, "transform", "translate(15 15) rotate(180)"), f(l, "transform", "translate(20 158)"), f(a, "transform", "translate(-20 -158)"), f(r, "xmlns", "http://www.w3.org/2000/svg"), f(r, "width", "15"), f(r, "height", "15"), f(r, "viewBox", "0 0 15 15"), f(h, "class", "MyAccountCategoryTitleMobile"), f(t, "class", "MenuReturnButton");
5123
5123
  },
5124
- m(v, O) {
5125
- L(v, t, O), s(t, r), s(r, n), s(n, i), s(i, o), s(r, a), s(a, l), s(l, c), s(t, u), s(t, h), s(h, p), _ || (S = [
5124
+ m(g, O) {
5125
+ L(g, t, O), s(t, r), s(r, i), s(i, n), s(n, o), s(r, a), s(a, l), s(l, c), s(t, u), s(t, h), s(h, p), _ || (S = [
5126
5126
  F(
5127
5127
  t,
5128
5128
  "click",
@@ -5132,13 +5132,13 @@ function Vs(e) {
5132
5132
  F(t, "keyup", null)
5133
5133
  ], _ = !0);
5134
5134
  },
5135
- p(v, O) {
5135
+ p(g, O) {
5136
5136
  O[0] & /*$_*/
5137
- 32768 && d !== (d = /*$_*/
5138
- v[15]("titleProfileInfo") + "") && T(p, d);
5137
+ 32768 && m !== (m = /*$_*/
5138
+ g[15]("titleProfileInfo") + "") && T(p, m);
5139
5139
  },
5140
- d(v) {
5141
- v && D(t), _ = !1, je(S);
5140
+ d(g) {
5141
+ g && D(t), _ = !1, je(S);
5142
5142
  }
5143
5143
  };
5144
5144
  }
@@ -5146,21 +5146,21 @@ function $s(e) {
5146
5146
  let t, r = (
5147
5147
  /*pref*/
5148
5148
  e[66].Prefix + ""
5149
- ), n, i;
5149
+ ), i, n;
5150
5150
  return {
5151
5151
  c() {
5152
- t = m("option"), n = w(r), t.__value = i = /*pref*/
5152
+ t = d("option"), i = w(r), t.__value = n = /*pref*/
5153
5153
  e[66].Prefix, G(t, t.__value);
5154
5154
  },
5155
5155
  m(o, a) {
5156
- L(o, t, a), s(t, n);
5156
+ L(o, t, a), s(t, i);
5157
5157
  },
5158
5158
  p(o, a) {
5159
5159
  a[0] & /*prefixesArray*/
5160
5160
  8 && r !== (r = /*pref*/
5161
- o[66].Prefix + "") && T(n, r), a[0] & /*prefixesArray*/
5162
- 8 && i !== (i = /*pref*/
5163
- o[66].Prefix) && (t.__value = i, G(t, t.__value));
5161
+ o[66].Prefix + "") && T(i, r), a[0] & /*prefixesArray*/
5162
+ 8 && n !== (n = /*pref*/
5163
+ o[66].Prefix) && (t.__value = n, G(t, t.__value));
5164
5164
  },
5165
5165
  d(o) {
5166
5166
  o && D(t);
@@ -5171,28 +5171,28 @@ function Ws(e) {
5171
5171
  let t, r = (
5172
5172
  /*pref*/
5173
5173
  e[66].Prefix + ""
5174
- ), n, i;
5174
+ ), i, n;
5175
5175
  return {
5176
5176
  c() {
5177
- t = m("option"), n = w(r), t.selected = !0, t.__value = i = /*pref*/
5177
+ t = d("option"), i = w(r), t.selected = !0, t.__value = n = /*pref*/
5178
5178
  e[66].Prefix, G(t, t.__value);
5179
5179
  },
5180
5180
  m(o, a) {
5181
- L(o, t, a), s(t, n);
5181
+ L(o, t, a), s(t, i);
5182
5182
  },
5183
5183
  p(o, a) {
5184
5184
  a[0] & /*prefixesArray*/
5185
5185
  8 && r !== (r = /*pref*/
5186
- o[66].Prefix + "") && T(n, r), a[0] & /*prefixesArray*/
5187
- 8 && i !== (i = /*pref*/
5188
- o[66].Prefix) && (t.__value = i, G(t, t.__value));
5186
+ o[66].Prefix + "") && T(i, r), a[0] & /*prefixesArray*/
5187
+ 8 && n !== (n = /*pref*/
5188
+ o[66].Prefix) && (t.__value = n, G(t, t.__value));
5189
5189
  },
5190
5190
  d(o) {
5191
5191
  o && D(t);
5192
5192
  }
5193
5193
  };
5194
5194
  }
5195
- function bi(e) {
5195
+ function bn(e) {
5196
5196
  let t;
5197
5197
  function r(o, a) {
5198
5198
  return (
@@ -5201,45 +5201,45 @@ function bi(e) {
5201
5201
  o[4].mobile.prefix ? Ws : $s
5202
5202
  );
5203
5203
  }
5204
- let n = r(e), i = n(e);
5204
+ let i = r(e), n = i(e);
5205
5205
  return {
5206
5206
  c() {
5207
- i.c(), t = Mi();
5207
+ n.c(), t = Mn();
5208
5208
  },
5209
5209
  m(o, a) {
5210
- i.m(o, a), L(o, t, a);
5210
+ n.m(o, a), L(o, t, a);
5211
5211
  },
5212
5212
  p(o, a) {
5213
- n === (n = r(o)) && i ? i.p(o, a) : (i.d(1), i = n(o), i && (i.c(), i.m(t.parentNode, t)));
5213
+ i === (i = r(o)) && n ? n.p(o, a) : (n.d(1), n = i(o), n && (n.c(), n.m(t.parentNode, t)));
5214
5214
  },
5215
5215
  d(o) {
5216
- o && D(t), i.d(o);
5216
+ o && D(t), n.d(o);
5217
5217
  }
5218
5218
  };
5219
5219
  }
5220
- function gi(e) {
5220
+ function vn(e) {
5221
5221
  let t, r = (
5222
5222
  /*$_*/
5223
5223
  e[15]("userPhoneError") + ""
5224
- ), n;
5224
+ ), i;
5225
5225
  return {
5226
5226
  c() {
5227
- t = m("p"), n = w(r), f(t, "class", "InvalidInput");
5227
+ t = d("p"), i = w(r), f(t, "class", "InvalidInput");
5228
5228
  },
5229
- m(i, o) {
5230
- L(i, t, o), s(t, n);
5229
+ m(n, o) {
5230
+ L(n, t, o), s(t, i);
5231
5231
  },
5232
- p(i, o) {
5232
+ p(n, o) {
5233
5233
  o[0] & /*$_*/
5234
5234
  32768 && r !== (r = /*$_*/
5235
- i[15]("userPhoneError") + "") && T(n, r);
5235
+ n[15]("userPhoneError") + "") && T(i, r);
5236
5236
  },
5237
- d(i) {
5238
- i && D(t);
5237
+ d(n) {
5238
+ n && D(t);
5239
5239
  }
5240
5240
  };
5241
5241
  }
5242
- function vi(e) {
5242
+ function gn(e) {
5243
5243
  let t, r = (
5244
5244
  /*custominputtextswitch*/
5245
5245
  (e[0] == "true" ? (
@@ -5249,31 +5249,31 @@ function vi(e) {
5249
5249
  /*$_*/
5250
5250
  e[15]("profileSecurityQuestionError")
5251
5251
  )) + ""
5252
- ), n;
5252
+ ), i;
5253
5253
  return {
5254
5254
  c() {
5255
- t = m("p"), n = w(r), f(t, "class", "InvalidInput");
5255
+ t = d("p"), i = w(r), f(t, "class", "InvalidInput");
5256
5256
  },
5257
- m(i, o) {
5258
- L(i, t, o), s(t, n);
5257
+ m(n, o) {
5258
+ L(n, t, o), s(t, i);
5259
5259
  },
5260
- p(i, o) {
5260
+ p(n, o) {
5261
5261
  o[0] & /*custominputtextswitch, $_*/
5262
5262
  32769 && r !== (r = /*custominputtextswitch*/
5263
- (i[0] == "true" ? (
5263
+ (n[0] == "true" ? (
5264
5264
  /*$_*/
5265
- i[15]("profileSecurityQuestionError2")
5265
+ n[15]("profileSecurityQuestionError2")
5266
5266
  ) : (
5267
5267
  /*$_*/
5268
- i[15]("profileSecurityQuestionError")
5269
- )) + "") && T(n, r);
5268
+ n[15]("profileSecurityQuestionError")
5269
+ )) + "") && T(i, r);
5270
5270
  },
5271
- d(i) {
5272
- i && D(t);
5271
+ d(n) {
5272
+ n && D(t);
5273
5273
  }
5274
5274
  };
5275
5275
  }
5276
- function Ei(e) {
5276
+ function En(e) {
5277
5277
  let t, r = (
5278
5278
  /*custominputtextswitch*/
5279
5279
  (e[0] == "true" ? (
@@ -5283,47 +5283,47 @@ function Ei(e) {
5283
5283
  /*$_*/
5284
5284
  e[15]("profileSecurityAnswerError")
5285
5285
  )) + ""
5286
- ), n;
5286
+ ), i;
5287
5287
  return {
5288
5288
  c() {
5289
- t = m("p"), n = w(r), f(t, "class", "InvalidInput");
5289
+ t = d("p"), i = w(r), f(t, "class", "InvalidInput");
5290
5290
  },
5291
- m(i, o) {
5292
- L(i, t, o), s(t, n);
5291
+ m(n, o) {
5292
+ L(n, t, o), s(t, i);
5293
5293
  },
5294
- p(i, o) {
5294
+ p(n, o) {
5295
5295
  o[0] & /*custominputtextswitch, $_*/
5296
5296
  32769 && r !== (r = /*custominputtextswitch*/
5297
- (i[0] == "true" ? (
5297
+ (n[0] == "true" ? (
5298
5298
  /*$_*/
5299
- i[15]("profileSecurityAnswerError2")
5299
+ n[15]("profileSecurityAnswerError2")
5300
5300
  ) : (
5301
5301
  /*$_*/
5302
- i[15]("profileSecurityAnswerError")
5303
- )) + "") && T(n, r);
5302
+ n[15]("profileSecurityAnswerError")
5303
+ )) + "") && T(i, r);
5304
5304
  },
5305
- d(i) {
5306
- i && D(t);
5305
+ d(n) {
5306
+ n && D(t);
5307
5307
  }
5308
5308
  };
5309
5309
  }
5310
- function _i(e) {
5311
- let t, r, n = (
5310
+ function _n(e) {
5311
+ let t, r, i = (
5312
5312
  /*$_*/
5313
5313
  e[15]("iban") + ""
5314
- ), i, o, a, l;
5314
+ ), n, o, a, l;
5315
5315
  return {
5316
5316
  c() {
5317
- t = m("div"), r = m("label"), i = w(n), o = E(), a = m("input"), f(r, "for", "Iban"), f(a, "id", "Iban"), f(a, "type", "text"), f(a, "class", "FieldDisabled"), a.value = l = /*readOnlyValues*/
5317
+ t = d("div"), r = d("label"), n = w(i), o = E(), a = d("input"), f(r, "for", "Iban"), f(a, "id", "Iban"), f(a, "type", "text"), f(a, "class", "FieldDisabled"), a.value = l = /*readOnlyValues*/
5318
5318
  e[5].iban, a.readOnly = !0, f(t, "class", "PlayerInfoBox");
5319
5319
  },
5320
5320
  m(c, u) {
5321
- L(c, t, u), s(t, r), s(r, i), s(t, o), s(t, a);
5321
+ L(c, t, u), s(t, r), s(r, n), s(t, o), s(t, a);
5322
5322
  },
5323
5323
  p(c, u) {
5324
5324
  u[0] & /*$_*/
5325
- 32768 && n !== (n = /*$_*/
5326
- c[15]("iban") + "") && T(i, n), u[0] & /*readOnlyValues*/
5325
+ 32768 && i !== (i = /*$_*/
5326
+ c[15]("iban") + "") && T(n, i), u[0] & /*readOnlyValues*/
5327
5327
  32 && l !== (l = /*readOnlyValues*/
5328
5328
  c[5].iban) && a.value !== l && (a.value = l);
5329
5329
  },
@@ -5332,203 +5332,203 @@ function _i(e) {
5332
5332
  }
5333
5333
  };
5334
5334
  }
5335
- function Pi(e) {
5335
+ function Pn(e) {
5336
5336
  let t, r = (
5337
5337
  /*$_*/
5338
5338
  e[15]("userCityError") + ""
5339
- ), n;
5339
+ ), i;
5340
5340
  return {
5341
5341
  c() {
5342
- t = m("p"), n = w(r), f(t, "class", "InvalidInput");
5342
+ t = d("p"), i = w(r), f(t, "class", "InvalidInput");
5343
5343
  },
5344
- m(i, o) {
5345
- L(i, t, o), s(t, n);
5344
+ m(n, o) {
5345
+ L(n, t, o), s(t, i);
5346
5346
  },
5347
- p(i, o) {
5347
+ p(n, o) {
5348
5348
  o[0] & /*$_*/
5349
5349
  32768 && r !== (r = /*$_*/
5350
- i[15]("userCityError") + "") && T(n, r);
5350
+ n[15]("userCityError") + "") && T(i, r);
5351
5351
  },
5352
- d(i) {
5353
- i && D(t);
5352
+ d(n) {
5353
+ n && D(t);
5354
5354
  }
5355
5355
  };
5356
5356
  }
5357
- function Si(e) {
5357
+ function Sn(e) {
5358
5358
  let t, r = (
5359
5359
  /*$_*/
5360
5360
  e[15]("userAddressError") + ""
5361
- ), n;
5361
+ ), i;
5362
5362
  return {
5363
5363
  c() {
5364
- t = m("p"), n = w(r), f(t, "class", "InvalidInput");
5364
+ t = d("p"), i = w(r), f(t, "class", "InvalidInput");
5365
5365
  },
5366
- m(i, o) {
5367
- L(i, t, o), s(t, n);
5366
+ m(n, o) {
5367
+ L(n, t, o), s(t, i);
5368
5368
  },
5369
- p(i, o) {
5369
+ p(n, o) {
5370
5370
  o[0] & /*$_*/
5371
5371
  32768 && r !== (r = /*$_*/
5372
- i[15]("userAddressError") + "") && T(n, r);
5372
+ n[15]("userAddressError") + "") && T(i, r);
5373
5373
  },
5374
- d(i) {
5375
- i && D(t);
5374
+ d(n) {
5375
+ n && D(t);
5376
5376
  }
5377
5377
  };
5378
5378
  }
5379
- function wi(e) {
5379
+ function wn(e) {
5380
5380
  let t, r = (
5381
5381
  /*$_*/
5382
5382
  e[15]("userPostalCodeError") + ""
5383
- ), n;
5383
+ ), i;
5384
5384
  return {
5385
5385
  c() {
5386
- t = m("p"), n = w(r), f(t, "class", "InvalidInput");
5386
+ t = d("p"), i = w(r), f(t, "class", "InvalidInput");
5387
5387
  },
5388
- m(i, o) {
5389
- L(i, t, o), s(t, n);
5388
+ m(n, o) {
5389
+ L(n, t, o), s(t, i);
5390
5390
  },
5391
- p(i, o) {
5391
+ p(n, o) {
5392
5392
  o[0] & /*$_*/
5393
5393
  32768 && r !== (r = /*$_*/
5394
- i[15]("userPostalCodeError") + "") && T(n, r);
5394
+ n[15]("userPostalCodeError") + "") && T(i, r);
5395
5395
  },
5396
- d(i) {
5397
- i && D(t);
5396
+ d(n) {
5397
+ n && D(t);
5398
5398
  }
5399
5399
  };
5400
5400
  }
5401
- function xi(e) {
5402
- let t, r, n = (
5401
+ function xn(e) {
5402
+ let t, r, i = (
5403
5403
  /*$_*/
5404
5404
  e[15]("userNotifications") + ""
5405
- ), i, o, a, l = _r(Object.keys(
5405
+ ), n, o, a, l = _r(Object.keys(
5406
5406
  /*updatedEditableValues*/
5407
5407
  e[4].consents
5408
5408
  )), c = [];
5409
5409
  for (let u = 0; u < l.length; u += 1)
5410
- c[u] = Ci(mi(e, l, u));
5410
+ c[u] = Cn(dn(e, l, u));
5411
5411
  return {
5412
5412
  c() {
5413
- t = m("div"), r = m("h3"), i = w(n), o = E(), a = m("section");
5413
+ t = d("div"), r = d("h3"), n = w(i), o = E(), a = d("section");
5414
5414
  for (let u = 0; u < c.length; u += 1)
5415
5415
  c[u].c();
5416
5416
  f(t, "class", "PlayerNotificationsHeader"), f(a, "class", "PlayerNotificationsCheckboxArea");
5417
5417
  },
5418
5418
  m(u, h) {
5419
- L(u, t, h), s(t, r), s(r, i), L(u, o, h), L(u, a, h);
5420
- for (let d = 0; d < c.length; d += 1)
5421
- c[d] && c[d].m(a, null);
5419
+ L(u, t, h), s(t, r), s(r, n), L(u, o, h), L(u, a, h);
5420
+ for (let m = 0; m < c.length; m += 1)
5421
+ c[m] && c[m].m(a, null);
5422
5422
  },
5423
5423
  p(u, h) {
5424
5424
  if (h[0] & /*$_*/
5425
- 32768 && n !== (n = /*$_*/
5426
- u[15]("userNotifications") + "") && T(i, n), h[0] & /*$_, updatedEditableValues, validateAndCheckForChanges*/
5425
+ 32768 && i !== (i = /*$_*/
5426
+ u[15]("userNotifications") + "") && T(n, i), h[0] & /*$_, updatedEditableValues, validateAndCheckForChanges*/
5427
5427
  1081360) {
5428
5428
  l = _r(Object.keys(
5429
5429
  /*updatedEditableValues*/
5430
5430
  u[4].consents
5431
5431
  ));
5432
- let d;
5433
- for (d = 0; d < l.length; d += 1) {
5434
- const p = mi(u, l, d);
5435
- c[d] ? c[d].p(p, h) : (c[d] = Ci(p), c[d].c(), c[d].m(a, null));
5432
+ let m;
5433
+ for (m = 0; m < l.length; m += 1) {
5434
+ const p = dn(u, l, m);
5435
+ c[m] ? c[m].p(p, h) : (c[m] = Cn(p), c[m].c(), c[m].m(a, null));
5436
5436
  }
5437
- for (; d < c.length; d += 1)
5438
- c[d].d(1);
5437
+ for (; m < c.length; m += 1)
5438
+ c[m].d(1);
5439
5439
  c.length = l.length;
5440
5440
  }
5441
5441
  },
5442
5442
  d(u) {
5443
- u && (D(t), D(o), D(a)), Hi(c, u);
5443
+ u && (D(t), D(o), D(a)), Hn(c, u);
5444
5444
  }
5445
5445
  };
5446
5446
  }
5447
- function Ai(e) {
5448
- let t, r, n, i, o, a, l, c = (
5447
+ function An(e) {
5448
+ let t, r, i, n, o, a, l, c = (
5449
5449
  /*$_*/
5450
5450
  e[15](`${/*consent*/
5451
5451
  e[63]}Consent`) + ""
5452
- ), u, h, d, p;
5452
+ ), u, h, m, p;
5453
5453
  function _() {
5454
5454
  e[40].call(
5455
- n,
5455
+ i,
5456
5456
  /*consent*/
5457
5457
  e[63]
5458
5458
  );
5459
5459
  }
5460
5460
  return {
5461
5461
  c() {
5462
- t = m("div"), r = m("label"), n = m("input"), i = E(), o = m("span"), a = E(), l = m("span"), u = w(c), h = E(), f(n, "type", "checkbox"), f(o, "class", "Checkmark"), f(t, "class", "PlayerNotificationBox");
5462
+ t = d("div"), r = d("label"), i = d("input"), n = E(), o = d("span"), a = E(), l = d("span"), u = w(c), h = E(), f(i, "type", "checkbox"), f(o, "class", "Checkmark"), f(t, "class", "PlayerNotificationBox");
5463
5463
  },
5464
- m(S, v) {
5465
- L(S, t, v), s(t, r), s(r, n), n.checked = /*updatedEditableValues*/
5464
+ m(S, g) {
5465
+ L(S, t, g), s(t, r), s(r, i), i.checked = /*updatedEditableValues*/
5466
5466
  e[4].consents[
5467
5467
  /*consent*/
5468
5468
  e[63]
5469
- ], s(r, i), s(r, o), s(r, a), s(r, l), s(l, u), s(t, h), d || (p = [
5470
- F(n, "change", _),
5469
+ ], s(r, n), s(r, o), s(r, a), s(r, l), s(l, u), s(t, h), m || (p = [
5470
+ F(i, "change", _),
5471
5471
  F(
5472
- n,
5472
+ i,
5473
5473
  "change",
5474
5474
  /*validateAndCheckForChanges*/
5475
5475
  e[20]("consents")
5476
5476
  )
5477
- ], d = !0);
5477
+ ], m = !0);
5478
5478
  },
5479
- p(S, v) {
5480
- e = S, v[0] & /*updatedEditableValues, prefixesArray*/
5481
- 24 && (n.checked = /*updatedEditableValues*/
5479
+ p(S, g) {
5480
+ e = S, g[0] & /*updatedEditableValues, prefixesArray*/
5481
+ 24 && (i.checked = /*updatedEditableValues*/
5482
5482
  e[4].consents[
5483
5483
  /*consent*/
5484
5484
  e[63]
5485
- ]), v[0] & /*$_, updatedEditableValues*/
5485
+ ]), g[0] & /*$_, updatedEditableValues*/
5486
5486
  32784 && c !== (c = /*$_*/
5487
5487
  e[15](`${/*consent*/
5488
5488
  e[63]}Consent`) + "") && T(u, c);
5489
5489
  },
5490
5490
  d(S) {
5491
- S && D(t), d = !1, je(p);
5491
+ S && D(t), m = !1, je(p);
5492
5492
  }
5493
5493
  };
5494
5494
  }
5495
- function Ci(e) {
5495
+ function Cn(e) {
5496
5496
  let t, r = (
5497
5497
  /*consent*/
5498
- e[63] !== void 0 && Ai(e)
5498
+ e[63] !== void 0 && An(e)
5499
5499
  );
5500
5500
  return {
5501
5501
  c() {
5502
- r && r.c(), t = Mi();
5502
+ r && r.c(), t = Mn();
5503
5503
  },
5504
- m(n, i) {
5505
- r && r.m(n, i), L(n, t, i);
5504
+ m(i, n) {
5505
+ r && r.m(i, n), L(i, t, n);
5506
5506
  },
5507
- p(n, i) {
5507
+ p(i, n) {
5508
5508
  /*consent*/
5509
- n[63] !== void 0 ? r ? r.p(n, i) : (r = Ai(n), r.c(), r.m(t.parentNode, t)) : r && (r.d(1), r = null);
5509
+ i[63] !== void 0 ? r ? r.p(i, n) : (r = An(i), r.c(), r.m(t.parentNode, t)) : r && (r.d(1), r = null);
5510
5510
  },
5511
- d(n) {
5512
- n && D(t), r && r.d(n);
5511
+ d(i) {
5512
+ i && D(t), r && r.d(i);
5513
5513
  }
5514
5514
  };
5515
5515
  }
5516
- function Bi(e) {
5517
- let t, r, n = (
5516
+ function Bn(e) {
5517
+ let t, r, i = (
5518
5518
  /*$_*/
5519
5519
  e[15]("userProfileConfirmationMessage") + ""
5520
- ), i;
5520
+ ), n;
5521
5521
  return {
5522
5522
  c() {
5523
- t = m("section"), r = m("p"), i = w(n), f(r, "class", "PlayerDetailsConfirmSaveText"), f(t, "class", "PlayerDetailsConfirmSave");
5523
+ t = d("section"), r = d("p"), n = w(i), f(r, "class", "PlayerDetailsConfirmSaveText"), f(t, "class", "PlayerDetailsConfirmSave");
5524
5524
  },
5525
5525
  m(o, a) {
5526
- L(o, t, a), s(t, r), s(r, i);
5526
+ L(o, t, a), s(t, r), s(r, n);
5527
5527
  },
5528
5528
  p(o, a) {
5529
5529
  a[0] & /*$_*/
5530
- 32768 && n !== (n = /*$_*/
5531
- o[15]("userProfileConfirmationMessage") + "") && T(i, n);
5530
+ 32768 && i !== (i = /*$_*/
5531
+ o[15]("userProfileConfirmationMessage") + "") && T(n, i);
5532
5532
  },
5533
5533
  d(o) {
5534
5534
  o && D(t);
@@ -5543,30 +5543,30 @@ function Xs(e) {
5543
5543
  o[2] ? Qs : zs
5544
5544
  );
5545
5545
  }
5546
- let n = r(e), i = n(e);
5546
+ let i = r(e), n = i(e);
5547
5547
  return {
5548
5548
  c() {
5549
- t = m("div"), i.c();
5549
+ t = d("div"), n.c();
5550
5550
  },
5551
5551
  m(o, a) {
5552
- L(o, t, a), i.m(t, null), e[41](t);
5552
+ L(o, t, a), n.m(t, null), e[41](t);
5553
5553
  },
5554
5554
  p(o, a) {
5555
- n === (n = r(o)) && i ? i.p(o, a) : (i.d(1), i = n(o), i && (i.c(), i.m(t, null)));
5555
+ i === (i = r(o)) && n ? n.p(o, a) : (n.d(1), n = i(o), n && (n.c(), n.m(t, null)));
5556
5556
  },
5557
5557
  i: ce,
5558
5558
  o: ce,
5559
5559
  d(o) {
5560
- o && D(t), i.d(), e[41](null);
5560
+ o && D(t), n.d(), e[41](null);
5561
5561
  }
5562
5562
  };
5563
5563
  }
5564
5564
  function Zs(e, t, r) {
5565
- let n;
5566
- go(e, Rs, (b) => r(15, n = b));
5567
- let { userid: i } = t, { sessionid: o } = t, { endpoint: a } = t, { lang: l = "en" } = t, { clientstyling: c } = t, { clientstylingurl: u } = t, { translationurl: h } = t, { custominputtextswitch: d = "false" } = t, p, _ = !0;
5565
+ let i;
5566
+ vo(e, Rs, (b) => r(15, i = b));
5567
+ let { userid: n } = t, { sessionid: o } = t, { endpoint: a } = t, { lang: l = "en" } = t, { clientstyling: c } = t, { clientstylingurl: u } = t, { translationurl: h } = t, { custominputtextswitch: m = "false" } = t, p, _ = !0;
5568
5568
  const S = Us(window.navigator.userAgent) !== "PC";
5569
- let v = null, O = null, B = null, k = null, R, fe;
5569
+ let g = null, O = null, B = null, k = null, R, fe;
5570
5570
  const y = {}, A = {}, xe = {
5571
5571
  address1: "i.e.: Glanmire Rd.",
5572
5572
  birth: "01/01/1990",
@@ -5584,7 +5584,7 @@ function Zs(e, t, r) {
5584
5584
  title: "",
5585
5585
  username: "Username"
5586
5586
  };
5587
- let Ae = !1, Ge = !1, oe = !0, W = !0, ze = !0, z = !0, Oe = !0, me = !0, Qe = !0, X = !1;
5587
+ let Ae = !1, Ge = !1, oe = !0, W = !0, ze = !0, z = !0, Oe = !0, de = !0, Qe = !0, X = !1;
5588
5588
  const Ce = {
5589
5589
  document: /^(?=.*[a-zA-Z0-9])[a-zA-Z0-9\s]+$/
5590
5590
  }, Ze = window.matchMedia("(min-width: 768px)"), ye = (b) => {
@@ -5599,7 +5599,7 @@ function Zs(e, t, r) {
5599
5599
  j.tagCode !== "termsandconditions" && j.tagCode !== "privacypolicy" && j.tagCode !== "pepconsent" && r(4, y.consents[j.tagCode] = j.status === "Accepted", y);
5600
5600
  })), fe = ye(y), R = ye(y.consents), r(2, _ = !1);
5601
5601
  }, De = () => {
5602
- const b = new URL(`${a}/v1/player/${i}/profile`), P = new Headers();
5602
+ const b = new URL(`${a}/v1/player/${n}/profile`), P = new Headers();
5603
5603
  P.append("X-SessionID", o);
5604
5604
  const H = { method: "GET", headers: P };
5605
5605
  fetch(b.href, H).then((N) => N.json()).then(
@@ -5611,7 +5611,7 @@ function Zs(e, t, r) {
5611
5611
  }
5612
5612
  );
5613
5613
  }, Et = () => {
5614
- const b = new URL(`${a}/v1/player/${i}/consent`), P = new Headers();
5614
+ const b = new URL(`${a}/v1/player/${n}/consent`), P = new Headers();
5615
5615
  P.append("X-SessionID", o);
5616
5616
  const H = { method: "GET", headers: P };
5617
5617
  fetch(b.href, H).then((N) => N.json()).then(
@@ -5630,10 +5630,10 @@ function Zs(e, t, r) {
5630
5630
  });
5631
5631
  }, kt = () => {
5632
5632
  fetch(`${a}/v1/player/phonecodes`).then((b) => b.json()).then((b) => {
5633
- r(3, v = b.phoneCodes);
5633
+ r(3, g = b.phoneCodes);
5634
5634
  });
5635
5635
  }, Je = () => {
5636
- r(7, oe = !1), Oe && me && W && z && ze && Qe && r(7, oe = !0);
5636
+ r(7, oe = !1), Oe && de && W && z && ze && Qe && r(7, oe = !0);
5637
5637
  }, _t = () => {
5638
5638
  r(6, Ae = ye(y) !== fe);
5639
5639
  }, se = () => {
@@ -5653,7 +5653,7 @@ function Zs(e, t, r) {
5653
5653
  r(10, z = !1), y.address1 && y.address1.length <= 100 && r(10, z = !0);
5654
5654
  break;
5655
5655
  case "securityQuestion":
5656
- if (r(11, Oe = !1), y.securityQuestion) switch (d) {
5656
+ if (r(11, Oe = !1), y.securityQuestion) switch (m) {
5657
5657
  case "true":
5658
5658
  Ce.document.test(y.securityQuestion) && y.securityQuestion.length <= 50 && r(11, Oe = !0);
5659
5659
  break;
@@ -5663,12 +5663,12 @@ function Zs(e, t, r) {
5663
5663
  }
5664
5664
  break;
5665
5665
  case "securityAnswer":
5666
- if (r(12, me = !1), y.securityAnswer) switch (d) {
5666
+ if (r(12, de = !1), y.securityAnswer) switch (m) {
5667
5667
  case "true":
5668
- Ce.document.test(y.securityAnswer) && y.securityAnswer.length <= 50 && r(12, me = !0);
5668
+ Ce.document.test(y.securityAnswer) && y.securityAnswer.length <= 50 && r(12, de = !0);
5669
5669
  break;
5670
5670
  case "false":
5671
- y.securityAnswer && y.securityAnswer.length <= 120 && r(12, me = !0);
5671
+ y.securityAnswer && y.securityAnswer.length <= 120 && r(12, de = !0);
5672
5672
  break;
5673
5673
  }
5674
5674
  break;
@@ -5688,7 +5688,7 @@ function Zs(e, t, r) {
5688
5688
  type: "WidgetNotification",
5689
5689
  data: {
5690
5690
  type: "success",
5691
- message: n("profileUpdateSuccess")
5691
+ message: i("profileUpdateSuccess")
5692
5692
  }
5693
5693
  },
5694
5694
  window.location.href
@@ -5699,7 +5699,7 @@ function Zs(e, t, r) {
5699
5699
  type: "WidgetNotification",
5700
5700
  data: {
5701
5701
  type: "error",
5702
- message: n("userProfileUpdateError")
5702
+ message: i("userProfileUpdateError")
5703
5703
  }
5704
5704
  },
5705
5705
  window.location.href
@@ -5718,7 +5718,7 @@ function Zs(e, t, r) {
5718
5718
  return;
5719
5719
  }
5720
5720
  }, Le = () => pr(this, null, function* () {
5721
- const b = new URL(`${a}/v1/player/${i}/profile`), P = new Headers();
5721
+ const b = new URL(`${a}/v1/player/${n}/profile`), P = new Headers();
5722
5722
  P.append("X-SessionID", o), P.append("Content-Type", "application/json"), P.append("Accept", "application/json");
5723
5723
  const H = ye(y);
5724
5724
  if (H === null)
@@ -5731,7 +5731,7 @@ function Zs(e, t, r) {
5731
5731
  tagCode: pe,
5732
5732
  status: j ? "Accepted" : "Denied"
5733
5733
  }))
5734
- ], P = new URL(`${a}/v1/player/${i}/consent`), H = new Headers();
5734
+ ], P = new URL(`${a}/v1/player/${n}/consent`), H = new Headers();
5735
5735
  H.append("X-SessionID", o), H.append("Content-Type", "application/json"), H.append("Accept", "application/json");
5736
5736
  const N = ye({ items: b });
5737
5737
  if (N === null)
@@ -5764,38 +5764,38 @@ function Zs(e, t, r) {
5764
5764
  }, Fe = () => {
5765
5765
  fetch(h).then((P) => P.json()).then((P) => {
5766
5766
  Object.keys(P).forEach((H) => {
5767
- pi(H, P[H]);
5767
+ pn(H, P[H]);
5768
5768
  });
5769
5769
  }).catch((P) => {
5770
5770
  console.log(P);
5771
5771
  });
5772
5772
  };
5773
- Object.keys(di).forEach((b) => {
5774
- pi(b, di[b]);
5773
+ Object.keys(mn).forEach((b) => {
5774
+ pn(b, mn[b]);
5775
5775
  });
5776
5776
  function Ye() {
5777
- y.mobile.prefix = So(this), r(4, y), r(3, v);
5777
+ y.mobile.prefix = So(this), r(4, y), r(3, g);
5778
5778
  }
5779
5779
  function Ke() {
5780
- y.mobile.number = this.value, r(4, y), r(3, v);
5780
+ y.mobile.number = this.value, r(4, y), r(3, g);
5781
5781
  }
5782
5782
  function wt() {
5783
- y.securityQuestion = this.value, r(4, y), r(3, v);
5783
+ y.securityQuestion = this.value, r(4, y), r(3, g);
5784
5784
  }
5785
5785
  function Ut() {
5786
- y.securityAnswer = this.value, r(4, y), r(3, v);
5786
+ y.securityAnswer = this.value, r(4, y), r(3, g);
5787
5787
  }
5788
5788
  function he() {
5789
- y.city = this.value, r(4, y), r(3, v);
5789
+ y.city = this.value, r(4, y), r(3, g);
5790
5790
  }
5791
5791
  function $e() {
5792
- y.address1 = this.value, r(4, y), r(3, v);
5792
+ y.address1 = this.value, r(4, y), r(3, g);
5793
5793
  }
5794
5794
  function jt() {
5795
- y.postalCode = this.value, r(4, y), r(3, v);
5795
+ y.postalCode = this.value, r(4, y), r(3, g);
5796
5796
  }
5797
5797
  function Re(b) {
5798
- y.consents[b] = this.checked, r(4, y), r(3, v);
5798
+ y.consents[b] = this.checked, r(4, y), r(3, g);
5799
5799
  }
5800
5800
  function et(b) {
5801
5801
  Yr[b ? "unshift" : "push"](() => {
@@ -5803,11 +5803,11 @@ function Zs(e, t, r) {
5803
5803
  });
5804
5804
  }
5805
5805
  return e.$$set = (b) => {
5806
- "userid" in b && r(23, i = b.userid), "sessionid" in b && r(24, o = b.sessionid), "endpoint" in b && r(25, a = b.endpoint), "lang" in b && r(26, l = b.lang), "clientstyling" in b && r(27, c = b.clientstyling), "clientstylingurl" in b && r(28, u = b.clientstylingurl), "translationurl" in b && r(29, h = b.translationurl), "custominputtextswitch" in b && r(0, d = b.custominputtextswitch);
5806
+ "userid" in b && r(23, n = b.userid), "sessionid" in b && r(24, o = b.sessionid), "endpoint" in b && r(25, a = b.endpoint), "lang" in b && r(26, l = b.lang), "clientstyling" in b && r(27, c = b.clientstyling), "clientstylingurl" in b && r(28, u = b.clientstylingurl), "translationurl" in b && r(29, h = b.translationurl), "custominputtextswitch" in b && r(0, m = b.custominputtextswitch);
5807
5807
  }, e.$$.update = () => {
5808
5808
  e.$$.dirty[0] & /*endpoint, userid, sessionid*/
5809
- 58720256 && a && i && o && De(), e.$$.dirty[0] & /*endpoint, userid, sessionid*/
5810
- 58720256 && a && i && o && Et(), e.$$.dirty[0] & /*endpoint*/
5809
+ 58720256 && a && n && o && De(), e.$$.dirty[0] & /*endpoint, userid, sessionid*/
5810
+ 58720256 && a && n && o && Et(), e.$$.dirty[0] & /*endpoint*/
5811
5811
  33554432 && a && ae(), e.$$.dirty[0] & /*endpoint*/
5812
5812
  33554432 && a && kt(), e.$$.dirty[0] & /*countriesArray*/
5813
5813
  1073741824 | e.$$.dirty[1] & /*profileInfo, profileConsent*/
@@ -5817,10 +5817,10 @@ function Zs(e, t, r) {
5817
5817
  134217730 && c && p && qe(), e.$$.dirty[0] & /*translationurl*/
5818
5818
  536870912 && h && Fe();
5819
5819
  }, [
5820
- d,
5820
+ m,
5821
5821
  p,
5822
5822
  _,
5823
- v,
5823
+ g,
5824
5824
  y,
5825
5825
  A,
5826
5826
  Ae,
@@ -5829,10 +5829,10 @@ function Zs(e, t, r) {
5829
5829
  ze,
5830
5830
  z,
5831
5831
  Oe,
5832
- me,
5832
+ de,
5833
5833
  Qe,
5834
5834
  X,
5835
- n,
5835
+ i,
5836
5836
  S,
5837
5837
  xe,
5838
5838
  Ze,
@@ -5840,7 +5840,7 @@ function Zs(e, t, r) {
5840
5840
  ke,
5841
5841
  Lt,
5842
5842
  le,
5843
- i,
5843
+ n,
5844
5844
  o,
5845
5845
  a,
5846
5846
  l,
@@ -5868,7 +5868,7 @@ class Js extends ko {
5868
5868
  t,
5869
5869
  Zs,
5870
5870
  Xs,
5871
- Ti,
5871
+ Tn,
5872
5872
  {
5873
5873
  userid: 23,
5874
5874
  sessionid: 24,