@everymatrix/casino-most-played-section 1.44.0 → 1.45.2

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