@everymatrix/player-pending-withdrawals 1.54.8 → 1.54.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,30 +1,30 @@
1
1
  var hr = Object.defineProperty, lr = Object.defineProperties;
2
2
  var fr = Object.getOwnPropertyDescriptors;
3
3
  var et = Object.getOwnPropertySymbols;
4
- var cr = Object.prototype.hasOwnProperty, dr = Object.prototype.propertyIsEnumerable;
4
+ var cr = Object.prototype.hasOwnProperty, pr = Object.prototype.propertyIsEnumerable;
5
5
  var we = (e, t, r) => t in e ? hr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, tt = (e, t) => {
6
6
  for (var r in t || (t = {}))
7
7
  cr.call(t, r) && we(e, r, t[r]);
8
8
  if (et)
9
9
  for (var r of et(t))
10
- dr.call(t, r) && we(e, r, t[r]);
10
+ pr.call(t, r) && we(e, r, t[r]);
11
11
  return e;
12
12
  }, rt = (e, t) => lr(e, fr(t));
13
13
  var P = (e, t, r) => we(e, typeof t != "symbol" ? t + "" : t, r);
14
14
  var nt = (e, t, r) => new Promise((n, i) => {
15
- var s = (h) => {
15
+ var o = (h) => {
16
16
  try {
17
17
  a(r.next(h));
18
18
  } catch (u) {
19
19
  i(u);
20
20
  }
21
- }, o = (h) => {
21
+ }, s = (h) => {
22
22
  try {
23
23
  a(r.throw(h));
24
24
  } catch (u) {
25
25
  i(u);
26
26
  }
27
- }, a = (h) => h.done ? n(h.value) : Promise.resolve(h.value).then(s, o);
27
+ }, a = (h) => h.done ? n(h.value) : Promise.resolve(h.value).then(o, s);
28
28
  a((r = r.apply(e, t)).next());
29
29
  });
