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