@everymatrix/player-account-biometrics 1.77.20 → 1.77.22

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,17 +1,17 @@
1
- var ar = Object.defineProperty, ur = Object.defineProperties;
2
- var hr = Object.getOwnPropertyDescriptors;
3
- var qe = Object.getOwnPropertySymbols;
4
- var lr = Object.prototype.hasOwnProperty, cr = Object.prototype.propertyIsEnumerable;
5
- var Se = (e, t, r) => t in e ? ar(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ke = (e, t) => {
1
+ var fr = Object.defineProperty, pr = Object.defineProperties;
2
+ var mr = Object.getOwnPropertyDescriptors;
3
+ var nt = Object.getOwnPropertySymbols;
4
+ var br = Object.prototype.hasOwnProperty, dr = Object.prototype.propertyIsEnumerable;
5
+ var Te = (e, t, r) => t in e ? fr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, it = (e, t) => {
6
6
  for (var r in t || (t = {}))
7
- lr.call(t, r) && Se(e, r, t[r]);
8
- if (qe)
9
- for (var r of qe(t))
10
- cr.call(t, r) && Se(e, r, t[r]);
7
+ br.call(t, r) && Te(e, r, t[r]);
8
+ if (nt)
9
+ for (var r of nt(t))
10
+ dr.call(t, r) && Te(e, r, t[r]);
11
11
  return e;
12
- }, et = (e, t) => ur(e, hr(t));
13
- var O = (e, t, r) => (Se(e, typeof t != "symbol" ? t + "" : t, r), r);
14
- var tt = (e, t, r) => new Promise((n, i) => {
12
+ }, ot = (e, t) => pr(e, mr(t));
13
+ var O = (e, t, r) => (Te(e, typeof t != "symbol" ? t + "" : t, r), r);
14
+ var st = (e, t, r) => new Promise((n, i) => {
15
15
  var o = (h) => {
16
16
  try {
17
17
  a(r.next(h));
@@ -29,25 +29,25 @@ var tt = (e, t, r) => new Promise((n, i) => {
29
29
  });
30
30
  function N() {
31
31
  }
32
- function wt(e) {
32
+ function It(e) {
33
33
  return e();
34
34
  }
35
- function rt() {
35
+ function at() {
36
36
  return /* @__PURE__ */ Object.create(null);
37
37
  }
38
- function ue(e) {
39
- e.forEach(wt);
38
+ function ae(e) {
39
+ e.forEach(It);
40
40
  }
41
- function Ze(e) {
41
+ function Ke(e) {
42
42
  return typeof e == "function";
43
43
  }
44
- function Ht(e, t) {
44
+ function Nt(e, t) {
45
45
  return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
46
46
  }
47
- function fr(e) {
47
+ function gr(e) {
48
48
  return Object.keys(e).length === 0;
49
49
  }
50
- function At(e, ...t) {
50
+ function Mt(e, ...t) {
51
51
  if (e == null) {
52
52
  for (const n of t)
53
53
  n(void 0);
@@ -56,20 +56,20 @@ function At(e, ...t) {
56
56
  const r = e.subscribe(...t);
57
57
  return r.unsubscribe ? () => r.unsubscribe() : r;
58
58
  }
59
- function mr(e, t, r) {
60
- e.$$.on_destroy.push(At(t, r));
59
+ function yr(e, t, r) {
60
+ e.$$.on_destroy.push(Mt(t, r));
61
61
  }
62
- function E(e, t) {
62
+ function v(e, t) {
63
63
  e.appendChild(t);
64
64
  }
65
- function pr(e, t, r) {
66
- const n = br(e);
65
+ function vr(e, t, r) {
66
+ const n = Er(e);
67
67
  if (!n.getElementById(t)) {
68
68
  const i = I("style");
69
- i.id = t, i.textContent = r, dr(n, i);
69
+ i.id = t, i.textContent = r, _r(n, i);
70
70
  }
71
71
  }
72
- function br(e) {
72
+ function Er(e) {
73
73
  if (!e)
74
74
  return document;
75
75
  const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
@@ -79,17 +79,17 @@ function br(e) {
79
79
  t
80
80
  ) : e.ownerDocument;
81
81
  }
82
- function dr(e, t) {
83
- return E(
82
+ function _r(e, t) {
83
+ return v(
84
84
  /** @type {Document} */
85
85
  e.head || e,
86
86
  t
87
87
  ), t.sheet;
88
88
  }
89
- function Ye(e, t, r) {
89
+ function et(e, t, r) {
90
90
  e.insertBefore(t, r || null);
91
91
  }
92
- function ye(e) {
92
+ function ve(e) {
93
93
  e.parentNode && e.parentNode.removeChild(e);
94
94
  }
95
95
  function I(e) {
@@ -101,23 +101,23 @@ function j(e) {
101
101
  function G(e) {
102
102
  return document.createTextNode(e);
103
103
  }
104
- function re() {
104
+ function te() {
105
105
  return G(" ");
106
106
  }
107
- function Pt(e, t, r, n) {
107
+ function Lt(e, t, r, n) {
108
108
  return e.addEventListener(t, r, n), () => e.removeEventListener(t, r, n);
109
109
  }
110
110
  function B(e, t, r) {
111
111
  r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
112
112
  }
113
- function gr(e) {
113
+ function xr(e) {
114
114
  return Array.from(e.childNodes);
115
115
  }
116
- function ne(e, t) {
116
+ function re(e, t) {
117
117
  t = "" + t, e.data !== t && (e.data = /** @type {string} */
118
118
  t);
119
119
  }
120
- function yr(e) {
120
+ function Br(e) {
121
121
  const t = {};
122
122
  return e.childNodes.forEach(
123
123
  /** @param {Element} node */
@@ -126,87 +126,87 @@ function yr(e) {
126
126
  }
127
127
  ), t;
128
128
  }
129
- let oe;
130
- function ie(e) {
131
- oe = e;
129
+ let ie;
130
+ function ne(e) {
131
+ ie = e;
132
132
  }
133
- function vr() {
134
- if (!oe)
133
+ function Sr() {
134
+ if (!ie)
135
135
  throw new Error("Function called outside component initialization");
136
- return oe;
136
+ return ie;
137
137
  }
138
- function Er(e) {
139
- vr().$$.on_mount.push(e);
138
+ function wr(e) {
139
+ Sr().$$.on_mount.push(e);
140
140
  }
141
- const X = [], Ne = [];
141
+ const X = [], Ce = [];
142
142
  let W = [];
143
- const nt = [], _r = /* @__PURE__ */ Promise.resolve();
144
- let Me = !1;
145
- function xr() {
146
- Me || (Me = !0, _r.then(R));
143
+ const ut = [], Tr = /* @__PURE__ */ Promise.resolve();
144
+ let $e = !1;
145
+ function Hr() {
146
+ $e || ($e = !0, Tr.then(R));
147
147
  }
148
- function Le(e) {
148
+ function Re(e) {
149
149
  W.push(e);
150
150
  }
151
- const Te = /* @__PURE__ */ new Set();
151
+ const He = /* @__PURE__ */ new Set();
152
152
  let k = 0;
153
153
  function R() {
154
154
  if (k !== 0)
155
155
  return;
156
- const e = oe;
156
+ const e = ie;
157
157
  do {
158
158
  try {
159
159
  for (; k < X.length; ) {
160
160
  const t = X[k];
161
- k++, ie(t), Br(t.$$);
161
+ k++, ne(t), Ar(t.$$);
162
162
  }
163
163
  } catch (t) {
164
164
  throw X.length = 0, k = 0, t;
165
165
  }
166
- for (ie(null), X.length = 0, k = 0; Ne.length; )
167
- Ne.pop()();
166
+ for (ne(null), X.length = 0, k = 0; Ce.length; )
167
+ Ce.pop()();
168
168
  for (let t = 0; t < W.length; t += 1) {
169
169
  const r = W[t];
170
- Te.has(r) || (Te.add(r), r());
170
+ He.has(r) || (He.add(r), r());
171
171
  }
172
172
  W.length = 0;
173
173
  } while (X.length);
174
- for (; nt.length; )
175
- nt.pop()();
176
- Me = !1, Te.clear(), ie(e);
174
+ for (; ut.length; )
175
+ ut.pop()();
176
+ $e = !1, He.clear(), ne(e);
177
177
  }
178
- function Br(e) {
178
+ function Ar(e) {
179
179
  if (e.fragment !== null) {
180
- e.update(), ue(e.before_update);
180
+ e.update(), ae(e.before_update);
181
181
  const t = e.dirty;
182
- e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Le);
182
+ e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Re);
183
183
  }
184
184
  }
185
- function Sr(e) {
185
+ function Pr(e) {
186
186
  const t = [], r = [];
187
187
  W.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), W = t;
188
188
  }
189
- const Tr = /* @__PURE__ */ new Set();
190
- function wr(e, t) {
191
- e && e.i && (Tr.delete(e), e.i(t));
189
+ const Or = /* @__PURE__ */ new Set();
190
+ function Ir(e, t) {
191
+ e && e.i && (Or.delete(e), e.i(t));
192
192
  }
193
- function Hr(e, t, r) {
193
+ function Nr(e, t, r) {
194
194
  const { fragment: n, after_update: i } = e.$$;
195
- n && n.m(t, r), Le(() => {
196
- const o = e.$$.on_mount.map(wt).filter(Ze);
197
- e.$$.on_destroy ? e.$$.on_destroy.push(...o) : ue(o), e.$$.on_mount = [];
198
- }), i.forEach(Le);
195
+ n && n.m(t, r), Re(() => {
196
+ const o = e.$$.on_mount.map(It).filter(Ke);
197
+ e.$$.on_destroy ? e.$$.on_destroy.push(...o) : ae(o), e.$$.on_mount = [];
198
+ }), i.forEach(Re);
199
199
  }
200
- function Ar(e, t) {
200
+ function Mr(e, t) {
201
201
  const r = e.$$;
202
- r.fragment !== null && (Sr(r.after_update), ue(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
202
+ r.fragment !== null && (Pr(r.after_update), ae(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
203
203
  }
204
- function Pr(e, t) {
205
- e.$$.dirty[0] === -1 && (X.push(e), xr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
204
+ function Lr(e, t) {
205
+ e.$$.dirty[0] === -1 && (X.push(e), Hr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
206
206
  }
207
- function Or(e, t, r, n, i, o, s = null, a = [-1]) {
208
- const h = oe;
209
- ie(e);
207
+ function Cr(e, t, r, n, i, o, s = null, a = [-1]) {
208
+ const h = ie;
209
+ ne(e);
210
210
  const u = e.$$ = {
211
211
  fragment: null,
212
212
  ctx: [],
@@ -214,7 +214,7 @@ function Or(e, t, r, n, i, o, s = null, a = [-1]) {
214
214
  props: o,
215
215
  update: N,
216
216
  not_equal: i,
217
- bound: rt(),
217
+ bound: at(),
218
218
  // lifecycle
219
219
  on_mount: [],
220
220
  on_destroy: [],
@@ -223,28 +223,28 @@ function Or(e, t, r, n, i, o, s = null, a = [-1]) {
223
223
  after_update: [],
224
224
  context: new Map(t.context || (h ? h.$$.context : [])),
225
225
  // everything else
226
- callbacks: rt(),
226
+ callbacks: at(),
227
227
  dirty: a,
228
228
  skip_bound: !1,
229
229
  root: t.target || h.$$.root
230
230
  };
231
231
  s && s(u.root);
232
232
  let l = !1;
233
- if (u.ctx = r ? r(e, t.props || {}, (c, f, ...m) => {
234
- const g = m.length ? m[0] : f;
235
- return u.ctx && i(u.ctx[c], u.ctx[c] = g) && (!u.skip_bound && u.bound[c] && u.bound[c](g), l && Pr(e, c)), f;
236
- }) : [], u.update(), l = !0, ue(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
233
+ if (u.ctx = r ? r(e, t.props || {}, (c, f, ...p) => {
234
+ const g = p.length ? p[0] : f;
235
+ return u.ctx && i(u.ctx[c], u.ctx[c] = g) && (!u.skip_bound && u.bound[c] && u.bound[c](g), l && Lr(e, c)), f;
236
+ }) : [], u.update(), l = !0, ae(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
237
237
  if (t.hydrate) {
238
- const c = gr(t.target);
239
- u.fragment && u.fragment.l(c), c.forEach(ye);
238
+ const c = xr(t.target);
239
+ u.fragment && u.fragment.l(c), c.forEach(ve);
240
240
  } else
241
241
  u.fragment && u.fragment.c();
242
- t.intro && wr(e.$$.fragment), Hr(e, t.target, t.anchor), R();
242
+ t.intro && Ir(e.$$.fragment), Nr(e, t.target, t.anchor), R();
243
243
  }
244
- ie(h);
244
+ ne(h);
245
245
  }
246
- let Ot;
247
- typeof HTMLElement == "function" && (Ot = class extends HTMLElement {
246
+ let Ct;
247
+ typeof HTMLElement == "function" && (Ct = class extends HTMLElement {
248
248
  constructor(t, r, n) {
249
249
  super();
250
250
  /** The Svelte component constructor */
@@ -281,7 +281,7 @@ typeof HTMLElement == "function" && (Ot = class extends HTMLElement {
281
281
  }
282
282
  }
283
283
  connectedCallback() {
284
- return tt(this, null, function* () {
284
+ return st(this, null, function* () {
285
285
  if (this.$$cn = !0, !this.$$c) {
286
286
  let t = function(o) {
287
287
  return () => {
@@ -295,17 +295,17 @@ typeof HTMLElement == "function" && (Ot = class extends HTMLElement {
295
295
  * @param {HTMLElement} [anchor]
296
296
  */
297
297
  m: function(u, l) {
298
- Ye(u, s, l);
298
+ et(u, s, l);
299
299
  },
300
300
  d: function(u) {
301
- u && ye(s);
301
+ u && ve(s);
302
302
  }
303
303
  };
304
304
  };
305
305
  };
306
306
  if (yield Promise.resolve(), !this.$$cn || this.$$c)
307
307
  return;
308
- const r = {}, n = yr(this);
308
+ const r = {}, n = Br(this);
309
309
  for (const o of this.$$s)
310
310
  o in n && (r[o] = [t(o)]);
311
311
  for (const o of this.attributes) {
@@ -316,7 +316,7 @@ typeof HTMLElement == "function" && (Ot = class extends HTMLElement {
316
316
  !(o in this.$$d) && this[o] !== void 0 && (this.$$d[o] = this[o], delete this[o]);
317
317
  this.$$c = new this.$$ctor({
318
318
  target: this.shadowRoot || this,
319
- props: et(Ke({}, this.$$d), {
319
+ props: ot(it({}, this.$$d), {
320
320
  $$slots: r,
321
321
  $$scope: {
322
322
  ctx: []
@@ -394,8 +394,8 @@ function fe(e, t, r, n) {
394
394
  return t;
395
395
  }
396
396
  }
397
- function Ir(e, t, r, n, i, o) {
398
- let s = class extends Ot {
397
+ function $r(e, t, r, n, i, o) {
398
+ let s = class extends Ct {
399
399
  constructor() {
400
400
  super(e, r, i), this.$$p_d = t;
401
401
  }
@@ -425,7 +425,7 @@ function Ir(e, t, r, n, i, o) {
425
425
  }), e.element = /** @type {any} */
426
426
  s, s;
427
427
  }
428
- class Nr {
428
+ class Rr {
429
429
  constructor() {
430
430
  /**
431
431
  * ### PRIVATE API
@@ -446,7 +446,7 @@ class Nr {
446
446
  }
447
447
  /** @returns {void} */
448
448
  $destroy() {
449
- Ar(this, 1), this.$destroy = N;
449
+ Mr(this, 1), this.$destroy = N;
450
450
  }
451
451
  /**
452
452
  * @template {Extract<keyof Events, string>} K
@@ -455,7 +455,7 @@ class Nr {
455
455
  * @returns {() => void}
456
456
  */
457
457
  $on(t, r) {
458
- if (!Ze(r))
458
+ if (!Ke(r))
459
459
  return N;
460
460
  const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
461
461
  return n.push(r), () => {
@@ -468,11 +468,11 @@ class Nr {
468
468
  * @returns {void}
469
469
  */
470
470
  $set(t) {
471
- this.$$set && !fr(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
471
+ this.$$set && !gr(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
472
472
  }
473
473
  }
474
- const Mr = "4";
475
- typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Mr);
474
+ const Dr = "4";
475
+ typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Dr);
476
476
  /*! *****************************************************************************
477
477
  Copyright (c) Microsoft Corporation.
478
478
 
@@ -487,43 +487,24 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
487
487
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
488
488
  PERFORMANCE OF THIS SOFTWARE.
489
489
  ***************************************************************************** */
490
- var Ce = function(e, t) {
491
- return Ce = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
490
+ var De = function(e, t) {
491
+ return De = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
492
492
  r.__proto__ = n;
493
493
  } || function(r, n) {
494
494
  for (var i in n)
495
495
  Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
496
- }, Ce(e, t);
496
+ }, De(e, t);
497
497
  };
498
- function $(e, t) {
498
+ function ue(e, t) {
499
499
  if (typeof t != "function" && t !== null)
500
500
  throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
501
- Ce(e, t);
501
+ De(e, t);
502
502
  function r() {
503
503
  this.constructor = e;
504
504
  }
505
505
  e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
506
506
  }
507
- var y = function() {
508
- return y = Object.assign || function(t) {
509
- for (var r, n = 1, i = arguments.length; n < i; n++) {
510
- r = arguments[n];
511
- for (var o in r)
512
- Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
513
- }
514
- return t;
515
- }, y.apply(this, arguments);
516
- };
517
- function Lr(e, t) {
518
- var r = {};
519
- for (var n in e)
520
- Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
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]]);
524
- return r;
525
- }
526
- function $e(e) {
507
+ function Ue(e) {
527
508
  var t = typeof Symbol == "function" && Symbol.iterator, r = t && e[t], n = 0;
528
509
  if (r)
529
510
  return r.call(e);
@@ -535,7 +516,7 @@ function $e(e) {
535
516
  };
536
517
  throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
537
518
  }
538
- function Re(e, t) {
519
+ function Ge(e, t) {
539
520
  var r = typeof Symbol == "function" && e[Symbol.iterator];
540
521
  if (!r)
541
522
  return e;
@@ -555,22 +536,22 @@ function Re(e, t) {
555
536
  }
556
537
  return o;
557
538
  }
558
- function z(e, t, r) {
559
- if (r || arguments.length === 2)
539
+ function Fe(e, t, r) {
540
+ if (arguments.length === 2)
560
541
  for (var n = 0, i = t.length, o; n < i; n++)
561
542
  (o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
562
543
  return e.concat(o || t);
563
544
  }
564
- function C(e) {
545
+ function $(e) {
565
546
  return typeof e == "function";
566
547
  }
567
- function It(e) {
548
+ function $t(e) {
568
549
  var t = function(n) {
569
550
  Error.call(n), n.stack = new Error().stack;
570
551
  }, r = e(t);
571
552
  return r.prototype = Object.create(Error.prototype), r.prototype.constructor = r, r;
572
553
  }
573
- var we = It(function(e) {
554
+ var Ae = $t(function(e) {
574
555
  return function(r) {
575
556
  e(this), this.message = r ? r.length + ` errors occurred during unsubscription:
576
557
  ` + r.map(function(n, i) {
@@ -579,13 +560,13 @@ var we = It(function(e) {
579
560
  `) : "", this.name = "UnsubscriptionError", this.errors = r;
580
561
  };
581
562
  });
582
- function De(e, t) {
563
+ function je(e, t) {
583
564
  if (e) {
584
565
  var r = e.indexOf(t);
585
566
  0 <= r && e.splice(r, 1);
586
567
  }
587
568
  }
588
- var ve = function() {
569
+ var Ee = function() {
589
570
  function e(t) {
590
571
  this.initialTeardown = t, this.closed = !1, this._parentage = null, this._finalizers = null;
591
572
  }
@@ -597,12 +578,12 @@ var ve = function() {
597
578
  if (s)
598
579
  if (this._parentage = null, Array.isArray(s))
599
580
  try {
600
- for (var a = $e(s), h = a.next(); !h.done; h = a.next()) {
581
+ for (var a = Ue(s), h = a.next(); !h.done; h = a.next()) {
601
582
  var u = h.value;
602
583
  u.remove(this);
603
584
  }
604
- } catch (p) {
605
- t = { error: p };
585
+ } catch (m) {
586
+ t = { error: m };
606
587
  } finally {
607
588
  try {
608
589
  h && !h.done && (r = a.return) && r.call(a);
@@ -614,29 +595,29 @@ var ve = function() {
614
595
  else
615
596
  s.remove(this);
616
597
  var l = this.initialTeardown;
617
- if (C(l))
598
+ if ($(l))
618
599
  try {
619
600
  l();
620
- } catch (p) {
621
- o = p instanceof we ? p.errors : [p];
601
+ } catch (m) {
602
+ o = m instanceof Ae ? m.errors : [m];
622
603
  }
623
604
  var c = this._finalizers;
624
605
  if (c) {
625
606
  this._finalizers = null;
626
607
  try {
627
- for (var f = $e(c), m = f.next(); !m.done; m = f.next()) {
628
- var g = m.value;
608
+ for (var f = Ue(c), p = f.next(); !p.done; p = f.next()) {
609
+ var g = p.value;
629
610
  try {
630
- it(g);
631
- } catch (p) {
632
- o = o != null ? o : [], p instanceof we ? o = z(z([], Re(o)), Re(p.errors)) : o.push(p);
611
+ ht(g);
612
+ } catch (m) {
613
+ o = o != null ? o : [], m instanceof Ae ? o = Fe(Fe([], Ge(o)), Ge(m.errors)) : o.push(m);
633
614
  }
634
615
  }
635
- } catch (p) {
636
- n = { error: p };
616
+ } catch (m) {
617
+ n = { error: m };
637
618
  } finally {
638
619
  try {
639
- m && !m.done && (i = f.return) && i.call(f);
620
+ p && !p.done && (i = f.return) && i.call(f);
640
621
  } finally {
641
622
  if (n)
642
623
  throw n.error;
@@ -644,13 +625,13 @@ var ve = function() {
644
625
  }
645
626
  }
646
627
  if (o)
647
- throw new we(o);
628
+ throw new Ae(o);
648
629
  }
649
630
  }, e.prototype.add = function(t) {
650
631
  var r;
651
632
  if (t && t !== this)
652
633
  if (this.closed)
653
- it(t);
634
+ ht(t);
654
635
  else {
655
636
  if (t instanceof e) {
656
637
  if (t.closed || t._hasParent(this))
@@ -667,52 +648,52 @@ var ve = function() {
667
648
  this._parentage = Array.isArray(r) ? (r.push(t), r) : r ? [r, t] : t;
668
649
  }, e.prototype._removeParent = function(t) {
669
650
  var r = this._parentage;
670
- r === t ? this._parentage = null : Array.isArray(r) && De(r, t);
651
+ r === t ? this._parentage = null : Array.isArray(r) && je(r, t);
671
652
  }, e.prototype.remove = function(t) {
672
653
  var r = this._finalizers;
673
- r && De(r, t), t instanceof e && t._removeParent(this);
654
+ r && je(r, t), t instanceof e && t._removeParent(this);
674
655
  }, e.EMPTY = function() {
675
656
  var t = new e();
676
657
  return t.closed = !0, t;
677
658
  }(), e;
678
- }(), Nt = ve.EMPTY;
679
- function Mt(e) {
680
- return e instanceof ve || e && "closed" in e && C(e.remove) && C(e.add) && C(e.unsubscribe);
659
+ }(), Rt = Ee.EMPTY;
660
+ function Dt(e) {
661
+ return e instanceof Ee || e && "closed" in e && $(e.remove) && $(e.add) && $(e.unsubscribe);
681
662
  }
682
- function it(e) {
683
- C(e) ? e() : e.unsubscribe();
663
+ function ht(e) {
664
+ $(e) ? e() : e.unsubscribe();
684
665
  }
685
- var Cr = {
666
+ var Ur = {
686
667
  Promise: void 0
687
- }, $r = {
668
+ }, Gr = {
688
669
  setTimeout: function(e, t) {
689
670
  for (var r = [], n = 2; n < arguments.length; n++)
690
671
  r[n - 2] = arguments[n];
691
- return setTimeout.apply(void 0, z([e, t], Re(r)));
672
+ return setTimeout.apply(void 0, Fe([e, t], Ge(r)));
692
673
  },
693
674
  clearTimeout: function(e) {
694
675
  return clearTimeout(e);
695
676
  },
696
677
  delegate: void 0
697
678
  };
698
- function Rr(e) {
699
- $r.setTimeout(function() {
679
+ function Fr(e) {
680
+ Gr.setTimeout(function() {
700
681
  throw e;
701
682
  });
702
683
  }
703
- function ot() {
684
+ function lt() {
704
685
  }
705
- function me(e) {
686
+ function pe(e) {
706
687
  e();
707
688
  }
708
- var Lt = function(e) {
709
- $(t, e);
689
+ var Ut = function(e) {
690
+ ue(t, e);
710
691
  function t(r) {
711
692
  var n = e.call(this) || this;
712
- return n.isStopped = !1, r ? (n.destination = r, Mt(r) && r.add(n)) : n.destination = Gr, n;
693
+ return n.isStopped = !1, r ? (n.destination = r, Dt(r) && r.add(n)) : n.destination = Vr, n;
713
694
  }
714
695
  return t.create = function(r, n, i) {
715
- return new Ue(r, n, i);
696
+ return new ke(r, n, i);
716
697
  }, t.prototype.next = function(r) {
717
698
  this.isStopped || this._next(r);
718
699
  }, t.prototype.error = function(r) {
@@ -736,7 +717,7 @@ var Lt = function(e) {
736
717
  this.unsubscribe();
737
718
  }
738
719
  }, t;
739
- }(ve), Dr = function() {
720
+ }(Ee), jr = function() {
740
721
  function e(t) {
741
722
  this.partialObserver = t;
742
723
  }
@@ -767,43 +748,43 @@ var Lt = function(e) {
767
748
  le(r);
768
749
  }
769
750
  }, e;
770
- }(), Ue = function(e) {
771
- $(t, e);
751
+ }(), ke = function(e) {
752
+ ue(t, e);
772
753
  function t(r, n, i) {
773
754
  var o = e.call(this) || this, s;
774
- return C(r) || !r ? s = {
755
+ return $(r) || !r ? s = {
775
756
  next: r != null ? r : void 0,
776
757
  error: n != null ? n : void 0,
777
758
  complete: i != null ? i : void 0
778
- } : s = r, o.destination = new Dr(s), o;
759
+ } : s = r, o.destination = new jr(s), o;
779
760
  }
780
761
  return t;
781
- }(Lt);
762
+ }(Ut);
782
763
  function le(e) {
783
- Rr(e);
764
+ Fr(e);
784
765
  }
785
- function Ur(e) {
766
+ function kr(e) {
786
767
  throw e;
787
768
  }
788
- var Gr = {
769
+ var Vr = {
789
770
  closed: !0,
790
- next: ot,
791
- error: Ur,
792
- complete: ot
793
- }, Fr = function() {
771
+ next: lt,
772
+ error: kr,
773
+ complete: lt
774
+ }, Xr = function() {
794
775
  return typeof Symbol == "function" && Symbol.observable || "@@observable";
795
776
  }();
796
- function jr(e) {
777
+ function Wr(e) {
797
778
  return e;
798
779
  }
799
- function kr(e) {
800
- return e.length === 0 ? jr : e.length === 1 ? e[0] : function(r) {
780
+ function zr(e) {
781
+ return e.length === 0 ? Wr : e.length === 1 ? e[0] : function(r) {
801
782
  return e.reduce(function(n, i) {
802
783
  return i(n);
803
784
  }, r);
804
785
  };
805
786
  }
806
- var st = function() {
787
+ var ct = function() {
807
788
  function e(t) {
808
789
  t && (this._subscribe = t);
809
790
  }
@@ -811,8 +792,8 @@ var st = function() {
811
792
  var r = new e();
812
793
  return r.source = this, r.operator = t, r;
813
794
  }, e.prototype.subscribe = function(t, r, n) {
814
- var i = this, o = Xr(t) ? t : new Ue(t, r, n);
815
- return me(function() {
795
+ var i = this, o = Yr(t) ? t : new ke(t, r, n);
796
+ return pe(function() {
816
797
  var s = i, a = s.operator, h = s.source;
817
798
  o.add(a ? a.call(o, h) : h ? i._subscribe(o) : i._trySubscribe(o));
818
799
  }), o;
@@ -824,8 +805,8 @@ var st = function() {
824
805
  }
825
806
  }, e.prototype.forEach = function(t, r) {
826
807
  var n = this;
827
- return r = at(r), new r(function(i, o) {
828
- var s = new Ue({
808
+ return r = ft(r), new r(function(i, o) {
809
+ var s = new ke({
829
810
  next: function(a) {
830
811
  try {
831
812
  t(a);
@@ -841,15 +822,15 @@ var st = function() {
841
822
  }, e.prototype._subscribe = function(t) {
842
823
  var r;
843
824
  return (r = this.source) === null || r === void 0 ? void 0 : r.subscribe(t);
844
- }, e.prototype[Fr] = function() {
825
+ }, e.prototype[Xr] = function() {
845
826
  return this;
846
827
  }, e.prototype.pipe = function() {
847
828
  for (var t = [], r = 0; r < arguments.length; r++)
848
829
  t[r] = arguments[r];
849
- return kr(t)(this);
830
+ return zr(t)(this);
850
831
  }, e.prototype.toPromise = function(t) {
851
832
  var r = this;
852
- return t = at(t), new t(function(n, i) {
833
+ return t = ft(t), new t(function(n, i) {
853
834
  var o;
854
835
  r.subscribe(function(s) {
855
836
  return o = s;
@@ -863,40 +844,40 @@ var st = function() {
863
844
  return new e(t);
864
845
  }, e;
865
846
  }();
866
- function at(e) {
847
+ function ft(e) {
867
848
  var t;
868
- return (t = e != null ? e : Cr.Promise) !== null && t !== void 0 ? t : Promise;
849
+ return (t = e != null ? e : Ur.Promise) !== null && t !== void 0 ? t : Promise;
869
850
  }
870
- function Vr(e) {
871
- return e && C(e.next) && C(e.error) && C(e.complete);
851
+ function Zr(e) {
852
+ return e && $(e.next) && $(e.error) && $(e.complete);
872
853
  }
873
- function Xr(e) {
874
- return e && e instanceof Lt || Vr(e) && Mt(e);
854
+ function Yr(e) {
855
+ return e && e instanceof Ut || Zr(e) && Dt(e);
875
856
  }
876
- var Wr = It(function(e) {
857
+ var Qr = $t(function(e) {
877
858
  return function() {
878
859
  e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
879
860
  };
880
- }), Ct = function(e) {
881
- $(t, e);
861
+ }), Gt = function(e) {
862
+ ue(t, e);
882
863
  function t() {
883
864
  var r = e.call(this) || this;
884
865
  return r.closed = !1, r.currentObservers = null, r.observers = [], r.isStopped = !1, r.hasError = !1, r.thrownError = null, r;
885
866
  }
886
867
  return t.prototype.lift = function(r) {
887
- var n = new ut(this, this);
868
+ var n = new pt(this, this);
888
869
  return n.operator = r, n;
889
870
  }, t.prototype._throwIfClosed = function() {
890
871
  if (this.closed)
891
- throw new Wr();
872
+ throw new Qr();
892
873
  }, t.prototype.next = function(r) {
893
874
  var n = this;
894
- me(function() {
875
+ pe(function() {
895
876
  var i, o;
896
877
  if (n._throwIfClosed(), !n.isStopped) {
897
878
  n.currentObservers || (n.currentObservers = Array.from(n.observers));
898
879
  try {
899
- for (var s = $e(n.currentObservers), a = s.next(); !a.done; a = s.next()) {
880
+ for (var s = Ue(n.currentObservers), a = s.next(); !a.done; a = s.next()) {
900
881
  var h = a.value;
901
882
  h.next(r);
902
883
  }
@@ -914,7 +895,7 @@ var Wr = It(function(e) {
914
895
  });
915
896
  }, t.prototype.error = function(r) {
916
897
  var n = this;
917
- me(function() {
898
+ pe(function() {
918
899
  if (n._throwIfClosed(), !n.isStopped) {
919
900
  n.hasError = n.isStopped = !0, n.thrownError = r;
920
901
  for (var i = n.observers; i.length; )
@@ -923,7 +904,7 @@ var Wr = It(function(e) {
923
904
  });
924
905
  }, t.prototype.complete = function() {
925
906
  var r = this;
926
- me(function() {
907
+ pe(function() {
927
908
  if (r._throwIfClosed(), !r.isStopped) {
928
909
  r.isStopped = !0;
929
910
  for (var n = r.observers; n.length; )
@@ -945,20 +926,20 @@ var Wr = It(function(e) {
945
926
  return this._throwIfClosed(), this._checkFinalizedStatuses(r), this._innerSubscribe(r);
946
927
  }, t.prototype._innerSubscribe = function(r) {
947
928
  var n = this, i = this, o = i.hasError, s = i.isStopped, a = i.observers;
948
- return o || s ? Nt : (this.currentObservers = null, a.push(r), new ve(function() {
949
- n.currentObservers = null, De(a, r);
929
+ return o || s ? Rt : (this.currentObservers = null, a.push(r), new Ee(function() {
930
+ n.currentObservers = null, je(a, r);
950
931
  }));
951
932
  }, t.prototype._checkFinalizedStatuses = function(r) {
952
933
  var n = this, i = n.hasError, o = n.thrownError, s = n.isStopped;
953
934
  i ? r.error(o) : s && r.complete();
954
935
  }, t.prototype.asObservable = function() {
955
- var r = new st();
936
+ var r = new ct();
956
937
  return r.source = this, r;
957
938
  }, t.create = function(r, n) {
958
- return new ut(r, n);
939
+ return new pt(r, n);
959
940
  }, t;
960
- }(st), ut = function(e) {
961
- $(t, e);
941
+ }(ct), pt = function(e) {
942
+ ue(t, e);
962
943
  function t(r, n) {
963
944
  var i = e.call(this) || this;
964
945
  return i.destination = r, i.source = n, i;
@@ -974,17 +955,17 @@ var Wr = It(function(e) {
974
955
  (n = (r = this.destination) === null || r === void 0 ? void 0 : r.complete) === null || n === void 0 || n.call(r);
975
956
  }, t.prototype._subscribe = function(r) {
976
957
  var n, i;
977
- return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : Nt;
958
+ return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : Rt;
978
959
  }, t;
979
- }(Ct), $t = {
960
+ }(Gt), Ft = {
980
961
  now: function() {
981
- return ($t.delegate || Date).now();
962
+ return (Ft.delegate || Date).now();
982
963
  },
983
964
  delegate: void 0
984
- }, zr = function(e) {
985
- $(t, e);
965
+ }, Jr = function(e) {
966
+ ue(t, e);
986
967
  function t(r, n, i) {
987
- r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = $t);
968
+ r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = Ft);
988
969
  var o = e.call(this) || this;
989
970
  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;
990
971
  }
@@ -1004,24 +985,24 @@ var Wr = It(function(e) {
1004
985
  u && o.splice(0, u + 1);
1005
986
  }
1006
987
  }, t;
1007
- }(Ct);
1008
- const ht = [], lt = {}, Zr = (e, t = 0) => {
1009
- if (ht.indexOf(e) == -1) {
1010
- const r = new zr(t);
1011
- lt[e] = r, ht.push(e);
988
+ }(Gt);
989
+ const mt = [], bt = {}, qr = (e, t = 0) => {
990
+ if (mt.indexOf(e) == -1) {
991
+ const r = new Jr(t);
992
+ bt[e] = r, mt.push(e);
1012
993
  }
1013
- return lt[e];
994
+ return bt[e];
1014
995
  }, V = [];
1015
- function Yr(e, t) {
996
+ function Kr(e, t) {
1016
997
  return {
1017
- subscribe: Ee(e, t).subscribe
998
+ subscribe: _e(e, t).subscribe
1018
999
  };
1019
1000
  }
1020
- function Ee(e, t = N) {
1001
+ function _e(e, t = N) {
1021
1002
  let r;
1022
1003
  const n = /* @__PURE__ */ new Set();
1023
1004
  function i(a) {
1024
- if (Ht(e, a) && (e = a, r)) {
1005
+ if (Nt(e, a) && (e = a, r)) {
1025
1006
  const h = !V.length;
1026
1007
  for (const u of n)
1027
1008
  u[1](), V.push(u, e);
@@ -1043,12 +1024,12 @@ function Ee(e, t = N) {
1043
1024
  }
1044
1025
  return { set: i, update: o, subscribe: s };
1045
1026
  }
1046
- function q(e, t, r) {
1027
+ function J(e, t, r) {
1047
1028
  const n = !Array.isArray(e), i = n ? [e] : e;
1048
1029
  if (!i.every(Boolean))
1049
1030
  throw new Error("derived() expects stores as input, got a falsy value");
1050
1031
  const o = t.length < 2;
1051
- return Yr(r, (s, a) => {
1032
+ return Kr(r, (s, a) => {
1052
1033
  let h = !1;
1053
1034
  const u = [];
1054
1035
  let l = 0, c = N;
@@ -1057,128 +1038,170 @@ function q(e, t, r) {
1057
1038
  return;
1058
1039
  c();
1059
1040
  const g = t(n ? u[0] : u, s, a);
1060
- o ? s(g) : c = Ze(g) ? g : N;
1061
- }, m = i.map(
1062
- (g, p) => At(
1041
+ o ? s(g) : c = Ke(g) ? g : N;
1042
+ }, p = i.map(
1043
+ (g, m) => Mt(
1063
1044
  g,
1064
1045
  (x) => {
1065
- u[p] = x, l &= ~(1 << p), h && f();
1046
+ u[m] = x, l &= ~(1 << m), h && f();
1066
1047
  },
1067
1048
  () => {
1068
- l |= 1 << p;
1049
+ l |= 1 << m;
1069
1050
  }
1070
1051
  )
1071
1052
  );
1072
1053
  return h = !0, f(), function() {
1073
- ue(m), c(), h = !1;
1054
+ ae(p), c(), h = !1;
1074
1055
  };
1075
1056
  });
1076
1057
  }
1077
- function Qr(e) {
1058
+ function en(e) {
1078
1059
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
1079
1060
  }
1080
- var Jr = function(t) {
1081
- return qr(t) && !Kr(t);
1061
+ var tn = function(t) {
1062
+ return rn(t) && !nn(t);
1082
1063
  };
1083
- function qr(e) {
1064
+ function rn(e) {
1084
1065
  return !!e && typeof e == "object";
1085
1066
  }
1086
- function Kr(e) {
1067
+ function nn(e) {
1087
1068
  var t = Object.prototype.toString.call(e);
1088
- return t === "[object RegExp]" || t === "[object Date]" || rn(e);
1069
+ return t === "[object RegExp]" || t === "[object Date]" || an(e);
1089
1070
  }
1090
- var en = typeof Symbol == "function" && Symbol.for, tn = en ? Symbol.for("react.element") : 60103;
1091
- function rn(e) {
1092
- return e.$$typeof === tn;
1071
+ var on = typeof Symbol == "function" && Symbol.for, sn = on ? Symbol.for("react.element") : 60103;
1072
+ function an(e) {
1073
+ return e.$$typeof === sn;
1093
1074
  }
1094
- function nn(e) {
1075
+ function un(e) {
1095
1076
  return Array.isArray(e) ? [] : {};
1096
1077
  }
1097
- function se(e, t) {
1098
- return t.clone !== !1 && t.isMergeableObject(e) ? Z(nn(e), e, t) : e;
1078
+ function oe(e, t) {
1079
+ return t.clone !== !1 && t.isMergeableObject(e) ? z(un(e), e, t) : e;
1099
1080
  }
1100
- function on(e, t, r) {
1081
+ function hn(e, t, r) {
1101
1082
  return e.concat(t).map(function(n) {
1102
- return se(n, r);
1083
+ return oe(n, r);
1103
1084
  });
1104
1085
  }
1105
- function sn(e, t) {
1086
+ function ln(e, t) {
1106
1087
  if (!t.customMerge)
1107
- return Z;
1088
+ return z;
1108
1089
  var r = t.customMerge(e);
1109
- return typeof r == "function" ? r : Z;
1090
+ return typeof r == "function" ? r : z;
1110
1091
  }
1111
- function an(e) {
1092
+ function cn(e) {
1112
1093
  return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
1113
1094
  return Object.propertyIsEnumerable.call(e, t);
1114
1095
  }) : [];
1115
1096
  }
1116
- function ct(e) {
1117
- return Object.keys(e).concat(an(e));
1097
+ function dt(e) {
1098
+ return Object.keys(e).concat(cn(e));
1118
1099
  }
1119
- function Rt(e, t) {
1100
+ function jt(e, t) {
1120
1101
  try {
1121
1102
  return t in e;
1122
1103
  } catch (r) {
1123
1104
  return !1;
1124
1105
  }
1125
1106
  }
1126
- function un(e, t) {
1127
- return Rt(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
1107
+ function fn(e, t) {
1108
+ return jt(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
1128
1109
  }
1129
- function hn(e, t, r) {
1110
+ function pn(e, t, r) {
1130
1111
  var n = {};
1131
- return r.isMergeableObject(e) && ct(e).forEach(function(i) {
1132
- n[i] = se(e[i], r);
1133
- }), ct(t).forEach(function(i) {
1134
- un(e, i) || (Rt(e, i) && r.isMergeableObject(t[i]) ? n[i] = sn(i, r)(e[i], t[i], r) : n[i] = se(t[i], r));
1112
+ return r.isMergeableObject(e) && dt(e).forEach(function(i) {
1113
+ n[i] = oe(e[i], r);
1114
+ }), dt(t).forEach(function(i) {
1115
+ fn(e, i) || (jt(e, i) && r.isMergeableObject(t[i]) ? n[i] = ln(i, r)(e[i], t[i], r) : n[i] = oe(t[i], r));
1135
1116
  }), n;
1136
1117
  }
1137
- function Z(e, t, r) {
1138
- r = r || {}, r.arrayMerge = r.arrayMerge || on, r.isMergeableObject = r.isMergeableObject || Jr, r.cloneUnlessOtherwiseSpecified = se;
1118
+ function z(e, t, r) {
1119
+ r = r || {}, r.arrayMerge = r.arrayMerge || hn, r.isMergeableObject = r.isMergeableObject || tn, r.cloneUnlessOtherwiseSpecified = oe;
1139
1120
  var n = Array.isArray(t), i = Array.isArray(e), o = n === i;
1140
- return o ? n ? r.arrayMerge(e, t, r) : hn(e, t, r) : se(t, r);
1121
+ return o ? n ? r.arrayMerge(e, t, r) : pn(e, t, r) : oe(t, r);
1141
1122
  }
1142
- Z.all = function(t, r) {
1123
+ z.all = function(t, r) {
1143
1124
  if (!Array.isArray(t))
1144
1125
  throw new Error("first argument should be an array");
1145
1126
  return t.reduce(function(n, i) {
1146
- return Z(n, i, r);
1127
+ return z(n, i, r);
1147
1128
  }, {});
1148
1129
  };
1149
- var ln = Z, cn = ln;
1150
- const fn = /* @__PURE__ */ Qr(cn);
1151
- function He(e, t) {
1152
- var r = t && t.cache ? t.cache : vn, n = t && t.serializer ? t.serializer : gn, i = t && t.strategy ? t.strategy : bn;
1130
+ var mn = z, bn = mn;
1131
+ const dn = /* @__PURE__ */ en(bn);
1132
+ var Ve = function(e, t) {
1133
+ return Ve = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
1134
+ r.__proto__ = n;
1135
+ } || function(r, n) {
1136
+ for (var i in n)
1137
+ Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
1138
+ }, Ve(e, t);
1139
+ };
1140
+ function xe(e, t) {
1141
+ if (typeof t != "function" && t !== null)
1142
+ throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
1143
+ Ve(e, t);
1144
+ function r() {
1145
+ this.constructor = e;
1146
+ }
1147
+ e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
1148
+ }
1149
+ var C = function() {
1150
+ return C = Object.assign || function(t) {
1151
+ for (var r, n = 1, i = arguments.length; n < i; n++) {
1152
+ r = arguments[n];
1153
+ for (var o in r)
1154
+ Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
1155
+ }
1156
+ return t;
1157
+ }, C.apply(this, arguments);
1158
+ };
1159
+ function gn(e, t) {
1160
+ var r = {};
1161
+ for (var n in e)
1162
+ Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
1163
+ if (e != null && typeof Object.getOwnPropertySymbols == "function")
1164
+ for (var i = 0, n = Object.getOwnPropertySymbols(e); i < n.length; i++)
1165
+ t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
1166
+ return r;
1167
+ }
1168
+ function Pe(e, t, r) {
1169
+ if (r || arguments.length === 2)
1170
+ for (var n = 0, i = t.length, o; n < i; n++)
1171
+ (o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
1172
+ return e.concat(o || Array.prototype.slice.call(t));
1173
+ }
1174
+ function Oe(e, t) {
1175
+ var r = t && t.cache ? t.cache : Sn, n = t && t.serializer ? t.serializer : xn, i = t && t.strategy ? t.strategy : En;
1153
1176
  return i(e, {
1154
1177
  cache: r,
1155
1178
  serializer: n
1156
1179
  });
1157
1180
  }
1158
- function mn(e) {
1181
+ function yn(e) {
1159
1182
  return e == null || typeof e == "number" || typeof e == "boolean";
1160
1183
  }
1161
- function pn(e, t, r, n) {
1162
- var i = mn(n) ? n : r(n), o = t.get(i);
1184
+ function vn(e, t, r, n) {
1185
+ var i = yn(n) ? n : r(n), o = t.get(i);
1163
1186
  return typeof o == "undefined" && (o = e.call(this, n), t.set(i, o)), o;
1164
1187
  }
1165
- function Dt(e, t, r) {
1188
+ function kt(e, t, r) {
1166
1189
  var n = Array.prototype.slice.call(arguments, 3), i = r(n), o = t.get(i);
1167
1190
  return typeof o == "undefined" && (o = e.apply(this, n), t.set(i, o)), o;
1168
1191
  }
1169
- function Ut(e, t, r, n, i) {
1192
+ function Vt(e, t, r, n, i) {
1170
1193
  return r.bind(t, e, n, i);
1171
1194
  }
1172
- function bn(e, t) {
1173
- var r = e.length === 1 ? pn : Dt;
1174
- return Ut(e, this, r, t.cache.create(), t.serializer);
1195
+ function En(e, t) {
1196
+ var r = e.length === 1 ? vn : kt;
1197
+ return Vt(e, this, r, t.cache.create(), t.serializer);
1175
1198
  }
1176
- function dn(e, t) {
1177
- return Ut(e, this, Dt, t.cache.create(), t.serializer);
1199
+ function _n(e, t) {
1200
+ return Vt(e, this, kt, t.cache.create(), t.serializer);
1178
1201
  }
1179
- var gn = function() {
1202
+ var xn = function() {
1180
1203
  return JSON.stringify(arguments);
1181
- }, yn = (
1204
+ }, Bn = (
1182
1205
  /** @class */
1183
1206
  function() {
1184
1207
  function e() {
@@ -1190,61 +1213,71 @@ var gn = function() {
1190
1213
  this.cache[t] = r;
1191
1214
  }, e;
1192
1215
  }()
1193
- ), vn = {
1216
+ ), Sn = {
1194
1217
  create: function() {
1195
- return new yn();
1218
+ return new Bn();
1196
1219
  }
1197
- }, Ae = {
1198
- variadic: dn
1199
- }, b;
1220
+ }, Ie = {
1221
+ variadic: _n
1222
+ }, de = function() {
1223
+ return de = Object.assign || function(t) {
1224
+ for (var r, n = 1, i = arguments.length; n < i; n++) {
1225
+ r = arguments[n];
1226
+ for (var o in r)
1227
+ Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
1228
+ }
1229
+ return t;
1230
+ }, de.apply(this, arguments);
1231
+ };
1232
+ var b;
1200
1233
  (function(e) {
1201
1234
  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";
1202
1235
  })(b || (b = {}));
1203
- var _;
1236
+ var E;
1204
1237
  (function(e) {
1205
1238
  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";
1206
- })(_ || (_ = {}));
1207
- var Y;
1239
+ })(E || (E = {}));
1240
+ var Z;
1208
1241
  (function(e) {
1209
1242
  e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
1210
- })(Y || (Y = {}));
1211
- function ft(e) {
1212
- return e.type === _.literal;
1243
+ })(Z || (Z = {}));
1244
+ function gt(e) {
1245
+ return e.type === E.literal;
1213
1246
  }
1214
- function En(e) {
1215
- return e.type === _.argument;
1247
+ function wn(e) {
1248
+ return e.type === E.argument;
1216
1249
  }
1217
- function Gt(e) {
1218
- return e.type === _.number;
1250
+ function Xt(e) {
1251
+ return e.type === E.number;
1219
1252
  }
1220
- function Ft(e) {
1221
- return e.type === _.date;
1253
+ function Wt(e) {
1254
+ return e.type === E.date;
1222
1255
  }
1223
- function jt(e) {
1224
- return e.type === _.time;
1256
+ function zt(e) {
1257
+ return e.type === E.time;
1225
1258
  }
1226
- function kt(e) {
1227
- return e.type === _.select;
1259
+ function Zt(e) {
1260
+ return e.type === E.select;
1228
1261
  }
1229
- function Vt(e) {
1230
- return e.type === _.plural;
1262
+ function Yt(e) {
1263
+ return e.type === E.plural;
1231
1264
  }
1232
- function _n(e) {
1233
- return e.type === _.pound;
1265
+ function Tn(e) {
1266
+ return e.type === E.pound;
1234
1267
  }
1235
- function Xt(e) {
1236
- return e.type === _.tag;
1268
+ function Qt(e) {
1269
+ return e.type === E.tag;
1237
1270
  }
1238
- function Wt(e) {
1239
- return !!(e && typeof e == "object" && e.type === Y.number);
1271
+ function Jt(e) {
1272
+ return !!(e && typeof e == "object" && e.type === Z.number);
1240
1273
  }
1241
- function Ge(e) {
1242
- return !!(e && typeof e == "object" && e.type === Y.dateTime);
1274
+ function Xe(e) {
1275
+ return !!(e && typeof e == "object" && e.type === Z.dateTime);
1243
1276
  }
1244
- var zt = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, xn = /(?:[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;
1245
- function Bn(e) {
1277
+ var qt = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Hn = /(?:[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;
1278
+ function An(e) {
1246
1279
  var t = {};
1247
- return e.replace(xn, function(r) {
1280
+ return e.replace(Hn, function(r) {
1248
1281
  var n = r.length;
1249
1282
  switch (r[0]) {
1250
1283
  case "G":
@@ -1333,11 +1366,21 @@ function Bn(e) {
1333
1366
  return "";
1334
1367
  }), t;
1335
1368
  }
1336
- var Sn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
1337
- function Tn(e) {
1369
+ var _ = function() {
1370
+ return _ = Object.assign || function(t) {
1371
+ for (var r, n = 1, i = arguments.length; n < i; n++) {
1372
+ r = arguments[n];
1373
+ for (var o in r)
1374
+ Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
1375
+ }
1376
+ return t;
1377
+ }, _.apply(this, arguments);
1378
+ };
1379
+ var Pn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
1380
+ function On(e) {
1338
1381
  if (e.length === 0)
1339
1382
  throw new Error("Number skeleton cannot be empty");
1340
- for (var t = e.split(Sn).filter(function(f) {
1383
+ for (var t = e.split(Pn).filter(function(f) {
1341
1384
  return f.length > 0;
1342
1385
  }), r = [], n = 0, i = t; n < i.length; n++) {
1343
1386
  var o = i[n], s = o.split("/");
@@ -1352,17 +1395,17 @@ function Tn(e) {
1352
1395
  }
1353
1396
  return r;
1354
1397
  }
1355
- function wn(e) {
1398
+ function In(e) {
1356
1399
  return e.replace(/^(.*?)-/, "");
1357
1400
  }
1358
- var mt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Zt = /^(@+)?(\+|#+)?[rs]?$/g, Hn = /(\*)(0+)|(#+)(0+)|(0+)/g, Yt = /^(0+)$/;
1359
- function pt(e) {
1401
+ var yt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Kt = /^(@+)?(\+|#+)?[rs]?$/g, Nn = /(\*)(0+)|(#+)(0+)|(0+)/g, er = /^(0+)$/;
1402
+ function vt(e) {
1360
1403
  var t = {};
1361
- return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Zt, function(r, n, i) {
1404
+ return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Kt, function(r, n, i) {
1362
1405
  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)), "";
1363
1406
  }), t;
1364
1407
  }
1365
- function Qt(e) {
1408
+ function tr(e) {
1366
1409
  switch (e) {
1367
1410
  case "sign-auto":
1368
1411
  return {
@@ -1402,7 +1445,7 @@ function Qt(e) {
1402
1445
  };
1403
1446
  }
1404
1447
  }
1405
- function An(e) {
1448
+ function Mn(e) {
1406
1449
  var t;
1407
1450
  if (e[0] === "E" && e[1] === "E" ? (t = {
1408
1451
  notation: "engineering"
@@ -1410,17 +1453,17 @@ function An(e) {
1410
1453
  notation: "scientific"
1411
1454
  }, e = e.slice(1)), t) {
1412
1455
  var r = e.slice(0, 2);
1413
- if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Yt.test(e))
1456
+ if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !er.test(e))
1414
1457
  throw new Error("Malformed concise eng/scientific notation");
1415
1458
  t.minimumIntegerDigits = e.length;
1416
1459
  }
1417
1460
  return t;
1418
1461
  }
1419
- function bt(e) {
1420
- var t = {}, r = Qt(e);
1462
+ function Et(e) {
1463
+ var t = {}, r = tr(e);
1421
1464
  return r || t;
1422
1465
  }
1423
- function Pn(e) {
1466
+ function Ln(e) {
1424
1467
  for (var t = {}, r = 0, n = e; r < n.length; r++) {
1425
1468
  var i = n[r];
1426
1469
  switch (i.stem) {
@@ -1444,7 +1487,7 @@ function Pn(e) {
1444
1487
  continue;
1445
1488
  case "measure-unit":
1446
1489
  case "unit":
1447
- t.style = "unit", t.unit = wn(i.options[0]);
1490
+ t.style = "unit", t.unit = In(i.options[0]);
1448
1491
  continue;
1449
1492
  case "compact-short":
1450
1493
  case "K":
@@ -1455,13 +1498,13 @@ function Pn(e) {
1455
1498
  t.notation = "compact", t.compactDisplay = "long";
1456
1499
  continue;
1457
1500
  case "scientific":
1458
- t = y(y(y({}, t), { notation: "scientific" }), i.options.reduce(function(h, u) {
1459
- return y(y({}, h), bt(u));
1501
+ t = _(_(_({}, t), { notation: "scientific" }), i.options.reduce(function(h, u) {
1502
+ return _(_({}, h), Et(u));
1460
1503
  }, {}));
1461
1504
  continue;
1462
1505
  case "engineering":
1463
- t = y(y(y({}, t), { notation: "engineering" }), i.options.reduce(function(h, u) {
1464
- return y(y({}, h), bt(u));
1506
+ t = _(_(_({}, t), { notation: "engineering" }), i.options.reduce(function(h, u) {
1507
+ return _(_({}, h), Et(u));
1465
1508
  }, {}));
1466
1509
  continue;
1467
1510
  case "notation-simple":
@@ -1506,41 +1549,41 @@ function Pn(e) {
1506
1549
  case "integer-width":
1507
1550
  if (i.options.length > 1)
1508
1551
  throw new RangeError("integer-width stems only accept a single optional option");
1509
- i.options[0].replace(Hn, function(h, u, l, c, f, m) {
1552
+ i.options[0].replace(Nn, function(h, u, l, c, f, p) {
1510
1553
  if (u)
1511
1554
  t.minimumIntegerDigits = l.length;
1512
1555
  else {
1513
1556
  if (c && f)
1514
1557
  throw new Error("We currently do not support maximum integer digits");
1515
- if (m)
1558
+ if (p)
1516
1559
  throw new Error("We currently do not support exact integer digits");
1517
1560
  }
1518
1561
  return "";
1519
1562
  });
1520
1563
  continue;
1521
1564
  }
1522
- if (Yt.test(i.stem)) {
1565
+ if (er.test(i.stem)) {
1523
1566
  t.minimumIntegerDigits = i.stem.length;
1524
1567
  continue;
1525
1568
  }
1526
- if (mt.test(i.stem)) {
1569
+ if (yt.test(i.stem)) {
1527
1570
  if (i.options.length > 1)
1528
1571
  throw new RangeError("Fraction-precision stems only accept a single optional option");
1529
- i.stem.replace(mt, function(h, u, l, c, f, m) {
1530
- return l === "*" ? t.minimumFractionDigits = u.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : f && m ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + m.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
1572
+ i.stem.replace(yt, function(h, u, l, c, f, p) {
1573
+ return l === "*" ? t.minimumFractionDigits = u.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : f && p ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + p.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
1531
1574
  });
1532
1575
  var o = i.options[0];
1533
- o === "w" ? t = y(y({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = y(y({}, t), pt(o)));
1576
+ o === "w" ? t = _(_({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = _(_({}, t), vt(o)));
1534
1577
  continue;
1535
1578
  }
1536
- if (Zt.test(i.stem)) {
1537
- t = y(y({}, t), pt(i.stem));
1579
+ if (Kt.test(i.stem)) {
1580
+ t = _(_({}, t), vt(i.stem));
1538
1581
  continue;
1539
1582
  }
1540
- var s = Qt(i.stem);
1541
- s && (t = y(y({}, t), s));
1542
- var a = An(i.stem);
1543
- a && (t = y(y({}, t), a));
1583
+ var s = tr(i.stem);
1584
+ s && (t = _(_({}, t), s));
1585
+ var a = Mn(i.stem);
1586
+ a && (t = _(_({}, t), a));
1544
1587
  }
1545
1588
  return t;
1546
1589
  }
@@ -2959,13 +3002,13 @@ var ce = {
2959
3002
  "h"
2960
3003
  ]
2961
3004
  };
2962
- function On(e, t) {
3005
+ function Cn(e, t) {
2963
3006
  for (var r = "", n = 0; n < e.length; n++) {
2964
3007
  var i = e.charAt(n);
2965
3008
  if (i === "j") {
2966
3009
  for (var o = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
2967
3010
  o++, n++;
2968
- var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), h = "a", u = In(t);
3011
+ var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), h = "a", u = $n(t);
2969
3012
  for ((u == "H" || u == "k") && (a = 0); a-- > 0; )
2970
3013
  r += h;
2971
3014
  for (; s-- > 0; )
@@ -2975,7 +3018,7 @@ function On(e, t) {
2975
3018
  }
2976
3019
  return r;
2977
3020
  }
2978
- function In(e) {
3021
+ function $n(e) {
2979
3022
  var t = e.hourCycle;
2980
3023
  if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
2981
3024
  e.hourCycles && // @ts-ignore
@@ -2997,20 +3040,20 @@ function In(e) {
2997
3040
  var i = ce[n || ""] || ce[r || ""] || ce["".concat(r, "-001")] || ce["001"];
2998
3041
  return i[0];
2999
3042
  }
3000
- var Pe, Nn = new RegExp("^".concat(zt.source, "*")), Mn = new RegExp("".concat(zt.source, "*$"));
3043
+ var Ne, Rn = new RegExp("^".concat(qt.source, "*")), Dn = new RegExp("".concat(qt.source, "*$"));
3001
3044
  function d(e, t) {
3002
3045
  return { start: e, end: t };
3003
3046
  }
3004
- var Ln = !!String.prototype.startsWith && "_a".startsWith("a", 1), Cn = !!String.fromCodePoint, $n = !!Object.fromEntries, Rn = !!String.prototype.codePointAt, Dn = !!String.prototype.trimStart, Un = !!String.prototype.trimEnd, Gn = !!Number.isSafeInteger, Fn = Gn ? Number.isSafeInteger : function(e) {
3047
+ var Un = !!String.prototype.startsWith && "_a".startsWith("a", 1), Gn = !!String.fromCodePoint, Fn = !!Object.fromEntries, jn = !!String.prototype.codePointAt, kn = !!String.prototype.trimStart, Vn = !!String.prototype.trimEnd, Xn = !!Number.isSafeInteger, Wn = Xn ? Number.isSafeInteger : function(e) {
3005
3048
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
3006
- }, Fe = !0;
3049
+ }, We = !0;
3007
3050
  try {
3008
- var jn = qt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3009
- Fe = ((Pe = jn.exec("a")) === null || Pe === void 0 ? void 0 : Pe[0]) === "a";
3051
+ var zn = nr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3052
+ We = ((Ne = zn.exec("a")) === null || Ne === void 0 ? void 0 : Ne[0]) === "a";
3010
3053
  } catch (e) {
3011
- Fe = !1;
3054
+ We = !1;
3012
3055
  }
3013
- var dt = Ln ? (
3056
+ var _t = Un ? (
3014
3057
  // Native
3015
3058
  function(t, r, n) {
3016
3059
  return t.startsWith(r, n);
@@ -3020,7 +3063,7 @@ var dt = Ln ? (
3020
3063
  function(t, r, n) {
3021
3064
  return t.slice(n, n + r.length) === r;
3022
3065
  }
3023
- ), je = Cn ? String.fromCodePoint : (
3066
+ ), ze = Gn ? String.fromCodePoint : (
3024
3067
  // IE11
3025
3068
  function() {
3026
3069
  for (var t = [], r = 0; r < arguments.length; r++)
@@ -3032,9 +3075,9 @@ var dt = Ln ? (
3032
3075
  }
3033
3076
  return n;
3034
3077
  }
3035
- ), gt = (
3078
+ ), xt = (
3036
3079
  // native
3037
- $n ? Object.fromEntries : (
3080
+ Fn ? Object.fromEntries : (
3038
3081
  // Ponyfill
3039
3082
  function(t) {
3040
3083
  for (var r = {}, n = 0, i = t; n < i.length; n++) {
@@ -3044,7 +3087,7 @@ var dt = Ln ? (
3044
3087
  return r;
3045
3088
  }
3046
3089
  )
3047
- ), Jt = Rn ? (
3090
+ ), rr = jn ? (
3048
3091
  // Native
3049
3092
  function(t, r) {
3050
3093
  return t.codePointAt(r);
@@ -3058,7 +3101,7 @@ var dt = Ln ? (
3058
3101
  return i < 55296 || i > 56319 || r + 1 === n || (o = t.charCodeAt(r + 1)) < 56320 || o > 57343 ? i : (i - 55296 << 10) + (o - 56320) + 65536;
3059
3102
  }
3060
3103
  }
3061
- ), kn = Dn ? (
3104
+ ), Zn = kn ? (
3062
3105
  // Native
3063
3106
  function(t) {
3064
3107
  return t.trimStart();
@@ -3066,9 +3109,9 @@ var dt = Ln ? (
3066
3109
  ) : (
3067
3110
  // Ponyfill
3068
3111
  function(t) {
3069
- return t.replace(Nn, "");
3112
+ return t.replace(Rn, "");
3070
3113
  }
3071
- ), Vn = Un ? (
3114
+ ), Yn = Vn ? (
3072
3115
  // Native
3073
3116
  function(t) {
3074
3117
  return t.trimEnd();
@@ -3076,32 +3119,32 @@ var dt = Ln ? (
3076
3119
  ) : (
3077
3120
  // Ponyfill
3078
3121
  function(t) {
3079
- return t.replace(Mn, "");
3122
+ return t.replace(Dn, "");
3080
3123
  }
3081
3124
  );
3082
- function qt(e, t) {
3125
+ function nr(e, t) {
3083
3126
  return new RegExp(e, t);
3084
3127
  }
3085
- var ke;
3086
- if (Fe) {
3087
- var yt = qt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3088
- ke = function(t, r) {
3128
+ var Ze;
3129
+ if (We) {
3130
+ var Bt = nr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3131
+ Ze = function(t, r) {
3089
3132
  var n;
3090
- yt.lastIndex = r;
3091
- var i = yt.exec(t);
3133
+ Bt.lastIndex = r;
3134
+ var i = Bt.exec(t);
3092
3135
  return (n = i[1]) !== null && n !== void 0 ? n : "";
3093
3136
  };
3094
3137
  } else
3095
- ke = function(t, r) {
3138
+ Ze = function(t, r) {
3096
3139
  for (var n = []; ; ) {
3097
- var i = Jt(t, r);
3098
- if (i === void 0 || Kt(i) || Zn(i))
3140
+ var i = rr(t, r);
3141
+ if (i === void 0 || ir(i) || Kn(i))
3099
3142
  break;
3100
3143
  n.push(i), r += i >= 65536 ? 2 : 1;
3101
3144
  }
3102
- return je.apply(void 0, n);
3145
+ return ze.apply(void 0, n);
3103
3146
  };
3104
- var Xn = (
3147
+ var Qn = (
3105
3148
  /** @class */
3106
3149
  function() {
3107
3150
  function e(t, r) {
@@ -3125,14 +3168,14 @@ var Xn = (
3125
3168
  if (o === 35 && (r === "plural" || r === "selectordinal")) {
3126
3169
  var a = this.clonePosition();
3127
3170
  this.bump(), i.push({
3128
- type: _.pound,
3171
+ type: E.pound,
3129
3172
  location: d(a, this.clonePosition())
3130
3173
  });
3131
3174
  } else if (o === 60 && !this.ignoreTag && this.peek() === 47) {
3132
3175
  if (n)
3133
3176
  break;
3134
3177
  return this.error(b.UNMATCHED_CLOSING_TAG, d(this.clonePosition(), this.clonePosition()));
3135
- } else if (o === 60 && !this.ignoreTag && Ve(this.peek() || 0)) {
3178
+ } else if (o === 60 && !this.ignoreTag && Ye(this.peek() || 0)) {
3136
3179
  var s = this.parseTag(t, r);
3137
3180
  if (s.err)
3138
3181
  return s;
@@ -3153,7 +3196,7 @@ var Xn = (
3153
3196
  if (this.bumpSpace(), this.bumpIf("/>"))
3154
3197
  return {
3155
3198
  val: {
3156
- type: _.literal,
3199
+ type: E.literal,
3157
3200
  value: "<".concat(i, "/>"),
3158
3201
  location: d(n, this.clonePosition())
3159
3202
  },
@@ -3165,12 +3208,12 @@ var Xn = (
3165
3208
  return o;
3166
3209
  var s = o.val, a = this.clonePosition();
3167
3210
  if (this.bumpIf("</")) {
3168
- if (this.isEOF() || !Ve(this.char()))
3211
+ if (this.isEOF() || !Ye(this.char()))
3169
3212
  return this.error(b.INVALID_TAG, d(a, this.clonePosition()));
3170
3213
  var h = this.clonePosition(), u = this.parseTagName();
3171
3214
  return i !== u ? this.error(b.UNMATCHED_CLOSING_TAG, d(h, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
3172
3215
  val: {
3173
- type: _.tag,
3216
+ type: E.tag,
3174
3217
  value: i,
3175
3218
  children: s,
3176
3219
  location: d(n, this.clonePosition())
@@ -3183,7 +3226,7 @@ var Xn = (
3183
3226
  return this.error(b.INVALID_TAG, d(n, this.clonePosition()));
3184
3227
  }, e.prototype.parseTagName = function() {
3185
3228
  var t = this.offset();
3186
- for (this.bump(); !this.isEOF() && zn(this.char()); )
3229
+ for (this.bump(); !this.isEOF() && qn(this.char()); )
3187
3230
  this.bump();
3188
3231
  return this.message.slice(t, this.offset());
3189
3232
  }, e.prototype.parseLiteral = function(t, r) {
@@ -3207,12 +3250,12 @@ var Xn = (
3207
3250
  }
3208
3251
  var h = d(n, this.clonePosition());
3209
3252
  return {
3210
- val: { type: _.literal, value: i, location: h },
3253
+ val: { type: E.literal, value: i, location: h },
3211
3254
  err: null
3212
3255
  };
3213
3256
  }, e.prototype.tryParseLeftAngleBracket = function() {
3214
3257
  return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
3215
- !Wn(this.peek() || 0)) ? (this.bump(), "<") : null;
3258
+ !Jn(this.peek() || 0)) ? (this.bump(), "<") : null;
3216
3259
  }, e.prototype.tryParseQuote = function(t) {
3217
3260
  if (this.isEOF() || this.char() !== 39)
3218
3261
  return null;
@@ -3246,12 +3289,12 @@ var Xn = (
3246
3289
  r.push(n);
3247
3290
  this.bump();
3248
3291
  }
3249
- return je.apply(void 0, r);
3292
+ return ze.apply(void 0, r);
3250
3293
  }, e.prototype.tryParseUnquoted = function(t, r) {
3251
3294
  if (this.isEOF())
3252
3295
  return null;
3253
3296
  var n = this.char();
3254
- return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), je(n));
3297
+ return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), ze(n));
3255
3298
  }, e.prototype.parseArgument = function(t, r) {
3256
3299
  var n = this.clonePosition();
3257
3300
  if (this.bump(), this.bumpSpace(), this.isEOF())
@@ -3267,7 +3310,7 @@ var Xn = (
3267
3310
  case 125:
3268
3311
  return this.bump(), {
3269
3312
  val: {
3270
- type: _.argument,
3313
+ type: E.argument,
3271
3314
  // value does not include the opening and closing braces.
3272
3315
  value: i,
3273
3316
  location: d(n, this.clonePosition())
@@ -3280,7 +3323,7 @@ var Xn = (
3280
3323
  return this.error(b.MALFORMED_ARGUMENT, d(n, this.clonePosition()));
3281
3324
  }
3282
3325
  }, e.prototype.parseIdentifierIfPossible = function() {
3283
- var t = this.clonePosition(), r = this.offset(), n = ke(this.message, r), i = r + n.length;
3326
+ var t = this.clonePosition(), r = this.offset(), n = Ze(this.message, r), i = r + n.length;
3284
3327
  this.bumpTo(i);
3285
3328
  var o = this.clonePosition(), s = d(t, o);
3286
3329
  return { value: n, location: s };
@@ -3299,46 +3342,46 @@ var Xn = (
3299
3342
  var l = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
3300
3343
  if (c.err)
3301
3344
  return c;
3302
- var f = Vn(c.val);
3345
+ var f = Yn(c.val);
3303
3346
  if (f.length === 0)
3304
3347
  return this.error(b.EXPECT_ARGUMENT_STYLE, d(this.clonePosition(), this.clonePosition()));
3305
- var m = d(l, this.clonePosition());
3306
- u = { style: f, styleLocation: m };
3348
+ var p = d(l, this.clonePosition());
3349
+ u = { style: f, styleLocation: p };
3307
3350
  }
3308
3351
  var g = this.tryParseArgumentClose(i);
3309
3352
  if (g.err)
3310
3353
  return g;
3311
- var p = d(i, this.clonePosition());
3312
- if (u && dt(u == null ? void 0 : u.style, "::", 0)) {
3313
- var x = kn(u.style.slice(2));
3354
+ var m = d(i, this.clonePosition());
3355
+ if (u && _t(u == null ? void 0 : u.style, "::", 0)) {
3356
+ var x = Zn(u.style.slice(2));
3314
3357
  if (a === "number") {
3315
3358
  var c = this.parseNumberSkeletonFromString(x, u.styleLocation);
3316
3359
  return c.err ? c : {
3317
- val: { type: _.number, value: n, location: p, style: c.val },
3360
+ val: { type: E.number, value: n, location: m, style: c.val },
3318
3361
  err: null
3319
3362
  };
3320
3363
  } else {
3321
3364
  if (x.length === 0)
3322
- return this.error(b.EXPECT_DATE_TIME_SKELETON, p);
3365
+ return this.error(b.EXPECT_DATE_TIME_SKELETON, m);
3323
3366
  var A = x;
3324
- this.locale && (A = On(x, this.locale));
3367
+ this.locale && (A = Cn(x, this.locale));
3325
3368
  var f = {
3326
- type: Y.dateTime,
3369
+ type: Z.dateTime,
3327
3370
  pattern: A,
3328
3371
  location: u.styleLocation,
3329
- parsedOptions: this.shouldParseSkeletons ? Bn(A) : {}
3330
- }, H = a === "date" ? _.date : _.time;
3372
+ parsedOptions: this.shouldParseSkeletons ? An(A) : {}
3373
+ }, H = a === "date" ? E.date : E.time;
3331
3374
  return {
3332
- val: { type: H, value: n, location: p, style: f },
3375
+ val: { type: H, value: n, location: m, style: f },
3333
3376
  err: null
3334
3377
  };
3335
3378
  }
3336
3379
  }
3337
3380
  return {
3338
3381
  val: {
3339
- type: a === "number" ? _.number : a === "date" ? _.date : _.time,
3382
+ type: a === "number" ? E.number : a === "date" ? E.date : E.time,
3340
3383
  value: n,
3341
- location: p,
3384
+ location: m,
3342
3385
  style: (o = u == null ? void 0 : u.style) !== null && o !== void 0 ? o : null
3343
3386
  },
3344
3387
  err: null
@@ -3347,21 +3390,21 @@ var Xn = (
3347
3390
  case "plural":
3348
3391
  case "selectordinal":
3349
3392
  case "select": {
3350
- var T = this.clonePosition();
3393
+ var w = this.clonePosition();
3351
3394
  if (this.bumpSpace(), !this.bumpIf(","))
3352
- return this.error(b.EXPECT_SELECT_ARGUMENT_OPTIONS, d(T, y({}, T)));
3395
+ return this.error(b.EXPECT_SELECT_ARGUMENT_OPTIONS, d(w, de({}, w)));
3353
3396
  this.bumpSpace();
3354
- var v = this.parseIdentifierIfPossible(), S = 0;
3355
- if (a !== "select" && v.value === "offset") {
3397
+ var y = this.parseIdentifierIfPossible(), S = 0;
3398
+ if (a !== "select" && y.value === "offset") {
3356
3399
  if (!this.bumpIf(":"))
3357
3400
  return this.error(b.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, d(this.clonePosition(), this.clonePosition()));
3358
3401
  this.bumpSpace();
3359
3402
  var c = this.tryParseDecimalInteger(b.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, b.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
3360
3403
  if (c.err)
3361
3404
  return c;
3362
- this.bumpSpace(), v = this.parseIdentifierIfPossible(), S = c.val;
3405
+ this.bumpSpace(), y = this.parseIdentifierIfPossible(), S = c.val;
3363
3406
  }
3364
- var M = this.tryParsePluralOrSelectOptions(t, a, r, v);
3407
+ var M = this.tryParsePluralOrSelectOptions(t, a, r, y);
3365
3408
  if (M.err)
3366
3409
  return M;
3367
3410
  var g = this.tryParseArgumentClose(i);
@@ -3370,17 +3413,17 @@ var Xn = (
3370
3413
  var L = d(i, this.clonePosition());
3371
3414
  return a === "select" ? {
3372
3415
  val: {
3373
- type: _.select,
3416
+ type: E.select,
3374
3417
  value: n,
3375
- options: gt(M.val),
3418
+ options: xt(M.val),
3376
3419
  location: L
3377
3420
  },
3378
3421
  err: null
3379
3422
  } : {
3380
3423
  val: {
3381
- type: _.plural,
3424
+ type: E.plural,
3382
3425
  value: n,
3383
- options: gt(M.val),
3426
+ options: xt(M.val),
3384
3427
  offset: S,
3385
3428
  pluralType: a === "plural" ? "cardinal" : "ordinal",
3386
3429
  location: L
@@ -3431,16 +3474,16 @@ var Xn = (
3431
3474
  }, e.prototype.parseNumberSkeletonFromString = function(t, r) {
3432
3475
  var n = [];
3433
3476
  try {
3434
- n = Tn(t);
3477
+ n = On(t);
3435
3478
  } catch (i) {
3436
3479
  return this.error(b.INVALID_NUMBER_SKELETON, r);
3437
3480
  }
3438
3481
  return {
3439
3482
  val: {
3440
- type: Y.number,
3483
+ type: Z.number,
3441
3484
  tokens: n,
3442
3485
  location: r,
3443
- parsedOptions: this.shouldParseSkeletons ? Pn(n) : {}
3486
+ parsedOptions: this.shouldParseSkeletons ? Ln(n) : {}
3444
3487
  },
3445
3488
  err: null
3446
3489
  };
@@ -3459,20 +3502,20 @@ var Xn = (
3459
3502
  if (h.has(u))
3460
3503
  return this.error(r === "select" ? b.DUPLICATE_SELECT_ARGUMENT_SELECTOR : b.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, l);
3461
3504
  u === "other" && (s = !0), this.bumpSpace();
3462
- var m = this.clonePosition();
3505
+ var p = this.clonePosition();
3463
3506
  if (!this.bumpIf("{"))
3464
3507
  return this.error(r === "select" ? b.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : b.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, d(this.clonePosition(), this.clonePosition()));
3465
3508
  var g = this.parseMessage(t + 1, r, n);
3466
3509
  if (g.err)
3467
3510
  return g;
3468
- var p = this.tryParseArgumentClose(m);
3469
- if (p.err)
3470
- return p;
3511
+ var m = this.tryParseArgumentClose(p);
3512
+ if (m.err)
3513
+ return m;
3471
3514
  a.push([
3472
3515
  u,
3473
3516
  {
3474
3517
  value: g.val,
3475
- location: d(m, this.clonePosition())
3518
+ location: d(p, this.clonePosition())
3476
3519
  }
3477
3520
  ]), h.add(u), this.bumpSpace(), o = this.parseIdentifierIfPossible(), u = o.value, l = o.location;
3478
3521
  }
@@ -3488,7 +3531,7 @@ var Xn = (
3488
3531
  break;
3489
3532
  }
3490
3533
  var h = d(i, this.clonePosition());
3491
- return o ? (s *= n, Fn(s) ? { val: s, err: null } : this.error(r, h)) : this.error(t, h);
3534
+ return o ? (s *= n, Wn(s) ? { val: s, err: null } : this.error(r, h)) : this.error(t, h);
3492
3535
  }, e.prototype.offset = function() {
3493
3536
  return this.position.offset;
3494
3537
  }, e.prototype.isEOF = function() {
@@ -3503,7 +3546,7 @@ var Xn = (
3503
3546
  var t = this.position.offset;
3504
3547
  if (t >= this.message.length)
3505
3548
  throw Error("out of bound");
3506
- var r = Jt(this.message, t);
3549
+ var r = rr(this.message, t);
3507
3550
  if (r === void 0)
3508
3551
  throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
3509
3552
  return r;
@@ -3522,7 +3565,7 @@ var Xn = (
3522
3565
  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);
3523
3566
  }
3524
3567
  }, e.prototype.bumpIf = function(t) {
3525
- if (dt(this.message, t, this.offset())) {
3568
+ if (_t(this.message, t, this.offset())) {
3526
3569
  for (var r = 0; r < t.length; r++)
3527
3570
  this.bump();
3528
3571
  return !0;
@@ -3544,7 +3587,7 @@ var Xn = (
3544
3587
  break;
3545
3588
  }
3546
3589
  }, e.prototype.bumpSpace = function() {
3547
- for (; !this.isEOF() && Kt(this.char()); )
3590
+ for (; !this.isEOF() && ir(this.char()); )
3548
3591
  this.bump();
3549
3592
  }, e.prototype.peek = function() {
3550
3593
  if (this.isEOF())
@@ -3554,47 +3597,47 @@ var Xn = (
3554
3597
  }, e;
3555
3598
  }()
3556
3599
  );
3557
- function Ve(e) {
3600
+ function Ye(e) {
3558
3601
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3559
3602
  }
3560
- function Wn(e) {
3561
- return Ve(e) || e === 47;
3603
+ function Jn(e) {
3604
+ return Ye(e) || e === 47;
3562
3605
  }
3563
- function zn(e) {
3606
+ function qn(e) {
3564
3607
  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;
3565
3608
  }
3566
- function Kt(e) {
3609
+ function ir(e) {
3567
3610
  return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3568
3611
  }
3569
- function Zn(e) {
3612
+ function Kn(e) {
3570
3613
  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;
3571
3614
  }
3572
- function Xe(e) {
3615
+ function Qe(e) {
3573
3616
  e.forEach(function(t) {
3574
- if (delete t.location, kt(t) || Vt(t))
3617
+ if (delete t.location, Zt(t) || Yt(t))
3575
3618
  for (var r in t.options)
3576
- delete t.options[r].location, Xe(t.options[r].value);
3619
+ delete t.options[r].location, Qe(t.options[r].value);
3577
3620
  else
3578
- Gt(t) && Wt(t.style) || (Ft(t) || jt(t)) && Ge(t.style) ? delete t.style.location : Xt(t) && Xe(t.children);
3621
+ Xt(t) && Jt(t.style) || (Wt(t) || zt(t)) && Xe(t.style) ? delete t.style.location : Qt(t) && Qe(t.children);
3579
3622
  });
3580
3623
  }
3581
- function Yn(e, t) {
3582
- t === void 0 && (t = {}), t = y({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3583
- var r = new Xn(e, t).parse();
3624
+ function ei(e, t) {
3625
+ t === void 0 && (t = {}), t = de({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3626
+ var r = new Qn(e, t).parse();
3584
3627
  if (r.err) {
3585
3628
  var n = SyntaxError(b[r.err.kind]);
3586
3629
  throw n.location = r.err.location, n.originalMessage = r.err.message, n;
3587
3630
  }
3588
- return t != null && t.captureLocation || Xe(r.val), r.val;
3631
+ return t != null && t.captureLocation || Qe(r.val), r.val;
3589
3632
  }
3590
- var Q;
3633
+ var Y;
3591
3634
  (function(e) {
3592
3635
  e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
3593
- })(Q || (Q = {}));
3594
- var _e = (
3636
+ })(Y || (Y = {}));
3637
+ var Be = (
3595
3638
  /** @class */
3596
3639
  function(e) {
3597
- $(t, e);
3640
+ xe(t, e);
3598
3641
  function t(r, n, i) {
3599
3642
  var o = e.call(this, r) || this;
3600
3643
  return o.code = n, o.originalMessage = i, o;
@@ -3603,155 +3646,155 @@ var _e = (
3603
3646
  return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
3604
3647
  }, t;
3605
3648
  }(Error)
3606
- ), vt = (
3649
+ ), St = (
3607
3650
  /** @class */
3608
3651
  function(e) {
3609
- $(t, e);
3652
+ xe(t, e);
3610
3653
  function t(r, n, i, o) {
3611
- return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), Q.INVALID_VALUE, o) || this;
3654
+ return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), Y.INVALID_VALUE, o) || this;
3612
3655
  }
3613
3656
  return t;
3614
- }(_e)
3615
- ), Qn = (
3657
+ }(Be)
3658
+ ), ti = (
3616
3659
  /** @class */
3617
3660
  function(e) {
3618
- $(t, e);
3661
+ xe(t, e);
3619
3662
  function t(r, n, i) {
3620
- return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), Q.INVALID_VALUE, i) || this;
3663
+ return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), Y.INVALID_VALUE, i) || this;
3621
3664
  }
3622
3665
  return t;
3623
- }(_e)
3624
- ), Jn = (
3666
+ }(Be)
3667
+ ), ri = (
3625
3668
  /** @class */
3626
3669
  function(e) {
3627
- $(t, e);
3670
+ xe(t, e);
3628
3671
  function t(r, n) {
3629
- return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), Q.MISSING_VALUE, n) || this;
3672
+ return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), Y.MISSING_VALUE, n) || this;
3630
3673
  }
3631
3674
  return t;
3632
- }(_e)
3633
- ), w;
3675
+ }(Be)
3676
+ ), T;
3634
3677
  (function(e) {
3635
3678
  e[e.literal = 0] = "literal", e[e.object = 1] = "object";
3636
- })(w || (w = {}));
3637
- function qn(e) {
3679
+ })(T || (T = {}));
3680
+ function ni(e) {
3638
3681
  return e.length < 2 ? e : e.reduce(function(t, r) {
3639
3682
  var n = t[t.length - 1];
3640
- return !n || n.type !== w.literal || r.type !== w.literal ? t.push(r) : n.value += r.value, t;
3683
+ return !n || n.type !== T.literal || r.type !== T.literal ? t.push(r) : n.value += r.value, t;
3641
3684
  }, []);
3642
3685
  }
3643
- function Kn(e) {
3686
+ function ii(e) {
3644
3687
  return typeof e == "function";
3645
3688
  }
3646
- function pe(e, t, r, n, i, o, s) {
3647
- if (e.length === 1 && ft(e[0]))
3689
+ function me(e, t, r, n, i, o, s) {
3690
+ if (e.length === 1 && gt(e[0]))
3648
3691
  return [
3649
3692
  {
3650
- type: w.literal,
3693
+ type: T.literal,
3651
3694
  value: e[0].value
3652
3695
  }
3653
3696
  ];
3654
3697
  for (var a = [], h = 0, u = e; h < u.length; h++) {
3655
3698
  var l = u[h];
3656
- if (ft(l)) {
3699
+ if (gt(l)) {
3657
3700
  a.push({
3658
- type: w.literal,
3701
+ type: T.literal,
3659
3702
  value: l.value
3660
3703
  });
3661
3704
  continue;
3662
3705
  }
3663
- if (_n(l)) {
3706
+ if (Tn(l)) {
3664
3707
  typeof o == "number" && a.push({
3665
- type: w.literal,
3708
+ type: T.literal,
3666
3709
  value: r.getNumberFormat(t).format(o)
3667
3710
  });
3668
3711
  continue;
3669
3712
  }
3670
3713
  var c = l.value;
3671
3714
  if (!(i && c in i))
3672
- throw new Jn(c, s);
3715
+ throw new ri(c, s);
3673
3716
  var f = i[c];
3674
- if (En(l)) {
3717
+ if (wn(l)) {
3675
3718
  (!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), a.push({
3676
- type: typeof f == "string" ? w.literal : w.object,
3719
+ type: typeof f == "string" ? T.literal : T.object,
3677
3720
  value: f
3678
3721
  });
3679
3722
  continue;
3680
3723
  }
3681
- if (Ft(l)) {
3682
- var m = typeof l.style == "string" ? n.date[l.style] : Ge(l.style) ? l.style.parsedOptions : void 0;
3724
+ if (Wt(l)) {
3725
+ var p = typeof l.style == "string" ? n.date[l.style] : Xe(l.style) ? l.style.parsedOptions : void 0;
3683
3726
  a.push({
3684
- type: w.literal,
3685
- value: r.getDateTimeFormat(t, m).format(f)
3727
+ type: T.literal,
3728
+ value: r.getDateTimeFormat(t, p).format(f)
3686
3729
  });
3687
3730
  continue;
3688
3731
  }
3689
- if (jt(l)) {
3690
- var m = typeof l.style == "string" ? n.time[l.style] : Ge(l.style) ? l.style.parsedOptions : n.time.medium;
3732
+ if (zt(l)) {
3733
+ var p = typeof l.style == "string" ? n.time[l.style] : Xe(l.style) ? l.style.parsedOptions : n.time.medium;
3691
3734
  a.push({
3692
- type: w.literal,
3693
- value: r.getDateTimeFormat(t, m).format(f)
3735
+ type: T.literal,
3736
+ value: r.getDateTimeFormat(t, p).format(f)
3694
3737
  });
3695
3738
  continue;
3696
3739
  }
3697
- if (Gt(l)) {
3698
- var m = typeof l.style == "string" ? n.number[l.style] : Wt(l.style) ? l.style.parsedOptions : void 0;
3699
- m && m.scale && (f = f * (m.scale || 1)), a.push({
3700
- type: w.literal,
3701
- value: r.getNumberFormat(t, m).format(f)
3740
+ if (Xt(l)) {
3741
+ var p = typeof l.style == "string" ? n.number[l.style] : Jt(l.style) ? l.style.parsedOptions : void 0;
3742
+ p && p.scale && (f = f * (p.scale || 1)), a.push({
3743
+ type: T.literal,
3744
+ value: r.getNumberFormat(t, p).format(f)
3702
3745
  });
3703
3746
  continue;
3704
3747
  }
3705
- if (Xt(l)) {
3706
- var g = l.children, p = l.value, x = i[p];
3707
- if (!Kn(x))
3708
- throw new Qn(p, "function", s);
3709
- var A = pe(g, t, r, n, i, o), H = x(A.map(function(S) {
3748
+ if (Qt(l)) {
3749
+ var g = l.children, m = l.value, x = i[m];
3750
+ if (!ii(x))
3751
+ throw new ti(m, "function", s);
3752
+ var A = me(g, t, r, n, i, o), H = x(A.map(function(S) {
3710
3753
  return S.value;
3711
3754
  }));
3712
3755
  Array.isArray(H) || (H = [H]), a.push.apply(a, H.map(function(S) {
3713
3756
  return {
3714
- type: typeof S == "string" ? w.literal : w.object,
3757
+ type: typeof S == "string" ? T.literal : T.object,
3715
3758
  value: S
3716
3759
  };
3717
3760
  }));
3718
3761
  }
3719
- if (kt(l)) {
3720
- var T = l.options[f] || l.options.other;
3721
- if (!T)
3722
- throw new vt(l.value, f, Object.keys(l.options), s);
3723
- a.push.apply(a, pe(T.value, t, r, n, i));
3762
+ if (Zt(l)) {
3763
+ var w = l.options[f] || l.options.other;
3764
+ if (!w)
3765
+ throw new St(l.value, f, Object.keys(l.options), s);
3766
+ a.push.apply(a, me(w.value, t, r, n, i));
3724
3767
  continue;
3725
3768
  }
3726
- if (Vt(l)) {
3727
- var T = l.options["=".concat(f)];
3728
- if (!T) {
3769
+ if (Yt(l)) {
3770
+ var w = l.options["=".concat(f)];
3771
+ if (!w) {
3729
3772
  if (!Intl.PluralRules)
3730
- throw new _e(`Intl.PluralRules is not available in this environment.
3773
+ throw new Be(`Intl.PluralRules is not available in this environment.
3731
3774
  Try polyfilling it using "@formatjs/intl-pluralrules"
3732
- `, Q.MISSING_INTL_API, s);
3733
- var v = r.getPluralRules(t, { type: l.pluralType }).select(f - (l.offset || 0));
3734
- T = l.options[v] || l.options.other;
3775
+ `, Y.MISSING_INTL_API, s);
3776
+ var y = r.getPluralRules(t, { type: l.pluralType }).select(f - (l.offset || 0));
3777
+ w = l.options[y] || l.options.other;
3735
3778
  }
3736
- if (!T)
3737
- throw new vt(l.value, f, Object.keys(l.options), s);
3738
- a.push.apply(a, pe(T.value, t, r, n, i, f - (l.offset || 0)));
3779
+ if (!w)
3780
+ throw new St(l.value, f, Object.keys(l.options), s);
3781
+ a.push.apply(a, me(w.value, t, r, n, i, f - (l.offset || 0)));
3739
3782
  continue;
3740
3783
  }
3741
3784
  }
3742
- return qn(a);
3785
+ return ni(a);
3743
3786
  }
3744
- function ei(e, t) {
3745
- return t ? y(y(y({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
3746
- return r[n] = y(y({}, e[n]), t[n] || {}), r;
3787
+ function oi(e, t) {
3788
+ return t ? C(C(C({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
3789
+ return r[n] = C(C({}, e[n]), t[n] || {}), r;
3747
3790
  }, {})) : e;
3748
3791
  }
3749
- function ti(e, t) {
3792
+ function si(e, t) {
3750
3793
  return t ? Object.keys(e).reduce(function(r, n) {
3751
- return r[n] = ei(e[n], t[n]), r;
3752
- }, y({}, e)) : e;
3794
+ return r[n] = oi(e[n], t[n]), r;
3795
+ }, C({}, e)) : e;
3753
3796
  }
3754
- function Oe(e) {
3797
+ function Me(e) {
3755
3798
  return {
3756
3799
  create: function() {
3757
3800
  return {
@@ -3765,39 +3808,39 @@ function Oe(e) {
3765
3808
  }
3766
3809
  };
3767
3810
  }
3768
- function ri(e) {
3811
+ function ai(e) {
3769
3812
  return e === void 0 && (e = {
3770
3813
  number: {},
3771
3814
  dateTime: {},
3772
3815
  pluralRules: {}
3773
3816
  }), {
3774
- getNumberFormat: He(function() {
3817
+ getNumberFormat: Oe(function() {
3775
3818
  for (var t, r = [], n = 0; n < arguments.length; n++)
3776
3819
  r[n] = arguments[n];
3777
- return new ((t = Intl.NumberFormat).bind.apply(t, z([void 0], r, !1)))();
3820
+ return new ((t = Intl.NumberFormat).bind.apply(t, Pe([void 0], r, !1)))();
3778
3821
  }, {
3779
- cache: Oe(e.number),
3780
- strategy: Ae.variadic
3822
+ cache: Me(e.number),
3823
+ strategy: Ie.variadic
3781
3824
  }),
3782
- getDateTimeFormat: He(function() {
3825
+ getDateTimeFormat: Oe(function() {
3783
3826
  for (var t, r = [], n = 0; n < arguments.length; n++)
3784
3827
  r[n] = arguments[n];
3785
- return new ((t = Intl.DateTimeFormat).bind.apply(t, z([void 0], r, !1)))();
3828
+ return new ((t = Intl.DateTimeFormat).bind.apply(t, Pe([void 0], r, !1)))();
3786
3829
  }, {
3787
- cache: Oe(e.dateTime),
3788
- strategy: Ae.variadic
3830
+ cache: Me(e.dateTime),
3831
+ strategy: Ie.variadic
3789
3832
  }),
3790
- getPluralRules: He(function() {
3833
+ getPluralRules: Oe(function() {
3791
3834
  for (var t, r = [], n = 0; n < arguments.length; n++)
3792
3835
  r[n] = arguments[n];
3793
- return new ((t = Intl.PluralRules).bind.apply(t, z([void 0], r, !1)))();
3836
+ return new ((t = Intl.PluralRules).bind.apply(t, Pe([void 0], r, !1)))();
3794
3837
  }, {
3795
- cache: Oe(e.pluralRules),
3796
- strategy: Ae.variadic
3838
+ cache: Me(e.pluralRules),
3839
+ strategy: Ie.variadic
3797
3840
  })
3798
3841
  };
3799
3842
  }
3800
- var ni = (
3843
+ var ui = (
3801
3844
  /** @class */
3802
3845
  function() {
3803
3846
  function e(t, r, n, i) {
@@ -3812,11 +3855,11 @@ var ni = (
3812
3855
  if (u.length === 1)
3813
3856
  return u[0].value;
3814
3857
  var l = u.reduce(function(c, f) {
3815
- return !c.length || f.type !== w.literal || typeof c[c.length - 1] != "string" ? c.push(f.value) : c[c.length - 1] += f.value, c;
3858
+ return !c.length || f.type !== T.literal || typeof c[c.length - 1] != "string" ? c.push(f.value) : c[c.length - 1] += f.value, c;
3816
3859
  }, []);
3817
3860
  return l.length <= 1 ? l[0] || "" : l;
3818
3861
  }, this.formatToParts = function(h) {
3819
- return pe(o.ast, o.locales, o.formatters, o.formats, h, void 0, o.message);
3862
+ return me(o.ast, o.locales, o.formatters, o.formats, h, void 0, o.message);
3820
3863
  }, this.resolvedOptions = function() {
3821
3864
  var h;
3822
3865
  return {
@@ -3829,13 +3872,13 @@ var ni = (
3829
3872
  throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
3830
3873
  var s = i || {};
3831
3874
  s.formatters;
3832
- var a = Lr(s, ["formatters"]);
3833
- this.ast = e.__parse(t, y(y({}, a), { locale: this.resolvedLocale }));
3875
+ var a = gn(s, ["formatters"]);
3876
+ this.ast = e.__parse(t, C(C({}, a), { locale: this.resolvedLocale }));
3834
3877
  } else
3835
3878
  this.ast = t;
3836
3879
  if (!Array.isArray(this.ast))
3837
3880
  throw new TypeError("A message must be provided as a String or AST.");
3838
- this.formats = ti(e.formats, n), this.formatters = i && i.formatters || ri(this.formatterCache);
3881
+ this.formats = si(e.formats, n), this.formatters = i && i.formatters || ai(this.formatterCache);
3839
3882
  }
3840
3883
  return Object.defineProperty(e, "defaultLocale", {
3841
3884
  get: function() {
@@ -3848,7 +3891,7 @@ var ni = (
3848
3891
  var r = Intl.NumberFormat.supportedLocalesOf(t);
3849
3892
  return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
3850
3893
  }
3851
- }, e.__parse = Yn, e.formats = {
3894
+ }, e.__parse = ei, e.formats = {
3852
3895
  number: {
3853
3896
  integer: {
3854
3897
  maximumFractionDigits: 0
@@ -3909,7 +3952,7 @@ var ni = (
3909
3952
  }, e;
3910
3953
  }()
3911
3954
  );
3912
- function ii(e, t) {
3955
+ function hi(e, t) {
3913
3956
  if (t == null)
3914
3957
  return;
3915
3958
  if (t in e)
@@ -3930,92 +3973,92 @@ function ii(e, t) {
3930
3973
  n = void 0;
3931
3974
  return n;
3932
3975
  }
3933
- const D = {}, oi = (e, t, r) => r && (t in D || (D[t] = {}), e in D[t] || (D[t][e] = r), r), er = (e, t) => {
3976
+ const D = {}, li = (e, t, r) => r && (t in D || (D[t] = {}), e in D[t] || (D[t][e] = r), r), or = (e, t) => {
3934
3977
  if (t == null)
3935
3978
  return;
3936
3979
  if (t in D && e in D[t])
3937
3980
  return D[t][e];
3938
- const r = xe(t);
3981
+ const r = Se(t);
3939
3982
  for (let n = 0; n < r.length; n++) {
3940
- const i = r[n], o = ai(i, e);
3983
+ const i = r[n], o = fi(i, e);
3941
3984
  if (o)
3942
- return oi(e, t, o);
3985
+ return li(e, t, o);
3943
3986
  }
3944
3987
  };
3945
- let Qe;
3946
- const he = Ee({});
3947
- function si(e) {
3948
- return Qe[e] || null;
3988
+ let tt;
3989
+ const he = _e({});
3990
+ function ci(e) {
3991
+ return tt[e] || null;
3949
3992
  }
3950
- function tr(e) {
3951
- return e in Qe;
3993
+ function sr(e) {
3994
+ return e in tt;
3952
3995
  }
3953
- function ai(e, t) {
3954
- if (!tr(e))
3996
+ function fi(e, t) {
3997
+ if (!sr(e))
3955
3998
  return null;
3956
- const r = si(e);
3957
- return ii(r, t);
3999
+ const r = ci(e);
4000
+ return hi(r, t);
3958
4001
  }
3959
- function ui(e) {
4002
+ function pi(e) {
3960
4003
  if (e == null)
3961
4004
  return;
3962
- const t = xe(e);
4005
+ const t = Se(e);
3963
4006
  for (let r = 0; r < t.length; r++) {
3964
4007
  const n = t[r];
3965
- if (tr(n))
4008
+ if (sr(n))
3966
4009
  return n;
3967
4010
  }
3968
4011
  }
3969
- function rr(e, ...t) {
3970
- delete D[e], he.update((r) => (r[e] = fn.all([r[e] || {}, ...t]), r));
4012
+ function ar(e, ...t) {
4013
+ delete D[e], he.update((r) => (r[e] = dn.all([r[e] || {}, ...t]), r));
3971
4014
  }
3972
- q(
4015
+ J(
3973
4016
  [he],
3974
4017
  ([e]) => Object.keys(e)
3975
4018
  );
3976
- he.subscribe((e) => Qe = e);
4019
+ he.subscribe((e) => tt = e);
3977
4020
  const be = {};
3978
- function hi(e, t) {
4021
+ function mi(e, t) {
3979
4022
  be[e].delete(t), be[e].size === 0 && delete be[e];
3980
4023
  }
3981
- function nr(e) {
4024
+ function ur(e) {
3982
4025
  return be[e];
3983
4026
  }
3984
- function li(e) {
3985
- return xe(e).map((t) => {
3986
- const r = nr(t);
4027
+ function bi(e) {
4028
+ return Se(e).map((t) => {
4029
+ const r = ur(t);
3987
4030
  return [t, r ? [...r] : []];
3988
4031
  }).filter(([, t]) => t.length > 0);
3989
4032
  }
3990
- function We(e) {
3991
- return e == null ? !1 : xe(e).some(
4033
+ function Je(e) {
4034
+ return e == null ? !1 : Se(e).some(
3992
4035
  (t) => {
3993
4036
  var r;
3994
- return (r = nr(t)) == null ? void 0 : r.size;
4037
+ return (r = ur(t)) == null ? void 0 : r.size;
3995
4038
  }
3996
4039
  );
3997
4040
  }
3998
- function ci(e, t) {
4041
+ function di(e, t) {
3999
4042
  return Promise.all(
4000
- t.map((n) => (hi(e, n), n().then((i) => i.default || i)))
4001
- ).then((n) => rr(e, ...n));
4002
- }
4003
- const te = {};
4004
- function ir(e) {
4005
- if (!We(e))
4006
- return e in te ? te[e] : Promise.resolve();
4007
- const t = li(e);
4008
- return te[e] = Promise.all(
4043
+ t.map((n) => (mi(e, n), n().then((i) => i.default || i)))
4044
+ ).then((n) => ar(e, ...n));
4045
+ }
4046
+ const ee = {};
4047
+ function hr(e) {
4048
+ if (!Je(e))
4049
+ return e in ee ? ee[e] : Promise.resolve();
4050
+ const t = bi(e);
4051
+ return ee[e] = Promise.all(
4009
4052
  t.map(
4010
- ([r, n]) => ci(r, n)
4053
+ ([r, n]) => di(r, n)
4011
4054
  )
4012
4055
  ).then(() => {
4013
- if (We(e))
4014
- return ir(e);
4015
- delete te[e];
4016
- }), te[e];
4056
+ if (Je(e))
4057
+ return hr(e);
4058
+ delete ee[e];
4059
+ }), ee[e];
4017
4060
  }
4018
- const fi = {
4061
+ const gi = {
4019
4062
  number: {
4020
4063
  scientific: { notation: "scientific" },
4021
4064
  engineering: { notation: "engineering" },
@@ -4044,135 +4087,135 @@ const fi = {
4044
4087
  timeZoneName: "short"
4045
4088
  }
4046
4089
  }
4047
- }, mi = {
4090
+ }, yi = {
4048
4091
  fallbackLocale: null,
4049
4092
  loadingDelay: 200,
4050
- formats: fi,
4093
+ formats: gi,
4051
4094
  warnOnMissingMessages: !0,
4052
4095
  handleMissingMessage: void 0,
4053
4096
  ignoreTag: !0
4054
- }, pi = mi;
4055
- function J() {
4056
- return pi;
4097
+ }, vi = yi;
4098
+ function Q() {
4099
+ return vi;
4057
4100
  }
4058
- const Ie = Ee(!1);
4059
- var bi = Object.defineProperty, di = Object.defineProperties, gi = Object.getOwnPropertyDescriptors, Et = Object.getOwnPropertySymbols, yi = Object.prototype.hasOwnProperty, vi = Object.prototype.propertyIsEnumerable, _t = (e, t, r) => t in e ? bi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ei = (e, t) => {
4101
+ const Le = _e(!1);
4102
+ var Ei = Object.defineProperty, _i = Object.defineProperties, xi = Object.getOwnPropertyDescriptors, wt = Object.getOwnPropertySymbols, Bi = Object.prototype.hasOwnProperty, Si = Object.prototype.propertyIsEnumerable, Tt = (e, t, r) => t in e ? Ei(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, wi = (e, t) => {
4060
4103
  for (var r in t || (t = {}))
4061
- yi.call(t, r) && _t(e, r, t[r]);
4062
- if (Et)
4063
- for (var r of Et(t))
4064
- vi.call(t, r) && _t(e, r, t[r]);
4104
+ Bi.call(t, r) && Tt(e, r, t[r]);
4105
+ if (wt)
4106
+ for (var r of wt(t))
4107
+ Si.call(t, r) && Tt(e, r, t[r]);
4065
4108
  return e;
4066
- }, _i = (e, t) => di(e, gi(t));
4067
- let ze;
4068
- const de = Ee(null);
4069
- function xt(e) {
4109
+ }, Ti = (e, t) => _i(e, xi(t));
4110
+ let qe;
4111
+ const ge = _e(null);
4112
+ function Ht(e) {
4070
4113
  return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
4071
4114
  }
4072
- function xe(e, t = J().fallbackLocale) {
4073
- const r = xt(e);
4074
- return t ? [.../* @__PURE__ */ new Set([...r, ...xt(t)])] : r;
4115
+ function Se(e, t = Q().fallbackLocale) {
4116
+ const r = Ht(e);
4117
+ return t ? [.../* @__PURE__ */ new Set([...r, ...Ht(t)])] : r;
4075
4118
  }
4076
4119
  function F() {
4077
- return ze != null ? ze : void 0;
4120
+ return qe != null ? qe : void 0;
4078
4121
  }
4079
- de.subscribe((e) => {
4080
- ze = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
4122
+ ge.subscribe((e) => {
4123
+ qe = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
4081
4124
  });
4082
- const xi = (e) => {
4083
- if (e && ui(e) && We(e)) {
4084
- const { loadingDelay: t } = J();
4125
+ const Hi = (e) => {
4126
+ if (e && pi(e) && Je(e)) {
4127
+ const { loadingDelay: t } = Q();
4085
4128
  let r;
4086
4129
  return typeof window != "undefined" && F() != null && t ? r = window.setTimeout(
4087
- () => Ie.set(!0),
4130
+ () => Le.set(!0),
4088
4131
  t
4089
- ) : Ie.set(!0), ir(e).then(() => {
4090
- de.set(e);
4132
+ ) : Le.set(!0), hr(e).then(() => {
4133
+ ge.set(e);
4091
4134
  }).finally(() => {
4092
- clearTimeout(r), Ie.set(!1);
4135
+ clearTimeout(r), Le.set(!1);
4093
4136
  });
4094
4137
  }
4095
- return de.set(e);
4096
- }, K = _i(Ei({}, de), {
4097
- set: xi
4098
- }), Be = (e) => {
4138
+ return ge.set(e);
4139
+ }, q = Ti(wi({}, ge), {
4140
+ set: Hi
4141
+ }), we = (e) => {
4099
4142
  const t = /* @__PURE__ */ Object.create(null);
4100
4143
  return (n) => {
4101
4144
  const i = JSON.stringify(n);
4102
4145
  return i in t ? t[i] : t[i] = e(n);
4103
4146
  };
4104
4147
  };
4105
- var Bi = Object.defineProperty, ge = Object.getOwnPropertySymbols, or = Object.prototype.hasOwnProperty, sr = Object.prototype.propertyIsEnumerable, Bt = (e, t, r) => t in e ? Bi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Je = (e, t) => {
4148
+ var Ai = Object.defineProperty, ye = Object.getOwnPropertySymbols, lr = Object.prototype.hasOwnProperty, cr = Object.prototype.propertyIsEnumerable, At = (e, t, r) => t in e ? Ai(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, rt = (e, t) => {
4106
4149
  for (var r in t || (t = {}))
4107
- or.call(t, r) && Bt(e, r, t[r]);
4108
- if (ge)
4109
- for (var r of ge(t))
4110
- sr.call(t, r) && Bt(e, r, t[r]);
4150
+ lr.call(t, r) && At(e, r, t[r]);
4151
+ if (ye)
4152
+ for (var r of ye(t))
4153
+ cr.call(t, r) && At(e, r, t[r]);
4111
4154
  return e;
4112
- }, ee = (e, t) => {
4155
+ }, K = (e, t) => {
4113
4156
  var r = {};
4114
4157
  for (var n in e)
4115
- or.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
4116
- if (e != null && ge)
4117
- for (var n of ge(e))
4118
- t.indexOf(n) < 0 && sr.call(e, n) && (r[n] = e[n]);
4158
+ lr.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
4159
+ if (e != null && ye)
4160
+ for (var n of ye(e))
4161
+ t.indexOf(n) < 0 && cr.call(e, n) && (r[n] = e[n]);
4119
4162
  return r;
4120
4163
  };
4121
- const ae = (e, t) => {
4122
- const { formats: r } = J();
4164
+ const se = (e, t) => {
4165
+ const { formats: r } = Q();
4123
4166
  if (e in r && t in r[e])
4124
4167
  return r[e][t];
4125
4168
  throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
4126
- }, Si = Be(
4169
+ }, Pi = we(
4127
4170
  (e) => {
4128
- var t = e, { locale: r, format: n } = t, i = ee(t, ["locale", "format"]);
4171
+ var t = e, { locale: r, format: n } = t, i = K(t, ["locale", "format"]);
4129
4172
  if (r == null)
4130
4173
  throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
4131
- return n && (i = ae("number", n)), new Intl.NumberFormat(r, i);
4174
+ return n && (i = se("number", n)), new Intl.NumberFormat(r, i);
4132
4175
  }
4133
- ), Ti = Be(
4176
+ ), Oi = we(
4134
4177
  (e) => {
4135
- var t = e, { locale: r, format: n } = t, i = ee(t, ["locale", "format"]);
4178
+ var t = e, { locale: r, format: n } = t, i = K(t, ["locale", "format"]);
4136
4179
  if (r == null)
4137
4180
  throw new Error('[svelte-i18n] A "locale" must be set to format dates');
4138
- return n ? i = ae("date", n) : Object.keys(i).length === 0 && (i = ae("date", "short")), new Intl.DateTimeFormat(r, i);
4181
+ return n ? i = se("date", n) : Object.keys(i).length === 0 && (i = se("date", "short")), new Intl.DateTimeFormat(r, i);
4139
4182
  }
4140
- ), wi = Be(
4183
+ ), Ii = we(
4141
4184
  (e) => {
4142
- var t = e, { locale: r, format: n } = t, i = ee(t, ["locale", "format"]);
4185
+ var t = e, { locale: r, format: n } = t, i = K(t, ["locale", "format"]);
4143
4186
  if (r == null)
4144
4187
  throw new Error(
4145
4188
  '[svelte-i18n] A "locale" must be set to format time values'
4146
4189
  );
4147
- return n ? i = ae("time", n) : Object.keys(i).length === 0 && (i = ae("time", "short")), new Intl.DateTimeFormat(r, i);
4190
+ return n ? i = se("time", n) : Object.keys(i).length === 0 && (i = se("time", "short")), new Intl.DateTimeFormat(r, i);
4148
4191
  }
4149
- ), Hi = (e = {}) => {
4192
+ ), Ni = (e = {}) => {
4150
4193
  var t = e, {
4151
4194
  locale: r = F()
4152
- } = t, n = ee(t, [
4195
+ } = t, n = K(t, [
4153
4196
  "locale"
4154
4197
  ]);
4155
- return Si(Je({ locale: r }, n));
4156
- }, Ai = (e = {}) => {
4198
+ return Pi(rt({ locale: r }, n));
4199
+ }, Mi = (e = {}) => {
4157
4200
  var t = e, {
4158
4201
  locale: r = F()
4159
- } = t, n = ee(t, [
4202
+ } = t, n = K(t, [
4160
4203
  "locale"
4161
4204
  ]);
4162
- return Ti(Je({ locale: r }, n));
4163
- }, Pi = (e = {}) => {
4205
+ return Oi(rt({ locale: r }, n));
4206
+ }, Li = (e = {}) => {
4164
4207
  var t = e, {
4165
4208
  locale: r = F()
4166
- } = t, n = ee(t, [
4209
+ } = t, n = K(t, [
4167
4210
  "locale"
4168
4211
  ]);
4169
- return wi(Je({ locale: r }, n));
4170
- }, Oi = Be(
4212
+ return Ii(rt({ locale: r }, n));
4213
+ }, Ci = we(
4171
4214
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
4172
- (e, t = F()) => new ni(e, t, J().formats, {
4173
- ignoreTag: J().ignoreTag
4215
+ (e, t = F()) => new ui(e, t, Q().formats, {
4216
+ ignoreTag: Q().ignoreTag
4174
4217
  })
4175
- ), Ii = (e, t = {}) => {
4218
+ ), $i = (e, t = {}) => {
4176
4219
  var r, n, i, o;
4177
4220
  let s = t;
4178
4221
  typeof e == "object" && (s = e, e = s.id);
@@ -4185,9 +4228,9 @@ const ae = (e, t) => {
4185
4228
  throw new Error(
4186
4229
  "[svelte-i18n] Cannot format a message without first setting the initial locale."
4187
4230
  );
4188
- let l = er(e, h);
4231
+ let l = or(e, h);
4189
4232
  if (!l)
4190
- l = (o = (i = (n = (r = J()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: h, id: e, defaultValue: u })) != null ? i : u) != null ? o : e;
4233
+ l = (o = (i = (n = (r = Q()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: h, id: e, defaultValue: u })) != null ? i : u) != null ? o : e;
4191
4234
  else if (typeof l != "string")
4192
4235
  return console.warn(
4193
4236
  `[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof l}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
@@ -4196,7 +4239,7 @@ const ae = (e, t) => {
4196
4239
  return l;
4197
4240
  let c = l;
4198
4241
  try {
4199
- c = Oi(l, h).format(a);
4242
+ c = Ci(l, h).format(a);
4200
4243
  } catch (f) {
4201
4244
  f instanceof Error && console.warn(
4202
4245
  `[svelte-i18n] Message "${e}" has syntax error:`,
@@ -4204,20 +4247,20 @@ const ae = (e, t) => {
4204
4247
  );
4205
4248
  }
4206
4249
  return c;
4207
- }, Ni = (e, t) => Pi(t).format(e), Mi = (e, t) => Ai(t).format(e), Li = (e, t) => Hi(t).format(e), Ci = (e, t = F()) => er(e, t), $i = q([K, he], () => Ii);
4208
- q([K], () => Ni);
4209
- q([K], () => Mi);
4210
- q([K], () => Li);
4211
- q([K, he], () => Ci);
4212
- window.emWidgets = { topic: Zr };
4213
- const Ri = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
4214
- function St(e, t) {
4215
- rr(e, t);
4216
- }
4217
- function Di(e) {
4218
- K.set(e);
4219
- }
4220
- const Tt = {
4250
+ }, Ri = (e, t) => Li(t).format(e), Di = (e, t) => Mi(t).format(e), Ui = (e, t) => Ni(t).format(e), Gi = (e, t = F()) => or(e, t), Fi = J([q, he], () => $i);
4251
+ J([q], () => Ri);
4252
+ J([q], () => Di);
4253
+ J([q], () => Ui);
4254
+ J([q, he], () => Gi);
4255
+ window.emWidgets = { topic: qr };
4256
+ const ji = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
4257
+ function Pt(e, t) {
4258
+ ar(e, t);
4259
+ }
4260
+ function ki(e) {
4261
+ q.set(e);
4262
+ }
4263
+ const Ot = {
4221
4264
  en: {
4222
4265
  titleBiometrics: "Biometrics Authentication",
4223
4266
  descriptionParagraph1: "Use biometric login with your fingerprint or face for faster and easier access to your account.",
@@ -4296,13 +4339,13 @@ const Tt = {
4296
4339
  btnDisableBiometrics: "Disable biometrics"
4297
4340
  }
4298
4341
  };
4299
- function Ui(e, t) {
4342
+ function Vi(e, t) {
4300
4343
  if (e) {
4301
4344
  const r = document.createElement("style");
4302
4345
  r.innerHTML = t, e.appendChild(r);
4303
4346
  }
4304
4347
  }
4305
- function Gi(e, t) {
4348
+ function Xi(e, t) {
4306
4349
  const r = new URL(t);
4307
4350
  fetch(r.href).then((n) => n.text()).then((n) => {
4308
4351
  const i = document.createElement("style");
@@ -4311,7 +4354,7 @@ function Gi(e, t) {
4311
4354
  console.error("There was an error while trying to load client styling from URL", n);
4312
4355
  });
4313
4356
  }
4314
- function Fi(e, t, r) {
4357
+ function Wi(e, t, r) {
4315
4358
  if (window.emMessageBus) {
4316
4359
  const n = document.createElement("style");
4317
4360
  window.emMessageBus.subscribe(t, (i) => {
@@ -4319,47 +4362,47 @@ function Fi(e, t, r) {
4319
4362
  });
4320
4363
  }
4321
4364
  }
4322
- function ji(e) {
4323
- pr(e, "svelte-6qxh5g", ".BiometricsWrapper{color:var(--emw--pam-typography, var(--emw--color-contrast, #07072A));padding:50px;max-width:760px}.BiometricsWrapper.BiometricsWrapperMobile{padding:20px 15px;max-width:unset}.MenuReturnButton{color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));display:inline-flex;align-items:center;column-gap:20px}.MenuReturnButton svg{fill:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.BiometricsTitle{font-size:26px;color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));font-weight:400}.BiometricsTitleMobile{font-size:16px}.BiometricsTitleNone{display:none}.BiometricsDescription{color:var(--emw--color-gray-300, #58586B);line-height:24px}.BiometricsDescription.BiometricsDescriptionMobile{font-size:12px;line-height:18px}.BiometricsActionButtons{display:grid;grid-column-gap:10px;grid-template-rows:auto;grid-template-columns:1fr;margin-top:20px;width:50%}.BiometricsActionButtons .BiometricsToggle{background:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));border:1px solid var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));cursor:pointer;border-radius:5px;width:100%;height:50px;display:flex;align-items:center;justify-content:center;font-size:16px;text-transform:uppercase;transition-duration:0.3s;box-sizing:border-box}.BiometricsActionButtons.BiometricsActionButtonsMobile{width:100%;grid-template-columns:1fr}.BiometricsActionButtons.BiometricsActionButtonsMobile .BiometricsToggle{height:40px;font-size:12px}");
4365
+ function zi(e) {
4366
+ vr(e, "svelte-6qxh5g", ".BiometricsWrapper{color:var(--emw--pam-typography, var(--emw--color-contrast, #07072A));padding:50px;max-width:760px}.BiometricsWrapper.BiometricsWrapperMobile{padding:20px 15px;max-width:unset}.MenuReturnButton{color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));display:inline-flex;align-items:center;column-gap:20px}.MenuReturnButton svg{fill:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.BiometricsTitle{font-size:26px;color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));font-weight:400}.BiometricsTitleMobile{font-size:16px}.BiometricsTitleNone{display:none}.BiometricsDescription{color:var(--emw--color-gray-300, #58586B);line-height:24px}.BiometricsDescription.BiometricsDescriptionMobile{font-size:12px;line-height:18px}.BiometricsActionButtons{display:grid;grid-column-gap:10px;grid-template-rows:auto;grid-template-columns:1fr;margin-top:20px;width:50%}.BiometricsActionButtons .BiometricsToggle{background:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));border:1px solid var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));cursor:pointer;border-radius:5px;width:100%;height:50px;display:flex;align-items:center;justify-content:center;font-size:16px;text-transform:uppercase;transition-duration:0.3s;box-sizing:border-box}.BiometricsActionButtons.BiometricsActionButtonsMobile{width:100%;grid-template-columns:1fr}.BiometricsActionButtons.BiometricsActionButtonsMobile .BiometricsToggle{height:40px;font-size:12px}");
4324
4367
  }
4325
- function ki(e) {
4368
+ function Zi(e) {
4326
4369
  let t, r, n, i, o, s, a, h, u, l, c = (
4327
4370
  /*$_*/
4328
4371
  e[2]("titleBiometrics") + ""
4329
- ), f, m, g;
4372
+ ), f, p, g;
4330
4373
  return {
4331
4374
  c() {
4332
- t = I("div"), r = j("svg"), n = j("defs"), i = j("style"), o = G(".aaa{fill:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));}"), s = j("g"), a = j("g"), h = j("path"), u = re(), l = I("h2"), f = G(c), B(h, "class", "aaa"), B(h, "d", "M7.5,0,6.136,1.364,11.3,6.526H0V8.474H11.3L6.136,13.636,7.5,15,15,7.5Z"), B(h, "transform", "translate(15 15) rotate(180)"), B(a, "transform", "translate(20 158)"), B(s, "transform", "translate(-20 -158)"), B(r, "xmlns", "http://www.w3.org/2000/svg"), B(r, "width", "15"), B(r, "height", "15"), B(r, "viewBox", "0 0 15 15"), B(l, "class", "BiometricsTitleMobile"), B(l, "part", "BiometricsTitleMobile"), B(t, "class", "MenuReturnButton"), B(t, "part", "MenuReturnButton");
4375
+ t = I("div"), r = j("svg"), n = j("defs"), i = j("style"), o = G(".aaa{fill:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));}"), s = j("g"), a = j("g"), h = j("path"), u = te(), l = I("h2"), f = G(c), B(h, "class", "aaa"), B(h, "d", "M7.5,0,6.136,1.364,11.3,6.526H0V8.474H11.3L6.136,13.636,7.5,15,15,7.5Z"), B(h, "transform", "translate(15 15) rotate(180)"), B(a, "transform", "translate(20 158)"), B(s, "transform", "translate(-20 -158)"), B(r, "xmlns", "http://www.w3.org/2000/svg"), B(r, "width", "15"), B(r, "height", "15"), B(r, "viewBox", "0 0 15 15"), B(l, "class", "BiometricsTitleMobile"), B(l, "part", "BiometricsTitleMobile"), B(t, "class", "MenuReturnButton"), B(t, "part", "MenuReturnButton");
4333
4376
  },
4334
- m(p, x) {
4335
- Ye(p, t, x), E(t, r), E(r, n), E(n, i), E(i, o), E(r, s), E(s, a), E(a, h), E(t, u), E(t, l), E(l, f), m || (g = Pt(
4377
+ m(m, x) {
4378
+ et(m, t, x), v(t, r), v(r, n), v(n, i), v(i, o), v(r, s), v(s, a), v(a, h), v(t, u), v(t, l), v(l, f), p || (g = Lt(
4336
4379
  t,
4337
4380
  "click",
4338
4381
  /*click_handler*/
4339
4382
  e[11]
4340
- ), m = !0);
4383
+ ), p = !0);
4341
4384
  },
4342
- p(p, x) {
4385
+ p(m, x) {
4343
4386
  x & /*$_*/
4344
4387
  4 && c !== (c = /*$_*/
4345
- p[2]("titleBiometrics") + "") && ne(f, c);
4388
+ m[2]("titleBiometrics") + "") && re(f, c);
4346
4389
  },
4347
- d(p) {
4348
- p && ye(t), m = !1, g();
4390
+ d(m) {
4391
+ m && ve(t), p = !1, g();
4349
4392
  }
4350
4393
  };
4351
4394
  }
4352
- function Vi(e) {
4395
+ function Yi(e) {
4353
4396
  let t, r, n, i, o = (
4354
4397
  /*$_*/
4355
4398
  e[2]("titleBiometrics") + ""
4356
4399
  ), s, a, h, u, l = (
4357
4400
  /*$_*/
4358
4401
  e[2]("descriptionParagraph1") + ""
4359
- ), c, f, m, g = (
4402
+ ), c, f, p, g = (
4360
4403
  /*$_*/
4361
4404
  e[2]("descriptionParagraph2") + ""
4362
- ), p, x, A, H, T = (
4405
+ ), m, x, A, H, w = (
4363
4406
  /*biometricsenabled*/
4364
4407
  (e[0] === "true" ? (
4365
4408
  /*$_*/
@@ -4368,20 +4411,20 @@ function Vi(e) {
4368
4411
  /*$_*/
4369
4412
  e[2]("btnEnableBiometrics")
4370
4413
  )) + ""
4371
- ), v, S, M, L = (
4414
+ ), y, S, M, L = (
4372
4415
  /*isMobile*/
4373
- e[3] && ki(e)
4416
+ e[3] && Zi(e)
4374
4417
  );
4375
4418
  return {
4376
4419
  c() {
4377
- t = I("div"), r = I("div"), L && L.c(), n = re(), i = I("h2"), s = G(o), a = re(), h = I("div"), u = I("p"), c = G(l), f = re(), m = I("p"), p = G(g), x = re(), A = I("div"), H = I("button"), v = G(T), B(i, "class", "BiometricsTitle " + /*isMobile*/
4420
+ t = I("div"), r = I("div"), L && L.c(), n = te(), i = I("h2"), s = G(o), a = te(), h = I("div"), u = I("p"), c = G(l), f = te(), p = I("p"), m = G(g), x = te(), A = I("div"), H = I("button"), y = G(w), B(i, "class", "BiometricsTitle " + /*isMobile*/
4378
4421
  (e[3] ? "BiometricsTitleNone" : "")), B(h, "class", "BiometricsDescription " + /*isMobile*/
4379
4422
  (e[3] ? "BiometricsDescriptionMobile" : "")), B(H, "class", "BiometricsToggle"), B(A, "class", "BiometricsActionButtons " + /*isMobile*/
4380
4423
  (e[3] ? "BiometricsActionButtonsMobile" : "")), B(r, "class", "BiometricsWrapper " + /*isMobile*/
4381
4424
  (e[3] ? "BiometricsWrapperMobile" : ""));
4382
4425
  },
4383
4426
  m(P, U) {
4384
- Ye(P, t, U), E(t, r), L && L.m(r, null), E(r, n), E(r, i), E(i, s), E(r, a), E(r, h), E(h, u), E(u, c), E(h, f), E(h, m), E(m, p), E(r, x), E(r, A), E(A, H), E(H, v), e[13](t), S || (M = Pt(
4427
+ et(P, t, U), v(t, r), L && L.m(r, null), v(r, n), v(r, i), v(i, s), v(r, a), v(r, h), v(h, u), v(u, c), v(h, f), v(h, p), v(p, m), v(r, x), v(r, A), v(A, H), v(H, y), e[13](t), S || (M = Lt(
4385
4428
  H,
4386
4429
  "click",
4387
4430
  /*click_handler_1*/
@@ -4392,46 +4435,46 @@ function Vi(e) {
4392
4435
  /*isMobile*/
4393
4436
  P[3] && L.p(P, U), U & /*$_*/
4394
4437
  4 && o !== (o = /*$_*/
4395
- P[2]("titleBiometrics") + "") && ne(s, o), U & /*$_*/
4438
+ P[2]("titleBiometrics") + "") && re(s, o), U & /*$_*/
4396
4439
  4 && l !== (l = /*$_*/
4397
- P[2]("descriptionParagraph1") + "") && ne(c, l), U & /*$_*/
4440
+ P[2]("descriptionParagraph1") + "") && re(c, l), U & /*$_*/
4398
4441
  4 && g !== (g = /*$_*/
4399
- P[2]("descriptionParagraph2") + "") && ne(p, g), U & /*biometricsenabled, $_*/
4400
- 5 && T !== (T = /*biometricsenabled*/
4442
+ P[2]("descriptionParagraph2") + "") && re(m, g), U & /*biometricsenabled, $_*/
4443
+ 5 && w !== (w = /*biometricsenabled*/
4401
4444
  (P[0] === "true" ? (
4402
4445
  /*$_*/
4403
4446
  P[2]("btnDisableBiometrics")
4404
4447
  ) : (
4405
4448
  /*$_*/
4406
4449
  P[2]("btnEnableBiometrics")
4407
- )) + "") && ne(v, T);
4450
+ )) + "") && re(y, w);
4408
4451
  },
4409
4452
  i: N,
4410
4453
  o: N,
4411
4454
  d(P) {
4412
- P && ye(t), L && L.d(), e[13](null), S = !1, M();
4455
+ P && ve(t), L && L.d(), e[13](null), S = !1, M();
4413
4456
  }
4414
4457
  };
4415
4458
  }
4416
- function Xi(e, t, r) {
4459
+ function Qi(e, t, r) {
4417
4460
  let n;
4418
- mr(e, $i, (v) => r(2, n = v));
4419
- let { biometricsenabled: i = "false" } = t, { lang: o = "en" } = t, { clientstyling: s = "" } = t, { clientstylingurl: a = "" } = t, { mbsource: h } = t, { translationurl: u = "" } = t, l, c = window.navigator.userAgent, f = Ri(c) !== "PC";
4420
- const m = () => {
4461
+ yr(e, Fi, (y) => r(2, n = y));
4462
+ let { biometricsenabled: i = "false" } = t, { lang: o = "en" } = t, { clientstyling: s = "" } = t, { clientstylingurl: a = "" } = t, { mbsource: h } = t, { translationurl: u = "" } = t, l, c = window.navigator.userAgent, f = ji(c) !== "PC";
4463
+ const p = () => {
4421
4464
  fetch(u).then((S) => S.json()).then((S) => {
4422
4465
  Object.keys(S).forEach((M) => {
4423
- St(M, S[M]);
4466
+ Pt(M, S[M]);
4424
4467
  });
4425
4468
  }).catch((S) => {
4426
4469
  console.log(S);
4427
4470
  });
4428
4471
  };
4429
- Object.keys(Tt).forEach((v) => {
4430
- St(v, Tt[v]);
4472
+ Object.keys(Ot).forEach((y) => {
4473
+ Pt(y, Ot[y]);
4431
4474
  });
4432
4475
  const g = () => {
4433
- Di(o);
4434
- }, p = () => {
4476
+ ki(o);
4477
+ }, m = () => {
4435
4478
  window.postMessage(
4436
4479
  {
4437
4480
  type: "PlayerAccountMenuActive",
@@ -4445,29 +4488,29 @@ function Xi(e, t, r) {
4445
4488
  data: i
4446
4489
  });
4447
4490
  };
4448
- Er(() => () => {
4491
+ wr(() => () => {
4449
4492
  });
4450
- const A = () => p(), H = () => x();
4451
- function T(v) {
4452
- Ne[v ? "unshift" : "push"](() => {
4453
- l = v, r(1, l);
4493
+ const A = () => m(), H = () => x();
4494
+ function w(y) {
4495
+ Ce[y ? "unshift" : "push"](() => {
4496
+ l = y, r(1, l);
4454
4497
  });
4455
4498
  }
4456
- return e.$$set = (v) => {
4457
- "biometricsenabled" in v && r(0, i = v.biometricsenabled), "lang" in v && r(6, o = v.lang), "clientstyling" in v && r(7, s = v.clientstyling), "clientstylingurl" in v && r(8, a = v.clientstylingurl), "mbsource" in v && r(9, h = v.mbsource), "translationurl" in v && r(10, u = v.translationurl);
4499
+ return e.$$set = (y) => {
4500
+ "biometricsenabled" in y && r(0, i = y.biometricsenabled), "lang" in y && r(6, o = y.lang), "clientstyling" in y && r(7, s = y.clientstyling), "clientstylingurl" in y && r(8, a = y.clientstylingurl), "mbsource" in y && r(9, h = y.mbsource), "translationurl" in y && r(10, u = y.translationurl);
4458
4501
  }, e.$$.update = () => {
4459
4502
  e.$$.dirty & /*lang*/
4460
4503
  64 && o && g(), e.$$.dirty & /*clientstyling, customStylingContainer*/
4461
- 130 && s && l && Ui(l, s), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
4462
- 258 && a && l && Gi(l, a), e.$$.dirty & /*mbsource, customStylingContainer*/
4463
- 514 && h && l && Fi(l, `${h}.Style`), e.$$.dirty & /*translationurl*/
4464
- 1024 && u && m();
4504
+ 130 && s && l && Vi(l, s), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
4505
+ 258 && a && l && Xi(l, a), e.$$.dirty & /*mbsource, customStylingContainer*/
4506
+ 514 && h && l && Wi(l, `${h}.Style`), e.$$.dirty & /*translationurl*/
4507
+ 1024 && u && p();
4465
4508
  }, [
4466
4509
  i,
4467
4510
  l,
4468
4511
  n,
4469
4512
  f,
4470
- p,
4513
+ m,
4471
4514
  x,
4472
4515
  o,
4473
4516
  s,
@@ -4476,17 +4519,17 @@ function Xi(e, t, r) {
4476
4519
  u,
4477
4520
  A,
4478
4521
  H,
4479
- T
4522
+ w
4480
4523
  ];
4481
4524
  }
4482
- class Wi extends Nr {
4525
+ class Ji extends Rr {
4483
4526
  constructor(t) {
4484
- super(), Or(
4527
+ super(), Cr(
4485
4528
  this,
4486
4529
  t,
4487
- Xi,
4488
- Vi,
4489
- Ht,
4530
+ Qi,
4531
+ Yi,
4532
+ Nt,
4490
4533
  {
4491
4534
  biometricsenabled: 0,
4492
4535
  lang: 6,
@@ -4495,7 +4538,7 @@ class Wi extends Nr {
4495
4538
  mbsource: 9,
4496
4539
  translationurl: 10
4497
4540
  },
4498
- ji
4541
+ zi
4499
4542
  );
4500
4543
  }
4501
4544
  get biometricsenabled() {
@@ -4535,7 +4578,7 @@ class Wi extends Nr {
4535
4578
  this.$$set({ translationurl: t }), R();
4536
4579
  }
4537
4580
  }
4538
- Ir(Wi, { biometricsenabled: {}, lang: {}, clientstyling: {}, clientstylingurl: {}, mbsource: {}, translationurl: {} }, [], [], !0);
4581
+ $r(Ji, { biometricsenabled: {}, lang: {}, clientstyling: {}, clientstylingurl: {}, mbsource: {}, translationurl: {} }, [], [], !0);
4539
4582
  export {
4540
- Wi as default
4583
+ Ji as default
4541
4584
  };