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

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