@everymatrix/casino-tournaments-thumbnail-rule 1.54.0 → 1.54.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,75 +1,46 @@
1
- var hr = Object.defineProperty, cr = Object.defineProperties;
2
- var fr = Object.getOwnPropertyDescriptors;
3
- var ut = Object.getOwnPropertySymbols;
4
- var mr = Object.prototype.hasOwnProperty, dr = Object.prototype.propertyIsEnumerable;
5
- var Ie = (e, t, r) => t in e ? hr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, lt = (e, t) => {
6
- for (var r in t || (t = {}))
7
- mr.call(t, r) && Ie(e, r, t[r]);
8
- if (ut)
9
- for (var r of ut(t))
10
- dr.call(t, r) && Ie(e, r, t[r]);
11
- return e;
12
- }, ht = (e, t) => cr(e, fr(t));
13
- var M = (e, t, r) => Ie(e, typeof t != "symbol" ? t + "" : t, r);
14
- var ct = (e, t, r) => new Promise((n, i) => {
15
- var a = (l) => {
16
- try {
17
- s(r.next(l));
18
- } catch (u) {
19
- i(u);
20
- }
21
- }, o = (l) => {
22
- try {
23
- s(r.throw(l));
24
- } catch (u) {
25
- i(u);
26
- }
27
- }, s = (l) => l.done ? n(l.value) : Promise.resolve(l.value).then(a, o);
28
- s((r = r.apply(e, t)).next());
29
- });
30
- function Z() {
1
+ function W() {
31
2
  }
32
- function Pt(e) {
3
+ function Mt(e) {
33
4
  return e();
34
5
  }
35
- function ft() {
6
+ function ot() {
36
7
  return /* @__PURE__ */ Object.create(null);
37
8
  }
38
- function Ee(e) {
39
- e.forEach(Pt);
9
+ function _e(e) {
10
+ e.forEach(Mt);
40
11
  }
41
- function nt(e) {
12
+ function tt(e) {
42
13
  return typeof e == "function";
43
14
  }
44
- function Ot(e, t) {
15
+ function Rt(e, t) {
45
16
  return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
46
17
  }
47
- function pr(e) {
18
+ function ir(e) {
48
19
  return Object.keys(e).length === 0;
49
20
  }
50
- function It(e, ...t) {
21
+ function kt(e, ...t) {
51
22
  if (e == null) {
52
23
  for (const n of t)
53
24
  n(void 0);
54
- return Z;
25
+ return W;
55
26
  }
56
27
  const r = e.subscribe(...t);
57
28
  return r.unsubscribe ? () => r.unsubscribe() : r;
58
29
  }
59
- function br(e, t, r) {
60
- e.$$.on_destroy.push(It(t, r));
30
+ function ar(e, t, r) {
31
+ e.$$.on_destroy.push(kt(t, r));
61
32
  }
62
33
  function p(e, t) {
63
34
  e.appendChild(t);
64
35
  }
65
- function gr(e, t, r) {
66
- const n = yr(e);
36
+ function or(e, t, r) {
37
+ const n = sr(e);
67
38
  if (!n.getElementById(t)) {
68
39
  const i = x("style");
69
- i.id = t, i.textContent = r, vr(n, i);
40
+ i.id = t, i.textContent = r, ur(n, i);
70
41
  }
71
42
  }
72
- function yr(e) {
43
+ function sr(e) {
73
44
  if (!e) return document;
74
45
  const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
75
46
  return t && /** @type {ShadowRoot} */
@@ -78,14 +49,14 @@ function yr(e) {
78
49
  t
79
50
  ) : e.ownerDocument;
80
51
  }
81
- function vr(e, t) {
52
+ function ur(e, t) {
82
53
  return p(
83
54
  /** @type {Document} */
84
55
  e.head || e,
85
56
  t
86
57
  ), t.sheet;
87
58
  }
88
- function R(e, t, r) {
59
+ function M(e, t, r) {
89
60
  e.insertBefore(t, r || null);
90
61
  }
91
62
  function H(e) {
@@ -94,43 +65,43 @@ function H(e) {
94
65
  function x(e) {
95
66
  return document.createElement(e);
96
67
  }
97
- function _r(e) {
68
+ function lr(e) {
98
69
  return document.createElementNS("http://www.w3.org/2000/svg", e);
99
70
  }
100
- function X(e) {
71
+ function z(e) {
101
72
  return document.createTextNode(e);
102
73
  }
103
- function O() {
104
- return X(" ");
74
+ function P() {
75
+ return z(" ");
105
76
  }
106
- function Re() {
107
- return X("");
77
+ function Me() {
78
+ return z("");
108
79
  }
109
80
  function m(e, t, r) {
110
81
  r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
111
82
  }
112
- function Er(e) {
83
+ function hr(e) {
113
84
  return Array.from(e.childNodes);
114
85
  }
115
- function Y(e, t) {
86
+ function J(e, t) {
116
87
  t = "" + t, e.data !== t && (e.data = /** @type {string} */
117
88
  t);
118
89
  }
119
- class ke {
90
+ class Re {
91
+ /**
92
+ * @private
93
+ * @default false
94
+ */
95
+ is_svg = !1;
96
+ /** parent for creating node */
97
+ e = void 0;
98
+ /** html tag nodes */
99
+ n = void 0;
100
+ /** target */
101
+ t = void 0;
102
+ /** anchor */
103
+ a = void 0;
120
104
  constructor(t = !1) {
121
- /**
122
- * @private
123
- * @default false
124
- */
125
- M(this, "is_svg", !1);
126
- /** parent for creating node */
127
- M(this, "e");
128
- /** html tag nodes */
129
- M(this, "n");
130
- /** target */
131
- M(this, "t");
132
- /** anchor */
133
- M(this, "a");
134
105
  this.is_svg = t, this.e = this.n = null;
135
106
  }
136
107
  /**
@@ -147,7 +118,7 @@ class ke {
147
118
  * @returns {void}
148
119
  */
149
120
  m(t, r, n = null) {
150
- this.e || (this.is_svg ? this.e = _r(
121
+ this.e || (this.is_svg ? this.e = lr(
151
122
  /** @type {keyof SVGElementTagNameMap} */
152
123
  r.nodeName
153
124
  ) : this.e = x(
@@ -171,7 +142,7 @@ class ke {
171
142
  * @returns {void} */
172
143
  i(t) {
173
144
  for (let r = 0; r < this.n.length; r += 1)
174
- R(this.t, this.n[r], t);
145
+ M(this.t, this.n[r], t);
175
146
  }
176
147
  /**
177
148
  * @param {string} html
@@ -186,7 +157,7 @@ class ke {
186
157
  this.n.forEach(H);
187
158
  }
188
159
  }
189
- function xr(e) {
160
+ function cr(e) {
190
161
  const t = {};
191
162
  return e.childNodes.forEach(
192
163
  /** @param {Element} node */
@@ -195,245 +166,241 @@ function xr(e) {
195
166
  }
196
167
  ), t;
197
168
  }
198
- let ye;
199
- function ge(e) {
200
- ye = e;
169
+ let ge;
170
+ function be(e) {
171
+ ge = e;
201
172
  }
202
- function Tr() {
203
- if (!ye) throw new Error("Function called outside component initialization");
204
- return ye;
173
+ function fr() {
174
+ if (!ge) throw new Error("Function called outside component initialization");
175
+ return ge;
205
176
  }
206
- function Br(e) {
207
- Tr().$$.on_mount.push(e);
177
+ function mr(e) {
178
+ fr().$$.on_mount.push(e);
208
179
  }
209
- const se = [], ze = [];
210
- let ue = [];
211
- const mt = [], wr = /* @__PURE__ */ Promise.resolve();
212
- let Xe = !1;
213
- function Hr() {
214
- Xe || (Xe = !0, wr.then(z));
180
+ const oe = [], je = [];
181
+ let se = [];
182
+ const st = [], dr = /* @__PURE__ */ Promise.resolve();
183
+ let Ve = !1;
184
+ function pr() {
185
+ Ve || (Ve = !0, dr.then(V));
215
186
  }
216
- function We(e) {
217
- ue.push(e);
187
+ function ze(e) {
188
+ se.push(e);
218
189
  }
219
- const $e = /* @__PURE__ */ new Set();
220
- let ae = 0;
221
- function z() {
222
- if (ae !== 0)
190
+ const Oe = /* @__PURE__ */ new Set();
191
+ let ie = 0;
192
+ function V() {
193
+ if (ie !== 0)
223
194
  return;
224
- const e = ye;
195
+ const e = ge;
225
196
  do {
226
197
  try {
227
- for (; ae < se.length; ) {
228
- const t = se[ae];
229
- ae++, ge(t), Cr(t.$$);
198
+ for (; ie < oe.length; ) {
199
+ const t = oe[ie];
200
+ ie++, be(t), br(t.$$);
230
201
  }
231
202
  } catch (t) {
232
- throw se.length = 0, ae = 0, t;
203
+ throw oe.length = 0, ie = 0, t;
233
204
  }
234
- for (ge(null), se.length = 0, ae = 0; ze.length; ) ze.pop()();
235
- for (let t = 0; t < ue.length; t += 1) {
236
- const r = ue[t];
237
- $e.has(r) || ($e.add(r), r());
205
+ for (be(null), oe.length = 0, ie = 0; je.length; ) je.pop()();
206
+ for (let t = 0; t < se.length; t += 1) {
207
+ const r = se[t];
208
+ Oe.has(r) || (Oe.add(r), r());
238
209
  }
239
- ue.length = 0;
240
- } while (se.length);
241
- for (; mt.length; )
242
- mt.pop()();
243
- Xe = !1, $e.clear(), ge(e);
210
+ se.length = 0;
211
+ } while (oe.length);
212
+ for (; st.length; )
213
+ st.pop()();
214
+ Ve = !1, Oe.clear(), be(e);
244
215
  }
245
- function Cr(e) {
216
+ function br(e) {
246
217
  if (e.fragment !== null) {
247
- e.update(), Ee(e.before_update);
218
+ e.update(), _e(e.before_update);
248
219
  const t = e.dirty;
249
- e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(We);
220
+ e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(ze);
250
221
  }
251
222
  }
252
- function Sr(e) {
223
+ function gr(e) {
253
224
  const t = [], r = [];
254
- ue.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), ue = t;
225
+ se.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), se = t;
255
226
  }
256
- const Mr = /* @__PURE__ */ new Set();
257
- function Rr(e, t) {
258
- e && e.i && (Mr.delete(e), e.i(t));
227
+ const yr = /* @__PURE__ */ new Set();
228
+ function vr(e, t) {
229
+ e && e.i && (yr.delete(e), e.i(t));
259
230
  }
260
- function kr(e, t, r) {
231
+ function _r(e, t, r) {
261
232
  const { fragment: n, after_update: i } = e.$$;
262
- n && n.m(t, r), We(() => {
263
- const a = e.$$.on_mount.map(Pt).filter(nt);
264
- e.$$.on_destroy ? e.$$.on_destroy.push(...a) : Ee(a), e.$$.on_mount = [];
265
- }), i.forEach(We);
233
+ n && n.m(t, r), ze(() => {
234
+ const a = e.$$.on_mount.map(Mt).filter(tt);
235
+ e.$$.on_destroy ? e.$$.on_destroy.push(...a) : _e(a), e.$$.on_mount = [];
236
+ }), i.forEach(ze);
266
237
  }
267
- function Nr(e, t) {
238
+ function Er(e, t) {
268
239
  const r = e.$$;
269
- r.fragment !== null && (Sr(r.after_update), Ee(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
240
+ r.fragment !== null && (gr(r.after_update), _e(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
270
241
  }
271
- function Ar(e, t) {
272
- e.$$.dirty[0] === -1 && (se.push(e), Hr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
242
+ function xr(e, t) {
243
+ e.$$.dirty[0] === -1 && (oe.push(e), pr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
273
244
  }
274
- function Lr(e, t, r, n, i, a, o = null, s = [-1]) {
275
- const l = ye;
276
- ge(e);
245
+ function Tr(e, t, r, n, i, a, s = null, o = [-1]) {
246
+ const h = ge;
247
+ be(e);
277
248
  const u = e.$$ = {
278
249
  fragment: null,
279
250
  ctx: [],
280
251
  // state
281
252
  props: a,
282
- update: Z,
253
+ update: W,
283
254
  not_equal: i,
284
- bound: ft(),
255
+ bound: ot(),
285
256
  // lifecycle
286
257
  on_mount: [],
287
258
  on_destroy: [],
288
259
  on_disconnect: [],
289
260
  before_update: [],
290
261
  after_update: [],
291
- context: new Map(t.context || (l ? l.$$.context : [])),
262
+ context: new Map(t.context || (h ? h.$$.context : [])),
292
263
  // everything else
293
- callbacks: ft(),
294
- dirty: s,
264
+ callbacks: ot(),
265
+ dirty: o,
295
266
  skip_bound: !1,
296
- root: t.target || l.$$.root
267
+ root: t.target || h.$$.root
297
268
  };
298
- o && o(u.root);
299
- let h = !1;
269
+ s && s(u.root);
270
+ let l = !1;
300
271
  if (u.ctx = r(e, t.props || {}, (c, f, ...g) => {
301
272
  const y = g.length ? g[0] : f;
302
- return u.ctx && i(u.ctx[c], u.ctx[c] = y) && (!u.skip_bound && u.bound[c] && u.bound[c](y), h && Ar(e, c)), f;
303
- }), u.update(), h = !0, Ee(u.before_update), u.fragment = n(u.ctx), t.target) {
273
+ return u.ctx && i(u.ctx[c], u.ctx[c] = y) && (!u.skip_bound && u.bound[c] && u.bound[c](y), l && xr(e, c)), f;
274
+ }), u.update(), l = !0, _e(u.before_update), u.fragment = n(u.ctx), t.target) {
304
275
  if (t.hydrate) {
305
- const c = Er(t.target);
276
+ const c = hr(t.target);
306
277
  u.fragment && u.fragment.l(c), c.forEach(H);
307
278
  } else
308
279
  u.fragment && u.fragment.c();
309
- t.intro && Rr(e.$$.fragment), kr(e, t.target, t.anchor), z();
280
+ t.intro && vr(e.$$.fragment), _r(e, t.target, t.anchor), V();
310
281
  }
311
- ge(l);
312
- }
313
- let $t;
314
- typeof HTMLElement == "function" && ($t = class extends HTMLElement {
315
- constructor(t, r, n) {
316
- super();
317
- /** The Svelte component constructor */
318
- M(this, "$$ctor");
319
- /** Slots */
320
- M(this, "$$s");
321
- /** The Svelte component instance */
322
- M(this, "$$c");
323
- /** Whether or not the custom element is connected */
324
- M(this, "$$cn", !1);
325
- /** Component props data */
326
- M(this, "$$d", {});
327
- /** `true` if currently in the process of reflecting component props back to attributes */
328
- M(this, "$$r", !1);
329
- /** @type {Record<string, CustomElementPropDefinition>} Props definition (name, reflected, type etc) */
330
- M(this, "$$p_d", {});
331
- /** @type {Record<string, Function[]>} Event listeners */
332
- M(this, "$$l", {});
333
- /** @type {Map<Function, Function>} Event listener unsubscribe functions */
334
- M(this, "$$l_u", /* @__PURE__ */ new Map());
335
- this.$$ctor = t, this.$$s = r, n && this.attachShadow({ mode: "open" });
282
+ be(h);
283
+ }
284
+ let Nt;
285
+ typeof HTMLElement == "function" && (Nt = class extends HTMLElement {
286
+ /** The Svelte component constructor */
287
+ $$ctor;
288
+ /** Slots */
289
+ $$s;
290
+ /** The Svelte component instance */
291
+ $$c;
292
+ /** Whether or not the custom element is connected */
293
+ $$cn = !1;
294
+ /** Component props data */
295
+ $$d = {};
296
+ /** `true` if currently in the process of reflecting component props back to attributes */
297
+ $$r = !1;
298
+ /** @type {Record<string, CustomElementPropDefinition>} Props definition (name, reflected, type etc) */
299
+ $$p_d = {};
300
+ /** @type {Record<string, Function[]>} Event listeners */
301
+ $$l = {};
302
+ /** @type {Map<Function, Function>} Event listener unsubscribe functions */
303
+ $$l_u = /* @__PURE__ */ new Map();
304
+ constructor(e, t, r) {
305
+ super(), this.$$ctor = e, this.$$s = t, r && this.attachShadow({ mode: "open" });
336
306
  }
337
- addEventListener(t, r, n) {
338
- if (this.$$l[t] = this.$$l[t] || [], this.$$l[t].push(r), this.$$c) {
339
- const i = this.$$c.$on(t, r);
340
- this.$$l_u.set(r, i);
307
+ addEventListener(e, t, r) {
308
+ if (this.$$l[e] = this.$$l[e] || [], this.$$l[e].push(t), this.$$c) {
309
+ const n = this.$$c.$on(e, t);
310
+ this.$$l_u.set(t, n);
341
311
  }
342
- super.addEventListener(t, r, n);
312
+ super.addEventListener(e, t, r);
343
313
  }
344
- removeEventListener(t, r, n) {
345
- if (super.removeEventListener(t, r, n), this.$$c) {
346
- const i = this.$$l_u.get(r);
347
- i && (i(), this.$$l_u.delete(r));
314
+ removeEventListener(e, t, r) {
315
+ if (super.removeEventListener(e, t, r), this.$$c) {
316
+ const n = this.$$l_u.get(t);
317
+ n && (n(), this.$$l_u.delete(t));
348
318
  }
349
319
  }
350
- connectedCallback() {
351
- return ct(this, null, function* () {
352
- if (this.$$cn = !0, !this.$$c) {
353
- let t = function(a) {
354
- return () => {
355
- let o;
356
- return {
357
- c: function() {
358
- o = x("slot"), a !== "default" && m(o, "name", a);
359
- },
360
- /**
361
- * @param {HTMLElement} target
362
- * @param {HTMLElement} [anchor]
363
- */
364
- m: function(u, h) {
365
- R(u, o, h);
366
- },
367
- d: function(u) {
368
- u && H(o);
369
- }
370
- };
320
+ async connectedCallback() {
321
+ if (this.$$cn = !0, !this.$$c) {
322
+ let e = function(i) {
323
+ return () => {
324
+ let a;
325
+ return {
326
+ c: function() {
327
+ a = x("slot"), i !== "default" && m(a, "name", i);
328
+ },
329
+ /**
330
+ * @param {HTMLElement} target
331
+ * @param {HTMLElement} [anchor]
332
+ */
333
+ m: function(h, u) {
334
+ M(h, a, u);
335
+ },
336
+ d: function(h) {
337
+ h && H(a);
338
+ }
371
339
  };
372
340
  };
373
- if (yield Promise.resolve(), !this.$$cn || this.$$c)
374
- return;
375
- const r = {}, n = xr(this);
376
- for (const a of this.$$s)
377
- a in n && (r[a] = [t(a)]);
378
- for (const a of this.attributes) {
379
- const o = this.$$g_p(a.name);
380
- o in this.$$d || (this.$$d[o] = we(o, a.value, this.$$p_d, "toProp"));
341
+ };
342
+ if (await Promise.resolve(), !this.$$cn || this.$$c)
343
+ return;
344
+ const t = {}, r = cr(this);
345
+ for (const i of this.$$s)
346
+ i in r && (t[i] = [e(i)]);
347
+ for (const i of this.attributes) {
348
+ const a = this.$$g_p(i.name);
349
+ a in this.$$d || (this.$$d[a] = Be(a, i.value, this.$$p_d, "toProp"));
350
+ }
351
+ for (const i in this.$$p_d)
352
+ !(i in this.$$d) && this[i] !== void 0 && (this.$$d[i] = this[i], delete this[i]);
353
+ this.$$c = new this.$$ctor({
354
+ target: this.shadowRoot || this,
355
+ props: {
356
+ ...this.$$d,
357
+ $$slots: t,
358
+ $$scope: {
359
+ ctx: []
360
+ }
381
361
  }
382
- for (const a in this.$$p_d)
383
- !(a in this.$$d) && this[a] !== void 0 && (this.$$d[a] = this[a], delete this[a]);
384
- this.$$c = new this.$$ctor({
385
- target: this.shadowRoot || this,
386
- props: ht(lt({}, this.$$d), {
387
- $$slots: r,
388
- $$scope: {
389
- ctx: []
390
- }
391
- })
392
- });
393
- const i = () => {
394
- this.$$r = !0;
395
- for (const a in this.$$p_d)
396
- if (this.$$d[a] = this.$$c.$$.ctx[this.$$c.$$.props[a]], this.$$p_d[a].reflect) {
397
- const o = we(
398
- a,
399
- this.$$d[a],
400
- this.$$p_d,
401
- "toAttribute"
402
- );
403
- o == null ? this.removeAttribute(this.$$p_d[a].attribute || a) : this.setAttribute(this.$$p_d[a].attribute || a, o);
404
- }
405
- this.$$r = !1;
406
- };
407
- this.$$c.$$.after_update.push(i), i();
408
- for (const a in this.$$l)
409
- for (const o of this.$$l[a]) {
410
- const s = this.$$c.$on(a, o);
411
- this.$$l_u.set(o, s);
362
+ });
363
+ const n = () => {
364
+ this.$$r = !0;
365
+ for (const i in this.$$p_d)
366
+ if (this.$$d[i] = this.$$c.$$.ctx[this.$$c.$$.props[i]], this.$$p_d[i].reflect) {
367
+ const a = Be(
368
+ i,
369
+ this.$$d[i],
370
+ this.$$p_d,
371
+ "toAttribute"
372
+ );
373
+ a == null ? this.removeAttribute(this.$$p_d[i].attribute || i) : this.setAttribute(this.$$p_d[i].attribute || i, a);
412
374
  }
413
- this.$$l = {};
414
- }
415
- });
375
+ this.$$r = !1;
376
+ };
377
+ this.$$c.$$.after_update.push(n), n();
378
+ for (const i in this.$$l)
379
+ for (const a of this.$$l[i]) {
380
+ const s = this.$$c.$on(i, a);
381
+ this.$$l_u.set(a, s);
382
+ }
383
+ this.$$l = {};
384
+ }
416
385
  }
417
386
  // We don't need this when working within Svelte code, but for compatibility of people using this outside of Svelte
418
387
  // and setting attributes through setAttribute etc, this is helpful
419
- attributeChangedCallback(t, r, n) {
420
- var i;
421
- this.$$r || (t = this.$$g_p(t), this.$$d[t] = we(t, n, this.$$p_d, "toProp"), (i = this.$$c) == null || i.$set({ [t]: this.$$d[t] }));
388
+ attributeChangedCallback(e, t, r) {
389
+ this.$$r || (e = this.$$g_p(e), this.$$d[e] = Be(e, r, this.$$p_d, "toProp"), this.$$c?.$set({ [e]: this.$$d[e] }));
422
390
  }
423
391
  disconnectedCallback() {
424
392
  this.$$cn = !1, Promise.resolve().then(() => {
425
393
  !this.$$cn && this.$$c && (this.$$c.$destroy(), this.$$c = void 0);
426
394
  });
427
395
  }
428
- $$g_p(t) {
396
+ $$g_p(e) {
429
397
  return Object.keys(this.$$p_d).find(
430
- (r) => this.$$p_d[r].attribute === t || !this.$$p_d[r].attribute && r.toLowerCase() === t
431
- ) || t;
398
+ (t) => this.$$p_d[t].attribute === e || !this.$$p_d[t].attribute && t.toLowerCase() === e
399
+ ) || e;
432
400
  }
433
401
  });
434
- function we(e, t, r, n) {
435
- var a;
436
- const i = (a = r[e]) == null ? void 0 : a.type;
402
+ function Be(e, t, r, n) {
403
+ const i = r[e]?.type;
437
404
  if (t = i === "Boolean" && typeof t != "boolean" ? t != null : t, !n || !r[e])
438
405
  return t;
439
406
  if (n === "toAttribute")
@@ -444,7 +411,7 @@ function we(e, t, r, n) {
444
411
  case "Boolean":
445
412
  return t ? "" : null;
446
413
  case "Number":
447
- return t == null ? null : t;
414
+ return t ?? null;
448
415
  default:
449
416
  return t;
450
417
  }
@@ -461,59 +428,55 @@ function we(e, t, r, n) {
461
428
  return t;
462
429
  }
463
430
  }
464
- function Pr(e, t, r, n, i, a) {
465
- let o = class extends $t {
431
+ function Br(e, t, r, n, i, a) {
432
+ let s = class extends Nt {
466
433
  constructor() {
467
434
  super(e, r, i), this.$$p_d = t;
468
435
  }
469
436
  static get observedAttributes() {
470
437
  return Object.keys(t).map(
471
- (s) => (t[s].attribute || s).toLowerCase()
438
+ (o) => (t[o].attribute || o).toLowerCase()
472
439
  );
473
440
  }
474
441
  };
475
- return Object.keys(t).forEach((s) => {
476
- Object.defineProperty(o.prototype, s, {
442
+ return Object.keys(t).forEach((o) => {
443
+ Object.defineProperty(s.prototype, o, {
477
444
  get() {
478
- return this.$$c && s in this.$$c ? this.$$c[s] : this.$$d[s];
445
+ return this.$$c && o in this.$$c ? this.$$c[o] : this.$$d[o];
479
446
  },
480
- set(l) {
481
- var u;
482
- l = we(s, l, t), this.$$d[s] = l, (u = this.$$c) == null || u.$set({ [s]: l });
447
+ set(h) {
448
+ h = Be(o, h, t), this.$$d[o] = h, this.$$c?.$set({ [o]: h });
483
449
  }
484
450
  });
485
- }), n.forEach((s) => {
486
- Object.defineProperty(o.prototype, s, {
451
+ }), n.forEach((o) => {
452
+ Object.defineProperty(s.prototype, o, {
487
453
  get() {
488
- var l;
489
- return (l = this.$$c) == null ? void 0 : l[s];
454
+ return this.$$c?.[o];
490
455
  }
491
456
  });
492
457
  }), e.element = /** @type {any} */
493
- o, o;
494
- }
495
- class Or {
496
- constructor() {
497
- /**
498
- * ### PRIVATE API
499
- *
500
- * Do not use, may change at any time
501
- *
502
- * @type {any}
503
- */
504
- M(this, "$$");
505
- /**
506
- * ### PRIVATE API
507
- *
508
- * Do not use, may change at any time
509
- *
510
- * @type {any}
511
- */
512
- M(this, "$$set");
513
- }
458
+ s, s;
459
+ }
460
+ class wr {
461
+ /**
462
+ * ### PRIVATE API
463
+ *
464
+ * Do not use, may change at any time
465
+ *
466
+ * @type {any}
467
+ */
468
+ $$ = void 0;
469
+ /**
470
+ * ### PRIVATE API
471
+ *
472
+ * Do not use, may change at any time
473
+ *
474
+ * @type {any}
475
+ */
476
+ $$set = void 0;
514
477
  /** @returns {void} */
515
478
  $destroy() {
516
- Nr(this, 1), this.$destroy = Z;
479
+ Er(this, 1), this.$destroy = W;
517
480
  }
518
481
  /**
519
482
  * @template {Extract<keyof Events, string>} K
@@ -522,8 +485,8 @@ class Or {
522
485
  * @returns {() => void}
523
486
  */
524
487
  $on(t, r) {
525
- if (!nt(r))
526
- return Z;
488
+ if (!tt(r))
489
+ return W;
527
490
  const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
528
491
  return n.push(r), () => {
529
492
  const i = n.indexOf(r);
@@ -535,159 +498,159 @@ class Or {
535
498
  * @returns {void}
536
499
  */
537
500
  $set(t) {
538
- this.$$set && !pr(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
501
+ this.$$set && !ir(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
539
502
  }
540
503
  }
541
- const Ir = "4";
542
- typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Ir);
543
- const oe = [];
544
- function $r(e, t) {
504
+ const Hr = "4";
505
+ typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Hr);
506
+ const ae = [];
507
+ function Cr(e, t) {
545
508
  return {
546
- subscribe: Ne(e, t).subscribe
509
+ subscribe: ke(e, t).subscribe
547
510
  };
548
511
  }
549
- function Ne(e, t = Z) {
512
+ function ke(e, t = W) {
550
513
  let r;
551
514
  const n = /* @__PURE__ */ new Set();
552
- function i(s) {
553
- if (Ot(e, s) && (e = s, r)) {
554
- const l = !oe.length;
515
+ function i(o) {
516
+ if (Rt(e, o) && (e = o, r)) {
517
+ const h = !ae.length;
555
518
  for (const u of n)
556
- u[1](), oe.push(u, e);
557
- if (l) {
558
- for (let u = 0; u < oe.length; u += 2)
559
- oe[u][0](oe[u + 1]);
560
- oe.length = 0;
519
+ u[1](), ae.push(u, e);
520
+ if (h) {
521
+ for (let u = 0; u < ae.length; u += 2)
522
+ ae[u][0](ae[u + 1]);
523
+ ae.length = 0;
561
524
  }
562
525
  }
563
526
  }
564
- function a(s) {
565
- i(s(e));
527
+ function a(o) {
528
+ i(o(e));
566
529
  }
567
- function o(s, l = Z) {
568
- const u = [s, l];
569
- return n.add(u), n.size === 1 && (r = t(i, a) || Z), s(e), () => {
530
+ function s(o, h = W) {
531
+ const u = [o, h];
532
+ return n.add(u), n.size === 1 && (r = t(i, a) || W), o(e), () => {
570
533
  n.delete(u), n.size === 0 && r && (r(), r = null);
571
534
  };
572
535
  }
573
- return { set: i, update: a, subscribe: o };
536
+ return { set: i, update: a, subscribe: s };
574
537
  }
575
- function me(e, t, r) {
538
+ function fe(e, t, r) {
576
539
  const n = !Array.isArray(e), i = n ? [e] : e;
577
540
  if (!i.every(Boolean))
578
541
  throw new Error("derived() expects stores as input, got a falsy value");
579
542
  const a = t.length < 2;
580
- return $r(r, (o, s) => {
581
- let l = !1;
543
+ return Cr(r, (s, o) => {
544
+ let h = !1;
582
545
  const u = [];
583
- let h = 0, c = Z;
546
+ let l = 0, c = W;
584
547
  const f = () => {
585
- if (h)
548
+ if (l)
586
549
  return;
587
550
  c();
588
- const y = t(n ? u[0] : u, o, s);
589
- a ? o(y) : c = nt(y) ? y : Z;
551
+ const y = t(n ? u[0] : u, s, o);
552
+ a ? s(y) : c = tt(y) ? y : W;
590
553
  }, g = i.map(
591
- (y, T) => It(
554
+ (y, T) => kt(
592
555
  y,
593
556
  (w) => {
594
- u[T] = w, h &= ~(1 << T), l && f();
557
+ u[T] = w, l &= ~(1 << T), h && f();
595
558
  },
596
559
  () => {
597
- h |= 1 << T;
560
+ l |= 1 << T;
598
561
  }
599
562
  )
600
563
  );
601
- return l = !0, f(), function() {
602
- Ee(g), c(), l = !1;
564
+ return h = !0, f(), function() {
565
+ _e(g), c(), h = !1;
603
566
  };
604
567
  });
605
568
  }
606
- function Dr(e) {
569
+ function Sr(e) {
607
570
  return e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
608
571
  }
609
- var Ur = function(t) {
610
- return Gr(t) && !Fr(t);
572
+ var Mr = function(t) {
573
+ return Rr(t) && !kr(t);
611
574
  };
612
- function Gr(e) {
575
+ function Rr(e) {
613
576
  return !!e && typeof e == "object";
614
577
  }
615
- function Fr(e) {
578
+ function kr(e) {
616
579
  var t = Object.prototype.toString.call(e);
617
- return t === "[object RegExp]" || t === "[object Date]" || zr(e);
580
+ return t === "[object RegExp]" || t === "[object Date]" || Lr(e);
618
581
  }
619
- var jr = typeof Symbol == "function" && Symbol.for, Vr = jr ? Symbol.for("react.element") : 60103;
620
- function zr(e) {
621
- return e.$$typeof === Vr;
582
+ var Nr = typeof Symbol == "function" && Symbol.for, Ar = Nr ? Symbol.for("react.element") : 60103;
583
+ function Lr(e) {
584
+ return e.$$typeof === Ar;
622
585
  }
623
- function Xr(e) {
586
+ function Pr(e) {
624
587
  return Array.isArray(e) ? [] : {};
625
588
  }
626
- function ve(e, t) {
627
- return t.clone !== !1 && t.isMergeableObject(e) ? le(Xr(e), e, t) : e;
589
+ function ye(e, t) {
590
+ return t.clone !== !1 && t.isMergeableObject(e) ? ue(Pr(e), e, t) : e;
628
591
  }
629
- function Wr(e, t, r) {
592
+ function Or(e, t, r) {
630
593
  return e.concat(t).map(function(n) {
631
- return ve(n, r);
594
+ return ye(n, r);
632
595
  });
633
596
  }
634
- function Zr(e, t) {
597
+ function Ir(e, t) {
635
598
  if (!t.customMerge)
636
- return le;
599
+ return ue;
637
600
  var r = t.customMerge(e);
638
- return typeof r == "function" ? r : le;
601
+ return typeof r == "function" ? r : ue;
639
602
  }
640
- function Jr(e) {
603
+ function $r(e) {
641
604
  return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
642
605
  return Object.propertyIsEnumerable.call(e, t);
643
606
  }) : [];
644
607
  }
645
- function dt(e) {
646
- return Object.keys(e).concat(Jr(e));
608
+ function ut(e) {
609
+ return Object.keys(e).concat($r(e));
647
610
  }
648
- function Dt(e, t) {
611
+ function At(e, t) {
649
612
  try {
650
613
  return t in e;
651
- } catch (r) {
614
+ } catch {
652
615
  return !1;
653
616
  }
654
617
  }
655
- function Yr(e, t) {
656
- return Dt(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
618
+ function Dr(e, t) {
619
+ return At(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
657
620
  }
658
- function Kr(e, t, r) {
621
+ function Ur(e, t, r) {
659
622
  var n = {};
660
- return r.isMergeableObject(e) && dt(e).forEach(function(i) {
661
- n[i] = ve(e[i], r);
662
- }), dt(t).forEach(function(i) {
663
- Yr(e, i) || (Dt(e, i) && r.isMergeableObject(t[i]) ? n[i] = Zr(i, r)(e[i], t[i], r) : n[i] = ve(t[i], r));
623
+ return r.isMergeableObject(e) && ut(e).forEach(function(i) {
624
+ n[i] = ye(e[i], r);
625
+ }), ut(t).forEach(function(i) {
626
+ Dr(e, i) || (At(e, i) && r.isMergeableObject(t[i]) ? n[i] = Ir(i, r)(e[i], t[i], r) : n[i] = ye(t[i], r));
664
627
  }), n;
665
628
  }
666
- function le(e, t, r) {
667
- r = r || {}, r.arrayMerge = r.arrayMerge || Wr, r.isMergeableObject = r.isMergeableObject || Ur, r.cloneUnlessOtherwiseSpecified = ve;
629
+ function ue(e, t, r) {
630
+ r = r || {}, r.arrayMerge = r.arrayMerge || Or, r.isMergeableObject = r.isMergeableObject || Mr, r.cloneUnlessOtherwiseSpecified = ye;
668
631
  var n = Array.isArray(t), i = Array.isArray(e), a = n === i;
669
- return a ? n ? r.arrayMerge(e, t, r) : Kr(e, t, r) : ve(t, r);
632
+ return a ? n ? r.arrayMerge(e, t, r) : Ur(e, t, r) : ye(t, r);
670
633
  }
671
- le.all = function(t, r) {
634
+ ue.all = function(t, r) {
672
635
  if (!Array.isArray(t))
673
636
  throw new Error("first argument should be an array");
674
637
  return t.reduce(function(n, i) {
675
- return le(n, i, r);
638
+ return ue(n, i, r);
676
639
  }, {});
677
640
  };
678
- var qr = le, Qr = qr;
679
- const en = /* @__PURE__ */ Dr(Qr);
680
- var Ze = function(e, t) {
681
- return Ze = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
641
+ var Gr = ue, Fr = Gr;
642
+ const jr = /* @__PURE__ */ Sr(Fr);
643
+ var Xe = function(e, t) {
644
+ return Xe = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
682
645
  r.__proto__ = n;
683
646
  } || function(r, n) {
684
647
  for (var i in n) Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
685
- }, Ze(e, t);
648
+ }, Xe(e, t);
686
649
  };
687
- function Ae(e, t) {
650
+ function Ne(e, t) {
688
651
  if (typeof t != "function" && t !== null)
689
652
  throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
690
- Ze(e, t);
653
+ Xe(e, t);
691
654
  function r() {
692
655
  this.constructor = e;
693
656
  }
@@ -702,7 +665,7 @@ var _ = function() {
702
665
  return t;
703
666
  }, _.apply(this, arguments);
704
667
  };
705
- function tn(e, t) {
668
+ function Vr(e, t) {
706
669
  var r = {};
707
670
  for (var n in e) Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
708
671
  if (e != null && typeof Object.getOwnPropertySymbols == "function")
@@ -710,45 +673,45 @@ function tn(e, t) {
710
673
  t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
711
674
  return r;
712
675
  }
713
- function De(e, t, r) {
676
+ function Ie(e, t, r) {
714
677
  if (r || arguments.length === 2) for (var n = 0, i = t.length, a; n < i; n++)
715
678
  (a || !(n in t)) && (a || (a = Array.prototype.slice.call(t, 0, n)), a[n] = t[n]);
716
679
  return e.concat(a || Array.prototype.slice.call(t));
717
680
  }
718
- function Ue(e, t) {
719
- var r = t && t.cache ? t.cache : ln, n = t && t.serializer ? t.serializer : sn, i = t && t.strategy ? t.strategy : nn;
681
+ function $e(e, t) {
682
+ var r = t && t.cache ? t.cache : Kr, n = t && t.serializer ? t.serializer : Jr, i = t && t.strategy ? t.strategy : Xr;
720
683
  return i(e, {
721
684
  cache: r,
722
685
  serializer: n
723
686
  });
724
687
  }
725
- function rn(e) {
688
+ function zr(e) {
726
689
  return e == null || typeof e == "number" || typeof e == "boolean";
727
690
  }
728
- function Ut(e, t, r, n) {
729
- var i = rn(n) ? n : r(n), a = t.get(i);
730
- return typeof a == "undefined" && (a = e.call(this, n), t.set(i, a)), a;
691
+ function Lt(e, t, r, n) {
692
+ var i = zr(n) ? n : r(n), a = t.get(i);
693
+ return typeof a > "u" && (a = e.call(this, n), t.set(i, a)), a;
731
694
  }
732
- function Gt(e, t, r) {
695
+ function Pt(e, t, r) {
733
696
  var n = Array.prototype.slice.call(arguments, 3), i = r(n), a = t.get(i);
734
- return typeof a == "undefined" && (a = e.apply(this, n), t.set(i, a)), a;
697
+ return typeof a > "u" && (a = e.apply(this, n), t.set(i, a)), a;
735
698
  }
736
- function it(e, t, r, n, i) {
699
+ function rt(e, t, r, n, i) {
737
700
  return r.bind(t, e, n, i);
738
701
  }
739
- function nn(e, t) {
740
- var r = e.length === 1 ? Ut : Gt;
741
- return it(e, this, r, t.cache.create(), t.serializer);
702
+ function Xr(e, t) {
703
+ var r = e.length === 1 ? Lt : Pt;
704
+ return rt(e, this, r, t.cache.create(), t.serializer);
742
705
  }
743
- function an(e, t) {
744
- return it(e, this, Gt, t.cache.create(), t.serializer);
706
+ function Wr(e, t) {
707
+ return rt(e, this, Pt, t.cache.create(), t.serializer);
745
708
  }
746
- function on(e, t) {
747
- return it(e, this, Ut, t.cache.create(), t.serializer);
709
+ function Zr(e, t) {
710
+ return rt(e, this, Lt, t.cache.create(), t.serializer);
748
711
  }
749
- var sn = function() {
712
+ var Jr = function() {
750
713
  return JSON.stringify(arguments);
751
- }, un = (
714
+ }, Yr = (
752
715
  /** @class */
753
716
  function() {
754
717
  function e() {
@@ -760,13 +723,13 @@ var sn = function() {
760
723
  this.cache[t] = r;
761
724
  }, e;
762
725
  }()
763
- ), ln = {
726
+ ), Kr = {
764
727
  create: function() {
765
- return new un();
728
+ return new Yr();
766
729
  }
767
- }, Ge = {
768
- variadic: an,
769
- monadic: on
730
+ }, De = {
731
+ variadic: Wr,
732
+ monadic: Zr
770
733
  }, b;
771
734
  (function(e) {
772
735
  e[e.EXPECT_ARGUMENT_CLOSING_BRACE = 1] = "EXPECT_ARGUMENT_CLOSING_BRACE", e[e.EMPTY_ARGUMENT = 2] = "EMPTY_ARGUMENT", e[e.MALFORMED_ARGUMENT = 3] = "MALFORMED_ARGUMENT", e[e.EXPECT_ARGUMENT_TYPE = 4] = "EXPECT_ARGUMENT_TYPE", e[e.INVALID_ARGUMENT_TYPE = 5] = "INVALID_ARGUMENT_TYPE", e[e.EXPECT_ARGUMENT_STYLE = 6] = "EXPECT_ARGUMENT_STYLE", e[e.INVALID_NUMBER_SKELETON = 7] = "INVALID_NUMBER_SKELETON", e[e.INVALID_DATE_TIME_SKELETON = 8] = "INVALID_DATE_TIME_SKELETON", e[e.EXPECT_NUMBER_SKELETON = 9] = "EXPECT_NUMBER_SKELETON", e[e.EXPECT_DATE_TIME_SKELETON = 10] = "EXPECT_DATE_TIME_SKELETON", e[e.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE = 11] = "UNCLOSED_QUOTE_IN_ARGUMENT_STYLE", e[e.EXPECT_SELECT_ARGUMENT_OPTIONS = 12] = "EXPECT_SELECT_ARGUMENT_OPTIONS", e[e.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE = 13] = "EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE", e[e.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE = 14] = "INVALID_PLURAL_ARGUMENT_OFFSET_VALUE", e[e.EXPECT_SELECT_ARGUMENT_SELECTOR = 15] = "EXPECT_SELECT_ARGUMENT_SELECTOR", e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR = 16] = "EXPECT_PLURAL_ARGUMENT_SELECTOR", e[e.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT = 17] = "EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT", e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT = 18] = "EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT", e[e.INVALID_PLURAL_ARGUMENT_SELECTOR = 19] = "INVALID_PLURAL_ARGUMENT_SELECTOR", e[e.DUPLICATE_PLURAL_ARGUMENT_SELECTOR = 20] = "DUPLICATE_PLURAL_ARGUMENT_SELECTOR", e[e.DUPLICATE_SELECT_ARGUMENT_SELECTOR = 21] = "DUPLICATE_SELECT_ARGUMENT_SELECTOR", e[e.MISSING_OTHER_CLAUSE = 22] = "MISSING_OTHER_CLAUSE", e[e.INVALID_TAG = 23] = "INVALID_TAG", e[e.INVALID_TAG_NAME = 25] = "INVALID_TAG_NAME", e[e.UNMATCHED_CLOSING_TAG = 26] = "UNMATCHED_CLOSING_TAG", e[e.UNCLOSED_TAG = 27] = "UNCLOSED_TAG";
@@ -775,47 +738,47 @@ var B;
775
738
  (function(e) {
776
739
  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";
777
740
  })(B || (B = {}));
778
- var he;
741
+ var le;
779
742
  (function(e) {
780
743
  e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
781
- })(he || (he = {}));
782
- function pt(e) {
744
+ })(le || (le = {}));
745
+ function lt(e) {
783
746
  return e.type === B.literal;
784
747
  }
785
- function hn(e) {
748
+ function qr(e) {
786
749
  return e.type === B.argument;
787
750
  }
788
- function Ft(e) {
751
+ function Ot(e) {
789
752
  return e.type === B.number;
790
753
  }
791
- function jt(e) {
754
+ function It(e) {
792
755
  return e.type === B.date;
793
756
  }
794
- function Vt(e) {
757
+ function $t(e) {
795
758
  return e.type === B.time;
796
759
  }
797
- function zt(e) {
760
+ function Dt(e) {
798
761
  return e.type === B.select;
799
762
  }
800
- function Xt(e) {
763
+ function Ut(e) {
801
764
  return e.type === B.plural;
802
765
  }
803
- function cn(e) {
766
+ function Qr(e) {
804
767
  return e.type === B.pound;
805
768
  }
806
- function Wt(e) {
769
+ function Gt(e) {
807
770
  return e.type === B.tag;
808
771
  }
809
- function Zt(e) {
810
- return !!(e && typeof e == "object" && e.type === he.number);
772
+ function Ft(e) {
773
+ return !!(e && typeof e == "object" && e.type === le.number);
811
774
  }
812
- function Je(e) {
813
- return !!(e && typeof e == "object" && e.type === he.dateTime);
775
+ function We(e) {
776
+ return !!(e && typeof e == "object" && e.type === le.dateTime);
814
777
  }
815
- var Jt = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, fn = /(?:[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;
816
- function mn(e) {
778
+ var jt = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, en = /(?:[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;
779
+ function tn(e) {
817
780
  var t = {};
818
- return e.replace(fn, function(r) {
781
+ return e.replace(en, function(r) {
819
782
  var n = r.length;
820
783
  switch (r[0]) {
821
784
  case "G":
@@ -904,36 +867,36 @@ function mn(e) {
904
867
  return "";
905
868
  }), t;
906
869
  }
907
- var dn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
908
- function pn(e) {
870
+ var rn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
871
+ function nn(e) {
909
872
  if (e.length === 0)
910
873
  throw new Error("Number skeleton cannot be empty");
911
- for (var t = e.split(dn).filter(function(f) {
874
+ for (var t = e.split(rn).filter(function(f) {
912
875
  return f.length > 0;
913
876
  }), r = [], n = 0, i = t; n < i.length; n++) {
914
- var a = i[n], o = a.split("/");
915
- if (o.length === 0)
877
+ var a = i[n], s = a.split("/");
878
+ if (s.length === 0)
916
879
  throw new Error("Invalid number skeleton");
917
- for (var s = o[0], l = o.slice(1), u = 0, h = l; u < h.length; u++) {
918
- var c = h[u];
880
+ for (var o = s[0], h = s.slice(1), u = 0, l = h; u < l.length; u++) {
881
+ var c = l[u];
919
882
  if (c.length === 0)
920
883
  throw new Error("Invalid number skeleton");
921
884
  }
922
- r.push({ stem: s, options: l });
885
+ r.push({ stem: o, options: h });
923
886
  }
924
887
  return r;
925
888
  }
926
- function bn(e) {
889
+ function an(e) {
927
890
  return e.replace(/^(.*?)-/, "");
928
891
  }
929
- var bt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Yt = /^(@+)?(\+|#+)?[rs]?$/g, gn = /(\*)(0+)|(#+)(0+)|(0+)/g, Kt = /^(0+)$/;
930
- function gt(e) {
892
+ var ht = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Vt = /^(@+)?(\+|#+)?[rs]?$/g, on = /(\*)(0+)|(#+)(0+)|(0+)/g, zt = /^(0+)$/;
893
+ function ct(e) {
931
894
  var t = {};
932
- return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Yt, function(r, n, i) {
895
+ return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Vt, function(r, n, i) {
933
896
  return typeof i != "string" ? (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length) : i === "+" ? t.minimumSignificantDigits = n.length : n[0] === "#" ? t.maximumSignificantDigits = n.length : (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length + (typeof i == "string" ? i.length : 0)), "";
934
897
  }), t;
935
898
  }
936
- function qt(e) {
899
+ function Xt(e) {
937
900
  switch (e) {
938
901
  case "sign-auto":
939
902
  return {
@@ -973,7 +936,7 @@ function qt(e) {
973
936
  };
974
937
  }
975
938
  }
976
- function yn(e) {
939
+ function sn(e) {
977
940
  var t;
978
941
  if (e[0] === "E" && e[1] === "E" ? (t = {
979
942
  notation: "engineering"
@@ -981,17 +944,17 @@ function yn(e) {
981
944
  notation: "scientific"
982
945
  }, e = e.slice(1)), t) {
983
946
  var r = e.slice(0, 2);
984
- if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Kt.test(e))
947
+ if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !zt.test(e))
985
948
  throw new Error("Malformed concise eng/scientific notation");
986
949
  t.minimumIntegerDigits = e.length;
987
950
  }
988
951
  return t;
989
952
  }
990
- function yt(e) {
991
- var t = {}, r = qt(e);
953
+ function ft(e) {
954
+ var t = {}, r = Xt(e);
992
955
  return r || t;
993
956
  }
994
- function vn(e) {
957
+ function un(e) {
995
958
  for (var t = {}, r = 0, n = e; r < n.length; r++) {
996
959
  var i = n[r];
997
960
  switch (i.stem) {
@@ -1015,7 +978,7 @@ function vn(e) {
1015
978
  continue;
1016
979
  case "measure-unit":
1017
980
  case "unit":
1018
- t.style = "unit", t.unit = bn(i.options[0]);
981
+ t.style = "unit", t.unit = an(i.options[0]);
1019
982
  continue;
1020
983
  case "compact-short":
1021
984
  case "K":
@@ -1026,13 +989,13 @@ function vn(e) {
1026
989
  t.notation = "compact", t.compactDisplay = "long";
1027
990
  continue;
1028
991
  case "scientific":
1029
- t = _(_(_({}, t), { notation: "scientific" }), i.options.reduce(function(l, u) {
1030
- return _(_({}, l), yt(u));
992
+ t = _(_(_({}, t), { notation: "scientific" }), i.options.reduce(function(h, u) {
993
+ return _(_({}, h), ft(u));
1031
994
  }, {}));
1032
995
  continue;
1033
996
  case "engineering":
1034
- t = _(_(_({}, t), { notation: "engineering" }), i.options.reduce(function(l, u) {
1035
- return _(_({}, l), yt(u));
997
+ t = _(_(_({}, t), { notation: "engineering" }), i.options.reduce(function(h, u) {
998
+ return _(_({}, h), ft(u));
1036
999
  }, {}));
1037
1000
  continue;
1038
1001
  case "notation-simple":
@@ -1077,9 +1040,9 @@ function vn(e) {
1077
1040
  case "integer-width":
1078
1041
  if (i.options.length > 1)
1079
1042
  throw new RangeError("integer-width stems only accept a single optional option");
1080
- i.options[0].replace(gn, function(l, u, h, c, f, g) {
1043
+ i.options[0].replace(on, function(h, u, l, c, f, g) {
1081
1044
  if (u)
1082
- t.minimumIntegerDigits = h.length;
1045
+ t.minimumIntegerDigits = l.length;
1083
1046
  else {
1084
1047
  if (c && f)
1085
1048
  throw new Error("We currently do not support maximum integer digits");
@@ -1090,32 +1053,32 @@ function vn(e) {
1090
1053
  });
1091
1054
  continue;
1092
1055
  }
1093
- if (Kt.test(i.stem)) {
1056
+ if (zt.test(i.stem)) {
1094
1057
  t.minimumIntegerDigits = i.stem.length;
1095
1058
  continue;
1096
1059
  }
1097
- if (bt.test(i.stem)) {
1060
+ if (ht.test(i.stem)) {
1098
1061
  if (i.options.length > 1)
1099
1062
  throw new RangeError("Fraction-precision stems only accept a single optional option");
1100
- i.stem.replace(bt, function(l, u, h, c, f, g) {
1101
- return h === "*" ? t.minimumFractionDigits = u.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : f && g ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + g.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
1063
+ i.stem.replace(ht, function(h, u, l, c, f, g) {
1064
+ return l === "*" ? t.minimumFractionDigits = u.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : f && g ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + g.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
1102
1065
  });
1103
1066
  var a = i.options[0];
1104
- a === "w" ? t = _(_({}, t), { trailingZeroDisplay: "stripIfInteger" }) : a && (t = _(_({}, t), gt(a)));
1067
+ a === "w" ? t = _(_({}, t), { trailingZeroDisplay: "stripIfInteger" }) : a && (t = _(_({}, t), ct(a)));
1105
1068
  continue;
1106
1069
  }
1107
- if (Yt.test(i.stem)) {
1108
- t = _(_({}, t), gt(i.stem));
1070
+ if (Vt.test(i.stem)) {
1071
+ t = _(_({}, t), ct(i.stem));
1109
1072
  continue;
1110
1073
  }
1111
- var o = qt(i.stem);
1112
- o && (t = _(_({}, t), o));
1113
- var s = yn(i.stem);
1074
+ var s = Xt(i.stem);
1114
1075
  s && (t = _(_({}, t), s));
1076
+ var o = sn(i.stem);
1077
+ o && (t = _(_({}, t), o));
1115
1078
  }
1116
1079
  return t;
1117
1080
  }
1118
- var Be = {
1081
+ var Te = {
1119
1082
  "001": [
1120
1083
  "H",
1121
1084
  "h"
@@ -2530,22 +2493,22 @@ var Be = {
2530
2493
  "h"
2531
2494
  ]
2532
2495
  };
2533
- function _n(e, t) {
2496
+ function ln(e, t) {
2534
2497
  for (var r = "", n = 0; n < e.length; n++) {
2535
2498
  var i = e.charAt(n);
2536
2499
  if (i === "j") {
2537
2500
  for (var a = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
2538
2501
  a++, n++;
2539
- var o = 1 + (a & 1), s = a < 2 ? 1 : 3 + (a >> 1), l = "a", u = En(t);
2540
- for ((u == "H" || u == "k") && (s = 0); s-- > 0; )
2541
- r += l;
2542
- for (; o-- > 0; )
2502
+ var s = 1 + (a & 1), o = a < 2 ? 1 : 3 + (a >> 1), h = "a", u = hn(t);
2503
+ for ((u == "H" || u == "k") && (o = 0); o-- > 0; )
2504
+ r += h;
2505
+ for (; s-- > 0; )
2543
2506
  r = u + r;
2544
2507
  } else i === "J" ? r += "H" : r += i;
2545
2508
  }
2546
2509
  return r;
2547
2510
  }
2548
- function En(e) {
2511
+ function hn(e) {
2549
2512
  var t = e.hourCycle;
2550
2513
  if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
2551
2514
  e.hourCycles && // @ts-ignore
@@ -2564,23 +2527,23 @@ function En(e) {
2564
2527
  }
2565
2528
  var r = e.language, n;
2566
2529
  r !== "root" && (n = e.maximize().region);
2567
- var i = Be[n || ""] || Be[r || ""] || Be["".concat(r, "-001")] || Be["001"];
2530
+ var i = Te[n || ""] || Te[r || ""] || Te["".concat(r, "-001")] || Te["001"];
2568
2531
  return i[0];
2569
2532
  }
2570
- var Fe, xn = new RegExp("^".concat(Jt.source, "*")), Tn = new RegExp("".concat(Jt.source, "*$"));
2533
+ var Ue, cn = new RegExp("^".concat(jt.source, "*")), fn = new RegExp("".concat(jt.source, "*$"));
2571
2534
  function v(e, t) {
2572
2535
  return { start: e, end: t };
2573
2536
  }
2574
- var Bn = !!String.prototype.startsWith && "_a".startsWith("a", 1), wn = !!String.fromCodePoint, Hn = !!Object.fromEntries, Cn = !!String.prototype.codePointAt, Sn = !!String.prototype.trimStart, Mn = !!String.prototype.trimEnd, Rn = !!Number.isSafeInteger, kn = Rn ? Number.isSafeInteger : function(e) {
2537
+ var mn = !!String.prototype.startsWith && "_a".startsWith("a", 1), dn = !!String.fromCodePoint, pn = !!Object.fromEntries, bn = !!String.prototype.codePointAt, gn = !!String.prototype.trimStart, yn = !!String.prototype.trimEnd, vn = !!Number.isSafeInteger, _n = vn ? Number.isSafeInteger : function(e) {
2575
2538
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
2576
- }, Ye = !0;
2539
+ }, Ze = !0;
2577
2540
  try {
2578
- var Nn = er("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2579
- Ye = ((Fe = Nn.exec("a")) === null || Fe === void 0 ? void 0 : Fe[0]) === "a";
2580
- } catch (e) {
2581
- Ye = !1;
2541
+ var En = Zt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2542
+ Ze = ((Ue = En.exec("a")) === null || Ue === void 0 ? void 0 : Ue[0]) === "a";
2543
+ } catch {
2544
+ Ze = !1;
2582
2545
  }
2583
- var vt = Bn ? (
2546
+ var mt = mn ? (
2584
2547
  // Native
2585
2548
  function(t, r, n) {
2586
2549
  return t.startsWith(r, n);
@@ -2590,31 +2553,31 @@ var vt = Bn ? (
2590
2553
  function(t, r, n) {
2591
2554
  return t.slice(n, n + r.length) === r;
2592
2555
  }
2593
- ), Ke = wn ? String.fromCodePoint : (
2556
+ ), Je = dn ? String.fromCodePoint : (
2594
2557
  // IE11
2595
2558
  function() {
2596
2559
  for (var t = [], r = 0; r < arguments.length; r++)
2597
2560
  t[r] = arguments[r];
2598
- for (var n = "", i = t.length, a = 0, o; i > a; ) {
2599
- if (o = t[a++], o > 1114111)
2600
- throw RangeError(o + " is not a valid code point");
2601
- n += o < 65536 ? String.fromCharCode(o) : String.fromCharCode(((o -= 65536) >> 10) + 55296, o % 1024 + 56320);
2561
+ for (var n = "", i = t.length, a = 0, s; i > a; ) {
2562
+ if (s = t[a++], s > 1114111)
2563
+ throw RangeError(s + " is not a valid code point");
2564
+ n += s < 65536 ? String.fromCharCode(s) : String.fromCharCode(((s -= 65536) >> 10) + 55296, s % 1024 + 56320);
2602
2565
  }
2603
2566
  return n;
2604
2567
  }
2605
- ), _t = (
2568
+ ), dt = (
2606
2569
  // native
2607
- Hn ? Object.fromEntries : (
2570
+ pn ? Object.fromEntries : (
2608
2571
  // Ponyfill
2609
2572
  function(t) {
2610
2573
  for (var r = {}, n = 0, i = t; n < i.length; n++) {
2611
- var a = i[n], o = a[0], s = a[1];
2612
- r[o] = s;
2574
+ var a = i[n], s = a[0], o = a[1];
2575
+ r[s] = o;
2613
2576
  }
2614
2577
  return r;
2615
2578
  }
2616
2579
  )
2617
- ), Qt = Cn ? (
2580
+ ), Wt = bn ? (
2618
2581
  // Native
2619
2582
  function(t, r) {
2620
2583
  return t.codePointAt(r);
@@ -2628,7 +2591,7 @@ var vt = Bn ? (
2628
2591
  return i < 55296 || i > 56319 || r + 1 === n || (a = t.charCodeAt(r + 1)) < 56320 || a > 57343 ? i : (i - 55296 << 10) + (a - 56320) + 65536;
2629
2592
  }
2630
2593
  }
2631
- ), An = Sn ? (
2594
+ ), xn = gn ? (
2632
2595
  // Native
2633
2596
  function(t) {
2634
2597
  return t.trimStart();
@@ -2636,9 +2599,9 @@ var vt = Bn ? (
2636
2599
  ) : (
2637
2600
  // Ponyfill
2638
2601
  function(t) {
2639
- return t.replace(xn, "");
2602
+ return t.replace(cn, "");
2640
2603
  }
2641
- ), Ln = Mn ? (
2604
+ ), Tn = yn ? (
2642
2605
  // Native
2643
2606
  function(t) {
2644
2607
  return t.trimEnd();
@@ -2646,32 +2609,32 @@ var vt = Bn ? (
2646
2609
  ) : (
2647
2610
  // Ponyfill
2648
2611
  function(t) {
2649
- return t.replace(Tn, "");
2612
+ return t.replace(fn, "");
2650
2613
  }
2651
2614
  );
2652
- function er(e, t) {
2615
+ function Zt(e, t) {
2653
2616
  return new RegExp(e, t);
2654
2617
  }
2655
- var qe;
2656
- if (Ye) {
2657
- var Et = er("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2658
- qe = function(t, r) {
2618
+ var Ye;
2619
+ if (Ze) {
2620
+ var pt = Zt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2621
+ Ye = function(t, r) {
2659
2622
  var n;
2660
- Et.lastIndex = r;
2661
- var i = Et.exec(t);
2623
+ pt.lastIndex = r;
2624
+ var i = pt.exec(t);
2662
2625
  return (n = i[1]) !== null && n !== void 0 ? n : "";
2663
2626
  };
2664
2627
  } else
2665
- qe = function(t, r) {
2628
+ Ye = function(t, r) {
2666
2629
  for (var n = []; ; ) {
2667
- var i = Qt(t, r);
2668
- if (i === void 0 || tr(i) || $n(i))
2630
+ var i = Wt(t, r);
2631
+ if (i === void 0 || Jt(i) || Cn(i))
2669
2632
  break;
2670
2633
  n.push(i), r += i >= 65536 ? 2 : 1;
2671
2634
  }
2672
- return Ke.apply(void 0, n);
2635
+ return Je.apply(void 0, n);
2673
2636
  };
2674
- var Pn = (
2637
+ var Bn = (
2675
2638
  /** @class */
2676
2639
  function() {
2677
2640
  function e(t, r) {
@@ -2685,33 +2648,33 @@ var Pn = (
2685
2648
  for (var i = []; !this.isEOF(); ) {
2686
2649
  var a = this.char();
2687
2650
  if (a === 123) {
2688
- var o = this.parseArgument(t, n);
2689
- if (o.err)
2690
- return o;
2691
- i.push(o.val);
2651
+ var s = this.parseArgument(t, n);
2652
+ if (s.err)
2653
+ return s;
2654
+ i.push(s.val);
2692
2655
  } else {
2693
2656
  if (a === 125 && t > 0)
2694
2657
  break;
2695
2658
  if (a === 35 && (r === "plural" || r === "selectordinal")) {
2696
- var s = this.clonePosition();
2659
+ var o = this.clonePosition();
2697
2660
  this.bump(), i.push({
2698
2661
  type: B.pound,
2699
- location: v(s, this.clonePosition())
2662
+ location: v(o, this.clonePosition())
2700
2663
  });
2701
2664
  } else if (a === 60 && !this.ignoreTag && this.peek() === 47) {
2702
2665
  if (n)
2703
2666
  break;
2704
2667
  return this.error(b.UNMATCHED_CLOSING_TAG, v(this.clonePosition(), this.clonePosition()));
2705
- } else if (a === 60 && !this.ignoreTag && Qe(this.peek() || 0)) {
2706
- var o = this.parseTag(t, r);
2707
- if (o.err)
2708
- return o;
2709
- i.push(o.val);
2668
+ } else if (a === 60 && !this.ignoreTag && Ke(this.peek() || 0)) {
2669
+ var s = this.parseTag(t, r);
2670
+ if (s.err)
2671
+ return s;
2672
+ i.push(s.val);
2710
2673
  } else {
2711
- var o = this.parseLiteral(t, r);
2712
- if (o.err)
2713
- return o;
2714
- i.push(o.val);
2674
+ var s = this.parseLiteral(t, r);
2675
+ if (s.err)
2676
+ return s;
2677
+ i.push(s.val);
2715
2678
  }
2716
2679
  }
2717
2680
  }
@@ -2733,27 +2696,27 @@ var Pn = (
2733
2696
  var a = this.parseMessage(t + 1, r, !0);
2734
2697
  if (a.err)
2735
2698
  return a;
2736
- var o = a.val, s = this.clonePosition();
2699
+ var s = a.val, o = this.clonePosition();
2737
2700
  if (this.bumpIf("</")) {
2738
- if (this.isEOF() || !Qe(this.char()))
2739
- return this.error(b.INVALID_TAG, v(s, this.clonePosition()));
2740
- var l = this.clonePosition(), u = this.parseTagName();
2741
- return i !== u ? this.error(b.UNMATCHED_CLOSING_TAG, v(l, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
2701
+ if (this.isEOF() || !Ke(this.char()))
2702
+ return this.error(b.INVALID_TAG, v(o, this.clonePosition()));
2703
+ var h = this.clonePosition(), u = this.parseTagName();
2704
+ return i !== u ? this.error(b.UNMATCHED_CLOSING_TAG, v(h, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
2742
2705
  val: {
2743
2706
  type: B.tag,
2744
2707
  value: i,
2745
- children: o,
2708
+ children: s,
2746
2709
  location: v(n, this.clonePosition())
2747
2710
  },
2748
2711
  err: null
2749
- } : this.error(b.INVALID_TAG, v(s, this.clonePosition())));
2712
+ } : this.error(b.INVALID_TAG, v(o, this.clonePosition())));
2750
2713
  } else
2751
2714
  return this.error(b.UNCLOSED_TAG, v(n, this.clonePosition()));
2752
2715
  } else
2753
2716
  return this.error(b.INVALID_TAG, v(n, this.clonePosition()));
2754
2717
  }, e.prototype.parseTagName = function() {
2755
2718
  var t = this.offset();
2756
- for (this.bump(); !this.isEOF() && In(this.char()); )
2719
+ for (this.bump(); !this.isEOF() && Hn(this.char()); )
2757
2720
  this.bump();
2758
2721
  return this.message.slice(t, this.offset());
2759
2722
  }, e.prototype.parseLiteral = function(t, r) {
@@ -2763,26 +2726,26 @@ var Pn = (
2763
2726
  i += a;
2764
2727
  continue;
2765
2728
  }
2766
- var o = this.tryParseUnquoted(t, r);
2767
- if (o) {
2768
- i += o;
2769
- continue;
2770
- }
2771
- var s = this.tryParseLeftAngleBracket();
2729
+ var s = this.tryParseUnquoted(t, r);
2772
2730
  if (s) {
2773
2731
  i += s;
2774
2732
  continue;
2775
2733
  }
2734
+ var o = this.tryParseLeftAngleBracket();
2735
+ if (o) {
2736
+ i += o;
2737
+ continue;
2738
+ }
2776
2739
  break;
2777
2740
  }
2778
- var l = v(n, this.clonePosition());
2741
+ var h = v(n, this.clonePosition());
2779
2742
  return {
2780
- val: { type: B.literal, value: i, location: l },
2743
+ val: { type: B.literal, value: i, location: h },
2781
2744
  err: null
2782
2745
  };
2783
2746
  }, e.prototype.tryParseLeftAngleBracket = function() {
2784
2747
  return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
2785
- !On(this.peek() || 0)) ? (this.bump(), "<") : null;
2748
+ !wn(this.peek() || 0)) ? (this.bump(), "<") : null;
2786
2749
  }, e.prototype.tryParseQuote = function(t) {
2787
2750
  if (this.isEOF() || this.char() !== 39)
2788
2751
  return null;
@@ -2816,12 +2779,12 @@ var Pn = (
2816
2779
  r.push(n);
2817
2780
  this.bump();
2818
2781
  }
2819
- return Ke.apply(void 0, r);
2782
+ return Je.apply(void 0, r);
2820
2783
  }, e.prototype.tryParseUnquoted = function(t, r) {
2821
2784
  if (this.isEOF())
2822
2785
  return null;
2823
2786
  var n = this.char();
2824
- return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), Ke(n));
2787
+ return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), Je(n));
2825
2788
  }, e.prototype.parseArgument = function(t, r) {
2826
2789
  var n = this.clonePosition();
2827
2790
  if (this.bump(), this.bumpSpace(), this.isEOF())
@@ -2850,15 +2813,15 @@ var Pn = (
2850
2813
  return this.error(b.MALFORMED_ARGUMENT, v(n, this.clonePosition()));
2851
2814
  }
2852
2815
  }, e.prototype.parseIdentifierIfPossible = function() {
2853
- var t = this.clonePosition(), r = this.offset(), n = qe(this.message, r), i = r + n.length;
2816
+ var t = this.clonePosition(), r = this.offset(), n = Ye(this.message, r), i = r + n.length;
2854
2817
  this.bumpTo(i);
2855
- var a = this.clonePosition(), o = v(t, a);
2856
- return { value: n, location: o };
2818
+ var a = this.clonePosition(), s = v(t, a);
2819
+ return { value: n, location: s };
2857
2820
  }, e.prototype.parseArgumentOptions = function(t, r, n, i) {
2858
- var a, o = this.clonePosition(), s = this.parseIdentifierIfPossible().value, l = this.clonePosition();
2859
- switch (s) {
2821
+ var a, s = this.clonePosition(), o = this.parseIdentifierIfPossible().value, h = this.clonePosition();
2822
+ switch (o) {
2860
2823
  case "":
2861
- return this.error(b.EXPECT_ARGUMENT_TYPE, v(o, l));
2824
+ return this.error(b.EXPECT_ARGUMENT_TYPE, v(s, h));
2862
2825
  case "number":
2863
2826
  case "date":
2864
2827
  case "time": {
@@ -2866,22 +2829,22 @@ var Pn = (
2866
2829
  var u = null;
2867
2830
  if (this.bumpIf(",")) {
2868
2831
  this.bumpSpace();
2869
- var h = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
2832
+ var l = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
2870
2833
  if (c.err)
2871
2834
  return c;
2872
- var f = Ln(c.val);
2835
+ var f = Tn(c.val);
2873
2836
  if (f.length === 0)
2874
2837
  return this.error(b.EXPECT_ARGUMENT_STYLE, v(this.clonePosition(), this.clonePosition()));
2875
- var g = v(h, this.clonePosition());
2838
+ var g = v(l, this.clonePosition());
2876
2839
  u = { style: f, styleLocation: g };
2877
2840
  }
2878
2841
  var y = this.tryParseArgumentClose(i);
2879
2842
  if (y.err)
2880
2843
  return y;
2881
2844
  var T = v(i, this.clonePosition());
2882
- if (u && vt(u == null ? void 0 : u.style, "::", 0)) {
2883
- var w = An(u.style.slice(2));
2884
- if (s === "number") {
2845
+ if (u && mt(u?.style, "::", 0)) {
2846
+ var w = xn(u.style.slice(2));
2847
+ if (o === "number") {
2885
2848
  var c = this.parseNumberSkeletonFromString(w, u.styleLocation);
2886
2849
  return c.err ? c : {
2887
2850
  val: { type: B.number, value: n, location: T, style: c.val },
@@ -2891,25 +2854,25 @@ var Pn = (
2891
2854
  if (w.length === 0)
2892
2855
  return this.error(b.EXPECT_DATE_TIME_SKELETON, T);
2893
2856
  var C = w;
2894
- this.locale && (C = _n(w, this.locale));
2857
+ this.locale && (C = ln(w, this.locale));
2895
2858
  var f = {
2896
- type: he.dateTime,
2859
+ type: le.dateTime,
2897
2860
  pattern: C,
2898
2861
  location: u.styleLocation,
2899
- parsedOptions: this.shouldParseSkeletons ? mn(C) : {}
2900
- }, k = s === "date" ? B.date : B.time;
2862
+ parsedOptions: this.shouldParseSkeletons ? tn(C) : {}
2863
+ }, R = o === "date" ? B.date : B.time;
2901
2864
  return {
2902
- val: { type: k, value: n, location: T, style: f },
2865
+ val: { type: R, value: n, location: T, style: f },
2903
2866
  err: null
2904
2867
  };
2905
2868
  }
2906
2869
  }
2907
2870
  return {
2908
2871
  val: {
2909
- type: s === "number" ? B.number : s === "date" ? B.date : B.time,
2872
+ type: o === "number" ? B.number : o === "date" ? B.date : B.time,
2910
2873
  value: n,
2911
2874
  location: T,
2912
- style: (a = u == null ? void 0 : u.style) !== null && a !== void 0 ? a : null
2875
+ style: (a = u?.style) !== null && a !== void 0 ? a : null
2913
2876
  },
2914
2877
  err: null
2915
2878
  };
@@ -2921,45 +2884,45 @@ var Pn = (
2921
2884
  if (this.bumpSpace(), !this.bumpIf(","))
2922
2885
  return this.error(b.EXPECT_SELECT_ARGUMENT_OPTIONS, v(S, _({}, S)));
2923
2886
  this.bumpSpace();
2924
- var A = this.parseIdentifierIfPossible(), L = 0;
2925
- if (s !== "select" && A.value === "offset") {
2887
+ var N = this.parseIdentifierIfPossible(), A = 0;
2888
+ if (o !== "select" && N.value === "offset") {
2926
2889
  if (!this.bumpIf(":"))
2927
2890
  return this.error(b.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, v(this.clonePosition(), this.clonePosition()));
2928
2891
  this.bumpSpace();
2929
2892
  var c = this.tryParseDecimalInteger(b.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, b.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
2930
2893
  if (c.err)
2931
2894
  return c;
2932
- this.bumpSpace(), A = this.parseIdentifierIfPossible(), L = c.val;
2895
+ this.bumpSpace(), N = this.parseIdentifierIfPossible(), A = c.val;
2933
2896
  }
2934
- var J = this.tryParsePluralOrSelectOptions(t, s, r, A);
2935
- if (J.err)
2936
- return J;
2897
+ var Z = this.tryParsePluralOrSelectOptions(t, o, r, N);
2898
+ if (Z.err)
2899
+ return Z;
2937
2900
  var y = this.tryParseArgumentClose(i);
2938
2901
  if (y.err)
2939
2902
  return y;
2940
- var te = v(i, this.clonePosition());
2941
- return s === "select" ? {
2903
+ var ee = v(i, this.clonePosition());
2904
+ return o === "select" ? {
2942
2905
  val: {
2943
2906
  type: B.select,
2944
2907
  value: n,
2945
- options: _t(J.val),
2946
- location: te
2908
+ options: dt(Z.val),
2909
+ location: ee
2947
2910
  },
2948
2911
  err: null
2949
2912
  } : {
2950
2913
  val: {
2951
2914
  type: B.plural,
2952
2915
  value: n,
2953
- options: _t(J.val),
2954
- offset: L,
2955
- pluralType: s === "plural" ? "cardinal" : "ordinal",
2956
- location: te
2916
+ options: dt(Z.val),
2917
+ offset: A,
2918
+ pluralType: o === "plural" ? "cardinal" : "ordinal",
2919
+ location: ee
2957
2920
  },
2958
2921
  err: null
2959
2922
  };
2960
2923
  }
2961
2924
  default:
2962
- return this.error(b.INVALID_ARGUMENT_TYPE, v(o, l));
2925
+ return this.error(b.INVALID_ARGUMENT_TYPE, v(s, h));
2963
2926
  }
2964
2927
  }, e.prototype.tryParseArgumentClose = function(t) {
2965
2928
  return this.isEOF() || this.char() !== 125 ? this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE, v(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
@@ -3001,34 +2964,34 @@ var Pn = (
3001
2964
  }, e.prototype.parseNumberSkeletonFromString = function(t, r) {
3002
2965
  var n = [];
3003
2966
  try {
3004
- n = pn(t);
3005
- } catch (i) {
2967
+ n = nn(t);
2968
+ } catch {
3006
2969
  return this.error(b.INVALID_NUMBER_SKELETON, r);
3007
2970
  }
3008
2971
  return {
3009
2972
  val: {
3010
- type: he.number,
2973
+ type: le.number,
3011
2974
  tokens: n,
3012
2975
  location: r,
3013
- parsedOptions: this.shouldParseSkeletons ? vn(n) : {}
2976
+ parsedOptions: this.shouldParseSkeletons ? un(n) : {}
3014
2977
  },
3015
2978
  err: null
3016
2979
  };
3017
2980
  }, e.prototype.tryParsePluralOrSelectOptions = function(t, r, n, i) {
3018
- for (var a, o = !1, s = [], l = /* @__PURE__ */ new Set(), u = i.value, h = i.location; ; ) {
2981
+ for (var a, s = !1, o = [], h = /* @__PURE__ */ new Set(), u = i.value, l = i.location; ; ) {
3019
2982
  if (u.length === 0) {
3020
2983
  var c = this.clonePosition();
3021
2984
  if (r !== "select" && this.bumpIf("=")) {
3022
2985
  var f = this.tryParseDecimalInteger(b.EXPECT_PLURAL_ARGUMENT_SELECTOR, b.INVALID_PLURAL_ARGUMENT_SELECTOR);
3023
2986
  if (f.err)
3024
2987
  return f;
3025
- h = v(c, this.clonePosition()), u = this.message.slice(c.offset, this.offset());
2988
+ l = v(c, this.clonePosition()), u = this.message.slice(c.offset, this.offset());
3026
2989
  } else
3027
2990
  break;
3028
2991
  }
3029
- if (l.has(u))
3030
- return this.error(r === "select" ? b.DUPLICATE_SELECT_ARGUMENT_SELECTOR : b.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, h);
3031
- u === "other" && (o = !0), this.bumpSpace();
2992
+ if (h.has(u))
2993
+ return this.error(r === "select" ? b.DUPLICATE_SELECT_ARGUMENT_SELECTOR : b.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, l);
2994
+ u === "other" && (s = !0), this.bumpSpace();
3032
2995
  var g = this.clonePosition();
3033
2996
  if (!this.bumpIf("{"))
3034
2997
  return this.error(r === "select" ? b.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : b.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, v(this.clonePosition(), this.clonePosition()));
@@ -3038,27 +3001,27 @@ var Pn = (
3038
3001
  var T = this.tryParseArgumentClose(g);
3039
3002
  if (T.err)
3040
3003
  return T;
3041
- s.push([
3004
+ o.push([
3042
3005
  u,
3043
3006
  {
3044
3007
  value: y.val,
3045
3008
  location: v(g, this.clonePosition())
3046
3009
  }
3047
- ]), l.add(u), this.bumpSpace(), a = this.parseIdentifierIfPossible(), u = a.value, h = a.location;
3010
+ ]), h.add(u), this.bumpSpace(), a = this.parseIdentifierIfPossible(), u = a.value, l = a.location;
3048
3011
  }
3049
- return s.length === 0 ? this.error(r === "select" ? b.EXPECT_SELECT_ARGUMENT_SELECTOR : b.EXPECT_PLURAL_ARGUMENT_SELECTOR, v(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !o ? this.error(b.MISSING_OTHER_CLAUSE, v(this.clonePosition(), this.clonePosition())) : { val: s, err: null };
3012
+ return o.length === 0 ? this.error(r === "select" ? b.EXPECT_SELECT_ARGUMENT_SELECTOR : b.EXPECT_PLURAL_ARGUMENT_SELECTOR, v(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !s ? this.error(b.MISSING_OTHER_CLAUSE, v(this.clonePosition(), this.clonePosition())) : { val: o, err: null };
3050
3013
  }, e.prototype.tryParseDecimalInteger = function(t, r) {
3051
3014
  var n = 1, i = this.clonePosition();
3052
3015
  this.bumpIf("+") || this.bumpIf("-") && (n = -1);
3053
- for (var a = !1, o = 0; !this.isEOF(); ) {
3054
- var s = this.char();
3055
- if (s >= 48 && s <= 57)
3056
- a = !0, o = o * 10 + (s - 48), this.bump();
3016
+ for (var a = !1, s = 0; !this.isEOF(); ) {
3017
+ var o = this.char();
3018
+ if (o >= 48 && o <= 57)
3019
+ a = !0, s = s * 10 + (o - 48), this.bump();
3057
3020
  else
3058
3021
  break;
3059
3022
  }
3060
- var l = v(i, this.clonePosition());
3061
- return a ? (o *= n, kn(o) ? { val: o, err: null } : this.error(r, l)) : this.error(t, l);
3023
+ var h = v(i, this.clonePosition());
3024
+ return a ? (s *= n, _n(s) ? { val: s, err: null } : this.error(r, h)) : this.error(t, h);
3062
3025
  }, e.prototype.offset = function() {
3063
3026
  return this.position.offset;
3064
3027
  }, e.prototype.isEOF = function() {
@@ -3073,7 +3036,7 @@ var Pn = (
3073
3036
  var t = this.position.offset;
3074
3037
  if (t >= this.message.length)
3075
3038
  throw Error("out of bound");
3076
- var r = Qt(this.message, t);
3039
+ var r = Wt(this.message, t);
3077
3040
  if (r === void 0)
3078
3041
  throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
3079
3042
  return r;
@@ -3092,7 +3055,7 @@ var Pn = (
3092
3055
  t === 10 ? (this.position.line += 1, this.position.column = 1, this.position.offset += 1) : (this.position.column += 1, this.position.offset += t < 65536 ? 1 : 2);
3093
3056
  }
3094
3057
  }, e.prototype.bumpIf = function(t) {
3095
- if (vt(this.message, t, this.offset())) {
3058
+ if (mt(this.message, t, this.offset())) {
3096
3059
  for (var r = 0; r < t.length; r++)
3097
3060
  this.bump();
3098
3061
  return !0;
@@ -3114,56 +3077,56 @@ var Pn = (
3114
3077
  break;
3115
3078
  }
3116
3079
  }, e.prototype.bumpSpace = function() {
3117
- for (; !this.isEOF() && tr(this.char()); )
3080
+ for (; !this.isEOF() && Jt(this.char()); )
3118
3081
  this.bump();
3119
3082
  }, e.prototype.peek = function() {
3120
3083
  if (this.isEOF())
3121
3084
  return null;
3122
3085
  var t = this.char(), r = this.offset(), n = this.message.charCodeAt(r + (t >= 65536 ? 2 : 1));
3123
- return n != null ? n : null;
3086
+ return n ?? null;
3124
3087
  }, e;
3125
3088
  }()
3126
3089
  );
3127
- function Qe(e) {
3090
+ function Ke(e) {
3128
3091
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3129
3092
  }
3130
- function On(e) {
3131
- return Qe(e) || e === 47;
3093
+ function wn(e) {
3094
+ return Ke(e) || e === 47;
3132
3095
  }
3133
- function In(e) {
3096
+ function Hn(e) {
3134
3097
  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;
3135
3098
  }
3136
- function tr(e) {
3099
+ function Jt(e) {
3137
3100
  return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3138
3101
  }
3139
- function $n(e) {
3102
+ function Cn(e) {
3140
3103
  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;
3141
3104
  }
3142
- function et(e) {
3105
+ function qe(e) {
3143
3106
  e.forEach(function(t) {
3144
- if (delete t.location, zt(t) || Xt(t))
3107
+ if (delete t.location, Dt(t) || Ut(t))
3145
3108
  for (var r in t.options)
3146
- delete t.options[r].location, et(t.options[r].value);
3147
- else Ft(t) && Zt(t.style) || (jt(t) || Vt(t)) && Je(t.style) ? delete t.style.location : Wt(t) && et(t.children);
3109
+ delete t.options[r].location, qe(t.options[r].value);
3110
+ else Ot(t) && Ft(t.style) || (It(t) || $t(t)) && We(t.style) ? delete t.style.location : Gt(t) && qe(t.children);
3148
3111
  });
3149
3112
  }
3150
- function Dn(e, t) {
3113
+ function Sn(e, t) {
3151
3114
  t === void 0 && (t = {}), t = _({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3152
- var r = new Pn(e, t).parse();
3115
+ var r = new Bn(e, t).parse();
3153
3116
  if (r.err) {
3154
3117
  var n = SyntaxError(b[r.err.kind]);
3155
3118
  throw n.location = r.err.location, n.originalMessage = r.err.message, n;
3156
3119
  }
3157
- return t != null && t.captureLocation || et(r.val), r.val;
3120
+ return t?.captureLocation || qe(r.val), r.val;
3158
3121
  }
3159
- var ce;
3122
+ var he;
3160
3123
  (function(e) {
3161
3124
  e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
3162
- })(ce || (ce = {}));
3163
- var Le = (
3125
+ })(he || (he = {}));
3126
+ var Ae = (
3164
3127
  /** @class */
3165
3128
  function(e) {
3166
- Ae(t, e);
3129
+ Ne(t, e);
3167
3130
  function t(r, n, i) {
3168
3131
  var a = e.call(this, r) || this;
3169
3132
  return a.code = n, a.originalMessage = i, a;
@@ -3172,155 +3135,155 @@ var Le = (
3172
3135
  return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
3173
3136
  }, t;
3174
3137
  }(Error)
3175
- ), xt = (
3138
+ ), bt = (
3176
3139
  /** @class */
3177
3140
  function(e) {
3178
- Ae(t, e);
3141
+ Ne(t, e);
3179
3142
  function t(r, n, i, a) {
3180
- return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), ce.INVALID_VALUE, a) || this;
3143
+ return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), he.INVALID_VALUE, a) || this;
3181
3144
  }
3182
3145
  return t;
3183
- }(Le)
3184
- ), Un = (
3146
+ }(Ae)
3147
+ ), Mn = (
3185
3148
  /** @class */
3186
3149
  function(e) {
3187
- Ae(t, e);
3150
+ Ne(t, e);
3188
3151
  function t(r, n, i) {
3189
- return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), ce.INVALID_VALUE, i) || this;
3152
+ return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), he.INVALID_VALUE, i) || this;
3190
3153
  }
3191
3154
  return t;
3192
- }(Le)
3193
- ), Gn = (
3155
+ }(Ae)
3156
+ ), Rn = (
3194
3157
  /** @class */
3195
3158
  function(e) {
3196
- Ae(t, e);
3159
+ Ne(t, e);
3197
3160
  function t(r, n) {
3198
- return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), ce.MISSING_VALUE, n) || this;
3161
+ return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), he.MISSING_VALUE, n) || this;
3199
3162
  }
3200
3163
  return t;
3201
- }(Le)
3202
- ), I;
3164
+ }(Ae)
3165
+ ), O;
3203
3166
  (function(e) {
3204
3167
  e[e.literal = 0] = "literal", e[e.object = 1] = "object";
3205
- })(I || (I = {}));
3206
- function Fn(e) {
3168
+ })(O || (O = {}));
3169
+ function kn(e) {
3207
3170
  return e.length < 2 ? e : e.reduce(function(t, r) {
3208
3171
  var n = t[t.length - 1];
3209
- return !n || n.type !== I.literal || r.type !== I.literal ? t.push(r) : n.value += r.value, t;
3172
+ return !n || n.type !== O.literal || r.type !== O.literal ? t.push(r) : n.value += r.value, t;
3210
3173
  }, []);
3211
3174
  }
3212
- function jn(e) {
3175
+ function Nn(e) {
3213
3176
  return typeof e == "function";
3214
3177
  }
3215
- function He(e, t, r, n, i, a, o) {
3216
- if (e.length === 1 && pt(e[0]))
3178
+ function we(e, t, r, n, i, a, s) {
3179
+ if (e.length === 1 && lt(e[0]))
3217
3180
  return [
3218
3181
  {
3219
- type: I.literal,
3182
+ type: O.literal,
3220
3183
  value: e[0].value
3221
3184
  }
3222
3185
  ];
3223
- for (var s = [], l = 0, u = e; l < u.length; l++) {
3224
- var h = u[l];
3225
- if (pt(h)) {
3226
- s.push({
3227
- type: I.literal,
3228
- value: h.value
3186
+ for (var o = [], h = 0, u = e; h < u.length; h++) {
3187
+ var l = u[h];
3188
+ if (lt(l)) {
3189
+ o.push({
3190
+ type: O.literal,
3191
+ value: l.value
3229
3192
  });
3230
3193
  continue;
3231
3194
  }
3232
- if (cn(h)) {
3233
- typeof a == "number" && s.push({
3234
- type: I.literal,
3195
+ if (Qr(l)) {
3196
+ typeof a == "number" && o.push({
3197
+ type: O.literal,
3235
3198
  value: r.getNumberFormat(t).format(a)
3236
3199
  });
3237
3200
  continue;
3238
3201
  }
3239
- var c = h.value;
3202
+ var c = l.value;
3240
3203
  if (!(i && c in i))
3241
- throw new Gn(c, o);
3204
+ throw new Rn(c, s);
3242
3205
  var f = i[c];
3243
- if (hn(h)) {
3244
- (!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), s.push({
3245
- type: typeof f == "string" ? I.literal : I.object,
3206
+ if (qr(l)) {
3207
+ (!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), o.push({
3208
+ type: typeof f == "string" ? O.literal : O.object,
3246
3209
  value: f
3247
3210
  });
3248
3211
  continue;
3249
3212
  }
3250
- if (jt(h)) {
3251
- var g = typeof h.style == "string" ? n.date[h.style] : Je(h.style) ? h.style.parsedOptions : void 0;
3252
- s.push({
3253
- type: I.literal,
3213
+ if (It(l)) {
3214
+ var g = typeof l.style == "string" ? n.date[l.style] : We(l.style) ? l.style.parsedOptions : void 0;
3215
+ o.push({
3216
+ type: O.literal,
3254
3217
  value: r.getDateTimeFormat(t, g).format(f)
3255
3218
  });
3256
3219
  continue;
3257
3220
  }
3258
- if (Vt(h)) {
3259
- var g = typeof h.style == "string" ? n.time[h.style] : Je(h.style) ? h.style.parsedOptions : n.time.medium;
3260
- s.push({
3261
- type: I.literal,
3221
+ if ($t(l)) {
3222
+ var g = typeof l.style == "string" ? n.time[l.style] : We(l.style) ? l.style.parsedOptions : n.time.medium;
3223
+ o.push({
3224
+ type: O.literal,
3262
3225
  value: r.getDateTimeFormat(t, g).format(f)
3263
3226
  });
3264
3227
  continue;
3265
3228
  }
3266
- if (Ft(h)) {
3267
- var g = typeof h.style == "string" ? n.number[h.style] : Zt(h.style) ? h.style.parsedOptions : void 0;
3268
- g && g.scale && (f = f * (g.scale || 1)), s.push({
3269
- type: I.literal,
3229
+ if (Ot(l)) {
3230
+ var g = typeof l.style == "string" ? n.number[l.style] : Ft(l.style) ? l.style.parsedOptions : void 0;
3231
+ g && g.scale && (f = f * (g.scale || 1)), o.push({
3232
+ type: O.literal,
3270
3233
  value: r.getNumberFormat(t, g).format(f)
3271
3234
  });
3272
3235
  continue;
3273
3236
  }
3274
- if (Wt(h)) {
3275
- var y = h.children, T = h.value, w = i[T];
3276
- if (!jn(w))
3277
- throw new Un(T, "function", o);
3278
- var C = He(y, t, r, n, i, a), k = w(C.map(function(L) {
3279
- return L.value;
3237
+ if (Gt(l)) {
3238
+ var y = l.children, T = l.value, w = i[T];
3239
+ if (!Nn(w))
3240
+ throw new Mn(T, "function", s);
3241
+ var C = we(y, t, r, n, i, a), R = w(C.map(function(A) {
3242
+ return A.value;
3280
3243
  }));
3281
- Array.isArray(k) || (k = [k]), s.push.apply(s, k.map(function(L) {
3244
+ Array.isArray(R) || (R = [R]), o.push.apply(o, R.map(function(A) {
3282
3245
  return {
3283
- type: typeof L == "string" ? I.literal : I.object,
3284
- value: L
3246
+ type: typeof A == "string" ? O.literal : O.object,
3247
+ value: A
3285
3248
  };
3286
3249
  }));
3287
3250
  }
3288
- if (zt(h)) {
3289
- var S = h.options[f] || h.options.other;
3251
+ if (Dt(l)) {
3252
+ var S = l.options[f] || l.options.other;
3290
3253
  if (!S)
3291
- throw new xt(h.value, f, Object.keys(h.options), o);
3292
- s.push.apply(s, He(S.value, t, r, n, i));
3254
+ throw new bt(l.value, f, Object.keys(l.options), s);
3255
+ o.push.apply(o, we(S.value, t, r, n, i));
3293
3256
  continue;
3294
3257
  }
3295
- if (Xt(h)) {
3296
- var S = h.options["=".concat(f)];
3258
+ if (Ut(l)) {
3259
+ var S = l.options["=".concat(f)];
3297
3260
  if (!S) {
3298
3261
  if (!Intl.PluralRules)
3299
- throw new Le(`Intl.PluralRules is not available in this environment.
3262
+ throw new Ae(`Intl.PluralRules is not available in this environment.
3300
3263
  Try polyfilling it using "@formatjs/intl-pluralrules"
3301
- `, ce.MISSING_INTL_API, o);
3302
- var A = r.getPluralRules(t, { type: h.pluralType }).select(f - (h.offset || 0));
3303
- S = h.options[A] || h.options.other;
3264
+ `, he.MISSING_INTL_API, s);
3265
+ var N = r.getPluralRules(t, { type: l.pluralType }).select(f - (l.offset || 0));
3266
+ S = l.options[N] || l.options.other;
3304
3267
  }
3305
3268
  if (!S)
3306
- throw new xt(h.value, f, Object.keys(h.options), o);
3307
- s.push.apply(s, He(S.value, t, r, n, i, f - (h.offset || 0)));
3269
+ throw new bt(l.value, f, Object.keys(l.options), s);
3270
+ o.push.apply(o, we(S.value, t, r, n, i, f - (l.offset || 0)));
3308
3271
  continue;
3309
3272
  }
3310
3273
  }
3311
- return Fn(s);
3274
+ return kn(o);
3312
3275
  }
3313
- function Vn(e, t) {
3276
+ function An(e, t) {
3314
3277
  return t ? _(_(_({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
3315
3278
  return r[n] = _(_({}, e[n]), t[n] || {}), r;
3316
3279
  }, {})) : e;
3317
3280
  }
3318
- function zn(e, t) {
3281
+ function Ln(e, t) {
3319
3282
  return t ? Object.keys(e).reduce(function(r, n) {
3320
- return r[n] = Vn(e[n], t[n]), r;
3283
+ return r[n] = An(e[n], t[n]), r;
3321
3284
  }, _({}, e)) : e;
3322
3285
  }
3323
- function je(e) {
3286
+ function Ge(e) {
3324
3287
  return {
3325
3288
  create: function() {
3326
3289
  return {
@@ -3334,39 +3297,39 @@ function je(e) {
3334
3297
  }
3335
3298
  };
3336
3299
  }
3337
- function Xn(e) {
3300
+ function Pn(e) {
3338
3301
  return e === void 0 && (e = {
3339
3302
  number: {},
3340
3303
  dateTime: {},
3341
3304
  pluralRules: {}
3342
3305
  }), {
3343
- getNumberFormat: Ue(function() {
3306
+ getNumberFormat: $e(function() {
3344
3307
  for (var t, r = [], n = 0; n < arguments.length; n++)
3345
3308
  r[n] = arguments[n];
3346
- return new ((t = Intl.NumberFormat).bind.apply(t, De([void 0], r, !1)))();
3309
+ return new ((t = Intl.NumberFormat).bind.apply(t, Ie([void 0], r, !1)))();
3347
3310
  }, {
3348
- cache: je(e.number),
3349
- strategy: Ge.variadic
3311
+ cache: Ge(e.number),
3312
+ strategy: De.variadic
3350
3313
  }),
3351
- getDateTimeFormat: Ue(function() {
3314
+ getDateTimeFormat: $e(function() {
3352
3315
  for (var t, r = [], n = 0; n < arguments.length; n++)
3353
3316
  r[n] = arguments[n];
3354
- return new ((t = Intl.DateTimeFormat).bind.apply(t, De([void 0], r, !1)))();
3317
+ return new ((t = Intl.DateTimeFormat).bind.apply(t, Ie([void 0], r, !1)))();
3355
3318
  }, {
3356
- cache: je(e.dateTime),
3357
- strategy: Ge.variadic
3319
+ cache: Ge(e.dateTime),
3320
+ strategy: De.variadic
3358
3321
  }),
3359
- getPluralRules: Ue(function() {
3322
+ getPluralRules: $e(function() {
3360
3323
  for (var t, r = [], n = 0; n < arguments.length; n++)
3361
3324
  r[n] = arguments[n];
3362
- return new ((t = Intl.PluralRules).bind.apply(t, De([void 0], r, !1)))();
3325
+ return new ((t = Intl.PluralRules).bind.apply(t, Ie([void 0], r, !1)))();
3363
3326
  }, {
3364
- cache: je(e.pluralRules),
3365
- strategy: Ge.variadic
3327
+ cache: Ge(e.pluralRules),
3328
+ strategy: De.variadic
3366
3329
  })
3367
3330
  };
3368
3331
  }
3369
- var Wn = (
3332
+ var On = (
3370
3333
  /** @class */
3371
3334
  function() {
3372
3335
  function e(t, r, n, i) {
@@ -3376,35 +3339,35 @@ var Wn = (
3376
3339
  number: {},
3377
3340
  dateTime: {},
3378
3341
  pluralRules: {}
3379
- }, this.format = function(l) {
3380
- var u = a.formatToParts(l);
3342
+ }, this.format = function(h) {
3343
+ var u = a.formatToParts(h);
3381
3344
  if (u.length === 1)
3382
3345
  return u[0].value;
3383
- var h = u.reduce(function(c, f) {
3384
- return !c.length || f.type !== I.literal || typeof c[c.length - 1] != "string" ? c.push(f.value) : c[c.length - 1] += f.value, c;
3346
+ var l = u.reduce(function(c, f) {
3347
+ return !c.length || f.type !== O.literal || typeof c[c.length - 1] != "string" ? c.push(f.value) : c[c.length - 1] += f.value, c;
3385
3348
  }, []);
3386
- return h.length <= 1 ? h[0] || "" : h;
3387
- }, this.formatToParts = function(l) {
3388
- return He(a.ast, a.locales, a.formatters, a.formats, l, void 0, a.message);
3349
+ return l.length <= 1 ? l[0] || "" : l;
3350
+ }, this.formatToParts = function(h) {
3351
+ return we(a.ast, a.locales, a.formatters, a.formats, h, void 0, a.message);
3389
3352
  }, this.resolvedOptions = function() {
3390
- var l;
3353
+ var h;
3391
3354
  return {
3392
- locale: ((l = a.resolvedLocale) === null || l === void 0 ? void 0 : l.toString()) || Intl.NumberFormat.supportedLocalesOf(a.locales)[0]
3355
+ locale: ((h = a.resolvedLocale) === null || h === void 0 ? void 0 : h.toString()) || Intl.NumberFormat.supportedLocalesOf(a.locales)[0]
3393
3356
  };
3394
3357
  }, this.getAst = function() {
3395
3358
  return a.ast;
3396
3359
  }, this.locales = r, this.resolvedLocale = e.resolveLocale(r), typeof t == "string") {
3397
3360
  if (this.message = t, !e.__parse)
3398
3361
  throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
3399
- var o = i || {};
3400
- o.formatters;
3401
- var s = tn(o, ["formatters"]);
3402
- this.ast = e.__parse(t, _(_({}, s), { locale: this.resolvedLocale }));
3362
+ var s = i || {};
3363
+ s.formatters;
3364
+ var o = Vr(s, ["formatters"]);
3365
+ this.ast = e.__parse(t, _(_({}, o), { locale: this.resolvedLocale }));
3403
3366
  } else
3404
3367
  this.ast = t;
3405
3368
  if (!Array.isArray(this.ast))
3406
3369
  throw new TypeError("A message must be provided as a String or AST.");
3407
- this.formats = zn(e.formats, n), this.formatters = i && i.formatters || Xn(this.formatterCache);
3370
+ this.formats = Ln(e.formats, n), this.formatters = i && i.formatters || Pn(this.formatterCache);
3408
3371
  }
3409
3372
  return Object.defineProperty(e, "defaultLocale", {
3410
3373
  get: function() {
@@ -3413,11 +3376,11 @@ var Wn = (
3413
3376
  enumerable: !1,
3414
3377
  configurable: !0
3415
3378
  }), e.memoizedDefaultLocale = null, e.resolveLocale = function(t) {
3416
- if (typeof Intl.Locale != "undefined") {
3379
+ if (!(typeof Intl.Locale > "u")) {
3417
3380
  var r = Intl.NumberFormat.supportedLocalesOf(t);
3418
3381
  return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
3419
3382
  }
3420
- }, e.__parse = Dn, e.formats = {
3383
+ }, e.__parse = Sn, e.formats = {
3421
3384
  number: {
3422
3385
  integer: {
3423
3386
  maximumFractionDigits: 0
@@ -3478,7 +3441,7 @@ var Wn = (
3478
3441
  }, e;
3479
3442
  }()
3480
3443
  );
3481
- function Zn(e, t) {
3444
+ function In(e, t) {
3482
3445
  if (t == null)
3483
3446
  return;
3484
3447
  if (t in e)
@@ -3499,92 +3462,92 @@ function Zn(e, t) {
3499
3462
  n = void 0;
3500
3463
  return n;
3501
3464
  }
3502
- const Q = {}, Jn = (e, t, r) => r && (t in Q || (Q[t] = {}), e in Q[t] || (Q[t][e] = r), r), rr = (e, t) => {
3465
+ const q = {}, $n = (e, t, r) => r && (t in q || (q[t] = {}), e in q[t] || (q[t][e] = r), r), Yt = (e, t) => {
3503
3466
  if (t == null)
3504
3467
  return;
3505
- if (t in Q && e in Q[t])
3506
- return Q[t][e];
3507
- const r = Pe(t);
3468
+ if (t in q && e in q[t])
3469
+ return q[t][e];
3470
+ const r = Le(t);
3508
3471
  for (let n = 0; n < r.length; n++) {
3509
- const i = r[n], a = Kn(i, e);
3472
+ const i = r[n], a = Un(i, e);
3510
3473
  if (a)
3511
- return Jn(e, t, a);
3474
+ return $n(e, t, a);
3512
3475
  }
3513
3476
  };
3514
- let at;
3515
- const de = Ne({});
3516
- function Yn(e) {
3517
- return at[e] || null;
3477
+ let nt;
3478
+ const me = ke({});
3479
+ function Dn(e) {
3480
+ return nt[e] || null;
3518
3481
  }
3519
- function nr(e) {
3520
- return e in at;
3482
+ function Kt(e) {
3483
+ return e in nt;
3521
3484
  }
3522
- function Kn(e, t) {
3523
- if (!nr(e))
3485
+ function Un(e, t) {
3486
+ if (!Kt(e))
3524
3487
  return null;
3525
- const r = Yn(e);
3526
- return Zn(r, t);
3488
+ const r = Dn(e);
3489
+ return In(r, t);
3527
3490
  }
3528
- function qn(e) {
3491
+ function Gn(e) {
3529
3492
  if (e == null)
3530
3493
  return;
3531
- const t = Pe(e);
3494
+ const t = Le(e);
3532
3495
  for (let r = 0; r < t.length; r++) {
3533
3496
  const n = t[r];
3534
- if (nr(n))
3497
+ if (Kt(n))
3535
3498
  return n;
3536
3499
  }
3537
3500
  }
3538
- function ir(e, ...t) {
3539
- delete Q[e], de.update((r) => (r[e] = en.all([r[e] || {}, ...t]), r));
3501
+ function qt(e, ...t) {
3502
+ delete q[e], me.update((r) => (r[e] = jr.all([r[e] || {}, ...t]), r));
3540
3503
  }
3541
- me(
3542
- [de],
3504
+ fe(
3505
+ [me],
3543
3506
  ([e]) => Object.keys(e)
3544
3507
  );
3545
- de.subscribe((e) => at = e);
3546
- const Ce = {};
3547
- function Qn(e, t) {
3548
- Ce[e].delete(t), Ce[e].size === 0 && delete Ce[e];
3508
+ me.subscribe((e) => nt = e);
3509
+ const He = {};
3510
+ function Fn(e, t) {
3511
+ He[e].delete(t), He[e].size === 0 && delete He[e];
3549
3512
  }
3550
- function ar(e) {
3551
- return Ce[e];
3513
+ function Qt(e) {
3514
+ return He[e];
3552
3515
  }
3553
- function ei(e) {
3554
- return Pe(e).map((t) => {
3555
- const r = ar(t);
3516
+ function jn(e) {
3517
+ return Le(e).map((t) => {
3518
+ const r = Qt(t);
3556
3519
  return [t, r ? [...r] : []];
3557
3520
  }).filter(([, t]) => t.length > 0);
3558
3521
  }
3559
- function tt(e) {
3560
- return e == null ? !1 : Pe(e).some(
3522
+ function Qe(e) {
3523
+ return e == null ? !1 : Le(e).some(
3561
3524
  (t) => {
3562
3525
  var r;
3563
- return (r = ar(t)) == null ? void 0 : r.size;
3526
+ return (r = Qt(t)) == null ? void 0 : r.size;
3564
3527
  }
3565
3528
  );
3566
3529
  }
3567
- function ti(e, t) {
3530
+ function Vn(e, t) {
3568
3531
  return Promise.all(
3569
- t.map((n) => (Qn(e, n), n().then((i) => i.default || i)))
3570
- ).then((n) => ir(e, ...n));
3571
- }
3572
- const be = {};
3573
- function or(e) {
3574
- if (!tt(e))
3575
- return e in be ? be[e] : Promise.resolve();
3576
- const t = ei(e);
3577
- return be[e] = Promise.all(
3532
+ t.map((n) => (Fn(e, n), n().then((i) => i.default || i)))
3533
+ ).then((n) => qt(e, ...n));
3534
+ }
3535
+ const pe = {};
3536
+ function er(e) {
3537
+ if (!Qe(e))
3538
+ return e in pe ? pe[e] : Promise.resolve();
3539
+ const t = jn(e);
3540
+ return pe[e] = Promise.all(
3578
3541
  t.map(
3579
- ([r, n]) => ti(r, n)
3542
+ ([r, n]) => Vn(r, n)
3580
3543
  )
3581
3544
  ).then(() => {
3582
- if (tt(e))
3583
- return or(e);
3584
- delete be[e];
3585
- }), be[e];
3545
+ if (Qe(e))
3546
+ return er(e);
3547
+ delete pe[e];
3548
+ }), pe[e];
3586
3549
  }
3587
- const ri = {
3550
+ const zn = {
3588
3551
  number: {
3589
3552
  scientific: { notation: "scientific" },
3590
3553
  engineering: { notation: "engineering" },
@@ -3613,159 +3576,159 @@ const ri = {
3613
3576
  timeZoneName: "short"
3614
3577
  }
3615
3578
  }
3616
- }, ni = {
3579
+ }, Xn = {
3617
3580
  fallbackLocale: null,
3618
3581
  loadingDelay: 200,
3619
- formats: ri,
3582
+ formats: zn,
3620
3583
  warnOnMissingMessages: !0,
3621
3584
  handleMissingMessage: void 0,
3622
3585
  ignoreTag: !0
3623
- }, ii = ni;
3624
- function fe() {
3625
- return ii;
3586
+ }, Wn = Xn;
3587
+ function ce() {
3588
+ return Wn;
3626
3589
  }
3627
- const Ve = Ne(!1);
3628
- var ai = Object.defineProperty, oi = Object.defineProperties, si = Object.getOwnPropertyDescriptors, Tt = Object.getOwnPropertySymbols, ui = Object.prototype.hasOwnProperty, li = Object.prototype.propertyIsEnumerable, Bt = (e, t, r) => t in e ? ai(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, hi = (e, t) => {
3590
+ const Fe = ke(!1);
3591
+ var Zn = Object.defineProperty, Jn = Object.defineProperties, Yn = Object.getOwnPropertyDescriptors, gt = Object.getOwnPropertySymbols, Kn = Object.prototype.hasOwnProperty, qn = Object.prototype.propertyIsEnumerable, yt = (e, t, r) => t in e ? Zn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Qn = (e, t) => {
3629
3592
  for (var r in t)
3630
- ui.call(t, r) && Bt(e, r, t[r]);
3631
- if (Tt)
3632
- for (var r of Tt(t))
3633
- li.call(t, r) && Bt(e, r, t[r]);
3593
+ Kn.call(t, r) && yt(e, r, t[r]);
3594
+ if (gt)
3595
+ for (var r of gt(t))
3596
+ qn.call(t, r) && yt(e, r, t[r]);
3634
3597
  return e;
3635
- }, ci = (e, t) => oi(e, si(t));
3636
- let rt;
3637
- const Se = Ne(null);
3638
- function wt(e) {
3598
+ }, ei = (e, t) => Jn(e, Yn(t));
3599
+ let et;
3600
+ const Ce = ke(null);
3601
+ function vt(e) {
3639
3602
  return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
3640
3603
  }
3641
- function Pe(e, t = fe().fallbackLocale) {
3642
- const r = wt(e);
3643
- return t ? [.../* @__PURE__ */ new Set([...r, ...wt(t)])] : r;
3604
+ function Le(e, t = ce().fallbackLocale) {
3605
+ const r = vt(e);
3606
+ return t ? [.../* @__PURE__ */ new Set([...r, ...vt(t)])] : r;
3644
3607
  }
3645
- function ie() {
3646
- return rt != null ? rt : void 0;
3608
+ function ne() {
3609
+ return et ?? void 0;
3647
3610
  }
3648
- Se.subscribe((e) => {
3649
- rt = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
3611
+ Ce.subscribe((e) => {
3612
+ et = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
3650
3613
  });
3651
- const fi = (e) => {
3652
- if (e && qn(e) && tt(e)) {
3653
- const { loadingDelay: t } = fe();
3614
+ const ti = (e) => {
3615
+ if (e && Gn(e) && Qe(e)) {
3616
+ const { loadingDelay: t } = ce();
3654
3617
  let r;
3655
- return typeof window != "undefined" && ie() != null && t ? r = window.setTimeout(
3656
- () => Ve.set(!0),
3618
+ return typeof window < "u" && ne() != null && t ? r = window.setTimeout(
3619
+ () => Fe.set(!0),
3657
3620
  t
3658
- ) : Ve.set(!0), or(e).then(() => {
3659
- Se.set(e);
3621
+ ) : Fe.set(!0), er(e).then(() => {
3622
+ Ce.set(e);
3660
3623
  }).finally(() => {
3661
- clearTimeout(r), Ve.set(!1);
3624
+ clearTimeout(r), Fe.set(!1);
3662
3625
  });
3663
3626
  }
3664
- return Se.set(e);
3665
- }, ee = ci(hi({}, Se), {
3666
- set: fi
3667
- }), Oe = (e) => {
3627
+ return Ce.set(e);
3628
+ }, Q = ei(Qn({}, Ce), {
3629
+ set: ti
3630
+ }), Pe = (e) => {
3668
3631
  const t = /* @__PURE__ */ Object.create(null);
3669
3632
  return (n) => {
3670
3633
  const i = JSON.stringify(n);
3671
3634
  return i in t ? t[i] : t[i] = e(n);
3672
3635
  };
3673
3636
  };
3674
- var mi = Object.defineProperty, Me = Object.getOwnPropertySymbols, sr = Object.prototype.hasOwnProperty, ur = Object.prototype.propertyIsEnumerable, Ht = (e, t, r) => t in e ? mi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, ot = (e, t) => {
3637
+ var ri = Object.defineProperty, Se = Object.getOwnPropertySymbols, tr = Object.prototype.hasOwnProperty, rr = Object.prototype.propertyIsEnumerable, _t = (e, t, r) => t in e ? ri(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, it = (e, t) => {
3675
3638
  for (var r in t || (t = {}))
3676
- sr.call(t, r) && Ht(e, r, t[r]);
3677
- if (Me)
3678
- for (var r of Me(t))
3679
- ur.call(t, r) && Ht(e, r, t[r]);
3639
+ tr.call(t, r) && _t(e, r, t[r]);
3640
+ if (Se)
3641
+ for (var r of Se(t))
3642
+ rr.call(t, r) && _t(e, r, t[r]);
3680
3643
  return e;
3681
- }, pe = (e, t) => {
3644
+ }, de = (e, t) => {
3682
3645
  var r = {};
3683
3646
  for (var n in e)
3684
- sr.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
3685
- if (e != null && Me)
3686
- for (var n of Me(e))
3687
- t.indexOf(n) < 0 && ur.call(e, n) && (r[n] = e[n]);
3647
+ tr.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
3648
+ if (e != null && Se)
3649
+ for (var n of Se(e))
3650
+ t.indexOf(n) < 0 && rr.call(e, n) && (r[n] = e[n]);
3688
3651
  return r;
3689
3652
  };
3690
- const _e = (e, t) => {
3691
- const { formats: r } = fe();
3653
+ const ve = (e, t) => {
3654
+ const { formats: r } = ce();
3692
3655
  if (e in r && t in r[e])
3693
3656
  return r[e][t];
3694
3657
  throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
3695
- }, di = Oe(
3658
+ }, ni = Pe(
3696
3659
  (e) => {
3697
- var t = e, { locale: r, format: n } = t, i = pe(t, ["locale", "format"]);
3660
+ var t = e, { locale: r, format: n } = t, i = de(t, ["locale", "format"]);
3698
3661
  if (r == null)
3699
3662
  throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
3700
- return n && (i = _e("number", n)), new Intl.NumberFormat(r, i);
3663
+ return n && (i = ve("number", n)), new Intl.NumberFormat(r, i);
3701
3664
  }
3702
- ), pi = Oe(
3665
+ ), ii = Pe(
3703
3666
  (e) => {
3704
- var t = e, { locale: r, format: n } = t, i = pe(t, ["locale", "format"]);
3667
+ var t = e, { locale: r, format: n } = t, i = de(t, ["locale", "format"]);
3705
3668
  if (r == null)
3706
3669
  throw new Error('[svelte-i18n] A "locale" must be set to format dates');
3707
- return n ? i = _e("date", n) : Object.keys(i).length === 0 && (i = _e("date", "short")), new Intl.DateTimeFormat(r, i);
3670
+ return n ? i = ve("date", n) : Object.keys(i).length === 0 && (i = ve("date", "short")), new Intl.DateTimeFormat(r, i);
3708
3671
  }
3709
- ), bi = Oe(
3672
+ ), ai = Pe(
3710
3673
  (e) => {
3711
- var t = e, { locale: r, format: n } = t, i = pe(t, ["locale", "format"]);
3674
+ var t = e, { locale: r, format: n } = t, i = de(t, ["locale", "format"]);
3712
3675
  if (r == null)
3713
3676
  throw new Error(
3714
3677
  '[svelte-i18n] A "locale" must be set to format time values'
3715
3678
  );
3716
- return n ? i = _e("time", n) : Object.keys(i).length === 0 && (i = _e("time", "short")), new Intl.DateTimeFormat(r, i);
3679
+ return n ? i = ve("time", n) : Object.keys(i).length === 0 && (i = ve("time", "short")), new Intl.DateTimeFormat(r, i);
3717
3680
  }
3718
- ), gi = (e = {}) => {
3681
+ ), oi = (e = {}) => {
3719
3682
  var t = e, {
3720
- locale: r = ie()
3721
- } = t, n = pe(t, [
3683
+ locale: r = ne()
3684
+ } = t, n = de(t, [
3722
3685
  "locale"
3723
3686
  ]);
3724
- return di(ot({ locale: r }, n));
3725
- }, yi = (e = {}) => {
3687
+ return ni(it({ locale: r }, n));
3688
+ }, si = (e = {}) => {
3726
3689
  var t = e, {
3727
- locale: r = ie()
3728
- } = t, n = pe(t, [
3690
+ locale: r = ne()
3691
+ } = t, n = de(t, [
3729
3692
  "locale"
3730
3693
  ]);
3731
- return pi(ot({ locale: r }, n));
3732
- }, vi = (e = {}) => {
3694
+ return ii(it({ locale: r }, n));
3695
+ }, ui = (e = {}) => {
3733
3696
  var t = e, {
3734
- locale: r = ie()
3735
- } = t, n = pe(t, [
3697
+ locale: r = ne()
3698
+ } = t, n = de(t, [
3736
3699
  "locale"
3737
3700
  ]);
3738
- return bi(ot({ locale: r }, n));
3739
- }, _i = Oe(
3701
+ return ai(it({ locale: r }, n));
3702
+ }, li = Pe(
3740
3703
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
3741
- (e, t = ie()) => new Wn(e, t, fe().formats, {
3742
- ignoreTag: fe().ignoreTag
3704
+ (e, t = ne()) => new On(e, t, ce().formats, {
3705
+ ignoreTag: ce().ignoreTag
3743
3706
  })
3744
- ), Ei = (e, t = {}) => {
3707
+ ), hi = (e, t = {}) => {
3745
3708
  var r, n, i, a;
3746
- let o = t;
3747
- typeof e == "object" && (o = e, e = o.id);
3709
+ let s = t;
3710
+ typeof e == "object" && (s = e, e = s.id);
3748
3711
  const {
3749
- values: s,
3750
- locale: l = ie(),
3712
+ values: o,
3713
+ locale: h = ne(),
3751
3714
  default: u
3752
- } = o;
3753
- if (l == null)
3715
+ } = s;
3716
+ if (h == null)
3754
3717
  throw new Error(
3755
3718
  "[svelte-i18n] Cannot format a message without first setting the initial locale."
3756
3719
  );
3757
- let h = rr(e, l);
3758
- if (!h)
3759
- h = (a = (i = (n = (r = fe()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: l, id: e, defaultValue: u })) != null ? i : u) != null ? a : e;
3760
- else if (typeof h != "string")
3720
+ let l = Yt(e, h);
3721
+ if (!l)
3722
+ l = (a = (i = (n = (r = ce()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: h, id: e, defaultValue: u })) != null ? i : u) != null ? a : e;
3723
+ else if (typeof l != "string")
3761
3724
  return console.warn(
3762
- `[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof h}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
3763
- ), h;
3764
- if (!s)
3765
- return h;
3766
- let c = h;
3725
+ `[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof l}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
3726
+ ), l;
3727
+ if (!o)
3728
+ return l;
3729
+ let c = l;
3767
3730
  try {
3768
- c = _i(h, l).format(s);
3731
+ c = li(l, h).format(o);
3769
3732
  } catch (f) {
3770
3733
  f instanceof Error && console.warn(
3771
3734
  `[svelte-i18n] Message "${e}" has syntax error:`,
@@ -3773,23 +3736,23 @@ const _e = (e, t) => {
3773
3736
  );
3774
3737
  }
3775
3738
  return c;
3776
- }, xi = (e, t) => vi(t).format(e), Ti = (e, t) => yi(t).format(e), Bi = (e, t) => gi(t).format(e), wi = (e, t = ie()) => rr(e, t), Hi = me([ee, de], () => Ei);
3777
- me([ee], () => xi);
3778
- me([ee], () => Ti);
3779
- me([ee], () => Bi);
3780
- me([ee, de], () => wi);
3781
- function Ci({ withLocale: e, translations: t }) {
3782
- ee.subscribe((r) => {
3783
- r == null && (de.set(t), ee.set(e));
3739
+ }, ci = (e, t) => ui(t).format(e), fi = (e, t) => si(t).format(e), mi = (e, t) => oi(t).format(e), di = (e, t = ne()) => Yt(e, t), pi = fe([Q, me], () => hi);
3740
+ fe([Q], () => ci);
3741
+ fe([Q], () => fi);
3742
+ fe([Q], () => mi);
3743
+ fe([Q, me], () => di);
3744
+ function bi({ withLocale: e, translations: t }) {
3745
+ Q.subscribe((r) => {
3746
+ r == null && (me.set(t), Q.set(e));
3784
3747
  });
3785
3748
  }
3786
- function Ct(e, t) {
3787
- ir(e, t);
3749
+ function Et(e, t) {
3750
+ qt(e, t);
3788
3751
  }
3789
- function Si(e) {
3790
- ee.set(e);
3752
+ function gi(e) {
3753
+ Q.set(e);
3791
3754
  }
3792
- const St = {
3755
+ const xt = {
3793
3756
  en: {
3794
3757
  scoreCriteriaType: {
3795
3758
  stake: "The score criteria for this tournament is <b>Turnover</b>. For each X generated (X= amount wagered in player currency or equivalent in base currency) player will get 1 point. The player who will have the largest turnover will have the highest score and rank.",
@@ -3865,7 +3828,7 @@ const St = {
3865
3828
  productMinBet: "Para {productName}, o valor mínimo da aposta aceita é {minBet}.",
3866
3829
  productMaxBet: "Para {productName}, o valor máximo da aposta aceita é {maxBet}."
3867
3830
  }
3868
- }, N = {
3831
+ }, k = {
3869
3832
  AED: "د.إ",
3870
3833
  AFN: "؋",
3871
3834
  ALL: "L",
@@ -4036,21 +3999,21 @@ const St = {
4036
3999
  YER: "﷼",
4037
4000
  ZAR: "R",
4038
4001
  ZWD: "Z$"
4039
- }, Mi = "data:image/svg+xml,%3csvg%20width='35'%20height='25'%20viewBox='0%200%2025%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_2591_521)'%3e%3cpath%20d='M22.3588%2020.1363C22.3601%2020.7949%2022.1782%2021.4408%2021.8334%2022.0019C21.6456%2022.3247%2021.4036%2022.6127%2021.1179%2022.8533C20.4473%2023.4391%2019.5846%2023.7574%2018.6942%2023.7474C17.8037%2023.7373%2016.9482%2023.3997%2016.2909%2022.7989C16.0353%2022.567%2015.8156%2022.2984%2015.6389%2022.0019C15.3424%2021.5116%2015.1664%2020.958%2015.1255%2020.3865C15.0845%2019.815%2015.1799%2019.2419%2015.4034%2018.7144C15.6399%2018.1566%2016.0124%2017.667%2016.487%2017.2905C16.9617%2016.9139%2017.5234%2016.6623%2018.1204%2016.5589C18.3103%2016.5455%2018.5009%2016.5455%2018.6908%2016.5589C19.6516%2016.5589%2020.573%2016.9406%2021.2524%2017.62C21.9318%2018.2994%2022.3135%2019.2208%2022.3135%2020.1816L22.3588%2020.1363Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M17.3242%2020.1371L18.2299%2021.0428L20.1591%2019.2314'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M22.278%206.46076C21.2037%204.5943%2019.6194%203.073%2017.711%202.0753C15.8025%201.0776%2013.6493%200.644982%2011.5036%200.828135C9.35785%201.01129%207.30885%201.8026%205.59709%203.10931C3.88533%204.41603%202.5817%206.1839%201.83935%208.20542C1.09701%2010.2269%200.9467%2012.4182%201.40598%2014.5222C1.86526%2016.6261%202.91505%2018.5555%204.43229%2020.0838C5.94953%2021.6121%207.87136%2022.6759%209.97194%2023.1504C12.0725%2023.6249%2014.2648%2023.4903%2016.2917%2022.7627C16.0361%2022.5307%2015.8163%2022.2621%2015.6396%2021.9657C15.3432%2021.4754%2015.1671%2020.9217%2015.1262%2020.3502C15.0853%2019.7788%2015.1806%2019.2057%2015.4041%2018.6781C14.4907%2019.0911%2013.4995%2019.3042%2012.497%2019.3031C11.2245%2019.3008%209.97506%2018.9635%208.87436%2018.325C7.77533%2017.6908%206.86538%2016.7747%206.23875%2015.6714V15.6714C5.33468%2014.0218%205.11294%2012.0836%205.62119%2010.2725C6.12945%208.46132%207.32717%206.92144%208.9575%205.98306C10.5878%205.04467%2012.521%204.78249%2014.3424%205.25274C16.1637%205.72298%2017.7284%206.88816%2018.7006%208.4985C18.7123%208.52746%2018.7275%208.55493%2018.746%208.58009C19.3629%209.66322%2019.6875%2010.8882%2019.6875%2012.1347C19.6875%2013.3813%2019.3629%2014.6064%2018.746%2015.6895C18.5748%2015.9855%2018.384%2016.2699%2018.1753%2016.5408C18.3652%2016.5273%2018.556%2016.5273%2018.746%2016.5408C19.3961%2016.5406%2020.0342%2016.7154%2020.5936%2017.0469C21.1529%2017.3783%2021.6128%2017.8543%2021.9249%2018.4246C23.1544%2016.5691%2023.8097%2014.3923%2023.8087%2012.1665C23.8164%2010.1621%2023.2878%208.19215%2022.278%206.46076V6.46076Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12.4785%200.819336V4.94915'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M18.1391%202.32227L16.0742%205.89962'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M22.2866%206.46094L18.7002%208.52584'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M19.6875%2012.1035L23.7992%2012.1216'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M22.2775%2017.7729L18.7363%2015.708'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12.4966%2019.3398L12.4785%2023.4153'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M8.883%2018.3613L6.82715%2021.8843'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6.24745%2015.708L2.69727%2017.7276'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M5.30577%2012.0946L1.20312%2012.0674'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6.30214%208.49903L2.75195%206.41602'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6.90918%202.29492L8.94692%205.89039'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M9.7086%2010.4202H8.7206L7.74805%2011.0146V11.9254L8.61254%2011.4082H8.6357V14.3722H9.7086V10.4202Z'%20fill='white'/%3e%3cpath%20d='M11.7885%2014.4803C12.8633%2014.4822%2013.531%2013.7123%2013.5329%2012.4039C13.5348%2011.1033%2012.8633%2010.3662%2011.7885%2010.3662C10.7117%2010.3662%2010.0479%2011.0995%2010.044%2012.4039C10.0402%2013.7065%2010.7117%2014.4783%2011.7885%2014.4803ZM11.7885%2013.6081C11.418%2013.6081%2011.1517%2013.2356%2011.1555%2012.4039C11.1594%2011.5916%2011.418%2011.2307%2011.7885%2011.2307C12.159%2011.2307%2012.4195%2011.5916%2012.4214%2012.4039C12.4233%2013.2356%2012.159%2013.6081%2011.7885%2013.6081Z'%20fill='white'/%3e%3cpath%20d='M15.305%2014.4803C16.3798%2014.4822%2017.0475%2013.7123%2017.0494%2012.4039C17.0513%2011.1033%2016.3798%2010.3662%2015.305%2010.3662C14.2282%2010.3662%2013.5644%2011.0995%2013.5605%2012.4039C13.5567%2013.7065%2014.2282%2014.4783%2015.305%2014.4803ZM15.305%2013.6081C14.9345%2013.6081%2014.6682%2013.2356%2014.672%2012.4039C14.6759%2011.5916%2014.9345%2011.2307%2015.305%2011.2307C15.6755%2011.2307%2015.936%2011.5916%2015.9379%2012.4039C15.9398%2013.2356%2015.6755%2013.6081%2015.305%2013.6081Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2591_521'%3e%3crect%20width='24'%20height='24.2989'%20fill='white'%20transform='translate(0.478516%200.139648)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", Ri = "data:image/svg+xml,%3csvg%20width='35'%20height='24'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.6712%2020.9658H5.22363V23.2166H19.6712V20.9658Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13.9074%2014.8942C16.0065%2013.9267%2019.3847%2011.229%2019.3847%204.9113C19.3847%203.38619%2019.1879%202.20546%2018.7246%201.30762H6.03995C5.58078%202.20546%205.37988%203.38619%205.37988%204.9113C5.37988%2011.0978%208.76219%2013.8611%2010.8572%2014.8696V18.6906H6.40482V20.9414H18.4868V18.6906H13.9074V14.8942Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M5.41677%203.39453H0.841439C0.841439%203.39453%20-0.343394%209.90085%206.77789%2010.9586'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M19.499%203.39453H24.0743C24.0743%203.39453%2025.2592%209.90085%2018.1338%2010.9586'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12.3862%203.97656L13.2718%206.31343L15.7685%206.43642L13.8211%208.00253L14.4771%2010.4132L12.3862%209.04387L10.2953%2010.4132L10.9472%208.00253L9.00391%206.43642L11.4966%206.31343L12.3862%203.97656Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", lr = "data:image/svg+xml,%3csvg%20width='35'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.5%2013.7502C9.5%2014.7202%2010.25%2015.5002%2011.17%2015.5002H13.05C13.85%2015.5002%2014.5%2014.8202%2014.5%2013.9702C14.5%2013.0602%2014.1%2012.7302%2013.51%2012.5202L10.5%2011.4702C9.91%2011.2602%209.51001%2010.9402%209.51001%2010.0202C9.51001%209.18023%2010.16%208.49023%2010.96%208.49023H12.84C13.76%208.49023%2014.51%209.27023%2014.51%2010.2402'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12%207.5V16.5'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M22%2012C22%2017.52%2017.52%2022%2012%2022C6.48%2022%202%2017.52%202%2012C2%206.48%206.48%202%2012%202'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M22%206V2H18'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M17%207L22%202'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", ki = "data:image/svg+xml,%3csvg%20width='35'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M22%2012C22%2017.52%2017.52%2022%2012%2022C6.48%2022%202%2017.52%202%2012C2%206.48%206.48%202%2012%202C17.52%202%2022%206.48%2022%2012Z'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M15.7099%2015.1798L12.6099%2013.3298C12.0699%2013.0098%2011.6299%2012.2398%2011.6299%2011.6098V7.50977'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", Ni = "data:image/svg+xml,%3csvg%20width='35'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%2019.5H21'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M11%2012.5H21'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M11%205.5H21'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M3%205.5L4%206.5L7%203.5'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M3%2012.5L4%2013.5L7%2010.5'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M3%2019.5L4%2020.5L7%2017.5'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e";
4040
- function Ai(e) {
4041
- gr(e, "svelte-1aour49", "*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.casino-tournaments-thumbnail-rule{color:#fff;font-size:12px;line-height:15px;letter-spacing:-0.177807px;color:#B5B5B5}.casino-tournaments-thumbnail-rule .RulesRow{padding:10px;display:flex;border-bottom:1px solid #424242}.casino-tournaments-thumbnail-rule .RulesRow .RuleTxt{padding:3px 5px}.casino-tournaments-thumbnail-rule .RulesRow .RuleTxt a{color:#ff8364;cursor:pointer}.casino-tournaments-thumbnail-rule .RuleIcon{width:38px;height:30px}");
4002
+ }, yi = "data:image/svg+xml,%3csvg%20width='35'%20height='25'%20viewBox='0%200%2025%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_2591_521)'%3e%3cpath%20d='M22.3588%2020.1363C22.3601%2020.7949%2022.1782%2021.4408%2021.8334%2022.0019C21.6456%2022.3247%2021.4036%2022.6127%2021.1179%2022.8533C20.4473%2023.4391%2019.5846%2023.7574%2018.6942%2023.7474C17.8037%2023.7373%2016.9482%2023.3997%2016.2909%2022.7989C16.0353%2022.567%2015.8156%2022.2984%2015.6389%2022.0019C15.3424%2021.5116%2015.1664%2020.958%2015.1255%2020.3865C15.0845%2019.815%2015.1799%2019.2419%2015.4034%2018.7144C15.6399%2018.1566%2016.0124%2017.667%2016.487%2017.2905C16.9617%2016.9139%2017.5234%2016.6623%2018.1204%2016.5589C18.3103%2016.5455%2018.5009%2016.5455%2018.6908%2016.5589C19.6516%2016.5589%2020.573%2016.9406%2021.2524%2017.62C21.9318%2018.2994%2022.3135%2019.2208%2022.3135%2020.1816L22.3588%2020.1363Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M17.3242%2020.1371L18.2299%2021.0428L20.1591%2019.2314'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M22.278%206.46076C21.2037%204.5943%2019.6194%203.073%2017.711%202.0753C15.8025%201.0776%2013.6493%200.644982%2011.5036%200.828135C9.35785%201.01129%207.30885%201.8026%205.59709%203.10931C3.88533%204.41603%202.5817%206.1839%201.83935%208.20542C1.09701%2010.2269%200.9467%2012.4182%201.40598%2014.5222C1.86526%2016.6261%202.91505%2018.5555%204.43229%2020.0838C5.94953%2021.6121%207.87136%2022.6759%209.97194%2023.1504C12.0725%2023.6249%2014.2648%2023.4903%2016.2917%2022.7627C16.0361%2022.5307%2015.8163%2022.2621%2015.6396%2021.9657C15.3432%2021.4754%2015.1671%2020.9217%2015.1262%2020.3502C15.0853%2019.7788%2015.1806%2019.2057%2015.4041%2018.6781C14.4907%2019.0911%2013.4995%2019.3042%2012.497%2019.3031C11.2245%2019.3008%209.97506%2018.9635%208.87436%2018.325C7.77533%2017.6908%206.86538%2016.7747%206.23875%2015.6714V15.6714C5.33468%2014.0218%205.11294%2012.0836%205.62119%2010.2725C6.12945%208.46132%207.32717%206.92144%208.9575%205.98306C10.5878%205.04467%2012.521%204.78249%2014.3424%205.25274C16.1637%205.72298%2017.7284%206.88816%2018.7006%208.4985C18.7123%208.52746%2018.7275%208.55493%2018.746%208.58009C19.3629%209.66322%2019.6875%2010.8882%2019.6875%2012.1347C19.6875%2013.3813%2019.3629%2014.6064%2018.746%2015.6895C18.5748%2015.9855%2018.384%2016.2699%2018.1753%2016.5408C18.3652%2016.5273%2018.556%2016.5273%2018.746%2016.5408C19.3961%2016.5406%2020.0342%2016.7154%2020.5936%2017.0469C21.1529%2017.3783%2021.6128%2017.8543%2021.9249%2018.4246C23.1544%2016.5691%2023.8097%2014.3923%2023.8087%2012.1665C23.8164%2010.1621%2023.2878%208.19215%2022.278%206.46076V6.46076Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12.4785%200.819336V4.94915'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M18.1391%202.32227L16.0742%205.89962'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M22.2866%206.46094L18.7002%208.52584'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M19.6875%2012.1035L23.7992%2012.1216'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M22.2775%2017.7729L18.7363%2015.708'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12.4966%2019.3398L12.4785%2023.4153'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M8.883%2018.3613L6.82715%2021.8843'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6.24745%2015.708L2.69727%2017.7276'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M5.30577%2012.0946L1.20312%2012.0674'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6.30214%208.49903L2.75195%206.41602'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6.90918%202.29492L8.94692%205.89039'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M9.7086%2010.4202H8.7206L7.74805%2011.0146V11.9254L8.61254%2011.4082H8.6357V14.3722H9.7086V10.4202Z'%20fill='white'/%3e%3cpath%20d='M11.7885%2014.4803C12.8633%2014.4822%2013.531%2013.7123%2013.5329%2012.4039C13.5348%2011.1033%2012.8633%2010.3662%2011.7885%2010.3662C10.7117%2010.3662%2010.0479%2011.0995%2010.044%2012.4039C10.0402%2013.7065%2010.7117%2014.4783%2011.7885%2014.4803ZM11.7885%2013.6081C11.418%2013.6081%2011.1517%2013.2356%2011.1555%2012.4039C11.1594%2011.5916%2011.418%2011.2307%2011.7885%2011.2307C12.159%2011.2307%2012.4195%2011.5916%2012.4214%2012.4039C12.4233%2013.2356%2012.159%2013.6081%2011.7885%2013.6081Z'%20fill='white'/%3e%3cpath%20d='M15.305%2014.4803C16.3798%2014.4822%2017.0475%2013.7123%2017.0494%2012.4039C17.0513%2011.1033%2016.3798%2010.3662%2015.305%2010.3662C14.2282%2010.3662%2013.5644%2011.0995%2013.5605%2012.4039C13.5567%2013.7065%2014.2282%2014.4783%2015.305%2014.4803ZM15.305%2013.6081C14.9345%2013.6081%2014.6682%2013.2356%2014.672%2012.4039C14.6759%2011.5916%2014.9345%2011.2307%2015.305%2011.2307C15.6755%2011.2307%2015.936%2011.5916%2015.9379%2012.4039C15.9398%2013.2356%2015.6755%2013.6081%2015.305%2013.6081Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2591_521'%3e%3crect%20width='24'%20height='24.2989'%20fill='white'%20transform='translate(0.478516%200.139648)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", vi = "data:image/svg+xml,%3csvg%20width='35'%20height='24'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.6712%2020.9658H5.22363V23.2166H19.6712V20.9658Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13.9074%2014.8942C16.0065%2013.9267%2019.3847%2011.229%2019.3847%204.9113C19.3847%203.38619%2019.1879%202.20546%2018.7246%201.30762H6.03995C5.58078%202.20546%205.37988%203.38619%205.37988%204.9113C5.37988%2011.0978%208.76219%2013.8611%2010.8572%2014.8696V18.6906H6.40482V20.9414H18.4868V18.6906H13.9074V14.8942Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M5.41677%203.39453H0.841439C0.841439%203.39453%20-0.343394%209.90085%206.77789%2010.9586'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M19.499%203.39453H24.0743C24.0743%203.39453%2025.2592%209.90085%2018.1338%2010.9586'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12.3862%203.97656L13.2718%206.31343L15.7685%206.43642L13.8211%208.00253L14.4771%2010.4132L12.3862%209.04387L10.2953%2010.4132L10.9472%208.00253L9.00391%206.43642L11.4966%206.31343L12.3862%203.97656Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", nr = "data:image/svg+xml,%3csvg%20width='35'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.5%2013.7502C9.5%2014.7202%2010.25%2015.5002%2011.17%2015.5002H13.05C13.85%2015.5002%2014.5%2014.8202%2014.5%2013.9702C14.5%2013.0602%2014.1%2012.7302%2013.51%2012.5202L10.5%2011.4702C9.91%2011.2602%209.51001%2010.9402%209.51001%2010.0202C9.51001%209.18023%2010.16%208.49023%2010.96%208.49023H12.84C13.76%208.49023%2014.51%209.27023%2014.51%2010.2402'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12%207.5V16.5'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M22%2012C22%2017.52%2017.52%2022%2012%2022C6.48%2022%202%2017.52%202%2012C2%206.48%206.48%202%2012%202'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M22%206V2H18'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M17%207L22%202'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", _i = "data:image/svg+xml,%3csvg%20width='35'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M22%2012C22%2017.52%2017.52%2022%2012%2022C6.48%2022%202%2017.52%202%2012C2%206.48%206.48%202%2012%202C17.52%202%2022%206.48%2022%2012Z'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M15.7099%2015.1798L12.6099%2013.3298C12.0699%2013.0098%2011.6299%2012.2398%2011.6299%2011.6098V7.50977'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", Ei = "data:image/svg+xml,%3csvg%20width='35'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%2019.5H21'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M11%2012.5H21'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M11%205.5H21'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M3%205.5L4%206.5L7%203.5'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M3%2012.5L4%2013.5L7%2010.5'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M3%2019.5L4%2020.5L7%2017.5'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e";
4003
+ function xi(e) {
4004
+ or(e, "svelte-1aour49", "*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.casino-tournaments-thumbnail-rule{color:#fff;font-size:12px;line-height:15px;letter-spacing:-0.177807px;color:#B5B5B5}.casino-tournaments-thumbnail-rule .RulesRow{padding:10px;display:flex;border-bottom:1px solid #424242}.casino-tournaments-thumbnail-rule .RulesRow .RuleTxt{padding:3px 5px}.casino-tournaments-thumbnail-rule .RulesRow .RuleTxt a{color:#ff8364;cursor:pointer}.casino-tournaments-thumbnail-rule .RuleIcon{width:38px;height:30px}");
4042
4005
  }
4043
- function Mt(e) {
4006
+ function Tt(e) {
4044
4007
  let t, r = (
4045
4008
  /*$_*/
4046
4009
  e[13]("scoreCriteriaType.mostRounds") + ""
4047
4010
  ), n;
4048
4011
  return {
4049
4012
  c() {
4050
- t = new ke(!1), n = Re(), t.a = n;
4013
+ t = new Re(!1), n = Me(), t.a = n;
4051
4014
  },
4052
4015
  m(i, a) {
4053
- t.m(r, i, a), R(i, n, a);
4016
+ t.m(r, i, a), M(i, n, a);
4054
4017
  },
4055
4018
  p(i, a) {
4056
4019
  a & /*$_*/
@@ -4062,17 +4025,17 @@ function Mt(e) {
4062
4025
  }
4063
4026
  };
4064
4027
  }
4065
- function Rt(e) {
4028
+ function Bt(e) {
4066
4029
  let t, r = (
4067
4030
  /*$_*/
4068
4031
  e[13]("scoreCriteriaType.winStateRatio") + ""
4069
4032
  ), n;
4070
4033
  return {
4071
4034
  c() {
4072
- t = new ke(!1), n = Re(), t.a = n;
4035
+ t = new Re(!1), n = Me(), t.a = n;
4073
4036
  },
4074
4037
  m(i, a) {
4075
- t.m(r, i, a), R(i, n, a);
4038
+ t.m(r, i, a), M(i, n, a);
4076
4039
  },
4077
4040
  p(i, a) {
4078
4041
  a & /*$_*/
@@ -4084,17 +4047,17 @@ function Rt(e) {
4084
4047
  }
4085
4048
  };
4086
4049
  }
4087
- function kt(e) {
4050
+ function wt(e) {
4088
4051
  let t, r = (
4089
4052
  /*$_*/
4090
4053
  e[13]("scoreCriteriaType.maxWinStateRatio") + ""
4091
4054
  ), n;
4092
4055
  return {
4093
4056
  c() {
4094
- t = new ke(!1), n = Re(), t.a = n;
4057
+ t = new Re(!1), n = Me(), t.a = n;
4095
4058
  },
4096
4059
  m(i, a) {
4097
- t.m(r, i, a), R(i, n, a);
4060
+ t.m(r, i, a), M(i, n, a);
4098
4061
  },
4099
4062
  p(i, a) {
4100
4063
  a & /*$_*/
@@ -4106,17 +4069,17 @@ function kt(e) {
4106
4069
  }
4107
4070
  };
4108
4071
  }
4109
- function Nt(e) {
4072
+ function Ht(e) {
4110
4073
  let t, r = (
4111
4074
  /*$_*/
4112
4075
  e[13]("scoreCriteriaType.stake") + ""
4113
4076
  ), n;
4114
4077
  return {
4115
4078
  c() {
4116
- t = new ke(!1), n = Re(), t.a = n;
4079
+ t = new Re(!1), n = Me(), t.a = n;
4117
4080
  },
4118
4081
  m(i, a) {
4119
- t.m(r, i, a), R(i, n, a);
4082
+ t.m(r, i, a), M(i, n, a);
4120
4083
  },
4121
4084
  p(i, a) {
4122
4085
  a & /*$_*/
@@ -4128,38 +4091,38 @@ function Nt(e) {
4128
4091
  }
4129
4092
  };
4130
4093
  }
4131
- function At(e) {
4094
+ function Ct(e) {
4132
4095
  let t, r, n;
4133
- function i(s, l) {
4096
+ function i(o, h) {
4134
4097
  return (
4135
4098
  /*noMinCasinoBet*/
4136
- s[8] && /*noMaxCasinoBet*/
4137
- s[9] ? Ii : (
4099
+ o[8] && /*noMaxCasinoBet*/
4100
+ o[9] ? Hi : (
4138
4101
  /*noMinCasinoBet*/
4139
- s[8] ? Oi : (
4102
+ o[8] ? wi : (
4140
4103
  /*noMaxCasinoBet*/
4141
- s[9] ? Pi : Li
4104
+ o[9] ? Bi : Ti
4142
4105
  )
4143
4106
  )
4144
4107
  );
4145
4108
  }
4146
- let a = i(e), o = a(e);
4109
+ let a = i(e), s = a(e);
4147
4110
  return {
4148
4111
  c() {
4149
- t = x("div"), r = x("div"), r.innerHTML = `<img src="${lr}"/>`, n = O(), o.c(), m(r, "class", "RuleIcon"), m(r, "part", "RuleIcon"), m(t, "class", "RulesRow"), m(t, "part", "rule");
4112
+ t = x("div"), r = x("div"), r.innerHTML = `<img src="${nr}"/>`, n = P(), s.c(), m(r, "class", "RuleIcon"), m(r, "part", "RuleIcon"), m(t, "class", "RulesRow"), m(t, "part", "rule");
4150
4113
  },
4151
- m(s, l) {
4152
- R(s, t, l), p(t, r), p(t, n), o.m(t, null);
4114
+ m(o, h) {
4115
+ M(o, t, h), p(t, r), p(t, n), s.m(t, null);
4153
4116
  },
4154
- p(s, l) {
4155
- a === (a = i(s)) && o ? o.p(s, l) : (o.d(1), o = a(s), o && (o.c(), o.m(t, null)));
4117
+ p(o, h) {
4118
+ a === (a = i(o)) && s ? s.p(o, h) : (s.d(1), s = a(o), s && (s.c(), s.m(t, null)));
4156
4119
  },
4157
- d(s) {
4158
- s && H(t), o.d();
4120
+ d(o) {
4121
+ o && H(t), s.d();
4159
4122
  }
4160
4123
  };
4161
4124
  }
4162
- function Li(e) {
4125
+ function Ti(e) {
4163
4126
  let t, r = (
4164
4127
  /*$_*/
4165
4128
  e[13]("productMinMaxBet", {
@@ -4172,7 +4135,7 @@ function Li(e) {
4172
4135
  e[14](
4173
4136
  /*casino*/
4174
4137
  e[6].minbet
4175
- ) ? N[
4138
+ ) ? k[
4176
4139
  /*currency*/
4177
4140
  e[12]
4178
4141
  ] : ""}${/*casino*/
@@ -4181,7 +4144,7 @@ function Li(e) {
4181
4144
  e[14](
4182
4145
  /*casino*/
4183
4146
  e[6].maxbet
4184
- ) ? N[
4147
+ ) ? k[
4185
4148
  /*currency*/
4186
4149
  e[12]
4187
4150
  ] : ""}${/*casino*/
@@ -4191,10 +4154,10 @@ function Li(e) {
4191
4154
  ), n;
4192
4155
  return {
4193
4156
  c() {
4194
- t = x("div"), n = X(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4157
+ t = x("div"), n = z(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4195
4158
  },
4196
4159
  m(i, a) {
4197
- R(i, t, a), p(t, n);
4160
+ M(i, t, a), p(t, n);
4198
4161
  },
4199
4162
  p(i, a) {
4200
4163
  a & /*$_, casino, currency*/
@@ -4209,7 +4172,7 @@ function Li(e) {
4209
4172
  i[14](
4210
4173
  /*casino*/
4211
4174
  i[6].minbet
4212
- ) ? N[
4175
+ ) ? k[
4213
4176
  /*currency*/
4214
4177
  i[12]
4215
4178
  ] : ""}${/*casino*/
@@ -4218,20 +4181,20 @@ function Li(e) {
4218
4181
  i[14](
4219
4182
  /*casino*/
4220
4183
  i[6].maxbet
4221
- ) ? N[
4184
+ ) ? k[
4222
4185
  /*currency*/
4223
4186
  i[12]
4224
4187
  ] : ""}${/*casino*/
4225
4188
  i[6].maxbet}`
4226
4189
  }
4227
- }) + "") && Y(n, r);
4190
+ }) + "") && J(n, r);
4228
4191
  },
4229
4192
  d(i) {
4230
4193
  i && H(t);
4231
4194
  }
4232
4195
  };
4233
4196
  }
4234
- function Pi(e) {
4197
+ function Bi(e) {
4235
4198
  let t, r = (
4236
4199
  /*$_*/
4237
4200
  e[13]("productMinBet", {
@@ -4244,7 +4207,7 @@ function Pi(e) {
4244
4207
  e[14](
4245
4208
  /*casino*/
4246
4209
  e[6].minbet
4247
- ) ? N[
4210
+ ) ? k[
4248
4211
  /*currency*/
4249
4212
  e[12]
4250
4213
  ] : ""}${/*casino*/
@@ -4254,10 +4217,10 @@ function Pi(e) {
4254
4217
  ), n;
4255
4218
  return {
4256
4219
  c() {
4257
- t = x("div"), n = X(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4220
+ t = x("div"), n = z(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4258
4221
  },
4259
4222
  m(i, a) {
4260
- R(i, t, a), p(t, n);
4223
+ M(i, t, a), p(t, n);
4261
4224
  },
4262
4225
  p(i, a) {
4263
4226
  a & /*$_, casino, currency*/
@@ -4272,20 +4235,20 @@ function Pi(e) {
4272
4235
  i[14](
4273
4236
  /*casino*/
4274
4237
  i[6].minbet
4275
- ) ? N[
4238
+ ) ? k[
4276
4239
  /*currency*/
4277
4240
  i[12]
4278
4241
  ] : ""}${/*casino*/
4279
4242
  i[6].minbet}`
4280
4243
  }
4281
- }) + "") && Y(n, r);
4244
+ }) + "") && J(n, r);
4282
4245
  },
4283
4246
  d(i) {
4284
4247
  i && H(t);
4285
4248
  }
4286
4249
  };
4287
4250
  }
4288
- function Oi(e) {
4251
+ function wi(e) {
4289
4252
  let t, r = (
4290
4253
  /*$_*/
4291
4254
  e[13]("productMaxBet", {
@@ -4298,7 +4261,7 @@ function Oi(e) {
4298
4261
  e[14](
4299
4262
  /*casino*/
4300
4263
  e[6].maxbet
4301
- ) ? N[
4264
+ ) ? k[
4302
4265
  /*currency*/
4303
4266
  e[12]
4304
4267
  ] : ""}${/*casino*/
@@ -4308,10 +4271,10 @@ function Oi(e) {
4308
4271
  ), n;
4309
4272
  return {
4310
4273
  c() {
4311
- t = x("div"), n = X(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4274
+ t = x("div"), n = z(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4312
4275
  },
4313
4276
  m(i, a) {
4314
- R(i, t, a), p(t, n);
4277
+ M(i, t, a), p(t, n);
4315
4278
  },
4316
4279
  p(i, a) {
4317
4280
  a & /*$_, casino, currency*/
@@ -4326,20 +4289,20 @@ function Oi(e) {
4326
4289
  i[14](
4327
4290
  /*casino*/
4328
4291
  i[6].maxbet
4329
- ) ? N[
4292
+ ) ? k[
4330
4293
  /*currency*/
4331
4294
  i[12]
4332
4295
  ] : ""}${/*casino*/
4333
4296
  i[6].maxbet}`
4334
4297
  }
4335
- }) + "") && Y(n, r);
4298
+ }) + "") && J(n, r);
4336
4299
  },
4337
4300
  d(i) {
4338
4301
  i && H(t);
4339
4302
  }
4340
4303
  };
4341
4304
  }
4342
- function Ii(e) {
4305
+ function Hi(e) {
4343
4306
  let t, r = (
4344
4307
  /*$_*/
4345
4308
  e[13]("productNoLimitsBet", {
@@ -4351,10 +4314,10 @@ function Ii(e) {
4351
4314
  ), n;
4352
4315
  return {
4353
4316
  c() {
4354
- t = x("div"), n = X(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4317
+ t = x("div"), n = z(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4355
4318
  },
4356
4319
  m(i, a) {
4357
- R(i, t, a), p(t, n);
4320
+ M(i, t, a), p(t, n);
4358
4321
  },
4359
4322
  p(i, a) {
4360
4323
  a & /*$_, casino*/
@@ -4364,45 +4327,45 @@ function Ii(e) {
4364
4327
  /*casino*/
4365
4328
  i[6].name
4366
4329
  ) }
4367
- }) + "") && Y(n, r);
4330
+ }) + "") && J(n, r);
4368
4331
  },
4369
4332
  d(i) {
4370
4333
  i && H(t);
4371
4334
  }
4372
4335
  };
4373
4336
  }
4374
- function Lt(e) {
4337
+ function St(e) {
4375
4338
  let t, r, n;
4376
- function i(s, l) {
4339
+ function i(o, h) {
4377
4340
  return (
4378
4341
  /*noMinSportsBet*/
4379
- s[10] && /*noMaxSportsBet*/
4380
- s[11] ? Gi : (
4342
+ o[10] && /*noMaxSportsBet*/
4343
+ o[11] ? Ri : (
4381
4344
  /*noMinSportsBet*/
4382
- s[10] ? Ui : (
4345
+ o[10] ? Mi : (
4383
4346
  /*noMaxSportsBet*/
4384
- s[11] ? Di : $i
4347
+ o[11] ? Si : Ci
4385
4348
  )
4386
4349
  )
4387
4350
  );
4388
4351
  }
4389
- let a = i(e), o = a(e);
4352
+ let a = i(e), s = a(e);
4390
4353
  return {
4391
4354
  c() {
4392
- t = x("div"), r = x("div"), r.innerHTML = `<img src="${lr}"/>`, n = O(), o.c(), m(r, "class", "RuleIcon"), m(r, "part", "RuleIcon"), m(t, "class", "RulesRow"), m(t, "part", "rule");
4355
+ t = x("div"), r = x("div"), r.innerHTML = `<img src="${nr}"/>`, n = P(), s.c(), m(r, "class", "RuleIcon"), m(r, "part", "RuleIcon"), m(t, "class", "RulesRow"), m(t, "part", "rule");
4393
4356
  },
4394
- m(s, l) {
4395
- R(s, t, l), p(t, r), p(t, n), o.m(t, null);
4357
+ m(o, h) {
4358
+ M(o, t, h), p(t, r), p(t, n), s.m(t, null);
4396
4359
  },
4397
- p(s, l) {
4398
- a === (a = i(s)) && o ? o.p(s, l) : (o.d(1), o = a(s), o && (o.c(), o.m(t, null)));
4360
+ p(o, h) {
4361
+ a === (a = i(o)) && s ? s.p(o, h) : (s.d(1), s = a(o), s && (s.c(), s.m(t, null)));
4399
4362
  },
4400
- d(s) {
4401
- s && H(t), o.d();
4363
+ d(o) {
4364
+ o && H(t), s.d();
4402
4365
  }
4403
4366
  };
4404
4367
  }
4405
- function $i(e) {
4368
+ function Ci(e) {
4406
4369
  let t, r = (
4407
4370
  /*$_*/
4408
4371
  e[13]("productMinMaxBet", {
@@ -4415,7 +4378,7 @@ function $i(e) {
4415
4378
  e[14](
4416
4379
  /*sports*/
4417
4380
  e[7].minbet
4418
- ) ? N[
4381
+ ) ? k[
4419
4382
  /*currency*/
4420
4383
  e[12]
4421
4384
  ] : ""}${/*sports*/
@@ -4424,7 +4387,7 @@ function $i(e) {
4424
4387
  e[14](
4425
4388
  /*sports*/
4426
4389
  e[7].maxbet
4427
- ) ? N[
4390
+ ) ? k[
4428
4391
  /*currency*/
4429
4392
  e[12]
4430
4393
  ] : ""}${/*sports*/
@@ -4434,10 +4397,10 @@ function $i(e) {
4434
4397
  ), n;
4435
4398
  return {
4436
4399
  c() {
4437
- t = x("div"), n = X(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4400
+ t = x("div"), n = z(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4438
4401
  },
4439
4402
  m(i, a) {
4440
- R(i, t, a), p(t, n);
4403
+ M(i, t, a), p(t, n);
4441
4404
  },
4442
4405
  p(i, a) {
4443
4406
  a & /*$_, sports, currency*/
@@ -4452,7 +4415,7 @@ function $i(e) {
4452
4415
  i[14](
4453
4416
  /*sports*/
4454
4417
  i[7].minbet
4455
- ) ? N[
4418
+ ) ? k[
4456
4419
  /*currency*/
4457
4420
  i[12]
4458
4421
  ] : ""}${/*sports*/
@@ -4461,20 +4424,20 @@ function $i(e) {
4461
4424
  i[14](
4462
4425
  /*sports*/
4463
4426
  i[7].maxbet
4464
- ) ? N[
4427
+ ) ? k[
4465
4428
  /*currency*/
4466
4429
  i[12]
4467
4430
  ] : ""}${/*sports*/
4468
4431
  i[7].maxbet}`
4469
4432
  }
4470
- }) + "") && Y(n, r);
4433
+ }) + "") && J(n, r);
4471
4434
  },
4472
4435
  d(i) {
4473
4436
  i && H(t);
4474
4437
  }
4475
4438
  };
4476
4439
  }
4477
- function Di(e) {
4440
+ function Si(e) {
4478
4441
  let t, r = (
4479
4442
  /*$_*/
4480
4443
  e[13]("productMinBet", {
@@ -4487,7 +4450,7 @@ function Di(e) {
4487
4450
  e[14](
4488
4451
  /*sports*/
4489
4452
  e[7].minbet
4490
- ) ? N[
4453
+ ) ? k[
4491
4454
  /*currency*/
4492
4455
  e[12]
4493
4456
  ] : ""}${/*sports*/
@@ -4497,10 +4460,10 @@ function Di(e) {
4497
4460
  ), n;
4498
4461
  return {
4499
4462
  c() {
4500
- t = x("div"), n = X(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4463
+ t = x("div"), n = z(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4501
4464
  },
4502
4465
  m(i, a) {
4503
- R(i, t, a), p(t, n);
4466
+ M(i, t, a), p(t, n);
4504
4467
  },
4505
4468
  p(i, a) {
4506
4469
  a & /*$_, sports, currency*/
@@ -4515,20 +4478,20 @@ function Di(e) {
4515
4478
  i[14](
4516
4479
  /*sports*/
4517
4480
  i[7].minbet
4518
- ) ? N[
4481
+ ) ? k[
4519
4482
  /*currency*/
4520
4483
  i[12]
4521
4484
  ] : ""}${/*sports*/
4522
4485
  i[7].minbet}`
4523
4486
  }
4524
- }) + "") && Y(n, r);
4487
+ }) + "") && J(n, r);
4525
4488
  },
4526
4489
  d(i) {
4527
4490
  i && H(t);
4528
4491
  }
4529
4492
  };
4530
4493
  }
4531
- function Ui(e) {
4494
+ function Mi(e) {
4532
4495
  let t, r = (
4533
4496
  /*$_*/
4534
4497
  e[13]("productMaxBet", {
@@ -4541,7 +4504,7 @@ function Ui(e) {
4541
4504
  e[14](
4542
4505
  /*sports*/
4543
4506
  e[7].maxbet
4544
- ) ? N[
4507
+ ) ? k[
4545
4508
  /*currency*/
4546
4509
  e[12]
4547
4510
  ] : ""}${/*sports*/
@@ -4551,10 +4514,10 @@ function Ui(e) {
4551
4514
  ), n;
4552
4515
  return {
4553
4516
  c() {
4554
- t = x("div"), n = X(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4517
+ t = x("div"), n = z(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4555
4518
  },
4556
4519
  m(i, a) {
4557
- R(i, t, a), p(t, n);
4520
+ M(i, t, a), p(t, n);
4558
4521
  },
4559
4522
  p(i, a) {
4560
4523
  a & /*$_, sports, currency*/
@@ -4569,20 +4532,20 @@ function Ui(e) {
4569
4532
  i[14](
4570
4533
  /*sports*/
4571
4534
  i[7].maxbet
4572
- ) ? N[
4535
+ ) ? k[
4573
4536
  /*currency*/
4574
4537
  i[12]
4575
4538
  ] : ""}${/*sports*/
4576
4539
  i[7].maxbet}`
4577
4540
  }
4578
- }) + "") && Y(n, r);
4541
+ }) + "") && J(n, r);
4579
4542
  },
4580
4543
  d(i) {
4581
4544
  i && H(t);
4582
4545
  }
4583
4546
  };
4584
4547
  }
4585
- function Gi(e) {
4548
+ function Ri(e) {
4586
4549
  let t, r = (
4587
4550
  /*$_*/
4588
4551
  e[13]("productNoLimitsBet", {
@@ -4594,10 +4557,10 @@ function Gi(e) {
4594
4557
  ), n;
4595
4558
  return {
4596
4559
  c() {
4597
- t = x("div"), n = X(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4560
+ t = x("div"), n = z(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4598
4561
  },
4599
4562
  m(i, a) {
4600
- R(i, t, a), p(t, n);
4563
+ M(i, t, a), p(t, n);
4601
4564
  },
4602
4565
  p(i, a) {
4603
4566
  a & /*$_, sports*/
@@ -4607,15 +4570,15 @@ function Gi(e) {
4607
4570
  /*sports*/
4608
4571
  i[7].name
4609
4572
  ) }
4610
- }) + "") && Y(n, r);
4573
+ }) + "") && J(n, r);
4611
4574
  },
4612
4575
  d(i) {
4613
4576
  i && H(t);
4614
4577
  }
4615
4578
  };
4616
4579
  }
4617
- function Fi(e) {
4618
- let t, r, n, i, a, o, s, l, u, h, c, f, g, y = (
4580
+ function ki(e) {
4581
+ let t, r, n, i, a, s, o, h, u, l, c, f, g, y = (
4619
4582
  /*$_*/
4620
4583
  e[13]("miniBetCount", {
4621
4584
  values: { betCount: (
@@ -4623,7 +4586,7 @@ function Fi(e) {
4623
4586
  e[1]
4624
4587
  ) }
4625
4588
  }) + ""
4626
- ), T, w, C, k, S, A, L = (
4589
+ ), T, w, C, R, S, N, A = (
4627
4590
  /*$_*/
4628
4591
  e[13]("timePeriod", {
4629
4592
  values: {
@@ -4637,55 +4600,55 @@ function Fi(e) {
4637
4600
  )
4638
4601
  }
4639
4602
  }) + ""
4640
- ), J, te, K, re, xe, q, ne = (
4603
+ ), Z, ee, Y, te, Ee, K, re = (
4641
4604
  /*$_*/
4642
4605
  e[13]("terms", { values: { tcUrl: (
4643
4606
  /*tcurl*/
4644
4607
  e[4]
4645
4608
  ) } }) + ""
4646
- ), Te, d, P, W, st, $ = (
4609
+ ), xe, d, L, X, at, I = (
4647
4610
  /*scorecriterial*/
4648
- e[0] == "BetCount" && Mt(e)
4611
+ e[0] == "BetCount" && Tt(e)
4612
+ ), $ = (
4613
+ /*scorecriterial*/
4614
+ e[0] == "WinStakeRatio" && Bt(e)
4649
4615
  ), D = (
4650
4616
  /*scorecriterial*/
4651
- e[0] == "WinStakeRatio" && Rt(e)
4617
+ e[0] == "MaxWinStakeRatio" && wt(e)
4652
4618
  ), U = (
4653
4619
  /*scorecriterial*/
4654
- e[0] == "MaxWinStakeRatio" && kt(e)
4620
+ e[0] == "Stake" && Ht(e)
4655
4621
  ), G = (
4656
- /*scorecriterial*/
4657
- e[0] == "Stake" && Nt(e)
4658
- ), F = (
4659
4622
  /*casino*/
4660
- e[6] && At(e)
4661
- ), j = (
4623
+ e[6] && Ct(e)
4624
+ ), F = (
4662
4625
  /*sports*/
4663
- e[7] && Lt(e)
4626
+ e[7] && St(e)
4664
4627
  );
4665
4628
  return {
4666
4629
  c() {
4667
- t = x("div"), r = x("div"), n = x("div"), n.innerHTML = `<img src="${Ri}"/>`, i = O(), a = x("div"), $ && $.c(), o = O(), D && D.c(), s = O(), U && U.c(), l = O(), G && G.c(), u = O(), h = x("div"), c = x("div"), c.innerHTML = `<img src="${Mi}"/>`, f = O(), g = x("div"), T = X(y), w = O(), C = x("div"), k = x("div"), k.innerHTML = `<img src="${ki}"/>`, S = O(), A = x("div"), J = X(L), te = O(), K = x("div"), re = x("div"), re.innerHTML = `<img src="${Ni}"/>`, xe = O(), q = x("div"), Te = O(), F && F.c(), d = O(), P = x("span"), st = O(), j && j.c(), m(n, "class", "RuleIcon"), m(n, "part", "RuleIcon"), m(a, "class", "RuleTxt"), m(a, "part", "RuleTxt"), m(r, "class", "RulesRow"), m(r, "part", "rule"), m(c, "class", "RuleIcon"), m(c, "part", "RuleIcon"), m(g, "class", "RuleTxt"), m(g, "part", "RuleTxt"), m(h, "class", "RulesRow"), m(h, "part", "rule"), m(k, "class", "RuleIcon"), m(k, "part", "RuleIcon"), m(A, "class", "RuleTxt"), m(A, "part", "RuleTxt"), m(C, "class", "RulesRow"), m(C, "part", "rule"), m(re, "class", "RuleIcon"), m(re, "part", "RuleIcon"), m(q, "class", "RuleTxt"), m(q, "part", "RuleTxt"), m(K, "class", "RulesRow"), m(K, "part", "rule"), m(P, "type", "hidden"), m(P, "href", W = { tcurl: (
4630
+ t = x("div"), r = x("div"), n = x("div"), n.innerHTML = `<img src="${vi}"/>`, i = P(), a = x("div"), I && I.c(), s = P(), $ && $.c(), o = P(), D && D.c(), h = P(), U && U.c(), u = P(), l = x("div"), c = x("div"), c.innerHTML = `<img src="${yi}"/>`, f = P(), g = x("div"), T = z(y), w = P(), C = x("div"), R = x("div"), R.innerHTML = `<img src="${_i}"/>`, S = P(), N = x("div"), Z = z(A), ee = P(), Y = x("div"), te = x("div"), te.innerHTML = `<img src="${Ei}"/>`, Ee = P(), K = x("div"), xe = P(), G && G.c(), d = P(), L = x("span"), at = P(), F && F.c(), m(n, "class", "RuleIcon"), m(n, "part", "RuleIcon"), m(a, "class", "RuleTxt"), m(a, "part", "RuleTxt"), m(r, "class", "RulesRow"), m(r, "part", "rule"), m(c, "class", "RuleIcon"), m(c, "part", "RuleIcon"), m(g, "class", "RuleTxt"), m(g, "part", "RuleTxt"), m(l, "class", "RulesRow"), m(l, "part", "rule"), m(R, "class", "RuleIcon"), m(R, "part", "RuleIcon"), m(N, "class", "RuleTxt"), m(N, "part", "RuleTxt"), m(C, "class", "RulesRow"), m(C, "part", "rule"), m(te, "class", "RuleIcon"), m(te, "part", "RuleIcon"), m(K, "class", "RuleTxt"), m(K, "part", "RuleTxt"), m(Y, "class", "RulesRow"), m(Y, "part", "rule"), m(L, "type", "hidden"), m(L, "href", X = { tcurl: (
4668
4631
  /*tcurl*/
4669
4632
  e[4]
4670
4633
  ) }), m(t, "class", "casino-tournaments-thumbnail-rule"), m(t, "part", "casino-tournaments-thumbnail-rule");
4671
4634
  },
4672
- m(E, V) {
4673
- R(E, t, V), p(t, r), p(r, n), p(r, i), p(r, a), $ && $.m(a, null), p(a, o), D && D.m(a, null), p(a, s), U && U.m(a, null), p(a, l), G && G.m(a, null), p(t, u), p(t, h), p(h, c), p(h, f), p(h, g), p(g, T), p(t, w), p(t, C), p(C, k), p(C, S), p(C, A), p(A, J), p(t, te), p(t, K), p(K, re), p(K, xe), p(K, q), q.innerHTML = ne, p(t, Te), F && F.m(t, null), p(t, d), p(t, P), p(t, st), j && j.m(t, null), e[20](t);
4635
+ m(E, j) {
4636
+ M(E, t, j), p(t, r), p(r, n), p(r, i), p(r, a), I && I.m(a, null), p(a, s), $ && $.m(a, null), p(a, o), D && D.m(a, null), p(a, h), U && U.m(a, null), p(t, u), p(t, l), p(l, c), p(l, f), p(l, g), p(g, T), p(t, w), p(t, C), p(C, R), p(C, S), p(C, N), p(N, Z), p(t, ee), p(t, Y), p(Y, te), p(Y, Ee), p(Y, K), K.innerHTML = re, p(t, xe), G && G.m(t, null), p(t, d), p(t, L), p(t, at), F && F.m(t, null), e[20](t);
4674
4637
  },
4675
- p(E, [V]) {
4638
+ p(E, [j]) {
4676
4639
  /*scorecriterial*/
4677
- E[0] == "BetCount" ? $ ? $.p(E, V) : ($ = Mt(E), $.c(), $.m(a, o)) : $ && ($.d(1), $ = null), /*scorecriterial*/
4678
- E[0] == "WinStakeRatio" ? D ? D.p(E, V) : (D = Rt(E), D.c(), D.m(a, s)) : D && (D.d(1), D = null), /*scorecriterial*/
4679
- E[0] == "MaxWinStakeRatio" ? U ? U.p(E, V) : (U = kt(E), U.c(), U.m(a, l)) : U && (U.d(1), U = null), /*scorecriterial*/
4680
- E[0] == "Stake" ? G ? G.p(E, V) : (G = Nt(E), G.c(), G.m(a, null)) : G && (G.d(1), G = null), V & /*$_, betcount*/
4640
+ E[0] == "BetCount" ? I ? I.p(E, j) : (I = Tt(E), I.c(), I.m(a, s)) : I && (I.d(1), I = null), /*scorecriterial*/
4641
+ E[0] == "WinStakeRatio" ? $ ? $.p(E, j) : ($ = Bt(E), $.c(), $.m(a, o)) : $ && ($.d(1), $ = null), /*scorecriterial*/
4642
+ E[0] == "MaxWinStakeRatio" ? D ? D.p(E, j) : (D = wt(E), D.c(), D.m(a, h)) : D && (D.d(1), D = null), /*scorecriterial*/
4643
+ E[0] == "Stake" ? U ? U.p(E, j) : (U = Ht(E), U.c(), U.m(a, null)) : U && (U.d(1), U = null), j & /*$_, betcount*/
4681
4644
  8194 && y !== (y = /*$_*/
4682
4645
  E[13]("miniBetCount", {
4683
4646
  values: { betCount: (
4684
4647
  /*betcount*/
4685
4648
  E[1]
4686
4649
  ) }
4687
- }) + "") && Y(T, y), V & /*$_, starttime, endtime*/
4688
- 8204 && L !== (L = /*$_*/
4650
+ }) + "") && J(T, y), j & /*$_, starttime, endtime*/
4651
+ 8204 && A !== (A = /*$_*/
4689
4652
  E[13]("timePeriod", {
4690
4653
  values: {
4691
4654
  startTime: (
@@ -4697,56 +4660,56 @@ function Fi(e) {
4697
4660
  E[3]
4698
4661
  )
4699
4662
  }
4700
- }) + "") && Y(J, L), V & /*$_, tcurl*/
4701
- 8208 && ne !== (ne = /*$_*/
4663
+ }) + "") && J(Z, A), j & /*$_, tcurl*/
4664
+ 8208 && re !== (re = /*$_*/
4702
4665
  E[13]("terms", { values: { tcUrl: (
4703
4666
  /*tcurl*/
4704
4667
  E[4]
4705
- ) } }) + "") && (q.innerHTML = ne), /*casino*/
4706
- E[6] ? F ? F.p(E, V) : (F = At(E), F.c(), F.m(t, d)) : F && (F.d(1), F = null), V & /*tcurl*/
4707
- 16 && W !== (W = { tcurl: (
4668
+ ) } }) + "") && (K.innerHTML = re), /*casino*/
4669
+ E[6] ? G ? G.p(E, j) : (G = Ct(E), G.c(), G.m(t, d)) : G && (G.d(1), G = null), j & /*tcurl*/
4670
+ 16 && X !== (X = { tcurl: (
4708
4671
  /*tcurl*/
4709
4672
  E[4]
4710
- ) }) && m(P, "href", W), /*sports*/
4711
- E[7] ? j ? j.p(E, V) : (j = Lt(E), j.c(), j.m(t, null)) : j && (j.d(1), j = null);
4673
+ ) }) && m(L, "href", X), /*sports*/
4674
+ E[7] ? F ? F.p(E, j) : (F = St(E), F.c(), F.m(t, null)) : F && (F.d(1), F = null);
4712
4675
  },
4713
- i: Z,
4714
- o: Z,
4676
+ i: W,
4677
+ o: W,
4715
4678
  d(E) {
4716
- E && H(t), $ && $.d(), D && D.d(), U && U.d(), G && G.d(), F && F.d(), j && j.d(), e[20](null);
4679
+ E && H(t), I && I.d(), $ && $.d(), D && D.d(), U && U.d(), G && G.d(), F && F.d(), e[20](null);
4717
4680
  }
4718
4681
  };
4719
4682
  }
4720
- function ji(e, t, r) {
4683
+ function Ni(e, t, r) {
4721
4684
  let n;
4722
- br(e, Hi, (d) => r(13, n = d));
4723
- let { lang: i = "tr" } = t, { scorecriterial: a = "BetCount" } = t, { betcount: o } = t, { starttime: s } = t, { endtime: l } = t, { tcurl: u } = t, { products: h = "{}" } = t, { clientstyling: c = "" } = t, { clientstylingurl: f = "" } = t, { translationurl: g = "" } = t, y, T, w, C = !1, k = !1, S = !1, A = !1, L = "EUR";
4724
- Ci({ withLocale: "en", translations: {} });
4725
- const J = (d) => typeof d == "number" || Object.prototype.toString.call(d) === "[object Number]", te = () => {
4726
- fetch(g).then((P) => P.json()).then((P) => {
4727
- Object.keys(P).forEach((W) => {
4728
- Ct(W, P[W]);
4685
+ ar(e, pi, (d) => r(13, n = d));
4686
+ let { lang: i = "tr" } = t, { scorecriterial: a = "BetCount" } = t, { betcount: s } = t, { starttime: o } = t, { endtime: h } = t, { tcurl: u } = t, { products: l = "{}" } = t, { clientstyling: c = "" } = t, { clientstylingurl: f = "" } = t, { translationurl: g = "" } = t, y, T, w, C = !1, R = !1, S = !1, N = !1, A = "EUR";
4687
+ bi({ withLocale: "en", translations: {} });
4688
+ const Z = (d) => typeof d == "number" || Object.prototype.toString.call(d) === "[object Number]", ee = () => {
4689
+ fetch(g).then((L) => L.json()).then((L) => {
4690
+ Object.keys(L).forEach((X) => {
4691
+ Et(X, L[X]);
4729
4692
  });
4730
- }).catch((P) => {
4731
- console.log(P);
4693
+ }).catch((L) => {
4694
+ console.log(L);
4732
4695
  });
4733
4696
  };
4734
- Object.keys(St).forEach((d) => {
4735
- Ct(d, St[d]);
4697
+ Object.keys(xt).forEach((d) => {
4698
+ Et(d, xt[d]);
4736
4699
  });
4737
- const K = (d) => {
4738
- d && (r(12, L = d.currency), d.casino ? (r(6, T = d.casino), r(8, C = !(T.hasOwnProperty("minbet") && T.minbet != 0)), r(9, k = !(T.hasOwnProperty("maxbet") && T.maxbet != 0))) : (r(8, C = !0), r(9, k = !0)), d.sports ? (r(7, w = d.sports), r(10, S = !(w.hasOwnProperty("minbet") && w.minbet != 0)), r(11, A = !(w.hasOwnProperty("maxbet") && w.maxbet != 0))) : (r(10, S = !0), r(11, A = !0)));
4739
- }, re = () => {
4740
- Si(i);
4741
- }, xe = () => {
4700
+ const Y = (d) => {
4701
+ d && (r(12, A = d.currency), d.casino ? (r(6, T = d.casino), r(8, C = !(T.hasOwnProperty("minbet") && T.minbet != 0)), r(9, R = !(T.hasOwnProperty("maxbet") && T.maxbet != 0))) : (r(8, C = !0), r(9, R = !0)), d.sports ? (r(7, w = d.sports), r(10, S = !(w.hasOwnProperty("minbet") && w.minbet != 0)), r(11, N = !(w.hasOwnProperty("maxbet") && w.maxbet != 0))) : (r(10, S = !0), r(11, N = !0)));
4702
+ }, te = () => {
4703
+ gi(i);
4704
+ }, Ee = () => {
4742
4705
  let d = document.createElement("style");
4743
4706
  d.innerHTML = c, y.appendChild(d);
4744
- }, q = () => {
4745
- let d = new URL(f), P = document.createElement("style");
4746
- fetch(d.href).then((W) => W.text()).then((W) => {
4747
- P.innerHTML = W, setTimeout(
4707
+ }, K = () => {
4708
+ let d = new URL(f), L = document.createElement("style");
4709
+ fetch(d.href).then((X) => X.text()).then((X) => {
4710
+ L.innerHTML = X, setTimeout(
4748
4711
  () => {
4749
- y.appendChild(P);
4712
+ y.appendChild(L);
4750
4713
  },
4751
4714
  1
4752
4715
  ), setTimeout(
@@ -4755,58 +4718,58 @@ function ji(e, t, r) {
4755
4718
  500
4756
4719
  );
4757
4720
  });
4758
- }, ne = (d) => {
4759
- d.data && d.data.type && d.type == "TournamentsProductsUpdate" && r(15, h = d.data.productInfo);
4721
+ }, re = (d) => {
4722
+ d.data && d.data.type && d.type == "TournamentsProductsUpdate" && r(15, l = d.data.productInfo);
4760
4723
  };
4761
- Br(() => (window.addEventListener("message", ne, !1), window.postMessage({ type: "TournamentsRuleListenerLoaded" }, window.location.href), () => {
4762
- window.removeEventListener("message", ne);
4724
+ mr(() => (window.addEventListener("message", re, !1), window.postMessage({ type: "TournamentsRuleListenerLoaded" }, window.location.href), () => {
4725
+ window.removeEventListener("message", re);
4763
4726
  }));
4764
- function Te(d) {
4765
- ze[d ? "unshift" : "push"](() => {
4727
+ function xe(d) {
4728
+ je[d ? "unshift" : "push"](() => {
4766
4729
  y = d, r(5, y);
4767
4730
  });
4768
4731
  }
4769
4732
  return e.$$set = (d) => {
4770
- "lang" in d && r(16, i = d.lang), "scorecriterial" in d && r(0, a = d.scorecriterial), "betcount" in d && r(1, o = d.betcount), "starttime" in d && r(2, s = d.starttime), "endtime" in d && r(3, l = d.endtime), "tcurl" in d && r(4, u = d.tcurl), "products" in d && r(15, h = d.products), "clientstyling" in d && r(17, c = d.clientstyling), "clientstylingurl" in d && r(18, f = d.clientstylingurl), "translationurl" in d && r(19, g = d.translationurl);
4733
+ "lang" in d && r(16, i = d.lang), "scorecriterial" in d && r(0, a = d.scorecriterial), "betcount" in d && r(1, s = d.betcount), "starttime" in d && r(2, o = d.starttime), "endtime" in d && r(3, h = d.endtime), "tcurl" in d && r(4, u = d.tcurl), "products" in d && r(15, l = d.products), "clientstyling" in d && r(17, c = d.clientstyling), "clientstylingurl" in d && r(18, f = d.clientstylingurl), "translationurl" in d && r(19, g = d.translationurl);
4771
4734
  }, e.$$.update = () => {
4772
4735
  e.$$.dirty & /*lang*/
4773
- 65536 && i && re(), e.$$.dirty & /*products*/
4774
- 32768 && h && K(h), e.$$.dirty & /*clientstyling, customStylingContainer*/
4775
- 131104 && c && y && xe(), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
4776
- 262176 && f && y && q(), e.$$.dirty & /*translationurl*/
4777
- 524288 && g && te();
4736
+ 65536 && i && te(), e.$$.dirty & /*products*/
4737
+ 32768 && l && Y(l), e.$$.dirty & /*clientstyling, customStylingContainer*/
4738
+ 131104 && c && y && Ee(), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
4739
+ 262176 && f && y && K(), e.$$.dirty & /*translationurl*/
4740
+ 524288 && g && ee();
4778
4741
  }, [
4779
4742
  a,
4780
- o,
4781
4743
  s,
4782
- l,
4744
+ o,
4745
+ h,
4783
4746
  u,
4784
4747
  y,
4785
4748
  T,
4786
4749
  w,
4787
4750
  C,
4788
- k,
4751
+ R,
4789
4752
  S,
4753
+ N,
4790
4754
  A,
4791
- L,
4792
4755
  n,
4793
- J,
4794
- h,
4756
+ Z,
4757
+ l,
4795
4758
  i,
4796
4759
  c,
4797
4760
  f,
4798
4761
  g,
4799
- Te
4762
+ xe
4800
4763
  ];
4801
4764
  }
4802
- class Vi extends Or {
4765
+ class Ai extends wr {
4803
4766
  constructor(t) {
4804
- super(), Lr(
4767
+ super(), Tr(
4805
4768
  this,
4806
4769
  t,
4807
- ji,
4808
- Fi,
4809
- Ot,
4770
+ Ni,
4771
+ ki,
4772
+ Rt,
4810
4773
  {
4811
4774
  lang: 16,
4812
4775
  scorecriterial: 0,
@@ -4819,71 +4782,71 @@ class Vi extends Or {
4819
4782
  clientstylingurl: 18,
4820
4783
  translationurl: 19
4821
4784
  },
4822
- Ai
4785
+ xi
4823
4786
  );
4824
4787
  }
4825
4788
  get lang() {
4826
4789
  return this.$$.ctx[16];
4827
4790
  }
4828
4791
  set lang(t) {
4829
- this.$$set({ lang: t }), z();
4792
+ this.$$set({ lang: t }), V();
4830
4793
  }
4831
4794
  get scorecriterial() {
4832
4795
  return this.$$.ctx[0];
4833
4796
  }
4834
4797
  set scorecriterial(t) {
4835
- this.$$set({ scorecriterial: t }), z();
4798
+ this.$$set({ scorecriterial: t }), V();
4836
4799
  }
4837
4800
  get betcount() {
4838
4801
  return this.$$.ctx[1];
4839
4802
  }
4840
4803
  set betcount(t) {
4841
- this.$$set({ betcount: t }), z();
4804
+ this.$$set({ betcount: t }), V();
4842
4805
  }
4843
4806
  get starttime() {
4844
4807
  return this.$$.ctx[2];
4845
4808
  }
4846
4809
  set starttime(t) {
4847
- this.$$set({ starttime: t }), z();
4810
+ this.$$set({ starttime: t }), V();
4848
4811
  }
4849
4812
  get endtime() {
4850
4813
  return this.$$.ctx[3];
4851
4814
  }
4852
4815
  set endtime(t) {
4853
- this.$$set({ endtime: t }), z();
4816
+ this.$$set({ endtime: t }), V();
4854
4817
  }
4855
4818
  get tcurl() {
4856
4819
  return this.$$.ctx[4];
4857
4820
  }
4858
4821
  set tcurl(t) {
4859
- this.$$set({ tcurl: t }), z();
4822
+ this.$$set({ tcurl: t }), V();
4860
4823
  }
4861
4824
  get products() {
4862
4825
  return this.$$.ctx[15];
4863
4826
  }
4864
4827
  set products(t) {
4865
- this.$$set({ products: t }), z();
4828
+ this.$$set({ products: t }), V();
4866
4829
  }
4867
4830
  get clientstyling() {
4868
4831
  return this.$$.ctx[17];
4869
4832
  }
4870
4833
  set clientstyling(t) {
4871
- this.$$set({ clientstyling: t }), z();
4834
+ this.$$set({ clientstyling: t }), V();
4872
4835
  }
4873
4836
  get clientstylingurl() {
4874
4837
  return this.$$.ctx[18];
4875
4838
  }
4876
4839
  set clientstylingurl(t) {
4877
- this.$$set({ clientstylingurl: t }), z();
4840
+ this.$$set({ clientstylingurl: t }), V();
4878
4841
  }
4879
4842
  get translationurl() {
4880
4843
  return this.$$.ctx[19];
4881
4844
  }
4882
4845
  set translationurl(t) {
4883
- this.$$set({ translationurl: t }), z();
4846
+ this.$$set({ translationurl: t }), V();
4884
4847
  }
4885
4848
  }
4886
- Pr(Vi, { lang: {}, scorecriterial: {}, betcount: {}, starttime: {}, endtime: {}, tcurl: {}, products: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {} }, [], [], !0);
4849
+ Br(Ai, { lang: {}, scorecriterial: {}, betcount: {}, starttime: {}, endtime: {}, tcurl: {}, products: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {} }, [], [], !0);
4887
4850
  export {
4888
- Vi as default
4851
+ Ai as C
4889
4852
  };