30
30
  function A() {
@@ -35,7 +35,7 @@ function At(e) {
35
35
  function it() {
36
36
  return /* @__PURE__ */ Object.create(null);
37
37
  }
38
- function oe(e) {
38
+ function se(e) {
39
39
  e.forEach(At);
40
40
  }
41
41
  function Qe(e) {
@@ -45,10 +45,10 @@ function Ot(e, t) {
45
45
  return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
46
46
  }
47
47
  let le;
48
- function st(e, t) {
48
+ function ot(e, t) {
49
49
  return e === t ? !0 : (le || (le = document.createElement("a")), le.href = t, e === le.href);
50
50
  }
51
- function pr(e) {
51
+ function dr(e) {
52
52
  return Object.keys(e).length === 0;
53
53
  }
54
54
  function It(e, ...t) {
@@ -70,7 +70,7 @@ function br(e, t, r) {
70
70
  const n = gr(e);
71
71
  if (!n.getElementById(t)) {
72
72
  const i = L("style");
73
- i.id = t, i.textContent = r, yr(n, i);
73
+ i.id = t, i.textContent = r, vr(n, i);
74
74
  }
75
75
  }
76
76
  function gr(e) {
@@ -82,7 +82,7 @@ function gr(e) {
82
82
  t
83
83
  ) : e.ownerDocument;
84
84
  }
85
- function yr(e, t) {
85
+ function vr(e, t) {
86
86
  return x(
87
87
  /** @type {Document} */
88
88
  e.head || e,
@@ -107,7 +107,7 @@ function ne(e) {
107
107
  function Ne() {
108
108
  return ne(" ");
109
109
  }
110
- function vr(e, t, r, n) {
110
+ function yr(e, t, r, n) {
111
111
  return e.addEventListener(t, r, n), () => e.removeEventListener(t, r, n);
112
112
  }
113
113
  function E(e, t, r) {
@@ -135,7 +135,7 @@ function re(e) {
135
135
  }
136
136
  const W = [], Le = [];
137
137
  let V = [];
138
- const ot = [], xr = /* @__PURE__ */ Promise.resolve();
138
+ const st = [], xr = /* @__PURE__ */ Promise.resolve();
139
139
  let Ce = !1;
140
140
  function Sr() {
141
141
  Ce || (Ce = !0, xr.then(I));
@@ -165,13 +165,13 @@ function I() {
165
165
  }
166
166
  V.length = 0;
167
167
  } while (W.length);
168
- for (; ot.length; )
169
- ot.pop()();
168
+ for (; st.length; )
169
+ st.pop()();
170
170
  Ce = !1, Te.clear(), re(e);
171
171
  }
172
172
  function wr(e) {
173
173
  if (e.fragment !== null) {
174
- e.update(), oe(e.before_update);
174
+ e.update(), se(e.before_update);
175
175
  const t = e.dirty;
176
176
  e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Me);
177
177
  }
@@ -187,25 +187,25 @@ function Pr(e, t) {
187
187
  function Br(e, t, r) {
188
188
  const { fragment: n, after_update: i } = e.$$;
189
189
  n && n.m(t, r), Me(() => {
190
- const s = e.$$.on_mount.map(At).filter(Qe);
191
- e.$$.on_destroy ? e.$$.on_destroy.push(...s) : oe(s), e.$$.on_mount = [];
190
+ const o = e.$$.on_mount.map(At).filter(Qe);
191
+ e.$$.on_destroy ? e.$$.on_destroy.push(...o) : se(o), e.$$.on_mount = [];
192
192
  }), i.forEach(Me);
193
193
  }
194
194
  function Ar(e, t) {
195
195
  const r = e.$$;
196
- r.fragment !== null && (Tr(r.after_update), oe(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
196
+ r.fragment !== null && (Tr(r.after_update), se(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
197
197
  }
198
198
  function Or(e, t) {
199
199
  e.$$.dirty[0] === -1 && (W.push(e), Sr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
200
200
  }
201
- function Ir(e, t, r, n, i, s, o = null, a = [-1]) {
201
+ function Ir(e, t, r, n, i, o, s = null, a = [-1]) {
202
202
  const h = Ye;
203
203
  re(e);
204
204
  const u = e.$$ = {
205
205
  fragment: null,
206
206
  ctx: [],
207
207
  // state
208
- props: s,
208
+ props: o,
209
209
  update: A,
210
210
  not_equal: i,
211
211
  bound: it(),
@@ -222,12 +222,12 @@ function Ir(e, t, r, n, i, s, o = null, a = [-1]) {
222
222
  skip_bound: !1,
223
223
  root: t.target || h.$$.root
224
224
  };
225
- o && o(u.root);
225
+ s && s(u.root);
226
226
  let l = !1;
227
- if (u.ctx = r ? r(e, t.props || {}, (f, c, ...d) => {
228
- const v = d.length ? d[0] : c;
229
- return u.ctx && i(u.ctx[f], u.ctx[f] = v) && (!u.skip_bound && u.bound[f] && u.bound[f](v), l && Or(e, f)), c;
230
- }) : [], u.update(), l = !0, oe(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
227
+ if (u.ctx = r ? r(e, t.props || {}, (f, c, ...p) => {
228
+ const y = p.length ? p[0] : c;
229
+ return u.ctx && i(u.ctx[f], u.ctx[f] = y) && (!u.skip_bound && u.bound[f] && u.bound[f](y), l && Or(e, f)), c;
230
+ }) : [], u.update(), l = !0, se(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
231
231
  if (t.hydrate) {
232
232
  const f = _r(t.target);
233
233
  u.fragment && u.fragment.l(f), f.forEach(Y);
@@ -277,22 +277,22 @@ typeof HTMLElement == "function" && (Nt = class extends HTMLElement {
277
277
  connectedCallback() {
278
278
  return nt(this, null, function* () {
279
279
  if (this.$$cn = !0, !this.$$c) {
280
- let t = function(s) {
280
+ let t = function(o) {
281
281
  return () => {
282
- let o;
282
+ let s;
283
283
  return {
284
284
  c: function() {
285
- o = L("slot"), s !== "default" && E(o, "name", s);
285
+ s = L("slot"), o !== "default" && E(s, "name", o);
286
286
  },
287
287
  /**
288
288
  * @param {HTMLElement} target
289
289
  * @param {HTMLElement} [anchor]
290
290
  */
291
291
  m: function(u, l) {
292
- ae(u, o, l);
292
+ ae(u, s, l);
293
293
  },
294
294
  d: function(u) {
295
- u && Y(o);
295
+ u && Y(s);
296
296
  }
297
297
  };
298
298
  };
@@ -300,14 +300,14 @@ typeof HTMLElement == "function" && (Nt = class extends HTMLElement {
300
300
  if (yield Promise.resolve(), !this.$$cn || this.$$c)
301
301
  return;
302
302
  const r = {}, n = Er(this);
303
- for (const s of this.$$s)
304
- s in n && (r[s] = [t(s)]);
305
- for (const s of this.attributes) {
306
- const o = this.$$g_p(s.name);
307
- o in this.$$d || (this.$$d[o] = de(o, s.value, this.$$p_d, "toProp"));
303
+ for (const o of this.$$s)
304
+ o in n && (r[o] = [t(o)]);
305
+ for (const o of this.attributes) {
306
+ const s = this.$$g_p(o.name);
307
+ s in this.$$d || (this.$$d[s] = pe(s, o.value, this.$$p_d, "toProp"));
308
308
  }
309
- for (const s in this.$$p_d)
310
- !(s in this.$$d) && this[s] !== void 0 && (this.$$d[s] = this[s], delete this[s]);
309
+ for (const o in this.$$p_d)
310
+ !(o in this.$$d) && this[o] !== void 0 && (this.$$d[o] = this[o], delete this[o]);
311
311
  this.$$c = new this.$$ctor({
312
312
  target: this.shadowRoot || this,
313
313
  props: rt(tt({}, this.$$d), {
@@ -319,23 +319,23 @@ typeof HTMLElement == "function" && (Nt = class extends HTMLElement {
319
319
  });
320
320
  const i = () => {
321
321
  this.$$r = !0;
322
- for (const s in this.$$p_d)
323
- if (this.$$d[s] = this.$$c.$$.ctx[this.$$c.$$.props[s]], this.$$p_d[s].reflect) {
324
- const o = de(
325
- s,
326
- this.$$d[s],
322
+ for (const o in this.$$p_d)
323
+ if (this.$$d[o] = this.$$c.$$.ctx[this.$$c.$$.props[o]], this.$$p_d[o].reflect) {
324
+ const s = pe(
325
+ o,
326
+ this.$$d[o],
327
327
  this.$$p_d,
328
328
  "toAttribute"
329
329
  );
330
- o == null ? this.removeAttribute(this.$$p_d[s].attribute || s) : this.setAttribute(this.$$p_d[s].attribute || s, o);
330
+ s == null ? this.removeAttribute(this.$$p_d[o].attribute || o) : this.setAttribute(this.$$p_d[o].attribute || o, s);
331
331
  }
332
332
  this.$$r = !1;
333
333
  };
334
334
  this.$$c.$$.after_update.push(i), i();
335
- for (const s in this.$$l)
336
- for (const o of this.$$l[s]) {
337
- const a = this.$$c.$on(s, o);
338
- this.$$l_u.set(o, a);
335
+ for (const o in this.$$l)
336
+ for (const s of this.$$l[o]) {
337
+ const a = this.$$c.$on(o, s);
338
+ this.$$l_u.set(s, a);
339
339
  }
340
340
  this.$$l = {};
341
341
  }
@@ -345,7 +345,7 @@ typeof HTMLElement == "function" && (Nt = class extends HTMLElement {
345
345
  // and setting attributes through setAttribute etc, this is helpful
346
346
  attributeChangedCallback(t, r, n) {
347
347
  var i;
348
- this.$$r || (t = this.$$g_p(t), this.$$d[t] = de(t, n, this.$$p_d, "toProp"), (i = this.$$c) == null || i.$set({ [t]: this.$$d[t] }));
348
+ this.$$r || (t = this.$$g_p(t), this.$$d[t] = pe(t, n, this.$$p_d, "toProp"), (i = this.$$c) == null || i.$set({ [t]: this.$$d[t] }));
349
349
  }
350
350
  disconnectedCallback() {
351
351
  this.$$cn = !1, Promise.resolve().then(() => {
@@ -358,9 +358,9 @@ typeof HTMLElement == "function" && (Nt = class extends HTMLElement {
358
358
  ) || t;
359
359
  }
360
360
  });
361
- function de(e, t, r, n) {
362
- var s;
363
- const i = (s = r[e]) == null ? void 0 : s.type;
361
+ function pe(e, t, r, n) {
362
+ var o;
363
+ const i = (o = r[e]) == null ? void 0 : o.type;
364
364
  if (t = i === "Boolean" && typeof t != "boolean" ? t != null : t, !n || !r[e])
365
365
  return t;
366
366
  if (n === "toAttribute")
@@ -388,8 +388,8 @@ function de(e, t, r, n) {
388
388
  return t;
389
389
  }
390
390
  }
391
- function Nr(e, t, r, n, i, s) {
392
- let o = class extends Nt {
391
+ function Nr(e, t, r, n, i, o) {
392
+ let s = class extends Nt {
393
393
  constructor() {
394
394
  super(e, r, i), this.$$p_d = t;
395
395
  }
@@ -400,24 +400,24 @@ function Nr(e, t, r, n, i, s) {
400
400
  }
401
401
  };
402
402
  return Object.keys(t).forEach((a) => {
403
- Object.defineProperty(o.prototype, a, {
403
+ Object.defineProperty(s.prototype, a, {
404
404
  get() {
405
405
  return this.$$c && a in this.$$c ? this.$$c[a] : this.$$d[a];
406
406
  },
407
407
  set(h) {
408
408
  var u;
409
- h = de(a, h, t), this.$$d[a] = h, (u = this.$$c) == null || u.$set({ [a]: h });
409
+ h = pe(a, h, t), this.$$d[a] = h, (u = this.$$c) == null || u.$set({ [a]: h });
410
410
  }
411
411
  });
412
412
  }), n.forEach((a) => {
413
- Object.defineProperty(o.prototype, a, {
413
+ Object.defineProperty(s.prototype, a, {
414
414
  get() {
415
415
  var h;
416
416
  return (h = this.$$c) == null ? void 0 : h[a];
417
417
  }
418
418
  });
419
419
  }), e.element = /** @type {any} */
420
- o, o;
420
+ s, s;
421
421
  }
422
422
  class Lr {
423
423
  constructor() {
@@ -462,7 +462,7 @@ class Lr {
462
462
  * @returns {void}
463
463
  */
464
464
  $set(t) {
465
- this.$$set && !pr(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
465
+ this.$$set && !dr(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
466
466
  }
467
467
  }
468
468
  const Cr = "4";
@@ -487,7 +487,7 @@ var g = function() {
487
487
  return g = Object.assign || function(t) {
488
488
  for (var r, n = 1, i = arguments.length; n < i; n++) {
489
489
  r = arguments[n];
490
- for (var s in r) Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
490
+ for (var o in r) Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
491
491
  }
492
492
  return t;
493
493
  }, g.apply(this, arguments);
@@ -513,24 +513,24 @@ function $e(e) {
513
513
  function Ue(e, t) {
514
514
  var r = typeof Symbol == "function" && e[Symbol.iterator];
515
515
  if (!r) return e;
516
- var n = r.call(e), i, s = [], o;
516
+ var n = r.call(e), i, o = [], s;
517
517
  try {
518
- for (; (t === void 0 || t-- > 0) && !(i = n.next()).done; ) s.push(i.value);
518
+ for (; (t === void 0 || t-- > 0) && !(i = n.next()).done; ) o.push(i.value);
519
519
  } catch (a) {
520
- o = { error: a };
520
+ s = { error: a };
521
521
  } finally {
522
522
  try {
523
523
  i && !i.done && (r = n.return) && r.call(n);
524
524
  } finally {
525
- if (o) throw o.error;
525
+ if (s) throw s.error;
526
526
  }
527
527
  }
528
- return s;
528
+ return o;
529
529
  }
530
530
  function X(e, t, r) {
531
- if (r || arguments.length === 2) for (var n = 0, i = t.length, s; n < i; n++)
532
- (s || !(n in t)) && (s || (s = Array.prototype.slice.call(t, 0, n)), s[n] = t[n]);
533
- return e.concat(s || Array.prototype.slice.call(t));
531
+ if (r || arguments.length === 2) for (var n = 0, i = t.length, o; n < i; n++)
532
+ (o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
533
+ return e.concat(o || Array.prototype.slice.call(t));
534
534
  }
535
535
  function N(e) {
536
536
  return typeof e == "function";
@@ -556,24 +556,24 @@ function De(e, t) {
556
556
  0 <= r && e.splice(r, 1);
557
557
  }
558
558
  }
559
- var ve = function() {
559
+ var ye = function() {
560
560
  function e(t) {
561
561
  this.initialTeardown = t, this.closed = !1, this._parentage = null, this._finalizers = null;
562
562
  }
563
563
  return e.prototype.unsubscribe = function() {
564
- var t, r, n, i, s;
564
+ var t, r, n, i, o;
565
565
  if (!this.closed) {
566
566
  this.closed = !0;
567
- var o = this._parentage;
568
- if (o)
569
- if (this._parentage = null, Array.isArray(o))
567
+ var s = this._parentage;
568
+ if (s)
569
+ if (this._parentage = null, Array.isArray(s))
570
570
  try {
571
- for (var a = $e(o), h = a.next(); !h.done; h = a.next()) {
571
+ for (var a = $e(s), h = a.next(); !h.done; h = a.next()) {
572
572
  var u = h.value;
573
573
  u.remove(this);
574
574
  }
575
- } catch (p) {
576
- t = { error: p };
575
+ } catch (d) {
576
+ t = { error: d };
577
577
  } finally {
578
578
  try {
579
579
  h && !h.done && (r = a.return) && r.call(a);
@@ -582,38 +582,38 @@ var ve = function() {
582
582
  }
583
583
  }
584
584
  else
585
- o.remove(this);
585
+ s.remove(this);
586
586
  var l = this.initialTeardown;
587
587
  if (N(l))
588
588
  try {
589
589
  l();
590
- } catch (p) {
591
- s = p instanceof He ? p.errors : [p];
590
+ } catch (d) {
591
+ o = d instanceof He ? d.errors : [d];
592
592
  }
593
593
  var f = this._finalizers;
594
594
  if (f) {
595
595
  this._finalizers = null;
596
596
  try {
597
- for (var c = $e(f), d = c.next(); !d.done; d = c.next()) {
598
- var v = d.value;
597
+ for (var c = $e(f), p = c.next(); !p.done; p = c.next()) {
598
+ var y = p.value;
599
599
  try {
600
- at(v);
601
- } catch (p) {
602
- s = s != null ? s : [], p instanceof He ? s = X(X([], Ue(s)), Ue(p.errors)) : s.push(p);
600
+ at(y);
601
+ } catch (d) {
602
+ o = o != null ? o : [], d instanceof He ? o = X(X([], Ue(o)), Ue(d.errors)) : o.push(d);
603
603
  }
604
604
  }
605
- } catch (p) {
606
- n = { error: p };
605
+ } catch (d) {
606
+ n = { error: d };
607
607
  } finally {
608
608
  try {
609
- d && !d.done && (i = c.return) && i.call(c);
609
+ p && !p.done && (i = c.return) && i.call(c);
610
610
  } finally {
611
611
  if (n) throw n.error;
612
612
  }
613
613
  }
614
614
  }
615
- if (s)
616
- throw new He(s);
615
+ if (o)
616
+ throw new He(o);
617
617
  }
618
618
  }, e.prototype.add = function(t) {
619
619
  var r;
@@ -644,9 +644,9 @@ var ve = function() {
644
644
  var t = new e();
645
645
  return t.closed = !0, t;
646
646
  }(), e;
647
- }(), Ct = ve.EMPTY;
647
+ }(), Ct = ye.EMPTY;
648
648
  function Mt(e) {
649
- return e instanceof ve || e && "closed" in e && N(e.remove) && N(e.add) && N(e.unsubscribe);
649
+ return e instanceof ye || e && "closed" in e && N(e.remove) && N(e.add) && N(e.unsubscribe);
650
650
  }
651
651
  function at(e) {
652
652
  N(e) ? e() : e.unsubscribe();
@@ -671,7 +671,7 @@ function Ur(e) {
671
671
  }
672
672
  function ut() {
673
673
  }
674
- function pe(e) {
674
+ function de(e) {
675
675
  e();
676
676
  }
677
677
  var Rt = function(e) {
@@ -705,7 +705,7 @@ var Rt = function(e) {
705
705
  this.unsubscribe();
706
706
  }
707
707
  }, t;
708
- }(ve), Dr = function() {
708
+ }(ye), Dr = function() {
709
709
  function e(t) {
710
710
  this.partialObserver = t;
711
711
  }
@@ -739,12 +739,12 @@ var Rt = function(e) {
739
739
  }(), Ge = function(e) {
740
740
  C(t, e);
741
741
  function t(r, n, i) {
742
- var s = e.call(this) || this, o;
743
- return N(r) || !r ? o = {
742
+ var o = e.call(this) || this, s;
743
+ return N(r) || !r ? s = {
744
744
  next: r != null ? r : void 0,
745
745
  error: n != null ? n : void 0,
746
746
  complete: i != null ? i : void 0
747
- } : o = r, s.destination = new Dr(o), s;
747
+ } : s = r, o.destination = new Dr(s), o;
748
748
  }
749
749
  return t;
750
750
  }(Rt);
@@ -780,11 +780,11 @@ var ht = function() {
780
780
  var r = new e();
781
781
  return r.source = this, r.operator = t, r;
782
782
  }, e.prototype.subscribe = function(t, r, n) {
783
- var i = this, s = Xr(t) ? t : new Ge(t, r, n);
784
- return pe(function() {
785
- var o = i, a = o.operator, h = o.source;
786
- s.add(a ? a.call(s, h) : h ? i._subscribe(s) : i._trySubscribe(s));
787
- }), s;
783
+ var i = this, o = Xr(t) ? t : new Ge(t, r, n);
784
+ return de(function() {
785
+ var s = i, a = s.operator, h = s.source;
786
+ o.add(a ? a.call(o, h) : h ? i._subscribe(o) : i._trySubscribe(o));
787
+ }), o;
788
788
  }, e.prototype._trySubscribe = function(t) {
789
789
  try {
790
790
  return this._subscribe(t);
@@ -793,19 +793,19 @@ var ht = function() {
793
793
  }
794
794
  }, e.prototype.forEach = function(t, r) {
795
795
  var n = this;
796
- return r = lt(r), new r(function(i, s) {
797
- var o = new Ge({
796
+ return r = lt(r), new r(function(i, o) {
797
+ var s = new Ge({
798
798
  next: function(a) {
799
799
  try {
800
800
  t(a);
801
801
  } catch (h) {
802
- s(h), o.unsubscribe();
802
+ o(h), s.unsubscribe();
803
803
  }
804
804
  },
805
- error: s,
805
+ error: o,
806
806
  complete: i
807
807
  });
808
- n.subscribe(o);
808
+ n.subscribe(s);
809
809
  });
810
810
  }, e.prototype._subscribe = function(t) {
811
811
  var r;
@@ -819,13 +819,13 @@ var ht = function() {
819
819
  }, e.prototype.toPromise = function(t) {
820
820
  var r = this;
821
821
  return t = lt(t), new t(function(n, i) {
822
- var s;
823
- r.subscribe(function(o) {
824
- return s = o;
825
- }, function(o) {
826
- return i(o);
822
+ var o;
823
+ r.subscribe(function(s) {
824
+ return o = s;
825
+ }, function(s) {
826
+ return i(s);
827
827
  }, function() {
828
- return n(s);
828
+ return n(o);
829
829
  });
830
830
  });
831
831
  }, e.create = function(t) {
@@ -860,12 +860,12 @@ var zr = Lt(function(e) {
860
860
  throw new zr();
861
861
  }, t.prototype.next = function(r) {
862
862
  var n = this;
863
- pe(function() {
864
- var i, s;
863
+ de(function() {
864
+ var i, o;
865
865
  if (n._throwIfClosed(), !n.isStopped) {
866
866
  n.currentObservers || (n.currentObservers = Array.from(n.observers));
867
867
  try {
868
- for (var o = $e(n.currentObservers), a = o.next(); !a.done; a = o.next()) {
868
+ for (var s = $e(n.currentObservers), a = s.next(); !a.done; a = s.next()) {
869
869
  var h = a.value;
870
870
  h.next(r);
871
871
  }
@@ -873,7 +873,7 @@ var zr = Lt(function(e) {
873
873
  i = { error: u };
874
874
  } finally {
875
875
  try {
876
- a && !a.done && (s = o.return) && s.call(o);
876
+ a && !a.done && (o = s.return) && o.call(s);
877
877
  } finally {
878
878
  if (i) throw i.error;
879
879
  }
@@ -882,7 +882,7 @@ var zr = Lt(function(e) {
882
882
  });
883
883
  }, t.prototype.error = function(r) {
884
884
  var n = this;
885
- pe(function() {
885
+ de(function() {
886
886
  if (n._throwIfClosed(), !n.isStopped) {
887
887
  n.hasError = n.isStopped = !0, n.thrownError = r;
888
888
  for (var i = n.observers; i.length; )
@@ -891,7 +891,7 @@ var zr = Lt(function(e) {
891
891
  });
892
892
  }, t.prototype.complete = function() {
893
893
  var r = this;
894
- pe(function() {
894
+ de(function() {
895
895
  if (r._throwIfClosed(), !r.isStopped) {
896
896
  r.isStopped = !0;
897
897
  for (var n = r.observers; n.length; )
@@ -912,13 +912,13 @@ var zr = Lt(function(e) {
912
912
  }, t.prototype._subscribe = function(r) {
913
913
  return this._throwIfClosed(), this._checkFinalizedStatuses(r), this._innerSubscribe(r);
914
914
  }, t.prototype._innerSubscribe = function(r) {
915
- var n = this, i = this, s = i.hasError, o = i.isStopped, a = i.observers;
916
- return s || o ? Ct : (this.currentObservers = null, a.push(r), new ve(function() {
915
+ var n = this, i = this, o = i.hasError, s = i.isStopped, a = i.observers;
916
+ return o || s ? Ct : (this.currentObservers = null, a.push(r), new ye(function() {
917
917
  n.currentObservers = null, De(a, r);
918
918
  }));
919
919
  }, t.prototype._checkFinalizedStatuses = function(r) {
920
- var n = this, i = n.hasError, s = n.thrownError, o = n.isStopped;
921
- i ? r.error(s) : o && r.complete();
920
+ var n = this, i = n.hasError, o = n.thrownError, s = n.isStopped;
921
+ i ? r.error(o) : s && r.complete();
922
922
  }, t.prototype.asObservable = function() {
923
923
  var r = new ht();
924
924
  return r.source = this, r;
@@ -953,32 +953,32 @@ var zr = Lt(function(e) {
953
953
  C(t, e);
954
954
  function t(r, n, i) {
955
955
  r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = Ut);
956
- var s = e.call(this) || this;
957
- return s._bufferSize = r, s._windowTime = n, s._timestampProvider = i, s._buffer = [], s._infiniteTimeWindow = !0, s._infiniteTimeWindow = n === 1 / 0, s._bufferSize = Math.max(1, r), s._windowTime = Math.max(1, n), s;
956
+ var o = e.call(this) || this;
957
+ 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;
958
958
  }
959
959
  return t.prototype.next = function(r) {
960
- var n = this, i = n.isStopped, s = n._buffer, o = n._infiniteTimeWindow, a = n._timestampProvider, h = n._windowTime;
961
- i || (s.push(r), !o && s.push(a.now() + h)), this._trimBuffer(), e.prototype.next.call(this, r);
960
+ var n = this, i = n.isStopped, o = n._buffer, s = n._infiniteTimeWindow, a = n._timestampProvider, h = n._windowTime;
961
+ i || (o.push(r), !s && o.push(a.now() + h)), this._trimBuffer(), e.prototype.next.call(this, r);
962
962
  }, t.prototype._subscribe = function(r) {
963
963
  this._throwIfClosed(), this._trimBuffer();
964
- for (var n = this._innerSubscribe(r), i = this, s = i._infiniteTimeWindow, o = i._buffer, a = o.slice(), h = 0; h < a.length && !r.closed; h += s ? 1 : 2)
964
+ for (var n = this._innerSubscribe(r), i = this, o = i._infiniteTimeWindow, s = i._buffer, a = s.slice(), h = 0; h < a.length && !r.closed; h += o ? 1 : 2)
965
965
  r.next(a[h]);
966
966
  return this._checkFinalizedStatuses(r), n;
967
967
  }, t.prototype._trimBuffer = function() {
968
- var r = this, n = r._bufferSize, i = r._timestampProvider, s = r._buffer, o = r._infiniteTimeWindow, a = (o ? 1 : 2) * n;
969
- if (n < 1 / 0 && a < s.length && s.splice(0, s.length - a), !o) {
970
- for (var h = i.now(), u = 0, l = 1; l < s.length && s[l] <= h; l += 2)
968
+ var r = this, n = r._bufferSize, i = r._timestampProvider, o = r._buffer, s = r._infiniteTimeWindow, a = (s ? 1 : 2) * n;
969
+ if (n < 1 / 0 && a < o.length && o.splice(0, o.length - a), !s) {
970
+ for (var h = i.now(), u = 0, l = 1; l < o.length && o[l] <= h; l += 2)
971
971
  u = l;
972
- u && s.splice(0, u + 1);
972
+ u && o.splice(0, u + 1);
973
973
  }
974
974
  }, t;
975
975
  }($t);
976
- const ct = [], dt = {}, Qr = (e, t = 0) => {
976
+ const ct = [], pt = {}, Qr = (e, t = 0) => {
977
977
  if (ct.indexOf(e) == -1) {
978
978
  const r = new Zr(t);
979
- dt[e] = r, ct.push(e);
979
+ pt[e] = r, ct.push(e);
980
980
  }
981
- return dt[e];
981
+ return pt[e];
982
982
  }, k = [];
983
983
  function Jr(e, t) {
984
984
  return {
@@ -1000,23 +1000,23 @@ function _e(e, t = A) {
1000
1000
  }
1001
1001
  }
1002
1002
  }
1003
- function s(a) {
1003
+ function o(a) {
1004
1004
  i(a(e));
1005
1005
  }
1006
- function o(a, h = A) {
1006
+ function s(a, h = A) {
1007
1007
  const u = [a, h];
1008
- return n.add(u), n.size === 1 && (r = t(i, s) || A), a(e), () => {
1008
+ return n.add(u), n.size === 1 && (r = t(i, o) || A), a(e), () => {
1009
1009
  n.delete(u), n.size === 0 && r && (r(), r = null);
1010
1010
  };
1011
1011
  }
1012
- return { set: i, update: s, subscribe: o };
1012
+ return { set: i, update: o, subscribe: s };
1013
1013
  }
1014
1014
  function q(e, t, r) {
1015
1015
  const n = !Array.isArray(e), i = n ? [e] : e;
1016
1016
  if (!i.every(Boolean))
1017
1017
  throw new Error("derived() expects stores as input, got a falsy value");
1018
- const s = t.length < 2;
1019
- return Jr(r, (o, a) => {
1018
+ const o = t.length < 2;
1019
+ return Jr(r, (s, a) => {
1020
1020
  let h = !1;
1021
1021
  const u = [];
1022
1022
  let l = 0, f = A;
@@ -1024,21 +1024,21 @@ function q(e, t, r) {
1024
1024
  if (l)
1025
1025
  return;
1026
1026
  f();
1027
- const v = t(n ? u[0] : u, o, a);
1028
- s ? o(v) : f = Qe(v) ? v : A;
1029
- }, d = i.map(
1030
- (v, p) => It(
1031
- v,
1027
+ const y = t(n ? u[0] : u, s, a);
1028
+ o ? s(y) : f = Qe(y) ? y : A;
1029
+ }, p = i.map(
1030
+ (y, d) => It(
1031
+ y,
1032
1032
  (S) => {
1033
- u[p] = S, l &= ~(1 << p), h && c();
1033
+ u[d] = S, l &= ~(1 << d), h && c();
1034
1034
  },
1035
1035
  () => {
1036
- l |= 1 << p;
1036
+ l |= 1 << d;
1037
1037
  }
1038
1038
  )
1039
1039
  );
1040
1040
  return h = !0, c(), function() {
1041
- oe(d), f(), h = !1;
1041
+ se(p), f(), h = !1;
1042
1042
  };
1043
1043
  });
1044
1044
  }
@@ -1059,13 +1059,13 @@ var tn = typeof Symbol == "function" && Symbol.for, rn = tn ? Symbol.for("react.
1059
1059
  function nn(e) {
1060
1060
  return e.$$typeof === rn;
1061
1061
  }
1062
- function sn(e) {
1062
+ function on(e) {
1063
1063
  return Array.isArray(e) ? [] : {};
1064
1064
  }
1065
1065
  function ie(e, t) {
1066
- return t.clone !== !1 && t.isMergeableObject(e) ? z(sn(e), e, t) : e;
1066
+ return t.clone !== !1 && t.isMergeableObject(e) ? z(on(e), e, t) : e;
1067
1067
  }
1068
- function on(e, t, r) {
1068
+ function sn(e, t, r) {
1069
1069
  return e.concat(t).map(function(n) {
1070
1070
  return ie(n, r);
1071
1071
  });
@@ -1081,7 +1081,7 @@ function un(e) {
1081
1081
  return Object.propertyIsEnumerable.call(e, t);
1082
1082
  }) : [];
1083
1083
  }
1084
- function pt(e) {
1084
+ function dt(e) {
1085
1085
  return Object.keys(e).concat(un(e));
1086
1086
  }
1087
1087
  function Dt(e, t) {
@@ -1096,16 +1096,16 @@ function hn(e, t) {
1096
1096
  }
1097
1097
  function ln(e, t, r) {
1098
1098
  var n = {};
1099
- return r.isMergeableObject(e) && pt(e).forEach(function(i) {
1099
+ return r.isMergeableObject(e) && dt(e).forEach(function(i) {
1100
1100
  n[i] = ie(e[i], r);
1101
- }), pt(t).forEach(function(i) {
1101
+ }), dt(t).forEach(function(i) {
1102
1102
  hn(e, i) || (Dt(e, i) && r.isMergeableObject(t[i]) ? n[i] = an(i, r)(e[i], t[i], r) : n[i] = ie(t[i], r));
1103
1103
  }), n;
1104
1104
  }
1105
1105
  function z(e, t, r) {
1106
- r = r || {}, r.arrayMerge = r.arrayMerge || on, r.isMergeableObject = r.isMergeableObject || qr, r.cloneUnlessOtherwiseSpecified = ie;
1107
- var n = Array.isArray(t), i = Array.isArray(e), s = n === i;
1108
- return s ? n ? r.arrayMerge(e, t, r) : ln(e, t, r) : ie(t, r);
1106
+ r = r || {}, r.arrayMerge = r.arrayMerge || sn, r.isMergeableObject = r.isMergeableObject || qr, r.cloneUnlessOtherwiseSpecified = ie;
1107
+ var n = Array.isArray(t), i = Array.isArray(e), o = n === i;
1108
+ return o ? n ? r.arrayMerge(e, t, r) : ln(e, t, r) : ie(t, r);
1109
1109
  }
1110
1110
  z.all = function(t, r) {
1111
1111
  if (!Array.isArray(t))
@@ -1115,24 +1115,24 @@ z.all = function(t, r) {
1115
1115
  }, {});
1116
1116
  };
1117
1117
  var fn = z, cn = fn;
1118
- const dn = /* @__PURE__ */ Yr(cn);
1118
+ const pn = /* @__PURE__ */ Yr(cn);
1119
1119
  function Pe(e, t) {
1120
- var r = t && t.cache ? t.cache : _n, n = t && t.serializer ? t.serializer : yn, i = t && t.strategy ? t.strategy : bn;
1120
+ var r = t && t.cache ? t.cache : _n, n = t && t.serializer ? t.serializer : vn, i = t && t.strategy ? t.strategy : bn;
1121
1121
  return i(e, {
1122
1122
  cache: r,
1123
1123
  serializer: n
1124
1124
  });
1125
1125
  }
1126
- function pn(e) {
1126
+ function dn(e) {
1127
1127
  return e == null || typeof e == "number" || typeof e == "boolean";
1128
1128
  }
1129
1129
  function mn(e, t, r, n) {
1130
- var i = pn(n) ? n : r(n), s = t.get(i);
1131
- return typeof s == "undefined" && (s = e.call(this, n), t.set(i, s)), s;
1130
+ var i = dn(n) ? n : r(n), o = t.get(i);
1131
+ return typeof o == "undefined" && (o = e.call(this, n), t.set(i, o)), o;
1132
1132
  }
1133
1133
  function Gt(e, t, r) {
1134
- var n = Array.prototype.slice.call(arguments, 3), i = r(n), s = t.get(i);
1135
- return typeof s == "undefined" && (s = e.apply(this, n), t.set(i, s)), s;
1134
+ var n = Array.prototype.slice.call(arguments, 3), i = r(n), o = t.get(i);
1135
+ return typeof o == "undefined" && (o = e.apply(this, n), t.set(i, o)), o;
1136
1136
  }
1137
1137
  function Ft(e, t, r, n, i) {
1138
1138
  return r.bind(t, e, n, i);
@@ -1144,9 +1144,9 @@ function bn(e, t) {
1144
1144
  function gn(e, t) {
1145
1145
  return Ft(e, this, Gt, t.cache.create(), t.serializer);
1146
1146
  }
1147
- var yn = function() {
1147
+ var vn = function() {
1148
1148
  return JSON.stringify(arguments);
1149
- }, vn = (
1149
+ }, yn = (
1150
1150
  /** @class */
1151
1151
  function() {
1152
1152
  function e() {
@@ -1160,7 +1160,7 @@ var yn = function() {
1160
1160
  }()
1161
1161
  ), _n = {
1162
1162
  create: function() {
1163
- return new vn();
1163
+ return new yn();
1164
1164
  }
1165
1165
  }, Be = {
1166
1166
  variadic: gn
@@ -1308,10 +1308,10 @@ function Hn(e) {
1308
1308
  for (var t = e.split(Tn).filter(function(c) {
1309
1309
  return c.length > 0;
1310
1310
  }), r = [], n = 0, i = t; n < i.length; n++) {
1311
- var s = i[n], o = s.split("/");
1312
- if (o.length === 0)
1311
+ var o = i[n], s = o.split("/");
1312
+ if (s.length === 0)
1313
1313
  throw new Error("Invalid number skeleton");
1314
- for (var a = o[0], h = o.slice(1), u = 0, l = h; u < l.length; u++) {
1314
+ for (var a = s[0], h = s.slice(1), u = 0, l = h; u < l.length; u++) {
1315
1315
  var f = l[u];
1316
1316
  if (f.length === 0)
1317
1317
  throw new Error("Invalid number skeleton");
@@ -1384,7 +1384,7 @@ function An(e) {
1384
1384
  }
1385
1385
  return t;
1386
1386
  }
1387
- function yt(e) {
1387
+ function vt(e) {
1388
1388
  var t = {}, r = qt(e);
1389
1389
  return r || t;
1390
1390
  }
@@ -1424,12 +1424,12 @@ function On(e) {
1424
1424
  continue;
1425
1425
  case "scientific":
1426
1426
  t = g(g(g({}, t), { notation: "scientific" }), i.options.reduce(function(h, u) {
1427
- return g(g({}, h), yt(u));
1427
+ return g(g({}, h), vt(u));
1428
1428
  }, {}));
1429
1429
  continue;
1430
1430
  case "engineering":
1431
1431
  t = g(g(g({}, t), { notation: "engineering" }), i.options.reduce(function(h, u) {
1432
- return g(g({}, h), yt(u));
1432
+ return g(g({}, h), vt(u));
1433
1433
  }, {}));
1434
1434
  continue;
1435
1435
  case "notation-simple":
@@ -1474,13 +1474,13 @@ function On(e) {
1474
1474
  case "integer-width":
1475
1475
  if (i.options.length > 1)
1476
1476
  throw new RangeError("integer-width stems only accept a single optional option");
1477
- i.options[0].replace(Bn, function(h, u, l, f, c, d) {
1477
+ i.options[0].replace(Bn, function(h, u, l, f, c, p) {
1478
1478
  if (u)
1479
1479
  t.minimumIntegerDigits = l.length;
1480
1480
  else {
1481
1481
  if (f && c)
1482
1482
  throw new Error("We currently do not support maximum integer digits");
1483
- if (d)
1483
+ if (p)
1484
1484
  throw new Error("We currently do not support exact integer digits");
1485
1485
  }
1486
1486
  return "";
@@ -1494,19 +1494,19 @@ function On(e) {
1494
1494
  if (bt.test(i.stem)) {
1495
1495
  if (i.options.length > 1)
1496
1496
  throw new RangeError("Fraction-precision stems only accept a single optional option");
1497
- i.stem.replace(bt, function(h, u, l, f, c, d) {
1498
- return l === "*" ? t.minimumFractionDigits = u.length : f && f[0] === "#" ? t.maximumFractionDigits = f.length : c && d ? (t.minimumFractionDigits = c.length, t.maximumFractionDigits = c.length + d.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
1497
+ i.stem.replace(bt, function(h, u, l, f, c, p) {
1498
+ return l === "*" ? t.minimumFractionDigits = u.length : f && f[0] === "#" ? t.maximumFractionDigits = f.length : c && p ? (t.minimumFractionDigits = c.length, t.maximumFractionDigits = c.length + p.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
1499
1499
  });
1500
- var s = i.options[0];
1501
- s === "w" ? t = g(g({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = g(g({}, t), gt(s)));
1500
+ var o = i.options[0];
1501
+ o === "w" ? t = g(g({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = g(g({}, t), gt(o)));
1502
1502
  continue;
1503
1503
  }
1504
1504
  if (Jt.test(i.stem)) {
1505
1505
  t = g(g({}, t), gt(i.stem));
1506
1506
  continue;
1507
1507
  }
1508
- var o = qt(i.stem);
1509
- o && (t = g(g({}, t), o));
1508
+ var s = qt(i.stem);
1509
+ s && (t = g(g({}, t), s));
1510
1510
  var a = An(i.stem);
1511
1511
  a && (t = g(g({}, t), a));
1512
1512
  }
@@ -2931,12 +2931,12 @@ function In(e, t) {
2931
2931
  for (var r = "", n = 0; n < e.length; n++) {
2932
2932
  var i = e.charAt(n);
2933
2933
  if (i === "j") {
2934
- for (var s = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
2935
- s++, n++;
2936
- var o = 1 + (s & 1), a = s < 2 ? 1 : 3 + (s >> 1), h = "a", u = Nn(t);
2934
+ for (var o = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
2935
+ o++, n++;
2936
+ var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), h = "a", u = Nn(t);
2937
2937
  for ((u == "H" || u == "k") && (a = 0); a-- > 0; )
2938
2938
  r += h;
2939
- for (; o-- > 0; )
2939
+ for (; s-- > 0; )
2940
2940
  r = u + r;
2941
2941
  } else i === "J" ? r += "H" : r += i;
2942
2942
  }
@@ -2977,7 +2977,7 @@ try {
2977
2977
  } catch (e) {
2978
2978
  je = !1;
2979
2979
  }
2980
- var vt = Mn ? (
2980
+ var yt = Mn ? (
2981
2981
  // Native
2982
2982
  function(t, r, n) {
2983
2983
  return t.startsWith(r, n);
@@ -2992,10 +2992,10 @@ var vt = Mn ? (
2992
2992
  function() {
2993
2993
  for (var t = [], r = 0; r < arguments.length; r++)
2994
2994
  t[r] = arguments[r];
2995
- for (var n = "", i = t.length, s = 0, o; i > s; ) {
2996
- if (o = t[s++], o > 1114111)
2997
- throw RangeError(o + " is not a valid code point");
2998
- n += o < 65536 ? String.fromCharCode(o) : String.fromCharCode(((o -= 65536) >> 10) + 55296, o % 1024 + 56320);
2995
+ for (var n = "", i = t.length, o = 0, s; i > o; ) {
2996
+ if (s = t[o++], s > 1114111)
2997
+ throw RangeError(s + " is not a valid code point");
2998
+ n += s < 65536 ? String.fromCharCode(s) : String.fromCharCode(((s -= 65536) >> 10) + 55296, s % 1024 + 56320);
2999
2999
  }
3000
3000
  return n;
3001
3001
  }
@@ -3005,8 +3005,8 @@ var vt = Mn ? (
3005
3005
  // Ponyfill
3006
3006
  function(t) {
3007
3007
  for (var r = {}, n = 0, i = t; n < i.length; n++) {
3008
- var s = i[n], o = s[0], a = s[1];
3009
- r[o] = a;
3008
+ var o = i[n], s = o[0], a = o[1];
3009
+ r[s] = a;
3010
3010
  }
3011
3011
  return r;
3012
3012
  }
@@ -3021,8 +3021,8 @@ var vt = Mn ? (
3021
3021
  function(t, r) {
3022
3022
  var n = t.length;
3023
3023
  if (!(r < 0 || r >= n)) {
3024
- var i = t.charCodeAt(r), s;
3025
- return i < 55296 || i > 56319 || r + 1 === n || (s = t.charCodeAt(r + 1)) < 56320 || s > 57343 ? i : (i - 55296 << 10) + (s - 56320) + 65536;
3024
+ var i = t.charCodeAt(r), o;
3025
+ return i < 55296 || i > 56319 || r + 1 === n || (o = t.charCodeAt(r + 1)) < 56320 || o > 57343 ? i : (i - 55296 << 10) + (o - 56320) + 65536;
3026
3026
  }
3027
3027
  }
3028
3028
  ), Wn = Dn ? (
@@ -3080,35 +3080,35 @@ var Xn = (
3080
3080
  return this.parseMessage(0, "", !1);
3081
3081
  }, e.prototype.parseMessage = function(t, r, n) {
3082
3082
  for (var i = []; !this.isEOF(); ) {
3083
- var s = this.char();
3084
- if (s === 123) {
3085
- var o = this.parseArgument(t, n);
3086
- if (o.err)
3087
- return o;
3088
- i.push(o.val);
3083
+ var o = this.char();
3084
+ if (o === 123) {
3085
+ var s = this.parseArgument(t, n);
3086
+ if (s.err)
3087
+ return s;
3088
+ i.push(s.val);
3089
3089
  } else {
3090
- if (s === 125 && t > 0)
3090
+ if (o === 125 && t > 0)
3091
3091
  break;
3092
- if (s === 35 && (r === "plural" || r === "selectordinal")) {
3092
+ if (o === 35 && (r === "plural" || r === "selectordinal")) {
3093
3093
  var a = this.clonePosition();
3094
3094
  this.bump(), i.push({
3095
3095
  type: _.pound,
3096
3096
  location: b(a, this.clonePosition())
3097
3097
  });
3098
- } else if (s === 60 && !this.ignoreTag && this.peek() === 47) {
3098
+ } else if (o === 60 && !this.ignoreTag && this.peek() === 47) {
3099
3099
  if (n)
3100
3100
  break;
3101
3101
  return this.error(m.UNMATCHED_CLOSING_TAG, b(this.clonePosition(), this.clonePosition()));
3102
- } else if (s === 60 && !this.ignoreTag && Ve(this.peek() || 0)) {
3103
- var o = this.parseTag(t, r);
3104
- if (o.err)
3105
- return o;
3106
- i.push(o.val);
3102
+ } else if (o === 60 && !this.ignoreTag && Ve(this.peek() || 0)) {
3103
+ var s = this.parseTag(t, r);
3104
+ if (s.err)
3105
+ return s;
3106
+ i.push(s.val);
3107
3107
  } else {
3108
- var o = this.parseLiteral(t, r);
3109
- if (o.err)
3110
- return o;
3111
- i.push(o.val);
3108
+ var s = this.parseLiteral(t, r);
3109
+ if (s.err)
3110
+ return s;
3111
+ i.push(s.val);
3112
3112
  }
3113
3113
  }
3114
3114
  }
@@ -3127,10 +3127,10 @@ var Xn = (
3127
3127
  err: null
3128
3128
  };
3129
3129
  if (this.bumpIf(">")) {
3130
- var s = this.parseMessage(t + 1, r, !0);
3131
- if (s.err)
3132
- return s;
3133
- var o = s.val, a = this.clonePosition();
3130
+ var o = this.parseMessage(t + 1, r, !0);
3131
+ if (o.err)
3132
+ return o;
3133
+ var s = o.val, a = this.clonePosition();
3134
3134
  if (this.bumpIf("</")) {
3135
3135
  if (this.isEOF() || !Ve(this.char()))
3136
3136
  return this.error(m.INVALID_TAG, b(a, this.clonePosition()));
@@ -3139,7 +3139,7 @@ var Xn = (
3139
3139
  val: {
3140
3140
  type: _.tag,
3141
3141
  value: i,
3142
- children: o,
3142
+ children: s,
3143
3143
  location: b(n, this.clonePosition())
3144
3144
  },
3145
3145
  err: null
@@ -3155,16 +3155,16 @@ var Xn = (
3155
3155
  return this.message.slice(t, this.offset());
3156
3156
  }, e.prototype.parseLiteral = function(t, r) {
3157
3157
  for (var n = this.clonePosition(), i = ""; ; ) {
3158
- var s = this.tryParseQuote(r);
3159
- if (s) {
3160
- i += s;
3161
- continue;
3162
- }
3163
- var o = this.tryParseUnquoted(t, r);
3158
+ var o = this.tryParseQuote(r);
3164
3159
  if (o) {
3165
3160
  i += o;
3166
3161
  continue;
3167
3162
  }
3163
+ var s = this.tryParseUnquoted(t, r);
3164
+ if (s) {
3165
+ i += s;
3166
+ continue;
3167
+ }
3168
3168
  var a = this.tryParseLeftAngleBracket();
3169
3169
  if (a) {
3170
3170
  i += a;
@@ -3249,13 +3249,13 @@ var Xn = (
3249
3249
  }, e.prototype.parseIdentifierIfPossible = function() {
3250
3250
  var t = this.clonePosition(), r = this.offset(), n = We(this.message, r), i = r + n.length;
3251
3251
  this.bumpTo(i);
3252
- var s = this.clonePosition(), o = b(t, s);
3253
- return { value: n, location: o };
3252
+ var o = this.clonePosition(), s = b(t, o);
3253
+ return { value: n, location: s };
3254
3254
  }, e.prototype.parseArgumentOptions = function(t, r, n, i) {
3255
- var s, o = this.clonePosition(), a = this.parseIdentifierIfPossible().value, h = this.clonePosition();
3255
+ var o, s = this.clonePosition(), a = this.parseIdentifierIfPossible().value, h = this.clonePosition();
3256
3256
  switch (a) {
3257
3257
  case "":
3258
- return this.error(m.EXPECT_ARGUMENT_TYPE, b(o, h));
3258
+ return this.error(m.EXPECT_ARGUMENT_TYPE, b(s, h));
3259
3259
  case "number":
3260
3260
  case "date":
3261
3261
  case "time": {
@@ -3269,24 +3269,24 @@ var Xn = (
3269
3269
  var c = Vn(f.val);
3270
3270
  if (c.length === 0)
3271
3271
  return this.error(m.EXPECT_ARGUMENT_STYLE, b(this.clonePosition(), this.clonePosition()));
3272
- var d = b(l, this.clonePosition());
3273
- u = { style: c, styleLocation: d };
3272
+ var p = b(l, this.clonePosition());
3273
+ u = { style: c, styleLocation: p };
3274
3274
  }
3275
- var v = this.tryParseArgumentClose(i);
3276
- if (v.err)
3277
- return v;
3278
- var p = b(i, this.clonePosition());
3279
- if (u && vt(u == null ? void 0 : u.style, "::", 0)) {
3275
+ var y = this.tryParseArgumentClose(i);
3276
+ if (y.err)
3277
+ return y;
3278
+ var d = b(i, this.clonePosition());
3279
+ if (u && yt(u == null ? void 0 : u.style, "::", 0)) {
3280
3280
  var S = Wn(u.style.slice(2));
3281
3281
  if (a === "number") {
3282
3282
  var f = this.parseNumberSkeletonFromString(S, u.styleLocation);
3283
3283
  return f.err ? f : {
3284
- val: { type: _.number, value: n, location: p, style: f.val },
3284
+ val: { type: _.number, value: n, location: d, style: f.val },
3285
3285
  err: null
3286
3286
  };
3287
3287
  } else {
3288
3288
  if (S.length === 0)
3289
- return this.error(m.EXPECT_DATE_TIME_SKELETON, p);
3289
+ return this.error(m.EXPECT_DATE_TIME_SKELETON, d);
3290
3290
  var M = S;
3291
3291
  this.locale && (M = In(S, this.locale));
3292
3292
  var c = {
@@ -3296,7 +3296,7 @@ var Xn = (
3296
3296
  parsedOptions: this.shouldParseSkeletons ? wn(M) : {}
3297
3297
  }, R = a === "date" ? _.date : _.time;
3298
3298
  return {
3299
- val: { type: R, value: n, location: p, style: c },
3299
+ val: { type: R, value: n, location: d, style: c },
3300
3300
  err: null
3301
3301
  };
3302
3302
  }
@@ -3305,8 +3305,8 @@ var Xn = (
3305
3305
  val: {
3306
3306
  type: a === "number" ? _.number : a === "date" ? _.date : _.time,
3307
3307
  value: n,
3308
- location: p,
3309
- style: (s = u == null ? void 0 : u.style) !== null && s !== void 0 ? s : null
3308
+ location: d,
3309
+ style: (o = u == null ? void 0 : u.style) !== null && o !== void 0 ? o : null
3310
3310
  },
3311
3311
  err: null
3312
3312
  };
@@ -3331,9 +3331,9 @@ var Xn = (
3331
3331
  var G = this.tryParsePluralOrSelectOptions(t, a, r, U);
3332
3332
  if (G.err)
3333
3333
  return G;
3334
- var v = this.tryParseArgumentClose(i);
3335
- if (v.err)
3336
- return v;
3334
+ var y = this.tryParseArgumentClose(i);
3335
+ if (y.err)
3336
+ return y;
3337
3337
  var he = b(i, this.clonePosition());
3338
3338
  return a === "select" ? {
3339
3339
  val: {
@@ -3356,7 +3356,7 @@ var Xn = (
3356
3356
  };
3357
3357
  }
3358
3358
  default:
3359
- return this.error(m.INVALID_ARGUMENT_TYPE, b(o, h));
3359
+ return this.error(m.INVALID_ARGUMENT_TYPE, b(s, h));
3360
3360
  }
3361
3361
  }, e.prototype.tryParseArgumentClose = function(t) {
3362
3362
  return this.isEOF() || this.char() !== 125 ? this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE, b(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
@@ -3412,7 +3412,7 @@ var Xn = (
3412
3412
  err: null
3413
3413
  };
3414
3414
  }, e.prototype.tryParsePluralOrSelectOptions = function(t, r, n, i) {
3415
- for (var s, o = !1, a = [], h = /* @__PURE__ */ new Set(), u = i.value, l = i.location; ; ) {
3415
+ for (var o, s = !1, a = [], h = /* @__PURE__ */ new Set(), u = i.value, l = i.location; ; ) {
3416
3416
  if (u.length === 0) {
3417
3417
  var f = this.clonePosition();
3418
3418
  if (r !== "select" && this.bumpIf("=")) {
@@ -3425,37 +3425,37 @@ var Xn = (
3425
3425
  }
3426
3426
  if (h.has(u))
3427
3427
  return this.error(r === "select" ? m.DUPLICATE_SELECT_ARGUMENT_SELECTOR : m.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, l);
3428
- u === "other" && (o = !0), this.bumpSpace();
3429
- var d = this.clonePosition();
3428
+ u === "other" && (s = !0), this.bumpSpace();
3429
+ var p = this.clonePosition();
3430
3430
  if (!this.bumpIf("{"))
3431
3431
  return this.error(r === "select" ? m.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : m.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, b(this.clonePosition(), this.clonePosition()));
3432
- var v = this.parseMessage(t + 1, r, n);
3433
- if (v.err)
3434
- return v;
3435
- var p = this.tryParseArgumentClose(d);
3436
- if (p.err)
3437
- return p;
3432
+ var y = this.parseMessage(t + 1, r, n);
3433
+ if (y.err)
3434
+ return y;
3435
+ var d = this.tryParseArgumentClose(p);
3436
+ if (d.err)
3437
+ return d;
3438
3438
  a.push([
3439
3439
  u,
3440
3440
  {
3441
- value: v.val,
3442
- location: b(d, this.clonePosition())
3441
+ value: y.val,
3442
+ location: b(p, this.clonePosition())
3443
3443
  }
3444
- ]), h.add(u), this.bumpSpace(), s = this.parseIdentifierIfPossible(), u = s.value, l = s.location;
3444
+ ]), h.add(u), this.bumpSpace(), o = this.parseIdentifierIfPossible(), u = o.value, l = o.location;
3445
3445
  }
3446
- return a.length === 0 ? this.error(r === "select" ? m.EXPECT_SELECT_ARGUMENT_SELECTOR : m.EXPECT_PLURAL_ARGUMENT_SELECTOR, b(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !o ? this.error(m.MISSING_OTHER_CLAUSE, b(this.clonePosition(), this.clonePosition())) : { val: a, err: null };
3446
+ return a.length === 0 ? this.error(r === "select" ? m.EXPECT_SELECT_ARGUMENT_SELECTOR : m.EXPECT_PLURAL_ARGUMENT_SELECTOR, b(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !s ? this.error(m.MISSING_OTHER_CLAUSE, b(this.clonePosition(), this.clonePosition())) : { val: a, err: null };
3447
3447
  }, e.prototype.tryParseDecimalInteger = function(t, r) {
3448
3448
  var n = 1, i = this.clonePosition();
3449
3449
  this.bumpIf("+") || this.bumpIf("-") && (n = -1);
3450
- for (var s = !1, o = 0; !this.isEOF(); ) {
3450
+ for (var o = !1, s = 0; !this.isEOF(); ) {
3451
3451
  var a = this.char();
3452
3452
  if (a >= 48 && a <= 57)
3453
- s = !0, o = o * 10 + (a - 48), this.bump();
3453
+ o = !0, s = s * 10 + (a - 48), this.bump();
3454
3454
  else
3455
3455
  break;
3456
3456
  }
3457
3457
  var h = b(i, this.clonePosition());
3458
- return s ? (o *= n, jn(o) ? { val: o, err: null } : this.error(r, h)) : this.error(t, h);
3458
+ return o ? (s *= n, jn(s) ? { val: s, err: null } : this.error(r, h)) : this.error(t, h);
3459
3459
  }, e.prototype.offset = function() {
3460
3460
  return this.position.offset;
3461
3461
  }, e.prototype.isEOF = function() {
@@ -3489,7 +3489,7 @@ var Xn = (
3489
3489
  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);
3490
3490
  }
3491
3491
  }, e.prototype.bumpIf = function(t) {
3492
- if (vt(this.message, t, this.offset())) {
3492
+ if (yt(this.message, t, this.offset())) {
3493
3493
  for (var r = 0; r < t.length; r++)
3494
3494
  this.bump();
3495
3495
  return !0;
@@ -3562,8 +3562,8 @@ var Ee = (
3562
3562
  function(e) {
3563
3563
  C(t, e);
3564
3564
  function t(r, n, i) {
3565
- var s = e.call(this, r) || this;
3566
- return s.code = n, s.originalMessage = i, s;
3565
+ var o = e.call(this, r) || this;
3566
+ return o.code = n, o.originalMessage = i, o;
3567
3567
  }
3568
3568
  return t.prototype.toString = function() {
3569
3569
  return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
@@ -3573,8 +3573,8 @@ var Ee = (
3573
3573
  /** @class */
3574
3574
  function(e) {
3575
3575
  C(t, e);
3576
- function t(r, n, i, s) {
3577
- return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), Q.INVALID_VALUE, s) || this;
3576
+ function t(r, n, i, o) {
3577
+ return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), Q.INVALID_VALUE, o) || this;
3578
3578
  }
3579
3579
  return t;
3580
3580
  }(Ee)
@@ -3609,7 +3609,7 @@ function Kn(e) {
3609
3609
  function ei(e) {
3610
3610
  return typeof e == "function";
3611
3611
  }
3612
- function me(e, t, r, n, i, s, o) {
3612
+ function me(e, t, r, n, i, o, s) {
3613
3613
  if (e.length === 1 && mt(e[0]))
3614
3614
  return [
3615
3615
  {
@@ -3627,15 +3627,15 @@ function me(e, t, r, n, i, s, o) {
3627
3627
  continue;
3628
3628
  }
3629
3629
  if (xn(l)) {
3630
- typeof s == "number" && a.push({
3630
+ typeof o == "number" && a.push({
3631
3631
  type: w.literal,
3632
- value: r.getNumberFormat(t).format(s)
3632
+ value: r.getNumberFormat(t).format(o)
3633
3633
  });
3634
3634
  continue;
3635
3635
  }
3636
3636
  var f = l.value;
3637
3637
  if (!(i && f in i))
3638
- throw new qn(f, o);
3638
+ throw new qn(f, s);
3639
3639
  var c = i[f];
3640
3640
  if (En(l)) {
3641
3641
  (!c || typeof c == "string" || typeof c == "number") && (c = typeof c == "string" || typeof c == "number" ? String(c) : ""), a.push({
@@ -3645,34 +3645,34 @@ function me(e, t, r, n, i, s, o) {
3645
3645
  continue;
3646
3646
  }
3647
3647
  if (kt(l)) {
3648
- var d = typeof l.style == "string" ? n.date[l.style] : Fe(l.style) ? l.style.parsedOptions : void 0;
3648
+ var p = typeof l.style == "string" ? n.date[l.style] : Fe(l.style) ? l.style.parsedOptions : void 0;
3649
3649
  a.push({
3650
3650
  type: w.literal,
3651
- value: r.getDateTimeFormat(t, d).format(c)
3651
+ value: r.getDateTimeFormat(t, p).format(c)
3652
3652
  });
3653
3653
  continue;
3654
3654
  }
3655
3655
  if (Wt(l)) {
3656
- var d = typeof l.style == "string" ? n.time[l.style] : Fe(l.style) ? l.style.parsedOptions : n.time.medium;
3656
+ var p = typeof l.style == "string" ? n.time[l.style] : Fe(l.style) ? l.style.parsedOptions : n.time.medium;
3657
3657
  a.push({
3658
3658
  type: w.literal,
3659
- value: r.getDateTimeFormat(t, d).format(c)
3659
+ value: r.getDateTimeFormat(t, p).format(c)
3660
3660
  });
3661
3661
  continue;
3662
3662
  }
3663
3663
  if (jt(l)) {
3664
- var d = typeof l.style == "string" ? n.number[l.style] : Zt(l.style) ? l.style.parsedOptions : void 0;
3665
- d && d.scale && (c = c * (d.scale || 1)), a.push({
3664
+ var p = typeof l.style == "string" ? n.number[l.style] : Zt(l.style) ? l.style.parsedOptions : void 0;
3665
+ p && p.scale && (c = c * (p.scale || 1)), a.push({
3666
3666
  type: w.literal,
3667
- value: r.getNumberFormat(t, d).format(c)
3667
+ value: r.getNumberFormat(t, p).format(c)
3668
3668
  });
3669
3669
  continue;
3670
3670
  }
3671
3671
  if (zt(l)) {
3672
- var v = l.children, p = l.value, S = i[p];
3672
+ var y = l.children, d = l.value, S = i[d];
3673
3673
  if (!ei(S))
3674
- throw new Yn(p, "function", o);
3675
- var M = me(v, t, r, n, i, s), R = S(M.map(function(O) {
3674
+ throw new Yn(d, "function", s);
3675
+ var M = me(y, t, r, n, i, o), R = S(M.map(function(O) {
3676
3676
  return O.value;
3677
3677
  }));
3678
3678
  Array.isArray(R) || (R = [R]), a.push.apply(a, R.map(function(O) {
@@ -3685,7 +3685,7 @@ function me(e, t, r, n, i, s, o) {
3685
3685
  if (Vt(l)) {
3686
3686
  var T = l.options[c] || l.options.other;
3687
3687
  if (!T)
3688
- throw new xt(l.value, c, Object.keys(l.options), o);
3688
+ throw new xt(l.value, c, Object.keys(l.options), s);
3689
3689
  a.push.apply(a, me(T.value, t, r, n, i));
3690
3690
  continue;
3691
3691
  }
@@ -3695,12 +3695,12 @@ function me(e, t, r, n, i, s, o) {
3695
3695
  if (!Intl.PluralRules)
3696
3696
  throw new Ee(`Intl.PluralRules is not available in this environment.
3697
3697
  Try polyfilling it using "@formatjs/intl-pluralrules"
3698
- `, Q.MISSING_INTL_API, o);
3698
+ `, Q.MISSING_INTL_API, s);
3699
3699
  var U = r.getPluralRules(t, { type: l.pluralType }).select(c - (l.offset || 0));
3700
3700
  T = l.options[U] || l.options.other;
3701
3701
  }
3702
3702
  if (!T)
3703
- throw new xt(l.value, c, Object.keys(l.options), o);
3703
+ throw new xt(l.value, c, Object.keys(l.options), s);
3704
3704
  a.push.apply(a, me(T.value, t, r, n, i, c - (l.offset || 0)));
3705
3705
  continue;
3706
3706
  }
@@ -3768,13 +3768,13 @@ var ii = (
3768
3768
  function() {
3769
3769
  function e(t, r, n, i) {
3770
3770
  r === void 0 && (r = e.defaultLocale);
3771
- var s = this;
3771
+ var o = this;
3772
3772
  if (this.formatterCache = {
3773
3773
  number: {},
3774
3774
  dateTime: {},
3775
3775
  pluralRules: {}
3776
3776
  }, this.format = function(h) {
3777
- var u = s.formatToParts(h);
3777
+ var u = o.formatToParts(h);
3778
3778
  if (u.length === 1)
3779
3779
  return u[0].value;
3780
3780
  var l = u.reduce(function(f, c) {
@@ -3782,20 +3782,20 @@ var ii = (
3782
3782
  }, []);
3783
3783
  return l.length <= 1 ? l[0] || "" : l;
3784
3784
  }, this.formatToParts = function(h) {
3785
- return me(s.ast, s.locales, s.formatters, s.formats, h, void 0, s.message);
3785
+ return me(o.ast, o.locales, o.formatters, o.formats, h, void 0, o.message);
3786
3786
  }, this.resolvedOptions = function() {
3787
3787
  var h;
3788
3788
  return {
3789
- locale: ((h = s.resolvedLocale) === null || h === void 0 ? void 0 : h.toString()) || Intl.NumberFormat.supportedLocalesOf(s.locales)[0]
3789
+ locale: ((h = o.resolvedLocale) === null || h === void 0 ? void 0 : h.toString()) || Intl.NumberFormat.supportedLocalesOf(o.locales)[0]
3790
3790
  };
3791
3791
  }, this.getAst = function() {
3792
- return s.ast;
3792
+ return o.ast;
3793
3793
  }, this.locales = r, this.resolvedLocale = e.resolveLocale(r), typeof t == "string") {
3794
3794
  if (this.message = t, !e.__parse)
3795
3795
  throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
3796
- var o = i || {};
3797
- o.formatters;
3798
- var a = Mr(o, ["formatters"]);
3796
+ var s = i || {};
3797
+ s.formatters;
3798
+ var a = Mr(s, ["formatters"]);
3799
3799
  this.ast = e.__parse(t, g(g({}, a), { locale: this.resolvedLocale }));
3800
3800
  } else
3801
3801
  this.ast = t;
@@ -3875,7 +3875,7 @@ var ii = (
3875
3875
  }, e;
3876
3876
  }()
3877
3877
  );
3878
- function si(e, t) {
3878
+ function oi(e, t) {
3879
3879
  if (t == null)
3880
3880
  return;
3881
3881
  if (t in e)
@@ -3885,9 +3885,9 @@ function si(e, t) {
3885
3885
  for (let i = 0; i < r.length; i++)
3886
3886
  if (typeof n == "object") {
3887
3887
  if (i > 0) {
3888
- const s = r.slice(i, r.length).join(".");
3889
- if (s in n) {
3890
- n = n[s];
3888
+ const o = r.slice(i, r.length).join(".");
3889
+ if (o in n) {
3890
+ n = n[o];
3891
3891
  break;
3892
3892
  }
3893
3893
  }
@@ -3896,16 +3896,16 @@ function si(e, t) {
3896
3896
  n = void 0;
3897
3897
  return n;
3898
3898
  }
3899
- const $ = {}, oi = (e, t, r) => r && (t in $ || ($[t] = {}), e in $[t] || ($[t][e] = r), r), rr = (e, t) => {
3899
+ const $ = {}, si = (e, t, r) => r && (t in $ || ($[t] = {}), e in $[t] || ($[t][e] = r), r), rr = (e, t) => {
3900
3900
  if (t == null)
3901
3901
  return;
3902
3902
  if (t in $ && e in $[t])
3903
3903
  return $[t][e];
3904
3904
  const r = xe(t);
3905
3905
  for (let n = 0; n < r.length; n++) {
3906
- const i = r[n], s = ui(i, e);
3907
- if (s)
3908
- return oi(e, t, s);
3906
+ const i = r[n], o = ui(i, e);
3907
+ if (o)
3908
+ return si(e, t, o);
3909
3909
  }
3910
3910
  };
3911
3911
  let qe;
@@ -3920,7 +3920,7 @@ function ui(e, t) {
3920
3920
  if (!nr(e))
3921
3921
  return null;
3922
3922
  const r = ai(e);
3923
- return si(r, t);
3923
+ return oi(r, t);
3924
3924
  }
3925
3925
  function hi(e) {
3926
3926
  if (e == null)
@@ -3933,7 +3933,7 @@ function hi(e) {
3933
3933
  }
3934
3934
  }
3935
3935
  function ir(e, ...t) {
3936
- delete $[e], ue.update((r) => (r[e] = dn.all([r[e] || {}, ...t]), r));
3936
+ delete $[e], ue.update((r) => (r[e] = pn.all([r[e] || {}, ...t]), r));
3937
3937
  }
3938
3938
  q(
3939
3939
  [ue],
@@ -3944,12 +3944,12 @@ const be = {};
3944
3944
  function li(e, t) {
3945
3945
  be[e].delete(t), be[e].size === 0 && delete be[e];
3946
3946
  }
3947
- function sr(e) {
3947
+ function or(e) {
3948
3948
  return be[e];
3949
3949
  }
3950
3950
  function fi(e) {
3951
3951
  return xe(e).map((t) => {
3952
- const r = sr(t);
3952
+ const r = or(t);
3953
3953
  return [t, r ? [...r] : []];
3954
3954
  }).filter(([, t]) => t.length > 0);
3955
3955
  }
@@ -3957,7 +3957,7 @@ function ze(e) {
3957
3957
  return e == null ? !1 : xe(e).some(
3958
3958
  (t) => {
3959
3959
  var r;
3960
- return (r = sr(t)) == null ? void 0 : r.size;
3960
+ return (r = or(t)) == null ? void 0 : r.size;
3961
3961
  }
3962
3962
  );
3963
3963
  }
@@ -3967,7 +3967,7 @@ function ci(e, t) {
3967
3967
  ).then((n) => ir(e, ...n));
3968
3968
  }
3969
3969
  const te = {};
3970
- function or(e) {
3970
+ function sr(e) {
3971
3971
  if (!ze(e))
3972
3972
  return e in te ? te[e] : Promise.resolve();
3973
3973
  const t = fi(e);
@@ -3977,11 +3977,11 @@ function or(e) {
3977
3977
  )
3978
3978
  ).then(() => {
3979
3979
  if (ze(e))
3980
- return or(e);
3980
+ return sr(e);
3981
3981
  delete te[e];
3982
3982
  }), te[e];
3983
3983
  }
3984
- const di = {
3984
+ const pi = {
3985
3985
  number: {
3986
3986
  scientific: { notation: "scientific" },
3987
3987
  engineering: { notation: "engineering" },
@@ -4010,26 +4010,26 @@ const di = {
4010
4010
  timeZoneName: "short"
4011
4011
  }
4012
4012
  }
4013
- }, pi = {
4013
+ }, di = {
4014
4014
  fallbackLocale: null,
4015
4015
  loadingDelay: 200,
4016
- formats: di,
4016
+ formats: pi,
4017
4017
  warnOnMissingMessages: !0,
4018
4018
  handleMissingMessage: void 0,
4019
4019
  ignoreTag: !0
4020
- }, mi = pi;
4020
+ }, mi = di;
4021
4021
  function J() {
4022
4022
  return mi;
4023
4023
  }
4024
4024
  const Ie = _e(!1);
4025
- var bi = Object.defineProperty, gi = Object.defineProperties, yi = Object.getOwnPropertyDescriptors, St = Object.getOwnPropertySymbols, vi = Object.prototype.hasOwnProperty, _i = Object.prototype.propertyIsEnumerable, wt = (e, t, r) => t in e ? bi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ei = (e, t) => {
4025
+ var bi = Object.defineProperty, gi = Object.defineProperties, vi = Object.getOwnPropertyDescriptors, St = Object.getOwnPropertySymbols, yi = Object.prototype.hasOwnProperty, _i = Object.prototype.propertyIsEnumerable, wt = (e, t, r) => t in e ? bi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ei = (e, t) => {
4026
4026
  for (var r in t || (t = {}))
4027
- vi.call(t, r) && wt(e, r, t[r]);
4027
+ yi.call(t, r) && wt(e, r, t[r]);
4028
4028
  if (St)
4029
4029
  for (var r of St(t))
4030
4030
  _i.call(t, r) && wt(e, r, t[r]);
4031
4031
  return e;
4032
- }, xi = (e, t) => gi(e, yi(t));
4032
+ }, xi = (e, t) => gi(e, vi(t));
4033
4033
  let Ze;
4034
4034
  const ge = _e(null);
4035
4035
  function Tt(e) {
@@ -4052,7 +4052,7 @@ const Si = (e) => {
4052
4052
  return typeof window != "undefined" && D() != null && t ? r = window.setTimeout(
4053
4053
  () => Ie.set(!0),
4054
4054
  t
4055
- ) : Ie.set(!0), or(e).then(() => {
4055
+ ) : Ie.set(!0), sr(e).then(() => {
4056
4056
  ge.set(e);
4057
4057
  }).finally(() => {
4058
4058
  clearTimeout(r), Ie.set(!1);
@@ -4068,23 +4068,23 @@ const Si = (e) => {
4068
4068
  return i in t ? t[i] : t[i] = e(n);
4069
4069
  };
4070
4070
  };
4071
- var wi = Object.defineProperty, ye = Object.getOwnPropertySymbols, ar = Object.prototype.hasOwnProperty, ur = Object.prototype.propertyIsEnumerable, Ht = (e, t, r) => t in e ? wi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ke = (e, t) => {
4071
+ var wi = Object.defineProperty, ve = Object.getOwnPropertySymbols, ar = Object.prototype.hasOwnProperty, ur = Object.prototype.propertyIsEnumerable, Ht = (e, t, r) => t in e ? wi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ke = (e, t) => {
4072
4072
  for (var r in t || (t = {}))
4073
4073
  ar.call(t, r) && Ht(e, r, t[r]);
4074
- if (ye)
4075
- for (var r of ye(t))
4074
+ if (ve)
4075
+ for (var r of ve(t))
4076
4076
  ur.call(t, r) && Ht(e, r, t[r]);
4077
4077
  return e;
4078
4078
  }, ee = (e, t) => {
4079
4079
  var r = {};
4080
4080
  for (var n in e)
4081
4081
  ar.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
4082
- if (e != null && ye)
4083
- for (var n of ye(e))
4082
+ if (e != null && ve)
4083
+ for (var n of ve(e))
4084
4084
  t.indexOf(n) < 0 && ur.call(e, n) && (r[n] = e[n]);
4085
4085
  return r;
4086
4086
  };
4087
- const se = (e, t) => {
4087
+ const oe = (e, t) => {
4088
4088
  const { formats: r } = J();
4089
4089
  if (e in r && t in r[e])
4090
4090
  return r[e][t];
@@ -4094,14 +4094,14 @@ const se = (e, t) => {
4094
4094
  var t = e, { locale: r, format: n } = t, i = ee(t, ["locale", "format"]);
4095
4095
  if (r == null)
4096
4096
  throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
4097
- return n && (i = se("number", n)), new Intl.NumberFormat(r, i);
4097
+ return n && (i = oe("number", n)), new Intl.NumberFormat(r, i);
4098
4098
  }
4099
4099
  ), Hi = Se(
4100
4100
  (e) => {
4101
4101
  var t = e, { locale: r, format: n } = t, i = ee(t, ["locale", "format"]);
4102
4102
  if (r == null)
4103
4103
  throw new Error('[svelte-i18n] A "locale" must be set to format dates');
4104
- return n ? i = se("date", n) : Object.keys(i).length === 0 && (i = se("date", "short")), new Intl.DateTimeFormat(r, i);
4104
+ return n ? i = oe("date", n) : Object.keys(i).length === 0 && (i = oe("date", "short")), new Intl.DateTimeFormat(r, i);
4105
4105
  }
4106
4106
  ), Pi = Se(
4107
4107
  (e) => {
@@ -4110,7 +4110,7 @@ const se = (e, t) => {
4110
4110
  throw new Error(
4111
4111
  '[svelte-i18n] A "locale" must be set to format time values'
4112
4112
  );
4113
- return n ? i = se("time", n) : Object.keys(i).length === 0 && (i = se("time", "short")), new Intl.DateTimeFormat(r, i);
4113
+ return n ? i = oe("time", n) : Object.keys(i).length === 0 && (i = oe("time", "short")), new Intl.DateTimeFormat(r, i);
4114
4114
  }
4115
4115
  ), Bi = (e = {}) => {
4116
4116
  var t = e, {
@@ -4139,21 +4139,21 @@ const se = (e, t) => {
4139
4139
  ignoreTag: J().ignoreTag
4140
4140
  })
4141
4141
  ), Ni = (e, t = {}) => {
4142
- var r, n, i, s;
4143
- let o = t;
4144
- typeof e == "object" && (o = e, e = o.id);
4142
+ var r, n, i, o;
4143
+ let s = t;
4144
+ typeof e == "object" && (s = e, e = s.id);
4145
4145
  const {
4146
4146
  values: a,
4147
4147
  locale: h = D(),
4148
4148
  default: u
4149
- } = o;
4149
+ } = s;
4150
4150
  if (h == null)
4151
4151
  throw new Error(
4152
4152
  "[svelte-i18n] Cannot format a message without first setting the initial locale."
4153
4153
  );
4154
4154
  let l = rr(e, h);
4155
4155
  if (!l)
4156
- l = (s = (i = (n = (r = J()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: h, id: e, defaultValue: u })) != null ? i : u) != null ? s : e;
4156
+ 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;
4157
4157
  else if (typeof l != "string")
4158
4158
  return console.warn(
4159
4159
  `[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.`
@@ -4225,29 +4225,29 @@ function Gi(e) {
4225
4225
  br(e, "svelte-1y7sj7e", ".PendingWithdrawalsWrapper{background-color:var(--emw--color-pale, var(--emw--color-gray-50, #F1F1F1));border-radius:var(--emw--border-radius-large, 20px);color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));padding:50px 50px 30px 50px;max-width:100%}.PendingWithdrawalsWrapper.PendingWithdrawalsWrapperMobile{padding:20px 15px;max-width:unset;border-radius:0}.MenuReturnButton{color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));display:inline-flex;align-items:center;column-gap:10px;margin-bottom:10px}.MenuReturnButton svg{fill:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.PendingWithdrawalsTitle{font-size:var(--emw--font-size-x-large, 26px);color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));font-weight:var(--emw--font-weigh-normal, 400)}.PendingWithdrawalsTitleMobile{font-size:var(--emw--size-standard, 16px)}.PendingWithdrawalsTitleNone{display:none}.PendingWithdrawalsIframeWrapper iframe{border:none;width:100%;height:85vh;border-radius:var(--emw--border-radius-large, 20px)}");
4226
4226
  }
4227
4227
  function Fi(e) {
4228
- let t, r, n, i, s, o, a, h, u, l, f = (
4228
+ let t, r, n, i, o, s, a, h, u, l, f = (
4229
4229
  /*$_*/
4230
4230
  e[3]("titlePendingWithdrawals") + ""
4231
- ), c, d, v;
4231
+ ), c, p, y;
4232
4232
  return {
4233
4233
  c() {
4234
- t = L("div"), r = F("svg"), n = F("defs"), i = F("style"), s = ne(".aaa{fill:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));}"), o = F("g"), a = F("g"), h = F("path"), u = Ne(), l = L("h2"), c = ne(f), E(h, "class", "aaa"), E(h, "d", "M7.5,0,6.136,1.364,11.3,6.526H0V8.474H11.3L6.136,13.636,7.5,15,15,7.5Z"), E(h, "transform", "translate(15 15) rotate(180)"), E(a, "transform", "translate(20 158)"), E(o, "transform", "translate(-20 -158)"), E(r, "xmlns", "http://www.w3.org/2000/svg"), E(r, "width", "15"), E(r, "height", "15"), E(r, "viewBox", "0 0 15 15"), E(l, "class", "PendingWithdrawalsTitleMobile"), E(t, "class", "MenuReturnButton");
4234
+ t = L("div"), r = F("svg"), n = F("defs"), i = F("style"), o = ne(".aaa{fill:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));}"), s = F("g"), a = F("g"), h = F("path"), u = Ne(), l = L("h2"), c = ne(f), E(h, "class", "aaa"), E(h, "d", "M7.5,0,6.136,1.364,11.3,6.526H0V8.474H11.3L6.136,13.636,7.5,15,15,7.5Z"), E(h, "transform", "translate(15 15) rotate(180)"), E(a, "transform", "translate(20 158)"), E(s, "transform", "translate(-20 -158)"), E(r, "xmlns", "http://www.w3.org/2000/svg"), E(r, "width", "15"), E(r, "height", "15"), E(r, "viewBox", "0 0 15 15"), E(l, "class", "PendingWithdrawalsTitleMobile"), E(t, "class", "MenuReturnButton");
4235
4235
  },
4236
- m(p, S) {
4237
- ae(p, t, S), x(t, r), x(r, n), x(n, i), x(i, s), x(r, o), x(o, a), x(a, h), x(t, u), x(t, l), x(l, c), d || (v = vr(
4236
+ m(d, S) {
4237
+ ae(d, t, S), x(t, r), x(r, n), x(n, i), x(i, o), x(r, s), x(s, a), x(a, h), x(t, u), x(t, l), x(l, c), p || (y = yr(
4238
4238
  t,
4239
4239
  "click",
4240
4240
  /*click_handler*/
4241
4241
  e[13]
4242
- ), d = !0);
4242
+ ), p = !0);
4243
4243
  },
4244
- p(p, S) {
4244
+ p(d, S) {
4245
4245
  S & /*$_*/
4246
4246
  8 && f !== (f = /*$_*/
4247
- p[3]("titlePendingWithdrawals") + "") && Je(c, f);
4247
+ d[3]("titlePendingWithdrawals") + "") && Je(c, f);
4248
4248
  },
4249
- d(p) {
4250
- p && Y(t), d = !1, v();
4249
+ d(d) {
4250
+ d && Y(t), p = !1, y();
4251
4251
  }
4252
4252
  };
4253
4253
  }
@@ -4255,15 +4255,15 @@ function ji(e) {
4255
4255
  let t, r, n;
4256
4256
  return {
4257
4257
  c() {
4258
- t = L("div"), r = L("iframe"), st(r.src, n = /*iframeUrl*/
4258
+ t = L("div"), r = L("iframe"), ot(r.src, n = /*iframeUrl*/
4259
4259
  e[2]) || E(r, "src", n), E(r, "title", "Pending Withdrawals Iframe"), E(t, "class", "PendingWithdrawalsIframeWrapper");
4260
4260
  },
4261
- m(i, s) {
4262
- ae(i, t, s), x(t, r);
4261
+ m(i, o) {
4262
+ ae(i, t, o), x(t, r);
4263
4263
  },
4264
- p(i, s) {
4265
- s & /*iframeUrl*/
4266
- 4 && !st(r.src, n = /*iframeUrl*/
4264
+ p(i, o) {
4265
+ o & /*iframeUrl*/
4266
+ 4 && !ot(r.src, n = /*iframeUrl*/
4267
4267
  i[2]) && E(r, "src", n);
4268
4268
  },
4269
4269
  d(i) {
@@ -4280,11 +4280,11 @@ function ki(e) {
4280
4280
  c() {
4281
4281
  t = L("p"), n = ne(r);
4282
4282
  },
4283
- m(i, s) {
4284
- ae(i, t, s), x(t, n);
4283
+ m(i, o) {
4284
+ ae(i, t, o), x(t, n);
4285
4285
  },
4286
- p(i, s) {
4287
- s & /*$_*/
4286
+ p(i, o) {
4287
+ o & /*$_*/
4288
4288
  8 && r !== (r = /*$_*/
4289
4289
  i[3]("loading") + "") && Je(n, r);
4290
4290
  },
@@ -4297,7 +4297,7 @@ function Wi(e) {
4297
4297
  let t, r, n, i = (
4298
4298
  /*$_*/
4299
4299
  e[3]("titlePendingWithdrawals") + ""
4300
- ), s, o, a = (
4300
+ ), o, s, a = (
4301
4301
  /*isMobile*/
4302
4302
  e[4] && Fi(e)
4303
4303
  );
@@ -4310,18 +4310,18 @@ function Wi(e) {
4310
4310
  let u = h(e), l = u(e);
4311
4311
  return {
4312
4312
  c() {
4313
- t = L("div"), a && a.c(), r = Ne(), n = L("h2"), s = ne(i), o = Ne(), l.c(), E(n, "class", "PendingWithdrawalsTitle " + /*isMobile*/
4313
+ t = L("div"), a && a.c(), r = Ne(), n = L("h2"), o = ne(i), s = Ne(), l.c(), E(n, "class", "PendingWithdrawalsTitle " + /*isMobile*/
4314
4314
  (e[4] ? "PendingWithdrawalsTitleNone" : "")), E(t, "class", "PendingWithdrawalsWrapper " + /*isMobile*/
4315
4315
  (e[4] ? "PendingWithdrawalsWrapperMobile" : ""));
4316
4316
  },
4317
4317
  m(f, c) {
4318
- ae(f, t, c), a && a.m(t, null), x(t, r), x(t, n), x(n, s), x(t, o), l.m(t, null), e[14](t);
4318
+ ae(f, t, c), a && a.m(t, null), x(t, r), x(t, n), x(n, o), x(t, s), l.m(t, null), e[14](t);
4319
4319
  },
4320
4320
  p(f, [c]) {
4321
4321
  /*isMobile*/
4322
4322
  f[4] && a.p(f, c), c & /*$_*/
4323
4323
  8 && i !== (i = /*$_*/
4324
- f[3]("titlePendingWithdrawals") + "") && Je(s, i), u === (u = h(f)) && l ? l.p(f, c) : (l.d(1), l = u(f), l && (l.c(), l.m(t, null)));
4324
+ f[3]("titlePendingWithdrawals") + "") && Je(o, i), u === (u = h(f)) && l ? l.p(f, c) : (l.d(1), l = u(f), l && (l.c(), l.m(t, null)));
4325
4325
  },
4326
4326
  i: A,
4327
4327
  o: A,
@@ -4332,8 +4332,8 @@ function Wi(e) {
4332
4332
  }
4333
4333
  function Vi(e, t, r) {
4334
4334
  let n;
4335
- mr(e, $i, (y) => r(3, n = y));
4336
- let { endpoint: i = "" } = t, { session: s = "" } = t, { playerid: o = "" } = t, { lang: a = "en" } = t, { clientstyling: h = "" } = t, { clientstylingurl: u = "" } = t, { translationurl: l = "" } = t, f, c = window.navigator.userAgent, d = Ui(c) !== "PC", v = !0, p = "";
4335
+ mr(e, $i, (v) => r(3, n = v));
4336
+ let { endpoint: i = "" } = t, { session: o = "" } = t, { playerid: s = "" } = t, { lang: a = "en" } = t, { clientstyling: h = "" } = t, { clientstylingurl: u = "" } = t, { translationurl: l = "" } = t, f, c = window.navigator.userAgent, p = Ui(c) !== "PC", y = !0, d = "";
4337
4337
  const S = () => {
4338
4338
  fetch(l).then((B) => B.json()).then((B) => {
4339
4339
  Object.keys(B).forEach((H) => {
@@ -4343,30 +4343,30 @@ function Vi(e, t, r) {
4343
4343
  console.log(B);
4344
4344
  });
4345
4345
  };
4346
- Object.keys(Bt).forEach((y) => {
4347
- Pt(y, Bt[y]);
4346
+ Object.keys(Bt).forEach((v) => {
4347
+ Pt(v, Bt[v]);
4348
4348
  });
4349
4349
  const M = () => {
4350
4350
  window.postMessage(
4351
4351
  {
4352
4352
  type: "PlayerAccountMenuActive",
4353
- isMobile: d
4353
+ isMobile: p
4354
4354
  },
4355
4355
  window.location.href
4356
4356
  );
4357
4357
  }, R = () => {
4358
- let y = new URL(`${i}/v1/player/${o}/hostedcashier/pendingwithdrawals`);
4359
- y.searchParams.append("language", a);
4358
+ let v = new URL(`${i}/v1/player/${s}/hostedcashier/pendingwithdrawals`);
4359
+ v.searchParams.append("language", a);
4360
4360
  let B = {
4361
4361
  method: "GET",
4362
4362
  headers: {
4363
- "X-SessionId": s,
4363
+ "X-SessionId": o,
4364
4364
  accept: "application/json"
4365
4365
  }
4366
4366
  };
4367
- fetch(y.href, B).then((H) => H.json()).then(
4367
+ fetch(v.href, B).then((H) => H.json()).then(
4368
4368
  (H) => {
4369
- r(1, v = !1), r(2, p = H.CashierUrl);
4369
+ r(1, y = !1), r(2, d = H.CashierUrl);
4370
4370
  },
4371
4371
  (H) => {
4372
4372
  console.error(H);
@@ -4375,11 +4375,11 @@ function Vi(e, t, r) {
4375
4375
  }, T = () => {
4376
4376
  Di(a);
4377
4377
  }, U = () => {
4378
- let y = document.createElement("style");
4379
- y.innerHTML = h, f.appendChild(y);
4378
+ let v = document.createElement("style");
4379
+ v.innerHTML = h, f.appendChild(v);
4380
4380
  }, O = () => {
4381
- let y = new URL(u), B = document.createElement("style");
4382
- fetch(y.href).then((H) => H.text()).then((H) => {
4381
+ let v = new URL(u), B = document.createElement("style");
4382
+ fetch(v.href).then((H) => H.text()).then((H) => {
4383
4383
  B.innerHTML = H, setTimeout(
4384
4384
  () => {
4385
4385
  f.appendChild(B);
@@ -4388,30 +4388,30 @@ function Vi(e, t, r) {
4388
4388
  );
4389
4389
  });
4390
4390
  }, G = () => M();
4391
- function he(y) {
4392
- Le[y ? "unshift" : "push"](() => {
4393
- f = y, r(0, f);
4391
+ function he(v) {
4392
+ Le[v ? "unshift" : "push"](() => {
4393
+ f = v, r(0, f);
4394
4394
  });
4395
4395
  }
4396
- return e.$$set = (y) => {
4397
- "endpoint" in y && r(6, i = y.endpoint), "session" in y && r(7, s = y.session), "playerid" in y && r(8, o = y.playerid), "lang" in y && r(9, a = y.lang), "clientstyling" in y && r(10, h = y.clientstyling), "clientstylingurl" in y && r(11, u = y.clientstylingurl), "translationurl" in y && r(12, l = y.translationurl);
4396
+ return e.$$set = (v) => {
4397
+ "endpoint" in v && r(6, i = v.endpoint), "session" in v && r(7, o = v.session), "playerid" in v && r(8, s = v.playerid), "lang" in v && r(9, a = v.lang), "clientstyling" in v && r(10, h = v.clientstyling), "clientstylingurl" in v && r(11, u = v.clientstylingurl), "translationurl" in v && r(12, l = v.translationurl);
4398
4398
  }, e.$$.update = () => {
4399
4399
  e.$$.dirty & /*lang*/
4400
4400
  512 && a && T(), e.$$.dirty & /*session, playerid, endpoint, lang*/
4401
- 960 && s && o && i && a && R(), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
4401
+ 960 && o && s && i && a && R(), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
4402
4402
  2049 && u && f && O(), e.$$.dirty & /*clientstyling, customStylingContainer*/
4403
4403
  1025 && h && f && U(), e.$$.dirty & /*translationurl*/
4404
4404
  4096 && l && S();
4405
4405
  }, [
4406
4406
  f,
4407
- v,
4408
- p,
4409
- n,
4407
+ y,
4410
4408
  d,
4409
+ n,
4410
+ p,
4411
4411
  M,
4412
4412
  i,
4413
- s,
4414
4413
  o,
4414
+ s,
4415
4415
  a,
4416
4416
  h,
4417
4417
  u,