@everymatrix/casino-tournaments-tab 1.75.0 → 1.76.0

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,26 +1,26 @@
1
- var cr = Object.defineProperty, pr = Object.defineProperties;
2
- var mr = Object.getOwnPropertyDescriptors;
1
+ var pr = Object.defineProperty, mr = Object.defineProperties;
2
+ var dr = Object.getOwnPropertyDescriptors;
3
3
  var se = Object.getOwnPropertySymbols;
4
- var Ke = Object.prototype.hasOwnProperty, et = Object.prototype.propertyIsEnumerable;
5
- var Ee = (e, t, r) => t in e ? cr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Q = (e, t) => {
4
+ var tt = Object.prototype.hasOwnProperty, rt = Object.prototype.propertyIsEnumerable;
5
+ var Se = (e, t, r) => t in e ? pr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, $ = (e, t) => {
6
6
  for (var r in t || (t = {}))
7
- Ke.call(t, r) && Ee(e, r, t[r]);
7
+ tt.call(t, r) && Se(e, r, t[r]);
8
8
  if (se)
9
9
  for (var r of se(t))
10
- et.call(t, r) && Ee(e, r, t[r]);
10
+ rt.call(t, r) && Se(e, r, t[r]);
11
11
  return e;
12
- }, _e = (e, t) => pr(e, mr(t));
13
- var tt = (e, t) => {
12
+ }, ae = (e, t) => mr(e, dr(t));
13
+ var nt = (e, t) => {
14
14
  var r = {};
15
15
  for (var n in e)
16
- Ke.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
16
+ tt.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
17
17
  if (e != null && se)
18
18
  for (var n of se(e))
19
- t.indexOf(n) < 0 && et.call(e, n) && (r[n] = e[n]);
19
+ t.indexOf(n) < 0 && rt.call(e, n) && (r[n] = e[n]);
20
20
  return r;
21
21
  };
22
- var x = (e, t, r) => (Ee(e, typeof t != "symbol" ? t + "" : t, r), r);
23
- var rt = (e, t, r) => new Promise((n, i) => {
22
+ var x = (e, t, r) => (Se(e, typeof t != "symbol" ? t + "" : t, r), r);
23
+ var it = (e, t, r) => new Promise((n, i) => {
24
24
  var o = (h) => {
25
25
  try {
26
26
  a(r.next(h));
@@ -38,25 +38,25 @@ var rt = (e, t, r) => new Promise((n, i) => {
38
38
  });
39
39
  function w() {
40
40
  }
41
- function It(e) {
41
+ function Nt(e) {
42
42
  return e();
43
43
  }
44
- function nt() {
44
+ function ot() {
45
45
  return /* @__PURE__ */ Object.create(null);
46
46
  }
47
- function te(e) {
48
- e.forEach(It);
47
+ function ee(e) {
48
+ e.forEach(Nt);
49
49
  }
50
- function ze(e) {
50
+ function Je(e) {
51
51
  return typeof e == "function";
52
52
  }
53
- function Lt(e, t) {
53
+ function Ct(e, t) {
54
54
  return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
55
55
  }
56
- function dr(e) {
56
+ function br(e) {
57
57
  return Object.keys(e).length === 0;
58
58
  }
59
- function br(e, ...t) {
59
+ function gr(e, ...t) {
60
60
  if (e == null) {
61
61
  for (const n of t)
62
62
  n(void 0);
@@ -68,14 +68,14 @@ function br(e, ...t) {
68
68
  function C(e, t) {
69
69
  e.appendChild(t);
70
70
  }
71
- function gr(e, t, r) {
72
- const n = vr(e);
71
+ function vr(e, t, r) {
72
+ const n = yr(e);
73
73
  if (!n.getElementById(t)) {
74
74
  const i = I("style");
75
- i.id = t, i.textContent = r, yr(n, i);
75
+ i.id = t, i.textContent = r, _r(n, i);
76
76
  }
77
77
  }
78
- function vr(e) {
78
+ function yr(e) {
79
79
  if (!e)
80
80
  return document;
81
81
  const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
@@ -85,14 +85,14 @@ function vr(e) {
85
85
  t
86
86
  ) : e.ownerDocument;
87
87
  }
88
- function yr(e, t) {
88
+ function _r(e, t) {
89
89
  return C(
90
90
  /** @type {Document} */
91
91
  e.head || e,
92
92
  t
93
93
  ), t.sheet;
94
94
  }
95
- function re(e, t, r) {
95
+ function te(e, t, r) {
96
96
  e.insertBefore(t, r || null);
97
97
  }
98
98
  function X(e) {
@@ -105,22 +105,22 @@ function Er(e, t) {
105
105
  function I(e) {
106
106
  return document.createElement(e);
107
107
  }
108
- function We(e) {
108
+ function Ye(e) {
109
109
  return document.createTextNode(e);
110
110
  }
111
- function it() {
112
- return We(" ");
111
+ function st() {
112
+ return Ye(" ");
113
113
  }
114
- function _r(e, t, r, n) {
114
+ function xr(e, t, r, n) {
115
115
  return e.addEventListener(t, r, n), () => e.removeEventListener(t, r, n);
116
116
  }
117
- function S(e, t, r) {
117
+ function T(e, t, r) {
118
118
  r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
119
119
  }
120
- function xr(e) {
120
+ function Sr(e) {
121
121
  return Array.from(e.childNodes);
122
122
  }
123
- function Nt(e, t) {
123
+ function Mt(e, t) {
124
124
  t = "" + t, e.data !== t && (e.data = /** @type {string} */
125
125
  t);
126
126
  }
@@ -133,90 +133,90 @@ function Tr(e) {
133
133
  }
134
134
  ), t;
135
135
  }
136
- let q;
137
- function Y(e) {
138
- q = e;
136
+ let Y;
137
+ function J(e) {
138
+ Y = e;
139
139
  }
140
- function Sr() {
141
- if (!q)
140
+ function wr() {
141
+ if (!Y)
142
142
  throw new Error("Function called outside component initialization");
143
- return q;
143
+ return Y;
144
144
  }
145
- function Ct(e) {
146
- Sr().$$.on_mount.push(e);
145
+ function $t(e) {
146
+ wr().$$.on_mount.push(e);
147
147
  }
148
- const U = [], Oe = [];
149
- let D = [];
150
- const ot = [], wr = /* @__PURE__ */ Promise.resolve();
151
- let Ie = !1;
152
- function Hr() {
153
- Ie || (Ie = !0, wr.then(P));
148
+ const D = [], Le = [];
149
+ let G = [];
150
+ const at = [], Hr = /* @__PURE__ */ Promise.resolve();
151
+ let Ne = !1;
152
+ function Br() {
153
+ Ne || (Ne = !0, Hr.then(P));
154
154
  }
155
- function Le(e) {
156
- D.push(e);
155
+ function Ce(e) {
156
+ G.push(e);
157
157
  }
158
- const xe = /* @__PURE__ */ new Set();
159
- let $ = 0;
158
+ const Te = /* @__PURE__ */ new Set();
159
+ let R = 0;
160
160
  function P() {
161
- if ($ !== 0)
161
+ if (R !== 0)
162
162
  return;
163
- const e = q;
163
+ const e = Y;
164
164
  do {
165
165
  try {
166
- for (; $ < U.length; ) {
167
- const t = U[$];
168
- $++, Y(t), Br(t.$$);
166
+ for (; R < D.length; ) {
167
+ const t = D[R];
168
+ R++, J(t), Ar(t.$$);
169
169
  }
170
170
  } catch (t) {
171
- throw U.length = 0, $ = 0, t;
171
+ throw D.length = 0, R = 0, t;
172
172
  }
173
- for (Y(null), U.length = 0, $ = 0; Oe.length; )
174
- Oe.pop()();
175
- for (let t = 0; t < D.length; t += 1) {
176
- const r = D[t];
177
- xe.has(r) || (xe.add(r), r());
173
+ for (J(null), D.length = 0, R = 0; Le.length; )
174
+ Le.pop()();
175
+ for (let t = 0; t < G.length; t += 1) {
176
+ const r = G[t];
177
+ Te.has(r) || (Te.add(r), r());
178
178
  }
179
- D.length = 0;
180
- } while (U.length);
181
- for (; ot.length; )
182
- ot.pop()();
183
- Ie = !1, xe.clear(), Y(e);
179
+ G.length = 0;
180
+ } while (D.length);
181
+ for (; at.length; )
182
+ at.pop()();
183
+ Ne = !1, Te.clear(), J(e);
184
184
  }
185
- function Br(e) {
185
+ function Ar(e) {
186
186
  if (e.fragment !== null) {
187
- e.update(), te(e.before_update);
187
+ e.update(), ee(e.before_update);
188
188
  const t = e.dirty;
189
- e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Le);
189
+ e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Ce);
190
190
  }
191
191
  }
192
- function Ar(e) {
192
+ function Pr(e) {
193
193
  const t = [], r = [];
194
- D.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), D = t;
194
+ G.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), G = t;
195
195
  }
196
- const Pr = /* @__PURE__ */ new Set();
197
- function Or(e, t) {
198
- e && e.i && (Pr.delete(e), e.i(t));
196
+ const Or = /* @__PURE__ */ new Set();
197
+ function Ir(e, t) {
198
+ e && e.i && (Or.delete(e), e.i(t));
199
199
  }
200
- function st(e) {
200
+ function ut(e) {
201
201
  return (e == null ? void 0 : e.length) !== void 0 ? e : Array.from(e);
202
202
  }
203
- function Ir(e, t, r) {
203
+ function Lr(e, t, r) {
204
204
  const { fragment: n, after_update: i } = e.$$;
205
- n && n.m(t, r), Le(() => {
206
- const o = e.$$.on_mount.map(It).filter(ze);
207
- e.$$.on_destroy ? e.$$.on_destroy.push(...o) : te(o), e.$$.on_mount = [];
208
- }), i.forEach(Le);
205
+ n && n.m(t, r), Ce(() => {
206
+ const o = e.$$.on_mount.map(Nt).filter(Je);
207
+ e.$$.on_destroy ? e.$$.on_destroy.push(...o) : ee(o), e.$$.on_mount = [];
208
+ }), i.forEach(Ce);
209
209
  }
210
- function Lr(e, t) {
210
+ function Nr(e, t) {
211
211
  const r = e.$$;
212
- r.fragment !== null && (Ar(r.after_update), te(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
212
+ r.fragment !== null && (Pr(r.after_update), ee(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
213
213
  }
214
- function Nr(e, t) {
215
- e.$$.dirty[0] === -1 && (U.push(e), Hr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
214
+ function Cr(e, t) {
215
+ e.$$.dirty[0] === -1 && (D.push(e), Br(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
216
216
  }
217
- function Cr(e, t, r, n, i, o, s = null, a = [-1]) {
218
- const h = q;
219
- Y(e);
217
+ function Mr(e, t, r, n, i, o, s = null, a = [-1]) {
218
+ const h = Y;
219
+ J(e);
220
220
  const u = e.$$ = {
221
221
  fragment: null,
222
222
  ctx: [],
@@ -224,7 +224,7 @@ function Cr(e, t, r, n, i, o, s = null, a = [-1]) {
224
224
  props: o,
225
225
  update: w,
226
226
  not_equal: i,
227
- bound: nt(),
227
+ bound: ot(),
228
228
  // lifecycle
229
229
  on_mount: [],
230
230
  on_destroy: [],
@@ -233,7 +233,7 @@ function Cr(e, t, r, n, i, o, s = null, a = [-1]) {
233
233
  after_update: [],
234
234
  context: new Map(t.context || (h ? h.$$.context : [])),
235
235
  // everything else
236
- callbacks: nt(),
236
+ callbacks: ot(),
237
237
  dirty: a,
238
238
  skip_bound: !1,
239
239
  root: t.target || h.$$.root
@@ -242,19 +242,19 @@ function Cr(e, t, r, n, i, o, s = null, a = [-1]) {
242
242
  let l = !1;
243
243
  if (u.ctx = r ? r(e, t.props || {}, (f, c, ...p) => {
244
244
  const d = p.length ? p[0] : c;
245
- return u.ctx && i(u.ctx[f], u.ctx[f] = d) && (!u.skip_bound && u.bound[f] && u.bound[f](d), l && Nr(e, f)), c;
246
- }) : [], u.update(), l = !0, te(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
245
+ return u.ctx && i(u.ctx[f], u.ctx[f] = d) && (!u.skip_bound && u.bound[f] && u.bound[f](d), l && Cr(e, f)), c;
246
+ }) : [], u.update(), l = !0, ee(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
247
247
  if (t.hydrate) {
248
- const f = xr(t.target);
248
+ const f = Sr(t.target);
249
249
  u.fragment && u.fragment.l(f), f.forEach(X);
250
250
  } else
251
251
  u.fragment && u.fragment.c();
252
- t.intro && Or(e.$$.fragment), Ir(e, t.target, t.anchor), P();
252
+ t.intro && Ir(e.$$.fragment), Lr(e, t.target, t.anchor), P();
253
253
  }
254
- Y(h);
254
+ J(h);
255
255
  }
256
- let Mt;
257
- typeof HTMLElement == "function" && (Mt = class extends HTMLElement {
256
+ let Rt;
257
+ typeof HTMLElement == "function" && (Rt = class extends HTMLElement {
258
258
  constructor(t, r, n) {
259
259
  super();
260
260
  /** The Svelte component constructor */
@@ -291,21 +291,21 @@ typeof HTMLElement == "function" && (Mt = class extends HTMLElement {
291
291
  }
292
292
  }
293
293
  connectedCallback() {
294
- return rt(this, null, function* () {
294
+ return it(this, null, function* () {
295
295
  if (this.$$cn = !0, !this.$$c) {
296
296
  let t = function(o) {
297
297
  return () => {
298
298
  let s;
299
299
  return {
300
300
  c: function() {
301
- s = I("slot"), o !== "default" && S(s, "name", o);
301
+ s = I("slot"), o !== "default" && T(s, "name", o);
302
302
  },
303
303
  /**
304
304
  * @param {HTMLElement} target
305
305
  * @param {HTMLElement} [anchor]
306
306
  */
307
307
  m: function(u, l) {
308
- re(u, s, l);
308
+ te(u, s, l);
309
309
  },
310
310
  d: function(u) {
311
311
  u && X(s);
@@ -320,13 +320,13 @@ typeof HTMLElement == "function" && (Mt = class extends HTMLElement {
320
320
  o in n && (r[o] = [t(o)]);
321
321
  for (const o of this.attributes) {
322
322
  const s = this.$$g_p(o.name);
323
- s in this.$$d || (this.$$d[s] = he(s, o.value, this.$$p_d, "toProp"));
323
+ s in this.$$d || (this.$$d[s] = le(s, o.value, this.$$p_d, "toProp"));
324
324
  }
325
325
  for (const o in this.$$p_d)
326
326
  !(o in this.$$d) && this[o] !== void 0 && (this.$$d[o] = this[o], delete this[o]);
327
327
  this.$$c = new this.$$ctor({
328
328
  target: this.shadowRoot || this,
329
- props: _e(Q({}, this.$$d), {
329
+ props: ae($({}, this.$$d), {
330
330
  $$slots: r,
331
331
  $$scope: {
332
332
  ctx: []
@@ -337,7 +337,7 @@ typeof HTMLElement == "function" && (Mt = class extends HTMLElement {
337
337
  this.$$r = !0;
338
338
  for (const o in this.$$p_d)
339
339
  if (this.$$d[o] = this.$$c.$$.ctx[this.$$c.$$.props[o]], this.$$p_d[o].reflect) {
340
- const s = he(
340
+ const s = le(
341
341
  o,
342
342
  this.$$d[o],
343
343
  this.$$p_d,
@@ -361,7 +361,7 @@ typeof HTMLElement == "function" && (Mt = class extends HTMLElement {
361
361
  // and setting attributes through setAttribute etc, this is helpful
362
362
  attributeChangedCallback(t, r, n) {
363
363
  var i;
364
- this.$$r || (t = this.$$g_p(t), this.$$d[t] = he(t, n, this.$$p_d, "toProp"), (i = this.$$c) == null || i.$set({ [t]: this.$$d[t] }));
364
+ this.$$r || (t = this.$$g_p(t), this.$$d[t] = le(t, n, this.$$p_d, "toProp"), (i = this.$$c) == null || i.$set({ [t]: this.$$d[t] }));
365
365
  }
366
366
  disconnectedCallback() {
367
367
  this.$$cn = !1, Promise.resolve().then(() => {
@@ -374,7 +374,7 @@ typeof HTMLElement == "function" && (Mt = class extends HTMLElement {
374
374
  ) || t;
375
375
  }
376
376
  });
377
- function he(e, t, r, n) {
377
+ function le(e, t, r, n) {
378
378
  var o;
379
379
  const i = (o = r[e]) == null ? void 0 : o.type;
380
380
  if (t = i === "Boolean" && typeof t != "boolean" ? t != null : t, !n || !r[e])
@@ -404,8 +404,8 @@ function he(e, t, r, n) {
404
404
  return t;
405
405
  }
406
406
  }
407
- function Mr(e, t, r, n, i, o) {
408
- let s = class extends Mt {
407
+ function $r(e, t, r, n, i, o) {
408
+ let s = class extends Rt {
409
409
  constructor() {
410
410
  super(e, r, i), this.$$p_d = t;
411
411
  }
@@ -422,7 +422,7 @@ function Mr(e, t, r, n, i, o) {
422
422
  },
423
423
  set(h) {
424
424
  var u;
425
- h = he(a, h, t), this.$$d[a] = h, (u = this.$$c) == null || u.$set({ [a]: h });
425
+ h = le(a, h, t), this.$$d[a] = h, (u = this.$$c) == null || u.$set({ [a]: h });
426
426
  }
427
427
  });
428
428
  }), n.forEach((a) => {
@@ -435,7 +435,7 @@ function Mr(e, t, r, n, i, o) {
435
435
  }), e.element = /** @type {any} */
436
436
  s, s;
437
437
  }
438
- class $r {
438
+ class Rr {
439
439
  constructor() {
440
440
  /**
441
441
  * ### PRIVATE API
@@ -456,7 +456,7 @@ class $r {
456
456
  }
457
457
  /** @returns {void} */
458
458
  $destroy() {
459
- Lr(this, 1), this.$destroy = w;
459
+ Nr(this, 1), this.$destroy = w;
460
460
  }
461
461
  /**
462
462
  * @template {Extract<keyof Events, string>} K
@@ -465,7 +465,7 @@ class $r {
465
465
  * @returns {() => void}
466
466
  */
467
467
  $on(t, r) {
468
- if (!ze(r))
468
+ if (!Je(r))
469
469
  return w;
470
470
  const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
471
471
  return n.push(r), () => {
@@ -478,21 +478,21 @@ class $r {
478
478
  * @returns {void}
479
479
  */
480
480
  $set(t) {
481
- this.$$set && !dr(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
481
+ this.$$set && !br(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
482
482
  }
483
483
  }
484
- const Rr = "4";
485
- typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Rr);
486
- const Ur = (e) => (r) => {
484
+ const Ur = "4";
485
+ typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Ur);
486
+ const Dr = (e) => (r) => {
487
487
  Object.keys(e).map((n) => {
488
488
  if (r.data && r.data.type == n) {
489
- const i = r.data, { type: o } = i, s = tt(i, ["type"]);
489
+ const i = r.data, { type: o } = i, s = nt(i, ["type"]);
490
490
  e[n](s);
491
491
  }
492
492
  });
493
- }, Dr = (e) => {
494
- const t = Ur(e);
495
- Ct(() => (window.addEventListener("message", t, !1), () => {
493
+ }, Gr = (e) => {
494
+ const t = Dr(e);
495
+ $t(() => (window.addEventListener("message", t, !1), () => {
496
496
  window.removeEventListener("message", t);
497
497
  }));
498
498
  };
@@ -510,43 +510,24 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
510
510
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
511
511
  PERFORMANCE OF THIS SOFTWARE.
512
512
  ***************************************************************************** */
513
- var Ne = function(e, t) {
514
- return Ne = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
513
+ var Me = function(e, t) {
514
+ return Me = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
515
515
  r.__proto__ = n;
516
516
  } || function(r, n) {
517
517
  for (var i in n)
518
518
  Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
519
- }, Ne(e, t);
519
+ }, Me(e, t);
520
520
  };
521
- function A(e, t) {
521
+ function re(e, t) {
522
522
  if (typeof t != "function" && t !== null)
523
523
  throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
524
- Ne(e, t);
524
+ Me(e, t);
525
525
  function r() {
526
526
  this.constructor = e;
527
527
  }
528
528
  e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
529
529
  }
530
- var g = function() {
531
- return g = Object.assign || function(t) {
532
- for (var r, n = 1, i = arguments.length; n < i; n++) {
533
- r = arguments[n];
534
- for (var o in r)
535
- Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
536
- }
537
- return t;
538
- }, g.apply(this, arguments);
539
- };
540
- function Gr(e, t) {
541
- var r = {};
542
- for (var n in e)
543
- Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
544
- if (e != null && typeof Object.getOwnPropertySymbols == "function")
545
- for (var i = 0, n = Object.getOwnPropertySymbols(e); i < n.length; i++)
546
- t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
547
- return r;
548
- }
549
- function Ce(e) {
530
+ function $e(e) {
550
531
  var t = typeof Symbol == "function" && Symbol.iterator, r = t && e[t], n = 0;
551
532
  if (r)
552
533
  return r.call(e);
@@ -558,7 +539,7 @@ function Ce(e) {
558
539
  };
559
540
  throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
560
541
  }
561
- function Me(e, t) {
542
+ function Re(e, t) {
562
543
  var r = typeof Symbol == "function" && e[Symbol.iterator];
563
544
  if (!r)
564
545
  return e;
@@ -578,22 +559,22 @@ function Me(e, t) {
578
559
  }
579
560
  return o;
580
561
  }
581
- function G(e, t, r) {
582
- if (r || arguments.length === 2)
562
+ function Ue(e, t, r) {
563
+ if (arguments.length === 2)
583
564
  for (var n = 0, i = t.length, o; n < i; n++)
584
565
  (o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
585
566
  return e.concat(o || t);
586
567
  }
587
- function B(e) {
568
+ function A(e) {
588
569
  return typeof e == "function";
589
570
  }
590
- function $t(e) {
571
+ function Ut(e) {
591
572
  var t = function(n) {
592
573
  Error.call(n), n.stack = new Error().stack;
593
574
  }, r = e(t);
594
575
  return r.prototype = Object.create(Error.prototype), r.prototype.constructor = r, r;
595
576
  }
596
- var Te = $t(function(e) {
577
+ var we = Ut(function(e) {
597
578
  return function(r) {
598
579
  e(this), this.message = r ? r.length + ` errors occurred during unsubscription:
599
580
  ` + r.map(function(n, i) {
@@ -602,13 +583,13 @@ var Te = $t(function(e) {
602
583
  `) : "", this.name = "UnsubscriptionError", this.errors = r;
603
584
  };
604
585
  });
605
- function $e(e, t) {
586
+ function De(e, t) {
606
587
  if (e) {
607
588
  var r = e.indexOf(t);
608
589
  0 <= r && e.splice(r, 1);
609
590
  }
610
591
  }
611
- var de = function() {
592
+ var ge = function() {
612
593
  function e(t) {
613
594
  this.initialTeardown = t, this.closed = !1, this._parentage = null, this._finalizers = null;
614
595
  }
@@ -620,7 +601,7 @@ var de = function() {
620
601
  if (s)
621
602
  if (this._parentage = null, Array.isArray(s))
622
603
  try {
623
- for (var a = Ce(s), h = a.next(); !h.done; h = a.next()) {
604
+ for (var a = $e(s), h = a.next(); !h.done; h = a.next()) {
624
605
  var u = h.value;
625
606
  u.remove(this);
626
607
  }
@@ -637,22 +618,22 @@ var de = function() {
637
618
  else
638
619
  s.remove(this);
639
620
  var l = this.initialTeardown;
640
- if (B(l))
621
+ if (A(l))
641
622
  try {
642
623
  l();
643
624
  } catch (v) {
644
- o = v instanceof Te ? v.errors : [v];
625
+ o = v instanceof we ? v.errors : [v];
645
626
  }
646
627
  var f = this._finalizers;
647
628
  if (f) {
648
629
  this._finalizers = null;
649
630
  try {
650
- for (var c = Ce(f), p = c.next(); !p.done; p = c.next()) {
631
+ for (var c = $e(f), p = c.next(); !p.done; p = c.next()) {
651
632
  var d = p.value;
652
633
  try {
653
- at(d);
634
+ ht(d);
654
635
  } catch (v) {
655
- o = o != null ? o : [], v instanceof Te ? o = G(G([], Me(o)), Me(v.errors)) : o.push(v);
636
+ o = o != null ? o : [], v instanceof we ? o = Ue(Ue([], Re(o)), Re(v.errors)) : o.push(v);
656
637
  }
657
638
  }
658
639
  } catch (v) {
@@ -667,13 +648,13 @@ var de = function() {
667
648
  }
668
649
  }
669
650
  if (o)
670
- throw new Te(o);
651
+ throw new we(o);
671
652
  }
672
653
  }, e.prototype.add = function(t) {
673
654
  var r;
674
655
  if (t && t !== this)
675
656
  if (this.closed)
676
- at(t);
657
+ ht(t);
677
658
  else {
678
659
  if (t instanceof e) {
679
660
  if (t.closed || t._hasParent(this))
@@ -690,56 +671,52 @@ var de = function() {
690
671
  this._parentage = Array.isArray(r) ? (r.push(t), r) : r ? [r, t] : t;
691
672
  }, e.prototype._removeParent = function(t) {
692
673
  var r = this._parentage;
693
- r === t ? this._parentage = null : Array.isArray(r) && $e(r, t);
674
+ r === t ? this._parentage = null : Array.isArray(r) && De(r, t);
694
675
  }, e.prototype.remove = function(t) {
695
676
  var r = this._finalizers;
696
- r && $e(r, t), t instanceof e && t._removeParent(this);
677
+ r && De(r, t), t instanceof e && t._removeParent(this);
697
678
  }, e.EMPTY = function() {
698
679
  var t = new e();
699
680
  return t.closed = !0, t;
700
681
  }(), e;
701
- }(), Rt = de.EMPTY;
702
- function Ut(e) {
703
- return e instanceof de || e && "closed" in e && B(e.remove) && B(e.add) && B(e.unsubscribe);
704
- }
705
- function at(e) {
706
- B(e) ? e() : e.unsubscribe();
707
- }
708
- var Dt = {
709
- onUnhandledError: null,
710
- onStoppedNotification: null,
711
- Promise: void 0,
712
- useDeprecatedSynchronousErrorHandling: !1,
713
- useDeprecatedNextContext: !1
714
- }, Fr = {
682
+ }(), Dt = ge.EMPTY;
683
+ function Gt(e) {
684
+ return e instanceof ge || e && "closed" in e && A(e.remove) && A(e.add) && A(e.unsubscribe);
685
+ }
686
+ function ht(e) {
687
+ A(e) ? e() : e.unsubscribe();
688
+ }
689
+ var Fr = {
690
+ Promise: void 0
691
+ }, jr = {
715
692
  setTimeout: function(e, t) {
716
693
  for (var r = [], n = 2; n < arguments.length; n++)
717
694
  r[n - 2] = arguments[n];
718
- return setTimeout.apply(void 0, G([e, t], Me(r)));
695
+ return setTimeout.apply(void 0, Ue([e, t], Re(r)));
719
696
  },
720
697
  clearTimeout: function(e) {
721
698
  return clearTimeout(e);
722
699
  },
723
700
  delegate: void 0
724
701
  };
725
- function jr(e) {
726
- Fr.setTimeout(function() {
702
+ function kr(e) {
703
+ jr.setTimeout(function() {
727
704
  throw e;
728
705
  });
729
706
  }
730
- function ut() {
707
+ function lt() {
731
708
  }
732
- function le(e) {
709
+ function fe(e) {
733
710
  e();
734
711
  }
735
- var Gt = function(e) {
736
- A(t, e);
712
+ var Ft = function(e) {
713
+ re(t, e);
737
714
  function t(r) {
738
715
  var n = e.call(this) || this;
739
- return n.isStopped = !1, r ? (n.destination = r, Ut(r) && r.add(n)) : n.destination = zr, n;
716
+ return n.isStopped = !1, r ? (n.destination = r, Gt(r) && r.add(n)) : n.destination = zr, n;
740
717
  }
741
718
  return t.create = function(r, n, i) {
742
- return new Re(r, n, i);
719
+ return new Ge(r, n, i);
743
720
  }, t.prototype.next = function(r) {
744
721
  this.isStopped || this._next(r);
745
722
  }, t.prototype.error = function(r) {
@@ -763,11 +740,7 @@ var Gt = function(e) {
763
740
  this.unsubscribe();
764
741
  }
765
742
  }, t;
766
- }(de), kr = Function.prototype.bind;
767
- function Se(e, t) {
768
- return kr.call(e, t);
769
- }
770
- var Vr = function() {
743
+ }(ge), Vr = function() {
771
744
  function e(t) {
772
745
  this.partialObserver = t;
773
746
  }
@@ -777,7 +750,7 @@ var Vr = function() {
777
750
  try {
778
751
  r.next(t);
779
752
  } catch (n) {
780
- ae(n);
753
+ ue(n);
781
754
  }
782
755
  }, e.prototype.error = function(t) {
783
756
  var r = this.partialObserver;
@@ -785,54 +758,42 @@ var Vr = function() {
785
758
  try {
786
759
  r.error(t);
787
760
  } catch (n) {
788
- ae(n);
761
+ ue(n);
789
762
  }
790
763
  else
791
- ae(t);
764
+ ue(t);
792
765
  }, e.prototype.complete = function() {
793
766
  var t = this.partialObserver;
794
767
  if (t.complete)
795
768
  try {
796
769
  t.complete();
797
770
  } catch (r) {
798
- ae(r);
771
+ ue(r);
799
772
  }
800
773
  }, e;
801
- }(), Re = function(e) {
802
- A(t, e);
774
+ }(), Ge = function(e) {
775
+ re(t, e);
803
776
  function t(r, n, i) {
804
777
  var o = e.call(this) || this, s;
805
- if (B(r) || !r)
806
- s = {
807
- next: r != null ? r : void 0,
808
- error: n != null ? n : void 0,
809
- complete: i != null ? i : void 0
810
- };
811
- else {
812
- var a;
813
- o && Dt.useDeprecatedNextContext ? (a = Object.create(r), a.unsubscribe = function() {
814
- return o.unsubscribe();
815
- }, s = {
816
- next: r.next && Se(r.next, a),
817
- error: r.error && Se(r.error, a),
818
- complete: r.complete && Se(r.complete, a)
819
- }) : s = r;
820
- }
821
- return o.destination = new Vr(s), o;
778
+ return A(r) || !r ? s = {
779
+ next: r != null ? r : void 0,
780
+ error: n != null ? n : void 0,
781
+ complete: i != null ? i : void 0
782
+ } : s = r, o.destination = new Vr(s), o;
822
783
  }
823
784
  return t;
824
- }(Gt);
825
- function ae(e) {
826
- jr(e);
785
+ }(Ft);
786
+ function ue(e) {
787
+ kr(e);
827
788
  }
828
789
  function Xr(e) {
829
790
  throw e;
830
791
  }
831
792
  var zr = {
832
793
  closed: !0,
833
- next: ut,
794
+ next: lt,
834
795
  error: Xr,
835
- complete: ut
796
+ complete: lt
836
797
  }, Wr = function() {
837
798
  return typeof Symbol == "function" && Symbol.observable || "@@observable";
838
799
  }();
@@ -846,7 +807,7 @@ function Qr(e) {
846
807
  }, r);
847
808
  };
848
809
  }
849
- var ht = function() {
810
+ var ft = function() {
850
811
  function e(t) {
851
812
  t && (this._subscribe = t);
852
813
  }
@@ -854,8 +815,8 @@ var ht = function() {
854
815
  var r = new e();
855
816
  return r.source = this, r.operator = t, r;
856
817
  }, e.prototype.subscribe = function(t, r, n) {
857
- var i = this, o = Yr(t) ? t : new Re(t, r, n);
858
- return le(function() {
818
+ var i = this, o = Yr(t) ? t : new Ge(t, r, n);
819
+ return fe(function() {
859
820
  var s = i, a = s.operator, h = s.source;
860
821
  o.add(a ? a.call(o, h) : h ? i._subscribe(o) : i._trySubscribe(o));
861
822
  }), o;
@@ -867,8 +828,8 @@ var ht = function() {
867
828
  }
868
829
  }, e.prototype.forEach = function(t, r) {
869
830
  var n = this;
870
- return r = lt(r), new r(function(i, o) {
871
- var s = new Re({
831
+ return r = ct(r), new r(function(i, o) {
832
+ var s = new Ge({
872
833
  next: function(a) {
873
834
  try {
874
835
  t(a);
@@ -892,7 +853,7 @@ var ht = function() {
892
853
  return Qr(t)(this);
893
854
  }, e.prototype.toPromise = function(t) {
894
855
  var r = this;
895
- return t = lt(t), new t(function(n, i) {
856
+ return t = ct(t), new t(function(n, i) {
896
857
  var o;
897
858
  r.subscribe(function(s) {
898
859
  return o = s;
@@ -906,40 +867,40 @@ var ht = function() {
906
867
  return new e(t);
907
868
  }, e;
908
869
  }();
909
- function lt(e) {
870
+ function ct(e) {
910
871
  var t;
911
- return (t = e != null ? e : Dt.Promise) !== null && t !== void 0 ? t : Promise;
872
+ return (t = e != null ? e : Fr.Promise) !== null && t !== void 0 ? t : Promise;
912
873
  }
913
874
  function Jr(e) {
914
- return e && B(e.next) && B(e.error) && B(e.complete);
875
+ return e && A(e.next) && A(e.error) && A(e.complete);
915
876
  }
916
877
  function Yr(e) {
917
- return e && e instanceof Gt || Jr(e) && Ut(e);
878
+ return e && e instanceof Ft || Jr(e) && Gt(e);
918
879
  }
919
- var qr = $t(function(e) {
880
+ var qr = Ut(function(e) {
920
881
  return function() {
921
882
  e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
922
883
  };
923
- }), Ft = function(e) {
924
- A(t, e);
884
+ }), jt = function(e) {
885
+ re(t, e);
925
886
  function t() {
926
887
  var r = e.call(this) || this;
927
888
  return r.closed = !1, r.currentObservers = null, r.observers = [], r.isStopped = !1, r.hasError = !1, r.thrownError = null, r;
928
889
  }
929
890
  return t.prototype.lift = function(r) {
930
- var n = new ft(this, this);
891
+ var n = new pt(this, this);
931
892
  return n.operator = r, n;
932
893
  }, t.prototype._throwIfClosed = function() {
933
894
  if (this.closed)
934
895
  throw new qr();
935
896
  }, t.prototype.next = function(r) {
936
897
  var n = this;
937
- le(function() {
898
+ fe(function() {
938
899
  var i, o;
939
900
  if (n._throwIfClosed(), !n.isStopped) {
940
901
  n.currentObservers || (n.currentObservers = Array.from(n.observers));
941
902
  try {
942
- for (var s = Ce(n.currentObservers), a = s.next(); !a.done; a = s.next()) {
903
+ for (var s = $e(n.currentObservers), a = s.next(); !a.done; a = s.next()) {
943
904
  var h = a.value;
944
905
  h.next(r);
945
906
  }
@@ -957,7 +918,7 @@ var qr = $t(function(e) {
957
918
  });
958
919
  }, t.prototype.error = function(r) {
959
920
  var n = this;
960
- le(function() {
921
+ fe(function() {
961
922
  if (n._throwIfClosed(), !n.isStopped) {
962
923
  n.hasError = n.isStopped = !0, n.thrownError = r;
963
924
  for (var i = n.observers; i.length; )
@@ -966,7 +927,7 @@ var qr = $t(function(e) {
966
927
  });
967
928
  }, t.prototype.complete = function() {
968
929
  var r = this;
969
- le(function() {
930
+ fe(function() {
970
931
  if (r._throwIfClosed(), !r.isStopped) {
971
932
  r.isStopped = !0;
972
933
  for (var n = r.observers; n.length; )
@@ -988,20 +949,20 @@ var qr = $t(function(e) {
988
949
  return this._throwIfClosed(), this._checkFinalizedStatuses(r), this._innerSubscribe(r);
989
950
  }, t.prototype._innerSubscribe = function(r) {
990
951
  var n = this, i = this, o = i.hasError, s = i.isStopped, a = i.observers;
991
- return o || s ? Rt : (this.currentObservers = null, a.push(r), new de(function() {
992
- n.currentObservers = null, $e(a, r);
952
+ return o || s ? Dt : (this.currentObservers = null, a.push(r), new ge(function() {
953
+ n.currentObservers = null, De(a, r);
993
954
  }));
994
955
  }, t.prototype._checkFinalizedStatuses = function(r) {
995
956
  var n = this, i = n.hasError, o = n.thrownError, s = n.isStopped;
996
957
  i ? r.error(o) : s && r.complete();
997
958
  }, t.prototype.asObservable = function() {
998
- var r = new ht();
959
+ var r = new ft();
999
960
  return r.source = this, r;
1000
961
  }, t.create = function(r, n) {
1001
- return new ft(r, n);
962
+ return new pt(r, n);
1002
963
  }, t;
1003
- }(ht), ft = function(e) {
1004
- A(t, e);
964
+ }(ft), pt = function(e) {
965
+ re(t, e);
1005
966
  function t(r, n) {
1006
967
  var i = e.call(this) || this;
1007
968
  return i.destination = r, i.source = n, i;
@@ -1017,17 +978,17 @@ var qr = $t(function(e) {
1017
978
  (n = (r = this.destination) === null || r === void 0 ? void 0 : r.complete) === null || n === void 0 || n.call(r);
1018
979
  }, t.prototype._subscribe = function(r) {
1019
980
  var n, i;
1020
- return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : Rt;
981
+ return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : Dt;
1021
982
  }, t;
1022
- }(Ft), jt = {
983
+ }(jt), kt = {
1023
984
  now: function() {
1024
- return (jt.delegate || Date).now();
985
+ return (kt.delegate || Date).now();
1025
986
  },
1026
987
  delegate: void 0
1027
988
  }, Kr = function(e) {
1028
- A(t, e);
989
+ re(t, e);
1029
990
  function t(r, n, i) {
1030
- r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = jt);
991
+ r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = kt);
1031
992
  var o = e.call(this) || this;
1032
993
  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;
1033
994
  }
@@ -1047,31 +1008,31 @@ var qr = $t(function(e) {
1047
1008
  u && o.splice(0, u + 1);
1048
1009
  }
1049
1010
  }, t;
1050
- }(Ft);
1051
- const ct = [], pt = {}, en = (e, t = 0) => {
1052
- if (ct.indexOf(e) == -1) {
1011
+ }(jt);
1012
+ const mt = [], dt = {}, en = (e, t = 0) => {
1013
+ if (mt.indexOf(e) == -1) {
1053
1014
  const r = new Kr(t);
1054
- pt[e] = r, ct.push(e);
1015
+ dt[e] = r, mt.push(e);
1055
1016
  }
1056
- return pt[e];
1057
- }, R = [];
1017
+ return dt[e];
1018
+ }, U = [];
1058
1019
  function tn(e, t) {
1059
1020
  return {
1060
- subscribe: be(e, t).subscribe
1021
+ subscribe: ve(e, t).subscribe
1061
1022
  };
1062
1023
  }
1063
- function be(e, t = w) {
1024
+ function ve(e, t = w) {
1064
1025
  let r;
1065
1026
  const n = /* @__PURE__ */ new Set();
1066
1027
  function i(a) {
1067
- if (Lt(e, a) && (e = a, r)) {
1068
- const h = !R.length;
1028
+ if (Ct(e, a) && (e = a, r)) {
1029
+ const h = !U.length;
1069
1030
  for (const u of n)
1070
- u[1](), R.push(u, e);
1031
+ u[1](), U.push(u, e);
1071
1032
  if (h) {
1072
- for (let u = 0; u < R.length; u += 2)
1073
- R[u][0](R[u + 1]);
1074
- R.length = 0;
1033
+ for (let u = 0; u < U.length; u += 2)
1034
+ U[u][0](U[u + 1]);
1035
+ U.length = 0;
1075
1036
  }
1076
1037
  }
1077
1038
  }
@@ -1100,12 +1061,12 @@ function z(e, t, r) {
1100
1061
  return;
1101
1062
  f();
1102
1063
  const d = t(n ? u[0] : u, s, a);
1103
- o ? s(d) : f = ze(d) ? d : w;
1064
+ o ? s(d) : f = Je(d) ? d : w;
1104
1065
  }, p = i.map(
1105
- (d, v) => br(
1066
+ (d, v) => gr(
1106
1067
  d,
1107
- (T) => {
1108
- u[v] = T, l &= ~(1 << v), h && c();
1068
+ (S) => {
1069
+ u[v] = S, l &= ~(1 << v), h && c();
1109
1070
  },
1110
1071
  () => {
1111
1072
  l |= 1 << v;
@@ -1113,7 +1074,7 @@ function z(e, t, r) {
1113
1074
  )
1114
1075
  );
1115
1076
  return h = !0, c(), function() {
1116
- te(p), f(), h = !1;
1077
+ ee(p), f(), h = !1;
1117
1078
  };
1118
1079
  });
1119
1080
  }
@@ -1137,12 +1098,12 @@ function hn(e) {
1137
1098
  function ln(e) {
1138
1099
  return Array.isArray(e) ? [] : {};
1139
1100
  }
1140
- function K(e, t) {
1101
+ function q(e, t) {
1141
1102
  return t.clone !== !1 && t.isMergeableObject(e) ? F(ln(e), e, t) : e;
1142
1103
  }
1143
1104
  function fn(e, t, r) {
1144
1105
  return e.concat(t).map(function(n) {
1145
- return K(n, r);
1106
+ return q(n, r);
1146
1107
  });
1147
1108
  }
1148
1109
  function cn(e, t) {
@@ -1156,10 +1117,10 @@ function pn(e) {
1156
1117
  return Object.propertyIsEnumerable.call(e, t);
1157
1118
  }) : [];
1158
1119
  }
1159
- function mt(e) {
1120
+ function bt(e) {
1160
1121
  return Object.keys(e).concat(pn(e));
1161
1122
  }
1162
- function kt(e, t) {
1123
+ function Vt(e, t) {
1163
1124
  try {
1164
1125
  return t in e;
1165
1126
  } catch (r) {
@@ -1167,20 +1128,20 @@ function kt(e, t) {
1167
1128
  }
1168
1129
  }
1169
1130
  function mn(e, t) {
1170
- return kt(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
1131
+ return Vt(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
1171
1132
  }
1172
1133
  function dn(e, t, r) {
1173
1134
  var n = {};
1174
- return r.isMergeableObject(e) && mt(e).forEach(function(i) {
1175
- n[i] = K(e[i], r);
1176
- }), mt(t).forEach(function(i) {
1177
- mn(e, i) || (kt(e, i) && r.isMergeableObject(t[i]) ? n[i] = cn(i, r)(e[i], t[i], r) : n[i] = K(t[i], r));
1135
+ return r.isMergeableObject(e) && bt(e).forEach(function(i) {
1136
+ n[i] = q(e[i], r);
1137
+ }), bt(t).forEach(function(i) {
1138
+ mn(e, i) || (Vt(e, i) && r.isMergeableObject(t[i]) ? n[i] = cn(i, r)(e[i], t[i], r) : n[i] = q(t[i], r));
1178
1139
  }), n;
1179
1140
  }
1180
1141
  function F(e, t, r) {
1181
- r = r || {}, r.arrayMerge = r.arrayMerge || fn, r.isMergeableObject = r.isMergeableObject || nn, r.cloneUnlessOtherwiseSpecified = K;
1142
+ r = r || {}, r.arrayMerge = r.arrayMerge || fn, r.isMergeableObject = r.isMergeableObject || nn, r.cloneUnlessOtherwiseSpecified = q;
1182
1143
  var n = Array.isArray(t), i = Array.isArray(e), o = n === i;
1183
- return o ? n ? r.arrayMerge(e, t, r) : dn(e, t, r) : K(t, r);
1144
+ return o ? n ? r.arrayMerge(e, t, r) : dn(e, t, r) : q(t, r);
1184
1145
  }
1185
1146
  F.all = function(t, r) {
1186
1147
  if (!Array.isArray(t))
@@ -1191,105 +1152,155 @@ F.all = function(t, r) {
1191
1152
  };
1192
1153
  var bn = F, gn = bn;
1193
1154
  const vn = /* @__PURE__ */ rn(gn);
1194
- function we(e, t) {
1195
- var r = t && t.cache ? t.cache : Sn, n = t && t.serializer ? t.serializer : Tn, i = t && t.strategy ? t.strategy : En;
1155
+ var Fe = function(e, t) {
1156
+ return Fe = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
1157
+ r.__proto__ = n;
1158
+ } || function(r, n) {
1159
+ for (var i in n)
1160
+ Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
1161
+ }, Fe(e, t);
1162
+ };
1163
+ function ye(e, t) {
1164
+ if (typeof t != "function" && t !== null)
1165
+ throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
1166
+ Fe(e, t);
1167
+ function r() {
1168
+ this.constructor = e;
1169
+ }
1170
+ e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
1171
+ }
1172
+ var B = function() {
1173
+ return B = Object.assign || function(t) {
1174
+ for (var r, n = 1, i = arguments.length; n < i; n++) {
1175
+ r = arguments[n];
1176
+ for (var o in r)
1177
+ Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
1178
+ }
1179
+ return t;
1180
+ }, B.apply(this, arguments);
1181
+ };
1182
+ function yn(e, t) {
1183
+ var r = {};
1184
+ for (var n in e)
1185
+ Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
1186
+ if (e != null && typeof Object.getOwnPropertySymbols == "function")
1187
+ for (var i = 0, n = Object.getOwnPropertySymbols(e); i < n.length; i++)
1188
+ t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
1189
+ return r;
1190
+ }
1191
+ function He(e, t, r) {
1192
+ if (r || arguments.length === 2)
1193
+ for (var n = 0, i = t.length, o; n < i; n++)
1194
+ (o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
1195
+ return e.concat(o || Array.prototype.slice.call(t));
1196
+ }
1197
+ function Be(e, t) {
1198
+ var r = t && t.cache ? t.cache : Hn, n = t && t.serializer ? t.serializer : Tn, i = t && t.strategy ? t.strategy : xn;
1196
1199
  return i(e, {
1197
1200
  cache: r,
1198
1201
  serializer: n
1199
1202
  });
1200
1203
  }
1201
- function yn(e) {
1204
+ function _n(e) {
1202
1205
  return e == null || typeof e == "number" || typeof e == "boolean";
1203
1206
  }
1204
- function Vt(e, t, r, n) {
1205
- var i = yn(n) ? n : r(n), o = t.get(i);
1207
+ function En(e, t, r, n) {
1208
+ var i = _n(n) ? n : r(n), o = t.get(i);
1206
1209
  return typeof o == "undefined" && (o = e.call(this, n), t.set(i, o)), o;
1207
1210
  }
1208
1211
  function Xt(e, t, r) {
1209
1212
  var n = Array.prototype.slice.call(arguments, 3), i = r(n), o = t.get(i);
1210
1213
  return typeof o == "undefined" && (o = e.apply(this, n), t.set(i, o)), o;
1211
1214
  }
1212
- function Ze(e, t, r, n, i) {
1215
+ function zt(e, t, r, n, i) {
1213
1216
  return r.bind(t, e, n, i);
1214
1217
  }
1215
- function En(e, t) {
1216
- var r = e.length === 1 ? Vt : Xt;
1217
- return Ze(e, this, r, t.cache.create(), t.serializer);
1218
- }
1219
- function _n(e, t) {
1220
- return Ze(e, this, Xt, t.cache.create(), t.serializer);
1221
- }
1222
1218
  function xn(e, t) {
1223
- return Ze(e, this, Vt, t.cache.create(), t.serializer);
1219
+ var r = e.length === 1 ? En : Xt;
1220
+ return zt(e, this, r, t.cache.create(), t.serializer);
1221
+ }
1222
+ function Sn(e, t) {
1223
+ return zt(e, this, Xt, t.cache.create(), t.serializer);
1224
1224
  }
1225
1225
  var Tn = function() {
1226
1226
  return JSON.stringify(arguments);
1227
- };
1228
- function Qe() {
1229
- this.cache = /* @__PURE__ */ Object.create(null);
1230
- }
1231
- Qe.prototype.get = function(e) {
1232
- return this.cache[e];
1233
- };
1234
- Qe.prototype.set = function(e, t) {
1235
- this.cache[e] = t;
1236
- };
1237
- var Sn = {
1227
+ }, wn = (
1228
+ /** @class */
1229
+ function() {
1230
+ function e() {
1231
+ this.cache = /* @__PURE__ */ Object.create(null);
1232
+ }
1233
+ return e.prototype.get = function(t) {
1234
+ return this.cache[t];
1235
+ }, e.prototype.set = function(t, r) {
1236
+ this.cache[t] = r;
1237
+ }, e;
1238
+ }()
1239
+ ), Hn = {
1238
1240
  create: function() {
1239
- return new Qe();
1241
+ return new wn();
1240
1242
  }
1241
- }, He = {
1242
- variadic: _n,
1243
- monadic: xn
1244
- }, m;
1243
+ }, Ae = {
1244
+ variadic: Sn
1245
+ }, me = function() {
1246
+ return me = Object.assign || function(t) {
1247
+ for (var r, n = 1, i = arguments.length; n < i; n++) {
1248
+ r = arguments[n];
1249
+ for (var o in r)
1250
+ Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
1251
+ }
1252
+ return t;
1253
+ }, me.apply(this, arguments);
1254
+ };
1255
+ var m;
1245
1256
  (function(e) {
1246
1257
  e[e.EXPECT_ARGUMENT_CLOSING_BRACE = 1] = "EXPECT_ARGUMENT_CLOSING_BRACE", e[e.EMPTY_ARGUMENT = 2] = "EMPTY_ARGUMENT", e[e.MALFORMED_ARGUMENT = 3] = "MALFORMED_ARGUMENT", e[e.EXPECT_ARGUMENT_TYPE = 4] = "EXPECT_ARGUMENT_TYPE", e[e.INVALID_ARGUMENT_TYPE = 5] = "INVALID_ARGUMENT_TYPE", e[e.EXPECT_ARGUMENT_STYLE = 6] = "EXPECT_ARGUMENT_STYLE", e[e.INVALID_NUMBER_SKELETON = 7] = "INVALID_NUMBER_SKELETON", e[e.INVALID_DATE_TIME_SKELETON = 8] = "INVALID_DATE_TIME_SKELETON", e[e.EXPECT_NUMBER_SKELETON = 9] = "EXPECT_NUMBER_SKELETON", e[e.EXPECT_DATE_TIME_SKELETON = 10] = "EXPECT_DATE_TIME_SKELETON", e[e.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE = 11] = "UNCLOSED_QUOTE_IN_ARGUMENT_STYLE", e[e.EXPECT_SELECT_ARGUMENT_OPTIONS = 12] = "EXPECT_SELECT_ARGUMENT_OPTIONS", e[e.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE = 13] = "EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE", e[e.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE = 14] = "INVALID_PLURAL_ARGUMENT_OFFSET_VALUE", e[e.EXPECT_SELECT_ARGUMENT_SELECTOR = 15] = "EXPECT_SELECT_ARGUMENT_SELECTOR", e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR = 16] = "EXPECT_PLURAL_ARGUMENT_SELECTOR", e[e.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT = 17] = "EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT", e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT = 18] = "EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT", e[e.INVALID_PLURAL_ARGUMENT_SELECTOR = 19] = "INVALID_PLURAL_ARGUMENT_SELECTOR", e[e.DUPLICATE_PLURAL_ARGUMENT_SELECTOR = 20] = "DUPLICATE_PLURAL_ARGUMENT_SELECTOR", e[e.DUPLICATE_SELECT_ARGUMENT_SELECTOR = 21] = "DUPLICATE_SELECT_ARGUMENT_SELECTOR", e[e.MISSING_OTHER_CLAUSE = 22] = "MISSING_OTHER_CLAUSE", e[e.INVALID_TAG = 23] = "INVALID_TAG", e[e.INVALID_TAG_NAME = 25] = "INVALID_TAG_NAME", e[e.UNMATCHED_CLOSING_TAG = 26] = "UNMATCHED_CLOSING_TAG", e[e.UNCLOSED_TAG = 27] = "UNCLOSED_TAG";
1247
1258
  })(m || (m = {}));
1248
- var E;
1259
+ var y;
1249
1260
  (function(e) {
1250
1261
  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";
1251
- })(E || (E = {}));
1262
+ })(y || (y = {}));
1252
1263
  var j;
1253
1264
  (function(e) {
1254
1265
  e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
1255
1266
  })(j || (j = {}));
1256
- function dt(e) {
1257
- return e.type === E.literal;
1258
- }
1259
- function wn(e) {
1260
- return e.type === E.argument;
1267
+ function gt(e) {
1268
+ return e.type === y.literal;
1261
1269
  }
1262
- function zt(e) {
1263
- return e.type === E.number;
1270
+ function Bn(e) {
1271
+ return e.type === y.argument;
1264
1272
  }
1265
1273
  function Wt(e) {
1266
- return e.type === E.date;
1274
+ return e.type === y.number;
1267
1275
  }
1268
1276
  function Zt(e) {
1269
- return e.type === E.time;
1277
+ return e.type === y.date;
1270
1278
  }
1271
1279
  function Qt(e) {
1272
- return e.type === E.select;
1280
+ return e.type === y.time;
1273
1281
  }
1274
1282
  function Jt(e) {
1275
- return e.type === E.plural;
1276
- }
1277
- function Hn(e) {
1278
- return e.type === E.pound;
1283
+ return e.type === y.select;
1279
1284
  }
1280
1285
  function Yt(e) {
1281
- return e.type === E.tag;
1286
+ return e.type === y.plural;
1287
+ }
1288
+ function An(e) {
1289
+ return e.type === y.pound;
1282
1290
  }
1283
1291
  function qt(e) {
1292
+ return e.type === y.tag;
1293
+ }
1294
+ function Kt(e) {
1284
1295
  return !!(e && typeof e == "object" && e.type === j.number);
1285
1296
  }
1286
- function Ue(e) {
1297
+ function je(e) {
1287
1298
  return !!(e && typeof e == "object" && e.type === j.dateTime);
1288
1299
  }
1289
- var Kt = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Bn = /(?:[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;
1290
- function An(e) {
1300
+ var er = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Pn = /(?:[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;
1301
+ function On(e) {
1291
1302
  var t = {};
1292
- return e.replace(Bn, function(r) {
1303
+ return e.replace(Pn, function(r) {
1293
1304
  var n = r.length;
1294
1305
  switch (r[0]) {
1295
1306
  case "G":
@@ -1378,11 +1389,21 @@ function An(e) {
1378
1389
  return "";
1379
1390
  }), t;
1380
1391
  }
1381
- var Pn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
1382
- function On(e) {
1392
+ var _ = function() {
1393
+ return _ = Object.assign || function(t) {
1394
+ for (var r, n = 1, i = arguments.length; n < i; n++) {
1395
+ r = arguments[n];
1396
+ for (var o in r)
1397
+ Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
1398
+ }
1399
+ return t;
1400
+ }, _.apply(this, arguments);
1401
+ };
1402
+ var In = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
1403
+ function Ln(e) {
1383
1404
  if (e.length === 0)
1384
1405
  throw new Error("Number skeleton cannot be empty");
1385
- for (var t = e.split(Pn).filter(function(c) {
1406
+ for (var t = e.split(In).filter(function(c) {
1386
1407
  return c.length > 0;
1387
1408
  }), r = [], n = 0, i = t; n < i.length; n++) {
1388
1409
  var o = i[n], s = o.split("/");
@@ -1397,17 +1418,17 @@ function On(e) {
1397
1418
  }
1398
1419
  return r;
1399
1420
  }
1400
- function In(e) {
1421
+ function Nn(e) {
1401
1422
  return e.replace(/^(.*?)-/, "");
1402
1423
  }
1403
- var bt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, er = /^(@+)?(\+|#+)?[rs]?$/g, Ln = /(\*)(0+)|(#+)(0+)|(0+)/g, tr = /^(0+)$/;
1404
- function gt(e) {
1424
+ var vt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, tr = /^(@+)?(\+|#+)?[rs]?$/g, Cn = /(\*)(0+)|(#+)(0+)|(0+)/g, rr = /^(0+)$/;
1425
+ function yt(e) {
1405
1426
  var t = {};
1406
- return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(er, function(r, n, i) {
1427
+ return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(tr, function(r, n, i) {
1407
1428
  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)), "";
1408
1429
  }), t;
1409
1430
  }
1410
- function rr(e) {
1431
+ function nr(e) {
1411
1432
  switch (e) {
1412
1433
  case "sign-auto":
1413
1434
  return {
@@ -1447,7 +1468,7 @@ function rr(e) {
1447
1468
  };
1448
1469
  }
1449
1470
  }
1450
- function Nn(e) {
1471
+ function Mn(e) {
1451
1472
  var t;
1452
1473
  if (e[0] === "E" && e[1] === "E" ? (t = {
1453
1474
  notation: "engineering"
@@ -1455,17 +1476,17 @@ function Nn(e) {
1455
1476
  notation: "scientific"
1456
1477
  }, e = e.slice(1)), t) {
1457
1478
  var r = e.slice(0, 2);
1458
- if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !tr.test(e))
1479
+ if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !rr.test(e))
1459
1480
  throw new Error("Malformed concise eng/scientific notation");
1460
1481
  t.minimumIntegerDigits = e.length;
1461
1482
  }
1462
1483
  return t;
1463
1484
  }
1464
- function vt(e) {
1465
- var t = {}, r = rr(e);
1485
+ function _t(e) {
1486
+ var t = {}, r = nr(e);
1466
1487
  return r || t;
1467
1488
  }
1468
- function Cn(e) {
1489
+ function $n(e) {
1469
1490
  for (var t = {}, r = 0, n = e; r < n.length; r++) {
1470
1491
  var i = n[r];
1471
1492
  switch (i.stem) {
@@ -1489,7 +1510,7 @@ function Cn(e) {
1489
1510
  continue;
1490
1511
  case "measure-unit":
1491
1512
  case "unit":
1492
- t.style = "unit", t.unit = In(i.options[0]);
1513
+ t.style = "unit", t.unit = Nn(i.options[0]);
1493
1514
  continue;
1494
1515
  case "compact-short":
1495
1516
  case "K":
@@ -1500,13 +1521,13 @@ function Cn(e) {
1500
1521
  t.notation = "compact", t.compactDisplay = "long";
1501
1522
  continue;
1502
1523
  case "scientific":
1503
- t = g(g(g({}, t), { notation: "scientific" }), i.options.reduce(function(h, u) {
1504
- return g(g({}, h), vt(u));
1524
+ t = _(_(_({}, t), { notation: "scientific" }), i.options.reduce(function(h, u) {
1525
+ return _(_({}, h), _t(u));
1505
1526
  }, {}));
1506
1527
  continue;
1507
1528
  case "engineering":
1508
- t = g(g(g({}, t), { notation: "engineering" }), i.options.reduce(function(h, u) {
1509
- return g(g({}, h), vt(u));
1529
+ t = _(_(_({}, t), { notation: "engineering" }), i.options.reduce(function(h, u) {
1530
+ return _(_({}, h), _t(u));
1510
1531
  }, {}));
1511
1532
  continue;
1512
1533
  case "notation-simple":
@@ -1551,7 +1572,7 @@ function Cn(e) {
1551
1572
  case "integer-width":
1552
1573
  if (i.options.length > 1)
1553
1574
  throw new RangeError("integer-width stems only accept a single optional option");
1554
- i.options[0].replace(Ln, function(h, u, l, f, c, p) {
1575
+ i.options[0].replace(Cn, function(h, u, l, f, c, p) {
1555
1576
  if (u)
1556
1577
  t.minimumIntegerDigits = l.length;
1557
1578
  else {
@@ -1564,32 +1585,32 @@ function Cn(e) {
1564
1585
  });
1565
1586
  continue;
1566
1587
  }
1567
- if (tr.test(i.stem)) {
1588
+ if (rr.test(i.stem)) {
1568
1589
  t.minimumIntegerDigits = i.stem.length;
1569
1590
  continue;
1570
1591
  }
1571
- if (bt.test(i.stem)) {
1592
+ if (vt.test(i.stem)) {
1572
1593
  if (i.options.length > 1)
1573
1594
  throw new RangeError("Fraction-precision stems only accept a single optional option");
1574
- i.stem.replace(bt, function(h, u, l, f, c, p) {
1595
+ i.stem.replace(vt, function(h, u, l, f, c, p) {
1575
1596
  return l === "*" ? t.minimumFractionDigits = u.length : f && f[0] === "#" ? t.maximumFractionDigits = f.length : c && p ? (t.minimumFractionDigits = c.length, t.maximumFractionDigits = c.length + p.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
1576
1597
  });
1577
1598
  var o = i.options[0];
1578
- o === "w" ? t = g(g({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = g(g({}, t), gt(o)));
1599
+ o === "w" ? t = _(_({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = _(_({}, t), yt(o)));
1579
1600
  continue;
1580
1601
  }
1581
- if (er.test(i.stem)) {
1582
- t = g(g({}, t), gt(i.stem));
1602
+ if (tr.test(i.stem)) {
1603
+ t = _(_({}, t), yt(i.stem));
1583
1604
  continue;
1584
1605
  }
1585
- var s = rr(i.stem);
1586
- s && (t = g(g({}, t), s));
1587
- var a = Nn(i.stem);
1588
- a && (t = g(g({}, t), a));
1606
+ var s = nr(i.stem);
1607
+ s && (t = _(_({}, t), s));
1608
+ var a = Mn(i.stem);
1609
+ a && (t = _(_({}, t), a));
1589
1610
  }
1590
1611
  return t;
1591
1612
  }
1592
- var ue = {
1613
+ var he = {
1593
1614
  "001": [
1594
1615
  "H",
1595
1616
  "h"
@@ -3004,13 +3025,13 @@ var ue = {
3004
3025
  "h"
3005
3026
  ]
3006
3027
  };
3007
- function Mn(e, t) {
3028
+ function Rn(e, t) {
3008
3029
  for (var r = "", n = 0; n < e.length; n++) {
3009
3030
  var i = e.charAt(n);
3010
3031
  if (i === "j") {
3011
3032
  for (var o = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
3012
3033
  o++, n++;
3013
- var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), h = "a", u = $n(t);
3034
+ var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), h = "a", u = Un(t);
3014
3035
  for ((u == "H" || u == "k") && (a = 0); a-- > 0; )
3015
3036
  r += h;
3016
3037
  for (; s-- > 0; )
@@ -3020,7 +3041,7 @@ function Mn(e, t) {
3020
3041
  }
3021
3042
  return r;
3022
3043
  }
3023
- function $n(e) {
3044
+ function Un(e) {
3024
3045
  var t = e.hourCycle;
3025
3046
  if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
3026
3047
  e.hourCycles && // @ts-ignore
@@ -3039,23 +3060,23 @@ function $n(e) {
3039
3060
  }
3040
3061
  var r = e.language, n;
3041
3062
  r !== "root" && (n = e.maximize().region);
3042
- var i = ue[n || ""] || ue[r || ""] || ue["".concat(r, "-001")] || ue["001"];
3063
+ var i = he[n || ""] || he[r || ""] || he["".concat(r, "-001")] || he["001"];
3043
3064
  return i[0];
3044
3065
  }
3045
- var Be, Rn = new RegExp("^".concat(Kt.source, "*")), Un = new RegExp("".concat(Kt.source, "*$"));
3066
+ var Pe, Dn = new RegExp("^".concat(er.source, "*")), Gn = new RegExp("".concat(er.source, "*$"));
3046
3067
  function b(e, t) {
3047
3068
  return { start: e, end: t };
3048
3069
  }
3049
- var Dn = !!String.prototype.startsWith && "_a".startsWith("a", 1), Gn = !!String.fromCodePoint, Fn = !!Object.fromEntries, jn = !!String.prototype.codePointAt, kn = !!String.prototype.trimStart, Vn = !!String.prototype.trimEnd, Xn = !!Number.isSafeInteger, zn = Xn ? Number.isSafeInteger : function(e) {
3070
+ var Fn = !!String.prototype.startsWith && "_a".startsWith("a", 1), jn = !!String.fromCodePoint, kn = !!Object.fromEntries, Vn = !!String.prototype.codePointAt, Xn = !!String.prototype.trimStart, zn = !!String.prototype.trimEnd, Wn = !!Number.isSafeInteger, Zn = Wn ? Number.isSafeInteger : function(e) {
3050
3071
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
3051
- }, De = !0;
3072
+ }, ke = !0;
3052
3073
  try {
3053
- var Wn = ir("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3054
- De = ((Be = Wn.exec("a")) === null || Be === void 0 ? void 0 : Be[0]) === "a";
3074
+ var Qn = or("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3075
+ ke = ((Pe = Qn.exec("a")) === null || Pe === void 0 ? void 0 : Pe[0]) === "a";
3055
3076
  } catch (e) {
3056
- De = !1;
3077
+ ke = !1;
3057
3078
  }
3058
- var yt = Dn ? (
3079
+ var Et = Fn ? (
3059
3080
  // Native
3060
3081
  function(t, r, n) {
3061
3082
  return t.startsWith(r, n);
@@ -3065,7 +3086,7 @@ var yt = Dn ? (
3065
3086
  function(t, r, n) {
3066
3087
  return t.slice(n, n + r.length) === r;
3067
3088
  }
3068
- ), Ge = Gn ? String.fromCodePoint : (
3089
+ ), Ve = jn ? String.fromCodePoint : (
3069
3090
  // IE11
3070
3091
  function() {
3071
3092
  for (var t = [], r = 0; r < arguments.length; r++)
@@ -3077,9 +3098,9 @@ var yt = Dn ? (
3077
3098
  }
3078
3099
  return n;
3079
3100
  }
3080
- ), Et = (
3101
+ ), xt = (
3081
3102
  // native
3082
- Fn ? Object.fromEntries : (
3103
+ kn ? Object.fromEntries : (
3083
3104
  // Ponyfill
3084
3105
  function(t) {
3085
3106
  for (var r = {}, n = 0, i = t; n < i.length; n++) {
@@ -3089,7 +3110,7 @@ var yt = Dn ? (
3089
3110
  return r;
3090
3111
  }
3091
3112
  )
3092
- ), nr = jn ? (
3113
+ ), ir = Vn ? (
3093
3114
  // Native
3094
3115
  function(t, r) {
3095
3116
  return t.codePointAt(r);
@@ -3103,7 +3124,7 @@ var yt = Dn ? (
3103
3124
  return i < 55296 || i > 56319 || r + 1 === n || (o = t.charCodeAt(r + 1)) < 56320 || o > 57343 ? i : (i - 55296 << 10) + (o - 56320) + 65536;
3104
3125
  }
3105
3126
  }
3106
- ), Zn = kn ? (
3127
+ ), Jn = Xn ? (
3107
3128
  // Native
3108
3129
  function(t) {
3109
3130
  return t.trimStart();
@@ -3111,9 +3132,9 @@ var yt = Dn ? (
3111
3132
  ) : (
3112
3133
  // Ponyfill
3113
3134
  function(t) {
3114
- return t.replace(Rn, "");
3135
+ return t.replace(Dn, "");
3115
3136
  }
3116
- ), Qn = Vn ? (
3137
+ ), Yn = zn ? (
3117
3138
  // Native
3118
3139
  function(t) {
3119
3140
  return t.trimEnd();
@@ -3121,32 +3142,32 @@ var yt = Dn ? (
3121
3142
  ) : (
3122
3143
  // Ponyfill
3123
3144
  function(t) {
3124
- return t.replace(Un, "");
3145
+ return t.replace(Gn, "");
3125
3146
  }
3126
3147
  );
3127
- function ir(e, t) {
3148
+ function or(e, t) {
3128
3149
  return new RegExp(e, t);
3129
3150
  }
3130
- var Fe;
3131
- if (De) {
3132
- var _t = ir("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3133
- Fe = function(t, r) {
3151
+ var Xe;
3152
+ if (ke) {
3153
+ var St = or("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3154
+ Xe = function(t, r) {
3134
3155
  var n;
3135
- _t.lastIndex = r;
3136
- var i = _t.exec(t);
3156
+ St.lastIndex = r;
3157
+ var i = St.exec(t);
3137
3158
  return (n = i[1]) !== null && n !== void 0 ? n : "";
3138
3159
  };
3139
3160
  } else
3140
- Fe = function(t, r) {
3161
+ Xe = function(t, r) {
3141
3162
  for (var n = []; ; ) {
3142
- var i = nr(t, r);
3143
- if (i === void 0 || or(i) || Kn(i))
3163
+ var i = ir(t, r);
3164
+ if (i === void 0 || sr(i) || ti(i))
3144
3165
  break;
3145
3166
  n.push(i), r += i >= 65536 ? 2 : 1;
3146
3167
  }
3147
- return Ge.apply(void 0, n);
3168
+ return Ve.apply(void 0, n);
3148
3169
  };
3149
- var Jn = (
3170
+ var qn = (
3150
3171
  /** @class */
3151
3172
  function() {
3152
3173
  function e(t, r) {
@@ -3170,14 +3191,14 @@ var Jn = (
3170
3191
  if (o === 35 && (r === "plural" || r === "selectordinal")) {
3171
3192
  var a = this.clonePosition();
3172
3193
  this.bump(), i.push({
3173
- type: E.pound,
3194
+ type: y.pound,
3174
3195
  location: b(a, this.clonePosition())
3175
3196
  });
3176
3197
  } else if (o === 60 && !this.ignoreTag && this.peek() === 47) {
3177
3198
  if (n)
3178
3199
  break;
3179
3200
  return this.error(m.UNMATCHED_CLOSING_TAG, b(this.clonePosition(), this.clonePosition()));
3180
- } else if (o === 60 && !this.ignoreTag && je(this.peek() || 0)) {
3201
+ } else if (o === 60 && !this.ignoreTag && ze(this.peek() || 0)) {
3181
3202
  var s = this.parseTag(t, r);
3182
3203
  if (s.err)
3183
3204
  return s;
@@ -3198,7 +3219,7 @@ var Jn = (
3198
3219
  if (this.bumpSpace(), this.bumpIf("/>"))
3199
3220
  return {
3200
3221
  val: {
3201
- type: E.literal,
3222
+ type: y.literal,
3202
3223
  value: "<".concat(i, "/>"),
3203
3224
  location: b(n, this.clonePosition())
3204
3225
  },
@@ -3210,12 +3231,12 @@ var Jn = (
3210
3231
  return o;
3211
3232
  var s = o.val, a = this.clonePosition();
3212
3233
  if (this.bumpIf("</")) {
3213
- if (this.isEOF() || !je(this.char()))
3234
+ if (this.isEOF() || !ze(this.char()))
3214
3235
  return this.error(m.INVALID_TAG, b(a, this.clonePosition()));
3215
3236
  var h = this.clonePosition(), u = this.parseTagName();
3216
3237
  return i !== u ? this.error(m.UNMATCHED_CLOSING_TAG, b(h, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
3217
3238
  val: {
3218
- type: E.tag,
3239
+ type: y.tag,
3219
3240
  value: i,
3220
3241
  children: s,
3221
3242
  location: b(n, this.clonePosition())
@@ -3228,7 +3249,7 @@ var Jn = (
3228
3249
  return this.error(m.INVALID_TAG, b(n, this.clonePosition()));
3229
3250
  }, e.prototype.parseTagName = function() {
3230
3251
  var t = this.offset();
3231
- for (this.bump(); !this.isEOF() && qn(this.char()); )
3252
+ for (this.bump(); !this.isEOF() && ei(this.char()); )
3232
3253
  this.bump();
3233
3254
  return this.message.slice(t, this.offset());
3234
3255
  }, e.prototype.parseLiteral = function(t, r) {
@@ -3252,12 +3273,12 @@ var Jn = (
3252
3273
  }
3253
3274
  var h = b(n, this.clonePosition());
3254
3275
  return {
3255
- val: { type: E.literal, value: i, location: h },
3276
+ val: { type: y.literal, value: i, location: h },
3256
3277
  err: null
3257
3278
  };
3258
3279
  }, e.prototype.tryParseLeftAngleBracket = function() {
3259
3280
  return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
3260
- !Yn(this.peek() || 0)) ? (this.bump(), "<") : null;
3281
+ !Kn(this.peek() || 0)) ? (this.bump(), "<") : null;
3261
3282
  }, e.prototype.tryParseQuote = function(t) {
3262
3283
  if (this.isEOF() || this.char() !== 39)
3263
3284
  return null;
@@ -3291,12 +3312,12 @@ var Jn = (
3291
3312
  r.push(n);
3292
3313
  this.bump();
3293
3314
  }
3294
- return Ge.apply(void 0, r);
3315
+ return Ve.apply(void 0, r);
3295
3316
  }, e.prototype.tryParseUnquoted = function(t, r) {
3296
3317
  if (this.isEOF())
3297
3318
  return null;
3298
3319
  var n = this.char();
3299
- return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), Ge(n));
3320
+ return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), Ve(n));
3300
3321
  }, e.prototype.parseArgument = function(t, r) {
3301
3322
  var n = this.clonePosition();
3302
3323
  if (this.bump(), this.bumpSpace(), this.isEOF())
@@ -3312,7 +3333,7 @@ var Jn = (
3312
3333
  case 125:
3313
3334
  return this.bump(), {
3314
3335
  val: {
3315
- type: E.argument,
3336
+ type: y.argument,
3316
3337
  // value does not include the opening and closing braces.
3317
3338
  value: i,
3318
3339
  location: b(n, this.clonePosition())
@@ -3325,7 +3346,7 @@ var Jn = (
3325
3346
  return this.error(m.MALFORMED_ARGUMENT, b(n, this.clonePosition()));
3326
3347
  }
3327
3348
  }, e.prototype.parseIdentifierIfPossible = function() {
3328
- var t = this.clonePosition(), r = this.offset(), n = Fe(this.message, r), i = r + n.length;
3349
+ var t = this.clonePosition(), r = this.offset(), n = Xe(this.message, r), i = r + n.length;
3329
3350
  this.bumpTo(i);
3330
3351
  var o = this.clonePosition(), s = b(t, o);
3331
3352
  return { value: n, location: s };
@@ -3344,7 +3365,7 @@ var Jn = (
3344
3365
  var l = this.clonePosition(), f = this.parseSimpleArgStyleIfPossible();
3345
3366
  if (f.err)
3346
3367
  return f;
3347
- var c = Qn(f.val);
3368
+ var c = Yn(f.val);
3348
3369
  if (c.length === 0)
3349
3370
  return this.error(m.EXPECT_ARGUMENT_STYLE, b(this.clonePosition(), this.clonePosition()));
3350
3371
  var p = b(l, this.clonePosition());
@@ -3354,34 +3375,34 @@ var Jn = (
3354
3375
  if (d.err)
3355
3376
  return d;
3356
3377
  var v = b(i, this.clonePosition());
3357
- if (u && yt(u == null ? void 0 : u.style, "::", 0)) {
3358
- var T = Zn(u.style.slice(2));
3378
+ if (u && Et(u == null ? void 0 : u.style, "::", 0)) {
3379
+ var S = Jn(u.style.slice(2));
3359
3380
  if (a === "number") {
3360
- var f = this.parseNumberSkeletonFromString(T, u.styleLocation);
3381
+ var f = this.parseNumberSkeletonFromString(S, u.styleLocation);
3361
3382
  return f.err ? f : {
3362
- val: { type: E.number, value: n, location: v, style: f.val },
3383
+ val: { type: y.number, value: n, location: v, style: f.val },
3363
3384
  err: null
3364
3385
  };
3365
3386
  } else {
3366
- if (T.length === 0)
3387
+ if (S.length === 0)
3367
3388
  return this.error(m.EXPECT_DATE_TIME_SKELETON, v);
3368
- var L = T;
3369
- this.locale && (L = Mn(T, this.locale));
3389
+ var L = S;
3390
+ this.locale && (L = Rn(S, this.locale));
3370
3391
  var c = {
3371
3392
  type: j.dateTime,
3372
3393
  pattern: L,
3373
3394
  location: u.styleLocation,
3374
- parsedOptions: this.shouldParseSkeletons ? An(L) : {}
3375
- }, y = a === "date" ? E.date : E.time;
3395
+ parsedOptions: this.shouldParseSkeletons ? On(L) : {}
3396
+ }, g = a === "date" ? y.date : y.time;
3376
3397
  return {
3377
- val: { type: y, value: n, location: v, style: c },
3398
+ val: { type: g, value: n, location: v, style: c },
3378
3399
  err: null
3379
3400
  };
3380
3401
  }
3381
3402
  }
3382
3403
  return {
3383
3404
  val: {
3384
- type: a === "number" ? E.number : a === "date" ? E.date : E.time,
3405
+ type: a === "number" ? y.number : a === "date" ? y.date : y.time,
3385
3406
  value: n,
3386
3407
  location: v,
3387
3408
  style: (o = u == null ? void 0 : u.style) !== null && o !== void 0 ? o : null
@@ -3394,7 +3415,7 @@ var Jn = (
3394
3415
  case "select": {
3395
3416
  var H = this.clonePosition();
3396
3417
  if (this.bumpSpace(), !this.bumpIf(","))
3397
- return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS, b(H, g({}, H)));
3418
+ return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS, b(H, me({}, H)));
3398
3419
  this.bumpSpace();
3399
3420
  var Z = this.parseIdentifierIfPossible(), N = 0;
3400
3421
  if (a !== "select" && Z.value === "offset") {
@@ -3412,23 +3433,23 @@ var Jn = (
3412
3433
  var d = this.tryParseArgumentClose(i);
3413
3434
  if (d.err)
3414
3435
  return d;
3415
- var qe = b(i, this.clonePosition());
3436
+ var et = b(i, this.clonePosition());
3416
3437
  return a === "select" ? {
3417
3438
  val: {
3418
- type: E.select,
3439
+ type: y.select,
3419
3440
  value: n,
3420
- options: Et(oe.val),
3421
- location: qe
3441
+ options: xt(oe.val),
3442
+ location: et
3422
3443
  },
3423
3444
  err: null
3424
3445
  } : {
3425
3446
  val: {
3426
- type: E.plural,
3447
+ type: y.plural,
3427
3448
  value: n,
3428
- options: Et(oe.val),
3449
+ options: xt(oe.val),
3429
3450
  offset: N,
3430
3451
  pluralType: a === "plural" ? "cardinal" : "ordinal",
3431
- location: qe
3452
+ location: et
3432
3453
  },
3433
3454
  err: null
3434
3455
  };
@@ -3476,7 +3497,7 @@ var Jn = (
3476
3497
  }, e.prototype.parseNumberSkeletonFromString = function(t, r) {
3477
3498
  var n = [];
3478
3499
  try {
3479
- n = On(t);
3500
+ n = Ln(t);
3480
3501
  } catch (i) {
3481
3502
  return this.error(m.INVALID_NUMBER_SKELETON, r);
3482
3503
  }
@@ -3485,7 +3506,7 @@ var Jn = (
3485
3506
  type: j.number,
3486
3507
  tokens: n,
3487
3508
  location: r,
3488
- parsedOptions: this.shouldParseSkeletons ? Cn(n) : {}
3509
+ parsedOptions: this.shouldParseSkeletons ? $n(n) : {}
3489
3510
  },
3490
3511
  err: null
3491
3512
  };
@@ -3533,7 +3554,7 @@ var Jn = (
3533
3554
  break;
3534
3555
  }
3535
3556
  var h = b(i, this.clonePosition());
3536
- return o ? (s *= n, zn(s) ? { val: s, err: null } : this.error(r, h)) : this.error(t, h);
3557
+ return o ? (s *= n, Zn(s) ? { val: s, err: null } : this.error(r, h)) : this.error(t, h);
3537
3558
  }, e.prototype.offset = function() {
3538
3559
  return this.position.offset;
3539
3560
  }, e.prototype.isEOF = function() {
@@ -3548,7 +3569,7 @@ var Jn = (
3548
3569
  var t = this.position.offset;
3549
3570
  if (t >= this.message.length)
3550
3571
  throw Error("out of bound");
3551
- var r = nr(this.message, t);
3572
+ var r = ir(this.message, t);
3552
3573
  if (r === void 0)
3553
3574
  throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
3554
3575
  return r;
@@ -3567,7 +3588,7 @@ var Jn = (
3567
3588
  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);
3568
3589
  }
3569
3590
  }, e.prototype.bumpIf = function(t) {
3570
- if (yt(this.message, t, this.offset())) {
3591
+ if (Et(this.message, t, this.offset())) {
3571
3592
  for (var r = 0; r < t.length; r++)
3572
3593
  this.bump();
3573
3594
  return !0;
@@ -3589,7 +3610,7 @@ var Jn = (
3589
3610
  break;
3590
3611
  }
3591
3612
  }, e.prototype.bumpSpace = function() {
3592
- for (; !this.isEOF() && or(this.char()); )
3613
+ for (; !this.isEOF() && sr(this.char()); )
3593
3614
  this.bump();
3594
3615
  }, e.prototype.peek = function() {
3595
3616
  if (this.isEOF())
@@ -3599,47 +3620,47 @@ var Jn = (
3599
3620
  }, e;
3600
3621
  }()
3601
3622
  );
3602
- function je(e) {
3623
+ function ze(e) {
3603
3624
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3604
3625
  }
3605
- function Yn(e) {
3606
- return je(e) || e === 47;
3626
+ function Kn(e) {
3627
+ return ze(e) || e === 47;
3607
3628
  }
3608
- function qn(e) {
3629
+ function ei(e) {
3609
3630
  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;
3610
3631
  }
3611
- function or(e) {
3632
+ function sr(e) {
3612
3633
  return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3613
3634
  }
3614
- function Kn(e) {
3635
+ function ti(e) {
3615
3636
  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;
3616
3637
  }
3617
- function ke(e) {
3638
+ function We(e) {
3618
3639
  e.forEach(function(t) {
3619
- if (delete t.location, Qt(t) || Jt(t))
3640
+ if (delete t.location, Jt(t) || Yt(t))
3620
3641
  for (var r in t.options)
3621
- delete t.options[r].location, ke(t.options[r].value);
3642
+ delete t.options[r].location, We(t.options[r].value);
3622
3643
  else
3623
- zt(t) && qt(t.style) || (Wt(t) || Zt(t)) && Ue(t.style) ? delete t.style.location : Yt(t) && ke(t.children);
3644
+ Wt(t) && Kt(t.style) || (Zt(t) || Qt(t)) && je(t.style) ? delete t.style.location : qt(t) && We(t.children);
3624
3645
  });
3625
3646
  }
3626
- function ei(e, t) {
3627
- t === void 0 && (t = {}), t = g({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3628
- var r = new Jn(e, t).parse();
3647
+ function ri(e, t) {
3648
+ t === void 0 && (t = {}), t = me({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3649
+ var r = new qn(e, t).parse();
3629
3650
  if (r.err) {
3630
3651
  var n = SyntaxError(m[r.err.kind]);
3631
3652
  throw n.location = r.err.location, n.originalMessage = r.err.message, n;
3632
3653
  }
3633
- return t != null && t.captureLocation || ke(r.val), r.val;
3654
+ return t != null && t.captureLocation || We(r.val), r.val;
3634
3655
  }
3635
3656
  var k;
3636
3657
  (function(e) {
3637
3658
  e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
3638
3659
  })(k || (k = {}));
3639
- var ge = (
3660
+ var _e = (
3640
3661
  /** @class */
3641
3662
  function(e) {
3642
- A(t, e);
3663
+ ye(t, e);
3643
3664
  function t(r, n, i) {
3644
3665
  var o = e.call(this, r) || this;
3645
3666
  return o.code = n, o.originalMessage = i, o;
@@ -3648,155 +3669,155 @@ var ge = (
3648
3669
  return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
3649
3670
  }, t;
3650
3671
  }(Error)
3651
- ), xt = (
3672
+ ), Tt = (
3652
3673
  /** @class */
3653
3674
  function(e) {
3654
- A(t, e);
3675
+ ye(t, e);
3655
3676
  function t(r, n, i, o) {
3656
3677
  return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), k.INVALID_VALUE, o) || this;
3657
3678
  }
3658
3679
  return t;
3659
- }(ge)
3660
- ), ti = (
3680
+ }(_e)
3681
+ ), ni = (
3661
3682
  /** @class */
3662
3683
  function(e) {
3663
- A(t, e);
3684
+ ye(t, e);
3664
3685
  function t(r, n, i) {
3665
3686
  return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), k.INVALID_VALUE, i) || this;
3666
3687
  }
3667
3688
  return t;
3668
- }(ge)
3669
- ), ri = (
3689
+ }(_e)
3690
+ ), ii = (
3670
3691
  /** @class */
3671
3692
  function(e) {
3672
- A(t, e);
3693
+ ye(t, e);
3673
3694
  function t(r, n) {
3674
3695
  return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), k.MISSING_VALUE, n) || this;
3675
3696
  }
3676
3697
  return t;
3677
- }(ge)
3678
- ), _;
3698
+ }(_e)
3699
+ ), E;
3679
3700
  (function(e) {
3680
3701
  e[e.literal = 0] = "literal", e[e.object = 1] = "object";
3681
- })(_ || (_ = {}));
3682
- function ni(e) {
3702
+ })(E || (E = {}));
3703
+ function oi(e) {
3683
3704
  return e.length < 2 ? e : e.reduce(function(t, r) {
3684
3705
  var n = t[t.length - 1];
3685
- return !n || n.type !== _.literal || r.type !== _.literal ? t.push(r) : n.value += r.value, t;
3706
+ return !n || n.type !== E.literal || r.type !== E.literal ? t.push(r) : n.value += r.value, t;
3686
3707
  }, []);
3687
3708
  }
3688
- function ii(e) {
3709
+ function si(e) {
3689
3710
  return typeof e == "function";
3690
3711
  }
3691
- function fe(e, t, r, n, i, o, s) {
3692
- if (e.length === 1 && dt(e[0]))
3712
+ function ce(e, t, r, n, i, o, s) {
3713
+ if (e.length === 1 && gt(e[0]))
3693
3714
  return [
3694
3715
  {
3695
- type: _.literal,
3716
+ type: E.literal,
3696
3717
  value: e[0].value
3697
3718
  }
3698
3719
  ];
3699
3720
  for (var a = [], h = 0, u = e; h < u.length; h++) {
3700
3721
  var l = u[h];
3701
- if (dt(l)) {
3722
+ if (gt(l)) {
3702
3723
  a.push({
3703
- type: _.literal,
3724
+ type: E.literal,
3704
3725
  value: l.value
3705
3726
  });
3706
3727
  continue;
3707
3728
  }
3708
- if (Hn(l)) {
3729
+ if (An(l)) {
3709
3730
  typeof o == "number" && a.push({
3710
- type: _.literal,
3731
+ type: E.literal,
3711
3732
  value: r.getNumberFormat(t).format(o)
3712
3733
  });
3713
3734
  continue;
3714
3735
  }
3715
3736
  var f = l.value;
3716
3737
  if (!(i && f in i))
3717
- throw new ri(f, s);
3738
+ throw new ii(f, s);
3718
3739
  var c = i[f];
3719
- if (wn(l)) {
3740
+ if (Bn(l)) {
3720
3741
  (!c || typeof c == "string" || typeof c == "number") && (c = typeof c == "string" || typeof c == "number" ? String(c) : ""), a.push({
3721
- type: typeof c == "string" ? _.literal : _.object,
3742
+ type: typeof c == "string" ? E.literal : E.object,
3722
3743
  value: c
3723
3744
  });
3724
3745
  continue;
3725
3746
  }
3726
- if (Wt(l)) {
3727
- var p = typeof l.style == "string" ? n.date[l.style] : Ue(l.style) ? l.style.parsedOptions : void 0;
3747
+ if (Zt(l)) {
3748
+ var p = typeof l.style == "string" ? n.date[l.style] : je(l.style) ? l.style.parsedOptions : void 0;
3728
3749
  a.push({
3729
- type: _.literal,
3750
+ type: E.literal,
3730
3751
  value: r.getDateTimeFormat(t, p).format(c)
3731
3752
  });
3732
3753
  continue;
3733
3754
  }
3734
- if (Zt(l)) {
3735
- var p = typeof l.style == "string" ? n.time[l.style] : Ue(l.style) ? l.style.parsedOptions : n.time.medium;
3755
+ if (Qt(l)) {
3756
+ var p = typeof l.style == "string" ? n.time[l.style] : je(l.style) ? l.style.parsedOptions : n.time.medium;
3736
3757
  a.push({
3737
- type: _.literal,
3758
+ type: E.literal,
3738
3759
  value: r.getDateTimeFormat(t, p).format(c)
3739
3760
  });
3740
3761
  continue;
3741
3762
  }
3742
- if (zt(l)) {
3743
- var p = typeof l.style == "string" ? n.number[l.style] : qt(l.style) ? l.style.parsedOptions : void 0;
3763
+ if (Wt(l)) {
3764
+ var p = typeof l.style == "string" ? n.number[l.style] : Kt(l.style) ? l.style.parsedOptions : void 0;
3744
3765
  p && p.scale && (c = c * (p.scale || 1)), a.push({
3745
- type: _.literal,
3766
+ type: E.literal,
3746
3767
  value: r.getNumberFormat(t, p).format(c)
3747
3768
  });
3748
3769
  continue;
3749
3770
  }
3750
- if (Yt(l)) {
3751
- var d = l.children, v = l.value, T = i[v];
3752
- if (!ii(T))
3753
- throw new ti(v, "function", s);
3754
- var L = fe(d, t, r, n, i, o), y = T(L.map(function(N) {
3771
+ if (qt(l)) {
3772
+ var d = l.children, v = l.value, S = i[v];
3773
+ if (!si(S))
3774
+ throw new ni(v, "function", s);
3775
+ var L = ce(d, t, r, n, i, o), g = S(L.map(function(N) {
3755
3776
  return N.value;
3756
3777
  }));
3757
- Array.isArray(y) || (y = [y]), a.push.apply(a, y.map(function(N) {
3778
+ Array.isArray(g) || (g = [g]), a.push.apply(a, g.map(function(N) {
3758
3779
  return {
3759
- type: typeof N == "string" ? _.literal : _.object,
3780
+ type: typeof N == "string" ? E.literal : E.object,
3760
3781
  value: N
3761
3782
  };
3762
3783
  }));
3763
3784
  }
3764
- if (Qt(l)) {
3785
+ if (Jt(l)) {
3765
3786
  var H = l.options[c] || l.options.other;
3766
3787
  if (!H)
3767
- throw new xt(l.value, c, Object.keys(l.options), s);
3768
- a.push.apply(a, fe(H.value, t, r, n, i));
3788
+ throw new Tt(l.value, c, Object.keys(l.options), s);
3789
+ a.push.apply(a, ce(H.value, t, r, n, i));
3769
3790
  continue;
3770
3791
  }
3771
- if (Jt(l)) {
3792
+ if (Yt(l)) {
3772
3793
  var H = l.options["=".concat(c)];
3773
3794
  if (!H) {
3774
3795
  if (!Intl.PluralRules)
3775
- throw new ge(`Intl.PluralRules is not available in this environment.
3796
+ throw new _e(`Intl.PluralRules is not available in this environment.
3776
3797
  Try polyfilling it using "@formatjs/intl-pluralrules"
3777
3798
  `, k.MISSING_INTL_API, s);
3778
3799
  var Z = r.getPluralRules(t, { type: l.pluralType }).select(c - (l.offset || 0));
3779
3800
  H = l.options[Z] || l.options.other;
3780
3801
  }
3781
3802
  if (!H)
3782
- throw new xt(l.value, c, Object.keys(l.options), s);
3783
- a.push.apply(a, fe(H.value, t, r, n, i, c - (l.offset || 0)));
3803
+ throw new Tt(l.value, c, Object.keys(l.options), s);
3804
+ a.push.apply(a, ce(H.value, t, r, n, i, c - (l.offset || 0)));
3784
3805
  continue;
3785
3806
  }
3786
3807
  }
3787
- return ni(a);
3808
+ return oi(a);
3788
3809
  }
3789
- function oi(e, t) {
3790
- return t ? g(g(g({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
3791
- return r[n] = g(g({}, e[n]), t[n] || {}), r;
3810
+ function ai(e, t) {
3811
+ return t ? B(B(B({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
3812
+ return r[n] = B(B({}, e[n]), t[n] || {}), r;
3792
3813
  }, {})) : e;
3793
3814
  }
3794
- function si(e, t) {
3815
+ function ui(e, t) {
3795
3816
  return t ? Object.keys(e).reduce(function(r, n) {
3796
- return r[n] = oi(e[n], t[n]), r;
3797
- }, g({}, e)) : e;
3817
+ return r[n] = ai(e[n], t[n]), r;
3818
+ }, B({}, e)) : e;
3798
3819
  }
3799
- function Ae(e) {
3820
+ function Oe(e) {
3800
3821
  return {
3801
3822
  create: function() {
3802
3823
  return {
@@ -3810,39 +3831,39 @@ function Ae(e) {
3810
3831
  }
3811
3832
  };
3812
3833
  }
3813
- function ai(e) {
3834
+ function hi(e) {
3814
3835
  return e === void 0 && (e = {
3815
3836
  number: {},
3816
3837
  dateTime: {},
3817
3838
  pluralRules: {}
3818
3839
  }), {
3819
- getNumberFormat: we(function() {
3840
+ getNumberFormat: Be(function() {
3820
3841
  for (var t, r = [], n = 0; n < arguments.length; n++)
3821
3842
  r[n] = arguments[n];
3822
- return new ((t = Intl.NumberFormat).bind.apply(t, G([void 0], r, !1)))();
3843
+ return new ((t = Intl.NumberFormat).bind.apply(t, He([void 0], r, !1)))();
3823
3844
  }, {
3824
- cache: Ae(e.number),
3825
- strategy: He.variadic
3845
+ cache: Oe(e.number),
3846
+ strategy: Ae.variadic
3826
3847
  }),
3827
- getDateTimeFormat: we(function() {
3848
+ getDateTimeFormat: Be(function() {
3828
3849
  for (var t, r = [], n = 0; n < arguments.length; n++)
3829
3850
  r[n] = arguments[n];
3830
- return new ((t = Intl.DateTimeFormat).bind.apply(t, G([void 0], r, !1)))();
3851
+ return new ((t = Intl.DateTimeFormat).bind.apply(t, He([void 0], r, !1)))();
3831
3852
  }, {
3832
- cache: Ae(e.dateTime),
3833
- strategy: He.variadic
3853
+ cache: Oe(e.dateTime),
3854
+ strategy: Ae.variadic
3834
3855
  }),
3835
- getPluralRules: we(function() {
3856
+ getPluralRules: Be(function() {
3836
3857
  for (var t, r = [], n = 0; n < arguments.length; n++)
3837
3858
  r[n] = arguments[n];
3838
- return new ((t = Intl.PluralRules).bind.apply(t, G([void 0], r, !1)))();
3859
+ return new ((t = Intl.PluralRules).bind.apply(t, He([void 0], r, !1)))();
3839
3860
  }, {
3840
- cache: Ae(e.pluralRules),
3841
- strategy: He.variadic
3861
+ cache: Oe(e.pluralRules),
3862
+ strategy: Ae.variadic
3842
3863
  })
3843
3864
  };
3844
3865
  }
3845
- var ui = (
3866
+ var li = (
3846
3867
  /** @class */
3847
3868
  function() {
3848
3869
  function e(t, r, n, i) {
@@ -3857,11 +3878,11 @@ var ui = (
3857
3878
  if (u.length === 1)
3858
3879
  return u[0].value;
3859
3880
  var l = u.reduce(function(f, c) {
3860
- return !f.length || c.type !== _.literal || typeof f[f.length - 1] != "string" ? f.push(c.value) : f[f.length - 1] += c.value, f;
3881
+ return !f.length || c.type !== E.literal || typeof f[f.length - 1] != "string" ? f.push(c.value) : f[f.length - 1] += c.value, f;
3861
3882
  }, []);
3862
3883
  return l.length <= 1 ? l[0] || "" : l;
3863
3884
  }, this.formatToParts = function(h) {
3864
- return fe(o.ast, o.locales, o.formatters, o.formats, h, void 0, o.message);
3885
+ return ce(o.ast, o.locales, o.formatters, o.formats, h, void 0, o.message);
3865
3886
  }, this.resolvedOptions = function() {
3866
3887
  var h;
3867
3888
  return {
@@ -3874,13 +3895,13 @@ var ui = (
3874
3895
  throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
3875
3896
  var s = i || {};
3876
3897
  s.formatters;
3877
- var a = Gr(s, ["formatters"]);
3878
- this.ast = e.__parse(t, g(g({}, a), { locale: this.resolvedLocale }));
3898
+ var a = yn(s, ["formatters"]);
3899
+ this.ast = e.__parse(t, B(B({}, a), { locale: this.resolvedLocale }));
3879
3900
  } else
3880
3901
  this.ast = t;
3881
3902
  if (!Array.isArray(this.ast))
3882
3903
  throw new TypeError("A message must be provided as a String or AST.");
3883
- this.formats = si(e.formats, n), this.formatters = i && i.formatters || ai(this.formatterCache);
3904
+ this.formats = ui(e.formats, n), this.formatters = i && i.formatters || hi(this.formatterCache);
3884
3905
  }
3885
3906
  return Object.defineProperty(e, "defaultLocale", {
3886
3907
  get: function() {
@@ -3893,7 +3914,7 @@ var ui = (
3893
3914
  var r = Intl.NumberFormat.supportedLocalesOf(t);
3894
3915
  return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
3895
3916
  }
3896
- }, e.__parse = ei, e.formats = {
3917
+ }, e.__parse = ri, e.formats = {
3897
3918
  number: {
3898
3919
  integer: {
3899
3920
  maximumFractionDigits: 0
@@ -3954,7 +3975,7 @@ var ui = (
3954
3975
  }, e;
3955
3976
  }()
3956
3977
  );
3957
- function hi(e, t) {
3978
+ function fi(e, t) {
3958
3979
  if (t == null)
3959
3980
  return;
3960
3981
  if (t in e)
@@ -3975,92 +3996,92 @@ function hi(e, t) {
3975
3996
  n = void 0;
3976
3997
  return n;
3977
3998
  }
3978
- const O = {}, li = (e, t, r) => r && (t in O || (O[t] = {}), e in O[t] || (O[t][e] = r), r), sr = (e, t) => {
3999
+ const O = {}, ci = (e, t, r) => r && (t in O || (O[t] = {}), e in O[t] || (O[t][e] = r), r), ar = (e, t) => {
3979
4000
  if (t == null)
3980
4001
  return;
3981
4002
  if (t in O && e in O[t])
3982
4003
  return O[t][e];
3983
- const r = ve(t);
4004
+ const r = Ee(t);
3984
4005
  for (let n = 0; n < r.length; n++) {
3985
- const i = r[n], o = ci(i, e);
4006
+ const i = r[n], o = mi(i, e);
3986
4007
  if (o)
3987
- return li(e, t, o);
4008
+ return ci(e, t, o);
3988
4009
  }
3989
4010
  };
3990
- let Je;
3991
- const ne = be({});
3992
- function fi(e) {
3993
- return Je[e] || null;
4011
+ let qe;
4012
+ const ne = ve({});
4013
+ function pi(e) {
4014
+ return qe[e] || null;
3994
4015
  }
3995
- function ar(e) {
3996
- return e in Je;
4016
+ function ur(e) {
4017
+ return e in qe;
3997
4018
  }
3998
- function ci(e, t) {
3999
- if (!ar(e))
4019
+ function mi(e, t) {
4020
+ if (!ur(e))
4000
4021
  return null;
4001
- const r = fi(e);
4002
- return hi(r, t);
4022
+ const r = pi(e);
4023
+ return fi(r, t);
4003
4024
  }
4004
- function pi(e) {
4025
+ function di(e) {
4005
4026
  if (e == null)
4006
4027
  return;
4007
- const t = ve(e);
4028
+ const t = Ee(e);
4008
4029
  for (let r = 0; r < t.length; r++) {
4009
4030
  const n = t[r];
4010
- if (ar(n))
4031
+ if (ur(n))
4011
4032
  return n;
4012
4033
  }
4013
4034
  }
4014
- function mi(e, ...t) {
4035
+ function bi(e, ...t) {
4015
4036
  delete O[e], ne.update((r) => (r[e] = vn.all([r[e] || {}, ...t]), r));
4016
4037
  }
4017
4038
  z(
4018
4039
  [ne],
4019
4040
  ([e]) => Object.keys(e)
4020
4041
  );
4021
- ne.subscribe((e) => Je = e);
4022
- const ce = {};
4023
- function di(e, t) {
4024
- ce[e].delete(t), ce[e].size === 0 && delete ce[e];
4042
+ ne.subscribe((e) => qe = e);
4043
+ const pe = {};
4044
+ function gi(e, t) {
4045
+ pe[e].delete(t), pe[e].size === 0 && delete pe[e];
4025
4046
  }
4026
- function ur(e) {
4027
- return ce[e];
4047
+ function hr(e) {
4048
+ return pe[e];
4028
4049
  }
4029
- function bi(e) {
4030
- return ve(e).map((t) => {
4031
- const r = ur(t);
4050
+ function vi(e) {
4051
+ return Ee(e).map((t) => {
4052
+ const r = hr(t);
4032
4053
  return [t, r ? [...r] : []];
4033
4054
  }).filter(([, t]) => t.length > 0);
4034
4055
  }
4035
- function Ve(e) {
4036
- return e == null ? !1 : ve(e).some(
4056
+ function Ze(e) {
4057
+ return e == null ? !1 : Ee(e).some(
4037
4058
  (t) => {
4038
4059
  var r;
4039
- return (r = ur(t)) == null ? void 0 : r.size;
4060
+ return (r = hr(t)) == null ? void 0 : r.size;
4040
4061
  }
4041
4062
  );
4042
4063
  }
4043
- function gi(e, t) {
4064
+ function yi(e, t) {
4044
4065
  return Promise.all(
4045
- t.map((n) => (di(e, n), n().then((i) => i.default || i)))
4046
- ).then((n) => mi(e, ...n));
4047
- }
4048
- const J = {};
4049
- function hr(e) {
4050
- if (!Ve(e))
4051
- return e in J ? J[e] : Promise.resolve();
4052
- const t = bi(e);
4053
- return J[e] = Promise.all(
4066
+ t.map((n) => (gi(e, n), n().then((i) => i.default || i)))
4067
+ ).then((n) => bi(e, ...n));
4068
+ }
4069
+ const Q = {};
4070
+ function lr(e) {
4071
+ if (!Ze(e))
4072
+ return e in Q ? Q[e] : Promise.resolve();
4073
+ const t = vi(e);
4074
+ return Q[e] = Promise.all(
4054
4075
  t.map(
4055
- ([r, n]) => gi(r, n)
4076
+ ([r, n]) => yi(r, n)
4056
4077
  )
4057
4078
  ).then(() => {
4058
- if (Ve(e))
4059
- return hr(e);
4060
- delete J[e];
4061
- }), J[e];
4079
+ if (Ze(e))
4080
+ return lr(e);
4081
+ delete Q[e];
4082
+ }), Q[e];
4062
4083
  }
4063
- const vi = {
4084
+ const _i = {
4064
4085
  number: {
4065
4086
  scientific: { notation: "scientific" },
4066
4087
  engineering: { notation: "engineering" },
@@ -4089,135 +4110,135 @@ const vi = {
4089
4110
  timeZoneName: "short"
4090
4111
  }
4091
4112
  }
4092
- }, yi = {
4113
+ }, Ei = {
4093
4114
  fallbackLocale: null,
4094
4115
  loadingDelay: 200,
4095
- formats: vi,
4116
+ formats: _i,
4096
4117
  warnOnMissingMessages: !0,
4097
4118
  handleMissingMessage: void 0,
4098
4119
  ignoreTag: !0
4099
- }, Ei = yi;
4120
+ }, xi = Ei;
4100
4121
  function V() {
4101
- return Ei;
4122
+ return xi;
4102
4123
  }
4103
- const Pe = be(!1);
4104
- var _i = Object.defineProperty, xi = Object.defineProperties, Ti = Object.getOwnPropertyDescriptors, Tt = Object.getOwnPropertySymbols, Si = Object.prototype.hasOwnProperty, wi = Object.prototype.propertyIsEnumerable, St = (e, t, r) => t in e ? _i(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Hi = (e, t) => {
4124
+ const Ie = ve(!1);
4125
+ var Si = Object.defineProperty, Ti = Object.defineProperties, wi = Object.getOwnPropertyDescriptors, wt = Object.getOwnPropertySymbols, Hi = Object.prototype.hasOwnProperty, Bi = Object.prototype.propertyIsEnumerable, Ht = (e, t, r) => t in e ? Si(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ai = (e, t) => {
4105
4126
  for (var r in t || (t = {}))
4106
- Si.call(t, r) && St(e, r, t[r]);
4107
- if (Tt)
4108
- for (var r of Tt(t))
4109
- wi.call(t, r) && St(e, r, t[r]);
4127
+ Hi.call(t, r) && Ht(e, r, t[r]);
4128
+ if (wt)
4129
+ for (var r of wt(t))
4130
+ Bi.call(t, r) && Ht(e, r, t[r]);
4110
4131
  return e;
4111
- }, Bi = (e, t) => xi(e, Ti(t));
4112
- let Xe;
4113
- const pe = be(null);
4114
- function wt(e) {
4132
+ }, Pi = (e, t) => Ti(e, wi(t));
4133
+ let Qe;
4134
+ const de = ve(null);
4135
+ function Bt(e) {
4115
4136
  return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
4116
4137
  }
4117
- function ve(e, t = V().fallbackLocale) {
4118
- const r = wt(e);
4119
- return t ? [.../* @__PURE__ */ new Set([...r, ...wt(t)])] : r;
4138
+ function Ee(e, t = V().fallbackLocale) {
4139
+ const r = Bt(e);
4140
+ return t ? [.../* @__PURE__ */ new Set([...r, ...Bt(t)])] : r;
4120
4141
  }
4121
4142
  function M() {
4122
- return Xe != null ? Xe : void 0;
4143
+ return Qe != null ? Qe : void 0;
4123
4144
  }
4124
- pe.subscribe((e) => {
4125
- Xe = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
4145
+ de.subscribe((e) => {
4146
+ Qe = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
4126
4147
  });
4127
- const Ai = (e) => {
4128
- if (e && pi(e) && Ve(e)) {
4148
+ const Oi = (e) => {
4149
+ if (e && di(e) && Ze(e)) {
4129
4150
  const { loadingDelay: t } = V();
4130
4151
  let r;
4131
4152
  return typeof window != "undefined" && M() != null && t ? r = window.setTimeout(
4132
- () => Pe.set(!0),
4153
+ () => Ie.set(!0),
4133
4154
  t
4134
- ) : Pe.set(!0), hr(e).then(() => {
4135
- pe.set(e);
4155
+ ) : Ie.set(!0), lr(e).then(() => {
4156
+ de.set(e);
4136
4157
  }).finally(() => {
4137
- clearTimeout(r), Pe.set(!1);
4158
+ clearTimeout(r), Ie.set(!1);
4138
4159
  });
4139
4160
  }
4140
- return pe.set(e);
4141
- }, ie = Bi(Hi({}, pe), {
4142
- set: Ai
4143
- }), ye = (e) => {
4161
+ return de.set(e);
4162
+ }, ie = Pi(Ai({}, de), {
4163
+ set: Oi
4164
+ }), xe = (e) => {
4144
4165
  const t = /* @__PURE__ */ Object.create(null);
4145
4166
  return (n) => {
4146
4167
  const i = JSON.stringify(n);
4147
4168
  return i in t ? t[i] : t[i] = e(n);
4148
4169
  };
4149
4170
  };
4150
- var Pi = Object.defineProperty, me = Object.getOwnPropertySymbols, lr = Object.prototype.hasOwnProperty, fr = Object.prototype.propertyIsEnumerable, Ht = (e, t, r) => t in e ? Pi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ye = (e, t) => {
4171
+ var Ii = Object.defineProperty, be = Object.getOwnPropertySymbols, fr = Object.prototype.hasOwnProperty, cr = Object.prototype.propertyIsEnumerable, At = (e, t, r) => t in e ? Ii(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ke = (e, t) => {
4151
4172
  for (var r in t || (t = {}))
4152
- lr.call(t, r) && Ht(e, r, t[r]);
4153
- if (me)
4154
- for (var r of me(t))
4155
- fr.call(t, r) && Ht(e, r, t[r]);
4173
+ fr.call(t, r) && At(e, r, t[r]);
4174
+ if (be)
4175
+ for (var r of be(t))
4176
+ cr.call(t, r) && At(e, r, t[r]);
4156
4177
  return e;
4157
4178
  }, W = (e, t) => {
4158
4179
  var r = {};
4159
4180
  for (var n in e)
4160
- lr.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
4161
- if (e != null && me)
4162
- for (var n of me(e))
4163
- t.indexOf(n) < 0 && fr.call(e, n) && (r[n] = e[n]);
4181
+ fr.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
4182
+ if (e != null && be)
4183
+ for (var n of be(e))
4184
+ t.indexOf(n) < 0 && cr.call(e, n) && (r[n] = e[n]);
4164
4185
  return r;
4165
4186
  };
4166
- const ee = (e, t) => {
4187
+ const K = (e, t) => {
4167
4188
  const { formats: r } = V();
4168
4189
  if (e in r && t in r[e])
4169
4190
  return r[e][t];
4170
4191
  throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
4171
- }, Oi = ye(
4192
+ }, Li = xe(
4172
4193
  (e) => {
4173
4194
  var t = e, { locale: r, format: n } = t, i = W(t, ["locale", "format"]);
4174
4195
  if (r == null)
4175
4196
  throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
4176
- return n && (i = ee("number", n)), new Intl.NumberFormat(r, i);
4197
+ return n && (i = K("number", n)), new Intl.NumberFormat(r, i);
4177
4198
  }
4178
- ), Ii = ye(
4199
+ ), Ni = xe(
4179
4200
  (e) => {
4180
4201
  var t = e, { locale: r, format: n } = t, i = W(t, ["locale", "format"]);
4181
4202
  if (r == null)
4182
4203
  throw new Error('[svelte-i18n] A "locale" must be set to format dates');
4183
- return n ? i = ee("date", n) : Object.keys(i).length === 0 && (i = ee("date", "short")), new Intl.DateTimeFormat(r, i);
4204
+ return n ? i = K("date", n) : Object.keys(i).length === 0 && (i = K("date", "short")), new Intl.DateTimeFormat(r, i);
4184
4205
  }
4185
- ), Li = ye(
4206
+ ), Ci = xe(
4186
4207
  (e) => {
4187
4208
  var t = e, { locale: r, format: n } = t, i = W(t, ["locale", "format"]);
4188
4209
  if (r == null)
4189
4210
  throw new Error(
4190
4211
  '[svelte-i18n] A "locale" must be set to format time values'
4191
4212
  );
4192
- return n ? i = ee("time", n) : Object.keys(i).length === 0 && (i = ee("time", "short")), new Intl.DateTimeFormat(r, i);
4213
+ return n ? i = K("time", n) : Object.keys(i).length === 0 && (i = K("time", "short")), new Intl.DateTimeFormat(r, i);
4193
4214
  }
4194
- ), Ni = (e = {}) => {
4215
+ ), Mi = (e = {}) => {
4195
4216
  var t = e, {
4196
4217
  locale: r = M()
4197
4218
  } = t, n = W(t, [
4198
4219
  "locale"
4199
4220
  ]);
4200
- return Oi(Ye({ locale: r }, n));
4201
- }, Ci = (e = {}) => {
4221
+ return Li(Ke({ locale: r }, n));
4222
+ }, $i = (e = {}) => {
4202
4223
  var t = e, {
4203
4224
  locale: r = M()
4204
4225
  } = t, n = W(t, [
4205
4226
  "locale"
4206
4227
  ]);
4207
- return Ii(Ye({ locale: r }, n));
4208
- }, Mi = (e = {}) => {
4228
+ return Ni(Ke({ locale: r }, n));
4229
+ }, Ri = (e = {}) => {
4209
4230
  var t = e, {
4210
4231
  locale: r = M()
4211
4232
  } = t, n = W(t, [
4212
4233
  "locale"
4213
4234
  ]);
4214
- return Li(Ye({ locale: r }, n));
4215
- }, $i = ye(
4235
+ return Ci(Ke({ locale: r }, n));
4236
+ }, Ui = xe(
4216
4237
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
4217
- (e, t = M()) => new ui(e, t, V().formats, {
4238
+ (e, t = M()) => new li(e, t, V().formats, {
4218
4239
  ignoreTag: V().ignoreTag
4219
4240
  })
4220
- ), Ri = (e, t = {}) => {
4241
+ ), Di = (e, t = {}) => {
4221
4242
  var r, n, i, o;
4222
4243
  let s = t;
4223
4244
  typeof e == "object" && (s = e, e = s.id);
@@ -4230,7 +4251,7 @@ const ee = (e, t) => {
4230
4251
  throw new Error(
4231
4252
  "[svelte-i18n] Cannot format a message without first setting the initial locale."
4232
4253
  );
4233
- let l = sr(e, h);
4254
+ let l = ar(e, h);
4234
4255
  if (!l)
4235
4256
  l = (o = (i = (n = (r = V()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: h, id: e, defaultValue: u })) != null ? i : u) != null ? o : e;
4236
4257
  else if (typeof l != "string")
@@ -4241,7 +4262,7 @@ const ee = (e, t) => {
4241
4262
  return l;
4242
4263
  let f = l;
4243
4264
  try {
4244
- f = $i(l, h).format(a);
4265
+ f = Ui(l, h).format(a);
4245
4266
  } catch (c) {
4246
4267
  c instanceof Error && console.warn(
4247
4268
  `[svelte-i18n] Message "${e}" has syntax error:`,
@@ -4249,21 +4270,21 @@ const ee = (e, t) => {
4249
4270
  );
4250
4271
  }
4251
4272
  return f;
4252
- }, Ui = (e, t) => Mi(t).format(e), Di = (e, t) => Ci(t).format(e), Gi = (e, t) => Ni(t).format(e), Fi = (e, t = M()) => sr(e, t);
4253
- z([ie, ne], () => Ri);
4254
- z([ie], () => Ui);
4255
- z([ie], () => Di);
4273
+ }, Gi = (e, t) => Ri(t).format(e), Fi = (e, t) => $i(t).format(e), ji = (e, t) => Mi(t).format(e), ki = (e, t = M()) => ar(e, t);
4274
+ z([ie, ne], () => Di);
4256
4275
  z([ie], () => Gi);
4257
- z([ie, ne], () => Fi);
4276
+ z([ie], () => Fi);
4277
+ z([ie], () => ji);
4278
+ z([ie, ne], () => ki);
4258
4279
  window.emWidgets = { topic: en };
4259
- const ji = (e) => !!(e.toLowerCase().match(/android/i) || e.toLowerCase().match(/blackberry|bb/i) || e.toLowerCase().match(/iphone|ipad|ipod/i) || e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i));
4260
- function ki(e, t) {
4280
+ const Vi = (e) => !!(e.toLowerCase().match(/android/i) || e.toLowerCase().match(/blackberry|bb/i) || e.toLowerCase().match(/iphone|ipad|ipod/i) || e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i));
4281
+ function Xi(e, t) {
4261
4282
  if (e) {
4262
4283
  const r = document.createElement("style");
4263
4284
  r.innerHTML = t, e.appendChild(r);
4264
4285
  }
4265
4286
  }
4266
- function Vi(e, t) {
4287
+ function zi(e, t) {
4267
4288
  const r = new URL(t);
4268
4289
  fetch(r.href).then((n) => n.text()).then((n) => {
4269
4290
  const i = document.createElement("style");
@@ -4272,7 +4293,7 @@ function Vi(e, t) {
4272
4293
  console.error("There was an error while trying to load client styling from URL", n);
4273
4294
  });
4274
4295
  }
4275
- function Xi(e, t, r) {
4296
+ function Wi(e, t, r) {
4276
4297
  if (window.emMessageBus) {
4277
4298
  const n = document.createElement("style");
4278
4299
  window.emMessageBus.subscribe(t, (i) => {
@@ -4280,43 +4301,43 @@ function Xi(e, t, r) {
4280
4301
  });
4281
4302
  }
4282
4303
  }
4283
- function zi(e) {
4284
- gr(e, "svelte-qazmct", "*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.casino-tournaments-tab{color:var(--emw--color-primary, #F7F7F7);font:inherit;margin:3.125vw 0 1.25vw 0}.casino-tournaments-tab ul{display:flex;justify-content:space-between;width:100%;font-weight:600;font-size:3.75vw;border-bottom:0.3125vw var(--emw--color-grey-105, #424242) solid}.casino-tournaments-tab ul li{position:relative;text-align:center;padding:2.5vw 3.125vw;word-break:break-word;font-size:var(--emw--font-size-small, 14px);flex:auto;display:block}.casino-tournaments-tab ul li.active{color:#FF8364;border-bottom:0.625vw #FF8364 solid}.casino-tournaments-tab ul li span{margin:auto 0}.casino-tournaments-tab sup{box-sizing:border-box;position:absolute;top:2.8125vw;right:0;transform:translate(0%, -50%);transform-origin:100% 0%;overflow:hidden;direction:ltr;z-index:auto;min-width:4.375vw;height:4.375vw;color:#fff;font-weight:400;font-size:4.375vw;line-height:4.375vw;white-space:nowrap;text-align:center;background:#FF8364;border-radius:3.125vw}.casino-tournaments-tab sup span{font-size:3.125vw;font-weight:600;padding-right:0.15625vw;display:inline-block;vertical-align:super}.TabDesktop.casino-tournaments-tab{margin:10px}.TabDesktop.casino-tournaments-tab ul{font-size:inherit;border-bottom:2px var(--emw--color-grey-105, #424242) solid}.TabDesktop.casino-tournaments-tab ul li{padding:10px 20px;cursor:pointer}.TabDesktop.casino-tournaments-tab ul li.active{color:var(--emw--color-primary, #FF8364);border-bottom:3px var(--emw--color-primary, #FF8364) solid}.TabDesktop.casino-tournaments-tab ul li span{margin:auto 0}");
4304
+ function Zi(e) {
4305
+ vr(e, "svelte-qazmct", "*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.casino-tournaments-tab{color:var(--emw--color-primary, #F7F7F7);font:inherit;margin:3.125vw 0 1.25vw 0}.casino-tournaments-tab ul{display:flex;justify-content:space-between;width:100%;font-weight:600;font-size:3.75vw;border-bottom:0.3125vw var(--emw--color-grey-105, #424242) solid}.casino-tournaments-tab ul li{position:relative;text-align:center;padding:2.5vw 3.125vw;word-break:break-word;font-size:var(--emw--font-size-small, 14px);flex:auto;display:block}.casino-tournaments-tab ul li.active{color:#FF8364;border-bottom:0.625vw #FF8364 solid}.casino-tournaments-tab ul li span{margin:auto 0}.casino-tournaments-tab sup{box-sizing:border-box;position:absolute;top:2.8125vw;right:0;transform:translate(0%, -50%);transform-origin:100% 0%;overflow:hidden;direction:ltr;z-index:auto;min-width:4.375vw;height:4.375vw;color:#fff;font-weight:400;font-size:4.375vw;line-height:4.375vw;white-space:nowrap;text-align:center;background:#FF8364;border-radius:3.125vw}.casino-tournaments-tab sup span{font-size:3.125vw;font-weight:600;padding-right:0.15625vw;display:inline-block;vertical-align:super}.TabDesktop.casino-tournaments-tab{margin:10px}.TabDesktop.casino-tournaments-tab ul{font-size:inherit;border-bottom:2px var(--emw--color-grey-105, #424242) solid}.TabDesktop.casino-tournaments-tab ul li{padding:10px 20px;cursor:pointer}.TabDesktop.casino-tournaments-tab ul li.active{color:var(--emw--color-primary, #FF8364);border-bottom:3px var(--emw--color-primary, #FF8364) solid}.TabDesktop.casino-tournaments-tab ul li span{margin:auto 0}");
4285
4306
  }
4286
- function Bt(e, t, r) {
4307
+ function Pt(e, t, r) {
4287
4308
  const n = e.slice();
4288
4309
  return n[16] = t[r], n;
4289
4310
  }
4290
- function At(e) {
4291
- let t, r = st(
4311
+ function Ot(e) {
4312
+ let t, r = ut(
4292
4313
  /*__tabs*/
4293
4314
  e[6]
4294
4315
  ), n = [];
4295
4316
  for (let i = 0; i < r.length; i += 1)
4296
- n[i] = Ot(Bt(e, r, i));
4317
+ n[i] = Lt(Pt(e, r, i));
4297
4318
  return {
4298
4319
  c() {
4299
4320
  t = I("ul");
4300
4321
  for (let i = 0; i < n.length; i += 1)
4301
4322
  n[i].c();
4302
- S(t, "part", "ul");
4323
+ T(t, "part", "ul");
4303
4324
  },
4304
4325
  m(i, o) {
4305
- re(i, t, o);
4326
+ te(i, t, o);
4306
4327
  for (let s = 0; s < n.length; s += 1)
4307
4328
  n[s] && n[s].m(t, null);
4308
4329
  },
4309
4330
  p(i, o) {
4310
4331
  if (o & /*__tab, __tabs, window, tid, totalReceiver, textReceiver*/
4311
4332
  121) {
4312
- r = st(
4333
+ r = ut(
4313
4334
  /*__tabs*/
4314
4335
  i[6]
4315
4336
  );
4316
4337
  let s;
4317
4338
  for (s = 0; s < r.length; s += 1) {
4318
- const a = Bt(i, r, s);
4319
- n[s] ? n[s].p(a, o) : (n[s] = Ot(a), n[s].c(), n[s].m(t, null));
4339
+ const a = Pt(i, r, s);
4340
+ n[s] ? n[s].p(a, o) : (n[s] = Lt(a), n[s].c(), n[s].m(t, null));
4320
4341
  }
4321
4342
  for (; s < n.length; s += 1)
4322
4343
  n[s].d(1);
@@ -4328,7 +4349,7 @@ function At(e) {
4328
4349
  }
4329
4350
  };
4330
4351
  }
4331
- function Pt(e) {
4352
+ function It(e) {
4332
4353
  let t, r, n = (
4333
4354
  /*totalReceiver*/
4334
4355
  e[3][
@@ -4338,10 +4359,10 @@ function Pt(e) {
4338
4359
  ), i;
4339
4360
  return {
4340
4361
  c() {
4341
- t = I("sup"), r = I("span"), i = We(n), S(r, "part", "SupText"), S(t, "part", "sup");
4362
+ t = I("sup"), r = I("span"), i = Ye(n), T(r, "part", "SupText"), T(t, "part", "sup");
4342
4363
  },
4343
4364
  m(o, s) {
4344
- re(o, t, s), C(t, r), C(r, i);
4365
+ te(o, t, s), C(t, r), C(r, i);
4345
4366
  },
4346
4367
  p(o, s) {
4347
4368
  s & /*totalReceiver, __tabs*/
@@ -4349,14 +4370,14 @@ function Pt(e) {
4349
4370
  o[3][
4350
4371
  /*_tab*/
4351
4372
  o[16]
4352
- ] + "") && Nt(i, n);
4373
+ ] + "") && Mt(i, n);
4353
4374
  },
4354
4375
  d(o) {
4355
4376
  o && X(t);
4356
4377
  }
4357
4378
  };
4358
4379
  }
4359
- function Ot(e) {
4380
+ function Lt(e) {
4360
4381
  let t, r, n = (
4361
4382
  /*textReceiver*/
4362
4383
  e[4][
@@ -4368,7 +4389,7 @@ function Ot(e) {
4368
4389
  e[3][
4369
4390
  /*_tab*/
4370
4391
  e[16]
4371
- ] >= 0 && Pt(e)
4392
+ ] >= 0 && It(e)
4372
4393
  );
4373
4394
  function c() {
4374
4395
  return (
@@ -4381,15 +4402,15 @@ function Ot(e) {
4381
4402
  }
4382
4403
  return {
4383
4404
  c() {
4384
- t = I("li"), r = I("span"), i = We(n), o = it(), f && f.c(), s = it(), S(r, "part", "LiText"), S(t, "class", a = /*__tab*/
4405
+ t = I("li"), r = I("span"), i = Ye(n), o = st(), f && f.c(), s = st(), T(r, "part", "LiText"), T(t, "class", a = /*__tab*/
4385
4406
  e[5] === /*_tab*/
4386
- e[16] ? "active" : ""), S(t, "part", h = `${/*_tab*/
4407
+ e[16] ? "active" : ""), T(t, "part", h = `${/*_tab*/
4387
4408
  e[16]} li ` + /*__tab*/
4388
4409
  (e[5] === /*_tab*/
4389
4410
  e[16] ? "active" : ""));
4390
4411
  },
4391
4412
  m(p, d) {
4392
- re(p, t, d), C(t, r), C(r, i), C(t, o), f && f.m(t, null), C(t, s), u || (l = _r(t, "click", c), u = !0);
4413
+ te(p, t, d), C(t, r), C(r, i), C(t, o), f && f.m(t, null), C(t, s), u || (l = xr(t, "click", c), u = !0);
4393
4414
  },
4394
4415
  p(p, d) {
4395
4416
  e = p, d & /*textReceiver, __tabs*/
@@ -4397,42 +4418,42 @@ function Ot(e) {
4397
4418
  e[4][
4398
4419
  /*_tab*/
4399
4420
  e[16]
4400
- ] + "") && Nt(i, n), /*totalReceiver*/
4421
+ ] + "") && Mt(i, n), /*totalReceiver*/
4401
4422
  e[3][
4402
4423
  /*_tab*/
4403
4424
  e[16]
4404
- ] >= 0 ? f ? f.p(e, d) : (f = Pt(e), f.c(), f.m(t, s)) : f && (f.d(1), f = null), d & /*__tab, __tabs*/
4425
+ ] >= 0 ? f ? f.p(e, d) : (f = It(e), f.c(), f.m(t, s)) : f && (f.d(1), f = null), d & /*__tab, __tabs*/
4405
4426
  96 && a !== (a = /*__tab*/
4406
4427
  e[5] === /*_tab*/
4407
- e[16] ? "active" : "") && S(t, "class", a), d & /*__tabs, __tab*/
4428
+ e[16] ? "active" : "") && T(t, "class", a), d & /*__tabs, __tab*/
4408
4429
  96 && h !== (h = `${/*_tab*/
4409
4430
  e[16]} li ` + /*__tab*/
4410
4431
  (e[5] === /*_tab*/
4411
- e[16] ? "active" : "")) && S(t, "part", h);
4432
+ e[16] ? "active" : "")) && T(t, "part", h);
4412
4433
  },
4413
4434
  d(p) {
4414
4435
  p && X(t), f && f.d(), u = !1, l();
4415
4436
  }
4416
4437
  };
4417
4438
  }
4418
- function Wi(e) {
4439
+ function Qi(e) {
4419
4440
  let t, r = (
4420
4441
  /*isTitleInited*/
4421
- e[2] && At(e)
4442
+ e[2] && Ot(e)
4422
4443
  );
4423
4444
  return {
4424
4445
  c() {
4425
- t = I("div"), r && r.c(), S(t, "class", "casino-tournaments-tab " + (ji(
4446
+ t = I("div"), r && r.c(), T(t, "class", "casino-tournaments-tab " + (Vi(
4426
4447
  /*userAgent*/
4427
4448
  e[7]
4428
- ) ? "TabMobile" : "TabDesktop")), S(t, "part", "CustomStylingContainer");
4449
+ ) ? "TabMobile" : "TabDesktop")), T(t, "part", "CustomStylingContainer");
4429
4450
  },
4430
4451
  m(n, i) {
4431
- re(n, t, i), r && r.m(t, null), e[14](t);
4452
+ te(n, t, i), r && r.m(t, null), e[14](t);
4432
4453
  },
4433
4454
  p(n, [i]) {
4434
4455
  /*isTitleInited*/
4435
- n[2] ? r ? r.p(n, i) : (r = At(n), r.c(), r.m(t, null)) : r && (r.d(1), r = null);
4456
+ n[2] ? r ? r.p(n, i) : (r = Ot(n), r.c(), r.m(t, null)) : r && (r.d(1), r = null);
4436
4457
  },
4437
4458
  i: w,
4438
4459
  o: w,
@@ -4441,20 +4462,23 @@ function Wi(e) {
4441
4462
  }
4442
4463
  };
4443
4464
  }
4444
- function Zi(e, t, r) {
4465
+ function Ji(e, t, r) {
4445
4466
  let n, i, { tabs: o = "" } = t, { tab: s = void 0 } = t, { clientstyling: a = "" } = t, { clientstylingurl: h = "" } = t, { mbsource: u } = t, { tid: l = "pageTab" } = t, f, c = !1;
4446
4467
  const p = window.navigator.userAgent;
4447
4468
  let d = {}, v = {};
4448
- Dr({
4449
- TournamentsTabTotalUpdate: (y) => {
4450
- r(3, d = _e(Q({}, d), {
4451
- [y.state]: y.total
4469
+ Gr({
4470
+ TournamentsTabTotalUpdate: (g) => {
4471
+ r(3, d = ae($({}, d), {
4472
+ [g.state]: g.total
4452
4473
  }));
4453
4474
  },
4454
- TournamentsTabsLocalize: (y) => {
4455
- r(2, c = !0), r(4, v = Q(Q({}, v), y.tabTitleTranslations));
4475
+ TournamentsTabsLocalize: (g) => {
4476
+ r(2, c = !0), r(4, v = $($({}, v), g.tabTitleTranslations));
4477
+ },
4478
+ TournamentsTabLocaleTextUpdate: (g) => {
4479
+ r(2, c = !0), r(4, v = ae($({}, v), { [g.state]: g.text }));
4456
4480
  }
4457
- }), Ct(() => (window.postMessage(
4481
+ }), $t(() => (window.postMessage(
4458
4482
  {
4459
4483
  type: "TournamentsTabListenerLoaded",
4460
4484
  tid: l
@@ -4462,28 +4486,28 @@ function Zi(e, t, r) {
4462
4486
  window.location.href
4463
4487
  ), () => {
4464
4488
  }));
4465
- const T = (y) => {
4466
- r(5, i = y), window.postMessage(
4489
+ const S = (g) => {
4490
+ r(5, i = g), window.postMessage(
4467
4491
  {
4468
4492
  type: "TournamentsTabSwitch",
4469
- tab: y,
4493
+ tab: g,
4470
4494
  tid: l
4471
4495
  },
4472
4496
  window.location.href
4473
4497
  );
4474
4498
  };
4475
- function L(y) {
4476
- Oe[y ? "unshift" : "push"](() => {
4477
- f = y, r(1, f);
4499
+ function L(g) {
4500
+ Le[g ? "unshift" : "push"](() => {
4501
+ f = g, r(1, f);
4478
4502
  });
4479
4503
  }
4480
- return e.$$set = (y) => {
4481
- "tabs" in y && r(8, o = y.tabs), "tab" in y && r(9, s = y.tab), "clientstyling" in y && r(10, a = y.clientstyling), "clientstylingurl" in y && r(11, h = y.clientstylingurl), "mbsource" in y && r(12, u = y.mbsource), "tid" in y && r(0, l = y.tid);
4504
+ return e.$$set = (g) => {
4505
+ "tabs" in g && r(8, o = g.tabs), "tab" in g && r(9, s = g.tab), "clientstyling" in g && r(10, a = g.clientstyling), "clientstylingurl" in g && r(11, h = g.clientstylingurl), "mbsource" in g && r(12, u = g.mbsource), "tid" in g && r(0, l = g.tid);
4482
4506
  }, e.$$.update = () => {
4483
4507
  e.$$.dirty & /*clientstyling, customStylingContainer*/
4484
- 1026 && a && f && ki(f, a), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
4485
- 2050 && h && f && Vi(f, h), e.$$.dirty & /*mbsource, customStylingContainer*/
4486
- 4098 && u && f && Xi(f, `${u}.Style`), e.$$.dirty & /*tabs*/
4508
+ 1026 && a && f && Xi(f, a), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
4509
+ 2050 && h && f && zi(f, h), e.$$.dirty & /*mbsource, customStylingContainer*/
4510
+ 4098 && u && f && Wi(f, `${u}.Style`), e.$$.dirty & /*tabs*/
4487
4511
  256 && r(6, n = o.split(",")), e.$$.dirty & /*tab*/
4488
4512
  512 && r(5, i = s);
4489
4513
  }, [
@@ -4500,18 +4524,18 @@ function Zi(e, t, r) {
4500
4524
  a,
4501
4525
  h,
4502
4526
  u,
4503
- T,
4527
+ S,
4504
4528
  L
4505
4529
  ];
4506
4530
  }
4507
- class Qi extends $r {
4531
+ class Yi extends Rr {
4508
4532
  constructor(t) {
4509
- super(), Cr(
4533
+ super(), Mr(
4510
4534
  this,
4511
4535
  t,
4512
- Zi,
4513
- Wi,
4514
- Lt,
4536
+ Ji,
4537
+ Qi,
4538
+ Ct,
4515
4539
  {
4516
4540
  tabs: 8,
4517
4541
  tab: 9,
@@ -4520,7 +4544,7 @@ class Qi extends $r {
4520
4544
  mbsource: 12,
4521
4545
  tid: 0
4522
4546
  },
4523
- zi
4547
+ Zi
4524
4548
  );
4525
4549
  }
4526
4550
  get tabs() {
@@ -4560,7 +4584,7 @@ class Qi extends $r {
4560
4584
  this.$$set({ tid: t }), P();
4561
4585
  }
4562
4586
  }
4563
- Mr(Qi, { tabs: {}, tab: {}, clientstyling: {}, clientstylingurl: {}, mbsource: {}, tid: {} }, [], [], !0);
4587
+ $r(Yi, { tabs: {}, tab: {}, clientstyling: {}, clientstylingurl: {}, mbsource: {}, tid: {} }, [], [], !0);
4564
4588
  export {
4565
- Qi as default
4589
+ Yi as default
4566
4590
  };