@everymatrix/prize-engine-coin 0.0.1

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