@everymatrix/player-account-menu-nd 1.54.6 → 1.54.9

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