@everymatrix/casino-hamburger-menu 1.45.2 → 1.45.4
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.
- package/components/{CasinoHamburgerMenu-B0cP7LYj.js → CasinoHamburgerMenu-BMWY90a2.js} +91 -91
- package/components/{CasinoHamburgerMenu-BYT9itDu.cjs → CasinoHamburgerMenu-pcdQCyD1.cjs} +4 -4
- package/es2015/casino-hamburger-menu.cjs +1 -1
- package/es2015/casino-hamburger-menu.js +1 -1
- package/package.json +1 -1
|
@@ -46,15 +46,15 @@ function Ut() {
|
|
|
46
46
|
function Y(e) {
|
|
47
47
|
e.forEach(Ar);
|
|
48
48
|
}
|
|
49
|
-
function
|
|
49
|
+
function ke(e) {
|
|
50
50
|
return typeof e == "function";
|
|
51
51
|
}
|
|
52
52
|
function Mr(e, t) {
|
|
53
53
|
return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
|
|
54
54
|
}
|
|
55
|
-
let
|
|
55
|
+
let Me;
|
|
56
56
|
function J(e, t) {
|
|
57
|
-
return e === t ? !0 : (
|
|
57
|
+
return e === t ? !0 : (Me || (Me = document.createElement("a")), Me.href = t, e === Me.href);
|
|
58
58
|
}
|
|
59
59
|
function Nn(e) {
|
|
60
60
|
return Object.keys(e).length === 0;
|
|
@@ -165,7 +165,7 @@ function V(e, t, r) {
|
|
|
165
165
|
function D(e) {
|
|
166
166
|
e.parentNode && e.parentNode.removeChild(e);
|
|
167
167
|
}
|
|
168
|
-
function
|
|
168
|
+
function Re(e, t) {
|
|
169
169
|
for (let r = 0; r < e.length; r += 1)
|
|
170
170
|
e[r] && e[r].d(t);
|
|
171
171
|
}
|
|
@@ -223,8 +223,8 @@ function Zn(e) {
|
|
|
223
223
|
}
|
|
224
224
|
), t;
|
|
225
225
|
}
|
|
226
|
-
const
|
|
227
|
-
let
|
|
226
|
+
const Fe = /* @__PURE__ */ new Map();
|
|
227
|
+
let Ue = 0;
|
|
228
228
|
function Qn(e) {
|
|
229
229
|
let t = 5381, r = e.length;
|
|
230
230
|
for (; r--; ) t = (t << 5) - t ^ e.charCodeAt(r);
|
|
@@ -232,7 +232,7 @@ function Qn(e) {
|
|
|
232
232
|
}
|
|
233
233
|
function qn(e, t) {
|
|
234
234
|
const r = { stylesheet: Vn(t), rules: {} };
|
|
235
|
-
return
|
|
235
|
+
return Fe.set(e, r), r;
|
|
236
236
|
}
|
|
237
237
|
function Gt(e, t, r, n, i, o, s, a = 0) {
|
|
238
238
|
const u = 16.666 / n;
|
|
@@ -244,24 +244,24 @@ function Gt(e, t, r, n, i, o, s, a = 0) {
|
|
|
244
244
|
`;
|
|
245
245
|
}
|
|
246
246
|
const h = l + `100% {${s(r, 1 - r)}}
|
|
247
|
-
}`, c = `__svelte_${Qn(h)}_${a}`, f = xt(e), { stylesheet: p, rules: d } =
|
|
247
|
+
}`, c = `__svelte_${Qn(h)}_${a}`, f = xt(e), { stylesheet: p, rules: d } = Fe.get(f) || qn(f, e);
|
|
248
248
|
d[c] || (d[c] = !0, p.insertRule(`@keyframes ${c} ${h}`, p.cssRules.length));
|
|
249
249
|
const b = e.style.animation || "";
|
|
250
|
-
return e.style.animation = `${b ? `${b}, ` : ""}${c} ${n}ms linear ${i}ms 1 both`,
|
|
250
|
+
return e.style.animation = `${b ? `${b}, ` : ""}${c} ${n}ms linear ${i}ms 1 both`, Ue += 1, c;
|
|
251
251
|
}
|
|
252
252
|
function Jn(e, t) {
|
|
253
253
|
const r = (e.style.animation || "").split(", "), n = r.filter(
|
|
254
254
|
t ? (o) => o.indexOf(t) < 0 : (o) => o.indexOf("__svelte") === -1
|
|
255
255
|
// remove all Svelte animations
|
|
256
256
|
), i = r.length - n.length;
|
|
257
|
-
i && (e.style.animation = n.join(", "),
|
|
257
|
+
i && (e.style.animation = n.join(", "), Ue -= i, Ue || Yn());
|
|
258
258
|
}
|
|
259
259
|
function Yn() {
|
|
260
260
|
_t(() => {
|
|
261
|
-
|
|
261
|
+
Ue || (Fe.forEach((e) => {
|
|
262
262
|
const { ownerNode: t } = e.stylesheet;
|
|
263
263
|
t && D(t);
|
|
264
|
-
}),
|
|
264
|
+
}), Fe.clear());
|
|
265
265
|
});
|
|
266
266
|
}
|
|
267
267
|
let we;
|
|
@@ -275,7 +275,7 @@ function Kn() {
|
|
|
275
275
|
function ei(e) {
|
|
276
276
|
Kn().$$.on_mount.push(e);
|
|
277
277
|
}
|
|
278
|
-
const se = [],
|
|
278
|
+
const se = [], De = [];
|
|
279
279
|
let ue = [];
|
|
280
280
|
const kt = [], ti = /* @__PURE__ */ Promise.resolve();
|
|
281
281
|
let ot = !1;
|
|
@@ -300,7 +300,7 @@ function W() {
|
|
|
300
300
|
} catch (t) {
|
|
301
301
|
throw se.length = 0, ie = 0, t;
|
|
302
302
|
}
|
|
303
|
-
for (xe(null), se.length = 0, ie = 0;
|
|
303
|
+
for (xe(null), se.length = 0, ie = 0; De.length; ) De.pop()();
|
|
304
304
|
for (let t = 0; t < ue.length; t += 1) {
|
|
305
305
|
const r = ue[t];
|
|
306
306
|
qe.has(r) || (qe.add(r), r());
|
|
@@ -331,7 +331,7 @@ function oi() {
|
|
|
331
331
|
function Je(e, t, r) {
|
|
332
332
|
e.dispatchEvent(zn(`${t ? "intro" : "outro"}${r}`));
|
|
333
333
|
}
|
|
334
|
-
const
|
|
334
|
+
const Oe = /* @__PURE__ */ new Set();
|
|
335
335
|
let X;
|
|
336
336
|
function si() {
|
|
337
337
|
X = {
|
|
@@ -345,13 +345,13 @@ function ai() {
|
|
|
345
345
|
X.r || Y(X.c), X = X.p;
|
|
346
346
|
}
|
|
347
347
|
function Ee(e, t) {
|
|
348
|
-
e && e.i && (
|
|
348
|
+
e && e.i && (Oe.delete(e), e.i(t));
|
|
349
349
|
}
|
|
350
350
|
function st(e, t, r, n) {
|
|
351
351
|
if (e && e.o) {
|
|
352
|
-
if (
|
|
353
|
-
|
|
354
|
-
|
|
352
|
+
if (Oe.has(e)) return;
|
|
353
|
+
Oe.add(e), X.c.push(() => {
|
|
354
|
+
Oe.delete(e), n && (r && e.d(1), n());
|
|
355
355
|
}), e.o(t);
|
|
356
356
|
} else n && n();
|
|
357
357
|
}
|
|
@@ -410,7 +410,7 @@ function jt(e, t, r, n) {
|
|
|
410
410
|
}
|
|
411
411
|
return {
|
|
412
412
|
run(d) {
|
|
413
|
-
|
|
413
|
+
ke(o) ? oi().then(() => {
|
|
414
414
|
o = o({ direction: d ? "in" : "out" }), p(d);
|
|
415
415
|
}) : p(d);
|
|
416
416
|
},
|
|
@@ -425,7 +425,7 @@ function Q(e) {
|
|
|
425
425
|
function li(e, t, r) {
|
|
426
426
|
const { fragment: n, after_update: i } = e.$$;
|
|
427
427
|
n && n.m(t, r), he(() => {
|
|
428
|
-
const o = e.$$.on_mount.map(Ar).filter(
|
|
428
|
+
const o = e.$$.on_mount.map(Ar).filter(ke);
|
|
429
429
|
e.$$.on_destroy ? e.$$.on_destroy.push(...o) : Y(o), e.$$.on_mount = [];
|
|
430
430
|
}), i.forEach(he);
|
|
431
431
|
}
|
|
@@ -542,7 +542,7 @@ typeof HTMLElement == "function" && (Lr = class extends HTMLElement {
|
|
|
542
542
|
o in n && (r[o] = [t(o)]);
|
|
543
543
|
for (const o of this.attributes) {
|
|
544
544
|
const s = this.$$g_p(o.name);
|
|
545
|
-
s in this.$$d || (this.$$d[s] =
|
|
545
|
+
s in this.$$d || (this.$$d[s] = Ie(s, o.value, this.$$p_d, "toProp"));
|
|
546
546
|
}
|
|
547
547
|
for (const o in this.$$p_d)
|
|
548
548
|
!(o in this.$$d) && this[o] !== void 0 && (this.$$d[o] = this[o], delete this[o]);
|
|
@@ -559,7 +559,7 @@ typeof HTMLElement == "function" && (Lr = class extends HTMLElement {
|
|
|
559
559
|
this.$$r = !0;
|
|
560
560
|
for (const o in this.$$p_d)
|
|
561
561
|
if (this.$$d[o] = this.$$c.$$.ctx[this.$$c.$$.props[o]], this.$$p_d[o].reflect) {
|
|
562
|
-
const s =
|
|
562
|
+
const s = Ie(
|
|
563
563
|
o,
|
|
564
564
|
this.$$d[o],
|
|
565
565
|
this.$$p_d,
|
|
@@ -583,7 +583,7 @@ typeof HTMLElement == "function" && (Lr = class extends HTMLElement {
|
|
|
583
583
|
// and setting attributes through setAttribute etc, this is helpful
|
|
584
584
|
attributeChangedCallback(t, r, n) {
|
|
585
585
|
var i;
|
|
586
|
-
this.$$r || (t = this.$$g_p(t), this.$$d[t] =
|
|
586
|
+
this.$$r || (t = this.$$g_p(t), this.$$d[t] = Ie(t, n, this.$$p_d, "toProp"), (i = this.$$c) == null || i.$set({ [t]: this.$$d[t] }));
|
|
587
587
|
}
|
|
588
588
|
disconnectedCallback() {
|
|
589
589
|
this.$$cn = !1, Promise.resolve().then(() => {
|
|
@@ -596,7 +596,7 @@ typeof HTMLElement == "function" && (Lr = class extends HTMLElement {
|
|
|
596
596
|
) || t;
|
|
597
597
|
}
|
|
598
598
|
});
|
|
599
|
-
function
|
|
599
|
+
function Ie(e, t, r, n) {
|
|
600
600
|
var o;
|
|
601
601
|
const i = (o = r[e]) == null ? void 0 : o.type;
|
|
602
602
|
if (t = i === "Boolean" && typeof t != "boolean" ? t != null : t, !n || !r[e])
|
|
@@ -644,7 +644,7 @@ function di(e, t, r, n, i, o) {
|
|
|
644
644
|
},
|
|
645
645
|
set(u) {
|
|
646
646
|
var l;
|
|
647
|
-
u =
|
|
647
|
+
u = Ie(a, u, t), this.$$d[a] = u, (l = this.$$c) == null || l.$set({ [a]: u });
|
|
648
648
|
}
|
|
649
649
|
});
|
|
650
650
|
}), n.forEach((a) => {
|
|
@@ -687,7 +687,7 @@ class mi {
|
|
|
687
687
|
* @returns {() => void}
|
|
688
688
|
*/
|
|
689
689
|
$on(t, r) {
|
|
690
|
-
if (!
|
|
690
|
+
if (!ke(r))
|
|
691
691
|
return j;
|
|
692
692
|
const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
|
|
693
693
|
return n.push(r), () => {
|
|
@@ -803,7 +803,7 @@ function ht(e, t) {
|
|
|
803
803
|
0 <= r && e.splice(r, 1);
|
|
804
804
|
}
|
|
805
805
|
}
|
|
806
|
-
var
|
|
806
|
+
var je = function() {
|
|
807
807
|
function e(t) {
|
|
808
808
|
this.initialTeardown = t, this.closed = !1, this._parentage = null, this._finalizers = null;
|
|
809
809
|
}
|
|
@@ -891,9 +891,9 @@ var ke = function() {
|
|
|
891
891
|
var t = new e();
|
|
892
892
|
return t.closed = !0, t;
|
|
893
893
|
}(), e;
|
|
894
|
-
}(), Rr =
|
|
894
|
+
}(), Rr = je.EMPTY;
|
|
895
895
|
function Fr(e) {
|
|
896
|
-
return e instanceof
|
|
896
|
+
return e instanceof je || e && "closed" in e && z(e.remove) && z(e.add) && z(e.unsubscribe);
|
|
897
897
|
}
|
|
898
898
|
function Wt(e) {
|
|
899
899
|
z(e) ? e() : e.unsubscribe();
|
|
@@ -923,7 +923,7 @@ function bi(e) {
|
|
|
923
923
|
}
|
|
924
924
|
function Xt() {
|
|
925
925
|
}
|
|
926
|
-
function
|
|
926
|
+
function Ce(e) {
|
|
927
927
|
e();
|
|
928
928
|
}
|
|
929
929
|
var $r = function(e) {
|
|
@@ -957,7 +957,7 @@ var $r = function(e) {
|
|
|
957
957
|
this.unsubscribe();
|
|
958
958
|
}
|
|
959
959
|
}, t;
|
|
960
|
-
}(
|
|
960
|
+
}(je), vi = Function.prototype.bind;
|
|
961
961
|
function Ke(e, t) {
|
|
962
962
|
return vi.call(e, t);
|
|
963
963
|
}
|
|
@@ -971,7 +971,7 @@ var yi = function() {
|
|
|
971
971
|
try {
|
|
972
972
|
r.next(t);
|
|
973
973
|
} catch (n) {
|
|
974
|
-
|
|
974
|
+
Be(n);
|
|
975
975
|
}
|
|
976
976
|
}, e.prototype.error = function(t) {
|
|
977
977
|
var r = this.partialObserver;
|
|
@@ -979,17 +979,17 @@ var yi = function() {
|
|
|
979
979
|
try {
|
|
980
980
|
r.error(t);
|
|
981
981
|
} catch (n) {
|
|
982
|
-
|
|
982
|
+
Be(n);
|
|
983
983
|
}
|
|
984
984
|
else
|
|
985
|
-
|
|
985
|
+
Be(t);
|
|
986
986
|
}, e.prototype.complete = function() {
|
|
987
987
|
var t = this.partialObserver;
|
|
988
988
|
if (t.complete)
|
|
989
989
|
try {
|
|
990
990
|
t.complete();
|
|
991
991
|
} catch (r) {
|
|
992
|
-
|
|
992
|
+
Be(r);
|
|
993
993
|
}
|
|
994
994
|
}, e;
|
|
995
995
|
}(), ct = function(e) {
|
|
@@ -1016,7 +1016,7 @@ var yi = function() {
|
|
|
1016
1016
|
}
|
|
1017
1017
|
return t;
|
|
1018
1018
|
}($r);
|
|
1019
|
-
function
|
|
1019
|
+
function Be(e) {
|
|
1020
1020
|
bi(e);
|
|
1021
1021
|
}
|
|
1022
1022
|
function _i(e) {
|
|
@@ -1049,7 +1049,7 @@ var zt = function() {
|
|
|
1049
1049
|
return r.source = this, r.operator = t, r;
|
|
1050
1050
|
}, e.prototype.subscribe = function(t, r, n) {
|
|
1051
1051
|
var i = this, o = Ti(t) ? t : new ct(t, r, n);
|
|
1052
|
-
return
|
|
1052
|
+
return Ce(function() {
|
|
1053
1053
|
var s = i, a = s.operator, u = s.source;
|
|
1054
1054
|
o.add(a ? a.call(o, u) : u ? i._subscribe(o) : i._trySubscribe(o));
|
|
1055
1055
|
}), o;
|
|
@@ -1128,7 +1128,7 @@ var Ai = Nr(function(e) {
|
|
|
1128
1128
|
throw new Ai();
|
|
1129
1129
|
}, t.prototype.next = function(r) {
|
|
1130
1130
|
var n = this;
|
|
1131
|
-
|
|
1131
|
+
Ce(function() {
|
|
1132
1132
|
var i, o;
|
|
1133
1133
|
if (n._throwIfClosed(), !n.isStopped) {
|
|
1134
1134
|
n.currentObservers || (n.currentObservers = Array.from(n.observers));
|
|
@@ -1150,7 +1150,7 @@ var Ai = Nr(function(e) {
|
|
|
1150
1150
|
});
|
|
1151
1151
|
}, t.prototype.error = function(r) {
|
|
1152
1152
|
var n = this;
|
|
1153
|
-
|
|
1153
|
+
Ce(function() {
|
|
1154
1154
|
if (n._throwIfClosed(), !n.isStopped) {
|
|
1155
1155
|
n.hasError = n.isStopped = !0, n.thrownError = r;
|
|
1156
1156
|
for (var i = n.observers; i.length; )
|
|
@@ -1159,7 +1159,7 @@ var Ai = Nr(function(e) {
|
|
|
1159
1159
|
});
|
|
1160
1160
|
}, t.prototype.complete = function() {
|
|
1161
1161
|
var r = this;
|
|
1162
|
-
|
|
1162
|
+
Ce(function() {
|
|
1163
1163
|
if (r._throwIfClosed(), !r.isStopped) {
|
|
1164
1164
|
r.isStopped = !0;
|
|
1165
1165
|
for (var n = r.observers; n.length; )
|
|
@@ -1181,7 +1181,7 @@ var Ai = Nr(function(e) {
|
|
|
1181
1181
|
return this._throwIfClosed(), this._checkFinalizedStatuses(r), this._innerSubscribe(r);
|
|
1182
1182
|
}, t.prototype._innerSubscribe = function(r) {
|
|
1183
1183
|
var n = this, i = this, o = i.hasError, s = i.isStopped, a = i.observers;
|
|
1184
|
-
return o || s ? Rr : (this.currentObservers = null, a.push(r), new
|
|
1184
|
+
return o || s ? Rr : (this.currentObservers = null, a.push(r), new je(function() {
|
|
1185
1185
|
n.currentObservers = null, ht(a, r);
|
|
1186
1186
|
}));
|
|
1187
1187
|
}, t.prototype._checkFinalizedStatuses = function(r) {
|
|
@@ -1250,10 +1250,10 @@ const qt = [], Jt = {}, Bi = (e, t = 0) => {
|
|
|
1250
1250
|
}, oe = [];
|
|
1251
1251
|
function Pi(e, t) {
|
|
1252
1252
|
return {
|
|
1253
|
-
subscribe:
|
|
1253
|
+
subscribe: Ve(e, t).subscribe
|
|
1254
1254
|
};
|
|
1255
1255
|
}
|
|
1256
|
-
function
|
|
1256
|
+
function Ve(e, t = j) {
|
|
1257
1257
|
let r;
|
|
1258
1258
|
const n = /* @__PURE__ */ new Set();
|
|
1259
1259
|
function i(a) {
|
|
@@ -1293,7 +1293,7 @@ function ge(e, t, r) {
|
|
|
1293
1293
|
return;
|
|
1294
1294
|
c();
|
|
1295
1295
|
const d = t(n ? l[0] : l, s, a);
|
|
1296
|
-
o ? s(d) : c =
|
|
1296
|
+
o ? s(d) : c = ke(d) ? d : j;
|
|
1297
1297
|
}, p = i.map(
|
|
1298
1298
|
(d, b) => Br(
|
|
1299
1299
|
d,
|
|
@@ -1732,7 +1732,7 @@ function ro(e) {
|
|
|
1732
1732
|
}
|
|
1733
1733
|
return t;
|
|
1734
1734
|
}
|
|
1735
|
-
var
|
|
1735
|
+
var Pe = {
|
|
1736
1736
|
"001": [
|
|
1737
1737
|
"H",
|
|
1738
1738
|
"h"
|
|
@@ -3175,7 +3175,7 @@ function io(e) {
|
|
|
3175
3175
|
}
|
|
3176
3176
|
var r = e.language, n;
|
|
3177
3177
|
r !== "root" && (n = e.maximize().region);
|
|
3178
|
-
var i =
|
|
3178
|
+
var i = Pe[n || ""] || Pe[r || ""] || Pe["".concat(r, "-001")] || Pe["001"];
|
|
3179
3179
|
return i[0];
|
|
3180
3180
|
}
|
|
3181
3181
|
var et, oo = new RegExp("^".concat(Jr.source, "*")), so = new RegExp("".concat(Jr.source, "*$"));
|
|
@@ -3821,7 +3821,7 @@ var Bo = {
|
|
|
3821
3821
|
(function(e) {
|
|
3822
3822
|
e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
|
|
3823
3823
|
})(de || (de = {}));
|
|
3824
|
-
var
|
|
3824
|
+
var We = (
|
|
3825
3825
|
/** @class */
|
|
3826
3826
|
function(e) {
|
|
3827
3827
|
Z(t, e);
|
|
@@ -3841,7 +3841,7 @@ var Ve = (
|
|
|
3841
3841
|
return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), de.INVALID_VALUE, o) || this;
|
|
3842
3842
|
}
|
|
3843
3843
|
return t;
|
|
3844
|
-
}(
|
|
3844
|
+
}(We)
|
|
3845
3845
|
), Po = (
|
|
3846
3846
|
/** @class */
|
|
3847
3847
|
function(e) {
|
|
@@ -3850,7 +3850,7 @@ var Ve = (
|
|
|
3850
3850
|
return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), de.INVALID_VALUE, i) || this;
|
|
3851
3851
|
}
|
|
3852
3852
|
return t;
|
|
3853
|
-
}(
|
|
3853
|
+
}(We)
|
|
3854
3854
|
), Oo = (
|
|
3855
3855
|
/** @class */
|
|
3856
3856
|
function(e) {
|
|
@@ -3859,7 +3859,7 @@ var Ve = (
|
|
|
3859
3859
|
return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), de.MISSING_VALUE, n) || this;
|
|
3860
3860
|
}
|
|
3861
3861
|
return t;
|
|
3862
|
-
}(
|
|
3862
|
+
}(We)
|
|
3863
3863
|
), F;
|
|
3864
3864
|
(function(e) {
|
|
3865
3865
|
e[e.literal = 0] = "literal", e[e.object = 1] = "object";
|
|
@@ -3873,7 +3873,7 @@ function Io(e) {
|
|
|
3873
3873
|
function Co(e) {
|
|
3874
3874
|
return typeof e == "function";
|
|
3875
3875
|
}
|
|
3876
|
-
function
|
|
3876
|
+
function Le(e, t, r, n, i, o, s) {
|
|
3877
3877
|
if (e.length === 1 && Kt(e[0]))
|
|
3878
3878
|
return [
|
|
3879
3879
|
{
|
|
@@ -3936,7 +3936,7 @@ function Ce(e, t, r, n, i, o, s) {
|
|
|
3936
3936
|
var d = h.children, b = h.value, T = i[b];
|
|
3937
3937
|
if (!Co(T))
|
|
3938
3938
|
throw new Po(b, "function", s);
|
|
3939
|
-
var P =
|
|
3939
|
+
var P = Le(d, t, r, n, i, o), C = T(P.map(function(v) {
|
|
3940
3940
|
return v.value;
|
|
3941
3941
|
}));
|
|
3942
3942
|
Array.isArray(C) || (C = [C]), a.push.apply(a, C.map(function(v) {
|
|
@@ -3950,14 +3950,14 @@ function Ce(e, t, r, n, i, o, s) {
|
|
|
3950
3950
|
var S = h.options[f] || h.options.other;
|
|
3951
3951
|
if (!S)
|
|
3952
3952
|
throw new sr(h.value, f, Object.keys(h.options), s);
|
|
3953
|
-
a.push.apply(a,
|
|
3953
|
+
a.push.apply(a, Le(S.value, t, r, n, i));
|
|
3954
3954
|
continue;
|
|
3955
3955
|
}
|
|
3956
3956
|
if (Zr(h)) {
|
|
3957
3957
|
var S = h.options["=".concat(f)];
|
|
3958
3958
|
if (!S) {
|
|
3959
3959
|
if (!Intl.PluralRules)
|
|
3960
|
-
throw new
|
|
3960
|
+
throw new We(`Intl.PluralRules is not available in this environment.
|
|
3961
3961
|
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
3962
3962
|
`, de.MISSING_INTL_API, s);
|
|
3963
3963
|
var L = r.getPluralRules(t, { type: h.pluralType }).select(f - (h.offset || 0));
|
|
@@ -3965,7 +3965,7 @@ Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
|
3965
3965
|
}
|
|
3966
3966
|
if (!S)
|
|
3967
3967
|
throw new sr(h.value, f, Object.keys(h.options), s);
|
|
3968
|
-
a.push.apply(a,
|
|
3968
|
+
a.push.apply(a, Le(S.value, t, r, n, i, f - (h.offset || 0)));
|
|
3969
3969
|
continue;
|
|
3970
3970
|
}
|
|
3971
3971
|
}
|
|
@@ -4045,7 +4045,7 @@ var Fo = (
|
|
|
4045
4045
|
}, []);
|
|
4046
4046
|
return h.length <= 1 ? h[0] || "" : h;
|
|
4047
4047
|
}, this.formatToParts = function(u) {
|
|
4048
|
-
return
|
|
4048
|
+
return Le(o.ast, o.locales, o.formatters, o.formats, u, void 0, o.message);
|
|
4049
4049
|
}, this.resolvedOptions = function() {
|
|
4050
4050
|
var u;
|
|
4051
4051
|
return {
|
|
@@ -4164,7 +4164,7 @@ const q = {}, Do = (e, t, r) => r && (t in q || (q[t] = {}), e in q[t] || (q[t][
|
|
|
4164
4164
|
return;
|
|
4165
4165
|
if (t in q && e in q[t])
|
|
4166
4166
|
return q[t][e];
|
|
4167
|
-
const r =
|
|
4167
|
+
const r = Xe(t);
|
|
4168
4168
|
for (let n = 0; n < r.length; n++) {
|
|
4169
4169
|
const i = r[n], o = Go(i, e);
|
|
4170
4170
|
if (o)
|
|
@@ -4172,7 +4172,7 @@ const q = {}, Do = (e, t, r) => r && (t in q || (q[t] = {}), e in q[t] || (q[t][
|
|
|
4172
4172
|
}
|
|
4173
4173
|
};
|
|
4174
4174
|
let Ht;
|
|
4175
|
-
const Te =
|
|
4175
|
+
const Te = Ve({});
|
|
4176
4176
|
function $o(e) {
|
|
4177
4177
|
return Ht[e] || null;
|
|
4178
4178
|
}
|
|
@@ -4188,7 +4188,7 @@ function Go(e, t) {
|
|
|
4188
4188
|
function ko(e) {
|
|
4189
4189
|
if (e == null)
|
|
4190
4190
|
return;
|
|
4191
|
-
const t =
|
|
4191
|
+
const t = Xe(e);
|
|
4192
4192
|
for (let r = 0; r < t.length; r++) {
|
|
4193
4193
|
const n = t[r];
|
|
4194
4194
|
if (un(n))
|
|
@@ -4203,21 +4203,21 @@ ge(
|
|
|
4203
4203
|
([e]) => Object.keys(e)
|
|
4204
4204
|
);
|
|
4205
4205
|
Te.subscribe((e) => Ht = e);
|
|
4206
|
-
const
|
|
4206
|
+
const Ne = {};
|
|
4207
4207
|
function jo(e, t) {
|
|
4208
|
-
|
|
4208
|
+
Ne[e].delete(t), Ne[e].size === 0 && delete Ne[e];
|
|
4209
4209
|
}
|
|
4210
4210
|
function hn(e) {
|
|
4211
|
-
return
|
|
4211
|
+
return Ne[e];
|
|
4212
4212
|
}
|
|
4213
4213
|
function Vo(e) {
|
|
4214
|
-
return
|
|
4214
|
+
return Xe(e).map((t) => {
|
|
4215
4215
|
const r = hn(t);
|
|
4216
4216
|
return [t, r ? [...r] : []];
|
|
4217
4217
|
}).filter(([, t]) => t.length > 0);
|
|
4218
4218
|
}
|
|
4219
4219
|
function vt(e) {
|
|
4220
|
-
return e == null ? !1 :
|
|
4220
|
+
return e == null ? !1 : Xe(e).some(
|
|
4221
4221
|
(t) => {
|
|
4222
4222
|
var r;
|
|
4223
4223
|
return (r = hn(t)) == null ? void 0 : r.size;
|
|
@@ -4284,7 +4284,7 @@ const Xo = {
|
|
|
4284
4284
|
function me() {
|
|
4285
4285
|
return Zo;
|
|
4286
4286
|
}
|
|
4287
|
-
const it =
|
|
4287
|
+
const it = Ve(!1);
|
|
4288
4288
|
var Qo = Object.defineProperty, qo = Object.defineProperties, Jo = Object.getOwnPropertyDescriptors, ar = Object.getOwnPropertySymbols, Yo = Object.prototype.hasOwnProperty, Ko = Object.prototype.propertyIsEnumerable, ur = (e, t, r) => t in e ? Qo(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, es = (e, t) => {
|
|
4289
4289
|
for (var r in t || (t = {}))
|
|
4290
4290
|
Yo.call(t, r) && ur(e, r, t[r]);
|
|
@@ -4294,18 +4294,18 @@ var Qo = Object.defineProperty, qo = Object.defineProperties, Jo = Object.getOwn
|
|
|
4294
4294
|
return e;
|
|
4295
4295
|
}, ts = (e, t) => qo(e, Jo(t));
|
|
4296
4296
|
let yt;
|
|
4297
|
-
const
|
|
4297
|
+
const $e = Ve(null);
|
|
4298
4298
|
function lr(e) {
|
|
4299
4299
|
return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
|
|
4300
4300
|
}
|
|
4301
|
-
function
|
|
4301
|
+
function Xe(e, t = me().fallbackLocale) {
|
|
4302
4302
|
const r = lr(e);
|
|
4303
4303
|
return t ? [.../* @__PURE__ */ new Set([...r, ...lr(t)])] : r;
|
|
4304
4304
|
}
|
|
4305
4305
|
function ne() {
|
|
4306
4306
|
return yt != null ? yt : void 0;
|
|
4307
4307
|
}
|
|
4308
|
-
|
|
4308
|
+
$e.subscribe((e) => {
|
|
4309
4309
|
yt = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
|
|
4310
4310
|
});
|
|
4311
4311
|
const rs = (e) => {
|
|
@@ -4316,34 +4316,34 @@ const rs = (e) => {
|
|
|
4316
4316
|
() => it.set(!0),
|
|
4317
4317
|
t
|
|
4318
4318
|
) : it.set(!0), cn(e).then(() => {
|
|
4319
|
-
|
|
4319
|
+
$e.set(e);
|
|
4320
4320
|
}).finally(() => {
|
|
4321
4321
|
clearTimeout(r), it.set(!1);
|
|
4322
4322
|
});
|
|
4323
4323
|
}
|
|
4324
|
-
return
|
|
4325
|
-
}, be = ts(es({},
|
|
4324
|
+
return $e.set(e);
|
|
4325
|
+
}, be = ts(es({}, $e), {
|
|
4326
4326
|
set: rs
|
|
4327
|
-
}),
|
|
4327
|
+
}), ze = (e) => {
|
|
4328
4328
|
const t = /* @__PURE__ */ Object.create(null);
|
|
4329
4329
|
return (n) => {
|
|
4330
4330
|
const i = JSON.stringify(n);
|
|
4331
4331
|
return i in t ? t[i] : t[i] = e(n);
|
|
4332
4332
|
};
|
|
4333
4333
|
};
|
|
4334
|
-
var ns = Object.defineProperty,
|
|
4334
|
+
var ns = Object.defineProperty, Ge = Object.getOwnPropertySymbols, fn = Object.prototype.hasOwnProperty, dn = Object.prototype.propertyIsEnumerable, hr = (e, t, r) => t in e ? ns(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, St = (e, t) => {
|
|
4335
4335
|
for (var r in t || (t = {}))
|
|
4336
4336
|
fn.call(t, r) && hr(e, r, t[r]);
|
|
4337
|
-
if (
|
|
4338
|
-
for (var r of
|
|
4337
|
+
if (Ge)
|
|
4338
|
+
for (var r of Ge(t))
|
|
4339
4339
|
dn.call(t, r) && hr(e, r, t[r]);
|
|
4340
4340
|
return e;
|
|
4341
4341
|
}, ve = (e, t) => {
|
|
4342
4342
|
var r = {};
|
|
4343
4343
|
for (var n in e)
|
|
4344
4344
|
fn.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
4345
|
-
if (e != null &&
|
|
4346
|
-
for (var n of
|
|
4345
|
+
if (e != null && Ge)
|
|
4346
|
+
for (var n of Ge(e))
|
|
4347
4347
|
t.indexOf(n) < 0 && dn.call(e, n) && (r[n] = e[n]);
|
|
4348
4348
|
return r;
|
|
4349
4349
|
};
|
|
@@ -4352,21 +4352,21 @@ const Se = (e, t) => {
|
|
|
4352
4352
|
if (e in r && t in r[e])
|
|
4353
4353
|
return r[e][t];
|
|
4354
4354
|
throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
|
|
4355
|
-
}, is =
|
|
4355
|
+
}, is = ze(
|
|
4356
4356
|
(e) => {
|
|
4357
4357
|
var t = e, { locale: r, format: n } = t, i = ve(t, ["locale", "format"]);
|
|
4358
4358
|
if (r == null)
|
|
4359
4359
|
throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
|
|
4360
4360
|
return n && (i = Se("number", n)), new Intl.NumberFormat(r, i);
|
|
4361
4361
|
}
|
|
4362
|
-
), os =
|
|
4362
|
+
), os = ze(
|
|
4363
4363
|
(e) => {
|
|
4364
4364
|
var t = e, { locale: r, format: n } = t, i = ve(t, ["locale", "format"]);
|
|
4365
4365
|
if (r == null)
|
|
4366
4366
|
throw new Error('[svelte-i18n] A "locale" must be set to format dates');
|
|
4367
4367
|
return n ? i = Se("date", n) : Object.keys(i).length === 0 && (i = Se("date", "short")), new Intl.DateTimeFormat(r, i);
|
|
4368
4368
|
}
|
|
4369
|
-
), ss =
|
|
4369
|
+
), ss = ze(
|
|
4370
4370
|
(e) => {
|
|
4371
4371
|
var t = e, { locale: r, format: n } = t, i = ve(t, ["locale", "format"]);
|
|
4372
4372
|
if (r == null)
|
|
@@ -4396,7 +4396,7 @@ const Se = (e, t) => {
|
|
|
4396
4396
|
"locale"
|
|
4397
4397
|
]);
|
|
4398
4398
|
return ss(St({ locale: r }, n));
|
|
4399
|
-
}, hs =
|
|
4399
|
+
}, hs = ze(
|
|
4400
4400
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
4401
4401
|
(e, t = ne()) => new Fo(e, t, me().formats, {
|
|
4402
4402
|
ignoreTag: me().ignoreTag
|
|
@@ -4623,7 +4623,7 @@ function vr(e) {
|
|
|
4623
4623
|
st(S, x), x && (p || (p = jt(t, Vt, { transitionDuration: Sr }, !1)), p.run(0)), d = !1;
|
|
4624
4624
|
},
|
|
4625
4625
|
d(x) {
|
|
4626
|
-
x && D(t), S && S.d(x),
|
|
4626
|
+
x && D(t), S && S.d(x), Re(v, x), Re(M, x), N && N.d(), e[37](null), x && p && p.end(), b = !1, T();
|
|
4627
4627
|
}
|
|
4628
4628
|
};
|
|
4629
4629
|
}
|
|
@@ -4854,7 +4854,7 @@ function ws(e) {
|
|
|
4854
4854
|
);
|
|
4855
4855
|
},
|
|
4856
4856
|
d(s) {
|
|
4857
|
-
s && D(t),
|
|
4857
|
+
s && D(t), Re(o, s), r = !1, Y(n);
|
|
4858
4858
|
}
|
|
4859
4859
|
};
|
|
4860
4860
|
}
|
|
@@ -4895,7 +4895,7 @@ function Er(e) {
|
|
|
4895
4895
|
}
|
|
4896
4896
|
},
|
|
4897
4897
|
d(i) {
|
|
4898
|
-
i && D(t),
|
|
4898
|
+
i && D(t), Re(n, i);
|
|
4899
4899
|
}
|
|
4900
4900
|
};
|
|
4901
4901
|
}
|
|
@@ -5031,7 +5031,7 @@ function Ss(e, t, r) {
|
|
|
5031
5031
|
},
|
|
5032
5032
|
1500
|
|
5033
5033
|
), pn(s));
|
|
5034
|
-
},
|
|
5034
|
+
}, Ae = (m, O) => {
|
|
5035
5035
|
r(5, S = m), r(6, L = O || []), typeof gtag == "function" && gtag("event", "ChangeMenu", {
|
|
5036
5036
|
context: "HamburgerMenu",
|
|
5037
5037
|
menuItem: `${S}`
|
|
@@ -5044,7 +5044,7 @@ function Ss(e, t, r) {
|
|
|
5044
5044
|
Mn.path.includes(u) && (U = !0);
|
|
5045
5045
|
}), U;
|
|
5046
5046
|
});
|
|
5047
|
-
m.length > 0
|
|
5047
|
+
m.length > 0 ? Ae(m[0].id, m[0].children) : Ae(P[0].id, P[0].children);
|
|
5048
5048
|
}, pn = (m) => new Promise((O, U) => {
|
|
5049
5049
|
C && !R ? O(C) : Bt(m);
|
|
5050
5050
|
}), Bt = (m) => {
|
|
@@ -5099,7 +5099,7 @@ function Ss(e, t, r) {
|
|
|
5099
5099
|
ei(() => (window.addEventListener("message", At, !1), bs(T), () => {
|
|
5100
5100
|
window.removeEventListener("message", At);
|
|
5101
5101
|
}));
|
|
5102
|
-
const _n = (m) =>
|
|
5102
|
+
const _n = (m) => Ae(m.id, m.children), xn = (m, O) => {
|
|
5103
5103
|
Pt(m), O.preventDefault();
|
|
5104
5104
|
};
|
|
5105
5105
|
function En() {
|
|
@@ -5107,12 +5107,12 @@ function Ss(e, t, r) {
|
|
|
5107
5107
|
}
|
|
5108
5108
|
const wn = () => Ze(), Hn = () => It(), Sn = (m) => Ot(m);
|
|
5109
5109
|
function Tn(m) {
|
|
5110
|
-
|
|
5110
|
+
De[m ? "unshift" : "push"](() => {
|
|
5111
5111
|
b = m, r(3, b);
|
|
5112
5112
|
});
|
|
5113
5113
|
}
|
|
5114
5114
|
function An(m) {
|
|
5115
|
-
|
|
5115
|
+
De[m ? "unshift" : "push"](() => {
|
|
5116
5116
|
K = m, r(2, K);
|
|
5117
5117
|
});
|
|
5118
5118
|
}
|
|
@@ -5141,7 +5141,7 @@ function Ss(e, t, r) {
|
|
|
5141
5141
|
G,
|
|
5142
5142
|
n,
|
|
5143
5143
|
Tt,
|
|
5144
|
-
|
|
5144
|
+
Ae,
|
|
5145
5145
|
Pt,
|
|
5146
5146
|
Ze,
|
|
5147
5147
|
Ot,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
"use strict";var Pn=Object.defineProperty,On=Object.defineProperties;var In=Object.getOwnPropertyDescriptors;var Lt=Object.getOwnPropertySymbols;var Cn=Object.prototype.hasOwnProperty,Ln=Object.prototype.propertyIsEnumerable;var Qe=(e,t,r)=>t in e?Pn(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Nt=(e,t)=>{for(var r in t||(t={}))Cn.call(t,r)&&Qe(e,r,t[r]);if(Lt)for(var r of Lt(t))Ln.call(t,r)&&Qe(e,r,t[r]);return e},Rt=(e,t)=>On(e,In(t));var k=(e,t,r)=>Qe(e,typeof t!="symbol"?t+"":t,r);var Ft=(e,t,r)=>new Promise((n,i)=>{var o=u=>{try{a(r.next(u))}catch(l){i(l)}},s=u=>{try{a(r.throw(u))}catch(l){i(l)}},a=u=>u.done?n(u.value):Promise.resolve(u.value).then(o,s);a((r=r.apply(e,t)).next())});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function j(){}const Tr=e=>e;function Nn(e,t){for(const r in t)e[r]=t[r];return e}function Mr(e){return e()}function Ut(){return Object.create(null)}function Y(e){e.forEach(Mr)}function
|
|
1
|
+
"use strict";var Pn=Object.defineProperty,On=Object.defineProperties;var In=Object.getOwnPropertyDescriptors;var Lt=Object.getOwnPropertySymbols;var Cn=Object.prototype.hasOwnProperty,Ln=Object.prototype.propertyIsEnumerable;var Qe=(e,t,r)=>t in e?Pn(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Nt=(e,t)=>{for(var r in t||(t={}))Cn.call(t,r)&&Qe(e,r,t[r]);if(Lt)for(var r of Lt(t))Ln.call(t,r)&&Qe(e,r,t[r]);return e},Rt=(e,t)=>On(e,In(t));var k=(e,t,r)=>Qe(e,typeof t!="symbol"?t+"":t,r);var Ft=(e,t,r)=>new Promise((n,i)=>{var o=u=>{try{a(r.next(u))}catch(l){i(l)}},s=u=>{try{a(r.throw(u))}catch(l){i(l)}},a=u=>u.done?n(u.value):Promise.resolve(u.value).then(o,s);a((r=r.apply(e,t)).next())});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function j(){}const Tr=e=>e;function Nn(e,t){for(const r in t)e[r]=t[r];return e}function Mr(e){return e()}function Ut(){return Object.create(null)}function Y(e){e.forEach(Mr)}function ke(e){return typeof e=="function"}function Ar(e,t){return e!=e?t==t:e!==t||e&&typeof e=="object"||typeof e=="function"}let Ae;function J(e,t){return e===t?!0:(Ae||(Ae=document.createElement("a")),Ae.href=t,e===Ae.href)}function Rn(e){return Object.keys(e).length===0}function Br(e,...t){if(e==null){for(const n of t)n(void 0);return j}const r=e.subscribe(...t);return r.unsubscribe?()=>r.unsubscribe():r}function Fn(e,t,r){e.$$.on_destroy.push(Br(t,r))}function Un(e,t,r,n){if(e){const i=Pr(e,t,r,n);return e[0](i)}}function Pr(e,t,r,n){return e[1]&&n?Nn(r.ctx.slice(),e[1](n(t))):r.ctx}function Dn(e,t,r,n){if(e[2]&&n){const i=e[2](n(r));if(t.dirty===void 0)return i;if(typeof i=="object"){const o=[],s=Math.max(t.dirty.length,i.length);for(let a=0;a<s;a+=1)o[a]=t.dirty[a]|i[a];return o}return t.dirty|i}return t.dirty}function $n(e,t,r,n,i,o){if(i){const s=Pr(t,r,n,o);e.p(s,i)}}function Gn(e){if(e.ctx.length>32){const t=[],r=e.ctx.length/32;for(let n=0;n<r;n++)t[n]=-1;return t}return-1}const Or=typeof window!="undefined";let kn=Or?()=>window.performance.now():()=>Date.now(),_t=Or?e=>requestAnimationFrame(e):j;const ae=new Set;function Ir(e){ae.forEach(t=>{t.c(e)||(ae.delete(t),t.f())}),ae.size!==0&&_t(Ir)}function jn(e){let t;return ae.size===0&&_t(Ir),{promise:new Promise(r=>{ae.add(t={c:e,f:r})}),abort(){ae.delete(t)}}}function y(e,t){e.appendChild(t)}function Vn(e,t,r){const n=xt(e);if(!n.getElementById(t)){const i=B("style");i.id=t,i.textContent=r,Cr(n,i)}}function xt(e){if(!e)return document;const t=e.getRootNode?e.getRootNode():e.ownerDocument;return t&&t.host?t:e.ownerDocument}function Wn(e){const t=B("style");return t.textContent="/* empty */",Cr(xt(e),t),t.sheet}function Cr(e,t){return y(e.head||e,t),t.sheet}function V(e,t,r){e.insertBefore(t,r||null)}function D(e){e.parentNode&&e.parentNode.removeChild(e)}function Re(e,t){for(let r=0;r<e.length;r+=1)e[r]&&e[r].d(t)}function B(e){return document.createElement(e)}function ee(e){return document.createElementNS("http://www.w3.org/2000/svg",e)}function re(e){return document.createTextNode(e)}function $(){return re(" ")}function te(e,t,r,n){return e.addEventListener(t,r,n),()=>e.removeEventListener(t,r,n)}function g(e,t,r){r==null?e.removeAttribute(t):e.getAttribute(t)!==r&&e.setAttribute(t,r)}function Xn(e){return Array.from(e.childNodes)}function pe(e,t){t=""+t,e.data!==t&&(e.data=t)}function Dt(e,t){e.value=t==null?"":t}function $t(e,t,r){for(let n=0;n<e.options.length;n+=1){const i=e.options[n];if(i.__value===t){i.selected=!0;return}}(!r||t!==void 0)&&(e.selectedIndex=-1)}function zn(e){const t=e.querySelector(":checked");return t&&t.__value}function Zn(e,t,{bubbles:r=!1,cancelable:n=!1}={}){return new CustomEvent(e,{detail:t,bubbles:r,cancelable:n})}function Qn(e){const t={};return e.childNodes.forEach(r=>{t[r.slot||"default"]=!0}),t}const Fe=new Map;let Ue=0;function qn(e){let t=5381,r=e.length;for(;r--;)t=(t<<5)-t^e.charCodeAt(r);return t>>>0}function Jn(e,t){const r={stylesheet:Wn(t),rules:{}};return Fe.set(e,r),r}function Gt(e,t,r,n,i,o,s,a=0){const u=16.666/n;let l=`{
|
|
2
2
|
`;for(let T=0;T<=1;T+=u){const P=t+(r-t)*o(T);l+=T*100+`%{${s(P,1-P)}}
|
|
3
3
|
`}const h=l+`100% {${s(r,1-r)}}
|
|
4
|
-
}`,c=`__svelte_${qn(h)}_${a}`,f=xt(e),{stylesheet:p,rules:d}=
|
|
4
|
+
}`,c=`__svelte_${qn(h)}_${a}`,f=xt(e),{stylesheet:p,rules:d}=Fe.get(f)||Jn(f,e);d[c]||(d[c]=!0,p.insertRule(`@keyframes ${c} ${h}`,p.cssRules.length));const b=e.style.animation||"";return e.style.animation=`${b?`${b}, `:""}${c} ${n}ms linear ${i}ms 1 both`,Ue+=1,c}function Yn(e,t){const r=(e.style.animation||"").split(", "),n=r.filter(t?o=>o.indexOf(t)<0:o=>o.indexOf("__svelte")===-1),i=r.length-n.length;i&&(e.style.animation=n.join(", "),Ue-=i,Ue||Kn())}function Kn(){_t(()=>{Ue||(Fe.forEach(e=>{const{ownerNode:t}=e.stylesheet;t&&D(t)}),Fe.clear())})}let we;function xe(e){we=e}function ei(){if(!we)throw new Error("Function called outside component initialization");return we}function ti(e){ei().$$.on_mount.push(e)}const se=[],De=[];let ue=[];const kt=[],ri=Promise.resolve();let ot=!1;function ni(){ot||(ot=!0,ri.then(W))}function he(e){ue.push(e)}const qe=new Set;let ie=0;function W(){if(ie!==0)return;const e=we;do{try{for(;ie<se.length;){const t=se[ie];ie++,xe(t),ii(t.$$)}}catch(t){throw se.length=0,ie=0,t}for(xe(null),se.length=0,ie=0;De.length;)De.pop()();for(let t=0;t<ue.length;t+=1){const r=ue[t];qe.has(r)||(qe.add(r),r())}ue.length=0}while(se.length);for(;kt.length;)kt.pop()();ot=!1,qe.clear(),xe(e)}function ii(e){if(e.fragment!==null){e.update(),Y(e.before_update);const t=e.dirty;e.dirty=[-1],e.fragment&&e.fragment.p(e.ctx,t),e.after_update.forEach(he)}}function oi(e){const t=[],r=[];ue.forEach(n=>e.indexOf(n)===-1?t.push(n):r.push(n)),r.forEach(n=>n()),ue=t}let ye;function si(){return ye||(ye=Promise.resolve(),ye.then(()=>{ye=null})),ye}function Je(e,t,r){e.dispatchEvent(Zn(`${t?"intro":"outro"}${r}`))}const Oe=new Set;let X;function ai(){X={r:0,c:[],p:X}}function ui(){X.r||Y(X.c),X=X.p}function Ee(e,t){e&&e.i&&(Oe.delete(e),e.i(t))}function st(e,t,r,n){if(e&&e.o){if(Oe.has(e))return;Oe.add(e),X.c.push(()=>{Oe.delete(e),n&&(r&&e.d(1),n())}),e.o(t)}else n&&n()}const li={duration:0};function jt(e,t,r,n){let o=t(e,r,{direction:"both"}),s=n?0:1,a=null,u=null,l=null,h;function c(){l&&Yn(e,l)}function f(d,b){const T=d.b-s;return b*=Math.abs(T),{a:s,b:d.b,d:T,duration:b,start:d.start,end:d.start+b,group:d.group}}function p(d){const{delay:b=0,duration:T=300,easing:P=Tr,tick:C=j,css:S}=o||li,L={start:kn()+b,b:d};d||(L.group=X,X.r+=1),"inert"in e&&(d?h!==void 0&&(e.inert=h):(h=e.inert,e.inert=!0)),a||u?u=L:(S&&(c(),l=Gt(e,s,d,T,b,P,S)),d&&C(0,1),a=f(L,T),he(()=>Je(e,d,"start")),jn(v=>{if(u&&v>u.start&&(a=f(u,T),u=null,Je(e,a.b,"start"),S&&(c(),l=Gt(e,s,a.b,a.duration,0,P,o.css))),a){if(v>=a.end)C(s=a.b,1-s),Je(e,a.b,"end"),u||(a.b?c():--a.group.r||Y(a.group.c)),a=null;else if(v>=a.start){const M=v-a.start;s=a.a+a.d*P(M/a.duration),C(s,1-s)}}return!!(a||u)}))}return{run(d){ke(o)?si().then(()=>{o=o({direction:d?"in":"out"}),p(d)}):p(d)},end(){c(),a=u=null}}}function Q(e){return(e==null?void 0:e.length)!==void 0?e:Array.from(e)}function hi(e,t,r){const{fragment:n,after_update:i}=e.$$;n&&n.m(t,r),he(()=>{const o=e.$$.on_mount.map(Mr).filter(ke);e.$$.on_destroy?e.$$.on_destroy.push(...o):Y(o),e.$$.on_mount=[]}),i.forEach(he)}function ci(e,t){const r=e.$$;r.fragment!==null&&(oi(r.after_update),Y(r.on_destroy),r.fragment&&r.fragment.d(t),r.on_destroy=r.fragment=null,r.ctx=[])}function fi(e,t){e.$$.dirty[0]===-1&&(se.push(e),ni(),e.$$.dirty.fill(0)),e.$$.dirty[t/31|0]|=1<<t%31}function di(e,t,r,n,i,o,s=null,a=[-1]){const u=we;xe(e);const l=e.$$={fragment:null,ctx:[],props:o,update:j,not_equal:i,bound:Ut(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(t.context||(u?u.$$.context:[])),callbacks:Ut(),dirty:a,skip_bound:!1,root:t.target||u.$$.root};s&&s(l.root);let h=!1;if(l.ctx=r?r(e,t.props||{},(c,f,...p)=>{const d=p.length?p[0]:f;return l.ctx&&i(l.ctx[c],l.ctx[c]=d)&&(!l.skip_bound&&l.bound[c]&&l.bound[c](d),h&&fi(e,c)),f}):[],l.update(),h=!0,Y(l.before_update),l.fragment=n?n(l.ctx):!1,t.target){if(t.hydrate){const c=Xn(t.target);l.fragment&&l.fragment.l(c),c.forEach(D)}else l.fragment&&l.fragment.c();t.intro&&Ee(e.$$.fragment),hi(e,t.target,t.anchor),W()}xe(u)}let Lr;typeof HTMLElement=="function"&&(Lr=class extends HTMLElement{constructor(t,r,n){super();k(this,"$$ctor");k(this,"$$s");k(this,"$$c");k(this,"$$cn",!1);k(this,"$$d",{});k(this,"$$r",!1);k(this,"$$p_d",{});k(this,"$$l",{});k(this,"$$l_u",new Map);this.$$ctor=t,this.$$s=r,n&&this.attachShadow({mode:"open"})}addEventListener(t,r,n){if(this.$$l[t]=this.$$l[t]||[],this.$$l[t].push(r),this.$$c){const i=this.$$c.$on(t,r);this.$$l_u.set(r,i)}super.addEventListener(t,r,n)}removeEventListener(t,r,n){if(super.removeEventListener(t,r,n),this.$$c){const i=this.$$l_u.get(r);i&&(i(),this.$$l_u.delete(r))}}connectedCallback(){return Ft(this,null,function*(){if(this.$$cn=!0,!this.$$c){let t=function(o){return()=>{let s;return{c:function(){s=B("slot"),o!=="default"&&g(s,"name",o)},m:function(l,h){V(l,s,h)},d:function(l){l&&D(s)}}}};if(yield Promise.resolve(),!this.$$cn||this.$$c)return;const r={},n=Qn(this);for(const o of this.$$s)o in n&&(r[o]=[t(o)]);for(const o of this.attributes){const s=this.$$g_p(o.name);s in this.$$d||(this.$$d[s]=Ie(s,o.value,this.$$p_d,"toProp"))}for(const o in this.$$p_d)!(o in this.$$d)&&this[o]!==void 0&&(this.$$d[o]=this[o],delete this[o]);this.$$c=new this.$$ctor({target:this.shadowRoot||this,props:Rt(Nt({},this.$$d),{$$slots:r,$$scope:{ctx:[]}})});const i=()=>{this.$$r=!0;for(const o in this.$$p_d)if(this.$$d[o]=this.$$c.$$.ctx[this.$$c.$$.props[o]],this.$$p_d[o].reflect){const s=Ie(o,this.$$d[o],this.$$p_d,"toAttribute");s==null?this.removeAttribute(this.$$p_d[o].attribute||o):this.setAttribute(this.$$p_d[o].attribute||o,s)}this.$$r=!1};this.$$c.$$.after_update.push(i),i();for(const o in this.$$l)for(const s of this.$$l[o]){const a=this.$$c.$on(o,s);this.$$l_u.set(s,a)}this.$$l={}}})}attributeChangedCallback(t,r,n){var i;this.$$r||(t=this.$$g_p(t),this.$$d[t]=Ie(t,n,this.$$p_d,"toProp"),(i=this.$$c)==null||i.$set({[t]:this.$$d[t]}))}disconnectedCallback(){this.$$cn=!1,Promise.resolve().then(()=>{!this.$$cn&&this.$$c&&(this.$$c.$destroy(),this.$$c=void 0)})}$$g_p(t){return Object.keys(this.$$p_d).find(r=>this.$$p_d[r].attribute===t||!this.$$p_d[r].attribute&&r.toLowerCase()===t)||t}});function Ie(e,t,r,n){var o;const i=(o=r[e])==null?void 0:o.type;if(t=i==="Boolean"&&typeof t!="boolean"?t!=null:t,!n||!r[e])return t;if(n==="toAttribute")switch(i){case"Object":case"Array":return t==null?null:JSON.stringify(t);case"Boolean":return t?"":null;case"Number":return t==null?null:t;default:return t}else switch(i){case"Object":case"Array":return t&&JSON.parse(t);case"Boolean":return t;case"Number":return t!=null?+t:t;default:return t}}function mi(e,t,r,n,i,o){let s=class extends Lr{constructor(){super(e,r,i),this.$$p_d=t}static get observedAttributes(){return Object.keys(t).map(a=>(t[a].attribute||a).toLowerCase())}};return Object.keys(t).forEach(a=>{Object.defineProperty(s.prototype,a,{get(){return this.$$c&&a in this.$$c?this.$$c[a]:this.$$d[a]},set(u){var l;u=Ie(a,u,t),this.$$d[a]=u,(l=this.$$c)==null||l.$set({[a]:u})}})}),n.forEach(a=>{Object.defineProperty(s.prototype,a,{get(){var u;return(u=this.$$c)==null?void 0:u[a]}})}),e.element=s,s}class pi{constructor(){k(this,"$$");k(this,"$$set")}$destroy(){ci(this,1),this.$destroy=j}$on(t,r){if(!ke(r))return j;const n=this.$$.callbacks[t]||(this.$$.callbacks[t]=[]);return n.push(r),()=>{const i=n.indexOf(r);i!==-1&&n.splice(i,1)}}$set(t){this.$$set&&!Rn(t)&&(this.$$.skip_bound=!0,this.$$set(t),this.$$.skip_bound=!1)}}const gi="4";typeof window!="undefined"&&(window.__svelte||(window.__svelte={v:new Set})).v.add(gi);function Vt(e,{delay:t=0,duration:r=400,easing:n=Tr}={}){const i=+getComputedStyle(e).opacity;return{delay:t,duration:r,easing:n,css:o=>`opacity: ${o*i}`}}var at=function(e,t){return at=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(r[i]=n[i])},at(e,t)};function Z(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");at(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}var H=function(){return H=Object.assign||function(t){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(t[o]=r[o])}return t},H.apply(this,arguments)};function bi(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(e);i<n.length;i++)t.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(e,n[i])&&(r[n[i]]=e[n[i]]);return r}function ut(e){var t=typeof Symbol=="function"&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&typeof e.length=="number")return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function lt(e,t){var r=typeof Symbol=="function"&&e[Symbol.iterator];if(!r)return e;var n=r.call(e),i,o=[],s;try{for(;(t===void 0||t-- >0)&&!(i=n.next()).done;)o.push(i.value)}catch(a){s={error:a}}finally{try{i&&!i.done&&(r=n.return)&&r.call(n)}finally{if(s)throw s.error}}return o}function le(e,t,r){if(r||arguments.length===2)for(var n=0,i=t.length,o;n<i;n++)(o||!(n in t))&&(o||(o=Array.prototype.slice.call(t,0,n)),o[n]=t[n]);return e.concat(o||Array.prototype.slice.call(t))}function z(e){return typeof e=="function"}function Nr(e){var t=function(n){Error.call(n),n.stack=new Error().stack},r=e(t);return r.prototype=Object.create(Error.prototype),r.prototype.constructor=r,r}var Ye=Nr(function(e){return function(r){e(this),this.message=r?r.length+` errors occurred during unsubscription:
|
|
5
5
|
`+r.map(function(n,i){return i+1+") "+n.toString()}).join(`
|
|
6
|
-
`):"",this.name="UnsubscriptionError",this.errors=r}});function ht(e,t){if(e){var r=e.indexOf(t);0<=r&&e.splice(r,1)}}var ke=function(){function e(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}return e.prototype.unsubscribe=function(){var t,r,n,i,o;if(!this.closed){this.closed=!0;var s=this._parentage;if(s)if(this._parentage=null,Array.isArray(s))try{for(var a=ut(s),u=a.next();!u.done;u=a.next()){var l=u.value;l.remove(this)}}catch(b){t={error:b}}finally{try{u&&!u.done&&(r=a.return)&&r.call(a)}finally{if(t)throw t.error}}else s.remove(this);var h=this.initialTeardown;if(z(h))try{h()}catch(b){o=b instanceof Ye?b.errors:[b]}var c=this._finalizers;if(c){this._finalizers=null;try{for(var f=ut(c),p=f.next();!p.done;p=f.next()){var d=p.value;try{Wt(d)}catch(b){o=o!=null?o:[],b instanceof Ye?o=le(le([],lt(o)),lt(b.errors)):o.push(b)}}}catch(b){n={error:b}}finally{try{p&&!p.done&&(i=f.return)&&i.call(f)}finally{if(n)throw n.error}}}if(o)throw new Ye(o)}},e.prototype.add=function(t){var r;if(t&&t!==this)if(this.closed)Wt(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=(r=this._finalizers)!==null&&r!==void 0?r:[]).push(t)}},e.prototype._hasParent=function(t){var r=this._parentage;return r===t||Array.isArray(r)&&r.includes(t)},e.prototype._addParent=function(t){var r=this._parentage;this._parentage=Array.isArray(r)?(r.push(t),r):r?[r,t]:t},e.prototype._removeParent=function(t){var r=this._parentage;r===t?this._parentage=null:Array.isArray(r)&&ht(r,t)},e.prototype.remove=function(t){var r=this._finalizers;r&&ht(r,t),t instanceof e&&t._removeParent(this)},e.EMPTY=function(){var t=new e;return t.closed=!0,t}(),e}(),Rr=ke.EMPTY;function Fr(e){return e instanceof ke||e&&"closed"in e&&z(e.remove)&&z(e.add)&&z(e.unsubscribe)}function Wt(e){z(e)?e():e.unsubscribe()}var Ur={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},Dr={setTimeout:function(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];return setTimeout.apply(void 0,le([e,t],lt(r)))},clearTimeout:function(e){var t=Dr.delegate;return((t==null?void 0:t.clearTimeout)||clearTimeout)(e)},delegate:void 0};function vi(e){Dr.setTimeout(function(){throw e})}function Xt(){}function Ie(e){e()}var $r=function(e){Z(t,e);function t(r){var n=e.call(this)||this;return n.isStopped=!1,r?(n.destination=r,Fr(r)&&r.add(n)):n.destination=Ei,n}return t.create=function(r,n,i){return new ct(r,n,i)},t.prototype.next=function(r){this.isStopped||this._next(r)},t.prototype.error=function(r){this.isStopped||(this.isStopped=!0,this._error(r))},t.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,e.prototype.unsubscribe.call(this),this.destination=null)},t.prototype._next=function(r){this.destination.next(r)},t.prototype._error=function(r){try{this.destination.error(r)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t}(ke),yi=Function.prototype.bind;function Ke(e,t){return yi.call(e,t)}var _i=function(){function e(t){this.partialObserver=t}return e.prototype.next=function(t){var r=this.partialObserver;if(r.next)try{r.next(t)}catch(n){Ae(n)}},e.prototype.error=function(t){var r=this.partialObserver;if(r.error)try{r.error(t)}catch(n){Ae(n)}else Ae(t)},e.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(r){Ae(r)}},e}(),ct=function(e){Z(t,e);function t(r,n,i){var o=e.call(this)||this,s;if(z(r)||!r)s={next:r!=null?r:void 0,error:n!=null?n:void 0,complete:i!=null?i:void 0};else{var a;o&&Ur.useDeprecatedNextContext?(a=Object.create(r),a.unsubscribe=function(){return o.unsubscribe()},s={next:r.next&&Ke(r.next,a),error:r.error&&Ke(r.error,a),complete:r.complete&&Ke(r.complete,a)}):s=r}return o.destination=new _i(s),o}return t}($r);function Ae(e){vi(e)}function xi(e){throw e}var Ei={closed:!0,next:Xt,error:xi,complete:Xt},wi=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function Hi(e){return e}function Si(e){return e.length===0?Hi:e.length===1?e[0]:function(r){return e.reduce(function(n,i){return i(n)},r)}}var zt=function(){function e(t){t&&(this._subscribe=t)}return e.prototype.lift=function(t){var r=new e;return r.source=this,r.operator=t,r},e.prototype.subscribe=function(t,r,n){var i=this,o=Mi(t)?t:new ct(t,r,n);return Ie(function(){var s=i,a=s.operator,u=s.source;o.add(a?a.call(o,u):u?i._subscribe(o):i._trySubscribe(o))}),o},e.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(r){t.error(r)}},e.prototype.forEach=function(t,r){var n=this;return r=Zt(r),new r(function(i,o){var s=new ct({next:function(a){try{t(a)}catch(u){o(u),s.unsubscribe()}},error:o,complete:i});n.subscribe(s)})},e.prototype._subscribe=function(t){var r;return(r=this.source)===null||r===void 0?void 0:r.subscribe(t)},e.prototype[wi]=function(){return this},e.prototype.pipe=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return Si(t)(this)},e.prototype.toPromise=function(t){var r=this;return t=Zt(t),new t(function(n,i){var o;r.subscribe(function(s){return o=s},function(s){return i(s)},function(){return n(o)})})},e.create=function(t){return new e(t)},e}();function Zt(e){var t;return(t=e!=null?e:Ur.Promise)!==null&&t!==void 0?t:Promise}function Ti(e){return e&&z(e.next)&&z(e.error)&&z(e.complete)}function Mi(e){return e&&e instanceof $r||Ti(e)&&Fr(e)}var Ai=Nr(function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),Gr=function(e){Z(t,e);function t(){var r=e.call(this)||this;return r.closed=!1,r.currentObservers=null,r.observers=[],r.isStopped=!1,r.hasError=!1,r.thrownError=null,r}return t.prototype.lift=function(r){var n=new Qt(this,this);return n.operator=r,n},t.prototype._throwIfClosed=function(){if(this.closed)throw new Ai},t.prototype.next=function(r){var n=this;Ie(function(){var i,o;if(n._throwIfClosed(),!n.isStopped){n.currentObservers||(n.currentObservers=Array.from(n.observers));try{for(var s=ut(n.currentObservers),a=s.next();!a.done;a=s.next()){var u=a.value;u.next(r)}}catch(l){i={error:l}}finally{try{a&&!a.done&&(o=s.return)&&o.call(s)}finally{if(i)throw i.error}}}})},t.prototype.error=function(r){var n=this;Ie(function(){if(n._throwIfClosed(),!n.isStopped){n.hasError=n.isStopped=!0,n.thrownError=r;for(var i=n.observers;i.length;)i.shift().error(r)}})},t.prototype.complete=function(){var r=this;Ie(function(){if(r._throwIfClosed(),!r.isStopped){r.isStopped=!0;for(var n=r.observers;n.length;)n.shift().complete()}})},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var r;return((r=this.observers)===null||r===void 0?void 0:r.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(r){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,r)},t.prototype._subscribe=function(r){return this._throwIfClosed(),this._checkFinalizedStatuses(r),this._innerSubscribe(r)},t.prototype._innerSubscribe=function(r){var n=this,i=this,o=i.hasError,s=i.isStopped,a=i.observers;return o||s?Rr:(this.currentObservers=null,a.push(r),new ke(function(){n.currentObservers=null,ht(a,r)}))},t.prototype._checkFinalizedStatuses=function(r){var n=this,i=n.hasError,o=n.thrownError,s=n.isStopped;i?r.error(o):s&&r.complete()},t.prototype.asObservable=function(){var r=new zt;return r.source=this,r},t.create=function(r,n){return new Qt(r,n)},t}(zt),Qt=function(e){Z(t,e);function t(r,n){var i=e.call(this)||this;return i.destination=r,i.source=n,i}return t.prototype.next=function(r){var n,i;(i=(n=this.destination)===null||n===void 0?void 0:n.next)===null||i===void 0||i.call(n,r)},t.prototype.error=function(r){var n,i;(i=(n=this.destination)===null||n===void 0?void 0:n.error)===null||i===void 0||i.call(n,r)},t.prototype.complete=function(){var r,n;(n=(r=this.destination)===null||r===void 0?void 0:r.complete)===null||n===void 0||n.call(r)},t.prototype._subscribe=function(r){var n,i;return(i=(n=this.source)===null||n===void 0?void 0:n.subscribe(r))!==null&&i!==void 0?i:Rr},t}(Gr),kr={now:function(){return(kr.delegate||Date).now()},delegate:void 0},Bi=function(e){Z(t,e);function t(r,n,i){r===void 0&&(r=1/0),n===void 0&&(n=1/0),i===void 0&&(i=kr);var o=e.call(this)||this;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}return t.prototype.next=function(r){var n=this,i=n.isStopped,o=n._buffer,s=n._infiniteTimeWindow,a=n._timestampProvider,u=n._windowTime;i||(o.push(r),!s&&o.push(a.now()+u)),this._trimBuffer(),e.prototype.next.call(this,r)},t.prototype._subscribe=function(r){this._throwIfClosed(),this._trimBuffer();for(var n=this._innerSubscribe(r),i=this,o=i._infiniteTimeWindow,s=i._buffer,a=s.slice(),u=0;u<a.length&&!r.closed;u+=o?1:2)r.next(a[u]);return this._checkFinalizedStatuses(r),n},t.prototype._trimBuffer=function(){var r=this,n=r._bufferSize,i=r._timestampProvider,o=r._buffer,s=r._infiniteTimeWindow,a=(s?1:2)*n;if(n<1/0&&a<o.length&&o.splice(0,o.length-a),!s){for(var u=i.now(),l=0,h=1;h<o.length&&o[h]<=u;h+=2)l=h;l&&o.splice(0,l+1)}},t}(Gr);const qt=[],Jt={},Pi=(e,t=0)=>{if(qt.indexOf(e)==-1){const r=new Bi(t);Jt[e]=r,qt.push(e)}return Jt[e]},oe=[];function Oi(e,t){return{subscribe:je(e,t).subscribe}}function je(e,t=j){let r;const n=new Set;function i(a){if(Ar(e,a)&&(e=a,r)){const u=!oe.length;for(const l of n)l[1](),oe.push(l,e);if(u){for(let l=0;l<oe.length;l+=2)oe[l][0](oe[l+1]);oe.length=0}}}function o(a){i(a(e))}function s(a,u=j){const l=[a,u];return n.add(l),n.size===1&&(r=t(i,o)||j),a(e),()=>{n.delete(l),n.size===0&&r&&(r(),r=null)}}return{set:i,update:o,subscribe:s}}function ge(e,t,r){const n=!Array.isArray(e),i=n?[e]:e;if(!i.every(Boolean))throw new Error("derived() expects stores as input, got a falsy value");const o=t.length<2;return Oi(r,(s,a)=>{let u=!1;const l=[];let h=0,c=j;const f=()=>{if(h)return;c();const d=t(n?l[0]:l,s,a);o?s(d):c=Ge(d)?d:j},p=i.map((d,b)=>Br(d,T=>{l[b]=T,h&=~(1<<b),u&&f()},()=>{h|=1<<b}));return u=!0,f(),function(){Y(p),c(),u=!1}})}function Ii(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Ci=function(t){return Li(t)&&!Ni(t)};function Li(e){return!!e&&typeof e=="object"}function Ni(e){var t=Object.prototype.toString.call(e);return t==="[object RegExp]"||t==="[object Date]"||Ui(e)}var Ri=typeof Symbol=="function"&&Symbol.for,Fi=Ri?Symbol.for("react.element"):60103;function Ui(e){return e.$$typeof===Fi}function Di(e){return Array.isArray(e)?[]:{}}function He(e,t){return t.clone!==!1&&t.isMergeableObject(e)?ce(Di(e),e,t):e}function $i(e,t,r){return e.concat(t).map(function(n){return He(n,r)})}function Gi(e,t){if(!t.customMerge)return ce;var r=t.customMerge(e);return typeof r=="function"?r:ce}function ki(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter(function(t){return Object.propertyIsEnumerable.call(e,t)}):[]}function Yt(e){return Object.keys(e).concat(ki(e))}function jr(e,t){try{return t in e}catch(r){return!1}}function ji(e,t){return jr(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))}function Vi(e,t,r){var n={};return r.isMergeableObject(e)&&Yt(e).forEach(function(i){n[i]=He(e[i],r)}),Yt(t).forEach(function(i){ji(e,i)||(jr(e,i)&&r.isMergeableObject(t[i])?n[i]=Gi(i,r)(e[i],t[i],r):n[i]=He(t[i],r))}),n}function ce(e,t,r){r=r||{},r.arrayMerge=r.arrayMerge||$i,r.isMergeableObject=r.isMergeableObject||Ci,r.cloneUnlessOtherwiseSpecified=He;var n=Array.isArray(t),i=Array.isArray(e),o=n===i;return o?n?r.arrayMerge(e,t,r):Vi(e,t,r):He(t,r)}ce.all=function(t,r){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce(function(n,i){return ce(n,i,r)},{})};var Wi=ce,Xi=Wi;const zi=Ii(Xi);var E;(function(e){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"})(E||(E={}));var I;(function(e){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"})(I||(I={}));var fe;(function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"})(fe||(fe={}));function Kt(e){return e.type===I.literal}function Zi(e){return e.type===I.argument}function Vr(e){return e.type===I.number}function Wr(e){return e.type===I.date}function Xr(e){return e.type===I.time}function zr(e){return e.type===I.select}function Zr(e){return e.type===I.plural}function Qi(e){return e.type===I.pound}function Qr(e){return e.type===I.tag}function qr(e){return!!(e&&typeof e=="object"&&e.type===fe.number)}function ft(e){return!!(e&&typeof e=="object"&&e.type===fe.dateTime)}var Jr=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,qi=/(?:[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;function Ji(e){var t={};return e.replace(qi,function(r){var n=r.length;switch(r[0]){case"G":t.era=n===4?"long":n===5?"narrow":"short";break;case"y":t.year=n===2?"2-digit":"numeric";break;case"Y":case"u":case"U":case"r":throw new RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");case"q":case"Q":throw new RangeError("`q/Q` (quarter) patterns are not supported");case"M":case"L":t.month=["numeric","2-digit","short","long","narrow"][n-1];break;case"w":case"W":throw new RangeError("`w/W` (week) patterns are not supported");case"d":t.day=["numeric","2-digit"][n-1];break;case"D":case"F":case"g":throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");case"E":t.weekday=n===4?"long":n===5?"narrow":"short";break;case"e":if(n<4)throw new RangeError("`e..eee` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][n-4];break;case"c":if(n<4)throw new RangeError("`c..ccc` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][n-4];break;case"a":t.hour12=!0;break;case"b":case"B":throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");case"h":t.hourCycle="h12",t.hour=["numeric","2-digit"][n-1];break;case"H":t.hourCycle="h23",t.hour=["numeric","2-digit"][n-1];break;case"K":t.hourCycle="h11",t.hour=["numeric","2-digit"][n-1];break;case"k":t.hourCycle="h24",t.hour=["numeric","2-digit"][n-1];break;case"j":case"J":case"C":throw new RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");case"m":t.minute=["numeric","2-digit"][n-1];break;case"s":t.second=["numeric","2-digit"][n-1];break;case"S":case"A":throw new RangeError("`S/A` (second) patterns are not supported, use `s` instead");case"z":t.timeZoneName=n<4?"short":"long";break;case"Z":case"O":case"v":case"V":case"X":case"x":throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""}),t}var Yi=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;function Ki(e){if(e.length===0)throw new Error("Number skeleton cannot be empty");for(var t=e.split(Yi).filter(function(f){return f.length>0}),r=[],n=0,i=t;n<i.length;n++){var o=i[n],s=o.split("/");if(s.length===0)throw new Error("Invalid number skeleton");for(var a=s[0],u=s.slice(1),l=0,h=u;l<h.length;l++){var c=h[l];if(c.length===0)throw new Error("Invalid number skeleton")}r.push({stem:a,options:u})}return r}function eo(e){return e.replace(/^(.*?)-/,"")}var er=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,Yr=/^(@+)?(\+|#+)?[rs]?$/g,to=/(\*)(0+)|(#+)(0+)|(0+)/g,Kr=/^(0+)$/;function tr(e){var t={};return e[e.length-1]==="r"?t.roundingPriority="morePrecision":e[e.length-1]==="s"&&(t.roundingPriority="lessPrecision"),e.replace(Yr,function(r,n,i){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)),""}),t}function en(e){switch(e){case"sign-auto":return{signDisplay:"auto"};case"sign-accounting":case"()":return{currencySign:"accounting"};case"sign-always":case"+!":return{signDisplay:"always"};case"sign-accounting-always":case"()!":return{signDisplay:"always",currencySign:"accounting"};case"sign-except-zero":case"+?":return{signDisplay:"exceptZero"};case"sign-accounting-except-zero":case"()?":return{signDisplay:"exceptZero",currencySign:"accounting"};case"sign-never":case"+_":return{signDisplay:"never"}}}function ro(e){var t;if(e[0]==="E"&&e[1]==="E"?(t={notation:"engineering"},e=e.slice(2)):e[0]==="E"&&(t={notation:"scientific"},e=e.slice(1)),t){var r=e.slice(0,2);if(r==="+!"?(t.signDisplay="always",e=e.slice(2)):r==="+?"&&(t.signDisplay="exceptZero",e=e.slice(2)),!Kr.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function rr(e){var t={},r=en(e);return r||t}function no(e){for(var t={},r=0,n=e;r<n.length;r++){var i=n[r];switch(i.stem){case"percent":case"%":t.style="percent";continue;case"%x100":t.style="percent",t.scale=100;continue;case"currency":t.style="currency",t.currency=i.options[0];continue;case"group-off":case",_":t.useGrouping=!1;continue;case"precision-integer":case".":t.maximumFractionDigits=0;continue;case"measure-unit":case"unit":t.style="unit",t.unit=eo(i.options[0]);continue;case"compact-short":case"K":t.notation="compact",t.compactDisplay="short";continue;case"compact-long":case"KK":t.notation="compact",t.compactDisplay="long";continue;case"scientific":t=H(H(H({},t),{notation:"scientific"}),i.options.reduce(function(u,l){return H(H({},u),rr(l))},{}));continue;case"engineering":t=H(H(H({},t),{notation:"engineering"}),i.options.reduce(function(u,l){return H(H({},u),rr(l))},{}));continue;case"notation-simple":t.notation="standard";continue;case"unit-width-narrow":t.currencyDisplay="narrowSymbol",t.unitDisplay="narrow";continue;case"unit-width-short":t.currencyDisplay="code",t.unitDisplay="short";continue;case"unit-width-full-name":t.currencyDisplay="name",t.unitDisplay="long";continue;case"unit-width-iso-code":t.currencyDisplay="symbol";continue;case"scale":t.scale=parseFloat(i.options[0]);continue;case"rounding-mode-floor":t.roundingMode="floor";continue;case"rounding-mode-ceiling":t.roundingMode="ceil";continue;case"rounding-mode-down":t.roundingMode="trunc";continue;case"rounding-mode-up":t.roundingMode="expand";continue;case"rounding-mode-half-even":t.roundingMode="halfEven";continue;case"rounding-mode-half-down":t.roundingMode="halfTrunc";continue;case"rounding-mode-half-up":t.roundingMode="halfExpand";continue;case"integer-width":if(i.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(to,function(u,l,h,c,f,p){if(l)t.minimumIntegerDigits=h.length;else{if(c&&f)throw new Error("We currently do not support maximum integer digits");if(p)throw new Error("We currently do not support exact integer digits")}return""});continue}if(Kr.test(i.stem)){t.minimumIntegerDigits=i.stem.length;continue}if(er.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(er,function(u,l,h,c,f,p){return h==="*"?t.minimumFractionDigits=l.length:c&&c[0]==="#"?t.maximumFractionDigits=c.length:f&&p?(t.minimumFractionDigits=f.length,t.maximumFractionDigits=f.length+p.length):(t.minimumFractionDigits=l.length,t.maximumFractionDigits=l.length),""});var o=i.options[0];o==="w"?t=H(H({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=H(H({},t),tr(o)));continue}if(Yr.test(i.stem)){t=H(H({},t),tr(i.stem));continue}var s=en(i.stem);s&&(t=H(H({},t),s));var a=ro(i.stem);a&&(t=H(H({},t),a))}return t}var Be={"001":["H","h"],AC:["H","h","hb","hB"],AD:["H","hB"],AE:["h","hB","hb","H"],AF:["H","hb","hB","h"],AG:["h","hb","H","hB"],AI:["H","h","hb","hB"],AL:["h","H","hB"],AM:["H","hB"],AO:["H","hB"],AR:["H","h","hB","hb"],AS:["h","H"],AT:["H","hB"],AU:["h","hb","H","hB"],AW:["H","hB"],AX:["H"],AZ:["H","hB","h"],BA:["H","hB","h"],BB:["h","hb","H","hB"],BD:["h","hB","H"],BE:["H","hB"],BF:["H","hB"],BG:["H","hB","h"],BH:["h","hB","hb","H"],BI:["H","h"],BJ:["H","hB"],BL:["H","hB"],BM:["h","hb","H","hB"],BN:["hb","hB","h","H"],BO:["H","hB","h","hb"],BQ:["H"],BR:["H","hB"],BS:["h","hb","H","hB"],BT:["h","H"],BW:["H","h","hb","hB"],BY:["H","h"],BZ:["H","h","hb","hB"],CA:["h","hb","H","hB"],CC:["H","h","hb","hB"],CD:["hB","H"],CF:["H","h","hB"],CG:["H","hB"],CH:["H","hB","h"],CI:["H","hB"],CK:["H","h","hb","hB"],CL:["H","h","hB","hb"],CM:["H","h","hB"],CN:["H","hB","hb","h"],CO:["h","H","hB","hb"],CP:["H"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],CV:["H","hB"],CW:["H","hB"],CX:["H","h","hb","hB"],CY:["h","H","hb","hB"],CZ:["H"],DE:["H","hB"],DG:["H","h","hb","hB"],DJ:["h","H"],DK:["H"],DM:["h","hb","H","hB"],DO:["h","H","hB","hb"],DZ:["h","hB","hb","H"],EA:["H","h","hB","hb"],EC:["H","hB","h","hb"],EE:["H","hB"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],ER:["h","H"],ES:["H","hB","h","hb"],ET:["hB","hb","h","H"],FI:["H"],FJ:["h","hb","H","hB"],FK:["H","h","hb","hB"],FM:["h","hb","H","hB"],FO:["H","h"],FR:["H","hB"],GA:["H","hB"],GB:["H","h","hb","hB"],GD:["h","hb","H","hB"],GE:["H","hB","h"],GF:["H","hB"],GG:["H","h","hb","hB"],GH:["h","H"],GI:["H","h","hb","hB"],GL:["H","h"],GM:["h","hb","H","hB"],GN:["H","hB"],GP:["H","hB"],GQ:["H","hB","h","hb"],GR:["h","H","hb","hB"],GT:["H","h","hB","hb"],GU:["h","hb","H","hB"],GW:["H","hB"],GY:["h","hb","H","hB"],HK:["h","hB","hb","H"],HN:["H","h","hB","hb"],HR:["H","hB"],HU:["H","h"],IC:["H","h","hB","hb"],ID:["H"],IE:["H","h","hb","hB"],IL:["H","hB"],IM:["H","h","hb","hB"],IN:["h","H"],IO:["H","h","hb","hB"],IQ:["h","hB","hb","H"],IR:["hB","H"],IS:["H"],IT:["H","hB"],JE:["H","h","hb","hB"],JM:["h","hb","H","hB"],JO:["h","hB","hb","H"],JP:["H","K","h"],KE:["hB","hb","H","h"],KG:["H","h","hB","hb"],KH:["hB","h","H","hb"],KI:["h","hb","H","hB"],KM:["H","h","hB","hb"],KN:["h","hb","H","hB"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],KW:["h","hB","hb","H"],KY:["h","hb","H","hB"],KZ:["H","hB"],LA:["H","hb","hB","h"],LB:["h","hB","hb","H"],LC:["h","hb","H","hB"],LI:["H","hB","h"],LK:["H","h","hB","hb"],LR:["h","hb","H","hB"],LS:["h","H"],LT:["H","h","hb","hB"],LU:["H","h","hB"],LV:["H","hB","hb","h"],LY:["h","hB","hb","H"],MA:["H","h","hB","hb"],MC:["H","hB"],MD:["H","hB"],ME:["H","hB","h"],MF:["H","hB"],MG:["H","h"],MH:["h","hb","H","hB"],MK:["H","h","hb","hB"],ML:["H"],MM:["hB","hb","H","h"],MN:["H","h","hb","hB"],MO:["h","hB","hb","H"],MP:["h","hb","H","hB"],MQ:["H","hB"],MR:["h","hB","hb","H"],MS:["H","h","hb","hB"],MT:["H","h"],MU:["H","h"],MV:["H","h"],MW:["h","hb","H","hB"],MX:["H","h","hB","hb"],MY:["hb","hB","h","H"],MZ:["H","hB"],NA:["h","H","hB","hb"],NC:["H","hB"],NE:["H"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NI:["H","h","hB","hb"],NL:["H","hB"],NO:["H","h"],NP:["H","h","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],NZ:["h","hb","H","hB"],OM:["h","hB","hb","H"],PA:["h","H","hB","hb"],PE:["H","hB","h","hb"],PF:["H","h","hB"],PG:["h","H"],PH:["h","hB","hb","H"],PK:["h","hB","H"],PL:["H","h"],PM:["H","hB"],PN:["H","h","hb","hB"],PR:["h","H","hB","hb"],PS:["h","hB","hb","H"],PT:["H","hB"],PW:["h","H"],PY:["H","h","hB","hb"],QA:["h","hB","hb","H"],RE:["H","hB"],RO:["H","hB"],RS:["H","hB","h"],RU:["H"],RW:["H","h"],SA:["h","hB","hb","H"],SB:["h","hb","H","hB"],SC:["H","h","hB"],SD:["h","hB","hb","H"],SE:["H"],SG:["h","hb","H","hB"],SH:["H","h","hb","hB"],SI:["H","hB"],SJ:["H"],SK:["H"],SL:["h","hb","H","hB"],SM:["H","h","hB"],SN:["H","h","hB"],SO:["h","H"],SR:["H","hB"],SS:["h","hb","H","hB"],ST:["H","hB"],SV:["H","h","hB","hb"],SX:["H","h","hb","hB"],SY:["h","hB","hb","H"],SZ:["h","hb","H","hB"],TA:["H","h","hb","hB"],TC:["h","hb","H","hB"],TD:["h","H","hB"],TF:["H","h","hB"],TG:["H","hB"],TH:["H","h"],TJ:["H","h"],TL:["H","hB","hb","h"],TM:["H","h"],TN:["h","hB","hb","H"],TO:["h","H"],TR:["H","hB"],TT:["h","hb","H","hB"],TW:["hB","hb","h","H"],TZ:["hB","hb","H","h"],UA:["H","hB","h"],UG:["hB","hb","H","h"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],UY:["H","h","hB","hb"],UZ:["H","hB","h"],VA:["H","h","hB"],VC:["h","hb","H","hB"],VE:["h","H","hB","hb"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],VN:["H","h"],VU:["h","H"],WF:["H","hB"],WS:["h","H"],XK:["H","hB","h"],YE:["h","hB","hb","H"],YT:["H","hB"],ZA:["H","h","hb","hB"],ZM:["h","hb","H","hB"],ZW:["H","h"],"af-ZA":["H","h","hB","hb"],"ar-001":["h","hB","hb","H"],"ca-ES":["H","h","hB"],"en-001":["h","hb","H","hB"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"gu-IN":["hB","hb","h","H"],"hi-IN":["hB","h","H"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],"ta-IN":["hB","h","hb","H"],"te-IN":["hB","h","H"],"zu-ZA":["H","hB","hb","h"]};function io(e,t){for(var r="",n=0;n<e.length;n++){var i=e.charAt(n);if(i==="j"){for(var o=0;n+1<e.length&&e.charAt(n+1)===i;)o++,n++;var s=1+(o&1),a=o<2?1:3+(o>>1),u="a",l=oo(t);for((l=="H"||l=="k")&&(a=0);a-- >0;)r+=u;for(;s-- >0;)r=l+r}else i==="J"?r+="H":r+=i}return r}function oo(e){var t=e.hourCycle;if(t===void 0&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r=e.language,n;r!=="root"&&(n=e.maximize().region);var i=Be[n||""]||Be[r||""]||Be["".concat(r,"-001")]||Be["001"];return i[0]}var et,so=new RegExp("^".concat(Jr.source,"*")),ao=new RegExp("".concat(Jr.source,"*$"));function w(e,t){return{start:e,end:t}}var uo=!!String.prototype.startsWith&&"_a".startsWith("a",1),lo=!!String.fromCodePoint,ho=!!Object.fromEntries,co=!!String.prototype.codePointAt,fo=!!String.prototype.trimStart,mo=!!String.prototype.trimEnd,po=!!Number.isSafeInteger,go=po?Number.isSafeInteger:function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},dt=!0;try{var bo=rn("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");dt=((et=bo.exec("a"))===null||et===void 0?void 0:et[0])==="a"}catch(e){dt=!1}var nr=uo?function(t,r,n){return t.startsWith(r,n)}:function(t,r,n){return t.slice(n,n+r.length)===r},mt=lo?String.fromCodePoint:function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];for(var n="",i=t.length,o=0,s;i>o;){if(s=t[o++],s>1114111)throw RangeError(s+" is not a valid code point");n+=s<65536?String.fromCharCode(s):String.fromCharCode(((s-=65536)>>10)+55296,s%1024+56320)}return n},ir=ho?Object.fromEntries:function(t){for(var r={},n=0,i=t;n<i.length;n++){var o=i[n],s=o[0],a=o[1];r[s]=a}return r},tn=co?function(t,r){return t.codePointAt(r)}:function(t,r){var n=t.length;if(!(r<0||r>=n)){var i=t.charCodeAt(r),o;return i<55296||i>56319||r+1===n||(o=t.charCodeAt(r+1))<56320||o>57343?i:(i-55296<<10)+(o-56320)+65536}},vo=fo?function(t){return t.trimStart()}:function(t){return t.replace(so,"")},yo=mo?function(t){return t.trimEnd()}:function(t){return t.replace(ao,"")};function rn(e,t){return new RegExp(e,t)}var pt;if(dt){var or=rn("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");pt=function(t,r){var n;or.lastIndex=r;var i=or.exec(t);return(n=i[1])!==null&&n!==void 0?n:""}}else pt=function(t,r){for(var n=[];;){var i=tn(t,r);if(i===void 0||nn(i)||wo(i))break;n.push(i),r+=i>=65536?2:1}return mt.apply(void 0,n)};var _o=function(){function e(t,r){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}return e.prototype.parse=function(){if(this.offset()!==0)throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(t,r,n){for(var i=[];!this.isEOF();){var o=this.char();if(o===123){var s=this.parseArgument(t,n);if(s.err)return s;i.push(s.val)}else{if(o===125&&t>0)break;if(o===35&&(r==="plural"||r==="selectordinal")){var a=this.clonePosition();this.bump(),i.push({type:I.pound,location:w(a,this.clonePosition())})}else if(o===60&&!this.ignoreTag&&this.peek()===47){if(n)break;return this.error(E.UNMATCHED_CLOSING_TAG,w(this.clonePosition(),this.clonePosition()))}else if(o===60&&!this.ignoreTag&>(this.peek()||0)){var s=this.parseTag(t,r);if(s.err)return s;i.push(s.val)}else{var s=this.parseLiteral(t,r);if(s.err)return s;i.push(s.val)}}}return{val:i,err:null}},e.prototype.parseTag=function(t,r){var n=this.clonePosition();this.bump();var i=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:I.literal,value:"<".concat(i,"/>"),location:w(n,this.clonePosition())},err:null};if(this.bumpIf(">")){var o=this.parseMessage(t+1,r,!0);if(o.err)return o;var s=o.val,a=this.clonePosition();if(this.bumpIf("</")){if(this.isEOF()||!gt(this.char()))return this.error(E.INVALID_TAG,w(a,this.clonePosition()));var u=this.clonePosition(),l=this.parseTagName();return i!==l?this.error(E.UNMATCHED_CLOSING_TAG,w(u,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:I.tag,value:i,children:s,location:w(n,this.clonePosition())},err:null}:this.error(E.INVALID_TAG,w(a,this.clonePosition())))}else return this.error(E.UNCLOSED_TAG,w(n,this.clonePosition()))}else return this.error(E.INVALID_TAG,w(n,this.clonePosition()))},e.prototype.parseTagName=function(){var t=this.offset();for(this.bump();!this.isEOF()&&Eo(this.char());)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(t,r){for(var n=this.clonePosition(),i="";;){var o=this.tryParseQuote(r);if(o){i+=o;continue}var s=this.tryParseUnquoted(t,r);if(s){i+=s;continue}var a=this.tryParseLeftAngleBracket();if(a){i+=a;continue}break}var u=w(n,this.clonePosition());return{val:{type:I.literal,value:i,location:u},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return!this.isEOF()&&this.char()===60&&(this.ignoreTag||!xo(this.peek()||0))?(this.bump(),"<"):null},e.prototype.tryParseQuote=function(t){if(this.isEOF()||this.char()!==39)return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if(t==="plural"||t==="selectordinal")break;return null;default:return null}this.bump();var r=[this.char()];for(this.bump();!this.isEOF();){var n=this.char();if(n===39)if(this.peek()===39)r.push(39),this.bump();else{this.bump();break}else r.push(n);this.bump()}return mt.apply(void 0,r)},e.prototype.tryParseUnquoted=function(t,r){if(this.isEOF())return null;var n=this.char();return n===60||n===123||n===35&&(r==="plural"||r==="selectordinal")||n===125&&t>0?null:(this.bump(),mt(n))},e.prototype.parseArgument=function(t,r){var n=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(E.EXPECT_ARGUMENT_CLOSING_BRACE,w(n,this.clonePosition()));if(this.char()===125)return this.bump(),this.error(E.EMPTY_ARGUMENT,w(n,this.clonePosition()));var i=this.parseIdentifierIfPossible().value;if(!i)return this.error(E.MALFORMED_ARGUMENT,w(n,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(E.EXPECT_ARGUMENT_CLOSING_BRACE,w(n,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:I.argument,value:i,location:w(n,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(E.EXPECT_ARGUMENT_CLOSING_BRACE,w(n,this.clonePosition())):this.parseArgumentOptions(t,r,i,n);default:return this.error(E.MALFORMED_ARGUMENT,w(n,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),r=this.offset(),n=pt(this.message,r),i=r+n.length;this.bumpTo(i);var o=this.clonePosition(),s=w(t,o);return{value:n,location:s}},e.prototype.parseArgumentOptions=function(t,r,n,i){var o,s=this.clonePosition(),a=this.parseIdentifierIfPossible().value,u=this.clonePosition();switch(a){case"":return this.error(E.EXPECT_ARGUMENT_TYPE,w(s,u));case"number":case"date":case"time":{this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var h=this.clonePosition(),c=this.parseSimpleArgStyleIfPossible();if(c.err)return c;var f=yo(c.val);if(f.length===0)return this.error(E.EXPECT_ARGUMENT_STYLE,w(this.clonePosition(),this.clonePosition()));var p=w(h,this.clonePosition());l={style:f,styleLocation:p}}var d=this.tryParseArgumentClose(i);if(d.err)return d;var b=w(i,this.clonePosition());if(l&&nr(l==null?void 0:l.style,"::",0)){var T=vo(l.style.slice(2));if(a==="number"){var c=this.parseNumberSkeletonFromString(T,l.styleLocation);return c.err?c:{val:{type:I.number,value:n,location:b,style:c.val},err:null}}else{if(T.length===0)return this.error(E.EXPECT_DATE_TIME_SKELETON,b);var P=T;this.locale&&(P=io(T,this.locale));var f={type:fe.dateTime,pattern:P,location:l.styleLocation,parsedOptions:this.shouldParseSkeletons?Ji(P):{}},C=a==="date"?I.date:I.time;return{val:{type:C,value:n,location:b,style:f},err:null}}}return{val:{type:a==="number"?I.number:a==="date"?I.date:I.time,value:n,location:b,style:(o=l==null?void 0:l.style)!==null&&o!==void 0?o:null},err:null}}case"plural":case"selectordinal":case"select":{var S=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(E.EXPECT_SELECT_ARGUMENT_OPTIONS,w(S,H({},S)));this.bumpSpace();var L=this.parseIdentifierIfPossible(),v=0;if(a!=="select"&&L.value==="offset"){if(!this.bumpIf(":"))return this.error(E.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,w(this.clonePosition(),this.clonePosition()));this.bumpSpace();var c=this.tryParseDecimalInteger(E.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,E.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);if(c.err)return c;this.bumpSpace(),L=this.parseIdentifierIfPossible(),v=c.val}var M=this.tryParsePluralOrSelectOptions(t,a,r,L);if(M.err)return M;var d=this.tryParseArgumentClose(i);if(d.err)return d;var A=w(i,this.clonePosition());return a==="select"?{val:{type:I.select,value:n,options:ir(M.val),location:A},err:null}:{val:{type:I.plural,value:n,options:ir(M.val),offset:v,pluralType:a==="plural"?"cardinal":"ordinal",location:A},err:null}}default:return this.error(E.INVALID_ARGUMENT_TYPE,w(s,u))}},e.prototype.tryParseArgumentClose=function(t){return this.isEOF()||this.char()!==125?this.error(E.EXPECT_ARGUMENT_CLOSING_BRACE,w(t,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var t=0,r=this.clonePosition();!this.isEOF();){var n=this.char();switch(n){case 39:{this.bump();var i=this.clonePosition();if(!this.bumpUntil("'"))return this.error(E.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,w(i,this.clonePosition()));this.bump();break}case 123:{t+=1,this.bump();break}case 125:{if(t>0)t-=1;else return{val:this.message.slice(r.offset,this.offset()),err:null};break}default:this.bump();break}}return{val:this.message.slice(r.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(t,r){var n=[];try{n=Ki(t)}catch(i){return this.error(E.INVALID_NUMBER_SKELETON,r)}return{val:{type:fe.number,tokens:n,location:r,parsedOptions:this.shouldParseSkeletons?no(n):{}},err:null}},e.prototype.tryParsePluralOrSelectOptions=function(t,r,n,i){for(var o,s=!1,a=[],u=new Set,l=i.value,h=i.location;;){if(l.length===0){var c=this.clonePosition();if(r!=="select"&&this.bumpIf("=")){var f=this.tryParseDecimalInteger(E.EXPECT_PLURAL_ARGUMENT_SELECTOR,E.INVALID_PLURAL_ARGUMENT_SELECTOR);if(f.err)return f;h=w(c,this.clonePosition()),l=this.message.slice(c.offset,this.offset())}else break}if(u.has(l))return this.error(r==="select"?E.DUPLICATE_SELECT_ARGUMENT_SELECTOR:E.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,h);l==="other"&&(s=!0),this.bumpSpace();var p=this.clonePosition();if(!this.bumpIf("{"))return this.error(r==="select"?E.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:E.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,w(this.clonePosition(),this.clonePosition()));var d=this.parseMessage(t+1,r,n);if(d.err)return d;var b=this.tryParseArgumentClose(p);if(b.err)return b;a.push([l,{value:d.val,location:w(p,this.clonePosition())}]),u.add(l),this.bumpSpace(),o=this.parseIdentifierIfPossible(),l=o.value,h=o.location}return a.length===0?this.error(r==="select"?E.EXPECT_SELECT_ARGUMENT_SELECTOR:E.EXPECT_PLURAL_ARGUMENT_SELECTOR,w(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!s?this.error(E.MISSING_OTHER_CLAUSE,w(this.clonePosition(),this.clonePosition())):{val:a,err:null}},e.prototype.tryParseDecimalInteger=function(t,r){var n=1,i=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(n=-1);for(var o=!1,s=0;!this.isEOF();){var a=this.char();if(a>=48&&a<=57)o=!0,s=s*10+(a-48),this.bump();else break}var u=w(i,this.clonePosition());return o?(s*=n,go(s)?{val:s,err:null}:this.error(r,u)):this.error(t,u)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var t=this.position.offset;if(t>=this.message.length)throw Error("out of bound");var r=tn(this.message,t);if(r===void 0)throw Error("Offset ".concat(t," is at invalid UTF-16 code unit boundary"));return r},e.prototype.error=function(t,r){return{val:null,err:{kind:t,message:this.message,location:r}}},e.prototype.bump=function(){if(!this.isEOF()){var t=this.char();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)}},e.prototype.bumpIf=function(t){if(nr(this.message,t,this.offset())){for(var r=0;r<t.length;r++)this.bump();return!0}return!1},e.prototype.bumpUntil=function(t){var r=this.offset(),n=this.message.indexOf(t,r);return n>=0?(this.bumpTo(n),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(t){if(this.offset()>t)throw Error("targetOffset ".concat(t," must be greater than or equal to the current offset ").concat(this.offset()));for(t=Math.min(t,this.message.length);;){var r=this.offset();if(r===t)break;if(r>t)throw Error("targetOffset ".concat(t," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&nn(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var t=this.char(),r=this.offset(),n=this.message.charCodeAt(r+(t>=65536?2:1));return n!=null?n:null},e}();function gt(e){return e>=97&&e<=122||e>=65&&e<=90}function xo(e){return gt(e)||e===47}function Eo(e){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}function nn(e){return e>=9&&e<=13||e===32||e===133||e>=8206&&e<=8207||e===8232||e===8233}function wo(e){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}function bt(e){e.forEach(function(t){if(delete t.location,zr(t)||Zr(t))for(var r in t.options)delete t.options[r].location,bt(t.options[r].value);else Vr(t)&&qr(t.style)||(Wr(t)||Xr(t))&&ft(t.style)?delete t.style.location:Qr(t)&&bt(t.children)})}function Ho(e,t){t===void 0&&(t={}),t=H({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new _o(e,t).parse();if(r.err){var n=SyntaxError(E[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return t!=null&&t.captureLocation||bt(r.val),r.val}function tt(e,t){var r=t&&t.cache?t.cache:Po,n=t&&t.serializer?t.serializer:Bo,i=t&&t.strategy?t.strategy:To;return i(e,{cache:r,serializer:n})}function So(e){return e==null||typeof e=="number"||typeof e=="boolean"}function on(e,t,r,n){var i=So(n)?n:r(n),o=t.get(i);return typeof o=="undefined"&&(o=e.call(this,n),t.set(i,o)),o}function sn(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),o=t.get(i);return typeof o=="undefined"&&(o=e.apply(this,n),t.set(i,o)),o}function Et(e,t,r,n,i){return r.bind(t,e,n,i)}function To(e,t){var r=e.length===1?on:sn;return Et(e,this,r,t.cache.create(),t.serializer)}function Mo(e,t){return Et(e,this,sn,t.cache.create(),t.serializer)}function Ao(e,t){return Et(e,this,on,t.cache.create(),t.serializer)}var Bo=function(){return JSON.stringify(arguments)};function wt(){this.cache=Object.create(null)}wt.prototype.get=function(e){return this.cache[e]};wt.prototype.set=function(e,t){this.cache[e]=t};var Po={create:function(){return new wt}},rt={variadic:Mo,monadic:Ao},de;(function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"})(de||(de={}));var Ve=function(e){Z(t,e);function t(r,n,i){var o=e.call(this,r)||this;return o.code=n,o.originalMessage=i,o}return t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),sr=function(e){Z(t,e);function t(r,n,i,o){return e.call(this,'Invalid values for "'.concat(r,'": "').concat(n,'". Options are "').concat(Object.keys(i).join('", "'),'"'),de.INVALID_VALUE,o)||this}return t}(Ve),Oo=function(e){Z(t,e);function t(r,n,i){return e.call(this,'Value for "'.concat(r,'" must be of type ').concat(n),de.INVALID_VALUE,i)||this}return t}(Ve),Io=function(e){Z(t,e);function t(r,n){return e.call(this,'The intl string context variable "'.concat(r,'" was not provided to the string "').concat(n,'"'),de.MISSING_VALUE,n)||this}return t}(Ve),F;(function(e){e[e.literal=0]="literal",e[e.object=1]="object"})(F||(F={}));function Co(e){return e.length<2?e:e.reduce(function(t,r){var n=t[t.length-1];return!n||n.type!==F.literal||r.type!==F.literal?t.push(r):n.value+=r.value,t},[])}function Lo(e){return typeof e=="function"}function Ce(e,t,r,n,i,o,s){if(e.length===1&&Kt(e[0]))return[{type:F.literal,value:e[0].value}];for(var a=[],u=0,l=e;u<l.length;u++){var h=l[u];if(Kt(h)){a.push({type:F.literal,value:h.value});continue}if(Qi(h)){typeof o=="number"&&a.push({type:F.literal,value:r.getNumberFormat(t).format(o)});continue}var c=h.value;if(!(i&&c in i))throw new Io(c,s);var f=i[c];if(Zi(h)){(!f||typeof f=="string"||typeof f=="number")&&(f=typeof f=="string"||typeof f=="number"?String(f):""),a.push({type:typeof f=="string"?F.literal:F.object,value:f});continue}if(Wr(h)){var p=typeof h.style=="string"?n.date[h.style]:ft(h.style)?h.style.parsedOptions:void 0;a.push({type:F.literal,value:r.getDateTimeFormat(t,p).format(f)});continue}if(Xr(h)){var p=typeof h.style=="string"?n.time[h.style]:ft(h.style)?h.style.parsedOptions:n.time.medium;a.push({type:F.literal,value:r.getDateTimeFormat(t,p).format(f)});continue}if(Vr(h)){var p=typeof h.style=="string"?n.number[h.style]:qr(h.style)?h.style.parsedOptions:void 0;p&&p.scale&&(f=f*(p.scale||1)),a.push({type:F.literal,value:r.getNumberFormat(t,p).format(f)});continue}if(Qr(h)){var d=h.children,b=h.value,T=i[b];if(!Lo(T))throw new Oo(b,"function",s);var P=Ce(d,t,r,n,i,o),C=T(P.map(function(v){return v.value}));Array.isArray(C)||(C=[C]),a.push.apply(a,C.map(function(v){return{type:typeof v=="string"?F.literal:F.object,value:v}}))}if(zr(h)){var S=h.options[f]||h.options.other;if(!S)throw new sr(h.value,f,Object.keys(h.options),s);a.push.apply(a,Ce(S.value,t,r,n,i));continue}if(Zr(h)){var S=h.options["=".concat(f)];if(!S){if(!Intl.PluralRules)throw new Ve(`Intl.PluralRules is not available in this environment.
|
|
6
|
+
`):"",this.name="UnsubscriptionError",this.errors=r}});function ht(e,t){if(e){var r=e.indexOf(t);0<=r&&e.splice(r,1)}}var je=function(){function e(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}return e.prototype.unsubscribe=function(){var t,r,n,i,o;if(!this.closed){this.closed=!0;var s=this._parentage;if(s)if(this._parentage=null,Array.isArray(s))try{for(var a=ut(s),u=a.next();!u.done;u=a.next()){var l=u.value;l.remove(this)}}catch(b){t={error:b}}finally{try{u&&!u.done&&(r=a.return)&&r.call(a)}finally{if(t)throw t.error}}else s.remove(this);var h=this.initialTeardown;if(z(h))try{h()}catch(b){o=b instanceof Ye?b.errors:[b]}var c=this._finalizers;if(c){this._finalizers=null;try{for(var f=ut(c),p=f.next();!p.done;p=f.next()){var d=p.value;try{Wt(d)}catch(b){o=o!=null?o:[],b instanceof Ye?o=le(le([],lt(o)),lt(b.errors)):o.push(b)}}}catch(b){n={error:b}}finally{try{p&&!p.done&&(i=f.return)&&i.call(f)}finally{if(n)throw n.error}}}if(o)throw new Ye(o)}},e.prototype.add=function(t){var r;if(t&&t!==this)if(this.closed)Wt(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=(r=this._finalizers)!==null&&r!==void 0?r:[]).push(t)}},e.prototype._hasParent=function(t){var r=this._parentage;return r===t||Array.isArray(r)&&r.includes(t)},e.prototype._addParent=function(t){var r=this._parentage;this._parentage=Array.isArray(r)?(r.push(t),r):r?[r,t]:t},e.prototype._removeParent=function(t){var r=this._parentage;r===t?this._parentage=null:Array.isArray(r)&&ht(r,t)},e.prototype.remove=function(t){var r=this._finalizers;r&&ht(r,t),t instanceof e&&t._removeParent(this)},e.EMPTY=function(){var t=new e;return t.closed=!0,t}(),e}(),Rr=je.EMPTY;function Fr(e){return e instanceof je||e&&"closed"in e&&z(e.remove)&&z(e.add)&&z(e.unsubscribe)}function Wt(e){z(e)?e():e.unsubscribe()}var Ur={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},Dr={setTimeout:function(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];return setTimeout.apply(void 0,le([e,t],lt(r)))},clearTimeout:function(e){var t=Dr.delegate;return((t==null?void 0:t.clearTimeout)||clearTimeout)(e)},delegate:void 0};function vi(e){Dr.setTimeout(function(){throw e})}function Xt(){}function Ce(e){e()}var $r=function(e){Z(t,e);function t(r){var n=e.call(this)||this;return n.isStopped=!1,r?(n.destination=r,Fr(r)&&r.add(n)):n.destination=Ei,n}return t.create=function(r,n,i){return new ct(r,n,i)},t.prototype.next=function(r){this.isStopped||this._next(r)},t.prototype.error=function(r){this.isStopped||(this.isStopped=!0,this._error(r))},t.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,e.prototype.unsubscribe.call(this),this.destination=null)},t.prototype._next=function(r){this.destination.next(r)},t.prototype._error=function(r){try{this.destination.error(r)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t}(je),yi=Function.prototype.bind;function Ke(e,t){return yi.call(e,t)}var _i=function(){function e(t){this.partialObserver=t}return e.prototype.next=function(t){var r=this.partialObserver;if(r.next)try{r.next(t)}catch(n){Be(n)}},e.prototype.error=function(t){var r=this.partialObserver;if(r.error)try{r.error(t)}catch(n){Be(n)}else Be(t)},e.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(r){Be(r)}},e}(),ct=function(e){Z(t,e);function t(r,n,i){var o=e.call(this)||this,s;if(z(r)||!r)s={next:r!=null?r:void 0,error:n!=null?n:void 0,complete:i!=null?i:void 0};else{var a;o&&Ur.useDeprecatedNextContext?(a=Object.create(r),a.unsubscribe=function(){return o.unsubscribe()},s={next:r.next&&Ke(r.next,a),error:r.error&&Ke(r.error,a),complete:r.complete&&Ke(r.complete,a)}):s=r}return o.destination=new _i(s),o}return t}($r);function Be(e){vi(e)}function xi(e){throw e}var Ei={closed:!0,next:Xt,error:xi,complete:Xt},wi=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function Hi(e){return e}function Si(e){return e.length===0?Hi:e.length===1?e[0]:function(r){return e.reduce(function(n,i){return i(n)},r)}}var zt=function(){function e(t){t&&(this._subscribe=t)}return e.prototype.lift=function(t){var r=new e;return r.source=this,r.operator=t,r},e.prototype.subscribe=function(t,r,n){var i=this,o=Mi(t)?t:new ct(t,r,n);return Ce(function(){var s=i,a=s.operator,u=s.source;o.add(a?a.call(o,u):u?i._subscribe(o):i._trySubscribe(o))}),o},e.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(r){t.error(r)}},e.prototype.forEach=function(t,r){var n=this;return r=Zt(r),new r(function(i,o){var s=new ct({next:function(a){try{t(a)}catch(u){o(u),s.unsubscribe()}},error:o,complete:i});n.subscribe(s)})},e.prototype._subscribe=function(t){var r;return(r=this.source)===null||r===void 0?void 0:r.subscribe(t)},e.prototype[wi]=function(){return this},e.prototype.pipe=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return Si(t)(this)},e.prototype.toPromise=function(t){var r=this;return t=Zt(t),new t(function(n,i){var o;r.subscribe(function(s){return o=s},function(s){return i(s)},function(){return n(o)})})},e.create=function(t){return new e(t)},e}();function Zt(e){var t;return(t=e!=null?e:Ur.Promise)!==null&&t!==void 0?t:Promise}function Ti(e){return e&&z(e.next)&&z(e.error)&&z(e.complete)}function Mi(e){return e&&e instanceof $r||Ti(e)&&Fr(e)}var Ai=Nr(function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),Gr=function(e){Z(t,e);function t(){var r=e.call(this)||this;return r.closed=!1,r.currentObservers=null,r.observers=[],r.isStopped=!1,r.hasError=!1,r.thrownError=null,r}return t.prototype.lift=function(r){var n=new Qt(this,this);return n.operator=r,n},t.prototype._throwIfClosed=function(){if(this.closed)throw new Ai},t.prototype.next=function(r){var n=this;Ce(function(){var i,o;if(n._throwIfClosed(),!n.isStopped){n.currentObservers||(n.currentObservers=Array.from(n.observers));try{for(var s=ut(n.currentObservers),a=s.next();!a.done;a=s.next()){var u=a.value;u.next(r)}}catch(l){i={error:l}}finally{try{a&&!a.done&&(o=s.return)&&o.call(s)}finally{if(i)throw i.error}}}})},t.prototype.error=function(r){var n=this;Ce(function(){if(n._throwIfClosed(),!n.isStopped){n.hasError=n.isStopped=!0,n.thrownError=r;for(var i=n.observers;i.length;)i.shift().error(r)}})},t.prototype.complete=function(){var r=this;Ce(function(){if(r._throwIfClosed(),!r.isStopped){r.isStopped=!0;for(var n=r.observers;n.length;)n.shift().complete()}})},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var r;return((r=this.observers)===null||r===void 0?void 0:r.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(r){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,r)},t.prototype._subscribe=function(r){return this._throwIfClosed(),this._checkFinalizedStatuses(r),this._innerSubscribe(r)},t.prototype._innerSubscribe=function(r){var n=this,i=this,o=i.hasError,s=i.isStopped,a=i.observers;return o||s?Rr:(this.currentObservers=null,a.push(r),new je(function(){n.currentObservers=null,ht(a,r)}))},t.prototype._checkFinalizedStatuses=function(r){var n=this,i=n.hasError,o=n.thrownError,s=n.isStopped;i?r.error(o):s&&r.complete()},t.prototype.asObservable=function(){var r=new zt;return r.source=this,r},t.create=function(r,n){return new Qt(r,n)},t}(zt),Qt=function(e){Z(t,e);function t(r,n){var i=e.call(this)||this;return i.destination=r,i.source=n,i}return t.prototype.next=function(r){var n,i;(i=(n=this.destination)===null||n===void 0?void 0:n.next)===null||i===void 0||i.call(n,r)},t.prototype.error=function(r){var n,i;(i=(n=this.destination)===null||n===void 0?void 0:n.error)===null||i===void 0||i.call(n,r)},t.prototype.complete=function(){var r,n;(n=(r=this.destination)===null||r===void 0?void 0:r.complete)===null||n===void 0||n.call(r)},t.prototype._subscribe=function(r){var n,i;return(i=(n=this.source)===null||n===void 0?void 0:n.subscribe(r))!==null&&i!==void 0?i:Rr},t}(Gr),kr={now:function(){return(kr.delegate||Date).now()},delegate:void 0},Bi=function(e){Z(t,e);function t(r,n,i){r===void 0&&(r=1/0),n===void 0&&(n=1/0),i===void 0&&(i=kr);var o=e.call(this)||this;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}return t.prototype.next=function(r){var n=this,i=n.isStopped,o=n._buffer,s=n._infiniteTimeWindow,a=n._timestampProvider,u=n._windowTime;i||(o.push(r),!s&&o.push(a.now()+u)),this._trimBuffer(),e.prototype.next.call(this,r)},t.prototype._subscribe=function(r){this._throwIfClosed(),this._trimBuffer();for(var n=this._innerSubscribe(r),i=this,o=i._infiniteTimeWindow,s=i._buffer,a=s.slice(),u=0;u<a.length&&!r.closed;u+=o?1:2)r.next(a[u]);return this._checkFinalizedStatuses(r),n},t.prototype._trimBuffer=function(){var r=this,n=r._bufferSize,i=r._timestampProvider,o=r._buffer,s=r._infiniteTimeWindow,a=(s?1:2)*n;if(n<1/0&&a<o.length&&o.splice(0,o.length-a),!s){for(var u=i.now(),l=0,h=1;h<o.length&&o[h]<=u;h+=2)l=h;l&&o.splice(0,l+1)}},t}(Gr);const qt=[],Jt={},Pi=(e,t=0)=>{if(qt.indexOf(e)==-1){const r=new Bi(t);Jt[e]=r,qt.push(e)}return Jt[e]},oe=[];function Oi(e,t){return{subscribe:Ve(e,t).subscribe}}function Ve(e,t=j){let r;const n=new Set;function i(a){if(Ar(e,a)&&(e=a,r)){const u=!oe.length;for(const l of n)l[1](),oe.push(l,e);if(u){for(let l=0;l<oe.length;l+=2)oe[l][0](oe[l+1]);oe.length=0}}}function o(a){i(a(e))}function s(a,u=j){const l=[a,u];return n.add(l),n.size===1&&(r=t(i,o)||j),a(e),()=>{n.delete(l),n.size===0&&r&&(r(),r=null)}}return{set:i,update:o,subscribe:s}}function ge(e,t,r){const n=!Array.isArray(e),i=n?[e]:e;if(!i.every(Boolean))throw new Error("derived() expects stores as input, got a falsy value");const o=t.length<2;return Oi(r,(s,a)=>{let u=!1;const l=[];let h=0,c=j;const f=()=>{if(h)return;c();const d=t(n?l[0]:l,s,a);o?s(d):c=ke(d)?d:j},p=i.map((d,b)=>Br(d,T=>{l[b]=T,h&=~(1<<b),u&&f()},()=>{h|=1<<b}));return u=!0,f(),function(){Y(p),c(),u=!1}})}function Ii(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Ci=function(t){return Li(t)&&!Ni(t)};function Li(e){return!!e&&typeof e=="object"}function Ni(e){var t=Object.prototype.toString.call(e);return t==="[object RegExp]"||t==="[object Date]"||Ui(e)}var Ri=typeof Symbol=="function"&&Symbol.for,Fi=Ri?Symbol.for("react.element"):60103;function Ui(e){return e.$$typeof===Fi}function Di(e){return Array.isArray(e)?[]:{}}function He(e,t){return t.clone!==!1&&t.isMergeableObject(e)?ce(Di(e),e,t):e}function $i(e,t,r){return e.concat(t).map(function(n){return He(n,r)})}function Gi(e,t){if(!t.customMerge)return ce;var r=t.customMerge(e);return typeof r=="function"?r:ce}function ki(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter(function(t){return Object.propertyIsEnumerable.call(e,t)}):[]}function Yt(e){return Object.keys(e).concat(ki(e))}function jr(e,t){try{return t in e}catch(r){return!1}}function ji(e,t){return jr(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))}function Vi(e,t,r){var n={};return r.isMergeableObject(e)&&Yt(e).forEach(function(i){n[i]=He(e[i],r)}),Yt(t).forEach(function(i){ji(e,i)||(jr(e,i)&&r.isMergeableObject(t[i])?n[i]=Gi(i,r)(e[i],t[i],r):n[i]=He(t[i],r))}),n}function ce(e,t,r){r=r||{},r.arrayMerge=r.arrayMerge||$i,r.isMergeableObject=r.isMergeableObject||Ci,r.cloneUnlessOtherwiseSpecified=He;var n=Array.isArray(t),i=Array.isArray(e),o=n===i;return o?n?r.arrayMerge(e,t,r):Vi(e,t,r):He(t,r)}ce.all=function(t,r){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce(function(n,i){return ce(n,i,r)},{})};var Wi=ce,Xi=Wi;const zi=Ii(Xi);var E;(function(e){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"})(E||(E={}));var I;(function(e){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"})(I||(I={}));var fe;(function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"})(fe||(fe={}));function Kt(e){return e.type===I.literal}function Zi(e){return e.type===I.argument}function Vr(e){return e.type===I.number}function Wr(e){return e.type===I.date}function Xr(e){return e.type===I.time}function zr(e){return e.type===I.select}function Zr(e){return e.type===I.plural}function Qi(e){return e.type===I.pound}function Qr(e){return e.type===I.tag}function qr(e){return!!(e&&typeof e=="object"&&e.type===fe.number)}function ft(e){return!!(e&&typeof e=="object"&&e.type===fe.dateTime)}var Jr=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,qi=/(?:[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;function Ji(e){var t={};return e.replace(qi,function(r){var n=r.length;switch(r[0]){case"G":t.era=n===4?"long":n===5?"narrow":"short";break;case"y":t.year=n===2?"2-digit":"numeric";break;case"Y":case"u":case"U":case"r":throw new RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");case"q":case"Q":throw new RangeError("`q/Q` (quarter) patterns are not supported");case"M":case"L":t.month=["numeric","2-digit","short","long","narrow"][n-1];break;case"w":case"W":throw new RangeError("`w/W` (week) patterns are not supported");case"d":t.day=["numeric","2-digit"][n-1];break;case"D":case"F":case"g":throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");case"E":t.weekday=n===4?"long":n===5?"narrow":"short";break;case"e":if(n<4)throw new RangeError("`e..eee` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][n-4];break;case"c":if(n<4)throw new RangeError("`c..ccc` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][n-4];break;case"a":t.hour12=!0;break;case"b":case"B":throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");case"h":t.hourCycle="h12",t.hour=["numeric","2-digit"][n-1];break;case"H":t.hourCycle="h23",t.hour=["numeric","2-digit"][n-1];break;case"K":t.hourCycle="h11",t.hour=["numeric","2-digit"][n-1];break;case"k":t.hourCycle="h24",t.hour=["numeric","2-digit"][n-1];break;case"j":case"J":case"C":throw new RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");case"m":t.minute=["numeric","2-digit"][n-1];break;case"s":t.second=["numeric","2-digit"][n-1];break;case"S":case"A":throw new RangeError("`S/A` (second) patterns are not supported, use `s` instead");case"z":t.timeZoneName=n<4?"short":"long";break;case"Z":case"O":case"v":case"V":case"X":case"x":throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""}),t}var Yi=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;function Ki(e){if(e.length===0)throw new Error("Number skeleton cannot be empty");for(var t=e.split(Yi).filter(function(f){return f.length>0}),r=[],n=0,i=t;n<i.length;n++){var o=i[n],s=o.split("/");if(s.length===0)throw new Error("Invalid number skeleton");for(var a=s[0],u=s.slice(1),l=0,h=u;l<h.length;l++){var c=h[l];if(c.length===0)throw new Error("Invalid number skeleton")}r.push({stem:a,options:u})}return r}function eo(e){return e.replace(/^(.*?)-/,"")}var er=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,Yr=/^(@+)?(\+|#+)?[rs]?$/g,to=/(\*)(0+)|(#+)(0+)|(0+)/g,Kr=/^(0+)$/;function tr(e){var t={};return e[e.length-1]==="r"?t.roundingPriority="morePrecision":e[e.length-1]==="s"&&(t.roundingPriority="lessPrecision"),e.replace(Yr,function(r,n,i){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)),""}),t}function en(e){switch(e){case"sign-auto":return{signDisplay:"auto"};case"sign-accounting":case"()":return{currencySign:"accounting"};case"sign-always":case"+!":return{signDisplay:"always"};case"sign-accounting-always":case"()!":return{signDisplay:"always",currencySign:"accounting"};case"sign-except-zero":case"+?":return{signDisplay:"exceptZero"};case"sign-accounting-except-zero":case"()?":return{signDisplay:"exceptZero",currencySign:"accounting"};case"sign-never":case"+_":return{signDisplay:"never"}}}function ro(e){var t;if(e[0]==="E"&&e[1]==="E"?(t={notation:"engineering"},e=e.slice(2)):e[0]==="E"&&(t={notation:"scientific"},e=e.slice(1)),t){var r=e.slice(0,2);if(r==="+!"?(t.signDisplay="always",e=e.slice(2)):r==="+?"&&(t.signDisplay="exceptZero",e=e.slice(2)),!Kr.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function rr(e){var t={},r=en(e);return r||t}function no(e){for(var t={},r=0,n=e;r<n.length;r++){var i=n[r];switch(i.stem){case"percent":case"%":t.style="percent";continue;case"%x100":t.style="percent",t.scale=100;continue;case"currency":t.style="currency",t.currency=i.options[0];continue;case"group-off":case",_":t.useGrouping=!1;continue;case"precision-integer":case".":t.maximumFractionDigits=0;continue;case"measure-unit":case"unit":t.style="unit",t.unit=eo(i.options[0]);continue;case"compact-short":case"K":t.notation="compact",t.compactDisplay="short";continue;case"compact-long":case"KK":t.notation="compact",t.compactDisplay="long";continue;case"scientific":t=H(H(H({},t),{notation:"scientific"}),i.options.reduce(function(u,l){return H(H({},u),rr(l))},{}));continue;case"engineering":t=H(H(H({},t),{notation:"engineering"}),i.options.reduce(function(u,l){return H(H({},u),rr(l))},{}));continue;case"notation-simple":t.notation="standard";continue;case"unit-width-narrow":t.currencyDisplay="narrowSymbol",t.unitDisplay="narrow";continue;case"unit-width-short":t.currencyDisplay="code",t.unitDisplay="short";continue;case"unit-width-full-name":t.currencyDisplay="name",t.unitDisplay="long";continue;case"unit-width-iso-code":t.currencyDisplay="symbol";continue;case"scale":t.scale=parseFloat(i.options[0]);continue;case"rounding-mode-floor":t.roundingMode="floor";continue;case"rounding-mode-ceiling":t.roundingMode="ceil";continue;case"rounding-mode-down":t.roundingMode="trunc";continue;case"rounding-mode-up":t.roundingMode="expand";continue;case"rounding-mode-half-even":t.roundingMode="halfEven";continue;case"rounding-mode-half-down":t.roundingMode="halfTrunc";continue;case"rounding-mode-half-up":t.roundingMode="halfExpand";continue;case"integer-width":if(i.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(to,function(u,l,h,c,f,p){if(l)t.minimumIntegerDigits=h.length;else{if(c&&f)throw new Error("We currently do not support maximum integer digits");if(p)throw new Error("We currently do not support exact integer digits")}return""});continue}if(Kr.test(i.stem)){t.minimumIntegerDigits=i.stem.length;continue}if(er.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(er,function(u,l,h,c,f,p){return h==="*"?t.minimumFractionDigits=l.length:c&&c[0]==="#"?t.maximumFractionDigits=c.length:f&&p?(t.minimumFractionDigits=f.length,t.maximumFractionDigits=f.length+p.length):(t.minimumFractionDigits=l.length,t.maximumFractionDigits=l.length),""});var o=i.options[0];o==="w"?t=H(H({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=H(H({},t),tr(o)));continue}if(Yr.test(i.stem)){t=H(H({},t),tr(i.stem));continue}var s=en(i.stem);s&&(t=H(H({},t),s));var a=ro(i.stem);a&&(t=H(H({},t),a))}return t}var Pe={"001":["H","h"],AC:["H","h","hb","hB"],AD:["H","hB"],AE:["h","hB","hb","H"],AF:["H","hb","hB","h"],AG:["h","hb","H","hB"],AI:["H","h","hb","hB"],AL:["h","H","hB"],AM:["H","hB"],AO:["H","hB"],AR:["H","h","hB","hb"],AS:["h","H"],AT:["H","hB"],AU:["h","hb","H","hB"],AW:["H","hB"],AX:["H"],AZ:["H","hB","h"],BA:["H","hB","h"],BB:["h","hb","H","hB"],BD:["h","hB","H"],BE:["H","hB"],BF:["H","hB"],BG:["H","hB","h"],BH:["h","hB","hb","H"],BI:["H","h"],BJ:["H","hB"],BL:["H","hB"],BM:["h","hb","H","hB"],BN:["hb","hB","h","H"],BO:["H","hB","h","hb"],BQ:["H"],BR:["H","hB"],BS:["h","hb","H","hB"],BT:["h","H"],BW:["H","h","hb","hB"],BY:["H","h"],BZ:["H","h","hb","hB"],CA:["h","hb","H","hB"],CC:["H","h","hb","hB"],CD:["hB","H"],CF:["H","h","hB"],CG:["H","hB"],CH:["H","hB","h"],CI:["H","hB"],CK:["H","h","hb","hB"],CL:["H","h","hB","hb"],CM:["H","h","hB"],CN:["H","hB","hb","h"],CO:["h","H","hB","hb"],CP:["H"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],CV:["H","hB"],CW:["H","hB"],CX:["H","h","hb","hB"],CY:["h","H","hb","hB"],CZ:["H"],DE:["H","hB"],DG:["H","h","hb","hB"],DJ:["h","H"],DK:["H"],DM:["h","hb","H","hB"],DO:["h","H","hB","hb"],DZ:["h","hB","hb","H"],EA:["H","h","hB","hb"],EC:["H","hB","h","hb"],EE:["H","hB"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],ER:["h","H"],ES:["H","hB","h","hb"],ET:["hB","hb","h","H"],FI:["H"],FJ:["h","hb","H","hB"],FK:["H","h","hb","hB"],FM:["h","hb","H","hB"],FO:["H","h"],FR:["H","hB"],GA:["H","hB"],GB:["H","h","hb","hB"],GD:["h","hb","H","hB"],GE:["H","hB","h"],GF:["H","hB"],GG:["H","h","hb","hB"],GH:["h","H"],GI:["H","h","hb","hB"],GL:["H","h"],GM:["h","hb","H","hB"],GN:["H","hB"],GP:["H","hB"],GQ:["H","hB","h","hb"],GR:["h","H","hb","hB"],GT:["H","h","hB","hb"],GU:["h","hb","H","hB"],GW:["H","hB"],GY:["h","hb","H","hB"],HK:["h","hB","hb","H"],HN:["H","h","hB","hb"],HR:["H","hB"],HU:["H","h"],IC:["H","h","hB","hb"],ID:["H"],IE:["H","h","hb","hB"],IL:["H","hB"],IM:["H","h","hb","hB"],IN:["h","H"],IO:["H","h","hb","hB"],IQ:["h","hB","hb","H"],IR:["hB","H"],IS:["H"],IT:["H","hB"],JE:["H","h","hb","hB"],JM:["h","hb","H","hB"],JO:["h","hB","hb","H"],JP:["H","K","h"],KE:["hB","hb","H","h"],KG:["H","h","hB","hb"],KH:["hB","h","H","hb"],KI:["h","hb","H","hB"],KM:["H","h","hB","hb"],KN:["h","hb","H","hB"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],KW:["h","hB","hb","H"],KY:["h","hb","H","hB"],KZ:["H","hB"],LA:["H","hb","hB","h"],LB:["h","hB","hb","H"],LC:["h","hb","H","hB"],LI:["H","hB","h"],LK:["H","h","hB","hb"],LR:["h","hb","H","hB"],LS:["h","H"],LT:["H","h","hb","hB"],LU:["H","h","hB"],LV:["H","hB","hb","h"],LY:["h","hB","hb","H"],MA:["H","h","hB","hb"],MC:["H","hB"],MD:["H","hB"],ME:["H","hB","h"],MF:["H","hB"],MG:["H","h"],MH:["h","hb","H","hB"],MK:["H","h","hb","hB"],ML:["H"],MM:["hB","hb","H","h"],MN:["H","h","hb","hB"],MO:["h","hB","hb","H"],MP:["h","hb","H","hB"],MQ:["H","hB"],MR:["h","hB","hb","H"],MS:["H","h","hb","hB"],MT:["H","h"],MU:["H","h"],MV:["H","h"],MW:["h","hb","H","hB"],MX:["H","h","hB","hb"],MY:["hb","hB","h","H"],MZ:["H","hB"],NA:["h","H","hB","hb"],NC:["H","hB"],NE:["H"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NI:["H","h","hB","hb"],NL:["H","hB"],NO:["H","h"],NP:["H","h","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],NZ:["h","hb","H","hB"],OM:["h","hB","hb","H"],PA:["h","H","hB","hb"],PE:["H","hB","h","hb"],PF:["H","h","hB"],PG:["h","H"],PH:["h","hB","hb","H"],PK:["h","hB","H"],PL:["H","h"],PM:["H","hB"],PN:["H","h","hb","hB"],PR:["h","H","hB","hb"],PS:["h","hB","hb","H"],PT:["H","hB"],PW:["h","H"],PY:["H","h","hB","hb"],QA:["h","hB","hb","H"],RE:["H","hB"],RO:["H","hB"],RS:["H","hB","h"],RU:["H"],RW:["H","h"],SA:["h","hB","hb","H"],SB:["h","hb","H","hB"],SC:["H","h","hB"],SD:["h","hB","hb","H"],SE:["H"],SG:["h","hb","H","hB"],SH:["H","h","hb","hB"],SI:["H","hB"],SJ:["H"],SK:["H"],SL:["h","hb","H","hB"],SM:["H","h","hB"],SN:["H","h","hB"],SO:["h","H"],SR:["H","hB"],SS:["h","hb","H","hB"],ST:["H","hB"],SV:["H","h","hB","hb"],SX:["H","h","hb","hB"],SY:["h","hB","hb","H"],SZ:["h","hb","H","hB"],TA:["H","h","hb","hB"],TC:["h","hb","H","hB"],TD:["h","H","hB"],TF:["H","h","hB"],TG:["H","hB"],TH:["H","h"],TJ:["H","h"],TL:["H","hB","hb","h"],TM:["H","h"],TN:["h","hB","hb","H"],TO:["h","H"],TR:["H","hB"],TT:["h","hb","H","hB"],TW:["hB","hb","h","H"],TZ:["hB","hb","H","h"],UA:["H","hB","h"],UG:["hB","hb","H","h"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],UY:["H","h","hB","hb"],UZ:["H","hB","h"],VA:["H","h","hB"],VC:["h","hb","H","hB"],VE:["h","H","hB","hb"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],VN:["H","h"],VU:["h","H"],WF:["H","hB"],WS:["h","H"],XK:["H","hB","h"],YE:["h","hB","hb","H"],YT:["H","hB"],ZA:["H","h","hb","hB"],ZM:["h","hb","H","hB"],ZW:["H","h"],"af-ZA":["H","h","hB","hb"],"ar-001":["h","hB","hb","H"],"ca-ES":["H","h","hB"],"en-001":["h","hb","H","hB"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"gu-IN":["hB","hb","h","H"],"hi-IN":["hB","h","H"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],"ta-IN":["hB","h","hb","H"],"te-IN":["hB","h","H"],"zu-ZA":["H","hB","hb","h"]};function io(e,t){for(var r="",n=0;n<e.length;n++){var i=e.charAt(n);if(i==="j"){for(var o=0;n+1<e.length&&e.charAt(n+1)===i;)o++,n++;var s=1+(o&1),a=o<2?1:3+(o>>1),u="a",l=oo(t);for((l=="H"||l=="k")&&(a=0);a-- >0;)r+=u;for(;s-- >0;)r=l+r}else i==="J"?r+="H":r+=i}return r}function oo(e){var t=e.hourCycle;if(t===void 0&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r=e.language,n;r!=="root"&&(n=e.maximize().region);var i=Pe[n||""]||Pe[r||""]||Pe["".concat(r,"-001")]||Pe["001"];return i[0]}var et,so=new RegExp("^".concat(Jr.source,"*")),ao=new RegExp("".concat(Jr.source,"*$"));function w(e,t){return{start:e,end:t}}var uo=!!String.prototype.startsWith&&"_a".startsWith("a",1),lo=!!String.fromCodePoint,ho=!!Object.fromEntries,co=!!String.prototype.codePointAt,fo=!!String.prototype.trimStart,mo=!!String.prototype.trimEnd,po=!!Number.isSafeInteger,go=po?Number.isSafeInteger:function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},dt=!0;try{var bo=rn("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");dt=((et=bo.exec("a"))===null||et===void 0?void 0:et[0])==="a"}catch(e){dt=!1}var nr=uo?function(t,r,n){return t.startsWith(r,n)}:function(t,r,n){return t.slice(n,n+r.length)===r},mt=lo?String.fromCodePoint:function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];for(var n="",i=t.length,o=0,s;i>o;){if(s=t[o++],s>1114111)throw RangeError(s+" is not a valid code point");n+=s<65536?String.fromCharCode(s):String.fromCharCode(((s-=65536)>>10)+55296,s%1024+56320)}return n},ir=ho?Object.fromEntries:function(t){for(var r={},n=0,i=t;n<i.length;n++){var o=i[n],s=o[0],a=o[1];r[s]=a}return r},tn=co?function(t,r){return t.codePointAt(r)}:function(t,r){var n=t.length;if(!(r<0||r>=n)){var i=t.charCodeAt(r),o;return i<55296||i>56319||r+1===n||(o=t.charCodeAt(r+1))<56320||o>57343?i:(i-55296<<10)+(o-56320)+65536}},vo=fo?function(t){return t.trimStart()}:function(t){return t.replace(so,"")},yo=mo?function(t){return t.trimEnd()}:function(t){return t.replace(ao,"")};function rn(e,t){return new RegExp(e,t)}var pt;if(dt){var or=rn("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");pt=function(t,r){var n;or.lastIndex=r;var i=or.exec(t);return(n=i[1])!==null&&n!==void 0?n:""}}else pt=function(t,r){for(var n=[];;){var i=tn(t,r);if(i===void 0||nn(i)||wo(i))break;n.push(i),r+=i>=65536?2:1}return mt.apply(void 0,n)};var _o=function(){function e(t,r){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}return e.prototype.parse=function(){if(this.offset()!==0)throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(t,r,n){for(var i=[];!this.isEOF();){var o=this.char();if(o===123){var s=this.parseArgument(t,n);if(s.err)return s;i.push(s.val)}else{if(o===125&&t>0)break;if(o===35&&(r==="plural"||r==="selectordinal")){var a=this.clonePosition();this.bump(),i.push({type:I.pound,location:w(a,this.clonePosition())})}else if(o===60&&!this.ignoreTag&&this.peek()===47){if(n)break;return this.error(E.UNMATCHED_CLOSING_TAG,w(this.clonePosition(),this.clonePosition()))}else if(o===60&&!this.ignoreTag&>(this.peek()||0)){var s=this.parseTag(t,r);if(s.err)return s;i.push(s.val)}else{var s=this.parseLiteral(t,r);if(s.err)return s;i.push(s.val)}}}return{val:i,err:null}},e.prototype.parseTag=function(t,r){var n=this.clonePosition();this.bump();var i=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:I.literal,value:"<".concat(i,"/>"),location:w(n,this.clonePosition())},err:null};if(this.bumpIf(">")){var o=this.parseMessage(t+1,r,!0);if(o.err)return o;var s=o.val,a=this.clonePosition();if(this.bumpIf("</")){if(this.isEOF()||!gt(this.char()))return this.error(E.INVALID_TAG,w(a,this.clonePosition()));var u=this.clonePosition(),l=this.parseTagName();return i!==l?this.error(E.UNMATCHED_CLOSING_TAG,w(u,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:I.tag,value:i,children:s,location:w(n,this.clonePosition())},err:null}:this.error(E.INVALID_TAG,w(a,this.clonePosition())))}else return this.error(E.UNCLOSED_TAG,w(n,this.clonePosition()))}else return this.error(E.INVALID_TAG,w(n,this.clonePosition()))},e.prototype.parseTagName=function(){var t=this.offset();for(this.bump();!this.isEOF()&&Eo(this.char());)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(t,r){for(var n=this.clonePosition(),i="";;){var o=this.tryParseQuote(r);if(o){i+=o;continue}var s=this.tryParseUnquoted(t,r);if(s){i+=s;continue}var a=this.tryParseLeftAngleBracket();if(a){i+=a;continue}break}var u=w(n,this.clonePosition());return{val:{type:I.literal,value:i,location:u},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return!this.isEOF()&&this.char()===60&&(this.ignoreTag||!xo(this.peek()||0))?(this.bump(),"<"):null},e.prototype.tryParseQuote=function(t){if(this.isEOF()||this.char()!==39)return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if(t==="plural"||t==="selectordinal")break;return null;default:return null}this.bump();var r=[this.char()];for(this.bump();!this.isEOF();){var n=this.char();if(n===39)if(this.peek()===39)r.push(39),this.bump();else{this.bump();break}else r.push(n);this.bump()}return mt.apply(void 0,r)},e.prototype.tryParseUnquoted=function(t,r){if(this.isEOF())return null;var n=this.char();return n===60||n===123||n===35&&(r==="plural"||r==="selectordinal")||n===125&&t>0?null:(this.bump(),mt(n))},e.prototype.parseArgument=function(t,r){var n=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(E.EXPECT_ARGUMENT_CLOSING_BRACE,w(n,this.clonePosition()));if(this.char()===125)return this.bump(),this.error(E.EMPTY_ARGUMENT,w(n,this.clonePosition()));var i=this.parseIdentifierIfPossible().value;if(!i)return this.error(E.MALFORMED_ARGUMENT,w(n,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(E.EXPECT_ARGUMENT_CLOSING_BRACE,w(n,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:I.argument,value:i,location:w(n,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(E.EXPECT_ARGUMENT_CLOSING_BRACE,w(n,this.clonePosition())):this.parseArgumentOptions(t,r,i,n);default:return this.error(E.MALFORMED_ARGUMENT,w(n,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),r=this.offset(),n=pt(this.message,r),i=r+n.length;this.bumpTo(i);var o=this.clonePosition(),s=w(t,o);return{value:n,location:s}},e.prototype.parseArgumentOptions=function(t,r,n,i){var o,s=this.clonePosition(),a=this.parseIdentifierIfPossible().value,u=this.clonePosition();switch(a){case"":return this.error(E.EXPECT_ARGUMENT_TYPE,w(s,u));case"number":case"date":case"time":{this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var h=this.clonePosition(),c=this.parseSimpleArgStyleIfPossible();if(c.err)return c;var f=yo(c.val);if(f.length===0)return this.error(E.EXPECT_ARGUMENT_STYLE,w(this.clonePosition(),this.clonePosition()));var p=w(h,this.clonePosition());l={style:f,styleLocation:p}}var d=this.tryParseArgumentClose(i);if(d.err)return d;var b=w(i,this.clonePosition());if(l&&nr(l==null?void 0:l.style,"::",0)){var T=vo(l.style.slice(2));if(a==="number"){var c=this.parseNumberSkeletonFromString(T,l.styleLocation);return c.err?c:{val:{type:I.number,value:n,location:b,style:c.val},err:null}}else{if(T.length===0)return this.error(E.EXPECT_DATE_TIME_SKELETON,b);var P=T;this.locale&&(P=io(T,this.locale));var f={type:fe.dateTime,pattern:P,location:l.styleLocation,parsedOptions:this.shouldParseSkeletons?Ji(P):{}},C=a==="date"?I.date:I.time;return{val:{type:C,value:n,location:b,style:f},err:null}}}return{val:{type:a==="number"?I.number:a==="date"?I.date:I.time,value:n,location:b,style:(o=l==null?void 0:l.style)!==null&&o!==void 0?o:null},err:null}}case"plural":case"selectordinal":case"select":{var S=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(E.EXPECT_SELECT_ARGUMENT_OPTIONS,w(S,H({},S)));this.bumpSpace();var L=this.parseIdentifierIfPossible(),v=0;if(a!=="select"&&L.value==="offset"){if(!this.bumpIf(":"))return this.error(E.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,w(this.clonePosition(),this.clonePosition()));this.bumpSpace();var c=this.tryParseDecimalInteger(E.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,E.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);if(c.err)return c;this.bumpSpace(),L=this.parseIdentifierIfPossible(),v=c.val}var M=this.tryParsePluralOrSelectOptions(t,a,r,L);if(M.err)return M;var d=this.tryParseArgumentClose(i);if(d.err)return d;var A=w(i,this.clonePosition());return a==="select"?{val:{type:I.select,value:n,options:ir(M.val),location:A},err:null}:{val:{type:I.plural,value:n,options:ir(M.val),offset:v,pluralType:a==="plural"?"cardinal":"ordinal",location:A},err:null}}default:return this.error(E.INVALID_ARGUMENT_TYPE,w(s,u))}},e.prototype.tryParseArgumentClose=function(t){return this.isEOF()||this.char()!==125?this.error(E.EXPECT_ARGUMENT_CLOSING_BRACE,w(t,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var t=0,r=this.clonePosition();!this.isEOF();){var n=this.char();switch(n){case 39:{this.bump();var i=this.clonePosition();if(!this.bumpUntil("'"))return this.error(E.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,w(i,this.clonePosition()));this.bump();break}case 123:{t+=1,this.bump();break}case 125:{if(t>0)t-=1;else return{val:this.message.slice(r.offset,this.offset()),err:null};break}default:this.bump();break}}return{val:this.message.slice(r.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(t,r){var n=[];try{n=Ki(t)}catch(i){return this.error(E.INVALID_NUMBER_SKELETON,r)}return{val:{type:fe.number,tokens:n,location:r,parsedOptions:this.shouldParseSkeletons?no(n):{}},err:null}},e.prototype.tryParsePluralOrSelectOptions=function(t,r,n,i){for(var o,s=!1,a=[],u=new Set,l=i.value,h=i.location;;){if(l.length===0){var c=this.clonePosition();if(r!=="select"&&this.bumpIf("=")){var f=this.tryParseDecimalInteger(E.EXPECT_PLURAL_ARGUMENT_SELECTOR,E.INVALID_PLURAL_ARGUMENT_SELECTOR);if(f.err)return f;h=w(c,this.clonePosition()),l=this.message.slice(c.offset,this.offset())}else break}if(u.has(l))return this.error(r==="select"?E.DUPLICATE_SELECT_ARGUMENT_SELECTOR:E.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,h);l==="other"&&(s=!0),this.bumpSpace();var p=this.clonePosition();if(!this.bumpIf("{"))return this.error(r==="select"?E.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:E.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,w(this.clonePosition(),this.clonePosition()));var d=this.parseMessage(t+1,r,n);if(d.err)return d;var b=this.tryParseArgumentClose(p);if(b.err)return b;a.push([l,{value:d.val,location:w(p,this.clonePosition())}]),u.add(l),this.bumpSpace(),o=this.parseIdentifierIfPossible(),l=o.value,h=o.location}return a.length===0?this.error(r==="select"?E.EXPECT_SELECT_ARGUMENT_SELECTOR:E.EXPECT_PLURAL_ARGUMENT_SELECTOR,w(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!s?this.error(E.MISSING_OTHER_CLAUSE,w(this.clonePosition(),this.clonePosition())):{val:a,err:null}},e.prototype.tryParseDecimalInteger=function(t,r){var n=1,i=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(n=-1);for(var o=!1,s=0;!this.isEOF();){var a=this.char();if(a>=48&&a<=57)o=!0,s=s*10+(a-48),this.bump();else break}var u=w(i,this.clonePosition());return o?(s*=n,go(s)?{val:s,err:null}:this.error(r,u)):this.error(t,u)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var t=this.position.offset;if(t>=this.message.length)throw Error("out of bound");var r=tn(this.message,t);if(r===void 0)throw Error("Offset ".concat(t," is at invalid UTF-16 code unit boundary"));return r},e.prototype.error=function(t,r){return{val:null,err:{kind:t,message:this.message,location:r}}},e.prototype.bump=function(){if(!this.isEOF()){var t=this.char();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)}},e.prototype.bumpIf=function(t){if(nr(this.message,t,this.offset())){for(var r=0;r<t.length;r++)this.bump();return!0}return!1},e.prototype.bumpUntil=function(t){var r=this.offset(),n=this.message.indexOf(t,r);return n>=0?(this.bumpTo(n),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(t){if(this.offset()>t)throw Error("targetOffset ".concat(t," must be greater than or equal to the current offset ").concat(this.offset()));for(t=Math.min(t,this.message.length);;){var r=this.offset();if(r===t)break;if(r>t)throw Error("targetOffset ".concat(t," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&nn(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var t=this.char(),r=this.offset(),n=this.message.charCodeAt(r+(t>=65536?2:1));return n!=null?n:null},e}();function gt(e){return e>=97&&e<=122||e>=65&&e<=90}function xo(e){return gt(e)||e===47}function Eo(e){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}function nn(e){return e>=9&&e<=13||e===32||e===133||e>=8206&&e<=8207||e===8232||e===8233}function wo(e){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}function bt(e){e.forEach(function(t){if(delete t.location,zr(t)||Zr(t))for(var r in t.options)delete t.options[r].location,bt(t.options[r].value);else Vr(t)&&qr(t.style)||(Wr(t)||Xr(t))&&ft(t.style)?delete t.style.location:Qr(t)&&bt(t.children)})}function Ho(e,t){t===void 0&&(t={}),t=H({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new _o(e,t).parse();if(r.err){var n=SyntaxError(E[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return t!=null&&t.captureLocation||bt(r.val),r.val}function tt(e,t){var r=t&&t.cache?t.cache:Po,n=t&&t.serializer?t.serializer:Bo,i=t&&t.strategy?t.strategy:To;return i(e,{cache:r,serializer:n})}function So(e){return e==null||typeof e=="number"||typeof e=="boolean"}function on(e,t,r,n){var i=So(n)?n:r(n),o=t.get(i);return typeof o=="undefined"&&(o=e.call(this,n),t.set(i,o)),o}function sn(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),o=t.get(i);return typeof o=="undefined"&&(o=e.apply(this,n),t.set(i,o)),o}function Et(e,t,r,n,i){return r.bind(t,e,n,i)}function To(e,t){var r=e.length===1?on:sn;return Et(e,this,r,t.cache.create(),t.serializer)}function Mo(e,t){return Et(e,this,sn,t.cache.create(),t.serializer)}function Ao(e,t){return Et(e,this,on,t.cache.create(),t.serializer)}var Bo=function(){return JSON.stringify(arguments)};function wt(){this.cache=Object.create(null)}wt.prototype.get=function(e){return this.cache[e]};wt.prototype.set=function(e,t){this.cache[e]=t};var Po={create:function(){return new wt}},rt={variadic:Mo,monadic:Ao},de;(function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"})(de||(de={}));var We=function(e){Z(t,e);function t(r,n,i){var o=e.call(this,r)||this;return o.code=n,o.originalMessage=i,o}return t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),sr=function(e){Z(t,e);function t(r,n,i,o){return e.call(this,'Invalid values for "'.concat(r,'": "').concat(n,'". Options are "').concat(Object.keys(i).join('", "'),'"'),de.INVALID_VALUE,o)||this}return t}(We),Oo=function(e){Z(t,e);function t(r,n,i){return e.call(this,'Value for "'.concat(r,'" must be of type ').concat(n),de.INVALID_VALUE,i)||this}return t}(We),Io=function(e){Z(t,e);function t(r,n){return e.call(this,'The intl string context variable "'.concat(r,'" was not provided to the string "').concat(n,'"'),de.MISSING_VALUE,n)||this}return t}(We),F;(function(e){e[e.literal=0]="literal",e[e.object=1]="object"})(F||(F={}));function Co(e){return e.length<2?e:e.reduce(function(t,r){var n=t[t.length-1];return!n||n.type!==F.literal||r.type!==F.literal?t.push(r):n.value+=r.value,t},[])}function Lo(e){return typeof e=="function"}function Le(e,t,r,n,i,o,s){if(e.length===1&&Kt(e[0]))return[{type:F.literal,value:e[0].value}];for(var a=[],u=0,l=e;u<l.length;u++){var h=l[u];if(Kt(h)){a.push({type:F.literal,value:h.value});continue}if(Qi(h)){typeof o=="number"&&a.push({type:F.literal,value:r.getNumberFormat(t).format(o)});continue}var c=h.value;if(!(i&&c in i))throw new Io(c,s);var f=i[c];if(Zi(h)){(!f||typeof f=="string"||typeof f=="number")&&(f=typeof f=="string"||typeof f=="number"?String(f):""),a.push({type:typeof f=="string"?F.literal:F.object,value:f});continue}if(Wr(h)){var p=typeof h.style=="string"?n.date[h.style]:ft(h.style)?h.style.parsedOptions:void 0;a.push({type:F.literal,value:r.getDateTimeFormat(t,p).format(f)});continue}if(Xr(h)){var p=typeof h.style=="string"?n.time[h.style]:ft(h.style)?h.style.parsedOptions:n.time.medium;a.push({type:F.literal,value:r.getDateTimeFormat(t,p).format(f)});continue}if(Vr(h)){var p=typeof h.style=="string"?n.number[h.style]:qr(h.style)?h.style.parsedOptions:void 0;p&&p.scale&&(f=f*(p.scale||1)),a.push({type:F.literal,value:r.getNumberFormat(t,p).format(f)});continue}if(Qr(h)){var d=h.children,b=h.value,T=i[b];if(!Lo(T))throw new Oo(b,"function",s);var P=Le(d,t,r,n,i,o),C=T(P.map(function(v){return v.value}));Array.isArray(C)||(C=[C]),a.push.apply(a,C.map(function(v){return{type:typeof v=="string"?F.literal:F.object,value:v}}))}if(zr(h)){var S=h.options[f]||h.options.other;if(!S)throw new sr(h.value,f,Object.keys(h.options),s);a.push.apply(a,Le(S.value,t,r,n,i));continue}if(Zr(h)){var S=h.options["=".concat(f)];if(!S){if(!Intl.PluralRules)throw new We(`Intl.PluralRules is not available in this environment.
|
|
7
7
|
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
8
|
-
`,de.MISSING_INTL_API,s);var L=r.getPluralRules(t,{type:h.pluralType}).select(f-(h.offset||0));S=h.options[L]||h.options.other}if(!S)throw new sr(h.value,f,Object.keys(h.options),s);a.push.apply(a,Ce(S.value,t,r,n,i,f-(h.offset||0)));continue}}return Co(a)}function No(e,t){return t?H(H(H({},e||{}),t||{}),Object.keys(e).reduce(function(r,n){return r[n]=H(H({},e[n]),t[n]||{}),r},{})):e}function Ro(e,t){return t?Object.keys(e).reduce(function(r,n){return r[n]=No(e[n],t[n]),r},H({},e)):e}function nt(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Fo(e){return e===void 0&&(e={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:tt(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.NumberFormat).bind.apply(t,le([void 0],r,!1)))},{cache:nt(e.number),strategy:rt.variadic}),getDateTimeFormat:tt(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.DateTimeFormat).bind.apply(t,le([void 0],r,!1)))},{cache:nt(e.dateTime),strategy:rt.variadic}),getPluralRules:tt(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.PluralRules).bind.apply(t,le([void 0],r,!1)))},{cache:nt(e.pluralRules),strategy:rt.variadic})}}var Uo=function(){function e(t,r,n,i){var o=this;if(r===void 0&&(r=e.defaultLocale),this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(u){var l=o.formatToParts(u);if(l.length===1)return l[0].value;var h=l.reduce(function(c,f){return!c.length||f.type!==F.literal||typeof c[c.length-1]!="string"?c.push(f.value):c[c.length-1]+=f.value,c},[]);return h.length<=1?h[0]||"":h},this.formatToParts=function(u){return Ce(o.ast,o.locales,o.formatters,o.formats,u,void 0,o.message)},this.resolvedOptions=function(){var u;return{locale:((u=o.resolvedLocale)===null||u===void 0?void 0:u.toString())||Intl.NumberFormat.supportedLocalesOf(o.locales)[0]}},this.getAst=function(){return o.ast},this.locales=r,this.resolvedLocale=e.resolveLocale(r),typeof t=="string"){if(this.message=t,!e.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");var s=i||{};s.formatters;var a=bi(s,["formatters"]);this.ast=e.__parse(t,H(H({},a),{locale:this.resolvedLocale}))}else this.ast=t;if(!Array.isArray(this.ast))throw new TypeError("A message must be provided as a String or AST.");this.formats=Ro(e.formats,n),this.formatters=i&&i.formatters||Fo(this.formatterCache)}return Object.defineProperty(e,"defaultLocale",{get:function(){return e.memoizedDefaultLocale||(e.memoizedDefaultLocale=new Intl.NumberFormat().resolvedOptions().locale),e.memoizedDefaultLocale},enumerable:!1,configurable:!0}),e.memoizedDefaultLocale=null,e.resolveLocale=function(t){if(typeof Intl.Locale!="undefined"){var r=Intl.NumberFormat.supportedLocalesOf(t);return r.length>0?new Intl.Locale(r[0]):new Intl.Locale(typeof t=="string"?t:t[0])}},e.__parse=Ho,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();function Do(e,t){if(t==null)return;if(t in e)return e[t];const r=t.split(".");let n=e;for(let i=0;i<r.length;i++)if(typeof n=="object"){if(i>0){const o=r.slice(i,r.length).join(".");if(o in n){n=n[o];break}}n=n[r[i]]}else n=void 0;return n}const q={},$o=(e,t,r)=>r&&(t in q||(q[t]={}),e in q[t]||(q[t][e]=r),r),an=(e,t)=>{if(t==null)return;if(t in q&&e in q[t])return q[t][e];const r=We(t);for(let n=0;n<r.length;n++){const i=r[n],o=ko(i,e);if(o)return $o(e,t,o)}};let Ht;const Te=je({});function Go(e){return Ht[e]||null}function un(e){return e in Ht}function ko(e,t){if(!un(e))return null;const r=Go(e);return Do(r,t)}function jo(e){if(e==null)return;const t=We(e);for(let r=0;r<t.length;r++){const n=t[r];if(un(n))return n}}function ln(e,...t){delete q[e],Te.update(r=>(r[e]=zi.all([r[e]||{},...t]),r))}ge([Te],([e])=>Object.keys(e));Te.subscribe(e=>Ht=e);const Le={};function Vo(e,t){Le[e].delete(t),Le[e].size===0&&delete Le[e]}function hn(e){return Le[e]}function Wo(e){return We(e).map(t=>{const r=hn(t);return[t,r?[...r]:[]]}).filter(([,t])=>t.length>0)}function vt(e){return e==null?!1:We(e).some(t=>{var r;return(r=hn(t))==null?void 0:r.size})}function Xo(e,t){return Promise.all(t.map(n=>(Vo(e,n),n().then(i=>i.default||i)))).then(n=>ln(e,...n))}const _e={};function cn(e){if(!vt(e))return e in _e?_e[e]:Promise.resolve();const t=Wo(e);return _e[e]=Promise.all(t.map(([r,n])=>Xo(r,n))).then(()=>{if(vt(e))return cn(e);delete _e[e]}),_e[e]}const zo={number:{scientific:{notation:"scientific"},engineering:{notation:"engineering"},compactLong:{notation:"compact",compactDisplay:"long"},compactShort:{notation:"compact",compactDisplay:"short"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},Zo={fallbackLocale:null,loadingDelay:200,formats:zo,warnOnMissingMessages:!0,handleMissingMessage:void 0,ignoreTag:!0},Qo=Zo;function me(){return Qo}const it=je(!1);var qo=Object.defineProperty,Jo=Object.defineProperties,Yo=Object.getOwnPropertyDescriptors,ar=Object.getOwnPropertySymbols,Ko=Object.prototype.hasOwnProperty,es=Object.prototype.propertyIsEnumerable,ur=(e,t,r)=>t in e?qo(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,ts=(e,t)=>{for(var r in t||(t={}))Ko.call(t,r)&&ur(e,r,t[r]);if(ar)for(var r of ar(t))es.call(t,r)&&ur(e,r,t[r]);return e},rs=(e,t)=>Jo(e,Yo(t));let yt;const De=je(null);function lr(e){return e.split("-").map((t,r,n)=>n.slice(0,r+1).join("-")).reverse()}function We(e,t=me().fallbackLocale){const r=lr(e);return t?[...new Set([...r,...lr(t)])]:r}function ne(){return yt!=null?yt:void 0}De.subscribe(e=>{yt=e!=null?e:void 0,typeof window!="undefined"&&e!=null&&document.documentElement.setAttribute("lang",e)});const ns=e=>{if(e&&jo(e)&&vt(e)){const{loadingDelay:t}=me();let r;return typeof window!="undefined"&&ne()!=null&&t?r=window.setTimeout(()=>it.set(!0),t):it.set(!0),cn(e).then(()=>{De.set(e)}).finally(()=>{clearTimeout(r),it.set(!1)})}return De.set(e)},be=rs(ts({},De),{set:ns}),Xe=e=>{const t=Object.create(null);return n=>{const i=JSON.stringify(n);return i in t?t[i]:t[i]=e(n)}};var is=Object.defineProperty,$e=Object.getOwnPropertySymbols,fn=Object.prototype.hasOwnProperty,dn=Object.prototype.propertyIsEnumerable,hr=(e,t,r)=>t in e?is(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,St=(e,t)=>{for(var r in t||(t={}))fn.call(t,r)&&hr(e,r,t[r]);if($e)for(var r of $e(t))dn.call(t,r)&&hr(e,r,t[r]);return e},ve=(e,t)=>{var r={};for(var n in e)fn.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&$e)for(var n of $e(e))t.indexOf(n)<0&&dn.call(e,n)&&(r[n]=e[n]);return r};const Se=(e,t)=>{const{formats:r}=me();if(e in r&&t in r[e])return r[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},os=Xe(e=>{var t=e,{locale:r,format:n}=t,i=ve(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return n&&(i=Se("number",n)),new Intl.NumberFormat(r,i)}),ss=Xe(e=>{var t=e,{locale:r,format:n}=t,i=ve(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return n?i=Se("date",n):Object.keys(i).length===0&&(i=Se("date","short")),new Intl.DateTimeFormat(r,i)}),as=Xe(e=>{var t=e,{locale:r,format:n}=t,i=ve(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return n?i=Se("time",n):Object.keys(i).length===0&&(i=Se("time","short")),new Intl.DateTimeFormat(r,i)}),us=(e={})=>{var t=e,{locale:r=ne()}=t,n=ve(t,["locale"]);return os(St({locale:r},n))},ls=(e={})=>{var t=e,{locale:r=ne()}=t,n=ve(t,["locale"]);return ss(St({locale:r},n))},hs=(e={})=>{var t=e,{locale:r=ne()}=t,n=ve(t,["locale"]);return as(St({locale:r},n))},cs=Xe((e,t=ne())=>new Uo(e,t,me().formats,{ignoreTag:me().ignoreTag})),fs=(e,t={})=>{var r,n,i,o;let s=t;typeof e=="object"&&(s=e,e=s.id);const{values:a,locale:u=ne(),default:l}=s;if(u==null)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let h=an(e,u);if(!h)h=(o=(i=(n=(r=me()).handleMissingMessage)==null?void 0:n.call(r,{locale:u,id:e,defaultValue:l}))!=null?i:l)!=null?o:e;else if(typeof h!="string")return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof h}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),h;if(!a)return h;let c=h;try{c=cs(h,u).format(a)}catch(f){f instanceof Error&&console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,f.message)}return c},ds=(e,t)=>hs(t).format(e),ms=(e,t)=>ls(t).format(e),ps=(e,t)=>us(t).format(e),gs=(e,t=ne())=>an(e,t),bs=ge([be,Te],()=>fs);ge([be],()=>ds);ge([be],()=>ms);ge([be],()=>ps);ge([be,Te],()=>gs);window.emWidgets={topic:Pi};const vs=e=>!!(e.toLowerCase().match(/android/i)||e.toLowerCase().match(/blackberry|bb/i)||e.toLowerCase().match(/iphone|ipad|ipod/i)||e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i));function cr(e,t){ln(e,t)}function ys(e){be.set(e)}const fr={en:{language:"Select Language"},"zh-hk":{language:"選擇語言"},fr:{language:"Sélectionner la langue"},tr:{language:"Dil Seçin"},ro:{language:"Selecteaza limba"},es:{language:"Seleccionar idioma"},pt:{language:"Selecione o idioma"},hr:{language:"Izaberi jezik"},"pt-br":{language:"Escolha o seu idioma"},"es-mx":{language:"Escoger idioma"}};function _s(e){Vn(e,"svelte-1p5ns76","*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;font-family:inherit}:host{font-family:inherit}input,textarea,button{font-family:inherit}.LanguageDropdown{width:100%;margin-right:16px;position:relative;display:inline-block}.SelectedOption,.OptionList{border:1px solid var(--emfe-w-header-color-primary);padding:8px;cursor:pointer;width:200px;border-radius:2px}.SelectedOption{display:flex;align-items:center;margin:0;padding-left:9px}.SelectedOption svg{width:12px;margin-left:6px}.FlagIcon img{width:20px;height:14px;margin-right:8px;border-radius:2px}.OptionList{position:absolute;overflow-y:auto;transform:translateX(-50%);z-index:1;background:var(--emfe-w-header-color-secondary-menu-bg, var(--emfe-w-color-background-secondary, #050518));max-height:155px;overflow-y:auto;bottom:36px;width:50vw;left:30%;display:flex;gap:5px;flex-direction:column}.TriangleInactive{display:block;color:currentColor;margin:0 0 0 10px;transition:all 0.5s}.TriangleInactive svg{margin:2px 0px}.TriangleActive{transform:rotate(180deg);position:relative}.TriangleActive svg{margin:2px 0px}.LanguageOption{display:flex;align-items:center;padding:4px;margin:0;background-color:white}.LanguageOption:hover{background-color:var(--emfe-w-header-color-primary, var(--emfe-w-color-primary, #D0046C));border-radius:2px}.LanguageSelect{margin:0 20px}.LanguageSelectorTitle{position:fixed;width:90vw;padding:5px 0;bottom:0;background:var(--emfe-w-header-color-secondary-menu-bg, var(--emfe-w-color-background-secondary, #050518))}.LanguageSelectorTitle span{display:inline;color:var(--emfe-w-header-typography, var(--emfe-w-color-white, #FFFFFF));padding:5px 0;display:flex;align-items:center;gap:15px;font-size:12px}.ItemLanguage{height:34px;width:100%;text-align:left;line-height:34px;background:transparent;color:var(--emfe-w-header-typography, var(--emfe-w-color-white, #FFFFFF));border:none}.ItemLanguage option{color:var(--emfe-w-header-contrast, var(--emfe-w-color-contrast, #07072A))}.HamburgerModalWindow{display:block;position:fixed;align-items:center;justify-content:center;width:100%;height:100%;z-index:100;top:0;left:0;background-color:rgba(0, 0, 0, 0.7)}.HamburgerModalWindow>span{opacity:0}.HamburgerModalWindow .HamburgerModalContainer{max-width:992px;position:relative;background:var(--emfe-w-header-color-secondary-menu-bg, var(--emfe-w-color-background-secondary, #050518));width:0vw;height:100%;padding:0;border-top:0;border-radius:0;transition:width 0.4s ease-in-out;overflow-x:hidden;overflow-y:scroll}.HamburgerModalWindow .HamburgerModalContainer.ActiveHamburgerMenu{width:90vw}.HamburgerModalWindow .ModalCloseBtn{position:absolute;top:9px;right:9px;width:20px;height:20px;border-radius:100%;color:var(--emfe-w-color-white, #FFFFFF);background:rgba(255, 255, 255, 0.2);opacity:1;cursor:pointer;transition:all 150ms ease-in-out;transition:opacity 500ms ease-in-out}.HamburgerModalWindow .ModalCloseBtn svg{width:20px;height:20px;padding:2px}.HamburgerModalWindow .ModalCloseBtn:hover{background:rgba(255, 255, 255, 0.2)}.HamburgerModalWindow .HamburgerPrimaryMenu,.HamburgerModalWindow .HamburgerSecondaryMenu{font-size:12px;display:flex;color:var(--emfe-w-header-typography, var(--emfe-w-color-white, #FFFFFF))}.HamburgerModalWindow .HamburgerPrimaryMenu li,.HamburgerModalWindow .HamburgerSecondaryMenu li{transition:all 150ms ease-in-out}.HamburgerModalWindow .HamburgerPrimaryMenu img,.HamburgerModalWindow .HamburgerSecondaryMenu img{max-width:40px}.HamburgerModalWindow .HamburgerPrimaryMenu{background:var(--emfe-w-header-color-menu-bg, var(--emfe-w-color-background-secondary, #050518));white-space:nowrap;overflow:scroll;list-style:none;border-bottom:2px solid var(--emfe-w-header-color-primary, var(--emfe-w-color-primary, #D0046C));width:90vw}.HamburgerModalWindow .HamburgerPrimaryMenu>li{max-width:100px;padding:14px 25px;display:inline-block}.HamburgerModalWindow .HamburgerPrimaryMenu>li.ActiveItem{background:var(--emfe-w-header-color-primary, var(--emfe-w-color-primary, #D0046C))}.HamburgerModalWindow .HamburgerPrimaryMenu.HamburgerPrimaryMenuFixed{position:fixed}.HamburgerModalWindow .HamburgerPrimaryMenu .HamburgerItemContainer{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:14px}.HamburgerModalWindow .HamburgerSecondaryMenu{margin-top:10px;list-style:none;width:90vw;display:flex;flex-direction:column}.HamburgerModalWindow .HamburgerSecondaryMenu.HamburgerSecondaryMenuFixed{margin-top:106px;margin-bottom:70px}.HamburgerModalWindow .HamburgerSecondaryMenu li{margin:0 20px;padding:20px 0;display:flex;align-items:center;gap:15px}.HamburgerModalWindow .HamburgerSecondaryMenu li a{text-decoration:none;display:flex;align-items:center;gap:15px;color:var(--emfe-w-header-typography, var(--emfe-w-color-white, #FFFFFF));font-size:14px}.HamburgerModalWindow .HamburgerSecondaryMenu li:not(:last-child){border-bottom:1px solid var(--emfe-w-color-gray-300, #58586B)}.HamburgerModalWindow .HamburgerSecondaryMenu li:active a{color:var(--emfe-w-color-primary, #D0046C)}.FlagIcon{margin-left:12px}.NoFlag{width:88%;margin:0 20px}")}function dr(e,t,r){const n=e.slice();return n[53]=t[r],n}function mr(e,t,r){const n=e.slice();return n[1]=t[r],n}function pr(e,t,r){const n=e.slice();return n[56]=t[r],n}function gr(e,t,r){const n=e.slice();return n[59]=t[r],n}const xs=e=>({}),br=e=>({});function vr(e){let t,r,n,i,o,s,a,u,l,h,c,f,p,d,b,T;const P=e[30].close,C=Un(P,e,e[29],br),S=C||Es();let L=Q(e[4]),v=[];for(let x=0;x<L.length;x+=1)v[x]=yr(gr(e,L,x));let M=Q(e[6]),A=[];for(let x=0;x<M.length;x+=1)A[x]=_r(pr(e,M,x));let N=e[10].length>1&&xr(e);return{c(){t=B("div"),r=B("span"),S&&S.c(),i=$(),o=B("div"),s=B("ul");for(let x=0;x<v.length;x+=1)v[x].c();u=$(),l=B("ul");for(let x=0;x<A.length;x+=1)A[x].c();c=$(),N&&N.c(),g(r,"class",n=e[7]?"ModalCloseBtn":""),g(r,"role","button"),g(s,"class",a="HamburgerPrimaryMenu "+(e[8]?"HamburgerPrimaryMenuFixed":"")),g(l,"class",h="HamburgerSecondaryMenu "+(e[8]?"HamburgerSecondaryMenuFixed":"")),g(o,"class",f="HamburgerModalContainer "+(e[7]?"ActiveHamburgerMenu":"")),g(t,"class","HamburgerModalWindow"),g(t,"part","HamburgerModalWindow")},m(x,R){V(x,t,R),y(t,r),S&&S.m(r,null),y(t,i),y(t,o),y(o,s);for(let _=0;_<v.length;_+=1)v[_]&&v[_].m(s,null);y(o,u),y(o,l);for(let _=0;_<A.length;_+=1)A[_]&&A[_].m(l,null);y(o,c),N&&N.m(o,null),e[37](t),d=!0,b||(T=te(r,"click",e[14]),b=!0)},p(x,R){if(e=x,C&&C.p&&(!d||R[0]&536870912)&&$n(C,P,e,e[29],d?Dn(P,e[29],R,xs):Gn(e[29]),br),(!d||R[0]&128&&n!==(n=e[7]?"ModalCloseBtn":""))&&g(r,"class",n),R[0]&32816){L=Q(e[4]);let _;for(_=0;_<L.length;_+=1){const G=gr(e,L,_);v[_]?v[_].p(G,R):(v[_]=yr(G),v[_].c(),v[_].m(s,null))}for(;_<v.length;_+=1)v[_].d(1);v.length=L.length}if((!d||R[0]&256&&a!==(a="HamburgerPrimaryMenu "+(e[8]?"HamburgerPrimaryMenuFixed":"")))&&g(s,"class",a),R[0]&65600){M=Q(e[6]);let _;for(_=0;_<M.length;_+=1){const G=pr(e,M,_);A[_]?A[_].p(G,R):(A[_]=_r(G),A[_].c(),A[_].m(l,null))}for(;_<A.length;_+=1)A[_].d(1);A.length=M.length}(!d||R[0]&256&&h!==(h="HamburgerSecondaryMenu "+(e[8]?"HamburgerSecondaryMenuFixed":"")))&&g(l,"class",h),e[10].length>1?N?N.p(e,R):(N=xr(e),N.c(),N.m(o,null)):N&&(N.d(1),N=null),(!d||R[0]&128&&f!==(f="HamburgerModalContainer "+(e[7]?"ActiveHamburgerMenu":"")))&&g(o,"class",f)},i(x){d||(Ee(S,x),x&&he(()=>{d&&(p||(p=jt(t,Vt,{transitionDuration:Sr},!0)),p.run(1))}),d=!0)},o(x){st(S,x),x&&(p||(p=jt(t,Vt,{transitionDuration:Sr},!1)),p.run(0)),d=!1},d(x){x&&D(t),S&&S.d(x),Ne(v,x),Ne(A,x),N&&N.d(),e[37](null),x&&p&&p.end(),b=!1,T()}}}function Es(e){let t,r;return{c(){t=ee("svg"),r=ee("path"),g(r,"stroke-linecap","round"),g(r,"stroke-linejoin","round"),g(r,"stroke-width","2"),g(r,"d","M6 18L18 6M6 6l12 12"),g(t,"class","w-6 h-6"),g(t,"part","w-6 h-6"),g(t,"fill","none"),g(t,"stroke","currentColor"),g(t,"viewBox","0 0 24 24"),g(t,"xmlns","http://www.w3.org/2000/svg")},m(n,i){V(n,t,i),y(t,r)},p:j,d(n){n&&D(t)}}}function yr(e){let t,r,n,i,o,s=e[59].label+"",a,u,l,h,c;function f(){return e[31](e[59])}return{c(){t=B("li"),r=B("div"),n=B("img"),o=$(),a=re(s),u=$(),J(n.src,i=e[59].img)||g(n,"src",i),g(n,"alt","menu icon"),g(r,"class","HamburgerItemContainer"),g(t,"class",l=e[5]===e[59].id?"ActiveItem":"")},m(p,d){V(p,t,d),y(t,r),y(r,n),y(r,o),y(r,a),y(t,u),h||(c=te(t,"click",f),h=!0)},p(p,d){e=p,d[0]&16&&!J(n.src,i=e[59].img)&&g(n,"src",i),d[0]&16&&s!==(s=e[59].label+"")&&pe(a,s),d[0]&48&&l!==(l=e[5]===e[59].id?"ActiveItem":"")&&g(t,"class",l)},d(p){p&&D(t),h=!1,c()}}}function _r(e){let t,r,n,i,o=e[56].label+"",s,a,u,l;function h(...c){return e[32](e[56],...c)}return{c(){t=B("li"),r=B("img"),i=$(),s=re(o),a=$(),J(r.src,n=e[56].img)||g(r,"src",n),g(r,"alt","menu icon")},m(c,f){V(c,t,f),y(t,r),y(t,i),y(t,s),y(t,a),u||(l=te(t,"click",h),u=!0)},p(c,f){e=c,f[0]&64&&!J(r.src,n=e[56].img)&&g(r,"src",n),f[0]&64&&o!==(o=e[56].label+"")&&pe(s,o)},d(c){c&&D(t),u=!1,l()}}}function xr(e){let t,r,n=e[13]("language")+"",i,o;function s(l,h){return l[0]!=="true"?Hs:ws}let a=s(e),u=a(e);return{c(){t=B("div"),r=B("span"),i=re(n),o=$(),u.c(),g(r,"class","LanguageSelect"),g(t,"class","LanguageSelectorTitle")},m(l,h){V(l,t,h),y(t,r),y(r,i),y(t,o),u.m(t,null)},p(l,h){h[0]&8192&&n!==(n=l[13]("language")+"")&&pe(i,n),a===(a=s(l))&&u?u.p(l,h):(u.d(1),u=a(l),u&&(u.c(),u.m(t,null)))},d(l){l&&D(t),u.d()}}}function ws(e){let t,r,n,i,o,s,a,u=e[12].slice(-2)+"",l,h,c,f,p,d,b,T,P,C,S,L,v=e[11]&&Er(e);return{c(){t=B("div"),r=B("div"),n=B("span"),i=B("img"),s=$(),a=B("span"),l=re(u),h=$(),c=B("span"),f=ee("svg"),p=ee("g"),d=ee("g"),b=ee("g"),T=ee("path"),C=$(),v&&v.c(),J(i.src,o=`http://purecatamphetamine.github.io/country-flag-icons/3x2/${e[20](e[12].slice(-2))}.svg`)||g(i,"src",o),g(n,"class","FlagIcon"),g(a,"class","LanguageName"),g(T,"d","M223.708 6534.634c.39-.405.39-1.06 0-1.464l-8.264-8.563a1.95 1.95 0 0 0-2.827 0l-8.325 8.625c-.385.4-.39 1.048-.01 1.454a.976.976 0 0 0 1.425.01l7.617-7.893a.975.975 0 0 1 1.414 0l7.557 7.83a.974.974 0 0 0 1.413 0"),g(b,"transform","translate(56 160)"),g(d,"fill","#000"),g(d,"transform","translate(-260 -6684)"),g(p,"fill","none"),g(p,"fill-rule","evenodd"),g(f,"xmlns","http://www.w3.org/2000/svg"),g(f,"width","20"),g(f,"height","11"),g(f,"viewBox","0 0 20 11"),g(f,"id","arrow"),g(c,"class",P="TriangleInactive "+(e[11]?"TriangleActive":"")),g(r,"class","SelectedOption Item ItemLanguage"),g(t,"class","LanguageDropdown")},m(M,A){V(M,t,A),y(t,r),y(r,n),y(n,i),y(r,s),y(r,a),y(a,l),y(r,h),y(r,c),y(c,f),y(f,p),y(p,d),y(d,b),y(b,T),y(t,C),v&&v.m(t,null),S||(L=te(r,"click",e[35]),S=!0)},p(M,A){A[0]&5120&&!J(i.src,o=`http://purecatamphetamine.github.io/country-flag-icons/3x2/${M[20](M[12].slice(-2))}.svg`)&&g(i,"src",o),A[0]&4096&&u!==(u=M[12].slice(-2)+"")&&pe(l,u),A[0]&2048&&P!==(P="TriangleInactive "+(M[11]?"TriangleActive":""))&&g(c,"class",P),M[11]?v?v.p(M,A):(v=Er(M),v.c(),v.m(t,null)):v&&(v.d(1),v=null)},d(M){M&&D(t),v&&v.d(),S=!1,L()}}}function Hs(e){let t,r,n,i=Q(e[10]),o=[];for(let s=0;s<i.length;s+=1)o[s]=Hr(mr(e,i,s));return{c(){t=B("select");for(let s=0;s<o.length;s+=1)o[s].c();g(t,"class","Item ItemLanguage NoFlag"),e[12]===void 0&&he(()=>e[33].call(t))},m(s,a){V(s,t,a);for(let u=0;u<o.length;u+=1)o[u]&&o[u].m(t,null);$t(t,e[12],!0),r||(n=[te(t,"change",e[33]),te(t,"change",e[34])],r=!0)},p(s,a){if(a[0]&1024){i=Q(s[10]);let u;for(u=0;u<i.length;u+=1){const l=mr(s,i,u);o[u]?o[u].p(l,a):(o[u]=Hr(l),o[u].c(),o[u].m(t,null))}for(;u<o.length;u+=1)o[u].d(1);o.length=i.length}a[0]&5120&&$t(t,s[12])},d(s){s&&D(t),Ne(o,s),r=!1,Y(n)}}}function Er(e){let t,r=Q(e[10]),n=[];for(let i=0;i<r.length;i+=1)n[i]=wr(dr(e,r,i));return{c(){t=B("div");for(let i=0;i<n.length;i+=1)n[i].c();g(t,"class","OptionList")},m(i,o){V(i,t,o);for(let s=0;s<n.length;s+=1)n[s]&&n[s].m(t,null)},p(i,o){if(o[0]&1311744){r=Q(i[10]);let s;for(s=0;s<r.length;s+=1){const a=dr(i,r,s);n[s]?n[s].p(a,o):(n[s]=wr(a),n[s].c(),n[s].m(t,null))}for(;s<n.length;s+=1)n[s].d(1);n.length=r.length}},d(i){i&&D(t),Ne(n,i)}}}function wr(e){let t,r,n,i,o,s,a=e[53]+"",u,l,h,c;function f(){return e[36](e[53])}return{c(){t=B("div"),r=B("span"),n=B("img"),o=$(),s=B("span"),u=re(a),l=$(),J(n.src,i=`http://purecatamphetamine.github.io/country-flag-icons/3x2/${e[20](e[53])}.svg`)||g(n,"src",i),g(r,"class","FlagIcon"),g(s,"class","LanguageName"),g(t,"class","LanguageOption")},m(p,d){V(p,t,d),y(t,r),y(r,n),y(t,o),y(t,s),y(s,u),y(t,l),h||(c=te(t,"click",f),h=!0)},p(p,d){e=p,d[0]&1024&&!J(n.src,i=`http://purecatamphetamine.github.io/country-flag-icons/3x2/${e[20](e[53])}.svg`)&&g(n,"src",i),d[0]&1024&&a!==(a=e[53]+"")&&pe(u,a)},d(p){p&&D(t),h=!1,c()}}}function Hr(e){let t,r=e[1].slice(-2)+"",n,i;return{c(){t=B("option"),n=re(r),t.__value=i=e[1],Dt(t,t.__value),t.selected=!0},m(o,s){V(o,t,s),y(t,n)},p(o,s){s[0]&1024&&r!==(r=o[1].slice(-2)+"")&&pe(n,r),s[0]&1024&&i!==(i=o[1])&&(t.__value=i,Dt(t,t.__value))},d(o){o&&D(t)}}}function Ss(e){let t,r,n=e[9]===!0&&vr(e);return{c(){t=B("div"),n&&n.c()},m(i,o){V(i,t,o),n&&n.m(t,null),e[38](t),r=!0},p(i,o){i[9]===!0?n?(n.p(i,o),o[0]&512&&Ee(n,1)):(n=vr(i),n.c(),Ee(n,1),n.m(t,null)):n&&(ai(),st(n,1,1,()=>{n=null}),ui())},i(i){r||(Ee(n),r=!0)},o(i){st(n),r=!1},d(i){i&&D(t),n&&n.d(),e[38](null)}}}let Sr=350;function Ts(e,t,r){let n;Fn(e,bs,m=>r(13,n=m));let{$$slots:i={},$$scope:o}=t,{menuitemsurl:s=""}=t,{lang:a="en"}=t,{activecategory:u=""}=t,{languageslist:l=""}=t,{translationurl:h=""}=t,{clientstyling:c=""}=t,{clientstylingurl:f=""}=t,{customlocaleidentifier:p=""}=t,{countryflaghamburger:d=""}=t,b,T=window.navigator.userAgent,P=[],C,S="",L=[],v=!1,M=!1,A=!1,N=!0,x=[],R=!1,_=!1,G="",K;const pn=()=>{fetch(h).then(O=>O.json()).then(O=>{Object.keys(O).forEach(U=>{cr(U,O[U])})}).catch(O=>{console.log(O)})};Object.keys(fr).forEach(m=>{cr(m,fr[m])});const Tt=()=>{r(9,A=!1),r(7,v=!1),r(8,M=!1),r(11,_=!1),window.postMessage({type:"CloseHamburgerMenu",showhamburger:!0},window.location.href)},Mt=m=>{m.data.type==="OpenHamburgerMenuModal"&&(window.postMessage({type:"DisableScroll"},window.location.href),r(9,A=!0),setTimeout(()=>{r(7,v=!0)},500),setTimeout(()=>{r(8,M=!0)},1500),gn(s))},ze=(m,O)=>{r(5,S=m),r(6,L=O||[]),typeof gtag=="function"&>ag("event","ChangeMenu",{context:"HamburgerMenu",menuItem:`${S}`})},At=()=>{let m=P.filter(O=>{var Ct;let U=!1;return(Ct=O.children)==null||Ct.forEach(Bn=>{Bn.path.includes(u)&&(U=!0)}),U});m.length>0&&ze(m[0].id,m[0].children)},gn=m=>new Promise((O,U)=>{C&&!R?O(C):Bt(m)}),Bt=m=>{fetch(m).then(O=>O.json()).then(O=>{r(4,P=O.filter(U=>(U==null?void 0:U.type)!=="banner")),At(),r(28,N=!1),C=O,R=!1},O=>{console.error(O)})};let Pt=m=>{window.postMessage({type:"NavigateTo",path:m.path,externalLink:m.externalLink||!1,target:m.attrs.target||null},window.location.href),Tt()};const Ze=()=>{R=!0,window.postMessage({type:"LanguageChanged",selectedLanguage:G},window.location.href)},bn=()=>{ys(a),R&&Bt(s),r(10,x=l.replace(/ /g,"").split(",")),r(10,x=x.map(m=>m.toUpperCase())),r(12,G=a.toUpperCase())},Ot=m=>{r(12,G=m),r(11,_=!1),Ze()},It=()=>{r(11,_=!_)},vn=m=>(p&&(m=p.includes(m.toLowerCase())?p.slice(-2):m),m=="EN"?"US":m.toUpperCase()),yn=()=>{let m=document.createElement("style");m.innerHTML=c,K.appendChild(m)},_n=()=>{let m=new URL(f),O=document.createElement("style");fetch(m.href).then(U=>U.text()).then(U=>{O.innerHTML=U,setTimeout(()=>{K.appendChild(O)},1)})};ti(()=>(window.addEventListener("message",Mt,!1),vs(T),()=>{window.removeEventListener("message",Mt)}));const xn=m=>ze(m.id,m.children),En=(m,O)=>{Pt(m),O.preventDefault()};function wn(){G=zn(this),r(12,G),r(10,x)}const Hn=()=>Ze(),Sn=()=>It(),Tn=m=>Ot(m);function Mn(m){Ue[m?"unshift":"push"](()=>{b=m,r(3,b)})}function An(m){Ue[m?"unshift":"push"](()=>{K=m,r(2,K)})}return e.$$set=m=>{"menuitemsurl"in m&&r(21,s=m.menuitemsurl),"lang"in m&&r(1,a=m.lang),"activecategory"in m&&r(22,u=m.activecategory),"languageslist"in m&&r(23,l=m.languageslist),"translationurl"in m&&r(24,h=m.translationurl),"clientstyling"in m&&r(25,c=m.clientstyling),"clientstylingurl"in m&&r(26,f=m.clientstylingurl),"customlocaleidentifier"in m&&r(27,p=m.customlocaleidentifier),"countryflaghamburger"in m&&r(0,d=m.countryflaghamburger),"$$scope"in m&&r(29,o=m.$$scope)},e.$$.update=()=>{e.$$.dirty[0]&8388610&&a&&l&&bn(),e.$$.dirty[0]&272629760&&u&&!N&&At(),e.$$.dirty[0]&16777216&&h&&pn(),e.$$.dirty[0]&33554436&&c&&K&&yn(),e.$$.dirty[0]&67108868&&f&&K&&_n()},[d,a,K,b,P,S,L,v,M,A,x,_,G,n,Tt,ze,Pt,Ze,Ot,It,vn,s,u,l,h,c,f,p,N,o,i,xn,En,wn,Hn,Sn,Tn,Mn,An]}class mn extends pi{constructor(t){super(),di(this,t,Ts,Ss,Ar,{menuitemsurl:21,lang:1,activecategory:22,languageslist:23,translationurl:24,clientstyling:25,clientstylingurl:26,customlocaleidentifier:27,countryflaghamburger:0},_s,[-1,-1])}get menuitemsurl(){return this.$$.ctx[21]}set menuitemsurl(t){this.$$set({menuitemsurl:t}),W()}get lang(){return this.$$.ctx[1]}set lang(t){this.$$set({lang:t}),W()}get activecategory(){return this.$$.ctx[22]}set activecategory(t){this.$$set({activecategory:t}),W()}get languageslist(){return this.$$.ctx[23]}set languageslist(t){this.$$set({languageslist:t}),W()}get translationurl(){return this.$$.ctx[24]}set translationurl(t){this.$$set({translationurl:t}),W()}get clientstyling(){return this.$$.ctx[25]}set clientstyling(t){this.$$set({clientstyling:t}),W()}get clientstylingurl(){return this.$$.ctx[26]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),W()}get customlocaleidentifier(){return this.$$.ctx[27]}set customlocaleidentifier(t){this.$$set({customlocaleidentifier:t}),W()}get countryflaghamburger(){return this.$$.ctx[0]}set countryflaghamburger(t){this.$$set({countryflaghamburger:t}),W()}}mi(mn,{menuitemsurl:{},lang:{},activecategory:{},languageslist:{},translationurl:{},clientstyling:{},clientstylingurl:{},customlocaleidentifier:{},countryflaghamburger:{}},["close"],[],!0);exports.default=mn;
|
|
8
|
+
`,de.MISSING_INTL_API,s);var L=r.getPluralRules(t,{type:h.pluralType}).select(f-(h.offset||0));S=h.options[L]||h.options.other}if(!S)throw new sr(h.value,f,Object.keys(h.options),s);a.push.apply(a,Le(S.value,t,r,n,i,f-(h.offset||0)));continue}}return Co(a)}function No(e,t){return t?H(H(H({},e||{}),t||{}),Object.keys(e).reduce(function(r,n){return r[n]=H(H({},e[n]),t[n]||{}),r},{})):e}function Ro(e,t){return t?Object.keys(e).reduce(function(r,n){return r[n]=No(e[n],t[n]),r},H({},e)):e}function nt(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function Fo(e){return e===void 0&&(e={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:tt(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.NumberFormat).bind.apply(t,le([void 0],r,!1)))},{cache:nt(e.number),strategy:rt.variadic}),getDateTimeFormat:tt(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.DateTimeFormat).bind.apply(t,le([void 0],r,!1)))},{cache:nt(e.dateTime),strategy:rt.variadic}),getPluralRules:tt(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.PluralRules).bind.apply(t,le([void 0],r,!1)))},{cache:nt(e.pluralRules),strategy:rt.variadic})}}var Uo=function(){function e(t,r,n,i){var o=this;if(r===void 0&&(r=e.defaultLocale),this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(u){var l=o.formatToParts(u);if(l.length===1)return l[0].value;var h=l.reduce(function(c,f){return!c.length||f.type!==F.literal||typeof c[c.length-1]!="string"?c.push(f.value):c[c.length-1]+=f.value,c},[]);return h.length<=1?h[0]||"":h},this.formatToParts=function(u){return Le(o.ast,o.locales,o.formatters,o.formats,u,void 0,o.message)},this.resolvedOptions=function(){var u;return{locale:((u=o.resolvedLocale)===null||u===void 0?void 0:u.toString())||Intl.NumberFormat.supportedLocalesOf(o.locales)[0]}},this.getAst=function(){return o.ast},this.locales=r,this.resolvedLocale=e.resolveLocale(r),typeof t=="string"){if(this.message=t,!e.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");var s=i||{};s.formatters;var a=bi(s,["formatters"]);this.ast=e.__parse(t,H(H({},a),{locale:this.resolvedLocale}))}else this.ast=t;if(!Array.isArray(this.ast))throw new TypeError("A message must be provided as a String or AST.");this.formats=Ro(e.formats,n),this.formatters=i&&i.formatters||Fo(this.formatterCache)}return Object.defineProperty(e,"defaultLocale",{get:function(){return e.memoizedDefaultLocale||(e.memoizedDefaultLocale=new Intl.NumberFormat().resolvedOptions().locale),e.memoizedDefaultLocale},enumerable:!1,configurable:!0}),e.memoizedDefaultLocale=null,e.resolveLocale=function(t){if(typeof Intl.Locale!="undefined"){var r=Intl.NumberFormat.supportedLocalesOf(t);return r.length>0?new Intl.Locale(r[0]):new Intl.Locale(typeof t=="string"?t:t[0])}},e.__parse=Ho,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();function Do(e,t){if(t==null)return;if(t in e)return e[t];const r=t.split(".");let n=e;for(let i=0;i<r.length;i++)if(typeof n=="object"){if(i>0){const o=r.slice(i,r.length).join(".");if(o in n){n=n[o];break}}n=n[r[i]]}else n=void 0;return n}const q={},$o=(e,t,r)=>r&&(t in q||(q[t]={}),e in q[t]||(q[t][e]=r),r),an=(e,t)=>{if(t==null)return;if(t in q&&e in q[t])return q[t][e];const r=Xe(t);for(let n=0;n<r.length;n++){const i=r[n],o=ko(i,e);if(o)return $o(e,t,o)}};let Ht;const Te=Ve({});function Go(e){return Ht[e]||null}function un(e){return e in Ht}function ko(e,t){if(!un(e))return null;const r=Go(e);return Do(r,t)}function jo(e){if(e==null)return;const t=Xe(e);for(let r=0;r<t.length;r++){const n=t[r];if(un(n))return n}}function ln(e,...t){delete q[e],Te.update(r=>(r[e]=zi.all([r[e]||{},...t]),r))}ge([Te],([e])=>Object.keys(e));Te.subscribe(e=>Ht=e);const Ne={};function Vo(e,t){Ne[e].delete(t),Ne[e].size===0&&delete Ne[e]}function hn(e){return Ne[e]}function Wo(e){return Xe(e).map(t=>{const r=hn(t);return[t,r?[...r]:[]]}).filter(([,t])=>t.length>0)}function vt(e){return e==null?!1:Xe(e).some(t=>{var r;return(r=hn(t))==null?void 0:r.size})}function Xo(e,t){return Promise.all(t.map(n=>(Vo(e,n),n().then(i=>i.default||i)))).then(n=>ln(e,...n))}const _e={};function cn(e){if(!vt(e))return e in _e?_e[e]:Promise.resolve();const t=Wo(e);return _e[e]=Promise.all(t.map(([r,n])=>Xo(r,n))).then(()=>{if(vt(e))return cn(e);delete _e[e]}),_e[e]}const zo={number:{scientific:{notation:"scientific"},engineering:{notation:"engineering"},compactLong:{notation:"compact",compactDisplay:"long"},compactShort:{notation:"compact",compactDisplay:"short"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},Zo={fallbackLocale:null,loadingDelay:200,formats:zo,warnOnMissingMessages:!0,handleMissingMessage:void 0,ignoreTag:!0},Qo=Zo;function me(){return Qo}const it=Ve(!1);var qo=Object.defineProperty,Jo=Object.defineProperties,Yo=Object.getOwnPropertyDescriptors,ar=Object.getOwnPropertySymbols,Ko=Object.prototype.hasOwnProperty,es=Object.prototype.propertyIsEnumerable,ur=(e,t,r)=>t in e?qo(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,ts=(e,t)=>{for(var r in t||(t={}))Ko.call(t,r)&&ur(e,r,t[r]);if(ar)for(var r of ar(t))es.call(t,r)&&ur(e,r,t[r]);return e},rs=(e,t)=>Jo(e,Yo(t));let yt;const $e=Ve(null);function lr(e){return e.split("-").map((t,r,n)=>n.slice(0,r+1).join("-")).reverse()}function Xe(e,t=me().fallbackLocale){const r=lr(e);return t?[...new Set([...r,...lr(t)])]:r}function ne(){return yt!=null?yt:void 0}$e.subscribe(e=>{yt=e!=null?e:void 0,typeof window!="undefined"&&e!=null&&document.documentElement.setAttribute("lang",e)});const ns=e=>{if(e&&jo(e)&&vt(e)){const{loadingDelay:t}=me();let r;return typeof window!="undefined"&&ne()!=null&&t?r=window.setTimeout(()=>it.set(!0),t):it.set(!0),cn(e).then(()=>{$e.set(e)}).finally(()=>{clearTimeout(r),it.set(!1)})}return $e.set(e)},be=rs(ts({},$e),{set:ns}),ze=e=>{const t=Object.create(null);return n=>{const i=JSON.stringify(n);return i in t?t[i]:t[i]=e(n)}};var is=Object.defineProperty,Ge=Object.getOwnPropertySymbols,fn=Object.prototype.hasOwnProperty,dn=Object.prototype.propertyIsEnumerable,hr=(e,t,r)=>t in e?is(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,St=(e,t)=>{for(var r in t||(t={}))fn.call(t,r)&&hr(e,r,t[r]);if(Ge)for(var r of Ge(t))dn.call(t,r)&&hr(e,r,t[r]);return e},ve=(e,t)=>{var r={};for(var n in e)fn.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&Ge)for(var n of Ge(e))t.indexOf(n)<0&&dn.call(e,n)&&(r[n]=e[n]);return r};const Se=(e,t)=>{const{formats:r}=me();if(e in r&&t in r[e])return r[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},os=ze(e=>{var t=e,{locale:r,format:n}=t,i=ve(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return n&&(i=Se("number",n)),new Intl.NumberFormat(r,i)}),ss=ze(e=>{var t=e,{locale:r,format:n}=t,i=ve(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return n?i=Se("date",n):Object.keys(i).length===0&&(i=Se("date","short")),new Intl.DateTimeFormat(r,i)}),as=ze(e=>{var t=e,{locale:r,format:n}=t,i=ve(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return n?i=Se("time",n):Object.keys(i).length===0&&(i=Se("time","short")),new Intl.DateTimeFormat(r,i)}),us=(e={})=>{var t=e,{locale:r=ne()}=t,n=ve(t,["locale"]);return os(St({locale:r},n))},ls=(e={})=>{var t=e,{locale:r=ne()}=t,n=ve(t,["locale"]);return ss(St({locale:r},n))},hs=(e={})=>{var t=e,{locale:r=ne()}=t,n=ve(t,["locale"]);return as(St({locale:r},n))},cs=ze((e,t=ne())=>new Uo(e,t,me().formats,{ignoreTag:me().ignoreTag})),fs=(e,t={})=>{var r,n,i,o;let s=t;typeof e=="object"&&(s=e,e=s.id);const{values:a,locale:u=ne(),default:l}=s;if(u==null)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let h=an(e,u);if(!h)h=(o=(i=(n=(r=me()).handleMissingMessage)==null?void 0:n.call(r,{locale:u,id:e,defaultValue:l}))!=null?i:l)!=null?o:e;else if(typeof h!="string")return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof h}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),h;if(!a)return h;let c=h;try{c=cs(h,u).format(a)}catch(f){f instanceof Error&&console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,f.message)}return c},ds=(e,t)=>hs(t).format(e),ms=(e,t)=>ls(t).format(e),ps=(e,t)=>us(t).format(e),gs=(e,t=ne())=>an(e,t),bs=ge([be,Te],()=>fs);ge([be],()=>ds);ge([be],()=>ms);ge([be],()=>ps);ge([be,Te],()=>gs);window.emWidgets={topic:Pi};const vs=e=>!!(e.toLowerCase().match(/android/i)||e.toLowerCase().match(/blackberry|bb/i)||e.toLowerCase().match(/iphone|ipad|ipod/i)||e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i));function cr(e,t){ln(e,t)}function ys(e){be.set(e)}const fr={en:{language:"Select Language"},"zh-hk":{language:"選擇語言"},fr:{language:"Sélectionner la langue"},tr:{language:"Dil Seçin"},ro:{language:"Selecteaza limba"},es:{language:"Seleccionar idioma"},pt:{language:"Selecione o idioma"},hr:{language:"Izaberi jezik"},"pt-br":{language:"Escolha o seu idioma"},"es-mx":{language:"Escoger idioma"}};function _s(e){Vn(e,"svelte-1p5ns76","*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;font-family:inherit}:host{font-family:inherit}input,textarea,button{font-family:inherit}.LanguageDropdown{width:100%;margin-right:16px;position:relative;display:inline-block}.SelectedOption,.OptionList{border:1px solid var(--emfe-w-header-color-primary);padding:8px;cursor:pointer;width:200px;border-radius:2px}.SelectedOption{display:flex;align-items:center;margin:0;padding-left:9px}.SelectedOption svg{width:12px;margin-left:6px}.FlagIcon img{width:20px;height:14px;margin-right:8px;border-radius:2px}.OptionList{position:absolute;overflow-y:auto;transform:translateX(-50%);z-index:1;background:var(--emfe-w-header-color-secondary-menu-bg, var(--emfe-w-color-background-secondary, #050518));max-height:155px;overflow-y:auto;bottom:36px;width:50vw;left:30%;display:flex;gap:5px;flex-direction:column}.TriangleInactive{display:block;color:currentColor;margin:0 0 0 10px;transition:all 0.5s}.TriangleInactive svg{margin:2px 0px}.TriangleActive{transform:rotate(180deg);position:relative}.TriangleActive svg{margin:2px 0px}.LanguageOption{display:flex;align-items:center;padding:4px;margin:0;background-color:white}.LanguageOption:hover{background-color:var(--emfe-w-header-color-primary, var(--emfe-w-color-primary, #D0046C));border-radius:2px}.LanguageSelect{margin:0 20px}.LanguageSelectorTitle{position:fixed;width:90vw;padding:5px 0;bottom:0;background:var(--emfe-w-header-color-secondary-menu-bg, var(--emfe-w-color-background-secondary, #050518))}.LanguageSelectorTitle span{display:inline;color:var(--emfe-w-header-typography, var(--emfe-w-color-white, #FFFFFF));padding:5px 0;display:flex;align-items:center;gap:15px;font-size:12px}.ItemLanguage{height:34px;width:100%;text-align:left;line-height:34px;background:transparent;color:var(--emfe-w-header-typography, var(--emfe-w-color-white, #FFFFFF));border:none}.ItemLanguage option{color:var(--emfe-w-header-contrast, var(--emfe-w-color-contrast, #07072A))}.HamburgerModalWindow{display:block;position:fixed;align-items:center;justify-content:center;width:100%;height:100%;z-index:100;top:0;left:0;background-color:rgba(0, 0, 0, 0.7)}.HamburgerModalWindow>span{opacity:0}.HamburgerModalWindow .HamburgerModalContainer{max-width:992px;position:relative;background:var(--emfe-w-header-color-secondary-menu-bg, var(--emfe-w-color-background-secondary, #050518));width:0vw;height:100%;padding:0;border-top:0;border-radius:0;transition:width 0.4s ease-in-out;overflow-x:hidden;overflow-y:scroll}.HamburgerModalWindow .HamburgerModalContainer.ActiveHamburgerMenu{width:90vw}.HamburgerModalWindow .ModalCloseBtn{position:absolute;top:9px;right:9px;width:20px;height:20px;border-radius:100%;color:var(--emfe-w-color-white, #FFFFFF);background:rgba(255, 255, 255, 0.2);opacity:1;cursor:pointer;transition:all 150ms ease-in-out;transition:opacity 500ms ease-in-out}.HamburgerModalWindow .ModalCloseBtn svg{width:20px;height:20px;padding:2px}.HamburgerModalWindow .ModalCloseBtn:hover{background:rgba(255, 255, 255, 0.2)}.HamburgerModalWindow .HamburgerPrimaryMenu,.HamburgerModalWindow .HamburgerSecondaryMenu{font-size:12px;display:flex;color:var(--emfe-w-header-typography, var(--emfe-w-color-white, #FFFFFF))}.HamburgerModalWindow .HamburgerPrimaryMenu li,.HamburgerModalWindow .HamburgerSecondaryMenu li{transition:all 150ms ease-in-out}.HamburgerModalWindow .HamburgerPrimaryMenu img,.HamburgerModalWindow .HamburgerSecondaryMenu img{max-width:40px}.HamburgerModalWindow .HamburgerPrimaryMenu{background:var(--emfe-w-header-color-menu-bg, var(--emfe-w-color-background-secondary, #050518));white-space:nowrap;overflow:scroll;list-style:none;border-bottom:2px solid var(--emfe-w-header-color-primary, var(--emfe-w-color-primary, #D0046C));width:90vw}.HamburgerModalWindow .HamburgerPrimaryMenu>li{max-width:100px;padding:14px 25px;display:inline-block}.HamburgerModalWindow .HamburgerPrimaryMenu>li.ActiveItem{background:var(--emfe-w-header-color-primary, var(--emfe-w-color-primary, #D0046C))}.HamburgerModalWindow .HamburgerPrimaryMenu.HamburgerPrimaryMenuFixed{position:fixed}.HamburgerModalWindow .HamburgerPrimaryMenu .HamburgerItemContainer{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:14px}.HamburgerModalWindow .HamburgerSecondaryMenu{margin-top:10px;list-style:none;width:90vw;display:flex;flex-direction:column}.HamburgerModalWindow .HamburgerSecondaryMenu.HamburgerSecondaryMenuFixed{margin-top:106px;margin-bottom:70px}.HamburgerModalWindow .HamburgerSecondaryMenu li{margin:0 20px;padding:20px 0;display:flex;align-items:center;gap:15px}.HamburgerModalWindow .HamburgerSecondaryMenu li a{text-decoration:none;display:flex;align-items:center;gap:15px;color:var(--emfe-w-header-typography, var(--emfe-w-color-white, #FFFFFF));font-size:14px}.HamburgerModalWindow .HamburgerSecondaryMenu li:not(:last-child){border-bottom:1px solid var(--emfe-w-color-gray-300, #58586B)}.HamburgerModalWindow .HamburgerSecondaryMenu li:active a{color:var(--emfe-w-color-primary, #D0046C)}.FlagIcon{margin-left:12px}.NoFlag{width:88%;margin:0 20px}")}function dr(e,t,r){const n=e.slice();return n[53]=t[r],n}function mr(e,t,r){const n=e.slice();return n[1]=t[r],n}function pr(e,t,r){const n=e.slice();return n[56]=t[r],n}function gr(e,t,r){const n=e.slice();return n[59]=t[r],n}const xs=e=>({}),br=e=>({});function vr(e){let t,r,n,i,o,s,a,u,l,h,c,f,p,d,b,T;const P=e[30].close,C=Un(P,e,e[29],br),S=C||Es();let L=Q(e[4]),v=[];for(let x=0;x<L.length;x+=1)v[x]=yr(gr(e,L,x));let M=Q(e[6]),A=[];for(let x=0;x<M.length;x+=1)A[x]=_r(pr(e,M,x));let N=e[10].length>1&&xr(e);return{c(){t=B("div"),r=B("span"),S&&S.c(),i=$(),o=B("div"),s=B("ul");for(let x=0;x<v.length;x+=1)v[x].c();u=$(),l=B("ul");for(let x=0;x<A.length;x+=1)A[x].c();c=$(),N&&N.c(),g(r,"class",n=e[7]?"ModalCloseBtn":""),g(r,"role","button"),g(s,"class",a="HamburgerPrimaryMenu "+(e[8]?"HamburgerPrimaryMenuFixed":"")),g(l,"class",h="HamburgerSecondaryMenu "+(e[8]?"HamburgerSecondaryMenuFixed":"")),g(o,"class",f="HamburgerModalContainer "+(e[7]?"ActiveHamburgerMenu":"")),g(t,"class","HamburgerModalWindow"),g(t,"part","HamburgerModalWindow")},m(x,R){V(x,t,R),y(t,r),S&&S.m(r,null),y(t,i),y(t,o),y(o,s);for(let _=0;_<v.length;_+=1)v[_]&&v[_].m(s,null);y(o,u),y(o,l);for(let _=0;_<A.length;_+=1)A[_]&&A[_].m(l,null);y(o,c),N&&N.m(o,null),e[37](t),d=!0,b||(T=te(r,"click",e[14]),b=!0)},p(x,R){if(e=x,C&&C.p&&(!d||R[0]&536870912)&&$n(C,P,e,e[29],d?Dn(P,e[29],R,xs):Gn(e[29]),br),(!d||R[0]&128&&n!==(n=e[7]?"ModalCloseBtn":""))&&g(r,"class",n),R[0]&32816){L=Q(e[4]);let _;for(_=0;_<L.length;_+=1){const G=gr(e,L,_);v[_]?v[_].p(G,R):(v[_]=yr(G),v[_].c(),v[_].m(s,null))}for(;_<v.length;_+=1)v[_].d(1);v.length=L.length}if((!d||R[0]&256&&a!==(a="HamburgerPrimaryMenu "+(e[8]?"HamburgerPrimaryMenuFixed":"")))&&g(s,"class",a),R[0]&65600){M=Q(e[6]);let _;for(_=0;_<M.length;_+=1){const G=pr(e,M,_);A[_]?A[_].p(G,R):(A[_]=_r(G),A[_].c(),A[_].m(l,null))}for(;_<A.length;_+=1)A[_].d(1);A.length=M.length}(!d||R[0]&256&&h!==(h="HamburgerSecondaryMenu "+(e[8]?"HamburgerSecondaryMenuFixed":"")))&&g(l,"class",h),e[10].length>1?N?N.p(e,R):(N=xr(e),N.c(),N.m(o,null)):N&&(N.d(1),N=null),(!d||R[0]&128&&f!==(f="HamburgerModalContainer "+(e[7]?"ActiveHamburgerMenu":"")))&&g(o,"class",f)},i(x){d||(Ee(S,x),x&&he(()=>{d&&(p||(p=jt(t,Vt,{transitionDuration:Sr},!0)),p.run(1))}),d=!0)},o(x){st(S,x),x&&(p||(p=jt(t,Vt,{transitionDuration:Sr},!1)),p.run(0)),d=!1},d(x){x&&D(t),S&&S.d(x),Re(v,x),Re(A,x),N&&N.d(),e[37](null),x&&p&&p.end(),b=!1,T()}}}function Es(e){let t,r;return{c(){t=ee("svg"),r=ee("path"),g(r,"stroke-linecap","round"),g(r,"stroke-linejoin","round"),g(r,"stroke-width","2"),g(r,"d","M6 18L18 6M6 6l12 12"),g(t,"class","w-6 h-6"),g(t,"part","w-6 h-6"),g(t,"fill","none"),g(t,"stroke","currentColor"),g(t,"viewBox","0 0 24 24"),g(t,"xmlns","http://www.w3.org/2000/svg")},m(n,i){V(n,t,i),y(t,r)},p:j,d(n){n&&D(t)}}}function yr(e){let t,r,n,i,o,s=e[59].label+"",a,u,l,h,c;function f(){return e[31](e[59])}return{c(){t=B("li"),r=B("div"),n=B("img"),o=$(),a=re(s),u=$(),J(n.src,i=e[59].img)||g(n,"src",i),g(n,"alt","menu icon"),g(r,"class","HamburgerItemContainer"),g(t,"class",l=e[5]===e[59].id?"ActiveItem":"")},m(p,d){V(p,t,d),y(t,r),y(r,n),y(r,o),y(r,a),y(t,u),h||(c=te(t,"click",f),h=!0)},p(p,d){e=p,d[0]&16&&!J(n.src,i=e[59].img)&&g(n,"src",i),d[0]&16&&s!==(s=e[59].label+"")&&pe(a,s),d[0]&48&&l!==(l=e[5]===e[59].id?"ActiveItem":"")&&g(t,"class",l)},d(p){p&&D(t),h=!1,c()}}}function _r(e){let t,r,n,i,o=e[56].label+"",s,a,u,l;function h(...c){return e[32](e[56],...c)}return{c(){t=B("li"),r=B("img"),i=$(),s=re(o),a=$(),J(r.src,n=e[56].img)||g(r,"src",n),g(r,"alt","menu icon")},m(c,f){V(c,t,f),y(t,r),y(t,i),y(t,s),y(t,a),u||(l=te(t,"click",h),u=!0)},p(c,f){e=c,f[0]&64&&!J(r.src,n=e[56].img)&&g(r,"src",n),f[0]&64&&o!==(o=e[56].label+"")&&pe(s,o)},d(c){c&&D(t),u=!1,l()}}}function xr(e){let t,r,n=e[13]("language")+"",i,o;function s(l,h){return l[0]!=="true"?Hs:ws}let a=s(e),u=a(e);return{c(){t=B("div"),r=B("span"),i=re(n),o=$(),u.c(),g(r,"class","LanguageSelect"),g(t,"class","LanguageSelectorTitle")},m(l,h){V(l,t,h),y(t,r),y(r,i),y(t,o),u.m(t,null)},p(l,h){h[0]&8192&&n!==(n=l[13]("language")+"")&&pe(i,n),a===(a=s(l))&&u?u.p(l,h):(u.d(1),u=a(l),u&&(u.c(),u.m(t,null)))},d(l){l&&D(t),u.d()}}}function ws(e){let t,r,n,i,o,s,a,u=e[12].slice(-2)+"",l,h,c,f,p,d,b,T,P,C,S,L,v=e[11]&&Er(e);return{c(){t=B("div"),r=B("div"),n=B("span"),i=B("img"),s=$(),a=B("span"),l=re(u),h=$(),c=B("span"),f=ee("svg"),p=ee("g"),d=ee("g"),b=ee("g"),T=ee("path"),C=$(),v&&v.c(),J(i.src,o=`http://purecatamphetamine.github.io/country-flag-icons/3x2/${e[20](e[12].slice(-2))}.svg`)||g(i,"src",o),g(n,"class","FlagIcon"),g(a,"class","LanguageName"),g(T,"d","M223.708 6534.634c.39-.405.39-1.06 0-1.464l-8.264-8.563a1.95 1.95 0 0 0-2.827 0l-8.325 8.625c-.385.4-.39 1.048-.01 1.454a.976.976 0 0 0 1.425.01l7.617-7.893a.975.975 0 0 1 1.414 0l7.557 7.83a.974.974 0 0 0 1.413 0"),g(b,"transform","translate(56 160)"),g(d,"fill","#000"),g(d,"transform","translate(-260 -6684)"),g(p,"fill","none"),g(p,"fill-rule","evenodd"),g(f,"xmlns","http://www.w3.org/2000/svg"),g(f,"width","20"),g(f,"height","11"),g(f,"viewBox","0 0 20 11"),g(f,"id","arrow"),g(c,"class",P="TriangleInactive "+(e[11]?"TriangleActive":"")),g(r,"class","SelectedOption Item ItemLanguage"),g(t,"class","LanguageDropdown")},m(M,A){V(M,t,A),y(t,r),y(r,n),y(n,i),y(r,s),y(r,a),y(a,l),y(r,h),y(r,c),y(c,f),y(f,p),y(p,d),y(d,b),y(b,T),y(t,C),v&&v.m(t,null),S||(L=te(r,"click",e[35]),S=!0)},p(M,A){A[0]&5120&&!J(i.src,o=`http://purecatamphetamine.github.io/country-flag-icons/3x2/${M[20](M[12].slice(-2))}.svg`)&&g(i,"src",o),A[0]&4096&&u!==(u=M[12].slice(-2)+"")&&pe(l,u),A[0]&2048&&P!==(P="TriangleInactive "+(M[11]?"TriangleActive":""))&&g(c,"class",P),M[11]?v?v.p(M,A):(v=Er(M),v.c(),v.m(t,null)):v&&(v.d(1),v=null)},d(M){M&&D(t),v&&v.d(),S=!1,L()}}}function Hs(e){let t,r,n,i=Q(e[10]),o=[];for(let s=0;s<i.length;s+=1)o[s]=Hr(mr(e,i,s));return{c(){t=B("select");for(let s=0;s<o.length;s+=1)o[s].c();g(t,"class","Item ItemLanguage NoFlag"),e[12]===void 0&&he(()=>e[33].call(t))},m(s,a){V(s,t,a);for(let u=0;u<o.length;u+=1)o[u]&&o[u].m(t,null);$t(t,e[12],!0),r||(n=[te(t,"change",e[33]),te(t,"change",e[34])],r=!0)},p(s,a){if(a[0]&1024){i=Q(s[10]);let u;for(u=0;u<i.length;u+=1){const l=mr(s,i,u);o[u]?o[u].p(l,a):(o[u]=Hr(l),o[u].c(),o[u].m(t,null))}for(;u<o.length;u+=1)o[u].d(1);o.length=i.length}a[0]&5120&&$t(t,s[12])},d(s){s&&D(t),Re(o,s),r=!1,Y(n)}}}function Er(e){let t,r=Q(e[10]),n=[];for(let i=0;i<r.length;i+=1)n[i]=wr(dr(e,r,i));return{c(){t=B("div");for(let i=0;i<n.length;i+=1)n[i].c();g(t,"class","OptionList")},m(i,o){V(i,t,o);for(let s=0;s<n.length;s+=1)n[s]&&n[s].m(t,null)},p(i,o){if(o[0]&1311744){r=Q(i[10]);let s;for(s=0;s<r.length;s+=1){const a=dr(i,r,s);n[s]?n[s].p(a,o):(n[s]=wr(a),n[s].c(),n[s].m(t,null))}for(;s<n.length;s+=1)n[s].d(1);n.length=r.length}},d(i){i&&D(t),Re(n,i)}}}function wr(e){let t,r,n,i,o,s,a=e[53]+"",u,l,h,c;function f(){return e[36](e[53])}return{c(){t=B("div"),r=B("span"),n=B("img"),o=$(),s=B("span"),u=re(a),l=$(),J(n.src,i=`http://purecatamphetamine.github.io/country-flag-icons/3x2/${e[20](e[53])}.svg`)||g(n,"src",i),g(r,"class","FlagIcon"),g(s,"class","LanguageName"),g(t,"class","LanguageOption")},m(p,d){V(p,t,d),y(t,r),y(r,n),y(t,o),y(t,s),y(s,u),y(t,l),h||(c=te(t,"click",f),h=!0)},p(p,d){e=p,d[0]&1024&&!J(n.src,i=`http://purecatamphetamine.github.io/country-flag-icons/3x2/${e[20](e[53])}.svg`)&&g(n,"src",i),d[0]&1024&&a!==(a=e[53]+"")&&pe(u,a)},d(p){p&&D(t),h=!1,c()}}}function Hr(e){let t,r=e[1].slice(-2)+"",n,i;return{c(){t=B("option"),n=re(r),t.__value=i=e[1],Dt(t,t.__value),t.selected=!0},m(o,s){V(o,t,s),y(t,n)},p(o,s){s[0]&1024&&r!==(r=o[1].slice(-2)+"")&&pe(n,r),s[0]&1024&&i!==(i=o[1])&&(t.__value=i,Dt(t,t.__value))},d(o){o&&D(t)}}}function Ss(e){let t,r,n=e[9]===!0&&vr(e);return{c(){t=B("div"),n&&n.c()},m(i,o){V(i,t,o),n&&n.m(t,null),e[38](t),r=!0},p(i,o){i[9]===!0?n?(n.p(i,o),o[0]&512&&Ee(n,1)):(n=vr(i),n.c(),Ee(n,1),n.m(t,null)):n&&(ai(),st(n,1,1,()=>{n=null}),ui())},i(i){r||(Ee(n),r=!0)},o(i){st(n),r=!1},d(i){i&&D(t),n&&n.d(),e[38](null)}}}let Sr=350;function Ts(e,t,r){let n;Fn(e,bs,m=>r(13,n=m));let{$$slots:i={},$$scope:o}=t,{menuitemsurl:s=""}=t,{lang:a="en"}=t,{activecategory:u=""}=t,{languageslist:l=""}=t,{translationurl:h=""}=t,{clientstyling:c=""}=t,{clientstylingurl:f=""}=t,{customlocaleidentifier:p=""}=t,{countryflaghamburger:d=""}=t,b,T=window.navigator.userAgent,P=[],C,S="",L=[],v=!1,M=!1,A=!1,N=!0,x=[],R=!1,_=!1,G="",K;const pn=()=>{fetch(h).then(O=>O.json()).then(O=>{Object.keys(O).forEach(U=>{cr(U,O[U])})}).catch(O=>{console.log(O)})};Object.keys(fr).forEach(m=>{cr(m,fr[m])});const Tt=()=>{r(9,A=!1),r(7,v=!1),r(8,M=!1),r(11,_=!1),window.postMessage({type:"CloseHamburgerMenu",showhamburger:!0},window.location.href)},Mt=m=>{m.data.type==="OpenHamburgerMenuModal"&&(window.postMessage({type:"DisableScroll"},window.location.href),r(9,A=!0),setTimeout(()=>{r(7,v=!0)},500),setTimeout(()=>{r(8,M=!0)},1500),gn(s))},Me=(m,O)=>{r(5,S=m),r(6,L=O||[]),typeof gtag=="function"&>ag("event","ChangeMenu",{context:"HamburgerMenu",menuItem:`${S}`})},At=()=>{let m=P.filter(O=>{var Ct;let U=!1;return(Ct=O.children)==null||Ct.forEach(Bn=>{Bn.path.includes(u)&&(U=!0)}),U});m.length>0?Me(m[0].id,m[0].children):Me(P[0].id,P[0].children)},gn=m=>new Promise((O,U)=>{C&&!R?O(C):Bt(m)}),Bt=m=>{fetch(m).then(O=>O.json()).then(O=>{r(4,P=O.filter(U=>(U==null?void 0:U.type)!=="banner")),At(),r(28,N=!1),C=O,R=!1},O=>{console.error(O)})};let Pt=m=>{window.postMessage({type:"NavigateTo",path:m.path,externalLink:m.externalLink||!1,target:m.attrs.target||null},window.location.href),Tt()};const Ze=()=>{R=!0,window.postMessage({type:"LanguageChanged",selectedLanguage:G},window.location.href)},bn=()=>{ys(a),R&&Bt(s),r(10,x=l.replace(/ /g,"").split(",")),r(10,x=x.map(m=>m.toUpperCase())),r(12,G=a.toUpperCase())},Ot=m=>{r(12,G=m),r(11,_=!1),Ze()},It=()=>{r(11,_=!_)},vn=m=>(p&&(m=p.includes(m.toLowerCase())?p.slice(-2):m),m=="EN"?"US":m.toUpperCase()),yn=()=>{let m=document.createElement("style");m.innerHTML=c,K.appendChild(m)},_n=()=>{let m=new URL(f),O=document.createElement("style");fetch(m.href).then(U=>U.text()).then(U=>{O.innerHTML=U,setTimeout(()=>{K.appendChild(O)},1)})};ti(()=>(window.addEventListener("message",Mt,!1),vs(T),()=>{window.removeEventListener("message",Mt)}));const xn=m=>Me(m.id,m.children),En=(m,O)=>{Pt(m),O.preventDefault()};function wn(){G=zn(this),r(12,G),r(10,x)}const Hn=()=>Ze(),Sn=()=>It(),Tn=m=>Ot(m);function Mn(m){De[m?"unshift":"push"](()=>{b=m,r(3,b)})}function An(m){De[m?"unshift":"push"](()=>{K=m,r(2,K)})}return e.$$set=m=>{"menuitemsurl"in m&&r(21,s=m.menuitemsurl),"lang"in m&&r(1,a=m.lang),"activecategory"in m&&r(22,u=m.activecategory),"languageslist"in m&&r(23,l=m.languageslist),"translationurl"in m&&r(24,h=m.translationurl),"clientstyling"in m&&r(25,c=m.clientstyling),"clientstylingurl"in m&&r(26,f=m.clientstylingurl),"customlocaleidentifier"in m&&r(27,p=m.customlocaleidentifier),"countryflaghamburger"in m&&r(0,d=m.countryflaghamburger),"$$scope"in m&&r(29,o=m.$$scope)},e.$$.update=()=>{e.$$.dirty[0]&8388610&&a&&l&&bn(),e.$$.dirty[0]&272629760&&u&&!N&&At(),e.$$.dirty[0]&16777216&&h&&pn(),e.$$.dirty[0]&33554436&&c&&K&&yn(),e.$$.dirty[0]&67108868&&f&&K&&_n()},[d,a,K,b,P,S,L,v,M,A,x,_,G,n,Tt,Me,Pt,Ze,Ot,It,vn,s,u,l,h,c,f,p,N,o,i,xn,En,wn,Hn,Sn,Tn,Mn,An]}class mn extends pi{constructor(t){super(),di(this,t,Ts,Ss,Ar,{menuitemsurl:21,lang:1,activecategory:22,languageslist:23,translationurl:24,clientstyling:25,clientstylingurl:26,customlocaleidentifier:27,countryflaghamburger:0},_s,[-1,-1])}get menuitemsurl(){return this.$$.ctx[21]}set menuitemsurl(t){this.$$set({menuitemsurl:t}),W()}get lang(){return this.$$.ctx[1]}set lang(t){this.$$set({lang:t}),W()}get activecategory(){return this.$$.ctx[22]}set activecategory(t){this.$$set({activecategory:t}),W()}get languageslist(){return this.$$.ctx[23]}set languageslist(t){this.$$set({languageslist:t}),W()}get translationurl(){return this.$$.ctx[24]}set translationurl(t){this.$$set({translationurl:t}),W()}get clientstyling(){return this.$$.ctx[25]}set clientstyling(t){this.$$set({clientstyling:t}),W()}get clientstylingurl(){return this.$$.ctx[26]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),W()}get customlocaleidentifier(){return this.$$.ctx[27]}set customlocaleidentifier(t){this.$$set({customlocaleidentifier:t}),W()}get countryflaghamburger(){return this.$$.ctx[0]}set countryflaghamburger(t){this.$$set({countryflaghamburger:t}),W()}}mi(mn,{menuitemsurl:{},lang:{},activecategory:{},languageslist:{},translationurl:{},clientstyling:{},clientstylingurl:{},customlocaleidentifier:{},countryflaghamburger:{}},["close"],[],!0);exports.default=mn;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";if(typeof window!="undefined"){let n=function(t){return function(...s){try{return t.apply(this,s)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/CasinoHamburgerMenu-
|
|
1
|
+
"use strict";if(typeof window!="undefined"){let n=function(t){return function(...s){try{return t.apply(this,s)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/CasinoHamburgerMenu-pcdQCyD1.cjs")).then(({default:t})=>{!customElements.get("casino-hamburger-menu")&&customElements.define("casino-hamburger-menu",t.element)})}
|
|
@@ -10,7 +10,7 @@ if (typeof window != "undefined") {
|
|
|
10
10
|
}
|
|
11
11
|
};
|
|
12
12
|
};
|
|
13
|
-
customElements.define = n(customElements.define), import("../components/CasinoHamburgerMenu-
|
|
13
|
+
customElements.define = n(customElements.define), import("../components/CasinoHamburgerMenu-BMWY90a2.js").then(({ default: t }) => {
|
|
14
14
|
!customElements.get("casino-hamburger-menu") && customElements.define("casino-hamburger-menu", t.element);
|
|
15
15
|
});
|
|
16
16
|
}
|