@everymatrix/player-pending-withdrawals 1.87.25 → 1.87.27

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 pr = Object.defineProperty, dr = Object.defineProperties;
2
- var mr = Object.getOwnPropertyDescriptors;
3
- var it = Object.getOwnPropertySymbols;
4
- var br = Object.prototype.hasOwnProperty, gr = Object.prototype.propertyIsEnumerable;
5
- var He = (e, t, r) => t in e ? pr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, ot = (e, t) => {
1
+ var mr = Object.defineProperty, br = Object.defineProperties;
2
+ var gr = Object.getOwnPropertyDescriptors;
3
+ var st = Object.getOwnPropertySymbols;
4
+ var yr = Object.prototype.hasOwnProperty, vr = Object.prototype.propertyIsEnumerable;
5
+ var Ae = (e, t, r) => t in e ? mr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, at = (e, t) => {
6
6
  for (var r in t || (t = {}))
7
- br.call(t, r) && He(e, r, t[r]);
8
- if (it)
9
- for (var r of it(t))
10
- gr.call(t, r) && He(e, r, t[r]);
7
+ yr.call(t, r) && Ae(e, r, t[r]);
8
+ if (st)
9
+ for (var r of st(t))
10
+ vr.call(t, r) && Ae(e, r, t[r]);
11
11
  return e;
12
- }, st = (e, t) => dr(e, mr(t));
13
- var H = (e, t, r) => (He(e, typeof t != "symbol" ? t + "" : t, r), r);
14
- var at = (e, t, r) => new Promise((n, i) => {
12
+ }, ut = (e, t) => br(e, gr(t));
13
+ var H = (e, t, r) => (Ae(e, typeof t != "symbol" ? t + "" : t, r), r);
14
+ var ht = (e, t, r) => new Promise((n, i) => {
15
15
  var o = (h) => {
16
16
  try {
17
17
  a(r.next(h));
@@ -29,29 +29,29 @@ var at = (e, t, r) => new Promise((n, i) => {
29
29
  });
30
30
  function P() {
31
31
  }
32
- function Lt(e) {
32
+ function Mt(e) {
33
33
  return e();
34
34
  }
35
- function ut() {
35
+ function lt() {
36
36
  return /* @__PURE__ */ Object.create(null);
37
37
  }
38
- function se(e) {
39
- e.forEach(Lt);
38
+ function ae(e) {
39
+ e.forEach(Mt);
40
40
  }
41
- function et(e) {
41
+ function rt(e) {
42
42
  return typeof e == "function";
43
43
  }
44
- function Ct(e, t) {
44
+ function Rt(e, t) {
45
45
  return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
46
46
  }
47
- let le;
48
- function ht(e, t) {
49
- return e === t ? !0 : (le || (le = document.createElement("a")), le.href = t, e === le.href);
47
+ let fe;
48
+ function ct(e, t) {
49
+ return e === t ? !0 : (fe || (fe = document.createElement("a")), fe.href = t, e === fe.href);
50
50
  }
51
- function yr(e) {
51
+ function _r(e) {
52
52
  return Object.keys(e).length === 0;
53
53
  }
54
- function Mt(e, ...t) {
54
+ function $t(e, ...t) {
55
55
  if (e == null) {
56
56
  for (const n of t)
57
57
  n(void 0);
@@ -60,20 +60,20 @@ function Mt(e, ...t) {
60
60
  const r = e.subscribe(...t);
61
61
  return r.unsubscribe ? () => r.unsubscribe() : r;
62
62
  }
63
- function vr(e, t, r) {
64
- e.$$.on_destroy.push(Mt(t, r));
63
+ function Er(e, t, r) {
64
+ e.$$.on_destroy.push($t(t, r));
65
65
  }
66
66
  function x(e, t) {
67
67
  e.appendChild(t);
68
68
  }
69
- function _r(e, t, r) {
70
- const n = Er(e);
69
+ function xr(e, t, r) {
70
+ const n = Sr(e);
71
71
  if (!n.getElementById(t)) {
72
- const i = L("style");
73
- i.id = t, i.textContent = r, xr(n, i);
72
+ const i = N("style");
73
+ i.id = t, i.textContent = r, wr(n, i);
74
74
  }
75
75
  }
76
- function Er(e) {
76
+ function Sr(e) {
77
77
  if (!e)
78
78
  return document;
79
79
  const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
@@ -83,45 +83,45 @@ function Er(e) {
83
83
  t
84
84
  ) : e.ownerDocument;
85
85
  }
86
- function xr(e, t) {
86
+ function wr(e, t) {
87
87
  return x(
88
88
  /** @type {Document} */
89
89
  e.head || e,
90
90
  t
91
91
  ), t.sheet;
92
92
  }
93
- function ae(e, t, r) {
93
+ function ue(e, t, r) {
94
94
  e.insertBefore(t, r || null);
95
95
  }
96
96
  function J(e) {
97
97
  e.parentNode && e.parentNode.removeChild(e);
98
98
  }
99
- function L(e) {
99
+ function N(e) {
100
100
  return document.createElement(e);
101
101
  }
102
102
  function F(e) {
103
103
  return document.createElementNS("http://www.w3.org/2000/svg", e);
104
104
  }
105
- function re(e) {
105
+ function ne(e) {
106
106
  return document.createTextNode(e);
107
107
  }
108
- function Me() {
109
- return re(" ");
108
+ function $e() {
109
+ return ne(" ");
110
110
  }
111
- function wr(e, t, r, n) {
111
+ function Tr(e, t, r, n) {
112
112
  return e.addEventListener(t, r, n), () => e.removeEventListener(t, r, n);
113
113
  }
114
114
  function E(e, t, r) {
115
115
  r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
116
116
  }
117
- function Sr(e) {
117
+ function Hr(e) {
118
118
  return Array.from(e.childNodes);
119
119
  }
120
- function tt(e, t) {
120
+ function nt(e, t) {
121
121
  t = "" + t, e.data !== t && (e.data = /** @type {string} */
122
122
  t);
123
123
  }
124
- function Tr(e) {
124
+ function Pr(e) {
125
125
  const t = {};
126
126
  return e.childNodes.forEach(
127
127
  /** @param {Element} node */
@@ -130,87 +130,87 @@ function Tr(e) {
130
130
  }
131
131
  ), t;
132
132
  }
133
- let ne;
134
- function te(e) {
135
- ne = e;
133
+ let ie;
134
+ function re(e) {
135
+ ie = e;
136
136
  }
137
- function Hr() {
138
- if (!ne)
137
+ function Ar() {
138
+ if (!ie)
139
139
  throw new Error("Function called outside component initialization");
140
- return ne;
140
+ return ie;
141
141
  }
142
- function Pr(e) {
143
- Hr().$$.on_mount.push(e);
142
+ function Br(e) {
143
+ Ar().$$.on_mount.push(e);
144
144
  }
145
- const W = [], $e = [];
146
- let V = [];
147
- const lt = [], Br = /* @__PURE__ */ Promise.resolve();
148
- let Re = !1;
149
- function Ar() {
150
- Re || (Re = !0, Br.then(B));
145
+ const W = [], Ue = [];
146
+ let X = [];
147
+ const ft = [], Or = /* @__PURE__ */ Promise.resolve();
148
+ let De = !1;
149
+ function Ir() {
150
+ De || (De = !0, Or.then(A));
151
151
  }
152
- function Ue(e) {
153
- V.push(e);
152
+ function Ge(e) {
153
+ X.push(e);
154
154
  }
155
- const Pe = /* @__PURE__ */ new Set();
155
+ const Be = /* @__PURE__ */ new Set();
156
156
  let j = 0;
157
- function B() {
157
+ function A() {
158
158
  if (j !== 0)
159
159
  return;
160
- const e = ne;
160
+ const e = ie;
161
161
  do {
162
162
  try {
163
163
  for (; j < W.length; ) {
164
164
  const t = W[j];
165
- j++, te(t), Or(t.$$);
165
+ j++, re(t), Nr(t.$$);
166
166
  }
167
167
  } catch (t) {
168
168
  throw W.length = 0, j = 0, t;
169
169
  }
170
- for (te(null), W.length = 0, j = 0; $e.length; )
171
- $e.pop()();
172
- for (let t = 0; t < V.length; t += 1) {
173
- const r = V[t];
174
- Pe.has(r) || (Pe.add(r), r());
170
+ for (re(null), W.length = 0, j = 0; Ue.length; )
171
+ Ue.pop()();
172
+ for (let t = 0; t < X.length; t += 1) {
173
+ const r = X[t];
174
+ Be.has(r) || (Be.add(r), r());
175
175
  }
176
- V.length = 0;
176
+ X.length = 0;
177
177
  } while (W.length);
178
- for (; lt.length; )
179
- lt.pop()();
180
- Re = !1, Pe.clear(), te(e);
178
+ for (; ft.length; )
179
+ ft.pop()();
180
+ De = !1, Be.clear(), re(e);
181
181
  }
182
- function Or(e) {
182
+ function Nr(e) {
183
183
  if (e.fragment !== null) {
184
- e.update(), se(e.before_update);
184
+ e.update(), ae(e.before_update);
185
185
  const t = e.dirty;
186
- e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Ue);
186
+ e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Ge);
187
187
  }
188
188
  }
189
- function Ir(e) {
189
+ function Lr(e) {
190
190
  const t = [], r = [];
191
- V.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), V = t;
191
+ X.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), X = t;
192
192
  }
193
- const Nr = /* @__PURE__ */ new Set();
194
- function Lr(e, t) {
195
- e && e.i && (Nr.delete(e), e.i(t));
193
+ const Cr = /* @__PURE__ */ new Set();
194
+ function Mr(e, t) {
195
+ e && e.i && (Cr.delete(e), e.i(t));
196
196
  }
197
- function Cr(e, t, r) {
197
+ function Rr(e, t, r) {
198
198
  const { fragment: n, after_update: i } = e.$$;
199
- n && n.m(t, r), Ue(() => {
200
- const o = e.$$.on_mount.map(Lt).filter(et);
201
- e.$$.on_destroy ? e.$$.on_destroy.push(...o) : se(o), e.$$.on_mount = [];
202
- }), i.forEach(Ue);
199
+ n && n.m(t, r), Ge(() => {
200
+ const o = e.$$.on_mount.map(Mt).filter(rt);
201
+ e.$$.on_destroy ? e.$$.on_destroy.push(...o) : ae(o), e.$$.on_mount = [];
202
+ }), i.forEach(Ge);
203
203
  }
204
- function Mr(e, t) {
204
+ function $r(e, t) {
205
205
  const r = e.$$;
206
- r.fragment !== null && (Ir(r.after_update), se(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
206
+ r.fragment !== null && (Lr(r.after_update), ae(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
207
207
  }
208
- function $r(e, t) {
209
- e.$$.dirty[0] === -1 && (W.push(e), Ar(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
208
+ function Ur(e, t) {
209
+ e.$$.dirty[0] === -1 && (W.push(e), Ir(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
210
210
  }
211
- function Rr(e, t, r, n, i, o, s = null, a = [-1]) {
212
- const h = ne;
213
- te(e);
211
+ function Dr(e, t, r, n, i, o, s = null, a = [-1]) {
212
+ const h = ie;
213
+ re(e);
214
214
  const u = e.$$ = {
215
215
  fragment: null,
216
216
  ctx: [],
@@ -218,7 +218,7 @@ function Rr(e, t, r, n, i, o, s = null, a = [-1]) {
218
218
  props: o,
219
219
  update: P,
220
220
  not_equal: i,
221
- bound: ut(),
221
+ bound: lt(),
222
222
  // lifecycle
223
223
  on_mount: [],
224
224
  on_destroy: [],
@@ -227,7 +227,7 @@ function Rr(e, t, r, n, i, o, s = null, a = [-1]) {
227
227
  after_update: [],
228
228
  context: new Map(t.context || (h ? h.$$.context : [])),
229
229
  // everything else
230
- callbacks: ut(),
230
+ callbacks: lt(),
231
231
  dirty: a,
232
232
  skip_bound: !1,
233
233
  root: t.target || h.$$.root
@@ -235,20 +235,20 @@ function Rr(e, t, r, n, i, o, s = null, a = [-1]) {
235
235
  s && s(u.root);
236
236
  let l = !1;
237
237
  if (u.ctx = r ? r(e, t.props || {}, (c, f, ...p) => {
238
- const y = p.length ? p[0] : f;
239
- return u.ctx && i(u.ctx[c], u.ctx[c] = y) && (!u.skip_bound && u.bound[c] && u.bound[c](y), l && $r(e, c)), f;
240
- }) : [], u.update(), l = !0, se(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
238
+ const g = p.length ? p[0] : f;
239
+ return u.ctx && i(u.ctx[c], u.ctx[c] = g) && (!u.skip_bound && u.bound[c] && u.bound[c](g), l && Ur(e, c)), f;
240
+ }) : [], u.update(), l = !0, ae(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
241
241
  if (t.hydrate) {
242
- const c = Sr(t.target);
242
+ const c = Hr(t.target);
243
243
  u.fragment && u.fragment.l(c), c.forEach(J);
244
244
  } else
245
245
  u.fragment && u.fragment.c();
246
- t.intro && Lr(e.$$.fragment), Cr(e, t.target, t.anchor), B();
246
+ t.intro && Mr(e.$$.fragment), Rr(e, t.target, t.anchor), A();
247
247
  }
248
- te(h);
248
+ re(h);
249
249
  }
250
- let $t;
251
- typeof HTMLElement == "function" && ($t = class extends HTMLElement {
250
+ let Ut;
251
+ typeof HTMLElement == "function" && (Ut = class extends HTMLElement {
252
252
  constructor(t, r, n) {
253
253
  super();
254
254
  /** The Svelte component constructor */
@@ -285,21 +285,21 @@ typeof HTMLElement == "function" && ($t = class extends HTMLElement {
285
285
  }
286
286
  }
287
287
  connectedCallback() {
288
- return at(this, null, function* () {
288
+ return ht(this, null, function* () {
289
289
  if (this.$$cn = !0, !this.$$c) {
290
290
  let t = function(o) {
291
291
  return () => {
292
292
  let s;
293
293
  return {
294
294
  c: function() {
295
- s = L("slot"), o !== "default" && E(s, "name", o);
295
+ s = N("slot"), o !== "default" && E(s, "name", o);
296
296
  },
297
297
  /**
298
298
  * @param {HTMLElement} target
299
299
  * @param {HTMLElement} [anchor]
300
300
  */
301
301
  m: function(u, l) {
302
- ae(u, s, l);
302
+ ue(u, s, l);
303
303
  },
304
304
  d: function(u) {
305
305
  u && J(s);
@@ -309,18 +309,18 @@ typeof HTMLElement == "function" && ($t = class extends HTMLElement {
309
309
  };
310
310
  if (yield Promise.resolve(), !this.$$cn || this.$$c)
311
311
  return;
312
- const r = {}, n = Tr(this);
312
+ const r = {}, n = Pr(this);
313
313
  for (const o of this.$$s)
314
314
  o in n && (r[o] = [t(o)]);
315
315
  for (const o of this.attributes) {
316
316
  const s = this.$$g_p(o.name);
317
- s in this.$$d || (this.$$d[s] = pe(s, o.value, this.$$p_d, "toProp"));
317
+ s in this.$$d || (this.$$d[s] = me(s, o.value, this.$$p_d, "toProp"));
318
318
  }
319
319
  for (const o in this.$$p_d)
320
320
  !(o in this.$$d) && this[o] !== void 0 && (this.$$d[o] = this[o], delete this[o]);
321
321
  this.$$c = new this.$$ctor({
322
322
  target: this.shadowRoot || this,
323
- props: st(ot({}, this.$$d), {
323
+ props: ut(at({}, this.$$d), {
324
324
  $$slots: r,
325
325
  $$scope: {
326
326
  ctx: []
@@ -331,7 +331,7 @@ typeof HTMLElement == "function" && ($t = class extends HTMLElement {
331
331
  this.$$r = !0;
332
332
  for (const o in this.$$p_d)
333
333
  if (this.$$d[o] = this.$$c.$$.ctx[this.$$c.$$.props[o]], this.$$p_d[o].reflect) {
334
- const s = pe(
334
+ const s = me(
335
335
  o,
336
336
  this.$$d[o],
337
337
  this.$$p_d,
@@ -355,7 +355,7 @@ typeof HTMLElement == "function" && ($t = class extends HTMLElement {
355
355
  // and setting attributes through setAttribute etc, this is helpful
356
356
  attributeChangedCallback(t, r, n) {
357
357
  var i;
358
- 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] }));
358
+ this.$$r || (t = this.$$g_p(t), this.$$d[t] = me(t, n, this.$$p_d, "toProp"), (i = this.$$c) == null || i.$set({ [t]: this.$$d[t] }));
359
359
  }
360
360
  disconnectedCallback() {
361
361
  this.$$cn = !1, Promise.resolve().then(() => {
@@ -368,7 +368,7 @@ typeof HTMLElement == "function" && ($t = class extends HTMLElement {
368
368
  ) || t;
369
369
  }
370
370
  });
371
- function pe(e, t, r, n) {
371
+ function me(e, t, r, n) {
372
372
  var o;
373
373
  const i = (o = r[e]) == null ? void 0 : o.type;
374
374
  if (t = i === "Boolean" && typeof t != "boolean" ? t != null : t, !n || !r[e])
@@ -398,8 +398,8 @@ function pe(e, t, r, n) {
398
398
  return t;
399
399
  }
400
400
  }
401
- function Ur(e, t, r, n, i, o) {
402
- let s = class extends $t {
401
+ function Gr(e, t, r, n, i, o) {
402
+ let s = class extends Ut {
403
403
  constructor() {
404
404
  super(e, r, i), this.$$p_d = t;
405
405
  }
@@ -416,7 +416,7 @@ function Ur(e, t, r, n, i, o) {
416
416
  },
417
417
  set(h) {
418
418
  var u;
419
- h = pe(a, h, t), this.$$d[a] = h, (u = this.$$c) == null || u.$set({ [a]: h });
419
+ h = me(a, h, t), this.$$d[a] = h, (u = this.$$c) == null || u.$set({ [a]: h });
420
420
  }
421
421
  });
422
422
  }), n.forEach((a) => {
@@ -429,7 +429,7 @@ function Ur(e, t, r, n, i, o) {
429
429
  }), e.element = /** @type {any} */
430
430
  s, s;
431
431
  }
432
- class Dr {
432
+ class Fr {
433
433
  constructor() {
434
434
  /**
435
435
  * ### PRIVATE API
@@ -450,7 +450,7 @@ class Dr {
450
450
  }
451
451
  /** @returns {void} */
452
452
  $destroy() {
453
- Mr(this, 1), this.$destroy = P;
453
+ $r(this, 1), this.$destroy = P;
454
454
  }
455
455
  /**
456
456
  * @template {Extract<keyof Events, string>} K
@@ -459,7 +459,7 @@ class Dr {
459
459
  * @returns {() => void}
460
460
  */
461
461
  $on(t, r) {
462
- if (!et(r))
462
+ if (!rt(r))
463
463
  return P;
464
464
  const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
465
465
  return n.push(r), () => {
@@ -472,11 +472,11 @@ class Dr {
472
472
  * @returns {void}
473
473
  */
474
474
  $set(t) {
475
- this.$$set && !yr(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
475
+ this.$$set && !_r(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
476
476
  }
477
477
  }
478
- const Gr = "4";
479
- typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Gr);
478
+ const jr = "4";
479
+ typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(jr);
480
480
  /*! *****************************************************************************
481
481
  Copyright (c) Microsoft Corporation.
482
482
 
@@ -491,24 +491,24 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
491
491
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
492
492
  PERFORMANCE OF THIS SOFTWARE.
493
493
  ***************************************************************************** */
494
- var De = function(e, t) {
495
- return De = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
494
+ var Fe = function(e, t) {
495
+ return Fe = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
496
496
  r.__proto__ = n;
497
497
  } || function(r, n) {
498
498
  for (var i in n)
499
499
  Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
500
- }, De(e, t);
500
+ }, Fe(e, t);
501
501
  };
502
- function ue(e, t) {
502
+ function he(e, t) {
503
503
  if (typeof t != "function" && t !== null)
504
504
  throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
505
- De(e, t);
505
+ Fe(e, t);
506
506
  function r() {
507
507
  this.constructor = e;
508
508
  }
509
509
  e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
510
510
  }
511
- function Ge(e) {
511
+ function je(e) {
512
512
  var t = typeof Symbol == "function" && Symbol.iterator, r = t && e[t], n = 0;
513
513
  if (r)
514
514
  return r.call(e);
@@ -520,7 +520,7 @@ function Ge(e) {
520
520
  };
521
521
  throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
522
522
  }
523
- function Fe(e, t) {
523
+ function ke(e, t) {
524
524
  var r = typeof Symbol == "function" && e[Symbol.iterator];
525
525
  if (!r)
526
526
  return e;
@@ -540,22 +540,22 @@ function Fe(e, t) {
540
540
  }
541
541
  return o;
542
542
  }
543
- function je(e, t, r) {
543
+ function We(e, t, r) {
544
544
  if (arguments.length === 2)
545
545
  for (var n = 0, i = t.length, o; n < i; n++)
546
546
  (o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
547
547
  return e.concat(o || t);
548
548
  }
549
- function N(e) {
549
+ function I(e) {
550
550
  return typeof e == "function";
551
551
  }
552
- function Rt(e) {
552
+ function Dt(e) {
553
553
  var t = function(n) {
554
554
  Error.call(n), n.stack = new Error().stack;
555
555
  }, r = e(t);
556
556
  return r.prototype = Object.create(Error.prototype), r.prototype.constructor = r, r;
557
557
  }
558
- var Be = Rt(function(e) {
558
+ var Oe = Dt(function(e) {
559
559
  return function(r) {
560
560
  e(this), this.message = r ? r.length + ` errors occurred during unsubscription:
561
561
  ` + r.map(function(n, i) {
@@ -564,13 +564,13 @@ var Be = Rt(function(e) {
564
564
  `) : "", this.name = "UnsubscriptionError", this.errors = r;
565
565
  };
566
566
  });
567
- function ke(e, t) {
567
+ function Ve(e, t) {
568
568
  if (e) {
569
569
  var r = e.indexOf(t);
570
570
  0 <= r && e.splice(r, 1);
571
571
  }
572
572
  }
573
- var _e = function() {
573
+ var xe = function() {
574
574
  function e(t) {
575
575
  this.initialTeardown = t, this.closed = !1, this._parentage = null, this._finalizers = null;
576
576
  }
@@ -582,7 +582,7 @@ var _e = function() {
582
582
  if (s)
583
583
  if (this._parentage = null, Array.isArray(s))
584
584
  try {
585
- for (var a = Ge(s), h = a.next(); !h.done; h = a.next()) {
585
+ for (var a = je(s), h = a.next(); !h.done; h = a.next()) {
586
586
  var u = h.value;
587
587
  u.remove(this);
588
588
  }
@@ -599,22 +599,22 @@ var _e = function() {
599
599
  else
600
600
  s.remove(this);
601
601
  var l = this.initialTeardown;
602
- if (N(l))
602
+ if (I(l))
603
603
  try {
604
604
  l();
605
605
  } catch (d) {
606
- o = d instanceof Be ? d.errors : [d];
606
+ o = d instanceof Oe ? d.errors : [d];
607
607
  }
608
608
  var c = this._finalizers;
609
609
  if (c) {
610
610
  this._finalizers = null;
611
611
  try {
612
- for (var f = Ge(c), p = f.next(); !p.done; p = f.next()) {
613
- var y = p.value;
612
+ for (var f = je(c), p = f.next(); !p.done; p = f.next()) {
613
+ var g = p.value;
614
614
  try {
615
- ct(y);
615
+ pt(g);
616
616
  } catch (d) {
617
- o = o != null ? o : [], d instanceof Be ? o = je(je([], Fe(o)), Fe(d.errors)) : o.push(d);
617
+ o = o != null ? o : [], d instanceof Oe ? o = We(We([], ke(o)), ke(d.errors)) : o.push(d);
618
618
  }
619
619
  }
620
620
  } catch (d) {
@@ -629,13 +629,13 @@ var _e = function() {
629
629
  }
630
630
  }
631
631
  if (o)
632
- throw new Be(o);
632
+ throw new Oe(o);
633
633
  }
634
634
  }, e.prototype.add = function(t) {
635
635
  var r;
636
636
  if (t && t !== this)
637
637
  if (this.closed)
638
- ct(t);
638
+ pt(t);
639
639
  else {
640
640
  if (t instanceof e) {
641
641
  if (t.closed || t._hasParent(this))
@@ -652,52 +652,52 @@ var _e = function() {
652
652
  this._parentage = Array.isArray(r) ? (r.push(t), r) : r ? [r, t] : t;
653
653
  }, e.prototype._removeParent = function(t) {
654
654
  var r = this._parentage;
655
- r === t ? this._parentage = null : Array.isArray(r) && ke(r, t);
655
+ r === t ? this._parentage = null : Array.isArray(r) && Ve(r, t);
656
656
  }, e.prototype.remove = function(t) {
657
657
  var r = this._finalizers;
658
- r && ke(r, t), t instanceof e && t._removeParent(this);
658
+ r && Ve(r, t), t instanceof e && t._removeParent(this);
659
659
  }, e.EMPTY = function() {
660
660
  var t = new e();
661
661
  return t.closed = !0, t;
662
662
  }(), e;
663
- }(), Ut = _e.EMPTY;
664
- function Dt(e) {
665
- return e instanceof _e || e && "closed" in e && N(e.remove) && N(e.add) && N(e.unsubscribe);
663
+ }(), Gt = xe.EMPTY;
664
+ function Ft(e) {
665
+ return e instanceof xe || e && "closed" in e && I(e.remove) && I(e.add) && I(e.unsubscribe);
666
666
  }
667
- function ct(e) {
668
- N(e) ? e() : e.unsubscribe();
667
+ function pt(e) {
668
+ I(e) ? e() : e.unsubscribe();
669
669
  }
670
- var Fr = {
670
+ var kr = {
671
671
  Promise: void 0
672
- }, jr = {
672
+ }, Wr = {
673
673
  setTimeout: function(e, t) {
674
674
  for (var r = [], n = 2; n < arguments.length; n++)
675
675
  r[n - 2] = arguments[n];
676
- return setTimeout.apply(void 0, je([e, t], Fe(r)));
676
+ return setTimeout.apply(void 0, We([e, t], ke(r)));
677
677
  },
678
678
  clearTimeout: function(e) {
679
679
  return clearTimeout(e);
680
680
  },
681
681
  delegate: void 0
682
682
  };
683
- function kr(e) {
684
- jr.setTimeout(function() {
683
+ function Vr(e) {
684
+ Wr.setTimeout(function() {
685
685
  throw e;
686
686
  });
687
687
  }
688
- function ft() {
688
+ function dt() {
689
689
  }
690
- function de(e) {
690
+ function be(e) {
691
691
  e();
692
692
  }
693
- var Gt = function(e) {
694
- ue(t, e);
693
+ var jt = function(e) {
694
+ he(t, e);
695
695
  function t(r) {
696
696
  var n = e.call(this) || this;
697
- return n.isStopped = !1, r ? (n.destination = r, Dt(r) && r.add(n)) : n.destination = Xr, n;
697
+ return n.isStopped = !1, r ? (n.destination = r, Ft(r) && r.add(n)) : n.destination = Zr, n;
698
698
  }
699
699
  return t.create = function(r, n, i) {
700
- return new We(r, n, i);
700
+ return new Xe(r, n, i);
701
701
  }, t.prototype.next = function(r) {
702
702
  this.isStopped || this._next(r);
703
703
  }, t.prototype.error = function(r) {
@@ -721,7 +721,7 @@ var Gt = function(e) {
721
721
  this.unsubscribe();
722
722
  }
723
723
  }, t;
724
- }(_e), Wr = function() {
724
+ }(xe), Xr = function() {
725
725
  function e(t) {
726
726
  this.partialObserver = t;
727
727
  }
@@ -731,7 +731,7 @@ var Gt = function(e) {
731
731
  try {
732
732
  r.next(t);
733
733
  } catch (n) {
734
- ce(n);
734
+ pe(n);
735
735
  }
736
736
  }, e.prototype.error = function(t) {
737
737
  var r = this.partialObserver;
@@ -739,56 +739,56 @@ var Gt = function(e) {
739
739
  try {
740
740
  r.error(t);
741
741
  } catch (n) {
742
- ce(n);
742
+ pe(n);
743
743
  }
744
744
  else
745
- ce(t);
745
+ pe(t);
746
746
  }, e.prototype.complete = function() {
747
747
  var t = this.partialObserver;
748
748
  if (t.complete)
749
749
  try {
750
750
  t.complete();
751
751
  } catch (r) {
752
- ce(r);
752
+ pe(r);
753
753
  }
754
754
  }, e;
755
- }(), We = function(e) {
756
- ue(t, e);
755
+ }(), Xe = function(e) {
756
+ he(t, e);
757
757
  function t(r, n, i) {
758
758
  var o = e.call(this) || this, s;
759
- return N(r) || !r ? s = {
759
+ return I(r) || !r ? s = {
760
760
  next: r != null ? r : void 0,
761
761
  error: n != null ? n : void 0,
762
762
  complete: i != null ? i : void 0
763
- } : s = r, o.destination = new Wr(s), o;
763
+ } : s = r, o.destination = new Xr(s), o;
764
764
  }
765
765
  return t;
766
- }(Gt);
767
- function ce(e) {
768
- kr(e);
766
+ }(jt);
767
+ function pe(e) {
768
+ Vr(e);
769
769
  }
770
- function Vr(e) {
770
+ function zr(e) {
771
771
  throw e;
772
772
  }
773
- var Xr = {
773
+ var Zr = {
774
774
  closed: !0,
775
- next: ft,
776
- error: Vr,
777
- complete: ft
778
- }, zr = function() {
775
+ next: dt,
776
+ error: zr,
777
+ complete: dt
778
+ }, Qr = function() {
779
779
  return typeof Symbol == "function" && Symbol.observable || "@@observable";
780
780
  }();
781
- function Zr(e) {
781
+ function Yr(e) {
782
782
  return e;
783
783
  }
784
- function Qr(e) {
785
- return e.length === 0 ? Zr : e.length === 1 ? e[0] : function(r) {
784
+ function Jr(e) {
785
+ return e.length === 0 ? Yr : e.length === 1 ? e[0] : function(r) {
786
786
  return e.reduce(function(n, i) {
787
787
  return i(n);
788
788
  }, r);
789
789
  };
790
790
  }
791
- var pt = function() {
791
+ var mt = function() {
792
792
  function e(t) {
793
793
  t && (this._subscribe = t);
794
794
  }
@@ -796,8 +796,8 @@ var pt = function() {
796
796
  var r = new e();
797
797
  return r.source = this, r.operator = t, r;
798
798
  }, e.prototype.subscribe = function(t, r, n) {
799
- var i = this, o = Yr(t) ? t : new We(t, r, n);
800
- return de(function() {
799
+ var i = this, o = Kr(t) ? t : new Xe(t, r, n);
800
+ return be(function() {
801
801
  var s = i, a = s.operator, h = s.source;
802
802
  o.add(a ? a.call(o, h) : h ? i._subscribe(o) : i._trySubscribe(o));
803
803
  }), o;
@@ -809,8 +809,8 @@ var pt = function() {
809
809
  }
810
810
  }, e.prototype.forEach = function(t, r) {
811
811
  var n = this;
812
- return r = dt(r), new r(function(i, o) {
813
- var s = new We({
812
+ return r = bt(r), new r(function(i, o) {
813
+ var s = new Xe({
814
814
  next: function(a) {
815
815
  try {
816
816
  t(a);
@@ -826,15 +826,15 @@ var pt = function() {
826
826
  }, e.prototype._subscribe = function(t) {
827
827
  var r;
828
828
  return (r = this.source) === null || r === void 0 ? void 0 : r.subscribe(t);
829
- }, e.prototype[zr] = function() {
829
+ }, e.prototype[Qr] = function() {
830
830
  return this;
831
831
  }, e.prototype.pipe = function() {
832
832
  for (var t = [], r = 0; r < arguments.length; r++)
833
833
  t[r] = arguments[r];
834
- return Qr(t)(this);
834
+ return Jr(t)(this);
835
835
  }, e.prototype.toPromise = function(t) {
836
836
  var r = this;
837
- return t = dt(t), new t(function(n, i) {
837
+ return t = bt(t), new t(function(n, i) {
838
838
  var o;
839
839
  r.subscribe(function(s) {
840
840
  return o = s;
@@ -848,40 +848,40 @@ var pt = function() {
848
848
  return new e(t);
849
849
  }, e;
850
850
  }();
851
- function dt(e) {
851
+ function bt(e) {
852
852
  var t;
853
- return (t = e != null ? e : Fr.Promise) !== null && t !== void 0 ? t : Promise;
853
+ return (t = e != null ? e : kr.Promise) !== null && t !== void 0 ? t : Promise;
854
854
  }
855
- function Jr(e) {
856
- return e && N(e.next) && N(e.error) && N(e.complete);
855
+ function qr(e) {
856
+ return e && I(e.next) && I(e.error) && I(e.complete);
857
857
  }
858
- function Yr(e) {
859
- return e && e instanceof Gt || Jr(e) && Dt(e);
858
+ function Kr(e) {
859
+ return e && e instanceof jt || qr(e) && Ft(e);
860
860
  }
861
- var qr = Rt(function(e) {
861
+ var en = Dt(function(e) {
862
862
  return function() {
863
863
  e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
864
864
  };
865
- }), Ft = function(e) {
866
- ue(t, e);
865
+ }), kt = function(e) {
866
+ he(t, e);
867
867
  function t() {
868
868
  var r = e.call(this) || this;
869
869
  return r.closed = !1, r.currentObservers = null, r.observers = [], r.isStopped = !1, r.hasError = !1, r.thrownError = null, r;
870
870
  }
871
871
  return t.prototype.lift = function(r) {
872
- var n = new mt(this, this);
872
+ var n = new gt(this, this);
873
873
  return n.operator = r, n;
874
874
  }, t.prototype._throwIfClosed = function() {
875
875
  if (this.closed)
876
- throw new qr();
876
+ throw new en();
877
877
  }, t.prototype.next = function(r) {
878
878
  var n = this;
879
- de(function() {
879
+ be(function() {
880
880
  var i, o;
881
881
  if (n._throwIfClosed(), !n.isStopped) {
882
882
  n.currentObservers || (n.currentObservers = Array.from(n.observers));
883
883
  try {
884
- for (var s = Ge(n.currentObservers), a = s.next(); !a.done; a = s.next()) {
884
+ for (var s = je(n.currentObservers), a = s.next(); !a.done; a = s.next()) {
885
885
  var h = a.value;
886
886
  h.next(r);
887
887
  }
@@ -899,7 +899,7 @@ var qr = Rt(function(e) {
899
899
  });
900
900
  }, t.prototype.error = function(r) {
901
901
  var n = this;
902
- de(function() {
902
+ be(function() {
903
903
  if (n._throwIfClosed(), !n.isStopped) {
904
904
  n.hasError = n.isStopped = !0, n.thrownError = r;
905
905
  for (var i = n.observers; i.length; )
@@ -908,7 +908,7 @@ var qr = Rt(function(e) {
908
908
  });
909
909
  }, t.prototype.complete = function() {
910
910
  var r = this;
911
- de(function() {
911
+ be(function() {
912
912
  if (r._throwIfClosed(), !r.isStopped) {
913
913
  r.isStopped = !0;
914
914
  for (var n = r.observers; n.length; )
@@ -930,20 +930,20 @@ var qr = Rt(function(e) {
930
930
  return this._throwIfClosed(), this._checkFinalizedStatuses(r), this._innerSubscribe(r);
931
931
  }, t.prototype._innerSubscribe = function(r) {
932
932
  var n = this, i = this, o = i.hasError, s = i.isStopped, a = i.observers;
933
- return o || s ? Ut : (this.currentObservers = null, a.push(r), new _e(function() {
934
- n.currentObservers = null, ke(a, r);
933
+ return o || s ? Gt : (this.currentObservers = null, a.push(r), new xe(function() {
934
+ n.currentObservers = null, Ve(a, r);
935
935
  }));
936
936
  }, t.prototype._checkFinalizedStatuses = function(r) {
937
937
  var n = this, i = n.hasError, o = n.thrownError, s = n.isStopped;
938
938
  i ? r.error(o) : s && r.complete();
939
939
  }, t.prototype.asObservable = function() {
940
- var r = new pt();
940
+ var r = new mt();
941
941
  return r.source = this, r;
942
942
  }, t.create = function(r, n) {
943
- return new mt(r, n);
943
+ return new gt(r, n);
944
944
  }, t;
945
- }(pt), mt = function(e) {
946
- ue(t, e);
945
+ }(mt), gt = function(e) {
946
+ he(t, e);
947
947
  function t(r, n) {
948
948
  var i = e.call(this) || this;
949
949
  return i.destination = r, i.source = n, i;
@@ -959,17 +959,17 @@ var qr = Rt(function(e) {
959
959
  (n = (r = this.destination) === null || r === void 0 ? void 0 : r.complete) === null || n === void 0 || n.call(r);
960
960
  }, t.prototype._subscribe = function(r) {
961
961
  var n, i;
962
- return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : Ut;
962
+ return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : Gt;
963
963
  }, t;
964
- }(Ft), jt = {
964
+ }(kt), Wt = {
965
965
  now: function() {
966
- return (jt.delegate || Date).now();
966
+ return (Wt.delegate || Date).now();
967
967
  },
968
968
  delegate: void 0
969
- }, Kr = function(e) {
970
- ue(t, e);
969
+ }, tn = function(e) {
970
+ he(t, e);
971
971
  function t(r, n, i) {
972
- r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = jt);
972
+ r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = Wt);
973
973
  var o = e.call(this) || this;
974
974
  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;
975
975
  }
@@ -989,24 +989,24 @@ var qr = Rt(function(e) {
989
989
  u && o.splice(0, u + 1);
990
990
  }
991
991
  }, t;
992
- }(Ft);
993
- const bt = [], gt = {}, en = (e, t = 0) => {
994
- if (bt.indexOf(e) == -1) {
995
- const r = new Kr(t);
996
- gt[e] = r, bt.push(e);
992
+ }(kt);
993
+ const yt = [], vt = {}, rn = (e, t = 0) => {
994
+ if (yt.indexOf(e) == -1) {
995
+ const r = new tn(t);
996
+ vt[e] = r, yt.push(e);
997
997
  }
998
- return gt[e];
998
+ return vt[e];
999
999
  }, k = [];
1000
- function tn(e, t) {
1000
+ function nn(e, t) {
1001
1001
  return {
1002
- subscribe: Ee(e, t).subscribe
1002
+ subscribe: Se(e, t).subscribe
1003
1003
  };
1004
1004
  }
1005
- function Ee(e, t = P) {
1005
+ function Se(e, t = P) {
1006
1006
  let r;
1007
1007
  const n = /* @__PURE__ */ new Set();
1008
1008
  function i(a) {
1009
- if (Ct(e, a) && (e = a, r)) {
1009
+ if (Rt(e, a) && (e = a, r)) {
1010
1010
  const h = !k.length;
1011
1011
  for (const u of n)
1012
1012
  u[1](), k.push(u, e);
@@ -1028,12 +1028,12 @@ function Ee(e, t = P) {
1028
1028
  }
1029
1029
  return { set: i, update: o, subscribe: s };
1030
1030
  }
1031
- function Y(e, t, r) {
1031
+ function q(e, t, r) {
1032
1032
  const n = !Array.isArray(e), i = n ? [e] : e;
1033
1033
  if (!i.every(Boolean))
1034
1034
  throw new Error("derived() expects stores as input, got a falsy value");
1035
1035
  const o = t.length < 2;
1036
- return tn(r, (s, a) => {
1036
+ return nn(r, (s, a) => {
1037
1037
  let h = !1;
1038
1038
  const u = [];
1039
1039
  let l = 0, c = P;
@@ -1041,13 +1041,13 @@ function Y(e, t, r) {
1041
1041
  if (l)
1042
1042
  return;
1043
1043
  c();
1044
- const y = t(n ? u[0] : u, s, a);
1045
- o ? s(y) : c = et(y) ? y : P;
1044
+ const g = t(n ? u[0] : u, s, a);
1045
+ o ? s(g) : c = rt(g) ? g : P;
1046
1046
  }, p = i.map(
1047
- (y, d) => Mt(
1048
- y,
1049
- (w) => {
1050
- u[d] = w, l &= ~(1 << d), h && f();
1047
+ (g, d) => $t(
1048
+ g,
1049
+ (S) => {
1050
+ u[d] = S, l &= ~(1 << d), h && f();
1051
1051
  },
1052
1052
  () => {
1053
1053
  l |= 1 << d;
@@ -1055,112 +1055,112 @@ function Y(e, t, r) {
1055
1055
  )
1056
1056
  );
1057
1057
  return h = !0, f(), function() {
1058
- se(p), c(), h = !1;
1058
+ ae(p), c(), h = !1;
1059
1059
  };
1060
1060
  });
1061
1061
  }
1062
- function rn(e) {
1062
+ function on(e) {
1063
1063
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
1064
1064
  }
1065
- var nn = function(t) {
1066
- return on(t) && !sn(t);
1065
+ var sn = function(t) {
1066
+ return an(t) && !un(t);
1067
1067
  };
1068
- function on(e) {
1068
+ function an(e) {
1069
1069
  return !!e && typeof e == "object";
1070
1070
  }
1071
- function sn(e) {
1071
+ function un(e) {
1072
1072
  var t = Object.prototype.toString.call(e);
1073
- return t === "[object RegExp]" || t === "[object Date]" || hn(e);
1073
+ return t === "[object RegExp]" || t === "[object Date]" || cn(e);
1074
1074
  }
1075
- var an = typeof Symbol == "function" && Symbol.for, un = an ? Symbol.for("react.element") : 60103;
1076
- function hn(e) {
1077
- return e.$$typeof === un;
1075
+ var hn = typeof Symbol == "function" && Symbol.for, ln = hn ? Symbol.for("react.element") : 60103;
1076
+ function cn(e) {
1077
+ return e.$$typeof === ln;
1078
1078
  }
1079
- function ln(e) {
1079
+ function fn(e) {
1080
1080
  return Array.isArray(e) ? [] : {};
1081
1081
  }
1082
- function ie(e, t) {
1083
- return t.clone !== !1 && t.isMergeableObject(e) ? X(ln(e), e, t) : e;
1082
+ function oe(e, t) {
1083
+ return t.clone !== !1 && t.isMergeableObject(e) ? z(fn(e), e, t) : e;
1084
1084
  }
1085
- function cn(e, t, r) {
1085
+ function pn(e, t, r) {
1086
1086
  return e.concat(t).map(function(n) {
1087
- return ie(n, r);
1087
+ return oe(n, r);
1088
1088
  });
1089
1089
  }
1090
- function fn(e, t) {
1090
+ function dn(e, t) {
1091
1091
  if (!t.customMerge)
1092
- return X;
1092
+ return z;
1093
1093
  var r = t.customMerge(e);
1094
- return typeof r == "function" ? r : X;
1094
+ return typeof r == "function" ? r : z;
1095
1095
  }
1096
- function pn(e) {
1096
+ function mn(e) {
1097
1097
  return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
1098
1098
  return Object.propertyIsEnumerable.call(e, t);
1099
1099
  }) : [];
1100
1100
  }
1101
- function yt(e) {
1102
- return Object.keys(e).concat(pn(e));
1101
+ function _t(e) {
1102
+ return Object.keys(e).concat(mn(e));
1103
1103
  }
1104
- function kt(e, t) {
1104
+ function Vt(e, t) {
1105
1105
  try {
1106
1106
  return t in e;
1107
1107
  } catch (r) {
1108
1108
  return !1;
1109
1109
  }
1110
1110
  }
1111
- function dn(e, t) {
1112
- return kt(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
1111
+ function bn(e, t) {
1112
+ return Vt(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
1113
1113
  }
1114
- function mn(e, t, r) {
1114
+ function gn(e, t, r) {
1115
1115
  var n = {};
1116
- return r.isMergeableObject(e) && yt(e).forEach(function(i) {
1117
- n[i] = ie(e[i], r);
1118
- }), yt(t).forEach(function(i) {
1119
- dn(e, i) || (kt(e, i) && r.isMergeableObject(t[i]) ? n[i] = fn(i, r)(e[i], t[i], r) : n[i] = ie(t[i], r));
1116
+ return r.isMergeableObject(e) && _t(e).forEach(function(i) {
1117
+ n[i] = oe(e[i], r);
1118
+ }), _t(t).forEach(function(i) {
1119
+ bn(e, i) || (Vt(e, i) && r.isMergeableObject(t[i]) ? n[i] = dn(i, r)(e[i], t[i], r) : n[i] = oe(t[i], r));
1120
1120
  }), n;
1121
1121
  }
1122
- function X(e, t, r) {
1123
- r = r || {}, r.arrayMerge = r.arrayMerge || cn, r.isMergeableObject = r.isMergeableObject || nn, r.cloneUnlessOtherwiseSpecified = ie;
1122
+ function z(e, t, r) {
1123
+ r = r || {}, r.arrayMerge = r.arrayMerge || pn, r.isMergeableObject = r.isMergeableObject || sn, r.cloneUnlessOtherwiseSpecified = oe;
1124
1124
  var n = Array.isArray(t), i = Array.isArray(e), o = n === i;
1125
- return o ? n ? r.arrayMerge(e, t, r) : mn(e, t, r) : ie(t, r);
1125
+ return o ? n ? r.arrayMerge(e, t, r) : gn(e, t, r) : oe(t, r);
1126
1126
  }
1127
- X.all = function(t, r) {
1127
+ z.all = function(t, r) {
1128
1128
  if (!Array.isArray(t))
1129
1129
  throw new Error("first argument should be an array");
1130
1130
  return t.reduce(function(n, i) {
1131
- return X(n, i, r);
1131
+ return z(n, i, r);
1132
1132
  }, {});
1133
1133
  };
1134
- var bn = X, gn = bn;
1135
- const yn = /* @__PURE__ */ rn(gn);
1136
- var Ve = function(e, t) {
1137
- return Ve = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
1134
+ var yn = z, vn = yn;
1135
+ const _n = /* @__PURE__ */ on(vn);
1136
+ var ze = function(e, t) {
1137
+ return ze = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
1138
1138
  r.__proto__ = n;
1139
1139
  } || function(r, n) {
1140
1140
  for (var i in n)
1141
1141
  Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
1142
- }, Ve(e, t);
1142
+ }, ze(e, t);
1143
1143
  };
1144
- function xe(e, t) {
1144
+ function we(e, t) {
1145
1145
  if (typeof t != "function" && t !== null)
1146
1146
  throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
1147
- Ve(e, t);
1147
+ ze(e, t);
1148
1148
  function r() {
1149
1149
  this.constructor = e;
1150
1150
  }
1151
1151
  e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
1152
1152
  }
1153
- var A = function() {
1154
- return A = Object.assign || function(t) {
1153
+ var B = function() {
1154
+ return B = Object.assign || function(t) {
1155
1155
  for (var r, n = 1, i = arguments.length; n < i; n++) {
1156
1156
  r = arguments[n];
1157
1157
  for (var o in r)
1158
1158
  Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
1159
1159
  }
1160
1160
  return t;
1161
- }, A.apply(this, arguments);
1161
+ }, B.apply(this, arguments);
1162
1162
  };
1163
- function vn(e, t) {
1163
+ function En(e, t) {
1164
1164
  var r = {};
1165
1165
  for (var n in e)
1166
1166
  Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
@@ -1169,43 +1169,43 @@ function vn(e, t) {
1169
1169
  t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
1170
1170
  return r;
1171
1171
  }
1172
- function Ae(e, t, r) {
1172
+ function Ie(e, t, r) {
1173
1173
  if (r || arguments.length === 2)
1174
1174
  for (var n = 0, i = t.length, o; n < i; n++)
1175
1175
  (o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
1176
1176
  return e.concat(o || Array.prototype.slice.call(t));
1177
1177
  }
1178
- function Oe(e, t) {
1179
- var r = t && t.cache ? t.cache : Hn, n = t && t.serializer ? t.serializer : Sn, i = t && t.strategy ? t.strategy : xn;
1178
+ function Ne(e, t) {
1179
+ var r = t && t.cache ? t.cache : An, n = t && t.serializer ? t.serializer : Hn, i = t && t.strategy ? t.strategy : wn;
1180
1180
  return i(e, {
1181
1181
  cache: r,
1182
1182
  serializer: n
1183
1183
  });
1184
1184
  }
1185
- function _n(e) {
1185
+ function xn(e) {
1186
1186
  return e == null || typeof e == "number" || typeof e == "boolean";
1187
1187
  }
1188
- function En(e, t, r, n) {
1189
- var i = _n(n) ? n : r(n), o = t.get(i);
1188
+ function Sn(e, t, r, n) {
1189
+ var i = xn(n) ? n : r(n), o = t.get(i);
1190
1190
  return typeof o == "undefined" && (o = e.call(this, n), t.set(i, o)), o;
1191
1191
  }
1192
- function Wt(e, t, r) {
1192
+ function Xt(e, t, r) {
1193
1193
  var n = Array.prototype.slice.call(arguments, 3), i = r(n), o = t.get(i);
1194
1194
  return typeof o == "undefined" && (o = e.apply(this, n), t.set(i, o)), o;
1195
1195
  }
1196
- function Vt(e, t, r, n, i) {
1196
+ function zt(e, t, r, n, i) {
1197
1197
  return r.bind(t, e, n, i);
1198
1198
  }
1199
- function xn(e, t) {
1200
- var r = e.length === 1 ? En : Wt;
1201
- return Vt(e, this, r, t.cache.create(), t.serializer);
1202
- }
1203
1199
  function wn(e, t) {
1204
- return Vt(e, this, Wt, t.cache.create(), t.serializer);
1200
+ var r = e.length === 1 ? Sn : Xt;
1201
+ return zt(e, this, r, t.cache.create(), t.serializer);
1202
+ }
1203
+ function Tn(e, t) {
1204
+ return zt(e, this, Xt, t.cache.create(), t.serializer);
1205
1205
  }
1206
- var Sn = function() {
1206
+ var Hn = function() {
1207
1207
  return JSON.stringify(arguments);
1208
- }, Tn = (
1208
+ }, Pn = (
1209
1209
  /** @class */
1210
1210
  function() {
1211
1211
  function e() {
@@ -1217,21 +1217,21 @@ var Sn = function() {
1217
1217
  this.cache[t] = r;
1218
1218
  }, e;
1219
1219
  }()
1220
- ), Hn = {
1220
+ ), An = {
1221
1221
  create: function() {
1222
- return new Tn();
1222
+ return new Pn();
1223
1223
  }
1224
- }, Ie = {
1225
- variadic: wn
1226
- }, ge = function() {
1227
- return ge = Object.assign || function(t) {
1224
+ }, Le = {
1225
+ variadic: Tn
1226
+ }, ve = function() {
1227
+ return ve = Object.assign || function(t) {
1228
1228
  for (var r, n = 1, i = arguments.length; n < i; n++) {
1229
1229
  r = arguments[n];
1230
1230
  for (var o in r)
1231
1231
  Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
1232
1232
  }
1233
1233
  return t;
1234
- }, ge.apply(this, arguments);
1234
+ }, ve.apply(this, arguments);
1235
1235
  };
1236
1236
  var m;
1237
1237
  (function(e) {
@@ -1241,47 +1241,47 @@ var v;
1241
1241
  (function(e) {
1242
1242
  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";
1243
1243
  })(v || (v = {}));
1244
- var z;
1244
+ var Z;
1245
1245
  (function(e) {
1246
1246
  e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
1247
- })(z || (z = {}));
1248
- function vt(e) {
1247
+ })(Z || (Z = {}));
1248
+ function Et(e) {
1249
1249
  return e.type === v.literal;
1250
1250
  }
1251
- function Pn(e) {
1251
+ function Bn(e) {
1252
1252
  return e.type === v.argument;
1253
1253
  }
1254
- function Xt(e) {
1254
+ function Zt(e) {
1255
1255
  return e.type === v.number;
1256
1256
  }
1257
- function zt(e) {
1257
+ function Qt(e) {
1258
1258
  return e.type === v.date;
1259
1259
  }
1260
- function Zt(e) {
1260
+ function Yt(e) {
1261
1261
  return e.type === v.time;
1262
1262
  }
1263
- function Qt(e) {
1263
+ function Jt(e) {
1264
1264
  return e.type === v.select;
1265
1265
  }
1266
- function Jt(e) {
1266
+ function qt(e) {
1267
1267
  return e.type === v.plural;
1268
1268
  }
1269
- function Bn(e) {
1269
+ function On(e) {
1270
1270
  return e.type === v.pound;
1271
1271
  }
1272
- function Yt(e) {
1272
+ function Kt(e) {
1273
1273
  return e.type === v.tag;
1274
1274
  }
1275
- function qt(e) {
1276
- return !!(e && typeof e == "object" && e.type === z.number);
1275
+ function er(e) {
1276
+ return !!(e && typeof e == "object" && e.type === Z.number);
1277
1277
  }
1278
- function Xe(e) {
1279
- return !!(e && typeof e == "object" && e.type === z.dateTime);
1278
+ function Ze(e) {
1279
+ return !!(e && typeof e == "object" && e.type === Z.dateTime);
1280
1280
  }
1281
- var Kt = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, An = /(?:[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;
1282
- function On(e) {
1281
+ var tr = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, In = /(?:[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;
1282
+ function Nn(e) {
1283
1283
  var t = {};
1284
- return e.replace(An, function(r) {
1284
+ return e.replace(In, function(r) {
1285
1285
  var n = r.length;
1286
1286
  switch (r[0]) {
1287
1287
  case "G":
@@ -1380,11 +1380,11 @@ var _ = function() {
1380
1380
  return t;
1381
1381
  }, _.apply(this, arguments);
1382
1382
  };
1383
- var In = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
1384
- function Nn(e) {
1383
+ var Ln = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
1384
+ function Cn(e) {
1385
1385
  if (e.length === 0)
1386
1386
  throw new Error("Number skeleton cannot be empty");
1387
- for (var t = e.split(In).filter(function(f) {
1387
+ for (var t = e.split(Ln).filter(function(f) {
1388
1388
  return f.length > 0;
1389
1389
  }), r = [], n = 0, i = t; n < i.length; n++) {
1390
1390
  var o = i[n], s = o.split("/");
@@ -1399,17 +1399,17 @@ function Nn(e) {
1399
1399
  }
1400
1400
  return r;
1401
1401
  }
1402
- function Ln(e) {
1402
+ function Mn(e) {
1403
1403
  return e.replace(/^(.*?)-/, "");
1404
1404
  }
1405
- var _t = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, er = /^(@+)?(\+|#+)?[rs]?$/g, Cn = /(\*)(0+)|(#+)(0+)|(0+)/g, tr = /^(0+)$/;
1406
- function Et(e) {
1405
+ var xt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, rr = /^(@+)?(\+|#+)?[rs]?$/g, Rn = /(\*)(0+)|(#+)(0+)|(0+)/g, nr = /^(0+)$/;
1406
+ function St(e) {
1407
1407
  var t = {};
1408
- return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(er, function(r, n, i) {
1408
+ return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(rr, function(r, n, i) {
1409
1409
  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)), "";
1410
1410
  }), t;
1411
1411
  }
1412
- function rr(e) {
1412
+ function ir(e) {
1413
1413
  switch (e) {
1414
1414
  case "sign-auto":
1415
1415
  return {
@@ -1449,7 +1449,7 @@ function rr(e) {
1449
1449
  };
1450
1450
  }
1451
1451
  }
1452
- function Mn(e) {
1452
+ function $n(e) {
1453
1453
  var t;
1454
1454
  if (e[0] === "E" && e[1] === "E" ? (t = {
1455
1455
  notation: "engineering"
@@ -1457,17 +1457,17 @@ function Mn(e) {
1457
1457
  notation: "scientific"
1458
1458
  }, e = e.slice(1)), t) {
1459
1459
  var r = e.slice(0, 2);
1460
- if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !tr.test(e))
1460
+ if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !nr.test(e))
1461
1461
  throw new Error("Malformed concise eng/scientific notation");
1462
1462
  t.minimumIntegerDigits = e.length;
1463
1463
  }
1464
1464
  return t;
1465
1465
  }
1466
- function xt(e) {
1467
- var t = {}, r = rr(e);
1466
+ function wt(e) {
1467
+ var t = {}, r = ir(e);
1468
1468
  return r || t;
1469
1469
  }
1470
- function $n(e) {
1470
+ function Un(e) {
1471
1471
  for (var t = {}, r = 0, n = e; r < n.length; r++) {
1472
1472
  var i = n[r];
1473
1473
  switch (i.stem) {
@@ -1491,7 +1491,7 @@ function $n(e) {
1491
1491
  continue;
1492
1492
  case "measure-unit":
1493
1493
  case "unit":
1494
- t.style = "unit", t.unit = Ln(i.options[0]);
1494
+ t.style = "unit", t.unit = Mn(i.options[0]);
1495
1495
  continue;
1496
1496
  case "compact-short":
1497
1497
  case "K":
@@ -1503,12 +1503,12 @@ function $n(e) {
1503
1503
  continue;
1504
1504
  case "scientific":
1505
1505
  t = _(_(_({}, t), { notation: "scientific" }), i.options.reduce(function(h, u) {
1506
- return _(_({}, h), xt(u));
1506
+ return _(_({}, h), wt(u));
1507
1507
  }, {}));
1508
1508
  continue;
1509
1509
  case "engineering":
1510
1510
  t = _(_(_({}, t), { notation: "engineering" }), i.options.reduce(function(h, u) {
1511
- return _(_({}, h), xt(u));
1511
+ return _(_({}, h), wt(u));
1512
1512
  }, {}));
1513
1513
  continue;
1514
1514
  case "notation-simple":
@@ -1553,7 +1553,7 @@ function $n(e) {
1553
1553
  case "integer-width":
1554
1554
  if (i.options.length > 1)
1555
1555
  throw new RangeError("integer-width stems only accept a single optional option");
1556
- i.options[0].replace(Cn, function(h, u, l, c, f, p) {
1556
+ i.options[0].replace(Rn, function(h, u, l, c, f, p) {
1557
1557
  if (u)
1558
1558
  t.minimumIntegerDigits = l.length;
1559
1559
  else {
@@ -1566,32 +1566,32 @@ function $n(e) {
1566
1566
  });
1567
1567
  continue;
1568
1568
  }
1569
- if (tr.test(i.stem)) {
1569
+ if (nr.test(i.stem)) {
1570
1570
  t.minimumIntegerDigits = i.stem.length;
1571
1571
  continue;
1572
1572
  }
1573
- if (_t.test(i.stem)) {
1573
+ if (xt.test(i.stem)) {
1574
1574
  if (i.options.length > 1)
1575
1575
  throw new RangeError("Fraction-precision stems only accept a single optional option");
1576
- i.stem.replace(_t, function(h, u, l, c, f, p) {
1576
+ i.stem.replace(xt, function(h, u, l, c, f, p) {
1577
1577
  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), "";
1578
1578
  });
1579
1579
  var o = i.options[0];
1580
- o === "w" ? t = _(_({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = _(_({}, t), Et(o)));
1580
+ o === "w" ? t = _(_({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = _(_({}, t), St(o)));
1581
1581
  continue;
1582
1582
  }
1583
- if (er.test(i.stem)) {
1584
- t = _(_({}, t), Et(i.stem));
1583
+ if (rr.test(i.stem)) {
1584
+ t = _(_({}, t), St(i.stem));
1585
1585
  continue;
1586
1586
  }
1587
- var s = rr(i.stem);
1587
+ var s = ir(i.stem);
1588
1588
  s && (t = _(_({}, t), s));
1589
- var a = Mn(i.stem);
1589
+ var a = $n(i.stem);
1590
1590
  a && (t = _(_({}, t), a));
1591
1591
  }
1592
1592
  return t;
1593
1593
  }
1594
- var fe = {
1594
+ var de = {
1595
1595
  "001": [
1596
1596
  "H",
1597
1597
  "h"
@@ -3006,13 +3006,13 @@ var fe = {
3006
3006
  "h"
3007
3007
  ]
3008
3008
  };
3009
- function Rn(e, t) {
3009
+ function Dn(e, t) {
3010
3010
  for (var r = "", n = 0; n < e.length; n++) {
3011
3011
  var i = e.charAt(n);
3012
3012
  if (i === "j") {
3013
3013
  for (var o = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
3014
3014
  o++, n++;
3015
- var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), h = "a", u = Un(t);
3015
+ var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), h = "a", u = Gn(t);
3016
3016
  for ((u == "H" || u == "k") && (a = 0); a-- > 0; )
3017
3017
  r += h;
3018
3018
  for (; s-- > 0; )
@@ -3022,7 +3022,7 @@ function Rn(e, t) {
3022
3022
  }
3023
3023
  return r;
3024
3024
  }
3025
- function Un(e) {
3025
+ function Gn(e) {
3026
3026
  var t = e.hourCycle;
3027
3027
  if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
3028
3028
  e.hourCycles && // @ts-ignore
@@ -3041,23 +3041,23 @@ function Un(e) {
3041
3041
  }
3042
3042
  var r = e.language, n;
3043
3043
  r !== "root" && (n = e.maximize().region);
3044
- var i = fe[n || ""] || fe[r || ""] || fe["".concat(r, "-001")] || fe["001"];
3044
+ var i = de[n || ""] || de[r || ""] || de["".concat(r, "-001")] || de["001"];
3045
3045
  return i[0];
3046
3046
  }
3047
- var Ne, Dn = new RegExp("^".concat(Kt.source, "*")), Gn = new RegExp("".concat(Kt.source, "*$"));
3047
+ var Ce, Fn = new RegExp("^".concat(tr.source, "*")), jn = new RegExp("".concat(tr.source, "*$"));
3048
3048
  function b(e, t) {
3049
3049
  return { start: e, end: t };
3050
3050
  }
3051
- var Fn = !!String.prototype.startsWith && "_a".startsWith("a", 1), jn = !!String.fromCodePoint, kn = !!Object.fromEntries, Wn = !!String.prototype.codePointAt, Vn = !!String.prototype.trimStart, Xn = !!String.prototype.trimEnd, zn = !!Number.isSafeInteger, Zn = zn ? Number.isSafeInteger : function(e) {
3051
+ var kn = !!String.prototype.startsWith && "_a".startsWith("a", 1), Wn = !!String.fromCodePoint, Vn = !!Object.fromEntries, Xn = !!String.prototype.codePointAt, zn = !!String.prototype.trimStart, Zn = !!String.prototype.trimEnd, Qn = !!Number.isSafeInteger, Yn = Qn ? Number.isSafeInteger : function(e) {
3052
3052
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
3053
- }, ze = !0;
3053
+ }, Qe = !0;
3054
3054
  try {
3055
- var Qn = ir("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3056
- ze = ((Ne = Qn.exec("a")) === null || Ne === void 0 ? void 0 : Ne[0]) === "a";
3055
+ var Jn = sr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3056
+ Qe = ((Ce = Jn.exec("a")) === null || Ce === void 0 ? void 0 : Ce[0]) === "a";
3057
3057
  } catch (e) {
3058
- ze = !1;
3058
+ Qe = !1;
3059
3059
  }
3060
- var wt = Fn ? (
3060
+ var Tt = kn ? (
3061
3061
  // Native
3062
3062
  function(t, r, n) {
3063
3063
  return t.startsWith(r, n);
@@ -3067,7 +3067,7 @@ var wt = Fn ? (
3067
3067
  function(t, r, n) {
3068
3068
  return t.slice(n, n + r.length) === r;
3069
3069
  }
3070
- ), Ze = jn ? String.fromCodePoint : (
3070
+ ), Ye = Wn ? String.fromCodePoint : (
3071
3071
  // IE11
3072
3072
  function() {
3073
3073
  for (var t = [], r = 0; r < arguments.length; r++)
@@ -3079,9 +3079,9 @@ var wt = Fn ? (
3079
3079
  }
3080
3080
  return n;
3081
3081
  }
3082
- ), St = (
3082
+ ), Ht = (
3083
3083
  // native
3084
- kn ? Object.fromEntries : (
3084
+ Vn ? Object.fromEntries : (
3085
3085
  // Ponyfill
3086
3086
  function(t) {
3087
3087
  for (var r = {}, n = 0, i = t; n < i.length; n++) {
@@ -3091,7 +3091,7 @@ var wt = Fn ? (
3091
3091
  return r;
3092
3092
  }
3093
3093
  )
3094
- ), nr = Wn ? (
3094
+ ), or = Xn ? (
3095
3095
  // Native
3096
3096
  function(t, r) {
3097
3097
  return t.codePointAt(r);
@@ -3105,7 +3105,7 @@ var wt = Fn ? (
3105
3105
  return i < 55296 || i > 56319 || r + 1 === n || (o = t.charCodeAt(r + 1)) < 56320 || o > 57343 ? i : (i - 55296 << 10) + (o - 56320) + 65536;
3106
3106
  }
3107
3107
  }
3108
- ), Jn = Vn ? (
3108
+ ), qn = zn ? (
3109
3109
  // Native
3110
3110
  function(t) {
3111
3111
  return t.trimStart();
@@ -3113,9 +3113,9 @@ var wt = Fn ? (
3113
3113
  ) : (
3114
3114
  // Ponyfill
3115
3115
  function(t) {
3116
- return t.replace(Dn, "");
3116
+ return t.replace(Fn, "");
3117
3117
  }
3118
- ), Yn = Xn ? (
3118
+ ), Kn = Zn ? (
3119
3119
  // Native
3120
3120
  function(t) {
3121
3121
  return t.trimEnd();
@@ -3123,32 +3123,32 @@ var wt = Fn ? (
3123
3123
  ) : (
3124
3124
  // Ponyfill
3125
3125
  function(t) {
3126
- return t.replace(Gn, "");
3126
+ return t.replace(jn, "");
3127
3127
  }
3128
3128
  );
3129
- function ir(e, t) {
3129
+ function sr(e, t) {
3130
3130
  return new RegExp(e, t);
3131
3131
  }
3132
- var Qe;
3133
- if (ze) {
3134
- var Tt = ir("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3135
- Qe = function(t, r) {
3132
+ var Je;
3133
+ if (Qe) {
3134
+ var Pt = sr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3135
+ Je = function(t, r) {
3136
3136
  var n;
3137
- Tt.lastIndex = r;
3138
- var i = Tt.exec(t);
3137
+ Pt.lastIndex = r;
3138
+ var i = Pt.exec(t);
3139
3139
  return (n = i[1]) !== null && n !== void 0 ? n : "";
3140
3140
  };
3141
3141
  } else
3142
- Qe = function(t, r) {
3142
+ Je = function(t, r) {
3143
3143
  for (var n = []; ; ) {
3144
- var i = nr(t, r);
3145
- if (i === void 0 || or(i) || ti(i))
3144
+ var i = or(t, r);
3145
+ if (i === void 0 || ar(i) || ni(i))
3146
3146
  break;
3147
3147
  n.push(i), r += i >= 65536 ? 2 : 1;
3148
3148
  }
3149
- return Ze.apply(void 0, n);
3149
+ return Ye.apply(void 0, n);
3150
3150
  };
3151
- var qn = (
3151
+ var ei = (
3152
3152
  /** @class */
3153
3153
  function() {
3154
3154
  function e(t, r) {
@@ -3179,7 +3179,7 @@ var qn = (
3179
3179
  if (n)
3180
3180
  break;
3181
3181
  return this.error(m.UNMATCHED_CLOSING_TAG, b(this.clonePosition(), this.clonePosition()));
3182
- } else if (o === 60 && !this.ignoreTag && Je(this.peek() || 0)) {
3182
+ } else if (o === 60 && !this.ignoreTag && qe(this.peek() || 0)) {
3183
3183
  var s = this.parseTag(t, r);
3184
3184
  if (s.err)
3185
3185
  return s;
@@ -3212,7 +3212,7 @@ var qn = (
3212
3212
  return o;
3213
3213
  var s = o.val, a = this.clonePosition();
3214
3214
  if (this.bumpIf("</")) {
3215
- if (this.isEOF() || !Je(this.char()))
3215
+ if (this.isEOF() || !qe(this.char()))
3216
3216
  return this.error(m.INVALID_TAG, b(a, this.clonePosition()));
3217
3217
  var h = this.clonePosition(), u = this.parseTagName();
3218
3218
  return i !== u ? this.error(m.UNMATCHED_CLOSING_TAG, b(h, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
@@ -3230,7 +3230,7 @@ var qn = (
3230
3230
  return this.error(m.INVALID_TAG, b(n, this.clonePosition()));
3231
3231
  }, e.prototype.parseTagName = function() {
3232
3232
  var t = this.offset();
3233
- for (this.bump(); !this.isEOF() && ei(this.char()); )
3233
+ for (this.bump(); !this.isEOF() && ri(this.char()); )
3234
3234
  this.bump();
3235
3235
  return this.message.slice(t, this.offset());
3236
3236
  }, e.prototype.parseLiteral = function(t, r) {
@@ -3259,7 +3259,7 @@ var qn = (
3259
3259
  };
3260
3260
  }, e.prototype.tryParseLeftAngleBracket = function() {
3261
3261
  return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
3262
- !Kn(this.peek() || 0)) ? (this.bump(), "<") : null;
3262
+ !ti(this.peek() || 0)) ? (this.bump(), "<") : null;
3263
3263
  }, e.prototype.tryParseQuote = function(t) {
3264
3264
  if (this.isEOF() || this.char() !== 39)
3265
3265
  return null;
@@ -3293,12 +3293,12 @@ var qn = (
3293
3293
  r.push(n);
3294
3294
  this.bump();
3295
3295
  }
3296
- return Ze.apply(void 0, r);
3296
+ return Ye.apply(void 0, r);
3297
3297
  }, e.prototype.tryParseUnquoted = function(t, r) {
3298
3298
  if (this.isEOF())
3299
3299
  return null;
3300
3300
  var n = this.char();
3301
- return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), Ze(n));
3301
+ return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), Ye(n));
3302
3302
  }, e.prototype.parseArgument = function(t, r) {
3303
3303
  var n = this.clonePosition();
3304
3304
  if (this.bump(), this.bumpSpace(), this.isEOF())
@@ -3327,7 +3327,7 @@ var qn = (
3327
3327
  return this.error(m.MALFORMED_ARGUMENT, b(n, this.clonePosition()));
3328
3328
  }
3329
3329
  }, e.prototype.parseIdentifierIfPossible = function() {
3330
- var t = this.clonePosition(), r = this.offset(), n = Qe(this.message, r), i = r + n.length;
3330
+ var t = this.clonePosition(), r = this.offset(), n = Je(this.message, r), i = r + n.length;
3331
3331
  this.bumpTo(i);
3332
3332
  var o = this.clonePosition(), s = b(t, o);
3333
3333
  return { value: n, location: s };
@@ -3346,37 +3346,37 @@ var qn = (
3346
3346
  var l = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
3347
3347
  if (c.err)
3348
3348
  return c;
3349
- var f = Yn(c.val);
3349
+ var f = Kn(c.val);
3350
3350
  if (f.length === 0)
3351
3351
  return this.error(m.EXPECT_ARGUMENT_STYLE, b(this.clonePosition(), this.clonePosition()));
3352
3352
  var p = b(l, this.clonePosition());
3353
3353
  u = { style: f, styleLocation: p };
3354
3354
  }
3355
- var y = this.tryParseArgumentClose(i);
3356
- if (y.err)
3357
- return y;
3355
+ var g = this.tryParseArgumentClose(i);
3356
+ if (g.err)
3357
+ return g;
3358
3358
  var d = b(i, this.clonePosition());
3359
- if (u && wt(u == null ? void 0 : u.style, "::", 0)) {
3360
- var w = Jn(u.style.slice(2));
3359
+ if (u && Tt(u == null ? void 0 : u.style, "::", 0)) {
3360
+ var S = qn(u.style.slice(2));
3361
3361
  if (a === "number") {
3362
- var c = this.parseNumberSkeletonFromString(w, u.styleLocation);
3362
+ var c = this.parseNumberSkeletonFromString(S, u.styleLocation);
3363
3363
  return c.err ? c : {
3364
3364
  val: { type: v.number, value: n, location: d, style: c.val },
3365
3365
  err: null
3366
3366
  };
3367
3367
  } else {
3368
- if (w.length === 0)
3368
+ if (S.length === 0)
3369
3369
  return this.error(m.EXPECT_DATE_TIME_SKELETON, d);
3370
- var R = w;
3371
- this.locale && (R = Rn(w, this.locale));
3370
+ var L = S;
3371
+ this.locale && (L = Dn(S, this.locale));
3372
3372
  var f = {
3373
- type: z.dateTime,
3374
- pattern: R,
3373
+ type: Z.dateTime,
3374
+ pattern: L,
3375
3375
  location: u.styleLocation,
3376
- parsedOptions: this.shouldParseSkeletons ? On(R) : {}
3377
- }, O = a === "date" ? v.date : v.time;
3376
+ parsedOptions: this.shouldParseSkeletons ? Nn(L) : {}
3377
+ }, C = a === "date" ? v.date : v.time;
3378
3378
  return {
3379
- val: { type: O, value: n, location: d, style: f },
3379
+ val: { type: C, value: n, location: d, style: f },
3380
3380
  err: null
3381
3381
  };
3382
3382
  }
@@ -3396,9 +3396,9 @@ var qn = (
3396
3396
  case "select": {
3397
3397
  var T = this.clonePosition();
3398
3398
  if (this.bumpSpace(), !this.bumpIf(","))
3399
- return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS, b(T, ge({}, T)));
3399
+ return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS, b(T, ve({}, T)));
3400
3400
  this.bumpSpace();
3401
- var U = this.parseIdentifierIfPossible(), I = 0;
3401
+ var U = this.parseIdentifierIfPossible(), O = 0;
3402
3402
  if (a !== "select" && U.value === "offset") {
3403
3403
  if (!this.bumpIf(":"))
3404
3404
  return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, b(this.clonePosition(), this.clonePosition()));
@@ -3406,31 +3406,31 @@ var qn = (
3406
3406
  var c = this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, m.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
3407
3407
  if (c.err)
3408
3408
  return c;
3409
- this.bumpSpace(), U = this.parseIdentifierIfPossible(), I = c.val;
3409
+ this.bumpSpace(), U = this.parseIdentifierIfPossible(), O = c.val;
3410
3410
  }
3411
3411
  var G = this.tryParsePluralOrSelectOptions(t, a, r, U);
3412
3412
  if (G.err)
3413
3413
  return G;
3414
- var y = this.tryParseArgumentClose(i);
3415
- if (y.err)
3416
- return y;
3417
- var g = b(i, this.clonePosition());
3414
+ var g = this.tryParseArgumentClose(i);
3415
+ if (g.err)
3416
+ return g;
3417
+ var ce = b(i, this.clonePosition());
3418
3418
  return a === "select" ? {
3419
3419
  val: {
3420
3420
  type: v.select,
3421
3421
  value: n,
3422
- options: St(G.val),
3423
- location: g
3422
+ options: Ht(G.val),
3423
+ location: ce
3424
3424
  },
3425
3425
  err: null
3426
3426
  } : {
3427
3427
  val: {
3428
3428
  type: v.plural,
3429
3429
  value: n,
3430
- options: St(G.val),
3431
- offset: I,
3430
+ options: Ht(G.val),
3431
+ offset: O,
3432
3432
  pluralType: a === "plural" ? "cardinal" : "ordinal",
3433
- location: g
3433
+ location: ce
3434
3434
  },
3435
3435
  err: null
3436
3436
  };
@@ -3478,16 +3478,16 @@ var qn = (
3478
3478
  }, e.prototype.parseNumberSkeletonFromString = function(t, r) {
3479
3479
  var n = [];
3480
3480
  try {
3481
- n = Nn(t);
3481
+ n = Cn(t);
3482
3482
  } catch (i) {
3483
3483
  return this.error(m.INVALID_NUMBER_SKELETON, r);
3484
3484
  }
3485
3485
  return {
3486
3486
  val: {
3487
- type: z.number,
3487
+ type: Z.number,
3488
3488
  tokens: n,
3489
3489
  location: r,
3490
- parsedOptions: this.shouldParseSkeletons ? $n(n) : {}
3490
+ parsedOptions: this.shouldParseSkeletons ? Un(n) : {}
3491
3491
  },
3492
3492
  err: null
3493
3493
  };
@@ -3509,16 +3509,16 @@ var qn = (
3509
3509
  var p = this.clonePosition();
3510
3510
  if (!this.bumpIf("{"))
3511
3511
  return this.error(r === "select" ? m.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : m.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, b(this.clonePosition(), this.clonePosition()));
3512
- var y = this.parseMessage(t + 1, r, n);
3513
- if (y.err)
3514
- return y;
3512
+ var g = this.parseMessage(t + 1, r, n);
3513
+ if (g.err)
3514
+ return g;
3515
3515
  var d = this.tryParseArgumentClose(p);
3516
3516
  if (d.err)
3517
3517
  return d;
3518
3518
  a.push([
3519
3519
  u,
3520
3520
  {
3521
- value: y.val,
3521
+ value: g.val,
3522
3522
  location: b(p, this.clonePosition())
3523
3523
  }
3524
3524
  ]), h.add(u), this.bumpSpace(), o = this.parseIdentifierIfPossible(), u = o.value, l = o.location;
@@ -3535,7 +3535,7 @@ var qn = (
3535
3535
  break;
3536
3536
  }
3537
3537
  var h = b(i, this.clonePosition());
3538
- return o ? (s *= n, Zn(s) ? { val: s, err: null } : this.error(r, h)) : this.error(t, h);
3538
+ return o ? (s *= n, Yn(s) ? { val: s, err: null } : this.error(r, h)) : this.error(t, h);
3539
3539
  }, e.prototype.offset = function() {
3540
3540
  return this.position.offset;
3541
3541
  }, e.prototype.isEOF = function() {
@@ -3550,7 +3550,7 @@ var qn = (
3550
3550
  var t = this.position.offset;
3551
3551
  if (t >= this.message.length)
3552
3552
  throw Error("out of bound");
3553
- var r = nr(this.message, t);
3553
+ var r = or(this.message, t);
3554
3554
  if (r === void 0)
3555
3555
  throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
3556
3556
  return r;
@@ -3569,7 +3569,7 @@ var qn = (
3569
3569
  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);
3570
3570
  }
3571
3571
  }, e.prototype.bumpIf = function(t) {
3572
- if (wt(this.message, t, this.offset())) {
3572
+ if (Tt(this.message, t, this.offset())) {
3573
3573
  for (var r = 0; r < t.length; r++)
3574
3574
  this.bump();
3575
3575
  return !0;
@@ -3591,7 +3591,7 @@ var qn = (
3591
3591
  break;
3592
3592
  }
3593
3593
  }, e.prototype.bumpSpace = function() {
3594
- for (; !this.isEOF() && or(this.char()); )
3594
+ for (; !this.isEOF() && ar(this.char()); )
3595
3595
  this.bump();
3596
3596
  }, e.prototype.peek = function() {
3597
3597
  if (this.isEOF())
@@ -3601,47 +3601,47 @@ var qn = (
3601
3601
  }, e;
3602
3602
  }()
3603
3603
  );
3604
- function Je(e) {
3604
+ function qe(e) {
3605
3605
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3606
3606
  }
3607
- function Kn(e) {
3608
- return Je(e) || e === 47;
3607
+ function ti(e) {
3608
+ return qe(e) || e === 47;
3609
3609
  }
3610
- function ei(e) {
3610
+ function ri(e) {
3611
3611
  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;
3612
3612
  }
3613
- function or(e) {
3613
+ function ar(e) {
3614
3614
  return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3615
3615
  }
3616
- function ti(e) {
3616
+ function ni(e) {
3617
3617
  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;
3618
3618
  }
3619
- function Ye(e) {
3619
+ function Ke(e) {
3620
3620
  e.forEach(function(t) {
3621
- if (delete t.location, Qt(t) || Jt(t))
3621
+ if (delete t.location, Jt(t) || qt(t))
3622
3622
  for (var r in t.options)
3623
- delete t.options[r].location, Ye(t.options[r].value);
3623
+ delete t.options[r].location, Ke(t.options[r].value);
3624
3624
  else
3625
- Xt(t) && qt(t.style) || (zt(t) || Zt(t)) && Xe(t.style) ? delete t.style.location : Yt(t) && Ye(t.children);
3625
+ Zt(t) && er(t.style) || (Qt(t) || Yt(t)) && Ze(t.style) ? delete t.style.location : Kt(t) && Ke(t.children);
3626
3626
  });
3627
3627
  }
3628
- function ri(e, t) {
3629
- t === void 0 && (t = {}), t = ge({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3630
- var r = new qn(e, t).parse();
3628
+ function ii(e, t) {
3629
+ t === void 0 && (t = {}), t = ve({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3630
+ var r = new ei(e, t).parse();
3631
3631
  if (r.err) {
3632
3632
  var n = SyntaxError(m[r.err.kind]);
3633
3633
  throw n.location = r.err.location, n.originalMessage = r.err.message, n;
3634
3634
  }
3635
- return t != null && t.captureLocation || Ye(r.val), r.val;
3635
+ return t != null && t.captureLocation || Ke(r.val), r.val;
3636
3636
  }
3637
- var Z;
3637
+ var Q;
3638
3638
  (function(e) {
3639
3639
  e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
3640
- })(Z || (Z = {}));
3641
- var we = (
3640
+ })(Q || (Q = {}));
3641
+ var Te = (
3642
3642
  /** @class */
3643
3643
  function(e) {
3644
- xe(t, e);
3644
+ we(t, e);
3645
3645
  function t(r, n, i) {
3646
3646
  var o = e.call(this, r) || this;
3647
3647
  return o.code = n, o.originalMessage = i, o;
@@ -3650,155 +3650,155 @@ var we = (
3650
3650
  return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
3651
3651
  }, t;
3652
3652
  }(Error)
3653
- ), Ht = (
3653
+ ), At = (
3654
3654
  /** @class */
3655
3655
  function(e) {
3656
- xe(t, e);
3656
+ we(t, e);
3657
3657
  function t(r, n, i, o) {
3658
- return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), Z.INVALID_VALUE, o) || this;
3658
+ return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), Q.INVALID_VALUE, o) || this;
3659
3659
  }
3660
3660
  return t;
3661
- }(we)
3662
- ), ni = (
3661
+ }(Te)
3662
+ ), oi = (
3663
3663
  /** @class */
3664
3664
  function(e) {
3665
- xe(t, e);
3665
+ we(t, e);
3666
3666
  function t(r, n, i) {
3667
- return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), Z.INVALID_VALUE, i) || this;
3667
+ return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), Q.INVALID_VALUE, i) || this;
3668
3668
  }
3669
3669
  return t;
3670
- }(we)
3671
- ), ii = (
3670
+ }(Te)
3671
+ ), si = (
3672
3672
  /** @class */
3673
3673
  function(e) {
3674
- xe(t, e);
3674
+ we(t, e);
3675
3675
  function t(r, n) {
3676
- return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), Z.MISSING_VALUE, n) || this;
3676
+ return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), Q.MISSING_VALUE, n) || this;
3677
3677
  }
3678
3678
  return t;
3679
- }(we)
3680
- ), S;
3679
+ }(Te)
3680
+ ), w;
3681
3681
  (function(e) {
3682
3682
  e[e.literal = 0] = "literal", e[e.object = 1] = "object";
3683
- })(S || (S = {}));
3684
- function oi(e) {
3683
+ })(w || (w = {}));
3684
+ function ai(e) {
3685
3685
  return e.length < 2 ? e : e.reduce(function(t, r) {
3686
3686
  var n = t[t.length - 1];
3687
- return !n || n.type !== S.literal || r.type !== S.literal ? t.push(r) : n.value += r.value, t;
3687
+ return !n || n.type !== w.literal || r.type !== w.literal ? t.push(r) : n.value += r.value, t;
3688
3688
  }, []);
3689
3689
  }
3690
- function si(e) {
3690
+ function ui(e) {
3691
3691
  return typeof e == "function";
3692
3692
  }
3693
- function me(e, t, r, n, i, o, s) {
3694
- if (e.length === 1 && vt(e[0]))
3693
+ function ge(e, t, r, n, i, o, s) {
3694
+ if (e.length === 1 && Et(e[0]))
3695
3695
  return [
3696
3696
  {
3697
- type: S.literal,
3697
+ type: w.literal,
3698
3698
  value: e[0].value
3699
3699
  }
3700
3700
  ];
3701
3701
  for (var a = [], h = 0, u = e; h < u.length; h++) {
3702
3702
  var l = u[h];
3703
- if (vt(l)) {
3703
+ if (Et(l)) {
3704
3704
  a.push({
3705
- type: S.literal,
3705
+ type: w.literal,
3706
3706
  value: l.value
3707
3707
  });
3708
3708
  continue;
3709
3709
  }
3710
- if (Bn(l)) {
3710
+ if (On(l)) {
3711
3711
  typeof o == "number" && a.push({
3712
- type: S.literal,
3712
+ type: w.literal,
3713
3713
  value: r.getNumberFormat(t).format(o)
3714
3714
  });
3715
3715
  continue;
3716
3716
  }
3717
3717
  var c = l.value;
3718
3718
  if (!(i && c in i))
3719
- throw new ii(c, s);
3719
+ throw new si(c, s);
3720
3720
  var f = i[c];
3721
- if (Pn(l)) {
3721
+ if (Bn(l)) {
3722
3722
  (!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), a.push({
3723
- type: typeof f == "string" ? S.literal : S.object,
3723
+ type: typeof f == "string" ? w.literal : w.object,
3724
3724
  value: f
3725
3725
  });
3726
3726
  continue;
3727
3727
  }
3728
- if (zt(l)) {
3729
- var p = typeof l.style == "string" ? n.date[l.style] : Xe(l.style) ? l.style.parsedOptions : void 0;
3728
+ if (Qt(l)) {
3729
+ var p = typeof l.style == "string" ? n.date[l.style] : Ze(l.style) ? l.style.parsedOptions : void 0;
3730
3730
  a.push({
3731
- type: S.literal,
3731
+ type: w.literal,
3732
3732
  value: r.getDateTimeFormat(t, p).format(f)
3733
3733
  });
3734
3734
  continue;
3735
3735
  }
3736
- if (Zt(l)) {
3737
- var p = typeof l.style == "string" ? n.time[l.style] : Xe(l.style) ? l.style.parsedOptions : n.time.medium;
3736
+ if (Yt(l)) {
3737
+ var p = typeof l.style == "string" ? n.time[l.style] : Ze(l.style) ? l.style.parsedOptions : n.time.medium;
3738
3738
  a.push({
3739
- type: S.literal,
3739
+ type: w.literal,
3740
3740
  value: r.getDateTimeFormat(t, p).format(f)
3741
3741
  });
3742
3742
  continue;
3743
3743
  }
3744
- if (Xt(l)) {
3745
- var p = typeof l.style == "string" ? n.number[l.style] : qt(l.style) ? l.style.parsedOptions : void 0;
3744
+ if (Zt(l)) {
3745
+ var p = typeof l.style == "string" ? n.number[l.style] : er(l.style) ? l.style.parsedOptions : void 0;
3746
3746
  p && p.scale && (f = f * (p.scale || 1)), a.push({
3747
- type: S.literal,
3747
+ type: w.literal,
3748
3748
  value: r.getNumberFormat(t, p).format(f)
3749
3749
  });
3750
3750
  continue;
3751
3751
  }
3752
- if (Yt(l)) {
3753
- var y = l.children, d = l.value, w = i[d];
3754
- if (!si(w))
3755
- throw new ni(d, "function", s);
3756
- var R = me(y, t, r, n, i, o), O = w(R.map(function(I) {
3757
- return I.value;
3752
+ if (Kt(l)) {
3753
+ var g = l.children, d = l.value, S = i[d];
3754
+ if (!ui(S))
3755
+ throw new oi(d, "function", s);
3756
+ var L = ge(g, t, r, n, i, o), C = S(L.map(function(O) {
3757
+ return O.value;
3758
3758
  }));
3759
- Array.isArray(O) || (O = [O]), a.push.apply(a, O.map(function(I) {
3759
+ Array.isArray(C) || (C = [C]), a.push.apply(a, C.map(function(O) {
3760
3760
  return {
3761
- type: typeof I == "string" ? S.literal : S.object,
3762
- value: I
3761
+ type: typeof O == "string" ? w.literal : w.object,
3762
+ value: O
3763
3763
  };
3764
3764
  }));
3765
3765
  }
3766
- if (Qt(l)) {
3766
+ if (Jt(l)) {
3767
3767
  var T = l.options[f] || l.options.other;
3768
3768
  if (!T)
3769
- throw new Ht(l.value, f, Object.keys(l.options), s);
3770
- a.push.apply(a, me(T.value, t, r, n, i));
3769
+ throw new At(l.value, f, Object.keys(l.options), s);
3770
+ a.push.apply(a, ge(T.value, t, r, n, i));
3771
3771
  continue;
3772
3772
  }
3773
- if (Jt(l)) {
3773
+ if (qt(l)) {
3774
3774
  var T = l.options["=".concat(f)];
3775
3775
  if (!T) {
3776
3776
  if (!Intl.PluralRules)
3777
- throw new we(`Intl.PluralRules is not available in this environment.
3777
+ throw new Te(`Intl.PluralRules is not available in this environment.
3778
3778
  Try polyfilling it using "@formatjs/intl-pluralrules"
3779
- `, Z.MISSING_INTL_API, s);
3779
+ `, Q.MISSING_INTL_API, s);
3780
3780
  var U = r.getPluralRules(t, { type: l.pluralType }).select(f - (l.offset || 0));
3781
3781
  T = l.options[U] || l.options.other;
3782
3782
  }
3783
3783
  if (!T)
3784
- throw new Ht(l.value, f, Object.keys(l.options), s);
3785
- a.push.apply(a, me(T.value, t, r, n, i, f - (l.offset || 0)));
3784
+ throw new At(l.value, f, Object.keys(l.options), s);
3785
+ a.push.apply(a, ge(T.value, t, r, n, i, f - (l.offset || 0)));
3786
3786
  continue;
3787
3787
  }
3788
3788
  }
3789
- return oi(a);
3789
+ return ai(a);
3790
3790
  }
3791
- function ai(e, t) {
3792
- return t ? A(A(A({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
3793
- return r[n] = A(A({}, e[n]), t[n] || {}), r;
3791
+ function hi(e, t) {
3792
+ return t ? B(B(B({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
3793
+ return r[n] = B(B({}, e[n]), t[n] || {}), r;
3794
3794
  }, {})) : e;
3795
3795
  }
3796
- function ui(e, t) {
3796
+ function li(e, t) {
3797
3797
  return t ? Object.keys(e).reduce(function(r, n) {
3798
- return r[n] = ai(e[n], t[n]), r;
3799
- }, A({}, e)) : e;
3798
+ return r[n] = hi(e[n], t[n]), r;
3799
+ }, B({}, e)) : e;
3800
3800
  }
3801
- function Le(e) {
3801
+ function Me(e) {
3802
3802
  return {
3803
3803
  create: function() {
3804
3804
  return {
@@ -3812,39 +3812,39 @@ function Le(e) {
3812
3812
  }
3813
3813
  };
3814
3814
  }
3815
- function hi(e) {
3815
+ function ci(e) {
3816
3816
  return e === void 0 && (e = {
3817
3817
  number: {},
3818
3818
  dateTime: {},
3819
3819
  pluralRules: {}
3820
3820
  }), {
3821
- getNumberFormat: Oe(function() {
3821
+ getNumberFormat: Ne(function() {
3822
3822
  for (var t, r = [], n = 0; n < arguments.length; n++)
3823
3823
  r[n] = arguments[n];
3824
- return new ((t = Intl.NumberFormat).bind.apply(t, Ae([void 0], r, !1)))();
3824
+ return new ((t = Intl.NumberFormat).bind.apply(t, Ie([void 0], r, !1)))();
3825
3825
  }, {
3826
- cache: Le(e.number),
3827
- strategy: Ie.variadic
3826
+ cache: Me(e.number),
3827
+ strategy: Le.variadic
3828
3828
  }),
3829
- getDateTimeFormat: Oe(function() {
3829
+ getDateTimeFormat: Ne(function() {
3830
3830
  for (var t, r = [], n = 0; n < arguments.length; n++)
3831
3831
  r[n] = arguments[n];
3832
- return new ((t = Intl.DateTimeFormat).bind.apply(t, Ae([void 0], r, !1)))();
3832
+ return new ((t = Intl.DateTimeFormat).bind.apply(t, Ie([void 0], r, !1)))();
3833
3833
  }, {
3834
- cache: Le(e.dateTime),
3835
- strategy: Ie.variadic
3834
+ cache: Me(e.dateTime),
3835
+ strategy: Le.variadic
3836
3836
  }),
3837
- getPluralRules: Oe(function() {
3837
+ getPluralRules: Ne(function() {
3838
3838
  for (var t, r = [], n = 0; n < arguments.length; n++)
3839
3839
  r[n] = arguments[n];
3840
- return new ((t = Intl.PluralRules).bind.apply(t, Ae([void 0], r, !1)))();
3840
+ return new ((t = Intl.PluralRules).bind.apply(t, Ie([void 0], r, !1)))();
3841
3841
  }, {
3842
- cache: Le(e.pluralRules),
3843
- strategy: Ie.variadic
3842
+ cache: Me(e.pluralRules),
3843
+ strategy: Le.variadic
3844
3844
  })
3845
3845
  };
3846
3846
  }
3847
- var li = (
3847
+ var fi = (
3848
3848
  /** @class */
3849
3849
  function() {
3850
3850
  function e(t, r, n, i) {
@@ -3859,11 +3859,11 @@ var li = (
3859
3859
  if (u.length === 1)
3860
3860
  return u[0].value;
3861
3861
  var l = u.reduce(function(c, f) {
3862
- return !c.length || f.type !== S.literal || typeof c[c.length - 1] != "string" ? c.push(f.value) : c[c.length - 1] += f.value, c;
3862
+ return !c.length || f.type !== w.literal || typeof c[c.length - 1] != "string" ? c.push(f.value) : c[c.length - 1] += f.value, c;
3863
3863
  }, []);
3864
3864
  return l.length <= 1 ? l[0] || "" : l;
3865
3865
  }, this.formatToParts = function(h) {
3866
- return me(o.ast, o.locales, o.formatters, o.formats, h, void 0, o.message);
3866
+ return ge(o.ast, o.locales, o.formatters, o.formats, h, void 0, o.message);
3867
3867
  }, this.resolvedOptions = function() {
3868
3868
  var h;
3869
3869
  return {
@@ -3876,13 +3876,13 @@ var li = (
3876
3876
  throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
3877
3877
  var s = i || {};
3878
3878
  s.formatters;
3879
- var a = vn(s, ["formatters"]);
3880
- this.ast = e.__parse(t, A(A({}, a), { locale: this.resolvedLocale }));
3879
+ var a = En(s, ["formatters"]);
3880
+ this.ast = e.__parse(t, B(B({}, a), { locale: this.resolvedLocale }));
3881
3881
  } else
3882
3882
  this.ast = t;
3883
3883
  if (!Array.isArray(this.ast))
3884
3884
  throw new TypeError("A message must be provided as a String or AST.");
3885
- this.formats = ui(e.formats, n), this.formatters = i && i.formatters || hi(this.formatterCache);
3885
+ this.formats = li(e.formats, n), this.formatters = i && i.formatters || ci(this.formatterCache);
3886
3886
  }
3887
3887
  return Object.defineProperty(e, "defaultLocale", {
3888
3888
  get: function() {
@@ -3895,7 +3895,7 @@ var li = (
3895
3895
  var r = Intl.NumberFormat.supportedLocalesOf(t);
3896
3896
  return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
3897
3897
  }
3898
- }, e.__parse = ri, e.formats = {
3898
+ }, e.__parse = ii, e.formats = {
3899
3899
  number: {
3900
3900
  integer: {
3901
3901
  maximumFractionDigits: 0
@@ -3956,7 +3956,7 @@ var li = (
3956
3956
  }, e;
3957
3957
  }()
3958
3958
  );
3959
- function ci(e, t) {
3959
+ function pi(e, t) {
3960
3960
  if (t == null)
3961
3961
  return;
3962
3962
  if (t in e)
@@ -3977,92 +3977,92 @@ function ci(e, t) {
3977
3977
  n = void 0;
3978
3978
  return n;
3979
3979
  }
3980
- const $ = {}, fi = (e, t, r) => r && (t in $ || ($[t] = {}), e in $[t] || ($[t][e] = r), r), sr = (e, t) => {
3980
+ const $ = {}, di = (e, t, r) => r && (t in $ || ($[t] = {}), e in $[t] || ($[t][e] = r), r), ur = (e, t) => {
3981
3981
  if (t == null)
3982
3982
  return;
3983
3983
  if (t in $ && e in $[t])
3984
3984
  return $[t][e];
3985
- const r = Se(t);
3985
+ const r = He(t);
3986
3986
  for (let n = 0; n < r.length; n++) {
3987
- const i = r[n], o = di(i, e);
3987
+ const i = r[n], o = bi(i, e);
3988
3988
  if (o)
3989
- return fi(e, t, o);
3989
+ return di(e, t, o);
3990
3990
  }
3991
3991
  };
3992
- let rt;
3993
- const he = Ee({});
3994
- function pi(e) {
3995
- return rt[e] || null;
3992
+ let it;
3993
+ const le = Se({});
3994
+ function mi(e) {
3995
+ return it[e] || null;
3996
3996
  }
3997
- function ar(e) {
3998
- return e in rt;
3997
+ function hr(e) {
3998
+ return e in it;
3999
3999
  }
4000
- function di(e, t) {
4001
- if (!ar(e))
4000
+ function bi(e, t) {
4001
+ if (!hr(e))
4002
4002
  return null;
4003
- const r = pi(e);
4004
- return ci(r, t);
4003
+ const r = mi(e);
4004
+ return pi(r, t);
4005
4005
  }
4006
- function mi(e) {
4006
+ function gi(e) {
4007
4007
  if (e == null)
4008
4008
  return;
4009
- const t = Se(e);
4009
+ const t = He(e);
4010
4010
  for (let r = 0; r < t.length; r++) {
4011
4011
  const n = t[r];
4012
- if (ar(n))
4012
+ if (hr(n))
4013
4013
  return n;
4014
4014
  }
4015
4015
  }
4016
- function ur(e, ...t) {
4017
- delete $[e], he.update((r) => (r[e] = yn.all([r[e] || {}, ...t]), r));
4016
+ function lr(e, ...t) {
4017
+ delete $[e], le.update((r) => (r[e] = _n.all([r[e] || {}, ...t]), r));
4018
4018
  }
4019
- Y(
4020
- [he],
4019
+ q(
4020
+ [le],
4021
4021
  ([e]) => Object.keys(e)
4022
4022
  );
4023
- he.subscribe((e) => rt = e);
4024
- const be = {};
4025
- function bi(e, t) {
4026
- be[e].delete(t), be[e].size === 0 && delete be[e];
4023
+ le.subscribe((e) => it = e);
4024
+ const ye = {};
4025
+ function yi(e, t) {
4026
+ ye[e].delete(t), ye[e].size === 0 && delete ye[e];
4027
4027
  }
4028
- function hr(e) {
4029
- return be[e];
4028
+ function cr(e) {
4029
+ return ye[e];
4030
4030
  }
4031
- function gi(e) {
4032
- return Se(e).map((t) => {
4033
- const r = hr(t);
4031
+ function vi(e) {
4032
+ return He(e).map((t) => {
4033
+ const r = cr(t);
4034
4034
  return [t, r ? [...r] : []];
4035
4035
  }).filter(([, t]) => t.length > 0);
4036
4036
  }
4037
- function qe(e) {
4038
- return e == null ? !1 : Se(e).some(
4037
+ function et(e) {
4038
+ return e == null ? !1 : He(e).some(
4039
4039
  (t) => {
4040
4040
  var r;
4041
- return (r = hr(t)) == null ? void 0 : r.size;
4041
+ return (r = cr(t)) == null ? void 0 : r.size;
4042
4042
  }
4043
4043
  );
4044
4044
  }
4045
- function yi(e, t) {
4045
+ function _i(e, t) {
4046
4046
  return Promise.all(
4047
- t.map((n) => (bi(e, n), n().then((i) => i.default || i)))
4048
- ).then((n) => ur(e, ...n));
4049
- }
4050
- const ee = {};
4051
- function lr(e) {
4052
- if (!qe(e))
4053
- return e in ee ? ee[e] : Promise.resolve();
4054
- const t = gi(e);
4055
- return ee[e] = Promise.all(
4047
+ t.map((n) => (yi(e, n), n().then((i) => i.default || i)))
4048
+ ).then((n) => lr(e, ...n));
4049
+ }
4050
+ const te = {};
4051
+ function fr(e) {
4052
+ if (!et(e))
4053
+ return e in te ? te[e] : Promise.resolve();
4054
+ const t = vi(e);
4055
+ return te[e] = Promise.all(
4056
4056
  t.map(
4057
- ([r, n]) => yi(r, n)
4057
+ ([r, n]) => _i(r, n)
4058
4058
  )
4059
4059
  ).then(() => {
4060
- if (qe(e))
4061
- return lr(e);
4062
- delete ee[e];
4063
- }), ee[e];
4060
+ if (et(e))
4061
+ return fr(e);
4062
+ delete te[e];
4063
+ }), te[e];
4064
4064
  }
4065
- const vi = {
4065
+ const Ei = {
4066
4066
  number: {
4067
4067
  scientific: { notation: "scientific" },
4068
4068
  engineering: { notation: "engineering" },
@@ -4091,135 +4091,135 @@ const vi = {
4091
4091
  timeZoneName: "short"
4092
4092
  }
4093
4093
  }
4094
- }, _i = {
4094
+ }, xi = {
4095
4095
  fallbackLocale: null,
4096
4096
  loadingDelay: 200,
4097
- formats: vi,
4097
+ formats: Ei,
4098
4098
  warnOnMissingMessages: !0,
4099
4099
  handleMissingMessage: void 0,
4100
4100
  ignoreTag: !0
4101
- }, Ei = _i;
4102
- function Q() {
4103
- return Ei;
4101
+ }, Si = xi;
4102
+ function Y() {
4103
+ return Si;
4104
4104
  }
4105
- const Ce = Ee(!1);
4106
- var xi = Object.defineProperty, wi = Object.defineProperties, Si = Object.getOwnPropertyDescriptors, Pt = Object.getOwnPropertySymbols, Ti = Object.prototype.hasOwnProperty, Hi = Object.prototype.propertyIsEnumerable, Bt = (e, t, r) => t in e ? xi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Pi = (e, t) => {
4105
+ const Re = Se(!1);
4106
+ var wi = Object.defineProperty, Ti = Object.defineProperties, Hi = Object.getOwnPropertyDescriptors, Bt = Object.getOwnPropertySymbols, Pi = Object.prototype.hasOwnProperty, Ai = Object.prototype.propertyIsEnumerable, Ot = (e, t, r) => t in e ? wi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Bi = (e, t) => {
4107
4107
  for (var r in t || (t = {}))
4108
- Ti.call(t, r) && Bt(e, r, t[r]);
4109
- if (Pt)
4110
- for (var r of Pt(t))
4111
- Hi.call(t, r) && Bt(e, r, t[r]);
4108
+ Pi.call(t, r) && Ot(e, r, t[r]);
4109
+ if (Bt)
4110
+ for (var r of Bt(t))
4111
+ Ai.call(t, r) && Ot(e, r, t[r]);
4112
4112
  return e;
4113
- }, Bi = (e, t) => wi(e, Si(t));
4114
- let Ke;
4115
- const ye = Ee(null);
4116
- function At(e) {
4113
+ }, Oi = (e, t) => Ti(e, Hi(t));
4114
+ let tt;
4115
+ const _e = Se(null);
4116
+ function It(e) {
4117
4117
  return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
4118
4118
  }
4119
- function Se(e, t = Q().fallbackLocale) {
4120
- const r = At(e);
4121
- return t ? [.../* @__PURE__ */ new Set([...r, ...At(t)])] : r;
4119
+ function He(e, t = Y().fallbackLocale) {
4120
+ const r = It(e);
4121
+ return t ? [.../* @__PURE__ */ new Set([...r, ...It(t)])] : r;
4122
4122
  }
4123
4123
  function D() {
4124
- return Ke != null ? Ke : void 0;
4124
+ return tt != null ? tt : void 0;
4125
4125
  }
4126
- ye.subscribe((e) => {
4127
- Ke = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
4126
+ _e.subscribe((e) => {
4127
+ tt = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
4128
4128
  });
4129
- const Ai = (e) => {
4130
- if (e && mi(e) && qe(e)) {
4131
- const { loadingDelay: t } = Q();
4129
+ const Ii = (e) => {
4130
+ if (e && gi(e) && et(e)) {
4131
+ const { loadingDelay: t } = Y();
4132
4132
  let r;
4133
4133
  return typeof window != "undefined" && D() != null && t ? r = window.setTimeout(
4134
- () => Ce.set(!0),
4134
+ () => Re.set(!0),
4135
4135
  t
4136
- ) : Ce.set(!0), lr(e).then(() => {
4137
- ye.set(e);
4136
+ ) : Re.set(!0), fr(e).then(() => {
4137
+ _e.set(e);
4138
4138
  }).finally(() => {
4139
- clearTimeout(r), Ce.set(!1);
4139
+ clearTimeout(r), Re.set(!1);
4140
4140
  });
4141
4141
  }
4142
- return ye.set(e);
4143
- }, q = Bi(Pi({}, ye), {
4144
- set: Ai
4145
- }), Te = (e) => {
4142
+ return _e.set(e);
4143
+ }, K = Oi(Bi({}, _e), {
4144
+ set: Ii
4145
+ }), Pe = (e) => {
4146
4146
  const t = /* @__PURE__ */ Object.create(null);
4147
4147
  return (n) => {
4148
4148
  const i = JSON.stringify(n);
4149
4149
  return i in t ? t[i] : t[i] = e(n);
4150
4150
  };
4151
4151
  };
4152
- var Oi = Object.defineProperty, ve = Object.getOwnPropertySymbols, cr = Object.prototype.hasOwnProperty, fr = Object.prototype.propertyIsEnumerable, Ot = (e, t, r) => t in e ? Oi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, nt = (e, t) => {
4152
+ var Ni = Object.defineProperty, Ee = Object.getOwnPropertySymbols, pr = Object.prototype.hasOwnProperty, dr = Object.prototype.propertyIsEnumerable, Nt = (e, t, r) => t in e ? Ni(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, ot = (e, t) => {
4153
4153
  for (var r in t || (t = {}))
4154
- cr.call(t, r) && Ot(e, r, t[r]);
4155
- if (ve)
4156
- for (var r of ve(t))
4157
- fr.call(t, r) && Ot(e, r, t[r]);
4154
+ pr.call(t, r) && Nt(e, r, t[r]);
4155
+ if (Ee)
4156
+ for (var r of Ee(t))
4157
+ dr.call(t, r) && Nt(e, r, t[r]);
4158
4158
  return e;
4159
- }, K = (e, t) => {
4159
+ }, ee = (e, t) => {
4160
4160
  var r = {};
4161
4161
  for (var n in e)
4162
- cr.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
4163
- if (e != null && ve)
4164
- for (var n of ve(e))
4165
- t.indexOf(n) < 0 && fr.call(e, n) && (r[n] = e[n]);
4162
+ pr.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
4163
+ if (e != null && Ee)
4164
+ for (var n of Ee(e))
4165
+ t.indexOf(n) < 0 && dr.call(e, n) && (r[n] = e[n]);
4166
4166
  return r;
4167
4167
  };
4168
- const oe = (e, t) => {
4169
- const { formats: r } = Q();
4168
+ const se = (e, t) => {
4169
+ const { formats: r } = Y();
4170
4170
  if (e in r && t in r[e])
4171
4171
  return r[e][t];
4172
4172
  throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
4173
- }, Ii = Te(
4173
+ }, Li = Pe(
4174
4174
  (e) => {
4175
- var t = e, { locale: r, format: n } = t, i = K(t, ["locale", "format"]);
4175
+ var t = e, { locale: r, format: n } = t, i = ee(t, ["locale", "format"]);
4176
4176
  if (r == null)
4177
4177
  throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
4178
- return n && (i = oe("number", n)), new Intl.NumberFormat(r, i);
4178
+ return n && (i = se("number", n)), new Intl.NumberFormat(r, i);
4179
4179
  }
4180
- ), Ni = Te(
4180
+ ), Ci = Pe(
4181
4181
  (e) => {
4182
- var t = e, { locale: r, format: n } = t, i = K(t, ["locale", "format"]);
4182
+ var t = e, { locale: r, format: n } = t, i = ee(t, ["locale", "format"]);
4183
4183
  if (r == null)
4184
4184
  throw new Error('[svelte-i18n] A "locale" must be set to format dates');
4185
- return n ? i = oe("date", n) : Object.keys(i).length === 0 && (i = oe("date", "short")), new Intl.DateTimeFormat(r, i);
4185
+ return n ? i = se("date", n) : Object.keys(i).length === 0 && (i = se("date", "short")), new Intl.DateTimeFormat(r, i);
4186
4186
  }
4187
- ), Li = Te(
4187
+ ), Mi = Pe(
4188
4188
  (e) => {
4189
- var t = e, { locale: r, format: n } = t, i = K(t, ["locale", "format"]);
4189
+ var t = e, { locale: r, format: n } = t, i = ee(t, ["locale", "format"]);
4190
4190
  if (r == null)
4191
4191
  throw new Error(
4192
4192
  '[svelte-i18n] A "locale" must be set to format time values'
4193
4193
  );
4194
- return n ? i = oe("time", n) : Object.keys(i).length === 0 && (i = oe("time", "short")), new Intl.DateTimeFormat(r, i);
4194
+ return n ? i = se("time", n) : Object.keys(i).length === 0 && (i = se("time", "short")), new Intl.DateTimeFormat(r, i);
4195
4195
  }
4196
- ), Ci = (e = {}) => {
4196
+ ), Ri = (e = {}) => {
4197
4197
  var t = e, {
4198
4198
  locale: r = D()
4199
- } = t, n = K(t, [
4199
+ } = t, n = ee(t, [
4200
4200
  "locale"
4201
4201
  ]);
4202
- return Ii(nt({ locale: r }, n));
4203
- }, Mi = (e = {}) => {
4202
+ return Li(ot({ locale: r }, n));
4203
+ }, $i = (e = {}) => {
4204
4204
  var t = e, {
4205
4205
  locale: r = D()
4206
- } = t, n = K(t, [
4206
+ } = t, n = ee(t, [
4207
4207
  "locale"
4208
4208
  ]);
4209
- return Ni(nt({ locale: r }, n));
4210
- }, $i = (e = {}) => {
4209
+ return Ci(ot({ locale: r }, n));
4210
+ }, Ui = (e = {}) => {
4211
4211
  var t = e, {
4212
4212
  locale: r = D()
4213
- } = t, n = K(t, [
4213
+ } = t, n = ee(t, [
4214
4214
  "locale"
4215
4215
  ]);
4216
- return Li(nt({ locale: r }, n));
4217
- }, Ri = Te(
4216
+ return Mi(ot({ locale: r }, n));
4217
+ }, Di = Pe(
4218
4218
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
4219
- (e, t = D()) => new li(e, t, Q().formats, {
4220
- ignoreTag: Q().ignoreTag
4219
+ (e, t = D()) => new fi(e, t, Y().formats, {
4220
+ ignoreTag: Y().ignoreTag
4221
4221
  })
4222
- ), Ui = (e, t = {}) => {
4222
+ ), Gi = (e, t = {}) => {
4223
4223
  var r, n, i, o;
4224
4224
  let s = t;
4225
4225
  typeof e == "object" && (s = e, e = s.id);
@@ -4232,9 +4232,9 @@ const oe = (e, t) => {
4232
4232
  throw new Error(
4233
4233
  "[svelte-i18n] Cannot format a message without first setting the initial locale."
4234
4234
  );
4235
- let l = sr(e, h);
4235
+ let l = ur(e, h);
4236
4236
  if (!l)
4237
- 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;
4237
+ l = (o = (i = (n = (r = Y()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: h, id: e, defaultValue: u })) != null ? i : u) != null ? o : e;
4238
4238
  else if (typeof l != "string")
4239
4239
  return console.warn(
4240
4240
  `[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.`
@@ -4243,7 +4243,7 @@ const oe = (e, t) => {
4243
4243
  return l;
4244
4244
  let c = l;
4245
4245
  try {
4246
- c = Ri(l, h).format(a);
4246
+ c = Di(l, h).format(a);
4247
4247
  } catch (f) {
4248
4248
  f instanceof Error && console.warn(
4249
4249
  `[svelte-i18n] Message "${e}" has syntax error:`,
@@ -4251,21 +4251,21 @@ const oe = (e, t) => {
4251
4251
  );
4252
4252
  }
4253
4253
  return c;
4254
- }, Di = (e, t) => $i(t).format(e), Gi = (e, t) => Mi(t).format(e), Fi = (e, t) => Ci(t).format(e), ji = (e, t = D()) => sr(e, t), ki = Y([q, he], () => Ui);
4255
- Y([q], () => Di);
4256
- Y([q], () => Gi);
4257
- Y([q], () => Fi);
4258
- Y([q, he], () => ji);
4259
- window.emWidgets = { topic: en };
4260
- const Wi = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
4254
+ }, Fi = (e, t) => Ui(t).format(e), ji = (e, t) => $i(t).format(e), ki = (e, t) => Ri(t).format(e), Wi = (e, t = D()) => ur(e, t), Vi = q([K, le], () => Gi);
4255
+ q([K], () => Fi);
4256
+ q([K], () => ji);
4257
+ q([K], () => ki);
4258
+ q([K, le], () => Wi);
4259
+ window.emWidgets = { topic: rn };
4260
+ const Xi = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
4261
4261
  String(Number.MAX_SAFE_INTEGER).length;
4262
- function It(e, t) {
4263
- ur(e, t);
4262
+ function Lt(e, t) {
4263
+ lr(e, t);
4264
4264
  }
4265
- function Vi(e) {
4266
- q.set(e);
4265
+ function zi(e) {
4266
+ K.set(e);
4267
4267
  }
4268
- const Nt = {
4268
+ const Ct = {
4269
4269
  en: {
4270
4270
  titlePendingWithdrawals: "Pending Withdrawal",
4271
4271
  loading: "Loading, please wait ..."
@@ -4302,14 +4302,14 @@ const Nt = {
4302
4302
  titlePendingWithdrawals: "Pending Withdrawal",
4303
4303
  loading: "Loading, please wait ..."
4304
4304
  }
4305
- };
4306
- function Xi(e, t) {
4305
+ }, V = "__WIDGET_GLOBAL_STYLE_CACHE__";
4306
+ function Zi(e, t) {
4307
4307
  if (e) {
4308
4308
  const r = document.createElement("style");
4309
4309
  r.innerHTML = t, e.appendChild(r);
4310
4310
  }
4311
4311
  }
4312
- function zi(e, t) {
4312
+ function Qi(e, t) {
4313
4313
  if (!e || !t)
4314
4314
  return;
4315
4315
  const r = new URL(t);
@@ -4320,57 +4320,85 @@ function zi(e, t) {
4320
4320
  console.error("There was an error while trying to load client styling from URL", n);
4321
4321
  });
4322
4322
  }
4323
- function Zi(e, t, r) {
4324
- if (window.emMessageBus) {
4325
- const n = document.createElement("style");
4326
- window.emMessageBus.subscribe(t, (i) => {
4327
- n.innerHTML = i, e && e.appendChild(n);
4323
+ function Yi(e, t, r, n = !1) {
4324
+ if (!window.emMessageBus)
4325
+ return;
4326
+ if (!("adoptedStyleSheets" in Document.prototype) || !n)
4327
+ return r = Ji(e, t), r;
4328
+ window[V] || (window[V] = {}), r = qi(e, t);
4329
+ const o = r.unsubscribe.bind(r), s = () => {
4330
+ if (window[V][t]) {
4331
+ const a = window[V][t];
4332
+ a.refCount > 1 ? a.refCount = a.refCount - 1 : delete window[V][t];
4333
+ }
4334
+ o();
4335
+ };
4336
+ return r.unsubscribe = s, r;
4337
+ }
4338
+ function Ji(e, t) {
4339
+ const r = document.createElement("style");
4340
+ return window.emMessageBus.subscribe(t, (n) => {
4341
+ e && (r.innerHTML = n, e.appendChild(r));
4342
+ });
4343
+ }
4344
+ function qi(e, t) {
4345
+ return window.emMessageBus.subscribe(t, (r) => {
4346
+ var a;
4347
+ if (!e)
4348
+ return;
4349
+ const n = e.getRootNode(), i = window[V];
4350
+ let o = (a = i[t]) == null ? void 0 : a.sheet;
4351
+ o ? i[t].refCount = i[t].refCount + 1 : (o = new CSSStyleSheet(), o.replaceSync(r), i[t] = {
4352
+ sheet: o,
4353
+ refCount: 1
4328
4354
  });
4329
- }
4355
+ const s = n.adoptedStyleSheets || [];
4356
+ s.includes(o) || (n.adoptedStyleSheets = [...s, o]);
4357
+ });
4330
4358
  }
4331
- function Qi(e) {
4332
- _r(e, "svelte-1gwync8", ".PendingWithdrawalsWrapper{background-color:var(--emw--color-pale, var(--emw--color-gray-50, #F1F1F1));border-radius:var(--emw--border-radius-large, 10px);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, 10px)}");
4359
+ function Ki(e) {
4360
+ xr(e, "svelte-1gwync8", ".PendingWithdrawalsWrapper{background-color:var(--emw--color-pale, var(--emw--color-gray-50, #F1F1F1));border-radius:var(--emw--border-radius-large, 10px);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, 10px)}");
4333
4361
  }
4334
- function Ji(e) {
4362
+ function eo(e) {
4335
4363
  let t, r, n, i, o, s, a, h, u, l, c = (
4336
4364
  /*$_*/
4337
4365
  e[3]("titlePendingWithdrawals") + ""
4338
- ), f, p, y;
4366
+ ), f, p, g;
4339
4367
  return {
4340
4368
  c() {
4341
- t = L("div"), r = F("svg"), n = F("defs"), i = F("style"), o = re(".aaa{fill:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));}"), s = F("g"), a = F("g"), h = F("path"), u = Me(), l = L("h2"), f = re(c), 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");
4369
+ t = N("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 = $e(), l = N("h2"), f = ne(c), 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");
4342
4370
  },
4343
- m(d, w) {
4344
- ae(d, t, w), 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, f), p || (y = wr(
4371
+ m(d, S) {
4372
+ ue(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, f), p || (g = Tr(
4345
4373
  t,
4346
4374
  "click",
4347
4375
  /*click_handler*/
4348
4376
  e[14]
4349
4377
  ), p = !0);
4350
4378
  },
4351
- p(d, w) {
4352
- w & /*$_*/
4379
+ p(d, S) {
4380
+ S & /*$_*/
4353
4381
  8 && c !== (c = /*$_*/
4354
- d[3]("titlePendingWithdrawals") + "") && tt(f, c);
4382
+ d[3]("titlePendingWithdrawals") + "") && nt(f, c);
4355
4383
  },
4356
4384
  d(d) {
4357
- d && J(t), p = !1, y();
4385
+ d && J(t), p = !1, g();
4358
4386
  }
4359
4387
  };
4360
4388
  }
4361
- function Yi(e) {
4389
+ function to(e) {
4362
4390
  let t, r, n;
4363
4391
  return {
4364
4392
  c() {
4365
- t = L("div"), r = L("iframe"), ht(r.src, n = /*iframeUrl*/
4393
+ t = N("div"), r = N("iframe"), ct(r.src, n = /*iframeUrl*/
4366
4394
  e[2]) || E(r, "src", n), E(r, "title", "Pending Withdrawals Iframe"), E(t, "class", "PendingWithdrawalsIframeWrapper");
4367
4395
  },
4368
4396
  m(i, o) {
4369
- ae(i, t, o), x(t, r);
4397
+ ue(i, t, o), x(t, r);
4370
4398
  },
4371
4399
  p(i, o) {
4372
4400
  o & /*iframeUrl*/
4373
- 4 && !ht(r.src, n = /*iframeUrl*/
4401
+ 4 && !ct(r.src, n = /*iframeUrl*/
4374
4402
  i[2]) && E(r, "src", n);
4375
4403
  },
4376
4404
  d(i) {
@@ -4378,57 +4406,57 @@ function Yi(e) {
4378
4406
  }
4379
4407
  };
4380
4408
  }
4381
- function qi(e) {
4409
+ function ro(e) {
4382
4410
  let t, r = (
4383
4411
  /*$_*/
4384
4412
  e[3]("loading") + ""
4385
4413
  ), n;
4386
4414
  return {
4387
4415
  c() {
4388
- t = L("p"), n = re(r);
4416
+ t = N("p"), n = ne(r);
4389
4417
  },
4390
4418
  m(i, o) {
4391
- ae(i, t, o), x(t, n);
4419
+ ue(i, t, o), x(t, n);
4392
4420
  },
4393
4421
  p(i, o) {
4394
4422
  o & /*$_*/
4395
4423
  8 && r !== (r = /*$_*/
4396
- i[3]("loading") + "") && tt(n, r);
4424
+ i[3]("loading") + "") && nt(n, r);
4397
4425
  },
4398
4426
  d(i) {
4399
4427
  i && J(t);
4400
4428
  }
4401
4429
  };
4402
4430
  }
4403
- function Ki(e) {
4431
+ function no(e) {
4404
4432
  let t, r, n, i = (
4405
4433
  /*$_*/
4406
4434
  e[3]("titlePendingWithdrawals") + ""
4407
4435
  ), o, s, a = (
4408
4436
  /*isMobile*/
4409
- e[4] && Ji(e)
4437
+ e[4] && eo(e)
4410
4438
  );
4411
4439
  function h(c, f) {
4412
4440
  return (
4413
4441
  /*isLoading*/
4414
- c[1] ? qi : Yi
4442
+ c[1] ? ro : to
4415
4443
  );
4416
4444
  }
4417
4445
  let u = h(e), l = u(e);
4418
4446
  return {
4419
4447
  c() {
4420
- t = L("div"), a && a.c(), r = Me(), n = L("h2"), o = re(i), s = Me(), l.c(), E(n, "class", "PendingWithdrawalsTitle " + /*isMobile*/
4448
+ t = N("div"), a && a.c(), r = $e(), n = N("h2"), o = ne(i), s = $e(), l.c(), E(n, "class", "PendingWithdrawalsTitle " + /*isMobile*/
4421
4449
  (e[4] ? "PendingWithdrawalsTitleNone" : "")), E(t, "class", "PendingWithdrawalsWrapper " + /*isMobile*/
4422
4450
  (e[4] ? "PendingWithdrawalsWrapperMobile" : ""));
4423
4451
  },
4424
4452
  m(c, f) {
4425
- ae(c, t, f), a && a.m(t, null), x(t, r), x(t, n), x(n, o), x(t, s), l.m(t, null), e[15](t);
4453
+ ue(c, t, f), a && a.m(t, null), x(t, r), x(t, n), x(n, o), x(t, s), l.m(t, null), e[15](t);
4426
4454
  },
4427
4455
  p(c, [f]) {
4428
4456
  /*isMobile*/
4429
4457
  c[4] && a.p(c, f), f & /*$_*/
4430
4458
  8 && i !== (i = /*$_*/
4431
- c[3]("titlePendingWithdrawals") + "") && tt(o, i), u === (u = h(c)) && l ? l.p(c, f) : (l.d(1), l = u(c), l && (l.c(), l.m(t, null)));
4459
+ c[3]("titlePendingWithdrawals") + "") && nt(o, i), u === (u = h(c)) && l ? l.p(c, f) : (l.d(1), l = u(c), l && (l.c(), l.m(t, null)));
4432
4460
  },
4433
4461
  i: P,
4434
4462
  o: P,
@@ -4437,76 +4465,76 @@ function Ki(e) {
4437
4465
  }
4438
4466
  };
4439
4467
  }
4440
- function eo(e, t, r) {
4468
+ function io(e, t, r) {
4441
4469
  let n;
4442
- vr(e, ki, (g) => r(3, n = g));
4443
- let { endpoint: i = "" } = t, { session: o = "" } = t, { playerid: s = "" } = t, { lang: a = "en" } = t, { clientstyling: h = "" } = t, { clientstylingurl: u = "" } = t, { mbsource: l } = t, { translationurl: c = "" } = t, f, p = window.navigator.userAgent, y = Wi(p) !== "PC", d = !0, w = "";
4444
- const R = () => {
4445
- fetch(c).then((C) => C.json()).then((C) => {
4446
- Object.keys(C).forEach((M) => {
4447
- It(M, C[M]);
4470
+ Er(e, Vi, (y) => r(3, n = y));
4471
+ let { endpoint: i = "" } = t, { session: o = "" } = t, { playerid: s = "" } = t, { lang: a = "en" } = t, { clientstyling: h = "" } = t, { clientstylingurl: u = "" } = t, { mbsource: l } = t, { translationurl: c = "" } = t, f, p, g = window.navigator.userAgent, d = Xi(g) !== "PC", S = !0, L = "";
4472
+ const C = () => {
4473
+ fetch(c).then((M) => M.json()).then((M) => {
4474
+ Object.keys(M).forEach((R) => {
4475
+ Lt(R, M[R]);
4448
4476
  });
4449
- }).catch((C) => {
4450
- console.log(C);
4477
+ }).catch((M) => {
4478
+ console.log(M);
4451
4479
  });
4452
4480
  };
4453
- Object.keys(Nt).forEach((g) => {
4454
- It(g, Nt[g]);
4481
+ Object.keys(Ct).forEach((y) => {
4482
+ Lt(y, Ct[y]);
4455
4483
  });
4456
- const O = () => {
4484
+ const T = () => {
4457
4485
  window.postMessage(
4458
4486
  {
4459
4487
  type: "PlayerAccountMenuActive",
4460
- isMobile: y
4488
+ isMobile: d
4461
4489
  },
4462
4490
  window.location.href
4463
4491
  );
4464
- }, T = () => {
4465
- let g = new URL(`${i}/v1/player/${s}/hostedcashier/pendingwithdrawals`);
4466
- g.searchParams.append("language", a);
4467
- let C = {
4492
+ }, U = () => {
4493
+ let y = new URL(`${i}/v1/player/${s}/hostedcashier/pendingwithdrawals`);
4494
+ y.searchParams.append("language", a);
4495
+ let M = {
4468
4496
  method: "GET",
4469
4497
  headers: {
4470
4498
  "X-SessionId": o,
4471
4499
  accept: "application/json"
4472
4500
  }
4473
4501
  };
4474
- fetch(g.href, C).then((M) => M.json()).then(
4475
- (M) => {
4476
- r(1, d = !1), r(2, w = M.CashierUrl);
4502
+ fetch(y.href, M).then((R) => R.json()).then(
4503
+ (R) => {
4504
+ r(1, S = !1), r(2, L = R.CashierUrl);
4477
4505
  },
4478
- (M) => {
4479
- console.error(M);
4506
+ (R) => {
4507
+ console.error(R);
4480
4508
  }
4481
4509
  );
4482
- }, U = () => {
4483
- Vi(a);
4510
+ }, O = () => {
4511
+ zi(a);
4484
4512
  };
4485
- Pr(() => () => {
4513
+ Br(() => () => {
4486
4514
  });
4487
- const I = () => O();
4488
- function G(g) {
4489
- $e[g ? "unshift" : "push"](() => {
4490
- f = g, r(0, f);
4515
+ const G = () => T();
4516
+ function ce(y) {
4517
+ Ue[y ? "unshift" : "push"](() => {
4518
+ f = y, r(0, f);
4491
4519
  });
4492
4520
  }
4493
- return e.$$set = (g) => {
4494
- "endpoint" in g && r(6, i = g.endpoint), "session" in g && r(7, o = g.session), "playerid" in g && r(8, s = g.playerid), "lang" in g && r(9, a = g.lang), "clientstyling" in g && r(10, h = g.clientstyling), "clientstylingurl" in g && r(11, u = g.clientstylingurl), "mbsource" in g && r(12, l = g.mbsource), "translationurl" in g && r(13, c = g.translationurl);
4521
+ return e.$$set = (y) => {
4522
+ "endpoint" in y && r(6, i = y.endpoint), "session" in y && r(7, o = y.session), "playerid" in y && r(8, s = 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), "mbsource" in y && r(12, l = y.mbsource), "translationurl" in y && r(13, c = y.translationurl);
4495
4523
  }, e.$$.update = () => {
4496
4524
  e.$$.dirty & /*lang*/
4497
- 512 && a && U(), e.$$.dirty & /*session, playerid, endpoint, lang*/
4498
- 960 && o && s && i && a && T(), e.$$.dirty & /*clientstyling, customStylingContainer*/
4499
- 1025 && h && f && Xi(f, h), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
4500
- 2049 && u && f && zi(f, u), e.$$.dirty & /*mbsource, customStylingContainer*/
4501
- 4097 && l && f && Zi(f, `${l}.Style`), e.$$.dirty & /*translationurl*/
4502
- 8192 && c && R();
4525
+ 512 && a && O(), e.$$.dirty & /*session, playerid, endpoint, lang*/
4526
+ 960 && o && s && i && a && U(), e.$$.dirty & /*clientstyling, customStylingContainer*/
4527
+ 1025 && h && f && Zi(f, h), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
4528
+ 2049 && u && f && Qi(f, u), e.$$.dirty & /*mbsource, customStylingContainer*/
4529
+ 4097 && l && f && Yi(f, `${l}.Style`, p), e.$$.dirty & /*translationurl*/
4530
+ 8192 && c && C();
4503
4531
  }, [
4504
4532
  f,
4505
- d,
4506
- w,
4533
+ S,
4534
+ L,
4507
4535
  n,
4508
- y,
4509
- O,
4536
+ d,
4537
+ T,
4510
4538
  i,
4511
4539
  o,
4512
4540
  s,
@@ -4515,18 +4543,18 @@ function eo(e, t, r) {
4515
4543
  u,
4516
4544
  l,
4517
4545
  c,
4518
- I,
4519
- G
4546
+ G,
4547
+ ce
4520
4548
  ];
4521
4549
  }
4522
- class to extends Dr {
4550
+ class oo extends Fr {
4523
4551
  constructor(t) {
4524
- super(), Rr(
4552
+ super(), Dr(
4525
4553
  this,
4526
4554
  t,
4527
- eo,
4528
- Ki,
4529
- Ct,
4555
+ io,
4556
+ no,
4557
+ Rt,
4530
4558
  {
4531
4559
  endpoint: 6,
4532
4560
  session: 7,
@@ -4537,59 +4565,59 @@ class to extends Dr {
4537
4565
  mbsource: 12,
4538
4566
  translationurl: 13
4539
4567
  },
4540
- Qi
4568
+ Ki
4541
4569
  );
4542
4570
  }
4543
4571
  get endpoint() {
4544
4572
  return this.$$.ctx[6];
4545
4573
  }
4546
4574
  set endpoint(t) {
4547
- this.$$set({ endpoint: t }), B();
4575
+ this.$$set({ endpoint: t }), A();
4548
4576
  }
4549
4577
  get session() {
4550
4578
  return this.$$.ctx[7];
4551
4579
  }
4552
4580
  set session(t) {
4553
- this.$$set({ session: t }), B();
4581
+ this.$$set({ session: t }), A();
4554
4582
  }
4555
4583
  get playerid() {
4556
4584
  return this.$$.ctx[8];
4557
4585
  }
4558
4586
  set playerid(t) {
4559
- this.$$set({ playerid: t }), B();
4587
+ this.$$set({ playerid: t }), A();
4560
4588
  }
4561
4589
  get lang() {
4562
4590
  return this.$$.ctx[9];
4563
4591
  }
4564
4592
  set lang(t) {
4565
- this.$$set({ lang: t }), B();
4593
+ this.$$set({ lang: t }), A();
4566
4594
  }
4567
4595
  get clientstyling() {
4568
4596
  return this.$$.ctx[10];
4569
4597
  }
4570
4598
  set clientstyling(t) {
4571
- this.$$set({ clientstyling: t }), B();
4599
+ this.$$set({ clientstyling: t }), A();
4572
4600
  }
4573
4601
  get clientstylingurl() {
4574
4602
  return this.$$.ctx[11];
4575
4603
  }
4576
4604
  set clientstylingurl(t) {
4577
- this.$$set({ clientstylingurl: t }), B();
4605
+ this.$$set({ clientstylingurl: t }), A();
4578
4606
  }
4579
4607
  get mbsource() {
4580
4608
  return this.$$.ctx[12];
4581
4609
  }
4582
4610
  set mbsource(t) {
4583
- this.$$set({ mbsource: t }), B();
4611
+ this.$$set({ mbsource: t }), A();
4584
4612
  }
4585
4613
  get translationurl() {
4586
4614
  return this.$$.ctx[13];
4587
4615
  }
4588
4616
  set translationurl(t) {
4589
- this.$$set({ translationurl: t }), B();
4617
+ this.$$set({ translationurl: t }), A();
4590
4618
  }
4591
4619
  }
4592
- Ur(to, { endpoint: {}, session: {}, playerid: {}, lang: {}, clientstyling: {}, clientstylingurl: {}, mbsource: {}, translationurl: {} }, [], [], !0);
4620
+ Gr(oo, { endpoint: {}, session: {}, playerid: {}, lang: {}, clientstyling: {}, clientstylingurl: {}, mbsource: {}, translationurl: {} }, [], [], !0);
4593
4621
  export {
4594
- to as default
4622
+ oo as default
4595
4623
  };