@everymatrix/casino-tournaments-thumbnail-rule 1.74.4 → 1.74.6

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.
@@ -2,15 +2,15 @@ var dn = Object.defineProperty, pn = Object.defineProperties;
2
2
  var bn = Object.getOwnPropertyDescriptors;
3
3
  var ut = Object.getOwnPropertySymbols;
4
4
  var gn = Object.prototype.hasOwnProperty, yn = Object.prototype.propertyIsEnumerable;
5
- var Pe = (e, t, n) => t in e ? dn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, lt = (e, t) => {
5
+ var Ie = (e, t, n) => t in e ? dn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, lt = (e, t) => {
6
6
  for (var n in t || (t = {}))
7
- gn.call(t, n) && Pe(e, n, t[n]);
7
+ gn.call(t, n) && Ie(e, n, t[n]);
8
8
  if (ut)
9
9
  for (var n of ut(t))
10
- yn.call(t, n) && Pe(e, n, t[n]);
10
+ yn.call(t, n) && Ie(e, n, t[n]);
11
11
  return e;
12
12
  }, ht = (e, t) => pn(e, bn(t));
13
- var R = (e, t, n) => (Pe(e, typeof t != "symbol" ? t + "" : t, n), n);
13
+ var M = (e, t, n) => (Ie(e, typeof t != "symbol" ? t + "" : t, n), n);
14
14
  var ct = (e, t, n) => new Promise((r, i) => {
15
15
  var s = (h) => {
16
16
  try {
@@ -18,16 +18,16 @@ var ct = (e, t, n) => new Promise((r, i) => {
18
18
  } catch (a) {
19
19
  i(a);
20
20
  }
21
- }, o = (h) => {
21
+ }, u = (h) => {
22
22
  try {
23
23
  l(n.throw(h));
24
24
  } catch (a) {
25
25
  i(a);
26
26
  }
27
- }, l = (h) => h.done ? r(h.value) : Promise.resolve(h.value).then(s, o);
27
+ }, l = (h) => h.done ? r(h.value) : Promise.resolve(h.value).then(s, u);
28
28
  l((n = n.apply(e, t)).next());
29
29
  });
30
- function j() {
30
+ function Z() {
31
31
  }
32
32
  function Ut(e) {
33
33
  return e();
@@ -35,10 +35,10 @@ function Ut(e) {
35
35
  function ft() {
36
36
  return /* @__PURE__ */ Object.create(null);
37
37
  }
38
- function ye(e) {
38
+ function xe(e) {
39
39
  e.forEach(Ut);
40
40
  }
41
- function tt(e) {
41
+ function nt(e) {
42
42
  return typeof e == "function";
43
43
  }
44
44
  function Gt(e, t) {
@@ -51,7 +51,7 @@ function Dt(e, ...t) {
51
51
  if (e == null) {
52
52
  for (const r of t)
53
53
  r(void 0);
54
- return j;
54
+ return Z;
55
55
  }
56
56
  const n = e.subscribe(...t);
57
57
  return n.unsubscribe ? () => n.unsubscribe() : n;
@@ -86,10 +86,10 @@ function _n(e, t) {
86
86
  t
87
87
  ), t.sheet;
88
88
  }
89
- function z(e, t, n) {
89
+ function q(e, t, n) {
90
90
  e.insertBefore(t, n || null);
91
91
  }
92
- function V(e) {
92
+ function X(e) {
93
93
  e.parentNode && e.parentNode.removeChild(e);
94
94
  }
95
95
  function Tn(e, t) {
@@ -102,14 +102,14 @@ function T(e) {
102
102
  function wn(e) {
103
103
  return document.createElementNS("http://www.w3.org/2000/svg", e);
104
104
  }
105
- function Q(e) {
105
+ function J(e) {
106
106
  return document.createTextNode(e);
107
107
  }
108
108
  function L() {
109
- return Q(" ");
109
+ return J(" ");
110
110
  }
111
- function He() {
112
- return Q("");
111
+ function Me() {
112
+ return J("");
113
113
  }
114
114
  function p(e, t, n) {
115
115
  n == null ? e.removeAttribute(t) : e.getAttribute(t) !== n && e.setAttribute(t, n);
@@ -117,25 +117,25 @@ function p(e, t, n) {
117
117
  function Bn(e) {
118
118
  return Array.from(e.childNodes);
119
119
  }
120
- function we(e, t) {
120
+ function Be(e, t) {
121
121
  t = "" + t, e.data !== t && (e.data = /** @type {string} */
122
122
  t);
123
123
  }
124
- class ue {
124
+ class le {
125
125
  constructor(t = !1) {
126
126
  /**
127
127
  * @private
128
128
  * @default false
129
129
  */
130
- R(this, "is_svg", !1);
130
+ M(this, "is_svg", !1);
131
131
  /** parent for creating node */
132
- R(this, "e");
132
+ M(this, "e");
133
133
  /** html tag nodes */
134
- R(this, "n");
134
+ M(this, "n");
135
135
  /** target */
136
- R(this, "t");
136
+ M(this, "t");
137
137
  /** anchor */
138
- R(this, "a");
138
+ M(this, "a");
139
139
  this.is_svg = t, this.e = this.n = null;
140
140
  }
141
141
  /**
@@ -176,7 +176,7 @@ class ue {
176
176
  * @returns {void} */
177
177
  i(t) {
178
178
  for (let n = 0; n < this.n.length; n += 1)
179
- z(this.t, this.n[n], t);
179
+ q(this.t, this.n[n], t);
180
180
  }
181
181
  /**
182
182
  * @param {string} html
@@ -188,7 +188,7 @@ class ue {
188
188
  /**
189
189
  * @returns {void} */
190
190
  d() {
191
- this.n.forEach(V);
191
+ this.n.forEach(X);
192
192
  }
193
193
  }
194
194
  function Sn(e) {
@@ -200,65 +200,65 @@ function Sn(e) {
200
200
  }
201
201
  ), t;
202
202
  }
203
- let pe;
204
- function de(e) {
205
- pe = e;
203
+ let ge;
204
+ function be(e) {
205
+ ge = e;
206
206
  }
207
207
  function Hn() {
208
- if (!pe)
208
+ if (!ge)
209
209
  throw new Error("Function called outside component initialization");
210
- return pe;
210
+ return ge;
211
211
  }
212
212
  function Mn(e) {
213
213
  Hn().$$.on_mount.push(e);
214
214
  }
215
- const ne = [], je = [];
216
- let re = [];
215
+ const re = [], Ve = [];
216
+ let ie = [];
217
217
  const mt = [], Rn = /* @__PURE__ */ Promise.resolve();
218
- let Ve = !1;
218
+ let ze = !1;
219
219
  function An() {
220
- Ve || (Ve = !0, Rn.then(O));
220
+ ze || (ze = !0, Rn.then(O));
221
221
  }
222
- function ze(e) {
223
- re.push(e);
222
+ function Ze(e) {
223
+ ie.push(e);
224
224
  }
225
- const Ie = /* @__PURE__ */ new Set();
226
- let ee = 0;
225
+ const ke = /* @__PURE__ */ new Set();
226
+ let te = 0;
227
227
  function O() {
228
- if (ee !== 0)
228
+ if (te !== 0)
229
229
  return;
230
- const e = pe;
230
+ const e = ge;
231
231
  do {
232
232
  try {
233
- for (; ee < ne.length; ) {
234
- const t = ne[ee];
235
- ee++, de(t), Ln(t.$$);
233
+ for (; te < re.length; ) {
234
+ const t = re[te];
235
+ te++, be(t), Ln(t.$$);
236
236
  }
237
237
  } catch (t) {
238
- throw ne.length = 0, ee = 0, t;
238
+ throw re.length = 0, te = 0, t;
239
239
  }
240
- for (de(null), ne.length = 0, ee = 0; je.length; )
241
- je.pop()();
242
- for (let t = 0; t < re.length; t += 1) {
243
- const n = re[t];
244
- Ie.has(n) || (Ie.add(n), n());
240
+ for (be(null), re.length = 0, te = 0; Ve.length; )
241
+ Ve.pop()();
242
+ for (let t = 0; t < ie.length; t += 1) {
243
+ const n = ie[t];
244
+ ke.has(n) || (ke.add(n), n());
245
245
  }
246
- re.length = 0;
247
- } while (ne.length);
246
+ ie.length = 0;
247
+ } while (re.length);
248
248
  for (; mt.length; )
249
249
  mt.pop()();
250
- Ve = !1, Ie.clear(), de(e);
250
+ ze = !1, ke.clear(), be(e);
251
251
  }
252
252
  function Ln(e) {
253
253
  if (e.fragment !== null) {
254
- e.update(), ye(e.before_update);
254
+ e.update(), xe(e.before_update);
255
255
  const t = e.dirty;
256
- e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(ze);
256
+ e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Ze);
257
257
  }
258
258
  }
259
259
  function On(e) {
260
260
  const t = [], n = [];
261
- re.forEach((r) => e.indexOf(r) === -1 ? t.push(r) : n.push(r)), n.forEach((r) => r()), re = t;
261
+ ie.forEach((r) => e.indexOf(r) === -1 ? t.push(r) : n.push(r)), n.forEach((r) => r()), ie = t;
262
262
  }
263
263
  const Nn = /* @__PURE__ */ new Set();
264
264
  function Pn(e, t) {
@@ -269,27 +269,27 @@ function dt(e) {
269
269
  }
270
270
  function In(e, t, n) {
271
271
  const { fragment: r, after_update: i } = e.$$;
272
- r && r.m(t, n), ze(() => {
273
- const s = e.$$.on_mount.map(Ut).filter(tt);
274
- e.$$.on_destroy ? e.$$.on_destroy.push(...s) : ye(s), e.$$.on_mount = [];
275
- }), i.forEach(ze);
272
+ r && r.m(t, n), Ze(() => {
273
+ const s = e.$$.on_mount.map(Ut).filter(nt);
274
+ e.$$.on_destroy ? e.$$.on_destroy.push(...s) : xe(s), e.$$.on_mount = [];
275
+ }), i.forEach(Ze);
276
276
  }
277
277
  function kn(e, t) {
278
278
  const n = e.$$;
279
- n.fragment !== null && (On(n.after_update), ye(n.on_destroy), n.fragment && n.fragment.d(t), n.on_destroy = n.fragment = null, n.ctx = []);
279
+ n.fragment !== null && (On(n.after_update), xe(n.on_destroy), n.fragment && n.fragment.d(t), n.on_destroy = n.fragment = null, n.ctx = []);
280
280
  }
281
281
  function $n(e, t) {
282
- e.$$.dirty[0] === -1 && (ne.push(e), An(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
282
+ e.$$.dirty[0] === -1 && (re.push(e), An(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
283
283
  }
284
- function Un(e, t, n, r, i, s, o = null, l = [-1]) {
285
- const h = pe;
286
- de(e);
284
+ function Un(e, t, n, r, i, s, u = null, l = [-1]) {
285
+ const h = ge;
286
+ be(e);
287
287
  const a = e.$$ = {
288
288
  fragment: null,
289
289
  ctx: [],
290
290
  // state
291
291
  props: s,
292
- update: j,
292
+ update: Z,
293
293
  not_equal: i,
294
294
  bound: ft(),
295
295
  // lifecycle
@@ -305,43 +305,43 @@ function Un(e, t, n, r, i, s, o = null, l = [-1]) {
305
305
  skip_bound: !1,
306
306
  root: t.target || h.$$.root
307
307
  };
308
- o && o(a.root);
309
- let u = !1;
308
+ u && u(a.root);
309
+ let o = !1;
310
310
  if (a.ctx = n ? n(e, t.props || {}, (c, f, ...m) => {
311
311
  const g = m.length ? m[0] : f;
312
- return a.ctx && i(a.ctx[c], a.ctx[c] = g) && (!a.skip_bound && a.bound[c] && a.bound[c](g), u && $n(e, c)), f;
313
- }) : [], a.update(), u = !0, ye(a.before_update), a.fragment = r ? r(a.ctx) : !1, t.target) {
312
+ return a.ctx && i(a.ctx[c], a.ctx[c] = g) && (!a.skip_bound && a.bound[c] && a.bound[c](g), o && $n(e, c)), f;
313
+ }) : [], a.update(), o = !0, xe(a.before_update), a.fragment = r ? r(a.ctx) : !1, t.target) {
314
314
  if (t.hydrate) {
315
315
  const c = Bn(t.target);
316
- a.fragment && a.fragment.l(c), c.forEach(V);
316
+ a.fragment && a.fragment.l(c), c.forEach(X);
317
317
  } else
318
318
  a.fragment && a.fragment.c();
319
319
  t.intro && Pn(e.$$.fragment), In(e, t.target, t.anchor), O();
320
320
  }
321
- de(h);
321
+ be(h);
322
322
  }
323
323
  let Ft;
324
324
  typeof HTMLElement == "function" && (Ft = class extends HTMLElement {
325
325
  constructor(t, n, r) {
326
326
  super();
327
327
  /** The Svelte component constructor */
328
- R(this, "$$ctor");
328
+ M(this, "$$ctor");
329
329
  /** Slots */
330
- R(this, "$$s");
330
+ M(this, "$$s");
331
331
  /** The Svelte component instance */
332
- R(this, "$$c");
332
+ M(this, "$$c");
333
333
  /** Whether or not the custom element is connected */
334
- R(this, "$$cn", !1);
334
+ M(this, "$$cn", !1);
335
335
  /** Component props data */
336
- R(this, "$$d", {});
336
+ M(this, "$$d", {});
337
337
  /** `true` if currently in the process of reflecting component props back to attributes */
338
- R(this, "$$r", !1);
338
+ M(this, "$$r", !1);
339
339
  /** @type {Record<string, CustomElementPropDefinition>} Props definition (name, reflected, type etc) */
340
- R(this, "$$p_d", {});
340
+ M(this, "$$p_d", {});
341
341
  /** @type {Record<string, Function[]>} Event listeners */
342
- R(this, "$$l", {});
342
+ M(this, "$$l", {});
343
343
  /** @type {Map<Function, Function>} Event listener unsubscribe functions */
344
- R(this, "$$l_u", /* @__PURE__ */ new Map());
344
+ M(this, "$$l_u", /* @__PURE__ */ new Map());
345
345
  this.$$ctor = t, this.$$s = n, r && this.attachShadow({ mode: "open" });
346
346
  }
347
347
  addEventListener(t, n, r) {
@@ -362,20 +362,20 @@ typeof HTMLElement == "function" && (Ft = class extends HTMLElement {
362
362
  if (this.$$cn = !0, !this.$$c) {
363
363
  let t = function(s) {
364
364
  return () => {
365
- let o;
365
+ let u;
366
366
  return {
367
367
  c: function() {
368
- o = T("slot"), s !== "default" && p(o, "name", s);
368
+ u = T("slot"), s !== "default" && p(u, "name", s);
369
369
  },
370
370
  /**
371
371
  * @param {HTMLElement} target
372
372
  * @param {HTMLElement} [anchor]
373
373
  */
374
- m: function(a, u) {
375
- z(a, o, u);
374
+ m: function(a, o) {
375
+ q(a, u, o);
376
376
  },
377
377
  d: function(a) {
378
- a && V(o);
378
+ a && X(u);
379
379
  }
380
380
  };
381
381
  };
@@ -386,8 +386,8 @@ typeof HTMLElement == "function" && (Ft = class extends HTMLElement {
386
386
  for (const s of this.$$s)
387
387
  s in r && (n[s] = [t(s)]);
388
388
  for (const s of this.attributes) {
389
- const o = this.$$g_p(s.name);
390
- o in this.$$d || (this.$$d[o] = Ce(o, s.value, this.$$p_d, "toProp"));
389
+ const u = this.$$g_p(s.name);
390
+ u in this.$$d || (this.$$d[u] = _e(u, s.value, this.$$p_d, "toProp"));
391
391
  }
392
392
  for (const s in this.$$p_d)
393
393
  !(s in this.$$d) && this[s] !== void 0 && (this.$$d[s] = this[s], delete this[s]);
@@ -404,21 +404,21 @@ typeof HTMLElement == "function" && (Ft = class extends HTMLElement {
404
404
  this.$$r = !0;
405
405
  for (const s in this.$$p_d)
406
406
  if (this.$$d[s] = this.$$c.$$.ctx[this.$$c.$$.props[s]], this.$$p_d[s].reflect) {
407
- const o = Ce(
407
+ const u = _e(
408
408
  s,
409
409
  this.$$d[s],
410
410
  this.$$p_d,
411
411
  "toAttribute"
412
412
  );
413
- o == null ? this.removeAttribute(this.$$p_d[s].attribute || s) : this.setAttribute(this.$$p_d[s].attribute || s, o);
413
+ u == null ? this.removeAttribute(this.$$p_d[s].attribute || s) : this.setAttribute(this.$$p_d[s].attribute || s, u);
414
414
  }
415
415
  this.$$r = !1;
416
416
  };
417
417
  this.$$c.$$.after_update.push(i), i();
418
418
  for (const s in this.$$l)
419
- for (const o of this.$$l[s]) {
420
- const l = this.$$c.$on(s, o);
421
- this.$$l_u.set(o, l);
419
+ for (const u of this.$$l[s]) {
420
+ const l = this.$$c.$on(s, u);
421
+ this.$$l_u.set(u, l);
422
422
  }
423
423
  this.$$l = {};
424
424
  }
@@ -428,7 +428,7 @@ typeof HTMLElement == "function" && (Ft = class extends HTMLElement {
428
428
  // and setting attributes through setAttribute etc, this is helpful
429
429
  attributeChangedCallback(t, n, r) {
430
430
  var i;
431
- this.$$r || (t = this.$$g_p(t), this.$$d[t] = Ce(t, r, this.$$p_d, "toProp"), (i = this.$$c) == null || i.$set({ [t]: this.$$d[t] }));
431
+ this.$$r || (t = this.$$g_p(t), this.$$d[t] = _e(t, r, this.$$p_d, "toProp"), (i = this.$$c) == null || i.$set({ [t]: this.$$d[t] }));
432
432
  }
433
433
  disconnectedCallback() {
434
434
  this.$$cn = !1, Promise.resolve().then(() => {
@@ -441,7 +441,7 @@ typeof HTMLElement == "function" && (Ft = class extends HTMLElement {
441
441
  ) || t;
442
442
  }
443
443
  });
444
- function Ce(e, t, n, r) {
444
+ function _e(e, t, n, r) {
445
445
  var s;
446
446
  const i = (s = n[e]) == null ? void 0 : s.type;
447
447
  if (t = i === "Boolean" && typeof t != "boolean" ? t != null : t, !r || !n[e])
@@ -472,7 +472,7 @@ function Ce(e, t, n, r) {
472
472
  }
473
473
  }
474
474
  function Gn(e, t, n, r, i, s) {
475
- let o = class extends Ft {
475
+ let u = class extends Ft {
476
476
  constructor() {
477
477
  super(e, n, i), this.$$p_d = t;
478
478
  }
@@ -483,24 +483,24 @@ function Gn(e, t, n, r, i, s) {
483
483
  }
484
484
  };
485
485
  return Object.keys(t).forEach((l) => {
486
- Object.defineProperty(o.prototype, l, {
486
+ Object.defineProperty(u.prototype, l, {
487
487
  get() {
488
488
  return this.$$c && l in this.$$c ? this.$$c[l] : this.$$d[l];
489
489
  },
490
490
  set(h) {
491
491
  var a;
492
- h = Ce(l, h, t), this.$$d[l] = h, (a = this.$$c) == null || a.$set({ [l]: h });
492
+ h = _e(l, h, t), this.$$d[l] = h, (a = this.$$c) == null || a.$set({ [l]: h });
493
493
  }
494
494
  });
495
495
  }), r.forEach((l) => {
496
- Object.defineProperty(o.prototype, l, {
496
+ Object.defineProperty(u.prototype, l, {
497
497
  get() {
498
498
  var h;
499
499
  return (h = this.$$c) == null ? void 0 : h[l];
500
500
  }
501
501
  });
502
502
  }), e.element = /** @type {any} */
503
- o, o;
503
+ u, u;
504
504
  }
505
505
  class Dn {
506
506
  constructor() {
@@ -511,7 +511,7 @@ class Dn {
511
511
  *
512
512
  * @type {any}
513
513
  */
514
- R(this, "$$");
514
+ M(this, "$$");
515
515
  /**
516
516
  * ### PRIVATE API
517
517
  *
@@ -519,11 +519,11 @@ class Dn {
519
519
  *
520
520
  * @type {any}
521
521
  */
522
- R(this, "$$set");
522
+ M(this, "$$set");
523
523
  }
524
524
  /** @returns {void} */
525
525
  $destroy() {
526
- kn(this, 1), this.$destroy = j;
526
+ kn(this, 1), this.$destroy = Z;
527
527
  }
528
528
  /**
529
529
  * @template {Extract<keyof Events, string>} K
@@ -532,8 +532,8 @@ class Dn {
532
532
  * @returns {() => void}
533
533
  */
534
534
  $on(t, n) {
535
- if (!tt(n))
536
- return j;
535
+ if (!nt(n))
536
+ return Z;
537
537
  const r = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
538
538
  return r.push(n), () => {
539
539
  const i = r.indexOf(n);
@@ -550,66 +550,66 @@ class Dn {
550
550
  }
551
551
  const Fn = "4";
552
552
  typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Fn);
553
- const te = [];
553
+ const ne = [];
554
554
  function jn(e, t) {
555
555
  return {
556
- subscribe: Me(e, t).subscribe
556
+ subscribe: Re(e, t).subscribe
557
557
  };
558
558
  }
559
- function Me(e, t = j) {
559
+ function Re(e, t = Z) {
560
560
  let n;
561
561
  const r = /* @__PURE__ */ new Set();
562
562
  function i(l) {
563
563
  if (Gt(e, l) && (e = l, n)) {
564
- const h = !te.length;
564
+ const h = !ne.length;
565
565
  for (const a of r)
566
- a[1](), te.push(a, e);
566
+ a[1](), ne.push(a, e);
567
567
  if (h) {
568
- for (let a = 0; a < te.length; a += 2)
569
- te[a][0](te[a + 1]);
570
- te.length = 0;
568
+ for (let a = 0; a < ne.length; a += 2)
569
+ ne[a][0](ne[a + 1]);
570
+ ne.length = 0;
571
571
  }
572
572
  }
573
573
  }
574
574
  function s(l) {
575
575
  i(l(e));
576
576
  }
577
- function o(l, h = j) {
577
+ function u(l, h = Z) {
578
578
  const a = [l, h];
579
- return r.add(a), r.size === 1 && (n = t(i, s) || j), l(e), () => {
579
+ return r.add(a), r.size === 1 && (n = t(i, s) || Z), l(e), () => {
580
580
  r.delete(a), r.size === 0 && n && (n(), n = null);
581
581
  };
582
582
  }
583
- return { set: i, update: s, subscribe: o };
583
+ return { set: i, update: s, subscribe: u };
584
584
  }
585
- function le(e, t, n) {
585
+ function he(e, t, n) {
586
586
  const r = !Array.isArray(e), i = r ? [e] : e;
587
587
  if (!i.every(Boolean))
588
588
  throw new Error("derived() expects stores as input, got a falsy value");
589
589
  const s = t.length < 2;
590
- return jn(n, (o, l) => {
590
+ return jn(n, (u, l) => {
591
591
  let h = !1;
592
592
  const a = [];
593
- let u = 0, c = j;
593
+ let o = 0, c = Z;
594
594
  const f = () => {
595
- if (u)
595
+ if (o)
596
596
  return;
597
597
  c();
598
- const g = t(r ? a[0] : a, o, l);
599
- s ? o(g) : c = tt(g) ? g : j;
598
+ const g = t(r ? a[0] : a, u, l);
599
+ s ? u(g) : c = nt(g) ? g : Z;
600
600
  }, m = i.map(
601
601
  (g, C) => Dt(
602
602
  g,
603
603
  (B) => {
604
- a[C] = B, u &= ~(1 << C), h && f();
604
+ a[C] = B, o &= ~(1 << C), h && f();
605
605
  },
606
606
  () => {
607
- u |= 1 << C;
607
+ o |= 1 << C;
608
608
  }
609
609
  )
610
610
  );
611
611
  return h = !0, f(), function() {
612
- ye(m), c(), h = !1;
612
+ xe(m), c(), h = !1;
613
613
  };
614
614
  });
615
615
  }
@@ -633,19 +633,19 @@ function Qn(e) {
633
633
  function Jn(e) {
634
634
  return Array.isArray(e) ? [] : {};
635
635
  }
636
- function be(e, t) {
637
- return t.clone !== !1 && t.isMergeableObject(e) ? ie(Jn(e), e, t) : e;
636
+ function ye(e, t) {
637
+ return t.clone !== !1 && t.isMergeableObject(e) ? se(Jn(e), e, t) : e;
638
638
  }
639
639
  function Yn(e, t, n) {
640
640
  return e.concat(t).map(function(r) {
641
- return be(r, n);
641
+ return ye(r, n);
642
642
  });
643
643
  }
644
644
  function Kn(e, t) {
645
645
  if (!t.customMerge)
646
- return ie;
646
+ return se;
647
647
  var n = t.customMerge(e);
648
- return typeof n == "function" ? n : ie;
648
+ return typeof n == "function" ? n : se;
649
649
  }
650
650
  function er(e) {
651
651
  return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
@@ -668,24 +668,24 @@ function tr(e, t) {
668
668
  function nr(e, t, n) {
669
669
  var r = {};
670
670
  return n.isMergeableObject(e) && pt(e).forEach(function(i) {
671
- r[i] = be(e[i], n);
671
+ r[i] = ye(e[i], n);
672
672
  }), pt(t).forEach(function(i) {
673
- tr(e, i) || (jt(e, i) && n.isMergeableObject(t[i]) ? r[i] = Kn(i, n)(e[i], t[i], n) : r[i] = be(t[i], n));
673
+ tr(e, i) || (jt(e, i) && n.isMergeableObject(t[i]) ? r[i] = Kn(i, n)(e[i], t[i], n) : r[i] = ye(t[i], n));
674
674
  }), r;
675
675
  }
676
- function ie(e, t, n) {
677
- n = n || {}, n.arrayMerge = n.arrayMerge || Yn, n.isMergeableObject = n.isMergeableObject || zn, n.cloneUnlessOtherwiseSpecified = be;
676
+ function se(e, t, n) {
677
+ n = n || {}, n.arrayMerge = n.arrayMerge || Yn, n.isMergeableObject = n.isMergeableObject || zn, n.cloneUnlessOtherwiseSpecified = ye;
678
678
  var r = Array.isArray(t), i = Array.isArray(e), s = r === i;
679
- return s ? r ? n.arrayMerge(e, t, n) : nr(e, t, n) : be(t, n);
679
+ return s ? r ? n.arrayMerge(e, t, n) : nr(e, t, n) : ye(t, n);
680
680
  }
681
- ie.all = function(t, n) {
681
+ se.all = function(t, n) {
682
682
  if (!Array.isArray(t))
683
683
  throw new Error("first argument should be an array");
684
684
  return t.reduce(function(r, i) {
685
- return ie(r, i, n);
685
+ return se(r, i, n);
686
686
  }, {});
687
687
  };
688
- var rr = ie, ir = rr;
688
+ var rr = se, ir = rr;
689
689
  const sr = /* @__PURE__ */ Vn(ir);
690
690
  /*! *****************************************************************************
691
691
  Copyright (c) Microsoft Corporation.
@@ -701,18 +701,18 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
701
701
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
702
702
  PERFORMANCE OF THIS SOFTWARE.
703
703
  ***************************************************************************** */
704
- var Ze = function(e, t) {
705
- return Ze = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, r) {
704
+ var Xe = function(e, t) {
705
+ return Xe = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, r) {
706
706
  n.__proto__ = r;
707
707
  } || function(n, r) {
708
708
  for (var i in r)
709
709
  Object.prototype.hasOwnProperty.call(r, i) && (n[i] = r[i]);
710
- }, Ze(e, t);
710
+ }, Xe(e, t);
711
711
  };
712
- function Re(e, t) {
712
+ function Ae(e, t) {
713
713
  if (typeof t != "function" && t !== null)
714
714
  throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
715
- Ze(e, t);
715
+ Xe(e, t);
716
716
  function n() {
717
717
  this.constructor = e;
718
718
  }
@@ -737,13 +737,13 @@ function ar(e, t) {
737
737
  t.indexOf(r[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, r[i]) && (n[r[i]] = e[r[i]]);
738
738
  return n;
739
739
  }
740
- function ke(e, t, n) {
740
+ function $e(e, t, n) {
741
741
  if (arguments.length === 2)
742
742
  for (var r = 0, i = t.length, s; r < i; r++)
743
743
  (s || !(r in t)) && (s || (s = Array.prototype.slice.call(t, 0, r)), s[r] = t[r]);
744
744
  return e.concat(s || t);
745
745
  }
746
- function $e(e, t) {
746
+ function Ue(e, t) {
747
747
  var n = t && t.cache ? t.cache : fr, r = t && t.serializer ? t.serializer : cr, i = t && t.strategy ? t.strategy : ur;
748
748
  return i(e, {
749
749
  cache: n,
@@ -761,36 +761,36 @@ function zt(e, t, n) {
761
761
  var r = Array.prototype.slice.call(arguments, 3), i = n(r), s = t.get(i);
762
762
  return typeof s == "undefined" && (s = e.apply(this, r), t.set(i, s)), s;
763
763
  }
764
- function nt(e, t, n, r, i) {
764
+ function rt(e, t, n, r, i) {
765
765
  return n.bind(t, e, r, i);
766
766
  }
767
767
  function ur(e, t) {
768
768
  var n = e.length === 1 ? Vt : zt;
769
- return nt(e, this, n, t.cache.create(), t.serializer);
769
+ return rt(e, this, n, t.cache.create(), t.serializer);
770
770
  }
771
771
  function lr(e, t) {
772
- return nt(e, this, zt, t.cache.create(), t.serializer);
772
+ return rt(e, this, zt, t.cache.create(), t.serializer);
773
773
  }
774
774
  function hr(e, t) {
775
- return nt(e, this, Vt, t.cache.create(), t.serializer);
775
+ return rt(e, this, Vt, t.cache.create(), t.serializer);
776
776
  }
777
777
  var cr = function() {
778
778
  return JSON.stringify(arguments);
779
779
  };
780
- function rt() {
780
+ function it() {
781
781
  this.cache = /* @__PURE__ */ Object.create(null);
782
782
  }
783
- rt.prototype.get = function(e) {
783
+ it.prototype.get = function(e) {
784
784
  return this.cache[e];
785
785
  };
786
- rt.prototype.set = function(e, t) {
786
+ it.prototype.set = function(e, t) {
787
787
  this.cache[e] = t;
788
788
  };
789
789
  var fr = {
790
790
  create: function() {
791
- return new rt();
791
+ return new it();
792
792
  }
793
- }, Ue = {
793
+ }, Ge = {
794
794
  variadic: lr,
795
795
  monadic: hr
796
796
  }, y;
@@ -801,10 +801,10 @@ var w;
801
801
  (function(e) {
802
802
  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";
803
803
  })(w || (w = {}));
804
- var se;
804
+ var ae;
805
805
  (function(e) {
806
806
  e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
807
- })(se || (se = {}));
807
+ })(ae || (ae = {}));
808
808
  function bt(e) {
809
809
  return e.type === w.literal;
810
810
  }
@@ -833,10 +833,10 @@ function Jt(e) {
833
833
  return e.type === w.tag;
834
834
  }
835
835
  function Yt(e) {
836
- return !!(e && typeof e == "object" && e.type === se.number);
836
+ return !!(e && typeof e == "object" && e.type === ae.number);
837
837
  }
838
- function Xe(e) {
839
- return !!(e && typeof e == "object" && e.type === se.dateTime);
838
+ function We(e) {
839
+ return !!(e && typeof e == "object" && e.type === ae.dateTime);
840
840
  }
841
841
  var Kt = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, pr = /(?:[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;
842
842
  function br(e) {
@@ -937,11 +937,11 @@ function yr(e) {
937
937
  for (var t = e.split(gr).filter(function(f) {
938
938
  return f.length > 0;
939
939
  }), n = [], r = 0, i = t; r < i.length; r++) {
940
- var s = i[r], o = s.split("/");
941
- if (o.length === 0)
940
+ var s = i[r], u = s.split("/");
941
+ if (u.length === 0)
942
942
  throw new Error("Invalid number skeleton");
943
- for (var l = o[0], h = o.slice(1), a = 0, u = h; a < u.length; a++) {
944
- var c = u[a];
943
+ for (var l = u[0], h = u.slice(1), a = 0, o = h; a < o.length; a++) {
944
+ var c = o[a];
945
945
  if (c.length === 0)
946
946
  throw new Error("Invalid number skeleton");
947
947
  }
@@ -1103,9 +1103,9 @@ function Cr(e) {
1103
1103
  case "integer-width":
1104
1104
  if (i.options.length > 1)
1105
1105
  throw new RangeError("integer-width stems only accept a single optional option");
1106
- i.options[0].replace(xr, function(h, a, u, c, f, m) {
1106
+ i.options[0].replace(xr, function(h, a, o, c, f, m) {
1107
1107
  if (a)
1108
- t.minimumIntegerDigits = u.length;
1108
+ t.minimumIntegerDigits = o.length;
1109
1109
  else {
1110
1110
  if (c && f)
1111
1111
  throw new Error("We currently do not support maximum integer digits");
@@ -1123,8 +1123,8 @@ function Cr(e) {
1123
1123
  if (gt.test(i.stem)) {
1124
1124
  if (i.options.length > 1)
1125
1125
  throw new RangeError("Fraction-precision stems only accept a single optional option");
1126
- i.stem.replace(gt, function(h, a, u, c, f, m) {
1127
- return u === "*" ? t.minimumFractionDigits = a.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : f && m ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + m.length) : (t.minimumFractionDigits = a.length, t.maximumFractionDigits = a.length), "";
1126
+ i.stem.replace(gt, function(h, a, o, c, f, m) {
1127
+ return o === "*" ? t.minimumFractionDigits = a.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : f && m ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + m.length) : (t.minimumFractionDigits = a.length, t.maximumFractionDigits = a.length), "";
1128
1128
  });
1129
1129
  var s = i.options[0];
1130
1130
  s === "w" ? t = x(x({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = x(x({}, t), yt(s)));
@@ -1134,14 +1134,14 @@ function Cr(e) {
1134
1134
  t = x(x({}, t), yt(i.stem));
1135
1135
  continue;
1136
1136
  }
1137
- var o = nn(i.stem);
1138
- o && (t = x(x({}, t), o));
1137
+ var u = nn(i.stem);
1138
+ u && (t = x(x({}, t), u));
1139
1139
  var l = Er(i.stem);
1140
1140
  l && (t = x(x({}, t), l));
1141
1141
  }
1142
1142
  return t;
1143
1143
  }
1144
- var Ee = {
1144
+ var Ce = {
1145
1145
  "001": [
1146
1146
  "H",
1147
1147
  "h"
@@ -2562,10 +2562,10 @@ function _r(e, t) {
2562
2562
  if (i === "j") {
2563
2563
  for (var s = 0; r + 1 < e.length && e.charAt(r + 1) === i; )
2564
2564
  s++, r++;
2565
- var o = 1 + (s & 1), l = s < 2 ? 1 : 3 + (s >> 1), h = "a", a = Tr(t);
2565
+ var u = 1 + (s & 1), l = s < 2 ? 1 : 3 + (s >> 1), h = "a", a = Tr(t);
2566
2566
  for ((a == "H" || a == "k") && (l = 0); l-- > 0; )
2567
2567
  n += h;
2568
- for (; o-- > 0; )
2568
+ for (; u-- > 0; )
2569
2569
  n = a + n;
2570
2570
  } else
2571
2571
  i === "J" ? n += "H" : n += i;
@@ -2591,21 +2591,21 @@ function Tr(e) {
2591
2591
  }
2592
2592
  var n = e.language, r;
2593
2593
  n !== "root" && (r = e.maximize().region);
2594
- var i = Ee[r || ""] || Ee[n || ""] || Ee["".concat(n, "-001")] || Ee["001"];
2594
+ var i = Ce[r || ""] || Ce[n || ""] || Ce["".concat(n, "-001")] || Ce["001"];
2595
2595
  return i[0];
2596
2596
  }
2597
- var Ge, wr = new RegExp("^".concat(Kt.source, "*")), Br = new RegExp("".concat(Kt.source, "*$"));
2597
+ var De, wr = new RegExp("^".concat(Kt.source, "*")), Br = new RegExp("".concat(Kt.source, "*$"));
2598
2598
  function v(e, t) {
2599
2599
  return { start: e, end: t };
2600
2600
  }
2601
2601
  var Sr = !!String.prototype.startsWith && "_a".startsWith("a", 1), Hr = !!String.fromCodePoint, Mr = !!Object.fromEntries, Rr = !!String.prototype.codePointAt, Ar = !!String.prototype.trimStart, Lr = !!String.prototype.trimEnd, Or = !!Number.isSafeInteger, Nr = Or ? Number.isSafeInteger : function(e) {
2602
2602
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
2603
- }, We = !0;
2603
+ }, qe = !0;
2604
2604
  try {
2605
2605
  var Pr = sn("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2606
- We = ((Ge = Pr.exec("a")) === null || Ge === void 0 ? void 0 : Ge[0]) === "a";
2606
+ qe = ((De = Pr.exec("a")) === null || De === void 0 ? void 0 : De[0]) === "a";
2607
2607
  } catch (e) {
2608
- We = !1;
2608
+ qe = !1;
2609
2609
  }
2610
2610
  var xt = Sr ? (
2611
2611
  // Native
@@ -2617,15 +2617,15 @@ var xt = Sr ? (
2617
2617
  function(t, n, r) {
2618
2618
  return t.slice(r, r + n.length) === n;
2619
2619
  }
2620
- ), qe = Hr ? String.fromCodePoint : (
2620
+ ), Qe = Hr ? String.fromCodePoint : (
2621
2621
  // IE11
2622
2622
  function() {
2623
2623
  for (var t = [], n = 0; n < arguments.length; n++)
2624
2624
  t[n] = arguments[n];
2625
- for (var r = "", i = t.length, s = 0, o; i > s; ) {
2626
- if (o = t[s++], o > 1114111)
2627
- throw RangeError(o + " is not a valid code point");
2628
- r += o < 65536 ? String.fromCharCode(o) : String.fromCharCode(((o -= 65536) >> 10) + 55296, o % 1024 + 56320);
2625
+ for (var r = "", i = t.length, s = 0, u; i > s; ) {
2626
+ if (u = t[s++], u > 1114111)
2627
+ throw RangeError(u + " is not a valid code point");
2628
+ r += u < 65536 ? String.fromCharCode(u) : String.fromCharCode(((u -= 65536) >> 10) + 55296, u % 1024 + 56320);
2629
2629
  }
2630
2630
  return r;
2631
2631
  }
@@ -2635,8 +2635,8 @@ var xt = Sr ? (
2635
2635
  // Ponyfill
2636
2636
  function(t) {
2637
2637
  for (var n = {}, r = 0, i = t; r < i.length; r++) {
2638
- var s = i[r], o = s[0], l = s[1];
2639
- n[o] = l;
2638
+ var s = i[r], u = s[0], l = s[1];
2639
+ n[u] = l;
2640
2640
  }
2641
2641
  return n;
2642
2642
  }
@@ -2679,24 +2679,24 @@ var xt = Sr ? (
2679
2679
  function sn(e, t) {
2680
2680
  return new RegExp(e, t);
2681
2681
  }
2682
- var Qe;
2683
- if (We) {
2682
+ var Je;
2683
+ if (qe) {
2684
2684
  var Ct = sn("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2685
- Qe = function(t, n) {
2685
+ Je = function(t, n) {
2686
2686
  var r;
2687
2687
  Ct.lastIndex = n;
2688
2688
  var i = Ct.exec(t);
2689
2689
  return (r = i[1]) !== null && r !== void 0 ? r : "";
2690
2690
  };
2691
2691
  } else
2692
- Qe = function(t, n) {
2692
+ Je = function(t, n) {
2693
2693
  for (var r = []; ; ) {
2694
2694
  var i = rn(t, n);
2695
2695
  if (i === void 0 || an(i) || Dr(i))
2696
2696
  break;
2697
2697
  r.push(i), n += i >= 65536 ? 2 : 1;
2698
2698
  }
2699
- return qe.apply(void 0, r);
2699
+ return Qe.apply(void 0, r);
2700
2700
  };
2701
2701
  var $r = (
2702
2702
  /** @class */
@@ -2712,10 +2712,10 @@ var $r = (
2712
2712
  for (var i = []; !this.isEOF(); ) {
2713
2713
  var s = this.char();
2714
2714
  if (s === 123) {
2715
- var o = this.parseArgument(t, r);
2716
- if (o.err)
2717
- return o;
2718
- i.push(o.val);
2715
+ var u = this.parseArgument(t, r);
2716
+ if (u.err)
2717
+ return u;
2718
+ i.push(u.val);
2719
2719
  } else {
2720
2720
  if (s === 125 && t > 0)
2721
2721
  break;
@@ -2729,16 +2729,16 @@ var $r = (
2729
2729
  if (r)
2730
2730
  break;
2731
2731
  return this.error(y.UNMATCHED_CLOSING_TAG, v(this.clonePosition(), this.clonePosition()));
2732
- } else if (s === 60 && !this.ignoreTag && Je(this.peek() || 0)) {
2733
- var o = this.parseTag(t, n);
2734
- if (o.err)
2735
- return o;
2736
- i.push(o.val);
2732
+ } else if (s === 60 && !this.ignoreTag && Ye(this.peek() || 0)) {
2733
+ var u = this.parseTag(t, n);
2734
+ if (u.err)
2735
+ return u;
2736
+ i.push(u.val);
2737
2737
  } else {
2738
- var o = this.parseLiteral(t, n);
2739
- if (o.err)
2740
- return o;
2741
- i.push(o.val);
2738
+ var u = this.parseLiteral(t, n);
2739
+ if (u.err)
2740
+ return u;
2741
+ i.push(u.val);
2742
2742
  }
2743
2743
  }
2744
2744
  }
@@ -2760,16 +2760,16 @@ var $r = (
2760
2760
  var s = this.parseMessage(t + 1, n, !0);
2761
2761
  if (s.err)
2762
2762
  return s;
2763
- var o = s.val, l = this.clonePosition();
2763
+ var u = s.val, l = this.clonePosition();
2764
2764
  if (this.bumpIf("</")) {
2765
- if (this.isEOF() || !Je(this.char()))
2765
+ if (this.isEOF() || !Ye(this.char()))
2766
2766
  return this.error(y.INVALID_TAG, v(l, this.clonePosition()));
2767
2767
  var h = this.clonePosition(), a = this.parseTagName();
2768
2768
  return i !== a ? this.error(y.UNMATCHED_CLOSING_TAG, v(h, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
2769
2769
  val: {
2770
2770
  type: w.tag,
2771
2771
  value: i,
2772
- children: o,
2772
+ children: u,
2773
2773
  location: v(r, this.clonePosition())
2774
2774
  },
2775
2775
  err: null
@@ -2790,9 +2790,9 @@ var $r = (
2790
2790
  i += s;
2791
2791
  continue;
2792
2792
  }
2793
- var o = this.tryParseUnquoted(t, n);
2794
- if (o) {
2795
- i += o;
2793
+ var u = this.tryParseUnquoted(t, n);
2794
+ if (u) {
2795
+ i += u;
2796
2796
  continue;
2797
2797
  }
2798
2798
  var l = this.tryParseLeftAngleBracket();
@@ -2843,12 +2843,12 @@ var $r = (
2843
2843
  n.push(r);
2844
2844
  this.bump();
2845
2845
  }
2846
- return qe.apply(void 0, n);
2846
+ return Qe.apply(void 0, n);
2847
2847
  }, e.prototype.tryParseUnquoted = function(t, n) {
2848
2848
  if (this.isEOF())
2849
2849
  return null;
2850
2850
  var r = this.char();
2851
- return r === 60 || r === 123 || r === 35 && (n === "plural" || n === "selectordinal") || r === 125 && t > 0 ? null : (this.bump(), qe(r));
2851
+ return r === 60 || r === 123 || r === 35 && (n === "plural" || n === "selectordinal") || r === 125 && t > 0 ? null : (this.bump(), Qe(r));
2852
2852
  }, e.prototype.parseArgument = function(t, n) {
2853
2853
  var r = this.clonePosition();
2854
2854
  if (this.bump(), this.bumpSpace(), this.isEOF())
@@ -2877,15 +2877,15 @@ var $r = (
2877
2877
  return this.error(y.MALFORMED_ARGUMENT, v(r, this.clonePosition()));
2878
2878
  }
2879
2879
  }, e.prototype.parseIdentifierIfPossible = function() {
2880
- var t = this.clonePosition(), n = this.offset(), r = Qe(this.message, n), i = n + r.length;
2880
+ var t = this.clonePosition(), n = this.offset(), r = Je(this.message, n), i = n + r.length;
2881
2881
  this.bumpTo(i);
2882
- var s = this.clonePosition(), o = v(t, s);
2883
- return { value: r, location: o };
2882
+ var s = this.clonePosition(), u = v(t, s);
2883
+ return { value: r, location: u };
2884
2884
  }, e.prototype.parseArgumentOptions = function(t, n, r, i) {
2885
- var s, o = this.clonePosition(), l = this.parseIdentifierIfPossible().value, h = this.clonePosition();
2885
+ var s, u = this.clonePosition(), l = this.parseIdentifierIfPossible().value, h = this.clonePosition();
2886
2886
  switch (l) {
2887
2887
  case "":
2888
- return this.error(y.EXPECT_ARGUMENT_TYPE, v(o, h));
2888
+ return this.error(y.EXPECT_ARGUMENT_TYPE, v(u, h));
2889
2889
  case "number":
2890
2890
  case "date":
2891
2891
  case "time": {
@@ -2893,13 +2893,13 @@ var $r = (
2893
2893
  var a = null;
2894
2894
  if (this.bumpIf(",")) {
2895
2895
  this.bumpSpace();
2896
- var u = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
2896
+ var o = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
2897
2897
  if (c.err)
2898
2898
  return c;
2899
2899
  var f = kr(c.val);
2900
2900
  if (f.length === 0)
2901
2901
  return this.error(y.EXPECT_ARGUMENT_STYLE, v(this.clonePosition(), this.clonePosition()));
2902
- var m = v(u, this.clonePosition());
2902
+ var m = v(o, this.clonePosition());
2903
2903
  a = { style: f, styleLocation: m };
2904
2904
  }
2905
2905
  var g = this.tryParseArgumentClose(i);
@@ -2920,7 +2920,7 @@ var $r = (
2920
2920
  var _ = B;
2921
2921
  this.locale && (_ = _r(B, this.locale));
2922
2922
  var f = {
2923
- type: se.dateTime,
2923
+ type: ae.dateTime,
2924
2924
  pattern: _,
2925
2925
  location: a.styleLocation,
2926
2926
  parsedOptions: this.shouldParseSkeletons ? br(_) : {}
@@ -2948,7 +2948,7 @@ var $r = (
2948
2948
  if (this.bumpSpace(), !this.bumpIf(","))
2949
2949
  return this.error(y.EXPECT_SELECT_ARGUMENT_OPTIONS, v(S, x({}, S)));
2950
2950
  this.bumpSpace();
2951
- var A = this.parseIdentifierIfPossible(), M = 0;
2951
+ var A = this.parseIdentifierIfPossible(), R = 0;
2952
2952
  if (l !== "select" && A.value === "offset") {
2953
2953
  if (!this.bumpIf(":"))
2954
2954
  return this.error(y.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, v(this.clonePosition(), this.clonePosition()));
@@ -2956,7 +2956,7 @@ var $r = (
2956
2956
  var c = this.tryParseDecimalInteger(y.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, y.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
2957
2957
  if (c.err)
2958
2958
  return c;
2959
- this.bumpSpace(), A = this.parseIdentifierIfPossible(), M = c.val;
2959
+ this.bumpSpace(), A = this.parseIdentifierIfPossible(), R = c.val;
2960
2960
  }
2961
2961
  var P = this.tryParsePluralOrSelectOptions(t, l, n, A);
2962
2962
  if (P.err)
@@ -2964,13 +2964,13 @@ var $r = (
2964
2964
  var g = this.tryParseArgumentClose(i);
2965
2965
  if (g.err)
2966
2966
  return g;
2967
- var Y = v(i, this.clonePosition());
2967
+ var W = v(i, this.clonePosition());
2968
2968
  return l === "select" ? {
2969
2969
  val: {
2970
2970
  type: w.select,
2971
2971
  value: r,
2972
2972
  options: Et(P.val),
2973
- location: Y
2973
+ location: W
2974
2974
  },
2975
2975
  err: null
2976
2976
  } : {
@@ -2978,15 +2978,15 @@ var $r = (
2978
2978
  type: w.plural,
2979
2979
  value: r,
2980
2980
  options: Et(P.val),
2981
- offset: M,
2981
+ offset: R,
2982
2982
  pluralType: l === "plural" ? "cardinal" : "ordinal",
2983
- location: Y
2983
+ location: W
2984
2984
  },
2985
2985
  err: null
2986
2986
  };
2987
2987
  }
2988
2988
  default:
2989
- return this.error(y.INVALID_ARGUMENT_TYPE, v(o, h));
2989
+ return this.error(y.INVALID_ARGUMENT_TYPE, v(u, h));
2990
2990
  }
2991
2991
  }, e.prototype.tryParseArgumentClose = function(t) {
2992
2992
  return this.isEOF() || this.char() !== 125 ? this.error(y.EXPECT_ARGUMENT_CLOSING_BRACE, v(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
@@ -3034,7 +3034,7 @@ var $r = (
3034
3034
  }
3035
3035
  return {
3036
3036
  val: {
3037
- type: se.number,
3037
+ type: ae.number,
3038
3038
  tokens: r,
3039
3039
  location: n,
3040
3040
  parsedOptions: this.shouldParseSkeletons ? Cr(r) : {}
@@ -3042,20 +3042,20 @@ var $r = (
3042
3042
  err: null
3043
3043
  };
3044
3044
  }, e.prototype.tryParsePluralOrSelectOptions = function(t, n, r, i) {
3045
- for (var s, o = !1, l = [], h = /* @__PURE__ */ new Set(), a = i.value, u = i.location; ; ) {
3045
+ for (var s, u = !1, l = [], h = /* @__PURE__ */ new Set(), a = i.value, o = i.location; ; ) {
3046
3046
  if (a.length === 0) {
3047
3047
  var c = this.clonePosition();
3048
3048
  if (n !== "select" && this.bumpIf("=")) {
3049
3049
  var f = this.tryParseDecimalInteger(y.EXPECT_PLURAL_ARGUMENT_SELECTOR, y.INVALID_PLURAL_ARGUMENT_SELECTOR);
3050
3050
  if (f.err)
3051
3051
  return f;
3052
- u = v(c, this.clonePosition()), a = this.message.slice(c.offset, this.offset());
3052
+ o = v(c, this.clonePosition()), a = this.message.slice(c.offset, this.offset());
3053
3053
  } else
3054
3054
  break;
3055
3055
  }
3056
3056
  if (h.has(a))
3057
- return this.error(n === "select" ? y.DUPLICATE_SELECT_ARGUMENT_SELECTOR : y.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, u);
3058
- a === "other" && (o = !0), this.bumpSpace();
3057
+ return this.error(n === "select" ? y.DUPLICATE_SELECT_ARGUMENT_SELECTOR : y.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, o);
3058
+ a === "other" && (u = !0), this.bumpSpace();
3059
3059
  var m = this.clonePosition();
3060
3060
  if (!this.bumpIf("{"))
3061
3061
  return this.error(n === "select" ? y.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : y.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, v(this.clonePosition(), this.clonePosition()));
@@ -3071,21 +3071,21 @@ var $r = (
3071
3071
  value: g.val,
3072
3072
  location: v(m, this.clonePosition())
3073
3073
  }
3074
- ]), h.add(a), this.bumpSpace(), s = this.parseIdentifierIfPossible(), a = s.value, u = s.location;
3074
+ ]), h.add(a), this.bumpSpace(), s = this.parseIdentifierIfPossible(), a = s.value, o = s.location;
3075
3075
  }
3076
- return l.length === 0 ? this.error(n === "select" ? y.EXPECT_SELECT_ARGUMENT_SELECTOR : y.EXPECT_PLURAL_ARGUMENT_SELECTOR, v(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !o ? this.error(y.MISSING_OTHER_CLAUSE, v(this.clonePosition(), this.clonePosition())) : { val: l, err: null };
3076
+ return l.length === 0 ? this.error(n === "select" ? y.EXPECT_SELECT_ARGUMENT_SELECTOR : y.EXPECT_PLURAL_ARGUMENT_SELECTOR, v(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !u ? this.error(y.MISSING_OTHER_CLAUSE, v(this.clonePosition(), this.clonePosition())) : { val: l, err: null };
3077
3077
  }, e.prototype.tryParseDecimalInteger = function(t, n) {
3078
3078
  var r = 1, i = this.clonePosition();
3079
3079
  this.bumpIf("+") || this.bumpIf("-") && (r = -1);
3080
- for (var s = !1, o = 0; !this.isEOF(); ) {
3080
+ for (var s = !1, u = 0; !this.isEOF(); ) {
3081
3081
  var l = this.char();
3082
3082
  if (l >= 48 && l <= 57)
3083
- s = !0, o = o * 10 + (l - 48), this.bump();
3083
+ s = !0, u = u * 10 + (l - 48), this.bump();
3084
3084
  else
3085
3085
  break;
3086
3086
  }
3087
3087
  var h = v(i, this.clonePosition());
3088
- return s ? (o *= r, Nr(o) ? { val: o, err: null } : this.error(n, h)) : this.error(t, h);
3088
+ return s ? (u *= r, Nr(u) ? { val: u, err: null } : this.error(n, h)) : this.error(t, h);
3089
3089
  }, e.prototype.offset = function() {
3090
3090
  return this.position.offset;
3091
3091
  }, e.prototype.isEOF = function() {
@@ -3151,11 +3151,11 @@ var $r = (
3151
3151
  }, e;
3152
3152
  }()
3153
3153
  );
3154
- function Je(e) {
3154
+ function Ye(e) {
3155
3155
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3156
3156
  }
3157
3157
  function Ur(e) {
3158
- return Je(e) || e === 47;
3158
+ return Ye(e) || e === 47;
3159
3159
  }
3160
3160
  function Gr(e) {
3161
3161
  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;
@@ -3166,13 +3166,13 @@ function an(e) {
3166
3166
  function Dr(e) {
3167
3167
  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;
3168
3168
  }
3169
- function Ye(e) {
3169
+ function Ke(e) {
3170
3170
  e.forEach(function(t) {
3171
3171
  if (delete t.location, qt(t) || Qt(t))
3172
3172
  for (var n in t.options)
3173
- delete t.options[n].location, Ye(t.options[n].value);
3173
+ delete t.options[n].location, Ke(t.options[n].value);
3174
3174
  else
3175
- Zt(t) && Yt(t.style) || (Xt(t) || Wt(t)) && Xe(t.style) ? delete t.style.location : Jt(t) && Ye(t.children);
3175
+ Zt(t) && Yt(t.style) || (Xt(t) || Wt(t)) && We(t.style) ? delete t.style.location : Jt(t) && Ke(t.children);
3176
3176
  });
3177
3177
  }
3178
3178
  function Fr(e, t) {
@@ -3182,16 +3182,16 @@ function Fr(e, t) {
3182
3182
  var r = SyntaxError(y[n.err.kind]);
3183
3183
  throw r.location = n.err.location, r.originalMessage = n.err.message, r;
3184
3184
  }
3185
- return t != null && t.captureLocation || Ye(n.val), n.val;
3185
+ return t != null && t.captureLocation || Ke(n.val), n.val;
3186
3186
  }
3187
- var ae;
3187
+ var oe;
3188
3188
  (function(e) {
3189
3189
  e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
3190
- })(ae || (ae = {}));
3191
- var Ae = (
3190
+ })(oe || (oe = {}));
3191
+ var Le = (
3192
3192
  /** @class */
3193
3193
  function(e) {
3194
- Re(t, e);
3194
+ Ae(t, e);
3195
3195
  function t(n, r, i) {
3196
3196
  var s = e.call(this, n) || this;
3197
3197
  return s.code = r, s.originalMessage = i, s;
@@ -3203,30 +3203,30 @@ var Ae = (
3203
3203
  ), _t = (
3204
3204
  /** @class */
3205
3205
  function(e) {
3206
- Re(t, e);
3206
+ Ae(t, e);
3207
3207
  function t(n, r, i, s) {
3208
- return e.call(this, 'Invalid values for "'.concat(n, '": "').concat(r, '". Options are "').concat(Object.keys(i).join('", "'), '"'), ae.INVALID_VALUE, s) || this;
3208
+ return e.call(this, 'Invalid values for "'.concat(n, '": "').concat(r, '". Options are "').concat(Object.keys(i).join('", "'), '"'), oe.INVALID_VALUE, s) || this;
3209
3209
  }
3210
3210
  return t;
3211
- }(Ae)
3211
+ }(Le)
3212
3212
  ), jr = (
3213
3213
  /** @class */
3214
3214
  function(e) {
3215
- Re(t, e);
3215
+ Ae(t, e);
3216
3216
  function t(n, r, i) {
3217
- return e.call(this, 'Value for "'.concat(n, '" must be of type ').concat(r), ae.INVALID_VALUE, i) || this;
3217
+ return e.call(this, 'Value for "'.concat(n, '" must be of type ').concat(r), oe.INVALID_VALUE, i) || this;
3218
3218
  }
3219
3219
  return t;
3220
- }(Ae)
3220
+ }(Le)
3221
3221
  ), Vr = (
3222
3222
  /** @class */
3223
3223
  function(e) {
3224
- Re(t, e);
3224
+ Ae(t, e);
3225
3225
  function t(n, r) {
3226
- return e.call(this, 'The intl string context variable "'.concat(n, '" was not provided to the string "').concat(r, '"'), ae.MISSING_VALUE, r) || this;
3226
+ return e.call(this, 'The intl string context variable "'.concat(n, '" was not provided to the string "').concat(r, '"'), oe.MISSING_VALUE, r) || this;
3227
3227
  }
3228
3228
  return t;
3229
- }(Ae)
3229
+ }(Le)
3230
3230
  ), N;
3231
3231
  (function(e) {
3232
3232
  e[e.literal = 0] = "literal", e[e.object = 1] = "object";
@@ -3240,7 +3240,7 @@ function zr(e) {
3240
3240
  function Zr(e) {
3241
3241
  return typeof e == "function";
3242
3242
  }
3243
- function _e(e, t, n, r, i, s, o) {
3243
+ function Te(e, t, n, r, i, s, u) {
3244
3244
  if (e.length === 1 && bt(e[0]))
3245
3245
  return [
3246
3246
  {
@@ -3249,90 +3249,90 @@ function _e(e, t, n, r, i, s, o) {
3249
3249
  }
3250
3250
  ];
3251
3251
  for (var l = [], h = 0, a = e; h < a.length; h++) {
3252
- var u = a[h];
3253
- if (bt(u)) {
3252
+ var o = a[h];
3253
+ if (bt(o)) {
3254
3254
  l.push({
3255
3255
  type: N.literal,
3256
- value: u.value
3256
+ value: o.value
3257
3257
  });
3258
3258
  continue;
3259
3259
  }
3260
- if (dr(u)) {
3260
+ if (dr(o)) {
3261
3261
  typeof s == "number" && l.push({
3262
3262
  type: N.literal,
3263
3263
  value: n.getNumberFormat(t).format(s)
3264
3264
  });
3265
3265
  continue;
3266
3266
  }
3267
- var c = u.value;
3267
+ var c = o.value;
3268
3268
  if (!(i && c in i))
3269
- throw new Vr(c, o);
3269
+ throw new Vr(c, u);
3270
3270
  var f = i[c];
3271
- if (mr(u)) {
3271
+ if (mr(o)) {
3272
3272
  (!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), l.push({
3273
3273
  type: typeof f == "string" ? N.literal : N.object,
3274
3274
  value: f
3275
3275
  });
3276
3276
  continue;
3277
3277
  }
3278
- if (Xt(u)) {
3279
- var m = typeof u.style == "string" ? r.date[u.style] : Xe(u.style) ? u.style.parsedOptions : void 0;
3278
+ if (Xt(o)) {
3279
+ var m = typeof o.style == "string" ? r.date[o.style] : We(o.style) ? o.style.parsedOptions : void 0;
3280
3280
  l.push({
3281
3281
  type: N.literal,
3282
3282
  value: n.getDateTimeFormat(t, m).format(f)
3283
3283
  });
3284
3284
  continue;
3285
3285
  }
3286
- if (Wt(u)) {
3287
- var m = typeof u.style == "string" ? r.time[u.style] : Xe(u.style) ? u.style.parsedOptions : r.time.medium;
3286
+ if (Wt(o)) {
3287
+ var m = typeof o.style == "string" ? r.time[o.style] : We(o.style) ? o.style.parsedOptions : r.time.medium;
3288
3288
  l.push({
3289
3289
  type: N.literal,
3290
3290
  value: n.getDateTimeFormat(t, m).format(f)
3291
3291
  });
3292
3292
  continue;
3293
3293
  }
3294
- if (Zt(u)) {
3295
- var m = typeof u.style == "string" ? r.number[u.style] : Yt(u.style) ? u.style.parsedOptions : void 0;
3294
+ if (Zt(o)) {
3295
+ var m = typeof o.style == "string" ? r.number[o.style] : Yt(o.style) ? o.style.parsedOptions : void 0;
3296
3296
  m && m.scale && (f = f * (m.scale || 1)), l.push({
3297
3297
  type: N.literal,
3298
3298
  value: n.getNumberFormat(t, m).format(f)
3299
3299
  });
3300
3300
  continue;
3301
3301
  }
3302
- if (Jt(u)) {
3303
- var g = u.children, C = u.value, B = i[C];
3302
+ if (Jt(o)) {
3303
+ var g = o.children, C = o.value, B = i[C];
3304
3304
  if (!Zr(B))
3305
- throw new jr(C, "function", o);
3306
- var _ = _e(g, t, n, r, i, s), H = B(_.map(function(M) {
3307
- return M.value;
3305
+ throw new jr(C, "function", u);
3306
+ var _ = Te(g, t, n, r, i, s), H = B(_.map(function(R) {
3307
+ return R.value;
3308
3308
  }));
3309
- Array.isArray(H) || (H = [H]), l.push.apply(l, H.map(function(M) {
3309
+ Array.isArray(H) || (H = [H]), l.push.apply(l, H.map(function(R) {
3310
3310
  return {
3311
- type: typeof M == "string" ? N.literal : N.object,
3312
- value: M
3311
+ type: typeof R == "string" ? N.literal : N.object,
3312
+ value: R
3313
3313
  };
3314
3314
  }));
3315
3315
  }
3316
- if (qt(u)) {
3317
- var S = u.options[f] || u.options.other;
3316
+ if (qt(o)) {
3317
+ var S = o.options[f] || o.options.other;
3318
3318
  if (!S)
3319
- throw new _t(u.value, f, Object.keys(u.options), o);
3320
- l.push.apply(l, _e(S.value, t, n, r, i));
3319
+ throw new _t(o.value, f, Object.keys(o.options), u);
3320
+ l.push.apply(l, Te(S.value, t, n, r, i));
3321
3321
  continue;
3322
3322
  }
3323
- if (Qt(u)) {
3324
- var S = u.options["=".concat(f)];
3323
+ if (Qt(o)) {
3324
+ var S = o.options["=".concat(f)];
3325
3325
  if (!S) {
3326
3326
  if (!Intl.PluralRules)
3327
- throw new Ae(`Intl.PluralRules is not available in this environment.
3327
+ throw new Le(`Intl.PluralRules is not available in this environment.
3328
3328
  Try polyfilling it using "@formatjs/intl-pluralrules"
3329
- `, ae.MISSING_INTL_API, o);
3330
- var A = n.getPluralRules(t, { type: u.pluralType }).select(f - (u.offset || 0));
3331
- S = u.options[A] || u.options.other;
3329
+ `, oe.MISSING_INTL_API, u);
3330
+ var A = n.getPluralRules(t, { type: o.pluralType }).select(f - (o.offset || 0));
3331
+ S = o.options[A] || o.options.other;
3332
3332
  }
3333
3333
  if (!S)
3334
- throw new _t(u.value, f, Object.keys(u.options), o);
3335
- l.push.apply(l, _e(S.value, t, n, r, i, f - (u.offset || 0)));
3334
+ throw new _t(o.value, f, Object.keys(o.options), u);
3335
+ l.push.apply(l, Te(S.value, t, n, r, i, f - (o.offset || 0)));
3336
3336
  continue;
3337
3337
  }
3338
3338
  }
@@ -3348,7 +3348,7 @@ function Wr(e, t) {
3348
3348
  return n[r] = Xr(e[r], t[r]), n;
3349
3349
  }, x({}, e)) : e;
3350
3350
  }
3351
- function De(e) {
3351
+ function Fe(e) {
3352
3352
  return {
3353
3353
  create: function() {
3354
3354
  return {
@@ -3368,29 +3368,29 @@ function qr(e) {
3368
3368
  dateTime: {},
3369
3369
  pluralRules: {}
3370
3370
  }), {
3371
- getNumberFormat: $e(function() {
3371
+ getNumberFormat: Ue(function() {
3372
3372
  for (var t, n = [], r = 0; r < arguments.length; r++)
3373
3373
  n[r] = arguments[r];
3374
- return new ((t = Intl.NumberFormat).bind.apply(t, ke([void 0], n, !1)))();
3374
+ return new ((t = Intl.NumberFormat).bind.apply(t, $e([void 0], n, !1)))();
3375
3375
  }, {
3376
- cache: De(e.number),
3377
- strategy: Ue.variadic
3376
+ cache: Fe(e.number),
3377
+ strategy: Ge.variadic
3378
3378
  }),
3379
- getDateTimeFormat: $e(function() {
3379
+ getDateTimeFormat: Ue(function() {
3380
3380
  for (var t, n = [], r = 0; r < arguments.length; r++)
3381
3381
  n[r] = arguments[r];
3382
- return new ((t = Intl.DateTimeFormat).bind.apply(t, ke([void 0], n, !1)))();
3382
+ return new ((t = Intl.DateTimeFormat).bind.apply(t, $e([void 0], n, !1)))();
3383
3383
  }, {
3384
- cache: De(e.dateTime),
3385
- strategy: Ue.variadic
3384
+ cache: Fe(e.dateTime),
3385
+ strategy: Ge.variadic
3386
3386
  }),
3387
- getPluralRules: $e(function() {
3387
+ getPluralRules: Ue(function() {
3388
3388
  for (var t, n = [], r = 0; r < arguments.length; r++)
3389
3389
  n[r] = arguments[r];
3390
- return new ((t = Intl.PluralRules).bind.apply(t, ke([void 0], n, !1)))();
3390
+ return new ((t = Intl.PluralRules).bind.apply(t, $e([void 0], n, !1)))();
3391
3391
  }, {
3392
- cache: De(e.pluralRules),
3393
- strategy: Ue.variadic
3392
+ cache: Fe(e.pluralRules),
3393
+ strategy: Ge.variadic
3394
3394
  })
3395
3395
  };
3396
3396
  }
@@ -3408,12 +3408,12 @@ var Qr = (
3408
3408
  var a = s.formatToParts(h);
3409
3409
  if (a.length === 1)
3410
3410
  return a[0].value;
3411
- var u = a.reduce(function(c, f) {
3411
+ var o = a.reduce(function(c, f) {
3412
3412
  return !c.length || f.type !== N.literal || typeof c[c.length - 1] != "string" ? c.push(f.value) : c[c.length - 1] += f.value, c;
3413
3413
  }, []);
3414
- return u.length <= 1 ? u[0] || "" : u;
3414
+ return o.length <= 1 ? o[0] || "" : o;
3415
3415
  }, this.formatToParts = function(h) {
3416
- return _e(s.ast, s.locales, s.formatters, s.formats, h, void 0, s.message);
3416
+ return Te(s.ast, s.locales, s.formatters, s.formats, h, void 0, s.message);
3417
3417
  }, this.resolvedOptions = function() {
3418
3418
  var h;
3419
3419
  return {
@@ -3424,9 +3424,9 @@ var Qr = (
3424
3424
  }, this.locales = n, this.resolvedLocale = e.resolveLocale(n), typeof t == "string") {
3425
3425
  if (this.message = t, !e.__parse)
3426
3426
  throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
3427
- var o = i || {};
3428
- o.formatters;
3429
- var l = ar(o, ["formatters"]);
3427
+ var u = i || {};
3428
+ u.formatters;
3429
+ var l = ar(u, ["formatters"]);
3430
3430
  this.ast = e.__parse(t, x(x({}, l), { locale: this.resolvedLocale }));
3431
3431
  } else
3432
3432
  this.ast = t;
@@ -3527,25 +3527,25 @@ function Jr(e, t) {
3527
3527
  r = void 0;
3528
3528
  return r;
3529
3529
  }
3530
- const q = {}, Yr = (e, t, n) => n && (t in q || (q[t] = {}), e in q[t] || (q[t][e] = n), n), on = (e, t) => {
3530
+ const Q = {}, Yr = (e, t, n) => n && (t in Q || (Q[t] = {}), e in Q[t] || (Q[t][e] = n), n), on = (e, t) => {
3531
3531
  if (t == null)
3532
3532
  return;
3533
- if (t in q && e in q[t])
3534
- return q[t][e];
3535
- const n = Le(t);
3533
+ if (t in Q && e in Q[t])
3534
+ return Q[t][e];
3535
+ const n = Oe(t);
3536
3536
  for (let r = 0; r < n.length; r++) {
3537
3537
  const i = n[r], s = ei(i, e);
3538
3538
  if (s)
3539
3539
  return Yr(e, t, s);
3540
3540
  }
3541
3541
  };
3542
- let it;
3543
- const he = Me({});
3542
+ let st;
3543
+ const ce = Re({});
3544
3544
  function Kr(e) {
3545
- return it[e] || null;
3545
+ return st[e] || null;
3546
3546
  }
3547
3547
  function un(e) {
3548
- return e in it;
3548
+ return e in st;
3549
3549
  }
3550
3550
  function ei(e, t) {
3551
3551
  if (!un(e))
@@ -3556,7 +3556,7 @@ function ei(e, t) {
3556
3556
  function ti(e) {
3557
3557
  if (e == null)
3558
3558
  return;
3559
- const t = Le(e);
3559
+ const t = Oe(e);
3560
3560
  for (let n = 0; n < t.length; n++) {
3561
3561
  const r = t[n];
3562
3562
  if (un(r))
@@ -3564,28 +3564,28 @@ function ti(e) {
3564
3564
  }
3565
3565
  }
3566
3566
  function ln(e, ...t) {
3567
- delete q[e], he.update((n) => (n[e] = sr.all([n[e] || {}, ...t]), n));
3567
+ delete Q[e], ce.update((n) => (n[e] = sr.all([n[e] || {}, ...t]), n));
3568
3568
  }
3569
- le(
3570
- [he],
3569
+ he(
3570
+ [ce],
3571
3571
  ([e]) => Object.keys(e)
3572
3572
  );
3573
- he.subscribe((e) => it = e);
3574
- const Te = {};
3573
+ ce.subscribe((e) => st = e);
3574
+ const we = {};
3575
3575
  function ni(e, t) {
3576
- Te[e].delete(t), Te[e].size === 0 && delete Te[e];
3576
+ we[e].delete(t), we[e].size === 0 && delete we[e];
3577
3577
  }
3578
3578
  function hn(e) {
3579
- return Te[e];
3579
+ return we[e];
3580
3580
  }
3581
3581
  function ri(e) {
3582
- return Le(e).map((t) => {
3582
+ return Oe(e).map((t) => {
3583
3583
  const n = hn(t);
3584
3584
  return [t, n ? [...n] : []];
3585
3585
  }).filter(([, t]) => t.length > 0);
3586
3586
  }
3587
- function Ke(e) {
3588
- return e == null ? !1 : Le(e).some(
3587
+ function et(e) {
3588
+ return e == null ? !1 : Oe(e).some(
3589
3589
  (t) => {
3590
3590
  var n;
3591
3591
  return (n = hn(t)) == null ? void 0 : n.size;
@@ -3597,20 +3597,20 @@ function ii(e, t) {
3597
3597
  t.map((r) => (ni(e, r), r().then((i) => i.default || i)))
3598
3598
  ).then((r) => ln(e, ...r));
3599
3599
  }
3600
- const me = {};
3600
+ const pe = {};
3601
3601
  function cn(e) {
3602
- if (!Ke(e))
3603
- return e in me ? me[e] : Promise.resolve();
3602
+ if (!et(e))
3603
+ return e in pe ? pe[e] : Promise.resolve();
3604
3604
  const t = ri(e);
3605
- return me[e] = Promise.all(
3605
+ return pe[e] = Promise.all(
3606
3606
  t.map(
3607
3607
  ([n, r]) => ii(n, r)
3608
3608
  )
3609
3609
  ).then(() => {
3610
- if (Ke(e))
3610
+ if (et(e))
3611
3611
  return cn(e);
3612
- delete me[e];
3613
- }), me[e];
3612
+ delete pe[e];
3613
+ }), pe[e];
3614
3614
  }
3615
3615
  const si = {
3616
3616
  number: {
@@ -3649,10 +3649,10 @@ const si = {
3649
3649
  handleMissingMessage: void 0,
3650
3650
  ignoreTag: !0
3651
3651
  }, oi = ai;
3652
- function oe() {
3652
+ function ue() {
3653
3653
  return oi;
3654
3654
  }
3655
- const Fe = Me(!1);
3655
+ const je = Re(!1);
3656
3656
  var ui = Object.defineProperty, li = Object.defineProperties, hi = Object.getOwnPropertyDescriptors, Tt = Object.getOwnPropertySymbols, ci = Object.prototype.hasOwnProperty, fi = Object.prototype.propertyIsEnumerable, wt = (e, t, n) => t in e ? ui(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, mi = (e, t) => {
3657
3657
  for (var n in t || (t = {}))
3658
3658
  ci.call(t, n) && wt(e, n, t[n]);
@@ -3661,139 +3661,139 @@ var ui = Object.defineProperty, li = Object.defineProperties, hi = Object.getOwn
3661
3661
  fi.call(t, n) && wt(e, n, t[n]);
3662
3662
  return e;
3663
3663
  }, di = (e, t) => li(e, hi(t));
3664
- let et;
3665
- const Be = Me(null);
3664
+ let tt;
3665
+ const Se = Re(null);
3666
3666
  function Bt(e) {
3667
3667
  return e.split("-").map((t, n, r) => r.slice(0, n + 1).join("-")).reverse();
3668
3668
  }
3669
- function Le(e, t = oe().fallbackLocale) {
3669
+ function Oe(e, t = ue().fallbackLocale) {
3670
3670
  const n = Bt(e);
3671
3671
  return t ? [.../* @__PURE__ */ new Set([...n, ...Bt(t)])] : n;
3672
3672
  }
3673
- function K() {
3674
- return et != null ? et : void 0;
3673
+ function ee() {
3674
+ return tt != null ? tt : void 0;
3675
3675
  }
3676
- Be.subscribe((e) => {
3677
- et = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
3676
+ Se.subscribe((e) => {
3677
+ tt = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
3678
3678
  });
3679
3679
  const pi = (e) => {
3680
- if (e && ti(e) && Ke(e)) {
3681
- const { loadingDelay: t } = oe();
3680
+ if (e && ti(e) && et(e)) {
3681
+ const { loadingDelay: t } = ue();
3682
3682
  let n;
3683
- return typeof window != "undefined" && K() != null && t ? n = window.setTimeout(
3684
- () => Fe.set(!0),
3683
+ return typeof window != "undefined" && ee() != null && t ? n = window.setTimeout(
3684
+ () => je.set(!0),
3685
3685
  t
3686
- ) : Fe.set(!0), cn(e).then(() => {
3687
- Be.set(e);
3686
+ ) : je.set(!0), cn(e).then(() => {
3687
+ Se.set(e);
3688
3688
  }).finally(() => {
3689
- clearTimeout(n), Fe.set(!1);
3689
+ clearTimeout(n), je.set(!1);
3690
3690
  });
3691
3691
  }
3692
- return Be.set(e);
3693
- }, J = di(mi({}, Be), {
3692
+ return Se.set(e);
3693
+ }, Y = di(mi({}, Se), {
3694
3694
  set: pi
3695
- }), Oe = (e) => {
3695
+ }), Ne = (e) => {
3696
3696
  const t = /* @__PURE__ */ Object.create(null);
3697
3697
  return (r) => {
3698
3698
  const i = JSON.stringify(r);
3699
3699
  return i in t ? t[i] : t[i] = e(r);
3700
3700
  };
3701
3701
  };
3702
- var bi = Object.defineProperty, Se = Object.getOwnPropertySymbols, fn = Object.prototype.hasOwnProperty, mn = Object.prototype.propertyIsEnumerable, St = (e, t, n) => t in e ? bi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, st = (e, t) => {
3702
+ var bi = Object.defineProperty, He = Object.getOwnPropertySymbols, fn = Object.prototype.hasOwnProperty, mn = Object.prototype.propertyIsEnumerable, St = (e, t, n) => t in e ? bi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, at = (e, t) => {
3703
3703
  for (var n in t || (t = {}))
3704
3704
  fn.call(t, n) && St(e, n, t[n]);
3705
- if (Se)
3706
- for (var n of Se(t))
3705
+ if (He)
3706
+ for (var n of He(t))
3707
3707
  mn.call(t, n) && St(e, n, t[n]);
3708
3708
  return e;
3709
- }, ce = (e, t) => {
3709
+ }, fe = (e, t) => {
3710
3710
  var n = {};
3711
3711
  for (var r in e)
3712
3712
  fn.call(e, r) && t.indexOf(r) < 0 && (n[r] = e[r]);
3713
- if (e != null && Se)
3714
- for (var r of Se(e))
3713
+ if (e != null && He)
3714
+ for (var r of He(e))
3715
3715
  t.indexOf(r) < 0 && mn.call(e, r) && (n[r] = e[r]);
3716
3716
  return n;
3717
3717
  };
3718
- const ge = (e, t) => {
3719
- const { formats: n } = oe();
3718
+ const ve = (e, t) => {
3719
+ const { formats: n } = ue();
3720
3720
  if (e in n && t in n[e])
3721
3721
  return n[e][t];
3722
3722
  throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
3723
- }, gi = Oe(
3723
+ }, gi = Ne(
3724
3724
  (e) => {
3725
- var t = e, { locale: n, format: r } = t, i = ce(t, ["locale", "format"]);
3725
+ var t = e, { locale: n, format: r } = t, i = fe(t, ["locale", "format"]);
3726
3726
  if (n == null)
3727
3727
  throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
3728
- return r && (i = ge("number", r)), new Intl.NumberFormat(n, i);
3728
+ return r && (i = ve("number", r)), new Intl.NumberFormat(n, i);
3729
3729
  }
3730
- ), yi = Oe(
3730
+ ), yi = Ne(
3731
3731
  (e) => {
3732
- var t = e, { locale: n, format: r } = t, i = ce(t, ["locale", "format"]);
3732
+ var t = e, { locale: n, format: r } = t, i = fe(t, ["locale", "format"]);
3733
3733
  if (n == null)
3734
3734
  throw new Error('[svelte-i18n] A "locale" must be set to format dates');
3735
- return r ? i = ge("date", r) : Object.keys(i).length === 0 && (i = ge("date", "short")), new Intl.DateTimeFormat(n, i);
3735
+ return r ? i = ve("date", r) : Object.keys(i).length === 0 && (i = ve("date", "short")), new Intl.DateTimeFormat(n, i);
3736
3736
  }
3737
- ), vi = Oe(
3737
+ ), vi = Ne(
3738
3738
  (e) => {
3739
- var t = e, { locale: n, format: r } = t, i = ce(t, ["locale", "format"]);
3739
+ var t = e, { locale: n, format: r } = t, i = fe(t, ["locale", "format"]);
3740
3740
  if (n == null)
3741
3741
  throw new Error(
3742
3742
  '[svelte-i18n] A "locale" must be set to format time values'
3743
3743
  );
3744
- return r ? i = ge("time", r) : Object.keys(i).length === 0 && (i = ge("time", "short")), new Intl.DateTimeFormat(n, i);
3744
+ return r ? i = ve("time", r) : Object.keys(i).length === 0 && (i = ve("time", "short")), new Intl.DateTimeFormat(n, i);
3745
3745
  }
3746
3746
  ), xi = (e = {}) => {
3747
3747
  var t = e, {
3748
- locale: n = K()
3749
- } = t, r = ce(t, [
3748
+ locale: n = ee()
3749
+ } = t, r = fe(t, [
3750
3750
  "locale"
3751
3751
  ]);
3752
- return gi(st({ locale: n }, r));
3752
+ return gi(at({ locale: n }, r));
3753
3753
  }, Ei = (e = {}) => {
3754
3754
  var t = e, {
3755
- locale: n = K()
3756
- } = t, r = ce(t, [
3755
+ locale: n = ee()
3756
+ } = t, r = fe(t, [
3757
3757
  "locale"
3758
3758
  ]);
3759
- return yi(st({ locale: n }, r));
3759
+ return yi(at({ locale: n }, r));
3760
3760
  }, Ci = (e = {}) => {
3761
3761
  var t = e, {
3762
- locale: n = K()
3763
- } = t, r = ce(t, [
3762
+ locale: n = ee()
3763
+ } = t, r = fe(t, [
3764
3764
  "locale"
3765
3765
  ]);
3766
- return vi(st({ locale: n }, r));
3767
- }, _i = Oe(
3766
+ return vi(at({ locale: n }, r));
3767
+ }, _i = Ne(
3768
3768
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
3769
- (e, t = K()) => new Qr(e, t, oe().formats, {
3770
- ignoreTag: oe().ignoreTag
3769
+ (e, t = ee()) => new Qr(e, t, ue().formats, {
3770
+ ignoreTag: ue().ignoreTag
3771
3771
  })
3772
3772
  ), Ti = (e, t = {}) => {
3773
3773
  var n, r, i, s;
3774
- let o = t;
3775
- typeof e == "object" && (o = e, e = o.id);
3774
+ let u = t;
3775
+ typeof e == "object" && (u = e, e = u.id);
3776
3776
  const {
3777
3777
  values: l,
3778
- locale: h = K(),
3778
+ locale: h = ee(),
3779
3779
  default: a
3780
- } = o;
3780
+ } = u;
3781
3781
  if (h == null)
3782
3782
  throw new Error(
3783
3783
  "[svelte-i18n] Cannot format a message without first setting the initial locale."
3784
3784
  );
3785
- let u = on(e, h);
3786
- if (!u)
3787
- u = (s = (i = (r = (n = oe()).handleMissingMessage) == null ? void 0 : r.call(n, { locale: h, id: e, defaultValue: a })) != null ? i : a) != null ? s : e;
3788
- else if (typeof u != "string")
3785
+ let o = on(e, h);
3786
+ if (!o)
3787
+ o = (s = (i = (r = (n = ue()).handleMissingMessage) == null ? void 0 : r.call(n, { locale: h, id: e, defaultValue: a })) != null ? i : a) != null ? s : e;
3788
+ else if (typeof o != "string")
3789
3789
  return console.warn(
3790
- `[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof u}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
3791
- ), u;
3790
+ `[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof o}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
3791
+ ), o;
3792
3792
  if (!l)
3793
- return u;
3794
- let c = u;
3793
+ return o;
3794
+ let c = o;
3795
3795
  try {
3796
- c = _i(u, h).format(l);
3796
+ c = _i(o, h).format(l);
3797
3797
  } catch (f) {
3798
3798
  f instanceof Error && console.warn(
3799
3799
  `[svelte-i18n] Message "${e}" has syntax error:`,
@@ -3801,21 +3801,21 @@ const ge = (e, t) => {
3801
3801
  );
3802
3802
  }
3803
3803
  return c;
3804
- }, wi = (e, t) => Ci(t).format(e), Bi = (e, t) => Ei(t).format(e), Si = (e, t) => xi(t).format(e), Hi = (e, t = K()) => on(e, t), Mi = le([J, he], () => Ti);
3805
- le([J], () => wi);
3806
- le([J], () => Bi);
3807
- le([J], () => Si);
3808
- le([J, he], () => Hi);
3804
+ }, wi = (e, t) => Ci(t).format(e), Bi = (e, t) => Ei(t).format(e), Si = (e, t) => xi(t).format(e), Hi = (e, t = ee()) => on(e, t), Mi = he([Y, ce], () => Ti);
3805
+ he([Y], () => wi);
3806
+ he([Y], () => Bi);
3807
+ he([Y], () => Si);
3808
+ he([Y, ce], () => Hi);
3809
3809
  function Ri({ withLocale: e, translations: t }) {
3810
- J.subscribe((n) => {
3811
- n == null && (he.set(t), J.set(e));
3810
+ Y.subscribe((n) => {
3811
+ n == null && (ce.set(t), Y.set(e));
3812
3812
  });
3813
3813
  }
3814
3814
  function Ht(e, t) {
3815
3815
  ln(e, t);
3816
3816
  }
3817
3817
  function Ai(e) {
3818
- J.set(e);
3818
+ Y.set(e);
3819
3819
  }
3820
3820
  const Mt = {
3821
3821
  en: {
@@ -3945,37 +3945,39 @@ class Rt {
3945
3945
  };
3946
3946
  }
3947
3947
  static generateCasinoRule(t, n, r = "EUR") {
3948
- const i = ` ~ ${t("unlimited")}`, s = n.minStake ? `: ${n.minStake.amount[r]}` : i, o = n.maxStake ? `: ${n.maxStake.amount[r]}` : i;
3949
- return t("casinoRuleMinMaxBet", { values: { minBet: s, maxBet: o } });
3948
+ const i = ` ~ ${t("unlimited")}`, s = n.minStake ? `: ${n.minStake.amount[r]}` : i, u = n.maxStake ? `: ${n.maxStake.amount[r]}` : i;
3949
+ return t("casinoRuleMinMaxBet", { values: { minBet: s, maxBet: u } });
3950
3950
  }
3951
3951
  static generateSportsRule(t, n, r = "EUR") {
3952
- var _, H, S, A, M, P;
3953
- const i = [], s = ` ~ ${t("unlimited")}`, o = n.minStake ? `: ${n.minStake.amount[r]}` : s, l = n.maxStake ? `: ${n.maxStake.amount[r]}` : s;
3954
- i.push(t("sportsRuleMinMaxBet", { values: { sportMinBet: o, sportMaxBet: l } })), n.config.liveMatch && n.config.preLiveMatch ? i.push(t("matchTypePreAndLive")) : n.config.liveMatch ? i.push(`${t("matchTypeLive")}`) : n.config.preLiveMatch && i.push(`${t("matchTyppePre")}`);
3955
- const h = n.combination, a = [];
3956
- h.single.isEligible && a.push(t("betTypeSingle"));
3957
- const u = {
3952
+ var P, W, F, d, j, V, K, me;
3953
+ const i = [], s = ` ~ ${t("unlimited")}`, u = n.minStake ? `: ${n.minStake.amount[r]}` : s, l = n.maxStake ? `: ${n.maxStake.amount[r]}` : s;
3954
+ i.push(t("sportsRuleMinMaxBet", { values: { sportMinBet: u, sportMaxBet: l } }));
3955
+ const h = n.config.liveMatch === "true", a = n.config.preLiveMatch === "true";
3956
+ h && a ? i.push(t("matchTypePreAndLive")) : h ? i.push(`${t("matchTypeLive")}`) : a && i.push(`${t("matchTyppePre")}`);
3957
+ const o = n.combination, c = [];
3958
+ o.single.isEligible === "true" && c.push(t("betTypeSingle"));
3959
+ const m = {
3958
3960
  null: t("typeOfSelectionAny"),
3959
3961
  true: t("bankerOnly"),
3960
3962
  false: t("notBankerOnly")
3961
- }, c = {
3963
+ }, g = {
3962
3964
  unspecific: t("typeOfSelectionAny"),
3963
3965
  all: t("betBuilderOnly"),
3964
3966
  none: t("notBuilderOnly")
3965
3967
  };
3966
- let f = "", m = "";
3967
- const g = `${t("oddsPerSelection")}: ${n.config.minOdds || t("unlimited")} - ${n.config.maxOdds || t("unlimited")}`;
3968
- h.system.isEligible && (f = ` ${t("betTypeSystem")}
3969
- ( ${t("typeOfSelection")}: ${u[((_ = n.combination.system.banker) == null ? void 0 : _.include) || "null"]},
3968
+ let C = "", B = "";
3969
+ const _ = `${t("oddsPerSelection")}: ${n.config.minOdds || t("unlimited")} - ${n.config.maxOdds || t("unlimited")}`, H = o.system.isEligible === "true", S = o.multiple.isEligible === "true";
3970
+ H && (C = ` ${t("betTypeSystem")}
3971
+ ( ${t("typeOfSelection")}: ${m[((W = (P = n.combination.system.banker) == null ? void 0 : P.include) == null ? void 0 : W.toString()) || "null"]},
3970
3972
  ${t("numberOfSelection")}:
3971
- ${((H = h.system.minSelection) == null ? void 0 : H.number) || t("unlimited")} - ${((S = h.system.maxSelection) == null ? void 0 : S.number) || t("unlimited")},
3972
- ${g} ) `), h.multiple.isEligible && (m = ` ${t("betTypeMultiple")}
3973
- ( ${t("typeOfSelection")}: ${c[((A = n.combination.multiple.betBuilder) == null ? void 0 : A.mode) || "unspecific"]},
3973
+ ${((F = o.system.minSelection) == null ? void 0 : F.number) || t("unlimited")} - ${((d = o.system.maxSelection) == null ? void 0 : d.number) || t("unlimited")},
3974
+ ${_} ) `), S && (B = ` ${t("betTypeMultiple")}
3975
+ ( ${t("typeOfSelection")}: ${g[((V = (j = n.combination.multiple.betBuilder) == null ? void 0 : j.mode) == null ? void 0 : V.toString()) || "unspecific"]},
3974
3976
  ${t("numberOfSelection")}:
3975
- ${((M = h.multiple.minSelection) == null ? void 0 : M.number) || t("unlimited")} - ${((P = h.multiple.maxSelection) == null ? void 0 : P.number) || t("unlimited")},
3976
- ${g} ) `), h.system.isEligible && h.multiple.isEligible ? a.push(m + t("and") + f) : h.system.isEligible ? a.push(f) : h.multiple.isEligible && a.push(m), i.push(a.join(", "));
3977
- const C = n.config.minTotalOdds ? `: ${n.config.minTotalOdds}` : s, B = n.config.maxTotalOdds ? `: ${n.config.maxTotalOdds}` : s;
3978
- return i.push(`${t("sportsRuleMinMaxOdds", { values: { sportMinOdds: C, sportMaxOdds: B } })}`), i;
3977
+ ${((K = o.multiple.minSelection) == null ? void 0 : K.number) || t("unlimited")} - ${((me = o.multiple.maxSelection) == null ? void 0 : me.number) || t("unlimited")},
3978
+ ${_} ) `), H && S ? c.push(B + t("and") + C) : H ? c.push(C) : S && c.push(B), i.push(c.join(", "));
3979
+ const A = n.config.minTotalOdds ? `: ${n.config.minTotalOdds}` : s, R = n.config.maxTotalOdds ? `: ${n.config.maxTotalOdds}` : s;
3980
+ return i.push(`${t("sportsRuleMinMaxOdds", { values: { sportMinOdds: A, sportMaxOdds: R } })}`), i;
3979
3981
  }
3980
3982
  }
3981
3983
  function Di(e) {
@@ -3992,10 +3994,10 @@ function Lt(e) {
3992
3994
  ), r;
3993
3995
  return {
3994
3996
  c() {
3995
- t = new ue(!1), r = He(), t.a = r;
3997
+ t = new le(!1), r = Me(), t.a = r;
3996
3998
  },
3997
3999
  m(i, s) {
3998
- t.m(n, i, s), z(i, r, s);
4000
+ t.m(n, i, s), q(i, r, s);
3999
4001
  },
4000
4002
  p(i, s) {
4001
4003
  s & /*$_*/
@@ -4003,7 +4005,7 @@ function Lt(e) {
4003
4005
  i[10]("scoreCriteriaType.mostRounds") + "") && t.p(n);
4004
4006
  },
4005
4007
  d(i) {
4006
- i && (V(r), t.d());
4008
+ i && (X(r), t.d());
4007
4009
  }
4008
4010
  };
4009
4011
  }
@@ -4014,10 +4016,10 @@ function Ot(e) {
4014
4016
  ), r;
4015
4017
  return {
4016
4018
  c() {
4017
- t = new ue(!1), r = He(), t.a = r;
4019
+ t = new le(!1), r = Me(), t.a = r;
4018
4020
  },
4019
4021
  m(i, s) {
4020
- t.m(n, i, s), z(i, r, s);
4022
+ t.m(n, i, s), q(i, r, s);
4021
4023
  },
4022
4024
  p(i, s) {
4023
4025
  s & /*$_*/
@@ -4025,7 +4027,7 @@ function Ot(e) {
4025
4027
  i[10]("scoreCriteriaType.winStateRatio") + "") && t.p(n);
4026
4028
  },
4027
4029
  d(i) {
4028
- i && (V(r), t.d());
4030
+ i && (X(r), t.d());
4029
4031
  }
4030
4032
  };
4031
4033
  }
@@ -4036,10 +4038,10 @@ function Nt(e) {
4036
4038
  ), r;
4037
4039
  return {
4038
4040
  c() {
4039
- t = new ue(!1), r = He(), t.a = r;
4041
+ t = new le(!1), r = Me(), t.a = r;
4040
4042
  },
4041
4043
  m(i, s) {
4042
- t.m(n, i, s), z(i, r, s);
4044
+ t.m(n, i, s), q(i, r, s);
4043
4045
  },
4044
4046
  p(i, s) {
4045
4047
  s & /*$_*/
@@ -4047,7 +4049,7 @@ function Nt(e) {
4047
4049
  i[10]("scoreCriteriaType.maxWinStateRatio") + "") && t.p(n);
4048
4050
  },
4049
4051
  d(i) {
4050
- i && (V(r), t.d());
4052
+ i && (X(r), t.d());
4051
4053
  }
4052
4054
  };
4053
4055
  }
@@ -4058,10 +4060,10 @@ function Pt(e) {
4058
4060
  ), r;
4059
4061
  return {
4060
4062
  c() {
4061
- t = new ue(!1), r = He(), t.a = r;
4063
+ t = new le(!1), r = Me(), t.a = r;
4062
4064
  },
4063
4065
  m(i, s) {
4064
- t.m(n, i, s), z(i, r, s);
4066
+ t.m(n, i, s), q(i, r, s);
4065
4067
  },
4066
4068
  p(i, s) {
4067
4069
  s & /*$_*/
@@ -4069,67 +4071,67 @@ function Pt(e) {
4069
4071
  i[10]("scoreCriteriaType.stake") + "") && t.p(n);
4070
4072
  },
4071
4073
  d(i) {
4072
- i && (V(r), t.d());
4074
+ i && (X(r), t.d());
4073
4075
  }
4074
4076
  };
4075
4077
  }
4076
4078
  function It(e) {
4077
- let t, n, r, i, s, o = (
4079
+ let t, n, r, i, s, u = (
4078
4080
  /*$_*/
4079
4081
  e[10]("forCasino") + ""
4080
4082
  ), l, h;
4081
4083
  return {
4082
4084
  c() {
4083
- t = T("div"), n = T("div"), n.innerHTML = `<img src="${Ui}"/>`, r = L(), i = T("div"), s = new ue(!1), l = Q(":"), h = Q(
4085
+ t = T("div"), n = T("div"), n.innerHTML = `<img src="${Ui}"/>`, r = L(), i = T("div"), s = new le(!1), l = J(":"), h = J(
4084
4086
  /*casinoRules*/
4085
4087
  e[9]
4086
4088
  ), p(n, "class", "RuleIcon"), p(n, "part", "RuleIcon"), s.a = l, p(i, "class", "RuleTxt"), p(i, "part", "RuleTxt"), p(t, "class", "RulesRow"), p(t, "part", "rule");
4087
4089
  },
4088
- m(a, u) {
4089
- z(a, t, u), b(t, n), b(t, r), b(t, i), s.m(o, i), b(i, l), b(i, h);
4090
+ m(a, o) {
4091
+ q(a, t, o), b(t, n), b(t, r), b(t, i), s.m(u, i), b(i, l), b(i, h);
4090
4092
  },
4091
- p(a, u) {
4092
- u & /*$_*/
4093
- 1024 && o !== (o = /*$_*/
4094
- a[10]("forCasino") + "") && s.p(o), u & /*casinoRules*/
4095
- 512 && we(
4093
+ p(a, o) {
4094
+ o & /*$_*/
4095
+ 1024 && u !== (u = /*$_*/
4096
+ a[10]("forCasino") + "") && s.p(u), o & /*casinoRules*/
4097
+ 512 && Be(
4096
4098
  h,
4097
4099
  /*casinoRules*/
4098
4100
  a[9]
4099
4101
  );
4100
4102
  },
4101
4103
  d(a) {
4102
- a && V(t);
4104
+ a && X(t);
4103
4105
  }
4104
4106
  };
4105
4107
  }
4106
4108
  function kt(e) {
4107
- let t, n, r, i, s, o = (
4109
+ let t, n, r, i, s, u = (
4108
4110
  /*$_*/
4109
4111
  e[10]("forSportsbook") + ""
4110
4112
  ), l, h, a = dt(
4111
4113
  /*sportRules*/
4112
4114
  e[8]
4113
- ), u = [];
4115
+ ), o = [];
4114
4116
  for (let c = 0; c < a.length; c += 1)
4115
- u[c] = $t(At(e, a, c));
4117
+ o[c] = $t(At(e, a, c));
4116
4118
  return {
4117
4119
  c() {
4118
- t = T("div"), n = T("div"), n.innerHTML = `<img src="${Gi}"/>`, r = L(), i = T("div"), s = new ue(!1), l = Q(`:
4120
+ t = T("div"), n = T("div"), n.innerHTML = `<img src="${Gi}"/>`, r = L(), i = T("div"), s = new le(!1), l = J(`:
4119
4121
  `), h = T("ul");
4120
- for (let c = 0; c < u.length; c += 1)
4121
- u[c].c();
4122
+ for (let c = 0; c < o.length; c += 1)
4123
+ o[c].c();
4122
4124
  p(n, "class", "RuleIcon"), p(n, "part", "RuleIcon"), s.a = l, p(h, "class", "SportsRules"), p(i, "class", "RuleTxt"), p(i, "part", "RuleTxt"), p(t, "class", "RulesRow"), p(t, "part", "rule");
4123
4125
  },
4124
4126
  m(c, f) {
4125
- z(c, t, f), b(t, n), b(t, r), b(t, i), s.m(o, i), b(i, l), b(i, h);
4126
- for (let m = 0; m < u.length; m += 1)
4127
- u[m] && u[m].m(h, null);
4127
+ q(c, t, f), b(t, n), b(t, r), b(t, i), s.m(u, i), b(i, l), b(i, h);
4128
+ for (let m = 0; m < o.length; m += 1)
4129
+ o[m] && o[m].m(h, null);
4128
4130
  },
4129
4131
  p(c, f) {
4130
4132
  if (f & /*$_*/
4131
- 1024 && o !== (o = /*$_*/
4132
- c[10]("forSportsbook") + "") && s.p(o), f & /*sportRules*/
4133
+ 1024 && u !== (u = /*$_*/
4134
+ c[10]("forSportsbook") + "") && s.p(u), f & /*sportRules*/
4133
4135
  256) {
4134
4136
  a = dt(
4135
4137
  /*sportRules*/
@@ -4138,15 +4140,15 @@ function kt(e) {
4138
4140
  let m;
4139
4141
  for (m = 0; m < a.length; m += 1) {
4140
4142
  const g = At(c, a, m);
4141
- u[m] ? u[m].p(g, f) : (u[m] = $t(g), u[m].c(), u[m].m(h, null));
4143
+ o[m] ? o[m].p(g, f) : (o[m] = $t(g), o[m].c(), o[m].m(h, null));
4142
4144
  }
4143
- for (; m < u.length; m += 1)
4144
- u[m].d(1);
4145
- u.length = a.length;
4145
+ for (; m < o.length; m += 1)
4146
+ o[m].d(1);
4147
+ o.length = a.length;
4146
4148
  }
4147
4149
  },
4148
4150
  d(c) {
4149
- c && V(t), Tn(u, c);
4151
+ c && X(t), Tn(o, c);
4150
4152
  }
4151
4153
  };
4152
4154
  }
@@ -4157,23 +4159,23 @@ function $t(e) {
4157
4159
  ), r;
4158
4160
  return {
4159
4161
  c() {
4160
- t = T("li"), r = Q(n), p(t, "class", "RuleTxt"), p(t, "part", "RuleTxt");
4162
+ t = T("li"), r = J(n), p(t, "class", "RuleTxt"), p(t, "part", "RuleTxt");
4161
4163
  },
4162
4164
  m(i, s) {
4163
- z(i, t, s), b(t, r);
4165
+ q(i, t, s), b(t, r);
4164
4166
  },
4165
4167
  p(i, s) {
4166
4168
  s & /*sportRules*/
4167
4169
  256 && n !== (n = /*rule*/
4168
- i[24] + "") && we(r, n);
4170
+ i[24] + "") && Be(r, n);
4169
4171
  },
4170
4172
  d(i) {
4171
- i && V(t);
4173
+ i && X(t);
4172
4174
  }
4173
4175
  };
4174
4176
  }
4175
4177
  function Fi(e) {
4176
- let t, n, r, i, s, o, l, h, a, u, c, f, m, g = (
4178
+ let t, n, r, i, s, u, l, h, a, o, c, f, m, g = (
4177
4179
  /*$_*/
4178
4180
  e[10]("miniBetCount", {
4179
4181
  values: { betCount: (
@@ -4181,7 +4183,7 @@ function Fi(e) {
4181
4183
  e[3]
4182
4184
  ) }
4183
4185
  }) + ""
4184
- ), C, B, _, H, S, A, M = (
4186
+ ), C, B, _, H, S, A, R = (
4185
4187
  /*$_*/
4186
4188
  e[10]("timePeriod", {
4187
4189
  values: {
@@ -4195,13 +4197,13 @@ function Fi(e) {
4195
4197
  )
4196
4198
  }
4197
4199
  }) + ""
4198
- ), P, Y, Z, d, X, W, ve = (
4200
+ ), P, W, F, d, j, V, K = (
4199
4201
  /*$_*/
4200
4202
  e[10]("terms", { values: { tcUrl: (
4201
4203
  /*tcurl*/
4202
4204
  e[6]
4203
4205
  ) } }) + ""
4204
- ), at, fe, xe, ot, Ne, I = (
4206
+ ), me, de, Ee, ot, Pe, I = (
4205
4207
  /*scorecriterial*/
4206
4208
  e[2] == "BetCount" && Lt(e)
4207
4209
  ), k = (
@@ -4223,28 +4225,28 @@ function Fi(e) {
4223
4225
  );
4224
4226
  return {
4225
4227
  c() {
4226
- t = T("div"), n = T("div"), r = T("div"), r.innerHTML = `<img src="${Pi}"/>`, i = L(), s = T("div"), I && I.c(), o = L(), k && k.c(), l = L(), $ && $.c(), h = L(), U && U.c(), a = L(), u = T("div"), c = T("div"), c.innerHTML = `<img src="${Ii}"/>`, f = L(), m = T("div"), C = Q(g), B = L(), _ = T("div"), H = T("div"), H.innerHTML = `<img src="${ki}"/>`, S = L(), A = T("div"), P = Q(M), Y = L(), Z = T("div"), d = T("div"), d.innerHTML = `<img src="${$i}"/>`, X = L(), W = T("div"), at = L(), fe = T("span"), ot = L(), G && G.c(), Ne = L(), D && D.c(), p(r, "class", "RuleIcon"), p(r, "part", "RuleIcon"), p(s, "class", "RuleTxt"), p(s, "part", "RuleTxt"), p(n, "class", "RulesRow"), p(n, "part", "rule"), p(c, "class", "RuleIcon"), p(c, "part", "RuleIcon"), p(m, "class", "RuleTxt"), p(m, "part", "RuleTxt"), p(u, "class", "RulesRow"), p(u, "part", "rule"), p(H, "class", "RuleIcon"), p(H, "part", "RuleIcon"), p(A, "class", "RuleTxt"), p(A, "part", "RuleTxt"), p(_, "class", "RulesRow"), p(_, "part", "rule"), p(d, "class", "RuleIcon"), p(d, "part", "RuleIcon"), p(W, "class", "RuleTxt"), p(W, "part", "RuleTxt"), p(Z, "class", "RulesRow"), p(Z, "part", "rule"), p(fe, "type", "hidden"), p(fe, "href", xe = { tcurl: (
4228
+ t = T("div"), n = T("div"), r = T("div"), r.innerHTML = `<img src="${Pi}"/>`, i = L(), s = T("div"), I && I.c(), u = L(), k && k.c(), l = L(), $ && $.c(), h = L(), U && U.c(), a = L(), o = T("div"), c = T("div"), c.innerHTML = `<img src="${Ii}"/>`, f = L(), m = T("div"), C = J(g), B = L(), _ = T("div"), H = T("div"), H.innerHTML = `<img src="${ki}"/>`, S = L(), A = T("div"), P = J(R), W = L(), F = T("div"), d = T("div"), d.innerHTML = `<img src="${$i}"/>`, j = L(), V = T("div"), me = L(), de = T("span"), ot = L(), G && G.c(), Pe = L(), D && D.c(), p(r, "class", "RuleIcon"), p(r, "part", "RuleIcon"), p(s, "class", "RuleTxt"), p(s, "part", "RuleTxt"), p(n, "class", "RulesRow"), p(n, "part", "rule"), p(c, "class", "RuleIcon"), p(c, "part", "RuleIcon"), p(m, "class", "RuleTxt"), p(m, "part", "RuleTxt"), p(o, "class", "RulesRow"), p(o, "part", "rule"), p(H, "class", "RuleIcon"), p(H, "part", "RuleIcon"), p(A, "class", "RuleTxt"), p(A, "part", "RuleTxt"), p(_, "class", "RulesRow"), p(_, "part", "rule"), p(d, "class", "RuleIcon"), p(d, "part", "RuleIcon"), p(V, "class", "RuleTxt"), p(V, "part", "RuleTxt"), p(F, "class", "RulesRow"), p(F, "part", "rule"), p(de, "type", "hidden"), p(de, "href", Ee = { tcurl: (
4227
4229
  /*tcurl*/
4228
4230
  e[6]
4229
4231
  ) }), p(t, "class", "casino-tournaments-thumbnail-rule"), p(t, "part", "casino-tournaments-thumbnail-rule");
4230
4232
  },
4231
- m(E, F) {
4232
- z(E, t, F), b(t, n), b(n, r), b(n, i), b(n, s), I && I.m(s, null), b(s, o), k && k.m(s, null), b(s, l), $ && $.m(s, null), b(s, h), U && U.m(s, null), b(t, a), b(t, u), b(u, c), b(u, f), b(u, m), b(m, C), b(t, B), b(t, _), b(_, H), b(_, S), b(_, A), b(A, P), b(t, Y), b(t, Z), b(Z, d), b(Z, X), b(Z, W), W.innerHTML = ve, b(t, at), b(t, fe), b(t, ot), G && G.m(t, null), b(t, Ne), D && D.m(t, null), e[17](t);
4233
+ m(E, z) {
4234
+ q(E, t, z), b(t, n), b(n, r), b(n, i), b(n, s), I && I.m(s, null), b(s, u), k && k.m(s, null), b(s, l), $ && $.m(s, null), b(s, h), U && U.m(s, null), b(t, a), b(t, o), b(o, c), b(o, f), b(o, m), b(m, C), b(t, B), b(t, _), b(_, H), b(_, S), b(_, A), b(A, P), b(t, W), b(t, F), b(F, d), b(F, j), b(F, V), V.innerHTML = K, b(t, me), b(t, de), b(t, ot), G && G.m(t, null), b(t, Pe), D && D.m(t, null), e[17](t);
4233
4235
  },
4234
- p(E, [F]) {
4236
+ p(E, [z]) {
4235
4237
  /*scorecriterial*/
4236
- E[2] == "BetCount" ? I ? I.p(E, F) : (I = Lt(E), I.c(), I.m(s, o)) : I && (I.d(1), I = null), /*scorecriterial*/
4237
- E[2] == "WinStakeRatio" ? k ? k.p(E, F) : (k = Ot(E), k.c(), k.m(s, l)) : k && (k.d(1), k = null), /*scorecriterial*/
4238
- E[2] == "MaxWinStakeRatio" ? $ ? $.p(E, F) : ($ = Nt(E), $.c(), $.m(s, h)) : $ && ($.d(1), $ = null), /*scorecriterial*/
4239
- E[2] == "Stake" ? U ? U.p(E, F) : (U = Pt(E), U.c(), U.m(s, null)) : U && (U.d(1), U = null), F & /*$_, betcount*/
4238
+ E[2] == "BetCount" ? I ? I.p(E, z) : (I = Lt(E), I.c(), I.m(s, u)) : I && (I.d(1), I = null), /*scorecriterial*/
4239
+ E[2] == "WinStakeRatio" ? k ? k.p(E, z) : (k = Ot(E), k.c(), k.m(s, l)) : k && (k.d(1), k = null), /*scorecriterial*/
4240
+ E[2] == "MaxWinStakeRatio" ? $ ? $.p(E, z) : ($ = Nt(E), $.c(), $.m(s, h)) : $ && ($.d(1), $ = null), /*scorecriterial*/
4241
+ E[2] == "Stake" ? U ? U.p(E, z) : (U = Pt(E), U.c(), U.m(s, null)) : U && (U.d(1), U = null), z & /*$_, betcount*/
4240
4242
  1032 && g !== (g = /*$_*/
4241
4243
  E[10]("miniBetCount", {
4242
4244
  values: { betCount: (
4243
4245
  /*betcount*/
4244
4246
  E[3]
4245
4247
  ) }
4246
- }) + "") && we(C, g), F & /*$_, starttime, endtime*/
4247
- 1072 && M !== (M = /*$_*/
4248
+ }) + "") && Be(C, g), z & /*$_, starttime, endtime*/
4249
+ 1072 && R !== (R = /*$_*/
4248
4250
  E[10]("timePeriod", {
4249
4251
  values: {
4250
4252
  startTime: (
@@ -4256,66 +4258,66 @@ function Fi(e) {
4256
4258
  E[5]
4257
4259
  )
4258
4260
  }
4259
- }) + "") && we(P, M), F & /*$_, tcurl*/
4260
- 1088 && ve !== (ve = /*$_*/
4261
+ }) + "") && Be(P, R), z & /*$_, tcurl*/
4262
+ 1088 && K !== (K = /*$_*/
4261
4263
  E[10]("terms", { values: { tcUrl: (
4262
4264
  /*tcurl*/
4263
4265
  E[6]
4264
- ) } }) + "") && (W.innerHTML = ve), F & /*tcurl*/
4265
- 64 && xe !== (xe = { tcurl: (
4266
+ ) } }) + "") && (V.innerHTML = K), z & /*tcurl*/
4267
+ 64 && Ee !== (Ee = { tcurl: (
4266
4268
  /*tcurl*/
4267
4269
  E[6]
4268
- ) }) && p(fe, "href", xe), /*casinowallet*/
4269
- E[1] ? G ? G.p(E, F) : (G = It(E), G.c(), G.m(t, Ne)) : G && (G.d(1), G = null), /*sportswallet*/
4270
+ ) }) && p(de, "href", Ee), /*casinowallet*/
4271
+ E[1] ? G ? G.p(E, z) : (G = It(E), G.c(), G.m(t, Pe)) : G && (G.d(1), G = null), /*sportswallet*/
4270
4272
  E[0] && /*sportRules*/
4271
- E[8].length ? D ? D.p(E, F) : (D = kt(E), D.c(), D.m(t, null)) : D && (D.d(1), D = null);
4273
+ E[8].length ? D ? D.p(E, z) : (D = kt(E), D.c(), D.m(t, null)) : D && (D.d(1), D = null);
4272
4274
  },
4273
- i: j,
4274
- o: j,
4275
+ i: Z,
4276
+ o: Z,
4275
4277
  d(E) {
4276
- E && V(t), I && I.d(), k && k.d(), $ && $.d(), U && U.d(), G && G.d(), D && D.d(), e[17](null);
4278
+ E && X(t), I && I.d(), k && k.d(), $ && $.d(), U && U.d(), G && G.d(), D && D.d(), e[17](null);
4277
4279
  }
4278
4280
  };
4279
4281
  }
4280
4282
  function ji(e, t, n) {
4281
4283
  let r;
4282
4284
  xn(e, Mi, (d) => n(10, r = d));
4283
- let { lang: i = "tr" } = t, { scorecriterial: s = "BetCount" } = t, { betcount: o } = t, { starttime: l } = t, { endtime: h } = t, { tcurl: a } = t, { clientstyling: u = "" } = t, { clientstylingurl: c = "" } = t, { translationurl: f = "" } = t, { mbsource: m } = t, { sportswallet: g } = t, { casinowallet: C } = t, { currency: B = "EUR" } = t, _, H = [], S = "";
4285
+ let { lang: i = "tr" } = t, { scorecriterial: s = "BetCount" } = t, { betcount: u } = t, { starttime: l } = t, { endtime: h } = t, { tcurl: a } = t, { clientstyling: o = "" } = t, { clientstylingurl: c = "" } = t, { translationurl: f = "" } = t, { mbsource: m } = t, { sportswallet: g } = t, { casinowallet: C } = t, { currency: B = "EUR" } = t, _, H = [], S = "";
4284
4286
  Ri({ withLocale: "en", translations: {} });
4285
4287
  const A = () => {
4286
- fetch(f).then((X) => X.json()).then((X) => {
4287
- Object.keys(X).forEach((W) => {
4288
- Ht(W, X[W]);
4288
+ fetch(f).then((j) => j.json()).then((j) => {
4289
+ Object.keys(j).forEach((V) => {
4290
+ Ht(V, j[V]);
4289
4291
  });
4290
- }).catch((X) => {
4291
- console.error(X);
4292
+ }).catch((j) => {
4293
+ console.error(j);
4292
4294
  });
4293
4295
  };
4294
4296
  Object.keys(Mt).forEach((d) => {
4295
4297
  Ht(d, Mt[d]);
4296
4298
  });
4297
- const M = () => {
4299
+ const R = () => {
4298
4300
  Ai(i);
4299
4301
  }, P = (d) => {
4300
4302
  d.data && d.data.type && d.type == "TournamentsWalletsUpdate" && (n(1, C = d.data.wallet.casino), n(0, g = d.data.wallet.sports));
4301
- }, Y = () => {
4303
+ }, W = () => {
4302
4304
  n(9, S = C ? Rt.generateCasinoRule(r, C, B) : ""), n(8, H = g ? Rt.generateSportsRule(r, g, B) : []);
4303
4305
  };
4304
4306
  Mn(() => (window.addEventListener("message", P, !1), window.postMessage({ type: "TournamentsRuleListenerLoaded" }, window.location.href), () => {
4305
4307
  window.removeEventListener("message", P);
4306
4308
  }));
4307
- function Z(d) {
4308
- je[d ? "unshift" : "push"](() => {
4309
+ function F(d) {
4310
+ Ve[d ? "unshift" : "push"](() => {
4309
4311
  _ = d, n(7, _);
4310
4312
  });
4311
4313
  }
4312
4314
  return e.$$set = (d) => {
4313
- "lang" in d && n(11, i = d.lang), "scorecriterial" in d && n(2, s = d.scorecriterial), "betcount" in d && n(3, o = d.betcount), "starttime" in d && n(4, l = d.starttime), "endtime" in d && n(5, h = d.endtime), "tcurl" in d && n(6, a = d.tcurl), "clientstyling" in d && n(12, u = d.clientstyling), "clientstylingurl" in d && n(13, c = d.clientstylingurl), "translationurl" in d && n(14, f = d.translationurl), "mbsource" in d && n(15, m = d.mbsource), "sportswallet" in d && n(0, g = d.sportswallet), "casinowallet" in d && n(1, C = d.casinowallet), "currency" in d && n(16, B = d.currency);
4315
+ "lang" in d && n(11, i = d.lang), "scorecriterial" in d && n(2, s = d.scorecriterial), "betcount" in d && n(3, u = d.betcount), "starttime" in d && n(4, l = d.starttime), "endtime" in d && n(5, h = d.endtime), "tcurl" in d && n(6, a = d.tcurl), "clientstyling" in d && n(12, o = d.clientstyling), "clientstylingurl" in d && n(13, c = d.clientstylingurl), "translationurl" in d && n(14, f = d.translationurl), "mbsource" in d && n(15, m = d.mbsource), "sportswallet" in d && n(0, g = d.sportswallet), "casinowallet" in d && n(1, C = d.casinowallet), "currency" in d && n(16, B = d.currency);
4314
4316
  }, e.$$.update = () => {
4315
4317
  e.$$.dirty & /*lang*/
4316
- 2048 && i && M(), e.$$.dirty & /*sportswallet, casinowallet*/
4317
- 3 && (g || C) && Y(), e.$$.dirty & /*clientstyling, customStylingContainer*/
4318
- 4224 && u && _ && Li(_, u), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
4318
+ 2048 && i && R(), e.$$.dirty & /*sportswallet, casinowallet*/
4319
+ 3 && (g || C) && W(), e.$$.dirty & /*clientstyling, customStylingContainer*/
4320
+ 4224 && o && _ && Li(_, o), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
4319
4321
  8320 && c && _ && Oi(_, c), e.$$.dirty & /*mbsource, customStylingContainer*/
4320
4322
  32896 && m && _ && Ni(_, `${m}.Style`), e.$$.dirty & /*translationurl*/
4321
4323
  16384 && f && A();
@@ -4323,7 +4325,7 @@ function ji(e, t, n) {
4323
4325
  g,
4324
4326
  C,
4325
4327
  s,
4326
- o,
4328
+ u,
4327
4329
  l,
4328
4330
  h,
4329
4331
  a,
@@ -4332,12 +4334,12 @@ function ji(e, t, n) {
4332
4334
  S,
4333
4335
  r,
4334
4336
  i,
4335
- u,
4337
+ o,
4336
4338
  c,
4337
4339
  f,
4338
4340
  m,
4339
4341
  B,
4340
- Z
4342
+ F
4341
4343
  ];
4342
4344
  }
4343
4345
  class Vi extends Dn {