@everymatrix/casino-tournaments-thumbnail-rule 1.74.3 → 1.74.5

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.
@@ -0,0 +1,4453 @@
1
+ var dn = Object.defineProperty, pn = Object.defineProperties;
2
+ var bn = Object.getOwnPropertyDescriptors;
3
+ var ut = Object.getOwnPropertySymbols;
4
+ var gn = Object.prototype.hasOwnProperty, yn = Object.prototype.propertyIsEnumerable;
5
+ var Pe = (e, t, n) => t in e ? dn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, lt = (e, t) => {
6
+ for (var n in t || (t = {}))
7
+ gn.call(t, n) && Pe(e, n, t[n]);
8
+ if (ut)
9
+ for (var n of ut(t))
10
+ yn.call(t, n) && Pe(e, n, t[n]);
11
+ return e;
12
+ }, ht = (e, t) => pn(e, bn(t));
13
+ var M = (e, t, n) => (Pe(e, typeof t != "symbol" ? t + "" : t, n), n);
14
+ var ct = (e, t, n) => new Promise((r, i) => {
15
+ var s = (h) => {
16
+ try {
17
+ l(n.next(h));
18
+ } catch (a) {
19
+ i(a);
20
+ }
21
+ }, u = (h) => {
22
+ try {
23
+ l(n.throw(h));
24
+ } catch (a) {
25
+ i(a);
26
+ }
27
+ }, l = (h) => h.done ? r(h.value) : Promise.resolve(h.value).then(s, u);
28
+ l((n = n.apply(e, t)).next());
29
+ });
30
+ function Z() {
31
+ }
32
+ function Ut(e) {
33
+ return e();
34
+ }
35
+ function ft() {
36
+ return /* @__PURE__ */ Object.create(null);
37
+ }
38
+ function ye(e) {
39
+ e.forEach(Ut);
40
+ }
41
+ function tt(e) {
42
+ return typeof e == "function";
43
+ }
44
+ function Gt(e, t) {
45
+ return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
46
+ }
47
+ function vn(e) {
48
+ return Object.keys(e).length === 0;
49
+ }
50
+ function Dt(e, ...t) {
51
+ if (e == null) {
52
+ for (const r of t)
53
+ r(void 0);
54
+ return Z;
55
+ }
56
+ const n = e.subscribe(...t);
57
+ return n.unsubscribe ? () => n.unsubscribe() : n;
58
+ }
59
+ function xn(e, t, n) {
60
+ e.$$.on_destroy.push(Dt(t, n));
61
+ }
62
+ function b(e, t) {
63
+ e.appendChild(t);
64
+ }
65
+ function En(e, t, n) {
66
+ const r = Cn(e);
67
+ if (!r.getElementById(t)) {
68
+ const i = T("style");
69
+ i.id = t, i.textContent = n, _n(r, i);
70
+ }
71
+ }
72
+ function Cn(e) {
73
+ if (!e)
74
+ return document;
75
+ const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
76
+ return t && /** @type {ShadowRoot} */
77
+ t.host ? (
78
+ /** @type {ShadowRoot} */
79
+ t
80
+ ) : e.ownerDocument;
81
+ }
82
+ function _n(e, t) {
83
+ return b(
84
+ /** @type {Document} */
85
+ e.head || e,
86
+ t
87
+ ), t.sheet;
88
+ }
89
+ function q(e, t, n) {
90
+ e.insertBefore(t, n || null);
91
+ }
92
+ function X(e) {
93
+ e.parentNode && e.parentNode.removeChild(e);
94
+ }
95
+ function Tn(e, t) {
96
+ for (let n = 0; n < e.length; n += 1)
97
+ e[n] && e[n].d(t);
98
+ }
99
+ function T(e) {
100
+ return document.createElement(e);
101
+ }
102
+ function wn(e) {
103
+ return document.createElementNS("http://www.w3.org/2000/svg", e);
104
+ }
105
+ function J(e) {
106
+ return document.createTextNode(e);
107
+ }
108
+ function L() {
109
+ return J(" ");
110
+ }
111
+ function He() {
112
+ return J("");
113
+ }
114
+ function p(e, t, n) {
115
+ n == null ? e.removeAttribute(t) : e.getAttribute(t) !== n && e.setAttribute(t, n);
116
+ }
117
+ function Bn(e) {
118
+ return Array.from(e.childNodes);
119
+ }
120
+ function we(e, t) {
121
+ t = "" + t, e.data !== t && (e.data = /** @type {string} */
122
+ t);
123
+ }
124
+ class ue {
125
+ constructor(t = !1) {
126
+ /**
127
+ * @private
128
+ * @default false
129
+ */
130
+ M(this, "is_svg", !1);
131
+ /** parent for creating node */
132
+ M(this, "e");
133
+ /** html tag nodes */
134
+ M(this, "n");
135
+ /** target */
136
+ M(this, "t");
137
+ /** anchor */
138
+ M(this, "a");
139
+ this.is_svg = t, this.e = this.n = null;
140
+ }
141
+ /**
142
+ * @param {string} html
143
+ * @returns {void}
144
+ */
145
+ c(t) {
146
+ this.h(t);
147
+ }
148
+ /**
149
+ * @param {string} html
150
+ * @param {HTMLElement | SVGElement} target
151
+ * @param {HTMLElement | SVGElement} anchor
152
+ * @returns {void}
153
+ */
154
+ m(t, n, r = null) {
155
+ this.e || (this.is_svg ? this.e = wn(
156
+ /** @type {keyof SVGElementTagNameMap} */
157
+ n.nodeName
158
+ ) : this.e = T(
159
+ /** @type {keyof HTMLElementTagNameMap} */
160
+ n.nodeType === 11 ? "TEMPLATE" : n.nodeName
161
+ ), this.t = n.tagName !== "TEMPLATE" ? n : (
162
+ /** @type {HTMLTemplateElement} */
163
+ n.content
164
+ ), this.c(t)), this.i(r);
165
+ }
166
+ /**
167
+ * @param {string} html
168
+ * @returns {void}
169
+ */
170
+ h(t) {
171
+ this.e.innerHTML = t, this.n = Array.from(
172
+ this.e.nodeName === "TEMPLATE" ? this.e.content.childNodes : this.e.childNodes
173
+ );
174
+ }
175
+ /**
176
+ * @returns {void} */
177
+ i(t) {
178
+ for (let n = 0; n < this.n.length; n += 1)
179
+ q(this.t, this.n[n], t);
180
+ }
181
+ /**
182
+ * @param {string} html
183
+ * @returns {void}
184
+ */
185
+ p(t) {
186
+ this.d(), this.h(t), this.i(this.a);
187
+ }
188
+ /**
189
+ * @returns {void} */
190
+ d() {
191
+ this.n.forEach(X);
192
+ }
193
+ }
194
+ function Sn(e) {
195
+ const t = {};
196
+ return e.childNodes.forEach(
197
+ /** @param {Element} node */
198
+ (n) => {
199
+ t[n.slot || "default"] = !0;
200
+ }
201
+ ), t;
202
+ }
203
+ let pe;
204
+ function de(e) {
205
+ pe = e;
206
+ }
207
+ function Hn() {
208
+ if (!pe)
209
+ throw new Error("Function called outside component initialization");
210
+ return pe;
211
+ }
212
+ function Mn(e) {
213
+ Hn().$$.on_mount.push(e);
214
+ }
215
+ const ne = [], je = [];
216
+ let re = [];
217
+ const mt = [], Rn = /* @__PURE__ */ Promise.resolve();
218
+ let Ve = !1;
219
+ function An() {
220
+ Ve || (Ve = !0, Rn.then(O));
221
+ }
222
+ function ze(e) {
223
+ re.push(e);
224
+ }
225
+ const Ie = /* @__PURE__ */ new Set();
226
+ let ee = 0;
227
+ function O() {
228
+ if (ee !== 0)
229
+ return;
230
+ const e = pe;
231
+ do {
232
+ try {
233
+ for (; ee < ne.length; ) {
234
+ const t = ne[ee];
235
+ ee++, de(t), Ln(t.$$);
236
+ }
237
+ } catch (t) {
238
+ throw ne.length = 0, ee = 0, t;
239
+ }
240
+ for (de(null), ne.length = 0, ee = 0; je.length; )
241
+ je.pop()();
242
+ for (let t = 0; t < re.length; t += 1) {
243
+ const n = re[t];
244
+ Ie.has(n) || (Ie.add(n), n());
245
+ }
246
+ re.length = 0;
247
+ } while (ne.length);
248
+ for (; mt.length; )
249
+ mt.pop()();
250
+ Ve = !1, Ie.clear(), de(e);
251
+ }
252
+ function Ln(e) {
253
+ if (e.fragment !== null) {
254
+ e.update(), ye(e.before_update);
255
+ const t = e.dirty;
256
+ e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(ze);
257
+ }
258
+ }
259
+ function On(e) {
260
+ const t = [], n = [];
261
+ re.forEach((r) => e.indexOf(r) === -1 ? t.push(r) : n.push(r)), n.forEach((r) => r()), re = t;
262
+ }
263
+ const Nn = /* @__PURE__ */ new Set();
264
+ function Pn(e, t) {
265
+ e && e.i && (Nn.delete(e), e.i(t));
266
+ }
267
+ function dt(e) {
268
+ return (e == null ? void 0 : e.length) !== void 0 ? e : Array.from(e);
269
+ }
270
+ function In(e, t, n) {
271
+ const { fragment: r, after_update: i } = e.$$;
272
+ r && r.m(t, n), ze(() => {
273
+ const s = e.$$.on_mount.map(Ut).filter(tt);
274
+ e.$$.on_destroy ? e.$$.on_destroy.push(...s) : ye(s), e.$$.on_mount = [];
275
+ }), i.forEach(ze);
276
+ }
277
+ function kn(e, t) {
278
+ const n = e.$$;
279
+ n.fragment !== null && (On(n.after_update), ye(n.on_destroy), n.fragment && n.fragment.d(t), n.on_destroy = n.fragment = null, n.ctx = []);
280
+ }
281
+ function $n(e, t) {
282
+ e.$$.dirty[0] === -1 && (ne.push(e), An(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
283
+ }
284
+ function Un(e, t, n, r, i, s, u = null, l = [-1]) {
285
+ const h = pe;
286
+ de(e);
287
+ const a = e.$$ = {
288
+ fragment: null,
289
+ ctx: [],
290
+ // state
291
+ props: s,
292
+ update: Z,
293
+ not_equal: i,
294
+ bound: ft(),
295
+ // lifecycle
296
+ on_mount: [],
297
+ on_destroy: [],
298
+ on_disconnect: [],
299
+ before_update: [],
300
+ after_update: [],
301
+ context: new Map(t.context || (h ? h.$$.context : [])),
302
+ // everything else
303
+ callbacks: ft(),
304
+ dirty: l,
305
+ skip_bound: !1,
306
+ root: t.target || h.$$.root
307
+ };
308
+ u && u(a.root);
309
+ let o = !1;
310
+ if (a.ctx = n ? n(e, t.props || {}, (c, f, ...m) => {
311
+ const g = m.length ? m[0] : f;
312
+ return a.ctx && i(a.ctx[c], a.ctx[c] = g) && (!a.skip_bound && a.bound[c] && a.bound[c](g), o && $n(e, c)), f;
313
+ }) : [], a.update(), o = !0, ye(a.before_update), a.fragment = r ? r(a.ctx) : !1, t.target) {
314
+ if (t.hydrate) {
315
+ const c = Bn(t.target);
316
+ a.fragment && a.fragment.l(c), c.forEach(X);
317
+ } else
318
+ a.fragment && a.fragment.c();
319
+ t.intro && Pn(e.$$.fragment), In(e, t.target, t.anchor), O();
320
+ }
321
+ de(h);
322
+ }
323
+ let Ft;
324
+ typeof HTMLElement == "function" && (Ft = class extends HTMLElement {
325
+ constructor(t, n, r) {
326
+ super();
327
+ /** The Svelte component constructor */
328
+ M(this, "$$ctor");
329
+ /** Slots */
330
+ M(this, "$$s");
331
+ /** The Svelte component instance */
332
+ M(this, "$$c");
333
+ /** Whether or not the custom element is connected */
334
+ M(this, "$$cn", !1);
335
+ /** Component props data */
336
+ M(this, "$$d", {});
337
+ /** `true` if currently in the process of reflecting component props back to attributes */
338
+ M(this, "$$r", !1);
339
+ /** @type {Record<string, CustomElementPropDefinition>} Props definition (name, reflected, type etc) */
340
+ M(this, "$$p_d", {});
341
+ /** @type {Record<string, Function[]>} Event listeners */
342
+ M(this, "$$l", {});
343
+ /** @type {Map<Function, Function>} Event listener unsubscribe functions */
344
+ M(this, "$$l_u", /* @__PURE__ */ new Map());
345
+ this.$$ctor = t, this.$$s = n, r && this.attachShadow({ mode: "open" });
346
+ }
347
+ addEventListener(t, n, r) {
348
+ if (this.$$l[t] = this.$$l[t] || [], this.$$l[t].push(n), this.$$c) {
349
+ const i = this.$$c.$on(t, n);
350
+ this.$$l_u.set(n, i);
351
+ }
352
+ super.addEventListener(t, n, r);
353
+ }
354
+ removeEventListener(t, n, r) {
355
+ if (super.removeEventListener(t, n, r), this.$$c) {
356
+ const i = this.$$l_u.get(n);
357
+ i && (i(), this.$$l_u.delete(n));
358
+ }
359
+ }
360
+ connectedCallback() {
361
+ return ct(this, null, function* () {
362
+ if (this.$$cn = !0, !this.$$c) {
363
+ let t = function(s) {
364
+ return () => {
365
+ let u;
366
+ return {
367
+ c: function() {
368
+ u = T("slot"), s !== "default" && p(u, "name", s);
369
+ },
370
+ /**
371
+ * @param {HTMLElement} target
372
+ * @param {HTMLElement} [anchor]
373
+ */
374
+ m: function(a, o) {
375
+ q(a, u, o);
376
+ },
377
+ d: function(a) {
378
+ a && X(u);
379
+ }
380
+ };
381
+ };
382
+ };
383
+ if (yield Promise.resolve(), !this.$$cn || this.$$c)
384
+ return;
385
+ const n = {}, r = Sn(this);
386
+ for (const s of this.$$s)
387
+ s in r && (n[s] = [t(s)]);
388
+ for (const s of this.attributes) {
389
+ const u = this.$$g_p(s.name);
390
+ u in this.$$d || (this.$$d[u] = Ce(u, s.value, this.$$p_d, "toProp"));
391
+ }
392
+ for (const s in this.$$p_d)
393
+ !(s in this.$$d) && this[s] !== void 0 && (this.$$d[s] = this[s], delete this[s]);
394
+ this.$$c = new this.$$ctor({
395
+ target: this.shadowRoot || this,
396
+ props: ht(lt({}, this.$$d), {
397
+ $$slots: n,
398
+ $$scope: {
399
+ ctx: []
400
+ }
401
+ })
402
+ });
403
+ const i = () => {
404
+ this.$$r = !0;
405
+ for (const s in this.$$p_d)
406
+ if (this.$$d[s] = this.$$c.$$.ctx[this.$$c.$$.props[s]], this.$$p_d[s].reflect) {
407
+ const u = Ce(
408
+ s,
409
+ this.$$d[s],
410
+ this.$$p_d,
411
+ "toAttribute"
412
+ );
413
+ u == null ? this.removeAttribute(this.$$p_d[s].attribute || s) : this.setAttribute(this.$$p_d[s].attribute || s, u);
414
+ }
415
+ this.$$r = !1;
416
+ };
417
+ this.$$c.$$.after_update.push(i), i();
418
+ for (const s in this.$$l)
419
+ for (const u of this.$$l[s]) {
420
+ const l = this.$$c.$on(s, u);
421
+ this.$$l_u.set(u, l);
422
+ }
423
+ this.$$l = {};
424
+ }
425
+ });
426
+ }
427
+ // We don't need this when working within Svelte code, but for compatibility of people using this outside of Svelte
428
+ // and setting attributes through setAttribute etc, this is helpful
429
+ attributeChangedCallback(t, n, r) {
430
+ var i;
431
+ this.$$r || (t = this.$$g_p(t), this.$$d[t] = Ce(t, r, this.$$p_d, "toProp"), (i = this.$$c) == null || i.$set({ [t]: this.$$d[t] }));
432
+ }
433
+ disconnectedCallback() {
434
+ this.$$cn = !1, Promise.resolve().then(() => {
435
+ !this.$$cn && this.$$c && (this.$$c.$destroy(), this.$$c = void 0);
436
+ });
437
+ }
438
+ $$g_p(t) {
439
+ return Object.keys(this.$$p_d).find(
440
+ (n) => this.$$p_d[n].attribute === t || !this.$$p_d[n].attribute && n.toLowerCase() === t
441
+ ) || t;
442
+ }
443
+ });
444
+ function Ce(e, t, n, r) {
445
+ var s;
446
+ const i = (s = n[e]) == null ? void 0 : s.type;
447
+ if (t = i === "Boolean" && typeof t != "boolean" ? t != null : t, !r || !n[e])
448
+ return t;
449
+ if (r === "toAttribute")
450
+ switch (i) {
451
+ case "Object":
452
+ case "Array":
453
+ return t == null ? null : JSON.stringify(t);
454
+ case "Boolean":
455
+ return t ? "" : null;
456
+ case "Number":
457
+ return t == null ? null : t;
458
+ default:
459
+ return t;
460
+ }
461
+ else
462
+ switch (i) {
463
+ case "Object":
464
+ case "Array":
465
+ return t && JSON.parse(t);
466
+ case "Boolean":
467
+ return t;
468
+ case "Number":
469
+ return t != null ? +t : t;
470
+ default:
471
+ return t;
472
+ }
473
+ }
474
+ function Gn(e, t, n, r, i, s) {
475
+ let u = class extends Ft {
476
+ constructor() {
477
+ super(e, n, i), this.$$p_d = t;
478
+ }
479
+ static get observedAttributes() {
480
+ return Object.keys(t).map(
481
+ (l) => (t[l].attribute || l).toLowerCase()
482
+ );
483
+ }
484
+ };
485
+ return Object.keys(t).forEach((l) => {
486
+ Object.defineProperty(u.prototype, l, {
487
+ get() {
488
+ return this.$$c && l in this.$$c ? this.$$c[l] : this.$$d[l];
489
+ },
490
+ set(h) {
491
+ var a;
492
+ h = Ce(l, h, t), this.$$d[l] = h, (a = this.$$c) == null || a.$set({ [l]: h });
493
+ }
494
+ });
495
+ }), r.forEach((l) => {
496
+ Object.defineProperty(u.prototype, l, {
497
+ get() {
498
+ var h;
499
+ return (h = this.$$c) == null ? void 0 : h[l];
500
+ }
501
+ });
502
+ }), e.element = /** @type {any} */
503
+ u, u;
504
+ }
505
+ class Dn {
506
+ constructor() {
507
+ /**
508
+ * ### PRIVATE API
509
+ *
510
+ * Do not use, may change at any time
511
+ *
512
+ * @type {any}
513
+ */
514
+ M(this, "$$");
515
+ /**
516
+ * ### PRIVATE API
517
+ *
518
+ * Do not use, may change at any time
519
+ *
520
+ * @type {any}
521
+ */
522
+ M(this, "$$set");
523
+ }
524
+ /** @returns {void} */
525
+ $destroy() {
526
+ kn(this, 1), this.$destroy = Z;
527
+ }
528
+ /**
529
+ * @template {Extract<keyof Events, string>} K
530
+ * @param {K} type
531
+ * @param {((e: Events[K]) => void) | null | undefined} callback
532
+ * @returns {() => void}
533
+ */
534
+ $on(t, n) {
535
+ if (!tt(n))
536
+ return Z;
537
+ const r = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
538
+ return r.push(n), () => {
539
+ const i = r.indexOf(n);
540
+ i !== -1 && r.splice(i, 1);
541
+ };
542
+ }
543
+ /**
544
+ * @param {Partial<Props>} props
545
+ * @returns {void}
546
+ */
547
+ $set(t) {
548
+ this.$$set && !vn(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
549
+ }
550
+ }
551
+ const Fn = "4";
552
+ typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Fn);
553
+ const te = [];
554
+ function jn(e, t) {
555
+ return {
556
+ subscribe: Me(e, t).subscribe
557
+ };
558
+ }
559
+ function Me(e, t = Z) {
560
+ let n;
561
+ const r = /* @__PURE__ */ new Set();
562
+ function i(l) {
563
+ if (Gt(e, l) && (e = l, n)) {
564
+ const h = !te.length;
565
+ for (const a of r)
566
+ a[1](), te.push(a, e);
567
+ if (h) {
568
+ for (let a = 0; a < te.length; a += 2)
569
+ te[a][0](te[a + 1]);
570
+ te.length = 0;
571
+ }
572
+ }
573
+ }
574
+ function s(l) {
575
+ i(l(e));
576
+ }
577
+ function u(l, h = Z) {
578
+ const a = [l, h];
579
+ return r.add(a), r.size === 1 && (n = t(i, s) || Z), l(e), () => {
580
+ r.delete(a), r.size === 0 && n && (n(), n = null);
581
+ };
582
+ }
583
+ return { set: i, update: s, subscribe: u };
584
+ }
585
+ function le(e, t, n) {
586
+ const r = !Array.isArray(e), i = r ? [e] : e;
587
+ if (!i.every(Boolean))
588
+ throw new Error("derived() expects stores as input, got a falsy value");
589
+ const s = t.length < 2;
590
+ return jn(n, (u, l) => {
591
+ let h = !1;
592
+ const a = [];
593
+ let o = 0, c = Z;
594
+ const f = () => {
595
+ if (o)
596
+ return;
597
+ c();
598
+ const g = t(r ? a[0] : a, u, l);
599
+ s ? u(g) : c = tt(g) ? g : Z;
600
+ }, m = i.map(
601
+ (g, C) => Dt(
602
+ g,
603
+ (B) => {
604
+ a[C] = B, o &= ~(1 << C), h && f();
605
+ },
606
+ () => {
607
+ o |= 1 << C;
608
+ }
609
+ )
610
+ );
611
+ return h = !0, f(), function() {
612
+ ye(m), c(), h = !1;
613
+ };
614
+ });
615
+ }
616
+ function Vn(e) {
617
+ return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
618
+ }
619
+ var zn = function(t) {
620
+ return Zn(t) && !Xn(t);
621
+ };
622
+ function Zn(e) {
623
+ return !!e && typeof e == "object";
624
+ }
625
+ function Xn(e) {
626
+ var t = Object.prototype.toString.call(e);
627
+ return t === "[object RegExp]" || t === "[object Date]" || Qn(e);
628
+ }
629
+ var Wn = typeof Symbol == "function" && Symbol.for, qn = Wn ? Symbol.for("react.element") : 60103;
630
+ function Qn(e) {
631
+ return e.$$typeof === qn;
632
+ }
633
+ function Jn(e) {
634
+ return Array.isArray(e) ? [] : {};
635
+ }
636
+ function be(e, t) {
637
+ return t.clone !== !1 && t.isMergeableObject(e) ? ie(Jn(e), e, t) : e;
638
+ }
639
+ function Yn(e, t, n) {
640
+ return e.concat(t).map(function(r) {
641
+ return be(r, n);
642
+ });
643
+ }
644
+ function Kn(e, t) {
645
+ if (!t.customMerge)
646
+ return ie;
647
+ var n = t.customMerge(e);
648
+ return typeof n == "function" ? n : ie;
649
+ }
650
+ function er(e) {
651
+ return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
652
+ return Object.propertyIsEnumerable.call(e, t);
653
+ }) : [];
654
+ }
655
+ function pt(e) {
656
+ return Object.keys(e).concat(er(e));
657
+ }
658
+ function jt(e, t) {
659
+ try {
660
+ return t in e;
661
+ } catch (n) {
662
+ return !1;
663
+ }
664
+ }
665
+ function tr(e, t) {
666
+ return jt(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
667
+ }
668
+ function nr(e, t, n) {
669
+ var r = {};
670
+ return n.isMergeableObject(e) && pt(e).forEach(function(i) {
671
+ r[i] = be(e[i], n);
672
+ }), pt(t).forEach(function(i) {
673
+ tr(e, i) || (jt(e, i) && n.isMergeableObject(t[i]) ? r[i] = Kn(i, n)(e[i], t[i], n) : r[i] = be(t[i], n));
674
+ }), r;
675
+ }
676
+ function ie(e, t, n) {
677
+ n = n || {}, n.arrayMerge = n.arrayMerge || Yn, n.isMergeableObject = n.isMergeableObject || zn, n.cloneUnlessOtherwiseSpecified = be;
678
+ var r = Array.isArray(t), i = Array.isArray(e), s = r === i;
679
+ return s ? r ? n.arrayMerge(e, t, n) : nr(e, t, n) : be(t, n);
680
+ }
681
+ ie.all = function(t, n) {
682
+ if (!Array.isArray(t))
683
+ throw new Error("first argument should be an array");
684
+ return t.reduce(function(r, i) {
685
+ return ie(r, i, n);
686
+ }, {});
687
+ };
688
+ var rr = ie, ir = rr;
689
+ const sr = /* @__PURE__ */ Vn(ir);
690
+ /*! *****************************************************************************
691
+ Copyright (c) Microsoft Corporation.
692
+
693
+ Permission to use, copy, modify, and/or distribute this software for any
694
+ purpose with or without fee is hereby granted.
695
+
696
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
697
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
698
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
699
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
700
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
701
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
702
+ PERFORMANCE OF THIS SOFTWARE.
703
+ ***************************************************************************** */
704
+ var Ze = function(e, t) {
705
+ return Ze = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, r) {
706
+ n.__proto__ = r;
707
+ } || function(n, r) {
708
+ for (var i in r)
709
+ Object.prototype.hasOwnProperty.call(r, i) && (n[i] = r[i]);
710
+ }, Ze(e, t);
711
+ };
712
+ function Re(e, t) {
713
+ if (typeof t != "function" && t !== null)
714
+ throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
715
+ Ze(e, t);
716
+ function n() {
717
+ this.constructor = e;
718
+ }
719
+ e.prototype = t === null ? Object.create(t) : (n.prototype = t.prototype, new n());
720
+ }
721
+ var x = function() {
722
+ return x = Object.assign || function(t) {
723
+ for (var n, r = 1, i = arguments.length; r < i; r++) {
724
+ n = arguments[r];
725
+ for (var s in n)
726
+ Object.prototype.hasOwnProperty.call(n, s) && (t[s] = n[s]);
727
+ }
728
+ return t;
729
+ }, x.apply(this, arguments);
730
+ };
731
+ function ar(e, t) {
732
+ var n = {};
733
+ for (var r in e)
734
+ Object.prototype.hasOwnProperty.call(e, r) && t.indexOf(r) < 0 && (n[r] = e[r]);
735
+ if (e != null && typeof Object.getOwnPropertySymbols == "function")
736
+ for (var i = 0, r = Object.getOwnPropertySymbols(e); i < r.length; i++)
737
+ t.indexOf(r[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, r[i]) && (n[r[i]] = e[r[i]]);
738
+ return n;
739
+ }
740
+ function ke(e, t, n) {
741
+ if (arguments.length === 2)
742
+ for (var r = 0, i = t.length, s; r < i; r++)
743
+ (s || !(r in t)) && (s || (s = Array.prototype.slice.call(t, 0, r)), s[r] = t[r]);
744
+ return e.concat(s || t);
745
+ }
746
+ function $e(e, t) {
747
+ var n = t && t.cache ? t.cache : fr, r = t && t.serializer ? t.serializer : cr, i = t && t.strategy ? t.strategy : ur;
748
+ return i(e, {
749
+ cache: n,
750
+ serializer: r
751
+ });
752
+ }
753
+ function or(e) {
754
+ return e == null || typeof e == "number" || typeof e == "boolean";
755
+ }
756
+ function Vt(e, t, n, r) {
757
+ var i = or(r) ? r : n(r), s = t.get(i);
758
+ return typeof s == "undefined" && (s = e.call(this, r), t.set(i, s)), s;
759
+ }
760
+ function zt(e, t, n) {
761
+ var r = Array.prototype.slice.call(arguments, 3), i = n(r), s = t.get(i);
762
+ return typeof s == "undefined" && (s = e.apply(this, r), t.set(i, s)), s;
763
+ }
764
+ function nt(e, t, n, r, i) {
765
+ return n.bind(t, e, r, i);
766
+ }
767
+ function ur(e, t) {
768
+ var n = e.length === 1 ? Vt : zt;
769
+ return nt(e, this, n, t.cache.create(), t.serializer);
770
+ }
771
+ function lr(e, t) {
772
+ return nt(e, this, zt, t.cache.create(), t.serializer);
773
+ }
774
+ function hr(e, t) {
775
+ return nt(e, this, Vt, t.cache.create(), t.serializer);
776
+ }
777
+ var cr = function() {
778
+ return JSON.stringify(arguments);
779
+ };
780
+ function rt() {
781
+ this.cache = /* @__PURE__ */ Object.create(null);
782
+ }
783
+ rt.prototype.get = function(e) {
784
+ return this.cache[e];
785
+ };
786
+ rt.prototype.set = function(e, t) {
787
+ this.cache[e] = t;
788
+ };
789
+ var fr = {
790
+ create: function() {
791
+ return new rt();
792
+ }
793
+ }, Ue = {
794
+ variadic: lr,
795
+ monadic: hr
796
+ }, y;
797
+ (function(e) {
798
+ 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";
799
+ })(y || (y = {}));
800
+ var w;
801
+ (function(e) {
802
+ e[e.literal = 0] = "literal", e[e.argument = 1] = "argument", e[e.number = 2] = "number", e[e.date = 3] = "date", e[e.time = 4] = "time", e[e.select = 5] = "select", e[e.plural = 6] = "plural", e[e.pound = 7] = "pound", e[e.tag = 8] = "tag";
803
+ })(w || (w = {}));
804
+ var se;
805
+ (function(e) {
806
+ e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
807
+ })(se || (se = {}));
808
+ function bt(e) {
809
+ return e.type === w.literal;
810
+ }
811
+ function mr(e) {
812
+ return e.type === w.argument;
813
+ }
814
+ function Zt(e) {
815
+ return e.type === w.number;
816
+ }
817
+ function Xt(e) {
818
+ return e.type === w.date;
819
+ }
820
+ function Wt(e) {
821
+ return e.type === w.time;
822
+ }
823
+ function qt(e) {
824
+ return e.type === w.select;
825
+ }
826
+ function Qt(e) {
827
+ return e.type === w.plural;
828
+ }
829
+ function dr(e) {
830
+ return e.type === w.pound;
831
+ }
832
+ function Jt(e) {
833
+ return e.type === w.tag;
834
+ }
835
+ function Yt(e) {
836
+ return !!(e && typeof e == "object" && e.type === se.number);
837
+ }
838
+ function Xe(e) {
839
+ return !!(e && typeof e == "object" && e.type === se.dateTime);
840
+ }
841
+ var Kt = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, pr = /(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;
842
+ function br(e) {
843
+ var t = {};
844
+ return e.replace(pr, function(n) {
845
+ var r = n.length;
846
+ switch (n[0]) {
847
+ case "G":
848
+ t.era = r === 4 ? "long" : r === 5 ? "narrow" : "short";
849
+ break;
850
+ case "y":
851
+ t.year = r === 2 ? "2-digit" : "numeric";
852
+ break;
853
+ case "Y":
854
+ case "u":
855
+ case "U":
856
+ case "r":
857
+ throw new RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");
858
+ case "q":
859
+ case "Q":
860
+ throw new RangeError("`q/Q` (quarter) patterns are not supported");
861
+ case "M":
862
+ case "L":
863
+ t.month = ["numeric", "2-digit", "short", "long", "narrow"][r - 1];
864
+ break;
865
+ case "w":
866
+ case "W":
867
+ throw new RangeError("`w/W` (week) patterns are not supported");
868
+ case "d":
869
+ t.day = ["numeric", "2-digit"][r - 1];
870
+ break;
871
+ case "D":
872
+ case "F":
873
+ case "g":
874
+ throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");
875
+ case "E":
876
+ t.weekday = r === 4 ? "long" : r === 5 ? "narrow" : "short";
877
+ break;
878
+ case "e":
879
+ if (r < 4)
880
+ throw new RangeError("`e..eee` (weekday) patterns are not supported");
881
+ t.weekday = ["short", "long", "narrow", "short"][r - 4];
882
+ break;
883
+ case "c":
884
+ if (r < 4)
885
+ throw new RangeError("`c..ccc` (weekday) patterns are not supported");
886
+ t.weekday = ["short", "long", "narrow", "short"][r - 4];
887
+ break;
888
+ case "a":
889
+ t.hour12 = !0;
890
+ break;
891
+ case "b":
892
+ case "B":
893
+ throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");
894
+ case "h":
895
+ t.hourCycle = "h12", t.hour = ["numeric", "2-digit"][r - 1];
896
+ break;
897
+ case "H":
898
+ t.hourCycle = "h23", t.hour = ["numeric", "2-digit"][r - 1];
899
+ break;
900
+ case "K":
901
+ t.hourCycle = "h11", t.hour = ["numeric", "2-digit"][r - 1];
902
+ break;
903
+ case "k":
904
+ t.hourCycle = "h24", t.hour = ["numeric", "2-digit"][r - 1];
905
+ break;
906
+ case "j":
907
+ case "J":
908
+ case "C":
909
+ throw new RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");
910
+ case "m":
911
+ t.minute = ["numeric", "2-digit"][r - 1];
912
+ break;
913
+ case "s":
914
+ t.second = ["numeric", "2-digit"][r - 1];
915
+ break;
916
+ case "S":
917
+ case "A":
918
+ throw new RangeError("`S/A` (second) patterns are not supported, use `s` instead");
919
+ case "z":
920
+ t.timeZoneName = r < 4 ? "short" : "long";
921
+ break;
922
+ case "Z":
923
+ case "O":
924
+ case "v":
925
+ case "V":
926
+ case "X":
927
+ case "x":
928
+ throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead");
929
+ }
930
+ return "";
931
+ }), t;
932
+ }
933
+ var gr = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
934
+ function yr(e) {
935
+ if (e.length === 0)
936
+ throw new Error("Number skeleton cannot be empty");
937
+ for (var t = e.split(gr).filter(function(f) {
938
+ return f.length > 0;
939
+ }), n = [], r = 0, i = t; r < i.length; r++) {
940
+ var s = i[r], u = s.split("/");
941
+ if (u.length === 0)
942
+ throw new Error("Invalid number skeleton");
943
+ for (var l = u[0], h = u.slice(1), a = 0, o = h; a < o.length; a++) {
944
+ var c = o[a];
945
+ if (c.length === 0)
946
+ throw new Error("Invalid number skeleton");
947
+ }
948
+ n.push({ stem: l, options: h });
949
+ }
950
+ return n;
951
+ }
952
+ function vr(e) {
953
+ return e.replace(/^(.*?)-/, "");
954
+ }
955
+ var gt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, en = /^(@+)?(\+|#+)?[rs]?$/g, xr = /(\*)(0+)|(#+)(0+)|(0+)/g, tn = /^(0+)$/;
956
+ function yt(e) {
957
+ var t = {};
958
+ return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(en, function(n, r, i) {
959
+ return typeof i != "string" ? (t.minimumSignificantDigits = r.length, t.maximumSignificantDigits = r.length) : i === "+" ? t.minimumSignificantDigits = r.length : r[0] === "#" ? t.maximumSignificantDigits = r.length : (t.minimumSignificantDigits = r.length, t.maximumSignificantDigits = r.length + (typeof i == "string" ? i.length : 0)), "";
960
+ }), t;
961
+ }
962
+ function nn(e) {
963
+ switch (e) {
964
+ case "sign-auto":
965
+ return {
966
+ signDisplay: "auto"
967
+ };
968
+ case "sign-accounting":
969
+ case "()":
970
+ return {
971
+ currencySign: "accounting"
972
+ };
973
+ case "sign-always":
974
+ case "+!":
975
+ return {
976
+ signDisplay: "always"
977
+ };
978
+ case "sign-accounting-always":
979
+ case "()!":
980
+ return {
981
+ signDisplay: "always",
982
+ currencySign: "accounting"
983
+ };
984
+ case "sign-except-zero":
985
+ case "+?":
986
+ return {
987
+ signDisplay: "exceptZero"
988
+ };
989
+ case "sign-accounting-except-zero":
990
+ case "()?":
991
+ return {
992
+ signDisplay: "exceptZero",
993
+ currencySign: "accounting"
994
+ };
995
+ case "sign-never":
996
+ case "+_":
997
+ return {
998
+ signDisplay: "never"
999
+ };
1000
+ }
1001
+ }
1002
+ function Er(e) {
1003
+ var t;
1004
+ if (e[0] === "E" && e[1] === "E" ? (t = {
1005
+ notation: "engineering"
1006
+ }, e = e.slice(2)) : e[0] === "E" && (t = {
1007
+ notation: "scientific"
1008
+ }, e = e.slice(1)), t) {
1009
+ var n = e.slice(0, 2);
1010
+ if (n === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : n === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !tn.test(e))
1011
+ throw new Error("Malformed concise eng/scientific notation");
1012
+ t.minimumIntegerDigits = e.length;
1013
+ }
1014
+ return t;
1015
+ }
1016
+ function vt(e) {
1017
+ var t = {}, n = nn(e);
1018
+ return n || t;
1019
+ }
1020
+ function Cr(e) {
1021
+ for (var t = {}, n = 0, r = e; n < r.length; n++) {
1022
+ var i = r[n];
1023
+ switch (i.stem) {
1024
+ case "percent":
1025
+ case "%":
1026
+ t.style = "percent";
1027
+ continue;
1028
+ case "%x100":
1029
+ t.style = "percent", t.scale = 100;
1030
+ continue;
1031
+ case "currency":
1032
+ t.style = "currency", t.currency = i.options[0];
1033
+ continue;
1034
+ case "group-off":
1035
+ case ",_":
1036
+ t.useGrouping = !1;
1037
+ continue;
1038
+ case "precision-integer":
1039
+ case ".":
1040
+ t.maximumFractionDigits = 0;
1041
+ continue;
1042
+ case "measure-unit":
1043
+ case "unit":
1044
+ t.style = "unit", t.unit = vr(i.options[0]);
1045
+ continue;
1046
+ case "compact-short":
1047
+ case "K":
1048
+ t.notation = "compact", t.compactDisplay = "short";
1049
+ continue;
1050
+ case "compact-long":
1051
+ case "KK":
1052
+ t.notation = "compact", t.compactDisplay = "long";
1053
+ continue;
1054
+ case "scientific":
1055
+ t = x(x(x({}, t), { notation: "scientific" }), i.options.reduce(function(h, a) {
1056
+ return x(x({}, h), vt(a));
1057
+ }, {}));
1058
+ continue;
1059
+ case "engineering":
1060
+ t = x(x(x({}, t), { notation: "engineering" }), i.options.reduce(function(h, a) {
1061
+ return x(x({}, h), vt(a));
1062
+ }, {}));
1063
+ continue;
1064
+ case "notation-simple":
1065
+ t.notation = "standard";
1066
+ continue;
1067
+ case "unit-width-narrow":
1068
+ t.currencyDisplay = "narrowSymbol", t.unitDisplay = "narrow";
1069
+ continue;
1070
+ case "unit-width-short":
1071
+ t.currencyDisplay = "code", t.unitDisplay = "short";
1072
+ continue;
1073
+ case "unit-width-full-name":
1074
+ t.currencyDisplay = "name", t.unitDisplay = "long";
1075
+ continue;
1076
+ case "unit-width-iso-code":
1077
+ t.currencyDisplay = "symbol";
1078
+ continue;
1079
+ case "scale":
1080
+ t.scale = parseFloat(i.options[0]);
1081
+ continue;
1082
+ case "rounding-mode-floor":
1083
+ t.roundingMode = "floor";
1084
+ continue;
1085
+ case "rounding-mode-ceiling":
1086
+ t.roundingMode = "ceil";
1087
+ continue;
1088
+ case "rounding-mode-down":
1089
+ t.roundingMode = "trunc";
1090
+ continue;
1091
+ case "rounding-mode-up":
1092
+ t.roundingMode = "expand";
1093
+ continue;
1094
+ case "rounding-mode-half-even":
1095
+ t.roundingMode = "halfEven";
1096
+ continue;
1097
+ case "rounding-mode-half-down":
1098
+ t.roundingMode = "halfTrunc";
1099
+ continue;
1100
+ case "rounding-mode-half-up":
1101
+ t.roundingMode = "halfExpand";
1102
+ continue;
1103
+ case "integer-width":
1104
+ if (i.options.length > 1)
1105
+ throw new RangeError("integer-width stems only accept a single optional option");
1106
+ i.options[0].replace(xr, function(h, a, o, c, f, m) {
1107
+ if (a)
1108
+ t.minimumIntegerDigits = o.length;
1109
+ else {
1110
+ if (c && f)
1111
+ throw new Error("We currently do not support maximum integer digits");
1112
+ if (m)
1113
+ throw new Error("We currently do not support exact integer digits");
1114
+ }
1115
+ return "";
1116
+ });
1117
+ continue;
1118
+ }
1119
+ if (tn.test(i.stem)) {
1120
+ t.minimumIntegerDigits = i.stem.length;
1121
+ continue;
1122
+ }
1123
+ if (gt.test(i.stem)) {
1124
+ if (i.options.length > 1)
1125
+ throw new RangeError("Fraction-precision stems only accept a single optional option");
1126
+ i.stem.replace(gt, function(h, a, o, c, f, m) {
1127
+ return o === "*" ? t.minimumFractionDigits = a.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : f && m ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + m.length) : (t.minimumFractionDigits = a.length, t.maximumFractionDigits = a.length), "";
1128
+ });
1129
+ var s = i.options[0];
1130
+ s === "w" ? t = x(x({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = x(x({}, t), yt(s)));
1131
+ continue;
1132
+ }
1133
+ if (en.test(i.stem)) {
1134
+ t = x(x({}, t), yt(i.stem));
1135
+ continue;
1136
+ }
1137
+ var u = nn(i.stem);
1138
+ u && (t = x(x({}, t), u));
1139
+ var l = Er(i.stem);
1140
+ l && (t = x(x({}, t), l));
1141
+ }
1142
+ return t;
1143
+ }
1144
+ var Ee = {
1145
+ "001": [
1146
+ "H",
1147
+ "h"
1148
+ ],
1149
+ 419: [
1150
+ "h",
1151
+ "H",
1152
+ "hB",
1153
+ "hb"
1154
+ ],
1155
+ AC: [
1156
+ "H",
1157
+ "h",
1158
+ "hb",
1159
+ "hB"
1160
+ ],
1161
+ AD: [
1162
+ "H",
1163
+ "hB"
1164
+ ],
1165
+ AE: [
1166
+ "h",
1167
+ "hB",
1168
+ "hb",
1169
+ "H"
1170
+ ],
1171
+ AF: [
1172
+ "H",
1173
+ "hb",
1174
+ "hB",
1175
+ "h"
1176
+ ],
1177
+ AG: [
1178
+ "h",
1179
+ "hb",
1180
+ "H",
1181
+ "hB"
1182
+ ],
1183
+ AI: [
1184
+ "H",
1185
+ "h",
1186
+ "hb",
1187
+ "hB"
1188
+ ],
1189
+ AL: [
1190
+ "h",
1191
+ "H",
1192
+ "hB"
1193
+ ],
1194
+ AM: [
1195
+ "H",
1196
+ "hB"
1197
+ ],
1198
+ AO: [
1199
+ "H",
1200
+ "hB"
1201
+ ],
1202
+ AR: [
1203
+ "h",
1204
+ "H",
1205
+ "hB",
1206
+ "hb"
1207
+ ],
1208
+ AS: [
1209
+ "h",
1210
+ "H"
1211
+ ],
1212
+ AT: [
1213
+ "H",
1214
+ "hB"
1215
+ ],
1216
+ AU: [
1217
+ "h",
1218
+ "hb",
1219
+ "H",
1220
+ "hB"
1221
+ ],
1222
+ AW: [
1223
+ "H",
1224
+ "hB"
1225
+ ],
1226
+ AX: [
1227
+ "H"
1228
+ ],
1229
+ AZ: [
1230
+ "H",
1231
+ "hB",
1232
+ "h"
1233
+ ],
1234
+ BA: [
1235
+ "H",
1236
+ "hB",
1237
+ "h"
1238
+ ],
1239
+ BB: [
1240
+ "h",
1241
+ "hb",
1242
+ "H",
1243
+ "hB"
1244
+ ],
1245
+ BD: [
1246
+ "h",
1247
+ "hB",
1248
+ "H"
1249
+ ],
1250
+ BE: [
1251
+ "H",
1252
+ "hB"
1253
+ ],
1254
+ BF: [
1255
+ "H",
1256
+ "hB"
1257
+ ],
1258
+ BG: [
1259
+ "H",
1260
+ "hB",
1261
+ "h"
1262
+ ],
1263
+ BH: [
1264
+ "h",
1265
+ "hB",
1266
+ "hb",
1267
+ "H"
1268
+ ],
1269
+ BI: [
1270
+ "H",
1271
+ "h"
1272
+ ],
1273
+ BJ: [
1274
+ "H",
1275
+ "hB"
1276
+ ],
1277
+ BL: [
1278
+ "H",
1279
+ "hB"
1280
+ ],
1281
+ BM: [
1282
+ "h",
1283
+ "hb",
1284
+ "H",
1285
+ "hB"
1286
+ ],
1287
+ BN: [
1288
+ "hb",
1289
+ "hB",
1290
+ "h",
1291
+ "H"
1292
+ ],
1293
+ BO: [
1294
+ "h",
1295
+ "H",
1296
+ "hB",
1297
+ "hb"
1298
+ ],
1299
+ BQ: [
1300
+ "H"
1301
+ ],
1302
+ BR: [
1303
+ "H",
1304
+ "hB"
1305
+ ],
1306
+ BS: [
1307
+ "h",
1308
+ "hb",
1309
+ "H",
1310
+ "hB"
1311
+ ],
1312
+ BT: [
1313
+ "h",
1314
+ "H"
1315
+ ],
1316
+ BW: [
1317
+ "H",
1318
+ "h",
1319
+ "hb",
1320
+ "hB"
1321
+ ],
1322
+ BY: [
1323
+ "H",
1324
+ "h"
1325
+ ],
1326
+ BZ: [
1327
+ "H",
1328
+ "h",
1329
+ "hb",
1330
+ "hB"
1331
+ ],
1332
+ CA: [
1333
+ "h",
1334
+ "hb",
1335
+ "H",
1336
+ "hB"
1337
+ ],
1338
+ CC: [
1339
+ "H",
1340
+ "h",
1341
+ "hb",
1342
+ "hB"
1343
+ ],
1344
+ CD: [
1345
+ "hB",
1346
+ "H"
1347
+ ],
1348
+ CF: [
1349
+ "H",
1350
+ "h",
1351
+ "hB"
1352
+ ],
1353
+ CG: [
1354
+ "H",
1355
+ "hB"
1356
+ ],
1357
+ CH: [
1358
+ "H",
1359
+ "hB",
1360
+ "h"
1361
+ ],
1362
+ CI: [
1363
+ "H",
1364
+ "hB"
1365
+ ],
1366
+ CK: [
1367
+ "H",
1368
+ "h",
1369
+ "hb",
1370
+ "hB"
1371
+ ],
1372
+ CL: [
1373
+ "h",
1374
+ "H",
1375
+ "hB",
1376
+ "hb"
1377
+ ],
1378
+ CM: [
1379
+ "H",
1380
+ "h",
1381
+ "hB"
1382
+ ],
1383
+ CN: [
1384
+ "H",
1385
+ "hB",
1386
+ "hb",
1387
+ "h"
1388
+ ],
1389
+ CO: [
1390
+ "h",
1391
+ "H",
1392
+ "hB",
1393
+ "hb"
1394
+ ],
1395
+ CP: [
1396
+ "H"
1397
+ ],
1398
+ CR: [
1399
+ "h",
1400
+ "H",
1401
+ "hB",
1402
+ "hb"
1403
+ ],
1404
+ CU: [
1405
+ "h",
1406
+ "H",
1407
+ "hB",
1408
+ "hb"
1409
+ ],
1410
+ CV: [
1411
+ "H",
1412
+ "hB"
1413
+ ],
1414
+ CW: [
1415
+ "H",
1416
+ "hB"
1417
+ ],
1418
+ CX: [
1419
+ "H",
1420
+ "h",
1421
+ "hb",
1422
+ "hB"
1423
+ ],
1424
+ CY: [
1425
+ "h",
1426
+ "H",
1427
+ "hb",
1428
+ "hB"
1429
+ ],
1430
+ CZ: [
1431
+ "H"
1432
+ ],
1433
+ DE: [
1434
+ "H",
1435
+ "hB"
1436
+ ],
1437
+ DG: [
1438
+ "H",
1439
+ "h",
1440
+ "hb",
1441
+ "hB"
1442
+ ],
1443
+ DJ: [
1444
+ "h",
1445
+ "H"
1446
+ ],
1447
+ DK: [
1448
+ "H"
1449
+ ],
1450
+ DM: [
1451
+ "h",
1452
+ "hb",
1453
+ "H",
1454
+ "hB"
1455
+ ],
1456
+ DO: [
1457
+ "h",
1458
+ "H",
1459
+ "hB",
1460
+ "hb"
1461
+ ],
1462
+ DZ: [
1463
+ "h",
1464
+ "hB",
1465
+ "hb",
1466
+ "H"
1467
+ ],
1468
+ EA: [
1469
+ "H",
1470
+ "h",
1471
+ "hB",
1472
+ "hb"
1473
+ ],
1474
+ EC: [
1475
+ "h",
1476
+ "H",
1477
+ "hB",
1478
+ "hb"
1479
+ ],
1480
+ EE: [
1481
+ "H",
1482
+ "hB"
1483
+ ],
1484
+ EG: [
1485
+ "h",
1486
+ "hB",
1487
+ "hb",
1488
+ "H"
1489
+ ],
1490
+ EH: [
1491
+ "h",
1492
+ "hB",
1493
+ "hb",
1494
+ "H"
1495
+ ],
1496
+ ER: [
1497
+ "h",
1498
+ "H"
1499
+ ],
1500
+ ES: [
1501
+ "H",
1502
+ "hB",
1503
+ "h",
1504
+ "hb"
1505
+ ],
1506
+ ET: [
1507
+ "hB",
1508
+ "hb",
1509
+ "h",
1510
+ "H"
1511
+ ],
1512
+ FI: [
1513
+ "H"
1514
+ ],
1515
+ FJ: [
1516
+ "h",
1517
+ "hb",
1518
+ "H",
1519
+ "hB"
1520
+ ],
1521
+ FK: [
1522
+ "H",
1523
+ "h",
1524
+ "hb",
1525
+ "hB"
1526
+ ],
1527
+ FM: [
1528
+ "h",
1529
+ "hb",
1530
+ "H",
1531
+ "hB"
1532
+ ],
1533
+ FO: [
1534
+ "H",
1535
+ "h"
1536
+ ],
1537
+ FR: [
1538
+ "H",
1539
+ "hB"
1540
+ ],
1541
+ GA: [
1542
+ "H",
1543
+ "hB"
1544
+ ],
1545
+ GB: [
1546
+ "H",
1547
+ "h",
1548
+ "hb",
1549
+ "hB"
1550
+ ],
1551
+ GD: [
1552
+ "h",
1553
+ "hb",
1554
+ "H",
1555
+ "hB"
1556
+ ],
1557
+ GE: [
1558
+ "H",
1559
+ "hB",
1560
+ "h"
1561
+ ],
1562
+ GF: [
1563
+ "H",
1564
+ "hB"
1565
+ ],
1566
+ GG: [
1567
+ "H",
1568
+ "h",
1569
+ "hb",
1570
+ "hB"
1571
+ ],
1572
+ GH: [
1573
+ "h",
1574
+ "H"
1575
+ ],
1576
+ GI: [
1577
+ "H",
1578
+ "h",
1579
+ "hb",
1580
+ "hB"
1581
+ ],
1582
+ GL: [
1583
+ "H",
1584
+ "h"
1585
+ ],
1586
+ GM: [
1587
+ "h",
1588
+ "hb",
1589
+ "H",
1590
+ "hB"
1591
+ ],
1592
+ GN: [
1593
+ "H",
1594
+ "hB"
1595
+ ],
1596
+ GP: [
1597
+ "H",
1598
+ "hB"
1599
+ ],
1600
+ GQ: [
1601
+ "H",
1602
+ "hB",
1603
+ "h",
1604
+ "hb"
1605
+ ],
1606
+ GR: [
1607
+ "h",
1608
+ "H",
1609
+ "hb",
1610
+ "hB"
1611
+ ],
1612
+ GT: [
1613
+ "h",
1614
+ "H",
1615
+ "hB",
1616
+ "hb"
1617
+ ],
1618
+ GU: [
1619
+ "h",
1620
+ "hb",
1621
+ "H",
1622
+ "hB"
1623
+ ],
1624
+ GW: [
1625
+ "H",
1626
+ "hB"
1627
+ ],
1628
+ GY: [
1629
+ "h",
1630
+ "hb",
1631
+ "H",
1632
+ "hB"
1633
+ ],
1634
+ HK: [
1635
+ "h",
1636
+ "hB",
1637
+ "hb",
1638
+ "H"
1639
+ ],
1640
+ HN: [
1641
+ "h",
1642
+ "H",
1643
+ "hB",
1644
+ "hb"
1645
+ ],
1646
+ HR: [
1647
+ "H",
1648
+ "hB"
1649
+ ],
1650
+ HU: [
1651
+ "H",
1652
+ "h"
1653
+ ],
1654
+ IC: [
1655
+ "H",
1656
+ "h",
1657
+ "hB",
1658
+ "hb"
1659
+ ],
1660
+ ID: [
1661
+ "H"
1662
+ ],
1663
+ IE: [
1664
+ "H",
1665
+ "h",
1666
+ "hb",
1667
+ "hB"
1668
+ ],
1669
+ IL: [
1670
+ "H",
1671
+ "hB"
1672
+ ],
1673
+ IM: [
1674
+ "H",
1675
+ "h",
1676
+ "hb",
1677
+ "hB"
1678
+ ],
1679
+ IN: [
1680
+ "h",
1681
+ "H"
1682
+ ],
1683
+ IO: [
1684
+ "H",
1685
+ "h",
1686
+ "hb",
1687
+ "hB"
1688
+ ],
1689
+ IQ: [
1690
+ "h",
1691
+ "hB",
1692
+ "hb",
1693
+ "H"
1694
+ ],
1695
+ IR: [
1696
+ "hB",
1697
+ "H"
1698
+ ],
1699
+ IS: [
1700
+ "H"
1701
+ ],
1702
+ IT: [
1703
+ "H",
1704
+ "hB"
1705
+ ],
1706
+ JE: [
1707
+ "H",
1708
+ "h",
1709
+ "hb",
1710
+ "hB"
1711
+ ],
1712
+ JM: [
1713
+ "h",
1714
+ "hb",
1715
+ "H",
1716
+ "hB"
1717
+ ],
1718
+ JO: [
1719
+ "h",
1720
+ "hB",
1721
+ "hb",
1722
+ "H"
1723
+ ],
1724
+ JP: [
1725
+ "H",
1726
+ "K",
1727
+ "h"
1728
+ ],
1729
+ KE: [
1730
+ "hB",
1731
+ "hb",
1732
+ "H",
1733
+ "h"
1734
+ ],
1735
+ KG: [
1736
+ "H",
1737
+ "h",
1738
+ "hB",
1739
+ "hb"
1740
+ ],
1741
+ KH: [
1742
+ "hB",
1743
+ "h",
1744
+ "H",
1745
+ "hb"
1746
+ ],
1747
+ KI: [
1748
+ "h",
1749
+ "hb",
1750
+ "H",
1751
+ "hB"
1752
+ ],
1753
+ KM: [
1754
+ "H",
1755
+ "h",
1756
+ "hB",
1757
+ "hb"
1758
+ ],
1759
+ KN: [
1760
+ "h",
1761
+ "hb",
1762
+ "H",
1763
+ "hB"
1764
+ ],
1765
+ KP: [
1766
+ "h",
1767
+ "H",
1768
+ "hB",
1769
+ "hb"
1770
+ ],
1771
+ KR: [
1772
+ "h",
1773
+ "H",
1774
+ "hB",
1775
+ "hb"
1776
+ ],
1777
+ KW: [
1778
+ "h",
1779
+ "hB",
1780
+ "hb",
1781
+ "H"
1782
+ ],
1783
+ KY: [
1784
+ "h",
1785
+ "hb",
1786
+ "H",
1787
+ "hB"
1788
+ ],
1789
+ KZ: [
1790
+ "H",
1791
+ "hB"
1792
+ ],
1793
+ LA: [
1794
+ "H",
1795
+ "hb",
1796
+ "hB",
1797
+ "h"
1798
+ ],
1799
+ LB: [
1800
+ "h",
1801
+ "hB",
1802
+ "hb",
1803
+ "H"
1804
+ ],
1805
+ LC: [
1806
+ "h",
1807
+ "hb",
1808
+ "H",
1809
+ "hB"
1810
+ ],
1811
+ LI: [
1812
+ "H",
1813
+ "hB",
1814
+ "h"
1815
+ ],
1816
+ LK: [
1817
+ "H",
1818
+ "h",
1819
+ "hB",
1820
+ "hb"
1821
+ ],
1822
+ LR: [
1823
+ "h",
1824
+ "hb",
1825
+ "H",
1826
+ "hB"
1827
+ ],
1828
+ LS: [
1829
+ "h",
1830
+ "H"
1831
+ ],
1832
+ LT: [
1833
+ "H",
1834
+ "h",
1835
+ "hb",
1836
+ "hB"
1837
+ ],
1838
+ LU: [
1839
+ "H",
1840
+ "h",
1841
+ "hB"
1842
+ ],
1843
+ LV: [
1844
+ "H",
1845
+ "hB",
1846
+ "hb",
1847
+ "h"
1848
+ ],
1849
+ LY: [
1850
+ "h",
1851
+ "hB",
1852
+ "hb",
1853
+ "H"
1854
+ ],
1855
+ MA: [
1856
+ "H",
1857
+ "h",
1858
+ "hB",
1859
+ "hb"
1860
+ ],
1861
+ MC: [
1862
+ "H",
1863
+ "hB"
1864
+ ],
1865
+ MD: [
1866
+ "H",
1867
+ "hB"
1868
+ ],
1869
+ ME: [
1870
+ "H",
1871
+ "hB",
1872
+ "h"
1873
+ ],
1874
+ MF: [
1875
+ "H",
1876
+ "hB"
1877
+ ],
1878
+ MG: [
1879
+ "H",
1880
+ "h"
1881
+ ],
1882
+ MH: [
1883
+ "h",
1884
+ "hb",
1885
+ "H",
1886
+ "hB"
1887
+ ],
1888
+ MK: [
1889
+ "H",
1890
+ "h",
1891
+ "hb",
1892
+ "hB"
1893
+ ],
1894
+ ML: [
1895
+ "H"
1896
+ ],
1897
+ MM: [
1898
+ "hB",
1899
+ "hb",
1900
+ "H",
1901
+ "h"
1902
+ ],
1903
+ MN: [
1904
+ "H",
1905
+ "h",
1906
+ "hb",
1907
+ "hB"
1908
+ ],
1909
+ MO: [
1910
+ "h",
1911
+ "hB",
1912
+ "hb",
1913
+ "H"
1914
+ ],
1915
+ MP: [
1916
+ "h",
1917
+ "hb",
1918
+ "H",
1919
+ "hB"
1920
+ ],
1921
+ MQ: [
1922
+ "H",
1923
+ "hB"
1924
+ ],
1925
+ MR: [
1926
+ "h",
1927
+ "hB",
1928
+ "hb",
1929
+ "H"
1930
+ ],
1931
+ MS: [
1932
+ "H",
1933
+ "h",
1934
+ "hb",
1935
+ "hB"
1936
+ ],
1937
+ MT: [
1938
+ "H",
1939
+ "h"
1940
+ ],
1941
+ MU: [
1942
+ "H",
1943
+ "h"
1944
+ ],
1945
+ MV: [
1946
+ "H",
1947
+ "h"
1948
+ ],
1949
+ MW: [
1950
+ "h",
1951
+ "hb",
1952
+ "H",
1953
+ "hB"
1954
+ ],
1955
+ MX: [
1956
+ "h",
1957
+ "H",
1958
+ "hB",
1959
+ "hb"
1960
+ ],
1961
+ MY: [
1962
+ "hb",
1963
+ "hB",
1964
+ "h",
1965
+ "H"
1966
+ ],
1967
+ MZ: [
1968
+ "H",
1969
+ "hB"
1970
+ ],
1971
+ NA: [
1972
+ "h",
1973
+ "H",
1974
+ "hB",
1975
+ "hb"
1976
+ ],
1977
+ NC: [
1978
+ "H",
1979
+ "hB"
1980
+ ],
1981
+ NE: [
1982
+ "H"
1983
+ ],
1984
+ NF: [
1985
+ "H",
1986
+ "h",
1987
+ "hb",
1988
+ "hB"
1989
+ ],
1990
+ NG: [
1991
+ "H",
1992
+ "h",
1993
+ "hb",
1994
+ "hB"
1995
+ ],
1996
+ NI: [
1997
+ "h",
1998
+ "H",
1999
+ "hB",
2000
+ "hb"
2001
+ ],
2002
+ NL: [
2003
+ "H",
2004
+ "hB"
2005
+ ],
2006
+ NO: [
2007
+ "H",
2008
+ "h"
2009
+ ],
2010
+ NP: [
2011
+ "H",
2012
+ "h",
2013
+ "hB"
2014
+ ],
2015
+ NR: [
2016
+ "H",
2017
+ "h",
2018
+ "hb",
2019
+ "hB"
2020
+ ],
2021
+ NU: [
2022
+ "H",
2023
+ "h",
2024
+ "hb",
2025
+ "hB"
2026
+ ],
2027
+ NZ: [
2028
+ "h",
2029
+ "hb",
2030
+ "H",
2031
+ "hB"
2032
+ ],
2033
+ OM: [
2034
+ "h",
2035
+ "hB",
2036
+ "hb",
2037
+ "H"
2038
+ ],
2039
+ PA: [
2040
+ "h",
2041
+ "H",
2042
+ "hB",
2043
+ "hb"
2044
+ ],
2045
+ PE: [
2046
+ "h",
2047
+ "H",
2048
+ "hB",
2049
+ "hb"
2050
+ ],
2051
+ PF: [
2052
+ "H",
2053
+ "h",
2054
+ "hB"
2055
+ ],
2056
+ PG: [
2057
+ "h",
2058
+ "H"
2059
+ ],
2060
+ PH: [
2061
+ "h",
2062
+ "hB",
2063
+ "hb",
2064
+ "H"
2065
+ ],
2066
+ PK: [
2067
+ "h",
2068
+ "hB",
2069
+ "H"
2070
+ ],
2071
+ PL: [
2072
+ "H",
2073
+ "h"
2074
+ ],
2075
+ PM: [
2076
+ "H",
2077
+ "hB"
2078
+ ],
2079
+ PN: [
2080
+ "H",
2081
+ "h",
2082
+ "hb",
2083
+ "hB"
2084
+ ],
2085
+ PR: [
2086
+ "h",
2087
+ "H",
2088
+ "hB",
2089
+ "hb"
2090
+ ],
2091
+ PS: [
2092
+ "h",
2093
+ "hB",
2094
+ "hb",
2095
+ "H"
2096
+ ],
2097
+ PT: [
2098
+ "H",
2099
+ "hB"
2100
+ ],
2101
+ PW: [
2102
+ "h",
2103
+ "H"
2104
+ ],
2105
+ PY: [
2106
+ "h",
2107
+ "H",
2108
+ "hB",
2109
+ "hb"
2110
+ ],
2111
+ QA: [
2112
+ "h",
2113
+ "hB",
2114
+ "hb",
2115
+ "H"
2116
+ ],
2117
+ RE: [
2118
+ "H",
2119
+ "hB"
2120
+ ],
2121
+ RO: [
2122
+ "H",
2123
+ "hB"
2124
+ ],
2125
+ RS: [
2126
+ "H",
2127
+ "hB",
2128
+ "h"
2129
+ ],
2130
+ RU: [
2131
+ "H"
2132
+ ],
2133
+ RW: [
2134
+ "H",
2135
+ "h"
2136
+ ],
2137
+ SA: [
2138
+ "h",
2139
+ "hB",
2140
+ "hb",
2141
+ "H"
2142
+ ],
2143
+ SB: [
2144
+ "h",
2145
+ "hb",
2146
+ "H",
2147
+ "hB"
2148
+ ],
2149
+ SC: [
2150
+ "H",
2151
+ "h",
2152
+ "hB"
2153
+ ],
2154
+ SD: [
2155
+ "h",
2156
+ "hB",
2157
+ "hb",
2158
+ "H"
2159
+ ],
2160
+ SE: [
2161
+ "H"
2162
+ ],
2163
+ SG: [
2164
+ "h",
2165
+ "hb",
2166
+ "H",
2167
+ "hB"
2168
+ ],
2169
+ SH: [
2170
+ "H",
2171
+ "h",
2172
+ "hb",
2173
+ "hB"
2174
+ ],
2175
+ SI: [
2176
+ "H",
2177
+ "hB"
2178
+ ],
2179
+ SJ: [
2180
+ "H"
2181
+ ],
2182
+ SK: [
2183
+ "H"
2184
+ ],
2185
+ SL: [
2186
+ "h",
2187
+ "hb",
2188
+ "H",
2189
+ "hB"
2190
+ ],
2191
+ SM: [
2192
+ "H",
2193
+ "h",
2194
+ "hB"
2195
+ ],
2196
+ SN: [
2197
+ "H",
2198
+ "h",
2199
+ "hB"
2200
+ ],
2201
+ SO: [
2202
+ "h",
2203
+ "H"
2204
+ ],
2205
+ SR: [
2206
+ "H",
2207
+ "hB"
2208
+ ],
2209
+ SS: [
2210
+ "h",
2211
+ "hb",
2212
+ "H",
2213
+ "hB"
2214
+ ],
2215
+ ST: [
2216
+ "H",
2217
+ "hB"
2218
+ ],
2219
+ SV: [
2220
+ "h",
2221
+ "H",
2222
+ "hB",
2223
+ "hb"
2224
+ ],
2225
+ SX: [
2226
+ "H",
2227
+ "h",
2228
+ "hb",
2229
+ "hB"
2230
+ ],
2231
+ SY: [
2232
+ "h",
2233
+ "hB",
2234
+ "hb",
2235
+ "H"
2236
+ ],
2237
+ SZ: [
2238
+ "h",
2239
+ "hb",
2240
+ "H",
2241
+ "hB"
2242
+ ],
2243
+ TA: [
2244
+ "H",
2245
+ "h",
2246
+ "hb",
2247
+ "hB"
2248
+ ],
2249
+ TC: [
2250
+ "h",
2251
+ "hb",
2252
+ "H",
2253
+ "hB"
2254
+ ],
2255
+ TD: [
2256
+ "h",
2257
+ "H",
2258
+ "hB"
2259
+ ],
2260
+ TF: [
2261
+ "H",
2262
+ "h",
2263
+ "hB"
2264
+ ],
2265
+ TG: [
2266
+ "H",
2267
+ "hB"
2268
+ ],
2269
+ TH: [
2270
+ "H",
2271
+ "h"
2272
+ ],
2273
+ TJ: [
2274
+ "H",
2275
+ "h"
2276
+ ],
2277
+ TL: [
2278
+ "H",
2279
+ "hB",
2280
+ "hb",
2281
+ "h"
2282
+ ],
2283
+ TM: [
2284
+ "H",
2285
+ "h"
2286
+ ],
2287
+ TN: [
2288
+ "h",
2289
+ "hB",
2290
+ "hb",
2291
+ "H"
2292
+ ],
2293
+ TO: [
2294
+ "h",
2295
+ "H"
2296
+ ],
2297
+ TR: [
2298
+ "H",
2299
+ "hB"
2300
+ ],
2301
+ TT: [
2302
+ "h",
2303
+ "hb",
2304
+ "H",
2305
+ "hB"
2306
+ ],
2307
+ TW: [
2308
+ "hB",
2309
+ "hb",
2310
+ "h",
2311
+ "H"
2312
+ ],
2313
+ TZ: [
2314
+ "hB",
2315
+ "hb",
2316
+ "H",
2317
+ "h"
2318
+ ],
2319
+ UA: [
2320
+ "H",
2321
+ "hB",
2322
+ "h"
2323
+ ],
2324
+ UG: [
2325
+ "hB",
2326
+ "hb",
2327
+ "H",
2328
+ "h"
2329
+ ],
2330
+ UM: [
2331
+ "h",
2332
+ "hb",
2333
+ "H",
2334
+ "hB"
2335
+ ],
2336
+ US: [
2337
+ "h",
2338
+ "hb",
2339
+ "H",
2340
+ "hB"
2341
+ ],
2342
+ UY: [
2343
+ "h",
2344
+ "H",
2345
+ "hB",
2346
+ "hb"
2347
+ ],
2348
+ UZ: [
2349
+ "H",
2350
+ "hB",
2351
+ "h"
2352
+ ],
2353
+ VA: [
2354
+ "H",
2355
+ "h",
2356
+ "hB"
2357
+ ],
2358
+ VC: [
2359
+ "h",
2360
+ "hb",
2361
+ "H",
2362
+ "hB"
2363
+ ],
2364
+ VE: [
2365
+ "h",
2366
+ "H",
2367
+ "hB",
2368
+ "hb"
2369
+ ],
2370
+ VG: [
2371
+ "h",
2372
+ "hb",
2373
+ "H",
2374
+ "hB"
2375
+ ],
2376
+ VI: [
2377
+ "h",
2378
+ "hb",
2379
+ "H",
2380
+ "hB"
2381
+ ],
2382
+ VN: [
2383
+ "H",
2384
+ "h"
2385
+ ],
2386
+ VU: [
2387
+ "h",
2388
+ "H"
2389
+ ],
2390
+ WF: [
2391
+ "H",
2392
+ "hB"
2393
+ ],
2394
+ WS: [
2395
+ "h",
2396
+ "H"
2397
+ ],
2398
+ XK: [
2399
+ "H",
2400
+ "hB",
2401
+ "h"
2402
+ ],
2403
+ YE: [
2404
+ "h",
2405
+ "hB",
2406
+ "hb",
2407
+ "H"
2408
+ ],
2409
+ YT: [
2410
+ "H",
2411
+ "hB"
2412
+ ],
2413
+ ZA: [
2414
+ "H",
2415
+ "h",
2416
+ "hb",
2417
+ "hB"
2418
+ ],
2419
+ ZM: [
2420
+ "h",
2421
+ "hb",
2422
+ "H",
2423
+ "hB"
2424
+ ],
2425
+ ZW: [
2426
+ "H",
2427
+ "h"
2428
+ ],
2429
+ "af-ZA": [
2430
+ "H",
2431
+ "h",
2432
+ "hB",
2433
+ "hb"
2434
+ ],
2435
+ "ar-001": [
2436
+ "h",
2437
+ "hB",
2438
+ "hb",
2439
+ "H"
2440
+ ],
2441
+ "ca-ES": [
2442
+ "H",
2443
+ "h",
2444
+ "hB"
2445
+ ],
2446
+ "en-001": [
2447
+ "h",
2448
+ "hb",
2449
+ "H",
2450
+ "hB"
2451
+ ],
2452
+ "en-HK": [
2453
+ "h",
2454
+ "hb",
2455
+ "H",
2456
+ "hB"
2457
+ ],
2458
+ "en-IL": [
2459
+ "H",
2460
+ "h",
2461
+ "hb",
2462
+ "hB"
2463
+ ],
2464
+ "en-MY": [
2465
+ "h",
2466
+ "hb",
2467
+ "H",
2468
+ "hB"
2469
+ ],
2470
+ "es-BR": [
2471
+ "H",
2472
+ "h",
2473
+ "hB",
2474
+ "hb"
2475
+ ],
2476
+ "es-ES": [
2477
+ "H",
2478
+ "h",
2479
+ "hB",
2480
+ "hb"
2481
+ ],
2482
+ "es-GQ": [
2483
+ "H",
2484
+ "h",
2485
+ "hB",
2486
+ "hb"
2487
+ ],
2488
+ "fr-CA": [
2489
+ "H",
2490
+ "h",
2491
+ "hB"
2492
+ ],
2493
+ "gl-ES": [
2494
+ "H",
2495
+ "h",
2496
+ "hB"
2497
+ ],
2498
+ "gu-IN": [
2499
+ "hB",
2500
+ "hb",
2501
+ "h",
2502
+ "H"
2503
+ ],
2504
+ "hi-IN": [
2505
+ "hB",
2506
+ "h",
2507
+ "H"
2508
+ ],
2509
+ "it-CH": [
2510
+ "H",
2511
+ "h",
2512
+ "hB"
2513
+ ],
2514
+ "it-IT": [
2515
+ "H",
2516
+ "h",
2517
+ "hB"
2518
+ ],
2519
+ "kn-IN": [
2520
+ "hB",
2521
+ "h",
2522
+ "H"
2523
+ ],
2524
+ "ml-IN": [
2525
+ "hB",
2526
+ "h",
2527
+ "H"
2528
+ ],
2529
+ "mr-IN": [
2530
+ "hB",
2531
+ "hb",
2532
+ "h",
2533
+ "H"
2534
+ ],
2535
+ "pa-IN": [
2536
+ "hB",
2537
+ "hb",
2538
+ "h",
2539
+ "H"
2540
+ ],
2541
+ "ta-IN": [
2542
+ "hB",
2543
+ "h",
2544
+ "hb",
2545
+ "H"
2546
+ ],
2547
+ "te-IN": [
2548
+ "hB",
2549
+ "h",
2550
+ "H"
2551
+ ],
2552
+ "zu-ZA": [
2553
+ "H",
2554
+ "hB",
2555
+ "hb",
2556
+ "h"
2557
+ ]
2558
+ };
2559
+ function _r(e, t) {
2560
+ for (var n = "", r = 0; r < e.length; r++) {
2561
+ var i = e.charAt(r);
2562
+ if (i === "j") {
2563
+ for (var s = 0; r + 1 < e.length && e.charAt(r + 1) === i; )
2564
+ s++, r++;
2565
+ var u = 1 + (s & 1), l = s < 2 ? 1 : 3 + (s >> 1), h = "a", a = Tr(t);
2566
+ for ((a == "H" || a == "k") && (l = 0); l-- > 0; )
2567
+ n += h;
2568
+ for (; u-- > 0; )
2569
+ n = a + n;
2570
+ } else
2571
+ i === "J" ? n += "H" : n += i;
2572
+ }
2573
+ return n;
2574
+ }
2575
+ function Tr(e) {
2576
+ var t = e.hourCycle;
2577
+ if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
2578
+ e.hourCycles && // @ts-ignore
2579
+ e.hourCycles.length && (t = e.hourCycles[0]), t)
2580
+ switch (t) {
2581
+ case "h24":
2582
+ return "k";
2583
+ case "h23":
2584
+ return "H";
2585
+ case "h12":
2586
+ return "h";
2587
+ case "h11":
2588
+ return "K";
2589
+ default:
2590
+ throw new Error("Invalid hourCycle");
2591
+ }
2592
+ var n = e.language, r;
2593
+ n !== "root" && (r = e.maximize().region);
2594
+ var i = Ee[r || ""] || Ee[n || ""] || Ee["".concat(n, "-001")] || Ee["001"];
2595
+ return i[0];
2596
+ }
2597
+ var Ge, wr = new RegExp("^".concat(Kt.source, "*")), Br = new RegExp("".concat(Kt.source, "*$"));
2598
+ function v(e, t) {
2599
+ return { start: e, end: t };
2600
+ }
2601
+ var Sr = !!String.prototype.startsWith && "_a".startsWith("a", 1), Hr = !!String.fromCodePoint, Mr = !!Object.fromEntries, Rr = !!String.prototype.codePointAt, Ar = !!String.prototype.trimStart, Lr = !!String.prototype.trimEnd, Or = !!Number.isSafeInteger, Nr = Or ? Number.isSafeInteger : function(e) {
2602
+ return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
2603
+ }, We = !0;
2604
+ try {
2605
+ var Pr = sn("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2606
+ We = ((Ge = Pr.exec("a")) === null || Ge === void 0 ? void 0 : Ge[0]) === "a";
2607
+ } catch (e) {
2608
+ We = !1;
2609
+ }
2610
+ var xt = Sr ? (
2611
+ // Native
2612
+ function(t, n, r) {
2613
+ return t.startsWith(n, r);
2614
+ }
2615
+ ) : (
2616
+ // For IE11
2617
+ function(t, n, r) {
2618
+ return t.slice(r, r + n.length) === n;
2619
+ }
2620
+ ), qe = Hr ? String.fromCodePoint : (
2621
+ // IE11
2622
+ function() {
2623
+ for (var t = [], n = 0; n < arguments.length; n++)
2624
+ t[n] = arguments[n];
2625
+ for (var r = "", i = t.length, s = 0, u; i > s; ) {
2626
+ if (u = t[s++], u > 1114111)
2627
+ throw RangeError(u + " is not a valid code point");
2628
+ r += u < 65536 ? String.fromCharCode(u) : String.fromCharCode(((u -= 65536) >> 10) + 55296, u % 1024 + 56320);
2629
+ }
2630
+ return r;
2631
+ }
2632
+ ), Et = (
2633
+ // native
2634
+ Mr ? Object.fromEntries : (
2635
+ // Ponyfill
2636
+ function(t) {
2637
+ for (var n = {}, r = 0, i = t; r < i.length; r++) {
2638
+ var s = i[r], u = s[0], l = s[1];
2639
+ n[u] = l;
2640
+ }
2641
+ return n;
2642
+ }
2643
+ )
2644
+ ), rn = Rr ? (
2645
+ // Native
2646
+ function(t, n) {
2647
+ return t.codePointAt(n);
2648
+ }
2649
+ ) : (
2650
+ // IE 11
2651
+ function(t, n) {
2652
+ var r = t.length;
2653
+ if (!(n < 0 || n >= r)) {
2654
+ var i = t.charCodeAt(n), s;
2655
+ return i < 55296 || i > 56319 || n + 1 === r || (s = t.charCodeAt(n + 1)) < 56320 || s > 57343 ? i : (i - 55296 << 10) + (s - 56320) + 65536;
2656
+ }
2657
+ }
2658
+ ), Ir = Ar ? (
2659
+ // Native
2660
+ function(t) {
2661
+ return t.trimStart();
2662
+ }
2663
+ ) : (
2664
+ // Ponyfill
2665
+ function(t) {
2666
+ return t.replace(wr, "");
2667
+ }
2668
+ ), kr = Lr ? (
2669
+ // Native
2670
+ function(t) {
2671
+ return t.trimEnd();
2672
+ }
2673
+ ) : (
2674
+ // Ponyfill
2675
+ function(t) {
2676
+ return t.replace(Br, "");
2677
+ }
2678
+ );
2679
+ function sn(e, t) {
2680
+ return new RegExp(e, t);
2681
+ }
2682
+ var Qe;
2683
+ if (We) {
2684
+ var Ct = sn("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2685
+ Qe = function(t, n) {
2686
+ var r;
2687
+ Ct.lastIndex = n;
2688
+ var i = Ct.exec(t);
2689
+ return (r = i[1]) !== null && r !== void 0 ? r : "";
2690
+ };
2691
+ } else
2692
+ Qe = function(t, n) {
2693
+ for (var r = []; ; ) {
2694
+ var i = rn(t, n);
2695
+ if (i === void 0 || an(i) || Dr(i))
2696
+ break;
2697
+ r.push(i), n += i >= 65536 ? 2 : 1;
2698
+ }
2699
+ return qe.apply(void 0, r);
2700
+ };
2701
+ var $r = (
2702
+ /** @class */
2703
+ function() {
2704
+ function e(t, n) {
2705
+ n === void 0 && (n = {}), this.message = t, this.position = { offset: 0, line: 1, column: 1 }, this.ignoreTag = !!n.ignoreTag, this.locale = n.locale, this.requiresOtherClause = !!n.requiresOtherClause, this.shouldParseSkeletons = !!n.shouldParseSkeletons;
2706
+ }
2707
+ return e.prototype.parse = function() {
2708
+ if (this.offset() !== 0)
2709
+ throw Error("parser can only be used once");
2710
+ return this.parseMessage(0, "", !1);
2711
+ }, e.prototype.parseMessage = function(t, n, r) {
2712
+ for (var i = []; !this.isEOF(); ) {
2713
+ var s = this.char();
2714
+ if (s === 123) {
2715
+ var u = this.parseArgument(t, r);
2716
+ if (u.err)
2717
+ return u;
2718
+ i.push(u.val);
2719
+ } else {
2720
+ if (s === 125 && t > 0)
2721
+ break;
2722
+ if (s === 35 && (n === "plural" || n === "selectordinal")) {
2723
+ var l = this.clonePosition();
2724
+ this.bump(), i.push({
2725
+ type: w.pound,
2726
+ location: v(l, this.clonePosition())
2727
+ });
2728
+ } else if (s === 60 && !this.ignoreTag && this.peek() === 47) {
2729
+ if (r)
2730
+ break;
2731
+ return this.error(y.UNMATCHED_CLOSING_TAG, v(this.clonePosition(), this.clonePosition()));
2732
+ } else if (s === 60 && !this.ignoreTag && Je(this.peek() || 0)) {
2733
+ var u = this.parseTag(t, n);
2734
+ if (u.err)
2735
+ return u;
2736
+ i.push(u.val);
2737
+ } else {
2738
+ var u = this.parseLiteral(t, n);
2739
+ if (u.err)
2740
+ return u;
2741
+ i.push(u.val);
2742
+ }
2743
+ }
2744
+ }
2745
+ return { val: i, err: null };
2746
+ }, e.prototype.parseTag = function(t, n) {
2747
+ var r = this.clonePosition();
2748
+ this.bump();
2749
+ var i = this.parseTagName();
2750
+ if (this.bumpSpace(), this.bumpIf("/>"))
2751
+ return {
2752
+ val: {
2753
+ type: w.literal,
2754
+ value: "<".concat(i, "/>"),
2755
+ location: v(r, this.clonePosition())
2756
+ },
2757
+ err: null
2758
+ };
2759
+ if (this.bumpIf(">")) {
2760
+ var s = this.parseMessage(t + 1, n, !0);
2761
+ if (s.err)
2762
+ return s;
2763
+ var u = s.val, l = this.clonePosition();
2764
+ if (this.bumpIf("</")) {
2765
+ if (this.isEOF() || !Je(this.char()))
2766
+ return this.error(y.INVALID_TAG, v(l, this.clonePosition()));
2767
+ var h = this.clonePosition(), a = this.parseTagName();
2768
+ return i !== a ? this.error(y.UNMATCHED_CLOSING_TAG, v(h, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
2769
+ val: {
2770
+ type: w.tag,
2771
+ value: i,
2772
+ children: u,
2773
+ location: v(r, this.clonePosition())
2774
+ },
2775
+ err: null
2776
+ } : this.error(y.INVALID_TAG, v(l, this.clonePosition())));
2777
+ } else
2778
+ return this.error(y.UNCLOSED_TAG, v(r, this.clonePosition()));
2779
+ } else
2780
+ return this.error(y.INVALID_TAG, v(r, this.clonePosition()));
2781
+ }, e.prototype.parseTagName = function() {
2782
+ var t = this.offset();
2783
+ for (this.bump(); !this.isEOF() && Gr(this.char()); )
2784
+ this.bump();
2785
+ return this.message.slice(t, this.offset());
2786
+ }, e.prototype.parseLiteral = function(t, n) {
2787
+ for (var r = this.clonePosition(), i = ""; ; ) {
2788
+ var s = this.tryParseQuote(n);
2789
+ if (s) {
2790
+ i += s;
2791
+ continue;
2792
+ }
2793
+ var u = this.tryParseUnquoted(t, n);
2794
+ if (u) {
2795
+ i += u;
2796
+ continue;
2797
+ }
2798
+ var l = this.tryParseLeftAngleBracket();
2799
+ if (l) {
2800
+ i += l;
2801
+ continue;
2802
+ }
2803
+ break;
2804
+ }
2805
+ var h = v(r, this.clonePosition());
2806
+ return {
2807
+ val: { type: w.literal, value: i, location: h },
2808
+ err: null
2809
+ };
2810
+ }, e.prototype.tryParseLeftAngleBracket = function() {
2811
+ return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
2812
+ !Ur(this.peek() || 0)) ? (this.bump(), "<") : null;
2813
+ }, e.prototype.tryParseQuote = function(t) {
2814
+ if (this.isEOF() || this.char() !== 39)
2815
+ return null;
2816
+ switch (this.peek()) {
2817
+ case 39:
2818
+ return this.bump(), this.bump(), "'";
2819
+ case 123:
2820
+ case 60:
2821
+ case 62:
2822
+ case 125:
2823
+ break;
2824
+ case 35:
2825
+ if (t === "plural" || t === "selectordinal")
2826
+ break;
2827
+ return null;
2828
+ default:
2829
+ return null;
2830
+ }
2831
+ this.bump();
2832
+ var n = [this.char()];
2833
+ for (this.bump(); !this.isEOF(); ) {
2834
+ var r = this.char();
2835
+ if (r === 39)
2836
+ if (this.peek() === 39)
2837
+ n.push(39), this.bump();
2838
+ else {
2839
+ this.bump();
2840
+ break;
2841
+ }
2842
+ else
2843
+ n.push(r);
2844
+ this.bump();
2845
+ }
2846
+ return qe.apply(void 0, n);
2847
+ }, e.prototype.tryParseUnquoted = function(t, n) {
2848
+ if (this.isEOF())
2849
+ return null;
2850
+ var r = this.char();
2851
+ return r === 60 || r === 123 || r === 35 && (n === "plural" || n === "selectordinal") || r === 125 && t > 0 ? null : (this.bump(), qe(r));
2852
+ }, e.prototype.parseArgument = function(t, n) {
2853
+ var r = this.clonePosition();
2854
+ if (this.bump(), this.bumpSpace(), this.isEOF())
2855
+ return this.error(y.EXPECT_ARGUMENT_CLOSING_BRACE, v(r, this.clonePosition()));
2856
+ if (this.char() === 125)
2857
+ return this.bump(), this.error(y.EMPTY_ARGUMENT, v(r, this.clonePosition()));
2858
+ var i = this.parseIdentifierIfPossible().value;
2859
+ if (!i)
2860
+ return this.error(y.MALFORMED_ARGUMENT, v(r, this.clonePosition()));
2861
+ if (this.bumpSpace(), this.isEOF())
2862
+ return this.error(y.EXPECT_ARGUMENT_CLOSING_BRACE, v(r, this.clonePosition()));
2863
+ switch (this.char()) {
2864
+ case 125:
2865
+ return this.bump(), {
2866
+ val: {
2867
+ type: w.argument,
2868
+ // value does not include the opening and closing braces.
2869
+ value: i,
2870
+ location: v(r, this.clonePosition())
2871
+ },
2872
+ err: null
2873
+ };
2874
+ case 44:
2875
+ return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(y.EXPECT_ARGUMENT_CLOSING_BRACE, v(r, this.clonePosition())) : this.parseArgumentOptions(t, n, i, r);
2876
+ default:
2877
+ return this.error(y.MALFORMED_ARGUMENT, v(r, this.clonePosition()));
2878
+ }
2879
+ }, e.prototype.parseIdentifierIfPossible = function() {
2880
+ var t = this.clonePosition(), n = this.offset(), r = Qe(this.message, n), i = n + r.length;
2881
+ this.bumpTo(i);
2882
+ var s = this.clonePosition(), u = v(t, s);
2883
+ return { value: r, location: u };
2884
+ }, e.prototype.parseArgumentOptions = function(t, n, r, i) {
2885
+ var s, u = this.clonePosition(), l = this.parseIdentifierIfPossible().value, h = this.clonePosition();
2886
+ switch (l) {
2887
+ case "":
2888
+ return this.error(y.EXPECT_ARGUMENT_TYPE, v(u, h));
2889
+ case "number":
2890
+ case "date":
2891
+ case "time": {
2892
+ this.bumpSpace();
2893
+ var a = null;
2894
+ if (this.bumpIf(",")) {
2895
+ this.bumpSpace();
2896
+ var o = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
2897
+ if (c.err)
2898
+ return c;
2899
+ var f = kr(c.val);
2900
+ if (f.length === 0)
2901
+ return this.error(y.EXPECT_ARGUMENT_STYLE, v(this.clonePosition(), this.clonePosition()));
2902
+ var m = v(o, this.clonePosition());
2903
+ a = { style: f, styleLocation: m };
2904
+ }
2905
+ var g = this.tryParseArgumentClose(i);
2906
+ if (g.err)
2907
+ return g;
2908
+ var C = v(i, this.clonePosition());
2909
+ if (a && xt(a == null ? void 0 : a.style, "::", 0)) {
2910
+ var B = Ir(a.style.slice(2));
2911
+ if (l === "number") {
2912
+ var c = this.parseNumberSkeletonFromString(B, a.styleLocation);
2913
+ return c.err ? c : {
2914
+ val: { type: w.number, value: r, location: C, style: c.val },
2915
+ err: null
2916
+ };
2917
+ } else {
2918
+ if (B.length === 0)
2919
+ return this.error(y.EXPECT_DATE_TIME_SKELETON, C);
2920
+ var _ = B;
2921
+ this.locale && (_ = _r(B, this.locale));
2922
+ var f = {
2923
+ type: se.dateTime,
2924
+ pattern: _,
2925
+ location: a.styleLocation,
2926
+ parsedOptions: this.shouldParseSkeletons ? br(_) : {}
2927
+ }, H = l === "date" ? w.date : w.time;
2928
+ return {
2929
+ val: { type: H, value: r, location: C, style: f },
2930
+ err: null
2931
+ };
2932
+ }
2933
+ }
2934
+ return {
2935
+ val: {
2936
+ type: l === "number" ? w.number : l === "date" ? w.date : w.time,
2937
+ value: r,
2938
+ location: C,
2939
+ style: (s = a == null ? void 0 : a.style) !== null && s !== void 0 ? s : null
2940
+ },
2941
+ err: null
2942
+ };
2943
+ }
2944
+ case "plural":
2945
+ case "selectordinal":
2946
+ case "select": {
2947
+ var S = this.clonePosition();
2948
+ if (this.bumpSpace(), !this.bumpIf(","))
2949
+ return this.error(y.EXPECT_SELECT_ARGUMENT_OPTIONS, v(S, x({}, S)));
2950
+ this.bumpSpace();
2951
+ var A = this.parseIdentifierIfPossible(), R = 0;
2952
+ if (l !== "select" && A.value === "offset") {
2953
+ if (!this.bumpIf(":"))
2954
+ return this.error(y.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, v(this.clonePosition(), this.clonePosition()));
2955
+ this.bumpSpace();
2956
+ var c = this.tryParseDecimalInteger(y.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, y.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
2957
+ if (c.err)
2958
+ return c;
2959
+ this.bumpSpace(), A = this.parseIdentifierIfPossible(), R = c.val;
2960
+ }
2961
+ var P = this.tryParsePluralOrSelectOptions(t, l, n, A);
2962
+ if (P.err)
2963
+ return P;
2964
+ var g = this.tryParseArgumentClose(i);
2965
+ if (g.err)
2966
+ return g;
2967
+ var W = v(i, this.clonePosition());
2968
+ return l === "select" ? {
2969
+ val: {
2970
+ type: w.select,
2971
+ value: r,
2972
+ options: Et(P.val),
2973
+ location: W
2974
+ },
2975
+ err: null
2976
+ } : {
2977
+ val: {
2978
+ type: w.plural,
2979
+ value: r,
2980
+ options: Et(P.val),
2981
+ offset: R,
2982
+ pluralType: l === "plural" ? "cardinal" : "ordinal",
2983
+ location: W
2984
+ },
2985
+ err: null
2986
+ };
2987
+ }
2988
+ default:
2989
+ return this.error(y.INVALID_ARGUMENT_TYPE, v(u, h));
2990
+ }
2991
+ }, e.prototype.tryParseArgumentClose = function(t) {
2992
+ return this.isEOF() || this.char() !== 125 ? this.error(y.EXPECT_ARGUMENT_CLOSING_BRACE, v(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
2993
+ }, e.prototype.parseSimpleArgStyleIfPossible = function() {
2994
+ for (var t = 0, n = this.clonePosition(); !this.isEOF(); ) {
2995
+ var r = this.char();
2996
+ switch (r) {
2997
+ case 39: {
2998
+ this.bump();
2999
+ var i = this.clonePosition();
3000
+ if (!this.bumpUntil("'"))
3001
+ return this.error(y.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, v(i, this.clonePosition()));
3002
+ this.bump();
3003
+ break;
3004
+ }
3005
+ case 123: {
3006
+ t += 1, this.bump();
3007
+ break;
3008
+ }
3009
+ case 125: {
3010
+ if (t > 0)
3011
+ t -= 1;
3012
+ else
3013
+ return {
3014
+ val: this.message.slice(n.offset, this.offset()),
3015
+ err: null
3016
+ };
3017
+ break;
3018
+ }
3019
+ default:
3020
+ this.bump();
3021
+ break;
3022
+ }
3023
+ }
3024
+ return {
3025
+ val: this.message.slice(n.offset, this.offset()),
3026
+ err: null
3027
+ };
3028
+ }, e.prototype.parseNumberSkeletonFromString = function(t, n) {
3029
+ var r = [];
3030
+ try {
3031
+ r = yr(t);
3032
+ } catch (i) {
3033
+ return this.error(y.INVALID_NUMBER_SKELETON, n);
3034
+ }
3035
+ return {
3036
+ val: {
3037
+ type: se.number,
3038
+ tokens: r,
3039
+ location: n,
3040
+ parsedOptions: this.shouldParseSkeletons ? Cr(r) : {}
3041
+ },
3042
+ err: null
3043
+ };
3044
+ }, e.prototype.tryParsePluralOrSelectOptions = function(t, n, r, i) {
3045
+ for (var s, u = !1, l = [], h = /* @__PURE__ */ new Set(), a = i.value, o = i.location; ; ) {
3046
+ if (a.length === 0) {
3047
+ var c = this.clonePosition();
3048
+ if (n !== "select" && this.bumpIf("=")) {
3049
+ var f = this.tryParseDecimalInteger(y.EXPECT_PLURAL_ARGUMENT_SELECTOR, y.INVALID_PLURAL_ARGUMENT_SELECTOR);
3050
+ if (f.err)
3051
+ return f;
3052
+ o = v(c, this.clonePosition()), a = this.message.slice(c.offset, this.offset());
3053
+ } else
3054
+ break;
3055
+ }
3056
+ if (h.has(a))
3057
+ return this.error(n === "select" ? y.DUPLICATE_SELECT_ARGUMENT_SELECTOR : y.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, o);
3058
+ a === "other" && (u = !0), this.bumpSpace();
3059
+ var m = this.clonePosition();
3060
+ if (!this.bumpIf("{"))
3061
+ return this.error(n === "select" ? y.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : y.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, v(this.clonePosition(), this.clonePosition()));
3062
+ var g = this.parseMessage(t + 1, n, r);
3063
+ if (g.err)
3064
+ return g;
3065
+ var C = this.tryParseArgumentClose(m);
3066
+ if (C.err)
3067
+ return C;
3068
+ l.push([
3069
+ a,
3070
+ {
3071
+ value: g.val,
3072
+ location: v(m, this.clonePosition())
3073
+ }
3074
+ ]), h.add(a), this.bumpSpace(), s = this.parseIdentifierIfPossible(), a = s.value, o = s.location;
3075
+ }
3076
+ return l.length === 0 ? this.error(n === "select" ? y.EXPECT_SELECT_ARGUMENT_SELECTOR : y.EXPECT_PLURAL_ARGUMENT_SELECTOR, v(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !u ? this.error(y.MISSING_OTHER_CLAUSE, v(this.clonePosition(), this.clonePosition())) : { val: l, err: null };
3077
+ }, e.prototype.tryParseDecimalInteger = function(t, n) {
3078
+ var r = 1, i = this.clonePosition();
3079
+ this.bumpIf("+") || this.bumpIf("-") && (r = -1);
3080
+ for (var s = !1, u = 0; !this.isEOF(); ) {
3081
+ var l = this.char();
3082
+ if (l >= 48 && l <= 57)
3083
+ s = !0, u = u * 10 + (l - 48), this.bump();
3084
+ else
3085
+ break;
3086
+ }
3087
+ var h = v(i, this.clonePosition());
3088
+ return s ? (u *= r, Nr(u) ? { val: u, err: null } : this.error(n, h)) : this.error(t, h);
3089
+ }, e.prototype.offset = function() {
3090
+ return this.position.offset;
3091
+ }, e.prototype.isEOF = function() {
3092
+ return this.offset() === this.message.length;
3093
+ }, e.prototype.clonePosition = function() {
3094
+ return {
3095
+ offset: this.position.offset,
3096
+ line: this.position.line,
3097
+ column: this.position.column
3098
+ };
3099
+ }, e.prototype.char = function() {
3100
+ var t = this.position.offset;
3101
+ if (t >= this.message.length)
3102
+ throw Error("out of bound");
3103
+ var n = rn(this.message, t);
3104
+ if (n === void 0)
3105
+ throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
3106
+ return n;
3107
+ }, e.prototype.error = function(t, n) {
3108
+ return {
3109
+ val: null,
3110
+ err: {
3111
+ kind: t,
3112
+ message: this.message,
3113
+ location: n
3114
+ }
3115
+ };
3116
+ }, e.prototype.bump = function() {
3117
+ if (!this.isEOF()) {
3118
+ var t = this.char();
3119
+ 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);
3120
+ }
3121
+ }, e.prototype.bumpIf = function(t) {
3122
+ if (xt(this.message, t, this.offset())) {
3123
+ for (var n = 0; n < t.length; n++)
3124
+ this.bump();
3125
+ return !0;
3126
+ }
3127
+ return !1;
3128
+ }, e.prototype.bumpUntil = function(t) {
3129
+ var n = this.offset(), r = this.message.indexOf(t, n);
3130
+ return r >= 0 ? (this.bumpTo(r), !0) : (this.bumpTo(this.message.length), !1);
3131
+ }, e.prototype.bumpTo = function(t) {
3132
+ if (this.offset() > t)
3133
+ throw Error("targetOffset ".concat(t, " must be greater than or equal to the current offset ").concat(this.offset()));
3134
+ for (t = Math.min(t, this.message.length); ; ) {
3135
+ var n = this.offset();
3136
+ if (n === t)
3137
+ break;
3138
+ if (n > t)
3139
+ throw Error("targetOffset ".concat(t, " is at invalid UTF-16 code unit boundary"));
3140
+ if (this.bump(), this.isEOF())
3141
+ break;
3142
+ }
3143
+ }, e.prototype.bumpSpace = function() {
3144
+ for (; !this.isEOF() && an(this.char()); )
3145
+ this.bump();
3146
+ }, e.prototype.peek = function() {
3147
+ if (this.isEOF())
3148
+ return null;
3149
+ var t = this.char(), n = this.offset(), r = this.message.charCodeAt(n + (t >= 65536 ? 2 : 1));
3150
+ return r != null ? r : null;
3151
+ }, e;
3152
+ }()
3153
+ );
3154
+ function Je(e) {
3155
+ return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3156
+ }
3157
+ function Ur(e) {
3158
+ return Je(e) || e === 47;
3159
+ }
3160
+ function Gr(e) {
3161
+ return e === 45 || e === 46 || e >= 48 && e <= 57 || e === 95 || e >= 97 && e <= 122 || e >= 65 && e <= 90 || e == 183 || e >= 192 && e <= 214 || e >= 216 && e <= 246 || e >= 248 && e <= 893 || e >= 895 && e <= 8191 || e >= 8204 && e <= 8205 || e >= 8255 && e <= 8256 || e >= 8304 && e <= 8591 || e >= 11264 && e <= 12271 || e >= 12289 && e <= 55295 || e >= 63744 && e <= 64975 || e >= 65008 && e <= 65533 || e >= 65536 && e <= 983039;
3162
+ }
3163
+ function an(e) {
3164
+ return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3165
+ }
3166
+ function Dr(e) {
3167
+ return e >= 33 && e <= 35 || e === 36 || e >= 37 && e <= 39 || e === 40 || e === 41 || e === 42 || e === 43 || e === 44 || e === 45 || e >= 46 && e <= 47 || e >= 58 && e <= 59 || e >= 60 && e <= 62 || e >= 63 && e <= 64 || e === 91 || e === 92 || e === 93 || e === 94 || e === 96 || e === 123 || e === 124 || e === 125 || e === 126 || e === 161 || e >= 162 && e <= 165 || e === 166 || e === 167 || e === 169 || e === 171 || e === 172 || e === 174 || e === 176 || e === 177 || e === 182 || e === 187 || e === 191 || e === 215 || e === 247 || e >= 8208 && e <= 8213 || e >= 8214 && e <= 8215 || e === 8216 || e === 8217 || e === 8218 || e >= 8219 && e <= 8220 || e === 8221 || e === 8222 || e === 8223 || e >= 8224 && e <= 8231 || e >= 8240 && e <= 8248 || e === 8249 || e === 8250 || e >= 8251 && e <= 8254 || e >= 8257 && e <= 8259 || e === 8260 || e === 8261 || e === 8262 || e >= 8263 && e <= 8273 || e === 8274 || e === 8275 || e >= 8277 && e <= 8286 || e >= 8592 && e <= 8596 || e >= 8597 && e <= 8601 || e >= 8602 && e <= 8603 || e >= 8604 && e <= 8607 || e === 8608 || e >= 8609 && e <= 8610 || e === 8611 || e >= 8612 && e <= 8613 || e === 8614 || e >= 8615 && e <= 8621 || e === 8622 || e >= 8623 && e <= 8653 || e >= 8654 && e <= 8655 || e >= 8656 && e <= 8657 || e === 8658 || e === 8659 || e === 8660 || e >= 8661 && e <= 8691 || e >= 8692 && e <= 8959 || e >= 8960 && e <= 8967 || e === 8968 || e === 8969 || e === 8970 || e === 8971 || e >= 8972 && e <= 8991 || e >= 8992 && e <= 8993 || e >= 8994 && e <= 9e3 || e === 9001 || e === 9002 || e >= 9003 && e <= 9083 || e === 9084 || e >= 9085 && e <= 9114 || e >= 9115 && e <= 9139 || e >= 9140 && e <= 9179 || e >= 9180 && e <= 9185 || e >= 9186 && e <= 9254 || e >= 9255 && e <= 9279 || e >= 9280 && e <= 9290 || e >= 9291 && e <= 9311 || e >= 9472 && e <= 9654 || e === 9655 || e >= 9656 && e <= 9664 || e === 9665 || e >= 9666 && e <= 9719 || e >= 9720 && e <= 9727 || e >= 9728 && e <= 9838 || e === 9839 || e >= 9840 && e <= 10087 || e === 10088 || e === 10089 || e === 10090 || e === 10091 || e === 10092 || e === 10093 || e === 10094 || e === 10095 || e === 10096 || e === 10097 || e === 10098 || e === 10099 || e === 10100 || e === 10101 || e >= 10132 && e <= 10175 || e >= 10176 && e <= 10180 || e === 10181 || e === 10182 || e >= 10183 && e <= 10213 || e === 10214 || e === 10215 || e === 10216 || e === 10217 || e === 10218 || e === 10219 || e === 10220 || e === 10221 || e === 10222 || e === 10223 || e >= 10224 && e <= 10239 || e >= 10240 && e <= 10495 || e >= 10496 && e <= 10626 || e === 10627 || e === 10628 || e === 10629 || e === 10630 || e === 10631 || e === 10632 || e === 10633 || e === 10634 || e === 10635 || e === 10636 || e === 10637 || e === 10638 || e === 10639 || e === 10640 || e === 10641 || e === 10642 || e === 10643 || e === 10644 || e === 10645 || e === 10646 || e === 10647 || e === 10648 || e >= 10649 && e <= 10711 || e === 10712 || e === 10713 || e === 10714 || e === 10715 || e >= 10716 && e <= 10747 || e === 10748 || e === 10749 || e >= 10750 && e <= 11007 || e >= 11008 && e <= 11055 || e >= 11056 && e <= 11076 || e >= 11077 && e <= 11078 || e >= 11079 && e <= 11084 || e >= 11085 && e <= 11123 || e >= 11124 && e <= 11125 || e >= 11126 && e <= 11157 || e === 11158 || e >= 11159 && e <= 11263 || e >= 11776 && e <= 11777 || e === 11778 || e === 11779 || e === 11780 || e === 11781 || e >= 11782 && e <= 11784 || e === 11785 || e === 11786 || e === 11787 || e === 11788 || e === 11789 || e >= 11790 && e <= 11798 || e === 11799 || e >= 11800 && e <= 11801 || e === 11802 || e === 11803 || e === 11804 || e === 11805 || e >= 11806 && e <= 11807 || e === 11808 || e === 11809 || e === 11810 || e === 11811 || e === 11812 || e === 11813 || e === 11814 || e === 11815 || e === 11816 || e === 11817 || e >= 11818 && e <= 11822 || e === 11823 || e >= 11824 && e <= 11833 || e >= 11834 && e <= 11835 || e >= 11836 && e <= 11839 || e === 11840 || e === 11841 || e === 11842 || e >= 11843 && e <= 11855 || e >= 11856 && e <= 11857 || e === 11858 || e >= 11859 && e <= 11903 || e >= 12289 && e <= 12291 || e === 12296 || e === 12297 || e === 12298 || e === 12299 || e === 12300 || e === 12301 || e === 12302 || e === 12303 || e === 12304 || e === 12305 || e >= 12306 && e <= 12307 || e === 12308 || e === 12309 || e === 12310 || e === 12311 || e === 12312 || e === 12313 || e === 12314 || e === 12315 || e === 12316 || e === 12317 || e >= 12318 && e <= 12319 || e === 12320 || e === 12336 || e === 64830 || e === 64831 || e >= 65093 && e <= 65094;
3168
+ }
3169
+ function Ye(e) {
3170
+ e.forEach(function(t) {
3171
+ if (delete t.location, qt(t) || Qt(t))
3172
+ for (var n in t.options)
3173
+ delete t.options[n].location, Ye(t.options[n].value);
3174
+ else
3175
+ Zt(t) && Yt(t.style) || (Xt(t) || Wt(t)) && Xe(t.style) ? delete t.style.location : Jt(t) && Ye(t.children);
3176
+ });
3177
+ }
3178
+ function Fr(e, t) {
3179
+ t === void 0 && (t = {}), t = x({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3180
+ var n = new $r(e, t).parse();
3181
+ if (n.err) {
3182
+ var r = SyntaxError(y[n.err.kind]);
3183
+ throw r.location = n.err.location, r.originalMessage = n.err.message, r;
3184
+ }
3185
+ return t != null && t.captureLocation || Ye(n.val), n.val;
3186
+ }
3187
+ var ae;
3188
+ (function(e) {
3189
+ e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
3190
+ })(ae || (ae = {}));
3191
+ var Ae = (
3192
+ /** @class */
3193
+ function(e) {
3194
+ Re(t, e);
3195
+ function t(n, r, i) {
3196
+ var s = e.call(this, n) || this;
3197
+ return s.code = r, s.originalMessage = i, s;
3198
+ }
3199
+ return t.prototype.toString = function() {
3200
+ return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
3201
+ }, t;
3202
+ }(Error)
3203
+ ), _t = (
3204
+ /** @class */
3205
+ function(e) {
3206
+ Re(t, e);
3207
+ function t(n, r, i, s) {
3208
+ return e.call(this, 'Invalid values for "'.concat(n, '": "').concat(r, '". Options are "').concat(Object.keys(i).join('", "'), '"'), ae.INVALID_VALUE, s) || this;
3209
+ }
3210
+ return t;
3211
+ }(Ae)
3212
+ ), jr = (
3213
+ /** @class */
3214
+ function(e) {
3215
+ Re(t, e);
3216
+ function t(n, r, i) {
3217
+ return e.call(this, 'Value for "'.concat(n, '" must be of type ').concat(r), ae.INVALID_VALUE, i) || this;
3218
+ }
3219
+ return t;
3220
+ }(Ae)
3221
+ ), Vr = (
3222
+ /** @class */
3223
+ function(e) {
3224
+ Re(t, e);
3225
+ function t(n, r) {
3226
+ return e.call(this, 'The intl string context variable "'.concat(n, '" was not provided to the string "').concat(r, '"'), ae.MISSING_VALUE, r) || this;
3227
+ }
3228
+ return t;
3229
+ }(Ae)
3230
+ ), N;
3231
+ (function(e) {
3232
+ e[e.literal = 0] = "literal", e[e.object = 1] = "object";
3233
+ })(N || (N = {}));
3234
+ function zr(e) {
3235
+ return e.length < 2 ? e : e.reduce(function(t, n) {
3236
+ var r = t[t.length - 1];
3237
+ return !r || r.type !== N.literal || n.type !== N.literal ? t.push(n) : r.value += n.value, t;
3238
+ }, []);
3239
+ }
3240
+ function Zr(e) {
3241
+ return typeof e == "function";
3242
+ }
3243
+ function _e(e, t, n, r, i, s, u) {
3244
+ if (e.length === 1 && bt(e[0]))
3245
+ return [
3246
+ {
3247
+ type: N.literal,
3248
+ value: e[0].value
3249
+ }
3250
+ ];
3251
+ for (var l = [], h = 0, a = e; h < a.length; h++) {
3252
+ var o = a[h];
3253
+ if (bt(o)) {
3254
+ l.push({
3255
+ type: N.literal,
3256
+ value: o.value
3257
+ });
3258
+ continue;
3259
+ }
3260
+ if (dr(o)) {
3261
+ typeof s == "number" && l.push({
3262
+ type: N.literal,
3263
+ value: n.getNumberFormat(t).format(s)
3264
+ });
3265
+ continue;
3266
+ }
3267
+ var c = o.value;
3268
+ if (!(i && c in i))
3269
+ throw new Vr(c, u);
3270
+ var f = i[c];
3271
+ if (mr(o)) {
3272
+ (!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), l.push({
3273
+ type: typeof f == "string" ? N.literal : N.object,
3274
+ value: f
3275
+ });
3276
+ continue;
3277
+ }
3278
+ if (Xt(o)) {
3279
+ var m = typeof o.style == "string" ? r.date[o.style] : Xe(o.style) ? o.style.parsedOptions : void 0;
3280
+ l.push({
3281
+ type: N.literal,
3282
+ value: n.getDateTimeFormat(t, m).format(f)
3283
+ });
3284
+ continue;
3285
+ }
3286
+ if (Wt(o)) {
3287
+ var m = typeof o.style == "string" ? r.time[o.style] : Xe(o.style) ? o.style.parsedOptions : r.time.medium;
3288
+ l.push({
3289
+ type: N.literal,
3290
+ value: n.getDateTimeFormat(t, m).format(f)
3291
+ });
3292
+ continue;
3293
+ }
3294
+ if (Zt(o)) {
3295
+ var m = typeof o.style == "string" ? r.number[o.style] : Yt(o.style) ? o.style.parsedOptions : void 0;
3296
+ m && m.scale && (f = f * (m.scale || 1)), l.push({
3297
+ type: N.literal,
3298
+ value: n.getNumberFormat(t, m).format(f)
3299
+ });
3300
+ continue;
3301
+ }
3302
+ if (Jt(o)) {
3303
+ var g = o.children, C = o.value, B = i[C];
3304
+ if (!Zr(B))
3305
+ throw new jr(C, "function", u);
3306
+ var _ = _e(g, t, n, r, i, s), H = B(_.map(function(R) {
3307
+ return R.value;
3308
+ }));
3309
+ Array.isArray(H) || (H = [H]), l.push.apply(l, H.map(function(R) {
3310
+ return {
3311
+ type: typeof R == "string" ? N.literal : N.object,
3312
+ value: R
3313
+ };
3314
+ }));
3315
+ }
3316
+ if (qt(o)) {
3317
+ var S = o.options[f] || o.options.other;
3318
+ if (!S)
3319
+ throw new _t(o.value, f, Object.keys(o.options), u);
3320
+ l.push.apply(l, _e(S.value, t, n, r, i));
3321
+ continue;
3322
+ }
3323
+ if (Qt(o)) {
3324
+ var S = o.options["=".concat(f)];
3325
+ if (!S) {
3326
+ if (!Intl.PluralRules)
3327
+ throw new Ae(`Intl.PluralRules is not available in this environment.
3328
+ Try polyfilling it using "@formatjs/intl-pluralrules"
3329
+ `, ae.MISSING_INTL_API, u);
3330
+ var A = n.getPluralRules(t, { type: o.pluralType }).select(f - (o.offset || 0));
3331
+ S = o.options[A] || o.options.other;
3332
+ }
3333
+ if (!S)
3334
+ throw new _t(o.value, f, Object.keys(o.options), u);
3335
+ l.push.apply(l, _e(S.value, t, n, r, i, f - (o.offset || 0)));
3336
+ continue;
3337
+ }
3338
+ }
3339
+ return zr(l);
3340
+ }
3341
+ function Xr(e, t) {
3342
+ return t ? x(x(x({}, e || {}), t || {}), Object.keys(e).reduce(function(n, r) {
3343
+ return n[r] = x(x({}, e[r]), t[r] || {}), n;
3344
+ }, {})) : e;
3345
+ }
3346
+ function Wr(e, t) {
3347
+ return t ? Object.keys(e).reduce(function(n, r) {
3348
+ return n[r] = Xr(e[r], t[r]), n;
3349
+ }, x({}, e)) : e;
3350
+ }
3351
+ function De(e) {
3352
+ return {
3353
+ create: function() {
3354
+ return {
3355
+ get: function(t) {
3356
+ return e[t];
3357
+ },
3358
+ set: function(t, n) {
3359
+ e[t] = n;
3360
+ }
3361
+ };
3362
+ }
3363
+ };
3364
+ }
3365
+ function qr(e) {
3366
+ return e === void 0 && (e = {
3367
+ number: {},
3368
+ dateTime: {},
3369
+ pluralRules: {}
3370
+ }), {
3371
+ getNumberFormat: $e(function() {
3372
+ for (var t, n = [], r = 0; r < arguments.length; r++)
3373
+ n[r] = arguments[r];
3374
+ return new ((t = Intl.NumberFormat).bind.apply(t, ke([void 0], n, !1)))();
3375
+ }, {
3376
+ cache: De(e.number),
3377
+ strategy: Ue.variadic
3378
+ }),
3379
+ getDateTimeFormat: $e(function() {
3380
+ for (var t, n = [], r = 0; r < arguments.length; r++)
3381
+ n[r] = arguments[r];
3382
+ return new ((t = Intl.DateTimeFormat).bind.apply(t, ke([void 0], n, !1)))();
3383
+ }, {
3384
+ cache: De(e.dateTime),
3385
+ strategy: Ue.variadic
3386
+ }),
3387
+ getPluralRules: $e(function() {
3388
+ for (var t, n = [], r = 0; r < arguments.length; r++)
3389
+ n[r] = arguments[r];
3390
+ return new ((t = Intl.PluralRules).bind.apply(t, ke([void 0], n, !1)))();
3391
+ }, {
3392
+ cache: De(e.pluralRules),
3393
+ strategy: Ue.variadic
3394
+ })
3395
+ };
3396
+ }
3397
+ var Qr = (
3398
+ /** @class */
3399
+ function() {
3400
+ function e(t, n, r, i) {
3401
+ n === void 0 && (n = e.defaultLocale);
3402
+ var s = this;
3403
+ if (this.formatterCache = {
3404
+ number: {},
3405
+ dateTime: {},
3406
+ pluralRules: {}
3407
+ }, this.format = function(h) {
3408
+ var a = s.formatToParts(h);
3409
+ if (a.length === 1)
3410
+ return a[0].value;
3411
+ var o = a.reduce(function(c, f) {
3412
+ return !c.length || f.type !== N.literal || typeof c[c.length - 1] != "string" ? c.push(f.value) : c[c.length - 1] += f.value, c;
3413
+ }, []);
3414
+ return o.length <= 1 ? o[0] || "" : o;
3415
+ }, this.formatToParts = function(h) {
3416
+ return _e(s.ast, s.locales, s.formatters, s.formats, h, void 0, s.message);
3417
+ }, this.resolvedOptions = function() {
3418
+ var h;
3419
+ return {
3420
+ locale: ((h = s.resolvedLocale) === null || h === void 0 ? void 0 : h.toString()) || Intl.NumberFormat.supportedLocalesOf(s.locales)[0]
3421
+ };
3422
+ }, this.getAst = function() {
3423
+ return s.ast;
3424
+ }, this.locales = n, this.resolvedLocale = e.resolveLocale(n), typeof t == "string") {
3425
+ if (this.message = t, !e.__parse)
3426
+ throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
3427
+ var u = i || {};
3428
+ u.formatters;
3429
+ var l = ar(u, ["formatters"]);
3430
+ this.ast = e.__parse(t, x(x({}, l), { locale: this.resolvedLocale }));
3431
+ } else
3432
+ this.ast = t;
3433
+ if (!Array.isArray(this.ast))
3434
+ throw new TypeError("A message must be provided as a String or AST.");
3435
+ this.formats = Wr(e.formats, r), this.formatters = i && i.formatters || qr(this.formatterCache);
3436
+ }
3437
+ return Object.defineProperty(e, "defaultLocale", {
3438
+ get: function() {
3439
+ return e.memoizedDefaultLocale || (e.memoizedDefaultLocale = new Intl.NumberFormat().resolvedOptions().locale), e.memoizedDefaultLocale;
3440
+ },
3441
+ enumerable: !1,
3442
+ configurable: !0
3443
+ }), e.memoizedDefaultLocale = null, e.resolveLocale = function(t) {
3444
+ if (typeof Intl.Locale != "undefined") {
3445
+ var n = Intl.NumberFormat.supportedLocalesOf(t);
3446
+ return n.length > 0 ? new Intl.Locale(n[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
3447
+ }
3448
+ }, e.__parse = Fr, e.formats = {
3449
+ number: {
3450
+ integer: {
3451
+ maximumFractionDigits: 0
3452
+ },
3453
+ currency: {
3454
+ style: "currency"
3455
+ },
3456
+ percent: {
3457
+ style: "percent"
3458
+ }
3459
+ },
3460
+ date: {
3461
+ short: {
3462
+ month: "numeric",
3463
+ day: "numeric",
3464
+ year: "2-digit"
3465
+ },
3466
+ medium: {
3467
+ month: "short",
3468
+ day: "numeric",
3469
+ year: "numeric"
3470
+ },
3471
+ long: {
3472
+ month: "long",
3473
+ day: "numeric",
3474
+ year: "numeric"
3475
+ },
3476
+ full: {
3477
+ weekday: "long",
3478
+ month: "long",
3479
+ day: "numeric",
3480
+ year: "numeric"
3481
+ }
3482
+ },
3483
+ time: {
3484
+ short: {
3485
+ hour: "numeric",
3486
+ minute: "numeric"
3487
+ },
3488
+ medium: {
3489
+ hour: "numeric",
3490
+ minute: "numeric",
3491
+ second: "numeric"
3492
+ },
3493
+ long: {
3494
+ hour: "numeric",
3495
+ minute: "numeric",
3496
+ second: "numeric",
3497
+ timeZoneName: "short"
3498
+ },
3499
+ full: {
3500
+ hour: "numeric",
3501
+ minute: "numeric",
3502
+ second: "numeric",
3503
+ timeZoneName: "short"
3504
+ }
3505
+ }
3506
+ }, e;
3507
+ }()
3508
+ );
3509
+ function Jr(e, t) {
3510
+ if (t == null)
3511
+ return;
3512
+ if (t in e)
3513
+ return e[t];
3514
+ const n = t.split(".");
3515
+ let r = e;
3516
+ for (let i = 0; i < n.length; i++)
3517
+ if (typeof r == "object") {
3518
+ if (i > 0) {
3519
+ const s = n.slice(i, n.length).join(".");
3520
+ if (s in r) {
3521
+ r = r[s];
3522
+ break;
3523
+ }
3524
+ }
3525
+ r = r[n[i]];
3526
+ } else
3527
+ r = void 0;
3528
+ return r;
3529
+ }
3530
+ const Q = {}, Yr = (e, t, n) => n && (t in Q || (Q[t] = {}), e in Q[t] || (Q[t][e] = n), n), on = (e, t) => {
3531
+ if (t == null)
3532
+ return;
3533
+ if (t in Q && e in Q[t])
3534
+ return Q[t][e];
3535
+ const n = Le(t);
3536
+ for (let r = 0; r < n.length; r++) {
3537
+ const i = n[r], s = ei(i, e);
3538
+ if (s)
3539
+ return Yr(e, t, s);
3540
+ }
3541
+ };
3542
+ let it;
3543
+ const he = Me({});
3544
+ function Kr(e) {
3545
+ return it[e] || null;
3546
+ }
3547
+ function un(e) {
3548
+ return e in it;
3549
+ }
3550
+ function ei(e, t) {
3551
+ if (!un(e))
3552
+ return null;
3553
+ const n = Kr(e);
3554
+ return Jr(n, t);
3555
+ }
3556
+ function ti(e) {
3557
+ if (e == null)
3558
+ return;
3559
+ const t = Le(e);
3560
+ for (let n = 0; n < t.length; n++) {
3561
+ const r = t[n];
3562
+ if (un(r))
3563
+ return r;
3564
+ }
3565
+ }
3566
+ function ln(e, ...t) {
3567
+ delete Q[e], he.update((n) => (n[e] = sr.all([n[e] || {}, ...t]), n));
3568
+ }
3569
+ le(
3570
+ [he],
3571
+ ([e]) => Object.keys(e)
3572
+ );
3573
+ he.subscribe((e) => it = e);
3574
+ const Te = {};
3575
+ function ni(e, t) {
3576
+ Te[e].delete(t), Te[e].size === 0 && delete Te[e];
3577
+ }
3578
+ function hn(e) {
3579
+ return Te[e];
3580
+ }
3581
+ function ri(e) {
3582
+ return Le(e).map((t) => {
3583
+ const n = hn(t);
3584
+ return [t, n ? [...n] : []];
3585
+ }).filter(([, t]) => t.length > 0);
3586
+ }
3587
+ function Ke(e) {
3588
+ return e == null ? !1 : Le(e).some(
3589
+ (t) => {
3590
+ var n;
3591
+ return (n = hn(t)) == null ? void 0 : n.size;
3592
+ }
3593
+ );
3594
+ }
3595
+ function ii(e, t) {
3596
+ return Promise.all(
3597
+ t.map((r) => (ni(e, r), r().then((i) => i.default || i)))
3598
+ ).then((r) => ln(e, ...r));
3599
+ }
3600
+ const me = {};
3601
+ function cn(e) {
3602
+ if (!Ke(e))
3603
+ return e in me ? me[e] : Promise.resolve();
3604
+ const t = ri(e);
3605
+ return me[e] = Promise.all(
3606
+ t.map(
3607
+ ([n, r]) => ii(n, r)
3608
+ )
3609
+ ).then(() => {
3610
+ if (Ke(e))
3611
+ return cn(e);
3612
+ delete me[e];
3613
+ }), me[e];
3614
+ }
3615
+ const si = {
3616
+ number: {
3617
+ scientific: { notation: "scientific" },
3618
+ engineering: { notation: "engineering" },
3619
+ compactLong: { notation: "compact", compactDisplay: "long" },
3620
+ compactShort: { notation: "compact", compactDisplay: "short" }
3621
+ },
3622
+ date: {
3623
+ short: { month: "numeric", day: "numeric", year: "2-digit" },
3624
+ medium: { month: "short", day: "numeric", year: "numeric" },
3625
+ long: { month: "long", day: "numeric", year: "numeric" },
3626
+ full: { weekday: "long", month: "long", day: "numeric", year: "numeric" }
3627
+ },
3628
+ time: {
3629
+ short: { hour: "numeric", minute: "numeric" },
3630
+ medium: { hour: "numeric", minute: "numeric", second: "numeric" },
3631
+ long: {
3632
+ hour: "numeric",
3633
+ minute: "numeric",
3634
+ second: "numeric",
3635
+ timeZoneName: "short"
3636
+ },
3637
+ full: {
3638
+ hour: "numeric",
3639
+ minute: "numeric",
3640
+ second: "numeric",
3641
+ timeZoneName: "short"
3642
+ }
3643
+ }
3644
+ }, ai = {
3645
+ fallbackLocale: null,
3646
+ loadingDelay: 200,
3647
+ formats: si,
3648
+ warnOnMissingMessages: !0,
3649
+ handleMissingMessage: void 0,
3650
+ ignoreTag: !0
3651
+ }, oi = ai;
3652
+ function oe() {
3653
+ return oi;
3654
+ }
3655
+ const Fe = Me(!1);
3656
+ var ui = Object.defineProperty, li = Object.defineProperties, hi = Object.getOwnPropertyDescriptors, Tt = Object.getOwnPropertySymbols, ci = Object.prototype.hasOwnProperty, fi = Object.prototype.propertyIsEnumerable, wt = (e, t, n) => t in e ? ui(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, mi = (e, t) => {
3657
+ for (var n in t || (t = {}))
3658
+ ci.call(t, n) && wt(e, n, t[n]);
3659
+ if (Tt)
3660
+ for (var n of Tt(t))
3661
+ fi.call(t, n) && wt(e, n, t[n]);
3662
+ return e;
3663
+ }, di = (e, t) => li(e, hi(t));
3664
+ let et;
3665
+ const Be = Me(null);
3666
+ function Bt(e) {
3667
+ return e.split("-").map((t, n, r) => r.slice(0, n + 1).join("-")).reverse();
3668
+ }
3669
+ function Le(e, t = oe().fallbackLocale) {
3670
+ const n = Bt(e);
3671
+ return t ? [.../* @__PURE__ */ new Set([...n, ...Bt(t)])] : n;
3672
+ }
3673
+ function K() {
3674
+ return et != null ? et : void 0;
3675
+ }
3676
+ Be.subscribe((e) => {
3677
+ et = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
3678
+ });
3679
+ const pi = (e) => {
3680
+ if (e && ti(e) && Ke(e)) {
3681
+ const { loadingDelay: t } = oe();
3682
+ let n;
3683
+ return typeof window != "undefined" && K() != null && t ? n = window.setTimeout(
3684
+ () => Fe.set(!0),
3685
+ t
3686
+ ) : Fe.set(!0), cn(e).then(() => {
3687
+ Be.set(e);
3688
+ }).finally(() => {
3689
+ clearTimeout(n), Fe.set(!1);
3690
+ });
3691
+ }
3692
+ return Be.set(e);
3693
+ }, Y = di(mi({}, Be), {
3694
+ set: pi
3695
+ }), Oe = (e) => {
3696
+ const t = /* @__PURE__ */ Object.create(null);
3697
+ return (r) => {
3698
+ const i = JSON.stringify(r);
3699
+ return i in t ? t[i] : t[i] = e(r);
3700
+ };
3701
+ };
3702
+ var bi = Object.defineProperty, Se = Object.getOwnPropertySymbols, fn = Object.prototype.hasOwnProperty, mn = Object.prototype.propertyIsEnumerable, St = (e, t, n) => t in e ? bi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, st = (e, t) => {
3703
+ for (var n in t || (t = {}))
3704
+ fn.call(t, n) && St(e, n, t[n]);
3705
+ if (Se)
3706
+ for (var n of Se(t))
3707
+ mn.call(t, n) && St(e, n, t[n]);
3708
+ return e;
3709
+ }, ce = (e, t) => {
3710
+ var n = {};
3711
+ for (var r in e)
3712
+ fn.call(e, r) && t.indexOf(r) < 0 && (n[r] = e[r]);
3713
+ if (e != null && Se)
3714
+ for (var r of Se(e))
3715
+ t.indexOf(r) < 0 && mn.call(e, r) && (n[r] = e[r]);
3716
+ return n;
3717
+ };
3718
+ const ge = (e, t) => {
3719
+ const { formats: n } = oe();
3720
+ if (e in n && t in n[e])
3721
+ return n[e][t];
3722
+ throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
3723
+ }, gi = Oe(
3724
+ (e) => {
3725
+ var t = e, { locale: n, format: r } = t, i = ce(t, ["locale", "format"]);
3726
+ if (n == null)
3727
+ throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
3728
+ return r && (i = ge("number", r)), new Intl.NumberFormat(n, i);
3729
+ }
3730
+ ), yi = Oe(
3731
+ (e) => {
3732
+ var t = e, { locale: n, format: r } = t, i = ce(t, ["locale", "format"]);
3733
+ if (n == null)
3734
+ throw new Error('[svelte-i18n] A "locale" must be set to format dates');
3735
+ return r ? i = ge("date", r) : Object.keys(i).length === 0 && (i = ge("date", "short")), new Intl.DateTimeFormat(n, i);
3736
+ }
3737
+ ), vi = Oe(
3738
+ (e) => {
3739
+ var t = e, { locale: n, format: r } = t, i = ce(t, ["locale", "format"]);
3740
+ if (n == null)
3741
+ throw new Error(
3742
+ '[svelte-i18n] A "locale" must be set to format time values'
3743
+ );
3744
+ return r ? i = ge("time", r) : Object.keys(i).length === 0 && (i = ge("time", "short")), new Intl.DateTimeFormat(n, i);
3745
+ }
3746
+ ), xi = (e = {}) => {
3747
+ var t = e, {
3748
+ locale: n = K()
3749
+ } = t, r = ce(t, [
3750
+ "locale"
3751
+ ]);
3752
+ return gi(st({ locale: n }, r));
3753
+ }, Ei = (e = {}) => {
3754
+ var t = e, {
3755
+ locale: n = K()
3756
+ } = t, r = ce(t, [
3757
+ "locale"
3758
+ ]);
3759
+ return yi(st({ locale: n }, r));
3760
+ }, Ci = (e = {}) => {
3761
+ var t = e, {
3762
+ locale: n = K()
3763
+ } = t, r = ce(t, [
3764
+ "locale"
3765
+ ]);
3766
+ return vi(st({ locale: n }, r));
3767
+ }, _i = Oe(
3768
+ // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
3769
+ (e, t = K()) => new Qr(e, t, oe().formats, {
3770
+ ignoreTag: oe().ignoreTag
3771
+ })
3772
+ ), Ti = (e, t = {}) => {
3773
+ var n, r, i, s;
3774
+ let u = t;
3775
+ typeof e == "object" && (u = e, e = u.id);
3776
+ const {
3777
+ values: l,
3778
+ locale: h = K(),
3779
+ default: a
3780
+ } = u;
3781
+ if (h == null)
3782
+ throw new Error(
3783
+ "[svelte-i18n] Cannot format a message without first setting the initial locale."
3784
+ );
3785
+ let o = on(e, h);
3786
+ if (!o)
3787
+ o = (s = (i = (r = (n = oe()).handleMissingMessage) == null ? void 0 : r.call(n, { locale: h, id: e, defaultValue: a })) != null ? i : a) != null ? s : e;
3788
+ else if (typeof o != "string")
3789
+ return console.warn(
3790
+ `[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof o}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
3791
+ ), o;
3792
+ if (!l)
3793
+ return o;
3794
+ let c = o;
3795
+ try {
3796
+ c = _i(o, h).format(l);
3797
+ } catch (f) {
3798
+ f instanceof Error && console.warn(
3799
+ `[svelte-i18n] Message "${e}" has syntax error:`,
3800
+ f.message
3801
+ );
3802
+ }
3803
+ return c;
3804
+ }, wi = (e, t) => Ci(t).format(e), Bi = (e, t) => Ei(t).format(e), Si = (e, t) => xi(t).format(e), Hi = (e, t = K()) => on(e, t), Mi = le([Y, he], () => Ti);
3805
+ le([Y], () => wi);
3806
+ le([Y], () => Bi);
3807
+ le([Y], () => Si);
3808
+ le([Y, he], () => Hi);
3809
+ function Ri({ withLocale: e, translations: t }) {
3810
+ Y.subscribe((n) => {
3811
+ n == null && (he.set(t), Y.set(e));
3812
+ });
3813
+ }
3814
+ function Ht(e, t) {
3815
+ ln(e, t);
3816
+ }
3817
+ function Ai(e) {
3818
+ Y.set(e);
3819
+ }
3820
+ const Mt = {
3821
+ en: {
3822
+ scoreCriteriaType: {
3823
+ 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.",
3824
+ mostRounds: "The score criteria for this tournament is <b>Most Rounds</b>. For every played round player will get 1 point. The player who will have the biggest number of played rounds / placed bets will have the highest score and rank.",
3825
+ winStateRatio: "The score criteria for this tournament is <b>Win/State Ratio</b>. The score will be calculated as a sum of win/stake ratios for qualified rounds and bets. The player who got the highest score will win the tournament.",
3826
+ maxWinStateRatio: "The score criteria for this tournament is <b>Max Win/State Ratio</b>. The player who got the biggest win by placing the smallest bet will win the tournament (bet = 10 EUR, win = 5000 EUR, the score will be 500). Only higher ratio will update the player's score."
3827
+ },
3828
+ miniBetCount: "Minimum bet count: {betCount}. To be qualified for prizes, the player has to play at least {betCount} rounds, otherwise the prize won’t be granted.",
3829
+ timePeriod: "The tournament start {startTime} and ends {endTime}",
3830
+ terms: 'See <a href="{tcUrl}" target="_blank">Terms & Conditions.</>',
3831
+ productNoLimitsBet: "For {productName}, there are no minimum and maximum bet limits set.",
3832
+ casinoRuleMinMaxBet: "Min bet{minBet}, Max bet{maxBet}",
3833
+ unlimited: "Unlimited",
3834
+ forCasino: "For Casino Games",
3835
+ forSportsbook: "For Sportsbook",
3836
+ sportsRuleMinMaxBet: "Min bet{sportMinBet}, Max bet{sportMaxBet}",
3837
+ sportsRuleMinMaxOdds: "Min Odds{sportMinOdds}, Max Odds{sportMaxOdds}",
3838
+ matchTyppePre: "Prelive Sports bets",
3839
+ matchTypeLive: "Live Sports bets",
3840
+ matchTypePreAndLive: "Prelive and Live Sport bets",
3841
+ betTypeSingle: "Single bet",
3842
+ betTypeMultiple: "Multiple bet",
3843
+ betTypeSystem: "System bet",
3844
+ typeOfSelection: "Type of selection",
3845
+ numberOfSelection: "Number of selections",
3846
+ oddsPerSelection: "Odds per selections",
3847
+ betBuilderOnly: "Bet Builder Only",
3848
+ bankerOnly: "Banker Only",
3849
+ typeOfSelectionAny: "Any",
3850
+ notBuilderOnly: "Not Builder Only",
3851
+ notBankerOnly: "Not Banker Only"
3852
+ },
3853
+ tr: {
3854
+ scoreCriteriaType: {
3855
+ stake: "Bu turnuvanın puan kriteri <b>Ciro</b>'dur. Oluşturulan her X için (X= oyuncunun para biriminde veya temel para birimindeki eşdeğerinde oynanan bahis miktarı) oyuncu 1 puan alacaktır. En fazla ciroya sahip olan oyuncu en yüksek puana ve sıralamaya sahip olacaktır.",
3856
+ mostRounds: "Bu turnuvanın puan kriteri <b>En Çok Tur</b>'dur. Oynanan her tur için oyuncu 1 puan alacaktır. En fazla oynanan tur/bahis sayısına sahip olan oyuncu, en yüksek puana ve sıralamaya sahip olacaktır.",
3857
+ winStateRatio: "Bu turnuvanın puan kriteri <b>Galibiyet/Durum Oranı</b>'dır. Puan, nitelikli turlar ve bahisler için kazanma/bahis oranlarının toplamı olarak hesaplanacaktır. En yüksek puanı alan oyuncu turnuvayı kazanacak.",
3858
+ maxWinStateRatio: "Bu turnuvanın puan kriteri <b>Maksimum Galibiyet/Durum Oranı</b>'dır. En küçük bahsi koyarak en büyük kazancı elde eden oyuncu turnuvayı kazanacaktır (bahis = 10 EUR, galibiyet = 5000 EUR, skor 500 olacaktır). Yalnızca daha yüksek oran oyuncunun puanını güncelleyecektir."
3859
+ },
3860
+ miniBetCount: "Minimum bahis sayısı: {betCount}. Ödüllere hak kazanmak için oyuncunun en az {betCount} tur oynaması gerekir, aksi takdirde ödül verilmeyecektir.",
3861
+ timePeriod: "Turnuva {startTime} tarihinde başlar ve {endTime} tarihinde sona erer",
3862
+ terms: '<a href={tcUrl}"" target=""_blank"">Şartlar ve Koşullar</>""a bakın.',
3863
+ productNoLimitsBet: "{productName} için belirlenmiş minimum ve maksimum bahis limiti yoktur.",
3864
+ productMinMaxBet: "{productName} için kabul edilen minimum bahis {minBet} ve kabul edilen maksimum bahis {maxBet}'tir.",
3865
+ productMinBet: "{productName} için kabul edilen minimum bahis miktarı {minBet}'tir.",
3866
+ productMaxBet: "{productName} için kabul edilen maksimum bahis miktarı {maxBet}'tir."
3867
+ },
3868
+ el: {
3869
+ scoreCriteriaType: {
3870
+ 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.",
3871
+ mostRounds: "EL-The score criteria for this tournament is <b>Most Rounds</b>. For every played round player will get 1 point. The player who will have the biggest number of played rounds / placed bets will have the highest score and rank.",
3872
+ winStateRatio: "The score criteria for this tournament is <b>Win/State Ratio</b>. The score will be calculated as a sum of win/stake ratios for qualified rounds and bets. The player who got the highest score will win the tournament.",
3873
+ maxWinStateRatio: "The score criteria for this tournament is <b>Max Win/State Ratio</b>. The player who got the biggest win by placing the smallest bet will win the tournament (bet = 10 EUR, win = 5000 EUR, the score will be 500). Only higher ratio will update the player's score."
3874
+ },
3875
+ miniBetCount: "Minimum bet count: {betCount}. To be qualified for prizes, the player has to play at least {betCount} rounds, otherwise the prize won’t be granted.",
3876
+ timePeriod: "The tournament start {startTime} and ends {endTime}",
3877
+ terms: 'See <a href="{tcUrl}" target="_blank">Terms & Conditions.</>',
3878
+ productNoLimitsBet: "For {productName}, there are no minimum and maximum bet limits set.",
3879
+ productMinMaxBet: "For {productName}, the minimum accepted bet is {minBet} and maximum accepted bet is {maxBet}.",
3880
+ productMinBet: "For {productName}, the minimum bet amount accepted is {minBet}.",
3881
+ productMaxBet: "For {productName}, the maximum bet amount accepted is {maxBet}."
3882
+ },
3883
+ hu: {
3884
+ scoreCriteriaType: {
3885
+ stake: "A verseny pontozási szempontja a <b>Forgalom</b>. Minden X generált összegért (X = a játékos pénznemben tett tét összege vagy az alapvaluta megfelelője) a játékos 1 pontot kap. A legnagyobb forgalmat birtokló játékos lesz a legmagasabb pontszámú és rangú.",
3886
+ mostRounds: "A verseny pontozási szempontja a <b>Legtöbb kör</b>. Minden lejátszott körért a játékos 1 pontot kap. A legtöbb lejátszott körrel / tét helyezéssel rendelkező játékos lesz a legmagasabb pontszámú és rangú.",
3887
+ winStateRatio: "A verseny pontozási szempontja a <b>Nyereség/Állapotarány</b>. A pontot az alkalmas körök és tétek nyerés / tét arányainak összegeként számítják. A legmagasabb pontszámot elért játékos nyeri a versenyt.",
3888
+ maxWinStateRatio: "A verseny pontozási szempontja a <b>Max Nyereség/Állapotarány</b>. A legkisebb téttel a legnagyobb nyereményt elért játékos nyeri a versenyt (tét = 10 EUR, nyeremény = 5000 EUR, a pontszám 500 lesz). Csak a magasabb arány frissíti a játékos pontszámát."
3889
+ },
3890
+ miniBetCount: "Minimális tét szám: {betCount}. Az árakhoz való jogosultsághoz a játékosnak legalább {betCount} kört kell játszania, különben az ár nem kerül kiosztásra.",
3891
+ timePeriod: "A verseny {startTime}-kor kezdődik és {endTime}-kor végződik.",
3892
+ terms: 'Lásd a <a href="{tcUrl}" target="_blank">Felhasználási feltételeket.</>',
3893
+ productNoLimitsBet: "A {productName}-nál nincsenek minimális és maximális tét határok beállítva.",
3894
+ productMinMaxBet: "A {productName}-nál a minimálisan elfogadott tét {minBet}, a maximálisan elfogadott tét pedig {maxBet}.",
3895
+ productMinBet: "A {productName}-nál a minimálisan elfogadott tét összege {minBet}.",
3896
+ productMaxBet: "A {productName}-nál a maximálisan elfogadott tét összege {maxBet}."
3897
+ },
3898
+ pt: {
3899
+ scoreCriteriaType: {
3900
+ 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.",
3901
+ mostRounds: "The score criteria for this tournament is <b>Most Rounds</b>. For every played round player will get 1 point. The player who will have the biggest number of played rounds / placed bets will have the highest score and rank.",
3902
+ winStateRatio: "The score criteria for this tournament is <b>Win/State Ratio</b>. The score will be calculated as a sum of win/stake ratios for qualified rounds and bets. The player who got the highest score will win the tournament.",
3903
+ maxWinStateRatio: "The score criteria for this tournament is <b>Max Win/State Ratio</b>. The player who got the biggest win by placing the smallest bet will win the tournament (bet = 10 EUR, win = 5000 EUR, the score will be 500). Only higher ratio will update the player's score."
3904
+ },
3905
+ miniBetCount: "Mínimo de apostas: {betCount}. Para se qualificar para os prêmios, o jogador deve jogar pelo menos {betCount} rodadas, caso contrário, o prêmio não será concedido.",
3906
+ timePeriod: "O torneio começa {startTime} e termina {endTime}",
3907
+ terms: 'Veja os <a href="{tcUrl}" target="_blank">Termos & Condições.</>',
3908
+ productNoLimitsBet: "Para {productName}, não há limites mínimo e máximo de apostas definidos.",
3909
+ productMinMaxBet: "Para {productName}, a aposta mínima aceita é {minBet} e a aposta máxima aceita é {maxBet}.",
3910
+ productMinBet: "Para {productName}, o valor mínimo da aposta aceita é {minBet}.",
3911
+ productMaxBet: "Para {productName}, o valor máximo da aposta aceita é {maxBet}."
3912
+ }
3913
+ };
3914
+ function Li(e, t) {
3915
+ if (e) {
3916
+ const n = document.createElement("style");
3917
+ n.innerHTML = t, e.appendChild(n);
3918
+ }
3919
+ }
3920
+ function Oi(e, t) {
3921
+ const n = new URL(t);
3922
+ fetch(n.href).then((r) => r.text()).then((r) => {
3923
+ const i = document.createElement("style");
3924
+ i.innerHTML = r, e && e.appendChild(i);
3925
+ }).catch((r) => {
3926
+ console.error("There was an error while trying to load client styling from URL", r);
3927
+ });
3928
+ }
3929
+ function Ni(e, t, n) {
3930
+ if (window.emMessageBus) {
3931
+ const r = document.createElement("style");
3932
+ window.emMessageBus.subscribe(t, (i) => {
3933
+ r.innerHTML = i, e && e.appendChild(r);
3934
+ });
3935
+ }
3936
+ }
3937
+ const Pi = "data:image/svg+xml,%3csvg%20width='35'%20height='20'%20viewBox='0%200%2035%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.2075%202.87946H1.125C0.642%202.87946%200.25%203.27134%200.25%203.7542C0.25%203.7542%200.25%204.57383%200.25%205.50367C0.25%206.43177%200.618372%207.32138%201.2755%207.97743C1.93175%208.63436%202.82162%209.00262%203.75%209.00262H4.62062C5.23137%2010.0611%206.37412%2010.7521%207.65162%2010.7521H8.125V13.3763H7.25C6.5535%2013.3763%205.88587%2013.6527%205.39412%2014.1452C4.9015%2014.6368%204.625%2015.3042%204.625%2016.0005C4.625%2016.4344%204.625%2016.8639%204.625%2016.8639L5.5%2017.75H12.5C12.5%2017.75%2013.375%2017.6826%2013.375%2016.8639V16.0005C13.375%2015.3042%2013.0985%2014.6368%2012.6059%2014.1452C12.1141%2013.6527%2011.4465%2013.3763%2010.75%2013.3763H9.875V10.7521H10.3475C11.6259%2010.7521%2012.7678%2010.0611%2013.3794%209.00262H14.25C15.1784%209.00262%2016.0683%208.63436%2016.7245%207.97743C17.3816%207.32138%2017.75%206.43177%2017.75%205.50367V3.7542C17.75%203.27134%2017.358%202.87946%2016.875%202.87946H14.7916L15.1084%201.29619C15.1591%201.03901%2015.0926%200.772216%2014.9264%200.570152C14.7601%200.367213%2014.5116%200.25%2014.2491%200.25L3.74912%200.255246C3.48749%200.255246%203.239%200.373333%203.07275%200.575397C2.90737%200.778336%202.84087%201.04426%202.89162%201.30143L3.2075%202.87946ZM11.625%2016.0005H6.375C6.375%2015.7687%206.46687%2015.5457%206.63137%2015.3821C6.795%2015.2176%207.01813%2015.1258%207.25%2015.1258H10.75C10.9819%2015.1258%2011.205%2015.2176%2011.3686%2015.3821C11.5331%2015.5457%2011.625%2015.7687%2011.625%2016.0005ZM13.1825%201.99948L12.0642%207.59604C11.9006%208.41392%2011.1822%209.00262%2010.3475%209.00262H7.65162C6.81775%209.00262%206.09938%208.41392%205.93575%207.59604L4.8175%202.00384L13.1825%201.99948ZM3.5575%204.62893C3.10337%204.62893%202%204.62893%202%204.62893V5.50367C2%205.96728%202.18462%206.41253%202.51275%206.74055C2.84087%207.06858%203.28625%207.25315%203.75%207.25315H4.0825L3.5575%204.62893ZM14.4416%204.62893L13.9166%207.25315H14.25C14.7137%207.25315%2015.1591%207.06858%2015.4873%206.74055C15.8154%206.41253%2016%205.96728%2016%205.50367V4.62893H14.4416Z'%20fill='white'/%3e%3c/svg%3e", Ii = "data:image/svg+xml,%3csvg%20width='35'%20height='20'%20viewBox='0%200%2030%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2.551%204.16666C2.55684%204.17198%202.56317%204.1776%202.57004%204.18349C2.69809%204.29358%202.93213%204.43049%203.2938%204.56201C4.01028%204.82255%205.05531%204.99999%206.24992%204.99999C7.44453%204.99999%208.48956%204.82255%209.20604%204.56201C9.56771%204.43049%209.80175%204.29358%209.9298%204.18349C9.93666%204.1776%209.943%204.17198%209.94884%204.16666C9.943%204.16133%209.93666%204.15572%209.9298%204.14982C9.80175%204.03973%209.56771%203.90282%209.20604%203.77131C8.48956%203.51077%207.44453%203.33332%206.24992%203.33332C5.05531%203.33332%204.01028%203.51077%203.2938%203.77131C2.93213%203.90282%202.69809%204.03973%202.57004%204.14982C2.56317%204.15572%202.55684%204.16133%202.551%204.16666ZM9.99992%206.04163C9.92615%206.07193%209.85128%206.10081%209.77561%206.12833C8.83325%206.47101%207.58661%206.66666%206.24992%206.66666C4.91322%206.66666%203.66659%206.47101%202.72423%206.12833C2.64856%206.10081%202.57369%206.07193%202.49992%206.04163V7.86398C2.5121%207.87898%202.53366%207.90222%202.57004%207.93349C2.69809%208.04358%202.93213%208.18049%203.2938%208.31201C4.01028%208.57254%205.05531%208.74999%206.24992%208.74999C7.44453%208.74999%208.48956%208.57254%209.20604%208.31201C9.56771%208.18049%209.80175%208.04358%209.9298%207.93349C9.96618%207.90222%209.98774%207.87898%209.99992%207.86398V6.04163ZM9.99992%209.79163C9.92615%209.82193%209.85128%209.85081%209.77561%209.87833C8.83325%2010.221%207.58661%2010.4167%206.24992%2010.4167C4.91322%2010.4167%203.66659%2010.221%202.72423%209.87833C2.64856%209.85081%202.57369%209.82193%202.49992%209.79163V11.614C2.5121%2011.629%202.53366%2011.6522%202.57004%2011.6835C2.69809%2011.7936%202.93213%2011.9305%203.2938%2012.062C4.01028%2012.3225%205.05531%2012.5%206.24992%2012.5C7.10597%2012.5%207.89151%2012.4088%208.53614%2012.258C9.09478%2012.1273%209.50237%2011.9625%209.75771%2011.8062C9.83221%2011.6674%209.91307%2011.5324%209.99992%2011.4018V9.79163ZM11.6666%209.83557V4.16666C11.6666%203.60229%2011.3494%203.17239%2011.0163%202.88601C10.6805%202.59731%2010.2434%202.37508%209.77561%202.20498C8.83325%201.86231%207.58661%201.66666%206.24992%201.66666C4.91322%201.66666%203.66659%201.86231%202.72423%202.20498C2.25647%202.37508%201.8193%202.59731%201.4835%202.88601C1.15039%203.17239%200.833252%203.60229%200.833252%204.16666V15.4167C0.833252%2015.981%201.15039%2016.4109%201.4835%2016.6973C1.8193%2016.986%202.25647%2017.2082%202.72423%2017.3783C3.66659%2017.721%204.91322%2017.9167%206.24992%2017.9167C7.25171%2017.9167%208.19625%2017.8069%208.99817%2017.6112C9.42337%2017.5074%209.83222%2017.3738%2010.1963%2017.2062C11.1101%2018.3981%2012.5486%2019.1667%2014.1666%2019.1667C16.928%2019.1667%2019.1666%2016.9281%2019.1666%2014.1667C19.1666%2011.4052%2016.928%209.16666%2014.1666%209.16666C13.2559%209.16666%2012.402%209.41014%2011.6666%209.83557ZM9.16822%2014.2957C9.18087%2014.7953%209.2668%2015.2766%209.41565%2015.7294C9.19988%2015.8216%208.9295%2015.9124%208.60306%2015.992C7.94665%2016.1522%207.13633%2016.25%206.24992%2016.25C5.05531%2016.25%204.01028%2016.0725%203.2938%2015.812C2.93213%2015.6805%202.69809%2015.5436%202.57004%2015.4335C2.53366%2015.4022%202.5121%2015.379%202.49992%2015.364V13.5416C2.57369%2013.5719%202.64856%2013.6008%202.72423%2013.6283C3.66659%2013.971%204.91322%2014.1667%206.24992%2014.1667C7.21803%2014.1667%208.13221%2014.0641%208.9157%2013.8809C9.00426%2013.8602%209.09202%2013.8382%209.17876%2013.815C9.17069%2013.9312%209.16658%2014.0484%209.16658%2014.1667C9.16658%2014.2098%209.16713%2014.2528%209.16822%2014.2957ZM10.8333%2014.1667C10.8333%2016.0076%2012.3256%2017.5%2014.1666%2017.5C16.0075%2017.5%2017.4999%2016.0076%2017.4999%2014.1667C17.4999%2012.3257%2016.0075%2010.8333%2014.1666%2010.8333C12.3256%2010.8333%2010.8333%2012.3257%2010.8333%2014.1667Z'%20fill='white'/%3e%3c/svg%3e", ki = "data:image/svg+xml,%3csvg%20width='35'%20height='20'%20viewBox='0%200%2035%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.4167%203.33332C15.0986%203.33332%2018.0833%206.31809%2018.0833%209.99999C18.0833%2013.6819%2015.0986%2016.6667%2011.4167%2016.6667C9.32275%2016.6667%207.45468%2015.7023%206.23114%2014.1902C5.94163%2013.8325%205.4169%2013.7771%205.05913%2014.0666C4.70135%2014.3561%204.64602%2014.8809%204.93553%2015.2386C6.46191%2017.1249%208.79848%2018.3333%2011.4167%2018.3333C16.019%2018.3333%2019.75%2014.6024%2019.75%209.99999C19.75%205.39762%2016.019%201.66666%2011.4167%201.66666C7.13809%201.66666%203.61263%204.8911%203.13774%209.04253L3.08938%208.99416C2.76399%208.66867%202.23636%208.66859%201.91087%208.99398C1.58539%209.31937%201.58531%209.84701%201.9107%2010.1725L3.57687%2011.8392C3.73313%2011.9955%203.94507%2012.0833%204.16609%2012.0833C4.3871%2012.0834%204.59908%2011.9956%204.75538%2011.8393L6.42254%2010.1727C6.74803%209.84728%206.74811%209.31964%206.42272%208.99415C6.09733%208.66867%205.56969%208.66859%205.2442%208.99398L4.77099%209.46705C5.0425%206.03433%207.91416%203.33332%2011.4167%203.33332ZM11.4167%204.99999C10.9564%204.99999%2010.5833%205.37309%2010.5833%205.83332V9.554L8.45442%2010.9733C8.07148%2011.2286%207.968%2011.746%208.22329%2012.1289C8.47858%2012.5118%208.99598%2012.6153%209.37892%2012.36L11.8789%2010.6934C12.1107%2010.5388%2012.25%2010.2786%2012.25%209.99999V5.83332C12.25%205.37309%2011.8769%204.99999%2011.4167%204.99999Z'%20fill='white'/%3e%3c/svg%3e", $i = "data:image/svg+xml,%3csvg%20width='35'%20height='20'%20viewBox='0%200%2035%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.666748%202.00001C0.666748%201.07954%201.41294%200.333344%202.33341%200.333344C3.25389%200.333344%204.00008%201.07954%204.00008%202.00001C4.00008%202.92048%203.25389%203.66668%202.33341%203.66668C1.41294%203.66668%200.666748%202.92048%200.666748%202.00001ZM5.66675%202.00001C5.66675%201.53977%206.03984%201.16668%206.50008%201.16668H16.5001C16.9603%201.16668%2017.3334%201.53977%2017.3334%202.00001C17.3334%202.46025%2016.9603%202.83334%2016.5001%202.83334L6.50008%202.83334C6.03984%202.83334%205.66675%202.46025%205.66675%202.00001ZM0.666748%207.00001C0.666748%206.07954%201.41294%205.33334%202.33341%205.33334C3.25389%205.33334%204.00008%206.07954%204.00008%207.00001C4.00008%207.92048%203.25389%208.66668%202.33341%208.66668C1.41294%208.66668%200.666748%207.92048%200.666748%207.00001ZM5.66675%207.00001C5.66675%206.53977%206.03984%206.16668%206.50008%206.16668L16.5001%206.16668C16.9603%206.16668%2017.3334%206.53977%2017.3334%207.00001C17.3334%207.46025%2016.9603%207.83334%2016.5001%207.83334L6.50008%207.83334C6.03984%207.83334%205.66675%207.46025%205.66675%207.00001ZM0.666748%2012C0.666748%2011.0795%201.41294%2010.3333%202.33341%2010.3333C3.25389%2010.3333%204.00008%2011.0795%204.00008%2012C4.00008%2012.9205%203.25389%2013.6667%202.33341%2013.6667C1.41294%2013.6667%200.666748%2012.9205%200.666748%2012ZM5.66675%2012C5.66675%2011.5398%206.03984%2011.1667%206.50008%2011.1667L16.5001%2011.1667C16.9603%2011.1667%2017.3334%2011.5398%2017.3334%2012C17.3334%2012.4602%2016.9603%2012.8333%2016.5001%2012.8333L6.50008%2012.8333C6.03984%2012.8333%205.66675%2012.4602%205.66675%2012Z'%20fill='white'/%3e%3c/svg%3e", Ui = "data:image/svg+xml,%3csvg%20width='35'%20height='20'%20viewBox='0%200%2035%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.9992%203.75C6.52525%203.75%203.75%206.55828%203.75%2010C3.75%2013.4417%206.52525%2016.25%209.9992%2016.25C13.427%2016.25%2016.2484%2013.4441%2016.2484%2010C16.2505%209.98168%2016.2505%209.96318%2016.2484%209.94487C16.2212%206.52543%2013.456%203.75%209.9992%203.75ZM8.7787%204.35471V5.7477C8.4566%205.83981%208.14646%205.96894%207.85461%206.13246L6.85596%205.16118C7.44132%204.77727%208.09317%204.50386%208.7787%204.35471ZM11.2197%204.35471C11.9052%204.50386%2012.5571%204.77727%2013.1424%205.16118L12.1621%206.13246C11.8646%205.96647%2011.5551%205.8216%2011.2197%205.72952V4.35471ZM9.9992%206.05915C12.1876%206.01398%2013.9742%207.82458%2013.9742%2010C13.9741%2011.0451%2013.5552%2012.0474%2012.8098%2012.7864C12.0644%2013.5255%2011.0534%2013.9407%209.9992%2013.9409C8.945%2013.9407%207.93403%2013.5255%207.18859%2012.7864C6.44316%2012.0474%206.02431%2011.0451%206.02416%2010C6.02431%208.95487%206.44316%207.95259%207.18859%207.21357C7.93403%206.47455%208.945%206.0593%209.9992%206.05915ZM5.15508%206.8838L6.09811%207.87385C5.9331%208.16337%205.80285%208.47104%205.71001%208.79059H4.36054C4.50654%208.11266%204.77577%207.46614%205.15508%206.8838ZM14.8427%206.8838C15.2223%207.46607%2015.4917%208.11201%2015.6379%208.79H14.2706C14.1826%208.47178%2014.0585%208.16445%2013.9009%207.87385L14.8427%206.8838ZM9.70339%207.30609V7.6539C9.17094%207.75009%208.88993%208.16594%208.88993%208.79059C8.88993%2010.1355%2010.3873%2010.2493%2010.3873%2011.2094C10.3873%2011.5461%2010.2412%2011.6863%209.9992%2011.6863C9.75664%2011.6863%209.6111%2011.5455%209.6111%2011.2094V10.8247H8.88993V11.1549C8.88993%2011.827%209.17035%2012.2135%209.70339%2012.3091V12.6394H10.3323V12.3091C10.8647%2012.2135%2011.1641%2011.7789%2011.1641%2011.1549C11.1641%209.80997%209.66612%209.76246%209.66612%208.75364C9.66612%208.41756%209.81225%208.27679%2010.0548%208.27679C10.2974%208.27679%2010.4429%208.41756%2010.4429%208.75364V8.93722H11.1641V8.79059C11.1641%208.16594%2010.8647%207.75009%2010.3317%207.6539V7.30551L9.70339%207.30609ZM4.36054%2011.2094H5.71001C5.80349%2011.5379%205.93482%2011.8335%206.09811%2012.1261L5.15508%2013.1162C4.77574%2012.5339%204.5065%2011.8874%204.36054%2011.2094ZM14.2884%2011.2094H15.6379C15.4914%2011.8872%2015.2222%2012.5331%2014.8433%2013.1156L13.9003%2012.1261C14.0653%2011.8366%2014.1956%2011.529%2014.2884%2011.2094ZM7.85461%2013.8675C8.14662%2014.0312%208.45696%2014.1603%208.7793%2014.2523V15.6453C8.09376%2015.4961%207.44191%2015.2227%206.85656%2014.8388L7.85461%2013.8675ZM12.1438%2013.8675H12.1621L13.1235%2014.8388C12.5433%2015.2156%2011.8978%2015.4828%2011.2197%2015.6271V14.2523C11.5418%2014.1603%2011.852%2014.0311%2012.1438%2013.8675Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10%2018.0208C14.4298%2018.0208%2018.0208%2014.4298%2018.0208%2010C18.0208%205.57022%2014.4298%201.97917%2010%201.97917C5.57022%201.97917%201.97917%205.57022%201.97917%2010C1.97917%2014.4298%205.57022%2018.0208%2010%2018.0208ZM10%2018.75C14.8325%2018.75%2018.75%2014.8325%2018.75%2010C18.75%205.16751%2014.8325%201.25%2010%201.25C5.16751%201.25%201.25%205.16751%201.25%2010C1.25%2014.8325%205.16751%2018.75%2010%2018.75Z'%20fill='white'/%3e%3c/svg%3e", Gi = "data:image/svg+xml,%3csvg%20width='35'%20height='20'%20viewBox='0%200%2035%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.2125%209.09375C7.44853%209.77601%206.51801%2010.2445%205.51497%2010.4519C4.51192%2010.6593%203.4719%2010.5983%202.5%2010.275C2.55651%2011.9499%203.17514%2013.557%204.25625%2014.8375L9.11875%2010L8.2125%209.09375ZM7.31875%208.20625L4.275%205.1625C3.37411%206.23087%202.78964%207.52969%202.5875%208.9125C3.95%209.675%205.8375%209.375%207.31875%208.20625ZM12.6813%2011.7938L15.725%2014.8375C16.6259%2013.7691%2017.2104%2012.4703%2017.4125%2011.0875C16.05%2010.325%2014.1625%2010.625%2012.6813%2011.7938ZM11.7938%2012.6813C10.6063%2014.1625%2010.325%2016.05%2011.0625%2017.4125C12.4453%2017.2104%2013.7441%2016.6259%2014.8125%2015.725L11.7938%2012.6813ZM10.8813%2010L11.7875%2010.9062C12.5515%2010.224%2013.482%209.75549%2014.485%209.54808C15.4881%209.34066%2016.5281%209.40169%2017.5%209.725C17.4435%208.05011%2016.8249%206.44299%2015.7438%205.1625L10.8813%2010ZM10.9062%2011.7875L10%2010.8813L5.1625%2015.725C6.44047%2016.8129%208.04784%2017.4382%209.725%2017.5C9.40169%2016.5281%209.34066%2015.4881%209.54808%2014.485C9.75549%2013.482%2010.224%2012.5515%2010.9062%2011.7875ZM10%209.11875L14.8375%204.275C13.5595%203.18712%2011.9522%202.56179%2010.275%202.5C10.5948%203.46928%2010.654%204.50563%2010.4466%205.50501C10.2393%206.5044%209.77272%207.43167%209.09375%208.19375L10%209.11875ZM8.20625%207.31875C9.375%205.8375%209.675%203.95%208.9375%202.5875C7.55469%202.78964%206.25587%203.37411%205.1875%204.275L8.20625%207.31875Z'%20fill='white'/%3e%3c/svg%3e";
3938
+ class Rt {
3939
+ constructor() {
3940
+ }
3941
+ static processMinMax(t, n) {
3942
+ return {
3943
+ minValue: t ? `: ${t}` : null,
3944
+ maxValue: n ? `: ${n}` : null
3945
+ };
3946
+ }
3947
+ static generateCasinoRule(t, n, r = "EUR") {
3948
+ const i = ` ~ ${t("unlimited")}`, s = n.minStake ? `: ${n.minStake.amount[r]}` : i, u = n.maxStake ? `: ${n.maxStake.amount[r]}` : i;
3949
+ return t("casinoRuleMinMaxBet", { values: { minBet: s, maxBet: u } });
3950
+ }
3951
+ static generateSportsRule(t, n, r = "EUR") {
3952
+ var P, W, F, d, j, V;
3953
+ const i = [], s = ` ~ ${t("unlimited")}`, u = n.minStake ? `: ${n.minStake.amount[r]}` : s, l = n.maxStake ? `: ${n.maxStake.amount[r]}` : s;
3954
+ i.push(t("sportsRuleMinMaxBet", { values: { sportMinBet: u, sportMaxBet: l } }));
3955
+ const h = n.config.liveMatch === "true", a = n.config.preLiveMatch === "true";
3956
+ h && a ? i.push(t("matchTypePreAndLive")) : h ? i.push(`${t("matchTypeLive")}`) : a && i.push(`${t("matchTyppePre")}`);
3957
+ const o = n.combination, c = [];
3958
+ o.single.isEligible === "true" && c.push(t("betTypeSingle"));
3959
+ const m = {
3960
+ null: t("typeOfSelectionAny"),
3961
+ true: t("bankerOnly"),
3962
+ false: t("notBankerOnly")
3963
+ }, g = {
3964
+ unspecific: t("typeOfSelectionAny"),
3965
+ all: t("betBuilderOnly"),
3966
+ none: t("notBuilderOnly")
3967
+ };
3968
+ let C = "", B = "";
3969
+ const _ = `${t("oddsPerSelection")}: ${n.config.minOdds || t("unlimited")} - ${n.config.maxOdds || t("unlimited")}`, H = o.system.isEligible === "true", S = o.multiple.isEligible === "true";
3970
+ H && (C = ` ${t("betTypeSystem")}
3971
+ ( ${t("typeOfSelection")}: ${m[((P = n.combination.system.banker) == null ? void 0 : P.include) || "null"]},
3972
+ ${t("numberOfSelection")}:
3973
+ ${((W = o.system.minSelection) == null ? void 0 : W.number) || t("unlimited")} - ${((F = o.system.maxSelection) == null ? void 0 : F.number) || t("unlimited")},
3974
+ ${_} ) `), S && (B = ` ${t("betTypeMultiple")}
3975
+ ( ${t("typeOfSelection")}: ${g[((d = n.combination.multiple.betBuilder) == null ? void 0 : d.mode) || "unspecific"]},
3976
+ ${t("numberOfSelection")}:
3977
+ ${((j = o.multiple.minSelection) == null ? void 0 : j.number) || t("unlimited")} - ${((V = o.multiple.maxSelection) == null ? void 0 : V.number) || t("unlimited")},
3978
+ ${_} ) `), H && S ? c.push(B + t("and") + C) : H ? c.push(C) : S && c.push(B), i.push(c.join(", "));
3979
+ const A = n.config.minTotalOdds ? `: ${n.config.minTotalOdds}` : s, R = n.config.maxTotalOdds ? `: ${n.config.maxTotalOdds}` : s;
3980
+ return i.push(`${t("sportsRuleMinMaxOdds", { values: { sportMinOdds: A, sportMaxOdds: R } })}`), i;
3981
+ }
3982
+ }
3983
+ function Di(e) {
3984
+ En(e, "svelte-1mcwcv2", "*,*::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:var(--emw--color-gray-100, #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 .RulesRow .RuleTxt ul.SportsRules{padding-left:20px}.casino-tournaments-thumbnail-rule .RulesRow .RuleTxt ul.SportsRules li{padding-left:0px;list-style-type:initial}.casino-tournaments-thumbnail-rule .RuleIcon{width:38px;height:30px}");
3985
+ }
3986
+ function At(e, t, n) {
3987
+ const r = e.slice();
3988
+ return r[24] = t[n], r;
3989
+ }
3990
+ function Lt(e) {
3991
+ let t, n = (
3992
+ /*$_*/
3993
+ e[10]("scoreCriteriaType.mostRounds") + ""
3994
+ ), r;
3995
+ return {
3996
+ c() {
3997
+ t = new ue(!1), r = He(), t.a = r;
3998
+ },
3999
+ m(i, s) {
4000
+ t.m(n, i, s), q(i, r, s);
4001
+ },
4002
+ p(i, s) {
4003
+ s & /*$_*/
4004
+ 1024 && n !== (n = /*$_*/
4005
+ i[10]("scoreCriteriaType.mostRounds") + "") && t.p(n);
4006
+ },
4007
+ d(i) {
4008
+ i && (X(r), t.d());
4009
+ }
4010
+ };
4011
+ }
4012
+ function Ot(e) {
4013
+ let t, n = (
4014
+ /*$_*/
4015
+ e[10]("scoreCriteriaType.winStateRatio") + ""
4016
+ ), r;
4017
+ return {
4018
+ c() {
4019
+ t = new ue(!1), r = He(), t.a = r;
4020
+ },
4021
+ m(i, s) {
4022
+ t.m(n, i, s), q(i, r, s);
4023
+ },
4024
+ p(i, s) {
4025
+ s & /*$_*/
4026
+ 1024 && n !== (n = /*$_*/
4027
+ i[10]("scoreCriteriaType.winStateRatio") + "") && t.p(n);
4028
+ },
4029
+ d(i) {
4030
+ i && (X(r), t.d());
4031
+ }
4032
+ };
4033
+ }
4034
+ function Nt(e) {
4035
+ let t, n = (
4036
+ /*$_*/
4037
+ e[10]("scoreCriteriaType.maxWinStateRatio") + ""
4038
+ ), r;
4039
+ return {
4040
+ c() {
4041
+ t = new ue(!1), r = He(), t.a = r;
4042
+ },
4043
+ m(i, s) {
4044
+ t.m(n, i, s), q(i, r, s);
4045
+ },
4046
+ p(i, s) {
4047
+ s & /*$_*/
4048
+ 1024 && n !== (n = /*$_*/
4049
+ i[10]("scoreCriteriaType.maxWinStateRatio") + "") && t.p(n);
4050
+ },
4051
+ d(i) {
4052
+ i && (X(r), t.d());
4053
+ }
4054
+ };
4055
+ }
4056
+ function Pt(e) {
4057
+ let t, n = (
4058
+ /*$_*/
4059
+ e[10]("scoreCriteriaType.stake") + ""
4060
+ ), r;
4061
+ return {
4062
+ c() {
4063
+ t = new ue(!1), r = He(), t.a = r;
4064
+ },
4065
+ m(i, s) {
4066
+ t.m(n, i, s), q(i, r, s);
4067
+ },
4068
+ p(i, s) {
4069
+ s & /*$_*/
4070
+ 1024 && n !== (n = /*$_*/
4071
+ i[10]("scoreCriteriaType.stake") + "") && t.p(n);
4072
+ },
4073
+ d(i) {
4074
+ i && (X(r), t.d());
4075
+ }
4076
+ };
4077
+ }
4078
+ function It(e) {
4079
+ let t, n, r, i, s, u = (
4080
+ /*$_*/
4081
+ e[10]("forCasino") + ""
4082
+ ), l, h;
4083
+ return {
4084
+ c() {
4085
+ t = T("div"), n = T("div"), n.innerHTML = `<img src="${Ui}"/>`, r = L(), i = T("div"), s = new ue(!1), l = J(":"), h = J(
4086
+ /*casinoRules*/
4087
+ e[9]
4088
+ ), p(n, "class", "RuleIcon"), p(n, "part", "RuleIcon"), s.a = l, p(i, "class", "RuleTxt"), p(i, "part", "RuleTxt"), p(t, "class", "RulesRow"), p(t, "part", "rule");
4089
+ },
4090
+ m(a, o) {
4091
+ q(a, t, o), b(t, n), b(t, r), b(t, i), s.m(u, i), b(i, l), b(i, h);
4092
+ },
4093
+ p(a, o) {
4094
+ o & /*$_*/
4095
+ 1024 && u !== (u = /*$_*/
4096
+ a[10]("forCasino") + "") && s.p(u), o & /*casinoRules*/
4097
+ 512 && we(
4098
+ h,
4099
+ /*casinoRules*/
4100
+ a[9]
4101
+ );
4102
+ },
4103
+ d(a) {
4104
+ a && X(t);
4105
+ }
4106
+ };
4107
+ }
4108
+ function kt(e) {
4109
+ let t, n, r, i, s, u = (
4110
+ /*$_*/
4111
+ e[10]("forSportsbook") + ""
4112
+ ), l, h, a = dt(
4113
+ /*sportRules*/
4114
+ e[8]
4115
+ ), o = [];
4116
+ for (let c = 0; c < a.length; c += 1)
4117
+ o[c] = $t(At(e, a, c));
4118
+ return {
4119
+ c() {
4120
+ t = T("div"), n = T("div"), n.innerHTML = `<img src="${Gi}"/>`, r = L(), i = T("div"), s = new ue(!1), l = J(`:
4121
+ `), h = T("ul");
4122
+ for (let c = 0; c < o.length; c += 1)
4123
+ o[c].c();
4124
+ p(n, "class", "RuleIcon"), p(n, "part", "RuleIcon"), s.a = l, p(h, "class", "SportsRules"), p(i, "class", "RuleTxt"), p(i, "part", "RuleTxt"), p(t, "class", "RulesRow"), p(t, "part", "rule");
4125
+ },
4126
+ m(c, f) {
4127
+ q(c, t, f), b(t, n), b(t, r), b(t, i), s.m(u, i), b(i, l), b(i, h);
4128
+ for (let m = 0; m < o.length; m += 1)
4129
+ o[m] && o[m].m(h, null);
4130
+ },
4131
+ p(c, f) {
4132
+ if (f & /*$_*/
4133
+ 1024 && u !== (u = /*$_*/
4134
+ c[10]("forSportsbook") + "") && s.p(u), f & /*sportRules*/
4135
+ 256) {
4136
+ a = dt(
4137
+ /*sportRules*/
4138
+ c[8]
4139
+ );
4140
+ let m;
4141
+ for (m = 0; m < a.length; m += 1) {
4142
+ const g = At(c, a, m);
4143
+ o[m] ? o[m].p(g, f) : (o[m] = $t(g), o[m].c(), o[m].m(h, null));
4144
+ }
4145
+ for (; m < o.length; m += 1)
4146
+ o[m].d(1);
4147
+ o.length = a.length;
4148
+ }
4149
+ },
4150
+ d(c) {
4151
+ c && X(t), Tn(o, c);
4152
+ }
4153
+ };
4154
+ }
4155
+ function $t(e) {
4156
+ let t, n = (
4157
+ /*rule*/
4158
+ e[24] + ""
4159
+ ), r;
4160
+ return {
4161
+ c() {
4162
+ t = T("li"), r = J(n), p(t, "class", "RuleTxt"), p(t, "part", "RuleTxt");
4163
+ },
4164
+ m(i, s) {
4165
+ q(i, t, s), b(t, r);
4166
+ },
4167
+ p(i, s) {
4168
+ s & /*sportRules*/
4169
+ 256 && n !== (n = /*rule*/
4170
+ i[24] + "") && we(r, n);
4171
+ },
4172
+ d(i) {
4173
+ i && X(t);
4174
+ }
4175
+ };
4176
+ }
4177
+ function Fi(e) {
4178
+ let t, n, r, i, s, u, l, h, a, o, c, f, m, g = (
4179
+ /*$_*/
4180
+ e[10]("miniBetCount", {
4181
+ values: { betCount: (
4182
+ /*betcount*/
4183
+ e[3]
4184
+ ) }
4185
+ }) + ""
4186
+ ), C, B, _, H, S, A, R = (
4187
+ /*$_*/
4188
+ e[10]("timePeriod", {
4189
+ values: {
4190
+ startTime: (
4191
+ /*starttime*/
4192
+ e[4]
4193
+ ),
4194
+ endTime: (
4195
+ /*endtime*/
4196
+ e[5]
4197
+ )
4198
+ }
4199
+ }) + ""
4200
+ ), P, W, F, d, j, V, ve = (
4201
+ /*$_*/
4202
+ e[10]("terms", { values: { tcUrl: (
4203
+ /*tcurl*/
4204
+ e[6]
4205
+ ) } }) + ""
4206
+ ), at, fe, xe, ot, Ne, I = (
4207
+ /*scorecriterial*/
4208
+ e[2] == "BetCount" && Lt(e)
4209
+ ), k = (
4210
+ /*scorecriterial*/
4211
+ e[2] == "WinStakeRatio" && Ot(e)
4212
+ ), $ = (
4213
+ /*scorecriterial*/
4214
+ e[2] == "MaxWinStakeRatio" && Nt(e)
4215
+ ), U = (
4216
+ /*scorecriterial*/
4217
+ e[2] == "Stake" && Pt(e)
4218
+ ), G = (
4219
+ /*casinowallet*/
4220
+ e[1] && It(e)
4221
+ ), D = (
4222
+ /*sportswallet*/
4223
+ e[0] && /*sportRules*/
4224
+ e[8].length && kt(e)
4225
+ );
4226
+ return {
4227
+ c() {
4228
+ t = T("div"), n = T("div"), r = T("div"), r.innerHTML = `<img src="${Pi}"/>`, i = L(), s = T("div"), I && I.c(), u = L(), k && k.c(), l = L(), $ && $.c(), h = L(), U && U.c(), a = L(), o = T("div"), c = T("div"), c.innerHTML = `<img src="${Ii}"/>`, f = L(), m = T("div"), C = J(g), B = L(), _ = T("div"), H = T("div"), H.innerHTML = `<img src="${ki}"/>`, S = L(), A = T("div"), P = J(R), W = L(), F = T("div"), d = T("div"), d.innerHTML = `<img src="${$i}"/>`, j = L(), V = T("div"), at = L(), fe = T("span"), ot = L(), G && G.c(), Ne = L(), D && D.c(), p(r, "class", "RuleIcon"), p(r, "part", "RuleIcon"), p(s, "class", "RuleTxt"), p(s, "part", "RuleTxt"), p(n, "class", "RulesRow"), p(n, "part", "rule"), p(c, "class", "RuleIcon"), p(c, "part", "RuleIcon"), p(m, "class", "RuleTxt"), p(m, "part", "RuleTxt"), p(o, "class", "RulesRow"), p(o, "part", "rule"), p(H, "class", "RuleIcon"), p(H, "part", "RuleIcon"), p(A, "class", "RuleTxt"), p(A, "part", "RuleTxt"), p(_, "class", "RulesRow"), p(_, "part", "rule"), p(d, "class", "RuleIcon"), p(d, "part", "RuleIcon"), p(V, "class", "RuleTxt"), p(V, "part", "RuleTxt"), p(F, "class", "RulesRow"), p(F, "part", "rule"), p(fe, "type", "hidden"), p(fe, "href", xe = { tcurl: (
4229
+ /*tcurl*/
4230
+ e[6]
4231
+ ) }), p(t, "class", "casino-tournaments-thumbnail-rule"), p(t, "part", "casino-tournaments-thumbnail-rule");
4232
+ },
4233
+ m(E, z) {
4234
+ q(E, t, z), b(t, n), b(n, r), b(n, i), b(n, s), I && I.m(s, null), b(s, u), k && k.m(s, null), b(s, l), $ && $.m(s, null), b(s, h), U && U.m(s, null), b(t, a), b(t, o), b(o, c), b(o, f), b(o, m), b(m, C), b(t, B), b(t, _), b(_, H), b(_, S), b(_, A), b(A, P), b(t, W), b(t, F), b(F, d), b(F, j), b(F, V), V.innerHTML = ve, b(t, at), b(t, fe), b(t, ot), G && G.m(t, null), b(t, Ne), D && D.m(t, null), e[17](t);
4235
+ },
4236
+ p(E, [z]) {
4237
+ /*scorecriterial*/
4238
+ E[2] == "BetCount" ? I ? I.p(E, z) : (I = Lt(E), I.c(), I.m(s, u)) : I && (I.d(1), I = null), /*scorecriterial*/
4239
+ E[2] == "WinStakeRatio" ? k ? k.p(E, z) : (k = Ot(E), k.c(), k.m(s, l)) : k && (k.d(1), k = null), /*scorecriterial*/
4240
+ E[2] == "MaxWinStakeRatio" ? $ ? $.p(E, z) : ($ = Nt(E), $.c(), $.m(s, h)) : $ && ($.d(1), $ = null), /*scorecriterial*/
4241
+ E[2] == "Stake" ? U ? U.p(E, z) : (U = Pt(E), U.c(), U.m(s, null)) : U && (U.d(1), U = null), z & /*$_, betcount*/
4242
+ 1032 && g !== (g = /*$_*/
4243
+ E[10]("miniBetCount", {
4244
+ values: { betCount: (
4245
+ /*betcount*/
4246
+ E[3]
4247
+ ) }
4248
+ }) + "") && we(C, g), z & /*$_, starttime, endtime*/
4249
+ 1072 && R !== (R = /*$_*/
4250
+ E[10]("timePeriod", {
4251
+ values: {
4252
+ startTime: (
4253
+ /*starttime*/
4254
+ E[4]
4255
+ ),
4256
+ endTime: (
4257
+ /*endtime*/
4258
+ E[5]
4259
+ )
4260
+ }
4261
+ }) + "") && we(P, R), z & /*$_, tcurl*/
4262
+ 1088 && ve !== (ve = /*$_*/
4263
+ E[10]("terms", { values: { tcUrl: (
4264
+ /*tcurl*/
4265
+ E[6]
4266
+ ) } }) + "") && (V.innerHTML = ve), z & /*tcurl*/
4267
+ 64 && xe !== (xe = { tcurl: (
4268
+ /*tcurl*/
4269
+ E[6]
4270
+ ) }) && p(fe, "href", xe), /*casinowallet*/
4271
+ E[1] ? G ? G.p(E, z) : (G = It(E), G.c(), G.m(t, Ne)) : G && (G.d(1), G = null), /*sportswallet*/
4272
+ E[0] && /*sportRules*/
4273
+ E[8].length ? D ? D.p(E, z) : (D = kt(E), D.c(), D.m(t, null)) : D && (D.d(1), D = null);
4274
+ },
4275
+ i: Z,
4276
+ o: Z,
4277
+ d(E) {
4278
+ E && X(t), I && I.d(), k && k.d(), $ && $.d(), U && U.d(), G && G.d(), D && D.d(), e[17](null);
4279
+ }
4280
+ };
4281
+ }
4282
+ function ji(e, t, n) {
4283
+ let r;
4284
+ xn(e, Mi, (d) => n(10, r = d));
4285
+ let { lang: i = "tr" } = t, { scorecriterial: s = "BetCount" } = t, { betcount: u } = t, { starttime: l } = t, { endtime: h } = t, { tcurl: a } = t, { clientstyling: o = "" } = t, { clientstylingurl: c = "" } = t, { translationurl: f = "" } = t, { mbsource: m } = t, { sportswallet: g } = t, { casinowallet: C } = t, { currency: B = "EUR" } = t, _, H = [], S = "";
4286
+ Ri({ withLocale: "en", translations: {} });
4287
+ const A = () => {
4288
+ fetch(f).then((j) => j.json()).then((j) => {
4289
+ Object.keys(j).forEach((V) => {
4290
+ Ht(V, j[V]);
4291
+ });
4292
+ }).catch((j) => {
4293
+ console.error(j);
4294
+ });
4295
+ };
4296
+ Object.keys(Mt).forEach((d) => {
4297
+ Ht(d, Mt[d]);
4298
+ });
4299
+ const R = () => {
4300
+ Ai(i);
4301
+ }, P = (d) => {
4302
+ d.data && d.data.type && d.type == "TournamentsWalletsUpdate" && (n(1, C = d.data.wallet.casino), n(0, g = d.data.wallet.sports));
4303
+ }, W = () => {
4304
+ n(9, S = C ? Rt.generateCasinoRule(r, C, B) : ""), n(8, H = g ? Rt.generateSportsRule(r, g, B) : []);
4305
+ };
4306
+ Mn(() => (window.addEventListener("message", P, !1), window.postMessage({ type: "TournamentsRuleListenerLoaded" }, window.location.href), () => {
4307
+ window.removeEventListener("message", P);
4308
+ }));
4309
+ function F(d) {
4310
+ je[d ? "unshift" : "push"](() => {
4311
+ _ = d, n(7, _);
4312
+ });
4313
+ }
4314
+ return e.$$set = (d) => {
4315
+ "lang" in d && n(11, i = d.lang), "scorecriterial" in d && n(2, s = d.scorecriterial), "betcount" in d && n(3, u = d.betcount), "starttime" in d && n(4, l = d.starttime), "endtime" in d && n(5, h = d.endtime), "tcurl" in d && n(6, a = d.tcurl), "clientstyling" in d && n(12, o = d.clientstyling), "clientstylingurl" in d && n(13, c = d.clientstylingurl), "translationurl" in d && n(14, f = d.translationurl), "mbsource" in d && n(15, m = d.mbsource), "sportswallet" in d && n(0, g = d.sportswallet), "casinowallet" in d && n(1, C = d.casinowallet), "currency" in d && n(16, B = d.currency);
4316
+ }, e.$$.update = () => {
4317
+ e.$$.dirty & /*lang*/
4318
+ 2048 && i && R(), e.$$.dirty & /*sportswallet, casinowallet*/
4319
+ 3 && (g || C) && W(), e.$$.dirty & /*clientstyling, customStylingContainer*/
4320
+ 4224 && o && _ && Li(_, o), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
4321
+ 8320 && c && _ && Oi(_, c), e.$$.dirty & /*mbsource, customStylingContainer*/
4322
+ 32896 && m && _ && Ni(_, `${m}.Style`), e.$$.dirty & /*translationurl*/
4323
+ 16384 && f && A();
4324
+ }, [
4325
+ g,
4326
+ C,
4327
+ s,
4328
+ u,
4329
+ l,
4330
+ h,
4331
+ a,
4332
+ _,
4333
+ H,
4334
+ S,
4335
+ r,
4336
+ i,
4337
+ o,
4338
+ c,
4339
+ f,
4340
+ m,
4341
+ B,
4342
+ F
4343
+ ];
4344
+ }
4345
+ class Vi extends Dn {
4346
+ constructor(t) {
4347
+ super(), Un(
4348
+ this,
4349
+ t,
4350
+ ji,
4351
+ Fi,
4352
+ Gt,
4353
+ {
4354
+ lang: 11,
4355
+ scorecriterial: 2,
4356
+ betcount: 3,
4357
+ starttime: 4,
4358
+ endtime: 5,
4359
+ tcurl: 6,
4360
+ clientstyling: 12,
4361
+ clientstylingurl: 13,
4362
+ translationurl: 14,
4363
+ mbsource: 15,
4364
+ sportswallet: 0,
4365
+ casinowallet: 1,
4366
+ currency: 16
4367
+ },
4368
+ Di
4369
+ );
4370
+ }
4371
+ get lang() {
4372
+ return this.$$.ctx[11];
4373
+ }
4374
+ set lang(t) {
4375
+ this.$$set({ lang: t }), O();
4376
+ }
4377
+ get scorecriterial() {
4378
+ return this.$$.ctx[2];
4379
+ }
4380
+ set scorecriterial(t) {
4381
+ this.$$set({ scorecriterial: t }), O();
4382
+ }
4383
+ get betcount() {
4384
+ return this.$$.ctx[3];
4385
+ }
4386
+ set betcount(t) {
4387
+ this.$$set({ betcount: t }), O();
4388
+ }
4389
+ get starttime() {
4390
+ return this.$$.ctx[4];
4391
+ }
4392
+ set starttime(t) {
4393
+ this.$$set({ starttime: t }), O();
4394
+ }
4395
+ get endtime() {
4396
+ return this.$$.ctx[5];
4397
+ }
4398
+ set endtime(t) {
4399
+ this.$$set({ endtime: t }), O();
4400
+ }
4401
+ get tcurl() {
4402
+ return this.$$.ctx[6];
4403
+ }
4404
+ set tcurl(t) {
4405
+ this.$$set({ tcurl: t }), O();
4406
+ }
4407
+ get clientstyling() {
4408
+ return this.$$.ctx[12];
4409
+ }
4410
+ set clientstyling(t) {
4411
+ this.$$set({ clientstyling: t }), O();
4412
+ }
4413
+ get clientstylingurl() {
4414
+ return this.$$.ctx[13];
4415
+ }
4416
+ set clientstylingurl(t) {
4417
+ this.$$set({ clientstylingurl: t }), O();
4418
+ }
4419
+ get translationurl() {
4420
+ return this.$$.ctx[14];
4421
+ }
4422
+ set translationurl(t) {
4423
+ this.$$set({ translationurl: t }), O();
4424
+ }
4425
+ get mbsource() {
4426
+ return this.$$.ctx[15];
4427
+ }
4428
+ set mbsource(t) {
4429
+ this.$$set({ mbsource: t }), O();
4430
+ }
4431
+ get sportswallet() {
4432
+ return this.$$.ctx[0];
4433
+ }
4434
+ set sportswallet(t) {
4435
+ this.$$set({ sportswallet: t }), O();
4436
+ }
4437
+ get casinowallet() {
4438
+ return this.$$.ctx[1];
4439
+ }
4440
+ set casinowallet(t) {
4441
+ this.$$set({ casinowallet: t }), O();
4442
+ }
4443
+ get currency() {
4444
+ return this.$$.ctx[16];
4445
+ }
4446
+ set currency(t) {
4447
+ this.$$set({ currency: t }), O();
4448
+ }
4449
+ }
4450
+ Gn(Vi, { lang: {}, scorecriterial: {}, betcount: {}, starttime: {}, endtime: {}, tcurl: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, mbsource: {}, sportswallet: {}, casinowallet: {}, currency: {} }, [], [], !0);
4451
+ export {
4452
+ Vi as default
4453
+ };