@everymatrix/casino-betslip-indicator 1.76.1 → 1.76.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,17 +1,17 @@
1
- var nr = Object.defineProperty, ir = Object.defineProperties;
2
- var or = Object.getOwnPropertyDescriptors;
3
- var Je = Object.getOwnPropertySymbols;
4
- var sr = Object.prototype.hasOwnProperty, ar = Object.prototype.propertyIsEnumerable;
5
- var ve = (e, t, r) => t in e ? nr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ye = (e, t) => {
1
+ var ir = Object.defineProperty, or = Object.defineProperties;
2
+ var sr = Object.getOwnPropertyDescriptors;
3
+ var qe = Object.getOwnPropertySymbols;
4
+ var ar = Object.prototype.hasOwnProperty, ur = Object.prototype.propertyIsEnumerable;
5
+ var xe = (e, t, r) => t in e ? ir(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ke = (e, t) => {
6
6
  for (var r in t || (t = {}))
7
- sr.call(t, r) && ve(e, r, t[r]);
8
- if (Je)
9
- for (var r of Je(t))
10
- ar.call(t, r) && ve(e, r, t[r]);
7
+ ar.call(t, r) && xe(e, r, t[r]);
8
+ if (qe)
9
+ for (var r of qe(t))
10
+ ur.call(t, r) && xe(e, r, t[r]);
11
11
  return e;
12
- }, qe = (e, t) => ir(e, or(t));
13
- var w = (e, t, r) => (ve(e, typeof t != "symbol" ? t + "" : t, r), r);
14
- var Ke = (e, t, r) => new Promise((n, i) => {
12
+ }, et = (e, t) => or(e, sr(t));
13
+ var w = (e, t, r) => (xe(e, typeof t != "symbol" ? t + "" : t, r), r);
14
+ var tt = (e, t, r) => new Promise((n, i) => {
15
15
  var o = (h) => {
16
16
  try {
17
17
  a(r.next(h));
@@ -29,25 +29,25 @@ var Ke = (e, t, r) => new Promise((n, i) => {
29
29
  });
30
30
  function H() {
31
31
  }
32
- function St(e) {
32
+ function Ht(e) {
33
33
  return e();
34
34
  }
35
- function et() {
35
+ function rt() {
36
36
  return /* @__PURE__ */ Object.create(null);
37
37
  }
38
- function te(e) {
39
- e.forEach(St);
38
+ function ee(e) {
39
+ e.forEach(Ht);
40
40
  }
41
- function Ve(e) {
41
+ function Ze(e) {
42
42
  return typeof e == "function";
43
43
  }
44
- function wt(e, t) {
44
+ function Tt(e, t) {
45
45
  return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
46
46
  }
47
- function ur(e) {
47
+ function hr(e) {
48
48
  return Object.keys(e).length === 0;
49
49
  }
50
- function hr(e, ...t) {
50
+ function lr(e, ...t) {
51
51
  if (e == null) {
52
52
  for (const n of t)
53
53
  n(void 0);
@@ -59,14 +59,14 @@ function hr(e, ...t) {
59
59
  function B(e, t) {
60
60
  e.appendChild(t);
61
61
  }
62
- function lr(e, t, r) {
63
- const n = cr(e);
62
+ function cr(e, t, r) {
63
+ const n = fr(e);
64
64
  if (!n.getElementById(t)) {
65
- const i = F("style");
66
- i.id = t, i.textContent = r, fr(n, i);
65
+ const i = D("style");
66
+ i.id = t, i.textContent = r, mr(n, i);
67
67
  }
68
68
  }
69
- function cr(e) {
69
+ function fr(e) {
70
70
  if (!e)
71
71
  return document;
72
72
  const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
@@ -76,45 +76,45 @@ function cr(e) {
76
76
  t
77
77
  ) : e.ownerDocument;
78
78
  }
79
- function fr(e, t) {
79
+ function mr(e, t) {
80
80
  return B(
81
81
  /** @type {Document} */
82
82
  e.head || e,
83
83
  t
84
84
  ), t.sheet;
85
85
  }
86
- function re(e, t, r) {
86
+ function te(e, t, r) {
87
87
  e.insertBefore(t, r || null);
88
88
  }
89
- function X(e) {
89
+ function V(e) {
90
90
  e.parentNode && e.parentNode.removeChild(e);
91
91
  }
92
- function F(e) {
92
+ function D(e) {
93
93
  return document.createElement(e);
94
94
  }
95
- function N(e) {
95
+ function C(e) {
96
96
  return document.createElementNS("http://www.w3.org/2000/svg", e);
97
97
  }
98
- function Ht(e) {
98
+ function Bt(e) {
99
99
  return document.createTextNode(e);
100
100
  }
101
- function mr() {
102
- return Ht(" ");
101
+ function pr() {
102
+ return Bt(" ");
103
103
  }
104
- function pr(e, t, r, n) {
104
+ function dr(e, t, r, n) {
105
105
  return e.addEventListener(t, r, n), () => e.removeEventListener(t, r, n);
106
106
  }
107
- function _(e, t, r) {
107
+ function x(e, t, r) {
108
108
  r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
109
109
  }
110
- function dr(e) {
110
+ function br(e) {
111
111
  return Array.from(e.childNodes);
112
112
  }
113
- function br(e, t) {
113
+ function yr(e, t) {
114
114
  t = "" + t, e.data !== t && (e.data = /** @type {string} */
115
115
  t);
116
116
  }
117
- function yr(e, t, r, n) {
117
+ function vr(e, t, r, n) {
118
118
  e.style.setProperty(t, r, "");
119
119
  }
120
120
  function gr(e) {
@@ -126,87 +126,87 @@ function gr(e) {
126
126
  }
127
127
  ), t;
128
128
  }
129
- let q;
130
- function J(e) {
131
- q = e;
129
+ let Y;
130
+ function Q(e) {
131
+ Y = e;
132
132
  }
133
- function vr() {
134
- if (!q)
133
+ function _r() {
134
+ if (!Y)
135
135
  throw new Error("Function called outside component initialization");
136
- return q;
136
+ return Y;
137
137
  }
138
138
  function xr(e) {
139
- vr().$$.on_mount.push(e);
139
+ _r().$$.on_mount.push(e);
140
140
  }
141
- const R = [], Ae = [];
141
+ const R = [], Oe = [];
142
142
  let U = [];
143
- const tt = [], _r = /* @__PURE__ */ Promise.resolve();
144
- let Pe = !1;
145
- function Er() {
146
- Pe || (Pe = !0, _r.then(Y));
143
+ const nt = [], Er = /* @__PURE__ */ Promise.resolve();
144
+ let Ie = !1;
145
+ function Sr() {
146
+ Ie || (Ie = !0, Er.then(J));
147
147
  }
148
- function Oe(e) {
148
+ function Ne(e) {
149
149
  U.push(e);
150
150
  }
151
- const xe = /* @__PURE__ */ new Set();
152
- let M = 0;
153
- function Y() {
154
- if (M !== 0)
151
+ const Ee = /* @__PURE__ */ new Set();
152
+ let $ = 0;
153
+ function J() {
154
+ if ($ !== 0)
155
155
  return;
156
- const e = q;
156
+ const e = Y;
157
157
  do {
158
158
  try {
159
- for (; M < R.length; ) {
160
- const t = R[M];
161
- M++, J(t), Sr(t.$$);
159
+ for (; $ < R.length; ) {
160
+ const t = R[$];
161
+ $++, Q(t), wr(t.$$);
162
162
  }
163
163
  } catch (t) {
164
- throw R.length = 0, M = 0, t;
164
+ throw R.length = 0, $ = 0, t;
165
165
  }
166
- for (J(null), R.length = 0, M = 0; Ae.length; )
167
- Ae.pop()();
166
+ for (Q(null), R.length = 0, $ = 0; Oe.length; )
167
+ Oe.pop()();
168
168
  for (let t = 0; t < U.length; t += 1) {
169
169
  const r = U[t];
170
- xe.has(r) || (xe.add(r), r());
170
+ Ee.has(r) || (Ee.add(r), r());
171
171
  }
172
172
  U.length = 0;
173
173
  } while (R.length);
174
- for (; tt.length; )
175
- tt.pop()();
176
- Pe = !1, xe.clear(), J(e);
174
+ for (; nt.length; )
175
+ nt.pop()();
176
+ Ie = !1, Ee.clear(), Q(e);
177
177
  }
178
- function Sr(e) {
178
+ function wr(e) {
179
179
  if (e.fragment !== null) {
180
- e.update(), te(e.before_update);
180
+ e.update(), ee(e.before_update);
181
181
  const t = e.dirty;
182
- e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Oe);
182
+ e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Ne);
183
183
  }
184
184
  }
185
- function wr(e) {
185
+ function Hr(e) {
186
186
  const t = [], r = [];
187
187
  U.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), U = t;
188
188
  }
189
- const Hr = /* @__PURE__ */ new Set();
190
- function Tr(e, t) {
191
- e && e.i && (Hr.delete(e), e.i(t));
189
+ const Tr = /* @__PURE__ */ new Set();
190
+ function Br(e, t) {
191
+ e && e.i && (Tr.delete(e), e.i(t));
192
192
  }
193
- function Br(e, t, r) {
193
+ function Ar(e, t, r) {
194
194
  const { fragment: n, after_update: i } = e.$$;
195
- n && n.m(t, r), Oe(() => {
196
- const o = e.$$.on_mount.map(St).filter(Ve);
197
- e.$$.on_destroy ? e.$$.on_destroy.push(...o) : te(o), e.$$.on_mount = [];
198
- }), i.forEach(Oe);
195
+ n && n.m(t, r), Ne(() => {
196
+ const o = e.$$.on_mount.map(Ht).filter(Ze);
197
+ e.$$.on_destroy ? e.$$.on_destroy.push(...o) : ee(o), e.$$.on_mount = [];
198
+ }), i.forEach(Ne);
199
199
  }
200
- function Ar(e, t) {
200
+ function Pr(e, t) {
201
201
  const r = e.$$;
202
- r.fragment !== null && (wr(r.after_update), te(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
202
+ r.fragment !== null && (Hr(r.after_update), ee(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
203
203
  }
204
- function Pr(e, t) {
205
- e.$$.dirty[0] === -1 && (R.push(e), Er(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
204
+ function Or(e, t) {
205
+ e.$$.dirty[0] === -1 && (R.push(e), Sr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
206
206
  }
207
- function Or(e, t, r, n, i, o, s = null, a = [-1]) {
208
- const h = q;
209
- J(e);
207
+ function Ir(e, t, r, n, i, o, s = null, a = [-1]) {
208
+ const h = Y;
209
+ Q(e);
210
210
  const u = e.$$ = {
211
211
  fragment: null,
212
212
  ctx: [],
@@ -214,7 +214,7 @@ function Or(e, t, r, n, i, o, s = null, a = [-1]) {
214
214
  props: o,
215
215
  update: H,
216
216
  not_equal: i,
217
- bound: et(),
217
+ bound: rt(),
218
218
  // lifecycle
219
219
  on_mount: [],
220
220
  on_destroy: [],
@@ -223,7 +223,7 @@ function Or(e, t, r, n, i, o, s = null, a = [-1]) {
223
223
  after_update: [],
224
224
  context: new Map(t.context || (h ? h.$$.context : [])),
225
225
  // everything else
226
- callbacks: et(),
226
+ callbacks: rt(),
227
227
  dirty: a,
228
228
  skip_bound: !1,
229
229
  root: t.target || h.$$.root
@@ -232,19 +232,19 @@ function Or(e, t, r, n, i, o, s = null, a = [-1]) {
232
232
  let l = !1;
233
233
  if (u.ctx = r ? r(e, t.props || {}, (f, c, ...p) => {
234
234
  const v = p.length ? p[0] : c;
235
- return u.ctx && i(u.ctx[f], u.ctx[f] = v) && (!u.skip_bound && u.bound[f] && u.bound[f](v), l && Pr(e, f)), c;
236
- }) : [], u.update(), l = !0, te(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
235
+ return u.ctx && i(u.ctx[f], u.ctx[f] = v) && (!u.skip_bound && u.bound[f] && u.bound[f](v), l && Or(e, f)), c;
236
+ }) : [], u.update(), l = !0, ee(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
237
237
  if (t.hydrate) {
238
- const f = dr(t.target);
239
- u.fragment && u.fragment.l(f), f.forEach(X);
238
+ const f = br(t.target);
239
+ u.fragment && u.fragment.l(f), f.forEach(V);
240
240
  } else
241
241
  u.fragment && u.fragment.c();
242
- t.intro && Tr(e.$$.fragment), Br(e, t.target, t.anchor), Y();
242
+ t.intro && Br(e.$$.fragment), Ar(e, t.target, t.anchor), J();
243
243
  }
244
- J(h);
244
+ Q(h);
245
245
  }
246
- let Tt;
247
- typeof HTMLElement == "function" && (Tt = class extends HTMLElement {
246
+ let At;
247
+ typeof HTMLElement == "function" && (At = class extends HTMLElement {
248
248
  constructor(t, r, n) {
249
249
  super();
250
250
  /** The Svelte component constructor */
@@ -281,24 +281,24 @@ typeof HTMLElement == "function" && (Tt = class extends HTMLElement {
281
281
  }
282
282
  }
283
283
  connectedCallback() {
284
- return Ke(this, null, function* () {
284
+ return tt(this, null, function* () {
285
285
  if (this.$$cn = !0, !this.$$c) {
286
286
  let t = function(o) {
287
287
  return () => {
288
288
  let s;
289
289
  return {
290
290
  c: function() {
291
- s = F("slot"), o !== "default" && _(s, "name", o);
291
+ s = D("slot"), o !== "default" && x(s, "name", o);
292
292
  },
293
293
  /**
294
294
  * @param {HTMLElement} target
295
295
  * @param {HTMLElement} [anchor]
296
296
  */
297
297
  m: function(u, l) {
298
- re(u, s, l);
298
+ te(u, s, l);
299
299
  },
300
300
  d: function(u) {
301
- u && X(s);
301
+ u && V(s);
302
302
  }
303
303
  };
304
304
  };
@@ -316,7 +316,7 @@ typeof HTMLElement == "function" && (Tt = class extends HTMLElement {
316
316
  !(o in this.$$d) && this[o] !== void 0 && (this.$$d[o] = this[o], delete this[o]);
317
317
  this.$$c = new this.$$ctor({
318
318
  target: this.shadowRoot || this,
319
- props: qe(Ye({}, this.$$d), {
319
+ props: et(Ke({}, this.$$d), {
320
320
  $$slots: r,
321
321
  $$scope: {
322
322
  ctx: []
@@ -394,8 +394,8 @@ function ue(e, t, r, n) {
394
394
  return t;
395
395
  }
396
396
  }
397
- function Ir(e, t, r, n, i, o) {
398
- let s = class extends Tt {
397
+ function Nr(e, t, r, n, i, o) {
398
+ let s = class extends At {
399
399
  constructor() {
400
400
  super(e, r, i), this.$$p_d = t;
401
401
  }
@@ -446,7 +446,7 @@ class Cr {
446
446
  }
447
447
  /** @returns {void} */
448
448
  $destroy() {
449
- Ar(this, 1), this.$destroy = H;
449
+ Pr(this, 1), this.$destroy = H;
450
450
  }
451
451
  /**
452
452
  * @template {Extract<keyof Events, string>} K
@@ -455,7 +455,7 @@ class Cr {
455
455
  * @returns {() => void}
456
456
  */
457
457
  $on(t, r) {
458
- if (!Ve(r))
458
+ if (!Ze(r))
459
459
  return H;
460
460
  const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
461
461
  return n.push(r), () => {
@@ -468,11 +468,11 @@ class Cr {
468
468
  * @returns {void}
469
469
  */
470
470
  $set(t) {
471
- this.$$set && !ur(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
471
+ this.$$set && !hr(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
472
472
  }
473
473
  }
474
- const Nr = "4";
475
- typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Nr);
474
+ const Lr = "4";
475
+ typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Lr);
476
476
  /*! *****************************************************************************
477
477
  Copyright (c) Microsoft Corporation.
478
478
 
@@ -487,43 +487,24 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
487
487
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
488
488
  PERFORMANCE OF THIS SOFTWARE.
489
489
  ***************************************************************************** */
490
- var Ie = function(e, t) {
491
- return Ie = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
490
+ var Ce = function(e, t) {
491
+ return Ce = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
492
492
  r.__proto__ = n;
493
493
  } || function(r, n) {
494
494
  for (var i in n)
495
495
  Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
496
- }, Ie(e, t);
496
+ }, Ce(e, t);
497
497
  };
498
- function P(e, t) {
498
+ function re(e, t) {
499
499
  if (typeof t != "function" && t !== null)
500
500
  throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
501
- Ie(e, t);
501
+ Ce(e, t);
502
502
  function r() {
503
503
  this.constructor = e;
504
504
  }
505
505
  e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
506
506
  }
507
- var g = function() {
508
- return g = Object.assign || function(t) {
509
- for (var r, n = 1, i = arguments.length; n < i; n++) {
510
- r = arguments[n];
511
- for (var o in r)
512
- Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
513
- }
514
- return t;
515
- }, g.apply(this, arguments);
516
- };
517
- function Lr(e, t) {
518
- var r = {};
519
- for (var n in e)
520
- Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
521
- if (e != null && typeof Object.getOwnPropertySymbols == "function")
522
- for (var i = 0, n = Object.getOwnPropertySymbols(e); i < n.length; i++)
523
- t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
524
- return r;
525
- }
526
- function Ce(e) {
507
+ function Le(e) {
527
508
  var t = typeof Symbol == "function" && Symbol.iterator, r = t && e[t], n = 0;
528
509
  if (r)
529
510
  return r.call(e);
@@ -535,7 +516,7 @@ function Ce(e) {
535
516
  };
536
517
  throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
537
518
  }
538
- function Ne(e, t) {
519
+ function $e(e, t) {
539
520
  var r = typeof Symbol == "function" && e[Symbol.iterator];
540
521
  if (!r)
541
522
  return e;
@@ -555,22 +536,22 @@ function Ne(e, t) {
555
536
  }
556
537
  return o;
557
538
  }
558
- function D(e, t, r) {
559
- if (r || arguments.length === 2)
539
+ function Me(e, t, r) {
540
+ if (arguments.length === 2)
560
541
  for (var n = 0, i = t.length, o; n < i; n++)
561
542
  (o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
562
543
  return e.concat(o || t);
563
544
  }
564
- function A(e) {
545
+ function P(e) {
565
546
  return typeof e == "function";
566
547
  }
567
- function Bt(e) {
548
+ function Pt(e) {
568
549
  var t = function(n) {
569
550
  Error.call(n), n.stack = new Error().stack;
570
551
  }, r = e(t);
571
552
  return r.prototype = Object.create(Error.prototype), r.prototype.constructor = r, r;
572
553
  }
573
- var _e = Bt(function(e) {
554
+ var Se = Pt(function(e) {
574
555
  return function(r) {
575
556
  e(this), this.message = r ? r.length + ` errors occurred during unsubscription:
576
557
  ` + r.map(function(n, i) {
@@ -579,13 +560,13 @@ var _e = Bt(function(e) {
579
560
  `) : "", this.name = "UnsubscriptionError", this.errors = r;
580
561
  };
581
562
  });
582
- function Le(e, t) {
563
+ function Re(e, t) {
583
564
  if (e) {
584
565
  var r = e.indexOf(t);
585
566
  0 <= r && e.splice(r, 1);
586
567
  }
587
568
  }
588
- var pe = function() {
569
+ var de = function() {
589
570
  function e(t) {
590
571
  this.initialTeardown = t, this.closed = !1, this._parentage = null, this._finalizers = null;
591
572
  }
@@ -597,7 +578,7 @@ var pe = function() {
597
578
  if (s)
598
579
  if (this._parentage = null, Array.isArray(s))
599
580
  try {
600
- for (var a = Ce(s), h = a.next(); !h.done; h = a.next()) {
581
+ for (var a = Le(s), h = a.next(); !h.done; h = a.next()) {
601
582
  var u = h.value;
602
583
  u.remove(this);
603
584
  }
@@ -614,22 +595,22 @@ var pe = function() {
614
595
  else
615
596
  s.remove(this);
616
597
  var l = this.initialTeardown;
617
- if (A(l))
598
+ if (P(l))
618
599
  try {
619
600
  l();
620
601
  } catch (m) {
621
- o = m instanceof _e ? m.errors : [m];
602
+ o = m instanceof Se ? m.errors : [m];
622
603
  }
623
604
  var f = this._finalizers;
624
605
  if (f) {
625
606
  this._finalizers = null;
626
607
  try {
627
- for (var c = Ce(f), p = c.next(); !p.done; p = c.next()) {
608
+ for (var c = Le(f), p = c.next(); !p.done; p = c.next()) {
628
609
  var v = p.value;
629
610
  try {
630
- rt(v);
611
+ it(v);
631
612
  } catch (m) {
632
- o = o != null ? o : [], m instanceof _e ? o = D(D([], Ne(o)), Ne(m.errors)) : o.push(m);
613
+ o = o != null ? o : [], m instanceof Se ? o = Me(Me([], $e(o)), $e(m.errors)) : o.push(m);
633
614
  }
634
615
  }
635
616
  } catch (m) {
@@ -644,13 +625,13 @@ var pe = function() {
644
625
  }
645
626
  }
646
627
  if (o)
647
- throw new _e(o);
628
+ throw new Se(o);
648
629
  }
649
630
  }, e.prototype.add = function(t) {
650
631
  var r;
651
632
  if (t && t !== this)
652
633
  if (this.closed)
653
- rt(t);
634
+ it(t);
654
635
  else {
655
636
  if (t instanceof e) {
656
637
  if (t.closed || t._hasParent(this))
@@ -667,56 +648,52 @@ var pe = function() {
667
648
  this._parentage = Array.isArray(r) ? (r.push(t), r) : r ? [r, t] : t;
668
649
  }, e.prototype._removeParent = function(t) {
669
650
  var r = this._parentage;
670
- r === t ? this._parentage = null : Array.isArray(r) && Le(r, t);
651
+ r === t ? this._parentage = null : Array.isArray(r) && Re(r, t);
671
652
  }, e.prototype.remove = function(t) {
672
653
  var r = this._finalizers;
673
- r && Le(r, t), t instanceof e && t._removeParent(this);
654
+ r && Re(r, t), t instanceof e && t._removeParent(this);
674
655
  }, e.EMPTY = function() {
675
656
  var t = new e();
676
657
  return t.closed = !0, t;
677
658
  }(), e;
678
- }(), At = pe.EMPTY;
679
- function Pt(e) {
680
- return e instanceof pe || e && "closed" in e && A(e.remove) && A(e.add) && A(e.unsubscribe);
659
+ }(), Ot = de.EMPTY;
660
+ function It(e) {
661
+ return e instanceof de || e && "closed" in e && P(e.remove) && P(e.add) && P(e.unsubscribe);
681
662
  }
682
- function rt(e) {
683
- A(e) ? e() : e.unsubscribe();
663
+ function it(e) {
664
+ P(e) ? e() : e.unsubscribe();
684
665
  }
685
- var Ot = {
686
- onUnhandledError: null,
687
- onStoppedNotification: null,
688
- Promise: void 0,
689
- useDeprecatedSynchronousErrorHandling: !1,
690
- useDeprecatedNextContext: !1
666
+ var $r = {
667
+ Promise: void 0
691
668
  }, Mr = {
692
669
  setTimeout: function(e, t) {
693
670
  for (var r = [], n = 2; n < arguments.length; n++)
694
671
  r[n - 2] = arguments[n];
695
- return setTimeout.apply(void 0, D([e, t], Ne(r)));
672
+ return setTimeout.apply(void 0, Me([e, t], $e(r)));
696
673
  },
697
674
  clearTimeout: function(e) {
698
675
  return clearTimeout(e);
699
676
  },
700
677
  delegate: void 0
701
678
  };
702
- function $r(e) {
679
+ function Rr(e) {
703
680
  Mr.setTimeout(function() {
704
681
  throw e;
705
682
  });
706
683
  }
707
- function nt() {
684
+ function ot() {
708
685
  }
709
686
  function he(e) {
710
687
  e();
711
688
  }
712
- var It = function(e) {
713
- P(t, e);
689
+ var Nt = function(e) {
690
+ re(t, e);
714
691
  function t(r) {
715
692
  var n = e.call(this) || this;
716
- return n.isStopped = !1, r ? (n.destination = r, Pt(r) && r.add(n)) : n.destination = Fr, n;
693
+ return n.isStopped = !1, r ? (n.destination = r, It(r) && r.add(n)) : n.destination = Fr, n;
717
694
  }
718
695
  return t.create = function(r, n, i) {
719
- return new Me(r, n, i);
696
+ return new Ue(r, n, i);
720
697
  }, t.prototype.next = function(r) {
721
698
  this.isStopped || this._next(r);
722
699
  }, t.prototype.error = function(r) {
@@ -740,11 +717,7 @@ var It = function(e) {
740
717
  this.unsubscribe();
741
718
  }
742
719
  }, t;
743
- }(pe), Rr = Function.prototype.bind;
744
- function Ee(e, t) {
745
- return Rr.call(e, t);
746
- }
747
- var Ur = function() {
720
+ }(de), Ur = function() {
748
721
  function e(t) {
749
722
  this.partialObserver = t;
750
723
  }
@@ -775,41 +748,29 @@ var Ur = function() {
775
748
  se(r);
776
749
  }
777
750
  }, e;
778
- }(), Me = function(e) {
779
- P(t, e);
751
+ }(), Ue = function(e) {
752
+ re(t, e);
780
753
  function t(r, n, i) {
781
754
  var o = e.call(this) || this, s;
782
- if (A(r) || !r)
783
- s = {
784
- next: r != null ? r : void 0,
785
- error: n != null ? n : void 0,
786
- complete: i != null ? i : void 0
787
- };
788
- else {
789
- var a;
790
- o && Ot.useDeprecatedNextContext ? (a = Object.create(r), a.unsubscribe = function() {
791
- return o.unsubscribe();
792
- }, s = {
793
- next: r.next && Ee(r.next, a),
794
- error: r.error && Ee(r.error, a),
795
- complete: r.complete && Ee(r.complete, a)
796
- }) : s = r;
797
- }
798
- return o.destination = new Ur(s), o;
755
+ return P(r) || !r ? s = {
756
+ next: r != null ? r : void 0,
757
+ error: n != null ? n : void 0,
758
+ complete: i != null ? i : void 0
759
+ } : s = r, o.destination = new Ur(s), o;
799
760
  }
800
761
  return t;
801
- }(It);
762
+ }(Nt);
802
763
  function se(e) {
803
- $r(e);
764
+ Rr(e);
804
765
  }
805
766
  function Dr(e) {
806
767
  throw e;
807
768
  }
808
769
  var Fr = {
809
770
  closed: !0,
810
- next: nt,
771
+ next: ot,
811
772
  error: Dr,
812
- complete: nt
773
+ complete: ot
813
774
  }, Gr = function() {
814
775
  return typeof Symbol == "function" && Symbol.observable || "@@observable";
815
776
  }();
@@ -823,7 +784,7 @@ function kr(e) {
823
784
  }, r);
824
785
  };
825
786
  }
826
- var it = function() {
787
+ var st = function() {
827
788
  function e(t) {
828
789
  t && (this._subscribe = t);
829
790
  }
@@ -831,7 +792,7 @@ var it = function() {
831
792
  var r = new e();
832
793
  return r.source = this, r.operator = t, r;
833
794
  }, e.prototype.subscribe = function(t, r, n) {
834
- var i = this, o = Xr(t) ? t : new Me(t, r, n);
795
+ var i = this, o = Xr(t) ? t : new Ue(t, r, n);
835
796
  return he(function() {
836
797
  var s = i, a = s.operator, h = s.source;
837
798
  o.add(a ? a.call(o, h) : h ? i._subscribe(o) : i._trySubscribe(o));
@@ -844,8 +805,8 @@ var it = function() {
844
805
  }
845
806
  }, e.prototype.forEach = function(t, r) {
846
807
  var n = this;
847
- return r = ot(r), new r(function(i, o) {
848
- var s = new Me({
808
+ return r = at(r), new r(function(i, o) {
809
+ var s = new Ue({
849
810
  next: function(a) {
850
811
  try {
851
812
  t(a);
@@ -869,7 +830,7 @@ var it = function() {
869
830
  return kr(t)(this);
870
831
  }, e.prototype.toPromise = function(t) {
871
832
  var r = this;
872
- return t = ot(t), new t(function(n, i) {
833
+ return t = at(t), new t(function(n, i) {
873
834
  var o;
874
835
  r.subscribe(function(s) {
875
836
  return o = s;
@@ -883,28 +844,28 @@ var it = function() {
883
844
  return new e(t);
884
845
  }, e;
885
846
  }();
886
- function ot(e) {
847
+ function at(e) {
887
848
  var t;
888
- return (t = e != null ? e : Ot.Promise) !== null && t !== void 0 ? t : Promise;
849
+ return (t = e != null ? e : $r.Promise) !== null && t !== void 0 ? t : Promise;
889
850
  }
890
851
  function Vr(e) {
891
- return e && A(e.next) && A(e.error) && A(e.complete);
852
+ return e && P(e.next) && P(e.error) && P(e.complete);
892
853
  }
893
854
  function Xr(e) {
894
- return e && e instanceof It || Vr(e) && Pt(e);
855
+ return e && e instanceof Nt || Vr(e) && It(e);
895
856
  }
896
- var Wr = Bt(function(e) {
857
+ var Wr = Pt(function(e) {
897
858
  return function() {
898
859
  e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
899
860
  };
900
861
  }), Ct = function(e) {
901
- P(t, e);
862
+ re(t, e);
902
863
  function t() {
903
864
  var r = e.call(this) || this;
904
865
  return r.closed = !1, r.currentObservers = null, r.observers = [], r.isStopped = !1, r.hasError = !1, r.thrownError = null, r;
905
866
  }
906
867
  return t.prototype.lift = function(r) {
907
- var n = new st(this, this);
868
+ var n = new ut(this, this);
908
869
  return n.operator = r, n;
909
870
  }, t.prototype._throwIfClosed = function() {
910
871
  if (this.closed)
@@ -916,7 +877,7 @@ var Wr = Bt(function(e) {
916
877
  if (n._throwIfClosed(), !n.isStopped) {
917
878
  n.currentObservers || (n.currentObservers = Array.from(n.observers));
918
879
  try {
919
- for (var s = Ce(n.currentObservers), a = s.next(); !a.done; a = s.next()) {
880
+ for (var s = Le(n.currentObservers), a = s.next(); !a.done; a = s.next()) {
920
881
  var h = a.value;
921
882
  h.next(r);
922
883
  }
@@ -965,20 +926,20 @@ var Wr = Bt(function(e) {
965
926
  return this._throwIfClosed(), this._checkFinalizedStatuses(r), this._innerSubscribe(r);
966
927
  }, t.prototype._innerSubscribe = function(r) {
967
928
  var n = this, i = this, o = i.hasError, s = i.isStopped, a = i.observers;
968
- return o || s ? At : (this.currentObservers = null, a.push(r), new pe(function() {
969
- n.currentObservers = null, Le(a, r);
929
+ return o || s ? Ot : (this.currentObservers = null, a.push(r), new de(function() {
930
+ n.currentObservers = null, Re(a, r);
970
931
  }));
971
932
  }, t.prototype._checkFinalizedStatuses = function(r) {
972
933
  var n = this, i = n.hasError, o = n.thrownError, s = n.isStopped;
973
934
  i ? r.error(o) : s && r.complete();
974
935
  }, t.prototype.asObservable = function() {
975
- var r = new it();
936
+ var r = new st();
976
937
  return r.source = this, r;
977
938
  }, t.create = function(r, n) {
978
- return new st(r, n);
939
+ return new ut(r, n);
979
940
  }, t;
980
- }(it), st = function(e) {
981
- P(t, e);
941
+ }(st), ut = function(e) {
942
+ re(t, e);
982
943
  function t(r, n) {
983
944
  var i = e.call(this) || this;
984
945
  return i.destination = r, i.source = n, i;
@@ -994,17 +955,17 @@ var Wr = Bt(function(e) {
994
955
  (n = (r = this.destination) === null || r === void 0 ? void 0 : r.complete) === null || n === void 0 || n.call(r);
995
956
  }, t.prototype._subscribe = function(r) {
996
957
  var n, i;
997
- return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : At;
958
+ return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : Ot;
998
959
  }, t;
999
- }(Ct), Nt = {
960
+ }(Ct), Lt = {
1000
961
  now: function() {
1001
- return (Nt.delegate || Date).now();
962
+ return (Lt.delegate || Date).now();
1002
963
  },
1003
964
  delegate: void 0
1004
965
  }, zr = function(e) {
1005
- P(t, e);
966
+ re(t, e);
1006
967
  function t(r, n, i) {
1007
- r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = Nt);
968
+ r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = Lt);
1008
969
  var o = e.call(this) || this;
1009
970
  return o._bufferSize = r, o._windowTime = n, o._timestampProvider = i, o._buffer = [], o._infiniteTimeWindow = !0, o._infiniteTimeWindow = n === 1 / 0, o._bufferSize = Math.max(1, r), o._windowTime = Math.max(1, n), o;
1010
971
  }
@@ -1025,30 +986,30 @@ var Wr = Bt(function(e) {
1025
986
  }
1026
987
  }, t;
1027
988
  }(Ct);
1028
- const at = [], ut = {}, Zr = (e, t = 0) => {
1029
- if (at.indexOf(e) == -1) {
989
+ const ht = [], lt = {}, Zr = (e, t = 0) => {
990
+ if (ht.indexOf(e) == -1) {
1030
991
  const r = new zr(t);
1031
- ut[e] = r, at.push(e);
992
+ lt[e] = r, ht.push(e);
1032
993
  }
1033
- return ut[e];
1034
- }, $ = [];
994
+ return lt[e];
995
+ }, M = [];
1035
996
  function Qr(e, t) {
1036
997
  return {
1037
- subscribe: de(e, t).subscribe
998
+ subscribe: be(e, t).subscribe
1038
999
  };
1039
1000
  }
1040
- function de(e, t = H) {
1001
+ function be(e, t = H) {
1041
1002
  let r;
1042
1003
  const n = /* @__PURE__ */ new Set();
1043
1004
  function i(a) {
1044
- if (wt(e, a) && (e = a, r)) {
1045
- const h = !$.length;
1005
+ if (Tt(e, a) && (e = a, r)) {
1006
+ const h = !M.length;
1046
1007
  for (const u of n)
1047
- u[1](), $.push(u, e);
1008
+ u[1](), M.push(u, e);
1048
1009
  if (h) {
1049
- for (let u = 0; u < $.length; u += 2)
1050
- $[u][0]($[u + 1]);
1051
- $.length = 0;
1010
+ for (let u = 0; u < M.length; u += 2)
1011
+ M[u][0](M[u + 1]);
1012
+ M.length = 0;
1052
1013
  }
1053
1014
  }
1054
1015
  }
@@ -1063,7 +1024,7 @@ function de(e, t = H) {
1063
1024
  }
1064
1025
  return { set: i, update: o, subscribe: s };
1065
1026
  }
1066
- function W(e, t, r) {
1027
+ function X(e, t, r) {
1067
1028
  const n = !Array.isArray(e), i = n ? [e] : e;
1068
1029
  if (!i.every(Boolean))
1069
1030
  throw new Error("derived() expects stores as input, got a falsy value");
@@ -1077,9 +1038,9 @@ function W(e, t, r) {
1077
1038
  return;
1078
1039
  f();
1079
1040
  const v = t(n ? u[0] : u, s, a);
1080
- o ? s(v) : f = Ve(v) ? v : H;
1041
+ o ? s(v) : f = Ze(v) ? v : H;
1081
1042
  }, p = i.map(
1082
- (v, m) => hr(
1043
+ (v, m) => lr(
1083
1044
  v,
1084
1045
  (d) => {
1085
1046
  u[m] = d, l &= ~(1 << m), h && c();
@@ -1090,7 +1051,7 @@ function W(e, t, r) {
1090
1051
  )
1091
1052
  );
1092
1053
  return h = !0, c(), function() {
1093
- te(p), f(), h = !1;
1054
+ ee(p), f(), h = !1;
1094
1055
  };
1095
1056
  });
1096
1057
  }
@@ -1114,29 +1075,29 @@ function rn(e) {
1114
1075
  function nn(e) {
1115
1076
  return Array.isArray(e) ? [] : {};
1116
1077
  }
1117
- function K(e, t) {
1118
- return t.clone !== !1 && t.isMergeableObject(e) ? G(nn(e), e, t) : e;
1078
+ function q(e, t) {
1079
+ return t.clone !== !1 && t.isMergeableObject(e) ? F(nn(e), e, t) : e;
1119
1080
  }
1120
1081
  function on(e, t, r) {
1121
1082
  return e.concat(t).map(function(n) {
1122
- return K(n, r);
1083
+ return q(n, r);
1123
1084
  });
1124
1085
  }
1125
1086
  function sn(e, t) {
1126
1087
  if (!t.customMerge)
1127
- return G;
1088
+ return F;
1128
1089
  var r = t.customMerge(e);
1129
- return typeof r == "function" ? r : G;
1090
+ return typeof r == "function" ? r : F;
1130
1091
  }
1131
1092
  function an(e) {
1132
1093
  return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
1133
1094
  return Object.propertyIsEnumerable.call(e, t);
1134
1095
  }) : [];
1135
1096
  }
1136
- function ht(e) {
1097
+ function ct(e) {
1137
1098
  return Object.keys(e).concat(an(e));
1138
1099
  }
1139
- function Lt(e, t) {
1100
+ function $t(e, t) {
1140
1101
  try {
1141
1102
  return t in e;
1142
1103
  } catch (r) {
@@ -1144,129 +1105,179 @@ function Lt(e, t) {
1144
1105
  }
1145
1106
  }
1146
1107
  function un(e, t) {
1147
- return Lt(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
1108
+ return $t(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
1148
1109
  }
1149
1110
  function hn(e, t, r) {
1150
1111
  var n = {};
1151
- return r.isMergeableObject(e) && ht(e).forEach(function(i) {
1152
- n[i] = K(e[i], r);
1153
- }), ht(t).forEach(function(i) {
1154
- un(e, i) || (Lt(e, i) && r.isMergeableObject(t[i]) ? n[i] = sn(i, r)(e[i], t[i], r) : n[i] = K(t[i], r));
1112
+ return r.isMergeableObject(e) && ct(e).forEach(function(i) {
1113
+ n[i] = q(e[i], r);
1114
+ }), ct(t).forEach(function(i) {
1115
+ un(e, i) || ($t(e, i) && r.isMergeableObject(t[i]) ? n[i] = sn(i, r)(e[i], t[i], r) : n[i] = q(t[i], r));
1155
1116
  }), n;
1156
1117
  }
1157
- function G(e, t, r) {
1158
- r = r || {}, r.arrayMerge = r.arrayMerge || on, r.isMergeableObject = r.isMergeableObject || Yr, r.cloneUnlessOtherwiseSpecified = K;
1118
+ function F(e, t, r) {
1119
+ r = r || {}, r.arrayMerge = r.arrayMerge || on, r.isMergeableObject = r.isMergeableObject || Yr, r.cloneUnlessOtherwiseSpecified = q;
1159
1120
  var n = Array.isArray(t), i = Array.isArray(e), o = n === i;
1160
- return o ? n ? r.arrayMerge(e, t, r) : hn(e, t, r) : K(t, r);
1121
+ return o ? n ? r.arrayMerge(e, t, r) : hn(e, t, r) : q(t, r);
1161
1122
  }
1162
- G.all = function(t, r) {
1123
+ F.all = function(t, r) {
1163
1124
  if (!Array.isArray(t))
1164
1125
  throw new Error("first argument should be an array");
1165
1126
  return t.reduce(function(n, i) {
1166
- return G(n, i, r);
1127
+ return F(n, i, r);
1167
1128
  }, {});
1168
1129
  };
1169
- var ln = G, cn = ln;
1130
+ var ln = F, cn = ln;
1170
1131
  const fn = /* @__PURE__ */ Jr(cn);
1171
- function Se(e, t) {
1172
- var r = t && t.cache ? t.cache : gn, n = t && t.serializer ? t.serializer : yn, i = t && t.strategy ? t.strategy : pn;
1132
+ var De = function(e, t) {
1133
+ return De = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
1134
+ r.__proto__ = n;
1135
+ } || function(r, n) {
1136
+ for (var i in n)
1137
+ Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
1138
+ }, De(e, t);
1139
+ };
1140
+ function ye(e, t) {
1141
+ if (typeof t != "function" && t !== null)
1142
+ throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
1143
+ De(e, t);
1144
+ function r() {
1145
+ this.constructor = e;
1146
+ }
1147
+ e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
1148
+ }
1149
+ var A = function() {
1150
+ return A = Object.assign || function(t) {
1151
+ for (var r, n = 1, i = arguments.length; n < i; n++) {
1152
+ r = arguments[n];
1153
+ for (var o in r)
1154
+ Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
1155
+ }
1156
+ return t;
1157
+ }, A.apply(this, arguments);
1158
+ };
1159
+ function mn(e, t) {
1160
+ var r = {};
1161
+ for (var n in e)
1162
+ Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
1163
+ if (e != null && typeof Object.getOwnPropertySymbols == "function")
1164
+ for (var i = 0, n = Object.getOwnPropertySymbols(e); i < n.length; i++)
1165
+ t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
1166
+ return r;
1167
+ }
1168
+ function we(e, t, r) {
1169
+ if (r || arguments.length === 2)
1170
+ for (var n = 0, i = t.length, o; n < i; n++)
1171
+ (o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
1172
+ return e.concat(o || Array.prototype.slice.call(t));
1173
+ }
1174
+ function He(e, t) {
1175
+ var r = t && t.cache ? t.cache : _n, n = t && t.serializer ? t.serializer : vn, i = t && t.strategy ? t.strategy : bn;
1173
1176
  return i(e, {
1174
1177
  cache: r,
1175
1178
  serializer: n
1176
1179
  });
1177
1180
  }
1178
- function mn(e) {
1181
+ function pn(e) {
1179
1182
  return e == null || typeof e == "number" || typeof e == "boolean";
1180
1183
  }
1181
- function Mt(e, t, r, n) {
1182
- var i = mn(n) ? n : r(n), o = t.get(i);
1184
+ function dn(e, t, r, n) {
1185
+ var i = pn(n) ? n : r(n), o = t.get(i);
1183
1186
  return typeof o == "undefined" && (o = e.call(this, n), t.set(i, o)), o;
1184
1187
  }
1185
- function $t(e, t, r) {
1188
+ function Mt(e, t, r) {
1186
1189
  var n = Array.prototype.slice.call(arguments, 3), i = r(n), o = t.get(i);
1187
1190
  return typeof o == "undefined" && (o = e.apply(this, n), t.set(i, o)), o;
1188
1191
  }
1189
- function Xe(e, t, r, n, i) {
1192
+ function Rt(e, t, r, n, i) {
1190
1193
  return r.bind(t, e, n, i);
1191
1194
  }
1192
- function pn(e, t) {
1193
- var r = e.length === 1 ? Mt : $t;
1194
- return Xe(e, this, r, t.cache.create(), t.serializer);
1195
- }
1196
- function dn(e, t) {
1197
- return Xe(e, this, $t, t.cache.create(), t.serializer);
1198
- }
1199
1195
  function bn(e, t) {
1200
- return Xe(e, this, Mt, t.cache.create(), t.serializer);
1196
+ var r = e.length === 1 ? dn : Mt;
1197
+ return Rt(e, this, r, t.cache.create(), t.serializer);
1201
1198
  }
1202
- var yn = function() {
1203
- return JSON.stringify(arguments);
1204
- };
1205
- function We() {
1206
- this.cache = /* @__PURE__ */ Object.create(null);
1199
+ function yn(e, t) {
1200
+ return Rt(e, this, Mt, t.cache.create(), t.serializer);
1207
1201
  }
1208
- We.prototype.get = function(e) {
1209
- return this.cache[e];
1210
- };
1211
- We.prototype.set = function(e, t) {
1212
- this.cache[e] = t;
1213
- };
1214
- var gn = {
1202
+ var vn = function() {
1203
+ return JSON.stringify(arguments);
1204
+ }, gn = (
1205
+ /** @class */
1206
+ function() {
1207
+ function e() {
1208
+ this.cache = /* @__PURE__ */ Object.create(null);
1209
+ }
1210
+ return e.prototype.get = function(t) {
1211
+ return this.cache[t];
1212
+ }, e.prototype.set = function(t, r) {
1213
+ this.cache[t] = r;
1214
+ }, e;
1215
+ }()
1216
+ ), _n = {
1215
1217
  create: function() {
1216
- return new We();
1218
+ return new gn();
1217
1219
  }
1218
- }, we = {
1219
- variadic: dn,
1220
- monadic: bn
1221
- }, b;
1220
+ }, Te = {
1221
+ variadic: yn
1222
+ }, fe = function() {
1223
+ return fe = Object.assign || function(t) {
1224
+ for (var r, n = 1, i = arguments.length; n < i; n++) {
1225
+ r = arguments[n];
1226
+ for (var o in r)
1227
+ Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
1228
+ }
1229
+ return t;
1230
+ }, fe.apply(this, arguments);
1231
+ };
1232
+ var b;
1222
1233
  (function(e) {
1223
1234
  e[e.EXPECT_ARGUMENT_CLOSING_BRACE = 1] = "EXPECT_ARGUMENT_CLOSING_BRACE", e[e.EMPTY_ARGUMENT = 2] = "EMPTY_ARGUMENT", e[e.MALFORMED_ARGUMENT = 3] = "MALFORMED_ARGUMENT", e[e.EXPECT_ARGUMENT_TYPE = 4] = "EXPECT_ARGUMENT_TYPE", e[e.INVALID_ARGUMENT_TYPE = 5] = "INVALID_ARGUMENT_TYPE", e[e.EXPECT_ARGUMENT_STYLE = 6] = "EXPECT_ARGUMENT_STYLE", e[e.INVALID_NUMBER_SKELETON = 7] = "INVALID_NUMBER_SKELETON", e[e.INVALID_DATE_TIME_SKELETON = 8] = "INVALID_DATE_TIME_SKELETON", e[e.EXPECT_NUMBER_SKELETON = 9] = "EXPECT_NUMBER_SKELETON", e[e.EXPECT_DATE_TIME_SKELETON = 10] = "EXPECT_DATE_TIME_SKELETON", e[e.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE = 11] = "UNCLOSED_QUOTE_IN_ARGUMENT_STYLE", e[e.EXPECT_SELECT_ARGUMENT_OPTIONS = 12] = "EXPECT_SELECT_ARGUMENT_OPTIONS", e[e.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE = 13] = "EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE", e[e.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE = 14] = "INVALID_PLURAL_ARGUMENT_OFFSET_VALUE", e[e.EXPECT_SELECT_ARGUMENT_SELECTOR = 15] = "EXPECT_SELECT_ARGUMENT_SELECTOR", e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR = 16] = "EXPECT_PLURAL_ARGUMENT_SELECTOR", e[e.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT = 17] = "EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT", e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT = 18] = "EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT", e[e.INVALID_PLURAL_ARGUMENT_SELECTOR = 19] = "INVALID_PLURAL_ARGUMENT_SELECTOR", e[e.DUPLICATE_PLURAL_ARGUMENT_SELECTOR = 20] = "DUPLICATE_PLURAL_ARGUMENT_SELECTOR", e[e.DUPLICATE_SELECT_ARGUMENT_SELECTOR = 21] = "DUPLICATE_SELECT_ARGUMENT_SELECTOR", e[e.MISSING_OTHER_CLAUSE = 22] = "MISSING_OTHER_CLAUSE", e[e.INVALID_TAG = 23] = "INVALID_TAG", e[e.INVALID_TAG_NAME = 25] = "INVALID_TAG_NAME", e[e.UNMATCHED_CLOSING_TAG = 26] = "UNMATCHED_CLOSING_TAG", e[e.UNCLOSED_TAG = 27] = "UNCLOSED_TAG";
1224
1235
  })(b || (b = {}));
1225
- var x;
1236
+ var g;
1226
1237
  (function(e) {
1227
1238
  e[e.literal = 0] = "literal", e[e.argument = 1] = "argument", e[e.number = 2] = "number", e[e.date = 3] = "date", e[e.time = 4] = "time", e[e.select = 5] = "select", e[e.plural = 6] = "plural", e[e.pound = 7] = "pound", e[e.tag = 8] = "tag";
1228
- })(x || (x = {}));
1229
- var j;
1239
+ })(g || (g = {}));
1240
+ var G;
1230
1241
  (function(e) {
1231
1242
  e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
1232
- })(j || (j = {}));
1233
- function lt(e) {
1234
- return e.type === x.literal;
1235
- }
1236
- function vn(e) {
1237
- return e.type === x.argument;
1243
+ })(G || (G = {}));
1244
+ function ft(e) {
1245
+ return e.type === g.literal;
1238
1246
  }
1239
- function Rt(e) {
1240
- return e.type === x.number;
1247
+ function xn(e) {
1248
+ return e.type === g.argument;
1241
1249
  }
1242
1250
  function Ut(e) {
1243
- return e.type === x.date;
1251
+ return e.type === g.number;
1244
1252
  }
1245
1253
  function Dt(e) {
1246
- return e.type === x.time;
1254
+ return e.type === g.date;
1247
1255
  }
1248
1256
  function Ft(e) {
1249
- return e.type === x.select;
1257
+ return e.type === g.time;
1250
1258
  }
1251
1259
  function Gt(e) {
1252
- return e.type === x.plural;
1253
- }
1254
- function xn(e) {
1255
- return e.type === x.pound;
1260
+ return e.type === g.select;
1256
1261
  }
1257
1262
  function jt(e) {
1258
- return e.type === x.tag;
1263
+ return e.type === g.plural;
1264
+ }
1265
+ function En(e) {
1266
+ return e.type === g.pound;
1259
1267
  }
1260
1268
  function kt(e) {
1261
- return !!(e && typeof e == "object" && e.type === j.number);
1269
+ return e.type === g.tag;
1262
1270
  }
1263
- function $e(e) {
1264
- return !!(e && typeof e == "object" && e.type === j.dateTime);
1271
+ function Vt(e) {
1272
+ return !!(e && typeof e == "object" && e.type === G.number);
1265
1273
  }
1266
- var Vt = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, _n = /(?:[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;
1267
- function En(e) {
1274
+ function Fe(e) {
1275
+ return !!(e && typeof e == "object" && e.type === G.dateTime);
1276
+ }
1277
+ var Xt = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Sn = /(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;
1278
+ function wn(e) {
1268
1279
  var t = {};
1269
- return e.replace(_n, function(r) {
1280
+ return e.replace(Sn, function(r) {
1270
1281
  var n = r.length;
1271
1282
  switch (r[0]) {
1272
1283
  case "G":
@@ -1355,11 +1366,21 @@ function En(e) {
1355
1366
  return "";
1356
1367
  }), t;
1357
1368
  }
1358
- var Sn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
1359
- function wn(e) {
1369
+ var _ = function() {
1370
+ return _ = Object.assign || function(t) {
1371
+ for (var r, n = 1, i = arguments.length; n < i; n++) {
1372
+ r = arguments[n];
1373
+ for (var o in r)
1374
+ Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
1375
+ }
1376
+ return t;
1377
+ }, _.apply(this, arguments);
1378
+ };
1379
+ var Hn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
1380
+ function Tn(e) {
1360
1381
  if (e.length === 0)
1361
1382
  throw new Error("Number skeleton cannot be empty");
1362
- for (var t = e.split(Sn).filter(function(c) {
1383
+ for (var t = e.split(Hn).filter(function(c) {
1363
1384
  return c.length > 0;
1364
1385
  }), r = [], n = 0, i = t; n < i.length; n++) {
1365
1386
  var o = i[n], s = o.split("/");
@@ -1374,17 +1395,17 @@ function wn(e) {
1374
1395
  }
1375
1396
  return r;
1376
1397
  }
1377
- function Hn(e) {
1398
+ function Bn(e) {
1378
1399
  return e.replace(/^(.*?)-/, "");
1379
1400
  }
1380
- var ct = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Xt = /^(@+)?(\+|#+)?[rs]?$/g, Tn = /(\*)(0+)|(#+)(0+)|(0+)/g, Wt = /^(0+)$/;
1381
- function ft(e) {
1401
+ var mt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Wt = /^(@+)?(\+|#+)?[rs]?$/g, An = /(\*)(0+)|(#+)(0+)|(0+)/g, zt = /^(0+)$/;
1402
+ function pt(e) {
1382
1403
  var t = {};
1383
- return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Xt, function(r, n, i) {
1404
+ return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Wt, function(r, n, i) {
1384
1405
  return typeof i != "string" ? (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length) : i === "+" ? t.minimumSignificantDigits = n.length : n[0] === "#" ? t.maximumSignificantDigits = n.length : (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length + (typeof i == "string" ? i.length : 0)), "";
1385
1406
  }), t;
1386
1407
  }
1387
- function zt(e) {
1408
+ function Zt(e) {
1388
1409
  switch (e) {
1389
1410
  case "sign-auto":
1390
1411
  return {
@@ -1424,7 +1445,7 @@ function zt(e) {
1424
1445
  };
1425
1446
  }
1426
1447
  }
1427
- function Bn(e) {
1448
+ function Pn(e) {
1428
1449
  var t;
1429
1450
  if (e[0] === "E" && e[1] === "E" ? (t = {
1430
1451
  notation: "engineering"
@@ -1432,17 +1453,17 @@ function Bn(e) {
1432
1453
  notation: "scientific"
1433
1454
  }, e = e.slice(1)), t) {
1434
1455
  var r = e.slice(0, 2);
1435
- if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Wt.test(e))
1456
+ if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !zt.test(e))
1436
1457
  throw new Error("Malformed concise eng/scientific notation");
1437
1458
  t.minimumIntegerDigits = e.length;
1438
1459
  }
1439
1460
  return t;
1440
1461
  }
1441
- function mt(e) {
1442
- var t = {}, r = zt(e);
1462
+ function dt(e) {
1463
+ var t = {}, r = Zt(e);
1443
1464
  return r || t;
1444
1465
  }
1445
- function An(e) {
1466
+ function On(e) {
1446
1467
  for (var t = {}, r = 0, n = e; r < n.length; r++) {
1447
1468
  var i = n[r];
1448
1469
  switch (i.stem) {
@@ -1466,7 +1487,7 @@ function An(e) {
1466
1487
  continue;
1467
1488
  case "measure-unit":
1468
1489
  case "unit":
1469
- t.style = "unit", t.unit = Hn(i.options[0]);
1490
+ t.style = "unit", t.unit = Bn(i.options[0]);
1470
1491
  continue;
1471
1492
  case "compact-short":
1472
1493
  case "K":
@@ -1477,13 +1498,13 @@ function An(e) {
1477
1498
  t.notation = "compact", t.compactDisplay = "long";
1478
1499
  continue;
1479
1500
  case "scientific":
1480
- t = g(g(g({}, t), { notation: "scientific" }), i.options.reduce(function(h, u) {
1481
- return g(g({}, h), mt(u));
1501
+ t = _(_(_({}, t), { notation: "scientific" }), i.options.reduce(function(h, u) {
1502
+ return _(_({}, h), dt(u));
1482
1503
  }, {}));
1483
1504
  continue;
1484
1505
  case "engineering":
1485
- t = g(g(g({}, t), { notation: "engineering" }), i.options.reduce(function(h, u) {
1486
- return g(g({}, h), mt(u));
1506
+ t = _(_(_({}, t), { notation: "engineering" }), i.options.reduce(function(h, u) {
1507
+ return _(_({}, h), dt(u));
1487
1508
  }, {}));
1488
1509
  continue;
1489
1510
  case "notation-simple":
@@ -1528,7 +1549,7 @@ function An(e) {
1528
1549
  case "integer-width":
1529
1550
  if (i.options.length > 1)
1530
1551
  throw new RangeError("integer-width stems only accept a single optional option");
1531
- i.options[0].replace(Tn, function(h, u, l, f, c, p) {
1552
+ i.options[0].replace(An, function(h, u, l, f, c, p) {
1532
1553
  if (u)
1533
1554
  t.minimumIntegerDigits = l.length;
1534
1555
  else {
@@ -1541,28 +1562,28 @@ function An(e) {
1541
1562
  });
1542
1563
  continue;
1543
1564
  }
1544
- if (Wt.test(i.stem)) {
1565
+ if (zt.test(i.stem)) {
1545
1566
  t.minimumIntegerDigits = i.stem.length;
1546
1567
  continue;
1547
1568
  }
1548
- if (ct.test(i.stem)) {
1569
+ if (mt.test(i.stem)) {
1549
1570
  if (i.options.length > 1)
1550
1571
  throw new RangeError("Fraction-precision stems only accept a single optional option");
1551
- i.stem.replace(ct, function(h, u, l, f, c, p) {
1572
+ i.stem.replace(mt, function(h, u, l, f, c, p) {
1552
1573
  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), "";
1553
1574
  });
1554
1575
  var o = i.options[0];
1555
- o === "w" ? t = g(g({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = g(g({}, t), ft(o)));
1576
+ o === "w" ? t = _(_({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = _(_({}, t), pt(o)));
1556
1577
  continue;
1557
1578
  }
1558
- if (Xt.test(i.stem)) {
1559
- t = g(g({}, t), ft(i.stem));
1579
+ if (Wt.test(i.stem)) {
1580
+ t = _(_({}, t), pt(i.stem));
1560
1581
  continue;
1561
1582
  }
1562
- var s = zt(i.stem);
1563
- s && (t = g(g({}, t), s));
1564
- var a = Bn(i.stem);
1565
- a && (t = g(g({}, t), a));
1583
+ var s = Zt(i.stem);
1584
+ s && (t = _(_({}, t), s));
1585
+ var a = Pn(i.stem);
1586
+ a && (t = _(_({}, t), a));
1566
1587
  }
1567
1588
  return t;
1568
1589
  }
@@ -2981,13 +3002,13 @@ var ae = {
2981
3002
  "h"
2982
3003
  ]
2983
3004
  };
2984
- function Pn(e, t) {
3005
+ function In(e, t) {
2985
3006
  for (var r = "", n = 0; n < e.length; n++) {
2986
3007
  var i = e.charAt(n);
2987
3008
  if (i === "j") {
2988
3009
  for (var o = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
2989
3010
  o++, n++;
2990
- var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), h = "a", u = On(t);
3011
+ var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), h = "a", u = Nn(t);
2991
3012
  for ((u == "H" || u == "k") && (a = 0); a-- > 0; )
2992
3013
  r += h;
2993
3014
  for (; s-- > 0; )
@@ -2997,7 +3018,7 @@ function Pn(e, t) {
2997
3018
  }
2998
3019
  return r;
2999
3020
  }
3000
- function On(e) {
3021
+ function Nn(e) {
3001
3022
  var t = e.hourCycle;
3002
3023
  if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
3003
3024
  e.hourCycles && // @ts-ignore
@@ -3019,20 +3040,20 @@ function On(e) {
3019
3040
  var i = ae[n || ""] || ae[r || ""] || ae["".concat(r, "-001")] || ae["001"];
3020
3041
  return i[0];
3021
3042
  }
3022
- var He, In = new RegExp("^".concat(Vt.source, "*")), Cn = new RegExp("".concat(Vt.source, "*$"));
3043
+ var Be, Cn = new RegExp("^".concat(Xt.source, "*")), Ln = new RegExp("".concat(Xt.source, "*$"));
3023
3044
  function y(e, t) {
3024
3045
  return { start: e, end: t };
3025
3046
  }
3026
- var Nn = !!String.prototype.startsWith && "_a".startsWith("a", 1), Ln = !!String.fromCodePoint, Mn = !!Object.fromEntries, $n = !!String.prototype.codePointAt, Rn = !!String.prototype.trimStart, Un = !!String.prototype.trimEnd, Dn = !!Number.isSafeInteger, Fn = Dn ? Number.isSafeInteger : function(e) {
3047
+ var $n = !!String.prototype.startsWith && "_a".startsWith("a", 1), Mn = !!String.fromCodePoint, Rn = !!Object.fromEntries, Un = !!String.prototype.codePointAt, Dn = !!String.prototype.trimStart, Fn = !!String.prototype.trimEnd, Gn = !!Number.isSafeInteger, jn = Gn ? Number.isSafeInteger : function(e) {
3027
3048
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
3028
- }, Re = !0;
3049
+ }, Ge = !0;
3029
3050
  try {
3030
- var Gn = Qt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3031
- Re = ((He = Gn.exec("a")) === null || He === void 0 ? void 0 : He[0]) === "a";
3051
+ var kn = Jt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3052
+ Ge = ((Be = kn.exec("a")) === null || Be === void 0 ? void 0 : Be[0]) === "a";
3032
3053
  } catch (e) {
3033
- Re = !1;
3054
+ Ge = !1;
3034
3055
  }
3035
- var pt = Nn ? (
3056
+ var bt = $n ? (
3036
3057
  // Native
3037
3058
  function(t, r, n) {
3038
3059
  return t.startsWith(r, n);
@@ -3042,7 +3063,7 @@ var pt = Nn ? (
3042
3063
  function(t, r, n) {
3043
3064
  return t.slice(n, n + r.length) === r;
3044
3065
  }
3045
- ), Ue = Ln ? String.fromCodePoint : (
3066
+ ), je = Mn ? String.fromCodePoint : (
3046
3067
  // IE11
3047
3068
  function() {
3048
3069
  for (var t = [], r = 0; r < arguments.length; r++)
@@ -3054,9 +3075,9 @@ var pt = Nn ? (
3054
3075
  }
3055
3076
  return n;
3056
3077
  }
3057
- ), dt = (
3078
+ ), yt = (
3058
3079
  // native
3059
- Mn ? Object.fromEntries : (
3080
+ Rn ? Object.fromEntries : (
3060
3081
  // Ponyfill
3061
3082
  function(t) {
3062
3083
  for (var r = {}, n = 0, i = t; n < i.length; n++) {
@@ -3066,7 +3087,7 @@ var pt = Nn ? (
3066
3087
  return r;
3067
3088
  }
3068
3089
  )
3069
- ), Zt = $n ? (
3090
+ ), Qt = Un ? (
3070
3091
  // Native
3071
3092
  function(t, r) {
3072
3093
  return t.codePointAt(r);
@@ -3080,7 +3101,7 @@ var pt = Nn ? (
3080
3101
  return i < 55296 || i > 56319 || r + 1 === n || (o = t.charCodeAt(r + 1)) < 56320 || o > 57343 ? i : (i - 55296 << 10) + (o - 56320) + 65536;
3081
3102
  }
3082
3103
  }
3083
- ), jn = Rn ? (
3104
+ ), Vn = Dn ? (
3084
3105
  // Native
3085
3106
  function(t) {
3086
3107
  return t.trimStart();
@@ -3088,9 +3109,9 @@ var pt = Nn ? (
3088
3109
  ) : (
3089
3110
  // Ponyfill
3090
3111
  function(t) {
3091
- return t.replace(In, "");
3112
+ return t.replace(Cn, "");
3092
3113
  }
3093
- ), kn = Un ? (
3114
+ ), Xn = Fn ? (
3094
3115
  // Native
3095
3116
  function(t) {
3096
3117
  return t.trimEnd();
@@ -3098,32 +3119,32 @@ var pt = Nn ? (
3098
3119
  ) : (
3099
3120
  // Ponyfill
3100
3121
  function(t) {
3101
- return t.replace(Cn, "");
3122
+ return t.replace(Ln, "");
3102
3123
  }
3103
3124
  );
3104
- function Qt(e, t) {
3125
+ function Jt(e, t) {
3105
3126
  return new RegExp(e, t);
3106
3127
  }
3107
- var De;
3108
- if (Re) {
3109
- var bt = Qt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3110
- De = function(t, r) {
3128
+ var ke;
3129
+ if (Ge) {
3130
+ var vt = Jt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3131
+ ke = function(t, r) {
3111
3132
  var n;
3112
- bt.lastIndex = r;
3113
- var i = bt.exec(t);
3133
+ vt.lastIndex = r;
3134
+ var i = vt.exec(t);
3114
3135
  return (n = i[1]) !== null && n !== void 0 ? n : "";
3115
3136
  };
3116
3137
  } else
3117
- De = function(t, r) {
3138
+ ke = function(t, r) {
3118
3139
  for (var n = []; ; ) {
3119
- var i = Zt(t, r);
3120
- if (i === void 0 || Jt(i) || zn(i))
3140
+ var i = Qt(t, r);
3141
+ if (i === void 0 || Yt(i) || Qn(i))
3121
3142
  break;
3122
3143
  n.push(i), r += i >= 65536 ? 2 : 1;
3123
3144
  }
3124
- return Ue.apply(void 0, n);
3145
+ return je.apply(void 0, n);
3125
3146
  };
3126
- var Vn = (
3147
+ var Wn = (
3127
3148
  /** @class */
3128
3149
  function() {
3129
3150
  function e(t, r) {
@@ -3147,14 +3168,14 @@ var Vn = (
3147
3168
  if (o === 35 && (r === "plural" || r === "selectordinal")) {
3148
3169
  var a = this.clonePosition();
3149
3170
  this.bump(), i.push({
3150
- type: x.pound,
3171
+ type: g.pound,
3151
3172
  location: y(a, this.clonePosition())
3152
3173
  });
3153
3174
  } else if (o === 60 && !this.ignoreTag && this.peek() === 47) {
3154
3175
  if (n)
3155
3176
  break;
3156
3177
  return this.error(b.UNMATCHED_CLOSING_TAG, y(this.clonePosition(), this.clonePosition()));
3157
- } else if (o === 60 && !this.ignoreTag && Fe(this.peek() || 0)) {
3178
+ } else if (o === 60 && !this.ignoreTag && Ve(this.peek() || 0)) {
3158
3179
  var s = this.parseTag(t, r);
3159
3180
  if (s.err)
3160
3181
  return s;
@@ -3175,7 +3196,7 @@ var Vn = (
3175
3196
  if (this.bumpSpace(), this.bumpIf("/>"))
3176
3197
  return {
3177
3198
  val: {
3178
- type: x.literal,
3199
+ type: g.literal,
3179
3200
  value: "<".concat(i, "/>"),
3180
3201
  location: y(n, this.clonePosition())
3181
3202
  },
@@ -3187,12 +3208,12 @@ var Vn = (
3187
3208
  return o;
3188
3209
  var s = o.val, a = this.clonePosition();
3189
3210
  if (this.bumpIf("</")) {
3190
- if (this.isEOF() || !Fe(this.char()))
3211
+ if (this.isEOF() || !Ve(this.char()))
3191
3212
  return this.error(b.INVALID_TAG, y(a, this.clonePosition()));
3192
3213
  var h = this.clonePosition(), u = this.parseTagName();
3193
3214
  return i !== u ? this.error(b.UNMATCHED_CLOSING_TAG, y(h, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
3194
3215
  val: {
3195
- type: x.tag,
3216
+ type: g.tag,
3196
3217
  value: i,
3197
3218
  children: s,
3198
3219
  location: y(n, this.clonePosition())
@@ -3205,7 +3226,7 @@ var Vn = (
3205
3226
  return this.error(b.INVALID_TAG, y(n, this.clonePosition()));
3206
3227
  }, e.prototype.parseTagName = function() {
3207
3228
  var t = this.offset();
3208
- for (this.bump(); !this.isEOF() && Wn(this.char()); )
3229
+ for (this.bump(); !this.isEOF() && Zn(this.char()); )
3209
3230
  this.bump();
3210
3231
  return this.message.slice(t, this.offset());
3211
3232
  }, e.prototype.parseLiteral = function(t, r) {
@@ -3229,12 +3250,12 @@ var Vn = (
3229
3250
  }
3230
3251
  var h = y(n, this.clonePosition());
3231
3252
  return {
3232
- val: { type: x.literal, value: i, location: h },
3253
+ val: { type: g.literal, value: i, location: h },
3233
3254
  err: null
3234
3255
  };
3235
3256
  }, e.prototype.tryParseLeftAngleBracket = function() {
3236
3257
  return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
3237
- !Xn(this.peek() || 0)) ? (this.bump(), "<") : null;
3258
+ !zn(this.peek() || 0)) ? (this.bump(), "<") : null;
3238
3259
  }, e.prototype.tryParseQuote = function(t) {
3239
3260
  if (this.isEOF() || this.char() !== 39)
3240
3261
  return null;
@@ -3268,12 +3289,12 @@ var Vn = (
3268
3289
  r.push(n);
3269
3290
  this.bump();
3270
3291
  }
3271
- return Ue.apply(void 0, r);
3292
+ return je.apply(void 0, r);
3272
3293
  }, e.prototype.tryParseUnquoted = function(t, r) {
3273
3294
  if (this.isEOF())
3274
3295
  return null;
3275
3296
  var n = this.char();
3276
- return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), Ue(n));
3297
+ return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), je(n));
3277
3298
  }, e.prototype.parseArgument = function(t, r) {
3278
3299
  var n = this.clonePosition();
3279
3300
  if (this.bump(), this.bumpSpace(), this.isEOF())
@@ -3289,7 +3310,7 @@ var Vn = (
3289
3310
  case 125:
3290
3311
  return this.bump(), {
3291
3312
  val: {
3292
- type: x.argument,
3313
+ type: g.argument,
3293
3314
  // value does not include the opening and closing braces.
3294
3315
  value: i,
3295
3316
  location: y(n, this.clonePosition())
@@ -3302,7 +3323,7 @@ var Vn = (
3302
3323
  return this.error(b.MALFORMED_ARGUMENT, y(n, this.clonePosition()));
3303
3324
  }
3304
3325
  }, e.prototype.parseIdentifierIfPossible = function() {
3305
- var t = this.clonePosition(), r = this.offset(), n = De(this.message, r), i = r + n.length;
3326
+ var t = this.clonePosition(), r = this.offset(), n = ke(this.message, r), i = r + n.length;
3306
3327
  this.bumpTo(i);
3307
3328
  var o = this.clonePosition(), s = y(t, o);
3308
3329
  return { value: n, location: s };
@@ -3321,7 +3342,7 @@ var Vn = (
3321
3342
  var l = this.clonePosition(), f = this.parseSimpleArgStyleIfPossible();
3322
3343
  if (f.err)
3323
3344
  return f;
3324
- var c = kn(f.val);
3345
+ var c = Xn(f.val);
3325
3346
  if (c.length === 0)
3326
3347
  return this.error(b.EXPECT_ARGUMENT_STYLE, y(this.clonePosition(), this.clonePosition()));
3327
3348
  var p = y(l, this.clonePosition());
@@ -3331,25 +3352,25 @@ var Vn = (
3331
3352
  if (v.err)
3332
3353
  return v;
3333
3354
  var m = y(i, this.clonePosition());
3334
- if (u && pt(u == null ? void 0 : u.style, "::", 0)) {
3335
- var d = jn(u.style.slice(2));
3355
+ if (u && bt(u == null ? void 0 : u.style, "::", 0)) {
3356
+ var d = Vn(u.style.slice(2));
3336
3357
  if (a === "number") {
3337
3358
  var f = this.parseNumberSkeletonFromString(d, u.styleLocation);
3338
3359
  return f.err ? f : {
3339
- val: { type: x.number, value: n, location: m, style: f.val },
3360
+ val: { type: g.number, value: n, location: m, style: f.val },
3340
3361
  err: null
3341
3362
  };
3342
3363
  } else {
3343
3364
  if (d.length === 0)
3344
3365
  return this.error(b.EXPECT_DATE_TIME_SKELETON, m);
3345
3366
  var S = d;
3346
- this.locale && (S = Pn(d, this.locale));
3367
+ this.locale && (S = In(d, this.locale));
3347
3368
  var c = {
3348
- type: j.dateTime,
3369
+ type: G.dateTime,
3349
3370
  pattern: S,
3350
3371
  location: u.styleLocation,
3351
- parsedOptions: this.shouldParseSkeletons ? En(S) : {}
3352
- }, O = a === "date" ? x.date : x.time;
3372
+ parsedOptions: this.shouldParseSkeletons ? wn(S) : {}
3373
+ }, O = a === "date" ? g.date : g.time;
3353
3374
  return {
3354
3375
  val: { type: O, value: n, location: m, style: c },
3355
3376
  err: null
@@ -3358,7 +3379,7 @@ var Vn = (
3358
3379
  }
3359
3380
  return {
3360
3381
  val: {
3361
- type: a === "number" ? x.number : a === "date" ? x.date : x.time,
3382
+ type: a === "number" ? g.number : a === "date" ? g.date : g.time,
3362
3383
  value: n,
3363
3384
  location: m,
3364
3385
  style: (o = u == null ? void 0 : u.style) !== null && o !== void 0 ? o : null
@@ -3371,41 +3392,41 @@ var Vn = (
3371
3392
  case "select": {
3372
3393
  var T = this.clonePosition();
3373
3394
  if (this.bumpSpace(), !this.bumpIf(","))
3374
- return this.error(b.EXPECT_SELECT_ARGUMENT_OPTIONS, y(T, g({}, T)));
3395
+ return this.error(b.EXPECT_SELECT_ARGUMENT_OPTIONS, y(T, fe({}, T)));
3375
3396
  this.bumpSpace();
3376
- var Z = this.parseIdentifierIfPossible(), C = 0;
3377
- if (a !== "select" && Z.value === "offset") {
3397
+ var z = this.parseIdentifierIfPossible(), N = 0;
3398
+ if (a !== "select" && z.value === "offset") {
3378
3399
  if (!this.bumpIf(":"))
3379
3400
  return this.error(b.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, y(this.clonePosition(), this.clonePosition()));
3380
3401
  this.bumpSpace();
3381
3402
  var f = this.tryParseDecimalInteger(b.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, b.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
3382
3403
  if (f.err)
3383
3404
  return f;
3384
- this.bumpSpace(), Z = this.parseIdentifierIfPossible(), C = f.val;
3405
+ this.bumpSpace(), z = this.parseIdentifierIfPossible(), N = f.val;
3385
3406
  }
3386
- var oe = this.tryParsePluralOrSelectOptions(t, a, r, Z);
3407
+ var oe = this.tryParsePluralOrSelectOptions(t, a, r, z);
3387
3408
  if (oe.err)
3388
3409
  return oe;
3389
3410
  var v = this.tryParseArgumentClose(i);
3390
3411
  if (v.err)
3391
3412
  return v;
3392
- var Qe = y(i, this.clonePosition());
3413
+ var Ye = y(i, this.clonePosition());
3393
3414
  return a === "select" ? {
3394
3415
  val: {
3395
- type: x.select,
3416
+ type: g.select,
3396
3417
  value: n,
3397
- options: dt(oe.val),
3398
- location: Qe
3418
+ options: yt(oe.val),
3419
+ location: Ye
3399
3420
  },
3400
3421
  err: null
3401
3422
  } : {
3402
3423
  val: {
3403
- type: x.plural,
3424
+ type: g.plural,
3404
3425
  value: n,
3405
- options: dt(oe.val),
3406
- offset: C,
3426
+ options: yt(oe.val),
3427
+ offset: N,
3407
3428
  pluralType: a === "plural" ? "cardinal" : "ordinal",
3408
- location: Qe
3429
+ location: Ye
3409
3430
  },
3410
3431
  err: null
3411
3432
  };
@@ -3453,16 +3474,16 @@ var Vn = (
3453
3474
  }, e.prototype.parseNumberSkeletonFromString = function(t, r) {
3454
3475
  var n = [];
3455
3476
  try {
3456
- n = wn(t);
3477
+ n = Tn(t);
3457
3478
  } catch (i) {
3458
3479
  return this.error(b.INVALID_NUMBER_SKELETON, r);
3459
3480
  }
3460
3481
  return {
3461
3482
  val: {
3462
- type: j.number,
3483
+ type: G.number,
3463
3484
  tokens: n,
3464
3485
  location: r,
3465
- parsedOptions: this.shouldParseSkeletons ? An(n) : {}
3486
+ parsedOptions: this.shouldParseSkeletons ? On(n) : {}
3466
3487
  },
3467
3488
  err: null
3468
3489
  };
@@ -3510,7 +3531,7 @@ var Vn = (
3510
3531
  break;
3511
3532
  }
3512
3533
  var h = y(i, this.clonePosition());
3513
- return o ? (s *= n, Fn(s) ? { val: s, err: null } : this.error(r, h)) : this.error(t, h);
3534
+ return o ? (s *= n, jn(s) ? { val: s, err: null } : this.error(r, h)) : this.error(t, h);
3514
3535
  }, e.prototype.offset = function() {
3515
3536
  return this.position.offset;
3516
3537
  }, e.prototype.isEOF = function() {
@@ -3525,7 +3546,7 @@ var Vn = (
3525
3546
  var t = this.position.offset;
3526
3547
  if (t >= this.message.length)
3527
3548
  throw Error("out of bound");
3528
- var r = Zt(this.message, t);
3549
+ var r = Qt(this.message, t);
3529
3550
  if (r === void 0)
3530
3551
  throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
3531
3552
  return r;
@@ -3544,7 +3565,7 @@ var Vn = (
3544
3565
  t === 10 ? (this.position.line += 1, this.position.column = 1, this.position.offset += 1) : (this.position.column += 1, this.position.offset += t < 65536 ? 1 : 2);
3545
3566
  }
3546
3567
  }, e.prototype.bumpIf = function(t) {
3547
- if (pt(this.message, t, this.offset())) {
3568
+ if (bt(this.message, t, this.offset())) {
3548
3569
  for (var r = 0; r < t.length; r++)
3549
3570
  this.bump();
3550
3571
  return !0;
@@ -3566,7 +3587,7 @@ var Vn = (
3566
3587
  break;
3567
3588
  }
3568
3589
  }, e.prototype.bumpSpace = function() {
3569
- for (; !this.isEOF() && Jt(this.char()); )
3590
+ for (; !this.isEOF() && Yt(this.char()); )
3570
3591
  this.bump();
3571
3592
  }, e.prototype.peek = function() {
3572
3593
  if (this.isEOF())
@@ -3576,47 +3597,47 @@ var Vn = (
3576
3597
  }, e;
3577
3598
  }()
3578
3599
  );
3579
- function Fe(e) {
3600
+ function Ve(e) {
3580
3601
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3581
3602
  }
3582
- function Xn(e) {
3583
- return Fe(e) || e === 47;
3603
+ function zn(e) {
3604
+ return Ve(e) || e === 47;
3584
3605
  }
3585
- function Wn(e) {
3606
+ function Zn(e) {
3586
3607
  return e === 45 || e === 46 || e >= 48 && e <= 57 || e === 95 || e >= 97 && e <= 122 || e >= 65 && e <= 90 || e == 183 || e >= 192 && e <= 214 || e >= 216 && e <= 246 || e >= 248 && e <= 893 || e >= 895 && e <= 8191 || e >= 8204 && e <= 8205 || e >= 8255 && e <= 8256 || e >= 8304 && e <= 8591 || e >= 11264 && e <= 12271 || e >= 12289 && e <= 55295 || e >= 63744 && e <= 64975 || e >= 65008 && e <= 65533 || e >= 65536 && e <= 983039;
3587
3608
  }
3588
- function Jt(e) {
3609
+ function Yt(e) {
3589
3610
  return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3590
3611
  }
3591
- function zn(e) {
3612
+ function Qn(e) {
3592
3613
  return e >= 33 && e <= 35 || e === 36 || e >= 37 && e <= 39 || e === 40 || e === 41 || e === 42 || e === 43 || e === 44 || e === 45 || e >= 46 && e <= 47 || e >= 58 && e <= 59 || e >= 60 && e <= 62 || e >= 63 && e <= 64 || e === 91 || e === 92 || e === 93 || e === 94 || e === 96 || e === 123 || e === 124 || e === 125 || e === 126 || e === 161 || e >= 162 && e <= 165 || e === 166 || e === 167 || e === 169 || e === 171 || e === 172 || e === 174 || e === 176 || e === 177 || e === 182 || e === 187 || e === 191 || e === 215 || e === 247 || e >= 8208 && e <= 8213 || e >= 8214 && e <= 8215 || e === 8216 || e === 8217 || e === 8218 || e >= 8219 && e <= 8220 || e === 8221 || e === 8222 || e === 8223 || e >= 8224 && e <= 8231 || e >= 8240 && e <= 8248 || e === 8249 || e === 8250 || e >= 8251 && e <= 8254 || e >= 8257 && e <= 8259 || e === 8260 || e === 8261 || e === 8262 || e >= 8263 && e <= 8273 || e === 8274 || e === 8275 || e >= 8277 && e <= 8286 || e >= 8592 && e <= 8596 || e >= 8597 && e <= 8601 || e >= 8602 && e <= 8603 || e >= 8604 && e <= 8607 || e === 8608 || e >= 8609 && e <= 8610 || e === 8611 || e >= 8612 && e <= 8613 || e === 8614 || e >= 8615 && e <= 8621 || e === 8622 || e >= 8623 && e <= 8653 || e >= 8654 && e <= 8655 || e >= 8656 && e <= 8657 || e === 8658 || e === 8659 || e === 8660 || e >= 8661 && e <= 8691 || e >= 8692 && e <= 8959 || e >= 8960 && e <= 8967 || e === 8968 || e === 8969 || e === 8970 || e === 8971 || e >= 8972 && e <= 8991 || e >= 8992 && e <= 8993 || e >= 8994 && e <= 9e3 || e === 9001 || e === 9002 || e >= 9003 && e <= 9083 || e === 9084 || e >= 9085 && e <= 9114 || e >= 9115 && e <= 9139 || e >= 9140 && e <= 9179 || e >= 9180 && e <= 9185 || e >= 9186 && e <= 9254 || e >= 9255 && e <= 9279 || e >= 9280 && e <= 9290 || e >= 9291 && e <= 9311 || e >= 9472 && e <= 9654 || e === 9655 || e >= 9656 && e <= 9664 || e === 9665 || e >= 9666 && e <= 9719 || e >= 9720 && e <= 9727 || e >= 9728 && e <= 9838 || e === 9839 || e >= 9840 && e <= 10087 || e === 10088 || e === 10089 || e === 10090 || e === 10091 || e === 10092 || e === 10093 || e === 10094 || e === 10095 || e === 10096 || e === 10097 || e === 10098 || e === 10099 || e === 10100 || e === 10101 || e >= 10132 && e <= 10175 || e >= 10176 && e <= 10180 || e === 10181 || e === 10182 || e >= 10183 && e <= 10213 || e === 10214 || e === 10215 || e === 10216 || e === 10217 || e === 10218 || e === 10219 || e === 10220 || e === 10221 || e === 10222 || e === 10223 || e >= 10224 && e <= 10239 || e >= 10240 && e <= 10495 || e >= 10496 && e <= 10626 || e === 10627 || e === 10628 || e === 10629 || e === 10630 || e === 10631 || e === 10632 || e === 10633 || e === 10634 || e === 10635 || e === 10636 || e === 10637 || e === 10638 || e === 10639 || e === 10640 || e === 10641 || e === 10642 || e === 10643 || e === 10644 || e === 10645 || e === 10646 || e === 10647 || e === 10648 || e >= 10649 && e <= 10711 || e === 10712 || e === 10713 || e === 10714 || e === 10715 || e >= 10716 && e <= 10747 || e === 10748 || e === 10749 || e >= 10750 && e <= 11007 || e >= 11008 && e <= 11055 || e >= 11056 && e <= 11076 || e >= 11077 && e <= 11078 || e >= 11079 && e <= 11084 || e >= 11085 && e <= 11123 || e >= 11124 && e <= 11125 || e >= 11126 && e <= 11157 || e === 11158 || e >= 11159 && e <= 11263 || e >= 11776 && e <= 11777 || e === 11778 || e === 11779 || e === 11780 || e === 11781 || e >= 11782 && e <= 11784 || e === 11785 || e === 11786 || e === 11787 || e === 11788 || e === 11789 || e >= 11790 && e <= 11798 || e === 11799 || e >= 11800 && e <= 11801 || e === 11802 || e === 11803 || e === 11804 || e === 11805 || e >= 11806 && e <= 11807 || e === 11808 || e === 11809 || e === 11810 || e === 11811 || e === 11812 || e === 11813 || e === 11814 || e === 11815 || e === 11816 || e === 11817 || e >= 11818 && e <= 11822 || e === 11823 || e >= 11824 && e <= 11833 || e >= 11834 && e <= 11835 || e >= 11836 && e <= 11839 || e === 11840 || e === 11841 || e === 11842 || e >= 11843 && e <= 11855 || e >= 11856 && e <= 11857 || e === 11858 || e >= 11859 && e <= 11903 || e >= 12289 && e <= 12291 || e === 12296 || e === 12297 || e === 12298 || e === 12299 || e === 12300 || e === 12301 || e === 12302 || e === 12303 || e === 12304 || e === 12305 || e >= 12306 && e <= 12307 || e === 12308 || e === 12309 || e === 12310 || e === 12311 || e === 12312 || e === 12313 || e === 12314 || e === 12315 || e === 12316 || e === 12317 || e >= 12318 && e <= 12319 || e === 12320 || e === 12336 || e === 64830 || e === 64831 || e >= 65093 && e <= 65094;
3593
3614
  }
3594
- function Ge(e) {
3615
+ function Xe(e) {
3595
3616
  e.forEach(function(t) {
3596
- if (delete t.location, Ft(t) || Gt(t))
3617
+ if (delete t.location, Gt(t) || jt(t))
3597
3618
  for (var r in t.options)
3598
- delete t.options[r].location, Ge(t.options[r].value);
3619
+ delete t.options[r].location, Xe(t.options[r].value);
3599
3620
  else
3600
- Rt(t) && kt(t.style) || (Ut(t) || Dt(t)) && $e(t.style) ? delete t.style.location : jt(t) && Ge(t.children);
3621
+ Ut(t) && Vt(t.style) || (Dt(t) || Ft(t)) && Fe(t.style) ? delete t.style.location : kt(t) && Xe(t.children);
3601
3622
  });
3602
3623
  }
3603
- function Zn(e, t) {
3604
- t === void 0 && (t = {}), t = g({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3605
- var r = new Vn(e, t).parse();
3624
+ function Jn(e, t) {
3625
+ t === void 0 && (t = {}), t = fe({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3626
+ var r = new Wn(e, t).parse();
3606
3627
  if (r.err) {
3607
3628
  var n = SyntaxError(b[r.err.kind]);
3608
3629
  throw n.location = r.err.location, n.originalMessage = r.err.message, n;
3609
3630
  }
3610
- return t != null && t.captureLocation || Ge(r.val), r.val;
3631
+ return t != null && t.captureLocation || Xe(r.val), r.val;
3611
3632
  }
3612
- var k;
3633
+ var j;
3613
3634
  (function(e) {
3614
3635
  e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
3615
- })(k || (k = {}));
3616
- var be = (
3636
+ })(j || (j = {}));
3637
+ var ve = (
3617
3638
  /** @class */
3618
3639
  function(e) {
3619
- P(t, e);
3640
+ ye(t, e);
3620
3641
  function t(r, n, i) {
3621
3642
  var o = e.call(this, r) || this;
3622
3643
  return o.code = n, o.originalMessage = i, o;
@@ -3625,48 +3646,48 @@ var be = (
3625
3646
  return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
3626
3647
  }, t;
3627
3648
  }(Error)
3628
- ), yt = (
3649
+ ), gt = (
3629
3650
  /** @class */
3630
3651
  function(e) {
3631
- P(t, e);
3652
+ ye(t, e);
3632
3653
  function t(r, n, i, o) {
3633
- return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), k.INVALID_VALUE, o) || this;
3654
+ return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), j.INVALID_VALUE, o) || this;
3634
3655
  }
3635
3656
  return t;
3636
- }(be)
3637
- ), Qn = (
3657
+ }(ve)
3658
+ ), Yn = (
3638
3659
  /** @class */
3639
3660
  function(e) {
3640
- P(t, e);
3661
+ ye(t, e);
3641
3662
  function t(r, n, i) {
3642
- return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), k.INVALID_VALUE, i) || this;
3663
+ return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), j.INVALID_VALUE, i) || this;
3643
3664
  }
3644
3665
  return t;
3645
- }(be)
3646
- ), Jn = (
3666
+ }(ve)
3667
+ ), qn = (
3647
3668
  /** @class */
3648
3669
  function(e) {
3649
- P(t, e);
3670
+ ye(t, e);
3650
3671
  function t(r, n) {
3651
- return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), k.MISSING_VALUE, n) || this;
3672
+ return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), j.MISSING_VALUE, n) || this;
3652
3673
  }
3653
3674
  return t;
3654
- }(be)
3675
+ }(ve)
3655
3676
  ), E;
3656
3677
  (function(e) {
3657
3678
  e[e.literal = 0] = "literal", e[e.object = 1] = "object";
3658
3679
  })(E || (E = {}));
3659
- function Yn(e) {
3680
+ function Kn(e) {
3660
3681
  return e.length < 2 ? e : e.reduce(function(t, r) {
3661
3682
  var n = t[t.length - 1];
3662
3683
  return !n || n.type !== E.literal || r.type !== E.literal ? t.push(r) : n.value += r.value, t;
3663
3684
  }, []);
3664
3685
  }
3665
- function qn(e) {
3686
+ function ei(e) {
3666
3687
  return typeof e == "function";
3667
3688
  }
3668
3689
  function le(e, t, r, n, i, o, s) {
3669
- if (e.length === 1 && lt(e[0]))
3690
+ if (e.length === 1 && ft(e[0]))
3670
3691
  return [
3671
3692
  {
3672
3693
  type: E.literal,
@@ -3675,14 +3696,14 @@ function le(e, t, r, n, i, o, s) {
3675
3696
  ];
3676
3697
  for (var a = [], h = 0, u = e; h < u.length; h++) {
3677
3698
  var l = u[h];
3678
- if (lt(l)) {
3699
+ if (ft(l)) {
3679
3700
  a.push({
3680
3701
  type: E.literal,
3681
3702
  value: l.value
3682
3703
  });
3683
3704
  continue;
3684
3705
  }
3685
- if (xn(l)) {
3706
+ if (En(l)) {
3686
3707
  typeof o == "number" && a.push({
3687
3708
  type: E.literal,
3688
3709
  value: r.getNumberFormat(t).format(o)
@@ -3691,89 +3712,89 @@ function le(e, t, r, n, i, o, s) {
3691
3712
  }
3692
3713
  var f = l.value;
3693
3714
  if (!(i && f in i))
3694
- throw new Jn(f, s);
3715
+ throw new qn(f, s);
3695
3716
  var c = i[f];
3696
- if (vn(l)) {
3717
+ if (xn(l)) {
3697
3718
  (!c || typeof c == "string" || typeof c == "number") && (c = typeof c == "string" || typeof c == "number" ? String(c) : ""), a.push({
3698
3719
  type: typeof c == "string" ? E.literal : E.object,
3699
3720
  value: c
3700
3721
  });
3701
3722
  continue;
3702
3723
  }
3703
- if (Ut(l)) {
3704
- var p = typeof l.style == "string" ? n.date[l.style] : $e(l.style) ? l.style.parsedOptions : void 0;
3724
+ if (Dt(l)) {
3725
+ var p = typeof l.style == "string" ? n.date[l.style] : Fe(l.style) ? l.style.parsedOptions : void 0;
3705
3726
  a.push({
3706
3727
  type: E.literal,
3707
3728
  value: r.getDateTimeFormat(t, p).format(c)
3708
3729
  });
3709
3730
  continue;
3710
3731
  }
3711
- if (Dt(l)) {
3712
- var p = typeof l.style == "string" ? n.time[l.style] : $e(l.style) ? l.style.parsedOptions : n.time.medium;
3732
+ if (Ft(l)) {
3733
+ var p = typeof l.style == "string" ? n.time[l.style] : Fe(l.style) ? l.style.parsedOptions : n.time.medium;
3713
3734
  a.push({
3714
3735
  type: E.literal,
3715
3736
  value: r.getDateTimeFormat(t, p).format(c)
3716
3737
  });
3717
3738
  continue;
3718
3739
  }
3719
- if (Rt(l)) {
3720
- var p = typeof l.style == "string" ? n.number[l.style] : kt(l.style) ? l.style.parsedOptions : void 0;
3740
+ if (Ut(l)) {
3741
+ var p = typeof l.style == "string" ? n.number[l.style] : Vt(l.style) ? l.style.parsedOptions : void 0;
3721
3742
  p && p.scale && (c = c * (p.scale || 1)), a.push({
3722
3743
  type: E.literal,
3723
3744
  value: r.getNumberFormat(t, p).format(c)
3724
3745
  });
3725
3746
  continue;
3726
3747
  }
3727
- if (jt(l)) {
3748
+ if (kt(l)) {
3728
3749
  var v = l.children, m = l.value, d = i[m];
3729
- if (!qn(d))
3730
- throw new Qn(m, "function", s);
3731
- var S = le(v, t, r, n, i, o), O = d(S.map(function(C) {
3732
- return C.value;
3750
+ if (!ei(d))
3751
+ throw new Yn(m, "function", s);
3752
+ var S = le(v, t, r, n, i, o), O = d(S.map(function(N) {
3753
+ return N.value;
3733
3754
  }));
3734
- Array.isArray(O) || (O = [O]), a.push.apply(a, O.map(function(C) {
3755
+ Array.isArray(O) || (O = [O]), a.push.apply(a, O.map(function(N) {
3735
3756
  return {
3736
- type: typeof C == "string" ? E.literal : E.object,
3737
- value: C
3757
+ type: typeof N == "string" ? E.literal : E.object,
3758
+ value: N
3738
3759
  };
3739
3760
  }));
3740
3761
  }
3741
- if (Ft(l)) {
3762
+ if (Gt(l)) {
3742
3763
  var T = l.options[c] || l.options.other;
3743
3764
  if (!T)
3744
- throw new yt(l.value, c, Object.keys(l.options), s);
3765
+ throw new gt(l.value, c, Object.keys(l.options), s);
3745
3766
  a.push.apply(a, le(T.value, t, r, n, i));
3746
3767
  continue;
3747
3768
  }
3748
- if (Gt(l)) {
3769
+ if (jt(l)) {
3749
3770
  var T = l.options["=".concat(c)];
3750
3771
  if (!T) {
3751
3772
  if (!Intl.PluralRules)
3752
- throw new be(`Intl.PluralRules is not available in this environment.
3773
+ throw new ve(`Intl.PluralRules is not available in this environment.
3753
3774
  Try polyfilling it using "@formatjs/intl-pluralrules"
3754
- `, k.MISSING_INTL_API, s);
3755
- var Z = r.getPluralRules(t, { type: l.pluralType }).select(c - (l.offset || 0));
3756
- T = l.options[Z] || l.options.other;
3775
+ `, j.MISSING_INTL_API, s);
3776
+ var z = r.getPluralRules(t, { type: l.pluralType }).select(c - (l.offset || 0));
3777
+ T = l.options[z] || l.options.other;
3757
3778
  }
3758
3779
  if (!T)
3759
- throw new yt(l.value, c, Object.keys(l.options), s);
3780
+ throw new gt(l.value, c, Object.keys(l.options), s);
3760
3781
  a.push.apply(a, le(T.value, t, r, n, i, c - (l.offset || 0)));
3761
3782
  continue;
3762
3783
  }
3763
3784
  }
3764
- return Yn(a);
3785
+ return Kn(a);
3765
3786
  }
3766
- function Kn(e, t) {
3767
- return t ? g(g(g({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
3768
- return r[n] = g(g({}, e[n]), t[n] || {}), r;
3787
+ function ti(e, t) {
3788
+ return t ? A(A(A({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
3789
+ return r[n] = A(A({}, e[n]), t[n] || {}), r;
3769
3790
  }, {})) : e;
3770
3791
  }
3771
- function ei(e, t) {
3792
+ function ri(e, t) {
3772
3793
  return t ? Object.keys(e).reduce(function(r, n) {
3773
- return r[n] = Kn(e[n], t[n]), r;
3774
- }, g({}, e)) : e;
3794
+ return r[n] = ti(e[n], t[n]), r;
3795
+ }, A({}, e)) : e;
3775
3796
  }
3776
- function Te(e) {
3797
+ function Ae(e) {
3777
3798
  return {
3778
3799
  create: function() {
3779
3800
  return {
@@ -3787,39 +3808,39 @@ function Te(e) {
3787
3808
  }
3788
3809
  };
3789
3810
  }
3790
- function ti(e) {
3811
+ function ni(e) {
3791
3812
  return e === void 0 && (e = {
3792
3813
  number: {},
3793
3814
  dateTime: {},
3794
3815
  pluralRules: {}
3795
3816
  }), {
3796
- getNumberFormat: Se(function() {
3817
+ getNumberFormat: He(function() {
3797
3818
  for (var t, r = [], n = 0; n < arguments.length; n++)
3798
3819
  r[n] = arguments[n];
3799
- return new ((t = Intl.NumberFormat).bind.apply(t, D([void 0], r, !1)))();
3820
+ return new ((t = Intl.NumberFormat).bind.apply(t, we([void 0], r, !1)))();
3800
3821
  }, {
3801
- cache: Te(e.number),
3802
- strategy: we.variadic
3822
+ cache: Ae(e.number),
3823
+ strategy: Te.variadic
3803
3824
  }),
3804
- getDateTimeFormat: Se(function() {
3825
+ getDateTimeFormat: He(function() {
3805
3826
  for (var t, r = [], n = 0; n < arguments.length; n++)
3806
3827
  r[n] = arguments[n];
3807
- return new ((t = Intl.DateTimeFormat).bind.apply(t, D([void 0], r, !1)))();
3828
+ return new ((t = Intl.DateTimeFormat).bind.apply(t, we([void 0], r, !1)))();
3808
3829
  }, {
3809
- cache: Te(e.dateTime),
3810
- strategy: we.variadic
3830
+ cache: Ae(e.dateTime),
3831
+ strategy: Te.variadic
3811
3832
  }),
3812
- getPluralRules: Se(function() {
3833
+ getPluralRules: He(function() {
3813
3834
  for (var t, r = [], n = 0; n < arguments.length; n++)
3814
3835
  r[n] = arguments[n];
3815
- return new ((t = Intl.PluralRules).bind.apply(t, D([void 0], r, !1)))();
3836
+ return new ((t = Intl.PluralRules).bind.apply(t, we([void 0], r, !1)))();
3816
3837
  }, {
3817
- cache: Te(e.pluralRules),
3818
- strategy: we.variadic
3838
+ cache: Ae(e.pluralRules),
3839
+ strategy: Te.variadic
3819
3840
  })
3820
3841
  };
3821
3842
  }
3822
- var ri = (
3843
+ var ii = (
3823
3844
  /** @class */
3824
3845
  function() {
3825
3846
  function e(t, r, n, i) {
@@ -3851,13 +3872,13 @@ var ri = (
3851
3872
  throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
3852
3873
  var s = i || {};
3853
3874
  s.formatters;
3854
- var a = Lr(s, ["formatters"]);
3855
- this.ast = e.__parse(t, g(g({}, a), { locale: this.resolvedLocale }));
3875
+ var a = mn(s, ["formatters"]);
3876
+ this.ast = e.__parse(t, A(A({}, a), { locale: this.resolvedLocale }));
3856
3877
  } else
3857
3878
  this.ast = t;
3858
3879
  if (!Array.isArray(this.ast))
3859
3880
  throw new TypeError("A message must be provided as a String or AST.");
3860
- this.formats = ei(e.formats, n), this.formatters = i && i.formatters || ti(this.formatterCache);
3881
+ this.formats = ri(e.formats, n), this.formatters = i && i.formatters || ni(this.formatterCache);
3861
3882
  }
3862
3883
  return Object.defineProperty(e, "defaultLocale", {
3863
3884
  get: function() {
@@ -3870,7 +3891,7 @@ var ri = (
3870
3891
  var r = Intl.NumberFormat.supportedLocalesOf(t);
3871
3892
  return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
3872
3893
  }
3873
- }, e.__parse = Zn, e.formats = {
3894
+ }, e.__parse = Jn, e.formats = {
3874
3895
  number: {
3875
3896
  integer: {
3876
3897
  maximumFractionDigits: 0
@@ -3931,7 +3952,7 @@ var ri = (
3931
3952
  }, e;
3932
3953
  }()
3933
3954
  );
3934
- function ni(e, t) {
3955
+ function oi(e, t) {
3935
3956
  if (t == null)
3936
3957
  return;
3937
3958
  if (t in e)
@@ -3952,92 +3973,92 @@ function ni(e, t) {
3952
3973
  n = void 0;
3953
3974
  return n;
3954
3975
  }
3955
- const I = {}, ii = (e, t, r) => r && (t in I || (I[t] = {}), e in I[t] || (I[t][e] = r), r), Yt = (e, t) => {
3976
+ const I = {}, si = (e, t, r) => r && (t in I || (I[t] = {}), e in I[t] || (I[t][e] = r), r), qt = (e, t) => {
3956
3977
  if (t == null)
3957
3978
  return;
3958
3979
  if (t in I && e in I[t])
3959
3980
  return I[t][e];
3960
- const r = ye(t);
3981
+ const r = ge(t);
3961
3982
  for (let n = 0; n < r.length; n++) {
3962
- const i = r[n], o = si(i, e);
3983
+ const i = r[n], o = ui(i, e);
3963
3984
  if (o)
3964
- return ii(e, t, o);
3985
+ return si(e, t, o);
3965
3986
  }
3966
3987
  };
3967
- let ze;
3968
- const ne = de({});
3969
- function oi(e) {
3970
- return ze[e] || null;
3988
+ let Qe;
3989
+ const ne = be({});
3990
+ function ai(e) {
3991
+ return Qe[e] || null;
3971
3992
  }
3972
- function qt(e) {
3973
- return e in ze;
3993
+ function Kt(e) {
3994
+ return e in Qe;
3974
3995
  }
3975
- function si(e, t) {
3976
- if (!qt(e))
3996
+ function ui(e, t) {
3997
+ if (!Kt(e))
3977
3998
  return null;
3978
- const r = oi(e);
3979
- return ni(r, t);
3999
+ const r = ai(e);
4000
+ return oi(r, t);
3980
4001
  }
3981
- function ai(e) {
4002
+ function hi(e) {
3982
4003
  if (e == null)
3983
4004
  return;
3984
- const t = ye(e);
4005
+ const t = ge(e);
3985
4006
  for (let r = 0; r < t.length; r++) {
3986
4007
  const n = t[r];
3987
- if (qt(n))
4008
+ if (Kt(n))
3988
4009
  return n;
3989
4010
  }
3990
4011
  }
3991
- function ui(e, ...t) {
4012
+ function li(e, ...t) {
3992
4013
  delete I[e], ne.update((r) => (r[e] = fn.all([r[e] || {}, ...t]), r));
3993
4014
  }
3994
- W(
4015
+ X(
3995
4016
  [ne],
3996
4017
  ([e]) => Object.keys(e)
3997
4018
  );
3998
- ne.subscribe((e) => ze = e);
4019
+ ne.subscribe((e) => Qe = e);
3999
4020
  const ce = {};
4000
- function hi(e, t) {
4021
+ function ci(e, t) {
4001
4022
  ce[e].delete(t), ce[e].size === 0 && delete ce[e];
4002
4023
  }
4003
- function Kt(e) {
4024
+ function er(e) {
4004
4025
  return ce[e];
4005
4026
  }
4006
- function li(e) {
4007
- return ye(e).map((t) => {
4008
- const r = Kt(t);
4027
+ function fi(e) {
4028
+ return ge(e).map((t) => {
4029
+ const r = er(t);
4009
4030
  return [t, r ? [...r] : []];
4010
4031
  }).filter(([, t]) => t.length > 0);
4011
4032
  }
4012
- function je(e) {
4013
- return e == null ? !1 : ye(e).some(
4033
+ function We(e) {
4034
+ return e == null ? !1 : ge(e).some(
4014
4035
  (t) => {
4015
4036
  var r;
4016
- return (r = Kt(t)) == null ? void 0 : r.size;
4037
+ return (r = er(t)) == null ? void 0 : r.size;
4017
4038
  }
4018
4039
  );
4019
4040
  }
4020
- function ci(e, t) {
4041
+ function mi(e, t) {
4021
4042
  return Promise.all(
4022
- t.map((n) => (hi(e, n), n().then((i) => i.default || i)))
4023
- ).then((n) => ui(e, ...n));
4024
- }
4025
- const Q = {};
4026
- function er(e) {
4027
- if (!je(e))
4028
- return e in Q ? Q[e] : Promise.resolve();
4029
- const t = li(e);
4030
- return Q[e] = Promise.all(
4043
+ t.map((n) => (ci(e, n), n().then((i) => i.default || i)))
4044
+ ).then((n) => li(e, ...n));
4045
+ }
4046
+ const Z = {};
4047
+ function tr(e) {
4048
+ if (!We(e))
4049
+ return e in Z ? Z[e] : Promise.resolve();
4050
+ const t = fi(e);
4051
+ return Z[e] = Promise.all(
4031
4052
  t.map(
4032
- ([r, n]) => ci(r, n)
4053
+ ([r, n]) => mi(r, n)
4033
4054
  )
4034
4055
  ).then(() => {
4035
- if (je(e))
4036
- return er(e);
4037
- delete Q[e];
4038
- }), Q[e];
4056
+ if (We(e))
4057
+ return tr(e);
4058
+ delete Z[e];
4059
+ }), Z[e];
4039
4060
  }
4040
- const fi = {
4061
+ const pi = {
4041
4062
  number: {
4042
4063
  scientific: { notation: "scientific" },
4043
4064
  engineering: { notation: "engineering" },
@@ -4066,135 +4087,135 @@ const fi = {
4066
4087
  timeZoneName: "short"
4067
4088
  }
4068
4089
  }
4069
- }, mi = {
4090
+ }, di = {
4070
4091
  fallbackLocale: null,
4071
4092
  loadingDelay: 200,
4072
- formats: fi,
4093
+ formats: pi,
4073
4094
  warnOnMissingMessages: !0,
4074
4095
  handleMissingMessage: void 0,
4075
4096
  ignoreTag: !0
4076
- }, pi = mi;
4077
- function V() {
4078
- return pi;
4097
+ }, bi = di;
4098
+ function k() {
4099
+ return bi;
4079
4100
  }
4080
- const Be = de(!1);
4081
- var di = Object.defineProperty, bi = Object.defineProperties, yi = Object.getOwnPropertyDescriptors, gt = Object.getOwnPropertySymbols, gi = Object.prototype.hasOwnProperty, vi = Object.prototype.propertyIsEnumerable, vt = (e, t, r) => t in e ? di(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, xi = (e, t) => {
4101
+ const Pe = be(!1);
4102
+ var yi = Object.defineProperty, vi = Object.defineProperties, gi = Object.getOwnPropertyDescriptors, _t = Object.getOwnPropertySymbols, _i = Object.prototype.hasOwnProperty, xi = Object.prototype.propertyIsEnumerable, xt = (e, t, r) => t in e ? yi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ei = (e, t) => {
4082
4103
  for (var r in t || (t = {}))
4083
- gi.call(t, r) && vt(e, r, t[r]);
4084
- if (gt)
4085
- for (var r of gt(t))
4086
- vi.call(t, r) && vt(e, r, t[r]);
4104
+ _i.call(t, r) && xt(e, r, t[r]);
4105
+ if (_t)
4106
+ for (var r of _t(t))
4107
+ xi.call(t, r) && xt(e, r, t[r]);
4087
4108
  return e;
4088
- }, _i = (e, t) => bi(e, yi(t));
4089
- let ke;
4090
- const fe = de(null);
4091
- function xt(e) {
4109
+ }, Si = (e, t) => vi(e, gi(t));
4110
+ let ze;
4111
+ const me = be(null);
4112
+ function Et(e) {
4092
4113
  return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
4093
4114
  }
4094
- function ye(e, t = V().fallbackLocale) {
4095
- const r = xt(e);
4096
- return t ? [.../* @__PURE__ */ new Set([...r, ...xt(t)])] : r;
4115
+ function ge(e, t = k().fallbackLocale) {
4116
+ const r = Et(e);
4117
+ return t ? [.../* @__PURE__ */ new Set([...r, ...Et(t)])] : r;
4097
4118
  }
4098
4119
  function L() {
4099
- return ke != null ? ke : void 0;
4120
+ return ze != null ? ze : void 0;
4100
4121
  }
4101
- fe.subscribe((e) => {
4102
- ke = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
4122
+ me.subscribe((e) => {
4123
+ ze = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
4103
4124
  });
4104
- const Ei = (e) => {
4105
- if (e && ai(e) && je(e)) {
4106
- const { loadingDelay: t } = V();
4125
+ const wi = (e) => {
4126
+ if (e && hi(e) && We(e)) {
4127
+ const { loadingDelay: t } = k();
4107
4128
  let r;
4108
4129
  return typeof window != "undefined" && L() != null && t ? r = window.setTimeout(
4109
- () => Be.set(!0),
4130
+ () => Pe.set(!0),
4110
4131
  t
4111
- ) : Be.set(!0), er(e).then(() => {
4112
- fe.set(e);
4132
+ ) : Pe.set(!0), tr(e).then(() => {
4133
+ me.set(e);
4113
4134
  }).finally(() => {
4114
- clearTimeout(r), Be.set(!1);
4135
+ clearTimeout(r), Pe.set(!1);
4115
4136
  });
4116
4137
  }
4117
- return fe.set(e);
4118
- }, ie = _i(xi({}, fe), {
4119
- set: Ei
4120
- }), ge = (e) => {
4138
+ return me.set(e);
4139
+ }, ie = Si(Ei({}, me), {
4140
+ set: wi
4141
+ }), _e = (e) => {
4121
4142
  const t = /* @__PURE__ */ Object.create(null);
4122
4143
  return (n) => {
4123
4144
  const i = JSON.stringify(n);
4124
4145
  return i in t ? t[i] : t[i] = e(n);
4125
4146
  };
4126
4147
  };
4127
- var Si = Object.defineProperty, me = Object.getOwnPropertySymbols, tr = Object.prototype.hasOwnProperty, rr = Object.prototype.propertyIsEnumerable, _t = (e, t, r) => t in e ? Si(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ze = (e, t) => {
4148
+ var Hi = Object.defineProperty, pe = Object.getOwnPropertySymbols, rr = Object.prototype.hasOwnProperty, nr = Object.prototype.propertyIsEnumerable, St = (e, t, r) => t in e ? Hi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Je = (e, t) => {
4128
4149
  for (var r in t || (t = {}))
4129
- tr.call(t, r) && _t(e, r, t[r]);
4130
- if (me)
4131
- for (var r of me(t))
4132
- rr.call(t, r) && _t(e, r, t[r]);
4150
+ rr.call(t, r) && St(e, r, t[r]);
4151
+ if (pe)
4152
+ for (var r of pe(t))
4153
+ nr.call(t, r) && St(e, r, t[r]);
4133
4154
  return e;
4134
- }, z = (e, t) => {
4155
+ }, W = (e, t) => {
4135
4156
  var r = {};
4136
4157
  for (var n in e)
4137
- tr.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
4138
- if (e != null && me)
4139
- for (var n of me(e))
4140
- t.indexOf(n) < 0 && rr.call(e, n) && (r[n] = e[n]);
4158
+ rr.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
4159
+ if (e != null && pe)
4160
+ for (var n of pe(e))
4161
+ t.indexOf(n) < 0 && nr.call(e, n) && (r[n] = e[n]);
4141
4162
  return r;
4142
4163
  };
4143
- const ee = (e, t) => {
4144
- const { formats: r } = V();
4164
+ const K = (e, t) => {
4165
+ const { formats: r } = k();
4145
4166
  if (e in r && t in r[e])
4146
4167
  return r[e][t];
4147
4168
  throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
4148
- }, wi = ge(
4169
+ }, Ti = _e(
4149
4170
  (e) => {
4150
- var t = e, { locale: r, format: n } = t, i = z(t, ["locale", "format"]);
4171
+ var t = e, { locale: r, format: n } = t, i = W(t, ["locale", "format"]);
4151
4172
  if (r == null)
4152
4173
  throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
4153
- return n && (i = ee("number", n)), new Intl.NumberFormat(r, i);
4174
+ return n && (i = K("number", n)), new Intl.NumberFormat(r, i);
4154
4175
  }
4155
- ), Hi = ge(
4176
+ ), Bi = _e(
4156
4177
  (e) => {
4157
- var t = e, { locale: r, format: n } = t, i = z(t, ["locale", "format"]);
4178
+ var t = e, { locale: r, format: n } = t, i = W(t, ["locale", "format"]);
4158
4179
  if (r == null)
4159
4180
  throw new Error('[svelte-i18n] A "locale" must be set to format dates');
4160
- return n ? i = ee("date", n) : Object.keys(i).length === 0 && (i = ee("date", "short")), new Intl.DateTimeFormat(r, i);
4181
+ return n ? i = K("date", n) : Object.keys(i).length === 0 && (i = K("date", "short")), new Intl.DateTimeFormat(r, i);
4161
4182
  }
4162
- ), Ti = ge(
4183
+ ), Ai = _e(
4163
4184
  (e) => {
4164
- var t = e, { locale: r, format: n } = t, i = z(t, ["locale", "format"]);
4185
+ var t = e, { locale: r, format: n } = t, i = W(t, ["locale", "format"]);
4165
4186
  if (r == null)
4166
4187
  throw new Error(
4167
4188
  '[svelte-i18n] A "locale" must be set to format time values'
4168
4189
  );
4169
- return n ? i = ee("time", n) : Object.keys(i).length === 0 && (i = ee("time", "short")), new Intl.DateTimeFormat(r, i);
4190
+ return n ? i = K("time", n) : Object.keys(i).length === 0 && (i = K("time", "short")), new Intl.DateTimeFormat(r, i);
4170
4191
  }
4171
- ), Bi = (e = {}) => {
4192
+ ), Pi = (e = {}) => {
4172
4193
  var t = e, {
4173
4194
  locale: r = L()
4174
- } = t, n = z(t, [
4195
+ } = t, n = W(t, [
4175
4196
  "locale"
4176
4197
  ]);
4177
- return wi(Ze({ locale: r }, n));
4178
- }, Ai = (e = {}) => {
4198
+ return Ti(Je({ locale: r }, n));
4199
+ }, Oi = (e = {}) => {
4179
4200
  var t = e, {
4180
4201
  locale: r = L()
4181
- } = t, n = z(t, [
4202
+ } = t, n = W(t, [
4182
4203
  "locale"
4183
4204
  ]);
4184
- return Hi(Ze({ locale: r }, n));
4185
- }, Pi = (e = {}) => {
4205
+ return Bi(Je({ locale: r }, n));
4206
+ }, Ii = (e = {}) => {
4186
4207
  var t = e, {
4187
4208
  locale: r = L()
4188
- } = t, n = z(t, [
4209
+ } = t, n = W(t, [
4189
4210
  "locale"
4190
4211
  ]);
4191
- return Ti(Ze({ locale: r }, n));
4192
- }, Oi = ge(
4212
+ return Ai(Je({ locale: r }, n));
4213
+ }, Ni = _e(
4193
4214
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
4194
- (e, t = L()) => new ri(e, t, V().formats, {
4195
- ignoreTag: V().ignoreTag
4215
+ (e, t = L()) => new ii(e, t, k().formats, {
4216
+ ignoreTag: k().ignoreTag
4196
4217
  })
4197
- ), Ii = (e, t = {}) => {
4218
+ ), Ci = (e, t = {}) => {
4198
4219
  var r, n, i, o;
4199
4220
  let s = t;
4200
4221
  typeof e == "object" && (s = e, e = s.id);
@@ -4207,9 +4228,9 @@ const ee = (e, t) => {
4207
4228
  throw new Error(
4208
4229
  "[svelte-i18n] Cannot format a message without first setting the initial locale."
4209
4230
  );
4210
- let l = Yt(e, h);
4231
+ let l = qt(e, h);
4211
4232
  if (!l)
4212
- 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;
4233
+ l = (o = (i = (n = (r = k()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: h, id: e, defaultValue: u })) != null ? i : u) != null ? o : e;
4213
4234
  else if (typeof l != "string")
4214
4235
  return console.warn(
4215
4236
  `[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof l}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
@@ -4218,7 +4239,7 @@ const ee = (e, t) => {
4218
4239
  return l;
4219
4240
  let f = l;
4220
4241
  try {
4221
- f = Oi(l, h).format(a);
4242
+ f = Ni(l, h).format(a);
4222
4243
  } catch (c) {
4223
4244
  c instanceof Error && console.warn(
4224
4245
  `[svelte-i18n] Message "${e}" has syntax error:`,
@@ -4226,21 +4247,21 @@ const ee = (e, t) => {
4226
4247
  );
4227
4248
  }
4228
4249
  return f;
4229
- }, Ci = (e, t) => Pi(t).format(e), Ni = (e, t) => Ai(t).format(e), Li = (e, t) => Bi(t).format(e), Mi = (e, t = L()) => Yt(e, t);
4230
- W([ie, ne], () => Ii);
4231
- W([ie], () => Ci);
4232
- W([ie], () => Ni);
4233
- W([ie], () => Li);
4234
- W([ie, ne], () => Mi);
4250
+ }, Li = (e, t) => Ii(t).format(e), $i = (e, t) => Oi(t).format(e), Mi = (e, t) => Pi(t).format(e), Ri = (e, t = L()) => qt(e, t);
4251
+ X([ie, ne], () => Ci);
4252
+ X([ie], () => Li);
4253
+ X([ie], () => $i);
4254
+ X([ie], () => Mi);
4255
+ X([ie, ne], () => Ri);
4235
4256
  window.emWidgets = { topic: Zr };
4236
- const $i = (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));
4237
- function Ri(e, t) {
4257
+ const Ui = (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));
4258
+ function Di(e, t) {
4238
4259
  if (e) {
4239
4260
  const r = document.createElement("style");
4240
4261
  r.innerHTML = t, e.appendChild(r);
4241
4262
  }
4242
4263
  }
4243
- function Ui(e, t) {
4264
+ function Fi(e, t) {
4244
4265
  const r = new URL(t);
4245
4266
  fetch(r.href).then((n) => n.text()).then((n) => {
4246
4267
  const i = document.createElement("style");
@@ -4249,7 +4270,7 @@ function Ui(e, t) {
4249
4270
  console.error("There was an error while trying to load client styling from URL", n);
4250
4271
  });
4251
4272
  }
4252
- function Di(e, t, r) {
4273
+ function Gi(e, t, r) {
4253
4274
  if (window.emMessageBus) {
4254
4275
  const n = document.createElement("style");
4255
4276
  window.emMessageBus.subscribe(t, (i) => {
@@ -4257,27 +4278,27 @@ function Di(e, t, r) {
4257
4278
  });
4258
4279
  }
4259
4280
  }
4260
- function Fi(e) {
4261
- lr(e, "svelte-8o17lh", "*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box;font-family:inherit}.betslipIndicator{display:flex;align-items:center;justify-content:center;padding:15px 20px;position:fixed;bottom:20%;right:20px;color:#fff;background:var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));box-shadow:0px 5px 30px var(--emw--color-gray-100, #E6E6E6);border-radius:50%;border:none}.betslipIndicator__icon{display:flex;width:20px;fill:var(--emw--casino-typography, var(--emw--color-white, #FFFFFF))}.betslipIndicator__number{display:flex;align-items:center;justify-content:center;position:absolute;right:0px;top:-10px;width:25px;height:25px;background:var(--emw--casino-color-bg, var(--emw--color-background, #07072A));color:var(--emw--casino-typography, var(--emw--color-white, #FFFFFF));border-radius:50%}.loader{color:var(--emw--casino-typography, var(--emw--color-white, #FFFFFF));font-size:2px;margin:100px auto;width:1em;height:1em;border-radius:50%;position:relative;text-indent:-9999em;-webkit-animation:load4 1.3s infinite linear;animation:load4 1.3s infinite linear;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}@-webkit-keyframes load4{0%,100%{box-shadow:0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0}12.5%{box-shadow:0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em}25%{box-shadow:0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em}37.5%{box-shadow:0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em}50%{box-shadow:0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em}62.5%{box-shadow:0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em}75%{box-shadow:0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0}87.5%{box-shadow:0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em}}@keyframes load4{0%,100%{box-shadow:0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0}12.5%{box-shadow:0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em}25%{box-shadow:0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em}37.5%{box-shadow:0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em}50%{box-shadow:0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em}62.5%{box-shadow:0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em}75%{box-shadow:0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0}87.5%{box-shadow:0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em}}");
4281
+ function ji(e) {
4282
+ cr(e, "svelte-8o17lh", "*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box;font-family:inherit}.betslipIndicator{display:flex;align-items:center;justify-content:center;padding:15px 20px;position:fixed;bottom:20%;right:20px;color:#fff;background:var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));box-shadow:0px 5px 30px var(--emw--color-gray-100, #E6E6E6);border-radius:50%;border:none}.betslipIndicator__icon{display:flex;width:20px;fill:var(--emw--casino-typography, var(--emw--color-white, #FFFFFF))}.betslipIndicator__number{display:flex;align-items:center;justify-content:center;position:absolute;right:0px;top:-10px;width:25px;height:25px;background:var(--emw--casino-color-bg, var(--emw--color-background, #07072A));color:var(--emw--casino-typography, var(--emw--color-white, #FFFFFF));border-radius:50%}.loader{color:var(--emw--casino-typography, var(--emw--color-white, #FFFFFF));font-size:2px;margin:100px auto;width:1em;height:1em;border-radius:50%;position:relative;text-indent:-9999em;-webkit-animation:load4 1.3s infinite linear;animation:load4 1.3s infinite linear;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}@-webkit-keyframes load4{0%,100%{box-shadow:0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0}12.5%{box-shadow:0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em}25%{box-shadow:0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em}37.5%{box-shadow:0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em}50%{box-shadow:0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em}62.5%{box-shadow:0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em}75%{box-shadow:0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0}87.5%{box-shadow:0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em}}@keyframes load4{0%,100%{box-shadow:0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0}12.5%{box-shadow:0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em}25%{box-shadow:0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em}37.5%{box-shadow:0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em}50%{box-shadow:0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em}62.5%{box-shadow:0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em}75%{box-shadow:0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0}87.5%{box-shadow:0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em}}");
4262
4283
  }
4263
- function Et(e) {
4284
+ function wt(e) {
4264
4285
  let t, r, n, i, o, s, a, h, u, l, f, c;
4265
4286
  function p(d, S) {
4266
4287
  return (
4267
4288
  /*isLoading*/
4268
- d[3] ? ji : Gi
4289
+ d[3] ? Vi : ki
4269
4290
  );
4270
4291
  }
4271
4292
  let v = p(e), m = v(e);
4272
4293
  return {
4273
4294
  c() {
4274
- t = F("button"), r = F("small"), m.c(), n = mr(), i = N("svg"), o = N("g"), s = N("path"), a = N("path"), h = N("path"), u = N("path"), l = N("path"), _(r, "class", "betslipIndicator__number"), _(s, "d", `M45,95c0,1.1,0.9,2,2,2h11c3.3,0,6-2.7,6-6V9c0-3.3-2.7-6-6-6H47c-1.1,0-2,0.9-2,2c0,7.2-5.8,13-13,13S19,12.2,19,5
4295
+ t = D("button"), r = D("small"), m.c(), n = pr(), i = C("svg"), o = C("g"), s = C("path"), a = C("path"), h = C("path"), u = C("path"), l = C("path"), x(r, "class", "betslipIndicator__number"), x(s, "d", `M45,95c0,1.1,0.9,2,2,2h11c3.3,0,6-2.7,6-6V9c0-3.3-2.7-6-6-6H47c-1.1,0-2,0.9-2,2c0,7.2-5.8,13-13,13S19,12.2,19,5
4275
4296
  c0-1.1-0.9-2-2-2H6C2.7,3,0,5.7,0,9v82c0,3.3,2.7,6,6,6h11c1.1,0,2-0.9,2-2c0-7.2,5.8-13,13-13S45,87.8,45,95z M32,78
4276
4297
  c-8.6,0-15.9,6.4-16.9,15H6c-1.1,0-2-0.9-2-2V9c0-1.1,0.9-2,2-2h9.1c1.2,9.3,9.7,15.9,19,14.8c7.7-1,13.8-7,14.8-14.8H58
4277
- c1.1,0,2,0.9,2,2v82c0,1.1-0.9,2-2,2h-9.1C47.9,84.4,40.6,78,32,78z`), _(a, "d", "M50.9,29.5H13.1c-0.8,0-1.5,0.9-1.5,2c0,1.1,0.7,2,1.5,2h37.8c0.8,0,1.5-0.9,1.5-2C52.4,30.4,51.7,29.5,50.9,29.5z"), _(h, "d", "M50.9,41.5H13.1c-0.8,0-1.5,0.9-1.5,2s0.7,2,1.5,2h37.8c0.8,0,1.5-0.9,1.5-2S51.7,41.5,50.9,41.5z"), _(u, "d", "M50.9,53.5H13.1c-0.8,0-1.5,0.9-1.5,2s0.7,2,1.5,2h37.8c0.8,0,1.5-0.9,1.5-2S51.7,53.5,50.9,53.5z"), _(l, "d", "M50.9,66.5H13.1c-0.8,0-1.5,0.9-1.5,2s0.7,2,1.5,2h37.8c0.8,0,1.5-0.9,1.5-2S51.7,66.5,50.9,66.5z"), _(i, "version", "1.1"), _(i, "id", "Layer_1"), _(i, "class", "betslipIndicator__icon"), _(i, "xmlns", "http://www.w3.org/2000/svg"), _(i, "xmlns:xlink", "http://www.w3.org/1999/xlink"), _(i, "x", "0px"), _(i, "y", "0px"), _(i, "viewBox", "0 0 64 100"), yr(i, "enable-background", "new 0 0 64 100"), _(i, "xml:space", "preserve"), _(t, "class", "betslipIndicator");
4298
+ c1.1,0,2,0.9,2,2v82c0,1.1-0.9,2-2,2h-9.1C47.9,84.4,40.6,78,32,78z`), x(a, "d", "M50.9,29.5H13.1c-0.8,0-1.5,0.9-1.5,2c0,1.1,0.7,2,1.5,2h37.8c0.8,0,1.5-0.9,1.5-2C52.4,30.4,51.7,29.5,50.9,29.5z"), x(h, "d", "M50.9,41.5H13.1c-0.8,0-1.5,0.9-1.5,2s0.7,2,1.5,2h37.8c0.8,0,1.5-0.9,1.5-2S51.7,41.5,50.9,41.5z"), x(u, "d", "M50.9,53.5H13.1c-0.8,0-1.5,0.9-1.5,2s0.7,2,1.5,2h37.8c0.8,0,1.5-0.9,1.5-2S51.7,53.5,50.9,53.5z"), x(l, "d", "M50.9,66.5H13.1c-0.8,0-1.5,0.9-1.5,2s0.7,2,1.5,2h37.8c0.8,0,1.5-0.9,1.5-2S51.7,66.5,50.9,66.5z"), x(i, "version", "1.1"), x(i, "id", "Layer_1"), x(i, "class", "betslipIndicator__icon"), x(i, "xmlns", "http://www.w3.org/2000/svg"), x(i, "xmlns:xlink", "http://www.w3.org/1999/xlink"), x(i, "x", "0px"), x(i, "y", "0px"), x(i, "viewBox", "0 0 64 100"), vr(i, "enable-background", "new 0 0 64 100"), x(i, "xml:space", "preserve"), x(t, "class", "betslipIndicator");
4278
4299
  },
4279
4300
  m(d, S) {
4280
- re(d, t, S), B(t, r), m.m(r, null), B(t, n), B(t, i), B(i, o), B(o, s), B(o, a), B(o, h), B(o, u), B(o, l), f || (c = pr(
4301
+ te(d, t, S), B(t, r), m.m(r, null), B(t, n), B(t, i), B(i, o), B(o, s), B(o, a), B(o, h), B(o, u), B(o, l), f || (c = dr(
4281
4302
  t,
4282
4303
  "click",
4283
4304
  /*click_handler*/
@@ -4288,76 +4309,76 @@ function Et(e) {
4288
4309
  v === (v = p(d)) && m ? m.p(d, S) : (m.d(1), m = v(d), m && (m.c(), m.m(r, null)));
4289
4310
  },
4290
4311
  d(d) {
4291
- d && X(t), m.d(), f = !1, c();
4312
+ d && V(t), m.d(), f = !1, c();
4292
4313
  }
4293
4314
  };
4294
4315
  }
4295
- function Gi(e) {
4316
+ function ki(e) {
4296
4317
  let t;
4297
4318
  return {
4298
4319
  c() {
4299
- t = Ht(
4320
+ t = Bt(
4300
4321
  /*betNumber*/
4301
4322
  e[1]
4302
4323
  );
4303
4324
  },
4304
4325
  m(r, n) {
4305
- re(r, t, n);
4326
+ te(r, t, n);
4306
4327
  },
4307
4328
  p(r, n) {
4308
4329
  n & /*betNumber*/
4309
- 2 && br(
4330
+ 2 && yr(
4310
4331
  t,
4311
4332
  /*betNumber*/
4312
4333
  r[1]
4313
4334
  );
4314
4335
  },
4315
4336
  d(r) {
4316
- r && X(t);
4337
+ r && V(t);
4317
4338
  }
4318
4339
  };
4319
4340
  }
4320
- function ji(e) {
4341
+ function Vi(e) {
4321
4342
  let t;
4322
4343
  return {
4323
4344
  c() {
4324
- t = F("div"), t.textContent = "Loading...", _(t, "class", "loader");
4345
+ t = D("div"), t.textContent = "Loading...", x(t, "class", "loader");
4325
4346
  },
4326
4347
  m(r, n) {
4327
- re(r, t, n);
4348
+ te(r, t, n);
4328
4349
  },
4329
4350
  p: H,
4330
4351
  d(r) {
4331
- r && X(t);
4352
+ r && V(t);
4332
4353
  }
4333
4354
  };
4334
4355
  }
4335
- function ki(e) {
4356
+ function Xi(e) {
4336
4357
  let t, r = (
4337
4358
  /*mobileView*/
4338
4359
  e[2] && /*betNumber*/
4339
- e[1] > 0 && Et(e)
4360
+ e[1] > 0 && wt(e)
4340
4361
  );
4341
4362
  return {
4342
4363
  c() {
4343
- t = F("div"), r && r.c();
4364
+ t = D("div"), r && r.c();
4344
4365
  },
4345
4366
  m(n, i) {
4346
- re(n, t, i), r && r.m(t, null), e[9](t);
4367
+ te(n, t, i), r && r.m(t, null), e[9](t);
4347
4368
  },
4348
4369
  p(n, [i]) {
4349
4370
  /*mobileView*/
4350
4371
  n[2] && /*betNumber*/
4351
- n[1] > 0 ? r ? r.p(n, i) : (r = Et(n), r.c(), r.m(t, null)) : r && (r.d(1), r = null);
4372
+ n[1] > 0 ? r ? r.p(n, i) : (r = wt(n), r.c(), r.m(t, null)) : r && (r.d(1), r = null);
4352
4373
  },
4353
4374
  i: H,
4354
4375
  o: H,
4355
4376
  d(n) {
4356
- n && X(t), r && r.d(), e[9](null);
4377
+ n && V(t), r && r.d(), e[9](null);
4357
4378
  }
4358
4379
  };
4359
4380
  }
4360
- function Vi(e, t, r) {
4381
+ function Wi(e, t, r) {
4361
4382
  let { clientstyling: n = "" } = t, { clientstylingurl: i = "" } = t, { mbsource: o } = t, s, a = window.navigator.userAgent, h = null, u = !1, l = !0;
4362
4383
  const f = () => {
4363
4384
  window.postMessage({ type: "OMFE:getBetslipSelectionsCount" }, "*");
@@ -4380,12 +4401,12 @@ function Vi(e, t, r) {
4380
4401
  break;
4381
4402
  }
4382
4403
  };
4383
- xr(() => (f(), window.addEventListener("message", p, !1), $i(a) && r(2, u = !0), () => {
4404
+ xr(() => (f(), window.addEventListener("message", p, !1), Ui(a) && r(2, u = !0), () => {
4384
4405
  window.removeEventListener("message", p);
4385
4406
  }));
4386
4407
  const v = (d) => c("betslipClick", {});
4387
4408
  function m(d) {
4388
- Ae[d ? "unshift" : "push"](() => {
4409
+ Oe[d ? "unshift" : "push"](() => {
4389
4410
  s = d, r(0, s);
4390
4411
  });
4391
4412
  }
@@ -4393,9 +4414,9 @@ function Vi(e, t, r) {
4393
4414
  "clientstyling" in d && r(5, n = d.clientstyling), "clientstylingurl" in d && r(6, i = d.clientstylingurl), "mbsource" in d && r(7, o = d.mbsource);
4394
4415
  }, e.$$.update = () => {
4395
4416
  e.$$.dirty & /*clientstyling, customStylingContainer*/
4396
- 33 && n && s && Ri(s, n), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
4397
- 65 && i && s && Ui(s, i), e.$$.dirty & /*mbsource, customStylingContainer*/
4398
- 129 && o && s && Di(s, `${o}.Style`);
4417
+ 33 && n && s && Di(s, n), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
4418
+ 65 && i && s && Fi(s, i), e.$$.dirty & /*mbsource, customStylingContainer*/
4419
+ 129 && o && s && Gi(s, `${o}.Style`);
4399
4420
  }, [
4400
4421
  s,
4401
4422
  h,
@@ -4409,42 +4430,42 @@ function Vi(e, t, r) {
4409
4430
  m
4410
4431
  ];
4411
4432
  }
4412
- class Xi extends Cr {
4433
+ class zi extends Cr {
4413
4434
  constructor(t) {
4414
- super(), Or(
4435
+ super(), Ir(
4415
4436
  this,
4416
4437
  t,
4417
- Vi,
4418
- ki,
4419
- wt,
4438
+ Wi,
4439
+ Xi,
4440
+ Tt,
4420
4441
  {
4421
4442
  clientstyling: 5,
4422
4443
  clientstylingurl: 6,
4423
4444
  mbsource: 7
4424
4445
  },
4425
- Fi
4446
+ ji
4426
4447
  );
4427
4448
  }
4428
4449
  get clientstyling() {
4429
4450
  return this.$$.ctx[5];
4430
4451
  }
4431
4452
  set clientstyling(t) {
4432
- this.$$set({ clientstyling: t }), Y();
4453
+ this.$$set({ clientstyling: t }), J();
4433
4454
  }
4434
4455
  get clientstylingurl() {
4435
4456
  return this.$$.ctx[6];
4436
4457
  }
4437
4458
  set clientstylingurl(t) {
4438
- this.$$set({ clientstylingurl: t }), Y();
4459
+ this.$$set({ clientstylingurl: t }), J();
4439
4460
  }
4440
4461
  get mbsource() {
4441
4462
  return this.$$.ctx[7];
4442
4463
  }
4443
4464
  set mbsource(t) {
4444
- this.$$set({ mbsource: t }), Y();
4465
+ this.$$set({ mbsource: t }), J();
4445
4466
  }
4446
4467
  }
4447
- Ir(Xi, { clientstyling: {}, clientstylingurl: {}, mbsource: {} }, [], [], !0);
4468
+ Nr(zi, { clientstyling: {}, clientstylingurl: {}, mbsource: {} }, [], [], !0);
4448
4469
  export {
4449
- Xi as default
4470
+ zi as default
4450
4471
  };