@everymatrix/casino-tournaments-thumbnail-rule 1.54.6 → 1.54.9

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,4885 @@
1
+ var lr = Object.defineProperty, hr = Object.defineProperties;
2
+ var cr = Object.getOwnPropertyDescriptors;
3
+ var st = Object.getOwnPropertySymbols;
4
+ var fr = Object.prototype.hasOwnProperty, mr = Object.prototype.propertyIsEnumerable;
5
+ var Ie = (e, t, r) => t in e ? lr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, ut = (e, t) => {
6
+ for (var r in t || (t = {}))
7
+ fr.call(t, r) && Ie(e, r, t[r]);
8
+ if (st)
9
+ for (var r of st(t))
10
+ mr.call(t, r) && Ie(e, r, t[r]);
11
+ return e;
12
+ }, lt = (e, t) => hr(e, cr(t));
13
+ var M = (e, t, r) => Ie(e, typeof t != "symbol" ? t + "" : t, r);
14
+ var ht = (e, t, r) => new Promise((n, i) => {
15
+ var o = (l) => {
16
+ try {
17
+ s(r.next(l));
18
+ } catch (u) {
19
+ i(u);
20
+ }
21
+ }, a = (l) => {
22
+ try {
23
+ s(r.throw(l));
24
+ } catch (u) {
25
+ i(u);
26
+ }
27
+ }, s = (l) => l.done ? n(l.value) : Promise.resolve(l.value).then(o, a);
28
+ s((r = r.apply(e, t)).next());
29
+ });
30
+ function Z() {
31
+ }
32
+ function Lt(e) {
33
+ return e();
34
+ }
35
+ function ct() {
36
+ return /* @__PURE__ */ Object.create(null);
37
+ }
38
+ function Ee(e) {
39
+ e.forEach(Lt);
40
+ }
41
+ function nt(e) {
42
+ return typeof e == "function";
43
+ }
44
+ function Pt(e, t) {
45
+ return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
46
+ }
47
+ function dr(e) {
48
+ return Object.keys(e).length === 0;
49
+ }
50
+ function Ot(e, ...t) {
51
+ if (e == null) {
52
+ for (const n of t)
53
+ n(void 0);
54
+ return Z;
55
+ }
56
+ const r = e.subscribe(...t);
57
+ return r.unsubscribe ? () => r.unsubscribe() : r;
58
+ }
59
+ function pr(e, t, r) {
60
+ e.$$.on_destroy.push(Ot(t, r));
61
+ }
62
+ function p(e, t) {
63
+ e.appendChild(t);
64
+ }
65
+ function br(e, t, r) {
66
+ const n = gr(e);
67
+ if (!n.getElementById(t)) {
68
+ const i = x("style");
69
+ i.id = t, i.textContent = r, yr(n, i);
70
+ }
71
+ }
72
+ function gr(e) {
73
+ if (!e) return document;
74
+ const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
75
+ return t && /** @type {ShadowRoot} */
76
+ t.host ? (
77
+ /** @type {ShadowRoot} */
78
+ t
79
+ ) : e.ownerDocument;
80
+ }
81
+ function yr(e, t) {
82
+ return p(
83
+ /** @type {Document} */
84
+ e.head || e,
85
+ t
86
+ ), t.sheet;
87
+ }
88
+ function R(e, t, r) {
89
+ e.insertBefore(t, r || null);
90
+ }
91
+ function H(e) {
92
+ e.parentNode && e.parentNode.removeChild(e);
93
+ }
94
+ function x(e) {
95
+ return document.createElement(e);
96
+ }
97
+ function vr(e) {
98
+ return document.createElementNS("http://www.w3.org/2000/svg", e);
99
+ }
100
+ function X(e) {
101
+ return document.createTextNode(e);
102
+ }
103
+ function O() {
104
+ return X(" ");
105
+ }
106
+ function Re() {
107
+ return X("");
108
+ }
109
+ function m(e, t, r) {
110
+ r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
111
+ }
112
+ function _r(e) {
113
+ return Array.from(e.childNodes);
114
+ }
115
+ function Y(e, t) {
116
+ t = "" + t, e.data !== t && (e.data = /** @type {string} */
117
+ t);
118
+ }
119
+ class ke {
120
+ constructor(t = !1) {
121
+ /**
122
+ * @private
123
+ * @default false
124
+ */
125
+ M(this, "is_svg", !1);
126
+ /** parent for creating node */
127
+ M(this, "e");
128
+ /** html tag nodes */
129
+ M(this, "n");
130
+ /** target */
131
+ M(this, "t");
132
+ /** anchor */
133
+ M(this, "a");
134
+ this.is_svg = t, this.e = this.n = null;
135
+ }
136
+ /**
137
+ * @param {string} html
138
+ * @returns {void}
139
+ */
140
+ c(t) {
141
+ this.h(t);
142
+ }
143
+ /**
144
+ * @param {string} html
145
+ * @param {HTMLElement | SVGElement} target
146
+ * @param {HTMLElement | SVGElement} anchor
147
+ * @returns {void}
148
+ */
149
+ m(t, r, n = null) {
150
+ this.e || (this.is_svg ? this.e = vr(
151
+ /** @type {keyof SVGElementTagNameMap} */
152
+ r.nodeName
153
+ ) : this.e = x(
154
+ /** @type {keyof HTMLElementTagNameMap} */
155
+ r.nodeType === 11 ? "TEMPLATE" : r.nodeName
156
+ ), this.t = r.tagName !== "TEMPLATE" ? r : (
157
+ /** @type {HTMLTemplateElement} */
158
+ r.content
159
+ ), this.c(t)), this.i(n);
160
+ }
161
+ /**
162
+ * @param {string} html
163
+ * @returns {void}
164
+ */
165
+ h(t) {
166
+ this.e.innerHTML = t, this.n = Array.from(
167
+ this.e.nodeName === "TEMPLATE" ? this.e.content.childNodes : this.e.childNodes
168
+ );
169
+ }
170
+ /**
171
+ * @returns {void} */
172
+ i(t) {
173
+ for (let r = 0; r < this.n.length; r += 1)
174
+ R(this.t, this.n[r], t);
175
+ }
176
+ /**
177
+ * @param {string} html
178
+ * @returns {void}
179
+ */
180
+ p(t) {
181
+ this.d(), this.h(t), this.i(this.a);
182
+ }
183
+ /**
184
+ * @returns {void} */
185
+ d() {
186
+ this.n.forEach(H);
187
+ }
188
+ }
189
+ function Er(e) {
190
+ const t = {};
191
+ return e.childNodes.forEach(
192
+ /** @param {Element} node */
193
+ (r) => {
194
+ t[r.slot || "default"] = !0;
195
+ }
196
+ ), t;
197
+ }
198
+ let ye;
199
+ function ge(e) {
200
+ ye = e;
201
+ }
202
+ function xr() {
203
+ if (!ye) throw new Error("Function called outside component initialization");
204
+ return ye;
205
+ }
206
+ function Tr(e) {
207
+ xr().$$.on_mount.push(e);
208
+ }
209
+ const se = [], ze = [];
210
+ let ue = [];
211
+ const ft = [], Br = /* @__PURE__ */ Promise.resolve();
212
+ let Xe = !1;
213
+ function wr() {
214
+ Xe || (Xe = !0, Br.then(z));
215
+ }
216
+ function We(e) {
217
+ ue.push(e);
218
+ }
219
+ const $e = /* @__PURE__ */ new Set();
220
+ let oe = 0;
221
+ function z() {
222
+ if (oe !== 0)
223
+ return;
224
+ const e = ye;
225
+ do {
226
+ try {
227
+ for (; oe < se.length; ) {
228
+ const t = se[oe];
229
+ oe++, ge(t), Hr(t.$$);
230
+ }
231
+ } catch (t) {
232
+ throw se.length = 0, oe = 0, t;
233
+ }
234
+ for (ge(null), se.length = 0, oe = 0; ze.length; ) ze.pop()();
235
+ for (let t = 0; t < ue.length; t += 1) {
236
+ const r = ue[t];
237
+ $e.has(r) || ($e.add(r), r());
238
+ }
239
+ ue.length = 0;
240
+ } while (se.length);
241
+ for (; ft.length; )
242
+ ft.pop()();
243
+ Xe = !1, $e.clear(), ge(e);
244
+ }
245
+ function Hr(e) {
246
+ if (e.fragment !== null) {
247
+ e.update(), Ee(e.before_update);
248
+ const t = e.dirty;
249
+ e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(We);
250
+ }
251
+ }
252
+ function Cr(e) {
253
+ const t = [], r = [];
254
+ ue.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), ue = t;
255
+ }
256
+ const Sr = /* @__PURE__ */ new Set();
257
+ function Mr(e, t) {
258
+ e && e.i && (Sr.delete(e), e.i(t));
259
+ }
260
+ function Rr(e, t, r) {
261
+ const { fragment: n, after_update: i } = e.$$;
262
+ n && n.m(t, r), We(() => {
263
+ const o = e.$$.on_mount.map(Lt).filter(nt);
264
+ e.$$.on_destroy ? e.$$.on_destroy.push(...o) : Ee(o), e.$$.on_mount = [];
265
+ }), i.forEach(We);
266
+ }
267
+ function kr(e, t) {
268
+ const r = e.$$;
269
+ r.fragment !== null && (Cr(r.after_update), Ee(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
270
+ }
271
+ function Nr(e, t) {
272
+ e.$$.dirty[0] === -1 && (se.push(e), wr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
273
+ }
274
+ function Ar(e, t, r, n, i, o, a = null, s = [-1]) {
275
+ const l = ye;
276
+ ge(e);
277
+ const u = e.$$ = {
278
+ fragment: null,
279
+ ctx: [],
280
+ // state
281
+ props: o,
282
+ update: Z,
283
+ not_equal: i,
284
+ bound: ct(),
285
+ // lifecycle
286
+ on_mount: [],
287
+ on_destroy: [],
288
+ on_disconnect: [],
289
+ before_update: [],
290
+ after_update: [],
291
+ context: new Map(t.context || (l ? l.$$.context : [])),
292
+ // everything else
293
+ callbacks: ct(),
294
+ dirty: s,
295
+ skip_bound: !1,
296
+ root: t.target || l.$$.root
297
+ };
298
+ a && a(u.root);
299
+ let h = !1;
300
+ if (u.ctx = r ? r(e, t.props || {}, (c, f, ...g) => {
301
+ const y = g.length ? g[0] : f;
302
+ return u.ctx && i(u.ctx[c], u.ctx[c] = y) && (!u.skip_bound && u.bound[c] && u.bound[c](y), h && Nr(e, c)), f;
303
+ }) : [], u.update(), h = !0, Ee(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
304
+ if (t.hydrate) {
305
+ const c = _r(t.target);
306
+ u.fragment && u.fragment.l(c), c.forEach(H);
307
+ } else
308
+ u.fragment && u.fragment.c();
309
+ t.intro && Mr(e.$$.fragment), Rr(e, t.target, t.anchor), z();
310
+ }
311
+ ge(l);
312
+ }
313
+ let It;
314
+ typeof HTMLElement == "function" && (It = class extends HTMLElement {
315
+ constructor(t, r, n) {
316
+ super();
317
+ /** The Svelte component constructor */
318
+ M(this, "$$ctor");
319
+ /** Slots */
320
+ M(this, "$$s");
321
+ /** The Svelte component instance */
322
+ M(this, "$$c");
323
+ /** Whether or not the custom element is connected */
324
+ M(this, "$$cn", !1);
325
+ /** Component props data */
326
+ M(this, "$$d", {});
327
+ /** `true` if currently in the process of reflecting component props back to attributes */
328
+ M(this, "$$r", !1);
329
+ /** @type {Record<string, CustomElementPropDefinition>} Props definition (name, reflected, type etc) */
330
+ M(this, "$$p_d", {});
331
+ /** @type {Record<string, Function[]>} Event listeners */
332
+ M(this, "$$l", {});
333
+ /** @type {Map<Function, Function>} Event listener unsubscribe functions */
334
+ M(this, "$$l_u", /* @__PURE__ */ new Map());
335
+ this.$$ctor = t, this.$$s = r, n && this.attachShadow({ mode: "open" });
336
+ }
337
+ addEventListener(t, r, n) {
338
+ if (this.$$l[t] = this.$$l[t] || [], this.$$l[t].push(r), this.$$c) {
339
+ const i = this.$$c.$on(t, r);
340
+ this.$$l_u.set(r, i);
341
+ }
342
+ super.addEventListener(t, r, n);
343
+ }
344
+ removeEventListener(t, r, n) {
345
+ if (super.removeEventListener(t, r, n), this.$$c) {
346
+ const i = this.$$l_u.get(r);
347
+ i && (i(), this.$$l_u.delete(r));
348
+ }
349
+ }
350
+ connectedCallback() {
351
+ return ht(this, null, function* () {
352
+ if (this.$$cn = !0, !this.$$c) {
353
+ let t = function(o) {
354
+ return () => {
355
+ let a;
356
+ return {
357
+ c: function() {
358
+ a = x("slot"), o !== "default" && m(a, "name", o);
359
+ },
360
+ /**
361
+ * @param {HTMLElement} target
362
+ * @param {HTMLElement} [anchor]
363
+ */
364
+ m: function(u, h) {
365
+ R(u, a, h);
366
+ },
367
+ d: function(u) {
368
+ u && H(a);
369
+ }
370
+ };
371
+ };
372
+ };
373
+ if (yield Promise.resolve(), !this.$$cn || this.$$c)
374
+ return;
375
+ const r = {}, n = Er(this);
376
+ for (const o of this.$$s)
377
+ o in n && (r[o] = [t(o)]);
378
+ for (const o of this.attributes) {
379
+ const a = this.$$g_p(o.name);
380
+ a in this.$$d || (this.$$d[a] = we(a, o.value, this.$$p_d, "toProp"));
381
+ }
382
+ for (const o in this.$$p_d)
383
+ !(o in this.$$d) && this[o] !== void 0 && (this.$$d[o] = this[o], delete this[o]);
384
+ this.$$c = new this.$$ctor({
385
+ target: this.shadowRoot || this,
386
+ props: lt(ut({}, this.$$d), {
387
+ $$slots: r,
388
+ $$scope: {
389
+ ctx: []
390
+ }
391
+ })
392
+ });
393
+ const i = () => {
394
+ this.$$r = !0;
395
+ for (const o in this.$$p_d)
396
+ if (this.$$d[o] = this.$$c.$$.ctx[this.$$c.$$.props[o]], this.$$p_d[o].reflect) {
397
+ const a = we(
398
+ o,
399
+ this.$$d[o],
400
+ this.$$p_d,
401
+ "toAttribute"
402
+ );
403
+ a == null ? this.removeAttribute(this.$$p_d[o].attribute || o) : this.setAttribute(this.$$p_d[o].attribute || o, a);
404
+ }
405
+ this.$$r = !1;
406
+ };
407
+ this.$$c.$$.after_update.push(i), i();
408
+ for (const o in this.$$l)
409
+ for (const a of this.$$l[o]) {
410
+ const s = this.$$c.$on(o, a);
411
+ this.$$l_u.set(a, s);
412
+ }
413
+ this.$$l = {};
414
+ }
415
+ });
416
+ }
417
+ // We don't need this when working within Svelte code, but for compatibility of people using this outside of Svelte
418
+ // and setting attributes through setAttribute etc, this is helpful
419
+ attributeChangedCallback(t, r, n) {
420
+ var i;
421
+ this.$$r || (t = this.$$g_p(t), this.$$d[t] = we(t, n, this.$$p_d, "toProp"), (i = this.$$c) == null || i.$set({ [t]: this.$$d[t] }));
422
+ }
423
+ disconnectedCallback() {
424
+ this.$$cn = !1, Promise.resolve().then(() => {
425
+ !this.$$cn && this.$$c && (this.$$c.$destroy(), this.$$c = void 0);
426
+ });
427
+ }
428
+ $$g_p(t) {
429
+ return Object.keys(this.$$p_d).find(
430
+ (r) => this.$$p_d[r].attribute === t || !this.$$p_d[r].attribute && r.toLowerCase() === t
431
+ ) || t;
432
+ }
433
+ });
434
+ function we(e, t, r, n) {
435
+ var o;
436
+ const i = (o = r[e]) == null ? void 0 : o.type;
437
+ if (t = i === "Boolean" && typeof t != "boolean" ? t != null : t, !n || !r[e])
438
+ return t;
439
+ if (n === "toAttribute")
440
+ switch (i) {
441
+ case "Object":
442
+ case "Array":
443
+ return t == null ? null : JSON.stringify(t);
444
+ case "Boolean":
445
+ return t ? "" : null;
446
+ case "Number":
447
+ return t == null ? null : t;
448
+ default:
449
+ return t;
450
+ }
451
+ else
452
+ switch (i) {
453
+ case "Object":
454
+ case "Array":
455
+ return t && JSON.parse(t);
456
+ case "Boolean":
457
+ return t;
458
+ case "Number":
459
+ return t != null ? +t : t;
460
+ default:
461
+ return t;
462
+ }
463
+ }
464
+ function Lr(e, t, r, n, i, o) {
465
+ let a = class extends It {
466
+ constructor() {
467
+ super(e, r, i), this.$$p_d = t;
468
+ }
469
+ static get observedAttributes() {
470
+ return Object.keys(t).map(
471
+ (s) => (t[s].attribute || s).toLowerCase()
472
+ );
473
+ }
474
+ };
475
+ return Object.keys(t).forEach((s) => {
476
+ Object.defineProperty(a.prototype, s, {
477
+ get() {
478
+ return this.$$c && s in this.$$c ? this.$$c[s] : this.$$d[s];
479
+ },
480
+ set(l) {
481
+ var u;
482
+ l = we(s, l, t), this.$$d[s] = l, (u = this.$$c) == null || u.$set({ [s]: l });
483
+ }
484
+ });
485
+ }), n.forEach((s) => {
486
+ Object.defineProperty(a.prototype, s, {
487
+ get() {
488
+ var l;
489
+ return (l = this.$$c) == null ? void 0 : l[s];
490
+ }
491
+ });
492
+ }), e.element = /** @type {any} */
493
+ a, a;
494
+ }
495
+ class Pr {
496
+ constructor() {
497
+ /**
498
+ * ### PRIVATE API
499
+ *
500
+ * Do not use, may change at any time
501
+ *
502
+ * @type {any}
503
+ */
504
+ M(this, "$$");
505
+ /**
506
+ * ### PRIVATE API
507
+ *
508
+ * Do not use, may change at any time
509
+ *
510
+ * @type {any}
511
+ */
512
+ M(this, "$$set");
513
+ }
514
+ /** @returns {void} */
515
+ $destroy() {
516
+ kr(this, 1), this.$destroy = Z;
517
+ }
518
+ /**
519
+ * @template {Extract<keyof Events, string>} K
520
+ * @param {K} type
521
+ * @param {((e: Events[K]) => void) | null | undefined} callback
522
+ * @returns {() => void}
523
+ */
524
+ $on(t, r) {
525
+ if (!nt(r))
526
+ return Z;
527
+ const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
528
+ return n.push(r), () => {
529
+ const i = n.indexOf(r);
530
+ i !== -1 && n.splice(i, 1);
531
+ };
532
+ }
533
+ /**
534
+ * @param {Partial<Props>} props
535
+ * @returns {void}
536
+ */
537
+ $set(t) {
538
+ this.$$set && !dr(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
539
+ }
540
+ }
541
+ const Or = "4";
542
+ typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Or);
543
+ const ae = [];
544
+ function Ir(e, t) {
545
+ return {
546
+ subscribe: Ne(e, t).subscribe
547
+ };
548
+ }
549
+ function Ne(e, t = Z) {
550
+ let r;
551
+ const n = /* @__PURE__ */ new Set();
552
+ function i(s) {
553
+ if (Pt(e, s) && (e = s, r)) {
554
+ const l = !ae.length;
555
+ for (const u of n)
556
+ u[1](), ae.push(u, e);
557
+ if (l) {
558
+ for (let u = 0; u < ae.length; u += 2)
559
+ ae[u][0](ae[u + 1]);
560
+ ae.length = 0;
561
+ }
562
+ }
563
+ }
564
+ function o(s) {
565
+ i(s(e));
566
+ }
567
+ function a(s, l = Z) {
568
+ const u = [s, l];
569
+ return n.add(u), n.size === 1 && (r = t(i, o) || Z), s(e), () => {
570
+ n.delete(u), n.size === 0 && r && (r(), r = null);
571
+ };
572
+ }
573
+ return { set: i, update: o, subscribe: a };
574
+ }
575
+ function me(e, t, r) {
576
+ const n = !Array.isArray(e), i = n ? [e] : e;
577
+ if (!i.every(Boolean))
578
+ throw new Error("derived() expects stores as input, got a falsy value");
579
+ const o = t.length < 2;
580
+ return Ir(r, (a, s) => {
581
+ let l = !1;
582
+ const u = [];
583
+ let h = 0, c = Z;
584
+ const f = () => {
585
+ if (h)
586
+ return;
587
+ c();
588
+ const y = t(n ? u[0] : u, a, s);
589
+ o ? a(y) : c = nt(y) ? y : Z;
590
+ }, g = i.map(
591
+ (y, T) => Ot(
592
+ y,
593
+ (w) => {
594
+ u[T] = w, h &= ~(1 << T), l && f();
595
+ },
596
+ () => {
597
+ h |= 1 << T;
598
+ }
599
+ )
600
+ );
601
+ return l = !0, f(), function() {
602
+ Ee(g), c(), l = !1;
603
+ };
604
+ });
605
+ }
606
+ function $r(e) {
607
+ return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
608
+ }
609
+ var Dr = function(t) {
610
+ return Ur(t) && !Gr(t);
611
+ };
612
+ function Ur(e) {
613
+ return !!e && typeof e == "object";
614
+ }
615
+ function Gr(e) {
616
+ var t = Object.prototype.toString.call(e);
617
+ return t === "[object RegExp]" || t === "[object Date]" || Vr(e);
618
+ }
619
+ var Fr = typeof Symbol == "function" && Symbol.for, jr = Fr ? Symbol.for("react.element") : 60103;
620
+ function Vr(e) {
621
+ return e.$$typeof === jr;
622
+ }
623
+ function zr(e) {
624
+ return Array.isArray(e) ? [] : {};
625
+ }
626
+ function ve(e, t) {
627
+ return t.clone !== !1 && t.isMergeableObject(e) ? le(zr(e), e, t) : e;
628
+ }
629
+ function Xr(e, t, r) {
630
+ return e.concat(t).map(function(n) {
631
+ return ve(n, r);
632
+ });
633
+ }
634
+ function Wr(e, t) {
635
+ if (!t.customMerge)
636
+ return le;
637
+ var r = t.customMerge(e);
638
+ return typeof r == "function" ? r : le;
639
+ }
640
+ function Zr(e) {
641
+ return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
642
+ return Object.propertyIsEnumerable.call(e, t);
643
+ }) : [];
644
+ }
645
+ function mt(e) {
646
+ return Object.keys(e).concat(Zr(e));
647
+ }
648
+ function $t(e, t) {
649
+ try {
650
+ return t in e;
651
+ } catch (r) {
652
+ return !1;
653
+ }
654
+ }
655
+ function Jr(e, t) {
656
+ return $t(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
657
+ }
658
+ function Yr(e, t, r) {
659
+ var n = {};
660
+ return r.isMergeableObject(e) && mt(e).forEach(function(i) {
661
+ n[i] = ve(e[i], r);
662
+ }), mt(t).forEach(function(i) {
663
+ Jr(e, i) || ($t(e, i) && r.isMergeableObject(t[i]) ? n[i] = Wr(i, r)(e[i], t[i], r) : n[i] = ve(t[i], r));
664
+ }), n;
665
+ }
666
+ function le(e, t, r) {
667
+ r = r || {}, r.arrayMerge = r.arrayMerge || Xr, r.isMergeableObject = r.isMergeableObject || Dr, r.cloneUnlessOtherwiseSpecified = ve;
668
+ var n = Array.isArray(t), i = Array.isArray(e), o = n === i;
669
+ return o ? n ? r.arrayMerge(e, t, r) : Yr(e, t, r) : ve(t, r);
670
+ }
671
+ le.all = function(t, r) {
672
+ if (!Array.isArray(t))
673
+ throw new Error("first argument should be an array");
674
+ return t.reduce(function(n, i) {
675
+ return le(n, i, r);
676
+ }, {});
677
+ };
678
+ var Kr = le, qr = Kr;
679
+ const Qr = /* @__PURE__ */ $r(qr);
680
+ var Ze = function(e, t) {
681
+ return Ze = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
682
+ r.__proto__ = n;
683
+ } || function(r, n) {
684
+ for (var i in n) Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
685
+ }, Ze(e, t);
686
+ };
687
+ function Ae(e, t) {
688
+ if (typeof t != "function" && t !== null)
689
+ throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
690
+ Ze(e, t);
691
+ function r() {
692
+ this.constructor = e;
693
+ }
694
+ e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
695
+ }
696
+ var _ = function() {
697
+ return _ = Object.assign || function(t) {
698
+ for (var r, n = 1, i = arguments.length; n < i; n++) {
699
+ r = arguments[n];
700
+ for (var o in r) Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
701
+ }
702
+ return t;
703
+ }, _.apply(this, arguments);
704
+ };
705
+ function en(e, t) {
706
+ var r = {};
707
+ for (var n in e) Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
708
+ if (e != null && typeof Object.getOwnPropertySymbols == "function")
709
+ for (var i = 0, n = Object.getOwnPropertySymbols(e); i < n.length; i++)
710
+ t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
711
+ return r;
712
+ }
713
+ function De(e, t, r) {
714
+ if (r || arguments.length === 2) for (var n = 0, i = t.length, o; n < i; n++)
715
+ (o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
716
+ return e.concat(o || Array.prototype.slice.call(t));
717
+ }
718
+ function Ue(e, t) {
719
+ var r = t && t.cache ? t.cache : un, n = t && t.serializer ? t.serializer : an, i = t && t.strategy ? t.strategy : nn;
720
+ return i(e, {
721
+ cache: r,
722
+ serializer: n
723
+ });
724
+ }
725
+ function tn(e) {
726
+ return e == null || typeof e == "number" || typeof e == "boolean";
727
+ }
728
+ function rn(e, t, r, n) {
729
+ var i = tn(n) ? n : r(n), o = t.get(i);
730
+ return typeof o == "undefined" && (o = e.call(this, n), t.set(i, o)), o;
731
+ }
732
+ function Dt(e, t, r) {
733
+ var n = Array.prototype.slice.call(arguments, 3), i = r(n), o = t.get(i);
734
+ return typeof o == "undefined" && (o = e.apply(this, n), t.set(i, o)), o;
735
+ }
736
+ function Ut(e, t, r, n, i) {
737
+ return r.bind(t, e, n, i);
738
+ }
739
+ function nn(e, t) {
740
+ var r = e.length === 1 ? rn : Dt;
741
+ return Ut(e, this, r, t.cache.create(), t.serializer);
742
+ }
743
+ function on(e, t) {
744
+ return Ut(e, this, Dt, t.cache.create(), t.serializer);
745
+ }
746
+ var an = function() {
747
+ return JSON.stringify(arguments);
748
+ }, sn = (
749
+ /** @class */
750
+ function() {
751
+ function e() {
752
+ this.cache = /* @__PURE__ */ Object.create(null);
753
+ }
754
+ return e.prototype.get = function(t) {
755
+ return this.cache[t];
756
+ }, e.prototype.set = function(t, r) {
757
+ this.cache[t] = r;
758
+ }, e;
759
+ }()
760
+ ), un = {
761
+ create: function() {
762
+ return new sn();
763
+ }
764
+ }, Ge = {
765
+ variadic: on
766
+ }, b;
767
+ (function(e) {
768
+ 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";
769
+ })(b || (b = {}));
770
+ var B;
771
+ (function(e) {
772
+ 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";
773
+ })(B || (B = {}));
774
+ var he;
775
+ (function(e) {
776
+ e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
777
+ })(he || (he = {}));
778
+ function dt(e) {
779
+ return e.type === B.literal;
780
+ }
781
+ function ln(e) {
782
+ return e.type === B.argument;
783
+ }
784
+ function Gt(e) {
785
+ return e.type === B.number;
786
+ }
787
+ function Ft(e) {
788
+ return e.type === B.date;
789
+ }
790
+ function jt(e) {
791
+ return e.type === B.time;
792
+ }
793
+ function Vt(e) {
794
+ return e.type === B.select;
795
+ }
796
+ function zt(e) {
797
+ return e.type === B.plural;
798
+ }
799
+ function hn(e) {
800
+ return e.type === B.pound;
801
+ }
802
+ function Xt(e) {
803
+ return e.type === B.tag;
804
+ }
805
+ function Wt(e) {
806
+ return !!(e && typeof e == "object" && e.type === he.number);
807
+ }
808
+ function Je(e) {
809
+ return !!(e && typeof e == "object" && e.type === he.dateTime);
810
+ }
811
+ var Zt = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, cn = /(?:[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;
812
+ function fn(e) {
813
+ var t = {};
814
+ return e.replace(cn, function(r) {
815
+ var n = r.length;
816
+ switch (r[0]) {
817
+ case "G":
818
+ t.era = n === 4 ? "long" : n === 5 ? "narrow" : "short";
819
+ break;
820
+ case "y":
821
+ t.year = n === 2 ? "2-digit" : "numeric";
822
+ break;
823
+ case "Y":
824
+ case "u":
825
+ case "U":
826
+ case "r":
827
+ throw new RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");
828
+ case "q":
829
+ case "Q":
830
+ throw new RangeError("`q/Q` (quarter) patterns are not supported");
831
+ case "M":
832
+ case "L":
833
+ t.month = ["numeric", "2-digit", "short", "long", "narrow"][n - 1];
834
+ break;
835
+ case "w":
836
+ case "W":
837
+ throw new RangeError("`w/W` (week) patterns are not supported");
838
+ case "d":
839
+ t.day = ["numeric", "2-digit"][n - 1];
840
+ break;
841
+ case "D":
842
+ case "F":
843
+ case "g":
844
+ throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");
845
+ case "E":
846
+ t.weekday = n === 4 ? "long" : n === 5 ? "narrow" : "short";
847
+ break;
848
+ case "e":
849
+ if (n < 4)
850
+ throw new RangeError("`e..eee` (weekday) patterns are not supported");
851
+ t.weekday = ["short", "long", "narrow", "short"][n - 4];
852
+ break;
853
+ case "c":
854
+ if (n < 4)
855
+ throw new RangeError("`c..ccc` (weekday) patterns are not supported");
856
+ t.weekday = ["short", "long", "narrow", "short"][n - 4];
857
+ break;
858
+ case "a":
859
+ t.hour12 = !0;
860
+ break;
861
+ case "b":
862
+ case "B":
863
+ throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");
864
+ case "h":
865
+ t.hourCycle = "h12", t.hour = ["numeric", "2-digit"][n - 1];
866
+ break;
867
+ case "H":
868
+ t.hourCycle = "h23", t.hour = ["numeric", "2-digit"][n - 1];
869
+ break;
870
+ case "K":
871
+ t.hourCycle = "h11", t.hour = ["numeric", "2-digit"][n - 1];
872
+ break;
873
+ case "k":
874
+ t.hourCycle = "h24", t.hour = ["numeric", "2-digit"][n - 1];
875
+ break;
876
+ case "j":
877
+ case "J":
878
+ case "C":
879
+ throw new RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");
880
+ case "m":
881
+ t.minute = ["numeric", "2-digit"][n - 1];
882
+ break;
883
+ case "s":
884
+ t.second = ["numeric", "2-digit"][n - 1];
885
+ break;
886
+ case "S":
887
+ case "A":
888
+ throw new RangeError("`S/A` (second) patterns are not supported, use `s` instead");
889
+ case "z":
890
+ t.timeZoneName = n < 4 ? "short" : "long";
891
+ break;
892
+ case "Z":
893
+ case "O":
894
+ case "v":
895
+ case "V":
896
+ case "X":
897
+ case "x":
898
+ throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead");
899
+ }
900
+ return "";
901
+ }), t;
902
+ }
903
+ var mn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
904
+ function dn(e) {
905
+ if (e.length === 0)
906
+ throw new Error("Number skeleton cannot be empty");
907
+ for (var t = e.split(mn).filter(function(f) {
908
+ return f.length > 0;
909
+ }), r = [], n = 0, i = t; n < i.length; n++) {
910
+ var o = i[n], a = o.split("/");
911
+ if (a.length === 0)
912
+ throw new Error("Invalid number skeleton");
913
+ for (var s = a[0], l = a.slice(1), u = 0, h = l; u < h.length; u++) {
914
+ var c = h[u];
915
+ if (c.length === 0)
916
+ throw new Error("Invalid number skeleton");
917
+ }
918
+ r.push({ stem: s, options: l });
919
+ }
920
+ return r;
921
+ }
922
+ function pn(e) {
923
+ return e.replace(/^(.*?)-/, "");
924
+ }
925
+ var pt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Jt = /^(@+)?(\+|#+)?[rs]?$/g, bn = /(\*)(0+)|(#+)(0+)|(0+)/g, Yt = /^(0+)$/;
926
+ function bt(e) {
927
+ var t = {};
928
+ return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Jt, function(r, n, i) {
929
+ return typeof i != "string" ? (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length) : i === "+" ? t.minimumSignificantDigits = n.length : n[0] === "#" ? t.maximumSignificantDigits = n.length : (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length + (typeof i == "string" ? i.length : 0)), "";
930
+ }), t;
931
+ }
932
+ function Kt(e) {
933
+ switch (e) {
934
+ case "sign-auto":
935
+ return {
936
+ signDisplay: "auto"
937
+ };
938
+ case "sign-accounting":
939
+ case "()":
940
+ return {
941
+ currencySign: "accounting"
942
+ };
943
+ case "sign-always":
944
+ case "+!":
945
+ return {
946
+ signDisplay: "always"
947
+ };
948
+ case "sign-accounting-always":
949
+ case "()!":
950
+ return {
951
+ signDisplay: "always",
952
+ currencySign: "accounting"
953
+ };
954
+ case "sign-except-zero":
955
+ case "+?":
956
+ return {
957
+ signDisplay: "exceptZero"
958
+ };
959
+ case "sign-accounting-except-zero":
960
+ case "()?":
961
+ return {
962
+ signDisplay: "exceptZero",
963
+ currencySign: "accounting"
964
+ };
965
+ case "sign-never":
966
+ case "+_":
967
+ return {
968
+ signDisplay: "never"
969
+ };
970
+ }
971
+ }
972
+ function gn(e) {
973
+ var t;
974
+ if (e[0] === "E" && e[1] === "E" ? (t = {
975
+ notation: "engineering"
976
+ }, e = e.slice(2)) : e[0] === "E" && (t = {
977
+ notation: "scientific"
978
+ }, e = e.slice(1)), t) {
979
+ var r = e.slice(0, 2);
980
+ if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Yt.test(e))
981
+ throw new Error("Malformed concise eng/scientific notation");
982
+ t.minimumIntegerDigits = e.length;
983
+ }
984
+ return t;
985
+ }
986
+ function gt(e) {
987
+ var t = {}, r = Kt(e);
988
+ return r || t;
989
+ }
990
+ function yn(e) {
991
+ for (var t = {}, r = 0, n = e; r < n.length; r++) {
992
+ var i = n[r];
993
+ switch (i.stem) {
994
+ case "percent":
995
+ case "%":
996
+ t.style = "percent";
997
+ continue;
998
+ case "%x100":
999
+ t.style = "percent", t.scale = 100;
1000
+ continue;
1001
+ case "currency":
1002
+ t.style = "currency", t.currency = i.options[0];
1003
+ continue;
1004
+ case "group-off":
1005
+ case ",_":
1006
+ t.useGrouping = !1;
1007
+ continue;
1008
+ case "precision-integer":
1009
+ case ".":
1010
+ t.maximumFractionDigits = 0;
1011
+ continue;
1012
+ case "measure-unit":
1013
+ case "unit":
1014
+ t.style = "unit", t.unit = pn(i.options[0]);
1015
+ continue;
1016
+ case "compact-short":
1017
+ case "K":
1018
+ t.notation = "compact", t.compactDisplay = "short";
1019
+ continue;
1020
+ case "compact-long":
1021
+ case "KK":
1022
+ t.notation = "compact", t.compactDisplay = "long";
1023
+ continue;
1024
+ case "scientific":
1025
+ t = _(_(_({}, t), { notation: "scientific" }), i.options.reduce(function(l, u) {
1026
+ return _(_({}, l), gt(u));
1027
+ }, {}));
1028
+ continue;
1029
+ case "engineering":
1030
+ t = _(_(_({}, t), { notation: "engineering" }), i.options.reduce(function(l, u) {
1031
+ return _(_({}, l), gt(u));
1032
+ }, {}));
1033
+ continue;
1034
+ case "notation-simple":
1035
+ t.notation = "standard";
1036
+ continue;
1037
+ case "unit-width-narrow":
1038
+ t.currencyDisplay = "narrowSymbol", t.unitDisplay = "narrow";
1039
+ continue;
1040
+ case "unit-width-short":
1041
+ t.currencyDisplay = "code", t.unitDisplay = "short";
1042
+ continue;
1043
+ case "unit-width-full-name":
1044
+ t.currencyDisplay = "name", t.unitDisplay = "long";
1045
+ continue;
1046
+ case "unit-width-iso-code":
1047
+ t.currencyDisplay = "symbol";
1048
+ continue;
1049
+ case "scale":
1050
+ t.scale = parseFloat(i.options[0]);
1051
+ continue;
1052
+ case "rounding-mode-floor":
1053
+ t.roundingMode = "floor";
1054
+ continue;
1055
+ case "rounding-mode-ceiling":
1056
+ t.roundingMode = "ceil";
1057
+ continue;
1058
+ case "rounding-mode-down":
1059
+ t.roundingMode = "trunc";
1060
+ continue;
1061
+ case "rounding-mode-up":
1062
+ t.roundingMode = "expand";
1063
+ continue;
1064
+ case "rounding-mode-half-even":
1065
+ t.roundingMode = "halfEven";
1066
+ continue;
1067
+ case "rounding-mode-half-down":
1068
+ t.roundingMode = "halfTrunc";
1069
+ continue;
1070
+ case "rounding-mode-half-up":
1071
+ t.roundingMode = "halfExpand";
1072
+ continue;
1073
+ case "integer-width":
1074
+ if (i.options.length > 1)
1075
+ throw new RangeError("integer-width stems only accept a single optional option");
1076
+ i.options[0].replace(bn, function(l, u, h, c, f, g) {
1077
+ if (u)
1078
+ t.minimumIntegerDigits = h.length;
1079
+ else {
1080
+ if (c && f)
1081
+ throw new Error("We currently do not support maximum integer digits");
1082
+ if (g)
1083
+ throw new Error("We currently do not support exact integer digits");
1084
+ }
1085
+ return "";
1086
+ });
1087
+ continue;
1088
+ }
1089
+ if (Yt.test(i.stem)) {
1090
+ t.minimumIntegerDigits = i.stem.length;
1091
+ continue;
1092
+ }
1093
+ if (pt.test(i.stem)) {
1094
+ if (i.options.length > 1)
1095
+ throw new RangeError("Fraction-precision stems only accept a single optional option");
1096
+ i.stem.replace(pt, function(l, u, h, c, f, g) {
1097
+ return h === "*" ? t.minimumFractionDigits = u.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : f && g ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + g.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
1098
+ });
1099
+ var o = i.options[0];
1100
+ o === "w" ? t = _(_({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = _(_({}, t), bt(o)));
1101
+ continue;
1102
+ }
1103
+ if (Jt.test(i.stem)) {
1104
+ t = _(_({}, t), bt(i.stem));
1105
+ continue;
1106
+ }
1107
+ var a = Kt(i.stem);
1108
+ a && (t = _(_({}, t), a));
1109
+ var s = gn(i.stem);
1110
+ s && (t = _(_({}, t), s));
1111
+ }
1112
+ return t;
1113
+ }
1114
+ var Be = {
1115
+ "001": [
1116
+ "H",
1117
+ "h"
1118
+ ],
1119
+ 419: [
1120
+ "h",
1121
+ "H",
1122
+ "hB",
1123
+ "hb"
1124
+ ],
1125
+ AC: [
1126
+ "H",
1127
+ "h",
1128
+ "hb",
1129
+ "hB"
1130
+ ],
1131
+ AD: [
1132
+ "H",
1133
+ "hB"
1134
+ ],
1135
+ AE: [
1136
+ "h",
1137
+ "hB",
1138
+ "hb",
1139
+ "H"
1140
+ ],
1141
+ AF: [
1142
+ "H",
1143
+ "hb",
1144
+ "hB",
1145
+ "h"
1146
+ ],
1147
+ AG: [
1148
+ "h",
1149
+ "hb",
1150
+ "H",
1151
+ "hB"
1152
+ ],
1153
+ AI: [
1154
+ "H",
1155
+ "h",
1156
+ "hb",
1157
+ "hB"
1158
+ ],
1159
+ AL: [
1160
+ "h",
1161
+ "H",
1162
+ "hB"
1163
+ ],
1164
+ AM: [
1165
+ "H",
1166
+ "hB"
1167
+ ],
1168
+ AO: [
1169
+ "H",
1170
+ "hB"
1171
+ ],
1172
+ AR: [
1173
+ "h",
1174
+ "H",
1175
+ "hB",
1176
+ "hb"
1177
+ ],
1178
+ AS: [
1179
+ "h",
1180
+ "H"
1181
+ ],
1182
+ AT: [
1183
+ "H",
1184
+ "hB"
1185
+ ],
1186
+ AU: [
1187
+ "h",
1188
+ "hb",
1189
+ "H",
1190
+ "hB"
1191
+ ],
1192
+ AW: [
1193
+ "H",
1194
+ "hB"
1195
+ ],
1196
+ AX: [
1197
+ "H"
1198
+ ],
1199
+ AZ: [
1200
+ "H",
1201
+ "hB",
1202
+ "h"
1203
+ ],
1204
+ BA: [
1205
+ "H",
1206
+ "hB",
1207
+ "h"
1208
+ ],
1209
+ BB: [
1210
+ "h",
1211
+ "hb",
1212
+ "H",
1213
+ "hB"
1214
+ ],
1215
+ BD: [
1216
+ "h",
1217
+ "hB",
1218
+ "H"
1219
+ ],
1220
+ BE: [
1221
+ "H",
1222
+ "hB"
1223
+ ],
1224
+ BF: [
1225
+ "H",
1226
+ "hB"
1227
+ ],
1228
+ BG: [
1229
+ "H",
1230
+ "hB",
1231
+ "h"
1232
+ ],
1233
+ BH: [
1234
+ "h",
1235
+ "hB",
1236
+ "hb",
1237
+ "H"
1238
+ ],
1239
+ BI: [
1240
+ "H",
1241
+ "h"
1242
+ ],
1243
+ BJ: [
1244
+ "H",
1245
+ "hB"
1246
+ ],
1247
+ BL: [
1248
+ "H",
1249
+ "hB"
1250
+ ],
1251
+ BM: [
1252
+ "h",
1253
+ "hb",
1254
+ "H",
1255
+ "hB"
1256
+ ],
1257
+ BN: [
1258
+ "hb",
1259
+ "hB",
1260
+ "h",
1261
+ "H"
1262
+ ],
1263
+ BO: [
1264
+ "h",
1265
+ "H",
1266
+ "hB",
1267
+ "hb"
1268
+ ],
1269
+ BQ: [
1270
+ "H"
1271
+ ],
1272
+ BR: [
1273
+ "H",
1274
+ "hB"
1275
+ ],
1276
+ BS: [
1277
+ "h",
1278
+ "hb",
1279
+ "H",
1280
+ "hB"
1281
+ ],
1282
+ BT: [
1283
+ "h",
1284
+ "H"
1285
+ ],
1286
+ BW: [
1287
+ "H",
1288
+ "h",
1289
+ "hb",
1290
+ "hB"
1291
+ ],
1292
+ BY: [
1293
+ "H",
1294
+ "h"
1295
+ ],
1296
+ BZ: [
1297
+ "H",
1298
+ "h",
1299
+ "hb",
1300
+ "hB"
1301
+ ],
1302
+ CA: [
1303
+ "h",
1304
+ "hb",
1305
+ "H",
1306
+ "hB"
1307
+ ],
1308
+ CC: [
1309
+ "H",
1310
+ "h",
1311
+ "hb",
1312
+ "hB"
1313
+ ],
1314
+ CD: [
1315
+ "hB",
1316
+ "H"
1317
+ ],
1318
+ CF: [
1319
+ "H",
1320
+ "h",
1321
+ "hB"
1322
+ ],
1323
+ CG: [
1324
+ "H",
1325
+ "hB"
1326
+ ],
1327
+ CH: [
1328
+ "H",
1329
+ "hB",
1330
+ "h"
1331
+ ],
1332
+ CI: [
1333
+ "H",
1334
+ "hB"
1335
+ ],
1336
+ CK: [
1337
+ "H",
1338
+ "h",
1339
+ "hb",
1340
+ "hB"
1341
+ ],
1342
+ CL: [
1343
+ "h",
1344
+ "H",
1345
+ "hB",
1346
+ "hb"
1347
+ ],
1348
+ CM: [
1349
+ "H",
1350
+ "h",
1351
+ "hB"
1352
+ ],
1353
+ CN: [
1354
+ "H",
1355
+ "hB",
1356
+ "hb",
1357
+ "h"
1358
+ ],
1359
+ CO: [
1360
+ "h",
1361
+ "H",
1362
+ "hB",
1363
+ "hb"
1364
+ ],
1365
+ CP: [
1366
+ "H"
1367
+ ],
1368
+ CR: [
1369
+ "h",
1370
+ "H",
1371
+ "hB",
1372
+ "hb"
1373
+ ],
1374
+ CU: [
1375
+ "h",
1376
+ "H",
1377
+ "hB",
1378
+ "hb"
1379
+ ],
1380
+ CV: [
1381
+ "H",
1382
+ "hB"
1383
+ ],
1384
+ CW: [
1385
+ "H",
1386
+ "hB"
1387
+ ],
1388
+ CX: [
1389
+ "H",
1390
+ "h",
1391
+ "hb",
1392
+ "hB"
1393
+ ],
1394
+ CY: [
1395
+ "h",
1396
+ "H",
1397
+ "hb",
1398
+ "hB"
1399
+ ],
1400
+ CZ: [
1401
+ "H"
1402
+ ],
1403
+ DE: [
1404
+ "H",
1405
+ "hB"
1406
+ ],
1407
+ DG: [
1408
+ "H",
1409
+ "h",
1410
+ "hb",
1411
+ "hB"
1412
+ ],
1413
+ DJ: [
1414
+ "h",
1415
+ "H"
1416
+ ],
1417
+ DK: [
1418
+ "H"
1419
+ ],
1420
+ DM: [
1421
+ "h",
1422
+ "hb",
1423
+ "H",
1424
+ "hB"
1425
+ ],
1426
+ DO: [
1427
+ "h",
1428
+ "H",
1429
+ "hB",
1430
+ "hb"
1431
+ ],
1432
+ DZ: [
1433
+ "h",
1434
+ "hB",
1435
+ "hb",
1436
+ "H"
1437
+ ],
1438
+ EA: [
1439
+ "H",
1440
+ "h",
1441
+ "hB",
1442
+ "hb"
1443
+ ],
1444
+ EC: [
1445
+ "h",
1446
+ "H",
1447
+ "hB",
1448
+ "hb"
1449
+ ],
1450
+ EE: [
1451
+ "H",
1452
+ "hB"
1453
+ ],
1454
+ EG: [
1455
+ "h",
1456
+ "hB",
1457
+ "hb",
1458
+ "H"
1459
+ ],
1460
+ EH: [
1461
+ "h",
1462
+ "hB",
1463
+ "hb",
1464
+ "H"
1465
+ ],
1466
+ ER: [
1467
+ "h",
1468
+ "H"
1469
+ ],
1470
+ ES: [
1471
+ "H",
1472
+ "hB",
1473
+ "h",
1474
+ "hb"
1475
+ ],
1476
+ ET: [
1477
+ "hB",
1478
+ "hb",
1479
+ "h",
1480
+ "H"
1481
+ ],
1482
+ FI: [
1483
+ "H"
1484
+ ],
1485
+ FJ: [
1486
+ "h",
1487
+ "hb",
1488
+ "H",
1489
+ "hB"
1490
+ ],
1491
+ FK: [
1492
+ "H",
1493
+ "h",
1494
+ "hb",
1495
+ "hB"
1496
+ ],
1497
+ FM: [
1498
+ "h",
1499
+ "hb",
1500
+ "H",
1501
+ "hB"
1502
+ ],
1503
+ FO: [
1504
+ "H",
1505
+ "h"
1506
+ ],
1507
+ FR: [
1508
+ "H",
1509
+ "hB"
1510
+ ],
1511
+ GA: [
1512
+ "H",
1513
+ "hB"
1514
+ ],
1515
+ GB: [
1516
+ "H",
1517
+ "h",
1518
+ "hb",
1519
+ "hB"
1520
+ ],
1521
+ GD: [
1522
+ "h",
1523
+ "hb",
1524
+ "H",
1525
+ "hB"
1526
+ ],
1527
+ GE: [
1528
+ "H",
1529
+ "hB",
1530
+ "h"
1531
+ ],
1532
+ GF: [
1533
+ "H",
1534
+ "hB"
1535
+ ],
1536
+ GG: [
1537
+ "H",
1538
+ "h",
1539
+ "hb",
1540
+ "hB"
1541
+ ],
1542
+ GH: [
1543
+ "h",
1544
+ "H"
1545
+ ],
1546
+ GI: [
1547
+ "H",
1548
+ "h",
1549
+ "hb",
1550
+ "hB"
1551
+ ],
1552
+ GL: [
1553
+ "H",
1554
+ "h"
1555
+ ],
1556
+ GM: [
1557
+ "h",
1558
+ "hb",
1559
+ "H",
1560
+ "hB"
1561
+ ],
1562
+ GN: [
1563
+ "H",
1564
+ "hB"
1565
+ ],
1566
+ GP: [
1567
+ "H",
1568
+ "hB"
1569
+ ],
1570
+ GQ: [
1571
+ "H",
1572
+ "hB",
1573
+ "h",
1574
+ "hb"
1575
+ ],
1576
+ GR: [
1577
+ "h",
1578
+ "H",
1579
+ "hb",
1580
+ "hB"
1581
+ ],
1582
+ GT: [
1583
+ "h",
1584
+ "H",
1585
+ "hB",
1586
+ "hb"
1587
+ ],
1588
+ GU: [
1589
+ "h",
1590
+ "hb",
1591
+ "H",
1592
+ "hB"
1593
+ ],
1594
+ GW: [
1595
+ "H",
1596
+ "hB"
1597
+ ],
1598
+ GY: [
1599
+ "h",
1600
+ "hb",
1601
+ "H",
1602
+ "hB"
1603
+ ],
1604
+ HK: [
1605
+ "h",
1606
+ "hB",
1607
+ "hb",
1608
+ "H"
1609
+ ],
1610
+ HN: [
1611
+ "h",
1612
+ "H",
1613
+ "hB",
1614
+ "hb"
1615
+ ],
1616
+ HR: [
1617
+ "H",
1618
+ "hB"
1619
+ ],
1620
+ HU: [
1621
+ "H",
1622
+ "h"
1623
+ ],
1624
+ IC: [
1625
+ "H",
1626
+ "h",
1627
+ "hB",
1628
+ "hb"
1629
+ ],
1630
+ ID: [
1631
+ "H"
1632
+ ],
1633
+ IE: [
1634
+ "H",
1635
+ "h",
1636
+ "hb",
1637
+ "hB"
1638
+ ],
1639
+ IL: [
1640
+ "H",
1641
+ "hB"
1642
+ ],
1643
+ IM: [
1644
+ "H",
1645
+ "h",
1646
+ "hb",
1647
+ "hB"
1648
+ ],
1649
+ IN: [
1650
+ "h",
1651
+ "H"
1652
+ ],
1653
+ IO: [
1654
+ "H",
1655
+ "h",
1656
+ "hb",
1657
+ "hB"
1658
+ ],
1659
+ IQ: [
1660
+ "h",
1661
+ "hB",
1662
+ "hb",
1663
+ "H"
1664
+ ],
1665
+ IR: [
1666
+ "hB",
1667
+ "H"
1668
+ ],
1669
+ IS: [
1670
+ "H"
1671
+ ],
1672
+ IT: [
1673
+ "H",
1674
+ "hB"
1675
+ ],
1676
+ JE: [
1677
+ "H",
1678
+ "h",
1679
+ "hb",
1680
+ "hB"
1681
+ ],
1682
+ JM: [
1683
+ "h",
1684
+ "hb",
1685
+ "H",
1686
+ "hB"
1687
+ ],
1688
+ JO: [
1689
+ "h",
1690
+ "hB",
1691
+ "hb",
1692
+ "H"
1693
+ ],
1694
+ JP: [
1695
+ "H",
1696
+ "K",
1697
+ "h"
1698
+ ],
1699
+ KE: [
1700
+ "hB",
1701
+ "hb",
1702
+ "H",
1703
+ "h"
1704
+ ],
1705
+ KG: [
1706
+ "H",
1707
+ "h",
1708
+ "hB",
1709
+ "hb"
1710
+ ],
1711
+ KH: [
1712
+ "hB",
1713
+ "h",
1714
+ "H",
1715
+ "hb"
1716
+ ],
1717
+ KI: [
1718
+ "h",
1719
+ "hb",
1720
+ "H",
1721
+ "hB"
1722
+ ],
1723
+ KM: [
1724
+ "H",
1725
+ "h",
1726
+ "hB",
1727
+ "hb"
1728
+ ],
1729
+ KN: [
1730
+ "h",
1731
+ "hb",
1732
+ "H",
1733
+ "hB"
1734
+ ],
1735
+ KP: [
1736
+ "h",
1737
+ "H",
1738
+ "hB",
1739
+ "hb"
1740
+ ],
1741
+ KR: [
1742
+ "h",
1743
+ "H",
1744
+ "hB",
1745
+ "hb"
1746
+ ],
1747
+ KW: [
1748
+ "h",
1749
+ "hB",
1750
+ "hb",
1751
+ "H"
1752
+ ],
1753
+ KY: [
1754
+ "h",
1755
+ "hb",
1756
+ "H",
1757
+ "hB"
1758
+ ],
1759
+ KZ: [
1760
+ "H",
1761
+ "hB"
1762
+ ],
1763
+ LA: [
1764
+ "H",
1765
+ "hb",
1766
+ "hB",
1767
+ "h"
1768
+ ],
1769
+ LB: [
1770
+ "h",
1771
+ "hB",
1772
+ "hb",
1773
+ "H"
1774
+ ],
1775
+ LC: [
1776
+ "h",
1777
+ "hb",
1778
+ "H",
1779
+ "hB"
1780
+ ],
1781
+ LI: [
1782
+ "H",
1783
+ "hB",
1784
+ "h"
1785
+ ],
1786
+ LK: [
1787
+ "H",
1788
+ "h",
1789
+ "hB",
1790
+ "hb"
1791
+ ],
1792
+ LR: [
1793
+ "h",
1794
+ "hb",
1795
+ "H",
1796
+ "hB"
1797
+ ],
1798
+ LS: [
1799
+ "h",
1800
+ "H"
1801
+ ],
1802
+ LT: [
1803
+ "H",
1804
+ "h",
1805
+ "hb",
1806
+ "hB"
1807
+ ],
1808
+ LU: [
1809
+ "H",
1810
+ "h",
1811
+ "hB"
1812
+ ],
1813
+ LV: [
1814
+ "H",
1815
+ "hB",
1816
+ "hb",
1817
+ "h"
1818
+ ],
1819
+ LY: [
1820
+ "h",
1821
+ "hB",
1822
+ "hb",
1823
+ "H"
1824
+ ],
1825
+ MA: [
1826
+ "H",
1827
+ "h",
1828
+ "hB",
1829
+ "hb"
1830
+ ],
1831
+ MC: [
1832
+ "H",
1833
+ "hB"
1834
+ ],
1835
+ MD: [
1836
+ "H",
1837
+ "hB"
1838
+ ],
1839
+ ME: [
1840
+ "H",
1841
+ "hB",
1842
+ "h"
1843
+ ],
1844
+ MF: [
1845
+ "H",
1846
+ "hB"
1847
+ ],
1848
+ MG: [
1849
+ "H",
1850
+ "h"
1851
+ ],
1852
+ MH: [
1853
+ "h",
1854
+ "hb",
1855
+ "H",
1856
+ "hB"
1857
+ ],
1858
+ MK: [
1859
+ "H",
1860
+ "h",
1861
+ "hb",
1862
+ "hB"
1863
+ ],
1864
+ ML: [
1865
+ "H"
1866
+ ],
1867
+ MM: [
1868
+ "hB",
1869
+ "hb",
1870
+ "H",
1871
+ "h"
1872
+ ],
1873
+ MN: [
1874
+ "H",
1875
+ "h",
1876
+ "hb",
1877
+ "hB"
1878
+ ],
1879
+ MO: [
1880
+ "h",
1881
+ "hB",
1882
+ "hb",
1883
+ "H"
1884
+ ],
1885
+ MP: [
1886
+ "h",
1887
+ "hb",
1888
+ "H",
1889
+ "hB"
1890
+ ],
1891
+ MQ: [
1892
+ "H",
1893
+ "hB"
1894
+ ],
1895
+ MR: [
1896
+ "h",
1897
+ "hB",
1898
+ "hb",
1899
+ "H"
1900
+ ],
1901
+ MS: [
1902
+ "H",
1903
+ "h",
1904
+ "hb",
1905
+ "hB"
1906
+ ],
1907
+ MT: [
1908
+ "H",
1909
+ "h"
1910
+ ],
1911
+ MU: [
1912
+ "H",
1913
+ "h"
1914
+ ],
1915
+ MV: [
1916
+ "H",
1917
+ "h"
1918
+ ],
1919
+ MW: [
1920
+ "h",
1921
+ "hb",
1922
+ "H",
1923
+ "hB"
1924
+ ],
1925
+ MX: [
1926
+ "h",
1927
+ "H",
1928
+ "hB",
1929
+ "hb"
1930
+ ],
1931
+ MY: [
1932
+ "hb",
1933
+ "hB",
1934
+ "h",
1935
+ "H"
1936
+ ],
1937
+ MZ: [
1938
+ "H",
1939
+ "hB"
1940
+ ],
1941
+ NA: [
1942
+ "h",
1943
+ "H",
1944
+ "hB",
1945
+ "hb"
1946
+ ],
1947
+ NC: [
1948
+ "H",
1949
+ "hB"
1950
+ ],
1951
+ NE: [
1952
+ "H"
1953
+ ],
1954
+ NF: [
1955
+ "H",
1956
+ "h",
1957
+ "hb",
1958
+ "hB"
1959
+ ],
1960
+ NG: [
1961
+ "H",
1962
+ "h",
1963
+ "hb",
1964
+ "hB"
1965
+ ],
1966
+ NI: [
1967
+ "h",
1968
+ "H",
1969
+ "hB",
1970
+ "hb"
1971
+ ],
1972
+ NL: [
1973
+ "H",
1974
+ "hB"
1975
+ ],
1976
+ NO: [
1977
+ "H",
1978
+ "h"
1979
+ ],
1980
+ NP: [
1981
+ "H",
1982
+ "h",
1983
+ "hB"
1984
+ ],
1985
+ NR: [
1986
+ "H",
1987
+ "h",
1988
+ "hb",
1989
+ "hB"
1990
+ ],
1991
+ NU: [
1992
+ "H",
1993
+ "h",
1994
+ "hb",
1995
+ "hB"
1996
+ ],
1997
+ NZ: [
1998
+ "h",
1999
+ "hb",
2000
+ "H",
2001
+ "hB"
2002
+ ],
2003
+ OM: [
2004
+ "h",
2005
+ "hB",
2006
+ "hb",
2007
+ "H"
2008
+ ],
2009
+ PA: [
2010
+ "h",
2011
+ "H",
2012
+ "hB",
2013
+ "hb"
2014
+ ],
2015
+ PE: [
2016
+ "h",
2017
+ "H",
2018
+ "hB",
2019
+ "hb"
2020
+ ],
2021
+ PF: [
2022
+ "H",
2023
+ "h",
2024
+ "hB"
2025
+ ],
2026
+ PG: [
2027
+ "h",
2028
+ "H"
2029
+ ],
2030
+ PH: [
2031
+ "h",
2032
+ "hB",
2033
+ "hb",
2034
+ "H"
2035
+ ],
2036
+ PK: [
2037
+ "h",
2038
+ "hB",
2039
+ "H"
2040
+ ],
2041
+ PL: [
2042
+ "H",
2043
+ "h"
2044
+ ],
2045
+ PM: [
2046
+ "H",
2047
+ "hB"
2048
+ ],
2049
+ PN: [
2050
+ "H",
2051
+ "h",
2052
+ "hb",
2053
+ "hB"
2054
+ ],
2055
+ PR: [
2056
+ "h",
2057
+ "H",
2058
+ "hB",
2059
+ "hb"
2060
+ ],
2061
+ PS: [
2062
+ "h",
2063
+ "hB",
2064
+ "hb",
2065
+ "H"
2066
+ ],
2067
+ PT: [
2068
+ "H",
2069
+ "hB"
2070
+ ],
2071
+ PW: [
2072
+ "h",
2073
+ "H"
2074
+ ],
2075
+ PY: [
2076
+ "h",
2077
+ "H",
2078
+ "hB",
2079
+ "hb"
2080
+ ],
2081
+ QA: [
2082
+ "h",
2083
+ "hB",
2084
+ "hb",
2085
+ "H"
2086
+ ],
2087
+ RE: [
2088
+ "H",
2089
+ "hB"
2090
+ ],
2091
+ RO: [
2092
+ "H",
2093
+ "hB"
2094
+ ],
2095
+ RS: [
2096
+ "H",
2097
+ "hB",
2098
+ "h"
2099
+ ],
2100
+ RU: [
2101
+ "H"
2102
+ ],
2103
+ RW: [
2104
+ "H",
2105
+ "h"
2106
+ ],
2107
+ SA: [
2108
+ "h",
2109
+ "hB",
2110
+ "hb",
2111
+ "H"
2112
+ ],
2113
+ SB: [
2114
+ "h",
2115
+ "hb",
2116
+ "H",
2117
+ "hB"
2118
+ ],
2119
+ SC: [
2120
+ "H",
2121
+ "h",
2122
+ "hB"
2123
+ ],
2124
+ SD: [
2125
+ "h",
2126
+ "hB",
2127
+ "hb",
2128
+ "H"
2129
+ ],
2130
+ SE: [
2131
+ "H"
2132
+ ],
2133
+ SG: [
2134
+ "h",
2135
+ "hb",
2136
+ "H",
2137
+ "hB"
2138
+ ],
2139
+ SH: [
2140
+ "H",
2141
+ "h",
2142
+ "hb",
2143
+ "hB"
2144
+ ],
2145
+ SI: [
2146
+ "H",
2147
+ "hB"
2148
+ ],
2149
+ SJ: [
2150
+ "H"
2151
+ ],
2152
+ SK: [
2153
+ "H"
2154
+ ],
2155
+ SL: [
2156
+ "h",
2157
+ "hb",
2158
+ "H",
2159
+ "hB"
2160
+ ],
2161
+ SM: [
2162
+ "H",
2163
+ "h",
2164
+ "hB"
2165
+ ],
2166
+ SN: [
2167
+ "H",
2168
+ "h",
2169
+ "hB"
2170
+ ],
2171
+ SO: [
2172
+ "h",
2173
+ "H"
2174
+ ],
2175
+ SR: [
2176
+ "H",
2177
+ "hB"
2178
+ ],
2179
+ SS: [
2180
+ "h",
2181
+ "hb",
2182
+ "H",
2183
+ "hB"
2184
+ ],
2185
+ ST: [
2186
+ "H",
2187
+ "hB"
2188
+ ],
2189
+ SV: [
2190
+ "h",
2191
+ "H",
2192
+ "hB",
2193
+ "hb"
2194
+ ],
2195
+ SX: [
2196
+ "H",
2197
+ "h",
2198
+ "hb",
2199
+ "hB"
2200
+ ],
2201
+ SY: [
2202
+ "h",
2203
+ "hB",
2204
+ "hb",
2205
+ "H"
2206
+ ],
2207
+ SZ: [
2208
+ "h",
2209
+ "hb",
2210
+ "H",
2211
+ "hB"
2212
+ ],
2213
+ TA: [
2214
+ "H",
2215
+ "h",
2216
+ "hb",
2217
+ "hB"
2218
+ ],
2219
+ TC: [
2220
+ "h",
2221
+ "hb",
2222
+ "H",
2223
+ "hB"
2224
+ ],
2225
+ TD: [
2226
+ "h",
2227
+ "H",
2228
+ "hB"
2229
+ ],
2230
+ TF: [
2231
+ "H",
2232
+ "h",
2233
+ "hB"
2234
+ ],
2235
+ TG: [
2236
+ "H",
2237
+ "hB"
2238
+ ],
2239
+ TH: [
2240
+ "H",
2241
+ "h"
2242
+ ],
2243
+ TJ: [
2244
+ "H",
2245
+ "h"
2246
+ ],
2247
+ TL: [
2248
+ "H",
2249
+ "hB",
2250
+ "hb",
2251
+ "h"
2252
+ ],
2253
+ TM: [
2254
+ "H",
2255
+ "h"
2256
+ ],
2257
+ TN: [
2258
+ "h",
2259
+ "hB",
2260
+ "hb",
2261
+ "H"
2262
+ ],
2263
+ TO: [
2264
+ "h",
2265
+ "H"
2266
+ ],
2267
+ TR: [
2268
+ "H",
2269
+ "hB"
2270
+ ],
2271
+ TT: [
2272
+ "h",
2273
+ "hb",
2274
+ "H",
2275
+ "hB"
2276
+ ],
2277
+ TW: [
2278
+ "hB",
2279
+ "hb",
2280
+ "h",
2281
+ "H"
2282
+ ],
2283
+ TZ: [
2284
+ "hB",
2285
+ "hb",
2286
+ "H",
2287
+ "h"
2288
+ ],
2289
+ UA: [
2290
+ "H",
2291
+ "hB",
2292
+ "h"
2293
+ ],
2294
+ UG: [
2295
+ "hB",
2296
+ "hb",
2297
+ "H",
2298
+ "h"
2299
+ ],
2300
+ UM: [
2301
+ "h",
2302
+ "hb",
2303
+ "H",
2304
+ "hB"
2305
+ ],
2306
+ US: [
2307
+ "h",
2308
+ "hb",
2309
+ "H",
2310
+ "hB"
2311
+ ],
2312
+ UY: [
2313
+ "h",
2314
+ "H",
2315
+ "hB",
2316
+ "hb"
2317
+ ],
2318
+ UZ: [
2319
+ "H",
2320
+ "hB",
2321
+ "h"
2322
+ ],
2323
+ VA: [
2324
+ "H",
2325
+ "h",
2326
+ "hB"
2327
+ ],
2328
+ VC: [
2329
+ "h",
2330
+ "hb",
2331
+ "H",
2332
+ "hB"
2333
+ ],
2334
+ VE: [
2335
+ "h",
2336
+ "H",
2337
+ "hB",
2338
+ "hb"
2339
+ ],
2340
+ VG: [
2341
+ "h",
2342
+ "hb",
2343
+ "H",
2344
+ "hB"
2345
+ ],
2346
+ VI: [
2347
+ "h",
2348
+ "hb",
2349
+ "H",
2350
+ "hB"
2351
+ ],
2352
+ VN: [
2353
+ "H",
2354
+ "h"
2355
+ ],
2356
+ VU: [
2357
+ "h",
2358
+ "H"
2359
+ ],
2360
+ WF: [
2361
+ "H",
2362
+ "hB"
2363
+ ],
2364
+ WS: [
2365
+ "h",
2366
+ "H"
2367
+ ],
2368
+ XK: [
2369
+ "H",
2370
+ "hB",
2371
+ "h"
2372
+ ],
2373
+ YE: [
2374
+ "h",
2375
+ "hB",
2376
+ "hb",
2377
+ "H"
2378
+ ],
2379
+ YT: [
2380
+ "H",
2381
+ "hB"
2382
+ ],
2383
+ ZA: [
2384
+ "H",
2385
+ "h",
2386
+ "hb",
2387
+ "hB"
2388
+ ],
2389
+ ZM: [
2390
+ "h",
2391
+ "hb",
2392
+ "H",
2393
+ "hB"
2394
+ ],
2395
+ ZW: [
2396
+ "H",
2397
+ "h"
2398
+ ],
2399
+ "af-ZA": [
2400
+ "H",
2401
+ "h",
2402
+ "hB",
2403
+ "hb"
2404
+ ],
2405
+ "ar-001": [
2406
+ "h",
2407
+ "hB",
2408
+ "hb",
2409
+ "H"
2410
+ ],
2411
+ "ca-ES": [
2412
+ "H",
2413
+ "h",
2414
+ "hB"
2415
+ ],
2416
+ "en-001": [
2417
+ "h",
2418
+ "hb",
2419
+ "H",
2420
+ "hB"
2421
+ ],
2422
+ "en-HK": [
2423
+ "h",
2424
+ "hb",
2425
+ "H",
2426
+ "hB"
2427
+ ],
2428
+ "en-IL": [
2429
+ "H",
2430
+ "h",
2431
+ "hb",
2432
+ "hB"
2433
+ ],
2434
+ "en-MY": [
2435
+ "h",
2436
+ "hb",
2437
+ "H",
2438
+ "hB"
2439
+ ],
2440
+ "es-BR": [
2441
+ "H",
2442
+ "h",
2443
+ "hB",
2444
+ "hb"
2445
+ ],
2446
+ "es-ES": [
2447
+ "H",
2448
+ "h",
2449
+ "hB",
2450
+ "hb"
2451
+ ],
2452
+ "es-GQ": [
2453
+ "H",
2454
+ "h",
2455
+ "hB",
2456
+ "hb"
2457
+ ],
2458
+ "fr-CA": [
2459
+ "H",
2460
+ "h",
2461
+ "hB"
2462
+ ],
2463
+ "gl-ES": [
2464
+ "H",
2465
+ "h",
2466
+ "hB"
2467
+ ],
2468
+ "gu-IN": [
2469
+ "hB",
2470
+ "hb",
2471
+ "h",
2472
+ "H"
2473
+ ],
2474
+ "hi-IN": [
2475
+ "hB",
2476
+ "h",
2477
+ "H"
2478
+ ],
2479
+ "it-CH": [
2480
+ "H",
2481
+ "h",
2482
+ "hB"
2483
+ ],
2484
+ "it-IT": [
2485
+ "H",
2486
+ "h",
2487
+ "hB"
2488
+ ],
2489
+ "kn-IN": [
2490
+ "hB",
2491
+ "h",
2492
+ "H"
2493
+ ],
2494
+ "ml-IN": [
2495
+ "hB",
2496
+ "h",
2497
+ "H"
2498
+ ],
2499
+ "mr-IN": [
2500
+ "hB",
2501
+ "hb",
2502
+ "h",
2503
+ "H"
2504
+ ],
2505
+ "pa-IN": [
2506
+ "hB",
2507
+ "hb",
2508
+ "h",
2509
+ "H"
2510
+ ],
2511
+ "ta-IN": [
2512
+ "hB",
2513
+ "h",
2514
+ "hb",
2515
+ "H"
2516
+ ],
2517
+ "te-IN": [
2518
+ "hB",
2519
+ "h",
2520
+ "H"
2521
+ ],
2522
+ "zu-ZA": [
2523
+ "H",
2524
+ "hB",
2525
+ "hb",
2526
+ "h"
2527
+ ]
2528
+ };
2529
+ function vn(e, t) {
2530
+ for (var r = "", n = 0; n < e.length; n++) {
2531
+ var i = e.charAt(n);
2532
+ if (i === "j") {
2533
+ for (var o = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
2534
+ o++, n++;
2535
+ var a = 1 + (o & 1), s = o < 2 ? 1 : 3 + (o >> 1), l = "a", u = _n(t);
2536
+ for ((u == "H" || u == "k") && (s = 0); s-- > 0; )
2537
+ r += l;
2538
+ for (; a-- > 0; )
2539
+ r = u + r;
2540
+ } else i === "J" ? r += "H" : r += i;
2541
+ }
2542
+ return r;
2543
+ }
2544
+ function _n(e) {
2545
+ var t = e.hourCycle;
2546
+ if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
2547
+ e.hourCycles && // @ts-ignore
2548
+ e.hourCycles.length && (t = e.hourCycles[0]), t)
2549
+ switch (t) {
2550
+ case "h24":
2551
+ return "k";
2552
+ case "h23":
2553
+ return "H";
2554
+ case "h12":
2555
+ return "h";
2556
+ case "h11":
2557
+ return "K";
2558
+ default:
2559
+ throw new Error("Invalid hourCycle");
2560
+ }
2561
+ var r = e.language, n;
2562
+ r !== "root" && (n = e.maximize().region);
2563
+ var i = Be[n || ""] || Be[r || ""] || Be["".concat(r, "-001")] || Be["001"];
2564
+ return i[0];
2565
+ }
2566
+ var Fe, En = new RegExp("^".concat(Zt.source, "*")), xn = new RegExp("".concat(Zt.source, "*$"));
2567
+ function v(e, t) {
2568
+ return { start: e, end: t };
2569
+ }
2570
+ var Tn = !!String.prototype.startsWith && "_a".startsWith("a", 1), Bn = !!String.fromCodePoint, wn = !!Object.fromEntries, Hn = !!String.prototype.codePointAt, Cn = !!String.prototype.trimStart, Sn = !!String.prototype.trimEnd, Mn = !!Number.isSafeInteger, Rn = Mn ? Number.isSafeInteger : function(e) {
2571
+ return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
2572
+ }, Ye = !0;
2573
+ try {
2574
+ var kn = Qt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2575
+ Ye = ((Fe = kn.exec("a")) === null || Fe === void 0 ? void 0 : Fe[0]) === "a";
2576
+ } catch (e) {
2577
+ Ye = !1;
2578
+ }
2579
+ var yt = Tn ? (
2580
+ // Native
2581
+ function(t, r, n) {
2582
+ return t.startsWith(r, n);
2583
+ }
2584
+ ) : (
2585
+ // For IE11
2586
+ function(t, r, n) {
2587
+ return t.slice(n, n + r.length) === r;
2588
+ }
2589
+ ), Ke = Bn ? String.fromCodePoint : (
2590
+ // IE11
2591
+ function() {
2592
+ for (var t = [], r = 0; r < arguments.length; r++)
2593
+ t[r] = arguments[r];
2594
+ for (var n = "", i = t.length, o = 0, a; i > o; ) {
2595
+ if (a = t[o++], a > 1114111)
2596
+ throw RangeError(a + " is not a valid code point");
2597
+ n += a < 65536 ? String.fromCharCode(a) : String.fromCharCode(((a -= 65536) >> 10) + 55296, a % 1024 + 56320);
2598
+ }
2599
+ return n;
2600
+ }
2601
+ ), vt = (
2602
+ // native
2603
+ wn ? Object.fromEntries : (
2604
+ // Ponyfill
2605
+ function(t) {
2606
+ for (var r = {}, n = 0, i = t; n < i.length; n++) {
2607
+ var o = i[n], a = o[0], s = o[1];
2608
+ r[a] = s;
2609
+ }
2610
+ return r;
2611
+ }
2612
+ )
2613
+ ), qt = Hn ? (
2614
+ // Native
2615
+ function(t, r) {
2616
+ return t.codePointAt(r);
2617
+ }
2618
+ ) : (
2619
+ // IE 11
2620
+ function(t, r) {
2621
+ var n = t.length;
2622
+ if (!(r < 0 || r >= n)) {
2623
+ var i = t.charCodeAt(r), o;
2624
+ return i < 55296 || i > 56319 || r + 1 === n || (o = t.charCodeAt(r + 1)) < 56320 || o > 57343 ? i : (i - 55296 << 10) + (o - 56320) + 65536;
2625
+ }
2626
+ }
2627
+ ), Nn = Cn ? (
2628
+ // Native
2629
+ function(t) {
2630
+ return t.trimStart();
2631
+ }
2632
+ ) : (
2633
+ // Ponyfill
2634
+ function(t) {
2635
+ return t.replace(En, "");
2636
+ }
2637
+ ), An = Sn ? (
2638
+ // Native
2639
+ function(t) {
2640
+ return t.trimEnd();
2641
+ }
2642
+ ) : (
2643
+ // Ponyfill
2644
+ function(t) {
2645
+ return t.replace(xn, "");
2646
+ }
2647
+ );
2648
+ function Qt(e, t) {
2649
+ return new RegExp(e, t);
2650
+ }
2651
+ var qe;
2652
+ if (Ye) {
2653
+ var _t = Qt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2654
+ qe = function(t, r) {
2655
+ var n;
2656
+ _t.lastIndex = r;
2657
+ var i = _t.exec(t);
2658
+ return (n = i[1]) !== null && n !== void 0 ? n : "";
2659
+ };
2660
+ } else
2661
+ qe = function(t, r) {
2662
+ for (var n = []; ; ) {
2663
+ var i = qt(t, r);
2664
+ if (i === void 0 || er(i) || In(i))
2665
+ break;
2666
+ n.push(i), r += i >= 65536 ? 2 : 1;
2667
+ }
2668
+ return Ke.apply(void 0, n);
2669
+ };
2670
+ var Ln = (
2671
+ /** @class */
2672
+ function() {
2673
+ function e(t, r) {
2674
+ r === void 0 && (r = {}), this.message = t, this.position = { offset: 0, line: 1, column: 1 }, this.ignoreTag = !!r.ignoreTag, this.locale = r.locale, this.requiresOtherClause = !!r.requiresOtherClause, this.shouldParseSkeletons = !!r.shouldParseSkeletons;
2675
+ }
2676
+ return e.prototype.parse = function() {
2677
+ if (this.offset() !== 0)
2678
+ throw Error("parser can only be used once");
2679
+ return this.parseMessage(0, "", !1);
2680
+ }, e.prototype.parseMessage = function(t, r, n) {
2681
+ for (var i = []; !this.isEOF(); ) {
2682
+ var o = this.char();
2683
+ if (o === 123) {
2684
+ var a = this.parseArgument(t, n);
2685
+ if (a.err)
2686
+ return a;
2687
+ i.push(a.val);
2688
+ } else {
2689
+ if (o === 125 && t > 0)
2690
+ break;
2691
+ if (o === 35 && (r === "plural" || r === "selectordinal")) {
2692
+ var s = this.clonePosition();
2693
+ this.bump(), i.push({
2694
+ type: B.pound,
2695
+ location: v(s, this.clonePosition())
2696
+ });
2697
+ } else if (o === 60 && !this.ignoreTag && this.peek() === 47) {
2698
+ if (n)
2699
+ break;
2700
+ return this.error(b.UNMATCHED_CLOSING_TAG, v(this.clonePosition(), this.clonePosition()));
2701
+ } else if (o === 60 && !this.ignoreTag && Qe(this.peek() || 0)) {
2702
+ var a = this.parseTag(t, r);
2703
+ if (a.err)
2704
+ return a;
2705
+ i.push(a.val);
2706
+ } else {
2707
+ var a = this.parseLiteral(t, r);
2708
+ if (a.err)
2709
+ return a;
2710
+ i.push(a.val);
2711
+ }
2712
+ }
2713
+ }
2714
+ return { val: i, err: null };
2715
+ }, e.prototype.parseTag = function(t, r) {
2716
+ var n = this.clonePosition();
2717
+ this.bump();
2718
+ var i = this.parseTagName();
2719
+ if (this.bumpSpace(), this.bumpIf("/>"))
2720
+ return {
2721
+ val: {
2722
+ type: B.literal,
2723
+ value: "<".concat(i, "/>"),
2724
+ location: v(n, this.clonePosition())
2725
+ },
2726
+ err: null
2727
+ };
2728
+ if (this.bumpIf(">")) {
2729
+ var o = this.parseMessage(t + 1, r, !0);
2730
+ if (o.err)
2731
+ return o;
2732
+ var a = o.val, s = this.clonePosition();
2733
+ if (this.bumpIf("</")) {
2734
+ if (this.isEOF() || !Qe(this.char()))
2735
+ return this.error(b.INVALID_TAG, v(s, this.clonePosition()));
2736
+ var l = this.clonePosition(), u = this.parseTagName();
2737
+ return i !== u ? this.error(b.UNMATCHED_CLOSING_TAG, v(l, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
2738
+ val: {
2739
+ type: B.tag,
2740
+ value: i,
2741
+ children: a,
2742
+ location: v(n, this.clonePosition())
2743
+ },
2744
+ err: null
2745
+ } : this.error(b.INVALID_TAG, v(s, this.clonePosition())));
2746
+ } else
2747
+ return this.error(b.UNCLOSED_TAG, v(n, this.clonePosition()));
2748
+ } else
2749
+ return this.error(b.INVALID_TAG, v(n, this.clonePosition()));
2750
+ }, e.prototype.parseTagName = function() {
2751
+ var t = this.offset();
2752
+ for (this.bump(); !this.isEOF() && On(this.char()); )
2753
+ this.bump();
2754
+ return this.message.slice(t, this.offset());
2755
+ }, e.prototype.parseLiteral = function(t, r) {
2756
+ for (var n = this.clonePosition(), i = ""; ; ) {
2757
+ var o = this.tryParseQuote(r);
2758
+ if (o) {
2759
+ i += o;
2760
+ continue;
2761
+ }
2762
+ var a = this.tryParseUnquoted(t, r);
2763
+ if (a) {
2764
+ i += a;
2765
+ continue;
2766
+ }
2767
+ var s = this.tryParseLeftAngleBracket();
2768
+ if (s) {
2769
+ i += s;
2770
+ continue;
2771
+ }
2772
+ break;
2773
+ }
2774
+ var l = v(n, this.clonePosition());
2775
+ return {
2776
+ val: { type: B.literal, value: i, location: l },
2777
+ err: null
2778
+ };
2779
+ }, e.prototype.tryParseLeftAngleBracket = function() {
2780
+ return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
2781
+ !Pn(this.peek() || 0)) ? (this.bump(), "<") : null;
2782
+ }, e.prototype.tryParseQuote = function(t) {
2783
+ if (this.isEOF() || this.char() !== 39)
2784
+ return null;
2785
+ switch (this.peek()) {
2786
+ case 39:
2787
+ return this.bump(), this.bump(), "'";
2788
+ case 123:
2789
+ case 60:
2790
+ case 62:
2791
+ case 125:
2792
+ break;
2793
+ case 35:
2794
+ if (t === "plural" || t === "selectordinal")
2795
+ break;
2796
+ return null;
2797
+ default:
2798
+ return null;
2799
+ }
2800
+ this.bump();
2801
+ var r = [this.char()];
2802
+ for (this.bump(); !this.isEOF(); ) {
2803
+ var n = this.char();
2804
+ if (n === 39)
2805
+ if (this.peek() === 39)
2806
+ r.push(39), this.bump();
2807
+ else {
2808
+ this.bump();
2809
+ break;
2810
+ }
2811
+ else
2812
+ r.push(n);
2813
+ this.bump();
2814
+ }
2815
+ return Ke.apply(void 0, r);
2816
+ }, e.prototype.tryParseUnquoted = function(t, r) {
2817
+ if (this.isEOF())
2818
+ return null;
2819
+ var n = this.char();
2820
+ return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), Ke(n));
2821
+ }, e.prototype.parseArgument = function(t, r) {
2822
+ var n = this.clonePosition();
2823
+ if (this.bump(), this.bumpSpace(), this.isEOF())
2824
+ return this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE, v(n, this.clonePosition()));
2825
+ if (this.char() === 125)
2826
+ return this.bump(), this.error(b.EMPTY_ARGUMENT, v(n, this.clonePosition()));
2827
+ var i = this.parseIdentifierIfPossible().value;
2828
+ if (!i)
2829
+ return this.error(b.MALFORMED_ARGUMENT, v(n, this.clonePosition()));
2830
+ if (this.bumpSpace(), this.isEOF())
2831
+ return this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE, v(n, this.clonePosition()));
2832
+ switch (this.char()) {
2833
+ case 125:
2834
+ return this.bump(), {
2835
+ val: {
2836
+ type: B.argument,
2837
+ // value does not include the opening and closing braces.
2838
+ value: i,
2839
+ location: v(n, this.clonePosition())
2840
+ },
2841
+ err: null
2842
+ };
2843
+ case 44:
2844
+ return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE, v(n, this.clonePosition())) : this.parseArgumentOptions(t, r, i, n);
2845
+ default:
2846
+ return this.error(b.MALFORMED_ARGUMENT, v(n, this.clonePosition()));
2847
+ }
2848
+ }, e.prototype.parseIdentifierIfPossible = function() {
2849
+ var t = this.clonePosition(), r = this.offset(), n = qe(this.message, r), i = r + n.length;
2850
+ this.bumpTo(i);
2851
+ var o = this.clonePosition(), a = v(t, o);
2852
+ return { value: n, location: a };
2853
+ }, e.prototype.parseArgumentOptions = function(t, r, n, i) {
2854
+ var o, a = this.clonePosition(), s = this.parseIdentifierIfPossible().value, l = this.clonePosition();
2855
+ switch (s) {
2856
+ case "":
2857
+ return this.error(b.EXPECT_ARGUMENT_TYPE, v(a, l));
2858
+ case "number":
2859
+ case "date":
2860
+ case "time": {
2861
+ this.bumpSpace();
2862
+ var u = null;
2863
+ if (this.bumpIf(",")) {
2864
+ this.bumpSpace();
2865
+ var h = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
2866
+ if (c.err)
2867
+ return c;
2868
+ var f = An(c.val);
2869
+ if (f.length === 0)
2870
+ return this.error(b.EXPECT_ARGUMENT_STYLE, v(this.clonePosition(), this.clonePosition()));
2871
+ var g = v(h, this.clonePosition());
2872
+ u = { style: f, styleLocation: g };
2873
+ }
2874
+ var y = this.tryParseArgumentClose(i);
2875
+ if (y.err)
2876
+ return y;
2877
+ var T = v(i, this.clonePosition());
2878
+ if (u && yt(u == null ? void 0 : u.style, "::", 0)) {
2879
+ var w = Nn(u.style.slice(2));
2880
+ if (s === "number") {
2881
+ var c = this.parseNumberSkeletonFromString(w, u.styleLocation);
2882
+ return c.err ? c : {
2883
+ val: { type: B.number, value: n, location: T, style: c.val },
2884
+ err: null
2885
+ };
2886
+ } else {
2887
+ if (w.length === 0)
2888
+ return this.error(b.EXPECT_DATE_TIME_SKELETON, T);
2889
+ var C = w;
2890
+ this.locale && (C = vn(w, this.locale));
2891
+ var f = {
2892
+ type: he.dateTime,
2893
+ pattern: C,
2894
+ location: u.styleLocation,
2895
+ parsedOptions: this.shouldParseSkeletons ? fn(C) : {}
2896
+ }, k = s === "date" ? B.date : B.time;
2897
+ return {
2898
+ val: { type: k, value: n, location: T, style: f },
2899
+ err: null
2900
+ };
2901
+ }
2902
+ }
2903
+ return {
2904
+ val: {
2905
+ type: s === "number" ? B.number : s === "date" ? B.date : B.time,
2906
+ value: n,
2907
+ location: T,
2908
+ style: (o = u == null ? void 0 : u.style) !== null && o !== void 0 ? o : null
2909
+ },
2910
+ err: null
2911
+ };
2912
+ }
2913
+ case "plural":
2914
+ case "selectordinal":
2915
+ case "select": {
2916
+ var S = this.clonePosition();
2917
+ if (this.bumpSpace(), !this.bumpIf(","))
2918
+ return this.error(b.EXPECT_SELECT_ARGUMENT_OPTIONS, v(S, _({}, S)));
2919
+ this.bumpSpace();
2920
+ var A = this.parseIdentifierIfPossible(), L = 0;
2921
+ if (s !== "select" && A.value === "offset") {
2922
+ if (!this.bumpIf(":"))
2923
+ return this.error(b.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, v(this.clonePosition(), this.clonePosition()));
2924
+ this.bumpSpace();
2925
+ var c = this.tryParseDecimalInteger(b.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, b.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
2926
+ if (c.err)
2927
+ return c;
2928
+ this.bumpSpace(), A = this.parseIdentifierIfPossible(), L = c.val;
2929
+ }
2930
+ var J = this.tryParsePluralOrSelectOptions(t, s, r, A);
2931
+ if (J.err)
2932
+ return J;
2933
+ var y = this.tryParseArgumentClose(i);
2934
+ if (y.err)
2935
+ return y;
2936
+ var te = v(i, this.clonePosition());
2937
+ return s === "select" ? {
2938
+ val: {
2939
+ type: B.select,
2940
+ value: n,
2941
+ options: vt(J.val),
2942
+ location: te
2943
+ },
2944
+ err: null
2945
+ } : {
2946
+ val: {
2947
+ type: B.plural,
2948
+ value: n,
2949
+ options: vt(J.val),
2950
+ offset: L,
2951
+ pluralType: s === "plural" ? "cardinal" : "ordinal",
2952
+ location: te
2953
+ },
2954
+ err: null
2955
+ };
2956
+ }
2957
+ default:
2958
+ return this.error(b.INVALID_ARGUMENT_TYPE, v(a, l));
2959
+ }
2960
+ }, e.prototype.tryParseArgumentClose = function(t) {
2961
+ return this.isEOF() || this.char() !== 125 ? this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE, v(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
2962
+ }, e.prototype.parseSimpleArgStyleIfPossible = function() {
2963
+ for (var t = 0, r = this.clonePosition(); !this.isEOF(); ) {
2964
+ var n = this.char();
2965
+ switch (n) {
2966
+ case 39: {
2967
+ this.bump();
2968
+ var i = this.clonePosition();
2969
+ if (!this.bumpUntil("'"))
2970
+ return this.error(b.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, v(i, this.clonePosition()));
2971
+ this.bump();
2972
+ break;
2973
+ }
2974
+ case 123: {
2975
+ t += 1, this.bump();
2976
+ break;
2977
+ }
2978
+ case 125: {
2979
+ if (t > 0)
2980
+ t -= 1;
2981
+ else
2982
+ return {
2983
+ val: this.message.slice(r.offset, this.offset()),
2984
+ err: null
2985
+ };
2986
+ break;
2987
+ }
2988
+ default:
2989
+ this.bump();
2990
+ break;
2991
+ }
2992
+ }
2993
+ return {
2994
+ val: this.message.slice(r.offset, this.offset()),
2995
+ err: null
2996
+ };
2997
+ }, e.prototype.parseNumberSkeletonFromString = function(t, r) {
2998
+ var n = [];
2999
+ try {
3000
+ n = dn(t);
3001
+ } catch (i) {
3002
+ return this.error(b.INVALID_NUMBER_SKELETON, r);
3003
+ }
3004
+ return {
3005
+ val: {
3006
+ type: he.number,
3007
+ tokens: n,
3008
+ location: r,
3009
+ parsedOptions: this.shouldParseSkeletons ? yn(n) : {}
3010
+ },
3011
+ err: null
3012
+ };
3013
+ }, e.prototype.tryParsePluralOrSelectOptions = function(t, r, n, i) {
3014
+ for (var o, a = !1, s = [], l = /* @__PURE__ */ new Set(), u = i.value, h = i.location; ; ) {
3015
+ if (u.length === 0) {
3016
+ var c = this.clonePosition();
3017
+ if (r !== "select" && this.bumpIf("=")) {
3018
+ var f = this.tryParseDecimalInteger(b.EXPECT_PLURAL_ARGUMENT_SELECTOR, b.INVALID_PLURAL_ARGUMENT_SELECTOR);
3019
+ if (f.err)
3020
+ return f;
3021
+ h = v(c, this.clonePosition()), u = this.message.slice(c.offset, this.offset());
3022
+ } else
3023
+ break;
3024
+ }
3025
+ if (l.has(u))
3026
+ return this.error(r === "select" ? b.DUPLICATE_SELECT_ARGUMENT_SELECTOR : b.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, h);
3027
+ u === "other" && (a = !0), this.bumpSpace();
3028
+ var g = this.clonePosition();
3029
+ if (!this.bumpIf("{"))
3030
+ return this.error(r === "select" ? b.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : b.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, v(this.clonePosition(), this.clonePosition()));
3031
+ var y = this.parseMessage(t + 1, r, n);
3032
+ if (y.err)
3033
+ return y;
3034
+ var T = this.tryParseArgumentClose(g);
3035
+ if (T.err)
3036
+ return T;
3037
+ s.push([
3038
+ u,
3039
+ {
3040
+ value: y.val,
3041
+ location: v(g, this.clonePosition())
3042
+ }
3043
+ ]), l.add(u), this.bumpSpace(), o = this.parseIdentifierIfPossible(), u = o.value, h = o.location;
3044
+ }
3045
+ return s.length === 0 ? this.error(r === "select" ? b.EXPECT_SELECT_ARGUMENT_SELECTOR : b.EXPECT_PLURAL_ARGUMENT_SELECTOR, v(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !a ? this.error(b.MISSING_OTHER_CLAUSE, v(this.clonePosition(), this.clonePosition())) : { val: s, err: null };
3046
+ }, e.prototype.tryParseDecimalInteger = function(t, r) {
3047
+ var n = 1, i = this.clonePosition();
3048
+ this.bumpIf("+") || this.bumpIf("-") && (n = -1);
3049
+ for (var o = !1, a = 0; !this.isEOF(); ) {
3050
+ var s = this.char();
3051
+ if (s >= 48 && s <= 57)
3052
+ o = !0, a = a * 10 + (s - 48), this.bump();
3053
+ else
3054
+ break;
3055
+ }
3056
+ var l = v(i, this.clonePosition());
3057
+ return o ? (a *= n, Rn(a) ? { val: a, err: null } : this.error(r, l)) : this.error(t, l);
3058
+ }, e.prototype.offset = function() {
3059
+ return this.position.offset;
3060
+ }, e.prototype.isEOF = function() {
3061
+ return this.offset() === this.message.length;
3062
+ }, e.prototype.clonePosition = function() {
3063
+ return {
3064
+ offset: this.position.offset,
3065
+ line: this.position.line,
3066
+ column: this.position.column
3067
+ };
3068
+ }, e.prototype.char = function() {
3069
+ var t = this.position.offset;
3070
+ if (t >= this.message.length)
3071
+ throw Error("out of bound");
3072
+ var r = qt(this.message, t);
3073
+ if (r === void 0)
3074
+ throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
3075
+ return r;
3076
+ }, e.prototype.error = function(t, r) {
3077
+ return {
3078
+ val: null,
3079
+ err: {
3080
+ kind: t,
3081
+ message: this.message,
3082
+ location: r
3083
+ }
3084
+ };
3085
+ }, e.prototype.bump = function() {
3086
+ if (!this.isEOF()) {
3087
+ var t = this.char();
3088
+ 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);
3089
+ }
3090
+ }, e.prototype.bumpIf = function(t) {
3091
+ if (yt(this.message, t, this.offset())) {
3092
+ for (var r = 0; r < t.length; r++)
3093
+ this.bump();
3094
+ return !0;
3095
+ }
3096
+ return !1;
3097
+ }, e.prototype.bumpUntil = function(t) {
3098
+ var r = this.offset(), n = this.message.indexOf(t, r);
3099
+ return n >= 0 ? (this.bumpTo(n), !0) : (this.bumpTo(this.message.length), !1);
3100
+ }, e.prototype.bumpTo = function(t) {
3101
+ if (this.offset() > t)
3102
+ throw Error("targetOffset ".concat(t, " must be greater than or equal to the current offset ").concat(this.offset()));
3103
+ for (t = Math.min(t, this.message.length); ; ) {
3104
+ var r = this.offset();
3105
+ if (r === t)
3106
+ break;
3107
+ if (r > t)
3108
+ throw Error("targetOffset ".concat(t, " is at invalid UTF-16 code unit boundary"));
3109
+ if (this.bump(), this.isEOF())
3110
+ break;
3111
+ }
3112
+ }, e.prototype.bumpSpace = function() {
3113
+ for (; !this.isEOF() && er(this.char()); )
3114
+ this.bump();
3115
+ }, e.prototype.peek = function() {
3116
+ if (this.isEOF())
3117
+ return null;
3118
+ var t = this.char(), r = this.offset(), n = this.message.charCodeAt(r + (t >= 65536 ? 2 : 1));
3119
+ return n != null ? n : null;
3120
+ }, e;
3121
+ }()
3122
+ );
3123
+ function Qe(e) {
3124
+ return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3125
+ }
3126
+ function Pn(e) {
3127
+ return Qe(e) || e === 47;
3128
+ }
3129
+ function On(e) {
3130
+ 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;
3131
+ }
3132
+ function er(e) {
3133
+ return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3134
+ }
3135
+ function In(e) {
3136
+ 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;
3137
+ }
3138
+ function et(e) {
3139
+ e.forEach(function(t) {
3140
+ if (delete t.location, Vt(t) || zt(t))
3141
+ for (var r in t.options)
3142
+ delete t.options[r].location, et(t.options[r].value);
3143
+ else Gt(t) && Wt(t.style) || (Ft(t) || jt(t)) && Je(t.style) ? delete t.style.location : Xt(t) && et(t.children);
3144
+ });
3145
+ }
3146
+ function $n(e, t) {
3147
+ t === void 0 && (t = {}), t = _({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3148
+ var r = new Ln(e, t).parse();
3149
+ if (r.err) {
3150
+ var n = SyntaxError(b[r.err.kind]);
3151
+ throw n.location = r.err.location, n.originalMessage = r.err.message, n;
3152
+ }
3153
+ return t != null && t.captureLocation || et(r.val), r.val;
3154
+ }
3155
+ var ce;
3156
+ (function(e) {
3157
+ e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
3158
+ })(ce || (ce = {}));
3159
+ var Le = (
3160
+ /** @class */
3161
+ function(e) {
3162
+ Ae(t, e);
3163
+ function t(r, n, i) {
3164
+ var o = e.call(this, r) || this;
3165
+ return o.code = n, o.originalMessage = i, o;
3166
+ }
3167
+ return t.prototype.toString = function() {
3168
+ return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
3169
+ }, t;
3170
+ }(Error)
3171
+ ), Et = (
3172
+ /** @class */
3173
+ function(e) {
3174
+ Ae(t, e);
3175
+ function t(r, n, i, o) {
3176
+ return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), ce.INVALID_VALUE, o) || this;
3177
+ }
3178
+ return t;
3179
+ }(Le)
3180
+ ), Dn = (
3181
+ /** @class */
3182
+ function(e) {
3183
+ Ae(t, e);
3184
+ function t(r, n, i) {
3185
+ return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), ce.INVALID_VALUE, i) || this;
3186
+ }
3187
+ return t;
3188
+ }(Le)
3189
+ ), Un = (
3190
+ /** @class */
3191
+ function(e) {
3192
+ Ae(t, e);
3193
+ function t(r, n) {
3194
+ return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), ce.MISSING_VALUE, n) || this;
3195
+ }
3196
+ return t;
3197
+ }(Le)
3198
+ ), I;
3199
+ (function(e) {
3200
+ e[e.literal = 0] = "literal", e[e.object = 1] = "object";
3201
+ })(I || (I = {}));
3202
+ function Gn(e) {
3203
+ return e.length < 2 ? e : e.reduce(function(t, r) {
3204
+ var n = t[t.length - 1];
3205
+ return !n || n.type !== I.literal || r.type !== I.literal ? t.push(r) : n.value += r.value, t;
3206
+ }, []);
3207
+ }
3208
+ function Fn(e) {
3209
+ return typeof e == "function";
3210
+ }
3211
+ function He(e, t, r, n, i, o, a) {
3212
+ if (e.length === 1 && dt(e[0]))
3213
+ return [
3214
+ {
3215
+ type: I.literal,
3216
+ value: e[0].value
3217
+ }
3218
+ ];
3219
+ for (var s = [], l = 0, u = e; l < u.length; l++) {
3220
+ var h = u[l];
3221
+ if (dt(h)) {
3222
+ s.push({
3223
+ type: I.literal,
3224
+ value: h.value
3225
+ });
3226
+ continue;
3227
+ }
3228
+ if (hn(h)) {
3229
+ typeof o == "number" && s.push({
3230
+ type: I.literal,
3231
+ value: r.getNumberFormat(t).format(o)
3232
+ });
3233
+ continue;
3234
+ }
3235
+ var c = h.value;
3236
+ if (!(i && c in i))
3237
+ throw new Un(c, a);
3238
+ var f = i[c];
3239
+ if (ln(h)) {
3240
+ (!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), s.push({
3241
+ type: typeof f == "string" ? I.literal : I.object,
3242
+ value: f
3243
+ });
3244
+ continue;
3245
+ }
3246
+ if (Ft(h)) {
3247
+ var g = typeof h.style == "string" ? n.date[h.style] : Je(h.style) ? h.style.parsedOptions : void 0;
3248
+ s.push({
3249
+ type: I.literal,
3250
+ value: r.getDateTimeFormat(t, g).format(f)
3251
+ });
3252
+ continue;
3253
+ }
3254
+ if (jt(h)) {
3255
+ var g = typeof h.style == "string" ? n.time[h.style] : Je(h.style) ? h.style.parsedOptions : n.time.medium;
3256
+ s.push({
3257
+ type: I.literal,
3258
+ value: r.getDateTimeFormat(t, g).format(f)
3259
+ });
3260
+ continue;
3261
+ }
3262
+ if (Gt(h)) {
3263
+ var g = typeof h.style == "string" ? n.number[h.style] : Wt(h.style) ? h.style.parsedOptions : void 0;
3264
+ g && g.scale && (f = f * (g.scale || 1)), s.push({
3265
+ type: I.literal,
3266
+ value: r.getNumberFormat(t, g).format(f)
3267
+ });
3268
+ continue;
3269
+ }
3270
+ if (Xt(h)) {
3271
+ var y = h.children, T = h.value, w = i[T];
3272
+ if (!Fn(w))
3273
+ throw new Dn(T, "function", a);
3274
+ var C = He(y, t, r, n, i, o), k = w(C.map(function(L) {
3275
+ return L.value;
3276
+ }));
3277
+ Array.isArray(k) || (k = [k]), s.push.apply(s, k.map(function(L) {
3278
+ return {
3279
+ type: typeof L == "string" ? I.literal : I.object,
3280
+ value: L
3281
+ };
3282
+ }));
3283
+ }
3284
+ if (Vt(h)) {
3285
+ var S = h.options[f] || h.options.other;
3286
+ if (!S)
3287
+ throw new Et(h.value, f, Object.keys(h.options), a);
3288
+ s.push.apply(s, He(S.value, t, r, n, i));
3289
+ continue;
3290
+ }
3291
+ if (zt(h)) {
3292
+ var S = h.options["=".concat(f)];
3293
+ if (!S) {
3294
+ if (!Intl.PluralRules)
3295
+ throw new Le(`Intl.PluralRules is not available in this environment.
3296
+ Try polyfilling it using "@formatjs/intl-pluralrules"
3297
+ `, ce.MISSING_INTL_API, a);
3298
+ var A = r.getPluralRules(t, { type: h.pluralType }).select(f - (h.offset || 0));
3299
+ S = h.options[A] || h.options.other;
3300
+ }
3301
+ if (!S)
3302
+ throw new Et(h.value, f, Object.keys(h.options), a);
3303
+ s.push.apply(s, He(S.value, t, r, n, i, f - (h.offset || 0)));
3304
+ continue;
3305
+ }
3306
+ }
3307
+ return Gn(s);
3308
+ }
3309
+ function jn(e, t) {
3310
+ return t ? _(_(_({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
3311
+ return r[n] = _(_({}, e[n]), t[n] || {}), r;
3312
+ }, {})) : e;
3313
+ }
3314
+ function Vn(e, t) {
3315
+ return t ? Object.keys(e).reduce(function(r, n) {
3316
+ return r[n] = jn(e[n], t[n]), r;
3317
+ }, _({}, e)) : e;
3318
+ }
3319
+ function je(e) {
3320
+ return {
3321
+ create: function() {
3322
+ return {
3323
+ get: function(t) {
3324
+ return e[t];
3325
+ },
3326
+ set: function(t, r) {
3327
+ e[t] = r;
3328
+ }
3329
+ };
3330
+ }
3331
+ };
3332
+ }
3333
+ function zn(e) {
3334
+ return e === void 0 && (e = {
3335
+ number: {},
3336
+ dateTime: {},
3337
+ pluralRules: {}
3338
+ }), {
3339
+ getNumberFormat: Ue(function() {
3340
+ for (var t, r = [], n = 0; n < arguments.length; n++)
3341
+ r[n] = arguments[n];
3342
+ return new ((t = Intl.NumberFormat).bind.apply(t, De([void 0], r, !1)))();
3343
+ }, {
3344
+ cache: je(e.number),
3345
+ strategy: Ge.variadic
3346
+ }),
3347
+ getDateTimeFormat: Ue(function() {
3348
+ for (var t, r = [], n = 0; n < arguments.length; n++)
3349
+ r[n] = arguments[n];
3350
+ return new ((t = Intl.DateTimeFormat).bind.apply(t, De([void 0], r, !1)))();
3351
+ }, {
3352
+ cache: je(e.dateTime),
3353
+ strategy: Ge.variadic
3354
+ }),
3355
+ getPluralRules: Ue(function() {
3356
+ for (var t, r = [], n = 0; n < arguments.length; n++)
3357
+ r[n] = arguments[n];
3358
+ return new ((t = Intl.PluralRules).bind.apply(t, De([void 0], r, !1)))();
3359
+ }, {
3360
+ cache: je(e.pluralRules),
3361
+ strategy: Ge.variadic
3362
+ })
3363
+ };
3364
+ }
3365
+ var Xn = (
3366
+ /** @class */
3367
+ function() {
3368
+ function e(t, r, n, i) {
3369
+ r === void 0 && (r = e.defaultLocale);
3370
+ var o = this;
3371
+ if (this.formatterCache = {
3372
+ number: {},
3373
+ dateTime: {},
3374
+ pluralRules: {}
3375
+ }, this.format = function(l) {
3376
+ var u = o.formatToParts(l);
3377
+ if (u.length === 1)
3378
+ return u[0].value;
3379
+ var h = u.reduce(function(c, f) {
3380
+ return !c.length || f.type !== I.literal || typeof c[c.length - 1] != "string" ? c.push(f.value) : c[c.length - 1] += f.value, c;
3381
+ }, []);
3382
+ return h.length <= 1 ? h[0] || "" : h;
3383
+ }, this.formatToParts = function(l) {
3384
+ return He(o.ast, o.locales, o.formatters, o.formats, l, void 0, o.message);
3385
+ }, this.resolvedOptions = function() {
3386
+ var l;
3387
+ return {
3388
+ locale: ((l = o.resolvedLocale) === null || l === void 0 ? void 0 : l.toString()) || Intl.NumberFormat.supportedLocalesOf(o.locales)[0]
3389
+ };
3390
+ }, this.getAst = function() {
3391
+ return o.ast;
3392
+ }, this.locales = r, this.resolvedLocale = e.resolveLocale(r), typeof t == "string") {
3393
+ if (this.message = t, !e.__parse)
3394
+ throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
3395
+ var a = i || {};
3396
+ a.formatters;
3397
+ var s = en(a, ["formatters"]);
3398
+ this.ast = e.__parse(t, _(_({}, s), { locale: this.resolvedLocale }));
3399
+ } else
3400
+ this.ast = t;
3401
+ if (!Array.isArray(this.ast))
3402
+ throw new TypeError("A message must be provided as a String or AST.");
3403
+ this.formats = Vn(e.formats, n), this.formatters = i && i.formatters || zn(this.formatterCache);
3404
+ }
3405
+ return Object.defineProperty(e, "defaultLocale", {
3406
+ get: function() {
3407
+ return e.memoizedDefaultLocale || (e.memoizedDefaultLocale = new Intl.NumberFormat().resolvedOptions().locale), e.memoizedDefaultLocale;
3408
+ },
3409
+ enumerable: !1,
3410
+ configurable: !0
3411
+ }), e.memoizedDefaultLocale = null, e.resolveLocale = function(t) {
3412
+ if (typeof Intl.Locale != "undefined") {
3413
+ var r = Intl.NumberFormat.supportedLocalesOf(t);
3414
+ return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
3415
+ }
3416
+ }, e.__parse = $n, e.formats = {
3417
+ number: {
3418
+ integer: {
3419
+ maximumFractionDigits: 0
3420
+ },
3421
+ currency: {
3422
+ style: "currency"
3423
+ },
3424
+ percent: {
3425
+ style: "percent"
3426
+ }
3427
+ },
3428
+ date: {
3429
+ short: {
3430
+ month: "numeric",
3431
+ day: "numeric",
3432
+ year: "2-digit"
3433
+ },
3434
+ medium: {
3435
+ month: "short",
3436
+ day: "numeric",
3437
+ year: "numeric"
3438
+ },
3439
+ long: {
3440
+ month: "long",
3441
+ day: "numeric",
3442
+ year: "numeric"
3443
+ },
3444
+ full: {
3445
+ weekday: "long",
3446
+ month: "long",
3447
+ day: "numeric",
3448
+ year: "numeric"
3449
+ }
3450
+ },
3451
+ time: {
3452
+ short: {
3453
+ hour: "numeric",
3454
+ minute: "numeric"
3455
+ },
3456
+ medium: {
3457
+ hour: "numeric",
3458
+ minute: "numeric",
3459
+ second: "numeric"
3460
+ },
3461
+ long: {
3462
+ hour: "numeric",
3463
+ minute: "numeric",
3464
+ second: "numeric",
3465
+ timeZoneName: "short"
3466
+ },
3467
+ full: {
3468
+ hour: "numeric",
3469
+ minute: "numeric",
3470
+ second: "numeric",
3471
+ timeZoneName: "short"
3472
+ }
3473
+ }
3474
+ }, e;
3475
+ }()
3476
+ );
3477
+ function Wn(e, t) {
3478
+ if (t == null)
3479
+ return;
3480
+ if (t in e)
3481
+ return e[t];
3482
+ const r = t.split(".");
3483
+ let n = e;
3484
+ for (let i = 0; i < r.length; i++)
3485
+ if (typeof n == "object") {
3486
+ if (i > 0) {
3487
+ const o = r.slice(i, r.length).join(".");
3488
+ if (o in n) {
3489
+ n = n[o];
3490
+ break;
3491
+ }
3492
+ }
3493
+ n = n[r[i]];
3494
+ } else
3495
+ n = void 0;
3496
+ return n;
3497
+ }
3498
+ const Q = {}, Zn = (e, t, r) => r && (t in Q || (Q[t] = {}), e in Q[t] || (Q[t][e] = r), r), tr = (e, t) => {
3499
+ if (t == null)
3500
+ return;
3501
+ if (t in Q && e in Q[t])
3502
+ return Q[t][e];
3503
+ const r = Pe(t);
3504
+ for (let n = 0; n < r.length; n++) {
3505
+ const i = r[n], o = Yn(i, e);
3506
+ if (o)
3507
+ return Zn(e, t, o);
3508
+ }
3509
+ };
3510
+ let it;
3511
+ const de = Ne({});
3512
+ function Jn(e) {
3513
+ return it[e] || null;
3514
+ }
3515
+ function rr(e) {
3516
+ return e in it;
3517
+ }
3518
+ function Yn(e, t) {
3519
+ if (!rr(e))
3520
+ return null;
3521
+ const r = Jn(e);
3522
+ return Wn(r, t);
3523
+ }
3524
+ function Kn(e) {
3525
+ if (e == null)
3526
+ return;
3527
+ const t = Pe(e);
3528
+ for (let r = 0; r < t.length; r++) {
3529
+ const n = t[r];
3530
+ if (rr(n))
3531
+ return n;
3532
+ }
3533
+ }
3534
+ function nr(e, ...t) {
3535
+ delete Q[e], de.update((r) => (r[e] = Qr.all([r[e] || {}, ...t]), r));
3536
+ }
3537
+ me(
3538
+ [de],
3539
+ ([e]) => Object.keys(e)
3540
+ );
3541
+ de.subscribe((e) => it = e);
3542
+ const Ce = {};
3543
+ function qn(e, t) {
3544
+ Ce[e].delete(t), Ce[e].size === 0 && delete Ce[e];
3545
+ }
3546
+ function ir(e) {
3547
+ return Ce[e];
3548
+ }
3549
+ function Qn(e) {
3550
+ return Pe(e).map((t) => {
3551
+ const r = ir(t);
3552
+ return [t, r ? [...r] : []];
3553
+ }).filter(([, t]) => t.length > 0);
3554
+ }
3555
+ function tt(e) {
3556
+ return e == null ? !1 : Pe(e).some(
3557
+ (t) => {
3558
+ var r;
3559
+ return (r = ir(t)) == null ? void 0 : r.size;
3560
+ }
3561
+ );
3562
+ }
3563
+ function ei(e, t) {
3564
+ return Promise.all(
3565
+ t.map((n) => (qn(e, n), n().then((i) => i.default || i)))
3566
+ ).then((n) => nr(e, ...n));
3567
+ }
3568
+ const be = {};
3569
+ function or(e) {
3570
+ if (!tt(e))
3571
+ return e in be ? be[e] : Promise.resolve();
3572
+ const t = Qn(e);
3573
+ return be[e] = Promise.all(
3574
+ t.map(
3575
+ ([r, n]) => ei(r, n)
3576
+ )
3577
+ ).then(() => {
3578
+ if (tt(e))
3579
+ return or(e);
3580
+ delete be[e];
3581
+ }), be[e];
3582
+ }
3583
+ const ti = {
3584
+ number: {
3585
+ scientific: { notation: "scientific" },
3586
+ engineering: { notation: "engineering" },
3587
+ compactLong: { notation: "compact", compactDisplay: "long" },
3588
+ compactShort: { notation: "compact", compactDisplay: "short" }
3589
+ },
3590
+ date: {
3591
+ short: { month: "numeric", day: "numeric", year: "2-digit" },
3592
+ medium: { month: "short", day: "numeric", year: "numeric" },
3593
+ long: { month: "long", day: "numeric", year: "numeric" },
3594
+ full: { weekday: "long", month: "long", day: "numeric", year: "numeric" }
3595
+ },
3596
+ time: {
3597
+ short: { hour: "numeric", minute: "numeric" },
3598
+ medium: { hour: "numeric", minute: "numeric", second: "numeric" },
3599
+ long: {
3600
+ hour: "numeric",
3601
+ minute: "numeric",
3602
+ second: "numeric",
3603
+ timeZoneName: "short"
3604
+ },
3605
+ full: {
3606
+ hour: "numeric",
3607
+ minute: "numeric",
3608
+ second: "numeric",
3609
+ timeZoneName: "short"
3610
+ }
3611
+ }
3612
+ }, ri = {
3613
+ fallbackLocale: null,
3614
+ loadingDelay: 200,
3615
+ formats: ti,
3616
+ warnOnMissingMessages: !0,
3617
+ handleMissingMessage: void 0,
3618
+ ignoreTag: !0
3619
+ }, ni = ri;
3620
+ function fe() {
3621
+ return ni;
3622
+ }
3623
+ const Ve = Ne(!1);
3624
+ var ii = Object.defineProperty, oi = Object.defineProperties, ai = Object.getOwnPropertyDescriptors, xt = Object.getOwnPropertySymbols, si = Object.prototype.hasOwnProperty, ui = Object.prototype.propertyIsEnumerable, Tt = (e, t, r) => t in e ? ii(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, li = (e, t) => {
3625
+ for (var r in t || (t = {}))
3626
+ si.call(t, r) && Tt(e, r, t[r]);
3627
+ if (xt)
3628
+ for (var r of xt(t))
3629
+ ui.call(t, r) && Tt(e, r, t[r]);
3630
+ return e;
3631
+ }, hi = (e, t) => oi(e, ai(t));
3632
+ let rt;
3633
+ const Se = Ne(null);
3634
+ function Bt(e) {
3635
+ return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
3636
+ }
3637
+ function Pe(e, t = fe().fallbackLocale) {
3638
+ const r = Bt(e);
3639
+ return t ? [.../* @__PURE__ */ new Set([...r, ...Bt(t)])] : r;
3640
+ }
3641
+ function ie() {
3642
+ return rt != null ? rt : void 0;
3643
+ }
3644
+ Se.subscribe((e) => {
3645
+ rt = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
3646
+ });
3647
+ const ci = (e) => {
3648
+ if (e && Kn(e) && tt(e)) {
3649
+ const { loadingDelay: t } = fe();
3650
+ let r;
3651
+ return typeof window != "undefined" && ie() != null && t ? r = window.setTimeout(
3652
+ () => Ve.set(!0),
3653
+ t
3654
+ ) : Ve.set(!0), or(e).then(() => {
3655
+ Se.set(e);
3656
+ }).finally(() => {
3657
+ clearTimeout(r), Ve.set(!1);
3658
+ });
3659
+ }
3660
+ return Se.set(e);
3661
+ }, ee = hi(li({}, Se), {
3662
+ set: ci
3663
+ }), Oe = (e) => {
3664
+ const t = /* @__PURE__ */ Object.create(null);
3665
+ return (n) => {
3666
+ const i = JSON.stringify(n);
3667
+ return i in t ? t[i] : t[i] = e(n);
3668
+ };
3669
+ };
3670
+ var fi = Object.defineProperty, Me = Object.getOwnPropertySymbols, ar = Object.prototype.hasOwnProperty, sr = Object.prototype.propertyIsEnumerable, wt = (e, t, r) => t in e ? fi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, ot = (e, t) => {
3671
+ for (var r in t || (t = {}))
3672
+ ar.call(t, r) && wt(e, r, t[r]);
3673
+ if (Me)
3674
+ for (var r of Me(t))
3675
+ sr.call(t, r) && wt(e, r, t[r]);
3676
+ return e;
3677
+ }, pe = (e, t) => {
3678
+ var r = {};
3679
+ for (var n in e)
3680
+ ar.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
3681
+ if (e != null && Me)
3682
+ for (var n of Me(e))
3683
+ t.indexOf(n) < 0 && sr.call(e, n) && (r[n] = e[n]);
3684
+ return r;
3685
+ };
3686
+ const _e = (e, t) => {
3687
+ const { formats: r } = fe();
3688
+ if (e in r && t in r[e])
3689
+ return r[e][t];
3690
+ throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
3691
+ }, mi = Oe(
3692
+ (e) => {
3693
+ var t = e, { locale: r, format: n } = t, i = pe(t, ["locale", "format"]);
3694
+ if (r == null)
3695
+ throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
3696
+ return n && (i = _e("number", n)), new Intl.NumberFormat(r, i);
3697
+ }
3698
+ ), di = Oe(
3699
+ (e) => {
3700
+ var t = e, { locale: r, format: n } = t, i = pe(t, ["locale", "format"]);
3701
+ if (r == null)
3702
+ throw new Error('[svelte-i18n] A "locale" must be set to format dates');
3703
+ return n ? i = _e("date", n) : Object.keys(i).length === 0 && (i = _e("date", "short")), new Intl.DateTimeFormat(r, i);
3704
+ }
3705
+ ), pi = Oe(
3706
+ (e) => {
3707
+ var t = e, { locale: r, format: n } = t, i = pe(t, ["locale", "format"]);
3708
+ if (r == null)
3709
+ throw new Error(
3710
+ '[svelte-i18n] A "locale" must be set to format time values'
3711
+ );
3712
+ return n ? i = _e("time", n) : Object.keys(i).length === 0 && (i = _e("time", "short")), new Intl.DateTimeFormat(r, i);
3713
+ }
3714
+ ), bi = (e = {}) => {
3715
+ var t = e, {
3716
+ locale: r = ie()
3717
+ } = t, n = pe(t, [
3718
+ "locale"
3719
+ ]);
3720
+ return mi(ot({ locale: r }, n));
3721
+ }, gi = (e = {}) => {
3722
+ var t = e, {
3723
+ locale: r = ie()
3724
+ } = t, n = pe(t, [
3725
+ "locale"
3726
+ ]);
3727
+ return di(ot({ locale: r }, n));
3728
+ }, yi = (e = {}) => {
3729
+ var t = e, {
3730
+ locale: r = ie()
3731
+ } = t, n = pe(t, [
3732
+ "locale"
3733
+ ]);
3734
+ return pi(ot({ locale: r }, n));
3735
+ }, vi = Oe(
3736
+ // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
3737
+ (e, t = ie()) => new Xn(e, t, fe().formats, {
3738
+ ignoreTag: fe().ignoreTag
3739
+ })
3740
+ ), _i = (e, t = {}) => {
3741
+ var r, n, i, o;
3742
+ let a = t;
3743
+ typeof e == "object" && (a = e, e = a.id);
3744
+ const {
3745
+ values: s,
3746
+ locale: l = ie(),
3747
+ default: u
3748
+ } = a;
3749
+ if (l == null)
3750
+ throw new Error(
3751
+ "[svelte-i18n] Cannot format a message without first setting the initial locale."
3752
+ );
3753
+ let h = tr(e, l);
3754
+ if (!h)
3755
+ h = (o = (i = (n = (r = fe()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: l, id: e, defaultValue: u })) != null ? i : u) != null ? o : e;
3756
+ else if (typeof h != "string")
3757
+ return console.warn(
3758
+ `[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof h}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
3759
+ ), h;
3760
+ if (!s)
3761
+ return h;
3762
+ let c = h;
3763
+ try {
3764
+ c = vi(h, l).format(s);
3765
+ } catch (f) {
3766
+ f instanceof Error && console.warn(
3767
+ `[svelte-i18n] Message "${e}" has syntax error:`,
3768
+ f.message
3769
+ );
3770
+ }
3771
+ return c;
3772
+ }, Ei = (e, t) => yi(t).format(e), xi = (e, t) => gi(t).format(e), Ti = (e, t) => bi(t).format(e), Bi = (e, t = ie()) => tr(e, t), wi = me([ee, de], () => _i);
3773
+ me([ee], () => Ei);
3774
+ me([ee], () => xi);
3775
+ me([ee], () => Ti);
3776
+ me([ee, de], () => Bi);
3777
+ function Hi({ withLocale: e, translations: t }) {
3778
+ ee.subscribe((r) => {
3779
+ r == null && (de.set(t), ee.set(e));
3780
+ });
3781
+ }
3782
+ function Ht(e, t) {
3783
+ nr(e, t);
3784
+ }
3785
+ function Ci(e) {
3786
+ ee.set(e);
3787
+ }
3788
+ const Ct = {
3789
+ en: {
3790
+ scoreCriteriaType: {
3791
+ 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.",
3792
+ 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.",
3793
+ 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.",
3794
+ 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."
3795
+ },
3796
+ 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.",
3797
+ timePeriod: "The tournament start {startTime} and ends {endTime}",
3798
+ terms: 'See <a href="{tcUrl}" target="_blank">Terms & Conditions.</>',
3799
+ productNoLimitsBet: "For {productName}, there are no minimum and maximum bet limits set.",
3800
+ productMinMaxBet: "For {productName}, the minimum accepted bet is {minBet} and maximum accepted bet is {maxBet}.",
3801
+ productMinBet: "For {productName}, the minimum bet amount accepted is {minBet}.",
3802
+ productMaxBet: "For {productName}, the maximum bet amount accepted is {maxBet}."
3803
+ },
3804
+ tr: {
3805
+ scoreCriteriaType: {
3806
+ 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.",
3807
+ 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.",
3808
+ 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.",
3809
+ 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."
3810
+ },
3811
+ miniBetCount: "Minimum bahis sayısı: {betCount}. Ödüllere hak kazanmak için oyuncunun en az {betCount} tur oynaması gerekir, aksi takdirde ödül verilmeyecektir.",
3812
+ timePeriod: "Turnuva {startTime} tarihinde başlar ve {endTime} tarihinde sona erer",
3813
+ terms: '<a href={tcUrl}"" target=""_blank"">Şartlar ve Koşullar</>""a bakın.',
3814
+ productNoLimitsBet: "{productName} için belirlenmiş minimum ve maksimum bahis limiti yoktur.",
3815
+ productMinMaxBet: "{productName} için kabul edilen minimum bahis {minBet} ve kabul edilen maksimum bahis {maxBet}'tir.",
3816
+ productMinBet: "{productName} için kabul edilen minimum bahis miktarı {minBet}'tir.",
3817
+ productMaxBet: "{productName} için kabul edilen maksimum bahis miktarı {maxBet}'tir."
3818
+ },
3819
+ el: {
3820
+ scoreCriteriaType: {
3821
+ 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.",
3822
+ 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.",
3823
+ 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.",
3824
+ 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."
3825
+ },
3826
+ 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.",
3827
+ timePeriod: "The tournament start {startTime} and ends {endTime}",
3828
+ terms: 'See <a href="{tcUrl}" target="_blank">Terms & Conditions.</>',
3829
+ productNoLimitsBet: "For {productName}, there are no minimum and maximum bet limits set.",
3830
+ productMinMaxBet: "For {productName}, the minimum accepted bet is {minBet} and maximum accepted bet is {maxBet}.",
3831
+ productMinBet: "For {productName}, the minimum bet amount accepted is {minBet}.",
3832
+ productMaxBet: "For {productName}, the maximum bet amount accepted is {maxBet}."
3833
+ },
3834
+ hu: {
3835
+ scoreCriteriaType: {
3836
+ 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ú.",
3837
+ 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ú.",
3838
+ 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.",
3839
+ 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."
3840
+ },
3841
+ 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.",
3842
+ timePeriod: "A verseny {startTime}-kor kezdődik és {endTime}-kor végződik.",
3843
+ terms: 'Lásd a <a href="{tcUrl}" target="_blank">Felhasználási feltételeket.</>',
3844
+ productNoLimitsBet: "A {productName}-nál nincsenek minimális és maximális tét határok beállítva.",
3845
+ productMinMaxBet: "A {productName}-nál a minimálisan elfogadott tét {minBet}, a maximálisan elfogadott tét pedig {maxBet}.",
3846
+ productMinBet: "A {productName}-nál a minimálisan elfogadott tét összege {minBet}.",
3847
+ productMaxBet: "A {productName}-nál a maximálisan elfogadott tét összege {maxBet}."
3848
+ },
3849
+ pt: {
3850
+ scoreCriteriaType: {
3851
+ 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.",
3852
+ 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.",
3853
+ 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.",
3854
+ 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."
3855
+ },
3856
+ 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.",
3857
+ timePeriod: "O torneio começa {startTime} e termina {endTime}",
3858
+ terms: 'Veja os <a href="{tcUrl}" target="_blank">Termos & Condições.</>',
3859
+ productNoLimitsBet: "Para {productName}, não há limites mínimo e máximo de apostas definidos.",
3860
+ productMinMaxBet: "Para {productName}, a aposta mínima aceita é {minBet} e a aposta máxima aceita é {maxBet}.",
3861
+ productMinBet: "Para {productName}, o valor mínimo da aposta aceita é {minBet}.",
3862
+ productMaxBet: "Para {productName}, o valor máximo da aposta aceita é {maxBet}."
3863
+ }
3864
+ }, N = {
3865
+ AED: "د.إ",
3866
+ AFN: "؋",
3867
+ ALL: "L",
3868
+ AMD: "֏",
3869
+ ANG: "ƒ",
3870
+ AOA: "Kz",
3871
+ ARS: "$",
3872
+ AUD: "$",
3873
+ AWG: "ƒ",
3874
+ AZN: "ман",
3875
+ BAM: "KM",
3876
+ BBD: "$",
3877
+ BDT: "৳",
3878
+ BGN: "лв",
3879
+ BHD: ".د.ب",
3880
+ BIF: "FBu",
3881
+ BMD: "$",
3882
+ BND: "$",
3883
+ BOB: "$b",
3884
+ BRL: "R$",
3885
+ BSD: "$",
3886
+ BTC: "฿",
3887
+ BTN: "Nu.",
3888
+ BWP: "P",
3889
+ BYR: "p.",
3890
+ BZD: "BZ$",
3891
+ CAD: "$",
3892
+ CDF: "FC",
3893
+ CHF: "CHF",
3894
+ CLP: "$",
3895
+ CNY: "¥",
3896
+ COP: "$",
3897
+ CRC: "₡",
3898
+ CUC: "$",
3899
+ CUP: "₱",
3900
+ CVE: "$",
3901
+ CZK: "Kč",
3902
+ DJF: "Fdj",
3903
+ DKK: "kr",
3904
+ DOP: "RD$",
3905
+ DZD: "دج",
3906
+ EEK: "kr",
3907
+ EGP: "£",
3908
+ ERN: "Nfk",
3909
+ ETB: "Br",
3910
+ ETH: "Ξ",
3911
+ EUR: "€",
3912
+ FJD: "$",
3913
+ FKP: "£",
3914
+ GBP: "£",
3915
+ GEL: "₾",
3916
+ GGP: "£",
3917
+ GHC: "₵",
3918
+ GHS: "GH₵",
3919
+ GIP: "£",
3920
+ GMD: "D",
3921
+ GNF: "FG",
3922
+ GTQ: "Q",
3923
+ GYD: "$",
3924
+ HKD: "$",
3925
+ HNL: "L",
3926
+ HRK: "kn",
3927
+ HTG: "G",
3928
+ HUF: "Ft",
3929
+ IDR: "Rp",
3930
+ ILS: "₪",
3931
+ IMP: "£",
3932
+ INR: "₹",
3933
+ IQD: "ع.د",
3934
+ IRR: "﷼",
3935
+ ISK: "kr",
3936
+ JEP: "£",
3937
+ JMD: "J$",
3938
+ JOD: "JD",
3939
+ JPY: "¥",
3940
+ KES: "KSh",
3941
+ KGS: "лв",
3942
+ KHR: "៛",
3943
+ KMF: "CF",
3944
+ KPW: "₩",
3945
+ KRW: "₩",
3946
+ KWD: "KD",
3947
+ KYD: "$",
3948
+ KZT: "лв",
3949
+ LAK: "₭",
3950
+ LBP: "£",
3951
+ LKR: "₨",
3952
+ LRD: "$",
3953
+ LSL: "M",
3954
+ LTC: "Ł",
3955
+ LTL: "Lt",
3956
+ LVL: "Ls",
3957
+ LYD: "LD",
3958
+ MAD: "MAD",
3959
+ MDL: "lei",
3960
+ MGA: "Ar",
3961
+ MKD: "ден",
3962
+ MMK: "K",
3963
+ MNT: "₮",
3964
+ MOP: "MOP$",
3965
+ MRO: "UM",
3966
+ MUR: "₨",
3967
+ MVR: "Rf",
3968
+ MWK: "MK",
3969
+ MXN: "$",
3970
+ MYR: "RM",
3971
+ MZN: "MT",
3972
+ NAD: "$",
3973
+ NGN: "₦",
3974
+ NIO: "C$",
3975
+ NOK: "kr",
3976
+ NPR: "₨",
3977
+ NZD: "$",
3978
+ OMR: "﷼",
3979
+ PAB: "B/.",
3980
+ PEN: "S/.",
3981
+ PGK: "K",
3982
+ PHP: "₱",
3983
+ PKR: "₨",
3984
+ PLN: "zł",
3985
+ PYG: "Gs",
3986
+ QAR: "﷼",
3987
+ RMB: "¥",
3988
+ RON: "lei",
3989
+ RSD: "Дин.",
3990
+ RUB: "₽",
3991
+ RWF: "R₣",
3992
+ SAR: "﷼",
3993
+ SBD: "$",
3994
+ SCR: "₨",
3995
+ SDG: "ج.س.",
3996
+ SEK: "kr",
3997
+ SGD: "$",
3998
+ SHP: "£",
3999
+ SLL: "Le",
4000
+ SOS: "S",
4001
+ SRD: "$",
4002
+ SSP: "£",
4003
+ STD: "Db",
4004
+ SVC: "$",
4005
+ SYP: "£",
4006
+ SZL: "E",
4007
+ THB: "฿",
4008
+ TJS: "SM",
4009
+ TMT: "T",
4010
+ TND: "د.ت",
4011
+ TOP: "T$",
4012
+ TRL: "₤",
4013
+ TRY: "₺",
4014
+ TTD: "TT$",
4015
+ TVD: "$",
4016
+ TWD: "NT$",
4017
+ TZS: "TSh",
4018
+ UAH: "₴",
4019
+ UGX: "USh",
4020
+ USD: "$",
4021
+ UYU: "$U",
4022
+ UZS: "лв",
4023
+ VEF: "Bs",
4024
+ VND: "₫",
4025
+ VUV: "VT",
4026
+ WST: "WS$",
4027
+ XAF: "FCFA",
4028
+ XBT: "Ƀ",
4029
+ XCD: "$",
4030
+ XOF: "CFA",
4031
+ XPF: "₣",
4032
+ YER: "﷼",
4033
+ ZAR: "R",
4034
+ ZWD: "Z$"
4035
+ }, Si = "data:image/svg+xml,%3csvg%20width='35'%20height='25'%20viewBox='0%200%2025%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_2591_521)'%3e%3cpath%20d='M22.3588%2020.1363C22.3601%2020.7949%2022.1782%2021.4408%2021.8334%2022.0019C21.6456%2022.3247%2021.4036%2022.6127%2021.1179%2022.8533C20.4473%2023.4391%2019.5846%2023.7574%2018.6942%2023.7474C17.8037%2023.7373%2016.9482%2023.3997%2016.2909%2022.7989C16.0353%2022.567%2015.8156%2022.2984%2015.6389%2022.0019C15.3424%2021.5116%2015.1664%2020.958%2015.1255%2020.3865C15.0845%2019.815%2015.1799%2019.2419%2015.4034%2018.7144C15.6399%2018.1566%2016.0124%2017.667%2016.487%2017.2905C16.9617%2016.9139%2017.5234%2016.6623%2018.1204%2016.5589C18.3103%2016.5455%2018.5009%2016.5455%2018.6908%2016.5589C19.6516%2016.5589%2020.573%2016.9406%2021.2524%2017.62C21.9318%2018.2994%2022.3135%2019.2208%2022.3135%2020.1816L22.3588%2020.1363Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M17.3242%2020.1371L18.2299%2021.0428L20.1591%2019.2314'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M22.278%206.46076C21.2037%204.5943%2019.6194%203.073%2017.711%202.0753C15.8025%201.0776%2013.6493%200.644982%2011.5036%200.828135C9.35785%201.01129%207.30885%201.8026%205.59709%203.10931C3.88533%204.41603%202.5817%206.1839%201.83935%208.20542C1.09701%2010.2269%200.9467%2012.4182%201.40598%2014.5222C1.86526%2016.6261%202.91505%2018.5555%204.43229%2020.0838C5.94953%2021.6121%207.87136%2022.6759%209.97194%2023.1504C12.0725%2023.6249%2014.2648%2023.4903%2016.2917%2022.7627C16.0361%2022.5307%2015.8163%2022.2621%2015.6396%2021.9657C15.3432%2021.4754%2015.1671%2020.9217%2015.1262%2020.3502C15.0853%2019.7788%2015.1806%2019.2057%2015.4041%2018.6781C14.4907%2019.0911%2013.4995%2019.3042%2012.497%2019.3031C11.2245%2019.3008%209.97506%2018.9635%208.87436%2018.325C7.77533%2017.6908%206.86538%2016.7747%206.23875%2015.6714V15.6714C5.33468%2014.0218%205.11294%2012.0836%205.62119%2010.2725C6.12945%208.46132%207.32717%206.92144%208.9575%205.98306C10.5878%205.04467%2012.521%204.78249%2014.3424%205.25274C16.1637%205.72298%2017.7284%206.88816%2018.7006%208.4985C18.7123%208.52746%2018.7275%208.55493%2018.746%208.58009C19.3629%209.66322%2019.6875%2010.8882%2019.6875%2012.1347C19.6875%2013.3813%2019.3629%2014.6064%2018.746%2015.6895C18.5748%2015.9855%2018.384%2016.2699%2018.1753%2016.5408C18.3652%2016.5273%2018.556%2016.5273%2018.746%2016.5408C19.3961%2016.5406%2020.0342%2016.7154%2020.5936%2017.0469C21.1529%2017.3783%2021.6128%2017.8543%2021.9249%2018.4246C23.1544%2016.5691%2023.8097%2014.3923%2023.8087%2012.1665C23.8164%2010.1621%2023.2878%208.19215%2022.278%206.46076V6.46076Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12.4785%200.819336V4.94915'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M18.1391%202.32227L16.0742%205.89962'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M22.2866%206.46094L18.7002%208.52584'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M19.6875%2012.1035L23.7992%2012.1216'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M22.2775%2017.7729L18.7363%2015.708'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12.4966%2019.3398L12.4785%2023.4153'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M8.883%2018.3613L6.82715%2021.8843'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6.24745%2015.708L2.69727%2017.7276'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M5.30577%2012.0946L1.20312%2012.0674'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6.30214%208.49903L2.75195%206.41602'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6.90918%202.29492L8.94692%205.89039'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M9.7086%2010.4202H8.7206L7.74805%2011.0146V11.9254L8.61254%2011.4082H8.6357V14.3722H9.7086V10.4202Z'%20fill='white'/%3e%3cpath%20d='M11.7885%2014.4803C12.8633%2014.4822%2013.531%2013.7123%2013.5329%2012.4039C13.5348%2011.1033%2012.8633%2010.3662%2011.7885%2010.3662C10.7117%2010.3662%2010.0479%2011.0995%2010.044%2012.4039C10.0402%2013.7065%2010.7117%2014.4783%2011.7885%2014.4803ZM11.7885%2013.6081C11.418%2013.6081%2011.1517%2013.2356%2011.1555%2012.4039C11.1594%2011.5916%2011.418%2011.2307%2011.7885%2011.2307C12.159%2011.2307%2012.4195%2011.5916%2012.4214%2012.4039C12.4233%2013.2356%2012.159%2013.6081%2011.7885%2013.6081Z'%20fill='white'/%3e%3cpath%20d='M15.305%2014.4803C16.3798%2014.4822%2017.0475%2013.7123%2017.0494%2012.4039C17.0513%2011.1033%2016.3798%2010.3662%2015.305%2010.3662C14.2282%2010.3662%2013.5644%2011.0995%2013.5605%2012.4039C13.5567%2013.7065%2014.2282%2014.4783%2015.305%2014.4803ZM15.305%2013.6081C14.9345%2013.6081%2014.6682%2013.2356%2014.672%2012.4039C14.6759%2011.5916%2014.9345%2011.2307%2015.305%2011.2307C15.6755%2011.2307%2015.936%2011.5916%2015.9379%2012.4039C15.9398%2013.2356%2015.6755%2013.6081%2015.305%2013.6081Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2591_521'%3e%3crect%20width='24'%20height='24.2989'%20fill='white'%20transform='translate(0.478516%200.139648)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", Mi = "data:image/svg+xml,%3csvg%20width='35'%20height='24'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.6712%2020.9658H5.22363V23.2166H19.6712V20.9658Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13.9074%2014.8942C16.0065%2013.9267%2019.3847%2011.229%2019.3847%204.9113C19.3847%203.38619%2019.1879%202.20546%2018.7246%201.30762H6.03995C5.58078%202.20546%205.37988%203.38619%205.37988%204.9113C5.37988%2011.0978%208.76219%2013.8611%2010.8572%2014.8696V18.6906H6.40482V20.9414H18.4868V18.6906H13.9074V14.8942Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M5.41677%203.39453H0.841439C0.841439%203.39453%20-0.343394%209.90085%206.77789%2010.9586'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M19.499%203.39453H24.0743C24.0743%203.39453%2025.2592%209.90085%2018.1338%2010.9586'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12.3862%203.97656L13.2718%206.31343L15.7685%206.43642L13.8211%208.00253L14.4771%2010.4132L12.3862%209.04387L10.2953%2010.4132L10.9472%208.00253L9.00391%206.43642L11.4966%206.31343L12.3862%203.97656Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", ur = "data:image/svg+xml,%3csvg%20width='35'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.5%2013.7502C9.5%2014.7202%2010.25%2015.5002%2011.17%2015.5002H13.05C13.85%2015.5002%2014.5%2014.8202%2014.5%2013.9702C14.5%2013.0602%2014.1%2012.7302%2013.51%2012.5202L10.5%2011.4702C9.91%2011.2602%209.51001%2010.9402%209.51001%2010.0202C9.51001%209.18023%2010.16%208.49023%2010.96%208.49023H12.84C13.76%208.49023%2014.51%209.27023%2014.51%2010.2402'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12%207.5V16.5'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M22%2012C22%2017.52%2017.52%2022%2012%2022C6.48%2022%202%2017.52%202%2012C2%206.48%206.48%202%2012%202'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M22%206V2H18'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M17%207L22%202'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", Ri = "data:image/svg+xml,%3csvg%20width='35'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M22%2012C22%2017.52%2017.52%2022%2012%2022C6.48%2022%202%2017.52%202%2012C2%206.48%206.48%202%2012%202C17.52%202%2022%206.48%2022%2012Z'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M15.7099%2015.1798L12.6099%2013.3298C12.0699%2013.0098%2011.6299%2012.2398%2011.6299%2011.6098V7.50977'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", ki = "data:image/svg+xml,%3csvg%20width='35'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%2019.5H21'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M11%2012.5H21'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M11%205.5H21'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M3%205.5L4%206.5L7%203.5'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M3%2012.5L4%2013.5L7%2010.5'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M3%2019.5L4%2020.5L7%2017.5'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e";
4036
+ function Ni(e) {
4037
+ br(e, "svelte-1aour49", "*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.casino-tournaments-thumbnail-rule{color:#fff;font-size:12px;line-height:15px;letter-spacing:-0.177807px;color:#B5B5B5}.casino-tournaments-thumbnail-rule .RulesRow{padding:10px;display:flex;border-bottom:1px solid #424242}.casino-tournaments-thumbnail-rule .RulesRow .RuleTxt{padding:3px 5px}.casino-tournaments-thumbnail-rule .RulesRow .RuleTxt a{color:#ff8364;cursor:pointer}.casino-tournaments-thumbnail-rule .RuleIcon{width:38px;height:30px}");
4038
+ }
4039
+ function St(e) {
4040
+ let t, r = (
4041
+ /*$_*/
4042
+ e[13]("scoreCriteriaType.mostRounds") + ""
4043
+ ), n;
4044
+ return {
4045
+ c() {
4046
+ t = new ke(!1), n = Re(), t.a = n;
4047
+ },
4048
+ m(i, o) {
4049
+ t.m(r, i, o), R(i, n, o);
4050
+ },
4051
+ p(i, o) {
4052
+ o & /*$_*/
4053
+ 8192 && r !== (r = /*$_*/
4054
+ i[13]("scoreCriteriaType.mostRounds") + "") && t.p(r);
4055
+ },
4056
+ d(i) {
4057
+ i && (H(n), t.d());
4058
+ }
4059
+ };
4060
+ }
4061
+ function Mt(e) {
4062
+ let t, r = (
4063
+ /*$_*/
4064
+ e[13]("scoreCriteriaType.winStateRatio") + ""
4065
+ ), n;
4066
+ return {
4067
+ c() {
4068
+ t = new ke(!1), n = Re(), t.a = n;
4069
+ },
4070
+ m(i, o) {
4071
+ t.m(r, i, o), R(i, n, o);
4072
+ },
4073
+ p(i, o) {
4074
+ o & /*$_*/
4075
+ 8192 && r !== (r = /*$_*/
4076
+ i[13]("scoreCriteriaType.winStateRatio") + "") && t.p(r);
4077
+ },
4078
+ d(i) {
4079
+ i && (H(n), t.d());
4080
+ }
4081
+ };
4082
+ }
4083
+ function Rt(e) {
4084
+ let t, r = (
4085
+ /*$_*/
4086
+ e[13]("scoreCriteriaType.maxWinStateRatio") + ""
4087
+ ), n;
4088
+ return {
4089
+ c() {
4090
+ t = new ke(!1), n = Re(), t.a = n;
4091
+ },
4092
+ m(i, o) {
4093
+ t.m(r, i, o), R(i, n, o);
4094
+ },
4095
+ p(i, o) {
4096
+ o & /*$_*/
4097
+ 8192 && r !== (r = /*$_*/
4098
+ i[13]("scoreCriteriaType.maxWinStateRatio") + "") && t.p(r);
4099
+ },
4100
+ d(i) {
4101
+ i && (H(n), t.d());
4102
+ }
4103
+ };
4104
+ }
4105
+ function kt(e) {
4106
+ let t, r = (
4107
+ /*$_*/
4108
+ e[13]("scoreCriteriaType.stake") + ""
4109
+ ), n;
4110
+ return {
4111
+ c() {
4112
+ t = new ke(!1), n = Re(), t.a = n;
4113
+ },
4114
+ m(i, o) {
4115
+ t.m(r, i, o), R(i, n, o);
4116
+ },
4117
+ p(i, o) {
4118
+ o & /*$_*/
4119
+ 8192 && r !== (r = /*$_*/
4120
+ i[13]("scoreCriteriaType.stake") + "") && t.p(r);
4121
+ },
4122
+ d(i) {
4123
+ i && (H(n), t.d());
4124
+ }
4125
+ };
4126
+ }
4127
+ function Nt(e) {
4128
+ let t, r, n;
4129
+ function i(s, l) {
4130
+ return (
4131
+ /*noMinCasinoBet*/
4132
+ s[8] && /*noMaxCasinoBet*/
4133
+ s[9] ? Oi : (
4134
+ /*noMinCasinoBet*/
4135
+ s[8] ? Pi : (
4136
+ /*noMaxCasinoBet*/
4137
+ s[9] ? Li : Ai
4138
+ )
4139
+ )
4140
+ );
4141
+ }
4142
+ let o = i(e), a = o(e);
4143
+ return {
4144
+ c() {
4145
+ t = x("div"), r = x("div"), r.innerHTML = `<img src="${ur}"/>`, n = O(), a.c(), m(r, "class", "RuleIcon"), m(r, "part", "RuleIcon"), m(t, "class", "RulesRow"), m(t, "part", "rule");
4146
+ },
4147
+ m(s, l) {
4148
+ R(s, t, l), p(t, r), p(t, n), a.m(t, null);
4149
+ },
4150
+ p(s, l) {
4151
+ o === (o = i(s)) && a ? a.p(s, l) : (a.d(1), a = o(s), a && (a.c(), a.m(t, null)));
4152
+ },
4153
+ d(s) {
4154
+ s && H(t), a.d();
4155
+ }
4156
+ };
4157
+ }
4158
+ function Ai(e) {
4159
+ let t, r = (
4160
+ /*$_*/
4161
+ e[13]("productMinMaxBet", {
4162
+ values: {
4163
+ productName: (
4164
+ /*casino*/
4165
+ e[6].name
4166
+ ),
4167
+ minBet: `${/*isNumber*/
4168
+ e[14](
4169
+ /*casino*/
4170
+ e[6].minbet
4171
+ ) ? N[
4172
+ /*currency*/
4173
+ e[12]
4174
+ ] : ""}${/*casino*/
4175
+ e[6].minbet}`,
4176
+ maxBet: `${/*isNumber*/
4177
+ e[14](
4178
+ /*casino*/
4179
+ e[6].maxbet
4180
+ ) ? N[
4181
+ /*currency*/
4182
+ e[12]
4183
+ ] : ""}${/*casino*/
4184
+ e[6].maxbet}`
4185
+ }
4186
+ }) + ""
4187
+ ), n;
4188
+ return {
4189
+ c() {
4190
+ t = x("div"), n = X(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4191
+ },
4192
+ m(i, o) {
4193
+ R(i, t, o), p(t, n);
4194
+ },
4195
+ p(i, o) {
4196
+ o & /*$_, casino, currency*/
4197
+ 12352 && r !== (r = /*$_*/
4198
+ i[13]("productMinMaxBet", {
4199
+ values: {
4200
+ productName: (
4201
+ /*casino*/
4202
+ i[6].name
4203
+ ),
4204
+ minBet: `${/*isNumber*/
4205
+ i[14](
4206
+ /*casino*/
4207
+ i[6].minbet
4208
+ ) ? N[
4209
+ /*currency*/
4210
+ i[12]
4211
+ ] : ""}${/*casino*/
4212
+ i[6].minbet}`,
4213
+ maxBet: `${/*isNumber*/
4214
+ i[14](
4215
+ /*casino*/
4216
+ i[6].maxbet
4217
+ ) ? N[
4218
+ /*currency*/
4219
+ i[12]
4220
+ ] : ""}${/*casino*/
4221
+ i[6].maxbet}`
4222
+ }
4223
+ }) + "") && Y(n, r);
4224
+ },
4225
+ d(i) {
4226
+ i && H(t);
4227
+ }
4228
+ };
4229
+ }
4230
+ function Li(e) {
4231
+ let t, r = (
4232
+ /*$_*/
4233
+ e[13]("productMinBet", {
4234
+ values: {
4235
+ productName: (
4236
+ /*casino*/
4237
+ e[6].name
4238
+ ),
4239
+ minBet: `${/*isNumber*/
4240
+ e[14](
4241
+ /*casino*/
4242
+ e[6].minbet
4243
+ ) ? N[
4244
+ /*currency*/
4245
+ e[12]
4246
+ ] : ""}${/*casino*/
4247
+ e[6].minbet}`
4248
+ }
4249
+ }) + ""
4250
+ ), n;
4251
+ return {
4252
+ c() {
4253
+ t = x("div"), n = X(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4254
+ },
4255
+ m(i, o) {
4256
+ R(i, t, o), p(t, n);
4257
+ },
4258
+ p(i, o) {
4259
+ o & /*$_, casino, currency*/
4260
+ 12352 && r !== (r = /*$_*/
4261
+ i[13]("productMinBet", {
4262
+ values: {
4263
+ productName: (
4264
+ /*casino*/
4265
+ i[6].name
4266
+ ),
4267
+ minBet: `${/*isNumber*/
4268
+ i[14](
4269
+ /*casino*/
4270
+ i[6].minbet
4271
+ ) ? N[
4272
+ /*currency*/
4273
+ i[12]
4274
+ ] : ""}${/*casino*/
4275
+ i[6].minbet}`
4276
+ }
4277
+ }) + "") && Y(n, r);
4278
+ },
4279
+ d(i) {
4280
+ i && H(t);
4281
+ }
4282
+ };
4283
+ }
4284
+ function Pi(e) {
4285
+ let t, r = (
4286
+ /*$_*/
4287
+ e[13]("productMaxBet", {
4288
+ values: {
4289
+ productName: (
4290
+ /*casino*/
4291
+ e[6].name
4292
+ ),
4293
+ maxBet: `${/*isNumber*/
4294
+ e[14](
4295
+ /*casino*/
4296
+ e[6].maxbet
4297
+ ) ? N[
4298
+ /*currency*/
4299
+ e[12]
4300
+ ] : ""}${/*casino*/
4301
+ e[6].maxbet}`
4302
+ }
4303
+ }) + ""
4304
+ ), n;
4305
+ return {
4306
+ c() {
4307
+ t = x("div"), n = X(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4308
+ },
4309
+ m(i, o) {
4310
+ R(i, t, o), p(t, n);
4311
+ },
4312
+ p(i, o) {
4313
+ o & /*$_, casino, currency*/
4314
+ 12352 && r !== (r = /*$_*/
4315
+ i[13]("productMaxBet", {
4316
+ values: {
4317
+ productName: (
4318
+ /*casino*/
4319
+ i[6].name
4320
+ ),
4321
+ maxBet: `${/*isNumber*/
4322
+ i[14](
4323
+ /*casino*/
4324
+ i[6].maxbet
4325
+ ) ? N[
4326
+ /*currency*/
4327
+ i[12]
4328
+ ] : ""}${/*casino*/
4329
+ i[6].maxbet}`
4330
+ }
4331
+ }) + "") && Y(n, r);
4332
+ },
4333
+ d(i) {
4334
+ i && H(t);
4335
+ }
4336
+ };
4337
+ }
4338
+ function Oi(e) {
4339
+ let t, r = (
4340
+ /*$_*/
4341
+ e[13]("productNoLimitsBet", {
4342
+ values: { productName: (
4343
+ /*casino*/
4344
+ e[6].name
4345
+ ) }
4346
+ }) + ""
4347
+ ), n;
4348
+ return {
4349
+ c() {
4350
+ t = x("div"), n = X(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4351
+ },
4352
+ m(i, o) {
4353
+ R(i, t, o), p(t, n);
4354
+ },
4355
+ p(i, o) {
4356
+ o & /*$_, casino*/
4357
+ 8256 && r !== (r = /*$_*/
4358
+ i[13]("productNoLimitsBet", {
4359
+ values: { productName: (
4360
+ /*casino*/
4361
+ i[6].name
4362
+ ) }
4363
+ }) + "") && Y(n, r);
4364
+ },
4365
+ d(i) {
4366
+ i && H(t);
4367
+ }
4368
+ };
4369
+ }
4370
+ function At(e) {
4371
+ let t, r, n;
4372
+ function i(s, l) {
4373
+ return (
4374
+ /*noMinSportsBet*/
4375
+ s[10] && /*noMaxSportsBet*/
4376
+ s[11] ? Ui : (
4377
+ /*noMinSportsBet*/
4378
+ s[10] ? Di : (
4379
+ /*noMaxSportsBet*/
4380
+ s[11] ? $i : Ii
4381
+ )
4382
+ )
4383
+ );
4384
+ }
4385
+ let o = i(e), a = o(e);
4386
+ return {
4387
+ c() {
4388
+ t = x("div"), r = x("div"), r.innerHTML = `<img src="${ur}"/>`, n = O(), a.c(), m(r, "class", "RuleIcon"), m(r, "part", "RuleIcon"), m(t, "class", "RulesRow"), m(t, "part", "rule");
4389
+ },
4390
+ m(s, l) {
4391
+ R(s, t, l), p(t, r), p(t, n), a.m(t, null);
4392
+ },
4393
+ p(s, l) {
4394
+ o === (o = i(s)) && a ? a.p(s, l) : (a.d(1), a = o(s), a && (a.c(), a.m(t, null)));
4395
+ },
4396
+ d(s) {
4397
+ s && H(t), a.d();
4398
+ }
4399
+ };
4400
+ }
4401
+ function Ii(e) {
4402
+ let t, r = (
4403
+ /*$_*/
4404
+ e[13]("productMinMaxBet", {
4405
+ values: {
4406
+ productName: (
4407
+ /*sports*/
4408
+ e[7].name
4409
+ ),
4410
+ minBet: `${/*isNumber*/
4411
+ e[14](
4412
+ /*sports*/
4413
+ e[7].minbet
4414
+ ) ? N[
4415
+ /*currency*/
4416
+ e[12]
4417
+ ] : ""}${/*sports*/
4418
+ e[7].minbet}`,
4419
+ maxBet: `${/*isNumber*/
4420
+ e[14](
4421
+ /*sports*/
4422
+ e[7].maxbet
4423
+ ) ? N[
4424
+ /*currency*/
4425
+ e[12]
4426
+ ] : ""}${/*sports*/
4427
+ e[7].maxbet}`
4428
+ }
4429
+ }) + ""
4430
+ ), n;
4431
+ return {
4432
+ c() {
4433
+ t = x("div"), n = X(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4434
+ },
4435
+ m(i, o) {
4436
+ R(i, t, o), p(t, n);
4437
+ },
4438
+ p(i, o) {
4439
+ o & /*$_, sports, currency*/
4440
+ 12416 && r !== (r = /*$_*/
4441
+ i[13]("productMinMaxBet", {
4442
+ values: {
4443
+ productName: (
4444
+ /*sports*/
4445
+ i[7].name
4446
+ ),
4447
+ minBet: `${/*isNumber*/
4448
+ i[14](
4449
+ /*sports*/
4450
+ i[7].minbet
4451
+ ) ? N[
4452
+ /*currency*/
4453
+ i[12]
4454
+ ] : ""}${/*sports*/
4455
+ i[7].minbet}`,
4456
+ maxBet: `${/*isNumber*/
4457
+ i[14](
4458
+ /*sports*/
4459
+ i[7].maxbet
4460
+ ) ? N[
4461
+ /*currency*/
4462
+ i[12]
4463
+ ] : ""}${/*sports*/
4464
+ i[7].maxbet}`
4465
+ }
4466
+ }) + "") && Y(n, r);
4467
+ },
4468
+ d(i) {
4469
+ i && H(t);
4470
+ }
4471
+ };
4472
+ }
4473
+ function $i(e) {
4474
+ let t, r = (
4475
+ /*$_*/
4476
+ e[13]("productMinBet", {
4477
+ values: {
4478
+ productName: (
4479
+ /*sports*/
4480
+ e[7].name
4481
+ ),
4482
+ minBet: `${/*isNumber*/
4483
+ e[14](
4484
+ /*sports*/
4485
+ e[7].minbet
4486
+ ) ? N[
4487
+ /*currency*/
4488
+ e[12]
4489
+ ] : ""}${/*sports*/
4490
+ e[7].minbet}`
4491
+ }
4492
+ }) + ""
4493
+ ), n;
4494
+ return {
4495
+ c() {
4496
+ t = x("div"), n = X(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4497
+ },
4498
+ m(i, o) {
4499
+ R(i, t, o), p(t, n);
4500
+ },
4501
+ p(i, o) {
4502
+ o & /*$_, sports, currency*/
4503
+ 12416 && r !== (r = /*$_*/
4504
+ i[13]("productMinBet", {
4505
+ values: {
4506
+ productName: (
4507
+ /*sports*/
4508
+ i[7].name
4509
+ ),
4510
+ minBet: `${/*isNumber*/
4511
+ i[14](
4512
+ /*sports*/
4513
+ i[7].minbet
4514
+ ) ? N[
4515
+ /*currency*/
4516
+ i[12]
4517
+ ] : ""}${/*sports*/
4518
+ i[7].minbet}`
4519
+ }
4520
+ }) + "") && Y(n, r);
4521
+ },
4522
+ d(i) {
4523
+ i && H(t);
4524
+ }
4525
+ };
4526
+ }
4527
+ function Di(e) {
4528
+ let t, r = (
4529
+ /*$_*/
4530
+ e[13]("productMaxBet", {
4531
+ values: {
4532
+ productName: (
4533
+ /*sports*/
4534
+ e[7].name
4535
+ ),
4536
+ maxBet: `${/*isNumber*/
4537
+ e[14](
4538
+ /*sports*/
4539
+ e[7].maxbet
4540
+ ) ? N[
4541
+ /*currency*/
4542
+ e[12]
4543
+ ] : ""}${/*sports*/
4544
+ e[7].maxbet}`
4545
+ }
4546
+ }) + ""
4547
+ ), n;
4548
+ return {
4549
+ c() {
4550
+ t = x("div"), n = X(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4551
+ },
4552
+ m(i, o) {
4553
+ R(i, t, o), p(t, n);
4554
+ },
4555
+ p(i, o) {
4556
+ o & /*$_, sports, currency*/
4557
+ 12416 && r !== (r = /*$_*/
4558
+ i[13]("productMaxBet", {
4559
+ values: {
4560
+ productName: (
4561
+ /*sports*/
4562
+ i[7].name
4563
+ ),
4564
+ maxBet: `${/*isNumber*/
4565
+ i[14](
4566
+ /*sports*/
4567
+ i[7].maxbet
4568
+ ) ? N[
4569
+ /*currency*/
4570
+ i[12]
4571
+ ] : ""}${/*sports*/
4572
+ i[7].maxbet}`
4573
+ }
4574
+ }) + "") && Y(n, r);
4575
+ },
4576
+ d(i) {
4577
+ i && H(t);
4578
+ }
4579
+ };
4580
+ }
4581
+ function Ui(e) {
4582
+ let t, r = (
4583
+ /*$_*/
4584
+ e[13]("productNoLimitsBet", {
4585
+ values: { productName: (
4586
+ /*sports*/
4587
+ e[7].name
4588
+ ) }
4589
+ }) + ""
4590
+ ), n;
4591
+ return {
4592
+ c() {
4593
+ t = x("div"), n = X(r), m(t, "class", "RuleTxt"), m(t, "part", "RuleTxt");
4594
+ },
4595
+ m(i, o) {
4596
+ R(i, t, o), p(t, n);
4597
+ },
4598
+ p(i, o) {
4599
+ o & /*$_, sports*/
4600
+ 8320 && r !== (r = /*$_*/
4601
+ i[13]("productNoLimitsBet", {
4602
+ values: { productName: (
4603
+ /*sports*/
4604
+ i[7].name
4605
+ ) }
4606
+ }) + "") && Y(n, r);
4607
+ },
4608
+ d(i) {
4609
+ i && H(t);
4610
+ }
4611
+ };
4612
+ }
4613
+ function Gi(e) {
4614
+ let t, r, n, i, o, a, s, l, u, h, c, f, g, y = (
4615
+ /*$_*/
4616
+ e[13]("miniBetCount", {
4617
+ values: { betCount: (
4618
+ /*betcount*/
4619
+ e[1]
4620
+ ) }
4621
+ }) + ""
4622
+ ), T, w, C, k, S, A, L = (
4623
+ /*$_*/
4624
+ e[13]("timePeriod", {
4625
+ values: {
4626
+ startTime: (
4627
+ /*starttime*/
4628
+ e[2]
4629
+ ),
4630
+ endTime: (
4631
+ /*endtime*/
4632
+ e[3]
4633
+ )
4634
+ }
4635
+ }) + ""
4636
+ ), J, te, K, re, xe, q, ne = (
4637
+ /*$_*/
4638
+ e[13]("terms", { values: { tcUrl: (
4639
+ /*tcurl*/
4640
+ e[4]
4641
+ ) } }) + ""
4642
+ ), Te, d, P, W, at, $ = (
4643
+ /*scorecriterial*/
4644
+ e[0] == "BetCount" && St(e)
4645
+ ), D = (
4646
+ /*scorecriterial*/
4647
+ e[0] == "WinStakeRatio" && Mt(e)
4648
+ ), U = (
4649
+ /*scorecriterial*/
4650
+ e[0] == "MaxWinStakeRatio" && Rt(e)
4651
+ ), G = (
4652
+ /*scorecriterial*/
4653
+ e[0] == "Stake" && kt(e)
4654
+ ), F = (
4655
+ /*casino*/
4656
+ e[6] && Nt(e)
4657
+ ), j = (
4658
+ /*sports*/
4659
+ e[7] && At(e)
4660
+ );
4661
+ return {
4662
+ c() {
4663
+ t = x("div"), r = x("div"), n = x("div"), n.innerHTML = `<img src="${Mi}"/>`, i = O(), o = x("div"), $ && $.c(), a = O(), D && D.c(), s = O(), U && U.c(), l = O(), G && G.c(), u = O(), h = x("div"), c = x("div"), c.innerHTML = `<img src="${Si}"/>`, f = O(), g = x("div"), T = X(y), w = O(), C = x("div"), k = x("div"), k.innerHTML = `<img src="${Ri}"/>`, S = O(), A = x("div"), J = X(L), te = O(), K = x("div"), re = x("div"), re.innerHTML = `<img src="${ki}"/>`, xe = O(), q = x("div"), Te = O(), F && F.c(), d = O(), P = x("span"), at = O(), j && j.c(), m(n, "class", "RuleIcon"), m(n, "part", "RuleIcon"), m(o, "class", "RuleTxt"), m(o, "part", "RuleTxt"), m(r, "class", "RulesRow"), m(r, "part", "rule"), m(c, "class", "RuleIcon"), m(c, "part", "RuleIcon"), m(g, "class", "RuleTxt"), m(g, "part", "RuleTxt"), m(h, "class", "RulesRow"), m(h, "part", "rule"), m(k, "class", "RuleIcon"), m(k, "part", "RuleIcon"), m(A, "class", "RuleTxt"), m(A, "part", "RuleTxt"), m(C, "class", "RulesRow"), m(C, "part", "rule"), m(re, "class", "RuleIcon"), m(re, "part", "RuleIcon"), m(q, "class", "RuleTxt"), m(q, "part", "RuleTxt"), m(K, "class", "RulesRow"), m(K, "part", "rule"), m(P, "type", "hidden"), m(P, "href", W = { tcurl: (
4664
+ /*tcurl*/
4665
+ e[4]
4666
+ ) }), m(t, "class", "casino-tournaments-thumbnail-rule"), m(t, "part", "casino-tournaments-thumbnail-rule");
4667
+ },
4668
+ m(E, V) {
4669
+ R(E, t, V), p(t, r), p(r, n), p(r, i), p(r, o), $ && $.m(o, null), p(o, a), D && D.m(o, null), p(o, s), U && U.m(o, null), p(o, l), G && G.m(o, null), p(t, u), p(t, h), p(h, c), p(h, f), p(h, g), p(g, T), p(t, w), p(t, C), p(C, k), p(C, S), p(C, A), p(A, J), p(t, te), p(t, K), p(K, re), p(K, xe), p(K, q), q.innerHTML = ne, p(t, Te), F && F.m(t, null), p(t, d), p(t, P), p(t, at), j && j.m(t, null), e[20](t);
4670
+ },
4671
+ p(E, [V]) {
4672
+ /*scorecriterial*/
4673
+ E[0] == "BetCount" ? $ ? $.p(E, V) : ($ = St(E), $.c(), $.m(o, a)) : $ && ($.d(1), $ = null), /*scorecriterial*/
4674
+ E[0] == "WinStakeRatio" ? D ? D.p(E, V) : (D = Mt(E), D.c(), D.m(o, s)) : D && (D.d(1), D = null), /*scorecriterial*/
4675
+ E[0] == "MaxWinStakeRatio" ? U ? U.p(E, V) : (U = Rt(E), U.c(), U.m(o, l)) : U && (U.d(1), U = null), /*scorecriterial*/
4676
+ E[0] == "Stake" ? G ? G.p(E, V) : (G = kt(E), G.c(), G.m(o, null)) : G && (G.d(1), G = null), V & /*$_, betcount*/
4677
+ 8194 && y !== (y = /*$_*/
4678
+ E[13]("miniBetCount", {
4679
+ values: { betCount: (
4680
+ /*betcount*/
4681
+ E[1]
4682
+ ) }
4683
+ }) + "") && Y(T, y), V & /*$_, starttime, endtime*/
4684
+ 8204 && L !== (L = /*$_*/
4685
+ E[13]("timePeriod", {
4686
+ values: {
4687
+ startTime: (
4688
+ /*starttime*/
4689
+ E[2]
4690
+ ),
4691
+ endTime: (
4692
+ /*endtime*/
4693
+ E[3]
4694
+ )
4695
+ }
4696
+ }) + "") && Y(J, L), V & /*$_, tcurl*/
4697
+ 8208 && ne !== (ne = /*$_*/
4698
+ E[13]("terms", { values: { tcUrl: (
4699
+ /*tcurl*/
4700
+ E[4]
4701
+ ) } }) + "") && (q.innerHTML = ne), /*casino*/
4702
+ E[6] ? F ? F.p(E, V) : (F = Nt(E), F.c(), F.m(t, d)) : F && (F.d(1), F = null), V & /*tcurl*/
4703
+ 16 && W !== (W = { tcurl: (
4704
+ /*tcurl*/
4705
+ E[4]
4706
+ ) }) && m(P, "href", W), /*sports*/
4707
+ E[7] ? j ? j.p(E, V) : (j = At(E), j.c(), j.m(t, null)) : j && (j.d(1), j = null);
4708
+ },
4709
+ i: Z,
4710
+ o: Z,
4711
+ d(E) {
4712
+ E && H(t), $ && $.d(), D && D.d(), U && U.d(), G && G.d(), F && F.d(), j && j.d(), e[20](null);
4713
+ }
4714
+ };
4715
+ }
4716
+ function Fi(e, t, r) {
4717
+ let n;
4718
+ pr(e, wi, (d) => r(13, n = d));
4719
+ let { lang: i = "tr" } = t, { scorecriterial: o = "BetCount" } = t, { betcount: a } = t, { starttime: s } = t, { endtime: l } = t, { tcurl: u } = t, { products: h = "{}" } = t, { clientstyling: c = "" } = t, { clientstylingurl: f = "" } = t, { translationurl: g = "" } = t, y, T, w, C = !1, k = !1, S = !1, A = !1, L = "EUR";
4720
+ Hi({ withLocale: "en", translations: {} });
4721
+ const J = (d) => typeof d == "number" || Object.prototype.toString.call(d) === "[object Number]", te = () => {
4722
+ fetch(g).then((P) => P.json()).then((P) => {
4723
+ Object.keys(P).forEach((W) => {
4724
+ Ht(W, P[W]);
4725
+ });
4726
+ }).catch((P) => {
4727
+ console.log(P);
4728
+ });
4729
+ };
4730
+ Object.keys(Ct).forEach((d) => {
4731
+ Ht(d, Ct[d]);
4732
+ });
4733
+ const K = (d) => {
4734
+ d && (r(12, L = d.currency), d.casino ? (r(6, T = d.casino), r(8, C = !(T.hasOwnProperty("minbet") && T.minbet != 0)), r(9, k = !(T.hasOwnProperty("maxbet") && T.maxbet != 0))) : (r(8, C = !0), r(9, k = !0)), d.sports ? (r(7, w = d.sports), r(10, S = !(w.hasOwnProperty("minbet") && w.minbet != 0)), r(11, A = !(w.hasOwnProperty("maxbet") && w.maxbet != 0))) : (r(10, S = !0), r(11, A = !0)));
4735
+ }, re = () => {
4736
+ Ci(i);
4737
+ }, xe = () => {
4738
+ let d = document.createElement("style");
4739
+ d.innerHTML = c, y.appendChild(d);
4740
+ }, q = () => {
4741
+ let d = new URL(f), P = document.createElement("style");
4742
+ fetch(d.href).then((W) => W.text()).then((W) => {
4743
+ P.innerHTML = W, setTimeout(
4744
+ () => {
4745
+ y.appendChild(P);
4746
+ },
4747
+ 1
4748
+ ), setTimeout(
4749
+ () => {
4750
+ },
4751
+ 500
4752
+ );
4753
+ });
4754
+ }, ne = (d) => {
4755
+ d.data && d.data.type && d.type == "TournamentsProductsUpdate" && r(15, h = d.data.productInfo);
4756
+ };
4757
+ Tr(() => (window.addEventListener("message", ne, !1), window.postMessage({ type: "TournamentsRuleListenerLoaded" }, window.location.href), () => {
4758
+ window.removeEventListener("message", ne);
4759
+ }));
4760
+ function Te(d) {
4761
+ ze[d ? "unshift" : "push"](() => {
4762
+ y = d, r(5, y);
4763
+ });
4764
+ }
4765
+ return e.$$set = (d) => {
4766
+ "lang" in d && r(16, i = d.lang), "scorecriterial" in d && r(0, o = d.scorecriterial), "betcount" in d && r(1, a = d.betcount), "starttime" in d && r(2, s = d.starttime), "endtime" in d && r(3, l = d.endtime), "tcurl" in d && r(4, u = d.tcurl), "products" in d && r(15, h = d.products), "clientstyling" in d && r(17, c = d.clientstyling), "clientstylingurl" in d && r(18, f = d.clientstylingurl), "translationurl" in d && r(19, g = d.translationurl);
4767
+ }, e.$$.update = () => {
4768
+ e.$$.dirty & /*lang*/
4769
+ 65536 && i && re(), e.$$.dirty & /*products*/
4770
+ 32768 && h && K(h), e.$$.dirty & /*clientstyling, customStylingContainer*/
4771
+ 131104 && c && y && xe(), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
4772
+ 262176 && f && y && q(), e.$$.dirty & /*translationurl*/
4773
+ 524288 && g && te();
4774
+ }, [
4775
+ o,
4776
+ a,
4777
+ s,
4778
+ l,
4779
+ u,
4780
+ y,
4781
+ T,
4782
+ w,
4783
+ C,
4784
+ k,
4785
+ S,
4786
+ A,
4787
+ L,
4788
+ n,
4789
+ J,
4790
+ h,
4791
+ i,
4792
+ c,
4793
+ f,
4794
+ g,
4795
+ Te
4796
+ ];
4797
+ }
4798
+ class ji extends Pr {
4799
+ constructor(t) {
4800
+ super(), Ar(
4801
+ this,
4802
+ t,
4803
+ Fi,
4804
+ Gi,
4805
+ Pt,
4806
+ {
4807
+ lang: 16,
4808
+ scorecriterial: 0,
4809
+ betcount: 1,
4810
+ starttime: 2,
4811
+ endtime: 3,
4812
+ tcurl: 4,
4813
+ products: 15,
4814
+ clientstyling: 17,
4815
+ clientstylingurl: 18,
4816
+ translationurl: 19
4817
+ },
4818
+ Ni
4819
+ );
4820
+ }
4821
+ get lang() {
4822
+ return this.$$.ctx[16];
4823
+ }
4824
+ set lang(t) {
4825
+ this.$$set({ lang: t }), z();
4826
+ }
4827
+ get scorecriterial() {
4828
+ return this.$$.ctx[0];
4829
+ }
4830
+ set scorecriterial(t) {
4831
+ this.$$set({ scorecriterial: t }), z();
4832
+ }
4833
+ get betcount() {
4834
+ return this.$$.ctx[1];
4835
+ }
4836
+ set betcount(t) {
4837
+ this.$$set({ betcount: t }), z();
4838
+ }
4839
+ get starttime() {
4840
+ return this.$$.ctx[2];
4841
+ }
4842
+ set starttime(t) {
4843
+ this.$$set({ starttime: t }), z();
4844
+ }
4845
+ get endtime() {
4846
+ return this.$$.ctx[3];
4847
+ }
4848
+ set endtime(t) {
4849
+ this.$$set({ endtime: t }), z();
4850
+ }
4851
+ get tcurl() {
4852
+ return this.$$.ctx[4];
4853
+ }
4854
+ set tcurl(t) {
4855
+ this.$$set({ tcurl: t }), z();
4856
+ }
4857
+ get products() {
4858
+ return this.$$.ctx[15];
4859
+ }
4860
+ set products(t) {
4861
+ this.$$set({ products: t }), z();
4862
+ }
4863
+ get clientstyling() {
4864
+ return this.$$.ctx[17];
4865
+ }
4866
+ set clientstyling(t) {
4867
+ this.$$set({ clientstyling: t }), z();
4868
+ }
4869
+ get clientstylingurl() {
4870
+ return this.$$.ctx[18];
4871
+ }
4872
+ set clientstylingurl(t) {
4873
+ this.$$set({ clientstylingurl: t }), z();
4874
+ }
4875
+ get translationurl() {
4876
+ return this.$$.ctx[19];
4877
+ }
4878
+ set translationurl(t) {
4879
+ this.$$set({ translationurl: t }), z();
4880
+ }
4881
+ }
4882
+ Lr(ji, { lang: {}, scorecriterial: {}, betcount: {}, starttime: {}, endtime: {}, tcurl: {}, products: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {} }, [], [], !0);
4883
+ export {
4884
+ ji as default
4885
+ };