@everymatrix/casino-most-played-section 1.54.4 → 1.54.8

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